diff options
Diffstat (limited to 'view/de-de/hstrings.php')
-rw-r--r-- | view/de-de/hstrings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/de-de/hstrings.php b/view/de-de/hstrings.php index 79fb84bf4..656972454 100644 --- a/view/de-de/hstrings.php +++ b/view/de-de/hstrings.php @@ -3432,11 +3432,11 @@ App::$strings["Reply on this comment"] = "Antworte auf diesen Kommentar"; App::$strings["reply"] = "antworten"; App::$strings["Reply to"] = "Antwort an"; App::$strings["Delivery Report"] = "Zustellungsbericht"; -App::$strings["%d comment"] = array( +App::$strings["%d Comment"] = array( 0 => "%d Kommentar", 1 => "%d Kommentare", ); -App::$strings["%d unseen"] = "1%d ungelesen"; +App::$strings["%d unseen"] = "%d ungelesen"; App::$strings["Forum"] = "Forum"; App::$strings["to"] = "an"; App::$strings["Wall-to-Wall"] = "Wall-to-Wall"; |