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

github.com/nextcloud/gallery.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.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/l10n/nl.php b/l10n/nl.php
new file mode 100644
index 00000000..e4ac140d
--- /dev/null
+++ b/l10n/nl.php
@@ -0,0 +1,11 @@
+<?php
+$TRANSLATIONS = array(
+"Pictures" => "Afbeeldingen",
+"Picture view" => "Afbeeldingenoverzicht",
+"Error loading slideshow template" => "Fout bij laden diashow sjabloon",
+"Share" => "Delen",
+"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Geen afbeeldingen gevonden! Als u afbeeldingen upload in de bestandsapp, worden ze hier getoond.",
+"shared by %s" => "gedeeld door %s",
+"File list" => "Bestandenlijst"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";