diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-11-23 01:54:53 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-11-23 01:54:53 -0500 |
commit | 56e05a90afa07a0eafd10584a49377e579af648b (patch) | |
tree | ac45885860c0d6fa41fbad50581cf72618172b99 /apps/files/l10n/ru.js | |
parent | 2321cc4854257ba760510e4111f071150b26c81a (diff) | |
download | nextcloud-server-56e05a90afa07a0eafd10584a49377e579af648b.tar.gz nextcloud-server-56e05a90afa07a0eafd10584a49377e579af648b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r-- | apps/files/l10n/ru.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 254e701a17c..29f46270af6 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -75,8 +75,6 @@ OC.L10N.register( "_%n byte_::_%n bytes_" : ["%n байт","%n байта","%n байтов","%n байта(ов)"], "Favorited" : "Избранное", "Favorite" : "Избранное", - "Text file" : "Текстовый файл", - "New text file.txt" : "Новый текстовый документ.txt", "Folder" : "Каталог", "New folder" : "Новый каталог", "{newname} already exists" : "{newname} уже существует", @@ -119,6 +117,8 @@ OC.L10N.register( "Files are being scanned, please wait." : "Идет сканирование файлов. Пожалуйста подождите.", "Currently scanning" : "В настоящее время сканируется", "No favorites" : "Нет избранного", - "Files and folders you mark as favorite will show up here" : "Здесь появятся файлы и каталоги, отмеченные как избранные" + "Files and folders you mark as favorite will show up here" : "Здесь появятся файлы и каталоги, отмеченные как избранные", + "Text file" : "Текстовый файл", + "New text file.txt" : "Новый текстовый документ.txt" }, "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);"); |