diff options
Diffstat (limited to 'apps/user_ldap/l10n/de.php')
-rw-r--r-- | apps/user_ldap/l10n/de.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/de.php b/apps/user_ldap/l10n/de.php index 09b17e01e2e..73649f7c0ac 100644 --- a/apps/user_ldap/l10n/de.php +++ b/apps/user_ldap/l10n/de.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Failed to clear the mappings." => "Löschen der Zuordnung fehlgeschlagen.", "Failed to delete the server configuration" => "Löschen der Serverkonfiguration fehlgeschlagen", "The configuration is valid and the connection could be established!" => "Die Konfiguration ist gültig und die Verbindung konnte hergestellt werden!", @@ -87,3 +88,4 @@ "Test Configuration" => "Testkonfiguration", "Help" => "Hilfe" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |