diff options
Diffstat (limited to 't/fmt/asciidoc/Tables.po')
-rw-r--r-- | t/fmt/asciidoc/Tables.po | 175 |
1 files changed, 175 insertions, 0 deletions
diff --git a/t/fmt/asciidoc/Tables.po b/t/fmt/asciidoc/Tables.po new file mode 100644 index 0000000..141e0f0 --- /dev/null +++ b/t/fmt/asciidoc/Tables.po @@ -0,0 +1,175 @@ +# 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 "TEST TABLES" + +#. type: Table +#: Tables.adoc:8 +#, no-wrap +msgid "" +"|1 | 2\n" +"|3 | 4\n" +"|5 | 6\n" +msgstr "" +"|1 | 2\n" +"|3 | 4\n" +"|5 | 6\n" + +#. type: Block title +#: Tables.adoc:11 +#, no-wrap +msgid "An example table" +msgstr "AN EXAMPLE TABLE" + +#. 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 "" +"|COLUMN 1 | COLUMN 2\n" +"|1 | ITEM 1\n" +"|2 | ITEM 2\n" +"|3 | ITEM 3\n" +"|6 | THREE ITEMS\n" + +#. type: Table +#: Tables.adoc:26 +#, no-wrap +msgid "" +"|1|2|3|4\n" +"|a|b|c|d\n" +"|A|B|C|D\n" +msgstr "" +"|1|2|3|4\n" +"|A|B|C|D\n" +"|A|B|C|D\n" + +#. type: Table +#: Tables.adoc:32 +#, no-wrap +msgid "" +"ID,Customer Name,Contact Name,Customer Address,Phone\n" +"include::customers.csv[]\n" +msgstr "" +"ID,CUSTOMER NAME,CONTACT NAME,CUSTOMER ADDRESS,PHONE\n" +"INCLUDE::CUSTOMERS.CSV[]\n" + +#. 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 "" +"THE FOLLOWING EXAMPLES ARE DRAWN FROM THE HTTPS://DOCS.FEDORAPROJECT.ORG/F27/" +"SYSTEM-ADMINISTRATORS-GUIDE/INDEX.HTML[FEDORA SYSTEM ADMINISTRATOR'S GUIDE]:" + +#. 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 "" +"|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" + +#. type: Plain text +#: Tables.adoc:66 +msgid "Manually wrapped cells" +msgstr "MANUALLY WRAPPED CELLS" + +#. 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 "" +"|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" |