diff options
Diffstat (limited to '')
-rw-r--r-- | language/ja_JP/admin.lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/language/ja_JP/admin.lang.php b/language/ja_JP/admin.lang.php index feb718abb..9356becbd 100644 --- a/language/ja_JP/admin.lang.php +++ b/language/ja_JP/admin.lang.php @@ -188,7 +188,6 @@ $lang['Access type'] = 'アクセスタイプ'; $lang['Information data registered in database'] = 'データベースに登録された情報データ'; $lang['Default display'] = 'デフォルト表示'; $lang['The gallery URL is not valid.'] = 'ギャラリーURIが有効ではありません。'; -$lang['Main'] = 'メイン'; $lang['The number of comments a page must be between 5 and 50 included.'] = '1ページあたりのコメント数は、5から50の間にしてください。'; $lang['Configuration'] = '設定'; $lang['confirm'] = '確認'; @@ -894,4 +893,6 @@ $lang['Panorama'] = 'パノラマ'; $lang['Number of albums per page'] = '1ページ当りのアルバム数'; $lang['Please select at least two groups'] = 'グループを2つ以上選んで下さい。'; $lang['Permission granted for users'] = 'ユーザー権限'; +$lang['Basic settings'] = '基本設定'; +$lang['General'] = '全般'; ?>
\ No newline at end of file |