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

da.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dbd5029b6c927a64cdc6e180f92c13c55c84ab8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "gallery",
    {
    "Pictures" : "Billeder",
    "Picture view" : "Billedvisning",
    "Error loading slideshow template" : "Fejl ved indlæsning af skabelon for diasshow",
    "Share" : "Del",
    "No pictures found! If you upload pictures in the files app, they will be displayed here." : "Ingen billeder fundet! Hvis du uploader billeder i fil-app'en, bliver de vist her. ",
    "shared by %s" : "delt af %s",
    "File list" : "Filoversigt"
},
"nplurals=2; plural=(n != 1);");