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/charset/input-ascii | |
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/charset/input-ascii')
-rw-r--r-- | t/charset/input-ascii/_ascii.up.pod | 18 | ||||
-rw-r--r-- | t/charset/input-ascii/_output | 3 | ||||
-rw-r--r-- | t/charset/input-ascii/ascii.pod | 4 | ||||
-rw-r--r-- | t/charset/input-ascii/ascii.pot | 27 | ||||
-rw-r--r-- | t/charset/input-ascii/ascii.up.po | 26 | ||||
-rw-r--r-- | t/charset/input-ascii/po4a.conf | 4 |
6 files changed, 82 insertions, 0 deletions
diff --git a/t/charset/input-ascii/_ascii.up.pod b/t/charset/input-ascii/_ascii.up.pod new file mode 100644 index 0000000..20f0135 --- /dev/null +++ b/t/charset/input-ascii/_ascii.up.pod @@ -0,0 +1,18 @@ + + ***************************************************** + * GENERATED FILE, DO NOT EDIT * + * THIS IS NO SOURCE FILE, BUT RESULT OF COMPILATION * + ***************************************************** + +This file was generated by po4a(7). Do not store it (in VCS, for example), +but store the PO file used as source file by po4a-translate. + +In fact, consider this as a binary, and the PO file as a regular .c file: +If the PO get lost, keeping this translation up-to-date will be harder. + +=encoding UTF-8 + +=head1 TEST TITLE + +BLABLABLA LELELELE + diff --git a/t/charset/input-ascii/_output b/t/charset/input-ascii/_output new file mode 100644 index 0000000..c1b820f --- /dev/null +++ b/t/charset/input-ascii/_output @@ -0,0 +1,3 @@ +Updating ascii.pot: (2 entries) +Updating ascii.up.po: 2 translated messages. +ascii.up.pod is 100% translated (2 strings). diff --git a/t/charset/input-ascii/ascii.pod b/t/charset/input-ascii/ascii.pod new file mode 100644 index 0000000..e0c5ba6 --- /dev/null +++ b/t/charset/input-ascii/ascii.pod @@ -0,0 +1,4 @@ +=head1 Test title + +blablabla +lelelele diff --git a/t/charset/input-ascii/ascii.pot b/t/charset/input-ascii/ascii.pot new file mode 100644 index 0000000..c47d6c9 --- /dev/null +++ b/t/charset/input-ascii/ascii.pot @@ -0,0 +1,27 @@ +# 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-08 21:15+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: =head1 +#: charset/input/input-ascii.pod:1 +msgid "Test title" +msgstr "" + +#. type: textblock +#: charset/input/input-ascii.pod:3 +msgid "blablabla lelelele" +msgstr "" diff --git a/t/charset/input-ascii/ascii.up.po b/t/charset/input-ascii/ascii.up.po new file mode 100644 index 0000000..b6a663c --- /dev/null +++ b/t/charset/input-ascii/ascii.up.po @@ -0,0 +1,26 @@ +# Language up translations for po package +# Copyright (C) 2020 Free Software Foundation, Inc. +# This file is distributed under the same license as the po package. +# Automatically generated, 2020. +# +msgid "" +msgstr "" +"Project-Id-Version: po 4a\n" +"POT-Creation-Date: 2020-04-08 20:41+0200\n" +"PO-Revision-Date: 2020-04-08 20:41+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: up\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: =head1 +#: charset/input/input-ascii.pod:1 +msgid "Test title" +msgstr "TEST TITLE" + +#. type: textblock +#: charset/input/input-ascii.pod:3 +msgid "blablabla lelelele" +msgstr "BLABLABLA LELELELE" diff --git a/t/charset/input-ascii/po4a.conf b/t/charset/input-ascii/po4a.conf new file mode 100644 index 0000000..2fbd321 --- /dev/null +++ b/t/charset/input-ascii/po4a.conf @@ -0,0 +1,4 @@ +[po4a_paths] ascii.pot up:ascii.up.po +[options] opt:"--msgmerge-opt --silent" + +[type:pod] ascii.pod up:ascii.up.pod |