diff options
Diffstat (limited to 'lang/zh/lang.php')
-rw-r--r-- | lang/zh/lang.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/zh/lang.php b/lang/zh/lang.php new file mode 100644 index 000000000..c95d98517 --- /dev/null +++ b/lang/zh/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Chinese (Simplified) language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = '讨论'; +$lang['back_to_article'] = '回到文章'; +$lang['userpage'] = '用户页面'; + +//Setup VIM: ex: et ts=2 : |