diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-01 01:11:06 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-01 01:11:06 +0000 |
commit | 2e6e969fbcc3835a23461a99ca332752898c5f70 (patch) | |
tree | bdf02dbe0264d5f49d652008fa2566d22b51c458 /lib/l10n/ru.js | |
parent | 88d5f6ec637fd7b3e540b0616e0283b747a79969 (diff) | |
download | nextcloud-server-2e6e969fbcc3835a23461a99ca332752898c5f70.tar.gz nextcloud-server-2e6e969fbcc3835a23461a99ca332752898c5f70.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>.", |