diff options
Diffstat (limited to 't/fmt/asciidoc/Paragraphs.pot')
-rw-r--r-- | t/fmt/asciidoc/Paragraphs.pot | 134 |
1 files changed, 134 insertions, 0 deletions
diff --git a/t/fmt/asciidoc/Paragraphs.pot b/t/fmt/asciidoc/Paragraphs.pot new file mode 100644 index 0000000..cbc8d5f --- /dev/null +++ b/t/fmt/asciidoc/Paragraphs.pot @@ -0,0 +1,134 @@ +# 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: 2020-04-27 23:11+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 = +#: Paragraphs.adoc:2 +#, no-wrap +msgid "Test Paragraphs" +msgstr "" + +#. type: Title - +#: Paragraphs.adoc:5 +#, no-wrap +msgid "Default Paragraph" +msgstr "" + +#. type: Plain text +#: Paragraphs.adoc:9 +msgid "" +"Some paragraph text. Some paragraph text. Some paragraph text. Some " +"paragraph text. Some paragraph text. Some paragraph text." +msgstr "" + +#. type: Title - +#: Paragraphs.adoc:11 +#, no-wrap +msgid "Literal Paragraph" +msgstr "" + +#. type: Plain text +#: Paragraphs.adoc:15 +#, no-wrap +msgid "" +" Some paragraph text. Some paragraph text. Some paragraph text. \n" +" Some paragraph text. Some paragraph text. Some paragraph text. \n" +msgstr "" + +#. type: Plain text +#: Paragraphs.adoc:23 +#, no-wrap +msgid "" +"Some paragraph text.\n" +"Some paragraph text.\n" +"Some paragraph text. \n" +"Some paragraph text.\n" +"Some paragraph text.\n" +"Some paragraph text. \n" +msgstr "" + +#. type: Title - +#: Paragraphs.adoc:25 +#, no-wrap +msgid "Admonition Paragraphs" +msgstr "" + +#. type: Plain text +#: Paragraphs.adoc:28 Paragraphs.adoc:31 +msgid "This is an example note." +msgstr "" + +#. type: Plain text +#: Paragraphs.adoc:33 Paragraphs.adoc:36 +msgid "This is an example tip." +msgstr "" + +#. type: Plain text +#: Paragraphs.adoc:38 Paragraphs.adoc:41 +msgid "This is an example important." +msgstr "" + +#. type: Plain text +#: Paragraphs.adoc:43 Paragraphs.adoc:46 +msgid "This is an example warning." +msgstr "" + +#. type: Plain text +#: Paragraphs.adoc:48 Paragraphs.adoc:51 +msgid "This is an example caution." +msgstr "" + +#. type: Named 'caption' AttributeList argument for style 'icons' +#: Paragraphs.adoc:52 +#, no-wrap +msgid "My Special Note" +msgstr "" + +#. type: Plain text +#: Paragraphs.adoc:54 +msgid "This is my special note." +msgstr "" + +#. type: Named 'icon' AttributeList argument for style 'icon' +#: Paragraphs.adoc:55 +#, no-wrap +msgid "./images/icons/wink.png" +msgstr "" + +#. type: Plain text +#: Paragraphs.adoc:57 +msgid "What lovely war." +msgstr "" + +#. type: Plain text +#: Paragraphs.adoc:62 +msgid "" +"If --stdin was also used then this is prefixed by either \"pack\\t\", or " +"\"keep\\t\" if a new .keep file was successfully created. This is useful to " +"remove a .keep file used as a lock to prevent the race with 'git repack' " +"mentioned above." +msgstr "" + +#. type: Plain text +#: Paragraphs.adoc:66 +msgid "we're starting a multi-line Tip box." +msgstr "" + +#. type: Plain text +#: Paragraphs.adoc:69 +msgid "*now bold* text in the beginning" +msgstr "" |