diff options
author | thomascube <thomas@roundcube.net> | 2009-10-28 16:16:09 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-10-28 16:16:09 +0000 |
commit | dba307ffd9dcc2bb9cb5966036709691b9e5026e (patch) | |
tree | 749cdcda5b6d2e97414fa3e7b7314f80acc93e56 /plugins/archive/localization/ru_RU.inc | |
parent | ebbb6a50c49a7ccfeadf6b98fb337f1e06727033 (diff) |
Localize vcard_attachments plugin + add Russian translation for archive plugin
Diffstat (limited to 'plugins/archive/localization/ru_RU.inc')
-rw-r--r-- | plugins/archive/localization/ru_RU.inc | 8 |
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'] = 'Архив'; + +?> |