diff options
Diffstat (limited to 't/fmt/asciidoc/Tables.pot')
-rw-r--r-- | t/fmt/asciidoc/Tables.pot | 156 |
1 files changed, 156 insertions, 0 deletions
diff --git a/t/fmt/asciidoc/Tables.pot b/t/fmt/asciidoc/Tables.pot new file mode 100644 index 0000000..67b0d2f --- /dev/null +++ b/t/fmt/asciidoc/Tables.pot @@ -0,0 +1,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 "" |