forked from nextcloud/richdocuments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
da.js
55 lines (55 loc) · 2.89 KB
/
da.js
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
OC.L10N.register(
"richdocuments",
{
"New Document.odt" : "Nyt dokument.odt",
"New Spreadsheet.ods" : "Nyt regneark.ods",
"New Presentation.odp" : "Ny præsentation.odp",
"New Document.docx" : "Nyt dokument.docx",
"New Spreadsheet.xlsx" : "Nyt regneark.xlsx",
"New Presentation.pptx" : "Nyt præsentation.pptx",
"File already exists" : "Filen findes allerede",
"Saved" : "Gemt",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Gemt med fejl: Collabora Online skal bruge samme protokol som server installationen.",
"The file was uploaded" : "Filen blev uploadet",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Den uploadede fil overstiger upload_max_filesize-direktivet i php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uploadede fil overskrider MAX_FILE_SIZE-direktivet, der blev angivet i HTML-formularen",
"The file was only partially uploaded" : "Filen blev kun delvist uploadet",
"No file was uploaded" : "Ingen fil blev uploadet",
"Missing a temporary folder" : "Mangler en midlertidig mappe",
"Could not write file to disk" : "Kunne ikke skrive fil til disk",
"A PHP extension stopped the file upload" : "En PHP-udvidelse stoppede filoverførslen",
"No file uploaded or file size exceeds maximum of %s" : "Ingen fil blev uploadet eller fil størrelsen er større end det maksimale: %s.",
"File is too big" : "Filen er for stor",
"Invalid file provided" : "Der er angivet en ugyldig fil",
"Office" : "Kontor",
"Empty" : "Tom",
"Advanced settings" : "Avancerede indstillinger",
"Restrict usage to specific groups" : "Brugen begrænset til bestemte grupper",
"Select groups" : "Vælg grupper",
"Restrict edit to specific groups" : "Redigering begrænset til bestemte grupper",
"Enable access for external apps" : "Tillad tilgang fra eksterne apps",
"Failed to save settings" : "Kunne ikke gemme indstillinger",
"Description" : "Beskrivelse",
"No results" : "Ingen resultater",
"Cancel" : "Annuller",
"Close" : "Luk",
"Error" : "Fejl",
"An error occurred" : "Der var en fejl",
"Nickname" : "Kaldenavn",
"Save As" : "Gem som",
"New filename" : "Nyt filnavn",
"Save" : "Gem",
"Saving…" : "Gemmer...",
"Remove from favorites" : "Fjernet fra favoritter",
"Add to favorites" : "Føj til favoritter",
"Details" : "Detaljer",
"Download" : "Download",
"Guest" : "Gæst",
"Failed to revert the document to older version" : "Det lykkedes ikke at gendanne dokumentet, til en ældre version",
"Create a new document" : "Opret nyt dokument",
"Could not create file" : "Kunne ikke oprette fil",
"Create" : "Opret",
"Select template" : "Vælg model",
"Collabora Online" : "Collabora Online"
},
"nplurals=2; plural=(n != 1);");