diff options
Diffstat (limited to 'language/ja_JP/admin.lang.php')
-rw-r--r-- | language/ja_JP/admin.lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/ja_JP/admin.lang.php b/language/ja_JP/admin.lang.php index 718573e6b..9a33087e4 100644 --- a/language/ja_JP/admin.lang.php +++ b/language/ja_JP/admin.lang.php @@ -730,4 +730,6 @@ $lang['Exif extension not available, admin should disable exif use'] = 'Exif エ $lang['Failed to write file to disk'] = 'ディスク上に書き込みを失敗しました'; $lang['File upload stopped by extension'] = 'エクステンションによって、ファイル・アップロードが中止しました。'; $lang['In your php.ini file, the upload_max_filesize (%sB) is bigger than post_max_size (%sB), you should change this setting'] =' あなたのphp.ini ファイルによって、最高の投稿サイズ (%sB)より、 最大のアップロード・ファイルサイズ (%sB) のほうが大量です。この設定を変更する必です。'; +$lang['Average rate'] = '平均評価'; +$lang['Rate'] = '評価'; ?> |