Add initial danish underlay translation
[ikiwiki] / po / underlays / basewiki / ikiwiki / pagespec / attachment.da.po
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.
5 #
6 msgid ""
7 msgstr ""
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"
14 "MIME-Version: 1.0\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"
21
22 #. type: Plain text
23 #, no-wrap
24 msgid "[[!meta robots=\"noindex, follow\"]]\n"
25 msgstr "[[!meta robots=\"noindex, follow\"]]\n"
26
27 #. type: Plain text
28 #, no-wrap
29 msgid ""
30 "[[!if test=\"enabled(attachment)\"\n"
31 "     then=\"This wiki has attachments **enabled**.\"\n"
32 "     else=\"This wiki has attachments **disabled**.\"]]\n"
33 msgstr ""
34 "[[!if test=\"enabled(attachment)\"\n"
35 "     then=\"Denne wiki har vedhæftninger **aktiveret**.\"\n"
36 "     else=\"Denne wiki har vedhæftninger **deaktiveret**.\"]]\n"
37
38 #. type: Plain text
39 msgid ""
40 "If attachments are enabled, the wiki admin can control what types of "
41 "attachments will be accepted, via the `allowed_attachments` configuration "
42 "setting."
43 msgstr ""
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`."
47
48 #. type: Plain text
49 msgid ""
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:"
53 msgstr ""
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:"
57
58 #. type: Plain text
59 #, no-wrap
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"
62
63 #. type: Plain text
64 msgid ""
65 "The regular [[ikiwiki/PageSpec]] syntax is expanded with the following "
66 "additional tests:"
67 msgstr ""
68 "Den normale [[ikiwiki/PageSpec]]-syntaks er udvidet med følgende yderligere "
69 "tests:"
70
71 #. type: Bullet: '* '
72 msgid ""
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."
76 msgstr ""
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."
80
81 #. type: Bullet: '* '
82 msgid ""
83 "\"`minsize(size)`\" - tests whether the attachment is no smaller than the "
84 "specified size."
85 msgstr ""
86 "\"`minsize(størrelse)`\" - tester hvorvidt størrelsen mindst fylder den "
87 "angivne størrelse."
88
89 #. type: Bullet: '* '
90 msgid ""
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)."
94 msgstr ""
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)."
98
99 #. type: Plain text
100 #, no-wrap
101 msgid ""
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"
105 msgstr ""
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"
109
110 #. type: Bullet: '* '
111 msgid ""
112 "\"`mimetype(foo/bar)`\" - checks the MIME type of the attachment. You can "
113 "include a glob in the type, for example `mimetype(image/*)`."
114 msgstr ""
115 "\"`mimetype(foo/bar)`\" - checker MIME-typen for vedhæftningen. Du kan "
116 "angive et glob som type, eksampelvis `mimetype(image/*)`."
117
118 #. type: Bullet: '* '
119 msgid "\"`virusfree()`\" - checks the attachment with an antiviral program."
120 msgstr "\"`virusfree()`\" - checker vedhæftningen med et antivirusprogram."