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

sv.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 260782d2dec1fa40a61b6222a9752aa5ff363077 (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
29
OC.L10N.register(
    "photos",
    {
    "Photos" : "Bilder",
    "Your memories under your control" : "Dina minnen under din kontroll",
    "Your photos" : "Dina bilder",
    "Your videos" : "Dina videor",
    "Favorites" : "Favoriter",
    "Your folders" : "Dina mappar",
    "Shared with you" : "Delad med dig",
    "Tagged photos" : "Taggade bilder",
    "Locations" : "Platser",
    "Settings" : "Inställningar",
    "Open the full size \"{name}\" image" : "Öppna bilden \"{name}\" i full storlek",
    "Open the \"{name}\" sub-directory" : "Öppna undermappen \"{name}\"",
    "Share this folder" : "Dela denna mapp",
    "Back to {folder}" : "Tillbaka till {folder}",
    "View" : "Visa",
    "Enable squared photos view" : "Aktivera kvadratiska foto-vyn",
    "This folder does not exist" : "Denna mappen finns inte",
    "An error occurred" : "Ett fel uppstod",
    "No photos in here" : "Det finns inga bilder här",
    "No tags yet" : "Inga taggar än",
    "Photos with tags will show up here" : "Bilder med taggar visas här",
    "Your albums" : "Dina album",
    "Shared albums" : "Delade album",
    "This folder does not exists" : "Denna mapp finns inte"
},
"nplurals=2; plural=(n != 1);");