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-fortunes | |
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-fortunes')
-rw-r--r-- | t/fmt/txt-fortunes/MultipleLines.norm | 23 | ||||
-rw-r--r-- | t/fmt/txt-fortunes/MultipleLines.po | 87 | ||||
-rw-r--r-- | t/fmt/txt-fortunes/MultipleLines.pot | 73 | ||||
-rw-r--r-- | t/fmt/txt-fortunes/MultipleLines.trans | 23 | ||||
-rw-r--r-- | t/fmt/txt-fortunes/MultipleLines.txt | 23 | ||||
-rw-r--r-- | t/fmt/txt-fortunes/SeveralFortunes.norm | 5 | ||||
-rw-r--r-- | t/fmt/txt-fortunes/SeveralFortunes.po | 35 | ||||
-rw-r--r-- | t/fmt/txt-fortunes/SeveralFortunes.pot | 35 | ||||
-rw-r--r-- | t/fmt/txt-fortunes/SeveralFortunes.trans | 5 | ||||
-rw-r--r-- | t/fmt/txt-fortunes/SeveralFortunes.txt | 5 | ||||
-rw-r--r-- | t/fmt/txt-fortunes/SingleFortune.norm | 1 | ||||
-rw-r--r-- | t/fmt/txt-fortunes/SingleFortune.po | 23 | ||||
-rw-r--r-- | t/fmt/txt-fortunes/SingleFortune.pot | 23 | ||||
-rw-r--r-- | t/fmt/txt-fortunes/SingleFortune.trans | 1 | ||||
-rw-r--r-- | t/fmt/txt-fortunes/SingleFortune.txt | 1 |
15 files changed, 363 insertions, 0 deletions
diff --git a/t/fmt/txt-fortunes/MultipleLines.norm b/t/fmt/txt-fortunes/MultipleLines.norm new file mode 100644 index 0000000..720b241 --- /dev/null +++ b/t/fmt/txt-fortunes/MultipleLines.norm @@ -0,0 +1,23 @@ +This is the first line, +here comes the second line. +% +And here is yet another wisdom. +% +Now it gets tricky: + +There's an empty line between +these two paragraphs. + + -- Author +% +%A fortune might start with +the % sign. +%% +Two % signs should be recognized as separator. +% +% And a % sign with a trailing space should be handled well. +% +And + * some + * bullets + * as well. diff --git a/t/fmt/txt-fortunes/MultipleLines.po b/t/fmt/txt-fortunes/MultipleLines.po new file mode 100644 index 0000000..8356a3b --- /dev/null +++ b/t/fmt/txt-fortunes/MultipleLines.po @@ -0,0 +1,87 @@ +# 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-06-04 17:30+0000\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: Plain text +#: MultipleLines.txt:3 +#, no-wrap +msgid "" +"This is the first line,\n" +"here comes the second line." +msgstr "" +"THIS IS THE FIRST LINE,\n" +"HERE COMES THE SECOND LINE." + +#. type: Plain text +#: MultipleLines.txt:5 +#, no-wrap +msgid "And here is yet another wisdom." +msgstr "AND HERE IS YET ANOTHER WISDOM." + +#. type: Plain text +#: MultipleLines.txt:12 +#, no-wrap +msgid "" +"Now it gets tricky:\n" +"\n" +"There's an empty line between\n" +"these two paragraphs.\n" +"\n" +" -- Author" +msgstr "" +"NOW IT GETS TRICKY:\n" +"\n" +"THERE'S AN EMPTY LINE BETWEEN\n" +"THESE TWO PARAGRAPHS.\n" +"\n" +" -- AUTHOR" + +#. type: Plain text +#: MultipleLines.txt:15 +#, no-wrap +msgid "" +"%A fortune might start with\n" +"the % sign." +msgstr "" +"%A FORTUNE MIGHT START WITH\n" +"THE % SIGN." + +#. type: Plain text +#: MultipleLines.txt:17 +#, no-wrap +msgid "Two % signs should be recognized as separator." +msgstr "TWO % SIGNS SHOULD BE RECOGNIZED AS SEPARATOR." + +#. type: Plain text +#: MultipleLines.txt:19 +#, no-wrap +msgid "% And a % sign with a trailing space should be handled well." +msgstr "% AND A % SIGN WITH A TRAILING SPACE SHOULD BE HANDLED WELL." + +#. type: Plain text +#: MultipleLines.txt:23 +#, no-wrap +msgid "" +"And\n" +" * some\n" +" * bullets\n" +" * as well." +msgstr "" +"AND\n" +" * SOME\n" +" * BULLETS\n" +" * AS WELL." diff --git a/t/fmt/txt-fortunes/MultipleLines.pot b/t/fmt/txt-fortunes/MultipleLines.pot new file mode 100644 index 0000000..393801b --- /dev/null +++ b/t/fmt/txt-fortunes/MultipleLines.pot @@ -0,0 +1,73 @@ +# 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-06-04 17:30+0000\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: Plain text +#: MultipleLines.txt:3 +#, no-wrap +msgid "" +"This is the first line,\n" +"here comes the second line." +msgstr "" + +#. type: Plain text +#: MultipleLines.txt:5 +#, no-wrap +msgid "And here is yet another wisdom." +msgstr "" + +#. type: Plain text +#: MultipleLines.txt:12 +#, no-wrap +msgid "" +"Now it gets tricky:\n" +"\n" +"There's an empty line between\n" +"these two paragraphs.\n" +"\n" +" -- Author" +msgstr "" + +#. type: Plain text +#: MultipleLines.txt:15 +#, no-wrap +msgid "" +"%A fortune might start with\n" +"the % sign." +msgstr "" + +#. type: Plain text +#: MultipleLines.txt:17 +#, no-wrap +msgid "Two % signs should be recognized as separator." +msgstr "" + +#. type: Plain text +#: MultipleLines.txt:19 +#, no-wrap +msgid "% And a % sign with a trailing space should be handled well." +msgstr "" + +#. type: Plain text +#: MultipleLines.txt:23 +#, no-wrap +msgid "" +"And\n" +" * some\n" +" * bullets\n" +" * as well." +msgstr "" diff --git a/t/fmt/txt-fortunes/MultipleLines.trans b/t/fmt/txt-fortunes/MultipleLines.trans new file mode 100644 index 0000000..27226f7 --- /dev/null +++ b/t/fmt/txt-fortunes/MultipleLines.trans @@ -0,0 +1,23 @@ +THIS IS THE FIRST LINE, +HERE COMES THE SECOND LINE. +% +AND HERE IS YET ANOTHER WISDOM. +% +NOW IT GETS TRICKY: + +THERE'S AN EMPTY LINE BETWEEN +THESE TWO PARAGRAPHS. + + -- AUTHOR +% +%A FORTUNE MIGHT START WITH +THE % SIGN. +%% +TWO % SIGNS SHOULD BE RECOGNIZED AS SEPARATOR. +% +% AND A % SIGN WITH A TRAILING SPACE SHOULD BE HANDLED WELL. +% +AND + * SOME + * BULLETS + * AS WELL. diff --git a/t/fmt/txt-fortunes/MultipleLines.txt b/t/fmt/txt-fortunes/MultipleLines.txt new file mode 100644 index 0000000..720b241 --- /dev/null +++ b/t/fmt/txt-fortunes/MultipleLines.txt @@ -0,0 +1,23 @@ +This is the first line, +here comes the second line. +% +And here is yet another wisdom. +% +Now it gets tricky: + +There's an empty line between +these two paragraphs. + + -- Author +% +%A fortune might start with +the % sign. +%% +Two % signs should be recognized as separator. +% +% And a % sign with a trailing space should be handled well. +% +And + * some + * bullets + * as well. diff --git a/t/fmt/txt-fortunes/SeveralFortunes.norm b/t/fmt/txt-fortunes/SeveralFortunes.norm new file mode 100644 index 0000000..03bdb04 --- /dev/null +++ b/t/fmt/txt-fortunes/SeveralFortunes.norm @@ -0,0 +1,5 @@ +This is the first line. +% +Here is another fortune. +% +And here is yet another wisdom. diff --git a/t/fmt/txt-fortunes/SeveralFortunes.po b/t/fmt/txt-fortunes/SeveralFortunes.po new file mode 100644 index 0000000..4fa32c2 --- /dev/null +++ b/t/fmt/txt-fortunes/SeveralFortunes.po @@ -0,0 +1,35 @@ +# 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-06-04 17:30+0000\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: Plain text +#: SeveralFortunes.txt:2 +#, no-wrap +msgid "This is the first line." +msgstr "THIS IS THE FIRST LINE." + +#. type: Plain text +#: SeveralFortunes.txt:4 +#, no-wrap +msgid "Here is another fortune." +msgstr "HERE IS ANOTHER FORTUNE." + +#. type: Plain text +#: SeveralFortunes.txt:5 +#, no-wrap +msgid "And here is yet another wisdom." +msgstr "AND HERE IS YET ANOTHER WISDOM." diff --git a/t/fmt/txt-fortunes/SeveralFortunes.pot b/t/fmt/txt-fortunes/SeveralFortunes.pot new file mode 100644 index 0000000..d0b8023 --- /dev/null +++ b/t/fmt/txt-fortunes/SeveralFortunes.pot @@ -0,0 +1,35 @@ +# 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-06-04 17:30+0000\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: Plain text +#: SeveralFortunes.txt:2 +#, no-wrap +msgid "This is the first line." +msgstr "" + +#. type: Plain text +#: SeveralFortunes.txt:4 +#, no-wrap +msgid "Here is another fortune." +msgstr "" + +#. type: Plain text +#: SeveralFortunes.txt:5 +#, no-wrap +msgid "And here is yet another wisdom." +msgstr "" diff --git a/t/fmt/txt-fortunes/SeveralFortunes.trans b/t/fmt/txt-fortunes/SeveralFortunes.trans new file mode 100644 index 0000000..acec55f --- /dev/null +++ b/t/fmt/txt-fortunes/SeveralFortunes.trans @@ -0,0 +1,5 @@ +THIS IS THE FIRST LINE. +% +HERE IS ANOTHER FORTUNE. +% +AND HERE IS YET ANOTHER WISDOM. diff --git a/t/fmt/txt-fortunes/SeveralFortunes.txt b/t/fmt/txt-fortunes/SeveralFortunes.txt new file mode 100644 index 0000000..03bdb04 --- /dev/null +++ b/t/fmt/txt-fortunes/SeveralFortunes.txt @@ -0,0 +1,5 @@ +This is the first line. +% +Here is another fortune. +% +And here is yet another wisdom. diff --git a/t/fmt/txt-fortunes/SingleFortune.norm b/t/fmt/txt-fortunes/SingleFortune.norm new file mode 100644 index 0000000..35ec1de --- /dev/null +++ b/t/fmt/txt-fortunes/SingleFortune.norm @@ -0,0 +1 @@ +This is only one line. diff --git a/t/fmt/txt-fortunes/SingleFortune.po b/t/fmt/txt-fortunes/SingleFortune.po new file mode 100644 index 0000000..03ce89f --- /dev/null +++ b/t/fmt/txt-fortunes/SingleFortune.po @@ -0,0 +1,23 @@ +# 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-06-04 17:30+0000\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: Plain text +#: SingleFortune.txt:1 +#, no-wrap +msgid "This is only one line." +msgstr "THIS IS ONLY ONE LINE." diff --git a/t/fmt/txt-fortunes/SingleFortune.pot b/t/fmt/txt-fortunes/SingleFortune.pot new file mode 100644 index 0000000..972a7ed --- /dev/null +++ b/t/fmt/txt-fortunes/SingleFortune.pot @@ -0,0 +1,23 @@ +# 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-06-04 17:30+0000\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: Plain text +#: SingleFortune.txt:1 +#, no-wrap +msgid "This is only one line." +msgstr "" diff --git a/t/fmt/txt-fortunes/SingleFortune.trans b/t/fmt/txt-fortunes/SingleFortune.trans new file mode 100644 index 0000000..989dfdc --- /dev/null +++ b/t/fmt/txt-fortunes/SingleFortune.trans @@ -0,0 +1 @@ +THIS IS ONLY ONE LINE. diff --git a/t/fmt/txt-fortunes/SingleFortune.txt b/t/fmt/txt-fortunes/SingleFortune.txt new file mode 100644 index 0000000..35ec1de --- /dev/null +++ b/t/fmt/txt-fortunes/SingleFortune.txt @@ -0,0 +1 @@ +This is only one line. |