diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-01 00:19:28 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-01 00:19:28 +0100 |
commit | 94f744672431d5d4fc98ba3970aa9c5fb70cbc93 (patch) | |
tree | 00beaed492553312610888b417db86f0ba23f294 /apps/files_trashbin/l10n/ru_RU.php | |
parent | 5dd2c9152e86a5b4e0ca050aa1aca29ce3b813b1 (diff) | |
download | nextcloud-server-94f744672431d5d4fc98ba3970aa9c5fb70cbc93.tar.gz nextcloud-server-94f744672431d5d4fc98ba3970aa9c5fb70cbc93.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n/ru_RU.php')
-rw-r--r-- | apps/files_trashbin/l10n/ru_RU.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/ru_RU.php b/apps/files_trashbin/l10n/ru_RU.php new file mode 100644 index 00000000000..8ef2658cf24 --- /dev/null +++ b/apps/files_trashbin/l10n/ru_RU.php @@ -0,0 +1,7 @@ +<?php $TRANSLATIONS = array( +"Name" => "Имя", +"1 folder" => "1 папка", +"{count} folders" => "{количество} папок", +"1 file" => "1 файл", +"{count} files" => "{количество} файлов" +); |