diff options
Diffstat (limited to 'plugins/help')
-rw-r--r-- | plugins/help/localization/bs_BA.inc | 20 | ||||
-rw-r--r-- | plugins/help/localization/ca_ES.inc | 20 | ||||
-rw-r--r-- | plugins/help/localization/cy_GB.inc | 20 | ||||
-rw-r--r-- | plugins/help/localization/de_CH.inc | 20 | ||||
-rw-r--r-- | plugins/help/localization/fa_IR.inc | 20 | ||||
-rw-r--r-- | plugins/help/localization/fi_FI.inc | 20 | ||||
-rw-r--r-- | plugins/help/localization/he_IL.inc | 20 | ||||
-rw-r--r-- | plugins/help/localization/hy_AM.inc | 20 | ||||
-rw-r--r-- | plugins/help/localization/ja_JP.inc | 16 | ||||
-rw-r--r-- | plugins/help/localization/ko_KR.inc | 20 | ||||
-rw-r--r-- | plugins/help/localization/lt_LT.inc | 20 | ||||
-rw-r--r-- | plugins/help/localization/nl_NL.inc | 20 | ||||
-rw-r--r-- | plugins/help/localization/pt_PT.inc | 20 | ||||
-rw-r--r-- | plugins/help/localization/sk_SK.inc | 20 | ||||
-rw-r--r-- | plugins/help/localization/sl_SI.inc | 20 | ||||
-rw-r--r-- | plugins/help/localization/sr_CS.inc | 20 | ||||
-rw-r--r-- | plugins/help/localization/tr_TR.inc | 20 | ||||
-rw-r--r-- | plugins/help/localization/vi_VN.inc | 20 | ||||
-rw-r--r-- | plugins/help/localization/zh_CN.inc | 20 |
19 files changed, 373 insertions, 3 deletions
diff --git a/plugins/help/localization/bs_BA.inc b/plugins/help/localization/bs_BA.inc new file mode 100644 index 000000000..714d4e775 --- /dev/null +++ b/plugins/help/localization/bs_BA.inc @@ -0,0 +1,20 @@ +<?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['help'] = 'Pomoć'; +$labels['about'] = 'O programu'; +$labels['license'] = 'Licenca'; + diff --git a/plugins/help/localization/ca_ES.inc b/plugins/help/localization/ca_ES.inc new file mode 100644 index 000000000..bd45469cd --- /dev/null +++ b/plugins/help/localization/ca_ES.inc @@ -0,0 +1,20 @@ +<?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['help'] = 'Ajuda'; +$labels['about'] = 'Quant a'; +$labels['license'] = 'Llicència'; + diff --git a/plugins/help/localization/cy_GB.inc b/plugins/help/localization/cy_GB.inc new file mode 100644 index 000000000..78969b9d2 --- /dev/null +++ b/plugins/help/localization/cy_GB.inc @@ -0,0 +1,20 @@ +<?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['help'] = 'Cymorth'; +$labels['about'] = 'Amdan'; +$labels['license'] = 'Trwydded'; + diff --git a/plugins/help/localization/de_CH.inc b/plugins/help/localization/de_CH.inc new file mode 100644 index 000000000..ee9c78634 --- /dev/null +++ b/plugins/help/localization/de_CH.inc @@ -0,0 +1,20 @@ +<?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['help'] = 'Hilfe'; +$labels['about'] = 'Information'; +$labels['license'] = 'Lizenz'; + diff --git a/plugins/help/localization/fa_IR.inc b/plugins/help/localization/fa_IR.inc new file mode 100644 index 000000000..5635d70bf --- /dev/null +++ b/plugins/help/localization/fa_IR.inc @@ -0,0 +1,20 @@ +<?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['help'] = 'راهنما'; +$labels['about'] = 'درباره'; +$labels['license'] = 'گواهینامه'; + diff --git a/plugins/help/localization/fi_FI.inc b/plugins/help/localization/fi_FI.inc new file mode 100644 index 000000000..3ca3da356 --- /dev/null +++ b/plugins/help/localization/fi_FI.inc @@ -0,0 +1,20 @@ +<?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['help'] = 'Ohje'; +$labels['about'] = 'Tietoja'; +$labels['license'] = 'Lisenssi'; + diff --git a/plugins/help/localization/he_IL.inc b/plugins/help/localization/he_IL.inc new file mode 100644 index 000000000..105acbd16 --- /dev/null +++ b/plugins/help/localization/he_IL.inc @@ -0,0 +1,20 @@ +<?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['help'] = 'עזרה'; +$labels['about'] = 'אודות'; +$labels['license'] = 'רשיון'; + diff --git a/plugins/help/localization/hy_AM.inc b/plugins/help/localization/hy_AM.inc new file mode 100644 index 000000000..7e56fda1b --- /dev/null +++ b/plugins/help/localization/hy_AM.inc @@ -0,0 +1,20 @@ +<?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['help'] = 'Օգնություն'; +$labels['about'] = 'Նկարագիր'; +$labels['license'] = 'Արտոնագիր'; + diff --git a/plugins/help/localization/ja_JP.inc b/plugins/help/localization/ja_JP.inc index 18081bb7d..a41a3b103 100644 --- a/plugins/help/localization/ja_JP.inc +++ b/plugins/help/localization/ja_JP.inc @@ -1,10 +1,20 @@ <?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: Takahiro Kambe | + +-----------------------------------------------------------------------+ +*/ $labels = array(); $labels['help'] = 'ヘルプ'; -$labels['about'] = '紹介'; +$labels['about'] = 'このプログラムについて'; $labels['license'] = 'ライセンス'; -?> diff --git a/plugins/help/localization/ko_KR.inc b/plugins/help/localization/ko_KR.inc new file mode 100644 index 000000000..c57dfa0f5 --- /dev/null +++ b/plugins/help/localization/ko_KR.inc @@ -0,0 +1,20 @@ +<?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['help'] = '도움말'; +$labels['about'] = '정보'; +$labels['license'] = '라이센스'; + diff --git a/plugins/help/localization/lt_LT.inc b/plugins/help/localization/lt_LT.inc new file mode 100644 index 000000000..a7a2b827d --- /dev/null +++ b/plugins/help/localization/lt_LT.inc @@ -0,0 +1,20 @@ +<?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['help'] = 'Žinynas'; +$labels['about'] = 'Apie'; +$labels['license'] = 'Licencija'; + diff --git a/plugins/help/localization/nl_NL.inc b/plugins/help/localization/nl_NL.inc new file mode 100644 index 000000000..6fdf8d4cb --- /dev/null +++ b/plugins/help/localization/nl_NL.inc @@ -0,0 +1,20 @@ +<?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['help'] = 'Help'; +$labels['about'] = 'Over'; +$labels['license'] = 'Licentie'; + diff --git a/plugins/help/localization/pt_PT.inc b/plugins/help/localization/pt_PT.inc new file mode 100644 index 000000000..c28503b33 --- /dev/null +++ b/plugins/help/localization/pt_PT.inc @@ -0,0 +1,20 @@ +<?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['help'] = 'Ajuda'; +$labels['about'] = 'Sobre...'; +$labels['license'] = 'Licença'; + diff --git a/plugins/help/localization/sk_SK.inc b/plugins/help/localization/sk_SK.inc new file mode 100644 index 000000000..6fdacd1b6 --- /dev/null +++ b/plugins/help/localization/sk_SK.inc @@ -0,0 +1,20 @@ +<?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['help'] = 'Nápoveda'; +$labels['about'] = 'O aplikácii'; +$labels['license'] = 'Licencia'; + diff --git a/plugins/help/localization/sl_SI.inc b/plugins/help/localization/sl_SI.inc new file mode 100644 index 000000000..d72cd1838 --- /dev/null +++ b/plugins/help/localization/sl_SI.inc @@ -0,0 +1,20 @@ +<?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['help'] = 'Pomoč'; +$labels['about'] = 'Vizitka'; +$labels['license'] = 'Licenca'; + diff --git a/plugins/help/localization/sr_CS.inc b/plugins/help/localization/sr_CS.inc new file mode 100644 index 000000000..b0499f0ec --- /dev/null +++ b/plugins/help/localization/sr_CS.inc @@ -0,0 +1,20 @@ +<?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['help'] = 'Помоћ'; +$labels['about'] = 'Info'; +$labels['license'] = 'Licenca'; + diff --git a/plugins/help/localization/tr_TR.inc b/plugins/help/localization/tr_TR.inc new file mode 100644 index 000000000..306c1c462 --- /dev/null +++ b/plugins/help/localization/tr_TR.inc @@ -0,0 +1,20 @@ +<?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['help'] = 'Yardım'; +$labels['about'] = 'Hakkında'; +$labels['license'] = 'Lisans'; + diff --git a/plugins/help/localization/vi_VN.inc b/plugins/help/localization/vi_VN.inc new file mode 100644 index 000000000..9c737464e --- /dev/null +++ b/plugins/help/localization/vi_VN.inc @@ -0,0 +1,20 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/vi_VN/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Hung Pham <phamhung77@gmail.com> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['help'] = 'Trợ giúp'; +$labels['about'] = 'Giới thiệu'; +$labels['license'] = 'Bản quyền'; + diff --git a/plugins/help/localization/zh_CN.inc b/plugins/help/localization/zh_CN.inc new file mode 100644 index 000000000..da7b7a8c6 --- /dev/null +++ b/plugins/help/localization/zh_CN.inc @@ -0,0 +1,20 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/zh_CN/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Christopher Meng <cickumqt@gmail.com> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['help'] = '帮助'; +$labels['about'] = '关于'; +$labels['license'] = '许可协议'; + |