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>2022-07-23 05:26:46 +0300
committerNextcloud bot <bot@nextcloud.com>2022-07-23 05:26:46 +0300
commita28bc9783be6affdbbdc3477d85cb6a4cc6823d1 (patch)
tree7391a8e78bfc5039c832f621aa4ca916d3493a3a /apps/files/l10n/ru.js
parent8077957f4df4b466d5afd7a2a3a8d53149820eb2 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r--apps/files/l10n/ru.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js
index 38795bbec2f..a4fb0fb7be5 100644
--- a/apps/files/l10n/ru.js
+++ b/apps/files/l10n/ru.js
@@ -191,7 +191,6 @@ OC.L10N.register(
"%s used" : "%s использовано",
"%s%% of %s used" : "использовано %s%% из %s",
"%1$s of %2$s used" : "использовано %1$s из %2$s ",
- "Settings" : "Настройки",
"Show hidden files" : "Показывать скрытые файлы",
"Crop image previews" : "Обрезать пред. просмотр",
"WebDAV" : "WebDAV",
@@ -217,6 +216,7 @@ OC.L10N.register(
"New text file.txt" : "Новый текстовый файл.txt",
"Select" : "Выбрать",
"You don’t have permission to upload or create files here" : "У вас нет прав на создание или загрузку файлов в эту папку.",
- "Cannot transfer ownership of a file or folder you don't own" : "Изменение владельца возможно только для своих файлов и папок"
+ "Cannot transfer ownership of a file or folder you don't own" : "Изменение владельца возможно только для своих файлов и папок",
+ "Settings" : "Настройки"
},
"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);");