summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/l10n/nl.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/l10n/nl.php')
-rw-r--r--apps/user_ldap/l10n/nl.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/nl.php b/apps/user_ldap/l10n/nl.php
index 6b42ce8116b..dda46a386d6 100644
--- a/apps/user_ldap/l10n/nl.php
+++ b/apps/user_ldap/l10n/nl.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Failed to clear the mappings." => "Niet gelukt de vertalingen leeg te maken.",
"Failed to delete the server configuration" => "Verwijderen serverconfiguratie mislukt",
"The configuration is valid and the connection could be established!" => "De configuratie is geldig en de verbinding is geslaagd!",
@@ -83,3 +84,4 @@
"Test Configuration" => "Test configuratie",
"Help" => "Help"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";