diff options
author | Stan <talktostan@gmail.com> | 2014-08-02 10:06:00 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2014-08-02 10:06:00 +0200 |
commit | 6d8e3ea1634ecdd794e663fa1f7c802f2fd8914f (patch) | |
tree | be3d3ce43a28280181f7b4bfc9846f46436a49f5 /lib/plugins/extension | |
parent | 3b7c04ccfc45682d099442ca9557bbb04b6e1825 (diff) | |
download | rpg-6d8e3ea1634ecdd794e663fa1f7c802f2fd8914f.tar.gz rpg-6d8e3ea1634ecdd794e663fa1f7c802f2fd8914f.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/extension')
-rw-r--r-- | lib/plugins/extension/lang/zh-tw/lang.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/plugins/extension/lang/zh-tw/lang.php b/lib/plugins/extension/lang/zh-tw/lang.php new file mode 100644 index 000000000..304aed5ee --- /dev/null +++ b/lib/plugins/extension/lang/zh-tw/lang.php @@ -0,0 +1,11 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Stan <talktostan@gmail.com> + */ +$lang['tab_templates'] = '已安裝裝模版 +'; +$lang['tab_search'] = '搜尋與安裝'; +$lang['btn_update'] = '更新'; |