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

nb_NO.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3027bc822398ed252184b88a314dd73ca44cd68b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "gallery",
    {
    "Pictures" : "Bilder",
    "Picture view" : "Bildevisning",
    "Error loading slideshow template" : "Feil ved lasting av mal for lysbildevisning",
    "Share" : "Del",
    "No pictures found! If you upload pictures in the files app, they will be displayed here." : "Ingen bilder funnet! Hvis du laster opp bilder i Filer-appen, vil de vises her.",
    "shared by %s" : "delt av %s",
    "File list" : "Filliste"
},
"nplurals=2; plural=(n != 1);");