diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-08-06 18:00:38 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-08-06 18:00:38 +0200 |
commit | c41a86e5cc26dc8ae37ed4b3fddcaa195b1616a4 (patch) | |
tree | 142bec92a18e0452af2967f40741407664c03a67 /plugins/vcard_attachments | |
parent | 565c472918e7f9707cd8d7909ad5dbcc5a921fdf (diff) |
Updated translations from launchpad
Diffstat (limited to 'plugins/vcard_attachments')
-rw-r--r-- | plugins/vcard_attachments/localization/hy_AM.inc | 19 | ||||
-rw-r--r-- | plugins/vcard_attachments/localization/ko_KR.inc | 19 | ||||
-rw-r--r-- | plugins/vcard_attachments/localization/sr_CS.inc | 19 |
3 files changed, 57 insertions, 0 deletions
diff --git a/plugins/vcard_attachments/localization/hy_AM.inc b/plugins/vcard_attachments/localization/hy_AM.inc new file mode 100644 index 000000000..5799b1cb5 --- /dev/null +++ b/plugins/vcard_attachments/localization/hy_AM.inc @@ -0,0 +1,19 @@ +<?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['addvcardmsg'] = 'Ավելացնել vCard-ը հասցեագրքում'; +$labels['vcardsavefailed'] = 'vCard-ի պահպանումը ձախողվեց'; + diff --git a/plugins/vcard_attachments/localization/ko_KR.inc b/plugins/vcard_attachments/localization/ko_KR.inc new file mode 100644 index 000000000..d617efbe6 --- /dev/null +++ b/plugins/vcard_attachments/localization/ko_KR.inc @@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/ko_KR/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Kim, Woohyun <woohyun.kim@gmail.com> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['addvcardmsg'] = '주소록에 vCard를 추가'; +$labels['vcardsavefailed'] = 'vCard 저장이 불가능함'; + diff --git a/plugins/vcard_attachments/localization/sr_CS.inc b/plugins/vcard_attachments/localization/sr_CS.inc new file mode 100644 index 000000000..e5b66ed5a --- /dev/null +++ b/plugins/vcard_attachments/localization/sr_CS.inc @@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/sr_CS/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Saša Zejnilović <zejnils@gmail.com> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['addvcardmsg'] = 'Додај вЦард у Адресар'; +$labels['vcardsavefailed'] = 'немоћан сачувати вчард'; + |