diff options
Diffstat (limited to '')
-rw-r--r-- | t/fmt/rubydoc/Verbatim.pot | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/t/fmt/rubydoc/Verbatim.pot b/t/fmt/rubydoc/Verbatim.pot new file mode 100644 index 0000000..7ba92a0 --- /dev/null +++ b/t/fmt/rubydoc/Verbatim.pot @@ -0,0 +1,50 @@ +# 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: 2017-04-03 23:52+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: Headline = +#: Verbatim.rd:1 +msgid "Puredoc verbatim test" +msgstr "" + +#. type: TextBlock +#: Verbatim.rd:3 +msgid "Fancy lines to test more textblock features." +msgstr "" + +#. type: Verbatim +#: Verbatim.rd:5 +#, no-wrap +msgid "" +" We also have\n" +" to test the features of\n" +" * verbatim *\n" +" Does it work as intended?\n" +msgstr "" + +#. type: Verbatim +#: Verbatim.rd:9 +#, no-wrap +msgid "" +" What's\n" +" this?\n" +msgstr "" + +#. type: TextBlock +#: Verbatim.rd:11 +msgid "Another textblock? Really?" +msgstr "" |