summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/nl.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/nl.php')
-rw-r--r--apps/files_sharing/l10n/nl.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/nl.php b/apps/files_sharing/l10n/nl.php
index 90f2f2290ff..c8f3e8e89e9 100644
--- a/apps/files_sharing/l10n/nl.php
+++ b/apps/files_sharing/l10n/nl.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"The password is wrong. Try again." => "Wachtwoord ongeldig. Probeer het nogmaals.",
"Password" => "Wachtwoord",
"Submit" => "Verzenden",
@@ -9,3 +10,4 @@
"Cancel upload" => "Upload afbreken",
"No preview available for" => "Geen voorbeeldweergave beschikbaar voor"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";