diff options
Diffstat (limited to 'plugins/zipdownload/localization/zh_TW.inc')
-rw-r--r-- | plugins/zipdownload/localization/zh_TW.inc | 19 |
1 files changed, 19 insertions, 0 deletions
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'] = '下載資料夾'; + |