Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/nl.php')
-rw-r--r--l10n/nl.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/nl.php b/l10n/nl.php
index 5b6193eb..930b449d 100644
--- a/l10n/nl.php
+++ b/l10n/nl.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Welcome to %s" => "Welkom bij %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Uw persoonlijke webservice. Al uw bestanden, contactgegevens, agenda's en meer, op één plek.",
"Get the apps to sync your files" => "Download de apps om bestanden te synchen",
@@ -10,3 +11,4 @@
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "Er is meer informatie in de <a target=\"_blank\" href=\"%s\">documentatie</a> en op onze <a target=\"_blank\" href=\"http://owncloud.org\">website</a>.",
"If you like ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">recommend it to your friends</a>!" => "Als u ownCloud leuk vindt, <a href=\"mailto:?subject=ownCloud&body=ownCloud is prettige open software om uw bestanden te sync'en en te delen. U krijgt het vrijelijk van http://owncloud.org\">beveel het aan bij uw relaties</a>!"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";