diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /webmail/plugins/subscriptions_option/localization | |
Diffstat (limited to 'webmail/plugins/subscriptions_option/localization')
37 files changed, 814 insertions, 0 deletions
diff --git a/webmail/plugins/subscriptions_option/localization/bs_BA.inc b/webmail/plugins/subscriptions_option/localization/bs_BA.inc new file mode 100644 index 0000000..404dd1d --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/bs_BA.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Koristi IMAP pretplate'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/ca_ES.inc b/webmail/plugins/subscriptions_option/localization/ca_ES.inc new file mode 100644 index 0000000..9591342 --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/ca_ES.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Fes servir subscripcions IMAP'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/cs_CZ.inc b/webmail/plugins/subscriptions_option/localization/cs_CZ.inc new file mode 100644 index 0000000..052255f --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/cs_CZ.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Používat odebírání IMAP složek'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/cy_GB.inc b/webmail/plugins/subscriptions_option/localization/cy_GB.inc new file mode 100644 index 0000000..2c317de --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/cy_GB.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Defnyddio tanysgrifiadau IMAP'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/da_DK.inc b/webmail/plugins/subscriptions_option/localization/da_DK.inc new file mode 100644 index 0000000..08cfdf4 --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/da_DK.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Brug IMAP abonnementer'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/de_CH.inc b/webmail/plugins/subscriptions_option/localization/de_CH.inc new file mode 100644 index 0000000..8d48bb4 --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/de_CH.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Nur abonnierte Ordner anzeigen'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/de_DE.inc b/webmail/plugins/subscriptions_option/localization/de_DE.inc new file mode 100644 index 0000000..8d48bb4 --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/de_DE.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Nur abonnierte Ordner anzeigen'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/en_GB.inc b/webmail/plugins/subscriptions_option/localization/en_GB.inc new file mode 100644 index 0000000..3eb18fc --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/en_GB.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Use IMAP Subscriptions'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/en_US.inc b/webmail/plugins/subscriptions_option/localization/en_US.inc new file mode 100644 index 0000000..19e1b26 --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/en_US.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions plugin | + | Copyright (C) 2012, 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Use IMAP Subscriptions'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/eo.inc b/webmail/plugins/subscriptions_option/localization/eo.inc new file mode 100644 index 0000000..9cba39b --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/eo.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Uzi IMAP-abonojn'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/es_ES.inc b/webmail/plugins/subscriptions_option/localization/es_ES.inc new file mode 100644 index 0000000..699a60a --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/es_ES.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Usar suscripciones IMAP'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/et_EE.inc b/webmail/plugins/subscriptions_option/localization/et_EE.inc new file mode 100644 index 0000000..916911b --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/et_EE.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Kasuta IMAP tellimusi'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/fa_IR.inc b/webmail/plugins/subscriptions_option/localization/fa_IR.inc new file mode 100644 index 0000000..5c7cbe4 --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/fa_IR.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'استفاده از عضویت IMAP'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/fi_FI.inc b/webmail/plugins/subscriptions_option/localization/fi_FI.inc new file mode 100644 index 0000000..54128fb --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/fi_FI.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Käytä IMAP-tilauksia'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/fr_FR.inc b/webmail/plugins/subscriptions_option/localization/fr_FR.inc new file mode 100644 index 0000000..2290ccf --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/fr_FR.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Utiliser les abonnements IMAP'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/gl_ES.inc b/webmail/plugins/subscriptions_option/localization/gl_ES.inc new file mode 100644 index 0000000..bbff10c --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/gl_ES.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Usar suscripcións IMAP'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/he_IL.inc b/webmail/plugins/subscriptions_option/localization/he_IL.inc new file mode 100644 index 0000000..3149bb7 --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/he_IL.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'שימוש ברישום לתיקיות IMAP'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/hu_HU.inc b/webmail/plugins/subscriptions_option/localization/hu_HU.inc new file mode 100644 index 0000000..9efa245 --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/hu_HU.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'IMAP előfizetések használata.'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/hy_AM.inc b/webmail/plugins/subscriptions_option/localization/hy_AM.inc new file mode 100644 index 0000000..2c3fb5d --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/hy_AM.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Օգտագործել IMAP-ի բաժանորդագրությունները'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/it_IT.inc b/webmail/plugins/subscriptions_option/localization/it_IT.inc new file mode 100644 index 0000000..38aa6fb --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/it_IT.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Usa sottoscrizioni IMAP'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/ja_JP.inc b/webmail/plugins/subscriptions_option/localization/ja_JP.inc new file mode 100644 index 0000000..7daf1c4 --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/ja_JP.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'IMAP 購読リストを使う'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/ko_KR.inc b/webmail/plugins/subscriptions_option/localization/ko_KR.inc new file mode 100644 index 0000000..d399915 --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/ko_KR.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'IMAP 구독 사용'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/lt_LT.inc b/webmail/plugins/subscriptions_option/localization/lt_LT.inc new file mode 100644 index 0000000..0612e4d --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/lt_LT.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Naudoti IMAP prenumeratas'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/nb_NO.inc b/webmail/plugins/subscriptions_option/localization/nb_NO.inc new file mode 100644 index 0000000..c65b5ca --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/nb_NO.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Bruk IMAP-abonnementer'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/nl_NL.inc b/webmail/plugins/subscriptions_option/localization/nl_NL.inc new file mode 100644 index 0000000..415d555 --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/nl_NL.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Gebruik IMAP-abonneringen'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/pl_PL.inc b/webmail/plugins/subscriptions_option/localization/pl_PL.inc new file mode 100644 index 0000000..01f377f --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/pl_PL.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Używaj subskrypcji IMAP'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/pt_BR.inc b/webmail/plugins/subscriptions_option/localization/pt_BR.inc new file mode 100644 index 0000000..aa148a7 --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/pt_BR.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Usar função de inscrição em pastas IMAP'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/pt_PT.inc b/webmail/plugins/subscriptions_option/localization/pt_PT.inc new file mode 100644 index 0000000..d803520 --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/pt_PT.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Use subscrições IMAP'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/ru_RU.inc b/webmail/plugins/subscriptions_option/localization/ru_RU.inc new file mode 100644 index 0000000..2b25783 --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/ru_RU.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Использовать IMAP подписку'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/sk_SK.inc b/webmail/plugins/subscriptions_option/localization/sk_SK.inc new file mode 100644 index 0000000..4507e26 --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/sk_SK.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Použi IMAP nastavenia'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/sl_SI.inc b/webmail/plugins/subscriptions_option/localization/sl_SI.inc new file mode 100644 index 0000000..8ef5f21 --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/sl_SI.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Uporabi IMAP-naročnino'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/sr_CS.inc b/webmail/plugins/subscriptions_option/localization/sr_CS.inc new file mode 100644 index 0000000..ad84ed0 --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/sr_CS.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Користите ИМАП Уписивање'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/sv_SE.inc b/webmail/plugins/subscriptions_option/localization/sv_SE.inc new file mode 100644 index 0000000..1a8eae1 --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/sv_SE.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Använd IMAP-prenumerationer'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/tr_TR.inc b/webmail/plugins/subscriptions_option/localization/tr_TR.inc new file mode 100644 index 0000000..7d69e9c --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/tr_TR.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'IMAP Aboneliklerini kullan'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/vi_VN.inc b/webmail/plugins/subscriptions_option/localization/vi_VN.inc new file mode 100644 index 0000000..52e4bd6 --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/vi_VN.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Đăng ký dùng cách thức IMAP'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/zh_CN.inc b/webmail/plugins/subscriptions_option/localization/zh_CN.inc new file mode 100644 index 0000000..3b146d7 --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/zh_CN.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = '使用 IMAP 订阅'; + +?> diff --git a/webmail/plugins/subscriptions_option/localization/zh_TW.inc b/webmail/plugins/subscriptions_option/localization/zh_TW.inc new file mode 100644 index 0000000..226be8e --- /dev/null +++ b/webmail/plugins/subscriptions_option/localization/zh_TW.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/subscriptions_option/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = '使用IMAP訂閱'; + +?> |
