1 # Danish translation of directives/ikiwiki/directive/table page for ikiwiki.
2 # Copyright (C) 2008-2009 Jonas Smedegaard <dr@jones.dk>
3 # This file is distributed under the same license as the ikiwiki package.
4 # Jonas Smedegaard <dr@jones.dk>, 2008.
8 "Project-Id-Version: ikiwiki 3.15\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2009-07-22 11:17+0300\n"
11 "PO-Revision-Date: 2009-07-23 00:06+0200\n"
12 "Last-Translator: Jonas Smedegaard <dr@jones.dk>\n"
13 "Language-Team: None\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18 "X-Poedit-Language: Danish\n"
19 "X-Poedit-Country: DENMARK\n"
20 "X-Poedit-SourceCharset: utf-8\n"
24 "The `table` directive is supplied by the [[!iki plugins/table desc=table]] "
30 "This directive can build HTML tables from data in CSV (comma-separated "
31 "values) or DSV (delimiter-separated values) format."
41 msgid "\t\\[[!table data=\"\"\"\n"
42 msgstr "\t\\[[!table data=\"\"\"\n"
49 "\tMenganito|234,56\n"
50 "\tMenganito|234,56\n"
54 "\tMenganito|234,56\n"
55 "\tMenganito|234,56\n"
59 msgid "\t\\[[!table class=\"book_record\" format=csv file=\"data/books/record1\"]]\n"
60 msgstr "\t\\[[!table class=\"book_record\" format=csv file=\"data/books/record1\"]]\n"
63 msgid "In this second example the `record1` page should be similar to:"
69 "\t\"Title\",\"Perl Best Practices\"\n"
70 "\t\"Author\",\"Damian Conway\"\n"
71 "\t\"Publisher\",\"O’Reilly\"\n"
76 "To make a cell span multiple columns, follow it with one or more empty "
85 "\tthis cell spans 4 columns|||\n"
94 msgid "`data` - Values for the table."
98 msgid "`file` - A file in the wiki containing the data."
101 #. type: Bullet: '* '
103 "`format` - The format of the data, either \"csv\", \"dsv\", or \"auto\" (the "
110 "* `delimiter` - The character used to separate fields. By default,\n"
111 " DSV format uses a pipe (`|`), and CSV uses a comma (`,`).\n"
112 "* `class` - A CSS class for the table html element.\n"
113 "* `header` - By default, or if set to \"row\", the first data line is used\n"
114 " as the table header. Set it to \"no\" to make a table without a header, or\n"
115 " \"column\" to make the first column be the header.\n"
120 msgid "[[!meta robots=\"noindex, follow\"]]\n"
121 msgstr "[[!meta robots=\"noindex, follow\"]]\n"