diff options
author | yllar <yllar.pajus@gmail.com> | 2010-02-06 18:42:34 +0000 |
---|---|---|
committer | yllar <yllar.pajus@gmail.com> | 2010-02-06 18:42:34 +0000 |
commit | 33ea0c7ace254d8590d019ab08862b44144a54de (patch) | |
tree | 89255b3c67684990094f6c2ea578aa5c0049f116 /plugins/archive | |
parent | 9b94eb64153a7dc6555d6b9a30a35296ce592f82 (diff) |
translations update
Diffstat (limited to 'plugins/archive')
-rw-r--r-- | plugins/archive/localization/zh_TW.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/archive/localization/zh_TW.inc b/plugins/archive/localization/zh_TW.inc new file mode 100644 index 000000000..5cccebbdc --- /dev/null +++ b/plugins/archive/localization/zh_TW.inc @@ -0,0 +1,8 @@ +<?php + +$labels = array(); +$labels['buttontitle'] = '封存此信件'; +$labels['archived'] = '已成功封存'; +$labels['archivefolder'] = '封存'; + +?> |