diff options
Diffstat (limited to 'plugins/zipdownload/localization')
-rw-r--r-- | plugins/zipdownload/localization/az_AZ.inc | 19 | ||||
-rw-r--r-- | plugins/zipdownload/localization/bs_BA.inc | 19 | ||||
-rw-r--r-- | plugins/zipdownload/localization/cy_GB.inc | 19 | ||||
-rw-r--r-- | plugins/zipdownload/localization/et_EE.inc | 18 | ||||
-rw-r--r-- | plugins/zipdownload/localization/he_IL.inc | 19 | ||||
-rw-r--r-- | plugins/zipdownload/localization/km_KH.inc | 19 | ||||
-rw-r--r-- | plugins/zipdownload/localization/lt_LT.inc | 19 | ||||
-rw-r--r-- | plugins/zipdownload/localization/nb_NB.inc | 19 | ||||
-rw-r--r-- | plugins/zipdownload/localization/pt_BR.inc | 18 | ||||
-rw-r--r-- | plugins/zipdownload/localization/sk_SK.inc | 19 | ||||
-rw-r--r-- | plugins/zipdownload/localization/zh_CN.inc | 17 | ||||
-rw-r--r-- | plugins/zipdownload/localization/zh_TW.inc | 19 |
12 files changed, 216 insertions, 8 deletions
diff --git a/plugins/zipdownload/localization/az_AZ.inc b/plugins/zipdownload/localization/az_AZ.inc new file mode 100644 index 000000000..215e4591b --- /dev/null +++ b/plugins/zipdownload/localization/az_AZ.inc @@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/az_AZ/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Orkhan Guliyev <proger@box.az> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['downloadall'] = 'Bütün qoşmaları endir'; +$labels['downloadfolder'] = 'Qovluğu endir'; + diff --git a/plugins/zipdownload/localization/bs_BA.inc b/plugins/zipdownload/localization/bs_BA.inc new file mode 100644 index 000000000..cf7c96346 --- /dev/null +++ b/plugins/zipdownload/localization/bs_BA.inc @@ -0,0 +1,19 @@ +<?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['downloadall'] = 'Preuzmi sve priloge'; +$labels['downloadfolder'] = 'Preuzmi folder'; + diff --git a/plugins/zipdownload/localization/cy_GB.inc b/plugins/zipdownload/localization/cy_GB.inc new file mode 100644 index 000000000..c3b846de4 --- /dev/null +++ b/plugins/zipdownload/localization/cy_GB.inc @@ -0,0 +1,19 @@ +<?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['downloadall'] = 'Llwytho lawr holl atodiadau'; +$labels['downloadfolder'] = 'Ffolder llwytho lawr'; + diff --git a/plugins/zipdownload/localization/et_EE.inc b/plugins/zipdownload/localization/et_EE.inc index 60a886b0a..f56a59870 100644 --- a/plugins/zipdownload/localization/et_EE.inc +++ b/plugins/zipdownload/localization/et_EE.inc @@ -1,9 +1,19 @@ <?php -/* Author: Henrik Pihl */ + +/* + +-----------------------------------------------------------------------+ + | 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: yllar | + +-----------------------------------------------------------------------+ +*/ $labels = array(); $labels['downloadall'] = 'Laadi alla kõik manused'; +$labels['downloadfolder'] = 'Allalaadimiste kaust'; -$messages = array(); - -?>
\ No newline at end of file diff --git a/plugins/zipdownload/localization/he_IL.inc b/plugins/zipdownload/localization/he_IL.inc new file mode 100644 index 000000000..62e82e754 --- /dev/null +++ b/plugins/zipdownload/localization/he_IL.inc @@ -0,0 +1,19 @@ +<?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['downloadall'] = 'להוריד את כל הצרופות'; +$labels['downloadfolder'] = 'תיקיית צרופות'; + diff --git a/plugins/zipdownload/localization/km_KH.inc b/plugins/zipdownload/localization/km_KH.inc new file mode 100644 index 000000000..0fcf8e147 --- /dev/null +++ b/plugins/zipdownload/localization/km_KH.inc @@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/km_KH/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: samdyk | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['downloadall'] = 'ទាញយក ឯកសារភ្ជាប់ទាំងអស់'; +$labels['downloadfolder'] = 'ទាញយក ថតឯកសារ'; + diff --git a/plugins/zipdownload/localization/lt_LT.inc b/plugins/zipdownload/localization/lt_LT.inc new file mode 100644 index 000000000..1b74df371 --- /dev/null +++ b/plugins/zipdownload/localization/lt_LT.inc @@ -0,0 +1,19 @@ +<?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: Linvydas Lapinskas <win0lin1@gmail.com> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['downloadall'] = 'Atsisiųsti visus priedus'; +$labels['downloadfolder'] = 'Atsisiųsti aplanką'; + diff --git a/plugins/zipdownload/localization/nb_NB.inc b/plugins/zipdownload/localization/nb_NB.inc new file mode 100644 index 000000000..d8f548044 --- /dev/null +++ b/plugins/zipdownload/localization/nb_NB.inc @@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/nb_NB/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Martin Bore | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['downloadall'] = 'Last ned alle vedlegg'; +$labels['downloadfolder'] = 'Nedlastningsmappe'; + diff --git a/plugins/zipdownload/localization/pt_BR.inc b/plugins/zipdownload/localization/pt_BR.inc index c082e541c..babf7c0e9 100644 --- a/plugins/zipdownload/localization/pt_BR.inc +++ b/plugins/zipdownload/localization/pt_BR.inc @@ -1,9 +1,19 @@ <?php -/* Author: Alexandre Gorges */ + +/* + +-----------------------------------------------------------------------+ + | 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: Edir Pereira dos Santos <fennder@gmail.com> | + +-----------------------------------------------------------------------+ +*/ $labels = array(); $labels['downloadall'] = 'Baixar todos os anexos'; +$labels['downloadfolder'] = 'Pasta de baixar arquivos'; -$messages = array(); - -?>
\ No newline at end of file diff --git a/plugins/zipdownload/localization/sk_SK.inc b/plugins/zipdownload/localization/sk_SK.inc new file mode 100644 index 000000000..b12318c54 --- /dev/null +++ b/plugins/zipdownload/localization/sk_SK.inc @@ -0,0 +1,19 @@ +<?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: Miroslav Ďurian | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['downloadall'] = 'Stiahnuť všetky prílohy'; +$labels['downloadfolder'] = 'Priečinok na sťahovanie'; + diff --git a/plugins/zipdownload/localization/zh_CN.inc b/plugins/zipdownload/localization/zh_CN.inc new file mode 100644 index 000000000..a4c9a2ce2 --- /dev/null +++ b/plugins/zipdownload/localization/zh_CN.inc @@ -0,0 +1,17 @@ +<?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: FULL NAME <EMAIL@ADDRESS> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); + diff --git a/plugins/zipdownload/localization/zh_TW.inc b/plugins/zipdownload/localization/zh_TW.inc new file mode 100644 index 000000000..8f5ae363a --- /dev/null +++ b/plugins/zipdownload/localization/zh_TW.inc @@ -0,0 +1,19 @@ +<?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: 林子忠 | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['downloadall'] = '下載所有附件'; +$labels['downloadfolder'] = '下載資料夾'; + |