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, 0 insertions, 11 deletions
diff --git a/l10n/nl.php b/l10n/nl.php
deleted file mode 100644
index e4ac140d..00000000
--- a/l10n/nl.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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);";