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