diff options
Diffstat (limited to 'plugins/vcard_attachments/localization')
-rw-r--r-- | plugins/vcard_attachments/localization/az_AZ.inc | 19 | ||||
-rw-r--r-- | plugins/vcard_attachments/localization/km_KH.inc | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/plugins/vcard_attachments/localization/az_AZ.inc b/plugins/vcard_attachments/localization/az_AZ.inc new file mode 100644 index 000000000..e4ca20ce2 --- /dev/null +++ b/plugins/vcard_attachments/localization/az_AZ.inc @@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/az_AZ/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Orkhan Guliyev <proger@box.az> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['addvcardmsg'] = 'vCard-ı kontakta daxil et'; +$labels['vcardsavefailed'] = 'vCard-ı saxlamaq alınmadı'; + diff --git a/plugins/vcard_attachments/localization/km_KH.inc b/plugins/vcard_attachments/localization/km_KH.inc new file mode 100644 index 000000000..7fa32c057 --- /dev/null +++ b/plugins/vcard_attachments/localization/km_KH.inc @@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/km_KH/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: samdyk | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['addvcardmsg'] = 'បន្ថែម vCard ទៅសៀវភៅកត់ត្រា'; +$labels['vcardsavefailed'] = 'មិនអាចរក្សាទុក vCard'; + |