1.1 --- a/plugins/staticpages/language/japanese_utf-8.php Sun Jul 12 11:01:37 2009 +0200
1.2 +++ b/plugins/staticpages/language/japanese_utf-8.php Sun Oct 11 19:18:47 2009 +0200
1.3 @@ -141,7 +141,8 @@
1.4 'censor' => '内容を検閲する',
1.5 'default_permissions' => 'パーミッション',
1.6 'aftersave' => 'ページ保存後の画面遷移',
1.7 - 'atom_max_items' => 'フィードに書き出す最大ページ数'
1.8 + 'atom_max_items' => 'フィードに書き出す最大ページ数',
1.9 + 'meta_tags' => 'Enable Meta Tags'
1.10 );
1.11
1.12 $LANG_configsubgroups['staticpages'] = array(
1.13 @@ -156,11 +157,11 @@
1.14 // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
1.15 $LANG_configselects['staticpages'] = array(
1.16 0 => array('はい' => 1, 'いいえ' => 0),
1.17 - 1 => array('はい' => TRUE, 'いいえ' => FALSE),
1.18 + 1 => array('はい' => true, 'いいえ' => false),
1.19 2 => array('日付' => 'date', 'ページID' => 'id', 'タイトル' => 'title'),
1.20 3 => array('日付' => 'date', 'ページID' => 'id', 'タイトル' => 'title', 'ラベル' => 'label'),
1.21 9 => array('編集した静的ページを表示する' => 'item', '静的ページ管理を表示する' => 'list', 'ホームを表示する' => 'home', '管理画面トップを表示する' => 'admin'),
1.22 12 => array('アクセス不可' => 0, '表示' => 2, '表示・編集' => 3)
1.23 );
1.24
1.25 -?>
1.26 \ No newline at end of file
1.27 +?>