diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-06-20 02:43:39 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-06-20 02:43:39 +0200 |
commit | 01ab79d460df5acc7f9793f0b9f346ea7b7915dc (patch) | |
tree | 0b22af10f08fb100272f57a177052cbddf0e9b54 /apps/files_encryption/l10n/ru.php | |
parent | e3171a701d2c88a12ec11cebb5d96ff2fb6cf677 (diff) | |
download | nextcloud-server-01ab79d460df5acc7f9793f0b9f346ea7b7915dc.tar.gz nextcloud-server-01ab79d460df5acc7f9793f0b9f346ea7b7915dc.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption/l10n/ru.php')
-rw-r--r-- | apps/files_encryption/l10n/ru.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_encryption/l10n/ru.php b/apps/files_encryption/l10n/ru.php index d10bfa7e783..1258972bf3b 100644 --- a/apps/files_encryption/l10n/ru.php +++ b/apps/files_encryption/l10n/ru.php @@ -1,7 +1,10 @@ <?php $TRANSLATIONS = array( +"Recovery key successfully enabled" => "Ключ восстановления успешно установлен", +"Recovery key successfully disabled" => "Ключ восстановления успешно отключен", "Password successfully changed." => "Пароль изменен удачно.", "Could not change the password. Maybe the old password was not correct." => "Невозможно изменить пароль. Возможно старый пароль не был верен.", "Saving..." => "Сохранение...", +"personal settings" => "персональные настройки", "Encryption" => "Шифрование", "Enable encryption passwords recovery key (allow sharing to recovery key):" => "Включить шифрование пароля ключа восстановления (понадобится разрешение для восстановления ключа)", "Recovery account password" => "Восстановление пароля учетной записи", @@ -11,6 +14,8 @@ "Old Recovery account password" => "Старое Восстановление пароля учетной записи", "New Recovery account password" => "Новое Восстановление пароля учетной записи", "Change Password" => "Изменить пароль", +" If you don't remember your old password you can ask your administrator to recover your files." => "Если вы не помните свой старый пароль, вы можете попросить своего администратора восстановить ваши файлы", +"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Включение этой опции позволит вам получить доступ к своим зашифрованным файлам в случае утери пароля", "File recovery settings updated" => "Настройки файла восстановления обновлены", "Could not update file recovery" => "Невозможно обновить файл восстановления" ); |