diff options
author | Patrick Brown <ptbrown@whoopdedo.org> | 2015-05-07 21:10:22 -0400 |
---|---|---|
committer | Patrick Brown <ptbrown@whoopdedo.org> | 2015-05-07 21:10:22 -0400 |
commit | d0d224a82eddf30aa6daead4796cb10dd0466767 (patch) | |
tree | d04692b0379451db55b7dc556dee7be7846d3cc8 /lib/plugins/authplain/lang/zh-tw | |
parent | 699e3c4900f2d6cc860a3587a05798cd23b7944d (diff) | |
parent | cffb4528cea1b9e7e03dc724aaa9719dbd6e23c9 (diff) | |
download | rpg-d0d224a82eddf30aa6daead4796cb10dd0466767.tar.gz rpg-d0d224a82eddf30aa6daead4796cb10dd0466767.tar.bz2 |
Merge branch 'master' into ioreplaceinfile
Diffstat (limited to 'lib/plugins/authplain/lang/zh-tw')
-rw-r--r-- | lib/plugins/authplain/lang/zh-tw/lang.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/plugins/authplain/lang/zh-tw/lang.php b/lib/plugins/authplain/lang/zh-tw/lang.php new file mode 100644 index 000000000..8a5d290e5 --- /dev/null +++ b/lib/plugins/authplain/lang/zh-tw/lang.php @@ -0,0 +1,6 @@ +<?php +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + */ +$lang['userexists'] = '很抱歉,有人已使用了這個帳號。'; |