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: 2010-07-18 22:29+0000\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"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19 "X-Poedit-Language: Danish\n"
20 "X-Poedit-Country: DENMARK\n"
21 "X-Poedit-SourceCharset: utf-8\n"
25 "The `table` directive is supplied by the [[!iki plugins/table desc=table]] "
31 "This directive can build HTML tables from data in CSV (comma-separated "
32 "values) or DSV (delimiter-separated values) format."
42 msgid "\t\\[[!table data=\"\"\"\n"
43 msgstr "\t\\[[!table data=\"\"\"\n"
48 #| "\tCustomer|Amount\n"
49 #| "\tFulanito|134,34\n"
50 #| "\tMenganito|234,56\n"
51 #| "\tMenganito|234,56\n"
53 "\tCustomer |Amount\n"
54 "\tFulanito |134,34\n"
55 "\tMenganito|234,56\n"
56 "\tMenganito|234,56\n"
60 "\tMenganito|234,56\n"
61 "\tMenganito|234,56\n"
65 msgid "\t\\[[!table class=\"book_record\" format=csv file=\"data/books/record1\"]]\n"
66 msgstr "\t\\[[!table class=\"book_record\" format=csv file=\"data/books/record1\"]]\n"
69 msgid "In this second example the `record1` page should be similar to:"
75 "\t\"Title\",\"Perl Best Practices\"\n"
76 "\t\"Author\",\"Damian Conway\"\n"
77 "\t\"Publisher\",\"O’Reilly\"\n"
82 "To make a cell span multiple columns, follow it with one or more empty "
91 "\tthis cell spans 4 columns|||\n"
100 msgid "`data` - Values for the table."
103 #. type: Bullet: '* '
104 msgid "`file` - A file in the wiki containing the data."
107 #. type: Bullet: '* '
109 "`format` - The format of the data, either \"csv\", \"dsv\", or \"auto\" (the "
116 "* `delimiter` - The character used to separate fields. By default,\n"
117 " DSV format uses a pipe (`|`), and CSV uses a comma (`,`).\n"
118 "* `class` - A CSS class for the table html element.\n"
119 "* `header` - By default, or if set to \"row\", the first data line is used\n"
120 " as the table header. Set it to \"no\" to make a table without a header, or\n"
121 " \"column\" to make the first column be the header.\n"
126 "For tab-delimited tables (often obtained by copying and pasting from HTML or "
127 "a spreadsheet), `delimiter` must be set to a literal tab character. These "
128 "are difficult to type in most web browsers - copying and pasting one from "
129 "the table data is likely to be the easiest way."
134 msgid "[[!meta robots=\"noindex, follow\"]]\n"
135 msgstr "[[!meta robots=\"noindex, follow\"]]\n"