summaryrefslogtreecommitdiffstats
path: root/t/fmt/asciidoc/Tables.pot
blob: 67b0d2fb06955f512e66e30dcd0167aa58dc8de5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2018-10-03 09:32+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. type: Title =
#: Tables.adoc:2
#, no-wrap
msgid "Test Tables"
msgstr ""

#. type: Table
#: Tables.adoc:8
#, no-wrap
msgid ""
"|1 | 2\n"
"|3 | 4\n"
"|5 | 6\n"
msgstr ""

#. type: Block title
#: Tables.adoc:11
#, no-wrap
msgid "An example table"
msgstr ""

#. type: Table
#: Tables.adoc:19
#, no-wrap
msgid ""
"|Column 1 | Column 2\n"
"|1        | Item 1\n"
"|2        | Item 2\n"
"|3        | Item 3\n"
"|6        | Three items\n"
msgstr ""

#. type: Table
#: Tables.adoc:26
#, no-wrap
msgid ""
"|1|2|3|4\n"
"|a|b|c|d\n"
"|A|B|C|D\n"
msgstr ""

#. type: Table
#: Tables.adoc:32
#, no-wrap
msgid ""
"ID,Customer Name,Contact Name,Customer Address,Phone\n"
"include::customers.csv[]\n"
msgstr ""

#. type: Plain text
#: Tables.adoc:35
msgid ""
"The following examples are drawn from the "
"https://docs.fedoraproject.org/f27/system-administrators-guide/index.html[Fedora "
"System Administrator's Guide]:"
msgstr ""

#. type: Table
#: Tables.adoc:63
#, no-wrap
msgid ""
"|Option|Description\n"
"|[option]`Charset` = __encoding__|Specifies the character set of a generated "
"web page. The _encoding_ has to be a valid character set such as `UTF-8` or "
"`ISO-8859-2`.\n"
"|[option]`Type` = __content-type__|Specifies the media type of a generated "
"web page. The _content-type_ has to be a valid MIME type such as `text/html` "
"or `text/plain`.\n"
"|[option]`DescriptionWidth` = __value__|Specifies the width of the "
"description column. The _value_ can be either a number of characters, or an "
"asterisk (that is, `*`) to adjust the width automatically.\n"
"|[option]`FancyIndexing`|Enables advanced features such as different icons "
"for certain files or possibility to re-sort a directory listing by clicking "
"on a column header.\n"
"|[option]`FolderFirst`|Enables listing directories first, always placing "
"them above files.\n"
"|[option]`HTMLTable`|Enables the use of HTML tables for directory "
"listings.\n"
"|[option]`IconsAreLinks`|Enables using the icons as links.\n"
"|[option]`IconHeight` = __value__|Specifies an icon height. The _value_ is a "
"number of pixels.\n"
"|[option]`IconWidth` = __value__|Specifies an icon width. The _value_ is a "
"number of pixels.\n"
"|[option]`IgnoreCase`|Enables sorting files and directories in a "
"case-sensitive manner.\n"
"|[option]`IgnoreClient`|Disables accepting query variables from a client.\n"
"|[option]`NameWidth` = __value__|Specifies the width of the file name "
"column. The _value_ can be either a number of characters, or an asterisk "
"(that is, `*`) to adjust the width automatically.\n"
"|[option]`ScanHTMLTitles`|Enables parsing the file for a description (that "
"is, the `title` element) in case it is not provided by the "
"[option]`AddDescription` directive.\n"
"|[option]`ShowForbidden`|Enables listing the files with otherwise restricted "
"access.\n"
"|[option]`SuppressColumnSorting`|Disables re-sorting a directory listing by "
"clicking on a column header.\n"
"|[option]`SuppressDescription`|Disables reserving a space for file "
"descriptions.\n"
"|[option]`SuppressHTMLPreamble`|Disables the use of standard HTML preamble "
"when a file specified by the [option]`HeaderName` directive is present.\n"
"|[option]`SuppressIcon`|Disables the use of icons in directory listings.\n"
"|[option]`SuppressLastModified`|Disables displaying the date of the last "
"modification field in directory listings.\n"
"|[option]`SuppressRules`|Disables the use of horizontal lines in directory "
"listings.\n"
"|[option]`SuppressSize`|Disables displaying the file size field in directory "
"listings.\n"
"|[option]`TrackModified`|Enables returning the `Last-Modified` and `ETag` "
"values in the HTTP header.\n"
"|[option]`VersionSort`|Enables sorting files that contain a version number "
"in the expected manner.\n"
"|[option]`XHTML`|Enables the use of XHTML 1.0 instead of the default HTML "
"3.2.\n"
msgstr ""

#. type: Plain text
#: Tables.adoc:66
msgid "Manually wrapped cells"
msgstr ""

#. type: Table
#: Tables.adoc:78
#, no-wrap
msgid ""
"|Option|Description\n"
"|[option]`Charset` = __encoding__\n"
"|Specifies the character set of a generated web page. The _encoding_ has to "
"be a valid character set such as `UTF-8` or `ISO-8859-2`.\n"
"|[option]`Type` = __content-type__\n"
"|Specifies the media type of a generated web page. The _content-type_\n"
"has to be a valid MIME type such as `text/html` or `text/plain`.\n"
"\n"
"|[option]`DescriptionWidth` = __value__\n"
"\n"
"|Specifies the width of the description column. The _value_ can be either a "
"number of characters, or an asterisk (that is, `*`) to adjust the width "
"automatically.\n"
msgstr ""