Refresh gettext files of underlays.
[ikiwiki] / po / underlays / directives / ikiwiki / directive / table.cs.po
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.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
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"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #. type: Plain text
20 msgid ""
21 "The `table` directive is supplied by the [[!iki plugins/table desc=table]] "
22 "plugin."
23 msgstr ""
24
25 #. type: Plain text
26 msgid ""
27 "This directive can build HTML tables from data in CSV (comma-separated "
28 "values)  or DSV (delimiter-separated values) format."
29 msgstr ""
30
31 #. type: Title ##
32 #, no-wrap
33 msgid "examples"
34 msgstr ""
35
36 #. type: Plain text
37 #:  
38 #, no-wrap
39 msgid "\t\\[[!table data=\"\"\"\n"
40 msgstr ""
41
42 #. type: Plain text
43 #, no-wrap
44 msgid ""
45 "\tCustomer |Amount\n"
46 "\tFulanito |134,34\n"
47 "\tMenganito|234,56\n"
48 "\tMenganito|234,56\n"
49 msgstr ""
50
51 #. type: Plain text
52 #, no-wrap
53 msgid ""
54 "\t\\[[!table class=\"book_record\" format=csv "
55 "file=\"data/books/record1\"]]\n"
56 msgstr ""
57
58 #. type: Plain text
59 msgid "In this second example the `record1` page should be similar to:"
60 msgstr ""
61
62 #. type: Plain text
63 #, no-wrap
64 msgid ""
65 "\t\"Title\",\"Perl Best Practices\"\n"
66 "\t\"Author\",\"Damian Conway\"\n"
67 "\t\"Publisher\",\"O’Reilly\"\n"
68 msgstr ""
69
70 #. type: Plain text
71 msgid ""
72 "To make a cell span multiple columns, follow it with one or more empty "
73 "cells. For example:"
74 msgstr ""
75
76 #. type: Plain text
77 #, no-wrap
78 msgid ""
79 "\tleft||right|\n"
80 "\ta|b|c|d\n"
81 "\tthis cell spans 4 columns|||\n"
82 msgstr ""
83
84 #. type: Title ##
85 #, no-wrap
86 msgid "usage"
87 msgstr ""
88
89 #. type: Bullet: '* '
90 msgid "`data` - Values for the table."
91 msgstr ""
92
93 #. type: Bullet: '* '
94 msgid "`file` - A file in the wiki containing the data."
95 msgstr ""
96
97 #. type: Bullet: '* '
98 msgid ""
99 "`format` - The format of the data, either \"csv\", \"dsv\", or \"auto\" (the "
100 "default)."
101 msgstr ""
102
103 #. type: Plain text
104 #, no-wrap
105 msgid ""
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, "
111 "or\n"
112 "  \"column\" to make the first column be the header.\n"
113 msgstr ""
114
115 #. type: Plain text
116 msgid ""
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."
121 msgstr ""
122
123 #. type: Plain text
124 #, no-wrap
125 msgid "[[!meta robots=\"noindex, follow\"]]\n"
126 msgstr ""