[Po4a-commits] po4a/lib/Locale/Po4a Man.pm,1.84,1.85 TeX.pm,1.56,1.57
Nicolas FRAN??OIS
po4a-devel@lists.alioth.debian.org
Sun, 10 Apr 2005 16:08:16 +0000
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv10462/lib/Locale/Po4a
Modified Files:
Man.pm TeX.pm
Log Message:
Fix some typos after the French translation.
Update the pod POT file and the French translation.
Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- Man.pm 10 Apr 2005 14:49:54 -0000 1.84
+++ Man.pm 10 Apr 2005 16:08:09 -0000 1.85
@@ -88,7 +88,7 @@
non-breaking spaces (0xA0) will be transliterated into a roff
non-breaking space ('\ ').
-=item quotes
+=item quotes transliterations
`` and '' are respectively tranliterated into \*(lq and \*(rq.
Index: TeX.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TeX.pm,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- TeX.pm 10 Apr 2005 15:02:27 -0000 1.56
+++ TeX.pm 10 Apr 2005 16:08:11 -0000 1.57
@@ -216,11 +216,11 @@
For example, the LaTeX module uses the "(?:&|\\\\)" regular expression to
translate separately each cell of a table (lines are separated by '\\' and
-cells by '&'.
+cells by '&').
The notion of environment is expended to the type displayed in the PO file.
This can be used to split on "\\\\" in the first mandatory argument of the
-title command. In this case, the environment is title[#1].
+title command. In this case, the environment is title{#1}.
=back
@@ -1325,7 +1325,7 @@
}
}
if ($have_to_be_translated) {
- ($t, @e) = translate_buffer($self,$opt,(@$env,$command."[#$arg]"));
+ ($t, @e) = translate_buffer($self,$opt,(@$env,$command."{#$arg}"));
} else {
$t = $opt;
}