diff options
Diffstat (limited to 'lang/ja/lang.php')
-rw-r--r-- | lang/ja/lang.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/ja/lang.php b/lang/ja/lang.php new file mode 100644 index 000000000..23f65abd3 --- /dev/null +++ b/lang/ja/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Japanese 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 : |