X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/54f600af14bf6dc067ffc30ec6f22d517001fe99..1c195b4fa71fc07fe129891109c05e080e6d082d:/po/underlays/directives/ikiwiki/directive/table.de.po?ds=inline diff --git a/po/underlays/directives/ikiwiki/directive/table.de.po b/po/underlays/directives/ikiwiki/directive/table.de.po index 6aaeef79f..131ecd1ae 100644 --- a/po/underlays/directives/ikiwiki/directive/table.de.po +++ b/po/underlays/directives/ikiwiki/directive/table.de.po @@ -4,10 +4,11 @@ # modification, are permitted under any circumstances. No warranty. msgid "" msgstr "" -"POT-Creation-Date: 2010-03-12 09:29+0530\n" +"POT-Creation-Date: 2010-07-18 22:29+0000\n" "PO-Revision-Date: 2010-03-14 14:08+0530\n" "Last-Translator: Sebastian Kuhnert \n" "Language-Team: None\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -18,8 +19,8 @@ msgid "" "The `table` directive is supplied by the [[!iki plugins/table desc=table]] " "plugin." msgstr "" -"Die `table`-Anweisung wird durch die [[!iki plugins/table " -"desc=table]]-Erweiterung bereitgestellt." +"Die `table`-Anweisung wird durch die [[!iki plugins/table desc=table]]-" +"Erweiterung bereitgestellt." #. type: Plain text msgid "" @@ -35,16 +36,20 @@ msgid "examples" msgstr "Beispiele" #. type: Plain text -#: #, no-wrap msgid "\t\\[[!table data=\"\"\"\n" msgstr "\t\\[[!table data=\"\"\"\n" #. type: Plain text -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| "\tCustomer|Amount\n" +#| "\tFulanito|134,34\n" +#| "\tMenganito|234,56\n" +#| "\tMenganito|234,56\n" msgid "" -"\tCustomer|Amount\n" -"\tFulanito|134,34\n" +"\tCustomer |Amount\n" +"\tFulanito |134,34\n" "\tMenganito|234,56\n" "\tMenganito|234,56\n" msgstr "" @@ -55,12 +60,8 @@ msgstr "" #. type: Plain text #, no-wrap -msgid "" -"\t\\[[!table class=\"book_record\" format=csv " -"file=\"data/books/record1\"]]\n" -msgstr "" -"\t\\[[!table class=\"book_record\" format=csv " -"file=\"data/books/record1\"]]\n" +msgid "\t\\[[!table class=\"book_record\" format=csv file=\"data/books/record1\"]]\n" +msgstr "\t\\[[!table class=\"book_record\" format=csv file=\"data/books/record1\"]]\n" #. type: Plain text msgid "In this second example the `record1` page should be similar to:" @@ -126,8 +127,7 @@ msgid "" " DSV format uses a pipe (`|`), and CSV uses a comma (`,`).\n" "* `class` - A CSS class for the table html element.\n" "* `header` - By default, or if set to \"row\", the first data line is used\n" -" as the table header. Set it to \"no\" to make a table without a header, " -"or\n" +" as the table header. Set it to \"no\" to make a table without a header, or\n" " \"column\" to make the first column be the header.\n" msgstr "" "* `delimiter` - Das Zeichen, durch das die Zellen getrennt werden.\n" @@ -139,9 +139,15 @@ msgstr "" " Mit `no` wird eine Tabelle ohne Überschrift erzeugt, mit `column`\n" " wird die erste Spalte als Überschrift verwendet.\n" +#. type: Plain text +msgid "" +"For tab-delimited tables (often obtained by copying and pasting from HTML or " +"a spreadsheet), `delimiter` must be set to a literal tab character. These " +"are difficult to type in most web browsers - copying and pasting one from " +"the table data is likely to be the easiest way." +msgstr "" + #. type: Plain text #, no-wrap msgid "[[!meta robots=\"noindex, follow\"]]\n" msgstr "[[!meta robots=\"noindex, follow\"]]\n" - -