]> sipb.mit.edu Git - ikiwiki.git/blob - po/underlays/directives/ikiwiki/directive/progress.de.po
Merge remote-tracking branch 'jonas/master'
[ikiwiki.git] / po / underlays / directives / ikiwiki / directive / progress.de.po
1 # German translation of directives/ikiwiki/directive/progress 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: 2011-05-05 20:04+0300\n"
8 "PO-Revision-Date: 2010-03-14 14:07+0530\n"
9 "Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
10 "Language-Team: None\n"
11 "Language: \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"
16
17 #. type: Plain text
18 msgid ""
19 "The `progress` directive is supplied by the [[!iki plugins/progress "
20 "desc=progress]] plugin."
21 msgstr ""
22 "Die `progress`-Anweisung wird durch die [[!iki plugins/progress "
23 "desc=progress]]-Erweiterung bereitgestellt."
24
25 #. type: Plain text
26 msgid "This directive generates a progress bar."
27 msgstr "Diese Anweisung erzeugt einen Fortschrittsbalken."
28
29 #. type: Plain text
30 msgid ""
31 "There are two possible parameter sets.  The first is a single parameter "
32 "\"percent\" which holds a percentage figure of how complete the progress bar "
33 "is."
34 msgstr ""
35 "Es gibt zwei mögliche Parameter-Mengen. Die erste besteht aus dem einzelnen "
36 "Parameter `percent`, der die Prozentzahl enthält, wie vollständig der "
37 "Fortschrittsbalken ist."
38
39 #. type: Plain text
40 msgid ""
41 "The second possible set of parameters is a pair of [[ikiwiki/PageSpec]]s, "
42 "`totalpages` and `donepages`. The directive counts the number of pages in "
43 "each pagespec and shows the percentage of the total pages that are done."
44 msgstr ""
45 "Die zweite mögliche Parameter-Menge ist ein Paar von [[ikiwiki/PageSpec]]s, "
46 "`totalpages` und `donepages`. Die Anweisung zählt dann jeweils die passenden "
47 "Seiten und zeigt an, welcher Anteil der Seiten fertig ist."
48
49 #. type: Plain text
50 msgid "For example, to show what percentage of pages have discussion pages:"
51 msgstr ""
52 "Zum Beispiel kann man anzeigen, welcher Anteil der Seiten eine "
53 "Diskussionsseite haben:"
54
55 #. type: Plain text
56 #, no-wrap
57 msgid "\t\\[[!progress totalpages=\"* and !*/Discussion\" donepages=\"*/Discussion\"]]\n"
58 msgstr "\t\\[[!progress totalpages=\"* and !*/Discussion\" donepages=\"*/Discussion\"]]\n"
59
60 #. type: Plain text
61 #, no-wrap
62 msgid "[[!meta robots=\"noindex, follow\"]]\n"
63 msgstr "[[!meta robots=\"noindex, follow\"]]\n"