diff options
Diffstat (limited to 'plugins/userinfo/localization/hy_AM.inc')
-rw-r--r-- | plugins/userinfo/localization/hy_AM.inc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/userinfo/localization/hy_AM.inc b/plugins/userinfo/localization/hy_AM.inc new file mode 100644 index 000000000..76146bec3 --- /dev/null +++ b/plugins/userinfo/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['userinfo'] = 'Օգտվողի տվյալներ'; +$labels['created'] = 'Ստեղծված'; +$labels['lastlogin'] = 'Վերջին մուտքը`'; +$labels['defaultidentity'] = 'Լռելյալ ինքնությունն'; + |