diff options
Diffstat (limited to 'plugins/archive/localization/hy_AM.inc')
-rw-r--r-- | plugins/archive/localization/hy_AM.inc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/archive/localization/hy_AM.inc b/plugins/archive/localization/hy_AM.inc new file mode 100644 index 000000000..ff29d198c --- /dev/null +++ b/plugins/archive/localization/hy_AM.inc @@ -0,0 +1,21 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/hy_AM/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Vahan Yerkanian <vahan@yerkanian.com> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['buttontext'] = 'Արխիվ'; +$labels['archivefolder'] = 'Արխիվ'; +$labels['buttontitle'] = 'Արխիվացնել այս հաղորդագրությունը'; +$labels['archived'] = 'Բարեհաջող արխիվացվեց'; + |