summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/ru.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-08-19 15:14:38 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-08-19 15:14:38 -0400
commite9644c2f52270aa1a1f345ed38bb2e66a4e8752d (patch)
tree727a29d4b68b9f10a93bec996c125b2b4270bb83 /apps/files/l10n/ru.php
parent95e1b62940444eb2a7467d994a7b4366f6e7f2fc (diff)
downloadnextcloud-server-e9644c2f52270aa1a1f345ed38bb2e66a4e8752d.tar.gz
nextcloud-server-e9644c2f52270aa1a1f345ed38bb2e66a4e8752d.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ru.php')
-rw-r--r--apps/files/l10n/ru.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/ru.php b/apps/files/l10n/ru.php
index c4f9342a3f5..fe771d2b571 100644
--- a/apps/files/l10n/ru.php
+++ b/apps/files/l10n/ru.php
@@ -32,7 +32,7 @@ $TRANSLATIONS = array(
"cancel" => "отмена",
"replaced {new_name} with {old_name}" => "заменено {new_name} на {old_name}",
"undo" => "отмена",
-"_Uploading %n file_::_Uploading %n files_" => array("","",""),
+"_Uploading %n file_::_Uploading %n files_" => array("Закачка %n файла","Закачка %n файлов","Закачка %n файлов"),
"files uploading" => "файлы загружаются",
"'.' is an invalid file name." => "'.' - неправильное имя файла.",
"File name cannot be empty." => "Имя файла не может быть пустым.",
@@ -44,8 +44,8 @@ $TRANSLATIONS = array(
"Name" => "Имя",
"Size" => "Размер",
"Modified" => "Изменён",
-"_%n folder_::_%n folders_" => array("","",""),
-"_%n file_::_%n files_" => array("","",""),
+"_%n folder_::_%n folders_" => array("%n папка","%n папки","%n папок"),
+"_%n file_::_%n files_" => array("%n файл","%n файла","%n файлов"),
"%s could not be renamed" => "%s не может быть переименован",
"Upload" => "Загрузка",
"File handling" => "Управление файлами",