summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-11-21 10:05:34 -0500
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-11-21 10:05:34 -0500
commit5d9731cef28d9c93e81216d31299b2b68fbc8758 (patch)
treeef8a593b9524c6d98c5c31af888b6cad3137a94f /apps/files_trashbin
parentd0265f3388b43e05c40938142dd4b17abbf1dfc8 (diff)
downloadnextcloud-server-5d9731cef28d9c93e81216d31299b2b68fbc8758.tar.gz
nextcloud-server-5d9731cef28d9c93e81216d31299b2b68fbc8758.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/l10n/ru_RU.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/ru_RU.php b/apps/files_trashbin/l10n/ru_RU.php
index 3129ff95eb4..dfc99f594fd 100644
--- a/apps/files_trashbin/l10n/ru_RU.php
+++ b/apps/files_trashbin/l10n/ru_RU.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
-"Error" => "Ошибка"
+"Error" => "Ошибка",
+"Delete" => "Удалить"
);
$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);";