diff options
Diffstat (limited to 'language/de_DE/common.lang.php')
-rw-r--r-- | language/de_DE/common.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/de_DE/common.lang.php b/language/de_DE/common.lang.php index 2e32a006d..6b44b5a0c 100644 --- a/language/de_DE/common.lang.php +++ b/language/de_DE/common.lang.php @@ -28,7 +28,7 @@ $lang_info['direction'] = 'ltr'; $lang_info['code'] = 'de'; $lang_info['zero_plural'] = false; -$lang['%.2f (rated %d times, standard deviation = %.2f)'] = '%.2f (beachtet %d mal, Standardabweichung = %.2f)'; +$lang['%.2f (rated %d times)'] = '%.2f (beachtet %d mal)'; $lang['%d Kb'] = '%d Kb'; $lang['%d category updated'] = '%d Kategorie wurde aktualisiert'; $lang['%d categories updated'] = '%d Kategorien wurden aktualisiert'; @@ -388,4 +388,4 @@ $lang['Manage this user comment: %s'] = 'Verwalte diesen Benutzerkommentar: %s'; $lang['This author modified following comment:'] = 'Dieser Autor veränderte folgenden Kommentar:'; $lang['This author removed the comment with id %d'] = 'Dieser Autor löschte den Kommentar mit der ID %d'; $lang['validate this comment'] = 'überprüfe diesen Kommentar'; -?>
\ No newline at end of file +?> |