aboutsummaryrefslogtreecommitdiffstats
path: root/lib/l10n/ru.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/ru.js')
-rw-r--r--lib/l10n/ru.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js
index a7be9b2f4e9..337d3b28641 100644
--- a/lib/l10n/ru.js
+++ b/lib/l10n/ru.js
@@ -9,6 +9,7 @@ OC.L10N.register(
"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",
"PHP %s or higher is required." : "Требуется PHP %s или выше",
"PHP with a version lower than %s is required." : "Требуется версия PHP ниже %s.",
+ "%sbit or higher PHP required." : "%sbit или требуется новая версия PHP.",
"Following databases are supported: %s" : "Поддерживаются следующие СУБД: %s",
"The command line tool %s could not be found" : "Утилита командной строки %s не найдена",
"The library %s is not available." : "Библиотека %s недоступна.",
@@ -45,6 +46,7 @@ OC.L10N.register(
"Archives of type %s are not supported" : "Архивы %s не поддерживаются",
"Failed to open archive when installing app" : "Ошибка открытия архива при установке приложения",
"App does not provide an info.xml file" : "Приложение не имеет файла info.xml",
+ "App cannot be installed because appinfo file cannot be read." : "Приложение не может быть установлено, так как файл с информацией о приложении не может быть прочтен.",
"Signature could not get checked. Please contact the app developer and check your admin screen." : "Подпись не может быть проверена. Пожалуйста, свяжитесь с разработчиком приложения и проверьте свою страницу администратора.",
"App can't be installed because of not allowed code in the App" : "Приложение невозможно установить. В нем содержится запрещенный код.",
"App can't be installed because it is not compatible with this version of ownCloud" : "Приложение невозможно установить. Не совместимо с текущей версией ownCloud.",
@@ -100,6 +102,8 @@ OC.L10N.register(
"Sharing %s failed, because the sharing backend for %s could not find its source" : "Не удалось поделиться %s, бэкенд общего доступа не нашел путь до %s",
"Sharing %s failed, because the file could not be found in the file cache" : "Не удалось поделиться %s, элемент не найден в файловом кеше.",
"Cannot increase permissions of %s" : "Невозможно увеличить права доступа для %s",
+ "Files can't be shared with delete permissions" : "Файлы не могут иметь общий доступ с правами на удаление",
+ "Files can't be shared with create permissions" : "Файлы не могут иметь общий доступ с правами на создание",
"Expiration date is in the past" : "Дата окончания срока действия уже прошла",
"Cannot set expiration date more than %s days in the future" : "Невозможно установить дату окончания срока действия более %s дней",
"Could not find category \"%s\"" : "Категория \"%s\" не найдена",
@@ -109,11 +113,14 @@ OC.L10N.register(
"Username contains whitespace at the beginning or at the end" : "Имя пользователя содержит пробел в начале или в конце",
"A valid password must be provided" : "Укажите правильный пароль",
"The username is already being used" : "Имя пользователя уже используется",
+ "Login canceled by app" : "Вход отменен приложением",
+ "User disabled" : "Пользователь отключен",
"Help" : "Помощь",
"Personal" : "Личное",
"Users" : "Пользователи",
"Admin" : "Администрирование",
"Recommended" : "Рекомендовано",
+ "App \"%s\" cannot be installed because appinfo file cannot be read." : "Приложение \"%s\" не может быть установлено, так как файл с информацией о приложении не может быть прочтен.",
"App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "Приложение \"%s\" не может быть установлено, так как оно не совместимо с этой версией ownCloud.",
"App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Приложение \"%s\" не может быть установлено, так как следующие зависимости не выполнены: %s",
"No app name specified" : "Не указано имя приложения",