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

nb.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c08b9a829b7d91ac962115bbf999528f5a2bfb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
OC.L10N.register(
    "photos",
    {
    "Photos" : "Bilder",
    "Your memories under your control" : "Dine minner under din kontroll",
    "Your photos" : "Dine bilder",
    "Your videos" : "Dine videoer",
    "Favorites" : "Favoritter",
    "Your folders" : "Dine mapper",
    "Shared with you" : "Delt med deg",
    "Tagged photos" : "Bildeetiketter",
    "Locations" : "Steder",
    "Settings" : "Innstillinger",
    "Open the full size \"{name}\" image" : "Åpne full størrelse av bildet \"{name}\"",
    "Open the \"{name}\" sub-directory" : "Åpne undermappen \"{name}\"",
    "Share this folder" : "Del denne mappen",
    "Back to {folder}" : "Tilbake til {folder}",
    "View" : "Vis",
    "Enable squared photos view" : "Aktiver visning med kvadratiske bilder",
    "An error occurred" : "En feil oppstod",
    "No photos in here" : "Ingen bilder her",
    "No tags yet" : "Ingen etiketter enda",
    "Photos with tags will show up here" : "Bilder med etiketter vises her",
    "Your albums" : "Dine album",
    "Shared albums" : "Delte album",
    "This folder does not exists" : "Denne mappen finnes ikke"
},
"nplurals=2; plural=(n != 1);");