summaryrefslogtreecommitdiff
path: root/webmail/plugins/hide_blockquote/localization
diff options
context:
space:
mode:
Diffstat (limited to 'webmail/plugins/hide_blockquote/localization')
-rw-r--r--webmail/plugins/hide_blockquote/localization/az_AZ.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/bs_BA.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/ca_ES.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/cs_CZ.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/cy_GB.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/da_DK.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/de_CH.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/de_DE.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/en_GB.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/en_US.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/eo.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/es_ES.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/et_EE.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/fa_IR.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/fi_FI.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/fr_FR.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/gl_ES.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/he_IL.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/hu_HU.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/hy_AM.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/id_ID.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/it_IT.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/ja_JP.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/ko_KR.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/lt_LT.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/nb_NB.inc20
-rw-r--r--webmail/plugins/hide_blockquote/localization/nb_NO.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/nl_NL.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/nn_NO.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/pl_PL.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/pt_BR.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/pt_PT.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/ru_RU.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/sk_SK.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/sl_SI.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/sr_CS.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/sv_SE.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/tr_TR.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/vi_VN.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/zh_CN.inc24
-rw-r--r--webmail/plugins/hide_blockquote/localization/zh_TW.inc24
41 files changed, 980 insertions, 0 deletions
diff --git a/webmail/plugins/hide_blockquote/localization/az_AZ.inc b/webmail/plugins/hide_blockquote/localization/az_AZ.inc
new file mode 100644
index 0000000..e0c6007
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/az_AZ.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Gizlət';
+$labels['show'] = 'Göstər';
+$labels['quotelimit'] = 'Sətr saytı göstəriləndən çoxdursa sitatı gizlə:';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/bs_BA.inc b/webmail/plugins/hide_blockquote/localization/bs_BA.inc
new file mode 100644
index 0000000..0b8075b
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/bs_BA.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Sakrij';
+$labels['show'] = 'Prikaži';
+$labels['quotelimit'] = 'Sakrij citate kada je broj linija veći od';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/ca_ES.inc b/webmail/plugins/hide_blockquote/localization/ca_ES.inc
new file mode 100644
index 0000000..9a0fc3c
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/ca_ES.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Amaga';
+$labels['show'] = 'Mostra';
+$labels['quotelimit'] = 'Amaga la cita quan el nombre de línies sigui més gran de';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/cs_CZ.inc b/webmail/plugins/hide_blockquote/localization/cs_CZ.inc
new file mode 100644
index 0000000..5e3cd65
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/cs_CZ.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Skrýt';
+$labels['show'] = 'Zobrazit';
+$labels['quotelimit'] = 'Skrýt citaci pokud je počet řádků větší než';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/cy_GB.inc b/webmail/plugins/hide_blockquote/localization/cy_GB.inc
new file mode 100644
index 0000000..f55fab4
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/cy_GB.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Cuddio';
+$labels['show'] = 'Dangos';
+$labels['quotelimit'] = 'Cuddio dyfynniad pan mae\'r nifer o linellau yn fwy na';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/da_DK.inc b/webmail/plugins/hide_blockquote/localization/da_DK.inc
new file mode 100644
index 0000000..a807cc3
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/da_DK.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Skjul';
+$labels['show'] = 'Vis';
+$labels['quotelimit'] = 'Skjul citat antallet af linjer er højere end';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/de_CH.inc b/webmail/plugins/hide_blockquote/localization/de_CH.inc
new file mode 100644
index 0000000..66c9e48
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/de_CH.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'ausblenden';
+$labels['show'] = 'einblenden';
+$labels['quotelimit'] = 'Zitate verbergen ab einer Zeilenlänge von';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/de_DE.inc b/webmail/plugins/hide_blockquote/localization/de_DE.inc
new file mode 100644
index 0000000..66c9e48
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/de_DE.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'ausblenden';
+$labels['show'] = 'einblenden';
+$labels['quotelimit'] = 'Zitate verbergen ab einer Zeilenlänge von';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/en_GB.inc b/webmail/plugins/hide_blockquote/localization/en_GB.inc
new file mode 100644
index 0000000..90dd289
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/en_GB.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Hide';
+$labels['show'] = 'Show';
+$labels['quotelimit'] = 'Hide citation when lines count is greater than';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/en_US.inc b/webmail/plugins/hide_blockquote/localization/en_US.inc
new file mode 100644
index 0000000..c3a5ca0
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/en_US.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Hide';
+$labels['show'] = 'Show';
+$labels['quotelimit'] = 'Hide citation when lines count is greater than';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/eo.inc b/webmail/plugins/hide_blockquote/localization/eo.inc
new file mode 100644
index 0000000..5ffaaad
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/eo.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Kaŝi';
+$labels['show'] = 'Montri';
+$labels['quotelimit'] = 'Kaŝi citaĵon kiam la nombro de linioj estas pligranda ol';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/es_ES.inc b/webmail/plugins/hide_blockquote/localization/es_ES.inc
new file mode 100644
index 0000000..b596294
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/es_ES.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Ocultar';
+$labels['show'] = 'Mostrar';
+$labels['quotelimit'] = 'Ocultar la cita cuando el número de lineas es mayor que';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/et_EE.inc b/webmail/plugins/hide_blockquote/localization/et_EE.inc
new file mode 100644
index 0000000..e49dbfb
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/et_EE.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Peida';
+$labels['show'] = 'Näita';
+$labels['quotelimit'] = 'Peida tsitaat kui ridade arv on suurem kui';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/fa_IR.inc b/webmail/plugins/hide_blockquote/localization/fa_IR.inc
new file mode 100644
index 0000000..8edc7ae
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/fa_IR.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'مخفی کردن';
+$labels['show'] = 'نشان دادن';
+$labels['quotelimit'] = 'مخفی کردن نقل‌قول وقتی تعداد خطوط بیشتر است از';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/fi_FI.inc b/webmail/plugins/hide_blockquote/localization/fi_FI.inc
new file mode 100644
index 0000000..9521498
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/fi_FI.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Piilota';
+$labels['show'] = 'Näytä';
+$labels['quotelimit'] = 'Piilota lainaus rivejä ollessa enemmän kuin';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/fr_FR.inc b/webmail/plugins/hide_blockquote/localization/fr_FR.inc
new file mode 100644
index 0000000..e789fb8
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/fr_FR.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Cacher';
+$labels['show'] = 'Afficher';
+$labels['quotelimit'] = 'Cacher la citation quand le nombre de lignes est plus grand que';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/gl_ES.inc b/webmail/plugins/hide_blockquote/localization/gl_ES.inc
new file mode 100644
index 0000000..37a81e4
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/gl_ES.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Agochar';
+$labels['show'] = 'Amosar';
+$labels['quotelimit'] = 'Agochar mencións cando haxa demasiadas liñas';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/he_IL.inc b/webmail/plugins/hide_blockquote/localization/he_IL.inc
new file mode 100644
index 0000000..edcba50
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/he_IL.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'הסתר';
+$labels['show'] = 'הצג';
+$labels['quotelimit'] = 'הסתר ציטוט כאשר מספר השורות גדול מ-';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/hu_HU.inc b/webmail/plugins/hide_blockquote/localization/hu_HU.inc
new file mode 100644
index 0000000..964d1ae
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/hu_HU.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Elrejtés';
+$labels['show'] = 'Megjelenítés';
+$labels['quotelimit'] = 'Idézet elrejtése ha a sorok száma több mint';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/hy_AM.inc b/webmail/plugins/hide_blockquote/localization/hy_AM.inc
new file mode 100644
index 0000000..5ad32d8
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/hy_AM.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Թաքցնել';
+$labels['show'] = 'Ցուցադրել';
+$labels['quotelimit'] = 'Թաքցնել ցիտումը երբ տողերի քանակը գերազանցում է';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/id_ID.inc b/webmail/plugins/hide_blockquote/localization/id_ID.inc
new file mode 100644
index 0000000..5b3785d
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/id_ID.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Sembunyi';
+$labels['show'] = 'Tampil';
+$labels['quotelimit'] = 'Sembunyikan kutipan ketika jumlah baris lebih besar dari';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/it_IT.inc b/webmail/plugins/hide_blockquote/localization/it_IT.inc
new file mode 100644
index 0000000..40a93a9
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/it_IT.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Nascondi';
+$labels['show'] = 'Mostra';
+$labels['quotelimit'] = 'Nascondi la citazione quando il numero di righe è maggiore di';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/ja_JP.inc b/webmail/plugins/hide_blockquote/localization/ja_JP.inc
new file mode 100644
index 0000000..b300699
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/ja_JP.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = '隠す';
+$labels['show'] = '表示';
+$labels['quotelimit'] = '次の行数より多い引用を非表示';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/ko_KR.inc b/webmail/plugins/hide_blockquote/localization/ko_KR.inc
new file mode 100644
index 0000000..73895d1
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/ko_KR.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = '숨기기';
+$labels['show'] = '보이기';
+$labels['quotelimit'] = '라인 개수가 정해진 개수보다 클 때 인용구 감추기';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/lt_LT.inc b/webmail/plugins/hide_blockquote/localization/lt_LT.inc
new file mode 100644
index 0000000..931c2ee
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/lt_LT.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Paslėpti';
+$labels['show'] = 'Parodyti';
+$labels['quotelimit'] = 'Paslėpti citatą, kai joje eilučių daugiau negu';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/nb_NB.inc b/webmail/plugins/hide_blockquote/localization/nb_NB.inc
new file mode 100644
index 0000000..da50e85
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/nb_NB.inc
@@ -0,0 +1,20 @@
+<?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: Tobias V. Langhoff <spug@thespug.net> |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['hide'] = 'Skjul';
+$labels['show'] = 'Vis';
+$labels['quotelimit'] = 'Skjul sitat når antall linjer er flere enn';
+
diff --git a/webmail/plugins/hide_blockquote/localization/nb_NO.inc b/webmail/plugins/hide_blockquote/localization/nb_NO.inc
new file mode 100644
index 0000000..5dafd7f
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/nb_NO.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Skjul';
+$labels['show'] = 'Vis';
+$labels['quotelimit'] = 'Skjul sitat når antall linjer er flere enn';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/nl_NL.inc b/webmail/plugins/hide_blockquote/localization/nl_NL.inc
new file mode 100644
index 0000000..a684b63
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/nl_NL.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Verbergen';
+$labels['show'] = 'Tonen';
+$labels['quotelimit'] = 'Verberg citaat wanneer aantal regels groter is dan';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/nn_NO.inc b/webmail/plugins/hide_blockquote/localization/nn_NO.inc
new file mode 100644
index 0000000..fd7b49d
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/nn_NO.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Gøym';
+$labels['show'] = 'Vis';
+$labels['quotelimit'] = 'Gøym sitat når talet på linjer er større enn';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/pl_PL.inc b/webmail/plugins/hide_blockquote/localization/pl_PL.inc
new file mode 100644
index 0000000..dbca969
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/pl_PL.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Ukryj';
+$labels['show'] = 'Pokaż';
+$labels['quotelimit'] = 'Ukryj blok cytatu gdy liczba linii jest większa od';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/pt_BR.inc b/webmail/plugins/hide_blockquote/localization/pt_BR.inc
new file mode 100644
index 0000000..76c856a
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/pt_BR.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Ocultar';
+$labels['show'] = 'Exibir';
+$labels['quotelimit'] = 'Ocultar a citação quando o número de linhas for maior do que';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/pt_PT.inc b/webmail/plugins/hide_blockquote/localization/pt_PT.inc
new file mode 100644
index 0000000..0ccfbe5
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/pt_PT.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Ocultar';
+$labels['show'] = 'Mostrar';
+$labels['quotelimit'] = 'Ocultar citação quando o numero de linhas for maior que';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/ru_RU.inc b/webmail/plugins/hide_blockquote/localization/ru_RU.inc
new file mode 100644
index 0000000..657548a
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/ru_RU.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Скрыть';
+$labels['show'] = 'Показать';
+$labels['quotelimit'] = 'Скрыть цитату, если число строк более чем';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/sk_SK.inc b/webmail/plugins/hide_blockquote/localization/sk_SK.inc
new file mode 100644
index 0000000..9a00836
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/sk_SK.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Skryť';
+$labels['show'] = 'Zobraziť';
+$labels['quotelimit'] = 'Skryť citáciu pokiaľ je počet riadkov väčší než';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/sl_SI.inc b/webmail/plugins/hide_blockquote/localization/sl_SI.inc
new file mode 100644
index 0000000..66e4b4e
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/sl_SI.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Skrij';
+$labels['show'] = 'Prikaži';
+$labels['quotelimit'] = 'Skrij citiran tekst, ko je število vrstic večje od';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/sr_CS.inc b/webmail/plugins/hide_blockquote/localization/sr_CS.inc
new file mode 100644
index 0000000..5df13d3
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/sr_CS.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Сакриј';
+$labels['show'] = 'Прикажи';
+$labels['quotelimit'] = 'Сакриј цитат када је број редова већи од';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/sv_SE.inc b/webmail/plugins/hide_blockquote/localization/sv_SE.inc
new file mode 100644
index 0000000..a6e43f6
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/sv_SE.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Dölj';
+$labels['show'] = 'Visa';
+$labels['quotelimit'] = 'Dölj citat när antalet rader överstiger';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/tr_TR.inc b/webmail/plugins/hide_blockquote/localization/tr_TR.inc
new file mode 100644
index 0000000..350ccb2
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/tr_TR.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Gizle';
+$labels['show'] = 'Göster';
+$labels['quotelimit'] = 'Satır sayısı şu satır sayısındna fazla ile alıntıları gizle:';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/vi_VN.inc b/webmail/plugins/hide_blockquote/localization/vi_VN.inc
new file mode 100644
index 0000000..9d46737
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/vi_VN.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = 'Ẩn';
+$labels['show'] = 'Hiển thị';
+$labels['quotelimit'] = 'Ẩn trích dẫn khi tổng số dòng lớn hơn';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/zh_CN.inc b/webmail/plugins/hide_blockquote/localization/zh_CN.inc
new file mode 100644
index 0000000..1450dd6
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/zh_CN.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = '隐藏';
+$labels['show'] = '显示';
+$labels['quotelimit'] = '隐藏引用当行数大于';
+
+?>
diff --git a/webmail/plugins/hide_blockquote/localization/zh_TW.inc b/webmail/plugins/hide_blockquote/localization/zh_TW.inc
new file mode 100644
index 0000000..22ea645
--- /dev/null
+++ b/webmail/plugins/hide_blockquote/localization/zh_TW.inc
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | plugins/hide_blockquote/localization/<lang>.inc |
+ | |
+ | Localization file of the Roundcube Webmail Hide-Blockquote 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-hide_blockquote/
+*/
+
+$labels = array();
+$labels['hide'] = '隱藏';
+$labels['show'] = '顯示';
+$labels['quotelimit'] = '隱藏引文當行數大於';
+
+?>