[Po4a-devel][CVS] po4a po4a,1.13,1.14
by Martin Quinson
Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv21556
Modified Files:
po4a
Log Message:
Fix a typo inverting the meaning of the message
Index: po4a
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- po4a 29 Jul 2004 01:27:51 -0000 1.13
+++ po4a 9 Aug 2004 19:27:26 -0000 1.14
@@ -408,7 +408,7 @@
if (defined ($document{$master}{"add_$lang"})) {
foreach my $add (@{$document{$master}{"add_$lang"}}) {
if ( !$doc->addendum($add) ) {
- die sprintf(gettext("Addendum %s does apply to %s (translation discarded)."),
+ die sprintf(gettext("Addendum %s does NOT apply to %s (translation discarded)."),
$add,$document{$master}{$lang})."\n";
unlink($document{$master}{$lang}) if (-e $document{$master}{$lang});
next DOC;
20 years, 3 months
[Po4a-devel][CVS] po4a/po/pod es.po,1.5,1.6 po4a-pod.pot,1.32,1.33
by Jordi Vilalta
Update of /cvsroot/po4a/po4a/po/pod
In directory haydn:/tmp/cvs-serv4321
Modified Files:
es.po po4a-pod.pot
Log Message:
Updated documentation (sorry, almost 100 fuzzies)
Index: po4a-pod.pot
===================================================================
RCS file: /cvsroot/po4a/po4a/po/pod/po4a-pod.pot,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- po4a-pod.pot 7 Aug 2004 21:11:00 -0000 1.32
+++ po4a-pod.pot 9 Aug 2004 18:56:06 -0000 1.33
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2004-08-07 14:09-0700\n"
+"POT-Creation-Date: 2004-08-09 20:22+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -16,12 +16,13 @@
# type: =head1
[...2619 lines suppressed...]
+#: ../../po4a-updatepo:59
msgid ""
"Charset of the files containing the document to translate. Note that all "
"files must have the same charset."
msgstr ""
# type: textblock
-#: ../../po4a-updatepo:60
+#: ../../po4a-updatepo:64
msgid ""
"Po file(s) to update. If these files do not exist, they are created by "
"C<po4a-updatepo>."
msgstr ""
# type: textblock
-#: ../../po4a-updatepo:92
+#: ../../po4a-updatepo:96
msgid ""
"L<po4a(7)>, L<po4a-gettextize(1)>, L<po4a-translate(1)>, L<po4a-normalize(1)"
">."
Index: es.po
===================================================================
RCS file: /cvsroot/po4a/po4a/po/pod/es.po,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- es.po 7 Aug 2004 22:12:25 -0000 1.5
+++ es.po 9 Aug 2004 18:56:06 -0000 1.6
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: po4a pod\n"
-"POT-Creation-Date: 2004-08-07 23:54+0200\n"
-"PO-Revision-Date: 2004-08-08 00:07+0100\n"
+"POT-Creation-Date: 2004-08-09 20:05+0200\n"
+"PO-Revision-Date: 2004-08-09 20:10+0100\n"
"Last-Translator: Jordi Vilalta <jvprat(a)wanadoo.es>\n"
"Language-Team: ES\n"
"MIME-Version: 1.0\n"
@@ -15,12 +15,13 @@
[...3111 lines suppressed...]
"Charset of the files containing the document to translate. Note that all "
"files must have the same charset."
@@ -7202,7 +7412,7 @@
"Todos los archivos deben tener el mismo juego de caracteres."
# type: textblock
-#: ../../po4a-updatepo:60
+#: ../../po4a-updatepo:64
msgid ""
"Po file(s) to update. If these files do not exist, they are created by "
"C<po4a-updatepo>."
@@ -7211,7 +7421,7 @@
"C<po4a-updatepo>."
# type: textblock
-#: ../../po4a-updatepo:92
+#: ../../po4a-updatepo:96
msgid ""
"L<po4a(7)>, L<po4a-gettextize(1)>, L<po4a-translate(1)>, L<po4a-normalize(1)"
">."
20 years, 3 months
[Po4a-devel][CVS] po4a html-build-upload.sh,1.6,1.7 Build.PL,1.10,1.11
by Jordi Vilalta
Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv18786
Modified Files:
html-build-upload.sh Build.PL
Log Message:
Apply addendums about the translations in the translated man and html pages.
Index: Build.PL
===================================================================
RCS file: /cvsroot/po4a/po4a/Build.PL,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Build.PL 8 Aug 2004 16:01:54 -0000 1.10
+++ Build.PL 9 Aug 2004 18:44:00 -0000 1.11
@@ -152,7 +152,7 @@
foreach $lang (@langs) {
print ("X Translate binary manpages to $lang\n");
foreach $file (keys(%{$self->script_files()})) {
- system("PERL5LIB=lib perl po4a-translate -v -f pod -m $file -p po/pod/$lang.po -l blib/man/$file")
+ system("PERL5LIB=lib perl po4a-translate -v -f pod -m $file -p po/pod/$lang.po -l blib/man/$file -a doc/addendum.$lang")
&& die;
if (-e "blib/man/$file") {
system("mkdir -p blib/man/$lang/man1") && die;
@@ -172,7 +172,7 @@
foreach $file (@{$self->rscan_dir('lib',qr{\.pm$})}) {
$file =~ /.*\/(.*)\.pm$/;
my $filename = $1;
- system("PERL5LIB=lib perl po4a-translate -v -f pod -m $file -p po/pod/$lang.po -l blib/man/$filename")
+ system("PERL5LIB=lib perl po4a-translate -v -f pod -m $file -p po/pod/$lang.po -l blib/man/$filename -a doc/addendum.$lang")
&& die;
if (-e "blib/man/$filename") {
system ("mkdir -p blib/man/$lang/man3") && die;
@@ -198,7 +198,7 @@
system ("gzip -9 -f blib/man/man7/$filename") && die;
foreach $lang (@langs) {
print "X Translate $file to $lang\n";
- system ("PERL5LIB=lib perl po4a-translate -f pod -v -m $file -p po/pod/$lang.po -l blib/man/$filename")
+ system ("PERL5LIB=lib perl po4a-translate -f pod -v -m $file -p po/pod/$lang.po -l blib/man/$filename -a doc/addendum.$lang")
&& die;
if (-e "blib/man/$filename") {
`mkdir -p blib/man/$lang/man7`;
Index: html-build-upload.sh
===================================================================
RCS file: /cvsroot/po4a/po4a/html-build-upload.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- html-build-upload.sh 2 Aug 2004 14:38:31 -0000 1.6
+++ html-build-upload.sh 9 Aug 2004 18:44:00 -0000 1.7
@@ -45,14 +45,14 @@
#Translate $FILES
for file in $FILES ; do
newfile=${file##*/}
- PERL5LIB=lib perl po4a-translate $PO4A_OPTS -p po/pod/$lang.po -m $file -l html/tmp/$newfile
+ PERL5LIB=lib perl po4a-translate $PO4A_OPTS -a doc/addendum.$lang -p po/pod/$lang.po -m $file -l html/tmp/$newfile
done
mkdir -p html/tmp/lib/Locale/Po4a
#Translate modules
for file in lib/Locale/Po4a/*.pm ; do
newfile=${file##*/}
- PERL5LIB=lib perl po4a-translate $PO4A_OPTS -m $file -p po/pod/$lang.po -l html/tmp/lib/Locale/Po4a/$newfile
+ PERL5LIB=lib perl po4a-translate $PO4A_OPTS -a doc/addendum.$lang -m $file -p po/pod/$lang.po -l html/tmp/lib/Locale/Po4a/$newfile
done
mpod2html -dir=html/$lang -tocname index html/tmp/*
20 years, 3 months
[Po4a-devel][CVS] po4a/doc addendum.es,NONE,1.1 addendum.fr,1.1,1.2
by Jordi Vilalta
Update of /cvsroot/po4a/po4a/doc
In directory haydn:/tmp/cvs-serv18670
Modified Files:
addendum.fr
Added Files:
addendum.es
Log Message:
Added spanish addendum and improved french one's header
Index: addendum.fr
===================================================================
RCS file: /cvsroot/po4a/po4a/doc/addendum.fr,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- addendum.fr 12 Dec 2002 15:04:42 -0000 1.1
+++ addendum.fr 9 Aug 2004 18:41:00 -0000 1.2
@@ -1,4 +1,4 @@
-PO4A-HEADER:mode=after;position=AUTEURS;beginboundary=^=head1
+PO4A-HEADER:mode=after;position=^=head1 AUTEURS;beginboundary=^=head1
=head1 TRADUCTION
--- NEW FILE: addendum.es ---
PO4A-HEADER:mode=after;position=^=head1 AUTORES;beginboundary=^=head1
=head1 TRADUCCION
Jordi Vilalta <jvprat(a)wanadoo.es>
20 years, 3 months
[Po4a-devel][CVS] po4a/lib/Locale/Po4a TransTractor.pm,1.34,1.35
by Jordi Vilalta
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv32183
Modified Files:
TransTractor.pm
Log Message:
Added a generic AUTHORS section to be able to apply addendums globally.
Please modify it if it doesn't reflect the reality.
Index: TransTractor.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TransTractor.pm,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- TransTractor.pm 9 Aug 2004 18:14:41 -0000 1.34
+++ TransTractor.pm 9 Aug 2004 18:25:53 -0000 1.35
@@ -970,6 +970,11 @@
Will see if it's enough ;)
+=head1 AUTHORS
+
+ Denis Barbier <barbier(a)linuxfr.org>
+ Martin Quinson <martin.quinson(a)tuxfamily.org>
+
=cut
1;
20 years, 3 months
[Po4a-devel][CVS] po4a/debian control,1.13,1.14
by Jordi Vilalta
Update of /cvsroot/po4a/po4a/debian
In directory haydn:/tmp/cvs-serv24928/debian
Modified Files:
control
Log Message:
libintl no longer needed
Index: control
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/control,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- control 16 Jul 2004 19:32:00 -0000 1.13
+++ control 9 Aug 2004 18:19:02 -0000 1.14
@@ -8,7 +8,7 @@
Package: po4a
Architecture: all
-Depends: perl | perl5, gettext (>= 0.11), liblocale-gettext-perl, perl-modules, libsgmls-perl, sp, libintl-perl
+Depends: perl | perl5, gettext (>= 0.11), liblocale-gettext-perl, perl-modules, libsgmls-perl, sp
Conflicts: po-pod, po-man, liblocale-po4a-perl
Description: Tools for helping translation of documentation
The po4a (po for anything) project goal is to ease translations (and
20 years, 3 months
[Po4a-devel][CVS] po4a/lib/Locale/Po4a TransTractor.pm,1.33,1.34
by Jordi Vilalta
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv24287
Modified Files:
TransTractor.pm
Log Message:
Documentation update to reflect the code
Index: TransTractor.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TransTractor.pm,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- TransTractor.pm 9 Aug 2004 16:14:44 -0000 1.33
+++ TransTractor.pm 9 Aug 2004 18:14:41 -0000 1.34
@@ -890,10 +890,9 @@
document (usually useful to substitute the input document's detected character
set where it has been found).
-If no character set is specified for the output document, it will use the
-input po's character set, and if the input po has the default "CHARSET", it
-will return the input document's character set, so that no encoding is
-performed.
+It will use the input po's character set, and if the input po has the default
+"CHARSET", it will return the input document's character set, so that no
+encoding is performed.
=cut
20 years, 3 months
[Po4a-devel][CVS] po4a/lib/Locale/Po4a Guide.pm,1.1,1.2
by Jordi Vilalta
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv29485
Modified Files:
Guide.pm
Log Message:
Little documentation improvements
Index: Guide.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Guide.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Guide.pm 9 Aug 2004 16:35:24 -0000 1.1
+++ Guide.pm 9 Aug 2004 17:44:07 -0000 1.2
@@ -35,8 +35,8 @@
interestingly, the maintenance of translations) using gettext tools on
areas where they were not expected like documentation.
-Locale::Po4a::Guide is a module to help the translation of the Gentoo
-documentation in the Guide XML format into other [human] languages.
+Locale::Po4a::Guide is a module to help in the translation of the Gentoo
+Linux documentation in the Guide XML format into other [human] languages.
This format is documented here: http://www.gentoo.org/doc/en/xml-guide.xml
20 years, 3 months
[Po4a-devel][CVS] po4a/lib/Locale/Po4a Dia.pm,1.7,1.8
by Jordi Vilalta
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv29427
Modified Files:
Dia.pm
Log Message:
Little documentation improvements
Index: Dia.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Dia.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Dia.pm 9 Aug 2004 17:09:54 -0000 1.7
+++ Dia.pm 9 Aug 2004 17:42:27 -0000 1.8
@@ -52,10 +52,10 @@
=head1 STATUS OF THIS MODULE
-This module is fully functional, as it relies in the Locale::Po4a::Xml module.
-This only defines the translateable tags (E<lt>dia:stringE<gt>), and filters
-the internal strings (the content of the E<lt>dia:diagramdataE<gt> tag), not
-interesting for translation).
+This module is fully functional, as it relies in the L<Locale::Po4a::Xml>
+module. This only defines the translatable tags (E<lt>dia:stringE<gt>), and
+filters the internal strings (the content of the E<lt>dia:diagramdataE<gt>
+tag), not interesting for translation.
=head1 SEE ALSO
20 years, 3 months
[Po4a-devel][CVS] po4a/debian changelog,1.74,1.75
by Jordi Vilalta
Update of /cvsroot/po4a/po4a/debian
In directory haydn:/tmp/cvs-serv16725/debian
Modified Files:
changelog
Log Message:
Reflect last changes
Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/changelog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- changelog 9 Aug 2004 16:27:51 -0000 1.74
+++ changelog 9 Aug 2004 17:35:35 -0000 1.75
@@ -7,6 +7,9 @@
- Added encoding support (not complete by now)
- [Xml.pm] Added the generic XML support module
- [Dia.pm] Changed to use Xml.pm
+ - [tests] Updated most tests to work with the encoding issues
+ - [documentation] General improvements
+ - [translation] sync to en po/bin/es.po, po/bin/ca.po and po/pod/es.po
[Martin Quinson]
- Fix test so that they stop make sure that the nf/fi bug of man is still
20 years, 3 months