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

nl.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4ac140d142c3b21f126e76eb259be5c4e230826 (plain)
1
2
3
4
5
6
7
8
9
10
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);";