diff options
Diffstat (limited to 'settings/l10n/da.php')
-rw-r--r-- | settings/l10n/da.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/l10n/da.php b/settings/l10n/da.php index b614ece4a0a..a36c6bb61fd 100644 --- a/settings/l10n/da.php +++ b/settings/l10n/da.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "Kunne ikke indlæse listen fra App Store", "Authentication error" => "Adgangsfejl", "Your display name has been changed." => "Dit skærmnavn blev ændret.", @@ -114,3 +115,4 @@ "set new password" => "skift kodeord", "Default" => "Standard" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |