diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 11:26:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 11:26:17 +0000 |
commit | 5df6c2aefebe3d2abcc939a88e294876d59f03ca (patch) | |
tree | 63fb332a0f21ddb91cb789c80cf64e134d373463 /t/fmt/txt-markdown/Basic.po | |
parent | Initial commit. (diff) | |
download | po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.tar.xz po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.zip |
Adding upstream version 0.72.upstream/0.72
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 't/fmt/txt-markdown/Basic.po')
-rw-r--r-- | t/fmt/txt-markdown/Basic.po | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/t/fmt/txt-markdown/Basic.po b/t/fmt/txt-markdown/Basic.po new file mode 100644 index 0000000..43a6474 --- /dev/null +++ b/t/fmt/txt-markdown/Basic.po @@ -0,0 +1,97 @@ +# 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: 2023-06-01 01:27+0900\n" +"PO-Revision-Date: 2023-06-01 01:32+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: Pandoc title block +#: Basic.md:1 +msgid "The document title" +msgstr "THE DOCUMENT TITLE" + +#. type: Pandoc title block +#: Basic.md:2 +#, no-wrap +msgid "The document first author" +msgstr "THE DOCUMENT FIRST AUTHOR" + +#. type: Pandoc title block +#: Basic.md:2 +#, no-wrap +msgid "The document second author" +msgstr "THE DOCUMENT SECOND AUTHOR" + +#. type: Title = +#: Basic.md:5 +#, no-wrap +msgid "A nice title" +msgstr "A NICE TITLE" + +#. type: Plain text +#: Basic.md:8 +msgid "The first paragraph." +msgstr "THE FIRST PARAGRAPH." + +#. type: Plain text +#: Basic.md:10 +msgid "The second paragraph." +msgstr "THE SECOND PARAGRAPH." + +#. type: Bullet: ' * ' +#: Basic.md:15 +msgid "Some bullet point" +msgstr "SOME BULLET POINT" + +#. type: Bullet: ' * ' +#: Basic.md:15 +msgid "" +"Another bullet point with a second line, which is so long that it should get " +"wrapped by the output of po4a" +msgstr "" +"ANOTHER BULLET POINT WITH A SECOND LINE, WHICH IS SO LONG THAT IT SHOULD GET " +"WRAPPED BY THE OUTPUT OF PO4A" + +#. type: Bullet: ' * ' +#: Basic.md:15 +msgid "A third bullet point" +msgstr "A THIRD BULLET POINT" + +#. type: Title # +#: Basic.md:16 +#, no-wrap +msgid "Another title with different markup" +msgstr "ANOTHER TITLE WITH DIFFERENT MARKUP" + +#. type: Title ## +#: Basic.md:18 +#, no-wrap +msgid "Subtitle" +msgstr "SUBTITLE" + +#. type: Plain text +#: Basic.md:21 +msgid "And more text in a paragraph." +msgstr "AND MORE TEXT IN A PARAGRAPH." + +#. type: Plain text +#: Basic.md:23 +msgid "This is a [link][] with long URL." +msgstr "THIS IS A [LINK][] WITH LONG URL." + +#. type: Link reference +#: Basic.md:24 +#, no-wrap +msgid "[link]: https://example.com/sooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo/long" +msgstr "[LINK]: https://example.com/sooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo/long" |