diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-19 00:04:14 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-19 00:04:14 +0100 |
commit | 982e46cd29fbc02028cf26876f298f681e0e8e99 (patch) | |
tree | 562a7531d3857432a4e78364de2203be7dd31d4b /core | |
parent | 3adfb91ad895dc9371834c0e42cfd3605fdd7054 (diff) | |
download | nextcloud-server-982e46cd29fbc02028cf26876f298f681e0e8e99.tar.gz nextcloud-server-982e46cd29fbc02028cf26876f298f681e0e8e99.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/de.php | 4 | ||||
-rw-r--r-- | core/l10n/ru_RU.php | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/core/l10n/de.php b/core/l10n/de.php index 5ad16273fb9..08a120763a3 100644 --- a/core/l10n/de.php +++ b/core/l10n/de.php @@ -1,4 +1,8 @@ <?php $TRANSLATIONS = array( +"User %s shared a file with you" => "%s möchte eine Datei mit dir teilen", +"User %s shared a folder with you" => "%s möchte ein Verzeichnis mit dir teilen", +"User %s shared the file \"%s\" with you. It is available for download here: %s" => "%s möchte die Datei %s mit dir teilen. Sie liegt hier zum Download bereit: %s", +"User %s shared the folder \"%s\" with you. It is available for download here: %s" => "%s möchte das Verzeichnis %s mit dir teilen. Es liegt hier zum Download bereit: %s", "Category type not provided." => "Kategorie nicht angegeben.", "No category to add?" => "Keine Kategorie hinzuzufügen?", "This category already exists: " => "Kategorie existiert bereits:", diff --git a/core/l10n/ru_RU.php b/core/l10n/ru_RU.php index 7dea4062809..3d67179c14e 100644 --- a/core/l10n/ru_RU.php +++ b/core/l10n/ru_RU.php @@ -1,4 +1,8 @@ <?php $TRANSLATIONS = array( +"User %s shared a file with you" => "Пользователь %s открыл Вам доступ к файлу", +"User %s shared a folder with you" => "Пользователь %s открыл Вам доступ к папке", +"User %s shared the file \"%s\" with you. It is available for download here: %s" => "Пользователь %s открыл Вам доступ к файлу \"%s\". Он доступен для загрузки здесь: %s", +"User %s shared the folder \"%s\" with you. It is available for download here: %s" => "Пользователь %s открыл Вам доступ к папке \"%s\". Она доступена для загрузки здесь: %s", "Category type not provided." => "Тип категории не предоставлен.", "No category to add?" => "Нет категории для добавления?", "This category already exists: " => "Эта категория уже существует:", @@ -39,6 +43,7 @@ "Share with link" => "Опубликовать с ссылкой", "Password protect" => "Защитить паролем", "Password" => "Пароль", +"Send" => "Отправить", "Set expiration date" => "Установить срок действия", "Expiration date" => "Дата истечения срока действия", "Share via email:" => "Сделать общедоступным посредством email:", @@ -55,6 +60,8 @@ "Password protected" => "Пароль защищен", "Error unsetting expiration date" => "Ошибка при отключении даты истечения срока действия", "Error setting expiration date" => "Ошибка при установке даты истечения срока действия", +"Sending ..." => "Отправка ...", +"Email sent" => "Письмо отправлено", "ownCloud password reset" => "Переназначение пароля", "Use the following link to reset your password: {link}" => "Воспользуйтесь следующей ссылкой для переназначения пароля: {link}", "You will receive a link to reset your password via Email." => "Вы получите ссылку для восстановления пароля по электронной почте.", |