]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - po/underlays/basewiki/ikiwiki/pagespec/attachment.de.po
Updated German basewiki and directives translation from Sebastian Kuhnert.
[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 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-07-18 22:29+0000\n"
8 "PO-Revision-Date: 2017-12-21 20:46+0100\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 "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:"
53 #. type: Plain text
54 #, no-wrap
55 msgid "\tvirusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or (mimetype(image/*) and maxsize(50kb)))\n"
56 msgstr "\tvirusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or (mimetype(image/*) 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:"
66 #. type: Bullet: '* '
67 msgid ""
68 "\"`maxsize(size)`\" - tests whether the attachment is no larger than the "
69 "specified size. The size defaults to being in bytes, but \"kb\", \"mb\", \"gb"
70 "\" etc can be used to specify the units."
71 msgstr ""
72 "\"`maxsize(size)`\" - prüft ob der Anhang nicht größer ist als angegeben. "
73 "Die Größe wird standardmäßig in Bytes angegeben, aber `kb`, `mb`, `gb` und "
74 "so weiter kann verwendet werden, um die Einheit anzugeben."
76 #. type: Bullet: '* '
77 msgid ""
78 "\"`minsize(size)`\" - tests whether the attachment is no smaller than the "
79 "specified size."
80 msgstr ""
81 "\"`minsize(size)`\" - prüft ob der Anhang nicht kleiner ist als angegeben."
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()`\" - prüft ob der Anhang von ikiwiki als Wiki-Seite behandelt "
90 "wird. Dies ist der Fall, wenn er die Endung `.mdwn` oder die eines anderen "
91 "aktivierten Seitenformats hat."
93 #. type: Plain text
94 #, no-wrap
95 msgid ""
96 "  So, if you don't want to allow wiki pages to be uploaded as attachments,\n"
97 "  use `!ispage()` ; if you only want to allow wiki pages to be uploaded\n"
98 "  as attachments, use `ispage()`.\n"
99 msgstr ""
100 "  Wenn man also verhindern will, dass Wiki-Seiten als Anhang hochgeladen\n"
101 "  werden, kann `!ispage()` verwendet werden; wenn nur Wiki-Seiten\n"
102 "  hochgeladen werden können sollen, geht dies mit `ispage()`.\n"
104 #. type: Bullet: '* '
105 msgid ""
106 "\"`mimetype(foo/bar)`\" - checks the MIME type of the attachment. You can "
107 "include a glob in the type, for example `mimetype(image/*)`."
108 msgstr ""
109 "\"`mimetype(foo/bar)`\" - prüft den MIME-Typ des Anhangs. Man kann ein "
110 "Muster für den Typen verwenden, zum Beispiel `mimetype(image/*)`."
112 #. type: Bullet: '* '
113 msgid "\"`virusfree()`\" - checks the attachment with an antiviral program."
114 msgstr "\"`virusfree()`\" - prüft den Anhang mit einem Virenscanner."