1 # Danish translation of basewiki/ikiwiki/pagespec/attachment page for ikiwiki.
2 # Copyright (C) 2008-2009 Jonas Smedegaard <dr@jones.dk>
3 # This file is distributed under the same license as the ikiwiki package.
4 # Jonas Smedegaard <dr@jones.dk>, 2008.
8 "Project-Id-Version: ikiwiki 3.15\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2009-07-19 23:45+0200\n"
11 "PO-Revision-Date: 2009-07-19 23:45+0200\n"
12 "Last-Translator: Jonas Smedegaard <dr@jones.dk>\n"
13 "Language-Team: None\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18 "X-Poedit-Language: Danish\n"
19 "X-Poedit-Country: DENMARK\n"
20 "X-Poedit-SourceCharset: utf-8\n"
24 msgid "[[!meta robots=\"noindex, follow\"]]\n"
25 msgstr "[[!meta robots=\"noindex, follow\"]]\n"
30 "[[!if test=\"enabled(attachment)\"\n"
31 " then=\"This wiki has attachments **enabled**.\"\n"
32 " else=\"This wiki has attachments **disabled**.\"]]\n"
34 "[[!if test=\"enabled(attachment)\"\n"
35 " then=\"Denne wiki har vedhæftninger **aktiveret**.\"\n"
36 " else=\"Denne wiki har vedhæftninger **deaktiveret**.\"]]\n"
40 "If attachments are enabled, the wiki admin can control what types of "
41 "attachments will be accepted, via the `allowed_attachments` configuration "
44 "Hvis vedhæftninger er aktiveret, kan wiki-administratoren styre hvilke typer "
45 "vedhæftninger der vil blive accepteret gennem opsætningsindstillingen "
46 "`allowed_attachments`."
50 "For example, to limit arbitrary files to 50 kilobytes, but allow larger mp3 "
51 "files to be uploaded by joey into a specific directory, and check all "
52 "attachments for viruses, something like this could be used:"
54 "Som eksempel, for at begrænse vilkårlige filer til 50 kilobytes, men tillade "
55 "større mp3-filer at blive lagt op af joey til en bestemt mappe, og checke "
56 "alle vedhæftninger for vira, kunne noget i stil med dette bruges:"
60 msgid "\tvirusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or (!ispage() and maxsize(50kb)))\n"
61 msgstr "\tvirusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or (!ispage() and maxsize(50kb)))\n"
65 "The regular [[ikiwiki/PageSpec]] syntax is expanded with the following "
68 "Den normale [[ikiwiki/PageSpec]]-syntaks er udvidet med følgende yderligere "
73 "\"`maxsize(size)`\" - tests whether the attachment is no larger than the "
74 "specified size. The size defaults to being in bytes, but \"kb\", \"mb\", \"gb"
75 "\" etc can be used to specify the units."
77 "\"`maxsize(størrelse)`\" - tester hvorvidt vedhæftningen højst fylder den "
78 "angivne størrelse. Størrelsen angives som standard i bytes, men \"kb\", \"mb"
79 "\", \"gb\" osv. kan bruges til at angive enheder."
83 "\"`minsize(size)`\" - tests whether the attachment is no smaller than the "
86 "\"`minsize(størrelse)`\" - tester hvorvidt størrelsen mindst fylder den "
91 "\"`ispage()`\" - tests whether the attachment will be treated by ikiwiki as "
92 "a wiki page. (Ie, if it has an extension of \".mdwn\", or of any other "
93 "enabled page format)."
95 "\"`ispage()`\" - tester hvorvidt vedhæftningen bliver håndteret af ikiwiki "
96 "som en wikiside. (altså om den har endelsen \".mdwn\", eller et hvilket som "
97 "helst andet aktiveret sideformat)."
102 " So, if you don't want to allow wiki pages to be uploaded as attachments,\n"
103 " use `!ispage()` ; if you only want to allow wiki pages to be uploaded\n"
104 " as attachments, use `ispage()`.\n"
106 " Derfor, hvis du ikke vil tillade wikisider at blive lagt op som vedhæftninger,\n"
107 " så brug `!ispage()` ; hvis du kun vil tillade wikisider at blive lagt op som\n"
108 " vedhæftninger, så brug `ispage()`.\n"
110 #. type: Bullet: '* '
112 "\"`mimetype(foo/bar)`\" - checks the MIME type of the attachment. You can "
113 "include a glob in the type, for example `mimetype(image/*)`."
115 "\"`mimetype(foo/bar)`\" - checker MIME-typen for vedhæftningen. Du kan "
116 "angive et glob som type, eksampelvis `mimetype(image/*)`."
118 #. type: Bullet: '* '
119 msgid "\"`virusfree()`\" - checks the attachment with an antiviral program."
120 msgstr "\"`virusfree()`\" - checker vedhæftningen med et antivirusprogram."