From 5df6c2aefebe3d2abcc939a88e294876d59f03ca Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Jun 2024 13:26:17 +0200 Subject: Adding upstream version 0.72. Signed-off-by: Daniel Baumann --- t/charset/input-ascii/_ascii.up.pod | 18 ++++++++++++++++++ t/charset/input-ascii/_output | 3 +++ t/charset/input-ascii/ascii.pod | 4 ++++ t/charset/input-ascii/ascii.pot | 27 +++++++++++++++++++++++++++ t/charset/input-ascii/ascii.up.po | 26 ++++++++++++++++++++++++++ t/charset/input-ascii/po4a.conf | 4 ++++ 6 files changed, 82 insertions(+) create mode 100644 t/charset/input-ascii/_ascii.up.pod create mode 100644 t/charset/input-ascii/_output create mode 100644 t/charset/input-ascii/ascii.pod create mode 100644 t/charset/input-ascii/ascii.pot create mode 100644 t/charset/input-ascii/ascii.up.po create mode 100644 t/charset/input-ascii/po4a.conf (limited to 't/charset/input-ascii') 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 , 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 \n" +"Language-Team: LANGUAGE \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 -- cgit v1.2.3