[Po4a-commits] "po4a/t/data-02 man, 1.2, 1.3 man.fr, 1.6, 1.7 man.fr-normalized, 1.3, 1.4 man.po, 1.11, 1.12 man.po-empty, 1.10, 1.11 man.po-ok, 1.8, 1.9"

Denis Barbier barbier-guest at alioth.debian.org
Fri Jul 30 21:28:01 UTC 2010


Update of /cvsroot/po4a/po4a/t/data-02
In directory alioth:/tmp/cvs-serv19572/t/data-02

Modified Files:
	man man.fr man.fr-normalized man.po man.po-empty man.po-ok 
Log Message:
Fix 02 test

The problem is that the same msgid appeared twice with the
same reference; this reference was written twice in the PO
file, but is written only once now.
This may be a change in gettext or in po4a, but well, who
cares?
Change one msgid to avoid duplicate references.


Index: man.po-empty
===================================================================
RCS file: /cvsroot/po4a/po4a/t/data-02/man.po-empty,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- man.po-empty	28 Feb 2009 22:35:01 -0000	1.10
+++ man.po-empty	30 Jul 2010 21:27:58 -0000	1.11
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: ENCODING"
 
 #. type: TH
-#: data-02/man:1 data-02/man:1
+#: data-02/man:1
 #, no-wrap
 msgid "test"
 msgstr ""
@@ -27,6 +27,12 @@
 msgid "TEST"
 msgstr ""
 
+#. type: TH
+#: data-02/man:1
+#, no-wrap
+msgid "test2"
+msgstr ""
+
 #. type: SH
 #: data-02/man:2
 #, no-wrap

Index: man.po-ok
===================================================================
RCS file: /cvsroot/po4a/po4a/t/data-02/man.po-ok,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- man.po-ok	28 Feb 2009 22:35:01 -0000	1.8
+++ man.po-ok	30 Jul 2010 21:27:58 -0000	1.9
@@ -15,7 +15,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: TH
-#: data/man:1 data/man:1
+#: data/man:1
 #, no-wrap
 msgid "test"
 msgstr "test"
@@ -23,6 +23,12 @@
 #. type: TH
 #: data/man:1
 #, no-wrap
+msgid "test2"
+msgstr "test2"
+
+#. type: TH
+#: data/man:1
+#, no-wrap
 msgid "TEST"
 msgstr "TEST"
 

Index: man.fr
===================================================================
RCS file: /cvsroot/po4a/po4a/t/data-02/man.fr,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- man.fr	9 Mar 2006 21:34:19 -0000	1.6
+++ man.fr	30 Jul 2010 21:27:58 -0000	1.7
@@ -1,4 +1,4 @@
-.TH test 1 TEST test 
+.TH test 1 TEST test2
 .SH "Sous\-titre 1"
 blabla \fBblibli\fP blublu
 .

Index: man.po
===================================================================
RCS file: /cvsroot/po4a/po4a/t/data-02/man.po,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- man.po	28 Feb 2009 22:35:00 -0000	1.11
+++ man.po	30 Jul 2010 21:27:58 -0000	1.12
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: TH
-#: data-02/man:1 data-02/man:1
+#: data-02/man:1
 #, fuzzy, no-wrap
 msgid "test"
 msgstr "test"
@@ -27,6 +27,12 @@
 msgid "TEST"
 msgstr "TEST"
 
+#. type: TH
+#: data-02/man:1
+#, fuzzy, no-wrap
+msgid "test2"
+msgstr "test2"
+
 #. type: SH
 #: data-02/man:2
 #, fuzzy, no-wrap

Index: man.fr-normalized
===================================================================
RCS file: /cvsroot/po4a/po4a/t/data-02/man.fr-normalized,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- man.fr-normalized	4 Apr 2006 03:14:39 -0000	1.3
+++ man.fr-normalized	30 Jul 2010 21:27:58 -0000	1.4
@@ -3,7 +3,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH test 1 TEST test 
+.TH test 1 TEST test2 
 .SH "Sous\-titre 1"
 blabla \fBblibli\fP blublu
 .

Index: man
===================================================================
RCS file: /cvsroot/po4a/po4a/t/data-02/man,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- man	8 Aug 2004 19:18:56 -0000	1.2
+++ man	30 Jul 2010 21:27:58 -0000	1.3
@@ -1,4 +1,4 @@
-.TH test 1 TEST test
+.TH test 1 TEST test2
 .SH Section1
 blibli
 .B blabla




More information about the Po4a-commits mailing list