diff options
Diffstat (limited to 'apps/user_ldap/l10n/da.php')
-rw-r--r-- | apps/user_ldap/l10n/da.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/da.php b/apps/user_ldap/l10n/da.php index 71fe042406b..ab59d3ed506 100644 --- a/apps/user_ldap/l10n/da.php +++ b/apps/user_ldap/l10n/da.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Failed to delete the server configuration" => "Kunne ikke slette server konfigurationen", "The configuration is valid and the connection could be established!" => "Konfigurationen er korrekt og forbindelsen kunne etableres!", "The configuration is invalid. Please look in the ownCloud log for further details." => "Konfigurationen er ugyldig. Se venligst ownCloud loggen for yderligere detaljer.", @@ -48,3 +49,4 @@ "Test Configuration" => "Test Konfiguration", "Help" => "Hjælp" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |