1 # Danish translation of basewiki/ikiwiki/pagespec/attachment page for ikiwiki.
2 # Copyright (C) 2008, 2009, 2011, 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.20110430\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2010-07-18 22:29+0000\n"
11 "PO-Revision-Date: 2011-05-05 13:37+0200\n"
12 "Last-Translator: Jonas Smedegaard <dr@jones.dk>\n"
13 "Language-Team: None\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19 "X-Poedit-Language: Danish\n"
20 "X-Poedit-Country: DENMARK\n"
21 "X-Poedit-SourceCharset: utf-8\n"
25 msgid "[[!meta robots=\"noindex, follow\"]]\n"
26 msgstr "[[!meta robots=\"noindex, follow\"]]\n"
31 "[[!if test=\"enabled(attachment)\"\n"
32 " then=\"This wiki has attachments **enabled**.\"\n"
33 " else=\"This wiki has attachments **disabled**.\"]]\n"
35 "[[!if test=\"enabled(attachment)\"\n"
36 " then=\"Denne wiki har vedhæftninger **aktiveret**.\"\n"
37 " else=\"Denne wiki har vedhæftninger **deaktiveret**.\"]]\n"
41 "If attachments are enabled, the wiki admin can control what types of "
42 "attachments will be accepted, via the `allowed_attachments` configuration "
45 "Hvis vedhæftninger er aktiveret, kan wiki-administratoren styre hvilke typer "
46 "vedhæftninger der vil blive accepteret gennem opsætningsindstillingen "
47 "`allowed_attachments`."
51 "For example, to limit most users to uploading small images, and nothing "
52 "else, while allowing larger mp3 files to be uploaded by joey into a specific "
53 "directory, and check all attachments for viruses, something like this could "
56 "Som eksempel, for at begrænse de fleste brugere i at lægge små billeder op, "
57 "og intet andet, og at tillade større mp3-filer at blive lagt op af joey til "
58 "en bestemt mappe, og checke alle vedhæftninger for vira, kunne noget i stil "
63 msgid "\tvirusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or (mimetype(image/*) and maxsize(50kb)))\n"
64 msgstr "\tvirusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or (mimetype(image/*) and maxsize(50kb)))\n"
68 "The regular [[ikiwiki/PageSpec]] syntax is expanded with the following "
71 "Den normale [[ikiwiki/PageSpec]]-syntaks er udvidet med følgende yderligere "
76 "\"`maxsize(size)`\" - tests whether the attachment is no larger than the "
77 "specified size. The size defaults to being in bytes, but \"kb\", \"mb\", \"gb"
78 "\" etc can be used to specify the units."
80 "\"`maxsize(størrelse)`\" - tester hvorvidt vedhæftningen højst fylder den "
81 "angivne størrelse. Størrelsen angives som standard i bytes, men \"kb\", \"mb"
82 "\", \"gb\" osv. kan bruges til at angive enheder."
86 "\"`minsize(size)`\" - tests whether the attachment is no smaller than the "
89 "\"`minsize(størrelse)`\" - tester hvorvidt størrelsen mindst fylder den "
94 "\"`ispage()`\" - tests whether the attachment will be treated by ikiwiki as "
95 "a wiki page. (Ie, if it has an extension of \".mdwn\", or of any other "
96 "enabled page format)."
98 "\"`ispage()`\" - tester hvorvidt vedhæftningen bliver håndteret af ikiwiki "
99 "som en wikiside. (altså om den har endelsen \".mdwn\", eller et hvilket som "
100 "helst andet aktiveret sideformat)."
105 " So, if you don't want to allow wiki pages to be uploaded as attachments,\n"
106 " use `!ispage()` ; if you only want to allow wiki pages to be uploaded\n"
107 " as attachments, use `ispage()`.\n"
109 " Derfor, hvis du ikke vil tillade wikisider at blive lagt op som vedhæftninger,\n"
110 " så brug `!ispage()` ; hvis du kun vil tillade wikisider at blive lagt op som\n"
111 " vedhæftninger, så brug `ispage()`.\n"
113 #. type: Bullet: '* '
115 "\"`mimetype(foo/bar)`\" - checks the MIME type of the attachment. You can "
116 "include a glob in the type, for example `mimetype(image/*)`."
118 "\"`mimetype(foo/bar)`\" - checker MIME-typen for vedhæftningen. Du kan "
119 "angive et glob som type, eksampelvis `mimetype(image/*)`."
121 #. type: Bullet: '* '
122 msgid "\"`virusfree()`\" - checks the attachment with an antiviral program."
123 msgstr "\"`virusfree()`\" - checker vedhæftningen med et antivirusprogram."