From 9f0034807aad2b0e09f11c3579aa9458cfb142c7 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 31 Mar 2010 14:34:21 +0000 Subject: feature 1559: remove "standard deviation" in rating. git-svn-id: http://piwigo.org/svn/trunk@5500 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/ja_JP/common.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'language/ja_JP') 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 +?> -- cgit v1.2.3