]> sipb.mit.edu Git - ikiwiki.git/blob - po/underlays/basewiki/ikiwiki/pagespec/attachment.da.po
Update danish l10n of underlays.
[ikiwiki.git] / po / underlays / basewiki / ikiwiki / pagespec / attachment.da.po
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.
5 #
6 msgid ""
7 msgstr ""
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"
14 "Language: da\n"
15 "MIME-Version: 1.0\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"
22
23 #. type: Plain text
24 #, no-wrap
25 msgid "[[!meta robots=\"noindex, follow\"]]\n"
26 msgstr "[[!meta robots=\"noindex, follow\"]]\n"
27
28 #. type: Plain text
29 #, no-wrap
30 msgid ""
31 "[[!if test=\"enabled(attachment)\"\n"
32 "     then=\"This wiki has attachments **enabled**.\"\n"
33 "     else=\"This wiki has attachments **disabled**.\"]]\n"
34 msgstr ""
35 "[[!if test=\"enabled(attachment)\"\n"
36 "     then=\"Denne wiki har vedhæftninger **aktiveret**.\"\n"
37 "     else=\"Denne wiki har vedhæftninger **deaktiveret**.\"]]\n"
38
39 #. type: Plain text
40 msgid ""
41 "If attachments are enabled, the wiki admin can control what types of "
42 "attachments will be accepted, via the `allowed_attachments` configuration "
43 "setting."
44 msgstr ""
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`."
48
49 #. type: Plain text
50 msgid ""
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 "
54 "be used:"
55 msgstr ""
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 "
59 "med dette bruges:"
60
61 #. type: Plain text
62 #, no-wrap
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"
65
66 #. type: Plain text
67 msgid ""
68 "The regular [[ikiwiki/PageSpec]] syntax is expanded with the following "
69 "additional tests:"
70 msgstr ""
71 "Den normale [[ikiwiki/PageSpec]]-syntaks er udvidet med følgende yderligere "
72 "tests:"
73
74 #. type: Bullet: '* '
75 msgid ""
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."
79 msgstr ""
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."
83
84 #. type: Bullet: '* '
85 msgid ""
86 "\"`minsize(size)`\" - tests whether the attachment is no smaller than the "
87 "specified size."
88 msgstr ""
89 "\"`minsize(størrelse)`\" - tester hvorvidt størrelsen mindst fylder den "
90 "angivne størrelse."
91
92 #. type: Bullet: '* '
93 msgid ""
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)."
97 msgstr ""
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)."
101
102 #. type: Plain text
103 #, no-wrap
104 msgid ""
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"
108 msgstr ""
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"
112
113 #. type: Bullet: '* '
114 msgid ""
115 "\"`mimetype(foo/bar)`\" - checks the MIME type of the attachment. You can "
116 "include a glob in the type, for example `mimetype(image/*)`."
117 msgstr ""
118 "\"`mimetype(foo/bar)`\" - checker MIME-typen for vedhæftningen. Du kan "
119 "angive et glob som type, eksampelvis `mimetype(image/*)`."
120
121 #. type: Bullet: '* '
122 msgid "\"`virusfree()`\" - checks the attachment with an antiviral program."
123 msgstr "\"`virusfree()`\" - checker vedhæftningen med et antivirusprogram."