blob: 23f65abd31b8e9ec9a52ac3670e9b90cd5633aef (
plain)
1
2
3
4
5
6
7
8
9
10
11
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 :
|