diff options
85 files changed, 6867 insertions, 7034 deletions
diff --git a/Makefile.am b/Makefile.am index 38193db77..f0ffee657 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,9 +32,7 @@ rpm_LDADD = -lrpmbuild -lpopt -lrpm @LIBMISC@ rpm.o: $(COMPILE) \ - -DRPMNLSDIR=\"$(RPMNLSDIR)\" \ - -DRPMNLSPACKAGE=\"$(PACKAGE)\" \ - -DVERSION=\"$(VERSION)\" \ + -DLOCALEDIR=\"$(LOCALEDIR)\" \ -DLIBRPMALIAS_FILENAME=\"$(LIBRPMALIAS_FILENAME)\" \ -DRPMCONFIGDIR="\"$(RPMCONFIGDIR)"\" \ -c rpm.c diff --git a/Makefile.in b/Makefile.in index 993b2a407..683194d3c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -71,7 +71,6 @@ CPP = @CPP@ DATADIRNAME = @DATADIRNAME@ FIXPERMS = @FIXPERMS@ GENCAT = @GENCAT@ -GETTEXTSTUB = @GETTEXTSTUB@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GT_NO = @GT_NO@ @@ -80,13 +79,11 @@ GZIPBIN = @GZIPBIN@ INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ INCPATH = @INCPATH@ INSTOBJEXT = @INSTOBJEXT@ -INTLDEF = @INTLDEF@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ LDFLAGS_STATIC = @LDFLAGS_STATIC@ LIBDL = @LIBDL@ -LIBINTL = @LIBINTL@ LIBMISC = @LIBMISC@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ @@ -99,7 +96,6 @@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ PACKAGE = @PACKAGE@ -PO = @PO@ POFILES = @POFILES@ POSUB = @POSUB@ RANLIB = @RANLIB@ @@ -111,7 +107,6 @@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ l = @l@ tmpdir = @tmpdir@ topdir = @topdir@ @@ -686,9 +681,7 @@ maintainer-clean rpm.o: $(COMPILE) \ - -DRPMNLSDIR=\"$(RPMNLSDIR)\" \ - -DRPMNLSPACKAGE=\"$(PACKAGE)\" \ - -DVERSION=\"$(VERSION)\" \ + -DLOCALEDIR=\"$(LOCALEDIR)\" \ -DLIBRPMALIAS_FILENAME=\"$(LIBRPMALIAS_FILENAME)\" \ -DRPMCONFIGDIR="\"$(RPMCONFIGDIR)"\" \ -c rpm.c diff --git a/Makefile.inc.in b/Makefile.inc.in index 47639b9d1..51e59a529 100644 --- a/Makefile.inc.in +++ b/Makefile.inc.in @@ -14,12 +14,13 @@ FINDREQUIRES=$(RPMCONFIGDIR)/find-requires LIBRPMRC_FILENAME=$(RPMCONFIGDIR)/rpmrc LIBRPMALIAS_FILENAME=$(RPMCONFIGDIR)/rpmpopt MACROFILES=$(RPMCONFIGDIR)/macros -RPMNLSDIR=@datadir@/locale -RPMNLSPACKAGE=rpm + +LOCALEDIR=@datadir@/locale +PACKAGE = @PACKAGE@ +VERSION = @VERSION@ + CFLAGS = -I$(topdir) -I$(topsrcdir) @CFLAGS@ @INCPATH@ $(OPTS) \ -I$(topsrcdir)/lib -I$(topsrcdir)/misc LDFLAGS = @LDFLAGS@ -L$(topdir)/lib -L$(topdir)/build -L$(topdir)/misc \ -L$(topdir)/popt -VERSION = 2.90 CC = @CC@ - @@ -1,7 +1,6 @@ #include "system.h" #include "build/rpmbuild.h" #include "build.h" -#include "intl.h" int buildplatform(char *arg, int buildAmount, char *passPhrase, char *buildRoot, int fromTarball, int test, char *cookie); diff --git a/build/Makefile.am b/build/Makefile.am index 1f44c958b..d7106c22c 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -16,8 +16,5 @@ librpmbuild_a_SOURCES = \ include ../Makefile.inc -pack.o: pack.c - $(COMPILE) -DVERSION=\"$(VERSION)\" -o $@ -c $< - files.o: files.c $(COMPILE) -DFINDPROVIDES=\"$(FINDPROVIDES)\" -DFINDREQUIRES=\"$(FINDREQUIRES)\" -o $@ -c $< diff --git a/build/Makefile.in b/build/Makefile.in index 8e35420cc..75d82150c 100644 --- a/build/Makefile.in +++ b/build/Makefile.in @@ -71,7 +71,6 @@ CPP = @CPP@ DATADIRNAME = @DATADIRNAME@ FIXPERMS = @FIXPERMS@ GENCAT = @GENCAT@ -GETTEXTSTUB = @GETTEXTSTUB@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GT_NO = @GT_NO@ @@ -80,13 +79,11 @@ GZIPBIN = @GZIPBIN@ INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ INCPATH = @INCPATH@ INSTOBJEXT = @INSTOBJEXT@ -INTLDEF = @INTLDEF@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ LDFLAGS_STATIC = @LDFLAGS_STATIC@ LIBDL = @LIBDL@ -LIBINTL = @LIBINTL@ LIBMISC = @LIBMISC@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ @@ -99,7 +96,6 @@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ PACKAGE = @PACKAGE@ -PO = @PO@ POFILES = @POFILES@ POSUB = @POSUB@ RANLIB = @RANLIB@ @@ -111,7 +107,6 @@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ l = @l@ tmpdir = @tmpdir@ topdir = @topdir@ @@ -377,9 +372,6 @@ mostlyclean distclean maintainer-clean include ../Makefile.inc -pack.o: pack.c - $(COMPILE) -DVERSION=\"$(VERSION)\" -o $@ -c $< - files.o: files.c $(COMPILE) -DFINDPROVIDES=\"$(FINDPROVIDES)\" -DFINDREQUIRES=\"$(FINDREQUIRES)\" -o $@ -c $< diff --git a/build/build.c b/build/build.c index 913adb6be..7a83603be 100644 --- a/build/build.c +++ b/build/build.c @@ -1,6 +1,5 @@ #include "system.h" -#include "intl.h" #include "rpmbuild.h" #ifdef DYING diff --git a/build/expression.c b/build/expression.c index 2edd4bb21..306d76229 100644 --- a/build/expression.c +++ b/build/expression.c @@ -13,7 +13,6 @@ #include "system.h" -#include "intl.h" #include "rpmbuild.h" #include "rpmlib.h" diff --git a/build/files.c b/build/files.c index 1552b7cb4..550790a96 100644 --- a/build/files.c +++ b/build/files.c @@ -6,7 +6,6 @@ #include "rpmbuild.h" #include "buildio.h" -#include "intl.h" #include "myftw.h" #include "md5.h" #include "rpmmacro.h" diff --git a/build/misc.c b/build/misc.c index 915d43576..773854b11 100644 --- a/build/misc.c +++ b/build/misc.c @@ -1,6 +1,5 @@ #include "system.h" -#include "intl.h" #include "rpmbuild.h" #include "popt/popt.h" diff --git a/build/names.c b/build/names.c index e8cb41d5a..e738dc5fd 100644 --- a/build/names.c +++ b/build/names.c @@ -2,7 +2,6 @@ #include "system.h" -#include "intl.h" #include "rpmbuild.h" static uid_t uids[1024]; diff --git a/build/pack.c b/build/pack.c index 6d68cc4e8..6c67ba63f 100644 --- a/build/pack.c +++ b/build/pack.c @@ -2,7 +2,6 @@ #include <signal.h> -#include "intl.h" #include "rpmbuild.h" #include "buildio.h" diff --git a/build/parseBuildInstallClean.c b/build/parseBuildInstallClean.c index 221fb7f98..8ba908e14 100644 --- a/build/parseBuildInstallClean.c +++ b/build/parseBuildInstallClean.c @@ -1,6 +1,5 @@ #include "system.h" -#include "intl.h" #include "rpmbuild.h" int parseBuildInstallClean(Spec spec, int parsePart) diff --git a/build/parseChangelog.c b/build/parseChangelog.c index 0057a141b..87c58f377 100644 --- a/build/parseChangelog.c +++ b/build/parseChangelog.c @@ -1,6 +1,5 @@ #include "system.h" -#include "intl.h" #include "rpmbuild.h" #ifdef DYING diff --git a/build/parseDescription.c b/build/parseDescription.c index ce4cd9b60..6f8b382cf 100644 --- a/build/parseDescription.c +++ b/build/parseDescription.c @@ -1,6 +1,5 @@ #include "system.h" -#include "intl.h" #include "rpmbuild.h" #include "popt/popt.h" diff --git a/build/parseFiles.c b/build/parseFiles.c index 375be78f8..ecfbb9d85 100644 --- a/build/parseFiles.c +++ b/build/parseFiles.c @@ -1,6 +1,5 @@ #include "system.h" -#include "intl.h" #include "rpmbuild.h" #include "popt/popt.h" diff --git a/build/parsePreamble.c b/build/parsePreamble.c index a1f25fe5d..1a6da1e7a 100644 --- a/build/parsePreamble.c +++ b/build/parsePreamble.c @@ -1,6 +1,5 @@ #include "system.h" -#include "intl.h" #include "rpmbuild.h" #include "popt/popt.h" diff --git a/build/parsePrep.c b/build/parsePrep.c index 8bddc6bfa..88ad9c678 100644 --- a/build/parsePrep.c +++ b/build/parsePrep.c @@ -1,6 +1,5 @@ #include "system.h" -#include "intl.h" #include "rpmbuild.h" #include "popt/popt.h" diff --git a/build/parseReqs.c b/build/parseReqs.c index b50f8d3e4..1aebb4119 100644 --- a/build/parseReqs.c +++ b/build/parseReqs.c @@ -1,6 +1,5 @@ #include "system.h" -#include "intl.h" #include "rpmbuild.h" static struct ReqComp { diff --git a/build/parseScript.c b/build/parseScript.c index 65acb3961..001f9f56a 100644 --- a/build/parseScript.c +++ b/build/parseScript.c @@ -1,6 +1,5 @@ #include "system.h" -#include "intl.h" #include "rpmbuild.h" #include "popt/popt.h" diff --git a/build/parseSpec.c b/build/parseSpec.c index 47a8af04d..e380f8c25 100644 --- a/build/parseSpec.c +++ b/build/parseSpec.c @@ -1,6 +1,5 @@ #include "system.h" -#include "intl.h" #include "rpmbuild.h" static struct PartRec { diff --git a/build/reqprov.c b/build/reqprov.c index 803450888..19745c521 100644 --- a/build/reqprov.c +++ b/build/reqprov.c @@ -2,7 +2,6 @@ #include "system.h" -#include "intl.h" #include "rpmbuild.h" int addReqProv(Spec spec, Package pkg, diff --git a/build/spec.c b/build/spec.c index be5ee2287..57e86e107 100644 --- a/build/spec.c +++ b/build/spec.c @@ -1,6 +1,5 @@ #include "system.h" -#include "intl.h" #include "rpmbuild.h" #include "buildio.h" diff --git a/checksig.c b/checksig.c index 12ab5a3f7..25b290b18 100644 --- a/checksig.c +++ b/checksig.c @@ -5,7 +5,6 @@ #include "build/rpmbuild.h" #include "checksig.h" -#include "intl.h" #include "rpmlead.h" #include "signature.h" diff --git a/configure.in b/configure.in index 5748a686f..8a4021d4d 100644 --- a/configure.in +++ b/configure.in @@ -16,12 +16,6 @@ dnl XXX AM_MAINTAINER_MODE dnl Set of available languages. ALL_LINGUAS="cz de fi fr pt_BR ru sk sr sv tr" -dnl default to not using NLS -XGETTEXT="" -LIBINTL="" -PO="" -GETTEXTSTUB="gettextstub.o" - LIBOBJS= dnl YYY AC_CANONICAL_SYSTEM @@ -295,41 +289,6 @@ AC_CHECK_FUNC(rand, [], [ AC_CHECK_LIB(rand, rand, [LIBS="$LIBS -lm"]) ]) -dnl -dnl handle --disable-nls -dnl -AC_ARG_ENABLE([nls], -[ --disable-nls do not use National Language Support], - USE_NLS=$enableval, USE_NLS=yes) - -if test "$USE_NLS" != "no"; then - AC_CHECK_FUNC(gettext, [HAVEGETTEXT="yes"], - AC_CHECK_LIB(intl, gettext, [LIBINTL="-lintl" HAVEGETTEXT="y"], - AC_MSG_WARN([sorry this package needs libintl.a (from the - gettext package)]) - ) - ) - - AC_CHECK_PROG(XGETTEXT, xgettext, xgettext) - - if test "$XGETTEXT" != ""; then - if xgettext --help 2>&1 | grep illegal >/dev/null ; then - echo "xgettext isn't GNU version" - XGETTEXT="" - fi - fi - - if test "$XGETTEXT" != "" -a "$HAVEGETTEXT" != ""; then - echo "xgettext and gettext() exist; will build i18n support" - PO=po - GETTEXTSTUB="" - else - echo "xgettext and libintl.a don't both exist; will not build i18n support" - fi -else - echo "user specificed no gettext; will not build i18n support" -fi - AC_CHECK_FUNC(getdomainname, [], [ AC_CHECK_LIB(nsl, getdomainname, [LIBS="$LIBS -lnsl"]) ]) @@ -364,26 +323,28 @@ for zlib in z gz ; do ) done +dnl ==> AM_GNU_GETTEXT does this (and more) +dnl AC_CHECK_HEADERS(unistd.h limits.h locale.h malloc.h string.h sys/param.h) + +AM_GNU_GETTEXT + dnl Checks for header files we can live without. AC_HEADER_STDC AC_HEADER_MAJOR -AC_CHECK_HEADERS(netinet/in_systm.h limits.h) -AC_CHECK_HEADERS(alloca.h sys/socket.h sys/select.h) AC_HEADER_DIRENT -AC_CHECK_HEADERS(machine/types.h string.h) -AC_CHECK_HEADERS(sys/types.h sys/stdtypes.h unistd.h) -AC_CHECK_HEADERS(mntent.h sys/mnttab.h sys/systemcfg.h) -AC_CHECK_HEADERS(sys/mount.h sys/mntctl.h sys/vmount.h) -AC_CHECK_HEADERS(fcntl.h grp.h malloc.h memory.h netdb.h pwd.h utime.h) -AC_CHECK_HEADERS(sys/mman.h sys/param.h sys/resource.h sys/utsname.h sys/wait.h) +AC_HEADER_TIME -AC_CHECK_HEADERS(db_185.h) +AC_CHECK_HEADERS(db_185.h fcntl.h getopt.h grp.h memory.h netdb.h pwd.h utime.h) -if test "$PO" = po; then - AC_CHECK_HEADERS(libintl.h) -fi +AC_CHECK_HEADERS(sys/socket.h sys/select.h) +AC_CHECK_HEADERS(sys/types.h sys/stdtypes.h) +AC_CHECK_HEADERS(sys/mman.h sys/resource.h sys/utsname.h sys/wait.h) + +AC_CHECK_HEADERS(netinet/in_systm.h) +AC_CHECK_HEADERS(machine/types.h) +AC_CHECK_HEADERS(mntent.h sys/mnttab.h sys/systemcfg.h) +AC_CHECK_HEADERS(sys/mount.h sys/mntctl.h sys/vmount.h) -AC_HEADER_TIME AC_C_BIGENDIAN AC_C_INLINE @@ -453,6 +414,8 @@ dnl XXX AC_CHECK_FUNCS(gethostname lchown mkdir mkfifo rmdir select uname) AC_REPLACE_FUNCS(getcwd getwd glob inet_aton putenv realpath strdup strerror strtol strtoul strspn strstr) +AC_CHECK_FUNCS(setlocale) + AC_CHECK_FUNC(getmntent, AC_DEFINE(HAVE_GETMNTENT), [ AC_CHECK_FUNC(mntctl, AC_DEFINE(HAVE_MNTCTL),[ AC_CHECK_FUNC(getmntinfo_r, AC_DEFINE(HAVE_GETMNTINFO_R), [ @@ -534,8 +497,6 @@ AC_DEFINE_UNQUOTED(ROOT_GROUP, "$ROOT_GROUP") AC_MSG_RESULT($ROOT_GROUP) AC_SUBST(ROOT_GROUP) -AM_GNU_GETTEXT - if test "x$varprefix" = "x"; then varprefix=`echo $prefix | sed 's/usr/var/'` test "x$prefix" = xNONE && varprefix=`echo $ac_default_prefix | sed 's/usr/var/'` @@ -620,18 +581,15 @@ fi AC_SUBST(LIBOBJS) AC_SUBST(INCPATH) -AC_SUBST(LIBINTL) + AC_SUBST(varprefix) AC_SUBST(tmpdir) AC_SUBST(topdir) AC_SUBST(topsrcdir) -AC_SUBST(INTLDEF) -AC_SUBST(XGETTEXT) -AC_SUBST(LIBINTL) + AC_SUBST(LIBS) AC_SUBST(LIBDL) -AC_SUBST(PO) -AC_SUBST(GETTEXTSTUB) + AC_SUBST(RPM) AC_SUBST(GZIPBIN) AC_SUBST(BZIP2BIN) diff --git a/convertdb.c b/convertdb.c index 63a9d5123..d8308547f 100644 --- a/convertdb.c +++ b/convertdb.c @@ -4,8 +4,6 @@ #include "build/rpmbuild.h" -#include "intl.h" - #include "falloc.h" #include "oldrpmdb.h" #include "oldheader.h" @@ -28,7 +28,6 @@ extern int h_errno; #include <arpa/inet.h> #include "inet_aton.h" /* for systems too stupid to provide this */ -#include "intl.h" #define TIMEOUT_SECS 60 #define BUFFER_SIZE 4096 diff --git a/gettextstub.c b/gettextstub.c deleted file mode 100644 index 1b01f819c..000000000 --- a/gettextstub.c +++ /dev/null @@ -1,16 +0,0 @@ -/* this is so we can link RPM without -lintl. It makes it about 10k - smaller, so its worth doing for tight corners (like install time) */ - -void bindtextdomain(char * a, char * b); -void textdomain(char * a); -char * gettext(char * a); - -void bindtextdomain(char * a, char * b) { -} - -char * gettext(char * a) { - return a; -} - -void textdomain(char * a) { -} @@ -3,7 +3,6 @@ #include "build/rpmbuild.h" #include "install.h" -#include "intl.h" #include "query.h" #include "url.h" diff --git a/lib/Makefile.am b/lib/Makefile.am index d136e087b..f3d39d78c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -23,9 +23,6 @@ librpm_a_SOURCES = \ include ../Makefile.inc -misc.o: misc.c - $(COMPILE) -DVERSION=\"$(VERSION)\" -o $@ -c $< - rpmrc.o: rpmrc.c $(COMPILE) -DLIBRPMRC_FILENAME="\"$(LIBRPMRC_FILENAME)"\" -DMACROFILES=\"$(MACROFILES)\" -o $@ -c $< diff --git a/lib/Makefile.in b/lib/Makefile.in index 08dbe16cb..1fe51d626 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -71,7 +71,6 @@ CPP = @CPP@ DATADIRNAME = @DATADIRNAME@ FIXPERMS = @FIXPERMS@ GENCAT = @GENCAT@ -GETTEXTSTUB = @GETTEXTSTUB@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GT_NO = @GT_NO@ @@ -80,13 +79,11 @@ GZIPBIN = @GZIPBIN@ INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ INCPATH = @INCPATH@ INSTOBJEXT = @INSTOBJEXT@ -INTLDEF = @INTLDEF@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ LDFLAGS_STATIC = @LDFLAGS_STATIC@ LIBDL = @LIBDL@ -LIBINTL = @LIBINTL@ LIBMISC = @LIBMISC@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ @@ -99,7 +96,6 @@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ PACKAGE = @PACKAGE@ -PO = @PO@ POFILES = @POFILES@ POSUB = @POSUB@ RANLIB = @RANLIB@ @@ -111,7 +107,6 @@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ l = @l@ tmpdir = @tmpdir@ topdir = @topdir@ @@ -388,9 +383,6 @@ mostlyclean distclean maintainer-clean include ../Makefile.inc -misc.o: misc.c - $(COMPILE) -DVERSION=\"$(VERSION)\" -o $@ -c $< - rpmrc.o: rpmrc.c $(COMPILE) -DLIBRPMRC_FILENAME="\"$(LIBRPMRC_FILENAME)"\" -DMACROFILES=\"$(MACROFILES)\" -o $@ -c $< diff --git a/lib/cpio.c b/lib/cpio.c index a6e0c8dee..201300903 100644 --- a/lib/cpio.c +++ b/lib/cpio.c @@ -1,6 +1,5 @@ #include "system.h" -#include "intl.h" #include "cpio.h" #define CPIO_NEWC_MAGIC "070701" diff --git a/lib/dbindex.c b/lib/dbindex.c index 612f79a6c..e6279bb39 100644 --- a/lib/dbindex.c +++ b/lib/dbindex.c @@ -2,8 +2,6 @@ #include "rpmlib.h" -#include "intl.h" - dbiIndex * dbiOpenIndex(char * filename, int flags, int perms) { dbiIndex * db; diff --git a/lib/depends.c b/lib/depends.c index 3e8beed81..0c3be677b 100644 --- a/lib/depends.c +++ b/lib/depends.c @@ -3,7 +3,6 @@ #include "rpmlib.h" #include "depends.h" -#include "intl.h" #include "misc.h" struct availablePackage { diff --git a/lib/falloc.c b/lib/falloc.c index 4d523f7a2..47628d49a 100644 --- a/lib/falloc.c +++ b/lib/falloc.c @@ -1,7 +1,6 @@ #include "system.h" #include "falloc.h" -#include "intl.h" #define FA_MAGIC 0x02050920 diff --git a/lib/formats.c b/lib/formats.c index cad64db9b..526563016 100644 --- a/lib/formats.c +++ b/lib/formats.c @@ -2,8 +2,6 @@ #include "rpmlib.h" -#include "intl.h" - static char * permsFormat(int_32 type, const void * data, char * formatPrefix, int padding, int element); static char * depflagsFormat(int_32 type, const void * data, @@ -2,8 +2,6 @@ #include "rpmlib.h" -#include "intl.h" - struct fsinfo { char * mntPoint; dev_t dev; diff --git a/lib/header.c b/lib/header.c index 361294811..c97cfa7cc 100644 --- a/lib/header.c +++ b/lib/header.c @@ -13,7 +13,6 @@ #include "header.h" -#include "intl.h" #include "tread.h" #define INDEX_MALLOC_SIZE 8 diff --git a/lib/install.c b/lib/install.c index 942e127ab..2c138f1ac 100644 --- a/lib/install.c +++ b/lib/install.c @@ -6,7 +6,6 @@ #include "cpio.h" #include "install.h" -#include "intl.h" #include "md5.h" #include "misc.h" #include "rpmdb.h" diff --git a/lib/lookup.c b/lib/lookup.c index e9a17908f..a53cb946f 100644 --- a/lib/lookup.c +++ b/lib/lookup.c @@ -2,8 +2,6 @@ #include "rpmlib.h" -#include "intl.h" - static int findMatches(rpmdb db, char * name, char * version, char * release, dbiIndexSet * matches); diff --git a/lib/macro.c b/lib/macro.c index 769c5ff8f..826cddaab 100644 --- a/lib/macro.c +++ b/lib/macro.c @@ -11,7 +11,6 @@ #define RPMERR_BADSPEC stderr #define _(x) x #else -#include "intl.h" #include "rpmlib.h" #endif diff --git a/lib/messages.c b/lib/messages.c index fe75e70c7..0824f3086 100644 --- a/lib/messages.c +++ b/lib/messages.c @@ -4,8 +4,6 @@ #include "rpmlib.h" -#include "intl.h" - static int minLevel = RPMMESS_NORMAL; void rpmIncreaseVerbosity(void) { diff --git a/lib/misc.c b/lib/misc.c index 4dca9a6d2..cdeb01793 100644 --- a/lib/misc.c +++ b/lib/misc.c @@ -2,7 +2,6 @@ #include "rpmlib.h" -#include "intl.h" #include "misc.h" char * RPMVERSION = VERSION; /* just to put a marker in librpm.a */ diff --git a/lib/oldheader.c b/lib/oldheader.c index 779ca069d..3682bb169 100644 --- a/lib/oldheader.c +++ b/lib/oldheader.c @@ -4,7 +4,6 @@ #include "rpmlib.h" -#include "intl.h" #include "misc.h" #include "oldheader.h" #include "tread.h" diff --git a/lib/package.c b/lib/package.c index fc85f9f2e..b3589afa8 100644 --- a/lib/package.c +++ b/lib/package.c @@ -4,7 +4,6 @@ #include "rpmlib.h" -#include "intl.h" #include "misc.h" #include "oldheader.h" #include "rpmlead.h" diff --git a/lib/rebuilddb.c b/lib/rebuilddb.c index 267cb8361..3a066ab4f 100644 --- a/lib/rebuilddb.c +++ b/lib/rebuilddb.c @@ -2,7 +2,6 @@ #include "rpmlib.h" -#include "intl.h" #include "rpmdb.h" int rpmdbRebuild(char * rootdir) { diff --git a/lib/rpmdb.c b/lib/rpmdb.c index 841ce8627..aa7b1296a 100644 --- a/lib/rpmdb.c +++ b/lib/rpmdb.c @@ -7,7 +7,6 @@ #include "rpmlib.h" #include "falloc.h" -#include "intl.h" #include "misc.h" #include "rpmdb.h" diff --git a/lib/rpmlead.c b/lib/rpmlead.c index d2c37140e..c8d62c0ed 100644 --- a/lib/rpmlead.c +++ b/lib/rpmlead.c @@ -10,7 +10,6 @@ #include "rpmlead.h" #include "tread.h" -#include "intl.h" /* The lead needs to be 8 byte aligned */ diff --git a/lib/rpmrc.c b/lib/rpmrc.c index 3705105ee..8dc68ea9a 100644 --- a/lib/rpmrc.c +++ b/lib/rpmrc.c @@ -10,7 +10,6 @@ #include "rpmmacro.h" #include "misc.h" -#include "intl.h" struct MacroContext globalMacroContext; diff --git a/lib/signature.c b/lib/signature.c index 144467697..b8f4a2931 100644 --- a/lib/signature.c +++ b/lib/signature.c @@ -15,7 +15,6 @@ #include "rpmlib.h" -#include "intl.h" #include "md5.h" #include "misc.h" #include "rpmlead.h" diff --git a/lib/test.c b/lib/test.c index 66ae506f2..e1e8fe26d 100644 --- a/lib/test.c +++ b/lib/test.c @@ -1,6 +1,5 @@ #include "system.h" -#include "intl.h" #include "rpmlib.h" void main(int argc, char **argv) diff --git a/lib/uninstall.c b/lib/uninstall.c index 778f55249..9fe7ef8ad 100644 --- a/lib/uninstall.c +++ b/lib/uninstall.c @@ -4,7 +4,6 @@ #include "depends.h" #include "install.h" -#include "intl.h" #include "md5.h" #include "misc.h" #include "rpmdb.h" diff --git a/lib/verify.c b/lib/verify.c index f4f0b7fef..ab22982a5 100644 --- a/lib/verify.c +++ b/lib/verify.c @@ -2,7 +2,6 @@ #include "rpmlib.h" -#include "intl.h" #include "md5.h" #include "misc.h" #include "install.h" diff --git a/misc/Makefile.in b/misc/Makefile.in index 31f0bf94c..e9a1828be 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -71,7 +71,6 @@ CPP = @CPP@ DATADIRNAME = @DATADIRNAME@ FIXPERMS = @FIXPERMS@ GENCAT = @GENCAT@ -GETTEXTSTUB = @GETTEXTSTUB@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GT_NO = @GT_NO@ @@ -80,13 +79,11 @@ GZIPBIN = @GZIPBIN@ INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ INCPATH = @INCPATH@ INSTOBJEXT = @INSTOBJEXT@ -INTLDEF = @INTLDEF@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ LDFLAGS_STATIC = @LDFLAGS_STATIC@ LIBDL = @LIBDL@ -LIBINTL = @LIBINTL@ LIBMISC = @LIBMISC@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ @@ -99,7 +96,6 @@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ PACKAGE = @PACKAGE@ -PO = @PO@ POFILES = @POFILES@ POSUB = @POSUB@ RANLIB = @RANLIB@ @@ -111,7 +107,6 @@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ l = @l@ tmpdir = @tmpdir@ topdir = @topdir@ diff --git a/misc/intl.h b/misc/intl.h deleted file mode 100644 index 486093ed0..000000000 --- a/misc/intl.h +++ /dev/null @@ -1,13 +0,0 @@ -/* Dummy header for libintl.h */ - -#include "config.h" - -#if HAVE_LIBINTL_H -#include <libintl.h> -#define _(String) gettext((String)) -#else -#define bindtextdomain(foo, bar) -#define textdomain(foo) -#define _(String) (String) -#endif - diff --git a/oldrpmdb.c b/oldrpmdb.c index 93600d898..a1fcffedd 100644 --- a/oldrpmdb.c +++ b/oldrpmdb.c @@ -2,8 +2,6 @@ #include "build/rpmbuild.h" -#include "intl.h" - #include "rpm_malloc.h" #include "oldrpmdb.h" @@ -1,7 +1,7 @@ -#: ../rpm.c:200 ../rpm.c:279 +#: ../rpm.c:197 ../rpm.c:276 msgid "" msgstr "" -"POT-Creation-Date: 1998-10-06 13:43-0400\n" +"POT-Creation-Date: 1998-10-08 10:34-0400\n" "Content-Type: text/plain; charset=\n" "Date: 1998-05-02 21:41:47-0400\n" "From: Erik Troan <ewt@lacrosse.redhat.com>\n" @@ -19,540 +19,540 @@ msgstr "" "/home/ewt/redhat/rpm/lib/package.c /home/ewt/redhat/rpm/lib/rpmlead.c " "/home/ewt/redhat/rpm/lib/rpmrc.c\n" -#: ../build.c:40 ../build.c:51 +#: ../build.c:39 ../build.c:50 #, fuzzy, c-format msgid "Failed to open tar pipe: %s\n" msgstr "otevøení %s selhalo\n" #. Give up -#: ../build.c:57 +#: ../build.c:56 #, fuzzy, c-format msgid "Failed to read spec file from %s\n" msgstr "Selhalo ètení %s: %s." -#: ../build.c:80 +#: ../build.c:79 #, fuzzy, c-format msgid "Failed to rename %s to %s: %s\n" msgstr "Selhalo ètení %s: %s." -#: ../build.c:112 +#: ../build.c:111 #, c-format msgid "File is not a regular file: %s\n" msgstr "" -#: ../build.c:117 +#: ../build.c:116 #, fuzzy, c-format msgid "Unable to open spec file: %s\n" msgstr "Nelze otevøít %s pro ètení: %s." -#: ../build.c:125 +#: ../build.c:124 #, c-format msgid "File contains non-printable characters(%c): %s\n" msgstr "" -#: ../checksig.c:26 ../checksig.c:157 +#: ../checksig.c:25 ../checksig.c:156 #, c-format msgid "%s: Open failed\n" msgstr "%s: Open selhal\n" -#: ../checksig.c:30 ../checksig.c:162 +#: ../checksig.c:29 ../checksig.c:161 #, c-format msgid "%s: readLead failed\n" msgstr "%s: readLead selhal\n" -#: ../checksig.c:34 +#: ../checksig.c:33 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "%s: RPM v1.0 nelze podepsat\n" -#: ../checksig.c:38 +#: ../checksig.c:37 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "%s: RPM v2.0 nelze podepsat znovu\n" -#: ../checksig.c:42 ../checksig.c:172 +#: ../checksig.c:41 ../checksig.c:171 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "%s: rpmReadSignature selhal\n" -#: ../checksig.c:55 ../checksig.c:186 +#: ../checksig.c:54 ../checksig.c:185 msgid "Couldn't read the header/archive" msgstr "Nelze naèíst hlavièku nebo archiv" -#: ../checksig.c:62 +#: ../checksig.c:61 msgid "Couldn't write header/archive to temp file" msgstr "Nelze zapsat hlavièku nebo archiv do doèasného souboru" -#: ../build/pack.c:273 ../checksig.c:87 +#: ../build/pack.c:273 ../checksig.c:86 #, fuzzy, c-format msgid "Generating signature: %d\n" msgstr "generovat podpis PGP" -#: ../checksig.c:110 +#: ../checksig.c:109 msgid "Couldn't read sigtarget" msgstr "Nelze naèíst cílpodpisu" -#: ../checksig.c:119 +#: ../checksig.c:118 msgid "Couldn't write package" msgstr "Balíèek nelze zapsat" -#: ../checksig.c:167 +#: ../checksig.c:166 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "%s: Podpis není dostupnı (RPM v1.0)\n" -#: ../checksig.c:177 +#: ../checksig.c:176 #, c-format msgid "%s: No signature available\n" msgstr "%s: Dostupnı není ¾ádnı podpis\n" -#: ../checksig.c:193 +#: ../checksig.c:192 #, c-format msgid "Unable to write %s" msgstr "Nelze zapsat %s" -#: ../checksig.c:284 +#: ../checksig.c:283 msgid "NOT OK" msgstr "" -#: ../checksig.c:285 ../checksig.c:292 +#: ../checksig.c:284 ../checksig.c:291 msgid " (MISSING KEYS)" msgstr " (CHYBÌJÍ KLÁVESY)" -#: ../checksig.c:291 +#: ../checksig.c:290 msgid "OK" msgstr "" -#: ../ftp.c:425 +#: ../ftp.c:424 msgid "Bad FTP server response" msgstr "©patná odezva FTP serveru" -#: ../ftp.c:428 +#: ../ftp.c:427 msgid "FTP IO error" msgstr "Chyba I/O FTP" -#: ../ftp.c:431 +#: ../ftp.c:430 msgid "FTP server timeout" msgstr "Promlka FTP serveru" -#: ../ftp.c:434 +#: ../ftp.c:433 msgid "Unable to lookup FTP server host address" msgstr "Nelze vyhledat adresu hostitelského FTP serveru" -#: ../ftp.c:437 +#: ../ftp.c:436 msgid "Unable to lookup FTP server host name" msgstr "Nelze vyhledat název hostitelského FTP serveru" -#: ../ftp.c:440 +#: ../ftp.c:439 msgid "Failed to connect to FTP server" msgstr "Pøipojení k FTP serveru selhalo" -#: ../ftp.c:443 +#: ../ftp.c:442 msgid "Failed to establish data connection to FTP server" msgstr "Navázání datového pøipojení k FTP serveru selhalo" -#: ../ftp.c:446 +#: ../ftp.c:445 msgid "IO error to local file" msgstr "I/O chyba na místní soubor" -#: ../ftp.c:449 +#: ../ftp.c:448 msgid "Error setting remote server to passive mode" msgstr "Chyba pøi nastavení vzdáleného serveru na pasivní re¾im" -#: ../ftp.c:452 +#: ../ftp.c:451 msgid "File not found on server" msgstr "Soubor nebyl na serveru nalezen" -#: ../ftp.c:456 +#: ../ftp.c:455 msgid "FTP Unknown or unexpected error" msgstr "Neznámá nebo neèekaná chyba FTP" -#: ../install.c:68 ../install.c:184 +#: ../install.c:67 ../install.c:183 #, c-format msgid "error: cannot open file %s\n" msgstr "chyba: nelze otevøít soubor %s\n" -#: ../install.c:85 ../install.c:407 +#: ../install.c:84 ../install.c:406 #, c-format msgid "Installing %s\n" msgstr "Instaluje se %s\n" -#: ../install.c:92 +#: ../install.c:91 msgid "stopping source install as we're just testing\n" msgstr "" -#: ../install.c:103 ../install.c:197 +#: ../install.c:102 ../install.c:196 #, c-format msgid "error: %s does not appear to be a RPM package\n" msgstr "chyba: nezdá se, ¾e by %s byl balíèek RPM\n" -#: ../install.c:108 ../install.c:202 ../install.c:411 +#: ../install.c:107 ../install.c:201 ../install.c:410 #, c-format msgid "error: %s cannot be installed\n" msgstr "chyba: %s nelze nainstalovat\n" -#: ../install.c:141 +#: ../install.c:140 #, fuzzy msgid "counting packages to install\n" msgstr "pro instalaci nezadány ¾ádné balíèky" -#: ../install.c:145 +#: ../install.c:144 #, fuzzy, c-format msgid "found %d packages\n" msgstr "dotazovat v¹echny balíèky" -#: ../install.c:151 +#: ../install.c:150 #, fuzzy msgid "looking for packages to download\n" msgstr "chyba pøi hledání balíèku %s\n" -#: ../install.c:155 +#: ../install.c:154 #, c-format msgid "Retrieving %s\n" msgstr "Získává se %s\n" -#: ../install.c:162 +#: ../install.c:161 #, c-format msgid "getting %s as %s\n" msgstr "" -#: ../install.c:166 +#: ../install.c:165 #, c-format msgid "error: skipping %s - transfer failed - %s\n" msgstr "chyba: vynechává se %s - pøenos selhal - %s\n" -#: ../install.c:178 +#: ../install.c:177 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: ../install.c:180 +#: ../install.c:179 msgid "finding source and binary packages\n" msgstr "" -#: ../install.c:216 +#: ../install.c:215 #, fuzzy, c-format msgid "found %d source and %d binary packages\n" msgstr "skupina %s neobsahuje ¾ádné balíèky\n" -#: ../install.c:220 +#: ../install.c:219 #, c-format msgid "opening database mode: 0%o\n" msgstr "" -#: ../install.c:222 ../install.c:311 +#: ../install.c:221 ../install.c:310 #, c-format msgid "error: cannot open %s%s/packages.rpm\n" msgstr "chyba: nelze otevøít %s%s/packages.rpm\n" -#: ../install.c:243 +#: ../install.c:242 msgid "failed dependencies:\n" msgstr "selhaly závislosti:\n" -#: ../install.c:264 +#: ../install.c:263 #, fuzzy msgid "installing binary packages\n" msgstr "instalovat balíèek" -#: ../install.c:298 +#: ../install.c:297 #, fuzzy msgid "counting packages to uninstall\n" msgstr "pro deinstalaci nezadány ¾ádné balíèky" -#: ../install.c:321 ../query.c:520 ../verify.c:249 +#: ../install.c:320 ../query.c:519 ../verify.c:249 #, c-format msgid "package %s is not installed\n" msgstr "balíèek %s není nainstalován\n" -#: ../install.c:324 +#: ../install.c:323 #, c-format msgid "error searching for package %s\n" msgstr "chyba pøi hledání balíèku %s\n" -#: ../install.c:332 +#: ../install.c:331 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" specifikuje více balíèkù\n" -#: ../install.c:354 +#: ../install.c:353 #, fuzzy, c-format msgid "found %d packages to uninstall\n" msgstr "pro deinstalaci nezadány ¾ádné balíèky" -#: ../install.c:369 +#: ../install.c:368 msgid "removing these packages would break dependencies:\n" msgstr "odstranìní tìchto balíèkù by naru¹ilo závislosti:\n" -#: ../install.c:380 +#: ../install.c:379 #, c-format msgid "uninstalling record number %d\n" msgstr "" -#: ../install.c:402 +#: ../install.c:401 #, c-format msgid "error: cannot open %s\n" msgstr "chyba: nelze otevøít %s\n" -#: ../install.c:450 +#: ../install.c:449 #, c-format msgid " is needed by %s-%s-%s\n" msgstr " je nutné pro %s-%s-%s\n" -#: ../install.c:453 +#: ../install.c:452 #, c-format msgid " conflicts with %s-%s-%s\n" msgstr " koliduje s %s-%s-%s\n" -#: ../query.c:28 +#: ../query.c:27 #, c-format msgid "error in format: %s\n" msgstr "chyba v formátu: %s\n" -#: ../query.c:65 +#: ../query.c:64 msgid "(contains no files)" msgstr "(neobsahuje ¾ádné soubory)" -#: ../query.c:118 +#: ../query.c:117 msgid "normal " msgstr "" -#: ../query.c:120 +#: ../query.c:119 msgid "replaced " msgstr "" -#: ../query.c:122 +#: ../query.c:121 msgid "net shared " msgstr "" -#: ../query.c:124 +#: ../query.c:123 #, fuzzy msgid "not installed " msgstr "balíèek %s není nainstalován\n" -#: ../query.c:126 +#: ../query.c:125 #, fuzzy, c-format msgid "(unknown %3d) " msgstr "(neznámı typ)" -#: ../query.c:130 +#: ../query.c:129 msgid "(no state) " msgstr "" -#: ../query.c:146 ../query.c:176 +#: ../query.c:145 ../query.c:175 msgid "package has neither file owner or id lists" msgstr "" -#: ../query.c:318 +#: ../query.c:317 #, c-format msgid "querying record number %d\n" msgstr "" -#: ../query.c:323 ../verify.c:138 +#: ../query.c:322 ../verify.c:137 msgid "error: could not read database record\n" msgstr "chyba: nelze naèíst databázovı záznam\n" -#: ../query.c:359 ../query.c:366 ../verify.c:194 ../verify.c:201 +#: ../query.c:358 ../query.c:365 ../verify.c:194 ../verify.c:201 #, c-format msgid "open of %s failed: %s\n" msgstr "otevøení %s selhalo: %s\n" -#: ../query.c:382 +#: ../query.c:381 msgid "old format source packages cannot be queried\n" msgstr "zdrojové balíèky ve starém formátu nelze dotazovat\n" -#: ../query.c:391 +#: ../query.c:390 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "nezdá se, ¾e by %s byl balíèek RPM\n" -#: ../query.c:395 +#: ../query.c:394 #, c-format msgid "query of %s failed\n" msgstr "dotaz na %s selhal\n" -#: ../query.c:408 ../verify.c:178 +#: ../query.c:407 ../verify.c:177 msgid "could not read database record!\n" msgstr "nelze naèíst databázovı záznam!\n" -#: ../query.c:419 ../verify.c:224 +#: ../query.c:418 ../verify.c:224 #, c-format msgid "group %s does not contain any packages\n" msgstr "skupina %s neobsahuje ¾ádné balíèky\n" -#: ../query.c:429 +#: ../query.c:428 #, c-format msgid "no package provides %s\n" msgstr "¾ádnı balíèek neposkytuje %s\n" -#: ../query.c:439 +#: ../query.c:438 #, c-format msgid "no package triggers %s\n" msgstr "¾ádnı balíèek neuvolní %s\n" -#: ../query.c:449 +#: ../query.c:448 #, c-format msgid "no package requires %s\n" msgstr "¾ádnı balíèek nevy¾aduje %s\n" -#: ../query.c:467 ../query.c:473 +#: ../query.c:466 ../query.c:472 msgid "maximum path length exceeded\n" msgstr "" -#: ../query.c:485 +#: ../query.c:484 #, fuzzy, c-format msgid "file %s: %s\n" msgstr "otevøení %s selhalo: %s" -#: ../query.c:488 ../verify.c:238 +#: ../query.c:487 ../verify.c:238 #, c-format msgid "file %s is not owned by any package\n" msgstr "¾ádnı balíèek nevlastní soubor %s\n" -#: ../query.c:501 +#: ../query.c:500 #, c-format msgid "invalid package number: %s\n" msgstr "neplatné èíslo balíèku: %s\n" -#: ../query.c:504 +#: ../query.c:503 #, c-format msgid "showing package: %d\n" msgstr "zobrazen balíèek: %d\n" -#: ../query.c:508 +#: ../query.c:507 #, c-format msgid "record %d could not be read\n" msgstr "záznam %d nelze naèíst\n" -#: ../query.c:523 ../verify.c:251 +#: ../query.c:522 ../verify.c:251 #, c-format msgid "error looking for package %s\n" msgstr "chyba pøi hledání balíèku %s\n" -#: ../rpm.c:177 +#: ../rpm.c:174 #, c-format msgid "rpm: %s\n" msgstr "" -#: ../rpm.c:188 +#: ../rpm.c:185 #, c-format msgid "RPM version %s\n" msgstr "RPM verze %s\n" -#: ../rpm.c:192 +#: ../rpm.c:189 msgid "Copyright (C) 1998 - Red Hat Software" msgstr "Copyright (c) 1998 - Red Hat Software" -#: ../rpm.c:193 +#: ../rpm.c:190 msgid "" "This may be freely redistributed under the terms of the GNU Public License" msgstr "" "Toto lze volnì distribuovat znovu podle podmínek GPL (GNU Public License)." -#: ../rpm.c:202 +#: ../rpm.c:199 msgid "usage: rpm {--help}" msgstr "pou¾ití: rpm {--help}" -#: ../rpm.c:203 +#: ../rpm.c:200 msgid " rpm {--version}" msgstr " rpm {--version}" -#: ../rpm.c:204 +#: ../rpm.c:201 msgid " rpm {--initdb} [--dbpath <dir>]" msgstr " rpm {--initdb} [--dbpath <adresáø>]" -#: ../rpm.c:205 +#: ../rpm.c:202 msgid "" " rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]" msgstr "" " rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]" -#: ../rpm.c:206 +#: ../rpm.c:203 msgid " [--replacepkgs] [--replacefiles] [--root <dir>]" msgstr "" " [--replacepkgs] [--replacefiles] [--root <adresáø>]" -#: ../rpm.c:207 +#: ../rpm.c:204 msgid " [--excludedocs] [--includedocs] [--noscripts]" msgstr " [--excludedocs] [--includedocs] [--noscripts]" -#: ../rpm.c:208 +#: ../rpm.c:205 msgid "" " [--rcfile <file>] [--ignorearch] [--dbpath <dir>]" msgstr "" " [--rcfile <soubor>] [--ignorearch] [--dbpath <adresáø>]" -#: ../rpm.c:209 +#: ../rpm.c:206 msgid "" " [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]" msgstr "" " [--prefix <adresáø>] [--ignoreos] [--nodeps] " "[--allfiles]" -#: ../rpm.c:210 +#: ../rpm.c:207 msgid "" " [--ftpproxy <host>] [--ftpport <port>] [--justdb]" msgstr "" " [--ftpproxy <hostitel>] [--ftpport <port>] [--justdb]" -#: ../rpm.c:211 ../rpm.c:219 +#: ../rpm.c:208 ../rpm.c:216 msgid " [--noorder] [--relocate oldpath=newpath]" msgstr " [--noorder] [--relocate starácesta=novácesta]" -#: ../rpm.c:212 +#: ../rpm.c:209 #, fuzzy msgid "" " [--badreloc] [--notriggers] file1.rpm ... fileN.rpm" msgstr " [--badreloc] soubor1.rpm ... souborN.rpm" -#: ../rpm.c:213 +#: ../rpm.c:210 msgid "" " rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]" msgstr "" " rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]" -#: ../rpm.c:214 +#: ../rpm.c:211 msgid " [--oldpackage] [--root <dir>] [--noscripts]" msgstr " [--oldpackage] [--root <adresáø>] [--noscripts]" -#: ../rpm.c:215 +#: ../rpm.c:212 msgid "" " [--excludedocs] [--includedocs] [--rcfile <file>]" msgstr "" " [--excludedocs] [--includedocs] [--rcfile <soubor>]" -#: ../rpm.c:216 +#: ../rpm.c:213 msgid "" " [--ignorearch] [--dbpath <dir>] [--prefix <dir>] " msgstr "" " [--ignorearch] [--dbpath <adresáø>] [--prefix " "<adresáø>] " -#: ../rpm.c:217 +#: ../rpm.c:214 msgid " [--ftpproxy <host>] [--ftpport <port>]" msgstr " [--ftpproxy <hostitel>] [--ftpport <port>]" -#: ../rpm.c:218 +#: ../rpm.c:215 msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]" msgstr " [--ignoreos] [--nodeps] [--allfiles] [--justdb]" -#: ../rpm.c:220 +#: ../rpm.c:217 msgid " [--badreloc] file1.rpm ... fileN.rpm" msgstr " [--badreloc] soubor1.rpm ... souborN.rpm" -#: ../rpm.c:221 +#: ../rpm.c:218 msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]" msgstr " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]" -#: ../rpm.c:222 +#: ../rpm.c:219 msgid " [--scripts] [--root <dir>] [--rcfile <file>]" msgstr "" " [--scripts] [--root <adresáø>] [--rcfile <soubor>]" -#: ../rpm.c:223 +#: ../rpm.c:220 msgid " [--whatprovides] [--whatrequires] [--requires]" msgstr " [--whatprovides] [--whatrequires] [--requires]" -#: ../rpm.c:224 +#: ../rpm.c:221 #, fuzzy msgid "" " [--triggeredby] [--ftpuseport] [--ftpproxy <host>]" @@ -560,7 +560,7 @@ msgstr "" " [--ftpuseport] [--ftpproxy <hostitel>] [--ftpport " "<port>]" -#: ../rpm.c:225 +#: ../rpm.c:222 #, fuzzy msgid "" " [--ftpport <port>] [--provides] [--triggers] [--dump]" @@ -568,287 +568,287 @@ msgstr "" " [--dbpath <adresáø>] [--nodeps] [--nofiles] " "[--noscripts]" -#: ../rpm.c:226 +#: ../rpm.c:223 #, fuzzy msgid " [--changelog] [--dbpath <dir>] [targets]" msgstr " [--nomd5] [cíle]" -#: ../rpm.c:227 +#: ../rpm.c:224 msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]" msgstr "" " rpm {--verify -V -y} [-afpg] [--root <adresáø>] [--rcfile <soubor>]" -#: ../rpm.c:228 +#: ../rpm.c:225 msgid "" " [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]" msgstr "" " [--dbpath <adresáø>] [--nodeps] [--nofiles] " "[--noscripts]" -#: ../rpm.c:229 +#: ../rpm.c:226 msgid " [--nomd5] [targets]" msgstr " [--nomd5] [cíle]" -#: ../rpm.c:230 +#: ../rpm.c:227 msgid " rpm {--setperms} [-afpg] [target]" msgstr " rpm {--setperms} [-afpg] [cíl]" -#: ../rpm.c:231 +#: ../rpm.c:228 msgid " rpm {--setugids} [-afpg] [target]" msgstr " rpm {--setugids} [-afpg] [cíl]" -#: ../rpm.c:232 +#: ../rpm.c:229 msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]" msgstr "" " rpm {--erase -e} [--root <adresáø>] [--noscripts] [--rcfile <soubor>]" -#: ../rpm.c:233 +#: ../rpm.c:230 msgid " [--dbpath <dir>] [--nodeps] [--allmatches]" msgstr " [--dbpath <adresáø>] [--nodeps] [--allmatches]" -#: ../rpm.c:234 +#: ../rpm.c:231 #, fuzzy msgid "" " [--justdb] [--notriggers] rpackage1 ... packageN" msgstr " [--justdb] balíèek1 ... balíèekN" -#: ../rpm.c:235 +#: ../rpm.c:232 msgid "" " rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile <file>]" msgstr "" " rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile " "<soubor>]" -#: ../rpm.c:236 +#: ../rpm.c:233 #, fuzzy msgid " [--sign] [--test] [--timecheck <s>] ]" msgstr "" " [--sign] [--test] [--timecheck <s>] [--buildos <os>]" -#: ../rpm.c:237 +#: ../rpm.c:234 #, fuzzy msgid " [--buildplatform=platform1[,platform2...]]" msgstr " [cíle]" -#: ../rpm.c:238 +#: ../rpm.c:235 #, fuzzy msgid " [--rmsource] specfile" msgstr " [--buildarch <arch>] [--rmsource] souborspec" -#: ../rpm.c:239 +#: ../rpm.c:236 msgid " rpm {--rmsource} [--rcfile <file>] [-v] specfile" msgstr " rpm {--rmsource} [--rcfile <soubor>] [-v] souborspec" -#: ../rpm.c:240 +#: ../rpm.c:237 msgid "" " rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm" msgstr "" " rpm {--rebuild} [--rcfile <soubor>] [-v] zdroj1.rpm ... zdrojN.rpm" -#: ../rpm.c:241 +#: ../rpm.c:238 msgid "" " rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm" msgstr "" " rpm {--recompile} [--rcfile <soubor>] [-v] zdroj1.rpm ... zdrojN.rpm" -#: ../rpm.c:242 +#: ../rpm.c:239 msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN" msgstr "" " rpm {--resign} [--rcfile <soubor>] balíèek1 balíèek2 ... balíèekN" -#: ../rpm.c:243 +#: ../rpm.c:240 msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN" msgstr "" " rpm {--addsign} [--rcfile <soubor>] balíèek1 balíèek2 ... balíèekN" -#: ../rpm.c:244 +#: ../rpm.c:241 msgid " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <file>]" msgstr " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <soubor>]" -#: ../rpm.c:245 +#: ../rpm.c:242 msgid " package1 ... packageN" msgstr " balíèek1 ... balíèekN" -#: ../rpm.c:246 +#: ../rpm.c:243 msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]" msgstr " rpm {--rebuilddb} [--rcfile <soubor>] [--dbpath <adresáø>]" -#: ../rpm.c:247 +#: ../rpm.c:244 msgid " rpm {--querytags}" msgstr " rpm {--querytags}" -#: ../rpm.c:281 +#: ../rpm.c:278 msgid "usage:" msgstr "pou¾ití:" -#: ../rpm.c:283 +#: ../rpm.c:280 msgid "print this message" msgstr "vytisknout tuto zprávu" -#: ../rpm.c:285 +#: ../rpm.c:282 msgid "print the version of rpm being used" msgstr "vytisknout verzi pou¾ívaného rpm" -#: ../rpm.c:286 +#: ../rpm.c:283 msgid " all modes support the following arguments:" msgstr " v¹echny re¾imy podporují následující argumenty:" -#: ../rpm.c:287 +#: ../rpm.c:284 msgid " --rcfile <file> " msgstr "" -#: ../rpm.c:288 +#: ../rpm.c:285 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc" msgstr "pou¾ijte <soubor> místo /etc/rpmrc a $HOME/.rpmrc" -#: ../rpm.c:290 +#: ../rpm.c:287 msgid "be a little more verbose" msgstr "o nìco popisnìj¹í re¾im" -#: ../rpm.c:292 +#: ../rpm.c:289 msgid "be incredibly verbose (for debugging)" msgstr "velmi popisnı re¾im (pro odlaïování)" -#: ../rpm.c:294 +#: ../rpm.c:291 msgid "query mode" msgstr "dotazovací re¾im" -#: ../rpm.c:295 ../rpm.c:353 ../rpm.c:413 ../rpm.c:441 +#: ../rpm.c:292 ../rpm.c:350 ../rpm.c:410 ../rpm.c:438 msgid " --root <dir> " msgstr "" -#: ../rpm.c:296 ../rpm.c:354 ../rpm.c:414 ../rpm.c:442 ../rpm.c:502 +#: ../rpm.c:293 ../rpm.c:351 ../rpm.c:411 ../rpm.c:439 ../rpm.c:499 msgid "use <dir> as the top level directory" msgstr "pou¾ít <adresáø> jako adresáø vrcholové úrovnì" -#: ../rpm.c:297 ../rpm.c:351 ../rpm.c:379 ../rpm.c:429 ../rpm.c:499 +#: ../rpm.c:294 ../rpm.c:348 ../rpm.c:376 ../rpm.c:426 ../rpm.c:496 #, fuzzy msgid " --dbpath <dir> " msgstr " -b<etapa> <spec> " -#: ../rpm.c:298 ../rpm.c:352 ../rpm.c:380 ../rpm.c:430 ../rpm.c:500 +#: ../rpm.c:295 ../rpm.c:349 ../rpm.c:377 ../rpm.c:427 ../rpm.c:497 msgid "use <dir> as the directory for the database" msgstr "pou¾ít <adresáø> jako adresáø pro databázi" -#: ../rpm.c:299 +#: ../rpm.c:296 msgid " --queryformat <qfmt>" msgstr "" -#: ../rpm.c:300 +#: ../rpm.c:297 #, fuzzy msgid "use <qfmt> as the header format (implies -i)" msgstr "pou¾ít s jako hlavièkovı formát (implikuje -i)" -#: ../rpm.c:301 +#: ../rpm.c:298 msgid "" " install, upgrade and query (with -p) allow ftp URL's to be used in place" msgstr "" " instalovat, aktualizovat a dotazovat (s -p) k umo¾nìní pou¾ití prvkù URL" -#: ../rpm.c:302 +#: ../rpm.c:299 #, fuzzy msgid " of file names as well as the following options:" msgstr " ftp místo názvù souborù i následujících mo¾ností:\n" -#: ../rpm.c:303 +#: ../rpm.c:300 msgid " --ftpproxy <host> " msgstr "" -#: ../rpm.c:304 +#: ../rpm.c:301 msgid "hostname or IP of ftp proxy" msgstr "název hostitele nebo IP adresa ftp proxy" -#: ../rpm.c:305 +#: ../rpm.c:302 msgid " --ftpport <port> " msgstr "" -#: ../rpm.c:306 +#: ../rpm.c:303 msgid "port number of ftp server (or proxy)" msgstr "èíslo portu serveru ftp (nebo proxy)" -#: ../rpm.c:307 +#: ../rpm.c:304 msgid " Package specification options:" msgstr " Mo¾nosti specifikace balíèku:" -#: ../rpm.c:309 +#: ../rpm.c:306 msgid "query all packages" msgstr "dotazovat v¹echny balíèky" -#: ../rpm.c:310 +#: ../rpm.c:307 msgid " -f <file>+ " msgstr "" -#: ../rpm.c:311 +#: ../rpm.c:308 msgid "query package owning <file>" msgstr "dotazovat balíèek vlastnící <soubor>" -#: ../rpm.c:312 +#: ../rpm.c:309 msgid " -p <packagefile>+ " msgstr "" -#: ../rpm.c:313 +#: ../rpm.c:310 msgid "query (uninstalled) package <packagefile>" msgstr "dotazovat (nenainstalovanı) balíèek <souborbalíèku>" -#: ../rpm.c:314 +#: ../rpm.c:311 #, fuzzy msgid " --triggeredby <pkg>" msgstr "dotazovat balíèek vlastnící <soubor>" -#: ../rpm.c:315 +#: ../rpm.c:312 #, fuzzy msgid "query packages triggered by <pkg>" msgstr "dotazovat balíèek vlastnící <soubor>" -#: ../rpm.c:316 +#: ../rpm.c:313 #, fuzzy msgid " --whatprovides <cap>" msgstr " --requires" -#: ../rpm.c:317 +#: ../rpm.c:314 #, fuzzy msgid "query packages which provide <cap> capability" msgstr "dotazovat balíèky poskytující schopnost <i>" -#: ../rpm.c:318 +#: ../rpm.c:315 #, fuzzy msgid " --whatrequires <cap>" msgstr " --requires" -#: ../rpm.c:319 +#: ../rpm.c:316 #, fuzzy msgid "query packages which require <cap> capability" msgstr "dotazovat balíèky vy¾adující schopnost <i>" -#: ../rpm.c:320 +#: ../rpm.c:317 msgid " Information selection options:" msgstr " Mo¾nosti vybírání informací:" -#: ../rpm.c:322 +#: ../rpm.c:319 msgid "display package information" msgstr "zobrazit informace o balíèku" -#: ../rpm.c:324 +#: ../rpm.c:321 msgid "display the package's change log" msgstr "zobrazit protokol zmìn balíèku" -#: ../rpm.c:326 +#: ../rpm.c:323 msgid "display package file list" msgstr "zobrazit seznam souborù balíèkù" -#: ../rpm.c:328 +#: ../rpm.c:325 msgid "show file states (implies -l)" msgstr "zobrazit stavy souborù (implikuje -l)" -#: ../rpm.c:330 +#: ../rpm.c:327 msgid "list only documentation files (implies -l)" msgstr "uvést pouze dokumentaèní soubory (implikuje -l)" -#: ../rpm.c:332 +#: ../rpm.c:329 msgid "list only configuration files (implies -l)" msgstr "uvést pouze konfiguraèní soubory (implikuje -l)" -#: ../rpm.c:334 +#: ../rpm.c:331 msgid "" "show all verifiable information for each file (must be used with -l, -c, or " "-d)" @@ -856,36 +856,36 @@ msgstr "" "zobrazit v¹echny ovìøitelné údaje pro ka¾dı soubor (musí se pou¾ít s -l, -c " "nebo -d)" -#: ../rpm.c:336 +#: ../rpm.c:333 msgid "list capabilities package provides" msgstr "uvést schopnosti poskytované balíèkem" -#: ../rpm.c:337 +#: ../rpm.c:334 msgid " --requires" msgstr " --requires" -#: ../rpm.c:339 +#: ../rpm.c:336 msgid "list package dependencies" msgstr "uvést závislosti balíèkù" -#: ../rpm.c:341 +#: ../rpm.c:338 msgid "print the various [un]install scripts" msgstr "vytisknout rùzné [de]instalaèní skripty" -#: ../rpm.c:343 +#: ../rpm.c:340 msgid "show the trigger scripts contained in the package" msgstr "" -#: ../rpm.c:347 +#: ../rpm.c:344 #, fuzzy msgid " --pipe <cmd> " msgstr " -b<etapa> <spec> " -#: ../rpm.c:348 +#: ../rpm.c:345 msgid "send stdout to <cmd>" msgstr "odeslat stdout do <pøíkazu>" -#: ../rpm.c:350 +#: ../rpm.c:347 msgid "" "verify a package installation using the same same package specification " "options as -q" @@ -893,19 +893,19 @@ msgstr "" "ovìøit instalaci balíèku pou¾itím stejnıch mo¾ností specifikace balíèku, " "jako -q" -#: ../rpm.c:356 ../rpm.c:400 ../rpm.c:434 +#: ../rpm.c:353 ../rpm.c:397 ../rpm.c:431 msgid "do not verify package dependencies" msgstr "neovìøovat závislosti balíèkù" -#: ../rpm.c:358 +#: ../rpm.c:355 msgid "do not verify file md5 checksums" msgstr "neovìøovat kontrolní souèty md5 souborù" -#: ../rpm.c:360 +#: ../rpm.c:357 msgid "do not verify file attributes" msgstr "neovìøovat atributy souborù" -#: ../rpm.c:363 +#: ../rpm.c:360 msgid "" "set the file permissions to those in the package database using the same " "package specification options as -q" @@ -913,7 +913,7 @@ msgstr "" "nastavit oprávnìní souborù dle údajù v databázi balíèkù pomocí stejnıch " "mo¾ností specifikace balíèku, jako -q" -#: ../rpm.c:366 +#: ../rpm.c:363 msgid "" "set the file owner and group to those in the package database using the same " "package specification options as -q" @@ -921,116 +921,116 @@ msgstr "" "nastavit vlastníka a skupinu souborù dle údajù v databázi balíèkù pomocí " "stejnıch mo¾ností specifikace balíèku, jako -q" -#: ../rpm.c:370 +#: ../rpm.c:367 #, fuzzy msgid " --install <packagefile>" msgstr "instalovat balíèek" -#: ../rpm.c:371 +#: ../rpm.c:368 #, fuzzy msgid " -i <packagefile> " msgstr " -b<etapa> <spec> " -#: ../rpm.c:372 +#: ../rpm.c:369 msgid "install package" msgstr "instalovat balíèek" -#: ../rpm.c:373 +#: ../rpm.c:370 #, fuzzy msgid " --relocate <oldpath>=<newpath>" msgstr "pøemístit soubory ze <starécesty> na <novoucestu>" -#: ../rpm.c:374 +#: ../rpm.c:371 msgid "relocate files from <oldpath> to <newpath>" msgstr "pøemístit soubory ze <starécesty> na <novoucestu>" -#: ../rpm.c:376 +#: ../rpm.c:373 msgid "relocate files even though the package doesn't allow it" msgstr "pøemístit soubory, i kdy¾ to balíèek nedovoluje" -#: ../rpm.c:377 +#: ../rpm.c:374 msgid " --prefix <dir> " msgstr "" -#: ../rpm.c:378 +#: ../rpm.c:375 msgid "relocate the package to <dir>, if relocatable" msgstr "pøemístit soubory do <adresáøe>, jsou-li pøemístitelné" -#: ../rpm.c:382 +#: ../rpm.c:379 msgid "do not install documentation" msgstr "neinstalovat dokumentaci" -#: ../rpm.c:384 +#: ../rpm.c:381 msgid "short hand for --replacepkgs --replacefiles" msgstr "zkratka pro --replacepkgs --replacefiles" -#: ../rpm.c:387 +#: ../rpm.c:384 msgid "print hash marks as package installs (good with -v)" msgstr "tisknout dvojité køí¾ky dle instalace balíèku (dobré s -v)" -#: ../rpm.c:389 +#: ../rpm.c:386 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" "instalovat v¹echny soubory - i konfigurace, které by se jinak mohly vynechat" -#: ../rpm.c:392 +#: ../rpm.c:389 msgid "don't verify package architecture" msgstr "neovìøovat architekturu balíèku" -#: ../rpm.c:394 +#: ../rpm.c:391 msgid "don't verify package operating system" msgstr "neovìøovat operaèní systém balíèku" -#: ../rpm.c:396 +#: ../rpm.c:393 msgid "install documentation" msgstr "instalovat dokumentaci" -#: ../rpm.c:398 ../rpm.c:432 +#: ../rpm.c:395 ../rpm.c:429 msgid "update the database, but do not modify the filesystem" msgstr "inovovat databázi, ale neupravovat souborovı systém" -#: ../rpm.c:402 ../rpm.c:436 +#: ../rpm.c:399 ../rpm.c:433 msgid "do not reorder package installation to satisfy dependencies" msgstr "nemìòte poøadí instalace balíèkù pro vyøe¹ení závislostí" -#: ../rpm.c:404 +#: ../rpm.c:401 msgid "don't execute any installation scripts" msgstr "nespou¹tìjte ¾ádné instalaèní skripty" -#: ../rpm.c:406 ../rpm.c:440 +#: ../rpm.c:403 ../rpm.c:437 msgid "don't execute any scripts triggered by this package" msgstr "" -#: ../rpm.c:408 +#: ../rpm.c:405 msgid "print percentages as package installs" msgstr "tisknout procenta dle instalace balíèku" -#: ../rpm.c:410 +#: ../rpm.c:407 msgid "install even if the package replaces installed files" msgstr "instalovat, i kdy¾ balíèek nahradí nainstalované soubory" -#: ../rpm.c:412 +#: ../rpm.c:409 msgid "reinstall if the package is already present" msgstr "pøeinstalovat, i kdy¾ je ji¾ balíèek pøítomen" -#: ../rpm.c:416 +#: ../rpm.c:413 msgid "don't install, but tell if it would work or not" msgstr "neinstalovat ale sdìlit, zda-li by to fungovalo èi nikoliv" -#: ../rpm.c:418 +#: ../rpm.c:415 msgid " --upgrade <packagefile>" msgstr "" -#: ../rpm.c:419 +#: ../rpm.c:416 #, fuzzy msgid " -U <packagefile> " msgstr " -b<etapa> <spec> " -#: ../rpm.c:420 +#: ../rpm.c:417 msgid "upgrade package (same options as --install, plus)" msgstr "aktualizovat balíèek (stejné mo¾nosti jako --install, plus)" -#: ../rpm.c:422 +#: ../rpm.c:419 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -1038,15 +1038,15 @@ msgstr "" "aktualizovat na star¹í verzi balíèku (--force to dìlá pøi aktualizacích " "automaticky)" -#: ../rpm.c:424 +#: ../rpm.c:421 msgid " --erase <package>" msgstr "" -#: ../rpm.c:426 +#: ../rpm.c:423 msgid "erase (uninstall) package" msgstr "smazat (deinstalovat) balíèek" -#: ../rpm.c:428 +#: ../rpm.c:425 msgid "" "remove all packages which match <package> (normally an error is generated if " "<package> specified multiple packages)" @@ -1054,100 +1054,100 @@ msgstr "" "odstranit v¹echny balíèky odpovídající <balíèku> (normálnì se generuje " "chyba, specifikuje-li <balíèek> více balíèkù)" -#: ../rpm.c:438 +#: ../rpm.c:435 msgid "do not execute any package specific scripts" msgstr "nespou¹tìt ¾ádné skripty specifické balíèkùm" -#: ../rpm.c:444 +#: ../rpm.c:441 msgid " -b<stage> <spec> " msgstr " -b<etapa> <spec> " -#: ../rpm.c:445 +#: ../rpm.c:442 #, fuzzy msgid " -t<stage> <tarball> " msgstr " -b<etapa> <spec> " -#: ../rpm.c:446 +#: ../rpm.c:443 msgid "build package, where <stage> is one of:" msgstr "sestavit balíèek, kde <etapa> je jedna z:" -#: ../rpm.c:448 +#: ../rpm.c:445 msgid "prep (unpack sources and apply patches)" msgstr "pøíprava (rozbalí zdroje a aplikuje záplaty)" -#: ../rpm.c:450 +#: ../rpm.c:447 #, c-format msgid "list check (do some cursory checks on %files)" msgstr "kontrola seznamù (provede urèité zbì¾né kontroly %souborù)" -#: ../rpm.c:452 +#: ../rpm.c:449 msgid "compile (prep and compile)" msgstr "kompilace (pøíprava a kompilace)" -#: ../rpm.c:454 +#: ../rpm.c:451 msgid "install (prep, compile, install)" msgstr "instalace (pøíprava, kompilace a instalace)" -#: ../rpm.c:456 +#: ../rpm.c:453 msgid "binary package (prep, compile, install, package)" msgstr "binární balíèek (pøíprava, kompilace, instalace, zabalení)" -#: ../rpm.c:458 +#: ../rpm.c:455 msgid "bin/src package (prep, compile, install, package)" msgstr "bin/src balíèek (pøíprava, kompilace, instalace, zabalení)" -#: ../rpm.c:460 +#: ../rpm.c:457 msgid "skip straight to specified stage (only for c,i)" msgstr "pøejít pøímo k urèené etapì (pouze pro c,i)" -#: ../rpm.c:462 +#: ../rpm.c:459 msgid "remove build tree when done" msgstr "po dokonèení odstranit sestavovací strom" -#: ../rpm.c:464 +#: ../rpm.c:461 msgid "remove sources and spec file when done" msgstr "po dokonèení odstranit zdroje a soubor specifikací" -#: ../rpm.c:466 +#: ../rpm.c:463 msgid "generate PGP signature" msgstr "generovat podpis PGP" -#: ../rpm.c:467 +#: ../rpm.c:464 #, fuzzy msgid " --buildroot <dir> " msgstr " -b<etapa> <spec> " -#: ../rpm.c:468 +#: ../rpm.c:465 msgid "use <dir> as the build root" msgstr "pou¾ít <adresáø> jako sestavovací koøen" -#: ../rpm.c:469 +#: ../rpm.c:466 msgid " --platform=<platform>+" msgstr "" -#: ../rpm.c:470 +#: ../rpm.c:467 msgid "build the packages for the platform1...platformN build targets." msgstr "" -#: ../rpm.c:472 +#: ../rpm.c:469 msgid "do not execute any stages" msgstr "nespou¹tìt ¾ádné etapy" -#: ../rpm.c:473 +#: ../rpm.c:470 #, fuzzy msgid " --timecheck <secs> " msgstr " -b<etapa> <spec> " -#: ../rpm.c:474 +#: ../rpm.c:471 #, fuzzy msgid "set the time check to <secs> seconds (0 disables)" msgstr "nastavit èasovou kontrolu na S sekund (0 ji deaktivuje)" -#: ../rpm.c:476 +#: ../rpm.c:473 msgid " --rebuild <src_pkg> " msgstr "" -#: ../rpm.c:477 +#: ../rpm.c:474 msgid "" "install source package, build binary package and remove spec file, sources, " "patches, and icons." @@ -1155,214 +1155,214 @@ msgstr "" "instalovat zdrojovı balíèek, sestavit binární balíèek a odstranit soubor " "specifikací, zdroje, záplaty i ikony." -#: ../rpm.c:478 +#: ../rpm.c:475 #, fuzzy msgid " --rmsource <spec> " msgstr " -b<etapa> <spec> " -#: ../rpm.c:479 +#: ../rpm.c:476 msgid "remove sources and spec file" msgstr "odstranit zdroje a soubor specifikací" -#: ../rpm.c:480 +#: ../rpm.c:477 msgid " --recompile <src_pkg> " msgstr "" -#: ../rpm.c:481 +#: ../rpm.c:478 msgid "like --rebuild, but don't build any package" msgstr "jako --rebuild, ale nesestavovat ¾ádnı balíèek" -#: ../rpm.c:482 +#: ../rpm.c:479 #, fuzzy msgid " --resign <pkg>+ " msgstr " -b<etapa> <spec> " -#: ../rpm.c:483 +#: ../rpm.c:480 msgid "sign a package (discard current signature)" msgstr "podepsat balíèek (zahodit aktuální podpis)" -#: ../rpm.c:484 +#: ../rpm.c:481 #, fuzzy msgid " --addsign <pkg>+ " msgstr " -b<etapa> <spec> " -#: ../rpm.c:485 +#: ../rpm.c:482 msgid "add a signature to a package" msgstr "pøidat k balíèku podpis" -#: ../rpm.c:487 +#: ../rpm.c:484 #, fuzzy msgid " --checksig <pkg>+ " msgstr " -b<etapa> <spec> " -#: ../rpm.c:488 +#: ../rpm.c:485 msgid "verify package signature" msgstr "ovìøit podpis balíèku" -#: ../rpm.c:490 +#: ../rpm.c:487 msgid "skip any PGP signatures" msgstr "vynechat libovolné podpisy PGP" -#: ../rpm.c:492 +#: ../rpm.c:489 msgid "skip any MD5 signatures" msgstr "vynechat libovolné podpisy MD5" -#: ../rpm.c:494 +#: ../rpm.c:491 msgid "list the tags that can be used in a query format" msgstr "uvést pøíznaky, které lze pou¾ít v dotazovacím formátu" -#: ../rpm.c:496 +#: ../rpm.c:493 msgid "make sure a valid database exists" msgstr "zajistìte, aby existovala platná databáze" -#: ../rpm.c:498 +#: ../rpm.c:495 msgid "rebuild database from existing database" msgstr "znovu sestavit databázi z existující databáze" -#: ../rpm.c:637 ../rpm.c:643 ../rpm.c:650 ../rpm.c:656 ../rpm.c:665 -#: ../rpm.c:672 ../rpm.c:718 ../rpm.c:724 ../rpm.c:813 ../rpm.c:820 -#: ../rpm.c:826 ../rpm.c:834 ../rpm.c:840 ../rpm.c:848 ../rpm.c:881 -#: ../rpm.c:927 ../rpm.c:933 +#: ../rpm.c:634 ../rpm.c:640 ../rpm.c:647 ../rpm.c:653 ../rpm.c:662 +#: ../rpm.c:669 ../rpm.c:715 ../rpm.c:721 ../rpm.c:810 ../rpm.c:817 +#: ../rpm.c:823 ../rpm.c:831 ../rpm.c:837 ../rpm.c:845 ../rpm.c:878 +#: ../rpm.c:924 ../rpm.c:930 msgid "only one major mode may be specified" msgstr "specifikovat lze jen jeden hlavní re¾im" -#: ../rpm.c:658 +#: ../rpm.c:655 msgid "-u and --uninstall are deprecated and no longer work.\n" msgstr "-u a --uninstall se neschvalují a ji¾ dále nefungují.\n" -#: ../rpm.c:660 +#: ../rpm.c:657 msgid "Use -e or --erase instead.\n" msgstr "Místo nich pou¾ijte -e nebo --erase.\n" -#: ../rpm.c:676 +#: ../rpm.c:673 msgid "--build (-b) requires one of a,b,i,c,p,l as its sole argument" msgstr "" "--build (-b) vy¾aduje jedno z písmen a,b,i,c,p,l jako jeho vıhradní argument" -#: ../rpm.c:680 +#: ../rpm.c:677 msgid "--tarbuild (-t) requires one of a,b,i,c,p,l as its sole argument" msgstr "" "--tarbuild (-t) vy¾aduje jedno z písmen a,b,i,c,p,l jako jeho vıhradní " "argument" -#: ../rpm.c:747 ../rpm.c:754 ../rpm.c:762 ../rpm.c:770 ../rpm.c:790 -#: ../rpm.c:798 ../rpm.c:806 +#: ../rpm.c:744 ../rpm.c:751 ../rpm.c:759 ../rpm.c:767 ../rpm.c:787 +#: ../rpm.c:795 ../rpm.c:803 msgid "one type of query/verify may be performed at a time" msgstr "v daném okam¾iku lze provést jeden typ dotazu nebo ovìøení" -#: ../rpm.c:856 +#: ../rpm.c:853 msgid "arguments to --dbpath must begin with a /" msgstr "argumenty pro --dbpath musejí zaèínat znakem /" -#: ../rpm.c:863 +#: ../rpm.c:860 msgid "one type of query may be performed at a time" msgstr "v daném okam¾iku lze provést jeden typ dotazu" -#: ../rpm.c:887 +#: ../rpm.c:884 msgid "relocations must begin with a /" msgstr "pøemístìní musejí zaèínat znakem /" -#: ../rpm.c:889 +#: ../rpm.c:886 msgid "relocations must contain a =" msgstr "pøemístìní musejí obsahovat =" -#: ../rpm.c:892 +#: ../rpm.c:889 msgid "relocations must have a / following the =" msgstr "pøemístìní musejí mít za znakem = znak /" -#: ../rpm.c:904 +#: ../rpm.c:901 msgid "Internal error in argument processing :-(\n" msgstr "" -#: ../rpm.c:945 +#: ../rpm.c:942 msgid "--dbpath given for operation that does not use a database" msgstr "--dbpath zadána pro operaci, která nepou¾ívá databázi" -#: ../rpm.c:950 +#: ../rpm.c:947 msgid "--timecheck may only be used during package builds" msgstr "--timecheck lze pou¾ít jen pøi sestavování balíèkù" -#: ../rpm.c:953 ../rpm.c:956 +#: ../rpm.c:950 ../rpm.c:953 msgid "unexpected query specifiers" msgstr "neoèekávané specifikátory dotazu" -#: ../rpm.c:960 +#: ../rpm.c:957 msgid "unexpected query source" msgstr "neoèekávanı zdroj dotazu" -#: ../rpm.c:963 +#: ../rpm.c:960 msgid "only installation and upgrading may be forced" msgstr "vynucena mù¾e bıt jen instalace a aktualizace" -#: ../rpm.c:966 +#: ../rpm.c:963 msgid "files may only be relocated during package installation" msgstr "soubory mohou bıt pøemístìny jen pøi instalaci balíèkù" -#: ../rpm.c:969 +#: ../rpm.c:966 msgid "only one of --prefix or --relocate may be used" msgstr "pou¾ít lze jen jeden z --prefix nebo --relocate" -#: ../rpm.c:972 +#: ../rpm.c:969 msgid "--relocate may only be used when installing new packages" msgstr "--relocate se mù¾e pou¾ít jen pøi instalaci balíèkù" -#: ../rpm.c:975 +#: ../rpm.c:972 msgid "--prefix may only be used when installing new packages" msgstr "--prefix se mù¾e pou¾ít jen pøi instalaci novıch balíèkù" -#: ../rpm.c:978 +#: ../rpm.c:975 msgid "arguments to --prefix must begin with a /" msgstr "argumenty pro --prefix musejí zaèínat znakem /" -#: ../rpm.c:981 +#: ../rpm.c:978 msgid "--hash (-h) may only be specified during package installation" msgstr "--hash (-h) se mù¾e specifikovat jen pøi instalaci balíèkù" -#: ../rpm.c:985 +#: ../rpm.c:982 msgid "--percent may only be specified during package installation" msgstr "--percent se mù¾e specifikovat jen pøi instalaci balíèkù" -#: ../rpm.c:989 +#: ../rpm.c:986 msgid "--replacefiles may only be specified during package installation" msgstr "--replacefiles se mù¾e specifikovat jen pøi instalaci balíèkù" -#: ../rpm.c:993 +#: ../rpm.c:990 msgid "--replacepkgs may only be specified during package installation" msgstr "--replacepkgs se mù¾e specifikovat jen pøi instalaci balíèkù" -#: ../rpm.c:997 +#: ../rpm.c:994 msgid "--excludedocs may only be specified during package installation" msgstr "--excludedocs se mù¾e specifikovat jen pøi instalaci balíèkù" -#: ../rpm.c:1001 +#: ../rpm.c:998 msgid "--includedocs may only be specified during package installation" msgstr "--includedocs se mù¾e specifikovat jen pøi instalaci balíèkù" -#: ../rpm.c:1005 +#: ../rpm.c:1002 msgid "only one of --excludedocs and --includedocs may be specified" msgstr "specifikovat lze jen jeden z --excludedocs a --includedocs" -#: ../rpm.c:1009 +#: ../rpm.c:1006 msgid "--ignorearch may only be specified during package installation" msgstr "--ignorearch se mù¾e specifikovat jen pøi instalaci balíèkù" -#: ../rpm.c:1013 +#: ../rpm.c:1010 msgid "--ignoreos may only be specified during package installation" msgstr "--ignoreos se mù¾e specifikovat jen pøi instalaci balíèkù" -#: ../rpm.c:1017 +#: ../rpm.c:1014 msgid "--allmatches may only be specified during package erasure" msgstr "--allmatches se mù¾e specifikovat jen pøi mazání balíèkù" -#: ../rpm.c:1021 +#: ../rpm.c:1018 msgid "--allfiles may only be specified during package installation" msgstr "--allfiles se mù¾e specifikovat jen pøi instalaci balíèkù" -#: ../rpm.c:1025 +#: ../rpm.c:1022 msgid "--justdb may only be specified during package installation and erasure" msgstr "--justdb se mù¾e specifikovat jen pøi instalaci nebo mazání balíèkù" -#: ../rpm.c:1030 +#: ../rpm.c:1027 msgid "" "--noscripts may only be specified during package installation, erasure, and " "verification" @@ -1370,7 +1370,7 @@ msgstr "" "--noscripts se mù¾e specifikovat jen pøi instalaci, mazání nebo verifikaci " "balíèkù" -#: ../rpm.c:1034 +#: ../rpm.c:1031 #, fuzzy msgid "" "--notriggers may only be specified during package installation, erasure, and " @@ -1379,7 +1379,7 @@ msgstr "" "--nodeps se mù¾e specifikovat jen pøi instalaci, mazání nebo verifikaci " "balíèkù" -#: ../rpm.c:1039 +#: ../rpm.c:1036 msgid "" "--nodeps may only be specified during package installation, erasure, and " "verification" @@ -1387,11 +1387,11 @@ msgstr "" "--nodeps se mù¾e specifikovat jen pøi instalaci, mazání nebo verifikaci " "balíèkù" -#: ../rpm.c:1043 +#: ../rpm.c:1040 msgid "--nofiles may only be specified during package verification" msgstr "--nofiles se mù¾e specifikovat jen pøi verifikaci balíèkù" -#: ../rpm.c:1048 +#: ../rpm.c:1045 msgid "" "--test may only be specified during package installation, erasure, and " "building" @@ -1399,7 +1399,7 @@ msgstr "" "--test se mù¾e specifikovat jen pøi instalaci, mazání nebo sestavování " "balíèkù" -#: ../rpm.c:1053 +#: ../rpm.c:1050 msgid "" "--root (-r) may only be specified during installation, erasure, querying, " "and database rebuilds" @@ -1407,151 +1407,151 @@ msgstr "" "--root (-r) se mù¾e urèit jen pøi instalaci, mazání, dotazování a opìtnıch " "sestavování databází" -#: ../rpm.c:1058 +#: ../rpm.c:1055 msgid "arguments to --root (-r) must begin with a /" msgstr "argumenty pro --root (-r) musejí zaèínat znakem /" -#: ../rpm.c:1061 +#: ../rpm.c:1058 msgid "--clean may only be used with -b and -t" msgstr "--clean lze pou¾ít pouze s -b nebo -t" -#: ../rpm.c:1064 +#: ../rpm.c:1061 msgid "--rmsource may only be used with -b and -t" msgstr "--rmsource lze pou¾ít pouze s -b nebo -t" -#: ../rpm.c:1067 +#: ../rpm.c:1064 msgid "--short-circuit may only be used during package building" msgstr "--short-circuit lze pou¾ít jen pøi sestavování balíèkù" -#: ../rpm.c:1071 +#: ../rpm.c:1068 #, fuzzy msgid "--short-circuit may only be used with -bc, -bi, -bs, -tc -ti, or -ts" msgstr "--short-circuit lze pou¾ít pouze s -bc, -bi, -tc nebo -ti" -#: ../rpm.c:1076 +#: ../rpm.c:1073 msgid "--oldpackage may only be used during upgrades" msgstr "--oldpackage lze pou¾ít jen pøi aktualizacích" -#: ../rpm.c:1079 +#: ../rpm.c:1076 msgid "--dump may only be used during queries" msgstr "--dump lze pou¾ít jen pøi dotazování" -#: ../rpm.c:1082 +#: ../rpm.c:1079 msgid "--dump of queries must be used with -l, -c, or -d" msgstr "--dump pro dotazy se musí pou¾ít s -l, -c nebo -d" -#: ../rpm.c:1087 +#: ../rpm.c:1084 msgid "" "ftp options can only be used during package queries, installs, and upgrades" msgstr "" "volby ftp lze pou¾ít jen pøi dotazování, instalacích a aktualizacích balíèkù" -#: ../rpm.c:1094 +#: ../rpm.c:1091 msgid "--nopgp may only be used during signature checking" msgstr "--nopgp lze pou¾ít jen pøi kontrolování podpisù" -#: ../rpm.c:1097 +#: ../rpm.c:1094 msgid "" "--nopgp may only be used during signature checking and package verification" msgstr "" "--nopgp se mù¾e pou¾ít jen pøi kontrolování podpisù a verifikaci balíèkù" -#: ../rpm.c:1110 +#: ../rpm.c:1107 msgid "Pass phrase check failed\n" msgstr "Kontrola heslové fráze selhala\n" -#: ../rpm.c:1113 +#: ../rpm.c:1110 msgid "Pass phrase is good.\n" msgstr "Heslová fráze je dobrá.\n" -#: ../rpm.c:1125 +#: ../rpm.c:1122 msgid "--sign may only be used during package building" msgstr "--sign lze pou¾ít jen pøi sestavování balíèkù" -#: ../rpm.c:1140 +#: ../rpm.c:1137 #, fuzzy msgid "exec failed\n" msgstr "%s: Open selhal\n" -#: ../rpm.c:1159 +#: ../rpm.c:1156 msgid "unexpected arguments to --querytags " msgstr "neoèekávané argumenty pro --querytags " -#: ../rpm.c:1170 +#: ../rpm.c:1167 msgid "no packages given for signature check" msgstr "ke kontrole podpisu nezadány ¾ádné balíèky" -#: ../rpm.c:1177 +#: ../rpm.c:1174 msgid "no packages given for signing" msgstr "k podpisu nezadány ¾ádné balíèky" -#: ../rpm.c:1186 +#: ../rpm.c:1183 msgid "no packages files given for rebuild" msgstr "k opìtnému sestavení nezadány ¾ádné soubory balíèkù" -#: ../rpm.c:1249 +#: ../rpm.c:1246 msgid "no spec files given for build" msgstr "pro sestavení nezadány ¾ádné soubory specifikací" -#: ../rpm.c:1251 +#: ../rpm.c:1248 msgid "no tar files given for build" msgstr "pro sestavení nezadány ¾ádné soubory tar" -#: ../rpm.c:1264 +#: ../rpm.c:1261 msgid "no packages given for uninstall" msgstr "pro deinstalaci nezadány ¾ádné balíèky" -#: ../rpm.c:1304 +#: ../rpm.c:1301 msgid "no packages given for install" msgstr "pro instalaci nezadány ¾ádné balíèky" -#: ../rpm.c:1328 +#: ../rpm.c:1325 msgid "extra arguments given for query of all packages" msgstr "k dotazu na v¹echny balíèky zadány argumenty navíc" -#: ../rpm.c:1333 +#: ../rpm.c:1330 msgid "no arguments given for query" msgstr "k dotazu nezadány ¾ádné argumenty" -#: ../rpm.c:1350 +#: ../rpm.c:1347 msgid "no arguments given for verify" msgstr "pro verifikaci nezadány ¾ádné argumenty" -#: ../url.c:47 +#: ../url.c:46 #, c-format msgid "Password for %s@%s: " msgstr "Heslo pro %s@%s: " -#: ../url.c:113 ../url.c:156 ../url.c:182 +#: ../url.c:112 ../url.c:155 ../url.c:181 #, c-format msgid "getting %s via anonymous ftp\n" msgstr "" -#: ../url.c:120 +#: ../url.c:119 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" -#: ../url.c:131 +#: ../url.c:130 msgid "error: ftpport must be a number\n" msgstr "chyba: ftpport musí bıt èíslo\n" -#: ../url.c:189 +#: ../url.c:188 #, c-format msgid "failed to create %s\n" msgstr "vytvoøení %s selhalo\n" -#: ../verify.c:35 +#: ../verify.c:34 #, fuzzy, c-format msgid "missing %s\n" msgstr "po % chybí {" -#: ../verify.c:91 +#: ../verify.c:90 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "Nevyøe¹ené závislosti pro %s-%s-%s: " -#: ../verify.c:133 +#: ../verify.c:132 #, c-format msgid "verifying record number %d\n" msgstr "" @@ -1561,11 +1561,11 @@ msgstr "" msgid "%s is not an RPM\n" msgstr "" -#: ../rpm2cpio.c:39 +#: ../rpm2cpio.c:38 msgid "argument is not an RPM package\n" msgstr "" -#: ../rpm2cpio.c:42 +#: ../rpm2cpio.c:41 #, fuzzy msgid "error reading header from package\n" msgstr "chyba pøi hledání balíèku %s\n" @@ -1614,258 +1614,258 @@ msgstr "balíèek %s nenalezen v %s" msgid "no copyright!\n" msgstr "" -#: ../build/build.c:96 ../build/pack.c:191 +#: ../build/build.c:95 ../build/pack.c:191 #, fuzzy msgid "Unable to open temp file" msgstr "Nelze otevøít %s pro ètení: %s." -#: ../build/build.c:133 +#: ../build/build.c:132 #, fuzzy, c-format msgid "Executing: %s\n" msgstr "Získává se %s\n" -#: ../build/build.c:137 +#: ../build/build.c:136 #, fuzzy, c-format msgid "Exec of %s failed (%s)" msgstr "otevøení %s selhalo: %s\n" -#: ../build/build.c:145 +#: ../build/build.c:144 #, c-format msgid "Bad exit status from %s (%s)" msgstr "" -#: ../build/expression.c:188 ../build/expression.c:197 +#: ../build/expression.c:189 ../build/expression.c:198 msgid "parse error in tokenizer" msgstr "" -#: ../build/expression.c:239 +#: ../build/expression.c:240 #, fuzzy msgid "parse error in expression" msgstr "ve vırazu se oèekával ?" -#: ../build/expression.c:269 +#: ../build/expression.c:270 msgid "unmatched (" msgstr "" -#: ../build/expression.c:287 +#: ../build/expression.c:288 msgid "undefined identifier" msgstr "" -#: ../build/expression.c:306 +#: ../build/expression.c:307 msgid "- only on numbers" msgstr "" -#: ../build/expression.c:322 +#: ../build/expression.c:323 msgid "! only on numbers" msgstr "" -#: ../build/expression.c:358 ../build/expression.c:403 -#: ../build/expression.c:460 ../build/expression.c:543 +#: ../build/expression.c:362 ../build/expression.c:407 +#: ../build/expression.c:464 ../build/expression.c:551 msgid "types must match" msgstr "" -#: ../build/expression.c:371 +#: ../build/expression.c:375 msgid "* / not suported for strings" msgstr "" -#: ../build/expression.c:419 +#: ../build/expression.c:423 msgid "- not suported for strings" msgstr "" -#: ../build/expression.c:556 +#: ../build/expression.c:564 msgid "&& and || not suported for strings" msgstr "" -#: ../build/expression.c:587 ../build/expression.c:630 +#: ../build/expression.c:595 ../build/expression.c:640 #, fuzzy msgid "syntax error in expression" msgstr "ve vırazu se oèekával ?" -#: ../build/files.c:204 +#: ../build/files.c:203 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "" -#: ../build/files.c:233 ../build/files.c:245 ../build/files.c:317 -#: ../build/files.c:329 ../build/files.c:356 +#: ../build/files.c:232 ../build/files.c:244 ../build/files.c:316 +#: ../build/files.c:328 ../build/files.c:355 #, c-format msgid "Bad %s() syntax: %s" msgstr "" -#: ../build/files.c:279 +#: ../build/files.c:278 #, c-format msgid "Invalid %s token: %s" msgstr "" -#: ../build/files.c:340 +#: ../build/files.c:339 msgid "No files after %%defattr(): %s" msgstr "" -#: ../build/files.c:368 +#: ../build/files.c:367 #, c-format msgid "Bad %s() mode spec: %s" msgstr "" -#: ../build/files.c:386 +#: ../build/files.c:385 #, c-format msgid "Bad %s() dirmode spec: %s" msgstr "" -#: ../build/files.c:441 +#: ../build/files.c:440 msgid "Bad %%config() syntax: %s" msgstr "" -#: ../build/files.c:459 +#: ../build/files.c:458 msgid "Invalid %%config token: %s" msgstr "" -#: ../build/files.c:482 ../build/files.c:494 ../build/files.c:507 +#: ../build/files.c:481 ../build/files.c:493 ../build/files.c:506 msgid "Bad %%lang() syntax: %s" msgstr "" -#: ../build/files.c:513 +#: ../build/files.c:512 msgid "%%lang() entries are 2 characters: %s" msgstr "" -#: ../build/files.c:519 +#: ../build/files.c:518 msgid "Only one entry in %%lang(): %s" msgstr "" -#: ../build/files.c:610 +#: ../build/files.c:608 msgid "Hit limit for %%docdir" msgstr "" -#: ../build/files.c:616 +#: ../build/files.c:614 msgid "Only one arg for %%docdir" msgstr "" -#: ../build/files.c:642 +#: ../build/files.c:640 #, fuzzy, c-format msgid "Two files on one line: %s" msgstr "otevøení %s selhalo: %s" -#: ../build/files.c:655 +#: ../build/files.c:653 #, fuzzy, c-format msgid "File must begin with \"/\": %s" msgstr "pøemístìní musejí zaèínat znakem /" -#: ../build/files.c:667 +#: ../build/files.c:665 msgid "Can't mix special %%doc with other forms: %s" msgstr "" -#: ../build/files.c:749 +#: ../build/files.c:747 #, fuzzy, c-format msgid "File listed twice: %s" msgstr "Selhalo ètení %s: %s." -#: ../build/files.c:908 +#: ../build/files.c:906 #, fuzzy, c-format msgid "File doesn't match prefix (%s): %s" msgstr "Selhalo ètení %s: %s." -#: ../build/files.c:918 ../build/files.c:1035 +#: ../build/files.c:916 ../build/files.c:1033 #, fuzzy, c-format msgid "File not found: %s" msgstr "Soubor nebyl na serveru nalezen" -#: ../build/files.c:963 +#: ../build/files.c:961 #, c-format msgid "Bad owner/group: %s\n" msgstr "" -#: ../build/files.c:968 +#: ../build/files.c:966 #, fuzzy, c-format msgid "File %d: %s\n" msgstr "otevøení %s selhalo: %s" -#: ../build/files.c:1019 +#: ../build/files.c:1017 #, c-format msgid "File needs leading \"/\": %s" msgstr "" -#: ../build/files.c:1079 +#: ../build/files.c:1077 #, fuzzy msgid "Could not open %%files file: %s" msgstr "chyba: nelze otevøít soubor %s\n" -#: ../build/files.c:1085 ../build/pack.c:380 +#: ../build/files.c:1083 ../build/pack.c:380 #, c-format msgid "line: %s" msgstr "" -#: ../build/files.c:1412 ../build/parsePrep.c:41 +#: ../build/files.c:1410 ../build/parsePrep.c:40 #, c-format msgid "Bad owner/group: %s" msgstr "" -#: ../build/files.c:1467 +#: ../build/files.c:1465 #, fuzzy, c-format msgid "Couldn't exec %s" msgstr "Nelze spustit pgp" -#: ../build/files.c:1471 +#: ../build/files.c:1469 #, fuzzy, c-format msgid "Couldn't fork %s" msgstr "Nelze naèíst cílpodpisu" -#: ../build/files.c:1521 +#: ../build/files.c:1519 #, fuzzy, c-format msgid "%s failed" msgstr "pgp selhal" -#: ../build/files.c:1525 +#: ../build/files.c:1523 #, fuzzy, c-format msgid "failed to write all data to %s" msgstr "vytvoøení %s selhalo\n" -#: ../build/files.c:1559 +#: ../build/files.c:1557 msgid "Finding provides...\n" msgstr "" -#: ../build/files.c:1566 +#: ../build/files.c:1564 msgid "Failed to find provides" msgstr "" -#: ../build/files.c:1586 +#: ../build/files.c:1584 msgid "Finding requires...\n" msgstr "" -#: ../build/files.c:1593 +#: ../build/files.c:1591 #, fuzzy msgid "Failed to find requires" msgstr "vytvoøení %s selhalo\n" -#: ../build/files.c:1628 +#: ../build/files.c:1626 msgid "Provides:" msgstr "" -#: ../build/files.c:1646 +#: ../build/files.c:1644 msgid "Prereqs:" msgstr "" -#: ../build/files.c:1660 +#: ../build/files.c:1658 msgid "Requires:" msgstr "" -#: ../build/files.c:1685 +#: ../build/files.c:1683 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "otevøení %s selhalo: %s" -#: ../build/names.c:35 ../build/names.c:69 +#: ../build/names.c:34 ../build/names.c:68 msgid "RPMERR_INTERNAL: Hit limit in getUname()\n" msgstr "" -#: ../build/names.c:104 ../build/names.c:138 +#: ../build/names.c:103 ../build/names.c:137 msgid "RPMERR_INTERNAL: Hit limit in getGname()\n" msgstr "" -#: ../build/names.c:176 +#: ../build/names.c:175 #, c-format msgid "Could not canonicalize hostname: %s\n" msgstr "" -#: ../build/pack.c:141 +#: ../build/pack.c:140 #, c-format msgid "Could not generate output filename for package %s: %s\n" msgstr "" @@ -1944,666 +1944,666 @@ msgstr "" msgid "Could not open Trigger script file: %s" msgstr "" -#: ../build/parseBuildInstallClean.c:28 +#: ../build/parseBuildInstallClean.c:27 #, c-format msgid "line %d: second %s" msgstr "" -#: ../build/parseChangelog.c:102 +#: ../build/parseChangelog.c:101 msgid "%%changelog entries must start with *" msgstr "" -#: ../build/parseChangelog.c:110 +#: ../build/parseChangelog.c:109 msgid "incomplete %%changelog entry" msgstr "" -#: ../build/parseChangelog.c:125 +#: ../build/parseChangelog.c:124 msgid "bad date in %%changelog: %s" msgstr "" -#: ../build/parseChangelog.c:130 +#: ../build/parseChangelog.c:129 msgid "%%changelog not in decending chronological order" msgstr "" -#: ../build/parseChangelog.c:138 ../build/parseChangelog.c:149 +#: ../build/parseChangelog.c:137 ../build/parseChangelog.c:148 msgid "missing name in %%changelog" msgstr "" -#: ../build/parseChangelog.c:156 +#: ../build/parseChangelog.c:155 msgid "no description in %%changelog" msgstr "" -#: ../build/parseDescription.c:35 +#: ../build/parseDescription.c:34 msgid "line %d: Error parsing %%description: %s" msgstr "" -#: ../build/parseDescription.c:48 ../build/parseFiles.c:43 -#: ../build/parseScript.c:140 +#: ../build/parseDescription.c:47 ../build/parseFiles.c:42 +#: ../build/parseScript.c:139 #, fuzzy, c-format msgid "line %d: Bad option %s: %s" msgstr "otevøení %s selhalo: %s" -#: ../build/parseDescription.c:62 ../build/parseFiles.c:57 -#: ../build/parseScript.c:154 +#: ../build/parseDescription.c:61 ../build/parseFiles.c:56 +#: ../build/parseScript.c:153 #, c-format msgid "line %d: Too many names: %s" msgstr "" -#: ../build/parseDescription.c:72 ../build/parseFiles.c:67 -#: ../build/parseScript.c:164 +#: ../build/parseDescription.c:71 ../build/parseFiles.c:66 +#: ../build/parseScript.c:163 #, fuzzy, c-format msgid "line %d: Package does not exist: %s" msgstr "balíèek %s není uveden v %s" -#: ../build/parseDescription.c:84 +#: ../build/parseDescription.c:83 #, c-format msgid "line %d: Second description" msgstr "" -#: ../build/parseFiles.c:30 +#: ../build/parseFiles.c:29 msgid "line %d: Error parsing %%files: %s" msgstr "" -#: ../build/parseFiles.c:75 +#: ../build/parseFiles.c:74 msgid "line %d: Second %%files list" msgstr "" -#: ../build/parsePreamble.c:150 +#: ../build/parsePreamble.c:154 #, c-format msgid "Architecture is excluded: %s" msgstr "" -#: ../build/parsePreamble.c:155 +#: ../build/parsePreamble.c:159 #, c-format msgid "Architecture is not included: %s" msgstr "" -#: ../build/parsePreamble.c:160 +#: ../build/parsePreamble.c:164 #, c-format msgid "OS is excluded: %s" msgstr "" -#: ../build/parsePreamble.c:165 +#: ../build/parsePreamble.c:169 #, c-format msgid "OS is not included: %s" msgstr "" -#: ../build/parsePreamble.c:201 +#: ../build/parsePreamble.c:205 #, c-format msgid "%s field must be present in package: %s" msgstr "" -#: ../build/parsePreamble.c:243 +#: ../build/parsePreamble.c:247 #, c-format msgid "Duplicate %s entries in package: %s" msgstr "" -#: ../build/parsePreamble.c:287 ../build/parsePreamble.c:294 +#: ../build/parsePreamble.c:291 ../build/parsePreamble.c:298 #, fuzzy, c-format msgid "Unable to read icon: %s" msgstr "Nelze zapsat %s" -#: ../build/parsePreamble.c:304 +#: ../build/parsePreamble.c:308 #, fuzzy, c-format msgid "Unknown icon type: %s" msgstr "(neznámı typ)" -#: ../build/parsePreamble.c:335 +#: ../build/parsePreamble.c:339 #, c-format msgid "line %d: Malformed tag: %s" msgstr "" #. Empty field -#: ../build/parsePreamble.c:343 +#: ../build/parsePreamble.c:347 #, c-format msgid "line %d: Empty tag: %s" msgstr "" -#: ../build/parsePreamble.c:394 +#: ../build/parsePreamble.c:398 #, c-format msgid "line %d: BuildRoot can not be \"/\": %s" msgstr "" -#: ../build/parsePreamble.c:407 +#: ../build/parsePreamble.c:411 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s" msgstr "" -#: ../build/parsePreamble.c:419 +#: ../build/parsePreamble.c:423 #, fuzzy, c-format msgid "line %d: Docdir must begin with '/': %s" msgstr "pøemístìní musejí zaèínat znakem /" -#: ../build/parsePreamble.c:430 +#: ../build/parsePreamble.c:434 #, c-format msgid "line %d: Serial field must be a number: %s" msgstr "" -#: ../build/parsePreamble.c:494 +#: ../build/parsePreamble.c:498 #, fuzzy, c-format msgid "line %d: Bad BuildArchitecture format: %s" msgstr "chybí architektura pro %s u %s:%d" -#: ../build/parsePreamble.c:504 +#: ../build/parsePreamble.c:508 #, c-format msgid "Internal error: Bogus tag %d" msgstr "" -#: ../build/parsePreamble.c:647 +#: ../build/parsePreamble.c:651 #, fuzzy, c-format msgid "Bad package specification: %s" msgstr " Mo¾nosti specifikace balíèku:" -#: ../build/parsePreamble.c:653 +#: ../build/parsePreamble.c:657 #, c-format msgid "Package already exists: %s" msgstr "" -#: ../build/parsePreamble.c:680 +#: ../build/parsePreamble.c:684 #, c-format msgid "line %d: Unknown tag: %s" msgstr "" -#: ../build/parsePreamble.c:705 +#: ../build/parsePreamble.c:709 msgid "Spec file can't use BuildRoot" msgstr "" -#: ../build/parsePrep.c:37 +#: ../build/parsePrep.c:36 #, fuzzy, c-format msgid "Bad source: %s: %s" msgstr "Selhalo ètení %s: %s." -#: ../build/parsePrep.c:63 +#: ../build/parsePrep.c:62 #, fuzzy, c-format msgid "No patch number %d" msgstr "(není èíslo)" -#: ../build/parsePrep.c:127 +#: ../build/parsePrep.c:126 #, c-format msgid "No source number %d" msgstr "" -#: ../build/parsePrep.c:180 +#: ../build/parsePrep.c:179 msgid "Error parsing %%setup: %s" msgstr "" -#: ../build/parsePrep.c:195 +#: ../build/parsePrep.c:194 msgid "line %d: Bad arg to %%setup %c: %s" msgstr "" -#: ../build/parsePrep.c:216 +#: ../build/parsePrep.c:215 msgid "line %d: Bad %%setup option %s: %s" msgstr "" -#: ../build/parsePrep.c:334 +#: ../build/parsePrep.c:333 msgid "line %d: Need arg to %%patch -b: %s" msgstr "" -#: ../build/parsePrep.c:342 +#: ../build/parsePrep.c:341 msgid "line %d: Need arg to %%patch -z: %s" msgstr "" -#: ../build/parsePrep.c:354 +#: ../build/parsePrep.c:353 msgid "line %d: Need arg to %%patch -p: %s" msgstr "" -#: ../build/parsePrep.c:360 +#: ../build/parsePrep.c:359 msgid "line %d: Bad arg to %%patch -p: %s" msgstr "" -#: ../build/parsePrep.c:367 +#: ../build/parsePrep.c:366 msgid "Too many patches!" msgstr "" -#: ../build/parsePrep.c:371 +#: ../build/parsePrep.c:370 msgid "line %d: Bad arg to %%patch: %s" msgstr "" -#: ../build/parsePrep.c:409 +#: ../build/parsePrep.c:408 msgid "line %d: second %%prep" msgstr "" -#: ../build/parseReqs.c:46 +#: ../build/parseReqs.c:45 #, c-format msgid "line %d: No file names in Conflicts: %s" msgstr "" -#: ../build/parseReqs.c:77 +#: ../build/parseReqs.c:76 #, c-format msgid "line %d: No versions on file names in %s: %s" msgstr "" -#: ../build/parseReqs.c:83 +#: ../build/parseReqs.c:82 #, c-format msgid "line %d: No versions in PreReq: %s" msgstr "" -#: ../build/parseReqs.c:95 +#: ../build/parseReqs.c:94 #, c-format msgid "line %d: Version required in %s: %s" msgstr "" -#: ../build/parseReqs.c:123 +#: ../build/parseReqs.c:122 #, c-format msgid "line %d: No file names in %s: %s" msgstr "" -#: ../build/parseReqs.c:131 +#: ../build/parseReqs.c:130 #, c-format msgid "line %d: %s: tokens must begin with alpha-numeric: %s" msgstr "" -#: ../build/parseScript.c:108 +#: ../build/parseScript.c:107 #, c-format msgid "line %d: triggers must have --: %s" msgstr "" -#: ../build/parseScript.c:118 ../build/parseScript.c:182 +#: ../build/parseScript.c:117 ../build/parseScript.c:181 #, c-format msgid "line %d: Error parsing %s: %s" msgstr "" -#: ../build/parseScript.c:128 +#: ../build/parseScript.c:127 #, c-format msgid "line %d: script program must begin with '/': %s" msgstr "" -#: ../build/parseScript.c:173 +#: ../build/parseScript.c:172 #, c-format msgid "line %d: Second %s" msgstr "" -#: ../build/parseSpec.c:110 +#: ../build/parseSpec.c:124 #, fuzzy, c-format msgid "Unable to open: %s\n" msgstr "otevøení %s selhalo\n" -#: ../build/parseSpec.c:122 +#: ../build/parseSpec.c:136 msgid "Unclosed %%if" msgstr "" -#: ../build/parseSpec.c:169 +#: ../build/parseSpec.c:183 #, fuzzy, c-format msgid "line %d: %s" msgstr "otevøení %s selhalo: %s" #. Got an else with no %if ! -#: ../build/parseSpec.c:193 +#: ../build/parseSpec.c:208 msgid "%s:%d: Got a %%else with no if" msgstr "" #. Got an end with no %if ! -#: ../build/parseSpec.c:203 +#: ../build/parseSpec.c:218 msgid "%s:%d: Got a %%endif with no if" msgstr "" -#: ../build/parseSpec.c:215 ../build/parseSpec.c:224 +#: ../build/parseSpec.c:230 ../build/parseSpec.c:239 msgid "malformed %%include statement" msgstr "" -#: ../build/parseSpec.c:305 +#: ../build/parseSpec.c:313 #, c-format msgid "Timecheck value must be an integer: %s" msgstr "" -#: ../build/parseSpec.c:395 +#: ../build/parseSpec.c:396 #, fuzzy msgid "No buildable architectures" msgstr "neovìøovat architekturu balíèku" -#: ../build/parseSpec.c:409 +#: ../build/parseSpec.c:424 #, fuzzy msgid "Package has no %%description: %s" msgstr "balíèek %s není uveden v %s" -#: ../build/spec.c:30 +#: ../build/spec.c:29 #, c-format msgid "archive = %s, fs = %s\n" msgstr "" -#: ../build/spec.c:218 +#: ../build/spec.c:217 #, fuzzy, c-format msgid "line %d: Bad number: %s" msgstr "neplatné èíslo balíèku: %s\n" -#: ../build/spec.c:224 +#: ../build/spec.c:223 #, c-format msgid "line %d: Bad no%s number: %d" msgstr "" -#: ../build/spec.c:282 +#: ../build/spec.c:281 #, fuzzy, c-format msgid "line %d: Bad %s number: %s\n" msgstr "neplatné èíslo balíèku: %s\n" -#: ../lib/cpio.c:525 +#: ../lib/cpio.c:524 #, fuzzy, c-format msgid "error %d reading header: %s\n" msgstr "chyba vytváøení adresáøe %s: %s" -#: ../lib/dbindex.c:16 +#: ../lib/dbindex.c:14 #, c-format msgid "cannot open file %s: " msgstr "nelze otevøít soubor %s: " -#: ../lib/dbindex.c:43 +#: ../lib/dbindex.c:41 #, c-format msgid "error getting record %s from %s" msgstr "chyba získávání záznamu %s z %s" -#: ../lib/dbindex.c:71 +#: ../lib/dbindex.c:69 #, c-format msgid "error storing record %s into %s" msgstr "chyba ukládání záznamu %s do %s" -#: ../lib/dbindex.c:78 +#: ../lib/dbindex.c:76 #, c-format msgid "error removing record %s into %s" msgstr "chyba odstraòování záznamu %s do %s" -#: ../lib/depends.c:374 ../lib/depends.c:529 +#: ../lib/depends.c:373 ../lib/depends.c:528 #, c-format msgid "cannot read header at %d for dependency check" msgstr "nelze èíst hlavièku u %d pro kontrolu závislostí" -#: ../lib/depends.c:439 +#: ../lib/depends.c:438 #, c-format msgid "dependencies: looking for %s\n" msgstr "" -#: ../lib/depends.c:622 +#: ../lib/depends.c:621 #, fuzzy, c-format msgid "package %s require not satisfied: %s\n" msgstr "balíèek %s není uveden v %s" -#: ../lib/depends.c:665 +#: ../lib/depends.c:664 #, fuzzy, c-format msgid "package %s conflicts: %s\n" msgstr "balíèek %s není uveden v %s" -#: ../lib/depends.c:764 +#: ../lib/depends.c:763 msgid "dbrecMatchesDepFlags() failed to read header" msgstr "" -#: ../lib/depends.c:816 +#: ../lib/depends.c:815 #, c-format msgid "loop in prerequisite chain: %s" msgstr "smyèka v øetìzu pøedpokladù: %s" -#: ../lib/falloc.c:128 +#: ../lib/falloc.c:127 #, c-format msgid "free list corrupt (%d)- contact support@redhat.com\n" msgstr "" -#: ../lib/formats.c:99 ../lib/formats.c:116 ../lib/formats.c:136 -#: ../lib/formats.c:168 ../lib/header.c:1925 ../lib/header.c:1941 -#: ../lib/header.c:1961 +#: ../lib/formats.c:97 ../lib/formats.c:114 ../lib/formats.c:134 +#: ../lib/formats.c:166 ../lib/header.c:1924 ../lib/header.c:1940 +#: ../lib/header.c:1960 msgid "(not a number)" msgstr "(není èíslo)" -#: ../lib/fs.c:42 +#: ../lib/fs.c:40 #, c-format msgid "mntctl() failed to return fugger size: %s" msgstr "mntctl() nevrátil velikost fuggeru(?): %s" -#: ../lib/fs.c:76 ../lib/fs.c:238 +#: ../lib/fs.c:74 ../lib/fs.c:236 #, fuzzy, c-format msgid "failed to stat %s: %s" msgstr "otevøení %s selhalo: %s" -#: ../lib/fs.c:117 +#: ../lib/fs.c:115 #, c-format msgid "failed to open %s: %s" msgstr "otevøení %s selhalo: %s" -#: ../lib/fs.c:259 +#: ../lib/fs.c:257 #, c-format msgid "file %s is on an unknown device" msgstr "" -#: ../lib/header.c:666 +#: ../lib/header.c:665 #, c-format msgid "Data type %d not supprted\n" msgstr "" #. This should not be allowed -#: ../lib/header.c:878 +#: ../lib/header.c:877 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: ../lib/header.c:908 +#: ../lib/header.c:907 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: ../lib/header.c:967 +#: ../lib/header.c:966 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: ../lib/header.c:1281 +#: ../lib/header.c:1280 msgid "? expected in expression" msgstr "ve vırazu se oèekával ?" -#: ../lib/header.c:1288 +#: ../lib/header.c:1287 #, fuzzy msgid "{ expected after ? in expression" msgstr "ve vırazu se po ? oèekávala {" -#: ../lib/header.c:1298 ../lib/header.c:1330 +#: ../lib/header.c:1297 ../lib/header.c:1329 msgid "} expected in expression" msgstr "ve vırazu se oèekávala }" -#: ../lib/header.c:1305 +#: ../lib/header.c:1304 msgid ": expected following ? subexpression" msgstr "v podvırazu se po ? oèekávala :" -#: ../lib/header.c:1318 +#: ../lib/header.c:1317 #, fuzzy msgid "{ expected after : in expression" msgstr "ve vırazu se po : oèekávala {" -#: ../lib/header.c:1337 +#: ../lib/header.c:1336 msgid "| expected at end of expression" msgstr "na konci vırazu se oèekávala |" -#: ../lib/header.c:1431 +#: ../lib/header.c:1430 #, c-format msgid "missing { after %" msgstr "po % chybí {" -#: ../lib/header.c:1459 +#: ../lib/header.c:1458 msgid "missing } after %{" msgstr "po %{ chybí }" -#: ../lib/header.c:1471 +#: ../lib/header.c:1470 msgid "empty tag format" msgstr "prázdnı formát pøíznaku" -#: ../lib/header.c:1481 +#: ../lib/header.c:1480 msgid "empty tag name" msgstr "prázdnı název pøíznaku" -#: ../lib/header.c:1496 +#: ../lib/header.c:1495 msgid "unknown tag" msgstr "neznámı pøíznak" -#: ../lib/header.c:1522 +#: ../lib/header.c:1521 msgid "] expected at end of array" msgstr "na konci øady se oèekávala ]" -#: ../lib/header.c:1538 +#: ../lib/header.c:1537 msgid "unexpected ]" msgstr "neoèekávaná ]" -#: ../lib/header.c:1540 +#: ../lib/header.c:1539 msgid "unexpected }" msgstr "neoèekávaná }" -#: ../lib/header.c:1615 ../lib/header.c:1621 ../lib/header.c:1804 +#: ../lib/header.c:1614 ../lib/header.c:1620 ../lib/header.c:1803 msgid "(none)" msgstr "" -#: ../lib/header.c:1715 +#: ../lib/header.c:1714 msgid "(unknown type)" msgstr "(neznámı typ)" -#: ../lib/install.c:96 +#: ../lib/install.c:95 msgid "source package expected, binary found" msgstr "" -#: ../lib/install.c:168 +#: ../lib/install.c:167 #, fuzzy msgid "package is not relocatable" msgstr "balíèek %s není nainstalován\n" -#: ../lib/install.c:172 +#: ../lib/install.c:171 msgid "package has multiple relocatable components" msgstr "" -#: ../lib/install.c:195 +#: ../lib/install.c:194 #, fuzzy, c-format msgid "path %s is not relocatable" msgstr "balíèek %s není nainstalován\n" -#: ../lib/install.c:277 +#: ../lib/install.c:276 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: ../lib/install.c:325 +#: ../lib/install.c:324 #, fuzzy, c-format msgid "not installing %s -- linguas\n" msgstr "Instaluje se %s\n" -#: ../lib/install.c:347 +#: ../lib/install.c:346 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: ../lib/install.c:355 +#: ../lib/install.c:354 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: ../lib/install.c:379 +#: ../lib/install.c:378 msgid "instchangelog value in rpmrc should be a number, but isn't" msgstr "" -#: ../lib/install.c:455 ../lib/install.c:735 +#: ../lib/install.c:454 ../lib/install.c:734 msgid "stopping install as we're running --test\n" msgstr "" -#: ../lib/install.c:486 +#: ../lib/install.c:485 #, fuzzy, c-format msgid "package %s-%s-%s is for a different architecture" msgstr "balíèek %s-%s-%s obsahuje sdílené soubory\n" -#: ../lib/install.c:493 +#: ../lib/install.c:492 #, c-format msgid "package %s-%s-%s is for a different operating system" msgstr "" -#: ../lib/install.c:505 +#: ../lib/install.c:504 #, fuzzy, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "balíèek %s-%s-%s obsahuje sdílené soubory\n" #. no matches -#: ../lib/install.c:569 +#: ../lib/install.c:568 #, fuzzy, c-format msgid "package %s is now obsolete and will be removed\n" msgstr "balíèek %s není nainstalován\n" -#: ../lib/install.c:680 +#: ../lib/install.c:679 #, c-format msgid "file %s in netshared path\n" msgstr "" -#: ../lib/install.c:697 +#: ../lib/install.c:696 #, c-format msgid "%s exists - creating with alternate name\n" msgstr "" -#: ../lib/install.c:702 +#: ../lib/install.c:701 #, c-format msgid "%s exists - backing up\n" msgstr "" -#: ../lib/install.c:741 +#: ../lib/install.c:740 msgid "running preinstall script (if any)\n" msgstr "" -#: ../lib/install.c:772 +#: ../lib/install.c:771 #, c-format msgid "warning: %s created as %s" msgstr "" -#: ../lib/install.c:806 +#: ../lib/install.c:805 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: ../lib/install.c:810 ../lib/install.c:1520 ../lib/uninstall.c:590 +#: ../lib/install.c:809 ../lib/install.c:1519 ../lib/uninstall.c:589 #, c-format msgid "rename of %s to %s failed: %s" msgstr "pøejmenování %s na %s selhalo: %s" -#: ../lib/install.c:911 +#: ../lib/install.c:910 msgid "running postinstall script (if any)\n" msgstr "" -#: ../lib/install.c:932 +#: ../lib/install.c:931 msgid "removing old versions of package\n" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error -#: ../lib/install.c:1023 +#: ../lib/install.c:1022 #, c-format msgid "unpacking of archive failed on file %s: %d: %s" msgstr "" -#: ../lib/install.c:1061 +#: ../lib/install.c:1060 #, fuzzy, c-format msgid "package %s-%s-%s is already installed" msgstr "balíèek %s není nainstalován\n" -#: ../lib/install.c:1109 +#: ../lib/install.c:1108 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: ../lib/install.c:1127 +#: ../lib/install.c:1126 msgid "\tfile type on disk is different then package - saving\n" msgstr "" -#: ../lib/install.c:1130 +#: ../lib/install.c:1129 msgid "" "\tfile type in database is different then disk and package file - saving\n" msgstr "" -#: ../lib/install.c:1134 +#: ../lib/install.c:1133 msgid "\tfile type changed - replacing\n" msgstr "" -#: ../lib/install.c:1138 +#: ../lib/install.c:1137 msgid "\tcan't check file for changes - replacing\n" msgstr "" #. assume the file has been removed, don't freak -#: ../lib/install.c:1150 ../lib/install.c:1160 +#: ../lib/install.c:1149 ../lib/install.c:1159 msgid "\tfile not present - creating" msgstr "" #. this config file has never been modified, so #. just replace it -#: ../lib/install.c:1173 +#: ../lib/install.c:1172 msgid "\told == current, replacing with new version\n" msgstr "" #. this file is the same in all versions of this package -#: ../lib/install.c:1180 +#: ../lib/install.c:1179 msgid "\told == new, keeping\n" msgstr "" @@ -2611,130 +2611,130 @@ msgstr "" #. the ones in the two packages are different. It would #. be nice if RPM was smart enough to at least try and #. merge the difference ala CVS, but... -#: ../lib/install.c:1188 +#: ../lib/install.c:1187 msgid "\tfiles changed too much - backing up\n" msgstr "" -#: ../lib/install.c:1250 ../lib/rpmdb.c:310 ../lib/uninstall.c:118 -#: ../lib/uninstall.c:218 +#: ../lib/install.c:1249 ../lib/rpmdb.c:309 ../lib/uninstall.c:117 +#: ../lib/uninstall.c:217 #, c-format msgid "cannot read header at %d for uninstall" msgstr "nelze èíst hlavièku u %d pro deinstalaci" -#: ../lib/install.c:1263 ../lib/uninstall.c:131 +#: ../lib/install.c:1262 ../lib/uninstall.c:130 #, c-format msgid "package %s-%s-%s contain shared files\n" msgstr "balíèek %s-%s-%s obsahuje sdílené soubory\n" -#: ../lib/install.c:1268 ../lib/uninstall.c:136 +#: ../lib/install.c:1267 ../lib/uninstall.c:135 #, fuzzy, c-format msgid "package %s contains no files" msgstr "balíèek %s-%s-%s obsahuje sdílené soubory\n" -#: ../lib/install.c:1290 ../lib/uninstall.c:159 +#: ../lib/install.c:1289 ../lib/uninstall.c:158 #, fuzzy, c-format msgid "file %s is shared\n" msgstr "otevøení %s selhalo: %s" -#: ../lib/install.c:1306 +#: ../lib/install.c:1305 msgid "\told version already replaced\n" msgstr "" -#: ../lib/install.c:1309 +#: ../lib/install.c:1308 msgid "\tother version never installed\n" msgstr "" -#: ../lib/install.c:1317 +#: ../lib/install.c:1316 #, fuzzy, c-format msgid "%s conflicts with file from %s-%s-%s" msgstr " koliduje s %s-%s-%s\n" -#: ../lib/install.c:1336 +#: ../lib/install.c:1335 #, c-format msgid "%s from %s-%s-%s will be replaced\n" msgstr "" -#: ../lib/install.c:1400 +#: ../lib/install.c:1399 #, fuzzy msgid "installing a source package\n" msgstr "instalovat balíèek" -#: ../lib/install.c:1416 ../lib/install.c:1421 +#: ../lib/install.c:1415 ../lib/install.c:1420 #, fuzzy, c-format msgid "cannot write to %s" msgstr "nelze otevøít soubor %s: " -#: ../lib/install.c:1425 +#: ../lib/install.c:1424 #, c-format msgid "sources in: %s\n" msgstr "" -#: ../lib/install.c:1426 +#: ../lib/install.c:1425 #, fuzzy, c-format msgid "spec file in: %s\n" msgstr "otevøení %s selhalo: %s" -#: ../lib/install.c:1459 ../lib/install.c:1498 +#: ../lib/install.c:1458 ../lib/install.c:1497 #, fuzzy msgid "source package contains no .spec file" msgstr "dotazovat balíèek vlastnící <soubor>" -#: ../lib/install.c:1518 +#: ../lib/install.c:1517 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: ../lib/install.c:1634 +#: ../lib/install.c:1633 #, fuzzy, c-format msgid "package %s-%s-%s (which is newer) is already installed" msgstr "balíèek %s-%s-%s obsahuje sdílené soubory\n" -#: ../lib/lookup.c:86 +#: ../lib/lookup.c:84 #, c-format msgid "cannot read header at %d for lookup" msgstr "nelze èíst hlavièku u %d pro vyhledání" -#: ../lib/macro.c:114 +#: ../lib/macro.c:113 #, c-format msgid "======================== active %d empty %d\n" msgstr "" #. XXX just in case -#: ../lib/macro.c:201 +#: ../lib/macro.c:200 #, c-format msgid "%3d>%*s(empty)" msgstr "" -#: ../lib/macro.c:236 +#: ../lib/macro.c:235 #, c-format msgid "%3d<%*s(empty)\n" msgstr "" -#: ../lib/macro.c:409 +#: ../lib/macro.c:408 msgid "Macro %%%s has unterminated body" msgstr "" -#: ../lib/macro.c:435 +#: ../lib/macro.c:434 msgid "Macro %%%s has illegal name (%%define)" msgstr "" -#: ../lib/macro.c:441 +#: ../lib/macro.c:440 msgid "Macro %%%s has unterminated opts" msgstr "" -#: ../lib/macro.c:446 +#: ../lib/macro.c:445 msgid "Macro %%%s has empty body" msgstr "" -#: ../lib/macro.c:451 +#: ../lib/macro.c:450 msgid "Macro %%%s failed to expand" msgstr "" -#: ../lib/macro.c:476 +#: ../lib/macro.c:475 msgid "Macro %%%s has illegal name (%%undefine)" msgstr "" -#: ../lib/macro.c:547 +#: ../lib/macro.c:548 msgid "Macro %%%s (%s) was not used below level %d" msgstr "" @@ -2776,499 +2776,499 @@ msgstr "otevøení %s selhalo: %s" msgid "File %s is smaller than %d bytes" msgstr "" -#: ../lib/messages.c:53 +#: ../lib/messages.c:51 msgid "warning: " msgstr "varování: " -#: ../lib/messages.c:59 +#: ../lib/messages.c:57 msgid "error: " msgstr "chyba: " -#: ../lib/messages.c:65 +#: ../lib/messages.c:63 msgid "fatal error: " msgstr "fatální chyba: " -#: ../lib/messages.c:72 +#: ../lib/messages.c:70 msgid "internal error (rpm bug?): " msgstr "" -#: ../lib/misc.c:338 ../lib/misc.c:343 ../lib/misc.c:349 +#: ../lib/misc.c:337 ../lib/misc.c:342 ../lib/misc.c:348 #, fuzzy, c-format msgid "error creating temporary file %s" msgstr "chyba vytváøení adresáøe %s: %s" -#: ../lib/oldheader.c:294 +#: ../lib/oldheader.c:293 msgid "bad file state: " msgstr "" -#: ../lib/package.c:51 +#: ../lib/package.c:50 msgid "package is a version one package!\n" msgstr "" -#: ../lib/package.c:54 +#: ../lib/package.c:53 msgid "old style source package -- I'll do my best\n" msgstr "" -#: ../lib/package.c:57 +#: ../lib/package.c:56 #, c-format msgid "archive offset is %d\n" msgstr "" -#: ../lib/package.c:67 +#: ../lib/package.c:66 msgid "old style binary package\n" msgstr "" -#: ../lib/package.c:98 +#: ../lib/package.c:97 msgid "" "only packages with major numbers <= 3 are supported by this version of RPM" msgstr "" "tato verze RPM podporuje jen balíèky, které mají hlavní (major) èísla <= 3" -#: ../lib/rebuilddb.c:15 +#: ../lib/rebuilddb.c:14 #, fuzzy, c-format msgid "rebuilding database in rootdir %s\n" msgstr "znovu sestavit databázi z existující databáze" -#: ../lib/rebuilddb.c:19 ../lib/rpmdb.c:45 ../lib/rpmdb.c:58 +#: ../lib/rebuilddb.c:18 ../lib/rpmdb.c:44 ../lib/rpmdb.c:57 msgid "no dbpath has been set" msgstr "nebyla nastavena ¾ádná dbpath" -#: ../lib/rebuilddb.c:27 +#: ../lib/rebuilddb.c:26 #, c-format msgid "temporary database %s already exists" msgstr "doèasná databáze %s ji¾ existuje" -#: ../lib/rebuilddb.c:31 +#: ../lib/rebuilddb.c:30 #, fuzzy, c-format msgid "creating directory: %s\n" msgstr "chyba vytváøení adresáøe %s: %s" -#: ../lib/rebuilddb.c:33 +#: ../lib/rebuilddb.c:32 #, c-format msgid "error creating directory %s: %s" msgstr "chyba vytváøení adresáøe %s: %s" -#: ../lib/rebuilddb.c:39 +#: ../lib/rebuilddb.c:38 msgid "opening old database\n" msgstr "" -#: ../lib/rebuilddb.c:44 +#: ../lib/rebuilddb.c:43 msgid "opening new database\n" msgstr "" -#: ../lib/rebuilddb.c:53 ../lib/rebuilddb.c:71 +#: ../lib/rebuilddb.c:52 ../lib/rebuilddb.c:70 #, c-format msgid "record number %d in database is bad -- skipping it" msgstr "záznam èíslo %d v databázi je ¹patnı -- vynechává se" -#: ../lib/rebuilddb.c:65 +#: ../lib/rebuilddb.c:64 #, c-format msgid "cannot add record originally at %d" msgstr "nelze pøidat záznam - pùvodnì u %d" -#: ../lib/rebuilddb.c:82 +#: ../lib/rebuilddb.c:81 msgid "failed to rebuild database; original database remains in place\n" msgstr "" -#: ../lib/rebuilddb.c:89 +#: ../lib/rebuilddb.c:88 msgid "failed to replace old database with new database!\n" msgstr "" -#: ../lib/rebuilddb.c:91 +#: ../lib/rebuilddb.c:90 #, c-format msgid "replaces files in %s with files from %s to recover" msgstr "" -#: ../lib/rebuilddb.c:96 +#: ../lib/rebuilddb.c:95 #, fuzzy, c-format msgid "failed to remove %s: %s\n" msgstr "otevøení %s selhalo: %s" -#: ../lib/rpmdb.c:113 +#: ../lib/rpmdb.c:112 #, c-format msgid "opening database in %s\n" msgstr "" -#: ../lib/rpmdb.c:122 +#: ../lib/rpmdb.c:121 #, c-format msgid "failed to open %s\n" msgstr "otevøení %s selhalo\n" -#: ../lib/rpmdb.c:135 ../lib/rpmdb.c:142 +#: ../lib/rpmdb.c:134 ../lib/rpmdb.c:141 #, c-format msgid "cannot get %s lock on database" msgstr "nelze získat %s zámek k databázi" -#: ../lib/rpmdb.c:136 +#: ../lib/rpmdb.c:135 msgid "exclusive" msgstr "vıhradní" -#: ../lib/rpmdb.c:143 +#: ../lib/rpmdb.c:142 msgid "shared" msgstr "sdílenı" -#: ../lib/rpmdb.c:276 +#: ../lib/rpmdb.c:275 #, c-format msgid "package %s not listed in %s" msgstr "balíèek %s není uveden v %s" -#: ../lib/rpmdb.c:287 +#: ../lib/rpmdb.c:286 #, c-format msgid "package %s not found in %s" msgstr "balíèek %s nenalezen v %s" -#: ../lib/rpmdb.c:318 +#: ../lib/rpmdb.c:317 msgid "package has no name" msgstr "balíèek nemá název" -#: ../lib/rpmdb.c:320 +#: ../lib/rpmdb.c:319 msgid "removing name index\n" msgstr "" -#: ../lib/rpmdb.c:325 +#: ../lib/rpmdb.c:324 #, fuzzy msgid "package has no group\n" msgstr "balíèek nemá název" -#: ../lib/rpmdb.c:327 +#: ../lib/rpmdb.c:326 msgid "removing group index\n" msgstr "" -#: ../lib/rpmdb.c:334 +#: ../lib/rpmdb.c:333 #, fuzzy, c-format msgid "removing provides index for %s\n" msgstr "chyba odstraòování záznamu %s do %s" -#: ../lib/rpmdb.c:349 +#: ../lib/rpmdb.c:348 #, fuzzy, c-format msgid "removing requiredby index for %s\n" msgstr "chyba odstraòování záznamu %s do %s" -#: ../lib/rpmdb.c:361 +#: ../lib/rpmdb.c:360 #, fuzzy, c-format msgid "removing trigger index for %s\n" msgstr "chyba odstraòování záznamu %s do %s" -#: ../lib/rpmdb.c:372 +#: ../lib/rpmdb.c:371 #, c-format msgid "removing conflict index for %s\n" msgstr "" -#: ../lib/rpmdb.c:383 +#: ../lib/rpmdb.c:382 #, c-format msgid "removing file index for %s\n" msgstr "" -#: ../lib/rpmdb.c:390 +#: ../lib/rpmdb.c:389 #, fuzzy msgid "package has no files\n" msgstr "balíèek nemá název" -#: ../lib/rpmdb.c:463 +#: ../lib/rpmdb.c:462 msgid "cannot allocate space for database" msgstr "nelze alokovat prostor pro databázi" -#: ../lib/rpmdb.c:527 +#: ../lib/rpmdb.c:526 #, c-format msgid "cannot read header at %d for update" msgstr "nelze èíst hlavièku u %d pro inovaci" -#: ../lib/rpmdb.c:536 +#: ../lib/rpmdb.c:535 msgid "header changed size!" msgstr "" -#: ../lib/rpmlead.c:43 +#: ../lib/rpmlead.c:42 #, c-format msgid "read failed: %s (%d)" msgstr "ètení selhalo: %s (%d)" -#: ../lib/rpmrc.c:212 +#: ../lib/rpmrc.c:211 #, c-format msgid "missing second ':' at %s:%d" msgstr "chybí druhá ':' u %s:%d" -#: ../lib/rpmrc.c:215 +#: ../lib/rpmrc.c:214 #, c-format msgid "missing architecture name at %s:%d" msgstr "chybí název architektury u %s:%d" -#: ../lib/rpmrc.c:352 +#: ../lib/rpmrc.c:359 #, c-format msgid "Incomplete data line at %s:%d" msgstr "Neúplnı datovı øádek u %s:%d" -#: ../lib/rpmrc.c:356 +#: ../lib/rpmrc.c:363 #, c-format msgid "Too many args in data line at %s:%d" msgstr "Pøíli¹ mnoho argumentù v datovém øádku u %s:%d" -#: ../lib/rpmrc.c:363 +#: ../lib/rpmrc.c:370 #, c-format msgid "Bad arch/os number: %s (%s:%d)" msgstr "©patné èíslo arch/os: %s (%s:%d)" -#: ../lib/rpmrc.c:396 +#: ../lib/rpmrc.c:403 #, c-format msgid "Incomplete default line at %s:%d" msgstr "Neúplnı vıchozí øádek u %s:%d" -#: ../lib/rpmrc.c:401 +#: ../lib/rpmrc.c:408 #, c-format msgid "Too many args in default line at %s:%d" msgstr "Pøíli¹ mnoho argumentù ve vıchozím øádku u %s:%d" -#: ../lib/rpmrc.c:531 ../lib/rpmrc.c:547 +#: ../lib/rpmrc.c:542 ../lib/rpmrc.c:558 #, c-format msgid "Unable to open %s for reading: %s." msgstr "Nelze otevøít %s pro ètení: %s." -#: ../lib/rpmrc.c:591 +#: ../lib/rpmrc.c:602 #, c-format msgid "Failed to read %s: %s." msgstr "Selhalo ètení %s: %s." -#: ../lib/rpmrc.c:622 +#: ../lib/rpmrc.c:633 #, c-format msgid "missing ':' at %s:%d" msgstr "chybí ':' u %s:%d" -#: ../lib/rpmrc.c:638 ../lib/rpmrc.c:733 +#: ../lib/rpmrc.c:649 ../lib/rpmrc.c:744 #, c-format msgid "missing argument for %s at %s:%d" msgstr "chybí argument pro %s u %s:%d" -#: ../lib/rpmrc.c:668 +#: ../lib/rpmrc.c:679 #, fuzzy, c-format msgid "no macroname for setenv %s:%d" msgstr "chybí argument pro %s u %s:%d" -#: ../lib/rpmrc.c:699 +#: ../lib/rpmrc.c:710 #, c-format msgid "expansion failed at %s:d \"%s\"" msgstr "" -#: ../lib/rpmrc.c:705 +#: ../lib/rpmrc.c:716 #, fuzzy, c-format msgid "cannot open %s at %s:%d" msgstr "nelze otevøít soubor %s: " -#: ../lib/rpmrc.c:723 +#: ../lib/rpmrc.c:734 #, c-format msgid "missing architecture for %s at %s:%d" msgstr "chybí architektura pro %s u %s:%d" -#: ../lib/rpmrc.c:790 +#: ../lib/rpmrc.c:801 #, c-format msgid "bad option '%s' at %s:%d" msgstr "¹patná volba '%s' u %s:%d" -#: ../lib/rpmrc.c:1077 +#: ../lib/rpmrc.c:1166 #, c-format msgid "Unknown system: %s\n" msgstr "" -#: ../lib/rpmrc.c:1078 +#: ../lib/rpmrc.c:1167 msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: ../lib/signature.c:72 +#: ../lib/signature.c:71 #, fuzzy msgid "No signature\n" msgstr "%s: Dostupnı není ¾ádnı podpis\n" -#: ../lib/signature.c:75 +#: ../lib/signature.c:74 #, fuzzy msgid "Old PGP signature\n" msgstr "generovat podpis PGP" -#: ../lib/signature.c:88 +#: ../lib/signature.c:87 msgid "Old (internal-only) signature! How did you get that!?" msgstr "Starı (pouze interní) podpis! Jak jste to získali!?" -#: ../lib/signature.c:92 +#: ../lib/signature.c:91 #, fuzzy msgid "New Header signature\n" msgstr "podpis nelze pøeèíst" #. 8-byte pad -#: ../lib/signature.c:100 ../lib/signature.c:138 +#: ../lib/signature.c:99 ../lib/signature.c:137 #, c-format msgid "Signature size: %d\n" msgstr "" -#: ../lib/signature.c:101 ../lib/signature.c:139 +#: ../lib/signature.c:100 ../lib/signature.c:138 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: ../lib/signature.c:211 ../lib/signature.c:468 +#: ../lib/signature.c:210 ../lib/signature.c:467 msgid "Couldn't exec pgp" msgstr "Nelze spustit pgp" -#: ../lib/signature.c:222 +#: ../lib/signature.c:221 msgid "pgp failed" msgstr "pgp selhal" #. PGP failed to write signature #. Just in case -#: ../lib/signature.c:229 +#: ../lib/signature.c:228 msgid "pgp failed to write signature" msgstr "pgp selhal pøi zápisu podpisu" -#: ../lib/signature.c:234 +#: ../lib/signature.c:233 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: ../lib/signature.c:242 +#: ../lib/signature.c:241 msgid "unable to read the signature" msgstr "podpis nelze pøeèíst" -#: ../lib/signature.c:248 +#: ../lib/signature.c:247 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: ../lib/signature.c:263 +#: ../lib/signature.c:262 #, c-format msgid "sigsize : %d\n" msgstr "" -#: ../lib/signature.c:264 +#: ../lib/signature.c:263 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: ../lib/signature.c:265 +#: ../lib/signature.c:264 #, c-format msgid "expected size : %d\n" msgstr "" -#: ../lib/signature.c:269 +#: ../lib/signature.c:268 msgid "file is not regular -- skipping size check\n" msgstr "" -#: ../lib/signature.c:383 +#: ../lib/signature.c:382 #, fuzzy msgid "exec failed!\n" msgstr "%s: Open selhal\n" -#: ../lib/signature.c:385 +#: ../lib/signature.c:384 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "Nelze spustit pgp. Vynechte kontroly PGP pomocí --nopgp." -#: ../lib/signature.c:419 +#: ../lib/signature.c:418 msgid "You must set \"pgp_name:\" in your rpmrc file" msgstr "V souboru rpmrc musíte nastavit \"pgp_name:\"" #. This shouldn't happen, but some versions of RPM didn't #. implement --justdb properly, and chose to leave this stuff #. out. -#: ../lib/uninstall.c:149 ../lib/uninstall.c:279 +#: ../lib/uninstall.c:148 ../lib/uninstall.c:278 msgid "package is missing FILESTATES\n" msgstr "" -#: ../lib/uninstall.c:164 +#: ../lib/uninstall.c:163 msgid " file has already been replaced\n" msgstr "" -#: ../lib/uninstall.c:168 +#: ../lib/uninstall.c:167 msgid " file was never installed\n" msgstr "" -#: ../lib/uninstall.c:172 +#: ../lib/uninstall.c:171 msgid " file is netshared (so don't touch it)\n" msgstr "" -#: ../lib/uninstall.c:179 +#: ../lib/uninstall.c:178 msgid " file is truely shared - saving\n" msgstr "" -#: ../lib/uninstall.c:229 +#: ../lib/uninstall.c:228 #, fuzzy, c-format msgid "cannot read packages named %s for uninstall" msgstr "nelze èíst hlavièku u %d pro deinstalaci" -#: ../lib/uninstall.c:257 +#: ../lib/uninstall.c:256 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: ../lib/uninstall.c:305 +#: ../lib/uninstall.c:304 #, c-format msgid "%s has a netshared override\n" msgstr "" -#: ../lib/uninstall.c:343 +#: ../lib/uninstall.c:342 msgid "running postuninstall script (if any)\n" msgstr "" -#: ../lib/uninstall.c:357 +#: ../lib/uninstall.c:356 msgid "removing database entry\n" msgstr "" -#: ../lib/uninstall.c:506 +#: ../lib/uninstall.c:505 msgid "execution of script failed" msgstr "spu¹tìní skriptu selhalo" -#: ../lib/uninstall.c:551 +#: ../lib/uninstall.c:550 #, c-format msgid "%s has already been replaced\n" msgstr "" #. if it's a config file, we may not want to remove it -#: ../lib/uninstall.c:557 +#: ../lib/uninstall.c:556 #, c-format msgid "finding md5sum of %s\n" msgstr "" -#: ../lib/uninstall.c:565 +#: ../lib/uninstall.c:564 msgid " failed - assuming file removed\n" msgstr "" -#: ../lib/uninstall.c:568 +#: ../lib/uninstall.c:567 msgid " file changed - will save\n" msgstr "" -#: ../lib/uninstall.c:572 +#: ../lib/uninstall.c:571 msgid " file unchanged - will remove\n" msgstr "" -#: ../lib/uninstall.c:580 +#: ../lib/uninstall.c:579 #, fuzzy, c-format msgid "keeping %s\n" msgstr "Získává se %s\n" -#: ../lib/uninstall.c:584 +#: ../lib/uninstall.c:583 #, c-format msgid "saving %s as %s.rpmsave\n" msgstr "" -#: ../lib/uninstall.c:598 +#: ../lib/uninstall.c:597 #, c-format msgid "%s - removing\n" msgstr "" -#: ../lib/uninstall.c:604 +#: ../lib/uninstall.c:603 #, c-format msgid "cannot remove %s - directory not empty" msgstr "nelze odstranit %s - adresáø není prázdnı" -#: ../lib/uninstall.c:607 +#: ../lib/uninstall.c:606 #, c-format msgid "rmdir of %s failed: %s" msgstr "rmdir %s selhalo: %s" -#: ../lib/uninstall.c:617 +#: ../lib/uninstall.c:616 #, c-format msgid "removal of %s failed: %s" msgstr "odstranìní %s selhalo: %s" -#: ../lib/verify.c:171 +#: ../lib/verify.c:170 msgid "package lacks both user name and id lists (this should never happen)" msgstr "" -#: ../lib/verify.c:189 +#: ../lib/verify.c:188 msgid "package lacks both group name and id lists (this should never happen)" msgstr "" @@ -34,11 +34,11 @@ # -ke- # # ### sollte »query« nicht besser mit Abfrage üs werden (statt Anfrage)? -ke- -#: ../rpm.c:200 ../rpm.c:279 +#: ../rpm.c:197 ../rpm.c:276 msgid "" msgstr "" "Project-Id-Version: rpm 2.5.2\n" -"POT-Creation-Date: 1998-10-06 13:43-0400\n" +"POT-Creation-Date: 1998-10-08 10:34-0400\n" "PO-Revision-Date: 1998-08-03 18:02+02:00\n" "Last-Translator: Karl Eichwalder <ke@SuSE.DE>\n" "Language-Team: German <de@li.org>\n" @@ -47,553 +47,553 @@ msgstr "" "Content-Transfer-Encoding: 8-bit\n" # , c-format -#: ../build.c:40 ../build.c:51 +#: ../build.c:39 ../build.c:50 #, fuzzy, c-format msgid "Failed to open tar pipe: %s\n" msgstr "Öffnen von %s fehlgeschlagen\n" # , c-format #. Give up -#: ../build.c:57 +#: ../build.c:56 #, fuzzy, c-format msgid "Failed to read spec file from %s\n" msgstr "Lesen von %s fehlgeschlagen: %s." # , c-format -#: ../build.c:80 +#: ../build.c:79 #, fuzzy, c-format msgid "Failed to rename %s to %s: %s\n" msgstr "Lesen von %s fehlgeschlagen: %s." -#: ../build.c:112 +#: ../build.c:111 #, c-format msgid "File is not a regular file: %s\n" msgstr "" # , c-format -#: ../build.c:117 +#: ../build.c:116 #, fuzzy, c-format msgid "Unable to open spec file: %s\n" msgstr "Datei %s kann nicht zum Lesen geöffnet werden: %s." -#: ../build.c:125 +#: ../build.c:124 #, c-format msgid "File contains non-printable characters(%c): %s\n" msgstr "" -#: ../checksig.c:26 ../checksig.c:157 +#: ../checksig.c:25 ../checksig.c:156 #, c-format msgid "%s: Open failed\n" msgstr "%s: Öffnen fehlgeschlagen\n" -#: ../checksig.c:30 ../checksig.c:162 +#: ../checksig.c:29 ../checksig.c:161 #, c-format msgid "%s: readLead failed\n" msgstr "%s: »readLead« fehlgeschlagen\n" -#: ../checksig.c:34 +#: ../checksig.c:33 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "%s: Kann v1.0-RPM nicht signieren\n" -#: ../checksig.c:38 +#: ../checksig.c:37 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "%s: Kann v2.0-RPM nicht erneuert signieren\n" -#: ../checksig.c:42 ../checksig.c:172 +#: ../checksig.c:41 ../checksig.c:171 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "%s: »rpmReadSignature« fehlgeschlagen\n" -#: ../checksig.c:55 ../checksig.c:186 +#: ../checksig.c:54 ../checksig.c:185 msgid "Couldn't read the header/archive" msgstr "Konnte Kopfzeilen/Archiv nicht lesen" -#: ../checksig.c:62 +#: ../checksig.c:61 msgid "Couldn't write header/archive to temp file" msgstr "Konnte Kopfzeilen/Archiv nicht in eine temporäre Datei schreiben" -#: ../build/pack.c:273 ../checksig.c:87 +#: ../build/pack.c:273 ../checksig.c:86 #, fuzzy, c-format msgid "Generating signature: %d\n" msgstr "PGP-Signatur generieren" -#: ../checksig.c:110 +#: ../checksig.c:109 msgid "Couldn't read sigtarget" msgstr "Konnte Signatur-Ziel (»sigtarget«) nicht lesen" -#: ../checksig.c:119 +#: ../checksig.c:118 msgid "Couldn't write package" msgstr "Konnte Paket nicht schreiben" -#: ../checksig.c:167 +#: ../checksig.c:166 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "%s: Keine Signatur verfügbar (v1.0 RPM)\n" -#: ../checksig.c:177 +#: ../checksig.c:176 #, c-format msgid "%s: No signature available\n" msgstr "%s: Keine Signatur verfügbar\n" # , c-format -#: ../checksig.c:193 +#: ../checksig.c:192 #, c-format msgid "Unable to write %s" msgstr "Nicht möglich %s zu schreiben" -#: ../checksig.c:284 +#: ../checksig.c:283 msgid "NOT OK" msgstr "" -#: ../checksig.c:285 ../checksig.c:292 +#: ../checksig.c:284 ../checksig.c:291 msgid " (MISSING KEYS)" msgstr " (FEHLENDE SCHLüSSEL)" -#: ../checksig.c:291 +#: ../checksig.c:290 msgid "OK" msgstr "" -#: ../ftp.c:425 +#: ../ftp.c:424 msgid "Bad FTP server response" msgstr "Nicht passende Antwort des FTP-Servers" -#: ../ftp.c:428 +#: ../ftp.c:427 msgid "FTP IO error" msgstr "FTP IO-Fehler" -#: ../ftp.c:431 +#: ../ftp.c:430 msgid "FTP server timeout" msgstr "Timeout des FTP-Servers" -#: ../ftp.c:434 +#: ../ftp.c:433 msgid "Unable to lookup FTP server host address" msgstr "Unmöglich die Hostadresse des FTP-Servers zu bestimmen" -#: ../ftp.c:437 +#: ../ftp.c:436 msgid "Unable to lookup FTP server host name" msgstr "Unmöglich den Hostnamen des FTP-Servers zu bestimmen" -#: ../ftp.c:440 +#: ../ftp.c:439 msgid "Failed to connect to FTP server" msgstr "Verbindung zum FTP-Server fehlgeschlagen" -#: ../ftp.c:443 +#: ../ftp.c:442 msgid "Failed to establish data connection to FTP server" msgstr "Aufbau einer Datenverbindung zum FTP-Server fehlgeschlagen" -#: ../ftp.c:446 +#: ../ftp.c:445 msgid "IO error to local file" msgstr "IO-Fehler bei lokaler Datei" -#: ../ftp.c:449 +#: ../ftp.c:448 msgid "Error setting remote server to passive mode" msgstr "Fehler beim Setzen des FTP-Servers in den passiven Modus" -#: ../ftp.c:452 +#: ../ftp.c:451 msgid "File not found on server" msgstr "Datei auf dem Server nicht gefunden" -#: ../ftp.c:456 +#: ../ftp.c:455 msgid "FTP Unknown or unexpected error" msgstr "FTP Unbekannter oder nicht erwarteter Fehler" -#: ../install.c:68 ../install.c:184 +#: ../install.c:67 ../install.c:183 #, c-format msgid "error: cannot open file %s\n" msgstr "Fehler: kann Datei %s nicht öffnen\n" -#: ../install.c:85 ../install.c:407 +#: ../install.c:84 ../install.c:406 #, c-format msgid "Installing %s\n" msgstr "Installiere %s\n" -#: ../install.c:92 +#: ../install.c:91 msgid "stopping source install as we're just testing\n" msgstr "" -#: ../install.c:103 ../install.c:197 +#: ../install.c:102 ../install.c:196 #, c-format msgid "error: %s does not appear to be a RPM package\n" msgstr "Fehler: %s scheint zu keinem RPM-Paket zu gehören\n" -#: ../install.c:108 ../install.c:202 ../install.c:411 +#: ../install.c:107 ../install.c:201 ../install.c:410 #, c-format msgid "error: %s cannot be installed\n" msgstr "Fehler: %s kann nicht installiert werden\n" -#: ../install.c:141 +#: ../install.c:140 #, fuzzy msgid "counting packages to install\n" msgstr "Es wurden keine Pakete für die Installation angegeben" -#: ../install.c:145 +#: ../install.c:144 #, fuzzy, c-format msgid "found %d packages\n" msgstr "Anfrage an alle Pakete" -#: ../install.c:151 +#: ../install.c:150 #, fuzzy msgid "looking for packages to download\n" msgstr "Fehler beim Suchen nach Paket %s\n" # , c-format -#: ../install.c:155 +#: ../install.c:154 #, c-format msgid "Retrieving %s\n" msgstr "Hole %s heraus\n" -#: ../install.c:162 +#: ../install.c:161 #, c-format msgid "getting %s as %s\n" msgstr "" -#: ../install.c:166 +#: ../install.c:165 #, c-format msgid "error: skipping %s - transfer failed - %s\n" msgstr "Fehler: überspringe %s - Übertragung fehlgeschlagen - %s\n" -#: ../install.c:178 +#: ../install.c:177 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: ../install.c:180 +#: ../install.c:179 msgid "finding source and binary packages\n" msgstr "" -#: ../install.c:216 +#: ../install.c:215 #, fuzzy, c-format msgid "found %d source and %d binary packages\n" msgstr "Gruppe %s beinhaltet kein einziges Paket\n" -#: ../install.c:220 +#: ../install.c:219 #, c-format msgid "opening database mode: 0%o\n" msgstr "" -#: ../install.c:222 ../install.c:311 +#: ../install.c:221 ../install.c:310 #, c-format msgid "error: cannot open %s%s/packages.rpm\n" msgstr "Fehler: kann nicht öffnen %s%s/packages.rpm\n" -#: ../install.c:243 +#: ../install.c:242 msgid "failed dependencies:\n" msgstr "fehlgeschlagene Paket-Abhängigkeiten:\n" -#: ../install.c:264 +#: ../install.c:263 #, fuzzy msgid "installing binary packages\n" msgstr "Paket installieren" -#: ../install.c:298 +#: ../install.c:297 #, fuzzy msgid "counting packages to uninstall\n" msgstr "Es wurden keine Pakete für die Deinstallation angegeben" -#: ../install.c:321 ../query.c:520 ../verify.c:249 +#: ../install.c:320 ../query.c:519 ../verify.c:249 #, c-format msgid "package %s is not installed\n" msgstr "Paket %s ist nicht installiert\n" -#: ../install.c:324 +#: ../install.c:323 #, c-format msgid "error searching for package %s\n" msgstr "Fehler beim Suchen nach Paket %s\n" -#: ../install.c:332 +#: ../install.c:331 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" bezeichnet mehrere Pakete\n" -#: ../install.c:354 +#: ../install.c:353 #, fuzzy, c-format msgid "found %d packages to uninstall\n" msgstr "Es wurden keine Pakete für die Deinstallation angegeben" # oder besser: "... verletzen" ? -#: ../install.c:369 +#: ../install.c:368 msgid "removing these packages would break dependencies:\n" msgstr "Das Enfernen dieser Pakete würde Paket-Abhängigkeiten missachten:\n" -#: ../install.c:380 +#: ../install.c:379 #, c-format msgid "uninstalling record number %d\n" msgstr "" -#: ../install.c:402 +#: ../install.c:401 #, c-format msgid "error: cannot open %s\n" msgstr "Fehler: kann %s nicht öffnen\n" -#: ../install.c:450 +#: ../install.c:449 #, c-format msgid " is needed by %s-%s-%s\n" msgstr " wird von %s-%s-%s gebraucht\n" -#: ../install.c:453 +#: ../install.c:452 #, c-format msgid " conflicts with %s-%s-%s\n" msgstr " steht im Konflikt mit %s-%s-%s\n" -#: ../query.c:28 +#: ../query.c:27 #, c-format msgid "error in format: %s\n" msgstr "Fehler beim Format %s\n" -#: ../query.c:65 +#: ../query.c:64 msgid "(contains no files)" msgstr "(beinhaltet keine Dateien)" -#: ../query.c:118 +#: ../query.c:117 msgid "normal " msgstr "" -#: ../query.c:120 +#: ../query.c:119 msgid "replaced " msgstr "" -#: ../query.c:122 +#: ../query.c:121 msgid "net shared " msgstr "" -#: ../query.c:124 +#: ../query.c:123 #, fuzzy msgid "not installed " msgstr "Paket %s ist nicht installiert\n" -#: ../query.c:126 +#: ../query.c:125 #, fuzzy, c-format msgid "(unknown %3d) " msgstr "(unbekannter Typ)" -#: ../query.c:130 +#: ../query.c:129 msgid "(no state) " msgstr "" -#: ../query.c:146 ../query.c:176 +#: ../query.c:145 ../query.c:175 msgid "package has neither file owner or id lists" msgstr "" -#: ../query.c:318 +#: ../query.c:317 #, c-format msgid "querying record number %d\n" msgstr "" -#: ../query.c:323 ../verify.c:138 +#: ../query.c:322 ../verify.c:137 msgid "error: could not read database record\n" msgstr "Fehler: konnte Datenbank-Eintrag nicht lesen\n" -#: ../query.c:359 ../query.c:366 ../verify.c:194 ../verify.c:201 +#: ../query.c:358 ../query.c:365 ../verify.c:194 ../verify.c:201 #, c-format msgid "open of %s failed: %s\n" msgstr "öffnen von %s fehlgeschlagen: %s\n" -#: ../query.c:382 +#: ../query.c:381 msgid "old format source packages cannot be queried\n" msgstr "altes Sourceformat-Paket kann nicht angefragt werden\n" -#: ../query.c:391 +#: ../query.c:390 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "%s scheint kein RPM-Paket zu sein\n" -#: ../query.c:395 +#: ../query.c:394 #, c-format msgid "query of %s failed\n" msgstr "Anfrage von %s fehlgeschlagen\n" -#: ../query.c:408 ../verify.c:178 +#: ../query.c:407 ../verify.c:177 msgid "could not read database record!\n" msgstr "kann Datenbank-Eintrag nicht lesen!\n" -#: ../query.c:419 ../verify.c:224 +#: ../query.c:418 ../verify.c:224 #, c-format msgid "group %s does not contain any packages\n" msgstr "Gruppe %s beinhaltet kein einziges Paket\n" # oder besser: ... listet %s auf? -ke- -#: ../query.c:429 +#: ../query.c:428 #, c-format msgid "no package provides %s\n" msgstr "kein Paket stellt %s bereit\n" -#: ../query.c:439 +#: ../query.c:438 #, c-format msgid "no package triggers %s\n" msgstr "kein Paket triggert %s\n" -#: ../query.c:449 +#: ../query.c:448 #, c-format msgid "no package requires %s\n" msgstr "kein Paket verlangt %s\n" -#: ../query.c:467 ../query.c:473 +#: ../query.c:466 ../query.c:472 msgid "maximum path length exceeded\n" msgstr "" # , c-format -#: ../query.c:485 +#: ../query.c:484 #, fuzzy, c-format msgid "file %s: %s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: ../query.c:488 ../verify.c:238 +#: ../query.c:487 ../verify.c:238 #, c-format msgid "file %s is not owned by any package\n" msgstr "die Datei »%s« gehört zu keinem Paket\n" -#: ../query.c:501 +#: ../query.c:500 #, c-format msgid "invalid package number: %s\n" msgstr "ungültige Paket-Nummer: %s\n" -#: ../query.c:504 +#: ../query.c:503 #, c-format msgid "showing package: %d\n" msgstr "zeige Paket an: %d\n" -#: ../query.c:508 +#: ../query.c:507 #, c-format msgid "record %d could not be read\n" msgstr "Eintrag %d konnte nicht gelesen werden\n" -#: ../query.c:523 ../verify.c:251 +#: ../query.c:522 ../verify.c:251 #, c-format msgid "error looking for package %s\n" msgstr "Fehler beim Suchen nach Paket %s\n" -#: ../rpm.c:177 +#: ../rpm.c:174 #, c-format msgid "rpm: %s\n" msgstr "" # , c-format -#: ../rpm.c:188 +#: ../rpm.c:185 #, c-format msgid "RPM version %s\n" msgstr "RPM Version %s\n" -#: ../rpm.c:192 +#: ../rpm.c:189 msgid "Copyright (C) 1998 - Red Hat Software" msgstr "Copyright © 1998 - Red Hat Software" -#: ../rpm.c:193 +#: ../rpm.c:190 msgid "" "This may be freely redistributed under the terms of the GNU Public License" msgstr "" "Dies darf unter den Bedingungen der »GNU Public License« frei verteilt werden" -#: ../rpm.c:202 +#: ../rpm.c:199 msgid "usage: rpm {--help}" msgstr "Benutzung: rpm {--help}" -#: ../rpm.c:203 +#: ../rpm.c:200 msgid " rpm {--version}" msgstr "" -#: ../rpm.c:204 +#: ../rpm.c:201 msgid " rpm {--initdb} [--dbpath <dir>]" msgstr " rpm {--initdb} [--dbpath <VERZ>]" -#: ../rpm.c:205 +#: ../rpm.c:202 msgid "" " rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]" msgstr "" -#: ../rpm.c:206 +#: ../rpm.c:203 msgid " [--replacepkgs] [--replacefiles] [--root <dir>]" msgstr "" " [--replacepkgs] [--replacefiles] [--root <VERZ>]" -#: ../rpm.c:207 +#: ../rpm.c:204 msgid " [--excludedocs] [--includedocs] [--noscripts]" msgstr "" -#: ../rpm.c:208 +#: ../rpm.c:205 msgid "" " [--rcfile <file>] [--ignorearch] [--dbpath <dir>]" msgstr "" " [--rcfile <DATEI>] [--ignorearch] [--dbpath <VERZ>]" -#: ../rpm.c:209 +#: ../rpm.c:206 msgid "" " [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]" msgstr "" " [--prefix <VERZ>] [--ignoreos] [--nodeps] " "[--allfiles]" -#: ../rpm.c:210 +#: ../rpm.c:207 msgid "" " [--ftpproxy <host>] [--ftpport <port>] [--justdb]" msgstr "" " [--ftpproxy <RECHNER>] [--ftpport <PORT>] [--justdb]" -#: ../rpm.c:211 ../rpm.c:219 +#: ../rpm.c:208 ../rpm.c:216 msgid " [--noorder] [--relocate oldpath=newpath]" msgstr " [--noorder] [--relocate <ALTPFAD>=<NEUPFAD>]" -#: ../rpm.c:212 +#: ../rpm.c:209 msgid "" " [--badreloc] [--notriggers] file1.rpm ... fileN.rpm" msgstr "" " [--badreloc] [--notriggers] DATEI1.rpm ... DATEIn.rpm" -#: ../rpm.c:213 +#: ../rpm.c:210 msgid "" " rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]" msgstr "" -#: ../rpm.c:214 +#: ../rpm.c:211 msgid " [--oldpackage] [--root <dir>] [--noscripts]" msgstr " [--oldpackage] [--root <VERZ>] [--noscripts]" -#: ../rpm.c:215 +#: ../rpm.c:212 msgid "" " [--excludedocs] [--includedocs] [--rcfile <file>]" msgstr "" " [--excludedocs] [--includedocs] [--rcfile <DATEI>]" -#: ../rpm.c:216 +#: ../rpm.c:213 msgid "" " [--ignorearch] [--dbpath <dir>] [--prefix <dir>] " msgstr "" " [--ignorearch] [--dbpath <dir>] [--prefix <VERZ>]" -#: ../rpm.c:217 +#: ../rpm.c:214 msgid " [--ftpproxy <host>] [--ftpport <port>]" msgstr " [--ftpproxy <HOST>] [--ftpport <PORT>]" -#: ../rpm.c:218 +#: ../rpm.c:215 msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]" msgstr "" " [--ignoreos] [--nodeps] [--allfiles] [--justdb]" -#: ../rpm.c:220 +#: ../rpm.c:217 msgid " [--badreloc] file1.rpm ... fileN.rpm" msgstr " [--badreloc] DATEI1.rpm ... DATEIn.rpm" -#: ../rpm.c:221 +#: ../rpm.c:218 msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]" msgstr "" -#: ../rpm.c:222 +#: ../rpm.c:219 msgid " [--scripts] [--root <dir>] [--rcfile <file>]" msgstr " [--scripts] [--root <VERZ>] [--rcfile <DATEI>]" -#: ../rpm.c:223 +#: ../rpm.c:220 msgid " [--whatprovides] [--whatrequires] [--requires]" msgstr "" -#: ../rpm.c:224 +#: ../rpm.c:221 #, fuzzy msgid "" " [--triggeredby] [--ftpuseport] [--ftpproxy <host>]" msgstr "" " [--ftpuseport] [--ftpproxy <HOST>] [--ftpport <PORT>]" -#: ../rpm.c:225 +#: ../rpm.c:222 #, fuzzy msgid "" " [--ftpport <port>] [--provides] [--triggers] [--dump]" @@ -601,284 +601,284 @@ msgstr "" " [--dbpath <VERZ>] [--nodeps] [--nofiles] " "[--noscripts]" -#: ../rpm.c:226 +#: ../rpm.c:223 #, fuzzy msgid " [--changelog] [--dbpath <dir>] [targets]" msgstr " [--nomd5] [ZIELE]" -#: ../rpm.c:227 +#: ../rpm.c:224 msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]" msgstr " rpm {--verify -V -y} [-afpg] [--root <VERZ>] [--rcfile <DATEI>]" -#: ../rpm.c:228 +#: ../rpm.c:225 msgid "" " [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]" msgstr "" " [--dbpath <VERZ>] [--nodeps] [--nofiles] " "[--noscripts]" -#: ../rpm.c:229 +#: ../rpm.c:226 msgid " [--nomd5] [targets]" msgstr " [--nomd5] [ZIELE]" -#: ../rpm.c:230 +#: ../rpm.c:227 msgid " rpm {--setperms} [-afpg] [target]" msgstr " rpm {--setperms} [-afpg] [ZIEL]" -#: ../rpm.c:231 +#: ../rpm.c:228 msgid " rpm {--setugids} [-afpg] [target]" msgstr " rpm {--setugids} [-afpg] [ZIEL]" -#: ../rpm.c:232 +#: ../rpm.c:229 msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]" msgstr "" " rpm {--erase -e] [--root <VERZ>] [--noscripts] [--rcfile <DATEI>]" -#: ../rpm.c:233 +#: ../rpm.c:230 msgid " [--dbpath <dir>] [--nodeps] [--allmatches]" msgstr " [--dbpath <VERZ>] [--nodeps] [--allmatches]" -#: ../rpm.c:234 +#: ../rpm.c:231 msgid "" " [--justdb] [--notriggers] rpackage1 ... packageN" msgstr " [--justdb] [--notriggers] PAKET1 ... PAKETn" -#: ../rpm.c:235 +#: ../rpm.c:232 msgid "" " rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile <file>]" msgstr "" " rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile " "<DATEI>]" -#: ../rpm.c:236 +#: ../rpm.c:233 #, fuzzy msgid " [--sign] [--test] [--timecheck <s>] ]" msgstr "" " [--sign] [--test] [--timecheck <S>] [--buildos <BS>]" -#: ../rpm.c:237 +#: ../rpm.c:234 #, fuzzy msgid " [--buildplatform=platform1[,platform2...]]" msgstr " [ZIELE]" -#: ../rpm.c:238 +#: ../rpm.c:235 #, fuzzy msgid " [--rmsource] specfile" msgstr " [--buildarch <ARCH>] [--rmsource] SPEC-DATEI" -#: ../rpm.c:239 +#: ../rpm.c:236 msgid " rpm {--rmsource} [--rcfile <file>] [-v] specfile" msgstr " rpm {--rmsource} [--rcfile <DATAEI>] [-v] SPEC-DATEI" -#: ../rpm.c:240 +#: ../rpm.c:237 msgid "" " rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm" msgstr "" " rpm {--rebuild} [--rcfile <DATEI>] [-v] SOURCE1.rpm ... SOURCEn.rpm" -#: ../rpm.c:241 +#: ../rpm.c:238 msgid "" " rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm" msgstr "" " rpm {--recompile} [--rcfile <DATEI>] [-v] SOURCE1.rpm ... SOURCEn.rpm" -#: ../rpm.c:242 +#: ../rpm.c:239 msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN" msgstr " rpm {--resign} [--rcfile <DATEI>] PAKET1 PAKET2 ... PAKETn" -#: ../rpm.c:243 +#: ../rpm.c:240 msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN" msgstr " rpm {--addsign} [--rcfile <DATEI>] PAKET1 PAKET2 ... PAKETn" -#: ../rpm.c:244 +#: ../rpm.c:241 msgid " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <file>]" msgstr " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <DATEI>]" -#: ../rpm.c:245 +#: ../rpm.c:242 msgid " package1 ... packageN" msgstr " PAKET1 ... PAKETn" -#: ../rpm.c:246 +#: ../rpm.c:243 msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]" msgstr " rpm {--rebuilddb} [--rcfile <DATEI>] [--dbpath <VERZ>]" -#: ../rpm.c:247 +#: ../rpm.c:244 msgid " rpm {--querytags}" msgstr "" -#: ../rpm.c:281 +#: ../rpm.c:278 msgid "usage:" msgstr "Benutzung:" -#: ../rpm.c:283 +#: ../rpm.c:280 msgid "print this message" msgstr "Gibt diesen Text aus" -#: ../rpm.c:285 +#: ../rpm.c:282 msgid "print the version of rpm being used" msgstr "Die benutzte RPM-Version anzeigen" -#: ../rpm.c:286 +#: ../rpm.c:283 msgid " all modes support the following arguments:" msgstr " alle Modi unterstützen folgende Argumente:" -#: ../rpm.c:287 +#: ../rpm.c:284 msgid " --rcfile <file> " msgstr "" -#: ../rpm.c:288 +#: ../rpm.c:285 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc" msgstr "<DATEI> anstelle von /etc/rpmrc und $HOME/.rpmrc benutzen" -#: ../rpm.c:290 +#: ../rpm.c:287 msgid "be a little more verbose" msgstr "Ausgabe etwas ausführlicher gestalten" -#: ../rpm.c:292 +#: ../rpm.c:289 msgid "be incredibly verbose (for debugging)" msgstr "extrem ausführliche Ausgabe (um Programm-Fehler zu finden)" -#: ../rpm.c:294 +#: ../rpm.c:291 msgid "query mode" msgstr "Anfrage-Modus" -#: ../rpm.c:295 ../rpm.c:353 ../rpm.c:413 ../rpm.c:441 +#: ../rpm.c:292 ../rpm.c:350 ../rpm.c:410 ../rpm.c:438 msgid " --root <dir> " msgstr "" -#: ../rpm.c:296 ../rpm.c:354 ../rpm.c:414 ../rpm.c:442 ../rpm.c:502 +#: ../rpm.c:293 ../rpm.c:351 ../rpm.c:411 ../rpm.c:439 ../rpm.c:499 msgid "use <dir> as the top level directory" msgstr "<VERZ> als Stammverzeichnis benutzen" -#: ../rpm.c:297 ../rpm.c:351 ../rpm.c:379 ../rpm.c:429 ../rpm.c:499 +#: ../rpm.c:294 ../rpm.c:348 ../rpm.c:376 ../rpm.c:426 ../rpm.c:496 #, fuzzy msgid " --dbpath <dir> " msgstr " -b<STUFE> <SPEC> " -#: ../rpm.c:298 ../rpm.c:352 ../rpm.c:380 ../rpm.c:430 ../rpm.c:500 +#: ../rpm.c:295 ../rpm.c:349 ../rpm.c:377 ../rpm.c:427 ../rpm.c:497 msgid "use <dir> as the directory for the database" msgstr "<VERZ> als Datenbankverzeichnis benutzen" -#: ../rpm.c:299 +#: ../rpm.c:296 msgid " --queryformat <qfmt>" msgstr "" -#: ../rpm.c:300 +#: ../rpm.c:297 #, fuzzy msgid "use <qfmt> as the header format (implies -i)" msgstr "S als Kopfzeilen-Format benutzen (impliziert -i)" -#: ../rpm.c:301 +#: ../rpm.c:298 msgid "" " install, upgrade and query (with -p) allow ftp URL's to be used in place" msgstr "" " Installieren, Aktualisieren und Anfragen (mit -p) erlauben es, ftp-URLs" -#: ../rpm.c:302 +#: ../rpm.c:299 #, fuzzy msgid " of file names as well as the following options:" msgstr "" " anstelle von Dateinamen zu benutzen. Außerdem die folgenden Optionen:\n" -#: ../rpm.c:303 +#: ../rpm.c:300 msgid " --ftpproxy <host> " msgstr "" -#: ../rpm.c:304 +#: ../rpm.c:301 msgid "hostname or IP of ftp proxy" msgstr "Hostname oder IP des ftp-Proxys" -#: ../rpm.c:305 +#: ../rpm.c:302 msgid " --ftpport <port> " msgstr "" -#: ../rpm.c:306 +#: ../rpm.c:303 msgid "port number of ftp server (or proxy)" msgstr "Portnummer des ftp-Servers (oder -Proxys)" -#: ../rpm.c:307 +#: ../rpm.c:304 msgid " Package specification options:" msgstr " Optionen der Paketauswahl:" -#: ../rpm.c:309 +#: ../rpm.c:306 msgid "query all packages" msgstr "Anfrage an alle Pakete" -#: ../rpm.c:310 +#: ../rpm.c:307 msgid " -f <file>+ " msgstr "" -#: ../rpm.c:311 +#: ../rpm.c:308 msgid "query package owning <file>" msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt" -#: ../rpm.c:312 +#: ../rpm.c:309 msgid " -p <packagefile>+ " msgstr "" -#: ../rpm.c:313 +#: ../rpm.c:310 msgid "query (uninstalled) package <packagefile>" msgstr "Anfrage nach (nicht installiertem) Paket <PAKET-DATEI>" -#: ../rpm.c:314 +#: ../rpm.c:311 #, fuzzy msgid " --triggeredby <pkg>" msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt" -#: ../rpm.c:315 +#: ../rpm.c:312 #, fuzzy msgid "query packages triggered by <pkg>" msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt" -#: ../rpm.c:316 +#: ../rpm.c:313 #, fuzzy msgid " --whatprovides <cap>" msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt" -#: ../rpm.c:317 +#: ../rpm.c:314 #, fuzzy msgid "query packages which provide <cap> capability" msgstr "Anfrage nach Paketen, die die Fähigkeit <i> bereitstellen" -#: ../rpm.c:318 +#: ../rpm.c:315 #, fuzzy msgid " --whatrequires <cap>" msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt" -#: ../rpm.c:319 +#: ../rpm.c:316 #, fuzzy msgid "query packages which require <cap> capability" msgstr "Anfrage nach Paketen, die die Fähigkeit <i> benötigen" -#: ../rpm.c:320 +#: ../rpm.c:317 msgid " Information selection options:" msgstr " Optionen der Informationsauswahl:" -#: ../rpm.c:322 +#: ../rpm.c:319 msgid "display package information" msgstr "Paketinformationen anzeigen" -#: ../rpm.c:324 +#: ../rpm.c:321 msgid "display the package's change log" msgstr "Changelog des Pakets anzeigen" -#: ../rpm.c:326 +#: ../rpm.c:323 msgid "display package file list" msgstr "Dateiliste des Pakets anzeigen" -#: ../rpm.c:328 +#: ../rpm.c:325 msgid "show file states (implies -l)" msgstr "Status der Dateien anzeigen (impliziert -l)" -#: ../rpm.c:330 +#: ../rpm.c:327 msgid "list only documentation files (implies -l)" msgstr "Nur Dokumentationsdateien auflisten (impliziert -l)" -#: ../rpm.c:332 +#: ../rpm.c:329 msgid "list only configuration files (implies -l)" msgstr "Nur Konfigurationsdateien auflisten (impliziert -l)" -#: ../rpm.c:334 +#: ../rpm.c:331 msgid "" "show all verifiable information for each file (must be used with -l, -c, or " "-d)" @@ -886,56 +886,56 @@ msgstr "" "Alle überprüfbaren Infos zu jeder Datei anzeigen (mit -l, -c oder -d " "benutzen!)" -#: ../rpm.c:336 +#: ../rpm.c:333 msgid "list capabilities package provides" msgstr "Fähigkeiten des Pakets auflisten" -#: ../rpm.c:337 +#: ../rpm.c:334 msgid " --requires" msgstr "" -#: ../rpm.c:339 +#: ../rpm.c:336 msgid "list package dependencies" msgstr "Paket-Abhängigkeiten ausgeben" -#: ../rpm.c:341 +#: ../rpm.c:338 msgid "print the various [un]install scripts" msgstr "Die diversen (De-)Installations-Skripte ausgeben" -#: ../rpm.c:343 +#: ../rpm.c:340 msgid "show the trigger scripts contained in the package" msgstr "" -#: ../rpm.c:347 +#: ../rpm.c:344 #, fuzzy msgid " --pipe <cmd> " msgstr " -b<STUFE> <SPEC> " -#: ../rpm.c:348 +#: ../rpm.c:345 msgid "send stdout to <cmd>" msgstr "Standard-Ausgabe nach <BEFEHL> umleiten" -#: ../rpm.c:350 +#: ../rpm.c:347 msgid "" "verify a package installation using the same same package specification " "options as -q" msgstr "" "Ein Paket mit denselben Paketspezifikations-Optionen wie bei -q überprüfen" -#: ../rpm.c:356 ../rpm.c:400 ../rpm.c:434 +#: ../rpm.c:353 ../rpm.c:397 ../rpm.c:431 msgid "do not verify package dependencies" msgstr "Dateiabhängigkeiten nicht überprüfen" -#: ../rpm.c:358 +#: ../rpm.c:355 msgid "do not verify file md5 checksums" msgstr "md5-Prüfsumme der Datei nicht überprüfen" -#: ../rpm.c:360 +#: ../rpm.c:357 msgid "do not verify file attributes" msgstr "Dateiattribute nicht überprüfen" # Was ist gemeint? -#: ../rpm.c:363 +#: ../rpm.c:360 msgid "" "set the file permissions to those in the package database using the same " "package specification options as -q" @@ -944,7 +944,7 @@ msgstr "" "Paketspezifikationsoptionen wie bei -q benutzt würden" # Was ist gemeint? -#: ../rpm.c:366 +#: ../rpm.c:363 msgid "" "set the file owner and group to those in the package database using the same " "package specification options as -q" @@ -952,119 +952,119 @@ msgstr "" "Datei-Eigentümer und -Gruppe gemäß deren in der Paketdatenbank setzen, wie " "wenn dieselben Paketspezifikationsoptionen wie bei -q benutzt würden" -#: ../rpm.c:370 +#: ../rpm.c:367 #, fuzzy msgid " --install <packagefile>" msgstr "Paket installieren" -#: ../rpm.c:371 +#: ../rpm.c:368 #, fuzzy msgid " -i <packagefile> " msgstr " -b<STUFE> <SPEC> " -#: ../rpm.c:372 +#: ../rpm.c:369 msgid "install package" msgstr "Paket installieren" -#: ../rpm.c:373 +#: ../rpm.c:370 #, fuzzy msgid " --relocate <oldpath>=<newpath>" msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>" -#: ../rpm.c:374 +#: ../rpm.c:371 msgid "relocate files from <oldpath> to <newpath>" msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>" -#: ../rpm.c:376 +#: ../rpm.c:373 msgid "relocate files even though the package doesn't allow it" msgstr "verschiebe Dateien, obglich das Paket es nicht erlaubt" -#: ../rpm.c:377 +#: ../rpm.c:374 msgid " --prefix <dir> " msgstr "" -#: ../rpm.c:378 +#: ../rpm.c:375 msgid "relocate the package to <dir>, if relocatable" msgstr "" "Verschiebe das Paket, wenn es verschiebbar ist, in das Verzeichnis <VERZ>" -#: ../rpm.c:382 +#: ../rpm.c:379 msgid "do not install documentation" msgstr "Dokumentation nicht installieren" -#: ../rpm.c:384 +#: ../rpm.c:381 msgid "short hand for --replacepkgs --replacefiles" msgstr "Abkürzung für --replacepkgs --replacefiles" -#: ../rpm.c:387 +#: ../rpm.c:384 msgid "print hash marks as package installs (good with -v)" msgstr "Fortschrittsanzeige bei der Paketinstallation (gut zusammen mit -v)" -#: ../rpm.c:389 +#: ../rpm.c:386 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" "alle Dateien installieren, auch die config-Dateien, die sonst übergangen " "würden" -#: ../rpm.c:392 +#: ../rpm.c:389 msgid "don't verify package architecture" msgstr "Paket-Architektur nicht überprüfen" -#: ../rpm.c:394 +#: ../rpm.c:391 msgid "don't verify package operating system" msgstr "Paket-Betriebssystem nicht überprüfen" -#: ../rpm.c:396 +#: ../rpm.c:393 msgid "install documentation" msgstr "Dokumentation installieren" -#: ../rpm.c:398 ../rpm.c:432 +#: ../rpm.c:395 ../rpm.c:429 msgid "update the database, but do not modify the filesystem" msgstr "Datenbank erneuern, aber das Dateisystem nicht verändern" -#: ../rpm.c:402 ../rpm.c:436 +#: ../rpm.c:399 ../rpm.c:433 msgid "do not reorder package installation to satisfy dependencies" msgstr "" "Paket-Installation nicht neu sortieren, um den Abhängigkeiten zu genügen" -#: ../rpm.c:404 +#: ../rpm.c:401 msgid "don't execute any installation scripts" msgstr "Keine Installations-Skripte ausführen" -#: ../rpm.c:406 ../rpm.c:440 +#: ../rpm.c:403 ../rpm.c:437 msgid "don't execute any scripts triggered by this package" msgstr "kein Skript ausführen, das durch dieses Paket veranlasst wurde" -#: ../rpm.c:408 +#: ../rpm.c:405 msgid "print percentages as package installs" msgstr "Prozentangabe bei der Paketinstallation ausgeben" -#: ../rpm.c:410 +#: ../rpm.c:407 msgid "install even if the package replaces installed files" msgstr "Auch dann installieren, wenn das Paket installierte Dateien ersetzt" -#: ../rpm.c:412 +#: ../rpm.c:409 msgid "reinstall if the package is already present" msgstr "Neuinstallation, wenn das Paket schon vorhanden ist" -#: ../rpm.c:416 +#: ../rpm.c:413 msgid "don't install, but tell if it would work or not" msgstr "Nicht installieren - nur anzeigen, ob es funktionieren würde" -#: ../rpm.c:418 +#: ../rpm.c:415 msgid " --upgrade <packagefile>" msgstr "" -#: ../rpm.c:419 +#: ../rpm.c:416 #, fuzzy msgid " -U <packagefile> " msgstr " -b<STUFE> <SPEC> " -#: ../rpm.c:420 +#: ../rpm.c:417 msgid "upgrade package (same options as --install, plus)" msgstr "Paket aktualisieren (dieselben Optionen wie --install, außerdem)" -#: ../rpm.c:422 +#: ../rpm.c:419 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -1072,15 +1072,15 @@ msgstr "" "Aktualisierung auf eine alte Version des Pakets (--force macht das bei " "Aktualisierungen automatisch)" -#: ../rpm.c:424 +#: ../rpm.c:421 msgid " --erase <package>" msgstr "" -#: ../rpm.c:426 +#: ../rpm.c:423 msgid "erase (uninstall) package" msgstr "Paket löschen (deinstallieren)" -#: ../rpm.c:428 +#: ../rpm.c:425 msgid "" "remove all packages which match <package> (normally an error is generated if " "<package> specified multiple packages)" @@ -1088,104 +1088,104 @@ msgstr "" "Alle Pakete entfernen, die mit <PAKET> übereinstimmen (normalerweise wird " "ein Fehler angezeigt, wenn <PAKET> mehrere Pakete bezeichnet)" -#: ../rpm.c:438 +#: ../rpm.c:435 msgid "do not execute any package specific scripts" msgstr "Keine paketspezifischen Skripte ausführen" -#: ../rpm.c:444 +#: ../rpm.c:441 msgid " -b<stage> <spec> " msgstr " -b<STUFE> <SPEC> " -#: ../rpm.c:445 +#: ../rpm.c:442 #, fuzzy msgid " -t<stage> <tarball> " msgstr " -b<STUFE> <SPEC> " -#: ../rpm.c:446 +#: ../rpm.c:443 msgid "build package, where <stage> is one of:" msgstr "Paket erstellen, <STUFE> ist einer der Buchstaben:" -#: ../rpm.c:448 +#: ../rpm.c:445 msgid "prep (unpack sources and apply patches)" msgstr "präparieren (Quellen entpacken und Patch-Dateien anwenden" # , c-format -#: ../rpm.c:450 +#: ../rpm.c:447 #, c-format msgid "list check (do some cursory checks on %files)" msgstr "kontrollieren (oberflächliche Überprüfung der %files)" -#: ../rpm.c:452 +#: ../rpm.c:449 msgid "compile (prep and compile)" msgstr "kompilieren (präparieren und kompilieren)" -#: ../rpm.c:454 +#: ../rpm.c:451 msgid "install (prep, compile, install)" msgstr "installieren (präparieren, kompilieren, installieren)" -#: ../rpm.c:456 +#: ../rpm.c:453 msgid "binary package (prep, compile, install, package)" msgstr "" "Binärpaket erstellen (präparieren, kompilieren, installieren und paketieren)" -#: ../rpm.c:458 +#: ../rpm.c:455 msgid "bin/src package (prep, compile, install, package)" msgstr "" "Binär- und Quellpaket erstellen (präparieren, kompilieren, installieren und " "Paketieren" -#: ../rpm.c:460 +#: ../rpm.c:457 msgid "skip straight to specified stage (only for c,i)" msgstr "Direkt zur angegeben Stufe springen (nur für c und i)" -#: ../rpm.c:462 +#: ../rpm.c:459 msgid "remove build tree when done" msgstr "Erstellungsdateibaum nach Beendigung löschen" -#: ../rpm.c:464 +#: ../rpm.c:461 msgid "remove sources and spec file when done" msgstr "Quellen und spec-Dateien nach Beendigung löschen" -#: ../rpm.c:466 +#: ../rpm.c:463 msgid "generate PGP signature" msgstr "PGP-Signatur generieren" -#: ../rpm.c:467 +#: ../rpm.c:464 #, fuzzy msgid " --buildroot <dir> " msgstr " -b<STUFE> <SPEC> " -#: ../rpm.c:468 +#: ../rpm.c:465 msgid "use <dir> as the build root" msgstr "Benutze <VERZ> als Stammverzeichnis beim Erstellen" -#: ../rpm.c:469 +#: ../rpm.c:466 msgid " --platform=<platform>+" msgstr "" -#: ../rpm.c:470 +#: ../rpm.c:467 msgid "build the packages for the platform1...platformN build targets." msgstr "" -#: ../rpm.c:472 +#: ../rpm.c:469 msgid "do not execute any stages" msgstr "Keine Stufen ausführen" -#: ../rpm.c:473 +#: ../rpm.c:470 #, fuzzy msgid " --timecheck <secs> " msgstr " -b<STUFE> <SPEC> " -#: ../rpm.c:474 +#: ../rpm.c:471 #, fuzzy msgid "set the time check to <secs> seconds (0 disables)" msgstr "Die Zeitüberprüfung auf S Sekunden setzen (mit 0 ausschalten)" -#: ../rpm.c:476 +#: ../rpm.c:473 msgid " --rebuild <src_pkg> " msgstr "" -#: ../rpm.c:477 +#: ../rpm.c:474 msgid "" "install source package, build binary package and remove spec file, sources, " "patches, and icons." @@ -1193,219 +1193,219 @@ msgstr "" "Quellpaket installieren, Binarypaket erstellen und spec-Datei, Quellen, " "Patch-Dateien und Icons löschen" -#: ../rpm.c:478 +#: ../rpm.c:475 #, fuzzy msgid " --rmsource <spec> " msgstr " -b<STUFE> <SPEC> " -#: ../rpm.c:479 +#: ../rpm.c:476 msgid "remove sources and spec file" msgstr "lösche Quellen und spec-Datei" -#: ../rpm.c:480 +#: ../rpm.c:477 msgid " --recompile <src_pkg> " msgstr "" -#: ../rpm.c:481 +#: ../rpm.c:478 msgid "like --rebuild, but don't build any package" msgstr "wie --rebuild aber kein Paket erstellen" -#: ../rpm.c:482 +#: ../rpm.c:479 #, fuzzy msgid " --resign <pkg>+ " msgstr " -b<STUFE> <SPEC> " -#: ../rpm.c:483 +#: ../rpm.c:480 msgid "sign a package (discard current signature)" msgstr "Ein Paket signieren (die aktuelle Signature wird verworfen)" -#: ../rpm.c:484 +#: ../rpm.c:481 #, fuzzy msgid " --addsign <pkg>+ " msgstr " -b<STUFE> <SPEC> " -#: ../rpm.c:485 +#: ../rpm.c:482 msgid "add a signature to a package" msgstr "Signatur einem Paket hinzufügen" -#: ../rpm.c:487 +#: ../rpm.c:484 #, fuzzy msgid " --checksig <pkg>+ " msgstr " -b<STUFE> <SPEC> " -#: ../rpm.c:488 +#: ../rpm.c:485 msgid "verify package signature" msgstr "Paketsignatur überprüfen" -#: ../rpm.c:490 +#: ../rpm.c:487 msgid "skip any PGP signatures" msgstr "alle PGP-Signaturen überspringen" -#: ../rpm.c:492 +#: ../rpm.c:489 msgid "skip any MD5 signatures" msgstr "alle MD5-Signaturen überspringen" -#: ../rpm.c:494 +#: ../rpm.c:491 msgid "list the tags that can be used in a query format" msgstr "Tags auflisten, die im Anfrageformat benutzt werden können" -#: ../rpm.c:496 +#: ../rpm.c:493 msgid "make sure a valid database exists" msgstr "Sicherstellen, daß eine gültige Datenbank vorhanden ist" -#: ../rpm.c:498 +#: ../rpm.c:495 msgid "rebuild database from existing database" msgstr "Datenbank aus der vorhandenen neu erstellen" -#: ../rpm.c:637 ../rpm.c:643 ../rpm.c:650 ../rpm.c:656 ../rpm.c:665 -#: ../rpm.c:672 ../rpm.c:718 ../rpm.c:724 ../rpm.c:813 ../rpm.c:820 -#: ../rpm.c:826 ../rpm.c:834 ../rpm.c:840 ../rpm.c:848 ../rpm.c:881 -#: ../rpm.c:927 ../rpm.c:933 +#: ../rpm.c:634 ../rpm.c:640 ../rpm.c:647 ../rpm.c:653 ../rpm.c:662 +#: ../rpm.c:669 ../rpm.c:715 ../rpm.c:721 ../rpm.c:810 ../rpm.c:817 +#: ../rpm.c:823 ../rpm.c:831 ../rpm.c:837 ../rpm.c:845 ../rpm.c:878 +#: ../rpm.c:924 ../rpm.c:930 msgid "only one major mode may be specified" msgstr "Es darf nur ein Hauptmodus angegeben werden" -#: ../rpm.c:658 +#: ../rpm.c:655 msgid "-u and --uninstall are deprecated and no longer work.\n" msgstr "-u und --uninstall sind veraltet und funktionieren nicht mehr.\n" -#: ../rpm.c:660 +#: ../rpm.c:657 msgid "Use -e or --erase instead.\n" msgstr "Benutzen Sie stattdessen -e oder --erase\n" -#: ../rpm.c:676 +#: ../rpm.c:673 msgid "--build (-b) requires one of a,b,i,c,p,l as its sole argument" msgstr "" "--build (-b) benötigt einen Buchstaben aus a,b,i,c,p,l als einziges Argument" -#: ../rpm.c:680 +#: ../rpm.c:677 msgid "--tarbuild (-t) requires one of a,b,i,c,p,l as its sole argument" msgstr "" "--tarbuild (-t) benötigt einen Buchstaben aus a,b,i,c,p,l als einziges " "Argument" -#: ../rpm.c:747 ../rpm.c:754 ../rpm.c:762 ../rpm.c:770 ../rpm.c:790 -#: ../rpm.c:798 ../rpm.c:806 +#: ../rpm.c:744 ../rpm.c:751 ../rpm.c:759 ../rpm.c:767 ../rpm.c:787 +#: ../rpm.c:795 ../rpm.c:803 msgid "one type of query/verify may be performed at a time" msgstr "" "Nur nur eine Art der Anfrage/Überprüfung kann pro Programmlauf durchgeführt " "werden" -#: ../rpm.c:856 +#: ../rpm.c:853 msgid "arguments to --dbpath must begin with a /" msgstr "Argumente zu --dbpath müssen mit einem / beginnen" -#: ../rpm.c:863 +#: ../rpm.c:860 msgid "one type of query may be performed at a time" msgstr "Nur eine Art der Anfrage kann pro Programmlauf durchgeführt werden" -#: ../rpm.c:887 +#: ../rpm.c:884 msgid "relocations must begin with a /" msgstr "Verschiebungen müssen mit einem »/« beginnen" -#: ../rpm.c:889 +#: ../rpm.c:886 msgid "relocations must contain a =" msgstr "Verschiebungen müssen ein »=« beinhalten" -#: ../rpm.c:892 +#: ../rpm.c:889 msgid "relocations must have a / following the =" msgstr "bei Verschiebungen muss ein »/« dem »=« folgen" -#: ../rpm.c:904 +#: ../rpm.c:901 msgid "Internal error in argument processing :-(\n" msgstr "" -#: ../rpm.c:945 +#: ../rpm.c:942 msgid "--dbpath given for operation that does not use a database" msgstr "--dbpath wurde für eine Operation angeben, die keine Datenbank benutzt" -#: ../rpm.c:950 +#: ../rpm.c:947 msgid "--timecheck may only be used during package builds" msgstr "--clean darf nur während der Paketerstellung benutzt werden" -#: ../rpm.c:953 ../rpm.c:956 +#: ../rpm.c:950 ../rpm.c:953 msgid "unexpected query specifiers" msgstr "Unerwartete Angaben für die Anfrage" -#: ../rpm.c:960 +#: ../rpm.c:957 msgid "unexpected query source" msgstr "Unerwartete Quelle der Anfrage" -#: ../rpm.c:963 +#: ../rpm.c:960 msgid "only installation and upgrading may be forced" msgstr "nur die Installation und Aktualisierung darf erzwungen werden" -#: ../rpm.c:966 +#: ../rpm.c:963 msgid "files may only be relocated during package installation" msgstr "Dateien können nur während der Paketinstallation verschoben werden" -#: ../rpm.c:969 +#: ../rpm.c:966 msgid "only one of --prefix or --relocate may be used" msgstr "nur eines der Argumente --prefix oder --relocate darf angegeben werden" -#: ../rpm.c:972 +#: ../rpm.c:969 msgid "--relocate may only be used when installing new packages" msgstr "--relocate darf nur bei der Installation neuer Pakete benutzt werden" -#: ../rpm.c:975 +#: ../rpm.c:972 msgid "--prefix may only be used when installing new packages" msgstr "--prefix darf nur bei der Installation neuer Pakete benutzt werden" -#: ../rpm.c:978 +#: ../rpm.c:975 msgid "arguments to --prefix must begin with a /" msgstr "Argumente zu --prefix müssen mit einem / beginnen" -#: ../rpm.c:981 +#: ../rpm.c:978 msgid "--hash (-h) may only be specified during package installation" msgstr "--hash (-h) darf nur während der Paketinstallation angegeben werden" -#: ../rpm.c:985 +#: ../rpm.c:982 msgid "--percent may only be specified during package installation" msgstr "--percent darf nur während der Paketinstallation angegeben werden" -#: ../rpm.c:989 +#: ../rpm.c:986 msgid "--replacefiles may only be specified during package installation" msgstr "--replacefiles darf nur während der Paketinstallation angegeben werden" -#: ../rpm.c:993 +#: ../rpm.c:990 msgid "--replacepkgs may only be specified during package installation" msgstr "--replacepkgs darf nur während der Paketinstallation angegeben werden" -#: ../rpm.c:997 +#: ../rpm.c:994 msgid "--excludedocs may only be specified during package installation" msgstr "--excludedocs darf nur während der Paketinstallation angegeben werden" -#: ../rpm.c:1001 +#: ../rpm.c:998 msgid "--includedocs may only be specified during package installation" msgstr "--includedocs darf nur während der Paketinstallation angegeben werden" -#: ../rpm.c:1005 +#: ../rpm.c:1002 msgid "only one of --excludedocs and --includedocs may be specified" msgstr "" "nur eines der Argumente --excludedocs und --includedocs darf angegeben werden" -#: ../rpm.c:1009 +#: ../rpm.c:1006 msgid "--ignorearch may only be specified during package installation" msgstr "--ignorearch darf nur während der Paketinstallation angegeben werden" -#: ../rpm.c:1013 +#: ../rpm.c:1010 msgid "--ignoreos may only be specified during package installation" msgstr "--ignoreos darf nur während der Paketinstallation angegeben werden" -#: ../rpm.c:1017 +#: ../rpm.c:1014 msgid "--allmatches may only be specified during package erasure" msgstr "--allmatches darf nur während der Paketdeinstallaiton angegeben werden" -#: ../rpm.c:1021 +#: ../rpm.c:1018 msgid "--allfiles may only be specified during package installation" msgstr "--allfiles darf nur während der Paketinstallation angegeben werden" -#: ../rpm.c:1025 +#: ../rpm.c:1022 msgid "--justdb may only be specified during package installation and erasure" msgstr "" "--justdb kann nur während der Paketinstallation und -deinstallation " "angegeben werden" -#: ../rpm.c:1030 +#: ../rpm.c:1027 msgid "" "--noscripts may only be specified during package installation, erasure, and " "verification" @@ -1413,7 +1413,7 @@ msgstr "" "--noscripts darf nur während der Paketinstallation, -deinstallation und " "-überprüfung angegeben werden" -#: ../rpm.c:1034 +#: ../rpm.c:1031 msgid "" "--notriggers may only be specified during package installation, erasure, and " "verification" @@ -1421,7 +1421,7 @@ msgstr "" "--notriggers darf nur während der Paketinstallation, -deinstallation und " "-überprüfung angegeben werden" -#: ../rpm.c:1039 +#: ../rpm.c:1036 msgid "" "--nodeps may only be specified during package installation, erasure, and " "verification" @@ -1429,11 +1429,11 @@ msgstr "" "--nodeps darf nur während der Paketinstallation, -deinstallation und " "-überprüfung angegeben werden" -#: ../rpm.c:1043 +#: ../rpm.c:1040 msgid "--nofiles may only be specified during package verification" msgstr "--nofiles darf nur während der Paketüberprüfung angegeben werden" -#: ../rpm.c:1048 +#: ../rpm.c:1045 msgid "" "--test may only be specified during package installation, erasure, and " "building" @@ -1441,7 +1441,7 @@ msgstr "" "--test darf nur während der Paketinstallation, -deinstallation und " "-erstellung angegeben werden" -#: ../rpm.c:1053 +#: ../rpm.c:1050 msgid "" "--root (-r) may only be specified during installation, erasure, querying, " "and database rebuilds" @@ -1449,153 +1449,153 @@ msgstr "" "--root (-r) darf nur während der Paketinstallation, -deinstallation, " "-anfrage und Datenbankneuerstellungen angegeben werden" -#: ../rpm.c:1058 +#: ../rpm.c:1055 msgid "arguments to --root (-r) must begin with a /" msgstr "Argumente zu --root (-r) müssen mit einem / beginnen" -#: ../rpm.c:1061 +#: ../rpm.c:1058 msgid "--clean may only be used with -b and -t" msgstr "--clean darf nur mit -b und -t benutzt werden" -#: ../rpm.c:1064 +#: ../rpm.c:1061 msgid "--rmsource may only be used with -b and -t" msgstr "--rmsource darf nur mit -b und -t benutzt werden" -#: ../rpm.c:1067 +#: ../rpm.c:1064 msgid "--short-circuit may only be used during package building" msgstr "--short-circuit darf nur während der Paketerstellung benutzt werden" -#: ../rpm.c:1071 +#: ../rpm.c:1068 msgid "--short-circuit may only be used with -bc, -bi, -bs, -tc -ti, or -ts" msgstr "" "--short-circuit darf nur mit -bc, -bi, -bs, -tc -ti oder -ts benutzt werden" -#: ../rpm.c:1076 +#: ../rpm.c:1073 msgid "--oldpackage may only be used during upgrades" msgstr "--oldpackage darf nur während Aktualisierungen benutzt werden" -#: ../rpm.c:1079 +#: ../rpm.c:1076 msgid "--dump may only be used during queries" msgstr "--dump darf nur während Anfragen benutzt werden" -#: ../rpm.c:1082 +#: ../rpm.c:1079 msgid "--dump of queries must be used with -l, -c, or -d" msgstr "--dump der Anfragen muß zusammen mit -l, -c, or -d benutzt werden" -#: ../rpm.c:1087 +#: ../rpm.c:1084 msgid "" "ftp options can only be used during package queries, installs, and upgrades" msgstr "" "ftp-Optionen können nur während Paketanfragen, -installationen und " "-aktualisierungen benutzt werden" -#: ../rpm.c:1094 +#: ../rpm.c:1091 msgid "--nopgp may only be used during signature checking" msgstr "--nopgp darf nur während der Signatur-Überprüfung benutzt werden" -#: ../rpm.c:1097 +#: ../rpm.c:1094 msgid "" "--nopgp may only be used during signature checking and package verification" msgstr "" "--nopgp darf nur während der Signatur- und Paketüberprüfung angegeben werden" -#: ../rpm.c:1110 +#: ../rpm.c:1107 msgid "Pass phrase check failed\n" msgstr "Die Passwortüberprüfung ist fehlgeschlagen\n" -#: ../rpm.c:1113 +#: ../rpm.c:1110 msgid "Pass phrase is good.\n" msgstr "Das Passwort ist richtig.\n" -#: ../rpm.c:1125 +#: ../rpm.c:1122 msgid "--sign may only be used during package building" msgstr "--sign darf nur während der Paketerstellung benutzt werden" -#: ../rpm.c:1140 +#: ../rpm.c:1137 #, fuzzy msgid "exec failed\n" msgstr "%s: Öffnen fehlgeschlagen\n" -#: ../rpm.c:1159 +#: ../rpm.c:1156 msgid "unexpected arguments to --querytags " msgstr "Unerwartete Argumente zu --querytags " -#: ../rpm.c:1170 +#: ../rpm.c:1167 msgid "no packages given for signature check" msgstr "Es wurden keine Pakete für die Signaturüberprüfung angegeben" -#: ../rpm.c:1177 +#: ../rpm.c:1174 msgid "no packages given for signing" msgstr "Es wurden keine Pakete für die Signatur angeben" -#: ../rpm.c:1186 +#: ../rpm.c:1183 msgid "no packages files given for rebuild" msgstr "Es wurden keine Paketdateien für die Neuerstellung angegeben" -#: ../rpm.c:1249 +#: ../rpm.c:1246 msgid "no spec files given for build" msgstr "Es wurde kein spec-Datei für die Erstellung angegeben" -#: ../rpm.c:1251 +#: ../rpm.c:1248 msgid "no tar files given for build" msgstr "Es wurde keine tar-Datei für die Erstellung angegeben" -#: ../rpm.c:1264 +#: ../rpm.c:1261 msgid "no packages given for uninstall" msgstr "Es wurden keine Pakete für die Deinstallation angegeben" -#: ../rpm.c:1304 +#: ../rpm.c:1301 msgid "no packages given for install" msgstr "Es wurden keine Pakete für die Installation angegeben" -#: ../rpm.c:1328 +#: ../rpm.c:1325 msgid "extra arguments given for query of all packages" msgstr "Zusätzliche Argumente für die Anfrage an alle Pakete angegeben" -#: ../rpm.c:1333 +#: ../rpm.c:1330 msgid "no arguments given for query" msgstr "Es wurden keine Argumente für die Anfrage angegeben" -#: ../rpm.c:1350 +#: ../rpm.c:1347 msgid "no arguments given for verify" msgstr "Es wurden keine Argumente für die Überprüfung angegeben" -#: ../url.c:47 +#: ../url.c:46 #, c-format msgid "Password for %s@%s: " msgstr "Passworf für %s@%s: " -#: ../url.c:113 ../url.c:156 ../url.c:182 +#: ../url.c:112 ../url.c:155 ../url.c:181 #, c-format msgid "getting %s via anonymous ftp\n" msgstr "" -#: ../url.c:120 +#: ../url.c:119 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" -#: ../url.c:131 +#: ../url.c:130 msgid "error: ftpport must be a number\n" msgstr "Fehler: der FTP-Port muss eine Zahl sein\n" # , c-format -#: ../url.c:189 +#: ../url.c:188 #, c-format msgid "failed to create %s\n" msgstr "anlegen von %s fehlgeschlagen\n" -#: ../verify.c:35 +#: ../verify.c:34 #, fuzzy, c-format msgid "missing %s\n" msgstr "fehlende { nach %{" -#: ../verify.c:91 +#: ../verify.c:90 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "Nicht erfüllte Abhängigkeiten von %s-%s-%s: " -#: ../verify.c:133 +#: ../verify.c:132 #, c-format msgid "verifying record number %d\n" msgstr "" @@ -1605,11 +1605,11 @@ msgstr "" msgid "%s is not an RPM\n" msgstr "" -#: ../rpm2cpio.c:39 +#: ../rpm2cpio.c:38 msgid "argument is not an RPM package\n" msgstr "" -#: ../rpm2cpio.c:42 +#: ../rpm2cpio.c:41 #, fuzzy msgid "error reading header from package\n" msgstr "Fehler beim Suchen nach Paket %s\n" @@ -1659,266 +1659,266 @@ msgid "no copyright!\n" msgstr "" # , c-format -#: ../build/build.c:96 ../build/pack.c:191 +#: ../build/build.c:95 ../build/pack.c:191 #, fuzzy msgid "Unable to open temp file" msgstr "Datei %s kann nicht zum Lesen geöffnet werden: %s." # , c-format -#: ../build/build.c:133 +#: ../build/build.c:132 #, fuzzy, c-format msgid "Executing: %s\n" msgstr "Hole %s heraus\n" -#: ../build/build.c:137 +#: ../build/build.c:136 #, fuzzy, c-format msgid "Exec of %s failed (%s)" msgstr "öffnen von %s fehlgeschlagen: %s\n" -#: ../build/build.c:145 +#: ../build/build.c:144 #, c-format msgid "Bad exit status from %s (%s)" msgstr "" -#: ../build/expression.c:188 ../build/expression.c:197 +#: ../build/expression.c:189 ../build/expression.c:198 msgid "parse error in tokenizer" msgstr "" -#: ../build/expression.c:239 +#: ../build/expression.c:240 #, fuzzy msgid "parse error in expression" msgstr "? im Ausdruck erwartet" -#: ../build/expression.c:269 +#: ../build/expression.c:270 msgid "unmatched (" msgstr "" -#: ../build/expression.c:287 +#: ../build/expression.c:288 msgid "undefined identifier" msgstr "" -#: ../build/expression.c:306 +#: ../build/expression.c:307 msgid "- only on numbers" msgstr "" -#: ../build/expression.c:322 +#: ../build/expression.c:323 msgid "! only on numbers" msgstr "" -#: ../build/expression.c:358 ../build/expression.c:403 -#: ../build/expression.c:460 ../build/expression.c:543 +#: ../build/expression.c:362 ../build/expression.c:407 +#: ../build/expression.c:464 ../build/expression.c:551 msgid "types must match" msgstr "" -#: ../build/expression.c:371 +#: ../build/expression.c:375 msgid "* / not suported for strings" msgstr "" -#: ../build/expression.c:419 +#: ../build/expression.c:423 msgid "- not suported for strings" msgstr "" -#: ../build/expression.c:556 +#: ../build/expression.c:564 msgid "&& and || not suported for strings" msgstr "" -#: ../build/expression.c:587 ../build/expression.c:630 +#: ../build/expression.c:595 ../build/expression.c:640 #, fuzzy msgid "syntax error in expression" msgstr "? im Ausdruck erwartet" -#: ../build/files.c:204 +#: ../build/files.c:203 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "" -#: ../build/files.c:233 ../build/files.c:245 ../build/files.c:317 -#: ../build/files.c:329 ../build/files.c:356 +#: ../build/files.c:232 ../build/files.c:244 ../build/files.c:316 +#: ../build/files.c:328 ../build/files.c:355 #, c-format msgid "Bad %s() syntax: %s" msgstr "" -#: ../build/files.c:279 +#: ../build/files.c:278 #, c-format msgid "Invalid %s token: %s" msgstr "" -#: ../build/files.c:340 +#: ../build/files.c:339 msgid "No files after %%defattr(): %s" msgstr "" -#: ../build/files.c:368 +#: ../build/files.c:367 #, c-format msgid "Bad %s() mode spec: %s" msgstr "" -#: ../build/files.c:386 +#: ../build/files.c:385 #, c-format msgid "Bad %s() dirmode spec: %s" msgstr "" -#: ../build/files.c:441 +#: ../build/files.c:440 msgid "Bad %%config() syntax: %s" msgstr "" -#: ../build/files.c:459 +#: ../build/files.c:458 msgid "Invalid %%config token: %s" msgstr "" -#: ../build/files.c:482 ../build/files.c:494 ../build/files.c:507 +#: ../build/files.c:481 ../build/files.c:493 ../build/files.c:506 msgid "Bad %%lang() syntax: %s" msgstr "" -#: ../build/files.c:513 +#: ../build/files.c:512 msgid "%%lang() entries are 2 characters: %s" msgstr "" -#: ../build/files.c:519 +#: ../build/files.c:518 msgid "Only one entry in %%lang(): %s" msgstr "" -#: ../build/files.c:610 +#: ../build/files.c:608 msgid "Hit limit for %%docdir" msgstr "" -#: ../build/files.c:616 +#: ../build/files.c:614 msgid "Only one arg for %%docdir" msgstr "" # , c-format -#: ../build/files.c:642 +#: ../build/files.c:640 #, fuzzy, c-format msgid "Two files on one line: %s" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: ../build/files.c:655 +#: ../build/files.c:653 #, fuzzy, c-format msgid "File must begin with \"/\": %s" msgstr "Verschiebungen müssen mit einem »/« beginnen" -#: ../build/files.c:667 +#: ../build/files.c:665 msgid "Can't mix special %%doc with other forms: %s" msgstr "" # , c-format -#: ../build/files.c:749 +#: ../build/files.c:747 #, fuzzy, c-format msgid "File listed twice: %s" msgstr "Lesen von %s fehlgeschlagen: %s." # , c-format -#: ../build/files.c:908 +#: ../build/files.c:906 #, fuzzy, c-format msgid "File doesn't match prefix (%s): %s" msgstr "Lesen von %s fehlgeschlagen: %s." -#: ../build/files.c:918 ../build/files.c:1035 +#: ../build/files.c:916 ../build/files.c:1033 #, fuzzy, c-format msgid "File not found: %s" msgstr "Datei auf dem Server nicht gefunden" -#: ../build/files.c:963 +#: ../build/files.c:961 #, c-format msgid "Bad owner/group: %s\n" msgstr "" # , c-format -#: ../build/files.c:968 +#: ../build/files.c:966 #, fuzzy, c-format msgid "File %d: %s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: ../build/files.c:1019 +#: ../build/files.c:1017 #, c-format msgid "File needs leading \"/\": %s" msgstr "" -#: ../build/files.c:1079 +#: ../build/files.c:1077 #, fuzzy msgid "Could not open %%files file: %s" msgstr "Fehler: kann Datei %s nicht öffnen\n" -#: ../build/files.c:1085 ../build/pack.c:380 +#: ../build/files.c:1083 ../build/pack.c:380 #, c-format msgid "line: %s" msgstr "" -#: ../build/files.c:1412 ../build/parsePrep.c:41 +#: ../build/files.c:1410 ../build/parsePrep.c:40 #, c-format msgid "Bad owner/group: %s" msgstr "" -#: ../build/files.c:1467 +#: ../build/files.c:1465 #, fuzzy, c-format msgid "Couldn't exec %s" msgstr "Konnte pgp nicht durchführen" -#: ../build/files.c:1471 +#: ../build/files.c:1469 #, fuzzy, c-format msgid "Couldn't fork %s" msgstr "Konnte Signatur-Ziel (»sigtarget«) nicht lesen" -#: ../build/files.c:1521 +#: ../build/files.c:1519 #, fuzzy, c-format msgid "%s failed" msgstr "pgp fehlgeschlagen" # , c-format -#: ../build/files.c:1525 +#: ../build/files.c:1523 #, fuzzy, c-format msgid "failed to write all data to %s" msgstr "anlegen von %s fehlgeschlagen\n" -#: ../build/files.c:1559 +#: ../build/files.c:1557 msgid "Finding provides...\n" msgstr "" -#: ../build/files.c:1566 +#: ../build/files.c:1564 msgid "Failed to find provides" msgstr "" -#: ../build/files.c:1586 +#: ../build/files.c:1584 msgid "Finding requires...\n" msgstr "" # , c-format -#: ../build/files.c:1593 +#: ../build/files.c:1591 #, fuzzy msgid "Failed to find requires" msgstr "anlegen von %s fehlgeschlagen\n" -#: ../build/files.c:1628 +#: ../build/files.c:1626 msgid "Provides:" msgstr "" -#: ../build/files.c:1646 +#: ../build/files.c:1644 msgid "Prereqs:" msgstr "" -#: ../build/files.c:1660 +#: ../build/files.c:1658 msgid "Requires:" msgstr "" # , c-format -#: ../build/files.c:1685 +#: ../build/files.c:1683 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: ../build/names.c:35 ../build/names.c:69 +#: ../build/names.c:34 ../build/names.c:68 msgid "RPMERR_INTERNAL: Hit limit in getUname()\n" msgstr "" -#: ../build/names.c:104 ../build/names.c:138 +#: ../build/names.c:103 ../build/names.c:137 msgid "RPMERR_INTERNAL: Hit limit in getGname()\n" msgstr "" -#: ../build/names.c:176 +#: ../build/names.c:175 #, c-format msgid "Could not canonicalize hostname: %s\n" msgstr "" -#: ../build/pack.c:141 +#: ../build/pack.c:140 #, c-format msgid "Could not generate output filename for package %s: %s\n" msgstr "" @@ -2002,677 +2002,677 @@ msgstr "" msgid "Could not open Trigger script file: %s" msgstr "" -#: ../build/parseBuildInstallClean.c:28 +#: ../build/parseBuildInstallClean.c:27 #, c-format msgid "line %d: second %s" msgstr "" -#: ../build/parseChangelog.c:102 +#: ../build/parseChangelog.c:101 msgid "%%changelog entries must start with *" msgstr "" -#: ../build/parseChangelog.c:110 +#: ../build/parseChangelog.c:109 msgid "incomplete %%changelog entry" msgstr "" -#: ../build/parseChangelog.c:125 +#: ../build/parseChangelog.c:124 msgid "bad date in %%changelog: %s" msgstr "" -#: ../build/parseChangelog.c:130 +#: ../build/parseChangelog.c:129 msgid "%%changelog not in decending chronological order" msgstr "" -#: ../build/parseChangelog.c:138 ../build/parseChangelog.c:149 +#: ../build/parseChangelog.c:137 ../build/parseChangelog.c:148 msgid "missing name in %%changelog" msgstr "" -#: ../build/parseChangelog.c:156 +#: ../build/parseChangelog.c:155 msgid "no description in %%changelog" msgstr "" -#: ../build/parseDescription.c:35 +#: ../build/parseDescription.c:34 msgid "line %d: Error parsing %%description: %s" msgstr "" # , c-format -#: ../build/parseDescription.c:48 ../build/parseFiles.c:43 -#: ../build/parseScript.c:140 +#: ../build/parseDescription.c:47 ../build/parseFiles.c:42 +#: ../build/parseScript.c:139 #, fuzzy, c-format msgid "line %d: Bad option %s: %s" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: ../build/parseDescription.c:62 ../build/parseFiles.c:57 -#: ../build/parseScript.c:154 +#: ../build/parseDescription.c:61 ../build/parseFiles.c:56 +#: ../build/parseScript.c:153 #, c-format msgid "line %d: Too many names: %s" msgstr "" -#: ../build/parseDescription.c:72 ../build/parseFiles.c:67 -#: ../build/parseScript.c:164 +#: ../build/parseDescription.c:71 ../build/parseFiles.c:66 +#: ../build/parseScript.c:163 #, fuzzy, c-format msgid "line %d: Package does not exist: %s" msgstr "Paket %s wird nicht in %s aufgeführt" -#: ../build/parseDescription.c:84 +#: ../build/parseDescription.c:83 #, c-format msgid "line %d: Second description" msgstr "" -#: ../build/parseFiles.c:30 +#: ../build/parseFiles.c:29 msgid "line %d: Error parsing %%files: %s" msgstr "" -#: ../build/parseFiles.c:75 +#: ../build/parseFiles.c:74 msgid "line %d: Second %%files list" msgstr "" -#: ../build/parsePreamble.c:150 +#: ../build/parsePreamble.c:154 #, c-format msgid "Architecture is excluded: %s" msgstr "" -#: ../build/parsePreamble.c:155 +#: ../build/parsePreamble.c:159 #, c-format msgid "Architecture is not included: %s" msgstr "" -#: ../build/parsePreamble.c:160 +#: ../build/parsePreamble.c:164 #, c-format msgid "OS is excluded: %s" msgstr "" -#: ../build/parsePreamble.c:165 +#: ../build/parsePreamble.c:169 #, c-format msgid "OS is not included: %s" msgstr "" -#: ../build/parsePreamble.c:201 +#: ../build/parsePreamble.c:205 #, c-format msgid "%s field must be present in package: %s" msgstr "" -#: ../build/parsePreamble.c:243 +#: ../build/parsePreamble.c:247 #, c-format msgid "Duplicate %s entries in package: %s" msgstr "" # , c-format -#: ../build/parsePreamble.c:287 ../build/parsePreamble.c:294 +#: ../build/parsePreamble.c:291 ../build/parsePreamble.c:298 #, fuzzy, c-format msgid "Unable to read icon: %s" msgstr "Nicht möglich %s zu schreiben" -#: ../build/parsePreamble.c:304 +#: ../build/parsePreamble.c:308 #, fuzzy, c-format msgid "Unknown icon type: %s" msgstr "(unbekannter Typ)" -#: ../build/parsePreamble.c:335 +#: ../build/parsePreamble.c:339 #, c-format msgid "line %d: Malformed tag: %s" msgstr "" #. Empty field -#: ../build/parsePreamble.c:343 +#: ../build/parsePreamble.c:347 #, c-format msgid "line %d: Empty tag: %s" msgstr "" -#: ../build/parsePreamble.c:394 +#: ../build/parsePreamble.c:398 #, c-format msgid "line %d: BuildRoot can not be \"/\": %s" msgstr "" -#: ../build/parsePreamble.c:407 +#: ../build/parsePreamble.c:411 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s" msgstr "" -#: ../build/parsePreamble.c:419 +#: ../build/parsePreamble.c:423 #, fuzzy, c-format msgid "line %d: Docdir must begin with '/': %s" msgstr "Verschiebungen müssen mit einem »/« beginnen" -#: ../build/parsePreamble.c:430 +#: ../build/parsePreamble.c:434 #, c-format msgid "line %d: Serial field must be a number: %s" msgstr "" -#: ../build/parsePreamble.c:494 +#: ../build/parsePreamble.c:498 #, fuzzy, c-format msgid "line %d: Bad BuildArchitecture format: %s" msgstr "fehlende Architektur für %s bei %s:%d" -#: ../build/parsePreamble.c:504 +#: ../build/parsePreamble.c:508 #, c-format msgid "Internal error: Bogus tag %d" msgstr "" -#: ../build/parsePreamble.c:647 +#: ../build/parsePreamble.c:651 #, fuzzy, c-format msgid "Bad package specification: %s" msgstr " Optionen der Paketauswahl:" -#: ../build/parsePreamble.c:653 +#: ../build/parsePreamble.c:657 #, c-format msgid "Package already exists: %s" msgstr "" -#: ../build/parsePreamble.c:680 +#: ../build/parsePreamble.c:684 #, c-format msgid "line %d: Unknown tag: %s" msgstr "" -#: ../build/parsePreamble.c:705 +#: ../build/parsePreamble.c:709 msgid "Spec file can't use BuildRoot" msgstr "" # , c-format -#: ../build/parsePrep.c:37 +#: ../build/parsePrep.c:36 #, fuzzy, c-format msgid "Bad source: %s: %s" msgstr "Lesen von %s fehlgeschlagen: %s." -#: ../build/parsePrep.c:63 +#: ../build/parsePrep.c:62 #, fuzzy, c-format msgid "No patch number %d" msgstr "(keine Zahl)" -#: ../build/parsePrep.c:127 +#: ../build/parsePrep.c:126 #, c-format msgid "No source number %d" msgstr "" -#: ../build/parsePrep.c:180 +#: ../build/parsePrep.c:179 msgid "Error parsing %%setup: %s" msgstr "" -#: ../build/parsePrep.c:195 +#: ../build/parsePrep.c:194 msgid "line %d: Bad arg to %%setup %c: %s" msgstr "" -#: ../build/parsePrep.c:216 +#: ../build/parsePrep.c:215 msgid "line %d: Bad %%setup option %s: %s" msgstr "" -#: ../build/parsePrep.c:334 +#: ../build/parsePrep.c:333 msgid "line %d: Need arg to %%patch -b: %s" msgstr "" -#: ../build/parsePrep.c:342 +#: ../build/parsePrep.c:341 msgid "line %d: Need arg to %%patch -z: %s" msgstr "" -#: ../build/parsePrep.c:354 +#: ../build/parsePrep.c:353 msgid "line %d: Need arg to %%patch -p: %s" msgstr "" -#: ../build/parsePrep.c:360 +#: ../build/parsePrep.c:359 msgid "line %d: Bad arg to %%patch -p: %s" msgstr "" -#: ../build/parsePrep.c:367 +#: ../build/parsePrep.c:366 msgid "Too many patches!" msgstr "" -#: ../build/parsePrep.c:371 +#: ../build/parsePrep.c:370 msgid "line %d: Bad arg to %%patch: %s" msgstr "" -#: ../build/parsePrep.c:409 +#: ../build/parsePrep.c:408 msgid "line %d: second %%prep" msgstr "" -#: ../build/parseReqs.c:46 +#: ../build/parseReqs.c:45 #, c-format msgid "line %d: No file names in Conflicts: %s" msgstr "" -#: ../build/parseReqs.c:77 +#: ../build/parseReqs.c:76 #, c-format msgid "line %d: No versions on file names in %s: %s" msgstr "" -#: ../build/parseReqs.c:83 +#: ../build/parseReqs.c:82 #, c-format msgid "line %d: No versions in PreReq: %s" msgstr "" -#: ../build/parseReqs.c:95 +#: ../build/parseReqs.c:94 #, c-format msgid "line %d: Version required in %s: %s" msgstr "" -#: ../build/parseReqs.c:123 +#: ../build/parseReqs.c:122 #, c-format msgid "line %d: No file names in %s: %s" msgstr "" -#: ../build/parseReqs.c:131 +#: ../build/parseReqs.c:130 #, c-format msgid "line %d: %s: tokens must begin with alpha-numeric: %s" msgstr "" -#: ../build/parseScript.c:108 +#: ../build/parseScript.c:107 #, c-format msgid "line %d: triggers must have --: %s" msgstr "" -#: ../build/parseScript.c:118 ../build/parseScript.c:182 +#: ../build/parseScript.c:117 ../build/parseScript.c:181 #, c-format msgid "line %d: Error parsing %s: %s" msgstr "" -#: ../build/parseScript.c:128 +#: ../build/parseScript.c:127 #, c-format msgid "line %d: script program must begin with '/': %s" msgstr "" -#: ../build/parseScript.c:173 +#: ../build/parseScript.c:172 #, c-format msgid "line %d: Second %s" msgstr "" # , c-format -#: ../build/parseSpec.c:110 +#: ../build/parseSpec.c:124 #, fuzzy, c-format msgid "Unable to open: %s\n" msgstr "Öffnen von %s fehlgeschlagen\n" -#: ../build/parseSpec.c:122 +#: ../build/parseSpec.c:136 msgid "Unclosed %%if" msgstr "" # , c-format -#: ../build/parseSpec.c:169 +#: ../build/parseSpec.c:183 #, fuzzy, c-format msgid "line %d: %s" msgstr "Öffnen von %s fehlgeschlagen: %s" #. Got an else with no %if ! -#: ../build/parseSpec.c:193 +#: ../build/parseSpec.c:208 msgid "%s:%d: Got a %%else with no if" msgstr "" #. Got an end with no %if ! -#: ../build/parseSpec.c:203 +#: ../build/parseSpec.c:218 msgid "%s:%d: Got a %%endif with no if" msgstr "" -#: ../build/parseSpec.c:215 ../build/parseSpec.c:224 +#: ../build/parseSpec.c:230 ../build/parseSpec.c:239 msgid "malformed %%include statement" msgstr "" -#: ../build/parseSpec.c:305 +#: ../build/parseSpec.c:313 #, c-format msgid "Timecheck value must be an integer: %s" msgstr "" -#: ../build/parseSpec.c:395 +#: ../build/parseSpec.c:396 #, fuzzy msgid "No buildable architectures" msgstr "Paket-Architektur nicht überprüfen" -#: ../build/parseSpec.c:409 +#: ../build/parseSpec.c:424 #, fuzzy msgid "Package has no %%description: %s" msgstr "Paket %s wird nicht in %s aufgeführt" -#: ../build/spec.c:30 +#: ../build/spec.c:29 #, c-format msgid "archive = %s, fs = %s\n" msgstr "" -#: ../build/spec.c:218 +#: ../build/spec.c:217 #, fuzzy, c-format msgid "line %d: Bad number: %s" msgstr "ungültige Paket-Nummer: %s\n" -#: ../build/spec.c:224 +#: ../build/spec.c:223 #, c-format msgid "line %d: Bad no%s number: %d" msgstr "" -#: ../build/spec.c:282 +#: ../build/spec.c:281 #, fuzzy, c-format msgid "line %d: Bad %s number: %s\n" msgstr "ungültige Paket-Nummer: %s\n" -#: ../lib/cpio.c:525 +#: ../lib/cpio.c:524 #, fuzzy, c-format msgid "error %d reading header: %s\n" msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s" -#: ../lib/dbindex.c:16 +#: ../lib/dbindex.c:14 #, c-format msgid "cannot open file %s: " msgstr "kann Datei %s nicht öffnen: " -#: ../lib/dbindex.c:43 +#: ../lib/dbindex.c:41 #, c-format msgid "error getting record %s from %s" msgstr "Fehler beim Eintrag %s von %s" -#: ../lib/dbindex.c:71 +#: ../lib/dbindex.c:69 #, c-format msgid "error storing record %s into %s" msgstr "Fehler bei Schreiben des Eintrags %s nach %s" # FIXME -#: ../lib/dbindex.c:78 +#: ../lib/dbindex.c:76 #, c-format msgid "error removing record %s into %s" msgstr "Fehler beim Löschen des Eintrags %s nach %s" -#: ../lib/depends.c:374 ../lib/depends.c:529 +#: ../lib/depends.c:373 ../lib/depends.c:528 #, c-format msgid "cannot read header at %d for dependency check" msgstr "kann Kopfzeilen bei %d nicht lesen, um Abhängigkeiten zu prüfen" -#: ../lib/depends.c:439 +#: ../lib/depends.c:438 #, c-format msgid "dependencies: looking for %s\n" msgstr "" -#: ../lib/depends.c:622 +#: ../lib/depends.c:621 #, fuzzy, c-format msgid "package %s require not satisfied: %s\n" msgstr "Paket %s wird nicht in %s aufgeführt" -#: ../lib/depends.c:665 +#: ../lib/depends.c:664 #, fuzzy, c-format msgid "package %s conflicts: %s\n" msgstr "Paket %s wird nicht in %s aufgeführt" -#: ../lib/depends.c:764 +#: ../lib/depends.c:763 msgid "dbrecMatchesDepFlags() failed to read header" msgstr "" -#: ../lib/depends.c:816 +#: ../lib/depends.c:815 #, c-format msgid "loop in prerequisite chain: %s" msgstr "" -#: ../lib/falloc.c:128 +#: ../lib/falloc.c:127 #, c-format msgid "free list corrupt (%d)- contact support@redhat.com\n" msgstr "" -#: ../lib/formats.c:99 ../lib/formats.c:116 ../lib/formats.c:136 -#: ../lib/formats.c:168 ../lib/header.c:1925 ../lib/header.c:1941 -#: ../lib/header.c:1961 +#: ../lib/formats.c:97 ../lib/formats.c:114 ../lib/formats.c:134 +#: ../lib/formats.c:166 ../lib/header.c:1924 ../lib/header.c:1940 +#: ../lib/header.c:1960 msgid "(not a number)" msgstr "(keine Zahl)" -#: ../lib/fs.c:42 +#: ../lib/fs.c:40 #, c-format msgid "mntctl() failed to return fugger size: %s" msgstr "" # , c-format -#: ../lib/fs.c:76 ../lib/fs.c:238 +#: ../lib/fs.c:74 ../lib/fs.c:236 #, fuzzy, c-format msgid "failed to stat %s: %s" msgstr "Öffnen von %s fehlgeschlagen: %s" # , c-format -#: ../lib/fs.c:117 +#: ../lib/fs.c:115 #, c-format msgid "failed to open %s: %s" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: ../lib/fs.c:259 +#: ../lib/fs.c:257 #, c-format msgid "file %s is on an unknown device" msgstr "" -#: ../lib/header.c:666 +#: ../lib/header.c:665 #, c-format msgid "Data type %d not supprted\n" msgstr "" #. This should not be allowed -#: ../lib/header.c:878 +#: ../lib/header.c:877 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: ../lib/header.c:908 +#: ../lib/header.c:907 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: ../lib/header.c:967 +#: ../lib/header.c:966 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: ../lib/header.c:1281 +#: ../lib/header.c:1280 msgid "? expected in expression" msgstr "? im Ausdruck erwartet" -#: ../lib/header.c:1288 +#: ../lib/header.c:1287 #, fuzzy msgid "{ expected after ? in expression" msgstr "{ nach ? im Ausdruck erwartet" -#: ../lib/header.c:1298 ../lib/header.c:1330 +#: ../lib/header.c:1297 ../lib/header.c:1329 msgid "} expected in expression" msgstr "} im Ausdruck erwartet" -#: ../lib/header.c:1305 +#: ../lib/header.c:1304 msgid ": expected following ? subexpression" msgstr ": nach ? Unterausdruck erwartet" -#: ../lib/header.c:1318 +#: ../lib/header.c:1317 #, fuzzy msgid "{ expected after : in expression" msgstr "{ nach : im Ausdruck erwartet" -#: ../lib/header.c:1337 +#: ../lib/header.c:1336 msgid "| expected at end of expression" msgstr "| am Ende des Ausdrucks erwartet" -#: ../lib/header.c:1431 +#: ../lib/header.c:1430 #, c-format msgid "missing { after %" msgstr "fehlende { nach %{" -#: ../lib/header.c:1459 +#: ../lib/header.c:1458 msgid "missing } after %{" msgstr "fehlende } nach %{" # »Tag« übersetzen??? -ke- -#: ../lib/header.c:1471 +#: ../lib/header.c:1470 msgid "empty tag format" msgstr "leeres »Tag«-Format" -#: ../lib/header.c:1481 +#: ../lib/header.c:1480 msgid "empty tag name" msgstr "leerer »Tag«-Name" -#: ../lib/header.c:1496 +#: ../lib/header.c:1495 msgid "unknown tag" msgstr "unbekannter »Tag«" -#: ../lib/header.c:1522 +#: ../lib/header.c:1521 msgid "] expected at end of array" msgstr "] am Ende des Arrays erwartet" -#: ../lib/header.c:1538 +#: ../lib/header.c:1537 msgid "unexpected ]" msgstr "unerwartete ]" -#: ../lib/header.c:1540 +#: ../lib/header.c:1539 msgid "unexpected }" msgstr "unerwartete }" -#: ../lib/header.c:1615 ../lib/header.c:1621 ../lib/header.c:1804 +#: ../lib/header.c:1614 ../lib/header.c:1620 ../lib/header.c:1803 msgid "(none)" msgstr "(kein)" -#: ../lib/header.c:1715 +#: ../lib/header.c:1714 msgid "(unknown type)" msgstr "(unbekannter Typ)" -#: ../lib/install.c:96 +#: ../lib/install.c:95 msgid "source package expected, binary found" msgstr "" -#: ../lib/install.c:168 +#: ../lib/install.c:167 #, fuzzy msgid "package is not relocatable" msgstr "Paket %s ist nicht installiert\n" -#: ../lib/install.c:172 +#: ../lib/install.c:171 msgid "package has multiple relocatable components" msgstr "" -#: ../lib/install.c:195 +#: ../lib/install.c:194 #, fuzzy, c-format msgid "path %s is not relocatable" msgstr "Paket %s ist nicht installiert\n" -#: ../lib/install.c:277 +#: ../lib/install.c:276 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: ../lib/install.c:325 +#: ../lib/install.c:324 #, fuzzy, c-format msgid "not installing %s -- linguas\n" msgstr "Installiere %s\n" -#: ../lib/install.c:347 +#: ../lib/install.c:346 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: ../lib/install.c:355 +#: ../lib/install.c:354 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: ../lib/install.c:379 +#: ../lib/install.c:378 msgid "instchangelog value in rpmrc should be a number, but isn't" msgstr "" -#: ../lib/install.c:455 ../lib/install.c:735 +#: ../lib/install.c:454 ../lib/install.c:734 msgid "stopping install as we're running --test\n" msgstr "" # FIXME shared, besser: "mit anderen geteilte ..." -#: ../lib/install.c:486 +#: ../lib/install.c:485 #, fuzzy, c-format msgid "package %s-%s-%s is for a different architecture" msgstr "Paket %s-%s-%s beinhaltet geteilte Dateien\n" -#: ../lib/install.c:493 +#: ../lib/install.c:492 #, c-format msgid "package %s-%s-%s is for a different operating system" msgstr "" # FIXME shared, besser: "mit anderen geteilte ..." -#: ../lib/install.c:505 +#: ../lib/install.c:504 #, fuzzy, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "Paket %s-%s-%s beinhaltet geteilte Dateien\n" #. no matches -#: ../lib/install.c:569 +#: ../lib/install.c:568 #, fuzzy, c-format msgid "package %s is now obsolete and will be removed\n" msgstr "Paket %s ist nicht installiert\n" -#: ../lib/install.c:680 +#: ../lib/install.c:679 #, c-format msgid "file %s in netshared path\n" msgstr "" -#: ../lib/install.c:697 +#: ../lib/install.c:696 #, c-format msgid "%s exists - creating with alternate name\n" msgstr "" -#: ../lib/install.c:702 +#: ../lib/install.c:701 #, c-format msgid "%s exists - backing up\n" msgstr "" -#: ../lib/install.c:741 +#: ../lib/install.c:740 msgid "running preinstall script (if any)\n" msgstr "" -#: ../lib/install.c:772 +#: ../lib/install.c:771 #, c-format msgid "warning: %s created as %s" msgstr "" -#: ../lib/install.c:806 +#: ../lib/install.c:805 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: ../lib/install.c:810 ../lib/install.c:1520 ../lib/uninstall.c:590 +#: ../lib/install.c:809 ../lib/install.c:1519 ../lib/uninstall.c:589 #, c-format msgid "rename of %s to %s failed: %s" msgstr "umbennen von %s nach %s fehlgeschlagen: %s" -#: ../lib/install.c:911 +#: ../lib/install.c:910 msgid "running postinstall script (if any)\n" msgstr "" -#: ../lib/install.c:932 +#: ../lib/install.c:931 msgid "removing old versions of package\n" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error -#: ../lib/install.c:1023 +#: ../lib/install.c:1022 #, c-format msgid "unpacking of archive failed on file %s: %d: %s" msgstr "" -#: ../lib/install.c:1061 +#: ../lib/install.c:1060 #, fuzzy, c-format msgid "package %s-%s-%s is already installed" msgstr "Paket %s ist nicht installiert\n" -#: ../lib/install.c:1109 +#: ../lib/install.c:1108 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: ../lib/install.c:1127 +#: ../lib/install.c:1126 msgid "\tfile type on disk is different then package - saving\n" msgstr "" -#: ../lib/install.c:1130 +#: ../lib/install.c:1129 msgid "" "\tfile type in database is different then disk and package file - saving\n" msgstr "" -#: ../lib/install.c:1134 +#: ../lib/install.c:1133 msgid "\tfile type changed - replacing\n" msgstr "" -#: ../lib/install.c:1138 +#: ../lib/install.c:1137 msgid "\tcan't check file for changes - replacing\n" msgstr "" #. assume the file has been removed, don't freak -#: ../lib/install.c:1150 ../lib/install.c:1160 +#: ../lib/install.c:1149 ../lib/install.c:1159 msgid "\tfile not present - creating" msgstr "" #. this config file has never been modified, so #. just replace it -#: ../lib/install.c:1173 +#: ../lib/install.c:1172 msgid "\told == current, replacing with new version\n" msgstr "" #. this file is the same in all versions of this package -#: ../lib/install.c:1180 +#: ../lib/install.c:1179 msgid "\told == new, keeping\n" msgstr "" @@ -2680,135 +2680,135 @@ msgstr "" #. the ones in the two packages are different. It would #. be nice if RPM was smart enough to at least try and #. merge the difference ala CVS, but... -#: ../lib/install.c:1188 +#: ../lib/install.c:1187 msgid "\tfiles changed too much - backing up\n" msgstr "" -#: ../lib/install.c:1250 ../lib/rpmdb.c:310 ../lib/uninstall.c:118 -#: ../lib/uninstall.c:218 +#: ../lib/install.c:1249 ../lib/rpmdb.c:309 ../lib/uninstall.c:117 +#: ../lib/uninstall.c:217 #, c-format msgid "cannot read header at %d for uninstall" msgstr "kann Kopfzeilen bei %d nicht lesen, um Deinstallation durchzuführen" # FIXME shared, besser: "mit anderen geteilte ..." -#: ../lib/install.c:1263 ../lib/uninstall.c:131 +#: ../lib/install.c:1262 ../lib/uninstall.c:130 #, c-format msgid "package %s-%s-%s contain shared files\n" msgstr "Paket %s-%s-%s beinhaltet geteilte Dateien\n" # FIXME shared, besser: "mit anderen geteilte ..." -#: ../lib/install.c:1268 ../lib/uninstall.c:136 +#: ../lib/install.c:1267 ../lib/uninstall.c:135 #, fuzzy, c-format msgid "package %s contains no files" msgstr "Paket %s-%s-%s beinhaltet geteilte Dateien\n" # , c-format -#: ../lib/install.c:1290 ../lib/uninstall.c:159 +#: ../lib/install.c:1289 ../lib/uninstall.c:158 #, fuzzy, c-format msgid "file %s is shared\n" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: ../lib/install.c:1306 +#: ../lib/install.c:1305 msgid "\told version already replaced\n" msgstr "" -#: ../lib/install.c:1309 +#: ../lib/install.c:1308 msgid "\tother version never installed\n" msgstr "" -#: ../lib/install.c:1317 +#: ../lib/install.c:1316 #, fuzzy, c-format msgid "%s conflicts with file from %s-%s-%s" msgstr " steht im Konflikt mit %s-%s-%s\n" -#: ../lib/install.c:1336 +#: ../lib/install.c:1335 #, c-format msgid "%s from %s-%s-%s will be replaced\n" msgstr "" -#: ../lib/install.c:1400 +#: ../lib/install.c:1399 #, fuzzy msgid "installing a source package\n" msgstr "Paket installieren" -#: ../lib/install.c:1416 ../lib/install.c:1421 +#: ../lib/install.c:1415 ../lib/install.c:1420 #, fuzzy, c-format msgid "cannot write to %s" msgstr "kann Datei %s nicht öffnen: " -#: ../lib/install.c:1425 +#: ../lib/install.c:1424 #, c-format msgid "sources in: %s\n" msgstr "" # , c-format -#: ../lib/install.c:1426 +#: ../lib/install.c:1425 #, fuzzy, c-format msgid "spec file in: %s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: ../lib/install.c:1459 ../lib/install.c:1498 +#: ../lib/install.c:1458 ../lib/install.c:1497 #, fuzzy msgid "source package contains no .spec file" msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt" -#: ../lib/install.c:1518 +#: ../lib/install.c:1517 #, c-format msgid "renaming %s to %s\n" msgstr "" # FIXME shared, besser: "mit anderen geteilte ..." -#: ../lib/install.c:1634 +#: ../lib/install.c:1633 #, fuzzy, c-format msgid "package %s-%s-%s (which is newer) is already installed" msgstr "Paket %s-%s-%s beinhaltet geteilte Dateien\n" -#: ../lib/lookup.c:86 +#: ../lib/lookup.c:84 #, c-format msgid "cannot read header at %d for lookup" msgstr "kann Kopfzeilen bei %d nicht lesen, um danach zu suchen" -#: ../lib/macro.c:114 +#: ../lib/macro.c:113 #, c-format msgid "======================== active %d empty %d\n" msgstr "" #. XXX just in case -#: ../lib/macro.c:201 +#: ../lib/macro.c:200 #, c-format msgid "%3d>%*s(empty)" msgstr "" -#: ../lib/macro.c:236 +#: ../lib/macro.c:235 #, c-format msgid "%3d<%*s(empty)\n" msgstr "" -#: ../lib/macro.c:409 +#: ../lib/macro.c:408 msgid "Macro %%%s has unterminated body" msgstr "" -#: ../lib/macro.c:435 +#: ../lib/macro.c:434 msgid "Macro %%%s has illegal name (%%define)" msgstr "" -#: ../lib/macro.c:441 +#: ../lib/macro.c:440 msgid "Macro %%%s has unterminated opts" msgstr "" -#: ../lib/macro.c:446 +#: ../lib/macro.c:445 msgid "Macro %%%s has empty body" msgstr "" -#: ../lib/macro.c:451 +#: ../lib/macro.c:450 msgid "Macro %%%s failed to expand" msgstr "" -#: ../lib/macro.c:476 +#: ../lib/macro.c:475 msgid "Macro %%%s has illegal name (%%undefine)" msgstr "" -#: ../lib/macro.c:547 +#: ../lib/macro.c:548 msgid "Macro %%%s (%s) was not used below level %d" msgstr "" @@ -2851,509 +2851,509 @@ msgstr "Öffnen von %s fehlgeschlagen: %s" msgid "File %s is smaller than %d bytes" msgstr "" -#: ../lib/messages.c:53 +#: ../lib/messages.c:51 msgid "warning: " msgstr "Warnung: " -#: ../lib/messages.c:59 +#: ../lib/messages.c:57 msgid "error: " msgstr "Fehler: " -#: ../lib/messages.c:65 +#: ../lib/messages.c:63 msgid "fatal error: " msgstr "Fataler Fehler: " -#: ../lib/messages.c:72 +#: ../lib/messages.c:70 msgid "internal error (rpm bug?): " msgstr "" -#: ../lib/misc.c:338 ../lib/misc.c:343 ../lib/misc.c:349 +#: ../lib/misc.c:337 ../lib/misc.c:342 ../lib/misc.c:348 #, fuzzy, c-format msgid "error creating temporary file %s" msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s" -#: ../lib/oldheader.c:294 +#: ../lib/oldheader.c:293 msgid "bad file state: " msgstr "" -#: ../lib/package.c:51 +#: ../lib/package.c:50 msgid "package is a version one package!\n" msgstr "" -#: ../lib/package.c:54 +#: ../lib/package.c:53 msgid "old style source package -- I'll do my best\n" msgstr "" -#: ../lib/package.c:57 +#: ../lib/package.c:56 #, c-format msgid "archive offset is %d\n" msgstr "" -#: ../lib/package.c:67 +#: ../lib/package.c:66 msgid "old style binary package\n" msgstr "" -#: ../lib/package.c:98 +#: ../lib/package.c:97 msgid "" "only packages with major numbers <= 3 are supported by this version of RPM" msgstr "" "Nur Pakete mit Hauptnummern <= 3 werden von dieser RPM-Version unterstützt" -#: ../lib/rebuilddb.c:15 +#: ../lib/rebuilddb.c:14 #, fuzzy, c-format msgid "rebuilding database in rootdir %s\n" msgstr "Datenbank aus der vorhandenen neu erstellen" -#: ../lib/rebuilddb.c:19 ../lib/rpmdb.c:45 ../lib/rpmdb.c:58 +#: ../lib/rebuilddb.c:18 ../lib/rpmdb.c:44 ../lib/rpmdb.c:57 msgid "no dbpath has been set" msgstr "»dbpath« ist nicht gesetzt" -#: ../lib/rebuilddb.c:27 +#: ../lib/rebuilddb.c:26 #, c-format msgid "temporary database %s already exists" msgstr "die temporäre Datenbank %s existiert schon" -#: ../lib/rebuilddb.c:31 +#: ../lib/rebuilddb.c:30 #, fuzzy, c-format msgid "creating directory: %s\n" msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s" -#: ../lib/rebuilddb.c:33 +#: ../lib/rebuilddb.c:32 #, c-format msgid "error creating directory %s: %s" msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s" -#: ../lib/rebuilddb.c:39 +#: ../lib/rebuilddb.c:38 msgid "opening old database\n" msgstr "" -#: ../lib/rebuilddb.c:44 +#: ../lib/rebuilddb.c:43 msgid "opening new database\n" msgstr "" -#: ../lib/rebuilddb.c:53 ../lib/rebuilddb.c:71 +#: ../lib/rebuilddb.c:52 ../lib/rebuilddb.c:70 #, c-format msgid "record number %d in database is bad -- skipping it" msgstr "" "Eintrag Nummer %d in der Datenback ist nicht in Ordnung -- wird übersprungen" -#: ../lib/rebuilddb.c:65 +#: ../lib/rebuilddb.c:64 #, c-format msgid "cannot add record originally at %d" msgstr "kann einen Eintrag hinzufügen, ursprünglich bei %d" -#: ../lib/rebuilddb.c:82 +#: ../lib/rebuilddb.c:81 msgid "failed to rebuild database; original database remains in place\n" msgstr "" -#: ../lib/rebuilddb.c:89 +#: ../lib/rebuilddb.c:88 msgid "failed to replace old database with new database!\n" msgstr "" -#: ../lib/rebuilddb.c:91 +#: ../lib/rebuilddb.c:90 #, c-format msgid "replaces files in %s with files from %s to recover" msgstr "" # , c-format -#: ../lib/rebuilddb.c:96 +#: ../lib/rebuilddb.c:95 #, fuzzy, c-format msgid "failed to remove %s: %s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: ../lib/rpmdb.c:113 +#: ../lib/rpmdb.c:112 #, c-format msgid "opening database in %s\n" msgstr "" # , c-format -#: ../lib/rpmdb.c:122 +#: ../lib/rpmdb.c:121 #, c-format msgid "failed to open %s\n" msgstr "Öffnen von %s fehlgeschlagen\n" -#: ../lib/rpmdb.c:135 ../lib/rpmdb.c:142 +#: ../lib/rpmdb.c:134 ../lib/rpmdb.c:141 #, c-format msgid "cannot get %s lock on database" msgstr "kann %s lock für die Datenbank nicht bekommen" -#: ../lib/rpmdb.c:136 +#: ../lib/rpmdb.c:135 msgid "exclusive" msgstr "exklusiv" -#: ../lib/rpmdb.c:143 +#: ../lib/rpmdb.c:142 msgid "shared" msgstr "geteilt" -#: ../lib/rpmdb.c:276 +#: ../lib/rpmdb.c:275 #, c-format msgid "package %s not listed in %s" msgstr "Paket %s wird nicht in %s aufgeführt" -#: ../lib/rpmdb.c:287 +#: ../lib/rpmdb.c:286 #, c-format msgid "package %s not found in %s" msgstr "Paket %s in %s nicht gefunden" -#: ../lib/rpmdb.c:318 +#: ../lib/rpmdb.c:317 msgid "package has no name" msgstr "Paket hat keinen Namen" -#: ../lib/rpmdb.c:320 +#: ../lib/rpmdb.c:319 msgid "removing name index\n" msgstr "" -#: ../lib/rpmdb.c:325 +#: ../lib/rpmdb.c:324 #, fuzzy msgid "package has no group\n" msgstr "Paket hat keinen Namen" -#: ../lib/rpmdb.c:327 +#: ../lib/rpmdb.c:326 msgid "removing group index\n" msgstr "" # FIXME -#: ../lib/rpmdb.c:334 +#: ../lib/rpmdb.c:333 #, fuzzy, c-format msgid "removing provides index for %s\n" msgstr "Fehler beim Löschen des Eintrags %s nach %s" # FIXME -#: ../lib/rpmdb.c:349 +#: ../lib/rpmdb.c:348 #, fuzzy, c-format msgid "removing requiredby index for %s\n" msgstr "Fehler beim Löschen des Eintrags %s nach %s" # FIXME -#: ../lib/rpmdb.c:361 +#: ../lib/rpmdb.c:360 #, fuzzy, c-format msgid "removing trigger index for %s\n" msgstr "Fehler beim Löschen des Eintrags %s nach %s" -#: ../lib/rpmdb.c:372 +#: ../lib/rpmdb.c:371 #, c-format msgid "removing conflict index for %s\n" msgstr "" -#: ../lib/rpmdb.c:383 +#: ../lib/rpmdb.c:382 #, c-format msgid "removing file index for %s\n" msgstr "" -#: ../lib/rpmdb.c:390 +#: ../lib/rpmdb.c:389 #, fuzzy msgid "package has no files\n" msgstr "Paket hat keinen Namen" # reservieren??? -#: ../lib/rpmdb.c:463 +#: ../lib/rpmdb.c:462 msgid "cannot allocate space for database" msgstr "kann keinen Platz für die Datenbank bekommen" -#: ../lib/rpmdb.c:527 +#: ../lib/rpmdb.c:526 #, c-format msgid "cannot read header at %d for update" msgstr "kann Kopfzeilen bei %d nicht lesen, um Update durchzuführen" -#: ../lib/rpmdb.c:536 +#: ../lib/rpmdb.c:535 msgid "header changed size!" msgstr "" -#: ../lib/rpmlead.c:43 +#: ../lib/rpmlead.c:42 #, c-format msgid "read failed: %s (%d)" msgstr "lesen fehlgeschlagen: %s (%d)" -#: ../lib/rpmrc.c:212 +#: ../lib/rpmrc.c:211 #, c-format msgid "missing second ':' at %s:%d" msgstr "fehlendes zweites ':' bei %s:%d" -#: ../lib/rpmrc.c:215 +#: ../lib/rpmrc.c:214 #, c-format msgid "missing architecture name at %s:%d" msgstr "fehlender Name cer Architektur bei %s:%d" -#: ../lib/rpmrc.c:352 +#: ../lib/rpmrc.c:359 #, c-format msgid "Incomplete data line at %s:%d" msgstr "Unvollständige Datenzeile bei %s:%d" -#: ../lib/rpmrc.c:356 +#: ../lib/rpmrc.c:363 #, c-format msgid "Too many args in data line at %s:%d" msgstr "Zu viele Argumente in der Datenzeile bei %s:%d" -#: ../lib/rpmrc.c:363 +#: ../lib/rpmrc.c:370 #, c-format msgid "Bad arch/os number: %s (%s:%d)" msgstr "Unzureichende arch/os Zahl: %s (%s:%d)" -#: ../lib/rpmrc.c:396 +#: ../lib/rpmrc.c:403 #, c-format msgid "Incomplete default line at %s:%d" msgstr "Unvollständige Standardzeile bei %s:%d" -#: ../lib/rpmrc.c:401 +#: ../lib/rpmrc.c:408 #, c-format msgid "Too many args in default line at %s:%d" msgstr "Zu viele Argumente in der Standardzeile bei %s:%d" # , c-format -#: ../lib/rpmrc.c:531 ../lib/rpmrc.c:547 +#: ../lib/rpmrc.c:542 ../lib/rpmrc.c:558 #, c-format msgid "Unable to open %s for reading: %s." msgstr "Datei %s kann nicht zum Lesen geöffnet werden: %s." # , c-format -#: ../lib/rpmrc.c:591 +#: ../lib/rpmrc.c:602 #, c-format msgid "Failed to read %s: %s." msgstr "Lesen von %s fehlgeschlagen: %s." -#: ../lib/rpmrc.c:622 +#: ../lib/rpmrc.c:633 #, c-format msgid "missing ':' at %s:%d" msgstr "fehlender ':' bei %s:%d" -#: ../lib/rpmrc.c:638 ../lib/rpmrc.c:733 +#: ../lib/rpmrc.c:649 ../lib/rpmrc.c:744 #, c-format msgid "missing argument for %s at %s:%d" msgstr "fehlendes Argument für %s bei %s:%d" -#: ../lib/rpmrc.c:668 +#: ../lib/rpmrc.c:679 #, fuzzy, c-format msgid "no macroname for setenv %s:%d" msgstr "fehlendes Argument für %s bei %s:%d" -#: ../lib/rpmrc.c:699 +#: ../lib/rpmrc.c:710 #, c-format msgid "expansion failed at %s:d \"%s\"" msgstr "" -#: ../lib/rpmrc.c:705 +#: ../lib/rpmrc.c:716 #, fuzzy, c-format msgid "cannot open %s at %s:%d" msgstr "kann Datei %s nicht öffnen: " -#: ../lib/rpmrc.c:723 +#: ../lib/rpmrc.c:734 #, c-format msgid "missing architecture for %s at %s:%d" msgstr "fehlende Architektur für %s bei %s:%d" -#: ../lib/rpmrc.c:790 +#: ../lib/rpmrc.c:801 #, c-format msgid "bad option '%s' at %s:%d" msgstr "unzureichende Option '%s' bei %s:%d" -#: ../lib/rpmrc.c:1077 +#: ../lib/rpmrc.c:1166 #, c-format msgid "Unknown system: %s\n" msgstr "" -#: ../lib/rpmrc.c:1078 +#: ../lib/rpmrc.c:1167 msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: ../lib/signature.c:72 +#: ../lib/signature.c:71 #, fuzzy msgid "No signature\n" msgstr "%s: Keine Signatur verfügbar\n" -#: ../lib/signature.c:75 +#: ../lib/signature.c:74 #, fuzzy msgid "Old PGP signature\n" msgstr "PGP-Signatur generieren" -#: ../lib/signature.c:88 +#: ../lib/signature.c:87 msgid "Old (internal-only) signature! How did you get that!?" msgstr "Alte Signatur (nur intern)! Wie bist du daran gekommen!?" -#: ../lib/signature.c:92 +#: ../lib/signature.c:91 #, fuzzy msgid "New Header signature\n" msgstr "nicht möglich, die Signatur zu lesen" #. 8-byte pad -#: ../lib/signature.c:100 ../lib/signature.c:138 +#: ../lib/signature.c:99 ../lib/signature.c:137 #, c-format msgid "Signature size: %d\n" msgstr "" -#: ../lib/signature.c:101 ../lib/signature.c:139 +#: ../lib/signature.c:100 ../lib/signature.c:138 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: ../lib/signature.c:211 ../lib/signature.c:468 +#: ../lib/signature.c:210 ../lib/signature.c:467 msgid "Couldn't exec pgp" msgstr "Konnte pgp nicht durchführen" -#: ../lib/signature.c:222 +#: ../lib/signature.c:221 msgid "pgp failed" msgstr "pgp fehlgeschlagen" #. PGP failed to write signature #. Just in case -#: ../lib/signature.c:229 +#: ../lib/signature.c:228 msgid "pgp failed to write signature" msgstr "pgp fehlgeschlagen beim Schreiben der Signatur" -#: ../lib/signature.c:234 +#: ../lib/signature.c:233 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: ../lib/signature.c:242 +#: ../lib/signature.c:241 msgid "unable to read the signature" msgstr "nicht möglich, die Signatur zu lesen" -#: ../lib/signature.c:248 +#: ../lib/signature.c:247 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: ../lib/signature.c:263 +#: ../lib/signature.c:262 #, c-format msgid "sigsize : %d\n" msgstr "" -#: ../lib/signature.c:264 +#: ../lib/signature.c:263 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: ../lib/signature.c:265 +#: ../lib/signature.c:264 #, c-format msgid "expected size : %d\n" msgstr "" -#: ../lib/signature.c:269 +#: ../lib/signature.c:268 msgid "file is not regular -- skipping size check\n" msgstr "" -#: ../lib/signature.c:383 +#: ../lib/signature.c:382 #, fuzzy msgid "exec failed!\n" msgstr "%s: Öffnen fehlgeschlagen\n" -#: ../lib/signature.c:385 +#: ../lib/signature.c:384 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "Konnte pgp nicht aufrufen. Überspring die PGP-Checks mit --nopgp." -#: ../lib/signature.c:419 +#: ../lib/signature.c:418 msgid "You must set \"pgp_name:\" in your rpmrc file" msgstr "\"pgp_name:\" muss in der rpmrc-Datei gesetzt sein" #. This shouldn't happen, but some versions of RPM didn't #. implement --justdb properly, and chose to leave this stuff #. out. -#: ../lib/uninstall.c:149 ../lib/uninstall.c:279 +#: ../lib/uninstall.c:148 ../lib/uninstall.c:278 msgid "package is missing FILESTATES\n" msgstr "" -#: ../lib/uninstall.c:164 +#: ../lib/uninstall.c:163 msgid " file has already been replaced\n" msgstr "" -#: ../lib/uninstall.c:168 +#: ../lib/uninstall.c:167 msgid " file was never installed\n" msgstr "" -#: ../lib/uninstall.c:172 +#: ../lib/uninstall.c:171 msgid " file is netshared (so don't touch it)\n" msgstr "" -#: ../lib/uninstall.c:179 +#: ../lib/uninstall.c:178 msgid " file is truely shared - saving\n" msgstr "" -#: ../lib/uninstall.c:229 +#: ../lib/uninstall.c:228 #, fuzzy, c-format msgid "cannot read packages named %s for uninstall" msgstr "kann Kopfzeilen bei %d nicht lesen, um Deinstallation durchzuführen" -#: ../lib/uninstall.c:257 +#: ../lib/uninstall.c:256 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: ../lib/uninstall.c:305 +#: ../lib/uninstall.c:304 #, c-format msgid "%s has a netshared override\n" msgstr "" -#: ../lib/uninstall.c:343 +#: ../lib/uninstall.c:342 msgid "running postuninstall script (if any)\n" msgstr "" -#: ../lib/uninstall.c:357 +#: ../lib/uninstall.c:356 msgid "removing database entry\n" msgstr "" -#: ../lib/uninstall.c:506 +#: ../lib/uninstall.c:505 msgid "execution of script failed" msgstr "Ausführung des Skripts fehlgeschlagen" -#: ../lib/uninstall.c:551 +#: ../lib/uninstall.c:550 #, c-format msgid "%s has already been replaced\n" msgstr "" #. if it's a config file, we may not want to remove it -#: ../lib/uninstall.c:557 +#: ../lib/uninstall.c:556 #, c-format msgid "finding md5sum of %s\n" msgstr "" -#: ../lib/uninstall.c:565 +#: ../lib/uninstall.c:564 msgid " failed - assuming file removed\n" msgstr "" -#: ../lib/uninstall.c:568 +#: ../lib/uninstall.c:567 msgid " file changed - will save\n" msgstr "" -#: ../lib/uninstall.c:572 +#: ../lib/uninstall.c:571 msgid " file unchanged - will remove\n" msgstr "" # , c-format -#: ../lib/uninstall.c:580 +#: ../lib/uninstall.c:579 #, fuzzy, c-format msgid "keeping %s\n" msgstr "Hole %s heraus\n" -#: ../lib/uninstall.c:584 +#: ../lib/uninstall.c:583 #, c-format msgid "saving %s as %s.rpmsave\n" msgstr "" -#: ../lib/uninstall.c:598 +#: ../lib/uninstall.c:597 #, c-format msgid "%s - removing\n" msgstr "" -#: ../lib/uninstall.c:604 +#: ../lib/uninstall.c:603 #, c-format msgid "cannot remove %s - directory not empty" msgstr "kann %s nicht entfernen - Verzeichnis ist nicht leer" -#: ../lib/uninstall.c:607 +#: ../lib/uninstall.c:606 #, c-format msgid "rmdir of %s failed: %s" msgstr "Entfernen von %s fehlgeschlagen: %s" -#: ../lib/uninstall.c:617 +#: ../lib/uninstall.c:616 #, c-format msgid "removal of %s failed: %s" msgstr "öffnen von %s fehlgeschlagen: %s" -#: ../lib/verify.c:171 +#: ../lib/verify.c:170 msgid "package lacks both user name and id lists (this should never happen)" msgstr "" -#: ../lib/verify.c:189 +#: ../lib/verify.c:188 msgid "package lacks both group name and id lists (this should never happen)" msgstr "" @@ -1,7 +1,7 @@ -#: ../rpm.c:200 ../rpm.c:279 +#: ../rpm.c:197 ../rpm.c:276 msgid "" msgstr "" -"POT-Creation-Date: 1998-10-06 13:43-0400\n" +"POT-Creation-Date: 1998-10-08 10:34-0400\n" "Last-Translator: Raimo Koski <rkoski@pp.weppi.fi>\n" "Language-Team: Finnish <linux@sot.com>\n" "Content-Type: text/plain; charset=\n" @@ -21,538 +21,538 @@ msgstr "" "/home/ewt/redhat/rpm/lib/package.c /home/ewt/redhat/rpm/lib/rpmlead.c " "/home/ewt/redhat/rpm/lib/rpmrc.c\n" -#: ../build.c:40 ../build.c:51 +#: ../build.c:39 ../build.c:50 #, fuzzy, c-format msgid "Failed to open tar pipe: %s\n" msgstr "%s:n avaus epäonnistui\n" #. Give up -#: ../build.c:57 +#: ../build.c:56 #, fuzzy, c-format msgid "Failed to read spec file from %s\n" msgstr "En voi lukea %s: %s." -#: ../build.c:80 +#: ../build.c:79 #, fuzzy, c-format msgid "Failed to rename %s to %s: %s\n" msgstr "En voi lukea %s: %s." -#: ../build.c:112 +#: ../build.c:111 #, c-format msgid "File is not a regular file: %s\n" msgstr "" -#: ../build.c:117 +#: ../build.c:116 #, fuzzy, c-format msgid "Unable to open spec file: %s\n" msgstr "En voi avata %s luettavaksi: %s." -#: ../build.c:125 +#: ../build.c:124 #, c-format msgid "File contains non-printable characters(%c): %s\n" msgstr "" -#: ../checksig.c:26 ../checksig.c:157 +#: ../checksig.c:25 ../checksig.c:156 #, c-format msgid "%s: Open failed\n" msgstr "%s: avaus ei onnistunut\n" -#: ../checksig.c:30 ../checksig.c:162 +#: ../checksig.c:29 ../checksig.c:161 #, c-format msgid "%s: readLead failed\n" msgstr "%s: readLead epäonnistui\n" -#: ../checksig.c:34 +#: ../checksig.c:33 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "%s: En voi allekirjoittaa v1.0 RPM:ää\n" -#: ../checksig.c:38 +#: ../checksig.c:37 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "%s: En voi uudelleen allekirjoittaa v2.0 RPM:ää\n" -#: ../checksig.c:42 ../checksig.c:172 +#: ../checksig.c:41 ../checksig.c:171 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "%s: rpmReadSignature epäonnistui\n" -#: ../checksig.c:55 ../checksig.c:186 +#: ../checksig.c:54 ../checksig.c:185 msgid "Couldn't read the header/archive" msgstr "En voinut lukea header/arkistotiedostoa" -#: ../checksig.c:62 +#: ../checksig.c:61 msgid "Couldn't write header/archive to temp file" msgstr "En voinut kirjoittaa header/arkistotiedostoa väliaikaistiedostoon" -#: ../build/pack.c:273 ../checksig.c:87 +#: ../build/pack.c:273 ../checksig.c:86 #, fuzzy, c-format msgid "Generating signature: %d\n" msgstr "generoi PGP-allekirjoitus" -#: ../checksig.c:110 +#: ../checksig.c:109 msgid "Couldn't read sigtarget" msgstr "" -#: ../checksig.c:119 +#: ../checksig.c:118 msgid "Couldn't write package" msgstr "Paketin kirjoitus ei onnistunut" -#: ../checksig.c:167 +#: ../checksig.c:166 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "%s: Ei allekirjoitusta saatavilla (v1.0 RPM)\n" -#: ../checksig.c:177 +#: ../checksig.c:176 #, c-format msgid "%s: No signature available\n" msgstr "%s: Ei allekirjoitusta saatavilla\n" -#: ../checksig.c:193 +#: ../checksig.c:192 #, c-format msgid "Unable to write %s" msgstr "%s:n kirjoitus ei onnistu" -#: ../checksig.c:284 +#: ../checksig.c:283 msgid "NOT OK" msgstr "" -#: ../checksig.c:285 ../checksig.c:292 +#: ../checksig.c:284 ../checksig.c:291 msgid " (MISSING KEYS)" msgstr "(PUUTTUVAT AVAIMET)" -#: ../checksig.c:291 +#: ../checksig.c:290 msgid "OK" msgstr "" -#: ../ftp.c:425 +#: ../ftp.c:424 msgid "Bad FTP server response" msgstr "Virheellinen FTP-palvelijan vastaus" -#: ../ftp.c:428 +#: ../ftp.c:427 msgid "FTP IO error" msgstr "FTP:n IO-virhe" -#: ../ftp.c:431 +#: ../ftp.c:430 msgid "FTP server timeout" msgstr "FTP-palvelimen timeout" -#: ../ftp.c:434 +#: ../ftp.c:433 msgid "Unable to lookup FTP server host address" msgstr "FTP-palvelimen osoitetta ei löytynyt" -#: ../ftp.c:437 +#: ../ftp.c:436 msgid "Unable to lookup FTP server host name" msgstr "FTP-palvelimen nimeä ei löytynyt" -#: ../ftp.c:440 +#: ../ftp.c:439 msgid "Failed to connect to FTP server" msgstr "En saanut yhteyttä FTP-palvelijaan" -#: ../ftp.c:443 +#: ../ftp.c:442 msgid "Failed to establish data connection to FTP server" msgstr "En saanut data-yhteyttä FTP-palvelijaan" -#: ../ftp.c:446 +#: ../ftp.c:445 msgid "IO error to local file" msgstr "Paikallisen tiedoston IO-virhe" -#: ../ftp.c:449 +#: ../ftp.c:448 msgid "Error setting remote server to passive mode" msgstr "Virhe asetettaessa palvelinta passiiviin moodiin" -#: ../ftp.c:452 +#: ../ftp.c:451 msgid "File not found on server" msgstr "Tiedostoa ei löytynyt palvelimelta" -#: ../ftp.c:456 +#: ../ftp.c:455 msgid "FTP Unknown or unexpected error" msgstr "FTP:n tuntematon tai odottamaton virhe" -#: ../install.c:68 ../install.c:184 +#: ../install.c:67 ../install.c:183 #, c-format msgid "error: cannot open file %s\n" msgstr "virhe: tiedostoa %s ei voi avata\n" -#: ../install.c:85 ../install.c:407 +#: ../install.c:84 ../install.c:406 #, c-format msgid "Installing %s\n" msgstr "Asennan: %s\n" -#: ../install.c:92 +#: ../install.c:91 msgid "stopping source install as we're just testing\n" msgstr "" -#: ../install.c:103 ../install.c:197 +#: ../install.c:102 ../install.c:196 #, c-format msgid "error: %s does not appear to be a RPM package\n" msgstr "virhe: %s ei vaikuta RPM paketilta\n" -#: ../install.c:108 ../install.c:202 ../install.c:411 +#: ../install.c:107 ../install.c:201 ../install.c:410 #, c-format msgid "error: %s cannot be installed\n" msgstr "virhe: %s ei voida asentaa\n" -#: ../install.c:141 +#: ../install.c:140 #, fuzzy msgid "counting packages to install\n" msgstr "asennukselle ei määritelty paketteja" -#: ../install.c:145 +#: ../install.c:144 #, fuzzy, c-format msgid "found %d packages\n" msgstr "kysele kaikki paketit" -#: ../install.c:151 +#: ../install.c:150 #, fuzzy msgid "looking for packages to download\n" msgstr "virhe etsittäessä pakettia %s\n" -#: ../install.c:155 +#: ../install.c:154 #, c-format msgid "Retrieving %s\n" msgstr "Haen: %s\n" -#: ../install.c:162 +#: ../install.c:161 #, c-format msgid "getting %s as %s\n" msgstr "" -#: ../install.c:166 +#: ../install.c:165 #, c-format msgid "error: skipping %s - transfer failed - %s\n" msgstr "virhe: ohitan %s:n, siirto epäonnistui - %s\n" -#: ../install.c:178 +#: ../install.c:177 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: ../install.c:180 +#: ../install.c:179 msgid "finding source and binary packages\n" msgstr "" -#: ../install.c:216 +#: ../install.c:215 #, fuzzy, c-format msgid "found %d source and %d binary packages\n" msgstr "ryhmässä %s ei ole paketteja\n" -#: ../install.c:220 +#: ../install.c:219 #, c-format msgid "opening database mode: 0%o\n" msgstr "" -#: ../install.c:222 ../install.c:311 +#: ../install.c:221 ../install.c:310 #, c-format msgid "error: cannot open %s%s/packages.rpm\n" msgstr "virhe: en voi avata %s%s/packages.rpm\n" -#: ../install.c:243 +#: ../install.c:242 msgid "failed dependencies:\n" msgstr "puuttuvat riippuvuudet:\n" -#: ../install.c:264 +#: ../install.c:263 #, fuzzy msgid "installing binary packages\n" msgstr "asenna paketti" -#: ../install.c:298 +#: ../install.c:297 #, fuzzy msgid "counting packages to uninstall\n" msgstr "poistolle ei määritelty paketteja" -#: ../install.c:321 ../query.c:520 ../verify.c:249 +#: ../install.c:320 ../query.c:519 ../verify.c:249 #, c-format msgid "package %s is not installed\n" msgstr "paketti %s ei ole asennettu\n" -#: ../install.c:324 +#: ../install.c:323 #, c-format msgid "error searching for package %s\n" msgstr "virhe etsittäessä pakettia %s\n" -#: ../install.c:332 +#: ../install.c:331 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" määrittää useita paketteja\n" -#: ../install.c:354 +#: ../install.c:353 #, fuzzy, c-format msgid "found %d packages to uninstall\n" msgstr "poistolle ei määritelty paketteja" -#: ../install.c:369 +#: ../install.c:368 msgid "removing these packages would break dependencies:\n" msgstr "näiden pakettien poisto rikkoisi riippuvuuksia:\n" -#: ../install.c:380 +#: ../install.c:379 #, c-format msgid "uninstalling record number %d\n" msgstr "" -#: ../install.c:402 +#: ../install.c:401 #, c-format msgid "error: cannot open %s\n" msgstr "virhe: en voi avata %s\n" -#: ../install.c:450 +#: ../install.c:449 #, c-format msgid " is needed by %s-%s-%s\n" msgstr "vaatii %s-%s-%s\n" -#: ../install.c:453 +#: ../install.c:452 #, c-format msgid " conflicts with %s-%s-%s\n" msgstr " on ristiriidassa %s-%s-%s:n kanssa\n" -#: ../query.c:28 +#: ../query.c:27 #, c-format msgid "error in format: %s\n" msgstr "virhe formaatissa: %s\n" -#: ../query.c:65 +#: ../query.c:64 msgid "(contains no files)" msgstr "(ei tiedostoja)" -#: ../query.c:118 +#: ../query.c:117 msgid "normal " msgstr "" -#: ../query.c:120 +#: ../query.c:119 msgid "replaced " msgstr "" -#: ../query.c:122 +#: ../query.c:121 msgid "net shared " msgstr "" -#: ../query.c:124 +#: ../query.c:123 #, fuzzy msgid "not installed " msgstr "paketti %s ei ole asennettu\n" -#: ../query.c:126 +#: ../query.c:125 #, fuzzy, c-format msgid "(unknown %3d) " msgstr "(tuntematon tyyppi)" -#: ../query.c:130 +#: ../query.c:129 msgid "(no state) " msgstr "" -#: ../query.c:146 ../query.c:176 +#: ../query.c:145 ../query.c:175 msgid "package has neither file owner or id lists" msgstr "" -#: ../query.c:318 +#: ../query.c:317 #, c-format msgid "querying record number %d\n" msgstr "" -#: ../query.c:323 ../verify.c:138 +#: ../query.c:322 ../verify.c:137 msgid "error: could not read database record\n" msgstr "virhe: tietokannan tietuetta ei voinut lukea\n" -#: ../query.c:359 ../query.c:366 ../verify.c:194 ../verify.c:201 +#: ../query.c:358 ../query.c:365 ../verify.c:194 ../verify.c:201 #, c-format msgid "open of %s failed: %s\n" msgstr "%s:n avaus ei onnistunut: %s\n" -#: ../query.c:382 +#: ../query.c:381 msgid "old format source packages cannot be queried\n" msgstr "vanhan formaatin lähdekoodipaketteja ei voi kysellä\n" -#: ../query.c:391 +#: ../query.c:390 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "%s ei vaikuta RPM-paketilta\n" -#: ../query.c:395 +#: ../query.c:394 #, c-format msgid "query of %s failed\n" msgstr "%s:n kysely ei onnistunut\n" -#: ../query.c:408 ../verify.c:178 +#: ../query.c:407 ../verify.c:177 msgid "could not read database record!\n" msgstr "en voinut lukea tietokannan tietuetta!\n" -#: ../query.c:419 ../verify.c:224 +#: ../query.c:418 ../verify.c:224 #, c-format msgid "group %s does not contain any packages\n" msgstr "ryhmässä %s ei ole paketteja\n" -#: ../query.c:429 +#: ../query.c:428 #, c-format msgid "no package provides %s\n" msgstr "mikään paketti ei tarjoa %s:a\n" -#: ../query.c:439 +#: ../query.c:438 #, c-format msgid "no package triggers %s\n" msgstr "mikään paketti ei laukaise %s:a\n" -#: ../query.c:449 +#: ../query.c:448 #, c-format msgid "no package requires %s\n" msgstr "mikään pakettie ei tarvitse %s:a\n" -#: ../query.c:467 ../query.c:473 +#: ../query.c:466 ../query.c:472 msgid "maximum path length exceeded\n" msgstr "" -#: ../query.c:485 +#: ../query.c:484 #, fuzzy, c-format msgid "file %s: %s\n" msgstr "en voinut avata %s: %s" -#: ../query.c:488 ../verify.c:238 +#: ../query.c:487 ../verify.c:238 #, c-format msgid "file %s is not owned by any package\n" msgstr "tiedostoa %s ei omista mikään paketti\n" -#: ../query.c:501 +#: ../query.c:500 #, c-format msgid "invalid package number: %s\n" msgstr "virheellinen paketin numero: %s\n" -#: ../query.c:504 +#: ../query.c:503 #, c-format msgid "showing package: %d\n" msgstr "näytän paketin: %d\n" -#: ../query.c:508 +#: ../query.c:507 #, c-format msgid "record %d could not be read\n" msgstr "tietuetta %d ei voitu lukea\n" -#: ../query.c:523 ../verify.c:251 +#: ../query.c:522 ../verify.c:251 #, c-format msgid "error looking for package %s\n" msgstr "virhe etsittäessä pakettia %s\n" -#: ../rpm.c:177 +#: ../rpm.c:174 #, c-format msgid "rpm: %s\n" msgstr "" -#: ../rpm.c:188 +#: ../rpm.c:185 #, c-format msgid "RPM version %s\n" msgstr "RPM versio %s\n" -#: ../rpm.c:192 +#: ../rpm.c:189 msgid "Copyright (C) 1998 - Red Hat Software" msgstr "" -#: ../rpm.c:193 +#: ../rpm.c:190 msgid "" "This may be freely redistributed under the terms of the GNU Public License" msgstr "Tätä ohjelmaa voi vapaasti levittää GNU Public Licence:n puittessa" -#: ../rpm.c:202 +#: ../rpm.c:199 msgid "usage: rpm {--help}" msgstr "käyttö: rpm {--help}" -#: ../rpm.c:203 +#: ../rpm.c:200 msgid " rpm {--version}" msgstr "" -#: ../rpm.c:204 +#: ../rpm.c:201 msgid " rpm {--initdb} [--dbpath <dir>]" msgstr " rpm {--initdb} [--dbpath <hakem>]" -#: ../rpm.c:205 +#: ../rpm.c:202 msgid "" " rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]" msgstr "" -#: ../rpm.c:206 +#: ../rpm.c:203 msgid " [--replacepkgs] [--replacefiles] [--root <dir>]" msgstr "" " [--replacepkgs] [--replacefiles] [--root <hakem>]" -#: ../rpm.c:207 +#: ../rpm.c:204 msgid " [--excludedocs] [--includedocs] [--noscripts]" msgstr "" -#: ../rpm.c:208 +#: ../rpm.c:205 msgid "" " [--rcfile <file>] [--ignorearch] [--dbpath <dir>]" msgstr "" " [--rcfile <tiedosto>] [--ignorearch] [--dbpath " "<hakem>]" -#: ../rpm.c:209 +#: ../rpm.c:206 msgid "" " [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]" msgstr "" " [--prefix <hakem>] [--ignoreos] [--nodeps] " "[--allfiles]" -#: ../rpm.c:210 +#: ../rpm.c:207 msgid "" " [--ftpproxy <host>] [--ftpport <port>] [--justdb]" msgstr "" " [--ftpproxy <kone>] [--ftpport <portti>] [--justdb]" -#: ../rpm.c:211 ../rpm.c:219 +#: ../rpm.c:208 ../rpm.c:216 msgid " [--noorder] [--relocate oldpath=newpath]" msgstr " [--noorder] [--relocate vanhapolku=uusipolku]" -#: ../rpm.c:212 +#: ../rpm.c:209 #, fuzzy msgid "" " [--badreloc] [--notriggers] file1.rpm ... fileN.rpm" msgstr " [--badreloc] tiedosto1.rpm ... tiedostoN.rpm" -#: ../rpm.c:213 +#: ../rpm.c:210 msgid "" " rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]" msgstr "" -#: ../rpm.c:214 +#: ../rpm.c:211 msgid " [--oldpackage] [--root <dir>] [--noscripts]" msgstr " [--oldpackage] [--root <hakem>] [--noscripts]" -#: ../rpm.c:215 +#: ../rpm.c:212 msgid "" " [--excludedocs] [--includedocs] [--rcfile <file>]" msgstr "" " [--excludedocs] [--includedocs] [--rcfile <tiedosto>]" -#: ../rpm.c:216 +#: ../rpm.c:213 msgid "" " [--ignorearch] [--dbpath <dir>] [--prefix <dir>] " msgstr "" " [--ignorearch] [--dbpath <hakem>] [--prefix " "<hakem>] " -#: ../rpm.c:217 +#: ../rpm.c:214 msgid " [--ftpproxy <host>] [--ftpport <port>]" msgstr " [--ftpproxy <kone>] [--ftpport <portti>]" -#: ../rpm.c:218 +#: ../rpm.c:215 msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]" msgstr "" -#: ../rpm.c:220 +#: ../rpm.c:217 msgid " [--badreloc] file1.rpm ... fileN.rpm" msgstr " [--badreloc] tiedosto1.rpm ... tiedostoN.rpm" -#: ../rpm.c:221 +#: ../rpm.c:218 msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]" msgstr "" -#: ../rpm.c:222 +#: ../rpm.c:219 msgid " [--scripts] [--root <dir>] [--rcfile <file>]" msgstr "" " [--scripts] [--root <hakem>] [--rcfile <tiedosto>]" -#: ../rpm.c:223 +#: ../rpm.c:220 msgid " [--whatprovides] [--whatrequires] [--requires]" msgstr "" -#: ../rpm.c:224 +#: ../rpm.c:221 #, fuzzy msgid "" " [--triggeredby] [--ftpuseport] [--ftpproxy <host>]" @@ -560,7 +560,7 @@ msgstr "" " [--ftpuseport] [--ftpproxy <kone>] [--ftpport " "<portti>]" -#: ../rpm.c:225 +#: ../rpm.c:222 #, fuzzy msgid "" " [--ftpport <port>] [--provides] [--triggers] [--dump]" @@ -568,291 +568,291 @@ msgstr "" " [--dbpath <hakem>] [--nodeps] [--nofiles] " "[--noscripts]" -#: ../rpm.c:226 +#: ../rpm.c:223 #, fuzzy msgid " [--changelog] [--dbpath <dir>] [targets]" msgstr " [--nomd5] [kohteet]" -#: ../rpm.c:227 +#: ../rpm.c:224 msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]" msgstr "" " rpm {--verify -V -y} [-afpg] [--root <hakem>] [--rcfile <tiedosto>]" -#: ../rpm.c:228 +#: ../rpm.c:225 msgid "" " [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]" msgstr "" " [--dbpath <hakem>] [--nodeps] [--nofiles] " "[--noscripts]" -#: ../rpm.c:229 +#: ../rpm.c:226 msgid " [--nomd5] [targets]" msgstr " [--nomd5] [kohteet]" -#: ../rpm.c:230 +#: ../rpm.c:227 msgid " rpm {--setperms} [-afpg] [target]" msgstr " rpm {--setperms} [-afpg] [kohde]" -#: ../rpm.c:231 +#: ../rpm.c:228 msgid " rpm {--setugids} [-afpg] [target]" msgstr " rpm {--setugids} [-afpg] [kohde]" -#: ../rpm.c:232 +#: ../rpm.c:229 msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]" msgstr "" " rpm {--erase -e} [--root <hakem>] [--noscripts] [--rcfile <tiedosto>]" -#: ../rpm.c:233 +#: ../rpm.c:230 msgid " [--dbpath <dir>] [--nodeps] [--allmatches]" msgstr " [--dbpath <hakem>] [--nodeps] [--allmatches]" -#: ../rpm.c:234 +#: ../rpm.c:231 #, fuzzy msgid "" " [--justdb] [--notriggers] rpackage1 ... packageN" msgstr " [--justdb] paketti1 ... pakettiN" -#: ../rpm.c:235 +#: ../rpm.c:232 msgid "" " rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile <file>]" msgstr "" " rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile " "<tiedosto>]" -#: ../rpm.c:236 +#: ../rpm.c:233 #, fuzzy msgid " [--sign] [--test] [--timecheck <s>] ]" msgstr "" " [--sign] [--test] [--timecheck <s>] [--buildos <kj>]" -#: ../rpm.c:237 +#: ../rpm.c:234 #, fuzzy msgid " [--buildplatform=platform1[,platform2...]]" msgstr " [kohteet]" -#: ../rpm.c:238 +#: ../rpm.c:235 #, fuzzy msgid " [--rmsource] specfile" msgstr "" " [--buildarch <arkk>] [--rmsource] määrittelytiedosto" -#: ../rpm.c:239 +#: ../rpm.c:236 msgid " rpm {--rmsource} [--rcfile <file>] [-v] specfile" msgstr " rpm {--rmsource} [--rcfile <tiedosto>] [-v] määrittelytiedosto" -#: ../rpm.c:240 +#: ../rpm.c:237 msgid "" " rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm" msgstr "" " rpm {--rebuild} [--rcfile <tiedosto>] [-v] lähdekoodi1.rpm ... " "lähdekoodiN.rpm" -#: ../rpm.c:241 +#: ../rpm.c:238 msgid "" " rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm" msgstr "" " rpm {--recompile} [--rcfile <tiedosto>] [-v] lähdekoodi1.rpm ... " "lähdekoodiN.rpm" -#: ../rpm.c:242 +#: ../rpm.c:239 msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN" msgstr "" " rpm {--resign} [--rcfile <tiedosto>] paketti1 paketti2 ... pakettiN" -#: ../rpm.c:243 +#: ../rpm.c:240 msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN" msgstr "" " rpm {--addsign} [--rcfile <tiedosto>] paketti1 paketti2 ... pakettiN" -#: ../rpm.c:244 +#: ../rpm.c:241 msgid " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <file>]" msgstr " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <tiedosto>]" -#: ../rpm.c:245 +#: ../rpm.c:242 msgid " package1 ... packageN" msgstr " paketti1 ... pakettiN" -#: ../rpm.c:246 +#: ../rpm.c:243 msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]" msgstr " rpm {--rebuilddb} [--rcfile <tiedosto>] [--dbpath <hakem>]" -#: ../rpm.c:247 +#: ../rpm.c:244 msgid " rpm {--querytags}" msgstr "" -#: ../rpm.c:281 +#: ../rpm.c:278 msgid "usage:" msgstr "käyttö:" -#: ../rpm.c:283 +#: ../rpm.c:280 msgid "print this message" msgstr "tulosta tämä viesti" -#: ../rpm.c:285 +#: ../rpm.c:282 msgid "print the version of rpm being used" msgstr "tulosta käytetyn rpm:n versio" -#: ../rpm.c:286 +#: ../rpm.c:283 msgid " all modes support the following arguments:" msgstr " kaikki moodit tukevat seuraavia parametrejä" -#: ../rpm.c:287 +#: ../rpm.c:284 msgid " --rcfile <file> " msgstr "" -#: ../rpm.c:288 +#: ../rpm.c:285 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc" msgstr "käytä <tiedosto> eikä /etc/rpmrc tai $HOME/.rpmrc" -#: ../rpm.c:290 +#: ../rpm.c:287 msgid "be a little more verbose" msgstr "tulosta enemmän viestejä" -#: ../rpm.c:292 +#: ../rpm.c:289 msgid "be incredibly verbose (for debugging)" msgstr "tulosta mahdollisimman paljon viestejä (vianetsintään)" -#: ../rpm.c:294 +#: ../rpm.c:291 msgid "query mode" msgstr "kyselymoodi" -#: ../rpm.c:295 ../rpm.c:353 ../rpm.c:413 ../rpm.c:441 +#: ../rpm.c:292 ../rpm.c:350 ../rpm.c:410 ../rpm.c:438 msgid " --root <dir> " msgstr "" -#: ../rpm.c:296 ../rpm.c:354 ../rpm.c:414 ../rpm.c:442 ../rpm.c:502 +#: ../rpm.c:293 ../rpm.c:351 ../rpm.c:411 ../rpm.c:439 ../rpm.c:499 msgid "use <dir> as the top level directory" msgstr "käytä <hakem> ylimpänä hakemistona" -#: ../rpm.c:297 ../rpm.c:351 ../rpm.c:379 ../rpm.c:429 ../rpm.c:499 +#: ../rpm.c:294 ../rpm.c:348 ../rpm.c:376 ../rpm.c:426 ../rpm.c:496 #, fuzzy msgid " --dbpath <dir> " msgstr " -b<vaihe> <määrittely> " -#: ../rpm.c:298 ../rpm.c:352 ../rpm.c:380 ../rpm.c:430 ../rpm.c:500 +#: ../rpm.c:295 ../rpm.c:349 ../rpm.c:377 ../rpm.c:427 ../rpm.c:497 msgid "use <dir> as the directory for the database" msgstr "kaytä <hakem> tietokannan hakemistona" -#: ../rpm.c:299 +#: ../rpm.c:296 msgid " --queryformat <qfmt>" msgstr "" -#: ../rpm.c:300 +#: ../rpm.c:297 #, fuzzy msgid "use <qfmt> as the header format (implies -i)" msgstr "käytä s headerin formaatina (josta seuraa -i)" -#: ../rpm.c:301 +#: ../rpm.c:298 msgid "" " install, upgrade and query (with -p) allow ftp URL's to be used in place" msgstr "" " asennuksessa, päivityksessä ja kyselyssä (-p:n kanssa) ftp URL:ja " "voidaan käyttää" -#: ../rpm.c:302 +#: ../rpm.c:299 #, fuzzy msgid " of file names as well as the following options:" msgstr " tiedostoniminä, kuten myös seuraavia parametrejä:\n" -#: ../rpm.c:303 +#: ../rpm.c:300 msgid " --ftpproxy <host> " msgstr "" -#: ../rpm.c:304 +#: ../rpm.c:301 msgid "hostname or IP of ftp proxy" msgstr "koneen nimi tai IP tai ftp-proxy" -#: ../rpm.c:305 +#: ../rpm.c:302 msgid " --ftpport <port> " msgstr "" -#: ../rpm.c:306 +#: ../rpm.c:303 msgid "port number of ftp server (or proxy)" msgstr "ftp-palvelijan (tai proxyn) porttinumero" -#: ../rpm.c:307 +#: ../rpm.c:304 msgid " Package specification options:" msgstr " Paketin määrittelyparametrit:" -#: ../rpm.c:309 +#: ../rpm.c:306 msgid "query all packages" msgstr "kysele kaikki paketit" -#: ../rpm.c:310 +#: ../rpm.c:307 msgid " -f <file>+ " msgstr "" -#: ../rpm.c:311 +#: ../rpm.c:308 msgid "query package owning <file>" msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on" -#: ../rpm.c:312 +#: ../rpm.c:309 msgid " -p <packagefile>+ " msgstr "" -#: ../rpm.c:313 +#: ../rpm.c:310 msgid "query (uninstalled) package <packagefile>" msgstr "kysele(asentamatonta) pakettia <pakettitiedosto>" -#: ../rpm.c:314 +#: ../rpm.c:311 #, fuzzy msgid " --triggeredby <pkg>" msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on" -#: ../rpm.c:315 +#: ../rpm.c:312 #, fuzzy msgid "query packages triggered by <pkg>" msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on" -#: ../rpm.c:316 +#: ../rpm.c:313 #, fuzzy msgid " --whatprovides <cap>" msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on" -#: ../rpm.c:317 +#: ../rpm.c:314 #, fuzzy msgid "query packages which provide <cap> capability" msgstr "kysele paketteja, jotka tarjoavat <i> ominaisuuden" -#: ../rpm.c:318 +#: ../rpm.c:315 #, fuzzy msgid " --whatrequires <cap>" msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on" -#: ../rpm.c:319 +#: ../rpm.c:316 #, fuzzy msgid "query packages which require <cap> capability" msgstr "kysele paketteja, jotka vaativat <i> ominaisuutta" -#: ../rpm.c:320 +#: ../rpm.c:317 msgid " Information selection options:" msgstr " Tietojen valintaparametrit:" -#: ../rpm.c:322 +#: ../rpm.c:319 msgid "display package information" msgstr "näytä paketin tiedot" -#: ../rpm.c:324 +#: ../rpm.c:321 msgid "display the package's change log" msgstr "näytä paketin muutosloki" -#: ../rpm.c:326 +#: ../rpm.c:323 msgid "display package file list" msgstr "näytä paketin tiedostolistaus" -#: ../rpm.c:328 +#: ../rpm.c:325 msgid "show file states (implies -l)" msgstr "näytä tiedostojen tilat (josta seuraa -l)" -#: ../rpm.c:330 +#: ../rpm.c:327 msgid "list only documentation files (implies -l)" msgstr "listaa vain dokumettitiedostot (josta seuraa -l)" -#: ../rpm.c:332 +#: ../rpm.c:329 msgid "list only configuration files (implies -l)" msgstr "listaa vain konfigurointiedostot (josta seuraa -l)" -#: ../rpm.c:334 +#: ../rpm.c:331 msgid "" "show all verifiable information for each file (must be used with -l, -c, or " "-d)" @@ -860,36 +860,36 @@ msgstr "" "näytä kaikki varmistettavissa oleva tieto kustakin tiedostosta (pitää " "käyttää -l, -c, tai -d kanssa)" -#: ../rpm.c:336 +#: ../rpm.c:333 msgid "list capabilities package provides" msgstr "luettele paketin tarjoamat ominaisuudet" -#: ../rpm.c:337 +#: ../rpm.c:334 msgid " --requires" msgstr "" -#: ../rpm.c:339 +#: ../rpm.c:336 msgid "list package dependencies" msgstr "listaa paketin riippuvuudet" -#: ../rpm.c:341 +#: ../rpm.c:338 msgid "print the various [un]install scripts" msgstr "tulosta erinäiset asennus/poisto-skriptit" -#: ../rpm.c:343 +#: ../rpm.c:340 msgid "show the trigger scripts contained in the package" msgstr "" -#: ../rpm.c:347 +#: ../rpm.c:344 #, fuzzy msgid " --pipe <cmd> " msgstr " -b<vaihe> <määrittely> " -#: ../rpm.c:348 +#: ../rpm.c:345 msgid "send stdout to <cmd>" msgstr "lähetä vakiotuloste <komento>:lle" -#: ../rpm.c:350 +#: ../rpm.c:347 msgid "" "verify a package installation using the same same package specification " "options as -q" @@ -897,19 +897,19 @@ msgstr "" "tarkista paketin asennus käyttäen samoja paketin määrittelyparametrejä kuin " "-q " -#: ../rpm.c:356 ../rpm.c:400 ../rpm.c:434 +#: ../rpm.c:353 ../rpm.c:397 ../rpm.c:431 msgid "do not verify package dependencies" msgstr "älä tarkista paketin riippuvuuksia" -#: ../rpm.c:358 +#: ../rpm.c:355 msgid "do not verify file md5 checksums" msgstr "älä tarkista tiedostojen md5-tarkistussummia" -#: ../rpm.c:360 +#: ../rpm.c:357 msgid "do not verify file attributes" msgstr "älä tarkista tiedostojen ominaisuuksia" -#: ../rpm.c:363 +#: ../rpm.c:360 msgid "" "set the file permissions to those in the package database using the same " "package specification options as -q" @@ -917,7 +917,7 @@ msgstr "" "aseta tiedostojen oikeudet niiksi, jotka ne ovat pakettien tietokannassa " "käyttäen samoja pakettien määrittelyparametrejä kuin -q" -#: ../rpm.c:366 +#: ../rpm.c:363 msgid "" "set the file owner and group to those in the package database using the same " "package specification options as -q" @@ -925,116 +925,116 @@ msgstr "" "aseta tiedostojen omistaja ja ryhmä niiksi, jotka ne ovat pakettien " "tietokannassa käyttäen samoja pakettien määrittelyparametrejä kuin -q" -#: ../rpm.c:370 +#: ../rpm.c:367 #, fuzzy msgid " --install <packagefile>" msgstr "asenna paketti" -#: ../rpm.c:371 +#: ../rpm.c:368 #, fuzzy msgid " -i <packagefile> " msgstr " -b<vaihe> <määrittely> " -#: ../rpm.c:372 +#: ../rpm.c:369 msgid "install package" msgstr "asenna paketti" -#: ../rpm.c:373 +#: ../rpm.c:370 #, fuzzy msgid " --relocate <oldpath>=<newpath>" msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>" -#: ../rpm.c:374 +#: ../rpm.c:371 msgid "relocate files from <oldpath> to <newpath>" msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>" -#: ../rpm.c:376 +#: ../rpm.c:373 msgid "relocate files even though the package doesn't allow it" msgstr "siirrä tiedostot toiseen hakemistoon vaikka paketti ei sitä sallisi" -#: ../rpm.c:377 +#: ../rpm.c:374 msgid " --prefix <dir> " msgstr "" -#: ../rpm.c:378 +#: ../rpm.c:375 msgid "relocate the package to <dir>, if relocatable" msgstr "siirrä paketti hakemistoon <hakem>, jos siirrettävissä" -#: ../rpm.c:382 +#: ../rpm.c:379 msgid "do not install documentation" msgstr "älä asenna dokumentointia" -#: ../rpm.c:384 +#: ../rpm.c:381 msgid "short hand for --replacepkgs --replacefiles" msgstr "lyhenne parametreille --replacepkgs --replacefiles" -#: ../rpm.c:387 +#: ../rpm.c:384 msgid "print hash marks as package installs (good with -v)" msgstr "tulosta risuaitaa paketin asentuessa (-v:n kanssa hyvä)" -#: ../rpm.c:389 +#: ../rpm.c:386 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" "asenna kaikki tiedostot, myös konfiguraatiot, jotka muuten ehkä ohitettaisiin" -#: ../rpm.c:392 +#: ../rpm.c:389 msgid "don't verify package architecture" msgstr "älä tarkista paketin arkkitehtuuria" -#: ../rpm.c:394 +#: ../rpm.c:391 msgid "don't verify package operating system" msgstr "älä tarkista paketin käyttöjärjestelmää" -#: ../rpm.c:396 +#: ../rpm.c:393 msgid "install documentation" msgstr "asenna dokumentaatio" -#: ../rpm.c:398 ../rpm.c:432 +#: ../rpm.c:395 ../rpm.c:429 msgid "update the database, but do not modify the filesystem" msgstr "päivitä tietokanta, mutta älä muuta tiedostojärjestelmää" -#: ../rpm.c:402 ../rpm.c:436 +#: ../rpm.c:399 ../rpm.c:433 msgid "do not reorder package installation to satisfy dependencies" msgstr "älä muuta asennusjärjestystä riippuvuuksien tyydyttämiseksi" -#: ../rpm.c:404 +#: ../rpm.c:401 msgid "don't execute any installation scripts" msgstr "älä suorita asennusskriptejä" -#: ../rpm.c:406 ../rpm.c:440 +#: ../rpm.c:403 ../rpm.c:437 msgid "don't execute any scripts triggered by this package" msgstr "" -#: ../rpm.c:408 +#: ../rpm.c:405 msgid "print percentages as package installs" msgstr "tulosta asennuksen eteneminen prosentteina" -#: ../rpm.c:410 +#: ../rpm.c:407 msgid "install even if the package replaces installed files" msgstr "asenna vaikka paketti korvaisi asennettuja tiedostoja" -#: ../rpm.c:412 +#: ../rpm.c:409 msgid "reinstall if the package is already present" msgstr "asenna uudelleen, jos paketti on jo asennettu" -#: ../rpm.c:416 +#: ../rpm.c:413 msgid "don't install, but tell if it would work or not" msgstr "älä asenna, mutta kerro onnistuisiko se" -#: ../rpm.c:418 +#: ../rpm.c:415 msgid " --upgrade <packagefile>" msgstr "" -#: ../rpm.c:419 +#: ../rpm.c:416 #, fuzzy msgid " -U <packagefile> " msgstr " -b<vaihe> <määrittely> " -#: ../rpm.c:420 +#: ../rpm.c:417 msgid "upgrade package (same options as --install, plus)" msgstr "päivitä paketti (samat parametrit kuin --install, plus)" -#: ../rpm.c:422 +#: ../rpm.c:419 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -1042,15 +1042,15 @@ msgstr "" "päivitä vanhempaan versioon (--force päivitettäessä tekee tämän " "automaattisesti)" -#: ../rpm.c:424 +#: ../rpm.c:421 msgid " --erase <package>" msgstr "" -#: ../rpm.c:426 +#: ../rpm.c:423 msgid "erase (uninstall) package" msgstr "poista paketti" -#: ../rpm.c:428 +#: ../rpm.c:425 msgid "" "remove all packages which match <package> (normally an error is generated if " "<package> specified multiple packages)" @@ -1058,100 +1058,100 @@ msgstr "" "poista kaikki paketit, joiden nimeä vastaa <paketti> (tavallisesti, jos " "<paketti> määrittää useita paketteja, tulee virhe)" -#: ../rpm.c:438 +#: ../rpm.c:435 msgid "do not execute any package specific scripts" msgstr "älä aja mitään pakettikohtaisia skriptejä" -#: ../rpm.c:444 +#: ../rpm.c:441 msgid " -b<stage> <spec> " msgstr " -b<vaihe> <määrittely> " -#: ../rpm.c:445 +#: ../rpm.c:442 #, fuzzy msgid " -t<stage> <tarball> " msgstr " -b<vaihe> <määrittely> " -#: ../rpm.c:446 +#: ../rpm.c:443 msgid "build package, where <stage> is one of:" msgstr "tee paketti, jossa <vaihe> on jokin:" -#: ../rpm.c:448 +#: ../rpm.c:445 msgid "prep (unpack sources and apply patches)" msgstr "valmistele (pura lähdekoodi ja tee korjaukset)" -#: ../rpm.c:450 +#: ../rpm.c:447 #, c-format msgid "list check (do some cursory checks on %files)" msgstr "listatarkistus (tee joitakin tarkistuksia %tiedostoihin)" -#: ../rpm.c:452 +#: ../rpm.c:449 msgid "compile (prep and compile)" msgstr "käännä (valmistele ja käännä)" -#: ../rpm.c:454 +#: ../rpm.c:451 msgid "install (prep, compile, install)" msgstr "asenna (valmistele, käännä ja asenna)" -#: ../rpm.c:456 +#: ../rpm.c:453 msgid "binary package (prep, compile, install, package)" msgstr "binääripaketti (valmistele, käännä, asenna, paketoi)" -#: ../rpm.c:458 +#: ../rpm.c:455 msgid "bin/src package (prep, compile, install, package)" msgstr "bin/src-paketti (valmistele, käännä, asenna, paketoi)" -#: ../rpm.c:460 +#: ../rpm.c:457 msgid "skip straight to specified stage (only for c,i)" msgstr "siirry suoraan määriteltyyn vaiheeseen (vain c ja i yhteydessä)" -#: ../rpm.c:462 +#: ../rpm.c:459 msgid "remove build tree when done" msgstr "poista käännöspuu, kun valmis" -#: ../rpm.c:464 +#: ../rpm.c:461 msgid "remove sources and spec file when done" msgstr "poista lähdekoodit ja määrittelytiedosto, kun valmis" -#: ../rpm.c:466 +#: ../rpm.c:463 msgid "generate PGP signature" msgstr "generoi PGP-allekirjoitus" -#: ../rpm.c:467 +#: ../rpm.c:464 #, fuzzy msgid " --buildroot <dir> " msgstr " -b<vaihe> <määrittely> " -#: ../rpm.c:468 +#: ../rpm.c:465 msgid "use <dir> as the build root" msgstr "käytä <hakem> käännöspuun juurena" -#: ../rpm.c:469 +#: ../rpm.c:466 msgid " --platform=<platform>+" msgstr "" -#: ../rpm.c:470 +#: ../rpm.c:467 msgid "build the packages for the platform1...platformN build targets." msgstr "" -#: ../rpm.c:472 +#: ../rpm.c:469 msgid "do not execute any stages" msgstr "älä suorita mitään vaiheita" -#: ../rpm.c:473 +#: ../rpm.c:470 #, fuzzy msgid " --timecheck <secs> " msgstr " -b<vaihe> <määrittely> " -#: ../rpm.c:474 +#: ../rpm.c:471 #, fuzzy msgid "set the time check to <secs> seconds (0 disables)" msgstr "aseta aikatarkistus S sekunniksi (0 ohittaa)" -#: ../rpm.c:476 +#: ../rpm.c:473 msgid " --rebuild <src_pkg> " msgstr "" -#: ../rpm.c:477 +#: ../rpm.c:474 msgid "" "install source package, build binary package and remove spec file, sources, " "patches, and icons." @@ -1159,213 +1159,213 @@ msgstr "" "asenna lähdekoodipaketti, käännä binääripaketti ja poista " "määrittelytiedosto, lähdekoodi, korjaukset ja kuvakkeet" -#: ../rpm.c:478 +#: ../rpm.c:475 #, fuzzy msgid " --rmsource <spec> " msgstr " -b<vaihe> <määrittely> " -#: ../rpm.c:479 +#: ../rpm.c:476 msgid "remove sources and spec file" msgstr "poista lähdekoodi ja määrittelytiedosto" -#: ../rpm.c:480 +#: ../rpm.c:477 msgid " --recompile <src_pkg> " msgstr "" -#: ../rpm.c:481 +#: ../rpm.c:478 msgid "like --rebuild, but don't build any package" msgstr "kuten --rebuild, mutta ei käännä paketteja" -#: ../rpm.c:482 +#: ../rpm.c:479 #, fuzzy msgid " --resign <pkg>+ " msgstr " -b<vaihe> <määrittely> " -#: ../rpm.c:483 +#: ../rpm.c:480 msgid "sign a package (discard current signature)" msgstr "allekirjoita paketti (hylkää nykyinen allekirjoitus)" -#: ../rpm.c:484 +#: ../rpm.c:481 #, fuzzy msgid " --addsign <pkg>+ " msgstr " -b<vaihe> <määrittely> " -#: ../rpm.c:485 +#: ../rpm.c:482 msgid "add a signature to a package" msgstr "lisää allekirjoitus pakettiin" -#: ../rpm.c:487 +#: ../rpm.c:484 #, fuzzy msgid " --checksig <pkg>+ " msgstr " -b<vaihe> <määrittely> " -#: ../rpm.c:488 +#: ../rpm.c:485 msgid "verify package signature" msgstr "tarkista paketin allekirjoitus" -#: ../rpm.c:490 +#: ../rpm.c:487 msgid "skip any PGP signatures" msgstr "ohita PGP-allekirjoitukset" -#: ../rpm.c:492 +#: ../rpm.c:489 msgid "skip any MD5 signatures" msgstr "ohita MD5-allekirjoitukset" -#: ../rpm.c:494 +#: ../rpm.c:491 msgid "list the tags that can be used in a query format" msgstr "luettele nimiöt, joita voidaan käyttää kyselyn formaatissa" -#: ../rpm.c:496 +#: ../rpm.c:493 msgid "make sure a valid database exists" msgstr "tarkista, että kunnollinen tietokanta löytyy" -#: ../rpm.c:498 +#: ../rpm.c:495 msgid "rebuild database from existing database" msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta" -#: ../rpm.c:637 ../rpm.c:643 ../rpm.c:650 ../rpm.c:656 ../rpm.c:665 -#: ../rpm.c:672 ../rpm.c:718 ../rpm.c:724 ../rpm.c:813 ../rpm.c:820 -#: ../rpm.c:826 ../rpm.c:834 ../rpm.c:840 ../rpm.c:848 ../rpm.c:881 -#: ../rpm.c:927 ../rpm.c:933 +#: ../rpm.c:634 ../rpm.c:640 ../rpm.c:647 ../rpm.c:653 ../rpm.c:662 +#: ../rpm.c:669 ../rpm.c:715 ../rpm.c:721 ../rpm.c:810 ../rpm.c:817 +#: ../rpm.c:823 ../rpm.c:831 ../rpm.c:837 ../rpm.c:845 ../rpm.c:878 +#: ../rpm.c:924 ../rpm.c:930 msgid "only one major mode may be specified" msgstr "vain yksi päämoodi voidaan määritellä" -#: ../rpm.c:658 +#: ../rpm.c:655 msgid "-u and --uninstall are deprecated and no longer work.\n" msgstr "-u ja --uninstall ovat vanhentuneet eivätkä enää toimi.\n" -#: ../rpm.c:660 +#: ../rpm.c:657 msgid "Use -e or --erase instead.\n" msgstr "Käytä sen sijaan -e tai --erase .\n" -#: ../rpm.c:676 +#: ../rpm.c:673 msgid "--build (-b) requires one of a,b,i,c,p,l as its sole argument" msgstr "--build (-b) vaatii yhden joukosta a,b,i,c,p,l ainoana parametrinään" -#: ../rpm.c:680 +#: ../rpm.c:677 msgid "--tarbuild (-t) requires one of a,b,i,c,p,l as its sole argument" msgstr "" "--tarbuild (-t) vaatii yhden joukosta a,b,i,c,p,l ainoana parametrinään" -#: ../rpm.c:747 ../rpm.c:754 ../rpm.c:762 ../rpm.c:770 ../rpm.c:790 -#: ../rpm.c:798 ../rpm.c:806 +#: ../rpm.c:744 ../rpm.c:751 ../rpm.c:759 ../rpm.c:767 ../rpm.c:787 +#: ../rpm.c:795 ../rpm.c:803 msgid "one type of query/verify may be performed at a time" msgstr "yhden tyyppinen kysely/tarkistus voidaan suorittaa kerralla" -#: ../rpm.c:856 +#: ../rpm.c:853 msgid "arguments to --dbpath must begin with a /" msgstr "--dbpath:n parametrien pitää alkaa /-merkillä" -#: ../rpm.c:863 +#: ../rpm.c:860 msgid "one type of query may be performed at a time" msgstr "yhden tyyppinen kysely voidaan suorittaa kerralla" -#: ../rpm.c:887 +#: ../rpm.c:884 msgid "relocations must begin with a /" msgstr "siirtojen pitää alkaa /-merkillä" -#: ../rpm.c:889 +#: ../rpm.c:886 msgid "relocations must contain a =" msgstr "siirroissa pitää olla =-merkki" -#: ../rpm.c:892 +#: ../rpm.c:889 msgid "relocations must have a / following the =" msgstr "siirroissa pitää olla / =-merkin jälkeen" -#: ../rpm.c:904 +#: ../rpm.c:901 msgid "Internal error in argument processing :-(\n" msgstr "" -#: ../rpm.c:945 +#: ../rpm.c:942 msgid "--dbpath given for operation that does not use a database" msgstr "--dbpath parametri annettu toiminnolle, joka ei käytä tietokantaa" -#: ../rpm.c:950 +#: ../rpm.c:947 msgid "--timecheck may only be used during package builds" msgstr "--timecheck parametriä voidaan käyttää vain paketteja koottaessa" -#: ../rpm.c:953 ../rpm.c:956 +#: ../rpm.c:950 ../rpm.c:953 msgid "unexpected query specifiers" msgstr "odottamattomia kyselyn parametrejä" -#: ../rpm.c:960 +#: ../rpm.c:957 msgid "unexpected query source" msgstr "odottamaton kyselyn lähde" -#: ../rpm.c:963 +#: ../rpm.c:960 msgid "only installation and upgrading may be forced" msgstr "vain asennus tai päivitys voidaan pakottaa" -#: ../rpm.c:966 +#: ../rpm.c:963 msgid "files may only be relocated during package installation" msgstr "tiedostoja voidaan siirtää toiselle polulle vain asennettaessa" -#: ../rpm.c:969 +#: ../rpm.c:966 msgid "only one of --prefix or --relocate may be used" msgstr "vain toinen --prefix tai --relocate voidaan antaa" -#: ../rpm.c:972 +#: ../rpm.c:969 msgid "--relocate may only be used when installing new packages" msgstr "--relocate: voidaan käyttää vain uusia paketteja asennettaessa" -#: ../rpm.c:975 +#: ../rpm.c:972 msgid "--prefix may only be used when installing new packages" msgstr "--prefix: voidaan käyttää vain uusia paketteja asennettaessa" -#: ../rpm.c:978 +#: ../rpm.c:975 msgid "arguments to --prefix must begin with a /" msgstr "--prefix parametrien pitää alkaa /-merkillä" -#: ../rpm.c:981 +#: ../rpm.c:978 msgid "--hash (-h) may only be specified during package installation" msgstr "--hash (-h): voidaan käyttää vain paketteja asennettaessa" -#: ../rpm.c:985 +#: ../rpm.c:982 msgid "--percent may only be specified during package installation" msgstr "--percent: voidaan käyttää vain paketteja asennettaessa" -#: ../rpm.c:989 +#: ../rpm.c:986 msgid "--replacefiles may only be specified during package installation" msgstr "--replacefiles: voidaan käyttää vain paketteja asennettaessa" -#: ../rpm.c:993 +#: ../rpm.c:990 msgid "--replacepkgs may only be specified during package installation" msgstr "--replacepkgs: voidaan käyttää vain paketteja asennettaessa" -#: ../rpm.c:997 +#: ../rpm.c:994 msgid "--excludedocs may only be specified during package installation" msgstr "--excludedocs: voidaan käyttää vain paketteja asennettaessa" -#: ../rpm.c:1001 +#: ../rpm.c:998 msgid "--includedocs may only be specified during package installation" msgstr "--includedocs: voidaan käyttää vain paketteja asennettaessa" -#: ../rpm.c:1005 +#: ../rpm.c:1002 msgid "only one of --excludedocs and --includedocs may be specified" msgstr "vain toinen --excludedocs tai --includedocs voidaan antaa" -#: ../rpm.c:1009 +#: ../rpm.c:1006 msgid "--ignorearch may only be specified during package installation" msgstr "--ignorearch: voidaan käyttää vain paketteja asennettaessa" -#: ../rpm.c:1013 +#: ../rpm.c:1010 msgid "--ignoreos may only be specified during package installation" msgstr "--ignoreos: voidaan käyttää vain paketteja asennettaessa" -#: ../rpm.c:1017 +#: ../rpm.c:1014 msgid "--allmatches may only be specified during package erasure" msgstr "--allmatches: voidaan käyttää vain paketteja poistettaessa" -#: ../rpm.c:1021 +#: ../rpm.c:1018 msgid "--allfiles may only be specified during package installation" msgstr "--allfiles: voidaan käyttää vain paketteja asennettaessa" -#: ../rpm.c:1025 +#: ../rpm.c:1022 msgid "--justdb may only be specified during package installation and erasure" msgstr "" "--justdb: voidaan käyttää vain paketteja asennettaessa tai poistettaessa" -#: ../rpm.c:1030 +#: ../rpm.c:1027 msgid "" "--noscripts may only be specified during package installation, erasure, and " "verification" @@ -1373,7 +1373,7 @@ msgstr "" "--noscripts: voidaan käyttää vain paketteja asennettaessa, poistettaessa tai " "tarkistettaessa" -#: ../rpm.c:1034 +#: ../rpm.c:1031 #, fuzzy msgid "" "--notriggers may only be specified during package installation, erasure, and " @@ -1382,7 +1382,7 @@ msgstr "" "--nodeps: voidaan käyttää vain paketteja asennettaessa, poistettaessa tai " "tarkistettaessa" -#: ../rpm.c:1039 +#: ../rpm.c:1036 msgid "" "--nodeps may only be specified during package installation, erasure, and " "verification" @@ -1390,11 +1390,11 @@ msgstr "" "--nodeps: voidaan käyttää vain paketteja asennettaessa, poistettaessa tai " "tarkistettaessa" -#: ../rpm.c:1043 +#: ../rpm.c:1040 msgid "--nofiles may only be specified during package verification" msgstr "--nofiles: voidaan käyttää vain paketteja tarkistettaessa" -#: ../rpm.c:1048 +#: ../rpm.c:1045 msgid "" "--test may only be specified during package installation, erasure, and " "building" @@ -1402,7 +1402,7 @@ msgstr "" "--test: voidaan käyttää vain paketteja asennettaessa, poistettaessa ja " "käännettäessä" -#: ../rpm.c:1053 +#: ../rpm.c:1050 msgid "" "--root (-r) may only be specified during installation, erasure, querying, " "and database rebuilds" @@ -1410,153 +1410,153 @@ msgstr "" "--root (-r): voidaan käyttää vain paketteja asennettaessa, poistettaessa, " "kyseltäessä ja tietokannan uudelleenluonnissa" -#: ../rpm.c:1058 +#: ../rpm.c:1055 msgid "arguments to --root (-r) must begin with a /" msgstr "parametrit --root (-r):lle alettava /-merkillä" -#: ../rpm.c:1061 +#: ../rpm.c:1058 msgid "--clean may only be used with -b and -t" msgstr "--clean: voidaan käyttää vain -b ja -t kanssa" -#: ../rpm.c:1064 +#: ../rpm.c:1061 msgid "--rmsource may only be used with -b and -t" msgstr "--rmsource: voidaan käyttää vain -b ja -t kanssa" -#: ../rpm.c:1067 +#: ../rpm.c:1064 msgid "--short-circuit may only be used during package building" msgstr "--short-circuit: voidaan käyttää vain paketteja asennettaessa" -#: ../rpm.c:1071 +#: ../rpm.c:1068 #, fuzzy msgid "--short-circuit may only be used with -bc, -bi, -bs, -tc -ti, or -ts" msgstr "--short-circuit: voidaan käyttää vain -bc, -bi, -tc tai -ti kanssa" -#: ../rpm.c:1076 +#: ../rpm.c:1073 msgid "--oldpackage may only be used during upgrades" msgstr "--oldpackage: voidaan käyttää vain paketteja päivitettäessä" -#: ../rpm.c:1079 +#: ../rpm.c:1076 msgid "--dump may only be used during queries" msgstr "--dump: voidaan käyttää vain paketteja kyseltäessä" -#: ../rpm.c:1082 +#: ../rpm.c:1079 msgid "--dump of queries must be used with -l, -c, or -d" msgstr "kyselyjen --dump on käytettävä -l, -c, tai -d kanssa" -#: ../rpm.c:1087 +#: ../rpm.c:1084 msgid "" "ftp options can only be used during package queries, installs, and upgrades" msgstr "" "ftp-parametrejä voidaan käyttää vain paketteja kysellessä, asennettaessa ja " "päivitettäessä" -#: ../rpm.c:1094 +#: ../rpm.c:1091 msgid "--nopgp may only be used during signature checking" msgstr "--nopgp: voidaan käyttää vain allekirjoitusta tarkistettaessa" -#: ../rpm.c:1097 +#: ../rpm.c:1094 msgid "" "--nopgp may only be used during signature checking and package verification" msgstr "" "--nopgp: voidaan käyttää vain allekirjoitusta tarkistettaessa ja paketteja " "todennettaessa" -#: ../rpm.c:1110 +#: ../rpm.c:1107 msgid "Pass phrase check failed\n" msgstr "" -#: ../rpm.c:1113 +#: ../rpm.c:1110 msgid "Pass phrase is good.\n" msgstr "" -#: ../rpm.c:1125 +#: ../rpm.c:1122 msgid "--sign may only be used during package building" msgstr "--sign: voidaan käyttää vain paketteja käännettäessä" -#: ../rpm.c:1140 +#: ../rpm.c:1137 #, fuzzy msgid "exec failed\n" msgstr "%s: avaus ei onnistunut\n" -#: ../rpm.c:1159 +#: ../rpm.c:1156 msgid "unexpected arguments to --querytags " msgstr "--querytags: odottamattomia parametrejä" -#: ../rpm.c:1170 +#: ../rpm.c:1167 msgid "no packages given for signature check" msgstr "allekirjoituksen tarkistukselle ei määritelty paketteja" -#: ../rpm.c:1177 +#: ../rpm.c:1174 msgid "no packages given for signing" msgstr "allekirjoitukselle ei määritelty paketteja" -#: ../rpm.c:1186 +#: ../rpm.c:1183 msgid "no packages files given for rebuild" msgstr "uudelleenkäännolle ei määritelty paketteja" -#: ../rpm.c:1249 +#: ../rpm.c:1246 msgid "no spec files given for build" msgstr "käännökselle ei annettu määrittelytiedostoja" -#: ../rpm.c:1251 +#: ../rpm.c:1248 msgid "no tar files given for build" msgstr "käännökselle ei määritelty tar-tiedostoja" -#: ../rpm.c:1264 +#: ../rpm.c:1261 msgid "no packages given for uninstall" msgstr "poistolle ei määritelty paketteja" -#: ../rpm.c:1304 +#: ../rpm.c:1301 msgid "no packages given for install" msgstr "asennukselle ei määritelty paketteja" -#: ../rpm.c:1328 +#: ../rpm.c:1325 msgid "extra arguments given for query of all packages" msgstr "pakettien kyselylle annettiin ylimääräisiä parametrejä" -#: ../rpm.c:1333 +#: ../rpm.c:1330 msgid "no arguments given for query" msgstr "kyselylle ei annettu parametrejä" -#: ../rpm.c:1350 +#: ../rpm.c:1347 msgid "no arguments given for verify" msgstr "tarkistukselle ei annettu parametrejä" -#: ../url.c:47 +#: ../url.c:46 #, c-format msgid "Password for %s@%s: " msgstr "%s@%s:n salasana: " -#: ../url.c:113 ../url.c:156 ../url.c:182 +#: ../url.c:112 ../url.c:155 ../url.c:181 #, c-format msgid "getting %s via anonymous ftp\n" msgstr "" -#: ../url.c:120 +#: ../url.c:119 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" -#: ../url.c:131 +#: ../url.c:130 msgid "error: ftpport must be a number\n" msgstr "virhe: ftpport pitää olla luku\n" -#: ../url.c:189 +#: ../url.c:188 #, c-format msgid "failed to create %s\n" msgstr "%s:n luonti epäonnistui\n" -#: ../verify.c:35 +#: ../verify.c:34 #, fuzzy, c-format msgid "missing %s\n" msgstr "puuttuva '{' '%':n jälkeen" -#: ../verify.c:91 +#: ../verify.c:90 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "%s-%s-%s:n tyydyttämättömät riippuvuudet:" -#: ../verify.c:133 +#: ../verify.c:132 #, c-format msgid "verifying record number %d\n" msgstr "" @@ -1566,11 +1566,11 @@ msgstr "" msgid "%s is not an RPM\n" msgstr "" -#: ../rpm2cpio.c:39 +#: ../rpm2cpio.c:38 msgid "argument is not an RPM package\n" msgstr "" -#: ../rpm2cpio.c:42 +#: ../rpm2cpio.c:41 #, fuzzy msgid "error reading header from package\n" msgstr "virhe etsittäessä pakettia %s\n" @@ -1619,258 +1619,258 @@ msgstr "paketti %s ei ole %s:ssä" msgid "no copyright!\n" msgstr "" -#: ../build/build.c:96 ../build/pack.c:191 +#: ../build/build.c:95 ../build/pack.c:191 #, fuzzy msgid "Unable to open temp file" msgstr "En voi avata %s luettavaksi: %s." -#: ../build/build.c:133 +#: ../build/build.c:132 #, fuzzy, c-format msgid "Executing: %s\n" msgstr "Haen: %s\n" -#: ../build/build.c:137 +#: ../build/build.c:136 #, fuzzy, c-format msgid "Exec of %s failed (%s)" msgstr "%s:n avaus ei onnistunut: %s\n" -#: ../build/build.c:145 +#: ../build/build.c:144 #, c-format msgid "Bad exit status from %s (%s)" msgstr "" -#: ../build/expression.c:188 ../build/expression.c:197 +#: ../build/expression.c:189 ../build/expression.c:198 msgid "parse error in tokenizer" msgstr "" -#: ../build/expression.c:239 +#: ../build/expression.c:240 #, fuzzy msgid "parse error in expression" msgstr "odotin '?'-merkkiä ilmauksessa" -#: ../build/expression.c:269 +#: ../build/expression.c:270 msgid "unmatched (" msgstr "" -#: ../build/expression.c:287 +#: ../build/expression.c:288 msgid "undefined identifier" msgstr "" -#: ../build/expression.c:306 +#: ../build/expression.c:307 msgid "- only on numbers" msgstr "" -#: ../build/expression.c:322 +#: ../build/expression.c:323 msgid "! only on numbers" msgstr "" -#: ../build/expression.c:358 ../build/expression.c:403 -#: ../build/expression.c:460 ../build/expression.c:543 +#: ../build/expression.c:362 ../build/expression.c:407 +#: ../build/expression.c:464 ../build/expression.c:551 msgid "types must match" msgstr "" -#: ../build/expression.c:371 +#: ../build/expression.c:375 msgid "* / not suported for strings" msgstr "" -#: ../build/expression.c:419 +#: ../build/expression.c:423 msgid "- not suported for strings" msgstr "" -#: ../build/expression.c:556 +#: ../build/expression.c:564 msgid "&& and || not suported for strings" msgstr "" -#: ../build/expression.c:587 ../build/expression.c:630 +#: ../build/expression.c:595 ../build/expression.c:640 #, fuzzy msgid "syntax error in expression" msgstr "odotin '?'-merkkiä ilmauksessa" -#: ../build/files.c:204 +#: ../build/files.c:203 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "" -#: ../build/files.c:233 ../build/files.c:245 ../build/files.c:317 -#: ../build/files.c:329 ../build/files.c:356 +#: ../build/files.c:232 ../build/files.c:244 ../build/files.c:316 +#: ../build/files.c:328 ../build/files.c:355 #, c-format msgid "Bad %s() syntax: %s" msgstr "" -#: ../build/files.c:279 +#: ../build/files.c:278 #, c-format msgid "Invalid %s token: %s" msgstr "" -#: ../build/files.c:340 +#: ../build/files.c:339 msgid "No files after %%defattr(): %s" msgstr "" -#: ../build/files.c:368 +#: ../build/files.c:367 #, c-format msgid "Bad %s() mode spec: %s" msgstr "" -#: ../build/files.c:386 +#: ../build/files.c:385 #, c-format msgid "Bad %s() dirmode spec: %s" msgstr "" -#: ../build/files.c:441 +#: ../build/files.c:440 msgid "Bad %%config() syntax: %s" msgstr "" -#: ../build/files.c:459 +#: ../build/files.c:458 msgid "Invalid %%config token: %s" msgstr "" -#: ../build/files.c:482 ../build/files.c:494 ../build/files.c:507 +#: ../build/files.c:481 ../build/files.c:493 ../build/files.c:506 msgid "Bad %%lang() syntax: %s" msgstr "" -#: ../build/files.c:513 +#: ../build/files.c:512 msgid "%%lang() entries are 2 characters: %s" msgstr "" -#: ../build/files.c:519 +#: ../build/files.c:518 msgid "Only one entry in %%lang(): %s" msgstr "" -#: ../build/files.c:610 +#: ../build/files.c:608 msgid "Hit limit for %%docdir" msgstr "" -#: ../build/files.c:616 +#: ../build/files.c:614 msgid "Only one arg for %%docdir" msgstr "" -#: ../build/files.c:642 +#: ../build/files.c:640 #, fuzzy, c-format msgid "Two files on one line: %s" msgstr "en voinut avata %s: %s" -#: ../build/files.c:655 +#: ../build/files.c:653 #, fuzzy, c-format msgid "File must begin with \"/\": %s" msgstr "siirtojen pitää alkaa /-merkillä" -#: ../build/files.c:667 +#: ../build/files.c:665 msgid "Can't mix special %%doc with other forms: %s" msgstr "" -#: ../build/files.c:749 +#: ../build/files.c:747 #, fuzzy, c-format msgid "File listed twice: %s" msgstr "En voi lukea %s: %s." -#: ../build/files.c:908 +#: ../build/files.c:906 #, fuzzy, c-format msgid "File doesn't match prefix (%s): %s" msgstr "En voi lukea %s: %s." -#: ../build/files.c:918 ../build/files.c:1035 +#: ../build/files.c:916 ../build/files.c:1033 #, fuzzy, c-format msgid "File not found: %s" msgstr "Tiedostoa ei löytynyt palvelimelta" -#: ../build/files.c:963 +#: ../build/files.c:961 #, c-format msgid "Bad owner/group: %s\n" msgstr "" -#: ../build/files.c:968 +#: ../build/files.c:966 #, fuzzy, c-format msgid "File %d: %s\n" msgstr "en voinut avata %s: %s" -#: ../build/files.c:1019 +#: ../build/files.c:1017 #, c-format msgid "File needs leading \"/\": %s" msgstr "" -#: ../build/files.c:1079 +#: ../build/files.c:1077 #, fuzzy msgid "Could not open %%files file: %s" msgstr "virhe: tiedostoa %s ei voi avata\n" -#: ../build/files.c:1085 ../build/pack.c:380 +#: ../build/files.c:1083 ../build/pack.c:380 #, c-format msgid "line: %s" msgstr "" -#: ../build/files.c:1412 ../build/parsePrep.c:41 +#: ../build/files.c:1410 ../build/parsePrep.c:40 #, c-format msgid "Bad owner/group: %s" msgstr "" -#: ../build/files.c:1467 +#: ../build/files.c:1465 #, fuzzy, c-format msgid "Couldn't exec %s" msgstr "En voinut ajaa pgp:tä" -#: ../build/files.c:1471 +#: ../build/files.c:1469 #, fuzzy, c-format msgid "Couldn't fork %s" msgstr "En voinut ajaa pgp:tä" -#: ../build/files.c:1521 +#: ../build/files.c:1519 #, fuzzy, c-format msgid "%s failed" msgstr "pgp epäonnistui" -#: ../build/files.c:1525 +#: ../build/files.c:1523 #, fuzzy, c-format msgid "failed to write all data to %s" msgstr "%s:n luonti epäonnistui\n" -#: ../build/files.c:1559 +#: ../build/files.c:1557 msgid "Finding provides...\n" msgstr "" -#: ../build/files.c:1566 +#: ../build/files.c:1564 msgid "Failed to find provides" msgstr "" -#: ../build/files.c:1586 +#: ../build/files.c:1584 msgid "Finding requires...\n" msgstr "" -#: ../build/files.c:1593 +#: ../build/files.c:1591 #, fuzzy msgid "Failed to find requires" msgstr "%s:n luonti epäonnistui\n" -#: ../build/files.c:1628 +#: ../build/files.c:1626 msgid "Provides:" msgstr "" -#: ../build/files.c:1646 +#: ../build/files.c:1644 msgid "Prereqs:" msgstr "" -#: ../build/files.c:1660 +#: ../build/files.c:1658 msgid "Requires:" msgstr "" -#: ../build/files.c:1685 +#: ../build/files.c:1683 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "en voinut avata %s: %s" -#: ../build/names.c:35 ../build/names.c:69 +#: ../build/names.c:34 ../build/names.c:68 msgid "RPMERR_INTERNAL: Hit limit in getUname()\n" msgstr "" -#: ../build/names.c:104 ../build/names.c:138 +#: ../build/names.c:103 ../build/names.c:137 msgid "RPMERR_INTERNAL: Hit limit in getGname()\n" msgstr "" -#: ../build/names.c:176 +#: ../build/names.c:175 #, c-format msgid "Could not canonicalize hostname: %s\n" msgstr "" -#: ../build/pack.c:141 +#: ../build/pack.c:140 #, c-format msgid "Could not generate output filename for package %s: %s\n" msgstr "" @@ -1949,666 +1949,666 @@ msgstr "" msgid "Could not open Trigger script file: %s" msgstr "" -#: ../build/parseBuildInstallClean.c:28 +#: ../build/parseBuildInstallClean.c:27 #, c-format msgid "line %d: second %s" msgstr "" -#: ../build/parseChangelog.c:102 +#: ../build/parseChangelog.c:101 msgid "%%changelog entries must start with *" msgstr "" -#: ../build/parseChangelog.c:110 +#: ../build/parseChangelog.c:109 msgid "incomplete %%changelog entry" msgstr "" -#: ../build/parseChangelog.c:125 +#: ../build/parseChangelog.c:124 msgid "bad date in %%changelog: %s" msgstr "" -#: ../build/parseChangelog.c:130 +#: ../build/parseChangelog.c:129 msgid "%%changelog not in decending chronological order" msgstr "" -#: ../build/parseChangelog.c:138 ../build/parseChangelog.c:149 +#: ../build/parseChangelog.c:137 ../build/parseChangelog.c:148 msgid "missing name in %%changelog" msgstr "" -#: ../build/parseChangelog.c:156 +#: ../build/parseChangelog.c:155 msgid "no description in %%changelog" msgstr "" -#: ../build/parseDescription.c:35 +#: ../build/parseDescription.c:34 msgid "line %d: Error parsing %%description: %s" msgstr "" -#: ../build/parseDescription.c:48 ../build/parseFiles.c:43 -#: ../build/parseScript.c:140 +#: ../build/parseDescription.c:47 ../build/parseFiles.c:42 +#: ../build/parseScript.c:139 #, fuzzy, c-format msgid "line %d: Bad option %s: %s" msgstr "en voinut avata %s: %s" -#: ../build/parseDescription.c:62 ../build/parseFiles.c:57 -#: ../build/parseScript.c:154 +#: ../build/parseDescription.c:61 ../build/parseFiles.c:56 +#: ../build/parseScript.c:153 #, c-format msgid "line %d: Too many names: %s" msgstr "" -#: ../build/parseDescription.c:72 ../build/parseFiles.c:67 -#: ../build/parseScript.c:164 +#: ../build/parseDescription.c:71 ../build/parseFiles.c:66 +#: ../build/parseScript.c:163 #, fuzzy, c-format msgid "line %d: Package does not exist: %s" msgstr "paketti %s ei ole %s:ssä" -#: ../build/parseDescription.c:84 +#: ../build/parseDescription.c:83 #, c-format msgid "line %d: Second description" msgstr "" -#: ../build/parseFiles.c:30 +#: ../build/parseFiles.c:29 msgid "line %d: Error parsing %%files: %s" msgstr "" -#: ../build/parseFiles.c:75 +#: ../build/parseFiles.c:74 msgid "line %d: Second %%files list" msgstr "" -#: ../build/parsePreamble.c:150 +#: ../build/parsePreamble.c:154 #, c-format msgid "Architecture is excluded: %s" msgstr "" -#: ../build/parsePreamble.c:155 +#: ../build/parsePreamble.c:159 #, c-format msgid "Architecture is not included: %s" msgstr "" -#: ../build/parsePreamble.c:160 +#: ../build/parsePreamble.c:164 #, c-format msgid "OS is excluded: %s" msgstr "" -#: ../build/parsePreamble.c:165 +#: ../build/parsePreamble.c:169 #, c-format msgid "OS is not included: %s" msgstr "" -#: ../build/parsePreamble.c:201 +#: ../build/parsePreamble.c:205 #, c-format msgid "%s field must be present in package: %s" msgstr "" -#: ../build/parsePreamble.c:243 +#: ../build/parsePreamble.c:247 #, c-format msgid "Duplicate %s entries in package: %s" msgstr "" -#: ../build/parsePreamble.c:287 ../build/parsePreamble.c:294 +#: ../build/parsePreamble.c:291 ../build/parsePreamble.c:298 #, fuzzy, c-format msgid "Unable to read icon: %s" msgstr "%s:n kirjoitus ei onnistu" -#: ../build/parsePreamble.c:304 +#: ../build/parsePreamble.c:308 #, fuzzy, c-format msgid "Unknown icon type: %s" msgstr "(tuntematon tyyppi)" -#: ../build/parsePreamble.c:335 +#: ../build/parsePreamble.c:339 #, c-format msgid "line %d: Malformed tag: %s" msgstr "" #. Empty field -#: ../build/parsePreamble.c:343 +#: ../build/parsePreamble.c:347 #, c-format msgid "line %d: Empty tag: %s" msgstr "" -#: ../build/parsePreamble.c:394 +#: ../build/parsePreamble.c:398 #, c-format msgid "line %d: BuildRoot can not be \"/\": %s" msgstr "" -#: ../build/parsePreamble.c:407 +#: ../build/parsePreamble.c:411 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s" msgstr "" -#: ../build/parsePreamble.c:419 +#: ../build/parsePreamble.c:423 #, fuzzy, c-format msgid "line %d: Docdir must begin with '/': %s" msgstr "siirtojen pitää alkaa /-merkillä" -#: ../build/parsePreamble.c:430 +#: ../build/parsePreamble.c:434 #, c-format msgid "line %d: Serial field must be a number: %s" msgstr "" -#: ../build/parsePreamble.c:494 +#: ../build/parsePreamble.c:498 #, fuzzy, c-format msgid "line %d: Bad BuildArchitecture format: %s" msgstr "%s:n puuttuva arkkitehtuuri %s:%d" -#: ../build/parsePreamble.c:504 +#: ../build/parsePreamble.c:508 #, c-format msgid "Internal error: Bogus tag %d" msgstr "" -#: ../build/parsePreamble.c:647 +#: ../build/parsePreamble.c:651 #, fuzzy, c-format msgid "Bad package specification: %s" msgstr " Paketin määrittelyparametrit:" -#: ../build/parsePreamble.c:653 +#: ../build/parsePreamble.c:657 #, c-format msgid "Package already exists: %s" msgstr "" -#: ../build/parsePreamble.c:680 +#: ../build/parsePreamble.c:684 #, c-format msgid "line %d: Unknown tag: %s" msgstr "" -#: ../build/parsePreamble.c:705 +#: ../build/parsePreamble.c:709 msgid "Spec file can't use BuildRoot" msgstr "" -#: ../build/parsePrep.c:37 +#: ../build/parsePrep.c:36 #, fuzzy, c-format msgid "Bad source: %s: %s" msgstr "En voi lukea %s: %s." -#: ../build/parsePrep.c:63 +#: ../build/parsePrep.c:62 #, fuzzy, c-format msgid "No patch number %d" msgstr "(ei ole luku)" -#: ../build/parsePrep.c:127 +#: ../build/parsePrep.c:126 #, c-format msgid "No source number %d" msgstr "" -#: ../build/parsePrep.c:180 +#: ../build/parsePrep.c:179 msgid "Error parsing %%setup: %s" msgstr "" -#: ../build/parsePrep.c:195 +#: ../build/parsePrep.c:194 msgid "line %d: Bad arg to %%setup %c: %s" msgstr "" -#: ../build/parsePrep.c:216 +#: ../build/parsePrep.c:215 msgid "line %d: Bad %%setup option %s: %s" msgstr "" -#: ../build/parsePrep.c:334 +#: ../build/parsePrep.c:333 msgid "line %d: Need arg to %%patch -b: %s" msgstr "" -#: ../build/parsePrep.c:342 +#: ../build/parsePrep.c:341 msgid "line %d: Need arg to %%patch -z: %s" msgstr "" -#: ../build/parsePrep.c:354 +#: ../build/parsePrep.c:353 msgid "line %d: Need arg to %%patch -p: %s" msgstr "" -#: ../build/parsePrep.c:360 +#: ../build/parsePrep.c:359 msgid "line %d: Bad arg to %%patch -p: %s" msgstr "" -#: ../build/parsePrep.c:367 +#: ../build/parsePrep.c:366 msgid "Too many patches!" msgstr "" -#: ../build/parsePrep.c:371 +#: ../build/parsePrep.c:370 msgid "line %d: Bad arg to %%patch: %s" msgstr "" -#: ../build/parsePrep.c:409 +#: ../build/parsePrep.c:408 msgid "line %d: second %%prep" msgstr "" -#: ../build/parseReqs.c:46 +#: ../build/parseReqs.c:45 #, c-format msgid "line %d: No file names in Conflicts: %s" msgstr "" -#: ../build/parseReqs.c:77 +#: ../build/parseReqs.c:76 #, c-format msgid "line %d: No versions on file names in %s: %s" msgstr "" -#: ../build/parseReqs.c:83 +#: ../build/parseReqs.c:82 #, c-format msgid "line %d: No versions in PreReq: %s" msgstr "" -#: ../build/parseReqs.c:95 +#: ../build/parseReqs.c:94 #, c-format msgid "line %d: Version required in %s: %s" msgstr "" -#: ../build/parseReqs.c:123 +#: ../build/parseReqs.c:122 #, c-format msgid "line %d: No file names in %s: %s" msgstr "" -#: ../build/parseReqs.c:131 +#: ../build/parseReqs.c:130 #, c-format msgid "line %d: %s: tokens must begin with alpha-numeric: %s" msgstr "" -#: ../build/parseScript.c:108 +#: ../build/parseScript.c:107 #, c-format msgid "line %d: triggers must have --: %s" msgstr "" -#: ../build/parseScript.c:118 ../build/parseScript.c:182 +#: ../build/parseScript.c:117 ../build/parseScript.c:181 #, c-format msgid "line %d: Error parsing %s: %s" msgstr "" -#: ../build/parseScript.c:128 +#: ../build/parseScript.c:127 #, c-format msgid "line %d: script program must begin with '/': %s" msgstr "" -#: ../build/parseScript.c:173 +#: ../build/parseScript.c:172 #, c-format msgid "line %d: Second %s" msgstr "" -#: ../build/parseSpec.c:110 +#: ../build/parseSpec.c:124 #, fuzzy, c-format msgid "Unable to open: %s\n" msgstr "%s:n avaus epäonnistui\n" -#: ../build/parseSpec.c:122 +#: ../build/parseSpec.c:136 msgid "Unclosed %%if" msgstr "" -#: ../build/parseSpec.c:169 +#: ../build/parseSpec.c:183 #, fuzzy, c-format msgid "line %d: %s" msgstr "en voinut avata %s: %s" #. Got an else with no %if ! -#: ../build/parseSpec.c:193 +#: ../build/parseSpec.c:208 msgid "%s:%d: Got a %%else with no if" msgstr "" #. Got an end with no %if ! -#: ../build/parseSpec.c:203 +#: ../build/parseSpec.c:218 msgid "%s:%d: Got a %%endif with no if" msgstr "" -#: ../build/parseSpec.c:215 ../build/parseSpec.c:224 +#: ../build/parseSpec.c:230 ../build/parseSpec.c:239 msgid "malformed %%include statement" msgstr "" -#: ../build/parseSpec.c:305 +#: ../build/parseSpec.c:313 #, c-format msgid "Timecheck value must be an integer: %s" msgstr "" -#: ../build/parseSpec.c:395 +#: ../build/parseSpec.c:396 #, fuzzy msgid "No buildable architectures" msgstr "älä tarkista paketin arkkitehtuuria" -#: ../build/parseSpec.c:409 +#: ../build/parseSpec.c:424 #, fuzzy msgid "Package has no %%description: %s" msgstr "paketti %s ei ole %s:ssä" -#: ../build/spec.c:30 +#: ../build/spec.c:29 #, c-format msgid "archive = %s, fs = %s\n" msgstr "" -#: ../build/spec.c:218 +#: ../build/spec.c:217 #, fuzzy, c-format msgid "line %d: Bad number: %s" msgstr "virheellinen paketin numero: %s\n" -#: ../build/spec.c:224 +#: ../build/spec.c:223 #, c-format msgid "line %d: Bad no%s number: %d" msgstr "" -#: ../build/spec.c:282 +#: ../build/spec.c:281 #, fuzzy, c-format msgid "line %d: Bad %s number: %s\n" msgstr "virheellinen paketin numero: %s\n" -#: ../lib/cpio.c:525 +#: ../lib/cpio.c:524 #, fuzzy, c-format msgid "error %d reading header: %s\n" msgstr "virhe luotaessa hakemistoa %s: %s" -#: ../lib/dbindex.c:16 +#: ../lib/dbindex.c:14 #, c-format msgid "cannot open file %s: " msgstr "en voinut avata tiedostoa %s: " -#: ../lib/dbindex.c:43 +#: ../lib/dbindex.c:41 #, c-format msgid "error getting record %s from %s" msgstr "virhe luettaessa tietuetta %s %s:stä" -#: ../lib/dbindex.c:71 +#: ../lib/dbindex.c:69 #, c-format msgid "error storing record %s into %s" msgstr "virhe talletettaessa tietuetta %s %s:ään" -#: ../lib/dbindex.c:78 +#: ../lib/dbindex.c:76 #, c-format msgid "error removing record %s into %s" msgstr "virhe poistettaessa tietuetta %s %s:stä" -#: ../lib/depends.c:374 ../lib/depends.c:529 +#: ../lib/depends.c:373 ../lib/depends.c:528 #, c-format msgid "cannot read header at %d for dependency check" msgstr "en voi lukea headeria %d:ssä riippuvuutta tarkistaessa" -#: ../lib/depends.c:439 +#: ../lib/depends.c:438 #, c-format msgid "dependencies: looking for %s\n" msgstr "" -#: ../lib/depends.c:622 +#: ../lib/depends.c:621 #, fuzzy, c-format msgid "package %s require not satisfied: %s\n" msgstr "paketti %s ei ole %s:ssä" -#: ../lib/depends.c:665 +#: ../lib/depends.c:664 #, fuzzy, c-format msgid "package %s conflicts: %s\n" msgstr "paketti %s ei ole %s:ssä" -#: ../lib/depends.c:764 +#: ../lib/depends.c:763 msgid "dbrecMatchesDepFlags() failed to read header" msgstr "" -#: ../lib/depends.c:816 +#: ../lib/depends.c:815 #, c-format msgid "loop in prerequisite chain: %s" msgstr "silmukka edellytysten ketjussa: %s" -#: ../lib/falloc.c:128 +#: ../lib/falloc.c:127 #, c-format msgid "free list corrupt (%d)- contact support@redhat.com\n" msgstr "" -#: ../lib/formats.c:99 ../lib/formats.c:116 ../lib/formats.c:136 -#: ../lib/formats.c:168 ../lib/header.c:1925 ../lib/header.c:1941 -#: ../lib/header.c:1961 +#: ../lib/formats.c:97 ../lib/formats.c:114 ../lib/formats.c:134 +#: ../lib/formats.c:166 ../lib/header.c:1924 ../lib/header.c:1940 +#: ../lib/header.c:1960 msgid "(not a number)" msgstr "(ei ole luku)" -#: ../lib/fs.c:42 +#: ../lib/fs.c:40 #, c-format msgid "mntctl() failed to return fugger size: %s" msgstr "" -#: ../lib/fs.c:76 ../lib/fs.c:238 +#: ../lib/fs.c:74 ../lib/fs.c:236 #, fuzzy, c-format msgid "failed to stat %s: %s" msgstr "en voinut avata %s: %s" -#: ../lib/fs.c:117 +#: ../lib/fs.c:115 #, c-format msgid "failed to open %s: %s" msgstr "en voinut avata %s: %s" -#: ../lib/fs.c:259 +#: ../lib/fs.c:257 #, c-format msgid "file %s is on an unknown device" msgstr "" -#: ../lib/header.c:666 +#: ../lib/header.c:665 #, c-format msgid "Data type %d not supprted\n" msgstr "" #. This should not be allowed -#: ../lib/header.c:878 +#: ../lib/header.c:877 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: ../lib/header.c:908 +#: ../lib/header.c:907 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: ../lib/header.c:967 +#: ../lib/header.c:966 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: ../lib/header.c:1281 +#: ../lib/header.c:1280 msgid "? expected in expression" msgstr "odotin '?'-merkkiä ilmauksessa" -#: ../lib/header.c:1288 +#: ../lib/header.c:1287 #, fuzzy msgid "{ expected after ? in expression" msgstr "odotin '{' '?'-merkin jälkeen ilmauksessa " -#: ../lib/header.c:1298 ../lib/header.c:1330 +#: ../lib/header.c:1297 ../lib/header.c:1329 msgid "} expected in expression" msgstr "odotin '}'-merkkiä ilmauksessa" -#: ../lib/header.c:1305 +#: ../lib/header.c:1304 msgid ": expected following ? subexpression" msgstr "odotin ':' '?'-merkin jälkeen ali-ilmauksessa " -#: ../lib/header.c:1318 +#: ../lib/header.c:1317 #, fuzzy msgid "{ expected after : in expression" msgstr "odotin '{' ':'-merkin jälkeen ilmauksessa " -#: ../lib/header.c:1337 +#: ../lib/header.c:1336 msgid "| expected at end of expression" msgstr "odotin '}'-merkkiä ilmauksen lopussa" -#: ../lib/header.c:1431 +#: ../lib/header.c:1430 #, c-format msgid "missing { after %" msgstr "puuttuva '{' '%':n jälkeen" -#: ../lib/header.c:1459 +#: ../lib/header.c:1458 msgid "missing } after %{" msgstr "puuttuva '{' '%{':n jälkeen" -#: ../lib/header.c:1471 +#: ../lib/header.c:1470 msgid "empty tag format" msgstr "tyhjä nimiön formaatti" -#: ../lib/header.c:1481 +#: ../lib/header.c:1480 msgid "empty tag name" msgstr "tyhjä nimiön nimi" -#: ../lib/header.c:1496 +#: ../lib/header.c:1495 msgid "unknown tag" msgstr "tuntematon nimiö" -#: ../lib/header.c:1522 +#: ../lib/header.c:1521 msgid "] expected at end of array" msgstr "']' puuttuu taulukkomäärittelyn lopusta" -#: ../lib/header.c:1538 +#: ../lib/header.c:1537 msgid "unexpected ]" msgstr "odottamaton ']'" -#: ../lib/header.c:1540 +#: ../lib/header.c:1539 msgid "unexpected }" msgstr "odottamaton '}'" -#: ../lib/header.c:1615 ../lib/header.c:1621 ../lib/header.c:1804 +#: ../lib/header.c:1614 ../lib/header.c:1620 ../lib/header.c:1803 msgid "(none)" msgstr "(ei mitään)" -#: ../lib/header.c:1715 +#: ../lib/header.c:1714 msgid "(unknown type)" msgstr "(tuntematon tyyppi)" -#: ../lib/install.c:96 +#: ../lib/install.c:95 msgid "source package expected, binary found" msgstr "" -#: ../lib/install.c:168 +#: ../lib/install.c:167 #, fuzzy msgid "package is not relocatable" msgstr "paketti %s ei ole asennettu\n" -#: ../lib/install.c:172 +#: ../lib/install.c:171 msgid "package has multiple relocatable components" msgstr "" -#: ../lib/install.c:195 +#: ../lib/install.c:194 #, fuzzy, c-format msgid "path %s is not relocatable" msgstr "paketti %s ei ole asennettu\n" -#: ../lib/install.c:277 +#: ../lib/install.c:276 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: ../lib/install.c:325 +#: ../lib/install.c:324 #, fuzzy, c-format msgid "not installing %s -- linguas\n" msgstr "Asennan: %s\n" -#: ../lib/install.c:347 +#: ../lib/install.c:346 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: ../lib/install.c:355 +#: ../lib/install.c:354 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: ../lib/install.c:379 +#: ../lib/install.c:378 msgid "instchangelog value in rpmrc should be a number, but isn't" msgstr "" -#: ../lib/install.c:455 ../lib/install.c:735 +#: ../lib/install.c:454 ../lib/install.c:734 msgid "stopping install as we're running --test\n" msgstr "" -#: ../lib/install.c:486 +#: ../lib/install.c:485 #, fuzzy, c-format msgid "package %s-%s-%s is for a different architecture" msgstr "paketti %s-%s-%s sisältää jaettuja tiedostoja\n" -#: ../lib/install.c:493 +#: ../lib/install.c:492 #, c-format msgid "package %s-%s-%s is for a different operating system" msgstr "" -#: ../lib/install.c:505 +#: ../lib/install.c:504 #, fuzzy, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "paketti %s-%s-%s sisältää jaettuja tiedostoja\n" #. no matches -#: ../lib/install.c:569 +#: ../lib/install.c:568 #, fuzzy, c-format msgid "package %s is now obsolete and will be removed\n" msgstr "paketti %s ei ole asennettu\n" -#: ../lib/install.c:680 +#: ../lib/install.c:679 #, c-format msgid "file %s in netshared path\n" msgstr "" -#: ../lib/install.c:697 +#: ../lib/install.c:696 #, c-format msgid "%s exists - creating with alternate name\n" msgstr "" -#: ../lib/install.c:702 +#: ../lib/install.c:701 #, c-format msgid "%s exists - backing up\n" msgstr "" -#: ../lib/install.c:741 +#: ../lib/install.c:740 msgid "running preinstall script (if any)\n" msgstr "" -#: ../lib/install.c:772 +#: ../lib/install.c:771 #, c-format msgid "warning: %s created as %s" msgstr "" -#: ../lib/install.c:806 +#: ../lib/install.c:805 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: ../lib/install.c:810 ../lib/install.c:1520 ../lib/uninstall.c:590 +#: ../lib/install.c:809 ../lib/install.c:1519 ../lib/uninstall.c:589 #, c-format msgid "rename of %s to %s failed: %s" msgstr "%s:n nimeäminen %s:ksi epäonnistui: %s" -#: ../lib/install.c:911 +#: ../lib/install.c:910 msgid "running postinstall script (if any)\n" msgstr "" -#: ../lib/install.c:932 +#: ../lib/install.c:931 msgid "removing old versions of package\n" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error -#: ../lib/install.c:1023 +#: ../lib/install.c:1022 #, c-format msgid "unpacking of archive failed on file %s: %d: %s" msgstr "" -#: ../lib/install.c:1061 +#: ../lib/install.c:1060 #, fuzzy, c-format msgid "package %s-%s-%s is already installed" msgstr "paketti %s ei ole asennettu\n" -#: ../lib/install.c:1109 +#: ../lib/install.c:1108 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: ../lib/install.c:1127 +#: ../lib/install.c:1126 msgid "\tfile type on disk is different then package - saving\n" msgstr "" -#: ../lib/install.c:1130 +#: ../lib/install.c:1129 msgid "" "\tfile type in database is different then disk and package file - saving\n" msgstr "" -#: ../lib/install.c:1134 +#: ../lib/install.c:1133 msgid "\tfile type changed - replacing\n" msgstr "" -#: ../lib/install.c:1138 +#: ../lib/install.c:1137 msgid "\tcan't check file for changes - replacing\n" msgstr "" #. assume the file has been removed, don't freak -#: ../lib/install.c:1150 ../lib/install.c:1160 +#: ../lib/install.c:1149 ../lib/install.c:1159 msgid "\tfile not present - creating" msgstr "" #. this config file has never been modified, so #. just replace it -#: ../lib/install.c:1173 +#: ../lib/install.c:1172 msgid "\told == current, replacing with new version\n" msgstr "" #. this file is the same in all versions of this package -#: ../lib/install.c:1180 +#: ../lib/install.c:1179 msgid "\told == new, keeping\n" msgstr "" @@ -2616,130 +2616,130 @@ msgstr "" #. the ones in the two packages are different. It would #. be nice if RPM was smart enough to at least try and #. merge the difference ala CVS, but... -#: ../lib/install.c:1188 +#: ../lib/install.c:1187 msgid "\tfiles changed too much - backing up\n" msgstr "" -#: ../lib/install.c:1250 ../lib/rpmdb.c:310 ../lib/uninstall.c:118 -#: ../lib/uninstall.c:218 +#: ../lib/install.c:1249 ../lib/rpmdb.c:309 ../lib/uninstall.c:117 +#: ../lib/uninstall.c:217 #, c-format msgid "cannot read header at %d for uninstall" msgstr "en voi lukea headeria %d:stä poistamiseen" -#: ../lib/install.c:1263 ../lib/uninstall.c:131 +#: ../lib/install.c:1262 ../lib/uninstall.c:130 #, c-format msgid "package %s-%s-%s contain shared files\n" msgstr "paketti %s-%s-%s sisältää jaettuja tiedostoja\n" -#: ../lib/install.c:1268 ../lib/uninstall.c:136 +#: ../lib/install.c:1267 ../lib/uninstall.c:135 #, fuzzy, c-format msgid "package %s contains no files" msgstr "paketti %s-%s-%s sisältää jaettuja tiedostoja\n" -#: ../lib/install.c:1290 ../lib/uninstall.c:159 +#: ../lib/install.c:1289 ../lib/uninstall.c:158 #, fuzzy, c-format msgid "file %s is shared\n" msgstr "en voinut avata %s: %s" -#: ../lib/install.c:1306 +#: ../lib/install.c:1305 msgid "\told version already replaced\n" msgstr "" -#: ../lib/install.c:1309 +#: ../lib/install.c:1308 msgid "\tother version never installed\n" msgstr "" -#: ../lib/install.c:1317 +#: ../lib/install.c:1316 #, fuzzy, c-format msgid "%s conflicts with file from %s-%s-%s" msgstr " on ristiriidassa %s-%s-%s:n kanssa\n" -#: ../lib/install.c:1336 +#: ../lib/install.c:1335 #, c-format msgid "%s from %s-%s-%s will be replaced\n" msgstr "" -#: ../lib/install.c:1400 +#: ../lib/install.c:1399 #, fuzzy msgid "installing a source package\n" msgstr "asenna paketti" -#: ../lib/install.c:1416 ../lib/install.c:1421 +#: ../lib/install.c:1415 ../lib/install.c:1420 #, fuzzy, c-format msgid "cannot write to %s" msgstr "en voinut avata tiedostoa %s: " -#: ../lib/install.c:1425 +#: ../lib/install.c:1424 #, c-format msgid "sources in: %s\n" msgstr "" -#: ../lib/install.c:1426 +#: ../lib/install.c:1425 #, fuzzy, c-format msgid "spec file in: %s\n" msgstr "en voinut avata %s: %s" -#: ../lib/install.c:1459 ../lib/install.c:1498 +#: ../lib/install.c:1458 ../lib/install.c:1497 #, fuzzy msgid "source package contains no .spec file" msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on" -#: ../lib/install.c:1518 +#: ../lib/install.c:1517 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: ../lib/install.c:1634 +#: ../lib/install.c:1633 #, fuzzy, c-format msgid "package %s-%s-%s (which is newer) is already installed" msgstr "paketti %s-%s-%s sisältää jaettuja tiedostoja\n" -#: ../lib/lookup.c:86 +#: ../lib/lookup.c:84 #, c-format msgid "cannot read header at %d for lookup" msgstr "" -#: ../lib/macro.c:114 +#: ../lib/macro.c:113 #, c-format msgid "======================== active %d empty %d\n" msgstr "" #. XXX just in case -#: ../lib/macro.c:201 +#: ../lib/macro.c:200 #, c-format msgid "%3d>%*s(empty)" msgstr "" -#: ../lib/macro.c:236 +#: ../lib/macro.c:235 #, c-format msgid "%3d<%*s(empty)\n" msgstr "" -#: ../lib/macro.c:409 +#: ../lib/macro.c:408 msgid "Macro %%%s has unterminated body" msgstr "" -#: ../lib/macro.c:435 +#: ../lib/macro.c:434 msgid "Macro %%%s has illegal name (%%define)" msgstr "" -#: ../lib/macro.c:441 +#: ../lib/macro.c:440 msgid "Macro %%%s has unterminated opts" msgstr "" -#: ../lib/macro.c:446 +#: ../lib/macro.c:445 msgid "Macro %%%s has empty body" msgstr "" -#: ../lib/macro.c:451 +#: ../lib/macro.c:450 msgid "Macro %%%s failed to expand" msgstr "" -#: ../lib/macro.c:476 +#: ../lib/macro.c:475 msgid "Macro %%%s has illegal name (%%undefine)" msgstr "" -#: ../lib/macro.c:547 +#: ../lib/macro.c:548 msgid "Macro %%%s (%s) was not used below level %d" msgstr "" @@ -2781,499 +2781,499 @@ msgstr "en voinut avata %s: %s" msgid "File %s is smaller than %d bytes" msgstr "" -#: ../lib/messages.c:53 +#: ../lib/messages.c:51 msgid "warning: " msgstr "varoitus: " -#: ../lib/messages.c:59 +#: ../lib/messages.c:57 msgid "error: " msgstr "virhe: " -#: ../lib/messages.c:65 +#: ../lib/messages.c:63 msgid "fatal error: " msgstr "vakava virhe: " -#: ../lib/messages.c:72 +#: ../lib/messages.c:70 msgid "internal error (rpm bug?): " msgstr "" -#: ../lib/misc.c:338 ../lib/misc.c:343 ../lib/misc.c:349 +#: ../lib/misc.c:337 ../lib/misc.c:342 ../lib/misc.c:348 #, fuzzy, c-format msgid "error creating temporary file %s" msgstr "virhe luotaessa hakemistoa %s: %s" -#: ../lib/oldheader.c:294 +#: ../lib/oldheader.c:293 msgid "bad file state: " msgstr "" -#: ../lib/package.c:51 +#: ../lib/package.c:50 msgid "package is a version one package!\n" msgstr "" -#: ../lib/package.c:54 +#: ../lib/package.c:53 msgid "old style source package -- I'll do my best\n" msgstr "" -#: ../lib/package.c:57 +#: ../lib/package.c:56 #, c-format msgid "archive offset is %d\n" msgstr "" -#: ../lib/package.c:67 +#: ../lib/package.c:66 msgid "old style binary package\n" msgstr "" -#: ../lib/package.c:98 +#: ../lib/package.c:97 msgid "" "only packages with major numbers <= 3 are supported by this version of RPM" msgstr "" "tämä versio RPM:stä tukee vain suuremmman kuin 3 versionumeron paketteja" -#: ../lib/rebuilddb.c:15 +#: ../lib/rebuilddb.c:14 #, fuzzy, c-format msgid "rebuilding database in rootdir %s\n" msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta" -#: ../lib/rebuilddb.c:19 ../lib/rpmdb.c:45 ../lib/rpmdb.c:58 +#: ../lib/rebuilddb.c:18 ../lib/rpmdb.c:44 ../lib/rpmdb.c:57 msgid "no dbpath has been set" msgstr "dbpath ei ole asetettu" -#: ../lib/rebuilddb.c:27 +#: ../lib/rebuilddb.c:26 #, c-format msgid "temporary database %s already exists" msgstr "väliaikainen tietokanta %s on jo olemassa" -#: ../lib/rebuilddb.c:31 +#: ../lib/rebuilddb.c:30 #, fuzzy, c-format msgid "creating directory: %s\n" msgstr "virhe luotaessa hakemistoa %s: %s" -#: ../lib/rebuilddb.c:33 +#: ../lib/rebuilddb.c:32 #, c-format msgid "error creating directory %s: %s" msgstr "virhe luotaessa hakemistoa %s: %s" -#: ../lib/rebuilddb.c:39 +#: ../lib/rebuilddb.c:38 msgid "opening old database\n" msgstr "" -#: ../lib/rebuilddb.c:44 +#: ../lib/rebuilddb.c:43 msgid "opening new database\n" msgstr "" -#: ../lib/rebuilddb.c:53 ../lib/rebuilddb.c:71 +#: ../lib/rebuilddb.c:52 ../lib/rebuilddb.c:70 #, c-format msgid "record number %d in database is bad -- skipping it" msgstr "tietue numero %d tietokannassa viallinen -- ohitan sen" -#: ../lib/rebuilddb.c:65 +#: ../lib/rebuilddb.c:64 #, c-format msgid "cannot add record originally at %d" msgstr "en voi lisätä tietuetta %d:stä" -#: ../lib/rebuilddb.c:82 +#: ../lib/rebuilddb.c:81 msgid "failed to rebuild database; original database remains in place\n" msgstr "" -#: ../lib/rebuilddb.c:89 +#: ../lib/rebuilddb.c:88 msgid "failed to replace old database with new database!\n" msgstr "" -#: ../lib/rebuilddb.c:91 +#: ../lib/rebuilddb.c:90 #, c-format msgid "replaces files in %s with files from %s to recover" msgstr "" -#: ../lib/rebuilddb.c:96 +#: ../lib/rebuilddb.c:95 #, fuzzy, c-format msgid "failed to remove %s: %s\n" msgstr "en voinut avata %s: %s" -#: ../lib/rpmdb.c:113 +#: ../lib/rpmdb.c:112 #, c-format msgid "opening database in %s\n" msgstr "" -#: ../lib/rpmdb.c:122 +#: ../lib/rpmdb.c:121 #, c-format msgid "failed to open %s\n" msgstr "%s:n avaus epäonnistui\n" -#: ../lib/rpmdb.c:135 ../lib/rpmdb.c:142 +#: ../lib/rpmdb.c:134 ../lib/rpmdb.c:141 #, c-format msgid "cannot get %s lock on database" msgstr "en voi saada %s lukitusta tietokantaan" -#: ../lib/rpmdb.c:136 +#: ../lib/rpmdb.c:135 msgid "exclusive" msgstr "poissulkevaa" -#: ../lib/rpmdb.c:143 +#: ../lib/rpmdb.c:142 msgid "shared" msgstr "jaettua" -#: ../lib/rpmdb.c:276 +#: ../lib/rpmdb.c:275 #, c-format msgid "package %s not listed in %s" msgstr "paketti %s ei ole %s:ssä" -#: ../lib/rpmdb.c:287 +#: ../lib/rpmdb.c:286 #, c-format msgid "package %s not found in %s" msgstr "paketti %s ei ole %s:ssä" -#: ../lib/rpmdb.c:318 +#: ../lib/rpmdb.c:317 msgid "package has no name" msgstr "paketilla ei ole nimeä" -#: ../lib/rpmdb.c:320 +#: ../lib/rpmdb.c:319 msgid "removing name index\n" msgstr "" -#: ../lib/rpmdb.c:325 +#: ../lib/rpmdb.c:324 #, fuzzy msgid "package has no group\n" msgstr "paketilla ei ole nimeä" -#: ../lib/rpmdb.c:327 +#: ../lib/rpmdb.c:326 msgid "removing group index\n" msgstr "" -#: ../lib/rpmdb.c:334 +#: ../lib/rpmdb.c:333 #, fuzzy, c-format msgid "removing provides index for %s\n" msgstr "virhe poistettaessa tietuetta %s %s:stä" -#: ../lib/rpmdb.c:349 +#: ../lib/rpmdb.c:348 #, fuzzy, c-format msgid "removing requiredby index for %s\n" msgstr "virhe poistettaessa tietuetta %s %s:stä" -#: ../lib/rpmdb.c:361 +#: ../lib/rpmdb.c:360 #, fuzzy, c-format msgid "removing trigger index for %s\n" msgstr "virhe poistettaessa tietuetta %s %s:stä" -#: ../lib/rpmdb.c:372 +#: ../lib/rpmdb.c:371 #, c-format msgid "removing conflict index for %s\n" msgstr "" -#: ../lib/rpmdb.c:383 +#: ../lib/rpmdb.c:382 #, c-format msgid "removing file index for %s\n" msgstr "" -#: ../lib/rpmdb.c:390 +#: ../lib/rpmdb.c:389 #, fuzzy msgid "package has no files\n" msgstr "paketilla ei ole nimeä" -#: ../lib/rpmdb.c:463 +#: ../lib/rpmdb.c:462 msgid "cannot allocate space for database" msgstr "en voi varata tilaa tietokannalle" -#: ../lib/rpmdb.c:527 +#: ../lib/rpmdb.c:526 #, c-format msgid "cannot read header at %d for update" msgstr "en voi lukea headeria %d:stä päivittäessä" -#: ../lib/rpmdb.c:536 +#: ../lib/rpmdb.c:535 msgid "header changed size!" msgstr "" -#: ../lib/rpmlead.c:43 +#: ../lib/rpmlead.c:42 #, c-format msgid "read failed: %s (%d)" msgstr "luku epäonnistui: %s (%d)" -#: ../lib/rpmrc.c:212 +#: ../lib/rpmrc.c:211 #, c-format msgid "missing second ':' at %s:%d" msgstr "toinen ':' puuttuu, %s:%d" -#: ../lib/rpmrc.c:215 +#: ../lib/rpmrc.c:214 #, c-format msgid "missing architecture name at %s:%d" msgstr "puuttuva arkkitehtuurin nimi, %s:%d" -#: ../lib/rpmrc.c:352 +#: ../lib/rpmrc.c:359 #, c-format msgid "Incomplete data line at %s:%d" msgstr "Epätäydellinen datarivi, %s:%d" -#: ../lib/rpmrc.c:356 +#: ../lib/rpmrc.c:363 #, c-format msgid "Too many args in data line at %s:%d" msgstr "liian monta parametriä datarivillä %s:%d" -#: ../lib/rpmrc.c:363 +#: ../lib/rpmrc.c:370 #, c-format msgid "Bad arch/os number: %s (%s:%d)" msgstr "Huono arkkitehtuuri/käyttöjärjestelmä numero: %s (%s:%d)" -#: ../lib/rpmrc.c:396 +#: ../lib/rpmrc.c:403 #, c-format msgid "Incomplete default line at %s:%d" msgstr "Epätäydellinen oletusrivi, %s:%d" -#: ../lib/rpmrc.c:401 +#: ../lib/rpmrc.c:408 #, c-format msgid "Too many args in default line at %s:%d" msgstr "liian monta parametriä oletusrivillä %s:%d" -#: ../lib/rpmrc.c:531 ../lib/rpmrc.c:547 +#: ../lib/rpmrc.c:542 ../lib/rpmrc.c:558 #, c-format msgid "Unable to open %s for reading: %s." msgstr "En voi avata %s luettavaksi: %s." -#: ../lib/rpmrc.c:591 +#: ../lib/rpmrc.c:602 #, c-format msgid "Failed to read %s: %s." msgstr "En voi lukea %s: %s." -#: ../lib/rpmrc.c:622 +#: ../lib/rpmrc.c:633 #, c-format msgid "missing ':' at %s:%d" msgstr "puuttuva ':', %s:%d" -#: ../lib/rpmrc.c:638 ../lib/rpmrc.c:733 +#: ../lib/rpmrc.c:649 ../lib/rpmrc.c:744 #, c-format msgid "missing argument for %s at %s:%d" msgstr "%s:n puuttuva parametri %s:%d" -#: ../lib/rpmrc.c:668 +#: ../lib/rpmrc.c:679 #, fuzzy, c-format msgid "no macroname for setenv %s:%d" msgstr "%s:n puuttuva parametri %s:%d" -#: ../lib/rpmrc.c:699 +#: ../lib/rpmrc.c:710 #, c-format msgid "expansion failed at %s:d \"%s\"" msgstr "" -#: ../lib/rpmrc.c:705 +#: ../lib/rpmrc.c:716 #, fuzzy, c-format msgid "cannot open %s at %s:%d" msgstr "en voinut avata tiedostoa %s: " -#: ../lib/rpmrc.c:723 +#: ../lib/rpmrc.c:734 #, c-format msgid "missing architecture for %s at %s:%d" msgstr "%s:n puuttuva arkkitehtuuri %s:%d" -#: ../lib/rpmrc.c:790 +#: ../lib/rpmrc.c:801 #, c-format msgid "bad option '%s' at %s:%d" msgstr "huono parametri '%s', %s:%d" -#: ../lib/rpmrc.c:1077 +#: ../lib/rpmrc.c:1166 #, c-format msgid "Unknown system: %s\n" msgstr "" -#: ../lib/rpmrc.c:1078 +#: ../lib/rpmrc.c:1167 msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: ../lib/signature.c:72 +#: ../lib/signature.c:71 #, fuzzy msgid "No signature\n" msgstr "%s: Ei allekirjoitusta saatavilla\n" -#: ../lib/signature.c:75 +#: ../lib/signature.c:74 #, fuzzy msgid "Old PGP signature\n" msgstr "generoi PGP-allekirjoitus" -#: ../lib/signature.c:88 +#: ../lib/signature.c:87 msgid "Old (internal-only) signature! How did you get that!?" msgstr "Vanha (sisäisen käytön) allekirjoitus! Mistä sait sen!?" -#: ../lib/signature.c:92 +#: ../lib/signature.c:91 #, fuzzy msgid "New Header signature\n" msgstr "en voinut lukea allekirjoitusta" #. 8-byte pad -#: ../lib/signature.c:100 ../lib/signature.c:138 +#: ../lib/signature.c:99 ../lib/signature.c:137 #, c-format msgid "Signature size: %d\n" msgstr "" -#: ../lib/signature.c:101 ../lib/signature.c:139 +#: ../lib/signature.c:100 ../lib/signature.c:138 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: ../lib/signature.c:211 ../lib/signature.c:468 +#: ../lib/signature.c:210 ../lib/signature.c:467 msgid "Couldn't exec pgp" msgstr "En voinut ajaa pgp:tä" -#: ../lib/signature.c:222 +#: ../lib/signature.c:221 msgid "pgp failed" msgstr "pgp epäonnistui" #. PGP failed to write signature #. Just in case -#: ../lib/signature.c:229 +#: ../lib/signature.c:228 msgid "pgp failed to write signature" msgstr "pgp ei voinut kirjoittaa allekirjoitusta" -#: ../lib/signature.c:234 +#: ../lib/signature.c:233 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: ../lib/signature.c:242 +#: ../lib/signature.c:241 msgid "unable to read the signature" msgstr "en voinut lukea allekirjoitusta" -#: ../lib/signature.c:248 +#: ../lib/signature.c:247 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: ../lib/signature.c:263 +#: ../lib/signature.c:262 #, c-format msgid "sigsize : %d\n" msgstr "" -#: ../lib/signature.c:264 +#: ../lib/signature.c:263 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: ../lib/signature.c:265 +#: ../lib/signature.c:264 #, c-format msgid "expected size : %d\n" msgstr "" -#: ../lib/signature.c:269 +#: ../lib/signature.c:268 msgid "file is not regular -- skipping size check\n" msgstr "" -#: ../lib/signature.c:383 +#: ../lib/signature.c:382 #, fuzzy msgid "exec failed!\n" msgstr "%s: avaus ei onnistunut\n" -#: ../lib/signature.c:385 +#: ../lib/signature.c:384 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "En voinut ajaa pgp:tä. Käytä --nopgpg ohittaaksesi PGP-tarkistus" -#: ../lib/signature.c:419 +#: ../lib/signature.c:418 msgid "You must set \"pgp_name:\" in your rpmrc file" msgstr "Sinun pitää asettaa \"pgp_name:\" rpmrc-tiedostossa" #. This shouldn't happen, but some versions of RPM didn't #. implement --justdb properly, and chose to leave this stuff #. out. -#: ../lib/uninstall.c:149 ../lib/uninstall.c:279 +#: ../lib/uninstall.c:148 ../lib/uninstall.c:278 msgid "package is missing FILESTATES\n" msgstr "" -#: ../lib/uninstall.c:164 +#: ../lib/uninstall.c:163 msgid " file has already been replaced\n" msgstr "" -#: ../lib/uninstall.c:168 +#: ../lib/uninstall.c:167 msgid " file was never installed\n" msgstr "" -#: ../lib/uninstall.c:172 +#: ../lib/uninstall.c:171 msgid " file is netshared (so don't touch it)\n" msgstr "" -#: ../lib/uninstall.c:179 +#: ../lib/uninstall.c:178 msgid " file is truely shared - saving\n" msgstr "" -#: ../lib/uninstall.c:229 +#: ../lib/uninstall.c:228 #, fuzzy, c-format msgid "cannot read packages named %s for uninstall" msgstr "en voi lukea headeria %d:stä poistamiseen" -#: ../lib/uninstall.c:257 +#: ../lib/uninstall.c:256 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: ../lib/uninstall.c:305 +#: ../lib/uninstall.c:304 #, c-format msgid "%s has a netshared override\n" msgstr "" -#: ../lib/uninstall.c:343 +#: ../lib/uninstall.c:342 msgid "running postuninstall script (if any)\n" msgstr "" -#: ../lib/uninstall.c:357 +#: ../lib/uninstall.c:356 msgid "removing database entry\n" msgstr "" -#: ../lib/uninstall.c:506 +#: ../lib/uninstall.c:505 msgid "execution of script failed" msgstr "skriptin ajo epäonnistui" -#: ../lib/uninstall.c:551 +#: ../lib/uninstall.c:550 #, c-format msgid "%s has already been replaced\n" msgstr "" #. if it's a config file, we may not want to remove it -#: ../lib/uninstall.c:557 +#: ../lib/uninstall.c:556 #, c-format msgid "finding md5sum of %s\n" msgstr "" -#: ../lib/uninstall.c:565 +#: ../lib/uninstall.c:564 msgid " failed - assuming file removed\n" msgstr "" -#: ../lib/uninstall.c:568 +#: ../lib/uninstall.c:567 msgid " file changed - will save\n" msgstr "" -#: ../lib/uninstall.c:572 +#: ../lib/uninstall.c:571 msgid " file unchanged - will remove\n" msgstr "" -#: ../lib/uninstall.c:580 +#: ../lib/uninstall.c:579 #, fuzzy, c-format msgid "keeping %s\n" msgstr "Haen: %s\n" -#: ../lib/uninstall.c:584 +#: ../lib/uninstall.c:583 #, c-format msgid "saving %s as %s.rpmsave\n" msgstr "" -#: ../lib/uninstall.c:598 +#: ../lib/uninstall.c:597 #, c-format msgid "%s - removing\n" msgstr "" -#: ../lib/uninstall.c:604 +#: ../lib/uninstall.c:603 #, c-format msgid "cannot remove %s - directory not empty" msgstr "en voi poistaa %s -hakemisto ei ole tyhjä" -#: ../lib/uninstall.c:607 +#: ../lib/uninstall.c:606 #, c-format msgid "rmdir of %s failed: %s" msgstr "%s:n rmdir epäonnistui: %s" -#: ../lib/uninstall.c:617 +#: ../lib/uninstall.c:616 #, c-format msgid "removal of %s failed: %s" msgstr "%s:n poisto epäonnistui: %s" -#: ../lib/verify.c:171 +#: ../lib/verify.c:170 msgid "package lacks both user name and id lists (this should never happen)" msgstr "" -#: ../lib/verify.c:189 +#: ../lib/verify.c:188 msgid "package lacks both group name and id lists (this should never happen)" msgstr "" @@ -1,578 +1,578 @@ -#: ../rpm.c:200 ../rpm.c:279 +#: ../rpm.c:197 ../rpm.c:276 msgid "" -msgstr "POT-Creation-Date: 1998-10-06 13:43-0400\n" +msgstr "POT-Creation-Date: 1998-10-08 10:34-0400\n" -#: ../build.c:40 ../build.c:51 +#: ../build.c:39 ../build.c:50 #, fuzzy, c-format msgid "Failed to open tar pipe: %s\n" msgstr "impossible d'ouvrir: %s\n" #. Give up -#: ../build.c:57 +#: ../build.c:56 #, fuzzy, c-format msgid "Failed to read spec file from %s\n" msgstr "impossible d'ouvrir: %s\n" -#: ../build.c:80 +#: ../build.c:79 #, fuzzy, c-format msgid "Failed to rename %s to %s: %s\n" msgstr "impossible d'ouvrir: %s\n" -#: ../build.c:112 +#: ../build.c:111 #, c-format msgid "File is not a regular file: %s\n" msgstr "" -#: ../build.c:117 +#: ../build.c:116 #, fuzzy, c-format msgid "Unable to open spec file: %s\n" msgstr "impossible d'ouvrir: %s\n" -#: ../build.c:125 +#: ../build.c:124 #, c-format msgid "File contains non-printable characters(%c): %s\n" msgstr "" -#: ../checksig.c:26 ../checksig.c:157 +#: ../checksig.c:25 ../checksig.c:156 #, c-format msgid "%s: Open failed\n" msgstr "" -#: ../checksig.c:30 ../checksig.c:162 +#: ../checksig.c:29 ../checksig.c:161 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: ../checksig.c:34 +#: ../checksig.c:33 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: ../checksig.c:38 +#: ../checksig.c:37 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: ../checksig.c:42 ../checksig.c:172 +#: ../checksig.c:41 ../checksig.c:171 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: ../checksig.c:55 ../checksig.c:186 +#: ../checksig.c:54 ../checksig.c:185 msgid "Couldn't read the header/archive" msgstr "" -#: ../checksig.c:62 +#: ../checksig.c:61 msgid "Couldn't write header/archive to temp file" msgstr "" -#: ../build/pack.c:273 ../checksig.c:87 +#: ../build/pack.c:273 ../checksig.c:86 #, fuzzy, c-format msgid "Generating signature: %d\n" msgstr " --sign - genère une signature PGP" -#: ../checksig.c:110 +#: ../checksig.c:109 msgid "Couldn't read sigtarget" msgstr "" -#: ../checksig.c:119 +#: ../checksig.c:118 msgid "Couldn't write package" msgstr "" -#: ../checksig.c:167 +#: ../checksig.c:166 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: ../checksig.c:177 +#: ../checksig.c:176 #, c-format msgid "%s: No signature available\n" msgstr "" -#: ../checksig.c:193 +#: ../checksig.c:192 #, fuzzy, c-format msgid "Unable to write %s" msgstr "impossible d'ouvrir: %s\n" -#: ../checksig.c:284 +#: ../checksig.c:283 msgid "NOT OK" msgstr "" -#: ../checksig.c:285 ../checksig.c:292 +#: ../checksig.c:284 ../checksig.c:291 msgid " (MISSING KEYS)" msgstr "" -#: ../checksig.c:291 +#: ../checksig.c:290 msgid "OK" msgstr "" -#: ../ftp.c:425 +#: ../ftp.c:424 msgid "Bad FTP server response" msgstr "" -#: ../ftp.c:428 +#: ../ftp.c:427 msgid "FTP IO error" msgstr "" -#: ../ftp.c:431 +#: ../ftp.c:430 msgid "FTP server timeout" msgstr "" -#: ../ftp.c:434 +#: ../ftp.c:433 msgid "Unable to lookup FTP server host address" msgstr "" -#: ../ftp.c:437 +#: ../ftp.c:436 msgid "Unable to lookup FTP server host name" msgstr "" -#: ../ftp.c:440 +#: ../ftp.c:439 msgid "Failed to connect to FTP server" msgstr "" -#: ../ftp.c:443 +#: ../ftp.c:442 msgid "Failed to establish data connection to FTP server" msgstr "" -#: ../ftp.c:446 +#: ../ftp.c:445 msgid "IO error to local file" msgstr "" -#: ../ftp.c:449 +#: ../ftp.c:448 msgid "Error setting remote server to passive mode" msgstr "" -#: ../ftp.c:452 +#: ../ftp.c:451 msgid "File not found on server" msgstr "" -#: ../ftp.c:456 +#: ../ftp.c:455 msgid "FTP Unknown or unexpected error" msgstr "" -#: ../install.c:68 ../install.c:184 +#: ../install.c:67 ../install.c:183 #, c-format msgid "error: cannot open file %s\n" msgstr "" -#: ../install.c:85 ../install.c:407 +#: ../install.c:84 ../install.c:406 #, c-format msgid "Installing %s\n" msgstr "" -#: ../install.c:92 +#: ../install.c:91 msgid "stopping source install as we're just testing\n" msgstr "" -#: ../install.c:103 ../install.c:197 +#: ../install.c:102 ../install.c:196 #, c-format msgid "error: %s does not appear to be a RPM package\n" msgstr "" -#: ../install.c:108 ../install.c:202 ../install.c:411 +#: ../install.c:107 ../install.c:201 ../install.c:410 #, c-format msgid "error: %s cannot be installed\n" msgstr "" -#: ../install.c:141 +#: ../install.c:140 #, fuzzy msgid "counting packages to install\n" msgstr "aucun package n'a été spécifié pour l'installation" -#: ../install.c:145 +#: ../install.c:144 #, c-format msgid "found %d packages\n" msgstr "" -#: ../install.c:151 +#: ../install.c:150 msgid "looking for packages to download\n" msgstr "" -#: ../install.c:155 +#: ../install.c:154 #, c-format msgid "Retrieving %s\n" msgstr "" -#: ../install.c:162 +#: ../install.c:161 #, c-format msgid "getting %s as %s\n" msgstr "" -#: ../install.c:166 +#: ../install.c:165 #, c-format msgid "error: skipping %s - transfer failed - %s\n" msgstr "" -#: ../install.c:178 +#: ../install.c:177 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: ../install.c:180 +#: ../install.c:179 msgid "finding source and binary packages\n" msgstr "" -#: ../install.c:216 +#: ../install.c:215 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: ../install.c:220 +#: ../install.c:219 #, c-format msgid "opening database mode: 0%o\n" msgstr "" -#: ../install.c:222 ../install.c:311 +#: ../install.c:221 ../install.c:310 #, c-format msgid "error: cannot open %s%s/packages.rpm\n" msgstr "" -#: ../install.c:243 +#: ../install.c:242 msgid "failed dependencies:\n" msgstr "" -#: ../install.c:264 +#: ../install.c:263 msgid "installing binary packages\n" msgstr "" -#: ../install.c:298 +#: ../install.c:297 #, fuzzy msgid "counting packages to uninstall\n" msgstr "aucun package n'a été spécifié pour la désinstallation" -#: ../install.c:321 ../query.c:520 ../verify.c:249 +#: ../install.c:320 ../query.c:519 ../verify.c:249 #, fuzzy, c-format msgid "package %s is not installed\n" msgstr "aucun package n'a été spécifié pour l'installation" -#: ../install.c:324 +#: ../install.c:323 #, c-format msgid "error searching for package %s\n" msgstr "" -#: ../install.c:332 +#: ../install.c:331 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: ../install.c:354 +#: ../install.c:353 #, fuzzy, c-format msgid "found %d packages to uninstall\n" msgstr "aucun package n'a été spécifié pour la désinstallation" -#: ../install.c:369 +#: ../install.c:368 msgid "removing these packages would break dependencies:\n" msgstr "" -#: ../install.c:380 +#: ../install.c:379 #, c-format msgid "uninstalling record number %d\n" msgstr "" -#: ../install.c:402 +#: ../install.c:401 #, c-format msgid "error: cannot open %s\n" msgstr "" -#: ../install.c:450 +#: ../install.c:449 #, c-format msgid " is needed by %s-%s-%s\n" msgstr "" -#: ../install.c:453 +#: ../install.c:452 #, c-format msgid " conflicts with %s-%s-%s\n" msgstr "" -#: ../query.c:28 +#: ../query.c:27 #, c-format msgid "error in format: %s\n" msgstr "" -#: ../query.c:65 +#: ../query.c:64 msgid "(contains no files)" msgstr "" -#: ../query.c:118 +#: ../query.c:117 msgid "normal " msgstr "" -#: ../query.c:120 +#: ../query.c:119 msgid "replaced " msgstr "" -#: ../query.c:122 +#: ../query.c:121 msgid "net shared " msgstr "" -#: ../query.c:124 +#: ../query.c:123 #, fuzzy msgid "not installed " msgstr "aucun package n'a été spécifié pour l'installation" -#: ../query.c:126 +#: ../query.c:125 #, c-format msgid "(unknown %3d) " msgstr "" -#: ../query.c:130 +#: ../query.c:129 msgid "(no state) " msgstr "" -#: ../query.c:146 ../query.c:176 +#: ../query.c:145 ../query.c:175 msgid "package has neither file owner or id lists" msgstr "" -#: ../query.c:318 +#: ../query.c:317 #, c-format msgid "querying record number %d\n" msgstr "" -#: ../query.c:323 ../verify.c:138 +#: ../query.c:322 ../verify.c:137 msgid "error: could not read database record\n" msgstr "" -#: ../query.c:359 ../query.c:366 ../verify.c:194 ../verify.c:201 +#: ../query.c:358 ../query.c:365 ../verify.c:194 ../verify.c:201 #, c-format msgid "open of %s failed: %s\n" msgstr "" -#: ../query.c:382 +#: ../query.c:381 msgid "old format source packages cannot be queried\n" msgstr "" -#: ../query.c:391 +#: ../query.c:390 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: ../query.c:395 +#: ../query.c:394 #, c-format msgid "query of %s failed\n" msgstr "" -#: ../query.c:408 ../verify.c:178 +#: ../query.c:407 ../verify.c:177 msgid "could not read database record!\n" msgstr "" -#: ../query.c:419 ../verify.c:224 +#: ../query.c:418 ../verify.c:224 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: ../query.c:429 +#: ../query.c:428 #, c-format msgid "no package provides %s\n" msgstr "" -#: ../query.c:439 +#: ../query.c:438 #, fuzzy, c-format msgid "no package triggers %s\n" msgstr "aucun package n'a été spécifié pour l'installation" -#: ../query.c:449 +#: ../query.c:448 #, c-format msgid "no package requires %s\n" msgstr "" -#: ../query.c:467 ../query.c:473 +#: ../query.c:466 ../query.c:472 msgid "maximum path length exceeded\n" msgstr "" -#: ../query.c:485 +#: ../query.c:484 #, c-format msgid "file %s: %s\n" msgstr "" -#: ../query.c:488 ../verify.c:238 +#: ../query.c:487 ../verify.c:238 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: ../query.c:501 +#: ../query.c:500 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: ../query.c:504 +#: ../query.c:503 #, c-format msgid "showing package: %d\n" msgstr "" -#: ../query.c:508 +#: ../query.c:507 #, c-format msgid "record %d could not be read\n" msgstr "" -#: ../query.c:523 ../verify.c:251 +#: ../query.c:522 ../verify.c:251 #, c-format msgid "error looking for package %s\n" msgstr "" -#: ../rpm.c:177 +#: ../rpm.c:174 #, c-format msgid "rpm: %s\n" msgstr "" -#: ../rpm.c:188 +#: ../rpm.c:185 #, c-format msgid "RPM version %s\n" msgstr "" -#: ../rpm.c:192 +#: ../rpm.c:189 msgid "Copyright (C) 1998 - Red Hat Software" msgstr "" -#: ../rpm.c:193 +#: ../rpm.c:190 msgid "" "This may be freely redistributed under the terms of the GNU Public License" msgstr "" "Peut être redistribué librement selon les termes de la GNU Public License" -#: ../rpm.c:202 +#: ../rpm.c:199 msgid "usage: rpm {--help}" msgstr "" -#: ../rpm.c:203 +#: ../rpm.c:200 msgid " rpm {--version}" msgstr "" -#: ../rpm.c:204 +#: ../rpm.c:201 msgid " rpm {--initdb} [--dbpath <dir>]" msgstr "" -#: ../rpm.c:205 +#: ../rpm.c:202 msgid "" " rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]" msgstr "" -#: ../rpm.c:206 +#: ../rpm.c:203 #, fuzzy msgid " [--replacepkgs] [--replacefiles] [--root <dir>]" msgstr " --force - raccourci pour --replacepkgs --replacefiles" -#: ../rpm.c:207 +#: ../rpm.c:204 msgid " [--excludedocs] [--includedocs] [--noscripts]" msgstr "" -#: ../rpm.c:208 +#: ../rpm.c:205 msgid "" " [--rcfile <file>] [--ignorearch] [--dbpath <dir>]" msgstr "" -#: ../rpm.c:209 +#: ../rpm.c:206 msgid "" " [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]" msgstr "" -#: ../rpm.c:210 +#: ../rpm.c:207 msgid "" " [--ftpproxy <host>] [--ftpport <port>] [--justdb]" msgstr "" -#: ../rpm.c:211 ../rpm.c:219 +#: ../rpm.c:208 ../rpm.c:216 msgid " [--noorder] [--relocate oldpath=newpath]" msgstr "" -#: ../rpm.c:212 +#: ../rpm.c:209 msgid "" " [--badreloc] [--notriggers] file1.rpm ... fileN.rpm" msgstr "" -#: ../rpm.c:213 +#: ../rpm.c:210 msgid "" " rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]" msgstr "" -#: ../rpm.c:214 +#: ../rpm.c:211 #, fuzzy msgid " [--oldpackage] [--root <dir>] [--noscripts]" msgstr "" " -i - affiche les informations relatives à un package" -#: ../rpm.c:215 +#: ../rpm.c:212 msgid "" " [--excludedocs] [--includedocs] [--rcfile <file>]" msgstr "" -#: ../rpm.c:216 +#: ../rpm.c:213 msgid "" " [--ignorearch] [--dbpath <dir>] [--prefix <dir>] " msgstr "" -#: ../rpm.c:217 +#: ../rpm.c:214 #, fuzzy msgid " [--ftpproxy <host>] [--ftpport <port>]" msgstr " qui matchent <pkg>" -#: ../rpm.c:218 +#: ../rpm.c:215 msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]" msgstr "" -#: ../rpm.c:220 +#: ../rpm.c:217 #, fuzzy msgid " [--badreloc] file1.rpm ... fileN.rpm" msgstr " -l - affiche la liste des packages" -#: ../rpm.c:221 +#: ../rpm.c:218 msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]" msgstr "" -#: ../rpm.c:222 +#: ../rpm.c:219 msgid " [--scripts] [--root <dir>] [--rcfile <file>]" msgstr "" -#: ../rpm.c:223 +#: ../rpm.c:220 msgid " [--whatprovides] [--whatrequires] [--requires]" msgstr "" -#: ../rpm.c:224 +#: ../rpm.c:221 msgid "" " [--triggeredby] [--ftpuseport] [--ftpproxy <host>]" msgstr "" -#: ../rpm.c:225 +#: ../rpm.c:222 msgid "" " [--ftpport <port>] [--provides] [--triggers] [--dump]" msgstr "" -#: ../rpm.c:226 +#: ../rpm.c:223 #, fuzzy msgid " [--changelog] [--dbpath <dir>] [targets]" msgstr " -a - interroge l'ensemble des packages" -#: ../rpm.c:227 +#: ../rpm.c:224 msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]" msgstr "" -#: ../rpm.c:228 +#: ../rpm.c:225 msgid "" " [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]" msgstr "" -#: ../rpm.c:229 +#: ../rpm.c:226 #, fuzzy msgid " [--nomd5] [targets]" msgstr " -q - mode interrogation" -#: ../rpm.c:230 +#: ../rpm.c:227 msgid " rpm {--setperms} [-afpg] [target]" msgstr "" -#: ../rpm.c:231 +#: ../rpm.c:228 msgid " rpm {--setugids} [-afpg] [target]" msgstr "" -#: ../rpm.c:232 +#: ../rpm.c:229 msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]" msgstr "" -#: ../rpm.c:233 +#: ../rpm.c:230 #, fuzzy msgid " [--dbpath <dir>] [--nodeps] [--allmatches]" msgstr " -a - interroge l'ensemble des packages" -#: ../rpm.c:234 +#: ../rpm.c:231 #, fuzzy msgid "" " [--justdb] [--notriggers] rpackage1 ... packageN" @@ -580,438 +580,438 @@ msgstr "" " - installe le package source, construit le package " "binaire," -#: ../rpm.c:235 +#: ../rpm.c:232 msgid "" " rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile <file>]" msgstr "" -#: ../rpm.c:236 +#: ../rpm.c:233 #, fuzzy msgid " [--sign] [--test] [--timecheck <s>] ]" msgstr " qui matchent <pkg>" -#: ../rpm.c:237 +#: ../rpm.c:234 #, fuzzy msgid " [--buildplatform=platform1[,platform2...]]" msgstr "" " -i - affiche les informations relatives à un package" -#: ../rpm.c:238 +#: ../rpm.c:235 #, fuzzy msgid " [--rmsource] specfile" msgstr " -a - interroge l'ensemble des packages" -#: ../rpm.c:239 +#: ../rpm.c:236 msgid " rpm {--rmsource} [--rcfile <file>] [-v] specfile" msgstr "" -#: ../rpm.c:240 +#: ../rpm.c:237 msgid "" " rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm" msgstr "" -#: ../rpm.c:241 +#: ../rpm.c:238 msgid "" " rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm" msgstr "" -#: ../rpm.c:242 +#: ../rpm.c:239 msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN" msgstr "" -#: ../rpm.c:243 +#: ../rpm.c:240 msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN" msgstr "" -#: ../rpm.c:244 +#: ../rpm.c:241 msgid " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <file>]" msgstr "" -#: ../rpm.c:245 +#: ../rpm.c:242 #, fuzzy msgid " package1 ... packageN" msgstr " qui matchent <pkg>" -#: ../rpm.c:246 +#: ../rpm.c:243 msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]" msgstr "" -#: ../rpm.c:247 +#: ../rpm.c:244 msgid " rpm {--querytags}" msgstr "" -#: ../rpm.c:281 +#: ../rpm.c:278 msgid "usage:" msgstr "" -#: ../rpm.c:283 +#: ../rpm.c:280 #, fuzzy msgid "print this message" msgstr " --help\t\t- affiche ce message" -#: ../rpm.c:285 +#: ../rpm.c:282 #, fuzzy msgid "print the version of rpm being used" msgstr " --version\t\t- affiche la version de rpm utilisée" -#: ../rpm.c:286 +#: ../rpm.c:283 msgid " all modes support the following arguments:" msgstr "" -#: ../rpm.c:287 +#: ../rpm.c:284 msgid " --rcfile <file> " msgstr "" -#: ../rpm.c:288 +#: ../rpm.c:285 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc" msgstr "" -#: ../rpm.c:290 +#: ../rpm.c:287 msgid "be a little more verbose" msgstr "" -#: ../rpm.c:292 +#: ../rpm.c:289 msgid "be incredibly verbose (for debugging)" msgstr "" -#: ../rpm.c:294 +#: ../rpm.c:291 msgid "query mode" msgstr "" -#: ../rpm.c:295 ../rpm.c:353 ../rpm.c:413 ../rpm.c:441 +#: ../rpm.c:292 ../rpm.c:350 ../rpm.c:410 ../rpm.c:438 msgid " --root <dir> " msgstr "" -#: ../rpm.c:296 ../rpm.c:354 ../rpm.c:414 ../rpm.c:442 ../rpm.c:502 +#: ../rpm.c:293 ../rpm.c:351 ../rpm.c:411 ../rpm.c:439 ../rpm.c:499 #, fuzzy msgid "use <dir> as the top level directory" msgstr " --root <dir>\t- utilise <dir> comme répertoire racine" -#: ../rpm.c:297 ../rpm.c:351 ../rpm.c:379 ../rpm.c:429 ../rpm.c:499 +#: ../rpm.c:294 ../rpm.c:348 ../rpm.c:376 ../rpm.c:426 ../rpm.c:496 msgid " --dbpath <dir> " msgstr "" -#: ../rpm.c:298 ../rpm.c:352 ../rpm.c:380 ../rpm.c:430 ../rpm.c:500 +#: ../rpm.c:295 ../rpm.c:349 ../rpm.c:377 ../rpm.c:427 ../rpm.c:497 msgid "use <dir> as the directory for the database" msgstr "" -#: ../rpm.c:299 +#: ../rpm.c:296 msgid " --queryformat <qfmt>" msgstr "" -#: ../rpm.c:300 +#: ../rpm.c:297 msgid "use <qfmt> as the header format (implies -i)" msgstr "" -#: ../rpm.c:301 +#: ../rpm.c:298 msgid "" " install, upgrade and query (with -p) allow ftp URL's to be used in place" msgstr "" -#: ../rpm.c:302 +#: ../rpm.c:299 msgid " of file names as well as the following options:" msgstr "" -#: ../rpm.c:303 +#: ../rpm.c:300 msgid " --ftpproxy <host> " msgstr "" -#: ../rpm.c:304 +#: ../rpm.c:301 msgid "hostname or IP of ftp proxy" msgstr "" -#: ../rpm.c:305 +#: ../rpm.c:302 msgid " --ftpport <port> " msgstr "" -#: ../rpm.c:306 +#: ../rpm.c:303 msgid "port number of ftp server (or proxy)" msgstr "" -#: ../rpm.c:307 +#: ../rpm.c:304 msgid " Package specification options:" msgstr " Options de spécification de package:" -#: ../rpm.c:309 +#: ../rpm.c:306 msgid "query all packages" msgstr "" -#: ../rpm.c:310 +#: ../rpm.c:307 msgid " -f <file>+ " msgstr "" -#: ../rpm.c:311 +#: ../rpm.c:308 #, fuzzy msgid "query package owning <file>" msgstr "" " -f <file>+ - interroge le package à qui appartient <file>" -#: ../rpm.c:312 +#: ../rpm.c:309 #, fuzzy msgid " -p <packagefile>+ " msgstr " -i <packagefile>\t- installe le package" -#: ../rpm.c:313 +#: ../rpm.c:310 #, fuzzy msgid "query (uninstalled) package <packagefile>" msgstr "" " -p <packagefile>+ - interroge le package (non installé) <packagefile>" -#: ../rpm.c:314 +#: ../rpm.c:311 msgid " --triggeredby <pkg>" msgstr "" -#: ../rpm.c:315 +#: ../rpm.c:312 #, fuzzy msgid "query packages triggered by <pkg>" msgstr "" " -f <file>+ - interroge le package à qui appartient <file>" -#: ../rpm.c:316 +#: ../rpm.c:313 msgid " --whatprovides <cap>" msgstr "" -#: ../rpm.c:317 +#: ../rpm.c:314 msgid "query packages which provide <cap> capability" msgstr "" -#: ../rpm.c:318 +#: ../rpm.c:315 msgid " --whatrequires <cap>" msgstr "" -#: ../rpm.c:319 +#: ../rpm.c:316 msgid "query packages which require <cap> capability" msgstr "" -#: ../rpm.c:320 +#: ../rpm.c:317 msgid " Information selection options:" msgstr " Options de sélection d'information:" -#: ../rpm.c:322 +#: ../rpm.c:319 #, fuzzy msgid "display package information" msgstr "" " -i - affiche les informations relatives à un package" -#: ../rpm.c:324 +#: ../rpm.c:321 msgid "display the package's change log" msgstr "" -#: ../rpm.c:326 +#: ../rpm.c:323 #, fuzzy msgid "display package file list" msgstr " -l - affiche la liste des packages" -#: ../rpm.c:328 +#: ../rpm.c:325 #, fuzzy msgid "show file states (implies -l)" msgstr " -s - montre l'état des fichiers (implique -l)" -#: ../rpm.c:330 +#: ../rpm.c:327 #, fuzzy msgid "list only documentation files (implies -l)" msgstr "" " -d - donne uniquement la liste des fichiers de " "documentation (implique -l)" -#: ../rpm.c:332 +#: ../rpm.c:329 #, fuzzy msgid "list only configuration files (implies -l)" msgstr "" " -c - donne uniquement la liste des fichiers de " "configuration (implique -l)" -#: ../rpm.c:334 +#: ../rpm.c:331 msgid "" "show all verifiable information for each file (must be used with -l, -c, or " "-d)" msgstr "" -#: ../rpm.c:336 +#: ../rpm.c:333 msgid "list capabilities package provides" msgstr "" -#: ../rpm.c:337 +#: ../rpm.c:334 msgid " --requires" msgstr "" -#: ../rpm.c:339 +#: ../rpm.c:336 msgid "list package dependencies" msgstr "" -#: ../rpm.c:341 +#: ../rpm.c:338 msgid "print the various [un]install scripts" msgstr "" -#: ../rpm.c:343 +#: ../rpm.c:340 msgid "show the trigger scripts contained in the package" msgstr "" -#: ../rpm.c:347 +#: ../rpm.c:344 #, fuzzy msgid " --pipe <cmd> " msgstr " --checksig <pkg>+ - vérifie la signature PGP" -#: ../rpm.c:348 +#: ../rpm.c:345 msgid "send stdout to <cmd>" msgstr "" -#: ../rpm.c:350 +#: ../rpm.c:347 #, fuzzy msgid "" "verify a package installation using the same same package specification " "options as -q" msgstr "\t\t\t mêmes options de spécification de package qu'avec -q" -#: ../rpm.c:356 ../rpm.c:400 ../rpm.c:434 +#: ../rpm.c:353 ../rpm.c:397 ../rpm.c:431 msgid "do not verify package dependencies" msgstr "" -#: ../rpm.c:358 +#: ../rpm.c:355 msgid "do not verify file md5 checksums" msgstr "" -#: ../rpm.c:360 +#: ../rpm.c:357 msgid "do not verify file attributes" msgstr "" -#: ../rpm.c:363 +#: ../rpm.c:360 msgid "" "set the file permissions to those in the package database using the same " "package specification options as -q" msgstr "" -#: ../rpm.c:366 +#: ../rpm.c:363 msgid "" "set the file owner and group to those in the package database using the same " "package specification options as -q" msgstr "" -#: ../rpm.c:370 +#: ../rpm.c:367 #, fuzzy msgid " --install <packagefile>" msgstr "" " -p <packagefile>+ - interroge le package (non installé) <packagefile>" -#: ../rpm.c:371 +#: ../rpm.c:368 #, fuzzy msgid " -i <packagefile> " msgstr " -i <packagefile>\t- installe le package" -#: ../rpm.c:372 +#: ../rpm.c:369 msgid "install package" msgstr "" -#: ../rpm.c:373 +#: ../rpm.c:370 msgid " --relocate <oldpath>=<newpath>" msgstr "" -#: ../rpm.c:374 +#: ../rpm.c:371 msgid "relocate files from <oldpath> to <newpath>" msgstr "" -#: ../rpm.c:376 +#: ../rpm.c:373 msgid "relocate files even though the package doesn't allow it" msgstr "" -#: ../rpm.c:377 +#: ../rpm.c:374 msgid " --prefix <dir> " msgstr "" -#: ../rpm.c:378 +#: ../rpm.c:375 msgid "relocate the package to <dir>, if relocatable" msgstr "" -#: ../rpm.c:382 +#: ../rpm.c:379 msgid "do not install documentation" msgstr "" -#: ../rpm.c:384 +#: ../rpm.c:381 #, fuzzy msgid "short hand for --replacepkgs --replacefiles" msgstr " --force - raccourci pour --replacepkgs --replacefiles" -#: ../rpm.c:387 +#: ../rpm.c:384 #, fuzzy msgid "print hash marks as package installs (good with -v)" msgstr "" " --hash - affiche des '#' pendant l'installation du package " "(utile avec -v)" -#: ../rpm.c:389 +#: ../rpm.c:386 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" -#: ../rpm.c:392 +#: ../rpm.c:389 msgid "don't verify package architecture" msgstr "" -#: ../rpm.c:394 +#: ../rpm.c:391 msgid "don't verify package operating system" msgstr "" -#: ../rpm.c:396 +#: ../rpm.c:393 msgid "install documentation" msgstr "" -#: ../rpm.c:398 ../rpm.c:432 +#: ../rpm.c:395 ../rpm.c:429 msgid "update the database, but do not modify the filesystem" msgstr "" -#: ../rpm.c:402 ../rpm.c:436 +#: ../rpm.c:399 ../rpm.c:433 msgid "do not reorder package installation to satisfy dependencies" msgstr "" -#: ../rpm.c:404 +#: ../rpm.c:401 msgid "don't execute any installation scripts" msgstr "" -#: ../rpm.c:406 ../rpm.c:440 +#: ../rpm.c:403 ../rpm.c:437 msgid "don't execute any scripts triggered by this package" msgstr "" -#: ../rpm.c:408 +#: ../rpm.c:405 #, fuzzy msgid "print percentages as package installs" msgstr "" " --percent - affiche des '%' pendant l'installation du package" -#: ../rpm.c:410 +#: ../rpm.c:407 #, fuzzy msgid "install even if the package replaces installed files" msgstr "" " --replacefiles - installe même si le package remplace des fichiers " "déjà présents" -#: ../rpm.c:412 +#: ../rpm.c:409 #, fuzzy msgid "reinstall if the package is already present" msgstr " --replacepkgs - réinstalle si le package est déjà présent" -#: ../rpm.c:416 +#: ../rpm.c:413 #, fuzzy msgid "don't install, but tell if it would work or not" msgstr "" " --test - n'installe pas, mais indique si ca fonctionnerait " "ou pas" -#: ../rpm.c:418 +#: ../rpm.c:415 msgid " --upgrade <packagefile>" msgstr "" -#: ../rpm.c:419 +#: ../rpm.c:416 #, fuzzy msgid " -U <packagefile> " msgstr " -i <packagefile>\t- installe le package" -#: ../rpm.c:420 +#: ../rpm.c:417 #, fuzzy msgid "upgrade package (same options as --install, plus)" msgstr "" " -U <packagefile>\t- mise à jour du package (mêmes options que --install, " "plus)" -#: ../rpm.c:422 +#: ../rpm.c:419 #, fuzzy msgid "" "upgrade to an old version of the package (--force on upgrades does this " @@ -1020,125 +1020,125 @@ msgstr "" " --oldpackage - mise à jour par une ancienne version du package " "(--force" -#: ../rpm.c:424 +#: ../rpm.c:421 msgid " --erase <package>" msgstr "" -#: ../rpm.c:426 +#: ../rpm.c:423 msgid "erase (uninstall) package" msgstr "" -#: ../rpm.c:428 +#: ../rpm.c:425 msgid "" "remove all packages which match <package> (normally an error is generated if " "<package> specified multiple packages)" msgstr "" -#: ../rpm.c:438 +#: ../rpm.c:435 msgid "do not execute any package specific scripts" msgstr "" -#: ../rpm.c:444 +#: ../rpm.c:441 msgid " -b<stage> <spec> " msgstr "" -#: ../rpm.c:445 +#: ../rpm.c:442 msgid " -t<stage> <tarball> " msgstr "" -#: ../rpm.c:446 +#: ../rpm.c:443 #, fuzzy msgid "build package, where <stage> is one of:" msgstr " -b<stage> <spec> - construit le package, <stage> peut valoir:" -#: ../rpm.c:448 +#: ../rpm.c:445 #, fuzzy msgid "prep (unpack sources and apply patches)" msgstr "\t\t\t p - prépare (extrait le source et applique les patches)" -#: ../rpm.c:450 +#: ../rpm.c:447 #, fuzzy, c-format msgid "list check (do some cursory checks on %files)" msgstr "\t\t\t l - liste vérif (effectue quelques vérifications sur %files)" -#: ../rpm.c:452 +#: ../rpm.c:449 #, fuzzy msgid "compile (prep and compile)" msgstr "\t\t\t c - compile (prépare et compile)" -#: ../rpm.c:454 +#: ../rpm.c:451 #, fuzzy msgid "install (prep, compile, install)" msgstr "\t\t\t i - installe (prépare, compile, installe)" -#: ../rpm.c:456 +#: ../rpm.c:453 #, fuzzy msgid "binary package (prep, compile, install, package)" msgstr "\t\t\t b - package binaire (prépare, compile, installe, package)" -#: ../rpm.c:458 +#: ../rpm.c:455 #, fuzzy msgid "bin/src package (prep, compile, install, package)" msgstr "\t\t\t a - package bin/src (prépare, compile, installe, package)" -#: ../rpm.c:460 +#: ../rpm.c:457 #, fuzzy msgid "skip straight to specified stage (only for c,i)" msgstr "" " --short-circuit - passe directement à l'étape spécifiée (seulement " "pour c,i)" -#: ../rpm.c:462 +#: ../rpm.c:459 #, fuzzy msgid "remove build tree when done" msgstr " --clean - efface l'arborescence après construction" -#: ../rpm.c:464 +#: ../rpm.c:461 msgid "remove sources and spec file when done" msgstr "" -#: ../rpm.c:466 +#: ../rpm.c:463 #, fuzzy msgid "generate PGP signature" msgstr " --sign - genère une signature PGP" -#: ../rpm.c:467 +#: ../rpm.c:464 msgid " --buildroot <dir> " msgstr "" -#: ../rpm.c:468 +#: ../rpm.c:465 msgid "use <dir> as the build root" msgstr "" -#: ../rpm.c:469 +#: ../rpm.c:466 msgid " --platform=<platform>+" msgstr "" -#: ../rpm.c:470 +#: ../rpm.c:467 msgid "build the packages for the platform1...platformN build targets." msgstr "" -#: ../rpm.c:472 +#: ../rpm.c:469 msgid "do not execute any stages" msgstr "" -#: ../rpm.c:473 +#: ../rpm.c:470 #, fuzzy msgid " --timecheck <secs> " msgstr " --checksig <pkg>+ - vérifie la signature PGP" -#: ../rpm.c:474 +#: ../rpm.c:471 #, fuzzy msgid "set the time check to <secs> seconds (0 disables)" msgstr "" " --time-check <s> - positionne l'intervalle de vérification à S " "secondes (0 le désactive)" -#: ../rpm.c:476 +#: ../rpm.c:473 msgid " --rebuild <src_pkg> " msgstr "" -#: ../rpm.c:477 +#: ../rpm.c:474 #, fuzzy msgid "" "install source package, build binary package and remove spec file, sources, " @@ -1147,242 +1147,242 @@ msgstr "" " et efface le fichier spec, les sources, les " "patches, et les icones." -#: ../rpm.c:478 +#: ../rpm.c:475 #, fuzzy msgid " --rmsource <spec> " msgstr " --checksig <pkg>+ - vérifie la signature PGP" -#: ../rpm.c:479 +#: ../rpm.c:476 msgid "remove sources and spec file" msgstr "" -#: ../rpm.c:480 +#: ../rpm.c:477 msgid " --recompile <src_pkg> " msgstr "" -#: ../rpm.c:481 +#: ../rpm.c:478 msgid "like --rebuild, but don't build any package" msgstr "" -#: ../rpm.c:482 +#: ../rpm.c:479 #, fuzzy msgid " --resign <pkg>+ " msgstr " --checksig <pkg>+ - vérifie la signature PGP" -#: ../rpm.c:483 +#: ../rpm.c:480 msgid "sign a package (discard current signature)" msgstr "" -#: ../rpm.c:484 +#: ../rpm.c:481 msgid " --addsign <pkg>+ " msgstr "" -#: ../rpm.c:485 +#: ../rpm.c:482 msgid "add a signature to a package" msgstr "" -#: ../rpm.c:487 +#: ../rpm.c:484 #, fuzzy msgid " --checksig <pkg>+ " msgstr " --checksig <pkg>+ - vérifie la signature PGP" -#: ../rpm.c:488 +#: ../rpm.c:485 msgid "verify package signature" msgstr "" -#: ../rpm.c:490 +#: ../rpm.c:487 msgid "skip any PGP signatures" msgstr "" -#: ../rpm.c:492 +#: ../rpm.c:489 msgid "skip any MD5 signatures" msgstr "" -#: ../rpm.c:494 +#: ../rpm.c:491 msgid "list the tags that can be used in a query format" msgstr "" -#: ../rpm.c:496 +#: ../rpm.c:493 msgid "make sure a valid database exists" msgstr "" -#: ../rpm.c:498 +#: ../rpm.c:495 msgid "rebuild database from existing database" msgstr "" -#: ../rpm.c:637 ../rpm.c:643 ../rpm.c:650 ../rpm.c:656 ../rpm.c:665 -#: ../rpm.c:672 ../rpm.c:718 ../rpm.c:724 ../rpm.c:813 ../rpm.c:820 -#: ../rpm.c:826 ../rpm.c:834 ../rpm.c:840 ../rpm.c:848 ../rpm.c:881 -#: ../rpm.c:927 ../rpm.c:933 +#: ../rpm.c:634 ../rpm.c:640 ../rpm.c:647 ../rpm.c:653 ../rpm.c:662 +#: ../rpm.c:669 ../rpm.c:715 ../rpm.c:721 ../rpm.c:810 ../rpm.c:817 +#: ../rpm.c:823 ../rpm.c:831 ../rpm.c:837 ../rpm.c:845 ../rpm.c:878 +#: ../rpm.c:924 ../rpm.c:930 msgid "only one major mode may be specified" msgstr "un seul mode majeur peut être spécifié" -#: ../rpm.c:658 +#: ../rpm.c:655 #, fuzzy msgid "-u and --uninstall are deprecated and no longer work.\n" msgstr "-u et --uninstall sont obsolètes et seront bientôt supprimés.\n" -#: ../rpm.c:660 +#: ../rpm.c:657 msgid "Use -e or --erase instead.\n" msgstr "Utilisez de préférence -e ou --erase.\n" -#: ../rpm.c:676 +#: ../rpm.c:673 msgid "--build (-b) requires one of a,b,i,c,p,l as its sole argument" msgstr "--build (-b) requiert comme seul argument l'un parmi a,b,i,c,p,l" -#: ../rpm.c:680 +#: ../rpm.c:677 #, fuzzy msgid "--tarbuild (-t) requires one of a,b,i,c,p,l as its sole argument" msgstr "--build (-b) requiert comme seul argument l'un parmi a,b,i,c,p,l" -#: ../rpm.c:747 ../rpm.c:754 ../rpm.c:762 ../rpm.c:770 ../rpm.c:790 -#: ../rpm.c:798 ../rpm.c:806 +#: ../rpm.c:744 ../rpm.c:751 ../rpm.c:759 ../rpm.c:767 ../rpm.c:787 +#: ../rpm.c:795 ../rpm.c:803 msgid "one type of query/verify may be performed at a time" msgstr "un seul type de requête/vérification peut être effectué à la fois" -#: ../rpm.c:856 +#: ../rpm.c:853 #, fuzzy msgid "arguments to --dbpath must begin with a /" msgstr "les arguments de --root (-r) doivent commencer par un /" -#: ../rpm.c:863 +#: ../rpm.c:860 #, fuzzy msgid "one type of query may be performed at a time" msgstr "un seul type de requête peut être effectué à la fois" -#: ../rpm.c:887 +#: ../rpm.c:884 #, fuzzy msgid "relocations must begin with a /" msgstr "les arguments de --root (-r) doivent commencer par un /" -#: ../rpm.c:889 +#: ../rpm.c:886 msgid "relocations must contain a =" msgstr "" -#: ../rpm.c:892 +#: ../rpm.c:889 msgid "relocations must have a / following the =" msgstr "" -#: ../rpm.c:904 +#: ../rpm.c:901 msgid "Internal error in argument processing :-(\n" msgstr "" -#: ../rpm.c:945 +#: ../rpm.c:942 msgid "--dbpath given for operation that does not use a database" msgstr "" -#: ../rpm.c:950 +#: ../rpm.c:947 #, fuzzy msgid "--timecheck may only be used during package builds" msgstr "--clean ne peut être spécifié que lors de la construction d'un package" -#: ../rpm.c:953 ../rpm.c:956 +#: ../rpm.c:950 ../rpm.c:953 msgid "unexpected query specifiers" msgstr "spécificateurs de requêtes inattendus" -#: ../rpm.c:960 +#: ../rpm.c:957 msgid "unexpected query source" msgstr "source de requête inattendue" -#: ../rpm.c:963 +#: ../rpm.c:960 msgid "only installation and upgrading may be forced" msgstr "seules l'installation et la mise à jour peuvent être forcées" -#: ../rpm.c:966 +#: ../rpm.c:963 #, fuzzy msgid "files may only be relocated during package installation" msgstr "" "--replacefiles ne peut être spécifié que lors de l'installation d'un package" -#: ../rpm.c:969 +#: ../rpm.c:966 #, fuzzy msgid "only one of --prefix or --relocate may be used" msgstr "un seul mode majeur peut être spécifié" -#: ../rpm.c:972 +#: ../rpm.c:969 #, fuzzy msgid "--relocate may only be used when installing new packages" msgstr "--clean ne peut être spécifié que lors de la construction d'un package" -#: ../rpm.c:975 +#: ../rpm.c:972 #, fuzzy msgid "--prefix may only be used when installing new packages" msgstr "--sign ne peut être spécifié que lors de la construction d'un package" -#: ../rpm.c:978 +#: ../rpm.c:975 #, fuzzy msgid "arguments to --prefix must begin with a /" msgstr "les arguments de --root (-r) doivent commencer par un /" -#: ../rpm.c:981 +#: ../rpm.c:978 msgid "--hash (-h) may only be specified during package installation" msgstr "" "--hash (-h) ne peut être spécifié que lors de l'installation d'un package" -#: ../rpm.c:985 +#: ../rpm.c:982 msgid "--percent may only be specified during package installation" msgstr "" "--percent ne peut être spécifié que lors de l'installation d'un package" -#: ../rpm.c:989 +#: ../rpm.c:986 msgid "--replacefiles may only be specified during package installation" msgstr "" "--replacefiles ne peut être spécifié que lors de l'installation d'un package" -#: ../rpm.c:993 +#: ../rpm.c:990 msgid "--replacepkgs may only be specified during package installation" msgstr "" "--replacepkgs ne peut être spécifié que lors de l'installation d'un package" -#: ../rpm.c:997 +#: ../rpm.c:994 #, fuzzy msgid "--excludedocs may only be specified during package installation" msgstr "" "--percent ne peut être spécifié que lors de l'installation d'un package" -#: ../rpm.c:1001 +#: ../rpm.c:998 #, fuzzy msgid "--includedocs may only be specified during package installation" msgstr "" "--percent ne peut être spécifié que lors de l'installation d'un package" -#: ../rpm.c:1005 +#: ../rpm.c:1002 #, fuzzy msgid "only one of --excludedocs and --includedocs may be specified" msgstr "un seul mode majeur peut être spécifié" -#: ../rpm.c:1009 +#: ../rpm.c:1006 #, fuzzy msgid "--ignorearch may only be specified during package installation" msgstr "" "--percent ne peut être spécifié que lors de l'installation d'un package" -#: ../rpm.c:1013 +#: ../rpm.c:1010 #, fuzzy msgid "--ignoreos may only be specified during package installation" msgstr "" "--percent ne peut être spécifié que lors de l'installation d'un package" -#: ../rpm.c:1017 +#: ../rpm.c:1014 #, fuzzy msgid "--allmatches may only be specified during package erasure" msgstr "" "--replacepkgs ne peut être spécifié que lors de l'installation d'un package" -#: ../rpm.c:1021 +#: ../rpm.c:1018 #, fuzzy msgid "--allfiles may only be specified during package installation" msgstr "" "--replacefiles ne peut être spécifié que lors de l'installation d'un package" -#: ../rpm.c:1025 +#: ../rpm.c:1022 #, fuzzy msgid "--justdb may only be specified during package installation and erasure" msgstr "" "--test ne peut être spécifié que lors de l'installation ou désinstallation " "d'un package" -#: ../rpm.c:1030 +#: ../rpm.c:1027 #, fuzzy msgid "" "--noscripts may only be specified during package installation, erasure, and " @@ -1391,7 +1391,7 @@ msgstr "" "--test ne peut être spécifié que lors de l'installation ou désinstallation " "d'un package" -#: ../rpm.c:1034 +#: ../rpm.c:1031 #, fuzzy msgid "" "--notriggers may only be specified during package installation, erasure, and " @@ -1400,7 +1400,7 @@ msgstr "" "--test ne peut être spécifié que lors de l'installation ou désinstallation " "d'un package" -#: ../rpm.c:1039 +#: ../rpm.c:1036 #, fuzzy msgid "" "--nodeps may only be specified during package installation, erasure, and " @@ -1409,13 +1409,13 @@ msgstr "" "--test ne peut être spécifié que lors de l'installation ou désinstallation " "d'un package" -#: ../rpm.c:1043 +#: ../rpm.c:1040 #, fuzzy msgid "--nofiles may only be specified during package verification" msgstr "" "--replacefiles ne peut être spécifié que lors de l'installation d'un package" -#: ../rpm.c:1048 +#: ../rpm.c:1045 #, fuzzy msgid "" "--test may only be specified during package installation, erasure, and " @@ -1424,7 +1424,7 @@ msgstr "" "--test ne peut être spécifié que lors de l'installation ou désinstallation " "d'un package" -#: ../rpm.c:1053 +#: ../rpm.c:1050 #, fuzzy msgid "" "--root (-r) may only be specified during installation, erasure, querying, " @@ -1433,158 +1433,158 @@ msgstr "" "--root (-r) ne peut être spécifié que lors de l'installation, de la " "désinstallation ou de l'interrogation d'un package" -#: ../rpm.c:1058 +#: ../rpm.c:1055 msgid "arguments to --root (-r) must begin with a /" msgstr "les arguments de --root (-r) doivent commencer par un /" -#: ../rpm.c:1061 +#: ../rpm.c:1058 #, fuzzy msgid "--clean may only be used with -b and -t" msgstr "--clean ne peut être spécifié que lors de la construction d'un package" -#: ../rpm.c:1064 +#: ../rpm.c:1061 #, fuzzy msgid "--rmsource may only be used with -b and -t" msgstr "--oldpackage ne peut être spécifié que lors de mises à jour" -#: ../rpm.c:1067 +#: ../rpm.c:1064 #, fuzzy msgid "--short-circuit may only be used during package building" msgstr "--sign ne peut être spécifié que lors de la construction d'un package" -#: ../rpm.c:1071 +#: ../rpm.c:1068 msgid "--short-circuit may only be used with -bc, -bi, -bs, -tc -ti, or -ts" msgstr "" -#: ../rpm.c:1076 +#: ../rpm.c:1073 msgid "--oldpackage may only be used during upgrades" msgstr "--oldpackage ne peut être spécifié que lors de mises à jour" -#: ../rpm.c:1079 +#: ../rpm.c:1076 #, fuzzy msgid "--dump may only be used during queries" msgstr "--oldpackage ne peut être spécifié que lors de mises à jour" -#: ../rpm.c:1082 +#: ../rpm.c:1079 msgid "--dump of queries must be used with -l, -c, or -d" msgstr "" -#: ../rpm.c:1087 +#: ../rpm.c:1084 #, fuzzy msgid "" "ftp options can only be used during package queries, installs, and upgrades" msgstr "--sign ne peut être spécifié que lors de la construction d'un package" -#: ../rpm.c:1094 +#: ../rpm.c:1091 #, fuzzy msgid "--nopgp may only be used during signature checking" msgstr "--sign ne peut être spécifié que lors de la construction d'un package" -#: ../rpm.c:1097 +#: ../rpm.c:1094 #, fuzzy msgid "" "--nopgp may only be used during signature checking and package verification" msgstr "--sign ne peut être spécifié que lors de la construction d'un package" -#: ../rpm.c:1110 +#: ../rpm.c:1107 msgid "Pass phrase check failed\n" msgstr "La vérification du mot de passe a échoué\n" -#: ../rpm.c:1113 +#: ../rpm.c:1110 msgid "Pass phrase is good.\n" msgstr "Mot de passe correct.\n" -#: ../rpm.c:1125 +#: ../rpm.c:1122 msgid "--sign may only be used during package building" msgstr "--sign ne peut être spécifié que lors de la construction d'un package" -#: ../rpm.c:1140 +#: ../rpm.c:1137 #, fuzzy msgid "exec failed\n" msgstr "La construction a échoué.\n" -#: ../rpm.c:1159 +#: ../rpm.c:1156 msgid "unexpected arguments to --querytags " msgstr "" -#: ../rpm.c:1170 +#: ../rpm.c:1167 msgid "no packages given for signature check" msgstr "aucun package n'a été spécifié pour la vérification de signature" -#: ../rpm.c:1177 +#: ../rpm.c:1174 #, fuzzy msgid "no packages given for signing" msgstr "aucun package n'a été spécifié pour la désinstallation" -#: ../rpm.c:1186 +#: ../rpm.c:1183 msgid "no packages files given for rebuild" msgstr "aucun package n'a été spécifié pour la reconstruction" -#: ../rpm.c:1249 +#: ../rpm.c:1246 msgid "no spec files given for build" msgstr "aucun package n'a été spécifié pour la construction" -#: ../rpm.c:1251 +#: ../rpm.c:1248 #, fuzzy msgid "no tar files given for build" msgstr "aucun package n'a été spécifié pour la construction" -#: ../rpm.c:1264 +#: ../rpm.c:1261 msgid "no packages given for uninstall" msgstr "aucun package n'a été spécifié pour la désinstallation" -#: ../rpm.c:1304 +#: ../rpm.c:1301 msgid "no packages given for install" msgstr "aucun package n'a été spécifié pour l'installation" -#: ../rpm.c:1328 +#: ../rpm.c:1325 #, fuzzy msgid "extra arguments given for query of all packages" msgstr "aucun argument n'a été fourni pour la requête" -#: ../rpm.c:1333 +#: ../rpm.c:1330 msgid "no arguments given for query" msgstr "aucun argument n'a été fourni pour la requête" -#: ../rpm.c:1350 +#: ../rpm.c:1347 msgid "no arguments given for verify" msgstr "aucun argument n'a été fourni pour la vérification" -#: ../url.c:47 +#: ../url.c:46 #, c-format msgid "Password for %s@%s: " msgstr "" -#: ../url.c:113 ../url.c:156 ../url.c:182 +#: ../url.c:112 ../url.c:155 ../url.c:181 #, c-format msgid "getting %s via anonymous ftp\n" msgstr "" -#: ../url.c:120 +#: ../url.c:119 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" -#: ../url.c:131 +#: ../url.c:130 msgid "error: ftpport must be a number\n" msgstr "" -#: ../url.c:189 +#: ../url.c:188 #, fuzzy, c-format msgid "failed to create %s\n" msgstr "impossible d'ouvrir: %s\n" -#: ../verify.c:35 +#: ../verify.c:34 #, c-format msgid "missing %s\n" msgstr "" -#: ../verify.c:91 +#: ../verify.c:90 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: ../verify.c:133 +#: ../verify.c:132 #, c-format msgid "verifying record number %d\n" msgstr "" @@ -1594,11 +1594,11 @@ msgstr "" msgid "%s is not an RPM\n" msgstr "" -#: ../rpm2cpio.c:39 +#: ../rpm2cpio.c:38 msgid "argument is not an RPM package\n" msgstr "" -#: ../rpm2cpio.c:42 +#: ../rpm2cpio.c:41 msgid "error reading header from package\n" msgstr "" @@ -1645,256 +1645,256 @@ msgstr "aucun package n'a été spécifié pour la désinstallation" msgid "no copyright!\n" msgstr "" -#: ../build/build.c:96 ../build/pack.c:191 +#: ../build/build.c:95 ../build/pack.c:191 #, fuzzy msgid "Unable to open temp file" msgstr "impossible d'ouvrir: %s\n" -#: ../build/build.c:133 +#: ../build/build.c:132 #, c-format msgid "Executing: %s\n" msgstr "" -#: ../build/build.c:137 +#: ../build/build.c:136 #, c-format msgid "Exec of %s failed (%s)" msgstr "" -#: ../build/build.c:145 +#: ../build/build.c:144 #, c-format msgid "Bad exit status from %s (%s)" msgstr "" -#: ../build/expression.c:188 ../build/expression.c:197 +#: ../build/expression.c:189 ../build/expression.c:198 msgid "parse error in tokenizer" msgstr "" -#: ../build/expression.c:239 +#: ../build/expression.c:240 msgid "parse error in expression" msgstr "" -#: ../build/expression.c:269 +#: ../build/expression.c:270 msgid "unmatched (" msgstr "" -#: ../build/expression.c:287 +#: ../build/expression.c:288 msgid "undefined identifier" msgstr "" -#: ../build/expression.c:306 +#: ../build/expression.c:307 msgid "- only on numbers" msgstr "" -#: ../build/expression.c:322 +#: ../build/expression.c:323 msgid "! only on numbers" msgstr "" -#: ../build/expression.c:358 ../build/expression.c:403 -#: ../build/expression.c:460 ../build/expression.c:543 +#: ../build/expression.c:362 ../build/expression.c:407 +#: ../build/expression.c:464 ../build/expression.c:551 msgid "types must match" msgstr "" -#: ../build/expression.c:371 +#: ../build/expression.c:375 msgid "* / not suported for strings" msgstr "" -#: ../build/expression.c:419 +#: ../build/expression.c:423 msgid "- not suported for strings" msgstr "" -#: ../build/expression.c:556 +#: ../build/expression.c:564 msgid "&& and || not suported for strings" msgstr "" -#: ../build/expression.c:587 ../build/expression.c:630 +#: ../build/expression.c:595 ../build/expression.c:640 msgid "syntax error in expression" msgstr "" -#: ../build/files.c:204 +#: ../build/files.c:203 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "" -#: ../build/files.c:233 ../build/files.c:245 ../build/files.c:317 -#: ../build/files.c:329 ../build/files.c:356 +#: ../build/files.c:232 ../build/files.c:244 ../build/files.c:316 +#: ../build/files.c:328 ../build/files.c:355 #, c-format msgid "Bad %s() syntax: %s" msgstr "" -#: ../build/files.c:279 +#: ../build/files.c:278 #, c-format msgid "Invalid %s token: %s" msgstr "" -#: ../build/files.c:340 +#: ../build/files.c:339 msgid "No files after %%defattr(): %s" msgstr "" -#: ../build/files.c:368 +#: ../build/files.c:367 #, c-format msgid "Bad %s() mode spec: %s" msgstr "" -#: ../build/files.c:386 +#: ../build/files.c:385 #, c-format msgid "Bad %s() dirmode spec: %s" msgstr "" -#: ../build/files.c:441 +#: ../build/files.c:440 msgid "Bad %%config() syntax: %s" msgstr "" -#: ../build/files.c:459 +#: ../build/files.c:458 msgid "Invalid %%config token: %s" msgstr "" -#: ../build/files.c:482 ../build/files.c:494 ../build/files.c:507 +#: ../build/files.c:481 ../build/files.c:493 ../build/files.c:506 msgid "Bad %%lang() syntax: %s" msgstr "" -#: ../build/files.c:513 +#: ../build/files.c:512 msgid "%%lang() entries are 2 characters: %s" msgstr "" -#: ../build/files.c:519 +#: ../build/files.c:518 msgid "Only one entry in %%lang(): %s" msgstr "" -#: ../build/files.c:610 +#: ../build/files.c:608 msgid "Hit limit for %%docdir" msgstr "" -#: ../build/files.c:616 +#: ../build/files.c:614 msgid "Only one arg for %%docdir" msgstr "" -#: ../build/files.c:642 +#: ../build/files.c:640 #, fuzzy, c-format msgid "Two files on one line: %s" msgstr "impossible d'ouvrir: %s\n" -#: ../build/files.c:655 +#: ../build/files.c:653 #, fuzzy, c-format msgid "File must begin with \"/\": %s" msgstr "les arguments de --root (-r) doivent commencer par un /" -#: ../build/files.c:667 +#: ../build/files.c:665 msgid "Can't mix special %%doc with other forms: %s" msgstr "" -#: ../build/files.c:749 +#: ../build/files.c:747 #, c-format msgid "File listed twice: %s" msgstr "" -#: ../build/files.c:908 +#: ../build/files.c:906 #, c-format msgid "File doesn't match prefix (%s): %s" msgstr "" -#: ../build/files.c:918 ../build/files.c:1035 +#: ../build/files.c:916 ../build/files.c:1033 #, fuzzy, c-format msgid "File not found: %s" msgstr "aucun package n'a été spécifié pour la désinstallation" -#: ../build/files.c:963 +#: ../build/files.c:961 #, c-format msgid "Bad owner/group: %s\n" msgstr "" -#: ../build/files.c:968 +#: ../build/files.c:966 #, c-format msgid "File %d: %s\n" msgstr "" -#: ../build/files.c:1019 +#: ../build/files.c:1017 #, c-format msgid "File needs leading \"/\": %s" msgstr "" -#: ../build/files.c:1079 +#: ../build/files.c:1077 #, fuzzy msgid "Could not open %%files file: %s" msgstr "impossible d'ouvrir: %s\n" -#: ../build/files.c:1085 ../build/pack.c:380 +#: ../build/files.c:1083 ../build/pack.c:380 #, c-format msgid "line: %s" msgstr "" -#: ../build/files.c:1412 ../build/parsePrep.c:41 +#: ../build/files.c:1410 ../build/parsePrep.c:40 #, c-format msgid "Bad owner/group: %s" msgstr "" -#: ../build/files.c:1467 +#: ../build/files.c:1465 #, c-format msgid "Couldn't exec %s" msgstr "" -#: ../build/files.c:1471 +#: ../build/files.c:1469 #, c-format msgid "Couldn't fork %s" msgstr "" -#: ../build/files.c:1521 +#: ../build/files.c:1519 #, fuzzy, c-format msgid "%s failed" msgstr "La construction a échoué.\n" -#: ../build/files.c:1525 +#: ../build/files.c:1523 #, fuzzy, c-format msgid "failed to write all data to %s" msgstr "impossible d'ouvrir: %s\n" -#: ../build/files.c:1559 +#: ../build/files.c:1557 msgid "Finding provides...\n" msgstr "" -#: ../build/files.c:1566 +#: ../build/files.c:1564 msgid "Failed to find provides" msgstr "" -#: ../build/files.c:1586 +#: ../build/files.c:1584 msgid "Finding requires...\n" msgstr "" -#: ../build/files.c:1593 +#: ../build/files.c:1591 #, fuzzy msgid "Failed to find requires" msgstr "impossible d'ouvrir: %s\n" -#: ../build/files.c:1628 +#: ../build/files.c:1626 msgid "Provides:" msgstr "" -#: ../build/files.c:1646 +#: ../build/files.c:1644 msgid "Prereqs:" msgstr "" -#: ../build/files.c:1660 +#: ../build/files.c:1658 msgid "Requires:" msgstr "" -#: ../build/files.c:1685 +#: ../build/files.c:1683 #, c-format msgid "Processing files: %s\n" msgstr "" -#: ../build/names.c:35 ../build/names.c:69 +#: ../build/names.c:34 ../build/names.c:68 msgid "RPMERR_INTERNAL: Hit limit in getUname()\n" msgstr "" -#: ../build/names.c:104 ../build/names.c:138 +#: ../build/names.c:103 ../build/names.c:137 msgid "RPMERR_INTERNAL: Hit limit in getGname()\n" msgstr "" -#: ../build/names.c:176 +#: ../build/names.c:175 #, c-format msgid "Could not canonicalize hostname: %s\n" msgstr "" -#: ../build/pack.c:141 +#: ../build/pack.c:140 #, c-format msgid "Could not generate output filename for package %s: %s\n" msgstr "" @@ -1973,666 +1973,666 @@ msgstr "" msgid "Could not open Trigger script file: %s" msgstr "" -#: ../build/parseBuildInstallClean.c:28 +#: ../build/parseBuildInstallClean.c:27 #, c-format msgid "line %d: second %s" msgstr "" -#: ../build/parseChangelog.c:102 +#: ../build/parseChangelog.c:101 msgid "%%changelog entries must start with *" msgstr "" -#: ../build/parseChangelog.c:110 +#: ../build/parseChangelog.c:109 msgid "incomplete %%changelog entry" msgstr "" -#: ../build/parseChangelog.c:125 +#: ../build/parseChangelog.c:124 msgid "bad date in %%changelog: %s" msgstr "" -#: ../build/parseChangelog.c:130 +#: ../build/parseChangelog.c:129 msgid "%%changelog not in decending chronological order" msgstr "" -#: ../build/parseChangelog.c:138 ../build/parseChangelog.c:149 +#: ../build/parseChangelog.c:137 ../build/parseChangelog.c:148 msgid "missing name in %%changelog" msgstr "" -#: ../build/parseChangelog.c:156 +#: ../build/parseChangelog.c:155 msgid "no description in %%changelog" msgstr "" -#: ../build/parseDescription.c:35 +#: ../build/parseDescription.c:34 msgid "line %d: Error parsing %%description: %s" msgstr "" -#: ../build/parseDescription.c:48 ../build/parseFiles.c:43 -#: ../build/parseScript.c:140 +#: ../build/parseDescription.c:47 ../build/parseFiles.c:42 +#: ../build/parseScript.c:139 #, fuzzy, c-format msgid "line %d: Bad option %s: %s" msgstr "impossible d'ouvrir: %s\n" -#: ../build/parseDescription.c:62 ../build/parseFiles.c:57 -#: ../build/parseScript.c:154 +#: ../build/parseDescription.c:61 ../build/parseFiles.c:56 +#: ../build/parseScript.c:153 #, c-format msgid "line %d: Too many names: %s" msgstr "" -#: ../build/parseDescription.c:72 ../build/parseFiles.c:67 -#: ../build/parseScript.c:164 +#: ../build/parseDescription.c:71 ../build/parseFiles.c:66 +#: ../build/parseScript.c:163 #, c-format msgid "line %d: Package does not exist: %s" msgstr "" -#: ../build/parseDescription.c:84 +#: ../build/parseDescription.c:83 #, c-format msgid "line %d: Second description" msgstr "" -#: ../build/parseFiles.c:30 +#: ../build/parseFiles.c:29 msgid "line %d: Error parsing %%files: %s" msgstr "" -#: ../build/parseFiles.c:75 +#: ../build/parseFiles.c:74 msgid "line %d: Second %%files list" msgstr "" -#: ../build/parsePreamble.c:150 +#: ../build/parsePreamble.c:154 #, c-format msgid "Architecture is excluded: %s" msgstr "" -#: ../build/parsePreamble.c:155 +#: ../build/parsePreamble.c:159 #, c-format msgid "Architecture is not included: %s" msgstr "" -#: ../build/parsePreamble.c:160 +#: ../build/parsePreamble.c:164 #, c-format msgid "OS is excluded: %s" msgstr "" -#: ../build/parsePreamble.c:165 +#: ../build/parsePreamble.c:169 #, c-format msgid "OS is not included: %s" msgstr "" -#: ../build/parsePreamble.c:201 +#: ../build/parsePreamble.c:205 #, c-format msgid "%s field must be present in package: %s" msgstr "" -#: ../build/parsePreamble.c:243 +#: ../build/parsePreamble.c:247 #, c-format msgid "Duplicate %s entries in package: %s" msgstr "" -#: ../build/parsePreamble.c:287 ../build/parsePreamble.c:294 +#: ../build/parsePreamble.c:291 ../build/parsePreamble.c:298 #, fuzzy, c-format msgid "Unable to read icon: %s" msgstr "impossible d'ouvrir: %s\n" -#: ../build/parsePreamble.c:304 +#: ../build/parsePreamble.c:308 #, c-format msgid "Unknown icon type: %s" msgstr "" -#: ../build/parsePreamble.c:335 +#: ../build/parsePreamble.c:339 #, c-format msgid "line %d: Malformed tag: %s" msgstr "" #. Empty field -#: ../build/parsePreamble.c:343 +#: ../build/parsePreamble.c:347 #, c-format msgid "line %d: Empty tag: %s" msgstr "" -#: ../build/parsePreamble.c:394 +#: ../build/parsePreamble.c:398 #, c-format msgid "line %d: BuildRoot can not be \"/\": %s" msgstr "" -#: ../build/parsePreamble.c:407 +#: ../build/parsePreamble.c:411 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s" msgstr "" -#: ../build/parsePreamble.c:419 +#: ../build/parsePreamble.c:423 #, fuzzy, c-format msgid "line %d: Docdir must begin with '/': %s" msgstr "les arguments de --root (-r) doivent commencer par un /" -#: ../build/parsePreamble.c:430 +#: ../build/parsePreamble.c:434 #, c-format msgid "line %d: Serial field must be a number: %s" msgstr "" -#: ../build/parsePreamble.c:494 +#: ../build/parsePreamble.c:498 #, c-format msgid "line %d: Bad BuildArchitecture format: %s" msgstr "" -#: ../build/parsePreamble.c:504 +#: ../build/parsePreamble.c:508 #, c-format msgid "Internal error: Bogus tag %d" msgstr "" -#: ../build/parsePreamble.c:647 +#: ../build/parsePreamble.c:651 #, fuzzy, c-format msgid "Bad package specification: %s" msgstr " Options de spécification de package:" -#: ../build/parsePreamble.c:653 +#: ../build/parsePreamble.c:657 #, c-format msgid "Package already exists: %s" msgstr "" -#: ../build/parsePreamble.c:680 +#: ../build/parsePreamble.c:684 #, c-format msgid "line %d: Unknown tag: %s" msgstr "" -#: ../build/parsePreamble.c:705 +#: ../build/parsePreamble.c:709 msgid "Spec file can't use BuildRoot" msgstr "" -#: ../build/parsePrep.c:37 +#: ../build/parsePrep.c:36 #, fuzzy, c-format msgid "Bad source: %s: %s" msgstr "impossible d'ouvrir: %s\n" -#: ../build/parsePrep.c:63 +#: ../build/parsePrep.c:62 #, c-format msgid "No patch number %d" msgstr "" -#: ../build/parsePrep.c:127 +#: ../build/parsePrep.c:126 #, c-format msgid "No source number %d" msgstr "" -#: ../build/parsePrep.c:180 +#: ../build/parsePrep.c:179 msgid "Error parsing %%setup: %s" msgstr "" -#: ../build/parsePrep.c:195 +#: ../build/parsePrep.c:194 msgid "line %d: Bad arg to %%setup %c: %s" msgstr "" -#: ../build/parsePrep.c:216 +#: ../build/parsePrep.c:215 msgid "line %d: Bad %%setup option %s: %s" msgstr "" -#: ../build/parsePrep.c:334 +#: ../build/parsePrep.c:333 msgid "line %d: Need arg to %%patch -b: %s" msgstr "" -#: ../build/parsePrep.c:342 +#: ../build/parsePrep.c:341 msgid "line %d: Need arg to %%patch -z: %s" msgstr "" -#: ../build/parsePrep.c:354 +#: ../build/parsePrep.c:353 msgid "line %d: Need arg to %%patch -p: %s" msgstr "" -#: ../build/parsePrep.c:360 +#: ../build/parsePrep.c:359 msgid "line %d: Bad arg to %%patch -p: %s" msgstr "" -#: ../build/parsePrep.c:367 +#: ../build/parsePrep.c:366 msgid "Too many patches!" msgstr "" -#: ../build/parsePrep.c:371 +#: ../build/parsePrep.c:370 msgid "line %d: Bad arg to %%patch: %s" msgstr "" -#: ../build/parsePrep.c:409 +#: ../build/parsePrep.c:408 msgid "line %d: second %%prep" msgstr "" -#: ../build/parseReqs.c:46 +#: ../build/parseReqs.c:45 #, c-format msgid "line %d: No file names in Conflicts: %s" msgstr "" -#: ../build/parseReqs.c:77 +#: ../build/parseReqs.c:76 #, c-format msgid "line %d: No versions on file names in %s: %s" msgstr "" -#: ../build/parseReqs.c:83 +#: ../build/parseReqs.c:82 #, c-format msgid "line %d: No versions in PreReq: %s" msgstr "" -#: ../build/parseReqs.c:95 +#: ../build/parseReqs.c:94 #, c-format msgid "line %d: Version required in %s: %s" msgstr "" -#: ../build/parseReqs.c:123 +#: ../build/parseReqs.c:122 #, c-format msgid "line %d: No file names in %s: %s" msgstr "" -#: ../build/parseReqs.c:131 +#: ../build/parseReqs.c:130 #, c-format msgid "line %d: %s: tokens must begin with alpha-numeric: %s" msgstr "" -#: ../build/parseScript.c:108 +#: ../build/parseScript.c:107 #, c-format msgid "line %d: triggers must have --: %s" msgstr "" -#: ../build/parseScript.c:118 ../build/parseScript.c:182 +#: ../build/parseScript.c:117 ../build/parseScript.c:181 #, c-format msgid "line %d: Error parsing %s: %s" msgstr "" -#: ../build/parseScript.c:128 +#: ../build/parseScript.c:127 #, c-format msgid "line %d: script program must begin with '/': %s" msgstr "" -#: ../build/parseScript.c:173 +#: ../build/parseScript.c:172 #, c-format msgid "line %d: Second %s" msgstr "" -#: ../build/parseSpec.c:110 +#: ../build/parseSpec.c:124 #, fuzzy, c-format msgid "Unable to open: %s\n" msgstr "impossible d'ouvrir: %s\n" -#: ../build/parseSpec.c:122 +#: ../build/parseSpec.c:136 msgid "Unclosed %%if" msgstr "" -#: ../build/parseSpec.c:169 +#: ../build/parseSpec.c:183 #, fuzzy, c-format msgid "line %d: %s" msgstr "impossible d'ouvrir: %s\n" #. Got an else with no %if ! -#: ../build/parseSpec.c:193 +#: ../build/parseSpec.c:208 msgid "%s:%d: Got a %%else with no if" msgstr "" #. Got an end with no %if ! -#: ../build/parseSpec.c:203 +#: ../build/parseSpec.c:218 msgid "%s:%d: Got a %%endif with no if" msgstr "" -#: ../build/parseSpec.c:215 ../build/parseSpec.c:224 +#: ../build/parseSpec.c:230 ../build/parseSpec.c:239 msgid "malformed %%include statement" msgstr "" -#: ../build/parseSpec.c:305 +#: ../build/parseSpec.c:313 #, c-format msgid "Timecheck value must be an integer: %s" msgstr "" -#: ../build/parseSpec.c:395 +#: ../build/parseSpec.c:396 #, fuzzy msgid "No buildable architectures" msgstr "%s ne peut être construit sur cette architecture\n" -#: ../build/parseSpec.c:409 +#: ../build/parseSpec.c:424 #, fuzzy msgid "Package has no %%description: %s" msgstr "aucun package n'a été spécifié pour la désinstallation" -#: ../build/spec.c:30 +#: ../build/spec.c:29 #, c-format msgid "archive = %s, fs = %s\n" msgstr "" -#: ../build/spec.c:218 +#: ../build/spec.c:217 #, c-format msgid "line %d: Bad number: %s" msgstr "" -#: ../build/spec.c:224 +#: ../build/spec.c:223 #, c-format msgid "line %d: Bad no%s number: %d" msgstr "" -#: ../build/spec.c:282 +#: ../build/spec.c:281 #, c-format msgid "line %d: Bad %s number: %s\n" msgstr "" -#: ../lib/cpio.c:525 +#: ../lib/cpio.c:524 #, c-format msgid "error %d reading header: %s\n" msgstr "" -#: ../lib/dbindex.c:16 +#: ../lib/dbindex.c:14 #, c-format msgid "cannot open file %s: " msgstr "" -#: ../lib/dbindex.c:43 +#: ../lib/dbindex.c:41 #, c-format msgid "error getting record %s from %s" msgstr "" -#: ../lib/dbindex.c:71 +#: ../lib/dbindex.c:69 #, c-format msgid "error storing record %s into %s" msgstr "" -#: ../lib/dbindex.c:78 +#: ../lib/dbindex.c:76 #, c-format msgid "error removing record %s into %s" msgstr "" -#: ../lib/depends.c:374 ../lib/depends.c:529 +#: ../lib/depends.c:373 ../lib/depends.c:528 #, c-format msgid "cannot read header at %d for dependency check" msgstr "" -#: ../lib/depends.c:439 +#: ../lib/depends.c:438 #, c-format msgid "dependencies: looking for %s\n" msgstr "" -#: ../lib/depends.c:622 +#: ../lib/depends.c:621 #, fuzzy, c-format msgid "package %s require not satisfied: %s\n" msgstr "aucun package n'a été spécifié pour l'installation" -#: ../lib/depends.c:665 +#: ../lib/depends.c:664 #, fuzzy, c-format msgid "package %s conflicts: %s\n" msgstr "aucun package n'a été spécifié pour la désinstallation" -#: ../lib/depends.c:764 +#: ../lib/depends.c:763 msgid "dbrecMatchesDepFlags() failed to read header" msgstr "" -#: ../lib/depends.c:816 +#: ../lib/depends.c:815 #, c-format msgid "loop in prerequisite chain: %s" msgstr "" -#: ../lib/falloc.c:128 +#: ../lib/falloc.c:127 #, c-format msgid "free list corrupt (%d)- contact support@redhat.com\n" msgstr "" -#: ../lib/formats.c:99 ../lib/formats.c:116 ../lib/formats.c:136 -#: ../lib/formats.c:168 ../lib/header.c:1925 ../lib/header.c:1941 -#: ../lib/header.c:1961 +#: ../lib/formats.c:97 ../lib/formats.c:114 ../lib/formats.c:134 +#: ../lib/formats.c:166 ../lib/header.c:1924 ../lib/header.c:1940 +#: ../lib/header.c:1960 msgid "(not a number)" msgstr "" -#: ../lib/fs.c:42 +#: ../lib/fs.c:40 #, c-format msgid "mntctl() failed to return fugger size: %s" msgstr "" -#: ../lib/fs.c:76 ../lib/fs.c:238 +#: ../lib/fs.c:74 ../lib/fs.c:236 #, fuzzy, c-format msgid "failed to stat %s: %s" msgstr "impossible d'ouvrir: %s\n" -#: ../lib/fs.c:117 +#: ../lib/fs.c:115 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "impossible d'ouvrir: %s\n" -#: ../lib/fs.c:259 +#: ../lib/fs.c:257 #, c-format msgid "file %s is on an unknown device" msgstr "" -#: ../lib/header.c:666 +#: ../lib/header.c:665 #, c-format msgid "Data type %d not supprted\n" msgstr "" #. This should not be allowed -#: ../lib/header.c:878 +#: ../lib/header.c:877 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: ../lib/header.c:908 +#: ../lib/header.c:907 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: ../lib/header.c:967 +#: ../lib/header.c:966 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: ../lib/header.c:1281 +#: ../lib/header.c:1280 msgid "? expected in expression" msgstr "" -#: ../lib/header.c:1288 +#: ../lib/header.c:1287 msgid "{ expected after ? in expression" msgstr "" -#: ../lib/header.c:1298 ../lib/header.c:1330 +#: ../lib/header.c:1297 ../lib/header.c:1329 msgid "} expected in expression" msgstr "" -#: ../lib/header.c:1305 +#: ../lib/header.c:1304 msgid ": expected following ? subexpression" msgstr "" -#: ../lib/header.c:1318 +#: ../lib/header.c:1317 msgid "{ expected after : in expression" msgstr "" -#: ../lib/header.c:1337 +#: ../lib/header.c:1336 msgid "| expected at end of expression" msgstr "" -#: ../lib/header.c:1431 +#: ../lib/header.c:1430 #, c-format msgid "missing { after %" msgstr "" -#: ../lib/header.c:1459 +#: ../lib/header.c:1458 msgid "missing } after %{" msgstr "" -#: ../lib/header.c:1471 +#: ../lib/header.c:1470 msgid "empty tag format" msgstr "" -#: ../lib/header.c:1481 +#: ../lib/header.c:1480 msgid "empty tag name" msgstr "" -#: ../lib/header.c:1496 +#: ../lib/header.c:1495 msgid "unknown tag" msgstr "" -#: ../lib/header.c:1522 +#: ../lib/header.c:1521 msgid "] expected at end of array" msgstr "" -#: ../lib/header.c:1538 +#: ../lib/header.c:1537 #, fuzzy msgid "unexpected ]" msgstr "source de requête inattendue" -#: ../lib/header.c:1540 +#: ../lib/header.c:1539 #, fuzzy msgid "unexpected }" msgstr "source de requête inattendue" -#: ../lib/header.c:1615 ../lib/header.c:1621 ../lib/header.c:1804 +#: ../lib/header.c:1614 ../lib/header.c:1620 ../lib/header.c:1803 msgid "(none)" msgstr "" -#: ../lib/header.c:1715 +#: ../lib/header.c:1714 msgid "(unknown type)" msgstr "" -#: ../lib/install.c:96 +#: ../lib/install.c:95 msgid "source package expected, binary found" msgstr "" -#: ../lib/install.c:168 +#: ../lib/install.c:167 #, fuzzy msgid "package is not relocatable" msgstr "aucun package n'a été spécifié pour l'installation" -#: ../lib/install.c:172 +#: ../lib/install.c:171 msgid "package has multiple relocatable components" msgstr "" -#: ../lib/install.c:195 +#: ../lib/install.c:194 #, fuzzy, c-format msgid "path %s is not relocatable" msgstr "aucun package n'a été spécifié pour l'installation" -#: ../lib/install.c:277 +#: ../lib/install.c:276 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: ../lib/install.c:325 +#: ../lib/install.c:324 #, c-format msgid "not installing %s -- linguas\n" msgstr "" -#: ../lib/install.c:347 +#: ../lib/install.c:346 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: ../lib/install.c:355 +#: ../lib/install.c:354 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: ../lib/install.c:379 +#: ../lib/install.c:378 msgid "instchangelog value in rpmrc should be a number, but isn't" msgstr "" -#: ../lib/install.c:455 ../lib/install.c:735 +#: ../lib/install.c:454 ../lib/install.c:734 msgid "stopping install as we're running --test\n" msgstr "" -#: ../lib/install.c:486 +#: ../lib/install.c:485 #, c-format msgid "package %s-%s-%s is for a different architecture" msgstr "" -#: ../lib/install.c:493 +#: ../lib/install.c:492 #, c-format msgid "package %s-%s-%s is for a different operating system" msgstr "" -#: ../lib/install.c:505 +#: ../lib/install.c:504 #, fuzzy, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "aucun package n'a été spécifié pour l'installation" #. no matches -#: ../lib/install.c:569 +#: ../lib/install.c:568 #, fuzzy, c-format msgid "package %s is now obsolete and will be removed\n" msgstr "aucun package n'a été spécifié pour l'installation" -#: ../lib/install.c:680 +#: ../lib/install.c:679 #, c-format msgid "file %s in netshared path\n" msgstr "" -#: ../lib/install.c:697 +#: ../lib/install.c:696 #, c-format msgid "%s exists - creating with alternate name\n" msgstr "" -#: ../lib/install.c:702 +#: ../lib/install.c:701 #, c-format msgid "%s exists - backing up\n" msgstr "" -#: ../lib/install.c:741 +#: ../lib/install.c:740 msgid "running preinstall script (if any)\n" msgstr "" -#: ../lib/install.c:772 +#: ../lib/install.c:771 #, c-format msgid "warning: %s created as %s" msgstr "" -#: ../lib/install.c:806 +#: ../lib/install.c:805 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: ../lib/install.c:810 ../lib/install.c:1520 ../lib/uninstall.c:590 +#: ../lib/install.c:809 ../lib/install.c:1519 ../lib/uninstall.c:589 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: ../lib/install.c:911 +#: ../lib/install.c:910 msgid "running postinstall script (if any)\n" msgstr "" -#: ../lib/install.c:932 +#: ../lib/install.c:931 msgid "removing old versions of package\n" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error -#: ../lib/install.c:1023 +#: ../lib/install.c:1022 #, c-format msgid "unpacking of archive failed on file %s: %d: %s" msgstr "" -#: ../lib/install.c:1061 +#: ../lib/install.c:1060 #, fuzzy, c-format msgid "package %s-%s-%s is already installed" msgstr "aucun package n'a été spécifié pour l'installation" -#: ../lib/install.c:1109 +#: ../lib/install.c:1108 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: ../lib/install.c:1127 +#: ../lib/install.c:1126 msgid "\tfile type on disk is different then package - saving\n" msgstr "" -#: ../lib/install.c:1130 +#: ../lib/install.c:1129 msgid "" "\tfile type in database is different then disk and package file - saving\n" msgstr "" -#: ../lib/install.c:1134 +#: ../lib/install.c:1133 msgid "\tfile type changed - replacing\n" msgstr "" -#: ../lib/install.c:1138 +#: ../lib/install.c:1137 msgid "\tcan't check file for changes - replacing\n" msgstr "" #. assume the file has been removed, don't freak -#: ../lib/install.c:1150 ../lib/install.c:1160 +#: ../lib/install.c:1149 ../lib/install.c:1159 msgid "\tfile not present - creating" msgstr "" #. this config file has never been modified, so #. just replace it -#: ../lib/install.c:1173 +#: ../lib/install.c:1172 msgid "\told == current, replacing with new version\n" msgstr "" #. this file is the same in all versions of this package -#: ../lib/install.c:1180 +#: ../lib/install.c:1179 msgid "\told == new, keeping\n" msgstr "" @@ -2640,130 +2640,130 @@ msgstr "" #. the ones in the two packages are different. It would #. be nice if RPM was smart enough to at least try and #. merge the difference ala CVS, but... -#: ../lib/install.c:1188 +#: ../lib/install.c:1187 msgid "\tfiles changed too much - backing up\n" msgstr "" -#: ../lib/install.c:1250 ../lib/rpmdb.c:310 ../lib/uninstall.c:118 -#: ../lib/uninstall.c:218 +#: ../lib/install.c:1249 ../lib/rpmdb.c:309 ../lib/uninstall.c:117 +#: ../lib/uninstall.c:217 #, fuzzy, c-format msgid "cannot read header at %d for uninstall" msgstr "aucun package n'a été spécifié pour la désinstallation" -#: ../lib/install.c:1263 ../lib/uninstall.c:131 +#: ../lib/install.c:1262 ../lib/uninstall.c:130 #, c-format msgid "package %s-%s-%s contain shared files\n" msgstr "" -#: ../lib/install.c:1268 ../lib/uninstall.c:136 +#: ../lib/install.c:1267 ../lib/uninstall.c:135 #, fuzzy, c-format msgid "package %s contains no files" msgstr "aucun package n'a été spécifié pour l'installation" -#: ../lib/install.c:1290 ../lib/uninstall.c:159 +#: ../lib/install.c:1289 ../lib/uninstall.c:158 #, c-format msgid "file %s is shared\n" msgstr "" -#: ../lib/install.c:1306 +#: ../lib/install.c:1305 msgid "\told version already replaced\n" msgstr "" -#: ../lib/install.c:1309 +#: ../lib/install.c:1308 msgid "\tother version never installed\n" msgstr "" -#: ../lib/install.c:1317 +#: ../lib/install.c:1316 #, c-format msgid "%s conflicts with file from %s-%s-%s" msgstr "" -#: ../lib/install.c:1336 +#: ../lib/install.c:1335 #, c-format msgid "%s from %s-%s-%s will be replaced\n" msgstr "" -#: ../lib/install.c:1400 +#: ../lib/install.c:1399 msgid "installing a source package\n" msgstr "" -#: ../lib/install.c:1416 ../lib/install.c:1421 +#: ../lib/install.c:1415 ../lib/install.c:1420 #, fuzzy, c-format msgid "cannot write to %s" msgstr "impossible d'ouvrir: %s\n" -#: ../lib/install.c:1425 +#: ../lib/install.c:1424 #, c-format msgid "sources in: %s\n" msgstr "" -#: ../lib/install.c:1426 +#: ../lib/install.c:1425 #, c-format msgid "spec file in: %s\n" msgstr "" -#: ../lib/install.c:1459 ../lib/install.c:1498 +#: ../lib/install.c:1458 ../lib/install.c:1497 #, fuzzy msgid "source package contains no .spec file" msgstr "" " -f <file>+ - interroge le package à qui appartient <file>" -#: ../lib/install.c:1518 +#: ../lib/install.c:1517 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: ../lib/install.c:1634 +#: ../lib/install.c:1633 #, fuzzy, c-format msgid "package %s-%s-%s (which is newer) is already installed" msgstr "aucun package n'a été spécifié pour l'installation" -#: ../lib/lookup.c:86 +#: ../lib/lookup.c:84 #, c-format msgid "cannot read header at %d for lookup" msgstr "" -#: ../lib/macro.c:114 +#: ../lib/macro.c:113 #, c-format msgid "======================== active %d empty %d\n" msgstr "" #. XXX just in case -#: ../lib/macro.c:201 +#: ../lib/macro.c:200 #, c-format msgid "%3d>%*s(empty)" msgstr "" -#: ../lib/macro.c:236 +#: ../lib/macro.c:235 #, c-format msgid "%3d<%*s(empty)\n" msgstr "" -#: ../lib/macro.c:409 +#: ../lib/macro.c:408 msgid "Macro %%%s has unterminated body" msgstr "" -#: ../lib/macro.c:435 +#: ../lib/macro.c:434 msgid "Macro %%%s has illegal name (%%define)" msgstr "" -#: ../lib/macro.c:441 +#: ../lib/macro.c:440 msgid "Macro %%%s has unterminated opts" msgstr "" -#: ../lib/macro.c:446 +#: ../lib/macro.c:445 msgid "Macro %%%s has empty body" msgstr "" -#: ../lib/macro.c:451 +#: ../lib/macro.c:450 msgid "Macro %%%s failed to expand" msgstr "" -#: ../lib/macro.c:476 +#: ../lib/macro.c:475 msgid "Macro %%%s has illegal name (%%undefine)" msgstr "" -#: ../lib/macro.c:547 +#: ../lib/macro.c:548 msgid "Macro %%%s (%s) was not used below level %d" msgstr "" @@ -2805,496 +2805,496 @@ msgstr "impossible d'ouvrir: %s\n" msgid "File %s is smaller than %d bytes" msgstr "" -#: ../lib/messages.c:53 +#: ../lib/messages.c:51 msgid "warning: " msgstr "" -#: ../lib/messages.c:59 +#: ../lib/messages.c:57 msgid "error: " msgstr "" -#: ../lib/messages.c:65 +#: ../lib/messages.c:63 msgid "fatal error: " msgstr "" -#: ../lib/messages.c:72 +#: ../lib/messages.c:70 msgid "internal error (rpm bug?): " msgstr "" -#: ../lib/misc.c:338 ../lib/misc.c:343 ../lib/misc.c:349 +#: ../lib/misc.c:337 ../lib/misc.c:342 ../lib/misc.c:348 #, c-format msgid "error creating temporary file %s" msgstr "" -#: ../lib/oldheader.c:294 +#: ../lib/oldheader.c:293 msgid "bad file state: " msgstr "" -#: ../lib/package.c:51 +#: ../lib/package.c:50 msgid "package is a version one package!\n" msgstr "" -#: ../lib/package.c:54 +#: ../lib/package.c:53 msgid "old style source package -- I'll do my best\n" msgstr "" -#: ../lib/package.c:57 +#: ../lib/package.c:56 #, c-format msgid "archive offset is %d\n" msgstr "" -#: ../lib/package.c:67 +#: ../lib/package.c:66 msgid "old style binary package\n" msgstr "" -#: ../lib/package.c:98 +#: ../lib/package.c:97 msgid "" "only packages with major numbers <= 3 are supported by this version of RPM" msgstr "" -#: ../lib/rebuilddb.c:15 +#: ../lib/rebuilddb.c:14 #, c-format msgid "rebuilding database in rootdir %s\n" msgstr "" -#: ../lib/rebuilddb.c:19 ../lib/rpmdb.c:45 ../lib/rpmdb.c:58 +#: ../lib/rebuilddb.c:18 ../lib/rpmdb.c:44 ../lib/rpmdb.c:57 msgid "no dbpath has been set" msgstr "" -#: ../lib/rebuilddb.c:27 +#: ../lib/rebuilddb.c:26 #, c-format msgid "temporary database %s already exists" msgstr "" -#: ../lib/rebuilddb.c:31 +#: ../lib/rebuilddb.c:30 #, c-format msgid "creating directory: %s\n" msgstr "" -#: ../lib/rebuilddb.c:33 +#: ../lib/rebuilddb.c:32 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: ../lib/rebuilddb.c:39 +#: ../lib/rebuilddb.c:38 msgid "opening old database\n" msgstr "" -#: ../lib/rebuilddb.c:44 +#: ../lib/rebuilddb.c:43 msgid "opening new database\n" msgstr "" -#: ../lib/rebuilddb.c:53 ../lib/rebuilddb.c:71 +#: ../lib/rebuilddb.c:52 ../lib/rebuilddb.c:70 #, c-format msgid "record number %d in database is bad -- skipping it" msgstr "" -#: ../lib/rebuilddb.c:65 +#: ../lib/rebuilddb.c:64 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: ../lib/rebuilddb.c:82 +#: ../lib/rebuilddb.c:81 msgid "failed to rebuild database; original database remains in place\n" msgstr "" -#: ../lib/rebuilddb.c:89 +#: ../lib/rebuilddb.c:88 msgid "failed to replace old database with new database!\n" msgstr "" -#: ../lib/rebuilddb.c:91 +#: ../lib/rebuilddb.c:90 #, c-format msgid "replaces files in %s with files from %s to recover" msgstr "" -#: ../lib/rebuilddb.c:96 +#: ../lib/rebuilddb.c:95 #, fuzzy, c-format msgid "failed to remove %s: %s\n" msgstr "impossible d'ouvrir: %s\n" -#: ../lib/rpmdb.c:113 +#: ../lib/rpmdb.c:112 #, c-format msgid "opening database in %s\n" msgstr "" -#: ../lib/rpmdb.c:122 +#: ../lib/rpmdb.c:121 #, fuzzy, c-format msgid "failed to open %s\n" msgstr "impossible d'ouvrir: %s\n" -#: ../lib/rpmdb.c:135 ../lib/rpmdb.c:142 +#: ../lib/rpmdb.c:134 ../lib/rpmdb.c:141 #, c-format msgid "cannot get %s lock on database" msgstr "" -#: ../lib/rpmdb.c:136 +#: ../lib/rpmdb.c:135 msgid "exclusive" msgstr "" -#: ../lib/rpmdb.c:143 +#: ../lib/rpmdb.c:142 msgid "shared" msgstr "" -#: ../lib/rpmdb.c:276 +#: ../lib/rpmdb.c:275 #, c-format msgid "package %s not listed in %s" msgstr "" -#: ../lib/rpmdb.c:287 +#: ../lib/rpmdb.c:286 #, fuzzy, c-format msgid "package %s not found in %s" msgstr "aucun package n'a été spécifié pour la désinstallation" -#: ../lib/rpmdb.c:318 +#: ../lib/rpmdb.c:317 msgid "package has no name" msgstr "" -#: ../lib/rpmdb.c:320 +#: ../lib/rpmdb.c:319 msgid "removing name index\n" msgstr "" -#: ../lib/rpmdb.c:325 +#: ../lib/rpmdb.c:324 #, fuzzy msgid "package has no group\n" msgstr "aucun package n'a été spécifié pour la désinstallation" -#: ../lib/rpmdb.c:327 +#: ../lib/rpmdb.c:326 msgid "removing group index\n" msgstr "" -#: ../lib/rpmdb.c:334 +#: ../lib/rpmdb.c:333 #, c-format msgid "removing provides index for %s\n" msgstr "" -#: ../lib/rpmdb.c:349 +#: ../lib/rpmdb.c:348 #, c-format msgid "removing requiredby index for %s\n" msgstr "" -#: ../lib/rpmdb.c:361 +#: ../lib/rpmdb.c:360 #, c-format msgid "removing trigger index for %s\n" msgstr "" -#: ../lib/rpmdb.c:372 +#: ../lib/rpmdb.c:371 #, c-format msgid "removing conflict index for %s\n" msgstr "" -#: ../lib/rpmdb.c:383 +#: ../lib/rpmdb.c:382 #, c-format msgid "removing file index for %s\n" msgstr "" -#: ../lib/rpmdb.c:390 +#: ../lib/rpmdb.c:389 #, fuzzy msgid "package has no files\n" msgstr "aucun package n'a été spécifié pour l'installation" -#: ../lib/rpmdb.c:463 +#: ../lib/rpmdb.c:462 msgid "cannot allocate space for database" msgstr "" -#: ../lib/rpmdb.c:527 +#: ../lib/rpmdb.c:526 #, c-format msgid "cannot read header at %d for update" msgstr "" -#: ../lib/rpmdb.c:536 +#: ../lib/rpmdb.c:535 msgid "header changed size!" msgstr "" -#: ../lib/rpmlead.c:43 +#: ../lib/rpmlead.c:42 #, c-format msgid "read failed: %s (%d)" msgstr "" -#: ../lib/rpmrc.c:212 +#: ../lib/rpmrc.c:211 #, c-format msgid "missing second ':' at %s:%d" msgstr "" -#: ../lib/rpmrc.c:215 +#: ../lib/rpmrc.c:214 #, c-format msgid "missing architecture name at %s:%d" msgstr "" -#: ../lib/rpmrc.c:352 +#: ../lib/rpmrc.c:359 #, c-format msgid "Incomplete data line at %s:%d" msgstr "" -#: ../lib/rpmrc.c:356 +#: ../lib/rpmrc.c:363 #, c-format msgid "Too many args in data line at %s:%d" msgstr "" -#: ../lib/rpmrc.c:363 +#: ../lib/rpmrc.c:370 #, c-format msgid "Bad arch/os number: %s (%s:%d)" msgstr "" -#: ../lib/rpmrc.c:396 +#: ../lib/rpmrc.c:403 #, c-format msgid "Incomplete default line at %s:%d" msgstr "" -#: ../lib/rpmrc.c:401 +#: ../lib/rpmrc.c:408 #, c-format msgid "Too many args in default line at %s:%d" msgstr "" -#: ../lib/rpmrc.c:531 ../lib/rpmrc.c:547 +#: ../lib/rpmrc.c:542 ../lib/rpmrc.c:558 #, fuzzy, c-format msgid "Unable to open %s for reading: %s." msgstr "impossible d'ouvrir: %s\n" -#: ../lib/rpmrc.c:591 +#: ../lib/rpmrc.c:602 #, c-format msgid "Failed to read %s: %s." msgstr "" -#: ../lib/rpmrc.c:622 +#: ../lib/rpmrc.c:633 #, c-format msgid "missing ':' at %s:%d" msgstr "" -#: ../lib/rpmrc.c:638 ../lib/rpmrc.c:733 +#: ../lib/rpmrc.c:649 ../lib/rpmrc.c:744 #, c-format msgid "missing argument for %s at %s:%d" msgstr "" -#: ../lib/rpmrc.c:668 +#: ../lib/rpmrc.c:679 #, c-format msgid "no macroname for setenv %s:%d" msgstr "" -#: ../lib/rpmrc.c:699 +#: ../lib/rpmrc.c:710 #, c-format msgid "expansion failed at %s:d \"%s\"" msgstr "" -#: ../lib/rpmrc.c:705 +#: ../lib/rpmrc.c:716 #, c-format msgid "cannot open %s at %s:%d" msgstr "" -#: ../lib/rpmrc.c:723 +#: ../lib/rpmrc.c:734 #, c-format msgid "missing architecture for %s at %s:%d" msgstr "" -#: ../lib/rpmrc.c:790 +#: ../lib/rpmrc.c:801 #, c-format msgid "bad option '%s' at %s:%d" msgstr "" -#: ../lib/rpmrc.c:1077 +#: ../lib/rpmrc.c:1166 #, c-format msgid "Unknown system: %s\n" msgstr "" -#: ../lib/rpmrc.c:1078 +#: ../lib/rpmrc.c:1167 msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: ../lib/signature.c:72 +#: ../lib/signature.c:71 msgid "No signature\n" msgstr "" -#: ../lib/signature.c:75 +#: ../lib/signature.c:74 #, fuzzy msgid "Old PGP signature\n" msgstr " --sign - genère une signature PGP" -#: ../lib/signature.c:88 +#: ../lib/signature.c:87 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: ../lib/signature.c:92 +#: ../lib/signature.c:91 #, fuzzy msgid "New Header signature\n" msgstr " --sign - genère une signature PGP" #. 8-byte pad -#: ../lib/signature.c:100 ../lib/signature.c:138 +#: ../lib/signature.c:99 ../lib/signature.c:137 #, c-format msgid "Signature size: %d\n" msgstr "" -#: ../lib/signature.c:101 ../lib/signature.c:139 +#: ../lib/signature.c:100 ../lib/signature.c:138 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: ../lib/signature.c:211 ../lib/signature.c:468 +#: ../lib/signature.c:210 ../lib/signature.c:467 msgid "Couldn't exec pgp" msgstr "" -#: ../lib/signature.c:222 +#: ../lib/signature.c:221 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: ../lib/signature.c:229 +#: ../lib/signature.c:228 msgid "pgp failed to write signature" msgstr "" -#: ../lib/signature.c:234 +#: ../lib/signature.c:233 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: ../lib/signature.c:242 +#: ../lib/signature.c:241 msgid "unable to read the signature" msgstr "" -#: ../lib/signature.c:248 +#: ../lib/signature.c:247 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: ../lib/signature.c:263 +#: ../lib/signature.c:262 #, c-format msgid "sigsize : %d\n" msgstr "" -#: ../lib/signature.c:264 +#: ../lib/signature.c:263 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: ../lib/signature.c:265 +#: ../lib/signature.c:264 #, c-format msgid "expected size : %d\n" msgstr "" -#: ../lib/signature.c:269 +#: ../lib/signature.c:268 msgid "file is not regular -- skipping size check\n" msgstr "" -#: ../lib/signature.c:383 +#: ../lib/signature.c:382 msgid "exec failed!\n" msgstr "" -#: ../lib/signature.c:385 +#: ../lib/signature.c:384 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: ../lib/signature.c:419 +#: ../lib/signature.c:418 msgid "You must set \"pgp_name:\" in your rpmrc file" msgstr "" #. This shouldn't happen, but some versions of RPM didn't #. implement --justdb properly, and chose to leave this stuff #. out. -#: ../lib/uninstall.c:149 ../lib/uninstall.c:279 +#: ../lib/uninstall.c:148 ../lib/uninstall.c:278 msgid "package is missing FILESTATES\n" msgstr "" -#: ../lib/uninstall.c:164 +#: ../lib/uninstall.c:163 msgid " file has already been replaced\n" msgstr "" -#: ../lib/uninstall.c:168 +#: ../lib/uninstall.c:167 msgid " file was never installed\n" msgstr "" -#: ../lib/uninstall.c:172 +#: ../lib/uninstall.c:171 msgid " file is netshared (so don't touch it)\n" msgstr "" -#: ../lib/uninstall.c:179 +#: ../lib/uninstall.c:178 msgid " file is truely shared - saving\n" msgstr "" -#: ../lib/uninstall.c:229 +#: ../lib/uninstall.c:228 #, fuzzy, c-format msgid "cannot read packages named %s for uninstall" msgstr "aucun package n'a été spécifié pour la désinstallation" -#: ../lib/uninstall.c:257 +#: ../lib/uninstall.c:256 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: ../lib/uninstall.c:305 +#: ../lib/uninstall.c:304 #, c-format msgid "%s has a netshared override\n" msgstr "" -#: ../lib/uninstall.c:343 +#: ../lib/uninstall.c:342 msgid "running postuninstall script (if any)\n" msgstr "" -#: ../lib/uninstall.c:357 +#: ../lib/uninstall.c:356 msgid "removing database entry\n" msgstr "" -#: ../lib/uninstall.c:506 +#: ../lib/uninstall.c:505 msgid "execution of script failed" msgstr "" -#: ../lib/uninstall.c:551 +#: ../lib/uninstall.c:550 #, c-format msgid "%s has already been replaced\n" msgstr "" #. if it's a config file, we may not want to remove it -#: ../lib/uninstall.c:557 +#: ../lib/uninstall.c:556 #, c-format msgid "finding md5sum of %s\n" msgstr "" -#: ../lib/uninstall.c:565 +#: ../lib/uninstall.c:564 msgid " failed - assuming file removed\n" msgstr "" -#: ../lib/uninstall.c:568 +#: ../lib/uninstall.c:567 msgid " file changed - will save\n" msgstr "" -#: ../lib/uninstall.c:572 +#: ../lib/uninstall.c:571 msgid " file unchanged - will remove\n" msgstr "" -#: ../lib/uninstall.c:580 +#: ../lib/uninstall.c:579 #, c-format msgid "keeping %s\n" msgstr "" -#: ../lib/uninstall.c:584 +#: ../lib/uninstall.c:583 #, c-format msgid "saving %s as %s.rpmsave\n" msgstr "" -#: ../lib/uninstall.c:598 +#: ../lib/uninstall.c:597 #, c-format msgid "%s - removing\n" msgstr "" -#: ../lib/uninstall.c:604 +#: ../lib/uninstall.c:603 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: ../lib/uninstall.c:607 +#: ../lib/uninstall.c:606 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: ../lib/uninstall.c:617 +#: ../lib/uninstall.c:616 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: ../lib/verify.c:171 +#: ../lib/verify.c:170 msgid "package lacks both user name and id lists (this should never happen)" msgstr "" -#: ../lib/verify.c:189 +#: ../lib/verify.c:188 msgid "package lacks both group name and id lists (this should never happen)" msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index e15039508..feb867ba2 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,198 +1,198 @@ # Brazilian Portuguese messages for RPM # Revised by Arnaldo Carvalho de Melo <acme@conectiva.com.br>, 1998. # -#: ../rpm.c:200 ../rpm.c:279 +#: ../rpm.c:197 ../rpm.c:276 msgid "" -msgstr "POT-Creation-Date: 1998-10-06 13:43-0400\n" +msgstr "POT-Creation-Date: 1998-10-08 10:34-0400\n" # , c-format -#: ../build.c:40 ../build.c:51 +#: ../build.c:39 ../build.c:50 #, fuzzy, c-format msgid "Failed to open tar pipe: %s\n" msgstr "Não consegui abrir: %s\n" # , c-format #. Give up -#: ../build.c:57 +#: ../build.c:56 #, fuzzy, c-format msgid "Failed to read spec file from %s\n" msgstr "Não consegui ler o arquivo spec de %s\n" # , c-format -#: ../build.c:80 +#: ../build.c:79 #, fuzzy, c-format msgid "Failed to rename %s to %s: %s\n" msgstr "Não consegui ler o arquivo spec de %s\n" -#: ../build.c:112 +#: ../build.c:111 #, c-format msgid "File is not a regular file: %s\n" msgstr "" # , c-format -#: ../build.c:117 +#: ../build.c:116 #, fuzzy, c-format msgid "Unable to open spec file: %s\n" msgstr "Não consegui abrir: %s\n" -#: ../build.c:125 +#: ../build.c:124 #, c-format msgid "File contains non-printable characters(%c): %s\n" msgstr "" -#: ../checksig.c:26 ../checksig.c:157 +#: ../checksig.c:25 ../checksig.c:156 #, c-format msgid "%s: Open failed\n" msgstr "" -#: ../checksig.c:30 ../checksig.c:162 +#: ../checksig.c:29 ../checksig.c:161 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: ../checksig.c:34 +#: ../checksig.c:33 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: ../checksig.c:38 +#: ../checksig.c:37 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: ../checksig.c:42 ../checksig.c:172 +#: ../checksig.c:41 ../checksig.c:171 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: ../checksig.c:55 ../checksig.c:186 +#: ../checksig.c:54 ../checksig.c:185 msgid "Couldn't read the header/archive" msgstr "" -#: ../checksig.c:62 +#: ../checksig.c:61 msgid "Couldn't write header/archive to temp file" msgstr "" -#: ../build/pack.c:273 ../checksig.c:87 +#: ../build/pack.c:273 ../checksig.c:86 #, fuzzy, c-format msgid "Generating signature: %d\n" msgstr "gere assinatura PGP" -#: ../checksig.c:110 +#: ../checksig.c:109 msgid "Couldn't read sigtarget" msgstr "" -#: ../checksig.c:119 +#: ../checksig.c:118 msgid "Couldn't write package" msgstr "" -#: ../checksig.c:167 +#: ../checksig.c:166 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: ../checksig.c:177 +#: ../checksig.c:176 #, c-format msgid "%s: No signature available\n" msgstr "" # , c-format -#: ../checksig.c:193 +#: ../checksig.c:192 #, fuzzy, c-format msgid "Unable to write %s" msgstr "Não consegui abrir: %s\n" -#: ../checksig.c:284 +#: ../checksig.c:283 msgid "NOT OK" msgstr "" -#: ../checksig.c:285 ../checksig.c:292 +#: ../checksig.c:284 ../checksig.c:291 msgid " (MISSING KEYS)" msgstr "" -#: ../checksig.c:291 +#: ../checksig.c:290 msgid "OK" msgstr "" -#: ../ftp.c:425 +#: ../ftp.c:424 msgid "Bad FTP server response" msgstr "" -#: ../ftp.c:428 +#: ../ftp.c:427 msgid "FTP IO error" msgstr "" -#: ../ftp.c:431 +#: ../ftp.c:430 msgid "FTP server timeout" msgstr "" -#: ../ftp.c:434 +#: ../ftp.c:433 msgid "Unable to lookup FTP server host address" msgstr "" -#: ../ftp.c:437 +#: ../ftp.c:436 msgid "Unable to lookup FTP server host name" msgstr "" -#: ../ftp.c:440 +#: ../ftp.c:439 msgid "Failed to connect to FTP server" msgstr "" -#: ../ftp.c:443 +#: ../ftp.c:442 msgid "Failed to establish data connection to FTP server" msgstr "" -#: ../ftp.c:446 +#: ../ftp.c:445 msgid "IO error to local file" msgstr "" -#: ../ftp.c:449 +#: ../ftp.c:448 msgid "Error setting remote server to passive mode" msgstr "" -#: ../ftp.c:452 +#: ../ftp.c:451 msgid "File not found on server" msgstr "" -#: ../ftp.c:456 +#: ../ftp.c:455 msgid "FTP Unknown or unexpected error" msgstr "" -#: ../install.c:68 ../install.c:184 +#: ../install.c:67 ../install.c:183 #, c-format msgid "error: cannot open file %s\n" msgstr "" -#: ../install.c:85 ../install.c:407 +#: ../install.c:84 ../install.c:406 #, c-format msgid "Installing %s\n" msgstr "" -#: ../install.c:92 +#: ../install.c:91 msgid "stopping source install as we're just testing\n" msgstr "" -#: ../install.c:103 ../install.c:197 +#: ../install.c:102 ../install.c:196 #, c-format msgid "error: %s does not appear to be a RPM package\n" msgstr "" -#: ../install.c:108 ../install.c:202 ../install.c:411 +#: ../install.c:107 ../install.c:201 ../install.c:410 #, c-format msgid "error: %s cannot be installed\n" msgstr "" -#: ../install.c:141 +#: ../install.c:140 #, fuzzy msgid "counting packages to install\n" msgstr "não foi passado pacote para instalação" -#: ../install.c:145 +#: ../install.c:144 #, fuzzy, c-format msgid "found %d packages\n" msgstr "pesquise todos os pacotes" -#: ../install.c:151 +#: ../install.c:150 msgid "looking for packages to download\n" msgstr "" @@ -204,231 +204,231 @@ msgstr "" # "Content-Type: text/plain; charset=ISO-8859-1\n" # "Content-Transfer-Encoding: 8-bit\n" # , c-format -#: ../install.c:155 +#: ../install.c:154 #, fuzzy, c-format msgid "Retrieving %s\n" msgstr "RPM versão %s\n" -#: ../install.c:162 +#: ../install.c:161 #, c-format msgid "getting %s as %s\n" msgstr "" -#: ../install.c:166 +#: ../install.c:165 #, c-format msgid "error: skipping %s - transfer failed - %s\n" msgstr "" -#: ../install.c:178 +#: ../install.c:177 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: ../install.c:180 +#: ../install.c:179 msgid "finding source and binary packages\n" msgstr "" -#: ../install.c:216 +#: ../install.c:215 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: ../install.c:220 +#: ../install.c:219 #, c-format msgid "opening database mode: 0%o\n" msgstr "" -#: ../install.c:222 ../install.c:311 +#: ../install.c:221 ../install.c:310 #, c-format msgid "error: cannot open %s%s/packages.rpm\n" msgstr "" -#: ../install.c:243 +#: ../install.c:242 #, fuzzy msgid "failed dependencies:\n" msgstr "lista dependências do pacote" -#: ../install.c:264 +#: ../install.c:263 #, fuzzy msgid "installing binary packages\n" msgstr "instale pacote" -#: ../install.c:298 +#: ../install.c:297 #, fuzzy msgid "counting packages to uninstall\n" msgstr "não foi passado pacote para desinstalação" -#: ../install.c:321 ../query.c:520 ../verify.c:249 +#: ../install.c:320 ../query.c:519 ../verify.c:249 #, fuzzy, c-format msgid "package %s is not installed\n" msgstr "não foi passado pacote para instalação" -#: ../install.c:324 +#: ../install.c:323 #, c-format msgid "error searching for package %s\n" msgstr "" -#: ../install.c:332 +#: ../install.c:331 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: ../install.c:354 +#: ../install.c:353 #, fuzzy, c-format msgid "found %d packages to uninstall\n" msgstr "não foi passado pacote para desinstalação" -#: ../install.c:369 +#: ../install.c:368 #, fuzzy msgid "removing these packages would break dependencies:\n" msgstr "lista dependências do pacote" -#: ../install.c:380 +#: ../install.c:379 #, c-format msgid "uninstalling record number %d\n" msgstr "" -#: ../install.c:402 +#: ../install.c:401 #, c-format msgid "error: cannot open %s\n" msgstr "" -#: ../install.c:450 +#: ../install.c:449 #, c-format msgid " is needed by %s-%s-%s\n" msgstr "" -#: ../install.c:453 +#: ../install.c:452 #, c-format msgid " conflicts with %s-%s-%s\n" msgstr "" -#: ../query.c:28 +#: ../query.c:27 #, c-format msgid "error in format: %s\n" msgstr "" -#: ../query.c:65 +#: ../query.c:64 msgid "(contains no files)" msgstr "" -#: ../query.c:118 +#: ../query.c:117 msgid "normal " msgstr "" -#: ../query.c:120 +#: ../query.c:119 msgid "replaced " msgstr "" -#: ../query.c:122 +#: ../query.c:121 msgid "net shared " msgstr "" -#: ../query.c:124 +#: ../query.c:123 #, fuzzy msgid "not installed " msgstr "não foi passado pacote para instalação" -#: ../query.c:126 +#: ../query.c:125 #, c-format msgid "(unknown %3d) " msgstr "" -#: ../query.c:130 +#: ../query.c:129 msgid "(no state) " msgstr "" -#: ../query.c:146 ../query.c:176 +#: ../query.c:145 ../query.c:175 msgid "package has neither file owner or id lists" msgstr "" -#: ../query.c:318 +#: ../query.c:317 #, c-format msgid "querying record number %d\n" msgstr "" -#: ../query.c:323 ../verify.c:138 +#: ../query.c:322 ../verify.c:137 msgid "error: could not read database record\n" msgstr "" -#: ../query.c:359 ../query.c:366 ../verify.c:194 ../verify.c:201 +#: ../query.c:358 ../query.c:365 ../verify.c:194 ../verify.c:201 #, c-format msgid "open of %s failed: %s\n" msgstr "" -#: ../query.c:382 +#: ../query.c:381 msgid "old format source packages cannot be queried\n" msgstr "" -#: ../query.c:391 +#: ../query.c:390 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: ../query.c:395 +#: ../query.c:394 #, c-format msgid "query of %s failed\n" msgstr "" -#: ../query.c:408 ../verify.c:178 +#: ../query.c:407 ../verify.c:177 msgid "could not read database record!\n" msgstr "" -#: ../query.c:419 ../verify.c:224 +#: ../query.c:418 ../verify.c:224 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: ../query.c:429 +#: ../query.c:428 #, c-format msgid "no package provides %s\n" msgstr "" -#: ../query.c:439 +#: ../query.c:438 #, fuzzy, c-format msgid "no package triggers %s\n" msgstr "não foram passados pacotes para assinatura" -#: ../query.c:449 +#: ../query.c:448 #, c-format msgid "no package requires %s\n" msgstr "" -#: ../query.c:467 ../query.c:473 +#: ../query.c:466 ../query.c:472 msgid "maximum path length exceeded\n" msgstr "" -#: ../query.c:485 +#: ../query.c:484 #, c-format msgid "file %s: %s\n" msgstr "" -#: ../query.c:488 ../verify.c:238 +#: ../query.c:487 ../verify.c:238 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: ../query.c:501 +#: ../query.c:500 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: ../query.c:504 +#: ../query.c:503 #, c-format msgid "showing package: %d\n" msgstr "" -#: ../query.c:508 +#: ../query.c:507 #, c-format msgid "record %d could not be read\n" msgstr "" -#: ../query.c:523 ../verify.c:251 +#: ../query.c:522 ../verify.c:251 #, c-format msgid "error looking for package %s\n" msgstr "" -#: ../rpm.c:177 +#: ../rpm.c:174 #, c-format msgid "rpm: %s\n" msgstr "" @@ -441,132 +441,132 @@ msgstr "" # "Content-Type: text/plain; charset=ISO-8859-1\n" # "Content-Transfer-Encoding: 8-bit\n" # , c-format -#: ../rpm.c:188 +#: ../rpm.c:185 #, c-format msgid "RPM version %s\n" msgstr "RPM versão %s\n" -#: ../rpm.c:192 +#: ../rpm.c:189 msgid "Copyright (C) 1998 - Red Hat Software" msgstr "" -#: ../rpm.c:193 +#: ../rpm.c:190 msgid "" "This may be freely redistributed under the terms of the GNU Public License" msgstr "" "Este Software pode ser livremente redistribuido sob os termos da Licensa " "Pública GNU (GPL)" -#: ../rpm.c:202 +#: ../rpm.c:199 msgid "usage: rpm {--help}" msgstr "uso: rpm {--help}" -#: ../rpm.c:203 +#: ../rpm.c:200 msgid " rpm {--version}" msgstr "" -#: ../rpm.c:204 +#: ../rpm.c:201 msgid " rpm {--initdb} [--dbpath <dir>]" msgstr " rpm {--initdb} [--dbpath <diretório>]" -#: ../rpm.c:205 +#: ../rpm.c:202 msgid "" " rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]" msgstr "" -#: ../rpm.c:206 +#: ../rpm.c:203 msgid " [--replacepkgs] [--replacefiles] [--root <dir>]" msgstr "" " [--replacepkgs] [--replacefiles] [--root <diretório>]" -#: ../rpm.c:207 +#: ../rpm.c:204 msgid " [--excludedocs] [--includedocs] [--noscripts]" msgstr "" -#: ../rpm.c:208 +#: ../rpm.c:205 msgid "" " [--rcfile <file>] [--ignorearch] [--dbpath <dir>]" msgstr "" " [--rcfile <arquivo>] [--ignorearch] [--dbpath " "<diretório>]" -#: ../rpm.c:209 +#: ../rpm.c:206 #, fuzzy msgid "" " [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]" msgstr " [--prefix <diretório>] [--ignoreos] [--nodeps]" -#: ../rpm.c:210 +#: ../rpm.c:207 #, fuzzy msgid "" " [--ftpproxy <host>] [--ftpport <port>] [--justdb]" msgstr " [--ftpproxy <host>] [--ftpport <porta>]" -#: ../rpm.c:211 ../rpm.c:219 +#: ../rpm.c:208 ../rpm.c:216 #, fuzzy msgid " [--noorder] [--relocate oldpath=newpath]" msgstr " [--nomd5] [alvos]" -#: ../rpm.c:212 +#: ../rpm.c:209 #, fuzzy msgid "" " [--badreloc] [--notriggers] file1.rpm ... fileN.rpm" msgstr "" " [--ignoreos] [--nodeps] arquivo.rpm ... arquivoN.rpm" -#: ../rpm.c:213 +#: ../rpm.c:210 msgid "" " rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]" msgstr "" -#: ../rpm.c:214 +#: ../rpm.c:211 msgid " [--oldpackage] [--root <dir>] [--noscripts]" msgstr "" " [--oldpackage] [--root <diretório>] [--noscripts]" -#: ../rpm.c:215 +#: ../rpm.c:212 msgid "" " [--excludedocs] [--includedocs] [--rcfile <file>]" msgstr "" " [--excludedocs] [--includedocs] [--rcfile <arquivo>]" -#: ../rpm.c:216 +#: ../rpm.c:213 msgid "" " [--ignorearch] [--dbpath <dir>] [--prefix <dir>] " msgstr "" " [--ignorearch] [--dbpath <dir>] [--prefix " "<diretório>]" -#: ../rpm.c:217 +#: ../rpm.c:214 msgid " [--ftpproxy <host>] [--ftpport <port>]" msgstr " [--ftpproxy <host>] [--ftpport <porta>]" -#: ../rpm.c:218 +#: ../rpm.c:215 #, fuzzy msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]" msgstr "" " [--dbpath <diretório>] [--nodeps] [--nofiles] " "[--noscripts]" -#: ../rpm.c:220 +#: ../rpm.c:217 #, fuzzy msgid " [--badreloc] file1.rpm ... fileN.rpm" msgstr " arquivo.rpm ... arquivoN.rpm" -#: ../rpm.c:221 +#: ../rpm.c:218 msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]" msgstr "" -#: ../rpm.c:222 +#: ../rpm.c:219 msgid " [--scripts] [--root <dir>] [--rcfile <file>]" msgstr "" " [--scripts] [--root <diretório>] [--rcfile <arquivo>]" -#: ../rpm.c:223 +#: ../rpm.c:220 msgid " [--whatprovides] [--whatrequires] [--requires]" msgstr "" -#: ../rpm.c:224 +#: ../rpm.c:221 #, fuzzy msgid "" " [--triggeredby] [--ftpuseport] [--ftpproxy <host>]" @@ -574,7 +574,7 @@ msgstr "" " [--ftpuseport] [--ftpproxy <host>] [--ftpport " "<porta>]" -#: ../rpm.c:225 +#: ../rpm.c:222 #, fuzzy msgid "" " [--ftpport <port>] [--provides] [--triggers] [--dump]" @@ -582,295 +582,295 @@ msgstr "" " [--dbpath <diretório>] [--nodeps] [--nofiles] " "[--noscripts]" -#: ../rpm.c:226 +#: ../rpm.c:223 #, fuzzy msgid " [--changelog] [--dbpath <dir>] [targets]" msgstr "" " [--provides] [--dump] [--dbpath <diretório>] [alvos]" -#: ../rpm.c:227 +#: ../rpm.c:224 msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]" msgstr "" " rpm {--verify -V -y} [-afpg] [--root <diretório>] [--rcfile <arquivo>]" -#: ../rpm.c:228 +#: ../rpm.c:225 msgid "" " [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]" msgstr "" " [--dbpath <diretório>] [--nodeps] [--nofiles] " "[--noscripts]" -#: ../rpm.c:229 +#: ../rpm.c:226 msgid " [--nomd5] [targets]" msgstr " [--nomd5] [alvos]" -#: ../rpm.c:230 +#: ../rpm.c:227 msgid " rpm {--setperms} [-afpg] [target]" msgstr " rpm {--setperms} [-afpg] [alvo]" -#: ../rpm.c:231 +#: ../rpm.c:228 msgid " rpm {--setugids} [-afpg] [target]" msgstr " rpm {--setugids} [-afpg] [alvo]" -#: ../rpm.c:232 +#: ../rpm.c:229 #, fuzzy msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]" msgstr "" " rpm {--erase -e] [--root <diretório>] [--noscripts] [--rcfile " "<arquivo>]" -#: ../rpm.c:233 +#: ../rpm.c:230 msgid " [--dbpath <dir>] [--nodeps] [--allmatches]" msgstr "" " [--dbpath <diretório>] [--nodeps] [--allmatches]" -#: ../rpm.c:234 +#: ../rpm.c:231 #, fuzzy msgid "" " [--justdb] [--notriggers] rpackage1 ... packageN" msgstr " pacote1 ... pacoteN" -#: ../rpm.c:235 +#: ../rpm.c:232 msgid "" " rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile <file>]" msgstr "" " rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile " "<arquivo>]" -#: ../rpm.c:236 +#: ../rpm.c:233 #, fuzzy msgid " [--sign] [--test] [--timecheck <s>] ]" msgstr "" " [--sign] [--test] [--timecheck <S>] arquivo-spec" -#: ../rpm.c:237 +#: ../rpm.c:234 #, fuzzy msgid " [--buildplatform=platform1[,platform2...]]" msgstr " [--nomd5] [alvos]" -#: ../rpm.c:238 +#: ../rpm.c:235 #, fuzzy msgid " [--rmsource] specfile" msgstr "" " [--sign] [--test] [--timecheck <S>] arquivo-spec" -#: ../rpm.c:239 +#: ../rpm.c:236 #, fuzzy msgid " rpm {--rmsource} [--rcfile <file>] [-v] specfile" msgstr "" " rpm {--recompile} [--rcfile <arquivo>] [-v] fonte1.rpm ... fonteN.rpm" -#: ../rpm.c:240 +#: ../rpm.c:237 msgid "" " rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm" msgstr "" " rpm {--rebuild} [--rcfile <arquivo>] [-v] fonte1.rpm ... fonteN.rpm" -#: ../rpm.c:241 +#: ../rpm.c:238 msgid "" " rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm" msgstr "" " rpm {--recompile} [--rcfile <arquivo>] [-v] fonte1.rpm ... fonteN.rpm" -#: ../rpm.c:242 +#: ../rpm.c:239 msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN" msgstr " rpm {--resign} [--rcfile <arquivo>] pacote1 pacote2 ... pacoteN" -#: ../rpm.c:243 +#: ../rpm.c:240 msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN" msgstr "" " rpm {--addsign} [--rcfile <arquivo>] pacote1 pacote2 ... pacoteN" -#: ../rpm.c:244 +#: ../rpm.c:241 msgid " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <file>]" msgstr " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <arquivo>]" -#: ../rpm.c:245 +#: ../rpm.c:242 msgid " package1 ... packageN" msgstr " pacote1 ... pacoteN" -#: ../rpm.c:246 +#: ../rpm.c:243 msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]" msgstr " rpm {--rebuilddb} [--rcfile <arquivo>] [--dbpath <diretório>]" -#: ../rpm.c:247 +#: ../rpm.c:244 msgid " rpm {--querytags}" msgstr "" -#: ../rpm.c:281 +#: ../rpm.c:278 msgid "usage:" msgstr "uso:" -#: ../rpm.c:283 +#: ../rpm.c:280 msgid "print this message" msgstr "mostra esta mensagem" -#: ../rpm.c:285 +#: ../rpm.c:282 msgid "print the version of rpm being used" msgstr "mostra a versão do programa rpm sendo usado" -#: ../rpm.c:286 +#: ../rpm.c:283 msgid " all modes support the following arguments:" msgstr " todos os modos suportam os seguintes argumentos:" -#: ../rpm.c:287 +#: ../rpm.c:284 msgid " --rcfile <file> " msgstr "" -#: ../rpm.c:288 +#: ../rpm.c:285 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc" msgstr "use <arquivo> no lugar de /etc/rpmrc e $HOME/.rpmrc" -#: ../rpm.c:290 +#: ../rpm.c:287 msgid "be a little more verbose" msgstr "seja um pouco mais detalhado" -#: ../rpm.c:292 +#: ../rpm.c:289 msgid "be incredibly verbose (for debugging)" msgstr "seja _muito_ mais detalhado (para depuração)" -#: ../rpm.c:294 +#: ../rpm.c:291 msgid "query mode" msgstr "modo pesquisa" -#: ../rpm.c:295 ../rpm.c:353 ../rpm.c:413 ../rpm.c:441 +#: ../rpm.c:292 ../rpm.c:350 ../rpm.c:410 ../rpm.c:438 msgid " --root <dir> " msgstr "" -#: ../rpm.c:296 ../rpm.c:354 ../rpm.c:414 ../rpm.c:442 ../rpm.c:502 +#: ../rpm.c:293 ../rpm.c:351 ../rpm.c:411 ../rpm.c:439 ../rpm.c:499 msgid "use <dir> as the top level directory" msgstr "use <diretório> como diretório raiz" -#: ../rpm.c:297 ../rpm.c:351 ../rpm.c:379 ../rpm.c:429 ../rpm.c:499 +#: ../rpm.c:294 ../rpm.c:348 ../rpm.c:376 ../rpm.c:426 ../rpm.c:496 #, fuzzy msgid " --dbpath <dir> " msgstr " -b<estágio> <spec> " -#: ../rpm.c:298 ../rpm.c:352 ../rpm.c:380 ../rpm.c:430 ../rpm.c:500 +#: ../rpm.c:295 ../rpm.c:349 ../rpm.c:377 ../rpm.c:427 ../rpm.c:497 msgid "use <dir> as the directory for the database" msgstr "use <diretório> como diretório para o banco de dados" -#: ../rpm.c:299 +#: ../rpm.c:296 msgid " --queryformat <qfmt>" msgstr "" -#: ../rpm.c:300 +#: ../rpm.c:297 #, fuzzy msgid "use <qfmt> as the header format (implies -i)" msgstr "use s como formato do cabeçalho (implica -i)" -#: ../rpm.c:301 +#: ../rpm.c:298 msgid "" " install, upgrade and query (with -p) allow ftp URL's to be used in place" msgstr "" " Instale, atualize e pesquise (com -p) permitem que sejam usadas URLs ftp " "no lugar" -#: ../rpm.c:302 +#: ../rpm.c:299 #, fuzzy msgid " of file names as well as the following options:" msgstr " de nomes de arquivos bem como as seguintes opções:\n" -#: ../rpm.c:303 +#: ../rpm.c:300 msgid " --ftpproxy <host> " msgstr "" -#: ../rpm.c:304 +#: ../rpm.c:301 msgid "hostname or IP of ftp proxy" msgstr "nome do host ou IP do proxy ftp" -#: ../rpm.c:305 +#: ../rpm.c:302 msgid " --ftpport <port> " msgstr "" -#: ../rpm.c:306 +#: ../rpm.c:303 msgid "port number of ftp server (or proxy)" msgstr "número da porta do servidor ftp (ou proxy)" -#: ../rpm.c:307 +#: ../rpm.c:304 msgid " Package specification options:" msgstr " Opcões para especificação de pacotes:" -#: ../rpm.c:309 +#: ../rpm.c:306 msgid "query all packages" msgstr "pesquise todos os pacotes" -#: ../rpm.c:310 +#: ../rpm.c:307 msgid " -f <file>+ " msgstr "" -#: ../rpm.c:311 +#: ../rpm.c:308 msgid "query package owning <file>" msgstr "pesquise o pacote ao qual <arquivo> pertence" -#: ../rpm.c:312 +#: ../rpm.c:309 msgid " -p <packagefile>+ " msgstr "" -#: ../rpm.c:313 +#: ../rpm.c:310 msgid "query (uninstalled) package <packagefile>" msgstr "pesquise pacote (não instalado) <arquivo-pacote>" -#: ../rpm.c:314 +#: ../rpm.c:311 #, fuzzy msgid " --triggeredby <pkg>" msgstr "pesquise o pacote ao qual <arquivo> pertence" -#: ../rpm.c:315 +#: ../rpm.c:312 #, fuzzy msgid "query packages triggered by <pkg>" msgstr "pesquise o pacote ao qual <arquivo> pertence" -#: ../rpm.c:316 +#: ../rpm.c:313 #, fuzzy msgid " --whatprovides <cap>" msgstr "pesquise o pacote ao qual <arquivo> pertence" -#: ../rpm.c:317 +#: ../rpm.c:314 #, fuzzy msgid "query packages which provide <cap> capability" msgstr "pesquise pacotes que fornecem a capacidade <i>" -#: ../rpm.c:318 +#: ../rpm.c:315 #, fuzzy msgid " --whatrequires <cap>" msgstr "pesquise o pacote ao qual <arquivo> pertence" -#: ../rpm.c:319 +#: ../rpm.c:316 #, fuzzy msgid "query packages which require <cap> capability" msgstr "pesquise pacotes que requerem capacidade <i>" -#: ../rpm.c:320 +#: ../rpm.c:317 msgid " Information selection options:" msgstr " Opcões de selecão de informação" -#: ../rpm.c:322 +#: ../rpm.c:319 msgid "display package information" msgstr "mostre informação do pacote" -#: ../rpm.c:324 +#: ../rpm.c:321 #, fuzzy msgid "display the package's change log" msgstr "mostre a lista de arquivos do pacote" -#: ../rpm.c:326 +#: ../rpm.c:323 msgid "display package file list" msgstr "mostre a lista de arquivos do pacote" -#: ../rpm.c:328 +#: ../rpm.c:325 msgid "show file states (implies -l)" msgstr "mostre estados dos arquivos (implica -l)" -#: ../rpm.c:330 +#: ../rpm.c:327 msgid "list only documentation files (implies -l)" msgstr "liste somente os arquivos de documentação (implica -l)" -#: ../rpm.c:332 +#: ../rpm.c:329 msgid "list only configuration files (implies -l)" msgstr "liste somente os arquivos de configuração (implica -l)" -#: ../rpm.c:334 +#: ../rpm.c:331 msgid "" "show all verifiable information for each file (must be used with -l, -c, or " "-d)" @@ -878,37 +878,37 @@ msgstr "" "mostre todas as informações verificáveis para cada arquivo (deve ser usado " "com -l, -c ou -d)" -#: ../rpm.c:336 +#: ../rpm.c:333 #, fuzzy msgid "list capabilities package provides" msgstr "lista as capacidades que o pacote fornece" -#: ../rpm.c:337 +#: ../rpm.c:334 msgid " --requires" msgstr "" -#: ../rpm.c:339 +#: ../rpm.c:336 msgid "list package dependencies" msgstr "lista dependências do pacote" -#: ../rpm.c:341 +#: ../rpm.c:338 msgid "print the various [un]install scripts" msgstr "mostra as várias scripts de [des]instalação" -#: ../rpm.c:343 +#: ../rpm.c:340 msgid "show the trigger scripts contained in the package" msgstr "" -#: ../rpm.c:347 +#: ../rpm.c:344 #, fuzzy msgid " --pipe <cmd> " msgstr " -b<estágio> <spec> " -#: ../rpm.c:348 +#: ../rpm.c:345 msgid "send stdout to <cmd>" msgstr "envia a saida padrão para <cmd>" -#: ../rpm.c:350 +#: ../rpm.c:347 msgid "" "verify a package installation using the same same package specification " "options as -q" @@ -916,19 +916,19 @@ msgstr "" "verifique uma instalação de pacote usando as mesmas opções de especificação " "de pacote do -q" -#: ../rpm.c:356 ../rpm.c:400 ../rpm.c:434 +#: ../rpm.c:353 ../rpm.c:397 ../rpm.c:431 msgid "do not verify package dependencies" msgstr "não verifique as dependências do pacote" -#: ../rpm.c:358 +#: ../rpm.c:355 msgid "do not verify file md5 checksums" msgstr "não verifique os checksums md5 do arquivo" -#: ../rpm.c:360 +#: ../rpm.c:357 msgid "do not verify file attributes" msgstr "não verifique os atributos dos arquivos" -#: ../rpm.c:363 +#: ../rpm.c:360 msgid "" "set the file permissions to those in the package database using the same " "package specification options as -q" @@ -936,7 +936,7 @@ msgstr "" "atribua as permissões dos arquivos para aquelas no banco de dados de pacotes " "usando as mesmas opções de especificação de pacote do -q" -#: ../rpm.c:366 +#: ../rpm.c:363 msgid "" "set the file owner and group to those in the package database using the same " "package specification options as -q" @@ -944,117 +944,117 @@ msgstr "" "atribua dono e grupo dos arquivos para aquelas no banco de dados de pacotes " "usando as mesmas opções de especificação de pacote do -q" -#: ../rpm.c:370 +#: ../rpm.c:367 #, fuzzy msgid " --install <packagefile>" msgstr "instale pacote" -#: ../rpm.c:371 +#: ../rpm.c:368 #, fuzzy msgid " -i <packagefile> " msgstr " -b<estágio> <spec> " -#: ../rpm.c:372 +#: ../rpm.c:369 msgid "install package" msgstr "instale pacote" -#: ../rpm.c:373 +#: ../rpm.c:370 #, fuzzy msgid " --relocate <oldpath>=<newpath>" msgstr " [--nomd5] [alvos]" -#: ../rpm.c:374 +#: ../rpm.c:371 msgid "relocate files from <oldpath> to <newpath>" msgstr "" -#: ../rpm.c:376 +#: ../rpm.c:373 msgid "relocate files even though the package doesn't allow it" msgstr "" -#: ../rpm.c:377 +#: ../rpm.c:374 msgid " --prefix <dir> " msgstr "" -#: ../rpm.c:378 +#: ../rpm.c:375 msgid "relocate the package to <dir>, if relocatable" msgstr "realoque o pacote para <diretório>, se realocável" -#: ../rpm.c:382 +#: ../rpm.c:379 msgid "do not install documentation" msgstr "não instale documentação" -#: ../rpm.c:384 +#: ../rpm.c:381 msgid "short hand for --replacepkgs --replacefiles" msgstr "aliás para --replacepkgs --replacefiles" -#: ../rpm.c:387 +#: ../rpm.c:384 msgid "print hash marks as package installs (good with -v)" msgstr "mostre caracteres # a medida que o pacote instala (bom com -v)" -#: ../rpm.c:389 +#: ../rpm.c:386 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" -#: ../rpm.c:392 +#: ../rpm.c:389 #, fuzzy msgid "don't verify package architecture" msgstr "não verifique a arquitetura do pacote" -#: ../rpm.c:394 +#: ../rpm.c:391 msgid "don't verify package operating system" msgstr "não verifique o sistema operacional do pacote" -#: ../rpm.c:396 +#: ../rpm.c:393 msgid "install documentation" msgstr "instale documentação" -#: ../rpm.c:398 ../rpm.c:432 +#: ../rpm.c:395 ../rpm.c:429 msgid "update the database, but do not modify the filesystem" msgstr "" -#: ../rpm.c:402 ../rpm.c:436 +#: ../rpm.c:399 ../rpm.c:433 #, fuzzy msgid "do not reorder package installation to satisfy dependencies" msgstr "não verifique as dependências do pacote" -#: ../rpm.c:404 +#: ../rpm.c:401 msgid "don't execute any installation scripts" msgstr "não execute nenhuma script de instalação" -#: ../rpm.c:406 ../rpm.c:440 +#: ../rpm.c:403 ../rpm.c:437 msgid "don't execute any scripts triggered by this package" msgstr "" -#: ../rpm.c:408 +#: ../rpm.c:405 msgid "print percentages as package installs" msgstr "imprima porcentagens a medida que o pacote vai sendo instalado" -#: ../rpm.c:410 +#: ../rpm.c:407 msgid "install even if the package replaces installed files" msgstr "instale mesmo que o pacote substitua arquivos já instalados" -#: ../rpm.c:412 +#: ../rpm.c:409 msgid "reinstall if the package is already present" msgstr "reinstale se o pacote já estiver presente" -#: ../rpm.c:416 +#: ../rpm.c:413 msgid "don't install, but tell if it would work or not" msgstr "não instale, mas diga se a instalação funcionará ou não" -#: ../rpm.c:418 +#: ../rpm.c:415 msgid " --upgrade <packagefile>" msgstr "" -#: ../rpm.c:419 +#: ../rpm.c:416 #, fuzzy msgid " -U <packagefile> " msgstr " -b<estágio> <spec> " -#: ../rpm.c:420 +#: ../rpm.c:417 msgid "upgrade package (same options as --install, plus)" msgstr "atualize pacote (mesmas opcões em --install, mais" -#: ../rpm.c:422 +#: ../rpm.c:419 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -1062,15 +1062,15 @@ msgstr "" "atualize para uma versão mais velha do pacote (--force em atualizações não " "faz isto automaticamente)" -#: ../rpm.c:424 +#: ../rpm.c:421 msgid " --erase <package>" msgstr "" -#: ../rpm.c:426 +#: ../rpm.c:423 msgid "erase (uninstall) package" msgstr "apague (desinstale) pacote" -#: ../rpm.c:428 +#: ../rpm.c:425 msgid "" "remove all packages which match <package> (normally an error is generated if " "<package> specified multiple packages)" @@ -1078,103 +1078,103 @@ msgstr "" "remova todos os pacotes iguais a <pacote> (normalmente um erro é gerado se " "<pacote> especificou múltiplos pacotes)" -#: ../rpm.c:438 +#: ../rpm.c:435 msgid "do not execute any package specific scripts" msgstr "não execute nenhuma script específica do pacote" -#: ../rpm.c:444 +#: ../rpm.c:441 msgid " -b<stage> <spec> " msgstr " -b<estágio> <spec> " -#: ../rpm.c:445 +#: ../rpm.c:442 #, fuzzy msgid " -t<stage> <tarball> " msgstr " -b<estágio> <spec> " -#: ../rpm.c:446 +#: ../rpm.c:443 msgid "build package, where <stage> is one of:" msgstr "Constroi pacote, onde <estágio> é um dos seguintes:" -#: ../rpm.c:448 +#: ../rpm.c:445 msgid "prep (unpack sources and apply patches)" msgstr "prep (descompacte fontes e aplique patches)" # , c-format -#: ../rpm.c:450 +#: ../rpm.c:447 #, c-format msgid "list check (do some cursory checks on %files)" msgstr "cheque lista (faça algumas checagens em %files)" -#: ../rpm.c:452 +#: ../rpm.c:449 msgid "compile (prep and compile)" msgstr "compile (prep e compile)" -#: ../rpm.c:454 +#: ../rpm.c:451 msgid "install (prep, compile, install)" msgstr "instale (prep, compile, instale)" -#: ../rpm.c:456 +#: ../rpm.c:453 msgid "binary package (prep, compile, install, package)" msgstr "pacote binário (prep, compile, instale, pacote)" -#: ../rpm.c:458 +#: ../rpm.c:455 msgid "bin/src package (prep, compile, install, package)" msgstr "pacote bin/src (prep, compile, instale, pacote)" -#: ../rpm.c:460 +#: ../rpm.c:457 msgid "skip straight to specified stage (only for c,i)" msgstr "pule direto para o estágio especificado (somente para c,i)" -#: ../rpm.c:462 +#: ../rpm.c:459 msgid "remove build tree when done" msgstr "remova a árvore de construção quando terminar" -#: ../rpm.c:464 +#: ../rpm.c:461 #, fuzzy msgid "remove sources and spec file when done" msgstr "remova a árvore de construção quando terminar" -#: ../rpm.c:466 +#: ../rpm.c:463 msgid "generate PGP signature" msgstr "gere assinatura PGP" -#: ../rpm.c:467 +#: ../rpm.c:464 #, fuzzy msgid " --buildroot <dir> " msgstr " -b<estágio> <spec> " -#: ../rpm.c:468 +#: ../rpm.c:465 #, fuzzy msgid "use <dir> as the build root" msgstr "use s como o root da construção" -#: ../rpm.c:469 +#: ../rpm.c:466 msgid " --platform=<platform>+" msgstr "" -#: ../rpm.c:470 +#: ../rpm.c:467 msgid "build the packages for the platform1...platformN build targets." msgstr "" -#: ../rpm.c:472 +#: ../rpm.c:469 msgid "do not execute any stages" msgstr "não execute nenhum estágio" -#: ../rpm.c:473 +#: ../rpm.c:470 #, fuzzy msgid " --timecheck <secs> " msgstr " -b<estágio> <spec> " -#: ../rpm.c:474 +#: ../rpm.c:471 #, fuzzy msgid "set the time check to <secs> seconds (0 disables)" msgstr "atribua S segundos ao tempo de checagem (0 o desabilita)" -#: ../rpm.c:476 +#: ../rpm.c:473 msgid " --rebuild <src_pkg> " msgstr "" -#: ../rpm.c:477 +#: ../rpm.c:474 msgid "" "install source package, build binary package and remove spec file, sources, " "patches, and icons." @@ -1182,228 +1182,228 @@ msgstr "" "instale pacote fonte, construa pacote binário e remova o arquivo spec, " "fontes, patches e ícones." -#: ../rpm.c:478 +#: ../rpm.c:475 #, fuzzy msgid " --rmsource <spec> " msgstr " -b<estágio> <spec> " -#: ../rpm.c:479 +#: ../rpm.c:476 msgid "remove sources and spec file" msgstr "" -#: ../rpm.c:480 +#: ../rpm.c:477 msgid " --recompile <src_pkg> " msgstr "" -#: ../rpm.c:481 +#: ../rpm.c:478 msgid "like --rebuild, but don't build any package" msgstr "como --rebuild, mas não construa nenhum pacote" -#: ../rpm.c:482 +#: ../rpm.c:479 #, fuzzy msgid " --resign <pkg>+ " msgstr " -b<estágio> <spec> " -#: ../rpm.c:483 +#: ../rpm.c:480 msgid "sign a package (discard current signature)" msgstr "assine um pacote (descarte a assinatura corrente)" -#: ../rpm.c:484 +#: ../rpm.c:481 #, fuzzy msgid " --addsign <pkg>+ " msgstr " -b<estágio> <spec> " -#: ../rpm.c:485 +#: ../rpm.c:482 msgid "add a signature to a package" msgstr "adicione uma assinatura a um pacote" -#: ../rpm.c:487 +#: ../rpm.c:484 #, fuzzy msgid " --checksig <pkg>+ " msgstr " -b<estágio> <spec> " -#: ../rpm.c:488 +#: ../rpm.c:485 msgid "verify package signature" msgstr "verifique a assinatura do pacote" -#: ../rpm.c:490 +#: ../rpm.c:487 msgid "skip any PGP signatures" msgstr "desconsidere quaisquer assinaturas PGP" -#: ../rpm.c:492 +#: ../rpm.c:489 msgid "skip any MD5 signatures" msgstr "desconsidere quaisquer assinaturas MD5" -#: ../rpm.c:494 +#: ../rpm.c:491 msgid "list the tags that can be used in a query format" msgstr "liste as etiquetas que podem ser usadas em um formato de pesquisa" -#: ../rpm.c:496 +#: ../rpm.c:493 msgid "make sure a valid database exists" msgstr "certifique que um banco de dados válido existe" -#: ../rpm.c:498 +#: ../rpm.c:495 msgid "rebuild database from existing database" msgstr "reconstrua o banco de dados a partir de um banco de dados existente" -#: ../rpm.c:637 ../rpm.c:643 ../rpm.c:650 ../rpm.c:656 ../rpm.c:665 -#: ../rpm.c:672 ../rpm.c:718 ../rpm.c:724 ../rpm.c:813 ../rpm.c:820 -#: ../rpm.c:826 ../rpm.c:834 ../rpm.c:840 ../rpm.c:848 ../rpm.c:881 -#: ../rpm.c:927 ../rpm.c:933 +#: ../rpm.c:634 ../rpm.c:640 ../rpm.c:647 ../rpm.c:653 ../rpm.c:662 +#: ../rpm.c:669 ../rpm.c:715 ../rpm.c:721 ../rpm.c:810 ../rpm.c:817 +#: ../rpm.c:823 ../rpm.c:831 ../rpm.c:837 ../rpm.c:845 ../rpm.c:878 +#: ../rpm.c:924 ../rpm.c:930 msgid "only one major mode may be specified" msgstr "somente um modo principal pode ser especificado" -#: ../rpm.c:658 +#: ../rpm.c:655 msgid "-u and --uninstall are deprecated and no longer work.\n" msgstr "-u e --uninstall foram descontinuados e não funcionam mais.\n" -#: ../rpm.c:660 +#: ../rpm.c:657 msgid "Use -e or --erase instead.\n" msgstr "Use -e ou --erase no lugar.\n" -#: ../rpm.c:676 +#: ../rpm.c:673 msgid "--build (-b) requires one of a,b,i,c,p,l as its sole argument" msgstr "--build (-b) requer um único argumento do tipo a,b,i,c,p,l" -#: ../rpm.c:680 +#: ../rpm.c:677 msgid "--tarbuild (-t) requires one of a,b,i,c,p,l as its sole argument" msgstr "--tarbuild (-t) requer um único argumento do tipo a,b,i,c,p,l" -#: ../rpm.c:747 ../rpm.c:754 ../rpm.c:762 ../rpm.c:770 ../rpm.c:790 -#: ../rpm.c:798 ../rpm.c:806 +#: ../rpm.c:744 ../rpm.c:751 ../rpm.c:759 ../rpm.c:767 ../rpm.c:787 +#: ../rpm.c:795 ../rpm.c:803 msgid "one type of query/verify may be performed at a time" msgstr "um tipo de pesquisa/verificação pode ser feita por vez" -#: ../rpm.c:856 +#: ../rpm.c:853 msgid "arguments to --dbpath must begin with a /" msgstr "argumentos para o --dbpath devem começar com uma /" -#: ../rpm.c:863 +#: ../rpm.c:860 msgid "one type of query may be performed at a time" msgstr "um tipo de pesquisa pode ser feita por vez" -#: ../rpm.c:887 +#: ../rpm.c:884 #, fuzzy msgid "relocations must begin with a /" msgstr "argumentos para o --dbpath devem começar com uma /" -#: ../rpm.c:889 +#: ../rpm.c:886 msgid "relocations must contain a =" msgstr "" -#: ../rpm.c:892 +#: ../rpm.c:889 msgid "relocations must have a / following the =" msgstr "" -#: ../rpm.c:904 +#: ../rpm.c:901 msgid "Internal error in argument processing :-(\n" msgstr "" -#: ../rpm.c:945 +#: ../rpm.c:942 msgid "--dbpath given for operation that does not use a database" msgstr "--dbpath passado para uma operação que não usa um banco de dados" -#: ../rpm.c:950 +#: ../rpm.c:947 msgid "--timecheck may only be used during package builds" msgstr "--timecheck somente pode ser usado durante a construção de pacotes" -#: ../rpm.c:953 ../rpm.c:956 +#: ../rpm.c:950 ../rpm.c:953 msgid "unexpected query specifiers" msgstr "especificadores de pesquisa não esperados" -#: ../rpm.c:960 +#: ../rpm.c:957 msgid "unexpected query source" msgstr "fonte de pesquisa não esperado" -#: ../rpm.c:963 +#: ../rpm.c:960 msgid "only installation and upgrading may be forced" msgstr "somente instalação e atualização podem ser forçadas" -#: ../rpm.c:966 +#: ../rpm.c:963 #, fuzzy msgid "files may only be relocated during package installation" msgstr "--percent somente pode ser especificado durante instalações de pacotes" -#: ../rpm.c:969 +#: ../rpm.c:966 #, fuzzy msgid "only one of --prefix or --relocate may be used" msgstr "somente um entre --excludedocs e --includedocs pode ser especificado" -#: ../rpm.c:972 +#: ../rpm.c:969 #, fuzzy msgid "--relocate may only be used when installing new packages" msgstr "" "--prefix somente pode ser usada quando se está instalando novos pacotes" -#: ../rpm.c:975 +#: ../rpm.c:972 msgid "--prefix may only be used when installing new packages" msgstr "" "--prefix somente pode ser usada quando se está instalando novos pacotes" -#: ../rpm.c:978 +#: ../rpm.c:975 msgid "arguments to --prefix must begin with a /" msgstr "argumentos para --prefix devem começar com uma /" -#: ../rpm.c:981 +#: ../rpm.c:978 msgid "--hash (-h) may only be specified during package installation" msgstr "" "--hash (-h) somente podem ser especificado durante instalações de pacotes" -#: ../rpm.c:985 +#: ../rpm.c:982 msgid "--percent may only be specified during package installation" msgstr "--percent somente pode ser especificado durante instalações de pacotes" -#: ../rpm.c:989 +#: ../rpm.c:986 msgid "--replacefiles may only be specified during package installation" msgstr "--percent somente pode ser especificado durante instalações de pacotes" -#: ../rpm.c:993 +#: ../rpm.c:990 msgid "--replacepkgs may only be specified during package installation" msgstr "" "--replacepkgs somente pode ser especificado durante instalações de pacotes" -#: ../rpm.c:997 +#: ../rpm.c:994 msgid "--excludedocs may only be specified during package installation" msgstr "" "--excludedocs somente pode ser especificado durante instalações de pacotes" -#: ../rpm.c:1001 +#: ../rpm.c:998 msgid "--includedocs may only be specified during package installation" msgstr "" "--includedocs somente pode ser especificado durante instalações de pacotes" -#: ../rpm.c:1005 +#: ../rpm.c:1002 msgid "only one of --excludedocs and --includedocs may be specified" msgstr "somente um entre --excludedocs e --includedocs pode ser especificado" -#: ../rpm.c:1009 +#: ../rpm.c:1006 msgid "--ignorearch may only be specified during package installation" msgstr "" "--ignorearch somente pode ser especificado durante instalações de pacotes" -#: ../rpm.c:1013 +#: ../rpm.c:1010 msgid "--ignoreos may only be specified during package installation" msgstr "" "--ignoreos somente pode ser especificado durante instalações de pacotes" -#: ../rpm.c:1017 +#: ../rpm.c:1014 msgid "--allmatches may only be specified during package erasure" msgstr "" "--allmatches somente pode ser especificado durante desinstalações de pacotes" -#: ../rpm.c:1021 +#: ../rpm.c:1018 #, fuzzy msgid "--allfiles may only be specified during package installation" msgstr "--percent somente pode ser especificado durante instalações de pacotes" -#: ../rpm.c:1025 +#: ../rpm.c:1022 #, fuzzy msgid "--justdb may only be specified during package installation and erasure" msgstr "" "--test somente pode ser especificado durante [des]instalações e construções " "de pacotes" -#: ../rpm.c:1030 +#: ../rpm.c:1027 msgid "" "--noscripts may only be specified during package installation, erasure, and " "verification" @@ -1411,7 +1411,7 @@ msgstr "" "--noscripts somente pode ser especificado durante [des]instalações e " "verificações de pacotes" -#: ../rpm.c:1034 +#: ../rpm.c:1031 #, fuzzy msgid "" "--notriggers may only be specified during package installation, erasure, and " @@ -1420,7 +1420,7 @@ msgstr "" "--nodeps somente pode ser especificado durante [des]instalações e " "verificações de pacotes" -#: ../rpm.c:1039 +#: ../rpm.c:1036 msgid "" "--nodeps may only be specified during package installation, erasure, and " "verification" @@ -1428,12 +1428,12 @@ msgstr "" "--nodeps somente pode ser especificado durante [des]instalações e " "verificações de pacotes" -#: ../rpm.c:1043 +#: ../rpm.c:1040 msgid "--nofiles may only be specified during package verification" msgstr "" "--nofiles somente pode ser especificado durante a verificação de pacotes" -#: ../rpm.c:1048 +#: ../rpm.c:1045 msgid "" "--test may only be specified during package installation, erasure, and " "building" @@ -1441,7 +1441,7 @@ msgstr "" "--test somente pode ser especificado durante [des]instalações e construções " "de pacotes" -#: ../rpm.c:1053 +#: ../rpm.c:1050 msgid "" "--root (-r) may only be specified during installation, erasure, querying, " "and database rebuilds" @@ -1449,157 +1449,157 @@ msgstr "" "--root (-r) somente pode ser especificado durante [des]instalações, " "pesquisas e reconstrução de bancos de dados" -#: ../rpm.c:1058 +#: ../rpm.c:1055 msgid "arguments to --root (-r) must begin with a /" msgstr "argumentos para --root (-r) devem começar com uma /" -#: ../rpm.c:1061 +#: ../rpm.c:1058 #, fuzzy msgid "--clean may only be used with -b and -t" msgstr "--clean somente pode ser usado durante a construção de pacotes" -#: ../rpm.c:1064 +#: ../rpm.c:1061 #, fuzzy msgid "--rmsource may only be used with -b and -t" msgstr "--short-circuit somente pode ser usado com -bc, -bi, -tc ou -ti" -#: ../rpm.c:1067 +#: ../rpm.c:1064 msgid "--short-circuit may only be used during package building" msgstr "--short-circuit somente pode ser usado durante a construção de pacotes" -#: ../rpm.c:1071 +#: ../rpm.c:1068 #, fuzzy msgid "--short-circuit may only be used with -bc, -bi, -bs, -tc -ti, or -ts" msgstr "--short-circuit somente pode ser usado com -bc, -bi, -tc ou -ti" -#: ../rpm.c:1076 +#: ../rpm.c:1073 msgid "--oldpackage may only be used during upgrades" msgstr "--oldpackage somente pode ser usado durante a atualização de pacotes" -#: ../rpm.c:1079 +#: ../rpm.c:1076 #, fuzzy msgid "--dump may only be used during queries" msgstr "--dump somente pode ser usado durante pesquisas" -#: ../rpm.c:1082 +#: ../rpm.c:1079 msgid "--dump of queries must be used with -l, -c, or -d" msgstr "--dump de pesquisas devem ser usado com -l, -c ou -d" -#: ../rpm.c:1087 +#: ../rpm.c:1084 msgid "" "ftp options can only be used during package queries, installs, and upgrades" msgstr "" "opções ftp somente podem ser usadas durante pesquisas, instalações e " "atualizações de pacotes" -#: ../rpm.c:1094 +#: ../rpm.c:1091 msgid "--nopgp may only be used during signature checking" msgstr "--nopgp somente pode ser usado durante checagem de assinaturas" -#: ../rpm.c:1097 +#: ../rpm.c:1094 msgid "" "--nopgp may only be used during signature checking and package verification" msgstr "" "--nopgp somente pode ser usado durante checagem de assinaturas e verificação " "de pacotes" -#: ../rpm.c:1110 +#: ../rpm.c:1107 msgid "Pass phrase check failed\n" msgstr "Checagem de pass phrase falhou\n" -#: ../rpm.c:1113 +#: ../rpm.c:1110 msgid "Pass phrase is good.\n" msgstr "Pass phrase ok.\n" -#: ../rpm.c:1125 +#: ../rpm.c:1122 msgid "--sign may only be used during package building" msgstr "--sign somente pode ser usado durante a construção de pacotes" -#: ../rpm.c:1140 +#: ../rpm.c:1137 #, fuzzy msgid "exec failed\n" msgstr "Construção falhou.\n" -#: ../rpm.c:1159 +#: ../rpm.c:1156 msgid "unexpected arguments to --querytags " msgstr "argumentos não esperados em --querytags" -#: ../rpm.c:1170 +#: ../rpm.c:1167 msgid "no packages given for signature check" msgstr "nenhum pacote informado para checagem de assinatura" -#: ../rpm.c:1177 +#: ../rpm.c:1174 msgid "no packages given for signing" msgstr "não foram passados pacotes para assinatura" -#: ../rpm.c:1186 +#: ../rpm.c:1183 msgid "no packages files given for rebuild" msgstr "não foram passados pacotes para reconstrução" -#: ../rpm.c:1249 +#: ../rpm.c:1246 msgid "no spec files given for build" msgstr "não foi passado arquivo spec para construção" -#: ../rpm.c:1251 +#: ../rpm.c:1248 msgid "no tar files given for build" msgstr "não foram passados arquivos tar para construção" -#: ../rpm.c:1264 +#: ../rpm.c:1261 msgid "no packages given for uninstall" msgstr "não foi passado pacote para desinstalação" -#: ../rpm.c:1304 +#: ../rpm.c:1301 msgid "no packages given for install" msgstr "não foi passado pacote para instalação" -#: ../rpm.c:1328 +#: ../rpm.c:1325 msgid "extra arguments given for query of all packages" msgstr "foram passados argumentos em excesso para pesquisa em todos os pacotes" -#: ../rpm.c:1333 +#: ../rpm.c:1330 msgid "no arguments given for query" msgstr "não foi passado argumento para pesquisa" -#: ../rpm.c:1350 +#: ../rpm.c:1347 msgid "no arguments given for verify" msgstr "não foi passado argumento para verificação" -#: ../url.c:47 +#: ../url.c:46 #, c-format msgid "Password for %s@%s: " msgstr "" -#: ../url.c:113 ../url.c:156 ../url.c:182 +#: ../url.c:112 ../url.c:155 ../url.c:181 #, c-format msgid "getting %s via anonymous ftp\n" msgstr "" -#: ../url.c:120 +#: ../url.c:119 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" -#: ../url.c:131 +#: ../url.c:130 msgid "error: ftpport must be a number\n" msgstr "" # , c-format -#: ../url.c:189 +#: ../url.c:188 #, fuzzy, c-format msgid "failed to create %s\n" msgstr "Não consegui abrir o pipe tar: %s\n" -#: ../verify.c:35 +#: ../verify.c:34 #, c-format msgid "missing %s\n" msgstr "" -#: ../verify.c:91 +#: ../verify.c:90 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: ../verify.c:133 +#: ../verify.c:132 #, c-format msgid "verifying record number %d\n" msgstr "" @@ -1609,11 +1609,11 @@ msgstr "" msgid "%s is not an RPM\n" msgstr "" -#: ../rpm2cpio.c:39 +#: ../rpm2cpio.c:38 msgid "argument is not an RPM package\n" msgstr "" -#: ../rpm2cpio.c:42 +#: ../rpm2cpio.c:41 msgid "error reading header from package\n" msgstr "" @@ -1661,7 +1661,7 @@ msgid "no copyright!\n" msgstr "" # , c-format -#: ../build/build.c:96 ../build/pack.c:191 +#: ../build/build.c:95 ../build/pack.c:191 #, fuzzy msgid "Unable to open temp file" msgstr "Não consegui abrir: %s\n" @@ -1674,257 +1674,257 @@ msgstr "Não consegui abrir: %s\n" # "Content-Type: text/plain; charset=ISO-8859-1\n" # "Content-Transfer-Encoding: 8-bit\n" # , c-format -#: ../build/build.c:133 +#: ../build/build.c:132 #, fuzzy, c-format msgid "Executing: %s\n" msgstr "RPM versão %s\n" -#: ../build/build.c:137 +#: ../build/build.c:136 #, c-format msgid "Exec of %s failed (%s)" msgstr "" -#: ../build/build.c:145 +#: ../build/build.c:144 #, c-format msgid "Bad exit status from %s (%s)" msgstr "" -#: ../build/expression.c:188 ../build/expression.c:197 +#: ../build/expression.c:189 ../build/expression.c:198 msgid "parse error in tokenizer" msgstr "" -#: ../build/expression.c:239 +#: ../build/expression.c:240 msgid "parse error in expression" msgstr "" -#: ../build/expression.c:269 +#: ../build/expression.c:270 msgid "unmatched (" msgstr "" -#: ../build/expression.c:287 +#: ../build/expression.c:288 msgid "undefined identifier" msgstr "" -#: ../build/expression.c:306 +#: ../build/expression.c:307 msgid "- only on numbers" msgstr "" -#: ../build/expression.c:322 +#: ../build/expression.c:323 msgid "! only on numbers" msgstr "" -#: ../build/expression.c:358 ../build/expression.c:403 -#: ../build/expression.c:460 ../build/expression.c:543 +#: ../build/expression.c:362 ../build/expression.c:407 +#: ../build/expression.c:464 ../build/expression.c:551 msgid "types must match" msgstr "" -#: ../build/expression.c:371 +#: ../build/expression.c:375 msgid "* / not suported for strings" msgstr "" -#: ../build/expression.c:419 +#: ../build/expression.c:423 msgid "- not suported for strings" msgstr "" -#: ../build/expression.c:556 +#: ../build/expression.c:564 msgid "&& and || not suported for strings" msgstr "" -#: ../build/expression.c:587 ../build/expression.c:630 +#: ../build/expression.c:595 ../build/expression.c:640 msgid "syntax error in expression" msgstr "" -#: ../build/files.c:204 +#: ../build/files.c:203 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "" -#: ../build/files.c:233 ../build/files.c:245 ../build/files.c:317 -#: ../build/files.c:329 ../build/files.c:356 +#: ../build/files.c:232 ../build/files.c:244 ../build/files.c:316 +#: ../build/files.c:328 ../build/files.c:355 #, c-format msgid "Bad %s() syntax: %s" msgstr "" -#: ../build/files.c:279 +#: ../build/files.c:278 #, c-format msgid "Invalid %s token: %s" msgstr "" -#: ../build/files.c:340 +#: ../build/files.c:339 msgid "No files after %%defattr(): %s" msgstr "" -#: ../build/files.c:368 +#: ../build/files.c:367 #, c-format msgid "Bad %s() mode spec: %s" msgstr "" -#: ../build/files.c:386 +#: ../build/files.c:385 #, c-format msgid "Bad %s() dirmode spec: %s" msgstr "" -#: ../build/files.c:441 +#: ../build/files.c:440 msgid "Bad %%config() syntax: %s" msgstr "" -#: ../build/files.c:459 +#: ../build/files.c:458 msgid "Invalid %%config token: %s" msgstr "" -#: ../build/files.c:482 ../build/files.c:494 ../build/files.c:507 +#: ../build/files.c:481 ../build/files.c:493 ../build/files.c:506 msgid "Bad %%lang() syntax: %s" msgstr "" -#: ../build/files.c:513 +#: ../build/files.c:512 msgid "%%lang() entries are 2 characters: %s" msgstr "" -#: ../build/files.c:519 +#: ../build/files.c:518 msgid "Only one entry in %%lang(): %s" msgstr "" -#: ../build/files.c:610 +#: ../build/files.c:608 msgid "Hit limit for %%docdir" msgstr "" -#: ../build/files.c:616 +#: ../build/files.c:614 msgid "Only one arg for %%docdir" msgstr "" # , c-format -#: ../build/files.c:642 +#: ../build/files.c:640 #, fuzzy, c-format msgid "Two files on one line: %s" msgstr "Não consegui abrir: %s\n" -#: ../build/files.c:655 +#: ../build/files.c:653 #, fuzzy, c-format msgid "File must begin with \"/\": %s" msgstr "argumentos para o --dbpath devem começar com uma /" -#: ../build/files.c:667 +#: ../build/files.c:665 msgid "Can't mix special %%doc with other forms: %s" msgstr "" # , c-format -#: ../build/files.c:749 +#: ../build/files.c:747 #, fuzzy, c-format msgid "File listed twice: %s" msgstr "Não consegui ler o arquivo spec de %s\n" # , c-format -#: ../build/files.c:908 +#: ../build/files.c:906 #, fuzzy, c-format msgid "File doesn't match prefix (%s): %s" msgstr "Não consegui ler o arquivo spec de %s\n" -#: ../build/files.c:918 ../build/files.c:1035 +#: ../build/files.c:916 ../build/files.c:1033 #, fuzzy, c-format msgid "File not found: %s" msgstr "não foi passado pacote para desinstalação" -#: ../build/files.c:963 +#: ../build/files.c:961 #, c-format msgid "Bad owner/group: %s\n" msgstr "" -#: ../build/files.c:968 +#: ../build/files.c:966 #, c-format msgid "File %d: %s\n" msgstr "" -#: ../build/files.c:1019 +#: ../build/files.c:1017 #, c-format msgid "File needs leading \"/\": %s" msgstr "" # , c-format -#: ../build/files.c:1079 +#: ../build/files.c:1077 #, fuzzy msgid "Could not open %%files file: %s" msgstr "Não consegui abrir: %s\n" -#: ../build/files.c:1085 ../build/pack.c:380 +#: ../build/files.c:1083 ../build/pack.c:380 #, c-format msgid "line: %s" msgstr "" -#: ../build/files.c:1412 ../build/parsePrep.c:41 +#: ../build/files.c:1410 ../build/parsePrep.c:40 #, c-format msgid "Bad owner/group: %s" msgstr "" -#: ../build/files.c:1467 +#: ../build/files.c:1465 #, c-format msgid "Couldn't exec %s" msgstr "" -#: ../build/files.c:1471 +#: ../build/files.c:1469 #, c-format msgid "Couldn't fork %s" msgstr "" -#: ../build/files.c:1521 +#: ../build/files.c:1519 #, fuzzy, c-format msgid "%s failed" msgstr "Construção falhou.\n" # , c-format -#: ../build/files.c:1525 +#: ../build/files.c:1523 #, fuzzy, c-format msgid "failed to write all data to %s" msgstr "Não consegui abrir o pipe tar: %s\n" -#: ../build/files.c:1559 +#: ../build/files.c:1557 msgid "Finding provides...\n" msgstr "" -#: ../build/files.c:1566 +#: ../build/files.c:1564 msgid "Failed to find provides" msgstr "" -#: ../build/files.c:1586 +#: ../build/files.c:1584 msgid "Finding requires...\n" msgstr "" # , c-format -#: ../build/files.c:1593 +#: ../build/files.c:1591 #, fuzzy msgid "Failed to find requires" msgstr "Não consegui abrir o pipe tar: %s\n" -#: ../build/files.c:1628 +#: ../build/files.c:1626 msgid "Provides:" msgstr "" -#: ../build/files.c:1646 +#: ../build/files.c:1644 msgid "Prereqs:" msgstr "" -#: ../build/files.c:1660 +#: ../build/files.c:1658 msgid "Requires:" msgstr "" -#: ../build/files.c:1685 +#: ../build/files.c:1683 #, c-format msgid "Processing files: %s\n" msgstr "" -#: ../build/names.c:35 ../build/names.c:69 +#: ../build/names.c:34 ../build/names.c:68 msgid "RPMERR_INTERNAL: Hit limit in getUname()\n" msgstr "" -#: ../build/names.c:104 ../build/names.c:138 +#: ../build/names.c:103 ../build/names.c:137 msgid "RPMERR_INTERNAL: Hit limit in getGname()\n" msgstr "" -#: ../build/names.c:176 +#: ../build/names.c:175 #, c-format msgid "Could not canonicalize hostname: %s\n" msgstr "" -#: ../build/pack.c:141 +#: ../build/pack.c:140 #, c-format msgid "Could not generate output filename for package %s: %s\n" msgstr "" @@ -2008,674 +2008,674 @@ msgstr "" msgid "Could not open Trigger script file: %s" msgstr "" -#: ../build/parseBuildInstallClean.c:28 +#: ../build/parseBuildInstallClean.c:27 #, c-format msgid "line %d: second %s" msgstr "" -#: ../build/parseChangelog.c:102 +#: ../build/parseChangelog.c:101 msgid "%%changelog entries must start with *" msgstr "" -#: ../build/parseChangelog.c:110 +#: ../build/parseChangelog.c:109 msgid "incomplete %%changelog entry" msgstr "" -#: ../build/parseChangelog.c:125 +#: ../build/parseChangelog.c:124 msgid "bad date in %%changelog: %s" msgstr "" -#: ../build/parseChangelog.c:130 +#: ../build/parseChangelog.c:129 msgid "%%changelog not in decending chronological order" msgstr "" -#: ../build/parseChangelog.c:138 ../build/parseChangelog.c:149 +#: ../build/parseChangelog.c:137 ../build/parseChangelog.c:148 msgid "missing name in %%changelog" msgstr "" -#: ../build/parseChangelog.c:156 +#: ../build/parseChangelog.c:155 msgid "no description in %%changelog" msgstr "" -#: ../build/parseDescription.c:35 +#: ../build/parseDescription.c:34 msgid "line %d: Error parsing %%description: %s" msgstr "" # , c-format -#: ../build/parseDescription.c:48 ../build/parseFiles.c:43 -#: ../build/parseScript.c:140 +#: ../build/parseDescription.c:47 ../build/parseFiles.c:42 +#: ../build/parseScript.c:139 #, fuzzy, c-format msgid "line %d: Bad option %s: %s" msgstr "Não consegui abrir: %s\n" -#: ../build/parseDescription.c:62 ../build/parseFiles.c:57 -#: ../build/parseScript.c:154 +#: ../build/parseDescription.c:61 ../build/parseFiles.c:56 +#: ../build/parseScript.c:153 #, c-format msgid "line %d: Too many names: %s" msgstr "" -#: ../build/parseDescription.c:72 ../build/parseFiles.c:67 -#: ../build/parseScript.c:164 +#: ../build/parseDescription.c:71 ../build/parseFiles.c:66 +#: ../build/parseScript.c:163 #, c-format msgid "line %d: Package does not exist: %s" msgstr "" -#: ../build/parseDescription.c:84 +#: ../build/parseDescription.c:83 #, c-format msgid "line %d: Second description" msgstr "" -#: ../build/parseFiles.c:30 +#: ../build/parseFiles.c:29 msgid "line %d: Error parsing %%files: %s" msgstr "" -#: ../build/parseFiles.c:75 +#: ../build/parseFiles.c:74 msgid "line %d: Second %%files list" msgstr "" -#: ../build/parsePreamble.c:150 +#: ../build/parsePreamble.c:154 #, c-format msgid "Architecture is excluded: %s" msgstr "" -#: ../build/parsePreamble.c:155 +#: ../build/parsePreamble.c:159 #, c-format msgid "Architecture is not included: %s" msgstr "" -#: ../build/parsePreamble.c:160 +#: ../build/parsePreamble.c:164 #, c-format msgid "OS is excluded: %s" msgstr "" -#: ../build/parsePreamble.c:165 +#: ../build/parsePreamble.c:169 #, c-format msgid "OS is not included: %s" msgstr "" -#: ../build/parsePreamble.c:201 +#: ../build/parsePreamble.c:205 #, c-format msgid "%s field must be present in package: %s" msgstr "" -#: ../build/parsePreamble.c:243 +#: ../build/parsePreamble.c:247 #, c-format msgid "Duplicate %s entries in package: %s" msgstr "" # , c-format -#: ../build/parsePreamble.c:287 ../build/parsePreamble.c:294 +#: ../build/parsePreamble.c:291 ../build/parsePreamble.c:298 #, fuzzy, c-format msgid "Unable to read icon: %s" msgstr "Não consegui abrir: %s\n" -#: ../build/parsePreamble.c:304 +#: ../build/parsePreamble.c:308 #, c-format msgid "Unknown icon type: %s" msgstr "" -#: ../build/parsePreamble.c:335 +#: ../build/parsePreamble.c:339 #, c-format msgid "line %d: Malformed tag: %s" msgstr "" #. Empty field -#: ../build/parsePreamble.c:343 +#: ../build/parsePreamble.c:347 #, c-format msgid "line %d: Empty tag: %s" msgstr "" -#: ../build/parsePreamble.c:394 +#: ../build/parsePreamble.c:398 #, c-format msgid "line %d: BuildRoot can not be \"/\": %s" msgstr "" -#: ../build/parsePreamble.c:407 +#: ../build/parsePreamble.c:411 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s" msgstr "" -#: ../build/parsePreamble.c:419 +#: ../build/parsePreamble.c:423 #, fuzzy, c-format msgid "line %d: Docdir must begin with '/': %s" msgstr "argumentos para o --dbpath devem começar com uma /" -#: ../build/parsePreamble.c:430 +#: ../build/parsePreamble.c:434 #, c-format msgid "line %d: Serial field must be a number: %s" msgstr "" -#: ../build/parsePreamble.c:494 +#: ../build/parsePreamble.c:498 #, c-format msgid "line %d: Bad BuildArchitecture format: %s" msgstr "" -#: ../build/parsePreamble.c:504 +#: ../build/parsePreamble.c:508 #, c-format msgid "Internal error: Bogus tag %d" msgstr "" -#: ../build/parsePreamble.c:647 +#: ../build/parsePreamble.c:651 #, fuzzy, c-format msgid "Bad package specification: %s" msgstr " Opcões para especificação de pacotes:" -#: ../build/parsePreamble.c:653 +#: ../build/parsePreamble.c:657 #, c-format msgid "Package already exists: %s" msgstr "" -#: ../build/parsePreamble.c:680 +#: ../build/parsePreamble.c:684 #, c-format msgid "line %d: Unknown tag: %s" msgstr "" -#: ../build/parsePreamble.c:705 +#: ../build/parsePreamble.c:709 msgid "Spec file can't use BuildRoot" msgstr "" # , c-format -#: ../build/parsePrep.c:37 +#: ../build/parsePrep.c:36 #, fuzzy, c-format msgid "Bad source: %s: %s" msgstr "Não consegui ler o arquivo spec de %s\n" -#: ../build/parsePrep.c:63 +#: ../build/parsePrep.c:62 #, c-format msgid "No patch number %d" msgstr "" -#: ../build/parsePrep.c:127 +#: ../build/parsePrep.c:126 #, c-format msgid "No source number %d" msgstr "" -#: ../build/parsePrep.c:180 +#: ../build/parsePrep.c:179 msgid "Error parsing %%setup: %s" msgstr "" -#: ../build/parsePrep.c:195 +#: ../build/parsePrep.c:194 msgid "line %d: Bad arg to %%setup %c: %s" msgstr "" -#: ../build/parsePrep.c:216 +#: ../build/parsePrep.c:215 msgid "line %d: Bad %%setup option %s: %s" msgstr "" -#: ../build/parsePrep.c:334 +#: ../build/parsePrep.c:333 msgid "line %d: Need arg to %%patch -b: %s" msgstr "" -#: ../build/parsePrep.c:342 +#: ../build/parsePrep.c:341 msgid "line %d: Need arg to %%patch -z: %s" msgstr "" -#: ../build/parsePrep.c:354 +#: ../build/parsePrep.c:353 msgid "line %d: Need arg to %%patch -p: %s" msgstr "" -#: ../build/parsePrep.c:360 +#: ../build/parsePrep.c:359 msgid "line %d: Bad arg to %%patch -p: %s" msgstr "" -#: ../build/parsePrep.c:367 +#: ../build/parsePrep.c:366 msgid "Too many patches!" msgstr "" -#: ../build/parsePrep.c:371 +#: ../build/parsePrep.c:370 msgid "line %d: Bad arg to %%patch: %s" msgstr "" -#: ../build/parsePrep.c:409 +#: ../build/parsePrep.c:408 msgid "line %d: second %%prep" msgstr "" -#: ../build/parseReqs.c:46 +#: ../build/parseReqs.c:45 #, c-format msgid "line %d: No file names in Conflicts: %s" msgstr "" -#: ../build/parseReqs.c:77 +#: ../build/parseReqs.c:76 #, c-format msgid "line %d: No versions on file names in %s: %s" msgstr "" -#: ../build/parseReqs.c:83 +#: ../build/parseReqs.c:82 #, c-format msgid "line %d: No versions in PreReq: %s" msgstr "" -#: ../build/parseReqs.c:95 +#: ../build/parseReqs.c:94 #, c-format msgid "line %d: Version required in %s: %s" msgstr "" -#: ../build/parseReqs.c:123 +#: ../build/parseReqs.c:122 #, c-format msgid "line %d: No file names in %s: %s" msgstr "" -#: ../build/parseReqs.c:131 +#: ../build/parseReqs.c:130 #, c-format msgid "line %d: %s: tokens must begin with alpha-numeric: %s" msgstr "" -#: ../build/parseScript.c:108 +#: ../build/parseScript.c:107 #, c-format msgid "line %d: triggers must have --: %s" msgstr "" -#: ../build/parseScript.c:118 ../build/parseScript.c:182 +#: ../build/parseScript.c:117 ../build/parseScript.c:181 #, c-format msgid "line %d: Error parsing %s: %s" msgstr "" -#: ../build/parseScript.c:128 +#: ../build/parseScript.c:127 #, c-format msgid "line %d: script program must begin with '/': %s" msgstr "" -#: ../build/parseScript.c:173 +#: ../build/parseScript.c:172 #, c-format msgid "line %d: Second %s" msgstr "" # , c-format -#: ../build/parseSpec.c:110 +#: ../build/parseSpec.c:124 #, fuzzy, c-format msgid "Unable to open: %s\n" msgstr "Não consegui abrir: %s\n" -#: ../build/parseSpec.c:122 +#: ../build/parseSpec.c:136 msgid "Unclosed %%if" msgstr "" # , c-format -#: ../build/parseSpec.c:169 +#: ../build/parseSpec.c:183 #, fuzzy, c-format msgid "line %d: %s" msgstr "Não consegui ler o arquivo spec de %s\n" #. Got an else with no %if ! -#: ../build/parseSpec.c:193 +#: ../build/parseSpec.c:208 msgid "%s:%d: Got a %%else with no if" msgstr "" #. Got an end with no %if ! -#: ../build/parseSpec.c:203 +#: ../build/parseSpec.c:218 msgid "%s:%d: Got a %%endif with no if" msgstr "" -#: ../build/parseSpec.c:215 ../build/parseSpec.c:224 +#: ../build/parseSpec.c:230 ../build/parseSpec.c:239 msgid "malformed %%include statement" msgstr "" -#: ../build/parseSpec.c:305 +#: ../build/parseSpec.c:313 #, c-format msgid "Timecheck value must be an integer: %s" msgstr "" # , c-format -#: ../build/parseSpec.c:395 +#: ../build/parseSpec.c:396 #, fuzzy msgid "No buildable architectures" msgstr "%s não pode ser construido nesta arquitetura\n" -#: ../build/parseSpec.c:409 +#: ../build/parseSpec.c:424 #, fuzzy msgid "Package has no %%description: %s" msgstr "não foi passado pacote para desinstalação" -#: ../build/spec.c:30 +#: ../build/spec.c:29 #, c-format msgid "archive = %s, fs = %s\n" msgstr "" -#: ../build/spec.c:218 +#: ../build/spec.c:217 #, c-format msgid "line %d: Bad number: %s" msgstr "" -#: ../build/spec.c:224 +#: ../build/spec.c:223 #, c-format msgid "line %d: Bad no%s number: %d" msgstr "" -#: ../build/spec.c:282 +#: ../build/spec.c:281 #, c-format msgid "line %d: Bad %s number: %s\n" msgstr "" -#: ../lib/cpio.c:525 +#: ../lib/cpio.c:524 #, c-format msgid "error %d reading header: %s\n" msgstr "" -#: ../lib/dbindex.c:16 +#: ../lib/dbindex.c:14 #, c-format msgid "cannot open file %s: " msgstr "" -#: ../lib/dbindex.c:43 +#: ../lib/dbindex.c:41 #, c-format msgid "error getting record %s from %s" msgstr "" -#: ../lib/dbindex.c:71 +#: ../lib/dbindex.c:69 #, c-format msgid "error storing record %s into %s" msgstr "" -#: ../lib/dbindex.c:78 +#: ../lib/dbindex.c:76 #, c-format msgid "error removing record %s into %s" msgstr "" -#: ../lib/depends.c:374 ../lib/depends.c:529 +#: ../lib/depends.c:373 ../lib/depends.c:528 #, c-format msgid "cannot read header at %d for dependency check" msgstr "" -#: ../lib/depends.c:439 +#: ../lib/depends.c:438 #, c-format msgid "dependencies: looking for %s\n" msgstr "" -#: ../lib/depends.c:622 +#: ../lib/depends.c:621 #, fuzzy, c-format msgid "package %s require not satisfied: %s\n" msgstr "não foi passado pacote para instalação" -#: ../lib/depends.c:665 +#: ../lib/depends.c:664 #, fuzzy, c-format msgid "package %s conflicts: %s\n" msgstr "não foi passado pacote para desinstalação" -#: ../lib/depends.c:764 +#: ../lib/depends.c:763 msgid "dbrecMatchesDepFlags() failed to read header" msgstr "" -#: ../lib/depends.c:816 +#: ../lib/depends.c:815 #, c-format msgid "loop in prerequisite chain: %s" msgstr "" -#: ../lib/falloc.c:128 +#: ../lib/falloc.c:127 #, c-format msgid "free list corrupt (%d)- contact support@redhat.com\n" msgstr "" -#: ../lib/formats.c:99 ../lib/formats.c:116 ../lib/formats.c:136 -#: ../lib/formats.c:168 ../lib/header.c:1925 ../lib/header.c:1941 -#: ../lib/header.c:1961 +#: ../lib/formats.c:97 ../lib/formats.c:114 ../lib/formats.c:134 +#: ../lib/formats.c:166 ../lib/header.c:1924 ../lib/header.c:1940 +#: ../lib/header.c:1960 msgid "(not a number)" msgstr "" -#: ../lib/fs.c:42 +#: ../lib/fs.c:40 #, c-format msgid "mntctl() failed to return fugger size: %s" msgstr "" # , c-format -#: ../lib/fs.c:76 ../lib/fs.c:238 +#: ../lib/fs.c:74 ../lib/fs.c:236 #, fuzzy, c-format msgid "failed to stat %s: %s" msgstr "Não consegui abrir: %s\n" # , c-format -#: ../lib/fs.c:117 +#: ../lib/fs.c:115 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Não consegui abrir: %s\n" -#: ../lib/fs.c:259 +#: ../lib/fs.c:257 #, c-format msgid "file %s is on an unknown device" msgstr "" -#: ../lib/header.c:666 +#: ../lib/header.c:665 #, c-format msgid "Data type %d not supprted\n" msgstr "" #. This should not be allowed -#: ../lib/header.c:878 +#: ../lib/header.c:877 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: ../lib/header.c:908 +#: ../lib/header.c:907 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: ../lib/header.c:967 +#: ../lib/header.c:966 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: ../lib/header.c:1281 +#: ../lib/header.c:1280 msgid "? expected in expression" msgstr "" -#: ../lib/header.c:1288 +#: ../lib/header.c:1287 msgid "{ expected after ? in expression" msgstr "" -#: ../lib/header.c:1298 ../lib/header.c:1330 +#: ../lib/header.c:1297 ../lib/header.c:1329 msgid "} expected in expression" msgstr "" -#: ../lib/header.c:1305 +#: ../lib/header.c:1304 msgid ": expected following ? subexpression" msgstr "" -#: ../lib/header.c:1318 +#: ../lib/header.c:1317 msgid "{ expected after : in expression" msgstr "" -#: ../lib/header.c:1337 +#: ../lib/header.c:1336 msgid "| expected at end of expression" msgstr "" -#: ../lib/header.c:1431 +#: ../lib/header.c:1430 #, c-format msgid "missing { after %" msgstr "" -#: ../lib/header.c:1459 +#: ../lib/header.c:1458 msgid "missing } after %{" msgstr "" -#: ../lib/header.c:1471 +#: ../lib/header.c:1470 msgid "empty tag format" msgstr "" -#: ../lib/header.c:1481 +#: ../lib/header.c:1480 msgid "empty tag name" msgstr "" -#: ../lib/header.c:1496 +#: ../lib/header.c:1495 msgid "unknown tag" msgstr "" -#: ../lib/header.c:1522 +#: ../lib/header.c:1521 msgid "] expected at end of array" msgstr "" -#: ../lib/header.c:1538 +#: ../lib/header.c:1537 #, fuzzy msgid "unexpected ]" msgstr "fonte de pesquisa não esperado" -#: ../lib/header.c:1540 +#: ../lib/header.c:1539 #, fuzzy msgid "unexpected }" msgstr "fonte de pesquisa não esperado" -#: ../lib/header.c:1615 ../lib/header.c:1621 ../lib/header.c:1804 +#: ../lib/header.c:1614 ../lib/header.c:1620 ../lib/header.c:1803 msgid "(none)" msgstr "" -#: ../lib/header.c:1715 +#: ../lib/header.c:1714 msgid "(unknown type)" msgstr "" -#: ../lib/install.c:96 +#: ../lib/install.c:95 msgid "source package expected, binary found" msgstr "" -#: ../lib/install.c:168 +#: ../lib/install.c:167 #, fuzzy msgid "package is not relocatable" msgstr "não foi passado pacote para instalação" -#: ../lib/install.c:172 +#: ../lib/install.c:171 msgid "package has multiple relocatable components" msgstr "" -#: ../lib/install.c:195 +#: ../lib/install.c:194 #, fuzzy, c-format msgid "path %s is not relocatable" msgstr "não foi passado pacote para instalação" -#: ../lib/install.c:277 +#: ../lib/install.c:276 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: ../lib/install.c:325 +#: ../lib/install.c:324 #, c-format msgid "not installing %s -- linguas\n" msgstr "" -#: ../lib/install.c:347 +#: ../lib/install.c:346 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: ../lib/install.c:355 +#: ../lib/install.c:354 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: ../lib/install.c:379 +#: ../lib/install.c:378 msgid "instchangelog value in rpmrc should be a number, but isn't" msgstr "" -#: ../lib/install.c:455 ../lib/install.c:735 +#: ../lib/install.c:454 ../lib/install.c:734 msgid "stopping install as we're running --test\n" msgstr "" -#: ../lib/install.c:486 +#: ../lib/install.c:485 #, c-format msgid "package %s-%s-%s is for a different architecture" msgstr "" -#: ../lib/install.c:493 +#: ../lib/install.c:492 #, c-format msgid "package %s-%s-%s is for a different operating system" msgstr "" -#: ../lib/install.c:505 +#: ../lib/install.c:504 #, fuzzy, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "não foi passado pacote para instalação" #. no matches -#: ../lib/install.c:569 +#: ../lib/install.c:568 #, fuzzy, c-format msgid "package %s is now obsolete and will be removed\n" msgstr "não foi passado pacote para instalação" -#: ../lib/install.c:680 +#: ../lib/install.c:679 #, c-format msgid "file %s in netshared path\n" msgstr "" -#: ../lib/install.c:697 +#: ../lib/install.c:696 #, c-format msgid "%s exists - creating with alternate name\n" msgstr "" -#: ../lib/install.c:702 +#: ../lib/install.c:701 #, c-format msgid "%s exists - backing up\n" msgstr "" -#: ../lib/install.c:741 +#: ../lib/install.c:740 msgid "running preinstall script (if any)\n" msgstr "" -#: ../lib/install.c:772 +#: ../lib/install.c:771 #, c-format msgid "warning: %s created as %s" msgstr "" -#: ../lib/install.c:806 +#: ../lib/install.c:805 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: ../lib/install.c:810 ../lib/install.c:1520 ../lib/uninstall.c:590 +#: ../lib/install.c:809 ../lib/install.c:1519 ../lib/uninstall.c:589 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: ../lib/install.c:911 +#: ../lib/install.c:910 msgid "running postinstall script (if any)\n" msgstr "" -#: ../lib/install.c:932 +#: ../lib/install.c:931 msgid "removing old versions of package\n" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error -#: ../lib/install.c:1023 +#: ../lib/install.c:1022 #, c-format msgid "unpacking of archive failed on file %s: %d: %s" msgstr "" -#: ../lib/install.c:1061 +#: ../lib/install.c:1060 #, fuzzy, c-format msgid "package %s-%s-%s is already installed" msgstr "não foi passado pacote para instalação" -#: ../lib/install.c:1109 +#: ../lib/install.c:1108 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: ../lib/install.c:1127 +#: ../lib/install.c:1126 msgid "\tfile type on disk is different then package - saving\n" msgstr "" -#: ../lib/install.c:1130 +#: ../lib/install.c:1129 msgid "" "\tfile type in database is different then disk and package file - saving\n" msgstr "" -#: ../lib/install.c:1134 +#: ../lib/install.c:1133 msgid "\tfile type changed - replacing\n" msgstr "" -#: ../lib/install.c:1138 +#: ../lib/install.c:1137 msgid "\tcan't check file for changes - replacing\n" msgstr "" #. assume the file has been removed, don't freak -#: ../lib/install.c:1150 ../lib/install.c:1160 +#: ../lib/install.c:1149 ../lib/install.c:1159 msgid "\tfile not present - creating" msgstr "" #. this config file has never been modified, so #. just replace it -#: ../lib/install.c:1173 +#: ../lib/install.c:1172 msgid "\told == current, replacing with new version\n" msgstr "" #. this file is the same in all versions of this package -#: ../lib/install.c:1180 +#: ../lib/install.c:1179 msgid "\told == new, keeping\n" msgstr "" @@ -2683,131 +2683,131 @@ msgstr "" #. the ones in the two packages are different. It would #. be nice if RPM was smart enough to at least try and #. merge the difference ala CVS, but... -#: ../lib/install.c:1188 +#: ../lib/install.c:1187 msgid "\tfiles changed too much - backing up\n" msgstr "" -#: ../lib/install.c:1250 ../lib/rpmdb.c:310 ../lib/uninstall.c:118 -#: ../lib/uninstall.c:218 +#: ../lib/install.c:1249 ../lib/rpmdb.c:309 ../lib/uninstall.c:117 +#: ../lib/uninstall.c:217 #, fuzzy, c-format msgid "cannot read header at %d for uninstall" msgstr "não foi passado pacote para desinstalação" -#: ../lib/install.c:1263 ../lib/uninstall.c:131 +#: ../lib/install.c:1262 ../lib/uninstall.c:130 #, c-format msgid "package %s-%s-%s contain shared files\n" msgstr "" -#: ../lib/install.c:1268 ../lib/uninstall.c:136 +#: ../lib/install.c:1267 ../lib/uninstall.c:135 #, fuzzy, c-format msgid "package %s contains no files" msgstr "não foi passado pacote para instalação" -#: ../lib/install.c:1290 ../lib/uninstall.c:159 +#: ../lib/install.c:1289 ../lib/uninstall.c:158 #, c-format msgid "file %s is shared\n" msgstr "" -#: ../lib/install.c:1306 +#: ../lib/install.c:1305 msgid "\told version already replaced\n" msgstr "" -#: ../lib/install.c:1309 +#: ../lib/install.c:1308 msgid "\tother version never installed\n" msgstr "" -#: ../lib/install.c:1317 +#: ../lib/install.c:1316 #, c-format msgid "%s conflicts with file from %s-%s-%s" msgstr "" -#: ../lib/install.c:1336 +#: ../lib/install.c:1335 #, c-format msgid "%s from %s-%s-%s will be replaced\n" msgstr "" -#: ../lib/install.c:1400 +#: ../lib/install.c:1399 #, fuzzy msgid "installing a source package\n" msgstr "instale pacote" # , c-format -#: ../lib/install.c:1416 ../lib/install.c:1421 +#: ../lib/install.c:1415 ../lib/install.c:1420 #, fuzzy, c-format msgid "cannot write to %s" msgstr "Não consegui abrir: %s\n" -#: ../lib/install.c:1425 +#: ../lib/install.c:1424 #, c-format msgid "sources in: %s\n" msgstr "" -#: ../lib/install.c:1426 +#: ../lib/install.c:1425 #, c-format msgid "spec file in: %s\n" msgstr "" -#: ../lib/install.c:1459 ../lib/install.c:1498 +#: ../lib/install.c:1458 ../lib/install.c:1497 #, fuzzy msgid "source package contains no .spec file" msgstr "pesquise o pacote ao qual <arquivo> pertence" -#: ../lib/install.c:1518 +#: ../lib/install.c:1517 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: ../lib/install.c:1634 +#: ../lib/install.c:1633 #, fuzzy, c-format msgid "package %s-%s-%s (which is newer) is already installed" msgstr "não foi passado pacote para instalação" -#: ../lib/lookup.c:86 +#: ../lib/lookup.c:84 #, c-format msgid "cannot read header at %d for lookup" msgstr "" -#: ../lib/macro.c:114 +#: ../lib/macro.c:113 #, c-format msgid "======================== active %d empty %d\n" msgstr "" #. XXX just in case -#: ../lib/macro.c:201 +#: ../lib/macro.c:200 #, c-format msgid "%3d>%*s(empty)" msgstr "" -#: ../lib/macro.c:236 +#: ../lib/macro.c:235 #, c-format msgid "%3d<%*s(empty)\n" msgstr "" -#: ../lib/macro.c:409 +#: ../lib/macro.c:408 msgid "Macro %%%s has unterminated body" msgstr "" -#: ../lib/macro.c:435 +#: ../lib/macro.c:434 msgid "Macro %%%s has illegal name (%%define)" msgstr "" -#: ../lib/macro.c:441 +#: ../lib/macro.c:440 msgid "Macro %%%s has unterminated opts" msgstr "" -#: ../lib/macro.c:446 +#: ../lib/macro.c:445 msgid "Macro %%%s has empty body" msgstr "" -#: ../lib/macro.c:451 +#: ../lib/macro.c:450 msgid "Macro %%%s failed to expand" msgstr "" -#: ../lib/macro.c:476 +#: ../lib/macro.c:475 msgid "Macro %%%s has illegal name (%%undefine)" msgstr "" -#: ../lib/macro.c:547 +#: ../lib/macro.c:548 msgid "Macro %%%s (%s) was not used below level %d" msgstr "" @@ -2850,463 +2850,463 @@ msgstr "Não consegui ler o arquivo spec de %s\n" msgid "File %s is smaller than %d bytes" msgstr "" -#: ../lib/messages.c:53 +#: ../lib/messages.c:51 msgid "warning: " msgstr "" -#: ../lib/messages.c:59 +#: ../lib/messages.c:57 msgid "error: " msgstr "" -#: ../lib/messages.c:65 +#: ../lib/messages.c:63 msgid "fatal error: " msgstr "" -#: ../lib/messages.c:72 +#: ../lib/messages.c:70 msgid "internal error (rpm bug?): " msgstr "" -#: ../lib/misc.c:338 ../lib/misc.c:343 ../lib/misc.c:349 +#: ../lib/misc.c:337 ../lib/misc.c:342 ../lib/misc.c:348 #, c-format msgid "error creating temporary file %s" msgstr "" -#: ../lib/oldheader.c:294 +#: ../lib/oldheader.c:293 msgid "bad file state: " msgstr "" -#: ../lib/package.c:51 +#: ../lib/package.c:50 msgid "package is a version one package!\n" msgstr "" -#: ../lib/package.c:54 +#: ../lib/package.c:53 msgid "old style source package -- I'll do my best\n" msgstr "" -#: ../lib/package.c:57 +#: ../lib/package.c:56 #, c-format msgid "archive offset is %d\n" msgstr "" -#: ../lib/package.c:67 +#: ../lib/package.c:66 msgid "old style binary package\n" msgstr "" -#: ../lib/package.c:98 +#: ../lib/package.c:97 msgid "" "only packages with major numbers <= 3 are supported by this version of RPM" msgstr "" -#: ../lib/rebuilddb.c:15 +#: ../lib/rebuilddb.c:14 #, fuzzy, c-format msgid "rebuilding database in rootdir %s\n" msgstr "reconstrua o banco de dados a partir de um banco de dados existente" -#: ../lib/rebuilddb.c:19 ../lib/rpmdb.c:45 ../lib/rpmdb.c:58 +#: ../lib/rebuilddb.c:18 ../lib/rpmdb.c:44 ../lib/rpmdb.c:57 msgid "no dbpath has been set" msgstr "" -#: ../lib/rebuilddb.c:27 +#: ../lib/rebuilddb.c:26 #, c-format msgid "temporary database %s already exists" msgstr "" -#: ../lib/rebuilddb.c:31 +#: ../lib/rebuilddb.c:30 #, c-format msgid "creating directory: %s\n" msgstr "" -#: ../lib/rebuilddb.c:33 +#: ../lib/rebuilddb.c:32 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: ../lib/rebuilddb.c:39 +#: ../lib/rebuilddb.c:38 msgid "opening old database\n" msgstr "" -#: ../lib/rebuilddb.c:44 +#: ../lib/rebuilddb.c:43 msgid "opening new database\n" msgstr "" -#: ../lib/rebuilddb.c:53 ../lib/rebuilddb.c:71 +#: ../lib/rebuilddb.c:52 ../lib/rebuilddb.c:70 #, c-format msgid "record number %d in database is bad -- skipping it" msgstr "" -#: ../lib/rebuilddb.c:65 +#: ../lib/rebuilddb.c:64 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: ../lib/rebuilddb.c:82 +#: ../lib/rebuilddb.c:81 msgid "failed to rebuild database; original database remains in place\n" msgstr "" -#: ../lib/rebuilddb.c:89 +#: ../lib/rebuilddb.c:88 msgid "failed to replace old database with new database!\n" msgstr "" -#: ../lib/rebuilddb.c:91 +#: ../lib/rebuilddb.c:90 #, c-format msgid "replaces files in %s with files from %s to recover" msgstr "" # , c-format -#: ../lib/rebuilddb.c:96 +#: ../lib/rebuilddb.c:95 #, fuzzy, c-format msgid "failed to remove %s: %s\n" msgstr "Não consegui abrir: %s\n" -#: ../lib/rpmdb.c:113 +#: ../lib/rpmdb.c:112 #, c-format msgid "opening database in %s\n" msgstr "" # , c-format -#: ../lib/rpmdb.c:122 +#: ../lib/rpmdb.c:121 #, fuzzy, c-format msgid "failed to open %s\n" msgstr "Não consegui abrir: %s\n" -#: ../lib/rpmdb.c:135 ../lib/rpmdb.c:142 +#: ../lib/rpmdb.c:134 ../lib/rpmdb.c:141 #, c-format msgid "cannot get %s lock on database" msgstr "" -#: ../lib/rpmdb.c:136 +#: ../lib/rpmdb.c:135 msgid "exclusive" msgstr "" -#: ../lib/rpmdb.c:143 +#: ../lib/rpmdb.c:142 msgid "shared" msgstr "" -#: ../lib/rpmdb.c:276 +#: ../lib/rpmdb.c:275 #, c-format msgid "package %s not listed in %s" msgstr "" -#: ../lib/rpmdb.c:287 +#: ../lib/rpmdb.c:286 #, fuzzy, c-format msgid "package %s not found in %s" msgstr "não foi passado pacote para desinstalação" -#: ../lib/rpmdb.c:318 +#: ../lib/rpmdb.c:317 msgid "package has no name" msgstr "" -#: ../lib/rpmdb.c:320 +#: ../lib/rpmdb.c:319 msgid "removing name index\n" msgstr "" -#: ../lib/rpmdb.c:325 +#: ../lib/rpmdb.c:324 #, fuzzy msgid "package has no group\n" msgstr "não foi passado pacote para desinstalação" -#: ../lib/rpmdb.c:327 +#: ../lib/rpmdb.c:326 msgid "removing group index\n" msgstr "" -#: ../lib/rpmdb.c:334 +#: ../lib/rpmdb.c:333 #, c-format msgid "removing provides index for %s\n" msgstr "" -#: ../lib/rpmdb.c:349 +#: ../lib/rpmdb.c:348 #, c-format msgid "removing requiredby index for %s\n" msgstr "" -#: ../lib/rpmdb.c:361 +#: ../lib/rpmdb.c:360 #, c-format msgid "removing trigger index for %s\n" msgstr "" -#: ../lib/rpmdb.c:372 +#: ../lib/rpmdb.c:371 #, c-format msgid "removing conflict index for %s\n" msgstr "" -#: ../lib/rpmdb.c:383 +#: ../lib/rpmdb.c:382 #, c-format msgid "removing file index for %s\n" msgstr "" -#: ../lib/rpmdb.c:390 +#: ../lib/rpmdb.c:389 #, fuzzy msgid "package has no files\n" msgstr "não foi passado pacote para instalação" -#: ../lib/rpmdb.c:463 +#: ../lib/rpmdb.c:462 msgid "cannot allocate space for database" msgstr "" -#: ../lib/rpmdb.c:527 +#: ../lib/rpmdb.c:526 #, c-format msgid "cannot read header at %d for update" msgstr "" -#: ../lib/rpmdb.c:536 +#: ../lib/rpmdb.c:535 msgid "header changed size!" msgstr "" -#: ../lib/rpmlead.c:43 +#: ../lib/rpmlead.c:42 #, c-format msgid "read failed: %s (%d)" msgstr "" -#: ../lib/rpmrc.c:212 +#: ../lib/rpmrc.c:211 #, c-format msgid "missing second ':' at %s:%d" msgstr "" -#: ../lib/rpmrc.c:215 +#: ../lib/rpmrc.c:214 #, c-format msgid "missing architecture name at %s:%d" msgstr "" -#: ../lib/rpmrc.c:352 +#: ../lib/rpmrc.c:359 #, c-format msgid "Incomplete data line at %s:%d" msgstr "" -#: ../lib/rpmrc.c:356 +#: ../lib/rpmrc.c:363 #, c-format msgid "Too many args in data line at %s:%d" msgstr "" -#: ../lib/rpmrc.c:363 +#: ../lib/rpmrc.c:370 #, c-format msgid "Bad arch/os number: %s (%s:%d)" msgstr "" -#: ../lib/rpmrc.c:396 +#: ../lib/rpmrc.c:403 #, c-format msgid "Incomplete default line at %s:%d" msgstr "" -#: ../lib/rpmrc.c:401 +#: ../lib/rpmrc.c:408 #, c-format msgid "Too many args in default line at %s:%d" msgstr "" # , c-format -#: ../lib/rpmrc.c:531 ../lib/rpmrc.c:547 +#: ../lib/rpmrc.c:542 ../lib/rpmrc.c:558 #, fuzzy, c-format msgid "Unable to open %s for reading: %s." msgstr "Não consegui abrir: %s\n" # , c-format -#: ../lib/rpmrc.c:591 +#: ../lib/rpmrc.c:602 #, fuzzy, c-format msgid "Failed to read %s: %s." msgstr "Não consegui ler o arquivo spec de %s\n" -#: ../lib/rpmrc.c:622 +#: ../lib/rpmrc.c:633 #, c-format msgid "missing ':' at %s:%d" msgstr "" -#: ../lib/rpmrc.c:638 ../lib/rpmrc.c:733 +#: ../lib/rpmrc.c:649 ../lib/rpmrc.c:744 #, c-format msgid "missing argument for %s at %s:%d" msgstr "" -#: ../lib/rpmrc.c:668 +#: ../lib/rpmrc.c:679 #, c-format msgid "no macroname for setenv %s:%d" msgstr "" -#: ../lib/rpmrc.c:699 +#: ../lib/rpmrc.c:710 #, c-format msgid "expansion failed at %s:d \"%s\"" msgstr "" -#: ../lib/rpmrc.c:705 +#: ../lib/rpmrc.c:716 #, c-format msgid "cannot open %s at %s:%d" msgstr "" -#: ../lib/rpmrc.c:723 +#: ../lib/rpmrc.c:734 #, c-format msgid "missing architecture for %s at %s:%d" msgstr "" -#: ../lib/rpmrc.c:790 +#: ../lib/rpmrc.c:801 #, c-format msgid "bad option '%s' at %s:%d" msgstr "" -#: ../lib/rpmrc.c:1077 +#: ../lib/rpmrc.c:1166 #, c-format msgid "Unknown system: %s\n" msgstr "" -#: ../lib/rpmrc.c:1078 +#: ../lib/rpmrc.c:1167 msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: ../lib/signature.c:72 +#: ../lib/signature.c:71 msgid "No signature\n" msgstr "" -#: ../lib/signature.c:75 +#: ../lib/signature.c:74 #, fuzzy msgid "Old PGP signature\n" msgstr "gere assinatura PGP" -#: ../lib/signature.c:88 +#: ../lib/signature.c:87 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: ../lib/signature.c:92 +#: ../lib/signature.c:91 #, fuzzy msgid "New Header signature\n" msgstr "gere assinatura PGP" #. 8-byte pad -#: ../lib/signature.c:100 ../lib/signature.c:138 +#: ../lib/signature.c:99 ../lib/signature.c:137 #, c-format msgid "Signature size: %d\n" msgstr "" -#: ../lib/signature.c:101 ../lib/signature.c:139 +#: ../lib/signature.c:100 ../lib/signature.c:138 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: ../lib/signature.c:211 ../lib/signature.c:468 +#: ../lib/signature.c:210 ../lib/signature.c:467 msgid "Couldn't exec pgp" msgstr "" -#: ../lib/signature.c:222 +#: ../lib/signature.c:221 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: ../lib/signature.c:229 +#: ../lib/signature.c:228 msgid "pgp failed to write signature" msgstr "" -#: ../lib/signature.c:234 +#: ../lib/signature.c:233 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: ../lib/signature.c:242 +#: ../lib/signature.c:241 #, fuzzy msgid "unable to read the signature" msgstr "gere assinatura PGP" -#: ../lib/signature.c:248 +#: ../lib/signature.c:247 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: ../lib/signature.c:263 +#: ../lib/signature.c:262 #, c-format msgid "sigsize : %d\n" msgstr "" -#: ../lib/signature.c:264 +#: ../lib/signature.c:263 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: ../lib/signature.c:265 +#: ../lib/signature.c:264 #, c-format msgid "expected size : %d\n" msgstr "" -#: ../lib/signature.c:269 +#: ../lib/signature.c:268 msgid "file is not regular -- skipping size check\n" msgstr "" -#: ../lib/signature.c:383 +#: ../lib/signature.c:382 msgid "exec failed!\n" msgstr "" -#: ../lib/signature.c:385 +#: ../lib/signature.c:384 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: ../lib/signature.c:419 +#: ../lib/signature.c:418 msgid "You must set \"pgp_name:\" in your rpmrc file" msgstr "" #. This shouldn't happen, but some versions of RPM didn't #. implement --justdb properly, and chose to leave this stuff #. out. -#: ../lib/uninstall.c:149 ../lib/uninstall.c:279 +#: ../lib/uninstall.c:148 ../lib/uninstall.c:278 msgid "package is missing FILESTATES\n" msgstr "" -#: ../lib/uninstall.c:164 +#: ../lib/uninstall.c:163 msgid " file has already been replaced\n" msgstr "" -#: ../lib/uninstall.c:168 +#: ../lib/uninstall.c:167 msgid " file was never installed\n" msgstr "" -#: ../lib/uninstall.c:172 +#: ../lib/uninstall.c:171 msgid " file is netshared (so don't touch it)\n" msgstr "" -#: ../lib/uninstall.c:179 +#: ../lib/uninstall.c:178 msgid " file is truely shared - saving\n" msgstr "" -#: ../lib/uninstall.c:229 +#: ../lib/uninstall.c:228 #, fuzzy, c-format msgid "cannot read packages named %s for uninstall" msgstr "não foi passado pacote para desinstalação" -#: ../lib/uninstall.c:257 +#: ../lib/uninstall.c:256 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: ../lib/uninstall.c:305 +#: ../lib/uninstall.c:304 #, c-format msgid "%s has a netshared override\n" msgstr "" -#: ../lib/uninstall.c:343 +#: ../lib/uninstall.c:342 msgid "running postuninstall script (if any)\n" msgstr "" -#: ../lib/uninstall.c:357 +#: ../lib/uninstall.c:356 msgid "removing database entry\n" msgstr "" -#: ../lib/uninstall.c:506 +#: ../lib/uninstall.c:505 msgid "execution of script failed" msgstr "" -#: ../lib/uninstall.c:551 +#: ../lib/uninstall.c:550 #, c-format msgid "%s has already been replaced\n" msgstr "" #. if it's a config file, we may not want to remove it -#: ../lib/uninstall.c:557 +#: ../lib/uninstall.c:556 #, c-format msgid "finding md5sum of %s\n" msgstr "" -#: ../lib/uninstall.c:565 +#: ../lib/uninstall.c:564 msgid " failed - assuming file removed\n" msgstr "" -#: ../lib/uninstall.c:568 +#: ../lib/uninstall.c:567 msgid " file changed - will save\n" msgstr "" -#: ../lib/uninstall.c:572 +#: ../lib/uninstall.c:571 msgid " file unchanged - will remove\n" msgstr "" @@ -3318,41 +3318,41 @@ msgstr "" # "Content-Type: text/plain; charset=ISO-8859-1\n" # "Content-Transfer-Encoding: 8-bit\n" # , c-format -#: ../lib/uninstall.c:580 +#: ../lib/uninstall.c:579 #, fuzzy, c-format msgid "keeping %s\n" msgstr "RPM versão %s\n" -#: ../lib/uninstall.c:584 +#: ../lib/uninstall.c:583 #, c-format msgid "saving %s as %s.rpmsave\n" msgstr "" -#: ../lib/uninstall.c:598 +#: ../lib/uninstall.c:597 #, c-format msgid "%s - removing\n" msgstr "" -#: ../lib/uninstall.c:604 +#: ../lib/uninstall.c:603 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: ../lib/uninstall.c:607 +#: ../lib/uninstall.c:606 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: ../lib/uninstall.c:617 +#: ../lib/uninstall.c:616 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: ../lib/verify.c:171 +#: ../lib/verify.c:170 msgid "package lacks both user name and id lists (this should never happen)" msgstr "" -#: ../lib/verify.c:189 +#: ../lib/verify.c:188 msgid "package lacks both group name and id lists (this should never happen)" msgstr "" diff --git a/po/rpm.pot b/po/rpm.pot index 7a9a9c947..c96638aff 100644 --- a/po/rpm.pot +++ b/po/rpm.pot @@ -2,12 +2,12 @@ # Copyright (C) YEAR Free Software Foundation, Inc. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # -#: ../rpm.c:200 ../rpm.c:279 +#: ../rpm.c:197 ../rpm.c:276 #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 1998-10-08 07:53-0400\n" +"POT-Creation-Date: 1998-10-08 10:34-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -15,2482 +15,2482 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -#: ../build.c:40 ../build.c:51 +#: ../build.c:39 ../build.c:50 #, c-format msgid "Failed to open tar pipe: %s\n" msgstr "" #. Give up -#: ../build.c:57 +#: ../build.c:56 #, c-format msgid "Failed to read spec file from %s\n" msgstr "" -#: ../build.c:80 +#: ../build.c:79 #, c-format msgid "Failed to rename %s to %s: %s\n" msgstr "" -#: ../build.c:112 +#: ../build.c:111 #, c-format msgid "File is not a regular file: %s\n" msgstr "" -#: ../build.c:117 +#: ../build.c:116 #, c-format msgid "Unable to open spec file: %s\n" msgstr "" -#: ../build.c:125 +#: ../build.c:124 #, c-format msgid "File contains non-printable characters(%c): %s\n" msgstr "" -#: ../checksig.c:26 ../checksig.c:157 +#: ../checksig.c:25 ../checksig.c:156 #, c-format msgid "%s: Open failed\n" msgstr "" -#: ../checksig.c:30 ../checksig.c:162 +#: ../checksig.c:29 ../checksig.c:161 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: ../checksig.c:34 +#: ../checksig.c:33 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: ../checksig.c:38 +#: ../checksig.c:37 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: ../checksig.c:42 ../checksig.c:172 +#: ../checksig.c:41 ../checksig.c:171 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: ../checksig.c:55 ../checksig.c:186 +#: ../checksig.c:54 ../checksig.c:185 msgid "Couldn't read the header/archive" msgstr "" -#: ../checksig.c:62 +#: ../checksig.c:61 msgid "Couldn't write header/archive to temp file" msgstr "" -#: ../build/pack.c:274 ../checksig.c:87 +#: ../build/pack.c:273 ../checksig.c:86 #, c-format msgid "Generating signature: %d\n" msgstr "" -#: ../checksig.c:110 +#: ../checksig.c:109 msgid "Couldn't read sigtarget" msgstr "" -#: ../checksig.c:119 +#: ../checksig.c:118 msgid "Couldn't write package" msgstr "" -#: ../checksig.c:167 +#: ../checksig.c:166 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: ../checksig.c:177 +#: ../checksig.c:176 #, c-format msgid "%s: No signature available\n" msgstr "" -#: ../checksig.c:193 +#: ../checksig.c:192 #, c-format msgid "Unable to write %s" msgstr "" -#: ../checksig.c:284 +#: ../checksig.c:283 msgid "NOT OK" msgstr "" -#: ../checksig.c:285 ../checksig.c:292 +#: ../checksig.c:284 ../checksig.c:291 msgid " (MISSING KEYS)" msgstr "" -#: ../checksig.c:291 +#: ../checksig.c:290 msgid "OK" msgstr "" -#: ../ftp.c:425 +#: ../ftp.c:424 msgid "Bad FTP server response" msgstr "" -#: ../ftp.c:428 +#: ../ftp.c:427 msgid "FTP IO error" msgstr "" -#: ../ftp.c:431 +#: ../ftp.c:430 msgid "FTP server timeout" msgstr "" -#: ../ftp.c:434 +#: ../ftp.c:433 msgid "Unable to lookup FTP server host address" msgstr "" -#: ../ftp.c:437 +#: ../ftp.c:436 msgid "Unable to lookup FTP server host name" msgstr "" -#: ../ftp.c:440 +#: ../ftp.c:439 msgid "Failed to connect to FTP server" msgstr "" -#: ../ftp.c:443 +#: ../ftp.c:442 msgid "Failed to establish data connection to FTP server" msgstr "" -#: ../ftp.c:446 +#: ../ftp.c:445 msgid "IO error to local file" msgstr "" -#: ../ftp.c:449 +#: ../ftp.c:448 msgid "Error setting remote server to passive mode" msgstr "" -#: ../ftp.c:452 +#: ../ftp.c:451 msgid "File not found on server" msgstr "" -#: ../ftp.c:456 +#: ../ftp.c:455 msgid "FTP Unknown or unexpected error" msgstr "" -#: ../install.c:68 ../install.c:184 +#: ../install.c:67 ../install.c:183 #, c-format msgid "error: cannot open file %s\n" msgstr "" -#: ../install.c:85 ../install.c:407 +#: ../install.c:84 ../install.c:406 #, c-format msgid "Installing %s\n" msgstr "" -#: ../install.c:92 +#: ../install.c:91 msgid "stopping source install as we're just testing\n" msgstr "" -#: ../install.c:103 ../install.c:197 +#: ../install.c:102 ../install.c:196 #, c-format msgid "error: %s does not appear to be a RPM package\n" msgstr "" -#: ../install.c:108 ../install.c:202 ../install.c:411 +#: ../install.c:107 ../install.c:201 ../install.c:410 #, c-format msgid "error: %s cannot be installed\n" msgstr "" -#: ../install.c:141 +#: ../install.c:140 msgid "counting packages to install\n" msgstr "" -#: ../install.c:145 +#: ../install.c:144 #, c-format msgid "found %d packages\n" msgstr "" -#: ../install.c:151 +#: ../install.c:150 msgid "looking for packages to download\n" msgstr "" -#: ../install.c:155 +#: ../install.c:154 #, c-format msgid "Retrieving %s\n" msgstr "" -#: ../install.c:162 +#: ../install.c:161 #, c-format msgid "getting %s as %s\n" msgstr "" -#: ../install.c:166 +#: ../install.c:165 #, c-format msgid "error: skipping %s - transfer failed - %s\n" msgstr "" -#: ../install.c:178 +#: ../install.c:177 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: ../install.c:180 +#: ../install.c:179 msgid "finding source and binary packages\n" msgstr "" -#: ../install.c:216 +#: ../install.c:215 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: ../install.c:220 +#: ../install.c:219 #, c-format msgid "opening database mode: 0%o\n" msgstr "" -#: ../install.c:222 ../install.c:311 +#: ../install.c:221 ../install.c:310 #, c-format msgid "error: cannot open %s%s/packages.rpm\n" msgstr "" -#: ../install.c:243 +#: ../install.c:242 msgid "failed dependencies:\n" msgstr "" -#: ../install.c:264 +#: ../install.c:263 msgid "installing binary packages\n" msgstr "" -#: ../install.c:298 +#: ../install.c:297 msgid "counting packages to uninstall\n" msgstr "" -#: ../install.c:321 ../query.c:520 ../verify.c:250 +#: ../install.c:320 ../query.c:519 ../verify.c:249 #, c-format msgid "package %s is not installed\n" msgstr "" -#: ../install.c:324 +#: ../install.c:323 #, c-format msgid "error searching for package %s\n" msgstr "" -#: ../install.c:332 +#: ../install.c:331 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: ../install.c:354 +#: ../install.c:353 #, c-format msgid "found %d packages to uninstall\n" msgstr "" -#: ../install.c:369 +#: ../install.c:368 msgid "removing these packages would break dependencies:\n" msgstr "" -#: ../install.c:380 +#: ../install.c:379 #, c-format msgid "uninstalling record number %d\n" msgstr "" -#: ../install.c:402 +#: ../install.c:401 #, c-format msgid "error: cannot open %s\n" msgstr "" -#: ../install.c:450 +#: ../install.c:449 #, c-format msgid " is needed by %s-%s-%s\n" msgstr "" -#: ../install.c:453 +#: ../install.c:452 #, c-format msgid " conflicts with %s-%s-%s\n" msgstr "" -#: ../query.c:28 +#: ../query.c:27 #, c-format msgid "error in format: %s\n" msgstr "" -#: ../query.c:65 +#: ../query.c:64 msgid "(contains no files)" msgstr "" -#: ../query.c:118 +#: ../query.c:117 msgid "normal " msgstr "" -#: ../query.c:120 +#: ../query.c:119 msgid "replaced " msgstr "" -#: ../query.c:122 +#: ../query.c:121 msgid "net shared " msgstr "" -#: ../query.c:124 +#: ../query.c:123 msgid "not installed " msgstr "" -#: ../query.c:126 +#: ../query.c:125 #, c-format msgid "(unknown %3d) " msgstr "" -#: ../query.c:130 +#: ../query.c:129 msgid "(no state) " msgstr "" -#: ../query.c:146 ../query.c:176 +#: ../query.c:145 ../query.c:175 msgid "package has neither file owner or id lists" msgstr "" -#: ../query.c:318 +#: ../query.c:317 #, c-format msgid "querying record number %d\n" msgstr "" -#: ../query.c:323 ../verify.c:138 +#: ../query.c:322 ../verify.c:137 msgid "error: could not read database record\n" msgstr "" -#: ../query.c:359 ../query.c:366 ../verify.c:195 ../verify.c:202 +#: ../query.c:358 ../query.c:365 ../verify.c:194 ../verify.c:201 #, c-format msgid "open of %s failed: %s\n" msgstr "" -#: ../query.c:382 +#: ../query.c:381 msgid "old format source packages cannot be queried\n" msgstr "" -#: ../query.c:391 +#: ../query.c:390 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: ../query.c:395 +#: ../query.c:394 #, c-format msgid "query of %s failed\n" msgstr "" -#: ../query.c:408 ../verify.c:178 +#: ../query.c:407 ../verify.c:177 msgid "could not read database record!\n" msgstr "" -#: ../query.c:419 ../verify.c:225 +#: ../query.c:418 ../verify.c:224 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: ../query.c:429 +#: ../query.c:428 #, c-format msgid "no package provides %s\n" msgstr "" -#: ../query.c:439 +#: ../query.c:438 #, c-format msgid "no package triggers %s\n" msgstr "" -#: ../query.c:449 +#: ../query.c:448 #, c-format msgid "no package requires %s\n" msgstr "" -#: ../query.c:467 ../query.c:473 +#: ../query.c:466 ../query.c:472 msgid "maximum path length exceeded\n" msgstr "" -#: ../query.c:485 +#: ../query.c:484 #, c-format msgid "file %s: %s\n" msgstr "" -#: ../query.c:488 ../verify.c:239 +#: ../query.c:487 ../verify.c:238 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: ../query.c:501 +#: ../query.c:500 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: ../query.c:504 +#: ../query.c:503 #, c-format msgid "showing package: %d\n" msgstr "" -#: ../query.c:508 +#: ../query.c:507 #, c-format msgid "record %d could not be read\n" msgstr "" -#: ../query.c:523 ../verify.c:252 +#: ../query.c:522 ../verify.c:251 #, c-format msgid "error looking for package %s\n" msgstr "" -#: ../rpm.c:177 +#: ../rpm.c:174 #, c-format msgid "rpm: %s\n" msgstr "" -#: ../rpm.c:188 +#: ../rpm.c:185 #, c-format msgid "RPM version %s\n" msgstr "" -#: ../rpm.c:192 +#: ../rpm.c:189 msgid "Copyright (C) 1998 - Red Hat Software" msgstr "" -#: ../rpm.c:193 +#: ../rpm.c:190 msgid "" "This may be freely redistributed under the terms of the GNU Public License" msgstr "" -#: ../rpm.c:202 +#: ../rpm.c:199 msgid "usage: rpm {--help}" msgstr "" -#: ../rpm.c:203 +#: ../rpm.c:200 msgid " rpm {--version}" msgstr "" -#: ../rpm.c:204 +#: ../rpm.c:201 msgid " rpm {--initdb} [--dbpath <dir>]" msgstr "" -#: ../rpm.c:205 +#: ../rpm.c:202 msgid "" " rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]" msgstr "" -#: ../rpm.c:206 +#: ../rpm.c:203 msgid " [--replacepkgs] [--replacefiles] [--root <dir>]" msgstr "" -#: ../rpm.c:207 +#: ../rpm.c:204 msgid " [--excludedocs] [--includedocs] [--noscripts]" msgstr "" -#: ../rpm.c:208 +#: ../rpm.c:205 msgid "" " [--rcfile <file>] [--ignorearch] [--dbpath <dir>]" msgstr "" -#: ../rpm.c:209 +#: ../rpm.c:206 msgid "" " [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]" msgstr "" -#: ../rpm.c:210 +#: ../rpm.c:207 msgid "" " [--ftpproxy <host>] [--ftpport <port>] [--justdb]" msgstr "" -#: ../rpm.c:211 ../rpm.c:219 +#: ../rpm.c:208 ../rpm.c:216 msgid " [--noorder] [--relocate oldpath=newpath]" msgstr "" -#: ../rpm.c:212 +#: ../rpm.c:209 msgid "" " [--badreloc] [--notriggers] file1.rpm ... fileN.rpm" msgstr "" -#: ../rpm.c:213 +#: ../rpm.c:210 msgid "" " rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]" msgstr "" -#: ../rpm.c:214 +#: ../rpm.c:211 msgid " [--oldpackage] [--root <dir>] [--noscripts]" msgstr "" -#: ../rpm.c:215 +#: ../rpm.c:212 msgid "" " [--excludedocs] [--includedocs] [--rcfile <file>]" msgstr "" -#: ../rpm.c:216 +#: ../rpm.c:213 msgid "" " [--ignorearch] [--dbpath <dir>] [--prefix <dir>] " msgstr "" -#: ../rpm.c:217 +#: ../rpm.c:214 msgid " [--ftpproxy <host>] [--ftpport <port>]" msgstr "" -#: ../rpm.c:218 +#: ../rpm.c:215 msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]" msgstr "" -#: ../rpm.c:220 +#: ../rpm.c:217 msgid " [--badreloc] file1.rpm ... fileN.rpm" msgstr "" -#: ../rpm.c:221 +#: ../rpm.c:218 msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]" msgstr "" -#: ../rpm.c:222 +#: ../rpm.c:219 msgid " [--scripts] [--root <dir>] [--rcfile <file>]" msgstr "" -#: ../rpm.c:223 +#: ../rpm.c:220 msgid " [--whatprovides] [--whatrequires] [--requires]" msgstr "" -#: ../rpm.c:224 +#: ../rpm.c:221 msgid "" " [--triggeredby] [--ftpuseport] [--ftpproxy <host>]" msgstr "" -#: ../rpm.c:225 +#: ../rpm.c:222 msgid "" " [--ftpport <port>] [--provides] [--triggers] [--dump]" msgstr "" -#: ../rpm.c:226 +#: ../rpm.c:223 msgid " [--changelog] [--dbpath <dir>] [targets]" msgstr "" -#: ../rpm.c:227 +#: ../rpm.c:224 msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]" msgstr "" -#: ../rpm.c:228 +#: ../rpm.c:225 msgid "" " [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]" msgstr "" -#: ../rpm.c:229 +#: ../rpm.c:226 msgid " [--nomd5] [targets]" msgstr "" -#: ../rpm.c:230 +#: ../rpm.c:227 msgid " rpm {--setperms} [-afpg] [target]" msgstr "" -#: ../rpm.c:231 +#: ../rpm.c:228 msgid " rpm {--setugids} [-afpg] [target]" msgstr "" -#: ../rpm.c:232 +#: ../rpm.c:229 msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]" msgstr "" -#: ../rpm.c:233 +#: ../rpm.c:230 msgid " [--dbpath <dir>] [--nodeps] [--allmatches]" msgstr "" -#: ../rpm.c:234 +#: ../rpm.c:231 msgid "" " [--justdb] [--notriggers] rpackage1 ... packageN" msgstr "" -#: ../rpm.c:235 +#: ../rpm.c:232 msgid "" " rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile <file>]" msgstr "" -#: ../rpm.c:236 +#: ../rpm.c:233 msgid " [--sign] [--test] [--timecheck <s>] ]" msgstr "" -#: ../rpm.c:237 +#: ../rpm.c:234 msgid " [--buildplatform=platform1[,platform2...]]" msgstr "" -#: ../rpm.c:238 +#: ../rpm.c:235 msgid " [--rmsource] specfile" msgstr "" -#: ../rpm.c:239 +#: ../rpm.c:236 msgid " rpm {--rmsource} [--rcfile <file>] [-v] specfile" msgstr "" -#: ../rpm.c:240 +#: ../rpm.c:237 msgid "" " rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm" msgstr "" -#: ../rpm.c:241 +#: ../rpm.c:238 msgid "" " rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm" msgstr "" -#: ../rpm.c:242 +#: ../rpm.c:239 msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN" msgstr "" -#: ../rpm.c:243 +#: ../rpm.c:240 msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN" msgstr "" -#: ../rpm.c:244 +#: ../rpm.c:241 msgid " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <file>]" msgstr "" -#: ../rpm.c:245 +#: ../rpm.c:242 msgid " package1 ... packageN" msgstr "" -#: ../rpm.c:246 +#: ../rpm.c:243 msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]" msgstr "" -#: ../rpm.c:247 +#: ../rpm.c:244 msgid " rpm {--querytags}" msgstr "" -#: ../rpm.c:281 +#: ../rpm.c:278 msgid "usage:" msgstr "" -#: ../rpm.c:283 +#: ../rpm.c:280 msgid "print this message" msgstr "" -#: ../rpm.c:285 +#: ../rpm.c:282 msgid "print the version of rpm being used" msgstr "" -#: ../rpm.c:286 +#: ../rpm.c:283 msgid " all modes support the following arguments:" msgstr "" -#: ../rpm.c:287 +#: ../rpm.c:284 msgid " --rcfile <file> " msgstr "" -#: ../rpm.c:288 +#: ../rpm.c:285 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc" msgstr "" -#: ../rpm.c:290 +#: ../rpm.c:287 msgid "be a little more verbose" msgstr "" -#: ../rpm.c:292 +#: ../rpm.c:289 msgid "be incredibly verbose (for debugging)" msgstr "" -#: ../rpm.c:294 +#: ../rpm.c:291 msgid "query mode" msgstr "" -#: ../rpm.c:295 ../rpm.c:353 ../rpm.c:413 ../rpm.c:441 +#: ../rpm.c:292 ../rpm.c:350 ../rpm.c:410 ../rpm.c:438 msgid " --root <dir> " msgstr "" -#: ../rpm.c:296 ../rpm.c:354 ../rpm.c:414 ../rpm.c:442 ../rpm.c:502 +#: ../rpm.c:293 ../rpm.c:351 ../rpm.c:411 ../rpm.c:439 ../rpm.c:499 msgid "use <dir> as the top level directory" msgstr "" -#: ../rpm.c:297 ../rpm.c:351 ../rpm.c:379 ../rpm.c:429 ../rpm.c:499 +#: ../rpm.c:294 ../rpm.c:348 ../rpm.c:376 ../rpm.c:426 ../rpm.c:496 msgid " --dbpath <dir> " msgstr "" -#: ../rpm.c:298 ../rpm.c:352 ../rpm.c:380 ../rpm.c:430 ../rpm.c:500 +#: ../rpm.c:295 ../rpm.c:349 ../rpm.c:377 ../rpm.c:427 ../rpm.c:497 msgid "use <dir> as the directory for the database" msgstr "" -#: ../rpm.c:299 +#: ../rpm.c:296 msgid " --queryformat <qfmt>" msgstr "" -#: ../rpm.c:300 +#: ../rpm.c:297 msgid "use <qfmt> as the header format (implies -i)" msgstr "" -#: ../rpm.c:301 +#: ../rpm.c:298 msgid "" " install, upgrade and query (with -p) allow ftp URL's to be used in place" msgstr "" -#: ../rpm.c:302 +#: ../rpm.c:299 msgid " of file names as well as the following options:" msgstr "" -#: ../rpm.c:303 +#: ../rpm.c:300 msgid " --ftpproxy <host> " msgstr "" -#: ../rpm.c:304 +#: ../rpm.c:301 msgid "hostname or IP of ftp proxy" msgstr "" -#: ../rpm.c:305 +#: ../rpm.c:302 msgid " --ftpport <port> " msgstr "" -#: ../rpm.c:306 +#: ../rpm.c:303 msgid "port number of ftp server (or proxy)" msgstr "" -#: ../rpm.c:307 +#: ../rpm.c:304 msgid " Package specification options:" msgstr "" -#: ../rpm.c:309 +#: ../rpm.c:306 msgid "query all packages" msgstr "" -#: ../rpm.c:310 +#: ../rpm.c:307 msgid " -f <file>+ " msgstr "" -#: ../rpm.c:311 +#: ../rpm.c:308 msgid "query package owning <file>" msgstr "" -#: ../rpm.c:312 +#: ../rpm.c:309 msgid " -p <packagefile>+ " msgstr "" -#: ../rpm.c:313 +#: ../rpm.c:310 msgid "query (uninstalled) package <packagefile>" msgstr "" -#: ../rpm.c:314 +#: ../rpm.c:311 msgid " --triggeredby <pkg>" msgstr "" -#: ../rpm.c:315 +#: ../rpm.c:312 msgid "query packages triggered by <pkg>" msgstr "" -#: ../rpm.c:316 +#: ../rpm.c:313 msgid " --whatprovides <cap>" msgstr "" -#: ../rpm.c:317 +#: ../rpm.c:314 msgid "query packages which provide <cap> capability" msgstr "" -#: ../rpm.c:318 +#: ../rpm.c:315 msgid " --whatrequires <cap>" msgstr "" -#: ../rpm.c:319 +#: ../rpm.c:316 msgid "query packages which require <cap> capability" msgstr "" -#: ../rpm.c:320 +#: ../rpm.c:317 msgid " Information selection options:" msgstr "" -#: ../rpm.c:322 +#: ../rpm.c:319 msgid "display package information" msgstr "" -#: ../rpm.c:324 +#: ../rpm.c:321 msgid "display the package's change log" msgstr "" -#: ../rpm.c:326 +#: ../rpm.c:323 msgid "display package file list" msgstr "" -#: ../rpm.c:328 +#: ../rpm.c:325 msgid "show file states (implies -l)" msgstr "" -#: ../rpm.c:330 +#: ../rpm.c:327 msgid "list only documentation files (implies -l)" msgstr "" -#: ../rpm.c:332 +#: ../rpm.c:329 msgid "list only configuration files (implies -l)" msgstr "" -#: ../rpm.c:334 +#: ../rpm.c:331 msgid "" "show all verifiable information for each file (must be used with -l, -c, or " "-d)" msgstr "" -#: ../rpm.c:336 +#: ../rpm.c:333 msgid "list capabilities package provides" msgstr "" -#: ../rpm.c:337 +#: ../rpm.c:334 msgid " --requires" msgstr "" -#: ../rpm.c:339 +#: ../rpm.c:336 msgid "list package dependencies" msgstr "" -#: ../rpm.c:341 +#: ../rpm.c:338 msgid "print the various [un]install scripts" msgstr "" -#: ../rpm.c:343 +#: ../rpm.c:340 msgid "show the trigger scripts contained in the package" msgstr "" -#: ../rpm.c:347 +#: ../rpm.c:344 msgid " --pipe <cmd> " msgstr "" -#: ../rpm.c:348 +#: ../rpm.c:345 msgid "send stdout to <cmd>" msgstr "" -#: ../rpm.c:350 +#: ../rpm.c:347 msgid "" "verify a package installation using the same same package specification " "options as -q" msgstr "" -#: ../rpm.c:356 ../rpm.c:400 ../rpm.c:434 +#: ../rpm.c:353 ../rpm.c:397 ../rpm.c:431 msgid "do not verify package dependencies" msgstr "" -#: ../rpm.c:358 +#: ../rpm.c:355 msgid "do not verify file md5 checksums" msgstr "" -#: ../rpm.c:360 +#: ../rpm.c:357 msgid "do not verify file attributes" msgstr "" -#: ../rpm.c:363 +#: ../rpm.c:360 msgid "" "set the file permissions to those in the package database using the same " "package specification options as -q" msgstr "" -#: ../rpm.c:366 +#: ../rpm.c:363 msgid "" "set the file owner and group to those in the package database using the same " "package specification options as -q" msgstr "" -#: ../rpm.c:370 +#: ../rpm.c:367 msgid " --install <packagefile>" msgstr "" -#: ../rpm.c:371 +#: ../rpm.c:368 msgid " -i <packagefile> " msgstr "" -#: ../rpm.c:372 +#: ../rpm.c:369 msgid "install package" msgstr "" -#: ../rpm.c:373 +#: ../rpm.c:370 msgid " --relocate <oldpath>=<newpath>" msgstr "" -#: ../rpm.c:374 +#: ../rpm.c:371 msgid "relocate files from <oldpath> to <newpath>" msgstr "" -#: ../rpm.c:376 +#: ../rpm.c:373 msgid "relocate files even though the package doesn't allow it" msgstr "" -#: ../rpm.c:377 +#: ../rpm.c:374 msgid " --prefix <dir> " msgstr "" -#: ../rpm.c:378 +#: ../rpm.c:375 msgid "relocate the package to <dir>, if relocatable" msgstr "" -#: ../rpm.c:382 +#: ../rpm.c:379 msgid "do not install documentation" msgstr "" -#: ../rpm.c:384 +#: ../rpm.c:381 msgid "short hand for --replacepkgs --replacefiles" msgstr "" -#: ../rpm.c:387 +#: ../rpm.c:384 msgid "print hash marks as package installs (good with -v)" msgstr "" -#: ../rpm.c:389 +#: ../rpm.c:386 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" -#: ../rpm.c:392 +#: ../rpm.c:389 msgid "don't verify package architecture" msgstr "" -#: ../rpm.c:394 +#: ../rpm.c:391 msgid "don't verify package operating system" msgstr "" -#: ../rpm.c:396 +#: ../rpm.c:393 msgid "install documentation" msgstr "" -#: ../rpm.c:398 ../rpm.c:432 +#: ../rpm.c:395 ../rpm.c:429 msgid "update the database, but do not modify the filesystem" msgstr "" -#: ../rpm.c:402 ../rpm.c:436 +#: ../rpm.c:399 ../rpm.c:433 msgid "do not reorder package installation to satisfy dependencies" msgstr "" -#: ../rpm.c:404 +#: ../rpm.c:401 msgid "don't execute any installation scripts" msgstr "" -#: ../rpm.c:406 ../rpm.c:440 +#: ../rpm.c:403 ../rpm.c:437 msgid "don't execute any scripts triggered by this package" msgstr "" -#: ../rpm.c:408 +#: ../rpm.c:405 msgid "print percentages as package installs" msgstr "" -#: ../rpm.c:410 +#: ../rpm.c:407 msgid "install even if the package replaces installed files" msgstr "" -#: ../rpm.c:412 +#: ../rpm.c:409 msgid "reinstall if the package is already present" msgstr "" -#: ../rpm.c:416 +#: ../rpm.c:413 msgid "don't install, but tell if it would work or not" msgstr "" -#: ../rpm.c:418 +#: ../rpm.c:415 msgid " --upgrade <packagefile>" msgstr "" -#: ../rpm.c:419 +#: ../rpm.c:416 msgid " -U <packagefile> " msgstr "" -#: ../rpm.c:420 +#: ../rpm.c:417 msgid "upgrade package (same options as --install, plus)" msgstr "" -#: ../rpm.c:422 +#: ../rpm.c:419 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" msgstr "" -#: ../rpm.c:424 +#: ../rpm.c:421 msgid " --erase <package>" msgstr "" -#: ../rpm.c:426 +#: ../rpm.c:423 msgid "erase (uninstall) package" msgstr "" -#: ../rpm.c:428 +#: ../rpm.c:425 msgid "" "remove all packages which match <package> (normally an error is generated if " "<package> specified multiple packages)" msgstr "" -#: ../rpm.c:438 +#: ../rpm.c:435 msgid "do not execute any package specific scripts" msgstr "" -#: ../rpm.c:444 +#: ../rpm.c:441 msgid " -b<stage> <spec> " msgstr "" -#: ../rpm.c:445 +#: ../rpm.c:442 msgid " -t<stage> <tarball> " msgstr "" -#: ../rpm.c:446 +#: ../rpm.c:443 msgid "build package, where <stage> is one of:" msgstr "" -#: ../rpm.c:448 +#: ../rpm.c:445 msgid "prep (unpack sources and apply patches)" msgstr "" -#: ../rpm.c:450 +#: ../rpm.c:447 #, c-format msgid "list check (do some cursory checks on %files)" msgstr "" -#: ../rpm.c:452 +#: ../rpm.c:449 msgid "compile (prep and compile)" msgstr "" -#: ../rpm.c:454 +#: ../rpm.c:451 msgid "install (prep, compile, install)" msgstr "" -#: ../rpm.c:456 +#: ../rpm.c:453 msgid "binary package (prep, compile, install, package)" msgstr "" -#: ../rpm.c:458 +#: ../rpm.c:455 msgid "bin/src package (prep, compile, install, package)" msgstr "" -#: ../rpm.c:460 +#: ../rpm.c:457 msgid "skip straight to specified stage (only for c,i)" msgstr "" -#: ../rpm.c:462 +#: ../rpm.c:459 msgid "remove build tree when done" msgstr "" -#: ../rpm.c:464 +#: ../rpm.c:461 msgid "remove sources and spec file when done" msgstr "" -#: ../rpm.c:466 +#: ../rpm.c:463 msgid "generate PGP signature" msgstr "" -#: ../rpm.c:467 +#: ../rpm.c:464 msgid " --buildroot <dir> " msgstr "" -#: ../rpm.c:468 +#: ../rpm.c:465 msgid "use <dir> as the build root" msgstr "" -#: ../rpm.c:469 +#: ../rpm.c:466 msgid " --platform=<platform>+" msgstr "" -#: ../rpm.c:470 +#: ../rpm.c:467 msgid "build the packages for the platform1...platformN build targets." msgstr "" -#: ../rpm.c:472 +#: ../rpm.c:469 msgid "do not execute any stages" msgstr "" -#: ../rpm.c:473 +#: ../rpm.c:470 msgid " --timecheck <secs> " msgstr "" -#: ../rpm.c:474 +#: ../rpm.c:471 msgid "set the time check to <secs> seconds (0 disables)" msgstr "" -#: ../rpm.c:476 +#: ../rpm.c:473 msgid " --rebuild <src_pkg> " msgstr "" -#: ../rpm.c:477 +#: ../rpm.c:474 msgid "" "install source package, build binary package and remove spec file, sources, " "patches, and icons." msgstr "" -#: ../rpm.c:478 +#: ../rpm.c:475 msgid " --rmsource <spec> " msgstr "" -#: ../rpm.c:479 +#: ../rpm.c:476 msgid "remove sources and spec file" msgstr "" -#: ../rpm.c:480 +#: ../rpm.c:477 msgid " --recompile <src_pkg> " msgstr "" -#: ../rpm.c:481 +#: ../rpm.c:478 msgid "like --rebuild, but don't build any package" msgstr "" -#: ../rpm.c:482 +#: ../rpm.c:479 msgid " --resign <pkg>+ " msgstr "" -#: ../rpm.c:483 +#: ../rpm.c:480 msgid "sign a package (discard current signature)" msgstr "" -#: ../rpm.c:484 +#: ../rpm.c:481 msgid " --addsign <pkg>+ " msgstr "" -#: ../rpm.c:485 +#: ../rpm.c:482 msgid "add a signature to a package" msgstr "" -#: ../rpm.c:487 +#: ../rpm.c:484 msgid " --checksig <pkg>+ " msgstr "" -#: ../rpm.c:488 +#: ../rpm.c:485 msgid "verify package signature" msgstr "" -#: ../rpm.c:490 +#: ../rpm.c:487 msgid "skip any PGP signatures" msgstr "" -#: ../rpm.c:492 +#: ../rpm.c:489 msgid "skip any MD5 signatures" msgstr "" -#: ../rpm.c:494 +#: ../rpm.c:491 msgid "list the tags that can be used in a query format" msgstr "" -#: ../rpm.c:496 +#: ../rpm.c:493 msgid "make sure a valid database exists" msgstr "" -#: ../rpm.c:498 +#: ../rpm.c:495 msgid "rebuild database from existing database" msgstr "" -#: ../rpm.c:637 ../rpm.c:643 ../rpm.c:650 ../rpm.c:656 ../rpm.c:665 -#: ../rpm.c:672 ../rpm.c:718 ../rpm.c:724 ../rpm.c:813 ../rpm.c:820 -#: ../rpm.c:826 ../rpm.c:834 ../rpm.c:840 ../rpm.c:848 ../rpm.c:881 -#: ../rpm.c:927 ../rpm.c:933 +#: ../rpm.c:634 ../rpm.c:640 ../rpm.c:647 ../rpm.c:653 ../rpm.c:662 +#: ../rpm.c:669 ../rpm.c:715 ../rpm.c:721 ../rpm.c:810 ../rpm.c:817 +#: ../rpm.c:823 ../rpm.c:831 ../rpm.c:837 ../rpm.c:845 ../rpm.c:878 +#: ../rpm.c:924 ../rpm.c:930 msgid "only one major mode may be specified" msgstr "" -#: ../rpm.c:658 +#: ../rpm.c:655 msgid "-u and --uninstall are deprecated and no longer work.\n" msgstr "" -#: ../rpm.c:660 +#: ../rpm.c:657 msgid "Use -e or --erase instead.\n" msgstr "" -#: ../rpm.c:676 +#: ../rpm.c:673 msgid "--build (-b) requires one of a,b,i,c,p,l as its sole argument" msgstr "" -#: ../rpm.c:680 +#: ../rpm.c:677 msgid "--tarbuild (-t) requires one of a,b,i,c,p,l as its sole argument" msgstr "" -#: ../rpm.c:747 ../rpm.c:754 ../rpm.c:762 ../rpm.c:770 ../rpm.c:790 -#: ../rpm.c:798 ../rpm.c:806 +#: ../rpm.c:744 ../rpm.c:751 ../rpm.c:759 ../rpm.c:767 ../rpm.c:787 +#: ../rpm.c:795 ../rpm.c:803 msgid "one type of query/verify may be performed at a time" msgstr "" -#: ../rpm.c:856 +#: ../rpm.c:853 msgid "arguments to --dbpath must begin with a /" msgstr "" -#: ../rpm.c:863 +#: ../rpm.c:860 msgid "one type of query may be performed at a time" msgstr "" -#: ../rpm.c:887 +#: ../rpm.c:884 msgid "relocations must begin with a /" msgstr "" -#: ../rpm.c:889 +#: ../rpm.c:886 msgid "relocations must contain a =" msgstr "" -#: ../rpm.c:892 +#: ../rpm.c:889 msgid "relocations must have a / following the =" msgstr "" -#: ../rpm.c:904 +#: ../rpm.c:901 msgid "Internal error in argument processing :-(\n" msgstr "" -#: ../rpm.c:945 +#: ../rpm.c:942 msgid "--dbpath given for operation that does not use a database" msgstr "" -#: ../rpm.c:950 +#: ../rpm.c:947 msgid "--timecheck may only be used during package builds" msgstr "" -#: ../rpm.c:953 ../rpm.c:956 +#: ../rpm.c:950 ../rpm.c:953 msgid "unexpected query specifiers" msgstr "" -#: ../rpm.c:960 +#: ../rpm.c:957 msgid "unexpected query source" msgstr "" -#: ../rpm.c:963 +#: ../rpm.c:960 msgid "only installation and upgrading may be forced" msgstr "" -#: ../rpm.c:966 +#: ../rpm.c:963 msgid "files may only be relocated during package installation" msgstr "" -#: ../rpm.c:969 +#: ../rpm.c:966 msgid "only one of --prefix or --relocate may be used" msgstr "" -#: ../rpm.c:972 +#: ../rpm.c:969 msgid "--relocate may only be used when installing new packages" msgstr "" -#: ../rpm.c:975 +#: ../rpm.c:972 msgid "--prefix may only be used when installing new packages" msgstr "" -#: ../rpm.c:978 +#: ../rpm.c:975 msgid "arguments to --prefix must begin with a /" msgstr "" -#: ../rpm.c:981 +#: ../rpm.c:978 msgid "--hash (-h) may only be specified during package installation" msgstr "" -#: ../rpm.c:985 +#: ../rpm.c:982 msgid "--percent may only be specified during package installation" msgstr "" -#: ../rpm.c:989 +#: ../rpm.c:986 msgid "--replacefiles may only be specified during package installation" msgstr "" -#: ../rpm.c:993 +#: ../rpm.c:990 msgid "--replacepkgs may only be specified during package installation" msgstr "" -#: ../rpm.c:997 +#: ../rpm.c:994 msgid "--excludedocs may only be specified during package installation" msgstr "" -#: ../rpm.c:1001 +#: ../rpm.c:998 msgid "--includedocs may only be specified during package installation" msgstr "" -#: ../rpm.c:1005 +#: ../rpm.c:1002 msgid "only one of --excludedocs and --includedocs may be specified" msgstr "" -#: ../rpm.c:1009 +#: ../rpm.c:1006 msgid "--ignorearch may only be specified during package installation" msgstr "" -#: ../rpm.c:1013 +#: ../rpm.c:1010 msgid "--ignoreos may only be specified during package installation" msgstr "" -#: ../rpm.c:1017 +#: ../rpm.c:1014 msgid "--allmatches may only be specified during package erasure" msgstr "" -#: ../rpm.c:1021 +#: ../rpm.c:1018 msgid "--allfiles may only be specified during package installation" msgstr "" -#: ../rpm.c:1025 +#: ../rpm.c:1022 msgid "--justdb may only be specified during package installation and erasure" msgstr "" -#: ../rpm.c:1030 +#: ../rpm.c:1027 msgid "" "--noscripts may only be specified during package installation, erasure, and " "verification" msgstr "" -#: ../rpm.c:1034 +#: ../rpm.c:1031 msgid "" "--notriggers may only be specified during package installation, erasure, and " "verification" msgstr "" -#: ../rpm.c:1039 +#: ../rpm.c:1036 msgid "" "--nodeps may only be specified during package installation, erasure, and " "verification" msgstr "" -#: ../rpm.c:1043 +#: ../rpm.c:1040 msgid "--nofiles may only be specified during package verification" msgstr "" -#: ../rpm.c:1048 +#: ../rpm.c:1045 msgid "" "--test may only be specified during package installation, erasure, and " "building" msgstr "" -#: ../rpm.c:1053 +#: ../rpm.c:1050 msgid "" "--root (-r) may only be specified during installation, erasure, querying, " "and database rebuilds" msgstr "" -#: ../rpm.c:1058 +#: ../rpm.c:1055 msgid "arguments to --root (-r) must begin with a /" msgstr "" -#: ../rpm.c:1061 +#: ../rpm.c:1058 msgid "--clean may only be used with -b and -t" msgstr "" -#: ../rpm.c:1064 +#: ../rpm.c:1061 msgid "--rmsource may only be used with -b and -t" msgstr "" -#: ../rpm.c:1067 +#: ../rpm.c:1064 msgid "--short-circuit may only be used during package building" msgstr "" -#: ../rpm.c:1071 +#: ../rpm.c:1068 msgid "--short-circuit may only be used with -bc, -bi, -bs, -tc -ti, or -ts" msgstr "" -#: ../rpm.c:1076 +#: ../rpm.c:1073 msgid "--oldpackage may only be used during upgrades" msgstr "" -#: ../rpm.c:1079 +#: ../rpm.c:1076 msgid "--dump may only be used during queries" msgstr "" -#: ../rpm.c:1082 +#: ../rpm.c:1079 msgid "--dump of queries must be used with -l, -c, or -d" msgstr "" -#: ../rpm.c:1087 +#: ../rpm.c:1084 msgid "" "ftp options can only be used during package queries, installs, and upgrades" msgstr "" -#: ../rpm.c:1094 +#: ../rpm.c:1091 msgid "--nopgp may only be used during signature checking" msgstr "" -#: ../rpm.c:1097 +#: ../rpm.c:1094 msgid "" "--nopgp may only be used during signature checking and package verification" msgstr "" -#: ../rpm.c:1110 +#: ../rpm.c:1107 msgid "Pass phrase check failed\n" msgstr "" -#: ../rpm.c:1113 +#: ../rpm.c:1110 msgid "Pass phrase is good.\n" msgstr "" -#: ../rpm.c:1125 +#: ../rpm.c:1122 msgid "--sign may only be used during package building" msgstr "" -#: ../rpm.c:1140 +#: ../rpm.c:1137 msgid "exec failed\n" msgstr "" -#: ../rpm.c:1159 +#: ../rpm.c:1156 msgid "unexpected arguments to --querytags " msgstr "" -#: ../rpm.c:1170 +#: ../rpm.c:1167 msgid "no packages given for signature check" msgstr "" -#: ../rpm.c:1177 +#: ../rpm.c:1174 msgid "no packages given for signing" msgstr "" -#: ../rpm.c:1186 +#: ../rpm.c:1183 msgid "no packages files given for rebuild" msgstr "" -#: ../rpm.c:1249 +#: ../rpm.c:1246 msgid "no spec files given for build" msgstr "" -#: ../rpm.c:1251 +#: ../rpm.c:1248 msgid "no tar files given for build" msgstr "" -#: ../rpm.c:1264 +#: ../rpm.c:1261 msgid "no packages given for uninstall" msgstr "" -#: ../rpm.c:1304 +#: ../rpm.c:1301 msgid "no packages given for install" msgstr "" -#: ../rpm.c:1328 +#: ../rpm.c:1325 msgid "extra arguments given for query of all packages" msgstr "" -#: ../rpm.c:1333 +#: ../rpm.c:1330 msgid "no arguments given for query" msgstr "" -#: ../rpm.c:1350 +#: ../rpm.c:1347 msgid "no arguments given for verify" msgstr "" -#: ../url.c:47 +#: ../url.c:46 #, c-format msgid "Password for %s@%s: " msgstr "" -#: ../url.c:113 ../url.c:156 ../url.c:182 +#: ../url.c:112 ../url.c:155 ../url.c:181 #, c-format msgid "getting %s via anonymous ftp\n" msgstr "" -#: ../url.c:120 +#: ../url.c:119 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" -#: ../url.c:131 +#: ../url.c:130 msgid "error: ftpport must be a number\n" msgstr "" -#: ../url.c:189 +#: ../url.c:188 #, c-format msgid "failed to create %s\n" msgstr "" -#: ../verify.c:35 +#: ../verify.c:34 #, c-format msgid "missing %s\n" msgstr "" -#: ../verify.c:91 +#: ../verify.c:90 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: ../verify.c:133 +#: ../verify.c:132 #, c-format msgid "verifying record number %d\n" msgstr "" -#: ../verify.c:216 +#: ../verify.c:215 #, c-format msgid "%s is not an RPM\n" msgstr "" -#: ../rpm2cpio.c:39 +#: ../rpm2cpio.c:38 msgid "argument is not an RPM package\n" msgstr "" -#: ../rpm2cpio.c:42 +#: ../rpm2cpio.c:41 msgid "error reading header from package\n" msgstr "" -#: ../convertdb.c:39 +#: ../convertdb.c:37 msgid "RPM database already exists" msgstr "" -#: ../convertdb.c:44 +#: ../convertdb.c:42 msgid "Old db is missing" msgstr "" -#: ../convertdb.c:55 +#: ../convertdb.c:53 msgid "failed to create RPM database /var/lib/rpm" msgstr "" -#: ../convertdb.c:61 +#: ../convertdb.c:59 msgid "Old db is corrupt" msgstr "" -#: ../convertdb.c:70 +#: ../convertdb.c:68 #, c-format msgid "oldrpmdbGetPackageInfo failed &olddb = %p olddb.packages = %p\n" msgstr "" -#: ../convertdb.c:202 +#: ../convertdb.c:200 msgid "rpmconvert: no arguments expected" msgstr "" -#: ../convertdb.c:208 +#: ../convertdb.c:206 msgid "rpmconvert 1.0 - converting database in /var/lib/rpm\n" msgstr "" -#: ../oldrpmdb.c:456 +#: ../oldrpmdb.c:454 #, c-format msgid "pulling %s from database\n" msgstr "" -#: ../oldrpmdb.c:463 +#: ../oldrpmdb.c:461 msgid "package not found in database" msgstr "" -#: ../oldrpmdb.c:524 +#: ../oldrpmdb.c:522 msgid "no copyright!\n" msgstr "" -#: ../build/build.c:96 ../build/pack.c:192 +#: ../build/build.c:95 ../build/pack.c:191 msgid "Unable to open temp file" msgstr "" -#: ../build/build.c:133 +#: ../build/build.c:132 #, c-format msgid "Executing: %s\n" msgstr "" -#: ../build/build.c:137 +#: ../build/build.c:136 #, c-format msgid "Exec of %s failed (%s)" msgstr "" -#: ../build/build.c:145 +#: ../build/build.c:144 #, c-format msgid "Bad exit status from %s (%s)" msgstr "" -#: ../build/expression.c:190 ../build/expression.c:199 +#: ../build/expression.c:189 ../build/expression.c:198 msgid "parse error in tokenizer" msgstr "" -#: ../build/expression.c:241 +#: ../build/expression.c:240 msgid "parse error in expression" msgstr "" -#: ../build/expression.c:271 +#: ../build/expression.c:270 msgid "unmatched (" msgstr "" -#: ../build/expression.c:289 +#: ../build/expression.c:288 msgid "undefined identifier" msgstr "" -#: ../build/expression.c:308 +#: ../build/expression.c:307 msgid "- only on numbers" msgstr "" -#: ../build/expression.c:324 +#: ../build/expression.c:323 msgid "! only on numbers" msgstr "" -#: ../build/expression.c:363 ../build/expression.c:408 -#: ../build/expression.c:465 ../build/expression.c:552 +#: ../build/expression.c:362 ../build/expression.c:407 +#: ../build/expression.c:464 ../build/expression.c:551 msgid "types must match" msgstr "" -#: ../build/expression.c:376 +#: ../build/expression.c:375 msgid "* / not suported for strings" msgstr "" -#: ../build/expression.c:424 +#: ../build/expression.c:423 msgid "- not suported for strings" msgstr "" -#: ../build/expression.c:565 +#: ../build/expression.c:564 msgid "&& and || not suported for strings" msgstr "" -#: ../build/expression.c:596 ../build/expression.c:641 +#: ../build/expression.c:595 ../build/expression.c:640 msgid "syntax error in expression" msgstr "" -#: ../build/files.c:204 +#: ../build/files.c:203 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "" -#: ../build/files.c:233 ../build/files.c:245 ../build/files.c:317 -#: ../build/files.c:329 ../build/files.c:356 +#: ../build/files.c:232 ../build/files.c:244 ../build/files.c:316 +#: ../build/files.c:328 ../build/files.c:355 #, c-format msgid "Bad %s() syntax: %s" msgstr "" -#: ../build/files.c:279 +#: ../build/files.c:278 #, c-format msgid "Invalid %s token: %s" msgstr "" -#: ../build/files.c:340 +#: ../build/files.c:339 msgid "No files after %%defattr(): %s" msgstr "" -#: ../build/files.c:368 +#: ../build/files.c:367 #, c-format msgid "Bad %s() mode spec: %s" msgstr "" -#: ../build/files.c:386 +#: ../build/files.c:385 #, c-format msgid "Bad %s() dirmode spec: %s" msgstr "" -#: ../build/files.c:441 +#: ../build/files.c:440 msgid "Bad %%config() syntax: %s" msgstr "" -#: ../build/files.c:459 +#: ../build/files.c:458 msgid "Invalid %%config token: %s" msgstr "" -#: ../build/files.c:482 ../build/files.c:494 ../build/files.c:507 +#: ../build/files.c:481 ../build/files.c:493 ../build/files.c:506 msgid "Bad %%lang() syntax: %s" msgstr "" -#: ../build/files.c:513 +#: ../build/files.c:512 msgid "%%lang() entries are 2 characters: %s" msgstr "" -#: ../build/files.c:519 +#: ../build/files.c:518 msgid "Only one entry in %%lang(): %s" msgstr "" -#: ../build/files.c:609 +#: ../build/files.c:608 msgid "Hit limit for %%docdir" msgstr "" -#: ../build/files.c:615 +#: ../build/files.c:614 msgid "Only one arg for %%docdir" msgstr "" -#: ../build/files.c:641 +#: ../build/files.c:640 #, c-format msgid "Two files on one line: %s" msgstr "" -#: ../build/files.c:654 +#: ../build/files.c:653 #, c-format msgid "File must begin with \"/\": %s" msgstr "" -#: ../build/files.c:666 +#: ../build/files.c:665 msgid "Can't mix special %%doc with other forms: %s" msgstr "" -#: ../build/files.c:748 +#: ../build/files.c:747 #, c-format msgid "File listed twice: %s" msgstr "" -#: ../build/files.c:907 +#: ../build/files.c:906 #, c-format msgid "File doesn't match prefix (%s): %s" msgstr "" -#: ../build/files.c:917 ../build/files.c:1034 +#: ../build/files.c:916 ../build/files.c:1033 #, c-format msgid "File not found: %s" msgstr "" -#: ../build/files.c:962 +#: ../build/files.c:961 #, c-format msgid "Bad owner/group: %s\n" msgstr "" -#: ../build/files.c:967 +#: ../build/files.c:966 #, c-format msgid "File %d: %s\n" msgstr "" -#: ../build/files.c:1018 +#: ../build/files.c:1017 #, c-format msgid "File needs leading \"/\": %s" msgstr "" -#: ../build/files.c:1078 +#: ../build/files.c:1077 msgid "Could not open %%files file: %s" msgstr "" -#: ../build/files.c:1084 ../build/pack.c:381 +#: ../build/files.c:1083 ../build/pack.c:380 #, c-format msgid "line: %s" msgstr "" -#: ../build/files.c:1411 ../build/parsePrep.c:41 +#: ../build/files.c:1410 ../build/parsePrep.c:40 #, c-format msgid "Bad owner/group: %s" msgstr "" -#: ../build/files.c:1466 +#: ../build/files.c:1465 #, c-format msgid "Couldn't exec %s" msgstr "" -#: ../build/files.c:1470 +#: ../build/files.c:1469 #, c-format msgid "Couldn't fork %s" msgstr "" -#: ../build/files.c:1520 +#: ../build/files.c:1519 #, c-format msgid "%s failed" msgstr "" -#: ../build/files.c:1524 +#: ../build/files.c:1523 #, c-format msgid "failed to write all data to %s" msgstr "" -#: ../build/files.c:1558 +#: ../build/files.c:1557 msgid "Finding provides...\n" msgstr "" -#: ../build/files.c:1565 +#: ../build/files.c:1564 msgid "Failed to find provides" msgstr "" -#: ../build/files.c:1585 +#: ../build/files.c:1584 msgid "Finding requires...\n" msgstr "" -#: ../build/files.c:1592 +#: ../build/files.c:1591 msgid "Failed to find requires" msgstr "" -#: ../build/files.c:1627 +#: ../build/files.c:1626 msgid "Provides:" msgstr "" -#: ../build/files.c:1645 +#: ../build/files.c:1644 msgid "Prereqs:" msgstr "" -#: ../build/files.c:1659 +#: ../build/files.c:1658 msgid "Requires:" msgstr "" -#: ../build/files.c:1684 +#: ../build/files.c:1683 #, c-format msgid "Processing files: %s\n" msgstr "" -#: ../build/names.c:35 ../build/names.c:69 +#: ../build/names.c:34 ../build/names.c:68 msgid "RPMERR_INTERNAL: Hit limit in getUname()\n" msgstr "" -#: ../build/names.c:104 ../build/names.c:138 +#: ../build/names.c:103 ../build/names.c:137 msgid "RPMERR_INTERNAL: Hit limit in getGname()\n" msgstr "" -#: ../build/names.c:176 +#: ../build/names.c:175 #, c-format msgid "Could not canonicalize hostname: %s\n" msgstr "" -#: ../build/pack.c:141 +#: ../build/pack.c:140 #, c-format msgid "Could not generate output filename for package %s: %s\n" msgstr "" -#: ../build/pack.c:203 +#: ../build/pack.c:202 msgid "Bad CSA data" msgstr "" -#: ../build/pack.c:226 +#: ../build/pack.c:225 #, c-format msgid "Could not open %s\n" msgstr "" -#: ../build/pack.c:258 ../build/pack.c:301 +#: ../build/pack.c:257 ../build/pack.c:300 #, c-format msgid "Unable to write package: %s" msgstr "" -#: ../build/pack.c:291 +#: ../build/pack.c:290 #, c-format msgid "Unable to read sigtarget: %s" msgstr "" -#: ../build/pack.c:316 +#: ../build/pack.c:315 #, c-format msgid "Wrote: %s\n" msgstr "" -#: ../build/pack.c:334 +#: ../build/pack.c:333 #, c-format msgid "cpio failed on file %s: %s" msgstr "" -#: ../build/pack.c:337 +#: ../build/pack.c:336 #, c-format msgid "cpio failed on file %s: %d" msgstr "" -#: ../build/pack.c:351 +#: ../build/pack.c:350 #, c-format msgid "cpio_copy write failed: %s" msgstr "" -#: ../build/pack.c:358 +#: ../build/pack.c:357 #, c-format msgid "cpio_copy read failed: %s" msgstr "" -#: ../build/pack.c:437 +#: ../build/pack.c:436 #, c-format msgid "Could not open PreIn file: %s" msgstr "" -#: ../build/pack.c:444 +#: ../build/pack.c:443 #, c-format msgid "Could not open PreUn file: %s" msgstr "" -#: ../build/pack.c:451 +#: ../build/pack.c:450 #, c-format msgid "Could not open PostIn file: %s" msgstr "" -#: ../build/pack.c:458 +#: ../build/pack.c:457 #, c-format msgid "Could not open PostUn file: %s" msgstr "" -#: ../build/pack.c:466 +#: ../build/pack.c:465 #, c-format msgid "Could not open VerifyScript file: %s" msgstr "" -#: ../build/pack.c:482 +#: ../build/pack.c:481 #, c-format msgid "Could not open Trigger script file: %s" msgstr "" -#: ../build/parseBuildInstallClean.c:28 +#: ../build/parseBuildInstallClean.c:27 #, c-format msgid "line %d: second %s" msgstr "" -#: ../build/parseChangelog.c:102 +#: ../build/parseChangelog.c:101 msgid "%%changelog entries must start with *" msgstr "" -#: ../build/parseChangelog.c:110 +#: ../build/parseChangelog.c:109 msgid "incomplete %%changelog entry" msgstr "" -#: ../build/parseChangelog.c:125 +#: ../build/parseChangelog.c:124 msgid "bad date in %%changelog: %s" msgstr "" -#: ../build/parseChangelog.c:130 +#: ../build/parseChangelog.c:129 msgid "%%changelog not in decending chronological order" msgstr "" -#: ../build/parseChangelog.c:138 ../build/parseChangelog.c:149 +#: ../build/parseChangelog.c:137 ../build/parseChangelog.c:148 msgid "missing name in %%changelog" msgstr "" -#: ../build/parseChangelog.c:156 +#: ../build/parseChangelog.c:155 msgid "no description in %%changelog" msgstr "" -#: ../build/parseDescription.c:35 +#: ../build/parseDescription.c:34 msgid "line %d: Error parsing %%description: %s" msgstr "" -#: ../build/parseDescription.c:48 ../build/parseFiles.c:43 -#: ../build/parseScript.c:140 +#: ../build/parseDescription.c:47 ../build/parseFiles.c:42 +#: ../build/parseScript.c:139 #, c-format msgid "line %d: Bad option %s: %s" msgstr "" -#: ../build/parseDescription.c:62 ../build/parseFiles.c:57 -#: ../build/parseScript.c:154 +#: ../build/parseDescription.c:61 ../build/parseFiles.c:56 +#: ../build/parseScript.c:153 #, c-format msgid "line %d: Too many names: %s" msgstr "" -#: ../build/parseDescription.c:72 ../build/parseFiles.c:67 -#: ../build/parseScript.c:164 +#: ../build/parseDescription.c:71 ../build/parseFiles.c:66 +#: ../build/parseScript.c:163 #, c-format msgid "line %d: Package does not exist: %s" msgstr "" -#: ../build/parseDescription.c:84 +#: ../build/parseDescription.c:83 #, c-format msgid "line %d: Second description" msgstr "" -#: ../build/parseFiles.c:30 +#: ../build/parseFiles.c:29 msgid "line %d: Error parsing %%files: %s" msgstr "" -#: ../build/parseFiles.c:75 +#: ../build/parseFiles.c:74 msgid "line %d: Second %%files list" msgstr "" -#: ../build/parsePreamble.c:155 +#: ../build/parsePreamble.c:154 #, c-format msgid "Architecture is excluded: %s" msgstr "" -#: ../build/parsePreamble.c:160 +#: ../build/parsePreamble.c:159 #, c-format msgid "Architecture is not included: %s" msgstr "" -#: ../build/parsePreamble.c:165 +#: ../build/parsePreamble.c:164 #, c-format msgid "OS is excluded: %s" msgstr "" -#: ../build/parsePreamble.c:170 +#: ../build/parsePreamble.c:169 #, c-format msgid "OS is not included: %s" msgstr "" -#: ../build/parsePreamble.c:206 +#: ../build/parsePreamble.c:205 #, c-format msgid "%s field must be present in package: %s" msgstr "" -#: ../build/parsePreamble.c:248 +#: ../build/parsePreamble.c:247 #, c-format msgid "Duplicate %s entries in package: %s" msgstr "" -#: ../build/parsePreamble.c:292 ../build/parsePreamble.c:299 +#: ../build/parsePreamble.c:291 ../build/parsePreamble.c:298 #, c-format msgid "Unable to read icon: %s" msgstr "" -#: ../build/parsePreamble.c:309 +#: ../build/parsePreamble.c:308 #, c-format msgid "Unknown icon type: %s" msgstr "" -#: ../build/parsePreamble.c:340 +#: ../build/parsePreamble.c:339 #, c-format msgid "line %d: Malformed tag: %s" msgstr "" #. Empty field -#: ../build/parsePreamble.c:348 +#: ../build/parsePreamble.c:347 #, c-format msgid "line %d: Empty tag: %s" msgstr "" -#: ../build/parsePreamble.c:399 +#: ../build/parsePreamble.c:398 #, c-format msgid "line %d: BuildRoot can not be \"/\": %s" msgstr "" -#: ../build/parsePreamble.c:412 +#: ../build/parsePreamble.c:411 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s" msgstr "" -#: ../build/parsePreamble.c:424 +#: ../build/parsePreamble.c:423 #, c-format msgid "line %d: Docdir must begin with '/': %s" msgstr "" -#: ../build/parsePreamble.c:435 +#: ../build/parsePreamble.c:434 #, c-format msgid "line %d: Serial field must be a number: %s" msgstr "" -#: ../build/parsePreamble.c:499 +#: ../build/parsePreamble.c:498 #, c-format msgid "line %d: Bad BuildArchitecture format: %s" msgstr "" -#: ../build/parsePreamble.c:509 +#: ../build/parsePreamble.c:508 #, c-format msgid "Internal error: Bogus tag %d" msgstr "" -#: ../build/parsePreamble.c:652 +#: ../build/parsePreamble.c:651 #, c-format msgid "Bad package specification: %s" msgstr "" -#: ../build/parsePreamble.c:658 +#: ../build/parsePreamble.c:657 #, c-format msgid "Package already exists: %s" msgstr "" -#: ../build/parsePreamble.c:685 +#: ../build/parsePreamble.c:684 #, c-format msgid "line %d: Unknown tag: %s" msgstr "" -#: ../build/parsePreamble.c:710 +#: ../build/parsePreamble.c:709 msgid "Spec file can't use BuildRoot" msgstr "" -#: ../build/parsePrep.c:37 +#: ../build/parsePrep.c:36 #, c-format msgid "Bad source: %s: %s" msgstr "" -#: ../build/parsePrep.c:63 +#: ../build/parsePrep.c:62 #, c-format msgid "No patch number %d" msgstr "" -#: ../build/parsePrep.c:127 +#: ../build/parsePrep.c:126 #, c-format msgid "No source number %d" msgstr "" -#: ../build/parsePrep.c:180 +#: ../build/parsePrep.c:179 msgid "Error parsing %%setup: %s" msgstr "" -#: ../build/parsePrep.c:195 +#: ../build/parsePrep.c:194 msgid "line %d: Bad arg to %%setup %c: %s" msgstr "" -#: ../build/parsePrep.c:216 +#: ../build/parsePrep.c:215 msgid "line %d: Bad %%setup option %s: %s" msgstr "" -#: ../build/parsePrep.c:334 +#: ../build/parsePrep.c:333 msgid "line %d: Need arg to %%patch -b: %s" msgstr "" -#: ../build/parsePrep.c:342 +#: ../build/parsePrep.c:341 msgid "line %d: Need arg to %%patch -z: %s" msgstr "" -#: ../build/parsePrep.c:354 +#: ../build/parsePrep.c:353 msgid "line %d: Need arg to %%patch -p: %s" msgstr "" -#: ../build/parsePrep.c:360 +#: ../build/parsePrep.c:359 msgid "line %d: Bad arg to %%patch -p: %s" msgstr "" -#: ../build/parsePrep.c:367 +#: ../build/parsePrep.c:366 msgid "Too many patches!" msgstr "" -#: ../build/parsePrep.c:371 +#: ../build/parsePrep.c:370 msgid "line %d: Bad arg to %%patch: %s" msgstr "" -#: ../build/parsePrep.c:409 +#: ../build/parsePrep.c:408 msgid "line %d: second %%prep" msgstr "" -#: ../build/parseReqs.c:46 +#: ../build/parseReqs.c:45 #, c-format msgid "line %d: No file names in Conflicts: %s" msgstr "" -#: ../build/parseReqs.c:77 +#: ../build/parseReqs.c:76 #, c-format msgid "line %d: No versions on file names in %s: %s" msgstr "" -#: ../build/parseReqs.c:83 +#: ../build/parseReqs.c:82 #, c-format msgid "line %d: No versions in PreReq: %s" msgstr "" -#: ../build/parseReqs.c:95 +#: ../build/parseReqs.c:94 #, c-format msgid "line %d: Version required in %s: %s" msgstr "" -#: ../build/parseReqs.c:123 +#: ../build/parseReqs.c:122 #, c-format msgid "line %d: No file names in %s: %s" msgstr "" -#: ../build/parseReqs.c:131 +#: ../build/parseReqs.c:130 #, c-format msgid "line %d: %s: tokens must begin with alpha-numeric: %s" msgstr "" -#: ../build/parseScript.c:108 +#: ../build/parseScript.c:107 #, c-format msgid "line %d: triggers must have --: %s" msgstr "" -#: ../build/parseScript.c:118 ../build/parseScript.c:182 +#: ../build/parseScript.c:117 ../build/parseScript.c:181 #, c-format msgid "line %d: Error parsing %s: %s" msgstr "" -#: ../build/parseScript.c:128 +#: ../build/parseScript.c:127 #, c-format msgid "line %d: script program must begin with '/': %s" msgstr "" -#: ../build/parseScript.c:173 +#: ../build/parseScript.c:172 #, c-format msgid "line %d: Second %s" msgstr "" -#: ../build/parseSpec.c:125 +#: ../build/parseSpec.c:124 #, c-format msgid "Unable to open: %s\n" msgstr "" -#: ../build/parseSpec.c:137 +#: ../build/parseSpec.c:136 msgid "Unclosed %%if" msgstr "" -#: ../build/parseSpec.c:184 +#: ../build/parseSpec.c:183 #, c-format msgid "line %d: %s" msgstr "" #. Got an else with no %if ! -#: ../build/parseSpec.c:209 +#: ../build/parseSpec.c:208 msgid "%s:%d: Got a %%else with no if" msgstr "" #. Got an end with no %if ! -#: ../build/parseSpec.c:219 +#: ../build/parseSpec.c:218 msgid "%s:%d: Got a %%endif with no if" msgstr "" -#: ../build/parseSpec.c:231 ../build/parseSpec.c:240 +#: ../build/parseSpec.c:230 ../build/parseSpec.c:239 msgid "malformed %%include statement" msgstr "" -#: ../build/parseSpec.c:314 +#: ../build/parseSpec.c:313 #, c-format msgid "Timecheck value must be an integer: %s" msgstr "" -#: ../build/parseSpec.c:397 +#: ../build/parseSpec.c:396 msgid "No buildable architectures" msgstr "" -#: ../build/parseSpec.c:425 +#: ../build/parseSpec.c:424 msgid "Package has no %%description: %s" msgstr "" -#: ../build/spec.c:30 +#: ../build/spec.c:29 #, c-format msgid "archive = %s, fs = %s\n" msgstr "" -#: ../build/spec.c:218 +#: ../build/spec.c:217 #, c-format msgid "line %d: Bad number: %s" msgstr "" -#: ../build/spec.c:224 +#: ../build/spec.c:223 #, c-format msgid "line %d: Bad no%s number: %d" msgstr "" -#: ../build/spec.c:282 +#: ../build/spec.c:281 #, c-format msgid "line %d: Bad %s number: %s\n" msgstr "" -#: ../lib/cpio.c:525 +#: ../lib/cpio.c:524 #, c-format msgid "error %d reading header: %s\n" msgstr "" -#: ../lib/dbindex.c:16 +#: ../lib/dbindex.c:14 #, c-format msgid "cannot open file %s: " msgstr "" -#: ../lib/dbindex.c:43 +#: ../lib/dbindex.c:41 #, c-format msgid "error getting record %s from %s" msgstr "" -#: ../lib/dbindex.c:71 +#: ../lib/dbindex.c:69 #, c-format msgid "error storing record %s into %s" msgstr "" -#: ../lib/dbindex.c:78 +#: ../lib/dbindex.c:76 #, c-format msgid "error removing record %s into %s" msgstr "" -#: ../lib/depends.c:374 ../lib/depends.c:529 +#: ../lib/depends.c:373 ../lib/depends.c:528 #, c-format msgid "cannot read header at %d for dependency check" msgstr "" -#: ../lib/depends.c:439 +#: ../lib/depends.c:438 #, c-format msgid "dependencies: looking for %s\n" msgstr "" -#: ../lib/depends.c:622 +#: ../lib/depends.c:621 #, c-format msgid "package %s require not satisfied: %s\n" msgstr "" -#: ../lib/depends.c:665 +#: ../lib/depends.c:664 #, c-format msgid "package %s conflicts: %s\n" msgstr "" -#: ../lib/depends.c:764 +#: ../lib/depends.c:763 msgid "dbrecMatchesDepFlags() failed to read header" msgstr "" -#: ../lib/depends.c:816 +#: ../lib/depends.c:815 #, c-format msgid "loop in prerequisite chain: %s" msgstr "" -#: ../lib/falloc.c:128 +#: ../lib/falloc.c:127 #, c-format msgid "free list corrupt (%d)- contact support@redhat.com\n" msgstr "" -#: ../lib/formats.c:99 ../lib/formats.c:116 ../lib/formats.c:136 -#: ../lib/formats.c:168 ../lib/header.c:1925 ../lib/header.c:1941 -#: ../lib/header.c:1961 +#: ../lib/formats.c:97 ../lib/formats.c:114 ../lib/formats.c:134 +#: ../lib/formats.c:166 ../lib/header.c:1924 ../lib/header.c:1940 +#: ../lib/header.c:1960 msgid "(not a number)" msgstr "" -#: ../lib/fs.c:42 +#: ../lib/fs.c:40 #, c-format msgid "mntctl() failed to return fugger size: %s" msgstr "" -#: ../lib/fs.c:76 ../lib/fs.c:238 +#: ../lib/fs.c:74 ../lib/fs.c:236 #, c-format msgid "failed to stat %s: %s" msgstr "" -#: ../lib/fs.c:117 +#: ../lib/fs.c:115 #, c-format msgid "failed to open %s: %s" msgstr "" -#: ../lib/fs.c:259 +#: ../lib/fs.c:257 #, c-format msgid "file %s is on an unknown device" msgstr "" -#: ../lib/header.c:666 +#: ../lib/header.c:665 #, c-format msgid "Data type %d not supprted\n" msgstr "" #. This should not be allowed -#: ../lib/header.c:878 +#: ../lib/header.c:877 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: ../lib/header.c:908 +#: ../lib/header.c:907 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: ../lib/header.c:967 +#: ../lib/header.c:966 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: ../lib/header.c:1281 +#: ../lib/header.c:1280 msgid "? expected in expression" msgstr "" -#: ../lib/header.c:1288 +#: ../lib/header.c:1287 msgid "{ expected after ? in expression" msgstr "" -#: ../lib/header.c:1298 ../lib/header.c:1330 +#: ../lib/header.c:1297 ../lib/header.c:1329 msgid "} expected in expression" msgstr "" -#: ../lib/header.c:1305 +#: ../lib/header.c:1304 msgid ": expected following ? subexpression" msgstr "" -#: ../lib/header.c:1318 +#: ../lib/header.c:1317 msgid "{ expected after : in expression" msgstr "" -#: ../lib/header.c:1337 +#: ../lib/header.c:1336 msgid "| expected at end of expression" msgstr "" -#: ../lib/header.c:1431 +#: ../lib/header.c:1430 #, c-format msgid "missing { after %" msgstr "" -#: ../lib/header.c:1459 +#: ../lib/header.c:1458 msgid "missing } after %{" msgstr "" -#: ../lib/header.c:1471 +#: ../lib/header.c:1470 msgid "empty tag format" msgstr "" -#: ../lib/header.c:1481 +#: ../lib/header.c:1480 msgid "empty tag name" msgstr "" -#: ../lib/header.c:1496 +#: ../lib/header.c:1495 msgid "unknown tag" msgstr "" -#: ../lib/header.c:1522 +#: ../lib/header.c:1521 msgid "] expected at end of array" msgstr "" -#: ../lib/header.c:1538 +#: ../lib/header.c:1537 msgid "unexpected ]" msgstr "" -#: ../lib/header.c:1540 +#: ../lib/header.c:1539 msgid "unexpected }" msgstr "" -#: ../lib/header.c:1615 ../lib/header.c:1621 ../lib/header.c:1804 +#: ../lib/header.c:1614 ../lib/header.c:1620 ../lib/header.c:1803 msgid "(none)" msgstr "" -#: ../lib/header.c:1715 +#: ../lib/header.c:1714 msgid "(unknown type)" msgstr "" -#: ../lib/install.c:96 +#: ../lib/install.c:95 msgid "source package expected, binary found" msgstr "" -#: ../lib/install.c:168 +#: ../lib/install.c:167 msgid "package is not relocatable" msgstr "" -#: ../lib/install.c:172 +#: ../lib/install.c:171 msgid "package has multiple relocatable components" msgstr "" -#: ../lib/install.c:195 +#: ../lib/install.c:194 #, c-format msgid "path %s is not relocatable" msgstr "" -#: ../lib/install.c:277 +#: ../lib/install.c:276 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: ../lib/install.c:325 +#: ../lib/install.c:324 #, c-format msgid "not installing %s -- linguas\n" msgstr "" -#: ../lib/install.c:347 +#: ../lib/install.c:346 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: ../lib/install.c:355 +#: ../lib/install.c:354 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: ../lib/install.c:379 +#: ../lib/install.c:378 msgid "instchangelog value in rpmrc should be a number, but isn't" msgstr "" -#: ../lib/install.c:455 ../lib/install.c:735 +#: ../lib/install.c:454 ../lib/install.c:734 msgid "stopping install as we're running --test\n" msgstr "" -#: ../lib/install.c:486 +#: ../lib/install.c:485 #, c-format msgid "package %s-%s-%s is for a different architecture" msgstr "" -#: ../lib/install.c:493 +#: ../lib/install.c:492 #, c-format msgid "package %s-%s-%s is for a different operating system" msgstr "" -#: ../lib/install.c:505 +#: ../lib/install.c:504 #, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "" #. no matches -#: ../lib/install.c:569 +#: ../lib/install.c:568 #, c-format msgid "package %s is now obsolete and will be removed\n" msgstr "" -#: ../lib/install.c:680 +#: ../lib/install.c:679 #, c-format msgid "file %s in netshared path\n" msgstr "" -#: ../lib/install.c:697 +#: ../lib/install.c:696 #, c-format msgid "%s exists - creating with alternate name\n" msgstr "" -#: ../lib/install.c:702 +#: ../lib/install.c:701 #, c-format msgid "%s exists - backing up\n" msgstr "" -#: ../lib/install.c:741 +#: ../lib/install.c:740 msgid "running preinstall script (if any)\n" msgstr "" -#: ../lib/install.c:772 +#: ../lib/install.c:771 #, c-format msgid "warning: %s created as %s" msgstr "" -#: ../lib/install.c:806 +#: ../lib/install.c:805 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: ../lib/install.c:810 ../lib/install.c:1520 ../lib/uninstall.c:590 +#: ../lib/install.c:809 ../lib/install.c:1519 ../lib/uninstall.c:589 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: ../lib/install.c:911 +#: ../lib/install.c:910 msgid "running postinstall script (if any)\n" msgstr "" -#: ../lib/install.c:932 +#: ../lib/install.c:931 msgid "removing old versions of package\n" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error -#: ../lib/install.c:1023 +#: ../lib/install.c:1022 #, c-format msgid "unpacking of archive failed on file %s: %d: %s" msgstr "" -#: ../lib/install.c:1061 +#: ../lib/install.c:1060 #, c-format msgid "package %s-%s-%s is already installed" msgstr "" -#: ../lib/install.c:1109 +#: ../lib/install.c:1108 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: ../lib/install.c:1127 +#: ../lib/install.c:1126 msgid "\tfile type on disk is different then package - saving\n" msgstr "" -#: ../lib/install.c:1130 +#: ../lib/install.c:1129 msgid "" "\tfile type in database is different then disk and package file - saving\n" msgstr "" -#: ../lib/install.c:1134 +#: ../lib/install.c:1133 msgid "\tfile type changed - replacing\n" msgstr "" -#: ../lib/install.c:1138 +#: ../lib/install.c:1137 msgid "\tcan't check file for changes - replacing\n" msgstr "" #. assume the file has been removed, don't freak -#: ../lib/install.c:1150 ../lib/install.c:1160 +#: ../lib/install.c:1149 ../lib/install.c:1159 msgid "\tfile not present - creating" msgstr "" #. this config file has never been modified, so #. just replace it -#: ../lib/install.c:1173 +#: ../lib/install.c:1172 msgid "\told == current, replacing with new version\n" msgstr "" #. this file is the same in all versions of this package -#: ../lib/install.c:1180 +#: ../lib/install.c:1179 msgid "\told == new, keeping\n" msgstr "" @@ -2498,653 +2498,653 @@ msgstr "" #. the ones in the two packages are different. It would #. be nice if RPM was smart enough to at least try and #. merge the difference ala CVS, but... -#: ../lib/install.c:1188 +#: ../lib/install.c:1187 msgid "\tfiles changed too much - backing up\n" msgstr "" -#: ../lib/install.c:1250 ../lib/rpmdb.c:310 ../lib/uninstall.c:118 -#: ../lib/uninstall.c:218 +#: ../lib/install.c:1249 ../lib/rpmdb.c:309 ../lib/uninstall.c:117 +#: ../lib/uninstall.c:217 #, c-format msgid "cannot read header at %d for uninstall" msgstr "" -#: ../lib/install.c:1263 ../lib/uninstall.c:131 +#: ../lib/install.c:1262 ../lib/uninstall.c:130 #, c-format msgid "package %s-%s-%s contain shared files\n" msgstr "" -#: ../lib/install.c:1268 ../lib/uninstall.c:136 +#: ../lib/install.c:1267 ../lib/uninstall.c:135 #, c-format msgid "package %s contains no files" msgstr "" -#: ../lib/install.c:1290 ../lib/uninstall.c:159 +#: ../lib/install.c:1289 ../lib/uninstall.c:158 #, c-format msgid "file %s is shared\n" msgstr "" -#: ../lib/install.c:1306 +#: ../lib/install.c:1305 msgid "\told version already replaced\n" msgstr "" -#: ../lib/install.c:1309 +#: ../lib/install.c:1308 msgid "\tother version never installed\n" msgstr "" -#: ../lib/install.c:1317 +#: ../lib/install.c:1316 #, c-format msgid "%s conflicts with file from %s-%s-%s" msgstr "" -#: ../lib/install.c:1336 +#: ../lib/install.c:1335 #, c-format msgid "%s from %s-%s-%s will be replaced\n" msgstr "" -#: ../lib/install.c:1400 +#: ../lib/install.c:1399 msgid "installing a source package\n" msgstr "" -#: ../lib/install.c:1416 ../lib/install.c:1421 +#: ../lib/install.c:1415 ../lib/install.c:1420 #, c-format msgid "cannot write to %s" msgstr "" -#: ../lib/install.c:1425 +#: ../lib/install.c:1424 #, c-format msgid "sources in: %s\n" msgstr "" -#: ../lib/install.c:1426 +#: ../lib/install.c:1425 #, c-format msgid "spec file in: %s\n" msgstr "" -#: ../lib/install.c:1459 ../lib/install.c:1498 +#: ../lib/install.c:1458 ../lib/install.c:1497 msgid "source package contains no .spec file" msgstr "" -#: ../lib/install.c:1518 +#: ../lib/install.c:1517 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: ../lib/install.c:1634 +#: ../lib/install.c:1633 #, c-format msgid "package %s-%s-%s (which is newer) is already installed" msgstr "" -#: ../lib/lookup.c:86 +#: ../lib/lookup.c:84 #, c-format msgid "cannot read header at %d for lookup" msgstr "" -#: ../lib/macro.c:114 +#: ../lib/macro.c:113 #, c-format msgid "======================== active %d empty %d\n" msgstr "" #. XXX just in case -#: ../lib/macro.c:201 +#: ../lib/macro.c:200 #, c-format msgid "%3d>%*s(empty)" msgstr "" -#: ../lib/macro.c:236 +#: ../lib/macro.c:235 #, c-format msgid "%3d<%*s(empty)\n" msgstr "" -#: ../lib/macro.c:409 +#: ../lib/macro.c:408 msgid "Macro %%%s has unterminated body" msgstr "" -#: ../lib/macro.c:435 +#: ../lib/macro.c:434 msgid "Macro %%%s has illegal name (%%define)" msgstr "" -#: ../lib/macro.c:441 +#: ../lib/macro.c:440 msgid "Macro %%%s has unterminated opts" msgstr "" -#: ../lib/macro.c:446 +#: ../lib/macro.c:445 msgid "Macro %%%s has empty body" msgstr "" -#: ../lib/macro.c:451 +#: ../lib/macro.c:450 msgid "Macro %%%s failed to expand" msgstr "" -#: ../lib/macro.c:476 +#: ../lib/macro.c:475 msgid "Macro %%%s has illegal name (%%undefine)" msgstr "" -#: ../lib/macro.c:549 +#: ../lib/macro.c:548 msgid "Macro %%%s (%s) was not used below level %d" msgstr "" -#: ../lib/macro.c:631 +#: ../lib/macro.c:630 #, c-format msgid "Unknown option %c in %s(%s)" msgstr "" -#: ../lib/macro.c:793 +#: ../lib/macro.c:792 #, c-format msgid "Recursion depth(%d) greater than max(%d)" msgstr "" -#: ../lib/macro.c:849 ../lib/macro.c:865 +#: ../lib/macro.c:848 ../lib/macro.c:864 #, c-format msgid "Unterminated %c: %s" msgstr "" -#: ../lib/macro.c:894 +#: ../lib/macro.c:893 msgid "Empty token" msgstr "" -#: ../lib/macro.c:1016 +#: ../lib/macro.c:1015 msgid "Macro %%%.*s not found, skipping" msgstr "" -#: ../lib/macro.c:1088 +#: ../lib/macro.c:1087 msgid "Target buffer overflow" msgstr "" -#: ../lib/macro.c:1202 ../lib/macro.c:1210 +#: ../lib/macro.c:1201 ../lib/macro.c:1209 #, c-format msgid "File %s: %s" msgstr "" -#: ../lib/macro.c:1213 +#: ../lib/macro.c:1212 #, c-format msgid "File %s is smaller than %d bytes" msgstr "" -#: ../lib/messages.c:53 +#: ../lib/messages.c:51 msgid "warning: " msgstr "" -#: ../lib/messages.c:59 +#: ../lib/messages.c:57 msgid "error: " msgstr "" -#: ../lib/messages.c:65 +#: ../lib/messages.c:63 msgid "fatal error: " msgstr "" -#: ../lib/messages.c:72 +#: ../lib/messages.c:70 msgid "internal error (rpm bug?): " msgstr "" -#: ../lib/misc.c:338 ../lib/misc.c:343 ../lib/misc.c:349 +#: ../lib/misc.c:337 ../lib/misc.c:342 ../lib/misc.c:348 #, c-format msgid "error creating temporary file %s" msgstr "" -#: ../lib/oldheader.c:294 +#: ../lib/oldheader.c:293 msgid "bad file state: " msgstr "" -#: ../lib/package.c:51 +#: ../lib/package.c:50 msgid "package is a version one package!\n" msgstr "" -#: ../lib/package.c:54 +#: ../lib/package.c:53 msgid "old style source package -- I'll do my best\n" msgstr "" -#: ../lib/package.c:57 +#: ../lib/package.c:56 #, c-format msgid "archive offset is %d\n" msgstr "" -#: ../lib/package.c:67 +#: ../lib/package.c:66 msgid "old style binary package\n" msgstr "" -#: ../lib/package.c:98 +#: ../lib/package.c:97 msgid "" "only packages with major numbers <= 3 are supported by this version of RPM" msgstr "" -#: ../lib/rebuilddb.c:15 +#: ../lib/rebuilddb.c:14 #, c-format msgid "rebuilding database in rootdir %s\n" msgstr "" -#: ../lib/rebuilddb.c:19 ../lib/rpmdb.c:45 ../lib/rpmdb.c:58 +#: ../lib/rebuilddb.c:18 ../lib/rpmdb.c:44 ../lib/rpmdb.c:57 msgid "no dbpath has been set" msgstr "" -#: ../lib/rebuilddb.c:27 +#: ../lib/rebuilddb.c:26 #, c-format msgid "temporary database %s already exists" msgstr "" -#: ../lib/rebuilddb.c:31 +#: ../lib/rebuilddb.c:30 #, c-format msgid "creating directory: %s\n" msgstr "" -#: ../lib/rebuilddb.c:33 +#: ../lib/rebuilddb.c:32 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: ../lib/rebuilddb.c:39 +#: ../lib/rebuilddb.c:38 msgid "opening old database\n" msgstr "" -#: ../lib/rebuilddb.c:44 +#: ../lib/rebuilddb.c:43 msgid "opening new database\n" msgstr "" -#: ../lib/rebuilddb.c:53 ../lib/rebuilddb.c:71 +#: ../lib/rebuilddb.c:52 ../lib/rebuilddb.c:70 #, c-format msgid "record number %d in database is bad -- skipping it" msgstr "" -#: ../lib/rebuilddb.c:65 +#: ../lib/rebuilddb.c:64 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: ../lib/rebuilddb.c:82 +#: ../lib/rebuilddb.c:81 msgid "failed to rebuild database; original database remains in place\n" msgstr "" -#: ../lib/rebuilddb.c:89 +#: ../lib/rebuilddb.c:88 msgid "failed to replace old database with new database!\n" msgstr "" -#: ../lib/rebuilddb.c:91 +#: ../lib/rebuilddb.c:90 #, c-format msgid "replaces files in %s with files from %s to recover" msgstr "" -#: ../lib/rebuilddb.c:96 +#: ../lib/rebuilddb.c:95 #, c-format msgid "failed to remove %s: %s\n" msgstr "" -#: ../lib/rpmdb.c:113 +#: ../lib/rpmdb.c:112 #, c-format msgid "opening database in %s\n" msgstr "" -#: ../lib/rpmdb.c:122 +#: ../lib/rpmdb.c:121 #, c-format msgid "failed to open %s\n" msgstr "" -#: ../lib/rpmdb.c:135 ../lib/rpmdb.c:142 +#: ../lib/rpmdb.c:134 ../lib/rpmdb.c:141 #, c-format msgid "cannot get %s lock on database" msgstr "" -#: ../lib/rpmdb.c:136 +#: ../lib/rpmdb.c:135 msgid "exclusive" msgstr "" -#: ../lib/rpmdb.c:143 +#: ../lib/rpmdb.c:142 msgid "shared" msgstr "" -#: ../lib/rpmdb.c:276 +#: ../lib/rpmdb.c:275 #, c-format msgid "package %s not listed in %s" msgstr "" -#: ../lib/rpmdb.c:287 +#: ../lib/rpmdb.c:286 #, c-format msgid "package %s not found in %s" msgstr "" -#: ../lib/rpmdb.c:318 +#: ../lib/rpmdb.c:317 msgid "package has no name" msgstr "" -#: ../lib/rpmdb.c:320 +#: ../lib/rpmdb.c:319 msgid "removing name index\n" msgstr "" -#: ../lib/rpmdb.c:325 +#: ../lib/rpmdb.c:324 msgid "package has no group\n" msgstr "" -#: ../lib/rpmdb.c:327 +#: ../lib/rpmdb.c:326 msgid "removing group index\n" msgstr "" -#: ../lib/rpmdb.c:334 +#: ../lib/rpmdb.c:333 #, c-format msgid "removing provides index for %s\n" msgstr "" -#: ../lib/rpmdb.c:349 +#: ../lib/rpmdb.c:348 #, c-format msgid "removing requiredby index for %s\n" msgstr "" -#: ../lib/rpmdb.c:361 +#: ../lib/rpmdb.c:360 #, c-format msgid "removing trigger index for %s\n" msgstr "" -#: ../lib/rpmdb.c:372 +#: ../lib/rpmdb.c:371 #, c-format msgid "removing conflict index for %s\n" msgstr "" -#: ../lib/rpmdb.c:383 +#: ../lib/rpmdb.c:382 #, c-format msgid "removing file index for %s\n" msgstr "" -#: ../lib/rpmdb.c:390 +#: ../lib/rpmdb.c:389 msgid "package has no files\n" msgstr "" -#: ../lib/rpmdb.c:463 +#: ../lib/rpmdb.c:462 msgid "cannot allocate space for database" msgstr "" -#: ../lib/rpmdb.c:527 +#: ../lib/rpmdb.c:526 #, c-format msgid "cannot read header at %d for update" msgstr "" -#: ../lib/rpmdb.c:536 +#: ../lib/rpmdb.c:535 msgid "header changed size!" msgstr "" -#: ../lib/rpmlead.c:43 +#: ../lib/rpmlead.c:42 #, c-format msgid "read failed: %s (%d)" msgstr "" -#: ../lib/rpmrc.c:212 +#: ../lib/rpmrc.c:211 #, c-format msgid "missing second ':' at %s:%d" msgstr "" -#: ../lib/rpmrc.c:215 +#: ../lib/rpmrc.c:214 #, c-format msgid "missing architecture name at %s:%d" msgstr "" -#: ../lib/rpmrc.c:360 +#: ../lib/rpmrc.c:359 #, c-format msgid "Incomplete data line at %s:%d" msgstr "" -#: ../lib/rpmrc.c:364 +#: ../lib/rpmrc.c:363 #, c-format msgid "Too many args in data line at %s:%d" msgstr "" -#: ../lib/rpmrc.c:371 +#: ../lib/rpmrc.c:370 #, c-format msgid "Bad arch/os number: %s (%s:%d)" msgstr "" -#: ../lib/rpmrc.c:404 +#: ../lib/rpmrc.c:403 #, c-format msgid "Incomplete default line at %s:%d" msgstr "" -#: ../lib/rpmrc.c:409 +#: ../lib/rpmrc.c:408 #, c-format msgid "Too many args in default line at %s:%d" msgstr "" -#: ../lib/rpmrc.c:543 ../lib/rpmrc.c:559 +#: ../lib/rpmrc.c:542 ../lib/rpmrc.c:558 #, c-format msgid "Unable to open %s for reading: %s." msgstr "" -#: ../lib/rpmrc.c:603 +#: ../lib/rpmrc.c:602 #, c-format msgid "Failed to read %s: %s." msgstr "" -#: ../lib/rpmrc.c:634 +#: ../lib/rpmrc.c:633 #, c-format msgid "missing ':' at %s:%d" msgstr "" -#: ../lib/rpmrc.c:650 ../lib/rpmrc.c:745 +#: ../lib/rpmrc.c:649 ../lib/rpmrc.c:744 #, c-format msgid "missing argument for %s at %s:%d" msgstr "" -#: ../lib/rpmrc.c:680 +#: ../lib/rpmrc.c:679 #, c-format msgid "no macroname for setenv %s:%d" msgstr "" -#: ../lib/rpmrc.c:711 +#: ../lib/rpmrc.c:710 #, c-format msgid "expansion failed at %s:d \"%s\"" msgstr "" -#: ../lib/rpmrc.c:717 +#: ../lib/rpmrc.c:716 #, c-format msgid "cannot open %s at %s:%d" msgstr "" -#: ../lib/rpmrc.c:735 +#: ../lib/rpmrc.c:734 #, c-format msgid "missing architecture for %s at %s:%d" msgstr "" -#: ../lib/rpmrc.c:802 +#: ../lib/rpmrc.c:801 #, c-format msgid "bad option '%s' at %s:%d" msgstr "" -#: ../lib/rpmrc.c:1167 +#: ../lib/rpmrc.c:1166 #, c-format msgid "Unknown system: %s\n" msgstr "" -#: ../lib/rpmrc.c:1168 +#: ../lib/rpmrc.c:1167 msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: ../lib/signature.c:72 +#: ../lib/signature.c:71 msgid "No signature\n" msgstr "" -#: ../lib/signature.c:75 +#: ../lib/signature.c:74 msgid "Old PGP signature\n" msgstr "" -#: ../lib/signature.c:88 +#: ../lib/signature.c:87 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: ../lib/signature.c:92 +#: ../lib/signature.c:91 msgid "New Header signature\n" msgstr "" #. 8-byte pad -#: ../lib/signature.c:100 ../lib/signature.c:138 +#: ../lib/signature.c:99 ../lib/signature.c:137 #, c-format msgid "Signature size: %d\n" msgstr "" -#: ../lib/signature.c:101 ../lib/signature.c:139 +#: ../lib/signature.c:100 ../lib/signature.c:138 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: ../lib/signature.c:211 ../lib/signature.c:468 +#: ../lib/signature.c:210 ../lib/signature.c:467 msgid "Couldn't exec pgp" msgstr "" -#: ../lib/signature.c:222 +#: ../lib/signature.c:221 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: ../lib/signature.c:229 +#: ../lib/signature.c:228 msgid "pgp failed to write signature" msgstr "" -#: ../lib/signature.c:234 +#: ../lib/signature.c:233 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: ../lib/signature.c:242 +#: ../lib/signature.c:241 msgid "unable to read the signature" msgstr "" -#: ../lib/signature.c:248 +#: ../lib/signature.c:247 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: ../lib/signature.c:263 +#: ../lib/signature.c:262 #, c-format msgid "sigsize : %d\n" msgstr "" -#: ../lib/signature.c:264 +#: ../lib/signature.c:263 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: ../lib/signature.c:265 +#: ../lib/signature.c:264 #, c-format msgid "expected size : %d\n" msgstr "" -#: ../lib/signature.c:269 +#: ../lib/signature.c:268 msgid "file is not regular -- skipping size check\n" msgstr "" -#: ../lib/signature.c:383 +#: ../lib/signature.c:382 msgid "exec failed!\n" msgstr "" -#: ../lib/signature.c:385 +#: ../lib/signature.c:384 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: ../lib/signature.c:419 +#: ../lib/signature.c:418 msgid "You must set \"pgp_name:\" in your rpmrc file" msgstr "" #. This shouldn't happen, but some versions of RPM didn't #. implement --justdb properly, and chose to leave this stuff #. out. -#: ../lib/uninstall.c:149 ../lib/uninstall.c:279 +#: ../lib/uninstall.c:148 ../lib/uninstall.c:278 msgid "package is missing FILESTATES\n" msgstr "" -#: ../lib/uninstall.c:164 +#: ../lib/uninstall.c:163 msgid " file has already been replaced\n" msgstr "" -#: ../lib/uninstall.c:168 +#: ../lib/uninstall.c:167 msgid " file was never installed\n" msgstr "" -#: ../lib/uninstall.c:172 +#: ../lib/uninstall.c:171 msgid " file is netshared (so don't touch it)\n" msgstr "" -#: ../lib/uninstall.c:179 +#: ../lib/uninstall.c:178 msgid " file is truely shared - saving\n" msgstr "" -#: ../lib/uninstall.c:229 +#: ../lib/uninstall.c:228 #, c-format msgid "cannot read packages named %s for uninstall" msgstr "" -#: ../lib/uninstall.c:257 +#: ../lib/uninstall.c:256 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: ../lib/uninstall.c:305 +#: ../lib/uninstall.c:304 #, c-format msgid "%s has a netshared override\n" msgstr "" -#: ../lib/uninstall.c:343 +#: ../lib/uninstall.c:342 msgid "running postuninstall script (if any)\n" msgstr "" -#: ../lib/uninstall.c:357 +#: ../lib/uninstall.c:356 msgid "removing database entry\n" msgstr "" -#: ../lib/uninstall.c:506 +#: ../lib/uninstall.c:505 msgid "execution of script failed" msgstr "" -#: ../lib/uninstall.c:551 +#: ../lib/uninstall.c:550 #, c-format msgid "%s has already been replaced\n" msgstr "" #. if it's a config file, we may not want to remove it -#: ../lib/uninstall.c:557 +#: ../lib/uninstall.c:556 #, c-format msgid "finding md5sum of %s\n" msgstr "" -#: ../lib/uninstall.c:565 +#: ../lib/uninstall.c:564 msgid " failed - assuming file removed\n" msgstr "" -#: ../lib/uninstall.c:568 +#: ../lib/uninstall.c:567 msgid " file changed - will save\n" msgstr "" -#: ../lib/uninstall.c:572 +#: ../lib/uninstall.c:571 msgid " file unchanged - will remove\n" msgstr "" -#: ../lib/uninstall.c:580 +#: ../lib/uninstall.c:579 #, c-format msgid "keeping %s\n" msgstr "" -#: ../lib/uninstall.c:584 +#: ../lib/uninstall.c:583 #, c-format msgid "saving %s as %s.rpmsave\n" msgstr "" -#: ../lib/uninstall.c:598 +#: ../lib/uninstall.c:597 #, c-format msgid "%s - removing\n" msgstr "" -#: ../lib/uninstall.c:604 +#: ../lib/uninstall.c:603 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: ../lib/uninstall.c:607 +#: ../lib/uninstall.c:606 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: ../lib/uninstall.c:617 +#: ../lib/uninstall.c:616 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: ../lib/verify.c:171 +#: ../lib/verify.c:170 msgid "package lacks both user name and id lists (this should never happen)" msgstr "" -#: ../lib/verify.c:189 +#: ../lib/verify.c:188 msgid "package lacks both group name and id lists (this should never happen)" msgstr "" @@ -1,815 +1,815 @@ -#: ../rpm.c:200 ../rpm.c:279 +#: ../rpm.c:197 ../rpm.c:276 msgid "" msgstr "" "Project-Id-Version: rpm-2.5.3\n" -"POT-Creation-Date: 1998-10-06 13:43-0400\n" +"POT-Creation-Date: 1998-10-08 10:34-0400\n" "PO-Revision-Date: Tue Sep 15 14:17:00 EEST 1998\n" "Last-Translator: Serguei Koubouchine <ksi@ksi-linux.com>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=KOI8-R\n" "Content-Transfer-Encoding: 8-bit\n" -#: ../build.c:40 ../build.c:51 +#: ../build.c:39 ../build.c:50 #, fuzzy, c-format msgid "Failed to open tar pipe: %s\n" msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ %s\n" #. Give up -#: ../build.c:57 +#: ../build.c:56 #, fuzzy, c-format msgid "Failed to read spec file from %s\n" msgstr "îÅ ÍÏÇÕ ĞÒÏŞÅÓÔØ %s: %s." -#: ../build.c:80 +#: ../build.c:79 #, fuzzy, c-format msgid "Failed to rename %s to %s: %s\n" msgstr "îÅ ÍÏÇÕ ĞÒÏŞÅÓÔØ %s: %s." -#: ../build.c:112 +#: ../build.c:111 #, c-format msgid "File is not a regular file: %s\n" msgstr "" -#: ../build.c:117 +#: ../build.c:116 #, fuzzy, c-format msgid "Unable to open spec file: %s\n" msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ %s ÄÌÑ ŞÔÅÎÉÑ: %s." -#: ../build.c:125 +#: ../build.c:124 #, c-format msgid "File contains non-printable characters(%c): %s\n" msgstr "" -#: ../checksig.c:26 ../checksig.c:157 +#: ../checksig.c:25 ../checksig.c:156 #, c-format msgid "%s: Open failed\n" msgstr "%s: ïÛÉÂËÁ ÏÔËÒÙÔÉÑ\n" -#: ../checksig.c:30 ../checksig.c:162 +#: ../checksig.c:29 ../checksig.c:161 #, c-format msgid "%s: readLead failed\n" msgstr "%s: ÏÛÉÂËÁ readLead\n" -#: ../checksig.c:34 +#: ../checksig.c:33 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "%s: îÅ ÍÏÇÕ ĞÏÄĞÉÓÁÔØ RPM v1.0\n" -#: ../checksig.c:38 +#: ../checksig.c:37 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "%s: îÅ ÍÏÇÕ ĞÅÒÅĞÏÄĞÉÓÁÔØ RPM v2.0\n" -#: ../checksig.c:42 ../checksig.c:172 +#: ../checksig.c:41 ../checksig.c:171 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "%s: ÏÛÉÂËÁ rpmReadSignature\n" -#: ../checksig.c:55 ../checksig.c:186 +#: ../checksig.c:54 ../checksig.c:185 msgid "Couldn't read the header/archive" msgstr "îÅ ÍÏÇÕ ĞÒÏŞÉÔÁÔØ ÈÅÄÅÒ/ÁÒÈÉ×" -#: ../checksig.c:62 +#: ../checksig.c:61 msgid "Couldn't write header/archive to temp file" msgstr "îÅ ÍÏÇÕ ÚÁĞÉÓÁÔØ ÈÅÄÅÒ/ÁÒÈÉ× ×Ï ×ÒÅÍÅÎÎÙÊ ÆÁÊÌ" -#: ../build/pack.c:273 ../checksig.c:87 +#: ../build/pack.c:273 ../checksig.c:86 #, fuzzy, c-format msgid "Generating signature: %d\n" msgstr "ÇÅÎÅÒÉÒÏ×ÁÔØ PGP-ĞÏÄĞÉÓØ" -#: ../checksig.c:110 +#: ../checksig.c:109 msgid "Couldn't read sigtarget" msgstr "îÅ ÍÏÇÕ ĞÒÏŞÅÓÔØ ÃÅÌØ ĞÏÄĞÉÓÉ" -#: ../checksig.c:119 +#: ../checksig.c:118 msgid "Couldn't write package" msgstr "îÅ ÍÏÇÕ ÚÁĞÉÓÁÔØ ĞÁËÅÔ" -#: ../checksig.c:167 +#: ../checksig.c:166 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "%s: ğÏÄĞÉÓÉ ÎÅÔ (RPM v1.0)\n" -#: ../checksig.c:177 +#: ../checksig.c:176 #, c-format msgid "%s: No signature available\n" msgstr "%s: ğÏÄĞÉÓÉ ÎÅÔ\n" -#: ../checksig.c:193 +#: ../checksig.c:192 #, c-format msgid "Unable to write %s" msgstr "îå ÍÏÇÕ ÚÁĞÉÓÁÔØ %s" -#: ../checksig.c:284 +#: ../checksig.c:283 msgid "NOT OK" msgstr "" -#: ../checksig.c:285 ../checksig.c:292 +#: ../checksig.c:284 ../checksig.c:291 msgid " (MISSING KEYS)" msgstr " (ïôóõôóô÷õàô ëìàşé)" -#: ../checksig.c:291 +#: ../checksig.c:290 msgid "OK" msgstr "" -#: ../ftp.c:425 +#: ../ftp.c:424 msgid "Bad FTP server response" msgstr "îÅĞÒÁ×ÉÌØÎÙÊ ÏÔ×ÅÔ FTP-ÓÅÒ×ÅÒÁ" -#: ../ftp.c:428 +#: ../ftp.c:427 msgid "FTP IO error" msgstr "ïÛÉÂËÁ ××ÏÄÁ/×Ù×ÏÄÁ FTP" -#: ../ftp.c:431 +#: ../ftp.c:430 msgid "FTP server timeout" msgstr "ôÁÊÍÁÕÔ FTP-ÓÅÒ×ÅÒÁ" -#: ../ftp.c:434 +#: ../ftp.c:433 msgid "Unable to lookup FTP server host address" msgstr "îÅ ÍÏÇÕ ÎÁÊÔÉ IP-ÁÄÒÅÓ FTP-ÓÅÒ×ÅÒÁ" -#: ../ftp.c:437 +#: ../ftp.c:436 msgid "Unable to lookup FTP server host name" msgstr "îÅ ÍÏÇÕ ÎÁÊÔÉ ÉÍÑ FTP-ÓÅÒ×ÅÒÁ" -#: ../ftp.c:440 +#: ../ftp.c:439 msgid "Failed to connect to FTP server" msgstr "îÅ ÍÏÇÕ ÓÏÅÄÉÎÉÔØÓÑ Ó FTP-ÓÅÒ×ÅÒÏÍ" -#: ../ftp.c:443 +#: ../ftp.c:442 msgid "Failed to establish data connection to FTP server" msgstr "îÅ ÍÏÇÕ ÕÓÔÁÎÏ×ÉÔØ ÓÏÅÄÉÎÅÎÉÅ ÄÌÑ ÄÁÎÎÙÈ Ó FTP-ÓÅÒ×ÅÒÁ" -#: ../ftp.c:446 +#: ../ftp.c:445 msgid "IO error to local file" msgstr "ïÛÉÂËÁ ××ÏÄÁ/×Ù×ÏÄÁ × ÌÏËÁÌØÎÙÊ ÆÁÊÌ" -#: ../ftp.c:449 +#: ../ftp.c:448 msgid "Error setting remote server to passive mode" msgstr "ïÛÉÂËÁ ĞÒÉ ĞÅÒÅ×ÏÄÅ ÕÄÁÌÅÎÎÏÇÏ ÓÅÒ×ÅÒÁ × ĞÁÓÓÉ×ÎÙÊ ÒÅÖÉÍ" -#: ../ftp.c:452 +#: ../ftp.c:451 msgid "File not found on server" msgstr "æÁÊÌ ÎÅ ÎÁÊÄÅÎ ÎÁ ÓÅÒ×ÅÒÅ" -#: ../ftp.c:456 +#: ../ftp.c:455 msgid "FTP Unknown or unexpected error" msgstr "îÅÉÚ×ÅÓÔÎÁÑ ÉÌÉ ÎÅÏÖÉÄÁÎÎÁÑ ÏÛÉÂËÁ FTP" -#: ../install.c:68 ../install.c:184 +#: ../install.c:67 ../install.c:183 #, c-format msgid "error: cannot open file %s\n" msgstr "ÏÛÉÂËÁ: ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ %s\n" -#: ../install.c:85 ../install.c:407 +#: ../install.c:84 ../install.c:406 #, c-format msgid "Installing %s\n" msgstr "éÎÓÔÁÌÌÉÒÕÀ %s\n" -#: ../install.c:92 +#: ../install.c:91 msgid "stopping source install as we're just testing\n" msgstr "" -#: ../install.c:103 ../install.c:197 +#: ../install.c:102 ../install.c:196 #, c-format msgid "error: %s does not appear to be a RPM package\n" msgstr "ÏÛÉÂËÁ: ÎÅ ĞÏÈÏÖÅ, ŞÔÏÂÙ %s ÂÙÌ ĞÁËÅÔÏÍ RPM\n" -#: ../install.c:108 ../install.c:202 ../install.c:411 +#: ../install.c:107 ../install.c:201 ../install.c:410 #, c-format msgid "error: %s cannot be installed\n" msgstr "ÏÛÉÂËÁ: %s ÎÅ ÍÏÖÅÔ ÂÙÔØ ÕÓÔÁÎÏ×ÌÅÎ\n" -#: ../install.c:141 +#: ../install.c:140 #, fuzzy msgid "counting packages to install\n" msgstr "ÎÅ ÚÁÄÁÎÙ ĞÁËÅÔÙ ÄÌÑ ÉÎÓÔÁÌÌÑÃÉÉ" -#: ../install.c:145 +#: ../install.c:144 #, fuzzy, c-format msgid "found %d packages\n" msgstr "ÚÁĞÒÏÓÉÔØ ×ÓÅ ĞÁËÅÔÙ" -#: ../install.c:151 +#: ../install.c:150 #, fuzzy msgid "looking for packages to download\n" msgstr "ÏÛÉÂËÁ ĞÒÉ ĞÏÉÓËÅ ĞÁËÅÔÁ %s\n" -#: ../install.c:155 +#: ../install.c:154 #, c-format msgid "Retrieving %s\n" msgstr "ğÏÌÕŞÁÀ %s\n" -#: ../install.c:162 +#: ../install.c:161 #, c-format msgid "getting %s as %s\n" msgstr "" -#: ../install.c:166 +#: ../install.c:165 #, c-format msgid "error: skipping %s - transfer failed - %s\n" msgstr "ÏÛÉÂËÁ: ĞÒÏĞÕÓËÁÀ %s - ÏÛÉÂËÁ ĞÅÒÅÄÁŞÉ - %s\n" -#: ../install.c:178 +#: ../install.c:177 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: ../install.c:180 +#: ../install.c:179 msgid "finding source and binary packages\n" msgstr "" -#: ../install.c:216 +#: ../install.c:215 #, fuzzy, c-format msgid "found %d source and %d binary packages\n" msgstr "ÇÒÕĞĞÁ %s ÎÅ ÓÏÄÅÒÖÉÔ ÎÉËÁËÉÈ ĞÁËÅÔÏ×\n" -#: ../install.c:220 +#: ../install.c:219 #, c-format msgid "opening database mode: 0%o\n" msgstr "" -#: ../install.c:222 ../install.c:311 +#: ../install.c:221 ../install.c:310 #, c-format msgid "error: cannot open %s%s/packages.rpm\n" msgstr "ÏÛÉÂËÁ: ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ %s%s/packages.rpm\n" -#: ../install.c:243 +#: ../install.c:242 msgid "failed dependencies:\n" msgstr "ÎÅÕÄÏ×ÌÅÔ×ÏÒÅÎÎÙÅ ÚÁ×ÉÓÉÍÏÓÔÉ:\n" -#: ../install.c:264 +#: ../install.c:263 #, fuzzy msgid "installing binary packages\n" msgstr "ÕÓÔÁÎÏ×ÉÔØ ĞÁËÅÔ" -#: ../install.c:298 +#: ../install.c:297 #, fuzzy msgid "counting packages to uninstall\n" msgstr "ÎÅ ÚÁÄÁÎÙ ĞÁËÅÔÙ ÄÌÑ ÕÄÁÌÅÎÉÑ" -#: ../install.c:321 ../query.c:520 ../verify.c:249 +#: ../install.c:320 ../query.c:519 ../verify.c:249 #, c-format msgid "package %s is not installed\n" msgstr "ĞÁËÅÔ %s ÎÅ ÕÓÔÁÎÏ×ÌÅÎ\n" -#: ../install.c:324 +#: ../install.c:323 #, c-format msgid "error searching for package %s\n" msgstr "ÏÛÉÂËÁ ĞÏÉÓËÁ ĞÁËÅÔÁ %s\n" -#: ../install.c:332 +#: ../install.c:331 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" ÚÁÄÁÅÔ ÎÅÓËÏÌØËÏ ĞÁËÅÔÏ×\n" -#: ../install.c:354 +#: ../install.c:353 #, fuzzy, c-format msgid "found %d packages to uninstall\n" msgstr "ÎÅ ÚÁÄÁÎÙ ĞÁËÅÔÙ ÄÌÑ ÕÄÁÌÅÎÉÑ" -#: ../install.c:369 +#: ../install.c:368 msgid "removing these packages would break dependencies:\n" msgstr "ÕÄÁÌÅÎÉÅ ÜÔÉÈ ĞÁËÅÔÏ× ÎÁÒÕÛÉÔ ÚÁ×ÉÓÉÍÏÓÔÉ:\n" -#: ../install.c:380 +#: ../install.c:379 #, c-format msgid "uninstalling record number %d\n" msgstr "" -#: ../install.c:402 +#: ../install.c:401 #, c-format msgid "error: cannot open %s\n" msgstr "ÏÛÉÂËÁ: ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ %s\n" -#: ../install.c:450 +#: ../install.c:449 #, c-format msgid " is needed by %s-%s-%s\n" msgstr " ÎÕÖÅÎ ÄÌÑ %s-%s-%s\n" -#: ../install.c:453 +#: ../install.c:452 #, c-format msgid " conflicts with %s-%s-%s\n" msgstr " ËÏÎÆÌÉËÔÕÅÔ Ó %s-%s-%s\n" -#: ../query.c:28 +#: ../query.c:27 #, c-format msgid "error in format: %s\n" msgstr "ÏÛÉÂËÁ × ÆÏÒÍÁÔÅ: %s\n" -#: ../query.c:65 +#: ../query.c:64 msgid "(contains no files)" msgstr "(ÎÅ ÓÏÄÅÒÖÉÔ ÆÁÊÌÏ×)" -#: ../query.c:118 +#: ../query.c:117 msgid "normal " msgstr "" -#: ../query.c:120 +#: ../query.c:119 msgid "replaced " msgstr "" -#: ../query.c:122 +#: ../query.c:121 msgid "net shared " msgstr "" -#: ../query.c:124 +#: ../query.c:123 #, fuzzy msgid "not installed " msgstr "ĞÁËÅÔ %s ÎÅ ÕÓÔÁÎÏ×ÌÅÎ\n" -#: ../query.c:126 +#: ../query.c:125 #, fuzzy, c-format msgid "(unknown %3d) " msgstr "(ÎÅÉÚ×ÅÓÔÎÙÊ ÔÉĞ)" -#: ../query.c:130 +#: ../query.c:129 msgid "(no state) " msgstr "" -#: ../query.c:146 ../query.c:176 +#: ../query.c:145 ../query.c:175 msgid "package has neither file owner or id lists" msgstr "" -#: ../query.c:318 +#: ../query.c:317 #, c-format msgid "querying record number %d\n" msgstr "" -#: ../query.c:323 ../verify.c:138 +#: ../query.c:322 ../verify.c:137 msgid "error: could not read database record\n" msgstr "ÏÛÉÂËÁ: ÎÅ ÍÏÇÕ ĞÒÏŞÅÓÔØ ÚÁĞÉÓØ ÂÁÚÙ ÄÁÎÎÙÈ\n" -#: ../query.c:359 ../query.c:366 ../verify.c:194 ../verify.c:201 +#: ../query.c:358 ../query.c:365 ../verify.c:194 ../verify.c:201 #, c-format msgid "open of %s failed: %s\n" msgstr "ÏÛÉÂËÁ ÏÔËÒÙÔÉÑ %s: %s\n" -#: ../query.c:382 +#: ../query.c:381 msgid "old format source packages cannot be queried\n" msgstr "ÚÁĞÒÏÓÙ Ë SRPM × ÓÔÁÒÏÍ ÆÏÒÍÁÔÅ ÎÅ ĞÏÄÄÅÒÖÉ×ÁÀÔÓÑ\n" -#: ../query.c:391 +#: ../query.c:390 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "%s ÎÅ ĞÏÈÏÖ ÎÁ ĞÁËÅÔ RPM...\n" -#: ../query.c:395 +#: ../query.c:394 #, c-format msgid "query of %s failed\n" msgstr "ÏÛÉÂËÁ ÚÁĞÒÏÓÁ %s\n" -#: ../query.c:408 ../verify.c:178 +#: ../query.c:407 ../verify.c:177 msgid "could not read database record!\n" msgstr "ÎÅ ÍÏÇÕ ĞÒÏŞÅÓÔØ ÚÁĞÉÓØ ÂÁÚÙ ÄÁÎÎÙÈ!\n" -#: ../query.c:419 ../verify.c:224 +#: ../query.c:418 ../verify.c:224 #, c-format msgid "group %s does not contain any packages\n" msgstr "ÇÒÕĞĞÁ %s ÎÅ ÓÏÄÅÒÖÉÔ ÎÉËÁËÉÈ ĞÁËÅÔÏ×\n" -#: ../query.c:429 +#: ../query.c:428 #, c-format msgid "no package provides %s\n" msgstr "ÎÉ ÏÄÉÎ ÉÚ ĞÁËÅÔÏ× ÎÅ ĞÒÅÄÏÓÔÁ×ÌÑÅÔ %s\n" -#: ../query.c:439 +#: ../query.c:438 #, c-format msgid "no package triggers %s\n" msgstr "ÎÉ ÏÄÉÎ ÉÚ ĞÁËÅÔÏ× ÎÅ ×Ú×ÏÄÉÔ ÔÒÉÇÇÅÒ %s\n" -#: ../query.c:449 +#: ../query.c:448 #, c-format msgid "no package requires %s\n" msgstr "ÎÉ ÏÄÉÎ ÉÚ ĞÁËÅÔÏ× ÎÅ ÔÒÅÂÕÅÔ %s\n" -#: ../query.c:467 ../query.c:473 +#: ../query.c:466 ../query.c:472 msgid "maximum path length exceeded\n" msgstr "ÓÌÉÛËÏÍ ÄÌÉÎÎÙÊ ĞÕÔØ\n" -#: ../query.c:485 +#: ../query.c:484 #, c-format msgid "file %s: %s\n" msgstr "ÆÁÊÌ %s: %s\n" -#: ../query.c:488 ../verify.c:238 +#: ../query.c:487 ../verify.c:238 #, c-format msgid "file %s is not owned by any package\n" msgstr "ÆÁÊÌ %s ÎÅ ĞÒÉÎÁÄÌÅÖÉÔ ÎÉ ÏÄÎÏÍÕ ÉÚ ĞÁËÅÔÏ×\n" -#: ../query.c:501 +#: ../query.c:500 #, c-format msgid "invalid package number: %s\n" msgstr "ÎÅĞÒÁ×ÉÌØÎÙÊ ÎÏÍÅÒ ĞÁËÅÔÁ: %s\n" -#: ../query.c:504 +#: ../query.c:503 #, c-format msgid "showing package: %d\n" msgstr "ĞÏËÁÚÁÎ ĞÁËÅÔ: %d\n" -#: ../query.c:508 +#: ../query.c:507 #, c-format msgid "record %d could not be read\n" msgstr "ÚÁĞÉÓØ %d ÎÅ ŞÉÔÁÅÔÓÑ\n" -#: ../query.c:523 ../verify.c:251 +#: ../query.c:522 ../verify.c:251 #, c-format msgid "error looking for package %s\n" msgstr "ÏÛÉÂËÁ ĞÒÉ ĞÏÉÓËÅ ĞÁËÅÔÁ %s\n" -#: ../rpm.c:177 +#: ../rpm.c:174 #, c-format msgid "rpm: %s\n" msgstr "" -#: ../rpm.c:188 +#: ../rpm.c:185 #, c-format msgid "RPM version %s\n" msgstr "RPM ×ÅÒÓÉÑ %s\n" -#: ../rpm.c:192 +#: ../rpm.c:189 msgid "Copyright (C) 1998 - Red Hat Software" msgstr "" -#: ../rpm.c:193 +#: ../rpm.c:190 msgid "" "This may be freely redistributed under the terms of the GNU Public License" msgstr "íÏÖÅÔ Ó×ÏÂÏÄÎÏ ÒÁÓĞÒÏÓÔÒÁÎÑÔØÓÑ ÎÁ ÕÓÌÏ×ÉÑÈ GPL (GNU Public License)." -#: ../rpm.c:202 +#: ../rpm.c:199 msgid "usage: rpm {--help}" msgstr "" "éÓĞÏÌØÚÏ×ÁÎÉÅ:\n" " rpm {--help}" -#: ../rpm.c:203 +#: ../rpm.c:200 msgid " rpm {--version}" msgstr "" -#: ../rpm.c:204 +#: ../rpm.c:201 msgid " rpm {--initdb} [--dbpath <dir>]" msgstr "" -#: ../rpm.c:205 +#: ../rpm.c:202 msgid "" " rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]" msgstr "" -#: ../rpm.c:206 +#: ../rpm.c:203 msgid " [--replacepkgs] [--replacefiles] [--root <dir>]" msgstr "" -#: ../rpm.c:207 +#: ../rpm.c:204 msgid " [--excludedocs] [--includedocs] [--noscripts]" msgstr "" -#: ../rpm.c:208 +#: ../rpm.c:205 msgid "" " [--rcfile <file>] [--ignorearch] [--dbpath <dir>]" msgstr "" -#: ../rpm.c:209 +#: ../rpm.c:206 msgid "" " [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]" msgstr "" -#: ../rpm.c:210 +#: ../rpm.c:207 msgid "" " [--ftpproxy <host>] [--ftpport <port>] [--justdb]" msgstr "" -#: ../rpm.c:211 ../rpm.c:219 +#: ../rpm.c:208 ../rpm.c:216 msgid " [--noorder] [--relocate oldpath=newpath]" msgstr "" -#: ../rpm.c:212 +#: ../rpm.c:209 msgid "" " [--badreloc] [--notriggers] file1.rpm ... fileN.rpm" msgstr "" -#: ../rpm.c:213 +#: ../rpm.c:210 msgid "" " rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]" msgstr "" -#: ../rpm.c:214 +#: ../rpm.c:211 msgid " [--oldpackage] [--root <dir>] [--noscripts]" msgstr "" -#: ../rpm.c:215 +#: ../rpm.c:212 msgid "" " [--excludedocs] [--includedocs] [--rcfile <file>]" msgstr "" -#: ../rpm.c:216 +#: ../rpm.c:213 msgid "" " [--ignorearch] [--dbpath <dir>] [--prefix <dir>] " msgstr "" -#: ../rpm.c:217 +#: ../rpm.c:214 msgid " [--ftpproxy <host>] [--ftpport <port>]" msgstr "" -#: ../rpm.c:218 +#: ../rpm.c:215 msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]" msgstr "" -#: ../rpm.c:220 +#: ../rpm.c:217 msgid " [--badreloc] file1.rpm ... fileN.rpm" msgstr "" -#: ../rpm.c:221 +#: ../rpm.c:218 msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]" msgstr "" -#: ../rpm.c:222 +#: ../rpm.c:219 msgid " [--scripts] [--root <dir>] [--rcfile <file>]" msgstr "" -#: ../rpm.c:223 +#: ../rpm.c:220 msgid " [--whatprovides] [--whatrequires] [--requires]" msgstr "" -#: ../rpm.c:224 +#: ../rpm.c:221 msgid "" " [--triggeredby] [--ftpuseport] [--ftpproxy <host>]" msgstr "" -#: ../rpm.c:225 +#: ../rpm.c:222 msgid "" " [--ftpport <port>] [--provides] [--triggers] [--dump]" msgstr "" -#: ../rpm.c:226 +#: ../rpm.c:223 msgid " [--changelog] [--dbpath <dir>] [targets]" msgstr "" -#: ../rpm.c:227 +#: ../rpm.c:224 msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]" msgstr "" -#: ../rpm.c:228 +#: ../rpm.c:225 msgid "" " [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]" msgstr "" -#: ../rpm.c:229 +#: ../rpm.c:226 msgid " [--nomd5] [targets]" msgstr "" -#: ../rpm.c:230 +#: ../rpm.c:227 msgid " rpm {--setperms} [-afpg] [target]" msgstr "" -#: ../rpm.c:231 +#: ../rpm.c:228 msgid " rpm {--setugids} [-afpg] [target]" msgstr "" -#: ../rpm.c:232 +#: ../rpm.c:229 msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]" msgstr "" -#: ../rpm.c:233 +#: ../rpm.c:230 msgid " [--dbpath <dir>] [--nodeps] [--allmatches]" msgstr "" -#: ../rpm.c:234 +#: ../rpm.c:231 msgid "" " [--justdb] [--notriggers] rpackage1 ... packageN" msgstr "" " [--justdb] [--notriggers] package1 ... packageN" -#: ../rpm.c:235 +#: ../rpm.c:232 msgid "" " rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile <file>]" msgstr "" -#: ../rpm.c:236 +#: ../rpm.c:233 #, fuzzy msgid " [--sign] [--test] [--timecheck <s>] ]" msgstr "" " [--justdb] [--notriggers] package1 ... packageN" -#: ../rpm.c:237 +#: ../rpm.c:234 msgid " [--buildplatform=platform1[,platform2...]]" msgstr "" -#: ../rpm.c:238 +#: ../rpm.c:235 #, fuzzy msgid " [--rmsource] specfile" msgstr "" " [--justdb] [--notriggers] package1 ... packageN" -#: ../rpm.c:239 +#: ../rpm.c:236 msgid " rpm {--rmsource} [--rcfile <file>] [-v] specfile" msgstr "" -#: ../rpm.c:240 +#: ../rpm.c:237 msgid "" " rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm" msgstr "" -#: ../rpm.c:241 +#: ../rpm.c:238 msgid "" " rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm" msgstr "" -#: ../rpm.c:242 +#: ../rpm.c:239 msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN" msgstr "" -#: ../rpm.c:243 +#: ../rpm.c:240 msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN" msgstr "" -#: ../rpm.c:244 +#: ../rpm.c:241 msgid " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <file>]" msgstr "" -#: ../rpm.c:245 +#: ../rpm.c:242 msgid " package1 ... packageN" msgstr "" -#: ../rpm.c:246 +#: ../rpm.c:243 msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]" msgstr "" -#: ../rpm.c:247 +#: ../rpm.c:244 msgid " rpm {--querytags}" msgstr "" -#: ../rpm.c:281 +#: ../rpm.c:278 msgid "usage:" msgstr "ÉÓĞÏÌØÚÏ×ÁÎÉÅ:" -#: ../rpm.c:283 +#: ../rpm.c:280 msgid "print this message" msgstr "×Ù×ÅÓÔÉ ÜÔÏ ÓÏÏÂİÅÎÉÅ" -#: ../rpm.c:285 +#: ../rpm.c:282 msgid "print the version of rpm being used" msgstr "×Ù×ÅÓÔÉ ×ÅÒÓÉÀ ÉÓĞÏÌØÚÕÅÍÏÇÏ rpm" -#: ../rpm.c:286 +#: ../rpm.c:283 msgid " all modes support the following arguments:" msgstr " ×ÓÅ ÒÅÖÉÍÙ ĞÏÄÄÅÒÖÉ×ÁÀÔ ÓÌÅÄÕÀİÉÅ ÁÒÇÕÍÅÎÔÙ:" -#: ../rpm.c:287 +#: ../rpm.c:284 msgid " --rcfile <file> " msgstr "" -#: ../rpm.c:288 +#: ../rpm.c:285 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc" msgstr "ÉÓĞÏÌØÚÏ×ÁÔØ <file> ×ÍÅÓÔÏ /usr/lib/rpmrc É $HOME/.rpmrc" -#: ../rpm.c:290 +#: ../rpm.c:287 msgid "be a little more verbose" msgstr "ÂÙÔØ ÎÅÍÎÏÇÏ ÒÁÚÇÏ×ÏÒŞÉ×ÅÅ" -#: ../rpm.c:292 +#: ../rpm.c:289 msgid "be incredibly verbose (for debugging)" msgstr "ÂÙÔØ ïşåîø ÒÁÚÇÏ×ÏÒŞÉ×ÙÍ (ÄÌÑ ÏÔÌÁÄËÉ)" -#: ../rpm.c:294 +#: ../rpm.c:291 msgid "query mode" msgstr "ÒÅÖÉÍ ÚÁĞÒÏÓÁ" -#: ../rpm.c:295 ../rpm.c:353 ../rpm.c:413 ../rpm.c:441 +#: ../rpm.c:292 ../rpm.c:350 ../rpm.c:410 ../rpm.c:438 msgid " --root <dir> " msgstr "" -#: ../rpm.c:296 ../rpm.c:354 ../rpm.c:414 ../rpm.c:442 ../rpm.c:502 +#: ../rpm.c:293 ../rpm.c:351 ../rpm.c:411 ../rpm.c:439 ../rpm.c:499 msgid "use <dir> as the top level directory" msgstr "ÉÓĞÏÌØÚÏ×ÁÔØ <dir> ËÁË ËÏÒÎÅ×ÕÀ ÄÉÒÅËÔÏÒÉÀ" -#: ../rpm.c:297 ../rpm.c:351 ../rpm.c:379 ../rpm.c:429 ../rpm.c:499 +#: ../rpm.c:294 ../rpm.c:348 ../rpm.c:376 ../rpm.c:426 ../rpm.c:496 msgid " --dbpath <dir> " msgstr "" -#: ../rpm.c:298 ../rpm.c:352 ../rpm.c:380 ../rpm.c:430 ../rpm.c:500 +#: ../rpm.c:295 ../rpm.c:349 ../rpm.c:377 ../rpm.c:427 ../rpm.c:497 msgid "use <dir> as the directory for the database" msgstr "ÉÓĞÏÌØÚÏ×ÁÔØ <dir> ËÁË ÄÉÒÅËÔÏÒÉÀ ÄÌÑ ÂÁÚÙ ÄÁÎÎÙÈ" -#: ../rpm.c:299 +#: ../rpm.c:296 msgid " --queryformat <qfmt>" msgstr "" -#: ../rpm.c:300 +#: ../rpm.c:297 #, fuzzy msgid "use <qfmt> as the header format (implies -i)" msgstr "ÉÓĞÏÌØÚÏ×ÁÔØ s ËÁË ÆÏÒÍÁÔ ÈÅÄÅÒÁ (ĞÏÄÒÁÚÕÍÅ×ÁÅÔ -i)" -#: ../rpm.c:301 +#: ../rpm.c:298 msgid "" " install, upgrade and query (with -p) allow ftp URL's to be used in place" msgstr "" " ÕÓÔÁÎÏ×ËÁ, ÁĞÇÒÅÊÄ É ÚÁĞÒÏÓ (Ó -p) ÄÏĞÕÓËÁÅÔ ÉÓĞÏÌØÚÏ×ÁÎÉÅ ftp URL ×ÍÅÓÔÏ" -#: ../rpm.c:302 +#: ../rpm.c:299 #, fuzzy msgid " of file names as well as the following options:" msgstr " ÉÍÅÎ ÆÁÊÌÏ× Á ÔÁËÖÅ ÓÌÅÄÕÀİÉÅ ÏĞÃÉÉ:\n" -#: ../rpm.c:303 +#: ../rpm.c:300 msgid " --ftpproxy <host> " msgstr "" -#: ../rpm.c:304 +#: ../rpm.c:301 msgid "hostname or IP of ftp proxy" msgstr "ÉÍÑ ÉÌÉ IP-ÁÄÒÅÓ ftp proxy" -#: ../rpm.c:305 +#: ../rpm.c:302 msgid " --ftpport <port> " msgstr "" -#: ../rpm.c:306 +#: ../rpm.c:303 msgid "port number of ftp server (or proxy)" msgstr "ÎÏÍÅÒ ĞÏÒÔÁ ftp-ÓÅÒ×ÅÒÁ (ÉÌÉ proxy)" -#: ../rpm.c:307 +#: ../rpm.c:304 msgid " Package specification options:" msgstr " ïĞÃÉÉ ÓĞÅÃÉÆÉËÁÃÉÉ ĞÁËÅÔÁ:" -#: ../rpm.c:309 +#: ../rpm.c:306 msgid "query all packages" msgstr "ÚÁĞÒÏÓÉÔØ ×ÓÅ ĞÁËÅÔÙ" -#: ../rpm.c:310 +#: ../rpm.c:307 msgid " -f <file>+ " msgstr "" -#: ../rpm.c:311 +#: ../rpm.c:308 msgid "query package owning <file>" msgstr "ÎÁÊÔÉ ĞÁËÅÔ, ËÏÔÏÒÏÍÕ ĞÒÉÎÁÄÌÅÖÉÔ <file>" -#: ../rpm.c:312 +#: ../rpm.c:309 msgid " -p <packagefile>+ " msgstr "" -#: ../rpm.c:313 +#: ../rpm.c:310 msgid "query (uninstalled) package <packagefile>" msgstr "ÚÁĞÒÏÓÉÔØ (ÎÅÕÓÔÁÎÏ×ÌÅÎÎÙÊ) ĞÁËÅÔ <packagefile>" -#: ../rpm.c:314 +#: ../rpm.c:311 #, fuzzy msgid " --triggeredby <pkg>" msgstr "ÚÁĞÒÏÓÉÔØ ĞÁËÅÔÙ Ó ÔÒÉÇÇÅÒ-ÓËÒÉĞÔÁÍÉ ÎÁ ĞÁËÅÔ <package>" -#: ../rpm.c:315 +#: ../rpm.c:312 #, fuzzy msgid "query packages triggered by <pkg>" msgstr "ÚÁĞÒÏÓÉÔØ ĞÁËÅÔÙ Ó ÔÒÉÇÇÅÒ-ÓËÒÉĞÔÁÍÉ ÎÁ ĞÁËÅÔ <package>" -#: ../rpm.c:316 +#: ../rpm.c:313 #, fuzzy msgid " --whatprovides <cap>" msgstr "ÚÁĞÒÏÓÉÔØ ĞÁËÅÔÙ Ó ÔÒÉÇÇÅÒ-ÓËÒÉĞÔÁÍÉ ÎÁ ĞÁËÅÔ <package>" -#: ../rpm.c:317 +#: ../rpm.c:314 #, fuzzy msgid "query packages which provide <cap> capability" msgstr "ÎÁÊÔÉ ĞÁËÅÔÙ, ĞÒÅÄÏÓÔÁ×ÌÑÀİÉÅ ÓÅÒ×ÉÓ <i>" -#: ../rpm.c:318 +#: ../rpm.c:315 #, fuzzy msgid " --whatrequires <cap>" msgstr "ÚÁĞÒÏÓÉÔØ ĞÁËÅÔÙ Ó ÔÒÉÇÇÅÒ-ÓËÒÉĞÔÁÍÉ ÎÁ ĞÁËÅÔ <package>" -#: ../rpm.c:319 +#: ../rpm.c:316 #, fuzzy msgid "query packages which require <cap> capability" msgstr "ÎÁÊÔÉ ĞÁËÅÔÙ, ÔÒÅÂÕÀİÉÅ ÓÅÒ×ÉÓÁ <i>" -#: ../rpm.c:320 +#: ../rpm.c:317 msgid " Information selection options:" msgstr " ïĞÃÉÉ ×ÙÂÏÒÁ ÉÎÆÏÒÍÁÃÉÉ:" -#: ../rpm.c:322 +#: ../rpm.c:319 msgid "display package information" msgstr "×Ù×ÅÓÔÉ ÉÎÆÏÒÍÁÃÉÀ Ï ĞÁËÅÔÅ" -#: ../rpm.c:324 +#: ../rpm.c:321 msgid "display the package's change log" msgstr "×Ù×ÅÓÔÉ ĞÒÏÔÏËÏÌ ÉÚÍÅÎÅÎÉÊ ĞÁËÅÔÁ" -#: ../rpm.c:326 +#: ../rpm.c:323 msgid "display package file list" msgstr "×Ù×ÅÓÔÉ ÓĞÉÓÏË ÆÁÊÌÏ× ĞÁËÅÔÁ" -#: ../rpm.c:328 +#: ../rpm.c:325 msgid "show file states (implies -l)" msgstr "ĞÏËÁÚÁÔØ ÓÏÓÔÏÑÎÉÅ ÆÁÊÌÏ× (ĞÏÄÒÁÚÕÍÅ×ÁÅÔ -l)" -#: ../rpm.c:330 +#: ../rpm.c:327 msgid "list only documentation files (implies -l)" msgstr "×Ù×ÅÓÔÉ ÔÏÌØËÏ ÆÁÊÌÙ ÄÏËÕÍÅÎÔÁÃÉÉ (ĞÏÄÒÁÚÕÍÅ×ÁÅÔ -l)" -#: ../rpm.c:332 +#: ../rpm.c:329 msgid "list only configuration files (implies -l)" msgstr "×Ù×ÅÓÔÉ ÔÏÌØËÏ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÅ ÆÁÊÌÙ (ĞÏÄÒÁÚÕÍÅ×ÁÅÔ -l)" -#: ../rpm.c:334 +#: ../rpm.c:331 msgid "" "show all verifiable information for each file (must be used with -l, -c, or " "-d)" @@ -817,35 +817,35 @@ msgstr "" "ĞÏËÁÚÁÔØ ×ÓÀ ËÏÎÔÒÏÌØÎÕÀ ÉÎÆÏÒÍÁÃÉÀ ÄÌÑ ËÁÖÄÏÇÏ ÆÁÊÌÁ (ÄÏÌÖÎÏ ÉÓĞÏÌØÚÏ×ÁÔØÓÑ " "Ó -l, -c ÉÌÉ -d)" -#: ../rpm.c:336 +#: ../rpm.c:333 msgid "list capabilities package provides" msgstr "ĞÏËÁÚÁÔØ ÓÅÒ×ÉÓÙ, ĞÒÅÄÏÓÔÁ×ÌÑÅÍÙÅ ĞÁËÅÔÏÍ" -#: ../rpm.c:337 +#: ../rpm.c:334 msgid " --requires" msgstr "" -#: ../rpm.c:339 +#: ../rpm.c:336 msgid "list package dependencies" msgstr "ĞÏËÁÚÁÔØ ÚÁ×ÉÓÉÍÏÓÔÉ ĞÁËÅÔÁ" -#: ../rpm.c:341 +#: ../rpm.c:338 msgid "print the various [un]install scripts" msgstr "×Ù×ÅÓÔÉ ÒÁÚÎÏÏÂÒÁÚÎÙÅ [ÄÅ]ÉÎÓÔÁÌÌÑÃÉÏÎÎÙÅ ÓËÒÉĞÔÙ" -#: ../rpm.c:343 +#: ../rpm.c:340 msgid "show the trigger scripts contained in the package" msgstr "ĞÏËÁÚÁÔØ ÔÒÉÇÇÅÒ-ÓËÒÉĞÔÙ, ÓÏÄÅÒÖÁİÉÅÓÑ × ĞÁËÅÔÅ" -#: ../rpm.c:347 +#: ../rpm.c:344 msgid " --pipe <cmd> " msgstr "" -#: ../rpm.c:348 +#: ../rpm.c:345 msgid "send stdout to <cmd>" msgstr "ĞÏÓÌÁÔØ ÓÔÁÎÄÁÒÔÎÙÊ ×Ù×ÏÄ × <cmd>" -#: ../rpm.c:350 +#: ../rpm.c:347 msgid "" "verify a package installation using the same same package specification " "options as -q" @@ -853,19 +853,19 @@ msgstr "" "×ÅÒÉÆÉÃÉÒÏ×ÁÔØ ÉÎÓÔÁÌÌÑÃÉÀ ĞÁËÅÔÁ, ÉÓĞÏÌØÚÕÑ ÔÅ ÖÅ ÏĞÃÉÉ ÓĞÅÃÉÆÉËÁÃÉÉ " "ĞÁËÅÔÁ, ŞÔÏ É -q" -#: ../rpm.c:356 ../rpm.c:400 ../rpm.c:434 +#: ../rpm.c:353 ../rpm.c:397 ../rpm.c:431 msgid "do not verify package dependencies" msgstr "ÎÅ ĞÒÏ×ÅÒÑÔØ ÚÁ×ÉÓÉÍÏÓÔÅÊ ĞÁËÅÔÁ" -#: ../rpm.c:358 +#: ../rpm.c:355 msgid "do not verify file md5 checksums" msgstr "ÎÅ ĞÒÏ×ÅÒÑÔØ ËÏÎÔÒÏÌØÎÙÅ md5-ÓÕÍÍÙ ÆÁÊÌÏ×" -#: ../rpm.c:360 +#: ../rpm.c:357 msgid "do not verify file attributes" msgstr "ÎÅ ĞÒÏ×ÅÒÑÔØ ÁÔÔÒÉÂÕÔÙ ÆÁÊÌÏ×" -#: ../rpm.c:363 +#: ../rpm.c:360 msgid "" "set the file permissions to those in the package database using the same " "package specification options as -q" @@ -873,7 +873,7 @@ msgstr "" "ÕÓÔÁÎÏ×ÉÔØ ĞÒÁ×Á ÄÏÓÔÕĞÁ ÆÁÊÌÏ× ÔÁËÉÅ ÖÅ, ËÁË × ÂÁÚÅ ÄÁÎÎÙÈ ĞÁËÅÔÁ, " "ÉÓĞÏÌØÚÕÑ ÔÅ ÖÅ ÏĞÃÉÉ ÓĞÅÃÉÆÉËÁÃÉÉ ĞÁËÅÔÁ, ŞÔÏ É -q" -#: ../rpm.c:366 +#: ../rpm.c:363 msgid "" "set the file owner and group to those in the package database using the same " "package specification options as -q" @@ -881,116 +881,116 @@ msgstr "" "ÕÓÔÁÎÏ×ÉÔØ ÈÏÚÑÉÎÁ É ÇÒÕĞĞÕ ÆÁÊÌÏ× ÔÁËÉÅ ÖÅ, ËÁË × ÂÁÚÅ ÄÁÎÎÙÈ ĞÁËÅÔÁ, " "ÉÓĞÏÌØÚÕÑ ÔÅ ÖÅ ÏĞÃÉÉ ÓĞÅÃÉÆÉËÁÃÉÉ ĞÁËÅÔÁ, ŞÔÏ É -q" -#: ../rpm.c:370 +#: ../rpm.c:367 #, fuzzy msgid " --install <packagefile>" msgstr "ÕÓÔÁÎÏ×ÉÔØ ĞÁËÅÔ" -#: ../rpm.c:371 +#: ../rpm.c:368 msgid " -i <packagefile> " msgstr "" -#: ../rpm.c:372 +#: ../rpm.c:369 msgid "install package" msgstr "ÕÓÔÁÎÏ×ÉÔØ ĞÁËÅÔ" -#: ../rpm.c:373 +#: ../rpm.c:370 #, fuzzy msgid " --relocate <oldpath>=<newpath>" msgstr "ĞÅÒÅÍÅÓÔÉÔØ ÆÁÊÌÙ ÉÚ <oldpath> × <newpath>" -#: ../rpm.c:374 +#: ../rpm.c:371 msgid "relocate files from <oldpath> to <newpath>" msgstr "ĞÅÒÅÍÅÓÔÉÔØ ÆÁÊÌÙ ÉÚ <oldpath> × <newpath>" -#: ../rpm.c:376 +#: ../rpm.c:373 msgid "relocate files even though the package doesn't allow it" msgstr "ĞÅÒÅÍÅÓÔÉÔØ ÆÁÊÌÙ ÎÅ×ÚÉÒÁÑ ÎÁ ÔÏ, ŞÔÏ ĞÁËÅÔ ÜÔÏÇÏ ÎÅ ĞÏÚ×ÏÌÑÅÔ" -#: ../rpm.c:377 +#: ../rpm.c:374 msgid " --prefix <dir> " msgstr "" -#: ../rpm.c:378 +#: ../rpm.c:375 msgid "relocate the package to <dir>, if relocatable" msgstr "ĞÅÒÅÍÅÓÔÉÔØ ĞÁËÅÔ × <dir>, ÅÓÌÉ ĞÁËÅÔ ÜÔÏ ĞÏÚ×ÏÌÑÅÔ" -#: ../rpm.c:382 +#: ../rpm.c:379 msgid "do not install documentation" msgstr "ÎÅ ÉÎÓÔÁÌÌÉÒÏ×ÁÔØ ÄÏËÕÍÅÎÔÁÃÉÀ" -#: ../rpm.c:384 +#: ../rpm.c:381 msgid "short hand for --replacepkgs --replacefiles" msgstr "ÓÏËÒÁİÅÎÉÅ ÄÌÑ --replacepkgs --replacefiles" -#: ../rpm.c:387 +#: ../rpm.c:384 msgid "print hash marks as package installs (good with -v)" msgstr "×Ù×ÏÄÉÔØ \"#\" ĞÏ ÍÅÒÅ ÉÎÓÔÁÌÌÑÃÉÉ ĞÁËÅÔÁ (ÈÏÒÏÛÏ Ó -v)" -#: ../rpm.c:389 +#: ../rpm.c:386 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" "ÉÎÓÔÁÌÌÉÒÏ×ÁÔØ ÷óå ÆÁÊÌÙ, ÄÁÖÅ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÅ, ËÏÔÏÒÙÅ ÍÏÇÌÉ ÂÙ ÂÙÔØ " "ĞÒÏĞÕİÅÎÙ" -#: ../rpm.c:392 +#: ../rpm.c:389 msgid "don't verify package architecture" msgstr "ÎÅ ĞÒÏ×ÅÒÑÔØ ÁÒÈÉÔÅËÔÕÒÕ ĞÁËÅÔÁ" -#: ../rpm.c:394 +#: ../rpm.c:391 msgid "don't verify package operating system" msgstr "ÎÅ ĞÒÏ×ÅÒÑÔØ ÏĞÅÒÁÃÉÏÎÎÕÀ ÓÉÓÔÅÍÕ ĞÁËÅÔÁ" -#: ../rpm.c:396 +#: ../rpm.c:393 msgid "install documentation" msgstr "ÉÎÓÔÁÌÌÉÒÏ×ÁÔØ ÄÏËÕÍÅÎÔÁÃÉÀ" -#: ../rpm.c:398 ../rpm.c:432 +#: ../rpm.c:395 ../rpm.c:429 msgid "update the database, but do not modify the filesystem" msgstr "ÏÂÎÏ×ÉÔØ ÂÁÚÕ ÄÁÎÎÙÈ, ÎÏ ÎÅ ÍÏÄÉÆÉÃÉÒÏ×ÁÔØ ÆÁÊÌÏ×ÕÀ ÓÉÓÔÅÍÕ" -#: ../rpm.c:402 ../rpm.c:436 +#: ../rpm.c:399 ../rpm.c:433 msgid "do not reorder package installation to satisfy dependencies" msgstr "" "ÎÅ ÍÅÎÑÔØ ĞÏÒÑÄÏË ÕÓÔÁÎÏ×ËÉ ĞÁËÅÔÏ× ÄÌÑ ÕÄÏ×ÌÅÔ×ÏÒÅÎÉÑ ×ÚÁÉÍÏÚÁ×ÉÓÉÍÏÓÔÅÊ" -#: ../rpm.c:404 +#: ../rpm.c:401 msgid "don't execute any installation scripts" msgstr "ÎÅ ÉÓĞÏÌÎÑÔØ ËÁËÉÈ-ÌÉÂÏ ÉÎÓÔÁÌÌÑÃÉÏÎÎÙÈ ÓËÒÉĞÔÏ×" -#: ../rpm.c:406 ../rpm.c:440 +#: ../rpm.c:403 ../rpm.c:437 msgid "don't execute any scripts triggered by this package" msgstr "ÎÅ ÉÓĞÏÌÎÑÔØ ÔÒÉÇÇÅÒ-ÓËÒÉĞÔÏ×, ×Ú×ÅÄÅÎÎÙÈ ÎÁ ÜÔÏÔ ĞÁËÅÔ" -#: ../rpm.c:408 +#: ../rpm.c:405 msgid "print percentages as package installs" msgstr "×Ù×ÏÄÉÔØ ĞÒÏÃÅÎÔ ÇÏÔÏ×ÎÏÓÔÉ ĞÏ ÍÅÒÅ ÉÎÓÔÁÌÌÑÃÉÉ ĞÁËÅÔÁ" -#: ../rpm.c:410 +#: ../rpm.c:407 msgid "install even if the package replaces installed files" msgstr "ÉÎÓÔÁÌÌÉÒÏ×ÁÔØ ÄÁÖÅ ÅÓÌÉ ĞÁËÅÔ ĞÅÒÅĞÉÛÅÔ ÕÖÅ ÉÎÓÔÁÌÌÉÒÏ×ÁÎÎÙÅ ÆÁÊÌÙ" -#: ../rpm.c:412 +#: ../rpm.c:409 msgid "reinstall if the package is already present" msgstr "ĞÅÒÅÉÎÓÔÁÌÌÉÒÏ×ÁÔØ ÅÓÌÉ ĞÁËÅÔ ÕÖÅ ÕÓÔÁÎÏ×ÌÅÎ" -#: ../rpm.c:416 +#: ../rpm.c:413 msgid "don't install, but tell if it would work or not" msgstr "ÎÅ ÉÎÓÔÁÌÌÉÒÏ×ÁÔØ, Á ÔÏÌØËÏ ÓÏÏÂİÉÔØ ÕÄÁÓÔÓÑ ÌÉ ÉÎÓÔÁÌÌÑÃÉÑ" -#: ../rpm.c:418 +#: ../rpm.c:415 msgid " --upgrade <packagefile>" msgstr "" -#: ../rpm.c:419 +#: ../rpm.c:416 msgid " -U <packagefile> " msgstr "" -#: ../rpm.c:420 +#: ../rpm.c:417 msgid "upgrade package (same options as --install, plus)" msgstr "ÁĞÇÒÅÊÄ ĞÁËÅÔÁ (ÔÅ ÖÅ ÏĞÃÉÉ, ŞÔÏ É Ó --install, ĞÌÀÓ)" -#: ../rpm.c:422 +#: ../rpm.c:419 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -998,15 +998,15 @@ msgstr "" "ÏÔËÁÔ ÎÁ ÂÏÌÅÅ ÓÔÁÒÕÀ ×ÅÒÓÉÀ ĞÁËÅÔÁ (--force ÄÌÑ ÁĞÇÒÅÊÄÁ ÄÅÌÁÅÔ ÜÔÏ " "Á×ÔÏÍÁÔÉŞÅÓËÉ)" -#: ../rpm.c:424 +#: ../rpm.c:421 msgid " --erase <package>" msgstr "" -#: ../rpm.c:426 +#: ../rpm.c:423 msgid "erase (uninstall) package" msgstr "ÕÄÁÌÉÔØ (ÄÅÉÎÓÔÁÌÌÉÒÏ×ÁÔØ) ĞÁËÅÔ" -#: ../rpm.c:428 +#: ../rpm.c:425 msgid "" "remove all packages which match <package> (normally an error is generated if " "<package> specified multiple packages)" @@ -1014,98 +1014,98 @@ msgstr "" "ÕÄÁÌÉÔØ ×ÓÅ ĞÁËÅÔÙ, ÓÏ×ĞÁÄÁÀİÉÅ Ó <package> (ÏÂÙŞÎÏ, ÅÓÌÉ <package> " "ÓÏÏÔ×ÅÔÓÔ×ÕÅÔ ÎÅÓËÏÌØËÉÍ ĞÁËÅÔÁÍ, ÇÅÎÅÒÉÒÕÅÔÓÑ ÏÛÉÂËÁ)" -#: ../rpm.c:438 +#: ../rpm.c:435 msgid "do not execute any package specific scripts" msgstr "ÎÅ ÉÓĞÏÌÎÑÔØ ÎÉËÁËÉÈ ÓËÒÉĞÔÏ×, ÓĞÅÃÉÆÉŞÎÙÈ ÄÌÑ ĞÁËÅÔÁ" -#: ../rpm.c:444 +#: ../rpm.c:441 msgid " -b<stage> <spec> " msgstr "" -#: ../rpm.c:445 +#: ../rpm.c:442 msgid " -t<stage> <tarball> " msgstr "" -#: ../rpm.c:446 +#: ../rpm.c:443 msgid "build package, where <stage> is one of:" msgstr "ÓÏÂÒÁÔØ ĞÁËÅÔ, ÇÄÅ <stage> - ÏÄÎÏ ÉÚ:" -#: ../rpm.c:448 +#: ../rpm.c:445 msgid "prep (unpack sources and apply patches)" msgstr "prep (ÉÓĞÏÌÎÉÔØ %prep)" -#: ../rpm.c:450 +#: ../rpm.c:447 #, c-format msgid "list check (do some cursory checks on %files)" msgstr "list check (ĞÒÏÉÚ×ÅÓÔÉ ĞÒÏ×ÅÒËÕ ÓÅËÃÉÉ %files)" -#: ../rpm.c:452 +#: ../rpm.c:449 msgid "compile (prep and compile)" msgstr "compile (ÉÓĞÏÌÎÉÔØ %prep É %build)" -#: ../rpm.c:454 +#: ../rpm.c:451 msgid "install (prep, compile, install)" msgstr "install (ÉÓĞÏÌÎÉÔØ %prep, %build É %install)" -#: ../rpm.c:456 +#: ../rpm.c:453 msgid "binary package (prep, compile, install, package)" msgstr "binary package (ÉÓĞÏÌÎÉÔØ %prep, %build, %install É ÓÏÚÄÁÔØ RPM)" -#: ../rpm.c:458 +#: ../rpm.c:455 msgid "bin/src package (prep, compile, install, package)" msgstr "" "bin/src package (ÉÓĞÏÌÎÉÔØ %prep, %build, %install, ÓÏÚÄÁÔØ RPM É SRPM)" -#: ../rpm.c:460 +#: ../rpm.c:457 msgid "skip straight to specified stage (only for c,i)" msgstr "ĞÅÒÅÊÔÉ ÎÅĞÏÓÒÅÄÓÔ×ÅÎÎÏ Ë ÕËÁÚÁÎÎÏÍÕ ÜÔÁĞÕ (ÔÏÌØËÏ ÄÌÑ c,i)" -#: ../rpm.c:462 +#: ../rpm.c:459 msgid "remove build tree when done" msgstr "ĞÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ ÄÅÒÅ×Ï ÉÓÈÏÄÎÉËÏ×" -#: ../rpm.c:464 +#: ../rpm.c:461 msgid "remove sources and spec file when done" msgstr "ĞÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ ÄÅÒÅ×Ï ÉÓÈÏÄÎÉËÏ× É spec-ÆÁÊÌ" -#: ../rpm.c:466 +#: ../rpm.c:463 msgid "generate PGP signature" msgstr "ÇÅÎÅÒÉÒÏ×ÁÔØ PGP-ĞÏÄĞÉÓØ" -#: ../rpm.c:467 +#: ../rpm.c:464 msgid " --buildroot <dir> " msgstr "" -#: ../rpm.c:468 +#: ../rpm.c:465 msgid "use <dir> as the build root" msgstr "ÉÓĞÏÌØÚÏ×ÁÔØ <dir> ËÁË ËÏÒÎÅ×ÕÀ ÄÌÑ ĞÏÓÔÒÏÅÎÉÑ ĞÁËÅÔÁ" -#: ../rpm.c:469 +#: ../rpm.c:466 msgid " --platform=<platform>+" msgstr "" -#: ../rpm.c:470 +#: ../rpm.c:467 msgid "build the packages for the platform1...platformN build targets." msgstr "" -#: ../rpm.c:472 +#: ../rpm.c:469 msgid "do not execute any stages" msgstr "ÎÅ ÉÓĞÏÌÎÑÔØ ÎÉËÁËÉÈ ÜÔÁĞÏ×" -#: ../rpm.c:473 +#: ../rpm.c:470 msgid " --timecheck <secs> " msgstr "" -#: ../rpm.c:474 +#: ../rpm.c:471 #, fuzzy msgid "set the time check to <secs> seconds (0 disables)" msgstr "ÕÓÔÁÎÏ×ÉÔØ ĞÒÏ×ÅÒËÕ ×ÒÅÍÅÎÉ × S ÓÅËÕÎÄ (0 ÏÔÍÅÎÑÅÔ ÅÅ)" -#: ../rpm.c:476 +#: ../rpm.c:473 msgid " --rebuild <src_pkg> " msgstr "" -#: ../rpm.c:477 +#: ../rpm.c:474 msgid "" "install source package, build binary package and remove spec file, sources, " "patches, and icons." @@ -1113,212 +1113,212 @@ msgstr "" "ÉÎÓÔÁÌÌÉÒÏ×ÁÔØ SRPM, ÓÏÂÒÁÔØ RPM É ÕÄÁÌÉÔØ spec-ÆÁÊÌ, ÆÁÊÌÙ Ó ÉÓÈÏÄÎÙÍÉ " "ÔÅËÓÔÁÍÉ, ĞÁÔŞÉ É ĞÉËÔÏÇÒÁÍÍÙ." -#: ../rpm.c:478 +#: ../rpm.c:475 msgid " --rmsource <spec> " msgstr "" -#: ../rpm.c:479 +#: ../rpm.c:476 msgid "remove sources and spec file" msgstr "ÕÄÁÌÉÔØ ÉÓÈÏÄÎÉËÉ É spec-ÆÁÊÌ" -#: ../rpm.c:480 +#: ../rpm.c:477 msgid " --recompile <src_pkg> " msgstr "" -#: ../rpm.c:481 +#: ../rpm.c:478 msgid "like --rebuild, but don't build any package" msgstr "ËÁË --rebuild, ÎÏ ÎÅ ÓÏÂÉÒÁÅÔ ÎÉËÁËÉÈ ĞÁËÅÔÏ×" -#: ../rpm.c:482 +#: ../rpm.c:479 msgid " --resign <pkg>+ " msgstr "" -#: ../rpm.c:483 +#: ../rpm.c:480 msgid "sign a package (discard current signature)" msgstr "ĞÏÄĞÉÓÁÔØ ĞÁËÅÔ (ÕÄÁÌÉ× ÔÅËÕİÕÀ ĞÏÄĞÉÓØ)" -#: ../rpm.c:484 +#: ../rpm.c:481 msgid " --addsign <pkg>+ " msgstr "" -#: ../rpm.c:485 +#: ../rpm.c:482 msgid "add a signature to a package" msgstr "ÄÏÂÁ×ÉÔØ ĞÏÄĞÉÓØ Ë ĞÁËÅÔÕ" -#: ../rpm.c:487 +#: ../rpm.c:484 msgid " --checksig <pkg>+ " msgstr "" -#: ../rpm.c:488 +#: ../rpm.c:485 msgid "verify package signature" msgstr "ĞÒÏ×ÅÒÉÔØ ĞÏÄĞÉÓØ × ĞÁËÅÔÅ" -#: ../rpm.c:490 +#: ../rpm.c:487 msgid "skip any PGP signatures" msgstr "ĞÒÏĞÕÓÔÉÔØ ×ÓÅ PGP-ĞÏÄĞÉÓÉ" -#: ../rpm.c:492 +#: ../rpm.c:489 msgid "skip any MD5 signatures" msgstr "ĞÒÏĞÕÓÔÉÔØ ×ÓÅ MD5-ĞÏÄĞÉÓÉ" -#: ../rpm.c:494 +#: ../rpm.c:491 msgid "list the tags that can be used in a query format" msgstr "×Ù×ÅÓÔÉ ËÌÀŞÉ, ËÏÔÏÒÙÅ ÍÏÇÕÔ ÂÙÔØ ÉÓĞÏÌØÚÏ×ÁÎÙ × ÆÏÒÍÁÔÅ ÚÁĞÒÏÓÁ" -#: ../rpm.c:496 +#: ../rpm.c:493 msgid "make sure a valid database exists" msgstr "ÕÂÅÄÉÔØÓÑ, ŞÔÏ ÓÕİÅÓÔ×ÕÅÔ ĞÒÁ×ÉÌØÎÁÑ ÂÁÚÁ ÄÁÎÎÙÈ" -#: ../rpm.c:498 +#: ../rpm.c:495 msgid "rebuild database from existing database" msgstr "ĞÅÒÅÓÔÒÏÉÔØ ÂÁÚÕ ÄÁÎÎÙÈ ÉÚ ÓÕİÅÓÔ×ÕÀİÅÊ ÂÁÚÙ" -#: ../rpm.c:637 ../rpm.c:643 ../rpm.c:650 ../rpm.c:656 ../rpm.c:665 -#: ../rpm.c:672 ../rpm.c:718 ../rpm.c:724 ../rpm.c:813 ../rpm.c:820 -#: ../rpm.c:826 ../rpm.c:834 ../rpm.c:840 ../rpm.c:848 ../rpm.c:881 -#: ../rpm.c:927 ../rpm.c:933 +#: ../rpm.c:634 ../rpm.c:640 ../rpm.c:647 ../rpm.c:653 ../rpm.c:662 +#: ../rpm.c:669 ../rpm.c:715 ../rpm.c:721 ../rpm.c:810 ../rpm.c:817 +#: ../rpm.c:823 ../rpm.c:831 ../rpm.c:837 ../rpm.c:845 ../rpm.c:878 +#: ../rpm.c:924 ../rpm.c:930 msgid "only one major mode may be specified" msgstr "ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎ ÔÏÌØËÏ ÏÄÉÎ ÉÚ ÏÓÎÏ×ÎÙÈ ÒÅÖÉÍÏ×" -#: ../rpm.c:658 +#: ../rpm.c:655 msgid "-u and --uninstall are deprecated and no longer work.\n" msgstr "ÏĞÃÉÉ -u É --uninstall ÕÓÔÁÒÅÌÉ É ÂÏÌØÛÅ ÎÅ ÒÁÂÏÔÁÀÔ.\n" -#: ../rpm.c:660 +#: ../rpm.c:657 msgid "Use -e or --erase instead.\n" msgstr "÷ÍÅÓÔÏ ÎÉÈ ÉÓĞÏÌØÚÕÊÔÅ -e ÉÌÉ --erase.\n" -#: ../rpm.c:676 +#: ../rpm.c:673 msgid "--build (-b) requires one of a,b,i,c,p,l as its sole argument" msgstr "" "ÏĞÃÉÑ --build (-b) ÔÒÅÂÕÅÔ a,b,i,c,p,l × ËÁŞÅÓÔ×Å ÅÄÉÎÓÔ×ÅÎÎÏÇÏ ÁÒÇÕÍÅÎÔÁ" -#: ../rpm.c:680 +#: ../rpm.c:677 msgid "--tarbuild (-t) requires one of a,b,i,c,p,l as its sole argument" msgstr "" "ÏĞÃÉÑ --tarbuild (-t) ÔÒÅÂÕÅÔ a,b,i,c,p,l × ËÁŞÅÓÔ×Å ÅÄÉÎÓÔ×ÅÎÎÏÇÏ ÁÒÇÕÍÅÎÔÁ" -#: ../rpm.c:747 ../rpm.c:754 ../rpm.c:762 ../rpm.c:770 ../rpm.c:790 -#: ../rpm.c:798 ../rpm.c:806 +#: ../rpm.c:744 ../rpm.c:751 ../rpm.c:759 ../rpm.c:767 ../rpm.c:787 +#: ../rpm.c:795 ../rpm.c:803 msgid "one type of query/verify may be performed at a time" msgstr "ÚÁ ÏÄÉÎ ÒÁÚ ÍÏÖÅÔ ÂÙÔØ ÉÓĞÏÌÎÅÎ ÔÏÌØËÏ ÏÄÉÎ ÔÉĞ ĞÒÏ×ÅÒËÉ ÉÌÉ ÚÁĞÒÏÓÁ" -#: ../rpm.c:856 +#: ../rpm.c:853 msgid "arguments to --dbpath must begin with a /" msgstr "ÁÒÇÕÍÅÎÔÙ ÄÌÑ --dbpath ÄÏÌÖÎÙ ÎÁŞÉÎÁÔØÓÑ Ó /" -#: ../rpm.c:863 +#: ../rpm.c:860 msgid "one type of query may be performed at a time" msgstr "ÚÁ ÏÄÉÎ ÒÁÚ ÍÏÖÅÔ ÂÙÔØ ÉÓĞÏÌÎÅÎ ÔÏÌØËÏ ÏÄÉÎ ÔÉĞ ÚÁĞÒÏÓÁ" -#: ../rpm.c:887 +#: ../rpm.c:884 msgid "relocations must begin with a /" msgstr "ĞÅÒÅÍÅİÅÎÉÑ ÄÏÌÖÎÙ ÎÁŞÉÎÁÔØÓÑ Ó /" -#: ../rpm.c:889 +#: ../rpm.c:886 msgid "relocations must contain a =" msgstr "ĞÅÒÅÍÅİÅÎÉÑ ÄÏÌÖÎÙ ÓÏÄÅÒÖÁÔØ =" -#: ../rpm.c:892 +#: ../rpm.c:889 msgid "relocations must have a / following the =" msgstr "ĞÅÒÅÍÅİÅÎÉÑ ÄÏÌÖÎÙ ÉÍÅÔØ / ĞÏÓÌÅ =" -#: ../rpm.c:904 +#: ../rpm.c:901 msgid "Internal error in argument processing :-(\n" msgstr "" -#: ../rpm.c:945 +#: ../rpm.c:942 msgid "--dbpath given for operation that does not use a database" msgstr "ÏĞÃÉÑ --dbpath ÚÁÄÁÎÁ ÄÌÑ ÏĞÅÒÁÃÉÉ, ÎÅ ÉÓĞÏÌØÚÕÀİÅÊ ÂÁÚÕ ÄÁÎÎÙÈ" -#: ../rpm.c:950 +#: ../rpm.c:947 msgid "--timecheck may only be used during package builds" msgstr "ÏĞÃÉÑ --timecheck ÍÏÖÅÔ ÂÙÔØ ÉÓĞÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ĞÒÉ ÓÂÏÒËÅ ĞÁËÅÔÏ×" -#: ../rpm.c:953 ../rpm.c:956 +#: ../rpm.c:950 ../rpm.c:953 msgid "unexpected query specifiers" msgstr "ÎÅÏÖÉÄÁÎÎÁÑ ÓĞÅÃÉÆÉËÁÃÉÑ ÚÁĞÒÏÓÁ" -#: ../rpm.c:960 +#: ../rpm.c:957 msgid "unexpected query source" msgstr "ÎÅÏÖÉÄÁÎÎÙÊ ÉÓÔÏŞÎÉË ÚÁĞÒÏÓÁ" -#: ../rpm.c:963 +#: ../rpm.c:960 msgid "only installation and upgrading may be forced" msgstr "ĞÒÉÎÕÄÉÔÅÌØÎÙÍÉ ÍÏÇÕÔ ÂÙÔØ ÔÏÌØËÏ ÉÎÓÔÁÌÌÑÃÉÑ É ÁĞÇÒÅÊÄ" -#: ../rpm.c:966 +#: ../rpm.c:963 msgid "files may only be relocated during package installation" msgstr "ÆÁÊÌÙ ÍÏÇÕÔ ÂÙÔØ ĞÅÒÅÍÅİÅÎÙ ÔÏÌØËÏ ĞÒÉ ÉÎÓÔÁÌÌÑÃÉÉ ĞÁËÅÔÁ" -#: ../rpm.c:969 +#: ../rpm.c:966 msgid "only one of --prefix or --relocate may be used" msgstr "ÍÏÖÅÔ ÂÙÔØ ÉÓĞÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÏÄÎÁ ÉÚ ÏĞÃÉÊ --prefix ÉÌÉ --relocate" -#: ../rpm.c:972 +#: ../rpm.c:969 msgid "--relocate may only be used when installing new packages" msgstr "" "ÏĞÃÉÀ --relocate ÍÏÖÎÏ ÉÓĞÏÌØÚÏ×ÁÔØ ÔÏÌØËÏ ĞÒÉ ÉÎÓÔÁÌÌÑÃÉÉ ÎÏ×ÙÈ ĞÁËÅÔÏ×" -#: ../rpm.c:975 +#: ../rpm.c:972 msgid "--prefix may only be used when installing new packages" msgstr "ÏĞÃÉÀ --prefix ÍÏÖÎÏ ÉÓĞÏÌØÚÏ×ÁÔØ ÔÏÌØËÏ ĞÒÉ ÉÎÓÔÁÌÌÑÃÉÉ ÎÏ×ÙÈ ĞÁËÅÔÏ×" -#: ../rpm.c:978 +#: ../rpm.c:975 msgid "arguments to --prefix must begin with a /" msgstr "ÁÒÇÕÍÅÎÔÙ ÄÌÑ --prefix ÄÏÌÖÎÙ ÎÁŞÉÎÁÔØÓÑ Ó /" -#: ../rpm.c:981 +#: ../rpm.c:978 msgid "--hash (-h) may only be specified during package installation" msgstr "ÏĞÃÉÑ --hash (-h) ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ĞÒÉ ÉÎÓÔÁÌÌÑÃÉÉ ĞÁËÅÔÁ" -#: ../rpm.c:985 +#: ../rpm.c:982 msgid "--percent may only be specified during package installation" msgstr "ÏĞÃÉÑ --percent ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ĞÒÉ ÉÎÓÔÁÌÌÑÃÉÉ ĞÁËÅÔÁ" -#: ../rpm.c:989 +#: ../rpm.c:986 msgid "--replacefiles may only be specified during package installation" msgstr "ÏĞÃÉÑ --replacefiles ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ĞÒÉ ÉÎÓÔÁÌÌÑÃÉÉ ĞÁËÅÔÁ" -#: ../rpm.c:993 +#: ../rpm.c:990 msgid "--replacepkgs may only be specified during package installation" msgstr "ÏĞÃÉÑ --replacepkgs ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ĞÒÉ ÉÎÓÔÁÌÌÑÃÉÉ ĞÁËÅÔÁ" -#: ../rpm.c:997 +#: ../rpm.c:994 msgid "--excludedocs may only be specified during package installation" msgstr "ÏĞÃÉÑ --excludedocs ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ĞÒÉ ÉÎÓÔÁÌÌÑÃÉÉ ĞÁËÅÔÁ" -#: ../rpm.c:1001 +#: ../rpm.c:998 msgid "--includedocs may only be specified during package installation" msgstr "ÏĞÃÉÑ --includedocs ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ĞÒÉ ÉÎÓÔÁÌÌÑÃÉÉ ĞÁËÅÔÁ" -#: ../rpm.c:1005 +#: ../rpm.c:1002 msgid "only one of --excludedocs and --includedocs may be specified" msgstr "" "ÍÏÖÅÔ ÂÙÔØ ÉÓĞÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÏÄÎÁ ÉÚ ÏĞÃÉÊ --excludedocs ÉÌÉ --includedocs" -#: ../rpm.c:1009 +#: ../rpm.c:1006 msgid "--ignorearch may only be specified during package installation" msgstr "ÏĞÃÉÑ --ignorearch ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ĞÒÉ ÉÎÓÔÁÌÌÑÃÉÉ ĞÁËÅÔÁ" -#: ../rpm.c:1013 +#: ../rpm.c:1010 msgid "--ignoreos may only be specified during package installation" msgstr "ÏĞÃÉÑ --ignoreos ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ĞÒÉ ÉÎÓÔÁÌÌÑÃÉÉ ĞÁËÅÔÁ" -#: ../rpm.c:1017 +#: ../rpm.c:1014 msgid "--allmatches may only be specified during package erasure" msgstr "ÏĞÃÉÑ --allmatches ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ĞÒÉ ÕÄÁÌÅÎÉÉ ĞÁËÅÔÁ" -#: ../rpm.c:1021 +#: ../rpm.c:1018 msgid "--allfiles may only be specified during package installation" msgstr "ÏĞÃÉÑ --allfiles ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ĞÒÉ ÉÎÓÔÁÌÌÑÃÉÉ ĞÁËÅÔÁ" -#: ../rpm.c:1025 +#: ../rpm.c:1022 msgid "--justdb may only be specified during package installation and erasure" msgstr "" "ÏĞÃÉÑ --justdb ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ĞÒÉ ÉÎÓÔÁÌÌÑÃÉÉ ÉÌÉ ÕÄÁÌÅÎÉÉ ĞÁËÅÔÁ" -#: ../rpm.c:1030 +#: ../rpm.c:1027 msgid "" "--noscripts may only be specified during package installation, erasure, and " "verification" @@ -1326,7 +1326,7 @@ msgstr "" "ÏĞÃÉÑ --noscripts ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ĞÒÉ ÉÎÓÔÁÌÌÑÃÉÉ, ÕÄÁÌÅÎÉÉ É " "×ÅÒÉÆÉËÁÃÉÉ ĞÁËÅÔÁ" -#: ../rpm.c:1034 +#: ../rpm.c:1031 msgid "" "--notriggers may only be specified during package installation, erasure, and " "verification" @@ -1334,7 +1334,7 @@ msgstr "" "ÏĞÃÉÑ --notriggers ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ĞÒÉ ÉÎÓÔÁÌÌÑÃÉÉ, ÕÄÁÌÅÎÉÉ É " "×ÅÒÉÆÉËÁÃÉÉ ĞÁËÅÔÁ" -#: ../rpm.c:1039 +#: ../rpm.c:1036 msgid "" "--nodeps may only be specified during package installation, erasure, and " "verification" @@ -1342,11 +1342,11 @@ msgstr "" "ÏĞÃÉÑ --nodeps ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ĞÒÉ ÉÎÓÔÁÌÌÑÃÉÉ, ÕÄÁÌÅÎÉÉ É " "×ÅÒÉÆÉËÁÃÉÉ ĞÁËÅÔÁ" -#: ../rpm.c:1043 +#: ../rpm.c:1040 msgid "--nofiles may only be specified during package verification" msgstr "ÏĞÃÉÑ --nofiles ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ĞÒÉ ×ÅÒÉÆÉËÁÃÉÉ ĞÁËÅÔÁ" -#: ../rpm.c:1048 +#: ../rpm.c:1045 msgid "" "--test may only be specified during package installation, erasure, and " "building" @@ -1354,7 +1354,7 @@ msgstr "" "ÏĞÃÉÑ --test ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ĞÒÉ ÉÎÓÔÁÌÌÑÃÉÉ, ÕÄÁÌÅÎÉÉ É ÓÂÏÒËÅ " "ĞÁËÅÔÁ" -#: ../rpm.c:1053 +#: ../rpm.c:1050 msgid "" "--root (-r) may only be specified during installation, erasure, querying, " "and database rebuilds" @@ -1362,155 +1362,155 @@ msgstr "" "ÏĞÃÉÑ --root (-r) ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ĞÒÉ ÉÎÓÔÁÌÌÑÃÉÉ, ÕÄÁÌÅÎÉÉ, " "ÚÁĞÒÏÓÁÈ ĞÁËÅÔÁ É ĞÅÒÅÓÔÒÏÅÎÉÉ ÂÁÚÙ ÄÁÎÎÙÈ" -#: ../rpm.c:1058 +#: ../rpm.c:1055 msgid "arguments to --root (-r) must begin with a /" msgstr "ÁÒÇÕÍÅÎÔÙ ÄÌÑ --root (-r) ÄÏÌÖÎÙ ÎÁŞÉÎÁÔØÓÑ Ó /" -#: ../rpm.c:1061 +#: ../rpm.c:1058 msgid "--clean may only be used with -b and -t" msgstr "ÏĞÃÉÑ --clean ÍÏÖÅÔ ÂÙÔØ ÉÓĞÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ Ó -b ÉÌÉ -t" -#: ../rpm.c:1064 +#: ../rpm.c:1061 msgid "--rmsource may only be used with -b and -t" msgstr "ÏĞÃÉÑ --rmsource ÍÏÖÅÔ ÂÙÔØ ÉÓĞÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ Ó -b ÉÌÉ -t" -#: ../rpm.c:1067 +#: ../rpm.c:1064 msgid "--short-circuit may only be used during package building" msgstr "" "ÏĞÃÉÑ --short-circuit ÍÏÖÅÔ ÂÙÔØ ÉÓĞÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ĞÒÉ ÓÂÏÒËÅ ĞÁËÅÔÏ×" -#: ../rpm.c:1071 +#: ../rpm.c:1068 msgid "--short-circuit may only be used with -bc, -bi, -bs, -tc -ti, or -ts" msgstr "" "ÏĞÃÉÑ --short-circuit ÍÏÖÅÔ ÂÙÔØ ÉÓĞÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ Ó -bc, -bi, -bs, -tc " "-ti ÉÌÉ -ts" -#: ../rpm.c:1076 +#: ../rpm.c:1073 msgid "--oldpackage may only be used during upgrades" msgstr "ÏĞÃÉÑ --oldpackage ÍÏÖÅÔ ÂÙÔØ ÉÓĞÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ĞÒÉ ÁĞÇÒÅÊÄÁÈ" -#: ../rpm.c:1079 +#: ../rpm.c:1076 msgid "--dump may only be used during queries" msgstr "ÏĞÃÉÑ --dump ÍÏÖÅÔ ÂÙÔØ ÉÓĞÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ĞÒÉ ÚÁĞÒÏÓÁÈ" -#: ../rpm.c:1082 +#: ../rpm.c:1079 msgid "--dump of queries must be used with -l, -c, or -d" msgstr "ÏĞÃÉÑ --dump ÄÌÑ ÚÁĞÒÏÓÏ× ÄÏÌÖÎÁ ÉÓĞÏÌØÚÏ×ÁÔØÓÑ Ó -l, -c ÉÌÉ -d" -#: ../rpm.c:1087 +#: ../rpm.c:1084 msgid "" "ftp options can only be used during package queries, installs, and upgrades" msgstr "" "ÏĞÃÉÉ ftp ÍÏÇÕÔ ÂÙÔØ ÉÓĞÏÌØÚÏ×ÁÎÙ ÔÏÌØËÏ ĞÒÉ ÚÁĞÒÏÓÁÈ, ÕÓÔÁÎÏ×ËÅ É ÁĞÇÒÅÊÄÅ " "ĞÁËÅÔÏ×" -#: ../rpm.c:1094 +#: ../rpm.c:1091 msgid "--nopgp may only be used during signature checking" msgstr "ÏĞÃÉÑ --nopgp ÍÏÖÅÔ ÂÙÔØ ÉÓĞÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ĞÒÉ ĞÒÏ×ÅÒËÅ ĞÏÄĞÉÓÉ" -#: ../rpm.c:1097 +#: ../rpm.c:1094 msgid "" "--nopgp may only be used during signature checking and package verification" msgstr "" "ÏĞÃÉÑ --nopgp ÍÏÖÅÔ ÂÙÔØ ÉÓĞÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ĞÒÉ ĞÒÏ×ÅÒËÅ ĞÏÄĞÉÓÉ É " "×ÅÒÉÆÉËÁÃÉÉ ĞÁËÅÔÁ" -#: ../rpm.c:1110 +#: ../rpm.c:1107 msgid "Pass phrase check failed\n" msgstr "îÅĞÒÁ×ÉÌØÎÙÊ ĞÁÒÏÌØ\n" -#: ../rpm.c:1113 +#: ../rpm.c:1110 msgid "Pass phrase is good.\n" msgstr "ğÁÒÏÌØ ĞÒÉÎÑÔ.\n" -#: ../rpm.c:1125 +#: ../rpm.c:1122 msgid "--sign may only be used during package building" msgstr "ÏĞÃÉÑ --sign ÍÏÖÅÔ ÂÙÔØ ÉÓĞÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ĞÒÉ ÓÂÏÒËÅ ĞÁËÅÔÏ×" -#: ../rpm.c:1140 +#: ../rpm.c:1137 #, fuzzy msgid "exec failed\n" msgstr "%s: ïÛÉÂËÁ ÏÔËÒÙÔÉÑ\n" -#: ../rpm.c:1159 +#: ../rpm.c:1156 msgid "unexpected arguments to --querytags " msgstr "ÎÅÏÖÉÄÁÎÎÙÅ ÁÒÇÕÍÅÎÔÙ ÄÌÑ --querytags " -#: ../rpm.c:1170 +#: ../rpm.c:1167 msgid "no packages given for signature check" msgstr "ÎÅ ÚÁÄÁÎ ĞÁËÅÔ ÄÌÑ ĞÒÏ×ÅÒËÉ ĞÏÄĞÉÓÉ" -#: ../rpm.c:1177 +#: ../rpm.c:1174 msgid "no packages given for signing" msgstr "ÎÅ ÚÁÄÁÎÙ ĞÁËÅÔÙ ÄÌÑ ĞÏÄĞÉÓÉ" -#: ../rpm.c:1186 +#: ../rpm.c:1183 msgid "no packages files given for rebuild" msgstr "ÎÅ ÚÁÄÁÎÙ ĞÁËÅÔÙ ÄÌÑ ĞÅÒÅÓÂÏÒËÉ" -#: ../rpm.c:1249 +#: ../rpm.c:1246 msgid "no spec files given for build" msgstr "ÎÅ ÚÁÄÁÎ spec-ÆÁÊÌ ÄÌÑ ÓÂÏÒËÉ ĞÁËÅÔÁ" -#: ../rpm.c:1251 +#: ../rpm.c:1248 msgid "no tar files given for build" msgstr "ÎÅ ÚÁÄÁÎÙ tar-ÆÁÊÌÙ ÄÌÑ ÓÂÏÒËÉ ĞÁËÅÔÁ" -#: ../rpm.c:1264 +#: ../rpm.c:1261 msgid "no packages given for uninstall" msgstr "ÎÅ ÚÁÄÁÎÙ ĞÁËÅÔÙ ÄÌÑ ÕÄÁÌÅÎÉÑ" -#: ../rpm.c:1304 +#: ../rpm.c:1301 msgid "no packages given for install" msgstr "ÎÅ ÚÁÄÁÎÙ ĞÁËÅÔÙ ÄÌÑ ÉÎÓÔÁÌÌÑÃÉÉ" -#: ../rpm.c:1328 +#: ../rpm.c:1325 msgid "extra arguments given for query of all packages" msgstr "× ÚÁĞÒÏÓÅ ËÏ ×ÓÅÍ ĞÁËÅÔÁÍ ÚÁÄÁÎÙ ÌÉÛÎÉÅ ÁÒÇÕÍÅÎÔÙ" -#: ../rpm.c:1333 +#: ../rpm.c:1330 msgid "no arguments given for query" msgstr "ÎÅ ÚÁÄÁÎÙ ÁÒÇÕÍÅÎÔÙ ÚÁĞÒÏÓÁ" -#: ../rpm.c:1350 +#: ../rpm.c:1347 msgid "no arguments given for verify" msgstr "ÎÅ ÚÁÄÁÎÙ ÁÒÇÕÍÅÎÔÙ ÄÌÑ ×ÅÒÉÆÉËÁÃÉÉ" -#: ../url.c:47 +#: ../url.c:46 #, c-format msgid "Password for %s@%s: " msgstr "ğÁÒÏÌØ ÄÌÑ %s@%s: " -#: ../url.c:113 ../url.c:156 ../url.c:182 +#: ../url.c:112 ../url.c:155 ../url.c:181 #, c-format msgid "getting %s via anonymous ftp\n" msgstr "" -#: ../url.c:120 +#: ../url.c:119 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" -#: ../url.c:131 +#: ../url.c:130 msgid "error: ftpport must be a number\n" msgstr "ÏÛÉÂËÁ: ftpport ÄÏÌÖÅÎ ÂÙÔØ ŞÉÓÌÏÍ\n" -#: ../url.c:189 +#: ../url.c:188 #, c-format msgid "failed to create %s\n" msgstr "ÎÅ ÍÏÇÕ ÓÏÚÄÁÔØ %s\n" -#: ../verify.c:35 +#: ../verify.c:34 #, fuzzy, c-format msgid "missing %s\n" msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ \"{\" ĞÏÓÌÅ \"%\"" -#: ../verify.c:91 +#: ../verify.c:90 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "îÅÕÄÏ×ÌÅÔ×ÏÒÅÎÎÙÅ ÚÁ×ÉÓÉÍÏÓÔÉ ÄÌÑ %s-%s-%s: " -#: ../verify.c:133 +#: ../verify.c:132 #, c-format msgid "verifying record number %d\n" msgstr "" @@ -1520,11 +1520,11 @@ msgstr "" msgid "%s is not an RPM\n" msgstr "" -#: ../rpm2cpio.c:39 +#: ../rpm2cpio.c:38 msgid "argument is not an RPM package\n" msgstr "" -#: ../rpm2cpio.c:42 +#: ../rpm2cpio.c:41 #, fuzzy msgid "error reading header from package\n" msgstr "ÏÛÉÂËÁ ĞÏÉÓËÁ ĞÁËÅÔÁ %s\n" @@ -1573,258 +1573,258 @@ msgstr "ĞÁËÅÔ %s ÎÅ ÎÁÊÄÅÎ × %s" msgid "no copyright!\n" msgstr "" -#: ../build/build.c:96 ../build/pack.c:191 +#: ../build/build.c:95 ../build/pack.c:191 #, fuzzy msgid "Unable to open temp file" msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ %s ÄÌÑ ŞÔÅÎÉÑ: %s." -#: ../build/build.c:133 +#: ../build/build.c:132 #, fuzzy, c-format msgid "Executing: %s\n" msgstr "ğÏÌÕŞÁÀ %s\n" -#: ../build/build.c:137 +#: ../build/build.c:136 #, fuzzy, c-format msgid "Exec of %s failed (%s)" msgstr "ÏÛÉÂËÁ ÏÔËÒÙÔÉÑ %s: %s\n" -#: ../build/build.c:145 +#: ../build/build.c:144 #, c-format msgid "Bad exit status from %s (%s)" msgstr "" -#: ../build/expression.c:188 ../build/expression.c:197 +#: ../build/expression.c:189 ../build/expression.c:198 msgid "parse error in tokenizer" msgstr "" -#: ../build/expression.c:239 +#: ../build/expression.c:240 #, fuzzy msgid "parse error in expression" msgstr "× ×ÙÒÁÖÅÎÉÉ ÏÖÉÄÁÌÓÑ \"?\"" -#: ../build/expression.c:269 +#: ../build/expression.c:270 msgid "unmatched (" msgstr "" -#: ../build/expression.c:287 +#: ../build/expression.c:288 msgid "undefined identifier" msgstr "" -#: ../build/expression.c:306 +#: ../build/expression.c:307 msgid "- only on numbers" msgstr "" -#: ../build/expression.c:322 +#: ../build/expression.c:323 msgid "! only on numbers" msgstr "" -#: ../build/expression.c:358 ../build/expression.c:403 -#: ../build/expression.c:460 ../build/expression.c:543 +#: ../build/expression.c:362 ../build/expression.c:407 +#: ../build/expression.c:464 ../build/expression.c:551 msgid "types must match" msgstr "" -#: ../build/expression.c:371 +#: ../build/expression.c:375 msgid "* / not suported for strings" msgstr "" -#: ../build/expression.c:419 +#: ../build/expression.c:423 msgid "- not suported for strings" msgstr "" -#: ../build/expression.c:556 +#: ../build/expression.c:564 msgid "&& and || not suported for strings" msgstr "" -#: ../build/expression.c:587 ../build/expression.c:630 +#: ../build/expression.c:595 ../build/expression.c:640 #, fuzzy msgid "syntax error in expression" msgstr "× ×ÙÒÁÖÅÎÉÉ ÏÖÉÄÁÌÓÑ \"?\"" -#: ../build/files.c:204 +#: ../build/files.c:203 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "" -#: ../build/files.c:233 ../build/files.c:245 ../build/files.c:317 -#: ../build/files.c:329 ../build/files.c:356 +#: ../build/files.c:232 ../build/files.c:244 ../build/files.c:316 +#: ../build/files.c:328 ../build/files.c:355 #, c-format msgid "Bad %s() syntax: %s" msgstr "" -#: ../build/files.c:279 +#: ../build/files.c:278 #, c-format msgid "Invalid %s token: %s" msgstr "" -#: ../build/files.c:340 +#: ../build/files.c:339 msgid "No files after %%defattr(): %s" msgstr "" -#: ../build/files.c:368 +#: ../build/files.c:367 #, c-format msgid "Bad %s() mode spec: %s" msgstr "" -#: ../build/files.c:386 +#: ../build/files.c:385 #, c-format msgid "Bad %s() dirmode spec: %s" msgstr "" -#: ../build/files.c:441 +#: ../build/files.c:440 msgid "Bad %%config() syntax: %s" msgstr "" -#: ../build/files.c:459 +#: ../build/files.c:458 msgid "Invalid %%config token: %s" msgstr "" -#: ../build/files.c:482 ../build/files.c:494 ../build/files.c:507 +#: ../build/files.c:481 ../build/files.c:493 ../build/files.c:506 msgid "Bad %%lang() syntax: %s" msgstr "" -#: ../build/files.c:513 +#: ../build/files.c:512 msgid "%%lang() entries are 2 characters: %s" msgstr "" -#: ../build/files.c:519 +#: ../build/files.c:518 msgid "Only one entry in %%lang(): %s" msgstr "" -#: ../build/files.c:610 +#: ../build/files.c:608 msgid "Hit limit for %%docdir" msgstr "" -#: ../build/files.c:616 +#: ../build/files.c:614 msgid "Only one arg for %%docdir" msgstr "" -#: ../build/files.c:642 +#: ../build/files.c:640 #, fuzzy, c-format msgid "Two files on one line: %s" msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ %s: %s" -#: ../build/files.c:655 +#: ../build/files.c:653 #, fuzzy, c-format msgid "File must begin with \"/\": %s" msgstr "ĞÅÒÅÍÅİÅÎÉÑ ÄÏÌÖÎÙ ÎÁŞÉÎÁÔØÓÑ Ó /" -#: ../build/files.c:667 +#: ../build/files.c:665 msgid "Can't mix special %%doc with other forms: %s" msgstr "" -#: ../build/files.c:749 +#: ../build/files.c:747 #, fuzzy, c-format msgid "File listed twice: %s" msgstr "îÅ ÍÏÇÕ ĞÒÏŞÅÓÔØ %s: %s." -#: ../build/files.c:908 +#: ../build/files.c:906 #, fuzzy, c-format msgid "File doesn't match prefix (%s): %s" msgstr "îÅ ÍÏÇÕ ĞÒÏŞÅÓÔØ %s: %s." -#: ../build/files.c:918 ../build/files.c:1035 +#: ../build/files.c:916 ../build/files.c:1033 #, fuzzy, c-format msgid "File not found: %s" msgstr "æÁÊÌ ÎÅ ÎÁÊÄÅÎ ÎÁ ÓÅÒ×ÅÒÅ" -#: ../build/files.c:963 +#: ../build/files.c:961 #, c-format msgid "Bad owner/group: %s\n" msgstr "" -#: ../build/files.c:968 +#: ../build/files.c:966 #, fuzzy, c-format msgid "File %d: %s\n" msgstr "ÆÁÊÌ %s: %s\n" -#: ../build/files.c:1019 +#: ../build/files.c:1017 #, c-format msgid "File needs leading \"/\": %s" msgstr "" -#: ../build/files.c:1079 +#: ../build/files.c:1077 #, fuzzy msgid "Could not open %%files file: %s" msgstr "ÏÛÉÂËÁ: ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ %s\n" -#: ../build/files.c:1085 ../build/pack.c:380 +#: ../build/files.c:1083 ../build/pack.c:380 #, c-format msgid "line: %s" msgstr "" -#: ../build/files.c:1412 ../build/parsePrep.c:41 +#: ../build/files.c:1410 ../build/parsePrep.c:40 #, c-format msgid "Bad owner/group: %s" msgstr "" -#: ../build/files.c:1467 +#: ../build/files.c:1465 #, fuzzy, c-format msgid "Couldn't exec %s" msgstr "îÅ ÍÏÇÕ ÉÓĞÏÌÎÉÔØ pgp" -#: ../build/files.c:1471 +#: ../build/files.c:1469 #, fuzzy, c-format msgid "Couldn't fork %s" msgstr "îÅ ÍÏÇÕ ĞÒÏŞÅÓÔØ ÃÅÌØ ĞÏÄĞÉÓÉ" -#: ../build/files.c:1521 +#: ../build/files.c:1519 #, fuzzy, c-format msgid "%s failed" msgstr "ÏÛÉÂËÁ pgp" -#: ../build/files.c:1525 +#: ../build/files.c:1523 #, fuzzy, c-format msgid "failed to write all data to %s" msgstr "ÎÅ ÍÏÇÕ ÓÏÚÄÁÔØ %s\n" -#: ../build/files.c:1559 +#: ../build/files.c:1557 msgid "Finding provides...\n" msgstr "" -#: ../build/files.c:1566 +#: ../build/files.c:1564 msgid "Failed to find provides" msgstr "" -#: ../build/files.c:1586 +#: ../build/files.c:1584 msgid "Finding requires...\n" msgstr "" -#: ../build/files.c:1593 +#: ../build/files.c:1591 #, fuzzy msgid "Failed to find requires" msgstr "ÎÅ ÍÏÇÕ ÓÏÚÄÁÔØ %s\n" -#: ../build/files.c:1628 +#: ../build/files.c:1626 msgid "Provides:" msgstr "" -#: ../build/files.c:1646 +#: ../build/files.c:1644 msgid "Prereqs:" msgstr "" -#: ../build/files.c:1660 +#: ../build/files.c:1658 msgid "Requires:" msgstr "" -#: ../build/files.c:1685 +#: ../build/files.c:1683 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "ÆÁÊÌ %s: %s\n" -#: ../build/names.c:35 ../build/names.c:69 +#: ../build/names.c:34 ../build/names.c:68 msgid "RPMERR_INTERNAL: Hit limit in getUname()\n" msgstr "" -#: ../build/names.c:104 ../build/names.c:138 +#: ../build/names.c:103 ../build/names.c:137 msgid "RPMERR_INTERNAL: Hit limit in getGname()\n" msgstr "" -#: ../build/names.c:176 +#: ../build/names.c:175 #, c-format msgid "Could not canonicalize hostname: %s\n" msgstr "" -#: ../build/pack.c:141 +#: ../build/pack.c:140 #, c-format msgid "Could not generate output filename for package %s: %s\n" msgstr "" @@ -1903,664 +1903,664 @@ msgstr "" msgid "Could not open Trigger script file: %s" msgstr "" -#: ../build/parseBuildInstallClean.c:28 +#: ../build/parseBuildInstallClean.c:27 #, c-format msgid "line %d: second %s" msgstr "" -#: ../build/parseChangelog.c:102 +#: ../build/parseChangelog.c:101 msgid "%%changelog entries must start with *" msgstr "" -#: ../build/parseChangelog.c:110 +#: ../build/parseChangelog.c:109 msgid "incomplete %%changelog entry" msgstr "" -#: ../build/parseChangelog.c:125 +#: ../build/parseChangelog.c:124 msgid "bad date in %%changelog: %s" msgstr "" -#: ../build/parseChangelog.c:130 +#: ../build/parseChangelog.c:129 msgid "%%changelog not in decending chronological order" msgstr "" -#: ../build/parseChangelog.c:138 ../build/parseChangelog.c:149 +#: ../build/parseChangelog.c:137 ../build/parseChangelog.c:148 msgid "missing name in %%changelog" msgstr "" -#: ../build/parseChangelog.c:156 +#: ../build/parseChangelog.c:155 msgid "no description in %%changelog" msgstr "" -#: ../build/parseDescription.c:35 +#: ../build/parseDescription.c:34 msgid "line %d: Error parsing %%description: %s" msgstr "" -#: ../build/parseDescription.c:48 ../build/parseFiles.c:43 -#: ../build/parseScript.c:140 +#: ../build/parseDescription.c:47 ../build/parseFiles.c:42 +#: ../build/parseScript.c:139 #, fuzzy, c-format msgid "line %d: Bad option %s: %s" msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ %s: %s" -#: ../build/parseDescription.c:62 ../build/parseFiles.c:57 -#: ../build/parseScript.c:154 +#: ../build/parseDescription.c:61 ../build/parseFiles.c:56 +#: ../build/parseScript.c:153 #, c-format msgid "line %d: Too many names: %s" msgstr "" -#: ../build/parseDescription.c:72 ../build/parseFiles.c:67 -#: ../build/parseScript.c:164 +#: ../build/parseDescription.c:71 ../build/parseFiles.c:66 +#: ../build/parseScript.c:163 #, fuzzy, c-format msgid "line %d: Package does not exist: %s" msgstr "ĞÁËÅÔ %s ÎÅ ×ÎÅÓÅÎ × %s" -#: ../build/parseDescription.c:84 +#: ../build/parseDescription.c:83 #, c-format msgid "line %d: Second description" msgstr "" -#: ../build/parseFiles.c:30 +#: ../build/parseFiles.c:29 msgid "line %d: Error parsing %%files: %s" msgstr "" -#: ../build/parseFiles.c:75 +#: ../build/parseFiles.c:74 msgid "line %d: Second %%files list" msgstr "" -#: ../build/parsePreamble.c:150 +#: ../build/parsePreamble.c:154 #, c-format msgid "Architecture is excluded: %s" msgstr "" -#: ../build/parsePreamble.c:155 +#: ../build/parsePreamble.c:159 #, c-format msgid "Architecture is not included: %s" msgstr "" -#: ../build/parsePreamble.c:160 +#: ../build/parsePreamble.c:164 #, c-format msgid "OS is excluded: %s" msgstr "" -#: ../build/parsePreamble.c:165 +#: ../build/parsePreamble.c:169 #, c-format msgid "OS is not included: %s" msgstr "" -#: ../build/parsePreamble.c:201 +#: ../build/parsePreamble.c:205 #, c-format msgid "%s field must be present in package: %s" msgstr "" -#: ../build/parsePreamble.c:243 +#: ../build/parsePreamble.c:247 #, c-format msgid "Duplicate %s entries in package: %s" msgstr "" -#: ../build/parsePreamble.c:287 ../build/parsePreamble.c:294 +#: ../build/parsePreamble.c:291 ../build/parsePreamble.c:298 #, fuzzy, c-format msgid "Unable to read icon: %s" msgstr "îå ÍÏÇÕ ÚÁĞÉÓÁÔØ %s" -#: ../build/parsePreamble.c:304 +#: ../build/parsePreamble.c:308 #, fuzzy, c-format msgid "Unknown icon type: %s" msgstr "(ÎÅÉÚ×ÅÓÔÎÙÊ ÔÉĞ)" -#: ../build/parsePreamble.c:335 +#: ../build/parsePreamble.c:339 #, c-format msgid "line %d: Malformed tag: %s" msgstr "" #. Empty field -#: ../build/parsePreamble.c:343 +#: ../build/parsePreamble.c:347 #, c-format msgid "line %d: Empty tag: %s" msgstr "" -#: ../build/parsePreamble.c:394 +#: ../build/parsePreamble.c:398 #, c-format msgid "line %d: BuildRoot can not be \"/\": %s" msgstr "" -#: ../build/parsePreamble.c:407 +#: ../build/parsePreamble.c:411 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s" msgstr "" -#: ../build/parsePreamble.c:419 +#: ../build/parsePreamble.c:423 #, fuzzy, c-format msgid "line %d: Docdir must begin with '/': %s" msgstr "ĞÅÒÅÍÅİÅÎÉÑ ÄÏÌÖÎÙ ÎÁŞÉÎÁÔØÓÑ Ó /" -#: ../build/parsePreamble.c:430 +#: ../build/parsePreamble.c:434 #, c-format msgid "line %d: Serial field must be a number: %s" msgstr "" -#: ../build/parsePreamble.c:494 +#: ../build/parsePreamble.c:498 #, fuzzy, c-format msgid "line %d: Bad BuildArchitecture format: %s" msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ÁÒÈÉÔÅËÔÕÒÁ ÄÌÑ %s × %s:%d" -#: ../build/parsePreamble.c:504 +#: ../build/parsePreamble.c:508 #, c-format msgid "Internal error: Bogus tag %d" msgstr "" -#: ../build/parsePreamble.c:647 +#: ../build/parsePreamble.c:651 #, fuzzy, c-format msgid "Bad package specification: %s" msgstr " ïĞÃÉÉ ÓĞÅÃÉÆÉËÁÃÉÉ ĞÁËÅÔÁ:" -#: ../build/parsePreamble.c:653 +#: ../build/parsePreamble.c:657 #, c-format msgid "Package already exists: %s" msgstr "" -#: ../build/parsePreamble.c:680 +#: ../build/parsePreamble.c:684 #, c-format msgid "line %d: Unknown tag: %s" msgstr "" -#: ../build/parsePreamble.c:705 +#: ../build/parsePreamble.c:709 msgid "Spec file can't use BuildRoot" msgstr "" -#: ../build/parsePrep.c:37 +#: ../build/parsePrep.c:36 #, fuzzy, c-format msgid "Bad source: %s: %s" msgstr "îÅ ÍÏÇÕ ĞÒÏŞÅÓÔØ %s: %s." -#: ../build/parsePrep.c:63 +#: ../build/parsePrep.c:62 #, fuzzy, c-format msgid "No patch number %d" msgstr "(ÎÅ ŞÉÓÌÏ)" -#: ../build/parsePrep.c:127 +#: ../build/parsePrep.c:126 #, c-format msgid "No source number %d" msgstr "" -#: ../build/parsePrep.c:180 +#: ../build/parsePrep.c:179 msgid "Error parsing %%setup: %s" msgstr "" -#: ../build/parsePrep.c:195 +#: ../build/parsePrep.c:194 msgid "line %d: Bad arg to %%setup %c: %s" msgstr "" -#: ../build/parsePrep.c:216 +#: ../build/parsePrep.c:215 msgid "line %d: Bad %%setup option %s: %s" msgstr "" -#: ../build/parsePrep.c:334 +#: ../build/parsePrep.c:333 msgid "line %d: Need arg to %%patch -b: %s" msgstr "" -#: ../build/parsePrep.c:342 +#: ../build/parsePrep.c:341 msgid "line %d: Need arg to %%patch -z: %s" msgstr "" -#: ../build/parsePrep.c:354 +#: ../build/parsePrep.c:353 msgid "line %d: Need arg to %%patch -p: %s" msgstr "" -#: ../build/parsePrep.c:360 +#: ../build/parsePrep.c:359 msgid "line %d: Bad arg to %%patch -p: %s" msgstr "" -#: ../build/parsePrep.c:367 +#: ../build/parsePrep.c:366 msgid "Too many patches!" msgstr "" -#: ../build/parsePrep.c:371 +#: ../build/parsePrep.c:370 msgid "line %d: Bad arg to %%patch: %s" msgstr "" -#: ../build/parsePrep.c:409 +#: ../build/parsePrep.c:408 msgid "line %d: second %%prep" msgstr "" -#: ../build/parseReqs.c:46 +#: ../build/parseReqs.c:45 #, c-format msgid "line %d: No file names in Conflicts: %s" msgstr "" -#: ../build/parseReqs.c:77 +#: ../build/parseReqs.c:76 #, c-format msgid "line %d: No versions on file names in %s: %s" msgstr "" -#: ../build/parseReqs.c:83 +#: ../build/parseReqs.c:82 #, c-format msgid "line %d: No versions in PreReq: %s" msgstr "" -#: ../build/parseReqs.c:95 +#: ../build/parseReqs.c:94 #, c-format msgid "line %d: Version required in %s: %s" msgstr "" -#: ../build/parseReqs.c:123 +#: ../build/parseReqs.c:122 #, c-format msgid "line %d: No file names in %s: %s" msgstr "" -#: ../build/parseReqs.c:131 +#: ../build/parseReqs.c:130 #, c-format msgid "line %d: %s: tokens must begin with alpha-numeric: %s" msgstr "" -#: ../build/parseScript.c:108 +#: ../build/parseScript.c:107 #, c-format msgid "line %d: triggers must have --: %s" msgstr "" -#: ../build/parseScript.c:118 ../build/parseScript.c:182 +#: ../build/parseScript.c:117 ../build/parseScript.c:181 #, c-format msgid "line %d: Error parsing %s: %s" msgstr "" -#: ../build/parseScript.c:128 +#: ../build/parseScript.c:127 #, c-format msgid "line %d: script program must begin with '/': %s" msgstr "" -#: ../build/parseScript.c:173 +#: ../build/parseScript.c:172 #, c-format msgid "line %d: Second %s" msgstr "" -#: ../build/parseSpec.c:110 +#: ../build/parseSpec.c:124 #, fuzzy, c-format msgid "Unable to open: %s\n" msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ %s\n" -#: ../build/parseSpec.c:122 +#: ../build/parseSpec.c:136 msgid "Unclosed %%if" msgstr "" -#: ../build/parseSpec.c:169 +#: ../build/parseSpec.c:183 #, fuzzy, c-format msgid "line %d: %s" msgstr "ÆÁÊÌ %s: %s\n" #. Got an else with no %if ! -#: ../build/parseSpec.c:193 +#: ../build/parseSpec.c:208 msgid "%s:%d: Got a %%else with no if" msgstr "" #. Got an end with no %if ! -#: ../build/parseSpec.c:203 +#: ../build/parseSpec.c:218 msgid "%s:%d: Got a %%endif with no if" msgstr "" -#: ../build/parseSpec.c:215 ../build/parseSpec.c:224 +#: ../build/parseSpec.c:230 ../build/parseSpec.c:239 msgid "malformed %%include statement" msgstr "" -#: ../build/parseSpec.c:305 +#: ../build/parseSpec.c:313 #, c-format msgid "Timecheck value must be an integer: %s" msgstr "" -#: ../build/parseSpec.c:395 +#: ../build/parseSpec.c:396 #, fuzzy msgid "No buildable architectures" msgstr "ÎÅ ĞÒÏ×ÅÒÑÔØ ÁÒÈÉÔÅËÔÕÒÕ ĞÁËÅÔÁ" -#: ../build/parseSpec.c:409 +#: ../build/parseSpec.c:424 #, fuzzy msgid "Package has no %%description: %s" msgstr "ĞÁËÅÔ %s ÎÅ ×ÎÅÓÅÎ × %s" -#: ../build/spec.c:30 +#: ../build/spec.c:29 #, c-format msgid "archive = %s, fs = %s\n" msgstr "" -#: ../build/spec.c:218 +#: ../build/spec.c:217 #, fuzzy, c-format msgid "line %d: Bad number: %s" msgstr "ÎÅĞÒÁ×ÉÌØÎÙÊ ÎÏÍÅÒ ĞÁËÅÔÁ: %s\n" -#: ../build/spec.c:224 +#: ../build/spec.c:223 #, c-format msgid "line %d: Bad no%s number: %d" msgstr "" -#: ../build/spec.c:282 +#: ../build/spec.c:281 #, fuzzy, c-format msgid "line %d: Bad %s number: %s\n" msgstr "ÎÅĞÒÁ×ÉÌØÎÙÊ ÎÏÍÅÒ ĞÁËÅÔÁ: %s\n" -#: ../lib/cpio.c:525 +#: ../lib/cpio.c:524 #, fuzzy, c-format msgid "error %d reading header: %s\n" msgstr "ÏÛÉÂËÁ ÓÏÚÄÁÎÉÑ ÄÉÒÅËÔÏÒÉÉ %s: %s" -#: ../lib/dbindex.c:16 +#: ../lib/dbindex.c:14 #, c-format msgid "cannot open file %s: " msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ %s: " -#: ../lib/dbindex.c:43 +#: ../lib/dbindex.c:41 #, c-format msgid "error getting record %s from %s" msgstr "ÏÛÉÂËÁ ĞÏÌÕŞÅÎÉÑ ÚÁĞÉÓÉ %s ÉÚ %s" -#: ../lib/dbindex.c:71 +#: ../lib/dbindex.c:69 #, c-format msgid "error storing record %s into %s" msgstr "ÏÛÉÂËÁ ÓÏÈÒÁÎÅÎÉÑ ÚÁĞÉÓÉ %s × %s" -#: ../lib/dbindex.c:78 +#: ../lib/dbindex.c:76 #, c-format msgid "error removing record %s into %s" msgstr "ÏÛÉÂËÁ ÕÄÁÌÅÎÉÑ ÚÁĞÉÓÉ %s ÉÚ %s" -#: ../lib/depends.c:374 ../lib/depends.c:529 +#: ../lib/depends.c:373 ../lib/depends.c:528 #, c-format msgid "cannot read header at %d for dependency check" msgstr "ÎÅ ÍÏÇÕ ĞÒÏŞÅÓÔØ ÈÅÄÅÒ × %d ÄÌÑ ĞÒÏ×ÅÒËÉ ÚÁ×ÉÓÉÍÏÓÔÅÊ" -#: ../lib/depends.c:439 +#: ../lib/depends.c:438 #, c-format msgid "dependencies: looking for %s\n" msgstr "" -#: ../lib/depends.c:622 +#: ../lib/depends.c:621 #, fuzzy, c-format msgid "package %s require not satisfied: %s\n" msgstr "ĞÁËÅÔ %s ÎÅ ×ÎÅÓÅÎ × %s" -#: ../lib/depends.c:665 +#: ../lib/depends.c:664 #, fuzzy, c-format msgid "package %s conflicts: %s\n" msgstr "ĞÁËÅÔ %s ÎÅ ×ÎÅÓÅÎ × %s" -#: ../lib/depends.c:764 +#: ../lib/depends.c:763 msgid "dbrecMatchesDepFlags() failed to read header" msgstr "" -#: ../lib/depends.c:816 +#: ../lib/depends.c:815 #, c-format msgid "loop in prerequisite chain: %s" msgstr "ÚÁÍËÎÕÔÙÊ ÃÉËÌ × ÃÅĞÏŞËÅ ĞÒÅÄÚÁ×ÉÓÉÍÏÓÔÅÊ: %s" -#: ../lib/falloc.c:128 +#: ../lib/falloc.c:127 #, c-format msgid "free list corrupt (%d)- contact support@redhat.com\n" msgstr "" -#: ../lib/formats.c:99 ../lib/formats.c:116 ../lib/formats.c:136 -#: ../lib/formats.c:168 ../lib/header.c:1925 ../lib/header.c:1941 -#: ../lib/header.c:1961 +#: ../lib/formats.c:97 ../lib/formats.c:114 ../lib/formats.c:134 +#: ../lib/formats.c:166 ../lib/header.c:1924 ../lib/header.c:1940 +#: ../lib/header.c:1960 msgid "(not a number)" msgstr "(ÎÅ ŞÉÓÌÏ)" -#: ../lib/fs.c:42 +#: ../lib/fs.c:40 #, c-format msgid "mntctl() failed to return fugger size: %s" msgstr "mntctl() ÎÅ ×ÏÚ×ÒÁÔÉÌ ÒÁÚÍÅÒÁ fugger(??): %s" -#: ../lib/fs.c:76 ../lib/fs.c:238 +#: ../lib/fs.c:74 ../lib/fs.c:236 #, fuzzy, c-format msgid "failed to stat %s: %s" msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ %s: %s" -#: ../lib/fs.c:117 +#: ../lib/fs.c:115 #, c-format msgid "failed to open %s: %s" msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ %s: %s" -#: ../lib/fs.c:259 +#: ../lib/fs.c:257 #, c-format msgid "file %s is on an unknown device" msgstr "" -#: ../lib/header.c:666 +#: ../lib/header.c:665 #, c-format msgid "Data type %d not supprted\n" msgstr "" #. This should not be allowed -#: ../lib/header.c:878 +#: ../lib/header.c:877 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: ../lib/header.c:908 +#: ../lib/header.c:907 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: ../lib/header.c:967 +#: ../lib/header.c:966 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: ../lib/header.c:1281 +#: ../lib/header.c:1280 msgid "? expected in expression" msgstr "× ×ÙÒÁÖÅÎÉÉ ÏÖÉÄÁÌÓÑ \"?\"" -#: ../lib/header.c:1288 +#: ../lib/header.c:1287 msgid "{ expected after ? in expression" msgstr "× ×ÙÒÁÖÅÎÉÉ ĞÏÓÌÅ \"?\" ÏÖÉÄÁÌÁÓØ \"{\"" -#: ../lib/header.c:1298 ../lib/header.c:1330 +#: ../lib/header.c:1297 ../lib/header.c:1329 msgid "} expected in expression" msgstr "× ×ÙÒÁÖÅÎÉÉ ÏÖÉÄÁÌÁÓØ \"}\"" -#: ../lib/header.c:1305 +#: ../lib/header.c:1304 msgid ": expected following ? subexpression" msgstr "× ×ÙÒÁÖÅÎÉÉ ĞÏÓÌÅ \"?\" ÏÖÉÄÁÌÏÓØ \":\"" -#: ../lib/header.c:1318 +#: ../lib/header.c:1317 msgid "{ expected after : in expression" msgstr "× ×ÙÒÁÖÅÎÉÉ ĞÏÓÌÅ \":\" ÏÖÉÄÁÌÁÓØ \"{\"" -#: ../lib/header.c:1337 +#: ../lib/header.c:1336 msgid "| expected at end of expression" msgstr "× ËÏÎÃÅ ×ÙÒÁÖÅÎÉÑ ÏÖÉÄÁÌÓÑ \"|\"" -#: ../lib/header.c:1431 +#: ../lib/header.c:1430 #, c-format msgid "missing { after %" msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ \"{\" ĞÏÓÌÅ \"%\"" -#: ../lib/header.c:1459 +#: ../lib/header.c:1458 msgid "missing } after %{" msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ \"}\" ĞÏÓÌÅ \"%{\"" -#: ../lib/header.c:1471 +#: ../lib/header.c:1470 msgid "empty tag format" msgstr "ĞÕÓÔÏÊ ÆÏÒÍÁÔ ËÌÀŞÁ" -#: ../lib/header.c:1481 +#: ../lib/header.c:1480 msgid "empty tag name" msgstr "ĞÕÓÔÏÅ ÉÍÑ ËÌÀŞÁ" -#: ../lib/header.c:1496 +#: ../lib/header.c:1495 msgid "unknown tag" msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ ËÌÀŞ" -#: ../lib/header.c:1522 +#: ../lib/header.c:1521 msgid "] expected at end of array" msgstr "× ËÏÎÃÅ ÍÁÓÓÉ×Á ÏÖÉÄÁÌÁÓØ \"]\"" -#: ../lib/header.c:1538 +#: ../lib/header.c:1537 msgid "unexpected ]" msgstr "ÎÅÏÖÉÄÁÎÎÁÑ \"]\"" -#: ../lib/header.c:1540 +#: ../lib/header.c:1539 msgid "unexpected }" msgstr "ÎÅÏÖÉÄÁÎÎÁÑ \"}\"" -#: ../lib/header.c:1615 ../lib/header.c:1621 ../lib/header.c:1804 +#: ../lib/header.c:1614 ../lib/header.c:1620 ../lib/header.c:1803 msgid "(none)" msgstr "(ÎÅÔ)" -#: ../lib/header.c:1715 +#: ../lib/header.c:1714 msgid "(unknown type)" msgstr "(ÎÅÉÚ×ÅÓÔÎÙÊ ÔÉĞ)" -#: ../lib/install.c:96 +#: ../lib/install.c:95 msgid "source package expected, binary found" msgstr "" -#: ../lib/install.c:168 +#: ../lib/install.c:167 #, fuzzy msgid "package is not relocatable" msgstr "ĞÁËÅÔ %s ÎÅ ÕÓÔÁÎÏ×ÌÅÎ\n" -#: ../lib/install.c:172 +#: ../lib/install.c:171 msgid "package has multiple relocatable components" msgstr "" -#: ../lib/install.c:195 +#: ../lib/install.c:194 #, fuzzy, c-format msgid "path %s is not relocatable" msgstr "ĞÁËÅÔ %s ÎÅ ÕÓÔÁÎÏ×ÌÅÎ\n" -#: ../lib/install.c:277 +#: ../lib/install.c:276 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: ../lib/install.c:325 +#: ../lib/install.c:324 #, fuzzy, c-format msgid "not installing %s -- linguas\n" msgstr "éÎÓÔÁÌÌÉÒÕÀ %s\n" -#: ../lib/install.c:347 +#: ../lib/install.c:346 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: ../lib/install.c:355 +#: ../lib/install.c:354 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: ../lib/install.c:379 +#: ../lib/install.c:378 msgid "instchangelog value in rpmrc should be a number, but isn't" msgstr "" -#: ../lib/install.c:455 ../lib/install.c:735 +#: ../lib/install.c:454 ../lib/install.c:734 msgid "stopping install as we're running --test\n" msgstr "" -#: ../lib/install.c:486 +#: ../lib/install.c:485 #, fuzzy, c-format msgid "package %s-%s-%s is for a different architecture" msgstr "ĞÁËÅÔ %s-%s-%s ÓÏÄÅÒÖÉÔ ÒÁÚÄÅÌÑÅÍÙÅ ÆÁÊÌÙ\n" -#: ../lib/install.c:493 +#: ../lib/install.c:492 #, c-format msgid "package %s-%s-%s is for a different operating system" msgstr "" -#: ../lib/install.c:505 +#: ../lib/install.c:504 #, fuzzy, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "ĞÁËÅÔ %s-%s-%s ÓÏÄÅÒÖÉÔ ÒÁÚÄÅÌÑÅÍÙÅ ÆÁÊÌÙ\n" #. no matches -#: ../lib/install.c:569 +#: ../lib/install.c:568 #, fuzzy, c-format msgid "package %s is now obsolete and will be removed\n" msgstr "ĞÁËÅÔ %s ÎÅ ÕÓÔÁÎÏ×ÌÅÎ\n" -#: ../lib/install.c:680 +#: ../lib/install.c:679 #, c-format msgid "file %s in netshared path\n" msgstr "" -#: ../lib/install.c:697 +#: ../lib/install.c:696 #, c-format msgid "%s exists - creating with alternate name\n" msgstr "" -#: ../lib/install.c:702 +#: ../lib/install.c:701 #, c-format msgid "%s exists - backing up\n" msgstr "" -#: ../lib/install.c:741 +#: ../lib/install.c:740 msgid "running preinstall script (if any)\n" msgstr "" -#: ../lib/install.c:772 +#: ../lib/install.c:771 #, c-format msgid "warning: %s created as %s" msgstr "" -#: ../lib/install.c:806 +#: ../lib/install.c:805 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: ../lib/install.c:810 ../lib/install.c:1520 ../lib/uninstall.c:590 +#: ../lib/install.c:809 ../lib/install.c:1519 ../lib/uninstall.c:589 #, c-format msgid "rename of %s to %s failed: %s" msgstr "ÏÛÉÂËÁ ĞÅÒÅÉÍÅÎÏ×ÁÎÉÑ %s × %s: %s" -#: ../lib/install.c:911 +#: ../lib/install.c:910 msgid "running postinstall script (if any)\n" msgstr "" -#: ../lib/install.c:932 +#: ../lib/install.c:931 msgid "removing old versions of package\n" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error -#: ../lib/install.c:1023 +#: ../lib/install.c:1022 #, c-format msgid "unpacking of archive failed on file %s: %d: %s" msgstr "" -#: ../lib/install.c:1061 +#: ../lib/install.c:1060 #, fuzzy, c-format msgid "package %s-%s-%s is already installed" msgstr "ĞÁËÅÔ %s ÎÅ ÕÓÔÁÎÏ×ÌÅÎ\n" -#: ../lib/install.c:1109 +#: ../lib/install.c:1108 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: ../lib/install.c:1127 +#: ../lib/install.c:1126 msgid "\tfile type on disk is different then package - saving\n" msgstr "" -#: ../lib/install.c:1130 +#: ../lib/install.c:1129 msgid "" "\tfile type in database is different then disk and package file - saving\n" msgstr "" -#: ../lib/install.c:1134 +#: ../lib/install.c:1133 msgid "\tfile type changed - replacing\n" msgstr "" -#: ../lib/install.c:1138 +#: ../lib/install.c:1137 msgid "\tcan't check file for changes - replacing\n" msgstr "" #. assume the file has been removed, don't freak -#: ../lib/install.c:1150 ../lib/install.c:1160 +#: ../lib/install.c:1149 ../lib/install.c:1159 msgid "\tfile not present - creating" msgstr "" #. this config file has never been modified, so #. just replace it -#: ../lib/install.c:1173 +#: ../lib/install.c:1172 msgid "\told == current, replacing with new version\n" msgstr "" #. this file is the same in all versions of this package -#: ../lib/install.c:1180 +#: ../lib/install.c:1179 msgid "\told == new, keeping\n" msgstr "" @@ -2568,130 +2568,130 @@ msgstr "" #. the ones in the two packages are different. It would #. be nice if RPM was smart enough to at least try and #. merge the difference ala CVS, but... -#: ../lib/install.c:1188 +#: ../lib/install.c:1187 msgid "\tfiles changed too much - backing up\n" msgstr "" -#: ../lib/install.c:1250 ../lib/rpmdb.c:310 ../lib/uninstall.c:118 -#: ../lib/uninstall.c:218 +#: ../lib/install.c:1249 ../lib/rpmdb.c:309 ../lib/uninstall.c:117 +#: ../lib/uninstall.c:217 #, c-format msgid "cannot read header at %d for uninstall" msgstr "ÎÅ ÍÏÇÕ ĞÒÏŞÉÔÁÔØ ÈÅÄÅÒ × %d ÄÌÑ ÄÅÉÎÓÔÁÌÌÑÃÉÉ" -#: ../lib/install.c:1263 ../lib/uninstall.c:131 +#: ../lib/install.c:1262 ../lib/uninstall.c:130 #, c-format msgid "package %s-%s-%s contain shared files\n" msgstr "ĞÁËÅÔ %s-%s-%s ÓÏÄÅÒÖÉÔ ÒÁÚÄÅÌÑÅÍÙÅ ÆÁÊÌÙ\n" -#: ../lib/install.c:1268 ../lib/uninstall.c:136 +#: ../lib/install.c:1267 ../lib/uninstall.c:135 #, fuzzy, c-format msgid "package %s contains no files" msgstr "ĞÁËÅÔ %s-%s-%s ÓÏÄÅÒÖÉÔ ÒÁÚÄÅÌÑÅÍÙÅ ÆÁÊÌÙ\n" -#: ../lib/install.c:1290 ../lib/uninstall.c:159 +#: ../lib/install.c:1289 ../lib/uninstall.c:158 #, fuzzy, c-format msgid "file %s is shared\n" msgstr "ÆÁÊÌ %s: %s\n" -#: ../lib/install.c:1306 +#: ../lib/install.c:1305 msgid "\told version already replaced\n" msgstr "" -#: ../lib/install.c:1309 +#: ../lib/install.c:1308 msgid "\tother version never installed\n" msgstr "" -#: ../lib/install.c:1317 +#: ../lib/install.c:1316 #, fuzzy, c-format msgid "%s conflicts with file from %s-%s-%s" msgstr " ËÏÎÆÌÉËÔÕÅÔ Ó %s-%s-%s\n" -#: ../lib/install.c:1336 +#: ../lib/install.c:1335 #, c-format msgid "%s from %s-%s-%s will be replaced\n" msgstr "" -#: ../lib/install.c:1400 +#: ../lib/install.c:1399 #, fuzzy msgid "installing a source package\n" msgstr "ÕÓÔÁÎÏ×ÉÔØ ĞÁËÅÔ" -#: ../lib/install.c:1416 ../lib/install.c:1421 +#: ../lib/install.c:1415 ../lib/install.c:1420 #, fuzzy, c-format msgid "cannot write to %s" msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ %s: " -#: ../lib/install.c:1425 +#: ../lib/install.c:1424 #, c-format msgid "sources in: %s\n" msgstr "" -#: ../lib/install.c:1426 +#: ../lib/install.c:1425 #, fuzzy, c-format msgid "spec file in: %s\n" msgstr "ÆÁÊÌ %s: %s\n" -#: ../lib/install.c:1459 ../lib/install.c:1498 +#: ../lib/install.c:1458 ../lib/install.c:1497 #, fuzzy msgid "source package contains no .spec file" msgstr "ÎÁÊÔÉ ĞÁËÅÔ, ËÏÔÏÒÏÍÕ ĞÒÉÎÁÄÌÅÖÉÔ <file>" -#: ../lib/install.c:1518 +#: ../lib/install.c:1517 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: ../lib/install.c:1634 +#: ../lib/install.c:1633 #, fuzzy, c-format msgid "package %s-%s-%s (which is newer) is already installed" msgstr "ĞÁËÅÔ %s-%s-%s ÓÏÄÅÒÖÉÔ ÒÁÚÄÅÌÑÅÍÙÅ ÆÁÊÌÙ\n" -#: ../lib/lookup.c:86 +#: ../lib/lookup.c:84 #, c-format msgid "cannot read header at %d for lookup" msgstr "ÎÅ ÍÏÇÕ ĞÒÏŞÅÓÔØ ÈÅÄÅÒ × %d ÄÌÑ ĞÏÉÓËÁ" -#: ../lib/macro.c:114 +#: ../lib/macro.c:113 #, c-format msgid "======================== active %d empty %d\n" msgstr "" #. XXX just in case -#: ../lib/macro.c:201 +#: ../lib/macro.c:200 #, c-format msgid "%3d>%*s(empty)" msgstr "" -#: ../lib/macro.c:236 +#: ../lib/macro.c:235 #, c-format msgid "%3d<%*s(empty)\n" msgstr "" -#: ../lib/macro.c:409 +#: ../lib/macro.c:408 msgid "Macro %%%s has unterminated body" msgstr "" -#: ../lib/macro.c:435 +#: ../lib/macro.c:434 msgid "Macro %%%s has illegal name (%%define)" msgstr "" -#: ../lib/macro.c:441 +#: ../lib/macro.c:440 msgid "Macro %%%s has unterminated opts" msgstr "" -#: ../lib/macro.c:446 +#: ../lib/macro.c:445 msgid "Macro %%%s has empty body" msgstr "" -#: ../lib/macro.c:451 +#: ../lib/macro.c:450 msgid "Macro %%%s failed to expand" msgstr "" -#: ../lib/macro.c:476 +#: ../lib/macro.c:475 msgid "Macro %%%s has illegal name (%%undefine)" msgstr "" -#: ../lib/macro.c:547 +#: ../lib/macro.c:548 msgid "Macro %%%s (%s) was not used below level %d" msgstr "" @@ -2733,500 +2733,500 @@ msgstr "ÆÁÊÌ %s: %s\n" msgid "File %s is smaller than %d bytes" msgstr "" -#: ../lib/messages.c:53 +#: ../lib/messages.c:51 msgid "warning: " msgstr "ĞÒÅÄÕĞÒÅÖÄÅÎÉÅ: " -#: ../lib/messages.c:59 +#: ../lib/messages.c:57 msgid "error: " msgstr "ÏÛÉÂËÁ: " -#: ../lib/messages.c:65 +#: ../lib/messages.c:63 msgid "fatal error: " msgstr "ÆÁÔÁÌØÎÁÑ ÏÛÉÂËÁ: " -#: ../lib/messages.c:72 +#: ../lib/messages.c:70 msgid "internal error (rpm bug?): " msgstr "" -#: ../lib/misc.c:338 ../lib/misc.c:343 ../lib/misc.c:349 +#: ../lib/misc.c:337 ../lib/misc.c:342 ../lib/misc.c:348 #, fuzzy, c-format msgid "error creating temporary file %s" msgstr "ÏÛÉÂËÁ ÓÏÚÄÁÎÉÑ ÄÉÒÅËÔÏÒÉÉ %s: %s" -#: ../lib/oldheader.c:294 +#: ../lib/oldheader.c:293 msgid "bad file state: " msgstr "" -#: ../lib/package.c:51 +#: ../lib/package.c:50 msgid "package is a version one package!\n" msgstr "" -#: ../lib/package.c:54 +#: ../lib/package.c:53 msgid "old style source package -- I'll do my best\n" msgstr "" -#: ../lib/package.c:57 +#: ../lib/package.c:56 #, c-format msgid "archive offset is %d\n" msgstr "" -#: ../lib/package.c:67 +#: ../lib/package.c:66 msgid "old style binary package\n" msgstr "" -#: ../lib/package.c:98 +#: ../lib/package.c:97 msgid "" "only packages with major numbers <= 3 are supported by this version of RPM" msgstr "ÜÔÁ ×ÅÒÓÉÑ RPM ĞÏÄÄÅÒÖÉ×ÁÅÔ ÔÏÌØËÏ ĞÁËÅÔÙ ÏÓÎÏ×ÎÏÊ (major) ×ÅÒÓÉÉ <= 3" -#: ../lib/rebuilddb.c:15 +#: ../lib/rebuilddb.c:14 #, fuzzy, c-format msgid "rebuilding database in rootdir %s\n" msgstr "ĞÅÒÅÓÔÒÏÉÔØ ÂÁÚÕ ÄÁÎÎÙÈ ÉÚ ÓÕİÅÓÔ×ÕÀİÅÊ ÂÁÚÙ" -#: ../lib/rebuilddb.c:19 ../lib/rpmdb.c:45 ../lib/rpmdb.c:58 +#: ../lib/rebuilddb.c:18 ../lib/rpmdb.c:44 ../lib/rpmdb.c:57 msgid "no dbpath has been set" msgstr "ÎÅ ÕÓÔÁÎÏ×ÌÅÎÁ dbpath" -#: ../lib/rebuilddb.c:27 +#: ../lib/rebuilddb.c:26 #, c-format msgid "temporary database %s already exists" msgstr "×ÒÅÍÅÎÎÁÑ ÂÁÚÁ ÄÁÎÎÙÈ %s ÕÖÅ ÓÕİÅÓÔ×ÕÅÔ" -#: ../lib/rebuilddb.c:31 +#: ../lib/rebuilddb.c:30 #, fuzzy, c-format msgid "creating directory: %s\n" msgstr "ÏÛÉÂËÁ ÓÏÚÄÁÎÉÑ ÄÉÒÅËÔÏÒÉÉ %s: %s" -#: ../lib/rebuilddb.c:33 +#: ../lib/rebuilddb.c:32 #, c-format msgid "error creating directory %s: %s" msgstr "ÏÛÉÂËÁ ÓÏÚÄÁÎÉÑ ÄÉÒÅËÔÏÒÉÉ %s: %s" -#: ../lib/rebuilddb.c:39 +#: ../lib/rebuilddb.c:38 msgid "opening old database\n" msgstr "" -#: ../lib/rebuilddb.c:44 +#: ../lib/rebuilddb.c:43 msgid "opening new database\n" msgstr "" -#: ../lib/rebuilddb.c:53 ../lib/rebuilddb.c:71 +#: ../lib/rebuilddb.c:52 ../lib/rebuilddb.c:70 #, c-format msgid "record number %d in database is bad -- skipping it" msgstr "ÚÁĞÉÓØ ÎÏÍÅÒ %d × ÂÁÚÅ ÄÁÎÎÙÈ ÎÅĞÒÁ×ÉÌØÎÁÑ, ĞÒÏĞÕÓËÁÀ" -#: ../lib/rebuilddb.c:65 +#: ../lib/rebuilddb.c:64 #, c-format msgid "cannot add record originally at %d" msgstr "ÎÅ ÍÏÇÕ ÄÏÂÁ×ÉÔØ ÚÁĞÉÓØ (ĞÅÒ×ÏÎÁŞÁÌØÎÏ × %d)" -#: ../lib/rebuilddb.c:82 +#: ../lib/rebuilddb.c:81 msgid "failed to rebuild database; original database remains in place\n" msgstr "" -#: ../lib/rebuilddb.c:89 +#: ../lib/rebuilddb.c:88 msgid "failed to replace old database with new database!\n" msgstr "" -#: ../lib/rebuilddb.c:91 +#: ../lib/rebuilddb.c:90 #, c-format msgid "replaces files in %s with files from %s to recover" msgstr "" -#: ../lib/rebuilddb.c:96 +#: ../lib/rebuilddb.c:95 #, fuzzy, c-format msgid "failed to remove %s: %s\n" msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ %s: %s" -#: ../lib/rpmdb.c:113 +#: ../lib/rpmdb.c:112 #, c-format msgid "opening database in %s\n" msgstr "" -#: ../lib/rpmdb.c:122 +#: ../lib/rpmdb.c:121 #, c-format msgid "failed to open %s\n" msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ %s\n" -#: ../lib/rpmdb.c:135 ../lib/rpmdb.c:142 +#: ../lib/rpmdb.c:134 ../lib/rpmdb.c:141 #, c-format msgid "cannot get %s lock on database" msgstr "ÎÅ ÍÏÇÕ ĞÏÌÕŞÉÔØ %s ÄÏÓÔÕĞ Ë ÂÁÚÅ ÄÁÎÎÙÈ" -#: ../lib/rpmdb.c:136 +#: ../lib/rpmdb.c:135 msgid "exclusive" msgstr "ÉÓËÌÀŞÉÔÅÌØÎÙÊ" -#: ../lib/rpmdb.c:143 +#: ../lib/rpmdb.c:142 msgid "shared" msgstr "ÒÁÚÄÅÌÑÅÍÙÊ" -#: ../lib/rpmdb.c:276 +#: ../lib/rpmdb.c:275 #, c-format msgid "package %s not listed in %s" msgstr "ĞÁËÅÔ %s ÎÅ ×ÎÅÓÅÎ × %s" -#: ../lib/rpmdb.c:287 +#: ../lib/rpmdb.c:286 #, c-format msgid "package %s not found in %s" msgstr "ĞÁËÅÔ %s ÎÅ ÎÁÊÄÅÎ × %s" -#: ../lib/rpmdb.c:318 +#: ../lib/rpmdb.c:317 msgid "package has no name" msgstr "Õ ĞÁËÅÔÁ ÎÅÔ ÉÍÅÎÉ" -#: ../lib/rpmdb.c:320 +#: ../lib/rpmdb.c:319 msgid "removing name index\n" msgstr "" -#: ../lib/rpmdb.c:325 +#: ../lib/rpmdb.c:324 #, fuzzy msgid "package has no group\n" msgstr "Õ ĞÁËÅÔÁ ÎÅÔ ÉÍÅÎÉ" -#: ../lib/rpmdb.c:327 +#: ../lib/rpmdb.c:326 msgid "removing group index\n" msgstr "" -#: ../lib/rpmdb.c:334 +#: ../lib/rpmdb.c:333 #, fuzzy, c-format msgid "removing provides index for %s\n" msgstr "ÏÛÉÂËÁ ÕÄÁÌÅÎÉÑ ÚÁĞÉÓÉ %s ÉÚ %s" -#: ../lib/rpmdb.c:349 +#: ../lib/rpmdb.c:348 #, fuzzy, c-format msgid "removing requiredby index for %s\n" msgstr "ÏÛÉÂËÁ ÕÄÁÌÅÎÉÑ ÚÁĞÉÓÉ %s ÉÚ %s" -#: ../lib/rpmdb.c:361 +#: ../lib/rpmdb.c:360 #, fuzzy, c-format msgid "removing trigger index for %s\n" msgstr "ÏÛÉÂËÁ ÕÄÁÌÅÎÉÑ ÚÁĞÉÓÉ %s ÉÚ %s" -#: ../lib/rpmdb.c:372 +#: ../lib/rpmdb.c:371 #, c-format msgid "removing conflict index for %s\n" msgstr "" -#: ../lib/rpmdb.c:383 +#: ../lib/rpmdb.c:382 #, c-format msgid "removing file index for %s\n" msgstr "" -#: ../lib/rpmdb.c:390 +#: ../lib/rpmdb.c:389 #, fuzzy msgid "package has no files\n" msgstr "Õ ĞÁËÅÔÁ ÎÅÔ ÉÍÅÎÉ" -#: ../lib/rpmdb.c:463 +#: ../lib/rpmdb.c:462 msgid "cannot allocate space for database" msgstr "ÎÅ ÍÏÇÕ ×ÙÄÅÌÉÔØ ÍÅÓÔÏ ÄÌÑ ÂÁÚÙ ÄÁÎÎÙÈ" -#: ../lib/rpmdb.c:527 +#: ../lib/rpmdb.c:526 #, c-format msgid "cannot read header at %d for update" msgstr "ÎÅ ÍÏÇÕ ĞÒÏŞÉÔÁÔØ ÈÅÄÅÒ × %d ÄÌÑ ÁĞÇÒÅÊÄÁ" -#: ../lib/rpmdb.c:536 +#: ../lib/rpmdb.c:535 msgid "header changed size!" msgstr "" -#: ../lib/rpmlead.c:43 +#: ../lib/rpmlead.c:42 #, c-format msgid "read failed: %s (%d)" msgstr "ÏÛÉÂËÁ ŞÔÅÎÉÑ: %s (%d)" -#: ../lib/rpmrc.c:212 +#: ../lib/rpmrc.c:211 #, c-format msgid "missing second ':' at %s:%d" msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ×ÔÏÒÏÅ ':' × %s:%d" -#: ../lib/rpmrc.c:215 +#: ../lib/rpmrc.c:214 #, c-format msgid "missing architecture name at %s:%d" msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ÎÁÚ×ÁÎÉÅ ÁÒÈÉÔÅËÔÕÒÙ × %s:%d" -#: ../lib/rpmrc.c:352 +#: ../lib/rpmrc.c:359 #, c-format msgid "Incomplete data line at %s:%d" msgstr "îÅĞÏÌÎÁÑ ÓÔÒÏËÁ ÄÁÎÎÙÈ × %s:%d" -#: ../lib/rpmrc.c:356 +#: ../lib/rpmrc.c:363 #, c-format msgid "Too many args in data line at %s:%d" msgstr "óÌÉÛËÏÍ ÍÎÏÇÏ ÁÒÇÕÍÅÎÔÏ× × ÓÔÒÏËÅ ÄÁÎÎÙÈ × %s:%d" -#: ../lib/rpmrc.c:363 +#: ../lib/rpmrc.c:370 #, c-format msgid "Bad arch/os number: %s (%s:%d)" msgstr "îÅ×ÅÒÎÙÊ ÎÏÍÅÒ arch/os: %s (%s:%d)" -#: ../lib/rpmrc.c:396 +#: ../lib/rpmrc.c:403 #, c-format msgid "Incomplete default line at %s:%d" msgstr "îÅĞÏÌÎÁÑ ÓÔÒÏËÁ ĞÏ ÕÍÏÌŞÁÎÉÀ × %s:%d" -#: ../lib/rpmrc.c:401 +#: ../lib/rpmrc.c:408 #, c-format msgid "Too many args in default line at %s:%d" msgstr "óÌÉÛËÏÍ ÍÎÏÇÏ ÁÒÇÕÍÅÎÔÏ× × ÓÔÒÏËÅ ĞÏ ÕÍÏÌŞÁÎÉÀ × %s:%d" -#: ../lib/rpmrc.c:531 ../lib/rpmrc.c:547 +#: ../lib/rpmrc.c:542 ../lib/rpmrc.c:558 #, c-format msgid "Unable to open %s for reading: %s." msgstr "îÅ ÍÏÇÕ ÏÔËÒÙÔØ %s ÄÌÑ ŞÔÅÎÉÑ: %s." -#: ../lib/rpmrc.c:591 +#: ../lib/rpmrc.c:602 #, c-format msgid "Failed to read %s: %s." msgstr "îÅ ÍÏÇÕ ĞÒÏŞÅÓÔØ %s: %s." -#: ../lib/rpmrc.c:622 +#: ../lib/rpmrc.c:633 #, c-format msgid "missing ':' at %s:%d" msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ':' × %s:%d" -#: ../lib/rpmrc.c:638 ../lib/rpmrc.c:733 +#: ../lib/rpmrc.c:649 ../lib/rpmrc.c:744 #, c-format msgid "missing argument for %s at %s:%d" msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ÁÒÇÕÍÅÎÔ ÄÌÑ %s × %s:%d" -#: ../lib/rpmrc.c:668 +#: ../lib/rpmrc.c:679 #, fuzzy, c-format msgid "no macroname for setenv %s:%d" msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ÁÒÇÕÍÅÎÔ ÄÌÑ %s × %s:%d" -#: ../lib/rpmrc.c:699 +#: ../lib/rpmrc.c:710 #, c-format msgid "expansion failed at %s:d \"%s\"" msgstr "" -#: ../lib/rpmrc.c:705 +#: ../lib/rpmrc.c:716 #, fuzzy, c-format msgid "cannot open %s at %s:%d" msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ ÆÁÊÌ %s: " -#: ../lib/rpmrc.c:723 +#: ../lib/rpmrc.c:734 #, c-format msgid "missing architecture for %s at %s:%d" msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ÁÒÈÉÔÅËÔÕÒÁ ÄÌÑ %s × %s:%d" -#: ../lib/rpmrc.c:790 +#: ../lib/rpmrc.c:801 #, c-format msgid "bad option '%s' at %s:%d" msgstr "ÎÅ×ÅÒÎÁÑ ÏĞÃÉÑ '%s' × %s:%d" -#: ../lib/rpmrc.c:1077 +#: ../lib/rpmrc.c:1166 #, c-format msgid "Unknown system: %s\n" msgstr "" -#: ../lib/rpmrc.c:1078 +#: ../lib/rpmrc.c:1167 msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: ../lib/signature.c:72 +#: ../lib/signature.c:71 #, fuzzy msgid "No signature\n" msgstr "%s: ğÏÄĞÉÓÉ ÎÅÔ\n" -#: ../lib/signature.c:75 +#: ../lib/signature.c:74 #, fuzzy msgid "Old PGP signature\n" msgstr "ÇÅÎÅÒÉÒÏ×ÁÔØ PGP-ĞÏÄĞÉÓØ" -#: ../lib/signature.c:88 +#: ../lib/signature.c:87 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" "óÔÁÒÁÑ (ÔÏÌØËÏ ÄÌÑ ×ÎÕÔÒÅÎÎÅÇÏ ÉÓĞÏÌØÚÏ×ÁÎÉÑ) ĞÏÄĞÉÓØ! çÄÅ ×Ù üôï ×ÚÑÌÉ!?" -#: ../lib/signature.c:92 +#: ../lib/signature.c:91 #, fuzzy msgid "New Header signature\n" msgstr "ÎÅ ÍÏÇÕ ĞÒÏŞÅÓÔØ ĞÏÄĞÉÓØ" #. 8-byte pad -#: ../lib/signature.c:100 ../lib/signature.c:138 +#: ../lib/signature.c:99 ../lib/signature.c:137 #, c-format msgid "Signature size: %d\n" msgstr "" -#: ../lib/signature.c:101 ../lib/signature.c:139 +#: ../lib/signature.c:100 ../lib/signature.c:138 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: ../lib/signature.c:211 ../lib/signature.c:468 +#: ../lib/signature.c:210 ../lib/signature.c:467 msgid "Couldn't exec pgp" msgstr "îÅ ÍÏÇÕ ÉÓĞÏÌÎÉÔØ pgp" -#: ../lib/signature.c:222 +#: ../lib/signature.c:221 msgid "pgp failed" msgstr "ÏÛÉÂËÁ pgp" #. PGP failed to write signature #. Just in case -#: ../lib/signature.c:229 +#: ../lib/signature.c:228 msgid "pgp failed to write signature" msgstr "ÏÛÉÂËÁ pgp ĞÒÉ ÚÁĞÉÓÉ ĞÏÄĞÉÓÉ" -#: ../lib/signature.c:234 +#: ../lib/signature.c:233 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: ../lib/signature.c:242 +#: ../lib/signature.c:241 msgid "unable to read the signature" msgstr "ÎÅ ÍÏÇÕ ĞÒÏŞÅÓÔØ ĞÏÄĞÉÓØ" -#: ../lib/signature.c:248 +#: ../lib/signature.c:247 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: ../lib/signature.c:263 +#: ../lib/signature.c:262 #, c-format msgid "sigsize : %d\n" msgstr "" -#: ../lib/signature.c:264 +#: ../lib/signature.c:263 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: ../lib/signature.c:265 +#: ../lib/signature.c:264 #, c-format msgid "expected size : %d\n" msgstr "" -#: ../lib/signature.c:269 +#: ../lib/signature.c:268 msgid "file is not regular -- skipping size check\n" msgstr "" -#: ../lib/signature.c:383 +#: ../lib/signature.c:382 #, fuzzy msgid "exec failed!\n" msgstr "%s: ïÛÉÂËÁ ÏÔËÒÙÔÉÑ\n" -#: ../lib/signature.c:385 +#: ../lib/signature.c:384 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" "îÅ ÍÏÇÕ ÚÁĞÕÓÔÉÔØ pgp. éÓĞÏÌØÚÕÊÔÅ --nopgp ŞÔÏÂÙ ĞÒÏĞÕÓÔÉÔØ ĞÒÏ×ÅÒËÕ PGP." -#: ../lib/signature.c:419 +#: ../lib/signature.c:418 msgid "You must set \"pgp_name:\" in your rpmrc file" msgstr "÷Ù ÄÏÌÖÎÙ ÕÓÔÁÎÏ×ÉÔØ \"pgp_name:\" × ×ÁÛÅÍ rpmrc" #. This shouldn't happen, but some versions of RPM didn't #. implement --justdb properly, and chose to leave this stuff #. out. -#: ../lib/uninstall.c:149 ../lib/uninstall.c:279 +#: ../lib/uninstall.c:148 ../lib/uninstall.c:278 msgid "package is missing FILESTATES\n" msgstr "" -#: ../lib/uninstall.c:164 +#: ../lib/uninstall.c:163 msgid " file has already been replaced\n" msgstr "" -#: ../lib/uninstall.c:168 +#: ../lib/uninstall.c:167 msgid " file was never installed\n" msgstr "" -#: ../lib/uninstall.c:172 +#: ../lib/uninstall.c:171 msgid " file is netshared (so don't touch it)\n" msgstr "" -#: ../lib/uninstall.c:179 +#: ../lib/uninstall.c:178 msgid " file is truely shared - saving\n" msgstr "" -#: ../lib/uninstall.c:229 +#: ../lib/uninstall.c:228 #, fuzzy, c-format msgid "cannot read packages named %s for uninstall" msgstr "ÎÅ ÍÏÇÕ ĞÒÏŞÉÔÁÔØ ÈÅÄÅÒ × %d ÄÌÑ ÄÅÉÎÓÔÁÌÌÑÃÉÉ" -#: ../lib/uninstall.c:257 +#: ../lib/uninstall.c:256 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: ../lib/uninstall.c:305 +#: ../lib/uninstall.c:304 #, c-format msgid "%s has a netshared override\n" msgstr "" -#: ../lib/uninstall.c:343 +#: ../lib/uninstall.c:342 msgid "running postuninstall script (if any)\n" msgstr "" -#: ../lib/uninstall.c:357 +#: ../lib/uninstall.c:356 msgid "removing database entry\n" msgstr "" -#: ../lib/uninstall.c:506 +#: ../lib/uninstall.c:505 msgid "execution of script failed" msgstr "ÏÛÉÂËÁ ÉÓĞÏÌÎÅÎÉÑ ÓËÒÉĞÔÁ" -#: ../lib/uninstall.c:551 +#: ../lib/uninstall.c:550 #, c-format msgid "%s has already been replaced\n" msgstr "" #. if it's a config file, we may not want to remove it -#: ../lib/uninstall.c:557 +#: ../lib/uninstall.c:556 #, c-format msgid "finding md5sum of %s\n" msgstr "" -#: ../lib/uninstall.c:565 +#: ../lib/uninstall.c:564 msgid " failed - assuming file removed\n" msgstr "" -#: ../lib/uninstall.c:568 +#: ../lib/uninstall.c:567 msgid " file changed - will save\n" msgstr "" -#: ../lib/uninstall.c:572 +#: ../lib/uninstall.c:571 msgid " file unchanged - will remove\n" msgstr "" -#: ../lib/uninstall.c:580 +#: ../lib/uninstall.c:579 #, fuzzy, c-format msgid "keeping %s\n" msgstr "ğÏÌÕŞÁÀ %s\n" -#: ../lib/uninstall.c:584 +#: ../lib/uninstall.c:583 #, c-format msgid "saving %s as %s.rpmsave\n" msgstr "" -#: ../lib/uninstall.c:598 +#: ../lib/uninstall.c:597 #, c-format msgid "%s - removing\n" msgstr "" -#: ../lib/uninstall.c:604 +#: ../lib/uninstall.c:603 #, c-format msgid "cannot remove %s - directory not empty" msgstr "ÎÅ ÍÏÇÕ ÕÄÁÌÉÔØ %s - ÄÉÒÅËÔÏÒÉÑ ÎÅ ĞÕÓÔÁÑ" -#: ../lib/uninstall.c:607 +#: ../lib/uninstall.c:606 #, c-format msgid "rmdir of %s failed: %s" msgstr "ÏÛÉÂËÁ ÕÄÁÌÅÎÉÑ ÄÉÒÅËÔÏÒÉÉ %s: %s" -#: ../lib/uninstall.c:617 +#: ../lib/uninstall.c:616 #, c-format msgid "removal of %s failed: %s" msgstr "ÏÛÉÂËÁ ÕÄÁÌÅÎÉÑ %s: %s" -#: ../lib/verify.c:171 +#: ../lib/verify.c:170 msgid "package lacks both user name and id lists (this should never happen)" msgstr "" -#: ../lib/verify.c:189 +#: ../lib/verify.c:188 msgid "package lacks both group name and id lists (this should never happen)" msgstr "" @@ -1,7 +1,7 @@ -#: ../rpm.c:200 ../rpm.c:279 +#: ../rpm.c:197 ../rpm.c:276 msgid "" msgstr "" -"POT-Creation-Date: 1998-10-06 13:43-0400\n" +"POT-Creation-Date: 1998-10-08 10:34-0400\n" "Content-Type: text/plain; charset=\n" "Date: 1998-05-02 21:41:47-0400\n" "From: Erik Troan <ewt@lacrosse.redhat.com>\n" @@ -19,806 +19,806 @@ msgstr "" "/home/ewt/redhat/rpm/lib/package.c /home/ewt/redhat/rpm/lib/rpmlead.c " "/home/ewt/redhat/rpm/lib/rpmrc.c\n" -#: ../build.c:40 ../build.c:51 +#: ../build.c:39 ../build.c:50 #, fuzzy, c-format msgid "Failed to open tar pipe: %s\n" msgstr "neuspelo otvaranje %s\n" #. Give up -#: ../build.c:57 +#: ../build.c:56 #, fuzzy, c-format msgid "Failed to read spec file from %s\n" msgstr "Neuspelo èitanje %s: %s." -#: ../build.c:80 +#: ../build.c:79 #, fuzzy, c-format msgid "Failed to rename %s to %s: %s\n" msgstr "Neuspelo èitanje %s: %s." -#: ../build.c:112 +#: ../build.c:111 #, c-format msgid "File is not a regular file: %s\n" msgstr "" -#: ../build.c:117 +#: ../build.c:116 #, fuzzy, c-format msgid "Unable to open spec file: %s\n" msgstr "Ne mogu da otvorim %s za èitanje: %s" -#: ../build.c:125 +#: ../build.c:124 #, c-format msgid "File contains non-printable characters(%c): %s\n" msgstr "" -#: ../checksig.c:26 ../checksig.c:157 +#: ../checksig.c:25 ../checksig.c:156 #, c-format msgid "%s: Open failed\n" msgstr "%s: Neuspelo otvaranje\n" -#: ../checksig.c:30 ../checksig.c:162 +#: ../checksig.c:29 ../checksig.c:161 #, c-format msgid "%s: readLead failed\n" msgstr "%s: Neuspeo 'readLead'\n" -#: ../checksig.c:34 +#: ../checksig.c:33 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "%s: Ne mogu da potpi¹em v1.0 RPM\n" -#: ../checksig.c:38 +#: ../checksig.c:37 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "%s: Ne mogu da ponovo potpi¹em v2.0 RPM\n" -#: ../checksig.c:42 ../checksig.c:172 +#: ../checksig.c:41 ../checksig.c:171 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "%s: Neuspelo 'rpmReadSignature'\n" -#: ../checksig.c:55 ../checksig.c:186 +#: ../checksig.c:54 ../checksig.c:185 msgid "Couldn't read the header/archive" msgstr "Ne mogu da proèitam zaglavlje/arhivu" -#: ../checksig.c:62 +#: ../checksig.c:61 msgid "Couldn't write header/archive to temp file" msgstr "Ne mogu da upi¹em zaglavlje/arhivu u privremenu datoteku" -#: ../build/pack.c:273 ../checksig.c:87 +#: ../build/pack.c:273 ../checksig.c:86 #, fuzzy, c-format msgid "Generating signature: %d\n" msgstr "napravi PGP potpis" -#: ../checksig.c:110 +#: ../checksig.c:109 msgid "Couldn't read sigtarget" msgstr "Ne mogu da proèitam 'sigtarget'" -#: ../checksig.c:119 +#: ../checksig.c:118 msgid "Couldn't write package" msgstr "Ne mogu da upi¹em paket" -#: ../checksig.c:167 +#: ../checksig.c:166 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "%s: Potpis nije na raspolaganju (RPM v1.0)\n" -#: ../checksig.c:177 +#: ../checksig.c:176 #, c-format msgid "%s: No signature available\n" msgstr "%s: Potpis nije na raspolaganju\n" -#: ../checksig.c:193 +#: ../checksig.c:192 #, c-format msgid "Unable to write %s" msgstr "Ne mogu da upi¹em %s" -#: ../checksig.c:284 +#: ../checksig.c:283 msgid "NOT OK" msgstr "" -#: ../checksig.c:285 ../checksig.c:292 +#: ../checksig.c:284 ../checksig.c:291 msgid " (MISSING KEYS)" msgstr " (NEDOSTAJUÆI KLJUÈEVI)" -#: ../checksig.c:291 +#: ../checksig.c:290 msgid "OK" msgstr "" -#: ../ftp.c:425 +#: ../ftp.c:424 msgid "Bad FTP server response" msgstr "Lo¹ odgovor FTP servera" -#: ../ftp.c:428 +#: ../ftp.c:427 msgid "FTP IO error" msgstr "Ulazno/izlazna FTP gre¹ka" -#: ../ftp.c:431 +#: ../ftp.c:430 msgid "FTP server timeout" msgstr "Tajm-aut FTP servera" -#: ../ftp.c:434 +#: ../ftp.c:433 msgid "Unable to lookup FTP server host address" msgstr "Ne mogu da odredim host adresu FTP servera" -#: ../ftp.c:437 +#: ../ftp.c:436 msgid "Unable to lookup FTP server host name" msgstr "Ne mogu da odredim ime FTP hosta" -#: ../ftp.c:440 +#: ../ftp.c:439 msgid "Failed to connect to FTP server" msgstr "Ne mogu da se pove¾em sa FTP serverom" -#: ../ftp.c:443 +#: ../ftp.c:442 msgid "Failed to establish data connection to FTP server" msgstr "Ne mogu da uspostavim vezu podataka sa FTP serverom" -#: ../ftp.c:446 +#: ../ftp.c:445 msgid "IO error to local file" msgstr "Ulazno/izlazna gre¹ka kod lokalne datoteke" -#: ../ftp.c:449 +#: ../ftp.c:448 msgid "Error setting remote server to passive mode" msgstr "Gre¹ka kod stavljanja udaljenog servera u pasivni re¾im" -#: ../ftp.c:452 +#: ../ftp.c:451 msgid "File not found on server" msgstr "Datoteka nije pronağena na serveru" -#: ../ftp.c:456 +#: ../ftp.c:455 msgid "FTP Unknown or unexpected error" msgstr "Neoèekivana ili nepoznata FTP gre¹ka" -#: ../install.c:68 ../install.c:184 +#: ../install.c:67 ../install.c:183 #, c-format msgid "error: cannot open file %s\n" msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n" -#: ../install.c:85 ../install.c:407 +#: ../install.c:84 ../install.c:406 #, c-format msgid "Installing %s\n" msgstr "Instaliram %s\n" -#: ../install.c:92 +#: ../install.c:91 msgid "stopping source install as we're just testing\n" msgstr "" -#: ../install.c:103 ../install.c:197 +#: ../install.c:102 ../install.c:196 #, c-format msgid "error: %s does not appear to be a RPM package\n" msgstr "gre¹ka: èini se da %s nije RPM paket\n" -#: ../install.c:108 ../install.c:202 ../install.c:411 +#: ../install.c:107 ../install.c:201 ../install.c:410 #, c-format msgid "error: %s cannot be installed\n" msgstr "gre¹ka: %s se ne mo¾e instalirati\n" -#: ../install.c:141 +#: ../install.c:140 #, fuzzy msgid "counting packages to install\n" msgstr "nedostaje paket za instalaciju" -#: ../install.c:145 +#: ../install.c:144 #, fuzzy, c-format msgid "found %d packages\n" msgstr "upit nad svim paketima" -#: ../install.c:151 +#: ../install.c:150 #, fuzzy msgid "looking for packages to download\n" msgstr "gre¹ka kod potrage za paketom %s\n" -#: ../install.c:155 +#: ../install.c:154 #, c-format msgid "Retrieving %s\n" msgstr "Pribavljam %s\n" -#: ../install.c:162 +#: ../install.c:161 #, c-format msgid "getting %s as %s\n" msgstr "" -#: ../install.c:166 +#: ../install.c:165 #, c-format msgid "error: skipping %s - transfer failed - %s\n" msgstr "gre¹ka: preskaèem %s - neuspelo preno¹enje - %s\n" -#: ../install.c:178 +#: ../install.c:177 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: ../install.c:180 +#: ../install.c:179 msgid "finding source and binary packages\n" msgstr "" -#: ../install.c:216 +#: ../install.c:215 #, fuzzy, c-format msgid "found %d source and %d binary packages\n" msgstr "grupa %s ne sadr¾i nijedan paket\n" -#: ../install.c:220 +#: ../install.c:219 #, c-format msgid "opening database mode: 0%o\n" msgstr "" -#: ../install.c:222 ../install.c:311 +#: ../install.c:221 ../install.c:310 #, c-format msgid "error: cannot open %s%s/packages.rpm\n" msgstr "gre¹ka: ne mogu da otvorim %s%s/packages.rpm\n" -#: ../install.c:243 +#: ../install.c:242 msgid "failed dependencies:\n" msgstr "lo¹e meğuzavisnosti:\n" -#: ../install.c:264 +#: ../install.c:263 #, fuzzy msgid "installing binary packages\n" msgstr "instaliraj paket" -#: ../install.c:298 +#: ../install.c:297 #, fuzzy msgid "counting packages to uninstall\n" msgstr "neodstaje paket za deinstalaciju" -#: ../install.c:321 ../query.c:520 ../verify.c:249 +#: ../install.c:320 ../query.c:519 ../verify.c:249 #, c-format msgid "package %s is not installed\n" msgstr "paket %s nije instaliran\n" -#: ../install.c:324 +#: ../install.c:323 #, c-format msgid "error searching for package %s\n" msgstr "gre¹ka potrage za paketom %s\n" -#: ../install.c:332 +#: ../install.c:331 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" odreğuje vi¹e paketa\n" -#: ../install.c:354 +#: ../install.c:353 #, fuzzy, c-format msgid "found %d packages to uninstall\n" msgstr "neodstaje paket za deinstalaciju" -#: ../install.c:369 +#: ../install.c:368 msgid "removing these packages would break dependencies:\n" msgstr "uklanjanje oviha paketa æe naru¹iti zavisnosti:\n" -#: ../install.c:380 +#: ../install.c:379 #, c-format msgid "uninstalling record number %d\n" msgstr "" -#: ../install.c:402 +#: ../install.c:401 #, c-format msgid "error: cannot open %s\n" msgstr "gre¹ka: ne mogu da otvorim %s\n" -#: ../install.c:450 +#: ../install.c:449 #, c-format msgid " is needed by %s-%s-%s\n" msgstr " je potreban paketu %s-%s-%s\n" -#: ../install.c:453 +#: ../install.c:452 #, c-format msgid " conflicts with %s-%s-%s\n" msgstr " se sudara sa %s-%s-%s\n" -#: ../query.c:28 +#: ../query.c:27 #, c-format msgid "error in format: %s\n" msgstr "gre¹ka u formatu: %s\n" -#: ../query.c:65 +#: ../query.c:64 msgid "(contains no files)" msgstr "(nema datoteka)" -#: ../query.c:118 +#: ../query.c:117 msgid "normal " msgstr "" -#: ../query.c:120 +#: ../query.c:119 msgid "replaced " msgstr "" -#: ../query.c:122 +#: ../query.c:121 msgid "net shared " msgstr "" -#: ../query.c:124 +#: ../query.c:123 #, fuzzy msgid "not installed " msgstr "paket %s nije instaliran\n" -#: ../query.c:126 +#: ../query.c:125 #, fuzzy, c-format msgid "(unknown %3d) " msgstr "(nepoznat tip)" -#: ../query.c:130 +#: ../query.c:129 msgid "(no state) " msgstr "" -#: ../query.c:146 ../query.c:176 +#: ../query.c:145 ../query.c:175 msgid "package has neither file owner or id lists" msgstr "" -#: ../query.c:318 +#: ../query.c:317 #, c-format msgid "querying record number %d\n" msgstr "" -#: ../query.c:323 ../verify.c:138 +#: ../query.c:322 ../verify.c:137 msgid "error: could not read database record\n" msgstr "gre¹ka: neuspelo èitanje sloga baze podataka\n" -#: ../query.c:359 ../query.c:366 ../verify.c:194 ../verify.c:201 +#: ../query.c:358 ../query.c:365 ../verify.c:194 ../verify.c:201 #, c-format msgid "open of %s failed: %s\n" msgstr "neuspelo otvaranje %s: %s\n" -#: ../query.c:382 +#: ../query.c:381 msgid "old format source packages cannot be queried\n" msgstr "Upit se ne mo¾e izvesti nad izvorni paketima u starom formatu\n" -#: ../query.c:391 +#: ../query.c:390 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "%s ne lièi na RPM paket\n" -#: ../query.c:395 +#: ../query.c:394 #, c-format msgid "query of %s failed\n" msgstr "upit nad %s neuspeo\n" -#: ../query.c:408 ../verify.c:178 +#: ../query.c:407 ../verify.c:177 msgid "could not read database record!\n" msgstr "neuspelo èitanje sloga baze podataka!\n" -#: ../query.c:419 ../verify.c:224 +#: ../query.c:418 ../verify.c:224 #, c-format msgid "group %s does not contain any packages\n" msgstr "grupa %s ne sadr¾i nijedan paket\n" -#: ../query.c:429 +#: ../query.c:428 #, c-format msgid "no package provides %s\n" msgstr "nijedan paket ne obezbeğuje %s\n" -#: ../query.c:439 +#: ../query.c:438 #, c-format msgid "no package triggers %s\n" msgstr "nijedan paket ne aktivira %s\n" -#: ../query.c:449 +#: ../query.c:448 #, c-format msgid "no package requires %s\n" msgstr "nijedan paket ne zahteva %s\n" -#: ../query.c:467 ../query.c:473 +#: ../query.c:466 ../query.c:472 msgid "maximum path length exceeded\n" msgstr "" -#: ../query.c:485 +#: ../query.c:484 #, fuzzy, c-format msgid "file %s: %s\n" msgstr "neuspelo otvaranje %s: %s" -#: ../query.c:488 ../verify.c:238 +#: ../query.c:487 ../verify.c:238 #, c-format msgid "file %s is not owned by any package\n" msgstr "datoteka %s ne pripada nijednom paketu\n" -#: ../query.c:501 +#: ../query.c:500 #, c-format msgid "invalid package number: %s\n" msgstr "pogre¹an broj paketa: %s\n" -#: ../query.c:504 +#: ../query.c:503 #, c-format msgid "showing package: %d\n" msgstr "prikazivanje paketa: %d\n" -#: ../query.c:508 +#: ../query.c:507 #, c-format msgid "record %d could not be read\n" msgstr "ne mogu da proèitam slog %d\n" -#: ../query.c:523 ../verify.c:251 +#: ../query.c:522 ../verify.c:251 #, c-format msgid "error looking for package %s\n" msgstr "gre¹ka kod potrage za paketom %s\n" -#: ../rpm.c:177 +#: ../rpm.c:174 #, c-format msgid "rpm: %s\n" msgstr "" -#: ../rpm.c:188 +#: ../rpm.c:185 #, c-format msgid "RPM version %s\n" msgstr "RPM verzija %s\n" -#: ../rpm.c:192 +#: ../rpm.c:189 msgid "Copyright (C) 1998 - Red Hat Software" msgstr "" -#: ../rpm.c:193 +#: ../rpm.c:190 msgid "" "This may be freely redistributed under the terms of the GNU Public License" msgstr "Mo¾ete slobodno distribuirati dalje pod odredbama GNU javne licence" -#: ../rpm.c:202 +#: ../rpm.c:199 msgid "usage: rpm {--help}" msgstr "kori¹æenje: {rpm --help}" -#: ../rpm.c:203 +#: ../rpm.c:200 msgid " rpm {--version}" msgstr "" -#: ../rpm.c:204 +#: ../rpm.c:201 msgid " rpm {--initdb} [--dbpath <dir>]" msgstr "" -#: ../rpm.c:205 +#: ../rpm.c:202 msgid "" " rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]" msgstr "" -#: ../rpm.c:206 +#: ../rpm.c:203 msgid " [--replacepkgs] [--replacefiles] [--root <dir>]" msgstr "" -#: ../rpm.c:207 +#: ../rpm.c:204 msgid " [--excludedocs] [--includedocs] [--noscripts]" msgstr "" -#: ../rpm.c:208 +#: ../rpm.c:205 msgid "" " [--rcfile <file>] [--ignorearch] [--dbpath <dir>]" msgstr "" -#: ../rpm.c:209 +#: ../rpm.c:206 msgid "" " [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]" msgstr "" -#: ../rpm.c:210 +#: ../rpm.c:207 msgid "" " [--ftpproxy <host>] [--ftpport <port>] [--justdb]" msgstr "" -#: ../rpm.c:211 ../rpm.c:219 +#: ../rpm.c:208 ../rpm.c:216 msgid " [--noorder] [--relocate oldpath=newpath]" msgstr "" -#: ../rpm.c:212 +#: ../rpm.c:209 #, fuzzy msgid "" " [--badreloc] [--notriggers] file1.rpm ... fileN.rpm" msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm" -#: ../rpm.c:213 +#: ../rpm.c:210 msgid "" " rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]" msgstr "" -#: ../rpm.c:214 +#: ../rpm.c:211 msgid " [--oldpackage] [--root <dir>] [--noscripts]" msgstr "" -#: ../rpm.c:215 +#: ../rpm.c:212 msgid "" " [--excludedocs] [--includedocs] [--rcfile <file>]" msgstr "" -#: ../rpm.c:216 +#: ../rpm.c:213 msgid "" " [--ignorearch] [--dbpath <dir>] [--prefix <dir>] " msgstr "" -#: ../rpm.c:217 +#: ../rpm.c:214 msgid " [--ftpproxy <host>] [--ftpport <port>]" msgstr "" -#: ../rpm.c:218 +#: ../rpm.c:215 msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]" msgstr "" -#: ../rpm.c:220 +#: ../rpm.c:217 msgid " [--badreloc] file1.rpm ... fileN.rpm" msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm" -#: ../rpm.c:221 +#: ../rpm.c:218 msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]" msgstr "" -#: ../rpm.c:222 +#: ../rpm.c:219 msgid " [--scripts] [--root <dir>] [--rcfile <file>]" msgstr "" -#: ../rpm.c:223 +#: ../rpm.c:220 msgid " [--whatprovides] [--whatrequires] [--requires]" msgstr "" -#: ../rpm.c:224 +#: ../rpm.c:221 msgid "" " [--triggeredby] [--ftpuseport] [--ftpproxy <host>]" msgstr "" -#: ../rpm.c:225 +#: ../rpm.c:222 msgid "" " [--ftpport <port>] [--provides] [--triggers] [--dump]" msgstr "" -#: ../rpm.c:226 +#: ../rpm.c:223 #, fuzzy msgid " [--changelog] [--dbpath <dir>] [targets]" msgstr "\t\t\t paket1 ...paketN" -#: ../rpm.c:227 +#: ../rpm.c:224 msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]" msgstr "" -#: ../rpm.c:228 +#: ../rpm.c:225 msgid "" " [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]" msgstr "" -#: ../rpm.c:229 +#: ../rpm.c:226 msgid " [--nomd5] [targets]" msgstr "" -#: ../rpm.c:230 +#: ../rpm.c:227 msgid " rpm {--setperms} [-afpg] [target]" msgstr "" -#: ../rpm.c:231 +#: ../rpm.c:228 msgid " rpm {--setugids} [-afpg] [target]" msgstr "" -#: ../rpm.c:232 +#: ../rpm.c:229 msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]" msgstr "" -#: ../rpm.c:233 +#: ../rpm.c:230 msgid " [--dbpath <dir>] [--nodeps] [--allmatches]" msgstr "" -#: ../rpm.c:234 +#: ../rpm.c:231 #, fuzzy msgid "" " [--justdb] [--notriggers] rpackage1 ... packageN" msgstr "\t\t\t paket1 ...paketN" -#: ../rpm.c:235 +#: ../rpm.c:232 msgid "" " rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile <file>]" msgstr "" -#: ../rpm.c:236 +#: ../rpm.c:233 msgid " [--sign] [--test] [--timecheck <s>] ]" msgstr "" -#: ../rpm.c:237 +#: ../rpm.c:234 #, fuzzy msgid " [--buildplatform=platform1[,platform2...]]" msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm" -#: ../rpm.c:238 +#: ../rpm.c:235 #, fuzzy msgid " [--rmsource] specfile" msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm" -#: ../rpm.c:239 +#: ../rpm.c:236 msgid " rpm {--rmsource} [--rcfile <file>] [-v] specfile" msgstr "" -#: ../rpm.c:240 +#: ../rpm.c:237 msgid "" " rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm" msgstr "" -#: ../rpm.c:241 +#: ../rpm.c:238 msgid "" " rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm" msgstr "" -#: ../rpm.c:242 +#: ../rpm.c:239 msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN" msgstr "\trpm {--resign} [--rcfile <datoteka>] paket1 paket2 ... paketN" -#: ../rpm.c:243 +#: ../rpm.c:240 msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN" msgstr "\trpm {--addsign} [--rcfile <datoteka>] paket1 paket2 ... paketN" -#: ../rpm.c:244 +#: ../rpm.c:241 msgid " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <file>]" msgstr "\trpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <datoteka>]" -#: ../rpm.c:245 +#: ../rpm.c:242 msgid " package1 ... packageN" msgstr "\t\t\t paket1 ...paketN" -#: ../rpm.c:246 +#: ../rpm.c:243 msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]" msgstr "" -#: ../rpm.c:247 +#: ../rpm.c:244 msgid " rpm {--querytags}" msgstr "" -#: ../rpm.c:281 +#: ../rpm.c:278 msgid "usage:" msgstr "kori¹æenje:" -#: ../rpm.c:283 +#: ../rpm.c:280 msgid "print this message" msgstr "¹tampaj ovu poruku" -#: ../rpm.c:285 +#: ../rpm.c:282 msgid "print the version of rpm being used" msgstr "napi¹i verziju rpm-a koja se koristi" -#: ../rpm.c:286 +#: ../rpm.c:283 msgid " all modes support the following arguments:" msgstr " svi re¾imi podr¾avaju sledeæe argumente:" -#: ../rpm.c:287 +#: ../rpm.c:284 msgid " --rcfile <file> " msgstr "" -#: ../rpm.c:288 +#: ../rpm.c:285 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc" msgstr "koristi <datoteku> umesto /etc/rpmrc i $HOME/.rpmrc" -#: ../rpm.c:290 +#: ../rpm.c:287 msgid "be a little more verbose" msgstr "budi malko prièljiviji" -#: ../rpm.c:292 +#: ../rpm.c:289 msgid "be incredibly verbose (for debugging)" msgstr "budi neverovatno prièljiv (zbog nala¾enja gre¹aka)" -#: ../rpm.c:294 +#: ../rpm.c:291 msgid "query mode" msgstr "re¾im upita" -#: ../rpm.c:295 ../rpm.c:353 ../rpm.c:413 ../rpm.c:441 +#: ../rpm.c:292 ../rpm.c:350 ../rpm.c:410 ../rpm.c:438 msgid " --root <dir> " msgstr "" -#: ../rpm.c:296 ../rpm.c:354 ../rpm.c:414 ../rpm.c:442 ../rpm.c:502 +#: ../rpm.c:293 ../rpm.c:351 ../rpm.c:411 ../rpm.c:439 ../rpm.c:499 msgid "use <dir> as the top level directory" msgstr "koristi <dir> kao direktorijum najvi¹eg nivoa" -#: ../rpm.c:297 ../rpm.c:351 ../rpm.c:379 ../rpm.c:429 ../rpm.c:499 +#: ../rpm.c:294 ../rpm.c:348 ../rpm.c:376 ../rpm.c:426 ../rpm.c:496 #, fuzzy msgid " --dbpath <dir> " msgstr " -b<faza> <spec>\t " -#: ../rpm.c:298 ../rpm.c:352 ../rpm.c:380 ../rpm.c:430 ../rpm.c:500 +#: ../rpm.c:295 ../rpm.c:349 ../rpm.c:377 ../rpm.c:427 ../rpm.c:497 msgid "use <dir> as the directory for the database" msgstr "koristi <dir> kao direktorijum baze podataka" -#: ../rpm.c:299 +#: ../rpm.c:296 msgid " --queryformat <qfmt>" msgstr "" -#: ../rpm.c:300 +#: ../rpm.c:297 #, fuzzy msgid "use <qfmt> as the header format (implies -i)" msgstr "koristi s kao format zaglavlja (povlaèi -i)" -#: ../rpm.c:301 +#: ../rpm.c:298 msgid "" " install, upgrade and query (with -p) allow ftp URL's to be used in place" msgstr "" " instaliranje, pobolj¹avanja i upit (sa -p) dozvoljavaju kori¹æenje URL-ova" -#: ../rpm.c:302 +#: ../rpm.c:299 #, fuzzy msgid " of file names as well as the following options:" msgstr " na mestu imena datoteka kao i sledeæe opcije:\n" -#: ../rpm.c:303 +#: ../rpm.c:300 msgid " --ftpproxy <host> " msgstr "" -#: ../rpm.c:304 +#: ../rpm.c:301 msgid "hostname or IP of ftp proxy" msgstr "ime hosta ili IP ftp proxy-ja" -#: ../rpm.c:305 +#: ../rpm.c:302 msgid " --ftpport <port> " msgstr "" -#: ../rpm.c:306 +#: ../rpm.c:303 msgid "port number of ftp server (or proxy)" msgstr "broj porta FTP servera (ili proxy)" -#: ../rpm.c:307 +#: ../rpm.c:304 msgid " Package specification options:" msgstr " Opcije odrednice paketa:" -#: ../rpm.c:309 +#: ../rpm.c:306 msgid "query all packages" msgstr "upit nad svim paketima" -#: ../rpm.c:310 +#: ../rpm.c:307 msgid " -f <file>+ " msgstr "" -#: ../rpm.c:311 +#: ../rpm.c:308 msgid "query package owning <file>" msgstr "upit nad paketom koji ima <datoteku>" -#: ../rpm.c:312 +#: ../rpm.c:309 msgid " -p <packagefile>+ " msgstr "" -#: ../rpm.c:313 +#: ../rpm.c:310 msgid "query (uninstalled) package <packagefile>" msgstr "upit za (deinstaliran) paket <paketdatoteka>" -#: ../rpm.c:314 +#: ../rpm.c:311 #, fuzzy msgid " --triggeredby <pkg>" msgstr "upit nad paketom koji ima <datoteku>" -#: ../rpm.c:315 +#: ../rpm.c:312 #, fuzzy msgid "query packages triggered by <pkg>" msgstr "upit nad paketom koji ima <datoteku>" -#: ../rpm.c:316 +#: ../rpm.c:313 #, fuzzy msgid " --whatprovides <cap>" msgstr "upit nad paketom koji ima <datoteku>" -#: ../rpm.c:317 +#: ../rpm.c:314 #, fuzzy msgid "query packages which provide <cap> capability" msgstr "upit za pakete koji omoguæavaju <i> svojstvo" -#: ../rpm.c:318 +#: ../rpm.c:315 #, fuzzy msgid " --whatrequires <cap>" msgstr "upit nad paketom koji ima <datoteku>" -#: ../rpm.c:319 +#: ../rpm.c:316 #, fuzzy msgid "query packages which require <cap> capability" msgstr "upit za pakete koji zahtevaju <i> svojstvo" -#: ../rpm.c:320 +#: ../rpm.c:317 msgid " Information selection options:" msgstr " Opcije za selekciju informacije:" -#: ../rpm.c:322 +#: ../rpm.c:319 msgid "display package information" msgstr "prika¾i informacije o paketu" -#: ../rpm.c:324 +#: ../rpm.c:321 msgid "display the package's change log" msgstr "prika¾i dnevnik promene paketa" -#: ../rpm.c:326 +#: ../rpm.c:323 msgid "display package file list" msgstr "prika¾i listu datoteka u paketu" -#: ../rpm.c:328 +#: ../rpm.c:325 msgid "show file states (implies -l)" msgstr "prika¾i stanja datoteka (povlaèi -i)" -#: ../rpm.c:330 +#: ../rpm.c:327 msgid "list only documentation files (implies -l)" msgstr "prika¾i samo datoteke iz dokumentacije (povlaèi -i)" -#: ../rpm.c:332 +#: ../rpm.c:329 msgid "list only configuration files (implies -l)" msgstr "prika¾i samo konfiguracione datoteke (povlaèi -i)" -#: ../rpm.c:334 +#: ../rpm.c:331 msgid "" "show all verifiable information for each file (must be used with -l, -c, or " "-d)" @@ -826,36 +826,36 @@ msgstr "" "poka¾i sve informacije koje se mogu proveriti za svaku datoteku (mora se " "koristiti sa -l, -c ili -d)" -#: ../rpm.c:336 +#: ../rpm.c:333 msgid "list capabilities package provides" msgstr "poka¾i koja svojstva donosi paket" -#: ../rpm.c:337 +#: ../rpm.c:334 msgid " --requires" msgstr "" -#: ../rpm.c:339 +#: ../rpm.c:336 msgid "list package dependencies" msgstr "poka¾i zavisnosti paketa" -#: ../rpm.c:341 +#: ../rpm.c:338 msgid "print the various [un]install scripts" msgstr "ispi¹i razne skriptove za [de]instalaciju" -#: ../rpm.c:343 +#: ../rpm.c:340 msgid "show the trigger scripts contained in the package" msgstr "" -#: ../rpm.c:347 +#: ../rpm.c:344 #, fuzzy msgid " --pipe <cmd> " msgstr " -b<faza> <spec>\t " -#: ../rpm.c:348 +#: ../rpm.c:345 msgid "send stdout to <cmd>" msgstr "po¹alji standardni izlaz u <komandu>" -#: ../rpm.c:350 +#: ../rpm.c:347 #, fuzzy msgid "" "verify a package installation using the same same package specification " @@ -863,19 +863,19 @@ msgid "" msgstr "" "proveri instalaciju paketa koristeæi iste opcije za odreğenje paketa kao i -q" -#: ../rpm.c:356 ../rpm.c:400 ../rpm.c:434 +#: ../rpm.c:353 ../rpm.c:397 ../rpm.c:431 msgid "do not verify package dependencies" msgstr "nemoj proveravati zavisnosti paketa" -#: ../rpm.c:358 +#: ../rpm.c:355 msgid "do not verify file md5 checksums" msgstr "nemoj proveravati md5 kontrolne sume datoteke" -#: ../rpm.c:360 +#: ../rpm.c:357 msgid "do not verify file attributes" msgstr "nemoj proveravati atribute datoteke" -#: ../rpm.c:363 +#: ../rpm.c:360 msgid "" "set the file permissions to those in the package database using the same " "package specification options as -q" @@ -883,7 +883,7 @@ msgstr "" "postavi dozvole datoteke kao one u bazi podataka paketa koristeæi iste " "opcije za odreğenje datoteka kao i -q" -#: ../rpm.c:366 +#: ../rpm.c:363 msgid "" "set the file owner and group to those in the package database using the same " "package specification options as -q" @@ -891,132 +891,132 @@ msgstr "" "postavi vlasnika i grupu datoteke kao i one u bazi podataka paketa koristeæi " "iste opcije za odreğenje datoteka kao i -q" -#: ../rpm.c:370 +#: ../rpm.c:367 #, fuzzy msgid " --install <packagefile>" msgstr "instaliraj paket" -#: ../rpm.c:371 +#: ../rpm.c:368 #, fuzzy msgid " -i <packagefile> " msgstr " -b<faza> <spec>\t " -#: ../rpm.c:372 +#: ../rpm.c:369 msgid "install package" msgstr "instaliraj paket" -#: ../rpm.c:373 +#: ../rpm.c:370 #, fuzzy msgid " --relocate <oldpath>=<newpath>" msgstr "premesti datoteke iz <starog-puta> u <novi-put>" -#: ../rpm.c:374 +#: ../rpm.c:371 msgid "relocate files from <oldpath> to <newpath>" msgstr "premesti datoteke iz <starog-puta> u <novi-put>" -#: ../rpm.c:376 +#: ../rpm.c:373 msgid "relocate files even though the package doesn't allow it" msgstr "premesti datoteke èak iako paket to ne dozvoljava" -#: ../rpm.c:377 +#: ../rpm.c:374 msgid " --prefix <dir> " msgstr "" -#: ../rpm.c:378 +#: ../rpm.c:375 msgid "relocate the package to <dir>, if relocatable" msgstr "premesti paket u <dir>, ako se mo¾e premestiti" -#: ../rpm.c:382 +#: ../rpm.c:379 msgid "do not install documentation" msgstr "nemoj da instalira¹ dokumentaciju" -#: ../rpm.c:384 +#: ../rpm.c:381 msgid "short hand for --replacepkgs --replacefiles" msgstr "skraæenica za --replacepkgs --replacefiles" -#: ../rpm.c:387 +#: ../rpm.c:384 msgid "print hash marks as package installs (good with -v)" msgstr "pi¹i he¹-znak (#) kako odmièe instaliranje paketa (dobro doğe sa -v)" -#: ../rpm.c:389 +#: ../rpm.c:386 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" "instaliraj sve datoteke, èak i konfiguracije koje bi inaèe bile preskoèene" -#: ../rpm.c:392 +#: ../rpm.c:389 msgid "don't verify package architecture" msgstr "nemoj proveravati arhitekturu paketa" -#: ../rpm.c:394 +#: ../rpm.c:391 msgid "don't verify package operating system" msgstr "nemoj proveravati operativni sistem za paket" -#: ../rpm.c:396 +#: ../rpm.c:393 msgid "install documentation" msgstr "instaliraj dokumentaciju" -#: ../rpm.c:398 ../rpm.c:432 +#: ../rpm.c:395 ../rpm.c:429 msgid "update the database, but do not modify the filesystem" msgstr "a¾uriraj bazu podataka, ali nemoj menjati fajl-sistem" -#: ../rpm.c:402 ../rpm.c:436 +#: ../rpm.c:399 ../rpm.c:433 msgid "do not reorder package installation to satisfy dependencies" msgstr "" "nemoj preurediti redosled instalacije paketa kako bi zadovoljio zavisnosti" -#: ../rpm.c:404 +#: ../rpm.c:401 msgid "don't execute any installation scripts" msgstr "nemoj izvr¹iti nijedan instalacioni skript" -#: ../rpm.c:406 ../rpm.c:440 +#: ../rpm.c:403 ../rpm.c:437 msgid "don't execute any scripts triggered by this package" msgstr "" -#: ../rpm.c:408 +#: ../rpm.c:405 msgid "print percentages as package installs" msgstr "pi¹i procente instalacije paketa" -#: ../rpm.c:410 +#: ../rpm.c:407 msgid "install even if the package replaces installed files" msgstr "instaliraj èak iako æe paket zameniti instalirane datoteke" -#: ../rpm.c:412 +#: ../rpm.c:409 msgid "reinstall if the package is already present" msgstr "ponovo instaliraj ako je paket veæ prisutan" -#: ../rpm.c:416 +#: ../rpm.c:413 msgid "don't install, but tell if it would work or not" msgstr "nemoj instalirati, ali reci da li æe da radi ili ne" -#: ../rpm.c:418 +#: ../rpm.c:415 msgid " --upgrade <packagefile>" msgstr "" -#: ../rpm.c:419 +#: ../rpm.c:416 #, fuzzy msgid " -U <packagefile> " msgstr " -b<faza> <spec>\t " -#: ../rpm.c:420 +#: ../rpm.c:417 msgid "upgrade package (same options as --install, plus)" msgstr "a¾uriraj paket (iste opcije kao --install, plus)" -#: ../rpm.c:422 +#: ../rpm.c:419 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" msgstr "" "a¾uriraj na staru verziju paketa (--force kod a¾uriranja ovo radi automatski)" -#: ../rpm.c:424 +#: ../rpm.c:421 msgid " --erase <package>" msgstr "" -#: ../rpm.c:426 +#: ../rpm.c:423 msgid "erase (uninstall) package" msgstr "izbri¹i (deinstaliraj) paket" -#: ../rpm.c:428 +#: ../rpm.c:425 msgid "" "remove all packages which match <package> (normally an error is generated if " "<package> specified multiple packages)" @@ -1024,100 +1024,100 @@ msgstr "" "ukloni sve pakete koji odgovaraju <paketu> (normalno, javlja se gre¹ka ako " "<paket> oznaèava vi¹e paketa)" -#: ../rpm.c:438 +#: ../rpm.c:435 msgid "do not execute any package specific scripts" msgstr "nemoj izvr¹iti nijedan skript iz paketa" -#: ../rpm.c:444 +#: ../rpm.c:441 msgid " -b<stage> <spec> " msgstr " -b<faza> <spec>\t " -#: ../rpm.c:445 +#: ../rpm.c:442 #, fuzzy msgid " -t<stage> <tarball> " msgstr " -b<faza> <spec>\t " -#: ../rpm.c:446 +#: ../rpm.c:443 msgid "build package, where <stage> is one of:" msgstr "napravi paket, gde je <faza> jedna od:" -#: ../rpm.c:448 +#: ../rpm.c:445 msgid "prep (unpack sources and apply patches)" msgstr "priprema (raspakuj izvorne datoteke i primeni zakrpe)" -#: ../rpm.c:450 +#: ../rpm.c:447 #, c-format msgid "list check (do some cursory checks on %files)" msgstr "provera liste (mala provera na %files)" -#: ../rpm.c:452 +#: ../rpm.c:449 msgid "compile (prep and compile)" msgstr "kompilacija (priprema i kompilacija)" -#: ../rpm.c:454 +#: ../rpm.c:451 msgid "install (prep, compile, install)" msgstr "instalacija (priprema, kompilacija, instalacija)" -#: ../rpm.c:456 +#: ../rpm.c:453 msgid "binary package (prep, compile, install, package)" msgstr "binarni paket (priprema, kompilacija, instalacija, pakovanje)" -#: ../rpm.c:458 +#: ../rpm.c:455 msgid "bin/src package (prep, compile, install, package)" msgstr "bin/src paket (priprema, kompilacija, instalacija, pakovanje)" -#: ../rpm.c:460 +#: ../rpm.c:457 msgid "skip straight to specified stage (only for c,i)" msgstr "idi pravo do odreğene faze (samo za k,i)" -#: ../rpm.c:462 +#: ../rpm.c:459 msgid "remove build tree when done" msgstr "ukloni stablo direktorijuma po zavr¹etku" -#: ../rpm.c:464 +#: ../rpm.c:461 msgid "remove sources and spec file when done" msgstr "ukloni izvorne datoteke i datoteku specifikacije po zavr¹etku" -#: ../rpm.c:466 +#: ../rpm.c:463 msgid "generate PGP signature" msgstr "napravi PGP potpis" -#: ../rpm.c:467 +#: ../rpm.c:464 #, fuzzy msgid " --buildroot <dir> " msgstr " -b<faza> <spec>\t " -#: ../rpm.c:468 +#: ../rpm.c:465 msgid "use <dir> as the build root" msgstr "koristi <dir> kao korenski katalog kod kreiranja" -#: ../rpm.c:469 +#: ../rpm.c:466 msgid " --platform=<platform>+" msgstr "" -#: ../rpm.c:470 +#: ../rpm.c:467 msgid "build the packages for the platform1...platformN build targets." msgstr "" -#: ../rpm.c:472 +#: ../rpm.c:469 msgid "do not execute any stages" msgstr "nemoj izvr¹iti nijednu fazu" -#: ../rpm.c:473 +#: ../rpm.c:470 #, fuzzy msgid " --timecheck <secs> " msgstr " -b<faza> <spec>\t " -#: ../rpm.c:474 +#: ../rpm.c:471 #, fuzzy msgid "set the time check to <secs> seconds (0 disables)" msgstr "postavi vremensku proveru na S sekundi (0 je deaktivira)" -#: ../rpm.c:476 +#: ../rpm.c:473 msgid " --rebuild <src_pkg> " msgstr "" -#: ../rpm.c:477 +#: ../rpm.c:474 msgid "" "install source package, build binary package and remove spec file, sources, " "patches, and icons." @@ -1125,212 +1125,212 @@ msgstr "" "instaliraj izvorni paket, napravi binarni paket i ukloni specifikaciju, " "izvorne datoteke, zakrpe i ikone." -#: ../rpm.c:478 +#: ../rpm.c:475 #, fuzzy msgid " --rmsource <spec> " msgstr " -b<faza> <spec>\t " -#: ../rpm.c:479 +#: ../rpm.c:476 msgid "remove sources and spec file" msgstr "ukloni izvorne datoteke i datoteku specifikacije" -#: ../rpm.c:480 +#: ../rpm.c:477 msgid " --recompile <src_pkg> " msgstr "" -#: ../rpm.c:481 +#: ../rpm.c:478 msgid "like --rebuild, but don't build any package" msgstr "kao i --rebuild, samo nemoj praviti nikakav paket" -#: ../rpm.c:482 +#: ../rpm.c:479 #, fuzzy msgid " --resign <pkg>+ " msgstr " -b<faza> <spec>\t " -#: ../rpm.c:483 +#: ../rpm.c:480 msgid "sign a package (discard current signature)" msgstr "potpi¹i paket (ukloni tekuæi potpis)" -#: ../rpm.c:484 +#: ../rpm.c:481 #, fuzzy msgid " --addsign <pkg>+ " msgstr " -b<faza> <spec>\t " -#: ../rpm.c:485 +#: ../rpm.c:482 msgid "add a signature to a package" msgstr "dodaj potpis u paket" -#: ../rpm.c:487 +#: ../rpm.c:484 #, fuzzy msgid " --checksig <pkg>+ " msgstr " -b<faza> <spec>\t " -#: ../rpm.c:488 +#: ../rpm.c:485 msgid "verify package signature" msgstr "proveri potpis u paketu" -#: ../rpm.c:490 +#: ../rpm.c:487 msgid "skip any PGP signatures" msgstr "preskoèi sve PGP potpise" -#: ../rpm.c:492 +#: ../rpm.c:489 msgid "skip any MD5 signatures" msgstr "preskoèi sve MD5 potpise" -#: ../rpm.c:494 +#: ../rpm.c:491 msgid "list the tags that can be used in a query format" msgstr "ispi¹i tag-ove koji mogu biti kori¹æeni u formatu upita" -#: ../rpm.c:496 +#: ../rpm.c:493 msgid "make sure a valid database exists" msgstr "uveri se da postoji ispravna baza podataka" -#: ../rpm.c:498 +#: ../rpm.c:495 msgid "rebuild database from existing database" msgstr "rekreiraj bazu podataka iz postojeæe baze" -#: ../rpm.c:637 ../rpm.c:643 ../rpm.c:650 ../rpm.c:656 ../rpm.c:665 -#: ../rpm.c:672 ../rpm.c:718 ../rpm.c:724 ../rpm.c:813 ../rpm.c:820 -#: ../rpm.c:826 ../rpm.c:834 ../rpm.c:840 ../rpm.c:848 ../rpm.c:881 -#: ../rpm.c:927 ../rpm.c:933 +#: ../rpm.c:634 ../rpm.c:640 ../rpm.c:647 ../rpm.c:653 ../rpm.c:662 +#: ../rpm.c:669 ../rpm.c:715 ../rpm.c:721 ../rpm.c:810 ../rpm.c:817 +#: ../rpm.c:823 ../rpm.c:831 ../rpm.c:837 ../rpm.c:845 ../rpm.c:878 +#: ../rpm.c:924 ../rpm.c:930 msgid "only one major mode may be specified" msgstr "samo jedan glavni re¾im mo¾e biti naveden" -#: ../rpm.c:658 +#: ../rpm.c:655 msgid "-u and --uninstall are deprecated and no longer work.\n" msgstr "-u i --uninstall nisu vi¹e podr¾ani i ne rade vi¹e.\n" -#: ../rpm.c:660 +#: ../rpm.c:657 msgid "Use -e or --erase instead.\n" msgstr "Koristite -e ili --erase.\n" -#: ../rpm.c:676 +#: ../rpm.c:673 msgid "--build (-b) requires one of a,b,i,c,p,l as its sole argument" msgstr "--build (-b) zahteva jedan od sledeæih podargumenata: a,b,i,c,p ili l" -#: ../rpm.c:680 +#: ../rpm.c:677 msgid "--tarbuild (-t) requires one of a,b,i,c,p,l as its sole argument" msgstr "" "--tarbuild (-t) zahteva jedan od sledeæih podargumenata: a,b,c,i,p ili l" -#: ../rpm.c:747 ../rpm.c:754 ../rpm.c:762 ../rpm.c:770 ../rpm.c:790 -#: ../rpm.c:798 ../rpm.c:806 +#: ../rpm.c:744 ../rpm.c:751 ../rpm.c:759 ../rpm.c:767 ../rpm.c:787 +#: ../rpm.c:795 ../rpm.c:803 msgid "one type of query/verify may be performed at a time" msgstr "samo jedan tip upita/provere mo¾e biti urağen odjednom" -#: ../rpm.c:856 +#: ../rpm.c:853 msgid "arguments to --dbpath must begin with a /" msgstr "argumenti za --dbpath moraju poèeti znakom '/'" -#: ../rpm.c:863 +#: ../rpm.c:860 msgid "one type of query may be performed at a time" msgstr "jedna vrsta upita mo¾e biti urağena odjednom" -#: ../rpm.c:887 +#: ../rpm.c:884 msgid "relocations must begin with a /" msgstr "preme¹tanja moraju poèeti znakom '/'" -#: ../rpm.c:889 +#: ../rpm.c:886 msgid "relocations must contain a =" msgstr "preme¹tanja moraju imati znak =" -#: ../rpm.c:892 +#: ../rpm.c:889 msgid "relocations must have a / following the =" msgstr "preme¹tanja moraju imati / praæeno sa =" -#: ../rpm.c:904 +#: ../rpm.c:901 msgid "Internal error in argument processing :-(\n" msgstr "" -#: ../rpm.c:945 +#: ../rpm.c:942 msgid "--dbpath given for operation that does not use a database" msgstr "--dbpath je naveden za operaciju koja ne koristi bazu podataka" -#: ../rpm.c:950 +#: ../rpm.c:947 msgid "--timecheck may only be used during package builds" msgstr "--timecheck se mo¾e koristiti samo kod kreiranja paketa" -#: ../rpm.c:953 ../rpm.c:956 +#: ../rpm.c:950 ../rpm.c:953 msgid "unexpected query specifiers" msgstr "neoèekivani parametri upita" -#: ../rpm.c:960 +#: ../rpm.c:957 msgid "unexpected query source" msgstr "neoèekivan izvor upita" -#: ../rpm.c:963 +#: ../rpm.c:960 msgid "only installation and upgrading may be forced" msgstr "samo instalacija i a¾uriranje mogu biti forsirane" -#: ../rpm.c:966 +#: ../rpm.c:963 msgid "files may only be relocated during package installation" msgstr "datoteke mogu biti preme¹tene samo tokom instalacije paketa" -#: ../rpm.c:969 +#: ../rpm.c:966 msgid "only one of --prefix or --relocate may be used" msgstr "samo jedno mo¾ete koristiti: --prefix ili --relocate" -#: ../rpm.c:972 +#: ../rpm.c:969 msgid "--relocate may only be used when installing new packages" msgstr "--relocate mo¾ete koristiti samo kad instalirate novi paket" -#: ../rpm.c:975 +#: ../rpm.c:972 msgid "--prefix may only be used when installing new packages" msgstr "--prefix mo¾ete koristiti samo kod instalacije novog paketa" -#: ../rpm.c:978 +#: ../rpm.c:975 msgid "arguments to --prefix must begin with a /" msgstr "argumenti za --prefix moraju poèeti znakom /" -#: ../rpm.c:981 +#: ../rpm.c:978 msgid "--hash (-h) may only be specified during package installation" msgstr "--hash (-h) mo¾ete koristiti samo kod instalacije paketa" -#: ../rpm.c:985 +#: ../rpm.c:982 msgid "--percent may only be specified during package installation" msgstr "--percent mo¾ete koristiti samo kod instalacije paketa" -#: ../rpm.c:989 +#: ../rpm.c:986 msgid "--replacefiles may only be specified during package installation" msgstr "--replacefiles mo¾ete koristiti samo kod instalacije paketa" -#: ../rpm.c:993 +#: ../rpm.c:990 msgid "--replacepkgs may only be specified during package installation" msgstr "--replacepkgs mo¾ete koristiti samo kod instalacije paketa" -#: ../rpm.c:997 +#: ../rpm.c:994 msgid "--excludedocs may only be specified during package installation" msgstr "--excludecocs mo¾ete koristiti samo kod instalacije paketa" -#: ../rpm.c:1001 +#: ../rpm.c:998 msgid "--includedocs may only be specified during package installation" msgstr "--includecocs mo¾ete koristiti samo kod instalacije paketa" -#: ../rpm.c:1005 +#: ../rpm.c:1002 msgid "only one of --excludedocs and --includedocs may be specified" msgstr "samo jedno mo¾ete da navedete: --excludedocs ili --includedocs" -#: ../rpm.c:1009 +#: ../rpm.c:1006 msgid "--ignorearch may only be specified during package installation" msgstr "--ignorearch mo¾ete koristiti samo kod instalacije paketa" -#: ../rpm.c:1013 +#: ../rpm.c:1010 msgid "--ignoreos may only be specified during package installation" msgstr "--ignoreos mo¾ete koristiti samo kod instalacije paketa" -#: ../rpm.c:1017 +#: ../rpm.c:1014 msgid "--allmatches may only be specified during package erasure" msgstr "--allmatches mo¾ete koristiti samo kod brisanja paketa" -#: ../rpm.c:1021 +#: ../rpm.c:1018 msgid "--allfiles may only be specified during package installation" msgstr "--allfiles mo¾ete koristiti samo kod instalacije paketa" -#: ../rpm.c:1025 +#: ../rpm.c:1022 msgid "--justdb may only be specified during package installation and erasure" msgstr "--justdb mo¾ete koristiti samo kod instalacije i brisanja paketa" -#: ../rpm.c:1030 +#: ../rpm.c:1027 msgid "" "--noscripts may only be specified during package installation, erasure, and " "verification" @@ -1338,7 +1338,7 @@ msgstr "" "--noscripsts mo¾ete koristiti samo kod instalacije, uklanjanja ili provere " "paketa" -#: ../rpm.c:1034 +#: ../rpm.c:1031 #, fuzzy msgid "" "--notriggers may only be specified during package installation, erasure, and " @@ -1346,25 +1346,25 @@ msgid "" msgstr "" "--nodeps mo¾ete koristiti samo kod instalacije, uklanjanja ili provere paketa" -#: ../rpm.c:1039 +#: ../rpm.c:1036 msgid "" "--nodeps may only be specified during package installation, erasure, and " "verification" msgstr "" "--nodeps mo¾ete koristiti samo kod instalacije, uklanjanja ili provere paketa" -#: ../rpm.c:1043 +#: ../rpm.c:1040 msgid "--nofiles may only be specified during package verification" msgstr "--nofiles mo¾ete koristiti samo kod provere paketa" -#: ../rpm.c:1048 +#: ../rpm.c:1045 msgid "" "--test may only be specified during package installation, erasure, and " "building" msgstr "" "--test mo¾ete koristiti samo kod instalacije, uklanjanja ili kreiranja paketa" -#: ../rpm.c:1053 +#: ../rpm.c:1050 msgid "" "--root (-r) may only be specified during installation, erasure, querying, " "and database rebuilds" @@ -1372,151 +1372,151 @@ msgstr "" "--root (-r) mo¾ete navesti samo kod instalacije, uklanjanja, upita ili " "rekreiranja baze podataka" -#: ../rpm.c:1058 +#: ../rpm.c:1055 msgid "arguments to --root (-r) must begin with a /" msgstr "argumenti za --root (-r) moraju poèeti znakom /" -#: ../rpm.c:1061 +#: ../rpm.c:1058 msgid "--clean may only be used with -b and -t" msgstr "--clean se mo¾e koristiti samo sa -b ili -t" -#: ../rpm.c:1064 +#: ../rpm.c:1061 msgid "--rmsource may only be used with -b and -t" msgstr "--rmsource se mo¾e koristiti samo sa -b ili -t" -#: ../rpm.c:1067 +#: ../rpm.c:1064 msgid "--short-circuit may only be used during package building" msgstr "--short-circuit se mo¾e koristiti samo tokom kreiranja paketa" -#: ../rpm.c:1071 +#: ../rpm.c:1068 #, fuzzy msgid "--short-circuit may only be used with -bc, -bi, -bs, -tc -ti, or -ts" msgstr "--short-circuit se mo¾e koristiti samo sa -bc, -bi, -tc ili -ti" -#: ../rpm.c:1076 +#: ../rpm.c:1073 msgid "--oldpackage may only be used during upgrades" msgstr "--oldpackage se mo¾e koristiti samo tokom a¾uriranja paketa" -#: ../rpm.c:1079 +#: ../rpm.c:1076 msgid "--dump may only be used during queries" msgstr "--dump se mo¾e koristiti samo kod upita" -#: ../rpm.c:1082 +#: ../rpm.c:1079 msgid "--dump of queries must be used with -l, -c, or -d" msgstr "--dump kod upita se mora koristiti sa -l, -c ili -d" -#: ../rpm.c:1087 +#: ../rpm.c:1084 msgid "" "ftp options can only be used during package queries, installs, and upgrades" msgstr "" "opcije za FTP se mogu koristiti samo kod upita, instalacije ili a¾uriranja " "paketa" -#: ../rpm.c:1094 +#: ../rpm.c:1091 msgid "--nopgp may only be used during signature checking" msgstr "--nopgp se mo¾e koristiti samo prilikom provere potpisa" -#: ../rpm.c:1097 +#: ../rpm.c:1094 msgid "" "--nopgp may only be used during signature checking and package verification" msgstr "--nopgp se mo¾e koristiti samo kod provere potpisa ili paketa" -#: ../rpm.c:1110 +#: ../rpm.c:1107 msgid "Pass phrase check failed\n" msgstr "Neuspela provera lozinke\n" -#: ../rpm.c:1113 +#: ../rpm.c:1110 msgid "Pass phrase is good.\n" msgstr "Lozinka je dobra.\n" -#: ../rpm.c:1125 +#: ../rpm.c:1122 msgid "--sign may only be used during package building" msgstr "--sign se mo¾e koristiti samo kod kreiranja paketa" -#: ../rpm.c:1140 +#: ../rpm.c:1137 #, fuzzy msgid "exec failed\n" msgstr "%s: Neuspelo otvaranje\n" -#: ../rpm.c:1159 +#: ../rpm.c:1156 msgid "unexpected arguments to --querytags " msgstr "neoèekivani argumenti za --querytags" -#: ../rpm.c:1170 +#: ../rpm.c:1167 msgid "no packages given for signature check" msgstr "nedostaje paket za proveru potpisa" -#: ../rpm.c:1177 +#: ../rpm.c:1174 msgid "no packages given for signing" msgstr "nedostaje paket za potpisivanje" -#: ../rpm.c:1186 +#: ../rpm.c:1183 msgid "no packages files given for rebuild" msgstr "nedosataje paket za rekreiranje" -#: ../rpm.c:1249 +#: ../rpm.c:1246 msgid "no spec files given for build" msgstr "nedostaje specifikacije za kreiranje" -#: ../rpm.c:1251 +#: ../rpm.c:1248 msgid "no tar files given for build" msgstr "nedostaju 'tar' datoteke za kreiranje" -#: ../rpm.c:1264 +#: ../rpm.c:1261 msgid "no packages given for uninstall" msgstr "neodstaje paket za deinstalaciju" -#: ../rpm.c:1304 +#: ../rpm.c:1301 msgid "no packages given for install" msgstr "nedostaje paket za instalaciju" -#: ../rpm.c:1328 +#: ../rpm.c:1325 msgid "extra arguments given for query of all packages" msgstr "suvi¹ni argumenti su navedeni za upit nad svim paketima" -#: ../rpm.c:1333 +#: ../rpm.c:1330 msgid "no arguments given for query" msgstr "nedostaju argumenti za upit" -#: ../rpm.c:1350 +#: ../rpm.c:1347 msgid "no arguments given for verify" msgstr "nedostaju argumenti za proveru" -#: ../url.c:47 +#: ../url.c:46 #, c-format msgid "Password for %s@%s: " msgstr "Lozinka za %s@%s: " -#: ../url.c:113 ../url.c:156 ../url.c:182 +#: ../url.c:112 ../url.c:155 ../url.c:181 #, c-format msgid "getting %s via anonymous ftp\n" msgstr "" -#: ../url.c:120 +#: ../url.c:119 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" -#: ../url.c:131 +#: ../url.c:130 msgid "error: ftpport must be a number\n" msgstr "gre¹ka: FTP port mora biti broj\n" -#: ../url.c:189 +#: ../url.c:188 #, c-format msgid "failed to create %s\n" msgstr "neuspelo kreiranje %s\n" -#: ../verify.c:35 +#: ../verify.c:34 #, fuzzy, c-format msgid "missing %s\n" msgstr "nedostaje { posle %" -#: ../verify.c:91 +#: ../verify.c:90 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "Nezadovoljene meğuzavisnosti za %s-%s-%s: " -#: ../verify.c:133 +#: ../verify.c:132 #, c-format msgid "verifying record number %d\n" msgstr "" @@ -1526,11 +1526,11 @@ msgstr "" msgid "%s is not an RPM\n" msgstr "" -#: ../rpm2cpio.c:39 +#: ../rpm2cpio.c:38 msgid "argument is not an RPM package\n" msgstr "" -#: ../rpm2cpio.c:42 +#: ../rpm2cpio.c:41 #, fuzzy msgid "error reading header from package\n" msgstr "gre¹ka potrage za paketom %s\n" @@ -1579,258 +1579,258 @@ msgstr "paket %s nije nağen u %s" msgid "no copyright!\n" msgstr "" -#: ../build/build.c:96 ../build/pack.c:191 +#: ../build/build.c:95 ../build/pack.c:191 #, fuzzy msgid "Unable to open temp file" msgstr "Ne mogu da otvorim %s za èitanje: %s" -#: ../build/build.c:133 +#: ../build/build.c:132 #, fuzzy, c-format msgid "Executing: %s\n" msgstr "Pribavljam %s\n" -#: ../build/build.c:137 +#: ../build/build.c:136 #, fuzzy, c-format msgid "Exec of %s failed (%s)" msgstr "neuspelo otvaranje %s: %s\n" -#: ../build/build.c:145 +#: ../build/build.c:144 #, c-format msgid "Bad exit status from %s (%s)" msgstr "" -#: ../build/expression.c:188 ../build/expression.c:197 +#: ../build/expression.c:189 ../build/expression.c:198 msgid "parse error in tokenizer" msgstr "" -#: ../build/expression.c:239 +#: ../build/expression.c:240 #, fuzzy msgid "parse error in expression" msgstr "oèekivan znak ? u izrazu" -#: ../build/expression.c:269 +#: ../build/expression.c:270 msgid "unmatched (" msgstr "" -#: ../build/expression.c:287 +#: ../build/expression.c:288 msgid "undefined identifier" msgstr "" -#: ../build/expression.c:306 +#: ../build/expression.c:307 msgid "- only on numbers" msgstr "" -#: ../build/expression.c:322 +#: ../build/expression.c:323 msgid "! only on numbers" msgstr "" -#: ../build/expression.c:358 ../build/expression.c:403 -#: ../build/expression.c:460 ../build/expression.c:543 +#: ../build/expression.c:362 ../build/expression.c:407 +#: ../build/expression.c:464 ../build/expression.c:551 msgid "types must match" msgstr "" -#: ../build/expression.c:371 +#: ../build/expression.c:375 msgid "* / not suported for strings" msgstr "" -#: ../build/expression.c:419 +#: ../build/expression.c:423 msgid "- not suported for strings" msgstr "" -#: ../build/expression.c:556 +#: ../build/expression.c:564 msgid "&& and || not suported for strings" msgstr "" -#: ../build/expression.c:587 ../build/expression.c:630 +#: ../build/expression.c:595 ../build/expression.c:640 #, fuzzy msgid "syntax error in expression" msgstr "oèekivan znak ? u izrazu" -#: ../build/files.c:204 +#: ../build/files.c:203 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "" -#: ../build/files.c:233 ../build/files.c:245 ../build/files.c:317 -#: ../build/files.c:329 ../build/files.c:356 +#: ../build/files.c:232 ../build/files.c:244 ../build/files.c:316 +#: ../build/files.c:328 ../build/files.c:355 #, c-format msgid "Bad %s() syntax: %s" msgstr "" -#: ../build/files.c:279 +#: ../build/files.c:278 #, c-format msgid "Invalid %s token: %s" msgstr "" -#: ../build/files.c:340 +#: ../build/files.c:339 msgid "No files after %%defattr(): %s" msgstr "" -#: ../build/files.c:368 +#: ../build/files.c:367 #, c-format msgid "Bad %s() mode spec: %s" msgstr "" -#: ../build/files.c:386 +#: ../build/files.c:385 #, c-format msgid "Bad %s() dirmode spec: %s" msgstr "" -#: ../build/files.c:441 +#: ../build/files.c:440 msgid "Bad %%config() syntax: %s" msgstr "" -#: ../build/files.c:459 +#: ../build/files.c:458 msgid "Invalid %%config token: %s" msgstr "" -#: ../build/files.c:482 ../build/files.c:494 ../build/files.c:507 +#: ../build/files.c:481 ../build/files.c:493 ../build/files.c:506 msgid "Bad %%lang() syntax: %s" msgstr "" -#: ../build/files.c:513 +#: ../build/files.c:512 msgid "%%lang() entries are 2 characters: %s" msgstr "" -#: ../build/files.c:519 +#: ../build/files.c:518 msgid "Only one entry in %%lang(): %s" msgstr "" -#: ../build/files.c:610 +#: ../build/files.c:608 msgid "Hit limit for %%docdir" msgstr "" -#: ../build/files.c:616 +#: ../build/files.c:614 msgid "Only one arg for %%docdir" msgstr "" -#: ../build/files.c:642 +#: ../build/files.c:640 #, fuzzy, c-format msgid "Two files on one line: %s" msgstr "neuspelo otvaranje %s: %s" -#: ../build/files.c:655 +#: ../build/files.c:653 #, fuzzy, c-format msgid "File must begin with \"/\": %s" msgstr "preme¹tanja moraju poèeti znakom '/'" -#: ../build/files.c:667 +#: ../build/files.c:665 msgid "Can't mix special %%doc with other forms: %s" msgstr "" -#: ../build/files.c:749 +#: ../build/files.c:747 #, fuzzy, c-format msgid "File listed twice: %s" msgstr "Neuspelo èitanje %s: %s." -#: ../build/files.c:908 +#: ../build/files.c:906 #, fuzzy, c-format msgid "File doesn't match prefix (%s): %s" msgstr "Neuspelo èitanje %s: %s." -#: ../build/files.c:918 ../build/files.c:1035 +#: ../build/files.c:916 ../build/files.c:1033 #, fuzzy, c-format msgid "File not found: %s" msgstr "Datoteka nije pronağena na serveru" -#: ../build/files.c:963 +#: ../build/files.c:961 #, c-format msgid "Bad owner/group: %s\n" msgstr "" -#: ../build/files.c:968 +#: ../build/files.c:966 #, fuzzy, c-format msgid "File %d: %s\n" msgstr "neuspelo otvaranje %s: %s" -#: ../build/files.c:1019 +#: ../build/files.c:1017 #, c-format msgid "File needs leading \"/\": %s" msgstr "" -#: ../build/files.c:1079 +#: ../build/files.c:1077 #, fuzzy msgid "Could not open %%files file: %s" msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n" -#: ../build/files.c:1085 ../build/pack.c:380 +#: ../build/files.c:1083 ../build/pack.c:380 #, c-format msgid "line: %s" msgstr "" -#: ../build/files.c:1412 ../build/parsePrep.c:41 +#: ../build/files.c:1410 ../build/parsePrep.c:40 #, c-format msgid "Bad owner/group: %s" msgstr "" -#: ../build/files.c:1467 +#: ../build/files.c:1465 #, fuzzy, c-format msgid "Couldn't exec %s" msgstr "Ne mogu da izvr¹im PGP" -#: ../build/files.c:1471 +#: ../build/files.c:1469 #, fuzzy, c-format msgid "Couldn't fork %s" msgstr "Ne mogu da proèitam 'sigtarget'" -#: ../build/files.c:1521 +#: ../build/files.c:1519 #, fuzzy, c-format msgid "%s failed" msgstr "PGP omanuo" -#: ../build/files.c:1525 +#: ../build/files.c:1523 #, fuzzy, c-format msgid "failed to write all data to %s" msgstr "neuspelo kreiranje %s\n" -#: ../build/files.c:1559 +#: ../build/files.c:1557 msgid "Finding provides...\n" msgstr "" -#: ../build/files.c:1566 +#: ../build/files.c:1564 msgid "Failed to find provides" msgstr "" -#: ../build/files.c:1586 +#: ../build/files.c:1584 msgid "Finding requires...\n" msgstr "" -#: ../build/files.c:1593 +#: ../build/files.c:1591 #, fuzzy msgid "Failed to find requires" msgstr "neuspelo kreiranje %s\n" -#: ../build/files.c:1628 +#: ../build/files.c:1626 msgid "Provides:" msgstr "" -#: ../build/files.c:1646 +#: ../build/files.c:1644 msgid "Prereqs:" msgstr "" -#: ../build/files.c:1660 +#: ../build/files.c:1658 msgid "Requires:" msgstr "" -#: ../build/files.c:1685 +#: ../build/files.c:1683 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "neuspelo otvaranje %s: %s" -#: ../build/names.c:35 ../build/names.c:69 +#: ../build/names.c:34 ../build/names.c:68 msgid "RPMERR_INTERNAL: Hit limit in getUname()\n" msgstr "" -#: ../build/names.c:104 ../build/names.c:138 +#: ../build/names.c:103 ../build/names.c:137 msgid "RPMERR_INTERNAL: Hit limit in getGname()\n" msgstr "" -#: ../build/names.c:176 +#: ../build/names.c:175 #, c-format msgid "Could not canonicalize hostname: %s\n" msgstr "" -#: ../build/pack.c:141 +#: ../build/pack.c:140 #, c-format msgid "Could not generate output filename for package %s: %s\n" msgstr "" @@ -1909,666 +1909,666 @@ msgstr "" msgid "Could not open Trigger script file: %s" msgstr "" -#: ../build/parseBuildInstallClean.c:28 +#: ../build/parseBuildInstallClean.c:27 #, c-format msgid "line %d: second %s" msgstr "" -#: ../build/parseChangelog.c:102 +#: ../build/parseChangelog.c:101 msgid "%%changelog entries must start with *" msgstr "" -#: ../build/parseChangelog.c:110 +#: ../build/parseChangelog.c:109 msgid "incomplete %%changelog entry" msgstr "" -#: ../build/parseChangelog.c:125 +#: ../build/parseChangelog.c:124 msgid "bad date in %%changelog: %s" msgstr "" -#: ../build/parseChangelog.c:130 +#: ../build/parseChangelog.c:129 msgid "%%changelog not in decending chronological order" msgstr "" -#: ../build/parseChangelog.c:138 ../build/parseChangelog.c:149 +#: ../build/parseChangelog.c:137 ../build/parseChangelog.c:148 msgid "missing name in %%changelog" msgstr "" -#: ../build/parseChangelog.c:156 +#: ../build/parseChangelog.c:155 msgid "no description in %%changelog" msgstr "" -#: ../build/parseDescription.c:35 +#: ../build/parseDescription.c:34 msgid "line %d: Error parsing %%description: %s" msgstr "" -#: ../build/parseDescription.c:48 ../build/parseFiles.c:43 -#: ../build/parseScript.c:140 +#: ../build/parseDescription.c:47 ../build/parseFiles.c:42 +#: ../build/parseScript.c:139 #, fuzzy, c-format msgid "line %d: Bad option %s: %s" msgstr "neuspelo otvaranje %s: %s" -#: ../build/parseDescription.c:62 ../build/parseFiles.c:57 -#: ../build/parseScript.c:154 +#: ../build/parseDescription.c:61 ../build/parseFiles.c:56 +#: ../build/parseScript.c:153 #, c-format msgid "line %d: Too many names: %s" msgstr "" -#: ../build/parseDescription.c:72 ../build/parseFiles.c:67 -#: ../build/parseScript.c:164 +#: ../build/parseDescription.c:71 ../build/parseFiles.c:66 +#: ../build/parseScript.c:163 #, fuzzy, c-format msgid "line %d: Package does not exist: %s" msgstr "paket %s nije naveden u %s" -#: ../build/parseDescription.c:84 +#: ../build/parseDescription.c:83 #, c-format msgid "line %d: Second description" msgstr "" -#: ../build/parseFiles.c:30 +#: ../build/parseFiles.c:29 msgid "line %d: Error parsing %%files: %s" msgstr "" -#: ../build/parseFiles.c:75 +#: ../build/parseFiles.c:74 msgid "line %d: Second %%files list" msgstr "" -#: ../build/parsePreamble.c:150 +#: ../build/parsePreamble.c:154 #, c-format msgid "Architecture is excluded: %s" msgstr "" -#: ../build/parsePreamble.c:155 +#: ../build/parsePreamble.c:159 #, c-format msgid "Architecture is not included: %s" msgstr "" -#: ../build/parsePreamble.c:160 +#: ../build/parsePreamble.c:164 #, c-format msgid "OS is excluded: %s" msgstr "" -#: ../build/parsePreamble.c:165 +#: ../build/parsePreamble.c:169 #, c-format msgid "OS is not included: %s" msgstr "" -#: ../build/parsePreamble.c:201 +#: ../build/parsePreamble.c:205 #, c-format msgid "%s field must be present in package: %s" msgstr "" -#: ../build/parsePreamble.c:243 +#: ../build/parsePreamble.c:247 #, c-format msgid "Duplicate %s entries in package: %s" msgstr "" -#: ../build/parsePreamble.c:287 ../build/parsePreamble.c:294 +#: ../build/parsePreamble.c:291 ../build/parsePreamble.c:298 #, fuzzy, c-format msgid "Unable to read icon: %s" msgstr "Ne mogu da upi¹em %s" -#: ../build/parsePreamble.c:304 +#: ../build/parsePreamble.c:308 #, fuzzy, c-format msgid "Unknown icon type: %s" msgstr "(nepoznat tip)" -#: ../build/parsePreamble.c:335 +#: ../build/parsePreamble.c:339 #, c-format msgid "line %d: Malformed tag: %s" msgstr "" #. Empty field -#: ../build/parsePreamble.c:343 +#: ../build/parsePreamble.c:347 #, c-format msgid "line %d: Empty tag: %s" msgstr "" -#: ../build/parsePreamble.c:394 +#: ../build/parsePreamble.c:398 #, c-format msgid "line %d: BuildRoot can not be \"/\": %s" msgstr "" -#: ../build/parsePreamble.c:407 +#: ../build/parsePreamble.c:411 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s" msgstr "" -#: ../build/parsePreamble.c:419 +#: ../build/parsePreamble.c:423 #, fuzzy, c-format msgid "line %d: Docdir must begin with '/': %s" msgstr "preme¹tanja moraju poèeti znakom '/'" -#: ../build/parsePreamble.c:430 +#: ../build/parsePreamble.c:434 #, c-format msgid "line %d: Serial field must be a number: %s" msgstr "" -#: ../build/parsePreamble.c:494 +#: ../build/parsePreamble.c:498 #, fuzzy, c-format msgid "line %d: Bad BuildArchitecture format: %s" msgstr "nedostaje arhitektura za %s na %s:%d" -#: ../build/parsePreamble.c:504 +#: ../build/parsePreamble.c:508 #, c-format msgid "Internal error: Bogus tag %d" msgstr "" -#: ../build/parsePreamble.c:647 +#: ../build/parsePreamble.c:651 #, fuzzy, c-format msgid "Bad package specification: %s" msgstr " Opcije odrednice paketa:" -#: ../build/parsePreamble.c:653 +#: ../build/parsePreamble.c:657 #, c-format msgid "Package already exists: %s" msgstr "" -#: ../build/parsePreamble.c:680 +#: ../build/parsePreamble.c:684 #, c-format msgid "line %d: Unknown tag: %s" msgstr "" -#: ../build/parsePreamble.c:705 +#: ../build/parsePreamble.c:709 msgid "Spec file can't use BuildRoot" msgstr "" -#: ../build/parsePrep.c:37 +#: ../build/parsePrep.c:36 #, fuzzy, c-format msgid "Bad source: %s: %s" msgstr "Neuspelo èitanje %s: %s." -#: ../build/parsePrep.c:63 +#: ../build/parsePrep.c:62 #, fuzzy, c-format msgid "No patch number %d" msgstr "(nije broj)" -#: ../build/parsePrep.c:127 +#: ../build/parsePrep.c:126 #, c-format msgid "No source number %d" msgstr "" -#: ../build/parsePrep.c:180 +#: ../build/parsePrep.c:179 msgid "Error parsing %%setup: %s" msgstr "" -#: ../build/parsePrep.c:195 +#: ../build/parsePrep.c:194 msgid "line %d: Bad arg to %%setup %c: %s" msgstr "" -#: ../build/parsePrep.c:216 +#: ../build/parsePrep.c:215 msgid "line %d: Bad %%setup option %s: %s" msgstr "" -#: ../build/parsePrep.c:334 +#: ../build/parsePrep.c:333 msgid "line %d: Need arg to %%patch -b: %s" msgstr "" -#: ../build/parsePrep.c:342 +#: ../build/parsePrep.c:341 msgid "line %d: Need arg to %%patch -z: %s" msgstr "" -#: ../build/parsePrep.c:354 +#: ../build/parsePrep.c:353 msgid "line %d: Need arg to %%patch -p: %s" msgstr "" -#: ../build/parsePrep.c:360 +#: ../build/parsePrep.c:359 msgid "line %d: Bad arg to %%patch -p: %s" msgstr "" -#: ../build/parsePrep.c:367 +#: ../build/parsePrep.c:366 msgid "Too many patches!" msgstr "" -#: ../build/parsePrep.c:371 +#: ../build/parsePrep.c:370 msgid "line %d: Bad arg to %%patch: %s" msgstr "" -#: ../build/parsePrep.c:409 +#: ../build/parsePrep.c:408 msgid "line %d: second %%prep" msgstr "" -#: ../build/parseReqs.c:46 +#: ../build/parseReqs.c:45 #, c-format msgid "line %d: No file names in Conflicts: %s" msgstr "" -#: ../build/parseReqs.c:77 +#: ../build/parseReqs.c:76 #, c-format msgid "line %d: No versions on file names in %s: %s" msgstr "" -#: ../build/parseReqs.c:83 +#: ../build/parseReqs.c:82 #, c-format msgid "line %d: No versions in PreReq: %s" msgstr "" -#: ../build/parseReqs.c:95 +#: ../build/parseReqs.c:94 #, c-format msgid "line %d: Version required in %s: %s" msgstr "" -#: ../build/parseReqs.c:123 +#: ../build/parseReqs.c:122 #, c-format msgid "line %d: No file names in %s: %s" msgstr "" -#: ../build/parseReqs.c:131 +#: ../build/parseReqs.c:130 #, c-format msgid "line %d: %s: tokens must begin with alpha-numeric: %s" msgstr "" -#: ../build/parseScript.c:108 +#: ../build/parseScript.c:107 #, c-format msgid "line %d: triggers must have --: %s" msgstr "" -#: ../build/parseScript.c:118 ../build/parseScript.c:182 +#: ../build/parseScript.c:117 ../build/parseScript.c:181 #, c-format msgid "line %d: Error parsing %s: %s" msgstr "" -#: ../build/parseScript.c:128 +#: ../build/parseScript.c:127 #, c-format msgid "line %d: script program must begin with '/': %s" msgstr "" -#: ../build/parseScript.c:173 +#: ../build/parseScript.c:172 #, c-format msgid "line %d: Second %s" msgstr "" -#: ../build/parseSpec.c:110 +#: ../build/parseSpec.c:124 #, fuzzy, c-format msgid "Unable to open: %s\n" msgstr "neuspelo otvaranje %s\n" -#: ../build/parseSpec.c:122 +#: ../build/parseSpec.c:136 msgid "Unclosed %%if" msgstr "" -#: ../build/parseSpec.c:169 +#: ../build/parseSpec.c:183 #, fuzzy, c-format msgid "line %d: %s" msgstr "neuspelo otvaranje %s: %s" #. Got an else with no %if ! -#: ../build/parseSpec.c:193 +#: ../build/parseSpec.c:208 msgid "%s:%d: Got a %%else with no if" msgstr "" #. Got an end with no %if ! -#: ../build/parseSpec.c:203 +#: ../build/parseSpec.c:218 msgid "%s:%d: Got a %%endif with no if" msgstr "" -#: ../build/parseSpec.c:215 ../build/parseSpec.c:224 +#: ../build/parseSpec.c:230 ../build/parseSpec.c:239 msgid "malformed %%include statement" msgstr "" -#: ../build/parseSpec.c:305 +#: ../build/parseSpec.c:313 #, c-format msgid "Timecheck value must be an integer: %s" msgstr "" -#: ../build/parseSpec.c:395 +#: ../build/parseSpec.c:396 #, fuzzy msgid "No buildable architectures" msgstr "nemoj proveravati arhitekturu paketa" -#: ../build/parseSpec.c:409 +#: ../build/parseSpec.c:424 #, fuzzy msgid "Package has no %%description: %s" msgstr "paket %s nije naveden u %s" -#: ../build/spec.c:30 +#: ../build/spec.c:29 #, c-format msgid "archive = %s, fs = %s\n" msgstr "" -#: ../build/spec.c:218 +#: ../build/spec.c:217 #, fuzzy, c-format msgid "line %d: Bad number: %s" msgstr "pogre¹an broj paketa: %s\n" -#: ../build/spec.c:224 +#: ../build/spec.c:223 #, c-format msgid "line %d: Bad no%s number: %d" msgstr "" -#: ../build/spec.c:282 +#: ../build/spec.c:281 #, fuzzy, c-format msgid "line %d: Bad %s number: %s\n" msgstr "pogre¹an broj paketa: %s\n" -#: ../lib/cpio.c:525 +#: ../lib/cpio.c:524 #, fuzzy, c-format msgid "error %d reading header: %s\n" msgstr "gre¹ka kod kreiranja direktorijuma %s: %s" -#: ../lib/dbindex.c:16 +#: ../lib/dbindex.c:14 #, c-format msgid "cannot open file %s: " msgstr "Ne mogu da otvorim datoteku %s: " -#: ../lib/dbindex.c:43 +#: ../lib/dbindex.c:41 #, c-format msgid "error getting record %s from %s" msgstr "gre¹ka kod uzimanja sloga %s iz %s" -#: ../lib/dbindex.c:71 +#: ../lib/dbindex.c:69 #, c-format msgid "error storing record %s into %s" msgstr "gre¹ka zapisivanja sloga %s u %s" -#: ../lib/dbindex.c:78 +#: ../lib/dbindex.c:76 #, c-format msgid "error removing record %s into %s" msgstr "gre¹ka uklanjanja sloga %s u %s" -#: ../lib/depends.c:374 ../lib/depends.c:529 +#: ../lib/depends.c:373 ../lib/depends.c:528 #, c-format msgid "cannot read header at %d for dependency check" msgstr "ne mogu da proèitam zaglavlje na %s za proveru zavisnosti" -#: ../lib/depends.c:439 +#: ../lib/depends.c:438 #, c-format msgid "dependencies: looking for %s\n" msgstr "" -#: ../lib/depends.c:622 +#: ../lib/depends.c:621 #, fuzzy, c-format msgid "package %s require not satisfied: %s\n" msgstr "paket %s nije naveden u %s" -#: ../lib/depends.c:665 +#: ../lib/depends.c:664 #, fuzzy, c-format msgid "package %s conflicts: %s\n" msgstr "paket %s nije naveden u %s" -#: ../lib/depends.c:764 +#: ../lib/depends.c:763 msgid "dbrecMatchesDepFlags() failed to read header" msgstr "" -#: ../lib/depends.c:816 +#: ../lib/depends.c:815 #, c-format msgid "loop in prerequisite chain: %s" msgstr "petlja u lancu: %s" -#: ../lib/falloc.c:128 +#: ../lib/falloc.c:127 #, c-format msgid "free list corrupt (%d)- contact support@redhat.com\n" msgstr "" -#: ../lib/formats.c:99 ../lib/formats.c:116 ../lib/formats.c:136 -#: ../lib/formats.c:168 ../lib/header.c:1925 ../lib/header.c:1941 -#: ../lib/header.c:1961 +#: ../lib/formats.c:97 ../lib/formats.c:114 ../lib/formats.c:134 +#: ../lib/formats.c:166 ../lib/header.c:1924 ../lib/header.c:1940 +#: ../lib/header.c:1960 msgid "(not a number)" msgstr "(nije broj)" -#: ../lib/fs.c:42 +#: ../lib/fs.c:40 #, c-format msgid "mntctl() failed to return fugger size: %s" msgstr "mntctl() nije vratio 'fugger' velièinu: %s" -#: ../lib/fs.c:76 ../lib/fs.c:238 +#: ../lib/fs.c:74 ../lib/fs.c:236 #, fuzzy, c-format msgid "failed to stat %s: %s" msgstr "neuspelo otvaranje %s: %s" -#: ../lib/fs.c:117 +#: ../lib/fs.c:115 #, c-format msgid "failed to open %s: %s" msgstr "neuspelo otvaranje %s: %s" -#: ../lib/fs.c:259 +#: ../lib/fs.c:257 #, c-format msgid "file %s is on an unknown device" msgstr "" -#: ../lib/header.c:666 +#: ../lib/header.c:665 #, c-format msgid "Data type %d not supprted\n" msgstr "" #. This should not be allowed -#: ../lib/header.c:878 +#: ../lib/header.c:877 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: ../lib/header.c:908 +#: ../lib/header.c:907 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: ../lib/header.c:967 +#: ../lib/header.c:966 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: ../lib/header.c:1281 +#: ../lib/header.c:1280 msgid "? expected in expression" msgstr "oèekivan znak ? u izrazu" -#: ../lib/header.c:1288 +#: ../lib/header.c:1287 #, fuzzy msgid "{ expected after ? in expression" msgstr "{ oèekivano posle ? u izrazu" -#: ../lib/header.c:1298 ../lib/header.c:1330 +#: ../lib/header.c:1297 ../lib/header.c:1329 msgid "} expected in expression" msgstr "} oèekivano u izrazu" -#: ../lib/header.c:1305 +#: ../lib/header.c:1304 msgid ": expected following ? subexpression" msgstr "oèekivano : praæeno ? podizrazom" -#: ../lib/header.c:1318 +#: ../lib/header.c:1317 #, fuzzy msgid "{ expected after : in expression" msgstr "{ oèekivano posle : u izrazu" -#: ../lib/header.c:1337 +#: ../lib/header.c:1336 msgid "| expected at end of expression" msgstr "| oèekivano na kraju izraza" -#: ../lib/header.c:1431 +#: ../lib/header.c:1430 #, c-format msgid "missing { after %" msgstr "nedostaje { posle %" -#: ../lib/header.c:1459 +#: ../lib/header.c:1458 msgid "missing } after %{" msgstr "nedostaje } posle %" -#: ../lib/header.c:1471 +#: ../lib/header.c:1470 msgid "empty tag format" msgstr "prazan 'tag' format'" -#: ../lib/header.c:1481 +#: ../lib/header.c:1480 msgid "empty tag name" msgstr "prazno ime tag-a" -#: ../lib/header.c:1496 +#: ../lib/header.c:1495 msgid "unknown tag" msgstr "nepoznat tag" -#: ../lib/header.c:1522 +#: ../lib/header.c:1521 msgid "] expected at end of array" msgstr "] oèekivano na kraju niza" -#: ../lib/header.c:1538 +#: ../lib/header.c:1537 msgid "unexpected ]" msgstr "neoèekivano ]" -#: ../lib/header.c:1540 +#: ../lib/header.c:1539 msgid "unexpected }" msgstr "neoèekivano }" -#: ../lib/header.c:1615 ../lib/header.c:1621 ../lib/header.c:1804 +#: ../lib/header.c:1614 ../lib/header.c:1620 ../lib/header.c:1803 msgid "(none)" msgstr "(ni¹ta, nijedan)" -#: ../lib/header.c:1715 +#: ../lib/header.c:1714 msgid "(unknown type)" msgstr "(nepoznat tip)" -#: ../lib/install.c:96 +#: ../lib/install.c:95 msgid "source package expected, binary found" msgstr "" -#: ../lib/install.c:168 +#: ../lib/install.c:167 #, fuzzy msgid "package is not relocatable" msgstr "paket %s nije instaliran\n" -#: ../lib/install.c:172 +#: ../lib/install.c:171 msgid "package has multiple relocatable components" msgstr "" -#: ../lib/install.c:195 +#: ../lib/install.c:194 #, fuzzy, c-format msgid "path %s is not relocatable" msgstr "paket %s nije instaliran\n" -#: ../lib/install.c:277 +#: ../lib/install.c:276 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: ../lib/install.c:325 +#: ../lib/install.c:324 #, fuzzy, c-format msgid "not installing %s -- linguas\n" msgstr "Instaliram %s\n" -#: ../lib/install.c:347 +#: ../lib/install.c:346 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: ../lib/install.c:355 +#: ../lib/install.c:354 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: ../lib/install.c:379 +#: ../lib/install.c:378 msgid "instchangelog value in rpmrc should be a number, but isn't" msgstr "" -#: ../lib/install.c:455 ../lib/install.c:735 +#: ../lib/install.c:454 ../lib/install.c:734 msgid "stopping install as we're running --test\n" msgstr "" -#: ../lib/install.c:486 +#: ../lib/install.c:485 #, fuzzy, c-format msgid "package %s-%s-%s is for a different architecture" msgstr "paket %s-%s-%s sadr¾i deljene datoteke\n" -#: ../lib/install.c:493 +#: ../lib/install.c:492 #, c-format msgid "package %s-%s-%s is for a different operating system" msgstr "" -#: ../lib/install.c:505 +#: ../lib/install.c:504 #, fuzzy, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "paket %s-%s-%s sadr¾i deljene datoteke\n" #. no matches -#: ../lib/install.c:569 +#: ../lib/install.c:568 #, fuzzy, c-format msgid "package %s is now obsolete and will be removed\n" msgstr "paket %s nije instaliran\n" -#: ../lib/install.c:680 +#: ../lib/install.c:679 #, c-format msgid "file %s in netshared path\n" msgstr "" -#: ../lib/install.c:697 +#: ../lib/install.c:696 #, c-format msgid "%s exists - creating with alternate name\n" msgstr "" -#: ../lib/install.c:702 +#: ../lib/install.c:701 #, c-format msgid "%s exists - backing up\n" msgstr "" -#: ../lib/install.c:741 +#: ../lib/install.c:740 msgid "running preinstall script (if any)\n" msgstr "" -#: ../lib/install.c:772 +#: ../lib/install.c:771 #, c-format msgid "warning: %s created as %s" msgstr "" -#: ../lib/install.c:806 +#: ../lib/install.c:805 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: ../lib/install.c:810 ../lib/install.c:1520 ../lib/uninstall.c:590 +#: ../lib/install.c:809 ../lib/install.c:1519 ../lib/uninstall.c:589 #, c-format msgid "rename of %s to %s failed: %s" msgstr "preimenovanje %s u %s nije uspelo: %s" -#: ../lib/install.c:911 +#: ../lib/install.c:910 msgid "running postinstall script (if any)\n" msgstr "" -#: ../lib/install.c:932 +#: ../lib/install.c:931 msgid "removing old versions of package\n" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error -#: ../lib/install.c:1023 +#: ../lib/install.c:1022 #, c-format msgid "unpacking of archive failed on file %s: %d: %s" msgstr "" -#: ../lib/install.c:1061 +#: ../lib/install.c:1060 #, fuzzy, c-format msgid "package %s-%s-%s is already installed" msgstr "paket %s nije instaliran\n" -#: ../lib/install.c:1109 +#: ../lib/install.c:1108 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: ../lib/install.c:1127 +#: ../lib/install.c:1126 msgid "\tfile type on disk is different then package - saving\n" msgstr "" -#: ../lib/install.c:1130 +#: ../lib/install.c:1129 msgid "" "\tfile type in database is different then disk and package file - saving\n" msgstr "" -#: ../lib/install.c:1134 +#: ../lib/install.c:1133 msgid "\tfile type changed - replacing\n" msgstr "" -#: ../lib/install.c:1138 +#: ../lib/install.c:1137 msgid "\tcan't check file for changes - replacing\n" msgstr "" #. assume the file has been removed, don't freak -#: ../lib/install.c:1150 ../lib/install.c:1160 +#: ../lib/install.c:1149 ../lib/install.c:1159 msgid "\tfile not present - creating" msgstr "" #. this config file has never been modified, so #. just replace it -#: ../lib/install.c:1173 +#: ../lib/install.c:1172 msgid "\told == current, replacing with new version\n" msgstr "" #. this file is the same in all versions of this package -#: ../lib/install.c:1180 +#: ../lib/install.c:1179 msgid "\told == new, keeping\n" msgstr "" @@ -2576,130 +2576,130 @@ msgstr "" #. the ones in the two packages are different. It would #. be nice if RPM was smart enough to at least try and #. merge the difference ala CVS, but... -#: ../lib/install.c:1188 +#: ../lib/install.c:1187 msgid "\tfiles changed too much - backing up\n" msgstr "" -#: ../lib/install.c:1250 ../lib/rpmdb.c:310 ../lib/uninstall.c:118 -#: ../lib/uninstall.c:218 +#: ../lib/install.c:1249 ../lib/rpmdb.c:309 ../lib/uninstall.c:117 +#: ../lib/uninstall.c:217 #, c-format msgid "cannot read header at %d for uninstall" msgstr "ne mogu da proèitam zaglavlje na %d za deinstalaciju" -#: ../lib/install.c:1263 ../lib/uninstall.c:131 +#: ../lib/install.c:1262 ../lib/uninstall.c:130 #, c-format msgid "package %s-%s-%s contain shared files\n" msgstr "paket %s-%s-%s sadr¾i deljene datoteke\n" -#: ../lib/install.c:1268 ../lib/uninstall.c:136 +#: ../lib/install.c:1267 ../lib/uninstall.c:135 #, fuzzy, c-format msgid "package %s contains no files" msgstr "paket %s-%s-%s sadr¾i deljene datoteke\n" -#: ../lib/install.c:1290 ../lib/uninstall.c:159 +#: ../lib/install.c:1289 ../lib/uninstall.c:158 #, fuzzy, c-format msgid "file %s is shared\n" msgstr "neuspelo otvaranje %s: %s" -#: ../lib/install.c:1306 +#: ../lib/install.c:1305 msgid "\told version already replaced\n" msgstr "" -#: ../lib/install.c:1309 +#: ../lib/install.c:1308 msgid "\tother version never installed\n" msgstr "" -#: ../lib/install.c:1317 +#: ../lib/install.c:1316 #, fuzzy, c-format msgid "%s conflicts with file from %s-%s-%s" msgstr " se sudara sa %s-%s-%s\n" -#: ../lib/install.c:1336 +#: ../lib/install.c:1335 #, c-format msgid "%s from %s-%s-%s will be replaced\n" msgstr "" -#: ../lib/install.c:1400 +#: ../lib/install.c:1399 #, fuzzy msgid "installing a source package\n" msgstr "instaliraj paket" -#: ../lib/install.c:1416 ../lib/install.c:1421 +#: ../lib/install.c:1415 ../lib/install.c:1420 #, fuzzy, c-format msgid "cannot write to %s" msgstr "Ne mogu da otvorim datoteku %s: " -#: ../lib/install.c:1425 +#: ../lib/install.c:1424 #, c-format msgid "sources in: %s\n" msgstr "" -#: ../lib/install.c:1426 +#: ../lib/install.c:1425 #, fuzzy, c-format msgid "spec file in: %s\n" msgstr "neuspelo otvaranje %s: %s" -#: ../lib/install.c:1459 ../lib/install.c:1498 +#: ../lib/install.c:1458 ../lib/install.c:1497 #, fuzzy msgid "source package contains no .spec file" msgstr "upit nad paketom koji ima <datoteku>" -#: ../lib/install.c:1518 +#: ../lib/install.c:1517 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: ../lib/install.c:1634 +#: ../lib/install.c:1633 #, fuzzy, c-format msgid "package %s-%s-%s (which is newer) is already installed" msgstr "paket %s-%s-%s sadr¾i deljene datoteke\n" -#: ../lib/lookup.c:86 +#: ../lib/lookup.c:84 #, c-format msgid "cannot read header at %d for lookup" msgstr "ne mogu da proèitam zaglavlje na %d za proveru" -#: ../lib/macro.c:114 +#: ../lib/macro.c:113 #, c-format msgid "======================== active %d empty %d\n" msgstr "" #. XXX just in case -#: ../lib/macro.c:201 +#: ../lib/macro.c:200 #, c-format msgid "%3d>%*s(empty)" msgstr "" -#: ../lib/macro.c:236 +#: ../lib/macro.c:235 #, c-format msgid "%3d<%*s(empty)\n" msgstr "" -#: ../lib/macro.c:409 +#: ../lib/macro.c:408 msgid "Macro %%%s has unterminated body" msgstr "" -#: ../lib/macro.c:435 +#: ../lib/macro.c:434 msgid "Macro %%%s has illegal name (%%define)" msgstr "" -#: ../lib/macro.c:441 +#: ../lib/macro.c:440 msgid "Macro %%%s has unterminated opts" msgstr "" -#: ../lib/macro.c:446 +#: ../lib/macro.c:445 msgid "Macro %%%s has empty body" msgstr "" -#: ../lib/macro.c:451 +#: ../lib/macro.c:450 msgid "Macro %%%s failed to expand" msgstr "" -#: ../lib/macro.c:476 +#: ../lib/macro.c:475 msgid "Macro %%%s has illegal name (%%undefine)" msgstr "" -#: ../lib/macro.c:547 +#: ../lib/macro.c:548 msgid "Macro %%%s (%s) was not used below level %d" msgstr "" @@ -2741,498 +2741,498 @@ msgstr "neuspelo otvaranje %s: %s" msgid "File %s is smaller than %d bytes" msgstr "" -#: ../lib/messages.c:53 +#: ../lib/messages.c:51 msgid "warning: " msgstr "upozorenje: " -#: ../lib/messages.c:59 +#: ../lib/messages.c:57 msgid "error: " msgstr "gre¹ka: " -#: ../lib/messages.c:65 +#: ../lib/messages.c:63 msgid "fatal error: " msgstr "fatalna gre¹ka: " -#: ../lib/messages.c:72 +#: ../lib/messages.c:70 msgid "internal error (rpm bug?): " msgstr "" -#: ../lib/misc.c:338 ../lib/misc.c:343 ../lib/misc.c:349 +#: ../lib/misc.c:337 ../lib/misc.c:342 ../lib/misc.c:348 #, fuzzy, c-format msgid "error creating temporary file %s" msgstr "gre¹ka kod kreiranja direktorijuma %s: %s" -#: ../lib/oldheader.c:294 +#: ../lib/oldheader.c:293 msgid "bad file state: " msgstr "" -#: ../lib/package.c:51 +#: ../lib/package.c:50 msgid "package is a version one package!\n" msgstr "" -#: ../lib/package.c:54 +#: ../lib/package.c:53 msgid "old style source package -- I'll do my best\n" msgstr "" -#: ../lib/package.c:57 +#: ../lib/package.c:56 #, c-format msgid "archive offset is %d\n" msgstr "" -#: ../lib/package.c:67 +#: ../lib/package.c:66 msgid "old style binary package\n" msgstr "" -#: ../lib/package.c:98 +#: ../lib/package.c:97 msgid "" "only packages with major numbers <= 3 are supported by this version of RPM" msgstr "samo paketi sa glavnim brojevima <= 3 su podr¾ani u ovoj verziji RPM-a" -#: ../lib/rebuilddb.c:15 +#: ../lib/rebuilddb.c:14 #, fuzzy, c-format msgid "rebuilding database in rootdir %s\n" msgstr "rekreiraj bazu podataka iz postojeæe baze" -#: ../lib/rebuilddb.c:19 ../lib/rpmdb.c:45 ../lib/rpmdb.c:58 +#: ../lib/rebuilddb.c:18 ../lib/rpmdb.c:44 ../lib/rpmdb.c:57 msgid "no dbpath has been set" msgstr "dbpath nije odreğen" -#: ../lib/rebuilddb.c:27 +#: ../lib/rebuilddb.c:26 #, c-format msgid "temporary database %s already exists" msgstr "privremena baza podataka %s veæ postoji" -#: ../lib/rebuilddb.c:31 +#: ../lib/rebuilddb.c:30 #, fuzzy, c-format msgid "creating directory: %s\n" msgstr "gre¹ka kod kreiranja direktorijuma %s: %s" -#: ../lib/rebuilddb.c:33 +#: ../lib/rebuilddb.c:32 #, c-format msgid "error creating directory %s: %s" msgstr "gre¹ka kod kreiranja direktorijuma %s: %s" -#: ../lib/rebuilddb.c:39 +#: ../lib/rebuilddb.c:38 msgid "opening old database\n" msgstr "" -#: ../lib/rebuilddb.c:44 +#: ../lib/rebuilddb.c:43 msgid "opening new database\n" msgstr "" -#: ../lib/rebuilddb.c:53 ../lib/rebuilddb.c:71 +#: ../lib/rebuilddb.c:52 ../lib/rebuilddb.c:70 #, c-format msgid "record number %d in database is bad -- skipping it" msgstr "slog broj %d u bazi podataka je neispravan -- preskaèem ga" -#: ../lib/rebuilddb.c:65 +#: ../lib/rebuilddb.c:64 #, c-format msgid "cannot add record originally at %d" msgstr "ne mogu da dodam slog originalno na %d" -#: ../lib/rebuilddb.c:82 +#: ../lib/rebuilddb.c:81 msgid "failed to rebuild database; original database remains in place\n" msgstr "" -#: ../lib/rebuilddb.c:89 +#: ../lib/rebuilddb.c:88 msgid "failed to replace old database with new database!\n" msgstr "" -#: ../lib/rebuilddb.c:91 +#: ../lib/rebuilddb.c:90 #, c-format msgid "replaces files in %s with files from %s to recover" msgstr "" -#: ../lib/rebuilddb.c:96 +#: ../lib/rebuilddb.c:95 #, fuzzy, c-format msgid "failed to remove %s: %s\n" msgstr "neuspelo otvaranje %s: %s" -#: ../lib/rpmdb.c:113 +#: ../lib/rpmdb.c:112 #, c-format msgid "opening database in %s\n" msgstr "" -#: ../lib/rpmdb.c:122 +#: ../lib/rpmdb.c:121 #, c-format msgid "failed to open %s\n" msgstr "neuspelo otvaranje %s\n" -#: ../lib/rpmdb.c:135 ../lib/rpmdb.c:142 +#: ../lib/rpmdb.c:134 ../lib/rpmdb.c:141 #, c-format msgid "cannot get %s lock on database" msgstr "ne mogu da dobijem %s zakljuèavanje baze podataka" -#: ../lib/rpmdb.c:136 +#: ../lib/rpmdb.c:135 msgid "exclusive" msgstr "ekskluzivno" -#: ../lib/rpmdb.c:143 +#: ../lib/rpmdb.c:142 msgid "shared" msgstr "deljeno" -#: ../lib/rpmdb.c:276 +#: ../lib/rpmdb.c:275 #, c-format msgid "package %s not listed in %s" msgstr "paket %s nije naveden u %s" -#: ../lib/rpmdb.c:287 +#: ../lib/rpmdb.c:286 #, c-format msgid "package %s not found in %s" msgstr "paket %s nije nağen u %s" -#: ../lib/rpmdb.c:318 +#: ../lib/rpmdb.c:317 msgid "package has no name" msgstr "paket nema imena" -#: ../lib/rpmdb.c:320 +#: ../lib/rpmdb.c:319 msgid "removing name index\n" msgstr "" -#: ../lib/rpmdb.c:325 +#: ../lib/rpmdb.c:324 #, fuzzy msgid "package has no group\n" msgstr "paket nema imena" -#: ../lib/rpmdb.c:327 +#: ../lib/rpmdb.c:326 msgid "removing group index\n" msgstr "" -#: ../lib/rpmdb.c:334 +#: ../lib/rpmdb.c:333 #, fuzzy, c-format msgid "removing provides index for %s\n" msgstr "gre¹ka uklanjanja sloga %s u %s" -#: ../lib/rpmdb.c:349 +#: ../lib/rpmdb.c:348 #, fuzzy, c-format msgid "removing requiredby index for %s\n" msgstr "gre¹ka uklanjanja sloga %s u %s" -#: ../lib/rpmdb.c:361 +#: ../lib/rpmdb.c:360 #, fuzzy, c-format msgid "removing trigger index for %s\n" msgstr "gre¹ka uklanjanja sloga %s u %s" -#: ../lib/rpmdb.c:372 +#: ../lib/rpmdb.c:371 #, c-format msgid "removing conflict index for %s\n" msgstr "" -#: ../lib/rpmdb.c:383 +#: ../lib/rpmdb.c:382 #, c-format msgid "removing file index for %s\n" msgstr "" -#: ../lib/rpmdb.c:390 +#: ../lib/rpmdb.c:389 #, fuzzy msgid "package has no files\n" msgstr "paket nema imena" -#: ../lib/rpmdb.c:463 +#: ../lib/rpmdb.c:462 msgid "cannot allocate space for database" msgstr "ne mogu da zauzmem prostor za bazu podataka" -#: ../lib/rpmdb.c:527 +#: ../lib/rpmdb.c:526 #, c-format msgid "cannot read header at %d for update" msgstr "ne mogu da proèitam zaglavlje na %d za a¾uriranje" -#: ../lib/rpmdb.c:536 +#: ../lib/rpmdb.c:535 msgid "header changed size!" msgstr "" -#: ../lib/rpmlead.c:43 +#: ../lib/rpmlead.c:42 #, c-format msgid "read failed: %s (%d)" msgstr "neuspelo èitanje: %s (%d)" -#: ../lib/rpmrc.c:212 +#: ../lib/rpmrc.c:211 #, c-format msgid "missing second ':' at %s:%d" msgstr "nedostaje drugo ':' na %s:%d" -#: ../lib/rpmrc.c:215 +#: ../lib/rpmrc.c:214 #, c-format msgid "missing architecture name at %s:%d" msgstr "nedostaje ime arhitekture na %s:%d" -#: ../lib/rpmrc.c:352 +#: ../lib/rpmrc.c:359 #, c-format msgid "Incomplete data line at %s:%d" msgstr "Nepotpuna linija podataka na %s:%d" -#: ../lib/rpmrc.c:356 +#: ../lib/rpmrc.c:363 #, c-format msgid "Too many args in data line at %s:%d" msgstr "Premnogo argumenata u liniji podataka na %s:%d" -#: ../lib/rpmrc.c:363 +#: ../lib/rpmrc.c:370 #, c-format msgid "Bad arch/os number: %s (%s:%d)" msgstr "Lo¹ broj arhitekture/oper.sist.: %s (%s:%d)" -#: ../lib/rpmrc.c:396 +#: ../lib/rpmrc.c:403 #, c-format msgid "Incomplete default line at %s:%d" msgstr "Nepotpuna podrazumevana linija na %s:%d" -#: ../lib/rpmrc.c:401 +#: ../lib/rpmrc.c:408 #, c-format msgid "Too many args in default line at %s:%d" msgstr "Premnogo argumenata u podrazumevanoj liniji na %s:%d" -#: ../lib/rpmrc.c:531 ../lib/rpmrc.c:547 +#: ../lib/rpmrc.c:542 ../lib/rpmrc.c:558 #, c-format msgid "Unable to open %s for reading: %s." msgstr "Ne mogu da otvorim %s za èitanje: %s" -#: ../lib/rpmrc.c:591 +#: ../lib/rpmrc.c:602 #, c-format msgid "Failed to read %s: %s." msgstr "Neuspelo èitanje %s: %s." -#: ../lib/rpmrc.c:622 +#: ../lib/rpmrc.c:633 #, c-format msgid "missing ':' at %s:%d" msgstr "nedostaje ':' na %s:%d" -#: ../lib/rpmrc.c:638 ../lib/rpmrc.c:733 +#: ../lib/rpmrc.c:649 ../lib/rpmrc.c:744 #, c-format msgid "missing argument for %s at %s:%d" msgstr "nedostaje argument za %s na %s:%d" -#: ../lib/rpmrc.c:668 +#: ../lib/rpmrc.c:679 #, fuzzy, c-format msgid "no macroname for setenv %s:%d" msgstr "nedostaje argument za %s na %s:%d" -#: ../lib/rpmrc.c:699 +#: ../lib/rpmrc.c:710 #, c-format msgid "expansion failed at %s:d \"%s\"" msgstr "" -#: ../lib/rpmrc.c:705 +#: ../lib/rpmrc.c:716 #, fuzzy, c-format msgid "cannot open %s at %s:%d" msgstr "Ne mogu da otvorim datoteku %s: " -#: ../lib/rpmrc.c:723 +#: ../lib/rpmrc.c:734 #, c-format msgid "missing architecture for %s at %s:%d" msgstr "nedostaje arhitektura za %s na %s:%d" -#: ../lib/rpmrc.c:790 +#: ../lib/rpmrc.c:801 #, c-format msgid "bad option '%s' at %s:%d" msgstr "lo¹a opcija '%s' na %s:%d" -#: ../lib/rpmrc.c:1077 +#: ../lib/rpmrc.c:1166 #, c-format msgid "Unknown system: %s\n" msgstr "" -#: ../lib/rpmrc.c:1078 +#: ../lib/rpmrc.c:1167 msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: ../lib/signature.c:72 +#: ../lib/signature.c:71 #, fuzzy msgid "No signature\n" msgstr "%s: Potpis nije na raspolaganju\n" -#: ../lib/signature.c:75 +#: ../lib/signature.c:74 #, fuzzy msgid "Old PGP signature\n" msgstr "napravi PGP potpis" -#: ../lib/signature.c:88 +#: ../lib/signature.c:87 msgid "Old (internal-only) signature! How did you get that!?" msgstr "Stari (interni) potpis! Odakle vam!?" -#: ../lib/signature.c:92 +#: ../lib/signature.c:91 #, fuzzy msgid "New Header signature\n" msgstr "ne mogu da proèitam potpis" #. 8-byte pad -#: ../lib/signature.c:100 ../lib/signature.c:138 +#: ../lib/signature.c:99 ../lib/signature.c:137 #, c-format msgid "Signature size: %d\n" msgstr "" -#: ../lib/signature.c:101 ../lib/signature.c:139 +#: ../lib/signature.c:100 ../lib/signature.c:138 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: ../lib/signature.c:211 ../lib/signature.c:468 +#: ../lib/signature.c:210 ../lib/signature.c:467 msgid "Couldn't exec pgp" msgstr "Ne mogu da izvr¹im PGP" -#: ../lib/signature.c:222 +#: ../lib/signature.c:221 msgid "pgp failed" msgstr "PGP omanuo" #. PGP failed to write signature #. Just in case -#: ../lib/signature.c:229 +#: ../lib/signature.c:228 msgid "pgp failed to write signature" msgstr "PGP nije uspeo da zapi¹e potpis" -#: ../lib/signature.c:234 +#: ../lib/signature.c:233 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: ../lib/signature.c:242 +#: ../lib/signature.c:241 msgid "unable to read the signature" msgstr "ne mogu da proèitam potpis" -#: ../lib/signature.c:248 +#: ../lib/signature.c:247 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: ../lib/signature.c:263 +#: ../lib/signature.c:262 #, c-format msgid "sigsize : %d\n" msgstr "" -#: ../lib/signature.c:264 +#: ../lib/signature.c:263 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: ../lib/signature.c:265 +#: ../lib/signature.c:264 #, c-format msgid "expected size : %d\n" msgstr "" -#: ../lib/signature.c:269 +#: ../lib/signature.c:268 msgid "file is not regular -- skipping size check\n" msgstr "" -#: ../lib/signature.c:383 +#: ../lib/signature.c:382 #, fuzzy msgid "exec failed!\n" msgstr "%s: Neuspelo otvaranje\n" -#: ../lib/signature.c:385 +#: ../lib/signature.c:384 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "Ne mogu da pokrenem pgp. Koristite --nopgp da preskoèite PGP proveru." -#: ../lib/signature.c:419 +#: ../lib/signature.c:418 msgid "You must set \"pgp_name:\" in your rpmrc file" msgstr "Morate podesiti \"pgp_name:\" u va¹oj rpmrc datoteci" #. This shouldn't happen, but some versions of RPM didn't #. implement --justdb properly, and chose to leave this stuff #. out. -#: ../lib/uninstall.c:149 ../lib/uninstall.c:279 +#: ../lib/uninstall.c:148 ../lib/uninstall.c:278 msgid "package is missing FILESTATES\n" msgstr "" -#: ../lib/uninstall.c:164 +#: ../lib/uninstall.c:163 msgid " file has already been replaced\n" msgstr "" -#: ../lib/uninstall.c:168 +#: ../lib/uninstall.c:167 msgid " file was never installed\n" msgstr "" -#: ../lib/uninstall.c:172 +#: ../lib/uninstall.c:171 msgid " file is netshared (so don't touch it)\n" msgstr "" -#: ../lib/uninstall.c:179 +#: ../lib/uninstall.c:178 msgid " file is truely shared - saving\n" msgstr "" -#: ../lib/uninstall.c:229 +#: ../lib/uninstall.c:228 #, fuzzy, c-format msgid "cannot read packages named %s for uninstall" msgstr "ne mogu da proèitam zaglavlje na %d za deinstalaciju" -#: ../lib/uninstall.c:257 +#: ../lib/uninstall.c:256 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: ../lib/uninstall.c:305 +#: ../lib/uninstall.c:304 #, c-format msgid "%s has a netshared override\n" msgstr "" -#: ../lib/uninstall.c:343 +#: ../lib/uninstall.c:342 msgid "running postuninstall script (if any)\n" msgstr "" -#: ../lib/uninstall.c:357 +#: ../lib/uninstall.c:356 msgid "removing database entry\n" msgstr "" -#: ../lib/uninstall.c:506 +#: ../lib/uninstall.c:505 msgid "execution of script failed" msgstr "neuspelo izvr¹avanje skripta" -#: ../lib/uninstall.c:551 +#: ../lib/uninstall.c:550 #, c-format msgid "%s has already been replaced\n" msgstr "" #. if it's a config file, we may not want to remove it -#: ../lib/uninstall.c:557 +#: ../lib/uninstall.c:556 #, c-format msgid "finding md5sum of %s\n" msgstr "" -#: ../lib/uninstall.c:565 +#: ../lib/uninstall.c:564 msgid " failed - assuming file removed\n" msgstr "" -#: ../lib/uninstall.c:568 +#: ../lib/uninstall.c:567 msgid " file changed - will save\n" msgstr "" -#: ../lib/uninstall.c:572 +#: ../lib/uninstall.c:571 msgid " file unchanged - will remove\n" msgstr "" -#: ../lib/uninstall.c:580 +#: ../lib/uninstall.c:579 #, fuzzy, c-format msgid "keeping %s\n" msgstr "Pribavljam %s\n" -#: ../lib/uninstall.c:584 +#: ../lib/uninstall.c:583 #, c-format msgid "saving %s as %s.rpmsave\n" msgstr "" -#: ../lib/uninstall.c:598 +#: ../lib/uninstall.c:597 #, c-format msgid "%s - removing\n" msgstr "" -#: ../lib/uninstall.c:604 +#: ../lib/uninstall.c:603 #, c-format msgid "cannot remove %s - directory not empty" msgstr "ne mogu da uklonim %s - direktorijum nije prazan" -#: ../lib/uninstall.c:607 +#: ../lib/uninstall.c:606 #, c-format msgid "rmdir of %s failed: %s" msgstr "neuspela komanda rmdir %s: %s" -#: ../lib/uninstall.c:617 +#: ../lib/uninstall.c:616 #, c-format msgid "removal of %s failed: %s" msgstr "uklanjanje %s nije uspelo: %s" -#: ../lib/verify.c:171 +#: ../lib/verify.c:170 msgid "package lacks both user name and id lists (this should never happen)" msgstr "" -#: ../lib/verify.c:189 +#: ../lib/verify.c:188 msgid "package lacks both group name and id lists (this should never happen)" msgstr "" @@ -1,1045 +1,1045 @@ -#: ../rpm.c:200 ../rpm.c:279 +#: ../rpm.c:197 ../rpm.c:276 msgid "" -msgstr "POT-Creation-Date: 1998-10-06 13:43-0400\n" +msgstr "POT-Creation-Date: 1998-10-08 10:34-0400\n" -#: ../build.c:40 ../build.c:51 +#: ../build.c:39 ../build.c:50 #, fuzzy, c-format msgid "Failed to open tar pipe: %s\n" msgstr "kan inte öppna: %s\n" #. Give up -#: ../build.c:57 +#: ../build.c:56 #, fuzzy, c-format msgid "Failed to read spec file from %s\n" msgstr "kan inte öppna: %s\n" -#: ../build.c:80 +#: ../build.c:79 #, fuzzy, c-format msgid "Failed to rename %s to %s: %s\n" msgstr "kan inte öppna: %s\n" -#: ../build.c:112 +#: ../build.c:111 #, c-format msgid "File is not a regular file: %s\n" msgstr "" -#: ../build.c:117 +#: ../build.c:116 #, fuzzy, c-format msgid "Unable to open spec file: %s\n" msgstr "kan inte öppna: %s\n" -#: ../build.c:125 +#: ../build.c:124 #, c-format msgid "File contains non-printable characters(%c): %s\n" msgstr "" -#: ../checksig.c:26 ../checksig.c:157 +#: ../checksig.c:25 ../checksig.c:156 #, c-format msgid "%s: Open failed\n" msgstr "" -#: ../checksig.c:30 ../checksig.c:162 +#: ../checksig.c:29 ../checksig.c:161 #, c-format msgid "%s: readLead failed\n" msgstr "" -#: ../checksig.c:34 +#: ../checksig.c:33 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "" -#: ../checksig.c:38 +#: ../checksig.c:37 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: ../checksig.c:42 ../checksig.c:172 +#: ../checksig.c:41 ../checksig.c:171 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: ../checksig.c:55 ../checksig.c:186 +#: ../checksig.c:54 ../checksig.c:185 msgid "Couldn't read the header/archive" msgstr "" -#: ../checksig.c:62 +#: ../checksig.c:61 msgid "Couldn't write header/archive to temp file" msgstr "" -#: ../build/pack.c:273 ../checksig.c:87 +#: ../build/pack.c:273 ../checksig.c:86 #, fuzzy, c-format msgid "Generating signature: %d\n" msgstr " --sign - tillverka en PGP signatur" -#: ../checksig.c:110 +#: ../checksig.c:109 msgid "Couldn't read sigtarget" msgstr "" -#: ../checksig.c:119 +#: ../checksig.c:118 msgid "Couldn't write package" msgstr "" -#: ../checksig.c:167 +#: ../checksig.c:166 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: ../checksig.c:177 +#: ../checksig.c:176 #, c-format msgid "%s: No signature available\n" msgstr "" -#: ../checksig.c:193 +#: ../checksig.c:192 #, fuzzy, c-format msgid "Unable to write %s" msgstr "kan inte öppna: %s\n" -#: ../checksig.c:284 +#: ../checksig.c:283 msgid "NOT OK" msgstr "" -#: ../checksig.c:285 ../checksig.c:292 +#: ../checksig.c:284 ../checksig.c:291 msgid " (MISSING KEYS)" msgstr "" -#: ../checksig.c:291 +#: ../checksig.c:290 msgid "OK" msgstr "" -#: ../ftp.c:425 +#: ../ftp.c:424 msgid "Bad FTP server response" msgstr "" -#: ../ftp.c:428 +#: ../ftp.c:427 msgid "FTP IO error" msgstr "" -#: ../ftp.c:431 +#: ../ftp.c:430 msgid "FTP server timeout" msgstr "" -#: ../ftp.c:434 +#: ../ftp.c:433 msgid "Unable to lookup FTP server host address" msgstr "" -#: ../ftp.c:437 +#: ../ftp.c:436 msgid "Unable to lookup FTP server host name" msgstr "" -#: ../ftp.c:440 +#: ../ftp.c:439 msgid "Failed to connect to FTP server" msgstr "" -#: ../ftp.c:443 +#: ../ftp.c:442 msgid "Failed to establish data connection to FTP server" msgstr "" -#: ../ftp.c:446 +#: ../ftp.c:445 msgid "IO error to local file" msgstr "" -#: ../ftp.c:449 +#: ../ftp.c:448 msgid "Error setting remote server to passive mode" msgstr "" -#: ../ftp.c:452 +#: ../ftp.c:451 msgid "File not found on server" msgstr "" -#: ../ftp.c:456 +#: ../ftp.c:455 msgid "FTP Unknown or unexpected error" msgstr "" -#: ../install.c:68 ../install.c:184 +#: ../install.c:67 ../install.c:183 #, c-format msgid "error: cannot open file %s\n" msgstr "" -#: ../install.c:85 ../install.c:407 +#: ../install.c:84 ../install.c:406 #, c-format msgid "Installing %s\n" msgstr "" -#: ../install.c:92 +#: ../install.c:91 msgid "stopping source install as we're just testing\n" msgstr "" -#: ../install.c:103 ../install.c:197 +#: ../install.c:102 ../install.c:196 #, c-format msgid "error: %s does not appear to be a RPM package\n" msgstr "" -#: ../install.c:108 ../install.c:202 ../install.c:411 +#: ../install.c:107 ../install.c:201 ../install.c:410 #, c-format msgid "error: %s cannot be installed\n" msgstr "" -#: ../install.c:141 +#: ../install.c:140 #, fuzzy msgid "counting packages to install\n" msgstr "inga paket angivna för installation" -#: ../install.c:145 +#: ../install.c:144 #, c-format msgid "found %d packages\n" msgstr "" -#: ../install.c:151 +#: ../install.c:150 msgid "looking for packages to download\n" msgstr "" -#: ../install.c:155 +#: ../install.c:154 #, fuzzy, c-format msgid "Retrieving %s\n" msgstr "RPM version %s\n" -#: ../install.c:162 +#: ../install.c:161 #, c-format msgid "getting %s as %s\n" msgstr "" -#: ../install.c:166 +#: ../install.c:165 #, c-format msgid "error: skipping %s - transfer failed - %s\n" msgstr "" -#: ../install.c:178 +#: ../install.c:177 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: ../install.c:180 +#: ../install.c:179 msgid "finding source and binary packages\n" msgstr "" -#: ../install.c:216 +#: ../install.c:215 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: ../install.c:220 +#: ../install.c:219 #, c-format msgid "opening database mode: 0%o\n" msgstr "" -#: ../install.c:222 ../install.c:311 +#: ../install.c:221 ../install.c:310 #, c-format msgid "error: cannot open %s%s/packages.rpm\n" msgstr "" -#: ../install.c:243 +#: ../install.c:242 msgid "failed dependencies:\n" msgstr "" -#: ../install.c:264 +#: ../install.c:263 #, fuzzy msgid "installing binary packages\n" msgstr " --install <paketfil>" -#: ../install.c:298 +#: ../install.c:297 #, fuzzy msgid "counting packages to uninstall\n" msgstr "inga paket angivna för avinstallation" -#: ../install.c:321 ../query.c:520 ../verify.c:249 +#: ../install.c:320 ../query.c:519 ../verify.c:249 #, fuzzy, c-format msgid "package %s is not installed\n" msgstr "inga paket angivna för installation" -#: ../install.c:324 +#: ../install.c:323 #, c-format msgid "error searching for package %s\n" msgstr "" -#: ../install.c:332 +#: ../install.c:331 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: ../install.c:354 +#: ../install.c:353 #, fuzzy, c-format msgid "found %d packages to uninstall\n" msgstr "inga paket angivna för avinstallation" -#: ../install.c:369 +#: ../install.c:368 msgid "removing these packages would break dependencies:\n" msgstr "" -#: ../install.c:380 +#: ../install.c:379 #, c-format msgid "uninstalling record number %d\n" msgstr "" -#: ../install.c:402 +#: ../install.c:401 #, c-format msgid "error: cannot open %s\n" msgstr "" -#: ../install.c:450 +#: ../install.c:449 #, c-format msgid " is needed by %s-%s-%s\n" msgstr "" -#: ../install.c:453 +#: ../install.c:452 #, c-format msgid " conflicts with %s-%s-%s\n" msgstr "" -#: ../query.c:28 +#: ../query.c:27 #, c-format msgid "error in format: %s\n" msgstr "" -#: ../query.c:65 +#: ../query.c:64 msgid "(contains no files)" msgstr "" -#: ../query.c:118 +#: ../query.c:117 #, fuzzy msgid "normal " msgstr " -h" -#: ../query.c:120 +#: ../query.c:119 msgid "replaced " msgstr "" -#: ../query.c:122 +#: ../query.c:121 msgid "net shared " msgstr "" -#: ../query.c:124 +#: ../query.c:123 #, fuzzy msgid "not installed " msgstr "inga paket angivna för installation" -#: ../query.c:126 +#: ../query.c:125 #, c-format msgid "(unknown %3d) " msgstr "" -#: ../query.c:130 +#: ../query.c:129 msgid "(no state) " msgstr "" -#: ../query.c:146 ../query.c:176 +#: ../query.c:145 ../query.c:175 msgid "package has neither file owner or id lists" msgstr "" -#: ../query.c:318 +#: ../query.c:317 #, c-format msgid "querying record number %d\n" msgstr "" -#: ../query.c:323 ../verify.c:138 +#: ../query.c:322 ../verify.c:137 msgid "error: could not read database record\n" msgstr "" -#: ../query.c:359 ../query.c:366 ../verify.c:194 ../verify.c:201 +#: ../query.c:358 ../query.c:365 ../verify.c:194 ../verify.c:201 #, c-format msgid "open of %s failed: %s\n" msgstr "" -#: ../query.c:382 +#: ../query.c:381 msgid "old format source packages cannot be queried\n" msgstr "" -#: ../query.c:391 +#: ../query.c:390 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "" -#: ../query.c:395 +#: ../query.c:394 #, c-format msgid "query of %s failed\n" msgstr "" -#: ../query.c:408 ../verify.c:178 +#: ../query.c:407 ../verify.c:177 msgid "could not read database record!\n" msgstr "" -#: ../query.c:419 ../verify.c:224 +#: ../query.c:418 ../verify.c:224 #, c-format msgid "group %s does not contain any packages\n" msgstr "" -#: ../query.c:429 +#: ../query.c:428 #, c-format msgid "no package provides %s\n" msgstr "" -#: ../query.c:439 +#: ../query.c:438 #, fuzzy, c-format msgid "no package triggers %s\n" msgstr "inga paket angivna för installation" -#: ../query.c:449 +#: ../query.c:448 #, c-format msgid "no package requires %s\n" msgstr "" -#: ../query.c:467 ../query.c:473 +#: ../query.c:466 ../query.c:472 msgid "maximum path length exceeded\n" msgstr "" -#: ../query.c:485 +#: ../query.c:484 #, c-format msgid "file %s: %s\n" msgstr "" -#: ../query.c:488 ../verify.c:238 +#: ../query.c:487 ../verify.c:238 #, c-format msgid "file %s is not owned by any package\n" msgstr "" -#: ../query.c:501 +#: ../query.c:500 #, c-format msgid "invalid package number: %s\n" msgstr "" -#: ../query.c:504 +#: ../query.c:503 #, c-format msgid "showing package: %d\n" msgstr "" -#: ../query.c:508 +#: ../query.c:507 #, c-format msgid "record %d could not be read\n" msgstr "" -#: ../query.c:523 ../verify.c:251 +#: ../query.c:522 ../verify.c:251 #, c-format msgid "error looking for package %s\n" msgstr "" -#: ../rpm.c:177 +#: ../rpm.c:174 #, c-format msgid "rpm: %s\n" msgstr "" -#: ../rpm.c:188 +#: ../rpm.c:185 #, c-format msgid "RPM version %s\n" msgstr "RPM version %s\n" -#: ../rpm.c:192 +#: ../rpm.c:189 #, fuzzy msgid "Copyright (C) 1998 - Red Hat Software" msgstr "Copyright (C) 1995 - Red Hat Software" -#: ../rpm.c:193 +#: ../rpm.c:190 msgid "" "This may be freely redistributed under the terms of the GNU Public License" msgstr "" "Den här programvaran kan distribueras fritt med hänsyn till GNU Public " "License" -#: ../rpm.c:202 +#: ../rpm.c:199 msgid "usage: rpm {--help}" msgstr "använd: rpm {--help}" -#: ../rpm.c:203 +#: ../rpm.c:200 msgid " rpm {--version}" msgstr " rpm {--version}" -#: ../rpm.c:204 +#: ../rpm.c:201 msgid " rpm {--initdb} [--dbpath <dir>]" msgstr "" -#: ../rpm.c:205 +#: ../rpm.c:202 msgid "" " rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]" msgstr "" " rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]" -#: ../rpm.c:206 +#: ../rpm.c:203 #, fuzzy msgid " [--replacepkgs] [--replacefiles] [--root <dir>]" msgstr " [--replacepkgs] [--replacefiles] [--search]" -#: ../rpm.c:207 +#: ../rpm.c:204 #, fuzzy msgid " [--excludedocs] [--includedocs] [--noscripts]" msgstr " [--replacepkgs] [--replacefiles] [--search]" -#: ../rpm.c:208 +#: ../rpm.c:205 #, fuzzy msgid "" " [--rcfile <file>] [--ignorearch] [--dbpath <dir>]" msgstr " [--search] [--oldpackage] [--root <dir>]" -#: ../rpm.c:209 +#: ../rpm.c:206 #, fuzzy msgid "" " [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]" msgstr " [--sign] [--test] [--time-check <s>] specfil" -#: ../rpm.c:210 +#: ../rpm.c:207 #, fuzzy msgid "" " [--ftpproxy <host>] [--ftpport <port>] [--justdb]" msgstr " [--root <dir>] [targets]" -#: ../rpm.c:211 ../rpm.c:219 +#: ../rpm.c:208 ../rpm.c:216 #, fuzzy msgid " [--noorder] [--relocate oldpath=newpath]" msgstr " [--root <dir>] [targets]" -#: ../rpm.c:212 +#: ../rpm.c:209 #, fuzzy msgid "" " [--badreloc] [--notriggers] file1.rpm ... fileN.rpm" msgstr " [--root <dir>] file1.rpm ... filen.rpm" -#: ../rpm.c:213 +#: ../rpm.c:210 #, fuzzy msgid "" " rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]" msgstr "" " rpm {--upgrage -U} [-v] [--hash -h] [--percent] [--force] [--test]" -#: ../rpm.c:214 +#: ../rpm.c:211 #, fuzzy msgid " [--oldpackage] [--root <dir>] [--noscripts]" msgstr " [--search] [--oldpackage] [--root <dir>]" -#: ../rpm.c:215 +#: ../rpm.c:212 #, fuzzy msgid "" " [--excludedocs] [--includedocs] [--rcfile <file>]" msgstr " [--search] [--oldpackage] [--root <dir>]" -#: ../rpm.c:216 +#: ../rpm.c:213 #, fuzzy msgid "" " [--ignorearch] [--dbpath <dir>] [--prefix <dir>] " msgstr " [--search] [--oldpackage] [--root <dir>]" -#: ../rpm.c:217 +#: ../rpm.c:214 #, fuzzy msgid " [--ftpproxy <host>] [--ftpport <port>]" msgstr " [--root <dir>] [targets]" -#: ../rpm.c:218 +#: ../rpm.c:215 #, fuzzy msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]" msgstr " [--replacepkgs] [--replacefiles] [--search]" -#: ../rpm.c:220 +#: ../rpm.c:217 #, fuzzy msgid " [--badreloc] file1.rpm ... fileN.rpm" msgstr " file1.rpm ... fileN.rpm" -#: ../rpm.c:221 +#: ../rpm.c:218 #, fuzzy msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]" msgstr " rpm {--query -q} [-afFpP] [-i] [-l] [-s] [-d] [-c] [-v] " -#: ../rpm.c:222 +#: ../rpm.c:219 #, fuzzy msgid " [--scripts] [--root <dir>] [--rcfile <file>]" msgstr " [--root <dir>] file1.rpm ... filen.rpm" -#: ../rpm.c:223 +#: ../rpm.c:220 #, fuzzy msgid " [--whatprovides] [--whatrequires] [--requires]" msgstr " [--replacepkgs] [--replacefiles] [--search]" -#: ../rpm.c:224 +#: ../rpm.c:221 #, fuzzy msgid "" " [--triggeredby] [--ftpuseport] [--ftpproxy <host>]" msgstr " [--search] [--oldpackage] [--root <dir>]" -#: ../rpm.c:225 +#: ../rpm.c:222 #, fuzzy msgid "" " [--ftpport <port>] [--provides] [--triggers] [--dump]" msgstr " [--root <dir>] [targets]" -#: ../rpm.c:226 +#: ../rpm.c:223 #, fuzzy msgid " [--changelog] [--dbpath <dir>] [targets]" msgstr " [--root <dir>] [targets]" -#: ../rpm.c:227 +#: ../rpm.c:224 #, fuzzy msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]" msgstr " rpm {--verify -V -y] [-afFpP] [--root <dir>] [targets]" -#: ../rpm.c:228 +#: ../rpm.c:225 #, fuzzy msgid "" " [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]" msgstr " [--replacepkgs] [--replacefiles] [--search]" -#: ../rpm.c:229 +#: ../rpm.c:226 #, fuzzy msgid " [--nomd5] [targets]" msgstr " [--root <dir>] [targets]" -#: ../rpm.c:230 +#: ../rpm.c:227 #, fuzzy msgid " rpm {--setperms} [-afpg] [target]" msgstr " rpm {--verify -V -y] [-afFpP] [--root <dir>] [targets]" -#: ../rpm.c:231 +#: ../rpm.c:228 #, fuzzy msgid " rpm {--setugids} [-afpg] [target]" msgstr " rpm {--verify -V -y] [-afFpP] [--root <dir>] [targets]" -#: ../rpm.c:232 +#: ../rpm.c:229 #, fuzzy msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]" msgstr " rpm {--erase -e] [--root <dir>] paket1 paket2 ... paketN" -#: ../rpm.c:233 +#: ../rpm.c:230 #, fuzzy msgid " [--dbpath <dir>] [--nodeps] [--allmatches]" msgstr " [--root <dir>] [targets]" -#: ../rpm.c:234 +#: ../rpm.c:231 #, fuzzy msgid "" " [--justdb] [--notriggers] rpackage1 ... packageN" msgstr "" " - installera källkods paket, tillverka binär paket," -#: ../rpm.c:235 +#: ../rpm.c:232 #, fuzzy msgid "" " rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile <file>]" msgstr "" " rpm {-b}[plciba] [-v] [--short-circuit] [--clean] [--keep-temps]" -#: ../rpm.c:236 +#: ../rpm.c:233 #, fuzzy msgid " [--sign] [--test] [--timecheck <s>] ]" msgstr " [--sign] [--test] [--time-check <s>] specfil" -#: ../rpm.c:237 +#: ../rpm.c:234 #, fuzzy msgid " [--buildplatform=platform1[,platform2...]]" msgstr " -i - visa paket information" -#: ../rpm.c:238 +#: ../rpm.c:235 #, fuzzy msgid " [--rmsource] specfile" msgstr " [--root <dir>] [targets]" -#: ../rpm.c:239 +#: ../rpm.c:236 msgid " rpm {--rmsource} [--rcfile <file>] [-v] specfile" msgstr "" -#: ../rpm.c:240 +#: ../rpm.c:237 #, fuzzy msgid "" " rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm" msgstr " rpm {--rebuild} [-v] source1.rpm source2.rpm ... sourceN.rpm" -#: ../rpm.c:241 +#: ../rpm.c:238 #, fuzzy msgid "" " rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm" msgstr " rpm {--rebuild} [-v] source1.rpm source2.rpm ... sourceN.rpm" -#: ../rpm.c:242 +#: ../rpm.c:239 #, fuzzy msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN" msgstr " rpm {--erase -e] [--root <dir>] paket1 paket2 ... paketN" -#: ../rpm.c:243 +#: ../rpm.c:240 #, fuzzy msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN" msgstr " rpm {--erase -e] [--root <dir>] paket1 paket2 ... paketN" -#: ../rpm.c:244 +#: ../rpm.c:241 msgid " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <file>]" msgstr "" -#: ../rpm.c:245 +#: ../rpm.c:242 #, fuzzy msgid " package1 ... packageN" msgstr " som matchar <pkg>" -#: ../rpm.c:246 +#: ../rpm.c:243 msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]" msgstr "" -#: ../rpm.c:247 +#: ../rpm.c:244 #, fuzzy msgid " rpm {--querytags}" msgstr " rpm {--version}" -#: ../rpm.c:281 +#: ../rpm.c:278 msgid "usage:" msgstr "använd:" -#: ../rpm.c:283 +#: ../rpm.c:280 #, fuzzy msgid "print this message" msgstr " --help\t\t- visa det här meddelandet" -#: ../rpm.c:285 +#: ../rpm.c:282 #, fuzzy msgid "print the version of rpm being used" msgstr " --version\t\t- visa vilken version av rpm som används" -#: ../rpm.c:286 +#: ../rpm.c:283 msgid " all modes support the following arguments:" msgstr "" -#: ../rpm.c:287 +#: ../rpm.c:284 msgid " --rcfile <file> " msgstr "" -#: ../rpm.c:288 +#: ../rpm.c:285 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc" msgstr "" -#: ../rpm.c:290 +#: ../rpm.c:287 msgid "be a little more verbose" msgstr "" -#: ../rpm.c:292 +#: ../rpm.c:289 msgid "be incredibly verbose (for debugging)" msgstr "" -#: ../rpm.c:294 +#: ../rpm.c:291 msgid "query mode" msgstr "" -#: ../rpm.c:295 ../rpm.c:353 ../rpm.c:413 ../rpm.c:441 +#: ../rpm.c:292 ../rpm.c:350 ../rpm.c:410 ../rpm.c:438 msgid " --root <dir> " msgstr "" -#: ../rpm.c:296 ../rpm.c:354 ../rpm.c:414 ../rpm.c:442 ../rpm.c:502 +#: ../rpm.c:293 ../rpm.c:351 ../rpm.c:411 ../rpm.c:439 ../rpm.c:499 #, fuzzy msgid "use <dir> as the top level directory" msgstr " --root <dir>\t- använd <dir> som start bibliotek" -#: ../rpm.c:297 ../rpm.c:351 ../rpm.c:379 ../rpm.c:429 ../rpm.c:499 +#: ../rpm.c:294 ../rpm.c:348 ../rpm.c:376 ../rpm.c:426 ../rpm.c:496 msgid " --dbpath <dir> " msgstr "" -#: ../rpm.c:298 ../rpm.c:352 ../rpm.c:380 ../rpm.c:430 ../rpm.c:500 +#: ../rpm.c:295 ../rpm.c:349 ../rpm.c:377 ../rpm.c:427 ../rpm.c:497 msgid "use <dir> as the directory for the database" msgstr "" -#: ../rpm.c:299 +#: ../rpm.c:296 msgid " --queryformat <qfmt>" msgstr "" -#: ../rpm.c:300 +#: ../rpm.c:297 msgid "use <qfmt> as the header format (implies -i)" msgstr "" -#: ../rpm.c:301 +#: ../rpm.c:298 msgid "" " install, upgrade and query (with -p) allow ftp URL's to be used in place" msgstr "" -#: ../rpm.c:302 +#: ../rpm.c:299 msgid " of file names as well as the following options:" msgstr "" -#: ../rpm.c:303 +#: ../rpm.c:300 msgid " --ftpproxy <host> " msgstr "" -#: ../rpm.c:304 +#: ../rpm.c:301 msgid "hostname or IP of ftp proxy" msgstr "" -#: ../rpm.c:305 +#: ../rpm.c:302 msgid " --ftpport <port> " msgstr "" -#: ../rpm.c:306 +#: ../rpm.c:303 msgid "port number of ftp server (or proxy)" msgstr "" -#: ../rpm.c:307 +#: ../rpm.c:304 msgid " Package specification options:" msgstr " Paket urvals parametrar:" -#: ../rpm.c:309 +#: ../rpm.c:306 msgid "query all packages" msgstr "" -#: ../rpm.c:310 +#: ../rpm.c:307 msgid " -f <file>+ " msgstr "" -#: ../rpm.c:311 +#: ../rpm.c:308 #, fuzzy msgid "query package owning <file>" msgstr " -f <fil>+ - undersök paket som äger <fil>" -#: ../rpm.c:312 +#: ../rpm.c:309 #, fuzzy msgid " -p <packagefile>+ " msgstr " --upgrade <paketfil>" -#: ../rpm.c:313 +#: ../rpm.c:310 #, fuzzy msgid "query (uninstalled) package <packagefile>" msgstr " -p <paketfil>+ - undersök (uninstalled) paket <packagefile>" -#: ../rpm.c:314 +#: ../rpm.c:311 #, fuzzy msgid " --triggeredby <pkg>" msgstr " --erase <paket>" -#: ../rpm.c:315 +#: ../rpm.c:312 #, fuzzy msgid "query packages triggered by <pkg>" msgstr " -f <fil>+ - undersök paket som äger <fil>" -#: ../rpm.c:316 +#: ../rpm.c:313 #, fuzzy msgid " --whatprovides <cap>" msgstr " rpm {--version}" -#: ../rpm.c:317 +#: ../rpm.c:314 msgid "query packages which provide <cap> capability" msgstr "" -#: ../rpm.c:318 +#: ../rpm.c:315 #, fuzzy msgid " --whatrequires <cap>" msgstr " rpm {--version}" -#: ../rpm.c:319 +#: ../rpm.c:316 msgid "query packages which require <cap> capability" msgstr "" -#: ../rpm.c:320 +#: ../rpm.c:317 msgid " Information selection options:" msgstr " Information urvals parametrar:" -#: ../rpm.c:322 +#: ../rpm.c:319 #, fuzzy msgid "display package information" msgstr " -i - visa paket information" -#: ../rpm.c:324 +#: ../rpm.c:321 msgid "display the package's change log" msgstr "" -#: ../rpm.c:326 +#: ../rpm.c:323 #, fuzzy msgid "display package file list" msgstr " -l - visa paketets fil lista" -#: ../rpm.c:328 +#: ../rpm.c:325 #, fuzzy msgid "show file states (implies -l)" msgstr " -s - visa filers status (implicerar -l)" -#: ../rpm.c:330 +#: ../rpm.c:327 #, fuzzy msgid "list only documentation files (implies -l)" msgstr "" " -d - visa enbart dokumentation filer (implicerar -l)" -#: ../rpm.c:332 +#: ../rpm.c:329 #, fuzzy msgid "list only configuration files (implies -l)" msgstr "" " -c - visa enbart konfiguration filer (implicerar -l)" -#: ../rpm.c:334 +#: ../rpm.c:331 msgid "" "show all verifiable information for each file (must be used with -l, -c, or " "-d)" msgstr "" -#: ../rpm.c:336 +#: ../rpm.c:333 msgid "list capabilities package provides" msgstr "" -#: ../rpm.c:337 +#: ../rpm.c:334 #, fuzzy msgid " --requires" msgstr " rpm {--version}" -#: ../rpm.c:339 +#: ../rpm.c:336 msgid "list package dependencies" msgstr "" -#: ../rpm.c:341 +#: ../rpm.c:338 msgid "print the various [un]install scripts" msgstr "" -#: ../rpm.c:343 +#: ../rpm.c:340 msgid "show the trigger scripts contained in the package" msgstr "" -#: ../rpm.c:347 +#: ../rpm.c:344 #, fuzzy msgid " --pipe <cmd> " msgstr " --checksig <pkg>+ - verifiera PGP signatur" -#: ../rpm.c:348 +#: ../rpm.c:345 msgid "send stdout to <cmd>" msgstr "" -#: ../rpm.c:350 +#: ../rpm.c:347 #, fuzzy msgid "" "verify a package installation using the same same package specification " "options as -q" msgstr "\t\t\t samma paket urvals parametrar som -q" -#: ../rpm.c:356 ../rpm.c:400 ../rpm.c:434 +#: ../rpm.c:353 ../rpm.c:397 ../rpm.c:431 msgid "do not verify package dependencies" msgstr "" -#: ../rpm.c:358 +#: ../rpm.c:355 msgid "do not verify file md5 checksums" msgstr "" -#: ../rpm.c:360 +#: ../rpm.c:357 msgid "do not verify file attributes" msgstr "" -#: ../rpm.c:363 +#: ../rpm.c:360 msgid "" "set the file permissions to those in the package database using the same " "package specification options as -q" msgstr "" -#: ../rpm.c:366 +#: ../rpm.c:363 msgid "" "set the file owner and group to those in the package database using the same " "package specification options as -q" msgstr "" -#: ../rpm.c:370 +#: ../rpm.c:367 #, fuzzy msgid " --install <packagefile>" msgstr " --upgrade <paketfil>" -#: ../rpm.c:371 +#: ../rpm.c:368 #, fuzzy msgid " -i <packagefile> " msgstr " --upgrade <paketfil>" -#: ../rpm.c:372 +#: ../rpm.c:369 #, fuzzy msgid "install package" msgstr " --install <paketfil>" -#: ../rpm.c:373 +#: ../rpm.c:370 #, fuzzy msgid " --relocate <oldpath>=<newpath>" msgstr " [--root <dir>] [targets]" -#: ../rpm.c:374 +#: ../rpm.c:371 msgid "relocate files from <oldpath> to <newpath>" msgstr "" -#: ../rpm.c:376 +#: ../rpm.c:373 msgid "relocate files even though the package doesn't allow it" msgstr "" -#: ../rpm.c:377 +#: ../rpm.c:374 msgid " --prefix <dir> " msgstr "" -#: ../rpm.c:378 +#: ../rpm.c:375 msgid "relocate the package to <dir>, if relocatable" msgstr "" -#: ../rpm.c:382 +#: ../rpm.c:379 msgid "do not install documentation" msgstr "" -#: ../rpm.c:384 +#: ../rpm.c:381 #, fuzzy msgid "short hand for --replacepkgs --replacefiles" msgstr " --force - förkortning för --replacepkgs --replacefiles" -#: ../rpm.c:387 +#: ../rpm.c:384 #, fuzzy msgid "print hash marks as package installs (good with -v)" msgstr "" " --hash - skriv ut brädgårdar eftersom paketet installeras " "(bra tillsammans med -v)" -#: ../rpm.c:389 +#: ../rpm.c:386 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" -#: ../rpm.c:392 +#: ../rpm.c:389 msgid "don't verify package architecture" msgstr "" -#: ../rpm.c:394 +#: ../rpm.c:391 msgid "don't verify package operating system" msgstr "" -#: ../rpm.c:396 +#: ../rpm.c:393 msgid "install documentation" msgstr "" -#: ../rpm.c:398 ../rpm.c:432 +#: ../rpm.c:395 ../rpm.c:429 msgid "update the database, but do not modify the filesystem" msgstr "" -#: ../rpm.c:402 ../rpm.c:436 +#: ../rpm.c:399 ../rpm.c:433 msgid "do not reorder package installation to satisfy dependencies" msgstr "" -#: ../rpm.c:404 +#: ../rpm.c:401 msgid "don't execute any installation scripts" msgstr "" -#: ../rpm.c:406 ../rpm.c:440 +#: ../rpm.c:403 ../rpm.c:437 msgid "don't execute any scripts triggered by this package" msgstr "" -#: ../rpm.c:408 +#: ../rpm.c:405 #, fuzzy msgid "print percentages as package installs" msgstr " --percent - skriv procent eftersom paketet installeras" -#: ../rpm.c:410 +#: ../rpm.c:407 #, fuzzy msgid "install even if the package replaces installed files" msgstr "" " --replacefiles - installera även om paketet som det byter ut " "installerade filer" -#: ../rpm.c:412 +#: ../rpm.c:409 #, fuzzy msgid "reinstall if the package is already present" msgstr "" " --replacepkgs - installera om ifall paketet redan är installerat" -#: ../rpm.c:416 +#: ../rpm.c:413 #, fuzzy msgid "don't install, but tell if it would work or not" msgstr "" " --test - installera inte, men tala om ifall det skulle " "fungera eller inte" -#: ../rpm.c:418 +#: ../rpm.c:415 msgid " --upgrade <packagefile>" msgstr " --upgrade <paketfil>" -#: ../rpm.c:419 +#: ../rpm.c:416 #, fuzzy msgid " -U <packagefile> " msgstr " --upgrade <paketfil>" -#: ../rpm.c:420 +#: ../rpm.c:417 #, fuzzy msgid "upgrade package (same options as --install, plus)" msgstr "" " -U <paketfil>\t- upgradera paket (samma argument som --install, samt)" -#: ../rpm.c:422 +#: ../rpm.c:419 #, fuzzy msgid "" "upgrade to an old version of the package (--force on upgrades does this " @@ -1048,129 +1048,129 @@ msgstr "" " --oldpackage - upgradera till en gammal version av paketet " "(--force" -#: ../rpm.c:424 +#: ../rpm.c:421 msgid " --erase <package>" msgstr " --erase <paket>" -#: ../rpm.c:426 +#: ../rpm.c:423 #, fuzzy msgid "erase (uninstall) package" msgstr " --install <paketfil>" -#: ../rpm.c:428 +#: ../rpm.c:425 msgid "" "remove all packages which match <package> (normally an error is generated if " "<package> specified multiple packages)" msgstr "" -#: ../rpm.c:438 +#: ../rpm.c:435 msgid "do not execute any package specific scripts" msgstr "" -#: ../rpm.c:444 +#: ../rpm.c:441 msgid " -b<stage> <spec> " msgstr "" -#: ../rpm.c:445 +#: ../rpm.c:442 msgid " -t<stage> <tarball> " msgstr "" -#: ../rpm.c:446 +#: ../rpm.c:443 #, fuzzy msgid "build package, where <stage> is one of:" msgstr " -b<steg> <spec> - tillverka paket, där <steg> är något av:" -#: ../rpm.c:448 +#: ../rpm.c:445 #, fuzzy msgid "prep (unpack sources and apply patches)" msgstr "\t\t\t p - förbered (packa upp källkod samt applicera patchar)" -#: ../rpm.c:450 +#: ../rpm.c:447 #, fuzzy, c-format msgid "list check (do some cursory checks on %files)" msgstr "\t\t\t l - kontrollera (gör några enkla kontroller på %files)" -#: ../rpm.c:452 +#: ../rpm.c:449 #, fuzzy msgid "compile (prep and compile)" msgstr "\t\t\t c - kompilera (förbered och kompilera)" -#: ../rpm.c:454 +#: ../rpm.c:451 #, fuzzy msgid "install (prep, compile, install)" msgstr "\t\t\t i - installera (förbered, kompilera, installera)" -#: ../rpm.c:456 +#: ../rpm.c:453 #, fuzzy msgid "binary package (prep, compile, install, package)" msgstr "\t\t\t b - binär paketera (förbered, kompilera, installera, paketera)" -#: ../rpm.c:458 +#: ../rpm.c:455 #, fuzzy msgid "bin/src package (prep, compile, install, package)" msgstr "" "\t\t\t a - bin/src paketera (förbered, kompilera, installera, paketera)" -#: ../rpm.c:460 +#: ../rpm.c:457 #, fuzzy msgid "skip straight to specified stage (only for c,i)" msgstr "" " --short-circuit - hoppa direkt till specifierat steg (enbart för c,i)" -#: ../rpm.c:462 +#: ../rpm.c:459 #, fuzzy msgid "remove build tree when done" msgstr "" " --clean - tag bort biblioteket där filerna kompilerades när " "det är klart" -#: ../rpm.c:464 +#: ../rpm.c:461 msgid "remove sources and spec file when done" msgstr "" -#: ../rpm.c:466 +#: ../rpm.c:463 #, fuzzy msgid "generate PGP signature" msgstr " --sign - tillverka en PGP signatur" -#: ../rpm.c:467 +#: ../rpm.c:464 #, fuzzy msgid " --buildroot <dir> " msgstr " --rebuild <källkods_paket>" -#: ../rpm.c:468 +#: ../rpm.c:465 msgid "use <dir> as the build root" msgstr "" -#: ../rpm.c:469 +#: ../rpm.c:466 msgid " --platform=<platform>+" msgstr "" -#: ../rpm.c:470 +#: ../rpm.c:467 msgid "build the packages for the platform1...platformN build targets." msgstr "" -#: ../rpm.c:472 +#: ../rpm.c:469 msgid "do not execute any stages" msgstr "" -#: ../rpm.c:473 +#: ../rpm.c:470 #, fuzzy msgid " --timecheck <secs> " msgstr " --erase <paket>" -#: ../rpm.c:474 +#: ../rpm.c:471 #, fuzzy msgid "set the time check to <secs> seconds (0 disables)" msgstr "" " --time-check <s> - sätt tidskontrollen till S sekunder (0 slår av den)" -#: ../rpm.c:476 +#: ../rpm.c:473 #, fuzzy msgid " --rebuild <src_pkg> " msgstr " --rebuild <källkods_paket>" -#: ../rpm.c:477 +#: ../rpm.c:474 #, fuzzy msgid "" "install source package, build binary package and remove spec file, sources, " @@ -1179,263 +1179,263 @@ msgstr "" " och ta bort spec filen, källkoden, patchar, och " "ikoner." -#: ../rpm.c:478 +#: ../rpm.c:475 #, fuzzy msgid " --rmsource <spec> " msgstr " --erase <paket>" -#: ../rpm.c:479 +#: ../rpm.c:476 msgid "remove sources and spec file" msgstr "" -#: ../rpm.c:480 +#: ../rpm.c:477 #, fuzzy msgid " --recompile <src_pkg> " msgstr " --rebuild <källkods_paket>" -#: ../rpm.c:481 +#: ../rpm.c:478 msgid "like --rebuild, but don't build any package" msgstr "" -#: ../rpm.c:482 +#: ../rpm.c:479 #, fuzzy msgid " --resign <pkg>+ " msgstr " --checksig <pkg>+ - verifiera PGP signatur" -#: ../rpm.c:483 +#: ../rpm.c:480 msgid "sign a package (discard current signature)" msgstr "" -#: ../rpm.c:484 +#: ../rpm.c:481 msgid " --addsign <pkg>+ " msgstr "" -#: ../rpm.c:485 +#: ../rpm.c:482 msgid "add a signature to a package" msgstr "" -#: ../rpm.c:487 +#: ../rpm.c:484 #, fuzzy msgid " --checksig <pkg>+ " msgstr " --checksig <pkg>+ - verifiera PGP signatur" -#: ../rpm.c:488 +#: ../rpm.c:485 msgid "verify package signature" msgstr "" -#: ../rpm.c:490 +#: ../rpm.c:487 msgid "skip any PGP signatures" msgstr "" -#: ../rpm.c:492 +#: ../rpm.c:489 msgid "skip any MD5 signatures" msgstr "" -#: ../rpm.c:494 +#: ../rpm.c:491 msgid "list the tags that can be used in a query format" msgstr "" -#: ../rpm.c:496 +#: ../rpm.c:493 msgid "make sure a valid database exists" msgstr "" -#: ../rpm.c:498 +#: ../rpm.c:495 msgid "rebuild database from existing database" msgstr "" -#: ../rpm.c:637 ../rpm.c:643 ../rpm.c:650 ../rpm.c:656 ../rpm.c:665 -#: ../rpm.c:672 ../rpm.c:718 ../rpm.c:724 ../rpm.c:813 ../rpm.c:820 -#: ../rpm.c:826 ../rpm.c:834 ../rpm.c:840 ../rpm.c:848 ../rpm.c:881 -#: ../rpm.c:927 ../rpm.c:933 +#: ../rpm.c:634 ../rpm.c:640 ../rpm.c:647 ../rpm.c:653 ../rpm.c:662 +#: ../rpm.c:669 ../rpm.c:715 ../rpm.c:721 ../rpm.c:810 ../rpm.c:817 +#: ../rpm.c:823 ../rpm.c:831 ../rpm.c:837 ../rpm.c:845 ../rpm.c:878 +#: ../rpm.c:924 ../rpm.c:930 msgid "only one major mode may be specified" msgstr "enbart ett läge kan specifieras" -#: ../rpm.c:658 +#: ../rpm.c:655 #, fuzzy msgid "-u and --uninstall are deprecated and no longer work.\n" msgstr "-u och --uninstall är föråldrade och vill snart bli borttagna.\n" -#: ../rpm.c:660 +#: ../rpm.c:657 msgid "Use -e or --erase instead.\n" msgstr "Använd -e eller --erase istället.\n" -#: ../rpm.c:676 +#: ../rpm.c:673 msgid "--build (-b) requires one of a,b,i,c,p,l as its sole argument" msgstr "--build (-b) kräver en av a,b,i,c,p,l som dess enda argument" -#: ../rpm.c:680 +#: ../rpm.c:677 #, fuzzy msgid "--tarbuild (-t) requires one of a,b,i,c,p,l as its sole argument" msgstr "--build (-b) kräver en av a,b,i,c,p,l som dess enda argument" -#: ../rpm.c:747 ../rpm.c:754 ../rpm.c:762 ../rpm.c:770 ../rpm.c:790 -#: ../rpm.c:798 ../rpm.c:806 +#: ../rpm.c:744 ../rpm.c:751 ../rpm.c:759 ../rpm.c:767 ../rpm.c:787 +#: ../rpm.c:795 ../rpm.c:803 msgid "one type of query/verify may be performed at a time" msgstr "en typ av undersökning/verifiering kan utföras åt gången" -#: ../rpm.c:856 +#: ../rpm.c:853 #, fuzzy msgid "arguments to --dbpath must begin with a /" msgstr "argument till --root (-r) måste börja med /" -#: ../rpm.c:863 +#: ../rpm.c:860 #, fuzzy msgid "one type of query may be performed at a time" msgstr "enbart en slags undersökningar kan utföras åt gången" -#: ../rpm.c:887 +#: ../rpm.c:884 #, fuzzy msgid "relocations must begin with a /" msgstr "argument till --root (-r) måste börja med /" -#: ../rpm.c:889 +#: ../rpm.c:886 msgid "relocations must contain a =" msgstr "" -#: ../rpm.c:892 +#: ../rpm.c:889 msgid "relocations must have a / following the =" msgstr "" -#: ../rpm.c:904 +#: ../rpm.c:901 msgid "Internal error in argument processing :-(\n" msgstr "" -#: ../rpm.c:945 +#: ../rpm.c:942 msgid "--dbpath given for operation that does not use a database" msgstr "" -#: ../rpm.c:950 +#: ../rpm.c:947 #, fuzzy msgid "--timecheck may only be used during package builds" msgstr "--clean kan enbart användas vid paket tillverkning" -#: ../rpm.c:953 ../rpm.c:956 +#: ../rpm.c:950 ../rpm.c:953 msgid "unexpected query specifiers" msgstr "oväntade undersöknings parameterar" -#: ../rpm.c:960 +#: ../rpm.c:957 msgid "unexpected query source" msgstr "oväntad undersöknings källa" -#: ../rpm.c:963 +#: ../rpm.c:960 msgid "only installation and upgrading may be forced" msgstr "enbart installation och upgradering kan bli tvingade" -#: ../rpm.c:966 +#: ../rpm.c:963 #, fuzzy msgid "files may only be relocated during package installation" msgstr "--replacefiles kan enbart användas vid paket installation" -#: ../rpm.c:969 +#: ../rpm.c:966 #, fuzzy msgid "only one of --prefix or --relocate may be used" msgstr "enbart ett läge kan specifieras" -#: ../rpm.c:972 +#: ../rpm.c:969 #, fuzzy msgid "--relocate may only be used when installing new packages" msgstr "--clean kan enbart användas vid paket tillverkning" -#: ../rpm.c:975 +#: ../rpm.c:972 #, fuzzy msgid "--prefix may only be used when installing new packages" msgstr "--sign kan enbart användas vid paket tillverkning" -#: ../rpm.c:978 +#: ../rpm.c:975 #, fuzzy msgid "arguments to --prefix must begin with a /" msgstr "argument till --root (-r) måste börja med /" -#: ../rpm.c:981 +#: ../rpm.c:978 msgid "--hash (-h) may only be specified during package installation" msgstr "--hash (-h) kan enbart användas vid paket installation" -#: ../rpm.c:985 +#: ../rpm.c:982 msgid "--percent may only be specified during package installation" msgstr "--percent kan enbart användas vid paket installation" -#: ../rpm.c:989 +#: ../rpm.c:986 msgid "--replacefiles may only be specified during package installation" msgstr "--replacefiles kan enbart användas vid paket installation" -#: ../rpm.c:993 +#: ../rpm.c:990 msgid "--replacepkgs may only be specified during package installation" msgstr "--replacepkgs kan enbart användas vid paket installation" -#: ../rpm.c:997 +#: ../rpm.c:994 #, fuzzy msgid "--excludedocs may only be specified during package installation" msgstr "--percent kan enbart användas vid paket installation" -#: ../rpm.c:1001 +#: ../rpm.c:998 #, fuzzy msgid "--includedocs may only be specified during package installation" msgstr "--percent kan enbart användas vid paket installation" -#: ../rpm.c:1005 +#: ../rpm.c:1002 #, fuzzy msgid "only one of --excludedocs and --includedocs may be specified" msgstr "enbart ett läge kan specifieras" -#: ../rpm.c:1009 +#: ../rpm.c:1006 #, fuzzy msgid "--ignorearch may only be specified during package installation" msgstr "--percent kan enbart användas vid paket installation" -#: ../rpm.c:1013 +#: ../rpm.c:1010 #, fuzzy msgid "--ignoreos may only be specified during package installation" msgstr "--percent kan enbart användas vid paket installation" -#: ../rpm.c:1017 +#: ../rpm.c:1014 #, fuzzy msgid "--allmatches may only be specified during package erasure" msgstr "--replacepkgs kan enbart användas vid paket installation" -#: ../rpm.c:1021 +#: ../rpm.c:1018 #, fuzzy msgid "--allfiles may only be specified during package installation" msgstr "--replacefiles kan enbart användas vid paket installation" -#: ../rpm.c:1025 +#: ../rpm.c:1022 #, fuzzy msgid "--justdb may only be specified during package installation and erasure" msgstr "--test kan enbart användas vid paket installation och avinstallation" -#: ../rpm.c:1030 +#: ../rpm.c:1027 #, fuzzy msgid "" "--noscripts may only be specified during package installation, erasure, and " "verification" msgstr "--test kan enbart användas vid paket installation och avinstallation" -#: ../rpm.c:1034 +#: ../rpm.c:1031 #, fuzzy msgid "" "--notriggers may only be specified during package installation, erasure, and " "verification" msgstr "--test kan enbart användas vid paket installation och avinstallation" -#: ../rpm.c:1039 +#: ../rpm.c:1036 #, fuzzy msgid "" "--nodeps may only be specified during package installation, erasure, and " "verification" msgstr "--test kan enbart användas vid paket installation och avinstallation" -#: ../rpm.c:1043 +#: ../rpm.c:1040 #, fuzzy msgid "--nofiles may only be specified during package verification" msgstr "--replacefiles kan enbart användas vid paket installation" -#: ../rpm.c:1048 +#: ../rpm.c:1045 #, fuzzy msgid "" "--test may only be specified during package installation, erasure, and " "building" msgstr "--test kan enbart användas vid paket installation och avinstallation" -#: ../rpm.c:1053 +#: ../rpm.c:1050 #, fuzzy msgid "" "--root (-r) may only be specified during installation, erasure, querying, " @@ -1444,158 +1444,158 @@ msgstr "" "--root (-r) kan enbart användas vid paket installation, avinstallation, och " "undersökning" -#: ../rpm.c:1058 +#: ../rpm.c:1055 msgid "arguments to --root (-r) must begin with a /" msgstr "argument till --root (-r) måste börja med /" -#: ../rpm.c:1061 +#: ../rpm.c:1058 #, fuzzy msgid "--clean may only be used with -b and -t" msgstr "--clean kan enbart användas vid paket tillverkning" -#: ../rpm.c:1064 +#: ../rpm.c:1061 #, fuzzy msgid "--rmsource may only be used with -b and -t" msgstr "--oldpackage kan enbart användas vid paket uppgraderingar" -#: ../rpm.c:1067 +#: ../rpm.c:1064 #, fuzzy msgid "--short-circuit may only be used during package building" msgstr "--sign kan enbart användas vid paket tillverkning" -#: ../rpm.c:1071 +#: ../rpm.c:1068 msgid "--short-circuit may only be used with -bc, -bi, -bs, -tc -ti, or -ts" msgstr "" -#: ../rpm.c:1076 +#: ../rpm.c:1073 msgid "--oldpackage may only be used during upgrades" msgstr "--oldpackage kan enbart användas vid paket uppgraderingar" -#: ../rpm.c:1079 +#: ../rpm.c:1076 #, fuzzy msgid "--dump may only be used during queries" msgstr "--oldpackage kan enbart användas vid paket uppgraderingar" -#: ../rpm.c:1082 +#: ../rpm.c:1079 msgid "--dump of queries must be used with -l, -c, or -d" msgstr "" -#: ../rpm.c:1087 +#: ../rpm.c:1084 #, fuzzy msgid "" "ftp options can only be used during package queries, installs, and upgrades" msgstr "--sign kan enbart användas vid paket tillverkning" -#: ../rpm.c:1094 +#: ../rpm.c:1091 #, fuzzy msgid "--nopgp may only be used during signature checking" msgstr "--sign kan enbart användas vid paket tillverkning" -#: ../rpm.c:1097 +#: ../rpm.c:1094 #, fuzzy msgid "" "--nopgp may only be used during signature checking and package verification" msgstr "--sign kan enbart användas vid paket tillverkning" -#: ../rpm.c:1110 +#: ../rpm.c:1107 msgid "Pass phrase check failed\n" msgstr "Kontrollen av Id-strängen misslyckades\n" -#: ../rpm.c:1113 +#: ../rpm.c:1110 msgid "Pass phrase is good.\n" msgstr "Id strängen är ok.\n" -#: ../rpm.c:1125 +#: ../rpm.c:1122 msgid "--sign may only be used during package building" msgstr "--sign kan enbart användas vid paket tillverkning" -#: ../rpm.c:1140 +#: ../rpm.c:1137 #, fuzzy msgid "exec failed\n" msgstr "Tillverkningen misslyckades.\n" -#: ../rpm.c:1159 +#: ../rpm.c:1156 msgid "unexpected arguments to --querytags " msgstr "" -#: ../rpm.c:1170 +#: ../rpm.c:1167 msgid "no packages given for signature check" msgstr "inga paket angivna för signatur kontroll" -#: ../rpm.c:1177 +#: ../rpm.c:1174 #, fuzzy msgid "no packages given for signing" msgstr "inga paket angivna för avinstallation" -#: ../rpm.c:1186 +#: ../rpm.c:1183 msgid "no packages files given for rebuild" msgstr "inga paket filer angivna för omtillverkning" -#: ../rpm.c:1249 +#: ../rpm.c:1246 msgid "no spec files given for build" msgstr "ingen spec filer angivna för tillverkning" -#: ../rpm.c:1251 +#: ../rpm.c:1248 #, fuzzy msgid "no tar files given for build" msgstr "ingen spec filer angivna för tillverkning" -#: ../rpm.c:1264 +#: ../rpm.c:1261 msgid "no packages given for uninstall" msgstr "inga paket angivna för avinstallation" -#: ../rpm.c:1304 +#: ../rpm.c:1301 msgid "no packages given for install" msgstr "inga paket angivna för installation" -#: ../rpm.c:1328 +#: ../rpm.c:1325 #, fuzzy msgid "extra arguments given for query of all packages" msgstr "inga parametrar angivna för undersökning" -#: ../rpm.c:1333 +#: ../rpm.c:1330 msgid "no arguments given for query" msgstr "inga parametrar angivna för undersökning" -#: ../rpm.c:1350 +#: ../rpm.c:1347 msgid "no arguments given for verify" msgstr "inga parametrar angivna för verifiering" -#: ../url.c:47 +#: ../url.c:46 #, c-format msgid "Password for %s@%s: " msgstr "" -#: ../url.c:113 ../url.c:156 ../url.c:182 +#: ../url.c:112 ../url.c:155 ../url.c:181 #, c-format msgid "getting %s via anonymous ftp\n" msgstr "" -#: ../url.c:120 +#: ../url.c:119 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" -#: ../url.c:131 +#: ../url.c:130 msgid "error: ftpport must be a number\n" msgstr "" -#: ../url.c:189 +#: ../url.c:188 #, fuzzy, c-format msgid "failed to create %s\n" msgstr "kan inte öppna: %s\n" -#: ../verify.c:35 +#: ../verify.c:34 #, c-format msgid "missing %s\n" msgstr "" -#: ../verify.c:91 +#: ../verify.c:90 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "" -#: ../verify.c:133 +#: ../verify.c:132 #, c-format msgid "verifying record number %d\n" msgstr "" @@ -1605,11 +1605,11 @@ msgstr "" msgid "%s is not an RPM\n" msgstr "" -#: ../rpm2cpio.c:39 +#: ../rpm2cpio.c:38 msgid "argument is not an RPM package\n" msgstr "" -#: ../rpm2cpio.c:42 +#: ../rpm2cpio.c:41 msgid "error reading header from package\n" msgstr "" @@ -1656,256 +1656,256 @@ msgstr "inga paket angivna för avinstallation" msgid "no copyright!\n" msgstr "" -#: ../build/build.c:96 ../build/pack.c:191 +#: ../build/build.c:95 ../build/pack.c:191 #, fuzzy msgid "Unable to open temp file" msgstr "kan inte öppna: %s\n" -#: ../build/build.c:133 +#: ../build/build.c:132 #, fuzzy, c-format msgid "Executing: %s\n" msgstr "RPM version %s\n" -#: ../build/build.c:137 +#: ../build/build.c:136 #, c-format msgid "Exec of %s failed (%s)" msgstr "" -#: ../build/build.c:145 +#: ../build/build.c:144 #, c-format msgid "Bad exit status from %s (%s)" msgstr "" -#: ../build/expression.c:188 ../build/expression.c:197 +#: ../build/expression.c:189 ../build/expression.c:198 msgid "parse error in tokenizer" msgstr "" -#: ../build/expression.c:239 +#: ../build/expression.c:240 msgid "parse error in expression" msgstr "" -#: ../build/expression.c:269 +#: ../build/expression.c:270 msgid "unmatched (" msgstr "" -#: ../build/expression.c:287 +#: ../build/expression.c:288 msgid "undefined identifier" msgstr "" -#: ../build/expression.c:306 +#: ../build/expression.c:307 msgid "- only on numbers" msgstr "" -#: ../build/expression.c:322 +#: ../build/expression.c:323 msgid "! only on numbers" msgstr "" -#: ../build/expression.c:358 ../build/expression.c:403 -#: ../build/expression.c:460 ../build/expression.c:543 +#: ../build/expression.c:362 ../build/expression.c:407 +#: ../build/expression.c:464 ../build/expression.c:551 msgid "types must match" msgstr "" -#: ../build/expression.c:371 +#: ../build/expression.c:375 msgid "* / not suported for strings" msgstr "" -#: ../build/expression.c:419 +#: ../build/expression.c:423 msgid "- not suported for strings" msgstr "" -#: ../build/expression.c:556 +#: ../build/expression.c:564 msgid "&& and || not suported for strings" msgstr "" -#: ../build/expression.c:587 ../build/expression.c:630 +#: ../build/expression.c:595 ../build/expression.c:640 msgid "syntax error in expression" msgstr "" -#: ../build/files.c:204 +#: ../build/files.c:203 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "" -#: ../build/files.c:233 ../build/files.c:245 ../build/files.c:317 -#: ../build/files.c:329 ../build/files.c:356 +#: ../build/files.c:232 ../build/files.c:244 ../build/files.c:316 +#: ../build/files.c:328 ../build/files.c:355 #, c-format msgid "Bad %s() syntax: %s" msgstr "" -#: ../build/files.c:279 +#: ../build/files.c:278 #, c-format msgid "Invalid %s token: %s" msgstr "" -#: ../build/files.c:340 +#: ../build/files.c:339 msgid "No files after %%defattr(): %s" msgstr "" -#: ../build/files.c:368 +#: ../build/files.c:367 #, c-format msgid "Bad %s() mode spec: %s" msgstr "" -#: ../build/files.c:386 +#: ../build/files.c:385 #, c-format msgid "Bad %s() dirmode spec: %s" msgstr "" -#: ../build/files.c:441 +#: ../build/files.c:440 msgid "Bad %%config() syntax: %s" msgstr "" -#: ../build/files.c:459 +#: ../build/files.c:458 msgid "Invalid %%config token: %s" msgstr "" -#: ../build/files.c:482 ../build/files.c:494 ../build/files.c:507 +#: ../build/files.c:481 ../build/files.c:493 ../build/files.c:506 msgid "Bad %%lang() syntax: %s" msgstr "" -#: ../build/files.c:513 +#: ../build/files.c:512 msgid "%%lang() entries are 2 characters: %s" msgstr "" -#: ../build/files.c:519 +#: ../build/files.c:518 msgid "Only one entry in %%lang(): %s" msgstr "" -#: ../build/files.c:610 +#: ../build/files.c:608 msgid "Hit limit for %%docdir" msgstr "" -#: ../build/files.c:616 +#: ../build/files.c:614 msgid "Only one arg for %%docdir" msgstr "" -#: ../build/files.c:642 +#: ../build/files.c:640 #, fuzzy, c-format msgid "Two files on one line: %s" msgstr "kan inte öppna: %s\n" -#: ../build/files.c:655 +#: ../build/files.c:653 #, fuzzy, c-format msgid "File must begin with \"/\": %s" msgstr "argument till --root (-r) måste börja med /" -#: ../build/files.c:667 +#: ../build/files.c:665 msgid "Can't mix special %%doc with other forms: %s" msgstr "" -#: ../build/files.c:749 +#: ../build/files.c:747 #, c-format msgid "File listed twice: %s" msgstr "" -#: ../build/files.c:908 +#: ../build/files.c:906 #, c-format msgid "File doesn't match prefix (%s): %s" msgstr "" -#: ../build/files.c:918 ../build/files.c:1035 +#: ../build/files.c:916 ../build/files.c:1033 #, fuzzy, c-format msgid "File not found: %s" msgstr "inga paket angivna för avinstallation" -#: ../build/files.c:963 +#: ../build/files.c:961 #, c-format msgid "Bad owner/group: %s\n" msgstr "" -#: ../build/files.c:968 +#: ../build/files.c:966 #, c-format msgid "File %d: %s\n" msgstr "" -#: ../build/files.c:1019 +#: ../build/files.c:1017 #, c-format msgid "File needs leading \"/\": %s" msgstr "" -#: ../build/files.c:1079 +#: ../build/files.c:1077 #, fuzzy msgid "Could not open %%files file: %s" msgstr "kan inte öppna: %s\n" -#: ../build/files.c:1085 ../build/pack.c:380 +#: ../build/files.c:1083 ../build/pack.c:380 #, c-format msgid "line: %s" msgstr "" -#: ../build/files.c:1412 ../build/parsePrep.c:41 +#: ../build/files.c:1410 ../build/parsePrep.c:40 #, c-format msgid "Bad owner/group: %s" msgstr "" -#: ../build/files.c:1467 +#: ../build/files.c:1465 #, c-format msgid "Couldn't exec %s" msgstr "" -#: ../build/files.c:1471 +#: ../build/files.c:1469 #, c-format msgid "Couldn't fork %s" msgstr "" -#: ../build/files.c:1521 +#: ../build/files.c:1519 #, fuzzy, c-format msgid "%s failed" msgstr "Tillverkningen misslyckades.\n" -#: ../build/files.c:1525 +#: ../build/files.c:1523 #, fuzzy, c-format msgid "failed to write all data to %s" msgstr "kan inte öppna: %s\n" -#: ../build/files.c:1559 +#: ../build/files.c:1557 msgid "Finding provides...\n" msgstr "" -#: ../build/files.c:1566 +#: ../build/files.c:1564 msgid "Failed to find provides" msgstr "" -#: ../build/files.c:1586 +#: ../build/files.c:1584 msgid "Finding requires...\n" msgstr "" -#: ../build/files.c:1593 +#: ../build/files.c:1591 #, fuzzy msgid "Failed to find requires" msgstr "kan inte öppna: %s\n" -#: ../build/files.c:1628 +#: ../build/files.c:1626 msgid "Provides:" msgstr "" -#: ../build/files.c:1646 +#: ../build/files.c:1644 msgid "Prereqs:" msgstr "" -#: ../build/files.c:1660 +#: ../build/files.c:1658 msgid "Requires:" msgstr "" -#: ../build/files.c:1685 +#: ../build/files.c:1683 #, c-format msgid "Processing files: %s\n" msgstr "" -#: ../build/names.c:35 ../build/names.c:69 +#: ../build/names.c:34 ../build/names.c:68 msgid "RPMERR_INTERNAL: Hit limit in getUname()\n" msgstr "" -#: ../build/names.c:104 ../build/names.c:138 +#: ../build/names.c:103 ../build/names.c:137 msgid "RPMERR_INTERNAL: Hit limit in getGname()\n" msgstr "" -#: ../build/names.c:176 +#: ../build/names.c:175 #, c-format msgid "Could not canonicalize hostname: %s\n" msgstr "" -#: ../build/pack.c:141 +#: ../build/pack.c:140 #, c-format msgid "Could not generate output filename for package %s: %s\n" msgstr "" @@ -1984,666 +1984,666 @@ msgstr "" msgid "Could not open Trigger script file: %s" msgstr "" -#: ../build/parseBuildInstallClean.c:28 +#: ../build/parseBuildInstallClean.c:27 #, c-format msgid "line %d: second %s" msgstr "" -#: ../build/parseChangelog.c:102 +#: ../build/parseChangelog.c:101 msgid "%%changelog entries must start with *" msgstr "" -#: ../build/parseChangelog.c:110 +#: ../build/parseChangelog.c:109 msgid "incomplete %%changelog entry" msgstr "" -#: ../build/parseChangelog.c:125 +#: ../build/parseChangelog.c:124 msgid "bad date in %%changelog: %s" msgstr "" -#: ../build/parseChangelog.c:130 +#: ../build/parseChangelog.c:129 msgid "%%changelog not in decending chronological order" msgstr "" -#: ../build/parseChangelog.c:138 ../build/parseChangelog.c:149 +#: ../build/parseChangelog.c:137 ../build/parseChangelog.c:148 msgid "missing name in %%changelog" msgstr "" -#: ../build/parseChangelog.c:156 +#: ../build/parseChangelog.c:155 msgid "no description in %%changelog" msgstr "" -#: ../build/parseDescription.c:35 +#: ../build/parseDescription.c:34 msgid "line %d: Error parsing %%description: %s" msgstr "" -#: ../build/parseDescription.c:48 ../build/parseFiles.c:43 -#: ../build/parseScript.c:140 +#: ../build/parseDescription.c:47 ../build/parseFiles.c:42 +#: ../build/parseScript.c:139 #, fuzzy, c-format msgid "line %d: Bad option %s: %s" msgstr "kan inte öppna: %s\n" -#: ../build/parseDescription.c:62 ../build/parseFiles.c:57 -#: ../build/parseScript.c:154 +#: ../build/parseDescription.c:61 ../build/parseFiles.c:56 +#: ../build/parseScript.c:153 #, c-format msgid "line %d: Too many names: %s" msgstr "" -#: ../build/parseDescription.c:72 ../build/parseFiles.c:67 -#: ../build/parseScript.c:164 +#: ../build/parseDescription.c:71 ../build/parseFiles.c:66 +#: ../build/parseScript.c:163 #, c-format msgid "line %d: Package does not exist: %s" msgstr "" -#: ../build/parseDescription.c:84 +#: ../build/parseDescription.c:83 #, c-format msgid "line %d: Second description" msgstr "" -#: ../build/parseFiles.c:30 +#: ../build/parseFiles.c:29 msgid "line %d: Error parsing %%files: %s" msgstr "" -#: ../build/parseFiles.c:75 +#: ../build/parseFiles.c:74 msgid "line %d: Second %%files list" msgstr "" -#: ../build/parsePreamble.c:150 +#: ../build/parsePreamble.c:154 #, c-format msgid "Architecture is excluded: %s" msgstr "" -#: ../build/parsePreamble.c:155 +#: ../build/parsePreamble.c:159 #, c-format msgid "Architecture is not included: %s" msgstr "" -#: ../build/parsePreamble.c:160 +#: ../build/parsePreamble.c:164 #, c-format msgid "OS is excluded: %s" msgstr "" -#: ../build/parsePreamble.c:165 +#: ../build/parsePreamble.c:169 #, c-format msgid "OS is not included: %s" msgstr "" -#: ../build/parsePreamble.c:201 +#: ../build/parsePreamble.c:205 #, c-format msgid "%s field must be present in package: %s" msgstr "" -#: ../build/parsePreamble.c:243 +#: ../build/parsePreamble.c:247 #, c-format msgid "Duplicate %s entries in package: %s" msgstr "" -#: ../build/parsePreamble.c:287 ../build/parsePreamble.c:294 +#: ../build/parsePreamble.c:291 ../build/parsePreamble.c:298 #, fuzzy, c-format msgid "Unable to read icon: %s" msgstr "kan inte öppna: %s\n" -#: ../build/parsePreamble.c:304 +#: ../build/parsePreamble.c:308 #, c-format msgid "Unknown icon type: %s" msgstr "" -#: ../build/parsePreamble.c:335 +#: ../build/parsePreamble.c:339 #, c-format msgid "line %d: Malformed tag: %s" msgstr "" #. Empty field -#: ../build/parsePreamble.c:343 +#: ../build/parsePreamble.c:347 #, c-format msgid "line %d: Empty tag: %s" msgstr "" -#: ../build/parsePreamble.c:394 +#: ../build/parsePreamble.c:398 #, c-format msgid "line %d: BuildRoot can not be \"/\": %s" msgstr "" -#: ../build/parsePreamble.c:407 +#: ../build/parsePreamble.c:411 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s" msgstr "" -#: ../build/parsePreamble.c:419 +#: ../build/parsePreamble.c:423 #, fuzzy, c-format msgid "line %d: Docdir must begin with '/': %s" msgstr "argument till --root (-r) måste börja med /" -#: ../build/parsePreamble.c:430 +#: ../build/parsePreamble.c:434 #, c-format msgid "line %d: Serial field must be a number: %s" msgstr "" -#: ../build/parsePreamble.c:494 +#: ../build/parsePreamble.c:498 #, c-format msgid "line %d: Bad BuildArchitecture format: %s" msgstr "" -#: ../build/parsePreamble.c:504 +#: ../build/parsePreamble.c:508 #, c-format msgid "Internal error: Bogus tag %d" msgstr "" -#: ../build/parsePreamble.c:647 +#: ../build/parsePreamble.c:651 #, fuzzy, c-format msgid "Bad package specification: %s" msgstr " Paket urvals parametrar:" -#: ../build/parsePreamble.c:653 +#: ../build/parsePreamble.c:657 #, c-format msgid "Package already exists: %s" msgstr "" -#: ../build/parsePreamble.c:680 +#: ../build/parsePreamble.c:684 #, c-format msgid "line %d: Unknown tag: %s" msgstr "" -#: ../build/parsePreamble.c:705 +#: ../build/parsePreamble.c:709 msgid "Spec file can't use BuildRoot" msgstr "" -#: ../build/parsePrep.c:37 +#: ../build/parsePrep.c:36 #, fuzzy, c-format msgid "Bad source: %s: %s" msgstr "kan inte öppna: %s\n" -#: ../build/parsePrep.c:63 +#: ../build/parsePrep.c:62 #, c-format msgid "No patch number %d" msgstr "" -#: ../build/parsePrep.c:127 +#: ../build/parsePrep.c:126 #, c-format msgid "No source number %d" msgstr "" -#: ../build/parsePrep.c:180 +#: ../build/parsePrep.c:179 msgid "Error parsing %%setup: %s" msgstr "" -#: ../build/parsePrep.c:195 +#: ../build/parsePrep.c:194 msgid "line %d: Bad arg to %%setup %c: %s" msgstr "" -#: ../build/parsePrep.c:216 +#: ../build/parsePrep.c:215 msgid "line %d: Bad %%setup option %s: %s" msgstr "" -#: ../build/parsePrep.c:334 +#: ../build/parsePrep.c:333 msgid "line %d: Need arg to %%patch -b: %s" msgstr "" -#: ../build/parsePrep.c:342 +#: ../build/parsePrep.c:341 msgid "line %d: Need arg to %%patch -z: %s" msgstr "" -#: ../build/parsePrep.c:354 +#: ../build/parsePrep.c:353 msgid "line %d: Need arg to %%patch -p: %s" msgstr "" -#: ../build/parsePrep.c:360 +#: ../build/parsePrep.c:359 msgid "line %d: Bad arg to %%patch -p: %s" msgstr "" -#: ../build/parsePrep.c:367 +#: ../build/parsePrep.c:366 msgid "Too many patches!" msgstr "" -#: ../build/parsePrep.c:371 +#: ../build/parsePrep.c:370 msgid "line %d: Bad arg to %%patch: %s" msgstr "" -#: ../build/parsePrep.c:409 +#: ../build/parsePrep.c:408 msgid "line %d: second %%prep" msgstr "" -#: ../build/parseReqs.c:46 +#: ../build/parseReqs.c:45 #, c-format msgid "line %d: No file names in Conflicts: %s" msgstr "" -#: ../build/parseReqs.c:77 +#: ../build/parseReqs.c:76 #, c-format msgid "line %d: No versions on file names in %s: %s" msgstr "" -#: ../build/parseReqs.c:83 +#: ../build/parseReqs.c:82 #, c-format msgid "line %d: No versions in PreReq: %s" msgstr "" -#: ../build/parseReqs.c:95 +#: ../build/parseReqs.c:94 #, c-format msgid "line %d: Version required in %s: %s" msgstr "" -#: ../build/parseReqs.c:123 +#: ../build/parseReqs.c:122 #, c-format msgid "line %d: No file names in %s: %s" msgstr "" -#: ../build/parseReqs.c:131 +#: ../build/parseReqs.c:130 #, c-format msgid "line %d: %s: tokens must begin with alpha-numeric: %s" msgstr "" -#: ../build/parseScript.c:108 +#: ../build/parseScript.c:107 #, c-format msgid "line %d: triggers must have --: %s" msgstr "" -#: ../build/parseScript.c:118 ../build/parseScript.c:182 +#: ../build/parseScript.c:117 ../build/parseScript.c:181 #, c-format msgid "line %d: Error parsing %s: %s" msgstr "" -#: ../build/parseScript.c:128 +#: ../build/parseScript.c:127 #, c-format msgid "line %d: script program must begin with '/': %s" msgstr "" -#: ../build/parseScript.c:173 +#: ../build/parseScript.c:172 #, c-format msgid "line %d: Second %s" msgstr "" -#: ../build/parseSpec.c:110 +#: ../build/parseSpec.c:124 #, fuzzy, c-format msgid "Unable to open: %s\n" msgstr "kan inte öppna: %s\n" -#: ../build/parseSpec.c:122 +#: ../build/parseSpec.c:136 msgid "Unclosed %%if" msgstr "" -#: ../build/parseSpec.c:169 +#: ../build/parseSpec.c:183 #, fuzzy, c-format msgid "line %d: %s" msgstr "kan inte öppna: %s\n" #. Got an else with no %if ! -#: ../build/parseSpec.c:193 +#: ../build/parseSpec.c:208 msgid "%s:%d: Got a %%else with no if" msgstr "" #. Got an end with no %if ! -#: ../build/parseSpec.c:203 +#: ../build/parseSpec.c:218 msgid "%s:%d: Got a %%endif with no if" msgstr "" -#: ../build/parseSpec.c:215 ../build/parseSpec.c:224 +#: ../build/parseSpec.c:230 ../build/parseSpec.c:239 msgid "malformed %%include statement" msgstr "" -#: ../build/parseSpec.c:305 +#: ../build/parseSpec.c:313 #, c-format msgid "Timecheck value must be an integer: %s" msgstr "" -#: ../build/parseSpec.c:395 +#: ../build/parseSpec.c:396 #, fuzzy msgid "No buildable architectures" msgstr "%s går inte att tillverka på den här platformen\n" -#: ../build/parseSpec.c:409 +#: ../build/parseSpec.c:424 #, fuzzy msgid "Package has no %%description: %s" msgstr "inga paket angivna för avinstallation" -#: ../build/spec.c:30 +#: ../build/spec.c:29 #, c-format msgid "archive = %s, fs = %s\n" msgstr "" -#: ../build/spec.c:218 +#: ../build/spec.c:217 #, c-format msgid "line %d: Bad number: %s" msgstr "" -#: ../build/spec.c:224 +#: ../build/spec.c:223 #, c-format msgid "line %d: Bad no%s number: %d" msgstr "" -#: ../build/spec.c:282 +#: ../build/spec.c:281 #, c-format msgid "line %d: Bad %s number: %s\n" msgstr "" -#: ../lib/cpio.c:525 +#: ../lib/cpio.c:524 #, c-format msgid "error %d reading header: %s\n" msgstr "" -#: ../lib/dbindex.c:16 +#: ../lib/dbindex.c:14 #, c-format msgid "cannot open file %s: " msgstr "" -#: ../lib/dbindex.c:43 +#: ../lib/dbindex.c:41 #, c-format msgid "error getting record %s from %s" msgstr "" -#: ../lib/dbindex.c:71 +#: ../lib/dbindex.c:69 #, c-format msgid "error storing record %s into %s" msgstr "" -#: ../lib/dbindex.c:78 +#: ../lib/dbindex.c:76 #, c-format msgid "error removing record %s into %s" msgstr "" -#: ../lib/depends.c:374 ../lib/depends.c:529 +#: ../lib/depends.c:373 ../lib/depends.c:528 #, c-format msgid "cannot read header at %d for dependency check" msgstr "" -#: ../lib/depends.c:439 +#: ../lib/depends.c:438 #, c-format msgid "dependencies: looking for %s\n" msgstr "" -#: ../lib/depends.c:622 +#: ../lib/depends.c:621 #, fuzzy, c-format msgid "package %s require not satisfied: %s\n" msgstr "inga paket angivna för installation" -#: ../lib/depends.c:665 +#: ../lib/depends.c:664 #, fuzzy, c-format msgid "package %s conflicts: %s\n" msgstr "inga paket angivna för avinstallation" -#: ../lib/depends.c:764 +#: ../lib/depends.c:763 msgid "dbrecMatchesDepFlags() failed to read header" msgstr "" -#: ../lib/depends.c:816 +#: ../lib/depends.c:815 #, c-format msgid "loop in prerequisite chain: %s" msgstr "" -#: ../lib/falloc.c:128 +#: ../lib/falloc.c:127 #, c-format msgid "free list corrupt (%d)- contact support@redhat.com\n" msgstr "" -#: ../lib/formats.c:99 ../lib/formats.c:116 ../lib/formats.c:136 -#: ../lib/formats.c:168 ../lib/header.c:1925 ../lib/header.c:1941 -#: ../lib/header.c:1961 +#: ../lib/formats.c:97 ../lib/formats.c:114 ../lib/formats.c:134 +#: ../lib/formats.c:166 ../lib/header.c:1924 ../lib/header.c:1940 +#: ../lib/header.c:1960 msgid "(not a number)" msgstr "" -#: ../lib/fs.c:42 +#: ../lib/fs.c:40 #, c-format msgid "mntctl() failed to return fugger size: %s" msgstr "" -#: ../lib/fs.c:76 ../lib/fs.c:238 +#: ../lib/fs.c:74 ../lib/fs.c:236 #, fuzzy, c-format msgid "failed to stat %s: %s" msgstr "kan inte öppna: %s\n" -#: ../lib/fs.c:117 +#: ../lib/fs.c:115 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "kan inte öppna: %s\n" -#: ../lib/fs.c:259 +#: ../lib/fs.c:257 #, c-format msgid "file %s is on an unknown device" msgstr "" -#: ../lib/header.c:666 +#: ../lib/header.c:665 #, c-format msgid "Data type %d not supprted\n" msgstr "" #. This should not be allowed -#: ../lib/header.c:878 +#: ../lib/header.c:877 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: ../lib/header.c:908 +#: ../lib/header.c:907 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: ../lib/header.c:967 +#: ../lib/header.c:966 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: ../lib/header.c:1281 +#: ../lib/header.c:1280 msgid "? expected in expression" msgstr "" -#: ../lib/header.c:1288 +#: ../lib/header.c:1287 msgid "{ expected after ? in expression" msgstr "" -#: ../lib/header.c:1298 ../lib/header.c:1330 +#: ../lib/header.c:1297 ../lib/header.c:1329 msgid "} expected in expression" msgstr "" -#: ../lib/header.c:1305 +#: ../lib/header.c:1304 msgid ": expected following ? subexpression" msgstr "" -#: ../lib/header.c:1318 +#: ../lib/header.c:1317 msgid "{ expected after : in expression" msgstr "" -#: ../lib/header.c:1337 +#: ../lib/header.c:1336 msgid "| expected at end of expression" msgstr "" -#: ../lib/header.c:1431 +#: ../lib/header.c:1430 #, c-format msgid "missing { after %" msgstr "" -#: ../lib/header.c:1459 +#: ../lib/header.c:1458 msgid "missing } after %{" msgstr "" -#: ../lib/header.c:1471 +#: ../lib/header.c:1470 msgid "empty tag format" msgstr "" -#: ../lib/header.c:1481 +#: ../lib/header.c:1480 msgid "empty tag name" msgstr "" -#: ../lib/header.c:1496 +#: ../lib/header.c:1495 msgid "unknown tag" msgstr "" -#: ../lib/header.c:1522 +#: ../lib/header.c:1521 msgid "] expected at end of array" msgstr "" -#: ../lib/header.c:1538 +#: ../lib/header.c:1537 #, fuzzy msgid "unexpected ]" msgstr "oväntad undersöknings källa" -#: ../lib/header.c:1540 +#: ../lib/header.c:1539 #, fuzzy msgid "unexpected }" msgstr "oväntad undersöknings källa" -#: ../lib/header.c:1615 ../lib/header.c:1621 ../lib/header.c:1804 +#: ../lib/header.c:1614 ../lib/header.c:1620 ../lib/header.c:1803 msgid "(none)" msgstr "" -#: ../lib/header.c:1715 +#: ../lib/header.c:1714 msgid "(unknown type)" msgstr "" -#: ../lib/install.c:96 +#: ../lib/install.c:95 msgid "source package expected, binary found" msgstr "" -#: ../lib/install.c:168 +#: ../lib/install.c:167 #, fuzzy msgid "package is not relocatable" msgstr "inga paket angivna för installation" -#: ../lib/install.c:172 +#: ../lib/install.c:171 msgid "package has multiple relocatable components" msgstr "" -#: ../lib/install.c:195 +#: ../lib/install.c:194 #, fuzzy, c-format msgid "path %s is not relocatable" msgstr "inga paket angivna för installation" -#: ../lib/install.c:277 +#: ../lib/install.c:276 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: ../lib/install.c:325 +#: ../lib/install.c:324 #, c-format msgid "not installing %s -- linguas\n" msgstr "" -#: ../lib/install.c:347 +#: ../lib/install.c:346 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: ../lib/install.c:355 +#: ../lib/install.c:354 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: ../lib/install.c:379 +#: ../lib/install.c:378 msgid "instchangelog value in rpmrc should be a number, but isn't" msgstr "" -#: ../lib/install.c:455 ../lib/install.c:735 +#: ../lib/install.c:454 ../lib/install.c:734 msgid "stopping install as we're running --test\n" msgstr "" -#: ../lib/install.c:486 +#: ../lib/install.c:485 #, c-format msgid "package %s-%s-%s is for a different architecture" msgstr "" -#: ../lib/install.c:493 +#: ../lib/install.c:492 #, c-format msgid "package %s-%s-%s is for a different operating system" msgstr "" -#: ../lib/install.c:505 +#: ../lib/install.c:504 #, fuzzy, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "inga paket angivna för installation" #. no matches -#: ../lib/install.c:569 +#: ../lib/install.c:568 #, fuzzy, c-format msgid "package %s is now obsolete and will be removed\n" msgstr "inga paket angivna för installation" -#: ../lib/install.c:680 +#: ../lib/install.c:679 #, c-format msgid "file %s in netshared path\n" msgstr "" -#: ../lib/install.c:697 +#: ../lib/install.c:696 #, c-format msgid "%s exists - creating with alternate name\n" msgstr "" -#: ../lib/install.c:702 +#: ../lib/install.c:701 #, c-format msgid "%s exists - backing up\n" msgstr "" -#: ../lib/install.c:741 +#: ../lib/install.c:740 msgid "running preinstall script (if any)\n" msgstr "" -#: ../lib/install.c:772 +#: ../lib/install.c:771 #, c-format msgid "warning: %s created as %s" msgstr "" -#: ../lib/install.c:806 +#: ../lib/install.c:805 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: ../lib/install.c:810 ../lib/install.c:1520 ../lib/uninstall.c:590 +#: ../lib/install.c:809 ../lib/install.c:1519 ../lib/uninstall.c:589 #, c-format msgid "rename of %s to %s failed: %s" msgstr "" -#: ../lib/install.c:911 +#: ../lib/install.c:910 msgid "running postinstall script (if any)\n" msgstr "" -#: ../lib/install.c:932 +#: ../lib/install.c:931 msgid "removing old versions of package\n" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error -#: ../lib/install.c:1023 +#: ../lib/install.c:1022 #, c-format msgid "unpacking of archive failed on file %s: %d: %s" msgstr "" -#: ../lib/install.c:1061 +#: ../lib/install.c:1060 #, fuzzy, c-format msgid "package %s-%s-%s is already installed" msgstr "inga paket angivna för installation" -#: ../lib/install.c:1109 +#: ../lib/install.c:1108 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: ../lib/install.c:1127 +#: ../lib/install.c:1126 msgid "\tfile type on disk is different then package - saving\n" msgstr "" -#: ../lib/install.c:1130 +#: ../lib/install.c:1129 msgid "" "\tfile type in database is different then disk and package file - saving\n" msgstr "" -#: ../lib/install.c:1134 +#: ../lib/install.c:1133 msgid "\tfile type changed - replacing\n" msgstr "" -#: ../lib/install.c:1138 +#: ../lib/install.c:1137 msgid "\tcan't check file for changes - replacing\n" msgstr "" #. assume the file has been removed, don't freak -#: ../lib/install.c:1150 ../lib/install.c:1160 +#: ../lib/install.c:1149 ../lib/install.c:1159 msgid "\tfile not present - creating" msgstr "" #. this config file has never been modified, so #. just replace it -#: ../lib/install.c:1173 +#: ../lib/install.c:1172 msgid "\told == current, replacing with new version\n" msgstr "" #. this file is the same in all versions of this package -#: ../lib/install.c:1180 +#: ../lib/install.c:1179 msgid "\told == new, keeping\n" msgstr "" @@ -2651,130 +2651,130 @@ msgstr "" #. the ones in the two packages are different. It would #. be nice if RPM was smart enough to at least try and #. merge the difference ala CVS, but... -#: ../lib/install.c:1188 +#: ../lib/install.c:1187 msgid "\tfiles changed too much - backing up\n" msgstr "" -#: ../lib/install.c:1250 ../lib/rpmdb.c:310 ../lib/uninstall.c:118 -#: ../lib/uninstall.c:218 +#: ../lib/install.c:1249 ../lib/rpmdb.c:309 ../lib/uninstall.c:117 +#: ../lib/uninstall.c:217 #, fuzzy, c-format msgid "cannot read header at %d for uninstall" msgstr "inga paket angivna för avinstallation" -#: ../lib/install.c:1263 ../lib/uninstall.c:131 +#: ../lib/install.c:1262 ../lib/uninstall.c:130 #, c-format msgid "package %s-%s-%s contain shared files\n" msgstr "" -#: ../lib/install.c:1268 ../lib/uninstall.c:136 +#: ../lib/install.c:1267 ../lib/uninstall.c:135 #, fuzzy, c-format msgid "package %s contains no files" msgstr "inga paket angivna för installation" -#: ../lib/install.c:1290 ../lib/uninstall.c:159 +#: ../lib/install.c:1289 ../lib/uninstall.c:158 #, c-format msgid "file %s is shared\n" msgstr "" -#: ../lib/install.c:1306 +#: ../lib/install.c:1305 msgid "\told version already replaced\n" msgstr "" -#: ../lib/install.c:1309 +#: ../lib/install.c:1308 msgid "\tother version never installed\n" msgstr "" -#: ../lib/install.c:1317 +#: ../lib/install.c:1316 #, c-format msgid "%s conflicts with file from %s-%s-%s" msgstr "" -#: ../lib/install.c:1336 +#: ../lib/install.c:1335 #, c-format msgid "%s from %s-%s-%s will be replaced\n" msgstr "" -#: ../lib/install.c:1400 +#: ../lib/install.c:1399 #, fuzzy msgid "installing a source package\n" msgstr " --install <paketfil>" -#: ../lib/install.c:1416 ../lib/install.c:1421 +#: ../lib/install.c:1415 ../lib/install.c:1420 #, fuzzy, c-format msgid "cannot write to %s" msgstr "kan inte öppna: %s\n" -#: ../lib/install.c:1425 +#: ../lib/install.c:1424 #, c-format msgid "sources in: %s\n" msgstr "" -#: ../lib/install.c:1426 +#: ../lib/install.c:1425 #, c-format msgid "spec file in: %s\n" msgstr "" -#: ../lib/install.c:1459 ../lib/install.c:1498 +#: ../lib/install.c:1458 ../lib/install.c:1497 #, fuzzy msgid "source package contains no .spec file" msgstr " -f <fil>+ - undersök paket som äger <fil>" -#: ../lib/install.c:1518 +#: ../lib/install.c:1517 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: ../lib/install.c:1634 +#: ../lib/install.c:1633 #, fuzzy, c-format msgid "package %s-%s-%s (which is newer) is already installed" msgstr "inga paket angivna för installation" -#: ../lib/lookup.c:86 +#: ../lib/lookup.c:84 #, c-format msgid "cannot read header at %d for lookup" msgstr "" -#: ../lib/macro.c:114 +#: ../lib/macro.c:113 #, c-format msgid "======================== active %d empty %d\n" msgstr "" #. XXX just in case -#: ../lib/macro.c:201 +#: ../lib/macro.c:200 #, c-format msgid "%3d>%*s(empty)" msgstr "" -#: ../lib/macro.c:236 +#: ../lib/macro.c:235 #, c-format msgid "%3d<%*s(empty)\n" msgstr "" -#: ../lib/macro.c:409 +#: ../lib/macro.c:408 msgid "Macro %%%s has unterminated body" msgstr "" -#: ../lib/macro.c:435 +#: ../lib/macro.c:434 msgid "Macro %%%s has illegal name (%%define)" msgstr "" -#: ../lib/macro.c:441 +#: ../lib/macro.c:440 msgid "Macro %%%s has unterminated opts" msgstr "" -#: ../lib/macro.c:446 +#: ../lib/macro.c:445 msgid "Macro %%%s has empty body" msgstr "" -#: ../lib/macro.c:451 +#: ../lib/macro.c:450 msgid "Macro %%%s failed to expand" msgstr "" -#: ../lib/macro.c:476 +#: ../lib/macro.c:475 msgid "Macro %%%s has illegal name (%%undefine)" msgstr "" -#: ../lib/macro.c:547 +#: ../lib/macro.c:548 msgid "Macro %%%s (%s) was not used below level %d" msgstr "" @@ -2816,496 +2816,496 @@ msgstr "kan inte öppna: %s\n" msgid "File %s is smaller than %d bytes" msgstr "" -#: ../lib/messages.c:53 +#: ../lib/messages.c:51 msgid "warning: " msgstr "" -#: ../lib/messages.c:59 +#: ../lib/messages.c:57 msgid "error: " msgstr "" -#: ../lib/messages.c:65 +#: ../lib/messages.c:63 msgid "fatal error: " msgstr "" -#: ../lib/messages.c:72 +#: ../lib/messages.c:70 msgid "internal error (rpm bug?): " msgstr "" -#: ../lib/misc.c:338 ../lib/misc.c:343 ../lib/misc.c:349 +#: ../lib/misc.c:337 ../lib/misc.c:342 ../lib/misc.c:348 #, c-format msgid "error creating temporary file %s" msgstr "" -#: ../lib/oldheader.c:294 +#: ../lib/oldheader.c:293 msgid "bad file state: " msgstr "" -#: ../lib/package.c:51 +#: ../lib/package.c:50 msgid "package is a version one package!\n" msgstr "" -#: ../lib/package.c:54 +#: ../lib/package.c:53 msgid "old style source package -- I'll do my best\n" msgstr "" -#: ../lib/package.c:57 +#: ../lib/package.c:56 #, c-format msgid "archive offset is %d\n" msgstr "" -#: ../lib/package.c:67 +#: ../lib/package.c:66 msgid "old style binary package\n" msgstr "" -#: ../lib/package.c:98 +#: ../lib/package.c:97 msgid "" "only packages with major numbers <= 3 are supported by this version of RPM" msgstr "" -#: ../lib/rebuilddb.c:15 +#: ../lib/rebuilddb.c:14 #, c-format msgid "rebuilding database in rootdir %s\n" msgstr "" -#: ../lib/rebuilddb.c:19 ../lib/rpmdb.c:45 ../lib/rpmdb.c:58 +#: ../lib/rebuilddb.c:18 ../lib/rpmdb.c:44 ../lib/rpmdb.c:57 msgid "no dbpath has been set" msgstr "" -#: ../lib/rebuilddb.c:27 +#: ../lib/rebuilddb.c:26 #, c-format msgid "temporary database %s already exists" msgstr "" -#: ../lib/rebuilddb.c:31 +#: ../lib/rebuilddb.c:30 #, c-format msgid "creating directory: %s\n" msgstr "" -#: ../lib/rebuilddb.c:33 +#: ../lib/rebuilddb.c:32 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: ../lib/rebuilddb.c:39 +#: ../lib/rebuilddb.c:38 msgid "opening old database\n" msgstr "" -#: ../lib/rebuilddb.c:44 +#: ../lib/rebuilddb.c:43 msgid "opening new database\n" msgstr "" -#: ../lib/rebuilddb.c:53 ../lib/rebuilddb.c:71 +#: ../lib/rebuilddb.c:52 ../lib/rebuilddb.c:70 #, c-format msgid "record number %d in database is bad -- skipping it" msgstr "" -#: ../lib/rebuilddb.c:65 +#: ../lib/rebuilddb.c:64 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: ../lib/rebuilddb.c:82 +#: ../lib/rebuilddb.c:81 msgid "failed to rebuild database; original database remains in place\n" msgstr "" -#: ../lib/rebuilddb.c:89 +#: ../lib/rebuilddb.c:88 msgid "failed to replace old database with new database!\n" msgstr "" -#: ../lib/rebuilddb.c:91 +#: ../lib/rebuilddb.c:90 #, c-format msgid "replaces files in %s with files from %s to recover" msgstr "" -#: ../lib/rebuilddb.c:96 +#: ../lib/rebuilddb.c:95 #, fuzzy, c-format msgid "failed to remove %s: %s\n" msgstr "kan inte öppna: %s\n" -#: ../lib/rpmdb.c:113 +#: ../lib/rpmdb.c:112 #, c-format msgid "opening database in %s\n" msgstr "" -#: ../lib/rpmdb.c:122 +#: ../lib/rpmdb.c:121 #, fuzzy, c-format msgid "failed to open %s\n" msgstr "kan inte öppna: %s\n" -#: ../lib/rpmdb.c:135 ../lib/rpmdb.c:142 +#: ../lib/rpmdb.c:134 ../lib/rpmdb.c:141 #, c-format msgid "cannot get %s lock on database" msgstr "" -#: ../lib/rpmdb.c:136 +#: ../lib/rpmdb.c:135 msgid "exclusive" msgstr "" -#: ../lib/rpmdb.c:143 +#: ../lib/rpmdb.c:142 msgid "shared" msgstr "" -#: ../lib/rpmdb.c:276 +#: ../lib/rpmdb.c:275 #, c-format msgid "package %s not listed in %s" msgstr "" -#: ../lib/rpmdb.c:287 +#: ../lib/rpmdb.c:286 #, fuzzy, c-format msgid "package %s not found in %s" msgstr "inga paket angivna för avinstallation" -#: ../lib/rpmdb.c:318 +#: ../lib/rpmdb.c:317 msgid "package has no name" msgstr "" -#: ../lib/rpmdb.c:320 +#: ../lib/rpmdb.c:319 msgid "removing name index\n" msgstr "" -#: ../lib/rpmdb.c:325 +#: ../lib/rpmdb.c:324 #, fuzzy msgid "package has no group\n" msgstr "inga paket angivna för avinstallation" -#: ../lib/rpmdb.c:327 +#: ../lib/rpmdb.c:326 msgid "removing group index\n" msgstr "" -#: ../lib/rpmdb.c:334 +#: ../lib/rpmdb.c:333 #, c-format msgid "removing provides index for %s\n" msgstr "" -#: ../lib/rpmdb.c:349 +#: ../lib/rpmdb.c:348 #, c-format msgid "removing requiredby index for %s\n" msgstr "" -#: ../lib/rpmdb.c:361 +#: ../lib/rpmdb.c:360 #, c-format msgid "removing trigger index for %s\n" msgstr "" -#: ../lib/rpmdb.c:372 +#: ../lib/rpmdb.c:371 #, c-format msgid "removing conflict index for %s\n" msgstr "" -#: ../lib/rpmdb.c:383 +#: ../lib/rpmdb.c:382 #, c-format msgid "removing file index for %s\n" msgstr "" -#: ../lib/rpmdb.c:390 +#: ../lib/rpmdb.c:389 #, fuzzy msgid "package has no files\n" msgstr "inga paket angivna för installation" -#: ../lib/rpmdb.c:463 +#: ../lib/rpmdb.c:462 msgid "cannot allocate space for database" msgstr "" -#: ../lib/rpmdb.c:527 +#: ../lib/rpmdb.c:526 #, c-format msgid "cannot read header at %d for update" msgstr "" -#: ../lib/rpmdb.c:536 +#: ../lib/rpmdb.c:535 msgid "header changed size!" msgstr "" -#: ../lib/rpmlead.c:43 +#: ../lib/rpmlead.c:42 #, c-format msgid "read failed: %s (%d)" msgstr "" -#: ../lib/rpmrc.c:212 +#: ../lib/rpmrc.c:211 #, c-format msgid "missing second ':' at %s:%d" msgstr "" -#: ../lib/rpmrc.c:215 +#: ../lib/rpmrc.c:214 #, c-format msgid "missing architecture name at %s:%d" msgstr "" -#: ../lib/rpmrc.c:352 +#: ../lib/rpmrc.c:359 #, c-format msgid "Incomplete data line at %s:%d" msgstr "" -#: ../lib/rpmrc.c:356 +#: ../lib/rpmrc.c:363 #, c-format msgid "Too many args in data line at %s:%d" msgstr "" -#: ../lib/rpmrc.c:363 +#: ../lib/rpmrc.c:370 #, c-format msgid "Bad arch/os number: %s (%s:%d)" msgstr "" -#: ../lib/rpmrc.c:396 +#: ../lib/rpmrc.c:403 #, c-format msgid "Incomplete default line at %s:%d" msgstr "" -#: ../lib/rpmrc.c:401 +#: ../lib/rpmrc.c:408 #, c-format msgid "Too many args in default line at %s:%d" msgstr "" -#: ../lib/rpmrc.c:531 ../lib/rpmrc.c:547 +#: ../lib/rpmrc.c:542 ../lib/rpmrc.c:558 #, fuzzy, c-format msgid "Unable to open %s for reading: %s." msgstr "kan inte öppna: %s\n" -#: ../lib/rpmrc.c:591 +#: ../lib/rpmrc.c:602 #, c-format msgid "Failed to read %s: %s." msgstr "" -#: ../lib/rpmrc.c:622 +#: ../lib/rpmrc.c:633 #, c-format msgid "missing ':' at %s:%d" msgstr "" -#: ../lib/rpmrc.c:638 ../lib/rpmrc.c:733 +#: ../lib/rpmrc.c:649 ../lib/rpmrc.c:744 #, c-format msgid "missing argument for %s at %s:%d" msgstr "" -#: ../lib/rpmrc.c:668 +#: ../lib/rpmrc.c:679 #, c-format msgid "no macroname for setenv %s:%d" msgstr "" -#: ../lib/rpmrc.c:699 +#: ../lib/rpmrc.c:710 #, c-format msgid "expansion failed at %s:d \"%s\"" msgstr "" -#: ../lib/rpmrc.c:705 +#: ../lib/rpmrc.c:716 #, c-format msgid "cannot open %s at %s:%d" msgstr "" -#: ../lib/rpmrc.c:723 +#: ../lib/rpmrc.c:734 #, c-format msgid "missing architecture for %s at %s:%d" msgstr "" -#: ../lib/rpmrc.c:790 +#: ../lib/rpmrc.c:801 #, c-format msgid "bad option '%s' at %s:%d" msgstr "" -#: ../lib/rpmrc.c:1077 +#: ../lib/rpmrc.c:1166 #, c-format msgid "Unknown system: %s\n" msgstr "" -#: ../lib/rpmrc.c:1078 +#: ../lib/rpmrc.c:1167 msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: ../lib/signature.c:72 +#: ../lib/signature.c:71 msgid "No signature\n" msgstr "" -#: ../lib/signature.c:75 +#: ../lib/signature.c:74 #, fuzzy msgid "Old PGP signature\n" msgstr " --sign - tillverka en PGP signatur" -#: ../lib/signature.c:88 +#: ../lib/signature.c:87 msgid "Old (internal-only) signature! How did you get that!?" msgstr "" -#: ../lib/signature.c:92 +#: ../lib/signature.c:91 #, fuzzy msgid "New Header signature\n" msgstr " --sign - tillverka en PGP signatur" #. 8-byte pad -#: ../lib/signature.c:100 ../lib/signature.c:138 +#: ../lib/signature.c:99 ../lib/signature.c:137 #, c-format msgid "Signature size: %d\n" msgstr "" -#: ../lib/signature.c:101 ../lib/signature.c:139 +#: ../lib/signature.c:100 ../lib/signature.c:138 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: ../lib/signature.c:211 ../lib/signature.c:468 +#: ../lib/signature.c:210 ../lib/signature.c:467 msgid "Couldn't exec pgp" msgstr "" -#: ../lib/signature.c:222 +#: ../lib/signature.c:221 msgid "pgp failed" msgstr "" #. PGP failed to write signature #. Just in case -#: ../lib/signature.c:229 +#: ../lib/signature.c:228 msgid "pgp failed to write signature" msgstr "" -#: ../lib/signature.c:234 +#: ../lib/signature.c:233 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: ../lib/signature.c:242 +#: ../lib/signature.c:241 msgid "unable to read the signature" msgstr "" -#: ../lib/signature.c:248 +#: ../lib/signature.c:247 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: ../lib/signature.c:263 +#: ../lib/signature.c:262 #, c-format msgid "sigsize : %d\n" msgstr "" -#: ../lib/signature.c:264 +#: ../lib/signature.c:263 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: ../lib/signature.c:265 +#: ../lib/signature.c:264 #, c-format msgid "expected size : %d\n" msgstr "" -#: ../lib/signature.c:269 +#: ../lib/signature.c:268 msgid "file is not regular -- skipping size check\n" msgstr "" -#: ../lib/signature.c:383 +#: ../lib/signature.c:382 msgid "exec failed!\n" msgstr "" -#: ../lib/signature.c:385 +#: ../lib/signature.c:384 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "" -#: ../lib/signature.c:419 +#: ../lib/signature.c:418 msgid "You must set \"pgp_name:\" in your rpmrc file" msgstr "" #. This shouldn't happen, but some versions of RPM didn't #. implement --justdb properly, and chose to leave this stuff #. out. -#: ../lib/uninstall.c:149 ../lib/uninstall.c:279 +#: ../lib/uninstall.c:148 ../lib/uninstall.c:278 msgid "package is missing FILESTATES\n" msgstr "" -#: ../lib/uninstall.c:164 +#: ../lib/uninstall.c:163 msgid " file has already been replaced\n" msgstr "" -#: ../lib/uninstall.c:168 +#: ../lib/uninstall.c:167 msgid " file was never installed\n" msgstr "" -#: ../lib/uninstall.c:172 +#: ../lib/uninstall.c:171 msgid " file is netshared (so don't touch it)\n" msgstr "" -#: ../lib/uninstall.c:179 +#: ../lib/uninstall.c:178 msgid " file is truely shared - saving\n" msgstr "" -#: ../lib/uninstall.c:229 +#: ../lib/uninstall.c:228 #, fuzzy, c-format msgid "cannot read packages named %s for uninstall" msgstr "inga paket angivna för avinstallation" -#: ../lib/uninstall.c:257 +#: ../lib/uninstall.c:256 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: ../lib/uninstall.c:305 +#: ../lib/uninstall.c:304 #, c-format msgid "%s has a netshared override\n" msgstr "" -#: ../lib/uninstall.c:343 +#: ../lib/uninstall.c:342 msgid "running postuninstall script (if any)\n" msgstr "" -#: ../lib/uninstall.c:357 +#: ../lib/uninstall.c:356 msgid "removing database entry\n" msgstr "" -#: ../lib/uninstall.c:506 +#: ../lib/uninstall.c:505 msgid "execution of script failed" msgstr "" -#: ../lib/uninstall.c:551 +#: ../lib/uninstall.c:550 #, c-format msgid "%s has already been replaced\n" msgstr "" #. if it's a config file, we may not want to remove it -#: ../lib/uninstall.c:557 +#: ../lib/uninstall.c:556 #, c-format msgid "finding md5sum of %s\n" msgstr "" -#: ../lib/uninstall.c:565 +#: ../lib/uninstall.c:564 msgid " failed - assuming file removed\n" msgstr "" -#: ../lib/uninstall.c:568 +#: ../lib/uninstall.c:567 msgid " file changed - will save\n" msgstr "" -#: ../lib/uninstall.c:572 +#: ../lib/uninstall.c:571 msgid " file unchanged - will remove\n" msgstr "" -#: ../lib/uninstall.c:580 +#: ../lib/uninstall.c:579 #, fuzzy, c-format msgid "keeping %s\n" msgstr "RPM version %s\n" -#: ../lib/uninstall.c:584 +#: ../lib/uninstall.c:583 #, c-format msgid "saving %s as %s.rpmsave\n" msgstr "" -#: ../lib/uninstall.c:598 +#: ../lib/uninstall.c:597 #, c-format msgid "%s - removing\n" msgstr "" -#: ../lib/uninstall.c:604 +#: ../lib/uninstall.c:603 #, c-format msgid "cannot remove %s - directory not empty" msgstr "" -#: ../lib/uninstall.c:607 +#: ../lib/uninstall.c:606 #, c-format msgid "rmdir of %s failed: %s" msgstr "" -#: ../lib/uninstall.c:617 +#: ../lib/uninstall.c:616 #, c-format msgid "removal of %s failed: %s" msgstr "" -#: ../lib/verify.c:171 +#: ../lib/verify.c:170 msgid "package lacks both user name and id lists (this should never happen)" msgstr "" -#: ../lib/verify.c:189 +#: ../lib/verify.c:188 msgid "package lacks both group name and id lists (this should never happen)" msgstr "" @@ -2,12 +2,12 @@ # Copyright (C) YEAR Free Software Foundation, Inc. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # -#: ../rpm.c:200 ../rpm.c:279 +#: ../rpm.c:197 ../rpm.c:276 #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 1998-10-06 13:43-0400\n" +"POT-Creation-Date: 1998-10-08 10:34-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -16,416 +16,416 @@ msgstr "" "Content-Transfer-Encoding: ENCODING\n" # , c-format -#: ../build.c:40 ../build.c:51 +#: ../build.c:39 ../build.c:50 #, fuzzy, c-format msgid "Failed to open tar pipe: %s\n" msgstr "%s 'ye erişimde hata oluştu\n" #. Give up -#: ../build.c:57 +#: ../build.c:56 #, fuzzy, c-format msgid "Failed to read spec file from %s\n" msgstr "%s okunamadı: %s" -#: ../build.c:80 +#: ../build.c:79 #, fuzzy, c-format msgid "Failed to rename %s to %s: %s\n" msgstr "%s okunamadı: %s" -#: ../build.c:112 +#: ../build.c:111 #, c-format msgid "File is not a regular file: %s\n" msgstr "" -#: ../build.c:117 +#: ../build.c:116 #, fuzzy, c-format msgid "Unable to open spec file: %s\n" msgstr "%s okuma erişimi için açılamadı:%s." -#: ../build.c:125 +#: ../build.c:124 #, c-format msgid "File contains non-printable characters(%c): %s\n" msgstr "" -#: ../checksig.c:26 ../checksig.c:157 +#: ../checksig.c:25 ../checksig.c:156 #, c-format msgid "%s: Open failed\n" msgstr "%s: Erişilemedi\n" -#: ../checksig.c:30 ../checksig.c:162 +#: ../checksig.c:29 ../checksig.c:161 #, c-format msgid "%s: readLead failed\n" msgstr "%s: 'readLead' hata verdi\n" -#: ../checksig.c:34 +#: ../checksig.c:33 #, c-format msgid "%s: Can't sign v1.0 RPM\n" msgstr "%s: v1.0-RPM (eski sürüm) imzalanamıyor\n" -#: ../checksig.c:38 +#: ../checksig.c:37 #, c-format msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "%s: v2.0-RPM (eski sürüm) yeniden imzalanamıyor\n" -#: ../checksig.c:42 ../checksig.c:172 +#: ../checksig.c:41 ../checksig.c:171 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "%s: 'rpmReadSignature' hata verdi\n" -#: ../checksig.c:55 ../checksig.c:186 +#: ../checksig.c:54 ../checksig.c:185 msgid "Couldn't read the header/archive" msgstr "'header/archive' okunamadı" -#: ../checksig.c:62 +#: ../checksig.c:61 msgid "Couldn't write header/archive to temp file" msgstr "'header/archive' geçici bir dosyaya yazılamadı" -#: ../build/pack.c:273 ../checksig.c:87 +#: ../build/pack.c:273 ../checksig.c:86 #, fuzzy, c-format msgid "Generating signature: %d\n" msgstr "PGP-imzası yaratır" -#: ../checksig.c:110 +#: ../checksig.c:109 msgid "Couldn't read sigtarget" msgstr "İmza hedefi 'sigtarget' okunamadı" -#: ../checksig.c:119 +#: ../checksig.c:118 msgid "Couldn't write package" msgstr "Paket yazılamadı" -#: ../checksig.c:167 +#: ../checksig.c:166 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "%s: İmza bulundurmuyor (v1.0 RPM)\n" -#: ../checksig.c:177 +#: ../checksig.c:176 #, c-format msgid "%s: No signature available\n" msgstr "%s: İmza bulunmuyor\n" -#: ../checksig.c:193 +#: ../checksig.c:192 #, c-format msgid "Unable to write %s" msgstr "%s 'nin yazılması mümkün değil" -#: ../checksig.c:284 +#: ../checksig.c:283 msgid "NOT OK" msgstr "" -#: ../checksig.c:285 ../checksig.c:292 +#: ../checksig.c:284 ../checksig.c:291 msgid " (MISSING KEYS)" msgstr " (EKSİK ANAHTARLAR)" -#: ../checksig.c:291 +#: ../checksig.c:290 msgid "OK" msgstr "" -#: ../ftp.c:425 +#: ../ftp.c:424 msgid "Bad FTP server response" msgstr "FTP sunucusundan kötü yanıt" -#: ../ftp.c:428 +#: ../ftp.c:427 msgid "FTP IO error" msgstr "FTP I/O hatası" -#: ../ftp.c:431 +#: ../ftp.c:430 msgid "FTP server timeout" msgstr "FTP sunucusu zaman aşımı" -#: ../ftp.c:434 +#: ../ftp.c:433 msgid "Unable to lookup FTP server host address" msgstr "FTP sunucusunun isim adres dönüşümü yapılamadı" -#: ../ftp.c:437 +#: ../ftp.c:436 msgid "Unable to lookup FTP server host name" msgstr "FTP sunucusunun adres isim dönüşümü yapılamadı" -#: ../ftp.c:440 +#: ../ftp.c:439 msgid "Failed to connect to FTP server" msgstr "FTP sunucusuna bağlanılamadı" -#: ../ftp.c:443 +#: ../ftp.c:442 msgid "Failed to establish data connection to FTP server" msgstr "FTP sunucusu ile veri alışverişi yapılamadı" -#: ../ftp.c:446 +#: ../ftp.c:445 msgid "IO error to local file" msgstr "Yerel dosyaya erişim sırasında I/O hatası" -#: ../ftp.c:449 +#: ../ftp.c:448 msgid "Error setting remote server to passive mode" msgstr "Karşı sunucuyu pasif kipe sokam hatası" -#: ../ftp.c:452 +#: ../ftp.c:451 msgid "File not found on server" msgstr "Dosya sunucuda bulunamadı" -#: ../ftp.c:456 +#: ../ftp.c:455 msgid "FTP Unknown or unexpected error" msgstr "FTP bilinmeyen ya da beklenmeyen hata" -#: ../install.c:68 ../install.c:184 +#: ../install.c:67 ../install.c:183 #, c-format msgid "error: cannot open file %s\n" msgstr "hata: %s dosyası okunamadı\n" -#: ../install.c:85 ../install.c:407 +#: ../install.c:84 ../install.c:406 #, c-format msgid "Installing %s\n" msgstr "%s yükleniyor\n" -#: ../install.c:92 +#: ../install.c:91 msgid "stopping source install as we're just testing\n" msgstr "" -#: ../install.c:103 ../install.c:197 +#: ../install.c:102 ../install.c:196 #, c-format msgid "error: %s does not appear to be a RPM package\n" msgstr "hata: %s herhangi bir RPM pakedine ait görünmüyor\n" -#: ../install.c:108 ../install.c:202 ../install.c:411 +#: ../install.c:107 ../install.c:201 ../install.c:410 #, c-format msgid "error: %s cannot be installed\n" msgstr "hata: %s yüklenemedi\n" -#: ../install.c:141 +#: ../install.c:140 #, fuzzy msgid "counting packages to install\n" msgstr "yüklenecek paketler belirtilmedi" -#: ../install.c:145 +#: ../install.c:144 #, fuzzy, c-format msgid "found %d packages\n" msgstr "Tüm paketleri sorgulama" -#: ../install.c:151 +#: ../install.c:150 #, fuzzy msgid "looking for packages to download\n" msgstr "%s pakedi aranırken hata oluştu\n" -#: ../install.c:155 +#: ../install.c:154 #, c-format msgid "Retrieving %s\n" msgstr "%s alınıyor\n" -#: ../install.c:162 +#: ../install.c:161 #, c-format msgid "getting %s as %s\n" msgstr "" -#: ../install.c:166 +#: ../install.c:165 #, c-format msgid "error: skipping %s - transfer failed - %s\n" msgstr "hata: %s atlanıyor - aktarım başarısız - %s\n" -#: ../install.c:178 +#: ../install.c:177 #, c-format msgid "retrieved %d packages\n" msgstr "" -#: ../install.c:180 +#: ../install.c:179 msgid "finding source and binary packages\n" msgstr "" -#: ../install.c:216 +#: ../install.c:215 #, fuzzy, c-format msgid "found %d source and %d binary packages\n" msgstr "%s grubu hiç paket içermiyor\n" -#: ../install.c:220 +#: ../install.c:219 #, c-format msgid "opening database mode: 0%o\n" msgstr "" -#: ../install.c:222 ../install.c:311 +#: ../install.c:221 ../install.c:310 #, c-format msgid "error: cannot open %s%s/packages.rpm\n" msgstr "hata: %s%s/packages.rpm açılamıyor\n" -#: ../install.c:243 +#: ../install.c:242 msgid "failed dependencies:\n" msgstr "bağımlılık hatası, aşağıdaki paketlere ihtiyacınız var:\n" -#: ../install.c:264 +#: ../install.c:263 #, fuzzy msgid "installing binary packages\n" msgstr "paket yüklemek" -#: ../install.c:298 +#: ../install.c:297 #, fuzzy msgid "counting packages to uninstall\n" msgstr "sistemden silinecek paketler belirtilmedi" -#: ../install.c:321 ../query.c:520 ../verify.c:249 +#: ../install.c:320 ../query.c:519 ../verify.c:249 #, c-format msgid "package %s is not installed\n" msgstr "%s pakedi yüklenmemiş\n" -#: ../install.c:324 +#: ../install.c:323 #, c-format msgid "error searching for package %s\n" msgstr "%s paketi bulunamadı\n" -#: ../install.c:332 +#: ../install.c:331 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" birden fazla paketi tanımlıyor\n" -#: ../install.c:354 +#: ../install.c:353 #, fuzzy, c-format msgid "found %d packages to uninstall\n" msgstr "sistemden silinecek paketler belirtilmedi" -#: ../install.c:369 +#: ../install.c:368 msgid "removing these packages would break dependencies:\n" msgstr "bu paketin silinmesi aşağıdaki bağımlılıkları etkileyecektir:\n" -#: ../install.c:380 +#: ../install.c:379 #, c-format msgid "uninstalling record number %d\n" msgstr "" -#: ../install.c:402 +#: ../install.c:401 #, c-format msgid "error: cannot open %s\n" msgstr "hata: %s erişilemiyor\n" -#: ../install.c:450 +#: ../install.c:449 #, c-format msgid " is needed by %s-%s-%s\n" msgstr ", %s-%s-%s tarafından kullanılıyor\n" -#: ../install.c:453 +#: ../install.c:452 #, c-format msgid " conflicts with %s-%s-%s\n" msgstr ", %s-%s-%s ile çelişiyor\n" -#: ../query.c:28 +#: ../query.c:27 #, c-format msgid "error in format: %s\n" msgstr "format hatası: %s\n" -#: ../query.c:65 +#: ../query.c:64 msgid "(contains no files)" msgstr "(hiç dosya içermiyor)" -#: ../query.c:118 +#: ../query.c:117 msgid "normal " msgstr "" -#: ../query.c:120 +#: ../query.c:119 msgid "replaced " msgstr "" -#: ../query.c:122 +#: ../query.c:121 msgid "net shared " msgstr "" -#: ../query.c:124 +#: ../query.c:123 #, fuzzy msgid "not installed " msgstr "%s pakedi yüklenmemiş\n" -#: ../query.c:126 +#: ../query.c:125 #, fuzzy, c-format msgid "(unknown %3d) " msgstr "(bilinmeyen tip)" -#: ../query.c:130 +#: ../query.c:129 msgid "(no state) " msgstr "" -#: ../query.c:146 ../query.c:176 +#: ../query.c:145 ../query.c:175 msgid "package has neither file owner or id lists" msgstr "" -#: ../query.c:318 +#: ../query.c:317 #, c-format msgid "querying record number %d\n" msgstr "" -#: ../query.c:323 ../verify.c:138 +#: ../query.c:322 ../verify.c:137 msgid "error: could not read database record\n" msgstr "hata: veritabanı kaydı okunamadı\n" -#: ../query.c:359 ../query.c:366 ../verify.c:194 ../verify.c:201 +#: ../query.c:358 ../query.c:365 ../verify.c:194 ../verify.c:201 #, c-format msgid "open of %s failed: %s\n" msgstr "%s 'ye erisimde belirtilen hata oluştu: %s\n" -#: ../query.c:382 +#: ../query.c:381 msgid "old format source packages cannot be queried\n" msgstr "eski tip kaynak paketleri sorgulanamıyor\n" -#: ../query.c:391 +#: ../query.c:390 #, c-format msgid "%s does not appear to be a RPM package\n" msgstr "%s bir RPM paketi değil (gibi)\n" -#: ../query.c:395 +#: ../query.c:394 #, c-format msgid "query of %s failed\n" msgstr "%s 'nin sorgulaması başarısızlıkla sonuçlandı\n" -#: ../query.c:408 ../verify.c:178 +#: ../query.c:407 ../verify.c:177 msgid "could not read database record!\n" msgstr "veritabanı kaydı okunamadı!\n" -#: ../query.c:419 ../verify.c:224 +#: ../query.c:418 ../verify.c:224 #, c-format msgid "group %s does not contain any packages\n" msgstr "%s grubu hiç paket içermiyor\n" -#: ../query.c:429 +#: ../query.c:428 #, c-format msgid "no package provides %s\n" msgstr "hiç bir paket %s sağlamıyor\n" -#: ../query.c:439 +#: ../query.c:438 #, c-format msgid "no package triggers %s\n" msgstr "hiç bir paket %s tetiklemiyor\n" -#: ../query.c:449 +#: ../query.c:448 #, c-format msgid "no package requires %s\n" msgstr "hiç bir paket %s gerektirmiyor\n" -#: ../query.c:467 ../query.c:473 +#: ../query.c:466 ../query.c:472 msgid "maximum path length exceeded\n" msgstr "" -#: ../query.c:485 +#: ../query.c:484 #, fuzzy, c-format msgid "file %s: %s\n" msgstr "%s açılamadı: %s" -#: ../query.c:488 ../verify.c:238 +#: ../query.c:487 ../verify.c:238 #, c-format msgid "file %s is not owned by any package\n" msgstr "%s dosyası, hiç bir pakete ait değil\n" -#: ../query.c:501 +#: ../query.c:500 #, c-format msgid "invalid package number: %s\n" msgstr "geçersiz paket numarsı: %s\n" -#: ../query.c:504 +#: ../query.c:503 #, c-format msgid "showing package: %d\n" msgstr "%d : numaralı paketi gösteriyorum\n" -#: ../query.c:508 +#: ../query.c:507 #, c-format msgid "record %d could not be read\n" msgstr "%d numaralı kayıt okunamadı\n" -#: ../query.c:523 ../verify.c:251 +#: ../query.c:522 ../verify.c:251 #, c-format msgid "error looking for package %s\n" msgstr "%s pakedi aranırken hata oluştu\n" -#: ../rpm.c:177 +#: ../rpm.c:174 #, c-format msgid "rpm: %s\n" msgstr "" @@ -443,126 +443,126 @@ msgstr "" # May 5, 1998 # # , c-format -#: ../rpm.c:188 +#: ../rpm.c:185 #, c-format msgid "RPM version %s\n" msgstr "RPM Sürüm %s\n" -#: ../rpm.c:192 +#: ../rpm.c:189 msgid "Copyright (C) 1998 - Red Hat Software" msgstr "Copyright (C) 1998 - Red Hat Software" -#: ../rpm.c:193 +#: ../rpm.c:190 msgid "" "This may be freely redistributed under the terms of the GNU Public License" msgstr "Bu ğrogram GNU Kamu lisansı uyarınca serbestçe dağıtılabilir." -#: ../rpm.c:202 +#: ../rpm.c:199 msgid "usage: rpm {--help}" msgstr "Kullanım: rpm {--help}" -#: ../rpm.c:203 +#: ../rpm.c:200 msgid " rpm {--version}" msgstr " rpm {--version}" -#: ../rpm.c:204 +#: ../rpm.c:201 msgid " rpm {--initdb} [--dbpath <dir>]" msgstr " rpm {--initdb} [--dbpath <dizin>]" -#: ../rpm.c:205 +#: ../rpm.c:202 msgid "" " rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]" msgstr "" " rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]" -#: ../rpm.c:206 +#: ../rpm.c:203 msgid " [--replacepkgs] [--replacefiles] [--root <dir>]" msgstr "" " [--replacepkgs] [--replacefiles] [--root <dizin>]" -#: ../rpm.c:207 +#: ../rpm.c:204 msgid " [--excludedocs] [--includedocs] [--noscripts]" msgstr " [--excludedocs] [--includedocs] [--noscripts]" -#: ../rpm.c:208 +#: ../rpm.c:205 msgid "" " [--rcfile <file>] [--ignorearch] [--dbpath <dir>]" msgstr "" " [--rcfile <dosya>] [--ignorearch] [--dbpath <dizin>]" -#: ../rpm.c:209 +#: ../rpm.c:206 msgid "" " [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]" msgstr "" " [--prefix <dizin>] [--ignoreos] [--nodeps] " "[--allfiles]" -#: ../rpm.c:210 +#: ../rpm.c:207 msgid "" " [--ftpproxy <host>] [--ftpport <port>] [--justdb]" msgstr "" " [--ftpproxy <sunucu>] [--ftpport <port>] [--justdb]" -#: ../rpm.c:211 ../rpm.c:219 +#: ../rpm.c:208 ../rpm.c:216 msgid " [--noorder] [--relocate oldpath=newpath]" msgstr " [--noorder] [--relocate eskidizin=yenidizin]" -#: ../rpm.c:212 +#: ../rpm.c:209 #, fuzzy msgid "" " [--badreloc] [--notriggers] file1.rpm ... fileN.rpm" msgstr " [--badreloc] dosya1.rpm ... dosyaN.rpm" -#: ../rpm.c:213 +#: ../rpm.c:210 msgid "" " rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]" msgstr "" " rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]" -#: ../rpm.c:214 +#: ../rpm.c:211 msgid " [--oldpackage] [--root <dir>] [--noscripts]" msgstr " [--oldpackage] [--root <dizin>] [--noscripts]" -#: ../rpm.c:215 +#: ../rpm.c:212 msgid "" " [--excludedocs] [--includedocs] [--rcfile <file>]" msgstr "" " [--excludedocs] [--includedocs] [--rcfile <dosya>]" -#: ../rpm.c:216 +#: ../rpm.c:213 msgid "" " [--ignorearch] [--dbpath <dir>] [--prefix <dir>] " msgstr "" " [--ignorearch] [--dbpath <dizin>] [--prefix " "<dizin>] " -#: ../rpm.c:217 +#: ../rpm.c:214 msgid " [--ftpproxy <host>] [--ftpport <port>]" msgstr " [--ftpproxy <sunucu>] [--ftpport <port>]" -#: ../rpm.c:218 +#: ../rpm.c:215 msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]" msgstr "" " [--ignoreos] [--nodeps] [--allfiles] [--justdb]" -#: ../rpm.c:220 +#: ../rpm.c:217 msgid " [--badreloc] file1.rpm ... fileN.rpm" msgstr " [--badreloc] dosya1.rpm ... dosyaN.rpm" -#: ../rpm.c:221 +#: ../rpm.c:218 msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]" msgstr " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]" -#: ../rpm.c:222 +#: ../rpm.c:219 msgid " [--scripts] [--root <dir>] [--rcfile <file>]" msgstr "" " [--scripts] [--root <dizin>] [--rcfile <dosya>]" -#: ../rpm.c:223 +#: ../rpm.c:220 msgid " [--whatprovides] [--whatrequires] [--requires]" msgstr "" -#: ../rpm.c:224 +#: ../rpm.c:221 #, fuzzy msgid "" " [--triggeredby] [--ftpuseport] [--ftpproxy <host>]" @@ -570,7 +570,7 @@ msgstr "" " [--ftpuseport] [--ftpproxy <sunucu>] [--ftpport " "<port>]" -#: ../rpm.c:225 +#: ../rpm.c:222 #, fuzzy msgid "" " [--ftpport <port>] [--provides] [--triggers] [--dump]" @@ -578,287 +578,287 @@ msgstr "" " [--dbpath <dizin>] [--nodeps] [--nofiles] " "[--noscripts]" -#: ../rpm.c:226 +#: ../rpm.c:223 #, fuzzy msgid " [--changelog] [--dbpath <dir>] [targets]" msgstr " [--nomd5] [targets]" -#: ../rpm.c:227 +#: ../rpm.c:224 msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]" msgstr "" " rpm {--verify -V -y} [-afpg] [--root <dizin>] [--rcfile <dosya>]" -#: ../rpm.c:228 +#: ../rpm.c:225 msgid "" " [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]" msgstr "" " [--dbpath <dizin>] [--nodeps] [--nofiles] " "[--noscripts]" -#: ../rpm.c:229 +#: ../rpm.c:226 msgid " [--nomd5] [targets]" msgstr " [--nomd5] [targets]" -#: ../rpm.c:230 +#: ../rpm.c:227 msgid " rpm {--setperms} [-afpg] [target]" msgstr " rpm {--setperms} [-afpg] [target]" -#: ../rpm.c:231 +#: ../rpm.c:228 msgid " rpm {--setugids} [-afpg] [target]" msgstr " rpm {--setugids} [-afpg] [target]" -#: ../rpm.c:232 +#: ../rpm.c:229 msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]" msgstr "" " rpm {--erase -e] [--root <dizin>] [--noscripts] [--rcfile <dosya>]" -#: ../rpm.c:233 +#: ../rpm.c:230 msgid " [--dbpath <dir>] [--nodeps] [--allmatches]" msgstr " [--dbpath <dizin>] [--nodeps] [--allmatches]" -#: ../rpm.c:234 +#: ../rpm.c:231 #, fuzzy msgid "" " [--justdb] [--notriggers] rpackage1 ... packageN" msgstr " [--justdb] paket1 ... paketN" -#: ../rpm.c:235 +#: ../rpm.c:232 msgid "" " rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile <file>]" msgstr "" " rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile " "<dosya>]" -#: ../rpm.c:236 +#: ../rpm.c:233 #, fuzzy msgid " [--sign] [--test] [--timecheck <s>] ]" msgstr "" " [--sign] [--test] [--timecheck <s>] [--buildos <os>]" -#: ../rpm.c:237 +#: ../rpm.c:234 #, fuzzy msgid " [--buildplatform=platform1[,platform2...]]" msgstr " [targets]" -#: ../rpm.c:238 +#: ../rpm.c:235 #, fuzzy msgid " [--rmsource] specfile" msgstr "" " [--buildarch <mimari>] [--rmsource] specdosyası" -#: ../rpm.c:239 +#: ../rpm.c:236 msgid " rpm {--rmsource} [--rcfile <file>] [-v] specfile" msgstr " rpm {--rmsource} [--rcfile <dosya>] [-v] specdosyası" -#: ../rpm.c:240 +#: ../rpm.c:237 msgid "" " rpm {--rebuild} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm" msgstr "" " rpm {--rebuild} [--rcfile <dosya>] [-v] kaynak1.rpm ... kaynakN.rpm" -#: ../rpm.c:241 +#: ../rpm.c:238 msgid "" " rpm {--recompile} [--rcfile <file>] [-v] source1.rpm ... sourceN.rpm" msgstr "" " rpm {--recompile} [--rcfile <dosya>] [-v] kaynak1.rpm ... kaynakN.rpm" -#: ../rpm.c:242 +#: ../rpm.c:239 msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN" msgstr " rpm {--resign} [--rcfile <dosya>] paket1 paket2 ... paketN" -#: ../rpm.c:243 +#: ../rpm.c:240 msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN" msgstr " rpm {--addsign} [--rcfile <dosya>] paket1 paket2 ... paketN" -#: ../rpm.c:244 +#: ../rpm.c:241 msgid " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <file>]" msgstr " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <dosya>]" -#: ../rpm.c:245 +#: ../rpm.c:242 msgid " package1 ... packageN" msgstr " paket1 ... paketN" -#: ../rpm.c:246 +#: ../rpm.c:243 msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]" msgstr " rpm {--rebuilddb} [--rcfile <dosya>] [--dbpath <dizin>]" -#: ../rpm.c:247 +#: ../rpm.c:244 msgid " rpm {--querytags}" msgstr " rpm {--querytags}" -#: ../rpm.c:281 +#: ../rpm.c:278 msgid "usage:" msgstr "Kullanım:" -#: ../rpm.c:283 +#: ../rpm.c:280 msgid "print this message" msgstr "Bu bilgiyi verir" -#: ../rpm.c:285 +#: ../rpm.c:282 msgid "print the version of rpm being used" msgstr "Kullanılan RPM sürümünü verir" -#: ../rpm.c:286 +#: ../rpm.c:283 msgid " all modes support the following arguments:" msgstr " tüm kipler aşağıdaki argümanları kabul ederler:" -#: ../rpm.c:287 +#: ../rpm.c:284 msgid " --rcfile <file> " msgstr "" -#: ../rpm.c:288 +#: ../rpm.c:285 msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc" msgstr "/etc/rpmrc ve $HOME/.rpmrc yerine <dosya> kullanın" -#: ../rpm.c:290 +#: ../rpm.c:287 msgid "be a little more verbose" msgstr "daha çok açıklama verir" -#: ../rpm.c:292 +#: ../rpm.c:289 msgid "be incredibly verbose (for debugging)" msgstr "çok fazla açıklama verir (hata ayıklama için)" -#: ../rpm.c:294 +#: ../rpm.c:291 msgid "query mode" msgstr "Sorgulama kipi" -#: ../rpm.c:295 ../rpm.c:353 ../rpm.c:413 ../rpm.c:441 +#: ../rpm.c:292 ../rpm.c:350 ../rpm.c:410 ../rpm.c:438 msgid " --root <dir> " msgstr "" -#: ../rpm.c:296 ../rpm.c:354 ../rpm.c:414 ../rpm.c:442 ../rpm.c:502 +#: ../rpm.c:293 ../rpm.c:351 ../rpm.c:411 ../rpm.c:439 ../rpm.c:499 msgid "use <dir> as the top level directory" msgstr "kök (başlangıç) dizini olarak <dizin> kullanılır" -#: ../rpm.c:297 ../rpm.c:351 ../rpm.c:379 ../rpm.c:429 ../rpm.c:499 +#: ../rpm.c:294 ../rpm.c:348 ../rpm.c:376 ../rpm.c:426 ../rpm.c:496 #, fuzzy msgid " --dbpath <dir> " msgstr " -b<adım> <spec> " -#: ../rpm.c:298 ../rpm.c:352 ../rpm.c:380 ../rpm.c:430 ../rpm.c:500 +#: ../rpm.c:295 ../rpm.c:349 ../rpm.c:377 ../rpm.c:427 ../rpm.c:497 msgid "use <dir> as the directory for the database" msgstr "Veritabanı dizini olarak <dizin> kullanılır" -#: ../rpm.c:299 +#: ../rpm.c:296 msgid " --queryformat <qfmt>" msgstr "" -#: ../rpm.c:300 +#: ../rpm.c:297 #, fuzzy msgid "use <qfmt> as the header format (implies -i)" msgstr "'header format' olarak s kullanılır (-i'yi gerektirir)" -#: ../rpm.c:301 +#: ../rpm.c:298 msgid "" " install, upgrade and query (with -p) allow ftp URL's to be used in place" msgstr "" " yükleme, güncelleme ve sorgulama (-p ile) işlemlerimde dosya isimleri " -#: ../rpm.c:302 +#: ../rpm.c:299 #, fuzzy msgid " of file names as well as the following options:" msgstr " yerine FTP adreslerini aşağıdaki seçeneklerle kabul eder:\n" -#: ../rpm.c:303 +#: ../rpm.c:300 msgid " --ftpproxy <host> " msgstr "" -#: ../rpm.c:304 +#: ../rpm.c:301 msgid "hostname or IP of ftp proxy" msgstr "Makina ismi veya FTP-Proxy'nin IP numarası" -#: ../rpm.c:305 +#: ../rpm.c:302 msgid " --ftpport <port> " msgstr "" -#: ../rpm.c:306 +#: ../rpm.c:303 msgid "port number of ftp server (or proxy)" msgstr "FTP sunucusunun (ya da Proxy'nin) port numarası" -#: ../rpm.c:307 +#: ../rpm.c:304 msgid " Package specification options:" msgstr " Paket seçim seçenekleri:" -#: ../rpm.c:309 +#: ../rpm.c:306 msgid "query all packages" msgstr "Tüm paketleri sorgulama" -#: ../rpm.c:310 +#: ../rpm.c:307 msgid " -f <file>+ " msgstr "" -#: ../rpm.c:311 +#: ../rpm.c:308 msgid "query package owning <file>" msgstr "<dosya> isimli dosyayı içeren paketi sorgulamak" -#: ../rpm.c:312 +#: ../rpm.c:309 msgid " -p <packagefile>+ " msgstr "" -#: ../rpm.c:313 +#: ../rpm.c:310 msgid "query (uninstalled) package <packagefile>" msgstr "(henüz yüklenmemiş) <paket dosyası> paketi sorgulama" -#: ../rpm.c:314 +#: ../rpm.c:311 #, fuzzy msgid " --triggeredby <pkg>" msgstr "<dosya> isimli dosyayı içeren paketi sorgulamak" -#: ../rpm.c:315 +#: ../rpm.c:312 #, fuzzy msgid "query packages triggered by <pkg>" msgstr "<dosya> isimli dosyayı içeren paketi sorgulamak" -#: ../rpm.c:316 +#: ../rpm.c:313 #, fuzzy msgid " --whatprovides <cap>" msgstr " --requires" -#: ../rpm.c:317 +#: ../rpm.c:314 #, fuzzy msgid "query packages which provide <cap> capability" msgstr "<i> yeteneği olan paketleri sorgulama" -#: ../rpm.c:318 +#: ../rpm.c:315 #, fuzzy msgid " --whatrequires <cap>" msgstr " --requires" -#: ../rpm.c:319 +#: ../rpm.c:316 #, fuzzy msgid "query packages which require <cap> capability" msgstr "<i> yeteneğine ihtiyaç duyan paketleri sorgulama" -#: ../rpm.c:320 +#: ../rpm.c:317 msgid " Information selection options:" msgstr " Bilgilendirme seçenekleri:" -#: ../rpm.c:322 +#: ../rpm.c:319 msgid "display package information" msgstr "Paket bilgisini gösterme" -#: ../rpm.c:324 +#: ../rpm.c:321 msgid "display the package's change log" msgstr "Paketin 'Change Log' (değişiklik) bilgisini gösterme" -#: ../rpm.c:326 +#: ../rpm.c:323 msgid "display package file list" msgstr "Paketin içerdiği dosyaları gösterme" -#: ../rpm.c:328 +#: ../rpm.c:325 msgid "show file states (implies -l)" msgstr "dosyaların durumunu gösterir (-l gerektirir)" -#: ../rpm.c:330 +#: ../rpm.c:327 msgid "list only documentation files (implies -l)" msgstr "sadece belge dosyalarını gösterir (-l gerektirir)" -#: ../rpm.c:332 +#: ../rpm.c:329 msgid "list only configuration files (implies -l)" msgstr "" "sadece yapılandırma (configuration) dosyalarını gösterir (impliziert -l)" -#: ../rpm.c:334 +#: ../rpm.c:331 msgid "" "show all verifiable information for each file (must be used with -l, -c, or " "-d)" @@ -866,54 +866,54 @@ msgstr "" "her dosya için doğrulanabilir bilgileri göster (-l, -c veya -d ile " "kullanılmalı)" -#: ../rpm.c:336 +#: ../rpm.c:333 msgid "list capabilities package provides" msgstr "paketin sağladığı yetenekleri sıralar" -#: ../rpm.c:337 +#: ../rpm.c:334 msgid " --requires" msgstr " --requires" -#: ../rpm.c:339 +#: ../rpm.c:336 msgid "list package dependencies" msgstr "paketin bağımlılıklarını (gerektirdiği paketleri) gösterir" -#: ../rpm.c:341 +#: ../rpm.c:338 msgid "print the various [un]install scripts" msgstr "paketin çeşitli yükleme, silme betiklerini (scripts) gösterir" -#: ../rpm.c:343 +#: ../rpm.c:340 msgid "show the trigger scripts contained in the package" msgstr "" -#: ../rpm.c:347 +#: ../rpm.c:344 #, fuzzy msgid " --pipe <cmd> " msgstr " -b<adım> <spec> " -#: ../rpm.c:348 +#: ../rpm.c:345 msgid "send stdout to <cmd>" msgstr "standart çıktıyı <KOMUT>'a gönderir" -#: ../rpm.c:350 +#: ../rpm.c:347 msgid "" "verify a package installation using the same same package specification " "options as -q" msgstr "paketi -q ile belirtilen paket parametrelerini kullanarak doğrula" -#: ../rpm.c:356 ../rpm.c:400 ../rpm.c:434 +#: ../rpm.c:353 ../rpm.c:397 ../rpm.c:431 msgid "do not verify package dependencies" msgstr "paket bağımlılıklarını doğrulamaz" -#: ../rpm.c:358 +#: ../rpm.c:355 msgid "do not verify file md5 checksums" msgstr "dosyaların 'md5-checksum' larını doğrulamaz" -#: ../rpm.c:360 +#: ../rpm.c:357 msgid "do not verify file attributes" msgstr "dosya özelliklerini doğrulamaz" -#: ../rpm.c:363 +#: ../rpm.c:360 msgid "" "set the file permissions to those in the package database using the same " "package specification options as -q" @@ -921,7 +921,7 @@ msgstr "" "dosya erişim haklarını veri tabanında yer alanlarla -q ile belirtilen paket " "parametrelerini kullanarak güncelle" -#: ../rpm.c:366 +#: ../rpm.c:363 msgid "" "set the file owner and group to those in the package database using the same " "package specification options as -q" @@ -929,131 +929,131 @@ msgstr "" "dosya kullanıcı ve grup bilgilerini veri tabanında yer alanlarla -q ile " "belirtilen paket parametrelerini kullanarak güncelle" -#: ../rpm.c:370 +#: ../rpm.c:367 #, fuzzy msgid " --install <packagefile>" msgstr "paket yüklemek" -#: ../rpm.c:371 +#: ../rpm.c:368 #, fuzzy msgid " -i <packagefile> " msgstr " -b<adım> <spec> " -#: ../rpm.c:372 +#: ../rpm.c:369 msgid "install package" msgstr "paket yüklemek" -#: ../rpm.c:373 +#: ../rpm.c:370 #, fuzzy msgid " --relocate <oldpath>=<newpath>" msgstr "dosyaları <eskidizin> den <yenidizin> e relocate et" -#: ../rpm.c:374 +#: ../rpm.c:371 msgid "relocate files from <oldpath> to <newpath>" msgstr "dosyaları <eskidizin> den <yenidizin> e relocate et" -#: ../rpm.c:376 +#: ../rpm.c:373 msgid "relocate files even though the package doesn't allow it" msgstr "paket desteklemese bile dosyaları relocate et" -#: ../rpm.c:377 +#: ../rpm.c:374 msgid " --prefix <dir> " msgstr "" -#: ../rpm.c:378 +#: ../rpm.c:375 msgid "relocate the package to <dir>, if relocatable" msgstr "paketin yerini (eğer değitirilebiliyorsa) <dizin>'e değiştirir" -#: ../rpm.c:382 +#: ../rpm.c:379 msgid "do not install documentation" msgstr "yazılımın belgelerini yüklemez" -#: ../rpm.c:384 +#: ../rpm.c:381 msgid "short hand for --replacepkgs --replacefiles" msgstr "--replacepkgs --replacefiles'ın kısaltması" -#: ../rpm.c:387 +#: ../rpm.c:384 msgid "print hash marks as package installs (good with -v)" msgstr "yükleme sırasında bir gösterge çıkarır (-v seçeneği ile iyi)" -#: ../rpm.c:389 +#: ../rpm.c:386 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" "tüm dosyaları, hatta normal olarak atlanabilecek yapılandırmaları bile,yükler" -#: ../rpm.c:392 +#: ../rpm.c:389 msgid "don't verify package architecture" msgstr "paket mimarisini doğrulamaz" -#: ../rpm.c:394 +#: ../rpm.c:391 msgid "don't verify package operating system" msgstr "paketin ait olduğu işletim sistemini doğrulamaz" -#: ../rpm.c:396 +#: ../rpm.c:393 msgid "install documentation" msgstr "paket ile gelen belgeleri de yükler" -#: ../rpm.c:398 ../rpm.c:432 +#: ../rpm.c:395 ../rpm.c:429 msgid "update the database, but do not modify the filesystem" msgstr "veri tabanını günceller, ama dosya sistemini değiştirmez" -#: ../rpm.c:402 ../rpm.c:436 +#: ../rpm.c:399 ../rpm.c:433 msgid "do not reorder package installation to satisfy dependencies" msgstr "paket yükleme sırasını bağımlılıklara göre düzenleme" -#: ../rpm.c:404 +#: ../rpm.c:401 msgid "don't execute any installation scripts" msgstr "yükleme betiklerini (scripts) çalıştırmaz." -#: ../rpm.c:406 ../rpm.c:440 +#: ../rpm.c:403 ../rpm.c:437 msgid "don't execute any scripts triggered by this package" msgstr "" -#: ../rpm.c:408 +#: ../rpm.c:405 msgid "print percentages as package installs" msgstr "yükleme sırasında gelişme yüzde olarak gösterilir" -#: ../rpm.c:410 +#: ../rpm.c:407 msgid "install even if the package replaces installed files" msgstr "paket mevcut dosyaları silse bile paketi yükler" -#: ../rpm.c:412 +#: ../rpm.c:409 msgid "reinstall if the package is already present" msgstr "paket mevcutsa yeniden yükler" -#: ../rpm.c:416 +#: ../rpm.c:413 msgid "don't install, but tell if it would work or not" msgstr "yükleme yapmaz, sadece çalışıp çalışmayacağını belirtir" -#: ../rpm.c:418 +#: ../rpm.c:415 msgid " --upgrade <packagefile>" msgstr "" -#: ../rpm.c:419 +#: ../rpm.c:416 #, fuzzy msgid " -U <packagefile> " msgstr " -b<adım> <spec> " -#: ../rpm.c:420 +#: ../rpm.c:417 msgid "upgrade package (same options as --install, plus)" msgstr "Paketi günceller (seçenekler --install ile aynı, ek olarak)" -#: ../rpm.c:422 +#: ../rpm.c:419 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" msgstr "" "pakedin eski bir sürüme güncellenmesini sağlar (--force aynı işi görür)" -#: ../rpm.c:424 +#: ../rpm.c:421 msgid " --erase <package>" msgstr "" -#: ../rpm.c:426 +#: ../rpm.c:423 msgid "erase (uninstall) package" msgstr "paketi siler (uninstall)" -#: ../rpm.c:428 +#: ../rpm.c:425 msgid "" "remove all packages which match <package> (normally an error is generated if " "<package> specified multiple packages)" @@ -1061,104 +1061,104 @@ msgstr "" "<paket> ile eşlenen tüm paketleri siler (birden fazla paket eşlenirse bir " "hata mesajı çıkması gerekir)" -#: ../rpm.c:438 +#: ../rpm.c:435 msgid "do not execute any package specific scripts" msgstr "pakete ait hiçbir betik (Script) çalıştırılmaz" -#: ../rpm.c:444 +#: ../rpm.c:441 msgid " -b<stage> <spec> " msgstr " -b<adım> <spec> " -#: ../rpm.c:445 +#: ../rpm.c:442 #, fuzzy msgid " -t<stage> <tarball> " msgstr " -b<adım> <spec> " -#: ../rpm.c:446 +#: ../rpm.c:443 msgid "build package, where <stage> is one of:" msgstr "paket yaratır, <adım> aşağıdaki harflerden biridir:" -#: ../rpm.c:448 +#: ../rpm.c:445 msgid "prep (unpack sources and apply patches)" msgstr "hazırlama (kaynaklar açılır ve yamalar uygulanır)" # , c-format -#: ../rpm.c:450 +#: ../rpm.c:447 #, c-format msgid "list check (do some cursory checks on %files)" msgstr "kontrol ( %files üstünkörü bir kontrol edilir)" -#: ../rpm.c:452 +#: ../rpm.c:449 msgid "compile (prep and compile)" msgstr "derleme (hazırlama ve derleme)" -#: ../rpm.c:454 +#: ../rpm.c:451 msgid "install (prep, compile, install)" msgstr "yükleme (hazırlama, derleme, yükleme)" -#: ../rpm.c:456 +#: ../rpm.c:453 msgid "binary package (prep, compile, install, package)" msgstr "" "çalıştırılabilir paket yaratma (hazırlama, derleme, yükleme, paketleme)" -#: ../rpm.c:458 +#: ../rpm.c:455 msgid "bin/src package (prep, compile, install, package)" msgstr "" "çalıştırılabilir ve Kaynak paket yaratmak (hazırlama, derleme, yükleme " "vepaketleme)" -#: ../rpm.c:460 +#: ../rpm.c:457 msgid "skip straight to specified stage (only for c,i)" msgstr "doğrudan belirtilen adıma atlar (sadece c ve i için)" -#: ../rpm.c:462 +#: ../rpm.c:459 msgid "remove build tree when done" msgstr "işlem sonunda paket yaratma yapısını siler" -#: ../rpm.c:464 +#: ../rpm.c:461 msgid "remove sources and spec file when done" msgstr "işlem sonunda kaynakları ve spec dosyasını siler" -#: ../rpm.c:466 +#: ../rpm.c:463 msgid "generate PGP signature" msgstr "PGP-imzası yaratır" -#: ../rpm.c:467 +#: ../rpm.c:464 #, fuzzy msgid " --buildroot <dir> " msgstr " -b<adım> <spec> " -#: ../rpm.c:468 +#: ../rpm.c:465 msgid "use <dir> as the build root" msgstr "paket yaratılırken <dizin> başlangıç dizini olarak kullanılır" -#: ../rpm.c:469 +#: ../rpm.c:466 msgid " --platform=<platform>+" msgstr "" -#: ../rpm.c:470 +#: ../rpm.c:467 msgid "build the packages for the platform1...platformN build targets." msgstr "" -#: ../rpm.c:472 +#: ../rpm.c:469 msgid "do not execute any stages" msgstr "adımların hiçbirini çalıştırmaz" -#: ../rpm.c:473 +#: ../rpm.c:470 #, fuzzy msgid " --timecheck <secs> " msgstr " -b<adım> <spec> " -#: ../rpm.c:474 +#: ../rpm.c:471 #, fuzzy msgid "set the time check to <secs> seconds (0 disables)" msgstr "zaman kontrolünü S saniyeye ayarlar (0 ile tümüyle kaldırır)" -#: ../rpm.c:476 +#: ../rpm.c:473 msgid " --rebuild <src_pkg> " msgstr "" -#: ../rpm.c:477 +#: ../rpm.c:474 msgid "" "install source package, build binary package and remove spec file, sources, " "patches, and icons." @@ -1166,220 +1166,220 @@ msgstr "" "kaynak paketini yükler, çalışır paketi oluşturur ve spec dosyası, kaynaklar " "ile yamaları siler" -#: ../rpm.c:478 +#: ../rpm.c:475 #, fuzzy msgid " --rmsource <spec> " msgstr " -b<adım> <spec> " -#: ../rpm.c:479 +#: ../rpm.c:476 msgid "remove sources and spec file" msgstr "kaynak dosyalarını ve spec dosyasını siler" -#: ../rpm.c:480 +#: ../rpm.c:477 msgid " --recompile <src_pkg> " msgstr "" -#: ../rpm.c:481 +#: ../rpm.c:478 msgid "like --rebuild, but don't build any package" msgstr "--rebuild gibi, ama paket yaratmaz" -#: ../rpm.c:482 +#: ../rpm.c:479 #, fuzzy msgid " --resign <pkg>+ " msgstr " -b<adım> <spec> " -#: ../rpm.c:483 +#: ../rpm.c:480 msgid "sign a package (discard current signature)" msgstr "paketi imzalar (mevcut imza kaldırılır)" -#: ../rpm.c:484 +#: ../rpm.c:481 #, fuzzy msgid " --addsign <pkg>+ " msgstr " -b<adım> <spec> " -#: ../rpm.c:485 +#: ../rpm.c:482 msgid "add a signature to a package" msgstr "pakete bir imza ekler" -#: ../rpm.c:487 +#: ../rpm.c:484 #, fuzzy msgid " --checksig <pkg>+ " msgstr " -b<adım> <spec> " -#: ../rpm.c:488 +#: ../rpm.c:485 msgid "verify package signature" msgstr "paket imzasını doğrular" -#: ../rpm.c:490 +#: ../rpm.c:487 msgid "skip any PGP signatures" msgstr "tüm PGP imzalarını atlar" -#: ../rpm.c:492 +#: ../rpm.c:489 msgid "skip any MD5 signatures" msgstr "tüm MD5 imzalarını atlar" -#: ../rpm.c:494 +#: ../rpm.c:491 msgid "list the tags that can be used in a query format" msgstr "sorgulama sırasında kullanılabilecek 'Tag'leri sıralar" -#: ../rpm.c:496 +#: ../rpm.c:493 msgid "make sure a valid database exists" msgstr "geçerli bir veri tabanı olmasını sağlar" -#: ../rpm.c:498 +#: ../rpm.c:495 msgid "rebuild database from existing database" msgstr "mevcut veritabanını kullanılarak veritabınını yeniden oluşturur" -#: ../rpm.c:637 ../rpm.c:643 ../rpm.c:650 ../rpm.c:656 ../rpm.c:665 -#: ../rpm.c:672 ../rpm.c:718 ../rpm.c:724 ../rpm.c:813 ../rpm.c:820 -#: ../rpm.c:826 ../rpm.c:834 ../rpm.c:840 ../rpm.c:848 ../rpm.c:881 -#: ../rpm.c:927 ../rpm.c:933 +#: ../rpm.c:634 ../rpm.c:640 ../rpm.c:647 ../rpm.c:653 ../rpm.c:662 +#: ../rpm.c:669 ../rpm.c:715 ../rpm.c:721 ../rpm.c:810 ../rpm.c:817 +#: ../rpm.c:823 ../rpm.c:831 ../rpm.c:837 ../rpm.c:845 ../rpm.c:878 +#: ../rpm.c:924 ../rpm.c:930 msgid "only one major mode may be specified" msgstr "sadece bir ana kip (major mode) belirtilebilir" -#: ../rpm.c:658 +#: ../rpm.c:655 msgid "-u and --uninstall are deprecated and no longer work.\n" msgstr "-u ve --uninstall komutları eskidirler ve çalışmamaktadırlar.\n" -#: ../rpm.c:660 +#: ../rpm.c:657 msgid "Use -e or --erase instead.\n" msgstr "Yerine -e veya --erase komutunu kullanın\n" -#: ../rpm.c:676 +#: ../rpm.c:673 msgid "--build (-b) requires one of a,b,i,c,p,l as its sole argument" msgstr "" "--build (-b) tek argüman olarak a,b,i,c,p,l harflerinden birini kabul eder" -#: ../rpm.c:680 +#: ../rpm.c:677 msgid "--tarbuild (-t) requires one of a,b,i,c,p,l as its sole argument" msgstr "" "--tarbuild (-t) tek argüman olarak a,b,i,c,p,l harflerinden birini kabul eder" -#: ../rpm.c:747 ../rpm.c:754 ../rpm.c:762 ../rpm.c:770 ../rpm.c:790 -#: ../rpm.c:798 ../rpm.c:806 +#: ../rpm.c:744 ../rpm.c:751 ../rpm.c:759 ../rpm.c:767 ../rpm.c:787 +#: ../rpm.c:795 ../rpm.c:803 msgid "one type of query/verify may be performed at a time" msgstr "bir anda sadece bir tarz sorgulama veya doğrulama yapılabilir" -#: ../rpm.c:856 +#: ../rpm.c:853 msgid "arguments to --dbpath must begin with a /" msgstr "--dbpath için verilen argümanlar '/' ile başlamalı" -#: ../rpm.c:863 +#: ../rpm.c:860 msgid "one type of query may be performed at a time" msgstr "bir anda sadece tek bir tarz sorgulama yapılabilir" -#: ../rpm.c:887 +#: ../rpm.c:884 msgid "relocations must begin with a /" msgstr "relocate işlemi / ile başlamalı" -#: ../rpm.c:889 +#: ../rpm.c:886 msgid "relocations must contain a =" msgstr "relocate satırında = bulunmalı" -#: ../rpm.c:892 +#: ../rpm.c:889 msgid "relocations must have a / following the =" msgstr "relocate için = den sonra bir / gerekir" -#: ../rpm.c:904 +#: ../rpm.c:901 msgid "Internal error in argument processing :-(\n" msgstr "" -#: ../rpm.c:945 +#: ../rpm.c:942 msgid "--dbpath given for operation that does not use a database" msgstr "--dbpath veritabanı kullanılmayan bir işlemde belirtildi" -#: ../rpm.c:950 +#: ../rpm.c:947 msgid "--timecheck may only be used during package builds" msgstr "--timecheck sadece paket oluşturulurken kullanılabilir" -#: ../rpm.c:953 ../rpm.c:956 +#: ../rpm.c:950 ../rpm.c:953 msgid "unexpected query specifiers" msgstr "sorgulama için beklenmeyen bilgiler girildi" -#: ../rpm.c:960 +#: ../rpm.c:957 msgid "unexpected query source" msgstr "beklenmeyen sorgulama kaynağı girildi" -#: ../rpm.c:963 +#: ../rpm.c:960 msgid "only installation and upgrading may be forced" msgstr "sadece yükleme ve güncelleme zorlanabilir (force edilebilir)" -#: ../rpm.c:966 +#: ../rpm.c:963 msgid "files may only be relocated during package installation" msgstr "dosyalar sadece paket yüklemesi sırasında relocate edilebilir" -#: ../rpm.c:969 +#: ../rpm.c:966 msgid "only one of --prefix or --relocate may be used" msgstr "--prefix ve --relocate seçeneklerinden sadece biri kullanılabilir" -#: ../rpm.c:972 +#: ../rpm.c:969 msgid "--relocate may only be used when installing new packages" msgstr "--relocate sadece yeni paketler yüklenirken kullanılır" -#: ../rpm.c:975 +#: ../rpm.c:972 msgid "--prefix may only be used when installing new packages" msgstr "--prefix sadece yeni paketlerin yüklenmesi sırasında kullanılabilir" -#: ../rpm.c:978 +#: ../rpm.c:975 msgid "arguments to --prefix must begin with a /" msgstr "--prefix komutunun argümanları '/' ile başlamalı" -#: ../rpm.c:981 +#: ../rpm.c:978 msgid "--hash (-h) may only be specified during package installation" msgstr "--hash (-h) sadece paket yüklenmesi sırasında kullanılabilir" -#: ../rpm.c:985 +#: ../rpm.c:982 msgid "--percent may only be specified during package installation" msgstr "--percent sadece paket yüklenmesi sırasında kullanılabilir" -#: ../rpm.c:989 +#: ../rpm.c:986 msgid "--replacefiles may only be specified during package installation" msgstr "--replacefiles sadece paket yüklenmesi sırasında kullanılabilir" -#: ../rpm.c:993 +#: ../rpm.c:990 msgid "--replacepkgs may only be specified during package installation" msgstr "--replacepkgs sadece paket yüklenmesi sırasında kullanılabilir" -#: ../rpm.c:997 +#: ../rpm.c:994 msgid "--excludedocs may only be specified during package installation" msgstr "--excludedocs sadece paket yüklenmesi sırasında kullanılabilir" -#: ../rpm.c:1001 +#: ../rpm.c:998 msgid "--includedocs may only be specified during package installation" msgstr "--includedocs sadece paket yüklenmesi sırasında kullanılabilir" -#: ../rpm.c:1005 +#: ../rpm.c:1002 msgid "only one of --excludedocs and --includedocs may be specified" msgstr "" "--excludedocs ve --includedocs bir arada kullanılamaz (bi daha olmasın)" -#: ../rpm.c:1009 +#: ../rpm.c:1006 msgid "--ignorearch may only be specified during package installation" msgstr "--ignorearch sadece paket yüklenmesi sırasında kullanılabilir" -#: ../rpm.c:1013 +#: ../rpm.c:1010 msgid "--ignoreos may only be specified during package installation" msgstr "--ignoreos sadece paket yüklenmesi sırasında kullanılabilir" -#: ../rpm.c:1017 +#: ../rpm.c:1014 msgid "--allmatches may only be specified during package erasure" msgstr "--allmatches sadece paket silinmesi sırasında kullanılabilir" -#: ../rpm.c:1021 +#: ../rpm.c:1018 msgid "--allfiles may only be specified during package installation" msgstr "--allfiles sadece paket yüklenmesi sırasında kullanılabilir" -#: ../rpm.c:1025 +#: ../rpm.c:1022 msgid "--justdb may only be specified during package installation and erasure" msgstr "--justdb sadece paket yükleme ve silmelerinde kullanılır" -#: ../rpm.c:1030 +#: ../rpm.c:1027 msgid "" "--noscripts may only be specified during package installation, erasure, and " "verification" msgstr "--noscripts sadece paket yükleme, silme ve doğrulamalarında kullanılır" -#: ../rpm.c:1034 +#: ../rpm.c:1031 #, fuzzy msgid "" "--notriggers may only be specified during package installation, erasure, and " @@ -1387,24 +1387,24 @@ msgid "" msgstr "" "--nodeps sadece paket yüklemelerinde, silme ve doğrulamalarda kullanılır" -#: ../rpm.c:1039 +#: ../rpm.c:1036 msgid "" "--nodeps may only be specified during package installation, erasure, and " "verification" msgstr "" "--nodeps sadece paket yüklemelerinde, silme ve doğrulamalarda kullanılır" -#: ../rpm.c:1043 +#: ../rpm.c:1040 msgid "--nofiles may only be specified during package verification" msgstr "--nofiles sadece paket doğrulaması sırasında kullanılabilir" -#: ../rpm.c:1048 +#: ../rpm.c:1045 msgid "" "--test may only be specified during package installation, erasure, and " "building" msgstr "--test sadece paket yüklemelerinde, silme ve derlemelerinde kullanılır" -#: ../rpm.c:1053 +#: ../rpm.c:1050 msgid "" "--root (-r) may only be specified during installation, erasure, querying, " "and database rebuilds" @@ -1412,151 +1412,151 @@ msgstr "" "--root (-r) sadece yükleme, silme, sorgulama ve veritabanı güncellemelerinde " "kullanılır" -#: ../rpm.c:1058 +#: ../rpm.c:1055 msgid "arguments to --root (-r) must begin with a /" msgstr "--root (-r) komutun argümanları '/' ile başlamalı" -#: ../rpm.c:1061 +#: ../rpm.c:1058 msgid "--clean may only be used with -b and -t" msgstr "--clean sadece -b ve -t ile kullanılır" -#: ../rpm.c:1064 +#: ../rpm.c:1061 msgid "--rmsource may only be used with -b and -t" msgstr "--rmsource sadece -b ve -t ile kullanılır" -#: ../rpm.c:1067 +#: ../rpm.c:1064 msgid "--short-circuit may only be used during package building" msgstr "--short-circuit sadece paket oluşturulması sırasında kullanılabilir" -#: ../rpm.c:1071 +#: ../rpm.c:1068 #, fuzzy msgid "--short-circuit may only be used with -bc, -bi, -bs, -tc -ti, or -ts" msgstr "" "--short-circuit mutlaka -bc, bi, -tc veya -ti ile beraber kullanılmalıdır" -#: ../rpm.c:1076 +#: ../rpm.c:1073 msgid "--oldpackage may only be used during upgrades" msgstr "--oldpackage sadece güncelleme sırasında kullanılabilir" -#: ../rpm.c:1079 +#: ../rpm.c:1076 msgid "--dump may only be used during queries" msgstr "--dump sadece sorgulama sırasında kullanılabilir" -#: ../rpm.c:1082 +#: ../rpm.c:1079 msgid "--dump of queries must be used with -l, -c, or -d" msgstr "sorgulamada --dump mutlaka -l, -c, or -d ile kullanılmalıdır" -#: ../rpm.c:1087 +#: ../rpm.c:1084 msgid "" "ftp options can only be used during package queries, installs, and upgrades" msgstr "FTP seçenekleri sadece sorgulama, yükleme ve güncellemede kullanılır" -#: ../rpm.c:1094 +#: ../rpm.c:1091 msgid "--nopgp may only be used during signature checking" msgstr "--nopgp sadece İmza kontrolü sırasında kullanılabilir" -#: ../rpm.c:1097 +#: ../rpm.c:1094 msgid "" "--nopgp may only be used during signature checking and package verification" msgstr "" "--nopgp sadece imza kontrolü veya paket doğrulaması sırasında kullanılır" -#: ../rpm.c:1110 +#: ../rpm.c:1107 msgid "Pass phrase check failed\n" msgstr "Parola kontrolü başarısızlıkla sonuçlandı\n" -#: ../rpm.c:1113 +#: ../rpm.c:1110 msgid "Pass phrase is good.\n" msgstr "Parola doğru.\n" -#: ../rpm.c:1125 +#: ../rpm.c:1122 msgid "--sign may only be used during package building" msgstr "--sign sadece paket olusturulurken kullanılabilir" -#: ../rpm.c:1140 +#: ../rpm.c:1137 #, fuzzy msgid "exec failed\n" msgstr "%s: Erişilemedi\n" -#: ../rpm.c:1159 +#: ../rpm.c:1156 msgid "unexpected arguments to --querytags " msgstr "--querytags için beklenmeyen argümanlar" -#: ../rpm.c:1170 +#: ../rpm.c:1167 msgid "no packages given for signature check" msgstr "imzası kontrol edilecek paketler belirtilmedi" -#: ../rpm.c:1177 +#: ../rpm.c:1174 msgid "no packages given for signing" msgstr "imzalanacak paketler belirtilmedi" -#: ../rpm.c:1186 +#: ../rpm.c:1183 msgid "no packages files given for rebuild" msgstr "yeniden oluşturmak için paket dosyaları belirtilmedi" -#: ../rpm.c:1249 +#: ../rpm.c:1246 msgid "no spec files given for build" msgstr "oluşturma için gerekli spec dosyası belirtilmedi" -#: ../rpm.c:1251 +#: ../rpm.c:1248 msgid "no tar files given for build" msgstr "oluşturma için gereken tar dosyaları belirttilmedi" -#: ../rpm.c:1264 +#: ../rpm.c:1261 msgid "no packages given for uninstall" msgstr "sistemden silinecek paketler belirtilmedi" -#: ../rpm.c:1304 +#: ../rpm.c:1301 msgid "no packages given for install" msgstr "yüklenecek paketler belirtilmedi" -#: ../rpm.c:1328 +#: ../rpm.c:1325 msgid "extra arguments given for query of all packages" msgstr "tüm paketlerin sorgulanması için fazladan argümanlar belirtildi" -#: ../rpm.c:1333 +#: ../rpm.c:1330 msgid "no arguments given for query" msgstr "sorgulama için hiç argüman belirtilmedi" -#: ../rpm.c:1350 +#: ../rpm.c:1347 msgid "no arguments given for verify" msgstr "doğrulama için hiç argüman belirtilmedi" -#: ../url.c:47 +#: ../url.c:46 #, c-format msgid "Password for %s@%s: " msgstr "%s'%s için parola" -#: ../url.c:113 ../url.c:156 ../url.c:182 +#: ../url.c:112 ../url.c:155 ../url.c:181 #, c-format msgid "getting %s via anonymous ftp\n" msgstr "" -#: ../url.c:120 +#: ../url.c:119 #, c-format msgid "logging into %s as %s, pw %s\n" msgstr "" -#: ../url.c:131 +#: ../url.c:130 msgid "error: ftpport must be a number\n" msgstr "hata: ftpport bir sayı olmalı\n" -#: ../url.c:189 +#: ../url.c:188 #, c-format msgid "failed to create %s\n" msgstr "%s yaratılamıyor\n" -#: ../verify.c:35 +#: ../verify.c:34 #, fuzzy, c-format msgid "missing %s\n" msgstr "% den sonra eksik {" -#: ../verify.c:91 +#: ../verify.c:90 #, c-format msgid "Unsatisfied dependencies for %s-%s-%s: " msgstr "%s-%s-%s 'nin bağımlılık sorunları: " -#: ../verify.c:133 +#: ../verify.c:132 #, c-format msgid "verifying record number %d\n" msgstr "" @@ -1566,11 +1566,11 @@ msgstr "" msgid "%s is not an RPM\n" msgstr "" -#: ../rpm2cpio.c:39 +#: ../rpm2cpio.c:38 msgid "argument is not an RPM package\n" msgstr "" -#: ../rpm2cpio.c:42 +#: ../rpm2cpio.c:41 #, fuzzy msgid "error reading header from package\n" msgstr "%s paketi bulunamadı\n" @@ -1619,258 +1619,258 @@ msgstr "%s pakedi %s içerisinde bulunamadı" msgid "no copyright!\n" msgstr "" -#: ../build/build.c:96 ../build/pack.c:191 +#: ../build/build.c:95 ../build/pack.c:191 #, fuzzy msgid "Unable to open temp file" msgstr "%s okuma erişimi için açılamadı:%s." -#: ../build/build.c:133 +#: ../build/build.c:132 #, fuzzy, c-format msgid "Executing: %s\n" msgstr "%s alınıyor\n" -#: ../build/build.c:137 +#: ../build/build.c:136 #, fuzzy, c-format msgid "Exec of %s failed (%s)" msgstr "%s 'ye erisimde belirtilen hata oluştu: %s\n" -#: ../build/build.c:145 +#: ../build/build.c:144 #, c-format msgid "Bad exit status from %s (%s)" msgstr "" -#: ../build/expression.c:188 ../build/expression.c:197 +#: ../build/expression.c:189 ../build/expression.c:198 msgid "parse error in tokenizer" msgstr "" -#: ../build/expression.c:239 +#: ../build/expression.c:240 #, fuzzy msgid "parse error in expression" msgstr "dizi içerisinde ? bekleniyordu" -#: ../build/expression.c:269 +#: ../build/expression.c:270 msgid "unmatched (" msgstr "" -#: ../build/expression.c:287 +#: ../build/expression.c:288 msgid "undefined identifier" msgstr "" -#: ../build/expression.c:306 +#: ../build/expression.c:307 msgid "- only on numbers" msgstr "" -#: ../build/expression.c:322 +#: ../build/expression.c:323 msgid "! only on numbers" msgstr "" -#: ../build/expression.c:358 ../build/expression.c:403 -#: ../build/expression.c:460 ../build/expression.c:543 +#: ../build/expression.c:362 ../build/expression.c:407 +#: ../build/expression.c:464 ../build/expression.c:551 msgid "types must match" msgstr "" -#: ../build/expression.c:371 +#: ../build/expression.c:375 msgid "* / not suported for strings" msgstr "" -#: ../build/expression.c:419 +#: ../build/expression.c:423 msgid "- not suported for strings" msgstr "" -#: ../build/expression.c:556 +#: ../build/expression.c:564 msgid "&& and || not suported for strings" msgstr "" -#: ../build/expression.c:587 ../build/expression.c:630 +#: ../build/expression.c:595 ../build/expression.c:640 #, fuzzy msgid "syntax error in expression" msgstr "dizi içerisinde ? bekleniyordu" -#: ../build/files.c:204 +#: ../build/files.c:203 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "" -#: ../build/files.c:233 ../build/files.c:245 ../build/files.c:317 -#: ../build/files.c:329 ../build/files.c:356 +#: ../build/files.c:232 ../build/files.c:244 ../build/files.c:316 +#: ../build/files.c:328 ../build/files.c:355 #, c-format msgid "Bad %s() syntax: %s" msgstr "" -#: ../build/files.c:279 +#: ../build/files.c:278 #, c-format msgid "Invalid %s token: %s" msgstr "" -#: ../build/files.c:340 +#: ../build/files.c:339 msgid "No files after %%defattr(): %s" msgstr "" -#: ../build/files.c:368 +#: ../build/files.c:367 #, c-format msgid "Bad %s() mode spec: %s" msgstr "" -#: ../build/files.c:386 +#: ../build/files.c:385 #, c-format msgid "Bad %s() dirmode spec: %s" msgstr "" -#: ../build/files.c:441 +#: ../build/files.c:440 msgid "Bad %%config() syntax: %s" msgstr "" -#: ../build/files.c:459 +#: ../build/files.c:458 msgid "Invalid %%config token: %s" msgstr "" -#: ../build/files.c:482 ../build/files.c:494 ../build/files.c:507 +#: ../build/files.c:481 ../build/files.c:493 ../build/files.c:506 msgid "Bad %%lang() syntax: %s" msgstr "" -#: ../build/files.c:513 +#: ../build/files.c:512 msgid "%%lang() entries are 2 characters: %s" msgstr "" -#: ../build/files.c:519 +#: ../build/files.c:518 msgid "Only one entry in %%lang(): %s" msgstr "" -#: ../build/files.c:610 +#: ../build/files.c:608 msgid "Hit limit for %%docdir" msgstr "" -#: ../build/files.c:616 +#: ../build/files.c:614 msgid "Only one arg for %%docdir" msgstr "" -#: ../build/files.c:642 +#: ../build/files.c:640 #, fuzzy, c-format msgid "Two files on one line: %s" msgstr "%s açılamadı: %s" -#: ../build/files.c:655 +#: ../build/files.c:653 #, fuzzy, c-format msgid "File must begin with \"/\": %s" msgstr "relocate işlemi / ile başlamalı" -#: ../build/files.c:667 +#: ../build/files.c:665 msgid "Can't mix special %%doc with other forms: %s" msgstr "" -#: ../build/files.c:749 +#: ../build/files.c:747 #, fuzzy, c-format msgid "File listed twice: %s" msgstr "%s okunamadı: %s" -#: ../build/files.c:908 +#: ../build/files.c:906 #, fuzzy, c-format msgid "File doesn't match prefix (%s): %s" msgstr "%s okunamadı: %s" -#: ../build/files.c:918 ../build/files.c:1035 +#: ../build/files.c:916 ../build/files.c:1033 #, fuzzy, c-format msgid "File not found: %s" msgstr "Dosya sunucuda bulunamadı" -#: ../build/files.c:963 +#: ../build/files.c:961 #, c-format msgid "Bad owner/group: %s\n" msgstr "" -#: ../build/files.c:968 +#: ../build/files.c:966 #, fuzzy, c-format msgid "File %d: %s\n" msgstr "%s açılamadı: %s" -#: ../build/files.c:1019 +#: ../build/files.c:1017 #, c-format msgid "File needs leading \"/\": %s" msgstr "" -#: ../build/files.c:1079 +#: ../build/files.c:1077 #, fuzzy msgid "Could not open %%files file: %s" msgstr "hata: %s dosyası okunamadı\n" -#: ../build/files.c:1085 ../build/pack.c:380 +#: ../build/files.c:1083 ../build/pack.c:380 #, c-format msgid "line: %s" msgstr "" -#: ../build/files.c:1412 ../build/parsePrep.c:41 +#: ../build/files.c:1410 ../build/parsePrep.c:40 #, c-format msgid "Bad owner/group: %s" msgstr "" -#: ../build/files.c:1467 +#: ../build/files.c:1465 #, fuzzy, c-format msgid "Couldn't exec %s" msgstr "PGP çalıştırılamadı" -#: ../build/files.c:1471 +#: ../build/files.c:1469 #, fuzzy, c-format msgid "Couldn't fork %s" msgstr "İmza hedefi 'sigtarget' okunamadı" -#: ../build/files.c:1521 +#: ../build/files.c:1519 #, fuzzy, c-format msgid "%s failed" msgstr "PGP hata verdi" -#: ../build/files.c:1525 +#: ../build/files.c:1523 #, fuzzy, c-format msgid "failed to write all data to %s" msgstr "%s yaratılamıyor\n" -#: ../build/files.c:1559 +#: ../build/files.c:1557 msgid "Finding provides...\n" msgstr "" -#: ../build/files.c:1566 +#: ../build/files.c:1564 msgid "Failed to find provides" msgstr "" -#: ../build/files.c:1586 +#: ../build/files.c:1584 msgid "Finding requires...\n" msgstr "" -#: ../build/files.c:1593 +#: ../build/files.c:1591 #, fuzzy msgid "Failed to find requires" msgstr "%s yaratılamıyor\n" -#: ../build/files.c:1628 +#: ../build/files.c:1626 msgid "Provides:" msgstr "" -#: ../build/files.c:1646 +#: ../build/files.c:1644 msgid "Prereqs:" msgstr "" -#: ../build/files.c:1660 +#: ../build/files.c:1658 msgid "Requires:" msgstr "" -#: ../build/files.c:1685 +#: ../build/files.c:1683 #, fuzzy, c-format msgid "Processing files: %s\n" msgstr "%s açılamadı: %s" -#: ../build/names.c:35 ../build/names.c:69 +#: ../build/names.c:34 ../build/names.c:68 msgid "RPMERR_INTERNAL: Hit limit in getUname()\n" msgstr "" -#: ../build/names.c:104 ../build/names.c:138 +#: ../build/names.c:103 ../build/names.c:137 msgid "RPMERR_INTERNAL: Hit limit in getGname()\n" msgstr "" -#: ../build/names.c:176 +#: ../build/names.c:175 #, c-format msgid "Could not canonicalize hostname: %s\n" msgstr "" -#: ../build/pack.c:141 +#: ../build/pack.c:140 #, c-format msgid "Could not generate output filename for package %s: %s\n" msgstr "" @@ -1950,667 +1950,667 @@ msgstr "" msgid "Could not open Trigger script file: %s" msgstr "" -#: ../build/parseBuildInstallClean.c:28 +#: ../build/parseBuildInstallClean.c:27 #, c-format msgid "line %d: second %s" msgstr "" -#: ../build/parseChangelog.c:102 +#: ../build/parseChangelog.c:101 msgid "%%changelog entries must start with *" msgstr "" -#: ../build/parseChangelog.c:110 +#: ../build/parseChangelog.c:109 msgid "incomplete %%changelog entry" msgstr "" -#: ../build/parseChangelog.c:125 +#: ../build/parseChangelog.c:124 msgid "bad date in %%changelog: %s" msgstr "" -#: ../build/parseChangelog.c:130 +#: ../build/parseChangelog.c:129 msgid "%%changelog not in decending chronological order" msgstr "" -#: ../build/parseChangelog.c:138 ../build/parseChangelog.c:149 +#: ../build/parseChangelog.c:137 ../build/parseChangelog.c:148 msgid "missing name in %%changelog" msgstr "" -#: ../build/parseChangelog.c:156 +#: ../build/parseChangelog.c:155 msgid "no description in %%changelog" msgstr "" -#: ../build/parseDescription.c:35 +#: ../build/parseDescription.c:34 msgid "line %d: Error parsing %%description: %s" msgstr "" -#: ../build/parseDescription.c:48 ../build/parseFiles.c:43 -#: ../build/parseScript.c:140 +#: ../build/parseDescription.c:47 ../build/parseFiles.c:42 +#: ../build/parseScript.c:139 #, fuzzy, c-format msgid "line %d: Bad option %s: %s" msgstr "%s açılamadı: %s" -#: ../build/parseDescription.c:62 ../build/parseFiles.c:57 -#: ../build/parseScript.c:154 +#: ../build/parseDescription.c:61 ../build/parseFiles.c:56 +#: ../build/parseScript.c:153 #, c-format msgid "line %d: Too many names: %s" msgstr "" -#: ../build/parseDescription.c:72 ../build/parseFiles.c:67 -#: ../build/parseScript.c:164 +#: ../build/parseDescription.c:71 ../build/parseFiles.c:66 +#: ../build/parseScript.c:163 #, fuzzy, c-format msgid "line %d: Package does not exist: %s" msgstr "%s paketi %s altında gözükmüyor" -#: ../build/parseDescription.c:84 +#: ../build/parseDescription.c:83 #, c-format msgid "line %d: Second description" msgstr "" -#: ../build/parseFiles.c:30 +#: ../build/parseFiles.c:29 msgid "line %d: Error parsing %%files: %s" msgstr "" -#: ../build/parseFiles.c:75 +#: ../build/parseFiles.c:74 msgid "line %d: Second %%files list" msgstr "" -#: ../build/parsePreamble.c:150 +#: ../build/parsePreamble.c:154 #, c-format msgid "Architecture is excluded: %s" msgstr "" -#: ../build/parsePreamble.c:155 +#: ../build/parsePreamble.c:159 #, c-format msgid "Architecture is not included: %s" msgstr "" -#: ../build/parsePreamble.c:160 +#: ../build/parsePreamble.c:164 #, c-format msgid "OS is excluded: %s" msgstr "" -#: ../build/parsePreamble.c:165 +#: ../build/parsePreamble.c:169 #, c-format msgid "OS is not included: %s" msgstr "" -#: ../build/parsePreamble.c:201 +#: ../build/parsePreamble.c:205 #, c-format msgid "%s field must be present in package: %s" msgstr "" -#: ../build/parsePreamble.c:243 +#: ../build/parsePreamble.c:247 #, c-format msgid "Duplicate %s entries in package: %s" msgstr "" -#: ../build/parsePreamble.c:287 ../build/parsePreamble.c:294 +#: ../build/parsePreamble.c:291 ../build/parsePreamble.c:298 #, fuzzy, c-format msgid "Unable to read icon: %s" msgstr "%s 'nin yazılması mümkün değil" -#: ../build/parsePreamble.c:304 +#: ../build/parsePreamble.c:308 #, fuzzy, c-format msgid "Unknown icon type: %s" msgstr "(bilinmeyen tip)" -#: ../build/parsePreamble.c:335 +#: ../build/parsePreamble.c:339 #, c-format msgid "line %d: Malformed tag: %s" msgstr "" #. Empty field -#: ../build/parsePreamble.c:343 +#: ../build/parsePreamble.c:347 #, c-format msgid "line %d: Empty tag: %s" msgstr "" -#: ../build/parsePreamble.c:394 +#: ../build/parsePreamble.c:398 #, c-format msgid "line %d: BuildRoot can not be \"/\": %s" msgstr "" -#: ../build/parsePreamble.c:407 +#: ../build/parsePreamble.c:411 #, c-format msgid "line %d: Prefixes must not end with \"/\": %s" msgstr "" -#: ../build/parsePreamble.c:419 +#: ../build/parsePreamble.c:423 #, fuzzy, c-format msgid "line %d: Docdir must begin with '/': %s" msgstr "relocate işlemi / ile başlamalı" -#: ../build/parsePreamble.c:430 +#: ../build/parsePreamble.c:434 #, c-format msgid "line %d: Serial field must be a number: %s" msgstr "" -#: ../build/parsePreamble.c:494 +#: ../build/parsePreamble.c:498 #, fuzzy, c-format msgid "line %d: Bad BuildArchitecture format: %s" msgstr "%s için %s te eksik mimari:%d" -#: ../build/parsePreamble.c:504 +#: ../build/parsePreamble.c:508 #, c-format msgid "Internal error: Bogus tag %d" msgstr "" -#: ../build/parsePreamble.c:647 +#: ../build/parsePreamble.c:651 #, fuzzy, c-format msgid "Bad package specification: %s" msgstr " Paket seçim seçenekleri:" -#: ../build/parsePreamble.c:653 +#: ../build/parsePreamble.c:657 #, c-format msgid "Package already exists: %s" msgstr "" -#: ../build/parsePreamble.c:680 +#: ../build/parsePreamble.c:684 #, c-format msgid "line %d: Unknown tag: %s" msgstr "" -#: ../build/parsePreamble.c:705 +#: ../build/parsePreamble.c:709 msgid "Spec file can't use BuildRoot" msgstr "" -#: ../build/parsePrep.c:37 +#: ../build/parsePrep.c:36 #, fuzzy, c-format msgid "Bad source: %s: %s" msgstr "%s okunamadı: %s" -#: ../build/parsePrep.c:63 +#: ../build/parsePrep.c:62 #, fuzzy, c-format msgid "No patch number %d" msgstr "(üye değil)" -#: ../build/parsePrep.c:127 +#: ../build/parsePrep.c:126 #, c-format msgid "No source number %d" msgstr "" -#: ../build/parsePrep.c:180 +#: ../build/parsePrep.c:179 msgid "Error parsing %%setup: %s" msgstr "" -#: ../build/parsePrep.c:195 +#: ../build/parsePrep.c:194 msgid "line %d: Bad arg to %%setup %c: %s" msgstr "" -#: ../build/parsePrep.c:216 +#: ../build/parsePrep.c:215 msgid "line %d: Bad %%setup option %s: %s" msgstr "" -#: ../build/parsePrep.c:334 +#: ../build/parsePrep.c:333 msgid "line %d: Need arg to %%patch -b: %s" msgstr "" -#: ../build/parsePrep.c:342 +#: ../build/parsePrep.c:341 msgid "line %d: Need arg to %%patch -z: %s" msgstr "" -#: ../build/parsePrep.c:354 +#: ../build/parsePrep.c:353 msgid "line %d: Need arg to %%patch -p: %s" msgstr "" -#: ../build/parsePrep.c:360 +#: ../build/parsePrep.c:359 msgid "line %d: Bad arg to %%patch -p: %s" msgstr "" -#: ../build/parsePrep.c:367 +#: ../build/parsePrep.c:366 msgid "Too many patches!" msgstr "" -#: ../build/parsePrep.c:371 +#: ../build/parsePrep.c:370 msgid "line %d: Bad arg to %%patch: %s" msgstr "" -#: ../build/parsePrep.c:409 +#: ../build/parsePrep.c:408 msgid "line %d: second %%prep" msgstr "" -#: ../build/parseReqs.c:46 +#: ../build/parseReqs.c:45 #, c-format msgid "line %d: No file names in Conflicts: %s" msgstr "" -#: ../build/parseReqs.c:77 +#: ../build/parseReqs.c:76 #, c-format msgid "line %d: No versions on file names in %s: %s" msgstr "" -#: ../build/parseReqs.c:83 +#: ../build/parseReqs.c:82 #, c-format msgid "line %d: No versions in PreReq: %s" msgstr "" -#: ../build/parseReqs.c:95 +#: ../build/parseReqs.c:94 #, c-format msgid "line %d: Version required in %s: %s" msgstr "" -#: ../build/parseReqs.c:123 +#: ../build/parseReqs.c:122 #, c-format msgid "line %d: No file names in %s: %s" msgstr "" -#: ../build/parseReqs.c:131 +#: ../build/parseReqs.c:130 #, c-format msgid "line %d: %s: tokens must begin with alpha-numeric: %s" msgstr "" -#: ../build/parseScript.c:108 +#: ../build/parseScript.c:107 #, c-format msgid "line %d: triggers must have --: %s" msgstr "" -#: ../build/parseScript.c:118 ../build/parseScript.c:182 +#: ../build/parseScript.c:117 ../build/parseScript.c:181 #, c-format msgid "line %d: Error parsing %s: %s" msgstr "" -#: ../build/parseScript.c:128 +#: ../build/parseScript.c:127 #, c-format msgid "line %d: script program must begin with '/': %s" msgstr "" -#: ../build/parseScript.c:173 +#: ../build/parseScript.c:172 #, c-format msgid "line %d: Second %s" msgstr "" # , c-format -#: ../build/parseSpec.c:110 +#: ../build/parseSpec.c:124 #, fuzzy, c-format msgid "Unable to open: %s\n" msgstr "%s 'ye erişimde hata oluştu\n" -#: ../build/parseSpec.c:122 +#: ../build/parseSpec.c:136 msgid "Unclosed %%if" msgstr "" -#: ../build/parseSpec.c:169 +#: ../build/parseSpec.c:183 #, fuzzy, c-format msgid "line %d: %s" msgstr "%s açılamadı: %s" #. Got an else with no %if ! -#: ../build/parseSpec.c:193 +#: ../build/parseSpec.c:208 msgid "%s:%d: Got a %%else with no if" msgstr "" #. Got an end with no %if ! -#: ../build/parseSpec.c:203 +#: ../build/parseSpec.c:218 msgid "%s:%d: Got a %%endif with no if" msgstr "" -#: ../build/parseSpec.c:215 ../build/parseSpec.c:224 +#: ../build/parseSpec.c:230 ../build/parseSpec.c:239 msgid "malformed %%include statement" msgstr "" -#: ../build/parseSpec.c:305 +#: ../build/parseSpec.c:313 #, c-format msgid "Timecheck value must be an integer: %s" msgstr "" -#: ../build/parseSpec.c:395 +#: ../build/parseSpec.c:396 #, fuzzy msgid "No buildable architectures" msgstr "paket mimarisini doğrulamaz" -#: ../build/parseSpec.c:409 +#: ../build/parseSpec.c:424 #, fuzzy msgid "Package has no %%description: %s" msgstr "%s paketi %s altında gözükmüyor" -#: ../build/spec.c:30 +#: ../build/spec.c:29 #, c-format msgid "archive = %s, fs = %s\n" msgstr "" -#: ../build/spec.c:218 +#: ../build/spec.c:217 #, fuzzy, c-format msgid "line %d: Bad number: %s" msgstr "geçersiz paket numarsı: %s\n" -#: ../build/spec.c:224 +#: ../build/spec.c:223 #, c-format msgid "line %d: Bad no%s number: %d" msgstr "" -#: ../build/spec.c:282 +#: ../build/spec.c:281 #, fuzzy, c-format msgid "line %d: Bad %s number: %s\n" msgstr "geçersiz paket numarsı: %s\n" -#: ../lib/cpio.c:525 +#: ../lib/cpio.c:524 #, fuzzy, c-format msgid "error %d reading header: %s\n" msgstr "%s dizinin oluşturulmasında hata: %s" -#: ../lib/dbindex.c:16 +#: ../lib/dbindex.c:14 #, c-format msgid "cannot open file %s: " msgstr "%s dosyası açılamıyor: " -#: ../lib/dbindex.c:43 +#: ../lib/dbindex.c:41 #, c-format msgid "error getting record %s from %s" msgstr "%s kaydına %s dosyasında erişilemiyor:" -#: ../lib/dbindex.c:71 +#: ../lib/dbindex.c:69 #, c-format msgid "error storing record %s into %s" msgstr "%s kaydı %s dosyasına yazılamıyor" -#: ../lib/dbindex.c:78 +#: ../lib/dbindex.c:76 #, c-format msgid "error removing record %s into %s" msgstr "%s kaydının %s dosyasından silinmesinde hata" -#: ../lib/depends.c:374 ../lib/depends.c:529 +#: ../lib/depends.c:373 ../lib/depends.c:528 #, c-format msgid "cannot read header at %d for dependency check" msgstr "bağımlılık sorgulaması için %d numaralı başlık okunamıyor" -#: ../lib/depends.c:439 +#: ../lib/depends.c:438 #, c-format msgid "dependencies: looking for %s\n" msgstr "" -#: ../lib/depends.c:622 +#: ../lib/depends.c:621 #, fuzzy, c-format msgid "package %s require not satisfied: %s\n" msgstr "%s paketi %s altında gözükmüyor" -#: ../lib/depends.c:665 +#: ../lib/depends.c:664 #, fuzzy, c-format msgid "package %s conflicts: %s\n" msgstr "%s paketi %s altında gözükmüyor" -#: ../lib/depends.c:764 +#: ../lib/depends.c:763 msgid "dbrecMatchesDepFlags() failed to read header" msgstr "" -#: ../lib/depends.c:816 +#: ../lib/depends.c:815 #, c-format msgid "loop in prerequisite chain: %s" msgstr "gerekenler zincirinde döngü: %s" -#: ../lib/falloc.c:128 +#: ../lib/falloc.c:127 #, c-format msgid "free list corrupt (%d)- contact support@redhat.com\n" msgstr "" -#: ../lib/formats.c:99 ../lib/formats.c:116 ../lib/formats.c:136 -#: ../lib/formats.c:168 ../lib/header.c:1925 ../lib/header.c:1941 -#: ../lib/header.c:1961 +#: ../lib/formats.c:97 ../lib/formats.c:114 ../lib/formats.c:134 +#: ../lib/formats.c:166 ../lib/header.c:1924 ../lib/header.c:1940 +#: ../lib/header.c:1960 msgid "(not a number)" msgstr "(üye değil)" -#: ../lib/fs.c:42 +#: ../lib/fs.c:40 #, c-format msgid "mntctl() failed to return fugger size: %s" msgstr "mntctl() çağrısı boyut bilgisi vermedi: %s" -#: ../lib/fs.c:76 ../lib/fs.c:238 +#: ../lib/fs.c:74 ../lib/fs.c:236 #, fuzzy, c-format msgid "failed to stat %s: %s" msgstr "%s açılamadı: %s" -#: ../lib/fs.c:117 +#: ../lib/fs.c:115 #, c-format msgid "failed to open %s: %s" msgstr "%s açılamadı: %s" -#: ../lib/fs.c:259 +#: ../lib/fs.c:257 #, c-format msgid "file %s is on an unknown device" msgstr "" -#: ../lib/header.c:666 +#: ../lib/header.c:665 #, c-format msgid "Data type %d not supprted\n" msgstr "" #. This should not be allowed -#: ../lib/header.c:878 +#: ../lib/header.c:877 msgid "grabData() RPM_STRING_TYPE count must be 1.\n" msgstr "" -#: ../lib/header.c:908 +#: ../lib/header.c:907 #, c-format msgid "Data type %d not supported\n" msgstr "" -#: ../lib/header.c:967 +#: ../lib/header.c:966 #, c-format msgid "Bad count for headerAddEntry(): %d\n" msgstr "" -#: ../lib/header.c:1281 +#: ../lib/header.c:1280 msgid "? expected in expression" msgstr "dizi içerisinde ? bekleniyordu" -#: ../lib/header.c:1288 +#: ../lib/header.c:1287 #, fuzzy msgid "{ expected after ? in expression" msgstr "dizi içerisinde ? den sonra { bekleniyordu" -#: ../lib/header.c:1298 ../lib/header.c:1330 +#: ../lib/header.c:1297 ../lib/header.c:1329 msgid "} expected in expression" msgstr "dizi içerisinde } bekleniyordu" -#: ../lib/header.c:1305 +#: ../lib/header.c:1304 msgid ": expected following ? subexpression" msgstr "? altdizisinden sonra : bekleniyordu" -#: ../lib/header.c:1318 +#: ../lib/header.c:1317 #, fuzzy msgid "{ expected after : in expression" msgstr "dizide : den sonra { bekleniyordu" -#: ../lib/header.c:1337 +#: ../lib/header.c:1336 msgid "| expected at end of expression" msgstr "dizinin sonunda | bekleniyordu" -#: ../lib/header.c:1431 +#: ../lib/header.c:1430 #, c-format msgid "missing { after %" msgstr "% den sonra eksik {" -#: ../lib/header.c:1459 +#: ../lib/header.c:1458 msgid "missing } after %{" msgstr "%{ den sonra eksik }" -#: ../lib/header.c:1471 +#: ../lib/header.c:1470 msgid "empty tag format" msgstr "boş tag tanımlaması" -#: ../lib/header.c:1481 +#: ../lib/header.c:1480 msgid "empty tag name" msgstr "boş tag ismi" -#: ../lib/header.c:1496 +#: ../lib/header.c:1495 msgid "unknown tag" msgstr "bilinmeyen tag" -#: ../lib/header.c:1522 +#: ../lib/header.c:1521 msgid "] expected at end of array" msgstr "dizinin sonunda ] bekleniyordu" -#: ../lib/header.c:1538 +#: ../lib/header.c:1537 msgid "unexpected ]" msgstr "beklenmeyen ]" -#: ../lib/header.c:1540 +#: ../lib/header.c:1539 msgid "unexpected }" msgstr "beklenmeyen }" -#: ../lib/header.c:1615 ../lib/header.c:1621 ../lib/header.c:1804 +#: ../lib/header.c:1614 ../lib/header.c:1620 ../lib/header.c:1803 msgid "(none)" msgstr "(hiçbiri)" -#: ../lib/header.c:1715 +#: ../lib/header.c:1714 msgid "(unknown type)" msgstr "(bilinmeyen tip)" -#: ../lib/install.c:96 +#: ../lib/install.c:95 msgid "source package expected, binary found" msgstr "" -#: ../lib/install.c:168 +#: ../lib/install.c:167 #, fuzzy msgid "package is not relocatable" msgstr "%s pakedi yüklenmemiş\n" -#: ../lib/install.c:172 +#: ../lib/install.c:171 msgid "package has multiple relocatable components" msgstr "" -#: ../lib/install.c:195 +#: ../lib/install.c:194 #, fuzzy, c-format msgid "path %s is not relocatable" msgstr "%s pakedi yüklenmemiş\n" -#: ../lib/install.c:277 +#: ../lib/install.c:276 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: ../lib/install.c:325 +#: ../lib/install.c:324 #, fuzzy, c-format msgid "not installing %s -- linguas\n" msgstr "%s yükleniyor\n" -#: ../lib/install.c:347 +#: ../lib/install.c:346 #, c-format msgid "user %s does not exist - using root" msgstr "" -#: ../lib/install.c:355 +#: ../lib/install.c:354 #, c-format msgid "group %s does not exist - using root" msgstr "" -#: ../lib/install.c:379 +#: ../lib/install.c:378 msgid "instchangelog value in rpmrc should be a number, but isn't" msgstr "" -#: ../lib/install.c:455 ../lib/install.c:735 +#: ../lib/install.c:454 ../lib/install.c:734 msgid "stopping install as we're running --test\n" msgstr "" -#: ../lib/install.c:486 +#: ../lib/install.c:485 #, fuzzy, c-format msgid "package %s-%s-%s is for a different architecture" msgstr "Paket %s-%s-%s ortak (shared) dosyalar içeriyor\n" -#: ../lib/install.c:493 +#: ../lib/install.c:492 #, c-format msgid "package %s-%s-%s is for a different operating system" msgstr "" -#: ../lib/install.c:505 +#: ../lib/install.c:504 #, fuzzy, c-format msgid "package: %s-%s-%s files test = %d\n" msgstr "Paket %s-%s-%s ortak (shared) dosyalar içeriyor\n" #. no matches -#: ../lib/install.c:569 +#: ../lib/install.c:568 #, fuzzy, c-format msgid "package %s is now obsolete and will be removed\n" msgstr "%s pakedi yüklenmemiş\n" -#: ../lib/install.c:680 +#: ../lib/install.c:679 #, c-format msgid "file %s in netshared path\n" msgstr "" -#: ../lib/install.c:697 +#: ../lib/install.c:696 #, c-format msgid "%s exists - creating with alternate name\n" msgstr "" -#: ../lib/install.c:702 +#: ../lib/install.c:701 #, c-format msgid "%s exists - backing up\n" msgstr "" -#: ../lib/install.c:741 +#: ../lib/install.c:740 msgid "running preinstall script (if any)\n" msgstr "" -#: ../lib/install.c:772 +#: ../lib/install.c:771 #, c-format msgid "warning: %s created as %s" msgstr "" -#: ../lib/install.c:806 +#: ../lib/install.c:805 #, c-format msgid "warning: %s saved as %s" msgstr "" -#: ../lib/install.c:810 ../lib/install.c:1520 ../lib/uninstall.c:590 +#: ../lib/install.c:809 ../lib/install.c:1519 ../lib/uninstall.c:589 #, c-format msgid "rename of %s to %s failed: %s" msgstr "%s 'nin isminin %s 'ye çevrilmesinde belirtilen hata oluştu: %s" -#: ../lib/install.c:911 +#: ../lib/install.c:910 msgid "running postinstall script (if any)\n" msgstr "" -#: ../lib/install.c:932 +#: ../lib/install.c:931 msgid "removing old versions of package\n" msgstr "" #. this would probably be a good place to check if disk space #. was used up - if so, we should return a different error -#: ../lib/install.c:1023 +#: ../lib/install.c:1022 #, c-format msgid "unpacking of archive failed on file %s: %d: %s" msgstr "" -#: ../lib/install.c:1061 +#: ../lib/install.c:1060 #, fuzzy, c-format msgid "package %s-%s-%s is already installed" msgstr "%s pakedi yüklenmemiş\n" -#: ../lib/install.c:1109 +#: ../lib/install.c:1108 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: ../lib/install.c:1127 +#: ../lib/install.c:1126 msgid "\tfile type on disk is different then package - saving\n" msgstr "" -#: ../lib/install.c:1130 +#: ../lib/install.c:1129 msgid "" "\tfile type in database is different then disk and package file - saving\n" msgstr "" -#: ../lib/install.c:1134 +#: ../lib/install.c:1133 msgid "\tfile type changed - replacing\n" msgstr "" -#: ../lib/install.c:1138 +#: ../lib/install.c:1137 msgid "\tcan't check file for changes - replacing\n" msgstr "" #. assume the file has been removed, don't freak -#: ../lib/install.c:1150 ../lib/install.c:1160 +#: ../lib/install.c:1149 ../lib/install.c:1159 msgid "\tfile not present - creating" msgstr "" #. this config file has never been modified, so #. just replace it -#: ../lib/install.c:1173 +#: ../lib/install.c:1172 msgid "\told == current, replacing with new version\n" msgstr "" #. this file is the same in all versions of this package -#: ../lib/install.c:1180 +#: ../lib/install.c:1179 msgid "\told == new, keeping\n" msgstr "" @@ -2618,130 +2618,130 @@ msgstr "" #. the ones in the two packages are different. It would #. be nice if RPM was smart enough to at least try and #. merge the difference ala CVS, but... -#: ../lib/install.c:1188 +#: ../lib/install.c:1187 msgid "\tfiles changed too much - backing up\n" msgstr "" -#: ../lib/install.c:1250 ../lib/rpmdb.c:310 ../lib/uninstall.c:118 -#: ../lib/uninstall.c:218 +#: ../lib/install.c:1249 ../lib/rpmdb.c:309 ../lib/uninstall.c:117 +#: ../lib/uninstall.c:217 #, c-format msgid "cannot read header at %d for uninstall" msgstr "%d numaralı paketin silmek için gereken 'header' kısmı okunamadı" -#: ../lib/install.c:1263 ../lib/uninstall.c:131 +#: ../lib/install.c:1262 ../lib/uninstall.c:130 #, c-format msgid "package %s-%s-%s contain shared files\n" msgstr "Paket %s-%s-%s ortak (shared) dosyalar içeriyor\n" -#: ../lib/install.c:1268 ../lib/uninstall.c:136 +#: ../lib/install.c:1267 ../lib/uninstall.c:135 #, fuzzy, c-format msgid "package %s contains no files" msgstr "Paket %s-%s-%s ortak (shared) dosyalar içeriyor\n" -#: ../lib/install.c:1290 ../lib/uninstall.c:159 +#: ../lib/install.c:1289 ../lib/uninstall.c:158 #, fuzzy, c-format msgid "file %s is shared\n" msgstr "%s açılamadı: %s" -#: ../lib/install.c:1306 +#: ../lib/install.c:1305 msgid "\told version already replaced\n" msgstr "" -#: ../lib/install.c:1309 +#: ../lib/install.c:1308 msgid "\tother version never installed\n" msgstr "" -#: ../lib/install.c:1317 +#: ../lib/install.c:1316 #, fuzzy, c-format msgid "%s conflicts with file from %s-%s-%s" msgstr ", %s-%s-%s ile çelişiyor\n" -#: ../lib/install.c:1336 +#: ../lib/install.c:1335 #, c-format msgid "%s from %s-%s-%s will be replaced\n" msgstr "" -#: ../lib/install.c:1400 +#: ../lib/install.c:1399 #, fuzzy msgid "installing a source package\n" msgstr "paket yüklemek" -#: ../lib/install.c:1416 ../lib/install.c:1421 +#: ../lib/install.c:1415 ../lib/install.c:1420 #, fuzzy, c-format msgid "cannot write to %s" msgstr "%s dosyası açılamıyor: " -#: ../lib/install.c:1425 +#: ../lib/install.c:1424 #, c-format msgid "sources in: %s\n" msgstr "" -#: ../lib/install.c:1426 +#: ../lib/install.c:1425 #, fuzzy, c-format msgid "spec file in: %s\n" msgstr "%s açılamadı: %s" -#: ../lib/install.c:1459 ../lib/install.c:1498 +#: ../lib/install.c:1458 ../lib/install.c:1497 #, fuzzy msgid "source package contains no .spec file" msgstr "<dosya> isimli dosyayı içeren paketi sorgulamak" -#: ../lib/install.c:1518 +#: ../lib/install.c:1517 #, c-format msgid "renaming %s to %s\n" msgstr "" -#: ../lib/install.c:1634 +#: ../lib/install.c:1633 #, fuzzy, c-format msgid "package %s-%s-%s (which is newer) is already installed" msgstr "Paket %s-%s-%s ortak (shared) dosyalar içeriyor\n" -#: ../lib/lookup.c:86 +#: ../lib/lookup.c:84 #, c-format msgid "cannot read header at %d for lookup" msgstr "%d kaydından başlık bilgisi okunamadı" -#: ../lib/macro.c:114 +#: ../lib/macro.c:113 #, c-format msgid "======================== active %d empty %d\n" msgstr "" #. XXX just in case -#: ../lib/macro.c:201 +#: ../lib/macro.c:200 #, c-format msgid "%3d>%*s(empty)" msgstr "" -#: ../lib/macro.c:236 +#: ../lib/macro.c:235 #, c-format msgid "%3d<%*s(empty)\n" msgstr "" -#: ../lib/macro.c:409 +#: ../lib/macro.c:408 msgid "Macro %%%s has unterminated body" msgstr "" -#: ../lib/macro.c:435 +#: ../lib/macro.c:434 msgid "Macro %%%s has illegal name (%%define)" msgstr "" -#: ../lib/macro.c:441 +#: ../lib/macro.c:440 msgid "Macro %%%s has unterminated opts" msgstr "" -#: ../lib/macro.c:446 +#: ../lib/macro.c:445 msgid "Macro %%%s has empty body" msgstr "" -#: ../lib/macro.c:451 +#: ../lib/macro.c:450 msgid "Macro %%%s failed to expand" msgstr "" -#: ../lib/macro.c:476 +#: ../lib/macro.c:475 msgid "Macro %%%s has illegal name (%%undefine)" msgstr "" -#: ../lib/macro.c:547 +#: ../lib/macro.c:548 msgid "Macro %%%s (%s) was not used below level %d" msgstr "" @@ -2783,501 +2783,501 @@ msgstr "%s açılamadı: %s" msgid "File %s is smaller than %d bytes" msgstr "" -#: ../lib/messages.c:53 +#: ../lib/messages.c:51 msgid "warning: " msgstr "uyarı: " -#: ../lib/messages.c:59 +#: ../lib/messages.c:57 msgid "error: " msgstr "hata: " -#: ../lib/messages.c:65 +#: ../lib/messages.c:63 msgid "fatal error: " msgstr "ölümcül hata: " -#: ../lib/messages.c:72 +#: ../lib/messages.c:70 msgid "internal error (rpm bug?): " msgstr "" -#: ../lib/misc.c:338 ../lib/misc.c:343 ../lib/misc.c:349 +#: ../lib/misc.c:337 ../lib/misc.c:342 ../lib/misc.c:348 #, fuzzy, c-format msgid "error creating temporary file %s" msgstr "%s dizinin oluşturulmasında hata: %s" -#: ../lib/oldheader.c:294 +#: ../lib/oldheader.c:293 msgid "bad file state: " msgstr "" -#: ../lib/package.c:51 +#: ../lib/package.c:50 msgid "package is a version one package!\n" msgstr "" -#: ../lib/package.c:54 +#: ../lib/package.c:53 msgid "old style source package -- I'll do my best\n" msgstr "" -#: ../lib/package.c:57 +#: ../lib/package.c:56 #, c-format msgid "archive offset is %d\n" msgstr "" -#: ../lib/package.c:67 +#: ../lib/package.c:66 msgid "old style binary package\n" msgstr "" -#: ../lib/package.c:98 +#: ../lib/package.c:97 msgid "" "only packages with major numbers <= 3 are supported by this version of RPM" msgstr "" "RPM'in bu sürümünde sadece major numarası <= 3 olan paketler destekleniyor" -#: ../lib/rebuilddb.c:15 +#: ../lib/rebuilddb.c:14 #, fuzzy, c-format msgid "rebuilding database in rootdir %s\n" msgstr "mevcut veritabanını kullanılarak veritabınını yeniden oluşturur" -#: ../lib/rebuilddb.c:19 ../lib/rpmdb.c:45 ../lib/rpmdb.c:58 +#: ../lib/rebuilddb.c:18 ../lib/rpmdb.c:44 ../lib/rpmdb.c:57 msgid "no dbpath has been set" msgstr "dbpath değeri girilmemiş" -#: ../lib/rebuilddb.c:27 +#: ../lib/rebuilddb.c:26 #, c-format msgid "temporary database %s already exists" msgstr "geçici veritabanı %s mevcut" -#: ../lib/rebuilddb.c:31 +#: ../lib/rebuilddb.c:30 #, fuzzy, c-format msgid "creating directory: %s\n" msgstr "%s dizinin oluşturulmasında hata: %s" -#: ../lib/rebuilddb.c:33 +#: ../lib/rebuilddb.c:32 #, c-format msgid "error creating directory %s: %s" msgstr "%s dizinin oluşturulmasında hata: %s" -#: ../lib/rebuilddb.c:39 +#: ../lib/rebuilddb.c:38 msgid "opening old database\n" msgstr "" -#: ../lib/rebuilddb.c:44 +#: ../lib/rebuilddb.c:43 msgid "opening new database\n" msgstr "" -#: ../lib/rebuilddb.c:53 ../lib/rebuilddb.c:71 +#: ../lib/rebuilddb.c:52 ../lib/rebuilddb.c:70 #, c-format msgid "record number %d in database is bad -- skipping it" msgstr "veritabanındaki %d numaralı kayıt hatalı -- atlanıyor" -#: ../lib/rebuilddb.c:65 +#: ../lib/rebuilddb.c:64 #, c-format msgid "cannot add record originally at %d" msgstr "%d de yer alan kayıt saklayamıyor" -#: ../lib/rebuilddb.c:82 +#: ../lib/rebuilddb.c:81 msgid "failed to rebuild database; original database remains in place\n" msgstr "" -#: ../lib/rebuilddb.c:89 +#: ../lib/rebuilddb.c:88 msgid "failed to replace old database with new database!\n" msgstr "" -#: ../lib/rebuilddb.c:91 +#: ../lib/rebuilddb.c:90 #, c-format msgid "replaces files in %s with files from %s to recover" msgstr "" -#: ../lib/rebuilddb.c:96 +#: ../lib/rebuilddb.c:95 #, fuzzy, c-format msgid "failed to remove %s: %s\n" msgstr "%s açılamadı: %s" -#: ../lib/rpmdb.c:113 +#: ../lib/rpmdb.c:112 #, c-format msgid "opening database in %s\n" msgstr "" # , c-format -#: ../lib/rpmdb.c:122 +#: ../lib/rpmdb.c:121 #, c-format msgid "failed to open %s\n" msgstr "%s 'ye erişimde hata oluştu\n" -#: ../lib/rpmdb.c:135 ../lib/rpmdb.c:142 +#: ../lib/rpmdb.c:134 ../lib/rpmdb.c:141 #, c-format msgid "cannot get %s lock on database" msgstr "Veritabanı için %s kilit (lock) alınamadı" -#: ../lib/rpmdb.c:136 +#: ../lib/rpmdb.c:135 msgid "exclusive" msgstr "özel" -#: ../lib/rpmdb.c:143 +#: ../lib/rpmdb.c:142 msgid "shared" msgstr "paylaşılan (shared)" -#: ../lib/rpmdb.c:276 +#: ../lib/rpmdb.c:275 #, c-format msgid "package %s not listed in %s" msgstr "%s paketi %s altında gözükmüyor" -#: ../lib/rpmdb.c:287 +#: ../lib/rpmdb.c:286 #, c-format msgid "package %s not found in %s" msgstr "%s pakedi %s içerisinde bulunamadı" -#: ../lib/rpmdb.c:318 +#: ../lib/rpmdb.c:317 msgid "package has no name" msgstr "pakedin adı yok :-)" -#: ../lib/rpmdb.c:320 +#: ../lib/rpmdb.c:319 msgid "removing name index\n" msgstr "" -#: ../lib/rpmdb.c:325 +#: ../lib/rpmdb.c:324 #, fuzzy msgid "package has no group\n" msgstr "pakedin adı yok :-)" -#: ../lib/rpmdb.c:327 +#: ../lib/rpmdb.c:326 msgid "removing group index\n" msgstr "" -#: ../lib/rpmdb.c:334 +#: ../lib/rpmdb.c:333 #, fuzzy, c-format msgid "removing provides index for %s\n" msgstr "%s kaydının %s dosyasından silinmesinde hata" -#: ../lib/rpmdb.c:349 +#: ../lib/rpmdb.c:348 #, fuzzy, c-format msgid "removing requiredby index for %s\n" msgstr "%s kaydının %s dosyasından silinmesinde hata" -#: ../lib/rpmdb.c:361 +#: ../lib/rpmdb.c:360 #, fuzzy, c-format msgid "removing trigger index for %s\n" msgstr "%s kaydının %s dosyasından silinmesinde hata" -#: ../lib/rpmdb.c:372 +#: ../lib/rpmdb.c:371 #, c-format msgid "removing conflict index for %s\n" msgstr "" -#: ../lib/rpmdb.c:383 +#: ../lib/rpmdb.c:382 #, c-format msgid "removing file index for %s\n" msgstr "" -#: ../lib/rpmdb.c:390 +#: ../lib/rpmdb.c:389 #, fuzzy msgid "package has no files\n" msgstr "pakedin adı yok :-)" # reservieren??? -#: ../lib/rpmdb.c:463 +#: ../lib/rpmdb.c:462 msgid "cannot allocate space for database" msgstr "Veritabanı için yer bulunamadı" -#: ../lib/rpmdb.c:527 +#: ../lib/rpmdb.c:526 #, c-format msgid "cannot read header at %d for update" msgstr "%d numaralı paketin güncelleme için gereken 'header' kısmı okunamadı" -#: ../lib/rpmdb.c:536 +#: ../lib/rpmdb.c:535 msgid "header changed size!" msgstr "" -#: ../lib/rpmlead.c:43 +#: ../lib/rpmlead.c:42 #, c-format msgid "read failed: %s (%d)" msgstr "okuma hatası: %s (%d)" -#: ../lib/rpmrc.c:212 +#: ../lib/rpmrc.c:211 #, c-format msgid "missing second ':' at %s:%d" msgstr "%s te ikinci ':' eksik:%d" -#: ../lib/rpmrc.c:215 +#: ../lib/rpmrc.c:214 #, c-format msgid "missing architecture name at %s:%d" msgstr "%s te eksik mimari tanımlaması:%d" -#: ../lib/rpmrc.c:352 +#: ../lib/rpmrc.c:359 #, c-format msgid "Incomplete data line at %s:%d" msgstr "%s te eksik data satırı:%d" -#: ../lib/rpmrc.c:356 +#: ../lib/rpmrc.c:363 #, c-format msgid "Too many args in data line at %s:%d" msgstr "%s te data satırında çok fazla argüman:%d" -#: ../lib/rpmrc.c:363 +#: ../lib/rpmrc.c:370 #, c-format msgid "Bad arch/os number: %s (%s:%d)" msgstr "Kötü arch/os numarası %s: (%s:%d)" -#: ../lib/rpmrc.c:396 +#: ../lib/rpmrc.c:403 #, c-format msgid "Incomplete default line at %s:%d" msgstr "%s te eksik default satırı:%d" -#: ../lib/rpmrc.c:401 +#: ../lib/rpmrc.c:408 #, c-format msgid "Too many args in default line at %s:%d" msgstr "%s te default satırında çok fazla argüman:%d" -#: ../lib/rpmrc.c:531 ../lib/rpmrc.c:547 +#: ../lib/rpmrc.c:542 ../lib/rpmrc.c:558 #, c-format msgid "Unable to open %s for reading: %s." msgstr "%s okuma erişimi için açılamadı:%s." -#: ../lib/rpmrc.c:591 +#: ../lib/rpmrc.c:602 #, c-format msgid "Failed to read %s: %s." msgstr "%s okunamadı: %s" -#: ../lib/rpmrc.c:622 +#: ../lib/rpmrc.c:633 #, c-format msgid "missing ':' at %s:%d" msgstr "%s te eksik ':' :%d" -#: ../lib/rpmrc.c:638 ../lib/rpmrc.c:733 +#: ../lib/rpmrc.c:649 ../lib/rpmrc.c:744 #, c-format msgid "missing argument for %s at %s:%d" msgstr "%s için %s te eksik argüman :%d" -#: ../lib/rpmrc.c:668 +#: ../lib/rpmrc.c:679 #, fuzzy, c-format msgid "no macroname for setenv %s:%d" msgstr "%s için %s te eksik argüman :%d" -#: ../lib/rpmrc.c:699 +#: ../lib/rpmrc.c:710 #, c-format msgid "expansion failed at %s:d \"%s\"" msgstr "" -#: ../lib/rpmrc.c:705 +#: ../lib/rpmrc.c:716 #, fuzzy, c-format msgid "cannot open %s at %s:%d" msgstr "%s dosyası açılamıyor: " -#: ../lib/rpmrc.c:723 +#: ../lib/rpmrc.c:734 #, c-format msgid "missing architecture for %s at %s:%d" msgstr "%s için %s te eksik mimari:%d" -#: ../lib/rpmrc.c:790 +#: ../lib/rpmrc.c:801 #, c-format msgid "bad option '%s' at %s:%d" msgstr "%s geçersiz seçenek %s:%d" -#: ../lib/rpmrc.c:1077 +#: ../lib/rpmrc.c:1166 #, c-format msgid "Unknown system: %s\n" msgstr "" -#: ../lib/rpmrc.c:1078 +#: ../lib/rpmrc.c:1167 msgid "Please contact rpm-list@redhat.com\n" msgstr "" -#: ../lib/signature.c:72 +#: ../lib/signature.c:71 #, fuzzy msgid "No signature\n" msgstr "%s: İmza bulunmuyor\n" -#: ../lib/signature.c:75 +#: ../lib/signature.c:74 #, fuzzy msgid "Old PGP signature\n" msgstr "PGP-imzası yaratır" -#: ../lib/signature.c:88 +#: ../lib/signature.c:87 msgid "Old (internal-only) signature! How did you get that!?" msgstr "Eski imza !!! Eee bunu nasıl başardın bakiiim ?" -#: ../lib/signature.c:92 +#: ../lib/signature.c:91 #, fuzzy msgid "New Header signature\n" msgstr "imzayı okumak mümkün olmadı" #. 8-byte pad -#: ../lib/signature.c:100 ../lib/signature.c:138 +#: ../lib/signature.c:99 ../lib/signature.c:137 #, c-format msgid "Signature size: %d\n" msgstr "" -#: ../lib/signature.c:101 ../lib/signature.c:139 +#: ../lib/signature.c:100 ../lib/signature.c:138 #, c-format msgid "Signature pad : %d\n" msgstr "" -#: ../lib/signature.c:211 ../lib/signature.c:468 +#: ../lib/signature.c:210 ../lib/signature.c:467 msgid "Couldn't exec pgp" msgstr "PGP çalıştırılamadı" -#: ../lib/signature.c:222 +#: ../lib/signature.c:221 msgid "pgp failed" msgstr "PGP hata verdi" #. PGP failed to write signature #. Just in case -#: ../lib/signature.c:229 +#: ../lib/signature.c:228 msgid "pgp failed to write signature" msgstr "PGP imzasının yazılması sırasında hata oluştu" -#: ../lib/signature.c:234 +#: ../lib/signature.c:233 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: ../lib/signature.c:242 +#: ../lib/signature.c:241 msgid "unable to read the signature" msgstr "imzayı okumak mümkün olmadı" -#: ../lib/signature.c:248 +#: ../lib/signature.c:247 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: ../lib/signature.c:263 +#: ../lib/signature.c:262 #, c-format msgid "sigsize : %d\n" msgstr "" -#: ../lib/signature.c:264 +#: ../lib/signature.c:263 #, c-format msgid "Header + Archive: %d\n" msgstr "" -#: ../lib/signature.c:265 +#: ../lib/signature.c:264 #, c-format msgid "expected size : %d\n" msgstr "" -#: ../lib/signature.c:269 +#: ../lib/signature.c:268 msgid "file is not regular -- skipping size check\n" msgstr "" -#: ../lib/signature.c:383 +#: ../lib/signature.c:382 #, fuzzy msgid "exec failed!\n" msgstr "%s: Erişilemedi\n" -#: ../lib/signature.c:385 +#: ../lib/signature.c:384 msgid "Could not run pgp. Use --nopgp to skip PGP checks." msgstr "PGP çalıştırılamadı. PGP kontrollerini atlamak için --nopgp kullanın." -#: ../lib/signature.c:419 +#: ../lib/signature.c:418 msgid "You must set \"pgp_name:\" in your rpmrc file" msgstr "rpmrc dosyanızda \"pgp_name:\" tanımlanmış olmalı" #. This shouldn't happen, but some versions of RPM didn't #. implement --justdb properly, and chose to leave this stuff #. out. -#: ../lib/uninstall.c:149 ../lib/uninstall.c:279 +#: ../lib/uninstall.c:148 ../lib/uninstall.c:278 msgid "package is missing FILESTATES\n" msgstr "" -#: ../lib/uninstall.c:164 +#: ../lib/uninstall.c:163 msgid " file has already been replaced\n" msgstr "" -#: ../lib/uninstall.c:168 +#: ../lib/uninstall.c:167 msgid " file was never installed\n" msgstr "" -#: ../lib/uninstall.c:172 +#: ../lib/uninstall.c:171 msgid " file is netshared (so don't touch it)\n" msgstr "" -#: ../lib/uninstall.c:179 +#: ../lib/uninstall.c:178 msgid " file is truely shared - saving\n" msgstr "" -#: ../lib/uninstall.c:229 +#: ../lib/uninstall.c:228 #, fuzzy, c-format msgid "cannot read packages named %s for uninstall" msgstr "%d numaralı paketin silmek için gereken 'header' kısmı okunamadı" -#: ../lib/uninstall.c:257 +#: ../lib/uninstall.c:256 #, c-format msgid "will remove files test = %d\n" msgstr "" -#: ../lib/uninstall.c:305 +#: ../lib/uninstall.c:304 #, c-format msgid "%s has a netshared override\n" msgstr "" -#: ../lib/uninstall.c:343 +#: ../lib/uninstall.c:342 msgid "running postuninstall script (if any)\n" msgstr "" -#: ../lib/uninstall.c:357 +#: ../lib/uninstall.c:356 msgid "removing database entry\n" msgstr "" -#: ../lib/uninstall.c:506 +#: ../lib/uninstall.c:505 msgid "execution of script failed" msgstr "betik (script) çalıştırılamadı " -#: ../lib/uninstall.c:551 +#: ../lib/uninstall.c:550 #, c-format msgid "%s has already been replaced\n" msgstr "" #. if it's a config file, we may not want to remove it -#: ../lib/uninstall.c:557 +#: ../lib/uninstall.c:556 #, c-format msgid "finding md5sum of %s\n" msgstr "" -#: ../lib/uninstall.c:565 +#: ../lib/uninstall.c:564 msgid " failed - assuming file removed\n" msgstr "" -#: ../lib/uninstall.c:568 +#: ../lib/uninstall.c:567 msgid " file changed - will save\n" msgstr "" -#: ../lib/uninstall.c:572 +#: ../lib/uninstall.c:571 msgid " file unchanged - will remove\n" msgstr "" -#: ../lib/uninstall.c:580 +#: ../lib/uninstall.c:579 #, fuzzy, c-format msgid "keeping %s\n" msgstr "%s alınıyor\n" -#: ../lib/uninstall.c:584 +#: ../lib/uninstall.c:583 #, c-format msgid "saving %s as %s.rpmsave\n" msgstr "" -#: ../lib/uninstall.c:598 +#: ../lib/uninstall.c:597 #, c-format msgid "%s - removing\n" msgstr "" -#: ../lib/uninstall.c:604 +#: ../lib/uninstall.c:603 #, c-format msgid "cannot remove %s - directory not empty" msgstr "%s silinemedi - belirtilen dizin boş değil" -#: ../lib/uninstall.c:607 +#: ../lib/uninstall.c:606 #, c-format msgid "rmdir of %s failed: %s" msgstr "%s dizinin silinmesinde belirtilen hata oluştu: %s" -#: ../lib/uninstall.c:617 +#: ../lib/uninstall.c:616 #, c-format msgid "removal of %s failed: %s" msgstr "%s 'in silinmesinde belirtilen hata oluştu: %s" -#: ../lib/verify.c:171 +#: ../lib/verify.c:170 msgid "package lacks both user name and id lists (this should never happen)" msgstr "" -#: ../lib/verify.c:189 +#: ../lib/verify.c:188 msgid "package lacks both group name and id lists (this should never happen)" msgstr "" @@ -6,7 +6,6 @@ #include "build/rpmbuild.h" -#include "intl.h" #include "query.h" #include "url.h" @@ -1,12 +1,8 @@ #include "system.h" -#include <getopt.h> -#include <locale.h> - #include "build/rpmbuild.h" #include "install.h" -#include <intl.h> #include "lib/signature.h" #include "query.h" #include "verify.h" @@ -1,13 +1,10 @@ #include "system.h" -#include <locale.h> - #include "build/rpmbuild.h" #include "build.h" #include "checksig.h" #include "install.h" -#include "intl.h" #include "lib/signature.h" #include "popt/popt.h" #include "query.h" @@ -580,8 +577,8 @@ int main(int argc, char ** argv) { /* set up the correct locale */ setlocale(LC_ALL, "" ); - bindtextdomain(RPMNLSPACKAGE, RPMNLSDIR); - textdomain(RPMNLSPACKAGE); + bindtextdomain(PACKAGE, LOCALEDIR); + textdomain(PACKAGE); /* Make a first pass through the arguments, looking for --rcfile */ /* as well as --arch and --os. We need to handle that before */ diff --git a/rpm2cpio.c b/rpm2cpio.c index ae978d3df..65cfd4353 100644 --- a/rpm2cpio.c +++ b/rpm2cpio.c @@ -2,7 +2,6 @@ #include "system.h" -#include "intl.h" #include "rpmlib.h" char *zlib_err [] = { diff --git a/rpmio/macro.c b/rpmio/macro.c index 769c5ff8f..826cddaab 100644 --- a/rpmio/macro.c +++ b/rpmio/macro.c @@ -11,7 +11,6 @@ #define RPMERR_BADSPEC stderr #define _(x) x #else -#include "intl.h" #include "rpmlib.h" #endif diff --git a/rpmio/messages.c b/rpmio/messages.c index fe75e70c7..0824f3086 100644 --- a/rpmio/messages.c +++ b/rpmio/messages.c @@ -4,8 +4,6 @@ #include "rpmlib.h" -#include "intl.h" - static int minLevel = RPMMESS_NORMAL; void rpmIncreaseVerbosity(void) { diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 8f3e3b4cf..917f9e6c4 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -71,7 +71,6 @@ CPP = @CPP@ DATADIRNAME = @DATADIRNAME@ FIXPERMS = @FIXPERMS@ GENCAT = @GENCAT@ -GETTEXTSTUB = @GETTEXTSTUB@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GT_NO = @GT_NO@ @@ -80,13 +79,11 @@ GZIPBIN = @GZIPBIN@ INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ INCPATH = @INCPATH@ INSTOBJEXT = @INSTOBJEXT@ -INTLDEF = @INTLDEF@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ LDFLAGS_STATIC = @LDFLAGS_STATIC@ LIBDL = @LIBDL@ -LIBINTL = @LIBINTL@ LIBMISC = @LIBMISC@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ @@ -99,7 +96,6 @@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ PACKAGE = @PACKAGE@ -PO = @PO@ POFILES = @POFILES@ POSUB = @POSUB@ RANLIB = @RANLIB@ @@ -111,7 +107,6 @@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ l = @l@ tmpdir = @tmpdir@ topdir = @topdir@ @@ -178,6 +178,10 @@ char *alloca (); #include <sys/wait.h> #endif +#if HAVE_GETOPT_H +#include <getopt.h> +#endif + #if HAVE_GRP_H #include <grp.h> #endif @@ -198,6 +202,26 @@ char *alloca (); #include <pwd.h> #endif +/* Take care of NLS matters. */ + +#if HAVE_LOCALE_H +# include <locale.h> +#endif +#if !HAVE_SETLOCALE +# define setlocale(Category, Locale) /* empty */ +#endif + +#if ENABLE_NLS +# include <libintl.h> +# define _(Text) gettext (Text) +#else +# undef bindtextdomain +# define bindtextdomain(Domain, Directory) /* empty */ +# undef textdomain +# define textdomain(Domain) /* empty */ +# define _(Text) Text +#endif + /* ============== from misc/miscfn.h */ #if HAVE_FNMATCH_H diff --git a/tools/Makefile.in b/tools/Makefile.in index 778c3cf2d..80937c7e8 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -71,7 +71,6 @@ CPP = @CPP@ DATADIRNAME = @DATADIRNAME@ FIXPERMS = @FIXPERMS@ GENCAT = @GENCAT@ -GETTEXTSTUB = @GETTEXTSTUB@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GT_NO = @GT_NO@ @@ -80,13 +79,11 @@ GZIPBIN = @GZIPBIN@ INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ INCPATH = @INCPATH@ INSTOBJEXT = @INSTOBJEXT@ -INTLDEF = @INTLDEF@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ LDFLAGS_STATIC = @LDFLAGS_STATIC@ LIBDL = @LIBDL@ -LIBINTL = @LIBINTL@ LIBMISC = @LIBMISC@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ @@ -99,7 +96,6 @@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ PACKAGE = @PACKAGE@ -PO = @PO@ POFILES = @POFILES@ POSUB = @POSUB@ RANLIB = @RANLIB@ @@ -111,7 +107,6 @@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ l = @l@ tmpdir = @tmpdir@ topdir = @topdir@ diff --git a/tools/dump.c b/tools/dump.c index 4fc36dc6d..0e14bb818 100644 --- a/tools/dump.c +++ b/tools/dump.c @@ -1,6 +1,5 @@ #include "system.h" -#include "intl.h" #include "rpmlib.h" int main(int argc, char ** argv) diff --git a/tools/dumpdb.c b/tools/dumpdb.c index 3da7427b1..dcbb343fd 100644 --- a/tools/dumpdb.c +++ b/tools/dumpdb.c @@ -1,6 +1,5 @@ #include "system.h" -#include "intl.h" #include "rpmlib.h" int main(int argc, char ** argv) diff --git a/tools/rpmarchive.c b/tools/rpmarchive.c index b8f83d394..73bfd5a21 100644 --- a/tools/rpmarchive.c +++ b/tools/rpmarchive.c @@ -5,7 +5,6 @@ #include "rpmlead.h" #include "signature.h" #include "header.h" -#include "intl.h" int main(int argc, char **argv) { diff --git a/tools/rpmchecksig.c b/tools/rpmchecksig.c index 7922717c2..645ab842e 100644 --- a/tools/rpmchecksig.c +++ b/tools/rpmchecksig.c @@ -6,7 +6,6 @@ #include "rpmlead.h" #include "signature.h" -#include "intl.h" int main(int argc, char **argv) { diff --git a/tools/rpmgettext.c b/tools/rpmgettext.c index fd6cf5d91..c8c728cd0 100644 --- a/tools/rpmgettext.c +++ b/tools/rpmgettext.c @@ -11,8 +11,6 @@ #include "signature.h" #include "header.h" -#include "intl.h" - #define MYDEBUG 2 #ifdef MYDEBUG diff --git a/tools/rpmheader.c b/tools/rpmheader.c index 7d750d695..07e1e7846 100644 --- a/tools/rpmheader.c +++ b/tools/rpmheader.c @@ -5,7 +5,6 @@ #include "rpmlead.h" #include "signature.h" #include "header.h" -#include "intl.h" int main(int argc, char **argv) { diff --git a/tools/rpmlead.c b/tools/rpmlead.c index ece6a47ed..38674c3f3 100644 --- a/tools/rpmlead.c +++ b/tools/rpmlead.c @@ -3,7 +3,6 @@ #include "system.h" #include "rpmlead.h" -#include "intl.h" int main(int argc, char **argv) { diff --git a/tools/rpmsignature.c b/tools/rpmsignature.c index 761c33ce4..caaa10660 100644 --- a/tools/rpmsignature.c +++ b/tools/rpmsignature.c @@ -4,7 +4,6 @@ #include "rpmlead.h" #include "signature.h" -#include "intl.h" int main(int argc, char **argv) { @@ -3,7 +3,6 @@ #include "build/rpmbuild.h" #include "ftp.h" -#include "intl.h" #include "url.h" struct pwcacheEntry { @@ -3,7 +3,6 @@ #include "build/rpmbuild.h" #include "install.h" -#include "intl.h" #include "query.h" #include "url.h" #include "verify.h" |