1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2011-05-05 20:04+0300\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
21 "The `table` directive is supplied by the [[!iki plugins/table desc=table]] "
27 "This directive can build HTML tables from data in CSV (comma-separated "
28 "values) or DSV (delimiter-separated values) format."
39 msgid "\t\\[[!table data=\"\"\"\n"
45 "\tCustomer |Amount\n"
46 "\tFulanito |134,34\n"
47 "\tMenganito|234,56\n"
48 "\tMenganito|234,56\n"
54 "\t\\[[!table class=\"book_record\" format=csv "
55 "file=\"data/books/record1\"]]\n"
59 msgid "In this second example the `record1` page should be similar to:"
65 "\t\"Title\",\"Perl Best Practices\"\n"
66 "\t\"Author\",\"Damian Conway\"\n"
67 "\t\"Publisher\",\"O’Reilly\"\n"
72 "To make a cell span multiple columns, follow it with one or more empty "
81 "\tthis cell spans 4 columns|||\n"
90 msgid "`data` - Values for the table."
94 msgid "`file` - A file in the wiki containing the data."
99 "`format` - The format of the data, either \"csv\", \"dsv\", or \"auto\" (the "
106 "* `delimiter` - The character used to separate fields. By default,\n"
107 " DSV format uses a pipe (`|`), and CSV uses a comma (`,`).\n"
108 "* `class` - A CSS class for the table html element.\n"
109 "* `header` - By default, or if set to \"row\", the first data line is used\n"
110 " as the table header. Set it to \"no\" to make a table without a header, "
112 " \"column\" to make the first column be the header.\n"
117 "For tab-delimited tables (often obtained by copying and pasting from HTML or "
118 "a spreadsheet), `delimiter` must be set to a literal tab character. These "
119 "are difficult to type in most web browsers - copying and pasting one from "
120 "the table data is likely to be the easiest way."
125 msgid "[[!meta robots=\"noindex, follow\"]]\n"