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

sv.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 90ec6c509aa1b82f7408ac770e287fb7c59d005a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "gallery",
    {
    "Pictures" : "Bilder",
    "Picture view" : "Bild vy",
    "Error loading slideshow template" : "Fel vid laddning av mallen för bildspelet",
    "Share" : "Dela",
    "No pictures found! If you upload pictures in the files app, they will be displayed here." : "Kan inte hitta några bilder! Om du har laddat upp bilderna med fil-appen, kan de visas här senare.",
    "shared by %s" : "delad av %s",
    "File list" : "Fil lista"
},
"nplurals=2; plural=(n != 1);");