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/nl_NL/common.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'language/nl_NL/common.lang.php') diff --git a/language/nl_NL/common.lang.php b/language/nl_NL/common.lang.php index e38e32782..4e056f110 100644 --- a/language/nl_NL/common.lang.php +++ b/language/nl_NL/common.lang.php @@ -28,7 +28,7 @@ $lang_info['direction'] = 'ltr'; $lang_info['code'] = 'nl'; $lang_info['zero_plural'] = true; -$lang['%.2f (rated %d times, standard deviation = %.2f)'] = '%.2f (waardering %d aantal x, standaard deviation = %.2f)'; +$lang['%.2f (rated %d times)'] = '%.2f (waardering %d aantal x)'; $lang['%d Kb'] = '%d Kb'; $lang['%d category updated'] = '%d categorie bijgewerkt'; $lang['%d categories updated'] = '%d categorieën bijgewerkt'; @@ -387,4 +387,4 @@ $lang['This author modified following comment:'] = 'Deze bewerker wijzigde het v $lang['This author removed the comment with id %d'] = 'This author removed the comment with id %d'; $lang['validate this comment'] = 'Valideer dit commentaar'; -?> \ No newline at end of file +?> -- cgit v1.2.3