From: Michael Vogt Date: Thu, 12 Jul 2007 15:53:43 +0000 (+0100) Subject: * cmdline/apt-get.cc: X-Git-Tag: 0.7.24ubuntu1~168 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/a975773b97214620c750cb2465e01f811a33831d * cmdline/apt-get.cc: - fix in the task-install code regexp (thanks to Adam Conrad and Colin Watson). This should bring the livecd build back into shape * Fix compilation warnings: - apt-pkg/contrib/configuration.cc: wrong argument type; - apt-pkg/deb/dpkgpm.cc: wrong signess; - apt-pkg-acquire-item.cc: wrong signess and orderned initializers; - methods/https.cc: - type conversion; - unused variable; - changed SetupProxy() method to void; --- a975773b97214620c750cb2465e01f811a33831d diff --cc configure.in index b5a4a6c29,9bb1a8baf..e800913b6 --- a/configure.in +++ b/configure.in @@@ -18,7 -18,7 +18,7 @@@ AC_CONFIG_AUX_DIR(buildlib AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in) dnl -- SET THIS TO THE RELEASE VERSION -- - AC_DEFINE_UNQUOTED(VERSION,"0.7.2ubuntu7") -AC_DEFINE_UNQUOTED(VERSION,"0.7.4") ++AC_DEFINE_UNQUOTED(VERSION,"0.7.2ubuntu8") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) diff --cc debian/changelog index 359d7c291,d18c19d0c..d7e3b73af --- a/debian/changelog +++ b/debian/changelog @@@ -1,11 -1,19 +1,20 @@@ - apt (0.7.2ubuntu8) UNRELEASED; urgency=low -apt (0.7.4) UNRELEASED; urgency=low ++apt (0.7.2ubuntu8) gutsy; urgency=low - [Otavio Salvador] - * Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3) - [Michael Vogt] * cmdline/apt-get.cc: - - fix in the task-install code + - fix in the task-install code regexp (thanks to Adam Conrad and - Colin Watson) ++ Colin Watson). This should bring the livecd build back into ++ shape ++ + [Otavio Salvador] - * Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3) + * Fix compilation warnings: + - apt-pkg/contrib/configuration.cc: wrong argument type; + - apt-pkg/deb/dpkgpm.cc: wrong signess; + - apt-pkg-acquire-item.cc: wrong signess and orderned initializers; + - methods/https.cc: + - type conversion; + - unused variable; + - changed SetupProxy() method to void; -- Michael Vogt Wed, 11 Jul 2007 23:20:15 +0100 diff --cc po/apt-all.pot index 436cf7999,d1d6c7622..76f85a538 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@@ -7,7 -7,7 +7,7 @@@ msgid " msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-07-11 23:19+0100\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --cc po/bg.po index dcc5a052e,cbf1a2a65..e39057bf7 --- a/po/bg.po +++ b/po/bg.po @@@ -7,7 -7,7 +7,7 @@@ msgid " msgstr "" "Project-Id-Version: apt 0.6\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-10-12 20:14+0300\n" "Last-Translator: Yavor Doganov \n" "Language-Team: Bulgarian \n" @@@ -2129,12 -2114,12 +2129,12 @@@ msgstr "Неизвестен тип нРmsgid "Opening configuration file %s" msgstr "Отваряне на конфигурационен файл %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Ред %d е твърде дълъг (максимум %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Синтактична грешка %s:%u: В началото на блока няма име." diff --cc po/bs.po index 56670c498,10dca043e..cb8c0c446 --- a/po/bs.po +++ b/po/bs.po @@@ -6,7 -6,7 +6,7 @@@ msgid " msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2004-05-06 15:25+0100\n" "Last-Translator: Safir Å ećerović \n" "Language-Team: Bosnian \n" @@@ -1930,12 -1915,12 +1930,12 @@@ msgstr " msgid "Opening configuration file %s" msgstr "" -#: apt-pkg/contrib/configuration.cc:509 +#: apt-pkg/contrib/configuration.cc:510 #, c-format - msgid "Line %d too long (max %lu)" -msgid "Line %d too long (max %d)" ++msgid "Line %d too long (max %u)" msgstr "" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "" diff --cc po/ca.po index 9f34b85d3,7abb92988..e74602a17 --- a/po/ca.po +++ b/po/ca.po @@@ -8,7 -8,7 +8,7 @@@ msgid " msgstr "" "Project-Id-Version: apt 0.6\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-02-05 22:00+0100\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" @@@ -2127,12 -2112,12 +2127,12 @@@ msgstr "Abreujament de tipus no reconeg msgid "Opening configuration file %s" msgstr "S'està obrint el fitxer de configuració %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Línia %d massa llarga (màx %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Error sintàctic %s:%u: No comença el camp amb un nom." diff --cc po/cs.po index 185f40987,224131091..37e96a889 --- a/po/cs.po +++ b/po/cs.po @@@ -7,7 -7,7 +7,7 @@@ msgid " msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-10-04 18:53+0200\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@@ -2095,12 -2080,12 +2095,12 @@@ msgstr "Nerozpoznaná zkratka typu: '%c msgid "Opening configuration file %s" msgstr "Otevírám konfigurační soubor %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Řádek %d je příliÅ¡ dlouhý (max %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Syntaktická chyba %s:%u: Blok nezačíná jménem." diff --cc po/cy.po index f0485cca9,c882106df..d42c8ea45 --- a/po/cy.po +++ b/po/cy.po @@@ -6,7 -6,7 +6,7 @@@ msgid " msgstr "" "Project-Id-Version: APT\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2005-06-06 13:46+0100\n" "Last-Translator: Dafydd Harries \n" "Language-Team: Welsh \n" @@@ -2179,12 -2164,12 +2179,12 @@@ msgstr "Talgryniad math anhysbys: '%c' msgid "Opening configuration file %s" msgstr "Yn agor y ffeil cyfluniad %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Linell %d yn rhy hir (uchaf %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Gwall cystrawen %s:%u: Mae bloc yn cychwyn efo dim enw." diff --cc po/da.po index 19083b66a,32d1d5292..f348b3f51 --- a/po/da.po +++ b/po/da.po @@@ -9,7 -9,7 +9,7 @@@ msgid " msgstr "" "Project-Id-Version: apt-da\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2007-02-03 15:50+0100\n" "Last-Translator: Claus Hindsgaul \n" "Language-Team: Danish\n" @@@ -2112,12 -2097,12 +2112,12 @@@ msgstr "Ukendt type-forkortelse: '%c' msgid "Opening configuration file %s" msgstr "Åbner konfigurationsfilen %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Linjen %d er for lang (må højst være %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Syntaksfejl %s:%u: Blokken starter uden navn." diff --cc po/de.po index 8870f62ff,d45f634aa..549eb7685 --- a/po/de.po +++ b/po/de.po @@@ -7,7 -7,7 +7,7 @@@ msgid " msgstr "" "Project-Id-Version: apt 0.6.46.2\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-10-24 11:45+0200\n" "Last-Translator: Michael Piefel \n" "Language-Team: \n" @@@ -2147,12 -2132,12 +2147,12 @@@ msgstr "Nicht erkannte Typabkürzung: â msgid "Opening configuration file %s" msgstr "Öffne Konfigurationsdatei %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Zeile %d zu lang (maximal %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Syntaxfehler %s:%u: Block fängt ohne Namen an." diff --cc po/el.po index 2cbbcf291,f2459879f..3d45aa390 --- a/po/el.po +++ b/po/el.po @@@ -18,7 -18,7 +18,7 @@@ msgid " msgstr "" "Project-Id-Version: apt_po_el_new\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-01-18 15:16+0200\n" "Last-Translator: Konstantinos Margaritis \n" "Language-Team: Greek \n" @@@ -2141,12 -2126,12 +2141,12 @@@ msgstr "Μη αναγνωρισμένο msgid "Opening configuration file %s" msgstr "Άνοιγμα του αρχείου ρυθμίσεων %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Η γραμμή %d έχει υπερβολικό μήκος (μέγιστο %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Συντακτικό σφάλμα %s:%u: Το block αρχίζει χωρίς όνομα." diff --cc po/en_GB.po index bc9bf3a50,eba9735c5..3cdaaa82c --- a/po/en_GB.po +++ b/po/en_GB.po @@@ -7,7 -7,7 +7,7 @@@ msgid " msgstr "" "Project-Id-Version: apt 0.6.46.2\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-10-12 11:07+0100\n" "Last-Translator: Neil Williams \n" "Language-Team: en_GB \n" @@@ -2098,12 -2083,12 +2098,12 @@@ msgstr "Unrecognized type abbreviation msgid "Opening configuration file %s" msgstr "Opening configuration file %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Line %d too long (max %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Syntax error %s:%u: Block starts with no name." diff --cc po/es.po index 0ee2b5faf,ffa43d739..eddc7e285 --- a/po/es.po +++ b/po/es.po @@@ -10,7 -10,7 +10,7 @@@ msgid " msgstr "" "Project-Id-Version: apt 0.6.42.3exp1\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-10-08 00:23+0200\n" "Last-Translator: Javier Fernandez-Sanguino \n" "Language-Team: Debian Spanish \n" @@@ -2134,12 -2119,12 +2134,12 @@@ msgstr "Tipo de abreviación no reconoci msgid "Opening configuration file %s" msgstr "Abriendo fichero de configuración %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Línea %d demasiado larga (máx %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Error de sintaxis %s:%u: No hay un nombre al comienzo del bloque." diff --cc po/eu.po index 05b8dc43d,f27f1005a..4bbb76b5d --- a/po/eu.po +++ b/po/eu.po @@@ -7,7 -7,7 +7,7 @@@ msgid " msgstr "" "Project-Id-Version: apt_po_eu\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-09-27 13:59+0200\n" "Last-Translator: Piarres Beobide \n" "Language-Team: librezale \n" @@@ -2112,12 -2097,12 +2112,12 @@@ msgstr "Mota ezezaguneko laburtzapena: msgid "Opening configuration file %s" msgstr "%s konfigurazio-fitxategia irekitzen" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "%d lerroa luzeegia da (gehienez %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Sintaxi-errorea, %s:%u: Blokearen hasieran ez dago izenik." diff --cc po/fi.po index 9cfd02c39,363c21508..636f632ed --- a/po/fi.po +++ b/po/fi.po @@@ -8,7 -8,7 +8,7 @@@ msgid " msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-09-29 16:06+0300\n" "Last-Translator: Tapio Lehtonen \n" "Language-Team: Finnish \n" @@@ -2107,12 -2092,12 +2107,12 @@@ msgstr "Tuntematon tyypin lyhenne: \"%c msgid "Opening configuration file %s" msgstr "Avataan asetustiedosto %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Rivi %d on liian pitkä (enintään %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Syntaksivirhe %s: %u: Lohko alkaa ilman nimeä." diff --cc po/fr.po index 5de349f64,fa8e7e192..3dc764a50 --- a/po/fr.po +++ b/po/fr.po @@@ -8,8 -8,8 +8,8 @@@ msgid " msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" -"PO-Revision-Date: 2007-06-12 22:24+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" +"PO-Revision-Date: 2007-05-08 11:30+0200\n" "Last-Translator: Christian Perrier \n" "Language-Team: French \n" "MIME-Version: 1.0\n" @@@ -2153,12 -2118,12 +2153,12 @@@ msgstr "Type d'abréviation non reconnue msgid "Opening configuration file %s" msgstr "Ouverture du fichier de configuration %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "La ligne %d est trop longue (maxi %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Erreur syntaxique %s:%u : le bloc commence sans aucun nom." diff --cc po/gl.po index a989b47ef,24f896f26..a7ff71dea --- a/po/gl.po +++ b/po/gl.po @@@ -6,8 -6,8 +6,8 @@@ msgid " msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" -"PO-Revision-Date: 2007-06-18 15:26+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" +"PO-Revision-Date: 2007-02-28 13:14+0100\n" "Last-Translator: Jacobo Tarrío \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" @@@ -2122,12 -2109,12 +2122,12 @@@ msgstr "Abreviatura de tipo \"%c\" desc msgid "Opening configuration file %s" msgstr "A abrir o ficheiro de configuración %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Liña %d longa de máis (máximo %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Erro de sintaxe %s:%u: O bloque comeza sen un nome." diff --cc po/he.po index f4a800ab5,df7e107ff..b192dd008 --- a/po/he.po +++ b/po/he.po @@@ -7,7 -7,7 +7,7 @@@ msgid " msgstr "" "Project-Id-Version: apt 0.5.25\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2004-06-10 19:58+0300\n" "Last-Translator: Lior Kaplan \n" "Language-Team: Hebrew\n" @@@ -1918,12 -1903,12 +1918,12 @@@ msgstr " msgid "Opening configuration file %s" msgstr "" -#: apt-pkg/contrib/configuration.cc:509 +#: apt-pkg/contrib/configuration.cc:510 #, c-format - msgid "Line %d too long (max %lu)" -msgid "Line %d too long (max %d)" ++msgid "Line %d too long (max %u)" msgstr "" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "" diff --cc po/hu.po index c1c58e2fa,251e3e6b5..87983ce7f --- a/po/hu.po +++ b/po/hu.po @@@ -7,7 -7,7 +7,7 @@@ msgid " msgstr "" "Project-Id-Version: hu\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-10-21 11:04+0100\n" "Last-Translator: SZERVÁC Attila \n" "Language-Team: Hungarian \n" @@@ -2103,12 -2088,12 +2103,12 @@@ msgstr "Ismeretlen típusrövidítés: msgid "Opening configuration file %s" msgstr "%s konfigurációs fájl megnyitása" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "A(z) %d. sor túl hosszú (maximum %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Szintaktikai hiba %s: %u: A blokk név nélkül kezdődik" diff --cc po/it.po index 1d47847ab,49fe11821..0b94d55bf --- a/po/it.po +++ b/po/it.po @@@ -5,7 -5,7 +5,7 @@@ msgid " msgstr "" "Project-Id-Version: apt 0.5.5\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-10-12 09:27+0200\n" "Last-Translator: Samuele Giovanni Tonon \n" "Language-Team: Italian \n" @@@ -2131,12 -2116,12 +2131,12 @@@ msgstr "Tipo di abbreviazione non ricon msgid "Opening configuration file %s" msgstr "Apertura del file di configurazione %s in corso" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Linea %d troppo lunga (max %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Errore di sintassi %s:%u: Il blocco inizia senza nome" diff --cc po/ja.po index 8728f996b,30e683bd7..f8f9d6ce1 --- a/po/ja.po +++ b/po/ja.po @@@ -8,7 -8,7 +8,7 @@@ msgid " msgstr "" "Project-Id-Version: apt 0.6\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-09-08 19:57+0900\n" "Last-Translator: Kenshi Muto \n" "Language-Team: Debian Japanese List \n" @@@ -2117,12 -2102,12 +2117,12 @@@ msgstr "理解できない省略形式ã msgid "Opening configuration file %s" msgstr "設定ファイル %s をオープンできませんでした" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "%d 行目が長すぎます (最大 %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "文法エラー %s:%u: ブロックが名前なしで始まっています。" diff --cc po/ko.po index 16d87bef9,ce4dee022..f8f077717 --- a/po/ko.po +++ b/po/ko.po @@@ -5,7 -5,7 +5,7 @@@ msgid " msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-10-12 21:22-0400\n" "Last-Translator: Sunjae Park \n" "Language-Team: Korean \n" @@@ -2102,12 -2087,12 +2102,12 @@@ msgstr "이 타입 줄임말을 알 ìˆ msgid "Opening configuration file %s" msgstr "설정 파일 %s 파일을 여는 중입니다" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "%d번 줄이 너무 깁니다 (최대 %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "문법 오류 %s:%u: 블럭이 이름으로 시작하지 않습니다." diff --cc po/nb.po index 12b7a3500,c68a80aaa..78e78e430 --- a/po/nb.po +++ b/po/nb.po @@@ -15,7 -15,7 +15,7 @@@ msgid " msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-10-16 00:35+0100\n" "Last-Translator: Hans Fredrik Nordhaug \n" "Language-Team: Norwegian Bokmal \n" @@@ -2121,12 -2106,12 +2121,12 @@@ msgstr "Ukjent typeforkortelse: «%c» msgid "Opening configuration file %s" msgstr "Åpner oppsettsfila %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Linje %d er for lang (maks %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Syntaksfeil %s:%u: Blokka starter uten navn." diff --cc po/nl.po index 96c360d1f,05b1bbe6a..4356b3c3b --- a/po/nl.po +++ b/po/nl.po @@@ -7,7 -7,7 +7,7 @@@ msgid " msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-10-17 22:35+0100\n" "Last-Translator: Bart Cornelis \n" "Language-Team: debian-l10n-dutch \n" @@@ -2142,12 -2127,12 +2142,12 @@@ msgstr "Onbekende typeafkorting '%c' msgid "Opening configuration file %s" msgstr "Configuratiebestand %s wordt geopend" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Regel %d is te lang (maxl %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Syntaxfout %s:%u: Blok start zonder naam." diff --cc po/nn.po index 9c3aa53cb,0da77a50e..6d69e25f7 --- a/po/nn.po +++ b/po/nn.po @@@ -9,7 -9,7 +9,7 @@@ msgid " msgstr "" "Project-Id-Version: apt_nn\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2005-02-14 23:30+0100\n" "Last-Translator: Havard Korsvoll \n" "Language-Team: Norwegian nynorsk \n" @@@ -2111,12 -2096,12 +2111,12 @@@ msgstr "Ukjend typeforkorting: «%c» msgid "Opening configuration file %s" msgstr "Opnar oppsettsfila %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Linja %d er for lang (maks %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Syntaksfeil %s:%u: Blokka startar utan namn." diff --cc po/pl.po index 04842ab64,92c805033..6ec253af4 --- a/po/pl.po +++ b/po/pl.po @@@ -6,7 -6,7 +6,7 @@@ msgid " msgstr "" "Project-Id-Version: apt 0.5.5\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-01-23 15:32+0100\n" "Last-Translator: Bartosz Fenski \n" "Language-Team: Polish \n" @@@ -2113,12 -2098,12 +2113,12 @@@ msgstr "Nierozpoznany skrót typu: '%c' msgid "Opening configuration file %s" msgstr "Otwieranie pliku konfiguracyjnego %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Linia %d jest zbyt d³uga (max %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "B³±d sk³adniowy %s:%u: Blok nie zaczyna siê nazw±." diff --cc po/pt.po index 567fdfe60,7b8440612..fa01380d2 --- a/po/pt.po +++ b/po/pt.po @@@ -7,7 -7,7 +7,7 @@@ msgid " msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2007-05-09 22:14+0100\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" @@@ -2121,12 -2106,12 +2121,12 @@@ msgstr "Abreviatura de tipo desconhecid msgid "Opening configuration file %s" msgstr "Abrindo ficheiro de configuração %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Linha %d é demasiado longa (max %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Erro de sintaxe %s:%u: Bloco inicia sem nome." diff --cc po/pt_BR.po index d631ce495,5917df80b..7d0bbf657 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@@ -7,7 -7,7 +7,7 @@@ msgid " msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-08-21 00:40-0300\n" "Last-Translator: Felipe Augusto van de Wiel (faw) \n" "Language-Team: l10n portuguese \n" @@@ -2120,12 -2105,12 +2120,12 @@@ msgstr "Abreviação de tipo desconheci msgid "Opening configuration file %s" msgstr "Abrindo arquivo de configuração %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Linha %d muito longa (máx. %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Erro de sintaxe %s:%u: Bloco inicia sem nome." diff --cc po/ro.po index 439dc11c7,ba80d5c5f..037508c8c --- a/po/ro.po +++ b/po/ro.po @@@ -6,7 -6,7 +6,7 @@@ msgid " msgstr "" "Project-Id-Version: apt_po_ro\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-09-19 01:35+0300\n" "Last-Translator: Sorin Batariuc \n" "Language-Team: Romanian \n" @@@ -2128,12 -2113,12 +2128,12 @@@ msgstr "Tip de prescurtare nerecunoscut msgid "Opening configuration file %s" msgstr "Deschidere fişier de configurare %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Linie %d prea lungă (max %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Eroare de sintaxă %s:%u: Blocul începe fără nume" diff --cc po/ru.po index 76faa0e46,7c2d00d1f..b4d358189 --- a/po/ru.po +++ b/po/ru.po @@@ -12,7 -12,7 +12,7 @@@ msgid " msgstr "" "Project-Id-Version: 0.6.46.4\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2007-01-03 23:33+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@@ -2145,12 -2130,12 +2145,12 @@@ msgstr "Неизвестная аббр msgid "Opening configuration file %s" msgstr "Открытие файла конфигурации %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Строка %d слишком длинна (максимум %d)." -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Синтаксическая ошибка %s:%u: в начале блока нет имени." diff --cc po/sk.po index cf67780c4,01aafcbc3..b34c405da --- a/po/sk.po +++ b/po/sk.po @@@ -7,7 -7,7 +7,7 @@@ msgid " msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-09-10 18:50+0200\n" "Last-Translator: Peter Mann \n" "Language-Team: Slovak \n" @@@ -2100,12 -2085,12 +2100,12 @@@ msgstr "Nerozpoznaná skratka typu: '%c msgid "Opening configuration file %s" msgstr "Otvára sa konfiguračný súbor %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Riadok %d je príliÅ¡ dlhý (nanajvýš %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Syntaktická chyba %s:%u: Blok začína bez názvu." diff --cc po/sl.po index 637db98c8,9c0f151b6..d6564f882 --- a/po/sl.po +++ b/po/sl.po @@@ -4,7 -4,7 +4,7 @@@ msgid " msgstr "" "Project-Id-Version: apt 0.5.5\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2005-02-16 22:18+0100\n" "Last-Translator: Jure Cuhalev \n" "Language-Team: Slovenian \n" @@@ -2101,12 -2086,12 +2101,12 @@@ msgstr "Ne-prepoznan tip okraj¹ave: '%c msgid "Opening configuration file %s" msgstr "Odpiranje nastavitvene datoteke %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Vrstica %d je predolga (najveè %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Skladenjska napaka %s:%u: Blok se zaène brez imena." diff --cc po/sv.po index 3f7e149e3,498aa4043..1b8a0069b --- a/po/sv.po +++ b/po/sv.po @@@ -7,7 -7,7 +7,7 @@@ msgid " msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-08-18 15:45+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@@ -2126,12 -2111,12 +2126,12 @@@ msgstr "Okänd typförkortning: \"%c\" msgid "Opening configuration file %s" msgstr "Öppnar konfigurationsfil %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Rad %d för lång (max %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Syntaxfel %s:%u: Block börjar utan namn." diff --cc po/tl.po index 26a060707,5980e81b6..909957450 --- a/po/tl.po +++ b/po/tl.po @@@ -10,7 -10,7 +10,7 @@@ msgid " msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2007-03-29 21:36+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@@ -2128,12 -2113,12 +2128,12 @@@ msgstr "Hindi kilalang katagang uri: '% msgid "Opening configuration file %s" msgstr "Binubuksan ang talaksang pagsasaayos %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Labis ang haba ng linyang %d (max %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Syntax error %s:%u: Nag-umpisa ang block na walang pangalan." diff --cc po/vi.po index 052951b98,7cec3c1e2..19fc1f997 --- a/po/vi.po +++ b/po/vi.po @@@ -6,8 -6,8 +6,8 @@@ msgid " msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 22:26+0200\n" -"PO-Revision-Date: 2007-06-21 15:56+0930\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" +"PO-Revision-Date: 2007-06-01 15:00+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@@ -2153,12 -2137,12 +2153,12 @@@ msgstr "Không nhận biết viết tẠmsgid "Opening configuration file %s" msgstr "Đang mở tập tin cấu hình %s..." -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "Dòng %d quá dài (tối đa %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "Gặp lỗi cú pháp %s:%u: khối bắt đầu không có tên." diff --cc po/zh_CN.po index 51f68874b,fe5108046..1ed92a494 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@@ -7,7 -7,7 +7,7 @@@ msgid " msgstr "" "Project-Id-Version: apt 0.5.23\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2007-03-29 17:14+0800\n" "Last-Translator: Kov Chai \n" "Language-Team: Debian Chinese [GB] \n" @@@ -2083,12 -2068,12 +2083,12 @@@ msgstr "无法识别的类型缩写:â msgid "Opening configuration file %s" msgstr "正在打开配置文件 %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "软件包来源档的第 %d 行超长了(长度限制为 %d)。" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "语法错误 %s:%u:配置小节没有以名字开头" diff --cc po/zh_TW.po index 35f14483e,9cb4895fc..7d950c562 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@@ -8,7 -8,7 +8,7 @@@ msgid " msgstr "" "Project-Id-Version: 0.5.4\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2007-07-09 17:17+0100\n" -"POT-Creation-Date: 2007-06-12 21:41+0200\n" ++"POT-Creation-Date: 2007-07-12 16:50+0100\n" "PO-Revision-Date: 2006-10-21 16:58+0800\n" "Last-Translator: Asho Yeh \n" "Language-Team: Chinese/Traditional \n" @@@ -2084,12 -2069,12 +2084,12 @@@ msgstr "不認識的簡寫類型:%c msgid "Opening configuration file %s" msgstr "開啟組態檔 %s" -#: apt-pkg/contrib/configuration.cc:509 -#, c-format -msgid "Line %d too long (max %d)" +#: apt-pkg/contrib/configuration.cc:510 +#, fuzzy, c-format - msgid "Line %d too long (max %lu)" ++msgid "Line %d too long (max %u)" msgstr "第 %d 行太長(最長 %d)" -#: apt-pkg/contrib/configuration.cc:605 +#: apt-pkg/contrib/configuration.cc:606 #, c-format msgid "Syntax error %s:%u: Block starts with no name." msgstr "語法錯誤 %s:%u: 區塊沒有名稱"