diff options
Diffstat (limited to 't/fmt/gemtext/basic.pot')
-rw-r--r-- | t/fmt/gemtext/basic.pot | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/t/fmt/gemtext/basic.pot b/t/fmt/gemtext/basic.pot new file mode 100644 index 0000000..a45197b --- /dev/null +++ b/t/fmt/gemtext/basic.pot @@ -0,0 +1,83 @@ +# 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: 2024-02-07 22:02+0900\n" +"PO-Revision-Date: 2024-02-07 22:05+0900\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: paragraph +#: basic.gmi:1 +#, no-wrap +msgid "This is a normal text line." +msgstr "" + +#. type: link +#: basic.gmi:3 +#, no-wrap +msgid "An example link" +msgstr "" + +#. type: alt text +#: basic.gmi:5 +#, no-wrap +msgid "alt text" +msgstr "" + +#. type: preformatted text +#: basic.gmi:7 +#, no-wrap +msgid "Here is a preformatted text." +msgstr "" + +#. type: paragraph +#: basic.gmi:9 +#, no-wrap +msgid "Here are exactly two blank lines:" +msgstr "" + +#. type: heading # +#: basic.gmi:12 +#, no-wrap +msgid "Heading" +msgstr "" + +#. type: heading ## +#: basic.gmi:14 +#, no-wrap +msgid "Sub Heading" +msgstr "" + +#. type: heading ### +#: basic.gmi:16 +#, no-wrap +msgid "Sub sub heading" +msgstr "" + +#. type: list +#: basic.gmi:18 +#, no-wrap +msgid "Item 1" +msgstr "" + +#. type: list +#: basic.gmi:19 +#, no-wrap +msgid "Item 2" +msgstr "" + +#. type: quote +#: basic.gmi:21 +#, no-wrap +msgid "This is a quote." +msgstr "" |