diff options
Diffstat (limited to 't/cfg/windows-CRLF')
-rw-r--r-- | t/cfg/windows-CRLF/_output | 3 | ||||
-rw-r--r-- | t/cfg/windows-CRLF/single-uptodate.fr.po | 39 | ||||
-rw-r--r-- | t/cfg/windows-CRLF/single-uptodate.man.1 | 5 | ||||
-rw-r--r-- | t/cfg/windows-CRLF/single-uptodate.man.fr.1 | 10 | ||||
-rw-r--r-- | t/cfg/windows-CRLF/single-uptodate.pot | 39 | ||||
-rw-r--r-- | t/cfg/windows-CRLF/windows-CRLF.conf | 5 |
6 files changed, 101 insertions, 0 deletions
diff --git a/t/cfg/windows-CRLF/_output b/t/cfg/windows-CRLF/_output new file mode 100644 index 0000000..1ccbbe0 --- /dev/null +++ b/t/cfg/windows-CRLF/_output @@ -0,0 +1,3 @@ +Updating single-uptodate.pot: (4 entries) +Updating single-uptodate.fr.po: 4 translated messages. +single-uptodate.man.fr.1 is 100% translated (4 strings). diff --git a/t/cfg/windows-CRLF/single-uptodate.fr.po b/t/cfg/windows-CRLF/single-uptodate.fr.po new file mode 100644 index 0000000..050b99a --- /dev/null +++ b/t/cfg/windows-CRLF/single-uptodate.fr.po @@ -0,0 +1,39 @@ +# French 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: 2005-04-24 2:54+0200\n"
+"PO-Revision-Date: 2005-04-24 2:54+0200\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. type: TH
+#: t-05-config/test00_man.1:1
+#, no-wrap
+msgid "test1"
+msgstr "test1"
+
+#. type: SH
+#: t-05-config/test00_man.1:2
+#, no-wrap
+msgid "NAME"
+msgstr "NOM"
+
+#. type: Plain text
+#: t-05-config/test00_man.1:4
+msgid "test - just a test"
+msgstr "test - juste un test"
+
+#. type: Plain text
+#: t-05-config/test00_man.1:5
+msgid "Hello"
+msgstr "Bonjour"
diff --git a/t/cfg/windows-CRLF/single-uptodate.man.1 b/t/cfg/windows-CRLF/single-uptodate.man.1 new file mode 100644 index 0000000..e446c61 --- /dev/null +++ b/t/cfg/windows-CRLF/single-uptodate.man.1 @@ -0,0 +1,5 @@ +.TH test1 1
+.SH NAME
+test \- just a test
+
+Hello
diff --git a/t/cfg/windows-CRLF/single-uptodate.man.fr.1 b/t/cfg/windows-CRLF/single-uptodate.man.fr.1 new file mode 100644 index 0000000..8f06439 --- /dev/null +++ b/t/cfg/windows-CRLF/single-uptodate.man.fr.1 @@ -0,0 +1,10 @@ +.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH test1 1
+.SH NOM
+test \- juste un test
+
+Bonjour
diff --git a/t/cfg/windows-CRLF/single-uptodate.pot b/t/cfg/windows-CRLF/single-uptodate.pot new file mode 100644 index 0000000..fe72624 --- /dev/null +++ b/t/cfg/windows-CRLF/single-uptodate.pot @@ -0,0 +1,39 @@ +# 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: 2005-04-24 2:54+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: TH
+#: t-05-config/test00_man.1:1
+#, no-wrap
+msgid "test1"
+msgstr ""
+
+#. type: SH
+#: t-05-config/test00_man.1:2
+#, no-wrap
+msgid "NAME"
+msgstr ""
+
+#. type: Plain text
+#: t-05-config/test00_man.1:4
+msgid "test - just a test"
+msgstr ""
+
+#. type: Plain text
+#: t-05-config/test00_man.1:5
+msgid "Hello"
+msgstr ""
diff --git a/t/cfg/windows-CRLF/windows-CRLF.conf b/t/cfg/windows-CRLF/windows-CRLF.conf new file mode 100644 index 0000000..c68b0ab --- /dev/null +++ b/t/cfg/windows-CRLF/windows-CRLF.conf @@ -0,0 +1,5 @@ +#comment
+[po4a_paths] single-uptodate.pot fr:single-uptodate.fr.po
+[options] opt:"--msgmerge-opt --silent"
+
+[type:man] single-uptodate.man.1 fr:single-uptodate.man.fr.1
|