[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Texi2html-cvs] texi2html formats/info.init po_document/de.us-a...
From: |
Patrice Dumas |
Subject: |
[Texi2html-cvs] texi2html formats/info.init po_document/de.us-a... |
Date: |
Sun, 07 Feb 2010 19:16:23 +0000 |
CVSROOT: /cvsroot/texi2html
Module name: texi2html
Changes by: Patrice Dumas <pertusus> 10/02/07 19:16:23
Modified files:
formats : info.init
po_document : de.us-ascii.po es.us-ascii.po fr.us-ascii.po
hu.po it.po ja.po nl.us-ascii.po no.us-ascii.po
pt.us-ascii.po pt_BR.us-ascii.po
Log message:
Fix a bug in a part of the code (chomp twice) that is not used anyway.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texi2html/formats/info.init?cvsroot=texi2html&r1=1.50&r2=1.51
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_document/de.us-ascii.po?cvsroot=texi2html&r1=1.24&r2=1.25
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_document/es.us-ascii.po?cvsroot=texi2html&r1=1.24&r2=1.25
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_document/fr.us-ascii.po?cvsroot=texi2html&r1=1.24&r2=1.25
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_document/hu.po?cvsroot=texi2html&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_document/it.po?cvsroot=texi2html&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_document/ja.po?cvsroot=texi2html&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_document/nl.us-ascii.po?cvsroot=texi2html&r1=1.24&r2=1.25
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_document/no.us-ascii.po?cvsroot=texi2html&r1=1.24&r2=1.25
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_document/pt.us-ascii.po?cvsroot=texi2html&r1=1.24&r2=1.25
http://cvs.savannah.gnu.org/viewcvs/texi2html/po_document/pt_BR.us-ascii.po?cvsroot=texi2html&r1=1.24&r2=1.25
Patches:
Index: formats/info.init
===================================================================
RCS file: /cvsroot/texi2html/texi2html/formats/info.init,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- formats/info.init 7 Feb 2010 15:35:11 -0000 1.50
+++ formats/info.init 7 Feb 2010 19:16:22 -0000 1.51
@@ -625,14 +625,14 @@
my $line_passed = 0;
my $chomped_text = $text;
- chomp($chomped_text);
+ my $end_of_line = chomp($chomped_text);
if ($indent_length > $line_width_counter and $chomped_text ne '')
{
$text = ' ' x ($indent_length - $line_width_counter) . $text;
}
$line_width_counter += t2h_default_string_width($text);
-# FIXME this is a bug, already chomed above!
- if (chomp($chomped_text))
+ # it seems like it never happens in the tests.
+ if ($end_of_line)
{
$line_passed = 1;
$line_width_counter = 0;
Index: po_document/de.us-ascii.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_document/de.us-ascii.po,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- po_document/de.us-ascii.po 7 Feb 2010 15:35:11 -0000 1.24
+++ po_document/de.us-ascii.po 7 Feb 2010 19:16:23 -0000 1.25
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: texi2html 1.83\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-06 13:07+0100\n"
+"POT-Creation-Date: 2010-02-07 19:04+0100\n"
"PO-Revision-Date: 2008-03-19\n"
"Last-Translator: Reinhold Kainhofer <address@hidden>\n"
"Language-Team: Unknown\n"
@@ -575,7 +575,7 @@
msgid "The node you are looking for is at {href}."
msgstr "Der Knoten, den Sie sehen, befindet sich bei {href}"
-#: formats/html.init:2710 formats/info.init:2798
+#: formats/html.init:2710 formats/info.init:2811
#, perl-brace-format
msgid "@center --- @emph{{author}}\n"
msgstr ""
@@ -592,7 +592,7 @@
msgid "Jump to"
msgstr "Springe zu"
-#: formats/info.init:3115
+#: formats/info.init:3128
msgid "(outside of any node)"
msgstr ""
Index: po_document/es.us-ascii.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_document/es.us-ascii.po,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- po_document/es.us-ascii.po 7 Feb 2010 15:35:11 -0000 1.24
+++ po_document/es.us-ascii.po 7 Feb 2010 19:16:23 -0000 1.25
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: texi2html 1.83\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-06 13:07+0100\n"
+"POT-Creation-Date: 2010-02-07 19:04+0100\n"
"PO-Revision-Date: 2008-08-28\n"
"Last-Translator: Francisco Vila <address@hidden>\n"
"Language-Team: Unknown\n"
@@ -575,7 +575,7 @@
msgid "The node you are looking for is at {href}."
msgstr "El nodo que busca se encuentra en {href}."
-#: formats/html.init:2710 formats/info.init:2798
+#: formats/html.init:2710 formats/info.init:2811
#, perl-brace-format
msgid "@center --- @emph{{author}}\n"
msgstr ""
@@ -592,7 +592,7 @@
msgid "Jump to"
msgstr "Saltar a"
-#: formats/info.init:3115
+#: formats/info.init:3128
msgid "(outside of any node)"
msgstr ""
Index: po_document/fr.us-ascii.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_document/fr.us-ascii.po,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- po_document/fr.us-ascii.po 7 Feb 2010 15:35:12 -0000 1.24
+++ po_document/fr.us-ascii.po 7 Feb 2010 19:16:23 -0000 1.25
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: texi2html 1.83\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-06 13:07+0100\n"
+"POT-Creation-Date: 2010-02-07 19:04+0100\n"
"PO-Revision-Date: 2008-07-20\n"
"Last-Translator: Jean-Charles Malahieude <address@hidden>\n"
"Language-Team: Unknown\n"
@@ -574,7 +574,7 @@
msgid "The node you are looking for is at {href}."
msgstr "Le address@hidden que vous recherchez est ici@ : {href}."
-#: formats/html.init:2710 formats/info.init:2798
+#: formats/html.init:2710 formats/info.init:2811
#, perl-brace-format
msgid "@center --- @emph{{author}}\n"
msgstr ""
@@ -591,7 +591,7 @@
msgid "Jump to"
msgstr "Aller @`a"
-#: formats/info.init:3115
+#: formats/info.init:3128
msgid "(outside of any node)"
msgstr ""
Index: po_document/hu.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_document/hu.po,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- po_document/hu.po 7 Feb 2010 15:35:12 -0000 1.9
+++ po_document/hu.po 7 Feb 2010 19:16:23 -0000 1.10
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: texi2html 1.83\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-06 13:07+0100\n"
+"POT-Creation-Date: 2010-02-07 19:04+0100\n"
"PO-Revision-Date: 2009-12-27 22:02+0100\n"
"Last-Translator: Harmath Dénes <address@hidden>\n"
"Language-Team: Unknown\n"
@@ -576,7 +576,7 @@
msgid "The node you are looking for is at {href}."
msgstr "A keresett csomópont itt található: {href}."
-#: formats/html.init:2710 formats/info.init:2798
+#: formats/html.init:2710 formats/info.init:2811
#, perl-brace-format
msgid "@center --- @emph{{author}}\n"
msgstr ""
@@ -593,7 +593,7 @@
msgid "Jump to"
msgstr "Ugorj ide"
-#: formats/info.init:3115
+#: formats/info.init:3128
msgid "(outside of any node)"
msgstr "(bármelyik csomóponton kÃvül)"
Index: po_document/it.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_document/it.po,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- po_document/it.po 7 Feb 2010 15:35:12 -0000 1.9
+++ po_document/it.po 7 Feb 2010 19:16:23 -0000 1.10
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: texi2html 1.83\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-06 13:07+0100\n"
+"POT-Creation-Date: 2010-02-07 19:04+0100\n"
"PO-Revision-Date: 2009-12-27 22:02+0100\n"
"Last-Translator: Federico Bruni <address@hidden>\n"
"Language-Team: Unknown\n"
@@ -575,7 +575,7 @@
msgid "The node you are looking for is at {href}."
msgstr "Il nodo che stai cercando è {href}"
-#: formats/html.init:2710 formats/info.init:2798
+#: formats/html.init:2710 formats/info.init:2811
#, perl-brace-format
msgid "@center --- @emph{{author}}\n"
msgstr ""
@@ -592,7 +592,7 @@
msgid "Jump to"
msgstr "Salta a"
-#: formats/info.init:3115
+#: formats/info.init:3128
msgid "(outside of any node)"
msgstr "(fuori da qualsiasi nodo)"
Index: po_document/ja.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_document/ja.po,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- po_document/ja.po 7 Feb 2010 15:35:12 -0000 1.9
+++ po_document/ja.po 7 Feb 2010 19:16:23 -0000 1.10
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: texi2html 1.83\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-06 13:07+0100\n"
+"POT-Creation-Date: 2010-02-07 19:04+0100\n"
"PO-Revision-Date: 2007-02-05\n"
"Last-Translator: Unknown\n"
"Language-Team: Unknown\n"
@@ -573,7 +573,7 @@
msgid "The node you are looking for is at {href}."
msgstr ""
-#: formats/html.init:2710 formats/info.init:2798
+#: formats/html.init:2710 formats/info.init:2811
#, perl-brace-format
msgid "@center --- @emph{{author}}\n"
msgstr ""
@@ -590,7 +590,7 @@
msgid "Jump to"
msgstr "ç§»å"
-#: formats/info.init:3115
+#: formats/info.init:3128
msgid "(outside of any node)"
msgstr ""
Index: po_document/nl.us-ascii.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_document/nl.us-ascii.po,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- po_document/nl.us-ascii.po 7 Feb 2010 15:35:12 -0000 1.24
+++ po_document/nl.us-ascii.po 7 Feb 2010 19:16:23 -0000 1.25
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: texi2html 1.83\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-06 13:07+0100\n"
+"POT-Creation-Date: 2010-02-07 19:04+0100\n"
"PO-Revision-Date: 2001-01-01\n"
"Last-Translator: Unknown\n"
"Language-Team: Unknown\n"
@@ -568,7 +568,7 @@
msgid "The node you are looking for is at {href}."
msgstr ""
-#: formats/html.init:2710 formats/info.init:2798
+#: formats/html.init:2710 formats/info.init:2811
#, perl-brace-format
msgid "@center --- @emph{{author}}\n"
msgstr ""
@@ -585,7 +585,7 @@
msgid "Jump to"
msgstr ""
-#: formats/info.init:3115
+#: formats/info.init:3128
msgid "(outside of any node)"
msgstr ""
Index: po_document/no.us-ascii.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_document/no.us-ascii.po,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- po_document/no.us-ascii.po 7 Feb 2010 15:35:12 -0000 1.24
+++ po_document/no.us-ascii.po 7 Feb 2010 19:16:23 -0000 1.25
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: texi2html 1.83\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-06 13:07+0100\n"
+"POT-Creation-Date: 2010-02-07 19:04+0100\n"
"PO-Revision-Date: 2001-01-01\n"
"Last-Translator: Unknown\n"
"Language-Team: Unknown\n"
@@ -568,7 +568,7 @@
msgid "The node you are looking for is at {href}."
msgstr ""
-#: formats/html.init:2710 formats/info.init:2798
+#: formats/html.init:2710 formats/info.init:2811
#, perl-brace-format
msgid "@center --- @emph{{author}}\n"
msgstr ""
@@ -585,7 +585,7 @@
msgid "Jump to"
msgstr ""
-#: formats/info.init:3115
+#: formats/info.init:3128
msgid "(outside of any node)"
msgstr ""
Index: po_document/pt.us-ascii.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_document/pt.us-ascii.po,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- po_document/pt.us-ascii.po 7 Feb 2010 15:35:12 -0000 1.24
+++ po_document/pt.us-ascii.po 7 Feb 2010 19:16:23 -0000 1.25
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: texi2html 1.83\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-06 13:07+0100\n"
+"POT-Creation-Date: 2010-02-07 19:04+0100\n"
"PO-Revision-Date: 2006-01-09\n"
"Last-Translator: Jorge Barros de Abreu <address@hidden>\n"
"Language-Team: Unknown\n"
@@ -576,7 +576,7 @@
msgid "The node you are looking for is at {href}."
msgstr "O nodo que address@hidden est@'a olhando est@'a em {href}."
-#: formats/html.init:2710 formats/info.init:2798
+#: formats/html.init:2710 formats/info.init:2811
#, perl-brace-format
msgid "@center --- @emph{{author}}\n"
msgstr ""
@@ -593,7 +593,7 @@
msgid "Jump to"
msgstr "Pular para"
-#: formats/info.init:3115
+#: formats/info.init:3128
msgid "(outside of any node)"
msgstr ""
Index: po_document/pt_BR.us-ascii.po
===================================================================
RCS file: /cvsroot/texi2html/texi2html/po_document/pt_BR.us-ascii.po,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- po_document/pt_BR.us-ascii.po 7 Feb 2010 15:35:12 -0000 1.24
+++ po_document/pt_BR.us-ascii.po 7 Feb 2010 19:16:23 -0000 1.25
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: texi2html 1.83\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-06 13:07+0100\n"
+"POT-Creation-Date: 2010-02-07 19:04+0100\n"
"PO-Revision-Date: 2006-01-09\n"
"Last-Translator: Jorge Barros de Abreu <address@hidden>\n"
"Language-Team: Unknown\n"
@@ -576,7 +576,7 @@
msgid "The node you are looking for is at {href}."
msgstr "O nodo que address@hidden est@'a olhando est@'a em {href}."
-#: formats/html.init:2710 formats/info.init:2798
+#: formats/html.init:2710 formats/info.init:2811
#, perl-brace-format
msgid "@center --- @emph{{author}}\n"
msgstr ""
@@ -593,7 +593,7 @@
msgid "Jump to"
msgstr "Pular para"
-#: formats/info.init:3115
+#: formats/info.init:3128
msgid "(outside of any node)"
msgstr ""
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Texi2html-cvs] texi2html formats/info.init po_document/de.us-a...,
Patrice Dumas <=