diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-04-22 00:11:51 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-04-22 00:11:51 +0000 |
commit | 74b5ab8d3977600be180d792a03ae40468912ac1 (patch) | |
tree | 28b0e80b5442a6c078dcc1ee70d0641cbbb088e6 /apps/files_sharing | |
parent | 6b5132502e661e108a2862fa2ed631f88bc5e9dc (diff) | |
download | nextcloud-server-74b5ab8d3977600be180d792a03ae40468912ac1.tar.gz nextcloud-server-74b5ab8d3977600be180d792a03ae40468912ac1.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/ru.js | 2 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ru.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index c70a83767ec..833d3278f9a 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -109,7 +109,7 @@ OC.L10N.register( "Download %s" : "Скачать %s", "Upload files to %s" : "Загрузка файлов пользователю %s", "Select or drop files" : "Выберите или перетащите файлы", - "Uploading files…" : "Файлы передаются на сервер...", + "Uploading files…" : "Файлы передаются на сервер…", "Uploaded files:" : "Отправленные файлы:", "%s is publicly shared" : "«%s» опубликован " }, diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json index ddff78134fe..caeec95a05d 100644 --- a/apps/files_sharing/l10n/ru.json +++ b/apps/files_sharing/l10n/ru.json @@ -107,7 +107,7 @@ "Download %s" : "Скачать %s", "Upload files to %s" : "Загрузка файлов пользователю %s", "Select or drop files" : "Выберите или перетащите файлы", - "Uploading files…" : "Файлы передаются на сервер...", + "Uploading files…" : "Файлы передаются на сервер…", "Uploaded files:" : "Отправленные файлы:", "%s is publicly shared" : "«%s» опубликован " },"pluralForm" :"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);" |