diff options
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 | ||||
-rw-r--r-- | plugins/vcard_attachments/package.xml | 6 | ||||
-rw-r--r-- | plugins/vcard_attachments/skins/classic/style.css (renamed from plugins/vcard_attachments/skins/default/style.css) | 0 | ||||
-rw-r--r-- | plugins/vcard_attachments/skins/classic/vcard.png (renamed from plugins/vcard_attachments/skins/default/vcard.png) | bin | 493 -> 493 bytes | |||
-rw-r--r-- | plugins/vcard_attachments/skins/classic/vcard_add_contact.png (renamed from plugins/vcard_attachments/skins/default/vcard_add_contact.png) | bin | 1361 -> 1361 bytes |
7 files changed, 60 insertions, 3 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'] = 'немоћан сачувати вчард'; + diff --git a/plugins/vcard_attachments/package.xml b/plugins/vcard_attachments/package.xml index cf94ef378..82b750ad5 100644 --- a/plugins/vcard_attachments/package.xml +++ b/plugins/vcard_attachments/package.xml @@ -61,9 +61,9 @@ <file name="localization/ru_RU.inc" role="data"></file> <file name="localization/sv_SE.inc" role="data"></file> <file name="localization/zh_TW.inc" role="data"></file> - <file name="skins/default/style.css" role="data"></file> - <file name="skins/default/vcard_add_contact.png" role="data"></file> - <file name="skins/default/vcard.png" role="data"></file> + <file name="skins/classic/style.css" role="data"></file> + <file name="skins/classic/vcard_add_contact.png" role="data"></file> + <file name="skins/classic/vcard.png" role="data"></file> <file name="skins/larry/style.css" role="data"></file> <file name="skins/larry/vcard_add_contact.png" role="data"></file> <file name="skins/larry/vcard.png" role="data"></file> diff --git a/plugins/vcard_attachments/skins/default/style.css b/plugins/vcard_attachments/skins/classic/style.css index 044d3983e..044d3983e 100644 --- a/plugins/vcard_attachments/skins/default/style.css +++ b/plugins/vcard_attachments/skins/classic/style.css diff --git a/plugins/vcard_attachments/skins/default/vcard.png b/plugins/vcard_attachments/skins/classic/vcard.png Binary files differindex 8bf6b1b72..8bf6b1b72 100644 --- a/plugins/vcard_attachments/skins/default/vcard.png +++ b/plugins/vcard_attachments/skins/classic/vcard.png diff --git a/plugins/vcard_attachments/skins/default/vcard_add_contact.png b/plugins/vcard_attachments/skins/classic/vcard_add_contact.png Binary files differindex 478c1f3f2..478c1f3f2 100644 --- a/plugins/vcard_attachments/skins/default/vcard_add_contact.png +++ b/plugins/vcard_attachments/skins/classic/vcard_add_contact.png |