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

da.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee7d80c1229dfe5d6ab211cc31288b80482b756e (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
OC.L10N.register(
    "gallery",
    {
    "Gallery" : "Galleri",
    "Pictures" : "Billeder",
    "No pictures found! If you upload pictures in the files app, they will be displayed here." : "Ingen billeder fundet! Hvis du uploader billeder i fil-app'en, bliver de vist her. ",
    "I am sorry, but I could not find any media files at this location." : "Beklager, men jeg kunne ikke finde mediefiler på dette sted.",
    "Aborting preview. Could not find the file" : "Forlader forhåndsvisning. Kunne ikke finde filen",
    "No ownCloud installation (7 or higher) found at {remote}" : "Der er ingen ownCloud-installation (7 eller højere) på {remote}",
    "Invalid ownCloud url" : "Ugyldig ownCloud-URL",
    "Picture view" : "Billedvisning",
    "Could not load the description" : "Kunne ikke indlæse beskrivelsen",
    "Could not load the description: " : "Kunne ikke indlæse beskrivelsen:",
    "Copyright" : "Ophavsret",
    "Could not load the copyright notice: " : "Kunne ikke indlæse notits om ophavsret:",
    "Copyright notice" : "Notits om ophavsret",
    "Link to copyright document" : "Henvisning til dokument om ophavsret",
    "This application may not work properly on your browser." : "Denne applikation fungerer muligvis ikke korrekt i din browser.",
    "For an improved experience, please install one of the following alternatives" : "For en bedre oplevelse, kan én af følgende alternativer installeres",
    "Your browser is not supported!" : "Din browser understøttes ikke!",
    "please install one of the following alternatives" : "installér venligst én af følgende alternativer",
    "Configuration error" : "Konfigurationsfejl",
    "Error loading slideshow template" : "Fejl ved indlæsning af skabelon for diasshow",
    "<strong>Error!</strong> Could not generate a preview of this file.<br>" : "<strong>Fejl!</strong> Kunne ikke oprette en forhåndsvisning af denne fil.<br>",
    "<strong>Error!</strong> Your browser can't display SVG files.<br>" : "<strong>Fejl!</strong> Din browser kan ikke vise SVG-filer.<br>",
    "Next" : "Næste",
    "Play" : "Afspil",
    "Pause" : "Pause",
    "Previous" : "Forrige",
    "Close" : "Luk",
    "Download" : "Hent",
    "Toggle background" : "Slå baggrund til/fra",
    "This share is password-protected" : "Delingen er beskyttet af kodeord",
    "The password is wrong. Try again." : "Kodeordet er forkert. Prøv igen.",
    "Password" : "Adgangskode",
    "File list" : "Filoversigt",
    "Sort by name" : "Sortér efter navn",
    "Sort by date" : "Sortér efter dato",
    "Album information" : "Information om album",
    "Share" : "Del",
    "Sorry, this file could not be found." : "Beklager, filen blev ikke fundet.",
    "Reasons might be:" : "Årsagen kan være:",
    "the wrong file ID was provided" : "der blev angivet et forkert fil-ID",
    "the file was removed" : "filen blev fjernet",
    "the file is corrupt" : "filen er beskadiget",
    "the encryption key is missing" : "krypteringsnøglen mangler",
    "Here is the error message returned by the server: " : "Her er fejlbeskeden som serveren sendte:",
    "For more information, please contact your friendly ownCloud administrator." : "For mere information, så kontakt din venlige ownCloud-administrator.",
    "Sorry, but the server could not fulfill your request." : "Beklager, men serveren kunne ikke opfylde din anmodning.",
    "Possible reasons for the problem:" : "Mulige årsager til problemet:",
    "a conflicting app was installed" : "en app med konflikter blev installeret",
    "a required component is missing or was disconnected" : "en påḱrævet komponent mangler eller blev slået fra",
    "the filesystem is not readable" : "filsystemet kan ikke aflæses",
    "Sorry, this link doesn't seem to work anymore." : "Beklager, linket ser ikke længere ud til at virke.",
    "the item was removed" : "Filen blev fjernet",
    "the link has expired" : "linket er udløbet",
    "sharing is disabled" : "deling er deaktiveret",
    "For more information, please ask the person who has sent you this link." : "For mere information, så spørg personen som sendte dig dette link.",
    "Add to your ownCloud" : "Tilføj til din ownCload"
},
"nplurals=2; plural=(n != 1);");