From: Scott James Remnant Date: Thu, 9 Jun 2005 05:12:56 +0000 (+0100) Subject: dpkg (1.13.7) experimental; urgency=low X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9d60c6ae08500e8b1a6794ce7b7e7981ad319ed;p=dpkg dpkg (1.13.7) experimental; urgency=low The "Maidenhead Creeping Water Plant" Release. * Reduced inability to open a log file to a warning, suppressed for non-root operations. Closes: #312383. -- Scott James Remnant Thu, 9 Jun 2005 06:12:56 +0100 --- diff --git a/ChangeLog b/ChangeLog index d8c0d00d..71f2de81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,26 @@ +2005-06-09 Scott James Remnant + + * configure.ac: Release 1.13.7. + + * src/main.c (setfile): Make inability to open the log file a + warning only, rather than bailing out; and if not running as root, + don't even show the warning. + +2005-06-09 Colin Watson + + * man/C/dpkg-architecture.1: Include example debian/rules snippet + to support older versions of dpkg-dev after updating to use new + variables. + +2005-06-09 Scott James Remnant + + * man/C/dpkg-architecture.1: Clean up examples using .nf and .fi + to produce a pre-like effect. Indent the examples a little. + 2005-06-06 Scott James Remnant + * configure.ac: Bump version to 1.13.7~. + * debian/dpkg.install: Don't use dh_install to copy the logrotate file because it can't rename things. * debian/rules (binary-arch): Install and rename manually instead. diff --git a/configure b/configure index 715b04cd..465f0db2 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for dpkg 1.13.6. +# Generated by GNU Autoconf 2.59 for dpkg 1.13.7. # # Report bugs to . # @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='dpkg' PACKAGE_TARNAME='dpkg' -PACKAGE_VERSION='1.13.6' -PACKAGE_STRING='dpkg 1.13.6' +PACKAGE_VERSION='1.13.7' +PACKAGE_STRING='dpkg 1.13.7' PACKAGE_BUGREPORT='debian-dpkg@lists.debian.org' ac_unique_file="lib/dpkg.h" @@ -816,7 +816,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures dpkg 1.13.6 to adapt to many kinds of systems. +\`configure' configures dpkg 1.13.7 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -883,7 +883,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of dpkg 1.13.6:";; + short | recursive ) echo "Configuration of dpkg 1.13.7:";; esac cat <<\_ACEOF @@ -1037,7 +1037,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -dpkg configure 1.13.6 +dpkg configure 1.13.7 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1051,7 +1051,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by dpkg $as_me 1.13.6, which was +It was created by dpkg $as_me 1.13.7, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1841,7 +1841,7 @@ fi # Define the identity of the package. PACKAGE='dpkg' - VERSION='1.13.6' + VERSION='1.13.7' cat >>confdefs.h <<_ACEOF @@ -15388,7 +15388,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by dpkg $as_me 1.13.6, which was +This file was extended by dpkg $as_me 1.13.7, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15451,7 +15451,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -dpkg config.status 1.13.6 +dpkg config.status 1.13.7 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 4ea68224..822b9473 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([dpkg], [1.13.6], [debian-dpkg@lists.debian.org]) +AC_INIT([dpkg], [1.13.7], [debian-dpkg@lists.debian.org]) AC_CONFIG_SRCDIR([lib/dpkg.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index 2ba0f042..e721f827 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +dpkg (1.13.7) experimental; urgency=low + + The "Maidenhead Creeping Water Plant" Release. + + * Reduced inability to open a log file to a warning, suppressed for + non-root operations. Closes: #312383. + + -- Scott James Remnant Thu, 9 Jun 2005 06:12:56 +0100 + dpkg (1.13.6) experimental; urgency=low The "Just kidding about the God part" Release. diff --git a/man/C/dpkg-architecture.1 b/man/C/dpkg-architecture.1 index cf10c258..03ff6061 100644 --- a/man/C/dpkg-architecture.1 +++ b/man/C/dpkg-architecture.1 @@ -117,45 +117,89 @@ dpkg-architecture with the \-q option. Here are some examples, which also show how you can improve the cross compilation support in your package: .PP + Instead of: -.PP +.IP +.nf ARCH=`dpkg \-\-print\-architecture` configure $(\s-1ARCH\s0)\-linux +.fi .PP please use the following: -.PP +.IP +.nf \&\s-1DEB_BUILD_GNU_TYPE\s0 := $(shell dpkg-architecture \-qDEB_BUILD_GNU_TYPE) \&\s-1DEB_HOST_GNU_TYPE\s0 := $(shell dpkg-architecture \-qDEB_HOST_GNU_TYPE) -.PP + configure \-\-build=$(\s-1DEB_BUILD_GNU_TYPE\s0) \-\-host=$(\s-1DEB_HOST_GNU_TYPE\s0) +.fi .PP + Instead of: -.PP +.IP +.nf ARCH=`dpkg \-\-print\-architecture` ifeq ($(\s-1ARCH\s0),alpha) ... endif +.fi .PP please use: -.PP +.IP +.nf \&\s-1DEB_HOST_ARCH\s0 := $(shell dpkg-architecture \-qDEB_HOST_ARCH) -.PP + ifeq ($(\s-1DEB_HOST_ARCH\s0),alpha) ... endif +.fi +.PP +or if you only need to check the CPU or OS type, use the DEB_HOST_ARCH_CPU +or DEB_HOST_ARCH_OS variables. .PP In general, calling dpkg in the rules file to get architecture information is deprecated (until you want to provide backward compatibility, see below). Especially the \-\-print\-architecture option is unreliable since we have Debian architectures which don't equal a processor name. + .SH "BACKWARD COMPATIBILITY" .IX Header "BACKWARD COMPATIBILITY" -When providing a new facility, it is always a good idea to stay -compatible with old versions of the programs. Note that -dpkg-architecture does not affect old debian/rules files, so the only -thing to consider is using old versions of dpkg-dev with new -debian/rules files. The following does the job: +The DEB_HOST_ARCH_CPU and DEB_HOST_ARCH_OS variables were only introduced +in relatively versions of \fIdpkg-architecture\fR (since dpkg 1.13.2), +before this \fIdebian/rules\fR files tended to check the values of the +DEB_HOST_GNU_CPU or DEB_HOST_GNU_TYPE variables which have been subject +to change. +.PP +Where \fIdebian/rules\fR files check these variables to decide how or what +to compile, this should be updated to use the new variables and values. +You may wish to retain backwards compatibility with older version of +dpkg-dev by using the following code: +.IP +.nf +DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU 2>/dev/null) +DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null) + +# Take account of old dpkg-architecture output. +ifeq ($(DEB_HOST_ARCH_CPU),) + DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_GNU_CPU) + ifeq ($(DEB_HOST_ARCH_CPU),x86_64) + DEB_HOST_ARCH_CPU := amd64 + endif +endif +ifeq ($(DEB_HOST_ARCH_OS),) + DEB_HOST_ARCH_OS := $(subst -gnu,,$(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)) + ifeq ($(DEB_HOST_ARCH_OS),gnu) + DEB_HOST_ARCH_OS := hurd + endif +endif +.fi .PP +And similarly for DEB_BUILD_ARCH_CPU and DEB_BUILD_ARCH_OS. +.PP +If you still wish to support versions of dpkg-dev that did not include +\fIdpkg-architetcure\fR, the following does the job: +.IP +.nf \&\s-1DEB_BUILD_ARCH\s0 := $(shell dpkg \-\-print\-architecture) \&\s-1DEB_BUILD_GNU_CPU\s0 := $(patsubst hurd\-%,%,$(\s-1DEB_BUILD_ARCH\s0)) ifeq ($(filter\-out hurd\-%,$(\s-1DEB_BUILD_ARCH\s0)),) @@ -164,11 +208,12 @@ else \s-1DEB_BUILD_GNU_SYSTEM\s0 := linux-gnu endif DEB_BUILD_GNU_TYPE=$(\s-1DEB_BUILD_GNU_CPU\s0)\-$(\s-1DEB_BUILD_GNU_SYSTEM\s0) -.PP + \&\s-1DEB_HOST_ARCH\s0 := $(\s-1DEB_BUILD_ARCH\s0) \&\s-1DEB_HOST_GNU_CPU\s0 := $(\s-1DEB_BUILD_GNU_CPU\s0) \&\s-1DEB_HOST_GNU_SYSTEM\s0 := $(\s-1DEB_BUILD_GNU_SYSTEM\s0) \&\s-1DEB_HOST_GNU_TYPE\s0 := $(\s-1DEB_BUILD_GNU_TYPE\s0) +.fi .PP Put a subset of these lines at the top of your debian/rules file; these default values will be overwritten if dpkg-architecture is used. diff --git a/po/bs.gmo b/po/bs.gmo index 4b1ed182..3dc8b94f 100644 Binary files a/po/bs.gmo and b/po/bs.gmo differ diff --git a/po/bs.po b/po/bs.po index 4db30573..34d5c7a1 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2004-11-27 01:29+0100\n" "Last-Translator: Safir Å ećerović \n" "Language-Team: Bosnian \n" @@ -2134,12 +2134,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "" -#: src/main.c:291 +#: src/main.c:295 #, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2180,47 +2180,47 @@ msgid "" "Forcing options marked [*] are enabled by default.\n" msgstr "" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "" diff --git a/po/ca.gmo b/po/ca.gmo index 61133e32..af18e613 100644 Binary files a/po/ca.gmo and b/po/ca.gmo differ diff --git a/po/ca.po b/po/ca.po index af91aba8..1cd67310 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg 1.10.25\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-01-09 19:53+0100\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" @@ -2438,12 +2438,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "enter invàlid per a --%s: «%.250s»" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "no es pot obrir el fitxer de depuració «%.255s»\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2533,47 +2533,47 @@ msgstr "" "seriosament la instal·lació. Les opcions de forçat marcades amb [*] estan\n" "activades per defecte.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "opció force/refuse desconeguda «%.*s»" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "no s'ha pogut fer «malloc» en execbackend" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "no s'ha pogut fer «strdup» en execbackend" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "no s'ha pogut executar %s" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd accepta 1 argument, no 0" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd només accepta 1 argument" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "número invàlid per a --command-fd" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "no s'ha pogut obrir «%i» per a un flux" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "eof inesperat abans de la fí de la línia %d" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "es necessita una opció d'acció" diff --git a/po/cs.gmo b/po/cs.gmo index d4cf63f9..6211f9dd 100644 Binary files a/po/cs.gmo and b/po/cs.gmo differ diff --git a/po/cs.po b/po/cs.po index db6435f1..ec98fa62 100644 --- a/po/cs.po +++ b/po/cs.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-01-01 16:47+0100\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@ -2349,12 +2349,12 @@ msgstr "--ignore-depends pot msgid "invalid integer for --%s: `%.250s'" msgstr "neplatné èíslo pro --%s: `%.250s'" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "nepodaøilo se otevøít ladící soubor `%.255s'\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2435,47 +2435,47 @@ msgstr "" "VAROVÁNÍ - pou¾ití oznaèených [!] pøepínaèù mù¾e vá¾nì po¹kodit instalaci.\n" "Implicitnì zapnuté donucovací volby jsou oznaèeny [*].\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "neznámá force/refuse volba `%.*s'" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "nelze provést malloc() v execbackend" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "nelze provést strdup v execbackend" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "nelze spustit %s" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd vy¾aduje jeden parametr" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd vy¾aduje pouze jeden parametr" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "neplatné èíslo pro --command-fd" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "nelze otevøít `%i' pro proud" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "neoèekávaný konec souboru pøed koncem øádku %d" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "potøebuji zadat akci" diff --git a/po/da.gmo b/po/da.gmo index 2acb2399..f0ef541e 100644 Binary files a/po/da.gmo and b/po/da.gmo differ diff --git a/po/da.po b/po/da.po index 28ba059f..610c9acf 100644 --- a/po/da.po +++ b/po/da.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg_1.10.19_da\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-01-01 22:10+0100\n" "Last-Translator: Claus Hindsgaul \n" "Language-Team: Danish \n" @@ -2366,12 +2366,12 @@ msgstr "--ignore-depends kr msgid "invalid integer for --%s: `%.250s'" msgstr "ugyldigt heltal for --%s: '%.250s'" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "kunne ikke åbne aflusningsfil '%.255s'\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2452,47 +2452,47 @@ msgstr "" "alvorligt.\n" "Gennemtvingsningstilvalg mærket [*] er aktiveret som standard.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "ukendt gennemtvingnings/afvisnings-tilvalg '%.*s'" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "kunne ikke udføre 'malloc' i execbackend" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "kunne ikke udføre 'strdup' i execbackend" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "kunne ikke eksekvere %s" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd tager 1 parameter, ikke 0" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd tager kun 1 parameter" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "ugyldigt tal for --command-fd" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "kunne ikke åbne '%i' for strøm" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "uventet slut-på-fil før afslutningen af linje %d" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "kræver et handlings-tilvalg" diff --git a/po/de.gmo b/po/de.gmo index c2ee195d..000d956f 100644 Binary files a/po/de.gmo and b/po/de.gmo differ diff --git a/po/de.po b/po/de.po index 49c1ebac..4395df30 100644 --- a/po/de.po +++ b/po/de.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Debian dpkg 1.10.26\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-01-03 11:24 +0100\n" "Last-Translator: Michael Piefel \n" "Language-Team: German \n" @@ -2381,12 +2381,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "ungültige Zahl für --%s: »%.250s«" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "konnte Debug-Datei »%.255s« nicht öffnen\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2476,48 +2476,48 @@ msgstr "" "schwer\n" "beschädigen. Optionen markierten mit [*] sind per Vorgabe angestellt.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "unbekannte force/refuse-Option »%.*s«" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "konnte kein malloc durchführen in execbackend" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "konnte kein strdup durchführen in execbackend" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "konnte %s nicht ausführen" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd nimmt 1 Argument, nicht 0" # -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd nimmt nur 1 Argument" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "ungültige Zahl für --command-fd" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "konnte »%i« nicht für Stream öffnen" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "unerwartetes Dateiende vor Ende der Zeile %d" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "brauche eine Aktions-Option" diff --git a/po/dpkg.pot b/po/dpkg.pot index d012a7fa..521b8afc 100644 --- a/po/dpkg.pot +++ b/po/dpkg.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2131,12 +2131,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "" -#: src/main.c:291 +#: src/main.c:295 #, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2177,47 +2177,47 @@ msgid "" "Forcing options marked [*] are enabled by default.\n" msgstr "" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "" diff --git a/po/el.gmo b/po/el.gmo index afe58cf5..24836e84 100644 Binary files a/po/el.gmo and b/po/el.gmo differ diff --git a/po/el.po b/po/el.po index cb475235..f1c7ff8f 100644 --- a/po/el.po +++ b/po/el.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg_1_13_po_el\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-02-20 14:49EEST\n" "Last-Translator: Greek Translation Team \n" @@ -2408,12 +2408,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "μη έγκυρος ακέραιος για --%s: `%.250s'" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "αδύνατο το άνοιγμα του αρχείου debug `%.255s'\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2498,47 +2498,47 @@ msgstr "" "για το σύστημά σας. Ο εξαναγκασμός των επιλογών με σήμανση [*] είναι εξ'\n" "ορισμού ενεργοποιημένος.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "άγνωστη επιλογή force/refuse `%.*s'" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "αδύνατη η δέσμευση μνήμης με τη malloc στο execbackend" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "αδύνατη η αντιγραφή συμβολοσειράς με τη strdup στο execbackend" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "αδύνατη η εκτέλεση του %s" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "η --command-fd παίρνει 1 όρισμα, όχι 0" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd παίρνει μόνο 1 όρισμα" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "μη έγκυρος αριθμός για το --command-fd" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "αδύνατο το άνοιγμα του `%i' ως ροή (stream)" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "απρόσμενο eof πριν το τέλος της γραμμής %d" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "χρειάζεται μια επιλογή ενέργειας" diff --git a/po/es.gmo b/po/es.gmo index 11114b69..8b7593d8 100644 Binary files a/po/es.gmo and b/po/es.gmo differ diff --git a/po/es.po b/po/es.po index 2ef71123..ee2ac961 100644 --- a/po/es.po +++ b/po/es.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Debian dpkg 1.10.18\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2004-12-31 12:07+0100\n" "Last-Translator: Javier Fernández-Sanguino \n" "Language-Team: Spanish \n" @@ -2485,12 +2485,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "entero inválido para --%s: `%.250s'" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "no se puede abrir el fichero de depuración `%.255s'\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2583,47 +2583,47 @@ msgstr "" "la instalación. Las opciones de forzado marcadas con [*] están activadas\n" "por omisión.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "opción force/refuse desconocida `%.*s'" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "no se pudo ejecutar malloc en execbackend" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "no se pudo ejecutar strdup en execbackend" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "fallo al ejecutar %s" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd toma 1 argumento, no 0" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd sólo toma 1 argumento" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "número inválido para --command-fd" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "no se pudo abrir `%i' para un flujo" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "eof inesperado antes del fin de la línea %d" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "se necesita una opción de acción" diff --git a/po/eu.gmo b/po/eu.gmo index d8633f49..530a4667 100644 Binary files a/po/eu.gmo and b/po/eu.gmo differ diff --git a/po/eu.po b/po/eu.po index c7510cc5..40c65378 100644 --- a/po/eu.po +++ b/po/eu.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg-eu\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-01-09 20:49+0100\n" "Last-Translator: Piarres Beobide \n" "Language-Team: Librezale.org \n" @@ -2417,12 +2417,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "--%s-rentzat zenbaki oso baliogabea: `%.250s'" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "ezin da `%.255s' arazpen fitxategia ireki\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2502,47 +2502,47 @@ msgstr "" "liteke.\n" "[*] markaturik dauden indartze aukerak lehenetsirik daude.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "indartze/debekatze aukera ezezaguna: `%.*s'" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "ezin da execbackend-en malloc egin" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "ezin da execbackend-en strdup egin" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "huts %s exekutatzean" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd argumentu bat behar du, ez 0" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd-ek bakarrik argumentu bat onartzen du" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "--command-fd -rentzat zenbaki baliogabea" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "Ezin da korrontearentzat '%i? ireki" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "ezuzteko fitxategi amaiera %d lerro amaiaeran" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "ekintza aukera bat behar da" diff --git a/po/fr.gmo b/po/fr.gmo index 487a9285..c513d847 100644 Binary files a/po/fr.gmo and b/po/fr.gmo differ diff --git a/po/fr.po b/po/fr.po index aa52336d..a1191570 100644 --- a/po/fr.po +++ b/po/fr.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: Debian dpkg 1.6.13\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-03-30 08:43+0200\n" "Last-Translator: Christian Perrier \n" "Language-Team: French \n" @@ -2524,12 +2524,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "entier incorrect pour --%s « %.250s »" -#: src/main.c:291 -#, c-format -msgid "couldn't open log `%s'" +#: src/main.c:295 +#, fuzzy, c-format +msgid "couldn't open log `%s': %s\n" msgstr "impossible d'ouvrir le fichier de journal « %s »" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2621,47 +2621,47 @@ msgstr "" " installation.\n" "Les options de forçage marquées [*] sont activées par défaut.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "option de forçage/refus « %.*s » inconnue" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "Impossible de faire un « malloc » dans « execbackend »" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "Impossible de faire un « strdup » dans « execbackend »" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "échec de l'exécution de « %s »" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd prend un argument et non zéro" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd ne prend qu'un argument" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "nombre invalide pour --command-fd" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "impossible d'ouvrir le flux d'entrée « %i »" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "EOF inattendu avant la fin de la ligne %d" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "requiert une option d'action" diff --git a/po/gl.gmo b/po/gl.gmo index 8b3907bd..4f183637 100644 Binary files a/po/gl.gmo and b/po/gl.gmo differ diff --git a/po/gl.po b/po/gl.po index b7d5f02a..cfa7e376 100644 --- a/po/gl.po +++ b/po/gl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg 1.9.0\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-02-05 13:10+0100\n" "Last-Translator: Héctor Fernández López \n" "Language-Team: Galician \n" @@ -2390,13 +2390,13 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "enteiro incorrecto para --%s: `%.250s'" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "non se puido abrir o ficheiro de depurado `%.255s'\n" # `incidental' -> tomei a traducción da versión castelá -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2475,47 +2475,47 @@ msgstr "" "instalación. As opcións de forzado marcadas con [*] están activadas\n" "por defecto.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "opción force/refuse descoñecida `%.*s'" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "non se puido facer malloc en execbackend" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "non se puido facer strdup en execbackend" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "erro ó executar %s" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd leva 1 argumento, non 0" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd só leva 1 argumento" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "número non válido para --command-fd" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "non se puido abrir `%i' en modo fluxo" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "eof inesperado antes do fin da liña %d" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "é necesaria unha opción de acción" diff --git a/po/he.gmo b/po/he.gmo index 45e133ca..c7f0d69c 100644 Binary files a/po/he.gmo and b/po/he.gmo differ diff --git a/po/he.po b/po/he.po index d5db799b..0e867d7b 100644 --- a/po/he.po +++ b/po/he.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2004-10-07 03:01+0200\n" "Last-Translator: Lior Kaplan \n" "Language-Team: English \n" @@ -2131,12 +2131,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "" -#: src/main.c:291 +#: src/main.c:295 #, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2177,47 +2177,47 @@ msgid "" "Forcing options marked [*] are enabled by default.\n" msgstr "" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "" diff --git a/po/id.gmo b/po/id.gmo index 6ffe56e7..f170c5dc 100644 Binary files a/po/id.gmo and b/po/id.gmo differ diff --git a/po/id.po b/po/id.po index 300a9032..06ca91e5 100644 --- a/po/id.po +++ b/po/id.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-03-07 17:41+0700\n" "Last-Translator: Arief S Fitrianto \n" "Language-Team: Debian Indonesia L10N Team \n" "Language-Team: italian \n" @@ -2456,12 +2456,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "numero intero non valido per l'opzione --%s: `%.250s'" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "impossibile aprire il file di debug `%.255s'\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2550,47 +2550,47 @@ msgstr "" "seriamente la vostra installazione.\n" "Le opzioni contrassegnate da [*] sono abilitate di default.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "opzione force/refuse sconosciuta: `%.*s'" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "impossibile fare malloc in execbackend" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "impossibile fare strdup in execbackend" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "impossibile eseguire %s" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd accetta un parametro, non nessuno" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd accetta un solo parametro" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "numero non valido in --command-fd" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "impossibile aprire `%i' per ricevere il flusso" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "eof inaspettato prima della fine della linea %d" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "è necessaria una opzione che indichi che azione svolgere" diff --git a/po/ja.gmo b/po/ja.gmo index 970f133d..b902303c 100644 Binary files a/po/ja.gmo and b/po/ja.gmo differ diff --git a/po/ja.po b/po/ja.po index b6d21947..9306ccb6 100644 --- a/po/ja.po +++ b/po/ja.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.10.23\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2004-12-31 16:22+0900\n" "Last-Translator: Kenshi Muto \n" "Language-Team: Debian Japanease List \n" @@ -2386,12 +2386,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "--%s ¤ËÂФ¹¤ëÉÔÀµ¤ÊÀ°¿ô¤Ç¤¹: `%.250s'" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "¥Ç¥Ð¥Ã¥°¥Õ¥¡¥¤¥ë `%.250s' ¤ò¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2465,47 +2465,47 @@ msgstr "" "·Ù¹ð:[!]¤Î¤¢¤ë¥ª¥×¥·¥ç¥ó¤Î»ÈÍѤ¹¤ë¤È¡¢¥¤¥ó¥¹¥È¡¼¥ë»þ¤Ë¿¼¹ï¤Ê¥À¥á¡¼¥¸¤ò\n" "¼õ¤±¤ë¾ì¹ç¤¬¤¢¤ë¡£[*]¤Î¤Ä¤¤¤¿¥ª¥×¥·¥ç¥ó¤Ï¥Ç¥Õ¥©¥ë¥È¤ÇÍ­¸ú¡£\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "ÉÔÌÀ¤Ê¶¯À©¡¦µñÈÝ(force/refuse)¥ª¥×¥·¥ç¥ó `%.*s'" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "¥Ð¥Ã¥¯¥¨¥ó¥É¤Î¼Â¹Ô¤Ç malloc ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "¥Ð¥Ã¥¯¥¨¥ó¥É¤Î¼Â¹Ô¤Ç strdup ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "%s ¤Î¼Â¹Ô¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd ¤Ï 1 ¤Ä¤Î°ú¿ô¤ò¼è¤ê¤Þ¤¹¡£" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd ¤Ï°ú¿ô¤ò 1 ¤Ä¤À¤±°ú¿ô¤ò¼è¤ê¤Þ¤¹¡£" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "--command-fd ¤Ø¤ÎÃͤ¬ÉÔÀµ¤Ç¤¹" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "`%i' ¤ò¥¹¥È¥ê¡¼¥à¤È¤·¤Æ¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "%d ¹ÔÌܤιÔËö¤Þ¤Ç¤Ëͽ´ü¤·¤Ê¤¤ eof ¤¬¤¢¤ê¤Þ¤¹¡£" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "¥¢¥¯¥·¥ç¥ó¤ò»ØÄꤹ¤ë¥ª¥×¥·¥ç¥ó¤¬É¬ÍפǤ¹¡£" diff --git a/po/ko.gmo b/po/ko.gmo index 1e48f864..1b79c986 100644 Binary files a/po/ko.gmo and b/po/ko.gmo differ diff --git a/po/ko.po b/po/ko.po index c82bbf8e..006156ad 100644 --- a/po/ko.po +++ b/po/ko.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.10.22\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2004-11-21 03:52+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Korean \n" @@ -2352,12 +2352,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "--%s 옵션에 숫자가 잘못되었습니다: `%.250s'" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "디버그 파일 `%.255s'을(를) 열 수 없습니다\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2428,48 +2428,48 @@ msgstr "" "경고 - [!]가 붙은 옵션을 사용하면 설치 상태를 심각하게 망가질 수 있습니다.\n" "[*]가 표시된 강제 옵션은 기본값으로 켜집니다.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "알 수 없는 force/refuse 옵션 `%.*s'" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "execbackend에서 malloc할 수 없습니다" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "execbackend에서 strdup할 수 없습니다" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "%s 실행이 실패했습니다" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd 옵션은 0개가 아니라 1개의 인수를 받습니다" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd 옵션은 정확히 1개의 인수만 받습니다" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "--command-fd 옵션에 번호가 올바르지 않습니다" # fdopen() 실패 상황 -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "`%i' 파일디스크립터를 스트림으로 열 수 없습니다" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "%d번째 줄이 끝나기 전에 예상치 못하게 파일이 끝났습니다" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "명령 옵션이 필요합니다" diff --git a/po/nb.gmo b/po/nb.gmo index 2e623c85..d6dbffa8 100644 Binary files a/po/nb.gmo and b/po/nb.gmo differ diff --git a/po/nb.po b/po/nb.po index f73e36d4..2be39807 100644 --- a/po/nb.po +++ b/po/nb.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-01-25 11:14+0100\n" "Last-Translator: Hans Fredrik Nordhaug \n" "Language-Team: Norwegian BokmÃ¥l \n" @@ -2366,12 +2366,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "ugyldig heltall for --%s: «%.250s»" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "klarte ikke Ã¥pne avlusingsfil `%.255s'\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2447,47 +2447,47 @@ msgstr "" "ADVARSEL - Funksjoner merket med [!] kan ødelegge installasjonen alvorlig.\n" "Opsjoner som er merket med [*] er slÃ¥tt pÃ¥ som standard.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "ukjent tvangs-/avvisningsopsjon «%.*s»" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "klarte ikke utføre «malloc» i execbackend" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "klarte ikke utføre «strdup» i execbackend" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "klarte ikke kjøre %s" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd tar ett argument, ikke 0" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd tar bare ett argument" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "ugyldig tall for --command-fd" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "klarte ikke Ã¥pne «%i» for strøm" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "uventet slutt pÃ¥ fil før slutten av linje %d" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "trenger et handlingsvalg" diff --git a/po/nl.gmo b/po/nl.gmo index 2c7ef4d1..5d1db0c0 100644 Binary files a/po/nl.gmo and b/po/nl.gmo differ diff --git a/po/nl.po b/po/nl.po index fa42695a..ffb82293 100644 --- a/po/nl.po +++ b/po/nl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg 1.9.4\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-01-06 23:41+0100\n" "Last-Translator: Bart Cornelis \n" "Language-Team: Dutch \n" @@ -2384,12 +2384,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "ongeldig getal voor --%s: `%.250s'" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "kon debugbestand `%.255s' niet openen\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2476,47 +2476,47 @@ msgstr "" "ernstig beschadigen.\n" "Forceeropties gemarkeerd met [*] staan standaard aan.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "onbekende force/refuse optie `%.*s'" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "kon geen geheugen reserveren in exec-backend" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "strdup is mislukt in exec-backend" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "kon %s niet uitvoeren" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd verwacht een argument, niet nul" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd verwacht slechts één argument" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "ongeldig nummer voor --command-fd" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "kon `%i' niet openen voor stream" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "onverwacht bestandseinde voor einde regel %d" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "heb een actie-optie nodig" diff --git a/po/nn.gmo b/po/nn.gmo index 7e62b079..9aab4fc6 100644 Binary files a/po/nn.gmo and b/po/nn.gmo differ diff --git a/po/nn.po b/po/nn.po index 083d2f9d..2f172498 100644 --- a/po/nn.po +++ b/po/nn.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg_nn\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-01-08 16:16+0100\n" "Last-Translator: HÃ¥vard Korsvoll \n" "Language-Team: Norwegian (Nynorsk) \n" @@ -2376,12 +2376,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "ugyldig heiltal for --%s: «%.250s»" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "klarte ikkje opna avlusingsfil `%.255s'\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2460,47 +2460,47 @@ msgstr "" "alvorleg.\n" "Vala som er merkte med [*] er slÃ¥tt pÃ¥ som standard.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "ukjend tvingings-/avvisingsval «%.*s»" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "klarte ikkje utføra «malloc» i execbackend" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "klarte ikkje utføra «strdup» i execbackend" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "klarte ikkje køyra %s" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd tek éin parameter, ikkje null" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd tek berre ein parameter" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "ugyldig tal for --command-fd" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "klarte ikkje opna «%i» for straum" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "uventa slutt pÃ¥ fil før slutten av linje %d" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "treng eit handlingsval" diff --git a/po/pl.gmo b/po/pl.gmo index c9163e54..afad7eea 100644 Binary files a/po/pl.gmo and b/po/pl.gmo differ diff --git a/po/pl.po b/po/pl.po index 4e83c87c..c1abb403 100644 --- a/po/pl.po +++ b/po/pl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg 1.9.20\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-01-05 19:50+0100\n" "Last-Translator: Bartosz Fenski \n" "Language-Team: Polish \n" @@ -2382,12 +2382,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "b³êdna warto¶æ liczbowa dla --%s: `%.250s'" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "nie mo¿na otworzyæ pliku debuggera `%.255s'\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2464,47 +2464,47 @@ msgstr "" "UWAGA - u¿ycie opcji oznaczonej [!] mo¿e powa¿nie uszkodziæ instalacjê.\n" "Opcje oznaczone [*] s± domy¶lnie w³±czone.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "nieznana opcja force/refuse `%.*s'" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "malloc w execbackend nie powiod³o siê" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "strdup w execbackend nie powiod³o siê" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "wywo³anie %s nie powiod³o siê" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd wymaga 1 argumentu, nie 0" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd wymaga tylko 1 argumentu" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "nieprawid³owy numer przy --command-fd" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "nie uda³o siê otworzyæ `%i' jako strumienia" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "niespodziewany EOF przed koñcem linii %d" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "nale¿y okre¶liæ dzia³anie" diff --git a/po/pt.gmo b/po/pt.gmo index 28354bf2..2e408aae 100644 Binary files a/po/pt.gmo and b/po/pt.gmo differ diff --git a/po/pt.po b/po/pt.po index 7f458cee..2b0d8fa5 100644 --- a/po/pt.po +++ b/po/pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg 1.14\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-01-09 09:20+0000\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" @@ -2405,12 +2405,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "número inteiro inválido para --%s: `%.250s'" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "não pode abrir ficheiro de debug `%.255s'\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2499,47 +2499,47 @@ msgstr "" "instalação.\n" "Opções para forçar marcadas com [*] são habilitadas por padrão.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "opção desconhecida de forçar/recusar `%.*s'" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "não pode fazer malloc no execbackend" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "não pode fazer strdup no execbackend" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "falhou executar %s" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd leva 1 argumento, não 0" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-df leva apenas 1 argumento" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "número inválido para --command-fd" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "não pode abrir `%i' para stream" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "eof inesperado antes do fim da linha %d" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "é necessária uma opção de acção" diff --git a/po/pt_BR.gmo b/po/pt_BR.gmo index 903e146c..3129431f 100644 Binary files a/po/pt_BR.gmo and b/po/pt_BR.gmo differ diff --git a/po/pt_BR.po b/po/pt_BR.po index fa8e319b..db0c8de3 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-01-06 16:42-0200\n" "Last-Translator: André Luís Lopes \n" "Language-Team: Debian-BR Project \n" @@ -2405,12 +2405,12 @@ msgstr "--ignore-depends requer um nome de pacote v msgid "invalid integer for --%s: `%.250s'" msgstr "inteiro inválido para --%s: `%.250s'" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "não foi possível abrir arquivo de depuração `%.250s'\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2497,47 +2497,47 @@ msgstr "" "instalação.\n" "Opções para forçar marcadas com [*] são habilitadas por padrão.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "opção de forçar/recusar `%.*s' desconhecida" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "não foi possível alocar memória em execbackend" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "não foi possível fazer strdup em execbackend" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "falha ao executar %s" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd recebe 1 argumento, não 0" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd recebe somente 1 argumento" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "número inválido para --command-fd" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "não foi possível abrir `%i' para stream" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "eof inesperado após fim da linha %d" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "preciso de uma opção de ação" diff --git a/po/ro.gmo b/po/ro.gmo index 473e77dd..0f69f260 100644 Binary files a/po/ro.gmo and b/po/ro.gmo differ diff --git a/po/ro.po b/po/ro.po index 13a26faa..1aed1876 100644 --- a/po/ro.po +++ b/po/ro.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg_ro\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-05-25 03:12+0200\n" "Last-Translator: Eddy Petrişor \n" "Language-Team: Romanian (Română) \n" @@ -2431,12 +2431,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "întreg invalid pentru --%s: `%.250s'" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "nu pot deschide fişierul de depanare `%.255s'\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2523,47 +2523,47 @@ msgstr "" "sistemul dvs.\n" "ForÅ£area opÅ£iunilor marcate cu [*] sunt implicit activate.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "opÅ£iune de forÅ£are/refuzare necunoscută `%.*s'" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "nu am putut executa malloc în aplicaÅ£ia propriu-zisă" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "nu am putut executa strdup în aplicaÅ£ia propriu-zisă" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "eşec la execuÅ£ia %s" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd ia 1 argument, nu 0" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd ia doar 1 argument" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "număr invalid pentru --command-fd" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "nu am putut deschide `%i' pentru fluxul de date" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "sfârşit neaşteptat de fişier înainte de terminarea liniei %d" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "e necesară o opÅ£iune de acÅ£iune" diff --git a/po/ru.gmo b/po/ru.gmo index 457909a4..644db01a 100644 Binary files a/po/ru.gmo and b/po/ru.gmo differ diff --git a/po/ru.po b/po/ru.po index 8959168c..641934be 100644 --- a/po/ru.po +++ b/po/ru.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: ru\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-01-01 11:38+0400\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -2469,12 +2469,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "аргумент --%s (%.250s) не является допустимым целочисленным значением" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "не удалось открыть отладочный файл %.255s\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2566,47 +2566,47 @@ msgstr "" "повредить\n" "вашу систему. Параметры, отмеченные [*], задействованы по умолчанию.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "недопустимый параметр игнорирования/обработки проблем %.*s" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "не удалось выделить память при работе функции execbackend" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "не удалось скопировать строку при работе функции execbackend" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "не удалось запустить %s" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "параметр --command-fd принимает один аргумент, а не ноль" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "параметр --command-fd принимает только один аргумент" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "аргумент параметра --command-fd не является числом" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "не удалось открыть поток дескриптора файла %i" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "неожиданный конец файла, ещё не кончилась строка %d" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "требуется параметр действия" diff --git a/po/sk.gmo b/po/sk.gmo index d11852db..802f1776 100644 Binary files a/po/sk.gmo and b/po/sk.gmo differ diff --git a/po/sk.po b/po/sk.po index 3abefe81..0c9d237c 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg 1.10\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-01-08 17:21-0500\n" "Last-Translator: Roman Benko \n" "Language-Team: Slovak \n" @@ -2386,12 +2386,12 @@ msgstr "--ignore-depends vy msgid "invalid integer for --%s: `%.250s'" msgstr "neplatné èíslo pre --%s: `%.250s'" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "nebolo mo¾né otvori» ladiaci súbor `%.255s'\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2462,47 +2462,47 @@ msgstr "" "in¹taláciu.\n" "Vnútenie volieb oznaèených [*] je predvolene povelené.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "neznáma vnucovacia/odmietacia voµba `%.*s'" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "nemô¾e vykona» funkciu malloc v execbackend" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "nemô¾e vykona» funkciu strdup v execbackend" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "nie je mo¾né spusti» %s" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd vy¾aduje jeden paramater, nie nula" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd vy¾aduje len jeden argument" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "neplatné èíslo pre --command-fd" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "nie je mo¾né otvori» `%i' pre tok" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "neèakaný koniec súboru pred koncom riadku %d" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "potrebujem zada» akciu" diff --git a/po/sv.gmo b/po/sv.gmo index a4cc91e8..58eb1878 100644 Binary files a/po/sv.gmo and b/po/sv.gmo differ diff --git a/po/sv.po b/po/sv.po index d8ba1869..e33176b1 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg 1.10\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-01-01 23:52+0100\n" "Last-Translator: Peter Karlsson \n" "Language-Team: Peter Karlsson \n" @@ -2354,12 +2354,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "ogiltigt heltal för --%s: \"%.250s\"" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "kunde inte öppna felsökningsfil \"%.255s\"\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2435,47 +2435,47 @@ msgstr "" "installation\n" "om de används. Flaggor markerade [*] är förvalda.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "okänd flagga för force/refuse: \"%.*s\"" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "kunde inte allokera i execbackend" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "kunde inte duplicera sträng i execbackend" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "kunde inte exekvera %s" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd tar exakt ett argument" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd tar bara ett argument" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "ogiltigt tal för --command-fd" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "kunde inte öppna \"%i\" för ström" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "oväntat filslut före slut på rad %d" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "du har inte talat om vad som skall utföras" diff --git a/po/tl.gmo b/po/tl.gmo index c3e2d646..edcbfe9f 100644 Binary files a/po/tl.gmo and b/po/tl.gmo differ diff --git a/po/tl.po b/po/tl.po index 40091cef..e6645799 100644 --- a/po/tl.po +++ b/po/tl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-03-07 20:09+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -2423,12 +2423,12 @@ msgstr "" msgid "invalid integer for --%s: `%.250s'" msgstr "di tanggap na integer para sa --%s: `%.250s'" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "hindi mabuksan ang talaksang pan-debug `%.255s'\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2520,47 +2520,47 @@ msgstr "" "ay\n" "naka-enable na default.\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "di kilalang opsyon na force/refuse `%.*s'" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "hindi maka-malloc sa execbackend" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "hindi maka-strdup sa execbackend" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "bigo sa pag-exec ng %s" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd ay tumatanggap ng 1 argumento, hindi 0" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd ay tumatanggap lamang ng 1 argumento" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "di tanggap na numero para sa --command-fd" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "hindi mabuksan ang `%i' para sa stream" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "di inaasahang eof bago matapos ang linya %d" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "kailangan ng opsyon ng gagawin" diff --git a/po/zh_CN.gmo b/po/zh_CN.gmo index d9f16065..6380b4a5 100644 Binary files a/po/zh_CN.gmo and b/po/zh_CN.gmo differ diff --git a/po/zh_CN.po b/po/zh_CN.po index 967a9756..5f3bb407 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-02-07 05:27+1300\n" "Last-Translator: Tchaikov \n" "Language-Team: Chinese (simplified) \n" @@ -2315,12 +2315,12 @@ msgstr "--ignore-depends 需要一个有效的软件包名。而“%.250s”却 msgid "invalid integer for --%s: `%.250s'" msgstr "--%s 有一个无效的数字参数:“%.250s”" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "无法打开调试信息文件“%.255s”\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2394,47 +2394,47 @@ msgstr "" "警告 - 使用带有[!]标记的选项可能会严重破坏您的系统安装。\n" "缺省情况下,是使用带有[*]标记的强制手段的。\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "无法识别的 force/refuse 选项“%.*s”" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "无法在 execbackend 中 malloc" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "无法在 execbackend 中 strdup" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "exec %s 失败" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd 需要带一个参数,而不是零个" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd 只需带一个参数" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "--command-fd 有一个无效的数字参数" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "无法打开“%i”,并把它作为字符流操作" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "在第 %d 行还未结束时,发现了预料之外的 eof" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "需要一个指示操作的选项" diff --git a/po/zh_TW.gmo b/po/zh_TW.gmo index 443fee7a..abc15a19 100644 Binary files a/po/zh_TW.gmo and b/po/zh_TW.gmo differ diff --git a/po/zh_TW.po b/po/zh_TW.po index 5d42843e..6cceac8b 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2005-06-06 05:37+0100\n" +"POT-Creation-Date: 2005-06-09 06:15+0100\n" "PO-Revision-Date: 2005-02-05 19:54+0800\n" "Last-Translator: Asho Yeh \n" "Language-Team: Chinese (traditional) \n" @@ -2304,12 +2304,12 @@ msgstr "--ignore-depends 需要一個有效的套件名。而“%.250s”卻不 msgid "invalid integer for --%s: `%.250s'" msgstr "--%s 有一個無效的數字參數:“%.250s”" -#: src/main.c:291 +#: src/main.c:295 #, fuzzy, c-format -msgid "couldn't open log `%s'" +msgid "couldn't open log `%s': %s\n" msgstr "無法打開偵錯檔案“%.255s”\n" -#: src/main.c:310 +#: src/main.c:316 #, c-format msgid "" "%s forcing options - control behaviour when problems found:\n" @@ -2382,47 +2382,47 @@ msgstr "" "警告 - 使用帶有[!]標記的選項可能會嚴重破壞您的系統安裝。\n" "預設情況下,是使用帶有[*]標記的強制方法。\n" -#: src/main.c:355 +#: src/main.c:361 #, c-format msgid "unknown force/refuse option `%.*s'" msgstr "無法識別的 force/refuse 選項“%.*s”" -#: src/main.c:458 src/main.c:462 +#: src/main.c:464 src/main.c:468 msgid "couldn't malloc in execbackend" msgstr "無法在 execbackend 中 malloc" -#: src/main.c:460 src/main.c:467 +#: src/main.c:466 src/main.c:473 msgid "couldn't strdup in execbackend" msgstr "無法在 execbackend 中 strdup" -#: src/main.c:471 +#: src/main.c:477 #, c-format msgid "failed to exec %s" msgstr "exec %s 失敗" -#: src/main.c:483 +#: src/main.c:489 msgid "--command-fd takes 1 argument, not 0" msgstr "--command-fd 需要帶一個參數,而不是零個" -#: src/main.c:484 +#: src/main.c:490 msgid "--command-fd only takes 1 argument" msgstr "--command-fd 只需帶一個參數" -#: src/main.c:486 +#: src/main.c:492 msgid "invalid number for --command-fd" msgstr "--command-fd 有一個無效的數字參數" -#: src/main.c:488 +#: src/main.c:494 #, c-format msgid "couldn't open `%i' for stream" msgstr "無法打開“%i”,並把它作為串流處理" -#: src/main.c:513 +#: src/main.c:519 #, c-format msgid "unexpected eof before end of line %d" msgstr "在第 %d 行還未結束時,發現了預料之外的 eof" -#: src/main.c:557 src/main.c:572 src/query.c:565 dpkg-deb/main.c:184 +#: src/main.c:563 src/main.c:578 src/query.c:565 dpkg-deb/main.c:184 #: dpkg-split/main.c:157 msgid "need an action option" msgstr "需要一個指示操作的選項" diff --git a/src/main.c b/src/main.c index 8265068d..03556949 100644 --- a/src/main.c +++ b/src/main.c @@ -288,7 +288,13 @@ static void setfile(const struct cmdinfo *cip, const char *value) { int v; v= open(value, (O_CREAT|O_APPEND|O_WRONLY), 0644); - if (v < 0) ohshite(_("couldn't open log `%s'"), value); + if (v < 0) { + if (getuid() || geteuid()) + return; + else + fprintf(stderr, _("couldn't open log `%s': %s\n"), + value, strerror(errno)); + } lastpipe= cip->parg; if (*lastpipe) {