Update lang.php
This commit is contained in:
parent
eda1e80e23
commit
569b77f15c
1 changed files with 12 additions and 10 deletions
|
|
@ -1,12 +1,14 @@
|
|||
<?php
|
||||
<?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 :
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Hideaki SAWADA <chuno@live.jp>
|
||||
*/
|
||||
$lang['discussion'] = 'コメント';
|
||||
$lang['back_to_article'] = '記事に戻る';
|
||||
$lang['userpage'] = 'ユーザーページ';
|
||||
$lang['__existing__'] = '既存ページへのリンク色';
|
||||
$lang['__missing__'] = '存在しないページへのリンク色';
|
||||
$lang['__site_width__'] = 'サイトの全体幅(任意の長さの単位を使用可能: % px em 他)';
|
||||
$lang['__sidebar_width__'] = 'サイドバーがある場合、サイドバーの幅(任意の長さの単位を使用可能: % px em 他)';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue