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

nl.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2da6d9362ecb25f21ee08b12d04fcfdffca2b34e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "gallery",
    {
    "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"
},
"nplurals=2; plural=(n != 1);");