Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-06-03 05:28:43 +0300
committerNextcloud bot <bot@nextcloud.com>2021-06-03 05:28:43 +0300
commit26f537fbec1e2fb388823a56c8153cebb8c7e4b7 (patch)
treefe54f1e9d9224e875b3b5d66a0c3c9521d737a3d /lib/l10n/ru.js
parentfdb55c65f862075987c10319fa13754b2de7ddb6 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ru.js')
-rw-r--r--lib/l10n/ru.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js
index 6c4c71065d6..3dc2e705bd4 100644
--- a/lib/l10n/ru.js
+++ b/lib/l10n/ru.js
@@ -189,7 +189,6 @@ OC.L10N.register(
"Cannot write into \"config\" directory" : "Запись в каталог «config» невозможна",
"This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Обычно это можно исправить, предоставив веб-серверу права на запись в каталог конфигурации. Изучите %s.",
"Cannot write into \"apps\" directory" : "Запись в каталог «app» невозможна",
- "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file." : "Обычно это можно исправить, предоставив веб-серверу права для записи в каталог приложений или отключив магазин приложений в файле конфигурации.",
"Cannot create \"data\" directory" : "Невозможно создать каталог «data»",
"This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Обычно это можно исправить, предоставив веб-серверу права на запись в корневой каталог. Смотрите %s",
"Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "Разрешения обычно можно исправить, предоставив веб-серверу право на запись в корневой каталог. Смотрите %s.",
@@ -234,6 +233,7 @@ OC.L10N.register(
"Files can’t be shared with delete permissions" : "Файлы не могут иметь общий доступ с правами на удаление",
"Files can’t be shared with create permissions" : "Файлы не могут иметь общий доступ с правами на создание",
"Can’t set expiration date more than %s days in the future" : "Невозможно установить дату окончания срока действия более %s дней",
- "Can't read file" : "Не удается прочитать файл"
+ "Can't read file" : "Не удается прочитать файл",
+ "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file." : "Обычно это можно исправить, предоставив веб-серверу права для записи в каталог приложений или отключив магазин приложений в файле конфигурации."
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");