diff options
Diffstat (limited to '')
-rw-r--r-- | language/da_DK/common.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/da_DK/common.lang.php b/language/da_DK/common.lang.php index aaf39955b..fcf0069bf 100644 --- a/language/da_DK/common.lang.php +++ b/language/da_DK/common.lang.php @@ -28,7 +28,7 @@ $lang_info['direction'] = 'ltr'; $lang_info['code'] = 'da'; $lang_info['zero_plural'] = true; -$lang['%.2f (rated %d times, standard deviation = %.2f)'] = '%.2f (bedømt %d gange, standard afvigelse = %.2f)'; +$lang['%.2f (rated %d times)'] = '%.2f (bedømt %d gange)'; $lang['%d Kb'] = '%d Kb'; $lang['%d category updated'] = '%d kategori opdateret'; $lang['%d categories updated'] = '%d kategorier opdateret'; @@ -387,4 +387,4 @@ $lang['This author modified following comment:'] = 'Denne forfatter har ændret $lang['This author removed the comment with id %d'] = 'Denne forfatter har fjernet denne kommentar med id %d'; $lang['delete this comment'] = 'slet denne kommentar'; $lang['validate this comment'] = 'godkend denne kommentar'; -?>
\ No newline at end of file +?> |