summaryrefslogtreecommitdiff
path: root/po/underlays/basewiki/ikiwiki/pagespec/attachment.da.po
blob: 6f3d28632deb0ffc80b319de5ae0989c54e70c92 (plain)
  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. #. type: Plain text
  22. #, no-wrap
  23. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  24. msgstr "[[!meta robots=\"noindex, follow\"]]\n"
  25. #. type: Plain text
  26. #, no-wrap
  27. msgid ""
  28. "[[!if test=\"enabled(attachment)\"\n"
  29. " then=\"This wiki has attachments **enabled**.\"\n"
  30. " else=\"This wiki has attachments **disabled**.\"]]\n"
  31. msgstr ""
  32. "[[!if test=\"enabled(attachment)\"\n"
  33. " then=\"Denne wiki har vedhæftninger **aktiveret**.\"\n"
  34. " else=\"Denne wiki har vedhæftninger **deaktiveret**.\"]]\n"
  35. #. type: Plain text
  36. msgid ""
  37. "If attachments are enabled, the wiki admin can control what types of "
  38. "attachments will be accepted, via the `allowed_attachments` configuration "
  39. "setting."
  40. msgstr ""
  41. "Hvis vedhæftninger er aktiveret, kan wiki-administratoren styre hvilke typer "
  42. "vedhæftninger der vil blive accepteret gennem opsætningsindstillingen "
  43. "`allowed_attachments`."
  44. #. type: Plain text
  45. msgid ""
  46. "For example, to limit arbitrary files to 50 kilobytes, but allow larger mp3 "
  47. "files to be uploaded by joey into a specific directory, and check all "
  48. "attachments for viruses, something like this could be used:"
  49. msgstr ""
  50. "Som eksempel, for at begrænse vilkårlige filer til 50 kilobytes, men tillade "
  51. "større mp3-filer at blive lagt op af joey til en bestemt mappe, og checke "
  52. "alle vedhæftninger for vira, kunne noget i stil med dette bruges:"
  53. #. type: Plain text
  54. #, no-wrap
  55. msgid "\tvirusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or (!ispage() and maxsize(50kb)))\n"
  56. msgstr "\tvirusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or (!ispage() and maxsize(50kb)))\n"
  57. #. type: Plain text
  58. msgid ""
  59. "The regular [[ikiwiki/PageSpec]] syntax is expanded with the following "
  60. "additional tests:"
  61. msgstr ""
  62. "Den normale [[ikiwiki/PageSpec]]-syntaks er udvidet med følgende yderligere "
  63. "tests:"
  64. #. type: Bullet: '* '
  65. msgid ""
  66. "\"`maxsize(size)`\" - tests whether the attachment is no larger than the "
  67. "specified size. The size defaults to being in bytes, but \"kb\", \"mb\", \"gb"
  68. "\" etc can be used to specify the units."
  69. msgstr ""
  70. "\"`maxsize(størrelse)`\" - tester hvorvidt vedhæftningen højst fylder den "
  71. "angivne størrelse. Størrelsen angives som standard i bytes, men \"kb\", \"mb"
  72. "\", \"gb\" osv. kan bruges til at angive enheder."
  73. #. type: Bullet: '* '
  74. msgid ""
  75. "\"`minsize(size)`\" - tests whether the attachment is no smaller than the "
  76. "specified size."
  77. msgstr ""
  78. "\"`minsize(størrelse)`\" - tester hvorvidt størrelsen mindst fylder den "
  79. "angivne størrelse."
  80. #. type: Bullet: '* '
  81. msgid ""
  82. "\"`ispage()`\" - tests whether the attachment will be treated by ikiwiki as "
  83. "a wiki page. (Ie, if it has an extension of \".mdwn\", or of any other "
  84. "enabled page format)."
  85. msgstr ""
  86. "\"`ispage()`\" - tester hvorvidt vedhæftningen bliver håndteret af ikiwiki "
  87. "som en wikiside. (altså om den har endelsen \".mdwn\", eller et hvilket som "
  88. "helst andet aktiveret sideformat)."
  89. #. type: Plain text
  90. #, no-wrap
  91. msgid ""
  92. " So, if you don't want to allow wiki pages to be uploaded as attachments,\n"
  93. " use `!ispage()` ; if you only want to allow wiki pages to be uploaded\n"
  94. " as attachments, use `ispage()`.\n"
  95. msgstr ""
  96. " Derfor, hvis du ikke vil tillade wikisider at blive lagt op som vedhæftninger,\n"
  97. " så brug `!ispage()` ; hvis du kun vil tillade wikisider at blive lagt op som\n"
  98. " vedhæftninger, så brug `ispage()`.\n"
  99. #. type: Bullet: '* '
  100. msgid ""
  101. "\"`mimetype(foo/bar)`\" - checks the MIME type of the attachment. You can "
  102. "include a glob in the type, for example `mimetype(image/*)`."
  103. msgstr ""
  104. "\"`mimetype(foo/bar)`\" - checker MIME-typen for vedhæftningen. Du kan "
  105. "angive et glob som type, eksampelvis `mimetype(image/*)`."
  106. #. type: Bullet: '* '
  107. msgid "\"`virusfree()`\" - checks the attachment with an antiviral program."
  108. msgstr "\"`virusfree()`\" - checker vedhæftningen med et antivirusprogram."