]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - po/underlays/basewiki/ikiwiki/pagespec/attachment.de.po
+1
[git.ikiwiki.info.git] / po / underlays / basewiki / ikiwiki / pagespec / attachment.de.po
1 # German translation of basewiki/ikiwiki/pagespec/attachment page for ikiwiki.
2 # Copyright © 2010, 2019 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: 2019-06-03 12:25+0200\n"
8 "PO-Revision-Date: 2019-06-03 12:39+0200\n"
9 "Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
10 "Language-Team: None\n"
11 "Language: de\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=2; plural=n != 1;\n"
17 #. type: Plain text
18 #, no-wrap
19 msgid "[[!meta robots=\"noindex, follow\"]]\n"
20 msgstr ""
21 "[[!meta title=\"Anhänge\"]]\n"
22 "[[!meta robots=\"noindex, follow\"]]\n"
24 #. type: Plain text
25 #, no-wrap
26 msgid ""
27 "[[!if test=\"enabled(attachment)\"\n"
28 "     then=\"This wiki has attachments **enabled**.\"\n"
29 "     else=\"This wiki has attachments **disabled**.\"]]\n"
30 msgstr ""
31 "[[!if test=\"enabled(attachment)\"\n"
32 "     then=\"In diesem Wiki sind Anhänge **aktiviert**.\"\n"
33 "     else=\"In diesem Wiki sind Anhänge **deaktiviert**.\"]]\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 "Wenn Anhänge aktiviert sind, kann der Administrator des Wikis bestimmen, "
42 "welche Arten von Anhängen akzeptiert werden, indem er die Einstellung "
43 "`allowed_attachments` verändert."
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 "Zum Beispiel erlaubt das Folgende, von den meisten Nutzern nur kleine "
53 "Bilddateien zuzulassen, aber größere mp3-Dateien von joey in einem "
54 "bestimmten Verzeichnis zu erlauben, wobei alle Anhänge nach Viren durchsucht "
55 "werden:"
57 #. type: Plain text
58 #, no-wrap
59 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"
60 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"
62 #. type: Plain text
63 msgid ""
64 "The regular [[ikiwiki/PageSpec]] syntax is expanded with the following "
65 "additional tests:"
66 msgstr ""
67 "Die reguläre [[ikiwiki/PageSpec]]-Syntax ist um die folgenden zusätzlichen "
68 "Tests erweitert:"
70 #. type: Bullet: '* '
71 msgid ""
72 "\"`maxsize(size)`\" - tests whether the attachment is no larger than the "
73 "specified size. The size defaults to being in bytes, but \"kb\", \"mb\", \"gb"
74 "\" etc can be used to specify the units."
75 msgstr ""
76 "\"`maxsize(size)`\" - prüft ob der Anhang nicht größer ist als angegeben. "
77 "Die Größe wird standardmäßig in Bytes angegeben, aber `kb`, `mb`, `gb` und "
78 "so weiter kann verwendet werden, um die Einheit anzugeben."
80 #. type: Bullet: '* '
81 msgid ""
82 "\"`minsize(size)`\" - tests whether the attachment is no smaller than the "
83 "specified size."
84 msgstr ""
85 "\"`minsize(size)`\" - prüft ob der Anhang nicht kleiner ist als angegeben."
87 #. type: Bullet: '* '
88 msgid ""
89 "\"`ispage()`\" - tests whether the attachment will be treated by ikiwiki as "
90 "a wiki page. (Ie, if it has an extension of \".mdwn\", or of any other "
91 "enabled page format)."
92 msgstr ""
93 "\"`ispage()`\" - prüft ob der Anhang von ikiwiki als Wiki-Seite behandelt "
94 "wird. Dies ist der Fall, wenn er die Endung `.mdwn` oder die eines anderen "
95 "aktivierten Seitenformats hat."
97 #. type: Plain text
98 #, no-wrap
99 msgid ""
100 "  So, if you don't want to allow wiki pages to be uploaded as attachments,\n"
101 "  use `!ispage()` ; if you only want to allow wiki pages to be uploaded\n"
102 "  as attachments, use `ispage()`.\n"
103 msgstr ""
104 "  Wenn man also verhindern will, dass Wiki-Seiten als Anhang hochgeladen\n"
105 "  werden, kann `!ispage()` verwendet werden; wenn nur Wiki-Seiten\n"
106 "  hochgeladen werden können sollen, geht dies mit `ispage()`.\n"
108 #. type: Bullet: '* '
109 msgid ""
110 "\"`mimetype(foo/bar)`\" - checks the MIME type of the attachment. You can "
111 "include a glob in the type, for example `mimetype(image/*)`."
112 msgstr ""
113 "\"`mimetype(foo/bar)`\" - prüft den MIME-Typ des Anhangs. Man kann ein "
114 "Muster für den Typen verwenden, zum Beispiel `mimetype(image/*)`."
116 #. type: Bullet: '* '
117 msgid "\"`virusfree()`\" - checks the attachment with an antiviral program."
118 msgstr "\"`virusfree()`\" - prüft den Anhang mit einem Virenscanner."