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: f0b4afaeeea1a5cb753725b33af8b26780b8c48c (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
30
31
32
33
34
35
36
37
38
39
40
41
OC.L10N.register(
    "photos",
    {
    "Public link" : "Publik länk",
    "Photos" : "Bilder",
    "Your memories under your control" : "Dina minnen under din kontroll",
    "Videos" : "Videor",
    "People" : "Personer",
    "Folders" : "Mappar",
    "Favorites" : "Favoriter",
    "On this day" : "På den här dagen",
    "Shared with you" : "Delad med dig",
    "Tags" : "Taggar",
    "Locations" : "Platser",
    "Back" : "Tillbaka",
    "Save" : "Spara",
    "Copy public link" : "Kopiera publik länk",
    "An error occurred" : "Ett fel uppstod",
    "Open the full size \"{name}\" image" : "Öppna bilden \"{name}\" i full storlek",
    "Open the \"{name}\" sub-directory" : "Öppna undermappen \"{name}\"",
    "Back to {folder}" : "Tillbaka till {folder}",
    "Share this folder" : "Dela denna mapp",
    "Enable squared photos view" : "Aktivera kvadratiska foto-vyn",
    "View" : "Visa",
    "Favorite" : "Favorit",
    "Remove from favorites" : "Ta bort från favoriter",
    "This folder does not exist" : "Denna mappen finns inte",
    "No photos in here" : "Det finns inga bilder här",
    "Shared albums" : "Delade album",
    "No tags yet" : "Inga taggar än",
    "Photos with tags will show up here" : "Bilder med taggar visas här",
    "Add" : "Lägg till",
    "Delete selection" : "Ta bort urval",
    "Tagged photos" : "Taggade bilder",
    "Failed to delete {fileName}." : "Misslyckades att radera {fileName}.",
    "Your photos" : "Dina bilder",
    "Your videos" : "Dina videor",
    "Your folders" : "Dina mappar",
    "Settings" : "Inställningar"
},
"nplurals=2; plural=(n != 1);");