diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-01 01:10:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-01 01:10:52 +0000 |
commit | 009874a4c2ac9325b0345d9ce4917d6023e68177 (patch) | |
tree | fe5ea1dcaabdc25a32077d393aed910513aca696 /lib/l10n/ru.js | |
parent | 46a34f1e27d11b042b0bcf1216f935efd6d04ce1 (diff) | |
download | nextcloud-server-009874a4c2ac9325b0345d9ce4917d6023e68177.tar.gz nextcloud-server-009874a4c2ac9325b0345d9ce4917d6023e68177.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ru.js')
-rw-r--r-- | lib/l10n/ru.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index e63656b4494..6b9e32c6fe2 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -186,8 +186,6 @@ OC.L10N.register( "Could not create user" : "Не удалось создать пользователя", "User disabled" : "Пользователь отключен", "Login canceled by app" : "Вход отменен приложением", - "No app name specified" : "Не указано имя приложения", - "App '%s' could not be installed!" : "Приложение '%s' не может быть установлено!", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Приложение «%s» не может быть установлено, так как следующие зависимости не выполнены: %s", "a safe home for all your data" : "надёжный дом для всех ваших данных", "File is currently busy, please try again later" : "Файл в данный момент используется, повторите попытку позже.", @@ -246,6 +244,8 @@ OC.L10N.register( "Cannot set expiration date more than %s days in the future" : "Невозможно установить дату окончания срока действия более %s дней", "Personal" : "Личное", "Admin" : "Администрирование", + "No app name specified" : "Не указано имя приложения", + "App '%s' could not be installed!" : "Приложение '%s' не может быть установлено!", "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Обычно это можно исправить, %sпредоставив веб-серверу права на запись в каталог приложений%s или отключив магазин приложений в файле конфигурации.", "Cannot create \"data\" directory (%s)" : "Невозможно создать каталог «data» (%s)", "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "Обычно это можно исправить <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">предоставив веб-серверу права на запись в корневом каталоге</a>.", |