diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-19 08:27:13 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-19 08:27:13 -0400 |
commit | 6aee83cadf20f11b23e3fa8db1dcc8a7773deb9e (patch) | |
tree | 9e8cb89f6666c8161c987006f5efc072b6d277f6 /apps/files/l10n/ru_RU.php | |
parent | e61d961efb6d7302f2e0371bdc27bbc1396bb1b8 (diff) | |
download | nextcloud-server-6aee83cadf20f11b23e3fa8db1dcc8a7773deb9e.tar.gz nextcloud-server-6aee83cadf20f11b23e3fa8db1dcc8a7773deb9e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ru_RU.php')
-rw-r--r-- | apps/files/l10n/ru_RU.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/files/l10n/ru_RU.php b/apps/files/l10n/ru_RU.php new file mode 100644 index 00000000000..0764fef2ed9 --- /dev/null +++ b/apps/files/l10n/ru_RU.php @@ -0,0 +1,14 @@ +<?php +$TRANSLATIONS = array( +"Files" => "Файлы", +"Error" => "Ошибка", +"Share" => "Сделать общим", +"Rename" => "Переименовать", +"_%n folder_::_%n folders_" => array("","",""), +"_%n file_::_%n files_" => array("","",""), +"_Uploading %n file_::_Uploading %n files_" => array("","",""), +"Upload" => "Загрузка", +"Cancel upload" => "Отмена загрузки", +"Download" => "Загрузка" +); +$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |