summaryrefslogtreecommitdiff
path: root/po/underlays/basewiki/ikiwiki/pagespec/attachment.de.po
blob: 1a20a5f0efa7e99e0f55f460bbe13e35b9682561 (plain)
  1. # German translation of basewiki/ikiwiki/pagespec/attachment page for ikiwiki.
  2. # Copyright © 2010 Sebastian Kuhnert <mail@sebastian-kuhnert.de>
  3. # Redistribution and use in source and compiled forms, with or without
  4. # modification, are permitted under any circumstances. No warranty.
  5. msgid ""
  6. msgstr ""
  7. "POT-Creation-Date: 2010-03-12 09:29+0530\n"
  8. "PO-Revision-Date: 2010-03-14 15:17+0530\n"
  9. "Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
  10. "Language-Team: None\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "Plural-Forms: nplurals=2; plural=n != 1;\n"
  15. #. type: Plain text
  16. #, no-wrap
  17. msgid "[[!meta robots=\"noindex, follow\"]]\n"
  18. msgstr ""
  19. "[[!meta title=\"Anhänge\"]]\n"
  20. "[[!meta robots=\"noindex, follow\"]]\n"
  21. #. type: Plain text
  22. #, no-wrap
  23. msgid ""
  24. "[[!if test=\"enabled(attachment)\"\n"
  25. " then=\"This wiki has attachments **enabled**.\"\n"
  26. " else=\"This wiki has attachments **disabled**.\"]]\n"
  27. msgstr ""
  28. "[[!if test=\"enabled(attachment)\"\n"
  29. " then=\"In diesem Wiki sind Anhänge **aktiviert**.\"\n"
  30. " else=\"In diesem Wiki sind Anhänge **deaktiviert**.\"]]\n"
  31. #. type: Plain text
  32. msgid ""
  33. "If attachments are enabled, the wiki admin can control what types of "
  34. "attachments will be accepted, via the `allowed_attachments` configuration "
  35. "setting."
  36. msgstr ""
  37. "Wenn Anhänge aktiviert sind, kann der Administrator des Wikis bestimmen, "
  38. "welche Arten von Anhängen akzeptiert werden, indem er die Einstellung "
  39. "`allowed_attachments` verändert."
  40. #. type: Plain text
  41. msgid ""
  42. "For example, to limit arbitrary files to 50 kilobytes, but allow larger mp3 "
  43. "files to be uploaded by joey into a specific directory, and check all "
  44. "attachments for viruses, something like this could be used:"
  45. msgstr ""
  46. "Zum Beispiel können beliebige Dateien auf 50 Kilobyte beschränkt, "
  47. "aber größere mp3-Dateien von joey in einem bestimmten Verzeichnis erlaubt, "
  48. "und alle Anhänge nach Viren durchsucht werden, indem etwas wie "
  49. "das Folgende verwendet wird:"
  50. #. type: Plain text
  51. #, no-wrap
  52. msgid ""
  53. "\tvirusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) "
  54. "and maxsize(15mb)) or (!ispage() and maxsize(50kb)))\n"
  55. msgstr ""
  56. "\tvirusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) "
  57. "and maxsize(15mb)) or (!ispage() and maxsize(50kb)))\n"
  58. #. type: Plain text
  59. msgid ""
  60. "The regular [[ikiwiki/PageSpec]] syntax is expanded with the following "
  61. "additional tests:"
  62. msgstr ""
  63. "Die reguläre [[ikiwiki/PageSpec]]-Syntax ist um die folgenden zusätzlichen "
  64. "Tests erweitert:"
  65. #. type: Bullet: '* '
  66. msgid ""
  67. "\"`maxsize(size)`\" - tests whether the attachment is no larger than the "
  68. "specified size. The size defaults to being in bytes, but \"kb\", \"mb\", "
  69. "\"gb\" etc can be used to specify the units."
  70. msgstr ""
  71. "\"`maxsize(size)`\" - prüft ob der Anhang nicht größer ist als angegeben. "
  72. "Die Größe wird standardmäßig in Bytes angegeben, aber `kb`, `mb`, "
  73. "`gb` und so weiter kann verwendet werden, um die Einheit anzugeben."
  74. #. type: Bullet: '* '
  75. msgid ""
  76. "\"`minsize(size)`\" - tests whether the attachment is no smaller than the "
  77. "specified size."
  78. msgstr ""
  79. "\"`minsize(size)`\" - prüft ob der Anhang nicht kleiner ist als angegeben."
  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()`\" - prüft ob der Anhang von ikiwiki als Wiki-Seite behandelt "
  87. "wird. Dies ist der Fall, wenn er die Endung `.mdwn` oder die eines anderen "
  88. "aktivierten Seitenformats hat."
  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. " Wenn man also verhindern will, dass Wiki-Seiten als Anhang hochgeladen\n"
  97. " werden, kann `!ispage()` verwendet werden; wenn nur Wiki-Seiten\n"
  98. " hochgeladen werden können sollen, geht dies mit `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)`\" - prüft den MIME-Typ des Anhangs. Man kann ein "
  105. "Muster für den Typen verwenden, zum Beispiel `mimetype(image/*)`."
  106. #. type: Bullet: '* '
  107. msgid "\"`virusfree()`\" - checks the attachment with an antiviral program."
  108. msgstr "\"`virusfree()`\" - prüft den Anhang mit einem Virenscanner."