diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-14 00:17:42 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-14 00:17:42 +0100 |
commit | 6d7ae463df7c010d9bc024d9a15e88957f3f1da7 (patch) | |
tree | 2d4e08d28bfc5c6d299a1b44e0ba97551ef2325d /core/l10n/ru.php | |
parent | b156150b343276d8aa7f700088b680dfaeafd1b6 (diff) | |
download | nextcloud-server-6d7ae463df7c010d9bc024d9a15e88957f3f1da7.tar.gz nextcloud-server-6d7ae463df7c010d9bc024d9a15e88957f3f1da7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ru.php')
-rw-r--r-- | core/l10n/ru.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/l10n/ru.php b/core/l10n/ru.php index 4e11ffd5c14..4db2a2f06fd 100644 --- a/core/l10n/ru.php +++ b/core/l10n/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,8 @@ "Share with link" => "Поделиться с ссылкой", "Password protect" => "Защитить паролем", "Password" => "Пароль", +"Email link to person" => "Почтовая ссылка на персону", +"Send" => "Отправить", "Set expiration date" => "Установить срок доступа", "Expiration date" => "Дата окончания", "Share via email:" => "Поделится через электронную почту:", @@ -55,6 +61,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." => "На ваш адрес Email выслана ссылка для сброса пароля.", |