diff options
Diffstat (limited to 'core/l10n/de_DE.php')
-rw-r--r-- | core/l10n/de_DE.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/de_DE.php b/core/l10n/de_DE.php index 4242bbb1aae..48d193fb22f 100644 --- a/core/l10n/de_DE.php +++ b/core/l10n/de_DE.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "%s shared »%s« with you" => "%s geteilt »%s« mit Ihnen", "Category type not provided." => "Kategorie nicht angegeben.", "No category to add?" => "Keine Kategorie hinzuzufügen?", @@ -140,3 +141,4 @@ "next" => "Weiter", "Updating ownCloud to version %s, this may take a while." => "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern." ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |