Merge remote branch 'davrieb/autotag' into autotag
[ikiwiki.git] / po / underlays / directives / ikiwiki / directive / table.de.po
1 # German translation of directives/ikiwiki/directive/table 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 14:08+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
16 #. type: Plain text
17 msgid ""
18 "The `table` directive is supplied by the [[!iki plugins/table desc=table]] "
19 "plugin."
20 msgstr ""
21 "Die `table`-Anweisung wird durch die [[!iki plugins/table "
22 "desc=table]]-Erweiterung bereitgestellt."
23
24 #. type: Plain text
25 msgid ""
26 "This directive can build HTML tables from data in CSV (comma-separated "
27 "values)  or DSV (delimiter-separated values) format."
28 msgstr ""
29 "Diese Anweisung kann HTML-Tabellen aus Daten im CSV-Format (Komma-separierte "
30 "Werte) oder DSV-Format (Trennzeichen-separierte Werte) erzeugen."
31
32 #. type: Title ##
33 #, no-wrap
34 msgid "examples"
35 msgstr "Beispiele"
36
37 #. type: Plain text
38 #:
39 #, no-wrap
40 msgid "\t\\[[!table data=\"\"\"\n"
41 msgstr "\t\\[[!table data=\"\"\"\n"
42
43 #. type: Plain text
44 #, no-wrap
45 msgid ""
46 "\tCustomer|Amount\n"
47 "\tFulanito|134,34\n"
48 "\tMenganito|234,56\n"
49 "\tMenganito|234,56\n"
50 msgstr ""
51 "\tKunde|Betrag\n"
52 "\tFulanito|134,34\n"
53 "\tMenganito|234,56\n"
54 "\tMenganito|234,56\n"
55
56 #. type: Plain text
57 #, no-wrap
58 msgid ""
59 "\t\\[[!table class=\"book_record\" format=csv "
60 "file=\"data/books/record1\"]]\n"
61 msgstr ""
62 "\t\\[[!table class=\"book_record\" format=csv "
63 "file=\"data/books/record1\"]]\n"
64
65 #. type: Plain text
66 msgid "In this second example the `record1` page should be similar to:"
67 msgstr ""
68 "Im zweiten Beispiel sollte die `record1`-Seite ähnlich wie das Folgende "
69 "aussehen:"
70
71 #. type: Plain text
72 #, no-wrap
73 msgid ""
74 "\t\"Title\",\"Perl Best Practices\"\n"
75 "\t\"Author\",\"Damian Conway\"\n"
76 "\t\"Publisher\",\"O’Reilly\"\n"
77 msgstr ""
78 "\t\"Title\",\"Perl Best Practices\"\n"
79 "\t\"Author\",\"Damian Conway\"\n"
80 "\t\"Publisher\",\"O’Reilly\"\n"
81
82 #. type: Plain text
83 msgid ""
84 "To make a cell span multiple columns, follow it with one or more empty "
85 "cells. For example:"
86 msgstr ""
87 "Um eine Zelle zu erhalten, die über mehrere Spalten geht, kann man die "
88 "folgenden Zellen leer lassen. Zum Beispiel:"
89
90 #. type: Plain text
91 #, no-wrap
92 msgid ""
93 "\tleft||right|\n"
94 "\ta|b|c|d\n"
95 "\tthis cell spans 4 columns|||\n"
96 msgstr ""
97 "\tlinks||rechts|\n"
98 "\ta|b|c|d\n"
99 "\tdiese Zelle geht über 4 Spalten|||\n"
100
101 #. type: Title ##
102 #, no-wrap
103 msgid "usage"
104 msgstr "Verwendung"
105
106 #. type: Bullet: '* '
107 msgid "`data` - Values for the table."
108 msgstr "`data` - Werte für die Tabelle."
109
110 #. type: Bullet: '* '
111 msgid "`file` - A file in the wiki containing the data."
112 msgstr "`file` - Eine Datei im Wiki, die die Daten enthält."
113
114 #. type: Bullet: '* '
115 msgid ""
116 "`format` - The format of the data, either \"csv\", \"dsv\", or \"auto\" (the "
117 "default)."
118 msgstr ""
119 "`format` - Das Format der Daten, entweder `csv`, `dsv` oder `auto` "
120 "(letzteres ist voreingestellt)."
121
122 #. type: Plain text
123 #, no-wrap
124 msgid ""
125 "* `delimiter` - The character used to separate fields. By default,\n"
126 "   DSV format uses a pipe (`|`), and CSV uses a comma (`,`).\n"
127 "* `class` - A CSS class for the table html element.\n"
128 "* `header` - By default, or if set to \"row\", the first data line is used\n"
129 "  as the table header. Set it to \"no\" to make a table without a header, "
130 "or\n"
131 "  \"column\" to make the first column be the header.\n"
132 msgstr ""
133 "* `delimiter` - Das Zeichen, durch das die Zellen getrennt werden.\n"
134 "  Im DSV-Format ist der senkrechte Strich (`|`) voreingestellt, im\n"
135 "  CSV-Format das Komma (`,`).\n"
136 "* `class` - Eine CSS-Klasse für das HTML-Element &lt;table&gt;.\n"
137 "* `header` - In der Voreinstellung, oder wenn `row` angegeben wird,\n"
138 "  wird die erste Zeile der Daten als Tabellenüberschrift verwendet.\n"
139 "  Mit `no` wird eine Tabelle ohne Überschrift erzeugt, mit `column`\n"
140 "  wird die erste Spalte als Überschrift verwendet.\n"
141
142 #. type: Plain text
143 #, no-wrap
144 msgid "[[!meta robots=\"noindex, follow\"]]\n"
145 msgstr "[[!meta robots=\"noindex, follow\"]]\n"
146
147