diff options
Diffstat (limited to 'language')
-rw-r--r-- | language/ja_JP/common.lang.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/language/ja_JP/common.lang.php b/language/ja_JP/common.lang.php index 1c29e37b0..eefaa2003 100644 --- a/language/ja_JP/common.lang.php +++ b/language/ja_JP/common.lang.php @@ -403,4 +403,12 @@ $lang['Rating score, high → low'] = 'スコア, 高 → 低'; $lang['Rating score, low → high'] = 'スコア, 低 → 高'; $lang['Visits, high → low'] = '訪問, 高 → 低'; $lang['Visits, low → high'] = '訪問, 低 → 高'; +$lang['%d rate'] = '%dレート'; +$lang['Bad request'] = '不正な要求'; +$lang['Forbidden'] = '禁断'; +$lang['Page not found'] = 'ページが見つかりません'; +$lang['Permalink for album not found'] = 'このエントリーのアルバムが見つかりません'; +$lang['Piwigo encountered a non recoverable error'] = 'Piwigoは、回復不能エラーが発生しました'; +$lang['Requested album does not exist'] = '要求されたアルバムは存在しません。'; +$lang['Requested tag does not exist'] = '要求されたタグは存在しません。'; ?>
\ No newline at end of file |