# German translation of basewiki/ikiwiki/pagespec/attachment page for ikiwiki.
-# Copyright © 2010 Sebastian Kuhnert <mail@sebastian-kuhnert.de>
+# Copyright © 2010, 2019 Sebastian Kuhnert <mail@sebastian-kuhnert.de>
# Redistribution and use in source and compiled forms, with or without
# modification, are permitted under any circumstances. No warranty.
msgid ""
msgstr ""
-"POT-Creation-Date: 2010-07-18 22:29+0000\n"
-"PO-Revision-Date: 2010-03-14 15:17+0530\n"
+"POT-Creation-Date: 2019-06-03 12:25+0200\n"
+"PO-Revision-Date: 2019-06-03 12:39+0200\n"
"Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
"Language-Team: None\n"
-"Language: \n"
+"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"`allowed_attachments` verändert."
#. type: Plain text
-#, fuzzy
-#| msgid ""
-#| "For example, to limit arbitrary files to 50 kilobytes, but allow larger "
-#| "mp3 files to be uploaded by joey into a specific directory, and check all "
-#| "attachments for viruses, something like this could be used:"
msgid ""
"For example, to limit most users to uploading small images, and nothing "
"else, while allowing larger mp3 files to be uploaded by joey into a specific "
"directory, and check all attachments for viruses, something like this could "
"be used:"
msgstr ""
-"Zum Beispiel können beliebige Dateien auf 50 Kilobyte beschränkt, aber "
-"größere mp3-Dateien von joey in einem bestimmten Verzeichnis erlaubt, und "
-"alle Anhänge nach Viren durchsucht werden, indem etwas wie das Folgende "
-"verwendet wird:"
+"Zum Beispiel erlaubt das Folgende, von den meisten Nutzern nur kleine "
+"Bilddateien zuzulassen, aber größere mp3-Dateien von joey in einem "
+"bestimmten Verzeichnis zu erlauben, wobei alle Anhänge nach Viren durchsucht "
+"werden:"
#. type: Plain text
-#, fuzzy, no-wrap
-#| msgid "\tvirusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or (!ispage() and maxsize(50kb)))\n"
-msgid "\tvirusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or (mimetype(image/*) and maxsize(50kb)))\n"
-msgstr "\tvirusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or (!ispage() and maxsize(50kb)))\n"
+#, no-wrap
+msgid "\tvirusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or ((mimetype(image/jpeg) or mimetype(image/png)) and maxsize(50kb)))\n"
+msgstr "\tvirusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or ((mimetype(image/jpeg) or mimetype(image/png)) and maxsize(50kb)))\n"
#. type: Plain text
msgid ""