diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-12-20 12:02:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-12-20 12:02:31 +0000 |
commit | f50252c7c1881dd044cbbd8933406e449f5fd0a8 (patch) | |
tree | 6a1916044aadfd7bfafde72fcedca86475a2a214 /lib/l10n/ru.js | |
parent | 089210f2dff545caa88a157cbc9e32b46967a5da (diff) | |
download | nextcloud-server-f50252c7c1881dd044cbbd8933406e449f5fd0a8.tar.gz nextcloud-server-f50252c7c1881dd044cbbd8933406e449f5fd0a8.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ru.js')
-rw-r--r-- | lib/l10n/ru.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index 3904d0f86d1..399b48b38d6 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -5,8 +5,13 @@ OC.L10N.register( "This can usually be fixed by giving the webserver write access to the config directory" : "Обычно это можно исправить, предоставив веб-серверу права на запись в каталог конфигурации", "See %s" : "Смотрите %s", "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Обычно это можно исправить %sпредоставив веб-серверу права на запись в каталоге конфигурации%s.", + "The files of the app %$1s were not replaced correctly. Make sure it is a version compatible with the server." : "Файлы приложения %$1s не заменены корректно. Проверьте что его версия совместима с версией сервера.", "Sample configuration detected" : "Обнаружена конфигурация из примера", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Была обнаружена конфигурация из примера. Такая конфигурация не поддерживается и может повредить вашей системе. Прочтите документацию перед внесением изменений в файл config.php", + "%1$s and %2$s" : "%1$s и %2$s", + "%1$s, %2$s and %3$s" : "%1$s, %2$s и %3$s", + "%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s и %4$s", + "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s и %5$s", "PHP %s or higher is required." : "Требуется PHP %s или выше", "PHP with a version lower than %s is required." : "Требуется версия PHP ниже %s.", "%sbit or higher PHP required." : "Требуется PHP с разрядностью %s бит или более.", @@ -206,7 +211,7 @@ OC.L10N.register( "4-byte characters are not supported in file names" : "4-х байтовые символы в имени файлов не допускаются", "App directory already exists" : "Каталог приложения уже существует", "Can't create app folder. Please fix permissions. %s" : "Не удалось создать каталог приложения. Исправьте права доступа. %s", - "Archive does not contain a directory named %s" : "Архив не содержит папки с именем %s", + "Archive does not contain a directory named %s" : "Архив не содержит каталога с именем %s", "No source specified when installing app" : "Не указан источник при установке приложения", "No href specified when installing app from http" : "Не указан атрибут href при установке приложения через http", "No path specified when installing app from local file" : "Не указан путь при установке приложения из локального файла", |