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-iso8859 | |
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-iso8859')
-rw-r--r-- | t/charset/input-iso8859/_iso8859.up.pod | 18 | ||||
-rw-r--r-- | t/charset/input-iso8859/_output | 3 | ||||
-rw-r--r-- | t/charset/input-iso8859/iso8859.pod | 4 | ||||
-rw-r--r-- | t/charset/input-iso8859/iso8859.pot | 27 | ||||
-rw-r--r-- | t/charset/input-iso8859/iso8859.up.po | 26 | ||||
-rw-r--r-- | t/charset/input-iso8859/po4a.conf | 4 |
6 files changed, 82 insertions, 0 deletions
diff --git a/t/charset/input-iso8859/_iso8859.up.pod b/t/charset/input-iso8859/_iso8859.up.pod new file mode 100644 index 0000000..091122b --- /dev/null +++ b/t/charset/input-iso8859/_iso8859.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 TÍTULO DE PRUEBA + +BLÈBLEBLE LÁLALALA + diff --git a/t/charset/input-iso8859/_output b/t/charset/input-iso8859/_output new file mode 100644 index 0000000..6056d6c --- /dev/null +++ b/t/charset/input-iso8859/_output @@ -0,0 +1,3 @@ +Updating iso8859.pot: (2 entries) +Updating iso8859.up.po: 2 translated messages. +iso8859.up.pod is 100% translated (2 strings). diff --git a/t/charset/input-iso8859/iso8859.pod b/t/charset/input-iso8859/iso8859.pod new file mode 100644 index 0000000..dfbe5e1 --- /dev/null +++ b/t/charset/input-iso8859/iso8859.pod @@ -0,0 +1,4 @@ +=head1 Ttulo de prueba + +blbleble +llalala diff --git a/t/charset/input-iso8859/iso8859.pot b/t/charset/input-iso8859/iso8859.pot new file mode 100644 index 0000000..b48cae2 --- /dev/null +++ b/t/charset/input-iso8859/iso8859.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-11 17:44+0200\n" +"PO-Revision-Date: 2020-04-09 17:33+0200\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/iso8859.pod:1 +msgid "Título de prueba" +msgstr "" + +#. type: textblock +#: charset/input/iso8859.pod:3 +msgid "blèbleble lálalala" +msgstr "" diff --git a/t/charset/input-iso8859/iso8859.up.po b/t/charset/input-iso8859/iso8859.up.po new file mode 100644 index 0000000..8a0a58b --- /dev/null +++ b/t/charset/input-iso8859/iso8859.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-11 17:44+0200\n" +"PO-Revision-Date: 2020-04-09 17:33+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/iso8859.pod:1 +msgid "Título de prueba" +msgstr "TÍTULO DE PRUEBA" + +#. type: textblock +#: charset/input/iso8859.pod:3 +msgid "blèbleble lálalala" +msgstr "BLÈBLEBLE LÁLALALA" diff --git a/t/charset/input-iso8859/po4a.conf b/t/charset/input-iso8859/po4a.conf new file mode 100644 index 0000000..fe0124d --- /dev/null +++ b/t/charset/input-iso8859/po4a.conf @@ -0,0 +1,4 @@ +[po4a_paths] iso8859.pot up:iso8859.up.po +[options] opt:"--msgmerge-opt --silent --master-charset ISO-8859-1" + +[type:pod] iso8859.pod up:iso8859.up.pod |