diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-07-01 00:08:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-07-01 00:08:28 +0000 |
commit | d49276082eb51163b47ef12a4968ce4219373379 (patch) | |
tree | f60b1ad089c96a6393fa3de3137cb8a7b6fca8cc /lib/l10n/ru.js | |
parent | 2afb4857cca4ca5eb48af63ab814727cfe77b1bd (diff) | |
download | nextcloud-server-d49276082eb51163b47ef12a4968ce4219373379.tar.gz nextcloud-server-d49276082eb51163b47ef12a4968ce4219373379.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ru.js')
-rw-r--r-- | lib/l10n/ru.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index 0f7c58900b4..d17439fa17c 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -1,7 +1,7 @@ OC.L10N.register( "lib", { - "Cannot write into \"config\" directory!" : "Запись в каталог «config» невозможна!наде", + "Cannot write into \"config\" directory!" : "Запись в каталог «config» невозможна!", "This can usually be fixed by giving the webserver write access to the config directory" : "Обычно это можно исправить, предоставив веб-серверу права на запись в каталог конфигурации", "See %s" : "Смотрите %s", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Обычно это можно исправить, предоставив веб-серверу права на запись в каталог конфигурации. Смотрите %s", @@ -50,6 +50,7 @@ OC.L10N.register( "This is an automatically sent email, please do not reply." : "Это соощение отправлено автоматически, пожалуйста, не отвечайте на него.", "Help" : "Помощь", "Apps" : "Приложения", + "Settings" : "Настройки", "Log out" : "Выйти", "Users" : "Пользователи", "APCu" : "APCu", @@ -60,6 +61,13 @@ OC.L10N.register( "Encryption" : "Шифрование", "Additional settings" : "Дополнительные настройки", "Tips & tricks" : "Советы и трюки", + "Personal info" : "Личная информация", + "Sync clients" : "Клиенты синхронизации", + "Unlimited" : "Неограничено", + "__language_name__" : "Русский", + "Verifying" : "Производится проверка", + "Verifying …" : "Производится проверка…", + "Verify" : "Проверить", "%s enter the database username and name." : "%s укажите имя пользователя и название для базы данных.", "%s enter the database username." : "%s введите имя пользователя базы данных.", "%s enter the database name." : "%s введите имя базы данных.", |