diff options
Diffstat (limited to 'plugins/hide_blockquote/localization')
-rw-r--r-- | plugins/hide_blockquote/localization/eo.inc | 20 | ||||
-rw-r--r-- | plugins/hide_blockquote/localization/et_EE.inc | 20 | ||||
-rw-r--r-- | plugins/hide_blockquote/localization/fa_IR.inc | 20 | ||||
-rw-r--r-- | plugins/hide_blockquote/localization/it_IT.inc | 20 | ||||
-rw-r--r-- | plugins/hide_blockquote/localization/nb_NB.inc | 20 | ||||
-rw-r--r-- | plugins/hide_blockquote/localization/zh_CN.inc | 20 |
6 files changed, 120 insertions, 0 deletions
diff --git a/plugins/hide_blockquote/localization/eo.inc b/plugins/hide_blockquote/localization/eo.inc new file mode 100644 index 000000000..81628a388 --- /dev/null +++ b/plugins/hide_blockquote/localization/eo.inc @@ -0,0 +1,20 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/eo/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Michael Moroni <michael.moroni@mailoo.org> | + +-----------------------------------------------------------------------+ +*/ + +$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/plugins/hide_blockquote/localization/et_EE.inc b/plugins/hide_blockquote/localization/et_EE.inc new file mode 100644 index 000000000..ae426f915 --- /dev/null +++ b/plugins/hide_blockquote/localization/et_EE.inc @@ -0,0 +1,20 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/et_EE/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: yllar | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['hide'] = 'Peida'; +$labels['show'] = 'Näita'; +$labels['quotelimit'] = 'Peida tsitaat kui ridade arv on suurem kui'; + diff --git a/plugins/hide_blockquote/localization/fa_IR.inc b/plugins/hide_blockquote/localization/fa_IR.inc new file mode 100644 index 000000000..02934f1e3 --- /dev/null +++ b/plugins/hide_blockquote/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['hide'] = 'مخفی کردن'; +$labels['show'] = 'نشان دادن'; +$labels['quotelimit'] = 'مخفی کردن نقلقول وقتی تعداد خطوط بیشتر است از'; + diff --git a/plugins/hide_blockquote/localization/it_IT.inc b/plugins/hide_blockquote/localization/it_IT.inc new file mode 100644 index 000000000..6ae2b6ec4 --- /dev/null +++ b/plugins/hide_blockquote/localization/it_IT.inc @@ -0,0 +1,20 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/it_IT/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Andrea Bernini <andrea.bernini@gmail.com> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['hide'] = 'Nascondi'; +$labels['show'] = 'Mostra'; +$labels['quotelimit'] = 'Nascondi la citazione quando il numero di righe è maggiore di'; + diff --git a/plugins/hide_blockquote/localization/nb_NB.inc b/plugins/hide_blockquote/localization/nb_NB.inc new file mode 100644 index 000000000..da50e8560 --- /dev/null +++ b/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/plugins/hide_blockquote/localization/zh_CN.inc b/plugins/hide_blockquote/localization/zh_CN.inc new file mode 100644 index 000000000..5d66f4dcf --- /dev/null +++ b/plugins/hide_blockquote/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['hide'] = '隐藏'; +$labels['show'] = '显示'; +$labels['quotelimit'] = '隐藏引用当行数大于'; + |