summaryrefslogtreecommitdiffstats
path: root/lib/l10n/nl.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/nl.php')
-rw-r--r--lib/l10n/nl.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/nl.php b/lib/l10n/nl.php
index 0a221b11f00..8983aa81bfd 100644
--- a/lib/l10n/nl.php
+++ b/lib/l10n/nl.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Help" => "Help",
"Personal" => "Persoonlijk",
"Settings" => "Instellingen",
@@ -55,3 +56,4 @@
"Caused by:" => "Gekomen door:",
"Could not find category \"%s\"" => "Kon categorie \"%s\" niet vinden"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";