diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-11-15 10:03:58 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-11-15 10:03:58 +0100 |
commit | 7e34e4c5b5dac037435d0fc2c6db1f71199006e0 (patch) | |
tree | d3de8c0f9b8f609efa3e5434da2da48a4cf5b00b /plugins/vcard_attachments | |
parent | 9f1fd396951dd1bf9a082422d0835ca1a229255d (diff) | |
parent | ced9e5a5bf5d6ffe051b42f474d7a97203641913 (diff) |
Merge branch 'release-1.0' of github.com:roundcube/roundcubemail into release-1.0
Diffstat (limited to 'plugins/vcard_attachments')
-rw-r--r-- | plugins/vcard_attachments/localization/ast.inc | 20 | ||||
-rw-r--r-- | plugins/vcard_attachments/localization/br.inc | 20 | ||||
-rw-r--r-- | plugins/vcard_attachments/localization/ko_KR.inc | 4 | ||||
-rw-r--r-- | plugins/vcard_attachments/localization/ku.inc | 20 |
4 files changed, 62 insertions, 2 deletions
diff --git a/plugins/vcard_attachments/localization/ast.inc b/plugins/vcard_attachments/localization/ast.inc new file mode 100644 index 000000000..899e8a2d0 --- /dev/null +++ b/plugins/vcard_attachments/localization/ast.inc @@ -0,0 +1,20 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/vcard_attachments/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Vcard Attachments plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ +*/ +$labels['addvcardmsg'] = 'Amestar vCard a la llibreta de direiciones'; +$labels['vcardsavefailed'] = 'Nun pue guardase la vCard'; +?>
\ No newline at end of file diff --git a/plugins/vcard_attachments/localization/br.inc b/plugins/vcard_attachments/localization/br.inc new file mode 100644 index 000000000..d11a63f34 --- /dev/null +++ b/plugins/vcard_attachments/localization/br.inc @@ -0,0 +1,20 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/vcard_attachments/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Vcard Attachments plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ +*/ +$labels['addvcardmsg'] = 'Ouzhpennañ ar vCard d\'ar c\'harned chomlec\'hioù'; +$labels['vcardsavefailed'] = 'N\'haller ket enrollañ ar vCard'; +?>
\ No newline at end of file diff --git a/plugins/vcard_attachments/localization/ko_KR.inc b/plugins/vcard_attachments/localization/ko_KR.inc index b9b6906d2..fbbb73921 100644 --- a/plugins/vcard_attachments/localization/ko_KR.inc +++ b/plugins/vcard_attachments/localization/ko_KR.inc @@ -15,6 +15,6 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ */ -$labels['addvcardmsg'] = '주소록에 vCard를 추가'; -$labels['vcardsavefailed'] = 'vCard 저장이 불가능함'; +$labels['addvcardmsg'] = '주소록에 vCard 추가'; +$labels['vcardsavefailed'] = 'vCard를 저장할 수 없음'; ?>
\ No newline at end of file diff --git a/plugins/vcard_attachments/localization/ku.inc b/plugins/vcard_attachments/localization/ku.inc new file mode 100644 index 000000000..a2cd9769b --- /dev/null +++ b/plugins/vcard_attachments/localization/ku.inc @@ -0,0 +1,20 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/vcard_attachments/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Vcard Attachments plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/ +*/ +$labels['addvcardmsg'] = 'vCardê tevî deftera navnîşanan bike'; +$labels['vcardsavefailed'] = 'Tomarkirina vCard betal bike'; +?>
\ No newline at end of file |