summaryrefslogtreecommitdiff
path: root/plugins/archive
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2009-10-28 16:16:09 +0000
committerthomascube <thomas@roundcube.net>2009-10-28 16:16:09 +0000
commitdba307ffd9dcc2bb9cb5966036709691b9e5026e (patch)
tree749cdcda5b6d2e97414fa3e7b7314f80acc93e56 /plugins/archive
parentebbb6a50c49a7ccfeadf6b98fb337f1e06727033 (diff)
Localize vcard_attachments plugin + add Russian translation for archive plugin
Diffstat (limited to 'plugins/archive')
-rw-r--r--plugins/archive/localization/ru_RU.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/archive/localization/ru_RU.inc b/plugins/archive/localization/ru_RU.inc
new file mode 100644
index 000000000..e377ad017
--- /dev/null
+++ b/plugins/archive/localization/ru_RU.inc
@@ -0,0 +1,8 @@
+<?php
+
+$labels = array();
+$labels['buttontitle'] = 'Переместить выбранное в архив';
+$labels['archived'] = 'Перенесено в Архив';
+$labels['archivefolder'] = 'Архив';
+
+?>