diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-10-28 16:16:09 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-10-28 16:16:09 +0000 |
| commit | ff3d9c08999a1bbeb8231e3c5f09a7755fdeaed0 (patch) | |
| tree | ee6e6238fbeacf395c0e12e72a6d6b2ebf2302dc /roundcubemail/plugins/archive | |
| parent | b5fe65da4a88f796e1a7bbdbd0b4443cd9ce5193 (diff) | |
Localize vcard_attachments plugin + add Russian translation for archive plugin
git-svn-id: https://svn.roundcube.net/trunk@3069 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/archive')
| -rw-r--r-- | roundcubemail/plugins/archive/localization/ru_RU.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roundcubemail/plugins/archive/localization/ru_RU.inc b/roundcubemail/plugins/archive/localization/ru_RU.inc new file mode 100644 index 000000000..e377ad017 --- /dev/null +++ b/roundcubemail/plugins/archive/localization/ru_RU.inc @@ -0,0 +1,8 @@ +<?php + +$labels = array(); +$labels['buttontitle'] = 'Переместить выбранное в архив'; +$labels['archived'] = 'Перенесено в Архив'; +$labels['archivefolder'] = 'Архив'; + +?> |
