diff options
Diffstat (limited to 'plugins/subscriptions_option')
31 files changed, 510 insertions, 37 deletions
diff --git a/plugins/subscriptions_option/localization/bs_BA.inc b/plugins/subscriptions_option/localization/bs_BA.inc new file mode 100644 index 000000000..3da2eaa95 --- /dev/null +++ b/plugins/subscriptions_option/localization/bs_BA.inc @@ -0,0 +1,18 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/bs_BA/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Kenan Dervišević <kenan3008@gmail.com> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Koristi IMAP pretplate'; + diff --git a/plugins/subscriptions_option/localization/ca_ES.inc b/plugins/subscriptions_option/localization/ca_ES.inc new file mode 100644 index 000000000..28e67e844 --- /dev/null +++ b/plugins/subscriptions_option/localization/ca_ES.inc @@ -0,0 +1,18 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/ca_ES/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Jordi Sanfeliu <jordi@fibranet.cat> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Fes servir subscripcions IMAP'; + diff --git a/plugins/subscriptions_option/localization/cs_CZ.inc b/plugins/subscriptions_option/localization/cs_CZ.inc index 0d9c1fc73..0c4142523 100644 --- a/plugins/subscriptions_option/localization/cs_CZ.inc +++ b/plugins/subscriptions_option/localization/cs_CZ.inc @@ -1,23 +1,18 @@ <?php /* - -+-----------------------------------------------------------------------+ -| language/cs_CZ/labels.inc | -| | -| Language file of the Roundcube subscriptions option plugin | -| Copyright (C) 2005-2009, The Roundcube Dev Team | -| Licensed under the GNU GPL | -| | -+-----------------------------------------------------------------------+ -| Author: Milan Kozak <hodza@hodza.net> | -+-----------------------------------------------------------------------+ - -@version $Id: labels.inc 2993 2009-09-26 18:32:07Z alec $ - + +-----------------------------------------------------------------------+ + | localization/cs_CZ/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Thomas | + +-----------------------------------------------------------------------+ */ $labels = array(); -$labels['useimapsubscriptions'] = 'Používat odebírání IMAP složek'; +$labels['useimapsubscriptions'] = 'Používat odebírání IMAP složek'; -?> diff --git a/plugins/subscriptions_option/localization/cy_GB.inc b/plugins/subscriptions_option/localization/cy_GB.inc new file mode 100644 index 000000000..54cc72b8b --- /dev/null +++ b/plugins/subscriptions_option/localization/cy_GB.inc @@ -0,0 +1,18 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/cy_GB/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Dafydd Tomos | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Defnyddio tanysgrifiadau IMAP'; + diff --git a/plugins/subscriptions_option/localization/da_DK.inc b/plugins/subscriptions_option/localization/da_DK.inc new file mode 100644 index 000000000..bcefdcc23 --- /dev/null +++ b/plugins/subscriptions_option/localization/da_DK.inc @@ -0,0 +1,18 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/da_DK/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Johannes Hessellund <osos@openeyes.dk> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Brug IMAP abonnementer'; + diff --git a/plugins/subscriptions_option/localization/de_CH.inc b/plugins/subscriptions_option/localization/de_CH.inc index b4affe0c8..5a3e6908e 100644 --- a/plugins/subscriptions_option/localization/de_CH.inc +++ b/plugins/subscriptions_option/localization/de_CH.inc @@ -1,6 +1,18 @@ <?php +/* + +-----------------------------------------------------------------------+ + | localization/de_CH/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Thomas | + +-----------------------------------------------------------------------+ +*/ + $labels = array(); -$labels['useimapsubscriptions'] = 'Nur abonnierte Ordner anzeigen'; +$labels['useimapsubscriptions'] = 'Nur abonnierte Ordner anzeigen'; -?> diff --git a/plugins/subscriptions_option/localization/de_DE.inc b/plugins/subscriptions_option/localization/de_DE.inc index b4affe0c8..25a8d4bde 100644 --- a/plugins/subscriptions_option/localization/de_DE.inc +++ b/plugins/subscriptions_option/localization/de_DE.inc @@ -1,6 +1,18 @@ <?php +/* + +-----------------------------------------------------------------------+ + | localization/de_DE/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Thomas | + +-----------------------------------------------------------------------+ +*/ + $labels = array(); -$labels['useimapsubscriptions'] = 'Nur abonnierte Ordner anzeigen'; +$labels['useimapsubscriptions'] = 'Nur abonnierte Ordner anzeigen'; -?> diff --git a/plugins/subscriptions_option/localization/en_GB.inc b/plugins/subscriptions_option/localization/en_GB.inc new file mode 100644 index 000000000..3c88be72c --- /dev/null +++ b/plugins/subscriptions_option/localization/en_GB.inc @@ -0,0 +1,18 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/en_GB/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Aleksander Machniak <alec@alec.pl> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Use IMAP Subscriptions'; + diff --git a/plugins/subscriptions_option/localization/es_ES.inc b/plugins/subscriptions_option/localization/es_ES.inc index ca9a42126..dfc4c2f0a 100644 --- a/plugins/subscriptions_option/localization/es_ES.inc +++ b/plugins/subscriptions_option/localization/es_ES.inc @@ -1,6 +1,18 @@ <?php +/* + +-----------------------------------------------------------------------+ + | localization/es_ES/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Thomas | + +-----------------------------------------------------------------------+ +*/ + $labels = array(); -$labels['useimapsubscriptions'] = 'Usar suscripciones IMAP'; +$labels['useimapsubscriptions'] = 'Usar suscripciones IMAP'; -?> diff --git a/plugins/subscriptions_option/localization/et_EE.inc b/plugins/subscriptions_option/localization/et_EE.inc index 6c5f6f435..11ebacc39 100644 --- a/plugins/subscriptions_option/localization/et_EE.inc +++ b/plugins/subscriptions_option/localization/et_EE.inc @@ -1,6 +1,18 @@ <?php +/* + +-----------------------------------------------------------------------+ + | localization/et_EE/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Thomas | + +-----------------------------------------------------------------------+ +*/ + $labels = array(); -$labels['useimapsubscriptions'] = 'Kasuta IMAP tellimusi'; +$labels['useimapsubscriptions'] = 'Kasuta IMAP tellimusi'; -?> diff --git a/plugins/subscriptions_option/localization/fa_IR.inc b/plugins/subscriptions_option/localization/fa_IR.inc new file mode 100644 index 000000000..a2cdec71d --- /dev/null +++ b/plugins/subscriptions_option/localization/fa_IR.inc @@ -0,0 +1,18 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/fa_IR/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Hamid <abbaszadeh.h@gmail.com> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'استفاده از عضویت IMAP'; + diff --git a/plugins/subscriptions_option/localization/fi_FI.inc b/plugins/subscriptions_option/localization/fi_FI.inc new file mode 100644 index 000000000..196804228 --- /dev/null +++ b/plugins/subscriptions_option/localization/fi_FI.inc @@ -0,0 +1,18 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/fi_FI/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Jiri Grönroos | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Käytä IMAP-tilauksia'; + diff --git a/plugins/subscriptions_option/localization/fr_FR.inc b/plugins/subscriptions_option/localization/fr_FR.inc new file mode 100644 index 000000000..fc928d8ed --- /dev/null +++ b/plugins/subscriptions_option/localization/fr_FR.inc @@ -0,0 +1,18 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/fr_FR/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Nicolas Delvaux | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Utiliser les abonnements IMAP'; + diff --git a/plugins/subscriptions_option/localization/gl_ES.inc b/plugins/subscriptions_option/localization/gl_ES.inc index d7db28d2e..c085c263a 100644 --- a/plugins/subscriptions_option/localization/gl_ES.inc +++ b/plugins/subscriptions_option/localization/gl_ES.inc @@ -1,6 +1,18 @@ <?php +/* + +-----------------------------------------------------------------------+ + | localization/gl_ES/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Thomas | + +-----------------------------------------------------------------------+ +*/ + $labels = array(); -$labels['useimapsubscriptions'] = 'Usar suscripcións IMAP'; +$labels['useimapsubscriptions'] = 'Usar suscripcións IMAP'; -?> diff --git a/plugins/subscriptions_option/localization/he_IL.inc b/plugins/subscriptions_option/localization/he_IL.inc new file mode 100644 index 000000000..e91960a7e --- /dev/null +++ b/plugins/subscriptions_option/localization/he_IL.inc @@ -0,0 +1,18 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/he_IL/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Moshe Leibovitch <moish@mln.co.il> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'שימוש ברישום לתיקיות IMAP'; + diff --git a/plugins/subscriptions_option/localization/hu_HU.inc b/plugins/subscriptions_option/localization/hu_HU.inc new file mode 100644 index 000000000..767364870 --- /dev/null +++ b/plugins/subscriptions_option/localization/hu_HU.inc @@ -0,0 +1,18 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/hu_HU/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: bela | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'IMAP előfizetések használata.'; + diff --git a/plugins/subscriptions_option/localization/hy_AM.inc b/plugins/subscriptions_option/localization/hy_AM.inc new file mode 100644 index 000000000..0769fe0a4 --- /dev/null +++ b/plugins/subscriptions_option/localization/hy_AM.inc @@ -0,0 +1,18 @@ +<?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['useimapsubscriptions'] = 'Օգտագործել IMAP-ի բաժանորդագրությունները'; + diff --git a/plugins/subscriptions_option/localization/ja_JP.inc b/plugins/subscriptions_option/localization/ja_JP.inc index dacea2956..206bf92a3 100644 --- a/plugins/subscriptions_option/localization/ja_JP.inc +++ b/plugins/subscriptions_option/localization/ja_JP.inc @@ -1,8 +1,18 @@ <?php -// EN-Revision: 3891 +/* + +-----------------------------------------------------------------------+ + | localization/ja_JP/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Thomas | + +-----------------------------------------------------------------------+ +*/ $labels = array(); -$labels['useimapsubscriptions'] = 'IMAP 購読リストを使う'; +$labels['useimapsubscriptions'] = 'IMAP 購読リストを使う'; -?> diff --git a/plugins/subscriptions_option/localization/ko_KR.inc b/plugins/subscriptions_option/localization/ko_KR.inc new file mode 100644 index 000000000..c391b2f73 --- /dev/null +++ b/plugins/subscriptions_option/localization/ko_KR.inc @@ -0,0 +1,18 @@ +<?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['useimapsubscriptions'] = 'IMAP 구독 사용'; + diff --git a/plugins/subscriptions_option/localization/lt_LT.inc b/plugins/subscriptions_option/localization/lt_LT.inc new file mode 100644 index 000000000..30d73b8da --- /dev/null +++ b/plugins/subscriptions_option/localization/lt_LT.inc @@ -0,0 +1,18 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/lt_LT/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Rimas Kudelis <rq@akl.lt> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Naudoti IMAP prenumeratas'; + diff --git a/plugins/subscriptions_option/localization/nl_NL.inc b/plugins/subscriptions_option/localization/nl_NL.inc new file mode 100644 index 000000000..3664f5c18 --- /dev/null +++ b/plugins/subscriptions_option/localization/nl_NL.inc @@ -0,0 +1,18 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/nl_NL/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Geert Wirken | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Gebruik IMAP-abonneringen'; + diff --git a/plugins/subscriptions_option/localization/pl_PL.inc b/plugins/subscriptions_option/localization/pl_PL.inc index 8544c7d30..15513d559 100644 --- a/plugins/subscriptions_option/localization/pl_PL.inc +++ b/plugins/subscriptions_option/localization/pl_PL.inc @@ -1,6 +1,18 @@ <?php +/* + +-----------------------------------------------------------------------+ + | localization/pl_PL/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Thomas | + +-----------------------------------------------------------------------+ +*/ + $labels = array(); -$labels['useimapsubscriptions'] = 'Używaj subskrypcji IMAP'; +$labels['useimapsubscriptions'] = 'Używaj subskrypcji IMAP'; -?> diff --git a/plugins/subscriptions_option/localization/pt_BR.inc b/plugins/subscriptions_option/localization/pt_BR.inc new file mode 100644 index 000000000..b7480db6a --- /dev/null +++ b/plugins/subscriptions_option/localization/pt_BR.inc @@ -0,0 +1,18 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/pt_BR/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Victor Benincasa <vbenincasa@gmail.com> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Usar função de inscrição em pastas IMAP'; + diff --git a/plugins/subscriptions_option/localization/pt_PT.inc b/plugins/subscriptions_option/localization/pt_PT.inc new file mode 100644 index 000000000..13ea3a4ad --- /dev/null +++ b/plugins/subscriptions_option/localization/pt_PT.inc @@ -0,0 +1,18 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/pt_PT/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: David | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Use subscrições IMAP'; + diff --git a/plugins/subscriptions_option/localization/ru_RU.inc b/plugins/subscriptions_option/localization/ru_RU.inc index 5deb84e0d..0d6b1d274 100644 --- a/plugins/subscriptions_option/localization/ru_RU.inc +++ b/plugins/subscriptions_option/localization/ru_RU.inc @@ -1,6 +1,18 @@ <?php +/* + +-----------------------------------------------------------------------+ + | localization/ru_RU/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Thomas | + +-----------------------------------------------------------------------+ +*/ + $labels = array(); -$labels['useimapsubscriptions'] = 'Использовать IMAP подписку'; +$labels['useimapsubscriptions'] = 'Использовать IMAP подписку'; -?> diff --git a/plugins/subscriptions_option/localization/sk_SK.inc b/plugins/subscriptions_option/localization/sk_SK.inc new file mode 100644 index 000000000..667264af2 --- /dev/null +++ b/plugins/subscriptions_option/localization/sk_SK.inc @@ -0,0 +1,18 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/sk_SK/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: panda | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Použi IMAP nastavenia'; + diff --git a/plugins/subscriptions_option/localization/sl_SI.inc b/plugins/subscriptions_option/localization/sl_SI.inc new file mode 100644 index 000000000..3c3943482 --- /dev/null +++ b/plugins/subscriptions_option/localization/sl_SI.inc @@ -0,0 +1,18 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/sl_SI/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Barbara Krasovec <barbarak@arnes.si> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Uporabi IMAP-naročnino'; + diff --git a/plugins/subscriptions_option/localization/sr_CS.inc b/plugins/subscriptions_option/localization/sr_CS.inc new file mode 100644 index 000000000..c582eccd5 --- /dev/null +++ b/plugins/subscriptions_option/localization/sr_CS.inc @@ -0,0 +1,18 @@ +<?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['useimapsubscriptions'] = 'Користите ИМАП Уписивање'; + diff --git a/plugins/subscriptions_option/localization/sv_SE.inc b/plugins/subscriptions_option/localization/sv_SE.inc index 05b7006f4..bf0ee581a 100644 --- a/plugins/subscriptions_option/localization/sv_SE.inc +++ b/plugins/subscriptions_option/localization/sv_SE.inc @@ -1,6 +1,18 @@ <?php +/* + +-----------------------------------------------------------------------+ + | localization/sv_SE/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Thomas | + +-----------------------------------------------------------------------+ +*/ + $labels = array(); -$labels['useimapsubscriptions'] = 'Använd IMAP-prenumerationer'; +$labels['useimapsubscriptions'] = 'Använd IMAP-prenumerationer'; -?> diff --git a/plugins/subscriptions_option/localization/tr_TR.inc b/plugins/subscriptions_option/localization/tr_TR.inc new file mode 100644 index 000000000..0ebd48db3 --- /dev/null +++ b/plugins/subscriptions_option/localization/tr_TR.inc @@ -0,0 +1,18 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/tr_TR/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: ismail yenigul | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'IMAP Aboneliklerini kullan'; + diff --git a/plugins/subscriptions_option/localization/zh_TW.inc b/plugins/subscriptions_option/localization/zh_TW.inc index f310b51b7..18b4bf2b1 100644 --- a/plugins/subscriptions_option/localization/zh_TW.inc +++ b/plugins/subscriptions_option/localization/zh_TW.inc @@ -1,6 +1,18 @@ <?php +/* + +-----------------------------------------------------------------------+ + | localization/zh_TW/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Thomas | + +-----------------------------------------------------------------------+ +*/ + $labels = array(); -$labels['useimapsubscriptions'] = '使用IMAP訂閱'; +$labels['useimapsubscriptions'] = '使用IMAP訂閱'; -?> |