diff options
Diffstat (limited to '')
-rw-r--r-- | language/ja_JP/common.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/ja_JP/common.lang.php b/language/ja_JP/common.lang.php index d66261eed..c83e5441b 100644 --- a/language/ja_JP/common.lang.php +++ b/language/ja_JP/common.lang.php @@ -28,7 +28,7 @@ $lang_info['direction'] = 'ltr'; $lang_info['code'] = 'ja'; $lang_info['zero_plural'] = true; -$lang['%.2f (rated %d times, standard deviation = %.2f)'] = '%.2f (評価 %d 回、標準偏差 = %.2f)'; +$lang['%.2f (rated %d times)'] = '%.2f (評価 %d 回)'; $lang['%d Kb'] = '%d Kb'; $lang['%d category updated'] = '%d 件のカテゴリが更新されました。'; $lang['%d categories updated'] = '%d 件のカテゴリが更新されました。'; @@ -387,4 +387,4 @@ $lang['Manage this user comment: %s'] = 'このユーザーのコメントを管 $lang['This author modified following comment:'] = 'このユーザーが次のコメントを書き直しました:'; $lang['This author removed the comment with id %d'] = 'このユーザーがコメントID %d を削除しました。'; $lang['validate this comment'] = 'このコメントを有効にする'; -?>
\ No newline at end of file +?> |