add contents
This commit is contained in:
15
lib/plugins/pagelist/lang/ja/lang.php
Normal file
15
lib/plugins/pagelist/lang/ja/lang.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Ikuo Obataya <cxx05051@nifty.com>
|
||||
* @author Hideaki SAWADA <chuno@live.jp>
|
||||
*/
|
||||
$lang['page'] = 'ページ';
|
||||
$lang['date'] = '日付';
|
||||
$lang['user'] = 'ユーザー';
|
||||
$lang['desc'] = '内容';
|
||||
$lang['diff'] = '差分';
|
||||
$lang['diff_title'] = '現在のリビジョンとの差分を表示';
|
||||
$lang['diff_alt'] = '現在のリビジョンとの差分を表示';
|
35
lib/plugins/pagelist/lang/ja/settings.php
Normal file
35
lib/plugins/pagelist/lang/ja/settings.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author HokkaidoPerson <dosankomali@yahoo.co.jp>
|
||||
* @author Ikuo Obataya <cxx05051@nifty.com>
|
||||
* @author Hideaki SAWADA <chuno@live.jp>
|
||||
*/
|
||||
$lang['style'] = 'ページ一覧の表示形式';
|
||||
$lang['style_o_default'] = '横罫線のみのテーブル(デフォルト)';
|
||||
$lang['style_o_table'] = 'テーブル';
|
||||
$lang['style_o_list'] = 'リスト';
|
||||
$lang['style_o_simple'] = 'シンプルな一覧';
|
||||
$lang['showheader'] = 'ヘッダ行を表示する';
|
||||
$lang['showdate'] = '日付を表示する';
|
||||
$lang['showdate_o_0'] = '非表示';
|
||||
$lang['showdate_o_1'] = '作成日';
|
||||
$lang['showdate_o_2'] = '変更日';
|
||||
$lang['showuser'] = 'ユーザーを表示する';
|
||||
$lang['showuser_o_0'] = '非表示';
|
||||
$lang['showuser_o_1'] = '作成者';
|
||||
$lang['showuser_o_2'] = '編集者';
|
||||
$lang['showdesc'] = '内容を表示する';
|
||||
$lang['showdesc_o_0'] = '非表示';
|
||||
$lang['showdesc_o_160'] = '最大 160 文字';
|
||||
$lang['showdesc_o_500'] = '最大 500 文字';
|
||||
$lang['showcomments'] = 'コメントを表示する(Discussionプラグインが必要)';
|
||||
$lang['showlinkbacks'] = 'リンクバックを表示する(Linkbackプラグインが必要)';
|
||||
$lang['showtags'] = 'タグを表示する(Tagプラグインが必要)';
|
||||
$lang['showfirsthl'] = '最初の見出しをページ名とする';
|
||||
$lang['showimage'] = '画像カラムを表示(Pageimageプラグインが必要)';
|
||||
$lang['showdiff'] = '差分ページヘのリンクを表示';
|
||||
$lang['sort'] = 'ページ名でソート';
|
||||
$lang['rsort'] = 'ページ名で逆ソート';
|
Reference in New Issue
Block a user