diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-11-19 15:30:07 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-11-19 15:30:07 +0100 |
commit | 6199a72c8e11ca8fbfba631af552ddf53b9eebf7 (patch) | |
tree | b0151e286bf05b1a2703c5c05527323c029736d0 /plugins/hide_blockquote | |
parent | 15eb32eee59c8a37160645320365f956caf15c95 (diff) |
Updated localization files from launchpad
Diffstat (limited to 'plugins/hide_blockquote')
-rw-r--r-- | plugins/hide_blockquote/localization/az_AZ.inc | 20 | ||||
-rw-r--r-- | plugins/hide_blockquote/localization/zh_TW.inc | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/plugins/hide_blockquote/localization/az_AZ.inc b/plugins/hide_blockquote/localization/az_AZ.inc new file mode 100644 index 000000000..6d1563f42 --- /dev/null +++ b/plugins/hide_blockquote/localization/az_AZ.inc @@ -0,0 +1,20 @@ +<?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['hide'] = 'Gizlət'; +$labels['show'] = 'Göstər'; +$labels['quotelimit'] = 'Sətr saytı göstəriləndən çoxdursa sitatı gizlə:'; + diff --git a/plugins/hide_blockquote/localization/zh_TW.inc b/plugins/hide_blockquote/localization/zh_TW.inc new file mode 100644 index 000000000..c3a5fe51b --- /dev/null +++ b/plugins/hide_blockquote/localization/zh_TW.inc @@ -0,0 +1,20 @@ +<?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['hide'] = '隱藏'; +$labels['show'] = '顯示'; +$labels['quotelimit'] = '隱藏引文當行數大於'; + |