diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-05-13 10:23:59 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-05-13 10:23:59 +0200 |
commit | f802b22082c7c891c8ecdd2cc34683f123436e32 (patch) | |
tree | c6115bf549ec51ede962adb708a6d7db7a75ff25 /lib/plugins/authad | |
parent | 6164d9001d4b6d300e386db4ed295986c56f0635 (diff) | |
parent | 227a9832a9d65a12d88704e2bf18db63dae1ad57 (diff) | |
download | rpg-f802b22082c7c891c8ecdd2cc34683f123436e32.tar.gz rpg-f802b22082c7c891c8ecdd2cc34683f123436e32.tar.bz2 |
Merge pull request #700 from dokuwiki-translate/lang_update_18
Translation update (zh)
Diffstat (limited to 'lib/plugins/authad')
-rw-r--r-- | lib/plugins/authad/lang/zh/lang.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/plugins/authad/lang/zh/lang.php b/lib/plugins/authad/lang/zh/lang.php new file mode 100644 index 000000000..2a05aa168 --- /dev/null +++ b/lib/plugins/authad/lang/zh/lang.php @@ -0,0 +1,8 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author lainme <lainme993@gmail.com> + */ +$lang['domain'] = '登录域'; |