Sync with rpm-4.0.2.
CVS patchset: 4583
CVS date: 2001/02/27 21:30:27
./lib/cpio.c \
./lib/cpio.h \
./lib/db1.c \
+ ./lib/db2.c \
./lib/db3.c \
+ ./lib/dbconfig.c \
./lib/depends.c \
./lib/depends.h \
./lib/falloc.c \
./lib/rpmlibprov.c \
./lib/rpmrc.c \
./lib/scriptlet.c \
+ ./lib/scriptlet.h \
./lib/signature.c \
./lib/signature.h \
./lib/stringbuf.c \
# XXX top_builddir ldpaths are wrong building in tree
myLDADD = $(top_builddir)/build/librpmbuild.la $(top_builddir)/lib/librpm.la \
$(top_builddir)/rpmio/librpmio.la $(top_builddir)/popt/libpopt.la \
- @INTLLIBS@
+ @INTLLIBS@ @LIBMISC@
rpmbindir = `echo $(bindir) | sed -e s,usr/bin,bin,`
rpmbin_PROGRAMS = rpm
config.guess config.sub
rpmpopt-$(VERSION): rpmpopt
- cp $< $@
+ cp rpmpopt $@
noinst_HEADERS = \
acconfig.h build.h debug.h system.h
rpm_SOURCES = rpm.c
rpm_LDFLAGS = @LDFLAGS_STATIC@ $(myLDFLAGS)
-rpm_LDADD = $(myLDADD) @LIBMISC@
+rpm_LDADD = $(myLDADD)
rpmb_SOURCES = build.c
rpmb_LDFLAGS = $(myLDFLAGS)
rpmb_LDADD = rpmb.o $(myLDADD)
rpmb.o: rpmqv.c
- $(COMPILE) -DIAM_RPMBT -o $@ -c $<
+ $(COMPILE) -DIAM_RPMBT -o $@ -c rpmqv.c
rpmdb_SOURCES =
rpmdb_LDFLAGS = $(myLDFLAGS)
rpmdb_LDADD = rpmdb.o $(myLDADD)
rpmdb.o: rpmqv.c
- $(COMPILE) -DIAM_RPMDB -o $@ -c $<
+ $(COMPILE) -DIAM_RPMDB -o $@ -c rpmqv.c
rpmi_SOURCES =
rpmi_LDFLAGS = $(myLDFLAGS)
rpmi_LDADD = rpmi.o $(myLDADD)
rpmi.o: rpmqv.c
- $(COMPILE) -DIAM_RPMEIU -o $@ -c $<
+ $(COMPILE) -DIAM_RPMEIU -o $@ -c rpmqv.c
rpmk_SOURCES =
rpmk_LDFLAGS = $(myLDFLAGS)
rpmk_LDADD = rpmk.o $(myLDADD)
rpmk.o: rpmqv.c
- $(COMPILE) -DIAM_RPMK -o $@ -c $<
+ $(COMPILE) -DIAM_RPMK -o $@ -c rpmqv.c
rpmq_SOURCES =
rpmq_LDFLAGS = $(myLDFLAGS)
rpmq_LDADD = rpmq.o $(myLDADD)
rpmq.o: rpmqv.c
- $(COMPILE) -DIAM_RPMQV -o $@ -c $<
+ $(COMPILE) -DIAM_RPMQV -o $@ -c rpmqv.c
rpm2cpio_SOURCES = rpm2cpio.c
rpm2cpio_LDFLAGS = $(myLDFLAGS)
-rpm2cpio_LDADD = $(myLDADD) @LIBMISC@
+rpm2cpio_LDADD = $(myLDADD)
$(PROGRAMS): $(myLDADD) @WITH_APIDOCS_TARGET@
AC_MSG_CHECKING(flag used by libtool to link rpm)
if test X"$GCC" = Xyes ; then
case "$target" in
- *-*-solaris*) LDFLAGS_STATIC="";;
- *-*-hpux*) LDFLAGS_STATIC="";;
- *-*-*) LDFLAGS_STATIC="-all";;
+ *-*-solaris*) LDFLAGS_STATIC="-static";;
+ *-*-hpux*) LDFLAGS_STATIC="-static";;
+ *-*-sysv5uw*) LDFLAGS_STATUS="-static";; # Unixware has no shared libthread.
+ *-*-*) LDFLAGS_STATIC="-all-static";;
esac
elif test X"$CC" = Xcc ; then
case "$target" in
- *-*-linux*) LDFLAGS_STATIC="-all";;
- *-*-freebsd*) LDFLAGS_STATIC="-all";;
- *-*-osf*) LDFLAGS_STATIC="-all";;
- *-*-aix*) LDFLAGS_STATIC="";; # -Wl,-bnso doesn't seem to work...
- *-*-hpux*) LDFLAGS_STATIC="";;
- *-*-solaris*) LDFLAGS_STATIC="";;
- *-*-irix*) LDFLAGS_STATIC="";; #should be -non_shared, but can't
+ *-*-linux*) LDFLAGS_STATIC="-all-static";;
+ *-*-freebsd*) LDFLAGS_STATIC="-all-static";;
+ *-*-osf*) LDFLAGS_STATIC="";; # OSF5 has no shared pthreads libs
+ *-*-aix*) LDFLAGS_STATIC="-static";; # -Wl,-bnso doesn't seem to work...
+ *-*-hpux*) LDFLAGS_STATIC="-static";;
+ *-*-solaris*) LDFLAGS_STATIC="-static";;
+ *-*-irix*) LDFLAGS_STATIC="-static";; #should be -non_shared, but can't
# link because of crt1.o then.
- *-*-ultrix*) LDFLAGS_STATIC="-all";; #ultrix doesn't have shared libs.
- *-*-*) LDFLAGS_STATIC=""
+ *-*-ultrix*) LDFLAGS_STATIC="-all-static";; #ultrix doesn't have shared libs.
+ *-*-*) LDFLAGS_STATIC="-static"
AC_MSG_WARN([
Unable to guess what option to pass to $CC to generate a static
# just link it dynamically
LDFLAGS_STATIC=""
fi
-LDFLAGS_STATIC="${LDFLAGS} ${LDFLAGS_STATIC}-static" # libtool format
+LDFLAGS_STATIC="${LDFLAGS} ${LDFLAGS_STATIC}" # libtool format
AC_MSG_RESULT($LDFLAGS_STATIC)
AC_SUBST(LDFLAGS_STATIC)
dnl will fail.
AC_CHECK_LIB(port, writev)
-libpthread=""
-AC_CHECK_LIB(pthread, pthread_mutex_trylock,[libpthread="-lpthread"])
+libthread=""
+AC_CHECK_LIB(pthread, pthread_mutex_trylock, [libthread="-lpthread"], [
+ dnl OSF 5.0 has the the symbols prefixed with __ in libpthread.
+ AC_CHECK_LIB(pthread, __pthread_mutex_trylock, [libthread="-lpthread"])
+])
+
+if test "x$libthread" = "x"; then
+ # Try in libthread too.
+ AC_CHECK_LIB(thread, mutex_lock, [libthread="-lthread"])
+fi
DBLIBSRCS=""
libdb3=""
AC_CHECK_LIB(db-3.1, db_create, [DBLIBSRCS="$DBLIBSRCS db3.c"; libdb3="-ldb-3.1"],
AC_CHECK_LIB(db-3.0, db_create, [DBLIBSRCS="$DBLIBSRCS db3.c"; libdb3="-ldb-3.0"],
AC_CHECK_LIB(db, db_create, [DBLIBSRCS="$DBLIBSRCS db3.c"; libdb3="-ldb"],
- ,$libpthread)
- ,$libpthread)
- ,$libpthread)
+ ,$libthread)
+ ,$libthread)
+ ,$libthread)
)
dnl Check for Berkeley db2 API.
dnl Check for Berkeley db1 API retrofit to db2/db3 database.
dnl AC_CHECK_FUNC(dbopen, [DBLIBSRCS="$DBLIBSRCS db1.c falloc.c"],
-dnl AC_CHECK_LIB(db, dbopen, [DBLIBSRCS="$DBLIBSRCS db1.c"])
+dnl AC_CHECK_LIB(db, dbopen, [DBLIBSRCS="$DBLIBSRCS db1.c falloc.c"])
dnl )
-dnl Check for Berkeley db1 API in glibc.
-AC_CHECK_FUNC(dbopen, [DBLIBSRCS="$DBLIBSRCS db1.c falloc.c"],
- AC_CHECK_LIB(db1, dbopen, [DBLIBSRCS="$DBLIBSRCS db1.c falloc.c" ; libdb1="-ldb1"],
- AC_CHECK_LIB(db, dbopen, [DBLIBSRCS="$DBLIBSRCS db1.c falloc.c" ; libdb1="-ldb"])
- )
-)
+AC_MSG_CHECKING(whether to enable DB1 support)
+
+AC_ARG_ENABLE(db1,
+[ --disable-db1 Disable DB1 support ],
+[
+if test "$enableval" = "yes"; then
+ AC_MSG_RESULT(yes)
+ usedb1=yes
+else
+ AC_MSG_RESULT(no)
+ usedb1=no
+fi
+],[
+AC_MSG_RESULT(yes)
+usedb1=yes
+])
+
+if test "$usedb1" = "yes"; then
+ dnl Check for Berkeley db1 API in glibc.
+ AC_CHECK_FUNC(dbopen, [DBLIBSRCS="$DBLIBSRCS db3.c"],
+ AC_CHECK_LIB(db1, dbopen, [DBLIBSRCS="$DBLIBSRCS db1.c falloc.c" ; libdb1="-ldb1"],
+ AC_CHECK_LIB(db, dbopen, [DBLIBSRCS="$DBLIBSRCS db1.c falloc.c" ; libdb1="-ldb"])
+ )
+ )
+fi
if test X"$DBLIBSRCS" = X; then
AC_MSG_ERROR([sorry rpm requires libdb-3.x.a or libdb1.a (from the Berkeley db package)])
fi
-if test -n "$libdb3" -a -n "$libpthread" ; then
- AC_MSG_CHECKING(whether $libdb3 needs $libpthread)
+if test -n "$libdb3" -a -n "$libthread" ; then
+ AC_MSG_CHECKING(whether $libdb3 needs $libthread)
saveLIBS="$LIBS"
LIBS="$LIBS $libdb3"
AC_TRY_LINK_FUNC(db_create, AC_MSG_RESULT(no),
- [libdb3="$libdb3 $libpthread"; AC_MSG_RESULT(yes)])
+ [libdb3="$libdb3 $libthread"; AC_MSG_RESULT(yes)])
LIBS="$saveLIBS"
fi
AC_CHECK_FUNC(mntctl, AC_DEFINE(HAVE_MNTCTL),[
AC_CHECK_FUNC(getmntinfo_r, AC_DEFINE(HAVE_GETMNTINFO_R), [
AC_CHECK_LIB(c_r, getmntinfo_r, [LIBS="$LIBS -lc_r";
- AC_DEFINE(HAVE_GETMNTINFO_R)],
- LIBOBJS="$LIBOBJS getmntent.o")])])])
+ AC_DEFINE(HAVE_GETMNTINFO_R)], [
+ AC_DEFINE([USE_GETMNTENT], 1, [Defined if getmntent replacement is used])
+ LIBOBJS="$LIBOBJS getmntent.o"])])])])
AC_CHECK_FUNC(lchown,
[__CHOWN_RHF="%{__chown} -Rhf"
AC_SUBST(ROOT_GROUP)
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/'`
+ # For /usr and /usr/local, we want the 'var' directory to go
+ # in /var and /var/local respectively. For everything else,
+ # just put the 'var' directory in prefix/var.
+ case $prefix in
+ /usr | /usr/local )
+ varprefix=`echo $prefix | sed 's/usr/var/'` ;;
+ NONE)
+ varprefix=`echo $ac_default_prefix | sed 's/usr/var/'` ;;
+ *)
+ varprefix=$prefix/var ;;
+ esac
fi
AC_SUBST(varprefix)
noinst_HEADERS = \
cpio.h depends.h falloc.h fprint.h fsm.h hash.h \
md5.h psm.h \
- rpmdb.h rpmlead.h signature.h
+ rpmdb.h rpmlead.h scriptlet.h signature.h
mylibpaths = -L$(top_builddir)/lib/.libs -L$(top_builddir)/rpmio/.libs \
-L$(top_builddir)/popt/.libs
{ "ypbind", "yp-tools" },
{ "ghostscript-fonts", "ghostscript" },
/* 7.1 only */
- { "mozilla-psm", "mozilla" },
+ { "mozilla", "mozilla-psm" },
{ "arts", "kdelibs-sound" },
/* 7.0 only */
{ "pango-gtkbeta-devel", "pango-gtkbeta" },
return rc;
}
-/*
- * XXX gcc-2.96-60 on alpha (at least) needs ALPHA_LOSSAGE defined.
- *
- * Otherwise, the (mis-compilation?!) symptom is the inability to pass sig_type
- * correctly to rpmReadSignature(FD_t *fd, Header *header, short sig_type)
- * (Note: the short in both struct rpmlead and in the prototype).
- */
-#ifdef __alpha
-#define ALPHA_LOSSAGE
-#else
-#undef ALPHA_LOSSAGE
-#endif
-
int rpmReSign(rpmResignFlags add, char *passPhrase, const char **argv)
{
FD_t fd = NULL;
int res = EXIT_FAILURE;
rpmRC rc;
-#ifdef ALPHA_LOSSAGE
-l = malloc(sizeof(*l));
-#endif
tmprpm[0] = '\0';
while ((rpm = *argv++) != NULL) {
res = 0;
exit:
-if (l != &lead) free(l);
if (fd) manageFile(&fd, NULL, 0, res);
if (ofd) manageFile(&ofd, NULL, 0, res);
int res = 0;
rpmRC rc;
-#ifdef ALPHA_LOSSAGE
-l = malloc(sizeof(*l));
-#endif
while ((rpm = *argv++) != NULL) {
if (manageFile(&fd, &rpm, O_RDONLY, 0)) {
free((void *)sigtarget); sigtarget = NULL;
}
}
-if (l != &lead) free(l);
return res;
}
xx = dbiDel(dbi, dbcursor, &hdrNum, sizeof(hdrNum), 0);
xx = dbiCclose(dbi, dbcursor, 0);
dbcursor = NULL;
- /* XXX HACK sync is on the bt with multiple db access */
if (!dbi->dbi_no_dbsync)
xx = dbiSync(dbi, 0);
continue;
const void * valp;
size_t vallen;
+ /* Identify value pointer and length. */
+ switch (rpmtype) {
+ case RPM_CHAR_TYPE:
+ case RPM_INT8_TYPE:
+ vallen = sizeof(RPM_CHAR_TYPE);
+ valp = rpmvals + i;
+ break;
+ case RPM_INT16_TYPE:
+ vallen = sizeof(int_16);
+ valp = rpmvals + i;
+ break;
+ case RPM_INT32_TYPE:
+ vallen = sizeof(int_32);
+ valp = rpmvals + i;
+ break;
+ case RPM_BIN_TYPE:
+ vallen = rpmcnt;
+ valp = rpmvals;
+ rpmcnt = 1; /* XXX break out of loop. */
+ break;
+ case RPM_STRING_TYPE:
+ case RPM_I18NSTRING_TYPE:
+ rpmcnt = 1; /* XXX break out of loop. */
+ /*@fallthrough@*/
+ case RPM_STRING_ARRAY_TYPE:
+ default:
+ vallen = strlen(rpmvals[i]);
+ valp = rpmvals[i];
+ break;
+ }
+
/*
* This is almost right, but, if there are duplicate tag
* values, there will be duplicate attempts to remove
* the header instance. It's easier to just ignore errors
* than to do things correctly.
*/
- valp = rpmvals[i];
- vallen = strlen(rpmvals[i]);
xx = removeIndexEntry(dbi, dbcursor, valp, vallen, rec);
}
break;
}
- valp = rpmvals[i];
- vallen = strlen(rpmvals[i]);
+ /* Identify value pointer and length. */
+ switch (rpmtype) {
+ case RPM_CHAR_TYPE:
+ case RPM_INT8_TYPE:
+ vallen = sizeof(int_8);
+ valp = rpmvals + i;
+ break;
+ case RPM_INT16_TYPE:
+ vallen = sizeof(int_16);
+ valp = rpmvals + i;
+ break;
+ case RPM_INT32_TYPE:
+ vallen = sizeof(int_32);
+ valp = rpmvals + i;
+ break;
+ case RPM_BIN_TYPE:
+ vallen = rpmcnt;
+ valp = rpmvals;
+ rpmcnt = 1; /* XXX break out of loop. */
+ break;
+ case RPM_STRING_TYPE:
+ case RPM_I18NSTRING_TYPE:
+ rpmcnt = 1; /* XXX break out of loop. */
+ /*@fallthrough@*/
+ case RPM_STRING_ARRAY_TYPE:
+ default:
+ valp = rpmvals[i];
+ vallen = strlen(rpmvals[i]);
+ break;
+ }
+
rc += addIndexEntry(dbi, dbcursor, valp, vallen, rec);
}
xx = dbiCclose(dbi, dbcursor, 0);
dbcursor = NULL;
- /* XXX HACK sync is on the bt with multiple db access */
if (!dbi->dbi_no_dbsync)
xx = dbiSync(dbi, 0);
#endif
fprintf(stdout, "#");
- fflush(stdout);
hashesPrinted++;
}
fflush(stdout);
fprintf (stdout, "\n");
#endif
}
+ fflush(stdout);
}
}
s = headerSprintf(h, "%{NAME}-%{VERSION}-%{RELEASE}",
rpmTagTable, rpmHeaderFormats, NULL);
fprintf(stdout, "%s\n", s);
+ fflush(stdout);
}
free(s);
break;
case RPMCALLBACK_TRANS_PROGRESS:
case RPMCALLBACK_INST_PROGRESS:
- if (flags & INSTALL_PERCENT) {
+ if (flags & INSTALL_PERCENT)
fprintf(stdout, "%%%% %f\n", (total
? ((float) ((((float) amount) / total) * 100))
: 100.0));
- fflush(stdout);
- } else if (flags & INSTALL_HASH) {
+ else if (flags & INSTALL_HASH)
printHash(amount, total);
- }
+ fflush(stdout);
break;
case RPMCALLBACK_TRANS_START:
#endif
if (!(flags & INSTALL_LABEL))
break;
- if (flags & INSTALL_HASH) {
+ if (flags & INSTALL_HASH)
fprintf(stdout, "%-28s", _("Preparing..."));
- fflush(stdout);
- } else {
+ else
printf("%s\n", _("Preparing packages for installation..."));
- }
+ fflush(stdout);
break;
case RPMCALLBACK_TRANS_STOP:
if (headerp)
*headerp = NULL;
- /* XXX Yuck, see ALPHA_LOSSAGE in lib/rpmchecksig.c */
-#ifdef __alpha
- if (sig_type == RPMSIGTYPE_NONE) sig_type = RPMSIGTYPE_HEADERSIG;
-#endif
-
switch (sig_type) {
case RPMSIGTYPE_NONE:
rpmMessage(RPMMESS_DEBUG, _("No signature\n"));
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\n"
"PO-Revision-Date: 2000-08-23 22:24+0100\n"
"Last-Translator: Milan Kerslager <milan.kerslager@spsselib.hiedu.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8-bit\n"
-#: build.c:26
+#: build.c:25
#, fuzzy, c-format
msgid "cannot open rpm database in %s\n"
msgstr "nemohu otevøít databázi balíèkù v %s\n"
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr "chybné závislosti pøi sestavování:\n"
-#: build.c:65
+#: build.c:64
#, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr "Nelze otevøít spec soubor %s: %s\n"
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, fuzzy, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr "Nelze otevøít rouru pro tar: %s\n"
#. Give up
-#: build.c:149
+#: build.c:150
#, fuzzy, c-format
msgid "Failed to read spec file from %s\n"
msgstr "Nelze èíst spec soubor %s\n"
-#: build.c:177
+#: build.c:178
#, fuzzy, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr "Nelze pøejmenovat %s: na %s: %s\n"
-#: build.c:216
+#: build.c:217
#, fuzzy, c-format
msgid "failed to stat %s: %m\n"
msgstr "nemohu zjistit stav %s: %s"
-#: build.c:221
+#: build.c:222
#, fuzzy, c-format
msgid "File %s is not a regular file.\n"
msgstr "Soubor %s není obyèejný soubor\n"
-#: build.c:230
+#: build.c:231
#, fuzzy, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr "Nezdá se, ¾e by %s byl spec soubor.\n"
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr "Sestavuji cílové platformy: %s\n"
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr "Sestavuji pro cíl %s\n"
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr "rpm: %s\n"
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr "RPM verze %s\n"
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
#, fuzzy
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr "Copyright (c) 1998 - Red Hat Software"
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
#, fuzzy
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr "Tento program lze volnì ¹íøit podle podmínek GNU GPL."
-#: rpm.c:209
+#: rpm.c:224
msgid "Usage: rpm {--help}"
msgstr "pou¾ití: rpm {--help}"
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr " rpm {--version}"
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr " rpm {--initdb} [--dbpath <adr>]"
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
" [--replacepkgs] [--replacefiles] [--root <adr>]"
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr " [--excludedocs] [--includedocs] [--noscripts]"
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
" [--rcfile <soubor>] [--ignorearch] [--dbpath <adr>]"
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
" [--prefix <adr>] [--ignoreos] [--nodeps] [--allfiles]"
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr " [--ftpproxy <poèítaè>] [--ftpport <port>]"
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr " [--httpproxy <poèítaè>] [--httpport <port>]"
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
" [--justdb] [--noorder] [--relocate stará_cesta=nová]"
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
" [--badreloc] [--notriggers] [--excludepath <cesta>]"
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr " [--ignoresize] soubor1.rpm ... souborN.rpm"
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr " [--oldpackage] [--root <adr>] [--noscripts]"
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
" [--excludedocs] [--includedocs] [--rcfile <soubor>]"
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
" [--ignorearch] [--dbpath <adr>] [--prefix <adr>] "
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr " [--ftpproxy <poèítaè>] [--ftpport <port>]"
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
" [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr ""
" [--noorder] [--relocate stará_cesta=nová_cesta]"
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
" [--badreloc] [--excludepath <cesta>] [--ignoresize]"
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr " soubor1.rpm ... souborN.rpm"
-#: rpm.c:232
+#: rpm.c:247
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:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr " [--scripts] [--root <adr>] [--rcfile <soubor>]"
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr " [--whatprovides] [--whatrequires] [--requires]"
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
msgid " [--triggeredby]"
msgstr " [--triggeredby]"
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
msgid " [--provides] [--triggers] [--dump]"
msgstr " [--provides] [--triggers] [--dump]"
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr " [--changelog] [--dbpath <adr>] [cíle]"
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr " rpm {--verify -V -y} [-afpg] [--root <adr>] [--rcfile <soubor>]"
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
" [--dbpath <adr>] [--nodeps] [--nofiles] [--noscripts]"
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr " [--nomd5] [cíle]"
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr " rpm {--setperms} [-afpg] [cíl]"
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr " rpm {--setugids} [-afpg] [cíl]"
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr " rpm {--freshen -F} soubor1.rpm ... souborN.rpm"
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
" rpm {--erase -e} [--root <adr>] [--noscripts] [--rcfile <soubor>]"
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr " [--dbpath <adr>] [--nodeps] [--allmatches]"
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr ""
" [--justdb] [--notriggers] balíèek1 ... balíèekN"
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
" rpm {--resign} [--rcfile <soubor>] balíèek1 balíèek2 ... balíèekN"
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
" rpm {--addsign} [--rcfile <soubor>] balíèek1 balíèek2 ... balíèekN"
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr " balíèek1 ... balíèekN"
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr " rpm {--rebuilddb} [--rcfile <soubor>] [--dbpath <adr>]"
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr " rpm {--querytags}"
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
msgid "Usage:"
msgstr "pou¾ití:"
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr "vypsat tuto zprávu"
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr "vypsat pou¾ívanou verzi rpm"
-#: rpm.c:295
+#: rpm.c:310
msgid " All modes support the following arguments:"
msgstr " v¹echny re¾imy podporují tyto parametry:"
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr " --define '<jméno> <tìlo>'"
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr "definování makra <jméno> s obsahem <tìlo>"
-#: rpm.c:298
+#: rpm.c:313
msgid " --eval '<name>+' "
msgstr " --pipe <pøíkaz> "
-#: rpm.c:299
+#: rpm.c:314
msgid "print the expansion of macro <name> to stdout"
msgstr "vypsat pou¾ívanou verzi rpm"
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr " --pipe <pøíkaz> "
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr "odeslat stdout do <pøíkazu>"
-#: rpm.c:302
+#: rpm.c:317
msgid " --rcfile <file> "
msgstr " --rcfile <soubor> "
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr "pou¾ijte <soubor> místo /etc/rpmrc a $HOME/.rpmrc"
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr "zobrazit finální konfiguraci rpmrc a maker"
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr "o nìco upovídanìj¹í reøim"
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr "velmi upovídaný re¾im (pro ladìní)"
-#: rpm.c:312
+#: rpm.c:327
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
" instalace, aktualizace a dotazy (s -p) mohou pou¾ívat URL na místìURL"
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr " jmen souborù stejnì jako následující volby:"
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr " --ftpproxy <poèítaè> "
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr "název poèítaèe nebo IP adresa ftp proxy"
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr " --ftpport <port> "
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr "èíslo portu serveru ftp (nebo proxy)"
-#: rpm.c:318
+#: rpm.c:333
msgid " --httpproxy <host> "
msgstr " --httpproxy <poèítaè>"
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr "název poèítaèe nebo IP adresa http proxy"
-#: rpm.c:320
+#: rpm.c:335
msgid " --httpport <port> "
msgstr " --httpport <port> "
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr "èíslo portu http serveru (nebo proxy)"
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr "re¾im dotazù"
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr " --dbpath <adr> "
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr "pou¾ít <adr> jako adresáø pro databázi"
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr " --queryformat <qfmt>"
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
msgid "use <qfmt> as the header format (implies --info)"
msgstr "pou¾ít <qfmt> jako hlavièkový formát (implikuje -i)"
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr " --root <adr> "
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr "pou¾ít <adr> jako adresáø nejvy¹¹í úrovnì"
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr " Volby pro specifikaci balíèku:"
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr "dotázat v¹echny balíèky"
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr " -f <soubor>+ "
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr "dotaz na balíèek vlastnící <soubor>"
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr " -p <soubor_balíèku>+ "
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr "dotaz na (nenainstalovaný) balíèek <soubor_balíèku>"
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr " --triggeredby <balíèek>"
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr "dotazy na balíèky aktivované <balíèkem>"
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr " --whatprovides <cap>"
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr "dotaz na balíèky poskytující schopnost <cap>"
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr " --whatrequires <cap>"
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr "dotaz na balíèky vy¾adující schopnost <sch>"
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr " Volby pro vybìr informací:"
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr "zobrazit informace o balíèku"
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr "zobrazit záznamy o zmìnách balíèku"
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr "zobrazit seznam souborù v balíèku"
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr "zobrazit stavy souborù (implikuje -l)"
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr "vypsat pouze soubory s dokumentací (implikuje -l)"
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr "vypsat pouze konfiguraèní soubory (implikuje -l)"
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
"zobrazit v¹echny ovìøitelné údaje pro ka¾dý soubor (musí se pou¾ít s -l, -c "
"nebo -d)"
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr "uvést schopnosti poskytované balíèkem"
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr "uvést závislosti balíèku"
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr "vytisknout [de]instalaèní skripty"
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr "zobrazit spou¹tì (triggery) obsa¾ené v balíèku"
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
"ovìøit instalaci balíèku pou¾itím stejných voleb pro specifikaci balíèku, "
"jako pro -q"
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr "nekontrolovat závislosti balíèkù"
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr "nekontrolovat md5 souèty souborù"
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr "nekontrolovat atributy souborù"
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
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:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr " --install <balíèek>"
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr " -i <balíèek> "
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr "nainstalovat balíèek"
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr " --excludepath <cesta>"
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr "pøeskoèit soubory v cestì <cesta>"
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr " --relocate <stará_cesta>=<nová_cesta>"
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr "pøemístit soubory ze <staré_cesty> do <nové_cesty>"
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
msgid "relocate files in non-relocateable package"
msgstr "pøemístìní souborù v nepøemístitelném balíèku"
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr " --prefix <adr> "
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr "pøemístit soubory do <adr>, jsou-li pøemístitelné"
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr "neinstalovat dokumentaci"
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr "zkratka pro --replacepkgs --replacefiles"
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr "bìhem instalace balíèku zobrazit dvojité køí¾ky (dobré s -v)"
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
"nainstalovat v¹echny soubory i konfigurace, které by se jinak mohly vynechat"
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr "nekontrolovat architekturu balíèku"
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr "nekontrolovat volné místo na disku pøed instalací"
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr "nekontrolovat operaèní systém balíèku"
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr "nainstalovat dokumentaci"
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr "upravit databázi, ale neupravovat systém souborovù"
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr "pro vyøe¹ení závislostí nemìnit poøadí instalace balíèkù"
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr "nespou¹tìt ¾ádné instalaèní skripty"
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr "nespou¹tìt ¾ádné skripty aktivované tímto balíèkem"
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr "bìhem instalace balíèku zobrazit procenta"
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr "instalovat, i kdy¾ balíèek pøepí¹e existující soubory"
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr "pøeinstalovat, i kdy¾ je ji¾ balíèek pøítomen"
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr "neinstalovat ale sdìlit, zda-li by to fungovalo èi nikoli"
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr " --upgrade <balíèek>"
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr " -U <balíèek> "
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr "aktualizovat balíèek (stejné volby jako --install, plus)"
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
"aktualizovat na starou verzi balíèku (--force to dìlá pøi aktualizacích "
"automaticky)"
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr " --erase <balíèek>"
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr "smazat (deinstalovat) balíèek"
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
"odstranit v¹echny balíèky odpovídající <balíèku> (obvykle se generuje chyba, "
"specifikuje-li <balíèek> více balíèkù)"
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr "nespou¹tìt ¾ádné skripty urèené pro balíèky"
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr " -b<etapa> <spec> "
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr " -t<etapa> <tarball> "
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr "sestavit balíèek, kde <etapa> je jedna z:"
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr "pøíprava (rozbalí zdroje a aplikuje záplaty)"
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr "kontrola seznamù (provede zbì¾né kontroly %files)"
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr "kompilace (pøíprava a kompilace)"
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr "instalace (pøíprava, kompilace a instalace)"
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr "binární balíèek (pøíprava, kompilace, instalace, zabalení)"
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr "bin/src balíèek (pøíprava, kompilace, instalace, zabalení)"
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr "pøeskoèit pøímo na urèenou etapu (pouze pro c,i)"
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr "po dokonèení odstranit sestavovací strom"
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr "po dokonèení odstranit zdrojové kódy"
-#: rpm.c:486
+#: rpm.c:501
msgid "remove spec file when done"
msgstr "po dokonèení odstranit spec soubor"
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr "generovat PGP/GPG podpis"
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr " --buildroot <adr> "
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr "pou¾ít <adr> jako koøen pro sestavení"
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr " --target=<platforma>+"
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr "sestavit balíèek pro cíl platforma1...platformaN."
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr "nespou¹tìt ¾ádné etapy"
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr " --timecheck <sec> "
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr "nastavit èasovou kontrolu na <sec> sekund (0 ji deaktivuje)"
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr " --rebuild <zdroj_balíèek> "
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
"instalovat zdrojový balíèek, sestavit binární balíèek, odstranit spec "
"soubor, zdrojové kódy, záplaty a ikony."
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr " --recompile <zdroj_balíèek> "
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr "jako --rebuild, ale nesestavovat balíèky"
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr " --resign <balíèek>+ "
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr "podepsat balíèek (zahodit aktuální podpis)"
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr " --addsign <balíèek>+ "
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr "pøidat do balíèku podpis"
-#: rpm.c:508
+#: rpm.c:523
msgid " --checksig <pkg>+"
msgstr " --checksig <balíèek>+"
-#: rpm.c:509
+#: rpm.c:524
msgid " -K <pkg>+ "
msgstr " --K <balíèek>+ "
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr "ovìøit podpis v balíèku"
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr "vynechat pøípadné PGP podpisy"
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr "vynechat pøípadné GPG podpisy"
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr "vynechat pøípadné MD5 souèty"
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr "zajistit, aby existovala platná databáze"
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr "znovu vytvoøit databázi z existující databáze"
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
"nastavit oprávnìní k souborùm podle údajù v databázi balíèkù pomocí stejných "
"voleb pro specifikaci balíèku, jako pro -q"
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
"nastavit vlastníka a skupinu vlastnící soubor podle údajù v databázi balíèkù "
"pomocí stejných voleb pro specifikaci balíèku, jako pro -q"
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr "specifikovat lze jen jeden hlavní re¾im"
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr "-u a --uninstall jsou zastaralé a ji¾ je nelze pou¾ít.\n"
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr "Pou¾ijte volbu -e nebo --erase.\n"
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr "pøemístìní musejí zaèínat znakem /"
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr "pøemístìní musejí obsahovat ="
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr "pøemístìní musejí mít za znakem = znak /"
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr "vynechané cesty musí zaèínat znakem /"
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr "Interní chyba pøi zpracování parametrù (%d) :-(\n"
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr "najednou lze provést jen jeden typ dotazu èi ovìøení"
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr "neoèekávaný pøíznak pro dotaz"
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr "neoèekávaný formát dotazu"
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr "neoèekávaný zdroj dotazu"
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr ""
"vynucena mù¾e být jen instalace, aktualizace, smazání zdrojových kódù a spec "
"souboru"
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
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:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr "pou¾ít lze jen jeden z parametrù --prefix nebo --relocate"
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
"--relocate a --excludepath je mo¾no pou¾ít jen pøi instalaci nových balíèkù"
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr "--prefix je mo¾no pou¾ít jen pøi instalaci nových balíèkù"
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr "parametry pro --prefix musejí zaèínat znakem /"
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr "--hash (-h) mù¾e být pou¾it jen pøi instalaci balíèkù"
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr "--percent mù¾e být pou¾it jen pøi instalaci balíèkù"
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr "--replacefiles mù¾e být pou¾it jen pøi instalaci balíèkù"
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr "--replacepkgs mù¾e být pou¾it jen pøi instalaci balíèkù"
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr "--excludedocs mù¾e být pou¾it jen pøi instalaci balíèkù"
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr "--includedocs mù¾e být pou¾it jen pøi instalaci balíèkù"
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr "pou¾ít lze jen jeden z parametrù --excludedocs a --includedocs"
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr "--ignorearch mù¾e být pou¾it jen pøi instalaci balíèkù"
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr "--ignoreos mù¾e být pou¾it jen pøi instalaci balíèkù"
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr "--ignoresize mù¾e být pou¾it jen pøi instalaci balíèkù"
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr "--allmatches mù¾e být pou¾it jen pøi instalaci balíèkù"
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr "--allfiles mù¾e být pou¾it jen pøi instalaci balíèkù"
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr "--justdb mù¾e být pou¾it jen pøi instalaci a odstraòování balíèkù"
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
"--noscripts mù¾e být pou¾it jen pøi instalaci, odstraòování nebo kontrole "
"balíèkù"
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
"--notriggers mù¾e být pou¾it jen pøi instalaci, odstraòování nebo kontrole "
"balíèkù"
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"recompilation, installation,erasure, and verification"
"--nodeps mù¾e být pou¾it jen pøi sestavování, rekompilaci, instalaci, "
"odstraòování a kontrole"
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr "--test mù¾e být pou¾it jen pøi instalaci, odstraòování a sestavování"
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
"--root (-r) mù¾e být pou¾it jen pøi instalaci, odstraòování, dotazech nebo "
"znovuvytvoøení databáze"
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr "parametry pro --root (-r) musejí zaèínat znakem /"
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr "--oldpackage lze pou¾ít jen pøi aktualizacích"
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr "--nopgp lze pou¾ít jen pøi kontrole podpisù"
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr "--nogpg lze pou¾ít jen pøi kontrole podpisù"
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr "--nomd5 mù¾e být pou¾it jen pøi kontrole podpisù a ovìøování balíèkù"
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr "¾ádné soubory k podepsání\n"
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr "pøístup k souboru %s se nezdaøil\n"
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr "pgp nenalezeno: "
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr "Vlo¾te heslovou frázi: "
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr "Chybná heslová fráze\n"
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr "Heslová fráze je v poøádku.\n"
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr "©patná %%_signature spec v souboru maker.\n"
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr "--sign mù¾e být pou¾it jen pøi sestavování balíèkù"
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr "spu¹tìní selhalo\n"
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr "neoèekávané parametry pro --querytags "
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr "ke kontrole podpisu nezadány ¾ádné balíèky"
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr "k podepsání nezadány ¾ádné balíèky"
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr "nezadány ¾ádné balíèky pro odstranìní"
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr "nezadány ¾ádné balíèky pro instalaci"
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr "k dotazu na v¹echny balíèky zadány parametry navíc"
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr "k dotazu nezadány ¾ádné parametry"
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr "pro kontrolu v¹ech balíèkù zadány parametry navíc"
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr "pro kontrolu nezadány ¾ádné balíèky"
msgid "cannot re-open payload: %s\n"
msgstr "nemohu znovu otevøít payload: %s\n"
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
#, fuzzy
msgid "'<name> <body>'"
msgstr " --define '<jméno> <tìlo>'"
-#: rpmqv.c:159
+#: rpmqv.c:138
#, fuzzy
msgid "print macro expansion of <expr>+"
msgstr "vypsat pou¾ívanou verzi rpm"
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
#, fuzzy
msgid "rebuild database inverted lists from installed package headers"
msgstr "znovu vytvoøit databázi z existujících databázových hlavièek"
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
+msgstr ""
+
+#: rpmqv.c:234
#, fuzzy
-msgid "<package>"
+msgid "<package>+"
msgstr "¾ádné balíèky\n"
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr "pøeskoèit soubory s úvodní cestou <cesta> "
-#: rpmqv.c:267
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
#, fuzzy
-msgid "upgrade package if already installed"
+msgid "upgrade package(s) if already installed"
msgstr "balíèek %s-%s-%s je ji¾ nainstalován"
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
#, fuzzy
msgid "<packagefile>+"
msgstr " -p <soubor_balíèku>+ "
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
#, fuzzy
msgid "do not execute scripts (if any)"
msgstr "nespou¹tìt ¾ádné etapy"
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
msgid "don't execute any scriptlets triggered by this package"
msgstr "nespou¹tìt ¾ádné skripty aktivované tímto balíèkem"
-#: rpmqv.c:313
+#: rpmqv.c:279
#, fuzzy
-msgid "<oldpath>=<newpath>"
+msgid "relocate files from path <old> to <new>"
+msgstr "pøemístit soubory ze <staré_cesty> do <nové_cesty>"
+
+#: rpmqv.c:280
+#, fuzzy
+msgid "<old>=<new>"
msgstr " --relocate <stará_cesta>=<nová_cesta>"
-#: rpmqv.c:324
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
+msgstr ""
+
+#: rpmqv.c:291
#, fuzzy
-msgid "upgrade package"
+msgid "upgrade package(s)"
msgstr " --upgrade <balíèek>"
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
#, fuzzy
msgid "Signature options:"
msgstr "Velikost podpisu: %d\n"
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
+msgstr ""
+
+#: rpmqv.c:343
msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:413
+#: rpmqv.c:377
#, c-format
msgid "Usage: %s {--help}\n"
msgstr "Pou¾ití: %s {--help}\n"
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr " %s {--initdb} [--dbpath <adr>]\n"
-
-#: rpmqv.c:418
-#, fuzzy, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr " %s {--rebuilddb} [--rcfile <soubor>] [--dbpath <adr>]\n"
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-
-#: rpmqv.c:425
-#, fuzzy
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-" [--rcfile <soubor>] [--ignorearch] [--dbpath <adr>]"
-
-#: rpmqv.c:434
-#, fuzzy
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-" [--excludedocs] [--includedocs] [--rcfile <soubor>]"
-
-#: rpmqv.c:442
-#, fuzzy, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-" %s {--erase -e} [--root <adr>] [--noscripts] [--rcfile <soubor>]\n"
-
-#: rpmqv.c:449
-#, fuzzy
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr " [--scripts] [--root <adr>] [--rcfile <soubor>]"
-
-#: rpmqv.c:456
-#, fuzzy, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-" %s {--verify -V -y} [-afpg] [--root <adr>] [--rcfile <soubor>]\n"
-
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr " %s {--setperms} [-afpg] [cíl]\n"
-
-#: rpmqv.c:461
-#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr " %s {--setugids} [-afpg] [cíl]\n"
-
-#: rpmqv.c:465
-#, fuzzy, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
-msgstr ""
-" %s {--resign} [--rcfile <soubor>] balíèek1 balíèek2 ... balíèekN\n"
-
-#: rpmqv.c:466
-#, fuzzy, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
-msgstr ""
-" rpm {--addsign} [--rcfile <soubor>] balíèek1 balíèek2 ... balíèekN"
-
-#: rpmqv.c:467
-#, fuzzy, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
-msgstr ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <soubor>]\n"
-
-#: rpmqv.c:511
+#: rpmqv.c:448
msgid " All modes support the following options:"
msgstr " V¹echny re¾imy podporují tyto volby:"
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr " --define '<jméno> <tìlo>'"
-#: rpmqv.c:514
+#: rpmqv.c:451
#, fuzzy
msgid " --eval '<expr>+' "
msgstr " --eval '<pøíkaz>+' "
-#: rpmqv.c:515
+#: rpmqv.c:452
#, fuzzy
msgid "print the expansion of macro <expr> to stdout"
msgstr "vypsat pou¾ívanou verzi rpm"
-#: rpmqv.c:516
+#: rpmqv.c:453
msgid " --pipe <cmd> "
msgstr " --pipe <pøíkaz> "
-#: rpmqv.c:518
+#: rpmqv.c:455
#, fuzzy
msgid " --rcfile <file:...> "
msgstr " --rcfile <soubor> "
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
msgid " --dbpath <dir> "
msgstr " --dbpath <adr> "
-#: rpmqv.c:525
+#: rpmqv.c:462
msgid " --root <dir> "
msgstr " --root <adr> "
-#: rpmqv.c:535
+#: rpmqv.c:472
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
" Instalace, aktualizace a dotaz (s -p) mohou u¾ívat adresy ve tvaru URL"
-#: rpmqv.c:536
+#: rpmqv.c:473
msgid " of file names as well as the following options:"
msgstr " na místì jména souboru stejnì jako následující volby:"
-#: rpmqv.c:537
+#: rpmqv.c:474
msgid " --ftpproxy <host> "
msgstr " --ftpproxy <poèítaè> "
-#: rpmqv.c:539
+#: rpmqv.c:476
msgid " --ftpport <port> "
msgstr " --ftpport <port> "
-#: rpmqv.c:541
+#: rpmqv.c:478
msgid " --httpproxy <host> "
msgstr " --httpproxy <poèítaè> "
-#: rpmqv.c:543
+#: rpmqv.c:480
msgid " --httpport <port> "
msgstr " --httpport <port> "
-#: rpmqv.c:549
+#: rpmqv.c:486
msgid " Package specification options:"
msgstr " Volby pro specifikaci balíèku:"
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
msgid "query/verify all packages"
msgstr "dotázat/ovìøit v¹echny balíèky"
-#: rpmqv.c:552
+#: rpmqv.c:489
msgid " -f <file>+ "
msgstr " -f <soubor>+ "
-#: rpmqv.c:553
+#: rpmqv.c:490
msgid "query/verify package owning <file>"
msgstr "dotaz/ovìøení balíèku vlastnícího <soubor>"
-#: rpmqv.c:554
+#: rpmqv.c:491
msgid " -p <packagefile>+ "
msgstr " -p <soubor_balíèku>+ "
-#: rpmqv.c:555
+#: rpmqv.c:492
msgid "query/verify (uninstalled) package <packagefile>"
msgstr "dotaz/ovìøení (nenainstalovaného) balíèku <soubor_balíèku>"
-#: rpmqv.c:556
+#: rpmqv.c:493
msgid " --triggeredby <pkg> "
msgstr " --triggeredby <balíèek> "
-#: rpmqv.c:557
+#: rpmqv.c:494
msgid "query/verify packages triggered by <pkg>"
msgstr "dotaz/ovìøení balíèku aktivovaného <balíèkem>"
-#: rpmqv.c:558
+#: rpmqv.c:495
msgid " --whatprovides <cap> "
msgstr " --whatprovides <cap> "
-#: rpmqv.c:559
+#: rpmqv.c:496
msgid "query/verify packages which provide <cap> capability"
msgstr "dotaz/ovìøení balíèkù poskytujících schopnost <cap>"
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr " --whatrequires <cap> "
-#: rpmqv.c:561
+#: rpmqv.c:498
msgid "query/verify packages which require <cap> capability"
msgstr "dotaz/ovìøení balíèkù vy¾adujících schopnost <cap>"
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr " --queryformat <qfmt> "
-#: rpmqv.c:568
+#: rpmqv.c:505
msgid " Information selection options:"
msgstr " Volby pro vybìr informací:"
-#: rpmqv.c:584
+#: rpmqv.c:521
msgid "list capabilities provided by package"
msgstr "uvést schopnosti poskytované balíèkem"
-#: rpmqv.c:586
+#: rpmqv.c:523
msgid "list capabilities required by package"
msgstr "uvést schopnosti vy¾adované balíèkem"
-#: rpmqv.c:588
+#: rpmqv.c:525
msgid "print the various [un]install scriptlets"
msgstr "vytisknout [de]instalaèní skripty"
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr "zobrazit spou¹tì (triggery) obsa¾ené v balíèku"
-#: rpmqv.c:616
+#: rpmqv.c:553
msgid " --install <packagefile>"
msgstr " --install <balíèek>"
-#: rpmqv.c:617
+#: rpmqv.c:554
msgid " -i <packagefile> "
msgstr " -i <balíèek> "
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr " --excludepath <cesta> "
-#: rpmqv.c:647
+#: rpmqv.c:584
msgid "don't execute any installation scriptlets"
msgstr "nespou¹tìt ¾ádné instalaèní skripty"
-#: rpmqv.c:652
+#: rpmqv.c:589
msgid " --prefix <dir> "
msgstr " --prefix <adr> "
-#: rpmqv.c:654
+#: rpmqv.c:591
msgid " --relocate <oldpath>=<newpath>"
msgstr " --relocate <stará_cesta>=<nová_cesta>"
-#: rpmqv.c:663
+#: rpmqv.c:600
msgid " --upgrade <packagefile>"
msgstr " --upgrade <balíèek>"
-#: rpmqv.c:664
+#: rpmqv.c:601
msgid " -U <packagefile> "
msgstr " -U <balíèek> "
-#: rpmqv.c:669
+#: rpmqv.c:606
msgid " --erase <package>"
msgstr " --erase <balíèek>"
-#: rpmqv.c:688
+#: rpmqv.c:625
msgid " --resign <pkg>+ "
msgstr " --resign <balíèek>+ "
-#: rpmqv.c:690
+#: rpmqv.c:627
msgid " --addsign <pkg>+ "
msgstr " --addsign <balíèek>+ "
-#: rpmqv.c:693
+#: rpmqv.c:630
msgid " --checksig <pkg>+"
msgstr " --checksig <balíèek>+"
-#: rpmqv.c:694
+#: rpmqv.c:631
msgid " -K <pkg>+ "
msgstr " -K <balíèek>+ "
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr "inicializovat databázi (není potøeba, zpìtná kompatibilita)"
-#: rpmqv.c:709
+#: rpmqv.c:646
msgid "rebuild database indices from existing database headers"
msgstr "znovu vytvoøit databázi z existujících databázových hlavièek"
-#: rpmqv.c:996
+#: rpmqv.c:928
#, fuzzy
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr "Pou¾ijte volbu -e nebo --erase.\n"
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr "--dbpath zadána pro operaci, která databázi nepou¾ívá"
-#: rpmqv.c:1158
+#: rpmqv.c:1086
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr "----notriggers mù¾e být pou¾ito jen pøi instalaci nebo mazání balíèkù"
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr "ke znovusestavení nezadány ¾ádné balíèky"
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr "pro sestavení nezadány ¾ádné spec soubory"
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr "pro sestavení nezadány ¾ádné tar soubory"
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
#, fuzzy
msgid "Unable to open temp file.\n"
msgstr "Nelze otevøít doèasný soubor."
msgid "syntax error in expression\n"
msgstr "chyba syntaxe ve výrazu"
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr "TIMECHECK selhal: %s\n"
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, fuzzy, c-format
msgid "Missing '(' in %s %s\n"
msgstr "Chybí '(' v %s %s"
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, fuzzy, c-format
msgid "Missing ')' in %s(%s\n"
msgstr "Chybí ')' v %s(%s"
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, fuzzy, c-format
msgid "Invalid %s token: %s\n"
msgstr "Neplatný %s token: %s"
-#: build/files.c:379
+#: build/files.c:381
#, fuzzy, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr "Neprázdný znak následuje %s(): %s"
-#: build/files.c:417
+#: build/files.c:419
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr "©patná syntaxe: %s(%s)"
-#: build/files.c:427
+#: build/files.c:429
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr "©patná práva: %s(%s)"
-#: build/files.c:439
+#: build/files.c:441
#, fuzzy, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr "©patná práva adresáøe: %s(%s)"
-#: build/files.c:576
+#: build/files.c:578
#, fuzzy
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr "Neobvyklá délka locale: \"%.*s\" v %%lang(%s)"
-#: build/files.c:586
+#: build/files.c:588
#, fuzzy
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr "Duplicitní locale %.*s v %%lang(%s)"
-#: build/files.c:723
+#: build/files.c:725
#, fuzzy
msgid "Hit limit for %%docdir\n"
msgstr "Dosa¾en limit pro %%docdir"
-#: build/files.c:729
+#: build/files.c:731
#, fuzzy
msgid "Only one arg for %%docdir\n"
msgstr "Jen jeden parametr pro %%docdir"
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, fuzzy, c-format
msgid "Two files on one line: %s\n"
msgstr "Dav soubory na jednom øádku: %s"
-#: build/files.c:771
+#: build/files.c:773
#, fuzzy, c-format
msgid "File must begin with \"/\": %s\n"
msgstr "Soubor musí zaèínat \"/\": %s"
-#: build/files.c:783
+#: build/files.c:785
#, fuzzy
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr "Nelze míchat speciální %%doc s ostatnímí formáty: %s"
-#: build/files.c:949
+#: build/files.c:952
#, fuzzy, c-format
msgid "File listed twice: %s\n"
msgstr "Soubor uveden dvakrát: %s"
-#: build/files.c:1060
+#: build/files.c:1042
#, fuzzy, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr "Symbolická linka ukazuje na BuildRoot: %s -> %s"
-#: build/files.c:1155
+#: build/files.c:1229
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr "Soubor nesouhlasí s prefixem (%s): %s"
-#: build/files.c:1165
+#: build/files.c:1239
#, fuzzy, c-format
msgid "File not found: %s\n"
msgstr "Soubor nenalezen: %s"
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr "©patný vlastník/skupina: %s\n"
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "Soubor %4d: %07o %s.%s\t %s\n"
-#: build/files.c:1297
+#: build/files.c:1371
#, fuzzy, c-format
msgid "File needs leading \"/\": %s\n"
msgstr "Soubor potøebuje úvodní \"/\": %s"
-#: build/files.c:1327
+#: build/files.c:1401
#, fuzzy, c-format
msgid "File not found by glob: %s\n"
msgstr "Soubor nenalezen: %s"
-#: build/files.c:1382
+#: build/files.c:1455
#, fuzzy
msgid "Could not open %%files file %s: %s\n"
msgstr "Nemohu otevøít %%files soubor %s: %s"
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, fuzzy, c-format
msgid "line: %s\n"
msgstr "øádek: %s"
-#: build/files.c:1720
+#: build/files.c:1791
#, fuzzy, c-format
msgid "Bad file: %s: %s\n"
msgstr "©patný soubor: %s: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, fuzzy, c-format
msgid "Couldn't exec %s: %s\n"
msgstr "Nemohu spustit %s: %s"
-#: build/files.c:1794
+#: build/files.c:1864
#, fuzzy, c-format
msgid "Couldn't fork %s: %s\n"
msgstr "Nemohu provést fork %s: %s"
-#: build/files.c:1876
+#: build/files.c:1946
#, fuzzy, c-format
msgid "%s failed\n"
msgstr "%s selhalo"
-#: build/files.c:1880
+#: build/files.c:1950
#, fuzzy, c-format
msgid "failed to write all data to %s\n"
msgstr "Nemohu zapsat v¹echna data do %s"
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr "Hledám %s: (pou¾it %s)...\n"
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, fuzzy, c-format
msgid "Failed to find %s:\n"
msgstr "Selhalo vyhledání %s:"
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "Zpracovávám soubory: %s-%s-%s\n"
msgid "Could not canonicalize hostname: %s\n"
msgstr "Nemohu získat jméno poèítaèe: %s\n"
-#: build/pack.c:52
+#: build/pack.c:61
#, fuzzy, c-format
msgid "create archive failed on file %s: %s\n"
msgstr "vytváøení archívu selhalo na souboru %s: %s"
-#: build/pack.c:74
+#: build/pack.c:83
#, fuzzy, c-format
msgid "cpio_copy write failed: %s\n"
msgstr "zápis cpio_copy selhal: %s"
-#: build/pack.c:81
+#: build/pack.c:90
#, fuzzy, c-format
msgid "cpio_copy read failed: %s\n"
msgstr "ètení cpio_copy selhalo: %s"
-#: build/pack.c:165
+#: build/pack.c:174
#, fuzzy, c-format
msgid "Could not open PreIn file: %s\n"
msgstr "Nemohu otevøít PreIn soubor: %s"
-#: build/pack.c:172
+#: build/pack.c:181
#, fuzzy, c-format
msgid "Could not open PreUn file: %s\n"
msgstr "Nemohu otevøít PreUn soubor: %s"
-#: build/pack.c:179
+#: build/pack.c:188
#, fuzzy, c-format
msgid "Could not open PostIn file: %s\n"
msgstr "Nemohu otevøít PostIn soubor: %s"
-#: build/pack.c:186
+#: build/pack.c:195
#, fuzzy, c-format
msgid "Could not open PostUn file: %s\n"
msgstr "Nemohu otevøít PostUn soubor: %s"
-#: build/pack.c:194
+#: build/pack.c:203
#, fuzzy, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr "Nemohu otevøít VerifyScript soubor: %s"
-#: build/pack.c:209
+#: build/pack.c:218
#, fuzzy, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr "Nemohu otevøít soubor se spu¹tí (trigger): %s"
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr "readRPM: otevøení %s: %s\n"
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr "readRPM: ètení %s: %s\n"
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "readRPM: %s není RPM balíèek\n"
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr "readRPM: ètení hlavièky z %s\n"
-#: build/pack.c:382
+#: build/pack.c:396
#, fuzzy
msgid "Bad CSA data\n"
msgstr "©patná CSA data"
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr "Generuji podpis: %d\n"
-#: build/pack.c:433
+#: build/pack.c:447
#, c-format
msgid "Could not open %s: %s\n"
msgstr "Nemohu otevøít %s: %s\n"
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "Nemohu zapsat balíèek: %s"
-#: build/pack.c:485
+#: build/pack.c:499
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr "Nemohu otevøít cíl pro podepsání %s: %s"
-#: build/pack.c:495
+#: build/pack.c:509
#, fuzzy, c-format
msgid "Unable to read header from %s: %s\n"
msgstr "Nemohu pøeèíst ikonu %s: %s"
-#: build/pack.c:509
+#: build/pack.c:523
#, fuzzy, c-format
msgid "Unable to write header to %s: %s\n"
msgstr "Nemohu zapsat balíèek %s: %s"
-#: build/pack.c:519
+#: build/pack.c:533
#, fuzzy, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr "Nemohu pøeèíst ikonu %s: %s"
-#: build/pack.c:525
+#: build/pack.c:539
#, fuzzy, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr "Nemohu zapsat balíèek %s: %s"
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr "Zapsáno: %s\n"
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr "Nemohu vygenerovat jméno souboru pro balíèek %s: %s\n"
-#: build/pack.c:634
+#: build/pack.c:648
#, c-format
msgid "cannot create %s: %s\n"
msgstr "nemohu vytvoøit %s: %s\n"
msgid "Package has no %%description: %s\n"
msgstr "Balíèek nemá ¾ádné %%description: %s"
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr "archive = %s, fs = %s\n"
-
-#: build/spec.c:228
+#: build/spec.c:216
#, fuzzy, c-format
msgid "line %d: Bad number: %s\n"
msgstr "øádek %d: ©patné èíslo: %s"
-#: build/spec.c:234
+#: build/spec.c:222
#, fuzzy, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr "øádek %d: ©patné èíslo %s: %d"
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "øádek %d: ©patné èíslo %s: %s\n"
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr "Nemohu pøejmenovat %s na %s: %s\n"
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr "Nemohu provést unlink %s: %s\n"
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr "getNextHeader: %s\n"
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr "(chyba: 0x%x)"
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr "©patné magické èíslo"
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr "©patná nebo neèitelná hlavièka"
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr "Velikost hlavièky je pøili¹ velká"
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr "Neznámý typ souboru"
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr "Chybìjící hardlink"
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr "Interní chyba"
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr "selhal - "
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
+#, fuzzy, c-format
+msgid "db%d error(%d) from %s: %s\n"
+msgstr "db%d error(%d)"
+
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
+#, fuzzy, c-format
+msgid "db%d error(%d): %s\n"
+msgstr "db%d error(%d)"
+
+#: lib/db1.c:387
+#, c-format
+msgid "closed db file %s\n"
+msgstr "zavøen db soubor %s\n"
+
+#: lib/db1.c:390
+#, c-format
+msgid "removed db file %s\n"
+msgstr "odstranìn db soubor %s\n"
+
+#: lib/db1.c:421
+#, fuzzy, c-format
+msgid "bad db file %s\n"
+msgstr "¹patný db soubor %s"
+
+#: lib/db1.c:426
+#, c-format
+msgid "opening db file %s mode 0x%x\n"
+msgstr "otevírám db soubor %s mode 0x%x\n"
+
+#. XXX check errno validity
+#: lib/db1.c:449
+#, fuzzy, c-format
+msgid "cannot get %s lock on database\n"
+msgstr "nemohu zamknout databázi %s"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
+msgstr "výhradní"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
+msgstr "sdílený"
+
+#: lib/db2.c:145 lib/db3.c:130
+#, c-format
+msgid "closed db environment %s/%s\n"
+msgstr "uzavøeno DB prostøedí %s/%s\n"
+
+#: lib/db2.c:161 lib/db3.c:146
+#, c-format
+msgid "removed db environment %s/%s\n"
+msgstr "odstranìno db prostøedí %s/%s\n"
+
+#: lib/db2.c:198 lib/db3.c:183
+#, c-format
+msgid "opening db environment %s/%s %s\n"
+msgstr "otevírám db environment %s/%s %s\n"
+
+#: lib/db2.c:588 lib/db3.c:569
+#, c-format
+msgid "closed db index %s/%s\n"
+msgstr "uzavøen db index %s/%s\n"
+
+#: lib/db2.c:678 lib/db3.c:659
+#, c-format
+msgid "opening db index %s/%s %s mode=0x%x\n"
+msgstr "otevírám db index %s/%s %s mode=0x%x\n"
+
+#: lib/db2.c:784 lib/db3.c:764
+#, c-format
+msgid "cannot get %s lock on %s/%s\n"
+msgstr "nemohu zamknout databázi zámkem %s v %s/%s\n"
+
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
+msgstr "uzamèen db index %s/%s\n"
+
+#: lib/dbconfig.c:258
+#, fuzzy, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
+msgstr "dbiSetConfig: ignorována neznámá db volba: \"%s\"\n"
+
+#: lib/dbconfig.c:287
+#, c-format
+msgid "%s has invalid numeric value, skipped\n"
+msgstr "%s má neplatnou numerickou hodnotu, pøeskoèeno\n"
+
+#: lib/dbconfig.c:296
+#, c-format
+msgid "%s has too large or too small long value, skipped\n"
+msgstr "%s má moc velkou nebo moc malou long hodnotu, pøeskoèeno\n"
+
+#: lib/dbconfig.c:305
+#, c-format
+msgid "%s has too large or too small integer value, skipped\n"
+msgstr "%s má pøíli¹ velkou nebo moc malou celoèíselnou hodnotu, pøeskoèeno\n"
+
#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/depends.c:565
#, c-format
msgid ""
"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
"Závislost \"B\" potøebuje období (pøedpokládáno stejné jako \"A\")\n"
"\tA %s\tB %s\n"
-#: lib/depends.c:593
+#: lib/depends.c:594
#, c-format
msgid " %s A %s\tB %s\n"
msgstr " %s A %s\tB %s\n"
-#: lib/depends.c:949
+#: lib/depends.c:962
#, c-format
msgid "%s: %-45s YES (added files)\n"
msgstr "%s: %-45s ANO (pøidány soubory)\n"
-#: lib/depends.c:1008
+#: lib/depends.c:1021
#, c-format
msgid "%s: %-45s YES (added provide)\n"
msgstr "%s: %-45s ANO (pøidáno poskytuje)\n"
-#: lib/depends.c:1060
+#: lib/depends.c:1073
#, c-format
msgid "%s: %-45s %-3s (cached)\n"
msgstr "%s: %-45s %-3s (ke¹ováno)\n"
-#: lib/depends.c:1079
+#: lib/depends.c:1092
#, c-format
msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr "%s: %-45s ANO (rpmrc poskytuje)\n"
-#: lib/depends.c:1096
+#: lib/depends.c:1109
#, c-format
msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr "%s: %-45s ANO (rpmlib poskytuje)\n"
-#: lib/depends.c:1118
+#: lib/depends.c:1131
#, c-format
msgid "%s: %-45s YES (db files)\n"
msgstr "%s: %-45s ANO (db soubory)\n"
-#: lib/depends.c:1131
+#: lib/depends.c:1144
#, c-format
msgid "%s: %-45s YES (db provides)\n"
msgstr "%s: %-45s ANO (db poskytuje)\n"
-#: lib/depends.c:1145
+#: lib/depends.c:1158
#, fuzzy, c-format
msgid "%s: %-45s YES (db package)\n"
msgstr "%s: %-45s ANO (db soubory)\n"
-#: lib/depends.c:1161
+#: lib/depends.c:1174
#, c-format
msgid "%s: %-45s NO\n"
msgstr "%s: %-45s NE\n"
-#: lib/depends.c:1182
+#: lib/depends.c:1195
#, c-format
msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr "%s: (%s, %s) pøidáno do ke¹e závislostí.\n"
#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/depends.c:1256
#, c-format
msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr "balíèek %s-%s-%s má nesplnìné po¾adavky: %s\n"
#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/depends.c:1323
#, c-format
msgid "package %s conflicts: %s\n"
msgstr "balíèek %s koliduje: %s\n"
-#: lib/depends.c:1523
+#: lib/depends.c:1539
#, fuzzy, c-format
msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr "odstraòuji \"%s\" z indexu %s.\n"
#. Record all relations.
-#: lib/depends.c:1662
+#: lib/depends.c:1678
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1709
+#: lib/depends.c:1725
msgid "========== tsorting packages\n"
msgstr ""
-#: lib/depends.c:1754
+#: lib/depends.c:1770
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1803
+#: lib/depends.c:1819
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1834
+#: lib/depends.c:1850
msgid "========== continuing tsort ...\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
-#, fuzzy, c-format
-msgid "db%d error(%d) from %s: %s\n"
-msgstr "db%d error(%d)"
-
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
-#, fuzzy, c-format
-msgid "db%d error(%d): %s\n"
-msgstr "db%d error(%d)"
-
-#: lib/db1.c:387
+#: lib/falloc.c:141
#, c-format
-msgid "closed db file %s\n"
-msgstr "zavøen db soubor %s\n"
+msgid ""
+"free list corrupt (%u)- please run\n"
+"\t\"rpm --rebuilddb\"\n"
+"More information is available from http://www.rpm.org or the "
+"rpm-list@redhat.com mailing list\n"
+"if \"rpm --rebuilddb\" fails to correct the problem.\n"
+msgstr ""
+"poru¹en free list (%u) - spus»te prosím\n"
+"\t\"rpm --rebuilddb\"\n"
+"Pokud tento pøíkaz nevyøe¹í problém, naleznete více informací\n"
+"na http://www.rpm.org nebo v diskuzním listu rpm-list@redhat.com.\n"
-#: lib/db1.c:390
-#, c-format
-msgid "removed db file %s\n"
-msgstr "odstranìn db soubor %s\n"
+#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+msgid "(not a number)"
+msgstr "(není èíslo)"
-#: lib/db1.c:421
+#: lib/fs.c:69
#, fuzzy, c-format
-msgid "bad db file %s\n"
-msgstr "¹patný db soubor %s"
-
-#: lib/db1.c:426
-#, c-format
-msgid "opening db file %s mode 0x%x\n"
-msgstr "otevírám db soubor %s mode 0x%x\n"
-
-#. XXX check errno validity
-#: lib/db1.c:449
-#, fuzzy, c-format
-msgid "cannot get %s lock on database\n"
-msgstr "nemohu zamknout databázi %s"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
-msgstr "výhradní"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
-msgstr "sdílený"
-
-#: lib/db2.c:141
-#, c-format
-msgid "closed db environment %s/%s(%s)\n"
-msgstr "zavøeno db prostøedí %s/%s(%s)\n"
-
-#: lib/db2.c:153
-#, c-format
-msgid "removed db environment %s/%s(%s)\n"
-msgstr "smazáno db prostøedí %s/%s(%s)\n"
-
-#: lib/db2.c:190
-#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
-msgstr "otevøeno db prostøedí %s/%s(%s) %s\n"
-
-#: lib/db2.c:565
-#, c-format
-msgid "closed db index %s/%s(%s)\n"
-msgstr "zavøen db index %s/%s(%s)\n"
-
-#: lib/db2.c:643
-#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
-msgstr "otevøen db index %s/%s(%s) %s mode=0x%x\n"
-
-#: lib/db3.c:268
-#, fuzzy, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
-msgstr "dbiSetConfig: ignorována neznámá db volba: \"%s\"\n"
-
-#: lib/db3.c:297
-#, c-format
-msgid "%s has invalid numeric value, skipped\n"
-msgstr "%s má neplatnou numerickou hodnotu, pøeskoèeno\n"
-
-#: lib/db3.c:306
-#, c-format
-msgid "%s has too large or too small long value, skipped\n"
-msgstr "%s má moc velkou nebo moc malou long hodnotu, pøeskoèeno\n"
-
-#: lib/db3.c:315
-#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
-msgstr "%s má pøíli¹ velkou nebo moc malou celoèíselnou hodnotu, pøeskoèeno\n"
-
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
-msgstr "uzavøeno DB prostøedí %s/%s\n"
-
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
-msgstr "odstranìno db prostøedí %s/%s\n"
-
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
-msgstr "otevírám db environment %s/%s %s\n"
-
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
-msgstr "uzavøen db index %s/%s\n"
-
-#: lib/db3.c:1013
-#, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr "otevírám db index %s/%s %s mode=0x%x\n"
-
-#: lib/db3.c:1118
-#, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr "nemohu zamknout databázi zámkem %s v %s/%s\n"
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
-msgstr "uzamèen db index %s/%s\n"
-
-#: lib/falloc.c:141
-#, c-format
-msgid ""
-"free list corrupt (%u)- please run\n"
-"\t\"rpm --rebuilddb\"\n"
-"More information is available from http://www.rpm.org or the "
-"rpm-list@redhat.com mailing list\n"
-"if \"rpm --rebuilddb\" fails to correct the problem.\n"
-msgstr ""
-"poru¹en free list (%u) - spus»te prosím\n"
-"\t\"rpm --rebuilddb\"\n"
-"Pokud tento pøíkaz nevyøe¹í problém, naleznete více informací\n"
-"na http://www.rpm.org nebo v diskuzním listu rpm-list@redhat.com.\n"
-
-#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
-msgid "(not a number)"
-msgstr "(není èíslo)"
-
-#: lib/fs.c:69
-#, fuzzy, c-format
-msgid "mntctl() failed to return size: %s\n"
-msgstr "mntctl() nevrátil velikost polo¾ky fugger: %s"
+msgid "mntctl() failed to return size: %s\n"
+msgstr "mntctl() nevrátil velikost polo¾ky fugger: %s"
#: lib/fs.c:84
#, fuzzy, c-format
msgid "file %s is on an unknown device\n"
msgstr "soubor %s je na neznámém zaøízení"
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
+msgstr ""
+
+#: lib/fsm.c:274
+#, fuzzy, c-format
+msgid "%9d %s\n"
+msgstr "øádek %d: %s"
+
+#: lib/fsm.c:1042
+#, c-format
+msgid "%s directory created with perms %04o.\n"
+msgstr ""
+
+#: lib/fsm.c:1344 lib/fsm.c:1461
+#, fuzzy, c-format
+msgid "%s saved as %s\n"
+msgstr "varování: %s ulo¾eno jako %s"
+
+#: lib/fsm.c:1486
+#, fuzzy, c-format
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr "nemohu odstranit %s - adresáø není prázdný"
+
+#: lib/fsm.c:1491
+#, fuzzy, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr "rmdir %s selhalo: %s"
+
+#: lib/fsm.c:1500
+#, fuzzy, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr "otevøení %s selhalo: %s\n"
+
+#: lib/fsm.c:1517
+#, fuzzy, c-format
+msgid "%s created as %s\n"
+msgstr "varování: %s vytvoøeno jako %s"
+
#. This should not be allowed
#: lib/header.c:172
#, fuzzy
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr "Poèet RPM_STRING_TYPE pro grabData() musí být 1.\n"
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr "Datový typ %d není podporován\n"
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr "Chybný poèet pro headerAddEntry(): %d\n"
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr "chybí { po %"
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr "po %{ chybí }"
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr "prázdný formát znaèky"
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr "prázdné jméno znaèky"
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr "neznámá znaèka"
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr "na konci pole oèekáváno ]"
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr "neoèekávaná ]"
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr "neoèekávaná }"
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr "ve výrazu oèekáván ?"
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr "ve výrazu je po ? oèekávána {"
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr "ve výrazu je oèekávána }"
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr "v podvýrazu je po ? oèekávána :"
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr "ve výrazu je po : oèekávána {"
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr "na konci výrazu je oèekáváno |"
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr "(neznámý typ)"
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr " soubor: %s akce: %s\n"
-
-#: lib/install.c:215
-#, fuzzy, c-format
-msgid "user %s does not exist - using root\n"
-msgstr "u¾ivatel %s neexistuje - pou¾it u¾ivatel root"
-
-#: lib/install.c:223
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "skupina %s neexistuje - pou¾ita skupina root"
-
-#. this would probably be a good place to check if disk space
-#. was used up - if so, we should return a different error
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "rozbalování archívu selhalo %s%s: %s"
-
-#: lib/install.c:652
-msgid " on file "
-msgstr " na souboru "
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr "instaluji zdrojový balíèek\n"
-
-#: lib/install.c:721
-#, fuzzy, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr "nemohu vytvoøir adresáø pro zdrojové soubory: %s"
-
-#: lib/install.c:728 lib/install.c:759
-#, fuzzy, c-format
-msgid "cannot write to %s\n"
-msgstr "nemohu zapsat do %s"
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr "zdrojové soubory v: %s\n"
-
-#: lib/install.c:752
-#, fuzzy, c-format
-msgid "cannot create specdir %s\n"
-msgstr "nemohu vytvoøit adresáø pro spec soubory: %s"
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr "spec soubor v: %s\n"
-
-#: lib/install.c:796 lib/install.c:825
-#, fuzzy
-msgid "source package contains no .spec file\n"
-msgstr "zdrojový balíèek neobsahuje spec soubor"
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr "pøejmenovávám %s na %s\n"
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, fuzzy, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr "pøejmenování %s na %s selhalo: %s"
-
-#: lib/install.c:935
-#, fuzzy
-msgid "source package expected, binary found\n"
-msgstr "oèekávám balíèek se zdrojovými kódy, nalezen v¹ak binární"
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr "balíèek: %s-%s-%s test souborù = %d\n"
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr "ukonèuji instalaci, proto¾e je spu¹tìn --test\n"
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr "spou¹tím pøípadný pøedinstalaèní skript\n"
-
-#: lib/install.c:1036
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "pøeskakuji %s - pøenos selhal - %s\n"
-
-#: lib/install.c:1069
-#, fuzzy, c-format
-msgid "%s created as %s\n"
-msgstr "varování: %s vytvoøeno jako %s"
-
-#: lib/install.c:1105
-#, fuzzy, c-format
-msgid "%s saved as %s\n"
-msgstr "varování: %s ulo¾eno jako %s"
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr "spou¹tím pøípadný postinstalaèní skript\n"
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, fuzzy, c-format
msgid "error creating temporary file %s\n"
msgstr "chyba pøi vytváøení doèasného souboru %s"
-#: lib/package.c:88
+#: lib/package.c:119
#, fuzzy
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr "práce s balíèky verze 1 není podporována touto verzí RPM"
-#: lib/package.c:143
+#: lib/package.c:179
#, fuzzy
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr "tato verze RPM podporuje práci s balíèky s hlavním (major) èíslem <= 4"
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, fuzzy, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr "buildroot ji¾ byl nastaven"
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr "pøíprava (rozbalí zdroje a aplikuje záplaty)"
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
#, fuzzy
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr "provádím %%prep èást podle spec souboru"
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
#, fuzzy
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr "provádím %%install èást podle spec souboru"
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, fuzzy, c-format
msgid "verify %files section from <specfile>"
msgstr "kontrola èásti %%files ve spec souboru"
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
#, fuzzy
msgid "build source and binary packages from <specfile>"
msgstr "vytvoøení zdrojového a binárního balíèku podle spec souboru"
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
#, fuzzy
msgid "build binary package only from <specfile>"
msgstr "vytvoøení binárního balíèku podle spec souboru"
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
#, fuzzy
msgid "build source package only from <specfile>"
msgstr "vytvoøení zdrojového balíèku podle spec souboru"
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr "pøíprava (rozbalí zdroje a aplikuje záplaty)"
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
#, fuzzy
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr "provádím %%prep èást z tar souboru"
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
#, fuzzy
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr "provádím %%install èást z tar souboru"
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, fuzzy, c-format
msgid "verify %files section from <tarball>"
msgstr "kontrola èásti %%files z tar souboru"
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
#, fuzzy
msgid "build source and binary packages from <tarball>"
msgstr "vytvoøení zdrojového a binárního balíèku z tar souboru"
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
#, fuzzy
msgid "build binary package only from <tarball>"
msgstr "vytvoøení binárního balíèku z tar souboru"
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
#, fuzzy
msgid "build source package only from <tarball>"
msgstr "vytvoøení zdrojového balíèku z tar souboru"
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
#, fuzzy
msgid "build binary package from <source package>"
msgstr "vytvoøení binárního balíèku ze zdrojového"
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
#, fuzzy
msgid "<source package>"
msgstr "¾ádné balíèky\n"
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
#, fuzzy
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr "provádím %%install èást ze zdrojového balíèku"
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr "build root pøedefinován"
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+msgid "debug file state machine"
+msgstr ""
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr "nespou¹tìt ¾ádné etapy vytváøení balíèku"
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
#, fuzzy
msgid "do not accept i18N msgstr's from specfile"
msgstr "ignorovat I18N zprávy ve spec souboru"
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr "po dokonèení odstranit spec soubor"
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr "cílová platforma pøedefinována"
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
#, fuzzy
msgid "lookup i18N strings in specfile catalog"
msgstr "vyhledat I18N øetìzce katalogu spec souboru"
msgid "unknown error %d encountered while manipulating package %s"
msgstr "neznámá chyba %d vznikla pøi manipulaci s balíèkem %s-%s-%s"
-#: lib/query.c:151
+#: lib/psm.c:277
+#, fuzzy, c-format
+msgid "user %s does not exist - using root\n"
+msgstr "u¾ivatel %s neexistuje - pou¾it u¾ivatel root"
+
+#: lib/psm.c:285
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "skupina %s neexistuje - pou¾ita skupina root"
+
+#.
+#. * This would probably be a good place to check if disk space
+#. * was used up - if so, we should return a different error.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "rozbalování archívu selhalo %s%s: %s"
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr " na souboru "
+
+#: lib/psm.c:655
+#, fuzzy, c-format
+msgid "cannot create %s %s\n"
+msgstr "nemohu vytvoøit %s: %s\n"
+
+#: lib/psm.c:661
+#, fuzzy, c-format
+msgid "cannot write to %s\n"
+msgstr "nemohu zapsat do %s"
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr "instaluji zdrojový balíèek\n"
+
+#: lib/psm.c:733
+#, fuzzy
+msgid "source package contains no .spec file\n"
+msgstr "zdrojový balíèek neobsahuje spec soubor"
+
+#: lib/psm.c:813
+#, fuzzy
+msgid "source package expected, binary found\n"
+msgstr "oèekávám balíèek se zdrojovými kódy, nalezen v¹ak binární"
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, fuzzy, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr "balíèek: %s-%s-%s test souborù = %d\n"
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, fuzzy, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr "spou¹tím pøípadný postinstalaèní skript\n"
+
+#: lib/psm.c:998
+#, fuzzy
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr "pøeskakuji %s - pøenos selhal - %s\n"
+
+#: lib/query.c:161
#, fuzzy, c-format
msgid "incorrect format: %s\n"
msgstr "chyba ve formátu: %s\n"
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr "(neobsahuje ¾ádné soubory)"
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr "normální "
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr "nahrazen "
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr "neinstalován "
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr "sdílen v síti "
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr "(neznámý %3d) "
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr "(chybí stav) "
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
#, fuzzy
msgid "package has neither file owner or id lists\n"
msgstr "balíèek nemá vlastníka souboru ani seznamy id"
-#: lib/query.c:418
+#: lib/query.c:428
#, c-format
msgid "can't query %s: %s\n"
msgstr "nemohu provést dotaz %s: %s\n"
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr "otevøení %s selhalo: %s\n"
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr "nelze provést dotaz na zdrojové balíèky starého formátu\n"
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "nezdá se, ¾e by %s byl balíèek typu RPM\n"
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr "dotaz na %s se nezdaøil\n"
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "dotaz na spec soubor %s selhal, nemohu parsovat\n"
-#: lib/query.c:624
+#: lib/query.c:637
msgid "no packages\n"
msgstr "¾ádné balíèky\n"
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "skupina %s neobsahuje ¾ádné balíèky\n"
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr "¾ádný balíèek neaktivuje %s\n"
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr "¾ádný balíèek nevy¾aduje %s\n"
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr "¾ádný balíèek neposkytuje %s\n"
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr "soubor %s: %s\n"
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "soubor %s nevlastní ¾ádný balíèek\n"
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr "neplatné èíslo balíèku: %s\n"
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr "záznam balíèku èíslo: %u\n"
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr "záznam %d nelze pøeèíst\n"
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr "balíèek %s není nainstalován\n"
msgid "%s: Fread failed: %s\n"
msgstr "%s: Fread selhalo: %s\n"
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr "%s: readLead selhalo\n"
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr "%s: RPM v1.0 nelze podepsat\n"
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr "%s: Nemohu znovu podepsat RPM v2.0\n"
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr "%s: rpmReadSignature selhalo\n"
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr "%s: Není dostupný ¾ádný podpis\n"
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr "%s: writeLead selhalo: %s\n"
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr "%s: rpmWriteSignature selhalo: %s\n"
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr "%s: Není dostupný ¾ádný podpis (RPM v1.0)\n"
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr "NENÍ OK"
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr " (CHYBÍ KLÍÈ:"
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ") "
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr " (NEDÙVÌRYHODNÝ KLÍÈ:"
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ")"
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr "OK"
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr "dbiTagsInit: neznámá znaèka: \"%s\" ignorována\n"
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, fuzzy, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr "nemohu otevøít index %s pøi pou¾ívání db%d - %s (%d)"
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, fuzzy, c-format
msgid "cannot open %s index\n"
msgstr "nemohu otevøít index %s"
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, fuzzy, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr "chyba(%d) pøi získávání záznamu \"%s\" z indexu %s"
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, fuzzy, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr "chyba(%d) pøi ukládání záznamu %s do %s"
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, fuzzy, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr "chyba(%d) pøi odstraòování záznamu %s z %s"
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
#, fuzzy
msgid "no dbpath has been set\n"
msgstr "nebyla nastavena dbpath"
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
#, fuzzy
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"formátu databáze"
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "chyba(%d) pøi poèítání balíèkù"
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "%s: nemohu èíst hlavièku na 0x%x"
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "odstraòuji \"%s\" z indexu %s.\n"
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr "odstraòuji %d polo¾ek z indexu %s.\n"
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "chyba(%d) pøi alokaci nové instance balíèku"
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr "pøidávám \"%s\" do indexu %s\n"
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr "pøidávám %d polo¾ek do indexu %s.\n"
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr "nebyla nastavena dbpath"
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr "databázi %s pøevádím do %s\n"
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, fuzzy, c-format
msgid "temporary database %s already exists\n"
msgstr "doèasná databáze %s ji¾ existuje"
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, c-format
msgid "creating directory %s\n"
msgstr "vytváøím adresáø %s\n"
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "vytváøím adresáø %s\n"
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr "otevírám starou databázi s dbapi %d\n"
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr "otevírám novou databázi s dbapi %d\n"
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, fuzzy, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr "záznam èíslo %d v databázi je chybný -- vynechávám."
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, fuzzy, c-format
msgid "cannot add record originally at %d\n"
msgstr "nemohu pøidat záznam - pùvodnì u %d"
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
"databázi nelze zvovu vytvoøit; pùvodní databáze zùstává na svém místì\n"
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr "starou databázi nelze nahradit novou databází!\n"
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr "pro obnovení nahraïte soubory v %s soubory z %s"
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, c-format
msgid "removing directory %s\n"
msgstr "ma¾u adresáø %s\n"
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "nemohu odstranit adresáø %s: %s\n"
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
#, fuzzy
msgid "Preparing packages for installation..."
msgstr "nezadány ¾ádné balíèky pro instalaci"
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr "poèítám balíèky pro instalaci\n"
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr "nalezeno %d balíèkù\n"
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr "hledám balíèky pro sta¾ení\n"
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr "pøeskakuji %s - rpmGlob selhal(%d)\n"
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr "Stahuji %s\n"
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr " ... jako %s\n"
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr "pøeskakuji %s - pøenos selhal - %s\n"
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr "pøijato %d balíèkù\n"
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, c-format
msgid "cannot open file %s: %s\n"
msgstr "nemohu otevøít soubor %s: %s\n"
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr "%s nemù¾e být nainstalován\n"
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, c-format
msgid "cannot open Packages database in %s\n"
msgstr "nemohu otevøít databázi balíèkù v %s\n"
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr "balíèek %s není pøemístitelný\n"
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr "chyba pøi ètení ze souboru %s\n"
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr "soubor %s vy¾aduje novìj¹í verzi RPM\n"
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr "nalezeno %d zdrojových a %d binárních balíèkù\n"
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr "nevyøe¹ené závislosti:\n"
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr "instaluji binární balíèky\n"
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr "chyba: nemohu otevøít %s/packages.rpm\n"
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr "\"%s\" urèuje více balíèkù\n"
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr "odstranìní tìchto balíèkù by poru¹ilo závislosti:\n"
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, c-format
msgid "cannot open %s: %s\n"
msgstr "nemohu otevøít %s: %s\n"
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr "Instaluji %s\n"
msgid "Please contact rpm-list@redhat.com\n"
msgstr "Zkontaktujte prosím rpm-list@redhat.com\n"
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr "provedení %s-%s-%s skriptu selhalo, návratový kód: %d"
+
+#: lib/scriptlet.c:236
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr "provedení %s-%s-%s skriptu selhalo, návratový kód: %d"
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr "není obyèejný soubor -- pøeskakuji kontrolu velikosti\n"
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, fuzzy, c-format
msgid " Actual size: %12d\n"
msgstr "Velikost podpisu: %d\n"
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr "Chybí podpis\n"
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr "Starý PGP podpis\n"
-#: lib/signature.c:162
+#: lib/signature.c:176
#, fuzzy
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr "Starý (pouze interní) podpis! Jak jste to získali!?"
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
+#: lib/signature.c:230
+#, fuzzy, c-format
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr "Velikost podpisu: %d\n"
-#: lib/signature.c:212
-#, c-format
-msgid "Signature pad : %d\n"
-msgstr "Podpisový blok: %d\n"
-
-#: lib/signature.c:274
+#: lib/signature.c:289
#, fuzzy, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr "Nemohu spustit pgp (%s)"
-#: lib/signature.c:285
+#: lib/signature.c:300
#, fuzzy
msgid "pgp failed\n"
msgstr "pgp selhalo"
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
#, fuzzy
msgid "pgp failed to write signature\n"
msgstr "pgp selhalo pøi zápisu podpisu"
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr "Velikost podpisu PGP: %d\n"
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
#, fuzzy
msgid "unable to read the signature\n"
msgstr "nemohu èíst podpis"
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr "Pøeèteno %d bajtù PGP podpisu\n"
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
#, fuzzy
msgid "Couldn't exec gpg\n"
msgstr "Nemohu spustit gpg"
-#: lib/signature.c:362
+#: lib/signature.c:377
#, fuzzy
msgid "gpg failed\n"
msgstr "gpg selhalo"
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
#, fuzzy
msgid "gpg failed to write signature\n"
msgstr "gpg selhalo pøi zápisu podpisu"
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr "Velikost GPG podpisu: %d\n"
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr "Pøeèteno %d bajtù GPG podpisu\n"
-#: lib/signature.c:417
+#: lib/signature.c:433
msgid "Generating signature using PGP.\n"
msgstr "Generuji PGP podpis.\n"
-#: lib/signature.c:423
+#: lib/signature.c:439
msgid "Generating signature using GPG.\n"
msgstr "Generuji GPG podpis.\n"
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
#, fuzzy
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr "Nemohu spustit pgp. Vynechte kontroly PGP pomocí --nopgp."
-#: lib/signature.c:635
+#: lib/signature.c:653
#, fuzzy
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr "Nelze spustit gpg. Vynechte kontroly GPG pomocí --nogpg."
-#: lib/signature.c:723
+#: lib/signature.c:741
#, fuzzy
msgid "Couldn't exec pgp\n"
msgstr "Nemohu spustit pgp"
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
#, fuzzy
msgid "Invalid %%_signature spec in macro file\n"
msgstr "©patná %%_signature spec v souboru maker.\n"
-#: lib/signature.c:760
+#: lib/signature.c:778
#, fuzzy
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr "Musíte nastavit \"%%_gpg_name\" ve svém makro souboru"
-#: lib/signature.c:772
+#: lib/signature.c:790
#, fuzzy
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr "Musíte nastavit \"%%_pgp_name\" ve svém makro souboru"
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, fuzzy, c-format
msgid "%5d exclude %s\n"
msgstr "OS je vyøazen: %s"
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, fuzzy, c-format
msgid "%5d relocate %s -> %s\n"
msgstr "pøemís»uji %s do %s\n"
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, fuzzy, c-format
msgid "excluding multilib path %s%s\n"
msgstr "vynechávám soubor %s%s\n"
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, fuzzy, c-format
msgid "excluding %s %s\n"
msgstr "vynechávám soubor %s%s\n"
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr "pøemís»uji %s do %s\n"
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, c-format
msgid "relocating directory %s to %s\n"
msgstr "pøemís»uji adresáø %s do %s\n"
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr "vynechávám adresáø %s\n"
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr "%s pøeskoèeno, proto¾e chybí pøíznak\n"
-#: lib/uninstall.c:74
-#, fuzzy, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr "nemohu odstranit %s - adresáø není prázdný"
-
-#: lib/uninstall.c:78
-#, fuzzy, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr "rmdir %s selhalo: %s"
-
-#: lib/uninstall.c:88
-#, fuzzy, c-format
-msgid "removal of %s failed: %s\n"
-msgstr "odstranìní %s selhalo: %s"
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr "odstraní se soubory test = %d\n"
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr "spou¹tím pøípadný postdeinstalaèní skript\n"
-
-#: lib/uninstall.c:446
-#, fuzzy, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr "provedení %s-%s-%s skriptu selhalo, návratový kód: %d"
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr "nekontrolovat soubory v balíèku"
-#: lib/verify.c:65
+#: lib/verify.c:63
#, fuzzy
msgid "do not execute %verifyscript (if any)"
msgstr "nespou¹tìt ¾ádné etapy"
-#: lib/verify.c:241
+#: lib/verify.c:239
#, fuzzy
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
"balíèek neobsahuje ani u¾ivatelská jména ani seznam id (nemìlo by se nikdy "
"stát)"
-#: lib/verify.c:259
+#: lib/verify.c:257
#, fuzzy
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
"balíèek neobsahuje ani jména skupin ani seznam id (nemìlo by se nikdy stát)"
-#: lib/verify.c:321
+#: lib/verify.c:319
#, fuzzy, c-format
msgid "missing %s"
msgstr "chybí %s\n"
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "Nevyøe¹ené závislosti pro %s-%s-%s: "
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr "Úspìch"
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr "Chybná odezva FTP serveru"
-
-#: rpmio/rpmio.c:540
-#, fuzzy
-msgid "Server I/O error"
-msgstr "IO chyba serveru"
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr "Timeout serveru"
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr "Nelze pøevést jméno na IP adresu poèítaèe"
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr "Nelze pøevést IP na jméno poèítaèe"
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr "Pøipojení k serveru selhalo"
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr "Selhalo navázání datového spojení se serverem"
-
-#: rpmio/rpmio.c:558
-#, fuzzy
-msgid "I/O error to local file"
-msgstr "IO chyba pøi lokálním souboru"
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr "Chyba pøi nastavení vzdáleného serveru do pasivního re¾imu"
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr "Soubor nebyl na serveru nalezen"
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr "Probíhá pøeru¹ení"
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr "Neznámá nebo neoèekávaná chyba"
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr "pøihla¹ování na %s jako %s, heslo %s\n"
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr "Soubor %s je men¹í, ne¾ %d bajtù"
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr "Úspìch"
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr "Chybná odezva FTP serveru"
+
+#: rpmio/rpmio.c:540
+#, fuzzy
+msgid "Server I/O error"
+msgstr "IO chyba serveru"
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr "Timeout serveru"
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr "Nelze pøevést jméno na IP adresu poèítaèe"
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr "Nelze pøevést IP na jméno poèítaèe"
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr "Pøipojení k serveru selhalo"
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr "Selhalo navázání datového spojení se serverem"
+
+#: rpmio/rpmio.c:558
+#, fuzzy
+msgid "I/O error to local file"
+msgstr "IO chyba pøi lokálním souboru"
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr "Chyba pøi nastavení vzdáleného serveru do pasivního re¾imu"
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr "Soubor nebyl na serveru nalezen"
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr "Probíhá pøeru¹ení"
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr "Neznámá nebo neoèekávaná chyba"
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr "pøihla¹ování na %s jako %s, heslo %s\n"
+
+#: rpmio/rpmlog.c:32
#, fuzzy
msgid "(no error)"
msgstr "(chyba: 0x%x)"
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr "fatální chyba: "
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr "chyba: "
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr "varování: "
msgid "failed to create %s: %s\n"
msgstr "nemohu vytvoøit %s: %s\n"
+#~ msgid " %s {--initdb} [--dbpath <dir>]\n"
+#~ msgstr " %s {--initdb} [--dbpath <adr>]\n"
+
+#, fuzzy
+#~ msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
+#~ msgstr " %s {--rebuilddb} [--rcfile <soubor>] [--dbpath <adr>]\n"
+
+#~ msgid ""
+#~ " %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
+#~ msgstr ""
+#~ " %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
+#~ msgstr ""
+#~ " [--rcfile <soubor>] [--ignorearch] [--dbpath <adr>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <soubor>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " %s {--erase -e} [--root <adr>] [--noscripts] [--rcfile <soubor>]\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--scripts] [--root <dir>] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--scripts] [--root <adr>] [--rcfile <soubor>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " %s {--verify -V -y} [-afpg] [--root <adr>] [--rcfile <soubor>]\n"
+
+#~ msgid " %s {--setperms} [-afpg] [target]\n"
+#~ msgstr " %s {--setperms} [-afpg] [cíl]\n"
+
+#~ msgid " %s {--setugids} [-afpg] [target]\n"
+#~ msgstr " %s {--setugids} [-afpg] [cíl]\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#~ msgstr ""
+#~ " %s {--resign} [--rcfile <soubor>] balíèek1 balíèek2 ... balíèekN\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#~ msgstr ""
+#~ " rpm {--addsign} [--rcfile <soubor>] balíèek1 balíèek2 ... balíèekN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
+#~ "<file:...>]\n"
+#~ msgstr ""
+#~ " %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <soubor>]\n"
+
+#~ msgid "archive = %s, fs = %s\n"
+#~ msgstr "archive = %s, fs = %s\n"
+
+#~ msgid "can't rename %s to %s: %s\n"
+#~ msgstr "Nemohu pøejmenovat %s na %s: %s\n"
+
+#~ msgid "can't unlink %s: %s\n"
+#~ msgstr "Nemohu provést unlink %s: %s\n"
+
+#~ msgid "getNextHeader: %s\n"
+#~ msgstr "getNextHeader: %s\n"
+
+#~ msgid "closed db environment %s/%s(%s)\n"
+#~ msgstr "zavøeno db prostøedí %s/%s(%s)\n"
+
+#~ msgid "removed db environment %s/%s(%s)\n"
+#~ msgstr "smazáno db prostøedí %s/%s(%s)\n"
+
+#~ msgid "opening db environment %s/%s(%s) %s\n"
+#~ msgstr "otevøeno db prostøedí %s/%s(%s) %s\n"
+
+#~ msgid "closed db index %s/%s(%s)\n"
+#~ msgstr "zavøen db index %s/%s(%s)\n"
+
+#~ msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
+#~ msgstr "otevøen db index %s/%s(%s) %s mode=0x%x\n"
+
+#~ msgid " file: %s action: %s\n"
+#~ msgstr " soubor: %s akce: %s\n"
+
+#, fuzzy
+#~ msgid "cannot create sourcedir %s\n"
+#~ msgstr "nemohu vytvoøir adresáø pro zdrojové soubory: %s"
+
+#~ msgid "sources in: %s\n"
+#~ msgstr "zdrojové soubory v: %s\n"
+
+#, fuzzy
+#~ msgid "cannot create specdir %s\n"
+#~ msgstr "nemohu vytvoøit adresáø pro spec soubory: %s"
+
+#~ msgid "spec file in: %s\n"
+#~ msgstr "spec soubor v: %s\n"
+
+#~ msgid "renaming %s to %s\n"
+#~ msgstr "pøejmenovávám %s na %s\n"
+
+#, fuzzy
+#~ msgid "rename of %s to %s failed: %s\n"
+#~ msgstr "pøejmenování %s na %s selhalo: %s"
+
+#~ msgid "stopping install as we're running --test\n"
+#~ msgstr "ukonèuji instalaci, proto¾e je spu¹tìn --test\n"
+
+#~ msgid "running preinstall script (if any)\n"
+#~ msgstr "spou¹tím pøípadný pøedinstalaèní skript\n"
+
+#~ msgid "Signature pad : %d\n"
+#~ msgstr "Podpisový blok: %d\n"
+
+#, fuzzy
+#~ msgid "removal of %s failed: %s\n"
+#~ msgstr "odstranìní %s selhalo: %s"
+
+#~ msgid "will remove files test = %d\n"
+#~ msgstr "odstraní se soubory test = %d\n"
+
+#~ msgid "running postuninstall script (if any)\n"
+#~ msgstr "spou¹tím pøípadný postdeinstalaèní skript\n"
+
#, fuzzy
#~ msgid ""
#~ " [--macros <file:...>] [--ignorearch] [--dbpath <dir>]"
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\n"
"PO-Revision-Date: 2000-03-07 05:17+01:00\n"
"Last-Translator: K. Christiansen <kenneth@gnu.org>\n"
"Language-Team: Danish/Dansk <dansk@klid.dk>\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n"
-#: build.c:26
+#: build.c:25
#, fuzzy, c-format
msgid "cannot open rpm database in %s\n"
msgstr "Kan ikke åbne %s/packages.rpm\n"
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr ""
-#: build.c:65
+#: build.c:64
#, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr "Kan ikke åbne spec-fil %s: %s\n"
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, fuzzy, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr "Kan ikke åbne spec-fil %s: %s\n"
#. Give up
-#: build.c:149
+#: build.c:150
#, fuzzy, c-format
msgid "Failed to read spec file from %s\n"
msgstr "Kan ikke åbne spec-fil %s: %s\n"
-#: build.c:177
+#: build.c:178
#, fuzzy, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr "ugyldig flag '%s' ved %s:%d"
-#: build.c:216
+#: build.c:217
#, fuzzy, c-format
msgid "failed to stat %s: %m\n"
msgstr "ugyldig flag '%s' ved %s:%d"
-#: build.c:221
+#: build.c:222
#, fuzzy, c-format
msgid "File %s is not a regular file.\n"
msgstr "Filen er ikke en regulær fil: %s\n"
-#: build.c:230
+#: build.c:231
#, fuzzy, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr "Filen %s synes ikke at være en spec-fil.\n"
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr ""
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr ""
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr "rpm %s\n"
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr "RPM version %s\n"
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
#, fuzzy
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr "Ophavsret (C) 1998 - Red Hat Software"
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr ""
-#: rpm.c:209
+#: rpm.c:224
msgid "Usage: rpm {--help}"
msgstr "Brug: rpm {--help}"
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr " rpm {--version}"
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr " rpm {--initdb} [--dbpath <kat>]"
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
" [--replacepkgs] [--replacefiles] [--root <kat>]"
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr " [--excludedocs] [--includedocs] [--noscripts]"
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
" [--rcfile <fil>] [--ignorearch] [--dbpath <kat>]"
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr " [--ftpproxy <vært>] [--ftpport <port>]"
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
#, fuzzy
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr " [--httpproxy <vært>] [--httpport <port>] "
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
#, fuzzy
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr " [--noorder] [--relocate gammelsti=nysti]"
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
" [--badreloc] [--notriggers] [--excludepath <sti>]"
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr " [--ignoresize] fil-1.rpm ... fil-N.rpm"
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr " [--oldpackage] [--root <kat>] [--noscripts]"
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
" [--excludedocs] [--includedocs] [--rcfile <fil>]"
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
" [--ignorearch] [--dbpath <kat>] [--prefix <kat>] "
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr " [--httpproxy <vært>] [--httpport <port>] "
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
" [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr " [--noorder] [--relocate gammelsti=nysti]"
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
" [--badreloc] [--excludepath <sti>] [--ignoresize]"
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr " fil-1.rpm ... fil-N.rpm"
-#: rpm.c:232
+#: rpm.c:247
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:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr " [--scripts] [--root <kat>] [--rcfile <fil>]"
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr " [--whatprovides] [--whatrequires] [--requires]"
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
#, fuzzy
msgid " [--triggeredby]"
msgstr " [--nomd5] [mål]"
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
#, fuzzy
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
" [--ftpport <port>] [--provides] [--triggers] [--dump]"
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr " [--changelog] [--dbpath <kat>] [mål]"
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr " rpm {--verify -V -y} [-afpg] [--root <kat>] [--rcfile <fil>]"
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr " [--nomd5] [mål]"
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr " rpm {--setperms} [-afpg] [mål]"
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr " rpm {--setugids} [-afpg] [mål]"
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr " rpm {--freshen -F} fil-1.rpm ... fil-N.rpm"
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
" rpm {--erase -e} [--root <katalog>] [--noscripts] [--rcfile <fil>]"
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr " [--dbpath <kat>] [--nodeps] [--allmatches]"
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
#, fuzzy
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr " [--justdb] [--notriggers] rpakke1 ... pakkeN"
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--resign} [--rcfile <fil>] pakke1 pakke2 ... pakkeN"
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--addsign} [--rcfile <fil>] pakke1 pakke2 ... pakkeN"
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <fil>]"
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr " pakke1 ... pakkeN"
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr " rpm {--rebuilddb} [--rcfile <fil>] [--dbpath <kat>]"
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr " rpm {--querytags}"
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
msgid "Usage:"
msgstr "Brug:"
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr "vis denne meddelse"
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr "vis versionen af rpm som benyttes"
-#: rpm.c:295
+#: rpm.c:310
msgid " All modes support the following arguments:"
msgstr " Alle tilstande understøtter følgende argumenter:"
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr " --define '<name> <body>'"
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr "definér makro <name> med værdi <body>"
-#: rpm.c:298
+#: rpm.c:313
msgid " --eval '<name>+' "
msgstr " --eval '<name>+' "
-#: rpm.c:299
+#: rpm.c:314
msgid "print the expansion of macro <name> to stdout"
msgstr ""
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr " --pipe <kmd> "
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr ""
-#: rpm.c:302
+#: rpm.c:317
msgid " --rcfile <file> "
msgstr " --rcfile <fil> "
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr ""
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr ""
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr ""
-#: rpm.c:312
+#: rpm.c:327
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr ""
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr " --ftpproxy <vært> "
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr ""
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr " --ftpport <port> "
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr ""
-#: rpm.c:318
+#: rpm.c:333
msgid " --httpproxy <host> "
msgstr " --httpproxy <vært> "
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr ""
-#: rpm.c:320
+#: rpm.c:335
msgid " --httpport <port> "
msgstr " --httpport <port> "
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr ""
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr ""
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr " --dbpath <kat> "
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr ""
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
msgid "use <qfmt> as the header format (implies --info)"
msgstr ""
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr ""
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr ""
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr "forespørg alle pakker"
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr ""
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr ""
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr ""
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr ""
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr ""
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr ""
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr ""
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr ""
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr ""
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr ""
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr ""
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr ""
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr ""
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr ""
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr ""
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr ""
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
msgstr ""
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr ""
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr ""
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr ""
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
msgstr ""
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr ""
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr ""
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr ""
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr ""
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr ""
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr ""
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr "installér pakke"
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr ""
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr ""
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
msgid "relocate files in non-relocateable package"
msgstr ""
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr " --prefix <katalog> "
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr ""
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr "installér ikke dokumentation"
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr ""
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr ""
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr ""
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr ""
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr ""
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr ""
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr ""
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr ""
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr ""
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr ""
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr ""
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr ""
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr ""
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr ""
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
msgstr ""
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr " --erase <pakke>"
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr "slet (afinstallér) pakke"
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
msgstr ""
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr ""
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr ""
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr ""
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr ""
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr ""
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr ""
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr "kompilér (forbered og kompilér)"
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr "installér (forbered, kompilér og installér)"
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr ""
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr ""
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr ""
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr ""
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr ""
-#: rpm.c:486
+#: rpm.c:501
msgid "remove spec file when done"
msgstr ""
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr ""
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr ""
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr ""
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr ""
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr " --timecheck <sek> "
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr ""
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
msgstr ""
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr ""
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr " --resign <pakke>+ "
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr ""
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr " --addsign <pakke>+ "
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr "tilføj signatur til pakke"
-#: rpm.c:508
+#: rpm.c:523
msgid " --checksig <pkg>+"
msgstr " --checksig <pakke>+"
-#: rpm.c:509
+#: rpm.c:524
msgid " -K <pkg>+ "
msgstr " -K <pakke>+ "
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr "verificér pakke signatur"
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr ""
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr ""
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr ""
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr ""
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr ""
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr ""
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr ""
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr ""
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr ""
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr ""
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr ""
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr ""
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr ""
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr ""
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr ""
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr ""
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr ""
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr ""
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr ""
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr ""
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr ""
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr ""
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr ""
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr ""
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr ""
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr ""
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr ""
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr ""
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr ""
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr ""
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr ""
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr ""
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"recompilation, installation,erasure, and verification"
msgstr ""
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr ""
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
msgstr ""
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr ""
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr "--oldpackage må kun bruges under opgraderinger"
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr "--nopgp må kun bruges under signaturkontrollering"
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr "--nogpg må kun bruges under signaturkontrollering"
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr ""
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr ""
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr "pgp ikke fundet: "
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr ""
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr ""
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr ""
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr ""
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr ""
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr ""
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr ""
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr ""
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr ""
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr ""
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr ""
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr ""
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr ""
msgid "cannot re-open payload: %s\n"
msgstr ""
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
#, fuzzy
msgid "'<name> <body>'"
msgstr " --define '<name> <body>'"
-#: rpmqv.c:159
+#: rpmqv.c:138
#, fuzzy
msgid "print macro expansion of <expr>+"
msgstr "vis versionen af rpm som benyttes"
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
msgid "rebuild database inverted lists from installed package headers"
msgstr ""
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
+msgstr ""
+
+#: rpmqv.c:234
#, fuzzy
-msgid "<package>"
+msgid "<package>+"
msgstr "ingen pakker\n"
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
-msgid "upgrade package if already installed"
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
+msgid "upgrade package(s) if already installed"
msgstr ""
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
msgid "<packagefile>+"
msgstr ""
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
msgid "do not execute scripts (if any)"
msgstr ""
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
msgid "don't execute any scriptlets triggered by this package"
msgstr ""
-#: rpmqv.c:313
-msgid "<oldpath>=<newpath>"
+#: rpmqv.c:279
+msgid "relocate files from path <old> to <new>"
+msgstr ""
+
+#: rpmqv.c:280
+msgid "<old>=<new>"
+msgstr ""
+
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
msgstr ""
-#: rpmqv.c:324
+#: rpmqv.c:291
#, fuzzy
-msgid "upgrade package"
+msgid "upgrade package(s)"
msgstr "forespørg alle pakker"
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
+msgstr ""
+
+#: rpmqv.c:343
msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:413
+#: rpmqv.c:377
#, c-format
msgid "Usage: %s {--help}\n"
msgstr "Brug: %s {--help}\n"
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr " %s {--initdb} [--dbpath <katalog>]\n"
-
-#: rpmqv.c:418
-#, fuzzy, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr " %s {--rebuilddb} [--rcfile <fil>] [--dbpath <katalog>]\n"
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-
-#: rpmqv.c:425
-#, fuzzy
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-" [--rcfile <fil>] [--ignorearch] [--dbpath <kat>]"
-
-#: rpmqv.c:434
-#, fuzzy
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-" [--excludedocs] [--includedocs] [--rcfile <fil>]"
-
-#: rpmqv.c:442
-#, fuzzy, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-" %s {--erase -e} [--root <katalog>] [--noscripts] [--rcfile <fil>]\n"
-
-#: rpmqv.c:449
-#, fuzzy
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr " [--scripts] [--root <kat>] [--rcfile <fil>]"
-
-#: rpmqv.c:456
-#, fuzzy, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-" %s {--verify -V -y} [-afpg] [--root <katalog>] [--rcfile <fil>]\n"
-
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr " %s {--setperms} [-afpg] [mål]\n"
-
-#: rpmqv.c:461
-#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr " %s {--setugids} [-afpg] [mål]\n"
-
-#: rpmqv.c:465
-#, fuzzy, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
-msgstr " %s {--resign} [--rcfile <fil>] pakke1 pakke2 ... pakkeN\n"
-
-#: rpmqv.c:466
-#, fuzzy, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
-msgstr " rpm {--addsign} [--rcfile <fil>] pakke1 pakke2 ... pakkeN"
-
-#: rpmqv.c:467
-#, fuzzy, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
-msgstr ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <fil>]\n"
-
-#: rpmqv.c:511
+#: rpmqv.c:448
msgid " All modes support the following options:"
msgstr ""
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr " --define '<name> <body>'"
-#: rpmqv.c:514
+#: rpmqv.c:451
#, fuzzy
msgid " --eval '<expr>+' "
msgstr " --eval '<name>+' "
-#: rpmqv.c:515
+#: rpmqv.c:452
#, fuzzy
msgid "print the expansion of macro <expr> to stdout"
msgstr "vis versionen af rpm som benyttes"
-#: rpmqv.c:516
+#: rpmqv.c:453
msgid " --pipe <cmd> "
msgstr " --pipe <kmd> "
-#: rpmqv.c:518
+#: rpmqv.c:455
#, fuzzy
msgid " --rcfile <file:...> "
msgstr " --rcfile <fil> "
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
msgid " --dbpath <dir> "
msgstr " --dbpath <katalog> "
-#: rpmqv.c:525
+#: rpmqv.c:462
msgid " --root <dir> "
msgstr " --root <katalog> "
-#: rpmqv.c:535
+#: rpmqv.c:472
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
-#: rpmqv.c:536
+#: rpmqv.c:473
msgid " of file names as well as the following options:"
msgstr ""
-#: rpmqv.c:537
+#: rpmqv.c:474
msgid " --ftpproxy <host> "
msgstr ""
-#: rpmqv.c:539
+#: rpmqv.c:476
msgid " --ftpport <port> "
msgstr ""
-#: rpmqv.c:541
+#: rpmqv.c:478
msgid " --httpproxy <host> "
msgstr ""
-#: rpmqv.c:543
+#: rpmqv.c:480
msgid " --httpport <port> "
msgstr ""
-#: rpmqv.c:549
+#: rpmqv.c:486
msgid " Package specification options:"
msgstr ""
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
msgid "query/verify all packages"
msgstr ""
-#: rpmqv.c:552
+#: rpmqv.c:489
#, fuzzy
msgid " -f <file>+ "
msgstr " --eval '<name>+' "
-#: rpmqv.c:553
+#: rpmqv.c:490
msgid "query/verify package owning <file>"
msgstr ""
-#: rpmqv.c:554
+#: rpmqv.c:491
msgid " -p <packagefile>+ "
msgstr ""
-#: rpmqv.c:555
+#: rpmqv.c:492
msgid "query/verify (uninstalled) package <packagefile>"
msgstr ""
-#: rpmqv.c:556
+#: rpmqv.c:493
msgid " --triggeredby <pkg> "
msgstr ""
-#: rpmqv.c:557
+#: rpmqv.c:494
msgid "query/verify packages triggered by <pkg>"
msgstr ""
-#: rpmqv.c:558
+#: rpmqv.c:495
msgid " --whatprovides <cap> "
msgstr ""
-#: rpmqv.c:559
+#: rpmqv.c:496
msgid "query/verify packages which provide <cap> capability"
msgstr ""
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr ""
-#: rpmqv.c:561
+#: rpmqv.c:498
msgid "query/verify packages which require <cap> capability"
msgstr ""
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
msgid " Information selection options:"
msgstr ""
-#: rpmqv.c:584
+#: rpmqv.c:521
msgid "list capabilities provided by package"
msgstr ""
-#: rpmqv.c:586
+#: rpmqv.c:523
msgid "list capabilities required by package"
msgstr ""
-#: rpmqv.c:588
+#: rpmqv.c:525
msgid "print the various [un]install scriptlets"
msgstr ""
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
msgid " --install <packagefile>"
msgstr ""
-#: rpmqv.c:617
+#: rpmqv.c:554
msgid " -i <packagefile> "
msgstr ""
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr ""
-#: rpmqv.c:647
+#: rpmqv.c:584
msgid "don't execute any installation scriptlets"
msgstr ""
-#: rpmqv.c:652
+#: rpmqv.c:589
msgid " --prefix <dir> "
msgstr ""
-#: rpmqv.c:654
+#: rpmqv.c:591
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpmqv.c:663
+#: rpmqv.c:600
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpmqv.c:664
+#: rpmqv.c:601
msgid " -U <packagefile> "
msgstr ""
-#: rpmqv.c:669
+#: rpmqv.c:606
msgid " --erase <package>"
msgstr ""
-#: rpmqv.c:688
+#: rpmqv.c:625
msgid " --resign <pkg>+ "
msgstr ""
-#: rpmqv.c:690
+#: rpmqv.c:627
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpmqv.c:693
+#: rpmqv.c:630
msgid " --checksig <pkg>+"
msgstr ""
-#: rpmqv.c:694
+#: rpmqv.c:631
msgid " -K <pkg>+ "
msgstr ""
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
msgid "rebuild database indices from existing database headers"
msgstr ""
-#: rpmqv.c:996
+#: rpmqv.c:928
#, fuzzy
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr " --rcfile <fil> "
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr ""
-#: rpmqv.c:1158
+#: rpmqv.c:1086
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr ""
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr ""
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr ""
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr ""
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
#, fuzzy
msgid "Unable to open temp file.\n"
msgstr "Kan ikke åbne spec-fil %s: %s\n"
msgid "syntax error in expression\n"
msgstr ""
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, c-format
msgid "Missing '(' in %s %s\n"
msgstr ""
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, c-format
msgid "Missing ')' in %s(%s\n"
msgstr ""
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, fuzzy, c-format
msgid "Invalid %s token: %s\n"
msgstr "ugyldig pakkenummer: %s\n"
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr ""
-#: build/files.c:427
+#: build/files.c:429
#, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:439
+#: build/files.c:441
#, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, c-format
msgid "Two files on one line: %s\n"
msgstr ""
-#: build/files.c:771
+#: build/files.c:773
#, c-format
msgid "File must begin with \"/\": %s\n"
msgstr ""
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
-#: build/files.c:949
+#: build/files.c:952
#, c-format
msgid "File listed twice: %s\n"
msgstr ""
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr ""
-#: build/files.c:1165
+#: build/files.c:1239
#, fuzzy, c-format
msgid "File not found: %s\n"
msgstr "Fil ikke fundet på tjener"
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1297
+#: build/files.c:1371
#, c-format
msgid "File needs leading \"/\": %s\n"
msgstr ""
-#: build/files.c:1327
+#: build/files.c:1401
#, fuzzy, c-format
msgid "File not found by glob: %s\n"
msgstr "Fil ikke fundet på tjener"
-#: build/files.c:1382
+#: build/files.c:1455
#, fuzzy
msgid "Could not open %%files file %s: %s\n"
msgstr "kan ikke åbne fil %s: %s\n"
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, fuzzy, c-format
msgid "line: %s\n"
msgstr "fil %s: %s\n"
-#: build/files.c:1720
+#: build/files.c:1791
#, fuzzy, c-format
msgid "Bad file: %s: %s\n"
msgstr "fil %s: %s\n"
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, fuzzy, c-format
msgid "Couldn't exec %s: %s\n"
msgstr "fil %s: %s\n"
-#: build/files.c:1794
+#: build/files.c:1864
#, fuzzy, c-format
msgid "Couldn't fork %s: %s\n"
msgstr "kan ikke åbne %s: %s\n"
-#: build/files.c:1876
+#: build/files.c:1946
#, fuzzy, c-format
msgid "%s failed\n"
msgstr "pgp fejlede"
-#: build/files.c:1880
+#: build/files.c:1950
#, fuzzy, c-format
msgid "failed to write all data to %s\n"
msgstr "Kan ikke åbne spec-fil %s: %s\n"
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, fuzzy, c-format
msgid "Failed to find %s:\n"
msgstr "ugyldig flag '%s' ved %s:%d"
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:52
+#: build/pack.c:61
#, fuzzy, c-format
msgid "create archive failed on file %s: %s\n"
msgstr "kan ikke åbne fil %s: %s\n"
-#: build/pack.c:74
+#: build/pack.c:83
#, c-format
msgid "cpio_copy write failed: %s\n"
msgstr ""
-#: build/pack.c:81
+#: build/pack.c:90
#, fuzzy, c-format
msgid "cpio_copy read failed: %s\n"
msgstr "kan ikke åbne fil %s: %s\n"
-#: build/pack.c:165
+#: build/pack.c:174
#, fuzzy, c-format
msgid "Could not open PreIn file: %s\n"
msgstr "kan ikke åbne fil %s: %s\n"
-#: build/pack.c:172
+#: build/pack.c:181
#, fuzzy, c-format
msgid "Could not open PreUn file: %s\n"
msgstr "kan ikke åbne fil %s: %s\n"
-#: build/pack.c:179
+#: build/pack.c:188
#, fuzzy, c-format
msgid "Could not open PostIn file: %s\n"
msgstr "kan ikke åbne fil %s: %s\n"
-#: build/pack.c:186
+#: build/pack.c:195
#, fuzzy, c-format
msgid "Could not open PostUn file: %s\n"
msgstr "kan ikke åbne fil %s: %s\n"
-#: build/pack.c:194
+#: build/pack.c:203
#, fuzzy, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr "Kan ikke åbne spec-fil %s: %s\n"
-#: build/pack.c:209
+#: build/pack.c:218
#, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr ""
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr ""
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr ""
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr ""
-#: build/pack.c:433
+#: build/pack.c:447
#, c-format
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "Kan ikke åbne spec-fil %s: %s\n"
-#: build/pack.c:485
+#: build/pack.c:499
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr "Kan ikke åbne spec-fil %s: %s\n"
-#: build/pack.c:495
+#: build/pack.c:509
#, fuzzy, c-format
msgid "Unable to read header from %s: %s\n"
msgstr "Kan ikke åbne spec-fil %s: %s\n"
-#: build/pack.c:509
+#: build/pack.c:523
#, fuzzy, c-format
msgid "Unable to write header to %s: %s\n"
msgstr "Kan ikke åbne spec-fil %s: %s\n"
-#: build/pack.c:519
+#: build/pack.c:533
#, fuzzy, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr "Kan ikke åbne spec-fil %s: %s\n"
-#: build/pack.c:525
+#: build/pack.c:539
#, fuzzy, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr "Kan ikke åbne spec-fil %s: %s\n"
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, c-format
msgid "cannot create %s: %s\n"
msgstr ""
msgid "Package has no %%description: %s\n"
msgstr ""
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, fuzzy, c-format
msgid "line %d: Bad number: %s\n"
msgstr "ugyldig pakkenummer: %s\n"
-#: build/spec.c:234
+#: build/spec.c:222
#, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr ""
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr ""
-#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
#, c-format
-msgid ""
-"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
-"\tA %s\tB %s\n"
+msgid "db%d error(%d) from %s: %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
#, c-format
-msgid " %s A %s\tB %s\n"
+msgid "db%d error(%d): %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/db1.c:387
#, c-format
-msgid "%s: %-45s YES (added files)\n"
+msgid "closed db file %s\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/db1.c:390
#, c-format
-msgid "%s: %-45s YES (added provide)\n"
+msgid "removed db file %s\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/db1.c:421
#, c-format
-msgid "%s: %-45s %-3s (cached)\n"
+msgid "bad db file %s\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/db1.c:426
#, c-format
-msgid "%s: %-45s YES (rpmrc provides)\n"
+msgid "opening db file %s mode 0x%x\n"
msgstr ""
-#: lib/depends.c:1096
-#, c-format
-msgid "%s: %-45s YES (rpmlib provides)\n"
+#. XXX check errno validity
+#: lib/db1.c:449
+#, fuzzy, c-format
+msgid "cannot get %s lock on database\n"
+msgstr "Kan ikke åbne %s/packages.rpm\n"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
msgstr ""
-#: lib/depends.c:1118
-#, c-format
-msgid "%s: %-45s YES (db files)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
msgstr ""
-#: lib/depends.c:1131
+#: lib/db2.c:145 lib/db3.c:130
#, c-format
-msgid "%s: %-45s YES (db provides)\n"
+msgid "closed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1145
+#: lib/db2.c:161 lib/db3.c:146
#, c-format
-msgid "%s: %-45s YES (db package)\n"
+msgid "removed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1161
+#: lib/db2.c:198 lib/db3.c:183
#, c-format
-msgid "%s: %-45s NO\n"
+msgid "opening db environment %s/%s %s\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/db2.c:588 lib/db3.c:569
#, c-format
-msgid "%s: (%s, %s) added to Depends cache.\n"
+msgid "closed db index %s/%s\n"
msgstr ""
-#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/db2.c:678 lib/db3.c:659
#, c-format
-msgid "package %s-%s-%s require not satisfied: %s\n"
+msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/db2.c:784 lib/db3.c:764
#, c-format
-msgid "package %s conflicts: %s\n"
+msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: lib/depends.c:1523
+#: lib/db2.c:791 lib/db3.c:771
#, c-format
-msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
+msgid "locked db index %s/%s\n"
msgstr ""
-#. Record all relations.
-#: lib/depends.c:1662
-msgid "========== recording tsort relations\n"
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
msgstr ""
-#. T4. Scan for zeroes.
-#: lib/depends.c:1709
-msgid "========== tsorting packages\n"
+#: lib/dbconfig.c:287
+#, c-format
+msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: lib/depends.c:1754
-msgid "========== successors only (presentation order)\n"
+#: lib/dbconfig.c:296
+#, c-format
+msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: lib/depends.c:1803
-msgid "LOOP:\n"
+#: lib/dbconfig.c:305
+#, c-format
+msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
-#: lib/depends.c:1834
-msgid "========== continuing tsort ...\n"
+#. XXX legacy epoch-less requires/conflicts compatibility
+#: lib/depends.c:565
+#, c-format
+msgid ""
+"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
+"\tA %s\tB %s\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/depends.c:594
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
+#: lib/depends.c:962
#, c-format
-msgid "db%d error(%d): %s\n"
+msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#: lib/db1.c:387
+#: lib/depends.c:1021
#, c-format
-msgid "closed db file %s\n"
+msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/db1.c:390
+#: lib/depends.c:1073
#, c-format
-msgid "removed db file %s\n"
+msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/db1.c:421
+#: lib/depends.c:1092
#, c-format
-msgid "bad db file %s\n"
+msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/db1.c:426
+#: lib/depends.c:1109
#, c-format
-msgid "opening db file %s mode 0x%x\n"
+msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr ""
-#. XXX check errno validity
-#: lib/db1.c:449
-#, fuzzy, c-format
-msgid "cannot get %s lock on database\n"
-msgstr "Kan ikke åbne %s/packages.rpm\n"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
+#: lib/depends.c:1131
+#, c-format
+msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
+#: lib/depends.c:1144
+#, c-format
+msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/db2.c:141
+#: lib/depends.c:1158
#, c-format
-msgid "closed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (db package)\n"
msgstr ""
-#: lib/db2.c:153
+#: lib/depends.c:1174
#, c-format
-msgid "removed db environment %s/%s(%s)\n"
+msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/db2.c:190
+#: lib/depends.c:1195
#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
+msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr ""
-#: lib/db2.c:565
+#. requirements are not satisfied.
+#: lib/depends.c:1256
#, c-format
-msgid "closed db index %s/%s(%s)\n"
+msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr ""
-#: lib/db2.c:643
+#. conflicts exist.
+#: lib/depends.c:1323
#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
+msgid "package %s conflicts: %s\n"
msgstr ""
-#: lib/db3.c:268
+#: lib/depends.c:1539
#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
+msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr ""
-#: lib/db3.c:297
-#, c-format
-msgid "%s has invalid numeric value, skipped\n"
+#. Record all relations.
+#: lib/depends.c:1678
+msgid "========== recording tsort relations\n"
msgstr ""
-#: lib/db3.c:306
-#, c-format
-msgid "%s has too large or too small long value, skipped\n"
+#. T4. Scan for zeroes.
+#: lib/depends.c:1725
+msgid "========== tsorting packages\n"
msgstr ""
-#: lib/db3.c:315
-#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
+#: lib/depends.c:1770
+msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
+#: lib/depends.c:1819
+msgid "LOOP:\n"
msgstr ""
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
-msgstr ""
-
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:1013
-#, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:1118
-#, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
+#: lib/depends.c:1850
+msgid "========== continuing tsort ...\n"
msgstr ""
#: lib/falloc.c:141
msgstr ""
#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
msgid "(not a number)"
msgstr ""
msgid "file %s is on an unknown device\n"
msgstr ""
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
+msgstr ""
+
+#: lib/fsm.c:274
+#, fuzzy, c-format
+msgid "%9d %s\n"
+msgstr "%6d %s\n"
+
+#: lib/fsm.c:1042
+#, c-format
+msgid "%s directory created with perms %04o.\n"
+msgstr ""
+
+#: lib/fsm.c:1344 lib/fsm.c:1461
+#, fuzzy, c-format
+msgid "%s saved as %s\n"
+msgstr " ... som %s\n"
+
+#: lib/fsm.c:1486
+#, fuzzy, c-format
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr "fjernelse af %s fejlede: %s"
+
+#: lib/fsm.c:1491
+#, fuzzy, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr "fjernelse af %s fejlede: %s"
+
+#: lib/fsm.c:1500
+#, fuzzy, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr "fjernelse af %s fejlede: %s"
+
+#: lib/fsm.c:1517
+#, c-format
+msgid "%s created as %s\n"
+msgstr ""
+
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr ""
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr ""
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, c-format
-msgid "group %s does not exist - using root\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
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr ""
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr ""
-
-#: lib/install.c:721
-#, fuzzy, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr "kan ikke åbne %s: %s\n"
-
-#: lib/install.c:728 lib/install.c:759
-#, fuzzy, c-format
-msgid "cannot write to %s\n"
-msgstr "kan ikke åbne %s: %s\n"
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, fuzzy, c-format
-msgid "cannot create specdir %s\n"
-msgstr "kan ikke åbne %s: %s\n"
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr ""
-
-#: lib/install.c:796 lib/install.c:825
-msgid "source package contains no .spec file\n"
-msgstr ""
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, fuzzy, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr "fjernelse af %s fejlede: %s"
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr ""
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/install.c:1069
-#, c-format
-msgid "%s created as %s\n"
-msgstr ""
-
-#: lib/install.c:1105
-#, fuzzy, c-format
-msgid "%s saved as %s\n"
-msgstr " ... som %s\n"
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, fuzzy, c-format
msgid "error creating temporary file %s\n"
msgstr "opretter kataloget %s\n"
-#: lib/package.c:88
+#: lib/package.c:119
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
-#: lib/package.c:143
+#: lib/package.c:179
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, fuzzy, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr "Kan ikke åbne spec-fil %s: %s\n"
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr ""
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr ""
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, c-format
msgid "verify %files section from <specfile>"
msgstr ""
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
msgid "build source and binary packages from <specfile>"
msgstr ""
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
msgid "build binary package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
msgid "build source package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr ""
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, c-format
msgid "verify %files section from <tarball>"
msgstr ""
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
msgid "build source and binary packages from <tarball>"
msgstr ""
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
msgid "build binary package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
msgid "build source package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
msgid "build binary package from <source package>"
msgstr ""
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
#, fuzzy
msgid "<source package>"
msgstr "ingen pakker\n"
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr ""
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr ""
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+msgid "debug file state machine"
+msgstr ""
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr ""
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr ""
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, c-format
+msgid "group %s does not exist - using root\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.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr ""
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, fuzzy, c-format
+msgid "cannot create %s %s\n"
+msgstr "kan ikke åbne %s: %s\n"
+
+#: lib/psm.c:661
+#, fuzzy, c-format
+msgid "cannot write to %s\n"
+msgstr "kan ikke åbne %s: %s\n"
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr ""
+
+#: lib/psm.c:733
+msgid "source package contains no .spec file\n"
+msgstr ""
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr ""
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr ""
+
+#: lib/psm.c:998
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr ""
+
+#: lib/query.c:161
#, c-format
msgid "incorrect format: %s\n"
msgstr ""
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr ""
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr ""
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr ""
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
msgid "package has neither file owner or id lists\n"
msgstr ""
-#: lib/query.c:418
+#: lib/query.c:428
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr ""
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr ""
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
-#: lib/query.c:624
+#: lib/query.c:637
msgid "no packages\n"
msgstr "ingen pakker\n"
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr ""
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr ""
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr ""
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr "fil %s: %s\n"
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr "ugyldig pakkenummer: %s\n"
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr ""
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr ""
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr ""
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr ""
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr ""
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr ""
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr "IKKE OK"
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ") "
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ")"
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr "OK"
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, fuzzy, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr "kan ikke åbne %s ved %s:%d: %s"
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, fuzzy, c-format
msgid "cannot open %s index\n"
msgstr "kan ikke åbne %s: %s\n"
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr ""
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, fuzzy, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr "fjener kataloget %s\n"
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
msgid "no dbpath has been set\n"
msgstr ""
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr ""
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, fuzzy, c-format
msgid "temporary database %s already exists\n"
msgstr "RPM-database eksisterer allerede"
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, c-format
msgid "creating directory %s\n"
msgstr "opretter kataloget %s\n"
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "opretter kataloget %s\n"
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr ""
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, c-format
msgid "cannot add record originally at %d\n"
msgstr ""
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, c-format
msgid "removing directory %s\n"
msgstr "fjener kataloget %s\n"
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
msgid "Preparing packages for installation..."
msgstr ""
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr ""
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr "fundet %d pakke(r)\n"
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr "leder efter pakker til at hente\n"
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr ""
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr "Modtager %s\n"
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr " ... som %s\n"
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr ""
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr "modtager %d pakker\n"
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, c-format
msgid "cannot open file %s: %s\n"
msgstr "kan ikke åbne fil %s: %s\n"
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr ""
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, fuzzy, c-format
msgid "cannot open Packages database in %s\n"
msgstr "Kan ikke åbne %s/packages.rpm\n"
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr ""
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr ""
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr ""
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr "installerer binære pakker\n"
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr "Kan ikke åbne %s/packages.rpm\n"
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr ""
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, c-format
msgid "cannot open %s: %s\n"
msgstr "kan ikke åbne %s: %s\n"
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr "Installerer %s\n"
msgid "Please contact rpm-list@redhat.com\n"
msgstr "Kontakt venligst rpm-list@redhat.com\n"
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr ""
+
+#: lib/scriptlet.c:236
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr ""
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr ""
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr ""
-#: lib/signature.c:162
+#: lib/signature.c:176
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr ""
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
-msgstr ""
-
-#: lib/signature.c:212
+#: lib/signature.c:230
#, c-format
-msgid "Signature pad : %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:274
+#: lib/signature.c:289
#, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr ""
-#: lib/signature.c:285
+#: lib/signature.c:300
#, fuzzy
msgid "pgp failed\n"
msgstr "pgp fejlede"
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
msgid "pgp failed to write signature\n"
msgstr ""
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
msgid "unable to read the signature\n"
msgstr ""
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
msgid "Couldn't exec gpg\n"
msgstr ""
-#: lib/signature.c:362
+#: lib/signature.c:377
#, fuzzy
msgid "gpg failed\n"
msgstr "gpg fejlede"
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
msgid "gpg failed to write signature\n"
msgstr ""
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
msgid "Generating signature using PGP.\n"
msgstr ""
-#: lib/signature.c:423
+#: lib/signature.c:439
msgid "Generating signature using GPG.\n"
msgstr ""
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
-#: lib/signature.c:635
+#: lib/signature.c:653
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
-#: lib/signature.c:723
+#: lib/signature.c:741
msgid "Couldn't exec pgp\n"
msgstr ""
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr ""
-#: lib/signature.c:772
+#: lib/signature.c:790
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr ""
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, c-format
msgid "%5d exclude %s\n"
msgstr ""
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, c-format
msgid "%5d relocate %s -> %s\n"
msgstr ""
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, c-format
msgid "excluding multilib path %s%s\n"
msgstr ""
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, c-format
msgid "excluding %s %s\n"
msgstr ""
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, c-format
msgid "relocating directory %s to %s\n"
msgstr ""
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr ""
-
-#: lib/uninstall.c:78
-#, fuzzy, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr "fjernelse af %s fejlede: %s"
-
-#: lib/uninstall.c:88
-#, fuzzy, c-format
-msgid "removal of %s failed: %s\n"
-msgstr "fjernelse af %s fejlede: %s"
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr ""
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr ""
-#: lib/verify.c:65
+#: lib/verify.c:63
msgid "do not execute %verifyscript (if any)"
msgstr ""
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, c-format
msgid "missing %s"
msgstr ""
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr "Succés"
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr ""
-
-#: rpmio/rpmio.c:540
-#, fuzzy
-msgid "Server I/O error"
-msgstr "Tidsudløb for tjener"
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr "Tidsudløb for tjener"
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr ""
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr ""
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr ""
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr ""
-
-#: rpmio/rpmio.c:558
-msgid "I/O error to local file"
-msgstr ""
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr ""
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr "Fil ikke fundet på tjener"
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr ""
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr ""
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr "Succés"
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr ""
+
+#: rpmio/rpmio.c:540
+#, fuzzy
+msgid "Server I/O error"
+msgstr "Tidsudløb for tjener"
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr "Tidsudløb for tjener"
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr ""
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr ""
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr ""
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr ""
+
+#: rpmio/rpmio.c:558
+msgid "I/O error to local file"
+msgstr ""
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr ""
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr "Fil ikke fundet på tjener"
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr ""
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
msgid "(no error)"
msgstr ""
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr "fatal fejl: "
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr "fejl: "
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr "advarsel: "
msgid "failed to create %s: %s\n"
msgstr ""
+#~ msgid " %s {--initdb} [--dbpath <dir>]\n"
+#~ msgstr " %s {--initdb} [--dbpath <katalog>]\n"
+
+#, fuzzy
+#~ msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
+#~ msgstr " %s {--rebuilddb} [--rcfile <fil>] [--dbpath <katalog>]\n"
+
+#~ msgid ""
+#~ " %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
+#~ msgstr ""
+#~ " %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
+#~ msgstr ""
+#~ " [--rcfile <fil>] [--ignorearch] [--dbpath <kat>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <fil>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " %s {--erase -e} [--root <katalog>] [--noscripts] [--rcfile <fil>]\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--scripts] [--root <dir>] [--rcfile <file:...>]"
+#~ msgstr " [--scripts] [--root <kat>] [--rcfile <fil>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " %s {--verify -V -y} [-afpg] [--root <katalog>] [--rcfile <fil>]\n"
+
+#~ msgid " %s {--setperms} [-afpg] [target]\n"
+#~ msgstr " %s {--setperms} [-afpg] [mål]\n"
+
+#~ msgid " %s {--setugids} [-afpg] [target]\n"
+#~ msgstr " %s {--setugids} [-afpg] [mål]\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#~ msgstr " %s {--resign} [--rcfile <fil>] pakke1 pakke2 ... pakkeN\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#~ msgstr " rpm {--addsign} [--rcfile <fil>] pakke1 pakke2 ... pakkeN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
+#~ "<file:...>]\n"
+#~ msgstr ""
+#~ " %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <fil>]\n"
+
+#, fuzzy
+#~ msgid "cannot create sourcedir %s\n"
+#~ msgstr "kan ikke åbne %s: %s\n"
+
+#, fuzzy
+#~ msgid "rename of %s to %s failed: %s\n"
+#~ msgstr "fjernelse af %s fejlede: %s"
+
+#, fuzzy
+#~ msgid "removal of %s failed: %s\n"
+#~ msgstr "fjernelse af %s fejlede: %s"
+
#, fuzzy
#~ msgid ""
#~ " [--macros <file:...>] [--ignorearch] [--dbpath <dir>]"
#~ msgstr ""
#~ " rpm {--recompile} [--rcfile <fil>] [-v] kildetekst1.rpm ... "
#~ "kildetekstN.rpm"
-
-#~ msgid "%6d %s\n"
-#~ msgstr "%6d %s\n"
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\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"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n"
-#: build.c:26
+#: build.c:25
#, fuzzy, c-format
msgid "cannot open rpm database in %s\n"
msgstr "Fehler: kann nicht öffnen %s%s/packages.rpm\n"
-#: build.c:36
+#: build.c:35
#, fuzzy
msgid "failed build dependencies:\n"
msgstr "fehlgeschlagene Paket-Abhängigkeiten:\n"
# , c-format
-#: build.c:65
+#: build.c:64
#, fuzzy, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr "Datei %s kann nicht zum Lesen geöffnet werden: %s."
# , c-format
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, fuzzy, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr "Öffnen von %s fehlgeschlagen\n"
# , c-format
#. Give up
-#: build.c:149
+#: build.c:150
#, fuzzy, c-format
msgid "Failed to read spec file from %s\n"
msgstr "Lesen von %s fehlgeschlagen: %s."
# , c-format
-#: build.c:177
+#: build.c:178
#, fuzzy, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr "Lesen von %s fehlgeschlagen: %s."
# , c-format
-#: build.c:216
+#: build.c:217
#, fuzzy, c-format
msgid "failed to stat %s: %m\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
-#: build.c:221
+#: build.c:222
#, fuzzy, c-format
msgid "File %s is not a regular file.\n"
msgstr "%s scheint kein RPM-Paket zu sein\n"
-#: build.c:230
+#: build.c:231
#, fuzzy, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr "%s scheint kein RPM-Paket zu sein\n"
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr ""
-#: build.c:302
+#: build.c:303
#, fuzzy, c-format
msgid "Building for target %s\n"
msgstr "Fehler beim Suchen nach Paket %s\n"
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr ""
# , c-format
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr "RPM Version %s\n"
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
#, fuzzy
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr "Copyright © 1998 - Red Hat Software"
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
#, fuzzy
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr "Dies darf unter den Bedingungen der »GNU GPL« frei verteilt werden"
-#: rpm.c:209
+#: rpm.c:224
#, fuzzy
msgid "Usage: rpm {--help}"
msgstr "Benutzung: rpm {--help}"
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr ""
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr " rpm {--initdb} [--dbpath <VERZ>]"
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
" [--replacepkgs] [--replacefiles] [--root <VERZ>]"
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr ""
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
" [--rcfile <DATEI>] [--ignorearch] [--dbpath <VERZ>]"
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
" [--prefix <VERZ>] [--ignoreos] [--nodeps] "
"[--allfiles]"
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr " [--ftpproxy <HOST>] [--ftpport <PORT>]"
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
#, fuzzy
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr " [--ftpproxy <HOST>] [--ftpport <PORT>]"
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
#, fuzzy
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr " [--noorder] [--relocate <ALTPFAD>=<NEUPFAD>]"
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
#, fuzzy
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
" [--badreloc] [--notriggers] DATEI1.rpm ... DATEIn.rpm"
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
#, fuzzy
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr " [--badreloc] DATEI1.rpm ... DATEIn.rpm"
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr " [--oldpackage] [--root <VERZ>] [--noscripts]"
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
" [--excludedocs] [--includedocs] [--rcfile <DATEI>]"
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
" [--ignorearch] [--dbpath <dir>] [--prefix <VERZ>]"
-#: rpm.c:227
+#: rpm.c:242
#, fuzzy
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr " [--ftpproxy <HOST>] [--ftpport <PORT>]"
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
" [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr " [--noorder] [--relocate <ALTPFAD>=<NEUPFAD>]"
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
#, fuzzy
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr " [--nomd5] [ZIELE]"
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
#, fuzzy
msgid " file1.rpm ... fileN.rpm"
msgstr " [--badreloc] DATEI1.rpm ... DATEIn.rpm"
-#: rpm.c:232
+#: rpm.c:247
msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
msgstr ""
-#: rpm.c:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr " [--scripts] [--root <VERZ>] [--rcfile <DATEI>]"
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
#, fuzzy
msgid " [--triggeredby]"
msgstr " [--nomd5] [ZIELE]"
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
#, fuzzy
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
" [--dbpath <VERZ>] [--nodeps] [--nofiles] "
"[--noscripts]"
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
#, fuzzy
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr " [--nomd5] [ZIELE]"
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr " rpm {--verify -V -y} [-afpg] [--root <VERZ>] [--rcfile <DATEI>]"
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
" [--dbpath <VERZ>] [--nodeps] [--nofiles] "
"[--noscripts]"
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr " [--nomd5] [ZIELE]"
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr " rpm {--setperms} [-afpg] [ZIEL]"
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr " rpm {--setugids} [-afpg] [ZIEL]"
-#: rpm.c:245
+#: rpm.c:260
#, fuzzy
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr " [--badreloc] DATEI1.rpm ... DATEIn.rpm"
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
" rpm {--erase -e] [--root <VERZ>] [--noscripts] [--rcfile <DATEI>]"
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr " [--dbpath <VERZ>] [--nodeps] [--allmatches]"
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
#, fuzzy
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr " [--justdb] [--notriggers] PAKET1 ... PAKETn"
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--resign} [--rcfile <DATEI>] PAKET1 PAKET2 ... PAKETn"
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--addsign} [--rcfile <DATEI>] PAKET1 PAKET2 ... PAKETn"
-#: rpm.c:251
+#: rpm.c:266
#, fuzzy
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <DATEI>]"
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr " PAKET1 ... PAKETn"
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr " rpm {--rebuilddb} [--rcfile <DATEI>] [--dbpath <VERZ>]"
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr ""
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
#, fuzzy
msgid "Usage:"
msgstr "Benutzung:"
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr "Gibt diesen Text aus"
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr "Die benutzte RPM-Version anzeigen"
-#: rpm.c:295
+#: rpm.c:310
#, fuzzy
msgid " All modes support the following arguments:"
msgstr " alle Modi unterstützen folgende Argumente:"
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
#, fuzzy
msgid " --eval '<name>+' "
msgstr " -b<STUFE> <SPEC> "
-#: rpm.c:299
+#: rpm.c:314
#, fuzzy
msgid "print the expansion of macro <name> to stdout"
msgstr "Die benutzte RPM-Version anzeigen"
-#: rpm.c:300
+#: rpm.c:315
#, fuzzy
msgid " --pipe <cmd> "
msgstr " -b<STUFE> <SPEC> "
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr "Standard-Ausgabe nach <BEFEHL> umleiten"
-#: rpm.c:302
+#: rpm.c:317
#, fuzzy
msgid " --rcfile <file> "
msgstr " -b<STUFE> <SPEC> "
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr "<DATEI> anstelle von /etc/rpmrc und $HOME/.rpmrc benutzen"
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr "Ausgabe etwas ausführlicher gestalten"
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr "extrem ausführliche Ausgabe (um Programm-Fehler zu finden)"
-#: rpm.c:312
+#: rpm.c:327
#, fuzzy
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
" Installieren, Aktualisieren und Anfragen (mit -p) erlauben es, ftp-URLs"
-#: rpm.c:313
+#: rpm.c:328
#, 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:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr ""
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr "Hostname oder IP des ftp-Proxys"
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr ""
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr "Portnummer des ftp-Servers (oder -Proxys)"
-#: rpm.c:318
+#: rpm.c:333
#, fuzzy
msgid " --httpproxy <host> "
msgstr " -b<STUFE> <SPEC> "
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
#, fuzzy
msgid "hostname or IP of http proxy"
msgstr "Hostname oder IP des ftp-Proxys"
-#: rpm.c:320
+#: rpm.c:335
#, fuzzy
msgid " --httpport <port> "
msgstr " -b<STUFE> <SPEC> "
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
#, fuzzy
msgid "port number of http server (or proxy)"
msgstr "Portnummer des ftp-Servers (oder -Proxys)"
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr "Anfrage-Modus"
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
#, fuzzy
msgid " --dbpath <dir> "
msgstr " -b<STUFE> <SPEC> "
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr "<VERZ> als Datenbankverzeichnis benutzen"
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
#, fuzzy
msgid "use <qfmt> as the header format (implies --info)"
msgstr "S als Kopfzeilen-Format benutzen (impliziert -i)"
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr "<VERZ> als Stammverzeichnis benutzen"
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr " Optionen der Paketauswahl:"
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr "Anfrage an alle Pakete"
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr ""
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr "Anfrage nach (nicht installiertem) Paket <PAKET-DATEI>"
-#: rpm.c:339
+#: rpm.c:354
#, fuzzy
msgid " --triggeredby <pkg>"
msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-#: rpm.c:340
+#: rpm.c:355
#, fuzzy
msgid "query packages triggered by <pkg>"
msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-#: rpm.c:341
+#: rpm.c:356
#, fuzzy
msgid " --whatprovides <cap>"
msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-#: rpm.c:342
+#: rpm.c:357
#, fuzzy
msgid "query packages which provide <cap> capability"
msgstr "Anfrage nach Paketen, die die Fähigkeit <i> bereitstellen"
-#: rpm.c:343
+#: rpm.c:358
#, fuzzy
msgid " --whatrequires <cap>"
msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-#: rpm.c:344
+#: rpm.c:359
#, fuzzy
msgid "query packages which require <cap> capability"
msgstr "Anfrage nach Paketen, die die Fähigkeit <i> benötigen"
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr " Optionen der Informationsauswahl:"
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr "Paketinformationen anzeigen"
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr "Changelog des Pakets anzeigen"
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr "Dateiliste des Pakets anzeigen"
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr "Status der Dateien anzeigen (impliziert -l)"
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr "Nur Dokumentationsdateien auflisten (impliziert -l)"
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr "Nur Konfigurationsdateien auflisten (impliziert -l)"
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
"Alle überprüfbaren Infos zu jeder Datei anzeigen (mit -l, -c oder -d "
"benutzen!)"
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr "Fähigkeiten des Pakets auflisten"
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr "Paket-Abhängigkeiten ausgeben"
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr "Die diversen (De-)Installations-Skripte ausgeben"
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
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"
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr "Dateiabhängigkeiten nicht überprüfen"
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr "md5-Prüfsumme der Datei nicht überprüfen"
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr "Dateiattribute nicht überprüfen"
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr "Tags auflisten, die im Anfrageformat benutzt werden können"
-#: rpm.c:386
+#: rpm.c:401
#, fuzzy
msgid " --install <packagefile>"
msgstr "Paket installieren"
-#: rpm.c:387
+#: rpm.c:402
#, fuzzy
msgid " -i <packagefile> "
msgstr " -b<STUFE> <SPEC> "
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr "Paket installieren"
-#: rpm.c:389
+#: rpm.c:404
#, fuzzy
msgid " --excludepath <path>"
msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
#, fuzzy
msgid " --relocate <oldpath>=<newpath>"
msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
#, fuzzy
msgid "relocate files in non-relocateable package"
msgstr "Paket %s ist nicht installiert\n"
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr ""
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr ""
"Verschiebe das Paket, wenn es verschiebbar ist, in das Verzeichnis <VERZ>"
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr "Dokumentation nicht installieren"
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr "Abkürzung für --replacepkgs --replacefiles"
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr "Fortschrittsanzeige bei der Paketinstallation (gut zusammen mit -v)"
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
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:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr "Paket-Architektur nicht überprüfen"
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr "Paket-Betriebssystem nicht überprüfen"
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr "Dokumentation installieren"
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr "Datenbank erneuern, aber das Dateisystem nicht verändern"
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr ""
"Paket-Installation nicht neu sortieren, um den Abhängigkeiten zu genügen"
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr "Keine Installations-Skripte ausführen"
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr "kein Skript ausführen, das durch dieses Paket veranlasst wurde"
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr "Prozentangabe bei der Paketinstallation ausgeben"
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr "Auch dann installieren, wenn das Paket installierte Dateien ersetzt"
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr "Neuinstallation, wenn das Paket schon vorhanden ist"
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr "Nicht installieren - nur anzeigen, ob es funktionieren würde"
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
#, fuzzy
msgid " -U <packagefile> "
msgstr " -b<STUFE> <SPEC> "
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr "Paket aktualisieren (dieselben Optionen wie --install, außerdem)"
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
"Aktualisierung auf eine alte Version des Pakets (--force macht das bei "
"Aktualisierungen automatisch)"
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr "Paket löschen (deinstallieren)"
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
"Alle Pakete entfernen, die mit <PAKET> übereinstimmen (normalerweise wird "
"ein Fehler angezeigt, wenn <PAKET> mehrere Pakete bezeichnet)"
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr "Keine paketspezifischen Skripte ausführen"
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr " -b<STUFE> <SPEC> "
-#: rpm.c:465
+#: rpm.c:480
#, fuzzy
msgid " -t<stage> <tarball> "
msgstr " -b<STUFE> <SPEC> "
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr "Paket erstellen, <STUFE> ist einer der Buchstaben:"
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr "präparieren (Quellen entpacken und Patch-Dateien anwenden"
# , c-format
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr "kontrollieren (oberflächliche Überprüfung der %files)"
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr "kompilieren (präparieren und kompilieren)"
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr "installieren (präparieren, kompilieren, installieren)"
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr ""
"Binärpaket erstellen (präparieren, kompilieren, installieren und paketieren)"
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr ""
"Binär- und Quellpaket erstellen (präparieren, kompilieren, installieren und "
"Paketieren"
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr "Direkt zur angegeben Stufe springen (nur für c und i)"
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr "Erstellungsdateibaum nach Beendigung löschen"
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
#, fuzzy
msgid "remove sources when done"
msgstr "Quellen und spec-Dateien nach Beendigung löschen"
-#: rpm.c:486
+#: rpm.c:501
#, fuzzy
msgid "remove spec file when done"
msgstr "Quellen und spec-Dateien nach Beendigung löschen"
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
#, fuzzy
msgid "generate PGP/GPG signature"
msgstr "PGP-Signatur generieren"
-#: rpm.c:489
+#: rpm.c:504
#, fuzzy
msgid " --buildroot <dir> "
msgstr " -b<STUFE> <SPEC> "
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr "Benutze <VERZ> als Stammverzeichnis beim Erstellen"
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr "Keine Stufen ausführen"
-#: rpm.c:495
+#: rpm.c:510
#, fuzzy
msgid " --timecheck <secs> "
msgstr " -b<STUFE> <SPEC> "
-#: rpm.c:496
+#: rpm.c:511
#, 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:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
"Quellpaket installieren, Binarypaket erstellen und spec-Datei, Quellen, "
"Patch-Dateien und Icons löschen"
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr "wie --rebuild aber kein Paket erstellen"
-#: rpm.c:504
+#: rpm.c:519
#, fuzzy
msgid " --resign <pkg>+ "
msgstr " -b<STUFE> <SPEC> "
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr "Ein Paket signieren (die aktuelle Signature wird verworfen)"
-#: rpm.c:506
+#: rpm.c:521
#, fuzzy
msgid " --addsign <pkg>+ "
msgstr " -b<STUFE> <SPEC> "
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr "Signatur einem Paket hinzufügen"
-#: rpm.c:508
+#: rpm.c:523
#, fuzzy
msgid " --checksig <pkg>+"
msgstr " -b<STUFE> <SPEC> "
-#: rpm.c:509
+#: rpm.c:524
#, fuzzy
msgid " -K <pkg>+ "
msgstr " -b<STUFE> <SPEC> "
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr "Paketsignatur überprüfen"
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr "alle PGP-Signaturen überspringen"
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
#, fuzzy
msgid "skip any GPG signatures"
msgstr "alle PGP-Signaturen überspringen"
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr "alle MD5-Signaturen überspringen"
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr "Sicherstellen, daß eine gültige Datenbank vorhanden ist"
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr "Datenbank aus der vorhandenen neu erstellen"
# Was ist gemeint?
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
"Paketspezifikationsoptionen wie bei -q benutzt würden"
# Was ist gemeint?
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
"Datei-Eigentümer und -Gruppe gemäß deren in der Paketdatenbank setzen, wie "
"wenn dieselben Paketspezifikationsoptionen wie bei -q benutzt würden"
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr "Es darf nur ein Hauptmodus angegeben werden"
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr "-u und --uninstall sind veraltet und funktionieren nicht mehr.\n"
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr "Benutzen Sie stattdessen -e oder --erase\n"
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr "Verschiebungen müssen mit einem »/« beginnen"
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr "Verschiebungen müssen ein »=« beinhalten"
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr "bei Verschiebungen muss ein »/« dem »=« folgen"
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
#, fuzzy
msgid "exclude paths must begin with a /"
msgstr "Verschiebungen müssen mit einem »/« beginnen"
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
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:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
#, fuzzy
msgid "unexpected query flags"
msgstr "Unerwartete Quelle der Anfrage"
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
#, fuzzy
msgid "unexpected query format"
msgstr "Unerwartete Quelle der Anfrage"
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr "Unerwartete Quelle der Anfrage"
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
#, fuzzy
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr "nur die Installation und Aktualisierung darf erzwungen werden"
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr "Dateien können nur während der Paketinstallation verschoben werden"
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr "nur eines der Argumente --prefix oder --relocate darf angegeben werden"
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
#, fuzzy
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr "--relocate darf nur bei der Installation neuer Pakete benutzt werden"
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr "--prefix darf nur bei der Installation neuer Pakete benutzt werden"
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr "Argumente zu --prefix müssen mit einem / beginnen"
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr "--hash (-h) darf nur während der Paketinstallation angegeben werden"
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr "--percent darf nur während der Paketinstallation angegeben werden"
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr "--replacefiles darf nur während der Paketinstallation angegeben werden"
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr "--replacepkgs darf nur während der Paketinstallation angegeben werden"
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr "--excludedocs darf nur während der Paketinstallation angegeben werden"
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr "--includedocs darf nur während der Paketinstallation angegeben werden"
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr ""
"nur eines der Argumente --excludedocs und --includedocs darf angegeben werden"
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr "--ignorearch darf nur während der Paketinstallation angegeben werden"
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr "--ignoreos darf nur während der Paketinstallation angegeben werden"
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
#, fuzzy
msgid "--ignoresize may only be specified during package installation"
msgstr "--ignoreos darf nur während der Paketinstallation angegeben werden"
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr "--allmatches darf nur während der Paketdeinstallaiton angegeben werden"
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr "--allfiles darf nur während der Paketinstallation angegeben werden"
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
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:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
"--noscripts darf nur während der Paketinstallation, -deinstallation und "
"-überprüfung angegeben werden"
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
"--notriggers darf nur während der Paketinstallation, -deinstallation und "
"-überprüfung angegeben werden"
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
#, fuzzy
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"--nodeps darf nur während der Paketinstallation, -deinstallation und "
"-überprüfung angegeben werden"
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
"--test darf nur während der Paketinstallation, -deinstallation und "
"-erstellung angegeben werden"
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
"--root (-r) darf nur während der Paketinstallation, -deinstallation, "
"-anfrage und Datenbankneuerstellungen angegeben werden"
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr "Argumente zu --root (-r) müssen mit einem / beginnen"
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr "--oldpackage darf nur während Aktualisierungen benutzt werden"
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr "--nopgp darf nur während der Signatur-Überprüfung benutzt werden"
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
#, fuzzy
msgid "--nogpg may only be used during signature checking"
msgstr "--nopgp darf nur während der Signatur-Überprüfung benutzt werden"
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
#, fuzzy
msgid ""
"--nomd5 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:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, fuzzy, c-format
msgid "cannot access file %s\n"
msgstr "kann Datei %s nicht öffnen: "
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
#, fuzzy
msgid "pgp not found: "
msgstr "Datei auf dem Server nicht gefunden"
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr "Die Passwortüberprüfung ist fehlgeschlagen\n"
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr "Das Passwort ist richtig.\n"
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr "--sign darf nur während der Paketerstellung benutzt werden"
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
#, fuzzy
msgid "exec failed\n"
msgstr "%s: Öffnen fehlgeschlagen\n"
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr "Unerwartete Argumente zu --querytags "
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr "Es wurden keine Pakete für die Signaturüberprüfung angegeben"
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr "Es wurden keine Pakete für die Signatur angeben"
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr "Es wurden keine Pakete für die Deinstallation angegeben"
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr "Es wurden keine Pakete für die Installation angegeben"
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr "Zusätzliche Argumente für die Anfrage an alle Pakete angegeben"
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr "Es wurden keine Argumente für die Anfrage angegeben"
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
#, fuzzy
msgid "extra arguments given for verify of all packages"
msgstr "Zusätzliche Argumente für die Anfrage an alle Pakete angegeben"
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr "Es wurden keine Argumente für die Überprüfung angegeben"
msgid "cannot re-open payload: %s\n"
msgstr "kann Datei %s nicht öffnen: "
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
#, fuzzy
msgid "print macro expansion of <expr>+"
msgstr "Die benutzte RPM-Version anzeigen"
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
#, fuzzy
msgid "rebuild database inverted lists from installed package headers"
msgstr "Datenbank aus der vorhandenen neu erstellen"
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
+msgstr ""
+
+#: rpmqv.c:234
#, fuzzy
-msgid "<package>"
+msgid "<package>+"
msgstr "Anfrage an alle Pakete"
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
#, fuzzy
-msgid "upgrade package if already installed"
+msgid "upgrade package(s) if already installed"
msgstr "Paket %s ist nicht installiert\n"
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
#, fuzzy
msgid "<packagefile>+"
msgstr " -b<STUFE> <SPEC> "
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
#, fuzzy
msgid "do not execute scripts (if any)"
msgstr "Keine Stufen ausführen"
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
#, fuzzy
msgid "don't execute any scriptlets triggered by this package"
msgstr "kein Skript ausführen, das durch dieses Paket veranlasst wurde"
-#: rpmqv.c:313
+#: rpmqv.c:279
#, fuzzy
-msgid "<oldpath>=<newpath>"
+msgid "relocate files from path <old> to <new>"
msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
-#: rpmqv.c:324
+#: rpmqv.c:280
+#, fuzzy
+msgid "<old>=<new>"
+msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
+
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
+msgstr ""
+
+#: rpmqv.c:291
#, fuzzy
-msgid "upgrade package"
+msgid "upgrade package(s)"
msgstr "Paket installieren"
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
+msgstr ""
+
+#: rpmqv.c:343
msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:413
+#: rpmqv.c:377
#, fuzzy, c-format
msgid "Usage: %s {--help}\n"
msgstr "Benutzung: rpm {--help}"
-#: rpmqv.c:417
-#, fuzzy, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr " rpm {--initdb} [--dbpath <VERZ>]"
-
-#: rpmqv.c:418
-#, fuzzy, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr " rpm {--rebuilddb} [--rcfile <DATEI>] [--dbpath <VERZ>]"
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-#, fuzzy
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-" [--rcfile <DATEI>] [--ignorearch] [--dbpath <VERZ>]"
-
-#: rpmqv.c:434
-#, fuzzy
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-" [--excludedocs] [--includedocs] [--rcfile <DATEI>]"
-
-#: rpmqv.c:442
-#, fuzzy, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-" rpm {--erase -e] [--root <VERZ>] [--noscripts] [--rcfile <DATEI>]"
-
-#: rpmqv.c:449
-#, fuzzy
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr " [--scripts] [--root <VERZ>] [--rcfile <DATEI>]"
-
-#: rpmqv.c:456
-#, fuzzy, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr " rpm {--verify -V -y} [-afpg] [--root <VERZ>] [--rcfile <DATEI>]"
-
-#: rpmqv.c:460
-#, fuzzy, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr " rpm {--setperms} [-afpg] [ZIEL]"
-
-#: rpmqv.c:461
-#, fuzzy, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr " rpm {--setugids} [-afpg] [ZIEL]"
-
-#: rpmqv.c:465
-#, fuzzy, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
-msgstr " rpm {--resign} [--rcfile <DATEI>] PAKET1 PAKET2 ... PAKETn"
-
-#: rpmqv.c:466
-#, fuzzy, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
-msgstr " rpm {--addsign} [--rcfile <DATEI>] PAKET1 PAKET2 ... PAKETn"
-
-#: rpmqv.c:467
-#, fuzzy, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
-msgstr " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <DATEI>]"
-
-#: rpmqv.c:511
+#: rpmqv.c:448
#, fuzzy
msgid " All modes support the following options:"
msgstr " alle Modi unterstützen folgende Argumente:"
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
#, fuzzy
msgid " --eval '<expr>+' "
msgstr " -b<STUFE> <SPEC> "
-#: rpmqv.c:515
+#: rpmqv.c:452
#, fuzzy
msgid "print the expansion of macro <expr> to stdout"
msgstr "Die benutzte RPM-Version anzeigen"
-#: rpmqv.c:516
+#: rpmqv.c:453
#, fuzzy
msgid " --pipe <cmd> "
msgstr " -b<STUFE> <SPEC> "
-#: rpmqv.c:518
+#: rpmqv.c:455
#, fuzzy
msgid " --rcfile <file:...> "
msgstr " -b<STUFE> <SPEC> "
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
#, fuzzy
msgid " --dbpath <dir> "
msgstr " -b<STUFE> <SPEC> "
-#: rpmqv.c:525
+#: rpmqv.c:462
#, fuzzy
msgid " --root <dir> "
msgstr " -b<STUFE> <SPEC> "
-#: rpmqv.c:535
+#: rpmqv.c:472
#, fuzzy
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
" Installieren, Aktualisieren und Anfragen (mit -p) erlauben es, ftp-URLs"
-#: rpmqv.c:536
+#: rpmqv.c:473
#, fuzzy
msgid " of file names as well as the following options:"
msgstr ""
" anstelle von Dateinamen zu benutzen. Außerdem die folgenden Optionen:\n"
-#: rpmqv.c:537
+#: rpmqv.c:474
#, fuzzy
msgid " --ftpproxy <host> "
msgstr " -b<STUFE> <SPEC> "
-#: rpmqv.c:539
+#: rpmqv.c:476
#, fuzzy
msgid " --ftpport <port> "
msgstr " -b<STUFE> <SPEC> "
-#: rpmqv.c:541
+#: rpmqv.c:478
#, fuzzy
msgid " --httpproxy <host> "
msgstr " -b<STUFE> <SPEC> "
-#: rpmqv.c:543
+#: rpmqv.c:480
#, fuzzy
msgid " --httpport <port> "
msgstr " -b<STUFE> <SPEC> "
-#: rpmqv.c:549
+#: rpmqv.c:486
#, fuzzy
msgid " Package specification options:"
msgstr " Optionen der Paketauswahl:"
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
#, fuzzy
msgid "query/verify all packages"
msgstr "Anfrage an alle Pakete"
-#: rpmqv.c:552
+#: rpmqv.c:489
#, fuzzy
msgid " -f <file>+ "
msgstr " -b<STUFE> <SPEC> "
-#: rpmqv.c:553
+#: rpmqv.c:490
#, fuzzy
msgid "query/verify package owning <file>"
msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-#: rpmqv.c:554
+#: rpmqv.c:491
#, fuzzy
msgid " -p <packagefile>+ "
msgstr " -b<STUFE> <SPEC> "
-#: rpmqv.c:555
+#: rpmqv.c:492
#, fuzzy
msgid "query/verify (uninstalled) package <packagefile>"
msgstr "Anfrage nach (nicht installiertem) Paket <PAKET-DATEI>"
-#: rpmqv.c:556
+#: rpmqv.c:493
#, fuzzy
msgid " --triggeredby <pkg> "
msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-#: rpmqv.c:557
+#: rpmqv.c:494
#, fuzzy
msgid "query/verify packages triggered by <pkg>"
msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-#: rpmqv.c:558
+#: rpmqv.c:495
#, fuzzy
msgid " --whatprovides <cap> "
msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-#: rpmqv.c:559
+#: rpmqv.c:496
#, fuzzy
msgid "query/verify packages which provide <cap> capability"
msgstr "Anfrage nach Paketen, die die Fähigkeit <i> bereitstellen"
-#: rpmqv.c:560
+#: rpmqv.c:497
#, fuzzy
msgid " --whatrequires <cap> "
msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-#: rpmqv.c:561
+#: rpmqv.c:498
#, fuzzy
msgid "query/verify packages which require <cap> capability"
msgstr "Anfrage nach Paketen, die die Fähigkeit <i> benötigen"
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
#, fuzzy
msgid " Information selection options:"
msgstr " Optionen der Informationsauswahl:"
-#: rpmqv.c:584
+#: rpmqv.c:521
#, fuzzy
msgid "list capabilities provided by package"
msgstr "Fähigkeiten des Pakets auflisten"
-#: rpmqv.c:586
+#: rpmqv.c:523
#, fuzzy
msgid "list capabilities required by package"
msgstr "Fähigkeiten des Pakets auflisten"
-#: rpmqv.c:588
+#: rpmqv.c:525
#, fuzzy
msgid "print the various [un]install scriptlets"
msgstr "Die diversen (De-)Installations-Skripte ausgeben"
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
#, fuzzy
msgid " --install <packagefile>"
msgstr "Paket installieren"
-#: rpmqv.c:617
+#: rpmqv.c:554
#, fuzzy
msgid " -i <packagefile> "
msgstr " -b<STUFE> <SPEC> "
-#: rpmqv.c:626
+#: rpmqv.c:563
#, fuzzy
msgid " --excludepath <path> "
msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
-#: rpmqv.c:647
+#: rpmqv.c:584
#, fuzzy
msgid "don't execute any installation scriptlets"
msgstr "Keine Installations-Skripte ausführen"
-#: rpmqv.c:652
+#: rpmqv.c:589
#, fuzzy
msgid " --prefix <dir> "
msgstr " -b<STUFE> <SPEC> "
-#: rpmqv.c:654
+#: rpmqv.c:591
#, fuzzy
msgid " --relocate <oldpath>=<newpath>"
msgstr "verschiebe Dateien von <alter_Pfad> nach <neuer_Pfad>"
-#: rpmqv.c:663
+#: rpmqv.c:600
#, fuzzy
msgid " --upgrade <packagefile>"
msgstr "Paket installieren"
-#: rpmqv.c:664
+#: rpmqv.c:601
#, fuzzy
msgid " -U <packagefile> "
msgstr " -b<STUFE> <SPEC> "
-#: rpmqv.c:669
+#: rpmqv.c:606
#, fuzzy
msgid " --erase <package>"
msgstr "Paket installieren"
-#: rpmqv.c:688
+#: rpmqv.c:625
#, fuzzy
msgid " --resign <pkg>+ "
msgstr " -b<STUFE> <SPEC> "
-#: rpmqv.c:690
+#: rpmqv.c:627
#, fuzzy
msgid " --addsign <pkg>+ "
msgstr " -b<STUFE> <SPEC> "
-#: rpmqv.c:693
+#: rpmqv.c:630
#, fuzzy
msgid " --checksig <pkg>+"
msgstr " -b<STUFE> <SPEC> "
-#: rpmqv.c:694
+#: rpmqv.c:631
#, fuzzy
msgid " -K <pkg>+ "
msgstr " -b<STUFE> <SPEC> "
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
#, fuzzy
msgid "rebuild database indices from existing database headers"
msgstr "Datenbank aus der vorhandenen neu erstellen"
-#: rpmqv.c:996
+#: rpmqv.c:928
#, fuzzy
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr "Benutzen Sie stattdessen -e oder --erase\n"
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr "--dbpath wurde für eine Operation angeben, die keine Datenbank benutzt"
-#: rpmqv.c:1158
+#: rpmqv.c:1086
#, fuzzy
msgid ""
"--notriggers may only be specified during package installation and erasure"
"--justdb kann nur während der Paketinstallation und -deinstallation "
"angegeben werden"
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr "Es wurden keine Paketdateien für die Neuerstellung angegeben"
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr "Es wurde kein spec-Datei für die Erstellung angegeben"
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr "Es wurde keine tar-Datei für die Erstellung angegeben"
# , c-format
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
#, fuzzy
msgid "Unable to open temp file.\n"
msgstr "Datei %s kann nicht zum Lesen geöffnet werden: %s."
msgid "syntax error in expression\n"
msgstr "? im Ausdruck erwartet"
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, fuzzy, c-format
msgid "Missing '(' in %s %s\n"
msgstr "fehlende { nach %{"
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, fuzzy, c-format
msgid "Missing ')' in %s(%s\n"
msgstr "fehlender ':' bei %s:%d"
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, fuzzy, c-format
msgid "Invalid %s token: %s\n"
msgstr "ungültige Paket-Nummer: %s\n"
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
# , c-format
-#: build/files.c:417
+#: build/files.c:419
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr "Lesen von %s fehlgeschlagen: %s."
# , c-format
-#: build/files.c:427
+#: build/files.c:429
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr "Lesen von %s fehlgeschlagen: %s."
# , c-format
-#: build/files.c:439
+#: build/files.c:441
#, fuzzy, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr "Lesen von %s fehlgeschlagen: %s."
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
# , c-format
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, fuzzy, c-format
msgid "Two files on one line: %s\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
-#: build/files.c:771
+#: build/files.c:773
#, fuzzy, c-format
msgid "File must begin with \"/\": %s\n"
msgstr "Verschiebungen müssen mit einem »/« beginnen"
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
# , c-format
-#: build/files.c:949
+#: build/files.c:952
#, fuzzy, c-format
msgid "File listed twice: %s\n"
msgstr "Lesen von %s fehlgeschlagen: %s."
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
# , c-format
-#: build/files.c:1155
+#: build/files.c:1229
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr "Lesen von %s fehlgeschlagen: %s."
-#: build/files.c:1165
+#: build/files.c:1239
#, fuzzy, c-format
msgid "File not found: %s\n"
msgstr "Datei auf dem Server nicht gefunden"
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
# , c-format
-#: build/files.c:1220
+#: build/files.c:1294
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
-#: build/files.c:1297
+#: build/files.c:1371
#, fuzzy, c-format
msgid "File needs leading \"/\": %s\n"
msgstr "Verschiebungen müssen mit einem »/« beginnen"
-#: build/files.c:1327
+#: build/files.c:1401
#, fuzzy, c-format
msgid "File not found by glob: %s\n"
msgstr "Datei auf dem Server nicht gefunden"
-#: build/files.c:1382
+#: build/files.c:1455
#, fuzzy
msgid "Could not open %%files file %s: %s\n"
msgstr "Fehler: kann Datei %s nicht öffnen\n"
# , c-format
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, fuzzy, c-format
msgid "line: %s\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
# , c-format
-#: build/files.c:1720
+#: build/files.c:1791
#, fuzzy, c-format
msgid "Bad file: %s: %s\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, fuzzy, c-format
msgid "Couldn't exec %s: %s\n"
msgstr "Konnte pgp nicht durchführen"
-#: build/files.c:1794
+#: build/files.c:1864
#, fuzzy, c-format
msgid "Couldn't fork %s: %s\n"
msgstr "Konnte Signatur-Ziel (»sigtarget«) nicht lesen"
-#: build/files.c:1876
+#: build/files.c:1946
#, fuzzy, c-format
msgid "%s failed\n"
msgstr "pgp fehlgeschlagen"
# , c-format
-#: build/files.c:1880
+#: build/files.c:1950
#, fuzzy, c-format
msgid "failed to write all data to %s\n"
msgstr "anlegen von %s fehlgeschlagen\n"
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
# , c-format
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, fuzzy, c-format
msgid "Failed to find %s:\n"
msgstr "anlegen von %s fehlgeschlagen\n"
# , c-format
-#: build/files.c:2160
+#: build/files.c:2232
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
msgstr ""
# , c-format
-#: build/pack.c:52
+#: build/pack.c:61
#, fuzzy, c-format
msgid "create archive failed on file %s: %s\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
-#: build/pack.c:74
+#: build/pack.c:83
#, fuzzy, c-format
msgid "cpio_copy write failed: %s\n"
msgstr "lesen fehlgeschlagen: %s (%d)"
-#: build/pack.c:81
+#: build/pack.c:90
#, fuzzy, c-format
msgid "cpio_copy read failed: %s\n"
msgstr "lesen fehlgeschlagen: %s (%d)"
-#: build/pack.c:165
+#: build/pack.c:174
#, fuzzy, c-format
msgid "Could not open PreIn file: %s\n"
msgstr "Fehler: kann Datei %s nicht öffnen\n"
-#: build/pack.c:172
+#: build/pack.c:181
#, fuzzy, c-format
msgid "Could not open PreUn file: %s\n"
msgstr "Fehler: kann Datei %s nicht öffnen\n"
-#: build/pack.c:179
+#: build/pack.c:188
#, fuzzy, c-format
msgid "Could not open PostIn file: %s\n"
msgstr "Fehler: kann Datei %s nicht öffnen\n"
-#: build/pack.c:186
+#: build/pack.c:195
#, fuzzy, c-format
msgid "Could not open PostUn file: %s\n"
msgstr "Fehler: kann Datei %s nicht öffnen\n"
-#: build/pack.c:194
+#: build/pack.c:203
#, fuzzy, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr "Fehler: kann Datei %s nicht öffnen\n"
-#: build/pack.c:209
+#: build/pack.c:218
#, fuzzy, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr "Fehler: kann Datei %s nicht öffnen\n"
# , c-format
-#: build/pack.c:235
+#: build/pack.c:244
#, fuzzy, c-format
msgid "readRPM: open %s: %s\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
# , c-format
-#: build/pack.c:245
+#: build/pack.c:254
#, fuzzy, c-format
msgid "readRPM: read %s: %s\n"
msgstr "Lesen von %s fehlgeschlagen: %s."
-#: build/pack.c:266
+#: build/pack.c:275
#, fuzzy, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "Fehler: %s scheint zu keinem RPM-Paket zu gehören\n"
-#: build/pack.c:272
+#: build/pack.c:284
#, fuzzy, c-format
msgid "readRPM: reading header from %s\n"
msgstr "Fehler beim Eintrag %s von %s"
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, fuzzy, c-format
msgid "Generating signature: %d\n"
msgstr "PGP-Signatur generieren"
# , c-format
-#: build/pack.c:433
+#: build/pack.c:447
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "Öffnen von %s fehlgeschlagen\n"
# , c-format
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "Nicht möglich %s zu schreiben"
# , c-format
-#: build/pack.c:485
+#: build/pack.c:499
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr "Nicht möglich %s zu schreiben"
# , c-format
-#: build/pack.c:495
+#: build/pack.c:509
#, fuzzy, c-format
msgid "Unable to read header from %s: %s\n"
msgstr "Nicht möglich %s zu schreiben"
# , c-format
-#: build/pack.c:509
+#: build/pack.c:523
#, fuzzy, c-format
msgid "Unable to write header to %s: %s\n"
msgstr "Nicht möglich %s zu schreiben"
# , c-format
-#: build/pack.c:519
+#: build/pack.c:533
#, fuzzy, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr "Nicht möglich %s zu schreiben"
# , c-format
-#: build/pack.c:525
+#: build/pack.c:539
#, fuzzy, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr "Nicht möglich %s zu schreiben"
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, fuzzy, c-format
msgid "cannot create %s: %s\n"
msgstr "kann Datei %s nicht öffnen: "
msgid "Package has no %%description: %s\n"
msgstr "Paket %s wird nicht in %s aufgeführt"
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, fuzzy, c-format
msgid "line %d: Bad number: %s\n"
msgstr "ungültige Paket-Nummer: %s\n"
-#: build/spec.c:234
+#: build/spec.c:222
#, fuzzy, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr "ungültige Paket-Nummer: %s\n"
-#: build/spec.c:292
+#: build/spec.c:280
#, fuzzy, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "ungültige Paket-Nummer: %s\n"
-# , c-format
-#: lib/cpio.c:445
-#, fuzzy, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr "Lesen von %s fehlgeschlagen: %s."
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, fuzzy, c-format
msgid "(error 0x%x)"
msgstr "Fehler: "
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
#, fuzzy
msgid "Unknown file type"
msgstr "(unbekannter Typ)"
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
#, fuzzy
msgid "Internal error"
msgstr "Fataler Fehler: "
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
#, fuzzy
msgid " failed - "
msgstr "pgp fehlgeschlagen"
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
+#, c-format
+msgid "db%d error(%d) from %s: %s\n"
+msgstr ""
+
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
+#, c-format
+msgid "db%d error(%d): %s\n"
+msgstr ""
+
+#: lib/db1.c:387
+#, c-format
+msgid "closed db file %s\n"
+msgstr ""
+
+#: lib/db1.c:390
+#, c-format
+msgid "removed db file %s\n"
+msgstr ""
+
+# , c-format
+#: lib/db1.c:421
+#, fuzzy, c-format
+msgid "bad db file %s\n"
+msgstr "Öffnen von %s fehlgeschlagen: %s"
+
+#: lib/db1.c:426
+#, fuzzy, c-format
+msgid "opening db file %s mode 0x%x\n"
+msgstr "Datenbank aus der vorhandenen neu erstellen"
+
+#. XXX check errno validity
+#: lib/db1.c:449
+#, fuzzy, c-format
+msgid "cannot get %s lock on database\n"
+msgstr "kann %s lock für die Datenbank nicht bekommen"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
+msgstr "exklusiv"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
+msgstr "geteilt"
+
+#: lib/db2.c:145 lib/db3.c:130
+#, c-format
+msgid "closed db environment %s/%s\n"
+msgstr ""
+
+#: lib/db2.c:161 lib/db3.c:146
+#, c-format
+msgid "removed db environment %s/%s\n"
+msgstr ""
+
+#: lib/db2.c:198 lib/db3.c:183
+#, c-format
+msgid "opening db environment %s/%s %s\n"
+msgstr ""
+
+#: lib/db2.c:588 lib/db3.c:569
+#, c-format
+msgid "closed db index %s/%s\n"
+msgstr ""
+
+#: lib/db2.c:678 lib/db3.c:659
+#, fuzzy, c-format
+msgid "opening db index %s/%s %s mode=0x%x\n"
+msgstr "Datenbank aus der vorhandenen neu erstellen"
+
+#: lib/db2.c:784 lib/db3.c:764
+#, fuzzy, c-format
+msgid "cannot get %s lock on %s/%s\n"
+msgstr "kann %s lock für die Datenbank nicht bekommen"
+
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
+msgstr ""
+
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
+msgstr ""
+
+#: lib/dbconfig.c:287
+#, c-format
+msgid "%s has invalid numeric value, skipped\n"
+msgstr ""
+
+#: lib/dbconfig.c:296
+#, c-format
+msgid "%s has too large or too small long value, skipped\n"
+msgstr ""
+
+#: lib/dbconfig.c:305
+#, c-format
+msgid "%s has too large or too small integer value, skipped\n"
+msgstr ""
+
#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/depends.c:565
#, c-format
msgid ""
"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
"\tA %s\tB %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/depends.c:594
#, c-format
msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/depends.c:962
#, c-format
msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/depends.c:1021
#, c-format
msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/depends.c:1073
#, c-format
msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/depends.c:1092
#, c-format
msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/depends.c:1096
+#: lib/depends.c:1109
#, fuzzy, c-format
msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr "die Datei »%s« gehört zu keinem Paket\n"
-#: lib/depends.c:1118
+#: lib/depends.c:1131
#, c-format
msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/depends.c:1131
+#: lib/depends.c:1144
#, c-format
msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/depends.c:1145
+#: lib/depends.c:1158
#, fuzzy, c-format
msgid "%s: %-45s YES (db package)\n"
msgstr "die Datei »%s« gehört zu keinem Paket\n"
-#: lib/depends.c:1161
+#: lib/depends.c:1174
#, c-format
msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/depends.c:1195
#, fuzzy, c-format
msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr "die Datei »%s« gehört zu keinem Paket\n"
#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/depends.c:1256
#, fuzzy, c-format
msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr "Paket %s wird nicht in %s aufgeführt"
#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/depends.c:1323
#, fuzzy, c-format
msgid "package %s conflicts: %s\n"
msgstr "Paket %s wird nicht in %s aufgeführt"
# FIXME
-#: lib/depends.c:1523
+#: lib/depends.c:1539
#, fuzzy, c-format
msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr "Fehler beim Löschen des Eintrags %s nach %s"
#. Record all relations.
-#: lib/depends.c:1662
+#: lib/depends.c:1678
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1709
+#: lib/depends.c:1725
msgid "========== tsorting packages\n"
msgstr ""
-#: lib/depends.c:1754
+#: lib/depends.c:1770
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1803
+#: lib/depends.c:1819
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1834
+#: lib/depends.c:1850
msgid "========== continuing tsort ...\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/falloc.c:141
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid ""
+"free list corrupt (%u)- please run\n"
+"\t\"rpm --rebuilddb\"\n"
+"More information is available from http://www.rpm.org or the "
+"rpm-list@redhat.com mailing list\n"
+"if \"rpm --rebuilddb\" fails to correct the problem.\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
-#, c-format
-msgid "db%d error(%d): %s\n"
-msgstr ""
+#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+msgid "(not a number)"
+msgstr "(keine Zahl)"
-#: lib/db1.c:387
-#, c-format
-msgid "closed db file %s\n"
-msgstr ""
+# , c-format
+#: lib/fs.c:69
+#, fuzzy, c-format
+msgid "mntctl() failed to return size: %s\n"
+msgstr "anlegen von %s fehlgeschlagen\n"
-#: lib/db1.c:390
+#: lib/fs.c:84
#, c-format
-msgid "removed db file %s\n"
+msgid "mntctl() failed to return mount points: %s\n"
msgstr ""
# , c-format
-#: lib/db1.c:421
+#: lib/fs.c:104 lib/fs.c:184 lib/fs.c:287
#, fuzzy, c-format
-msgid "bad db file %s\n"
+msgid "failed to stat %s: %s\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
-#: lib/db1.c:426
-#, fuzzy, c-format
-msgid "opening db file %s mode 0x%x\n"
-msgstr "Datenbank aus der vorhandenen neu erstellen"
-
-#. XXX check errno validity
-#: lib/db1.c:449
-#, fuzzy, c-format
-msgid "cannot get %s lock on database\n"
-msgstr "kann %s lock für die Datenbank nicht bekommen"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
-msgstr "exklusiv"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
-msgstr "geteilt"
-
-#: lib/db2.c:141
-#, c-format
-msgid "closed db environment %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:153
-#, c-format
-msgid "removed db environment %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:190
-#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
-msgstr ""
-
-#: lib/db2.c:565
-#, c-format
-msgid "closed db index %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:643
-#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:268
-#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
-msgstr ""
-
-#: lib/db3.c:297
-#, c-format
-msgid "%s has invalid numeric value, skipped\n"
-msgstr ""
-
-#: lib/db3.c:306
-#, c-format
-msgid "%s has too large or too small long value, skipped\n"
+#: lib/fs.c:147
+msgid "getting list of mounted filesystems\n"
msgstr ""
-#: lib/db3.c:315
-#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
-msgstr ""
+# , c-format
+#: lib/fs.c:152 rpmio/url.c:452
+#, fuzzy, c-format
+msgid "failed to open %s: %s\n"
+msgstr "Öffnen von %s fehlgeschlagen: %s"
-#: lib/db3.c:484
+#: lib/fs.c:309
#, c-format
-msgid "closed db environment %s/%s\n"
+msgid "file %s is on an unknown device\n"
msgstr ""
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
msgstr ""
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
-msgstr ""
+# , c-format
+#: lib/fsm.c:274
+#, fuzzy, c-format
+msgid "%9d %s\n"
+msgstr "Öffnen von %s fehlgeschlagen: %s"
-#: lib/db3.c:923
+#: lib/fsm.c:1042
#, c-format
-msgid "closed db index %s/%s\n"
+msgid "%s directory created with perms %04o.\n"
msgstr ""
-#: lib/db3.c:1013
+#: lib/fsm.c:1344 lib/fsm.c:1461
#, fuzzy, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr "Datenbank aus der vorhandenen neu erstellen"
+msgid "%s saved as %s\n"
+msgstr "kann Datei %s nicht öffnen: "
-#: lib/db3.c:1118
+#: lib/fsm.c:1486
#, fuzzy, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr "kann %s lock für die Datenbank nicht bekommen"
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
-msgstr ""
-
-#: lib/falloc.c:141
-#, c-format
-msgid ""
-"free list corrupt (%u)- please run\n"
-"\t\"rpm --rebuilddb\"\n"
-"More information is available from http://www.rpm.org or the "
-"rpm-list@redhat.com mailing list\n"
-"if \"rpm --rebuilddb\" fails to correct the problem.\n"
-msgstr ""
-
-#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
-msgid "(not a number)"
-msgstr "(keine Zahl)"
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr "kann %s nicht entfernen - Verzeichnis ist nicht leer"
-# , c-format
-#: lib/fs.c:69
+#: lib/fsm.c:1491
#, fuzzy, c-format
-msgid "mntctl() failed to return size: %s\n"
-msgstr "anlegen von %s fehlgeschlagen\n"
-
-#: lib/fs.c:84
-#, c-format
-msgid "mntctl() failed to return mount points: %s\n"
-msgstr ""
+msgid "%s rmdir of %s failed: %s\n"
+msgstr "Entfernen von %s fehlgeschlagen: %s"
-# , c-format
-#: lib/fs.c:104 lib/fs.c:184 lib/fs.c:287
+#: lib/fsm.c:1500
#, fuzzy, c-format
-msgid "failed to stat %s: %s\n"
-msgstr "Öffnen von %s fehlgeschlagen: %s"
-
-#: lib/fs.c:147
-msgid "getting list of mounted filesystems\n"
-msgstr ""
+msgid "%s unlink of %s failed: %s\n"
+msgstr "öffnen von %s fehlgeschlagen: %s\n"
-# , c-format
-#: lib/fs.c:152 rpmio/url.c:452
+#: lib/fsm.c:1517
#, fuzzy, c-format
-msgid "failed to open %s: %s\n"
-msgstr "Öffnen von %s fehlgeschlagen: %s"
-
-#: lib/fs.c:309
-#, c-format
-msgid "file %s is on an unknown device\n"
-msgstr ""
+msgid "%s created as %s\n"
+msgstr "kann Datei %s nicht öffnen: "
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr "fehlende { nach %{"
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr "fehlende } nach %{"
# »Tag« übersetzen??? -ke-
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr "leeres »Tag«-Format"
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr "leerer »Tag«-Name"
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr "unbekannter »Tag«"
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr "] am Ende des Arrays erwartet"
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr "unerwartete ]"
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr "unerwartete }"
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr "? im Ausdruck erwartet"
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
#, fuzzy
msgid "{ expected after ? in expression"
msgstr "{ nach ? im Ausdruck erwartet"
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr "} im Ausdruck erwartet"
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ": nach ? Unterausdruck erwartet"
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
#, fuzzy
msgid "{ expected after : in expression"
msgstr "{ nach : im Ausdruck erwartet"
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr "| am Ende des Ausdrucks erwartet"
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr "(unbekannter Typ)"
-# , c-format
-#: lib/install.c:190 lib/uninstall.c:209
-#, fuzzy, c-format
-msgid " file: %s action: %s\n"
-msgstr "Öffnen von %s fehlgeschlagen: %s"
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
-
-#. this would probably be a good place to check if disk space
-#. was used up - if so, we should return a different error
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "öffnen von %s fehlgeschlagen: %s\n"
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-#, fuzzy
-msgid "installing a source package\n"
-msgstr "Paket installieren"
-
-#: lib/install.c:721
-#, fuzzy, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr "kann Datei %s nicht öffnen: "
-
-#: lib/install.c:728 lib/install.c:759
-#, fuzzy, c-format
-msgid "cannot write to %s\n"
-msgstr "kann Datei %s nicht öffnen: "
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, fuzzy, c-format
-msgid "cannot create specdir %s\n"
-msgstr "kann Datei %s nicht öffnen: "
-
-# , c-format
-#: lib/install.c:763
-#, fuzzy, c-format
-msgid "spec file in: %s\n"
-msgstr "Öffnen von %s fehlgeschlagen: %s"
-
-#: lib/install.c:796 lib/install.c:825
-#, fuzzy
-msgid "source package contains no .spec file\n"
-msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, fuzzy, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr "umbennen von %s nach %s fehlgeschlagen: %s"
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-# FIXME shared, besser: "mit anderen geteilte ..."
-#: lib/install.c:979
-#, fuzzy, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr "Paket %s-%s-%s beinhaltet geteilte Dateien\n"
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "Fehler: überspringe %s - Übertragung fehlgeschlagen - %s\n"
-
-#: lib/install.c:1069
-#, fuzzy, c-format
-msgid "%s created as %s\n"
-msgstr "kann Datei %s nicht öffnen: "
-
-#: lib/install.c:1105
-#, fuzzy, c-format
-msgid "%s saved as %s\n"
-msgstr "kann Datei %s nicht öffnen: "
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, fuzzy, c-format
msgid "error creating temporary file %s\n"
msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
-#: lib/package.c:88
+#: lib/package.c:119
#, fuzzy
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
"Nur Pakete mit Hauptnummern <= 3 werden von dieser RPM-Version unterstützt"
-#: lib/package.c:143
+#: lib/package.c:179
#, fuzzy
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
"Nur Pakete mit Hauptnummern <= 3 werden von dieser RPM-Version unterstützt"
# , c-format
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, fuzzy, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr "Lesen von %s fehlgeschlagen: %s."
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr "präparieren (Quellen entpacken und Patch-Dateien anwenden"
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
#, fuzzy
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr "Paket installieren"
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, fuzzy, c-format
msgid "verify %files section from <specfile>"
msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
#, fuzzy
msgid "build source and binary packages from <specfile>"
msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
#, fuzzy
msgid "build binary package only from <specfile>"
msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
#, fuzzy
msgid "build source package only from <specfile>"
msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr "präparieren (Quellen entpacken und Patch-Dateien anwenden"
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, fuzzy, c-format
msgid "verify %files section from <tarball>"
msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
#, fuzzy
msgid "build source and binary packages from <tarball>"
msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
#, fuzzy
msgid "build binary package only from <tarball>"
msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
#, fuzzy
msgid "build source package only from <tarball>"
msgstr "Erstelle die Pakete für das Betriebssystem <BS>"
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
#, fuzzy
msgid "build binary package from <source package>"
msgstr ""
"Binärpaket erstellen (präparieren, kompilieren, installieren und paketieren)"
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
#, fuzzy
msgid "<source package>"
msgstr "Anfrage an alle Pakete"
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
#, fuzzy
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr "Paket installieren"
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
#, fuzzy
msgid "override build root"
msgstr "Benutze <VERZ> als Stammverzeichnis beim Erstellen"
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+# , c-format
+#: lib/poptBT.c:179
+#, fuzzy
+msgid "debug file state machine"
+msgstr "Öffnen von %s fehlgeschlagen: %s"
+
+#: lib/poptBT.c:181
#, fuzzy
msgid "do not execute any stages of the build"
msgstr "Keine Stufen ausführen"
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
#, fuzzy
msgid "remove specfile when done"
msgstr "Quellen und spec-Dateien nach Beendigung löschen"
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
+
+#.
+#. * This would probably be a good place to check if disk space
+#. * was used up - if so, we should return a different error.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "öffnen von %s fehlgeschlagen: %s\n"
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, fuzzy, c-format
+msgid "cannot create %s %s\n"
+msgstr "kann Datei %s nicht öffnen: "
+
+#: lib/psm.c:661
+#, fuzzy, c-format
+msgid "cannot write to %s\n"
+msgstr "kann Datei %s nicht öffnen: "
+
+#: lib/psm.c:683
+#, fuzzy
+msgid "installing a source package\n"
+msgstr "Paket installieren"
+
+#: lib/psm.c:733
+#, fuzzy
+msgid "source package contains no .spec file\n"
+msgstr "Anfrage nach Paket, das die Datei <DATEI> besitzt"
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+# FIXME shared, besser: "mit anderen geteilte ..."
+#: lib/psm.c:927 lib/psm.c:1101
+#, fuzzy, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr "Paket %s-%s-%s beinhaltet geteilte Dateien\n"
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, fuzzy, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr "Keine Stufen ausführen"
+
+#: lib/psm.c:998
+#, fuzzy
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr "Fehler: überspringe %s - Übertragung fehlgeschlagen - %s\n"
+
+#: lib/query.c:161
#, fuzzy, c-format
msgid "incorrect format: %s\n"
msgstr "Fehler beim Format %s\n"
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr "(beinhaltet keine Dateien)"
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
#, fuzzy
msgid "not installed "
msgstr "Paket %s ist nicht installiert\n"
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, fuzzy, c-format
msgid "(unknown %3d) "
msgstr "(unbekannter Typ)"
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
#, fuzzy
msgid "package has neither file owner or id lists\n"
msgstr "Paket hat keinen Namen"
-#: lib/query.c:418
+#: lib/query.c:428
#, fuzzy, c-format
msgid "can't query %s: %s\n"
msgstr "Fehler: kann %s nicht öffnen\n"
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, fuzzy, c-format
msgid "open of %s failed: %s\n"
msgstr "öffnen von %s fehlgeschlagen: %s\n"
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr "altes Sourceformat-Paket kann nicht angefragt werden\n"
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "%s scheint kein RPM-Paket zu sein\n"
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr "Anfrage von %s fehlgeschlagen\n"
-#: lib/query.c:601
+#: lib/query.c:614
#, fuzzy, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "Anfrage von %s fehlgeschlagen\n"
-#: lib/query.c:624
+#: lib/query.c:637
#, fuzzy
msgid "no packages\n"
msgstr "Anfrage an alle Pakete"
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr "kein Paket triggert %s\n"
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr "kein Paket verlangt %s\n"
# oder besser: ... listet %s auf? -ke-
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr "kein Paket stellt %s bereit\n"
# , c-format
-#: lib/query.c:697
+#: lib/query.c:710
#, fuzzy, c-format
msgid "file %s: %s\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "die Datei »%s« gehört zu keinem Paket\n"
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr "ungültige Paket-Nummer: %s\n"
-#: lib/query.c:730
+#: lib/query.c:743
#, fuzzy, c-format
msgid "package record number: %u\n"
msgstr "ungültige Paket-Nummer: %s\n"
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr "Eintrag %d konnte nicht gelesen werden\n"
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr "Paket %s ist nicht installiert\n"
msgid "%s: Fread failed: %s\n"
msgstr "%s: »readLead« fehlgeschlagen\n"
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr "%s: »readLead« fehlgeschlagen\n"
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr "%s: Kann v1.0-RPM nicht signieren\n"
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr "%s: Kann v2.0-RPM nicht erneuert signieren\n"
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr "%s: »rpmReadSignature« fehlgeschlagen\n"
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr "%s: Keine Signatur verfügbar\n"
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, fuzzy, c-format
msgid "%s: writeLead failed: %s\n"
msgstr "%s: »readLead« fehlgeschlagen\n"
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, fuzzy, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr "%s: »rpmReadSignature« fehlgeschlagen\n"
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr "%s: Keine Signatur verfügbar (v1.0 RPM)\n"
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
#, fuzzy
msgid " (MISSING KEYS:"
msgstr " (FEHLENDE SCHLüSSEL)"
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, fuzzy, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr "kann Datei %s nicht öffnen: "
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, fuzzy, c-format
msgid "cannot open %s index\n"
msgstr "Fehler: kann %s nicht öffnen\n"
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, fuzzy, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr "Fehler beim Eintrag %s von %s"
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, fuzzy, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr "Fehler bei Schreiben des Eintrags %s nach %s"
# FIXME
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, fuzzy, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr "Fehler beim Löschen des Eintrags %s nach %s"
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
#, fuzzy
msgid "no dbpath has been set\n"
msgstr "»dbpath« ist nicht gesetzt"
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "Fehler beim Suchen nach Paket %s\n"
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "kann Kopfzeilen bei %d nicht lesen, um danach zu suchen"
# FIXME
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, fuzzy, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "Fehler beim Löschen des Eintrags %s nach %s"
# FIXME
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, fuzzy, c-format
msgid "removing %d entries from %s index.\n"
msgstr "Fehler beim Löschen des Eintrags %s nach %s"
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "Fehler beim Suchen nach Paket %s\n"
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
# FIXME
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, fuzzy, c-format
msgid "adding %d entries to %s index.\n"
msgstr "Fehler beim Löschen des Eintrags %s nach %s"
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr "»dbpath« ist nicht gesetzt"
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, fuzzy, c-format
msgid "rebuilding database %s into %s\n"
msgstr "Datenbank aus der vorhandenen neu erstellen"
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, fuzzy, c-format
msgid "temporary database %s already exists\n"
msgstr "die temporäre Datenbank %s existiert schon"
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, fuzzy, c-format
msgid "creating directory %s\n"
msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, fuzzy, c-format
msgid "opening old database with dbapi %d\n"
msgstr "Datenbank aus der vorhandenen neu erstellen"
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, fuzzy, c-format
msgid "opening new database with dbapi %d\n"
msgstr "Datenbank aus der vorhandenen neu erstellen"
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, fuzzy, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr ""
"Eintrag Nummer %d in der Datenback ist nicht in Ordnung -- wird übersprungen"
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, fuzzy, c-format
msgid "cannot add record originally at %d\n"
msgstr "kann einen Eintrag hinzufügen, ursprünglich bei %d"
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, fuzzy, c-format
msgid "removing directory %s\n"
msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
# , c-format
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, fuzzy, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "Öffnen von %s fehlgeschlagen: %s"
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
#, fuzzy
msgid "Preparing packages for installation..."
msgstr "Es wurden keine Pakete für die Installation angegeben"
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
#, fuzzy
msgid "counting packages to install\n"
msgstr "Es wurden keine Pakete für die Installation angegeben"
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, fuzzy, c-format
msgid "found %d packages\n"
msgstr "Anfrage an alle Pakete"
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
#, fuzzy
msgid "looking for packages to download\n"
msgstr "Fehler beim Suchen nach Paket %s\n"
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, fuzzy, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr "Fehler: überspringe %s - Übertragung fehlgeschlagen - %s\n"
# , c-format
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr "Hole %s heraus\n"
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, fuzzy, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr "Fehler: überspringe %s - Übertragung fehlgeschlagen - %s\n"
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, fuzzy, c-format
msgid "cannot open file %s: %s\n"
msgstr "kann Datei %s nicht öffnen: "
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, fuzzy, c-format
msgid "%s cannot be installed\n"
msgstr "Fehler: %s kann nicht installiert werden\n"
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, fuzzy, c-format
msgid "cannot open Packages database in %s\n"
msgstr "Fehler: kann nicht öffnen %s%s/packages.rpm\n"
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, fuzzy, c-format
msgid "package %s is not relocateable\n"
msgstr "Paket %s ist nicht installiert\n"
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, fuzzy, c-format
msgid "error reading from file %s\n"
msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, fuzzy, c-format
msgid "found %d source and %d binary packages\n"
msgstr "Gruppe %s beinhaltet kein einziges Paket\n"
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr "fehlgeschlagene Paket-Abhängigkeiten:\n"
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
#, fuzzy
msgid "installing binary packages\n"
msgstr "Paket installieren"
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, fuzzy, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr "Fehler: kann nicht öffnen %s%s/packages.rpm\n"
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr "\"%s\" bezeichnet mehrere Pakete\n"
# oder besser: "... verletzen" ?
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr "Das Enfernen dieser Pakete würde Paket-Abhängigkeiten missachten:\n"
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, fuzzy, c-format
msgid "cannot open %s: %s\n"
msgstr "Fehler: kann %s nicht öffnen\n"
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr "Installiere %s\n"
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr "Ausführung des Skripts fehlgeschlagen"
+
+#: lib/scriptlet.c:236
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr "Ausführung des Skripts fehlgeschlagen"
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
#, fuzzy
msgid "No signature\n"
msgstr "%s: Keine Signatur verfügbar\n"
-#: lib/signature.c:151
+#: lib/signature.c:165
#, fuzzy
msgid "Old PGP signature\n"
msgstr "PGP-Signatur generieren"
-#: lib/signature.c:162
+#: lib/signature.c:176
#, fuzzy
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr "Alte Signatur (nur intern)! Wie bist du daran gekommen!?"
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
-msgstr ""
-
-#: lib/signature.c:212
+#: lib/signature.c:230
#, c-format
-msgid "Signature pad : %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:274
+#: lib/signature.c:289
#, fuzzy, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr "Konnte pgp nicht durchführen"
-#: lib/signature.c:285
+#: lib/signature.c:300
#, fuzzy
msgid "pgp failed\n"
msgstr "pgp fehlgeschlagen"
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
#, fuzzy
msgid "pgp failed to write signature\n"
msgstr "pgp fehlgeschlagen beim Schreiben der Signatur"
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
#, fuzzy
msgid "unable to read the signature\n"
msgstr "nicht möglich, die Signatur zu lesen"
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
#, fuzzy
msgid "Couldn't exec gpg\n"
msgstr "Konnte pgp nicht durchführen"
-#: lib/signature.c:362
+#: lib/signature.c:377
#, fuzzy
msgid "gpg failed\n"
msgstr "pgp fehlgeschlagen"
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
#, fuzzy
msgid "gpg failed to write signature\n"
msgstr "pgp fehlgeschlagen beim Schreiben der Signatur"
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
#, fuzzy
msgid "Generating signature using PGP.\n"
msgstr "PGP-Signatur generieren"
-#: lib/signature.c:423
+#: lib/signature.c:439
#, fuzzy
msgid "Generating signature using GPG.\n"
msgstr "PGP-Signatur generieren"
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
#, fuzzy
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr "Konnte pgp nicht aufrufen. Überspring die PGP-Checks mit --nopgp."
-#: lib/signature.c:635
+#: lib/signature.c:653
#, fuzzy
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr "Konnte pgp nicht aufrufen. Überspring die PGP-Checks mit --nopgp."
-#: lib/signature.c:723
+#: lib/signature.c:741
#, fuzzy
msgid "Couldn't exec pgp\n"
msgstr "Konnte pgp nicht durchführen"
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
#, fuzzy
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr "\"pgp_name:\" muss in der rpmrc-Datei gesetzt sein"
-#: lib/signature.c:772
+#: lib/signature.c:790
#, fuzzy
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr "\"pgp_name:\" muss in der rpmrc-Datei gesetzt sein"
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
# , c-format
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, fuzzy, c-format
msgid "%5d exclude %s\n"
msgstr "Hole %s heraus\n"
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, fuzzy, c-format
msgid "%5d relocate %s -> %s\n"
msgstr "kann Datei %s nicht öffnen: "
# , c-format
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, fuzzy, c-format
msgid "excluding multilib path %s%s\n"
msgstr "Hole %s heraus\n"
# , c-format
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, fuzzy, c-format
msgid "excluding %s %s\n"
msgstr "Hole %s heraus\n"
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, fuzzy, c-format
msgid "relocating directory %s to %s\n"
msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, fuzzy, c-format
msgid "excluding directory %s\n"
msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s"
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, fuzzy, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr "kann %s nicht entfernen - Verzeichnis ist nicht leer"
-
-#: lib/uninstall.c:78
-#, fuzzy, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr "Entfernen von %s fehlgeschlagen: %s"
-
-#: lib/uninstall.c:88
-#, fuzzy, c-format
-msgid "removal of %s failed: %s\n"
-msgstr "öffnen von %s fehlgeschlagen: %s"
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, fuzzy, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr "Ausführung des Skripts fehlgeschlagen"
-
-#: lib/verify.c:59
+#: lib/verify.c:57
#, fuzzy
msgid "don't verify files in package"
msgstr "Paket installieren"
-#: lib/verify.c:65
+#: lib/verify.c:63
#, fuzzy
msgid "do not execute %verifyscript (if any)"
msgstr "Keine Stufen ausführen"
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, fuzzy, c-format
msgid "missing %s"
msgstr "fehlende { nach %{"
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "Nicht erfüllte Abhängigkeiten von %s-%s-%s: "
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-#, fuzzy
-msgid "Bad server response"
-msgstr "Nicht passende Antwort des FTP-Servers"
-
-#: rpmio/rpmio.c:540
-#, fuzzy
-msgid "Server I/O error"
-msgstr "FTP IO-Fehler"
-
-#: rpmio/rpmio.c:543
-#, fuzzy
-msgid "Server timeout"
-msgstr "Timeout des FTP-Servers"
-
-#: rpmio/rpmio.c:546
-#, fuzzy
-msgid "Unable to lookup server host address"
-msgstr "Unmöglich die Hostadresse des FTP-Servers zu bestimmen"
-
-#: rpmio/rpmio.c:549
-#, fuzzy
-msgid "Unable to lookup server host name"
-msgstr "Unmöglich den Hostnamen des FTP-Servers zu bestimmen"
-
-#: rpmio/rpmio.c:552
-#, fuzzy
-msgid "Failed to connect to server"
-msgstr "Verbindung zum FTP-Server fehlgeschlagen"
-
-#: rpmio/rpmio.c:555
-#, fuzzy
-msgid "Failed to establish data connection to server"
-msgstr "Aufbau einer Datenverbindung zum FTP-Server fehlgeschlagen"
-
-#: rpmio/rpmio.c:558
-#, fuzzy
-msgid "I/O error to local file"
-msgstr "IO-Fehler bei lokaler Datei"
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr "Fehler beim Setzen des FTP-Servers in den passiven Modus"
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr "Datei auf dem Server nicht gefunden"
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-#, fuzzy
-msgid "Unknown or unexpected error"
-msgstr "FTP Unbekannter oder nicht erwarteter Fehler"
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr ""
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+#, fuzzy
+msgid "Bad server response"
+msgstr "Nicht passende Antwort des FTP-Servers"
+
+#: rpmio/rpmio.c:540
+#, fuzzy
+msgid "Server I/O error"
+msgstr "FTP IO-Fehler"
+
+#: rpmio/rpmio.c:543
+#, fuzzy
+msgid "Server timeout"
+msgstr "Timeout des FTP-Servers"
+
+#: rpmio/rpmio.c:546
+#, fuzzy
+msgid "Unable to lookup server host address"
+msgstr "Unmöglich die Hostadresse des FTP-Servers zu bestimmen"
+
+#: rpmio/rpmio.c:549
+#, fuzzy
+msgid "Unable to lookup server host name"
+msgstr "Unmöglich den Hostnamen des FTP-Servers zu bestimmen"
+
+#: rpmio/rpmio.c:552
+#, fuzzy
+msgid "Failed to connect to server"
+msgstr "Verbindung zum FTP-Server fehlgeschlagen"
+
+#: rpmio/rpmio.c:555
+#, fuzzy
+msgid "Failed to establish data connection to server"
+msgstr "Aufbau einer Datenverbindung zum FTP-Server fehlgeschlagen"
+
+#: rpmio/rpmio.c:558
+#, fuzzy
+msgid "I/O error to local file"
+msgstr "IO-Fehler bei lokaler Datei"
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr "Fehler beim Setzen des FTP-Servers in den passiven Modus"
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr "Datei auf dem Server nicht gefunden"
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+#, fuzzy
+msgid "Unknown or unexpected error"
+msgstr "FTP Unbekannter oder nicht erwarteter Fehler"
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
#, fuzzy
msgid "(no error)"
msgstr "Fehler: "
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr "Fataler Fehler: "
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr "Fehler: "
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr "Warnung: "
msgstr "anlegen von %s fehlgeschlagen\n"
#, fuzzy
+#~ msgid " %s {--initdb} [--dbpath <dir>]\n"
+#~ msgstr " rpm {--initdb} [--dbpath <VERZ>]"
+
+#, fuzzy
+#~ msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
+#~ msgstr " rpm {--rebuilddb} [--rcfile <DATEI>] [--dbpath <VERZ>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
+#~ msgstr ""
+#~ " [--rcfile <DATEI>] [--ignorearch] [--dbpath <VERZ>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <DATEI>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--erase -e] [--root <VERZ>] [--noscripts] [--rcfile <DATEI>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--scripts] [--root <dir>] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--scripts] [--root <VERZ>] [--rcfile <DATEI>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--verify -V -y} [-afpg] [--root <VERZ>] [--rcfile <DATEI>]"
+
+#, fuzzy
+#~ msgid " %s {--setperms} [-afpg] [target]\n"
+#~ msgstr " rpm {--setperms} [-afpg] [ZIEL]"
+
+#, fuzzy
+#~ msgid " %s {--setugids} [-afpg] [target]\n"
+#~ msgstr " rpm {--setugids} [-afpg] [ZIEL]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#~ msgstr " rpm {--resign} [--rcfile <DATEI>] PAKET1 PAKET2 ... PAKETn"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#~ msgstr " rpm {--addsign} [--rcfile <DATEI>] PAKET1 PAKET2 ... PAKETn"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
+#~ "<file:...>]\n"
+#~ msgstr " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <DATEI>]"
+
+# , c-format
+#, fuzzy
+#~ msgid "can't rename %s to %s: %s\n"
+#~ msgstr "Lesen von %s fehlgeschlagen: %s."
+
+# , c-format
+#, fuzzy
+#~ msgid " file: %s action: %s\n"
+#~ msgstr "Öffnen von %s fehlgeschlagen: %s"
+
+#, fuzzy
+#~ msgid "cannot create sourcedir %s\n"
+#~ msgstr "kann Datei %s nicht öffnen: "
+
+#, fuzzy
+#~ msgid "cannot create specdir %s\n"
+#~ msgstr "kann Datei %s nicht öffnen: "
+
+# , c-format
+#, fuzzy
+#~ msgid "spec file in: %s\n"
+#~ msgstr "Öffnen von %s fehlgeschlagen: %s"
+
+#, fuzzy
+#~ msgid "rename of %s to %s failed: %s\n"
+#~ msgstr "umbennen von %s nach %s fehlgeschlagen: %s"
+
+#, fuzzy
+#~ msgid "removal of %s failed: %s\n"
+#~ msgstr "öffnen von %s fehlgeschlagen: %s"
+
+#, fuzzy
#~ msgid ""
#~ " [--macros <file:...>] [--ignorearch] [--dbpath <dir>]"
#~ msgstr ""
#~ msgid "package not found in database"
#~ msgstr "Paket %s in %s nicht gefunden"
-# , c-format
-#, fuzzy
-#~ msgid "bad file state: %s"
-#~ msgstr "Öffnen von %s fehlgeschlagen: %s"
-
#, fuzzy
#~ msgid "%s: %-45s YES (added package)\n"
#~ msgstr "die Datei »%s« gehört zu keinem Paket\n"
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\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"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"
-#: build.c:26
+#: build.c:25
#, c-format
msgid "cannot open rpm database in %s\n"
msgstr ""
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr ""
-#: build.c:65
+#: build.c:64
#, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr ""
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr ""
#. Give up
-#: build.c:149
+#: build.c:150
#, c-format
msgid "Failed to read spec file from %s\n"
msgstr ""
-#: build.c:177
+#: build.c:178
#, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr ""
-#: build.c:216
+#: build.c:217
#, c-format
msgid "failed to stat %s: %m\n"
msgstr ""
-#: build.c:221
+#: build.c:222
#, c-format
msgid "File %s is not a regular file.\n"
msgstr ""
-#: build.c:230
+#: build.c:231
#, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr ""
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr ""
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr ""
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr ""
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr ""
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr ""
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr ""
-#: rpm.c:209
+#: rpm.c:224
msgid "Usage: rpm {--help}"
msgstr ""
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr ""
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr ""
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr ""
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr ""
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr ""
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr ""
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:232
+#: rpm.c:247
msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
msgstr ""
-#: rpm.c:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
msgid " [--triggeredby]"
msgstr ""
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr ""
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr ""
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr ""
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr ""
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr ""
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr ""
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr ""
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr ""
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
msgid "Usage:"
msgstr ""
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr ""
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr ""
-#: rpm.c:295
+#: rpm.c:310
msgid " All modes support the following arguments:"
msgstr ""
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
msgid " --eval '<name>+' "
msgstr ""
-#: rpm.c:299
+#: rpm.c:314
msgid "print the expansion of macro <name> to stdout"
msgstr ""
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr ""
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr ""
-#: rpm.c:302
+#: rpm.c:317
msgid " --rcfile <file> "
msgstr ""
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr ""
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr ""
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr ""
-#: rpm.c:312
+#: rpm.c:327
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr ""
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr ""
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr ""
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr ""
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr ""
-#: rpm.c:318
+#: rpm.c:333
msgid " --httpproxy <host> "
msgstr ""
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr ""
-#: rpm.c:320
+#: rpm.c:335
msgid " --httpport <port> "
msgstr ""
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr ""
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr ""
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr ""
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr ""
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
msgid "use <qfmt> as the header format (implies --info)"
msgstr ""
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr ""
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr ""
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr ""
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr ""
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr ""
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr ""
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr ""
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr ""
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr ""
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr ""
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr ""
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr ""
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr ""
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr ""
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr ""
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr ""
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr ""
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr ""
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr ""
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
msgstr ""
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr ""
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr ""
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr ""
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
msgstr ""
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr ""
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr ""
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr ""
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr ""
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr ""
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr ""
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr ""
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr ""
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr ""
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
msgid "relocate files in non-relocateable package"
msgstr ""
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr ""
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr ""
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr ""
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr ""
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr ""
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr ""
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr ""
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr ""
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr ""
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr ""
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr ""
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr ""
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr ""
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr ""
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr ""
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr ""
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr ""
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
msgstr ""
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr ""
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
msgstr ""
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr ""
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr ""
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr ""
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr ""
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr ""
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr ""
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr ""
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr ""
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr ""
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr ""
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr ""
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr ""
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr ""
-#: rpm.c:486
+#: rpm.c:501
msgid "remove spec file when done"
msgstr ""
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr ""
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr ""
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr ""
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr ""
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr ""
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr ""
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
msgstr ""
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr ""
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr ""
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr ""
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr ""
-#: rpm.c:508
+#: rpm.c:523
msgid " --checksig <pkg>+"
msgstr ""
-#: rpm.c:509
+#: rpm.c:524
msgid " -K <pkg>+ "
msgstr ""
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr ""
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr ""
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr ""
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr ""
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr ""
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr ""
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr ""
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr ""
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr ""
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr ""
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr ""
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr ""
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr ""
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr ""
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr ""
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr ""
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr ""
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr ""
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr ""
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr ""
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr ""
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr ""
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr ""
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr ""
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr ""
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr ""
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr ""
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr ""
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr ""
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr ""
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr ""
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr ""
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr ""
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"recompilation, installation,erasure, and verification"
msgstr ""
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr ""
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
msgstr ""
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr ""
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr ""
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr ""
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr ""
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr ""
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr ""
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr ""
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr ""
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr ""
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr ""
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr ""
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr ""
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr ""
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr ""
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr ""
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr ""
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr ""
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr ""
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr ""
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr ""
msgid "cannot re-open payload: %s\n"
msgstr ""
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
msgid "print macro expansion of <expr>+"
msgstr ""
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
msgid "rebuild database inverted lists from installed package headers"
msgstr ""
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
-msgid "<package>"
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
msgstr ""
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:234
+msgid "<package>+"
+msgstr ""
+
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
-msgid "upgrade package if already installed"
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
+msgid "upgrade package(s) if already installed"
msgstr ""
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
msgid "<packagefile>+"
msgstr ""
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
msgid "do not execute scripts (if any)"
msgstr ""
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
msgid "don't execute any scriptlets triggered by this package"
msgstr ""
-#: rpmqv.c:313
-msgid "<oldpath>=<newpath>"
+#: rpmqv.c:279
+msgid "relocate files from path <old> to <new>"
+msgstr ""
+
+#: rpmqv.c:280
+msgid "<old>=<new>"
+msgstr ""
+
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
msgstr ""
-#: rpmqv.c:324
-msgid "upgrade package"
+#: rpmqv.c:291
+msgid "upgrade package(s)"
msgstr ""
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
-msgid "Common options for all rpm modes:"
-msgstr ""
-
-#: rpmqv.c:413
-#, c-format
-msgid "Usage: %s {--help}\n"
-msgstr ""
-
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:418
-#, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-
-#: rpmqv.c:434
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:442
-#, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:449
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:456
-#, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:461
-#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:465
-#, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
msgstr ""
-#: rpmqv.c:466
-#, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#: rpmqv.c:343
+msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:467
+#: rpmqv.c:377
#, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
+msgid "Usage: %s {--help}\n"
msgstr ""
-#: rpmqv.c:511
+#: rpmqv.c:448
msgid " All modes support the following options:"
msgstr ""
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
msgid " --eval '<expr>+' "
msgstr ""
-#: rpmqv.c:515
+#: rpmqv.c:452
msgid "print the expansion of macro <expr> to stdout"
msgstr ""
-#: rpmqv.c:516
+#: rpmqv.c:453
msgid " --pipe <cmd> "
msgstr ""
-#: rpmqv.c:518
+#: rpmqv.c:455
msgid " --rcfile <file:...> "
msgstr ""
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
msgid " --dbpath <dir> "
msgstr ""
-#: rpmqv.c:525
+#: rpmqv.c:462
msgid " --root <dir> "
msgstr ""
-#: rpmqv.c:535
+#: rpmqv.c:472
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
-#: rpmqv.c:536
+#: rpmqv.c:473
msgid " of file names as well as the following options:"
msgstr ""
-#: rpmqv.c:537
+#: rpmqv.c:474
msgid " --ftpproxy <host> "
msgstr ""
-#: rpmqv.c:539
+#: rpmqv.c:476
msgid " --ftpport <port> "
msgstr ""
-#: rpmqv.c:541
+#: rpmqv.c:478
msgid " --httpproxy <host> "
msgstr ""
-#: rpmqv.c:543
+#: rpmqv.c:480
msgid " --httpport <port> "
msgstr ""
-#: rpmqv.c:549
+#: rpmqv.c:486
msgid " Package specification options:"
msgstr ""
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
msgid "query/verify all packages"
msgstr ""
-#: rpmqv.c:552
+#: rpmqv.c:489
msgid " -f <file>+ "
msgstr ""
-#: rpmqv.c:553
+#: rpmqv.c:490
msgid "query/verify package owning <file>"
msgstr ""
-#: rpmqv.c:554
+#: rpmqv.c:491
msgid " -p <packagefile>+ "
msgstr ""
-#: rpmqv.c:555
+#: rpmqv.c:492
msgid "query/verify (uninstalled) package <packagefile>"
msgstr ""
-#: rpmqv.c:556
+#: rpmqv.c:493
msgid " --triggeredby <pkg> "
msgstr ""
-#: rpmqv.c:557
+#: rpmqv.c:494
msgid "query/verify packages triggered by <pkg>"
msgstr ""
-#: rpmqv.c:558
+#: rpmqv.c:495
msgid " --whatprovides <cap> "
msgstr ""
-#: rpmqv.c:559
+#: rpmqv.c:496
msgid "query/verify packages which provide <cap> capability"
msgstr ""
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr ""
-#: rpmqv.c:561
+#: rpmqv.c:498
msgid "query/verify packages which require <cap> capability"
msgstr ""
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
msgid " Information selection options:"
msgstr ""
-#: rpmqv.c:584
+#: rpmqv.c:521
msgid "list capabilities provided by package"
msgstr ""
-#: rpmqv.c:586
+#: rpmqv.c:523
msgid "list capabilities required by package"
msgstr ""
-#: rpmqv.c:588
+#: rpmqv.c:525
msgid "print the various [un]install scriptlets"
msgstr ""
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
msgid " --install <packagefile>"
msgstr ""
-#: rpmqv.c:617
+#: rpmqv.c:554
msgid " -i <packagefile> "
msgstr ""
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr ""
-#: rpmqv.c:647
+#: rpmqv.c:584
msgid "don't execute any installation scriptlets"
msgstr ""
-#: rpmqv.c:652
+#: rpmqv.c:589
msgid " --prefix <dir> "
msgstr ""
-#: rpmqv.c:654
+#: rpmqv.c:591
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpmqv.c:663
+#: rpmqv.c:600
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpmqv.c:664
+#: rpmqv.c:601
msgid " -U <packagefile> "
msgstr ""
-#: rpmqv.c:669
+#: rpmqv.c:606
msgid " --erase <package>"
msgstr ""
-#: rpmqv.c:688
+#: rpmqv.c:625
msgid " --resign <pkg>+ "
msgstr ""
-#: rpmqv.c:690
+#: rpmqv.c:627
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpmqv.c:693
+#: rpmqv.c:630
msgid " --checksig <pkg>+"
msgstr ""
-#: rpmqv.c:694
+#: rpmqv.c:631
msgid " -K <pkg>+ "
msgstr ""
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
msgid "rebuild database indices from existing database headers"
msgstr ""
-#: rpmqv.c:996
+#: rpmqv.c:928
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr ""
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr ""
-#: rpmqv.c:1158
+#: rpmqv.c:1086
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr ""
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr ""
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr ""
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr ""
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
msgid "Unable to open temp file.\n"
msgstr ""
msgid "syntax error in expression\n"
msgstr ""
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, c-format
msgid "Missing '(' in %s %s\n"
msgstr ""
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, c-format
msgid "Missing ')' in %s(%s\n"
msgstr ""
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, c-format
msgid "Invalid %s token: %s\n"
msgstr ""
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr ""
-#: build/files.c:427
+#: build/files.c:429
#, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:439
+#: build/files.c:441
#, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, c-format
msgid "Two files on one line: %s\n"
msgstr ""
-#: build/files.c:771
+#: build/files.c:773
#, c-format
msgid "File must begin with \"/\": %s\n"
msgstr ""
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
-#: build/files.c:949
+#: build/files.c:952
#, c-format
msgid "File listed twice: %s\n"
msgstr ""
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr ""
-#: build/files.c:1165
+#: build/files.c:1239
#, c-format
msgid "File not found: %s\n"
msgstr ""
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1297
+#: build/files.c:1371
#, c-format
msgid "File needs leading \"/\": %s\n"
msgstr ""
-#: build/files.c:1327
+#: build/files.c:1401
#, c-format
msgid "File not found by glob: %s\n"
msgstr ""
-#: build/files.c:1382
+#: build/files.c:1455
msgid "Could not open %%files file %s: %s\n"
msgstr ""
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, c-format
msgid "line: %s\n"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1791
#, c-format
msgid "Bad file: %s: %s\n"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, c-format
msgid "Couldn't exec %s: %s\n"
msgstr ""
-#: build/files.c:1794
+#: build/files.c:1864
#, c-format
msgid "Couldn't fork %s: %s\n"
msgstr ""
-#: build/files.c:1876
+#: build/files.c:1946
#, c-format
msgid "%s failed\n"
msgstr ""
-#: build/files.c:1880
+#: build/files.c:1950
#, c-format
msgid "failed to write all data to %s\n"
msgstr ""
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, c-format
msgid "Failed to find %s:\n"
msgstr ""
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:52
+#: build/pack.c:61
#, c-format
msgid "create archive failed on file %s: %s\n"
msgstr ""
-#: build/pack.c:74
+#: build/pack.c:83
#, c-format
msgid "cpio_copy write failed: %s\n"
msgstr ""
-#: build/pack.c:81
+#: build/pack.c:90
#, c-format
msgid "cpio_copy read failed: %s\n"
msgstr ""
-#: build/pack.c:165
+#: build/pack.c:174
#, c-format
msgid "Could not open PreIn file: %s\n"
msgstr ""
-#: build/pack.c:172
+#: build/pack.c:181
#, c-format
msgid "Could not open PreUn file: %s\n"
msgstr ""
-#: build/pack.c:179
+#: build/pack.c:188
#, c-format
msgid "Could not open PostIn file: %s\n"
msgstr ""
-#: build/pack.c:186
+#: build/pack.c:195
#, c-format
msgid "Could not open PostUn file: %s\n"
msgstr ""
-#: build/pack.c:194
+#: build/pack.c:203
#, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr ""
-#: build/pack.c:209
+#: build/pack.c:218
#, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr ""
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr ""
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr ""
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr ""
-#: build/pack.c:433
+#: build/pack.c:447
#, c-format
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
-#: build/pack.c:485
+#: build/pack.c:499
#, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr ""
-#: build/pack.c:495
+#: build/pack.c:509
#, c-format
msgid "Unable to read header from %s: %s\n"
msgstr ""
-#: build/pack.c:509
+#: build/pack.c:523
#, c-format
msgid "Unable to write header to %s: %s\n"
msgstr ""
-#: build/pack.c:519
+#: build/pack.c:533
#, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr ""
-#: build/pack.c:525
+#: build/pack.c:539
#, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, c-format
msgid "cannot create %s: %s\n"
msgstr ""
msgid "Package has no %%description: %s\n"
msgstr ""
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, c-format
msgid "line %d: Bad number: %s\n"
msgstr ""
-#: build/spec.c:234
+#: build/spec.c:222
#, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr ""
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr ""
-#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
#, c-format
-msgid ""
-"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
-"\tA %s\tB %s\n"
+msgid "db%d error(%d) from %s: %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
#, c-format
-msgid " %s A %s\tB %s\n"
+msgid "db%d error(%d): %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/db1.c:387
#, c-format
-msgid "%s: %-45s YES (added files)\n"
+msgid "closed db file %s\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/db1.c:390
#, c-format
-msgid "%s: %-45s YES (added provide)\n"
+msgid "removed db file %s\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/db1.c:421
#, c-format
-msgid "%s: %-45s %-3s (cached)\n"
+msgid "bad db file %s\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/db1.c:426
#, c-format
-msgid "%s: %-45s YES (rpmrc provides)\n"
+msgid "opening db file %s mode 0x%x\n"
msgstr ""
-#: lib/depends.c:1096
+#. XXX check errno validity
+#: lib/db1.c:449
#, c-format
-msgid "%s: %-45s YES (rpmlib provides)\n"
+msgid "cannot get %s lock on database\n"
msgstr ""
-#: lib/depends.c:1118
-#, c-format
-msgid "%s: %-45s YES (db files)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
msgstr ""
-#: lib/depends.c:1131
-#, c-format
-msgid "%s: %-45s YES (db provides)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
msgstr ""
-#: lib/depends.c:1145
+#: lib/db2.c:145 lib/db3.c:130
#, c-format
-msgid "%s: %-45s YES (db package)\n"
+msgid "closed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1161
+#: lib/db2.c:161 lib/db3.c:146
#, c-format
-msgid "%s: %-45s NO\n"
+msgid "removed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/db2.c:198 lib/db3.c:183
#, c-format
-msgid "%s: (%s, %s) added to Depends cache.\n"
+msgid "opening db environment %s/%s %s\n"
msgstr ""
-#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/db2.c:588 lib/db3.c:569
#, c-format
-msgid "package %s-%s-%s require not satisfied: %s\n"
+msgid "closed db index %s/%s\n"
msgstr ""
-#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/db2.c:678 lib/db3.c:659
#, c-format
-msgid "package %s conflicts: %s\n"
+msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: lib/depends.c:1523
+#: lib/db2.c:784 lib/db3.c:764
#, c-format
-msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
-msgstr ""
-
-#. Record all relations.
-#: lib/depends.c:1662
-msgid "========== recording tsort relations\n"
-msgstr ""
-
-#. T4. Scan for zeroes.
-#: lib/depends.c:1709
-msgid "========== tsorting packages\n"
-msgstr ""
-
-#: lib/depends.c:1754
-msgid "========== successors only (presentation order)\n"
+msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: lib/depends.c:1803
-msgid "LOOP:\n"
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
msgstr ""
-#: lib/depends.c:1834
-msgid "========== continuing tsort ...\n"
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/dbconfig.c:287
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
+#: lib/dbconfig.c:296
#, c-format
-msgid "db%d error(%d): %s\n"
+msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: lib/db1.c:387
+#: lib/dbconfig.c:305
#, c-format
-msgid "closed db file %s\n"
+msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
-#: lib/db1.c:390
+#. XXX legacy epoch-less requires/conflicts compatibility
+#: lib/depends.c:565
#, c-format
-msgid "removed db file %s\n"
+msgid ""
+"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
+"\tA %s\tB %s\n"
msgstr ""
-#: lib/db1.c:421
+#: lib/depends.c:594
#, c-format
-msgid "bad db file %s\n"
+msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/db1.c:426
+#: lib/depends.c:962
#, c-format
-msgid "opening db file %s mode 0x%x\n"
+msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#. XXX check errno validity
-#: lib/db1.c:449
+#: lib/depends.c:1021
#, c-format
-msgid "cannot get %s lock on database\n"
+msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
+#: lib/depends.c:1073
+#, c-format
+msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
+#: lib/depends.c:1092
+#, c-format
+msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/db2.c:141
+#: lib/depends.c:1109
#, c-format
-msgid "closed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr ""
-#: lib/db2.c:153
+#: lib/depends.c:1131
#, c-format
-msgid "removed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/db2.c:190
+#: lib/depends.c:1144
#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
+msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/db2.c:565
+#: lib/depends.c:1158
#, c-format
-msgid "closed db index %s/%s(%s)\n"
+msgid "%s: %-45s YES (db package)\n"
msgstr ""
-#: lib/db2.c:643
+#: lib/depends.c:1174
#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
+msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/db3.c:268
+#: lib/depends.c:1195
#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
+msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr ""
-#: lib/db3.c:297
+#. requirements are not satisfied.
+#: lib/depends.c:1256
#, c-format
-msgid "%s has invalid numeric value, skipped\n"
+msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr ""
-#: lib/db3.c:306
+#. conflicts exist.
+#: lib/depends.c:1323
#, c-format
-msgid "%s has too large or too small long value, skipped\n"
+msgid "package %s conflicts: %s\n"
msgstr ""
-#: lib/db3.c:315
+#: lib/depends.c:1539
#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
+msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr ""
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
+#. Record all relations.
+#: lib/depends.c:1678
+msgid "========== recording tsort relations\n"
msgstr ""
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
+#. T4. Scan for zeroes.
+#: lib/depends.c:1725
+msgid "========== tsorting packages\n"
msgstr ""
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
+#: lib/depends.c:1770
+msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
+#: lib/depends.c:1819
+msgid "LOOP:\n"
msgstr ""
-#: lib/db3.c:1013
-#, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:1118
-#, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
+#: lib/depends.c:1850
+msgid "========== continuing tsort ...\n"
msgstr ""
#: lib/falloc.c:141
msgstr ""
#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
msgid "(not a number)"
msgstr ""
msgid "file %s is on an unknown device\n"
msgstr ""
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
+msgstr ""
+
+#: lib/fsm.c:274
+#, c-format
+msgid "%9d %s\n"
+msgstr ""
+
+#: lib/fsm.c:1042
+#, c-format
+msgid "%s directory created with perms %04o.\n"
+msgstr ""
+
+#: lib/fsm.c:1344 lib/fsm.c:1461
+#, c-format
+msgid "%s saved as %s\n"
+msgstr ""
+
+#: lib/fsm.c:1486
+#, c-format
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr ""
+
+#: lib/fsm.c:1491
+#, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1500
+#, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1517
+#, c-format
+msgid "%s created as %s\n"
+msgstr ""
+
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr ""
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr ""
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, c-format
-msgid "group %s does not exist - using root\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
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr ""
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr ""
-
-#: lib/install.c:721
-#, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr ""
-
-#: lib/install.c:728 lib/install.c:759
-#, c-format
-msgid "cannot write to %s\n"
-msgstr ""
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, c-format
-msgid "cannot create specdir %s\n"
-msgstr ""
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr ""
-
-#: lib/install.c:796 lib/install.c:825
-msgid "source package contains no .spec file\n"
-msgstr ""
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr ""
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr ""
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/install.c:1069
-#, c-format
-msgid "%s created as %s\n"
-msgstr ""
-
-#: lib/install.c:1105
-#, c-format
-msgid "%s saved as %s\n"
-msgstr ""
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, c-format
msgid "error creating temporary file %s\n"
msgstr ""
-#: lib/package.c:88
+#: lib/package.c:119
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
-#: lib/package.c:143
+#: lib/package.c:179
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr ""
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr ""
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr ""
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, c-format
msgid "verify %files section from <specfile>"
msgstr ""
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
msgid "build source and binary packages from <specfile>"
msgstr ""
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
msgid "build binary package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
msgid "build source package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr ""
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, c-format
msgid "verify %files section from <tarball>"
msgstr ""
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
msgid "build source and binary packages from <tarball>"
msgstr ""
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
msgid "build binary package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
msgid "build source package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
msgid "build binary package from <source package>"
msgstr ""
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
msgid "<source package>"
msgstr ""
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr ""
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr ""
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+msgid "debug file state machine"
+msgstr ""
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr ""
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr ""
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, c-format
+msgid "group %s does not exist - using root\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.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr ""
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, c-format
+msgid "cannot create %s %s\n"
+msgstr ""
+
+#: lib/psm.c:661
+#, c-format
+msgid "cannot write to %s\n"
+msgstr ""
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr ""
+
+#: lib/psm.c:733
+msgid "source package contains no .spec file\n"
+msgstr ""
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr ""
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr ""
+
+#: lib/psm.c:998
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr ""
+
+#: lib/query.c:161
#, c-format
msgid "incorrect format: %s\n"
msgstr ""
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr ""
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr ""
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr ""
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
msgid "package has neither file owner or id lists\n"
msgstr ""
-#: lib/query.c:418
+#: lib/query.c:428
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr ""
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr ""
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
-#: lib/query.c:624
+#: lib/query.c:637
msgid "no packages\n"
msgstr ""
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr ""
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr ""
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr ""
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr ""
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr ""
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr ""
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr ""
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr ""
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr ""
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr ""
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr ""
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, c-format
msgid "cannot open %s index\n"
msgstr ""
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr ""
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr ""
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
msgid "no dbpath has been set\n"
msgstr ""
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr ""
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr ""
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, c-format
msgid "cannot add record originally at %d\n"
msgstr ""
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
msgid "Preparing packages for installation..."
msgstr ""
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr ""
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr ""
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr ""
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr ""
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr ""
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr ""
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, c-format
msgid "cannot open file %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr ""
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, c-format
msgid "cannot open Packages database in %s\n"
msgstr ""
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr ""
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr ""
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr ""
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr ""
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr ""
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr ""
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, c-format
msgid "cannot open %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr ""
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr ""
+
+#: lib/scriptlet.c:236
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr ""
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr ""
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr ""
-#: lib/signature.c:162
+#: lib/signature.c:176
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr ""
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
-msgstr ""
-
-#: lib/signature.c:212
+#: lib/signature.c:230
#, c-format
-msgid "Signature pad : %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:274
+#: lib/signature.c:289
#, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr ""
-#: lib/signature.c:285
+#: lib/signature.c:300
msgid "pgp failed\n"
msgstr ""
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
msgid "pgp failed to write signature\n"
msgstr ""
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
msgid "unable to read the signature\n"
msgstr ""
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
msgid "Couldn't exec gpg\n"
msgstr ""
-#: lib/signature.c:362
+#: lib/signature.c:377
msgid "gpg failed\n"
msgstr ""
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
msgid "gpg failed to write signature\n"
msgstr ""
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
msgid "Generating signature using PGP.\n"
msgstr ""
-#: lib/signature.c:423
+#: lib/signature.c:439
msgid "Generating signature using GPG.\n"
msgstr ""
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
-#: lib/signature.c:635
+#: lib/signature.c:653
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
-#: lib/signature.c:723
+#: lib/signature.c:741
msgid "Couldn't exec pgp\n"
msgstr ""
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr ""
-#: lib/signature.c:772
+#: lib/signature.c:790
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr ""
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, c-format
msgid "%5d exclude %s\n"
msgstr ""
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, c-format
msgid "%5d relocate %s -> %s\n"
msgstr ""
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, c-format
msgid "excluding multilib path %s%s\n"
msgstr ""
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, c-format
msgid "excluding %s %s\n"
msgstr ""
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, c-format
msgid "relocating directory %s to %s\n"
msgstr ""
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr ""
-
-#: lib/uninstall.c:78
-#, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:88
-#, c-format
-msgid "removal of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr ""
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr ""
-#: lib/verify.c:65
+#: lib/verify.c:63
msgid "do not execute %verifyscript (if any)"
msgstr ""
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, c-format
msgid "missing %s"
msgstr ""
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr ""
-
-#: rpmio/rpmio.c:540
-msgid "Server I/O error"
-msgstr ""
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr ""
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr ""
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr ""
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr ""
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr ""
-
-#: rpmio/rpmio.c:558
-msgid "I/O error to local file"
-msgstr ""
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr ""
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr ""
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr ""
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr ""
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr ""
+
+#: rpmio/rpmio.c:540
+msgid "Server I/O error"
+msgstr ""
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr ""
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr ""
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr ""
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr ""
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr ""
+
+#: rpmio/rpmio.c:558
+msgid "I/O error to local file"
+msgstr ""
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr ""
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr ""
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr ""
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
msgid "(no error)"
msgstr ""
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr ""
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr ""
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\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"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"
-#: build.c:26
+#: build.c:25
#, c-format
msgid "cannot open rpm database in %s\n"
msgstr ""
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr ""
-#: build.c:65
+#: build.c:64
#, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr ""
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr ""
#. Give up
-#: build.c:149
+#: build.c:150
#, c-format
msgid "Failed to read spec file from %s\n"
msgstr ""
-#: build.c:177
+#: build.c:178
#, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr ""
-#: build.c:216
+#: build.c:217
#, c-format
msgid "failed to stat %s: %m\n"
msgstr ""
-#: build.c:221
+#: build.c:222
#, c-format
msgid "File %s is not a regular file.\n"
msgstr ""
-#: build.c:230
+#: build.c:231
#, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr ""
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr ""
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr ""
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr ""
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr ""
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr ""
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr ""
-#: rpm.c:209
+#: rpm.c:224
msgid "Usage: rpm {--help}"
msgstr ""
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr ""
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr ""
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr ""
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr ""
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr ""
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr ""
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:232
+#: rpm.c:247
msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
msgstr ""
-#: rpm.c:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
msgid " [--triggeredby]"
msgstr ""
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr ""
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr ""
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr ""
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr ""
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr ""
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr ""
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr ""
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr ""
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
msgid "Usage:"
msgstr ""
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr ""
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr ""
-#: rpm.c:295
+#: rpm.c:310
msgid " All modes support the following arguments:"
msgstr ""
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
msgid " --eval '<name>+' "
msgstr ""
-#: rpm.c:299
+#: rpm.c:314
msgid "print the expansion of macro <name> to stdout"
msgstr ""
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr ""
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr ""
-#: rpm.c:302
+#: rpm.c:317
msgid " --rcfile <file> "
msgstr ""
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr ""
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr ""
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr ""
-#: rpm.c:312
+#: rpm.c:327
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr ""
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr ""
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr ""
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr ""
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr ""
-#: rpm.c:318
+#: rpm.c:333
msgid " --httpproxy <host> "
msgstr ""
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr ""
-#: rpm.c:320
+#: rpm.c:335
msgid " --httpport <port> "
msgstr ""
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr ""
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr ""
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr ""
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr ""
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
msgid "use <qfmt> as the header format (implies --info)"
msgstr ""
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr ""
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr ""
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr ""
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr ""
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr ""
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr ""
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr ""
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr ""
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr ""
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr ""
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr ""
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr ""
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr ""
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr ""
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr ""
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr ""
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr ""
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr ""
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr ""
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
msgstr ""
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr ""
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr ""
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr ""
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
msgstr ""
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr ""
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr ""
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr ""
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr ""
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr ""
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr ""
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr ""
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr ""
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr ""
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
msgid "relocate files in non-relocateable package"
msgstr ""
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr ""
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr ""
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr ""
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr ""
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr ""
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr ""
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr ""
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr ""
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr ""
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr ""
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr ""
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr ""
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr ""
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr ""
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr ""
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr ""
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr ""
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
msgstr ""
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr ""
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
msgstr ""
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr ""
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr ""
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr ""
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr ""
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr ""
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr ""
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr ""
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr ""
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr ""
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr ""
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr ""
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr ""
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr ""
-#: rpm.c:486
+#: rpm.c:501
msgid "remove spec file when done"
msgstr ""
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr ""
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr ""
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr ""
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr ""
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr ""
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr ""
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
msgstr ""
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr ""
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr ""
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr ""
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr ""
-#: rpm.c:508
+#: rpm.c:523
msgid " --checksig <pkg>+"
msgstr ""
-#: rpm.c:509
+#: rpm.c:524
msgid " -K <pkg>+ "
msgstr ""
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr ""
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr ""
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr ""
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr ""
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr ""
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr ""
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr ""
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr ""
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr ""
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr ""
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr ""
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr ""
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr ""
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr ""
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr ""
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr ""
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr ""
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr ""
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr ""
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr ""
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr ""
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr ""
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr ""
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr ""
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr ""
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr ""
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr ""
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr ""
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr ""
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr ""
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr ""
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr ""
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr ""
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"recompilation, installation,erasure, and verification"
msgstr ""
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr ""
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
msgstr ""
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr ""
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr ""
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr ""
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr ""
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr ""
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr ""
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr ""
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr ""
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr ""
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr ""
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr ""
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr ""
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr ""
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr ""
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr ""
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr ""
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr ""
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr ""
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr ""
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr ""
msgid "cannot re-open payload: %s\n"
msgstr ""
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
msgid "print macro expansion of <expr>+"
msgstr ""
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
msgid "rebuild database inverted lists from installed package headers"
msgstr ""
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
-msgid "<package>"
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
msgstr ""
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:234
+msgid "<package>+"
+msgstr ""
+
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
-msgid "upgrade package if already installed"
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
+msgid "upgrade package(s) if already installed"
msgstr ""
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
msgid "<packagefile>+"
msgstr ""
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
msgid "do not execute scripts (if any)"
msgstr ""
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
msgid "don't execute any scriptlets triggered by this package"
msgstr ""
-#: rpmqv.c:313
-msgid "<oldpath>=<newpath>"
+#: rpmqv.c:279
+msgid "relocate files from path <old> to <new>"
+msgstr ""
+
+#: rpmqv.c:280
+msgid "<old>=<new>"
+msgstr ""
+
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
msgstr ""
-#: rpmqv.c:324
-msgid "upgrade package"
+#: rpmqv.c:291
+msgid "upgrade package(s)"
msgstr ""
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
-msgid "Common options for all rpm modes:"
-msgstr ""
-
-#: rpmqv.c:413
-#, c-format
-msgid "Usage: %s {--help}\n"
-msgstr ""
-
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:418
-#, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-
-#: rpmqv.c:434
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:442
-#, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:449
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:456
-#, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:461
-#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:465
-#, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
msgstr ""
-#: rpmqv.c:466
-#, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#: rpmqv.c:343
+msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:467
+#: rpmqv.c:377
#, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
+msgid "Usage: %s {--help}\n"
msgstr ""
-#: rpmqv.c:511
+#: rpmqv.c:448
msgid " All modes support the following options:"
msgstr ""
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
msgid " --eval '<expr>+' "
msgstr ""
-#: rpmqv.c:515
+#: rpmqv.c:452
msgid "print the expansion of macro <expr> to stdout"
msgstr ""
-#: rpmqv.c:516
+#: rpmqv.c:453
msgid " --pipe <cmd> "
msgstr ""
-#: rpmqv.c:518
+#: rpmqv.c:455
msgid " --rcfile <file:...> "
msgstr ""
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
msgid " --dbpath <dir> "
msgstr ""
-#: rpmqv.c:525
+#: rpmqv.c:462
msgid " --root <dir> "
msgstr ""
-#: rpmqv.c:535
+#: rpmqv.c:472
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
-#: rpmqv.c:536
+#: rpmqv.c:473
msgid " of file names as well as the following options:"
msgstr ""
-#: rpmqv.c:537
+#: rpmqv.c:474
msgid " --ftpproxy <host> "
msgstr ""
-#: rpmqv.c:539
+#: rpmqv.c:476
msgid " --ftpport <port> "
msgstr ""
-#: rpmqv.c:541
+#: rpmqv.c:478
msgid " --httpproxy <host> "
msgstr ""
-#: rpmqv.c:543
+#: rpmqv.c:480
msgid " --httpport <port> "
msgstr ""
-#: rpmqv.c:549
+#: rpmqv.c:486
msgid " Package specification options:"
msgstr ""
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
msgid "query/verify all packages"
msgstr ""
-#: rpmqv.c:552
+#: rpmqv.c:489
msgid " -f <file>+ "
msgstr ""
-#: rpmqv.c:553
+#: rpmqv.c:490
msgid "query/verify package owning <file>"
msgstr ""
-#: rpmqv.c:554
+#: rpmqv.c:491
msgid " -p <packagefile>+ "
msgstr ""
-#: rpmqv.c:555
+#: rpmqv.c:492
msgid "query/verify (uninstalled) package <packagefile>"
msgstr ""
-#: rpmqv.c:556
+#: rpmqv.c:493
msgid " --triggeredby <pkg> "
msgstr ""
-#: rpmqv.c:557
+#: rpmqv.c:494
msgid "query/verify packages triggered by <pkg>"
msgstr ""
-#: rpmqv.c:558
+#: rpmqv.c:495
msgid " --whatprovides <cap> "
msgstr ""
-#: rpmqv.c:559
+#: rpmqv.c:496
msgid "query/verify packages which provide <cap> capability"
msgstr ""
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr ""
-#: rpmqv.c:561
+#: rpmqv.c:498
msgid "query/verify packages which require <cap> capability"
msgstr ""
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
msgid " Information selection options:"
msgstr ""
-#: rpmqv.c:584
+#: rpmqv.c:521
msgid "list capabilities provided by package"
msgstr ""
-#: rpmqv.c:586
+#: rpmqv.c:523
msgid "list capabilities required by package"
msgstr ""
-#: rpmqv.c:588
+#: rpmqv.c:525
msgid "print the various [un]install scriptlets"
msgstr ""
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
msgid " --install <packagefile>"
msgstr ""
-#: rpmqv.c:617
+#: rpmqv.c:554
msgid " -i <packagefile> "
msgstr ""
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr ""
-#: rpmqv.c:647
+#: rpmqv.c:584
msgid "don't execute any installation scriptlets"
msgstr ""
-#: rpmqv.c:652
+#: rpmqv.c:589
msgid " --prefix <dir> "
msgstr ""
-#: rpmqv.c:654
+#: rpmqv.c:591
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpmqv.c:663
+#: rpmqv.c:600
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpmqv.c:664
+#: rpmqv.c:601
msgid " -U <packagefile> "
msgstr ""
-#: rpmqv.c:669
+#: rpmqv.c:606
msgid " --erase <package>"
msgstr ""
-#: rpmqv.c:688
+#: rpmqv.c:625
msgid " --resign <pkg>+ "
msgstr ""
-#: rpmqv.c:690
+#: rpmqv.c:627
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpmqv.c:693
+#: rpmqv.c:630
msgid " --checksig <pkg>+"
msgstr ""
-#: rpmqv.c:694
+#: rpmqv.c:631
msgid " -K <pkg>+ "
msgstr ""
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
msgid "rebuild database indices from existing database headers"
msgstr ""
-#: rpmqv.c:996
+#: rpmqv.c:928
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr ""
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr ""
-#: rpmqv.c:1158
+#: rpmqv.c:1086
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr ""
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr ""
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr ""
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr ""
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
msgid "Unable to open temp file.\n"
msgstr ""
msgid "syntax error in expression\n"
msgstr ""
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, c-format
msgid "Missing '(' in %s %s\n"
msgstr ""
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, c-format
msgid "Missing ')' in %s(%s\n"
msgstr ""
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, c-format
msgid "Invalid %s token: %s\n"
msgstr ""
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr ""
-#: build/files.c:427
+#: build/files.c:429
#, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:439
+#: build/files.c:441
#, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, c-format
msgid "Two files on one line: %s\n"
msgstr ""
-#: build/files.c:771
+#: build/files.c:773
#, c-format
msgid "File must begin with \"/\": %s\n"
msgstr ""
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
-#: build/files.c:949
+#: build/files.c:952
#, c-format
msgid "File listed twice: %s\n"
msgstr ""
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr ""
-#: build/files.c:1165
+#: build/files.c:1239
#, c-format
msgid "File not found: %s\n"
msgstr ""
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1297
+#: build/files.c:1371
#, c-format
msgid "File needs leading \"/\": %s\n"
msgstr ""
-#: build/files.c:1327
+#: build/files.c:1401
#, c-format
msgid "File not found by glob: %s\n"
msgstr ""
-#: build/files.c:1382
+#: build/files.c:1455
msgid "Could not open %%files file %s: %s\n"
msgstr ""
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, c-format
msgid "line: %s\n"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1791
#, c-format
msgid "Bad file: %s: %s\n"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, c-format
msgid "Couldn't exec %s: %s\n"
msgstr ""
-#: build/files.c:1794
+#: build/files.c:1864
#, c-format
msgid "Couldn't fork %s: %s\n"
msgstr ""
-#: build/files.c:1876
+#: build/files.c:1946
#, c-format
msgid "%s failed\n"
msgstr ""
-#: build/files.c:1880
+#: build/files.c:1950
#, c-format
msgid "failed to write all data to %s\n"
msgstr ""
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, c-format
msgid "Failed to find %s:\n"
msgstr ""
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:52
+#: build/pack.c:61
#, c-format
msgid "create archive failed on file %s: %s\n"
msgstr ""
-#: build/pack.c:74
+#: build/pack.c:83
#, c-format
msgid "cpio_copy write failed: %s\n"
msgstr ""
-#: build/pack.c:81
+#: build/pack.c:90
#, c-format
msgid "cpio_copy read failed: %s\n"
msgstr ""
-#: build/pack.c:165
+#: build/pack.c:174
#, c-format
msgid "Could not open PreIn file: %s\n"
msgstr ""
-#: build/pack.c:172
+#: build/pack.c:181
#, c-format
msgid "Could not open PreUn file: %s\n"
msgstr ""
-#: build/pack.c:179
+#: build/pack.c:188
#, c-format
msgid "Could not open PostIn file: %s\n"
msgstr ""
-#: build/pack.c:186
+#: build/pack.c:195
#, c-format
msgid "Could not open PostUn file: %s\n"
msgstr ""
-#: build/pack.c:194
+#: build/pack.c:203
#, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr ""
-#: build/pack.c:209
+#: build/pack.c:218
#, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr ""
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr ""
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr ""
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr ""
-#: build/pack.c:433
+#: build/pack.c:447
#, c-format
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
-#: build/pack.c:485
+#: build/pack.c:499
#, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr ""
-#: build/pack.c:495
+#: build/pack.c:509
#, c-format
msgid "Unable to read header from %s: %s\n"
msgstr ""
-#: build/pack.c:509
+#: build/pack.c:523
#, c-format
msgid "Unable to write header to %s: %s\n"
msgstr ""
-#: build/pack.c:519
+#: build/pack.c:533
#, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr ""
-#: build/pack.c:525
+#: build/pack.c:539
#, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, c-format
msgid "cannot create %s: %s\n"
msgstr ""
msgid "Package has no %%description: %s\n"
msgstr ""
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, c-format
msgid "line %d: Bad number: %s\n"
msgstr ""
-#: build/spec.c:234
+#: build/spec.c:222
#, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr ""
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr ""
-#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
#, c-format
-msgid ""
-"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
-"\tA %s\tB %s\n"
+msgid "db%d error(%d) from %s: %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
#, c-format
-msgid " %s A %s\tB %s\n"
+msgid "db%d error(%d): %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/db1.c:387
#, c-format
-msgid "%s: %-45s YES (added files)\n"
+msgid "closed db file %s\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/db1.c:390
#, c-format
-msgid "%s: %-45s YES (added provide)\n"
+msgid "removed db file %s\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/db1.c:421
#, c-format
-msgid "%s: %-45s %-3s (cached)\n"
+msgid "bad db file %s\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/db1.c:426
#, c-format
-msgid "%s: %-45s YES (rpmrc provides)\n"
+msgid "opening db file %s mode 0x%x\n"
msgstr ""
-#: lib/depends.c:1096
+#. XXX check errno validity
+#: lib/db1.c:449
#, c-format
-msgid "%s: %-45s YES (rpmlib provides)\n"
+msgid "cannot get %s lock on database\n"
msgstr ""
-#: lib/depends.c:1118
-#, c-format
-msgid "%s: %-45s YES (db files)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
msgstr ""
-#: lib/depends.c:1131
-#, c-format
-msgid "%s: %-45s YES (db provides)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
msgstr ""
-#: lib/depends.c:1145
+#: lib/db2.c:145 lib/db3.c:130
#, c-format
-msgid "%s: %-45s YES (db package)\n"
+msgid "closed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1161
+#: lib/db2.c:161 lib/db3.c:146
#, c-format
-msgid "%s: %-45s NO\n"
+msgid "removed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/db2.c:198 lib/db3.c:183
#, c-format
-msgid "%s: (%s, %s) added to Depends cache.\n"
+msgid "opening db environment %s/%s %s\n"
msgstr ""
-#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/db2.c:588 lib/db3.c:569
#, c-format
-msgid "package %s-%s-%s require not satisfied: %s\n"
+msgid "closed db index %s/%s\n"
msgstr ""
-#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/db2.c:678 lib/db3.c:659
#, c-format
-msgid "package %s conflicts: %s\n"
+msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: lib/depends.c:1523
+#: lib/db2.c:784 lib/db3.c:764
#, c-format
-msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
-msgstr ""
-
-#. Record all relations.
-#: lib/depends.c:1662
-msgid "========== recording tsort relations\n"
-msgstr ""
-
-#. T4. Scan for zeroes.
-#: lib/depends.c:1709
-msgid "========== tsorting packages\n"
-msgstr ""
-
-#: lib/depends.c:1754
-msgid "========== successors only (presentation order)\n"
+msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: lib/depends.c:1803
-msgid "LOOP:\n"
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
msgstr ""
-#: lib/depends.c:1834
-msgid "========== continuing tsort ...\n"
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/dbconfig.c:287
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
+#: lib/dbconfig.c:296
#, c-format
-msgid "db%d error(%d): %s\n"
+msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: lib/db1.c:387
+#: lib/dbconfig.c:305
#, c-format
-msgid "closed db file %s\n"
+msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
-#: lib/db1.c:390
+#. XXX legacy epoch-less requires/conflicts compatibility
+#: lib/depends.c:565
#, c-format
-msgid "removed db file %s\n"
+msgid ""
+"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
+"\tA %s\tB %s\n"
msgstr ""
-#: lib/db1.c:421
+#: lib/depends.c:594
#, c-format
-msgid "bad db file %s\n"
+msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/db1.c:426
+#: lib/depends.c:962
#, c-format
-msgid "opening db file %s mode 0x%x\n"
+msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#. XXX check errno validity
-#: lib/db1.c:449
+#: lib/depends.c:1021
#, c-format
-msgid "cannot get %s lock on database\n"
+msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
+#: lib/depends.c:1073
+#, c-format
+msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
+#: lib/depends.c:1092
+#, c-format
+msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/db2.c:141
+#: lib/depends.c:1109
#, c-format
-msgid "closed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr ""
-#: lib/db2.c:153
+#: lib/depends.c:1131
#, c-format
-msgid "removed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/db2.c:190
+#: lib/depends.c:1144
#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
+msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/db2.c:565
+#: lib/depends.c:1158
#, c-format
-msgid "closed db index %s/%s(%s)\n"
+msgid "%s: %-45s YES (db package)\n"
msgstr ""
-#: lib/db2.c:643
+#: lib/depends.c:1174
#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
+msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/db3.c:268
+#: lib/depends.c:1195
#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
+msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr ""
-#: lib/db3.c:297
+#. requirements are not satisfied.
+#: lib/depends.c:1256
#, c-format
-msgid "%s has invalid numeric value, skipped\n"
+msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr ""
-#: lib/db3.c:306
+#. conflicts exist.
+#: lib/depends.c:1323
#, c-format
-msgid "%s has too large or too small long value, skipped\n"
+msgid "package %s conflicts: %s\n"
msgstr ""
-#: lib/db3.c:315
+#: lib/depends.c:1539
#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
+msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr ""
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
+#. Record all relations.
+#: lib/depends.c:1678
+msgid "========== recording tsort relations\n"
msgstr ""
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
+#. T4. Scan for zeroes.
+#: lib/depends.c:1725
+msgid "========== tsorting packages\n"
msgstr ""
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
+#: lib/depends.c:1770
+msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
+#: lib/depends.c:1819
+msgid "LOOP:\n"
msgstr ""
-#: lib/db3.c:1013
-#, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:1118
-#, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
+#: lib/depends.c:1850
+msgid "========== continuing tsort ...\n"
msgstr ""
#: lib/falloc.c:141
msgstr ""
#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
msgid "(not a number)"
msgstr ""
msgid "file %s is on an unknown device\n"
msgstr ""
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
+msgstr ""
+
+#: lib/fsm.c:274
+#, c-format
+msgid "%9d %s\n"
+msgstr ""
+
+#: lib/fsm.c:1042
+#, c-format
+msgid "%s directory created with perms %04o.\n"
+msgstr ""
+
+#: lib/fsm.c:1344 lib/fsm.c:1461
+#, c-format
+msgid "%s saved as %s\n"
+msgstr ""
+
+#: lib/fsm.c:1486
+#, c-format
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr ""
+
+#: lib/fsm.c:1491
+#, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1500
+#, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1517
+#, c-format
+msgid "%s created as %s\n"
+msgstr ""
+
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr ""
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr ""
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, c-format
-msgid "group %s does not exist - using root\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
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr ""
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr ""
-
-#: lib/install.c:721
-#, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr ""
-
-#: lib/install.c:728 lib/install.c:759
-#, c-format
-msgid "cannot write to %s\n"
-msgstr ""
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, c-format
-msgid "cannot create specdir %s\n"
-msgstr ""
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr ""
-
-#: lib/install.c:796 lib/install.c:825
-msgid "source package contains no .spec file\n"
-msgstr ""
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr ""
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr ""
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/install.c:1069
-#, c-format
-msgid "%s created as %s\n"
-msgstr ""
-
-#: lib/install.c:1105
-#, c-format
-msgid "%s saved as %s\n"
-msgstr ""
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, c-format
msgid "error creating temporary file %s\n"
msgstr ""
-#: lib/package.c:88
+#: lib/package.c:119
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
-#: lib/package.c:143
+#: lib/package.c:179
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr ""
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr ""
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr ""
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, c-format
msgid "verify %files section from <specfile>"
msgstr ""
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
msgid "build source and binary packages from <specfile>"
msgstr ""
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
msgid "build binary package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
msgid "build source package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr ""
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, c-format
msgid "verify %files section from <tarball>"
msgstr ""
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
msgid "build source and binary packages from <tarball>"
msgstr ""
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
msgid "build binary package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
msgid "build source package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
msgid "build binary package from <source package>"
msgstr ""
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
msgid "<source package>"
msgstr ""
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr ""
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr ""
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+msgid "debug file state machine"
+msgstr ""
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr ""
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr ""
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, c-format
+msgid "group %s does not exist - using root\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.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr ""
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, c-format
+msgid "cannot create %s %s\n"
+msgstr ""
+
+#: lib/psm.c:661
+#, c-format
+msgid "cannot write to %s\n"
+msgstr ""
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr ""
+
+#: lib/psm.c:733
+msgid "source package contains no .spec file\n"
+msgstr ""
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr ""
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr ""
+
+#: lib/psm.c:998
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr ""
+
+#: lib/query.c:161
#, c-format
msgid "incorrect format: %s\n"
msgstr ""
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr ""
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr ""
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr ""
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
msgid "package has neither file owner or id lists\n"
msgstr ""
-#: lib/query.c:418
+#: lib/query.c:428
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr ""
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr ""
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
-#: lib/query.c:624
+#: lib/query.c:637
msgid "no packages\n"
msgstr ""
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr ""
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr ""
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr ""
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr ""
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr ""
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr ""
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr ""
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr ""
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr ""
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr ""
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr ""
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, c-format
msgid "cannot open %s index\n"
msgstr ""
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr ""
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr ""
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
msgid "no dbpath has been set\n"
msgstr ""
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr ""
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr ""
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, c-format
msgid "cannot add record originally at %d\n"
msgstr ""
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
msgid "Preparing packages for installation..."
msgstr ""
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr ""
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr ""
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr ""
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr ""
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr ""
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr ""
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, c-format
msgid "cannot open file %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr ""
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, c-format
msgid "cannot open Packages database in %s\n"
msgstr ""
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr ""
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr ""
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr ""
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr ""
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr ""
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr ""
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, c-format
msgid "cannot open %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr ""
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr ""
+
+#: lib/scriptlet.c:236
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr ""
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr ""
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr ""
-#: lib/signature.c:162
+#: lib/signature.c:176
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr ""
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
-msgstr ""
-
-#: lib/signature.c:212
+#: lib/signature.c:230
#, c-format
-msgid "Signature pad : %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:274
+#: lib/signature.c:289
#, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr ""
-#: lib/signature.c:285
+#: lib/signature.c:300
msgid "pgp failed\n"
msgstr ""
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
msgid "pgp failed to write signature\n"
msgstr ""
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
msgid "unable to read the signature\n"
msgstr ""
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
msgid "Couldn't exec gpg\n"
msgstr ""
-#: lib/signature.c:362
+#: lib/signature.c:377
msgid "gpg failed\n"
msgstr ""
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
msgid "gpg failed to write signature\n"
msgstr ""
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
msgid "Generating signature using PGP.\n"
msgstr ""
-#: lib/signature.c:423
+#: lib/signature.c:439
msgid "Generating signature using GPG.\n"
msgstr ""
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
-#: lib/signature.c:635
+#: lib/signature.c:653
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
-#: lib/signature.c:723
+#: lib/signature.c:741
msgid "Couldn't exec pgp\n"
msgstr ""
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr ""
-#: lib/signature.c:772
+#: lib/signature.c:790
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr ""
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, c-format
msgid "%5d exclude %s\n"
msgstr ""
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, c-format
msgid "%5d relocate %s -> %s\n"
msgstr ""
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, c-format
msgid "excluding multilib path %s%s\n"
msgstr ""
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, c-format
msgid "excluding %s %s\n"
msgstr ""
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, c-format
msgid "relocating directory %s to %s\n"
msgstr ""
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr ""
-
-#: lib/uninstall.c:78
-#, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:88
-#, c-format
-msgid "removal of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr ""
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr ""
-#: lib/verify.c:65
+#: lib/verify.c:63
msgid "do not execute %verifyscript (if any)"
msgstr ""
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, c-format
msgid "missing %s"
msgstr ""
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr ""
-
-#: rpmio/rpmio.c:540
-msgid "Server I/O error"
-msgstr ""
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr ""
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr ""
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr ""
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr ""
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr ""
-
-#: rpmio/rpmio.c:558
-msgid "I/O error to local file"
-msgstr ""
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr ""
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr ""
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr ""
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr ""
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr ""
+
+#: rpmio/rpmio.c:540
+msgid "Server I/O error"
+msgstr ""
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr ""
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr ""
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr ""
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr ""
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr ""
+
+#: rpmio/rpmio.c:558
+msgid "I/O error to local file"
+msgstr ""
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr ""
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr ""
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr ""
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
msgid "(no error)"
msgstr ""
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr ""
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr ""
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr ""
msgid ""
msgstr ""
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\n"
"Last-Translator: Raimo Koski <rkoski@pp.weppi.fi>\n"
"Language-Team: Finnish <linux@sot.com>\n"
"Content-Type: text/plain; charset=\n"
"Xgettext-Options: --default-domain=rpm --add-comments --keyword=_ "
"--keyword=N_\n"
-#: build.c:26
+#: build.c:25
#, fuzzy, c-format
msgid "cannot open rpm database in %s\n"
msgstr "virhe: en voi avata %s%s/packages.rpm\n"
-#: build.c:36
+#: build.c:35
#, fuzzy
msgid "failed build dependencies:\n"
msgstr "puuttuvat riippuvuudet:\n"
-#: build.c:65
+#: build.c:64
#, fuzzy, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr "En voi avata %s luettavaksi: %s."
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, fuzzy, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr "%s:n avaus epäonnistui\n"
#. Give up
-#: build.c:149
+#: build.c:150
#, fuzzy, c-format
msgid "Failed to read spec file from %s\n"
msgstr "En voi lukea %s: %s."
-#: build.c:177
+#: build.c:178
#, fuzzy, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr "En voi lukea %s: %s."
-#: build.c:216
+#: build.c:217
#, fuzzy, c-format
msgid "failed to stat %s: %m\n"
msgstr "en voinut avata %s: %s"
-#: build.c:221
+#: build.c:222
#, fuzzy, c-format
msgid "File %s is not a regular file.\n"
msgstr "%s ei vaikuta RPM-paketilta\n"
-#: build.c:230
+#: build.c:231
#, fuzzy, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr "%s ei vaikuta RPM-paketilta\n"
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr ""
-#: build.c:302
+#: build.c:303
#, fuzzy, c-format
msgid "Building for target %s\n"
msgstr "virhe etsittäessä pakettia %s\n"
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr ""
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr "RPM versio %s\n"
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr ""
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
#, fuzzy
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr "Tätä ohjelmaa voi vapaasti levittää GNU GPL:n puittessa"
-#: rpm.c:209
+#: rpm.c:224
#, fuzzy
msgid "Usage: rpm {--help}"
msgstr "käyttö: rpm {--help}"
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr ""
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr " rpm {--initdb} [--dbpath <hakem>]"
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
" [--replacepkgs] [--replacefiles] [--root <hakem>]"
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr ""
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
" [--rcfile <tiedosto>] [--ignorearch] [--dbpath "
"<hakem>]"
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
" [--prefix <hakem>] [--ignoreos] [--nodeps] "
"[--allfiles]"
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr " [--ftpproxy <kone>] [--ftpport <portti>]"
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
#, fuzzy
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr " [--ftpproxy <kone>] [--ftpport <portti>]"
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
#, fuzzy
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr " [--noorder] [--relocate vanhapolku=uusipolku]"
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
#, fuzzy
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr " [--badreloc] tiedosto1.rpm ... tiedostoN.rpm"
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
#, fuzzy
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr " [--badreloc] tiedosto1.rpm ... tiedostoN.rpm"
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr " [--oldpackage] [--root <hakem>] [--noscripts]"
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
" [--excludedocs] [--includedocs] [--rcfile <tiedosto>]"
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
" [--ignorearch] [--dbpath <hakem>] [--prefix "
"<hakem>] "
-#: rpm.c:227
+#: rpm.c:242
#, fuzzy
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr " [--ftpproxy <kone>] [--ftpport <portti>]"
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr " [--noorder] [--relocate vanhapolku=uusipolku]"
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
#, fuzzy
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr " [--nomd5] [kohteet]"
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
#, fuzzy
msgid " file1.rpm ... fileN.rpm"
msgstr " [--badreloc] tiedosto1.rpm ... tiedostoN.rpm"
-#: rpm.c:232
+#: rpm.c:247
msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
msgstr ""
-#: rpm.c:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
" [--scripts] [--root <hakem>] [--rcfile <tiedosto>]"
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
#, fuzzy
msgid " [--triggeredby]"
msgstr " [--nomd5] [kohteet]"
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
#, fuzzy
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
" [--dbpath <hakem>] [--nodeps] [--nofiles] "
"[--noscripts]"
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
#, fuzzy
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr " [--nomd5] [kohteet]"
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
" rpm {--verify -V -y} [-afpg] [--root <hakem>] [--rcfile <tiedosto>]"
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
" [--dbpath <hakem>] [--nodeps] [--nofiles] "
"[--noscripts]"
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr " [--nomd5] [kohteet]"
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr " rpm {--setperms} [-afpg] [kohde]"
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr " rpm {--setugids} [-afpg] [kohde]"
-#: rpm.c:245
+#: rpm.c:260
#, fuzzy
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr " [--badreloc] tiedosto1.rpm ... tiedostoN.rpm"
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
" rpm {--erase -e} [--root <hakem>] [--noscripts] [--rcfile <tiedosto>]"
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr " [--dbpath <hakem>] [--nodeps] [--allmatches]"
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
#, fuzzy
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr " [--justdb] paketti1 ... pakettiN"
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
" rpm {--resign} [--rcfile <tiedosto>] paketti1 paketti2 ... pakettiN"
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
" rpm {--addsign} [--rcfile <tiedosto>] paketti1 paketti2 ... pakettiN"
-#: rpm.c:251
+#: rpm.c:266
#, fuzzy
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <tiedosto>]"
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr " paketti1 ... pakettiN"
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr " rpm {--rebuilddb} [--rcfile <tiedosto>] [--dbpath <hakem>]"
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr ""
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
#, fuzzy
msgid "Usage:"
msgstr "käyttö:"
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr "tulosta tämä viesti"
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr "tulosta käytetyn rpm:n versio"
-#: rpm.c:295
+#: rpm.c:310
#, fuzzy
msgid " All modes support the following arguments:"
msgstr " kaikki moodit tukevat seuraavia parametrejä"
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
#, fuzzy
msgid " --eval '<name>+' "
msgstr " -b<vaihe> <määrittely> "
-#: rpm.c:299
+#: rpm.c:314
#, fuzzy
msgid "print the expansion of macro <name> to stdout"
msgstr "tulosta käytetyn rpm:n versio"
-#: rpm.c:300
+#: rpm.c:315
#, fuzzy
msgid " --pipe <cmd> "
msgstr " -b<vaihe> <määrittely> "
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr "lähetä vakiotuloste <komento>:lle"
-#: rpm.c:302
+#: rpm.c:317
#, fuzzy
msgid " --rcfile <file> "
msgstr " -b<vaihe> <määrittely> "
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr "käytä <tiedosto> eikä /etc/rpmrc tai $HOME/.rpmrc"
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr "tulosta enemmän viestejä"
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr "tulosta mahdollisimman paljon viestejä (vianetsintään)"
-#: rpm.c:312
+#: rpm.c:327
#, fuzzy
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
" asennuksessa, päivityksessä ja kyselyssä (-p:n kanssa) ftp URL:ja "
"voidaan käyttää"
-#: rpm.c:313
+#: rpm.c:328
#, fuzzy
msgid " of file names as well as the following options:"
msgstr " tiedostoniminä, kuten myös seuraavia parametrejä:\n"
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr ""
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr "koneen nimi tai IP tai ftp-proxy"
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr ""
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr "ftp-palvelijan (tai proxyn) porttinumero"
-#: rpm.c:318
+#: rpm.c:333
#, fuzzy
msgid " --httpproxy <host> "
msgstr " -b<vaihe> <määrittely> "
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
#, fuzzy
msgid "hostname or IP of http proxy"
msgstr "koneen nimi tai IP tai ftp-proxy"
-#: rpm.c:320
+#: rpm.c:335
#, fuzzy
msgid " --httpport <port> "
msgstr " -b<vaihe> <määrittely> "
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
#, fuzzy
msgid "port number of http server (or proxy)"
msgstr "ftp-palvelijan (tai proxyn) porttinumero"
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr "kyselymoodi"
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
#, fuzzy
msgid " --dbpath <dir> "
msgstr " -b<vaihe> <määrittely> "
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr "kaytä <hakem> tietokannan hakemistona"
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
#, fuzzy
msgid "use <qfmt> as the header format (implies --info)"
msgstr "käytä s headerin formaatina (josta seuraa -i)"
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr "käytä <hakem> ylimpänä hakemistona"
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr " Paketin määrittelyparametrit:"
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr "kysele kaikki paketit"
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr ""
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr "kysele(asentamatonta) pakettia <pakettitiedosto>"
-#: rpm.c:339
+#: rpm.c:354
#, fuzzy
msgid " --triggeredby <pkg>"
msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-#: rpm.c:340
+#: rpm.c:355
#, fuzzy
msgid "query packages triggered by <pkg>"
msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-#: rpm.c:341
+#: rpm.c:356
#, fuzzy
msgid " --whatprovides <cap>"
msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-#: rpm.c:342
+#: rpm.c:357
#, fuzzy
msgid "query packages which provide <cap> capability"
msgstr "kysele paketteja, jotka tarjoavat <i> ominaisuuden"
-#: rpm.c:343
+#: rpm.c:358
#, fuzzy
msgid " --whatrequires <cap>"
msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-#: rpm.c:344
+#: rpm.c:359
#, fuzzy
msgid "query packages which require <cap> capability"
msgstr "kysele paketteja, jotka vaativat <i> ominaisuutta"
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr " Tietojen valintaparametrit:"
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr "näytä paketin tiedot"
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr "näytä paketin muutosloki"
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr "näytä paketin tiedostolistaus"
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr "näytä tiedostojen tilat (josta seuraa -l)"
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr "listaa vain dokumettitiedostot (josta seuraa -l)"
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr "listaa vain konfigurointiedostot (josta seuraa -l)"
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
"näytä kaikki varmistettavissa oleva tieto kustakin tiedostosta (pitää "
"käyttää -l, -c, tai -d kanssa)"
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr "luettele paketin tarjoamat ominaisuudet"
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr "listaa paketin riippuvuudet"
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr "tulosta erinäiset asennus/poisto-skriptit"
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
"tarkista paketin asennus käyttäen samoja paketin määrittelyparametrejä kuin "
"-q "
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr "älä tarkista paketin riippuvuuksia"
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr "älä tarkista tiedostojen md5-tarkistussummia"
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr "älä tarkista tiedostojen ominaisuuksia"
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr "luettele nimiöt, joita voidaan käyttää kyselyn formaatissa"
-#: rpm.c:386
+#: rpm.c:401
#, fuzzy
msgid " --install <packagefile>"
msgstr "asenna paketti"
-#: rpm.c:387
+#: rpm.c:402
#, fuzzy
msgid " -i <packagefile> "
msgstr " -b<vaihe> <määrittely> "
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr "asenna paketti"
-#: rpm.c:389
+#: rpm.c:404
#, fuzzy
msgid " --excludepath <path>"
msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
#, fuzzy
msgid " --relocate <oldpath>=<newpath>"
msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
#, fuzzy
msgid "relocate files in non-relocateable package"
msgstr "paketti %s ei ole asennettu\n"
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr ""
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr "siirrä paketti hakemistoon <hakem>, jos siirrettävissä"
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr "älä asenna dokumentointia"
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr "lyhenne parametreille --replacepkgs --replacefiles"
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr "tulosta risuaitaa paketin asentuessa (-v:n kanssa hyvä)"
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
"asenna kaikki tiedostot, myös konfiguraatiot, jotka muuten ehkä ohitettaisiin"
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr "älä tarkista paketin arkkitehtuuria"
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr "älä tarkista paketin käyttöjärjestelmää"
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr "asenna dokumentaatio"
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr "päivitä tietokanta, mutta älä muuta tiedostojärjestelmää"
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr "älä muuta asennusjärjestystä riippuvuuksien tyydyttämiseksi"
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr "älä suorita asennusskriptejä"
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr "tulosta asennuksen eteneminen prosentteina"
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr "asenna vaikka paketti korvaisi asennettuja tiedostoja"
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr "asenna uudelleen, jos paketti on jo asennettu"
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr "älä asenna, mutta kerro onnistuisiko se"
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
#, fuzzy
msgid " -U <packagefile> "
msgstr " -b<vaihe> <määrittely> "
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr "päivitä paketti (samat parametrit kuin --install, plus)"
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
"päivitä vanhempaan versioon (--force päivitettäessä tekee tämän "
"automaattisesti)"
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr "poista paketti"
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
"poista kaikki paketit, joiden nimeä vastaa <paketti> (tavallisesti, jos "
"<paketti> määrittää useita paketteja, tulee virhe)"
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr "älä aja mitään pakettikohtaisia skriptejä"
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr " -b<vaihe> <määrittely> "
-#: rpm.c:465
+#: rpm.c:480
#, fuzzy
msgid " -t<stage> <tarball> "
msgstr " -b<vaihe> <määrittely> "
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr "tee paketti, jossa <vaihe> on jokin:"
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr "valmistele (pura lähdekoodi ja tee korjaukset)"
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr "listatarkistus (tee joitakin tarkistuksia %tiedostoihin)"
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr "käännä (valmistele ja käännä)"
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr "asenna (valmistele, käännä ja asenna)"
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr "binääripaketti (valmistele, käännä, asenna, paketoi)"
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr "bin/src-paketti (valmistele, käännä, asenna, paketoi)"
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr "siirry suoraan määriteltyyn vaiheeseen (vain c ja i yhteydessä)"
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr "poista käännöspuu, kun valmis"
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
#, fuzzy
msgid "remove sources when done"
msgstr "poista lähdekoodit ja määrittelytiedosto, kun valmis"
-#: rpm.c:486
+#: rpm.c:501
#, fuzzy
msgid "remove spec file when done"
msgstr "poista lähdekoodit ja määrittelytiedosto, kun valmis"
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
#, fuzzy
msgid "generate PGP/GPG signature"
msgstr "generoi PGP-allekirjoitus"
-#: rpm.c:489
+#: rpm.c:504
#, fuzzy
msgid " --buildroot <dir> "
msgstr " -b<vaihe> <määrittely> "
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr "käytä <hakem> käännöspuun juurena"
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr "älä suorita mitään vaiheita"
-#: rpm.c:495
+#: rpm.c:510
#, fuzzy
msgid " --timecheck <secs> "
msgstr " -b<vaihe> <määrittely> "
-#: rpm.c:496
+#: rpm.c:511
#, fuzzy
msgid "set the time check to <secs> seconds (0 disables)"
msgstr "aseta aikatarkistus S sekunniksi (0 ohittaa)"
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
"asenna lähdekoodipaketti, käännä binääripaketti ja poista "
"määrittelytiedosto, lähdekoodi, korjaukset ja kuvakkeet"
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr "kuten --rebuild, mutta ei käännä paketteja"
-#: rpm.c:504
+#: rpm.c:519
#, fuzzy
msgid " --resign <pkg>+ "
msgstr " -b<vaihe> <määrittely> "
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr "allekirjoita paketti (hylkää nykyinen allekirjoitus)"
-#: rpm.c:506
+#: rpm.c:521
#, fuzzy
msgid " --addsign <pkg>+ "
msgstr " -b<vaihe> <määrittely> "
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr "lisää allekirjoitus pakettiin"
-#: rpm.c:508
+#: rpm.c:523
#, fuzzy
msgid " --checksig <pkg>+"
msgstr " -b<vaihe> <määrittely> "
-#: rpm.c:509
+#: rpm.c:524
#, fuzzy
msgid " -K <pkg>+ "
msgstr " -b<vaihe> <määrittely> "
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr "tarkista paketin allekirjoitus"
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr "ohita PGP-allekirjoitukset"
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
#, fuzzy
msgid "skip any GPG signatures"
msgstr "ohita PGP-allekirjoitukset"
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr "ohita MD5-allekirjoitukset"
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr "tarkista, että kunnollinen tietokanta löytyy"
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
"aseta tiedostojen oikeudet niiksi, jotka ne ovat pakettien tietokannassa "
"käyttäen samoja pakettien määrittelyparametrejä kuin -q"
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
"aseta tiedostojen omistaja ja ryhmä niiksi, jotka ne ovat pakettien "
"tietokannassa käyttäen samoja pakettien määrittelyparametrejä kuin -q"
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr "vain yksi päämoodi voidaan määritellä"
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr "-u ja --uninstall ovat vanhentuneet eivätkä enää toimi.\n"
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr "Käytä sen sijaan -e tai --erase .\n"
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr "siirtojen pitää alkaa /-merkillä"
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr "siirroissa pitää olla =-merkki"
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr "siirroissa pitää olla / =-merkin jälkeen"
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
#, fuzzy
msgid "exclude paths must begin with a /"
msgstr "siirtojen pitää alkaa /-merkillä"
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr "yhden tyyppinen kysely/tarkistus voidaan suorittaa kerralla"
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
#, fuzzy
msgid "unexpected query flags"
msgstr "odottamaton kyselyn lähde"
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
#, fuzzy
msgid "unexpected query format"
msgstr "odottamaton kyselyn lähde"
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr "odottamaton kyselyn lähde"
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
#, fuzzy
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr "vain asennus tai päivitys voidaan pakottaa"
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr "tiedostoja voidaan siirtää toiselle polulle vain asennettaessa"
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr "vain toinen --prefix tai --relocate voidaan antaa"
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
#, fuzzy
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr "--relocate: voidaan käyttää vain uusia paketteja asennettaessa"
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr "--prefix: voidaan käyttää vain uusia paketteja asennettaessa"
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr "--prefix parametrien pitää alkaa /-merkillä"
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr "--hash (-h): voidaan käyttää vain paketteja asennettaessa"
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr "--percent: voidaan käyttää vain paketteja asennettaessa"
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr "--replacefiles: voidaan käyttää vain paketteja asennettaessa"
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr "--replacepkgs: voidaan käyttää vain paketteja asennettaessa"
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr "--excludedocs: voidaan käyttää vain paketteja asennettaessa"
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr "--includedocs: voidaan käyttää vain paketteja asennettaessa"
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr "vain toinen --excludedocs tai --includedocs voidaan antaa"
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr "--ignorearch: voidaan käyttää vain paketteja asennettaessa"
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr "--ignoreos: voidaan käyttää vain paketteja asennettaessa"
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
#, fuzzy
msgid "--ignoresize may only be specified during package installation"
msgstr "--ignoreos: voidaan käyttää vain paketteja asennettaessa"
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr "--allmatches: voidaan käyttää vain paketteja poistettaessa"
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr "--allfiles: voidaan käyttää vain paketteja asennettaessa"
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr ""
"--justdb: voidaan käyttää vain paketteja asennettaessa tai poistettaessa"
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
"--noscripts: voidaan käyttää vain paketteja asennettaessa, poistettaessa tai "
"tarkistettaessa"
-#: rpm.c:917
+#: rpm.c:934
#, fuzzy
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"--nodeps: voidaan käyttää vain paketteja asennettaessa, poistettaessa tai "
"tarkistettaessa"
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
#, fuzzy
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"--nodeps: voidaan käyttää vain paketteja asennettaessa, poistettaessa tai "
"tarkistettaessa"
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
"--test: voidaan käyttää vain paketteja asennettaessa, poistettaessa ja "
"käännettäessä"
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
"--root (-r): voidaan käyttää vain paketteja asennettaessa, poistettaessa, "
"kyseltäessä ja tietokannan uudelleenluonnissa"
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr "parametrit --root (-r):lle alettava /-merkillä"
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr "--oldpackage: voidaan käyttää vain paketteja päivitettäessä"
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr "--nopgp: voidaan käyttää vain allekirjoitusta tarkistettaessa"
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
#, fuzzy
msgid "--nogpg may only be used during signature checking"
msgstr "--nopgp: voidaan käyttää vain allekirjoitusta tarkistettaessa"
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
#, fuzzy
msgid ""
"--nomd5 may only be used during signature checking and package verification"
"--nopgp: voidaan käyttää vain allekirjoitusta tarkistettaessa ja paketteja "
"todennettaessa"
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, fuzzy, c-format
msgid "cannot access file %s\n"
msgstr "en voinut avata tiedostoa %s: "
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
#, fuzzy
msgid "pgp not found: "
msgstr "Tiedostoa ei löytynyt palvelimelta"
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr ""
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr ""
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr "--sign: voidaan käyttää vain paketteja käännettäessä"
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
#, fuzzy
msgid "exec failed\n"
msgstr "%s: avaus ei onnistunut\n"
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr "--querytags: odottamattomia parametrejä"
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr "allekirjoituksen tarkistukselle ei määritelty paketteja"
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr "allekirjoitukselle ei määritelty paketteja"
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr "poistolle ei määritelty paketteja"
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr "asennukselle ei määritelty paketteja"
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr "pakettien kyselylle annettiin ylimääräisiä parametrejä"
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr "kyselylle ei annettu parametrejä"
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
#, fuzzy
msgid "extra arguments given for verify of all packages"
msgstr "pakettien kyselylle annettiin ylimääräisiä parametrejä"
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr "tarkistukselle ei annettu parametrejä"
msgid "cannot re-open payload: %s\n"
msgstr "en voinut avata tiedostoa %s: "
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
#, fuzzy
msgid "print macro expansion of <expr>+"
msgstr "tulosta käytetyn rpm:n versio"
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
#, fuzzy
msgid "rebuild database inverted lists from installed package headers"
msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
+msgstr ""
+
+#: rpmqv.c:234
#, fuzzy
-msgid "<package>"
+msgid "<package>+"
msgstr "kysele kaikki paketit"
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
#, fuzzy
-msgid "upgrade package if already installed"
+msgid "upgrade package(s) if already installed"
msgstr "paketti %s ei ole asennettu\n"
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
#, fuzzy
msgid "<packagefile>+"
msgstr " -b<vaihe> <määrittely> "
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
#, fuzzy
msgid "do not execute scripts (if any)"
msgstr "älä suorita mitään vaiheita"
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
#, fuzzy
msgid "don't execute any scriptlets triggered by this package"
msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-#: rpmqv.c:313
+#: rpmqv.c:279
#, fuzzy
-msgid "<oldpath>=<newpath>"
+msgid "relocate files from path <old> to <new>"
msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
-#: rpmqv.c:324
+#: rpmqv.c:280
+#, fuzzy
+msgid "<old>=<new>"
+msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
+
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
+msgstr ""
+
+#: rpmqv.c:291
#, fuzzy
-msgid "upgrade package"
+msgid "upgrade package(s)"
msgstr "asenna paketti"
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
+msgstr ""
+
+#: rpmqv.c:343
msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:413
+#: rpmqv.c:377
#, fuzzy, c-format
msgid "Usage: %s {--help}\n"
msgstr "käyttö: rpm {--help}"
-#: rpmqv.c:417
-#, fuzzy, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr " rpm {--initdb} [--dbpath <hakem>]"
-
-#: rpmqv.c:418
-#, fuzzy, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr " rpm {--rebuilddb} [--rcfile <tiedosto>] [--dbpath <hakem>]"
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-#, fuzzy
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-" [--rcfile <tiedosto>] [--ignorearch] [--dbpath "
-"<hakem>]"
-
-#: rpmqv.c:434
-#, fuzzy
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-" [--excludedocs] [--includedocs] [--rcfile <tiedosto>]"
-
-#: rpmqv.c:442
-#, fuzzy, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-" rpm {--erase -e} [--root <hakem>] [--noscripts] [--rcfile <tiedosto>]"
-
-#: rpmqv.c:449
-#, fuzzy
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-" [--scripts] [--root <hakem>] [--rcfile <tiedosto>]"
-
-#: rpmqv.c:456
-#, fuzzy, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-" rpm {--verify -V -y} [-afpg] [--root <hakem>] [--rcfile <tiedosto>]"
-
-#: rpmqv.c:460
-#, fuzzy, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr " rpm {--setperms} [-afpg] [kohde]"
-
-#: rpmqv.c:461
-#, fuzzy, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr " rpm {--setugids} [-afpg] [kohde]"
-
-#: rpmqv.c:465
-#, fuzzy, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
-msgstr ""
-" rpm {--resign} [--rcfile <tiedosto>] paketti1 paketti2 ... pakettiN"
-
-#: rpmqv.c:466
-#, fuzzy, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
-msgstr ""
-" rpm {--addsign} [--rcfile <tiedosto>] paketti1 paketti2 ... pakettiN"
-
-#: rpmqv.c:467
-#, fuzzy, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
-msgstr " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <tiedosto>]"
-
-#: rpmqv.c:511
+#: rpmqv.c:448
#, fuzzy
msgid " All modes support the following options:"
msgstr " kaikki moodit tukevat seuraavia parametrejä"
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
#, fuzzy
msgid " --eval '<expr>+' "
msgstr " -b<vaihe> <määrittely> "
-#: rpmqv.c:515
+#: rpmqv.c:452
#, fuzzy
msgid "print the expansion of macro <expr> to stdout"
msgstr "tulosta käytetyn rpm:n versio"
-#: rpmqv.c:516
+#: rpmqv.c:453
#, fuzzy
msgid " --pipe <cmd> "
msgstr " -b<vaihe> <määrittely> "
-#: rpmqv.c:518
+#: rpmqv.c:455
#, fuzzy
msgid " --rcfile <file:...> "
msgstr " -b<vaihe> <määrittely> "
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
#, fuzzy
msgid " --dbpath <dir> "
msgstr " -b<vaihe> <määrittely> "
-#: rpmqv.c:525
+#: rpmqv.c:462
#, fuzzy
msgid " --root <dir> "
msgstr " -b<vaihe> <määrittely> "
-#: rpmqv.c:535
+#: rpmqv.c:472
#, fuzzy
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
" asennuksessa, päivityksessä ja kyselyssä (-p:n kanssa) ftp URL:ja "
"voidaan käyttää"
-#: rpmqv.c:536
+#: rpmqv.c:473
#, fuzzy
msgid " of file names as well as the following options:"
msgstr " tiedostoniminä, kuten myös seuraavia parametrejä:\n"
-#: rpmqv.c:537
+#: rpmqv.c:474
#, fuzzy
msgid " --ftpproxy <host> "
msgstr " -b<vaihe> <määrittely> "
-#: rpmqv.c:539
+#: rpmqv.c:476
#, fuzzy
msgid " --ftpport <port> "
msgstr " -b<vaihe> <määrittely> "
-#: rpmqv.c:541
+#: rpmqv.c:478
#, fuzzy
msgid " --httpproxy <host> "
msgstr " -b<vaihe> <määrittely> "
-#: rpmqv.c:543
+#: rpmqv.c:480
#, fuzzy
msgid " --httpport <port> "
msgstr " -b<vaihe> <määrittely> "
-#: rpmqv.c:549
+#: rpmqv.c:486
#, fuzzy
msgid " Package specification options:"
msgstr " Paketin määrittelyparametrit:"
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
#, fuzzy
msgid "query/verify all packages"
msgstr "kysele kaikki paketit"
-#: rpmqv.c:552
+#: rpmqv.c:489
#, fuzzy
msgid " -f <file>+ "
msgstr " -b<vaihe> <määrittely> "
-#: rpmqv.c:553
+#: rpmqv.c:490
#, fuzzy
msgid "query/verify package owning <file>"
msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-#: rpmqv.c:554
+#: rpmqv.c:491
#, fuzzy
msgid " -p <packagefile>+ "
msgstr " -b<vaihe> <määrittely> "
-#: rpmqv.c:555
+#: rpmqv.c:492
#, fuzzy
msgid "query/verify (uninstalled) package <packagefile>"
msgstr "kysele(asentamatonta) pakettia <pakettitiedosto>"
-#: rpmqv.c:556
+#: rpmqv.c:493
#, fuzzy
msgid " --triggeredby <pkg> "
msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-#: rpmqv.c:557
+#: rpmqv.c:494
#, fuzzy
msgid "query/verify packages triggered by <pkg>"
msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-#: rpmqv.c:558
+#: rpmqv.c:495
#, fuzzy
msgid " --whatprovides <cap> "
msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-#: rpmqv.c:559
+#: rpmqv.c:496
#, fuzzy
msgid "query/verify packages which provide <cap> capability"
msgstr "kysele paketteja, jotka tarjoavat <i> ominaisuuden"
-#: rpmqv.c:560
+#: rpmqv.c:497
#, fuzzy
msgid " --whatrequires <cap> "
msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-#: rpmqv.c:561
+#: rpmqv.c:498
#, fuzzy
msgid "query/verify packages which require <cap> capability"
msgstr "kysele paketteja, jotka vaativat <i> ominaisuutta"
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
#, fuzzy
msgid " Information selection options:"
msgstr " Tietojen valintaparametrit:"
-#: rpmqv.c:584
+#: rpmqv.c:521
#, fuzzy
msgid "list capabilities provided by package"
msgstr "luettele paketin tarjoamat ominaisuudet"
-#: rpmqv.c:586
+#: rpmqv.c:523
#, fuzzy
msgid "list capabilities required by package"
msgstr "luettele paketin tarjoamat ominaisuudet"
-#: rpmqv.c:588
+#: rpmqv.c:525
#, fuzzy
msgid "print the various [un]install scriptlets"
msgstr "tulosta erinäiset asennus/poisto-skriptit"
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
#, fuzzy
msgid " --install <packagefile>"
msgstr "asenna paketti"
-#: rpmqv.c:617
+#: rpmqv.c:554
#, fuzzy
msgid " -i <packagefile> "
msgstr " -b<vaihe> <määrittely> "
-#: rpmqv.c:626
+#: rpmqv.c:563
#, fuzzy
msgid " --excludepath <path> "
msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
-#: rpmqv.c:647
+#: rpmqv.c:584
#, fuzzy
msgid "don't execute any installation scriptlets"
msgstr "älä suorita asennusskriptejä"
-#: rpmqv.c:652
+#: rpmqv.c:589
#, fuzzy
msgid " --prefix <dir> "
msgstr " -b<vaihe> <määrittely> "
-#: rpmqv.c:654
+#: rpmqv.c:591
#, fuzzy
msgid " --relocate <oldpath>=<newpath>"
msgstr "siirrä tiedostot hakemistosta <vanhapolku> hakemistoon <uusipolku>"
-#: rpmqv.c:663
+#: rpmqv.c:600
#, fuzzy
msgid " --upgrade <packagefile>"
msgstr "asenna paketti"
-#: rpmqv.c:664
+#: rpmqv.c:601
#, fuzzy
msgid " -U <packagefile> "
msgstr " -b<vaihe> <määrittely> "
-#: rpmqv.c:669
+#: rpmqv.c:606
#, fuzzy
msgid " --erase <package>"
msgstr "asenna paketti"
-#: rpmqv.c:688
+#: rpmqv.c:625
#, fuzzy
msgid " --resign <pkg>+ "
msgstr " -b<vaihe> <määrittely> "
-#: rpmqv.c:690
+#: rpmqv.c:627
#, fuzzy
msgid " --addsign <pkg>+ "
msgstr " -b<vaihe> <määrittely> "
-#: rpmqv.c:693
+#: rpmqv.c:630
#, fuzzy
msgid " --checksig <pkg>+"
msgstr " -b<vaihe> <määrittely> "
-#: rpmqv.c:694
+#: rpmqv.c:631
#, fuzzy
msgid " -K <pkg>+ "
msgstr " -b<vaihe> <määrittely> "
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
#, fuzzy
msgid "rebuild database indices from existing database headers"
msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
-#: rpmqv.c:996
+#: rpmqv.c:928
#, fuzzy
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr "Käytä sen sijaan -e tai --erase .\n"
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr "--dbpath parametri annettu toiminnolle, joka ei käytä tietokantaa"
-#: rpmqv.c:1158
+#: rpmqv.c:1086
#, fuzzy
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr ""
"--justdb: voidaan käyttää vain paketteja asennettaessa tai poistettaessa"
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr "uudelleenkäännolle ei määritelty paketteja"
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr "käännökselle ei annettu määrittelytiedostoja"
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr "käännökselle ei määritelty tar-tiedostoja"
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
#, fuzzy
msgid "Unable to open temp file.\n"
msgstr "En voi avata %s luettavaksi: %s."
msgid "syntax error in expression\n"
msgstr "odotin '?'-merkkiä ilmauksessa"
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, fuzzy, c-format
msgid "Missing '(' in %s %s\n"
msgstr "puuttuva '{' '%':n jälkeen"
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, fuzzy, c-format
msgid "Missing ')' in %s(%s\n"
msgstr "puuttuva ':', %s:%d"
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, fuzzy, c-format
msgid "Invalid %s token: %s\n"
msgstr "virheellinen paketin numero: %s\n"
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr "En voi lukea %s: %s."
-#: build/files.c:427
+#: build/files.c:429
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr "En voi lukea %s: %s."
-#: build/files.c:439
+#: build/files.c:441
#, fuzzy, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr "En voi lukea %s: %s."
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, fuzzy, c-format
msgid "Two files on one line: %s\n"
msgstr "en voinut avata %s: %s"
-#: build/files.c:771
+#: build/files.c:773
#, fuzzy, c-format
msgid "File must begin with \"/\": %s\n"
msgstr "siirtojen pitää alkaa /-merkillä"
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
-#: build/files.c:949
+#: build/files.c:952
#, fuzzy, c-format
msgid "File listed twice: %s\n"
msgstr "En voi lukea %s: %s."
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr "En voi lukea %s: %s."
-#: build/files.c:1165
+#: build/files.c:1239
#, fuzzy, c-format
msgid "File not found: %s\n"
msgstr "Tiedostoa ei löytynyt palvelimelta"
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "en voinut avata %s: %s"
-#: build/files.c:1297
+#: build/files.c:1371
#, fuzzy, c-format
msgid "File needs leading \"/\": %s\n"
msgstr "siirtojen pitää alkaa /-merkillä"
-#: build/files.c:1327
+#: build/files.c:1401
#, fuzzy, c-format
msgid "File not found by glob: %s\n"
msgstr "Tiedostoa ei löytynyt palvelimelta"
-#: build/files.c:1382
+#: build/files.c:1455
#, fuzzy
msgid "Could not open %%files file %s: %s\n"
msgstr "virhe: tiedostoa %s ei voi avata\n"
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, fuzzy, c-format
msgid "line: %s\n"
msgstr "en voinut avata %s: %s"
-#: build/files.c:1720
+#: build/files.c:1791
#, fuzzy, c-format
msgid "Bad file: %s: %s\n"
msgstr "en voinut avata %s: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, fuzzy, c-format
msgid "Couldn't exec %s: %s\n"
msgstr "En voinut ajaa pgp:tä"
-#: build/files.c:1794
+#: build/files.c:1864
#, fuzzy, c-format
msgid "Couldn't fork %s: %s\n"
msgstr "En voinut ajaa pgp:tä"
-#: build/files.c:1876
+#: build/files.c:1946
#, fuzzy, c-format
msgid "%s failed\n"
msgstr "pgp epäonnistui"
-#: build/files.c:1880
+#: build/files.c:1950
#, fuzzy, c-format
msgid "failed to write all data to %s\n"
msgstr "%s:n luonti epäonnistui\n"
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, fuzzy, c-format
msgid "Failed to find %s:\n"
msgstr "%s:n luonti epäonnistui\n"
-#: build/files.c:2160
+#: build/files.c:2232
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "en voinut avata %s: %s"
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:52
+#: build/pack.c:61
#, fuzzy, c-format
msgid "create archive failed on file %s: %s\n"
msgstr "en voinut avata %s: %s"
-#: build/pack.c:74
+#: build/pack.c:83
#, fuzzy, c-format
msgid "cpio_copy write failed: %s\n"
msgstr "luku epäonnistui: %s (%d)"
-#: build/pack.c:81
+#: build/pack.c:90
#, fuzzy, c-format
msgid "cpio_copy read failed: %s\n"
msgstr "luku epäonnistui: %s (%d)"
-#: build/pack.c:165
+#: build/pack.c:174
#, fuzzy, c-format
msgid "Could not open PreIn file: %s\n"
msgstr "virhe: tiedostoa %s ei voi avata\n"
-#: build/pack.c:172
+#: build/pack.c:181
#, fuzzy, c-format
msgid "Could not open PreUn file: %s\n"
msgstr "virhe: tiedostoa %s ei voi avata\n"
-#: build/pack.c:179
+#: build/pack.c:188
#, fuzzy, c-format
msgid "Could not open PostIn file: %s\n"
msgstr "virhe: tiedostoa %s ei voi avata\n"
-#: build/pack.c:186
+#: build/pack.c:195
#, fuzzy, c-format
msgid "Could not open PostUn file: %s\n"
msgstr "virhe: tiedostoa %s ei voi avata\n"
-#: build/pack.c:194
+#: build/pack.c:203
#, fuzzy, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr "virhe: tiedostoa %s ei voi avata\n"
-#: build/pack.c:209
+#: build/pack.c:218
#, fuzzy, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr "virhe: tiedostoa %s ei voi avata\n"
-#: build/pack.c:235
+#: build/pack.c:244
#, fuzzy, c-format
msgid "readRPM: open %s: %s\n"
msgstr "en voinut avata %s: %s"
-#: build/pack.c:245
+#: build/pack.c:254
#, fuzzy, c-format
msgid "readRPM: read %s: %s\n"
msgstr "En voi lukea %s: %s."
-#: build/pack.c:266
+#: build/pack.c:275
#, fuzzy, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "virhe: %s ei vaikuta RPM paketilta\n"
-#: build/pack.c:272
+#: build/pack.c:284
#, fuzzy, c-format
msgid "readRPM: reading header from %s\n"
msgstr "virhe luettaessa tietuetta %s %s:stä"
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, fuzzy, c-format
msgid "Generating signature: %d\n"
msgstr "generoi PGP-allekirjoitus"
-#: build/pack.c:433
+#: build/pack.c:447
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "%s:n avaus epäonnistui\n"
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "%s:n kirjoitus ei onnistu"
-#: build/pack.c:485
+#: build/pack.c:499
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr "%s:n kirjoitus ei onnistu"
-#: build/pack.c:495
+#: build/pack.c:509
#, fuzzy, c-format
msgid "Unable to read header from %s: %s\n"
msgstr "%s:n kirjoitus ei onnistu"
-#: build/pack.c:509
+#: build/pack.c:523
#, fuzzy, c-format
msgid "Unable to write header to %s: %s\n"
msgstr "%s:n kirjoitus ei onnistu"
-#: build/pack.c:519
+#: build/pack.c:533
#, fuzzy, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr "%s:n kirjoitus ei onnistu"
-#: build/pack.c:525
+#: build/pack.c:539
#, fuzzy, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr "%s:n kirjoitus ei onnistu"
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, fuzzy, c-format
msgid "cannot create %s: %s\n"
msgstr "en voinut avata tiedostoa %s: "
msgid "Package has no %%description: %s\n"
msgstr "paketti %s ei ole %s:ssä"
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, fuzzy, c-format
msgid "line %d: Bad number: %s\n"
msgstr "virheellinen paketin numero: %s\n"
-#: build/spec.c:234
+#: build/spec.c:222
#, fuzzy, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr "virheellinen paketin numero: %s\n"
-#: build/spec.c:292
+#: build/spec.c:280
#, fuzzy, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "virheellinen paketin numero: %s\n"
-#: lib/cpio.c:445
-#, fuzzy, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr "En voi lukea %s: %s."
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, fuzzy, c-format
msgid "(error 0x%x)"
msgstr "virhe: "
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
#, fuzzy
msgid "Unknown file type"
msgstr "(tuntematon tyyppi)"
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
#, fuzzy
msgid "Internal error"
msgstr "vakava virhe: "
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
#, fuzzy
msgid " failed - "
msgstr "pgp epäonnistui"
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
+#, c-format
+msgid "db%d error(%d) from %s: %s\n"
+msgstr ""
+
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
+#, c-format
+msgid "db%d error(%d): %s\n"
+msgstr ""
+
+#: lib/db1.c:387
+#, c-format
+msgid "closed db file %s\n"
+msgstr ""
+
+#: lib/db1.c:390
+#, c-format
+msgid "removed db file %s\n"
+msgstr ""
+
+#: lib/db1.c:421
+#, fuzzy, c-format
+msgid "bad db file %s\n"
+msgstr "en voinut avata %s: %s"
+
+#: lib/db1.c:426
+#, fuzzy, c-format
+msgid "opening db file %s mode 0x%x\n"
+msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
+
+#. XXX check errno validity
+#: lib/db1.c:449
+#, fuzzy, c-format
+msgid "cannot get %s lock on database\n"
+msgstr "en voi saada %s lukitusta tietokantaan"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
+msgstr "poissulkevaa"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
+msgstr "jaettua"
+
+#: lib/db2.c:145 lib/db3.c:130
+#, c-format
+msgid "closed db environment %s/%s\n"
+msgstr ""
+
+#: lib/db2.c:161 lib/db3.c:146
+#, c-format
+msgid "removed db environment %s/%s\n"
+msgstr ""
+
+#: lib/db2.c:198 lib/db3.c:183
+#, c-format
+msgid "opening db environment %s/%s %s\n"
+msgstr ""
+
+#: lib/db2.c:588 lib/db3.c:569
+#, c-format
+msgid "closed db index %s/%s\n"
+msgstr ""
+
+#: lib/db2.c:678 lib/db3.c:659
+#, fuzzy, c-format
+msgid "opening db index %s/%s %s mode=0x%x\n"
+msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
+
+#: lib/db2.c:784 lib/db3.c:764
+#, fuzzy, c-format
+msgid "cannot get %s lock on %s/%s\n"
+msgstr "en voi saada %s lukitusta tietokantaan"
+
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
+msgstr ""
+
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
+msgstr ""
+
+#: lib/dbconfig.c:287
+#, c-format
+msgid "%s has invalid numeric value, skipped\n"
+msgstr ""
+
+#: lib/dbconfig.c:296
+#, c-format
+msgid "%s has too large or too small long value, skipped\n"
+msgstr ""
+
+#: lib/dbconfig.c:305
+#, c-format
+msgid "%s has too large or too small integer value, skipped\n"
+msgstr ""
+
#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/depends.c:565
#, c-format
msgid ""
"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
"\tA %s\tB %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/depends.c:594
#, c-format
msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/depends.c:962
#, c-format
msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/depends.c:1021
#, c-format
msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/depends.c:1073
#, c-format
msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/depends.c:1092
#, c-format
msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/depends.c:1096
+#: lib/depends.c:1109
#, fuzzy, c-format
msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr "tiedostoa %s ei omista mikään paketti\n"
-#: lib/depends.c:1118
+#: lib/depends.c:1131
#, c-format
msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/depends.c:1131
+#: lib/depends.c:1144
#, c-format
msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/depends.c:1145
+#: lib/depends.c:1158
#, fuzzy, c-format
msgid "%s: %-45s YES (db package)\n"
msgstr "tiedostoa %s ei omista mikään paketti\n"
-#: lib/depends.c:1161
+#: lib/depends.c:1174
#, c-format
msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/depends.c:1195
#, fuzzy, c-format
msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr "tiedostoa %s ei omista mikään paketti\n"
#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/depends.c:1256
#, fuzzy, c-format
msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr "paketti %s ei ole %s:ssä"
#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/depends.c:1323
#, fuzzy, c-format
msgid "package %s conflicts: %s\n"
msgstr "paketti %s ei ole %s:ssä"
-#: lib/depends.c:1523
+#: lib/depends.c:1539
#, fuzzy, c-format
msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr "virhe poistettaessa tietuetta %s %s:stä"
#. Record all relations.
-#: lib/depends.c:1662
+#: lib/depends.c:1678
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1709
+#: lib/depends.c:1725
msgid "========== tsorting packages\n"
msgstr ""
-#: lib/depends.c:1754
+#: lib/depends.c:1770
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1803
+#: lib/depends.c:1819
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1834
+#: lib/depends.c:1850
msgid "========== continuing tsort ...\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/falloc.c:141
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid ""
+"free list corrupt (%u)- please run\n"
+"\t\"rpm --rebuilddb\"\n"
+"More information is available from http://www.rpm.org or the "
+"rpm-list@redhat.com mailing list\n"
+"if \"rpm --rebuilddb\" fails to correct the problem.\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
-#, c-format
-msgid "db%d error(%d): %s\n"
-msgstr ""
+#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+msgid "(not a number)"
+msgstr "(ei ole luku)"
-#: lib/db1.c:387
+#: lib/fs.c:69
+#, fuzzy, c-format
+msgid "mntctl() failed to return size: %s\n"
+msgstr "%s:n luonti epäonnistui\n"
+
+#: lib/fs.c:84
#, c-format
-msgid "closed db file %s\n"
+msgid "mntctl() failed to return mount points: %s\n"
msgstr ""
-#: lib/db1.c:390
-#, c-format
-msgid "removed db file %s\n"
-msgstr ""
-
-#: lib/db1.c:421
+#: lib/fs.c:104 lib/fs.c:184 lib/fs.c:287
#, fuzzy, c-format
-msgid "bad db file %s\n"
+msgid "failed to stat %s: %s\n"
msgstr "en voinut avata %s: %s"
-#: lib/db1.c:426
-#, fuzzy, c-format
-msgid "opening db file %s mode 0x%x\n"
-msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
-
-#. XXX check errno validity
-#: lib/db1.c:449
-#, fuzzy, c-format
-msgid "cannot get %s lock on database\n"
-msgstr "en voi saada %s lukitusta tietokantaan"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
-msgstr "poissulkevaa"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
-msgstr "jaettua"
-
-#: lib/db2.c:141
-#, c-format
-msgid "closed db environment %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:153
-#, c-format
-msgid "removed db environment %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:190
-#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
-msgstr ""
-
-#: lib/db2.c:565
-#, c-format
-msgid "closed db index %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:643
-#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:268
-#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
-msgstr ""
-
-#: lib/db3.c:297
-#, c-format
-msgid "%s has invalid numeric value, skipped\n"
-msgstr ""
-
-#: lib/db3.c:306
-#, c-format
-msgid "%s has too large or too small long value, skipped\n"
+#: lib/fs.c:147
+msgid "getting list of mounted filesystems\n"
msgstr ""
-#: lib/db3.c:315
-#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
-msgstr ""
+#: lib/fs.c:152 rpmio/url.c:452
+#, fuzzy, c-format
+msgid "failed to open %s: %s\n"
+msgstr "en voinut avata %s: %s"
-#: lib/db3.c:484
+#: lib/fs.c:309
#, c-format
-msgid "closed db environment %s/%s\n"
+msgid "file %s is on an unknown device\n"
msgstr ""
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
msgstr ""
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
-msgstr ""
+#: lib/fsm.c:274
+#, fuzzy, c-format
+msgid "%9d %s\n"
+msgstr "en voinut avata %s: %s"
-#: lib/db3.c:923
+#: lib/fsm.c:1042
#, c-format
-msgid "closed db index %s/%s\n"
+msgid "%s directory created with perms %04o.\n"
msgstr ""
-#: lib/db3.c:1013
+#: lib/fsm.c:1344 lib/fsm.c:1461
#, fuzzy, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
+msgid "%s saved as %s\n"
+msgstr "en voinut avata tiedostoa %s: "
-#: lib/db3.c:1118
+#: lib/fsm.c:1486
#, fuzzy, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr "en voi saada %s lukitusta tietokantaan"
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
-msgstr ""
-
-#: lib/falloc.c:141
-#, c-format
-msgid ""
-"free list corrupt (%u)- please run\n"
-"\t\"rpm --rebuilddb\"\n"
-"More information is available from http://www.rpm.org or the "
-"rpm-list@redhat.com mailing list\n"
-"if \"rpm --rebuilddb\" fails to correct the problem.\n"
-msgstr ""
-
-#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
-msgid "(not a number)"
-msgstr "(ei ole luku)"
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr "en voi poistaa %s -hakemisto ei ole tyhjä"
-#: lib/fs.c:69
+#: lib/fsm.c:1491
#, fuzzy, c-format
-msgid "mntctl() failed to return size: %s\n"
-msgstr "%s:n luonti epäonnistui\n"
-
-#: lib/fs.c:84
-#, c-format
-msgid "mntctl() failed to return mount points: %s\n"
-msgstr ""
+msgid "%s rmdir of %s failed: %s\n"
+msgstr "%s:n rmdir epäonnistui: %s"
-#: lib/fs.c:104 lib/fs.c:184 lib/fs.c:287
+#: lib/fsm.c:1500
#, fuzzy, c-format
-msgid "failed to stat %s: %s\n"
-msgstr "en voinut avata %s: %s"
-
-#: lib/fs.c:147
-msgid "getting list of mounted filesystems\n"
-msgstr ""
+msgid "%s unlink of %s failed: %s\n"
+msgstr "%s:n avaus ei onnistunut: %s\n"
-#: lib/fs.c:152 rpmio/url.c:452
+#: lib/fsm.c:1517
#, fuzzy, c-format
-msgid "failed to open %s: %s\n"
-msgstr "en voinut avata %s: %s"
-
-#: lib/fs.c:309
-#, c-format
-msgid "file %s is on an unknown device\n"
-msgstr ""
+msgid "%s created as %s\n"
+msgstr "en voinut avata tiedostoa %s: "
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr "puuttuva '{' '%':n jälkeen"
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr "puuttuva '{' '%{':n jälkeen"
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr "tyhjä nimiön formaatti"
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr "tyhjä nimiön nimi"
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr "tuntematon nimiö"
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr "']' puuttuu taulukkomäärittelyn lopusta"
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr "odottamaton ']'"
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr "odottamaton '}'"
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr "odotin '?'-merkkiä ilmauksessa"
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
#, fuzzy
msgid "{ expected after ? in expression"
msgstr "odotin '{' '?'-merkin jälkeen ilmauksessa "
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr "odotin '}'-merkkiä ilmauksessa"
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr "odotin ':' '?'-merkin jälkeen ali-ilmauksessa "
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
#, fuzzy
msgid "{ expected after : in expression"
msgstr "odotin '{' ':'-merkin jälkeen ilmauksessa "
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr "odotin '}'-merkkiä ilmauksen lopussa"
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr "(tuntematon tyyppi)"
-#: lib/install.c:190 lib/uninstall.c:209
-#, fuzzy, c-format
-msgid " file: %s action: %s\n"
-msgstr "en voinut avata %s: %s"
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "ryhmässä %s ei ole paketteja\n"
-
-#. this would probably be a good place to check if disk space
-#. was used up - if so, we should return a different error
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "%s:n avaus ei onnistunut: %s\n"
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-#, fuzzy
-msgid "installing a source package\n"
-msgstr "asenna paketti"
-
-#: lib/install.c:721
-#, fuzzy, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr "en voinut avata tiedostoa %s: "
-
-#: lib/install.c:728 lib/install.c:759
-#, fuzzy, c-format
-msgid "cannot write to %s\n"
-msgstr "en voinut avata tiedostoa %s: "
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, fuzzy, c-format
-msgid "cannot create specdir %s\n"
-msgstr "en voinut avata tiedostoa %s: "
-
-#: lib/install.c:763
-#, fuzzy, c-format
-msgid "spec file in: %s\n"
-msgstr "en voinut avata %s: %s"
-
-#: lib/install.c:796 lib/install.c:825
-#, fuzzy
-msgid "source package contains no .spec file\n"
-msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, fuzzy, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr "%s:n nimeäminen %s:ksi epäonnistui: %s"
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, fuzzy, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr "paketti %s-%s-%s sisältää jaettuja tiedostoja\n"
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "virhe: ohitan %s:n, siirto epäonnistui - %s\n"
-
-#: lib/install.c:1069
-#, fuzzy, c-format
-msgid "%s created as %s\n"
-msgstr "en voinut avata tiedostoa %s: "
-
-#: lib/install.c:1105
-#, fuzzy, c-format
-msgid "%s saved as %s\n"
-msgstr "en voinut avata tiedostoa %s: "
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, fuzzy, c-format
msgid "error creating temporary file %s\n"
msgstr "virhe luotaessa hakemistoa %s: %s"
-#: lib/package.c:88
+#: lib/package.c:119
#, fuzzy
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
"tämä versio RPM:stä tukee vain suuremmman kuin 3 versionumeron paketteja"
-#: lib/package.c:143
+#: lib/package.c:179
#, fuzzy
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
"tämä versio RPM:stä tukee vain suuremmman kuin 3 versionumeron paketteja"
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, fuzzy, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr "En voi lukea %s: %s."
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr "valmistele (pura lähdekoodi ja tee korjaukset)"
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
#, fuzzy
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr "asenna paketti"
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, fuzzy, c-format
msgid "verify %files section from <specfile>"
msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
#, fuzzy
msgid "build source and binary packages from <specfile>"
msgstr "ryhmässä %s ei ole paketteja\n"
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
#, fuzzy
msgid "build binary package only from <specfile>"
msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
#, fuzzy
msgid "build source package only from <specfile>"
msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr "valmistele (pura lähdekoodi ja tee korjaukset)"
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, fuzzy, c-format
msgid "verify %files section from <tarball>"
msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
#, fuzzy
msgid "build source and binary packages from <tarball>"
msgstr "ryhmässä %s ei ole paketteja\n"
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
#, fuzzy
msgid "build binary package only from <tarball>"
msgstr "ryhmässä %s ei ole paketteja\n"
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
#, fuzzy
msgid "build source package only from <tarball>"
msgstr "käännä paketit käyttöjärjestelmälle <kj>"
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
#, fuzzy
msgid "build binary package from <source package>"
msgstr "binääripaketti (valmistele, käännä, asenna, paketoi)"
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
#, fuzzy
msgid "<source package>"
msgstr "kysele kaikki paketit"
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
#, fuzzy
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr "asenna paketti"
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
#, fuzzy
msgid "override build root"
msgstr "käytä <hakem> käännöspuun juurena"
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+#, fuzzy
+msgid "debug file state machine"
+msgstr "en voinut avata %s: %s"
+
+#: lib/poptBT.c:181
#, fuzzy
msgid "do not execute any stages of the build"
msgstr "älä suorita mitään vaiheita"
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
#, fuzzy
msgid "remove specfile when done"
msgstr "poista lähdekoodit ja määrittelytiedosto, kun valmis"
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "ryhmässä %s ei ole paketteja\n"
+
+#.
+#. * This would probably be a good place to check if disk space
+#. * was used up - if so, we should return a different error.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "%s:n avaus ei onnistunut: %s\n"
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, fuzzy, c-format
+msgid "cannot create %s %s\n"
+msgstr "en voinut avata tiedostoa %s: "
+
+#: lib/psm.c:661
+#, fuzzy, c-format
+msgid "cannot write to %s\n"
+msgstr "en voinut avata tiedostoa %s: "
+
+#: lib/psm.c:683
+#, fuzzy
+msgid "installing a source package\n"
+msgstr "asenna paketti"
+
+#: lib/psm.c:733
+#, fuzzy
+msgid "source package contains no .spec file\n"
+msgstr "kysy pakettia, jonka omistuksessa <tiedosto> on"
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, fuzzy, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr "paketti %s-%s-%s sisältää jaettuja tiedostoja\n"
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, fuzzy, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr "älä suorita mitään vaiheita"
+
+#: lib/psm.c:998
+#, fuzzy
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr "virhe: ohitan %s:n, siirto epäonnistui - %s\n"
+
+#: lib/query.c:161
#, fuzzy, c-format
msgid "incorrect format: %s\n"
msgstr "virhe formaatissa: %s\n"
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr "(ei tiedostoja)"
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
#, fuzzy
msgid "not installed "
msgstr "paketti %s ei ole asennettu\n"
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, fuzzy, c-format
msgid "(unknown %3d) "
msgstr "(tuntematon tyyppi)"
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
#, fuzzy
msgid "package has neither file owner or id lists\n"
msgstr "paketilla ei ole nimeä"
-#: lib/query.c:418
+#: lib/query.c:428
#, fuzzy, c-format
msgid "can't query %s: %s\n"
msgstr "virhe: en voi avata %s\n"
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, fuzzy, c-format
msgid "open of %s failed: %s\n"
msgstr "%s:n avaus ei onnistunut: %s\n"
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr "vanhan formaatin lähdekoodipaketteja ei voi kysellä\n"
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "%s ei vaikuta RPM-paketilta\n"
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr "%s:n kysely ei onnistunut\n"
-#: lib/query.c:601
+#: lib/query.c:614
#, fuzzy, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "%s:n kysely ei onnistunut\n"
-#: lib/query.c:624
+#: lib/query.c:637
#, fuzzy
msgid "no packages\n"
msgstr "kysele kaikki paketit"
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "ryhmässä %s ei ole paketteja\n"
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr "mikään paketti ei laukaise %s:a\n"
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr "mikään pakettie ei tarvitse %s:a\n"
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr "mikään paketti ei tarjoa %s:a\n"
-#: lib/query.c:697
+#: lib/query.c:710
#, fuzzy, c-format
msgid "file %s: %s\n"
msgstr "en voinut avata %s: %s"
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "tiedostoa %s ei omista mikään paketti\n"
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr "virheellinen paketin numero: %s\n"
-#: lib/query.c:730
+#: lib/query.c:743
#, fuzzy, c-format
msgid "package record number: %u\n"
msgstr "virheellinen paketin numero: %s\n"
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr "tietuetta %d ei voitu lukea\n"
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr "paketti %s ei ole asennettu\n"
msgid "%s: Fread failed: %s\n"
msgstr "%s: readLead epäonnistui\n"
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr "%s: readLead epäonnistui\n"
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr "%s: En voi allekirjoittaa v1.0 RPM:ää\n"
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr "%s: En voi uudelleen allekirjoittaa v2.0 RPM:ää\n"
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr "%s: rpmReadSignature epäonnistui\n"
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr "%s: Ei allekirjoitusta saatavilla\n"
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, fuzzy, c-format
msgid "%s: writeLead failed: %s\n"
msgstr "%s: readLead epäonnistui\n"
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, fuzzy, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr "%s: rpmReadSignature epäonnistui\n"
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr "%s: Ei allekirjoitusta saatavilla (v1.0 RPM)\n"
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
#, fuzzy
msgid " (MISSING KEYS:"
msgstr "(PUUTTUVAT AVAIMET)"
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, fuzzy, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr "en voinut avata tiedostoa %s: "
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, fuzzy, c-format
msgid "cannot open %s index\n"
msgstr "virhe: en voi avata %s\n"
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, fuzzy, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr "virhe luettaessa tietuetta %s %s:stä"
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, fuzzy, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr "virhe talletettaessa tietuetta %s %s:ään"
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, fuzzy, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr "virhe poistettaessa tietuetta %s %s:stä"
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
#, fuzzy
msgid "no dbpath has been set\n"
msgstr "dbpath ei ole asetettu"
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "virhe etsittäessä pakettia %s\n"
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "en voi lukea headeria %d:stä päivittäessä"
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, fuzzy, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "virhe poistettaessa tietuetta %s %s:stä"
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, fuzzy, c-format
msgid "removing %d entries from %s index.\n"
msgstr "virhe poistettaessa tietuetta %s %s:stä"
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "virhe etsittäessä pakettia %s\n"
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, fuzzy, c-format
msgid "adding %d entries to %s index.\n"
msgstr "virhe poistettaessa tietuetta %s %s:stä"
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr "dbpath ei ole asetettu"
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, fuzzy, c-format
msgid "rebuilding database %s into %s\n"
msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, fuzzy, c-format
msgid "temporary database %s already exists\n"
msgstr "väliaikainen tietokanta %s on jo olemassa"
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, fuzzy, c-format
msgid "creating directory %s\n"
msgstr "virhe luotaessa hakemistoa %s: %s"
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "virhe luotaessa hakemistoa %s: %s"
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, fuzzy, c-format
msgid "opening old database with dbapi %d\n"
msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, fuzzy, c-format
msgid "opening new database with dbapi %d\n"
msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta"
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, fuzzy, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr "tietue numero %d tietokannassa viallinen -- ohitan sen"
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, fuzzy, c-format
msgid "cannot add record originally at %d\n"
msgstr "en voi lisätä tietuetta %d:stä"
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, fuzzy, c-format
msgid "removing directory %s\n"
msgstr "virhe luotaessa hakemistoa %s: %s"
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, fuzzy, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "en voinut avata %s: %s"
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
#, fuzzy
msgid "Preparing packages for installation..."
msgstr "asennukselle ei määritelty paketteja"
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
#, fuzzy
msgid "counting packages to install\n"
msgstr "asennukselle ei määritelty paketteja"
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, fuzzy, c-format
msgid "found %d packages\n"
msgstr "kysele kaikki paketit"
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
#, fuzzy
msgid "looking for packages to download\n"
msgstr "virhe etsittäessä pakettia %s\n"
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, fuzzy, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr "virhe: ohitan %s:n, siirto epäonnistui - %s\n"
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr "Haen: %s\n"
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, fuzzy, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr "virhe: ohitan %s:n, siirto epäonnistui - %s\n"
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, fuzzy, c-format
msgid "cannot open file %s: %s\n"
msgstr "en voinut avata tiedostoa %s: "
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, fuzzy, c-format
msgid "%s cannot be installed\n"
msgstr "virhe: %s ei voida asentaa\n"
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, fuzzy, c-format
msgid "cannot open Packages database in %s\n"
msgstr "virhe: en voi avata %s%s/packages.rpm\n"
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, fuzzy, c-format
msgid "package %s is not relocateable\n"
msgstr "paketti %s ei ole asennettu\n"
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, fuzzy, c-format
msgid "error reading from file %s\n"
msgstr "virhe luotaessa hakemistoa %s: %s"
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, fuzzy, c-format
msgid "found %d source and %d binary packages\n"
msgstr "ryhmässä %s ei ole paketteja\n"
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr "puuttuvat riippuvuudet:\n"
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
#, fuzzy
msgid "installing binary packages\n"
msgstr "asenna paketti"
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, fuzzy, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr "virhe: en voi avata %s%s/packages.rpm\n"
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr "\"%s\" määrittää useita paketteja\n"
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr "näiden pakettien poisto rikkoisi riippuvuuksia:\n"
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, fuzzy, c-format
msgid "cannot open %s: %s\n"
msgstr "virhe: en voi avata %s\n"
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr "Asennan: %s\n"
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr "skriptin ajo epäonnistui"
+
+#: lib/scriptlet.c:236
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr "skriptin ajo epäonnistui"
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
#, fuzzy
msgid "No signature\n"
msgstr "%s: Ei allekirjoitusta saatavilla\n"
-#: lib/signature.c:151
+#: lib/signature.c:165
#, fuzzy
msgid "Old PGP signature\n"
msgstr "generoi PGP-allekirjoitus"
-#: lib/signature.c:162
+#: lib/signature.c:176
#, fuzzy
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr "Vanha (sisäisen käytön) allekirjoitus! Mistä sait sen!?"
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
-msgstr ""
-
-#: lib/signature.c:212
+#: lib/signature.c:230
#, c-format
-msgid "Signature pad : %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:274
+#: lib/signature.c:289
#, fuzzy, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr "En voinut ajaa pgp:tä"
-#: lib/signature.c:285
+#: lib/signature.c:300
#, fuzzy
msgid "pgp failed\n"
msgstr "pgp epäonnistui"
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
#, fuzzy
msgid "pgp failed to write signature\n"
msgstr "pgp ei voinut kirjoittaa allekirjoitusta"
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
#, fuzzy
msgid "unable to read the signature\n"
msgstr "en voinut lukea allekirjoitusta"
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
#, fuzzy
msgid "Couldn't exec gpg\n"
msgstr "En voinut ajaa pgp:tä"
-#: lib/signature.c:362
+#: lib/signature.c:377
#, fuzzy
msgid "gpg failed\n"
msgstr "pgp epäonnistui"
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
#, fuzzy
msgid "gpg failed to write signature\n"
msgstr "pgp ei voinut kirjoittaa allekirjoitusta"
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
#, fuzzy
msgid "Generating signature using PGP.\n"
msgstr "generoi PGP-allekirjoitus"
-#: lib/signature.c:423
+#: lib/signature.c:439
#, fuzzy
msgid "Generating signature using GPG.\n"
msgstr "generoi PGP-allekirjoitus"
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
#, fuzzy
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr "En voinut ajaa pgp:tä. Käytä --nopgpg ohittaaksesi PGP-tarkistus"
-#: lib/signature.c:635
+#: lib/signature.c:653
#, fuzzy
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr "En voinut ajaa pgp:tä. Käytä --nopgpg ohittaaksesi PGP-tarkistus"
-#: lib/signature.c:723
+#: lib/signature.c:741
#, fuzzy
msgid "Couldn't exec pgp\n"
msgstr "En voinut ajaa pgp:tä"
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
#, fuzzy
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr "Sinun pitää asettaa \"pgp_name:\" rpmrc-tiedostossa"
-#: lib/signature.c:772
+#: lib/signature.c:790
#, fuzzy
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr "Sinun pitää asettaa \"pgp_name:\" rpmrc-tiedostossa"
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, fuzzy, c-format
msgid "%5d exclude %s\n"
msgstr "Haen: %s\n"
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, fuzzy, c-format
msgid "%5d relocate %s -> %s\n"
msgstr "en voinut avata tiedostoa %s: "
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, fuzzy, c-format
msgid "excluding multilib path %s%s\n"
msgstr "Haen: %s\n"
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, fuzzy, c-format
msgid "excluding %s %s\n"
msgstr "Haen: %s\n"
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, fuzzy, c-format
msgid "relocating directory %s to %s\n"
msgstr "virhe luotaessa hakemistoa %s: %s"
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, fuzzy, c-format
msgid "excluding directory %s\n"
msgstr "virhe luotaessa hakemistoa %s: %s"
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, fuzzy, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr "en voi poistaa %s -hakemisto ei ole tyhjä"
-
-#: lib/uninstall.c:78
-#, fuzzy, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr "%s:n rmdir epäonnistui: %s"
-
-#: lib/uninstall.c:88
-#, fuzzy, c-format
-msgid "removal of %s failed: %s\n"
-msgstr "%s:n poisto epäonnistui: %s"
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, fuzzy, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr "skriptin ajo epäonnistui"
-
-#: lib/verify.c:59
+#: lib/verify.c:57
#, fuzzy
msgid "don't verify files in package"
msgstr "asenna paketti"
-#: lib/verify.c:65
+#: lib/verify.c:63
#, fuzzy
msgid "do not execute %verifyscript (if any)"
msgstr "älä suorita mitään vaiheita"
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, fuzzy, c-format
msgid "missing %s"
msgstr "puuttuva '{' '%':n jälkeen"
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "%s-%s-%s:n tyydyttämättömät riippuvuudet:"
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-#, fuzzy
-msgid "Bad server response"
-msgstr "Virheellinen FTP-palvelijan vastaus"
-
-#: rpmio/rpmio.c:540
-#, fuzzy
-msgid "Server I/O error"
-msgstr "FTP:n IO-virhe"
-
-#: rpmio/rpmio.c:543
-#, fuzzy
-msgid "Server timeout"
-msgstr "FTP-palvelimen timeout"
-
-#: rpmio/rpmio.c:546
-#, fuzzy
-msgid "Unable to lookup server host address"
-msgstr "FTP-palvelimen osoitetta ei löytynyt"
-
-#: rpmio/rpmio.c:549
-#, fuzzy
-msgid "Unable to lookup server host name"
-msgstr "FTP-palvelimen nimeä ei löytynyt"
-
-#: rpmio/rpmio.c:552
-#, fuzzy
-msgid "Failed to connect to server"
-msgstr "En saanut yhteyttä FTP-palvelijaan"
-
-#: rpmio/rpmio.c:555
-#, fuzzy
-msgid "Failed to establish data connection to server"
-msgstr "En saanut data-yhteyttä FTP-palvelijaan"
-
-#: rpmio/rpmio.c:558
-#, fuzzy
-msgid "I/O error to local file"
-msgstr "Paikallisen tiedoston IO-virhe"
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr "Virhe asetettaessa palvelinta passiiviin moodiin"
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr "Tiedostoa ei löytynyt palvelimelta"
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-#, fuzzy
-msgid "Unknown or unexpected error"
-msgstr "FTP:n tuntematon tai odottamaton virhe"
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr ""
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+#, fuzzy
+msgid "Bad server response"
+msgstr "Virheellinen FTP-palvelijan vastaus"
+
+#: rpmio/rpmio.c:540
+#, fuzzy
+msgid "Server I/O error"
+msgstr "FTP:n IO-virhe"
+
+#: rpmio/rpmio.c:543
+#, fuzzy
+msgid "Server timeout"
+msgstr "FTP-palvelimen timeout"
+
+#: rpmio/rpmio.c:546
+#, fuzzy
+msgid "Unable to lookup server host address"
+msgstr "FTP-palvelimen osoitetta ei löytynyt"
+
+#: rpmio/rpmio.c:549
+#, fuzzy
+msgid "Unable to lookup server host name"
+msgstr "FTP-palvelimen nimeä ei löytynyt"
+
+#: rpmio/rpmio.c:552
+#, fuzzy
+msgid "Failed to connect to server"
+msgstr "En saanut yhteyttä FTP-palvelijaan"
+
+#: rpmio/rpmio.c:555
+#, fuzzy
+msgid "Failed to establish data connection to server"
+msgstr "En saanut data-yhteyttä FTP-palvelijaan"
+
+#: rpmio/rpmio.c:558
+#, fuzzy
+msgid "I/O error to local file"
+msgstr "Paikallisen tiedoston IO-virhe"
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr "Virhe asetettaessa palvelinta passiiviin moodiin"
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr "Tiedostoa ei löytynyt palvelimelta"
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+#, fuzzy
+msgid "Unknown or unexpected error"
+msgstr "FTP:n tuntematon tai odottamaton virhe"
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
#, fuzzy
msgid "(no error)"
msgstr "virhe: "
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr "vakava virhe: "
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr "virhe: "
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr "varoitus: "
msgstr "%s:n luonti epäonnistui\n"
#, fuzzy
+#~ msgid " %s {--initdb} [--dbpath <dir>]\n"
+#~ msgstr " rpm {--initdb} [--dbpath <hakem>]"
+
+#, fuzzy
+#~ msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
+#~ msgstr " rpm {--rebuilddb} [--rcfile <tiedosto>] [--dbpath <hakem>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
+#~ msgstr ""
+#~ " [--rcfile <tiedosto>] [--ignorearch] [--dbpath "
+#~ "<hakem>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <tiedosto>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--erase -e} [--root <hakem>] [--noscripts] [--rcfile <tiedosto>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--scripts] [--root <dir>] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--scripts] [--root <hakem>] [--rcfile <tiedosto>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--verify -V -y} [-afpg] [--root <hakem>] [--rcfile <tiedosto>]"
+
+#, fuzzy
+#~ msgid " %s {--setperms} [-afpg] [target]\n"
+#~ msgstr " rpm {--setperms} [-afpg] [kohde]"
+
+#, fuzzy
+#~ msgid " %s {--setugids} [-afpg] [target]\n"
+#~ msgstr " rpm {--setugids} [-afpg] [kohde]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#~ msgstr ""
+#~ " rpm {--resign} [--rcfile <tiedosto>] paketti1 paketti2 ... pakettiN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#~ msgstr ""
+#~ " rpm {--addsign} [--rcfile <tiedosto>] paketti1 paketti2 ... pakettiN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
+#~ "<file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <tiedosto>]"
+
+#, fuzzy
+#~ msgid "can't rename %s to %s: %s\n"
+#~ msgstr "En voi lukea %s: %s."
+
+#, fuzzy
+#~ msgid " file: %s action: %s\n"
+#~ msgstr "en voinut avata %s: %s"
+
+#, fuzzy
+#~ msgid "cannot create sourcedir %s\n"
+#~ msgstr "en voinut avata tiedostoa %s: "
+
+#, fuzzy
+#~ msgid "cannot create specdir %s\n"
+#~ msgstr "en voinut avata tiedostoa %s: "
+
+#, fuzzy
+#~ msgid "spec file in: %s\n"
+#~ msgstr "en voinut avata %s: %s"
+
+#, fuzzy
+#~ msgid "rename of %s to %s failed: %s\n"
+#~ msgstr "%s:n nimeäminen %s:ksi epäonnistui: %s"
+
+#, fuzzy
+#~ msgid "removal of %s failed: %s\n"
+#~ msgstr "%s:n poisto epäonnistui: %s"
+
+#, fuzzy
#~ msgid ""
#~ " [--macros <file:...>] [--ignorearch] [--dbpath <dir>]"
#~ msgstr ""
#~ msgstr "paketti %s ei ole %s:ssä"
#, fuzzy
-#~ msgid "bad file state: %s"
-#~ msgstr "en voinut avata %s: %s"
-
-#, fuzzy
#~ msgid "%s: %-45s YES (added package)\n"
#~ msgstr "tiedostoa %s ei omista mikään paketti\n"
msgid ""
-msgstr "POT-Creation-Date: 2001-01-19 14:27-0500\n"
+msgstr "POT-Creation-Date: 2001-02-19 11:19-0500\n"
-#: build.c:26
+#: build.c:25
#, fuzzy, c-format
msgid "cannot open rpm database in %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build.c:36
+#: build.c:35
#, fuzzy
msgid "failed build dependencies:\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build.c:65
+#: build.c:64
#, fuzzy, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, fuzzy, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr "impossible d'ouvrir: %s\n"
#. Give up
-#: build.c:149
+#: build.c:150
#, fuzzy, c-format
msgid "Failed to read spec file from %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build.c:177
+#: build.c:178
#, fuzzy, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build.c:216
+#: build.c:217
#, fuzzy, c-format
msgid "failed to stat %s: %m\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build.c:221
+#: build.c:222
#, fuzzy, c-format
msgid "File %s is not a regular file.\n"
msgstr "aucun package n'a été spécifié pour l'installation"
-#: build.c:230
+#: build.c:231
#, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr ""
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr ""
-#: build.c:302
+#: build.c:303
#, fuzzy, c-format
msgid "Building for target %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr ""
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr ""
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr ""
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
#, fuzzy
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr "Peut être redistribué librement selon les termes de la GNU GPL"
-#: rpm.c:209
+#: rpm.c:224
msgid "Usage: rpm {--help}"
msgstr ""
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr ""
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr ""
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
#, fuzzy
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr " --force - raccourci pour --replacepkgs --replacefiles"
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr ""
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
#, fuzzy
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr " qui matchent <pkg>"
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
#, fuzzy
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr " qui matchent <pkg>"
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
#, fuzzy
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr " -a - interroge l'ensemble des packages"
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
#, fuzzy
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr " -a - interroge l'ensemble des packages"
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
#, fuzzy
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr " -l - affiche la liste des packages"
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
#, fuzzy
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
" -i - affiche les informations relatives à un package"
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
-#: rpm.c:227
+#: rpm.c:242
#, fuzzy
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr " qui matchent <pkg>"
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
#, fuzzy
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr " -a - interroge l'ensemble des packages"
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
#, fuzzy
msgid " file1.rpm ... fileN.rpm"
msgstr " -l - affiche la liste des packages"
-#: rpm.c:232
+#: rpm.c:247
msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
msgstr ""
-#: rpm.c:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
#, fuzzy
msgid " [--triggeredby]"
msgstr " -q - mode interrogation"
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
#, fuzzy
msgid " [--provides] [--triggers] [--dump]"
msgstr " -a - interroge l'ensemble des packages"
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
#, fuzzy
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr " -a - interroge l'ensemble des packages"
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
#, fuzzy
msgid " [--nomd5] [targets]"
msgstr " -q - mode interrogation"
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr ""
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr ""
-#: rpm.c:245
+#: rpm.c:260
#, fuzzy
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr " -l - affiche la liste des packages"
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
#, fuzzy
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr " -a - interroge l'ensemble des packages"
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
#, fuzzy
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr ""
" - installe le package source, construit le package "
"binaire,"
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
#, fuzzy
msgid " package1 ... packageN"
msgstr " qui matchent <pkg>"
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr ""
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
msgid "Usage:"
msgstr ""
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
#, fuzzy
msgid "print this message"
msgstr " --help\t\t- affiche ce message"
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
#, fuzzy
msgid "print the version of rpm being used"
msgstr " --version\t\t- affiche la version de rpm utilisée"
-#: rpm.c:295
+#: rpm.c:310
msgid " All modes support the following arguments:"
msgstr ""
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
#, fuzzy
msgid " --eval '<name>+' "
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpm.c:299
+#: rpm.c:314
#, fuzzy
msgid "print the expansion of macro <name> to stdout"
msgstr " --version\t\t- affiche la version de rpm utilisée"
-#: rpm.c:300
+#: rpm.c:315
#, fuzzy
msgid " --pipe <cmd> "
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr ""
-#: rpm.c:302
+#: rpm.c:317
#, fuzzy
msgid " --rcfile <file> "
msgstr " -i <packagefile>\t- installe le package"
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr ""
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr ""
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr ""
-#: rpm.c:312
+#: rpm.c:327
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr ""
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr ""
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr ""
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr ""
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr ""
-#: rpm.c:318
+#: rpm.c:333
#, fuzzy
msgid " --httpproxy <host> "
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr ""
-#: rpm.c:320
+#: rpm.c:335
#, fuzzy
msgid " --httpport <port> "
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr ""
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr ""
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr ""
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr ""
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
msgid "use <qfmt> as the header format (implies --info)"
msgstr ""
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
#, fuzzy
msgid "use <dir> as the top level directory"
msgstr " --root <dir>\t- utilise <dir> comme répertoire racine"
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr " Options de spécification de package:"
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr ""
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
#, fuzzy
msgid "query package owning <file>"
msgstr ""
" -f <file>+ - interroge le package à qui appartient <file>"
-#: rpm.c:337
+#: rpm.c:352
#, fuzzy
msgid " -p <packagefile>+ "
msgstr " -i <packagefile>\t- installe le package"
-#: rpm.c:338
+#: rpm.c:353
#, fuzzy
msgid "query (uninstalled) package <packagefile>"
msgstr ""
" -p <packagefile>+ - interroge le package (non installé) <packagefile>"
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr ""
-#: rpm.c:340
+#: rpm.c:355
#, fuzzy
msgid "query packages triggered by <pkg>"
msgstr ""
" -f <file>+ - interroge le package à qui appartient <file>"
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr ""
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr ""
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr ""
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr ""
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr " Options de sélection d'information:"
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
#, fuzzy
msgid "display package information"
msgstr ""
" -i - affiche les informations relatives à un package"
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr ""
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
#, fuzzy
msgid "display package file list"
msgstr " -l - affiche la liste des packages"
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
#, fuzzy
msgid "show file states (implies -l)"
msgstr " -s - montre l'état des fichiers (implique -l)"
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
#, fuzzy
msgid "list only documentation files (implies -l)"
msgstr ""
" -d - donne uniquement la liste des fichiers de "
"documentation (implique -l)"
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
#, fuzzy
msgid "list only configuration files (implies -l)"
msgstr ""
" -c - donne uniquement la liste des fichiers de "
"configuration (implique -l)"
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
msgstr ""
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr ""
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr ""
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr ""
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
#, 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"
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr ""
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr ""
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr ""
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr ""
-#: rpm.c:386
+#: rpm.c:401
#, fuzzy
msgid " --install <packagefile>"
msgstr ""
" -p <packagefile>+ - interroge le package (non installé) <packagefile>"
-#: rpm.c:387
+#: rpm.c:402
#, fuzzy
msgid " -i <packagefile> "
msgstr " -i <packagefile>\t- installe le package"
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr ""
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr ""
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr ""
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
#, fuzzy
msgid "relocate files in non-relocateable package"
msgstr "aucun package n'a été spécifié pour l'installation"
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr ""
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr ""
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr ""
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
#, fuzzy
msgid "short hand for --replacepkgs --replacefiles"
msgstr " --force - raccourci pour --replacepkgs --replacefiles"
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
#, 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:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr ""
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr ""
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr ""
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr ""
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr ""
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr ""
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
#, fuzzy
msgid "print percentages as package installs"
msgstr ""
" --percent - affiche des '%' pendant l'installation du package"
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
#, 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:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
#, fuzzy
msgid "reinstall if the package is already present"
msgstr " --replacepkgs - réinstalle si le package est déjà présent"
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
#, 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:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
#, fuzzy
msgid " -U <packagefile> "
msgstr " -i <packagefile>\t- installe le package"
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
#, 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:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
#, fuzzy
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
" --oldpackage - mise à jour par une ancienne version du package "
"(--force"
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr ""
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
msgstr ""
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr ""
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr ""
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr ""
-#: rpm.c:466
+#: rpm.c:481
#, fuzzy
msgid "build package, where <stage> is one of:"
msgstr " -b<stage> <spec> - construit le package, <stage> peut valoir:"
-#: rpm.c:468
+#: rpm.c:483
#, fuzzy
msgid "prep (unpack sources and apply patches)"
msgstr "\t\t\t p - prépare (extrait le source et applique les patches)"
-#: rpm.c:470
+#: rpm.c:485
#, 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:472
+#: rpm.c:487
#, fuzzy
msgid "compile (prep and compile)"
msgstr "\t\t\t c - compile (prépare et compile)"
-#: rpm.c:474
+#: rpm.c:489
#, fuzzy
msgid "install (prep, compile, install)"
msgstr "\t\t\t i - installe (prépare, compile, installe)"
-#: rpm.c:476
+#: rpm.c:491
#, fuzzy
msgid "binary package (prep, compile, install, package)"
msgstr "\t\t\t b - package binaire (prépare, compile, installe, package)"
-#: rpm.c:478
+#: rpm.c:493
#, fuzzy
msgid "bin/src package (prep, compile, install, package)"
msgstr "\t\t\t a - package bin/src (prépare, compile, installe, package)"
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
#, 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)"
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
#, fuzzy
msgid "remove build tree when done"
msgstr " --clean - efface l'arborescence après construction"
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
#, fuzzy
msgid "remove sources when done"
msgstr " --clean - efface l'arborescence après construction"
-#: rpm.c:486
+#: rpm.c:501
#, fuzzy
msgid "remove spec file when done"
msgstr " --clean - efface l'arborescence après construction"
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
#, fuzzy
msgid "generate PGP/GPG signature"
msgstr " --sign - genère une signature PGP"
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr ""
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr ""
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr ""
-#: rpm.c:495
+#: rpm.c:510
#, fuzzy
msgid " --timecheck <secs> "
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpm.c:496
+#: rpm.c:511
#, 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:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
#, fuzzy
msgid ""
"install source package, build binary package and remove spec file, sources, "
" et efface le fichier spec, les sources, les "
"patches, et les icones."
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr ""
-#: rpm.c:504
+#: rpm.c:519
#, fuzzy
msgid " --resign <pkg>+ "
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr ""
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr ""
-#: rpm.c:508
+#: rpm.c:523
#, fuzzy
msgid " --checksig <pkg>+"
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpm.c:509
+#: rpm.c:524
#, fuzzy
msgid " -K <pkg>+ "
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr ""
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr ""
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
#, fuzzy
msgid "skip any GPG signatures"
msgstr " --sign - genère une signature PGP"
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr ""
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr ""
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr ""
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr "un seul mode majeur peut être spécifié"
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
#, 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:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr "Utilisez de préférence -e ou --erase.\n"
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
#, fuzzy
msgid "relocations must begin with a /"
msgstr "les arguments de --root (-r) doivent commencer par un /"
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr ""
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr ""
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
#, fuzzy
msgid "exclude paths must begin with a /"
msgstr "les arguments de --root (-r) doivent commencer par un /"
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
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:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
#, fuzzy
msgid "unexpected query flags"
msgstr "source de requête inattendue"
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
#, fuzzy
msgid "unexpected query format"
msgstr "source de requête inattendue"
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr "source de requête inattendue"
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
#, fuzzy
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr "seules l'installation et la mise à jour peuvent être forcées"
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
#, 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:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
#, fuzzy
msgid "only one of --prefix or --relocate may be used"
msgstr "un seul mode majeur peut être spécifié"
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
#, fuzzy
msgid ""
"--relocate and --excludepath 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:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
#, 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:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
#, fuzzy
msgid "arguments to --prefix must begin with a /"
msgstr "les arguments de --root (-r) doivent commencer par un /"
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
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:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
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:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
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:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
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:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
#, 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:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
#, 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:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
#, fuzzy
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr "un seul mode majeur peut être spécifié"
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
#, 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:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
#, 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:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
#, fuzzy
msgid "--ignoresize may only be specified during package installation"
msgstr ""
"--percent ne peut être spécifié que lors de l'installation d'un package"
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
#, 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:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
#, 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:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
#, 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:913 rpmqv.c:1152
+#: rpm.c:930
#, fuzzy
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"--test ne peut être spécifié que lors de l'installation ou désinstallation "
"d'un package"
-#: rpm.c:917
+#: rpm.c:934
#, fuzzy
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"--test ne peut être spécifié que lors de l'installation ou désinstallation "
"d'un package"
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
#, fuzzy
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"--test ne peut être spécifié que lors de l'installation ou désinstallation "
"d'un package"
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
#, fuzzy
msgid ""
"--test may only be specified during package installation, erasure, and "
"--test ne peut être spécifié que lors de l'installation ou désinstallation "
"d'un package"
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
#, fuzzy
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"--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:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr "les arguments de --root (-r) doivent commencer par un /"
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr "--oldpackage ne peut être spécifié que lors de mises à jour"
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
#, 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:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
#, fuzzy
msgid "--nogpg may only be used during signature checking"
msgstr "--sign ne peut être spécifié que lors de la construction d'un package"
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
#, fuzzy
msgid ""
"--nomd5 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:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr ""
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
#, fuzzy
msgid "pgp not found: "
msgstr "aucun package n'a été spécifié pour la désinstallation"
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr "La vérification du mot de passe a échoué\n"
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr "Mot de passe correct.\n"
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
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:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
#, fuzzy
msgid "exec failed\n"
msgstr "La construction a échoué.\n"
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr ""
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr "aucun package n'a été spécifié pour la vérification de signature"
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
#, fuzzy
msgid "no packages given for signing"
msgstr "aucun package n'a été spécifié pour la désinstallation"
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr "aucun package n'a été spécifié pour la désinstallation"
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr "aucun package n'a été spécifié pour l'installation"
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
#, fuzzy
msgid "extra arguments given for query of all packages"
msgstr "aucun argument n'a été fourni pour la requête"
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr "aucun argument n'a été fourni pour la requête"
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
#, fuzzy
msgid "extra arguments given for verify of all packages"
msgstr "aucun argument n'a été fourni pour la requête"
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr "aucun argument n'a été fourni pour la vérification"
msgid "cannot re-open payload: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
#, fuzzy
msgid "print macro expansion of <expr>+"
msgstr " --version\t\t- affiche la version de rpm utilisée"
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
msgid "rebuild database inverted lists from installed package headers"
msgstr ""
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
+msgstr ""
+
+#: rpmqv.c:234
#, fuzzy
-msgid "<package>"
+msgid "<package>+"
msgstr "aucun package n'a été spécifié pour l'installation"
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
#, fuzzy
-msgid "upgrade package if already installed"
+msgid "upgrade package(s) if already installed"
msgstr "aucun package n'a été spécifié pour l'installation"
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
#, fuzzy
msgid "<packagefile>+"
msgstr " -i <packagefile>\t- installe le package"
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
msgid "do not execute scripts (if any)"
msgstr ""
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
#, fuzzy
msgid "don't execute any scriptlets triggered by this package"
msgstr ""
" -f <file>+ - interroge le package à qui appartient <file>"
-#: rpmqv.c:313
-msgid "<oldpath>=<newpath>"
+#: rpmqv.c:279
+msgid "relocate files from path <old> to <new>"
+msgstr ""
+
+#: rpmqv.c:280
+msgid "<old>=<new>"
+msgstr ""
+
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
msgstr ""
-#: rpmqv.c:324
+#: rpmqv.c:291
#, fuzzy
-msgid "upgrade package"
+msgid "upgrade package(s)"
msgstr ""
" -p <packagefile>+ - interroge le package (non installé) <packagefile>"
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
-msgid "Common options for all rpm modes:"
-msgstr ""
-
-#: rpmqv.c:413
-#, c-format
-msgid "Usage: %s {--help}\n"
-msgstr ""
-
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:418
-#, fuzzy, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr " -l - affiche la liste des packages"
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-#, fuzzy
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr " -a - interroge l'ensemble des packages"
-
-#: rpmqv.c:434
-#, fuzzy
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr " --force - raccourci pour --replacepkgs --replacefiles"
-
-#: rpmqv.c:442
-#, fuzzy, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-" -i - affiche les informations relatives à un package"
-
-#: rpmqv.c:449
-#, fuzzy
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-" -i - affiche les informations relatives à un package"
-
-#: rpmqv.c:456
-#, fuzzy, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-" -i - affiche les informations relatives à un package"
-
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:461
-#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
msgstr ""
-#: rpmqv.c:465
-#, fuzzy, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
-msgstr " -l - affiche la liste des packages"
-
-#: rpmqv.c:466
-#, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#: rpmqv.c:343
+msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:467
+#: rpmqv.c:377
#, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
+msgid "Usage: %s {--help}\n"
msgstr ""
-#: rpmqv.c:511
+#: rpmqv.c:448
msgid " All modes support the following options:"
msgstr ""
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
#, fuzzy
msgid " --eval '<expr>+' "
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpmqv.c:515
+#: rpmqv.c:452
#, fuzzy
msgid "print the expansion of macro <expr> to stdout"
msgstr " --version\t\t- affiche la version de rpm utilisée"
-#: rpmqv.c:516
+#: rpmqv.c:453
#, fuzzy
msgid " --pipe <cmd> "
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpmqv.c:518
+#: rpmqv.c:455
#, fuzzy
msgid " --rcfile <file:...> "
msgstr " -i <packagefile>\t- installe le package"
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
#, fuzzy
msgid " --dbpath <dir> "
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpmqv.c:525
+#: rpmqv.c:462
#, fuzzy
msgid " --root <dir> "
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpmqv.c:535
+#: rpmqv.c:472
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
-#: rpmqv.c:536
+#: rpmqv.c:473
msgid " of file names as well as the following options:"
msgstr ""
-#: rpmqv.c:537
+#: rpmqv.c:474
#, fuzzy
msgid " --ftpproxy <host> "
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpmqv.c:539
+#: rpmqv.c:476
#, fuzzy
msgid " --ftpport <port> "
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpmqv.c:541
+#: rpmqv.c:478
#, fuzzy
msgid " --httpproxy <host> "
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpmqv.c:543
+#: rpmqv.c:480
#, fuzzy
msgid " --httpport <port> "
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpmqv.c:549
+#: rpmqv.c:486
#, fuzzy
msgid " Package specification options:"
msgstr " Options de spécification de package:"
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
#, fuzzy
msgid "query/verify all packages"
msgstr ""
" -f <file>+ - interroge le package à qui appartient <file>"
-#: rpmqv.c:552
+#: rpmqv.c:489
#, fuzzy
msgid " -f <file>+ "
msgstr " -i <packagefile>\t- installe le package"
-#: rpmqv.c:553
+#: rpmqv.c:490
#, fuzzy
msgid "query/verify package owning <file>"
msgstr ""
" -f <file>+ - interroge le package à qui appartient <file>"
-#: rpmqv.c:554
+#: rpmqv.c:491
#, fuzzy
msgid " -p <packagefile>+ "
msgstr " -i <packagefile>\t- installe le package"
-#: rpmqv.c:555
+#: rpmqv.c:492
#, fuzzy
msgid "query/verify (uninstalled) package <packagefile>"
msgstr ""
" -p <packagefile>+ - interroge le package (non installé) <packagefile>"
-#: rpmqv.c:556
+#: rpmqv.c:493
#, fuzzy
msgid " --triggeredby <pkg> "
msgstr ""
" -f <file>+ - interroge le package à qui appartient <file>"
-#: rpmqv.c:557
+#: rpmqv.c:494
#, fuzzy
msgid "query/verify packages triggered by <pkg>"
msgstr ""
" -f <file>+ - interroge le package à qui appartient <file>"
-#: rpmqv.c:558
+#: rpmqv.c:495
#, fuzzy
msgid " --whatprovides <cap> "
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpmqv.c:559
+#: rpmqv.c:496
msgid "query/verify packages which provide <cap> capability"
msgstr ""
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr ""
-#: rpmqv.c:561
+#: rpmqv.c:498
msgid "query/verify packages which require <cap> capability"
msgstr ""
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
#, fuzzy
msgid " Information selection options:"
msgstr " Options de sélection d'information:"
-#: rpmqv.c:584
+#: rpmqv.c:521
msgid "list capabilities provided by package"
msgstr ""
-#: rpmqv.c:586
+#: rpmqv.c:523
msgid "list capabilities required by package"
msgstr ""
-#: rpmqv.c:588
+#: rpmqv.c:525
msgid "print the various [un]install scriptlets"
msgstr ""
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
#, fuzzy
msgid " --install <packagefile>"
msgstr ""
" -p <packagefile>+ - interroge le package (non installé) <packagefile>"
-#: rpmqv.c:617
+#: rpmqv.c:554
#, fuzzy
msgid " -i <packagefile> "
msgstr " -i <packagefile>\t- installe le package"
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr ""
-#: rpmqv.c:647
+#: rpmqv.c:584
msgid "don't execute any installation scriptlets"
msgstr ""
-#: rpmqv.c:652
+#: rpmqv.c:589
#, fuzzy
msgid " --prefix <dir> "
msgstr " -i <packagefile>\t- installe le package"
-#: rpmqv.c:654
+#: rpmqv.c:591
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpmqv.c:663
+#: rpmqv.c:600
#, fuzzy
msgid " --upgrade <packagefile>"
msgstr ""
" -p <packagefile>+ - interroge le package (non installé) <packagefile>"
-#: rpmqv.c:664
+#: rpmqv.c:601
#, fuzzy
msgid " -U <packagefile> "
msgstr " -i <packagefile>\t- installe le package"
-#: rpmqv.c:669
+#: rpmqv.c:606
#, fuzzy
msgid " --erase <package>"
msgstr ""
" -p <packagefile>+ - interroge le package (non installé) <packagefile>"
-#: rpmqv.c:688
+#: rpmqv.c:625
#, fuzzy
msgid " --resign <pkg>+ "
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpmqv.c:690
+#: rpmqv.c:627
#, fuzzy
msgid " --addsign <pkg>+ "
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpmqv.c:693
+#: rpmqv.c:630
#, fuzzy
msgid " --checksig <pkg>+"
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpmqv.c:694
+#: rpmqv.c:631
#, fuzzy
msgid " -K <pkg>+ "
msgstr " --checksig <pkg>+ - vérifie la signature PGP"
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
msgid "rebuild database indices from existing database headers"
msgstr ""
-#: rpmqv.c:996
+#: rpmqv.c:928
#, fuzzy
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr "Utilisez de préférence -e ou --erase.\n"
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr ""
-#: rpmqv.c:1158
+#: rpmqv.c:1086
#, fuzzy
msgid ""
"--notriggers may only be specified during package installation and erasure"
"--test ne peut être spécifié que lors de l'installation ou désinstallation "
"d'un package"
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr "aucun package n'a été spécifié pour la reconstruction"
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr "aucun package n'a été spécifié pour la construction"
-#: rpmqv.c:1388
+#: rpmqv.c:1311
#, fuzzy
msgid "no tar files given for build"
msgstr "aucun package n'a été spécifié pour la construction"
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
#, fuzzy
msgid "Unable to open temp file.\n"
msgstr "impossible d'ouvrir: %s\n"
msgid "syntax error in expression\n"
msgstr ""
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, c-format
msgid "Missing '(' in %s %s\n"
msgstr ""
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, c-format
msgid "Missing ')' in %s(%s\n"
msgstr ""
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, fuzzy, c-format
msgid "Invalid %s token: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:427
+#: build/files.c:429
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:439
+#: build/files.c:441
#, fuzzy, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, fuzzy, c-format
msgid "Two files on one line: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:771
+#: build/files.c:773
#, fuzzy, c-format
msgid "File must begin with \"/\": %s\n"
msgstr "les arguments de --root (-r) doivent commencer par un /"
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
-#: build/files.c:949
+#: build/files.c:952
#, fuzzy, c-format
msgid "File listed twice: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr ""
-#: build/files.c:1165
+#: build/files.c:1239
#, fuzzy, c-format
msgid "File not found: %s\n"
msgstr "aucun package n'a été spécifié pour la désinstallation"
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1297
+#: build/files.c:1371
#, fuzzy, c-format
msgid "File needs leading \"/\": %s\n"
msgstr "les arguments de --root (-r) doivent commencer par un /"
-#: build/files.c:1327
+#: build/files.c:1401
#, fuzzy, c-format
msgid "File not found by glob: %s\n"
msgstr "aucun package n'a été spécifié pour la désinstallation"
-#: build/files.c:1382
+#: build/files.c:1455
#, fuzzy
msgid "Could not open %%files file %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, fuzzy, c-format
msgid "line: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:1720
+#: build/files.c:1791
#, fuzzy, c-format
msgid "Bad file: %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, fuzzy, c-format
msgid "Couldn't exec %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:1794
+#: build/files.c:1864
#, fuzzy, c-format
msgid "Couldn't fork %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:1876
+#: build/files.c:1946
#, fuzzy, c-format
msgid "%s failed\n"
msgstr "La construction a échoué.\n"
-#: build/files.c:1880
+#: build/files.c:1950
#, fuzzy, c-format
msgid "failed to write all data to %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, fuzzy, c-format
msgid "Failed to find %s:\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:52
+#: build/pack.c:61
#, fuzzy, c-format
msgid "create archive failed on file %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:74
+#: build/pack.c:83
#, fuzzy, c-format
msgid "cpio_copy write failed: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:81
+#: build/pack.c:90
#, fuzzy, c-format
msgid "cpio_copy read failed: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:165
+#: build/pack.c:174
#, fuzzy, c-format
msgid "Could not open PreIn file: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:172
+#: build/pack.c:181
#, fuzzy, c-format
msgid "Could not open PreUn file: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:179
+#: build/pack.c:188
#, fuzzy, c-format
msgid "Could not open PostIn file: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:186
+#: build/pack.c:195
#, fuzzy, c-format
msgid "Could not open PostUn file: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:194
+#: build/pack.c:203
#, fuzzy, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:209
+#: build/pack.c:218
#, fuzzy, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:235
+#: build/pack.c:244
#, fuzzy, c-format
msgid "readRPM: open %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:245
+#: build/pack.c:254
#, fuzzy, c-format
msgid "readRPM: read %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, fuzzy, c-format
msgid "Generating signature: %d\n"
msgstr " --sign - genère une signature PGP"
-#: build/pack.c:433
+#: build/pack.c:447
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:485
+#: build/pack.c:499
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:495
+#: build/pack.c:509
#, fuzzy, c-format
msgid "Unable to read header from %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:509
+#: build/pack.c:523
#, fuzzy, c-format
msgid "Unable to write header to %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:519
+#: build/pack.c:533
#, fuzzy, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:525
+#: build/pack.c:539
#, fuzzy, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, fuzzy, c-format
msgid "cannot create %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
msgid "Package has no %%description: %s\n"
msgstr "aucun package n'a été spécifié pour la désinstallation"
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, fuzzy, c-format
msgid "line %d: Bad number: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/spec.c:234
+#: build/spec.c:222
#, fuzzy, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr "impossible d'ouvrir: %s\n"
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
-#: lib/cpio.c:445
-#, fuzzy, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr "impossible d'ouvrir: %s\n"
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
#, fuzzy
msgid " failed - "
msgstr "La construction a échoué.\n"
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
+#, c-format
+msgid "db%d error(%d) from %s: %s\n"
+msgstr ""
+
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
+#, c-format
+msgid "db%d error(%d): %s\n"
+msgstr ""
+
+#: lib/db1.c:387
+#, c-format
+msgid "closed db file %s\n"
+msgstr ""
+
+#: lib/db1.c:390
+#, c-format
+msgid "removed db file %s\n"
+msgstr ""
+
+#: lib/db1.c:421
+#, fuzzy, c-format
+msgid "bad db file %s\n"
+msgstr "impossible d'ouvrir: %s\n"
+
+#: lib/db1.c:426
+#, fuzzy, c-format
+msgid "opening db file %s mode 0x%x\n"
+msgstr "impossible d'ouvrir: %s\n"
+
+#. XXX check errno validity
+#: lib/db1.c:449
+#, fuzzy, c-format
+msgid "cannot get %s lock on database\n"
+msgstr "aucun package n'a été spécifié pour la désinstallation"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
+msgstr ""
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
+msgstr ""
+
+#: lib/db2.c:145 lib/db3.c:130
+#, c-format
+msgid "closed db environment %s/%s\n"
+msgstr ""
+
+#: lib/db2.c:161 lib/db3.c:146
+#, c-format
+msgid "removed db environment %s/%s\n"
+msgstr ""
+
+#: lib/db2.c:198 lib/db3.c:183
+#, c-format
+msgid "opening db environment %s/%s %s\n"
+msgstr ""
+
+#: lib/db2.c:588 lib/db3.c:569
+#, c-format
+msgid "closed db index %s/%s\n"
+msgstr ""
+
+#: lib/db2.c:678 lib/db3.c:659
+#, fuzzy, c-format
+msgid "opening db index %s/%s %s mode=0x%x\n"
+msgstr "impossible d'ouvrir: %s\n"
+
+#: lib/db2.c:784 lib/db3.c:764
+#, fuzzy, c-format
+msgid "cannot get %s lock on %s/%s\n"
+msgstr "aucun package n'a été spécifié pour la désinstallation"
+
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
+msgstr ""
+
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
+msgstr ""
+
+#: lib/dbconfig.c:287
+#, c-format
+msgid "%s has invalid numeric value, skipped\n"
+msgstr ""
+
+#: lib/dbconfig.c:296
+#, c-format
+msgid "%s has too large or too small long value, skipped\n"
+msgstr ""
+
+#: lib/dbconfig.c:305
+#, c-format
+msgid "%s has too large or too small integer value, skipped\n"
+msgstr ""
+
#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/depends.c:565
#, c-format
msgid ""
"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
"\tA %s\tB %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/depends.c:594
#, c-format
msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/depends.c:962
#, c-format
msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/depends.c:1021
#, c-format
msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/depends.c:1073
#, c-format
msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/depends.c:1092
#, c-format
msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/depends.c:1096
+#: lib/depends.c:1109
#, c-format
msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr ""
-#: lib/depends.c:1118
+#: lib/depends.c:1131
#, c-format
msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/depends.c:1131
+#: lib/depends.c:1144
#, c-format
msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/depends.c:1145
+#: lib/depends.c:1158
#, c-format
msgid "%s: %-45s YES (db package)\n"
msgstr ""
-#: lib/depends.c:1161
+#: lib/depends.c:1174
#, c-format
msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/depends.c:1195
#, c-format
msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr ""
#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/depends.c:1256
#, fuzzy, c-format
msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr "aucun package n'a été spécifié pour l'installation"
#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/depends.c:1323
#, fuzzy, c-format
msgid "package %s conflicts: %s\n"
msgstr "aucun package n'a été spécifié pour la désinstallation"
-#: lib/depends.c:1523
+#: lib/depends.c:1539
#, c-format
msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr ""
#. Record all relations.
-#: lib/depends.c:1662
+#: lib/depends.c:1678
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1709
+#: lib/depends.c:1725
msgid "========== tsorting packages\n"
msgstr ""
-#: lib/depends.c:1754
+#: lib/depends.c:1770
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1803
+#: lib/depends.c:1819
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1834
+#: lib/depends.c:1850
msgid "========== continuing tsort ...\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/falloc.c:141
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid ""
+"free list corrupt (%u)- please run\n"
+"\t\"rpm --rebuilddb\"\n"
+"More information is available from http://www.rpm.org or the "
+"rpm-list@redhat.com mailing list\n"
+"if \"rpm --rebuilddb\" fails to correct the problem.\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
-#, c-format
-msgid "db%d error(%d): %s\n"
+#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+msgid "(not a number)"
msgstr ""
-#: lib/db1.c:387
-#, c-format
-msgid "closed db file %s\n"
-msgstr ""
+#: lib/fs.c:69
+#, fuzzy, c-format
+msgid "mntctl() failed to return size: %s\n"
+msgstr "impossible d'ouvrir: %s\n"
-#: lib/db1.c:390
+#: lib/fs.c:84
#, c-format
-msgid "removed db file %s\n"
+msgid "mntctl() failed to return mount points: %s\n"
msgstr ""
-#: lib/db1.c:421
+#: lib/fs.c:104 lib/fs.c:184 lib/fs.c:287
#, fuzzy, c-format
-msgid "bad db file %s\n"
+msgid "failed to stat %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/db1.c:426
-#, fuzzy, c-format
-msgid "opening db file %s mode 0x%x\n"
-msgstr "impossible d'ouvrir: %s\n"
-
-#. XXX check errno validity
-#: lib/db1.c:449
-#, fuzzy, c-format
-msgid "cannot get %s lock on database\n"
-msgstr "aucun package n'a été spécifié pour la désinstallation"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
-msgstr ""
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
-msgstr ""
-
-#: lib/db2.c:141
-#, c-format
-msgid "closed db environment %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:153
-#, c-format
-msgid "removed db environment %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:190
-#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
-msgstr ""
-
-#: lib/db2.c:565
-#, c-format
-msgid "closed db index %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:643
-#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:268
-#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
-msgstr ""
-
-#: lib/db3.c:297
-#, c-format
-msgid "%s has invalid numeric value, skipped\n"
-msgstr ""
-
-#: lib/db3.c:306
-#, c-format
-msgid "%s has too large or too small long value, skipped\n"
-msgstr ""
-
-#: lib/db3.c:315
-#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
-msgstr ""
-
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
+#: lib/fs.c:147
+msgid "getting list of mounted filesystems\n"
msgstr ""
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
-msgstr ""
+#: lib/fs.c:152 rpmio/url.c:452
+#, fuzzy, c-format
+msgid "failed to open %s: %s\n"
+msgstr "impossible d'ouvrir: %s\n"
-#: lib/db3.c:537
+#: lib/fs.c:309
#, c-format
-msgid "opening db environment %s/%s %s\n"
+msgid "file %s is on an unknown device\n"
msgstr ""
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
msgstr ""
-#: lib/db3.c:1013
+#: lib/fsm.c:274
#, fuzzy, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
+msgid "%9d %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/db3.c:1118
-#, fuzzy, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr "aucun package n'a été spécifié pour la désinstallation"
-
-#: lib/db3.c:1125
+#: lib/fsm.c:1042
#, c-format
-msgid "locked db index %s/%s\n"
-msgstr ""
-
-#: lib/falloc.c:141
-#, c-format
-msgid ""
-"free list corrupt (%u)- please run\n"
-"\t\"rpm --rebuilddb\"\n"
-"More information is available from http://www.rpm.org or the "
-"rpm-list@redhat.com mailing list\n"
-"if \"rpm --rebuilddb\" fails to correct the problem.\n"
-msgstr ""
-
-#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
-msgid "(not a number)"
+msgid "%s directory created with perms %04o.\n"
msgstr ""
-#: lib/fs.c:69
+#: lib/fsm.c:1344 lib/fsm.c:1461
#, fuzzy, c-format
-msgid "mntctl() failed to return size: %s\n"
+msgid "%s saved as %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/fs.c:84
-#, c-format
-msgid "mntctl() failed to return mount points: %s\n"
-msgstr ""
-
-#: lib/fs.c:104 lib/fs.c:184 lib/fs.c:287
+#: lib/fsm.c:1486
#, fuzzy, c-format
-msgid "failed to stat %s: %s\n"
+msgid "%s rmdir of %s failed: Directory not empty\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/fs.c:147
-msgid "getting list of mounted filesystems\n"
-msgstr ""
+#: lib/fsm.c:1491
+#, fuzzy, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr "La construction a échoué.\n"
-#: lib/fs.c:152 rpmio/url.c:452
+#: lib/fsm.c:1500
#, fuzzy, c-format
-msgid "failed to open %s: %s\n"
-msgstr "impossible d'ouvrir: %s\n"
+msgid "%s unlink of %s failed: %s\n"
+msgstr "La construction a échoué.\n"
-#: lib/fs.c:309
-#, c-format
-msgid "file %s is on an unknown device\n"
-msgstr ""
+#: lib/fsm.c:1517
+#, fuzzy, c-format
+msgid "%s created as %s\n"
+msgstr "impossible d'ouvrir: %s\n"
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
#, fuzzy
msgid "unexpected ]"
msgstr "source de requête inattendue"
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
#, fuzzy
msgid "unexpected }"
msgstr "source de requête inattendue"
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr ""
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr ""
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, c-format
-msgid "group %s does not exist - using root\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
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "La construction a échoué.\n"
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr ""
-
-#: lib/install.c:721
-#, fuzzy, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr "impossible d'ouvrir: %s\n"
-
-#: lib/install.c:728 lib/install.c:759
-#, fuzzy, c-format
-msgid "cannot write to %s\n"
-msgstr "impossible d'ouvrir: %s\n"
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, fuzzy, c-format
-msgid "cannot create specdir %s\n"
-msgstr "impossible d'ouvrir: %s\n"
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr ""
-
-#: lib/install.c:796 lib/install.c:825
-#, fuzzy
-msgid "source package contains no .spec file\n"
-msgstr ""
-" -f <file>+ - interroge le package à qui appartient <file>"
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, fuzzy, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr "La construction a échoué.\n"
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, fuzzy, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr "aucun package n'a été spécifié pour l'installation"
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/install.c:1069
-#, fuzzy, c-format
-msgid "%s created as %s\n"
-msgstr "impossible d'ouvrir: %s\n"
-
-#: lib/install.c:1105
-#, fuzzy, c-format
-msgid "%s saved as %s\n"
-msgstr "impossible d'ouvrir: %s\n"
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, fuzzy, c-format
msgid "error creating temporary file %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/package.c:88
+#: lib/package.c:119
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
-#: lib/package.c:143
+#: lib/package.c:179
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, fuzzy, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr "\t\t\t p - prépare (extrait le source et applique les patches)"
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr ""
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, fuzzy, c-format
msgid "verify %files section from <specfile>"
msgstr ""
" -f <file>+ - interroge le package à qui appartient <file>"
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
#, fuzzy
msgid "build source and binary packages from <specfile>"
msgstr ""
" -f <file>+ - interroge le package à qui appartient <file>"
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
#, fuzzy
msgid "build binary package only from <specfile>"
msgstr ""
" -f <file>+ - interroge le package à qui appartient <file>"
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
#, fuzzy
msgid "build source package only from <specfile>"
msgstr ""
" -f <file>+ - interroge le package à qui appartient <file>"
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr "\t\t\t p - prépare (extrait le source et applique les patches)"
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, fuzzy, c-format
msgid "verify %files section from <tarball>"
msgstr ""
" -f <file>+ - interroge le package à qui appartient <file>"
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
#, fuzzy
msgid "build source and binary packages from <tarball>"
msgstr ""
" -f <file>+ - interroge le package à qui appartient <file>"
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
#, fuzzy
msgid "build binary package only from <tarball>"
msgstr ""
" -f <file>+ - interroge le package à qui appartient <file>"
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
#, fuzzy
msgid "build source package only from <tarball>"
msgstr ""
" -f <file>+ - interroge le package à qui appartient <file>"
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
#, fuzzy
msgid "build binary package from <source package>"
msgstr "\t\t\t b - package binaire (prépare, compile, installe, package)"
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
#, fuzzy
msgid "<source package>"
msgstr "aucun package n'a été spécifié pour l'installation"
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr ""
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr ""
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+#, fuzzy
+msgid "debug file state machine"
+msgstr "impossible d'ouvrir: %s\n"
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr ""
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
#, fuzzy
msgid "remove specfile when done"
msgstr " --clean - efface l'arborescence après construction"
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, c-format
+msgid "group %s does not exist - using root\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.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "La construction a échoué.\n"
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, fuzzy, c-format
+msgid "cannot create %s %s\n"
+msgstr "impossible d'ouvrir: %s\n"
+
+#: lib/psm.c:661
+#, fuzzy, c-format
+msgid "cannot write to %s\n"
+msgstr "impossible d'ouvrir: %s\n"
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr ""
+
+#: lib/psm.c:733
+#, fuzzy
+msgid "source package contains no .spec file\n"
+msgstr ""
+" -f <file>+ - interroge le package à qui appartient <file>"
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, fuzzy, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr "aucun package n'a été spécifié pour l'installation"
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr ""
+
+#: lib/psm.c:998
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr ""
+
+#: lib/query.c:161
#, c-format
msgid "incorrect format: %s\n"
msgstr ""
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr ""
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
#, fuzzy
msgid "not installed "
msgstr "aucun package n'a été spécifié pour l'installation"
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr ""
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
#, fuzzy
msgid "package has neither file owner or id lists\n"
msgstr "aucun package n'a été spécifié pour l'installation"
-#: lib/query.c:418
+#: lib/query.c:428
#, fuzzy, c-format
msgid "can't query %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, fuzzy, c-format
msgid "open of %s failed: %s\n"
msgstr "La construction a échoué.\n"
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr ""
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr ""
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
-#: lib/query.c:624
+#: lib/query.c:637
#, fuzzy
msgid "no packages\n"
msgstr "aucun package n'a été spécifié pour l'installation"
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
-#: lib/query.c:645
+#: lib/query.c:658
#, fuzzy, c-format
msgid "no package triggers %s\n"
msgstr "aucun package n'a été spécifié pour l'installation"
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr ""
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr ""
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr ""
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr ""
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr ""
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, fuzzy, c-format
msgid "package %s is not installed\n"
msgstr "aucun package n'a été spécifié pour l'installation"
msgid "%s: Fread failed: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr ""
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr ""
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr ""
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, fuzzy, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr ""
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, fuzzy, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, fuzzy, c-format
msgid "cannot open %s index\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, fuzzy, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, fuzzy, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, fuzzy, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
msgid "no dbpath has been set\n"
msgstr ""
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "aucun package n'a été spécifié pour l'installation"
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "aucun package n'a été spécifié pour la désinstallation"
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, fuzzy, c-format
msgid "removing %d entries from %s index.\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "aucun package n'a été spécifié pour l'installation"
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, fuzzy, c-format
msgid "adding %d entries to %s index.\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr ""
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, fuzzy, c-format
msgid "rebuilding database %s into %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, fuzzy, c-format
msgid "creating directory %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr ""
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, c-format
msgid "cannot add record originally at %d\n"
msgstr ""
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, fuzzy, c-format
msgid "removing directory %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, fuzzy, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
#, fuzzy
msgid "Preparing packages for installation..."
msgstr "aucun package n'a été spécifié pour l'installation"
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
#, fuzzy
msgid "counting packages to install\n"
msgstr "aucun package n'a été spécifié pour l'installation"
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr ""
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr ""
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr ""
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr ""
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr ""
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, fuzzy, c-format
msgid "cannot open file %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, fuzzy, c-format
msgid "%s cannot be installed\n"
msgstr "aucun package n'a été spécifié pour l'installation"
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, fuzzy, c-format
msgid "cannot open Packages database in %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, fuzzy, c-format
msgid "package %s is not relocateable\n"
msgstr "aucun package n'a été spécifié pour l'installation"
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr ""
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr ""
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr ""
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr ""
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr ""
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, fuzzy, c-format
msgid "cannot open %s: %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr ""
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr ""
+
+#: lib/scriptlet.c:236
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr ""
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr ""
-#: lib/signature.c:151
+#: lib/signature.c:165
#, fuzzy
msgid "Old PGP signature\n"
msgstr " --sign - genère une signature PGP"
-#: lib/signature.c:162
+#: lib/signature.c:176
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr ""
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
-msgstr ""
-
-#: lib/signature.c:212
+#: lib/signature.c:230
#, c-format
-msgid "Signature pad : %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:274
+#: lib/signature.c:289
#, fuzzy, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/signature.c:285
+#: lib/signature.c:300
#, fuzzy
msgid "pgp failed\n"
msgstr "La construction a échoué.\n"
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
#, fuzzy
msgid "pgp failed to write signature\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
#, fuzzy
msgid "unable to read the signature\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
#, fuzzy
msgid "Couldn't exec gpg\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/signature.c:362
+#: lib/signature.c:377
#, fuzzy
msgid "gpg failed\n"
msgstr "La construction a échoué.\n"
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
#, fuzzy
msgid "gpg failed to write signature\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
#, fuzzy
msgid "Generating signature using PGP.\n"
msgstr " --sign - genère une signature PGP"
-#: lib/signature.c:423
+#: lib/signature.c:439
#, fuzzy
msgid "Generating signature using GPG.\n"
msgstr " --sign - genère une signature PGP"
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
-#: lib/signature.c:635
+#: lib/signature.c:653
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
-#: lib/signature.c:723
+#: lib/signature.c:741
#, fuzzy
msgid "Couldn't exec pgp\n"
msgstr "impossible d'ouvrir: %s\n"
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr ""
-#: lib/signature.c:772
+#: lib/signature.c:790
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr ""
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, c-format
msgid "%5d exclude %s\n"
msgstr ""
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, fuzzy, c-format
msgid "%5d relocate %s -> %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, c-format
msgid "excluding multilib path %s%s\n"
msgstr ""
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, c-format
msgid "excluding %s %s\n"
msgstr ""
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, fuzzy, c-format
msgid "relocating directory %s to %s\n"
msgstr "impossible d'ouvrir: %s\n"
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, fuzzy, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr "impossible d'ouvrir: %s\n"
-
-#: lib/uninstall.c:78
-#, fuzzy, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr "La construction a échoué.\n"
-
-#: lib/uninstall.c:88
-#, fuzzy, c-format
-msgid "removal of %s failed: %s\n"
-msgstr "La construction a échoué.\n"
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr ""
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr ""
-#: lib/verify.c:65
+#: lib/verify.c:63
msgid "do not execute %verifyscript (if any)"
msgstr ""
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, c-format
msgid "missing %s"
msgstr ""
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr ""
-
-#: rpmio/rpmio.c:540
-msgid "Server I/O error"
-msgstr ""
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr ""
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr ""
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr ""
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr ""
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr ""
-
-#: rpmio/rpmio.c:558
-msgid "I/O error to local file"
-msgstr ""
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr ""
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr ""
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr ""
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr ""
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr ""
+
+#: rpmio/rpmio.c:540
+msgid "Server I/O error"
+msgstr ""
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr ""
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr ""
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr ""
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr ""
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr ""
+
+#: rpmio/rpmio.c:558
+msgid "I/O error to local file"
+msgstr ""
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr ""
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr ""
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr ""
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
msgid "(no error)"
msgstr ""
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr ""
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr ""
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr ""
msgstr "impossible d'ouvrir: %s\n"
#, fuzzy
+#~ msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
+#~ msgstr " -l - affiche la liste des packages"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
+#~ msgstr " -a - interroge l'ensemble des packages"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " --force - raccourci pour --replacepkgs --replacefiles"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " -i - affiche les informations relatives à un package"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--scripts] [--root <dir>] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " -i - affiche les informations relatives à un package"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " -i - affiche les informations relatives à un package"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#~ msgstr " -l - affiche la liste des packages"
+
+#, fuzzy
+#~ msgid "can't rename %s to %s: %s\n"
+#~ msgstr "impossible d'ouvrir: %s\n"
+
+#, fuzzy
+#~ msgid "cannot create sourcedir %s\n"
+#~ msgstr "impossible d'ouvrir: %s\n"
+
+#, fuzzy
+#~ msgid "cannot create specdir %s\n"
+#~ msgstr "impossible d'ouvrir: %s\n"
+
+#, fuzzy
+#~ msgid "rename of %s to %s failed: %s\n"
+#~ msgstr "La construction a échoué.\n"
+
+#, fuzzy
+#~ msgid "removal of %s failed: %s\n"
+#~ msgstr "La construction a échoué.\n"
+
+#, fuzzy
#~ msgid " --macros <file:...> "
#~ msgstr "Utilisez de préférence -e ou --erase.\n"
#~ msgstr "aucun package n'a été spécifié pour la désinstallation"
#, fuzzy
-#~ msgid "bad file state: %s"
-#~ msgstr "impossible d'ouvrir: %s\n"
-
-#, fuzzy
#~ msgid " [--sign] [--nobuild] [--timecheck <s>] ]"
#~ msgstr " qui matchent <pkg>"
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\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"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"
-#: build.c:26
+#: build.c:25
#, c-format
msgid "cannot open rpm database in %s\n"
msgstr ""
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr ""
-#: build.c:65
+#: build.c:64
#, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr ""
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr ""
#. Give up
-#: build.c:149
+#: build.c:150
#, c-format
msgid "Failed to read spec file from %s\n"
msgstr ""
-#: build.c:177
+#: build.c:178
#, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr ""
-#: build.c:216
+#: build.c:217
#, c-format
msgid "failed to stat %s: %m\n"
msgstr ""
-#: build.c:221
+#: build.c:222
#, c-format
msgid "File %s is not a regular file.\n"
msgstr ""
-#: build.c:230
+#: build.c:231
#, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr ""
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr ""
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr ""
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr ""
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr ""
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr ""
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr ""
-#: rpm.c:209
+#: rpm.c:224
msgid "Usage: rpm {--help}"
msgstr ""
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr ""
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr ""
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr ""
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr ""
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr ""
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr ""
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:232
+#: rpm.c:247
msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
msgstr ""
-#: rpm.c:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
msgid " [--triggeredby]"
msgstr ""
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr ""
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr ""
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr ""
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr ""
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr ""
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr ""
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr ""
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr ""
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
msgid "Usage:"
msgstr ""
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr ""
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr ""
-#: rpm.c:295
+#: rpm.c:310
msgid " All modes support the following arguments:"
msgstr ""
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
msgid " --eval '<name>+' "
msgstr ""
-#: rpm.c:299
+#: rpm.c:314
msgid "print the expansion of macro <name> to stdout"
msgstr ""
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr ""
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr ""
-#: rpm.c:302
+#: rpm.c:317
msgid " --rcfile <file> "
msgstr ""
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr ""
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr ""
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr ""
-#: rpm.c:312
+#: rpm.c:327
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr ""
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr ""
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr ""
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr ""
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr ""
-#: rpm.c:318
+#: rpm.c:333
msgid " --httpproxy <host> "
msgstr ""
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr ""
-#: rpm.c:320
+#: rpm.c:335
msgid " --httpport <port> "
msgstr ""
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr ""
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr ""
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr ""
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr ""
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
msgid "use <qfmt> as the header format (implies --info)"
msgstr ""
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr ""
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr ""
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr ""
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr ""
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr ""
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr ""
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr ""
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr ""
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr ""
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr ""
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr ""
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr ""
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr ""
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr ""
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr ""
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr ""
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr ""
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr ""
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr ""
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
msgstr ""
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr ""
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr ""
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr ""
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
msgstr ""
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr ""
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr ""
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr ""
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr ""
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr ""
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr ""
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr ""
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr ""
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr ""
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
msgid "relocate files in non-relocateable package"
msgstr ""
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr ""
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr ""
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr ""
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr ""
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr ""
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr ""
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr ""
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr ""
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr ""
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr ""
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr ""
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr ""
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr ""
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr ""
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr ""
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr ""
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr ""
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
msgstr ""
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr ""
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
msgstr ""
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr ""
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr ""
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr ""
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr ""
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr ""
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr ""
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr ""
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr ""
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr ""
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr ""
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr ""
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr ""
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr ""
-#: rpm.c:486
+#: rpm.c:501
msgid "remove spec file when done"
msgstr ""
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr ""
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr ""
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr ""
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr ""
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr ""
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr ""
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
msgstr ""
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr ""
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr ""
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr ""
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr ""
-#: rpm.c:508
+#: rpm.c:523
msgid " --checksig <pkg>+"
msgstr ""
-#: rpm.c:509
+#: rpm.c:524
msgid " -K <pkg>+ "
msgstr ""
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr ""
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr ""
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr ""
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr ""
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr ""
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr ""
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr ""
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr ""
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr ""
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr ""
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr ""
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr ""
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr ""
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr ""
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr ""
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr ""
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr ""
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr ""
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr ""
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr ""
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr ""
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr ""
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr ""
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr ""
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr ""
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr ""
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr ""
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr ""
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr ""
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr ""
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr ""
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr ""
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr ""
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"recompilation, installation,erasure, and verification"
msgstr ""
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr ""
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
msgstr ""
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr ""
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr ""
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr ""
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr ""
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr ""
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr ""
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr ""
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr ""
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr ""
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr ""
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr ""
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr ""
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr ""
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr ""
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr ""
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr ""
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr ""
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr ""
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr ""
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr ""
msgid "cannot re-open payload: %s\n"
msgstr ""
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
msgid "print macro expansion of <expr>+"
msgstr ""
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
msgid "rebuild database inverted lists from installed package headers"
msgstr ""
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
-msgid "<package>"
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
msgstr ""
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:234
+msgid "<package>+"
+msgstr ""
+
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
-msgid "upgrade package if already installed"
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
+msgid "upgrade package(s) if already installed"
msgstr ""
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
msgid "<packagefile>+"
msgstr ""
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
msgid "do not execute scripts (if any)"
msgstr ""
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
msgid "don't execute any scriptlets triggered by this package"
msgstr ""
-#: rpmqv.c:313
-msgid "<oldpath>=<newpath>"
+#: rpmqv.c:279
+msgid "relocate files from path <old> to <new>"
+msgstr ""
+
+#: rpmqv.c:280
+msgid "<old>=<new>"
+msgstr ""
+
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
msgstr ""
-#: rpmqv.c:324
-msgid "upgrade package"
+#: rpmqv.c:291
+msgid "upgrade package(s)"
msgstr ""
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
-msgid "Common options for all rpm modes:"
-msgstr ""
-
-#: rpmqv.c:413
-#, c-format
-msgid "Usage: %s {--help}\n"
-msgstr ""
-
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:418
-#, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-
-#: rpmqv.c:434
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:442
-#, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:449
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:456
-#, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:461
-#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:465
-#, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
msgstr ""
-#: rpmqv.c:466
-#, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#: rpmqv.c:343
+msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:467
+#: rpmqv.c:377
#, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
+msgid "Usage: %s {--help}\n"
msgstr ""
-#: rpmqv.c:511
+#: rpmqv.c:448
msgid " All modes support the following options:"
msgstr ""
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
msgid " --eval '<expr>+' "
msgstr ""
-#: rpmqv.c:515
+#: rpmqv.c:452
msgid "print the expansion of macro <expr> to stdout"
msgstr ""
-#: rpmqv.c:516
+#: rpmqv.c:453
msgid " --pipe <cmd> "
msgstr ""
-#: rpmqv.c:518
+#: rpmqv.c:455
msgid " --rcfile <file:...> "
msgstr ""
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
msgid " --dbpath <dir> "
msgstr ""
-#: rpmqv.c:525
+#: rpmqv.c:462
msgid " --root <dir> "
msgstr ""
-#: rpmqv.c:535
+#: rpmqv.c:472
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
-#: rpmqv.c:536
+#: rpmqv.c:473
msgid " of file names as well as the following options:"
msgstr ""
-#: rpmqv.c:537
+#: rpmqv.c:474
msgid " --ftpproxy <host> "
msgstr ""
-#: rpmqv.c:539
+#: rpmqv.c:476
msgid " --ftpport <port> "
msgstr ""
-#: rpmqv.c:541
+#: rpmqv.c:478
msgid " --httpproxy <host> "
msgstr ""
-#: rpmqv.c:543
+#: rpmqv.c:480
msgid " --httpport <port> "
msgstr ""
-#: rpmqv.c:549
+#: rpmqv.c:486
msgid " Package specification options:"
msgstr ""
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
msgid "query/verify all packages"
msgstr ""
-#: rpmqv.c:552
+#: rpmqv.c:489
msgid " -f <file>+ "
msgstr ""
-#: rpmqv.c:553
+#: rpmqv.c:490
msgid "query/verify package owning <file>"
msgstr ""
-#: rpmqv.c:554
+#: rpmqv.c:491
msgid " -p <packagefile>+ "
msgstr ""
-#: rpmqv.c:555
+#: rpmqv.c:492
msgid "query/verify (uninstalled) package <packagefile>"
msgstr ""
-#: rpmqv.c:556
+#: rpmqv.c:493
msgid " --triggeredby <pkg> "
msgstr ""
-#: rpmqv.c:557
+#: rpmqv.c:494
msgid "query/verify packages triggered by <pkg>"
msgstr ""
-#: rpmqv.c:558
+#: rpmqv.c:495
msgid " --whatprovides <cap> "
msgstr ""
-#: rpmqv.c:559
+#: rpmqv.c:496
msgid "query/verify packages which provide <cap> capability"
msgstr ""
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr ""
-#: rpmqv.c:561
+#: rpmqv.c:498
msgid "query/verify packages which require <cap> capability"
msgstr ""
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
msgid " Information selection options:"
msgstr ""
-#: rpmqv.c:584
+#: rpmqv.c:521
msgid "list capabilities provided by package"
msgstr ""
-#: rpmqv.c:586
+#: rpmqv.c:523
msgid "list capabilities required by package"
msgstr ""
-#: rpmqv.c:588
+#: rpmqv.c:525
msgid "print the various [un]install scriptlets"
msgstr ""
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
msgid " --install <packagefile>"
msgstr ""
-#: rpmqv.c:617
+#: rpmqv.c:554
msgid " -i <packagefile> "
msgstr ""
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr ""
-#: rpmqv.c:647
+#: rpmqv.c:584
msgid "don't execute any installation scriptlets"
msgstr ""
-#: rpmqv.c:652
+#: rpmqv.c:589
msgid " --prefix <dir> "
msgstr ""
-#: rpmqv.c:654
+#: rpmqv.c:591
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpmqv.c:663
+#: rpmqv.c:600
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpmqv.c:664
+#: rpmqv.c:601
msgid " -U <packagefile> "
msgstr ""
-#: rpmqv.c:669
+#: rpmqv.c:606
msgid " --erase <package>"
msgstr ""
-#: rpmqv.c:688
+#: rpmqv.c:625
msgid " --resign <pkg>+ "
msgstr ""
-#: rpmqv.c:690
+#: rpmqv.c:627
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpmqv.c:693
+#: rpmqv.c:630
msgid " --checksig <pkg>+"
msgstr ""
-#: rpmqv.c:694
+#: rpmqv.c:631
msgid " -K <pkg>+ "
msgstr ""
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
msgid "rebuild database indices from existing database headers"
msgstr ""
-#: rpmqv.c:996
+#: rpmqv.c:928
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr ""
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr ""
-#: rpmqv.c:1158
+#: rpmqv.c:1086
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr ""
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr ""
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr ""
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr ""
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
msgid "Unable to open temp file.\n"
msgstr ""
msgid "syntax error in expression\n"
msgstr ""
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, c-format
msgid "Missing '(' in %s %s\n"
msgstr ""
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, c-format
msgid "Missing ')' in %s(%s\n"
msgstr ""
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, c-format
msgid "Invalid %s token: %s\n"
msgstr ""
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr ""
-#: build/files.c:427
+#: build/files.c:429
#, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:439
+#: build/files.c:441
#, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, c-format
msgid "Two files on one line: %s\n"
msgstr ""
-#: build/files.c:771
+#: build/files.c:773
#, c-format
msgid "File must begin with \"/\": %s\n"
msgstr ""
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
-#: build/files.c:949
+#: build/files.c:952
#, c-format
msgid "File listed twice: %s\n"
msgstr ""
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr ""
-#: build/files.c:1165
+#: build/files.c:1239
#, c-format
msgid "File not found: %s\n"
msgstr ""
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1297
+#: build/files.c:1371
#, c-format
msgid "File needs leading \"/\": %s\n"
msgstr ""
-#: build/files.c:1327
+#: build/files.c:1401
#, c-format
msgid "File not found by glob: %s\n"
msgstr ""
-#: build/files.c:1382
+#: build/files.c:1455
msgid "Could not open %%files file %s: %s\n"
msgstr ""
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, c-format
msgid "line: %s\n"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1791
#, c-format
msgid "Bad file: %s: %s\n"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, c-format
msgid "Couldn't exec %s: %s\n"
msgstr ""
-#: build/files.c:1794
+#: build/files.c:1864
#, c-format
msgid "Couldn't fork %s: %s\n"
msgstr ""
-#: build/files.c:1876
+#: build/files.c:1946
#, c-format
msgid "%s failed\n"
msgstr ""
-#: build/files.c:1880
+#: build/files.c:1950
#, c-format
msgid "failed to write all data to %s\n"
msgstr ""
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, c-format
msgid "Failed to find %s:\n"
msgstr ""
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:52
+#: build/pack.c:61
#, c-format
msgid "create archive failed on file %s: %s\n"
msgstr ""
-#: build/pack.c:74
+#: build/pack.c:83
#, c-format
msgid "cpio_copy write failed: %s\n"
msgstr ""
-#: build/pack.c:81
+#: build/pack.c:90
#, c-format
msgid "cpio_copy read failed: %s\n"
msgstr ""
-#: build/pack.c:165
+#: build/pack.c:174
#, c-format
msgid "Could not open PreIn file: %s\n"
msgstr ""
-#: build/pack.c:172
+#: build/pack.c:181
#, c-format
msgid "Could not open PreUn file: %s\n"
msgstr ""
-#: build/pack.c:179
+#: build/pack.c:188
#, c-format
msgid "Could not open PostIn file: %s\n"
msgstr ""
-#: build/pack.c:186
+#: build/pack.c:195
#, c-format
msgid "Could not open PostUn file: %s\n"
msgstr ""
-#: build/pack.c:194
+#: build/pack.c:203
#, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr ""
-#: build/pack.c:209
+#: build/pack.c:218
#, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr ""
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr ""
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr ""
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr ""
-#: build/pack.c:433
+#: build/pack.c:447
#, c-format
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
-#: build/pack.c:485
+#: build/pack.c:499
#, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr ""
-#: build/pack.c:495
+#: build/pack.c:509
#, c-format
msgid "Unable to read header from %s: %s\n"
msgstr ""
-#: build/pack.c:509
+#: build/pack.c:523
#, c-format
msgid "Unable to write header to %s: %s\n"
msgstr ""
-#: build/pack.c:519
+#: build/pack.c:533
#, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr ""
-#: build/pack.c:525
+#: build/pack.c:539
#, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, c-format
msgid "cannot create %s: %s\n"
msgstr ""
msgid "Package has no %%description: %s\n"
msgstr ""
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, c-format
msgid "line %d: Bad number: %s\n"
msgstr ""
-#: build/spec.c:234
+#: build/spec.c:222
#, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr ""
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr ""
-#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
#, c-format
-msgid ""
-"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
-"\tA %s\tB %s\n"
+msgid "db%d error(%d) from %s: %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
#, c-format
-msgid " %s A %s\tB %s\n"
+msgid "db%d error(%d): %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/db1.c:387
#, c-format
-msgid "%s: %-45s YES (added files)\n"
+msgid "closed db file %s\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/db1.c:390
#, c-format
-msgid "%s: %-45s YES (added provide)\n"
+msgid "removed db file %s\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/db1.c:421
#, c-format
-msgid "%s: %-45s %-3s (cached)\n"
+msgid "bad db file %s\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/db1.c:426
#, c-format
-msgid "%s: %-45s YES (rpmrc provides)\n"
+msgid "opening db file %s mode 0x%x\n"
msgstr ""
-#: lib/depends.c:1096
+#. XXX check errno validity
+#: lib/db1.c:449
#, c-format
-msgid "%s: %-45s YES (rpmlib provides)\n"
+msgid "cannot get %s lock on database\n"
msgstr ""
-#: lib/depends.c:1118
-#, c-format
-msgid "%s: %-45s YES (db files)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
msgstr ""
-#: lib/depends.c:1131
-#, c-format
-msgid "%s: %-45s YES (db provides)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
msgstr ""
-#: lib/depends.c:1145
+#: lib/db2.c:145 lib/db3.c:130
#, c-format
-msgid "%s: %-45s YES (db package)\n"
+msgid "closed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1161
+#: lib/db2.c:161 lib/db3.c:146
#, c-format
-msgid "%s: %-45s NO\n"
+msgid "removed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/db2.c:198 lib/db3.c:183
#, c-format
-msgid "%s: (%s, %s) added to Depends cache.\n"
+msgid "opening db environment %s/%s %s\n"
msgstr ""
-#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/db2.c:588 lib/db3.c:569
#, c-format
-msgid "package %s-%s-%s require not satisfied: %s\n"
+msgid "closed db index %s/%s\n"
msgstr ""
-#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/db2.c:678 lib/db3.c:659
#, c-format
-msgid "package %s conflicts: %s\n"
+msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: lib/depends.c:1523
+#: lib/db2.c:784 lib/db3.c:764
#, c-format
-msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
-msgstr ""
-
-#. Record all relations.
-#: lib/depends.c:1662
-msgid "========== recording tsort relations\n"
-msgstr ""
-
-#. T4. Scan for zeroes.
-#: lib/depends.c:1709
-msgid "========== tsorting packages\n"
-msgstr ""
-
-#: lib/depends.c:1754
-msgid "========== successors only (presentation order)\n"
+msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: lib/depends.c:1803
-msgid "LOOP:\n"
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
msgstr ""
-#: lib/depends.c:1834
-msgid "========== continuing tsort ...\n"
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/dbconfig.c:287
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
+#: lib/dbconfig.c:296
#, c-format
-msgid "db%d error(%d): %s\n"
+msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: lib/db1.c:387
+#: lib/dbconfig.c:305
#, c-format
-msgid "closed db file %s\n"
+msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
-#: lib/db1.c:390
+#. XXX legacy epoch-less requires/conflicts compatibility
+#: lib/depends.c:565
#, c-format
-msgid "removed db file %s\n"
+msgid ""
+"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
+"\tA %s\tB %s\n"
msgstr ""
-#: lib/db1.c:421
+#: lib/depends.c:594
#, c-format
-msgid "bad db file %s\n"
+msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/db1.c:426
+#: lib/depends.c:962
#, c-format
-msgid "opening db file %s mode 0x%x\n"
+msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#. XXX check errno validity
-#: lib/db1.c:449
+#: lib/depends.c:1021
#, c-format
-msgid "cannot get %s lock on database\n"
+msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
+#: lib/depends.c:1073
+#, c-format
+msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
+#: lib/depends.c:1092
+#, c-format
+msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/db2.c:141
+#: lib/depends.c:1109
#, c-format
-msgid "closed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr ""
-#: lib/db2.c:153
+#: lib/depends.c:1131
#, c-format
-msgid "removed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/db2.c:190
+#: lib/depends.c:1144
#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
+msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/db2.c:565
+#: lib/depends.c:1158
#, c-format
-msgid "closed db index %s/%s(%s)\n"
+msgid "%s: %-45s YES (db package)\n"
msgstr ""
-#: lib/db2.c:643
+#: lib/depends.c:1174
#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
+msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/db3.c:268
+#: lib/depends.c:1195
#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
+msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr ""
-#: lib/db3.c:297
+#. requirements are not satisfied.
+#: lib/depends.c:1256
#, c-format
-msgid "%s has invalid numeric value, skipped\n"
+msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr ""
-#: lib/db3.c:306
+#. conflicts exist.
+#: lib/depends.c:1323
#, c-format
-msgid "%s has too large or too small long value, skipped\n"
+msgid "package %s conflicts: %s\n"
msgstr ""
-#: lib/db3.c:315
+#: lib/depends.c:1539
#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
+msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr ""
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
+#. Record all relations.
+#: lib/depends.c:1678
+msgid "========== recording tsort relations\n"
msgstr ""
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
+#. T4. Scan for zeroes.
+#: lib/depends.c:1725
+msgid "========== tsorting packages\n"
msgstr ""
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
+#: lib/depends.c:1770
+msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
+#: lib/depends.c:1819
+msgid "LOOP:\n"
msgstr ""
-#: lib/db3.c:1013
-#, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:1118
-#, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
+#: lib/depends.c:1850
+msgid "========== continuing tsort ...\n"
msgstr ""
#: lib/falloc.c:141
msgstr ""
#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
msgid "(not a number)"
msgstr ""
msgid "file %s is on an unknown device\n"
msgstr ""
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
+msgstr ""
+
+#: lib/fsm.c:274
+#, c-format
+msgid "%9d %s\n"
+msgstr ""
+
+#: lib/fsm.c:1042
+#, c-format
+msgid "%s directory created with perms %04o.\n"
+msgstr ""
+
+#: lib/fsm.c:1344 lib/fsm.c:1461
+#, c-format
+msgid "%s saved as %s\n"
+msgstr ""
+
+#: lib/fsm.c:1486
+#, c-format
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr ""
+
+#: lib/fsm.c:1491
+#, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1500
+#, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1517
+#, c-format
+msgid "%s created as %s\n"
+msgstr ""
+
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr ""
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr ""
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, c-format
-msgid "group %s does not exist - using root\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
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr ""
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr ""
-
-#: lib/install.c:721
-#, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr ""
-
-#: lib/install.c:728 lib/install.c:759
-#, c-format
-msgid "cannot write to %s\n"
-msgstr ""
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, c-format
-msgid "cannot create specdir %s\n"
-msgstr ""
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr ""
-
-#: lib/install.c:796 lib/install.c:825
-msgid "source package contains no .spec file\n"
-msgstr ""
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr ""
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr ""
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/install.c:1069
-#, c-format
-msgid "%s created as %s\n"
-msgstr ""
-
-#: lib/install.c:1105
-#, c-format
-msgid "%s saved as %s\n"
-msgstr ""
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, c-format
msgid "error creating temporary file %s\n"
msgstr ""
-#: lib/package.c:88
+#: lib/package.c:119
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
-#: lib/package.c:143
+#: lib/package.c:179
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr ""
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr ""
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr ""
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, c-format
msgid "verify %files section from <specfile>"
msgstr ""
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
msgid "build source and binary packages from <specfile>"
msgstr ""
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
msgid "build binary package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
msgid "build source package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr ""
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, c-format
msgid "verify %files section from <tarball>"
msgstr ""
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
msgid "build source and binary packages from <tarball>"
msgstr ""
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
msgid "build binary package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
msgid "build source package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
msgid "build binary package from <source package>"
msgstr ""
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
msgid "<source package>"
msgstr ""
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr ""
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr ""
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+msgid "debug file state machine"
+msgstr ""
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr ""
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr ""
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, c-format
+msgid "group %s does not exist - using root\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.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr ""
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, c-format
+msgid "cannot create %s %s\n"
+msgstr ""
+
+#: lib/psm.c:661
+#, c-format
+msgid "cannot write to %s\n"
+msgstr ""
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr ""
+
+#: lib/psm.c:733
+msgid "source package contains no .spec file\n"
+msgstr ""
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr ""
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr ""
+
+#: lib/psm.c:998
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr ""
+
+#: lib/query.c:161
#, c-format
msgid "incorrect format: %s\n"
msgstr ""
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr ""
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr ""
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr ""
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
msgid "package has neither file owner or id lists\n"
msgstr ""
-#: lib/query.c:418
+#: lib/query.c:428
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr ""
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr ""
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
-#: lib/query.c:624
+#: lib/query.c:637
msgid "no packages\n"
msgstr ""
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr ""
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr ""
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr ""
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr ""
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr ""
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr ""
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr ""
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr ""
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr ""
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr ""
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr ""
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, c-format
msgid "cannot open %s index\n"
msgstr ""
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr ""
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr ""
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
msgid "no dbpath has been set\n"
msgstr ""
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr ""
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr ""
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, c-format
msgid "cannot add record originally at %d\n"
msgstr ""
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
msgid "Preparing packages for installation..."
msgstr ""
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr ""
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr ""
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr ""
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr ""
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr ""
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr ""
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, c-format
msgid "cannot open file %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr ""
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, c-format
msgid "cannot open Packages database in %s\n"
msgstr ""
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr ""
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr ""
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr ""
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr ""
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr ""
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr ""
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, c-format
msgid "cannot open %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr ""
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr ""
+
+#: lib/scriptlet.c:236
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr ""
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr ""
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr ""
-#: lib/signature.c:162
+#: lib/signature.c:176
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr ""
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
-msgstr ""
-
-#: lib/signature.c:212
+#: lib/signature.c:230
#, c-format
-msgid "Signature pad : %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:274
+#: lib/signature.c:289
#, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr ""
-#: lib/signature.c:285
+#: lib/signature.c:300
msgid "pgp failed\n"
msgstr ""
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
msgid "pgp failed to write signature\n"
msgstr ""
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
msgid "unable to read the signature\n"
msgstr ""
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
msgid "Couldn't exec gpg\n"
msgstr ""
-#: lib/signature.c:362
+#: lib/signature.c:377
msgid "gpg failed\n"
msgstr ""
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
msgid "gpg failed to write signature\n"
msgstr ""
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
msgid "Generating signature using PGP.\n"
msgstr ""
-#: lib/signature.c:423
+#: lib/signature.c:439
msgid "Generating signature using GPG.\n"
msgstr ""
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
-#: lib/signature.c:635
+#: lib/signature.c:653
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
-#: lib/signature.c:723
+#: lib/signature.c:741
msgid "Couldn't exec pgp\n"
msgstr ""
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr ""
-#: lib/signature.c:772
+#: lib/signature.c:790
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr ""
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, c-format
msgid "%5d exclude %s\n"
msgstr ""
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, c-format
msgid "%5d relocate %s -> %s\n"
msgstr ""
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, c-format
msgid "excluding multilib path %s%s\n"
msgstr ""
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, c-format
msgid "excluding %s %s\n"
msgstr ""
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, c-format
msgid "relocating directory %s to %s\n"
msgstr ""
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr ""
-
-#: lib/uninstall.c:78
-#, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:88
-#, c-format
-msgid "removal of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr ""
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr ""
-#: lib/verify.c:65
+#: lib/verify.c:63
msgid "do not execute %verifyscript (if any)"
msgstr ""
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, c-format
msgid "missing %s"
msgstr ""
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr ""
-
-#: rpmio/rpmio.c:540
-msgid "Server I/O error"
-msgstr ""
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr ""
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr ""
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr ""
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr ""
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr ""
-
-#: rpmio/rpmio.c:558
-msgid "I/O error to local file"
-msgstr ""
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr ""
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr ""
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr ""
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr ""
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr ""
+
+#: rpmio/rpmio.c:540
+msgid "Server I/O error"
+msgstr ""
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr ""
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr ""
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr ""
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr ""
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr ""
+
+#: rpmio/rpmio.c:558
+msgid "I/O error to local file"
+msgstr ""
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr ""
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr ""
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr ""
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
msgid "(no error)"
msgstr ""
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr ""
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr ""
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\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"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"
-#: build.c:26
+#: build.c:25
#, c-format
msgid "cannot open rpm database in %s\n"
msgstr ""
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr ""
-#: build.c:65
+#: build.c:64
#, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr ""
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr ""
#. Give up
-#: build.c:149
+#: build.c:150
#, c-format
msgid "Failed to read spec file from %s\n"
msgstr ""
-#: build.c:177
+#: build.c:178
#, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr ""
-#: build.c:216
+#: build.c:217
#, c-format
msgid "failed to stat %s: %m\n"
msgstr ""
-#: build.c:221
+#: build.c:222
#, c-format
msgid "File %s is not a regular file.\n"
msgstr ""
-#: build.c:230
+#: build.c:231
#, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr ""
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr ""
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr ""
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr ""
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr ""
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr ""
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr ""
-#: rpm.c:209
+#: rpm.c:224
msgid "Usage: rpm {--help}"
msgstr ""
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr ""
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr ""
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr ""
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr ""
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr ""
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr ""
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:232
+#: rpm.c:247
msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
msgstr ""
-#: rpm.c:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
msgid " [--triggeredby]"
msgstr ""
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr ""
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr ""
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr ""
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr ""
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr ""
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr ""
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr ""
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr ""
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
msgid "Usage:"
msgstr ""
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr ""
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr ""
-#: rpm.c:295
+#: rpm.c:310
msgid " All modes support the following arguments:"
msgstr ""
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
msgid " --eval '<name>+' "
msgstr ""
-#: rpm.c:299
+#: rpm.c:314
msgid "print the expansion of macro <name> to stdout"
msgstr ""
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr ""
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr ""
-#: rpm.c:302
+#: rpm.c:317
msgid " --rcfile <file> "
msgstr ""
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr ""
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr ""
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr ""
-#: rpm.c:312
+#: rpm.c:327
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr ""
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr ""
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr ""
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr ""
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr ""
-#: rpm.c:318
+#: rpm.c:333
msgid " --httpproxy <host> "
msgstr ""
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr ""
-#: rpm.c:320
+#: rpm.c:335
msgid " --httpport <port> "
msgstr ""
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr ""
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr ""
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr ""
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr ""
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
msgid "use <qfmt> as the header format (implies --info)"
msgstr ""
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr ""
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr ""
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr ""
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr ""
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr ""
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr ""
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr ""
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr ""
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr ""
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr ""
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr ""
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr ""
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr ""
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr ""
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr ""
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr ""
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr ""
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr ""
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr ""
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
msgstr ""
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr ""
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr ""
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr ""
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
msgstr ""
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr ""
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr ""
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr ""
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr ""
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr ""
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr ""
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr ""
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr ""
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr ""
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
msgid "relocate files in non-relocateable package"
msgstr ""
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr ""
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr ""
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr ""
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr ""
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr ""
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr ""
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr ""
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr ""
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr ""
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr ""
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr ""
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr ""
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr ""
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr ""
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr ""
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr ""
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr ""
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
msgstr ""
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr ""
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
msgstr ""
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr ""
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr ""
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr ""
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr ""
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr ""
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr ""
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr ""
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr ""
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr ""
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr ""
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr ""
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr ""
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr ""
-#: rpm.c:486
+#: rpm.c:501
msgid "remove spec file when done"
msgstr ""
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr ""
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr ""
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr ""
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr ""
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr ""
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr ""
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
msgstr ""
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr ""
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr ""
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr ""
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr ""
-#: rpm.c:508
+#: rpm.c:523
msgid " --checksig <pkg>+"
msgstr ""
-#: rpm.c:509
+#: rpm.c:524
msgid " -K <pkg>+ "
msgstr ""
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr ""
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr ""
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr ""
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr ""
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr ""
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr ""
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr ""
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr ""
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr ""
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr ""
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr ""
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr ""
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr ""
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr ""
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr ""
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr ""
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr ""
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr ""
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr ""
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr ""
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr ""
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr ""
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr ""
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr ""
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr ""
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr ""
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr ""
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr ""
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr ""
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr ""
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr ""
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr ""
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr ""
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"recompilation, installation,erasure, and verification"
msgstr ""
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr ""
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
msgstr ""
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr ""
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr ""
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr ""
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr ""
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr ""
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr ""
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr ""
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr ""
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr ""
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr ""
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr ""
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr ""
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr ""
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr ""
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr ""
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr ""
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr ""
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr ""
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr ""
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr ""
msgid "cannot re-open payload: %s\n"
msgstr ""
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
msgid "print macro expansion of <expr>+"
msgstr ""
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
msgid "rebuild database inverted lists from installed package headers"
msgstr ""
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
-msgid "<package>"
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
msgstr ""
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:234
+msgid "<package>+"
+msgstr ""
+
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
-msgid "upgrade package if already installed"
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
+msgid "upgrade package(s) if already installed"
msgstr ""
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
msgid "<packagefile>+"
msgstr ""
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
msgid "do not execute scripts (if any)"
msgstr ""
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
msgid "don't execute any scriptlets triggered by this package"
msgstr ""
-#: rpmqv.c:313
-msgid "<oldpath>=<newpath>"
+#: rpmqv.c:279
+msgid "relocate files from path <old> to <new>"
+msgstr ""
+
+#: rpmqv.c:280
+msgid "<old>=<new>"
+msgstr ""
+
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
msgstr ""
-#: rpmqv.c:324
-msgid "upgrade package"
+#: rpmqv.c:291
+msgid "upgrade package(s)"
msgstr ""
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
-msgid "Common options for all rpm modes:"
-msgstr ""
-
-#: rpmqv.c:413
-#, c-format
-msgid "Usage: %s {--help}\n"
-msgstr ""
-
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:418
-#, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-
-#: rpmqv.c:434
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:442
-#, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:449
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:456
-#, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:461
-#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:465
-#, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
msgstr ""
-#: rpmqv.c:466
-#, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#: rpmqv.c:343
+msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:467
+#: rpmqv.c:377
#, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
+msgid "Usage: %s {--help}\n"
msgstr ""
-#: rpmqv.c:511
+#: rpmqv.c:448
msgid " All modes support the following options:"
msgstr ""
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
msgid " --eval '<expr>+' "
msgstr ""
-#: rpmqv.c:515
+#: rpmqv.c:452
msgid "print the expansion of macro <expr> to stdout"
msgstr ""
-#: rpmqv.c:516
+#: rpmqv.c:453
msgid " --pipe <cmd> "
msgstr ""
-#: rpmqv.c:518
+#: rpmqv.c:455
msgid " --rcfile <file:...> "
msgstr ""
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
msgid " --dbpath <dir> "
msgstr ""
-#: rpmqv.c:525
+#: rpmqv.c:462
msgid " --root <dir> "
msgstr ""
-#: rpmqv.c:535
+#: rpmqv.c:472
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
-#: rpmqv.c:536
+#: rpmqv.c:473
msgid " of file names as well as the following options:"
msgstr ""
-#: rpmqv.c:537
+#: rpmqv.c:474
msgid " --ftpproxy <host> "
msgstr ""
-#: rpmqv.c:539
+#: rpmqv.c:476
msgid " --ftpport <port> "
msgstr ""
-#: rpmqv.c:541
+#: rpmqv.c:478
msgid " --httpproxy <host> "
msgstr ""
-#: rpmqv.c:543
+#: rpmqv.c:480
msgid " --httpport <port> "
msgstr ""
-#: rpmqv.c:549
+#: rpmqv.c:486
msgid " Package specification options:"
msgstr ""
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
msgid "query/verify all packages"
msgstr ""
-#: rpmqv.c:552
+#: rpmqv.c:489
msgid " -f <file>+ "
msgstr ""
-#: rpmqv.c:553
+#: rpmqv.c:490
msgid "query/verify package owning <file>"
msgstr ""
-#: rpmqv.c:554
+#: rpmqv.c:491
msgid " -p <packagefile>+ "
msgstr ""
-#: rpmqv.c:555
+#: rpmqv.c:492
msgid "query/verify (uninstalled) package <packagefile>"
msgstr ""
-#: rpmqv.c:556
+#: rpmqv.c:493
msgid " --triggeredby <pkg> "
msgstr ""
-#: rpmqv.c:557
+#: rpmqv.c:494
msgid "query/verify packages triggered by <pkg>"
msgstr ""
-#: rpmqv.c:558
+#: rpmqv.c:495
msgid " --whatprovides <cap> "
msgstr ""
-#: rpmqv.c:559
+#: rpmqv.c:496
msgid "query/verify packages which provide <cap> capability"
msgstr ""
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr ""
-#: rpmqv.c:561
+#: rpmqv.c:498
msgid "query/verify packages which require <cap> capability"
msgstr ""
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
msgid " Information selection options:"
msgstr ""
-#: rpmqv.c:584
+#: rpmqv.c:521
msgid "list capabilities provided by package"
msgstr ""
-#: rpmqv.c:586
+#: rpmqv.c:523
msgid "list capabilities required by package"
msgstr ""
-#: rpmqv.c:588
+#: rpmqv.c:525
msgid "print the various [un]install scriptlets"
msgstr ""
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
msgid " --install <packagefile>"
msgstr ""
-#: rpmqv.c:617
+#: rpmqv.c:554
msgid " -i <packagefile> "
msgstr ""
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr ""
-#: rpmqv.c:647
+#: rpmqv.c:584
msgid "don't execute any installation scriptlets"
msgstr ""
-#: rpmqv.c:652
+#: rpmqv.c:589
msgid " --prefix <dir> "
msgstr ""
-#: rpmqv.c:654
+#: rpmqv.c:591
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpmqv.c:663
+#: rpmqv.c:600
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpmqv.c:664
+#: rpmqv.c:601
msgid " -U <packagefile> "
msgstr ""
-#: rpmqv.c:669
+#: rpmqv.c:606
msgid " --erase <package>"
msgstr ""
-#: rpmqv.c:688
+#: rpmqv.c:625
msgid " --resign <pkg>+ "
msgstr ""
-#: rpmqv.c:690
+#: rpmqv.c:627
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpmqv.c:693
+#: rpmqv.c:630
msgid " --checksig <pkg>+"
msgstr ""
-#: rpmqv.c:694
+#: rpmqv.c:631
msgid " -K <pkg>+ "
msgstr ""
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
msgid "rebuild database indices from existing database headers"
msgstr ""
-#: rpmqv.c:996
+#: rpmqv.c:928
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr ""
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr ""
-#: rpmqv.c:1158
+#: rpmqv.c:1086
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr ""
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr ""
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr ""
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr ""
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
msgid "Unable to open temp file.\n"
msgstr ""
msgid "syntax error in expression\n"
msgstr ""
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, c-format
msgid "Missing '(' in %s %s\n"
msgstr ""
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, c-format
msgid "Missing ')' in %s(%s\n"
msgstr ""
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, c-format
msgid "Invalid %s token: %s\n"
msgstr ""
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr ""
-#: build/files.c:427
+#: build/files.c:429
#, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:439
+#: build/files.c:441
#, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, c-format
msgid "Two files on one line: %s\n"
msgstr ""
-#: build/files.c:771
+#: build/files.c:773
#, c-format
msgid "File must begin with \"/\": %s\n"
msgstr ""
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
-#: build/files.c:949
+#: build/files.c:952
#, c-format
msgid "File listed twice: %s\n"
msgstr ""
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr ""
-#: build/files.c:1165
+#: build/files.c:1239
#, c-format
msgid "File not found: %s\n"
msgstr ""
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1297
+#: build/files.c:1371
#, c-format
msgid "File needs leading \"/\": %s\n"
msgstr ""
-#: build/files.c:1327
+#: build/files.c:1401
#, c-format
msgid "File not found by glob: %s\n"
msgstr ""
-#: build/files.c:1382
+#: build/files.c:1455
msgid "Could not open %%files file %s: %s\n"
msgstr ""
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, c-format
msgid "line: %s\n"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1791
#, c-format
msgid "Bad file: %s: %s\n"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, c-format
msgid "Couldn't exec %s: %s\n"
msgstr ""
-#: build/files.c:1794
+#: build/files.c:1864
#, c-format
msgid "Couldn't fork %s: %s\n"
msgstr ""
-#: build/files.c:1876
+#: build/files.c:1946
#, c-format
msgid "%s failed\n"
msgstr ""
-#: build/files.c:1880
+#: build/files.c:1950
#, c-format
msgid "failed to write all data to %s\n"
msgstr ""
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, c-format
msgid "Failed to find %s:\n"
msgstr ""
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:52
+#: build/pack.c:61
#, c-format
msgid "create archive failed on file %s: %s\n"
msgstr ""
-#: build/pack.c:74
+#: build/pack.c:83
#, c-format
msgid "cpio_copy write failed: %s\n"
msgstr ""
-#: build/pack.c:81
+#: build/pack.c:90
#, c-format
msgid "cpio_copy read failed: %s\n"
msgstr ""
-#: build/pack.c:165
+#: build/pack.c:174
#, c-format
msgid "Could not open PreIn file: %s\n"
msgstr ""
-#: build/pack.c:172
+#: build/pack.c:181
#, c-format
msgid "Could not open PreUn file: %s\n"
msgstr ""
-#: build/pack.c:179
+#: build/pack.c:188
#, c-format
msgid "Could not open PostIn file: %s\n"
msgstr ""
-#: build/pack.c:186
+#: build/pack.c:195
#, c-format
msgid "Could not open PostUn file: %s\n"
msgstr ""
-#: build/pack.c:194
+#: build/pack.c:203
#, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr ""
-#: build/pack.c:209
+#: build/pack.c:218
#, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr ""
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr ""
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr ""
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr ""
-#: build/pack.c:433
+#: build/pack.c:447
#, c-format
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
-#: build/pack.c:485
+#: build/pack.c:499
#, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr ""
-#: build/pack.c:495
+#: build/pack.c:509
#, c-format
msgid "Unable to read header from %s: %s\n"
msgstr ""
-#: build/pack.c:509
+#: build/pack.c:523
#, c-format
msgid "Unable to write header to %s: %s\n"
msgstr ""
-#: build/pack.c:519
+#: build/pack.c:533
#, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr ""
-#: build/pack.c:525
+#: build/pack.c:539
#, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, c-format
msgid "cannot create %s: %s\n"
msgstr ""
msgid "Package has no %%description: %s\n"
msgstr ""
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, c-format
msgid "line %d: Bad number: %s\n"
msgstr ""
-#: build/spec.c:234
+#: build/spec.c:222
#, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr ""
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr ""
-#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
#, c-format
-msgid ""
-"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
-"\tA %s\tB %s\n"
+msgid "db%d error(%d) from %s: %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
#, c-format
-msgid " %s A %s\tB %s\n"
+msgid "db%d error(%d): %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/db1.c:387
#, c-format
-msgid "%s: %-45s YES (added files)\n"
+msgid "closed db file %s\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/db1.c:390
#, c-format
-msgid "%s: %-45s YES (added provide)\n"
+msgid "removed db file %s\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/db1.c:421
#, c-format
-msgid "%s: %-45s %-3s (cached)\n"
+msgid "bad db file %s\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/db1.c:426
#, c-format
-msgid "%s: %-45s YES (rpmrc provides)\n"
+msgid "opening db file %s mode 0x%x\n"
msgstr ""
-#: lib/depends.c:1096
+#. XXX check errno validity
+#: lib/db1.c:449
#, c-format
-msgid "%s: %-45s YES (rpmlib provides)\n"
+msgid "cannot get %s lock on database\n"
msgstr ""
-#: lib/depends.c:1118
-#, c-format
-msgid "%s: %-45s YES (db files)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
msgstr ""
-#: lib/depends.c:1131
-#, c-format
-msgid "%s: %-45s YES (db provides)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
msgstr ""
-#: lib/depends.c:1145
+#: lib/db2.c:145 lib/db3.c:130
#, c-format
-msgid "%s: %-45s YES (db package)\n"
+msgid "closed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1161
+#: lib/db2.c:161 lib/db3.c:146
#, c-format
-msgid "%s: %-45s NO\n"
+msgid "removed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/db2.c:198 lib/db3.c:183
#, c-format
-msgid "%s: (%s, %s) added to Depends cache.\n"
+msgid "opening db environment %s/%s %s\n"
msgstr ""
-#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/db2.c:588 lib/db3.c:569
#, c-format
-msgid "package %s-%s-%s require not satisfied: %s\n"
+msgid "closed db index %s/%s\n"
msgstr ""
-#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/db2.c:678 lib/db3.c:659
#, c-format
-msgid "package %s conflicts: %s\n"
+msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: lib/depends.c:1523
+#: lib/db2.c:784 lib/db3.c:764
#, c-format
-msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
-msgstr ""
-
-#. Record all relations.
-#: lib/depends.c:1662
-msgid "========== recording tsort relations\n"
-msgstr ""
-
-#. T4. Scan for zeroes.
-#: lib/depends.c:1709
-msgid "========== tsorting packages\n"
-msgstr ""
-
-#: lib/depends.c:1754
-msgid "========== successors only (presentation order)\n"
+msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: lib/depends.c:1803
-msgid "LOOP:\n"
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
msgstr ""
-#: lib/depends.c:1834
-msgid "========== continuing tsort ...\n"
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/dbconfig.c:287
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
+#: lib/dbconfig.c:296
#, c-format
-msgid "db%d error(%d): %s\n"
+msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: lib/db1.c:387
+#: lib/dbconfig.c:305
#, c-format
-msgid "closed db file %s\n"
+msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
-#: lib/db1.c:390
+#. XXX legacy epoch-less requires/conflicts compatibility
+#: lib/depends.c:565
#, c-format
-msgid "removed db file %s\n"
+msgid ""
+"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
+"\tA %s\tB %s\n"
msgstr ""
-#: lib/db1.c:421
+#: lib/depends.c:594
#, c-format
-msgid "bad db file %s\n"
+msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/db1.c:426
+#: lib/depends.c:962
#, c-format
-msgid "opening db file %s mode 0x%x\n"
+msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#. XXX check errno validity
-#: lib/db1.c:449
+#: lib/depends.c:1021
#, c-format
-msgid "cannot get %s lock on database\n"
+msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
+#: lib/depends.c:1073
+#, c-format
+msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
+#: lib/depends.c:1092
+#, c-format
+msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/db2.c:141
+#: lib/depends.c:1109
#, c-format
-msgid "closed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr ""
-#: lib/db2.c:153
+#: lib/depends.c:1131
#, c-format
-msgid "removed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/db2.c:190
+#: lib/depends.c:1144
#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
+msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/db2.c:565
+#: lib/depends.c:1158
#, c-format
-msgid "closed db index %s/%s(%s)\n"
+msgid "%s: %-45s YES (db package)\n"
msgstr ""
-#: lib/db2.c:643
+#: lib/depends.c:1174
#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
+msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/db3.c:268
+#: lib/depends.c:1195
#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
+msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr ""
-#: lib/db3.c:297
+#. requirements are not satisfied.
+#: lib/depends.c:1256
#, c-format
-msgid "%s has invalid numeric value, skipped\n"
+msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr ""
-#: lib/db3.c:306
+#. conflicts exist.
+#: lib/depends.c:1323
#, c-format
-msgid "%s has too large or too small long value, skipped\n"
+msgid "package %s conflicts: %s\n"
msgstr ""
-#: lib/db3.c:315
+#: lib/depends.c:1539
#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
+msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr ""
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
+#. Record all relations.
+#: lib/depends.c:1678
+msgid "========== recording tsort relations\n"
msgstr ""
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
+#. T4. Scan for zeroes.
+#: lib/depends.c:1725
+msgid "========== tsorting packages\n"
msgstr ""
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
+#: lib/depends.c:1770
+msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
+#: lib/depends.c:1819
+msgid "LOOP:\n"
msgstr ""
-#: lib/db3.c:1013
-#, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:1118
-#, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
+#: lib/depends.c:1850
+msgid "========== continuing tsort ...\n"
msgstr ""
#: lib/falloc.c:141
msgstr ""
#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
msgid "(not a number)"
msgstr ""
msgid "file %s is on an unknown device\n"
msgstr ""
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
+msgstr ""
+
+#: lib/fsm.c:274
+#, c-format
+msgid "%9d %s\n"
+msgstr ""
+
+#: lib/fsm.c:1042
+#, c-format
+msgid "%s directory created with perms %04o.\n"
+msgstr ""
+
+#: lib/fsm.c:1344 lib/fsm.c:1461
+#, c-format
+msgid "%s saved as %s\n"
+msgstr ""
+
+#: lib/fsm.c:1486
+#, c-format
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr ""
+
+#: lib/fsm.c:1491
+#, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1500
+#, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1517
+#, c-format
+msgid "%s created as %s\n"
+msgstr ""
+
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr ""
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr ""
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, c-format
-msgid "group %s does not exist - using root\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
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr ""
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr ""
-
-#: lib/install.c:721
-#, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr ""
-
-#: lib/install.c:728 lib/install.c:759
-#, c-format
-msgid "cannot write to %s\n"
-msgstr ""
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, c-format
-msgid "cannot create specdir %s\n"
-msgstr ""
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr ""
-
-#: lib/install.c:796 lib/install.c:825
-msgid "source package contains no .spec file\n"
-msgstr ""
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr ""
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr ""
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/install.c:1069
-#, c-format
-msgid "%s created as %s\n"
-msgstr ""
-
-#: lib/install.c:1105
-#, c-format
-msgid "%s saved as %s\n"
-msgstr ""
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, c-format
msgid "error creating temporary file %s\n"
msgstr ""
-#: lib/package.c:88
+#: lib/package.c:119
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
-#: lib/package.c:143
+#: lib/package.c:179
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr ""
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr ""
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr ""
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, c-format
msgid "verify %files section from <specfile>"
msgstr ""
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
msgid "build source and binary packages from <specfile>"
msgstr ""
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
msgid "build binary package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
msgid "build source package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr ""
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, c-format
msgid "verify %files section from <tarball>"
msgstr ""
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
msgid "build source and binary packages from <tarball>"
msgstr ""
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
msgid "build binary package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
msgid "build source package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
msgid "build binary package from <source package>"
msgstr ""
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
msgid "<source package>"
msgstr ""
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr ""
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr ""
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+msgid "debug file state machine"
+msgstr ""
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr ""
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr ""
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, c-format
+msgid "group %s does not exist - using root\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.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr ""
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, c-format
+msgid "cannot create %s %s\n"
+msgstr ""
+
+#: lib/psm.c:661
+#, c-format
+msgid "cannot write to %s\n"
+msgstr ""
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr ""
+
+#: lib/psm.c:733
+msgid "source package contains no .spec file\n"
+msgstr ""
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr ""
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr ""
+
+#: lib/psm.c:998
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr ""
+
+#: lib/query.c:161
#, c-format
msgid "incorrect format: %s\n"
msgstr ""
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr ""
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr ""
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr ""
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
msgid "package has neither file owner or id lists\n"
msgstr ""
-#: lib/query.c:418
+#: lib/query.c:428
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr ""
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr ""
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
-#: lib/query.c:624
+#: lib/query.c:637
msgid "no packages\n"
msgstr ""
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr ""
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr ""
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr ""
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr ""
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr ""
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr ""
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr ""
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr ""
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr ""
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr ""
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr ""
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, c-format
msgid "cannot open %s index\n"
msgstr ""
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr ""
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr ""
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
msgid "no dbpath has been set\n"
msgstr ""
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr ""
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr ""
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, c-format
msgid "cannot add record originally at %d\n"
msgstr ""
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
msgid "Preparing packages for installation..."
msgstr ""
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr ""
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr ""
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr ""
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr ""
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr ""
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr ""
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, c-format
msgid "cannot open file %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr ""
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, c-format
msgid "cannot open Packages database in %s\n"
msgstr ""
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr ""
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr ""
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr ""
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr ""
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr ""
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr ""
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, c-format
msgid "cannot open %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr ""
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr ""
+
+#: lib/scriptlet.c:236
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr ""
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr ""
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr ""
-#: lib/signature.c:162
+#: lib/signature.c:176
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr ""
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
-msgstr ""
-
-#: lib/signature.c:212
+#: lib/signature.c:230
#, c-format
-msgid "Signature pad : %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:274
+#: lib/signature.c:289
#, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr ""
-#: lib/signature.c:285
+#: lib/signature.c:300
msgid "pgp failed\n"
msgstr ""
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
msgid "pgp failed to write signature\n"
msgstr ""
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
msgid "unable to read the signature\n"
msgstr ""
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
msgid "Couldn't exec gpg\n"
msgstr ""
-#: lib/signature.c:362
+#: lib/signature.c:377
msgid "gpg failed\n"
msgstr ""
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
msgid "gpg failed to write signature\n"
msgstr ""
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
msgid "Generating signature using PGP.\n"
msgstr ""
-#: lib/signature.c:423
+#: lib/signature.c:439
msgid "Generating signature using GPG.\n"
msgstr ""
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
-#: lib/signature.c:635
+#: lib/signature.c:653
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
-#: lib/signature.c:723
+#: lib/signature.c:741
msgid "Couldn't exec pgp\n"
msgstr ""
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr ""
-#: lib/signature.c:772
+#: lib/signature.c:790
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr ""
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, c-format
msgid "%5d exclude %s\n"
msgstr ""
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, c-format
msgid "%5d relocate %s -> %s\n"
msgstr ""
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, c-format
msgid "excluding multilib path %s%s\n"
msgstr ""
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, c-format
msgid "excluding %s %s\n"
msgstr ""
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, c-format
msgid "relocating directory %s to %s\n"
msgstr ""
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr ""
-
-#: lib/uninstall.c:78
-#, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:88
-#, c-format
-msgid "removal of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr ""
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr ""
-#: lib/verify.c:65
+#: lib/verify.c:63
msgid "do not execute %verifyscript (if any)"
msgstr ""
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, c-format
msgid "missing %s"
msgstr ""
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr ""
-
-#: rpmio/rpmio.c:540
-msgid "Server I/O error"
-msgstr ""
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr ""
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr ""
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr ""
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr ""
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr ""
-
-#: rpmio/rpmio.c:558
-msgid "I/O error to local file"
-msgstr ""
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr ""
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr ""
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr ""
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr ""
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr ""
+
+#: rpmio/rpmio.c:540
+msgid "Server I/O error"
+msgstr ""
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr ""
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr ""
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr ""
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr ""
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr ""
+
+#: rpmio/rpmio.c:558
+msgid "I/O error to local file"
+msgstr ""
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr ""
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr ""
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr ""
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
msgid "(no error)"
msgstr ""
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr ""
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr ""
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\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"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"
-#: build.c:26
+#: build.c:25
#, c-format
msgid "cannot open rpm database in %s\n"
msgstr ""
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr ""
-#: build.c:65
+#: build.c:64
#, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr ""
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr ""
#. Give up
-#: build.c:149
+#: build.c:150
#, c-format
msgid "Failed to read spec file from %s\n"
msgstr ""
-#: build.c:177
+#: build.c:178
#, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr ""
-#: build.c:216
+#: build.c:217
#, c-format
msgid "failed to stat %s: %m\n"
msgstr ""
-#: build.c:221
+#: build.c:222
#, c-format
msgid "File %s is not a regular file.\n"
msgstr ""
-#: build.c:230
+#: build.c:231
#, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr ""
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr ""
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr ""
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr ""
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr ""
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr ""
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr ""
-#: rpm.c:209
+#: rpm.c:224
msgid "Usage: rpm {--help}"
msgstr ""
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr ""
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr ""
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr ""
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr ""
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr ""
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr ""
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:232
+#: rpm.c:247
msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
msgstr ""
-#: rpm.c:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
msgid " [--triggeredby]"
msgstr ""
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr ""
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr ""
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr ""
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr ""
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr ""
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr ""
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr ""
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr ""
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
msgid "Usage:"
msgstr ""
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr ""
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr ""
-#: rpm.c:295
+#: rpm.c:310
msgid " All modes support the following arguments:"
msgstr ""
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
msgid " --eval '<name>+' "
msgstr ""
-#: rpm.c:299
+#: rpm.c:314
msgid "print the expansion of macro <name> to stdout"
msgstr ""
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr ""
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr ""
-#: rpm.c:302
+#: rpm.c:317
msgid " --rcfile <file> "
msgstr ""
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr ""
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr ""
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr ""
-#: rpm.c:312
+#: rpm.c:327
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr ""
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr ""
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr ""
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr ""
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr ""
-#: rpm.c:318
+#: rpm.c:333
msgid " --httpproxy <host> "
msgstr ""
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr ""
-#: rpm.c:320
+#: rpm.c:335
msgid " --httpport <port> "
msgstr ""
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr ""
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr ""
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr ""
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr ""
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
msgid "use <qfmt> as the header format (implies --info)"
msgstr ""
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr ""
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr ""
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr ""
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr ""
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr ""
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr ""
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr ""
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr ""
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr ""
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr ""
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr ""
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr ""
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr ""
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr ""
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr ""
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr ""
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr ""
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr ""
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr ""
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
msgstr ""
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr ""
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr ""
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr ""
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
msgstr ""
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr ""
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr ""
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr ""
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr ""
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr ""
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr ""
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr ""
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr ""
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr ""
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
msgid "relocate files in non-relocateable package"
msgstr ""
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr ""
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr ""
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr ""
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr ""
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr ""
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr ""
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr ""
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr ""
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr ""
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr ""
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr ""
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr ""
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr ""
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr ""
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr ""
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr ""
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr ""
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
msgstr ""
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr ""
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
msgstr ""
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr ""
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr ""
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr ""
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr ""
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr ""
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr ""
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr ""
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr ""
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr ""
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr ""
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr ""
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr ""
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr ""
-#: rpm.c:486
+#: rpm.c:501
msgid "remove spec file when done"
msgstr ""
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr ""
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr ""
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr ""
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr ""
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr ""
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr ""
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
msgstr ""
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr ""
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr ""
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr ""
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr ""
-#: rpm.c:508
+#: rpm.c:523
msgid " --checksig <pkg>+"
msgstr ""
-#: rpm.c:509
+#: rpm.c:524
msgid " -K <pkg>+ "
msgstr ""
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr ""
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr ""
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr ""
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr ""
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr ""
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr ""
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr ""
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr ""
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr ""
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr ""
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr ""
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr ""
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr ""
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr ""
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr ""
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr ""
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr ""
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr ""
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr ""
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr ""
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr ""
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr ""
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr ""
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr ""
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr ""
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr ""
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr ""
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr ""
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr ""
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr ""
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr ""
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr ""
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr ""
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"recompilation, installation,erasure, and verification"
msgstr ""
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr ""
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
msgstr ""
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr ""
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr ""
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr ""
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr ""
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr ""
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr ""
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr ""
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr ""
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr ""
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr ""
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr ""
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr ""
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr ""
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr ""
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr ""
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr ""
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr ""
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr ""
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr ""
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr ""
msgid "cannot re-open payload: %s\n"
msgstr ""
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
msgid "print macro expansion of <expr>+"
msgstr ""
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
msgid "rebuild database inverted lists from installed package headers"
msgstr ""
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
-msgid "<package>"
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
msgstr ""
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:234
+msgid "<package>+"
+msgstr ""
+
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
-msgid "upgrade package if already installed"
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
+msgid "upgrade package(s) if already installed"
msgstr ""
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
msgid "<packagefile>+"
msgstr ""
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
msgid "do not execute scripts (if any)"
msgstr ""
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
msgid "don't execute any scriptlets triggered by this package"
msgstr ""
-#: rpmqv.c:313
-msgid "<oldpath>=<newpath>"
+#: rpmqv.c:279
+msgid "relocate files from path <old> to <new>"
+msgstr ""
+
+#: rpmqv.c:280
+msgid "<old>=<new>"
+msgstr ""
+
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
msgstr ""
-#: rpmqv.c:324
-msgid "upgrade package"
+#: rpmqv.c:291
+msgid "upgrade package(s)"
msgstr ""
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
-msgid "Common options for all rpm modes:"
-msgstr ""
-
-#: rpmqv.c:413
-#, c-format
-msgid "Usage: %s {--help}\n"
-msgstr ""
-
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:418
-#, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-
-#: rpmqv.c:434
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:442
-#, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:449
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:456
-#, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:461
-#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:465
-#, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
msgstr ""
-#: rpmqv.c:466
-#, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#: rpmqv.c:343
+msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:467
+#: rpmqv.c:377
#, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
+msgid "Usage: %s {--help}\n"
msgstr ""
-#: rpmqv.c:511
+#: rpmqv.c:448
msgid " All modes support the following options:"
msgstr ""
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
msgid " --eval '<expr>+' "
msgstr ""
-#: rpmqv.c:515
+#: rpmqv.c:452
msgid "print the expansion of macro <expr> to stdout"
msgstr ""
-#: rpmqv.c:516
+#: rpmqv.c:453
msgid " --pipe <cmd> "
msgstr ""
-#: rpmqv.c:518
+#: rpmqv.c:455
msgid " --rcfile <file:...> "
msgstr ""
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
msgid " --dbpath <dir> "
msgstr ""
-#: rpmqv.c:525
+#: rpmqv.c:462
msgid " --root <dir> "
msgstr ""
-#: rpmqv.c:535
+#: rpmqv.c:472
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
-#: rpmqv.c:536
+#: rpmqv.c:473
msgid " of file names as well as the following options:"
msgstr ""
-#: rpmqv.c:537
+#: rpmqv.c:474
msgid " --ftpproxy <host> "
msgstr ""
-#: rpmqv.c:539
+#: rpmqv.c:476
msgid " --ftpport <port> "
msgstr ""
-#: rpmqv.c:541
+#: rpmqv.c:478
msgid " --httpproxy <host> "
msgstr ""
-#: rpmqv.c:543
+#: rpmqv.c:480
msgid " --httpport <port> "
msgstr ""
-#: rpmqv.c:549
+#: rpmqv.c:486
msgid " Package specification options:"
msgstr ""
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
msgid "query/verify all packages"
msgstr ""
-#: rpmqv.c:552
+#: rpmqv.c:489
msgid " -f <file>+ "
msgstr ""
-#: rpmqv.c:553
+#: rpmqv.c:490
msgid "query/verify package owning <file>"
msgstr ""
-#: rpmqv.c:554
+#: rpmqv.c:491
msgid " -p <packagefile>+ "
msgstr ""
-#: rpmqv.c:555
+#: rpmqv.c:492
msgid "query/verify (uninstalled) package <packagefile>"
msgstr ""
-#: rpmqv.c:556
+#: rpmqv.c:493
msgid " --triggeredby <pkg> "
msgstr ""
-#: rpmqv.c:557
+#: rpmqv.c:494
msgid "query/verify packages triggered by <pkg>"
msgstr ""
-#: rpmqv.c:558
+#: rpmqv.c:495
msgid " --whatprovides <cap> "
msgstr ""
-#: rpmqv.c:559
+#: rpmqv.c:496
msgid "query/verify packages which provide <cap> capability"
msgstr ""
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr ""
-#: rpmqv.c:561
+#: rpmqv.c:498
msgid "query/verify packages which require <cap> capability"
msgstr ""
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
msgid " Information selection options:"
msgstr ""
-#: rpmqv.c:584
+#: rpmqv.c:521
msgid "list capabilities provided by package"
msgstr ""
-#: rpmqv.c:586
+#: rpmqv.c:523
msgid "list capabilities required by package"
msgstr ""
-#: rpmqv.c:588
+#: rpmqv.c:525
msgid "print the various [un]install scriptlets"
msgstr ""
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
msgid " --install <packagefile>"
msgstr ""
-#: rpmqv.c:617
+#: rpmqv.c:554
msgid " -i <packagefile> "
msgstr ""
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr ""
-#: rpmqv.c:647
+#: rpmqv.c:584
msgid "don't execute any installation scriptlets"
msgstr ""
-#: rpmqv.c:652
+#: rpmqv.c:589
msgid " --prefix <dir> "
msgstr ""
-#: rpmqv.c:654
+#: rpmqv.c:591
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpmqv.c:663
+#: rpmqv.c:600
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpmqv.c:664
+#: rpmqv.c:601
msgid " -U <packagefile> "
msgstr ""
-#: rpmqv.c:669
+#: rpmqv.c:606
msgid " --erase <package>"
msgstr ""
-#: rpmqv.c:688
+#: rpmqv.c:625
msgid " --resign <pkg>+ "
msgstr ""
-#: rpmqv.c:690
+#: rpmqv.c:627
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpmqv.c:693
+#: rpmqv.c:630
msgid " --checksig <pkg>+"
msgstr ""
-#: rpmqv.c:694
+#: rpmqv.c:631
msgid " -K <pkg>+ "
msgstr ""
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
msgid "rebuild database indices from existing database headers"
msgstr ""
-#: rpmqv.c:996
+#: rpmqv.c:928
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr ""
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr ""
-#: rpmqv.c:1158
+#: rpmqv.c:1086
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr ""
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr ""
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr ""
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr ""
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
msgid "Unable to open temp file.\n"
msgstr ""
msgid "syntax error in expression\n"
msgstr ""
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, c-format
msgid "Missing '(' in %s %s\n"
msgstr ""
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, c-format
msgid "Missing ')' in %s(%s\n"
msgstr ""
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, c-format
msgid "Invalid %s token: %s\n"
msgstr ""
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr ""
-#: build/files.c:427
+#: build/files.c:429
#, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:439
+#: build/files.c:441
#, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, c-format
msgid "Two files on one line: %s\n"
msgstr ""
-#: build/files.c:771
+#: build/files.c:773
#, c-format
msgid "File must begin with \"/\": %s\n"
msgstr ""
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
-#: build/files.c:949
+#: build/files.c:952
#, c-format
msgid "File listed twice: %s\n"
msgstr ""
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr ""
-#: build/files.c:1165
+#: build/files.c:1239
#, c-format
msgid "File not found: %s\n"
msgstr ""
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1297
+#: build/files.c:1371
#, c-format
msgid "File needs leading \"/\": %s\n"
msgstr ""
-#: build/files.c:1327
+#: build/files.c:1401
#, c-format
msgid "File not found by glob: %s\n"
msgstr ""
-#: build/files.c:1382
+#: build/files.c:1455
msgid "Could not open %%files file %s: %s\n"
msgstr ""
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, c-format
msgid "line: %s\n"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1791
#, c-format
msgid "Bad file: %s: %s\n"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, c-format
msgid "Couldn't exec %s: %s\n"
msgstr ""
-#: build/files.c:1794
+#: build/files.c:1864
#, c-format
msgid "Couldn't fork %s: %s\n"
msgstr ""
-#: build/files.c:1876
+#: build/files.c:1946
#, c-format
msgid "%s failed\n"
msgstr ""
-#: build/files.c:1880
+#: build/files.c:1950
#, c-format
msgid "failed to write all data to %s\n"
msgstr ""
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, c-format
msgid "Failed to find %s:\n"
msgstr ""
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:52
+#: build/pack.c:61
#, c-format
msgid "create archive failed on file %s: %s\n"
msgstr ""
-#: build/pack.c:74
+#: build/pack.c:83
#, c-format
msgid "cpio_copy write failed: %s\n"
msgstr ""
-#: build/pack.c:81
+#: build/pack.c:90
#, c-format
msgid "cpio_copy read failed: %s\n"
msgstr ""
-#: build/pack.c:165
+#: build/pack.c:174
#, c-format
msgid "Could not open PreIn file: %s\n"
msgstr ""
-#: build/pack.c:172
+#: build/pack.c:181
#, c-format
msgid "Could not open PreUn file: %s\n"
msgstr ""
-#: build/pack.c:179
+#: build/pack.c:188
#, c-format
msgid "Could not open PostIn file: %s\n"
msgstr ""
-#: build/pack.c:186
+#: build/pack.c:195
#, c-format
msgid "Could not open PostUn file: %s\n"
msgstr ""
-#: build/pack.c:194
+#: build/pack.c:203
#, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr ""
-#: build/pack.c:209
+#: build/pack.c:218
#, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr ""
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr ""
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr ""
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr ""
-#: build/pack.c:433
+#: build/pack.c:447
#, c-format
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
-#: build/pack.c:485
+#: build/pack.c:499
#, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr ""
-#: build/pack.c:495
+#: build/pack.c:509
#, c-format
msgid "Unable to read header from %s: %s\n"
msgstr ""
-#: build/pack.c:509
+#: build/pack.c:523
#, c-format
msgid "Unable to write header to %s: %s\n"
msgstr ""
-#: build/pack.c:519
+#: build/pack.c:533
#, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr ""
-#: build/pack.c:525
+#: build/pack.c:539
#, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, c-format
msgid "cannot create %s: %s\n"
msgstr ""
msgid "Package has no %%description: %s\n"
msgstr ""
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, c-format
msgid "line %d: Bad number: %s\n"
msgstr ""
-#: build/spec.c:234
+#: build/spec.c:222
#, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr ""
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr ""
-#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
#, c-format
-msgid ""
-"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
-"\tA %s\tB %s\n"
+msgid "db%d error(%d) from %s: %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
#, c-format
-msgid " %s A %s\tB %s\n"
+msgid "db%d error(%d): %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/db1.c:387
#, c-format
-msgid "%s: %-45s YES (added files)\n"
+msgid "closed db file %s\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/db1.c:390
#, c-format
-msgid "%s: %-45s YES (added provide)\n"
+msgid "removed db file %s\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/db1.c:421
#, c-format
-msgid "%s: %-45s %-3s (cached)\n"
+msgid "bad db file %s\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/db1.c:426
#, c-format
-msgid "%s: %-45s YES (rpmrc provides)\n"
+msgid "opening db file %s mode 0x%x\n"
msgstr ""
-#: lib/depends.c:1096
+#. XXX check errno validity
+#: lib/db1.c:449
#, c-format
-msgid "%s: %-45s YES (rpmlib provides)\n"
+msgid "cannot get %s lock on database\n"
msgstr ""
-#: lib/depends.c:1118
-#, c-format
-msgid "%s: %-45s YES (db files)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
msgstr ""
-#: lib/depends.c:1131
-#, c-format
-msgid "%s: %-45s YES (db provides)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
msgstr ""
-#: lib/depends.c:1145
+#: lib/db2.c:145 lib/db3.c:130
#, c-format
-msgid "%s: %-45s YES (db package)\n"
+msgid "closed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1161
+#: lib/db2.c:161 lib/db3.c:146
#, c-format
-msgid "%s: %-45s NO\n"
+msgid "removed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/db2.c:198 lib/db3.c:183
#, c-format
-msgid "%s: (%s, %s) added to Depends cache.\n"
+msgid "opening db environment %s/%s %s\n"
msgstr ""
-#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/db2.c:588 lib/db3.c:569
#, c-format
-msgid "package %s-%s-%s require not satisfied: %s\n"
+msgid "closed db index %s/%s\n"
msgstr ""
-#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/db2.c:678 lib/db3.c:659
#, c-format
-msgid "package %s conflicts: %s\n"
+msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: lib/depends.c:1523
+#: lib/db2.c:784 lib/db3.c:764
#, c-format
-msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
-msgstr ""
-
-#. Record all relations.
-#: lib/depends.c:1662
-msgid "========== recording tsort relations\n"
-msgstr ""
-
-#. T4. Scan for zeroes.
-#: lib/depends.c:1709
-msgid "========== tsorting packages\n"
-msgstr ""
-
-#: lib/depends.c:1754
-msgid "========== successors only (presentation order)\n"
+msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: lib/depends.c:1803
-msgid "LOOP:\n"
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
msgstr ""
-#: lib/depends.c:1834
-msgid "========== continuing tsort ...\n"
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/dbconfig.c:287
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
+#: lib/dbconfig.c:296
#, c-format
-msgid "db%d error(%d): %s\n"
+msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: lib/db1.c:387
+#: lib/dbconfig.c:305
#, c-format
-msgid "closed db file %s\n"
+msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
-#: lib/db1.c:390
+#. XXX legacy epoch-less requires/conflicts compatibility
+#: lib/depends.c:565
#, c-format
-msgid "removed db file %s\n"
+msgid ""
+"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
+"\tA %s\tB %s\n"
msgstr ""
-#: lib/db1.c:421
+#: lib/depends.c:594
#, c-format
-msgid "bad db file %s\n"
+msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/db1.c:426
+#: lib/depends.c:962
#, c-format
-msgid "opening db file %s mode 0x%x\n"
+msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#. XXX check errno validity
-#: lib/db1.c:449
+#: lib/depends.c:1021
#, c-format
-msgid "cannot get %s lock on database\n"
+msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
+#: lib/depends.c:1073
+#, c-format
+msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
+#: lib/depends.c:1092
+#, c-format
+msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/db2.c:141
+#: lib/depends.c:1109
#, c-format
-msgid "closed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr ""
-#: lib/db2.c:153
+#: lib/depends.c:1131
#, c-format
-msgid "removed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/db2.c:190
+#: lib/depends.c:1144
#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
+msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/db2.c:565
+#: lib/depends.c:1158
#, c-format
-msgid "closed db index %s/%s(%s)\n"
+msgid "%s: %-45s YES (db package)\n"
msgstr ""
-#: lib/db2.c:643
+#: lib/depends.c:1174
#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
+msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/db3.c:268
+#: lib/depends.c:1195
#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
+msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr ""
-#: lib/db3.c:297
+#. requirements are not satisfied.
+#: lib/depends.c:1256
#, c-format
-msgid "%s has invalid numeric value, skipped\n"
+msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr ""
-#: lib/db3.c:306
+#. conflicts exist.
+#: lib/depends.c:1323
#, c-format
-msgid "%s has too large or too small long value, skipped\n"
+msgid "package %s conflicts: %s\n"
msgstr ""
-#: lib/db3.c:315
+#: lib/depends.c:1539
#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
+msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr ""
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
+#. Record all relations.
+#: lib/depends.c:1678
+msgid "========== recording tsort relations\n"
msgstr ""
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
+#. T4. Scan for zeroes.
+#: lib/depends.c:1725
+msgid "========== tsorting packages\n"
msgstr ""
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
+#: lib/depends.c:1770
+msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
+#: lib/depends.c:1819
+msgid "LOOP:\n"
msgstr ""
-#: lib/db3.c:1013
-#, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:1118
-#, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
+#: lib/depends.c:1850
+msgid "========== continuing tsort ...\n"
msgstr ""
#: lib/falloc.c:141
msgstr ""
#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
msgid "(not a number)"
msgstr ""
msgid "file %s is on an unknown device\n"
msgstr ""
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
+msgstr ""
+
+#: lib/fsm.c:274
+#, c-format
+msgid "%9d %s\n"
+msgstr ""
+
+#: lib/fsm.c:1042
+#, c-format
+msgid "%s directory created with perms %04o.\n"
+msgstr ""
+
+#: lib/fsm.c:1344 lib/fsm.c:1461
+#, c-format
+msgid "%s saved as %s\n"
+msgstr ""
+
+#: lib/fsm.c:1486
+#, c-format
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr ""
+
+#: lib/fsm.c:1491
+#, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1500
+#, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1517
+#, c-format
+msgid "%s created as %s\n"
+msgstr ""
+
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr ""
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr ""
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, c-format
-msgid "group %s does not exist - using root\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
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr ""
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr ""
-
-#: lib/install.c:721
-#, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr ""
-
-#: lib/install.c:728 lib/install.c:759
-#, c-format
-msgid "cannot write to %s\n"
-msgstr ""
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, c-format
-msgid "cannot create specdir %s\n"
-msgstr ""
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr ""
-
-#: lib/install.c:796 lib/install.c:825
-msgid "source package contains no .spec file\n"
-msgstr ""
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr ""
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr ""
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/install.c:1069
-#, c-format
-msgid "%s created as %s\n"
-msgstr ""
-
-#: lib/install.c:1105
-#, c-format
-msgid "%s saved as %s\n"
-msgstr ""
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, c-format
msgid "error creating temporary file %s\n"
msgstr ""
-#: lib/package.c:88
+#: lib/package.c:119
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
-#: lib/package.c:143
+#: lib/package.c:179
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr ""
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr ""
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr ""
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, c-format
msgid "verify %files section from <specfile>"
msgstr ""
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
msgid "build source and binary packages from <specfile>"
msgstr ""
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
msgid "build binary package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
msgid "build source package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr ""
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, c-format
msgid "verify %files section from <tarball>"
msgstr ""
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
msgid "build source and binary packages from <tarball>"
msgstr ""
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
msgid "build binary package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
msgid "build source package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
msgid "build binary package from <source package>"
msgstr ""
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
msgid "<source package>"
msgstr ""
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr ""
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr ""
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+msgid "debug file state machine"
+msgstr ""
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr ""
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr ""
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, c-format
+msgid "group %s does not exist - using root\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.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr ""
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, c-format
+msgid "cannot create %s %s\n"
+msgstr ""
+
+#: lib/psm.c:661
+#, c-format
+msgid "cannot write to %s\n"
+msgstr ""
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr ""
+
+#: lib/psm.c:733
+msgid "source package contains no .spec file\n"
+msgstr ""
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr ""
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr ""
+
+#: lib/psm.c:998
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr ""
+
+#: lib/query.c:161
#, c-format
msgid "incorrect format: %s\n"
msgstr ""
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr ""
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr ""
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr ""
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
msgid "package has neither file owner or id lists\n"
msgstr ""
-#: lib/query.c:418
+#: lib/query.c:428
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr ""
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr ""
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
-#: lib/query.c:624
+#: lib/query.c:637
msgid "no packages\n"
msgstr ""
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr ""
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr ""
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr ""
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr ""
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr ""
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr ""
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr ""
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr ""
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr ""
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr ""
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr ""
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, c-format
msgid "cannot open %s index\n"
msgstr ""
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr ""
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr ""
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
msgid "no dbpath has been set\n"
msgstr ""
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr ""
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr ""
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, c-format
msgid "cannot add record originally at %d\n"
msgstr ""
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
msgid "Preparing packages for installation..."
msgstr ""
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr ""
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr ""
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr ""
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr ""
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr ""
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr ""
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, c-format
msgid "cannot open file %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr ""
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, c-format
msgid "cannot open Packages database in %s\n"
msgstr ""
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr ""
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr ""
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr ""
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr ""
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr ""
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr ""
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, c-format
msgid "cannot open %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr ""
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr ""
+
+#: lib/scriptlet.c:236
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr ""
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr ""
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr ""
-#: lib/signature.c:162
+#: lib/signature.c:176
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr ""
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
-msgstr ""
-
-#: lib/signature.c:212
+#: lib/signature.c:230
#, c-format
-msgid "Signature pad : %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:274
+#: lib/signature.c:289
#, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr ""
-#: lib/signature.c:285
+#: lib/signature.c:300
msgid "pgp failed\n"
msgstr ""
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
msgid "pgp failed to write signature\n"
msgstr ""
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
msgid "unable to read the signature\n"
msgstr ""
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
msgid "Couldn't exec gpg\n"
msgstr ""
-#: lib/signature.c:362
+#: lib/signature.c:377
msgid "gpg failed\n"
msgstr ""
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
msgid "gpg failed to write signature\n"
msgstr ""
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
msgid "Generating signature using PGP.\n"
msgstr ""
-#: lib/signature.c:423
+#: lib/signature.c:439
msgid "Generating signature using GPG.\n"
msgstr ""
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
-#: lib/signature.c:635
+#: lib/signature.c:653
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
-#: lib/signature.c:723
+#: lib/signature.c:741
msgid "Couldn't exec pgp\n"
msgstr ""
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr ""
-#: lib/signature.c:772
+#: lib/signature.c:790
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr ""
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, c-format
msgid "%5d exclude %s\n"
msgstr ""
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, c-format
msgid "%5d relocate %s -> %s\n"
msgstr ""
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, c-format
msgid "excluding multilib path %s%s\n"
msgstr ""
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, c-format
msgid "excluding %s %s\n"
msgstr ""
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, c-format
msgid "relocating directory %s to %s\n"
msgstr ""
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr ""
-
-#: lib/uninstall.c:78
-#, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:88
-#, c-format
-msgid "removal of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr ""
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr ""
-#: lib/verify.c:65
+#: lib/verify.c:63
msgid "do not execute %verifyscript (if any)"
msgstr ""
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, c-format
msgid "missing %s"
msgstr ""
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr ""
-
-#: rpmio/rpmio.c:540
-msgid "Server I/O error"
-msgstr ""
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr ""
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr ""
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr ""
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr ""
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr ""
-
-#: rpmio/rpmio.c:558
-msgid "I/O error to local file"
-msgstr ""
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr ""
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr ""
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr ""
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr ""
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr ""
+
+#: rpmio/rpmio.c:540
+msgid "Server I/O error"
+msgstr ""
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr ""
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr ""
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr ""
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr ""
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr ""
+
+#: rpmio/rpmio.c:558
+msgid "I/O error to local file"
+msgstr ""
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr ""
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr ""
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr ""
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
msgid "(no error)"
msgstr ""
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr ""
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr ""
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\n"
"PO-Revision-Date: 2000-08-02 13:00+0000\n"
"Last-Translator: Richard Allen <ra@hp.is>\n"
"Language-Team: is <kde-isl@mmedia.is>\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n"
-#: build.c:26
+#: build.c:25
#, fuzzy, c-format
msgid "cannot open rpm database in %s\n"
msgstr "get ekki opnað pakka gagnagrunn í\n"
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr "gat ekki útbúið pakkaskilyrði:\n"
-#: build.c:65
+#: build.c:64
#, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr "Get ekki opnað spec skrána %s: %s\n"
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, fuzzy, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr "Gat ekki opnað pípu í tar: %s\n"
#. Give up
-#: build.c:149
+#: build.c:150
#, fuzzy, c-format
msgid "Failed to read spec file from %s\n"
msgstr "Gat ekki lesið spec skrá frá %s\n"
-#: build.c:177
+#: build.c:178
#, fuzzy, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr "Gat ekki endurnefnt %s sem %s: %s\n"
-#: build.c:216
+#: build.c:217
#, fuzzy, c-format
msgid "failed to stat %s: %m\n"
msgstr "gat ekki búið til %s: %s\n"
-#: build.c:221
+#: build.c:222
#, fuzzy, c-format
msgid "File %s is not a regular file.\n"
msgstr "Skráin er ekki venjuleg skrá: %s\n"
-#: build.c:230
+#: build.c:231
#, fuzzy, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr "Skráin %s virðist ekki vera specskrá.\n"
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr "Þýði fyrir markkerfi: %s\n"
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr "Þýði fyrir markkerfi %s\n"
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr "rpm: %s\n"
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr "RPM útgáfa %s\n"
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
#, fuzzy
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr "Höfundarréttur (C) 1998 - Red Hat Software"
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
#, fuzzy
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr "Þessu má dreyfa frjálst samkvæmt skilmálum GNU GPL"
-#: rpm.c:209
+#: rpm.c:224
msgid "Usage: rpm {--help}"
msgstr "Notkun: rpm {--help}"
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr " rpm {--version}"
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr " rpm {--initdb} [--dbpath <mappa>]"
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
" [--replacepkgs] [--replacefiles] [--root <mappa>]"
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr " [--excludedocs] [--includedocs] [--noscripts]"
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
" [--rcfile <skrá>] [--ignorearch] [--dbpath <mappa>]"
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
" [--prefix <mappa>] [--ignoreos] [--nodeps] "
"[--allfiles]"
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr ""
" [--ftpproxy <þjónn>] [--ftpport <gátt>] [--justdb]"
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr " [--httpproxy <þjónn>] [--httpport <gátt>]"
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
" [--justdb] [--noorder] [--relocate slóð=nýslóð]"
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
" [--badreloc] [--notriggers] [--excludepath <slóð>]"
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr " [--ignoresize] skrá1.rpm ... skráN.rpm"
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr " [--oldpackage] [--root <mappa>] [--noscripts]"
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
" [--excludedocs] [--includedocs] [--rcfile <skrá>]"
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
" [--ignorearch] [--dbpath <mappa>] [--prefix "
"<mappa>] "
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr " [--httpproxy <þjónn>] [--httpport <gátt>]"
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
" [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
" [--badreloc] [--excludepath <slóð>] [--ignoresize]"
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr " skrá1.rpm ... skráN.rpm"
-#: rpm.c:232
+#: rpm.c:247
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:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr " [--scripts] [--root <mappa>] [--rcfile <skrá>]"
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr " [--whatprovides] [--whatrequires] [--requires]"
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
msgid " [--triggeredby]"
msgstr ""
" [--triggeredby] [--ftpport] [--ftpproxy <þjónn>]"
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
" [--ftpport <gátt>] [--provides] [--triggers] [--dump]"
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr " [--changelog] [--dbpath <mappa>] [targets]"
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr " rpm {--verify -V -y} [-afpg] [--root <mappa>] [--rcfile <skrá>]"
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
" [--dbpath <mappa>] [--nodeps] [--nofiles] "
"[--noscripts]"
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr " [--nomd5] [targets]"
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr " rpm {--setperms} [-afpg] [target]"
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr " rpm {--setugids} [-afpg] [target]"
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr " rpm {--freshen -F} skrá1.rpm ... skráN.rpm"
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
" rpm {--erase -e} [--root <mappa>] [--noscripts] [--rcfile <skrá>]"
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr " [--dbpath <mappa>] [--nodeps] [--allmatches]"
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr " [--justdb] [--notriggers] pakki1 ... pakkiN"
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--resign} [--rcfile <skrá>] pakki1 pakki2 ... pakkiN"
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--addsign} [--rcfile <skrá>] pakki1 pakki2 ... pakkiN"
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <skrá>]"
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr " pakki1 ... pakkiN"
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr " rpm {--rebuilddb} [--rcfile <skrá>] [--dbpath <mappa>]"
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr " rpm {--querytags}"
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
msgid "Usage:"
msgstr "Notkun:"
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr "prenta þessi skilaboð"
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr "prenta útgáfunúmer rpm sem verið er að nota"
-#: rpm.c:295
+#: rpm.c:310
msgid " All modes support the following arguments:"
msgstr " Allir hamir styðja eftirtalin viðföng:"
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr " --define '<nafn> <gildi>'"
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr "skilgreina fjölva <nafn> með gildinu <gildi>"
-#: rpm.c:298
+#: rpm.c:313
msgid " --eval '<name>+' "
msgstr " --eval '<nafn>+' "
-#: rpm.c:299
+#: rpm.c:314
msgid "print the expansion of macro <name> to stdout"
msgstr "prenta útvíkkun fjölva <nafn> á staðalfrálag"
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr " --pipe <skipun> "
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr "senda frálag í <skipun>"
-#: rpm.c:302
+#: rpm.c:317
msgid " --rcfile <file> "
msgstr " --rcfile <skrá> "
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr "nota <skrá> í stað /etc/rpmrc og $HOME/.rpmrc"
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr "sýna endanlega rpmrc og stillingar fjölva"
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr "vera aðeins ítarlegri"
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr "vera hrikalega ítarlegur (fyrir aflúsun)"
-#: rpm.c:312
+#: rpm.c:327
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr " Innsetningar, uppfærslur og fyrirspurnir (með -p) leyfa notkun URLa"
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr " í stað skráarnafna ásamt eftirfarandi rofum:"
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr " --ftpproxy <þjónn> "
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr "vélarheiti eða IP vistfang ftp sels"
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr " --ftpport <gátt> "
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr "gátt ftp þjónsins eða selsins"
-#: rpm.c:318
+#: rpm.c:333
msgid " --httpproxy <host> "
msgstr " --httpproxy <þjónn> "
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr "vélarheiti eða IP vistfang vefsels"
-#: rpm.c:320
+#: rpm.c:335
msgid " --httpport <port> "
msgstr " --httpport <gátt> "
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr "gátt vefþjónsins eða vefselsins"
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr "fyrirspurnarhamur"
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr " --dbpath <mappa> "
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr ""
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr " --queryformat <qfmt>"
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
msgid "use <qfmt> as the header format (implies --info)"
msgstr ""
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr " --root <mappa> "
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr ""
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr ""
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr "fyrirspurn á alla pakka"
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr " -f <skrá>+ "
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr "fyrirspurn á pakkann sem á <skrá>"
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr " -p <pakkaskrá>+ "
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr "fyrirspurn á (fjarlægðann) package <pakkaskrá>"
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr " --triggeredby <pakki>"
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr ""
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr " --whatprovides <cap>"
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr "fyrirspurn á pakkana sem veita <cap> eiginleika"
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr " --whatrequires <cap>"
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr "fyrirspurn á pakkana sem þarfnast <cap> eiginleika"
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr ""
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr ""
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr ""
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr ""
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr ""
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr ""
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr ""
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
msgstr ""
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr ""
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr ""
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr ""
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
msgstr ""
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr ""
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr ""
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr ""
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr ""
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr " --install <pakkaskrá>"
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr " -i <pakkaskrá> "
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr "setja inn pakka"
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr " --excludepath <slóð>"
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr " --relocate <gömulslóð>=<nýslóð>"
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr ""
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
msgid "relocate files in non-relocateable package"
msgstr ""
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr " --prefix <mappa> "
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr ""
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr ""
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr ""
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr ""
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr ""
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr ""
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr ""
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr ""
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr ""
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr ""
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr ""
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr ""
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr ""
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr ""
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr ""
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr ""
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
msgstr ""
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr ""
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
msgstr ""
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr ""
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr ""
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr ""
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr ""
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr ""
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr ""
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr ""
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr ""
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr ""
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr ""
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr ""
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr ""
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr ""
-#: rpm.c:486
+#: rpm.c:501
msgid "remove spec file when done"
msgstr ""
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr ""
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr ""
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr ""
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr ""
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr ""
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr ""
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
msgstr ""
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr ""
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr ""
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr ""
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr ""
-#: rpm.c:508
+#: rpm.c:523
msgid " --checksig <pkg>+"
msgstr " --checksig <pakki>+"
-#: rpm.c:509
+#: rpm.c:524
msgid " -K <pkg>+ "
msgstr " -K <pakki>+ "
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr ""
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr ""
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr ""
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr ""
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr ""
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr ""
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr ""
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr ""
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr ""
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr ""
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr ""
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr ""
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr ""
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr ""
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr ""
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr ""
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr ""
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr ""
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr ""
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr ""
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr ""
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr ""
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr ""
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr ""
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr ""
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr ""
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr ""
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr ""
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr ""
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr ""
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr ""
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr ""
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr ""
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"recompilation, installation,erasure, and verification"
msgstr ""
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr ""
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
msgstr ""
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr ""
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr ""
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr ""
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr ""
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr ""
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr ""
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr ""
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr ""
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr ""
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr ""
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr ""
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr ""
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr ""
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr ""
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr ""
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr ""
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr ""
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr ""
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr ""
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr ""
msgid "cannot re-open payload: %s\n"
msgstr ""
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
#, fuzzy
msgid "'<name> <body>'"
msgstr " --define '<nafn> <gildi>'"
-#: rpmqv.c:159
+#: rpmqv.c:138
#, fuzzy
msgid "print macro expansion of <expr>+"
msgstr "prenta útvíkkun fjölva <nafn> á staðalfrálag"
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
msgid "rebuild database inverted lists from installed package headers"
msgstr ""
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
-msgid "<package>"
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
msgstr ""
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:234
+#, fuzzy
+msgid "<package>+"
+msgstr " -p <pakkaskrá>+ "
+
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
-msgid "upgrade package if already installed"
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
+msgid "upgrade package(s) if already installed"
msgstr ""
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
#, fuzzy
msgid "<packagefile>+"
msgstr " -p <pakkaskrá>+ "
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
msgid "do not execute scripts (if any)"
msgstr ""
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
msgid "don't execute any scriptlets triggered by this package"
msgstr ""
-#: rpmqv.c:313
+#: rpmqv.c:279
+msgid "relocate files from path <old> to <new>"
+msgstr ""
+
+#: rpmqv.c:280
#, fuzzy
-msgid "<oldpath>=<newpath>"
+msgid "<old>=<new>"
msgstr " --relocate <gömulslóð>=<nýslóð>"
-#: rpmqv.c:324
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
+msgstr ""
+
+#: rpmqv.c:291
#, fuzzy
-msgid "upgrade package"
+msgid "upgrade package(s)"
msgstr "fyrirspurn á alla pakka"
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
-msgid "Common options for all rpm modes:"
-msgstr ""
-
-#: rpmqv.c:413
-#, c-format
-msgid "Usage: %s {--help}\n"
-msgstr ""
-
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:418
-#, fuzzy, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr " rpm {--rebuilddb} [--rcfile <skrá>] [--dbpath <mappa>]"
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-#, fuzzy
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-" [--rcfile <skrá>] [--ignorearch] [--dbpath <mappa>]"
-
-#: rpmqv.c:434
-#, fuzzy
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-" [--excludedocs] [--includedocs] [--rcfile <skrá>]"
-
-#: rpmqv.c:442
-#, fuzzy, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
msgstr ""
-" rpm {--erase -e} [--root <mappa>] [--noscripts] [--rcfile <skrá>]"
-
-#: rpmqv.c:449
-#, fuzzy
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr " [--scripts] [--root <mappa>] [--rcfile <skrá>]"
-
-#: rpmqv.c:456
-#, fuzzy, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr " rpm {--verify -V -y} [-afpg] [--root <mappa>] [--rcfile <skrá>]"
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
+#: rpmqv.c:343
+msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:461
+#: rpmqv.c:377
#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:465
-#, fuzzy, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
-msgstr " rpm {--resign} [--rcfile <skrá>] pakki1 pakki2 ... pakkiN"
-
-#: rpmqv.c:466
-#, fuzzy, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
-msgstr " rpm {--addsign} [--rcfile <skrá>] pakki1 pakki2 ... pakkiN"
-
-#: rpmqv.c:467
-#, fuzzy, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
+msgid "Usage: %s {--help}\n"
msgstr ""
-" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <skrá>]"
-#: rpmqv.c:511
+#: rpmqv.c:448
msgid " All modes support the following options:"
msgstr ""
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
#, fuzzy
msgid " --eval '<expr>+' "
msgstr " --eval '<nafn>+' "
-#: rpmqv.c:515
+#: rpmqv.c:452
#, fuzzy
msgid "print the expansion of macro <expr> to stdout"
msgstr "prenta útvíkkun fjölva <nafn> á staðalfrálag"
-#: rpmqv.c:516
+#: rpmqv.c:453
msgid " --pipe <cmd> "
msgstr ""
-#: rpmqv.c:518
+#: rpmqv.c:455
#, fuzzy
msgid " --rcfile <file:...> "
msgstr " --rcfile <skrá> "
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
msgid " --dbpath <dir> "
msgstr ""
-#: rpmqv.c:525
+#: rpmqv.c:462
msgid " --root <dir> "
msgstr ""
-#: rpmqv.c:535
+#: rpmqv.c:472
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
-#: rpmqv.c:536
+#: rpmqv.c:473
msgid " of file names as well as the following options:"
msgstr ""
-#: rpmqv.c:537
+#: rpmqv.c:474
msgid " --ftpproxy <host> "
msgstr ""
-#: rpmqv.c:539
+#: rpmqv.c:476
msgid " --ftpport <port> "
msgstr ""
-#: rpmqv.c:541
+#: rpmqv.c:478
msgid " --httpproxy <host> "
msgstr ""
-#: rpmqv.c:543
+#: rpmqv.c:480
msgid " --httpport <port> "
msgstr ""
-#: rpmqv.c:549
+#: rpmqv.c:486
msgid " Package specification options:"
msgstr ""
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
msgid "query/verify all packages"
msgstr ""
-#: rpmqv.c:552
+#: rpmqv.c:489
msgid " -f <file>+ "
msgstr " -f <skrá>+ "
-#: rpmqv.c:553
+#: rpmqv.c:490
msgid "query/verify package owning <file>"
msgstr ""
-#: rpmqv.c:554
+#: rpmqv.c:491
msgid " -p <packagefile>+ "
msgstr " -p <pakkaskrá>+ "
-#: rpmqv.c:555
+#: rpmqv.c:492
msgid "query/verify (uninstalled) package <packagefile>"
msgstr ""
-#: rpmqv.c:556
+#: rpmqv.c:493
msgid " --triggeredby <pkg> "
msgstr ""
-#: rpmqv.c:557
+#: rpmqv.c:494
msgid "query/verify packages triggered by <pkg>"
msgstr ""
-#: rpmqv.c:558
+#: rpmqv.c:495
msgid " --whatprovides <cap> "
msgstr ""
-#: rpmqv.c:559
+#: rpmqv.c:496
msgid "query/verify packages which provide <cap> capability"
msgstr ""
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr ""
-#: rpmqv.c:561
+#: rpmqv.c:498
msgid "query/verify packages which require <cap> capability"
msgstr ""
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
msgid " Information selection options:"
msgstr ""
-#: rpmqv.c:584
+#: rpmqv.c:521
msgid "list capabilities provided by package"
msgstr ""
-#: rpmqv.c:586
+#: rpmqv.c:523
msgid "list capabilities required by package"
msgstr ""
-#: rpmqv.c:588
+#: rpmqv.c:525
msgid "print the various [un]install scriptlets"
msgstr ""
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
msgid " --install <packagefile>"
msgstr ""
-#: rpmqv.c:617
+#: rpmqv.c:554
msgid " -i <packagefile> "
msgstr ""
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr ""
-#: rpmqv.c:647
+#: rpmqv.c:584
msgid "don't execute any installation scriptlets"
msgstr ""
-#: rpmqv.c:652
+#: rpmqv.c:589
msgid " --prefix <dir> "
msgstr ""
-#: rpmqv.c:654
+#: rpmqv.c:591
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpmqv.c:663
+#: rpmqv.c:600
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpmqv.c:664
+#: rpmqv.c:601
msgid " -U <packagefile> "
msgstr ""
-#: rpmqv.c:669
+#: rpmqv.c:606
msgid " --erase <package>"
msgstr ""
-#: rpmqv.c:688
+#: rpmqv.c:625
msgid " --resign <pkg>+ "
msgstr ""
-#: rpmqv.c:690
+#: rpmqv.c:627
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpmqv.c:693
+#: rpmqv.c:630
msgid " --checksig <pkg>+"
msgstr ""
-#: rpmqv.c:694
+#: rpmqv.c:631
msgid " -K <pkg>+ "
msgstr " -K <pakki>+ "
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
msgid "rebuild database indices from existing database headers"
msgstr ""
-#: rpmqv.c:996
+#: rpmqv.c:928
#, fuzzy
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr " --rcfile <skrá> "
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr ""
-#: rpmqv.c:1158
+#: rpmqv.c:1086
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr ""
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr ""
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr ""
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr ""
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
#, fuzzy
msgid "Unable to open temp file.\n"
msgstr "Get ekki opnað spec skrána %s: %s\n"
msgid "syntax error in expression\n"
msgstr ""
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, c-format
msgid "Missing '(' in %s %s\n"
msgstr ""
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, c-format
msgid "Missing ')' in %s(%s\n"
msgstr ""
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, fuzzy, c-format
msgid "Invalid %s token: %s\n"
msgstr "gat ekki opnað %s: %s\n"
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr ""
-#: build/files.c:427
+#: build/files.c:429
#, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:439
+#: build/files.c:441
#, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, fuzzy, c-format
msgid "Two files on one line: %s\n"
msgstr "gat ekki opnað %s: %s\n"
-#: build/files.c:771
+#: build/files.c:773
#, c-format
msgid "File must begin with \"/\": %s\n"
msgstr ""
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
-#: build/files.c:949
+#: build/files.c:952
#, fuzzy, c-format
msgid "File listed twice: %s\n"
msgstr "Skrá %s: %s"
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr ""
-#: build/files.c:1165
+#: build/files.c:1239
#, fuzzy, c-format
msgid "File not found: %s\n"
msgstr "gat ekki opnað %s: %s\n"
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1297
+#: build/files.c:1371
#, c-format
msgid "File needs leading \"/\": %s\n"
msgstr ""
-#: build/files.c:1327
+#: build/files.c:1401
#, c-format
msgid "File not found by glob: %s\n"
msgstr ""
-#: build/files.c:1382
+#: build/files.c:1455
#, fuzzy
msgid "Could not open %%files file %s: %s\n"
msgstr "Get ekki opnað spec skrána %s: %s\n"
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, fuzzy, c-format
msgid "line: %s\n"
msgstr "Skrá %s: %s"
-#: build/files.c:1720
+#: build/files.c:1791
#, fuzzy, c-format
msgid "Bad file: %s: %s\n"
msgstr "Skrá %s: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, fuzzy, c-format
msgid "Couldn't exec %s: %s\n"
msgstr "gat ekki búið til %s: %s\n"
-#: build/files.c:1794
+#: build/files.c:1864
#, fuzzy, c-format
msgid "Couldn't fork %s: %s\n"
msgstr "gat ekki opnað %s: %s\n"
-#: build/files.c:1876
+#: build/files.c:1946
#, c-format
msgid "%s failed\n"
msgstr ""
-#: build/files.c:1880
+#: build/files.c:1950
#, fuzzy, c-format
msgid "failed to write all data to %s\n"
msgstr "gat ekki búið til %s: %s\n"
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, fuzzy, c-format
msgid "Failed to find %s:\n"
msgstr "gat ekki opnað %s: %s\n"
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:52
+#: build/pack.c:61
#, fuzzy, c-format
msgid "create archive failed on file %s: %s\n"
msgstr "gat ekki opnað %s: %s\n"
-#: build/pack.c:74
+#: build/pack.c:83
#, c-format
msgid "cpio_copy write failed: %s\n"
msgstr ""
-#: build/pack.c:81
+#: build/pack.c:90
#, c-format
msgid "cpio_copy read failed: %s\n"
msgstr ""
-#: build/pack.c:165
+#: build/pack.c:174
#, fuzzy, c-format
msgid "Could not open PreIn file: %s\n"
msgstr "Get ekki opnað spec skrána %s: %s\n"
-#: build/pack.c:172
+#: build/pack.c:181
#, fuzzy, c-format
msgid "Could not open PreUn file: %s\n"
msgstr "Get ekki opnað spec skrána %s: %s\n"
-#: build/pack.c:179
+#: build/pack.c:188
#, fuzzy, c-format
msgid "Could not open PostIn file: %s\n"
msgstr "Get ekki opnað spec skrána %s: %s\n"
-#: build/pack.c:186
+#: build/pack.c:195
#, fuzzy, c-format
msgid "Could not open PostUn file: %s\n"
msgstr "Get ekki opnað spec skrána %s: %s\n"
-#: build/pack.c:194
+#: build/pack.c:203
#, fuzzy, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr "Get ekki opnað spec skrána %s: %s\n"
-#: build/pack.c:209
+#: build/pack.c:218
#, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr ""
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr ""
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr ""
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr ""
-#: build/pack.c:433
+#: build/pack.c:447
#, c-format
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "Get ekki opnað spec skrána %s: %s\n"
-#: build/pack.c:485
+#: build/pack.c:499
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr "Get ekki opnað spec skrána %s: %s\n"
-#: build/pack.c:495
+#: build/pack.c:509
#, fuzzy, c-format
msgid "Unable to read header from %s: %s\n"
msgstr "Get ekki opnað spec skrána %s: %s\n"
-#: build/pack.c:509
+#: build/pack.c:523
#, fuzzy, c-format
msgid "Unable to write header to %s: %s\n"
msgstr "Gat ekki endurnefnt %s sem %s: %s\n"
-#: build/pack.c:519
+#: build/pack.c:533
#, fuzzy, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr "Get ekki opnað spec skrána %s: %s\n"
-#: build/pack.c:525
+#: build/pack.c:539
#, fuzzy, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr "Get ekki opnað spec skrána %s: %s\n"
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, c-format
msgid "cannot create %s: %s\n"
msgstr ""
msgid "Package has no %%description: %s\n"
msgstr ""
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, c-format
msgid "line %d: Bad number: %s\n"
msgstr ""
-#: build/spec.c:234
+#: build/spec.c:222
#, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr ""
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr ""
-#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
#, c-format
-msgid ""
-"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
-"\tA %s\tB %s\n"
+msgid "db%d error(%d) from %s: %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
#, c-format
-msgid " %s A %s\tB %s\n"
+msgid "db%d error(%d): %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/db1.c:387
#, c-format
-msgid "%s: %-45s YES (added files)\n"
+msgid "closed db file %s\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/db1.c:390
#, c-format
-msgid "%s: %-45s YES (added provide)\n"
+msgid "removed db file %s\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/db1.c:421
#, c-format
-msgid "%s: %-45s %-3s (cached)\n"
+msgid "bad db file %s\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/db1.c:426
#, c-format
-msgid "%s: %-45s YES (rpmrc provides)\n"
+msgid "opening db file %s mode 0x%x\n"
msgstr ""
-#: lib/depends.c:1096
-#, c-format
-msgid "%s: %-45s YES (rpmlib provides)\n"
-msgstr ""
+#. XXX check errno validity
+#: lib/db1.c:449
+#, fuzzy, c-format
+msgid "cannot get %s lock on database\n"
+msgstr "get ekki opnað pakka gagnagrunn í\n"
-#: lib/depends.c:1118
-#, c-format
-msgid "%s: %-45s YES (db files)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
msgstr ""
-#: lib/depends.c:1131
-#, c-format
-msgid "%s: %-45s YES (db provides)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
msgstr ""
-#: lib/depends.c:1145
+#: lib/db2.c:145 lib/db3.c:130
#, c-format
-msgid "%s: %-45s YES (db package)\n"
+msgid "closed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1161
+#: lib/db2.c:161 lib/db3.c:146
#, c-format
-msgid "%s: %-45s NO\n"
+msgid "removed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/db2.c:198 lib/db3.c:183
#, c-format
-msgid "%s: (%s, %s) added to Depends cache.\n"
+msgid "opening db environment %s/%s %s\n"
msgstr ""
-#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/db2.c:588 lib/db3.c:569
#, c-format
-msgid "package %s-%s-%s require not satisfied: %s\n"
+msgid "closed db index %s/%s\n"
msgstr ""
-#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/db2.c:678 lib/db3.c:659
#, c-format
-msgid "package %s conflicts: %s\n"
+msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: lib/depends.c:1523
+#: lib/db2.c:784 lib/db3.c:764
#, c-format
-msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
-msgstr ""
-
-#. Record all relations.
-#: lib/depends.c:1662
-msgid "========== recording tsort relations\n"
-msgstr ""
-
-#. T4. Scan for zeroes.
-#: lib/depends.c:1709
-msgid "========== tsorting packages\n"
-msgstr ""
-
-#: lib/depends.c:1754
-msgid "========== successors only (presentation order)\n"
+msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: lib/depends.c:1803
-msgid "LOOP:\n"
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
msgstr ""
-#: lib/depends.c:1834
-msgid "========== continuing tsort ...\n"
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/dbconfig.c:287
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
+#: lib/dbconfig.c:296
#, c-format
-msgid "db%d error(%d): %s\n"
+msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: lib/db1.c:387
+#: lib/dbconfig.c:305
#, c-format
-msgid "closed db file %s\n"
+msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
-#: lib/db1.c:390
+#. XXX legacy epoch-less requires/conflicts compatibility
+#: lib/depends.c:565
#, c-format
-msgid "removed db file %s\n"
+msgid ""
+"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
+"\tA %s\tB %s\n"
msgstr ""
-#: lib/db1.c:421
+#: lib/depends.c:594
#, c-format
-msgid "bad db file %s\n"
+msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/db1.c:426
+#: lib/depends.c:962
#, c-format
-msgid "opening db file %s mode 0x%x\n"
+msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#. XXX check errno validity
-#: lib/db1.c:449
-#, fuzzy, c-format
-msgid "cannot get %s lock on database\n"
-msgstr "get ekki opnað pakka gagnagrunn í\n"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
+#: lib/depends.c:1021
+#, c-format
+msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
+#: lib/depends.c:1073
+#, c-format
+msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/db2.c:141
+#: lib/depends.c:1092
#, c-format
-msgid "closed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/db2.c:153
+#: lib/depends.c:1109
#, c-format
-msgid "removed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr ""
-#: lib/db2.c:190
+#: lib/depends.c:1131
#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
+msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/db2.c:565
+#: lib/depends.c:1144
#, c-format
-msgid "closed db index %s/%s(%s)\n"
+msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/db2.c:643
+#: lib/depends.c:1158
#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
+msgid "%s: %-45s YES (db package)\n"
msgstr ""
-#: lib/db3.c:268
+#: lib/depends.c:1174
#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
+msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/db3.c:297
+#: lib/depends.c:1195
#, c-format
-msgid "%s has invalid numeric value, skipped\n"
+msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr ""
-#: lib/db3.c:306
+#. requirements are not satisfied.
+#: lib/depends.c:1256
#, c-format
-msgid "%s has too large or too small long value, skipped\n"
+msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr ""
-#: lib/db3.c:315
+#. conflicts exist.
+#: lib/depends.c:1323
#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
+msgid "package %s conflicts: %s\n"
msgstr ""
-#: lib/db3.c:484
+#: lib/depends.c:1539
#, c-format
-msgid "closed db environment %s/%s\n"
+msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr ""
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
+#. Record all relations.
+#: lib/depends.c:1678
+msgid "========== recording tsort relations\n"
msgstr ""
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
+#. T4. Scan for zeroes.
+#: lib/depends.c:1725
+msgid "========== tsorting packages\n"
msgstr ""
-#: lib/db3.c:1013
-#, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
+#: lib/depends.c:1770
+msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/db3.c:1118
-#, c-format
-msgid "cannot get %s lock on %s/%s\n"
+#: lib/depends.c:1819
+msgid "LOOP:\n"
msgstr ""
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
+#: lib/depends.c:1850
+msgid "========== continuing tsort ...\n"
msgstr ""
#: lib/falloc.c:141
msgstr ""
#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
msgid "(not a number)"
msgstr ""
msgid "file %s is on an unknown device\n"
msgstr ""
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
+msgstr ""
+
+#: lib/fsm.c:274
+#, fuzzy, c-format
+msgid "%9d %s\n"
+msgstr "Skrá %s: %s"
+
+#: lib/fsm.c:1042
+#, c-format
+msgid "%s directory created with perms %04o.\n"
+msgstr ""
+
+#: lib/fsm.c:1344 lib/fsm.c:1461
+#, fuzzy, c-format
+msgid "%s saved as %s\n"
+msgstr "gat ekki búið til %s: %s\n"
+
+#: lib/fsm.c:1486
+#, c-format
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr ""
+
+#: lib/fsm.c:1491
+#, fuzzy, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr "Get ekki opnað spec skrána %s: %s\n"
+
+#: lib/fsm.c:1500
+#, fuzzy, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr "Get ekki opnað spec skrána %s: %s\n"
+
+#: lib/fsm.c:1517
+#, fuzzy, c-format
+msgid "%s created as %s\n"
+msgstr "gat ekki búið til %s: %s\n"
+
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr ""
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr ""
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, c-format
-msgid "group %s does not exist - using root\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
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr ""
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr ""
-
-#: lib/install.c:721
-#, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr ""
-
-#: lib/install.c:728 lib/install.c:759
-#, fuzzy, c-format
-msgid "cannot write to %s\n"
-msgstr "get ekki opnað pakka gagnagrunn í\n"
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, fuzzy, c-format
-msgid "cannot create specdir %s\n"
-msgstr "gat ekki búið til %s: %s\n"
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr ""
-
-#: lib/install.c:796 lib/install.c:825
-#, fuzzy
-msgid "source package contains no .spec file\n"
-msgstr "fyrirspurn á pakkann sem á <skrá>"
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, fuzzy, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr "Get ekki opnað spec skrána %s: %s\n"
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr ""
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/install.c:1069
-#, fuzzy, c-format
-msgid "%s created as %s\n"
-msgstr "gat ekki búið til %s: %s\n"
-
-#: lib/install.c:1105
-#, fuzzy, c-format
-msgid "%s saved as %s\n"
-msgstr "gat ekki búið til %s: %s\n"
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, c-format
msgid "error creating temporary file %s\n"
msgstr ""
-#: lib/package.c:88
+#: lib/package.c:119
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
-#: lib/package.c:143
+#: lib/package.c:179
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, fuzzy, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr "Gat ekki lesið spec skrá frá %s\n"
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr ""
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr ""
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, c-format
msgid "verify %files section from <specfile>"
msgstr ""
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
msgid "build source and binary packages from <specfile>"
msgstr ""
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
#, fuzzy
msgid "build binary package only from <specfile>"
msgstr "fyrirspurn á pakkann sem á <skrá>"
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
msgid "build source package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr ""
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, c-format
msgid "verify %files section from <tarball>"
msgstr ""
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
msgid "build source and binary packages from <tarball>"
msgstr ""
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
msgid "build binary package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
msgid "build source package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
msgid "build binary package from <source package>"
msgstr ""
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
msgid "<source package>"
msgstr ""
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr ""
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr ""
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+msgid "debug file state machine"
+msgstr ""
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr ""
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr ""
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, c-format
+msgid "group %s does not exist - using root\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.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr ""
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, fuzzy, c-format
+msgid "cannot create %s %s\n"
+msgstr "gat ekki búið til %s: %s\n"
+
+#: lib/psm.c:661
+#, fuzzy, c-format
+msgid "cannot write to %s\n"
+msgstr "get ekki opnað pakka gagnagrunn í\n"
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr ""
+
+#: lib/psm.c:733
+#, fuzzy
+msgid "source package contains no .spec file\n"
+msgstr "fyrirspurn á pakkann sem á <skrá>"
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr ""
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr ""
+
+#: lib/psm.c:998
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr ""
+
+#: lib/query.c:161
#, c-format
msgid "incorrect format: %s\n"
msgstr ""
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr ""
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr ""
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr ""
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
msgid "package has neither file owner or id lists\n"
msgstr ""
-#: lib/query.c:418
+#: lib/query.c:428
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr ""
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr ""
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
-#: lib/query.c:624
+#: lib/query.c:637
msgid "no packages\n"
msgstr ""
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr ""
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr ""
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr ""
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr ""
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr ""
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr ""
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr ""
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr ""
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr ""
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr ""
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, fuzzy, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr "get ekki opnað index í %s"
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, fuzzy, c-format
msgid "cannot open %s index\n"
msgstr "get ekki opnað index í %s"
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr ""
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr ""
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
msgid "no dbpath has been set\n"
msgstr ""
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr ""
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr ""
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, c-format
msgid "cannot add record originally at %d\n"
msgstr ""
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
msgid "Preparing packages for installation..."
msgstr ""
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr ""
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr ""
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr ""
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr ""
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr ""
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr ""
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, c-format
msgid "cannot open file %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr ""
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, c-format
msgid "cannot open Packages database in %s\n"
msgstr "get ekki opnað pakka gagnagrunn í\n"
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr ""
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr ""
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr ""
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr ""
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr "get ekki opnað %s/packages.rpm\n"
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr ""
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, c-format
msgid "cannot open %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr ""
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr ""
+
+#: lib/scriptlet.c:236
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr ""
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr ""
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr ""
-#: lib/signature.c:162
+#: lib/signature.c:176
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr ""
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
-msgstr ""
-
-#: lib/signature.c:212
+#: lib/signature.c:230
#, c-format
-msgid "Signature pad : %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:274
+#: lib/signature.c:289
#, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr ""
-#: lib/signature.c:285
+#: lib/signature.c:300
msgid "pgp failed\n"
msgstr ""
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
msgid "pgp failed to write signature\n"
msgstr ""
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
msgid "unable to read the signature\n"
msgstr ""
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
msgid "Couldn't exec gpg\n"
msgstr ""
-#: lib/signature.c:362
+#: lib/signature.c:377
msgid "gpg failed\n"
msgstr ""
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
msgid "gpg failed to write signature\n"
msgstr ""
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
msgid "Generating signature using PGP.\n"
msgstr ""
-#: lib/signature.c:423
+#: lib/signature.c:439
msgid "Generating signature using GPG.\n"
msgstr ""
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
-#: lib/signature.c:635
+#: lib/signature.c:653
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
-#: lib/signature.c:723
+#: lib/signature.c:741
msgid "Couldn't exec pgp\n"
msgstr ""
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr ""
-#: lib/signature.c:772
+#: lib/signature.c:790
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr ""
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, c-format
msgid "%5d exclude %s\n"
msgstr ""
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, fuzzy, c-format
msgid "%5d relocate %s -> %s\n"
msgstr "gat ekki búið til %s: %s\n"
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, c-format
msgid "excluding multilib path %s%s\n"
msgstr ""
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, c-format
msgid "excluding %s %s\n"
msgstr ""
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, c-format
msgid "relocating directory %s to %s\n"
msgstr ""
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr ""
-
-#: lib/uninstall.c:78
-#, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:88
-#, c-format
-msgid "removal of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr ""
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr ""
-#: lib/verify.c:65
+#: lib/verify.c:63
msgid "do not execute %verifyscript (if any)"
msgstr ""
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, c-format
msgid "missing %s"
msgstr ""
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr ""
-
-#: rpmio/rpmio.c:540
-msgid "Server I/O error"
-msgstr ""
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr ""
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr ""
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr ""
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr ""
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr ""
-
-#: rpmio/rpmio.c:558
-msgid "I/O error to local file"
-msgstr ""
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr ""
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr ""
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr "Óþekkt eða óvænt villa"
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr "Skráin %s er minni en %d bæti"
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr ""
+
+#: rpmio/rpmio.c:540
+msgid "Server I/O error"
+msgstr ""
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr ""
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr ""
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr ""
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr ""
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr ""
+
+#: rpmio/rpmio.c:558
+msgid "I/O error to local file"
+msgstr ""
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr ""
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr ""
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr "Óþekkt eða óvænt villa"
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
msgid "(no error)"
msgstr ""
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr "banvæn villa: "
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr "villa: "
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr "aðvörun: "
msgstr "gat ekki búið til %s: %s\n"
#, fuzzy
+#~ msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
+#~ msgstr " rpm {--rebuilddb} [--rcfile <skrá>] [--dbpath <mappa>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
+#~ msgstr ""
+#~ " [--rcfile <skrá>] [--ignorearch] [--dbpath <mappa>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <skrá>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--erase -e} [--root <mappa>] [--noscripts] [--rcfile <skrá>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--scripts] [--root <dir>] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--scripts] [--root <mappa>] [--rcfile <skrá>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--verify -V -y} [-afpg] [--root <mappa>] [--rcfile <skrá>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#~ msgstr " rpm {--resign} [--rcfile <skrá>] pakki1 pakki2 ... pakkiN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#~ msgstr " rpm {--addsign} [--rcfile <skrá>] pakki1 pakki2 ... pakkiN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
+#~ "<file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <skrá>]"
+
+#, fuzzy
#~ msgid ""
#~ " [--macros <file:...>] [--ignorearch] [--dbpath <dir>]"
#~ msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\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"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"
-#: build.c:26
+#: build.c:25
#, c-format
msgid "cannot open rpm database in %s\n"
msgstr ""
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr ""
-#: build.c:65
+#: build.c:64
#, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr ""
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr ""
#. Give up
-#: build.c:149
+#: build.c:150
#, c-format
msgid "Failed to read spec file from %s\n"
msgstr ""
-#: build.c:177
+#: build.c:178
#, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr ""
-#: build.c:216
+#: build.c:217
#, c-format
msgid "failed to stat %s: %m\n"
msgstr ""
-#: build.c:221
+#: build.c:222
#, c-format
msgid "File %s is not a regular file.\n"
msgstr ""
-#: build.c:230
+#: build.c:231
#, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr ""
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr ""
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr ""
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr ""
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr ""
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr ""
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr ""
-#: rpm.c:209
+#: rpm.c:224
msgid "Usage: rpm {--help}"
msgstr ""
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr ""
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr ""
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr ""
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr ""
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr ""
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr ""
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:232
+#: rpm.c:247
msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
msgstr ""
-#: rpm.c:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
msgid " [--triggeredby]"
msgstr ""
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr ""
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr ""
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr ""
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr ""
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr ""
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr ""
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr ""
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr ""
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
msgid "Usage:"
msgstr ""
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr ""
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr ""
-#: rpm.c:295
+#: rpm.c:310
msgid " All modes support the following arguments:"
msgstr ""
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
msgid " --eval '<name>+' "
msgstr ""
-#: rpm.c:299
+#: rpm.c:314
msgid "print the expansion of macro <name> to stdout"
msgstr ""
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr ""
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr ""
-#: rpm.c:302
+#: rpm.c:317
msgid " --rcfile <file> "
msgstr ""
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr ""
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr ""
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr ""
-#: rpm.c:312
+#: rpm.c:327
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr ""
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr ""
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr ""
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr ""
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr ""
-#: rpm.c:318
+#: rpm.c:333
msgid " --httpproxy <host> "
msgstr ""
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr ""
-#: rpm.c:320
+#: rpm.c:335
msgid " --httpport <port> "
msgstr ""
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr ""
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr ""
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr ""
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr ""
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
msgid "use <qfmt> as the header format (implies --info)"
msgstr ""
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr ""
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr ""
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr ""
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr ""
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr ""
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr ""
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr ""
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr ""
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr ""
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr ""
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr ""
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr ""
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr ""
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr ""
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr ""
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr ""
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr ""
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr ""
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr ""
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
msgstr ""
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr ""
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr ""
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr ""
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
msgstr ""
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr ""
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr ""
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr ""
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr ""
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr ""
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr ""
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr ""
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr ""
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr ""
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
msgid "relocate files in non-relocateable package"
msgstr ""
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr ""
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr ""
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr ""
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr ""
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr ""
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr ""
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr ""
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr ""
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr ""
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr ""
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr ""
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr ""
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr ""
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr ""
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr ""
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr ""
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr ""
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
msgstr ""
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr ""
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
msgstr ""
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr ""
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr ""
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr ""
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr ""
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr ""
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr ""
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr ""
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr ""
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr ""
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr ""
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr ""
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr ""
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr ""
-#: rpm.c:486
+#: rpm.c:501
msgid "remove spec file when done"
msgstr ""
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr ""
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr ""
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr ""
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr ""
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr ""
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr ""
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
msgstr ""
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr ""
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr ""
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr ""
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr ""
-#: rpm.c:508
+#: rpm.c:523
msgid " --checksig <pkg>+"
msgstr ""
-#: rpm.c:509
+#: rpm.c:524
msgid " -K <pkg>+ "
msgstr ""
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr ""
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr ""
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr ""
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr ""
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr ""
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr ""
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr ""
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr ""
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr ""
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr ""
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr ""
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr ""
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr ""
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr ""
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr ""
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr ""
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr ""
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr ""
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr ""
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr ""
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr ""
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr ""
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr ""
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr ""
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr ""
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr ""
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr ""
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr ""
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr ""
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr ""
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr ""
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr ""
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr ""
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"recompilation, installation,erasure, and verification"
msgstr ""
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr ""
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
msgstr ""
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr ""
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr ""
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr ""
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr ""
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr ""
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr ""
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr ""
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr ""
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr ""
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr ""
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr ""
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr ""
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr ""
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr ""
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr ""
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr ""
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr ""
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr ""
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr ""
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr ""
msgid "cannot re-open payload: %s\n"
msgstr ""
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
msgid "print macro expansion of <expr>+"
msgstr ""
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
msgid "rebuild database inverted lists from installed package headers"
msgstr ""
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
-msgid "<package>"
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
msgstr ""
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:234
+msgid "<package>+"
+msgstr ""
+
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
-msgid "upgrade package if already installed"
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
+msgid "upgrade package(s) if already installed"
msgstr ""
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
msgid "<packagefile>+"
msgstr ""
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
msgid "do not execute scripts (if any)"
msgstr ""
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
msgid "don't execute any scriptlets triggered by this package"
msgstr ""
-#: rpmqv.c:313
-msgid "<oldpath>=<newpath>"
+#: rpmqv.c:279
+msgid "relocate files from path <old> to <new>"
+msgstr ""
+
+#: rpmqv.c:280
+msgid "<old>=<new>"
+msgstr ""
+
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
msgstr ""
-#: rpmqv.c:324
-msgid "upgrade package"
+#: rpmqv.c:291
+msgid "upgrade package(s)"
msgstr ""
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
-msgid "Common options for all rpm modes:"
-msgstr ""
-
-#: rpmqv.c:413
-#, c-format
-msgid "Usage: %s {--help}\n"
-msgstr ""
-
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:418
-#, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-
-#: rpmqv.c:434
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:442
-#, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:449
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:456
-#, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:461
-#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:465
-#, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
msgstr ""
-#: rpmqv.c:466
-#, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#: rpmqv.c:343
+msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:467
+#: rpmqv.c:377
#, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
+msgid "Usage: %s {--help}\n"
msgstr ""
-#: rpmqv.c:511
+#: rpmqv.c:448
msgid " All modes support the following options:"
msgstr ""
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
msgid " --eval '<expr>+' "
msgstr ""
-#: rpmqv.c:515
+#: rpmqv.c:452
msgid "print the expansion of macro <expr> to stdout"
msgstr ""
-#: rpmqv.c:516
+#: rpmqv.c:453
msgid " --pipe <cmd> "
msgstr ""
-#: rpmqv.c:518
+#: rpmqv.c:455
msgid " --rcfile <file:...> "
msgstr ""
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
msgid " --dbpath <dir> "
msgstr ""
-#: rpmqv.c:525
+#: rpmqv.c:462
msgid " --root <dir> "
msgstr ""
-#: rpmqv.c:535
+#: rpmqv.c:472
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
-#: rpmqv.c:536
+#: rpmqv.c:473
msgid " of file names as well as the following options:"
msgstr ""
-#: rpmqv.c:537
+#: rpmqv.c:474
msgid " --ftpproxy <host> "
msgstr ""
-#: rpmqv.c:539
+#: rpmqv.c:476
msgid " --ftpport <port> "
msgstr ""
-#: rpmqv.c:541
+#: rpmqv.c:478
msgid " --httpproxy <host> "
msgstr ""
-#: rpmqv.c:543
+#: rpmqv.c:480
msgid " --httpport <port> "
msgstr ""
-#: rpmqv.c:549
+#: rpmqv.c:486
msgid " Package specification options:"
msgstr ""
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
msgid "query/verify all packages"
msgstr ""
-#: rpmqv.c:552
+#: rpmqv.c:489
msgid " -f <file>+ "
msgstr ""
-#: rpmqv.c:553
+#: rpmqv.c:490
msgid "query/verify package owning <file>"
msgstr ""
-#: rpmqv.c:554
+#: rpmqv.c:491
msgid " -p <packagefile>+ "
msgstr ""
-#: rpmqv.c:555
+#: rpmqv.c:492
msgid "query/verify (uninstalled) package <packagefile>"
msgstr ""
-#: rpmqv.c:556
+#: rpmqv.c:493
msgid " --triggeredby <pkg> "
msgstr ""
-#: rpmqv.c:557
+#: rpmqv.c:494
msgid "query/verify packages triggered by <pkg>"
msgstr ""
-#: rpmqv.c:558
+#: rpmqv.c:495
msgid " --whatprovides <cap> "
msgstr ""
-#: rpmqv.c:559
+#: rpmqv.c:496
msgid "query/verify packages which provide <cap> capability"
msgstr ""
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr ""
-#: rpmqv.c:561
+#: rpmqv.c:498
msgid "query/verify packages which require <cap> capability"
msgstr ""
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
msgid " Information selection options:"
msgstr ""
-#: rpmqv.c:584
+#: rpmqv.c:521
msgid "list capabilities provided by package"
msgstr ""
-#: rpmqv.c:586
+#: rpmqv.c:523
msgid "list capabilities required by package"
msgstr ""
-#: rpmqv.c:588
+#: rpmqv.c:525
msgid "print the various [un]install scriptlets"
msgstr ""
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
msgid " --install <packagefile>"
msgstr ""
-#: rpmqv.c:617
+#: rpmqv.c:554
msgid " -i <packagefile> "
msgstr ""
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr ""
-#: rpmqv.c:647
+#: rpmqv.c:584
msgid "don't execute any installation scriptlets"
msgstr ""
-#: rpmqv.c:652
+#: rpmqv.c:589
msgid " --prefix <dir> "
msgstr ""
-#: rpmqv.c:654
+#: rpmqv.c:591
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpmqv.c:663
+#: rpmqv.c:600
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpmqv.c:664
+#: rpmqv.c:601
msgid " -U <packagefile> "
msgstr ""
-#: rpmqv.c:669
+#: rpmqv.c:606
msgid " --erase <package>"
msgstr ""
-#: rpmqv.c:688
+#: rpmqv.c:625
msgid " --resign <pkg>+ "
msgstr ""
-#: rpmqv.c:690
+#: rpmqv.c:627
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpmqv.c:693
+#: rpmqv.c:630
msgid " --checksig <pkg>+"
msgstr ""
-#: rpmqv.c:694
+#: rpmqv.c:631
msgid " -K <pkg>+ "
msgstr ""
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
msgid "rebuild database indices from existing database headers"
msgstr ""
-#: rpmqv.c:996
+#: rpmqv.c:928
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr ""
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr ""
-#: rpmqv.c:1158
+#: rpmqv.c:1086
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr ""
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr ""
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr ""
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr ""
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
msgid "Unable to open temp file.\n"
msgstr ""
msgid "syntax error in expression\n"
msgstr ""
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, c-format
msgid "Missing '(' in %s %s\n"
msgstr ""
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, c-format
msgid "Missing ')' in %s(%s\n"
msgstr ""
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, c-format
msgid "Invalid %s token: %s\n"
msgstr ""
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr ""
-#: build/files.c:427
+#: build/files.c:429
#, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:439
+#: build/files.c:441
#, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, c-format
msgid "Two files on one line: %s\n"
msgstr ""
-#: build/files.c:771
+#: build/files.c:773
#, c-format
msgid "File must begin with \"/\": %s\n"
msgstr ""
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
-#: build/files.c:949
+#: build/files.c:952
#, c-format
msgid "File listed twice: %s\n"
msgstr ""
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr ""
-#: build/files.c:1165
+#: build/files.c:1239
#, c-format
msgid "File not found: %s\n"
msgstr ""
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1297
+#: build/files.c:1371
#, c-format
msgid "File needs leading \"/\": %s\n"
msgstr ""
-#: build/files.c:1327
+#: build/files.c:1401
#, c-format
msgid "File not found by glob: %s\n"
msgstr ""
-#: build/files.c:1382
+#: build/files.c:1455
msgid "Could not open %%files file %s: %s\n"
msgstr ""
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, c-format
msgid "line: %s\n"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1791
#, c-format
msgid "Bad file: %s: %s\n"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, c-format
msgid "Couldn't exec %s: %s\n"
msgstr ""
-#: build/files.c:1794
+#: build/files.c:1864
#, c-format
msgid "Couldn't fork %s: %s\n"
msgstr ""
-#: build/files.c:1876
+#: build/files.c:1946
#, c-format
msgid "%s failed\n"
msgstr ""
-#: build/files.c:1880
+#: build/files.c:1950
#, c-format
msgid "failed to write all data to %s\n"
msgstr ""
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, c-format
msgid "Failed to find %s:\n"
msgstr ""
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:52
+#: build/pack.c:61
#, c-format
msgid "create archive failed on file %s: %s\n"
msgstr ""
-#: build/pack.c:74
+#: build/pack.c:83
#, c-format
msgid "cpio_copy write failed: %s\n"
msgstr ""
-#: build/pack.c:81
+#: build/pack.c:90
#, c-format
msgid "cpio_copy read failed: %s\n"
msgstr ""
-#: build/pack.c:165
+#: build/pack.c:174
#, c-format
msgid "Could not open PreIn file: %s\n"
msgstr ""
-#: build/pack.c:172
+#: build/pack.c:181
#, c-format
msgid "Could not open PreUn file: %s\n"
msgstr ""
-#: build/pack.c:179
+#: build/pack.c:188
#, c-format
msgid "Could not open PostIn file: %s\n"
msgstr ""
-#: build/pack.c:186
+#: build/pack.c:195
#, c-format
msgid "Could not open PostUn file: %s\n"
msgstr ""
-#: build/pack.c:194
+#: build/pack.c:203
#, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr ""
-#: build/pack.c:209
+#: build/pack.c:218
#, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr ""
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr ""
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr ""
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr ""
-#: build/pack.c:433
+#: build/pack.c:447
#, c-format
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
-#: build/pack.c:485
+#: build/pack.c:499
#, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr ""
-#: build/pack.c:495
+#: build/pack.c:509
#, c-format
msgid "Unable to read header from %s: %s\n"
msgstr ""
-#: build/pack.c:509
+#: build/pack.c:523
#, c-format
msgid "Unable to write header to %s: %s\n"
msgstr ""
-#: build/pack.c:519
+#: build/pack.c:533
#, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr ""
-#: build/pack.c:525
+#: build/pack.c:539
#, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, c-format
msgid "cannot create %s: %s\n"
msgstr ""
msgid "Package has no %%description: %s\n"
msgstr ""
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, c-format
msgid "line %d: Bad number: %s\n"
msgstr ""
-#: build/spec.c:234
+#: build/spec.c:222
#, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr ""
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr ""
-#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
#, c-format
-msgid ""
-"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
-"\tA %s\tB %s\n"
+msgid "db%d error(%d) from %s: %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
#, c-format
-msgid " %s A %s\tB %s\n"
+msgid "db%d error(%d): %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/db1.c:387
#, c-format
-msgid "%s: %-45s YES (added files)\n"
+msgid "closed db file %s\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/db1.c:390
#, c-format
-msgid "%s: %-45s YES (added provide)\n"
+msgid "removed db file %s\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/db1.c:421
#, c-format
-msgid "%s: %-45s %-3s (cached)\n"
+msgid "bad db file %s\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/db1.c:426
#, c-format
-msgid "%s: %-45s YES (rpmrc provides)\n"
+msgid "opening db file %s mode 0x%x\n"
msgstr ""
-#: lib/depends.c:1096
+#. XXX check errno validity
+#: lib/db1.c:449
#, c-format
-msgid "%s: %-45s YES (rpmlib provides)\n"
+msgid "cannot get %s lock on database\n"
msgstr ""
-#: lib/depends.c:1118
-#, c-format
-msgid "%s: %-45s YES (db files)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
msgstr ""
-#: lib/depends.c:1131
-#, c-format
-msgid "%s: %-45s YES (db provides)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
msgstr ""
-#: lib/depends.c:1145
+#: lib/db2.c:145 lib/db3.c:130
#, c-format
-msgid "%s: %-45s YES (db package)\n"
+msgid "closed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1161
+#: lib/db2.c:161 lib/db3.c:146
#, c-format
-msgid "%s: %-45s NO\n"
+msgid "removed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/db2.c:198 lib/db3.c:183
#, c-format
-msgid "%s: (%s, %s) added to Depends cache.\n"
+msgid "opening db environment %s/%s %s\n"
msgstr ""
-#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/db2.c:588 lib/db3.c:569
#, c-format
-msgid "package %s-%s-%s require not satisfied: %s\n"
+msgid "closed db index %s/%s\n"
msgstr ""
-#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/db2.c:678 lib/db3.c:659
#, c-format
-msgid "package %s conflicts: %s\n"
+msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: lib/depends.c:1523
+#: lib/db2.c:784 lib/db3.c:764
#, c-format
-msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
-msgstr ""
-
-#. Record all relations.
-#: lib/depends.c:1662
-msgid "========== recording tsort relations\n"
-msgstr ""
-
-#. T4. Scan for zeroes.
-#: lib/depends.c:1709
-msgid "========== tsorting packages\n"
-msgstr ""
-
-#: lib/depends.c:1754
-msgid "========== successors only (presentation order)\n"
+msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: lib/depends.c:1803
-msgid "LOOP:\n"
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
msgstr ""
-#: lib/depends.c:1834
-msgid "========== continuing tsort ...\n"
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/dbconfig.c:287
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
+#: lib/dbconfig.c:296
#, c-format
-msgid "db%d error(%d): %s\n"
+msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: lib/db1.c:387
+#: lib/dbconfig.c:305
#, c-format
-msgid "closed db file %s\n"
+msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
-#: lib/db1.c:390
+#. XXX legacy epoch-less requires/conflicts compatibility
+#: lib/depends.c:565
#, c-format
-msgid "removed db file %s\n"
+msgid ""
+"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
+"\tA %s\tB %s\n"
msgstr ""
-#: lib/db1.c:421
+#: lib/depends.c:594
#, c-format
-msgid "bad db file %s\n"
+msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/db1.c:426
+#: lib/depends.c:962
#, c-format
-msgid "opening db file %s mode 0x%x\n"
+msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#. XXX check errno validity
-#: lib/db1.c:449
+#: lib/depends.c:1021
#, c-format
-msgid "cannot get %s lock on database\n"
+msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
+#: lib/depends.c:1073
+#, c-format
+msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
+#: lib/depends.c:1092
+#, c-format
+msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/db2.c:141
+#: lib/depends.c:1109
#, c-format
-msgid "closed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr ""
-#: lib/db2.c:153
+#: lib/depends.c:1131
#, c-format
-msgid "removed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/db2.c:190
+#: lib/depends.c:1144
#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
+msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/db2.c:565
+#: lib/depends.c:1158
#, c-format
-msgid "closed db index %s/%s(%s)\n"
+msgid "%s: %-45s YES (db package)\n"
msgstr ""
-#: lib/db2.c:643
+#: lib/depends.c:1174
#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
+msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/db3.c:268
+#: lib/depends.c:1195
#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
+msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr ""
-#: lib/db3.c:297
+#. requirements are not satisfied.
+#: lib/depends.c:1256
#, c-format
-msgid "%s has invalid numeric value, skipped\n"
+msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr ""
-#: lib/db3.c:306
+#. conflicts exist.
+#: lib/depends.c:1323
#, c-format
-msgid "%s has too large or too small long value, skipped\n"
+msgid "package %s conflicts: %s\n"
msgstr ""
-#: lib/db3.c:315
+#: lib/depends.c:1539
#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
+msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr ""
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
+#. Record all relations.
+#: lib/depends.c:1678
+msgid "========== recording tsort relations\n"
msgstr ""
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
+#. T4. Scan for zeroes.
+#: lib/depends.c:1725
+msgid "========== tsorting packages\n"
msgstr ""
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
+#: lib/depends.c:1770
+msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
+#: lib/depends.c:1819
+msgid "LOOP:\n"
msgstr ""
-#: lib/db3.c:1013
-#, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:1118
-#, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
+#: lib/depends.c:1850
+msgid "========== continuing tsort ...\n"
msgstr ""
#: lib/falloc.c:141
msgstr ""
#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
msgid "(not a number)"
msgstr ""
msgid "file %s is on an unknown device\n"
msgstr ""
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
+msgstr ""
+
+#: lib/fsm.c:274
+#, c-format
+msgid "%9d %s\n"
+msgstr ""
+
+#: lib/fsm.c:1042
+#, c-format
+msgid "%s directory created with perms %04o.\n"
+msgstr ""
+
+#: lib/fsm.c:1344 lib/fsm.c:1461
+#, c-format
+msgid "%s saved as %s\n"
+msgstr ""
+
+#: lib/fsm.c:1486
+#, c-format
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr ""
+
+#: lib/fsm.c:1491
+#, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1500
+#, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1517
+#, c-format
+msgid "%s created as %s\n"
+msgstr ""
+
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr ""
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr ""
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, c-format
-msgid "group %s does not exist - using root\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
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr ""
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr ""
-
-#: lib/install.c:721
-#, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr ""
-
-#: lib/install.c:728 lib/install.c:759
-#, c-format
-msgid "cannot write to %s\n"
-msgstr ""
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, c-format
-msgid "cannot create specdir %s\n"
-msgstr ""
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr ""
-
-#: lib/install.c:796 lib/install.c:825
-msgid "source package contains no .spec file\n"
-msgstr ""
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr ""
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr ""
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/install.c:1069
-#, c-format
-msgid "%s created as %s\n"
-msgstr ""
-
-#: lib/install.c:1105
-#, c-format
-msgid "%s saved as %s\n"
-msgstr ""
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, c-format
msgid "error creating temporary file %s\n"
msgstr ""
-#: lib/package.c:88
+#: lib/package.c:119
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
-#: lib/package.c:143
+#: lib/package.c:179
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr ""
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr ""
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr ""
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, c-format
msgid "verify %files section from <specfile>"
msgstr ""
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
msgid "build source and binary packages from <specfile>"
msgstr ""
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
msgid "build binary package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
msgid "build source package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr ""
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, c-format
msgid "verify %files section from <tarball>"
msgstr ""
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
msgid "build source and binary packages from <tarball>"
msgstr ""
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
msgid "build binary package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
msgid "build source package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
msgid "build binary package from <source package>"
msgstr ""
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
msgid "<source package>"
msgstr ""
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr ""
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr ""
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+msgid "debug file state machine"
+msgstr ""
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr ""
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr ""
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, c-format
+msgid "group %s does not exist - using root\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.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr ""
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, c-format
+msgid "cannot create %s %s\n"
+msgstr ""
+
+#: lib/psm.c:661
+#, c-format
+msgid "cannot write to %s\n"
+msgstr ""
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr ""
+
+#: lib/psm.c:733
+msgid "source package contains no .spec file\n"
+msgstr ""
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr ""
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr ""
+
+#: lib/psm.c:998
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr ""
+
+#: lib/query.c:161
#, c-format
msgid "incorrect format: %s\n"
msgstr ""
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr ""
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr ""
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr ""
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
msgid "package has neither file owner or id lists\n"
msgstr ""
-#: lib/query.c:418
+#: lib/query.c:428
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr ""
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr ""
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
-#: lib/query.c:624
+#: lib/query.c:637
msgid "no packages\n"
msgstr ""
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr ""
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr ""
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr ""
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr ""
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr ""
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr ""
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr ""
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr ""
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr ""
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr ""
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr ""
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, c-format
msgid "cannot open %s index\n"
msgstr ""
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr ""
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr ""
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
msgid "no dbpath has been set\n"
msgstr ""
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr ""
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr ""
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, c-format
msgid "cannot add record originally at %d\n"
msgstr ""
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
msgid "Preparing packages for installation..."
msgstr ""
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr ""
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr ""
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr ""
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr ""
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr ""
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr ""
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, c-format
msgid "cannot open file %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr ""
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, c-format
msgid "cannot open Packages database in %s\n"
msgstr ""
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr ""
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr ""
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr ""
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr ""
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr ""
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr ""
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, c-format
msgid "cannot open %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr ""
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr ""
+
+#: lib/scriptlet.c:236
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr ""
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr ""
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr ""
-#: lib/signature.c:162
+#: lib/signature.c:176
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr ""
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
-msgstr ""
-
-#: lib/signature.c:212
+#: lib/signature.c:230
#, c-format
-msgid "Signature pad : %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:274
+#: lib/signature.c:289
#, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr ""
-#: lib/signature.c:285
+#: lib/signature.c:300
msgid "pgp failed\n"
msgstr ""
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
msgid "pgp failed to write signature\n"
msgstr ""
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
msgid "unable to read the signature\n"
msgstr ""
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
msgid "Couldn't exec gpg\n"
msgstr ""
-#: lib/signature.c:362
+#: lib/signature.c:377
msgid "gpg failed\n"
msgstr ""
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
msgid "gpg failed to write signature\n"
msgstr ""
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
msgid "Generating signature using PGP.\n"
msgstr ""
-#: lib/signature.c:423
+#: lib/signature.c:439
msgid "Generating signature using GPG.\n"
msgstr ""
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
-#: lib/signature.c:635
+#: lib/signature.c:653
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
-#: lib/signature.c:723
+#: lib/signature.c:741
msgid "Couldn't exec pgp\n"
msgstr ""
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr ""
-#: lib/signature.c:772
+#: lib/signature.c:790
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr ""
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, c-format
msgid "%5d exclude %s\n"
msgstr ""
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, c-format
msgid "%5d relocate %s -> %s\n"
msgstr ""
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, c-format
msgid "excluding multilib path %s%s\n"
msgstr ""
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, c-format
msgid "excluding %s %s\n"
msgstr ""
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, c-format
msgid "relocating directory %s to %s\n"
msgstr ""
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr ""
-
-#: lib/uninstall.c:78
-#, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:88
-#, c-format
-msgid "removal of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr ""
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr ""
-#: lib/verify.c:65
+#: lib/verify.c:63
msgid "do not execute %verifyscript (if any)"
msgstr ""
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, c-format
msgid "missing %s"
msgstr ""
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr ""
-
-#: rpmio/rpmio.c:540
-msgid "Server I/O error"
-msgstr ""
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr ""
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr ""
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr ""
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr ""
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr ""
-
-#: rpmio/rpmio.c:558
-msgid "I/O error to local file"
-msgstr ""
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr ""
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr ""
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr ""
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr ""
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr ""
+
+#: rpmio/rpmio.c:540
+msgid "Server I/O error"
+msgstr ""
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr ""
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr ""
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr ""
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr ""
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr ""
+
+#: rpmio/rpmio.c:558
+msgid "I/O error to local file"
+msgstr ""
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr ""
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr ""
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr ""
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
msgid "(no error)"
msgstr ""
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr ""
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr ""
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\n"
"PO-Revision-Date: 1999-12-01 22:49 +JST\n"
"Last-Translator: Kanda Mitsuru <kanda@nn.iij4u.or.jp>\n"
"Language-Team: JRPM <jrpm@linux.or.jp>\n"
"Content-Type: text/plain; charset=EUC-JP\n"
"Content-Transfer-Encoding: EUC-JP\n"
-#: build.c:26
+#: build.c:25
#, fuzzy, c-format
msgid "cannot open rpm database in %s\n"
msgstr "%s/packages.rpm ¤ò¥ª¡¼¥×¥ó¤Ç¤¤Þ¤»¤ó\n"
-#: build.c:36
+#: build.c:35
#, fuzzy
msgid "failed build dependencies:\n"
msgstr "°Í¸À¤Î·çÇ¡:\n"
-#: build.c:65
+#: build.c:64
#, fuzzy, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr "spec ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤¤Þ¤»¤ó: %s\n"
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, fuzzy, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr "tar ¥Ñ¥¤¥×¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ: %s\n"
#. Give up
-#: build.c:149
+#: build.c:150
#, fuzzy, c-format
msgid "Failed to read spec file from %s\n"
msgstr "%s ¤«¤é spec ¥Õ¥¡¥¤¥ë¤ÎÆɤ߹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
-#: build.c:177
+#: build.c:178
#, fuzzy, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr "%s ¤ò %s ¤Ë¤¹¤ë̾Á°¤ÎÊѹ¹¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s\n"
-#: build.c:216
+#: build.c:217
#, fuzzy, c-format
msgid "failed to stat %s: %m\n"
msgstr "stat %s ¤Ë¼ºÇÔ: %s"
-#: build.c:221
+#: build.c:222
#, fuzzy, c-format
msgid "File %s is not a regular file.\n"
msgstr "ÉáÄ̤Υե¡¥¤¥ë¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó: %s\n"
-#: build.c:230
+#: build.c:231
#, fuzzy, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr "¥Õ¥¡¥¤¥ë %s ¤Ï ¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤Ç¤Ï¤Ê¤¤¤è¤¦¤Ç¤¹¡£\n"
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr "ºîÀ®Ã楿¡¼¥²¥Ã¥È¥×¥é¥Ã¥È¥Õ¥©¡¼¥à: %s\n"
-#: build.c:302
+#: build.c:303
#, fuzzy, c-format
msgid "Building for target %s\n"
msgstr "¥¿¡¼¥²¥Ã¥È %s ÍѤ˺îÀ®Ãæ\n"
# build root [BuildRoot]
# net share [¥Í¥Ã¥È¶¦Í]
# reloate [ºÆÇÛÃÖ/°ÜÆ°¤¹¤ë]
-# $Id: ja.po,v 1.156 2001/01/19 19:31:13 jbj Exp $
-#: rpm.c:185 rpmqv.c:386
+# $Id: ja.po,v 1.157 2001/02/27 21:30:29 jbj Exp $
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr ""
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr "RPM ¥Ð¡¼¥¸¥ç¥ó %s\n"
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
#, fuzzy
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr ""
"ËÝÌõ¼Ô ¿ÀÅÄ ½¼ <kanda@nn.iij4u.or.jp>\n"
"¸íÌõÅù¤Ï¿ÀÅĤޤÇ"
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
#, fuzzy
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr "GNU°ìÈ̸øÍ»ÈÍѵöÂú½ñ¤Î²¼¤Ç¼«Í³¤ËÇÛÉۤǤ¤Þ¤¹"
-#: rpm.c:209
+#: rpm.c:224
#, fuzzy
msgid "Usage: rpm {--help}"
msgstr "»ÈÍÑË¡: rpm {--help}"
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr ""
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr ""
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr ""
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr ""
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr ""
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr ""
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:232
+#: rpm.c:247
msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
msgstr ""
-#: rpm.c:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
msgid " [--triggeredby]"
msgstr ""
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr ""
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr ""
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr ""
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr ""
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr ""
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr ""
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr ""
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr ""
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
#, fuzzy
msgid "Usage:"
msgstr "»ÈÍÑË¡:"
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr "¤³¤Î¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤·¤Þ¤¹"
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr "»ÈÍѤ·¤Æ¤¤¤ë rpm ¤Î¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨¤·¤Þ¤¹"
-#: rpm.c:295
+#: rpm.c:310
#, fuzzy
msgid " All modes support the following arguments:"
msgstr " °Ê²¼¤Î°ú¿ô¤Ï¤¹¤Ù¤Æ¤Î¥â¡¼¥É¤Ç»ÈÍѤǤ¤Þ¤¹:"
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
msgid " --eval '<name>+' "
msgstr ""
-#: rpm.c:299
+#: rpm.c:314
#, fuzzy
msgid "print the expansion of macro <name> to stdout"
msgstr "»ÈÍѤ·¤Æ¤¤¤ë rpm ¤Î¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨¤·¤Þ¤¹"
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr ""
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr "ɸ½à½ÐÎϤò <cmd> ¤Ø¥Ñ¥¤¥×¤·¤Þ¤¹"
-#: rpm.c:302
+#: rpm.c:317
msgid " --rcfile <file> "
msgstr ""
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr "/etc/rpmrc ¤È $HOME/.rpmrc ¤ÎÂå¤ê¤Ë <file> ¤ò»ÈÍѤ·¤Þ¤¹"
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr "¤â¤¦¾¯¤·¾ðÊóɽ¼¨¤òÁý¤ä¤·¤Þ¤¹"
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr "½½Ê¬¤Ë¾ðÊóɽ¼¨¤òÁý¤ä¤·¤Þ¤¹(¥Ç¥Ð¥Ã¥°ÍÑ)"
-#: rpm.c:312
+#: rpm.c:327
#, fuzzy
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr "¥Õ¥¡¥¤¥ë̾¤È°Ê²¼¤Î¥ª¥×¥·¥ç¥ó¤ÎÂå¤ê¤Ë ftp URL ¤ò»È¤¨¤ë¤è¤¦(-p ¤òÍѤ¤¤Æ)"
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr "¥¤¥ó¥¹¥È¡¼¥ë¡¢¥¢¥Ã¥×¥°¥ì¡¼¥É¡¢Ì䤤¹ç¤ï¤»¤·¤Þ¤¹:"
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr ""
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr "ftp ¥×¥í¥¥·¤Î¥Û¥¹¥È̾¤â¤·¤¯¤Ï IP"
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr ""
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr "ftp (¤â¤·¤¯¤Ï¥×¥í¥¥·)¥µ¡¼¥Ð¤Î¥Ý¡¼¥ÈÈÖ¹æ"
-#: rpm.c:318
+#: rpm.c:333
msgid " --httpproxy <host> "
msgstr ""
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
#, fuzzy
msgid "hostname or IP of http proxy"
msgstr "http ¥×¥í¥¥·¤Î¥Û¥¹¥È̾¤â¤·¤¯¤Ï IP"
-#: rpm.c:320
+#: rpm.c:335
msgid " --httpport <port> "
msgstr ""
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
#, fuzzy
msgid "port number of http server (or proxy)"
msgstr "http (¤â¤·¤¯¤Ï¥×¥í¥¥·)¥µ¡¼¥Ð¤Î¥Ý¡¼¥ÈÈÖ¹æ"
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr "Ì䤤¹ç¤ï¤»¥â¡¼¥É"
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr ""
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹ÍѤΥǥ£¥ì¥¯¥È¥ê¤È¤·¤Æ <dir> ¤òÍѤ¤¤Þ¤¹"
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
#, fuzzy
msgid "use <qfmt> as the header format (implies --info)"
msgstr "¥Ø¥Ã¥À¥Õ¥©¡¼¥Þ¥Ã¥È¤È¤·¤Æ <qfmt> ¤ò»ÈÍѤ·¤Þ¤¹ (-i ¤ÎƯ¤¤ò´Þ¤ß¤Þ¤¹)"
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr "¥È¥Ã¥×¥Ç¥£¥ì¥¯¥È¥ê¤È¤·¤Æ <dir> ¤ò»ÈÍѤ·¤Þ¤¹"
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr " ¥Ñ¥Ã¥±¡¼¥¸»ØÄꥪ¥×¥·¥ç¥ó:"
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr "Á´¤Æ¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr "<file> ¤ò½êͤ·¤Æ¤¤¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr ""
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr ""
"(̤¥¤¥ó¥¹¥È¡¼¥ë)¥Ñ¥Ã¥±¡¼¥¸ <packagefile> ¤ò\n"
"Ì䤤¹ç¤ï¤»¤Þ¤¹"
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr ""
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr "<pkg> ¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr ""
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr "<cap> ¤òÄ󶡤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr ""
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr ""
"<cap> ¤Îµ¡Ç½¤òɬÍפȤ¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤Æ\n"
"Ì䤤¹ç¤ï¤»¤Þ¤¹"
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr " ¾ðÊóÁªÂò¥ª¥×¥·¥ç¥ó:"
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¾ðÊó¤òɽ¼¨¤·¤Þ¤¹"
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¤ÎÊѹ¹ÍúÎò¤òɽ¼¨¤·¤Þ¤¹"
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë´Þ¤Þ¤ì¤ë¥Õ¥¡¥¤¥ë¤òɽ¼¨¤·¤Þ¤¹"
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë´Þ¤Þ¤ì¤ë¥Õ¥¡¥¤¥ë¤Î¾õÂÖ¤òɽ¼¨¤·¤Þ¤¹(-l ¤ÎƯ¤¤ò´Þ¤ß¤Þ¤¹)"
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr ""
"¥Ñ¥Ã¥±¡¼¥¸¤Ë´Þ¤Þ¤ì¤ëʸ½ñ¥Õ¥¡¥¤¥ë¤Î¤ß¤Î¾õÂÖ¤òɽ¼¨¤·\n"
"\t\t\t ¤Þ¤¹(-l ¤ÎƯ¤¤ò´Þ¤ß¤Þ¤¹)"
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr "ÀßÄê¥Õ¥¡¥¤¥ë¤Î¤ß¤òɽ¼¨¤·¤Þ¤¹(-l ¤ÎƯ¤¤ò´Þ¤ß¤Þ¤¹)"
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
"¸Ä¡¹¤Î¥Õ¥¡¥¤¥ë¤Î¸¡¾Ú²Äǽ¤ÊÁ´¾ðÊó¤òɽ¼¨¤·¤Þ¤¹(-l¡¢\n"
"-c¡¢-d ¤Î¤¤¤º¤ì¤«¤È¶¦¤ËÍѤ¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó)"
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr "¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬Ä󶡤¹¤ëµ¡Ç½¤òɽ¼¨¤·¤Þ¤¹"
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr "°Í¸¤·¤Æ¤¤¤ë¥Ñ¥Ã¥±¡¼¥¸Ì¾¤òɽ¼¨¤·¤Þ¤¹"
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr "[¥¢¥ó]¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¥¹¥¯¥ê¥×¥È¤òɽ¼¨¤·¤Þ¤¹"
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
"¥Ñ¥Ã¥±¡¼¥¸¤Ë´Þ¤Þ¤ì¤ë¥È¥ê¥¬¡¼¥¹¥¯¥ê¥×¥È¤òɽ¼¨¤·¤Þ\n"
"\t\t\t ¤¹"
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
"-q ¤ÈƱÍͤËƱ¤¸¥Ñ¥Ã¥±¡¼¥¸»ØÄꥪ¥×¥·¥ç¥ó¤ò¼è¤ê\n"
"¥¤¥ó¥¹¥È¡¼¥ë¤Î¾õ¶·¤ò¸¡¾Ú¤·¤Þ¤¹"
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î°Í¸´Ø·¸¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr "¥Õ¥¡¥¤¥ë¤Î md5 ¥Á¥§¥Ã¥¯¥µ¥à¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr "¥Õ¥¡¥¤¥ë°À¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr ""
"Ì䤤¹ç¤ï¤»¥Õ¥©¡¼¥Þ¥Ã¥ÈÃæ¤ËÍѤ¤¤é¤ìÆÀ¤ë¥¿¥°¤ò\n"
"\t\t\t ɽ¼¨¤·¤Þ¤¹"
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr ""
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr ""
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr ""
-#: rpm.c:390
+#: rpm.c:405
#, fuzzy
msgid "skip files in path <path>"
msgstr "¥Ñ¥¹ <path> Ãæ¤Î¥Õ¥¡¥¤¥ë¤ò¥¹¥¥Ã¥×¤·¤Þ¤¹"
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr "<oldpath> ¤«¤é <newpath> ¤Ë¥Õ¥¡¥¤¥ë¤òºÆÇÛÃÖ¤µ¤»¤Þ¤¹"
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
#, fuzzy
msgid "relocate files in non-relocateable package"
msgstr "¥Ñ¥¹ %s ¤ÏºÆÇÛÃ֤Ǥ¤Þ¤»¤ó(¥Ñ¥Ã¥±¡¼¥¸ %s-%s-%s ¤ËÂФ·¤Æ)"
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr ""
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr ""
"ºÆÇÛÃÖ²Äǽ¤Ê¥Ñ¥Ã¥±¡¼¥¸¤ËÂФ·¡¢¥¤¥ó¥¹¥È¡¼¥ë¥Ñ¥¹\n"
"ÀÜƬ¼¤ò <dir> ¤ËÀßÄꤷ¤Þ¤¹"
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr "¥É¥¥å¥á¥ó¥È¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤»¤ó"
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr "--replacepkgs ¤È --replacefiles ¤òû½Ì¤·¤¿¤â¤Î"
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëºÝ¤Ë '#' ¤Çɽ¼¨¤·¤Þ¤¹(-v ¤ò»ÈÍѤ¹¤ë¤ÈÎɤ¤)"
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr "ÀßÄê¤ò¥¹¥¥Ã¥×¤·¡¢Á´¥Õ¥¡¥¤¥ë¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¤ÎÂоݥ¢¡¼¥¥Æ¥¯¥Á¥ã¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr "¥¤¥ó¥¹¥È¡¼¥ëÁ°¤Ë¥Ç¥£¥¹¥¯¤ÎÍÆÎÌ¥Á¥§¥Ã¥¯¤ò¤·¤Þ¤»¤ó"
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr "¥Ñ¥Ã¥±¡¼¥¸ÂоÝOS¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr "¥É¥¥å¥á¥ó¥È¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr ""
"¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò¹¹¿·¤·¤Þ¤¹¤¬¡¢\n"
"¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤ÎÊѹ¹¤·¤Þ¤»¤ó"
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr ""
"°Í¸À¤òËþ¤¿¤¹¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤Î\n"
"¥¤¥ó¥¹¥È¡¼¥ë¤òÍ׵ᤷ¤Þ¤»¤ó"
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr "¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤»¤ó"
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
"¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥¹¥¯¥ê¥×¥È¤ò\n"
"¼Â¹Ô¤·¤Þ¤»¤ó"
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ëºÝ¤Ë '%' ¤Çɽ¼¨¤·¤Þ¤¹"
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr ""
"¥¤¥ó¥¹¥È¡¼¥ë»þ¤ËÃÖ¤´¹¤¨¤é¤ì¤ë¥Õ¥¡¥¤¥ë¤¬\n"
"¤¢¤Ã¤Æ¤â¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr "´û¤Ë¸ºß¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ç¤âºÆ¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤»¤º¤Ë¡¢¥Æ¥¹¥È¤Î¤ß¹Ô¤¤¤Þ¤¹"
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr ""
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr ""
"¥Ñ¥Ã¥±¡¼¥¸¤ò¥¢¥Ã¥×¥°¥ì¡¼¥É¤·¤Þ¤¹(--install "
"¤È´ö¤Ä¤«¤Î¥ª¥×¥·¥ç¥ó¤òÉÕ¤±Â¤·¤¿¤â¤Î)"
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
"¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¥¢¥Ã¥×¥°¥ì¡¼¥É¤·¤Þ¤¹\n"
"(¥¢¥Ã¥×¥°¥ì¡¼¥É»þ¤Î --force ¤Ï¤³¤ì¤ò¼«Æ°Åª¤Ë¹Ô¤¤¤Þ¤¹)"
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¤òºï½ü(¥¢¥ó¥¤¥ó¥¹¥È¡¼¥ë)¤·¤Þ¤¹"
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
"<package> ¤È°ìÃפ¹¤ë¥Ñ¥Ã¥±¡¼¥¸Á´¤Æ¤òºï½ü¤·¤Þ¤¹(°ìÈÌ\n"
"\t\t\t Ū¤ËÊ£¿ô¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò»ØÄꤹ¤ë¤È¥¨¥é¡¼¤Ë¤Ê¤ê¤Þ¤¹)"
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr "¥Ñ¥Ã¥±¡¼¥¸»ØÄê¤Î¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤»¤ó"
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr ""
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr ""
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¤òºîÀ®¤·¤Þ¤¹¡¢<stage> ¤Ï°Ê²¼¤Î¤¦¤Á¤Ò¤È¤Ä¤Ç¤¹:"
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr "prep (¥½¡¼¥¹¤òŸ³«¤·¥Ñ¥Ã¥Á¤òÅö¤Æ¤Þ¤¹)"
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr "¥ê¥¹¥È¸¡ºº (%files ¥»¥¯¥·¥ç¥ó¤ÎÂç¤Þ¤«¤Ê¥Á¥§¥Ã¥¯)"
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr "¥³¥ó¥Ñ¥¤¥ë (prep¡¢compile)"
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr "¥¤¥ó¥¹¥È¡¼¥ë (prep¡¢compile¡¢install)"
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr "¥Ð¥¤¥Ê¥ê¤ò¥Ñ¥Ã¥±¡¼¥¸²½ (prep¡¢compile¡¢install¡¢package)"
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr "¥Ð¥¤¥Ê¥ê/¥½¡¼¥¹¤ò¥Ñ¥Ã¥±¡¼¥¸²½ (prep¡¢compile¡¢install¡¢package)"
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr "»ØÄꤷ¤¿²áÄø¤Þ¤Ç¥¹¥¥Ã¥×¤·¤Þ¤¹ (c¡¢i ¤Ç¤Î¤ß͸ú)"
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¥ó¥°¸åºîÀ®¥Ä¥ê¡¼¤òºï½ü¤·¤Þ¤¹"
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
#, fuzzy
msgid "remove sources when done"
msgstr "½ªÎ»¸å¥½¡¼¥¹¤òºï½ü¤·¤Þ¤¹"
-#: rpm.c:486
+#: rpm.c:501
#, fuzzy
msgid "remove spec file when done"
msgstr "½ªÎ»¸å¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Þ¤¹"
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
#, fuzzy
msgid "generate PGP/GPG signature"
msgstr "PGP/GPG ½ð̾¤òÀ¸À®¤·¤Þ¤¹"
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr ""
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr "BuildRoot ¤È¤·¤Æ <dir> ¤òÍѤ¤¤Þ¤¹"
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr "¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr ""
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr "¥¿¥¤¥à¥Á¥§¥Ã¥¯´ü¸Â¤òÀßÄꤷ¤Þ¤¹(0¤Ç̵¸ú)"
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
"\t\t\t ¥¸¤òºîÀ®¤·¡¢spec¥Õ¥¡¥¤¥ë¡¢¥½¡¼¥¹¥Õ¥¡¥¤¥ë¡¢¥Ñ¥Ã¥Á¡¢\n"
"\t\t\t ¥¢¥¤¥³¥ó¤òºï½ü¤·¤Þ¤¹"
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr "--rebuild ¤Ë»÷¤Æ¤¤¤Þ¤¹¤¬¡¢¥Ñ¥Ã¥±¡¼¥¸¤òºîÀ®¤·¤Þ¤»¤ó"
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr ""
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë½ð̾¤·¤Þ¤¹(¸½ºß¤Î½ð̾¤Ï¼Î¤Æ¤é¤ì¤Þ¤¹)"
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë½ð̾¤òÄɲä·¤Þ¤¹"
-#: rpm.c:508
+#: rpm.c:523
msgid " --checksig <pkg>+"
msgstr ""
-#: rpm.c:509
+#: rpm.c:524
msgid " -K <pkg>+ "
msgstr ""
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr "½ð̾¤Î¸¡¾Ú¤ò¤·¤Þ¤¹"
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr "PGP ½ð̾¤ò¥¹¥¥Ã¥×¤·¤Þ¤¹"
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
#, fuzzy
msgid "skip any GPG signatures"
msgstr "GPG ½ð̾¤ò¥¹¥¥Ã¥×¤·¤Þ¤¹"
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr "MD5 ½ð̾¤ò¥¹¥¥Ã¥×¤·¤Þ¤¹"
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr "͸ú¤Ê¥Ç¡¼¥¿¥Ù¡¼¥¹¤¬Â¸ºß¤¹¤ë¤³¤È¤ò³Î¤«¤á¤Þ¤¹"
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr "´û¸¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤é¥Ç¡¼¥¿¥Ù¡¼¥¹¤òºÆ¹½ÃÛ¤·¤Þ¤¹"
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
"-q ¤ÈƱÍͤËƱ¤¸¥Ñ¥Ã¥±¡¼¥¸»ØÄꥪ¥×¥·¥ç¥ó¤ò¼è¤ê\n"
"¥Ç¡¼¥¿¥Ù¡¼¥¹Ãæ¤Îµö²Ä°À¤ËÀßÄꤷ¤Þ¤¹"
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
"-q ¤ÈƱÍͤËƱ¤¸¥Ñ¥Ã¥±¡¼¥¸»ØÄꥪ¥×¥·¥ç¥ó¤ò¼è¤ê\n"
"¥Ç¡¼¥¿¥Ù¡¼¥¹Ãæ¤Î½êͼԤȥ°¥ë¡¼¥×¤ËÀßÄꤷ¤Þ¤¹"
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr "°ì¤Ä¤Î¥á¥¸¥ã¡¼¥â¡¼¥É¤Î¤ß¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤"
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr "-u ¤È --uninstall ¤Ï¤â¤Ï¤äÆ°ºî¤·¤Þ¤»¤ó\n"
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr "-e ¤« --erase ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤\n"
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr "ºÆÇÛÃÖ¤Ï / ¤«¤é»Ï¤Þ¤é¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr "ºÆÇÛÃÖ¤Ï = ¤ò´Þ¤ó¤Ç¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr "ºÆÇÛÃÖ¤Ï = ¤Î¼¡¤Ë / ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
#, fuzzy
msgid "exclude paths must begin with a /"
msgstr "½ü³°¤¹¤ë¥Ñ¥¹¤Ï / ¤«¤é»Ï¤Þ¤é¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, fuzzy, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr "°ú¿ô½èÍý(%d)¤Ç¤ÎÆâÉô¥¨¥é¡¼ :-(\n"
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr "Ì䤤¹ç¤ï¤»/¸¡¾Ú¤Ï°ìÅ٤˰ì¤Ä¤·¤«¼Â¹Ô¤Ç¤¤Þ¤»¤ó"
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
#, fuzzy
msgid "unexpected query flags"
msgstr "ͽ´ü¤»¤ÌÌ䤤¹ç¤ï¤»¤Î¥Õ¥é¥°"
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
#, fuzzy
msgid "unexpected query format"
msgstr "ͽ´ü¤»¤ÌÌ䤤¹ç¤ï¤»¤Î¥Õ¥©¡¼¥Þ¥Ã¥È"
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr "ͽ´ü¤»¤ÌÌ䤤¹ç¤ï¤»¤Î¥½¡¼¥¹"
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
#, fuzzy
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr ""
"¥¤¥ó¥¹¥È¡¼¥ë¡¢¥¢¥Ã¥×¥°¥ì¡¼¥É¡¢¥½¡¼¥¹ºï½ü¡¢¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ëºï½ü»þ¤Î¤ß¶¯À©¤Ç¤¤"
"Þ¤¹"
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr "¥Õ¥¡¥¤¥ë¤Ï¥Ñ¥Ã¥±¡¼¥¸¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ßºÆÇÛÃ֤Ǥ¤Þ¤¹"
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr "--prefix ¤â¤·¤¯¤Ï --relocate ¤Î¤¤¤º¤ì¤«¤Î¤ß»ÈÍѤǤ¤Þ¤¹"
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
#, fuzzy
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
"--relocate ¤È --excludepath "
"¤Ï¿·¤·¤¤¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤È¤¤Î¤ß»ÈÍѤǤ¤Þ¤¹"
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr "--prefix ¤Ï¿·µ¬¤Ë¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤È¤¤Î¤ß»ÈÍѤǤ¤Þ¤¹"
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr "--prefix ¤Ø¤Î°ú¿ô¤Ï / ¤«¤é»Ï¤Þ¤é¤Í¤Ð¤Ê¤ê¤Þ¤»¤ó"
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr "--hash (-h) ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤¤Þ¤¹"
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr "--percent ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤¤Þ¤¹"
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr "--replacefiles ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤¤Þ¤¹"
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr "--replacepkgs ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤¤Þ¤¹"
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr "--excludedocs ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤¤Þ¤¹"
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr "--includedocs ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤¤Þ¤¹"
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr "--excludedocs ¤È --includedocs ¤Ï¤É¤Á¤é¤«°ìÊý¤Î¤ß»ØÄê¤Ç¤¤Þ¤¹"
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr "--ignorearch ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤¤Þ¤¹"
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr "-ignoreos ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤¤Þ¤¹"
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
#, fuzzy
msgid "--ignoresize may only be specified during package installation"
msgstr "-ignoresize ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤¤Þ¤¹"
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr "--allmatches ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Îºï½ü»þ¤Î¤ß»ØÄê¤Ç¤¤Þ¤¹"
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr "--allfiles ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¤ß»ØÄê¤Ç¤¤Þ¤¹"
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr "--justdb ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü»þ¤Î¤ß»ØÄê¤Ç¤¤Þ¤¹"
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
msgstr "--noscripts ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü¡¢¸¡¾Ú»þ¤Î¤ß»ØÄê¤Ç¤¤Þ¤¹"
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
msgstr "--notriggers ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü¡¢¸¡¾Ú»þ¤Î¤ß»ØÄê¤Ç¤¤Þ¤¹"
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
#, fuzzy
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
msgstr ""
"--nodeps ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤ÎºîÀ®¡¢¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü¡¢¸¡¾Ú»þ¤Î¤ß»ØÄê¤Ç¤¤Þ¤¹"
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr "--test ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü¡¢ºîÀ®»þ¤Î¤ß»ØÄê¤Ç¤¤Þ¤¹"
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
"--root (-r) "
"¤Ï¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü¡¢Ì䤤¹ç¤ï¤»¡¢¥Ç¡¼¥¿¥Ù¡¼¥¹ºÆ¹½ÃÛ»þ¤Î¤ß»ØÄê¤Ç¤¤Þ¤¹"
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr "--root (-r) ¤Î°ú¿ô¤Ï / ¤«¤é»Ï¤Þ¤é¤Í¤Ð¤Ê¤ê¤Þ¤»¤ó"
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr "--oldpackage ¤Ï¥¢¥Ã¥×¥°¥ì¡¼¥É»þ¤Î¤ß»ÈÍѤǤ¤Þ¤¹"
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr "--nopgp ¤Ï½ð̾¸¡ºº»þ¤Î¤ß»ÈÍѤǤ¤Þ¤¹"
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
#, fuzzy
msgid "--nogpg may only be used during signature checking"
msgstr "--nogpg ¤Ï½ð̾¸¡ºº»þ¤Î¤ß»ÈÍѤǤ¤Þ¤¹"
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
#, fuzzy
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr "--nomd5 ¤Ï½ð̾¸¡ºº¤È¥Ñ¥Ã¥±¡¼¥¸¸¡¾Ú»þ¤Î¤ß»ÈÍѤǤ¤Þ¤¹"
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr "½ð̾¤¹¤ë¤¿¤á¤Î¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó\n"
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, fuzzy, c-format
msgid "cannot access file %s\n"
msgstr "¥Õ¥¡¥¤¥ë %s ¤Ë¥¢¥¯¥»¥¹¤Ç¤¤Þ¤»¤ó\n"
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
#, fuzzy
msgid "pgp not found: "
msgstr "pgp ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: "
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr "¥Ñ¥¹¥Õ¥ì¡¼¥º¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤: "
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr "¥Ñ¥¹¥Õ¥ì¡¼¥º¥Á¥§¥Ã¥¯¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr "¥Ñ¥¹¥Õ¥ì¡¼¥º¤ÏÀµ¾ï¤Ç¤¹¡¥\n"
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr "¥Þ¥¯¥í¥Õ¥¡¥¤¥ëÃæ¤Î̵¸ú¤Ê %%_signature ¡£\n"
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr "--sign ¤Ï¥Ñ¥Ã¥±¡¼¥¸ºîÀ®»þ¤Î¤ß»ÈÍѤǤ¤Þ¤¹"
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr "¼Â¹Ô¼ºÇÔ\n"
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr "--querytags ¤Î°ú¿ô¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr "½ð̾¸¡ºº¤Î¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤»¤ó"
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr "½ð̾¤Î¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤»¤ó"
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr "¥¢¥ó¥¤¥ó¥¹¥È¡¼¥ë¤Î¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤»¤ó"
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤Î¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤»¤ó"
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr "Á´¥Ñ¥Ã¥±¡¼¥¸¤ÎÌ䤤¹ç¤ï¤»¤Î¤¿¤á¤Ë;ʬ¤Ê°ú¿ô¤¬¤¢¤ê¤Þ¤¹"
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr "Ì䤤¹ç¤ï¤»¤Î¤¿¤á¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
#, fuzzy
msgid "extra arguments given for verify of all packages"
msgstr "Á´¥Ñ¥Ã¥±¡¼¥¸¤Î¸¡¾Ú¤Î¤¿¤á¤Ë;ʬ¤Ê°ú¿ô¤¬¤¢¤ê¤Þ¤¹"
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr "¸¡¾Ú¤Î¤¿¤á¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
msgid "cannot re-open payload: %s\n"
msgstr "¥Õ¥¡¥¤¥ë %s ¤ò¥ª¡¼¥×¥ó¤Ç¤¤Þ¤»¤ó"
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
#, fuzzy
msgid "print macro expansion of <expr>+"
msgstr "»ÈÍѤ·¤Æ¤¤¤ë rpm ¤Î¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨¤·¤Þ¤¹"
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
#, fuzzy
msgid "rebuild database inverted lists from installed package headers"
msgstr "´û¸¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤é¥Ç¡¼¥¿¥Ù¡¼¥¹¤òºÆ¹½ÃÛ¤·¤Þ¤¹"
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
+msgstr ""
+
+#: rpmqv.c:234
#, fuzzy
-msgid "<package>"
+msgid "<package>+"
msgstr "%d ¸Ä¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¸«¤Ä¤±¤Þ¤·¤¿\n"
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:238 rpmqv.c:564
#, fuzzy
msgid "skip files with leading component <path> "
msgstr "¥Ñ¥¹ <path> Ãæ¤Î¥Õ¥¡¥¤¥ë¤ò¥¹¥¥Ã¥×¤·¤Þ¤¹"
-#: rpmqv.c:267
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
#, fuzzy
-msgid "upgrade package if already installed"
+msgid "upgrade package(s) if already installed"
msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s-%s-%s ¤Ï¤¹¤Ç¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤¹"
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
#, fuzzy
msgid "<packagefile>+"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¥Õ¥¡¥¤¥ë¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
#, fuzzy
msgid "do not execute scripts (if any)"
msgstr "¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
#, fuzzy
msgid "don't execute any scriptlets triggered by this package"
msgstr ""
"¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥¹¥¯¥ê¥×¥È¤ò\n"
"¼Â¹Ô¤·¤Þ¤»¤ó"
-#: rpmqv.c:313
+#: rpmqv.c:279
#, fuzzy
-msgid "<oldpath>=<newpath>"
+msgid "relocate files from path <old> to <new>"
msgstr "<oldpath> ¤«¤é <newpath> ¤Ë¥Õ¥¡¥¤¥ë¤òºÆÇÛÃÖ¤µ¤»¤Þ¤¹"
-#: rpmqv.c:324
+#: rpmqv.c:280
+#, fuzzy
+msgid "<old>=<new>"
+msgstr "<oldpath> ¤«¤é <newpath> ¤Ë¥Õ¥¡¥¤¥ë¤òºÆÇÛÃÖ¤µ¤»¤Þ¤¹"
+
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
+msgstr ""
+
+#: rpmqv.c:291
#, fuzzy
-msgid "upgrade package"
+msgid "upgrade package(s)"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¥Õ¥¡¥¤¥ë¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
#, fuzzy
msgid "Signature options:"
msgstr "½ð̾¥µ¥¤¥º: %d\n"
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
+msgstr ""
+
+#: rpmqv.c:343
msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:413
+#: rpmqv.c:377
#, fuzzy, c-format
msgid "Usage: %s {--help}\n"
msgstr "»ÈÍÑË¡: rpm {--help}"
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:418
-#, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-
-#: rpmqv.c:434
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:442
-#, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:449
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:456
-#, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:461
-#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:465
-#, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
-msgstr ""
-
-#: rpmqv.c:466
-#, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
-msgstr ""
-
-#: rpmqv.c:467
-#, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:511
+#: rpmqv.c:448
#, fuzzy
msgid " All modes support the following options:"
msgstr " °Ê²¼¤Î°ú¿ô¤Ï¤¹¤Ù¤Æ¤Î¥â¡¼¥É¤Ç»ÈÍѤǤ¤Þ¤¹:"
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
msgid " --eval '<expr>+' "
msgstr ""
-#: rpmqv.c:515
+#: rpmqv.c:452
#, fuzzy
msgid "print the expansion of macro <expr> to stdout"
msgstr "»ÈÍѤ·¤Æ¤¤¤ë rpm ¤Î¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨¤·¤Þ¤¹"
-#: rpmqv.c:516
+#: rpmqv.c:453
msgid " --pipe <cmd> "
msgstr ""
-#: rpmqv.c:518
+#: rpmqv.c:455
#, fuzzy
msgid " --rcfile <file:...> "
msgstr "-e ¤« --erase ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤\n"
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
msgid " --dbpath <dir> "
msgstr ""
-#: rpmqv.c:525
+#: rpmqv.c:462
msgid " --root <dir> "
msgstr ""
-#: rpmqv.c:535
+#: rpmqv.c:472
#, fuzzy
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr "¥Õ¥¡¥¤¥ë̾¤È°Ê²¼¤Î¥ª¥×¥·¥ç¥ó¤ÎÂå¤ê¤Ë ftp URL ¤ò»È¤¨¤ë¤è¤¦(-p ¤òÍѤ¤¤Æ)"
-#: rpmqv.c:536
+#: rpmqv.c:473
#, fuzzy
msgid " of file names as well as the following options:"
msgstr "¥¤¥ó¥¹¥È¡¼¥ë¡¢¥¢¥Ã¥×¥°¥ì¡¼¥É¡¢Ì䤤¹ç¤ï¤»¤·¤Þ¤¹:"
-#: rpmqv.c:537
+#: rpmqv.c:474
msgid " --ftpproxy <host> "
msgstr ""
-#: rpmqv.c:539
+#: rpmqv.c:476
msgid " --ftpport <port> "
msgstr ""
-#: rpmqv.c:541
+#: rpmqv.c:478
msgid " --httpproxy <host> "
msgstr ""
-#: rpmqv.c:543
+#: rpmqv.c:480
msgid " --httpport <port> "
msgstr ""
-#: rpmqv.c:549
+#: rpmqv.c:486
#, fuzzy
msgid " Package specification options:"
msgstr " ¥Ñ¥Ã¥±¡¼¥¸»ØÄꥪ¥×¥·¥ç¥ó:"
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
#, fuzzy
msgid "query/verify all packages"
msgstr "Á´¤Æ¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
-#: rpmqv.c:552
+#: rpmqv.c:489
msgid " -f <file>+ "
msgstr ""
-#: rpmqv.c:553
+#: rpmqv.c:490
#, fuzzy
msgid "query/verify package owning <file>"
msgstr "<file> ¤ò½êͤ·¤Æ¤¤¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
-#: rpmqv.c:554
+#: rpmqv.c:491
#, fuzzy
msgid " -p <packagefile>+ "
msgstr "¥Ñ¥Ã¥±¡¼¥¸¥Õ¥¡¥¤¥ë¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
-#: rpmqv.c:555
+#: rpmqv.c:492
#, fuzzy
msgid "query/verify (uninstalled) package <packagefile>"
msgstr ""
"(̤¥¤¥ó¥¹¥È¡¼¥ë)¥Ñ¥Ã¥±¡¼¥¸ <packagefile> ¤ò\n"
"Ì䤤¹ç¤ï¤»¤Þ¤¹"
-#: rpmqv.c:556
+#: rpmqv.c:493
#, fuzzy
msgid " --triggeredby <pkg> "
msgstr "<pkg> ¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
-#: rpmqv.c:557
+#: rpmqv.c:494
#, fuzzy
msgid "query/verify packages triggered by <pkg>"
msgstr "<pkg> ¤Ë¤è¤Ã¤Æ¥È¥ê¥¬¡¼¤µ¤ì¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤Þ¤¹"
-#: rpmqv.c:558
+#: rpmqv.c:495
msgid " --whatprovides <cap> "
msgstr ""
-#: rpmqv.c:559
+#: rpmqv.c:496
#, fuzzy
msgid "query/verify packages which provide <cap> capability"
msgstr "<cap> ¤òÄ󶡤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr ""
-#: rpmqv.c:561
+#: rpmqv.c:498
#, fuzzy
msgid "query/verify packages which require <cap> capability"
msgstr ""
"<cap> ¤Îµ¡Ç½¤òɬÍפȤ¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ä¤¤¤Æ\n"
"Ì䤤¹ç¤ï¤»¤Þ¤¹"
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
#, fuzzy
msgid " Information selection options:"
msgstr " ¾ðÊóÁªÂò¥ª¥×¥·¥ç¥ó:"
-#: rpmqv.c:584
+#: rpmqv.c:521
#, fuzzy
msgid "list capabilities provided by package"
msgstr "¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬Ä󶡤¹¤ëµ¡Ç½¤òɽ¼¨¤·¤Þ¤¹"
-#: rpmqv.c:586
+#: rpmqv.c:523
#, fuzzy
msgid "list capabilities required by package"
msgstr "¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬Ä󶡤¹¤ëµ¡Ç½¤òɽ¼¨¤·¤Þ¤¹"
-#: rpmqv.c:588
+#: rpmqv.c:525
#, fuzzy
msgid "print the various [un]install scriptlets"
msgstr "[¥¢¥ó]¥¤¥ó¥¹¥È¡¼¥ë»þ¤Î¥¹¥¯¥ê¥×¥È¤òɽ¼¨¤·¤Þ¤¹"
-#: rpmqv.c:590
+#: rpmqv.c:527
#, fuzzy
msgid "show the trigger scriptlets contained in the package"
msgstr ""
"¥Ñ¥Ã¥±¡¼¥¸¤Ë´Þ¤Þ¤ì¤ë¥È¥ê¥¬¡¼¥¹¥¯¥ê¥×¥È¤òɽ¼¨¤·¤Þ\n"
"\t\t\t ¤¹"
-#: rpmqv.c:616
+#: rpmqv.c:553
#, fuzzy
msgid " --install <packagefile>"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Þ¤¹"
-#: rpmqv.c:617
+#: rpmqv.c:554
msgid " -i <packagefile> "
msgstr ""
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr ""
-#: rpmqv.c:647
+#: rpmqv.c:584
#, fuzzy
msgid "don't execute any installation scriptlets"
msgstr "¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È¤ò¼Â¹Ô¤·¤Þ¤»¤ó"
-#: rpmqv.c:652
+#: rpmqv.c:589
msgid " --prefix <dir> "
msgstr ""
-#: rpmqv.c:654
+#: rpmqv.c:591
#, fuzzy
msgid " --relocate <oldpath>=<newpath>"
msgstr "<oldpath> ¤«¤é <newpath> ¤Ë¥Õ¥¡¥¤¥ë¤òºÆÇÛÃÖ¤µ¤»¤Þ¤¹"
-#: rpmqv.c:663
+#: rpmqv.c:600
#, fuzzy
msgid " --upgrade <packagefile>"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¥Õ¥¡¥¤¥ë¤Ë¤Ä¤¤¤ÆÌ䤤¹ç¤ï¤»¤Þ¤¹"
-#: rpmqv.c:664
+#: rpmqv.c:601
msgid " -U <packagefile> "
msgstr ""
-#: rpmqv.c:669
+#: rpmqv.c:606
msgid " --erase <package>"
msgstr ""
-#: rpmqv.c:688
+#: rpmqv.c:625
msgid " --resign <pkg>+ "
msgstr ""
-#: rpmqv.c:690
+#: rpmqv.c:627
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpmqv.c:693
+#: rpmqv.c:630
msgid " --checksig <pkg>+"
msgstr ""
-#: rpmqv.c:694
+#: rpmqv.c:631
msgid " -K <pkg>+ "
msgstr ""
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
#, fuzzy
msgid "rebuild database indices from existing database headers"
msgstr "´û¸¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤é¥Ç¡¼¥¿¥Ù¡¼¥¹¤òºÆ¹½ÃÛ¤·¤Þ¤¹"
-#: rpmqv.c:996
+#: rpmqv.c:928
#, fuzzy
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr "-e ¤« --erase ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤\n"
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò»ÈÍѤ·¤Ê¤¤¤Î¤Ë --dbpath ¤¬Í¿¤¨¤é¤ì¤Æ¤¤¤Þ¤¹"
-#: rpmqv.c:1158
+#: rpmqv.c:1086
#, fuzzy
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr "--justdb ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Î¥¤¥ó¥¹¥È¡¼¥ë¡¢ºï½ü»þ¤Î¤ß»ØÄê¤Ç¤¤Þ¤¹"
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr "ºÆºîÀ®¤¹¤ë¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó"
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr "ºîÀ®¤Î¤¿¤á¤Î spec ¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó"
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr "ºîÀ®(build)¤Î¤¿¤á¤Î tar ¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó"
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
#, fuzzy
msgid "Unable to open temp file.\n"
msgstr "°ì»þ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤¤Þ¤»¤ó"
msgid "syntax error in expression\n"
msgstr "¼°Ãæ¤Çʸˡ¥¨¥é¡¼"
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr "TIMECHECK ¼ºÇÔ: %s\n"
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, fuzzy, c-format
msgid "Missing '(' in %s %s\n"
msgstr "%s %s ¤Ç '('¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, fuzzy, c-format
msgid "Missing ')' in %s(%s\n"
msgstr "')' ¤¬¤¢¤ê¤Þ¤»¤ó %s(%s "
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, fuzzy, c-format
msgid "Invalid %s token: %s\n"
msgstr "̵¸ú¤Ê %s ¤Î¥È¡¼¥¯¥ó: %s"
-#: build/files.c:379
+#: build/files.c:381
#, fuzzy, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr "%s() ¤Ë³¤¯¶õÇò¤¬¤¢¤ê¤Þ¤»¤ó: %s"
-#: build/files.c:417
+#: build/files.c:419
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr "ÉÔÀµ¤Êʸˡ: %s(%s)"
-#: build/files.c:427
+#: build/files.c:429
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr "ÉÔÀµ¤Ê¥â¡¼¥É¥¹¥Ú¥Ã¥¯: %s(%s)"
-#: build/files.c:439
+#: build/files.c:441
#, fuzzy, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr "ÉÔÀµ¤Ê¥Ç¥£¥ì¥¯¥È¥ê¥â¡¼¥É¥¹¥Ú¥Ã¥¯: %s(%s)"
-#: build/files.c:576
+#: build/files.c:578
#, fuzzy
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr "°Û¾ï¤Ê¥í¥«¡¼¥ëĹ: \"%.*s\" %%lang(%s)"
-#: build/files.c:586
+#: build/files.c:588
#, fuzzy
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr "Ê£¿ô¤Î¥í¥«¡¼¥ë %.*s %%lang(%s)"
-#: build/files.c:723
+#: build/files.c:725
#, fuzzy
msgid "Hit limit for %%docdir\n"
msgstr "%%docdir ¤Î¸Â³¦¤Ë㤷¤Þ¤·¤¿"
-#: build/files.c:729
+#: build/files.c:731
#, fuzzy
msgid "Only one arg for %%docdir\n"
msgstr "%%docdir ¤Î°ú¿ô¤Ï1¤Ä¤Î¤ß¤Ç¤¹"
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, fuzzy, c-format
msgid "Two files on one line: %s\n"
msgstr "1¹Ô¤Ë2¤Ä¤Î¥Õ¥¡¥¤¥ë: %s"
-#: build/files.c:771
+#: build/files.c:773
#, fuzzy, c-format
msgid "File must begin with \"/\": %s\n"
msgstr "¥Õ¥¡¥¤¥ë¤Ï \"/\" ¤«¤é»Ï¤Þ¤é¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó: %s"
-#: build/files.c:783
+#: build/files.c:785
#, fuzzy
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr "¾¤Î¥Õ¥©¡¼¥à¤ÇÆÃÊÌ¤Ê %%doc ¤òº®¤¼¤ë¤³¤È¤Ï¤Ç¤¤Þ¤»¤ó: %s"
-#: build/files.c:949
+#: build/files.c:952
#, fuzzy, c-format
msgid "File listed twice: %s\n"
msgstr "¥Õ¥¡¥¤¥ë¤¬2²óɽµ¤µ¤ì¤Æ¤¤¤Þ¤¹: %s"
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr "¥Õ¥¡¥¤¥ë¤Ï prefix (%s) ¤È°ìÃפ·¤Þ¤»¤ó: %s"
-#: build/files.c:1165
+#: build/files.c:1239
#, fuzzy, c-format
msgid "File not found: %s\n"
msgstr "¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: %s"
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr "ÉÔÀµ¤Ê½êͼÔ/¥°¥ë¡¼¥×: %s\n"
-#: build/files.c:1220
+#: build/files.c:1294
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "¥Õ¥¡¥¤¥ë %4d: %07o %s.%s\t %s\n"
-#: build/files.c:1297
+#: build/files.c:1371
#, fuzzy, c-format
msgid "File needs leading \"/\": %s\n"
msgstr "¥Õ¥¡¥¤¥ë¤ÏÀèƬ¤Ë \"/\" ¤¬É¬ÍפǤ¹: %s"
-#: build/files.c:1327
+#: build/files.c:1401
#, fuzzy, c-format
msgid "File not found by glob: %s\n"
msgstr "¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó(by glob): %s"
-#: build/files.c:1382
+#: build/files.c:1455
#, fuzzy
msgid "Could not open %%files file %s: %s\n"
msgstr "%%files ¤ò¥ª¡¼¥×¥ó¤Ç¤¤Þ¤»¤ó: %s"
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, fuzzy, c-format
msgid "line: %s\n"
msgstr "¹ÔÌÜ: %s"
-#: build/files.c:1720
+#: build/files.c:1791
#, fuzzy, c-format
msgid "Bad file: %s: %s\n"
msgstr "¥Õ¥¡¥¤¥ë %s: %s\n"
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, fuzzy, c-format
msgid "Couldn't exec %s: %s\n"
msgstr "%s ¤ò¼Â¹Ô¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿: %s"
-#: build/files.c:1794
+#: build/files.c:1864
#, fuzzy, c-format
msgid "Couldn't fork %s: %s\n"
msgstr "%s ¤ò fork ¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿: %s"
-#: build/files.c:1876
+#: build/files.c:1946
#, fuzzy, c-format
msgid "%s failed\n"
msgstr "%s ¼ºÇÔ"
-#: build/files.c:1880
+#: build/files.c:1950
#, fuzzy, c-format
msgid "failed to write all data to %s\n"
msgstr "Á´¤Æ¤Î¥Ç¡¼¥¿¤ò %s ¤Ë½ñ¤¯¤³¤È¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
-#: build/files.c:2005
+#: build/files.c:2077
#, fuzzy, c-format
msgid "Finding %s: (using %s)...\n"
msgstr "%s ¤òõ¤·¤Æ¤¤¤Þ¤¹: (%s ¤ò»ÈÍѤ·¤Æ¤¤¤Þ¤¹)...\n"
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, fuzzy, c-format
msgid "Failed to find %s:\n"
msgstr "%s ¤ò¸«¤Ä¤±¤ë¤Î¤Ë¼ºÇÔ¤·¤Þ¤·¤¿:"
-#: build/files.c:2160
+#: build/files.c:2232
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "¥Õ¥¡¥¤¥ë¤Î½èÍýÃæ: %s-%s-%s\n"
msgid "Could not canonicalize hostname: %s\n"
msgstr "¥Û¥¹¥È̾¤òÀµ¼°¤Ê¤â¤Î¤Ë¤Ç¤¤Þ¤»¤ó: %s\n"
-#: build/pack.c:52
+#: build/pack.c:61
#, fuzzy, c-format
msgid "create archive failed on file %s: %s\n"
msgstr "¥Õ¥¡¥¤¥ë %s ¤Ç¥¢¡¼¥«¥¤¥Ö¤ÎºîÀ®¤Ë¼ºÇÔ: %s"
-#: build/pack.c:74
+#: build/pack.c:83
#, fuzzy, c-format
msgid "cpio_copy write failed: %s\n"
msgstr "cpio_copy ¤Ç½ñ¤¹þ¤ß¼ºÇÔ: %s"
-#: build/pack.c:81
+#: build/pack.c:90
#, fuzzy, c-format
msgid "cpio_copy read failed: %s\n"
msgstr "cpio_copy ¤ÇÆɤ߹þ¤ß¼ºÇÔ: %s"
-#: build/pack.c:165
+#: build/pack.c:174
#, fuzzy, c-format
msgid "Could not open PreIn file: %s\n"
msgstr "PreIn ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿: %s"
-#: build/pack.c:172
+#: build/pack.c:181
#, fuzzy, c-format
msgid "Could not open PreUn file: %s\n"
msgstr "PreUn ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿: %s"
-#: build/pack.c:179
+#: build/pack.c:188
#, fuzzy, c-format
msgid "Could not open PostIn file: %s\n"
msgstr "PostIn ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿: %s"
-#: build/pack.c:186
+#: build/pack.c:195
#, fuzzy, c-format
msgid "Could not open PostUn file: %s\n"
msgstr "PostUn ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿: %s"
-#: build/pack.c:194
+#: build/pack.c:203
#, fuzzy, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr "VerifyScript ¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿: %s"
-#: build/pack.c:209
+#: build/pack.c:218
#, fuzzy, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr "¥È¥ê¥¬¡¼¥¹¥¯¥ê¥×¥È¥Õ¥¡¥¤¥ë¤ò¥ª¡¼¥×¥ó¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿: %s"
-#: build/pack.c:235
+#: build/pack.c:244
#, fuzzy, c-format
msgid "readRPM: open %s: %s\n"
msgstr "readRPM: %s ¤Î¥ª¡¼¥×¥ó: %s\n"
-#: build/pack.c:245
+#: build/pack.c:254
#, fuzzy, c-format
msgid "readRPM: read %s: %s\n"
msgstr "readRPM: %s ¤ÎÆɤ߹þ¤ß: %s\n"
-#: build/pack.c:266
+#: build/pack.c:275
#, fuzzy, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "readRPM: %s ¤Ï RPM ¥Ñ¥Ã¥±¡¼¥¸¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó\n"
-#: build/pack.c:272
+#: build/pack.c:284
#, fuzzy, c-format
msgid "readRPM: reading header from %s\n"
msgstr "readRPM: %s ¤«¤é¤Î¥Ø¥Ã¥À¤ÎÆɤ߹þ¤ß\n"
-#: build/pack.c:382
+#: build/pack.c:396
#, fuzzy
msgid "Bad CSA data\n"
msgstr "ÉÔÀµ¤Ê CSA ¥Ç¡¼¥¿"
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr "½ð̾¤ÎÀ¸À®Ãæ: %d\n"
-#: build/pack.c:433
+#: build/pack.c:447
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "%s ¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î½ñ¤¹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s"
-#: build/pack.c:485
+#: build/pack.c:499
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr "sigtarget ¤ÎÆɤ߹þ¤ß¤¬¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿: %s"
-#: build/pack.c:495
+#: build/pack.c:509
#, fuzzy, c-format
msgid "Unable to read header from %s: %s\n"
msgstr "¥¢¥¤¥³¥ó¤òÆɤळ¤È¤¬¤Ç¤¤Þ¤»¤ó: %s"
-#: build/pack.c:509
+#: build/pack.c:523
#, fuzzy, c-format
msgid "Unable to write header to %s: %s\n"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î½ñ¤¹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s"
-#: build/pack.c:519
+#: build/pack.c:533
#, fuzzy, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr "¥¢¥¤¥³¥ó¤òÆɤळ¤È¤¬¤Ç¤¤Þ¤»¤ó: %s"
-#: build/pack.c:525
+#: build/pack.c:539
#, fuzzy, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Î½ñ¤¹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s"
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr "½ñ¤¹þ¤ßÃæ: %s\n"
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Î ½ÐÎÏ¥Õ¥¡¥¤¥ë̾¤òÀ¸À®¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿: %s\n"
-#: build/pack.c:634
+#: build/pack.c:648
#, fuzzy, c-format
msgid "cannot create %s: %s\n"
msgstr "%s ¤òºîÀ®¤Ç¤¤Þ¤»¤ó: %s\n"
msgid "Package has no %%description: %s\n"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ë¤Ï %%description ¤¬¤¢¤ê¤Þ¤»¤ó: %s"
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr "¥¢¡¼¥«¥¤¥Ö = %s, fs = %s\n"
-
-#: build/spec.c:228
+#: build/spec.c:216
#, fuzzy, c-format
msgid "line %d: Bad number: %s\n"
msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤ÊÈÖ¹æ: %s"
-#: build/spec.c:234
+#: build/spec.c:222
#, fuzzy, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤Ê no%s ÈÖ¹æ: %d"
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "%d ¹ÔÌÜ: ÉÔÀµ¤Ê %s ÈÖ¹æ: %s\n"
-#: lib/cpio.c:445
-#, fuzzy, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr "%s ¤ò %s ¤Ë¤¹¤ë̾Á°¤ÎÊѹ¹¤¬¤Ç¤¤Þ¤»¤ó: %s\n"
-
-#: lib/cpio.c:451
-#, fuzzy, c-format
-msgid "can't unlink %s: %s\n"
-msgstr "%s ¤òºï½ü(unlink)¤Ç¤¤Þ¤»¤ó: %s\n"
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, fuzzy, c-format
msgid "(error 0x%x)"
msgstr "(¥¨¥é¡¼ 0x%x)"
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr "ÉÔÀµ¤Ê¥Þ¥¸¥Ã¥¯"
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr "ÉÔÀµ¤Ê/ÉÔ²ÄÆɤʥإåÀ"
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr "¥Ø¥Ã¥À¥µ¥¤¥º¤¬Â礤¹¤®¤Þ¤¹"
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
#, fuzzy
msgid "Unknown file type"
msgstr "ÉÔÌÀ¤Ê¥Õ¥¡¥¤¥ë¥¿¥¤¥×"
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr "¥Ï¡¼¥É¥ê¥ó¥¯¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
#, fuzzy
msgid "Internal error"
msgstr "ÆâÉô¥¨¥é¡¼"
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
#, fuzzy
msgid " failed - "
msgstr "¼ºÇÔ - "
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
+#, c-format
+msgid "db%d error(%d) from %s: %s\n"
+msgstr ""
+
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
+#, c-format
+msgid "db%d error(%d): %s\n"
+msgstr ""
+
+#: lib/db1.c:387
+#, c-format
+msgid "closed db file %s\n"
+msgstr ""
+
+#: lib/db1.c:390
+#, fuzzy, c-format
+msgid "removed db file %s\n"
+msgstr "%s ÍѤΠfile ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
+
+#: lib/db1.c:421
+#, fuzzy, c-format
+msgid "bad db file %s\n"
+msgstr "ÉÔÀµ¤Ê¥Õ¥¡¥¤¥ë¤Î¾õÂÖ: %s"
+
+#: lib/db1.c:426
+#, fuzzy, c-format
+msgid "opening db file %s mode 0x%x\n"
+msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¥â¡¼¥É 0x%x ¤Î¥ª¡¼¥×¥ó (%s)\n"
+
+#. XXX check errno validity
+#: lib/db1.c:449
+#, fuzzy, c-format
+msgid "cannot get %s lock on database\n"
+msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î %s ¤ò¥í¥Ã¥¯¤Ç¤¤Þ¤»¤ó"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
+msgstr "½ü³°"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
+msgstr "¶¦Í"
+
+#: lib/db2.c:145 lib/db3.c:130
+#, fuzzy, c-format
+msgid "closed db environment %s/%s\n"
+msgstr "%s ÍѤΠfile ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
+
+#: lib/db2.c:161 lib/db3.c:146
+#, fuzzy, c-format
+msgid "removed db environment %s/%s\n"
+msgstr "%s ÍѤΠfile ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
+
+#: lib/db2.c:198 lib/db3.c:183
+#, c-format
+msgid "opening db environment %s/%s %s\n"
+msgstr ""
+
+#: lib/db2.c:588 lib/db3.c:569
+#, fuzzy, c-format
+msgid "closed db index %s/%s\n"
+msgstr "%s ÍѤΠfile ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
+
+#: lib/db2.c:678 lib/db3.c:659
+#, fuzzy, c-format
+msgid "opening db index %s/%s %s mode=0x%x\n"
+msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¥â¡¼¥É 0x%x ¤Î¥ª¡¼¥×¥ó (%s)\n"
+
+#: lib/db2.c:784 lib/db3.c:764
+#, fuzzy, c-format
+msgid "cannot get %s lock on %s/%s\n"
+msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î %s ¤ò¥í¥Ã¥¯¤Ç¤¤Þ¤»¤ó"
+
+#: lib/db2.c:791 lib/db3.c:771
+#, fuzzy, c-format
+msgid "locked db index %s/%s\n"
+msgstr "%s ÍѤΠfile ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
+
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
+msgstr ""
+
+#: lib/dbconfig.c:287
+#, c-format
+msgid "%s has invalid numeric value, skipped\n"
+msgstr ""
+
+#: lib/dbconfig.c:296
+#, c-format
+msgid "%s has too large or too small long value, skipped\n"
+msgstr ""
+
+#: lib/dbconfig.c:305
+#, c-format
+msgid "%s has too large or too small integer value, skipped\n"
+msgstr ""
+
#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/depends.c:565
#, c-format
msgid ""
"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
"\"B\" ¤Î°Í¸À¤Ï epoch ¤òɬÍפȤ·¤Þ¤¹(\"A\"¤ÈƱ¤¸¤Ç¤¢¤ë¤È²¾Äꤷ¤Æ)\n"
"\tA %s\tB %s\n"
-#: lib/depends.c:593
+#: lib/depends.c:594
#, c-format
msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/depends.c:962
#, fuzzy, c-format
msgid "%s: %-45s YES (added files)\n"
msgstr "%s: %s ¤Ï¥Õ¥¡¥¤¥ë¥ê¥¹¥È¤Ë²Ã¤¨¤ë¤³¤È¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Þ¤¹¡£\n"
-#: lib/depends.c:1008
+#: lib/depends.c:1021
#, fuzzy, c-format
msgid "%s: %-45s YES (added provide)\n"
msgstr "%s: %s ¤Ï provide ¤Ë²Ã¤¨¤ë¤³¤È¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Þ¤¹¡£\n"
-#: lib/depends.c:1060
+#: lib/depends.c:1073
#, c-format
msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/depends.c:1092
#, fuzzy, c-format
msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr "%s: %s ¤Ï rpmrc ¤¬Ä󶡤¹¤ë¤³¤È¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Þ¤¹¡£\n"
-#: lib/depends.c:1096
+#: lib/depends.c:1109
#, fuzzy, c-format
msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr "%s: %s ¤Ï rpmrc ¤¬Ä󶡤¹¤ë¤³¤È¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Þ¤¹¡£\n"
-#: lib/depends.c:1118
+#: lib/depends.c:1131
#, c-format
msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/depends.c:1131
+#: lib/depends.c:1144
#, fuzzy, c-format
msgid "%s: %-45s YES (db provides)\n"
msgstr "%s: %s ¤Ï db ¤¬Ä󶡤¹¤ë¤³¤È¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Þ¤¹¡£\n"
-#: lib/depends.c:1145
+#: lib/depends.c:1158
#, fuzzy, c-format
msgid "%s: %-45s YES (db package)\n"
msgstr "%s: %s ¤Ï db ¥Ñ¥Ã¥±¡¼¥¸¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Æ¤¤¤Þ¤¹¡£\n"
-#: lib/depends.c:1161
+#: lib/depends.c:1174
#, c-format
msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/depends.c:1195
#, fuzzy, c-format
msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr "%s: %s ¤Ï¥Ñ¥Ã¥±¡¼¥¸¤Ë²Ã¤¨¤ë¤³¤È¤Ë¤è¤Ã¤ÆËþ¤µ¤ì¤Þ¤¹¡£\n"
#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/depends.c:1256
#, fuzzy, c-format
msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Ï require ¤¬Ëþ¤¿¤µ¤ì¤Æ¤¤¤Þ¤»¤ó: %s\n"
#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/depends.c:1323
#, c-format
msgid "package %s conflicts: %s\n"
msgstr "%s ¤È¶¥¹ç¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤¹: %s\n"
-#: lib/depends.c:1523
+#: lib/depends.c:1539
#, fuzzy, c-format
msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr "group ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
#. Record all relations.
-#: lib/depends.c:1662
+#: lib/depends.c:1678
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1709
+#: lib/depends.c:1725
msgid "========== tsorting packages\n"
msgstr ""
-#: lib/depends.c:1754
+#: lib/depends.c:1770
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1803
+#: lib/depends.c:1819
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1834
+#: lib/depends.c:1850
msgid "========== continuing tsort ...\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
-#, c-format
-msgid "db%d error(%d) from %s: %s\n"
-msgstr ""
-
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
+#: lib/falloc.c:141
#, c-format
-msgid "db%d error(%d): %s\n"
+msgid ""
+"free list corrupt (%u)- please run\n"
+"\t\"rpm --rebuilddb\"\n"
+"More information is available from http://www.rpm.org or the "
+"rpm-list@redhat.com mailing list\n"
+"if \"rpm --rebuilddb\" fails to correct the problem.\n"
msgstr ""
+"free list corrupt (%u)- °Ê²¼¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤\n"
+"\t\"rpm --rebuilddb\"\n"
+"¤â¤·ÌäÂê¤ò²ò·è¤¹¤ë¤¿¤á¤Ë¼Â¹Ô¤·¤¿ \"rpm --rebuilddb\" ¤¬¼ºÇÔ¤·¤¿¤é¡¢\n"
+"http://www.rpm.org ¤â¤·¤¯¤Ï rpm-list@redhat.com ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤«¤é\n"
+"¾ÜºÙ¤Ê¾ðÊ󤬼èÆÀ¤Ç¤¤Þ¤¹¡£\n"
-#: lib/db1.c:387
-#, c-format
-msgid "closed db file %s\n"
-msgstr ""
+#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+msgid "(not a number)"
+msgstr "(¿ô»ú¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó)"
-#: lib/db1.c:390
+#: lib/fs.c:69
#, fuzzy, c-format
-msgid "removed db file %s\n"
-msgstr "%s ÍѤΠfile ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
+msgid "mntctl() failed to return size: %s\n"
+msgstr "mntctl() fugger ¥µ¥¤¥º¤òÊÖ¤¹¤Î¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s"
-#: lib/db1.c:421
+#: lib/fs.c:84
#, fuzzy, c-format
-msgid "bad db file %s\n"
-msgstr "ÉÔÀµ¤Ê¥Õ¥¡¥¤¥ë¤Î¾õÂÖ: %s"
+msgid "mntctl() failed to return mount points: %s\n"
+msgstr "mntctl() fugger ¥µ¥¤¥º¤òÊÖ¤¹¤Î¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s"
-#: lib/db1.c:426
+#: lib/fs.c:104 lib/fs.c:184 lib/fs.c:287
#, fuzzy, c-format
-msgid "opening db file %s mode 0x%x\n"
-msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¥â¡¼¥É 0x%x ¤Î¥ª¡¼¥×¥ó (%s)\n"
-
-#. XXX check errno validity
-#: lib/db1.c:449
-#, fuzzy, c-format
-msgid "cannot get %s lock on database\n"
-msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î %s ¤ò¥í¥Ã¥¯¤Ç¤¤Þ¤»¤ó"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
-msgstr "½ü³°"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
-msgstr "¶¦Í"
-
-#: lib/db2.c:141
-#, c-format
-msgid "closed db environment %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:153
-#, c-format
-msgid "removed db environment %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:190
-#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
-msgstr ""
-
-#: lib/db2.c:565
-#, c-format
-msgid "closed db index %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:643
-#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:268
-#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
-msgstr ""
-
-#: lib/db3.c:297
-#, c-format
-msgid "%s has invalid numeric value, skipped\n"
-msgstr ""
-
-#: lib/db3.c:306
-#, c-format
-msgid "%s has too large or too small long value, skipped\n"
-msgstr ""
+msgid "failed to stat %s: %s\n"
+msgstr "stat %s ¤Ë¼ºÇÔ: %s"
-#: lib/db3.c:315
-#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
-msgstr ""
+#: lib/fs.c:147
+msgid "getting list of mounted filesystems\n"
+msgstr "¥Þ¥¦¥ó¥È¤µ¤ì¤¿¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î¥ê¥¹¥È¤ò¼èÆÀ¤·¤Æ¤¤¤Þ¤¹\n"
-#: lib/db3.c:484
+#: lib/fs.c:152 rpmio/url.c:452
#, fuzzy, c-format
-msgid "closed db environment %s/%s\n"
-msgstr "%s ÍѤΠfile ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
+msgid "failed to open %s: %s\n"
+msgstr "%s ¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ: %s"
-#: lib/db3.c:500
+#: lib/fs.c:309
#, fuzzy, c-format
-msgid "removed db environment %s/%s\n"
-msgstr "%s ÍѤΠfile ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
+msgid "file %s is on an unknown device\n"
+msgstr "¥Õ¥¡¥¤¥ë %s ¤ÏÉÔÌÀ¤Ê¥Ç¥Ð¥¤¥¹¤Ç¤¹"
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
msgstr ""
-#: lib/db3.c:923
+#: lib/fsm.c:274
#, fuzzy, c-format
-msgid "closed db index %s/%s\n"
-msgstr "%s ÍѤΠfile ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
-
-#: lib/db3.c:1013
-#, fuzzy, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¥â¡¼¥É 0x%x ¤Î¥ª¡¼¥×¥ó (%s)\n"
-
-#: lib/db3.c:1118
-#, fuzzy, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î %s ¤ò¥í¥Ã¥¯¤Ç¤¤Þ¤»¤ó"
-
-#: lib/db3.c:1125
-#, fuzzy, c-format
-msgid "locked db index %s/%s\n"
-msgstr "%s ÍѤΠfile ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
+msgid "%9d %s\n"
+msgstr "%d ¹ÔÌÜ: %s"
-#: lib/falloc.c:141
+#: lib/fsm.c:1042
#, c-format
-msgid ""
-"free list corrupt (%u)- please run\n"
-"\t\"rpm --rebuilddb\"\n"
-"More information is available from http://www.rpm.org or the "
-"rpm-list@redhat.com mailing list\n"
-"if \"rpm --rebuilddb\" fails to correct the problem.\n"
+msgid "%s directory created with perms %04o.\n"
msgstr ""
-"free list corrupt (%u)- °Ê²¼¤ò¼Â¹Ô¤·¤Æ¤¯¤À¤µ¤¤\n"
-"\t\"rpm --rebuilddb\"\n"
-"¤â¤·ÌäÂê¤ò²ò·è¤¹¤ë¤¿¤á¤Ë¼Â¹Ô¤·¤¿ \"rpm --rebuilddb\" ¤¬¼ºÇÔ¤·¤¿¤é¡¢\n"
-"http://www.rpm.org ¤â¤·¤¯¤Ï rpm-list@redhat.com ¥á¡¼¥ê¥ó¥°¥ê¥¹¥È¤«¤é\n"
-"¾ÜºÙ¤Ê¾ðÊ󤬼èÆÀ¤Ç¤¤Þ¤¹¡£\n"
-
-#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
-msgid "(not a number)"
-msgstr "(¿ô»ú¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó)"
-#: lib/fs.c:69
+#: lib/fsm.c:1344 lib/fsm.c:1461
#, fuzzy, c-format
-msgid "mntctl() failed to return size: %s\n"
-msgstr "mntctl() fugger ¥µ¥¤¥º¤òÊÖ¤¹¤Î¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s"
+msgid "%s saved as %s\n"
+msgstr "·Ù¹ð: %s ¤Ï %s ¤È¤·¤ÆÊݸ¤µ¤ì¤Þ¤¹"
-#: lib/fs.c:84
+#: lib/fsm.c:1486
#, fuzzy, c-format
-msgid "mntctl() failed to return mount points: %s\n"
-msgstr "mntctl() fugger ¥µ¥¤¥º¤òÊÖ¤¹¤Î¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s"
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr "%s ¤òºï½ü¤Ç¤¤Þ¤»¤ó - ¥Ç¥£¥ì¥¯¥È¥ê¤¬¶õ¤Ç¤¢¤ê¤Þ¤»¤ó"
-#: lib/fs.c:104 lib/fs.c:184 lib/fs.c:287
+#: lib/fsm.c:1491
#, fuzzy, c-format
-msgid "failed to stat %s: %s\n"
-msgstr "stat %s ¤Ë¼ºÇÔ: %s"
-
-#: lib/fs.c:147
-msgid "getting list of mounted filesystems\n"
-msgstr "¥Þ¥¦¥ó¥È¤µ¤ì¤¿¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î¥ê¥¹¥È¤ò¼èÆÀ¤·¤Æ¤¤¤Þ¤¹\n"
+msgid "%s rmdir of %s failed: %s\n"
+msgstr "%s ¤Î rmdir ¤Ë¼ºÇÔ: %s"
-#: lib/fs.c:152 rpmio/url.c:452
+#: lib/fsm.c:1500
#, fuzzy, c-format
-msgid "failed to open %s: %s\n"
-msgstr "%s ¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ: %s"
+msgid "%s unlink of %s failed: %s\n"
+msgstr "%s ¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ: %s\n"
-#: lib/fs.c:309
+#: lib/fsm.c:1517
#, fuzzy, c-format
-msgid "file %s is on an unknown device\n"
-msgstr "¥Õ¥¡¥¤¥ë %s ¤ÏÉÔÌÀ¤Ê¥Ç¥Ð¥¤¥¹¤Ç¤¹"
+msgid "%s created as %s\n"
+msgstr "·Ù¹ð: %s ¤Ï %s ¤È¤·¤ÆºîÀ®¤µ¤ì¤Þ¤¹"
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr "grabDate() RPM_STRING_TYPE ¥«¥¦¥ó¥È¤Ï 1 ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£\n"
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr "¥Ç¡¼¥¿¥¿¥¤¥× %d ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr "headerAddEntry() ¤ÎÉÔÀµ¤Ê¥«¥¦¥ó¥È: %d\n"
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr "% ¤Î¸å¤Ë { ¤¬¤¢¤ê¤Þ¤»¤ó"
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr "%{ ¤Î¸å¤Ë } ¤¬¤¢¤ê¤Þ¤»¤ó"
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr "¶õ¤Î¥¿¥°¥Õ¥©¡¼¥Þ¥Ã¥È"
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr "¶õ¤Î¥¿¥°Ì¾"
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr "ÉÔÌÀ¤Ê¥¿¥°"
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr "ÇÛÎó¤Î¸å¤Ë ] ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr "ͽ´ü¤»¤Ì ]"
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr "ͽ´ü¤»¤Ì }"
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr "¼°Ãæ¤Ç ? ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr "¼°Ãæ¤Ç ? ¤Î¸å¤Ë { ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr "¼°Ãæ¤Ë } ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr "°Ê²¼¤Î ? ¥µ¥Ö¼°¤Î ¤Ë: ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr "¼°Ãæ¤Ç : ¤Î¸å¤Ë { ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr "¼°¤Î½ª¤ê¤Ë | ¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr "(ÉÔÌÀ¤Ê¥¿¥¤¥×)"
-#: lib/install.c:190 lib/uninstall.c:209
-#, fuzzy, c-format
-msgid " file: %s action: %s\n"
-msgstr "¥Õ¥¡¥¤¥ë %s: ¥¢¥¯¥·¥ç¥ó: %s\n"
-
-#: lib/install.c:215
-#, fuzzy, c-format
-msgid "user %s does not exist - using root\n"
-msgstr "¥æ¡¼¥¶ %s ¤Ï¸ºß¤·¤Þ¤»¤ó - root ¤ò»ÈÍѤ·¤Þ¤¹"
-
-#: lib/install.c:223
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "¥°¥ë¡¼¥× %s ¤Ï¸ºß¤·¤Þ¤»¤ó - root ¤ò»ÈÍѤ·¤Þ¤¹"
-
-#. this would probably be a good place to check if disk space
-#. was used up - if so, we should return a different error
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "¥Õ¥¡¥¤¥ë %s ¤Î¥¢¡¼¥«¥¤¥Ö¤Î¿Ä¹¤Ë¼ºÇÔ %s%s: %s"
-
-#: lib/install.c:652
-#, fuzzy
-msgid " on file "
-msgstr "¥Õ¥¡¥¤¥ë¾å"
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¤¤Þ¤¹\n"
-
-#: lib/install.c:721
-#, fuzzy, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr "%s ¤òºîÀ®¤Ç¤¤Þ¤»¤ó: %s"
-
-#: lib/install.c:728 lib/install.c:759
-#, fuzzy, c-format
-msgid "cannot write to %s\n"
-msgstr "%s ¤Ø½ñ¤¹þ¤á¤Þ¤»¤ó"
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr "¥½¡¼¥¹¤Ï: %s\n"
-
-#: lib/install.c:752
-#, fuzzy, c-format
-msgid "cannot create specdir %s\n"
-msgstr "%s ¤òºîÀ®¤Ç¤¤Þ¤»¤ó: %s"
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr "spec ¥Õ¥¡¥¤¥ë¤Ï: %s\n"
-
-#: lib/install.c:796 lib/install.c:825
-#, fuzzy
-msgid "source package contains no .spec file\n"
-msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤Ï .spec ¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr "%s ¤ò %s ¤Ø̾Á°¤òÊѹ¹¤·¤Þ¤¹\n"
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, fuzzy, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr "%s ¤ò %s ¤Ë¤¹¤ë̾Á°¤ÎÊѹ¹¤Ë¼ºÇÔ: %s"
-
-#: lib/install.c:935
-#, fuzzy
-msgid "source package expected, binary found\n"
-msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤¬´üÂÔ¤µ¤ì¤Þ¤¹¡¢¥Ð¥¤¥Ê¥ê¤Ï¸«¤Ä¤«¤ê¤Þ¤·¤¿"
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr "¥Ñ¥Ã¥±¡¼¥¸: %s-%s-%s ¥Õ¥¡¥¤¥ë¥Æ¥¹¥È = %d\n"
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr "--test ¤ò¼Â¹Ô¤¹¤ë¤è¤¦¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤òÃæ»ß¤·¤Æ¤¤¤Þ¤¹\n"
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr "¥×¥ê¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È(¤¬Í¤ì¤Ð)¤ò¼Â¹Ô¤·¤Þ¤¹\n"
-
-#: lib/install.c:1036
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "%s ¤ò¥¹¥¥Ã¥×¤·¤Þ¤¹ - žÁ÷¼ºÇÔ - %s\n"
-
-#: lib/install.c:1069
-#, fuzzy, c-format
-msgid "%s created as %s\n"
-msgstr "·Ù¹ð: %s ¤Ï %s ¤È¤·¤ÆºîÀ®¤µ¤ì¤Þ¤¹"
-
-#: lib/install.c:1105
-#, fuzzy, c-format
-msgid "%s saved as %s\n"
-msgstr "·Ù¹ð: %s ¤Ï %s ¤È¤·¤ÆÊݸ¤µ¤ì¤Þ¤¹"
-
-#: lib/install.c:1199
-#, fuzzy
-msgid "running postinstall scripts (if any)\n"
-msgstr "¥Ý¥¹¥È¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È(¤¬Í¤ì¤Ð)¤ò¼Â¹Ô¤·¤Þ¤¹\n"
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, fuzzy, c-format
msgid "error creating temporary file %s\n"
msgstr "°ì»þ¥Õ¥¡¥¤¥ë %s ¤ÎºîÀ®¥¨¥é¡¼"
-#: lib/package.c:88
+#: lib/package.c:119
#, fuzzy
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
"¥á¥¸¥ã¡¼ÈÖ¹æ <=3 ¤Î¥Ñ¥Ã¥±¡¼¥¸¤Î¤ß¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Î RPM ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹"
-#: lib/package.c:143
+#: lib/package.c:179
#, fuzzy
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
"¥á¥¸¥ã¡¼ÈÖ¹æ <=3 ¤Î¥Ñ¥Ã¥±¡¼¥¸¤Î¤ß¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Î RPM ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤¹"
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, fuzzy, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr "¥Ó¥ë¥É¥ë¡¼¥È¤Ï¤¹¤Ç¤Ë»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr "prep (¥½¡¼¥¹¤òŸ³«¤·¥Ñ¥Ã¥Á¤òÅö¤Æ¤Þ¤¹)"
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
#, fuzzy
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¤¤Þ¤¹\n"
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, fuzzy, c-format
msgid "verify %files section from <specfile>"
msgstr "°Ê²¼¤Î¥«¥¿¥í¥°¤«¤é i18n ¥»¥¯¥·¥ç¥ó¤òÃÖ¤´¹¤¨¤Þ¤¹"
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
#, fuzzy
msgid "build source and binary packages from <specfile>"
msgstr "%d ¸Ä¤Î¥½¡¼¥¹¤È %d ¸Ä¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
#, fuzzy
msgid "build binary package only from <specfile>"
msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤Ï .spec ¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
#, fuzzy
msgid "build source package only from <specfile>"
msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤Ï .spec ¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr "prep (¥½¡¼¥¹¤òŸ³«¤·¥Ñ¥Ã¥Á¤òÅö¤Æ¤Þ¤¹)"
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, fuzzy, c-format
msgid "verify %files section from <tarball>"
msgstr "°Ê²¼¤Î¥«¥¿¥í¥°¤«¤é i18n ¥»¥¯¥·¥ç¥ó¤òÃÖ¤´¹¤¨¤Þ¤¹"
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
#, fuzzy
msgid "build source and binary packages from <tarball>"
msgstr "%d ¸Ä¤Î¥½¡¼¥¹¤È %d ¸Ä¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
#, fuzzy
msgid "build binary package only from <tarball>"
msgstr "%d ¸Ä¤Î¥½¡¼¥¹¤È %d ¸Ä¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
#, fuzzy
msgid "build source package only from <tarball>"
msgstr "%d ¸Ä¤Î¥½¡¼¥¹¤È %d ¸Ä¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
#, fuzzy
msgid "build binary package from <source package>"
msgstr "¥Ð¥¤¥Ê¥ê¤ò¥Ñ¥Ã¥±¡¼¥¸²½ (prep¡¢compile¡¢install¡¢package)"
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
#, fuzzy
msgid "<source package>"
msgstr "%d ¸Ä¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¸«¤Ä¤±¤Þ¤·¤¿\n"
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
#, fuzzy
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¤¤Þ¤¹\n"
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
#, fuzzy
msgid "override build root"
msgstr "¥Ó¥ë¥É¥ë¡¼¥È¤ò¾å½ñ¤¤·¤Þ¤¹"
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+#, fuzzy
+msgid "debug file state machine"
+msgstr "ÉÔÀµ¤Ê¥Õ¥¡¥¤¥ë¤Î¾õÂÖ: %s"
+
+#: lib/poptBT.c:181
#, fuzzy
msgid "do not execute any stages of the build"
msgstr "ºîÀ®¤¹¤ë¤¿¤á¤Î¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
#, fuzzy
msgid "do not accept i18N msgstr's from specfile"
msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤«¤é I18N ¤Ê msgstr ¤ò¼õ¤±Æþ¤ì¤Þ¤»¤ó"
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
#, fuzzy
msgid "remove specfile when done"
msgstr "½ªÎ»¸å¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Þ¤¹"
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr "¥¿¡¼¥²¥Ã¥È¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤ò¾å½ñ¤¤·¤Þ¤¹"
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
#, fuzzy
msgid "lookup i18N strings in specfile catalog"
msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë¥«¥¿¥í¥°Ãæ¤Î I18N ʸ»úÎó¤òõ¤·¤Æ¤¤¤Þ¤¹"
msgid "unknown error %d encountered while manipulating package %s"
msgstr "ÉÔÌÀ¤Ê¥¨¥é¡¼ %d ¤¬¥Ñ¥Ã¥±¡¼¥¸ %s-%s-%s ¤ÎÁàºîÃæ¤Ë¤ª¤¤Þ¤·¤¿"
-#: lib/query.c:151
+#: lib/psm.c:277
+#, fuzzy, c-format
+msgid "user %s does not exist - using root\n"
+msgstr "¥æ¡¼¥¶ %s ¤Ï¸ºß¤·¤Þ¤»¤ó - root ¤ò»ÈÍѤ·¤Þ¤¹"
+
+#: lib/psm.c:285
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "¥°¥ë¡¼¥× %s ¤Ï¸ºß¤·¤Þ¤»¤ó - root ¤ò»ÈÍѤ·¤Þ¤¹"
+
+#.
+#. * This would probably be a good place to check if disk space
+#. * was used up - if so, we should return a different error.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "¥Õ¥¡¥¤¥ë %s ¤Î¥¢¡¼¥«¥¤¥Ö¤Î¿Ä¹¤Ë¼ºÇÔ %s%s: %s"
+
+#: lib/psm.c:613
+#, fuzzy
+msgid " on file "
+msgstr "¥Õ¥¡¥¤¥ë¾å"
+
+#: lib/psm.c:655
+#, fuzzy, c-format
+msgid "cannot create %s %s\n"
+msgstr "%s ¤òºîÀ®¤Ç¤¤Þ¤»¤ó: %s\n"
+
+#: lib/psm.c:661
+#, fuzzy, c-format
+msgid "cannot write to %s\n"
+msgstr "%s ¤Ø½ñ¤¹þ¤á¤Þ¤»¤ó"
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¤¤Þ¤¹\n"
+
+#: lib/psm.c:733
+#, fuzzy
+msgid "source package contains no .spec file\n"
+msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤Ï .spec ¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
+
+#: lib/psm.c:813
+#, fuzzy
+msgid "source package expected, binary found\n"
+msgstr "¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤¬´üÂÔ¤µ¤ì¤Þ¤¹¡¢¥Ð¥¤¥Ê¥ê¤Ï¸«¤Ä¤«¤ê¤Þ¤·¤¿"
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, fuzzy, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr "¥Ñ¥Ã¥±¡¼¥¸: %s-%s-%s ¥Õ¥¡¥¤¥ë¥Æ¥¹¥È = %d\n"
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, fuzzy, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr "¥Ý¥¹¥È¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È(¤¬Í¤ì¤Ð)¤ò¼Â¹Ô¤·¤Þ¤¹\n"
+
+#: lib/psm.c:998
+#, fuzzy
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr "%s ¤ò¥¹¥¥Ã¥×¤·¤Þ¤¹ - žÁ÷¼ºÇÔ - %s\n"
+
+#: lib/query.c:161
#, fuzzy, c-format
msgid "incorrect format: %s\n"
msgstr "¥Õ¥©¡¼¥Þ¥Ã¥ÈÃæ¤Î¥¨¥é¡¼: %s\n"
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr "¥Õ¥¡¥¤¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó"
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr "Ä̾ï"
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr "ÃÖ¤´¹¤¨¤é¤ì¤Æ¤¤¤Þ¤¹"
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr "¥Í¥Ã¥È¶¦Í"
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr "(̤ÃΤΠ%3d)"
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr "(²¿¤Î¾õÂ֤⤢¤ê¤Þ¤»¤ó)"
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
#, fuzzy
msgid "package has neither file owner or id lists\n"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¤Ï¥Õ¥¡¥¤¥ë½êͼԤä id ¥ê¥¹¥È¤ò¤É¤Á¤é¤â»ý¤Ã¤Æ¤¤¤Þ¤»¤ó"
-#: lib/query.c:418
+#: lib/query.c:428
#, fuzzy, c-format
msgid "can't query %s: %s\n"
msgstr "%s ¤òºï½ü(unlink)¤Ç¤¤Þ¤»¤ó: %s\n"
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr "%s ¤Î¥ª¡¼¥×¥ó¤Ë¼ºÇÔ: %s\n"
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr "µì·Á¼°¤Î¥½¡¼¥¹¥Ñ¥Ã¥±¡¼¥¸¤òÌ䤤¹ç¤ï¤»¤ë¤³¤È¤Ï¤Ç¤¤Þ¤»¤ó\n"
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "%s ¤Ï RPM ¥Ñ¥Ã¥±¡¼¥¸¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó\n"
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr "%s ¤Ø¤ÎÌ䤤¹ç¤ï¤»¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
-#: lib/query.c:601
+#: lib/query.c:614
#, fuzzy, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "¥¹¥Ú¥Ã¥¯¥Õ¥¡¥¤¥ë %s ¤Ø¤ÎÌ䤤¹ç¤ï¤»¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡¢¥Ñ¡¼¥¹¤Ç¤¤Þ¤»¤ó\n"
-#: lib/query.c:624
+#: lib/query.c:637
#, fuzzy
msgid "no packages\n"
msgstr "%d ¸Ä¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¸«¤Ä¤±¤Þ¤·¤¿\n"
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "¥°¥ë¡¼¥× %s ¤Ë°¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr "%s ¤ò¥È¥ê¥¬¡¼¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr "%s ¤òɬÍפȤ¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr "%s ¤òÄ󶡤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Ï¸ºß¤·¤Þ¤»¤ó\n"
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr "¥Õ¥¡¥¤¥ë %s: %s\n"
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "¥Õ¥¡¥¤¥ë %s ¤Ï¤É¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ë¤â°¤·¤Æ¤¤¤Þ¤»¤ó\n"
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr "̵¸ú¤Ê¥Ñ¥Ã¥±¡¼¥¸ÈÖ¹æ: %s\n"
-#: lib/query.c:730
+#: lib/query.c:743
#, fuzzy, c-format
msgid "package record number: %u\n"
msgstr "¥Ñ¥Ã¥±¡¼¥¸¥ì¥³¡¼¥ÉÈÖ¹æ %d\n"
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr "¥ì¥³¡¼¥É %d ¤òÆɤळ¤È¤¬¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿\n"
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Ï¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
msgid "%s: Fread failed: %s\n"
msgstr "%s: Fread ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s\n"
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr "%s: readLead ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr "%s: v1.0 ¤Î RPM ¤Ë¤Ï½ð̾¤Ç¤¤Þ¤»¤ó\n"
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr "%s: v2.0 ¤Î RPM ¤Ë¤ÏºÆ½ð̾¤Ç¤¤Þ¤»¤ó\n"
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr "%s: rpmReadSignature ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr "%s: ͸ú¤Ê½ð̾¤Ï¤¢¤ê¤Þ¤»¤ó\n"
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, fuzzy, c-format
msgid "%s: writeLead failed: %s\n"
msgstr "%s: writedLead ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s\n"
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, fuzzy, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr "%s: rpmWriteSignature ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr "%s: ͸ú¤Ê½ð̾¤Ï¤¢¤ê¤Þ¤»¤ó(v1.0 RPM)\n"
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
#, fuzzy
msgid " (MISSING KEYS:"
msgstr " (¥¡¼¤Îʶ¼º) "
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr " (¿®Íê¤Ç¤¤Ê¤¤¸°:"
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, fuzzy, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr "%s ¤ò¥ª¡¼¥×¥ó¤Ç¤¤Þ¤»¤ó %s:%d"
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, fuzzy, c-format
msgid "cannot open %s index\n"
msgstr "%s ¤ò¥ª¡¼¥×¥ó¤Ç¤¤Þ¤»¤ó\n"
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, fuzzy, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr "¥ì¥³¡¼¥É %s ¤Î¼èÆÀ¤Î¥¨¥é¡¼ (%s ¤«¤é)"
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, fuzzy, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr "¥ì¥³¡¼¥É %s ¤ò %s ¤Ë¥¹¥È¥¢¤Ç¥¨¥é¡¼ "
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, fuzzy, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr "¥ì¥³¡¼¥É %s ¤ò %s ¤Ëºï½ü¤Ç¥¨¥é¡¼"
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
#, fuzzy
msgid "no dbpath has been set\n"
msgstr "dbpath ¤¬ÀßÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó"
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Îõº÷¥¨¥é¡¼\n"
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "¸¡º÷¤Î¤¿¤á¤Î %d ¤Ç ¥Ø¥Ã¥À¤òÆɤळ¤È¤¬¤Ç¤¤Þ¤»¤ó"
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, fuzzy, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "group ¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºï½ü¤·¤Þ¤¹\n"
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, fuzzy, c-format
msgid "removing %d entries from %s index.\n"
msgstr "name ¥¤¥ó¥Ç¥Ã¥¯¥¹ºï½ü¤·¤Þ¤¹\n"
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤Îõº÷¥¨¥é¡¼\n"
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, fuzzy, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr "%s ¤ò %s ¤Ø̾Á°¤òÊѹ¹¤·¤Þ¤¹\n"
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, fuzzy, c-format
msgid "adding %d entries to %s index.\n"
msgstr "%s ¤ò %s ¤Ø̾Á°¤òÊѹ¹¤·¤Þ¤¹\n"
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr "dbpath ¤¬ÀßÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó"
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, fuzzy, c-format
msgid "rebuilding database %s into %s\n"
msgstr "rootdir %s Ãæ¤Ç¥Ç¡¼¥¿¥Ù¡¼¥¹¤òºÆ¹½ÃÛ¤·¤Þ¤¹\n"
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, fuzzy, c-format
msgid "temporary database %s already exists\n"
msgstr "°ì»þŪ¤Ê¥Ç¡¼¥¿¥Ù¡¼¥¹ %s ¤Ï¤¹¤Ç¤Ë¸ºß¤·¤Æ¤¤¤Þ¤¹"
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, fuzzy, c-format
msgid "creating directory %s\n"
msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤ÎºîÀ®: %s\n"
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤ÎºîÀ®: %s\n"
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, fuzzy, c-format
msgid "opening old database with dbapi %d\n"
msgstr "¸Å¤¤¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¥ª¡¼¥×¥ó\n"
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, fuzzy, c-format
msgid "opening new database with dbapi %d\n"
msgstr "¿·¤·¤¤¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¥ª¡¼¥×¥ó\n"
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, fuzzy, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹Ãæ¤Î¥ì¥³¡¼¥ÉÈÖ¹æ %d ¤ÏÉÔÀµ¤Ç¤¹ -- ¥¹¥¥Ã¥×¤·¤Þ¤¹"
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, fuzzy, c-format
msgid "cannot add record originally at %d\n"
msgstr "%d ¤Ë ¥ª¥ê¥¸¥Ê¥ë¤Î¥ì¥³¡¼¥É¤òÉղäǤ¤Þ¤»¤ó"
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
#, fuzzy
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
"¥Ç¡¼¥¿¥Ù¡¼¥¹¤ÎºÆ¹½Ãۤ˼ºÇÔ; ¥ª¥ê¥¸¥Ê¥ë¥Ç¡¼¥¿¥Ù¡¼¥¹¤¬¤Þ¤À¤½¤³¤Ë»Ä¤Ã¤Æ¤¤¤Þ¤¹\n"
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr "¸Å¤¤¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò¿·¤·¤¤¥Ç¡¼¥¿¥Ù¡¼¥¹¤ËÃÖ¤´¹¤¨¤ë¤Î¤Ë¼ºÇÔ!\n"
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, fuzzy, c-format
msgid "replace files in %s with files from %s to recover"
msgstr "%s Ãæ¤Î¥Õ¥¡¥¤¥ë¤ò¥ê¥«¥Ð¡¼¤¹¤ë¤¿¤á¤Ë %s ¤«¤é¥Õ¥¡¥¤¥ë¤ÈÃÖ¤´¹¤¨¤Þ¤¹"
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, fuzzy, c-format
msgid "removing directory %s\n"
msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤ÎºîÀ®: %s\n"
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, fuzzy, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "¥Ç¥£¥ì¥¯¥È¥ê %s ¤Îºï½ü¼ºÇÔ: %s\n"
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
#, fuzzy
msgid "Preparing packages for installation..."
msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤Î¤¿¤á¤Î¥Ñ¥Ã¥±¡¼¥¸¤¬¤¢¤ê¤Þ¤»¤ó"
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr "¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤ò¿ô¤¨¤Æ¤¤¤Þ¤¹\n"
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr "%d ¸Ä¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¸«¤Ä¤±¤Þ¤·¤¿\n"
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr "¥À¥¦¥ó¥í¡¼¥É¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤òõ¤·¤Æ¤¤¤Þ¤¹\n"
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, fuzzy, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr "%s ¤ò¥¹¥¥Ã¥×¤·¤Þ¤¹ - žÁ÷¼ºÇÔ - %s\n"
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr "%s ¤ò¼èÆÀ¤·¤Æ¤¤¤Þ¤¹\n"
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr "%s ¤È¤·¤Æ...\n"
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, fuzzy, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr "%s ¤ò¥¹¥¥Ã¥×¤·¤Þ¤¹ - žÁ÷¼ºÇÔ - %s\n"
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr "%d ¸Ä¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¼èÆÀ¤·¤Þ¤·¤¿\n"
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, fuzzy, c-format
msgid "cannot open file %s: %s\n"
msgstr "¥Õ¥¡¥¤¥ë %s ¤ò¥ª¡¼¥×¥ó¤Ç¤¤Þ¤»¤ó: %s"
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, fuzzy, c-format
msgid "%s cannot be installed\n"
msgstr "%s ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤Ç¤¤Þ¤»¤ó\n"
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, fuzzy, c-format
msgid "cannot open Packages database in %s\n"
msgstr "%s/packages.rpm ¤ò¥ª¡¼¥×¥ó¤Ç¤¤Þ¤»¤ó\n"
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, fuzzy, c-format
msgid "package %s is not relocateable\n"
msgstr "¥Ñ¥Ã¥±¡¼¥¸ %s ¤ÏºÆÇÛÃ֤Ǥ¤Þ¤»¤ó"
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, fuzzy, c-format
msgid "error reading from file %s\n"
msgstr "¥Õ¥¡¥¤¥ë %s ¤«¤é¤ÎÆɤ߹þ¤ß¥¨¥é¡¼ "
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr "¥Õ¥¡¥¤¥ë %s ¤Ë¤Ï¤è¤ê¿·¤·¤¤ RPM ¤Î¥Ð¡¼¥¸¥ç¥ó¤¬É¬ÍפǤ¹\n"
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr "%d ¸Ä¤Î¥½¡¼¥¹¤È %d ¸Ä¤Î¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr "°Í¸À¤Î·çÇ¡:\n"
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr "¥Ð¥¤¥Ê¥ê¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ëÃæ\n"
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, fuzzy, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr "%s/packages.rpm ¤ò¥ª¡¼¥×¥ó¤Ç¤¤Þ¤»¤ó\n"
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr "\"%s\" ¤ÏÊ£¿ô¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò»ØÄꤷ¤Æ¤¤¤Þ¤¹\n"
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr "¤³¤ì¤é¤Î¥Ñ¥Ã¥±¡¼¥¸¤òºï½ü¤¹¤ë¤È°Í¸À¤òÇ˲õ¤·¤Þ¤¹:\n"
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, fuzzy, c-format
msgid "cannot open %s: %s\n"
msgstr "%s ¤ò¥ª¡¼¥×¥ó¤Ç¤¤Þ¤»¤ó\n"
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr "%s ¤ò¥¤¥ó¥¹¥È¡¼¥ëÃæ\n"
msgid "Please contact rpm-list@redhat.com\n"
msgstr "rpm-list@redhat.com ¤ËÏ¢Íí¤ò²¼¤µ¤¤\n"
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr "¥¹¥¯¥ê¥×¥È¤Î¼Â¹Ô¤Ë¼ºÇÔ"
+
+#: lib/scriptlet.c:236
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr "¥¹¥¯¥ê¥×¥È¤Î¼Â¹Ô¤Ë¼ºÇÔ"
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
"¥Õ¥¡¥¤¥ë¤Ï°ìÈ̤Υե¡¥¤¥ë¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó -- ¥µ¥¤¥º¥Á¥§¥Ã¥¯¤ò¥¹¥¥Ã¥×¤·¤Þ¤¹\n"
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, fuzzy, c-format
msgid " Actual size: %12d\n"
msgstr "½ð̾¥µ¥¤¥º: %d\n"
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr "½ð̾¤Ï¤¢¤ê¤Þ¤»¤ó\n"
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr "¸Å¤¤ PGP ½ð̾\n"
-#: lib/signature.c:162
+#: lib/signature.c:176
#, fuzzy
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr "¸Å¤¤(ÆâÉô¤À¤±¤Î)½ð̾! ¤É¤¦¤ä¤Ã¤Æ¤½¤ì¤ò¼ê¤Ë¤¤¤ì¤Þ¤·¤¿¤«!?"
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
+#: lib/signature.c:230
+#, fuzzy, c-format
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr "½ð̾¥µ¥¤¥º: %d\n"
-#: lib/signature.c:212
-#, c-format
-msgid "Signature pad : %d\n"
-msgstr "½ð̾¥Ñ¥Ã¥É: %d\n"
-
-#: lib/signature.c:274
+#: lib/signature.c:289
#, fuzzy, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr "pgp ¤ò¼Â¹Ô¤Ç¤¤Þ¤»¤ó(%s)"
-#: lib/signature.c:285
+#: lib/signature.c:300
#, fuzzy
msgid "pgp failed\n"
msgstr "pgp ¼ºÇÔ"
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
#, fuzzy
msgid "pgp failed to write signature\n"
msgstr "pgp ¤¬½ð̾¤ò½ñ¤¹þ¤à¤Î¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr "PGP ½ð̾¥µ¥¤¥º: %s\n"
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
#, fuzzy
msgid "unable to read the signature\n"
msgstr "½ð̾¤òÆɤळ¤È¤¬¤Ç¤¤Þ¤»¤ó"
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr "PGP ½ð̾¤Î %d ¥Ð¥¤¥È¤ò¼èÆÀ\n"
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
#, fuzzy
msgid "Couldn't exec gpg\n"
msgstr "gpg ¤ò¼Â¹Ô¤Ç¤¤Þ¤»¤ó"
-#: lib/signature.c:362
+#: lib/signature.c:377
#, fuzzy
msgid "gpg failed\n"
msgstr "gpg ¼ºÇÔ"
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
#, fuzzy
msgid "gpg failed to write signature\n"
msgstr "gpg ¤¬½ð̾¤ò½ñ¤¹þ¤à¤Î¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
-#: lib/signature.c:374
+#: lib/signature.c:389
#, fuzzy, c-format
msgid "GPG sig size: %d\n"
msgstr "GPG ½ð̾¥µ¥¤¥º: %s\n"
-#: lib/signature.c:390
+#: lib/signature.c:405
#, fuzzy, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr "GPG ½ð̾¤Î %d ¥Ð¥¤¥È¤ò¼èÆÀ\n"
-#: lib/signature.c:417
+#: lib/signature.c:433
#, fuzzy
msgid "Generating signature using PGP.\n"
msgstr "PGP ¤ò»ÈÍѤ·¤Æ½ð̾¤ÎÀ¸À®Ãæ\n"
-#: lib/signature.c:423
+#: lib/signature.c:439
#, fuzzy
msgid "Generating signature using GPG.\n"
msgstr "GPG ¤ò»ÈÍѤ·¤Æ½ð̾¤ÎÀ¸À®Ãæ\n"
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
#, fuzzy
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
"pgp ¤ò¼Â¹Ô¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£\n"
"PGP ¥Á¥§¥Ã¥¯¤ò¥¹¥¥Ã¥×¤¹¤ë¤¿¤á¤Ë --nopgp ¤ò»ÈÍѤ·¤Æ¤¯¤À¤µ¤¤¡£"
-#: lib/signature.c:635
+#: lib/signature.c:653
#, fuzzy
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
"gpg ¤ò¼Â¹Ô¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£\n"
"GPG ¥Á¥§¥Ã¥¯¤ò¥¹¥¥Ã¥×¤¹¤ë¤¿¤á¤Ë --nogpg ¤ò»ÈÍѤ·¤Æ¤¯¤À¤µ¤¤¡£"
-#: lib/signature.c:723
+#: lib/signature.c:741
#, fuzzy
msgid "Couldn't exec pgp\n"
msgstr "pgp ¤ò¼Â¹Ô¤Ç¤¤Þ¤»¤ó"
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
#, fuzzy
msgid "Invalid %%_signature spec in macro file\n"
msgstr "¥Þ¥¯¥í¥Õ¥¡¥¤¥ëÃæ¤Î̵¸ú¤Ê %%_signature ¡£\n"
-#: lib/signature.c:760
+#: lib/signature.c:778
#, fuzzy
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr "¥Þ¥¯¥í¥Õ¥¡¥¤¥ë¤Ë \"%%_pgp_name\" ¤òÀßÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
-#: lib/signature.c:772
+#: lib/signature.c:790
#, fuzzy
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr "¥Þ¥¯¥í¥Õ¥¡¥¤¥ë¤Ë \"%%_pgp_name\" ¤òÀßÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, fuzzy, c-format
msgid "%5d exclude %s\n"
msgstr "OS ¤Ï½ü³°¤µ¤ì¤Æ¤¤¤Þ¤¹: %s"
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, fuzzy, c-format
msgid "%5d relocate %s -> %s\n"
msgstr "%s ¤ò %s ¤ËºÆÇÛÃÖ¤·¤Æ¤¤¤Þ¤¹\n"
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, fuzzy, c-format
msgid "excluding multilib path %s%s\n"
msgstr "¥Õ¥¡¥¤¥ë¤Î½ü³°: %s%s\n"
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, fuzzy, c-format
msgid "excluding %s %s\n"
msgstr "¥Õ¥¡¥¤¥ë¤Î½ü³°: %s%s\n"
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr "%s ¤ò %s ¤ËºÆÇÛÃÖ¤·¤Æ¤¤¤Þ¤¹\n"
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, fuzzy, c-format
msgid "relocating directory %s to %s\n"
msgstr "¥Ç¥£¥ì¥¯¥È¥ê %s ¤ò %s ¤ËºÆÇÛÃÖ¤·¤Æ¤¤¤Þ¤¹\n"
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, fuzzy, c-format
msgid "excluding directory %s\n"
msgstr "¥Ç¥£¥ì¥¯¥È¥ê¤Î½ü³°: %s\n"
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr "%s ¤Ï missingok ¥Õ¥é¥°¤Î¤¿¤á¥¹¥¥Ã¥×¤·¤Þ¤¹\n"
-#: lib/uninstall.c:74
-#, fuzzy, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr "%s ¤òºï½ü¤Ç¤¤Þ¤»¤ó - ¥Ç¥£¥ì¥¯¥È¥ê¤¬¶õ¤Ç¤¢¤ê¤Þ¤»¤ó"
-
-#: lib/uninstall.c:78
-#, fuzzy, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr "%s ¤Î rmdir ¤Ë¼ºÇÔ: %s"
-
-#: lib/uninstall.c:88
-#, fuzzy, c-format
-msgid "removal of %s failed: %s\n"
-msgstr "%s ¤Îºï½ü¤Ë¼ºÇÔ: %s"
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr "¥Õ¥¡¥¤¥ë test = %d ¤òºï½ü¤·¤Þ¤¹\n"
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr "¥Ý¥¹¥È¥¢¥ó¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È(¤¬Í¤ì¤Ð)¤ò¼Â¹Ô¤·¤Þ¤¹\n"
-
-#: lib/uninstall.c:446
-#, fuzzy, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr "¥¹¥¯¥ê¥×¥È¤Î¼Â¹Ô¤Ë¼ºÇÔ"
-
-#: lib/verify.c:59
+#: lib/verify.c:57
#, fuzzy
msgid "don't verify files in package"
msgstr "¥Ñ¥Ã¥±¡¼¥¸Ãæ¤Î¥Õ¥¡¥¤¥ë¤Î¸¡¾Ú¤ò¤·¤Þ¤»¤ó"
-#: lib/verify.c:65
+#: lib/verify.c:63
#, fuzzy
msgid "do not execute %verifyscript (if any)"
msgstr "¤É¤ÎÃʳ¬¤â¼Â¹Ô¤·¤Þ¤»¤ó"
-#: lib/verify.c:241
+#: lib/verify.c:239
#, fuzzy
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
"¥Ñ¥Ã¥±¡¼¥¸¤Ï ¥æ¡¼¥¶Ì¾¤È id "
"¥ê¥¹¥È¤ÎξÊý¤¬·ç¤±¤Æ¤¤¤Þ¤¹(¤³¤ì¤Ï·è¤·¤Æµ¯¤¤Æ¤Ï¤Ê¤é¤Ê¤¤)"
-#: lib/verify.c:259
+#: lib/verify.c:257
#, fuzzy
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
"¥Ñ¥Ã¥±¡¼¥¸¤Ï¥°¥ë¡¼¥×̾¤È id "
"¥ê¥¹¥È¤ÎξÊý¤¬·ç¤±¤Æ¤¤¤Þ¤¹(¤³¤ì¤Ï·è¤·¤Æµ¯¤¤Æ¤Ï¤Ê¤é¤Ê¤¤)"
-#: lib/verify.c:321
+#: lib/verify.c:319
#, fuzzy, c-format
msgid "missing %s"
msgstr "%s ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó\n"
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "%s-%s-%s ¤Î¤¿¤á¤Î°Í¸À¤òËþ¤¿¤·¤Æ¤¤¤Þ¤»¤ó:"
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr "À®¸ù"
-
-#: rpmio/rpmio.c:537
-#, fuzzy
-msgid "Bad server response"
-msgstr "¥µ¡¼¥Ð¤«¤éÀµ¾ï¤Ê±þÅú¤¬¤¢¤ê¤Þ¤»¤ó"
-
-#: rpmio/rpmio.c:540
-#, fuzzy
-msgid "Server I/O error"
-msgstr "¥µ¡¼¥Ð IO ¥¨¥é¡¼"
-
-#: rpmio/rpmio.c:543
-#, fuzzy
-msgid "Server timeout"
-msgstr "¥µ¡¼¥Ð¥¿¥¤¥à¥¢¥¦¥È"
-
-#: rpmio/rpmio.c:546
-#, fuzzy
-msgid "Unable to lookup server host address"
-msgstr "¥µ¡¼¥Ð¤Î¥Û¥¹¥È¥¢¥É¥ì¥¹¤òÄ´¤Ù¤é¤ì¤Þ¤»¤ó"
-
-#: rpmio/rpmio.c:549
-#, fuzzy
-msgid "Unable to lookup server host name"
-msgstr "¥µ¡¼¥Ð¤Î¥Û¥¹¥È̾¤òÄ´¤Ù¤é¤ì¤Þ¤»¤ó"
-
-#: rpmio/rpmio.c:552
-#, fuzzy
-msgid "Failed to connect to server"
-msgstr "¥µ¡¼¥Ð¤Ø¤ÎÀܳ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
-
-#: rpmio/rpmio.c:555
-#, fuzzy
-msgid "Failed to establish data connection to server"
-msgstr "¥µ¡¼¥Ð¤È¤Î¥Ç¡¼¥¿¥³¥Í¥¯¥·¥ç¥ó¤Î³ÎΩ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
-
-#: rpmio/rpmio.c:558
-#, fuzzy
-msgid "I/O error to local file"
-msgstr "¥í¡¼¥«¥ë¥Õ¥¡¥¤¥ë¤Î IO ¥¨¥é¡¼"
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr "¥ê¥â¡¼¥È¥µ¡¼¥Ð¤Î¥Ñ¥Ã¥·¥Ö¥â¡¼¥ÉÀßÄꥨ¥é¡¼"
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr "¥µ¡¼¥Ð¾å¤Ë¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr "½èÍýÃæ¤Î¥¢¥Ü¡¼¥È"
-
-#: rpmio/rpmio.c:571
-#, fuzzy
-msgid "Unknown or unexpected error"
-msgstr "ÉÔÌÀ¤â¤·¤¯¤Ïͽ´ü¤»¤Ì¥¨¥é¡¼"
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr "%s ¤Ø %s pw %s ¤È¤·¤Æ¥í¥°¥¤¥óÃæ\n"
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr "¥Õ¥¡¥¤¥ë %s: ¤Ï %d ¥Ð¥¤¥È¤è¤ê¾®¤µ¤¤¤Ç¤¹"
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr "À®¸ù"
+
+#: rpmio/rpmio.c:537
+#, fuzzy
+msgid "Bad server response"
+msgstr "¥µ¡¼¥Ð¤«¤éÀµ¾ï¤Ê±þÅú¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: rpmio/rpmio.c:540
+#, fuzzy
+msgid "Server I/O error"
+msgstr "¥µ¡¼¥Ð IO ¥¨¥é¡¼"
+
+#: rpmio/rpmio.c:543
+#, fuzzy
+msgid "Server timeout"
+msgstr "¥µ¡¼¥Ð¥¿¥¤¥à¥¢¥¦¥È"
+
+#: rpmio/rpmio.c:546
+#, fuzzy
+msgid "Unable to lookup server host address"
+msgstr "¥µ¡¼¥Ð¤Î¥Û¥¹¥È¥¢¥É¥ì¥¹¤òÄ´¤Ù¤é¤ì¤Þ¤»¤ó"
+
+#: rpmio/rpmio.c:549
+#, fuzzy
+msgid "Unable to lookup server host name"
+msgstr "¥µ¡¼¥Ð¤Î¥Û¥¹¥È̾¤òÄ´¤Ù¤é¤ì¤Þ¤»¤ó"
+
+#: rpmio/rpmio.c:552
+#, fuzzy
+msgid "Failed to connect to server"
+msgstr "¥µ¡¼¥Ð¤Ø¤ÎÀܳ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
+
+#: rpmio/rpmio.c:555
+#, fuzzy
+msgid "Failed to establish data connection to server"
+msgstr "¥µ¡¼¥Ð¤È¤Î¥Ç¡¼¥¿¥³¥Í¥¯¥·¥ç¥ó¤Î³ÎΩ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
+
+#: rpmio/rpmio.c:558
+#, fuzzy
+msgid "I/O error to local file"
+msgstr "¥í¡¼¥«¥ë¥Õ¥¡¥¤¥ë¤Î IO ¥¨¥é¡¼"
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr "¥ê¥â¡¼¥È¥µ¡¼¥Ð¤Î¥Ñ¥Ã¥·¥Ö¥â¡¼¥ÉÀßÄꥨ¥é¡¼"
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr "¥µ¡¼¥Ð¾å¤Ë¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr "½èÍýÃæ¤Î¥¢¥Ü¡¼¥È"
+
+#: rpmio/rpmio.c:571
+#, fuzzy
+msgid "Unknown or unexpected error"
+msgstr "ÉÔÌÀ¤â¤·¤¯¤Ïͽ´ü¤»¤Ì¥¨¥é¡¼"
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr "%s ¤Ø %s pw %s ¤È¤·¤Æ¥í¥°¥¤¥óÃæ\n"
+
+#: rpmio/rpmlog.c:32
#, fuzzy
msgid "(no error)"
msgstr "(¥¨¥é¡¼ 0x%x)"
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr "Ã×̿Ū¤Ê¥¨¥é¡¼: "
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr "¥¨¥é¡¼: "
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr "·Ù¹ð: "
msgid "failed to create %s: %s\n"
msgstr "%s ¤ÎºîÀ®¤Ë¼ºÇÔ¤·¤Þ¤·¤¿\n"
+#~ msgid "archive = %s, fs = %s\n"
+#~ msgstr "¥¢¡¼¥«¥¤¥Ö = %s, fs = %s\n"
+
+#, fuzzy
+#~ msgid "can't rename %s to %s: %s\n"
+#~ msgstr "%s ¤ò %s ¤Ë¤¹¤ë̾Á°¤ÎÊѹ¹¤¬¤Ç¤¤Þ¤»¤ó: %s\n"
+
+#, fuzzy
+#~ msgid "can't unlink %s: %s\n"
+#~ msgstr "%s ¤òºï½ü(unlink)¤Ç¤¤Þ¤»¤ó: %s\n"
+
+#, fuzzy
+#~ msgid " file: %s action: %s\n"
+#~ msgstr "¥Õ¥¡¥¤¥ë %s: ¥¢¥¯¥·¥ç¥ó: %s\n"
+
+#, fuzzy
+#~ msgid "cannot create sourcedir %s\n"
+#~ msgstr "%s ¤òºîÀ®¤Ç¤¤Þ¤»¤ó: %s"
+
+#~ msgid "sources in: %s\n"
+#~ msgstr "¥½¡¼¥¹¤Ï: %s\n"
+
+#, fuzzy
+#~ msgid "cannot create specdir %s\n"
+#~ msgstr "%s ¤òºîÀ®¤Ç¤¤Þ¤»¤ó: %s"
+
+#~ msgid "spec file in: %s\n"
+#~ msgstr "spec ¥Õ¥¡¥¤¥ë¤Ï: %s\n"
+
+#~ msgid "renaming %s to %s\n"
+#~ msgstr "%s ¤ò %s ¤Ø̾Á°¤òÊѹ¹¤·¤Þ¤¹\n"
+
+#, fuzzy
+#~ msgid "rename of %s to %s failed: %s\n"
+#~ msgstr "%s ¤ò %s ¤Ë¤¹¤ë̾Á°¤ÎÊѹ¹¤Ë¼ºÇÔ: %s"
+
+#~ msgid "stopping install as we're running --test\n"
+#~ msgstr "--test ¤ò¼Â¹Ô¤¹¤ë¤è¤¦¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤òÃæ»ß¤·¤Æ¤¤¤Þ¤¹\n"
+
+#~ msgid "running preinstall script (if any)\n"
+#~ msgstr "¥×¥ê¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È(¤¬Í¤ì¤Ð)¤ò¼Â¹Ô¤·¤Þ¤¹\n"
+
+#~ msgid "Signature pad : %d\n"
+#~ msgstr "½ð̾¥Ñ¥Ã¥É: %d\n"
+
+#, fuzzy
+#~ msgid "removal of %s failed: %s\n"
+#~ msgstr "%s ¤Îºï½ü¤Ë¼ºÇÔ: %s"
+
+#~ msgid "will remove files test = %d\n"
+#~ msgstr "¥Õ¥¡¥¤¥ë test = %d ¤òºï½ü¤·¤Þ¤¹\n"
+
+#~ msgid "running postuninstall script (if any)\n"
+#~ msgstr "¥Ý¥¹¥È¥¢¥ó¥¤¥ó¥¹¥È¡¼¥ë¥¹¥¯¥ê¥×¥È(¤¬Í¤ì¤Ð)¤ò¼Â¹Ô¤·¤Þ¤¹\n"
+
#~ msgid "Bad owner/group: %s"
#~ msgstr "ÉÔÀµ¤Ê½êͼÔ/¥°¥ë¡¼¥×: %s"
#~ msgstr "copyright ¤¬¤¢¤ê¤Þ¤»¤ó!\n"
#, fuzzy
-#~ msgid "bad file state: %s"
-#~ msgstr "ÉÔÀµ¤Ê¥Õ¥¡¥¤¥ë¤Î¾õÂÖ: %s"
-
-#, fuzzy
#~ msgid "line %d: Invalid tag value: %s"
#~ msgstr "%d ¹ÔÌÜ: ÉÔ´°Á´¤Ê·Á¤Î¥¿¥°: %s"
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\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"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"
-#: build.c:26
+#: build.c:25
#, c-format
msgid "cannot open rpm database in %s\n"
msgstr ""
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr ""
-#: build.c:65
+#: build.c:64
#, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr ""
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr ""
#. Give up
-#: build.c:149
+#: build.c:150
#, c-format
msgid "Failed to read spec file from %s\n"
msgstr ""
-#: build.c:177
+#: build.c:178
#, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr ""
-#: build.c:216
+#: build.c:217
#, c-format
msgid "failed to stat %s: %m\n"
msgstr ""
-#: build.c:221
+#: build.c:222
#, c-format
msgid "File %s is not a regular file.\n"
msgstr ""
-#: build.c:230
+#: build.c:231
#, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr ""
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr ""
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr ""
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr ""
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr ""
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr ""
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr ""
-#: rpm.c:209
+#: rpm.c:224
msgid "Usage: rpm {--help}"
msgstr ""
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr ""
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr ""
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr ""
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr ""
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr ""
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr ""
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:232
+#: rpm.c:247
msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
msgstr ""
-#: rpm.c:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
msgid " [--triggeredby]"
msgstr ""
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr ""
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr ""
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr ""
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr ""
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr ""
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr ""
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr ""
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr ""
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
msgid "Usage:"
msgstr ""
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr ""
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr ""
-#: rpm.c:295
+#: rpm.c:310
msgid " All modes support the following arguments:"
msgstr ""
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
msgid " --eval '<name>+' "
msgstr ""
-#: rpm.c:299
+#: rpm.c:314
msgid "print the expansion of macro <name> to stdout"
msgstr ""
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr ""
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr ""
-#: rpm.c:302
+#: rpm.c:317
msgid " --rcfile <file> "
msgstr ""
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr ""
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr ""
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr ""
-#: rpm.c:312
+#: rpm.c:327
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr ""
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr ""
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr ""
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr ""
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr ""
-#: rpm.c:318
+#: rpm.c:333
msgid " --httpproxy <host> "
msgstr ""
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr ""
-#: rpm.c:320
+#: rpm.c:335
msgid " --httpport <port> "
msgstr ""
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr ""
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr ""
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr ""
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr ""
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
msgid "use <qfmt> as the header format (implies --info)"
msgstr ""
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr ""
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr ""
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr ""
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr ""
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr ""
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr ""
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr ""
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr ""
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr ""
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr ""
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr ""
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr ""
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr ""
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr ""
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr ""
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr ""
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr ""
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr ""
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr ""
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
msgstr ""
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr ""
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr ""
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr ""
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
msgstr ""
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr ""
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr ""
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr ""
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr ""
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr ""
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr ""
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr ""
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr ""
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr ""
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
msgid "relocate files in non-relocateable package"
msgstr ""
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr ""
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr ""
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr ""
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr ""
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr ""
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr ""
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr ""
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr ""
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr ""
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr ""
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr ""
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr ""
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr ""
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr ""
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr ""
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr ""
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr ""
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
msgstr ""
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr ""
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
msgstr ""
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr ""
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr ""
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr ""
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr ""
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr ""
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr ""
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr ""
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr ""
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr ""
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr ""
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr ""
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr ""
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr ""
-#: rpm.c:486
+#: rpm.c:501
msgid "remove spec file when done"
msgstr ""
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr ""
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr ""
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr ""
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr ""
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr ""
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr ""
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
msgstr ""
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr ""
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr ""
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr ""
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr ""
-#: rpm.c:508
+#: rpm.c:523
msgid " --checksig <pkg>+"
msgstr ""
-#: rpm.c:509
+#: rpm.c:524
msgid " -K <pkg>+ "
msgstr ""
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr ""
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr ""
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr ""
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr ""
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr ""
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr ""
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr ""
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr ""
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr ""
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr ""
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr ""
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr ""
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr ""
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr ""
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr ""
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr ""
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr ""
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr ""
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr ""
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr ""
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr ""
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr ""
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr ""
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr ""
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr ""
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr ""
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr ""
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr ""
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr ""
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr ""
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr ""
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr ""
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr ""
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"recompilation, installation,erasure, and verification"
msgstr ""
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr ""
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
msgstr ""
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr ""
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr ""
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr ""
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr ""
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr ""
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr ""
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr ""
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr ""
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr ""
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr ""
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr ""
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr ""
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr ""
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr ""
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr ""
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr ""
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr ""
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr ""
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr ""
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr ""
msgid "cannot re-open payload: %s\n"
msgstr ""
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
msgid "print macro expansion of <expr>+"
msgstr ""
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
msgid "rebuild database inverted lists from installed package headers"
msgstr ""
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
-msgid "<package>"
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
msgstr ""
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:234
+msgid "<package>+"
+msgstr ""
+
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
-msgid "upgrade package if already installed"
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
+msgid "upgrade package(s) if already installed"
msgstr ""
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
msgid "<packagefile>+"
msgstr ""
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
msgid "do not execute scripts (if any)"
msgstr ""
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
msgid "don't execute any scriptlets triggered by this package"
msgstr ""
-#: rpmqv.c:313
-msgid "<oldpath>=<newpath>"
+#: rpmqv.c:279
+msgid "relocate files from path <old> to <new>"
+msgstr ""
+
+#: rpmqv.c:280
+msgid "<old>=<new>"
+msgstr ""
+
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
msgstr ""
-#: rpmqv.c:324
-msgid "upgrade package"
+#: rpmqv.c:291
+msgid "upgrade package(s)"
msgstr ""
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
-msgid "Common options for all rpm modes:"
-msgstr ""
-
-#: rpmqv.c:413
-#, c-format
-msgid "Usage: %s {--help}\n"
-msgstr ""
-
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:418
-#, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-
-#: rpmqv.c:434
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:442
-#, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:449
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:456
-#, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:461
-#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:465
-#, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
msgstr ""
-#: rpmqv.c:466
-#, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#: rpmqv.c:343
+msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:467
+#: rpmqv.c:377
#, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
+msgid "Usage: %s {--help}\n"
msgstr ""
-#: rpmqv.c:511
+#: rpmqv.c:448
msgid " All modes support the following options:"
msgstr ""
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
msgid " --eval '<expr>+' "
msgstr ""
-#: rpmqv.c:515
+#: rpmqv.c:452
msgid "print the expansion of macro <expr> to stdout"
msgstr ""
-#: rpmqv.c:516
+#: rpmqv.c:453
msgid " --pipe <cmd> "
msgstr ""
-#: rpmqv.c:518
+#: rpmqv.c:455
msgid " --rcfile <file:...> "
msgstr ""
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
msgid " --dbpath <dir> "
msgstr ""
-#: rpmqv.c:525
+#: rpmqv.c:462
msgid " --root <dir> "
msgstr ""
-#: rpmqv.c:535
+#: rpmqv.c:472
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
-#: rpmqv.c:536
+#: rpmqv.c:473
msgid " of file names as well as the following options:"
msgstr ""
-#: rpmqv.c:537
+#: rpmqv.c:474
msgid " --ftpproxy <host> "
msgstr ""
-#: rpmqv.c:539
+#: rpmqv.c:476
msgid " --ftpport <port> "
msgstr ""
-#: rpmqv.c:541
+#: rpmqv.c:478
msgid " --httpproxy <host> "
msgstr ""
-#: rpmqv.c:543
+#: rpmqv.c:480
msgid " --httpport <port> "
msgstr ""
-#: rpmqv.c:549
+#: rpmqv.c:486
msgid " Package specification options:"
msgstr ""
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
msgid "query/verify all packages"
msgstr ""
-#: rpmqv.c:552
+#: rpmqv.c:489
msgid " -f <file>+ "
msgstr ""
-#: rpmqv.c:553
+#: rpmqv.c:490
msgid "query/verify package owning <file>"
msgstr ""
-#: rpmqv.c:554
+#: rpmqv.c:491
msgid " -p <packagefile>+ "
msgstr ""
-#: rpmqv.c:555
+#: rpmqv.c:492
msgid "query/verify (uninstalled) package <packagefile>"
msgstr ""
-#: rpmqv.c:556
+#: rpmqv.c:493
msgid " --triggeredby <pkg> "
msgstr ""
-#: rpmqv.c:557
+#: rpmqv.c:494
msgid "query/verify packages triggered by <pkg>"
msgstr ""
-#: rpmqv.c:558
+#: rpmqv.c:495
msgid " --whatprovides <cap> "
msgstr ""
-#: rpmqv.c:559
+#: rpmqv.c:496
msgid "query/verify packages which provide <cap> capability"
msgstr ""
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr ""
-#: rpmqv.c:561
+#: rpmqv.c:498
msgid "query/verify packages which require <cap> capability"
msgstr ""
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
msgid " Information selection options:"
msgstr ""
-#: rpmqv.c:584
+#: rpmqv.c:521
msgid "list capabilities provided by package"
msgstr ""
-#: rpmqv.c:586
+#: rpmqv.c:523
msgid "list capabilities required by package"
msgstr ""
-#: rpmqv.c:588
+#: rpmqv.c:525
msgid "print the various [un]install scriptlets"
msgstr ""
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
msgid " --install <packagefile>"
msgstr ""
-#: rpmqv.c:617
+#: rpmqv.c:554
msgid " -i <packagefile> "
msgstr ""
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr ""
-#: rpmqv.c:647
+#: rpmqv.c:584
msgid "don't execute any installation scriptlets"
msgstr ""
-#: rpmqv.c:652
+#: rpmqv.c:589
msgid " --prefix <dir> "
msgstr ""
-#: rpmqv.c:654
+#: rpmqv.c:591
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpmqv.c:663
+#: rpmqv.c:600
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpmqv.c:664
+#: rpmqv.c:601
msgid " -U <packagefile> "
msgstr ""
-#: rpmqv.c:669
+#: rpmqv.c:606
msgid " --erase <package>"
msgstr ""
-#: rpmqv.c:688
+#: rpmqv.c:625
msgid " --resign <pkg>+ "
msgstr ""
-#: rpmqv.c:690
+#: rpmqv.c:627
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpmqv.c:693
+#: rpmqv.c:630
msgid " --checksig <pkg>+"
msgstr ""
-#: rpmqv.c:694
+#: rpmqv.c:631
msgid " -K <pkg>+ "
msgstr ""
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
msgid "rebuild database indices from existing database headers"
msgstr ""
-#: rpmqv.c:996
+#: rpmqv.c:928
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr ""
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr ""
-#: rpmqv.c:1158
+#: rpmqv.c:1086
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr ""
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr ""
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr ""
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr ""
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
msgid "Unable to open temp file.\n"
msgstr ""
msgid "syntax error in expression\n"
msgstr ""
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, c-format
msgid "Missing '(' in %s %s\n"
msgstr ""
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, c-format
msgid "Missing ')' in %s(%s\n"
msgstr ""
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, c-format
msgid "Invalid %s token: %s\n"
msgstr ""
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr ""
-#: build/files.c:427
+#: build/files.c:429
#, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:439
+#: build/files.c:441
#, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, c-format
msgid "Two files on one line: %s\n"
msgstr ""
-#: build/files.c:771
+#: build/files.c:773
#, c-format
msgid "File must begin with \"/\": %s\n"
msgstr ""
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
-#: build/files.c:949
+#: build/files.c:952
#, c-format
msgid "File listed twice: %s\n"
msgstr ""
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr ""
-#: build/files.c:1165
+#: build/files.c:1239
#, c-format
msgid "File not found: %s\n"
msgstr ""
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1297
+#: build/files.c:1371
#, c-format
msgid "File needs leading \"/\": %s\n"
msgstr ""
-#: build/files.c:1327
+#: build/files.c:1401
#, c-format
msgid "File not found by glob: %s\n"
msgstr ""
-#: build/files.c:1382
+#: build/files.c:1455
msgid "Could not open %%files file %s: %s\n"
msgstr ""
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, c-format
msgid "line: %s\n"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1791
#, c-format
msgid "Bad file: %s: %s\n"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, c-format
msgid "Couldn't exec %s: %s\n"
msgstr ""
-#: build/files.c:1794
+#: build/files.c:1864
#, c-format
msgid "Couldn't fork %s: %s\n"
msgstr ""
-#: build/files.c:1876
+#: build/files.c:1946
#, c-format
msgid "%s failed\n"
msgstr ""
-#: build/files.c:1880
+#: build/files.c:1950
#, c-format
msgid "failed to write all data to %s\n"
msgstr ""
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, c-format
msgid "Failed to find %s:\n"
msgstr ""
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:52
+#: build/pack.c:61
#, c-format
msgid "create archive failed on file %s: %s\n"
msgstr ""
-#: build/pack.c:74
+#: build/pack.c:83
#, c-format
msgid "cpio_copy write failed: %s\n"
msgstr ""
-#: build/pack.c:81
+#: build/pack.c:90
#, c-format
msgid "cpio_copy read failed: %s\n"
msgstr ""
-#: build/pack.c:165
+#: build/pack.c:174
#, c-format
msgid "Could not open PreIn file: %s\n"
msgstr ""
-#: build/pack.c:172
+#: build/pack.c:181
#, c-format
msgid "Could not open PreUn file: %s\n"
msgstr ""
-#: build/pack.c:179
+#: build/pack.c:188
#, c-format
msgid "Could not open PostIn file: %s\n"
msgstr ""
-#: build/pack.c:186
+#: build/pack.c:195
#, c-format
msgid "Could not open PostUn file: %s\n"
msgstr ""
-#: build/pack.c:194
+#: build/pack.c:203
#, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr ""
-#: build/pack.c:209
+#: build/pack.c:218
#, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr ""
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr ""
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr ""
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr ""
-#: build/pack.c:433
+#: build/pack.c:447
#, c-format
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
-#: build/pack.c:485
+#: build/pack.c:499
#, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr ""
-#: build/pack.c:495
+#: build/pack.c:509
#, c-format
msgid "Unable to read header from %s: %s\n"
msgstr ""
-#: build/pack.c:509
+#: build/pack.c:523
#, c-format
msgid "Unable to write header to %s: %s\n"
msgstr ""
-#: build/pack.c:519
+#: build/pack.c:533
#, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr ""
-#: build/pack.c:525
+#: build/pack.c:539
#, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, c-format
msgid "cannot create %s: %s\n"
msgstr ""
msgid "Package has no %%description: %s\n"
msgstr ""
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, c-format
msgid "line %d: Bad number: %s\n"
msgstr ""
-#: build/spec.c:234
+#: build/spec.c:222
#, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr ""
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr ""
-#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
#, c-format
-msgid ""
-"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
-"\tA %s\tB %s\n"
+msgid "db%d error(%d) from %s: %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
#, c-format
-msgid " %s A %s\tB %s\n"
+msgid "db%d error(%d): %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/db1.c:387
#, c-format
-msgid "%s: %-45s YES (added files)\n"
+msgid "closed db file %s\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/db1.c:390
#, c-format
-msgid "%s: %-45s YES (added provide)\n"
+msgid "removed db file %s\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/db1.c:421
#, c-format
-msgid "%s: %-45s %-3s (cached)\n"
+msgid "bad db file %s\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/db1.c:426
#, c-format
-msgid "%s: %-45s YES (rpmrc provides)\n"
+msgid "opening db file %s mode 0x%x\n"
msgstr ""
-#: lib/depends.c:1096
+#. XXX check errno validity
+#: lib/db1.c:449
#, c-format
-msgid "%s: %-45s YES (rpmlib provides)\n"
+msgid "cannot get %s lock on database\n"
msgstr ""
-#: lib/depends.c:1118
-#, c-format
-msgid "%s: %-45s YES (db files)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
msgstr ""
-#: lib/depends.c:1131
-#, c-format
-msgid "%s: %-45s YES (db provides)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
msgstr ""
-#: lib/depends.c:1145
+#: lib/db2.c:145 lib/db3.c:130
#, c-format
-msgid "%s: %-45s YES (db package)\n"
+msgid "closed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1161
+#: lib/db2.c:161 lib/db3.c:146
#, c-format
-msgid "%s: %-45s NO\n"
+msgid "removed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/db2.c:198 lib/db3.c:183
#, c-format
-msgid "%s: (%s, %s) added to Depends cache.\n"
+msgid "opening db environment %s/%s %s\n"
msgstr ""
-#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/db2.c:588 lib/db3.c:569
#, c-format
-msgid "package %s-%s-%s require not satisfied: %s\n"
+msgid "closed db index %s/%s\n"
msgstr ""
-#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/db2.c:678 lib/db3.c:659
#, c-format
-msgid "package %s conflicts: %s\n"
+msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: lib/depends.c:1523
+#: lib/db2.c:784 lib/db3.c:764
#, c-format
-msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
-msgstr ""
-
-#. Record all relations.
-#: lib/depends.c:1662
-msgid "========== recording tsort relations\n"
-msgstr ""
-
-#. T4. Scan for zeroes.
-#: lib/depends.c:1709
-msgid "========== tsorting packages\n"
-msgstr ""
-
-#: lib/depends.c:1754
-msgid "========== successors only (presentation order)\n"
+msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: lib/depends.c:1803
-msgid "LOOP:\n"
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
msgstr ""
-#: lib/depends.c:1834
-msgid "========== continuing tsort ...\n"
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/dbconfig.c:287
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
+#: lib/dbconfig.c:296
#, c-format
-msgid "db%d error(%d): %s\n"
+msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: lib/db1.c:387
+#: lib/dbconfig.c:305
#, c-format
-msgid "closed db file %s\n"
+msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
-#: lib/db1.c:390
+#. XXX legacy epoch-less requires/conflicts compatibility
+#: lib/depends.c:565
#, c-format
-msgid "removed db file %s\n"
+msgid ""
+"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
+"\tA %s\tB %s\n"
msgstr ""
-#: lib/db1.c:421
+#: lib/depends.c:594
#, c-format
-msgid "bad db file %s\n"
+msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/db1.c:426
+#: lib/depends.c:962
#, c-format
-msgid "opening db file %s mode 0x%x\n"
+msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#. XXX check errno validity
-#: lib/db1.c:449
+#: lib/depends.c:1021
#, c-format
-msgid "cannot get %s lock on database\n"
+msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
+#: lib/depends.c:1073
+#, c-format
+msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
+#: lib/depends.c:1092
+#, c-format
+msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/db2.c:141
+#: lib/depends.c:1109
#, c-format
-msgid "closed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr ""
-#: lib/db2.c:153
+#: lib/depends.c:1131
#, c-format
-msgid "removed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/db2.c:190
+#: lib/depends.c:1144
#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
+msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/db2.c:565
+#: lib/depends.c:1158
#, c-format
-msgid "closed db index %s/%s(%s)\n"
+msgid "%s: %-45s YES (db package)\n"
msgstr ""
-#: lib/db2.c:643
+#: lib/depends.c:1174
#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
+msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/db3.c:268
+#: lib/depends.c:1195
#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
+msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr ""
-#: lib/db3.c:297
+#. requirements are not satisfied.
+#: lib/depends.c:1256
#, c-format
-msgid "%s has invalid numeric value, skipped\n"
+msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr ""
-#: lib/db3.c:306
+#. conflicts exist.
+#: lib/depends.c:1323
#, c-format
-msgid "%s has too large or too small long value, skipped\n"
+msgid "package %s conflicts: %s\n"
msgstr ""
-#: lib/db3.c:315
+#: lib/depends.c:1539
#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
+msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr ""
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
+#. Record all relations.
+#: lib/depends.c:1678
+msgid "========== recording tsort relations\n"
msgstr ""
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
+#. T4. Scan for zeroes.
+#: lib/depends.c:1725
+msgid "========== tsorting packages\n"
msgstr ""
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
+#: lib/depends.c:1770
+msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
+#: lib/depends.c:1819
+msgid "LOOP:\n"
msgstr ""
-#: lib/db3.c:1013
-#, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:1118
-#, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
+#: lib/depends.c:1850
+msgid "========== continuing tsort ...\n"
msgstr ""
#: lib/falloc.c:141
msgstr ""
#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
msgid "(not a number)"
msgstr ""
msgid "file %s is on an unknown device\n"
msgstr ""
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
+msgstr ""
+
+#: lib/fsm.c:274
+#, c-format
+msgid "%9d %s\n"
+msgstr ""
+
+#: lib/fsm.c:1042
+#, c-format
+msgid "%s directory created with perms %04o.\n"
+msgstr ""
+
+#: lib/fsm.c:1344 lib/fsm.c:1461
+#, c-format
+msgid "%s saved as %s\n"
+msgstr ""
+
+#: lib/fsm.c:1486
+#, c-format
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr ""
+
+#: lib/fsm.c:1491
+#, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1500
+#, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1517
+#, c-format
+msgid "%s created as %s\n"
+msgstr ""
+
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr ""
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr ""
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, c-format
-msgid "group %s does not exist - using root\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
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr ""
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr ""
-
-#: lib/install.c:721
-#, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr ""
-
-#: lib/install.c:728 lib/install.c:759
-#, c-format
-msgid "cannot write to %s\n"
-msgstr ""
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, c-format
-msgid "cannot create specdir %s\n"
-msgstr ""
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr ""
-
-#: lib/install.c:796 lib/install.c:825
-msgid "source package contains no .spec file\n"
-msgstr ""
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr ""
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr ""
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/install.c:1069
-#, c-format
-msgid "%s created as %s\n"
-msgstr ""
-
-#: lib/install.c:1105
-#, c-format
-msgid "%s saved as %s\n"
-msgstr ""
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, c-format
msgid "error creating temporary file %s\n"
msgstr ""
-#: lib/package.c:88
+#: lib/package.c:119
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
-#: lib/package.c:143
+#: lib/package.c:179
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr ""
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr ""
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr ""
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, c-format
msgid "verify %files section from <specfile>"
msgstr ""
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
msgid "build source and binary packages from <specfile>"
msgstr ""
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
msgid "build binary package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
msgid "build source package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr ""
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, c-format
msgid "verify %files section from <tarball>"
msgstr ""
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
msgid "build source and binary packages from <tarball>"
msgstr ""
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
msgid "build binary package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
msgid "build source package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
msgid "build binary package from <source package>"
msgstr ""
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
msgid "<source package>"
msgstr ""
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr ""
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr ""
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+msgid "debug file state machine"
+msgstr ""
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr ""
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr ""
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, c-format
+msgid "group %s does not exist - using root\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.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr ""
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, c-format
+msgid "cannot create %s %s\n"
+msgstr ""
+
+#: lib/psm.c:661
+#, c-format
+msgid "cannot write to %s\n"
+msgstr ""
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr ""
+
+#: lib/psm.c:733
+msgid "source package contains no .spec file\n"
+msgstr ""
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr ""
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr ""
+
+#: lib/psm.c:998
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr ""
+
+#: lib/query.c:161
#, c-format
msgid "incorrect format: %s\n"
msgstr ""
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr ""
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr ""
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr ""
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
msgid "package has neither file owner or id lists\n"
msgstr ""
-#: lib/query.c:418
+#: lib/query.c:428
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr ""
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr ""
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
-#: lib/query.c:624
+#: lib/query.c:637
msgid "no packages\n"
msgstr ""
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr ""
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr ""
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr ""
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr ""
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr ""
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr ""
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr ""
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr ""
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr ""
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr ""
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr ""
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, c-format
msgid "cannot open %s index\n"
msgstr ""
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr ""
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr ""
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
msgid "no dbpath has been set\n"
msgstr ""
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr ""
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr ""
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, c-format
msgid "cannot add record originally at %d\n"
msgstr ""
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
msgid "Preparing packages for installation..."
msgstr ""
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr ""
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr ""
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr ""
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr ""
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr ""
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr ""
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, c-format
msgid "cannot open file %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr ""
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, c-format
msgid "cannot open Packages database in %s\n"
msgstr ""
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr ""
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr ""
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr ""
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr ""
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr ""
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr ""
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, c-format
msgid "cannot open %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr ""
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr ""
+
+#: lib/scriptlet.c:236
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr ""
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr ""
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr ""
-#: lib/signature.c:162
+#: lib/signature.c:176
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr ""
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
-msgstr ""
-
-#: lib/signature.c:212
+#: lib/signature.c:230
#, c-format
-msgid "Signature pad : %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:274
+#: lib/signature.c:289
#, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr ""
-#: lib/signature.c:285
+#: lib/signature.c:300
msgid "pgp failed\n"
msgstr ""
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
msgid "pgp failed to write signature\n"
msgstr ""
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
msgid "unable to read the signature\n"
msgstr ""
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
msgid "Couldn't exec gpg\n"
msgstr ""
-#: lib/signature.c:362
+#: lib/signature.c:377
msgid "gpg failed\n"
msgstr ""
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
msgid "gpg failed to write signature\n"
msgstr ""
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
msgid "Generating signature using PGP.\n"
msgstr ""
-#: lib/signature.c:423
+#: lib/signature.c:439
msgid "Generating signature using GPG.\n"
msgstr ""
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
-#: lib/signature.c:635
+#: lib/signature.c:653
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
-#: lib/signature.c:723
+#: lib/signature.c:741
msgid "Couldn't exec pgp\n"
msgstr ""
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr ""
-#: lib/signature.c:772
+#: lib/signature.c:790
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr ""
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, c-format
msgid "%5d exclude %s\n"
msgstr ""
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, c-format
msgid "%5d relocate %s -> %s\n"
msgstr ""
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, c-format
msgid "excluding multilib path %s%s\n"
msgstr ""
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, c-format
msgid "excluding %s %s\n"
msgstr ""
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, c-format
msgid "relocating directory %s to %s\n"
msgstr ""
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr ""
-
-#: lib/uninstall.c:78
-#, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:88
-#, c-format
-msgid "removal of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr ""
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr ""
-#: lib/verify.c:65
+#: lib/verify.c:63
msgid "do not execute %verifyscript (if any)"
msgstr ""
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, c-format
msgid "missing %s"
msgstr ""
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr ""
-
-#: rpmio/rpmio.c:540
-msgid "Server I/O error"
-msgstr ""
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr ""
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr ""
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr ""
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr ""
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr ""
-
-#: rpmio/rpmio.c:558
-msgid "I/O error to local file"
-msgstr ""
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr ""
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr ""
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr ""
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr ""
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr ""
+
+#: rpmio/rpmio.c:540
+msgid "Server I/O error"
+msgstr ""
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr ""
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr ""
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr ""
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr ""
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr ""
+
+#: rpmio/rpmio.c:558
+msgid "I/O error to local file"
+msgstr ""
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr ""
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr ""
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr ""
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
msgid "(no error)"
msgstr ""
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr ""
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr ""
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\n"
"PO-Revision-Date: 2000-08-17 20:22+02:00\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian <no@li.org>\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n"
-#: build.c:26
+#: build.c:25
#, fuzzy, c-format
msgid "cannot open rpm database in %s\n"
msgstr "kan ikke åpne pakkedatabase i %s\n"
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr "feil med avhengigheter under bygging:\n"
-#: build.c:65
+#: build.c:64
#, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr "Kunne ikke åpne spec fil %s: %s\n"
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, fuzzy, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr "Kunne ikke åpne tar rør: %s\n"
#. Give up
-#: build.c:149
+#: build.c:150
#, fuzzy, c-format
msgid "Failed to read spec file from %s\n"
msgstr "Feil under lesing av spec fil fra %s\n"
-#: build.c:177
+#: build.c:178
#, fuzzy, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr "Feil under endring av navn fra %s til %s: %s\n"
-#: build.c:216
+#: build.c:217
#, fuzzy, c-format
msgid "failed to stat %s: %m\n"
msgstr "kunne ikke opprette %s: %s\n"
-#: build.c:221
+#: build.c:222
#, fuzzy, c-format
msgid "File %s is not a regular file.\n"
msgstr "Filen er ikke en vanlig fil: %s\n"
-#: build.c:230
+#: build.c:231
#, fuzzy, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr "Fil %s ser ikke ut til å være en spec fil.\n"
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr "Bygger målplattformene: %s\n"
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr "Bygger for mål %s\n"
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr "rpm: %s\n"
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr "RPM versjon %s\n"
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
#, fuzzy
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr "Copyright © 1998 - Red Hat Software"
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
#, fuzzy
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr ""
"Dette progeammet kan redistribueres fritt under betingelsene gitt i GNU GPL"
-#: rpm.c:209
+#: rpm.c:224
msgid "Usage: rpm {--help}"
msgstr "Bruk: rpm {--help}"
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr " rpm {--version}"
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr " rpm {--initdb} [--dbpath <katalog>]"
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
" [--replacepkgs] [--replacefiles] [--root <katalog>]"
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr " [--excludedocs] [--includedocs] [--noscripts]"
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
" [--rcfile <fil>] [--ignorearch] [--dbpath <katalog>]"
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
" [--prefix <katalog>] [--ignoreos] [--nodeps] "
"[--allfiles]"
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr " [--ftpproxy <vert>] [--ftpport <port>]"
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr " [--httpproxy <vert>] [--httpport <port>]"
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
" [--justdb] [--noorder] [--relocate oldpath=nysti]"
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
" [--badreloc] [--notriggers] [--excludepath <sti>]"
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr " [--ignoresize] fil1.rpm ... filN.rpm"
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
" [--oldpackage] [--root <katalog>] [--noscripts]"
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
" [--excludedocs] [--includedocs] [--rcfile <fil>]"
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
" [--ignorearch] [--dbpath <katalog>] [--prefix "
"<katalog>] "
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr " [--httpproxy <vert>] [--httpport <port>] "
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
" [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr " [--noorder] [--relocate oldpath=nysti]"
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
" [--badreloc] [--excludepath <sti>] [--ignoresize]"
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr " fil1.rpm ... filN.rpm"
-#: rpm.c:232
+#: rpm.c:247
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:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
" [--scripts] [--root <katalog>] [--rcfile <fil>]"
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr " [--whatprovides] [--whatrequires] [--requires]"
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
msgid " [--triggeredby]"
msgstr " [--triggeredby]"
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
msgid " [--provides] [--triggers] [--dump]"
msgstr " [--provides] [--triggers] [--dump]"
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr " [--changelog] [--dbpath <katalog>] [mål]"
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
" rpm {--verify -V -y} [-afpg] [--root <katalog>] [--rcfile <fil>]"
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
" [--dbpath <katalog>] [--nodeps] [--nofiles] "
"[--noscripts]"
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr " [--nomd5] [mål]"
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr " rpm {--setperms} [-afpg] [mål]"
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr " rpm {--setugids} [-afpg] [mål]"
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr " rpm {--freshen -F} fil1.rpm ... filN.rpm"
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
" rpm {--erase -e} [--root <katalog>] [--noscripts] [--rcfile <fil>]"
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr " [--dbpath <katalog>] [--nodeps] [--allmatches]"
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr " [--justdb] [--notriggers] pakke1 ... pakkeN"
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--resign} [--rcfile <fil>] pakke1 pakke2 ... pakkeN"
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--addsign} [--rcfile <fil>] pakke1 pakke2 ... pakkeN"
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <fil>]"
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr " pakke1 ... pakkeN"
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr " rpm {--rebuilddb} [--rcfile <fil>] [--dbpath <katalog>]"
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr " rpm {--querytags}"
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
msgid "Usage:"
msgstr "Bruk:"
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr "skriv ut denne meldingen"
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr "skriv ut hvilken versjon av rpm som brukes"
-#: rpm.c:295
+#: rpm.c:310
msgid " All modes support the following arguments:"
msgstr " Alle modi støtter følgende argumenter:"
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr " --define '<navn> <kropp>'"
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr "definér makro <navn> med verdi <kropp>"
-#: rpm.c:298
+#: rpm.c:313
msgid " --eval '<name>+' "
msgstr " --eval '<navn>+' "
-#: rpm.c:299
+#: rpm.c:314
msgid "print the expansion of macro <name> to stdout"
msgstr "skriv ut utvidelsen av makro <navn> til stdout"
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr " --pipe <kmd> "
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr "send stdout til <kmd>"
-#: rpm.c:302
+#: rpm.c:317
msgid " --rcfile <file> "
msgstr " --rcfile <fil> "
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr "bruk <fil> i stedet for /etc/rpmrc og $HOME/.rpmrc"
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr "vis endelig rpmrc og makrokonfigurasjon"
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr "gi litt mer informasjon"
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr "skriv ut mye informasjon (for feilsøking)"
-#: rpm.c:312
+#: rpm.c:327
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
" Installér, oppgradér og spør (med -p) tillater bruk av URLer i stedet"
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr " for filnavn i tillegg til følgende alternativer:"
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr " --ftpproxy <vert> "
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr "vertsnavn eller IP for ftp proxy"
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr " --ftpport <vert> "
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr "portnummer for ftp tjener (eller proxy)"
-#: rpm.c:318
+#: rpm.c:333
msgid " --httpproxy <host> "
msgstr " --httpproxy <vert> "
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr "vertsnavn eller IP for http proxy"
-#: rpm.c:320
+#: rpm.c:335
msgid " --httpport <port> "
msgstr " --httpport <port> "
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr "portnummer for http tjener (eller proxy)"
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr "spørringsmodus"
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr " --dbpath <katalog> "
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr "bruk <katalog> som katalog for databasen"
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr " --queryformat <spfmt>"
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
msgid "use <qfmt> as the header format (implies --info)"
msgstr "bruk <spfmt> som headerformat (impliserer --info)"
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr " --root <katalog> "
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr "bruk <katalog> som toppnivåkatalog"
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr " Alternativer for pakkespesifikasjon:"
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr "spør i alle pakker"
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr " -f <fil>+ "
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr "spør pakke som eier <fil>"
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr " -p <pakkefil>+ "
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr "spør (uinstallert) pakke <pakkefil>"
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr " --triggeredby <pakke>"
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr "spør pakker utløst av <pakke>"
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr " --whatprovides <cap>"
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr "spør etter pakker som tilbyr <funk> funksjonalitet"
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr " --whatrequires <funk>"
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr "spør etter etter pakker som trenger <funk> funksjonalitet"
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr " Alternativer for informasjonsvalg:"
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr "vis pakkeinformasjon"
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr "vis pakkens endringslogg"
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr "vis pakkens filliste"
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr "vis filtilstander (impliserer -l)"
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr "list kun dokumentasjonsfiler (impliserer -l)"
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr "vis kun konfigurasjonfiler (impliserer -l)"
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
msgstr ""
"vis all verifiserbar informasjon for hver fil (må brukes med -l, -c, eller -d"
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr "list funksjoner pakken tilbyr"
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr "list pakkeavhengigheter"
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr "skriv ut de forskjellige [av]installasjonsskriptene"
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr "vis utløserskriptene som finnes i pakken"
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
"verifisér en pakkeinstallasjon ved å bruke samme alternativer for "
"pakkespesifikasjon som -q"
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr "ikke verifiser pakkeavhengigheter"
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr "ikke verifiser filens md5 sjekksum"
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr "ikke verifiser filattributter"
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr "list tags som kan brukes i et spørringsformat"
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr " --install <pakkefil>"
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr " -i <pakkefil> "
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr "installér pakke"
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr " --excludepath <sti>"
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr "hopp over filer i sti <sti>"
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr " --relocate <gmlsti>=<nysti>"
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr "omplassér filer fra <gmlsti> til <nysti>"
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
msgid "relocate files in non-relocateable package"
msgstr "omplassér filer i ikke-omplasserbar pakke"
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr " --prefix <kat>"
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr "omplassér pakken til <kat>, hvis den er omplasserbar"
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr "ikke installer dokumentasjon"
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr "forkortning for --replacepkgs --replacefiles"
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr "skriv ut skigarder etter som pakken installeres (nyttig med -v)"
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr "installér alle filer, selv konfigurasjoner som ellers kan hoppes over"
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr "ikke verifiser pakkearkitektur"
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr "ikke sjekk diskplass før installasjon"
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr "ikke verifiser operativsystem for pakken"
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr "installér dokumentasjon"
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr "oppdatér databasen, men ikke modifiser filsystemet"
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr "ikke ordne pakkeinstallasjon for å tilfredsstille avhengigheter"
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr "ikke kjør noen installasjonsskript"
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr "ikke kjør skript som utløses av denne pakken"
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr "skriv ut prosentvis fremgang etter som pakken installeres"
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr "installér selv om pakken erstatter installerte filer"
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr "reinstallér selv om pakken allerede er installert"
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr "ikke installér, men si ifra om det ville virke eller ikke"
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr " --upgrade <pakkefil>"
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr " -U <pakkefil>"
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr "oppgradér pakke (samme alternativ som --install, plus)"
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
"oppgradér til en gammel versjon av pakken (--force ved oppgraderinger gjør "
"dette automatisk)"
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr " --erase <pakke>"
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr "slett (avinstallér) pakke"
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
"fjern alle pakker som er lik <pakke> (normalt vil en feil genereres hvis "
"<pakke> spesifiserer flere pakker)"
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr "ikke kjør noen pakkespesifikke skript"
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr " -b<stadium> <spec> "
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr " -t<stadium> <tarball> "
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr "bygg pakke, hvor <steg> er ett av:"
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr "prep (pakk ut kildekoden og legg til patcher)"
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr "listesjekk (utfør noen kontroller på %filer)"
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr "kompilér (prep og kompilér)"
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr "installér (prep, kompilér, installér)"
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr "binær pakke (prep, kompilér, installér, pakk)"
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr "bin/src pakke (prep, kompilér, installér, pakk)"
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr "hopp rett til spesifisert steg (kun for c,i)"
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr "fjern byggtréet når ferdig"
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr "fjern kildekoden når ferdig"
-#: rpm.c:486
+#: rpm.c:501
msgid "remove spec file when done"
msgstr "fjern specfilen når ferdig"
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr "generér PGP/GPG signatur"
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr " --buildroot <kat> "
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr "bruk <katalog> som byggrot"
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr " --target=<plattform>+"
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr "bygg pakkene for mål plattform1...plattformN."
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr "ikke kjør noen steg"
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr " --timecheck <sek> "
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr "sett tidssjekk til <sek> sekunder (0 slår av)"
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr " --rebuild <kilde_pakke>"
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
"installér kildepakke, bygg binærpakke og fjern specfil, kilder, patcher og "
"ikoner."
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr " --recompile <kilde_pakke>"
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr "som --rebuild, men ikke bygg noen pakke"
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr " --resign <pakke>+ "
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr "signér en pakke (forkast nåværende signatur)"
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr " --addsign <pakke>+ "
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr "legg til signatur til en pakke"
-#: rpm.c:508
+#: rpm.c:523
msgid " --checksig <pkg>+"
msgstr " --checksig <pakke>+"
-#: rpm.c:509
+#: rpm.c:524
msgid " -K <pkg>+ "
msgstr " -K <pkg>+ "
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr "verifisér pakkesignatur"
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr "hopp over PGP-signaturer"
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr "hopp over GPG-signaturer"
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr "hopp over MD5-signaturer"
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr "sjekk at en gyldig database eksisterer"
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr "bygg opp igjen databasen fra den eksisterende databasen"
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
"sett filrettigheter til de samme som i pakkedatabasen ved å bruke samme "
"alternativer for pakkespesifikasjon som med -q"
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
"set fileierskap og gruppe til de som er i pakkedatabasen ved å bruke samme "
"alternativer for pakkespesifikasjon som -q"
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr "kun ett større modi kan spesifiseres"
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr "-u og --uninstall er utgått og virker ikke lengre.\n"
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr "Bruk -e eller --erase i stedet.\n"
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr "relokasjoner må begynne med en /"
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr "relokasjoner må inneholde et ="
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr "relokasjoner må ha et / etter ="
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr "eksluderingssti må begynne med en /"
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr "Intern feil i argumentprosesseringen (%d) :-(\n"
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr "én type spørring/verifisering kan utføres om gangen"
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr "uventede flagg for spørring"
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr "ventet spørringsformat"
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr "uventet spørringskilde"
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr "kun installasjon, oppgradering, rmsource og rmspec kan tvinges"
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr "filer kan kun omplasseres under pakkeinstallasjon"
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr "kune en av --prefix eller --relocate kan brukes"
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
"--relocate og --excludepath kan kun brukes ved installasjon av nye pakker"
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr "--prefix kan kun brukes ved installasjon av nye pakker"
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr "argumenter til --prefix må begynne med en /"
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr "--hash (-h) kan kun spesifiseres under pakkeinstallasjon"
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr "--percent kan kun spesifiseres under pakkeinstallasjon"
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr "--replacefiles kan kun spesifiseres under pakkeinstallasjon"
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr ""
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr ""
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr ""
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr ""
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr ""
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr ""
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr ""
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr ""
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"recompilation, installation,erasure, and verification"
msgstr ""
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr ""
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
msgstr ""
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr ""
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr ""
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr ""
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr ""
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr ""
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr ""
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr ""
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr ""
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr ""
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr ""
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr ""
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr ""
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr ""
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr ""
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr ""
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr ""
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr ""
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr ""
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr ""
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr ""
msgid "cannot re-open payload: %s\n"
msgstr ""
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
#, fuzzy
msgid "'<name> <body>'"
msgstr " --define '<navn> <kropp>'"
-#: rpmqv.c:159
+#: rpmqv.c:138
#, fuzzy
msgid "print macro expansion of <expr>+"
msgstr "skriv ut utvidelsen av makro <navn> til stdout"
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
msgid "rebuild database inverted lists from installed package headers"
msgstr ""
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
+msgstr ""
+
+#: rpmqv.c:234
#, fuzzy
-msgid "<package>"
+msgid "<package>+"
msgstr " --erase <pakke>"
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
#, fuzzy
-msgid "upgrade package if already installed"
+msgid "upgrade package(s) if already installed"
msgstr "pakke %s kan ikke relokeres\n"
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
#, fuzzy
msgid "<packagefile>+"
msgstr " -p <pakkefil>+ "
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
#, fuzzy
msgid "do not execute scripts (if any)"
msgstr "ikke kjør noen steg"
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
msgid "don't execute any scriptlets triggered by this package"
msgstr ""
-#: rpmqv.c:313
+#: rpmqv.c:279
#, fuzzy
-msgid "<oldpath>=<newpath>"
+msgid "relocate files from path <old> to <new>"
+msgstr "omplassér filer fra <gmlsti> til <nysti>"
+
+#: rpmqv.c:280
+#, fuzzy
+msgid "<old>=<new>"
msgstr " --relocate <gmlsti>=<nysti>"
-#: rpmqv.c:324
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
+msgstr ""
+
+#: rpmqv.c:291
#, fuzzy
-msgid "upgrade package"
+msgid "upgrade package(s)"
msgstr " --upgrade <pakkefil>"
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
-msgid "Common options for all rpm modes:"
-msgstr ""
-
-#: rpmqv.c:413
-#, c-format
-msgid "Usage: %s {--help}\n"
-msgstr ""
-
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:418
-#, fuzzy, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr " rpm {--rebuilddb} [--rcfile <fil>] [--dbpath <katalog>]"
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-#, fuzzy
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-" [--rcfile <fil>] [--ignorearch] [--dbpath <katalog>]"
-
-#: rpmqv.c:434
-#, fuzzy
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-" [--excludedocs] [--includedocs] [--rcfile <fil>]"
-
-#: rpmqv.c:442
-#, fuzzy, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-" rpm {--erase -e} [--root <katalog>] [--noscripts] [--rcfile <fil>]"
-
-#: rpmqv.c:449
-#, fuzzy
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-" [--scripts] [--root <katalog>] [--rcfile <fil>]"
-
-#: rpmqv.c:456
-#, fuzzy, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
msgstr ""
-" rpm {--verify -V -y} [-afpg] [--root <katalog>] [--rcfile <fil>]"
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
+#: rpmqv.c:343
+msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:461
+#: rpmqv.c:377
#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:465
-#, fuzzy, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
-msgstr " rpm {--resign} [--rcfile <fil>] pakke1 pakke2 ... pakkeN"
-
-#: rpmqv.c:466
-#, fuzzy, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
-msgstr " rpm {--addsign} [--rcfile <fil>] pakke1 pakke2 ... pakkeN"
-
-#: rpmqv.c:467
-#, fuzzy, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
+msgid "Usage: %s {--help}\n"
msgstr ""
-" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <fil>]"
-#: rpmqv.c:511
+#: rpmqv.c:448
msgid " All modes support the following options:"
msgstr ""
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
#, fuzzy
msgid " --eval '<expr>+' "
msgstr " --eval '<navn>+' "
-#: rpmqv.c:515
+#: rpmqv.c:452
#, fuzzy
msgid "print the expansion of macro <expr> to stdout"
msgstr "skriv ut utvidelsen av makro <navn> til stdout"
-#: rpmqv.c:516
+#: rpmqv.c:453
msgid " --pipe <cmd> "
msgstr ""
-#: rpmqv.c:518
+#: rpmqv.c:455
#, fuzzy
msgid " --rcfile <file:...> "
msgstr " --rcfile <fil> "
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
msgid " --dbpath <dir> "
msgstr ""
-#: rpmqv.c:525
+#: rpmqv.c:462
msgid " --root <dir> "
msgstr ""
-#: rpmqv.c:535
+#: rpmqv.c:472
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
-#: rpmqv.c:536
+#: rpmqv.c:473
msgid " of file names as well as the following options:"
msgstr ""
-#: rpmqv.c:537
+#: rpmqv.c:474
msgid " --ftpproxy <host> "
msgstr ""
-#: rpmqv.c:539
+#: rpmqv.c:476
msgid " --ftpport <port> "
msgstr ""
-#: rpmqv.c:541
+#: rpmqv.c:478
msgid " --httpproxy <host> "
msgstr ""
-#: rpmqv.c:543
+#: rpmqv.c:480
msgid " --httpport <port> "
msgstr ""
-#: rpmqv.c:549
+#: rpmqv.c:486
msgid " Package specification options:"
msgstr ""
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
msgid "query/verify all packages"
msgstr ""
-#: rpmqv.c:552
+#: rpmqv.c:489
msgid " -f <file>+ "
msgstr " -f <fil>+ "
-#: rpmqv.c:553
+#: rpmqv.c:490
msgid "query/verify package owning <file>"
msgstr ""
-#: rpmqv.c:554
+#: rpmqv.c:491
msgid " -p <packagefile>+ "
msgstr " -p <pakkefil>+ "
-#: rpmqv.c:555
+#: rpmqv.c:492
msgid "query/verify (uninstalled) package <packagefile>"
msgstr ""
-#: rpmqv.c:556
+#: rpmqv.c:493
msgid " --triggeredby <pkg> "
msgstr " --triggeredby <pakke>"
-#: rpmqv.c:557
+#: rpmqv.c:494
msgid "query/verify packages triggered by <pkg>"
msgstr "spør/verifisér pakker utløst av <pakke>"
-#: rpmqv.c:558
+#: rpmqv.c:495
msgid " --whatprovides <cap> "
msgstr ""
-#: rpmqv.c:559
+#: rpmqv.c:496
msgid "query/verify packages which provide <cap> capability"
msgstr ""
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr ""
-#: rpmqv.c:561
+#: rpmqv.c:498
msgid "query/verify packages which require <cap> capability"
msgstr ""
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
msgid " Information selection options:"
msgstr ""
-#: rpmqv.c:584
+#: rpmqv.c:521
msgid "list capabilities provided by package"
msgstr ""
-#: rpmqv.c:586
+#: rpmqv.c:523
msgid "list capabilities required by package"
msgstr ""
-#: rpmqv.c:588
+#: rpmqv.c:525
msgid "print the various [un]install scriptlets"
msgstr ""
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
msgid " --install <packagefile>"
msgstr ""
-#: rpmqv.c:617
+#: rpmqv.c:554
msgid " -i <packagefile> "
msgstr ""
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr ""
-#: rpmqv.c:647
+#: rpmqv.c:584
msgid "don't execute any installation scriptlets"
msgstr ""
-#: rpmqv.c:652
+#: rpmqv.c:589
msgid " --prefix <dir> "
msgstr ""
-#: rpmqv.c:654
+#: rpmqv.c:591
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpmqv.c:663
+#: rpmqv.c:600
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpmqv.c:664
+#: rpmqv.c:601
msgid " -U <packagefile> "
msgstr ""
-#: rpmqv.c:669
+#: rpmqv.c:606
msgid " --erase <package>"
msgstr ""
-#: rpmqv.c:688
+#: rpmqv.c:625
msgid " --resign <pkg>+ "
msgstr ""
-#: rpmqv.c:690
+#: rpmqv.c:627
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpmqv.c:693
+#: rpmqv.c:630
msgid " --checksig <pkg>+"
msgstr ""
-#: rpmqv.c:694
+#: rpmqv.c:631
msgid " -K <pkg>+ "
msgstr ""
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
msgid "rebuild database indices from existing database headers"
msgstr ""
-#: rpmqv.c:996
+#: rpmqv.c:928
#, fuzzy
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr "Bruk -e eller --erase i stedet.\n"
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr ""
-#: rpmqv.c:1158
+#: rpmqv.c:1086
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr ""
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr ""
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr ""
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr ""
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
#, fuzzy
msgid "Unable to open temp file.\n"
msgstr "Kunne ikke åpne spec fil %s: %s\n"
msgid "syntax error in expression\n"
msgstr ""
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, fuzzy, c-format
msgid "Missing '(' in %s %s\n"
msgstr "mangler andre ':' ved %s:%d"
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, fuzzy, c-format
msgid "Missing ')' in %s(%s\n"
msgstr "mangler andre ':' ved %s:%d"
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, fuzzy, c-format
msgid "Invalid %s token: %s\n"
msgstr "klarte ikke å åpne %s: %s\n"
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr ""
-#: build/files.c:427
+#: build/files.c:429
#, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:439
+#: build/files.c:441
#, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, fuzzy, c-format
msgid "Two files on one line: %s\n"
msgstr "klarte ikke å åpne %s: %s\n"
-#: build/files.c:771
+#: build/files.c:773
#, fuzzy, c-format
msgid "File must begin with \"/\": %s\n"
msgstr "eksluderingssti må begynne med en /"
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
-#: build/files.c:949
+#: build/files.c:952
#, fuzzy, c-format
msgid "File listed twice: %s\n"
msgstr "Fil %s: %s"
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr ""
-#: build/files.c:1165
+#: build/files.c:1239
#, fuzzy, c-format
msgid "File not found: %s\n"
msgstr "klarte ikke å åpne %s: %s\n"
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1297
+#: build/files.c:1371
#, c-format
msgid "File needs leading \"/\": %s\n"
msgstr ""
-#: build/files.c:1327
+#: build/files.c:1401
#, c-format
msgid "File not found by glob: %s\n"
msgstr ""
-#: build/files.c:1382
+#: build/files.c:1455
#, fuzzy
msgid "Could not open %%files file %s: %s\n"
msgstr "Kunne ikke åpne spec fil %s: %s\n"
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, fuzzy, c-format
msgid "line: %s\n"
msgstr "Installerer %s\n"
-#: build/files.c:1720
+#: build/files.c:1791
#, fuzzy, c-format
msgid "Bad file: %s: %s\n"
msgstr "Fil %s: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, fuzzy, c-format
msgid "Couldn't exec %s: %s\n"
msgstr "kunne ikke opprette %s: %s\n"
-#: build/files.c:1794
+#: build/files.c:1864
#, fuzzy, c-format
msgid "Couldn't fork %s: %s\n"
msgstr "klarte ikke å åpne %s: %s\n"
-#: build/files.c:1876
+#: build/files.c:1946
#, c-format
msgid "%s failed\n"
msgstr ""
-#: build/files.c:1880
+#: build/files.c:1950
#, fuzzy, c-format
msgid "failed to write all data to %s\n"
msgstr "kunne ikke opprette %s: %s\n"
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, fuzzy, c-format
msgid "Failed to find %s:\n"
msgstr "klarte ikke å åpne %s: %s\n"
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:52
+#: build/pack.c:61
#, fuzzy, c-format
msgid "create archive failed on file %s: %s\n"
msgstr "klarte ikke å åpne %s: %s\n"
-#: build/pack.c:74
+#: build/pack.c:83
#, c-format
msgid "cpio_copy write failed: %s\n"
msgstr ""
-#: build/pack.c:81
+#: build/pack.c:90
#, fuzzy, c-format
msgid "cpio_copy read failed: %s\n"
msgstr "lesing feilet: %s (%d)"
-#: build/pack.c:165
+#: build/pack.c:174
#, fuzzy, c-format
msgid "Could not open PreIn file: %s\n"
msgstr "Kunne ikke åpne spec fil %s: %s\n"
-#: build/pack.c:172
+#: build/pack.c:181
#, fuzzy, c-format
msgid "Could not open PreUn file: %s\n"
msgstr "Kunne ikke åpne spec fil %s: %s\n"
-#: build/pack.c:179
+#: build/pack.c:188
#, fuzzy, c-format
msgid "Could not open PostIn file: %s\n"
msgstr "Kunne ikke åpne spec fil %s: %s\n"
-#: build/pack.c:186
+#: build/pack.c:195
#, fuzzy, c-format
msgid "Could not open PostUn file: %s\n"
msgstr "Kunne ikke åpne spec fil %s: %s\n"
-#: build/pack.c:194
+#: build/pack.c:203
#, fuzzy, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr "Kunne ikke åpne spec fil %s: %s\n"
-#: build/pack.c:209
+#: build/pack.c:218
#, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr ""
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr ""
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr ""
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr ""
-#: build/pack.c:433
+#: build/pack.c:447
#, c-format
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "Kunne ikke åpne spec fil %s: %s\n"
-#: build/pack.c:485
+#: build/pack.c:499
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr "Kunne ikke åpne spec fil %s: %s\n"
-#: build/pack.c:495
+#: build/pack.c:509
#, fuzzy, c-format
msgid "Unable to read header from %s: %s\n"
msgstr "Kunne ikke åpne spec fil %s: %s\n"
-#: build/pack.c:509
+#: build/pack.c:523
#, fuzzy, c-format
msgid "Unable to write header to %s: %s\n"
msgstr "Feil under endring av navn fra %s til %s: %s\n"
-#: build/pack.c:519
+#: build/pack.c:533
#, fuzzy, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr "Kunne ikke åpne spec fil %s: %s\n"
-#: build/pack.c:525
+#: build/pack.c:539
#, fuzzy, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr "Kunne ikke åpne spec fil %s: %s\n"
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, c-format
msgid "cannot create %s: %s\n"
msgstr ""
msgid "Package has no %%description: %s\n"
msgstr ""
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, c-format
msgid "line %d: Bad number: %s\n"
msgstr ""
-#: build/spec.c:234
+#: build/spec.c:222
#, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr ""
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr ""
-#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
#, c-format
-msgid ""
-"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
-"\tA %s\tB %s\n"
+msgid "db%d error(%d) from %s: %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
#, c-format
-msgid " %s A %s\tB %s\n"
+msgid "db%d error(%d): %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/db1.c:387
#, c-format
-msgid "%s: %-45s YES (added files)\n"
+msgid "closed db file %s\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/db1.c:390
#, c-format
-msgid "%s: %-45s YES (added provide)\n"
+msgid "removed db file %s\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/db1.c:421
#, c-format
-msgid "%s: %-45s %-3s (cached)\n"
+msgid "bad db file %s\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/db1.c:426
#, c-format
-msgid "%s: %-45s YES (rpmrc provides)\n"
+msgid "opening db file %s mode 0x%x\n"
msgstr ""
-#: lib/depends.c:1096
-#, c-format
-msgid "%s: %-45s YES (rpmlib provides)\n"
-msgstr ""
+#. XXX check errno validity
+#: lib/db1.c:449
+#, fuzzy, c-format
+msgid "cannot get %s lock on database\n"
+msgstr "kan ikke åpne pakkedatabase i %s\n"
-#: lib/depends.c:1118
-#, c-format
-msgid "%s: %-45s YES (db files)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
msgstr ""
-#: lib/depends.c:1131
-#, c-format
-msgid "%s: %-45s YES (db provides)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
msgstr ""
-#: lib/depends.c:1145
+#: lib/db2.c:145 lib/db3.c:130
#, c-format
-msgid "%s: %-45s YES (db package)\n"
+msgid "closed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1161
+#: lib/db2.c:161 lib/db3.c:146
#, c-format
-msgid "%s: %-45s NO\n"
+msgid "removed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/db2.c:198 lib/db3.c:183
#, c-format
-msgid "%s: (%s, %s) added to Depends cache.\n"
+msgid "opening db environment %s/%s %s\n"
msgstr ""
-#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/db2.c:588 lib/db3.c:569
#, c-format
-msgid "package %s-%s-%s require not satisfied: %s\n"
+msgid "closed db index %s/%s\n"
msgstr ""
-#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/db2.c:678 lib/db3.c:659
#, c-format
-msgid "package %s conflicts: %s\n"
+msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: lib/depends.c:1523
+#: lib/db2.c:784 lib/db3.c:764
#, c-format
-msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
-msgstr ""
-
-#. Record all relations.
-#: lib/depends.c:1662
-msgid "========== recording tsort relations\n"
-msgstr ""
-
-#. T4. Scan for zeroes.
-#: lib/depends.c:1709
-msgid "========== tsorting packages\n"
+msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: lib/depends.c:1754
-msgid "========== successors only (presentation order)\n"
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
msgstr ""
-#: lib/depends.c:1803
-msgid "LOOP:\n"
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
msgstr ""
-#: lib/depends.c:1834
-msgid "========== continuing tsort ...\n"
+#: lib/dbconfig.c:287
+#, c-format
+msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/dbconfig.c:296
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
+#: lib/dbconfig.c:305
#, c-format
-msgid "db%d error(%d): %s\n"
+msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
-#: lib/db1.c:387
+#. XXX legacy epoch-less requires/conflicts compatibility
+#: lib/depends.c:565
#, c-format
-msgid "closed db file %s\n"
+msgid ""
+"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
+"\tA %s\tB %s\n"
msgstr ""
-#: lib/db1.c:390
+#: lib/depends.c:594
#, c-format
-msgid "removed db file %s\n"
+msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/db1.c:421
+#: lib/depends.c:962
#, c-format
-msgid "bad db file %s\n"
+msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#: lib/db1.c:426
+#: lib/depends.c:1021
#, c-format
-msgid "opening db file %s mode 0x%x\n"
+msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#. XXX check errno validity
-#: lib/db1.c:449
-#, fuzzy, c-format
-msgid "cannot get %s lock on database\n"
-msgstr "kan ikke åpne pakkedatabase i %s\n"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
+#: lib/depends.c:1073
+#, c-format
+msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
+#: lib/depends.c:1092
+#, c-format
+msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/db2.c:141
+#: lib/depends.c:1109
#, c-format
-msgid "closed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr ""
-#: lib/db2.c:153
+#: lib/depends.c:1131
#, c-format
-msgid "removed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/db2.c:190
+#: lib/depends.c:1144
#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
+msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/db2.c:565
+#: lib/depends.c:1158
#, c-format
-msgid "closed db index %s/%s(%s)\n"
+msgid "%s: %-45s YES (db package)\n"
msgstr ""
-#: lib/db2.c:643
+#: lib/depends.c:1174
#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
+msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/db3.c:268
+#: lib/depends.c:1195
#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
+msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr ""
-#: lib/db3.c:297
+#. requirements are not satisfied.
+#: lib/depends.c:1256
#, c-format
-msgid "%s has invalid numeric value, skipped\n"
+msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr ""
-#: lib/db3.c:306
+#. conflicts exist.
+#: lib/depends.c:1323
#, c-format
-msgid "%s has too large or too small long value, skipped\n"
+msgid "package %s conflicts: %s\n"
msgstr ""
-#: lib/db3.c:315
+#: lib/depends.c:1539
#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
+msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr ""
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
+#. Record all relations.
+#: lib/depends.c:1678
+msgid "========== recording tsort relations\n"
msgstr ""
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
+#. T4. Scan for zeroes.
+#: lib/depends.c:1725
+msgid "========== tsorting packages\n"
msgstr ""
-#: lib/db3.c:1013
-#, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
+#: lib/depends.c:1770
+msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/db3.c:1118
-#, c-format
-msgid "cannot get %s lock on %s/%s\n"
+#: lib/depends.c:1819
+msgid "LOOP:\n"
msgstr ""
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
+#: lib/depends.c:1850
+msgid "========== continuing tsort ...\n"
msgstr ""
#: lib/falloc.c:141
msgstr ""
#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
msgid "(not a number)"
msgstr ""
msgid "file %s is on an unknown device\n"
msgstr ""
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
+msgstr ""
+
+#: lib/fsm.c:274
+#, fuzzy, c-format
+msgid "%9d %s\n"
+msgstr "Fil %s: %s"
+
+#: lib/fsm.c:1042
+#, c-format
+msgid "%s directory created with perms %04o.\n"
+msgstr ""
+
+#: lib/fsm.c:1344 lib/fsm.c:1461
+#, fuzzy, c-format
+msgid "%s saved as %s\n"
+msgstr "kunne ikke opprette %s: %s\n"
+
+#: lib/fsm.c:1486
+#, fuzzy, c-format
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr "lesing feilet: %s (%d)"
+
+#: lib/fsm.c:1491
+#, fuzzy, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr "lesing feilet: %s (%d)"
+
+#: lib/fsm.c:1500
+#, fuzzy, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr "lesing feilet: %s (%d)"
+
+#: lib/fsm.c:1517
+#, fuzzy, c-format
+msgid "%s created as %s\n"
+msgstr "kunne ikke opprette %s: %s\n"
+
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr ""
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr ""
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, c-format
-msgid "group %s does not exist - using root\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
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr ""
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr ""
-
-#: lib/install.c:721
-#, fuzzy, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr "kan ikke åpne %s: %s\n"
-
-#: lib/install.c:728 lib/install.c:759
-#, fuzzy, c-format
-msgid "cannot write to %s\n"
-msgstr "kan ikke åpne %s: %s\n"
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, fuzzy, c-format
-msgid "cannot create specdir %s\n"
-msgstr "kan ikke åpne %s: %s\n"
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr ""
-
-#: lib/install.c:796 lib/install.c:825
-#, fuzzy
-msgid "source package contains no .spec file\n"
-msgstr "spør pakke som eier <fil>"
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, fuzzy, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr "Kunne ikke åpne spec fil %s: %s\n"
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr ""
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/install.c:1069
-#, fuzzy, c-format
-msgid "%s created as %s\n"
-msgstr "kunne ikke opprette %s: %s\n"
-
-#: lib/install.c:1105
-#, fuzzy, c-format
-msgid "%s saved as %s\n"
-msgstr "kunne ikke opprette %s: %s\n"
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, fuzzy, c-format
msgid "error creating temporary file %s\n"
msgstr "feil under lesing fra fil %s\n"
-#: lib/package.c:88
+#: lib/package.c:119
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
-#: lib/package.c:143
+#: lib/package.c:179
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, fuzzy, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr "Feil under lesing av spec fil fra %s\n"
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr "prep (pakk ut kildekoden og legg til patcher)"
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr ""
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, c-format
msgid "verify %files section from <specfile>"
msgstr ""
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
#, fuzzy
msgid "build source and binary packages from <specfile>"
msgstr "fant %d kilde- og %d binærpakker\n"
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
#, fuzzy
msgid "build binary package only from <specfile>"
msgstr "spør pakke som eier <fil>"
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
msgid "build source package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr "prep (pakk ut kildekoden og legg til patcher)"
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, c-format
msgid "verify %files section from <tarball>"
msgstr ""
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
#, fuzzy
msgid "build source and binary packages from <tarball>"
msgstr "fant %d kilde- og %d binærpakker\n"
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
msgid "build binary package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
msgid "build source package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
#, fuzzy
msgid "build binary package from <source package>"
msgstr "binær pakke (prep, kompilér, installér, pakk)"
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
msgid "<source package>"
msgstr ""
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr ""
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr ""
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+msgid "debug file state machine"
+msgstr ""
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr ""
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr ""
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, c-format
+msgid "group %s does not exist - using root\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.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr ""
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, fuzzy, c-format
+msgid "cannot create %s %s\n"
+msgstr "kan ikke åpne %s: %s\n"
+
+#: lib/psm.c:661
+#, fuzzy, c-format
+msgid "cannot write to %s\n"
+msgstr "kan ikke åpne %s: %s\n"
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr ""
+
+#: lib/psm.c:733
+#, fuzzy
+msgid "source package contains no .spec file\n"
+msgstr "spør pakke som eier <fil>"
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr ""
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, fuzzy, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr "ikke kjør noen steg"
+
+#: lib/psm.c:998
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr ""
+
+#: lib/query.c:161
#, fuzzy, c-format
msgid "incorrect format: %s\n"
msgstr "feil under lesing fra fil %s\n"
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr ""
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr ""
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr ""
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
msgid "package has neither file owner or id lists\n"
msgstr ""
-#: lib/query.c:418
+#: lib/query.c:428
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr ""
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr ""
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
-#: lib/query.c:624
+#: lib/query.c:637
msgid "no packages\n"
msgstr ""
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr ""
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr ""
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr ""
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr ""
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr ""
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr ""
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr ""
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr ""
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr ""
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr ""
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, fuzzy, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr "kan ikke åpne %s indeks"
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, fuzzy, c-format
msgid "cannot open %s index\n"
msgstr "kan ikke åpne %s indeks"
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr ""
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, fuzzy, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr "feil under lesing fra fil %s\n"
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, fuzzy, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr "feil under lesing fra fil %s\n"
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
msgid "no dbpath has been set\n"
msgstr ""
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr ""
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr ""
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, c-format
msgid "cannot add record originally at %d\n"
msgstr ""
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
#, fuzzy
msgid "Preparing packages for installation..."
msgstr "filer kan kun omplasseres under pakkeinstallasjon"
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr ""
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr ""
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr ""
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr ""
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr ""
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr ""
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, c-format
msgid "cannot open file %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr ""
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, c-format
msgid "cannot open Packages database in %s\n"
msgstr "kan ikke åpne pakkedatabase i %s\n"
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr "pakke %s kan ikke relokeres\n"
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr "feil under lesing fra fil %s\n"
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr "fil %s trenger en nyere versjon av RPM\n"
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr "fant %d kilde- og %d binærpakker\n"
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr "feilede avhengigheter:\n"
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr "installerer binærpakker\n"
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr "kan ikke åpne %s/packages.rpm\n"
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr "\"%s\" spesifiserer flere pakker\n"
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr "fjerning av disse pakkene vil ødelegge avhengigheter:\n"
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, c-format
msgid "cannot open %s: %s\n"
msgstr "kan ikke åpne %s: %s\n"
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr "Installerer %s\n"
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr ""
+
+#: lib/scriptlet.c:236
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr ""
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr ""
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr ""
-#: lib/signature.c:162
+#: lib/signature.c:176
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr ""
-#: lib/signature.c:211
+#: lib/signature.c:230
#, c-format
-msgid "Signature size: %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:212
-#, c-format
-msgid "Signature pad : %d\n"
-msgstr ""
-
-#: lib/signature.c:274
+#: lib/signature.c:289
#, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr ""
-#: lib/signature.c:285
+#: lib/signature.c:300
msgid "pgp failed\n"
msgstr ""
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
msgid "pgp failed to write signature\n"
msgstr ""
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
msgid "unable to read the signature\n"
msgstr ""
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
msgid "Couldn't exec gpg\n"
msgstr ""
-#: lib/signature.c:362
+#: lib/signature.c:377
msgid "gpg failed\n"
msgstr ""
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
msgid "gpg failed to write signature\n"
msgstr ""
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
msgid "Generating signature using PGP.\n"
msgstr ""
-#: lib/signature.c:423
+#: lib/signature.c:439
msgid "Generating signature using GPG.\n"
msgstr ""
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
-#: lib/signature.c:635
+#: lib/signature.c:653
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
-#: lib/signature.c:723
+#: lib/signature.c:741
msgid "Couldn't exec pgp\n"
msgstr ""
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr ""
-#: lib/signature.c:772
+#: lib/signature.c:790
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr ""
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, c-format
msgid "%5d exclude %s\n"
msgstr ""
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, fuzzy, c-format
msgid "%5d relocate %s -> %s\n"
msgstr "kunne ikke opprette %s: %s\n"
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, c-format
msgid "excluding multilib path %s%s\n"
msgstr ""
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, c-format
msgid "excluding %s %s\n"
msgstr ""
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, c-format
msgid "relocating directory %s to %s\n"
msgstr ""
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr ""
-
-#: lib/uninstall.c:78
-#, fuzzy, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr "lesing feilet: %s (%d)"
-
-#: lib/uninstall.c:88
-#, fuzzy, c-format
-msgid "removal of %s failed: %s\n"
-msgstr "lesing feilet: %s (%d)"
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr ""
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr ""
-#: lib/verify.c:65
+#: lib/verify.c:63
#, fuzzy
msgid "do not execute %verifyscript (if any)"
msgstr "ikke kjør noen steg"
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, fuzzy, c-format
msgid "missing %s"
msgstr "mangler andre ':' ved %s:%d"
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr ""
-
-#: rpmio/rpmio.c:540
-msgid "Server I/O error"
-msgstr ""
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr ""
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr ""
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr ""
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr ""
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr ""
-
-#: rpmio/rpmio.c:558
-msgid "I/O error to local file"
-msgstr ""
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr ""
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr ""
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr ""
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr "Fil %s er mindre enn %d bytes"
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr ""
+
+#: rpmio/rpmio.c:540
+msgid "Server I/O error"
+msgstr ""
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr ""
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr ""
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr ""
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr ""
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr ""
+
+#: rpmio/rpmio.c:558
+msgid "I/O error to local file"
+msgstr ""
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr ""
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr ""
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr ""
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
msgid "(no error)"
msgstr ""
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr "fatal feil: "
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr "feil: "
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr "advarsel: "
msgstr "kunne ikke opprette %s: %s\n"
#, fuzzy
+#~ msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
+#~ msgstr " rpm {--rebuilddb} [--rcfile <fil>] [--dbpath <katalog>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
+#~ msgstr ""
+#~ " [--rcfile <fil>] [--ignorearch] [--dbpath <katalog>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <fil>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--erase -e} [--root <katalog>] [--noscripts] [--rcfile <fil>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--scripts] [--root <dir>] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--scripts] [--root <katalog>] [--rcfile <fil>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--verify -V -y} [-afpg] [--root <katalog>] [--rcfile <fil>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#~ msgstr " rpm {--resign} [--rcfile <fil>] pakke1 pakke2 ... pakkeN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#~ msgstr " rpm {--addsign} [--rcfile <fil>] pakke1 pakke2 ... pakkeN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
+#~ "<file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <fil>]"
+
+#, fuzzy
+#~ msgid "cannot create sourcedir %s\n"
+#~ msgstr "kan ikke åpne %s: %s\n"
+
+#, fuzzy
+#~ msgid "rename of %s to %s failed: %s\n"
+#~ msgstr "Kunne ikke åpne spec fil %s: %s\n"
+
+#, fuzzy
+#~ msgid "removal of %s failed: %s\n"
+#~ msgstr "lesing feilet: %s (%d)"
+
+#, fuzzy
#~ msgid ""
#~ " [--macros <file:...>] [--ignorearch] [--dbpath <dir>]"
#~ msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\n"
"PO-Revision-Date: 1999-05-25 17:00+0100\n"
"Last-Translator: Pawe³ Dziekoñski <pdziekonski@mml.ch.pwr.wroc.pl>\n"
"Language-Team: Polish <pl@li.org>\n"
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8-bit\n"
-#: build.c:26
+#: build.c:25
#, fuzzy, c-format
msgid "cannot open rpm database in %s\n"
msgstr "nie mo¿na otworzyæ %s/packages.rpm\n"
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr "niespe³nione zale¿no¶ci:\n"
-#: build.c:65
+#: build.c:64
#, fuzzy, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr "Nie mo¿na otworzyæ pliku spec: %s\n"
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, fuzzy, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr "Otwarcie potoku tara nie powiod³o siê: %s\n"
#. Give up
-#: build.c:149
+#: build.c:150
#, fuzzy, c-format
msgid "Failed to read spec file from %s\n"
msgstr "Odczytanie pliku spec z %s nie powiod³o siê\n"
-#: build.c:177
+#: build.c:178
#, fuzzy, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr "Zmiana nazwy %s na %s nie powiod³a siê\n"
-#: build.c:216
+#: build.c:217
#, fuzzy, c-format
msgid "failed to stat %s: %m\n"
msgstr "stat nie powiod³o siê %s: %s"
-#: build.c:221
+#: build.c:222
#, fuzzy, c-format
msgid "File %s is not a regular file.\n"
msgstr "Plik: %s nie jest regularnym plikiem\n"
-#: build.c:230
+#: build.c:231
#, fuzzy, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr "%s nie wygl±da na pakiet RPM\n"
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr "Budowanie dla platform: %s\n"
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr "Budowanie dla %s\n"
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr "rpm: %s\n"
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr "RPM wersja %s\n"
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
#, fuzzy
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr "Copyright (C) 1998 - Red Hat Software"
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
#, fuzzy
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr "Program mo¿e byæ swobodnie rozpowszechniany na warunkach licencji GNU"
-#: rpm.c:209
+#: rpm.c:224
#, fuzzy
msgid "Usage: rpm {--help}"
msgstr "U¿ycie: rpm {--help}"
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr " rpm {--version}"
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr " rpm {--initdb} [--dbpath <katalog>]"
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
" [--replacepkgs] [--replacefiles] [--root <katalog>]"
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr " [--excludedocs] [--includedocs] [--noscripts]"
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
" [--rcfile <plik>] [--ignorearch] [--dbpath <katalog>]"
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
" [--prefix <katalog>] [--ignoreos] [--nodeps] "
"[--allfiles]"
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr " [--ftpproxy <host>] [--ftpport <port>]"
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
#, fuzzy
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr " [--httpproxy <host>] [--httpport <port>] "
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
#, fuzzy
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
" [--noorder] [--relocate stara-¶cie¿ka=nowa-¶cie¿ka]"
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
" [--badreloc] [--notriggers] [--excludepath <¶cie¿ka>]"
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr " [--ignoresize] plik1.rpm ... plikN.rpm"
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
" [--oldpackage] [--root <katalog>] [--noscripts]"
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
" [--excludedocs] [--includedocs] [--rcfile <plik>]"
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
" [--ignorearch] [--dbpath <katalog>] [--prefix "
"<katalog>] "
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr " [--httpproxy <host>] [--httpport <port>] "
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
" [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr ""
" [--noorder] [--relocate stara-¶cie¿ka=nowa-¶cie¿ka]"
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
" [--badreloc] [--excludepath <¶cie¿ka>] [--ignoresize]"
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr " plik1.rpm ... plikN.rpm"
-#: rpm.c:232
+#: rpm.c:247
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:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
" [--scripts] [--root <katalog>] [--rcfile <plik>]"
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr " [--whatprovides] [--whatrequires] [--requires]"
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
#, fuzzy
msgid " [--triggeredby]"
msgstr " [--nomd5] [cele]"
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
#, fuzzy
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
" [--ftpport <port>] [--provides] [--triggers] [--dump]"
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr " [--changelog] [--dbpath <katalog>] [cele]"
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
" rpm {--verify -V -y} [-afpg] [--root <katalog>] [--rcfile <plik>]"
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
" [--dbpath <katalog>] [--nodeps] [--nofiles] "
"[--noscripts]"
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr " [--nomd5] [cele]"
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr " rpm {--setperms} [-afpg] [cel]"
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr " rpm {--setugids} [-afpg] [cel]"
-#: rpm.c:245
+#: rpm.c:260
#, fuzzy
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr " plik1.rpm ... plikN.rpm"
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
" rpm {--erase -e} [--root <katalog>] [--noscripts] [--rcfile <plik>]"
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr " [--dbpath <katalog>] [--nodeps] [--allmatches]"
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
#, fuzzy
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr " [--justdb] [--notriggers] pakiet1 ... pakietN"
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--resign} [--rcfile <plik>] pakiet1 pakiet2 ... pakietN"
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--addsign} [--rcfile <plik>] pakiet1 pakiet2 ... pakietN"
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <plik>]"
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr " pakiet1 ... pakietN"
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr " rpm {--rebuilddb} [--rcfile <plik>] [--dbpath <katalog>]"
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr " rpm {--querytags}"
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
#, fuzzy
msgid "Usage:"
msgstr "u¿ycie:"
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr "wy¶wietl ten tekst"
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr "wy¶wietl wersjê u¿ywanego rpm-a"
-#: rpm.c:295
+#: rpm.c:310
#, fuzzy
msgid " All modes support the following arguments:"
msgstr " wszystkie tryby pracy pozwalaj± u¿yæ nastêpuj±cych argumentów:"
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
#, fuzzy
msgid " --eval '<name>+' "
msgstr " --pipe <komenda> "
-#: rpm.c:299
+#: rpm.c:314
#, fuzzy
msgid "print the expansion of macro <name> to stdout"
msgstr "wy¶wietl wersjê u¿ywanego rpm-a"
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr " --pipe <komenda> "
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr "przeka¿ standartowe wyj¶cie do <komenda>"
-#: rpm.c:302
+#: rpm.c:317
#, fuzzy
msgid " --rcfile <file> "
msgstr " --rcfile <plik> "
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr "u¿yj <plik> zamiast /etc/rpmrc i $HOME/.rpmrc"
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr "wy¶wietlaj nieco wiêcej komunikatów"
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr "wy¶wietlaj BARDZO du¿o komunikatów (dla odpluskwiania)"
-#: rpm.c:312
+#: rpm.c:327
#, fuzzy
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
" instalacja, uaktualnianie i odpytywanie (z opcj± -p) pozwalaj± u¿yæ URL'a "
"ftp zamiast"
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr " nazwy pliku tak jak i nastêpuj±cych opcji:"
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr " --ftpproxy <host> "
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr "nazwa lub numer IP maszyny bêd±cej ftp proksy"
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr " --ftpport <port> "
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr "numer portu serwera ftp (lub proksy)"
-#: rpm.c:318
+#: rpm.c:333
#, fuzzy
msgid " --httpproxy <host> "
msgstr " --httpproxy <host> "
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr "nazwa lub IP hosta bêd±cego http proksy"
-#: rpm.c:320
+#: rpm.c:335
#, fuzzy
msgid " --httpport <port> "
msgstr " --httpport <port> "
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr "numer portu serwera http (albo proksy)"
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr "tryb odpytywania"
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr " --dbpath <katalog> "
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr "u¿yj <katalog> jako katalogu bazy pakietów"
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr " --queryformat <format zapytania>"
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
#, fuzzy
msgid "use <qfmt> as the header format (implies --info)"
msgstr "u¿yj <format zapytania> jako formatu nag³ówka (dotyczy -i)"
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr " --root <katalog> "
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr "u¿yj <katalogu> jako katalogu najwy¿szego poziomu"
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr " Opcje selekcjonuj±ce pakiety:"
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr "odpytuj wszystkie pakiety"
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr " -f <plik>+ "
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr "zapytaj do jakiego pakietu nale¿y <plik>"
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr " -p <nazwa pakietu>+ "
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr "odpytaj (niezainstalowany) pakiet <nazwa pakietu>"
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr " --triggeredby <pakiet>"
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr "odpytaj pakiety zahaczane przez <pakiet>"
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr " --whatprovides <zas>"
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr "odszukaj pakiety udostêpniaj±ce zasób <zas>"
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr " --whatrequires <zas>"
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr "odszukaj pakiety wymagaj±ce zasobu <zas>"
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr " Opcje odpytuj±ce pakiety:"
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr "wy¶wietl informacjê o pakiecie"
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr "wy¶wietl wykaz zmian dokonanych w pakiecie"
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr "wy¶wietl listê plików zawartych w pakiecie"
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr "poka¿ statusy plików (dotyczy -l)"
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr "wy¶wietl tylko pliki dokumentacji (dotyczy -l)"
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr "wy¶wietl tylko pliki konfiguracyjne (dotyczy -l)"
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
msgstr ""
"poka¿ wszystkie informacje o ka¿dym pliku (musi byæ u¿yte z -l, -c lub -d)"
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr "wypisz zasoby udostêpniane przez pakiet"
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr "wypisz zale¿no¶ci pakietu"
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr "wy¶wietl skrypty [de]instalacyjne"
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr "wy¶wietl trigger skrypty zawarte w pakiecie"
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
msgstr "sprawd¼ stan pakietu (u¿ywa tych samych opcji co -q)"
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr "nie sprawdzaj zale¿no¶ci pakietu"
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr "nie sprawdzaj sum kontrolnych md5 plików"
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr "nie sprawdzaj atrybutów plików"
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr "wypisz etykiety w³asno¶ci, o które mo¿na zapytaæ"
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr " --install <nazwa pakietu>"
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr " -i <nazwa pakietu> "
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr "instaluj pakiet"
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr " --excludepath <¶cie¿ka>"
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr "pomiñ pliki le¿±ce w <¶cie¿ce>"
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr " --relocate <stara-¶cie¿ka>=<nowa-¶cie¿ka>"
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr "przesuñ pliki z drzewa <stara-¶cie¿ka> do drzewa <nowa-¶cie¿ka>"
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
#, fuzzy
msgid "relocate files in non-relocateable package"
msgstr "nie mo¿na u¿yæ ¶cie¿ki %s przy przesuwaniu pakietu %s-%s-%s"
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr " --prefix <katalog> "
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr "przesuñ pliki pakietu do drzewa <katalog>, je¶li jest przesuwalny"
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr "nie instaluj dokumentacji"
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr "skrócona wersja kombinacji --replacepkgs --replacefiles"
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr "wy¶wietlaj znaki hash przy instalacji (fajne z -v)"
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
"instaluj wszystkie pliki, nawet konfiguracyjne, które w innym przypadku by "
"pominêto"
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr "nie sprawdzaj architektury systemu"
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr "nie sprawdzaj zajêto¶ci dysku przed instalacj±"
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr "nie sprawdzaj rodzaju systemu operacyjnego"
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr "zainstaluj dokumentacjê"
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr "od¶wie¿ bazê, ale nie modyfikuj systemu plików"
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr "nie zmieniaj kolejno¶ci instalacji pakietów by zapewniæ zale¿no¶ci"
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr "nie wykonuj ¿adnych skryptów instalacyjnych"
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr "wy¶wietlaj stan instalacji w procentach"
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr "instaluj nawet gdy pakiet zastêpuje inne zainstalowane pliki"
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr "przeinstaluj je¶li pakiet jest ju¿ zainstalowany"
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr "nie instaluj, podaj tylko czy instalacja zadzia³a czy nie"
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr " --upgrade <nazwa pakietu>"
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr " -U <nazwa pakietu> "
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr "uaktualnij pakiet (te same opcje jak --install, plus)"
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
"uaktualnij do starej wersji (--force robi to samo automatycznie podczas "
"uaktualniania)"
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr " --erase <pakiet>"
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr "usuñ (odinstaluj) pakiet"
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
"usuñ wszystkie pakiety, które spe³niaj± wzorzec <pakiet> (zazwyczaj "
"wy¶wietlany jest b³±d gdy <pakiet> opisuje wiele pakietów)"
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr "nie wykonuj ¿adnych skryptów instalacyjnych"
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr " -b<etap> <plik-spec> "
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr " -t<etap> <plik-tar> "
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr "buduj pakiet, gdzie <etap> to:"
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr "preparuj (rozpakuj ¼ród³a i na³ó¿ ³aty)"
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr ""
"sprawdzanie z listy (wykonuje kilka podstawowych weryfikacji na %files)"
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr "kompiluj (preparuj i kompiluj)"
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr "instaluj (preparuj, kompiluj i instaluj)"
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr "pakiet binarny (preparuj, kompiluj, instaluj, pakiet)"
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr "pakiet binarny/¼ród³owy (preparuj, kompiluj, instaluj, pakiet)"
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr "przejd¼ od razu do podanego etapu (tylko dla c,i)"
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr "usuñ budowane drzewo po skoñczeniu"
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr "usuñ ¼ród³a po zakoñczeniu"
-#: rpm.c:486
+#: rpm.c:501
#, fuzzy
msgid "remove spec file when done"
msgstr "usuñ speca po zakoñczeniu"
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr "generuj sygnaturê PGP/GPG"
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr " --buildroot <katalog>"
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr "u¿yj <katalog> jako korzeñ budowanego drzewa"
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr " --target=<platforma>+"
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr "buduj pakiety dla platform docelowych platforma1...platformaN."
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr "nie wykonuj ¿adnych etapów"
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr " --timecheck <sekundy>"
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr "ustaw sprawdzanie czasu do ilo¶ci <sekund> (0 wy³±cza)"
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr " --rebuild <pkt_¼ród³> "
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
"instaluj pakiet ¼ród³owy, buduj pakiet binarny i usuñ plik spec, ¼ród³a, "
"³aty i ikony"
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr " --recompile <pkt_¼ród³>"
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr "jak --rebuild, ale nie buduj ¿adnych pakietów"
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr " --resign <pakiet>+ "
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr "podpisz pakiet (porzuæ bierz±c± sygnaturê)"
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr " --addsign <pakiet>+ "
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr "dodaj sygnaturê do pakietu"
-#: rpm.c:508
+#: rpm.c:523
#, fuzzy
msgid " --checksig <pkg>+"
msgstr " --checksig <pakiet>+ "
-#: rpm.c:509
+#: rpm.c:524
#, fuzzy
msgid " -K <pkg>+ "
msgstr " --resign <pakiet>+ "
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr "sprawd¼ sygnaturê pakietu"
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr "pomiñ wszelkie sygnatury PGP"
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr "pomiñ wszelkie sygnatury GPG"
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr "pomiñ wszelkie sygnatury MD5"
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr "upewnij siê, ¿e poprawna baza istnieje"
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr "przebuduj istniej±c± bazê"
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
"ustaw prawa dostêpu takie jak zapisano w bazie pakietów (u¿ywa tych samych "
"opcji co -q)"
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
"ustaw w³a¶ciciela i grupê takie jak zapisano w bazie pakietów (u¿ywa tych "
"samych opcji co -q)"
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr "tylko jeden g³ówny tryb pracy mo¿e byæ podany"
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr "-u i --uninstall nie s± ju¿ obs³ugiwane i nie pracuj±.\n"
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr "U¿yj -e lub --erase\n"
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr "drzewa przesuniêæ musz± zaczynaæ sie od /"
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr "specyfikacja przesuniêcia musi zawieraæ ="
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr "specyfikacja przesuniêcia musi zawieraæ / po ="
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr "¶cie¿ki wy³±czeñ musz± siê zaczynaæ od /"
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr "B³±d wewnêtrzny w przetwarzaniu argumentu (%d) :-(\n"
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr "tylko jeden typ odpytywania/sprawdzania mo¿na wykonaæ na raz"
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr "b³êdna konstrukcja argumentów odpytywania"
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr "b³êdna konstrukcja argumentów odpytywania"
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr "b³êdna konstrukcja argumentów odpytywania"
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr "tylko instalacjê, uaktualnienie i usuwanie ¼róde³ mo¿na wymusiæ"
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr "przesuwania plików mo¿na dokonaæ tylko w trakcie instalacji"
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr "nie mo¿na jednocze¶nie u¿yæ --prefix i --relocate"
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
"--relocate i --excludepath mo¿na u¿yæ tylko w trakcie instalacji nowych "
"pakietów"
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr "--prefix mo¿na u¿yæ tylko w trakcie instalacji nowych pakietów"
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr "argumenty dla --prefix musz± siê rozpoczynaæ od /"
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr "--hash (-h) mo¿na u¿yæ tylko w trakcie instalacji pakietów"
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr "--percent mo¿na u¿yæ tylko w trakcie instalacji pakietów"
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr "--replacefiles mo¿na u¿yæ tylko w trakcie instalacji pakietów"
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr "--replacepkgs mo¿na u¿yæ tylko w trakcie instalacji pakietów"
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr "--excludedocs mo¿na u¿yæ tylko w trakcie instalacji pakietów"
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr "--includedocs mo¿na u¿yæ tylko w trakcie instalacji pakietów"
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr "nie mo¿na jednocze¶nie u¿yæ --excludedocs i --includedocs"
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr "--ignorearch mo¿na u¿yæ tylko w trakcie instalacji pakietów"
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr "--ignoreos mo¿na u¿yæ tylko w trakcie instalacji pakietów"
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr "--ignoresize mo¿na u¿yæ tylko w trakcie instalacji pakietów"
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr "--allmatches mo¿na u¿yæ tylko w trakcie usuwania pakietów"
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr "--allfiles mo¿na u¿yæ tylko w trakcie instalacji pakietów"
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr "--justdb mo¿na u¿yæ tylko w trakcie instalacji lub usuwania pakietów"
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
"--noscripts mo¿na u¿yæ tylko w trakcie instalacji, usuwania lub sprawdzania "
"pakietów"
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
"--notriggers mo¿na u¿yæ tylko w trakcie instalacji, usuwania lub sprawdzania "
"pakietów"
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
#, fuzzy
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"--nodeps mo¿na u¿yæ tylko w trakcie budowania, instalacji, usuwania lub "
"sprawdzania pakietów"
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr ""
"--test mo¿na u¿yæ tylko w trakcie instalacji, usuwania lub budowania pakietów"
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
"--root (-r) mo¿na u¿yæ tylko w trakcie instalacji, usuwania, sprawdzania "
"pakietów lub przebudowywania bazy"
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr "argumenty dla --root (-r) musz± siê rozpoczynaæ od /"
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr "--oldpackage mo¿na u¿yæ tylko podczas aktualizacji"
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr "--nopgp mo¿na u¿yæ tylko w trakcie sprawdzania sygnatury"
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr "--nogpg mo¿na u¿yæ tylko podczas sprawdzania sygnatury"
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr ""
"--nomd5 mo¿na u¿yæ tylko podczas sprawdzania sygnatury i weryfkiacji pakietu"
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr "brak dostêpu do pliku %s\n"
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr "nie znaleziono pgp: "
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr "Podaj has³o: "
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr "Weryfikacja has³a nieudana\n"
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr "Has³o jest prawid³owe.\n"
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr "B³êdny %%_signature spec w pliku makra.\n"
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr "--sign mo¿na u¿yæ tylko w trakcie budowania pakietu"
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr "wykonanie nie powiod³o siê\n"
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr "nieoczekiwane argumenty dla --querytags "
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr "nie podano nazwy pakietu do sprawdzenia sygnatury"
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr "nie podano nazwy pakietu do podpisania"
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr "nie podano nazw plików do usuniêcia"
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr "nie podano nazw plików do zainstalowania"
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr "zbyt wiele argumentów dla odpytywania wszystkich pakietów"
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr "nie podano argumentów dla trybu zapytañ"
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr "zbyt wiele argumentów dla weryfikacji wszystkich pakietów"
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr "nie podano argumentów dla sprawdzania"
msgid "cannot re-open payload: %s\n"
msgstr "nie mo¿na otworzyæ pliku %s\n"
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
#, fuzzy
msgid "print macro expansion of <expr>+"
msgstr "wy¶wietl wersjê u¿ywanego rpm-a"
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
#, fuzzy
msgid "rebuild database inverted lists from installed package headers"
msgstr "przebuduj istniej±c± bazê"
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
+msgstr ""
+
+#: rpmqv.c:234
#, fuzzy
-msgid "<package>"
+msgid "<package>+"
msgstr "znaleziono %d pakietów\n"
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:238 rpmqv.c:564
#, fuzzy
msgid "skip files with leading component <path> "
msgstr "pomiñ pliki le¿±ce w <¶cie¿ce>"
-#: rpmqv.c:267
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
#, fuzzy
-msgid "upgrade package if already installed"
+msgid "upgrade package(s) if already installed"
msgstr "pakiet %s-%s-%s jest ju¿ zainstalowany"
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
#, fuzzy
msgid "<packagefile>+"
msgstr " -p <nazwa pakietu>+ "
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
#, fuzzy
msgid "do not execute scripts (if any)"
msgstr "nie wykonuj ¿adnych etapów"
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
#, fuzzy
msgid "don't execute any scriptlets triggered by this package"
msgstr "odpytywanie pakietów zahaczanych przez pakiet"
-#: rpmqv.c:313
+#: rpmqv.c:279
#, fuzzy
-msgid "<oldpath>=<newpath>"
+msgid "relocate files from path <old> to <new>"
+msgstr "przesuñ pliki z drzewa <stara-¶cie¿ka> do drzewa <nowa-¶cie¿ka>"
+
+#: rpmqv.c:280
+#, fuzzy
+msgid "<old>=<new>"
msgstr " --relocate <stara-¶cie¿ka>=<nowa-¶cie¿ka>"
-#: rpmqv.c:324
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
+msgstr ""
+
+#: rpmqv.c:291
#, fuzzy
-msgid "upgrade package"
+msgid "upgrade package(s)"
msgstr " --upgrade <nazwa pakietu>"
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
#, fuzzy
msgid "Signature options:"
msgstr "Rozmiar sygnatury: %d\n"
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
+msgstr ""
+
+#: rpmqv.c:343
msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:413
+#: rpmqv.c:377
#, fuzzy, c-format
msgid "Usage: %s {--help}\n"
msgstr "U¿ycie: rpm {--help}"
-#: rpmqv.c:417
-#, fuzzy, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr " rpm {--initdb} [--dbpath <katalog>]"
-
-#: rpmqv.c:418
-#, fuzzy, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr " rpm {--rebuilddb} [--rcfile <plik>] [--dbpath <katalog>]"
-
-#: rpmqv.c:422
-#, fuzzy, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
-
-#: rpmqv.c:425
-#, fuzzy
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-" [--rcfile <plik>] [--ignorearch] [--dbpath <katalog>]"
-
-#: rpmqv.c:434
-#, fuzzy
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-" [--excludedocs] [--includedocs] [--rcfile <plik>]"
-
-#: rpmqv.c:442
-#, fuzzy, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-" rpm {--erase -e} [--root <katalog>] [--noscripts] [--rcfile <plik>]"
-
-#: rpmqv.c:449
-#, fuzzy
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-" [--scripts] [--root <katalog>] [--rcfile <plik>]"
-
-#: rpmqv.c:456
-#, fuzzy, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-" rpm {--verify -V -y} [-afpg] [--root <katalog>] [--rcfile <plik>]"
-
-#: rpmqv.c:460
-#, fuzzy, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr " rpm {--setperms} [-afpg] [cel]"
-
-#: rpmqv.c:461
-#, fuzzy, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr " rpm {--setugids} [-afpg] [cel]"
-
-#: rpmqv.c:465
-#, fuzzy, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
-msgstr " rpm {--resign} [--rcfile <plik>] pakiet1 pakiet2 ... pakietN"
-
-#: rpmqv.c:466
-#, fuzzy, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
-msgstr " rpm {--addsign} [--rcfile <plik>] pakiet1 pakiet2 ... pakietN"
-
-#: rpmqv.c:467
-#, fuzzy, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
-msgstr ""
-" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <plik>]"
-
-#: rpmqv.c:511
+#: rpmqv.c:448
#, fuzzy
msgid " All modes support the following options:"
msgstr " wszystkie tryby pracy pozwalaj± u¿yæ nastêpuj±cych argumentów:"
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
#, fuzzy
msgid " --eval '<expr>+' "
msgstr " --pipe <komenda> "
-#: rpmqv.c:515
+#: rpmqv.c:452
#, fuzzy
msgid "print the expansion of macro <expr> to stdout"
msgstr "wy¶wietl wersjê u¿ywanego rpm-a"
-#: rpmqv.c:516
+#: rpmqv.c:453
#, fuzzy
msgid " --pipe <cmd> "
msgstr " --pipe <komenda> "
-#: rpmqv.c:518
+#: rpmqv.c:455
#, fuzzy
msgid " --rcfile <file:...> "
msgstr " --rcfile <plik> "
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
#, fuzzy
msgid " --dbpath <dir> "
msgstr " --dbpath <katalog> "
-#: rpmqv.c:525
+#: rpmqv.c:462
#, fuzzy
msgid " --root <dir> "
msgstr " --root <katalog> "
-#: rpmqv.c:535
+#: rpmqv.c:472
#, fuzzy
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
" instalacja, uaktualnianie i odpytywanie (z opcj± -p) pozwalaj± u¿yæ URL'a "
"ftp zamiast"
-#: rpmqv.c:536
+#: rpmqv.c:473
#, fuzzy
msgid " of file names as well as the following options:"
msgstr " nazwy pliku tak jak i nastêpuj±cych opcji:"
-#: rpmqv.c:537
+#: rpmqv.c:474
#, fuzzy
msgid " --ftpproxy <host> "
msgstr " --ftpproxy <host> "
-#: rpmqv.c:539
+#: rpmqv.c:476
#, fuzzy
msgid " --ftpport <port> "
msgstr " --ftpport <port> "
-#: rpmqv.c:541
+#: rpmqv.c:478
#, fuzzy
msgid " --httpproxy <host> "
msgstr " --httpproxy <host> "
-#: rpmqv.c:543
+#: rpmqv.c:480
#, fuzzy
msgid " --httpport <port> "
msgstr " --httpport <port> "
-#: rpmqv.c:549
+#: rpmqv.c:486
#, fuzzy
msgid " Package specification options:"
msgstr " Opcje selekcjonuj±ce pakiety:"
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
#, fuzzy
msgid "query/verify all packages"
msgstr "odpytuj wszystkie pakiety"
-#: rpmqv.c:552
+#: rpmqv.c:489
#, fuzzy
msgid " -f <file>+ "
msgstr " -f <plik>+ "
-#: rpmqv.c:553
+#: rpmqv.c:490
#, fuzzy
msgid "query/verify package owning <file>"
msgstr "zapytaj do jakiego pakietu nale¿y <plik>"
-#: rpmqv.c:554
+#: rpmqv.c:491
#, fuzzy
msgid " -p <packagefile>+ "
msgstr " -p <nazwa pakietu>+ "
-#: rpmqv.c:555
+#: rpmqv.c:492
#, fuzzy
msgid "query/verify (uninstalled) package <packagefile>"
msgstr "odpytaj (niezainstalowany) pakiet <nazwa pakietu>"
-#: rpmqv.c:556
+#: rpmqv.c:493
#, fuzzy
msgid " --triggeredby <pkg> "
msgstr " --triggeredby <pakiet>"
-#: rpmqv.c:557
+#: rpmqv.c:494
#, fuzzy
msgid "query/verify packages triggered by <pkg>"
msgstr "odpytaj pakiety zahaczane przez <pakiet>"
-#: rpmqv.c:558
+#: rpmqv.c:495
#, fuzzy
msgid " --whatprovides <cap> "
msgstr " --whatprovides <zas>"
-#: rpmqv.c:559
+#: rpmqv.c:496
#, fuzzy
msgid "query/verify packages which provide <cap> capability"
msgstr "odszukaj pakiety udostêpniaj±ce zasób <zas>"
-#: rpmqv.c:560
+#: rpmqv.c:497
#, fuzzy
msgid " --whatrequires <cap> "
msgstr " --whatrequires <zas>"
-#: rpmqv.c:561
+#: rpmqv.c:498
#, fuzzy
msgid "query/verify packages which require <cap> capability"
msgstr "odszukaj pakiety wymagaj±ce zasobu <zas>"
-#: rpmqv.c:565
+#: rpmqv.c:502
#, fuzzy
msgid " --queryformat <qfmt> "
msgstr " --queryformat <format zapytania>"
-#: rpmqv.c:568
+#: rpmqv.c:505
#, fuzzy
msgid " Information selection options:"
msgstr " Opcje odpytuj±ce pakiety:"
-#: rpmqv.c:584
+#: rpmqv.c:521
#, fuzzy
msgid "list capabilities provided by package"
msgstr "wypisz zasoby udostêpniane przez pakiet"
-#: rpmqv.c:586
+#: rpmqv.c:523
#, fuzzy
msgid "list capabilities required by package"
msgstr "wypisz zasoby udostêpniane przez pakiet"
-#: rpmqv.c:588
+#: rpmqv.c:525
#, fuzzy
msgid "print the various [un]install scriptlets"
msgstr "wy¶wietl skrypty [de]instalacyjne"
-#: rpmqv.c:590
+#: rpmqv.c:527
#, fuzzy
msgid "show the trigger scriptlets contained in the package"
msgstr "wy¶wietl trigger skrypty zawarte w pakiecie"
-#: rpmqv.c:616
+#: rpmqv.c:553
#, fuzzy
msgid " --install <packagefile>"
msgstr " --install <nazwa pakietu>"
-#: rpmqv.c:617
+#: rpmqv.c:554
#, fuzzy
msgid " -i <packagefile> "
msgstr " -i <nazwa pakietu> "
-#: rpmqv.c:626
+#: rpmqv.c:563
#, fuzzy
msgid " --excludepath <path> "
msgstr " --excludepath <¶cie¿ka>"
-#: rpmqv.c:647
+#: rpmqv.c:584
#, fuzzy
msgid "don't execute any installation scriptlets"
msgstr "nie wykonuj ¿adnych skryptów instalacyjnych"
-#: rpmqv.c:652
+#: rpmqv.c:589
#, fuzzy
msgid " --prefix <dir> "
msgstr " --prefix <katalog> "
-#: rpmqv.c:654
+#: rpmqv.c:591
#, fuzzy
msgid " --relocate <oldpath>=<newpath>"
msgstr " --relocate <stara-¶cie¿ka>=<nowa-¶cie¿ka>"
-#: rpmqv.c:663
+#: rpmqv.c:600
#, fuzzy
msgid " --upgrade <packagefile>"
msgstr " --upgrade <nazwa pakietu>"
-#: rpmqv.c:664
+#: rpmqv.c:601
#, fuzzy
msgid " -U <packagefile> "
msgstr " -U <nazwa pakietu> "
-#: rpmqv.c:669
+#: rpmqv.c:606
#, fuzzy
msgid " --erase <package>"
msgstr " --erase <pakiet>"
-#: rpmqv.c:688
+#: rpmqv.c:625
#, fuzzy
msgid " --resign <pkg>+ "
msgstr " --resign <pakiet>+ "
-#: rpmqv.c:690
+#: rpmqv.c:627
#, fuzzy
msgid " --addsign <pkg>+ "
msgstr " --addsign <pakiet>+ "
-#: rpmqv.c:693
+#: rpmqv.c:630
#, fuzzy
msgid " --checksig <pkg>+"
msgstr " --checksig <pakiet>+ "
-#: rpmqv.c:694
+#: rpmqv.c:631
#, fuzzy
msgid " -K <pkg>+ "
msgstr " --resign <pakiet>+ "
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
#, fuzzy
msgid "rebuild database indices from existing database headers"
msgstr "przebuduj istniej±c± bazê"
-#: rpmqv.c:996
+#: rpmqv.c:928
#, fuzzy
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr "U¿yj -e lub --erase\n"
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr "--dbpath podano dla operacji nie u¿ywaj±cej bazy"
-#: rpmqv.c:1158
+#: rpmqv.c:1086
#, fuzzy
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr "--justdb mo¿na u¿yæ tylko w trakcie instalacji lub usuwania pakietów"
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr "nie podano nazw pakietów do przebudowania"
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr "nie podano nazw plików spec do budowania"
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr "nie podano nazw plików tar do budowania"
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
#, fuzzy
msgid "Unable to open temp file.\n"
msgstr "Nie mo¿na otworzyæ pliku tymczasowego"
msgid "syntax error in expression\n"
msgstr "b³±d sk³adni w wyra¿eniu"
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr "TIMECHECK nie powiod³o siê: %s\n"
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, fuzzy, c-format
msgid "Missing '(' in %s %s\n"
msgstr "Brak '(' w %s %s"
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, fuzzy, c-format
msgid "Missing ')' in %s(%s\n"
msgstr "Brak ')' w %s(%s"
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, fuzzy, c-format
msgid "Invalid %s token: %s\n"
msgstr "B³êdny znak %s: %s"
-#: build/files.c:379
+#: build/files.c:381
#, fuzzy, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr "Brak bia³ego znaku po %s(): %s"
-#: build/files.c:417
+#: build/files.c:419
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr "B³êdna sk³adnia: %s(%s)"
-#: build/files.c:427
+#: build/files.c:429
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr "B³êdne okre¶lenie trybu: %s(%s)"
-#: build/files.c:439
+#: build/files.c:441
#, fuzzy, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr "B³êdne okre¶lenie dirmode: %s(%s)"
-#: build/files.c:576
+#: build/files.c:578
#, fuzzy
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr "Niespotykana d³ugo¶æ okre¶lenia lokalizacji \"%.*s\" w %%lang(%s)"
-#: build/files.c:586
+#: build/files.c:588
#, fuzzy
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr "Powtórzone okre¶lenie lokalizacji %.*s w %%lang(%s)"
-#: build/files.c:723
+#: build/files.c:725
#, fuzzy
msgid "Hit limit for %%docdir\n"
msgstr "Limit trafieñ dla %%docdir"
-#: build/files.c:729
+#: build/files.c:731
#, fuzzy
msgid "Only one arg for %%docdir\n"
msgstr "Tylko jeden argument dla %%docdir"
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, fuzzy, c-format
msgid "Two files on one line: %s\n"
msgstr "Dwa pliki w jedenj linii: %s"
-#: build/files.c:771
+#: build/files.c:773
#, fuzzy, c-format
msgid "File must begin with \"/\": %s\n"
msgstr "Plik musi siê zaczynaæ od \"/\": %s"
-#: build/files.c:783
+#: build/files.c:785
#, fuzzy
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr "Nie mo¿na mieszaæ specjalnej %%doc z innymi formami: %s"
-#: build/files.c:949
+#: build/files.c:952
#, fuzzy, c-format
msgid "File listed twice: %s\n"
msgstr "Plik podany dwukrotnie: %s"
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr "Plik nie zgadza siê z prefiksem (%s): %s"
-#: build/files.c:1165
+#: build/files.c:1239
#, fuzzy, c-format
msgid "File not found: %s\n"
msgstr "Nie znaleziono pliku: %s"
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr "B³êdny u¿ytkownik/grupa: %s\n"
-#: build/files.c:1220
+#: build/files.c:1294
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "Plik %4d: 0%o %s.%s\t %s\n"
-#: build/files.c:1297
+#: build/files.c:1371
#, fuzzy, c-format
msgid "File needs leading \"/\": %s\n"
msgstr "Plik musi siê zaczynaæ od \"/\": %s"
-#: build/files.c:1327
+#: build/files.c:1401
#, fuzzy, c-format
msgid "File not found by glob: %s\n"
msgstr "Nie znaleziono pliku: %s"
-#: build/files.c:1382
+#: build/files.c:1455
#, fuzzy
msgid "Could not open %%files file %s: %s\n"
msgstr "Nie mo¿na otworzyæ %%files pliku: %s"
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, fuzzy, c-format
msgid "line: %s\n"
msgstr "linia: %s"
-#: build/files.c:1720
+#: build/files.c:1791
#, fuzzy, c-format
msgid "Bad file: %s: %s\n"
msgstr "plik %s: %s\n"
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, fuzzy, c-format
msgid "Couldn't exec %s: %s\n"
msgstr "Nie mo¿na uruchomiæ %s"
-#: build/files.c:1794
+#: build/files.c:1864
#, fuzzy, c-format
msgid "Couldn't fork %s: %s\n"
msgstr "Nie mo¿na wykonaæ fork na %s"
-#: build/files.c:1876
+#: build/files.c:1946
#, fuzzy, c-format
msgid "%s failed\n"
msgstr "%s nie powiod³o siê"
-#: build/files.c:1880
+#: build/files.c:1950
#, fuzzy, c-format
msgid "failed to write all data to %s\n"
msgstr "zapisanie wszystkich danych do %s nie powiod³o siê"
-#: build/files.c:2005
+#: build/files.c:2077
#, fuzzy, c-format
msgid "Finding %s: (using %s)...\n"
msgstr "Wyszukiwanie wymaganych zasobów...\n"
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, fuzzy, c-format
msgid "Failed to find %s:\n"
msgstr "Wyszukiwanie nie powiod³o siê"
-#: build/files.c:2160
+#: build/files.c:2232
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "Przetwarzanie plików: %s\n"
msgid "Could not canonicalize hostname: %s\n"
msgstr "Nie mo¿na rozwi±zaæ nazwy systemu: %s\n"
-#: build/pack.c:52
+#: build/pack.c:61
#, fuzzy, c-format
msgid "create archive failed on file %s: %s\n"
msgstr "utworzenie archiwum pliku %s nie powiod³o siê: %s"
-#: build/pack.c:74
+#: build/pack.c:83
#, fuzzy, c-format
msgid "cpio_copy write failed: %s\n"
msgstr "zapis w trybie cpio_copy nie powiód³ siê: %s"
-#: build/pack.c:81
+#: build/pack.c:90
#, fuzzy, c-format
msgid "cpio_copy read failed: %s\n"
msgstr "odczyt w trybie cpio_copy nie powiód³ siê: %s"
-#: build/pack.c:165
+#: build/pack.c:174
#, fuzzy, c-format
msgid "Could not open PreIn file: %s\n"
msgstr "Nie mo¿na otworzyæ pliku PreIn: %s"
-#: build/pack.c:172
+#: build/pack.c:181
#, fuzzy, c-format
msgid "Could not open PreUn file: %s\n"
msgstr "Nie mo¿na otworzyæ pliku PreUn: %s"
-#: build/pack.c:179
+#: build/pack.c:188
#, fuzzy, c-format
msgid "Could not open PostIn file: %s\n"
msgstr "Nie mo¿na otworzyæ pliku PostIn: %s"
-#: build/pack.c:186
+#: build/pack.c:195
#, fuzzy, c-format
msgid "Could not open PostUn file: %s\n"
msgstr "Nie mo¿na otworzyæ pliku PostUn: %s"
-#: build/pack.c:194
+#: build/pack.c:203
#, fuzzy, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr "Nie mo¿na otworzyæ pliku VerifyScript: %s"
-#: build/pack.c:209
+#: build/pack.c:218
#, fuzzy, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr "Nie mo¿na otworzyæ skryptu Trigger: %s"
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr "readRPM: otwieranie %s: %s\n"
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr "readRPM: czytanie %s: %s\n"
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "readRPM: %s nie jest pakietem RPM\n"
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr "readRPM: czytanie nag³ówka z %s\n"
-#: build/pack.c:382
+#: build/pack.c:396
#, fuzzy
msgid "Bad CSA data\n"
msgstr "B³êdne dane CSA"
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr "Generowanie sygnatury: %d\n"
-#: build/pack.c:433
+#: build/pack.c:447
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "Nie mo¿na otworzyæ %s\n"
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "Nie mo¿na zapisaæ pakietu: %s"
-#: build/pack.c:485
+#: build/pack.c:499
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr "Nie mo¿na odczytaæ sigtarget: %s"
-#: build/pack.c:495
+#: build/pack.c:509
#, fuzzy, c-format
msgid "Unable to read header from %s: %s\n"
msgstr "Nie mo¿na odczytaæ ikony: %s"
-#: build/pack.c:509
+#: build/pack.c:523
#, fuzzy, c-format
msgid "Unable to write header to %s: %s\n"
msgstr "Nie mo¿na zapisaæ pakietu: %s"
-#: build/pack.c:519
+#: build/pack.c:533
#, fuzzy, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr "Nie mo¿na odczytaæ ikony: %s"
-#: build/pack.c:525
+#: build/pack.c:539
#, fuzzy, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr "Nie mo¿na zapisaæ pakietu: %s"
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr "Zapisano: %s\n"
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr "Nie mo¿na wygenerowaæ wyj¶ciowej nazwy dla pakietu %s: %s\n"
-#: build/pack.c:634
+#: build/pack.c:648
#, fuzzy, c-format
msgid "cannot create %s: %s\n"
msgstr "nie mo¿na utworzyæ %s"
msgid "Package has no %%description: %s\n"
msgstr "Pakiet nie ma %%description: %s"
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr "archiwum = %s fs = %s\n"
-
-#: build/spec.c:228
+#: build/spec.c:216
#, fuzzy, c-format
msgid "line %d: Bad number: %s\n"
msgstr "linia %d: B³êdny numer: %s"
-#: build/spec.c:234
+#: build/spec.c:222
#, fuzzy, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr "linia %d: b³êdny numer no%s: %d"
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "linia %d: B³êdny numer %s: %s\n"
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr "nie mo¿na zmieniæ nazwy %s na %s: %s\n"
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr "nie mo¿na odwi±zaæ %s: %s\n"
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr "getNextHeader: %s\n"
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr "(b³±d 0x%x)"
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr "B³êdny magic"
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr "B³êdny/nieczytelny nag³ówek"
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr "Rozmiar nag³ówka jest zbyt du¿y"
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr "Nieznany typ pliku"
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr "Brak twardego dowi±zania"
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr "B³±d wewnêtrzny"
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr " nie powiod³o siê -"
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
+#, c-format
+msgid "db%d error(%d) from %s: %s\n"
+msgstr ""
+
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
+#, c-format
+msgid "db%d error(%d): %s\n"
+msgstr ""
+
+#: lib/db1.c:387
+#, c-format
+msgid "closed db file %s\n"
+msgstr ""
+
+#: lib/db1.c:390
+#, fuzzy, c-format
+msgid "removed db file %s\n"
+msgstr "usuwanie indeksu plików dla %s\n"
+
+#: lib/db1.c:421
+#, fuzzy, c-format
+msgid "bad db file %s\n"
+msgstr "b³êdny status pliku: %s"
+
+#: lib/db1.c:426
+#, fuzzy, c-format
+msgid "opening db file %s mode 0x%x\n"
+msgstr "otwiernie bazê danych w trybie 0x%x w %s\n"
+
+#. XXX check errno validity
+#: lib/db1.c:449
+#, fuzzy, c-format
+msgid "cannot get %s lock on database\n"
+msgstr "utworzenie blokady %s na bazie danych nie jest mo¿liwe"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
+msgstr ""
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
+msgstr ""
+
+#: lib/db2.c:145 lib/db3.c:130
+#, fuzzy, c-format
+msgid "closed db environment %s/%s\n"
+msgstr "usuwanie indeksu plików dla %s\n"
+
+#: lib/db2.c:161 lib/db3.c:146
+#, fuzzy, c-format
+msgid "removed db environment %s/%s\n"
+msgstr "usuwanie indeksu plików dla %s\n"
+
+#: lib/db2.c:198 lib/db3.c:183
+#, c-format
+msgid "opening db environment %s/%s %s\n"
+msgstr ""
+
+#: lib/db2.c:588 lib/db3.c:569
+#, fuzzy, c-format
+msgid "closed db index %s/%s\n"
+msgstr "usuwanie indeksu plików dla %s\n"
+
+#: lib/db2.c:678 lib/db3.c:659
+#, fuzzy, c-format
+msgid "opening db index %s/%s %s mode=0x%x\n"
+msgstr "otwiernie bazê danych w trybie 0x%x w %s\n"
+
+#: lib/db2.c:784 lib/db3.c:764
+#, fuzzy, c-format
+msgid "cannot get %s lock on %s/%s\n"
+msgstr "utworzenie blokady %s na bazie danych nie jest mo¿liwe"
+
+#: lib/db2.c:791 lib/db3.c:771
+#, fuzzy, c-format
+msgid "locked db index %s/%s\n"
+msgstr "usuwanie indeksu plików dla %s\n"
+
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
+msgstr ""
+
+#: lib/dbconfig.c:287
+#, c-format
+msgid "%s has invalid numeric value, skipped\n"
+msgstr ""
+
+#: lib/dbconfig.c:296
+#, c-format
+msgid "%s has too large or too small long value, skipped\n"
+msgstr ""
+
+#: lib/dbconfig.c:305
+#, c-format
+msgid "%s has too large or too small integer value, skipped\n"
+msgstr ""
+
#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/depends.c:565
#, c-format
msgid ""
"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
"\tA %s\tB %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/depends.c:594
#, c-format
msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/depends.c:962
#, c-format
msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/depends.c:1021
#, c-format
msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/depends.c:1073
#, c-format
msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/depends.c:1092
#, c-format
msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/depends.c:1096
+#: lib/depends.c:1109
#, fuzzy, c-format
msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr "plik %s nie nale¿y do ¿adnego pakietu\n"
-#: lib/depends.c:1118
+#: lib/depends.c:1131
#, c-format
msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/depends.c:1131
+#: lib/depends.c:1144
#, c-format
msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/depends.c:1145
+#: lib/depends.c:1158
#, fuzzy, c-format
msgid "%s: %-45s YES (db package)\n"
msgstr "plik %s nie nale¿y do ¿adnego pakietu\n"
-#: lib/depends.c:1161
+#: lib/depends.c:1174
#, c-format
msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/depends.c:1195
#, fuzzy, c-format
msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr "plik %s nie nale¿y do ¿adnego pakietu\n"
#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/depends.c:1256
#, fuzzy, c-format
msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr "zale¿no¶ci pakietu %s nie zosta³y spe³nione: %s\n"
#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/depends.c:1323
#, c-format
msgid "package %s conflicts: %s\n"
msgstr "pakiet %s jest w konflikcie: %s\n"
-#: lib/depends.c:1523
+#: lib/depends.c:1539
#, fuzzy, c-format
msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr "usuwanie indeksu grupy\n"
#. Record all relations.
-#: lib/depends.c:1662
+#: lib/depends.c:1678
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1709
+#: lib/depends.c:1725
msgid "========== tsorting packages\n"
msgstr ""
-#: lib/depends.c:1754
+#: lib/depends.c:1770
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1803
+#: lib/depends.c:1819
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1834
+#: lib/depends.c:1850
msgid "========== continuing tsort ...\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/falloc.c:141
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid ""
+"free list corrupt (%u)- please run\n"
+"\t\"rpm --rebuilddb\"\n"
+"More information is available from http://www.rpm.org or the "
+"rpm-list@redhat.com mailing list\n"
+"if \"rpm --rebuilddb\" fails to correct the problem.\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
-#, c-format
-msgid "db%d error(%d): %s\n"
-msgstr ""
+#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+msgid "(not a number)"
+msgstr "(nie jest liczb±)"
-#: lib/db1.c:387
+#: lib/fs.c:69
+#, fuzzy, c-format
+msgid "mntctl() failed to return size: %s\n"
+msgstr "utworzenie %s nie powiod³o siê\n"
+
+#: lib/fs.c:84
#, c-format
-msgid "closed db file %s\n"
+msgid "mntctl() failed to return mount points: %s\n"
msgstr ""
-#: lib/db1.c:390
+#: lib/fs.c:104 lib/fs.c:184 lib/fs.c:287
#, fuzzy, c-format
-msgid "removed db file %s\n"
-msgstr "usuwanie indeksu plików dla %s\n"
+msgid "failed to stat %s: %s\n"
+msgstr "stat nie powiod³o siê %s: %s"
-#: lib/db1.c:421
-#, fuzzy, c-format
-msgid "bad db file %s\n"
-msgstr "b³êdny status pliku: %s"
-
-#: lib/db1.c:426
-#, fuzzy, c-format
-msgid "opening db file %s mode 0x%x\n"
-msgstr "otwiernie bazê danych w trybie 0x%x w %s\n"
-
-#. XXX check errno validity
-#: lib/db1.c:449
-#, fuzzy, c-format
-msgid "cannot get %s lock on database\n"
-msgstr "utworzenie blokady %s na bazie danych nie jest mo¿liwe"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
-msgstr ""
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
-msgstr ""
-
-#: lib/db2.c:141
-#, c-format
-msgid "closed db environment %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:153
-#, c-format
-msgid "removed db environment %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:190
-#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
-msgstr ""
-
-#: lib/db2.c:565
-#, c-format
-msgid "closed db index %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:643
-#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:268
-#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
-msgstr ""
-
-#: lib/db3.c:297
-#, c-format
-msgid "%s has invalid numeric value, skipped\n"
-msgstr ""
-
-#: lib/db3.c:306
-#, c-format
-msgid "%s has too large or too small long value, skipped\n"
-msgstr ""
-
-#: lib/db3.c:315
-#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
+#: lib/fs.c:147
+msgid "getting list of mounted filesystems\n"
msgstr ""
-#: lib/db3.c:484
+#: lib/fs.c:152 rpmio/url.c:452
#, fuzzy, c-format
-msgid "closed db environment %s/%s\n"
-msgstr "usuwanie indeksu plików dla %s\n"
+msgid "failed to open %s: %s\n"
+msgstr "nie mo¿na otworzyæ %s: %s"
-#: lib/db3.c:500
+#: lib/fs.c:309
#, fuzzy, c-format
-msgid "removed db environment %s/%s\n"
-msgstr "usuwanie indeksu plików dla %s\n"
+msgid "file %s is on an unknown device\n"
+msgstr "plik %s jest na nieznanym urz±dzeniu"
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
msgstr ""
-#: lib/db3.c:923
+#: lib/fsm.c:274
#, fuzzy, c-format
-msgid "closed db index %s/%s\n"
-msgstr "usuwanie indeksu plików dla %s\n"
-
-#: lib/db3.c:1013
-#, fuzzy, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr "otwiernie bazê danych w trybie 0x%x w %s\n"
-
-#: lib/db3.c:1118
-#, fuzzy, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr "utworzenie blokady %s na bazie danych nie jest mo¿liwe"
-
-#: lib/db3.c:1125
-#, fuzzy, c-format
-msgid "locked db index %s/%s\n"
-msgstr "usuwanie indeksu plików dla %s\n"
+msgid "%9d %s\n"
+msgstr "linia %d: %s"
-#: lib/falloc.c:141
+#: lib/fsm.c:1042
#, c-format
-msgid ""
-"free list corrupt (%u)- please run\n"
-"\t\"rpm --rebuilddb\"\n"
-"More information is available from http://www.rpm.org or the "
-"rpm-list@redhat.com mailing list\n"
-"if \"rpm --rebuilddb\" fails to correct the problem.\n"
+msgid "%s directory created with perms %04o.\n"
msgstr ""
-#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
-msgid "(not a number)"
-msgstr "(nie jest liczb±)"
-
-#: lib/fs.c:69
+#: lib/fsm.c:1344 lib/fsm.c:1461
#, fuzzy, c-format
-msgid "mntctl() failed to return size: %s\n"
-msgstr "utworzenie %s nie powiod³o siê\n"
-
-#: lib/fs.c:84
-#, c-format
-msgid "mntctl() failed to return mount points: %s\n"
-msgstr ""
+msgid "%s saved as %s\n"
+msgstr "ostrze¿enie: %s zapisany jako %s"
-#: lib/fs.c:104 lib/fs.c:184 lib/fs.c:287
+#: lib/fsm.c:1486
#, fuzzy, c-format
-msgid "failed to stat %s: %s\n"
-msgstr "stat nie powiod³o siê %s: %s"
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr "nie mo¿na usun±æ %s - katalog nie jest pusty"
-#: lib/fs.c:147
-msgid "getting list of mounted filesystems\n"
-msgstr ""
+#: lib/fsm.c:1491
+#, fuzzy, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr "skasowanie katalogu %s nie powiod³o siê"
-#: lib/fs.c:152 rpmio/url.c:452
+#: lib/fsm.c:1500
#, fuzzy, c-format
-msgid "failed to open %s: %s\n"
-msgstr "nie mo¿na otworzyæ %s: %s"
+msgid "%s unlink of %s failed: %s\n"
+msgstr "otwarcie %s nie powiod³o siê\n"
-#: lib/fs.c:309
+#: lib/fsm.c:1517
#, fuzzy, c-format
-msgid "file %s is on an unknown device\n"
-msgstr "plik %s jest na nieznanym urz±dzeniu"
+msgid "%s created as %s\n"
+msgstr "ostrze¿enie: %s utworzony jako %s"
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr "grabData() RPM_STRING_TYPE licznik musi byæ 1.\n"
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr "Typ danych %d nie jest obs³ugiwany\n"
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr "B³edny licznik dla headerAddEntry(): %d\n"
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr "brak { po %"
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr "brak } po %{"
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr "pusty format etykiety"
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr "pusta nazwa etykiety"
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr "nieznana etykieta"
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr "spodziewany ] na koñcu tablicy"
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr "nie spodziewany ]"
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr "nie spodziewany }"
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr "spodziewany ? w wyra¿eniu"
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr "spodziewany { po ? w wyra¿eniu"
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr "spodziewany } w wyra¿eniu"
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr "spodziewany : po podwyra¿eniu ?"
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr "spodziewany { po : w wyra¿eniu"
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr "spodziewany | na koñcu wyra¿enia"
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr "(nieznany typ)"
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr " plik: %s akcja: %s\n"
-
-#: lib/install.c:215
-#, fuzzy, c-format
-msgid "user %s does not exist - using root\n"
-msgstr "u¿ytkownik %s nie istnieje - u¿yto konta root"
-
-#: lib/install.c:223
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "grupa %s nie istnieje - u¿yto grupy root"
-
-#. this would probably be a good place to check if disk space
-#. was used up - if so, we should return a different error
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "rozpakowanie archiwum nie powiod³o siê %s%s: %s"
-
-#: lib/install.c:652
-msgid " on file "
-msgstr " na pliku "
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr "instacja pakietu ¼ród³owego\n"
-
-#: lib/install.c:721
-#, fuzzy, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr "nie mo¿na utworzyæ %s"
-
-#: lib/install.c:728 lib/install.c:759
-#, fuzzy, c-format
-msgid "cannot write to %s\n"
-msgstr "nie mo¿na zapisaæ do %s"
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr "¼ród³a w: %s\n"
-
-#: lib/install.c:752
-#, fuzzy, c-format
-msgid "cannot create specdir %s\n"
-msgstr "nie mo¿na utworzyæ %s"
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr "plik spec w: %s\n"
-
-#: lib/install.c:796 lib/install.c:825
-#, fuzzy
-msgid "source package contains no .spec file\n"
-msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr "zmiana nazwy %s na %s\n"
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, fuzzy, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr "zmiana nazwy z %s na %s nie powiod³a sie: %s"
-
-#: lib/install.c:935
-#, fuzzy
-msgid "source package expected, binary found\n"
-msgstr "spodziewany pakiet ¼ród³owy a nie binarny"
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr "pakiet: %s-%s-%s test plików = %d\n"
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr "przebieg testowy - instalacja zatrzymana\n"
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr "uruchamianie skryptu preinstall (je¶li istnieje)\n"
-
-#: lib/install.c:1036
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "%s pomijany - transmisja %s nie powiod³a siê\n"
-
-#: lib/install.c:1069
-#, fuzzy, c-format
-msgid "%s created as %s\n"
-msgstr "ostrze¿enie: %s utworzony jako %s"
-
-#: lib/install.c:1105
-#, fuzzy, c-format
-msgid "%s saved as %s\n"
-msgstr "ostrze¿enie: %s zapisany jako %s"
-
-#: lib/install.c:1199
-#, fuzzy
-msgid "running postinstall scripts (if any)\n"
-msgstr "uruchamianie skryptu postinstall (je¶li istnieje)\n"
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, fuzzy, c-format
msgid "error creating temporary file %s\n"
msgstr "b³±d w tworzeniu pliku tymczasowego %s"
-#: lib/package.c:88
+#: lib/package.c:119
#, fuzzy
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
"tylko pakiety z numerem g³ównym <= 3 s± obs³ugiwane przez t± wersjê RPM'a"
-#: lib/package.c:143
+#: lib/package.c:179
#, fuzzy
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
"tylko pakiety z numerem g³ównym <= 3 s± obs³ugiwane przez t± wersjê RPM'a"
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, fuzzy, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr "buildroot by³ ju¿ wcze¶niej podany"
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr "preparuj (rozpakuj ¼ród³a i na³ó¿ ³aty)"
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
#, fuzzy
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr "instacja pakietu ¼ród³owego\n"
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, fuzzy, c-format
msgid "verify %files section from <specfile>"
msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
#, fuzzy
msgid "build source and binary packages from <specfile>"
msgstr "znaleziono %d pakietów ¼ród³owych i %d binarnych\n"
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
#, fuzzy
msgid "build binary package only from <specfile>"
msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
#, fuzzy
msgid "build source package only from <specfile>"
msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr "preparuj (rozpakuj ¼ród³a i na³ó¿ ³aty)"
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, fuzzy, c-format
msgid "verify %files section from <tarball>"
msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
#, fuzzy
msgid "build source and binary packages from <tarball>"
msgstr "znaleziono %d pakietów ¼ród³owych i %d binarnych\n"
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
#, fuzzy
msgid "build binary package only from <tarball>"
msgstr "znaleziono %d pakietów ¼ród³owych i %d binarnych\n"
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
#, fuzzy
msgid "build source package only from <tarball>"
msgstr "znaleziono %d pakietów ¼ród³owych i %d binarnych\n"
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
#, fuzzy
msgid "build binary package from <source package>"
msgstr "pakiet binarny (preparuj, kompiluj, instaluj, pakiet)"
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
#, fuzzy
msgid "<source package>"
msgstr "znaleziono %d pakietów\n"
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
#, fuzzy
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr "instacja pakietu ¼ród³owego\n"
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr "wymu¶ build root"
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+#, fuzzy
+msgid "debug file state machine"
+msgstr "b³êdny status pliku: %s"
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr "nie wykonuj ¿adnych etapów budowania"
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
#, fuzzy
msgid "do not accept i18N msgstr's from specfile"
msgstr "nie akceptuj wpisów I18N ze speca"
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr "usuñ speca po zakoñczeniu"
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr "wymu¶ platformê docelow±"
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
#, fuzzy
msgid "lookup i18N strings in specfile catalog"
msgstr "wyszukaj wpisy I18N w katalogu speca"
msgid "unknown error %d encountered while manipulating package %s"
msgstr "wyst±pi³ nieznany b³±d %d w trakcie manipulowania pakietem %s-%s-%s"
-#: lib/query.c:151
+#: lib/psm.c:277
+#, fuzzy, c-format
+msgid "user %s does not exist - using root\n"
+msgstr "u¿ytkownik %s nie istnieje - u¿yto konta root"
+
+#: lib/psm.c:285
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "grupa %s nie istnieje - u¿yto grupy root"
+
+#.
+#. * This would probably be a good place to check if disk space
+#. * was used up - if so, we should return a different error.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "rozpakowanie archiwum nie powiod³o siê %s%s: %s"
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr " na pliku "
+
+#: lib/psm.c:655
+#, fuzzy, c-format
+msgid "cannot create %s %s\n"
+msgstr "nie mo¿na utworzyæ %s"
+
+#: lib/psm.c:661
+#, fuzzy, c-format
+msgid "cannot write to %s\n"
+msgstr "nie mo¿na zapisaæ do %s"
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr "instacja pakietu ¼ród³owego\n"
+
+#: lib/psm.c:733
+#, fuzzy
+msgid "source package contains no .spec file\n"
+msgstr "pakiet ¼ród³owy nie zawiera pliku .spec"
+
+#: lib/psm.c:813
+#, fuzzy
+msgid "source package expected, binary found\n"
+msgstr "spodziewany pakiet ¼ród³owy a nie binarny"
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, fuzzy, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr "pakiet: %s-%s-%s test plików = %d\n"
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, fuzzy, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr "uruchamianie skryptu postinstall (je¶li istnieje)\n"
+
+#: lib/psm.c:998
+#, fuzzy
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr "%s pomijany - transmisja %s nie powiod³a siê\n"
+
+#: lib/query.c:161
#, fuzzy, c-format
msgid "incorrect format: %s\n"
msgstr "b³±d w formacie: %s\n"
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr "(nie zawiera plików)"
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr "normalny "
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr "zast±piony "
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr "niezainstalowany"
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr "udostêpniony w sieci"
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr "(nieznany %3d)"
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr "(brak statusu)"
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
#, fuzzy
msgid "package has neither file owner or id lists\n"
msgstr "pakiet nie ma ani w³a¶ciciela pliku ani list id"
-#: lib/query.c:418
+#: lib/query.c:428
#, fuzzy, c-format
msgid "can't query %s: %s\n"
msgstr "nie mo¿na odwi±zaæ %s: %s\n"
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr "otwarcie %s nie powiod³o siê\n"
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr "pakiety w starym formacie nie mog± byæ odpytywane\n"
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "%s nie wygl±da na pakiet RPM\n"
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr "odpytywanie %s nie powiod³o siê\n"
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "odpytywanie pliku spec %s nie powiod³o siê, nie mo¿na interpretowaæ\n"
-#: lib/query.c:624
+#: lib/query.c:637
#, fuzzy
msgid "no packages\n"
msgstr "znaleziono %d pakietów\n"
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "grupa %s nie zawiera ¿adnych pakietów\n"
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr "¿aden pakiet nie zahacza %s\n"
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr "¿aden pakiet nie wymaga %s\n"
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr "¿aden pakiet nie udostêpnia %s\n"
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr "plik %s: %s\n"
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "plik %s nie nale¿y do ¿adnego pakietu\n"
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr "b³êdny numer pakietu: %s\n"
-#: lib/query.c:730
+#: lib/query.c:743
#, fuzzy, c-format
msgid "package record number: %u\n"
msgstr "numer rekordu pakietu: %d\n"
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr "nie mo¿na odczytaæ rekordu %d\n"
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr "pakiet %s nie jest zainstalowany\n"
msgid "%s: Fread failed: %s\n"
msgstr "%s: readLead nie powiod³o siê\n"
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr "%s: readLead nie powiod³o siê\n"
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr "%s: Nie mo¿na podpisaæ v1.0 RPM\n"
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr "%s: Nie mo¿na ponownie podpisaæ v2.0 RPM\n"
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr "%s: rpmReadSignature nie powiod³o siê\n"
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr "%s: Sygnatura nie jest dostêpna\n"
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, fuzzy, c-format
msgid "%s: writeLead failed: %s\n"
msgstr "%s: readLead nie powiod³o siê\n"
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, fuzzy, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr "%s: rpmReadSignature nie powiod³o siê\n"
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr "%s: Sygnatura nie jest dostêpna (v1.0 RPM)\n"
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr "NIE DOBRZE"
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr " (BRAK KLUCZY:"
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ") "
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr "(NIEWIARYGODNE KLUCZE:"
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ")"
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr "OK"
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, fuzzy, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr "nie mo¿na otworzyæ %s przy %s:%d"
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, fuzzy, c-format
msgid "cannot open %s index\n"
msgstr "nie mo¿na otworzyæ %s\n"
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, fuzzy, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr "b³±d pobierania rekordu %s z %s"
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, fuzzy, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr "b³±d zapisywania rekordu %s do %s"
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, fuzzy, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr "b³±d usuwania rekordu %s z %s"
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
#, fuzzy
msgid "no dbpath has been set\n"
msgstr "¶cie¿ka bazy danych nie zosta³a podana"
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
#, fuzzy
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"nowym formacie"
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "b³±d szukania pakietu %s\n"
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "nie mo¿na odczytaæ nag³ówka przy %d dla poszukiwania"
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, fuzzy, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "usuwanie indeksu grupy\n"
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, fuzzy, c-format
msgid "removing %d entries from %s index.\n"
msgstr "usuwanie indeksu nazw\n"
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "b³±d szukania pakietu %s\n"
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, fuzzy, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr "zmiana nazwy %s na %s\n"
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, fuzzy, c-format
msgid "adding %d entries to %s index.\n"
msgstr "zmiana nazwy %s na %s\n"
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr "¶cie¿ka bazy danych nie zosta³a podana"
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, fuzzy, c-format
msgid "rebuilding database %s into %s\n"
msgstr "odbudowywujê bazê danych w rootdir %s\n"
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, fuzzy, c-format
msgid "temporary database %s already exists\n"
msgstr "tymczasowa baza danych %s ju¿ istnieje"
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, fuzzy, c-format
msgid "creating directory %s\n"
msgstr "tworzenie katalogu: %s\n"
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "tworzenie katalogu: %s\n"
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, fuzzy, c-format
msgid "opening old database with dbapi %d\n"
msgstr "otwieranie starej bazy danych\n"
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, fuzzy, c-format
msgid "opening new database with dbapi %d\n"
msgstr "otwieranie nowej bazy danych\n"
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, fuzzy, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr "rekord numer %d w bazie danych jest b³êdny -- rekord pominiêto"
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, fuzzy, c-format
msgid "cannot add record originally at %d\n"
msgstr "nie mo¿na dodaæ rekordu oryginalnie przy %d"
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
#, fuzzy
msgid "failed to rebuild database: original database remains in place\n"
msgstr "przebudowanie bazy nie powiod³o siê; stara pozosta³a na miejscu\n"
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr "zamiana starej bazy na now± nie powiod³a siê!\n"
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, fuzzy, c-format
msgid "replace files in %s with files from %s to recover"
msgstr "naprawcze zastêpowanie plików w %s plikami z %s"
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, fuzzy, c-format
msgid "removing directory %s\n"
msgstr "tworzenie katalogu: %s\n"
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "usuniêcie katalogu %s nie powiod³o siê: %s\n"
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
#, fuzzy
msgid "Preparing packages for installation..."
msgstr "nie podano nazw plików do zainstalowania"
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr "zliczanie pakietów do zainstalowania\n"
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr "znaleziono %d pakietów\n"
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr "szukanie pakietów do ¶ci±gniêcia\n"
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, fuzzy, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr "%s pomijany - transmisja %s nie powiod³a siê\n"
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr "¦ci±ganie %s\n"
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr "... jako %s\n"
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr "%s pomijany - transmisja %s nie powiod³a siê\n"
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr "¶ci±gniêto %d pakietów\n"
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, fuzzy, c-format
msgid "cannot open file %s: %s\n"
msgstr "nie mo¿na otworzyæ pliku %s: %s"
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr "%s nie mo¿e byæ zainstalowany\n"
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, fuzzy, c-format
msgid "cannot open Packages database in %s\n"
msgstr "nie mo¿na otworzyæ %s/packages.rpm\n"
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr "pakiet %s nie jest przesuwalny\n"
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr "b³±d czytania z pliku %s\n"
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr "plik %s wymaga nowszej wersji RPM\n"
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr "znaleziono %d pakietów ¼ród³owych i %d binarnych\n"
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr "niespe³nione zale¿no¶ci:\n"
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr "instalacja pakietów binarnych\n"
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr "nie mo¿na otworzyæ %s/packages.rpm\n"
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr "\"%s\" okre¶la wiele pakietów\n"
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr "usuniêcie tych pakietów zerwie zale¿no¶ci:\n"
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, fuzzy, c-format
msgid "cannot open %s: %s\n"
msgstr "nie mo¿na otworzyæ %s\n"
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr "Instalacja %s\n"
msgid "Please contact rpm-list@redhat.com\n"
msgstr "Skontaktuj siê, proszê, z rpm-list@redhat.com\n"
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr "wykonanie skryptu nie powiod³o siê"
+
+#: lib/scriptlet.c:236
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr "wykonanie skryptu nie powiod³o siê"
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr "plik nieregularny -- sprawdzanie rozmiaru pominiête\n"
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, fuzzy, c-format
msgid " Actual size: %12d\n"
msgstr "Rozmiar sygnatury: %d\n"
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr "Brak sygnatury\n"
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr "Stara sygnatura PGP\n"
-#: lib/signature.c:162
+#: lib/signature.c:176
#, fuzzy
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr "Stara (tylko wewnêtrzna) sygnatura! Sk±d Ty to wzi±³e¶!?"
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
+#: lib/signature.c:230
+#, fuzzy, c-format
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr "Rozmiar sygnatury: %d\n"
-#: lib/signature.c:212
-#, c-format
-msgid "Signature pad : %d\n"
-msgstr "Blok sygnatury: %d\n"
-
-#: lib/signature.c:274
+#: lib/signature.c:289
#, fuzzy, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr "Nie mo¿na uruchomiæ pgp"
-#: lib/signature.c:285
+#: lib/signature.c:300
#, fuzzy
msgid "pgp failed\n"
msgstr "pgp nie powiod³o siê"
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
#, fuzzy
msgid "pgp failed to write signature\n"
msgstr "zapisanie sygnatury przez pgp nie powiod³o siê"
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr "rozmiar sygnatury PGP: %d\n"
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
#, fuzzy
msgid "unable to read the signature\n"
msgstr "nie mo¿na odczytaæ sygnatury"
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr "Mam %d bajtów sygnatury PGP\n"
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
#, fuzzy
msgid "Couldn't exec gpg\n"
msgstr "Nie mo¿na uruchomiæ gpg"
-#: lib/signature.c:362
+#: lib/signature.c:377
#, fuzzy
msgid "gpg failed\n"
msgstr "gpg nie powiod³o siê"
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
#, fuzzy
msgid "gpg failed to write signature\n"
msgstr "zapisanie sygnatury przez gpg nie powiod³o siê"
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr "rozmiar sygnatury GPG: %d\n"
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr "Mam %d bajtów sygnatury GPG\n"
-#: lib/signature.c:417
+#: lib/signature.c:433
#, fuzzy
msgid "Generating signature using PGP.\n"
msgstr "Generowanie sygnatury: %d\n"
-#: lib/signature.c:423
+#: lib/signature.c:439
#, fuzzy
msgid "Generating signature using GPG.\n"
msgstr "Generowanie sygnatury: %d\n"
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
#, fuzzy
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr "Nie mo¿na uruchomiæ pgp. U¿yj --nopgp aby pomin±æ sprawdz. PGP"
-#: lib/signature.c:635
+#: lib/signature.c:653
#, fuzzy
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr "Nie mo¿na uruchomiæ gpg. U¿yj --nopgp aby pomin±æ sprawdz. GPG"
-#: lib/signature.c:723
+#: lib/signature.c:741
#, fuzzy
msgid "Couldn't exec pgp\n"
msgstr "Nie mo¿na uruchomiæ pgp"
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
#, fuzzy
msgid "Invalid %%_signature spec in macro file\n"
msgstr "B³êdny %%_signature spec w pliku makra.\n"
-#: lib/signature.c:760
+#: lib/signature.c:778
#, fuzzy
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr "Musisz ustawiæ \"%%_gpg_name\" w pliku swego makra"
-#: lib/signature.c:772
+#: lib/signature.c:790
#, fuzzy
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr "Musisz ustawiæ \"%%_pgp_name\" w pliku swego makra"
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, fuzzy, c-format
msgid "%5d exclude %s\n"
msgstr "Ten OS nie jest wspierany: %s"
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, fuzzy, c-format
msgid "%5d relocate %s -> %s\n"
msgstr "przesuwanie %s do %s\n"
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, fuzzy, c-format
msgid "excluding multilib path %s%s\n"
msgstr "wy³±czanie %s\n"
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, fuzzy, c-format
msgid "excluding %s %s\n"
msgstr "wy³±czanie %s\n"
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr "przesuwanie %s do %s\n"
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, fuzzy, c-format
msgid "relocating directory %s to %s\n"
msgstr "przesuwanie %s do %s\n"
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, fuzzy, c-format
msgid "excluding directory %s\n"
msgstr "tworzenie katalogu: %s\n"
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr "%s pominiêty z powodu flagi missingok\n"
-#: lib/uninstall.c:74
-#, fuzzy, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr "nie mo¿na usun±æ %s - katalog nie jest pusty"
-
-#: lib/uninstall.c:78
-#, fuzzy, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr "skasowanie katalogu %s nie powiod³o siê"
-
-#: lib/uninstall.c:88
-#, fuzzy, c-format
-msgid "removal of %s failed: %s\n"
-msgstr "skasowanie %s nie powiod³o siê: %s"
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr "usunie pliki test = %d\n"
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr "uruchamianie skryptu postinstalacyjnego (je¦li istnieje)\n"
-
-#: lib/uninstall.c:446
-#, fuzzy, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr "wykonanie skryptu nie powiod³o siê"
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr "nie sprawdzaj plików pakietu"
-#: lib/verify.c:65
+#: lib/verify.c:63
#, fuzzy
msgid "do not execute %verifyscript (if any)"
msgstr "nie wykonuj ¿adnych etapów"
-#: lib/verify.c:241
+#: lib/verify.c:239
#, fuzzy
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
"pakiet nie specyfikuje ani nazwy u¿ytkownika ani list id (to nie powinno siê "
"zdarzyæ)"
-#: lib/verify.c:259
+#: lib/verify.c:257
#, fuzzy
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
"pakiet nie specyfikuje ani nazwy grupy ani list id (to nie powinno siê "
"zdarzyæ)"
-#: lib/verify.c:321
+#: lib/verify.c:319
#, fuzzy, c-format
msgid "missing %s"
msgstr "brak %s\n"
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "Niespe³nione zale¿no¶ci dla %s-%s-%s: "
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr "Sukces"
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr "B³êdna odpowied¼ serwera"
-
-#: rpmio/rpmio.c:540
-#, fuzzy
-msgid "Server I/O error"
-msgstr "B³±d WE/WY(IO) serwera"
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr "Przekroczony limit czasu serwera"
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr "Nie mo¿na znale¼æ adresu serwera"
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr "Nie mo¿na znale¼æ nazwy serwera"
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr "Po³±czenie z serwerem nie powiod³o siê"
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr "Otwarcie transmisji danych z serwera nie powiod³o siê"
-
-#: rpmio/rpmio.c:558
-#, fuzzy
-msgid "I/O error to local file"
-msgstr "B³±d WE/WY(IO) na lokalnym pliku"
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr "B³±d: ustawienie zdalnego serwera w tryb pasywny nie powiod³o siê"
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr "Plik nie zosta³ znaleziony na serwerze"
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr "Przerywanie ..."
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr "Nieznany lub nieoczekiwany b³±d"
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr "logowanie do %s jako %s, has³o %s\n"
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr "Plik %s jest mniejszy ni¿ %d bajtów"
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr "Sukces"
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr "B³êdna odpowied¼ serwera"
+
+#: rpmio/rpmio.c:540
+#, fuzzy
+msgid "Server I/O error"
+msgstr "B³±d WE/WY(IO) serwera"
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr "Przekroczony limit czasu serwera"
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr "Nie mo¿na znale¼æ adresu serwera"
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr "Nie mo¿na znale¼æ nazwy serwera"
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr "Po³±czenie z serwerem nie powiod³o siê"
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr "Otwarcie transmisji danych z serwera nie powiod³o siê"
+
+#: rpmio/rpmio.c:558
+#, fuzzy
+msgid "I/O error to local file"
+msgstr "B³±d WE/WY(IO) na lokalnym pliku"
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr "B³±d: ustawienie zdalnego serwera w tryb pasywny nie powiod³o siê"
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr "Plik nie zosta³ znaleziony na serwerze"
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr "Przerywanie ..."
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr "Nieznany lub nieoczekiwany b³±d"
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr "logowanie do %s jako %s, has³o %s\n"
+
+#: rpmio/rpmlog.c:32
#, fuzzy
msgid "(no error)"
msgstr "(b³±d 0x%x)"
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr "fatalny b³±d: "
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr "b³±d: "
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr "ostrze¿enie: "
msgstr "utworzenie %s nie powiod³o siê\n"
#, fuzzy
+#~ msgid " %s {--initdb} [--dbpath <dir>]\n"
+#~ msgstr " rpm {--initdb} [--dbpath <katalog>]"
+
+#, fuzzy
+#~ msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
+#~ msgstr " rpm {--rebuilddb} [--rcfile <plik>] [--dbpath <katalog>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
+#~ msgstr ""
+#~ " rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
+#~ msgstr ""
+#~ " [--rcfile <plik>] [--ignorearch] [--dbpath <katalog>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <plik>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--erase -e} [--root <katalog>] [--noscripts] [--rcfile <plik>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--scripts] [--root <dir>] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--scripts] [--root <katalog>] [--rcfile <plik>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--verify -V -y} [-afpg] [--root <katalog>] [--rcfile <plik>]"
+
+#, fuzzy
+#~ msgid " %s {--setperms} [-afpg] [target]\n"
+#~ msgstr " rpm {--setperms} [-afpg] [cel]"
+
+#, fuzzy
+#~ msgid " %s {--setugids} [-afpg] [target]\n"
+#~ msgstr " rpm {--setugids} [-afpg] [cel]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#~ msgstr " rpm {--resign} [--rcfile <plik>] pakiet1 pakiet2 ... pakietN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#~ msgstr ""
+#~ " rpm {--addsign} [--rcfile <plik>] pakiet1 pakiet2 ... pakietN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
+#~ "<file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <plik>]"
+
+#~ msgid "archive = %s, fs = %s\n"
+#~ msgstr "archiwum = %s fs = %s\n"
+
+#~ msgid "can't rename %s to %s: %s\n"
+#~ msgstr "nie mo¿na zmieniæ nazwy %s na %s: %s\n"
+
+#~ msgid "can't unlink %s: %s\n"
+#~ msgstr "nie mo¿na odwi±zaæ %s: %s\n"
+
+#~ msgid "getNextHeader: %s\n"
+#~ msgstr "getNextHeader: %s\n"
+
+#~ msgid " file: %s action: %s\n"
+#~ msgstr " plik: %s akcja: %s\n"
+
+#, fuzzy
+#~ msgid "cannot create sourcedir %s\n"
+#~ msgstr "nie mo¿na utworzyæ %s"
+
+#~ msgid "sources in: %s\n"
+#~ msgstr "¼ród³a w: %s\n"
+
+#, fuzzy
+#~ msgid "cannot create specdir %s\n"
+#~ msgstr "nie mo¿na utworzyæ %s"
+
+#~ msgid "spec file in: %s\n"
+#~ msgstr "plik spec w: %s\n"
+
+#~ msgid "renaming %s to %s\n"
+#~ msgstr "zmiana nazwy %s na %s\n"
+
+#, fuzzy
+#~ msgid "rename of %s to %s failed: %s\n"
+#~ msgstr "zmiana nazwy z %s na %s nie powiod³a sie: %s"
+
+#~ msgid "stopping install as we're running --test\n"
+#~ msgstr "przebieg testowy - instalacja zatrzymana\n"
+
+#~ msgid "running preinstall script (if any)\n"
+#~ msgstr "uruchamianie skryptu preinstall (je¶li istnieje)\n"
+
+#~ msgid "Signature pad : %d\n"
+#~ msgstr "Blok sygnatury: %d\n"
+
+#, fuzzy
+#~ msgid "removal of %s failed: %s\n"
+#~ msgstr "skasowanie %s nie powiod³o siê: %s"
+
+#~ msgid "will remove files test = %d\n"
+#~ msgstr "usunie pliki test = %d\n"
+
+#~ msgid "running postuninstall script (if any)\n"
+#~ msgstr "uruchamianie skryptu postinstalacyjnego (je¦li istnieje)\n"
+
+#, fuzzy
#~ msgid ""
#~ " [--macros <file:...>] [--ignorearch] [--dbpath <dir>]"
#~ msgstr ""
#~ msgid "no copyright!\n"
#~ msgstr "brak praw autorskich!\n"
-#~ msgid "bad file state: %s"
-#~ msgstr "b³êdny status pliku: %s"
-
#, fuzzy
#~ msgid "line %d: Invalid tag value: %s"
#~ msgstr "linia %d: Niepoprawna forma etykiety: %s"
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\n"
"PO-Revision-Date: 2000-08-01 21:11+01:00\n"
"Last-Translator: Pedro Morais <morais@poli.org>\n"
"Language-Team: pt <morais@poli.org>\n"
"Content-Type: text/plain; charset=iso-latin1\n"
"Content-Transfer-Encoding: none\n"
-#: build.c:26
+#: build.c:25
#, fuzzy, c-format
msgid "cannot open rpm database in %s\n"
msgstr ""
"não consegui abrir %s/packages.rpm\n"
"\n"
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr ""
-#: build.c:65
+#: build.c:64
#, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr "não consigo abrir ficheiro spec %s: %s\n"
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, fuzzy, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr "não consigo abrir ficheiro spec %s: %s\n"
#. Give up
-#: build.c:149
+#: build.c:150
#, fuzzy, c-format
msgid "Failed to read spec file from %s\n"
msgstr "não consigo abrir ficheiro spec %s: %s\n"
-#: build.c:177
+#: build.c:178
#, fuzzy, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr "não consigo abrir ficheiro spec %s: %s\n"
-#: build.c:216
+#: build.c:217
#, fuzzy, c-format
msgid "failed to stat %s: %m\n"
msgstr "não consigo abrir ficheiro spec %s: %s\n"
-#: build.c:221
+#: build.c:222
#, c-format
msgid "File %s is not a regular file.\n"
msgstr ""
-#: build.c:230
+#: build.c:231
#, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr ""
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr ""
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr ""
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr ""
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr ""
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr ""
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr ""
-#: rpm.c:209
+#: rpm.c:224
msgid "Usage: rpm {--help}"
msgstr ""
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr ""
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr ""
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr ""
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr ""
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr ""
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr ""
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:232
+#: rpm.c:247
msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
msgstr ""
-#: rpm.c:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
msgid " [--triggeredby]"
msgstr ""
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr ""
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr ""
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr ""
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr ""
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr ""
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr ""
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr ""
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr ""
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
msgid "Usage:"
msgstr ""
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr ""
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr ""
-#: rpm.c:295
+#: rpm.c:310
msgid " All modes support the following arguments:"
msgstr ""
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
msgid " --eval '<name>+' "
msgstr ""
-#: rpm.c:299
+#: rpm.c:314
msgid "print the expansion of macro <name> to stdout"
msgstr ""
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr ""
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr ""
-#: rpm.c:302
+#: rpm.c:317
msgid " --rcfile <file> "
msgstr ""
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr ""
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr ""
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr ""
-#: rpm.c:312
+#: rpm.c:327
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr ""
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr ""
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr ""
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr ""
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr ""
-#: rpm.c:318
+#: rpm.c:333
msgid " --httpproxy <host> "
msgstr ""
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr ""
-#: rpm.c:320
+#: rpm.c:335
msgid " --httpport <port> "
msgstr ""
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr ""
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr ""
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr ""
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr ""
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
msgid "use <qfmt> as the header format (implies --info)"
msgstr ""
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr ""
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr ""
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr ""
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr ""
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr ""
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr ""
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr ""
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr ""
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr ""
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr ""
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr ""
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr ""
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr ""
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr ""
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr ""
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr ""
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr ""
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr ""
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr ""
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
msgstr ""
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr ""
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr ""
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr ""
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
msgstr ""
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr ""
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr ""
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr ""
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr ""
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr ""
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr ""
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr ""
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr ""
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr ""
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
msgid "relocate files in non-relocateable package"
msgstr ""
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr ""
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr ""
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr ""
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr ""
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr ""
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr ""
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr ""
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr ""
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr ""
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr ""
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr ""
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr ""
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr ""
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr ""
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr ""
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr ""
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr ""
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
msgstr ""
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr ""
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
msgstr ""
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr ""
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr ""
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr ""
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr ""
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr ""
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr ""
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr ""
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr ""
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr ""
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr ""
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr ""
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr ""
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr ""
-#: rpm.c:486
+#: rpm.c:501
msgid "remove spec file when done"
msgstr ""
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr ""
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr ""
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr ""
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr ""
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr ""
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr ""
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
msgstr ""
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr ""
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr ""
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr ""
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr ""
-#: rpm.c:508
+#: rpm.c:523
msgid " --checksig <pkg>+"
msgstr ""
-#: rpm.c:509
+#: rpm.c:524
msgid " -K <pkg>+ "
msgstr ""
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr ""
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr ""
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr ""
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr ""
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr ""
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr ""
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr ""
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr ""
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr ""
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr ""
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr ""
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr ""
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr ""
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr ""
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr ""
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr ""
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr ""
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr ""
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr ""
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr ""
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr ""
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr ""
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr ""
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr ""
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr ""
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr ""
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr ""
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr ""
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr ""
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr ""
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr ""
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr ""
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr ""
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"recompilation, installation,erasure, and verification"
msgstr ""
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr ""
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
msgstr ""
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr ""
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr ""
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr ""
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr ""
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr ""
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr ""
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr ""
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr ""
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr ""
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr ""
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr ""
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr ""
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr ""
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr ""
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr ""
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr ""
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr ""
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr ""
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr ""
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr ""
msgid "cannot re-open payload: %s\n"
msgstr ""
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
msgid "print macro expansion of <expr>+"
msgstr ""
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
msgid "rebuild database inverted lists from installed package headers"
msgstr ""
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
-msgid "<package>"
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
msgstr ""
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:234
+msgid "<package>+"
+msgstr ""
+
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
-msgid "upgrade package if already installed"
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
+msgid "upgrade package(s) if already installed"
msgstr ""
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
msgid "<packagefile>+"
msgstr ""
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
msgid "do not execute scripts (if any)"
msgstr ""
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
msgid "don't execute any scriptlets triggered by this package"
msgstr ""
-#: rpmqv.c:313
-msgid "<oldpath>=<newpath>"
+#: rpmqv.c:279
+msgid "relocate files from path <old> to <new>"
+msgstr ""
+
+#: rpmqv.c:280
+msgid "<old>=<new>"
+msgstr ""
+
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
msgstr ""
-#: rpmqv.c:324
-msgid "upgrade package"
+#: rpmqv.c:291
+msgid "upgrade package(s)"
msgstr ""
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
-msgid "Common options for all rpm modes:"
-msgstr ""
-
-#: rpmqv.c:413
-#, c-format
-msgid "Usage: %s {--help}\n"
-msgstr ""
-
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:418
-#, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-
-#: rpmqv.c:434
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:442
-#, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:449
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:456
-#, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:461
-#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:465
-#, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
msgstr ""
-#: rpmqv.c:466
-#, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#: rpmqv.c:343
+msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:467
+#: rpmqv.c:377
#, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
+msgid "Usage: %s {--help}\n"
msgstr ""
-#: rpmqv.c:511
+#: rpmqv.c:448
msgid " All modes support the following options:"
msgstr ""
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
msgid " --eval '<expr>+' "
msgstr ""
-#: rpmqv.c:515
+#: rpmqv.c:452
msgid "print the expansion of macro <expr> to stdout"
msgstr ""
-#: rpmqv.c:516
+#: rpmqv.c:453
msgid " --pipe <cmd> "
msgstr ""
-#: rpmqv.c:518
+#: rpmqv.c:455
msgid " --rcfile <file:...> "
msgstr ""
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
msgid " --dbpath <dir> "
msgstr ""
-#: rpmqv.c:525
+#: rpmqv.c:462
msgid " --root <dir> "
msgstr ""
-#: rpmqv.c:535
+#: rpmqv.c:472
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
-#: rpmqv.c:536
+#: rpmqv.c:473
msgid " of file names as well as the following options:"
msgstr ""
-#: rpmqv.c:537
+#: rpmqv.c:474
msgid " --ftpproxy <host> "
msgstr ""
-#: rpmqv.c:539
+#: rpmqv.c:476
msgid " --ftpport <port> "
msgstr ""
-#: rpmqv.c:541
+#: rpmqv.c:478
msgid " --httpproxy <host> "
msgstr ""
-#: rpmqv.c:543
+#: rpmqv.c:480
msgid " --httpport <port> "
msgstr ""
-#: rpmqv.c:549
+#: rpmqv.c:486
msgid " Package specification options:"
msgstr ""
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
msgid "query/verify all packages"
msgstr ""
-#: rpmqv.c:552
+#: rpmqv.c:489
msgid " -f <file>+ "
msgstr ""
-#: rpmqv.c:553
+#: rpmqv.c:490
msgid "query/verify package owning <file>"
msgstr ""
-#: rpmqv.c:554
+#: rpmqv.c:491
msgid " -p <packagefile>+ "
msgstr ""
-#: rpmqv.c:555
+#: rpmqv.c:492
msgid "query/verify (uninstalled) package <packagefile>"
msgstr ""
-#: rpmqv.c:556
+#: rpmqv.c:493
msgid " --triggeredby <pkg> "
msgstr ""
-#: rpmqv.c:557
+#: rpmqv.c:494
msgid "query/verify packages triggered by <pkg>"
msgstr ""
-#: rpmqv.c:558
+#: rpmqv.c:495
msgid " --whatprovides <cap> "
msgstr ""
-#: rpmqv.c:559
+#: rpmqv.c:496
msgid "query/verify packages which provide <cap> capability"
msgstr ""
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr ""
-#: rpmqv.c:561
+#: rpmqv.c:498
msgid "query/verify packages which require <cap> capability"
msgstr ""
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
msgid " Information selection options:"
msgstr ""
-#: rpmqv.c:584
+#: rpmqv.c:521
msgid "list capabilities provided by package"
msgstr ""
-#: rpmqv.c:586
+#: rpmqv.c:523
msgid "list capabilities required by package"
msgstr ""
-#: rpmqv.c:588
+#: rpmqv.c:525
msgid "print the various [un]install scriptlets"
msgstr ""
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
msgid " --install <packagefile>"
msgstr ""
-#: rpmqv.c:617
+#: rpmqv.c:554
msgid " -i <packagefile> "
msgstr ""
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr ""
-#: rpmqv.c:647
+#: rpmqv.c:584
msgid "don't execute any installation scriptlets"
msgstr ""
-#: rpmqv.c:652
+#: rpmqv.c:589
msgid " --prefix <dir> "
msgstr ""
-#: rpmqv.c:654
+#: rpmqv.c:591
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpmqv.c:663
+#: rpmqv.c:600
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpmqv.c:664
+#: rpmqv.c:601
msgid " -U <packagefile> "
msgstr ""
-#: rpmqv.c:669
+#: rpmqv.c:606
msgid " --erase <package>"
msgstr ""
-#: rpmqv.c:688
+#: rpmqv.c:625
msgid " --resign <pkg>+ "
msgstr ""
-#: rpmqv.c:690
+#: rpmqv.c:627
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpmqv.c:693
+#: rpmqv.c:630
msgid " --checksig <pkg>+"
msgstr ""
-#: rpmqv.c:694
+#: rpmqv.c:631
msgid " -K <pkg>+ "
msgstr ""
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
msgid "rebuild database indices from existing database headers"
msgstr ""
-#: rpmqv.c:996
+#: rpmqv.c:928
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr ""
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr ""
-#: rpmqv.c:1158
+#: rpmqv.c:1086
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr ""
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr ""
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr ""
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr ""
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
#, fuzzy
msgid "Unable to open temp file.\n"
msgstr "não consigo abrir ficheiro spec %s: %s\n"
msgid "syntax error in expression\n"
msgstr ""
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, c-format
msgid "Missing '(' in %s %s\n"
msgstr ""
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, c-format
msgid "Missing ')' in %s(%s\n"
msgstr ""
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, c-format
msgid "Invalid %s token: %s\n"
msgstr ""
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr ""
-#: build/files.c:427
+#: build/files.c:429
#, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:439
+#: build/files.c:441
#, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, c-format
msgid "Two files on one line: %s\n"
msgstr ""
-#: build/files.c:771
+#: build/files.c:773
#, c-format
msgid "File must begin with \"/\": %s\n"
msgstr ""
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
-#: build/files.c:949
+#: build/files.c:952
#, c-format
msgid "File listed twice: %s\n"
msgstr ""
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr ""
-#: build/files.c:1165
+#: build/files.c:1239
#, c-format
msgid "File not found: %s\n"
msgstr ""
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1297
+#: build/files.c:1371
#, c-format
msgid "File needs leading \"/\": %s\n"
msgstr ""
-#: build/files.c:1327
+#: build/files.c:1401
#, c-format
msgid "File not found by glob: %s\n"
msgstr ""
-#: build/files.c:1382
+#: build/files.c:1455
#, fuzzy
msgid "Could not open %%files file %s: %s\n"
msgstr "não consigo abrir ficheiro spec %s: %s\n"
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, c-format
msgid "line: %s\n"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1791
#, c-format
msgid "Bad file: %s: %s\n"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, c-format
msgid "Couldn't exec %s: %s\n"
msgstr ""
-#: build/files.c:1794
+#: build/files.c:1864
#, c-format
msgid "Couldn't fork %s: %s\n"
msgstr ""
-#: build/files.c:1876
+#: build/files.c:1946
#, c-format
msgid "%s failed\n"
msgstr ""
-#: build/files.c:1880
+#: build/files.c:1950
#, fuzzy, c-format
msgid "failed to write all data to %s\n"
msgstr "não consigo abrir ficheiro spec %s: %s\n"
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, c-format
msgid "Failed to find %s:\n"
msgstr ""
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:52
+#: build/pack.c:61
#, c-format
msgid "create archive failed on file %s: %s\n"
msgstr ""
-#: build/pack.c:74
+#: build/pack.c:83
#, c-format
msgid "cpio_copy write failed: %s\n"
msgstr ""
-#: build/pack.c:81
+#: build/pack.c:90
#, c-format
msgid "cpio_copy read failed: %s\n"
msgstr ""
-#: build/pack.c:165
+#: build/pack.c:174
#, fuzzy, c-format
msgid "Could not open PreIn file: %s\n"
msgstr "não consigo abrir ficheiro spec %s: %s\n"
-#: build/pack.c:172
+#: build/pack.c:181
#, fuzzy, c-format
msgid "Could not open PreUn file: %s\n"
msgstr "não consigo abrir ficheiro spec %s: %s\n"
-#: build/pack.c:179
+#: build/pack.c:188
#, fuzzy, c-format
msgid "Could not open PostIn file: %s\n"
msgstr "não consigo abrir ficheiro spec %s: %s\n"
-#: build/pack.c:186
+#: build/pack.c:195
#, fuzzy, c-format
msgid "Could not open PostUn file: %s\n"
msgstr "não consigo abrir ficheiro spec %s: %s\n"
-#: build/pack.c:194
+#: build/pack.c:203
#, fuzzy, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr "não consigo abrir ficheiro spec %s: %s\n"
-#: build/pack.c:209
+#: build/pack.c:218
#, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr ""
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr ""
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr ""
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr ""
-#: build/pack.c:433
+#: build/pack.c:447
#, c-format
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "não consigo abrir ficheiro spec %s: %s\n"
-#: build/pack.c:485
+#: build/pack.c:499
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr "não consigo abrir ficheiro spec %s: %s\n"
-#: build/pack.c:495
+#: build/pack.c:509
#, fuzzy, c-format
msgid "Unable to read header from %s: %s\n"
msgstr "não consigo abrir ficheiro spec %s: %s\n"
-#: build/pack.c:509
+#: build/pack.c:523
#, fuzzy, c-format
msgid "Unable to write header to %s: %s\n"
msgstr "não consigo abrir ficheiro spec %s: %s\n"
-#: build/pack.c:519
+#: build/pack.c:533
#, fuzzy, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr "não consigo abrir ficheiro spec %s: %s\n"
-#: build/pack.c:525
+#: build/pack.c:539
#, fuzzy, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr "não consigo abrir ficheiro spec %s: %s\n"
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, c-format
msgid "cannot create %s: %s\n"
msgstr ""
msgid "Package has no %%description: %s\n"
msgstr ""
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, c-format
msgid "line %d: Bad number: %s\n"
msgstr ""
-#: build/spec.c:234
+#: build/spec.c:222
#, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr ""
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr ""
-#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
#, c-format
-msgid ""
-"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
-"\tA %s\tB %s\n"
+msgid "db%d error(%d) from %s: %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
#, c-format
-msgid " %s A %s\tB %s\n"
+msgid "db%d error(%d): %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/db1.c:387
#, c-format
-msgid "%s: %-45s YES (added files)\n"
+msgid "closed db file %s\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/db1.c:390
#, c-format
-msgid "%s: %-45s YES (added provide)\n"
+msgid "removed db file %s\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/db1.c:421
#, c-format
-msgid "%s: %-45s %-3s (cached)\n"
+msgid "bad db file %s\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/db1.c:426
#, c-format
-msgid "%s: %-45s YES (rpmrc provides)\n"
+msgid "opening db file %s mode 0x%x\n"
msgstr ""
-#: lib/depends.c:1096
-#, c-format
-msgid "%s: %-45s YES (rpmlib provides)\n"
+#. XXX check errno validity
+#: lib/db1.c:449
+#, fuzzy, c-format
+msgid "cannot get %s lock on database\n"
msgstr ""
+"não consegui abrir %s/packages.rpm\n"
+"\n"
-#: lib/depends.c:1118
-#, c-format
-msgid "%s: %-45s YES (db files)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
msgstr ""
-#: lib/depends.c:1131
-#, c-format
-msgid "%s: %-45s YES (db provides)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
msgstr ""
-#: lib/depends.c:1145
+#: lib/db2.c:145 lib/db3.c:130
#, c-format
-msgid "%s: %-45s YES (db package)\n"
+msgid "closed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1161
+#: lib/db2.c:161 lib/db3.c:146
#, c-format
-msgid "%s: %-45s NO\n"
+msgid "removed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/db2.c:198 lib/db3.c:183
#, c-format
-msgid "%s: (%s, %s) added to Depends cache.\n"
+msgid "opening db environment %s/%s %s\n"
msgstr ""
-#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/db2.c:588 lib/db3.c:569
#, c-format
-msgid "package %s-%s-%s require not satisfied: %s\n"
+msgid "closed db index %s/%s\n"
msgstr ""
-#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/db2.c:678 lib/db3.c:659
#, c-format
-msgid "package %s conflicts: %s\n"
+msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: lib/depends.c:1523
+#: lib/db2.c:784 lib/db3.c:764
#, c-format
-msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
-msgstr ""
-
-#. Record all relations.
-#: lib/depends.c:1662
-msgid "========== recording tsort relations\n"
-msgstr ""
-
-#. T4. Scan for zeroes.
-#: lib/depends.c:1709
-msgid "========== tsorting packages\n"
+msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: lib/depends.c:1754
-msgid "========== successors only (presentation order)\n"
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
msgstr ""
-#: lib/depends.c:1803
-msgid "LOOP:\n"
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
msgstr ""
-#: lib/depends.c:1834
-msgid "========== continuing tsort ...\n"
+#: lib/dbconfig.c:287
+#, c-format
+msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/dbconfig.c:296
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
+#: lib/dbconfig.c:305
#, c-format
-msgid "db%d error(%d): %s\n"
+msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
-#: lib/db1.c:387
+#. XXX legacy epoch-less requires/conflicts compatibility
+#: lib/depends.c:565
#, c-format
-msgid "closed db file %s\n"
+msgid ""
+"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
+"\tA %s\tB %s\n"
msgstr ""
-#: lib/db1.c:390
+#: lib/depends.c:594
#, c-format
-msgid "removed db file %s\n"
+msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/db1.c:421
+#: lib/depends.c:962
#, c-format
-msgid "bad db file %s\n"
+msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#: lib/db1.c:426
+#: lib/depends.c:1021
#, c-format
-msgid "opening db file %s mode 0x%x\n"
+msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#. XXX check errno validity
-#: lib/db1.c:449
-#, fuzzy, c-format
-msgid "cannot get %s lock on database\n"
+#: lib/depends.c:1073
+#, c-format
+msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-"não consegui abrir %s/packages.rpm\n"
-"\n"
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
+#: lib/depends.c:1092
+#, c-format
+msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
+#: lib/depends.c:1109
+#, c-format
+msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr ""
-#: lib/db2.c:141
+#: lib/depends.c:1131
#, c-format
-msgid "closed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/db2.c:153
+#: lib/depends.c:1144
#, c-format
-msgid "removed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/db2.c:190
+#: lib/depends.c:1158
#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
+msgid "%s: %-45s YES (db package)\n"
msgstr ""
-#: lib/db2.c:565
+#: lib/depends.c:1174
#, c-format
-msgid "closed db index %s/%s(%s)\n"
+msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/db2.c:643
+#: lib/depends.c:1195
#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
+msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr ""
-#: lib/db3.c:268
+#. requirements are not satisfied.
+#: lib/depends.c:1256
#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
+msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr ""
-#: lib/db3.c:297
+#. conflicts exist.
+#: lib/depends.c:1323
#, c-format
-msgid "%s has invalid numeric value, skipped\n"
+msgid "package %s conflicts: %s\n"
msgstr ""
-#: lib/db3.c:306
+#: lib/depends.c:1539
#, c-format
-msgid "%s has too large or too small long value, skipped\n"
+msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr ""
-#: lib/db3.c:315
-#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
+#. Record all relations.
+#: lib/depends.c:1678
+msgid "========== recording tsort relations\n"
msgstr ""
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
+#. T4. Scan for zeroes.
+#: lib/depends.c:1725
+msgid "========== tsorting packages\n"
msgstr ""
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
+#: lib/depends.c:1770
+msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
-msgstr ""
-
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:1013
-#, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:1118
-#, c-format
-msgid "cannot get %s lock on %s/%s\n"
+#: lib/depends.c:1819
+msgid "LOOP:\n"
msgstr ""
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
+#: lib/depends.c:1850
+msgid "========== continuing tsort ...\n"
msgstr ""
#: lib/falloc.c:141
msgstr ""
#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
msgid "(not a number)"
msgstr ""
msgid "file %s is on an unknown device\n"
msgstr ""
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
+msgstr ""
+
+#: lib/fsm.c:274
+#, c-format
+msgid "%9d %s\n"
+msgstr ""
+
+#: lib/fsm.c:1042
+#, c-format
+msgid "%s directory created with perms %04o.\n"
+msgstr ""
+
+#: lib/fsm.c:1344 lib/fsm.c:1461
+#, c-format
+msgid "%s saved as %s\n"
+msgstr ""
+
+#: lib/fsm.c:1486
+#, c-format
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr ""
+
+#: lib/fsm.c:1491
+#, fuzzy, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr "não consigo abrir ficheiro spec %s: %s\n"
+
+#: lib/fsm.c:1500
+#, fuzzy, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr "não consigo abrir ficheiro spec %s: %s\n"
+
+#: lib/fsm.c:1517
+#, c-format
+msgid "%s created as %s\n"
+msgstr ""
+
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr ""
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr ""
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, c-format
-msgid "group %s does not exist - using root\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
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr ""
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr ""
-
-#: lib/install.c:721
-#, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr ""
-
-#: lib/install.c:728 lib/install.c:759
-#, fuzzy, c-format
-msgid "cannot write to %s\n"
-msgstr ""
-"não consegui abrir %s/packages.rpm\n"
-"\n"
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, fuzzy, c-format
-msgid "cannot create specdir %s\n"
-msgstr ""
-"não consegui abrir %s/packages.rpm\n"
-"\n"
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr ""
-
-#: lib/install.c:796 lib/install.c:825
-msgid "source package contains no .spec file\n"
-msgstr ""
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, fuzzy, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr "não consigo abrir ficheiro spec %s: %s\n"
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr ""
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/install.c:1069
-#, c-format
-msgid "%s created as %s\n"
-msgstr ""
-
-#: lib/install.c:1105
-#, c-format
-msgid "%s saved as %s\n"
-msgstr ""
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, c-format
msgid "error creating temporary file %s\n"
msgstr ""
-#: lib/package.c:88
+#: lib/package.c:119
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
-#: lib/package.c:143
+#: lib/package.c:179
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, fuzzy, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr "não consigo abrir ficheiro spec %s: %s\n"
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr ""
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr ""
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, c-format
msgid "verify %files section from <specfile>"
msgstr ""
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
msgid "build source and binary packages from <specfile>"
msgstr ""
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
msgid "build binary package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
msgid "build source package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr ""
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, c-format
msgid "verify %files section from <tarball>"
msgstr ""
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
msgid "build source and binary packages from <tarball>"
msgstr ""
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
msgid "build binary package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
msgid "build source package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
msgid "build binary package from <source package>"
msgstr ""
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
msgid "<source package>"
msgstr ""
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr ""
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr ""
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+msgid "debug file state machine"
+msgstr ""
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr ""
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr ""
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, c-format
+msgid "group %s does not exist - using root\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.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr ""
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, fuzzy, c-format
+msgid "cannot create %s %s\n"
+msgstr ""
+"não consegui abrir %s/packages.rpm\n"
+"\n"
+
+#: lib/psm.c:661
+#, fuzzy, c-format
+msgid "cannot write to %s\n"
+msgstr ""
+"não consegui abrir %s/packages.rpm\n"
+"\n"
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr ""
+
+#: lib/psm.c:733
+msgid "source package contains no .spec file\n"
+msgstr ""
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr ""
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr ""
+
+#: lib/psm.c:998
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr ""
+
+#: lib/query.c:161
#, c-format
msgid "incorrect format: %s\n"
msgstr ""
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr ""
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr ""
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr ""
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
msgid "package has neither file owner or id lists\n"
msgstr ""
-#: lib/query.c:418
+#: lib/query.c:428
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr ""
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr ""
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
-#: lib/query.c:624
+#: lib/query.c:637
msgid "no packages\n"
msgstr ""
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr ""
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr ""
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr ""
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr ""
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr ""
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr ""
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr ""
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr ""
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr ""
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr ""
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, fuzzy, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr ""
"não consegui abrir %s/packages.rpm\n"
"\n"
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, fuzzy, c-format
msgid "cannot open %s index\n"
msgstr ""
"não consegui abrir %s/packages.rpm\n"
"\n"
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr ""
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr ""
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
msgid "no dbpath has been set\n"
msgstr ""
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr ""
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr ""
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, c-format
msgid "cannot add record originally at %d\n"
msgstr ""
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
msgid "Preparing packages for installation..."
msgstr ""
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr ""
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr ""
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr ""
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr ""
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr ""
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr ""
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, c-format
msgid "cannot open file %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr ""
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, c-format
msgid "cannot open Packages database in %s\n"
msgstr ""
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr ""
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr ""
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr ""
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr ""
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr ""
"não consegui abrir %s/packages.rpm\n"
"\n"
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr ""
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, c-format
msgid "cannot open %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr ""
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr ""
+
+#: lib/scriptlet.c:236
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr ""
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr ""
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr ""
-#: lib/signature.c:162
+#: lib/signature.c:176
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr ""
-#: lib/signature.c:211
+#: lib/signature.c:230
#, c-format
-msgid "Signature size: %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:212
-#, c-format
-msgid "Signature pad : %d\n"
-msgstr ""
-
-#: lib/signature.c:274
+#: lib/signature.c:289
#, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr ""
-#: lib/signature.c:285
+#: lib/signature.c:300
msgid "pgp failed\n"
msgstr ""
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
msgid "pgp failed to write signature\n"
msgstr ""
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
msgid "unable to read the signature\n"
msgstr ""
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
msgid "Couldn't exec gpg\n"
msgstr ""
-#: lib/signature.c:362
+#: lib/signature.c:377
msgid "gpg failed\n"
msgstr ""
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
msgid "gpg failed to write signature\n"
msgstr ""
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
msgid "Generating signature using PGP.\n"
msgstr ""
-#: lib/signature.c:423
+#: lib/signature.c:439
msgid "Generating signature using GPG.\n"
msgstr ""
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
-#: lib/signature.c:635
+#: lib/signature.c:653
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
-#: lib/signature.c:723
+#: lib/signature.c:741
msgid "Couldn't exec pgp\n"
msgstr ""
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr ""
-#: lib/signature.c:772
+#: lib/signature.c:790
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr ""
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, c-format
msgid "%5d exclude %s\n"
msgstr ""
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, c-format
msgid "%5d relocate %s -> %s\n"
msgstr ""
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, c-format
msgid "excluding multilib path %s%s\n"
msgstr ""
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, c-format
msgid "excluding %s %s\n"
msgstr ""
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, c-format
msgid "relocating directory %s to %s\n"
msgstr ""
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr ""
-
-#: lib/uninstall.c:78
-#, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:88
-#, c-format
-msgid "removal of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr ""
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr ""
-#: lib/verify.c:65
+#: lib/verify.c:63
msgid "do not execute %verifyscript (if any)"
msgstr ""
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, c-format
msgid "missing %s"
msgstr ""
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr ""
-
-#: rpmio/rpmio.c:540
-msgid "Server I/O error"
-msgstr ""
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr ""
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr ""
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr ""
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr ""
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr ""
-
-#: rpmio/rpmio.c:558
-msgid "I/O error to local file"
-msgstr ""
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr ""
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr ""
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr ""
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr ""
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr ""
+
+#: rpmio/rpmio.c:540
+msgid "Server I/O error"
+msgstr ""
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr ""
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr ""
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr ""
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr ""
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr ""
+
+#: rpmio/rpmio.c:558
+msgid "I/O error to local file"
+msgstr ""
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr ""
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr ""
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr ""
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
msgid "(no error)"
msgstr ""
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr ""
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr ""
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr ""
# Revised by Arnaldo Carvalho de Melo <acme@conectiva.com.br>, 1998.
#
msgid ""
-msgstr "POT-Creation-Date: 2001-01-19 14:27-0500\n"
+msgstr "POT-Creation-Date: 2001-02-19 11:19-0500\n"
# , c-format
-#: build.c:26
+#: build.c:25
#, fuzzy, c-format
msgid "cannot open rpm database in %s\n"
msgstr "Não consegui abrir: %s\n"
-#: build.c:36
+#: build.c:35
#, fuzzy
msgid "failed build dependencies:\n"
msgstr "lista dependências do pacote"
# , c-format
-#: build.c:65
+#: build.c:64
#, fuzzy, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, fuzzy, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
#. Give up
-#: build.c:149
+#: build.c:150
#, 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:177
+#: build.c:178
#, fuzzy, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr "Não consegui ler o arquivo spec de %s\n"
# , c-format
-#: build.c:216
+#: build.c:217
#, fuzzy, c-format
msgid "failed to stat %s: %m\n"
msgstr "Não consegui abrir: %s\n"
-#: build.c:221
+#: build.c:222
#, fuzzy, c-format
msgid "File %s is not a regular file.\n"
msgstr "não foi passado pacote para instalação"
-#: build.c:230
+#: build.c:231
#, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr ""
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr ""
-#: build.c:302
+#: build.c:303
#, fuzzy, c-format
msgid "Building for target %s\n"
msgstr "instale pacote"
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr ""
# "Content-Type: text/plain; charset=ISO-8859-1\n"
# "Content-Transfer-Encoding: 8-bit\n"
# , c-format
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr "RPM versão %s\n"
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr ""
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
#, fuzzy
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr ""
"Este Software pode ser livremente redistribuido sob os termos da Licensa "
"Pública GNU (GPL)"
-#: rpm.c:209
+#: rpm.c:224
#, fuzzy
msgid "Usage: rpm {--help}"
msgstr "uso: rpm {--help}"
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr ""
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr " rpm {--initdb} [--dbpath <diretório>]"
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
" [--replacepkgs] [--replacefiles] [--root <diretório>]"
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr ""
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
" [--rcfile <arquivo>] [--ignorearch] [--dbpath "
"<diretório>]"
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
#, fuzzy
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr " [--prefix <diretório>] [--ignoreos] [--nodeps]"
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr " [--ftpproxy <host>] [--ftpport <porta>]"
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
#, fuzzy
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr " [--ftpproxy <host>] [--ftpport <porta>]"
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
#, fuzzy
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr " [--nomd5] [alvos]"
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
#, fuzzy
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
" [--ignoreos] [--nodeps] arquivo.rpm ... arquivoN.rpm"
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
#, fuzzy
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr " arquivo.rpm ... arquivoN.rpm"
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
" [--oldpackage] [--root <diretório>] [--noscripts]"
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
" [--excludedocs] [--includedocs] [--rcfile <arquivo>]"
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
" [--ignorearch] [--dbpath <dir>] [--prefix "
"<diretório>]"
-#: rpm.c:227
+#: rpm.c:242
#, fuzzy
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr " [--ftpproxy <host>] [--ftpport <porta>]"
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
#, fuzzy
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
" [--dbpath <diretório>] [--nodeps] [--nofiles] "
"[--noscripts]"
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
#, fuzzy
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr " [--nomd5] [alvos]"
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
#, fuzzy
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
" [--provides] [--dump] [--dbpath <diretório>] [alvos]"
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
#, fuzzy
msgid " file1.rpm ... fileN.rpm"
msgstr " arquivo.rpm ... arquivoN.rpm"
-#: rpm.c:232
+#: rpm.c:247
msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
msgstr ""
-#: rpm.c:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
" [--scripts] [--root <diretório>] [--rcfile <arquivo>]"
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
#, fuzzy
msgid " [--triggeredby]"
msgstr " [--nomd5] [alvos]"
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
#, fuzzy
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
" [--dbpath <diretório>] [--nodeps] [--nofiles] "
"[--noscripts]"
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
#, fuzzy
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr ""
" [--provides] [--dump] [--dbpath <diretório>] [alvos]"
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
" rpm {--verify -V -y} [-afpg] [--root <diretório>] [--rcfile <arquivo>]"
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
" [--dbpath <diretório>] [--nodeps] [--nofiles] "
"[--noscripts]"
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr " [--nomd5] [alvos]"
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr " rpm {--setperms} [-afpg] [alvo]"
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr " rpm {--setugids} [-afpg] [alvo]"
-#: rpm.c:245
+#: rpm.c:260
#, fuzzy
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr " arquivo.rpm ... arquivoN.rpm"
-#: rpm.c:246
+#: rpm.c:261
#, fuzzy
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
" rpm {--erase -e] [--root <diretório>] [--noscripts] [--rcfile "
"<arquivo>]"
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr ""
" [--dbpath <diretório>] [--nodeps] [--allmatches]"
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
#, fuzzy
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr " pacote1 ... pacoteN"
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--resign} [--rcfile <arquivo>] pacote1 pacote2 ... pacoteN"
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
" rpm {--addsign} [--rcfile <arquivo>] pacote1 pacote2 ... pacoteN"
-#: rpm.c:251
+#: rpm.c:266
#, fuzzy
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <arquivo>]"
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr " pacote1 ... pacoteN"
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr " rpm {--rebuilddb} [--rcfile <arquivo>] [--dbpath <diretório>]"
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr ""
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
#, fuzzy
msgid "Usage:"
msgstr "uso:"
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr "mostra esta mensagem"
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr "mostra a versão do programa rpm sendo usado"
-#: rpm.c:295
+#: rpm.c:310
#, fuzzy
msgid " All modes support the following arguments:"
msgstr " todos os modos suportam os seguintes argumentos:"
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
#, fuzzy
msgid " --eval '<name>+' "
msgstr " -b<estágio> <spec> "
-#: rpm.c:299
+#: rpm.c:314
#, fuzzy
msgid "print the expansion of macro <name> to stdout"
msgstr "mostra a versão do programa rpm sendo usado"
-#: rpm.c:300
+#: rpm.c:315
#, fuzzy
msgid " --pipe <cmd> "
msgstr " -b<estágio> <spec> "
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr "envia a saida padrão para <cmd>"
-#: rpm.c:302
+#: rpm.c:317
#, fuzzy
msgid " --rcfile <file> "
msgstr " -b<estágio> <spec> "
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr "use <arquivo> no lugar de /etc/rpmrc e $HOME/.rpmrc"
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr "seja um pouco mais detalhado"
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr "seja _muito_ mais detalhado (para depuração)"
-#: rpm.c:312
+#: rpm.c:327
#, fuzzy
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
" Instale, atualize e pesquise (com -p) permitem que sejam usadas URLs ftp "
"no lugar"
-#: rpm.c:313
+#: rpm.c:328
#, 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:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr ""
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr "nome do host ou IP do proxy ftp"
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr ""
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr "número da porta do servidor ftp (ou proxy)"
-#: rpm.c:318
+#: rpm.c:333
#, fuzzy
msgid " --httpproxy <host> "
msgstr " -b<estágio> <spec> "
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
#, fuzzy
msgid "hostname or IP of http proxy"
msgstr "nome do host ou IP do proxy ftp"
-#: rpm.c:320
+#: rpm.c:335
#, fuzzy
msgid " --httpport <port> "
msgstr " -b<estágio> <spec> "
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
#, fuzzy
msgid "port number of http server (or proxy)"
msgstr "número da porta do servidor ftp (ou proxy)"
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr "modo pesquisa"
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
#, fuzzy
msgid " --dbpath <dir> "
msgstr " -b<estágio> <spec> "
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr "use <diretório> como diretório para o banco de dados"
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
#, fuzzy
msgid "use <qfmt> as the header format (implies --info)"
msgstr "use s como formato do cabeçalho (implica -i)"
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr "use <diretório> como diretório raiz"
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr " Opcões para especificação de pacotes:"
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr "pesquise todos os pacotes"
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr ""
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr "pesquise pacote (não instalado) <arquivo-pacote>"
-#: rpm.c:339
+#: rpm.c:354
#, fuzzy
msgid " --triggeredby <pkg>"
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: rpm.c:340
+#: rpm.c:355
#, fuzzy
msgid "query packages triggered by <pkg>"
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: rpm.c:341
+#: rpm.c:356
#, fuzzy
msgid " --whatprovides <cap>"
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: rpm.c:342
+#: rpm.c:357
#, fuzzy
msgid "query packages which provide <cap> capability"
msgstr "pesquise pacotes que fornecem a capacidade <i>"
-#: rpm.c:343
+#: rpm.c:358
#, fuzzy
msgid " --whatrequires <cap>"
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: rpm.c:344
+#: rpm.c:359
#, fuzzy
msgid "query packages which require <cap> capability"
msgstr "pesquise pacotes que requerem capacidade <i>"
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr " Opcões de selecão de informação"
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr "mostre informação do pacote"
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
#, fuzzy
msgid "display the package's change log"
msgstr "mostre a lista de arquivos do pacote"
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr "mostre a lista de arquivos do pacote"
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr "mostre estados dos arquivos (implica -l)"
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr "liste somente os arquivos de documentação (implica -l)"
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr "liste somente os arquivos de configuração (implica -l)"
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
"mostre todas as informações verificáveis para cada arquivo (deve ser usado "
"com -l, -c ou -d)"
-#: rpm.c:361
+#: rpm.c:376
#, fuzzy
msgid "list capabilities package provides"
msgstr "lista as capacidades que o pacote fornece"
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr "lista dependências do pacote"
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr "mostra as várias scripts de [des]instalação"
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
"verifique uma instalação de pacote usando as mesmas opções de especificação "
"de pacote do -q"
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr "não verifique as dependências do pacote"
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr "não verifique os checksums md5 do arquivo"
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr "não verifique os atributos dos arquivos"
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
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:386
+#: rpm.c:401
#, fuzzy
msgid " --install <packagefile>"
msgstr "instale pacote"
-#: rpm.c:387
+#: rpm.c:402
#, fuzzy
msgid " -i <packagefile> "
msgstr " -b<estágio> <spec> "
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr "instale pacote"
-#: rpm.c:389
+#: rpm.c:404
#, fuzzy
msgid " --excludepath <path>"
msgstr " [--nomd5] [alvos]"
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
#, fuzzy
msgid " --relocate <oldpath>=<newpath>"
msgstr " [--nomd5] [alvos]"
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr ""
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
#, fuzzy
msgid "relocate files in non-relocateable package"
msgstr "não foi passado pacote para instalação"
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr ""
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr "realoque o pacote para <diretório>, se realocável"
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr "não instale documentação"
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr "aliás para --replacepkgs --replacefiles"
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr "mostre caracteres # a medida que o pacote instala (bom com -v)"
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
#, fuzzy
msgid "don't verify package architecture"
msgstr "não verifique a arquitetura do pacote"
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr "não verifique o sistema operacional do pacote"
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr "instale documentação"
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr ""
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
#, fuzzy
msgid "do not reorder package installation to satisfy dependencies"
msgstr "não verifique as dependências do pacote"
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr "não execute nenhuma script de instalação"
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr "imprima porcentagens a medida que o pacote vai sendo instalado"
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr "instale mesmo que o pacote substitua arquivos já instalados"
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr "reinstale se o pacote já estiver presente"
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
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:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
#, fuzzy
msgid " -U <packagefile> "
msgstr " -b<estágio> <spec> "
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr "atualize pacote (mesmas opcões em --install, mais"
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
"atualize para uma versão mais velha do pacote (--force em atualizações não "
"faz isto automaticamente)"
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr "apague (desinstale) pacote"
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
"remova todos os pacotes iguais a <pacote> (normalmente um erro é gerado se "
"<pacote> especificou múltiplos pacotes)"
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr "não execute nenhuma script específica do pacote"
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr " -b<estágio> <spec> "
-#: rpm.c:465
+#: rpm.c:480
#, fuzzy
msgid " -t<stage> <tarball> "
msgstr " -b<estágio> <spec> "
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr "Constroi pacote, onde <estágio> é um dos seguintes:"
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr "prep (descompacte fontes e aplique patches)"
# , c-format
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr "cheque lista (faça algumas checagens em %files)"
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr "compile (prep e compile)"
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr "instale (prep, compile, instale)"
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr "pacote binário (prep, compile, instale, pacote)"
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr "pacote bin/src (prep, compile, instale, pacote)"
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr "pule direto para o estágio especificado (somente para c,i)"
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr "remova a árvore de construção quando terminar"
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
#, fuzzy
msgid "remove sources when done"
msgstr "remova a árvore de construção quando terminar"
-#: rpm.c:486
+#: rpm.c:501
#, fuzzy
msgid "remove spec file when done"
msgstr "remova a árvore de construção quando terminar"
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
#, fuzzy
msgid "generate PGP/GPG signature"
msgstr "gere assinatura PGP"
-#: rpm.c:489
+#: rpm.c:504
#, fuzzy
msgid " --buildroot <dir> "
msgstr " -b<estágio> <spec> "
-#: rpm.c:490
+#: rpm.c:505
#, fuzzy
msgid "use <dir> as the build root"
msgstr "use s como o root da construção"
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr "não execute nenhum estágio"
-#: rpm.c:495
+#: rpm.c:510
#, fuzzy
msgid " --timecheck <secs> "
msgstr " -b<estágio> <spec> "
-#: rpm.c:496
+#: rpm.c:511
#, fuzzy
msgid "set the time check to <secs> seconds (0 disables)"
msgstr "atribua S segundos ao tempo de checagem (0 o desabilita)"
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
"instale pacote fonte, construa pacote binário e remova o arquivo spec, "
"fontes, patches e ícones."
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr "como --rebuild, mas não construa nenhum pacote"
-#: rpm.c:504
+#: rpm.c:519
#, fuzzy
msgid " --resign <pkg>+ "
msgstr " -b<estágio> <spec> "
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr "assine um pacote (descarte a assinatura corrente)"
-#: rpm.c:506
+#: rpm.c:521
#, fuzzy
msgid " --addsign <pkg>+ "
msgstr " -b<estágio> <spec> "
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr "adicione uma assinatura a um pacote"
-#: rpm.c:508
+#: rpm.c:523
#, fuzzy
msgid " --checksig <pkg>+"
msgstr " -b<estágio> <spec> "
-#: rpm.c:509
+#: rpm.c:524
#, fuzzy
msgid " -K <pkg>+ "
msgstr " -b<estágio> <spec> "
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr "verifique a assinatura do pacote"
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr "desconsidere quaisquer assinaturas PGP"
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
#, fuzzy
msgid "skip any GPG signatures"
msgstr "desconsidere quaisquer assinaturas PGP"
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr "desconsidere quaisquer assinaturas MD5"
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr "certifique que um banco de dados válido existe"
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
"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:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
"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:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr "somente um modo principal pode ser especificado"
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
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:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr "Use -e ou --erase no lugar.\n"
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
#, fuzzy
msgid "relocations must begin with a /"
msgstr "argumentos para o --dbpath devem começar com uma /"
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr ""
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr ""
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
#, fuzzy
msgid "exclude paths must begin with a /"
msgstr "argumentos para o --dbpath devem começar com uma /"
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
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:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
#, fuzzy
msgid "unexpected query flags"
msgstr "fonte de pesquisa não esperado"
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
#, fuzzy
msgid "unexpected query format"
msgstr "fonte de pesquisa não esperado"
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr "fonte de pesquisa não esperado"
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
#, fuzzy
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr "somente instalação e atualização podem ser forçadas"
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
#, fuzzy
msgid "files may only be relocated during package installation"
msgstr "--percent somente pode ser especificado durante instalações de pacotes"
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
#, fuzzy
msgid "only one of --prefix or --relocate may be used"
msgstr "somente um entre --excludedocs e --includedocs pode ser especificado"
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
#, fuzzy
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
"--prefix somente pode ser usada quando se está instalando novos pacotes"
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr ""
"--prefix somente pode ser usada quando se está instalando novos pacotes"
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr "argumentos para --prefix devem começar com uma /"
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr ""
"--hash (-h) somente podem ser especificado durante instalações de pacotes"
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr "--percent somente pode ser especificado durante instalações de pacotes"
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr "--percent somente pode ser especificado durante instalações de pacotes"
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr ""
"--replacepkgs somente pode ser especificado durante instalações de pacotes"
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr ""
"--excludedocs somente pode ser especificado durante instalações de pacotes"
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr ""
"--includedocs somente pode ser especificado durante instalações de pacotes"
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr "somente um entre --excludedocs e --includedocs pode ser especificado"
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr ""
"--ignorearch somente pode ser especificado durante instalações de pacotes"
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr ""
"--ignoreos somente pode ser especificado durante instalações de pacotes"
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
#, fuzzy
msgid "--ignoresize may only be specified during package installation"
msgstr ""
"--ignoreos somente pode ser especificado durante instalações de pacotes"
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr ""
"--allmatches somente pode ser especificado durante desinstalações de pacotes"
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
#, fuzzy
msgid "--allfiles may only be specified during package installation"
msgstr "--percent somente pode ser especificado durante instalações de pacotes"
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
#, 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:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
"--noscripts somente pode ser especificado durante [des]instalações e "
"verificações de pacotes"
-#: rpm.c:917
+#: rpm.c:934
#, fuzzy
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"--nodeps somente pode ser especificado durante [des]instalações e "
"verificações de pacotes"
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
#, fuzzy
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"--nodeps somente pode ser especificado durante [des]instalações e "
"verificações de pacotes"
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
"--test somente pode ser especificado durante [des]instalações e construções "
"de pacotes"
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
"--root (-r) somente pode ser especificado durante [des]instalações, "
"pesquisas e reconstrução de bancos de dados"
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr "argumentos para --root (-r) devem começar com uma /"
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr "--oldpackage somente pode ser usado durante a atualização de pacotes"
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr "--nopgp somente pode ser usado durante checagem de assinaturas"
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
#, fuzzy
msgid "--nogpg may only be used during signature checking"
msgstr "--nopgp somente pode ser usado durante checagem de assinaturas"
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
#, fuzzy
msgid ""
"--nomd5 may only be used during signature checking and package verification"
"--nopgp somente pode ser usado durante checagem de assinaturas e verificação "
"de pacotes"
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr ""
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
#, fuzzy
msgid "pgp not found: "
msgstr "não foi passado pacote para desinstalação"
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr "Checagem de pass phrase falhou\n"
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr "Pass phrase ok.\n"
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr "--sign somente pode ser usado durante a construção de pacotes"
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
#, fuzzy
msgid "exec failed\n"
msgstr "Construção falhou.\n"
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr "argumentos não esperados em --querytags"
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr "nenhum pacote informado para checagem de assinatura"
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr "não foram passados pacotes para assinatura"
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr "não foi passado pacote para desinstalação"
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr "não foi passado pacote para instalação"
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr "foram passados argumentos em excesso para pesquisa em todos os pacotes"
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr "não foi passado argumento para pesquisa"
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
#, fuzzy
msgid "extra arguments given for verify of all packages"
msgstr "foram passados argumentos em excesso para pesquisa em todos os pacotes"
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr "não foi passado argumento para verificação"
msgid "cannot re-open payload: %s\n"
msgstr "Não consegui abrir: %s\n"
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
#, fuzzy
msgid "print macro expansion of <expr>+"
msgstr "mostra a versão do programa rpm sendo usado"
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
#, fuzzy
msgid "rebuild database inverted lists from installed package headers"
msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
+msgstr ""
+
+#: rpmqv.c:234
#, fuzzy
-msgid "<package>"
+msgid "<package>+"
msgstr "pesquise todos os pacotes"
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
#, fuzzy
-msgid "upgrade package if already installed"
+msgid "upgrade package(s) if already installed"
msgstr "não foi passado pacote para instalação"
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
#, fuzzy
msgid "<packagefile>+"
msgstr " -b<estágio> <spec> "
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
#, fuzzy
msgid "do not execute scripts (if any)"
msgstr "não execute nenhum estágio"
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
#, fuzzy
msgid "don't execute any scriptlets triggered by this package"
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: rpmqv.c:313
+#: rpmqv.c:279
+msgid "relocate files from path <old> to <new>"
+msgstr ""
+
+#: rpmqv.c:280
#, fuzzy
-msgid "<oldpath>=<newpath>"
+msgid "<old>=<new>"
msgstr " [--nomd5] [alvos]"
-#: rpmqv.c:324
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
+msgstr ""
+
+#: rpmqv.c:291
#, fuzzy
-msgid "upgrade package"
+msgid "upgrade package(s)"
msgstr "instale pacote"
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
+msgstr ""
+
+#: rpmqv.c:343
msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:413
+#: rpmqv.c:377
#, fuzzy, c-format
msgid "Usage: %s {--help}\n"
msgstr "uso: rpm {--help}"
-#: rpmqv.c:417
-#, fuzzy, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr " rpm {--initdb} [--dbpath <diretório>]"
-
-#: rpmqv.c:418
-#, fuzzy, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr " rpm {--rebuilddb} [--rcfile <arquivo>] [--dbpath <diretório>]"
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-#, fuzzy
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-" [--rcfile <arquivo>] [--ignorearch] [--dbpath "
-"<diretório>]"
-
-#: rpmqv.c:434
-#, fuzzy
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-" [--excludedocs] [--includedocs] [--rcfile <arquivo>]"
-
-#: rpmqv.c:442
-#, fuzzy, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-" rpm {--erase -e] [--root <diretório>] [--noscripts] [--rcfile "
-"<arquivo>]"
-
-#: rpmqv.c:449
-#, fuzzy
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-" [--scripts] [--root <diretório>] [--rcfile <arquivo>]"
-
-#: rpmqv.c:456
-#, fuzzy, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-" rpm {--verify -V -y} [-afpg] [--root <diretório>] [--rcfile <arquivo>]"
-
-#: rpmqv.c:460
-#, fuzzy, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr " rpm {--setperms} [-afpg] [alvo]"
-
-#: rpmqv.c:461
-#, fuzzy, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr " rpm {--setugids} [-afpg] [alvo]"
-
-#: rpmqv.c:465
-#, fuzzy, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
-msgstr " rpm {--resign} [--rcfile <arquivo>] pacote1 pacote2 ... pacoteN"
-
-#: rpmqv.c:466
-#, fuzzy, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
-msgstr ""
-" rpm {--addsign} [--rcfile <arquivo>] pacote1 pacote2 ... pacoteN"
-
-#: rpmqv.c:467
-#, fuzzy, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
-msgstr " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <arquivo>]"
-
-#: rpmqv.c:511
+#: rpmqv.c:448
#, fuzzy
msgid " All modes support the following options:"
msgstr " todos os modos suportam os seguintes argumentos:"
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
#, fuzzy
msgid " --eval '<expr>+' "
msgstr " -b<estágio> <spec> "
-#: rpmqv.c:515
+#: rpmqv.c:452
#, fuzzy
msgid "print the expansion of macro <expr> to stdout"
msgstr "mostra a versão do programa rpm sendo usado"
-#: rpmqv.c:516
+#: rpmqv.c:453
#, fuzzy
msgid " --pipe <cmd> "
msgstr " -b<estágio> <spec> "
-#: rpmqv.c:518
+#: rpmqv.c:455
#, fuzzy
msgid " --rcfile <file:...> "
msgstr " -b<estágio> <spec> "
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
#, fuzzy
msgid " --dbpath <dir> "
msgstr " -b<estágio> <spec> "
-#: rpmqv.c:525
+#: rpmqv.c:462
#, fuzzy
msgid " --root <dir> "
msgstr " -b<estágio> <spec> "
-#: rpmqv.c:535
+#: rpmqv.c:472
#, fuzzy
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
" Instale, atualize e pesquise (com -p) permitem que sejam usadas URLs ftp "
"no lugar"
-#: rpmqv.c:536
+#: rpmqv.c:473
#, fuzzy
msgid " of file names as well as the following options:"
msgstr " de nomes de arquivos bem como as seguintes opções:\n"
-#: rpmqv.c:537
+#: rpmqv.c:474
#, fuzzy
msgid " --ftpproxy <host> "
msgstr " -b<estágio> <spec> "
-#: rpmqv.c:539
+#: rpmqv.c:476
#, fuzzy
msgid " --ftpport <port> "
msgstr " -b<estágio> <spec> "
-#: rpmqv.c:541
+#: rpmqv.c:478
#, fuzzy
msgid " --httpproxy <host> "
msgstr " -b<estágio> <spec> "
-#: rpmqv.c:543
+#: rpmqv.c:480
#, fuzzy
msgid " --httpport <port> "
msgstr " -b<estágio> <spec> "
-#: rpmqv.c:549
+#: rpmqv.c:486
#, fuzzy
msgid " Package specification options:"
msgstr " Opcões para especificação de pacotes:"
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
#, fuzzy
msgid "query/verify all packages"
msgstr "pesquise todos os pacotes"
-#: rpmqv.c:552
+#: rpmqv.c:489
#, fuzzy
msgid " -f <file>+ "
msgstr " -b<estágio> <spec> "
-#: rpmqv.c:553
+#: rpmqv.c:490
#, fuzzy
msgid "query/verify package owning <file>"
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: rpmqv.c:554
+#: rpmqv.c:491
#, fuzzy
msgid " -p <packagefile>+ "
msgstr " -b<estágio> <spec> "
-#: rpmqv.c:555
+#: rpmqv.c:492
#, fuzzy
msgid "query/verify (uninstalled) package <packagefile>"
msgstr "pesquise pacote (não instalado) <arquivo-pacote>"
-#: rpmqv.c:556
+#: rpmqv.c:493
#, fuzzy
msgid " --triggeredby <pkg> "
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: rpmqv.c:557
+#: rpmqv.c:494
#, fuzzy
msgid "query/verify packages triggered by <pkg>"
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: rpmqv.c:558
+#: rpmqv.c:495
#, fuzzy
msgid " --whatprovides <cap> "
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: rpmqv.c:559
+#: rpmqv.c:496
#, fuzzy
msgid "query/verify packages which provide <cap> capability"
msgstr "pesquise pacotes que fornecem a capacidade <i>"
-#: rpmqv.c:560
+#: rpmqv.c:497
#, fuzzy
msgid " --whatrequires <cap> "
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: rpmqv.c:561
+#: rpmqv.c:498
#, fuzzy
msgid "query/verify packages which require <cap> capability"
msgstr "pesquise pacotes que requerem capacidade <i>"
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
#, fuzzy
msgid " Information selection options:"
msgstr " Opcões de selecão de informação"
-#: rpmqv.c:584
+#: rpmqv.c:521
#, fuzzy
msgid "list capabilities provided by package"
msgstr "lista as capacidades que o pacote fornece"
-#: rpmqv.c:586
+#: rpmqv.c:523
#, fuzzy
msgid "list capabilities required by package"
msgstr "lista as capacidades que o pacote fornece"
-#: rpmqv.c:588
+#: rpmqv.c:525
#, fuzzy
msgid "print the various [un]install scriptlets"
msgstr "mostra as várias scripts de [des]instalação"
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
#, fuzzy
msgid " --install <packagefile>"
msgstr "instale pacote"
-#: rpmqv.c:617
+#: rpmqv.c:554
#, fuzzy
msgid " -i <packagefile> "
msgstr " -b<estágio> <spec> "
-#: rpmqv.c:626
+#: rpmqv.c:563
#, fuzzy
msgid " --excludepath <path> "
msgstr " [--nomd5] [alvos]"
-#: rpmqv.c:647
+#: rpmqv.c:584
#, fuzzy
msgid "don't execute any installation scriptlets"
msgstr "não execute nenhuma script de instalação"
-#: rpmqv.c:652
+#: rpmqv.c:589
#, fuzzy
msgid " --prefix <dir> "
msgstr " -b<estágio> <spec> "
-#: rpmqv.c:654
+#: rpmqv.c:591
#, fuzzy
msgid " --relocate <oldpath>=<newpath>"
msgstr " [--nomd5] [alvos]"
-#: rpmqv.c:663
+#: rpmqv.c:600
#, fuzzy
msgid " --upgrade <packagefile>"
msgstr "instale pacote"
-#: rpmqv.c:664
+#: rpmqv.c:601
#, fuzzy
msgid " -U <packagefile> "
msgstr " -b<estágio> <spec> "
-#: rpmqv.c:669
+#: rpmqv.c:606
#, fuzzy
msgid " --erase <package>"
msgstr "instale pacote"
-#: rpmqv.c:688
+#: rpmqv.c:625
#, fuzzy
msgid " --resign <pkg>+ "
msgstr " -b<estágio> <spec> "
-#: rpmqv.c:690
+#: rpmqv.c:627
#, fuzzy
msgid " --addsign <pkg>+ "
msgstr " -b<estágio> <spec> "
-#: rpmqv.c:693
+#: rpmqv.c:630
#, fuzzy
msgid " --checksig <pkg>+"
msgstr " -b<estágio> <spec> "
-#: rpmqv.c:694
+#: rpmqv.c:631
#, fuzzy
msgid " -K <pkg>+ "
msgstr " -b<estágio> <spec> "
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
#, fuzzy
msgid "rebuild database indices from existing database headers"
msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
-#: rpmqv.c:996
+#: rpmqv.c:928
#, fuzzy
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr "Use -e ou --erase no lugar.\n"
-#: rpmqv.c:1071
+#: rpmqv.c:1002
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"
-#: rpmqv.c:1158
+#: rpmqv.c:1086
#, fuzzy
msgid ""
"--notriggers may only be specified during package installation and erasure"
"--test somente pode ser especificado durante [des]instalações e construções "
"de pacotes"
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr "não foram passados pacotes para reconstrução"
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr "não foi passado arquivo spec para construção"
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr "não foram passados arquivos tar para construção"
# , c-format
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
#, fuzzy
msgid "Unable to open temp file.\n"
msgstr "Não consegui abrir: %s\n"
msgid "syntax error in expression\n"
msgstr ""
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, c-format
msgid "Missing '(' in %s %s\n"
msgstr ""
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, c-format
msgid "Missing ')' in %s(%s\n"
msgstr ""
# , c-format
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, fuzzy, c-format
msgid "Invalid %s token: %s\n"
msgstr "Não consegui abrir: %s\n"
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
# , c-format
-#: build/files.c:417
+#: build/files.c:419
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr "Não consegui ler o arquivo spec de %s\n"
# , c-format
-#: build/files.c:427
+#: build/files.c:429
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr "Não consegui ler o arquivo spec de %s\n"
# , c-format
-#: build/files.c:439
+#: build/files.c:441
#, fuzzy, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr "Não consegui ler o arquivo spec de %s\n"
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
# , c-format
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, fuzzy, c-format
msgid "Two files on one line: %s\n"
msgstr "Não consegui abrir: %s\n"
-#: build/files.c:771
+#: build/files.c:773
#, fuzzy, c-format
msgid "File must begin with \"/\": %s\n"
msgstr "argumentos para o --dbpath devem começar com uma /"
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
# , c-format
-#: build/files.c:949
+#: build/files.c:952
#, fuzzy, c-format
msgid "File listed twice: %s\n"
msgstr "Não consegui ler o arquivo spec de %s\n"
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
# , c-format
-#: build/files.c:1155
+#: build/files.c:1229
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr "Não consegui ler o arquivo spec de %s\n"
-#: build/files.c:1165
+#: build/files.c:1239
#, fuzzy, c-format
msgid "File not found: %s\n"
msgstr "não foi passado pacote para desinstalação"
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1297
+#: build/files.c:1371
#, fuzzy, c-format
msgid "File needs leading \"/\": %s\n"
msgstr "argumentos para o --dbpath devem começar com uma /"
-#: build/files.c:1327
+#: build/files.c:1401
#, fuzzy, c-format
msgid "File not found by glob: %s\n"
msgstr "não foi passado pacote para desinstalação"
# , c-format
-#: build/files.c:1382
+#: build/files.c:1455
#, fuzzy
msgid "Could not open %%files file %s: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, fuzzy, c-format
msgid "line: %s\n"
msgstr "Não consegui ler o arquivo spec de %s\n"
# , c-format
-#: build/files.c:1720
+#: build/files.c:1791
#, fuzzy, c-format
msgid "Bad file: %s: %s\n"
msgstr "Não consegui ler o arquivo spec de %s\n"
# , c-format
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, fuzzy, c-format
msgid "Couldn't exec %s: %s\n"
msgstr "Não consegui ler o arquivo spec de %s\n"
# , c-format
-#: build/files.c:1794
+#: build/files.c:1864
#, fuzzy, c-format
msgid "Couldn't fork %s: %s\n"
msgstr "Não consegui ler o arquivo spec de %s\n"
-#: build/files.c:1876
+#: build/files.c:1946
#, fuzzy, c-format
msgid "%s failed\n"
msgstr "Construção falhou.\n"
# , c-format
-#: build/files.c:1880
+#: build/files.c:1950
#, fuzzy, c-format
msgid "failed to write all data to %s\n"
msgstr "Não consegui abrir o pipe tar: %s\n"
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
# , c-format
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, fuzzy, c-format
msgid "Failed to find %s:\n"
msgstr "Não consegui abrir o pipe tar: %s\n"
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
msgstr ""
# , c-format
-#: build/pack.c:52
+#: build/pack.c:61
#, fuzzy, c-format
msgid "create archive failed on file %s: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/pack.c:74
+#: build/pack.c:83
#, fuzzy, c-format
msgid "cpio_copy write failed: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/pack.c:81
+#: build/pack.c:90
#, fuzzy, c-format
msgid "cpio_copy read failed: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/pack.c:165
+#: build/pack.c:174
#, fuzzy, c-format
msgid "Could not open PreIn file: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/pack.c:172
+#: build/pack.c:181
#, fuzzy, c-format
msgid "Could not open PreUn file: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/pack.c:179
+#: build/pack.c:188
#, fuzzy, c-format
msgid "Could not open PostIn file: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/pack.c:186
+#: build/pack.c:195
#, fuzzy, c-format
msgid "Could not open PostUn file: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/pack.c:194
+#: build/pack.c:203
#, fuzzy, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/pack.c:209
+#: build/pack.c:218
#, fuzzy, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/pack.c:235
+#: build/pack.c:244
#, fuzzy, c-format
msgid "readRPM: open %s: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/pack.c:245
+#: build/pack.c:254
#, fuzzy, c-format
msgid "readRPM: read %s: %s\n"
msgstr "Não consegui ler o arquivo spec de %s\n"
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, fuzzy, c-format
msgid "Generating signature: %d\n"
msgstr "gere assinatura PGP"
# , c-format
-#: build/pack.c:433
+#: build/pack.c:447
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/pack.c:485
+#: build/pack.c:499
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/pack.c:495
+#: build/pack.c:509
#, fuzzy, c-format
msgid "Unable to read header from %s: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/pack.c:509
+#: build/pack.c:523
#, fuzzy, c-format
msgid "Unable to write header to %s: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/pack.c:519
+#: build/pack.c:533
#, fuzzy, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/pack.c:525
+#: build/pack.c:539
#, fuzzy, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr "Não consegui abrir: %s\n"
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
# , c-format
-#: build/pack.c:634
+#: build/pack.c:648
#, fuzzy, c-format
msgid "cannot create %s: %s\n"
msgstr "Não consegui abrir: %s\n"
msgid "Package has no %%description: %s\n"
msgstr "não foi passado pacote para desinstalação"
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
# , c-format
-#: build/spec.c:228
+#: build/spec.c:216
#, fuzzy, c-format
msgid "line %d: Bad number: %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: build/spec.c:234
+#: build/spec.c:222
#, fuzzy, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr "Não consegui abrir: %s\n"
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
-# , c-format
-#: lib/cpio.c:445
-#, fuzzy, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr "Não consegui ler o arquivo spec de %s\n"
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
#, fuzzy
msgid " failed - "
msgstr "Construção falhou.\n"
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
+#, c-format
+msgid "db%d error(%d) from %s: %s\n"
+msgstr ""
+
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
+#, c-format
+msgid "db%d error(%d): %s\n"
+msgstr ""
+
+#: lib/db1.c:387
+#, c-format
+msgid "closed db file %s\n"
+msgstr ""
+
+#: lib/db1.c:390
+#, c-format
+msgid "removed db file %s\n"
+msgstr ""
+
+# , c-format
+#: lib/db1.c:421
+#, fuzzy, c-format
+msgid "bad db file %s\n"
+msgstr "Não consegui abrir: %s\n"
+
+#: lib/db1.c:426
+#, fuzzy, c-format
+msgid "opening db file %s mode 0x%x\n"
+msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
+
+#. XXX check errno validity
+#: lib/db1.c:449
+#, fuzzy, c-format
+msgid "cannot get %s lock on database\n"
+msgstr "não foi passado pacote para desinstalação"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
+msgstr ""
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
+msgstr ""
+
+#: lib/db2.c:145 lib/db3.c:130
+#, c-format
+msgid "closed db environment %s/%s\n"
+msgstr ""
+
+#: lib/db2.c:161 lib/db3.c:146
+#, c-format
+msgid "removed db environment %s/%s\n"
+msgstr ""
+
+#: lib/db2.c:198 lib/db3.c:183
+#, c-format
+msgid "opening db environment %s/%s %s\n"
+msgstr ""
+
+#: lib/db2.c:588 lib/db3.c:569
+#, c-format
+msgid "closed db index %s/%s\n"
+msgstr ""
+
+#: lib/db2.c:678 lib/db3.c:659
+#, fuzzy, c-format
+msgid "opening db index %s/%s %s mode=0x%x\n"
+msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
+
+#: lib/db2.c:784 lib/db3.c:764
+#, fuzzy, c-format
+msgid "cannot get %s lock on %s/%s\n"
+msgstr "não foi passado pacote para desinstalação"
+
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
+msgstr ""
+
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
+msgstr ""
+
+#: lib/dbconfig.c:287
+#, c-format
+msgid "%s has invalid numeric value, skipped\n"
+msgstr ""
+
+#: lib/dbconfig.c:296
+#, c-format
+msgid "%s has too large or too small long value, skipped\n"
+msgstr ""
+
+#: lib/dbconfig.c:305
+#, c-format
+msgid "%s has too large or too small integer value, skipped\n"
+msgstr ""
+
#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/depends.c:565
#, c-format
msgid ""
"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
"\tA %s\tB %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/depends.c:594
#, c-format
msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/depends.c:962
#, c-format
msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/depends.c:1021
#, c-format
msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/depends.c:1073
#, c-format
msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/depends.c:1092
#, c-format
msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/depends.c:1096
+#: lib/depends.c:1109
#, c-format
msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr ""
-#: lib/depends.c:1118
+#: lib/depends.c:1131
#, c-format
msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/depends.c:1131
+#: lib/depends.c:1144
#, c-format
msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/depends.c:1145
+#: lib/depends.c:1158
#, c-format
msgid "%s: %-45s YES (db package)\n"
msgstr ""
-#: lib/depends.c:1161
+#: lib/depends.c:1174
#, c-format
msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/depends.c:1195
#, c-format
msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr ""
#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/depends.c:1256
#, fuzzy, c-format
msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr "não foi passado pacote para instalação"
#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/depends.c:1323
#, fuzzy, c-format
msgid "package %s conflicts: %s\n"
msgstr "não foi passado pacote para desinstalação"
-#: lib/depends.c:1523
+#: lib/depends.c:1539
#, c-format
msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr ""
#. Record all relations.
-#: lib/depends.c:1662
+#: lib/depends.c:1678
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1709
+#: lib/depends.c:1725
msgid "========== tsorting packages\n"
msgstr ""
-#: lib/depends.c:1754
+#: lib/depends.c:1770
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1803
+#: lib/depends.c:1819
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1834
+#: lib/depends.c:1850
msgid "========== continuing tsort ...\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/falloc.c:141
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid ""
+"free list corrupt (%u)- please run\n"
+"\t\"rpm --rebuilddb\"\n"
+"More information is available from http://www.rpm.org or the "
+"rpm-list@redhat.com mailing list\n"
+"if \"rpm --rebuilddb\" fails to correct the problem.\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
-#, c-format
-msgid "db%d error(%d): %s\n"
+#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+msgid "(not a number)"
msgstr ""
-#: lib/db1.c:387
+# , c-format
+#: lib/fs.c:69
+#, fuzzy, c-format
+msgid "mntctl() failed to return size: %s\n"
+msgstr "Não consegui abrir o pipe tar: %s\n"
+
+#: lib/fs.c:84
#, c-format
-msgid "closed db file %s\n"
-msgstr ""
-
-#: lib/db1.c:390
-#, c-format
-msgid "removed db file %s\n"
+msgid "mntctl() failed to return mount points: %s\n"
msgstr ""
# , c-format
-#: lib/db1.c:421
+#: lib/fs.c:104 lib/fs.c:184 lib/fs.c:287
#, fuzzy, c-format
-msgid "bad db file %s\n"
+msgid "failed to stat %s: %s\n"
msgstr "Não consegui abrir: %s\n"
-#: lib/db1.c:426
-#, fuzzy, c-format
-msgid "opening db file %s mode 0x%x\n"
-msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
-
-#. XXX check errno validity
-#: lib/db1.c:449
-#, fuzzy, c-format
-msgid "cannot get %s lock on database\n"
-msgstr "não foi passado pacote para desinstalação"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
-msgstr ""
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
-msgstr ""
-
-#: lib/db2.c:141
-#, c-format
-msgid "closed db environment %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:153
-#, c-format
-msgid "removed db environment %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:190
-#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
-msgstr ""
-
-#: lib/db2.c:565
-#, c-format
-msgid "closed db index %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:643
-#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:268
-#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
-msgstr ""
-
-#: lib/db3.c:297
-#, c-format
-msgid "%s has invalid numeric value, skipped\n"
-msgstr ""
-
-#: lib/db3.c:306
-#, c-format
-msgid "%s has too large or too small long value, skipped\n"
-msgstr ""
-
-#: lib/db3.c:315
-#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
-msgstr ""
-
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
+#: lib/fs.c:147
+msgid "getting list of mounted filesystems\n"
msgstr ""
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
-msgstr ""
+# , c-format
+#: lib/fs.c:152 rpmio/url.c:452
+#, fuzzy, c-format
+msgid "failed to open %s: %s\n"
+msgstr "Não consegui abrir: %s\n"
-#: lib/db3.c:537
+#: lib/fs.c:309
#, c-format
-msgid "opening db environment %s/%s %s\n"
+msgid "file %s is on an unknown device\n"
msgstr ""
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
msgstr ""
-#: lib/db3.c:1013
-#, fuzzy, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
-
-#: lib/db3.c:1118
+# , c-format
+#: lib/fsm.c:274
#, fuzzy, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr "não foi passado pacote para desinstalação"
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
-msgstr ""
+msgid "%9d %s\n"
+msgstr "Não consegui ler o arquivo spec de %s\n"
-#: lib/falloc.c:141
+#: lib/fsm.c:1042
#, c-format
-msgid ""
-"free list corrupt (%u)- please run\n"
-"\t\"rpm --rebuilddb\"\n"
-"More information is available from http://www.rpm.org or the "
-"rpm-list@redhat.com mailing list\n"
-"if \"rpm --rebuilddb\" fails to correct the problem.\n"
-msgstr ""
-
-#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
-msgid "(not a number)"
+msgid "%s directory created with perms %04o.\n"
msgstr ""
# , c-format
-#: lib/fs.c:69
+#: lib/fsm.c:1344 lib/fsm.c:1461
#, fuzzy, c-format
-msgid "mntctl() failed to return size: %s\n"
-msgstr "Não consegui abrir o pipe tar: %s\n"
-
-#: lib/fs.c:84
-#, c-format
-msgid "mntctl() failed to return mount points: %s\n"
-msgstr ""
+msgid "%s saved as %s\n"
+msgstr "Não consegui abrir: %s\n"
# , c-format
-#: lib/fs.c:104 lib/fs.c:184 lib/fs.c:287
+#: lib/fsm.c:1486
#, fuzzy, c-format
-msgid "failed to stat %s: %s\n"
+msgid "%s rmdir of %s failed: Directory not empty\n"
msgstr "Não consegui abrir: %s\n"
-#: lib/fs.c:147
-msgid "getting list of mounted filesystems\n"
-msgstr ""
+#: lib/fsm.c:1491
+#, fuzzy, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr "Construção falhou.\n"
+
+#: lib/fsm.c:1500
+#, fuzzy, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr "Construção falhou.\n"
# , c-format
-#: lib/fs.c:152 rpmio/url.c:452
+#: lib/fsm.c:1517
#, fuzzy, c-format
-msgid "failed to open %s: %s\n"
+msgid "%s created as %s\n"
msgstr "Não consegui abrir: %s\n"
-#: lib/fs.c:309
-#, c-format
-msgid "file %s is on an unknown device\n"
-msgstr ""
-
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
#, fuzzy
msgid "unexpected ]"
msgstr "fonte de pesquisa não esperado"
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
#, fuzzy
msgid "unexpected }"
msgstr "fonte de pesquisa não esperado"
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr ""
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr ""
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, c-format
-msgid "group %s does not exist - using root\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
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "Construção falhou.\n"
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-#, fuzzy
-msgid "installing a source package\n"
-msgstr "instale pacote"
-
-# , c-format
-#: lib/install.c:721
-#, fuzzy, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr "Não consegui abrir: %s\n"
-
-# , c-format
-#: lib/install.c:728 lib/install.c:759
-#, fuzzy, c-format
-msgid "cannot write to %s\n"
-msgstr "Não consegui abrir: %s\n"
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-# , c-format
-#: lib/install.c:752
-#, fuzzy, c-format
-msgid "cannot create specdir %s\n"
-msgstr "Não consegui abrir: %s\n"
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr ""
-
-#: lib/install.c:796 lib/install.c:825
-#, fuzzy
-msgid "source package contains no .spec file\n"
-msgstr "pesquise o pacote ao qual <arquivo> pertence"
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, fuzzy, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr "Construção falhou.\n"
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, fuzzy, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr "não foi passado pacote para instalação"
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-# , c-format
-#: lib/install.c:1069
-#, fuzzy, c-format
-msgid "%s created as %s\n"
-msgstr "Não consegui abrir: %s\n"
-
-# , c-format
-#: lib/install.c:1105
-#, fuzzy, c-format
-msgid "%s saved as %s\n"
-msgstr "Não consegui abrir: %s\n"
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
# , c-format
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, fuzzy, c-format
msgid "error creating temporary file %s\n"
msgstr "Não consegui abrir: %s\n"
-#: lib/package.c:88
+#: lib/package.c:119
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
-#: lib/package.c:143
+#: lib/package.c:179
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
# , c-format
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, fuzzy, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr "Não consegui ler o arquivo spec de %s\n"
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr "prep (descompacte fontes e aplique patches)"
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
#, fuzzy
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr "instale pacote"
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, fuzzy, c-format
msgid "verify %files section from <specfile>"
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
#, fuzzy
msgid "build source and binary packages from <specfile>"
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
#, fuzzy
msgid "build binary package only from <specfile>"
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
#, fuzzy
msgid "build source package only from <specfile>"
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr "prep (descompacte fontes e aplique patches)"
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, fuzzy, c-format
msgid "verify %files section from <tarball>"
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
#, fuzzy
msgid "build source and binary packages from <tarball>"
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
#, fuzzy
msgid "build binary package only from <tarball>"
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
#, fuzzy
msgid "build source package only from <tarball>"
msgstr "pesquise o pacote ao qual <arquivo> pertence"
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
#, fuzzy
msgid "build binary package from <source package>"
msgstr "pacote binário (prep, compile, instale, pacote)"
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
#, fuzzy
msgid "<source package>"
msgstr "pesquise todos os pacotes"
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
#, fuzzy
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr "instale pacote"
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
#, fuzzy
msgid "override build root"
msgstr "use s como o root da construção"
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+# , c-format
+#: lib/poptBT.c:179
+#, fuzzy
+msgid "debug file state machine"
+msgstr "Não consegui abrir: %s\n"
+
+#: lib/poptBT.c:181
#, fuzzy
msgid "do not execute any stages of the build"
msgstr "não execute nenhum estágio"
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
#, fuzzy
msgid "remove specfile when done"
msgstr "remova a árvore de construção quando terminar"
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, c-format
+msgid "group %s does not exist - using root\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.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "Construção falhou.\n"
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+# , c-format
+#: lib/psm.c:655
+#, fuzzy, c-format
+msgid "cannot create %s %s\n"
+msgstr "Não consegui abrir: %s\n"
+
+# , c-format
+#: lib/psm.c:661
+#, fuzzy, c-format
+msgid "cannot write to %s\n"
+msgstr "Não consegui abrir: %s\n"
+
+#: lib/psm.c:683
+#, fuzzy
+msgid "installing a source package\n"
+msgstr "instale pacote"
+
+#: lib/psm.c:733
+#, fuzzy
+msgid "source package contains no .spec file\n"
+msgstr "pesquise o pacote ao qual <arquivo> pertence"
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, fuzzy, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr "não foi passado pacote para instalação"
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, fuzzy, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr "não execute nenhum estágio"
+
+#: lib/psm.c:998
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr ""
+
+#: lib/query.c:161
#, c-format
msgid "incorrect format: %s\n"
msgstr ""
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr ""
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
#, fuzzy
msgid "not installed "
msgstr "não foi passado pacote para instalação"
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr ""
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
#, fuzzy
msgid "package has neither file owner or id lists\n"
msgstr "não foi passado pacote para instalação"
# , c-format
-#: lib/query.c:418
+#: lib/query.c:428
#, fuzzy, c-format
msgid "can't query %s: %s\n"
msgstr "Não consegui abrir: %s\n"
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, fuzzy, c-format
msgid "open of %s failed: %s\n"
msgstr "Construção falhou.\n"
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr ""
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr ""
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
-#: lib/query.c:624
+#: lib/query.c:637
#, fuzzy
msgid "no packages\n"
msgstr "pesquise todos os pacotes"
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
-#: lib/query.c:645
+#: lib/query.c:658
#, fuzzy, c-format
msgid "no package triggers %s\n"
msgstr "não foram passados pacotes para assinatura"
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr ""
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr ""
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr ""
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr ""
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr ""
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, fuzzy, c-format
msgid "package %s is not installed\n"
msgstr "não foi passado pacote para instalação"
msgid "%s: Fread failed: %s\n"
msgstr "Não consegui abrir: %s\n"
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr ""
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr ""
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr ""
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr ""
# , c-format
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, fuzzy, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr "Não consegui abrir: %s\n"
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr ""
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgstr ""
# , c-format
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, fuzzy, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, fuzzy, c-format
msgid "cannot open %s index\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, fuzzy, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, fuzzy, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, fuzzy, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr "Não consegui abrir: %s\n"
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
msgid "no dbpath has been set\n"
msgstr ""
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "não foi passado pacote para instalação"
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "não foi passado pacote para desinstalação"
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
# , c-format
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, fuzzy, c-format
msgid "removing %d entries from %s index.\n"
msgstr "Não consegui abrir: %s\n"
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "não foi passado pacote para instalação"
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
# , c-format
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, fuzzy, c-format
msgid "adding %d entries to %s index.\n"
msgstr "Não consegui abrir: %s\n"
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr ""
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, fuzzy, c-format
msgid "rebuilding database %s into %s\n"
msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
# , c-format
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, fuzzy, c-format
msgid "creating directory %s\n"
msgstr "Não consegui abrir: %s\n"
# , c-format
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "Não consegui abrir: %s\n"
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, fuzzy, c-format
msgid "opening old database with dbapi %d\n"
msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, fuzzy, c-format
msgid "opening new database with dbapi %d\n"
msgstr "reconstrua o banco de dados a partir de um banco de dados existente"
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr ""
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, c-format
msgid "cannot add record originally at %d\n"
msgstr ""
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
# "Content-Type: text/plain; charset=ISO-8859-1\n"
# "Content-Transfer-Encoding: 8-bit\n"
# , c-format
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, fuzzy, c-format
msgid "removing directory %s\n"
msgstr "RPM versão %s\n"
# , c-format
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, fuzzy, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "Não consegui abrir: %s\n"
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
#, fuzzy
msgid "Preparing packages for installation..."
msgstr "não foi passado pacote para instalação"
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
#, fuzzy
msgid "counting packages to install\n"
msgstr "não foi passado pacote para instalação"
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, fuzzy, c-format
msgid "found %d packages\n"
msgstr "pesquise todos os pacotes"
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr ""
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr ""
# "Content-Type: text/plain; charset=ISO-8859-1\n"
# "Content-Transfer-Encoding: 8-bit\n"
# , c-format
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, fuzzy, c-format
msgid "Retrieving %s\n"
msgstr "RPM versão %s\n"
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr ""
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
# , c-format
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, fuzzy, c-format
msgid "cannot open file %s: %s\n"
msgstr "Não consegui abrir: %s\n"
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, fuzzy, c-format
msgid "%s cannot be installed\n"
msgstr "não foi passado pacote para instalação"
# , c-format
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, fuzzy, c-format
msgid "cannot open Packages database in %s\n"
msgstr "Não consegui abrir: %s\n"
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, fuzzy, c-format
msgid "package %s is not relocateable\n"
msgstr "não foi passado pacote para instalação"
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr ""
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr ""
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
#, fuzzy
msgid "failed dependencies:\n"
msgstr "lista dependências do pacote"
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
#, fuzzy
msgid "installing binary packages\n"
msgstr "instale pacote"
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr ""
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr ""
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
#, fuzzy
msgid "removing these packages would break dependencies:\n"
msgstr "lista dependências do pacote"
# , c-format
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, fuzzy, c-format
msgid "cannot open %s: %s\n"
msgstr "Não consegui abrir: %s\n"
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr ""
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr ""
+
+#: lib/scriptlet.c:236
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr ""
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr ""
-#: lib/signature.c:151
+#: lib/signature.c:165
#, fuzzy
msgid "Old PGP signature\n"
msgstr "gere assinatura PGP"
-#: lib/signature.c:162
+#: lib/signature.c:176
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr ""
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
-msgstr ""
-
-#: lib/signature.c:212
+#: lib/signature.c:230
#, c-format
-msgid "Signature pad : %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
# , c-format
-#: lib/signature.c:274
+#: lib/signature.c:289
#, fuzzy, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr "Não consegui ler o arquivo spec de %s\n"
-#: lib/signature.c:285
+#: lib/signature.c:300
#, fuzzy
msgid "pgp failed\n"
msgstr "Construção falhou.\n"
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
#, fuzzy
msgid "pgp failed to write signature\n"
msgstr "gere assinatura PGP"
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
#, fuzzy
msgid "unable to read the signature\n"
msgstr "gere assinatura PGP"
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
# , c-format
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
#, fuzzy
msgid "Couldn't exec gpg\n"
msgstr "Não consegui ler o arquivo spec de %s\n"
-#: lib/signature.c:362
+#: lib/signature.c:377
#, fuzzy
msgid "gpg failed\n"
msgstr "Construção falhou.\n"
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
#, fuzzy
msgid "gpg failed to write signature\n"
msgstr "gere assinatura PGP"
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
#, fuzzy
msgid "Generating signature using PGP.\n"
msgstr "gere assinatura PGP"
-#: lib/signature.c:423
+#: lib/signature.c:439
#, fuzzy
msgid "Generating signature using GPG.\n"
msgstr "gere assinatura PGP"
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
-#: lib/signature.c:635
+#: lib/signature.c:653
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
# , c-format
-#: lib/signature.c:723
+#: lib/signature.c:741
#, fuzzy
msgid "Couldn't exec pgp\n"
msgstr "Não consegui ler o arquivo spec de %s\n"
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr ""
-#: lib/signature.c:772
+#: lib/signature.c:790
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr ""
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
# "Content-Type: text/plain; charset=ISO-8859-1\n"
# "Content-Transfer-Encoding: 8-bit\n"
# , c-format
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, fuzzy, c-format
msgid "%5d exclude %s\n"
msgstr "RPM versão %s\n"
# , c-format
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, fuzzy, c-format
msgid "%5d relocate %s -> %s\n"
msgstr "Não consegui abrir: %s\n"
# "Content-Type: text/plain; charset=ISO-8859-1\n"
# "Content-Transfer-Encoding: 8-bit\n"
# , c-format
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, fuzzy, c-format
msgid "excluding multilib path %s%s\n"
msgstr "RPM versão %s\n"
# "Content-Type: text/plain; charset=ISO-8859-1\n"
# "Content-Transfer-Encoding: 8-bit\n"
# , c-format
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, fuzzy, c-format
msgid "excluding %s %s\n"
msgstr "RPM versão %s\n"
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
# , c-format
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, fuzzy, c-format
msgid "relocating directory %s to %s\n"
msgstr "Não consegui abrir: %s\n"
# "Content-Type: text/plain; charset=ISO-8859-1\n"
# "Content-Transfer-Encoding: 8-bit\n"
# , c-format
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, fuzzy, c-format
msgid "excluding directory %s\n"
msgstr "RPM versão %s\n"
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-# , c-format
-#: lib/uninstall.c:74
-#, fuzzy, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr "Não consegui abrir: %s\n"
-
-#: lib/uninstall.c:78
-#, fuzzy, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr "Construção falhou.\n"
-
-#: lib/uninstall.c:88
-#, fuzzy, c-format
-msgid "removal of %s failed: %s\n"
-msgstr "Construção falhou.\n"
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr ""
-
-#: lib/verify.c:59
+#: lib/verify.c:57
#, fuzzy
msgid "don't verify files in package"
msgstr "instale pacote"
-#: lib/verify.c:65
+#: lib/verify.c:63
#, fuzzy
msgid "do not execute %verifyscript (if any)"
msgstr "não execute nenhum estágio"
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, c-format
msgid "missing %s"
msgstr ""
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr ""
-
-#: rpmio/rpmio.c:540
-msgid "Server I/O error"
-msgstr ""
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr ""
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr ""
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr ""
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr ""
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr ""
-
-#: rpmio/rpmio.c:558
-msgid "I/O error to local file"
-msgstr ""
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr ""
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr ""
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr ""
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr ""
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr ""
+
+#: rpmio/rpmio.c:540
+msgid "Server I/O error"
+msgstr ""
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr ""
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr ""
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr ""
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr ""
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr ""
+
+#: rpmio/rpmio.c:558
+msgid "I/O error to local file"
+msgstr ""
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr ""
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr ""
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr ""
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
msgid "(no error)"
msgstr ""
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr ""
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr ""
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr ""
msgstr "Não consegui abrir o pipe tar: %s\n"
#, fuzzy
+#~ msgid " %s {--initdb} [--dbpath <dir>]\n"
+#~ msgstr " rpm {--initdb} [--dbpath <diretório>]"
+
+#, fuzzy
+#~ msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
+#~ msgstr ""
+#~ " rpm {--rebuilddb} [--rcfile <arquivo>] [--dbpath <diretório>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
+#~ msgstr ""
+#~ " [--rcfile <arquivo>] [--ignorearch] [--dbpath "
+#~ "<diretório>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <arquivo>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--erase -e] [--root <diretório>] [--noscripts] [--rcfile "
+#~ "<arquivo>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--scripts] [--root <dir>] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--scripts] [--root <diretório>] [--rcfile <arquivo>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--verify -V -y} [-afpg] [--root <diretório>] [--rcfile <arquivo>]"
+
+#, fuzzy
+#~ msgid " %s {--setperms} [-afpg] [target]\n"
+#~ msgstr " rpm {--setperms} [-afpg] [alvo]"
+
+#, fuzzy
+#~ msgid " %s {--setugids} [-afpg] [target]\n"
+#~ msgstr " rpm {--setugids} [-afpg] [alvo]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#~ msgstr ""
+#~ " rpm {--resign} [--rcfile <arquivo>] pacote1 pacote2 ... pacoteN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#~ msgstr ""
+#~ " rpm {--addsign} [--rcfile <arquivo>] pacote1 pacote2 ... pacoteN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
+#~ "<file:...>]\n"
+#~ msgstr " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <arquivo>]"
+
+# , c-format
+#, fuzzy
+#~ msgid "can't rename %s to %s: %s\n"
+#~ msgstr "Não consegui ler o arquivo spec de %s\n"
+
+# , c-format
+#, fuzzy
+#~ msgid "cannot create sourcedir %s\n"
+#~ msgstr "Não consegui abrir: %s\n"
+
+# , c-format
+#, fuzzy
+#~ msgid "cannot create specdir %s\n"
+#~ msgstr "Não consegui abrir: %s\n"
+
+#, fuzzy
+#~ msgid "rename of %s to %s failed: %s\n"
+#~ msgstr "Construção falhou.\n"
+
+#, fuzzy
+#~ msgid "removal of %s failed: %s\n"
+#~ msgstr "Construção falhou.\n"
+
+#, fuzzy
#~ msgid ""
#~ " [--macros <file:...>] [--ignorearch] [--dbpath <dir>]"
#~ msgstr ""
#~ msgid "package not found in database"
#~ msgstr "não foi passado pacote para desinstalação"
-# , c-format
-#, fuzzy
-#~ msgid "bad file state: %s"
-#~ msgstr "Não consegui abrir: %s\n"
-
#, fuzzy
#~ msgid ""
#~ " rpm {-b|t}[plcibas] [-v] [--short-circuit] [--clean] [--rcfile "
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\n"
"PO-Revision-Date: 1999-04-10 12:00+EST\n"
"Last-Translator: Cristian Gafton <gafton@redhat.com>\n"
"Language-Team: Romanian <ro@li.org>\n"
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8-bit\n"
-#: build.c:26
+#: build.c:25
#, c-format
msgid "cannot open rpm database in %s\n"
msgstr ""
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr ""
-#: build.c:65
+#: build.c:64
#, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr ""
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr ""
#. Give up
-#: build.c:149
+#: build.c:150
#, c-format
msgid "Failed to read spec file from %s\n"
msgstr ""
-#: build.c:177
+#: build.c:178
#, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr ""
-#: build.c:216
+#: build.c:217
#, c-format
msgid "failed to stat %s: %m\n"
msgstr ""
-#: build.c:221
+#: build.c:222
#, c-format
msgid "File %s is not a regular file.\n"
msgstr ""
-#: build.c:230
+#: build.c:231
#, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr ""
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr ""
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr ""
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr ""
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr ""
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr ""
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr ""
-#: rpm.c:209
+#: rpm.c:224
msgid "Usage: rpm {--help}"
msgstr ""
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr ""
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr ""
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr ""
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr ""
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr ""
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr ""
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:232
+#: rpm.c:247
msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
msgstr ""
-#: rpm.c:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
msgid " [--triggeredby]"
msgstr ""
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr ""
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr ""
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr ""
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr ""
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr ""
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr ""
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr ""
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr ""
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
msgid "Usage:"
msgstr ""
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr ""
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr ""
-#: rpm.c:295
+#: rpm.c:310
msgid " All modes support the following arguments:"
msgstr ""
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
msgid " --eval '<name>+' "
msgstr ""
-#: rpm.c:299
+#: rpm.c:314
msgid "print the expansion of macro <name> to stdout"
msgstr ""
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr ""
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr ""
-#: rpm.c:302
+#: rpm.c:317
msgid " --rcfile <file> "
msgstr ""
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr ""
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr ""
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr ""
-#: rpm.c:312
+#: rpm.c:327
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr ""
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr ""
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr ""
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr ""
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr ""
-#: rpm.c:318
+#: rpm.c:333
msgid " --httpproxy <host> "
msgstr ""
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr ""
-#: rpm.c:320
+#: rpm.c:335
msgid " --httpport <port> "
msgstr ""
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr ""
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr ""
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr ""
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr ""
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
msgid "use <qfmt> as the header format (implies --info)"
msgstr ""
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr ""
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr ""
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr ""
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr ""
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr ""
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr ""
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr ""
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr ""
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr ""
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr ""
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr ""
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr ""
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr ""
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr ""
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr ""
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr ""
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr ""
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr ""
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr ""
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
msgstr ""
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr ""
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr ""
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr ""
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
msgstr ""
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr ""
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr ""
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr ""
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr ""
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr ""
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr ""
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr ""
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr ""
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr ""
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
msgid "relocate files in non-relocateable package"
msgstr ""
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr ""
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr ""
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr ""
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr ""
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr ""
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr ""
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr ""
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr ""
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr ""
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr ""
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr ""
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr ""
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr ""
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr ""
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr ""
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr ""
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr ""
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
msgstr ""
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr ""
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
msgstr ""
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr ""
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr ""
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr ""
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr ""
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr ""
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr ""
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr ""
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr ""
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr ""
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr ""
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr ""
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr ""
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr ""
-#: rpm.c:486
+#: rpm.c:501
msgid "remove spec file when done"
msgstr ""
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr ""
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr ""
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr ""
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr ""
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr ""
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr ""
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
msgstr ""
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr ""
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr ""
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr ""
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr ""
-#: rpm.c:508
+#: rpm.c:523
msgid " --checksig <pkg>+"
msgstr ""
-#: rpm.c:509
+#: rpm.c:524
msgid " -K <pkg>+ "
msgstr ""
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr ""
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr ""
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr ""
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr ""
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr ""
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr ""
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr ""
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr ""
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr ""
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr ""
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr ""
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr ""
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr ""
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr ""
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr ""
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr ""
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr ""
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr ""
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr ""
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr ""
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr ""
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr ""
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr ""
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr ""
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr ""
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr ""
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr ""
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr ""
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr ""
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr ""
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr ""
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr ""
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr ""
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"recompilation, installation,erasure, and verification"
msgstr ""
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr ""
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
msgstr ""
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr ""
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr ""
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr ""
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr ""
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr ""
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr ""
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr ""
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr ""
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr ""
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr ""
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr ""
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr ""
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr ""
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr ""
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr ""
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr ""
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr ""
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr ""
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr ""
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr ""
msgid "cannot re-open payload: %s\n"
msgstr ""
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
msgid "print macro expansion of <expr>+"
msgstr ""
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
msgid "rebuild database inverted lists from installed package headers"
msgstr ""
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
-msgid "<package>"
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
msgstr ""
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:234
+msgid "<package>+"
+msgstr ""
+
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
-msgid "upgrade package if already installed"
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
+msgid "upgrade package(s) if already installed"
msgstr ""
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
msgid "<packagefile>+"
msgstr ""
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
msgid "do not execute scripts (if any)"
msgstr ""
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
msgid "don't execute any scriptlets triggered by this package"
msgstr ""
-#: rpmqv.c:313
-msgid "<oldpath>=<newpath>"
+#: rpmqv.c:279
+msgid "relocate files from path <old> to <new>"
+msgstr ""
+
+#: rpmqv.c:280
+msgid "<old>=<new>"
+msgstr ""
+
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
msgstr ""
-#: rpmqv.c:324
-msgid "upgrade package"
+#: rpmqv.c:291
+msgid "upgrade package(s)"
msgstr ""
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
-msgid "Common options for all rpm modes:"
-msgstr ""
-
-#: rpmqv.c:413
-#, c-format
-msgid "Usage: %s {--help}\n"
-msgstr ""
-
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:418
-#, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-
-#: rpmqv.c:434
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:442
-#, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:449
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:456
-#, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:461
-#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:465
-#, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
msgstr ""
-#: rpmqv.c:466
-#, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#: rpmqv.c:343
+msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:467
+#: rpmqv.c:377
#, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
+msgid "Usage: %s {--help}\n"
msgstr ""
-#: rpmqv.c:511
+#: rpmqv.c:448
msgid " All modes support the following options:"
msgstr ""
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
msgid " --eval '<expr>+' "
msgstr ""
-#: rpmqv.c:515
+#: rpmqv.c:452
msgid "print the expansion of macro <expr> to stdout"
msgstr ""
-#: rpmqv.c:516
+#: rpmqv.c:453
msgid " --pipe <cmd> "
msgstr ""
-#: rpmqv.c:518
+#: rpmqv.c:455
msgid " --rcfile <file:...> "
msgstr ""
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
msgid " --dbpath <dir> "
msgstr ""
-#: rpmqv.c:525
+#: rpmqv.c:462
msgid " --root <dir> "
msgstr ""
-#: rpmqv.c:535
+#: rpmqv.c:472
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
-#: rpmqv.c:536
+#: rpmqv.c:473
msgid " of file names as well as the following options:"
msgstr ""
-#: rpmqv.c:537
+#: rpmqv.c:474
msgid " --ftpproxy <host> "
msgstr ""
-#: rpmqv.c:539
+#: rpmqv.c:476
msgid " --ftpport <port> "
msgstr ""
-#: rpmqv.c:541
+#: rpmqv.c:478
msgid " --httpproxy <host> "
msgstr ""
-#: rpmqv.c:543
+#: rpmqv.c:480
msgid " --httpport <port> "
msgstr ""
-#: rpmqv.c:549
+#: rpmqv.c:486
msgid " Package specification options:"
msgstr ""
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
msgid "query/verify all packages"
msgstr ""
-#: rpmqv.c:552
+#: rpmqv.c:489
msgid " -f <file>+ "
msgstr ""
-#: rpmqv.c:553
+#: rpmqv.c:490
msgid "query/verify package owning <file>"
msgstr ""
-#: rpmqv.c:554
+#: rpmqv.c:491
msgid " -p <packagefile>+ "
msgstr ""
-#: rpmqv.c:555
+#: rpmqv.c:492
msgid "query/verify (uninstalled) package <packagefile>"
msgstr ""
-#: rpmqv.c:556
+#: rpmqv.c:493
msgid " --triggeredby <pkg> "
msgstr ""
-#: rpmqv.c:557
+#: rpmqv.c:494
msgid "query/verify packages triggered by <pkg>"
msgstr ""
-#: rpmqv.c:558
+#: rpmqv.c:495
msgid " --whatprovides <cap> "
msgstr ""
-#: rpmqv.c:559
+#: rpmqv.c:496
msgid "query/verify packages which provide <cap> capability"
msgstr ""
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr ""
-#: rpmqv.c:561
+#: rpmqv.c:498
msgid "query/verify packages which require <cap> capability"
msgstr ""
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
msgid " Information selection options:"
msgstr ""
-#: rpmqv.c:584
+#: rpmqv.c:521
msgid "list capabilities provided by package"
msgstr ""
-#: rpmqv.c:586
+#: rpmqv.c:523
msgid "list capabilities required by package"
msgstr ""
-#: rpmqv.c:588
+#: rpmqv.c:525
msgid "print the various [un]install scriptlets"
msgstr ""
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
msgid " --install <packagefile>"
msgstr ""
-#: rpmqv.c:617
+#: rpmqv.c:554
msgid " -i <packagefile> "
msgstr ""
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr ""
-#: rpmqv.c:647
+#: rpmqv.c:584
msgid "don't execute any installation scriptlets"
msgstr ""
-#: rpmqv.c:652
+#: rpmqv.c:589
msgid " --prefix <dir> "
msgstr ""
-#: rpmqv.c:654
+#: rpmqv.c:591
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpmqv.c:663
+#: rpmqv.c:600
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpmqv.c:664
+#: rpmqv.c:601
msgid " -U <packagefile> "
msgstr ""
-#: rpmqv.c:669
+#: rpmqv.c:606
msgid " --erase <package>"
msgstr ""
-#: rpmqv.c:688
+#: rpmqv.c:625
msgid " --resign <pkg>+ "
msgstr ""
-#: rpmqv.c:690
+#: rpmqv.c:627
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpmqv.c:693
+#: rpmqv.c:630
msgid " --checksig <pkg>+"
msgstr ""
-#: rpmqv.c:694
+#: rpmqv.c:631
msgid " -K <pkg>+ "
msgstr ""
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
msgid "rebuild database indices from existing database headers"
msgstr ""
-#: rpmqv.c:996
+#: rpmqv.c:928
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr ""
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr ""
-#: rpmqv.c:1158
+#: rpmqv.c:1086
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr ""
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr ""
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr ""
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr ""
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
msgid "Unable to open temp file.\n"
msgstr ""
msgid "syntax error in expression\n"
msgstr ""
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, c-format
msgid "Missing '(' in %s %s\n"
msgstr ""
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, c-format
msgid "Missing ')' in %s(%s\n"
msgstr ""
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, c-format
msgid "Invalid %s token: %s\n"
msgstr ""
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr ""
-#: build/files.c:427
+#: build/files.c:429
#, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:439
+#: build/files.c:441
#, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, c-format
msgid "Two files on one line: %s\n"
msgstr ""
-#: build/files.c:771
+#: build/files.c:773
#, c-format
msgid "File must begin with \"/\": %s\n"
msgstr ""
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
-#: build/files.c:949
+#: build/files.c:952
#, c-format
msgid "File listed twice: %s\n"
msgstr ""
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr ""
-#: build/files.c:1165
+#: build/files.c:1239
#, c-format
msgid "File not found: %s\n"
msgstr ""
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1297
+#: build/files.c:1371
#, c-format
msgid "File needs leading \"/\": %s\n"
msgstr ""
-#: build/files.c:1327
+#: build/files.c:1401
#, c-format
msgid "File not found by glob: %s\n"
msgstr ""
-#: build/files.c:1382
+#: build/files.c:1455
msgid "Could not open %%files file %s: %s\n"
msgstr ""
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, c-format
msgid "line: %s\n"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1791
#, c-format
msgid "Bad file: %s: %s\n"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, c-format
msgid "Couldn't exec %s: %s\n"
msgstr ""
-#: build/files.c:1794
+#: build/files.c:1864
#, c-format
msgid "Couldn't fork %s: %s\n"
msgstr ""
-#: build/files.c:1876
+#: build/files.c:1946
#, c-format
msgid "%s failed\n"
msgstr ""
-#: build/files.c:1880
+#: build/files.c:1950
#, c-format
msgid "failed to write all data to %s\n"
msgstr ""
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, c-format
msgid "Failed to find %s:\n"
msgstr ""
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:52
+#: build/pack.c:61
#, c-format
msgid "create archive failed on file %s: %s\n"
msgstr ""
-#: build/pack.c:74
+#: build/pack.c:83
#, c-format
msgid "cpio_copy write failed: %s\n"
msgstr ""
-#: build/pack.c:81
+#: build/pack.c:90
#, c-format
msgid "cpio_copy read failed: %s\n"
msgstr ""
-#: build/pack.c:165
+#: build/pack.c:174
#, c-format
msgid "Could not open PreIn file: %s\n"
msgstr ""
-#: build/pack.c:172
+#: build/pack.c:181
#, c-format
msgid "Could not open PreUn file: %s\n"
msgstr ""
-#: build/pack.c:179
+#: build/pack.c:188
#, c-format
msgid "Could not open PostIn file: %s\n"
msgstr ""
-#: build/pack.c:186
+#: build/pack.c:195
#, c-format
msgid "Could not open PostUn file: %s\n"
msgstr ""
-#: build/pack.c:194
+#: build/pack.c:203
#, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr ""
-#: build/pack.c:209
+#: build/pack.c:218
#, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr ""
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr ""
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr ""
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr ""
-#: build/pack.c:433
+#: build/pack.c:447
#, c-format
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
-#: build/pack.c:485
+#: build/pack.c:499
#, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr ""
-#: build/pack.c:495
+#: build/pack.c:509
#, c-format
msgid "Unable to read header from %s: %s\n"
msgstr ""
-#: build/pack.c:509
+#: build/pack.c:523
#, c-format
msgid "Unable to write header to %s: %s\n"
msgstr ""
-#: build/pack.c:519
+#: build/pack.c:533
#, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr ""
-#: build/pack.c:525
+#: build/pack.c:539
#, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, c-format
msgid "cannot create %s: %s\n"
msgstr ""
msgid "Package has no %%description: %s\n"
msgstr ""
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, c-format
msgid "line %d: Bad number: %s\n"
msgstr ""
-#: build/spec.c:234
+#: build/spec.c:222
#, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr ""
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr ""
-#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
#, c-format
-msgid ""
-"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
-"\tA %s\tB %s\n"
+msgid "db%d error(%d) from %s: %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
#, c-format
-msgid " %s A %s\tB %s\n"
+msgid "db%d error(%d): %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/db1.c:387
#, c-format
-msgid "%s: %-45s YES (added files)\n"
+msgid "closed db file %s\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/db1.c:390
#, c-format
-msgid "%s: %-45s YES (added provide)\n"
+msgid "removed db file %s\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/db1.c:421
#, c-format
-msgid "%s: %-45s %-3s (cached)\n"
+msgid "bad db file %s\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/db1.c:426
#, c-format
-msgid "%s: %-45s YES (rpmrc provides)\n"
+msgid "opening db file %s mode 0x%x\n"
msgstr ""
-#: lib/depends.c:1096
+#. XXX check errno validity
+#: lib/db1.c:449
#, c-format
-msgid "%s: %-45s YES (rpmlib provides)\n"
+msgid "cannot get %s lock on database\n"
msgstr ""
-#: lib/depends.c:1118
-#, c-format
-msgid "%s: %-45s YES (db files)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
msgstr ""
-#: lib/depends.c:1131
-#, c-format
-msgid "%s: %-45s YES (db provides)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
msgstr ""
-#: lib/depends.c:1145
+#: lib/db2.c:145 lib/db3.c:130
#, c-format
-msgid "%s: %-45s YES (db package)\n"
+msgid "closed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1161
+#: lib/db2.c:161 lib/db3.c:146
#, c-format
-msgid "%s: %-45s NO\n"
+msgid "removed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/db2.c:198 lib/db3.c:183
#, c-format
-msgid "%s: (%s, %s) added to Depends cache.\n"
+msgid "opening db environment %s/%s %s\n"
msgstr ""
-#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/db2.c:588 lib/db3.c:569
#, c-format
-msgid "package %s-%s-%s require not satisfied: %s\n"
+msgid "closed db index %s/%s\n"
msgstr ""
-#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/db2.c:678 lib/db3.c:659
#, c-format
-msgid "package %s conflicts: %s\n"
+msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: lib/depends.c:1523
+#: lib/db2.c:784 lib/db3.c:764
#, c-format
-msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
-msgstr ""
-
-#. Record all relations.
-#: lib/depends.c:1662
-msgid "========== recording tsort relations\n"
-msgstr ""
-
-#. T4. Scan for zeroes.
-#: lib/depends.c:1709
-msgid "========== tsorting packages\n"
-msgstr ""
-
-#: lib/depends.c:1754
-msgid "========== successors only (presentation order)\n"
+msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: lib/depends.c:1803
-msgid "LOOP:\n"
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
msgstr ""
-#: lib/depends.c:1834
-msgid "========== continuing tsort ...\n"
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/dbconfig.c:287
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
+#: lib/dbconfig.c:296
#, c-format
-msgid "db%d error(%d): %s\n"
+msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: lib/db1.c:387
+#: lib/dbconfig.c:305
#, c-format
-msgid "closed db file %s\n"
+msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
-#: lib/db1.c:390
+#. XXX legacy epoch-less requires/conflicts compatibility
+#: lib/depends.c:565
#, c-format
-msgid "removed db file %s\n"
+msgid ""
+"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
+"\tA %s\tB %s\n"
msgstr ""
-#: lib/db1.c:421
+#: lib/depends.c:594
#, c-format
-msgid "bad db file %s\n"
+msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/db1.c:426
+#: lib/depends.c:962
#, c-format
-msgid "opening db file %s mode 0x%x\n"
+msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#. XXX check errno validity
-#: lib/db1.c:449
+#: lib/depends.c:1021
#, c-format
-msgid "cannot get %s lock on database\n"
+msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
+#: lib/depends.c:1073
+#, c-format
+msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
+#: lib/depends.c:1092
+#, c-format
+msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/db2.c:141
+#: lib/depends.c:1109
#, c-format
-msgid "closed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr ""
-#: lib/db2.c:153
+#: lib/depends.c:1131
#, c-format
-msgid "removed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/db2.c:190
+#: lib/depends.c:1144
#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
+msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/db2.c:565
+#: lib/depends.c:1158
#, c-format
-msgid "closed db index %s/%s(%s)\n"
+msgid "%s: %-45s YES (db package)\n"
msgstr ""
-#: lib/db2.c:643
+#: lib/depends.c:1174
#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
+msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/db3.c:268
+#: lib/depends.c:1195
#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
+msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr ""
-#: lib/db3.c:297
+#. requirements are not satisfied.
+#: lib/depends.c:1256
#, c-format
-msgid "%s has invalid numeric value, skipped\n"
+msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr ""
-#: lib/db3.c:306
+#. conflicts exist.
+#: lib/depends.c:1323
#, c-format
-msgid "%s has too large or too small long value, skipped\n"
+msgid "package %s conflicts: %s\n"
msgstr ""
-#: lib/db3.c:315
+#: lib/depends.c:1539
#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
+msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr ""
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
+#. Record all relations.
+#: lib/depends.c:1678
+msgid "========== recording tsort relations\n"
msgstr ""
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
+#. T4. Scan for zeroes.
+#: lib/depends.c:1725
+msgid "========== tsorting packages\n"
msgstr ""
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
+#: lib/depends.c:1770
+msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
+#: lib/depends.c:1819
+msgid "LOOP:\n"
msgstr ""
-#: lib/db3.c:1013
-#, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:1118
-#, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
+#: lib/depends.c:1850
+msgid "========== continuing tsort ...\n"
msgstr ""
#: lib/falloc.c:141
msgstr ""
#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
msgid "(not a number)"
msgstr ""
msgid "file %s is on an unknown device\n"
msgstr ""
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
+msgstr ""
+
+#: lib/fsm.c:274
+#, c-format
+msgid "%9d %s\n"
+msgstr ""
+
+#: lib/fsm.c:1042
+#, c-format
+msgid "%s directory created with perms %04o.\n"
+msgstr ""
+
+#: lib/fsm.c:1344 lib/fsm.c:1461
+#, c-format
+msgid "%s saved as %s\n"
+msgstr ""
+
+#: lib/fsm.c:1486
+#, c-format
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr ""
+
+#: lib/fsm.c:1491
+#, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1500
+#, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1517
+#, c-format
+msgid "%s created as %s\n"
+msgstr ""
+
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr ""
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr ""
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, c-format
-msgid "group %s does not exist - using root\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
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr ""
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr ""
-
-#: lib/install.c:721
-#, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr ""
-
-#: lib/install.c:728 lib/install.c:759
-#, c-format
-msgid "cannot write to %s\n"
-msgstr ""
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, c-format
-msgid "cannot create specdir %s\n"
-msgstr ""
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr ""
-
-#: lib/install.c:796 lib/install.c:825
-msgid "source package contains no .spec file\n"
-msgstr ""
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr ""
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr ""
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/install.c:1069
-#, c-format
-msgid "%s created as %s\n"
-msgstr ""
-
-#: lib/install.c:1105
-#, c-format
-msgid "%s saved as %s\n"
-msgstr ""
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, c-format
msgid "error creating temporary file %s\n"
msgstr ""
-#: lib/package.c:88
+#: lib/package.c:119
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
-#: lib/package.c:143
+#: lib/package.c:179
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr ""
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr ""
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr ""
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, c-format
msgid "verify %files section from <specfile>"
msgstr ""
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
msgid "build source and binary packages from <specfile>"
msgstr ""
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
msgid "build binary package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
msgid "build source package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr ""
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, c-format
msgid "verify %files section from <tarball>"
msgstr ""
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
msgid "build source and binary packages from <tarball>"
msgstr ""
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
msgid "build binary package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
msgid "build source package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
msgid "build binary package from <source package>"
msgstr ""
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
msgid "<source package>"
msgstr ""
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr ""
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr ""
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+msgid "debug file state machine"
+msgstr ""
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr ""
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr ""
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, c-format
+msgid "group %s does not exist - using root\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.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr ""
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, c-format
+msgid "cannot create %s %s\n"
+msgstr ""
+
+#: lib/psm.c:661
+#, c-format
+msgid "cannot write to %s\n"
+msgstr ""
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr ""
+
+#: lib/psm.c:733
+msgid "source package contains no .spec file\n"
+msgstr ""
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr ""
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr ""
+
+#: lib/psm.c:998
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr ""
+
+#: lib/query.c:161
#, c-format
msgid "incorrect format: %s\n"
msgstr ""
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr ""
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr ""
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr ""
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
msgid "package has neither file owner or id lists\n"
msgstr ""
-#: lib/query.c:418
+#: lib/query.c:428
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr ""
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr ""
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
-#: lib/query.c:624
+#: lib/query.c:637
msgid "no packages\n"
msgstr ""
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr ""
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr ""
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr ""
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr ""
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr ""
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr ""
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr ""
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr ""
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr ""
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr ""
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr ""
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, c-format
msgid "cannot open %s index\n"
msgstr ""
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr ""
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr ""
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
msgid "no dbpath has been set\n"
msgstr ""
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr ""
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr ""
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, c-format
msgid "cannot add record originally at %d\n"
msgstr ""
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
msgid "Preparing packages for installation..."
msgstr ""
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr ""
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr ""
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr ""
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr ""
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr ""
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr ""
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, c-format
msgid "cannot open file %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr ""
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, c-format
msgid "cannot open Packages database in %s\n"
msgstr ""
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr ""
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr ""
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr ""
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr ""
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr ""
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr ""
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, c-format
msgid "cannot open %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr ""
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr ""
+
+#: lib/scriptlet.c:236
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr ""
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr ""
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr ""
-#: lib/signature.c:162
+#: lib/signature.c:176
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr ""
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
-msgstr ""
-
-#: lib/signature.c:212
+#: lib/signature.c:230
#, c-format
-msgid "Signature pad : %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:274
+#: lib/signature.c:289
#, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr ""
-#: lib/signature.c:285
+#: lib/signature.c:300
msgid "pgp failed\n"
msgstr ""
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
msgid "pgp failed to write signature\n"
msgstr ""
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
msgid "unable to read the signature\n"
msgstr ""
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
msgid "Couldn't exec gpg\n"
msgstr ""
-#: lib/signature.c:362
+#: lib/signature.c:377
msgid "gpg failed\n"
msgstr ""
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
msgid "gpg failed to write signature\n"
msgstr ""
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
msgid "Generating signature using PGP.\n"
msgstr ""
-#: lib/signature.c:423
+#: lib/signature.c:439
msgid "Generating signature using GPG.\n"
msgstr ""
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
-#: lib/signature.c:635
+#: lib/signature.c:653
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
-#: lib/signature.c:723
+#: lib/signature.c:741
msgid "Couldn't exec pgp\n"
msgstr ""
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr ""
-#: lib/signature.c:772
+#: lib/signature.c:790
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr ""
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, c-format
msgid "%5d exclude %s\n"
msgstr ""
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, c-format
msgid "%5d relocate %s -> %s\n"
msgstr ""
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, c-format
msgid "excluding multilib path %s%s\n"
msgstr ""
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, c-format
msgid "excluding %s %s\n"
msgstr ""
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, c-format
msgid "relocating directory %s to %s\n"
msgstr ""
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr ""
-
-#: lib/uninstall.c:78
-#, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:88
-#, c-format
-msgid "removal of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr ""
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr ""
-#: lib/verify.c:65
+#: lib/verify.c:63
msgid "do not execute %verifyscript (if any)"
msgstr ""
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, c-format
msgid "missing %s"
msgstr ""
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr ""
-
-#: rpmio/rpmio.c:540
-msgid "Server I/O error"
-msgstr ""
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr ""
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr ""
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr ""
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr ""
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr ""
-
-#: rpmio/rpmio.c:558
-msgid "I/O error to local file"
-msgstr ""
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr ""
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr ""
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr ""
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr ""
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr ""
+
+#: rpmio/rpmio.c:540
+msgid "Server I/O error"
+msgstr ""
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr ""
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr ""
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr ""
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr ""
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr ""
+
+#: rpmio/rpmio.c:558
+msgid "I/O error to local file"
+msgstr ""
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr ""
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr ""
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr ""
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
msgid "(no error)"
msgstr ""
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr ""
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr ""
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-02-15 15:44-0500\n"
+"POT-Creation-Date: 2001-02-27 14:32-0500\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"
msgid "%s: Fread failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
+#: lib/rpmchecksig.c:121 lib/rpmchecksig.c:253
#, c-format
msgid "%s: readLead failed\n"
msgstr ""
-#: lib/rpmchecksig.c:142
+#: lib/rpmchecksig.c:126
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:146
+#: lib/rpmchecksig.c:130
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:139 lib/rpmchecksig.c:269
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr ""
-#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
+#: lib/rpmchecksig.c:143 lib/rpmchecksig.c:274
#, c-format
msgid "%s: No signature available\n"
msgstr ""
-#: lib/rpmchecksig.c:192
+#: lib/rpmchecksig.c:176
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:198
+#: lib/rpmchecksig.c:182
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:279
+#: lib/rpmchecksig.c:259
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr ""
-#: lib/rpmchecksig.c:443
+#: lib/rpmchecksig.c:423
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:424 lib/rpmchecksig.c:438
msgid " (MISSING KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
+#: lib/rpmchecksig.c:426 lib/rpmchecksig.c:440
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
+#: lib/rpmchecksig.c:427 lib/rpmchecksig.c:441
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
+#: lib/rpmchecksig.c:429 lib/rpmchecksig.c:443
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:457
+#: lib/rpmchecksig.c:437
msgid "OK"
msgstr ""
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: lib/rpmdb.c:1699
+#: lib/rpmdb.c:1698
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1708
+#: lib/rpmdb.c:1707
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1862
+#: lib/rpmdb.c:1923
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: lib/rpmdb.c:1936
+#: lib/rpmdb.c:1997
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1945
+#: lib/rpmdb.c:2006
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:2286
+#: lib/rpmdb.c:2408
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2312
+#: lib/rpmdb.c:2434
msgid "no dbpath has been set"
msgstr ""
-#: lib/rpmdb.c:2337
+#: lib/rpmdb.c:2459
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:2341
+#: lib/rpmdb.c:2463
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: lib/rpmdb.c:2347
+#: lib/rpmdb.c:2469
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2349
+#: lib/rpmdb.c:2471
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: lib/rpmdb.c:2356
+#: lib/rpmdb.c:2478
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2367
+#: lib/rpmdb.c:2489
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2390
+#: lib/rpmdb.c:2512
#, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr ""
-#: lib/rpmdb.c:2429
+#: lib/rpmdb.c:2551
#, c-format
msgid "cannot add record originally at %d\n"
msgstr ""
-#: lib/rpmdb.c:2447
+#: lib/rpmdb.c:2569
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2455
+#: lib/rpmdb.c:2577
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2457
+#: lib/rpmdb.c:2579
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2467
+#: lib/rpmdb.c:2589
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2469
+#: lib/rpmdb.c:2591
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:147
+#: lib/rpminstall.c:148
msgid "Preparing..."
msgstr ""
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:161
+#: lib/signature.c:156
msgid "No signature\n"
msgstr ""
-#: lib/signature.c:165
+#: lib/signature.c:160
msgid "Old PGP signature\n"
msgstr ""
-#: lib/signature.c:176
+#: lib/signature.c:171
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr ""
-#: lib/signature.c:230
+#: lib/signature.c:225
#, c-format
msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:289
+#: lib/signature.c:284
#, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr ""
-#: lib/signature.c:300
+#: lib/signature.c:295
msgid "pgp failed\n"
msgstr ""
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:307
+#: lib/signature.c:302
msgid "pgp failed to write signature\n"
msgstr ""
-#: lib/signature.c:312
+#: lib/signature.c:307
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:323 lib/signature.c:400
+#: lib/signature.c:318 lib/signature.c:395
msgid "unable to read the signature\n"
msgstr ""
-#: lib/signature.c:328
+#: lib/signature.c:323
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:366 lib/signature.c:712
+#: lib/signature.c:361 lib/signature.c:707
msgid "Couldn't exec gpg\n"
msgstr ""
-#: lib/signature.c:377
+#: lib/signature.c:372
msgid "gpg failed\n"
msgstr ""
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:384
+#: lib/signature.c:379
msgid "gpg failed to write signature\n"
msgstr ""
-#: lib/signature.c:389
+#: lib/signature.c:384
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:405
+#: lib/signature.c:400
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:433
+#: lib/signature.c:428
msgid "Generating signature using PGP.\n"
msgstr ""
-#: lib/signature.c:439
+#: lib/signature.c:434
msgid "Generating signature using GPG.\n"
msgstr ""
-#: lib/signature.c:519 lib/signature.c:580
+#: lib/signature.c:514 lib/signature.c:575
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
-#: lib/signature.c:653
+#: lib/signature.c:648
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
-#: lib/signature.c:741
+#: lib/signature.c:736
msgid "Couldn't exec pgp\n"
msgstr ""
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:745 lib/signature.c:798
+#: lib/signature.c:740 lib/signature.c:793
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:778
+#: lib/signature.c:773
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr ""
-#: lib/signature.c:790
+#: lib/signature.c:785
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\n"
"PO-Revision-Date: 2000-08-08 01:20+0300\n"
"Last-Translator: Eugene Kanter <eugene@blackcatlinux.com>\n"
"Language-Team: Black Cat Linux Team <blackcat-support@blackcatlinux.com>\n"
"Content-Transfer-Encoding: 8bit\n"
"Date: 1999-04-03 12:20+0200\n"
-#: build.c:26
+#: build.c:25
#, fuzzy, c-format
msgid "cannot open rpm database in %s\n"
msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ ÂÁÚÕ ÄÁÎÎÙÈ Packages × %s\n"
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr "ÎÅÕÄÏ×ÌÅÔ×ÏÒÅÎÎÙÅ ÚÁ×ÉÓÉÍÏÓÔÉ ÓÂÏÒËÉ:\n"
-#: build.c:65
+#: build.c:64
#, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr "ïÛÉÂËÁ ÏÔËÒÙÔÉÑ spec ÆÁÊÌÁ %s: %s\n"
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, fuzzy, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr "ïÛÉÂËÁ ÏÔËÒÙÔÉÑ ËÁÎÁÌÁ tar: %s\n"
#. Give up
-#: build.c:149
+#: build.c:150
#, fuzzy, c-format
msgid "Failed to read spec file from %s\n"
msgstr "ïÛÉÂËÁ ÞÔÅÎÉÑ ÆÁÊÌÁ spec ÉÚ %s\n"
-#: build.c:177
+#: build.c:178
#, fuzzy, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr "îÅ ÍÏÇÕ ÐÅÒÅÉÍÅÎÏ×ÁÔØ %s × %s: %s\n"
-#: build.c:216
+#: build.c:217
#, fuzzy, c-format
msgid "failed to stat %s: %m\n"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÉÎÆÏÒÍÁÃÉÀ Ï %s: %s"
-#: build.c:221
+#: build.c:222
#, fuzzy, c-format
msgid "File %s is not a regular file.\n"
msgstr "îÅ ÏÂÙÞÎÙÊ ÆÁÊÌ: %s\n"
-#: build.c:230
+#: build.c:231
#, fuzzy, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr "æÁÊÌ %s ÎÅ ÐÏÈÏÖ ÎÁ spec ÆÁÊÌ.\n"
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr "ãÅÌÅ×ÙÅ ÐÌÁÔÆÏÒÍÙ ÄÌÑ ÓÂÏÒËÉ: %s\n"
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr "óÂÏÒËÁ ÄÌÑ ÃÅÌÅ×ÏÊ ÐÌÁÔÆÏÒÍÙ %s\n"
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr "rpm: %s\n"
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr "RPM ×ÅÒÓÉÑ %s\n"
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
#, fuzzy
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr "Copyright (C) 1998 - Red Hat Software"
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
#, fuzzy
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr "íÏÖÅÔ Ó×ÏÂÏÄÎÏ ÒÁÓÐÒÏÓÔÒÁÎÑÔØÓÑ ÎÁ ÕÓÌÏ×ÉÑÈ GNU GPL."
-#: rpm.c:209
+#: rpm.c:224
msgid "Usage: rpm {--help}"
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: rpm {--help}"
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr " rpm {--version}"
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr " rpm {--initdb} [--dbpath <ËÁÔÁÌÏÇ>]"
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
" [--replacepkgs] [--replacefiles] [--root <ËÁÔÁÌÏÇ>]"
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr " [--excludedocs] [--includedocs] [--noscripts]"
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
" [--rcfile <file>] [--ignorearch] [--dbpath <ËÁÔÁÌÏÇ>]"
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
" [--prefix <ËÁÔ.>] [--ignoreos] [--nodeps] "
"[--allfiles]"
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr " [--ftpproxy <ÁÄÒÅÓ>] [--ftpport <ÐÏÒÔ>]"
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr " [--httpproxy <ÁÄÒÅÓ>] [--httpport <ÐÏÒÔ>]"
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
" [--justdb] [--noorder] [--relocate "
"ÓÔÁÒÙÊÐÕÔØ=ÎÏ×ÙÊÐÕÔØ]"
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
" [--badreloc] [--notriggers] [--excludepath <ÐÕÔØ>]"
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr " [--ignoresize] file1.rpm ... fileN.rpm"
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
" [--oldpackage] [--root <ËÁÔÁÌÏÇ>] [--noscripts]"
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
" [--excludedocs] [--includedocs] [--rcfile <ÆÁÊÌ>]"
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
" [--ignorearch] [--dbpath <ËÁÔ.>] [--prefix <ËÁÔ.>] "
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr " [--httpproxy <host>] [--httpport <ÐÏÒÔ>]"
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
" [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr " [--noorder] [--relocate oldpath=newpath]"
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
" [--badreloc] [--excludepath <ÐÕÔØ>] [--ignoresize]"
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr " file1.rpm ... fileN.rpm"
-#: rpm.c:232
+#: rpm.c:247
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:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
" [--scripts] [--root <ËÁÔÁÌÏÇ>] [--rcfile <ÆÁÊÌ>]"
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr " [--whatprovides] [--whatrequires] [--requires]"
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
msgid " [--triggeredby]"
msgstr " [--triggeredby]"
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
msgid " [--provides] [--triggers] [--dump]"
msgstr " [--provides] [--triggers] [--dump]"
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr " [--changelog] [--dbpath <ËÁÔÁÌÏÇ>] [ÃÅÌÉ]"
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
" rpm {--verify -V -y} [-afpg] [--root <ËÁÔÁÌÏÇ>] [--rcfile <ÆÁÊÌ>]"
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
" [--dbpath <ËÁÔ>] [--nodeps] [--nofiles] [--noscripts]"
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr " [--nomd5] [ÃÅÌÉ]"
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr " rpm {--setperms} [-afpg] [ÃÅÌØ]"
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr " rpm {--setugids} [-afpg] [ÃÅÌØ]"
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr " rpm {--freshen -F} ÆÁÊÌ1.rpm ... ÆÁÊÌN.rpm"
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
" rpm {--erase -e} [--root <ËÁÔÁÌÏÇ>] [--noscripts] [--rcfile <ÆÁÊÌ>]"
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr " [--dbpath <ËÁÔÁÌÏÇ>] [--nodeps] [--allmatches]"
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr " [--justdb] [--notriggers] ÐÁËÅÔ1 ... ÐÁËÅÔN"
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--resign} [--rcfile <ÆÁÊÌ>] ÐÁËÅÔ1 ÐÁËÅÔ2 ... ÐÁËÅÔN"
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--addsign} [--rcfile <ÆÁÊÌ>] ÐÁËÅÔ1 ÐÁËÅÔ2 ... ÐÁËÅÔN"
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <ÆÁÊÌ>]"
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr " ÐÁËÅÔ1 ... ÐÁËÅÔN"
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr " rpm {--rebuilddb} [--rcfile <ÆÁÊÌ>] [--dbpath <ËÁÔÁÌÏÇ>]"
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr " rpm {--querytags}"
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
msgid "Usage:"
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ:"
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr "×Ù×ÅÓÔÉ ÜÔÏ ÓÏÏÂÝÅÎÉÅ"
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr "×Ù×ÅÓÔÉ ×ÅÒÓÉÀ ÉÓÐÏÌØÚÕÅÍÏÇÏ rpm"
-#: rpm.c:295
+#: rpm.c:310
msgid " All modes support the following arguments:"
msgstr " ÷ÓÅ ÒÅÖÉÍÙ ÐÏÄÄÅÒÖÉ×ÁÀÔ ÓÌÅÄÕÀÝÉÅ ÁÒÇÕÍÅÎÔÙ:"
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr " --define '<ÉÍÑ> <ÐÏÄÓÔÁÎÏ×ËÁ>'"
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr "ÏÐÒÅÄÅÌÉÔØ ÍÁËÒÏÓ <ÉÍÑ> ÓÏ ÚÎÁÞÅÎÉÅÍ <ÐÏÄÓÔÁÎÏ×ËÁ>"
-#: rpm.c:298
+#: rpm.c:313
msgid " --eval '<name>+' "
msgstr " --eval '<name>+' "
-#: rpm.c:299
+#: rpm.c:314
msgid "print the expansion of macro <name> to stdout"
msgstr "×Ù×ÅÓÔÉ ÚÎÁÞÅÎÉÅ ÍÁËÒÏÓÁ <ÉÍÑ>"
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr " --pipe <cmd> "
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr "ÐÏÓÌÁÔØ ÓÔÁÎÄÁÒÔÎÙÊ ×Ù×ÏÄ × <cmd>"
-#: rpm.c:302
+#: rpm.c:317
msgid " --rcfile <file> "
msgstr " --rcfile <ÆÁÊÌ> "
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ <ÆÁÊÌ> ×ÍÅÓÔÏ /etc/rpmrc É $HOME/.rpmrc"
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr "ÐÏËÁÚÁÔØ ÔÅËÕÝÅÅ ÚÎÁÞÅÎÉÅ rpmrc É ÍÁËÒÏÓÏ×"
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr "ÂÙÔØ ÎÅÍÎÏÇÏ ÒÁÚÇÏ×ÏÒÞÉ×ÅÅ"
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr "ÂÙÔØ ïþåîø ÒÁÚÇÏ×ÏÒÞÉ×ÙÍ (ÄÌÑ ÏÔÌÁÄËÉ)"
-#: rpm.c:312
+#: rpm.c:327
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
" õÓÔÁÎÏ×ËÁ, ÏÂÎÏ×ÌÅÎÉÅ É ÚÁÐÒÏÓ (Ó -p) ÄÏÐÕÓËÁÀÔ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ftp URL "
"×ÍÅÓÔÏ"
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr " ÉÍÅÎ ÆÁÊÌÏ× Á ÔÁËÖÅ ÓÌÅÄÕÀÝÉÅ ÏÐÃÉÉ:"
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr " --ftpproxy <ÁÄÒÅÓ> "
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr "ÉÍÑ ÉÌÉ IP-ÁÄÒÅÓ ftp proxy"
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr " --ftpport <ÐÏÒÔ> "
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr "ÎÏÍÅÒ ÐÏÒÔÁ ftp-ÓÅÒ×ÅÒÁ (ÉÌÉ proxy)"
-#: rpm.c:318
+#: rpm.c:333
msgid " --httpproxy <host> "
msgstr " --httpproxy <ÁÄÒÅÓ> "
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr "ÉÍÑ ÉÌÉ IP-ÁÄÒÅÓ http proxy"
-#: rpm.c:320
+#: rpm.c:335
msgid " --httpport <port> "
msgstr " --httpport <ÐÏÒÔ> "
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr "ÎÏÍÅÒ ÐÏÒÔÁ http-ÓÅÒ×ÅÒÁ (ÉÌÉ proxy)"
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr "ÒÅÖÉÍ ÚÁÐÒÏÓÁ"
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr " --dbpath <ËÁÔÁÌÏÇ> "
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ <ËÁÔÁÌÏÇ> ËÁË ËÁÔÁÌÏÇ ÄÌÑ ÂÁÚÙ ÄÁÎÎÙÈ"
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr " --queryformat <qfmt>"
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
msgid "use <qfmt> as the header format (implies --info)"
msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ <qfmt> ËÁË ÆÏÒÍÁÔ ÚÁÇÏÌÏ×ËÁ (ÐÏÄÒÁÚÕÍÅ×ÁÅÔ -i)"
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr " --root <ËÁÔÁÌÏÇ> "
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ <ËÁÔÁÌÏÇ> ËÁË ËÏÒÎÅ×ÏÊ ËÁÔÁÌÏÇ"
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr " ïÐÃÉÉ ÓÐÅÃÉÆÉËÁÃÉÉ ÐÁËÅÔÁ:"
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr "ÚÁÐÒÏÓÉÔØ ×ÓÅ ÐÁËÅÔÙ"
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr " -f <ÆÁÊÌ>+ "
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr "ÎÁÊÔÉ ÐÁËÅÔ, ËÏÔÏÒÏÍÕ ÐÒÉÎÁÄÌÅÖÉÔ <ÆÁÊÌ>"
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr " -p <ÆÁÊÌ ÐÁËÅÔÁ>+ "
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr "ÚÁÐÒÏÓÉÔØ (ÎÅÕÓÔÁÎÏ×ÌÅÎÎÙÊ) ÐÁËÅÔ <ÆÁÊÌ ÐÁËÅÔÁ>"
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr " --triggeredby <pkg>"
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr "ÚÁÐÒÏÓÉÔØ ÐÁËÅÔÙ Ó ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÁÍÉ ÎÁ ÐÁËÅÔ <pkg>"
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr " --whatprovides <cap>"
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr "ÎÁÊÔÉ ÐÁËÅÔÙ, ÐÒÅÄÏÓÔÁ×ÌÑÀÝÉÅ ÓÅÒ×ÉÓ <cap>"
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr " --whatrequires <cap>"
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr "ÎÁÊÔÉ ÐÁËÅÔÙ, ÔÒÅÂÕÀÝÉÅ ÓÅÒ×ÉÓÁ <cap>"
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr " ïÐÃÉÉ ×ÙÂÏÒÁ ÉÎÆÏÒÍÁÃÉÉ:"
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr "×Ù×ÅÓÔÉ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÁËÅÔÅ"
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr "×Ù×ÅÓÔÉ ÐÒÏÔÏËÏÌ ÉÚÍÅÎÅÎÉÊ ÐÁËÅÔÁ"
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr "×Ù×ÅÓÔÉ ÓÐÉÓÏË ÆÁÊÌÏ× ÐÁËÅÔÁ"
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr "ÐÏËÁÚÁÔØ ÓÏÓÔÏÑÎÉÅ ÆÁÊÌÏ× (ÐÏÄÒÁÚÕÍÅ×ÁÅÔ -l)"
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr "×Ù×ÅÓÔÉ ÔÏÌØËÏ ÆÁÊÌÙ ÄÏËÕÍÅÎÔÁÃÉÉ (ÐÏÄÒÁÚÕÍÅ×ÁÅÔ -l)"
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr "×Ù×ÅÓÔÉ ÔÏÌØËÏ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÅ ÆÁÊÌÙ (ÐÏÄÒÁÚÕÍÅ×ÁÅÔ -l)"
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
"ÐÏËÁÚÁÔØ ×ÓÀ ËÏÎÔÒÏÌØÎÕÀ ÉÎÆÏÒÍÁÃÉÀ ÄÌÑ ËÁÖÄÏÇÏ ÆÁÊÌÁ (ÄÏÌÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ "
"Ó -l, -c ÉÌÉ -d)"
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr "ÐÏËÁÚÁÔØ ÓÅÒ×ÉÓÙ, ÐÒÅÄÏÓÔÁ×ÌÑÅÍÙÅ ÐÁËÅÔÏÍ"
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr "ÐÏËÁÚÁÔØ ÚÁ×ÉÓÉÍÏÓÔÉ ÐÁËÅÔÁ"
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr "×Ù×ÅÓÔÉ ÒÁÚÎÏÏÂÒÁÚÎÙÅ [ÄÅ]ÉÎÓÔÁÌÌÑÃÉÏÎÎÙÅ ÓËÒÉÐÔÙ"
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr "ÐÏËÁÚÁÔØ ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÙ, ÓÏÄÅÒÖÁÝÉÅÓÑ × ÐÁËÅÔÅ"
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
"×ÅÒÉÆÉÃÉÒÏ×ÁÔØ ÉÎÓÔÁÌÌÑÃÉÀ ÐÁËÅÔÁ, ÉÓÐÏÌØÚÕÑ ÔÅ ÖÅ ÏÐÃÉÉ ÓÐÅÃÉÆÉËÁÃÉÉ "
"ÐÁËÅÔÁ, ÞÔÏ É -q"
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÚÁ×ÉÓÉÍÏÓÔÅÊ ÐÁËÅÔÁ"
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ËÏÎÔÒÏÌØÎÙÅ md5-ÓÕÍÍÙ ÆÁÊÌÏ×"
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÁÔÔÒÉÂÕÔÙ ÆÁÊÌÏ×"
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr "×Ù×ÅÓÔÉ ÔÜÇÉ, ËÏÔÏÒÙÅ ÍÏÇÕÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÙ × ÆÏÒÍÁÔÅ ÚÁÐÒÏÓÁ"
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr " --install <ÆÁÊÌ ÐÁËÅÔÁ>"
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr " -i <ÆÁÊÌ ÐÁËÅÔÁ> "
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr "ÕÓÔÁÎÏ×ÉÔØ ÐÁËÅÔ"
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr " --excludepath <ÐÕÔØ>"
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr "ÐÒÏÐÕÓÔÉÔØ ÆÁÊÌÙ × ÐÕÔÉ <ÐÕÔØ>"
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr " --relocate <oldpath>=<newpath>"
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr "ÐÅÒÅÍÅÓÔÉÔØ ÆÁÊÌÙ ÉÚ <oldpath> × <newpath>"
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
msgid "relocate files in non-relocateable package"
msgstr "ÐÅÒÅÍÅÓÔÉÔØ ÆÁÊÌÙ × ÎÅÐÅÒÅÍÅÝÁÅÍÏÍ ÐÁËÅÔÅ"
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr " --prefix <ËÁÔÁÌÏÇ> "
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr "ÐÅÒÅÍÅÓÔÉÔØ ÐÁËÅÔ × <ËÁÔÁÌÏÇ>, ÅÓÌÉ ÐÁËÅÔ ÜÔÏ ÐÏÚ×ÏÌÑÅÔ"
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr "ÎÅ ÕÓÔÁÎÁ×ÌÉ×ÁÔØ ÄÏËÕÍÅÎÔÁÃÉÀ"
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr "ÓÏËÒÁÝÅÎÉÅ ÄÌÑ --replacepkgs --replacefiles"
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr "×Ù×ÏÄÉÔØ \"#\" ÐÏ ÍÅÒÅ ÕÓÔÁÎÏ×ËÉ ÐÁËÅÔÁ (ÈÏÒÏÛÏ Ó -v)"
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
"ÕÓÔÁÎÁ×ÌÉ×ÁÔØ ÷óå ÆÁÊÌÙ, ÄÁÖÅ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÅ, ËÏÔÏÒÙÅ ÍÏÇÌÉ ÂÙ ÂÙÔØ "
"ÐÒÏÐÕÝÅÎÙ"
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÁÒÈÉÔÅËÔÕÒÕ ÐÁËÅÔÁ"
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÄÉÓËÏ×ÏÅ ÐÒÏÓÔÒÁÎÓÔ×Ï ÐÅÒÅÄ ÕÓÔÁÎÏ×ËÏÊ"
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÏÐÅÒÁÃÉÏÎÎÕÀ ÓÉÓÔÅÍÕ ÐÁËÅÔÁ"
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr "ÕÓÔÁÎÏ×ÉÔØ ÄÏËÕÍÅÎÔÁÃÉÀ"
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr "ÏÂÎÏ×ÉÔØ ÂÁÚÕ ÄÁÎÎÙÈ, ÎÏ ÎÅ ÍÏÄÉÆÉÃÉÒÏ×ÁÔØ ÆÁÊÌÏ×ÕÀ ÓÉÓÔÅÍÕ"
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr "ÎÅ ÍÅÎÑÔØ ÐÏÒÑÄÏË ÕÓÔÁÎÏ×ËÉ ÐÁËÅÔÏ× ÄÌÑ ÕÄÏ×ÌÅÔ×ÏÒÅÎÉÑ ÚÁ×ÉÓÉÍÏÓÔÅÊ"
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ËÁËÉÈ-ÌÉÂÏ ÕÓÔÁÎÏ×ÏÞÎÙÈ ÓËÒÉÐÔÏ×"
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÏ×, ×Ú×ÅÄÅÎÎÙÈ ÎÁ ÜÔÏÔ ÐÁËÅÔ"
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr "×Ù×ÏÄÉÔØ ÐÒÏÃÅÎÔ ÇÏÔÏ×ÎÏÓÔÉ ÐÏ ÍÅÒÅ ÕÓÔÁÎÏ×ËÉ ÐÁËÅÔÁ"
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr "ÕÓÔÁÎÁ×ÌÉ×ÁÔØ, ÄÁÖÅ ÅÓÌÉ ÐÁËÅÔ ÐÅÒÅÐÉÛÅÔ ÕÖÅ ÕÓÔÁÎÏ×ÌÅÎÎÙÅ ÆÁÊÌÙ"
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr "ÐÅÒÅÕÓÔÁÎÏ×ÉÔØ, ÅÓÌÉ ÐÁËÅÔ ÕÖÅ ÕÓÔÁÎÏ×ÌÅÎ"
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr "ÎÅ ÕÓÔÁÎÁ×ÌÉ×ÁÔØ, Á ÔÏÌØËÏ ÓÏÏÂÝÉÔØ, ÕÄÁÓÔÓÑ ÌÉ ÕÓÔÁÎÏ×ËÁ"
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr " --upgrade <ÆÁÊÌ ÐÁËÅÔÁ>"
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr " -U <ÆÁÊÌ ÐÁËÅÔÁ> "
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr "ÏÂÎÏ×ÌÅÎÉÅ ÐÁËÅÔÁ (ÔÅ ÖÅ ÏÐÃÉÉ, ÞÔÏ É Ó --install, ÐÌÀÓ)"
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
"ÏÔËÁÔ ÎÁ ÂÏÌÅÅ ÓÔÁÒÕÀ ×ÅÒÓÉÀ ÐÁËÅÔÁ (--force ÐÒÉ ÏÂÎÏ×ÌÅÎÉÉ ÄÅÌÁÅÔ ÜÔÏ "
"Á×ÔÏÍÁÔÉÞÅÓËÉ)"
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr " --erase <ÐÁËÅÔ> "
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr "ÕÄÁÌÉÔØ (ÄÅÉÎÓÔÁÌÌÉÒÏ×ÁÔØ) ÐÁËÅÔ"
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
"ÕÄÁÌÉÔØ ×ÓÅ ÐÁËÅÔÙ, ÓÏ×ÐÁÄÁÀÝÉÅ Ó <ÐÁËÅÔ> (ÏÂÙÞÎÏ, ÅÓÌÉ <ÐÁËÅÔ> "
"ÓÏÏÔ×ÅÔÓÔ×ÕÅÔ ÎÅÓËÏÌØËÉÍ ÐÁËÅÔÁÍ, ÇÅÎÅÒÉÒÕÅÔÓÑ ÏÛÉÂËÁ)"
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÓËÒÉÐÔÏ×, ÓÐÅÃÉÆÉÞÎÙÈ ÄÌÑ ÐÁËÅÔÁ"
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr " -b<stage> <spec> "
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr " -t<stage> <tarball> "
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr "ÓÏÂÒÁÔØ ÐÁËÅÔ, ÇÄÅ <stage> - ÏÄÎÏ ÉÚ:"
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr "prep (ÓÅËÃÉÑ %prep, ÒÁÚ×ÅÒÎÕÔØ ÉÓÈÏÄÎÉËÉ É ÎÁÌÏÖÉÔØ ÚÁÐÌÁÔÙ)"
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr "list check (ÐÒÏÉÚ×ÅÓÔÉ ÐÒÏ×ÅÒËÕ ÓÅËÃÉÉ %files)"
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr "compile (ÉÓÐÏÌÎÉÔØ %prep É %build)"
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr "install (ÉÓÐÏÌÎÉÔØ %prep, %build É %install)"
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr "binary package (ÉÓÐÏÌÎÉÔØ %prep, %build, %install É ÓÏÚÄÁÔØ RPM)"
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr ""
"bin/src package (ÉÓÐÏÌÎÉÔØ %prep, %build, %install, ÓÏÚÄÁÔØ RPM É SRPM)"
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr "ÐÅÒÅÊÔÉ ÎÅÐÏÓÒÅÄÓÔ×ÅÎÎÏ Ë ÕËÁÚÁÎÎÏÍÕ ÜÔÁÐÕ (ÔÏÌØËÏ ÄÌÑ c,i)"
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr "ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ ÄÅÒÅ×Ï ÉÓÈÏÄÎÉËÏ×"
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr "ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ ÉÓÈÏÄÎÉËÉ"
-#: rpm.c:486
+#: rpm.c:501
msgid "remove spec file when done"
msgstr "ÕÄÁÌÉÔØ spec-ÆÁÊÌ ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ"
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr "ÇÅÎÅÒÉÒÏ×ÁÔØ PGP/GPG-ÐÏÄÐÉÓØ"
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr " --buildroot <ËÁÔ.> "
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr "ÉÓÐÏÌØÚÏ×ÁÔØ <ËÁÔ.> ËÁË ËÏÒÎÅ×ÏÊ ÄÌÑ ÐÏÓÔÒÏÅÎÉÑ ÐÁËÅÔÁ"
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr " --target=<ÐÌÁÔÆÏÒÍÁ>+"
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr "ÓÏÂÒÁÔØ ÐÁËÅÔÙ ÄÌÑ ÃÅÌÅ×ÙÈ ÐÌÁÔÆÏÒÍ ÐÌÁÔÆÏÒÍÁ1...ÐÌÁÔÆÏÒÍÁN"
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÜÔÁÐÏ×"
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr " --timecheck <secs> "
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr "ÕÓÔÁÎÏ×ÉÔØ ÐÒÏ×ÅÒËÕ ×ÒÅÍÅÎÉ × <secs> ÓÅËÕÎÄ (0 ÏÔÍÅÎÑÅÔ ÅÅ)"
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr " --rebuild <src_pkg> "
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
"ÕÓÔÁÎÏ×ÉÔØ ÉÓÈÏÄÎÙÊ ÐÁËÅÔ, ÓÏÂÒÁÔØ Ä×ÏÉÞÎÙÊ ÐÁËÅÔ É ÕÄÁÌÉÔØ spec-ÆÁÊÌ, ÆÁÊÌÙ "
"Ó ÉÓÈÏÄÎÙÍÉ ÔÅËÓÔÁÍÉ, ÚÁÐÌÁÔÙ É ÐÉËÔÏÇÒÁÍÍÙ."
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr " --recompile <src_pkg> "
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr "ËÁË --rebuild, ÎÏ ÎÅ ÓÏÂÉÒÁÅÔ ÎÉËÁËÉÈ ÐÁËÅÔÏ×"
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr " --resign <pkg>+ "
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr "ÐÏÄÐÉÓÁÔØ ÐÁËÅÔ (ÕÄÁÌÉ× ÔÅËÕÝÕÀ ÐÏÄÐÉÓØ)"
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr " --addsign <pkg>+ "
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr "ÄÏÂÁ×ÉÔØ ÐÏÄÐÉÓØ Ë ÐÁËÅÔÕ"
-#: rpm.c:508
+#: rpm.c:523
msgid " --checksig <pkg>+"
msgstr " --checksig <pkg>+"
-#: rpm.c:509
+#: rpm.c:524
msgid " -K <pkg>+ "
msgstr " -K <ÐÁËÅÔ>+ "
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr "ÐÒÏ×ÅÒÉÔØ ÐÏÄÐÉÓØ × ÐÁËÅÔÅ"
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr "ÐÒÏÐÕÓÔÉÔØ ×ÓÅ PGP-ÐÏÄÐÉÓÉ"
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr "ÐÒÏÐÕÓÔÉÔØ ×ÓÅ GPG-ÐÏÄÐÉÓÉ"
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr "ÐÒÏÐÕÓÔÉÔØ ×ÓÅ MD5-ÐÏÄÐÉÓÉ"
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr "ÕÂÅÄÉÔØÓÑ, ÞÔÏ ÓÕÝÅÓÔ×ÕÅÔ ÐÒÁ×ÉÌØÎÁÑ ÂÁÚÁ ÄÁÎÎÙÈ"
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr "ÐÅÒÅÓÔÒÏÉÔØ ÂÁÚÕ ÄÁÎÎÙÈ ÉÚ ÓÕÝÅÓÔ×ÕÀÝÅÊ ÂÁÚÙ"
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
"ÕÓÔÁÎÏ×ÉÔØ ÐÒÁ×Á ÄÏÓÔÕÐÁ ÆÁÊÌÏ× ÔÁËÉÅ ÖÅ, ËÁË × ÂÁÚÅ ÄÁÎÎÙÈ ÐÁËÅÔÁ, "
"ÉÓÐÏÌØÚÕÑ ÔÅ ÖÅ ÏÐÃÉÉ ÓÐÅÃÉÆÉËÁÃÉÉ ÐÁËÅÔÁ, ÞÔÏ É -q"
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
"ÕÓÔÁÎÏ×ÉÔØ ÈÏÚÑÉÎÁ É ÇÒÕÐÐÕ ÆÁÊÌÏ× ÔÁËÉÅ ÖÅ, ËÁË × ÂÁÚÅ ÄÁÎÎÙÈ ÐÁËÅÔÁ, "
"ÉÓÐÏÌØÚÕÑ ÔÅ ÖÅ ÏÐÃÉÉ ÓÐÅÃÉÆÉËÁÃÉÉ ÐÁËÅÔÁ, ÞÔÏ É -q"
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr "ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎ ÔÏÌØËÏ ÏÄÉÎ ÉÚ ÏÓÎÏ×ÎÙÈ ÒÅÖÉÍÏ×"
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr "ÏÐÃÉÉ -u É --uninstall ÕÓÔÁÒÅÌÉ É ÂÏÌØÛÅ ÎÅ ÒÁÂÏÔÁÀÔ.\n"
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr "÷ÍÅÓÔÏ ÎÉÈ ÉÓÐÏÌØÚÕÊÔÅ -e ÉÌÉ --erase.\n"
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr "ÐÅÒÅÍÅÝÅÎÉÑ ÄÏÌÖÎÙ ÎÁÞÉÎÁÔØÓÑ Ó /"
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr "ÐÅÒÅÍÅÝÅÎÉÑ ÄÏÌÖÎÙ ÓÏÄÅÒÖÁÔØ ="
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr "ÐÅÒÅÍÅÝÅÎÉÑ ÄÏÌÖÎÙ ÉÍÅÔØ / ÐÏÓÌÅ ="
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr "ÉÓËÌÀÞÅÎÉÑ ÄÏÌÖÎÙ ÎÁÞÉÎÁÔØÓÑ Ó /"
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr "÷ÎÕÔÒÅÎÎÑÑ ÏÛÉÂËÁ ÐÒÉ ÏÂÒÁÂÏÔËÅ ÁÒÇÕÍÅÎÔÏ× (%d) :-(\n"
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr "ÚÁ ÏÄÉÎ ÒÁÚ ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌÎÅÎ ÔÏÌØËÏ ÏÄÉÎ ÔÉÐ ÐÒÏ×ÅÒËÉ ÉÌÉ ÚÁÐÒÏÓÁ"
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr "ÎÅÏÖÉÄÁÎÎÙÅ ÆÌÁÇÉ ÚÁÐÒÏÓÁ"
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr "ÎÅÏÖÉÄÁÎÎÙÊ ÆÏÒÍÁÔ ÚÁÐÒÏÓÁ"
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr "ÎÅÏÖÉÄÁÎÎÙÊ ÉÓÔÏÞÎÉË ÚÁÐÒÏÓÁ"
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr ""
"ÐÒÉÎÕÄÉÔÅÌØÎÙÍÉ ÍÏÇÕÔ ÂÙÔØ ÔÏÌØËÏ ÕÓÔÁÎÏ×ËÁ, ÏÂÎÏ×ÌÅÎÉÅ, ÕÄÁÌÅÎÉÅ ÉÓÈÏÄÎÉËÏ× "
"É spec-ÆÁÊÌÁ"
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr "ÆÁÊÌÙ ÍÏÇÕÔ ÂÙÔØ ÐÅÒÅÍÅÝÅÎÙ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr "ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÏÄÎÁ ÉÚ ÏÐÃÉÊ --prefix ÉÌÉ --relocate"
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
"ÏÐÃÉÉ --relocate É --excludepath ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ "
"ÎÏ×ÙÈ ÐÁËÅÔÏ×"
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr "ÏÐÃÉÀ --prefix ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÎÏ×ÙÈ ÐÁËÅÔÏ×"
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr "ÁÒÇÕÍÅÎÔÙ ÄÌÑ --prefix ÄÏÌÖÎÙ ÎÁÞÉÎÁÔØÓÑ Ó /"
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr "ÏÐÃÉÑ --hash (-h) ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr "ÏÐÃÉÑ --percent ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr "ÏÐÃÉÑ --replacefiles ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr "ÏÐÃÉÑ --replacepkgs ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr "ÏÐÃÉÑ --excludedocs ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr "ÏÐÃÉÑ --includedocs ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr ""
"ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÏÄÎÁ ÉÚ ÏÐÃÉÊ --excludedocs ÉÌÉ --includedocs"
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr "ÏÐÃÉÑ --ignorearch ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr "ÏÐÃÉÑ --ignoreos ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr "ÏÐÃÉÑ --ignoresize ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr "ÏÐÃÉÑ --allmatches ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÄÁÌÅÎÉÉ ÐÁËÅÔÁ"
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr "ÏÐÃÉÑ --allfiles ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÁËÅÔÁ"
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr ""
"ÏÐÃÉÑ --justdb ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÉÌÉ ÕÄÁÌÅÎÉÉ ÐÁËÅÔÁ"
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
"ÏÐÃÉÑ --noscripts ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ, ÕÄÁÌÅÎÉÉ É "
"×ÅÒÉÆÉËÁÃÉÉ ÐÁËÅÔÁ"
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
"ÏÐÃÉÑ --notriggers ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ, ÕÄÁÌÅÎÉÉ É "
"×ÅÒÉÆÉËÁÃÉÉ ÐÁËÅÔÁ"
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"recompilation, installation,erasure, and verification"
"ÏÐÃÉÑ --nodeps ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÓÂÏÒËÅ, ÕÓÔÁÎÏ×ËÅ, ÕÄÁÌÅÎÉÉ É "
"×ÅÒÉÆÉËÁÃÉÉ ÐÁËÅÔÏ×"
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
"ÏÐÃÉÑ --test ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ, ÕÄÁÌÅÎÉÉ É ÓÂÏÒËÅ "
"ÐÁËÅÔÁ"
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
"ÏÐÃÉÑ --root (-r) ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ, ÕÄÁÌÅÎÉÉ, "
"ÚÁÐÒÏÓÁÈ ÐÁËÅÔÁ É ÐÅÒÅÓÔÒÏÅÎÉÉ ÂÁÚÙ ÄÁÎÎÙÈ"
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr "ÁÒÇÕÍÅÎÔÙ ÄÌÑ --root (-r) ÄÏÌÖÎÙ ÎÁÞÉÎÁÔØÓÑ Ó /"
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr ""
"ÏÐÃÉÑ --oldpackage ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÐÒÉ ÏÂÎÏ×ÌÅÎÉÉ ÐÁËÅÔÏ×"
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr "ÏÐÃÉÑ --nopgp ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÐÒÉ ÐÒÏ×ÅÒËÅ ÐÏÄÐÉÓÉ"
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr "ÏÐÃÉÑ --nogpg ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÐÒÉ ÐÒÏ×ÅÒËÅ ÐÏÄÐÉÓÉ"
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr ""
"ÏÐÃÉÑ --nomd5 ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÐÒÉ ÐÒÏ×ÅÒËÅ ÐÏÄÐÉÓÉ É "
"×ÅÒÉÆÉËÁÃÉÉ ÐÁËÅÔÁ"
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr "ÎÅÔ ÆÁÊÌÏ× ÄÌÑ ÐÏÄÐÉÓÉ\n"
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr "ÎÅÔ ÄÏÓÔÕÐÁ Ë ÆÁÊÌÕ %s\n"
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr "pgp ÎÅ ÎÁÊÄÅÎÁ: "
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr "÷×ÅÄÉÔÅ ËÌÀÞÅ×ÕÀ ÆÒÁÚÕ: "
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr "îÅ×ÅÒÎÁÑ ËÌÀÞÅ×ÁÑ ÆÒÁÚÁ\n"
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr "ëÌÀÞÅ×ÁÑ ÆÒÁÚÁ ÐÒÉÎÑÔÁ.\n"
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr "îÅ×ÅÒÎÁÑ ÓÐÅÃÉÆÉËÁÃÉÑ %%_signature × ÍÁËÒÏÆÁÊÌÅ.\n"
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr "ÏÐÃÉÑ --sign ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ ÐÒÉ ÓÂÏÒËÅ ÐÁËÅÔÏ×"
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr "ÚÁÐÕÓË ÎÅ ÕÄÁÌÓÑ\n"
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr "ÎÅÏÖÉÄÁÎÎÙÅ ÁÒÇÕÍÅÎÔÙ ÄÌÑ --querytags "
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÐÒÏ×ÅÒËÉ ÐÏÄÐÉÓÉ"
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÐÏÄÐÉÓÉ"
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÕÄÁÌÅÎÉÑ"
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÕÓÔÁÎÏ×ËÉ"
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr "× ÚÁÐÒÏÓÅ ËÏ ×ÓÅÍ ÐÁËÅÔÁÍ ÚÁÄÁÎÙ ÌÉÛÎÉÅ ÁÒÇÕÍÅÎÔÙ"
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr "ÎÅ ÚÁÄÁÎÙ ÁÒÇÕÍÅÎÔÙ ÚÁÐÒÏÓÁ"
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr "× ÚÁÐÒÏÓÅ ×ÅÒÉÆÉËÁÃÉÉ ×ÓÅÈ ÐÁËÅÔÏ× ÚÁÄÁÎÙ ÌÉÛÎÉÅ ÁÒÇÕÍÅÎÔÙ"
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr "ÎÅ ÚÁÄÁÎÙ ÁÒÇÕÍÅÎÔÙ ÄÌÑ ×ÅÒÉÆÉËÁÃÉÉ"
msgid "cannot re-open payload: %s\n"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÏ×ÔÏÒÎÏ ÏÔËÒÙÔØ payload: %s\n"
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
#, fuzzy
msgid "'<name> <body>'"
msgstr " --define '<ÉÍÑ> <ÐÏÄÓÔÁÎÏ×ËÁ>'"
-#: rpmqv.c:159
+#: rpmqv.c:138
#, fuzzy
msgid "print macro expansion of <expr>+"
msgstr "×Ù×ÅÓÔÉ ÚÎÁÞÅÎÉÅ ÍÁËÒÏÓÁ <ÉÍÑ>"
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
#, fuzzy
msgid "rebuild database inverted lists from installed package headers"
msgstr "ÐÅÒÅÉÎÄÅËÓÉÒÏ×ÁÔØ ÂÁÚÕ ÄÁÎÎÙÈ"
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
+msgstr ""
+
+#: rpmqv.c:234
#, fuzzy
-msgid "<package>"
+msgid "<package>+"
msgstr "ÎÅÔ ÐÁËÅÔÏ×\n"
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr "ÐÒÏÐÕÓÔÉÔØ ÆÁÊÌÙ × ÐÕÔÉ <ÐÕÔØ>"
-#: rpmqv.c:267
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
#, fuzzy
-msgid "upgrade package if already installed"
+msgid "upgrade package(s) if already installed"
msgstr "ÐÁËÅÔ %s-%s-%s ÕÖÅ ÕÓÔÁÎÏ×ÌÅÎ"
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
#, fuzzy
msgid "<packagefile>+"
msgstr " -p <ÆÁÊÌ ÐÁËÅÔÁ>+ "
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
#, fuzzy
msgid "do not execute scripts (if any)"
msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÜÔÁÐÏ×"
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
msgid "don't execute any scriptlets triggered by this package"
msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÏ×, ×Ú×ÅÄÅÎÎÙÈ ÎÁ ÜÔÏÔ ÐÁËÅÔ"
-#: rpmqv.c:313
+#: rpmqv.c:279
#, fuzzy
-msgid "<oldpath>=<newpath>"
+msgid "relocate files from path <old> to <new>"
+msgstr "ÐÅÒÅÍÅÓÔÉÔØ ÆÁÊÌÙ ÉÚ <oldpath> × <newpath>"
+
+#: rpmqv.c:280
+#, fuzzy
+msgid "<old>=<new>"
msgstr " --relocate <oldpath>=<newpath>"
-#: rpmqv.c:324
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
+msgstr ""
+
+#: rpmqv.c:291
#, fuzzy
-msgid "upgrade package"
+msgid "upgrade package(s)"
msgstr " --upgrade <ÆÁÊÌ ÐÁËÅÔÁ>"
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
#, fuzzy
msgid "Signature options:"
msgstr "òÁÚÍÅÒ ÐÏÄÐÉÓÉ: %d\n"
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
+msgstr ""
+
+#: rpmqv.c:343
msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:413
+#: rpmqv.c:377
#, c-format
msgid "Usage: %s {--help}\n"
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: %s {--help}\n"
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr " %s {--initdb} [--dbpath <ËÁÔÁÌÏÇ>]\n"
-
-#: rpmqv.c:418
-#, fuzzy, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr " %s {--rebuilddb} [--rcfile <ÆÁÊÌ>] [--dbpath <ËÁÔÁÌÏÇ>]\n"
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-
-#: rpmqv.c:425
-#, fuzzy
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-" [--rcfile <file>] [--ignorearch] [--dbpath <ËÁÔÁÌÏÇ>]"
-
-#: rpmqv.c:434
-#, fuzzy
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-" [--excludedocs] [--includedocs] [--rcfile <ÆÁÊÌ>]"
-
-#: rpmqv.c:442
-#, fuzzy, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-" %s {--erase -e} [--root <ËÁÔÁÌÏÇ>] [--noscripts] [--rcfile <ÆÁÊÌ>]\n"
-
-#: rpmqv.c:449
-#, fuzzy
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-" [--scripts] [--root <ËÁÔÁÌÏÇ>] [--rcfile <ÆÁÊÌ>]"
-
-#: rpmqv.c:456
-#, fuzzy, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-" %s {--verify -V -y} [-afpg] [--root <ËÁÔÁÌÏÇ>] [--rcfile <ÆÁÊÌ>]\n"
-
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr " %s {--setperms} [-afpg] [ÃÅÌØ]\n"
-
-#: rpmqv.c:461
-#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr " %s {--setugids} [-afpg] [ÃÅÌØ]\n"
-
-#: rpmqv.c:465
-#, fuzzy, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
-msgstr " %s {--resign} [--rcfile <ÆÁÊÌ>] ÐÁËÅÔ1 ÐÁËÅÔ2 ... ÐÁËÅÔN\n"
-
-#: rpmqv.c:466
-#, fuzzy, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
-msgstr " rpm {--addsign} [--rcfile <ÆÁÊÌ>] ÐÁËÅÔ1 ÐÁËÅÔ2 ... ÐÁËÅÔN"
-
-#: rpmqv.c:467
-#, fuzzy, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
-msgstr ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <ÆÁÊÌ>]\n"
-
-#: rpmqv.c:511
+#: rpmqv.c:448
msgid " All modes support the following options:"
msgstr " ÷ÓÅ ÒÅÖÉÍÙ ÐÏÄÄÅÒÖÉ×ÁÀÔ ÓÌÅÄÕÀÝÉÅ ÁÒÇÕÍÅÎÔÙ:"
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr " --define '<ÉÍÑ> <ÐÏÄÓÔÁÎÏ×ËÁ>'"
-#: rpmqv.c:514
+#: rpmqv.c:451
#, fuzzy
msgid " --eval '<expr>+' "
msgstr " --eval '<ÉÍÑ>+' "
-#: rpmqv.c:515
+#: rpmqv.c:452
#, fuzzy
msgid "print the expansion of macro <expr> to stdout"
msgstr "×Ù×ÅÓÔÉ ÚÎÁÞÅÎÉÅ ÍÁËÒÏÓÁ <ÉÍÑ>"
-#: rpmqv.c:516
+#: rpmqv.c:453
msgid " --pipe <cmd> "
msgstr " --pipe <ËÏÍÁÎÄÁ> "
-#: rpmqv.c:518
+#: rpmqv.c:455
#, fuzzy
msgid " --rcfile <file:...> "
msgstr " --rcfile <ÆÁÊÌ> "
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
msgid " --dbpath <dir> "
msgstr " --dbpath <ËÁÔÁÌÏÇ> "
-#: rpmqv.c:525
+#: rpmqv.c:462
msgid " --root <dir> "
msgstr " --root <ËÁÔÁÌÏÇ> "
-#: rpmqv.c:535
+#: rpmqv.c:472
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
" õÓÔÁÎÏ×ËÁ, ÏÂÎÏ×ÌÅÎÉÅ É ÚÁÐÒÏÓ (Ó -p) ÄÏÐÕÓËÁÀÔ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ftp URL "
"×ÍÅÓÔÏ"
-#: rpmqv.c:536
+#: rpmqv.c:473
msgid " of file names as well as the following options:"
msgstr " ÉÍÅÎ ÆÁÊÌÏ× Á ÔÁËÖÅ ÓÌÅÄÕÀÝÉÅ ÏÐÃÉÉ:"
-#: rpmqv.c:537
+#: rpmqv.c:474
msgid " --ftpproxy <host> "
msgstr " --ftpproxy <ÁÄÒÅÓ> "
-#: rpmqv.c:539
+#: rpmqv.c:476
msgid " --ftpport <port> "
msgstr " --ftpport <ÐÏÒÔ> "
-#: rpmqv.c:541
+#: rpmqv.c:478
msgid " --httpproxy <host> "
msgstr " --httpproxy <ÁÄÒÅÓ> "
-#: rpmqv.c:543
+#: rpmqv.c:480
msgid " --httpport <port> "
msgstr " --httpport <ÐÏÒÔ> "
-#: rpmqv.c:549
+#: rpmqv.c:486
msgid " Package specification options:"
msgstr " ïÐÃÉÉ ÓÐÅÃÉÆÉËÁÃÉÉ ÐÁËÅÔÁ:"
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
msgid "query/verify all packages"
msgstr "ÚÁÐÒÏÓÉÔØ/ÐÒÏ×ÅÒÉÔØ ×ÓÅ ÐÁËÅÔÙ"
-#: rpmqv.c:552
+#: rpmqv.c:489
msgid " -f <file>+ "
msgstr " -f <ÆÁÊÌ>+ "
-#: rpmqv.c:553
+#: rpmqv.c:490
msgid "query/verify package owning <file>"
msgstr "ÎÁÊÔÉ/ÐÒÏ×ÅÒÉÔØ ÐÁËÅÔ, ËÏÔÏÒÏÍÕ ÐÒÉÎÁÄÌÅÖÉÔ <ÆÁÊÌ>"
-#: rpmqv.c:554
+#: rpmqv.c:491
msgid " -p <packagefile>+ "
msgstr " -p <ÆÁÊÌ ÐÁËÅÔÁ>+ "
-#: rpmqv.c:555
+#: rpmqv.c:492
msgid "query/verify (uninstalled) package <packagefile>"
msgstr "ÚÁÐÒÏÓÉÔØ/ÐÒÏ×ÅÒÉÔØ (ÎÅÕÓÔÁÎÏ×ÌÅÎÎÙÊ) ÐÁËÅÔ <ÆÁÊÌ ÐÁËÅÔÁ>"
-#: rpmqv.c:556
+#: rpmqv.c:493
msgid " --triggeredby <pkg> "
msgstr " --triggeredby <ÐÁËÅÔ>"
-#: rpmqv.c:557
+#: rpmqv.c:494
msgid "query/verify packages triggered by <pkg>"
msgstr "ÚÁÐÒÏÓÉÔØ/ÐÒÏ×ÅÒÉÔØ ÐÁËÅÔÙ Ó ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÁÍÉ ÎÁ ÐÁËÅÔ <ÐÁËÅÔ>"
-#: rpmqv.c:558
+#: rpmqv.c:495
msgid " --whatprovides <cap> "
msgstr " --whatprovides <ÓÅÒ×ÉÓ>"
-#: rpmqv.c:559
+#: rpmqv.c:496
msgid "query/verify packages which provide <cap> capability"
msgstr "ÎÁÊÔÉ/ÐÒÏ×ÅÒÉÔØ ÐÁËÅÔÙ, ÐÒÅÄÏÓÔÁ×ÌÑÀÝÉÅ ÓÅÒ×ÉÓ <ÓÅÒ×ÉÓ>"
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr " --whatrequires <ÓÅÒ×ÉÓ>"
-#: rpmqv.c:561
+#: rpmqv.c:498
msgid "query/verify packages which require <cap> capability"
msgstr "ÎÁÊÔÉ/ÐÒÏ×ÅÒÉÔØ ÐÁËÅÔÙ, ÔÒÅÂÕÀÝÉÅ ÓÅÒ×ÉÓ <ÓÅÒ×ÉÓ>"
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr " --queryformat <qfmt>"
-#: rpmqv.c:568
+#: rpmqv.c:505
msgid " Information selection options:"
msgstr " ïÐÃÉÉ ×ÙÂÏÒÁ ÉÎÆÏÒÍÁÃÉÉ:"
-#: rpmqv.c:584
+#: rpmqv.c:521
msgid "list capabilities provided by package"
msgstr "ÐÏËÁÚÁÔØ ÓÅÒ×ÉÓÙ, ÐÒÅÄÏÓÔÁ×ÌÑÅÍÙÅ ÐÁËÅÔÏÍ"
-#: rpmqv.c:586
+#: rpmqv.c:523
msgid "list capabilities required by package"
msgstr "ÐÏËÁÚÁÔØ ÓÅÒ×ÉÓÙ, ÎÅÏÂÈÏÄÉÍÙÅ ÄÌÑ ÐÁËÅÔÁ"
-#: rpmqv.c:588
+#: rpmqv.c:525
msgid "print the various [un]install scriptlets"
msgstr "×Ù×ÅÓÔÉ ÒÁÚÎÏÏÂÒÁÚÎÙÅ [ÄÅ]ÉÎÓÔÁÌÌÑÃÉÏÎÎÙÅ ÓËÒÉÐÔÙ"
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr "ÐÏËÁÚÁÔØ ÔÒÉÇÇÅÒ-ÓËÒÉÐÔÙ, ÓÏÄÅÒÖÁÝÉÅÓÑ × ÐÁËÅÔÅ"
-#: rpmqv.c:616
+#: rpmqv.c:553
msgid " --install <packagefile>"
msgstr " --install <ÆÁÊÌ ÐÁËÅÔÁ>"
-#: rpmqv.c:617
+#: rpmqv.c:554
msgid " -i <packagefile> "
msgstr " -i <ÆÁÊÌ ÐÁËÅÔÁ> "
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr " --excludepath <ÐÕÔØ>"
-#: rpmqv.c:647
+#: rpmqv.c:584
msgid "don't execute any installation scriptlets"
msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ËÁËÉÈ-ÌÉÂÏ ÕÓÔÁÎÏ×ÏÞÎÙÈ ÓËÒÉÐÔÏ×"
-#: rpmqv.c:652
+#: rpmqv.c:589
msgid " --prefix <dir> "
msgstr " --prefix <ËÁÔÁÌÏÇ> "
-#: rpmqv.c:654
+#: rpmqv.c:591
msgid " --relocate <oldpath>=<newpath>"
msgstr " --relocate <oldpath>=<newpath>"
-#: rpmqv.c:663
+#: rpmqv.c:600
msgid " --upgrade <packagefile>"
msgstr " --upgrade <ÆÁÊÌ ÐÁËÅÔÁ>"
-#: rpmqv.c:664
+#: rpmqv.c:601
msgid " -U <packagefile> "
msgstr " -U <ÆÁÊÌ ÐÁËÅÔÁ> "
-#: rpmqv.c:669
+#: rpmqv.c:606
msgid " --erase <package>"
msgstr " --erase <ÐÁËÅÔ> "
-#: rpmqv.c:688
+#: rpmqv.c:625
msgid " --resign <pkg>+ "
msgstr " --resign <pkg>+ "
-#: rpmqv.c:690
+#: rpmqv.c:627
msgid " --addsign <pkg>+ "
msgstr " --addsign <pkg>+ "
-#: rpmqv.c:693
+#: rpmqv.c:630
msgid " --checksig <pkg>+"
msgstr " --checksig <pkg>+"
-#: rpmqv.c:694
+#: rpmqv.c:631
msgid " -K <pkg>+ "
msgstr " -K <pkg>+ "
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr "ÓÏÚÄÁÔØ ÂÁÚÕ ÄÁÎÎÙÈ (ÎÅ ÏÂÑÚÁÔÅÌØÎÏ)"
-#: rpmqv.c:709
+#: rpmqv.c:646
msgid "rebuild database indices from existing database headers"
msgstr "ÐÅÒÅÉÎÄÅËÓÉÒÏ×ÁÔØ ÂÁÚÕ ÄÁÎÎÙÈ"
-#: rpmqv.c:996
+#: rpmqv.c:928
#, fuzzy
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr "÷ÍÅÓÔÏ ÎÉÈ ÉÓÐÏÌØÚÕÊÔÅ -e ÉÌÉ --erase.\n"
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr "ÏÐÃÉÑ --dbpath ÚÁÄÁÎÁ ÄÌÑ ÏÐÅÒÁÃÉÉ, ÎÅ ÉÓÐÏÌØÚÕÀÝÅÊ ÂÁÚÕ ÄÁÎÎÙÈ"
-#: rpmqv.c:1158
+#: rpmqv.c:1086
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr ""
"ÏÐÃÉÑ --notriggers ÍÏÖÅÔ ÂÙÔØ ÕËÁÚÁÎÁ ÔÏÌØËÏ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÉÌÉ ÕÄÁÌÅÎÉÉ "
"ÐÁËÅÔÁ"
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÐÅÒÅÓÂÏÒËÉ"
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr "ÎÅ ÚÁÄÁÎ spec-ÆÁÊÌ ÄÌÑ ÓÂÏÒËÉ ÐÁËÅÔÁ"
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr "ÎÅ ÚÁÄÁÎÙ tar-ÆÁÊÌÙ ÄÌÑ ÓÂÏÒËÉ ÐÁËÅÔÁ"
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
#, fuzzy
msgid "Unable to open temp file.\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ×ÒÅÍÅÎÎÙÊ ÆÁÊÌ"
msgid "syntax error in expression\n"
msgstr "ÓÉÎÔÁËÓÉÞÅÓËÁÑ ÏÛÉÂËÁ × ×ÙÒÁÖÅÎÉÉ"
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr "ïÛÉÂËÁ TIMECHECK: %s\n"
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, fuzzy, c-format
msgid "Missing '(' in %s %s\n"
msgstr "ïÔÓÕÔÓÔ×ÕÅÔ '(' × %s %s"
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, fuzzy, c-format
msgid "Missing ')' in %s(%s\n"
msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ')' × %s(%s"
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, fuzzy, c-format
msgid "Invalid %s token: %s\n"
msgstr "îÅ×ÅÒÎÙÊ ÔÏËÅÎ %s: %s"
-#: build/files.c:379
+#: build/files.c:381
#, fuzzy, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr "îÅ ÐÒÏÂÅÌ ÓÌÅÄÕÅÔ ÐÏÓÌÅ %s(): %s"
-#: build/files.c:417
+#: build/files.c:419
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr "îÅ×ÅÒÎÙÊ ÓÉÎÔÁËÓÉÓ: %s(%s)"
-#: build/files.c:427
+#: build/files.c:429
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr "îÅ×ÅÒÎÙÅ ÐÒÁ×Á: %s(%s)"
-#: build/files.c:439
+#: build/files.c:441
#, fuzzy, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr "îÅ×ÅÒÎÙÅ ÐÒÁ×Á ÎÁ ËÁÔÁÌÏÇ %s(%s)"
-#: build/files.c:576
+#: build/files.c:578
#, fuzzy
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr "îÅÏÂÙÞÎÁÑ ÄÌÉÎÁ locale: \"%.*s\" × %%lang(%s)"
-#: build/files.c:586
+#: build/files.c:588
#, fuzzy
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr "äÕÂÌÉËÁÔ locale %.*s × %%lang(%s)"
-#: build/files.c:723
+#: build/files.c:725
#, fuzzy
msgid "Hit limit for %%docdir\n"
msgstr "ìÉÍÉÔ ÄÌÑ %%docdir ÐÒÅ×ÙÛÅÎ"
-#: build/files.c:729
+#: build/files.c:731
#, fuzzy
msgid "Only one arg for %%docdir\n"
msgstr "ôÏÌØËÏ ÏÄÉÎ ÁÒÇÕÍÅÎÔ ÄÌÑ %%docdir"
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, fuzzy, c-format
msgid "Two files on one line: %s\n"
msgstr "ä×Á ÆÁÊÌÁ × ÏÄÎÏÊ ÓÔÒÏËÅ: %s"
-#: build/files.c:771
+#: build/files.c:773
#, fuzzy, c-format
msgid "File must begin with \"/\": %s\n"
msgstr "æÁÊÌ ÄÏÌÖÅÎ ÎÁÞÉÎÁÔØÓÑ Ó \"/\": %s"
-#: build/files.c:783
+#: build/files.c:785
#, fuzzy
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr "îÅÌØÚÑ ÓÍÅÛÉ×ÁÔØ ÓÐÅÃ. %%doc Ó ÄÒÕÇÉÍÉ ÆÏÒÍÁÍÉ: %s"
-#: build/files.c:949
+#: build/files.c:952
#, fuzzy, c-format
msgid "File listed twice: %s\n"
msgstr "æÁÊÌ ÕËÁÚÁÎ Ä×ÁÖÄÙ: %s"
-#: build/files.c:1060
+#: build/files.c:1042
#, fuzzy, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr "óÉÍ×ÏÌÉÞÅÓËÁÑ ÓÓÙÌËÁ ÕËÁÚÙ×ÁÅÔ ÎÁ BuildRoot: %s -> %s"
-#: build/files.c:1155
+#: build/files.c:1229
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr "æÁÊÌ ÎÅ ÓÏÏÔ×ÅÔÓÔÕÅÔ ÐÒÅÆÉËÓÕ (%s): %s"
-#: build/files.c:1165
+#: build/files.c:1239
#, fuzzy, c-format
msgid "File not found: %s\n"
msgstr "æÁÊÌ ÎÅ ÎÁÊÄÅÎ: %s"
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr "îÅ×ÅÒÎÁÑ ÐÁÒÁ ÈÏÚÑÉÎ/ÇÒÕÐÐÁ: %s\n"
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "æÁÊÌ %4d: %07o %s.%s\t %s\n"
-#: build/files.c:1297
+#: build/files.c:1371
#, fuzzy, c-format
msgid "File needs leading \"/\": %s\n"
msgstr "æÁÊÌ ÄÏÌÖÅÎ ÎÁÞÉÎÁÔØÓÑ Ó \"/\": %s"
-#: build/files.c:1327
+#: build/files.c:1401
#, fuzzy, c-format
msgid "File not found by glob: %s\n"
msgstr "æÁÊÌ ÎÅ ÎÁÊÄÅÎ: %s"
-#: build/files.c:1382
+#: build/files.c:1455
#, fuzzy
msgid "Could not open %%files file %s: %s\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ %%files: %s"
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, fuzzy, c-format
msgid "line: %s\n"
msgstr "ÓÔÒÏËÁ: %s"
-#: build/files.c:1720
+#: build/files.c:1791
#, fuzzy, c-format
msgid "Bad file: %s: %s\n"
msgstr "îÅ×ÅÒÎÙÊ ÆÁÊÌ %s: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, fuzzy, c-format
msgid "Couldn't exec %s: %s\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ×ÙÌÎÉÔØ %s: %s"
-#: build/files.c:1794
+#: build/files.c:1864
#, fuzzy, c-format
msgid "Couldn't fork %s: %s\n"
msgstr "óÂÏÊ ×ÅÔ×ÌÅÎÉÑ %s: %s"
-#: build/files.c:1876
+#: build/files.c:1946
#, fuzzy, c-format
msgid "%s failed\n"
msgstr "%s ÎÅ ÕÄÁÌÏÓØ"
-#: build/files.c:1880
+#: build/files.c:1950
#, fuzzy, c-format
msgid "failed to write all data to %s\n"
msgstr "ÚÁÐÉÓØ ×ÓÅÈ ÄÁÎÎÙÈ × %s ÎÅ ÕÄÁÌÁÓØ"
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr "ðÏÉÓË %s (ÉÓÐÏÌØÚÕÑ %s): ...\n"
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, fuzzy, c-format
msgid "Failed to find %s:\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÎÁÊÔÉ %s:"
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "ïÂÒÁÂÁÔÙ×ÁÀÔÓÑ ÆÁÊÌÙ: %s-%s-%s\n"
msgid "Could not canonicalize hostname: %s\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ËÁÎÏÎÉÚÉÒÏ×ÁÔØ ÉÍÑ ËÏÍÐØÀÔÅÒÁ: %s\n"
-#: build/pack.c:52
+#: build/pack.c:61
#, fuzzy, c-format
msgid "create archive failed on file %s: %s\n"
msgstr "ÏÛÉÂËÁ ÓÏÚÄÁÎÉÑ ÁÒÈÉ×Á ÎÁ ÆÁÊÌÅ %s: %s"
-#: build/pack.c:74
+#: build/pack.c:83
#, fuzzy, c-format
msgid "cpio_copy write failed: %s\n"
msgstr "cpio_copy: ÏÛÉÂËÁ ÚÁÐÉÓÉ: %s"
-#: build/pack.c:81
+#: build/pack.c:90
#, fuzzy, c-format
msgid "cpio_copy read failed: %s\n"
msgstr "cpio_copy: ÏÛÉÂËÁ ÞÔÅÎÉÑ: %s"
-#: build/pack.c:165
+#: build/pack.c:174
#, fuzzy, c-format
msgid "Could not open PreIn file: %s\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ PreIn: %s"
-#: build/pack.c:172
+#: build/pack.c:181
#, fuzzy, c-format
msgid "Could not open PreUn file: %s\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ PreUn: %s"
-#: build/pack.c:179
+#: build/pack.c:188
#, fuzzy, c-format
msgid "Could not open PostIn file: %s\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ PostIn: %s"
-#: build/pack.c:186
+#: build/pack.c:195
#, fuzzy, c-format
msgid "Could not open PostUn file: %s\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ PostUn: %s"
-#: build/pack.c:194
+#: build/pack.c:203
#, fuzzy, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ VerifyScript: %s"
-#: build/pack.c:209
+#: build/pack.c:218
#, fuzzy, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ Trigger script: %s"
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr "readRPM: ÏÔËÒÙÔÉÅ %s: %s\n"
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr "readRPM: ÞÔÅÎÉÅ %s: %s\n"
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "readRPM: %s ÎÅ Ñ×ÌÑÅÔÓÑ ÐÁËÅÔÏÍ RPM\n"
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr "readRPM: ÞÉÔÁÅÔÓÑ ÚÁÇÏÌÏ×ÏË ÉÚ %s\n"
-#: build/pack.c:382
+#: build/pack.c:396
#, fuzzy
msgid "Bad CSA data\n"
msgstr "îÅ×ÅÒÎÙÅ ÄÁÎÎÙÅ CSA"
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr "çÅÎÅÒÉÒÕÅÔÓÑ ÐÏÄÐÉÓØ: %d\n"
-#: build/pack.c:433
+#: build/pack.c:447
#, c-format
msgid "Could not open %s: %s\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s: %s\n"
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ÐÁËÅÔ: %s"
-#: build/pack.c:485
+#: build/pack.c:499
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÃÅÌØ ÐÏÄÐÉÓÉ %s: %s"
-#: build/pack.c:495
+#: build/pack.c:509
#, fuzzy, c-format
msgid "Unable to read header from %s: %s\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÉÔÁÔØ ÐÉËÔÏÇÒÁÍÍÕ %s: %s"
-#: build/pack.c:509
+#: build/pack.c:523
#, fuzzy, c-format
msgid "Unable to write header to %s: %s\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ÐÁËÅÔ %s: %s"
-#: build/pack.c:519
+#: build/pack.c:533
#, fuzzy, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÉÔÁÔØ ÐÉËÔÏÇÒÁÍÍÕ %s: %s"
-#: build/pack.c:525
+#: build/pack.c:539
#, fuzzy, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÉÓÁÔØ ÐÁËÅÔ %s: %s"
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr "úÁÐÉÓÁÎ: %s\n"
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÓÇÅÎÅÒÉÒÏ×ÁÔØ ÉÍÑ ÆÁÊÌÁ ÄÌÑ ÐÁËÅÔÁ %s: %s\n"
-#: build/pack.c:634
+#: build/pack.c:648
#, c-format
msgid "cannot create %s: %s\n"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ %s: %s\n"
msgid "Package has no %%description: %s\n"
msgstr "ðÁËÅÔ ÎÅ ÉÍÅÅÔ %%description: %s"
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr "ÁÒÈÉ× = %s, fs = %s\n"
-
-#: build/spec.c:228
+#: build/spec.c:216
#, fuzzy, c-format
msgid "line %d: Bad number: %s\n"
msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÏÅ ÞÉÓÌÏ: %s"
-#: build/spec.c:234
+#: build/spec.c:222
#, fuzzy, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÏÅ ÞÉÓÌÏ no%s: %d"
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "ÓÔÒÏËÁ %d: îÅ×ÅÒÎÏÅ ÞÉÓÌÏ %s: %s\n"
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÅÒÅÉÍÅÎÏ×ÁÔØ %s × %s: %s\n"
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÕÄÁÌÉÔØ ÓÓÙÌËÕ %s: %s\n"
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr "getNextHeader: %s\n"
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr "(ÏÛÉÂËÁ 0x%x)"
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr "îÅ×ÅÒÎÙÊ magic"
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr "îÅ×ÅÒÎÙÊ/ÎÅÞÉÔÁÅÍÙÊ ÚÁÇÏÌÏ×ÏË"
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr "úÁÇÏÌÏ×ÏË ÓÌÉÛËÏÍ ×ÅÌÉË"
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr "îÅÉÚ×ÅÓÔÎÙÊ ÔÉÐ ÆÁÊÌÁ"
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr "ïÔÓÕÔÓÔ×ÕÅÔ ÖÅÓÔËÁÑ ÓÓÙÌËÁ"
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr "÷ÎÕÔÒÅÎÎÑÑ ÏÛÉÂËÁ"
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr "ÎÅ ÕÄÁÌÏÓØ - "
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
+#, fuzzy, c-format
+msgid "db%d error(%d) from %s: %s\n"
+msgstr "db%d ÏÛÉÂËÁ(%d)"
+
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
+#, fuzzy, c-format
+msgid "db%d error(%d): %s\n"
+msgstr "db%d ÏÛÉÂËÁ(%d)"
+
+#: lib/db1.c:387
+#, c-format
+msgid "closed db file %s\n"
+msgstr "ÚÁËÒÙÔ ÆÁÊÌ ÂÁÚÙ ÄÁÎÎÙÈ %s\n"
+
+#: lib/db1.c:390
+#, c-format
+msgid "removed db file %s\n"
+msgstr "ÕÄẠ́ΠÆÁÊÌ ÂÁÚÙ ÄÁÎÎÙÈ %s\n"
+
+#: lib/db1.c:421
+#, fuzzy, c-format
+msgid "bad db file %s\n"
+msgstr "ÎÅ×ÅÒÎÙÊ ÆÁÊÌ ÂÁÚÙ ÄÁÎÎÙÈ %s"
+
+#: lib/db1.c:426
+#, c-format
+msgid "opening db file %s mode 0x%x\n"
+msgstr "ÏÔËÒÙ×ÅÔÓÑ ÆÁÊÌ %s ÂÁÚÙ ÄÁÎÎÙÈ × ÒÅÖÉÍÅ 0x%x\n"
+
+#. XXX check errno validity
+#: lib/db1.c:449
+#, fuzzy, c-format
+msgid "cannot get %s lock on database\n"
+msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÂÌÏËÉÒÏ×ËÕ %s ÂÁÚÙ ÄÁÎÎÙÈ"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
+msgstr "ÉÓËÌÀÞÉÔÅÌØÎÙÊ"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
+msgstr "ÒÁÚÄÅÌÑÅÍÙÊ"
+
+#: lib/db2.c:145 lib/db3.c:130
+#, c-format
+msgid "closed db environment %s/%s\n"
+msgstr "ÚÁËÒÙÔÏ ÏËÒÕÖÅÎÉÅ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s\n"
+
+#: lib/db2.c:161 lib/db3.c:146
+#, c-format
+msgid "removed db environment %s/%s\n"
+msgstr "ÕÄÁÌÅÎÏ ÏËÒÕÖÅÎÉÅ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s\n"
+
+#: lib/db2.c:198 lib/db3.c:183
+#, c-format
+msgid "opening db environment %s/%s %s\n"
+msgstr "ÏÔËÒÙ×ÁÅÔÓÑ ÏËÒÕÖÅÎÉÅ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s %s\n"
+
+#: lib/db2.c:588 lib/db3.c:569
+#, c-format
+msgid "closed db index %s/%s\n"
+msgstr "ÚÁËÒÙÔ ÉÎÄÅËÓ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s\n"
+
+#: lib/db2.c:678 lib/db3.c:659
+#, c-format
+msgid "opening db index %s/%s %s mode=0x%x\n"
+msgstr "ÏÔËÒÙ×ÁÅÔÓÑ ÉÎÄÅËÓ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s %s mode=0x%x\n"
+
+#: lib/db2.c:784 lib/db3.c:764
+#, c-format
+msgid "cannot get %s lock on %s/%s\n"
+msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÂÌÏËÉÒÏ×ËÕ %s ÎÁ %s/%s\n"
+
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
+msgstr "ÚÁÂÌÏËÉÒÏ×ÁÎ ÉÎÄÅËÓ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s\n"
+
+#: lib/dbconfig.c:258
+#, fuzzy, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
+msgstr "dbiSetConfig: ÎÅÏÐÏÚÎÁÎÎÁÑ ÏÐÃÉÑ ÂÁÚÙ ÄÁÎÎÙÈ: \"%s\" ÐÒÏÉÇÎÏÒÉÒÏ×ÁÎÁ\n"
+
+#: lib/dbconfig.c:287
+#, c-format
+msgid "%s has invalid numeric value, skipped\n"
+msgstr "%s ÉÍÅÅÔ ÎÅ×ÅÒÎÕÀ ÞÉÓÌÏ×ÕÀ ×ÅÌÉÞÉÎÕ, ÐÒÏÐÕÝÅÎÏ\n"
+
+#: lib/dbconfig.c:296
+#, c-format
+msgid "%s has too large or too small long value, skipped\n"
+msgstr "%s ÉÍÅÅÔ ÓÌÉÛËÏÍ ÍÁÌÕÀ ÉÌÉ ÓÌÉÛËÏÍ ÂÏÌØÛÕÀ ×ÅÌÉÞÉÎÕ long, ÐÒÏÐÕÝÅÎÏ\n"
+
+#: lib/dbconfig.c:305
+#, c-format
+msgid "%s has too large or too small integer value, skipped\n"
+msgstr ""
+"%s ÉÍÅÅÔ ÓÌÉÛËÏÍ ÍÁÌÕÀ ÉÌÉ ÓÌÉÛËÏÍ ÂÏÌØÛÕÀ ×ÅÌÉÞÉÎÕ integer, ÐÒÏÐÕÝÅÎÏ\n"
+
#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/depends.c:565
#, c-format
msgid ""
"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
"ÄÌÑ ÚÁ×ÉÓÉÍÏÓÔÉ \"B\" ÎÕÖÎÏ ÕËÁÚÁÔØ \"epoch\" (ÔÁË ÖÅ ËÁË ÄÌÑ \"A\")\n"
"\tA %s\tB %s\n"
-#: lib/depends.c:593
+#: lib/depends.c:594
#, c-format
msgid " %s A %s\tB %s\n"
msgstr " %s A %s\tB %s\n"
-#: lib/depends.c:949
+#: lib/depends.c:962
#, c-format
msgid "%s: %-45s YES (added files)\n"
msgstr "%s: %-45s YES (added files)\n"
-#: lib/depends.c:1008
+#: lib/depends.c:1021
#, c-format
msgid "%s: %-45s YES (added provide)\n"
msgstr "%s: %-45s YES (added provide)\n"
-#: lib/depends.c:1060
+#: lib/depends.c:1073
#, c-format
msgid "%s: %-45s %-3s (cached)\n"
msgstr "%s: %-45s %-3s (cached)\n"
-#: lib/depends.c:1079
+#: lib/depends.c:1092
#, c-format
msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr "%s: %-45s YES (rpmrc provides)\n"
-#: lib/depends.c:1096
+#: lib/depends.c:1109
#, c-format
msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr "%s: %-45s YES (rpmlib provides)\n"
-#: lib/depends.c:1118
+#: lib/depends.c:1131
#, c-format
msgid "%s: %-45s YES (db files)\n"
msgstr "%s: %-45s YES (db files)\n"
-#: lib/depends.c:1131
+#: lib/depends.c:1144
#, c-format
msgid "%s: %-45s YES (db provides)\n"
msgstr "%s: %-45s YES (db provides)\n"
-#: lib/depends.c:1145
+#: lib/depends.c:1158
#, fuzzy, c-format
msgid "%s: %-45s YES (db package)\n"
msgstr "%s: %-45s YES (db files)\n"
-#: lib/depends.c:1161
+#: lib/depends.c:1174
#, c-format
msgid "%s: %-45s NO\n"
msgstr "%s: %-45s NO\n"
-#: lib/depends.c:1182
+#: lib/depends.c:1195
#, c-format
msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr "%s: (%s, %s) ÄÏÂÁ×ÌÅÎÏ × ËÅÛ ÚÁ×ÉÓÉÍÏÓÔÅÊ\n"
#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/depends.c:1256
#, c-format
msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr "ÔÒÅÂÏ×ÁÎÉÑ ÐÁËÅÔÁ %s-%s-%s ÎÅ ÕÄÏ×ÌÅÔ×ÏÒÅÎÙ: %s\n"
#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/depends.c:1323
#, c-format
msgid "package %s conflicts: %s\n"
msgstr "ÐÁËÅÔ %s ËÏÎÆÌÉËÔÕÅÔ Ó: %s\n"
-#: lib/depends.c:1523
+#: lib/depends.c:1539
#, fuzzy, c-format
msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr "ÕÄÁÌÑÅÔÓÑ \"%s\" ÉÚ ÉÎÄÅËÓÁ %s.\n"
#. Record all relations.
-#: lib/depends.c:1662
+#: lib/depends.c:1678
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1709
+#: lib/depends.c:1725
msgid "========== tsorting packages\n"
msgstr ""
-#: lib/depends.c:1754
+#: lib/depends.c:1770
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1803
+#: lib/depends.c:1819
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1834
+#: lib/depends.c:1850
msgid "========== continuing tsort ...\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
-#, fuzzy, c-format
-msgid "db%d error(%d) from %s: %s\n"
-msgstr "db%d ÏÛÉÂËÁ(%d)"
-
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
-#, fuzzy, c-format
-msgid "db%d error(%d): %s\n"
-msgstr "db%d ÏÛÉÂËÁ(%d)"
-
-#: lib/db1.c:387
+#: lib/falloc.c:141
#, c-format
-msgid "closed db file %s\n"
-msgstr "ÚÁËÒÙÔ ÆÁÊÌ ÂÁÚÙ ÄÁÎÎÙÈ %s\n"
+msgid ""
+"free list corrupt (%u)- please run\n"
+"\t\"rpm --rebuilddb\"\n"
+"More information is available from http://www.rpm.org or the "
+"rpm-list@redhat.com mailing list\n"
+"if \"rpm --rebuilddb\" fails to correct the problem.\n"
+msgstr ""
+"ÐÏ×ÒÅÖÄÅÎ ÓÐÉÓÏË Ó×ÏÂÏÄÎÙÈ ÚÁÐÉÓÅÊ (%u) - ÐÏÖÁÌÕÊÓÔÁ ÚÁÐÕÓÔÉÔÅ\n"
+"\t\"rpm --rebuilddb\"\n"
+"âÏÌÅÅ ÐÏÄÒÏÂÎÁÑ ÉÎÆÏÒÍÁÃÉÑ ÄÏÓÔÕÐÎÁ ÎÁ http://www.rpm.org ÉÌÉ × ÓÐÉÓËÅ "
+"ÒÁÓÓÙÌËÉ rpm-list@redhat.com\n"
-#: lib/db1.c:390
-#, c-format
-msgid "removed db file %s\n"
-msgstr "ÕÄẠ́ΠÆÁÊÌ ÂÁÚÙ ÄÁÎÎÙÈ %s\n"
+#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+msgid "(not a number)"
+msgstr "(ÎÅ ÞÉÓÌÏ)"
-#: lib/db1.c:421
+#: lib/fs.c:69
#, fuzzy, c-format
-msgid "bad db file %s\n"
-msgstr "ÎÅ×ÅÒÎÙÊ ÆÁÊÌ ÂÁÚÙ ÄÁÎÎÙÈ %s"
-
-#: lib/db1.c:426
-#, c-format
-msgid "opening db file %s mode 0x%x\n"
-msgstr "ÏÔËÒÙ×ÅÔÓÑ ÆÁÊÌ %s ÂÁÚÙ ÄÁÎÎÙÈ × ÒÅÖÉÍÅ 0x%x\n"
-
-#. XXX check errno validity
-#: lib/db1.c:449
-#, fuzzy, c-format
-msgid "cannot get %s lock on database\n"
-msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÂÌÏËÉÒÏ×ËÕ %s ÂÁÚÙ ÄÁÎÎÙÈ"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
-msgstr "ÉÓËÌÀÞÉÔÅÌØÎÙÊ"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
-msgstr "ÒÁÚÄÅÌÑÅÍÙÊ"
-
-#: lib/db2.c:141
-#, c-format
-msgid "closed db environment %s/%s(%s)\n"
-msgstr "ÚÁËÒÙÔÏ ÏËÒÕÖÅÎÉÅ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s(%s)\n"
-
-#: lib/db2.c:153
-#, c-format
-msgid "removed db environment %s/%s(%s)\n"
-msgstr "ÕÄÁÌÅÎÏ ÏËÒÕÖÅÎÉÅ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s(%s)\n"
-
-#: lib/db2.c:190
-#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
-msgstr "ÏÔËÒÙ×ÁÅÔÓÑ ÏËÒÕÖÅÎÉÅ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s(%s) %s\n"
-
-#: lib/db2.c:565
-#, c-format
-msgid "closed db index %s/%s(%s)\n"
-msgstr "ÚÁËÒÙÔ ÉÎÄÅËÓ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s(%s)\n"
-
-#: lib/db2.c:643
-#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
-msgstr "ÏÔËÒÙ×ÁÅÔÓÑ ÉÎÄÅËÓ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s(%s) %s mode=0x%x\n"
-
-#: lib/db3.c:268
-#, fuzzy, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
-msgstr "dbiSetConfig: ÎÅÏÐÏÚÎÁÎÎÁÑ ÏÐÃÉÑ ÂÁÚÙ ÄÁÎÎÙÈ: \"%s\" ÐÒÏÉÇÎÏÒÉÒÏ×ÁÎÁ\n"
-
-#: lib/db3.c:297
-#, c-format
-msgid "%s has invalid numeric value, skipped\n"
-msgstr "%s ÉÍÅÅÔ ÎÅ×ÅÒÎÕÀ ÞÉÓÌÏ×ÕÀ ×ÅÌÉÞÉÎÕ, ÐÒÏÐÕÝÅÎÏ\n"
-
-#: lib/db3.c:306
-#, c-format
-msgid "%s has too large or too small long value, skipped\n"
-msgstr "%s ÉÍÅÅÔ ÓÌÉÛËÏÍ ÍÁÌÕÀ ÉÌÉ ÓÌÉÛËÏÍ ÂÏÌØÛÕÀ ×ÅÌÉÞÉÎÕ long, ÐÒÏÐÕÝÅÎÏ\n"
-
-#: lib/db3.c:315
-#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
-msgstr ""
-"%s ÉÍÅÅÔ ÓÌÉÛËÏÍ ÍÁÌÕÀ ÉÌÉ ÓÌÉÛËÏÍ ÂÏÌØÛÕÀ ×ÅÌÉÞÉÎÕ integer, ÐÒÏÐÕÝÅÎÏ\n"
-
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
-msgstr "ÚÁËÒÙÔÏ ÏËÒÕÖÅÎÉÅ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s\n"
-
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
-msgstr "ÕÄÁÌÅÎÏ ÏËÒÕÖÅÎÉÅ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s\n"
-
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
-msgstr "ÏÔËÒÙ×ÁÅÔÓÑ ÏËÒÕÖÅÎÉÅ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s %s\n"
-
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
-msgstr "ÚÁËÒÙÔ ÉÎÄÅËÓ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s\n"
-
-#: lib/db3.c:1013
-#, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr "ÏÔËÒÙ×ÁÅÔÓÑ ÉÎÄÅËÓ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s %s mode=0x%x\n"
-
-#: lib/db3.c:1118
-#, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÂÌÏËÉÒÏ×ËÕ %s ÎÁ %s/%s\n"
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
-msgstr "ÚÁÂÌÏËÉÒÏ×ÁÎ ÉÎÄÅËÓ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s\n"
-
-#: lib/falloc.c:141
-#, c-format
-msgid ""
-"free list corrupt (%u)- please run\n"
-"\t\"rpm --rebuilddb\"\n"
-"More information is available from http://www.rpm.org or the "
-"rpm-list@redhat.com mailing list\n"
-"if \"rpm --rebuilddb\" fails to correct the problem.\n"
-msgstr ""
-"ÐÏ×ÒÅÖÄÅÎ ÓÐÉÓÏË Ó×ÏÂÏÄÎÙÈ ÚÁÐÉÓÅÊ (%u) - ÐÏÖÁÌÕÊÓÔÁ ÚÁÐÕÓÔÉÔÅ\n"
-"\t\"rpm --rebuilddb\"\n"
-"âÏÌÅÅ ÐÏÄÒÏÂÎÁÑ ÉÎÆÏÒÍÁÃÉÑ ÄÏÓÔÕÐÎÁ ÎÁ http://www.rpm.org ÉÌÉ × ÓÐÉÓËÅ "
-"ÒÁÓÓÙÌËÉ rpm-list@redhat.com\n"
-
-#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
-msgid "(not a number)"
-msgstr "(ÎÅ ÞÉÓÌÏ)"
-
-#: lib/fs.c:69
-#, fuzzy, c-format
-msgid "mntctl() failed to return size: %s\n"
-msgstr "mntctl() ÎÅ ×ÏÚ×ÒÁÔÉÌ ÚÎÁÞÅÎÉÅ ÒÁÚÍÅÒÁ fugger: %s"
+msgid "mntctl() failed to return size: %s\n"
+msgstr "mntctl() ÎÅ ×ÏÚ×ÒÁÔÉÌ ÚÎÁÞÅÎÉÅ ÒÁÚÍÅÒÁ fugger: %s"
#: lib/fs.c:84
#, fuzzy, c-format
msgid "file %s is on an unknown device\n"
msgstr "ÆÁÊÌ %s - ÎÁ ÎÅÉÚ×ÅÓÔÎÏÍ ÕÓÔÒÏÊÓÔ×Å"
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
+msgstr ""
+
+#: lib/fsm.c:274
+#, fuzzy, c-format
+msgid "%9d %s\n"
+msgstr "ÓÔÒÏËÁ %d: %s"
+
+#: lib/fsm.c:1042
+#, c-format
+msgid "%s directory created with perms %04o.\n"
+msgstr ""
+
+#: lib/fsm.c:1344 lib/fsm.c:1461
+#, fuzzy, c-format
+msgid "%s saved as %s\n"
+msgstr "×ÎÉÍÁÎÉÅ: %s ÓÏÈÒÁÎÅÎ ËÁË %s"
+
+#: lib/fsm.c:1486
+#, fuzzy, c-format
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÕÄÁÌÉÔØ %s - ËÁÔÁÌÏÇ ÎÅ ÐÕÓÔ"
+
+#: lib/fsm.c:1491
+#, fuzzy, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr "ÏÛÉÂËÁ ÕÄÁÌÅÎÉÑ ËÁÔÁÌÏÇÁ %s: %s"
+
+#: lib/fsm.c:1500
+#, fuzzy, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s: %s\n"
+
+#: lib/fsm.c:1517
+#, fuzzy, c-format
+msgid "%s created as %s\n"
+msgstr "×ÎÉÍÁÎÉÅ: %s ÓÏÚÄÁÎ ËÁË %s"
+
#. This should not be allowed
#: lib/header.c:172
#, fuzzy
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr "grabData() RPM_STRING_TYPE count must be 1.\n"
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr "ôÉÐ ÄÁÎÎÙÈ %d ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ\n"
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr "îÅ×ÅÒÎÏÅ ÞÉÓÌÏ ÄÌÑ headerAddEntry(): %d\n"
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ \"{\" ÐÏÓÌÅ \"%\""
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ \"}\" ÐÏÓÌÅ \"%{\""
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr "ÐÕÓÔÏÊ ÆÏÒÍÁÔ ÔÜÇÁ"
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr "ÐÕÓÔÏÅ ÉÍÑ ÔÜÇÁ"
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ ÔÜÇ"
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr "× ËÏÎÃÅ ÍÁÓÓÉ×Á ÏÖÉÄÁÌÁÓØ \"]\""
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr "ÎÅÏÖÉÄÁÎÎÁÑ \"]\""
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr "ÎÅÏÖÉÄÁÎÎÁÑ \"}\""
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr "× ×ÙÒÁÖÅÎÉÉ ÏÖÉÄÁÌÏÓØ \"?\""
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr "× ×ÙÒÁÖÅÎÉÉ ÐÏÓÌÅ \"?\" ÏÖÉÄÁÌÏÓØ \"{\""
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr "× ×ÙÒÁÖÅÎÉÉ ÏÖÉÄÁÌÏÓØ \"}\""
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr "× ×ÙÒÁÖÅÎÉÉ ÐÏÓÌÅ \"?\" ÏÖÉÄÁÌÏÓØ \":\""
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr "× ×ÙÒÁÖÅÎÉÉ ÐÏÓÌÅ \":\" ÏÖÉÄÁÌÏÓØ \"{\""
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr "× ËÏÎÃÅ ×ÙÒÁÖÅÎÉÑ ÏÖÉÄÁÌÓÑ \"|\""
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr "(ÎÅÉÚ×ÅÓÔÎÙÊ ÔÉÐ)"
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr "ÆÁÊÌ : %s ÄÅÊÓÔ×ÉÅ: %s\n"
-
-#: lib/install.c:215
-#, fuzzy, c-format
-msgid "user %s does not exist - using root\n"
-msgstr "ÐÏÌØÚÏ×ÁÔÅÌØ %s ÎÅ ÓÕÝÅÓÔ×ÕÅÔ, ÉÓÐÏÌØÚÕÅÔÓÑ root"
-
-#: lib/install.c:223
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "ÇÒÕÐÐÁ %s ÎÅ ÓÕÝÅÓÔ×ÕÅÔ, ÉÓÐÏÌØÚÕÅÔÓÑ root"
-
-#. this would probably be a good place to check if disk space
-#. was used up - if so, we should return a different error
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "ÒÁÓÐÁËÏ×ËÁ ÁÒÈÉ×Á ÎÅ ÕÄÁÌÁÓØ%s%s: %s"
-
-#: lib/install.c:652
-msgid " on file "
-msgstr " ÎÁ ÆÁÊÌÅ "
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr "ÕÓÔÁÎÁ×ÌÉ×ÁÅÔÓÑ ÉÓÈÏÄÎÙÊ ÐÁËÅÔ\n"
-
-#: lib/install.c:721
-#, fuzzy, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ sourcedir %s"
-
-#: lib/install.c:728 lib/install.c:759
-#, fuzzy, c-format
-msgid "cannot write to %s\n"
-msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÉÓÁÔØ × %s"
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr "ÉÓÈÏÄÎÉËÉ ×: %s\n"
-
-#: lib/install.c:752
-#, fuzzy, c-format
-msgid "cannot create specdir %s\n"
-msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ specdir %s"
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr "ÆÁÊÌ spec ×: %s\n"
-
-#: lib/install.c:796 lib/install.c:825
-#, fuzzy
-msgid "source package contains no .spec file\n"
-msgstr "ÉÓÈÏÄÎÙÊ ÐÁËÅÔ ÎÅ ÓÏÄÅÒÖÉÔ ÆÁÊÌÁ .spec"
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr "ÐÅÒÅÉÍÅÎÏ×Ù×ÁÀ %s × %s\n"
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, fuzzy, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr "ÏÛÉÂËÁ ÐÅÒÅÉÍÅÎÏ×ÁÎÉÑ %s × %s: %s"
-
-#: lib/install.c:935
-#, fuzzy
-msgid "source package expected, binary found\n"
-msgstr "ÏÂÎÁÒÕÖÅÎ Ä×ÏÉÞÎÙÊ ÐÁËÅÔ ×ÍÅÓÔÏ ÏÖÉÄÁÅÍÏÇÏ ÉÓÈÏÄÎÏÇÏ"
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr "ÐÁËÅÔ: %s-%s-%s ÆÁÊÌÏ×; test = %d\n"
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr "ÕÓÔÁÎÏ×ËÁ ÐÒÅËÒÁÝÁÅÔÓÑ, Ô.Ë. ÍÙ ÉÓÐÏÌÎÑÅÍ --test\n"
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr "ÉÓÐÏÌÎÑÅÔÓÑ ÓËÒÉÐÔ preinstall (ÅÓÌÉ ÅÓÔØ)\n"
-
-#: lib/install.c:1036
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "%s ÐÒÏÐÕÓËÁÅÔÓÑ - ÏÛÉÂËÁ ÐÅÒÅÄÁÞÉ - %s\n"
-
-#: lib/install.c:1069
-#, fuzzy, c-format
-msgid "%s created as %s\n"
-msgstr "×ÎÉÍÁÎÉÅ: %s ÓÏÚÄÁÎ ËÁË %s"
-
-#: lib/install.c:1105
-#, fuzzy, c-format
-msgid "%s saved as %s\n"
-msgstr "×ÎÉÍÁÎÉÅ: %s ÓÏÈÒÁÎÅÎ ËÁË %s"
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr "×ÙÐÏÌÎÑÅÔÓÑ ÓËÒÉÐÔ postinstall (ÅÓÌÉ ÅÓÔØ)\n"
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, fuzzy, c-format
msgid "error creating temporary file %s\n"
msgstr "ÏÛÉÂËÁ ÓÏÚÄÁÎÉÑ ×ÒÅÍÅÎÎÏÇÏ ÆÁÊÌÁ %s"
-#: lib/package.c:88
+#: lib/package.c:119
#, fuzzy
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr "ÐÁËÅÔÙ ×ÅÒÓÉÉ 1 ÎÅ ÐÏÄÄÅÒÖÉ×ÁÀÔÓÑ ÜÔÏÊ ×ÅÒÓÉÅÊ RPM"
-#: lib/package.c:143
+#: lib/package.c:179
#, fuzzy
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr "ÜÔÁ ×ÅÒÓÉÑ RPM ÐÏÄÄÅÒÖÉ×ÁÅÔ ÔÏÌØËÏ ÐÁËÅÔÙ ×ÅÒÓÉÉ <= 4"
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, fuzzy, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr "buildroot ÕÖÅ ÕËÁÚÁÎ"
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr "prep (ÓÅËÃÉÑ %prep, ÒÁÚ×ÅÒÎÕÔØ ÉÓÈÏÄÎÉËÉ É ÎÁÌÏÖÉÔØ ÚÁÐÌÁÔÙ)"
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
#, fuzzy
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr "×ÙÐÏÌÎÉÔØ ÐÏ ÓÔÁÄÉÀ %%prep ÆÁÊÌÁ ÓÐÅÃÉÆÉËÁÃÉÉ"
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
#, fuzzy
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr "×ÙÐÏÌÎÉÔØ ÐÏ ÓÔÁÄÉÀ %%install ÆÁÊÌÁ ÓÐÅÃÉÆÉËÁÃÉÉ"
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, fuzzy, c-format
msgid "verify %files section from <specfile>"
msgstr "ÐÒÏ×ÅÒÉÔØ ÒÁÚÄÅÌ %%files ÆÁÊÌÁ ÓÐÅÃÉÆÉËÁÃÉÉ"
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
#, fuzzy
msgid "build source and binary packages from <specfile>"
msgstr "ÓÏÂÒÁÔØ ÉÓÈÏÄÎÙÊ É Ä×ÏÉÞÎÙÊ ÐÁËÅÔÙ ÐÏ ÆÁÊÌÕ ÓÐÅÃÉÆÉËÁÃÉÉ"
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
#, fuzzy
msgid "build binary package only from <specfile>"
msgstr "ÓÏÂÒÁÔØ Ä×ÏÉÞÎÙÊ ÐÁËÅÔ ÐÏ ÆÁÊÌÕ ÓÐÅÃÉÆÉËÁÃÉÉ"
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
#, fuzzy
msgid "build source package only from <specfile>"
msgstr "ÓÏÂÒÁÔØ ÉÓÈÏÄÎÙÊ ÐÁËÅÔ ÐÏ ÆÁÊÌÕ ÓÐÅÃÉÆÉËÁÃÉÉ"
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr "prep (ÓÅËÃÉÑ %prep, ÒÁÚ×ÅÒÎÕÔØ ÉÓÈÏÄÎÉËÉ É ÎÁÌÏÖÉÔØ ÚÁÐÌÁÔÙ)"
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
#, fuzzy
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr "×ÙÐÏÌÎÉÔØ ÐÏ ÓÔÁÄÉÀ %%prep ÉÚ ÁÒÈÉ×Á tar"
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
#, fuzzy
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr "×ÙÐÏÌÎÉÔØ ÐÏ ÓÔÁÄÉÀ %%install ÉÚ ÁÒÈÉ×Á tar"
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, fuzzy, c-format
msgid "verify %files section from <tarball>"
msgstr "ÐÒÏ×ÅÒÉÔØ ÓÅËÃÉÀ %%files ÉÚ ÁÒÈÉ×Á tar"
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
#, fuzzy
msgid "build source and binary packages from <tarball>"
msgstr "ÓÏÂÒÁÔØ ÉÓÈÏÄÎÙÊ É Ä×ÏÉÞÎÙÊ ÐÁËÅÔÙ ÉÚ ÁÒÈÉ×Á tar"
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
#, fuzzy
msgid "build binary package only from <tarball>"
msgstr "ÓÏÂÒÁÔØ Ä×ÏÉÞÎÙÊ ÐÁËÅÔ ÉÚ ÁÒÈÉ×Á tar"
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
#, fuzzy
msgid "build source package only from <tarball>"
msgstr "ÓÏÂÒÁÔØ ÉÓÈÏÄÎÙÊ ÐÁËÅÔ ÉÚ ÁÒÈÉ×Á tar"
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
#, fuzzy
msgid "build binary package from <source package>"
msgstr "ÓÏÂÒÁÔØ Ä×ÏÉÞÎÙÊ ÐÁËÅÔ ÉÚ ÉÓÈÏÄÎÏÇÏ ÐÁËÅÔÁ"
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
#, fuzzy
msgid "<source package>"
msgstr "ÎÅÔ ÐÁËÅÔÏ×\n"
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
#, fuzzy
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr "×ÙÐÏÌÎÉÔØ ÐÏ ÓÔÁÄÉÀ %%install ÉÚ ÁÒÈÉ×Á tar"
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr "ÐÅÒÅÏÐÒÅÄÅÌÉÔØ build root"
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+msgid "debug file state machine"
+msgstr ""
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr "ÎÅ ×ÙÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÜÔÁÐÏ× ÓÂÏÒËÉ"
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
#, fuzzy
msgid "do not accept i18N msgstr's from specfile"
msgstr "ÎÅ ÐÒÉÎÉÍÁÔØ ÓÔÒÏË I18N ÉÚ spec-ÆÁÊÌÁ"
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr "ÐÏÓÌÅ ÚÁ×ÅÒÛÅÎÉÑ ÕÄÁÌÉÔØ ÆÁÊÌ ÓÐÅÃÉÆÉËÁÃÉÉ"
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr "ÐÅÒÅÏÐÒÅÄÅÌÉÔØ ÃÅÌÅ×ÕÀ ÐÌÁÔÆÏÒÍÕ"
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
#, fuzzy
msgid "lookup i18N strings in specfile catalog"
msgstr "ÉÓËÁÔØ ÓÔÒÏËÉ I18N × ËÁÔÁÌÏÇÅ ÆÁÊÌÁ ÓÐÅÃÉÆÉËÁÃÉÉ"
msgid "unknown error %d encountered while manipulating package %s"
msgstr "ÎÅÉÚ×ÅÓÔÎÁÑ ÏÛÉÂËÁ %d ÐÒÉ ÒÁÂÏÔÅ Ó ÐÁËÅÔÏÍ %s-%s-%s"
-#: lib/query.c:151
+#: lib/psm.c:277
+#, fuzzy, c-format
+msgid "user %s does not exist - using root\n"
+msgstr "ÐÏÌØÚÏ×ÁÔÅÌØ %s ÎÅ ÓÕÝÅÓÔ×ÕÅÔ, ÉÓÐÏÌØÚÕÅÔÓÑ root"
+
+#: lib/psm.c:285
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "ÇÒÕÐÐÁ %s ÎÅ ÓÕÝÅÓÔ×ÕÅÔ, ÉÓÐÏÌØÚÕÅÔÓÑ root"
+
+#.
+#. * This would probably be a good place to check if disk space
+#. * was used up - if so, we should return a different error.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "ÒÁÓÐÁËÏ×ËÁ ÁÒÈÉ×Á ÎÅ ÕÄÁÌÁÓØ%s%s: %s"
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr " ÎÁ ÆÁÊÌÅ "
+
+#: lib/psm.c:655
+#, fuzzy, c-format
+msgid "cannot create %s %s\n"
+msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ %s: %s\n"
+
+#: lib/psm.c:661
+#, fuzzy, c-format
+msgid "cannot write to %s\n"
+msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÉÓÁÔØ × %s"
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr "ÕÓÔÁÎÁ×ÌÉ×ÁÅÔÓÑ ÉÓÈÏÄÎÙÊ ÐÁËÅÔ\n"
+
+#: lib/psm.c:733
+#, fuzzy
+msgid "source package contains no .spec file\n"
+msgstr "ÉÓÈÏÄÎÙÊ ÐÁËÅÔ ÎÅ ÓÏÄÅÒÖÉÔ ÆÁÊÌÁ .spec"
+
+#: lib/psm.c:813
+#, fuzzy
+msgid "source package expected, binary found\n"
+msgstr "ÏÂÎÁÒÕÖÅÎ Ä×ÏÉÞÎÙÊ ÐÁËÅÔ ×ÍÅÓÔÏ ÏÖÉÄÁÅÍÏÇÏ ÉÓÈÏÄÎÏÇÏ"
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, fuzzy, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr "ÐÁËÅÔ: %s-%s-%s ÆÁÊÌÏ×; test = %d\n"
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, fuzzy, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr "×ÙÐÏÌÎÑÅÔÓÑ ÓËÒÉÐÔ postinstall (ÅÓÌÉ ÅÓÔØ)\n"
+
+#: lib/psm.c:998
+#, fuzzy
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr "%s ÐÒÏÐÕÓËÁÅÔÓÑ - ÏÛÉÂËÁ ÐÅÒÅÄÁÞÉ - %s\n"
+
+#: lib/query.c:161
#, fuzzy, c-format
msgid "incorrect format: %s\n"
msgstr "ÏÛÉÂËÁ × ÆÏÒÍÁÔÅ: %s\n"
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr "(ÎÅ ÓÏÄÅÒÖÉÔ ÆÁÊÌÏ×)"
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr "ÎÏÒÍÁÌØÎÙÊ "
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr "ÚÁÍÅÎÅÎÎÙÊ "
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr "ÎÅ ÕÓÔÁÎÏ×ÌÅÎ "
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr "ÓÅÔÅ×ÏÊ "
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr "(ÎÅÉÚ×. %3d) "
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr "(ÓÏÓÔ. ÎÅÔ) "
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
#, fuzzy
msgid "package has neither file owner or id lists\n"
msgstr "ÐÁËÅÔ ÎÅ ÓÏÄÅÒÖÉÔ ÓÐÉÓËÏ× ÎÉ ÈÏÚÑÅ× ÆÁÊÌÏ×, ÎÉ ÉÈ ID"
-#: lib/query.c:418
+#: lib/query.c:428
#, c-format
msgid "can't query %s: %s\n"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÚÁÐÒÏÓÉÔØ %s: %s\n"
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s: %s\n"
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr "ÚÁÐÒÏÓÙ Ë SRPM × ÓÔÁÒÏÍ ÆÏÒÍÁÔÅ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÀÔÓÑ\n"
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "%s ÎÅ ÐÏÈÏÖ ÎÁ ÐÁËÅÔ RPM...\n"
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr "ÏÛÉÂËÁ ÚÁÐÒÏÓÁ %s\n"
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "ÚÁÐÒÏÓ ÆÁÊÌÁ ÓÐÅÃÉÆÉËÁÃÉÉ %s ÎÅ ÕÄÁÌÓÑ, ÎÅ×ÏÚÍÏÖÎÏ ÒÁÚÏÂÒÁÔØ ÆÁÊÌ\n"
-#: lib/query.c:624
+#: lib/query.c:637
msgid "no packages\n"
msgstr "ÎÅÔ ÐÁËÅÔÏ×\n"
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "ÇÒÕÐÐÁ %s ÎÅ ÓÏÄÅÒÖÉÔ ÎÉËÁËÉÈ ÐÁËÅÔÏ×\n"
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr "ÎÉ ÏÄÉÎ ÉÚ ÐÁËÅÔÏ× ÎÅ ×Ú×ÏÄÉÔ ÔÒÉÇÇÅÒ %s\n"
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr "ÎÉ ÏÄÉÎ ÉÚ ÐÁËÅÔÏ× ÎÅ ÔÒÅÂÕÅÔ %s\n"
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr "ÎÉ ÏÄÉÎ ÉÚ ÐÁËÅÔÏ× ÎÅ ÐÒÅÄÏÓÔÁ×ÌÑÅÔ %s\n"
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr "ÆÁÊÌ %s: %s\n"
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "ÆÁÊÌ %s ÎÅ ÐÒÉÎÁÄÌÅÖÉÔ ÎÉ ÏÄÎÏÍÕ ÉÚ ÐÁËÅÔÏ×\n"
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr "ÎÅ×ÅÒÎÙÊ ÎÏÍÅÒ ÐÁËÅÔÁ: %s\n"
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr "ÎÏÍÅÒ ÚÁÐÉÓÉ ÐÁËÅÔÁ: %u\n"
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr "ÚÁÐÉÓØ %d ÎÅ ÞÉÔÁÅÔÓÑ\n"
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr "ÐÁËÅÔ %s ÎÅ ÕÓÔÁÎÏ×ÌÅÎ\n"
msgid "%s: Fread failed: %s\n"
msgstr "%s: ÏÛÉÂËÁ Fread: %s\n"
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr "%s: ÏÛÉÂËÁ readLead\n"
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr "%s: îÅ ÍÏÇÕ ÐÏÄÐÉÓÁÔØ RPM v1.0\n"
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr "%s: îÅ ÍÏÇÕ ÐÅÒÅÐÏÄÐÉÓÁÔØ RPM v2.0\n"
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr "%s: ÏÛÉÂËÁ rpmReadSignature\n"
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr "%s: ðÏÄÐÉÓØ ÎÅÄÏÓÔÕÐÎÁ\n"
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr "%s: ÏÛÉÂËÁ writeLead: %s\n"
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr "%s: ÏÛÉÂËÁ rpmWriteSignature: %s\n"
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr "%s: ðÏÄÐÉÓÉ ÎÅÔ (RPM v1.0)\n"
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr "îå Oë"
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr " (ïôóõôóô÷õàô ëìàþé:"
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ") "
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr " (îåô äï÷åòéñ ë ëìàþáí:"
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ")"
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr "Oë"
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr "dbiTagsInit: ÉÍÑ ËÌÀÞÁ \"%s\" ÎÅ ÉÚ×ÅÓÔÎÏ, ÉÇÎÏÒÉÒÕÅÔÓÑ\n"
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, fuzzy, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÉÎÄÅËÓ %s ÉÓÐÏÌØÚÕÑ db%d - %s (%d)"
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, fuzzy, c-format
msgid "cannot open %s index\n"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÉÎÄÅËÓ %s"
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, fuzzy, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr "ÏÛÉÂËÁ(%d) ÐÏÌÕÞÅÎÉÑ ÚÁÐÉÓÅÊ \"%s\" ÉÚ ÉÎÄÅËÓÁ %s"
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, fuzzy, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr "ÏÛÉÂËÁ(%d) ÚÁÐÉÓÉ ÚÁÐÉÓÉ %s × %s"
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, fuzzy, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr "ÏÛÉÂËÁ(%d) ÕÄÁÌÅÎÉÑ ÚÁÐÉÓÉ %s ÉÚ %s"
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
#, fuzzy
msgid "no dbpath has been set\n"
msgstr "ÐÁÒÁÍÅÔÅÒ dbpath ÎÅ ÕÓÔÁÎÏ×ÌÅÎ"
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
#, fuzzy
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"ÂÁÚÙ ÄÁÎÎÙÈ ÎÏ×ÏÇÏ ÆÏÒÍÁÔÁ"
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "ÏÛÉÂËÁ(%d) ÐÒÉ ÐÏÄÓÞ£ÔÅ ÐÁËÅÔÏ×"
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "%s: ÎÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÅÓÔØ ÚÁÇÏÌÏ×ÏË × 0x%x"
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "ÕÄÁÌÑÅÔÓÑ \"%s\" ÉÚ ÉÎÄÅËÓÁ %s.\n"
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr "ÕÄÁÌÑÅÔÓÑ %d ÚÁÐÉÓÅÊ ÉÚ ÉÎÄÅËÓÁ %s.\n"
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "ÏÛÉÂËÁ(%d) ÒÅÚÅÒ×ÉÒÏ×ÁÎÉÑ ÐÁÍÑÔÉ ÄÌÑ ÏÂÒÁÚÁ ÎÏ×ÏÇÏ ÐÁËÅÔÁ"
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr "ÄÏÂÁ×ÌÑÅÔÓÑ \"%s\" × ÉÎÄÅËÓ %s.\n"
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr "ÄÏÂÁ×ÌÑÅÔÓÑ %d ÚÁÐÉÓÅÊ × ÉÎÄÅËÓ %s\n"
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr "ÐÁÒÁÍÅÔÅÒ dbpath ÎÅ ÕÓÔÁÎÏ×ÌÅÎ"
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr "ÐÅÒÅÓÔÒÁÉ×ÁÅÔÓÑ ÂÁÚÁ ÄÁÎÎÙÈ %s × %s\n"
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, fuzzy, c-format
msgid "temporary database %s already exists\n"
msgstr "×ÒÅÍÅÎÎÁÑ ÂÁÚÁ ÄÁÎÎÙÈ %s ÕÖÅ ÓÕÝÅÓÔ×ÕÅÔ"
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, c-format
msgid "creating directory %s\n"
msgstr "ÓÏÚÄÁ£ÔÓÑ ËÁÔÁÌÏÇ %s\n"
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "ÓÏÚÄÁ£ÔÓÑ ËÁÔÁÌÏÇ %s\n"
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr "ÏÔËÒÙ×ÁÅÔÓÑ ÓÔÁÒÁÑ ÂÁÚÁ ÄÁÎÎÙÈ ÞÅÒÅÚ dbapi %d\n"
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr "ÏÔËÒÙ×ÁÅÔÓÑ ÎÏ×ÁÑ ÂÁÚÁ ÄÁÎÎÙÈ ÞÅÒÅÚ dbapi %d\n"
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, fuzzy, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr "ÚÁÐÉÓØ ÎÏÍÅÒ %d × ÂÁÚÅ ÄÁÎÎÙÈ ÎÅ×ÅÒÎÁ, ÐÒÏÐÕÓËÁÅÔÓÑ."
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, fuzzy, c-format
msgid "cannot add record originally at %d\n"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÄÏÂÁ×ÉÔØ ÚÁÐÉÓØ (ÐÅÒ×ÏÎÁÞÁÌØÎÏ × %d)"
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
"ÐÅÒÅÓÔÒÏÅÎÉÅ ÂÁÚÙ ÄÁÎÎÙÈ ÎÅ ÕÄÁÌÏÓØ, ÓÔÁÒÁÑ ÂÁÚÁ ÄÁÎÎÙÈ ÏÓÔÁÅÔÓÑ ÎÁ ÍÅÓÔÅ\n"
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÚÁÍÅÎÉÔØ ÓÔÁÒÕÀ ÂÁÚÕ ÄÁÎÎÙÈ ÎÁ ÎÏ×ÕÀ!\n"
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr "ÆÁÊÌÙ × %s ÚÁÍÅÎÑÀÔÓÑ ÆÁÊÌÁÍÉ ÉÚ %s ÄÌÑ ×ÏÓÓÔÁÎÏ×ÌÅÎÉÑ"
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, c-format
msgid "removing directory %s\n"
msgstr "ÕÄÁÌÑÅÔÓÑ ËÁÔÁÌÏÇ %s\n"
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "ÏÛÉÂËÁ ÕÄÁÌÅÎÉÑ ËÁÔÁÌÏÇÁ %s: %s\n"
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
#, fuzzy
msgid "Preparing packages for installation..."
msgstr "ÎÅ ÚÁÄÁÎÙ ÐÁËÅÔÙ ÄÌÑ ÕÓÔÁÎÏ×ËÉ"
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr "ÐÏÄÓÞÉÔÙ×ÁÀÔÓÑ ÐÁËÅÔÙ ÄÌÑ ÕÓÔÁÎÏ×ËÉ\n"
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr "ÎÁÊÄÅÎÏ %d ÐÁËÅÔÏ×\n"
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr "ÉÝÕÔÓÑ ÐÁËÅÔÙ ÄÌÑ ÐÏÌÕÞÅÎÉÑ ÐÏ ÓÅÔÉ\n"
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr "%s ÐÒÏÐÕÓËÁÅÔÓÑ - ÏÛÉÂËÁ rpmGlob(%d)\n"
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr "úÁÇÒÕÖÁÅÔÓÑ %s\n"
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr " ... ËÁË %s\n"
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr "%s ÐÒÏÐÕÓËÁÅÔÓÑ - ÏÛÉÂËÁ ÐÅÒÅÄÁÞÉ - %s\n"
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr "ÐÏÌÕÞÅÎÏ %d ÐÁËÅÔÏ×\n"
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, c-format
msgid "cannot open file %s: %s\n"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ %s: %s\n"
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr "%s ÎÅ ÍÏÖÅÔ ÂÙÔØ ÕÓÔÁÎÏ×ÌÅÎ\n"
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, c-format
msgid "cannot open Packages database in %s\n"
msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ ÂÁÚÕ ÄÁÎÎÙÈ Packages × %s\n"
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr "ÐÁËÅÔ %s - ÎÅ ÐÅÒÅÍÅÝÁÅÍÙÊ\n"
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr "ÏÛÉÂËÁ ÞÔÅÎÉÑ ÉÚ ÆÁÊÌÁ %s\n"
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr "ÄÌÑ ÆÁÊÌÁ %s ÎÅÏÂÈÏÄÉÍÁ ÂÏÌÅÅ ÎÏ×ÁÑ ×ÅÒÓÉÑ RPM\n"
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr "ÎÁÊÄÅÎÏ %d ÉÓÈÏÄÎÙÈ É %d ÂÉÎÁÒÎÙÈ ÐÁËÅÔÏ×\n"
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr "ÎÅÕÄÏ×ÌÅÔ×ÏÒÅÎÎÙÅ ÚÁ×ÉÓÉÍÏÓÔÉ:\n"
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr "ÕÓÔÁÎÁ×ÌÉ×ÁÀ ÂÉÎÁÒÎÙÅ ÐÁËÅÔÙ\n"
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr "ÏÛÉÂËÁ ÏÔËÒÙÔÉÑ %s/packages.rpm\n"
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr "\"%s\" ÚÁÄÁÅÔ ÎÅÓËÏÌØËÏ ÐÁËÅÔÏ×\n"
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr "ÕÄÁÌÅÎÉÅ ÜÔÉÈ ÐÁËÅÔÏ× ÎÁÒÕÛÉÔ ÚÁ×ÉÓÉÍÏÓÔÉ:\n"
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, c-format
msgid "cannot open %s: %s\n"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ %s: %s\n"
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr "õÓÔÁÎÁ×ÌÉ×ÁÅÔÓÑ %s\n"
msgid "Please contact rpm-list@redhat.com\n"
msgstr "ó×ÑÖÉÔÅÓØ Ó rpm-list@redhat.com\n"
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr "ÏÛÉÂËÁ ×ÙÐÏÌÎÅÎÉÑ ÓËÒÉÐÔÁ %s-%s-%s, ËÏÄ ×ÏÚ×ÒÁÔÁ %d"
+
+#: lib/scriptlet.c:236
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr "ÏÛÉÂËÁ ×ÙÐÏÌÎÅÎÉÑ ÓËÒÉÐÔÁ %s-%s-%s, ËÏÄ ×ÏÚ×ÒÁÔÁ %d"
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr "ÎÅÏÂÙÞÎÙÊ ÆÁÊÌ -- ÐÒÏÐÕÓËÁÀ ÐÒÏ×ÅÒËÕ ÒÁÚÍÅÒÁ\n"
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, fuzzy, c-format
msgid " Actual size: %12d\n"
msgstr "òÁÚÍÅÒ ÐÏÄÐÉÓÉ: %d\n"
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr "ðÏÄÐÉÓÉ ÎÅÔ\n"
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr "óÔÁÒÁÑ ÐÏÄÐÉÓØ PGP\n"
-#: lib/signature.c:162
+#: lib/signature.c:176
#, fuzzy
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr ""
"óÔÁÒÁÑ (ÔÏÌØËÏ ÄÌÑ ×ÎÕÔÒÅÎÎÅÇÏ ÉÓÐÏÌØÚÏ×ÁÎÉÑ) ÐÏÄÐÉÓØ! çÄÅ ×Ù üôï ×ÚÑÌÉ!?"
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
+#: lib/signature.c:230
+#, fuzzy, c-format
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr "òÁÚÍÅÒ ÐÏÄÐÉÓÉ: %d\n"
-#: lib/signature.c:212
-#, c-format
-msgid "Signature pad : %d\n"
-msgstr "úÁÐÏÌÎÉÔÅÌØ ÐÏÄÐÉÓÉ : %d\n"
-
-#: lib/signature.c:274
+#: lib/signature.c:289
#, fuzzy, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr "î×ÏÚÍÏÖÎÏ ÚÁÐÕÓÔÉÔØ pgp (%s)"
-#: lib/signature.c:285
+#: lib/signature.c:300
#, fuzzy
msgid "pgp failed\n"
msgstr "ÏÛÉÂËÁ pgp"
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
#, fuzzy
msgid "pgp failed to write signature\n"
msgstr "ÏÛÉÂËÁ pgp ÐÒÉ ÚÁÐÉÓÉ ÐÏÄÐÉÓÉ"
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr "òÁÚÍÅÒ ÐÏÄÐÉÓÉ PGP: %d\n"
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
#, fuzzy
msgid "unable to read the signature\n"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÅÓÔØ ÐÏÄÐÉÓØ"
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr "ðÏÌÕÞÅÎÏ %d ÂÁÊÔ ÐÏÄÐÉÓÉ PGP\n"
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
#, fuzzy
msgid "Couldn't exec gpg\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÕÓÔÉÔØ gpg"
-#: lib/signature.c:362
+#: lib/signature.c:377
#, fuzzy
msgid "gpg failed\n"
msgstr "ÏÛÉÂËÁ gpg"
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
#, fuzzy
msgid "gpg failed to write signature\n"
msgstr "ÏÛÉÂËÁ gpg ÐÒÉ ÚÁÐÉÓÉ ÐÏÄÐÉÓÉ"
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr "òÁÚÍÅÒ ÐÏÄÐÉÓÉ GPG: %d\n"
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr "ðÏÌÕÞÅÎÏ %d ÂÁÊÔ ÐÏÄÐÉÓÉ GPG\n"
-#: lib/signature.c:417
+#: lib/signature.c:433
msgid "Generating signature using PGP.\n"
msgstr "çÅÎÅÒÉÒÕÅÔÓÑ ÐÏÄÐÉÓØ PGP.\n"
-#: lib/signature.c:423
+#: lib/signature.c:439
msgid "Generating signature using GPG.\n"
msgstr "çÅÎÅÒÉÒÕÅÔÓÑ ÐÏÄÐÉÓØ GPG.\n"
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
#, fuzzy
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
"î×ÏÚÍÏÖÎÏ ÚÁÐÕÓÔÉÔØ pgp. éÓÐÏÌØÚÕÊÔÅ --nopgp ÞÔÏÂÙ ÐÒÏÐÕÓÔÉÔØ ÐÒÏ×ÅÒËÕ PGP "
"ÐÏÄÐÉÓÅÊ."
-#: lib/signature.c:635
+#: lib/signature.c:653
#, fuzzy
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
"îÅ×ÏÚÍÏÖÎÏ ÚÁÐÕÓÔÉÔØ gpg. éÓÐÏÌØÚÕÊÔÅ --nogpg ÞÔÏÂÙ ÐÒÏÐÕÓÔÉÔØ ÐÒÏ×ÅÒËÕ GPG "
"ÐÏÄÐÉÓÅÊ."
-#: lib/signature.c:723
+#: lib/signature.c:741
#, fuzzy
msgid "Couldn't exec pgp\n"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÐÕÓÔÉÔØ pgp"
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
#, fuzzy
msgid "Invalid %%_signature spec in macro file\n"
msgstr "îÅ×ÅÒÎÁÑ ÓÐÅÃÉÆÉËÁÃÉÑ %%_signature × ÍÁËÒÏÆÁÊÌÅ.\n"
-#: lib/signature.c:760
+#: lib/signature.c:778
#, fuzzy
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr "÷Ù ÄÏÌÖÎÙ ÕÓÔÁÎÏ×ÉÔØ \"%%_gpg_name\" × ×ÁÛÅÍ ÍÁËÒÏÆÁÊÌÅ"
-#: lib/signature.c:772
+#: lib/signature.c:790
#, fuzzy
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr "÷Ù ÄÏÌÖÎÙ ÕÓÔÁÎÏ×ÉÔØ \"%%_pgp_name\" × ×ÁÛÅÍ ÍÁËÒÏÆÁÊÌÅ"
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, fuzzy, c-format
msgid "%5d exclude %s\n"
msgstr "ïó ÉÓËÌÀÞÅÎÁ: %s"
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, fuzzy, c-format
msgid "%5d relocate %s -> %s\n"
msgstr "ÐÅÒÅÍÅÝÁÅÔÓÑ %s × %s\n"
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, fuzzy, c-format
msgid "excluding multilib path %s%s\n"
msgstr "ÉÓËÌÀÞÁÀ ÆÁÊÌ %s%s\n"
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, fuzzy, c-format
msgid "excluding %s %s\n"
msgstr "ÉÓËÌÀÞÁÀ ÆÁÊÌ %s%s\n"
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr "ÐÅÒÅÍÅÝÁÅÔÓÑ %s × %s\n"
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, c-format
msgid "relocating directory %s to %s\n"
msgstr "ÐÅÒÅÍÅÝÁÅÔÓÑ ËÁÔÁÌÏÇ %s × %s\n"
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr "ÉÓËÌÀÞÁÅÔÓÑ ËÁÔÁÌÏÇ %s\n"
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr "%s ÐÒÏÐÕÝÅÎ ÉÚ-ÚÁ ÆÌÁÇÁ missingok\n"
-#: lib/uninstall.c:74
-#, fuzzy, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÕÄÁÌÉÔØ %s - ËÁÔÁÌÏÇ ÎÅ ÐÕÓÔ"
-
-#: lib/uninstall.c:78
-#, fuzzy, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr "ÏÛÉÂËÁ ÕÄÁÌÅÎÉÑ ËÁÔÁÌÏÇÁ %s: %s"
-
-#: lib/uninstall.c:88
-#, fuzzy, c-format
-msgid "removal of %s failed: %s\n"
-msgstr "ÏÛÉÂËÁ ÕÄÁÌÅÎÉÑ %s: %s"
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr "ÆÁÊÌÙ ÂÕÄÕÔ ÕÄÁÌÅÎÙ; test = %d\n"
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr "×ÙÐÏÌÎÑÅÔÓÑ ÓËÒÉÐÔ postuninstall (ÅÓÌÉ ÅÓÔØ)\n"
-
-#: lib/uninstall.c:446
-#, fuzzy, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr "ÏÛÉÂËÁ ×ÙÐÏÌÎÅÎÉÑ ÓËÒÉÐÔÁ %s-%s-%s, ËÏÄ ×ÏÚ×ÒÁÔÁ %d"
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr "ÎÅ ÐÒÏ×ÅÒÑÔØ ÆÁÊÌÙ ÐÁËÅÔÁ"
-#: lib/verify.c:65
+#: lib/verify.c:63
#, fuzzy
msgid "do not execute %verifyscript (if any)"
msgstr "ÎÅ ÉÓÐÏÌÎÑÔØ ÎÉËÁËÉÈ ÜÔÁÐÏ×"
-#: lib/verify.c:241
+#: lib/verify.c:239
#, fuzzy
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr "× ÐÁËÅÔÅ ÎÅÔ ÎÉ ÉÍÅÎ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÎÉ ÉÈ ID (ÔÁË ÎÅ ÄÏÌÖÎÏ ÂÙÔØ)"
-#: lib/verify.c:259
+#: lib/verify.c:257
#, fuzzy
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr "× ÐÁËÅÔÅ ÎÅÔ ÎÉ ÉÍÅÎ ÇÒÕÐÐ, ÎÉ ÉÈ ID (ÔÁË ÎÅ ÄÏÌÖÎÏ ÂÙÔØ)"
-#: lib/verify.c:321
+#: lib/verify.c:319
#, fuzzy, c-format
msgid "missing %s"
msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ %s\n"
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "îÅÕÄÏ×ÌÅÔ×ÏÒÅÎÎÙÅ ÚÁ×ÉÓÉÍÏÓÔÉ ÄÌÑ %s-%s-%s: "
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr "÷ÙÐÏÌÎÅÎÏ"
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr "îÅ×ÅÒÎÙÊ ÏÔ×ÅÔ ÓÅÒ×ÅÒÁ"
-
-#: rpmio/rpmio.c:540
-#, fuzzy
-msgid "Server I/O error"
-msgstr "ïÛÉÂËÁ ××ÏÄÁ/×Ù×ÏÄÁ ÓÅÒ×ÅÒÁ"
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr "ôÁÊÍÁÕÔ ÓÅÒ×ÅÒÁ"
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr "îÅ ÍÏÇÕ ÎÁÊÔÉ ÁÄÒÅÓ ÓÅÒ×ÅÒÁ"
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr "îÅ ÍÏÇÕ ÎÁÊÔÉ ÉÍÑ ÓÅÒ×ÅÒÁ"
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr "îÅ ÍÏÇÕ ÓÏÅÄÉÎÉÔØÓÑ Ó ÓÅÒ×ÅÒÏÍ"
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr "îÅ ÍÏÇÕ ÕÓÔÁÎÏ×ÉÔØ ÓÏÅÄÉÎÅÎÉÅ ÄÌÑ ÄÁÎÎÙÈ Ó ÓÅÒ×ÅÒÏÍ"
-
-#: rpmio/rpmio.c:558
-#, fuzzy
-msgid "I/O error to local file"
-msgstr "ïÛÉÂËÁ ××ÏÄÁ/×Ù×ÏÄÁ × ÌÏËÁÌØÎÙÊ ÆÁÊÌ"
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr "ïÛÉÂËÁ ÐÒÉ ÐÅÒÅ×ÏÄÅ ÕÄÁÌÅÎÎÏÇÏ ÓÅÒ×ÅÒÁ × ÐÁÓÓÉ×ÎÙÊ ÒÅÖÉÍ"
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr "æÁÊÌ ÎÅ ÎÁÊÄÅÎ ÎÁ ÓÅÒ×ÅÒÅ"
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr "ïÔÍÅÎÁ × ÐÒÏÃÅÓÓÅ"
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr "îÅÉÚ×ÅÓÔÎÁÑ ÉÌÉ ÎÅÏÖÉÄÁÎÎÁÑ ÏÛÉÂËÁ"
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr "ÒÅÇÉÓÔÒÉÒÕÀÓØ × %s ËÁË %s, ÐÁÒÏÌØ %s\n"
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr "äÌÉÎÁ ÆÁÊÌÁ %s ÍÅÎØÛÅ ÞÅÍ %d ÂÁÊÔ"
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr "÷ÙÐÏÌÎÅÎÏ"
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr "îÅ×ÅÒÎÙÊ ÏÔ×ÅÔ ÓÅÒ×ÅÒÁ"
+
+#: rpmio/rpmio.c:540
+#, fuzzy
+msgid "Server I/O error"
+msgstr "ïÛÉÂËÁ ××ÏÄÁ/×Ù×ÏÄÁ ÓÅÒ×ÅÒÁ"
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr "ôÁÊÍÁÕÔ ÓÅÒ×ÅÒÁ"
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr "îÅ ÍÏÇÕ ÎÁÊÔÉ ÁÄÒÅÓ ÓÅÒ×ÅÒÁ"
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr "îÅ ÍÏÇÕ ÎÁÊÔÉ ÉÍÑ ÓÅÒ×ÅÒÁ"
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr "îÅ ÍÏÇÕ ÓÏÅÄÉÎÉÔØÓÑ Ó ÓÅÒ×ÅÒÏÍ"
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr "îÅ ÍÏÇÕ ÕÓÔÁÎÏ×ÉÔØ ÓÏÅÄÉÎÅÎÉÅ ÄÌÑ ÄÁÎÎÙÈ Ó ÓÅÒ×ÅÒÏÍ"
+
+#: rpmio/rpmio.c:558
+#, fuzzy
+msgid "I/O error to local file"
+msgstr "ïÛÉÂËÁ ××ÏÄÁ/×Ù×ÏÄÁ × ÌÏËÁÌØÎÙÊ ÆÁÊÌ"
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr "ïÛÉÂËÁ ÐÒÉ ÐÅÒÅ×ÏÄÅ ÕÄÁÌÅÎÎÏÇÏ ÓÅÒ×ÅÒÁ × ÐÁÓÓÉ×ÎÙÊ ÒÅÖÉÍ"
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr "æÁÊÌ ÎÅ ÎÁÊÄÅÎ ÎÁ ÓÅÒ×ÅÒÅ"
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr "ïÔÍÅÎÁ × ÐÒÏÃÅÓÓÅ"
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr "îÅÉÚ×ÅÓÔÎÁÑ ÉÌÉ ÎÅÏÖÉÄÁÎÎÁÑ ÏÛÉÂËÁ"
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr "ÒÅÇÉÓÔÒÉÒÕÀÓØ × %s ËÁË %s, ÐÁÒÏÌØ %s\n"
+
+#: rpmio/rpmlog.c:32
#, fuzzy
msgid "(no error)"
msgstr "(ÏÛÉÂËÁ 0x%x)"
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr "ÆÁÔÁÌØÎÁÑ ÏÛÉÂËÁ: "
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr "ÏÛÉÂËÁ: "
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr "ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ: "
msgid "failed to create %s: %s\n"
msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ %s: %s\n"
+#~ msgid " %s {--initdb} [--dbpath <dir>]\n"
+#~ msgstr " %s {--initdb} [--dbpath <ËÁÔÁÌÏÇ>]\n"
+
+#, fuzzy
+#~ msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
+#~ msgstr " %s {--rebuilddb} [--rcfile <ÆÁÊÌ>] [--dbpath <ËÁÔÁÌÏÇ>]\n"
+
+#~ msgid ""
+#~ " %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
+#~ msgstr ""
+#~ " %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
+#~ msgstr ""
+#~ " [--rcfile <file>] [--ignorearch] [--dbpath <ËÁÔÁÌÏÇ>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <ÆÁÊÌ>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " %s {--erase -e} [--root <ËÁÔÁÌÏÇ>] [--noscripts] [--rcfile <ÆÁÊÌ>]\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--scripts] [--root <dir>] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--scripts] [--root <ËÁÔÁÌÏÇ>] [--rcfile <ÆÁÊÌ>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " %s {--verify -V -y} [-afpg] [--root <ËÁÔÁÌÏÇ>] [--rcfile <ÆÁÊÌ>]\n"
+
+#~ msgid " %s {--setperms} [-afpg] [target]\n"
+#~ msgstr " %s {--setperms} [-afpg] [ÃÅÌØ]\n"
+
+#~ msgid " %s {--setugids} [-afpg] [target]\n"
+#~ msgstr " %s {--setugids} [-afpg] [ÃÅÌØ]\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#~ msgstr " %s {--resign} [--rcfile <ÆÁÊÌ>] ÐÁËÅÔ1 ÐÁËÅÔ2 ... ÐÁËÅÔN\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#~ msgstr " rpm {--addsign} [--rcfile <ÆÁÊÌ>] ÐÁËÅÔ1 ÐÁËÅÔ2 ... ÐÁËÅÔN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
+#~ "<file:...>]\n"
+#~ msgstr ""
+#~ " %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <ÆÁÊÌ>]\n"
+
+#~ msgid "archive = %s, fs = %s\n"
+#~ msgstr "ÁÒÈÉ× = %s, fs = %s\n"
+
+#~ msgid "can't rename %s to %s: %s\n"
+#~ msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÐÅÒÅÉÍÅÎÏ×ÁÔØ %s × %s: %s\n"
+
+#~ msgid "can't unlink %s: %s\n"
+#~ msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÕÄÁÌÉÔØ ÓÓÙÌËÕ %s: %s\n"
+
+#~ msgid "getNextHeader: %s\n"
+#~ msgstr "getNextHeader: %s\n"
+
+#~ msgid "closed db environment %s/%s(%s)\n"
+#~ msgstr "ÚÁËÒÙÔÏ ÏËÒÕÖÅÎÉÅ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s(%s)\n"
+
+#~ msgid "removed db environment %s/%s(%s)\n"
+#~ msgstr "ÕÄÁÌÅÎÏ ÏËÒÕÖÅÎÉÅ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s(%s)\n"
+
+#~ msgid "opening db environment %s/%s(%s) %s\n"
+#~ msgstr "ÏÔËÒÙ×ÁÅÔÓÑ ÏËÒÕÖÅÎÉÅ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s(%s) %s\n"
+
+#~ msgid "closed db index %s/%s(%s)\n"
+#~ msgstr "ÚÁËÒÙÔ ÉÎÄÅËÓ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s(%s)\n"
+
+#~ msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
+#~ msgstr "ÏÔËÒÙ×ÁÅÔÓÑ ÉÎÄÅËÓ ÂÁÚÙ ÄÁÎÎÙÈ %s/%s(%s) %s mode=0x%x\n"
+
+#~ msgid " file: %s action: %s\n"
+#~ msgstr "ÆÁÊÌ : %s ÄÅÊÓÔ×ÉÅ: %s\n"
+
+#, fuzzy
+#~ msgid "cannot create sourcedir %s\n"
+#~ msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ sourcedir %s"
+
+#~ msgid "sources in: %s\n"
+#~ msgstr "ÉÓÈÏÄÎÉËÉ ×: %s\n"
+
+#, fuzzy
+#~ msgid "cannot create specdir %s\n"
+#~ msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÓÏÚÄÁÔØ specdir %s"
+
+#~ msgid "spec file in: %s\n"
+#~ msgstr "ÆÁÊÌ spec ×: %s\n"
+
+#~ msgid "renaming %s to %s\n"
+#~ msgstr "ÐÅÒÅÉÍÅÎÏ×Ù×ÁÀ %s × %s\n"
+
+#, fuzzy
+#~ msgid "rename of %s to %s failed: %s\n"
+#~ msgstr "ÏÛÉÂËÁ ÐÅÒÅÉÍÅÎÏ×ÁÎÉÑ %s × %s: %s"
+
+#~ msgid "stopping install as we're running --test\n"
+#~ msgstr "ÕÓÔÁÎÏ×ËÁ ÐÒÅËÒÁÝÁÅÔÓÑ, Ô.Ë. ÍÙ ÉÓÐÏÌÎÑÅÍ --test\n"
+
+#~ msgid "running preinstall script (if any)\n"
+#~ msgstr "ÉÓÐÏÌÎÑÅÔÓÑ ÓËÒÉÐÔ preinstall (ÅÓÌÉ ÅÓÔØ)\n"
+
+#~ msgid "Signature pad : %d\n"
+#~ msgstr "úÁÐÏÌÎÉÔÅÌØ ÐÏÄÐÉÓÉ : %d\n"
+
+#, fuzzy
+#~ msgid "removal of %s failed: %s\n"
+#~ msgstr "ÏÛÉÂËÁ ÕÄÁÌÅÎÉÑ %s: %s"
+
+#~ msgid "will remove files test = %d\n"
+#~ msgstr "ÆÁÊÌÙ ÂÕÄÕÔ ÕÄÁÌÅÎÙ; test = %d\n"
+
+#~ msgid "running postuninstall script (if any)\n"
+#~ msgstr "×ÙÐÏÌÎÑÅÔÓÑ ÓËÒÉÐÔ postuninstall (ÅÓÌÉ ÅÓÔØ)\n"
+
#, fuzzy
#~ msgid ""
#~ " [--macros <file:...>] [--ignorearch] [--dbpath <dir>]"
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\n"
"PO-Revision-Date: 1999-04-08 21:37+02:00\n"
"Last-Translator: Stanislav Meduna <stano@eunet.sk>\n"
"Language-Team: Slovak <sk-i18n@rak.isternet.sk>\n"
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8-bit\n"
-#: build.c:26
+#: build.c:25
#, fuzzy, c-format
msgid "cannot open rpm database in %s\n"
msgstr "nie je mo¾né otvori» %s/packages.rpm\n"
-#: build.c:36
+#: build.c:35
#, fuzzy
msgid "failed build dependencies:\n"
msgstr "nevyrie¹ené závislosti:\n"
-#: build.c:65
+#: build.c:64
#, fuzzy, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr "Nie je mo¾né otvori» spec súbor: %s\n"
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, fuzzy, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr "Otvorenie rúry pre tar zlyhalo: %s\n"
#. Give up
-#: build.c:149
+#: build.c:150
#, fuzzy, c-format
msgid "Failed to read spec file from %s\n"
msgstr "Nie je mo¾né preèíta» spec súbor z %s\n"
-#: build.c:177
+#: build.c:178
#, fuzzy, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr "Nie je mo¾né premenova» %s na %s: %s\n"
-#: build.c:216
+#: build.c:217
#, fuzzy, c-format
msgid "failed to stat %s: %m\n"
msgstr "nepodarilo sa zisti» stav %s: %s"
-#: build.c:221
+#: build.c:222
#, fuzzy, c-format
msgid "File %s is not a regular file.\n"
msgstr "Súbor nie je obyèajný súbor: %s\n"
-#: build.c:230
+#: build.c:231
#, fuzzy, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr "%s zrejme nie je RPM balík\n"
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, fuzzy, c-format
msgid "Building target platforms: %s\n"
msgstr "predefinova» cieµovú platformu"
-#: build.c:302
+#: build.c:303
#, fuzzy, c-format
msgid "Building for target %s\n"
msgstr "vyhµadáva sa balík %s\n"
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr "rpm: %s\n"
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr "RPM verzia %s\n"
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
#, fuzzy
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr "Copyright (C) 1998 - Red Hat Software"
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
#, fuzzy
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr "Program mô¾e by» voµne redistribuovaný v súlade s podmienkami GNU GPL"
-#: rpm.c:209
+#: rpm.c:224
#, fuzzy
msgid "Usage: rpm {--help}"
msgstr "pou¾itie: rpm {--help}"
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr " rpm {--version}"
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr " rpm {--initdb} [--dbpath <adresár>]"
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
" [--replacepkgs] [--replacefiles] [--root "
"<adresár>]"
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr ""
" [--excludedocs] [--includedocs] [--noscripts]"
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
" [--rcfile <súbor>] [--ignorearch] [--dbpath "
"<adresár>]"
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
" [--prefix <adresár>] [--ignoreos] [--nodeps] "
"[--allfiles]"
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr " [--ftpproxy <poèítaè>] [--ftpport <port>]"
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
#, fuzzy
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr " [--httproxy <poèítaè>] [--httpport <port>]"
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
#, fuzzy
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
" [--noorder] [--relocate stará_cesta=nová_cesta]"
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr " [--ignoresize] súbor1.rpm ... súborN.rpm"
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
" [--oldpackage] [--root <adresár>] [--noscripts]"
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
" [--excludedocs] [--includedocs] [--rcfile <súbor>]"
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
" [--ignorearch] [--dbpath <adresár>] [--prefix "
"<adresár>] "
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr " [--httproxy <poèítaè>] [--httpport <port>]"
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
" [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr ""
" [--noorder] [--relocate stará_cesta=nová_cesta]"
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr " súbor1.rpm ... súborN.rpm"
-#: rpm.c:232
+#: rpm.c:247
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:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
" [--scripts] [--root <adresár>] [--rcfile <súbor>]"
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
" [--whatprovides] [--whatrequires] [--requires]"
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
#, fuzzy
msgid " [--triggeredby]"
msgstr " [--nomd5] [ciele]"
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
#, fuzzy
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
" [--ftpport <port>] [--provides] [--triggers] "
"[--dump]"
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr ""
" [--changelog] [--dbpath <adresár>] [targets]"
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
" rpm {--verify -V -y} [-afpg] [--root <adresár>] [--rcfile <súbor>]"
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
" [--dbpath <adresár>] [--nodeps] [--nofiles] "
"[--noscripts]"
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr " [--nomd5] [ciele]"
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr " rpm {--setperms} [-afpg] [cieµ]"
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr " rpm {--setugids} [-afpg] [cieµ]"
-#: rpm.c:245
+#: rpm.c:260
#, fuzzy
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr " súbor1.rpm ... súborN.rpm"
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
" rpm {--erase -e} [--root <adresár>] [--noscripts] [--rcfile "
"<súbor>]"
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr ""
" [--dbpath <adresár>] [--nodeps] [--allmatches]"
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
#, fuzzy
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr " [--justdb] [--notriggers] balík1 ... balíkN"
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--resign} [--rcfile <súbor>] balík1 balík2 ... balíkN"
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--addsign} [--rcfile <súbor>] balík1 balík2 ... balíkN"
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
"<súbor>]"
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr " balík1 ... balíkN"
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr " rpm {--rebuilddb} [--rcfile <súbor>] [--dbpath <adresár>]"
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr " rpm {--querytags}"
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
#, fuzzy
msgid "Usage:"
msgstr "pou¾itie:"
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr "vypísa» túto správu"
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr "vypísa» verziu pou¾ívaného rpm"
-#: rpm.c:295
+#: rpm.c:310
#, fuzzy
msgid " All modes support the following arguments:"
msgstr " v¹etky re¾imy podporujú nasledovné argumenty:"
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
#, fuzzy
msgid " --eval '<name>+' "
msgstr " --pipe <príkaz> "
-#: rpm.c:299
+#: rpm.c:314
#, fuzzy
msgid "print the expansion of macro <name> to stdout"
msgstr "vypísa» verziu pou¾ívaného rpm"
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr " --pipe <príkaz> "
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr "posla» ¹tandardný výstup do <príkazu>"
-#: rpm.c:302
+#: rpm.c:317
#, fuzzy
msgid " --rcfile <file> "
msgstr " --rcfile <file> "
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr "pou¾i» <súbor> namiesto /etc/rpmrc a $HOME/.rpmrc"
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr "o nieèo popisnej¹í re¾im"
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr "veµmi popisný re¾im (pre odlaïovanie)"
-#: rpm.c:312
+#: rpm.c:327
#, fuzzy
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr " in¹talácia, aktualizácia a otázky (s -p) umo¾òujú pou¾i» ftp URL"
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr " namiesto názvov súborov, ako aj nasledujúce voµby:"
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr " --ftpproxy <poèítaè>"
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr "názov poèítaèa alebo IP adresa ftp proxy"
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr " --ftpport <port> "
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr "èíslo portu ftp servera (alebo proxy)"
-#: rpm.c:318
+#: rpm.c:333
#, fuzzy
msgid " --httpproxy <host> "
msgstr " --httpproxy <poèítaè>"
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr "názov poèítaèa alebo IP adresa http proxy"
-#: rpm.c:320
+#: rpm.c:335
#, fuzzy
msgid " --httpport <port> "
msgstr " --httpport <port> "
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr "èíslo portu http servera (alebo proxy)"
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr "re¾im otázok"
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr " --dbpath <dir> "
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr "pou¾i» <adresár> ako adresár pre databázu"
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr " --queryformat <qfmt>"
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
#, fuzzy
msgid "use <qfmt> as the header format (implies --info)"
msgstr "pou¾i» <qfmt> ako hlavièkový formát (implikuje -i)"
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr " --root <dir> "
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr "pou¾i» <adresár> ako adresár najvy¹¹ej úrovne"
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr " Voµby pre ¹pecifikáciu balíkov"
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr "opýta» sa na v¹etky balíky"
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr " -f <súbor>+ "
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr "opýta» sa na balík vlastniaci <súbor>"
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr " -p <súbor_balíku>+"
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr "opýta» sa (nenain¹talovaného) balíku <súbor_balíku>"
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr " --triggeredby <balík>"
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr "opýta» sa na balíky spustené balíkom <balík>"
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr " --whatprovides <schopnos»>"
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr "opýta» sa na balíky poskytujúce schopnos» <schopnos»>"
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr " --whatrequires <schopnos»>"
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr "opýta» sa na balíky vy¾adujúce schopnos» <schopnos»>"
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr " Voµby pre výber po¾adovanej informácie:"
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr "zobrazi» informácie o balíku"
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr "zobrazi» históriu zmien balíka"
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr "zobrazi» zoznam súborov balíka"
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr "zobrazi» stavy súborov (implikuje -l)"
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr "zobrazi» len súbory obsahujúce dokumentáciu (implikuje -l)"
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr "zobrazi» iba konfiguraèné súbory (implikuje -l)"
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
"zobrazi» v¹etky overiteµné údaje pre ka¾dý súbor (musí by» pou¾ité s -l, -c "
"alebo -d)"
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr "zobrazi» schopnosti poskytované balíkom"
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr "zobrazi» závislosti balíka"
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr "vypísa» rôzne [od]in¹talaèné skripty"
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr "zobrazi» spú¹»acie skripty obsiahnuté v balíku"
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
"overi» in¹taláciu balíka s pou¾itím rovnakých volieb ¹pecifikácia balíka ako "
"pre -q"
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr "neoverova» závislosti balíka"
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr "neoverova» md5 kontrolné súèty súborov"
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr "neoverova» atribúty súborov"
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr "vypísa» príznaky, ktoré mô¾u by» pou¾ité vo formáte otázky"
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr " --install <súbor_balíku>"
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr " -i <súbor_balíku> "
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr "in¹talova» balík"
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr " --excludepath <cesta>"
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr "vynecha» súbory v ceste <cesta>"
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr " --relocate <stará_cesta>=<nová_cesta>"
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr "presunú» súbory zo <starej_cesty> do <novej_cesty>"
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
#, fuzzy
msgid "relocate files in non-relocateable package"
msgstr "balík %s nie je nain¹talovaný\n"
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr " --prefix <adresár> "
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr "presunú» balík do <adresára>, pokiaµ to balík povoµuje"
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr "nein¹talova» dokumentáciu"
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr "skratka pre --replacepkgs --replacefiles"
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr "vypisova» znaèky poèas in¹talácie balíka (vhodné s -v)"
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
"in¹talova» v¹etky súbory vrátane konfiguraèných súborov, ktoré by inak mohli "
"by» vynechané"
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr "neoverova» architektúru balíka"
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr "pred in¹taláciou nekontrolova» dostupné miesto na disku"
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr "neoverova» operaèný systém balíka"
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr "in¹talova» dokumentáciu"
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr "aktualizova» databázu bez zmeny súborového systému"
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr "nemeni» poradie balíkov kvôli vyrie¹eniu závislostí"
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr "nevykona» ¾iadne in¹talaèné skripty"
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr "nevykona» ¾iadne skripty spú¹»ané týmto balíkom"
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr "vypisova» percentá poèas in¹talácie balíka"
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr "in¹talova» aj pokiaµ balík prepí¹e in¹talované súbory"
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr "prein¹talova», pokiaµ u¾ balík existuje"
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr "nein¹talova», ale oznámi», èi by to bolo mo¾né"
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr " --upgrade <súbor_balíka>"
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr " -U <súbor_balíka> "
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr "aktualizova» balík (rovnaké voµby ako --install, a k tomu)"
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
"aktualizova» na star¹iu verziu balíka (--force to pri aktualizácii urobí "
"automaticky)"
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr " --erase <package>"
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr "odin¹talova» balík"
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
"odin¹talova» v¹etky balíky urèené <balíkom> (inak je chybou, pokiaµ <balík> "
"¹pecifikuje viac ako jeden balík)"
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr "nevykona» ¾iadne skripty ¹pecifikované balíkom"
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr " -b<etapa> <spec> "
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr " -t<etapa> <tar_súbor> "
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr "zostavi» balík, kde <etapa> je jedna z:"
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr "príprava (rozbali» zdrojové súbory a aplikova» záplaty)"
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr "kontrola zoznamu (vykona» niektoré zbe¾né kontroly sekcie %files)"
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr "kompilácia (príprava a kompilácia)"
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr "in¹talácia (príprava, kompilácia, in¹talácia)"
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr "binárny balík (príprava, kompilácia, in¹talácia, zabalenie)"
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr "binárny a zdrojový balík (príprava, kompilácia, in¹talácia, zabalenie)"
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr "preskoèi» priamo k urèenej etape (iba pre c, i)"
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr "po ukonèení odstráni» adresár, v ktorom sa balík zostavoval"
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
#, fuzzy
msgid "remove sources when done"
msgstr "po ukonèení odstráni» zdrojové súbory a spec-súbor"
-#: rpm.c:486
+#: rpm.c:501
#, fuzzy
msgid "remove spec file when done"
msgstr "po ukonèení odstráni» zdrojové súbory a spec-súbor"
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr "vytvori» PGP/GPG podpis"
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr " --buildroot <adresár> "
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr "pou¾i» <adresár> pre zostavenie balíka"
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr " --target=<platforma>+"
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr "vytvori» balíky pre ciele platforma1...platformaN."
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr "nevykona» ¾iadne etapy"
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr " --timecheck <sekúnd>"
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr "nastavi» kontrolu èasu na <sekúnd> sekúnd (0 pre deaktiváciu)"
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr " --rebuild <zdroj_balík>"
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
"in¹talova» zdrojový balík, vytvori» binárny balík a odstráni» spec-súbor, "
"zdroje, záplaty a ikony"
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr " --recompile <src_pkg> "
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr "ako --rebuild, ale nezostavi» ¾iadny balík"
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr " --resign <balík>+ "
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr "podpísa» balík (znièi» aktuálny podpis)"
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr " --addsign <balík>+ "
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr "prida» podpis balíku"
-#: rpm.c:508
+#: rpm.c:523
#, fuzzy
msgid " --checksig <pkg>+"
msgstr " --checksig <balík>+ "
-#: rpm.c:509
+#: rpm.c:524
#, fuzzy
msgid " -K <pkg>+ "
msgstr " --resign <balík>+ "
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr "overi» podpis balíka"
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr "vynecha» akékoµvek PGP podpisy"
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr "vynecha» akékoµvek GPG podpisy"
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr "vynecha» akékoµvek MD5 podpisy"
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr "uisti» sa, ¾e existuje platná databáza"
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr "znovu vytvori» databázu z existujúcej"
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
"nastavi» prístupové práva súborov podµa údajov v databáze balíkov s pou¾itím "
"rovnakých volieb ¹pecifikácia balíka ako pre -q"
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
"nastavi» vlastníka a skupinu súborov podµa údajov v databáze balíkov s "
"pou¾itím rovnakých volieb ¹pecifikácia balíka ako pre -q"
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr "mô¾e by» pou¾itý iba jeden hlavný re¾im"
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr "-u a --uninstall sú zastaralé a u¾ nefungujú.\n"
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr "Namiesto nich pou¾ite -e alebo --erase.\n"
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr "presunutia musia zaèína» znakom /"
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr "presunutia musia obsahova» znak ="
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr "presunutia musia ma» za znakom = znak /"
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr "vynechané cesty musia zaèína» znakom /"
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr "Vnútorná chyba pri spracovaní argumentu (%d) :-(\n"
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr "naraz mô¾e by» vykonaný jeden typ otázky alebo overenia"
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
#, fuzzy
msgid "unexpected query flags"
msgstr "neoèakávaný zdroj pre otázku"
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
#, fuzzy
msgid "unexpected query format"
msgstr "neoèakávaný zdroj pre otázku"
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr "neoèakávaný zdroj pre otázku"
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
#, fuzzy
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr "iba in¹talácia, aktualizácia a odstránenie zdrojov mô¾u by» vynútené"
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr "súbory mô¾u by» presunuté iba poèas inètalácie balíka"
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr "mo¾e by» pou¾itá iba jedna z volieb --prefix a --relocate"
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
"--relocate a --excludepath mô¾u by» pou¾ité iba poèas in¹talácie nových "
"balíkov"
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr "--prefix mô¾e by» pou¾itý iba poèas in¹talácie nových balíkov"
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr "argumenty pre --prefix musia zaèína» znakom /"
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr "--hash (-h) mô¾e by» pou¾itý iba poèas in¹talácie balíka"
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr "--percent mô¾e by» pou¾ité iba poèas in¹talácie balíka"
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr "--replacefiles mô¾e by» pou¾ité iba poèas in¹talácie balíka"
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr "--replacepkgs mô¾e by» pou¾ité iba poèas in¹talácie balíka"
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr "--excludedocs mô¾e by» pou¾ité iba poèas in¹talácie balíka"
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr "--includedocs mô¾e by» pou¾ité iba poèas in¹talácie balíka"
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr "mô¾e by» pou¾itá iba jedna voµba z --excludedocs a --includedocs"
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr "--ignorearch mô¾e by» pou¾ité iba poèas in¹talácie balíka"
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr "--ignoreos mô¾e by» pou¾ité iba poèas in¹talácie balíka"
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr "--ignoresize mô¾e by» pou¾ité iba poèas in¹talácie balíka"
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr "--allmatches mô¾e by» pou¾ité iba poèas odstránenia balíkov"
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr "--allfiles mô¾e by» pou¾ité iba poèas in¹talácie balíka"
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr "--justdb mô¾e by» pou¾ité iba poèas in¹talácie a odstránenia balíka"
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
"--noscripts mô¾e by» pou¾ité iba poèas in¹talácie, odstránenia alebo "
"overenia balíka"
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
"--notriggers mô¾e by» pou¾ité iba poèas in¹talácie, odstránenia alebo "
"overenia balíka"
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
#, fuzzy
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"--nodeps mô¾e by» pou¾ité iba poèas in¹talácie, odstránenia alebo overenia "
"balíka"
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
"--test mô¾e by» pou¾ité iba poèas in¹talácie, odstránenia alebo zostavenia "
"balíka"
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
"--root (-r) mô¾e by» pou¾ité iba poèas in¹talácie a odstránenia balíka, "
"otázky alebo znovuzostavenia databázy"
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr "argumenty pre --root (-r) musia zaèína» znakom /"
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr "--oldpackage mô¾e by» pou¾íté iba poèas aktualizácie"
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr "--nopgp mô¾e by» pou¾íté iba poèas overenia podpisu"
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr "--nogpg mô¾e by» pou¾íté iba poèas overenia podpisu"
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr "--nomd5 mô¾e by» pou¾íté iba poèas overenia podpisu alebo balíka"
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr "nie je mo¾né pracova» so súborom %s\n"
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr "pgp nebolo nájdené: "
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr "Kontrola hesla zlyhala\n"
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr "Heslo je v poriadku.\n"
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr "Chybná ¹pecifikácia %%_signature v makro-súbore.\n"
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr "--sign mô¾e by» pou¾íté iba poèas zostavenia balíka"
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr "vykonanie zlyhalo\n"
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr "neoèakávané argumenty pre --querytags"
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr "neboli zadané ¾iadne balíky pre overenie podpisu"
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr "neboli zadané ¾iadne balíky na podpis"
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr "neboli zadané ¾iadne balíky pre odin¹talovanie"
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr "neboli zadané ¾iadne balíky pre in¹taláciu"
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr "boli zadané nadbytoèné argumenty otázky pre v¹etky balíky"
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr "neboli zadané ¾iadne argumenty pre otázku"
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
#, fuzzy
msgid "extra arguments given for verify of all packages"
msgstr "boli zadané nadbytoèné argumenty otázky pre v¹etky balíky"
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr "neboli zadané ¾iadne argumenty pre overenie"
msgid "cannot re-open payload: %s\n"
msgstr "nie je mo¾né otvori» súbor %s\n"
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
#, fuzzy
msgid "print macro expansion of <expr>+"
msgstr "vypísa» verziu pou¾ívaného rpm"
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
#, fuzzy
msgid "rebuild database inverted lists from installed package headers"
msgstr "znovu vytvori» databázu z existujúcej"
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
+msgstr ""
+
+#: rpmqv.c:234
#, fuzzy
-msgid "<package>"
+msgid "<package>+"
msgstr "nájdených %d balíkov\n"
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:238 rpmqv.c:564
#, fuzzy
msgid "skip files with leading component <path> "
msgstr "vynecha» súbory v ceste <cesta>"
-#: rpmqv.c:267
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
#, fuzzy
-msgid "upgrade package if already installed"
+msgid "upgrade package(s) if already installed"
msgstr "balík %s nie je nain¹talovaný\n"
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
#, fuzzy
msgid "<packagefile>+"
msgstr " -p <súbor_balíku>+"
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
#, fuzzy
msgid "do not execute scripts (if any)"
msgstr "nevykona» ¾iadne etapy"
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
#, fuzzy
msgid "don't execute any scriptlets triggered by this package"
msgstr "nevykona» ¾iadne skripty spú¹»ané týmto balíkom"
-#: rpmqv.c:313
+#: rpmqv.c:279
#, fuzzy
-msgid "<oldpath>=<newpath>"
+msgid "relocate files from path <old> to <new>"
+msgstr "presunú» súbory zo <starej_cesty> do <novej_cesty>"
+
+#: rpmqv.c:280
+#, fuzzy
+msgid "<old>=<new>"
msgstr " --relocate <stará_cesta>=<nová_cesta>"
-#: rpmqv.c:324
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
+msgstr ""
+
+#: rpmqv.c:291
#, fuzzy
-msgid "upgrade package"
+msgid "upgrade package(s)"
msgstr " --upgrade <súbor_balíka>"
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
#, fuzzy
msgid "Signature options:"
msgstr "Veµkos» podpisu: %d\n"
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
+msgstr ""
+
+#: rpmqv.c:343
msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:413
+#: rpmqv.c:377
#, fuzzy, c-format
msgid "Usage: %s {--help}\n"
msgstr "pou¾itie: rpm {--help}"
-#: rpmqv.c:417
-#, fuzzy, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr " rpm {--initdb} [--dbpath <adresár>]"
-
-#: rpmqv.c:418
-#, fuzzy, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr " rpm {--rebuilddb} [--rcfile <súbor>] [--dbpath <adresár>]"
-
-#: rpmqv.c:422
-#, fuzzy, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
-
-#: rpmqv.c:425
-#, fuzzy
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-" [--rcfile <súbor>] [--ignorearch] [--dbpath "
-"<adresár>]"
-
-#: rpmqv.c:434
-#, fuzzy
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-" [--excludedocs] [--includedocs] [--rcfile <súbor>]"
-
-#: rpmqv.c:442
-#, fuzzy, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-" rpm {--erase -e} [--root <adresár>] [--noscripts] [--rcfile "
-"<súbor>]"
-
-#: rpmqv.c:449
-#, fuzzy
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-" [--scripts] [--root <adresár>] [--rcfile <súbor>]"
-
-#: rpmqv.c:456
-#, fuzzy, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-" rpm {--verify -V -y} [-afpg] [--root <adresár>] [--rcfile <súbor>]"
-
-#: rpmqv.c:460
-#, fuzzy, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr " rpm {--setperms} [-afpg] [cieµ]"
-
-#: rpmqv.c:461
-#, fuzzy, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr " rpm {--setugids} [-afpg] [cieµ]"
-
-#: rpmqv.c:465
-#, fuzzy, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
-msgstr " rpm {--resign} [--rcfile <súbor>] balík1 balík2 ... balíkN"
-
-#: rpmqv.c:466
-#, fuzzy, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
-msgstr " rpm {--addsign} [--rcfile <súbor>] balík1 balík2 ... balíkN"
-
-#: rpmqv.c:467
-#, fuzzy, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
-msgstr ""
-" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<súbor>]"
-
-#: rpmqv.c:511
+#: rpmqv.c:448
#, fuzzy
msgid " All modes support the following options:"
msgstr " v¹etky re¾imy podporujú nasledovné argumenty:"
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
#, fuzzy
msgid " --eval '<expr>+' "
msgstr " --pipe <príkaz> "
-#: rpmqv.c:515
+#: rpmqv.c:452
#, fuzzy
msgid "print the expansion of macro <expr> to stdout"
msgstr "vypísa» verziu pou¾ívaného rpm"
-#: rpmqv.c:516
+#: rpmqv.c:453
#, fuzzy
msgid " --pipe <cmd> "
msgstr " --pipe <príkaz> "
-#: rpmqv.c:518
+#: rpmqv.c:455
#, fuzzy
msgid " --rcfile <file:...> "
msgstr " --rcfile <file> "
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
#, fuzzy
msgid " --dbpath <dir> "
msgstr " --dbpath <dir> "
-#: rpmqv.c:525
+#: rpmqv.c:462
#, fuzzy
msgid " --root <dir> "
msgstr " --root <dir> "
-#: rpmqv.c:535
+#: rpmqv.c:472
#, fuzzy
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr " in¹talácia, aktualizácia a otázky (s -p) umo¾òujú pou¾i» ftp URL"
-#: rpmqv.c:536
+#: rpmqv.c:473
#, fuzzy
msgid " of file names as well as the following options:"
msgstr " namiesto názvov súborov, ako aj nasledujúce voµby:"
-#: rpmqv.c:537
+#: rpmqv.c:474
#, fuzzy
msgid " --ftpproxy <host> "
msgstr " --ftpproxy <poèítaè>"
-#: rpmqv.c:539
+#: rpmqv.c:476
#, fuzzy
msgid " --ftpport <port> "
msgstr " --ftpport <port> "
-#: rpmqv.c:541
+#: rpmqv.c:478
#, fuzzy
msgid " --httpproxy <host> "
msgstr " --httpproxy <poèítaè>"
-#: rpmqv.c:543
+#: rpmqv.c:480
#, fuzzy
msgid " --httpport <port> "
msgstr " --httpport <port> "
-#: rpmqv.c:549
+#: rpmqv.c:486
#, fuzzy
msgid " Package specification options:"
msgstr " Voµby pre ¹pecifikáciu balíkov"
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
#, fuzzy
msgid "query/verify all packages"
msgstr "opýta» sa na v¹etky balíky"
-#: rpmqv.c:552
+#: rpmqv.c:489
#, fuzzy
msgid " -f <file>+ "
msgstr " -f <súbor>+ "
-#: rpmqv.c:553
+#: rpmqv.c:490
#, fuzzy
msgid "query/verify package owning <file>"
msgstr "opýta» sa na balík vlastniaci <súbor>"
-#: rpmqv.c:554
+#: rpmqv.c:491
#, fuzzy
msgid " -p <packagefile>+ "
msgstr " -p <súbor_balíku>+"
-#: rpmqv.c:555
+#: rpmqv.c:492
#, fuzzy
msgid "query/verify (uninstalled) package <packagefile>"
msgstr "opýta» sa (nenain¹talovaného) balíku <súbor_balíku>"
-#: rpmqv.c:556
+#: rpmqv.c:493
#, fuzzy
msgid " --triggeredby <pkg> "
msgstr " --triggeredby <balík>"
-#: rpmqv.c:557
+#: rpmqv.c:494
#, fuzzy
msgid "query/verify packages triggered by <pkg>"
msgstr "opýta» sa na balíky spustené balíkom <balík>"
-#: rpmqv.c:558
+#: rpmqv.c:495
#, fuzzy
msgid " --whatprovides <cap> "
msgstr " --whatprovides <schopnos»>"
-#: rpmqv.c:559
+#: rpmqv.c:496
#, fuzzy
msgid "query/verify packages which provide <cap> capability"
msgstr "opýta» sa na balíky poskytujúce schopnos» <schopnos»>"
-#: rpmqv.c:560
+#: rpmqv.c:497
#, fuzzy
msgid " --whatrequires <cap> "
msgstr " --whatrequires <schopnos»>"
-#: rpmqv.c:561
+#: rpmqv.c:498
#, fuzzy
msgid "query/verify packages which require <cap> capability"
msgstr "opýta» sa na balíky vy¾adujúce schopnos» <schopnos»>"
-#: rpmqv.c:565
+#: rpmqv.c:502
#, fuzzy
msgid " --queryformat <qfmt> "
msgstr " --queryformat <qfmt>"
-#: rpmqv.c:568
+#: rpmqv.c:505
#, fuzzy
msgid " Information selection options:"
msgstr " Voµby pre výber po¾adovanej informácie:"
-#: rpmqv.c:584
+#: rpmqv.c:521
#, fuzzy
msgid "list capabilities provided by package"
msgstr "zobrazi» schopnosti poskytované balíkom"
-#: rpmqv.c:586
+#: rpmqv.c:523
#, fuzzy
msgid "list capabilities required by package"
msgstr "zobrazi» schopnosti poskytované balíkom"
-#: rpmqv.c:588
+#: rpmqv.c:525
#, fuzzy
msgid "print the various [un]install scriptlets"
msgstr "vypísa» rôzne [od]in¹talaèné skripty"
-#: rpmqv.c:590
+#: rpmqv.c:527
#, fuzzy
msgid "show the trigger scriptlets contained in the package"
msgstr "zobrazi» spú¹»acie skripty obsiahnuté v balíku"
-#: rpmqv.c:616
+#: rpmqv.c:553
#, fuzzy
msgid " --install <packagefile>"
msgstr " --install <súbor_balíku>"
-#: rpmqv.c:617
+#: rpmqv.c:554
#, fuzzy
msgid " -i <packagefile> "
msgstr " -i <súbor_balíku> "
-#: rpmqv.c:626
+#: rpmqv.c:563
#, fuzzy
msgid " --excludepath <path> "
msgstr " --excludepath <cesta>"
-#: rpmqv.c:647
+#: rpmqv.c:584
#, fuzzy
msgid "don't execute any installation scriptlets"
msgstr "nevykona» ¾iadne in¹talaèné skripty"
-#: rpmqv.c:652
+#: rpmqv.c:589
#, fuzzy
msgid " --prefix <dir> "
msgstr " --prefix <adresár> "
-#: rpmqv.c:654
+#: rpmqv.c:591
#, fuzzy
msgid " --relocate <oldpath>=<newpath>"
msgstr " --relocate <stará_cesta>=<nová_cesta>"
-#: rpmqv.c:663
+#: rpmqv.c:600
#, fuzzy
msgid " --upgrade <packagefile>"
msgstr " --upgrade <súbor_balíka>"
-#: rpmqv.c:664
+#: rpmqv.c:601
#, fuzzy
msgid " -U <packagefile> "
msgstr " -U <súbor_balíka> "
-#: rpmqv.c:669
+#: rpmqv.c:606
#, fuzzy
msgid " --erase <package>"
msgstr " --erase <package>"
-#: rpmqv.c:688
+#: rpmqv.c:625
#, fuzzy
msgid " --resign <pkg>+ "
msgstr " --resign <balík>+ "
-#: rpmqv.c:690
+#: rpmqv.c:627
#, fuzzy
msgid " --addsign <pkg>+ "
msgstr " --addsign <balík>+ "
-#: rpmqv.c:693
+#: rpmqv.c:630
#, fuzzy
msgid " --checksig <pkg>+"
msgstr " --checksig <balík>+ "
-#: rpmqv.c:694
+#: rpmqv.c:631
#, fuzzy
msgid " -K <pkg>+ "
msgstr " --resign <balík>+ "
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
#, fuzzy
msgid "rebuild database indices from existing database headers"
msgstr "znovu vytvori» databázu z existujúcej"
-#: rpmqv.c:996
+#: rpmqv.c:928
#, fuzzy
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr "Namiesto nich pou¾ite -e alebo --erase.\n"
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr "--dbpath zadané pre operáciu nepou¾ívajúcu databázu"
-#: rpmqv.c:1158
+#: rpmqv.c:1086
#, fuzzy
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr "--justdb mô¾e by» pou¾ité iba poèas in¹talácie a odstránenia balíka"
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr "neboli zadané ¾iadne balíky pre znovuzostavenie"
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr "neboli zadané ¾iadne spec-súbory pre zostavenie"
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr "neboli zadané ¾iadne tar-súbory pre zostavenie"
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
#, fuzzy
msgid "Unable to open temp file.\n"
msgstr "Nie je mo¾né otvori» doèasný súbor"
msgid "syntax error in expression\n"
msgstr "chyba syntaxe vo výraze"
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr "chyba PREKROÈENIA ÈASU: %s\n"
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, fuzzy, c-format
msgid "Missing '(' in %s %s\n"
msgstr "chýbajúce %s\n"
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, fuzzy, c-format
msgid "Missing ')' in %s(%s\n"
msgstr "chýbajúca ':' na %s:%d"
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, fuzzy, c-format
msgid "Invalid %s token: %s\n"
msgstr "Chybný %s prvok: %s"
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr "Chybná %s() syntax: %s"
-#: build/files.c:427
+#: build/files.c:429
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr "Chybná ¹pecifikácia práv %s(): %s"
-#: build/files.c:439
+#: build/files.c:441
#, fuzzy, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr "Chybná ¹pecifikácia práv adresára %s(): %s"
-#: build/files.c:576
+#: build/files.c:578
#, fuzzy
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr "Iba jeden záznam v %%lang(): %s"
-#: build/files.c:586
+#: build/files.c:588
#, fuzzy
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr "Iba jeden záznam v %%lang(): %s"
-#: build/files.c:723
+#: build/files.c:725
#, fuzzy
msgid "Hit limit for %%docdir\n"
msgstr "Dosiahnutý limit pre %%docdir"
-#: build/files.c:729
+#: build/files.c:731
#, fuzzy
msgid "Only one arg for %%docdir\n"
msgstr "Iba jeden argument pre %%docdir"
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, fuzzy, c-format
msgid "Two files on one line: %s\n"
msgstr "Dva súbory na riadku: %s"
-#: build/files.c:771
+#: build/files.c:773
#, fuzzy, c-format
msgid "File must begin with \"/\": %s\n"
msgstr "Súbory musia zaèína» znakom \"/\": %s"
-#: build/files.c:783
+#: build/files.c:785
#, fuzzy
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr "Nie je mo¾né mie¹a» ¹peciálne %%doc s inými formami: %s"
-#: build/files.c:949
+#: build/files.c:952
#, fuzzy, c-format
msgid "File listed twice: %s\n"
msgstr "Súbor zadaný dvakrát: %s."
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr "Súbor nesúhlasí s prefixom (%s): %s."
-#: build/files.c:1165
+#: build/files.c:1239
#, fuzzy, c-format
msgid "File not found: %s\n"
msgstr "Súbor nebol nájdený: %s"
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr "Chybný vlastník/skupina: %s\n"
-#: build/files.c:1220
+#: build/files.c:1294
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "Súbor %4d: 0%o %s.%s\t %s\n"
-#: build/files.c:1297
+#: build/files.c:1371
#, fuzzy, c-format
msgid "File needs leading \"/\": %s\n"
msgstr "Súbor potrebuje na zaèiatku \"/\": %s"
-#: build/files.c:1327
+#: build/files.c:1401
#, fuzzy, c-format
msgid "File not found by glob: %s\n"
msgstr "Súbor nebol nájdený: %s"
-#: build/files.c:1382
+#: build/files.c:1455
#, fuzzy
msgid "Could not open %%files file %s: %s\n"
msgstr "chybe: nie je mo¾né otvori» %%files súbor: %s"
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, fuzzy, c-format
msgid "line: %s\n"
msgstr "riadok: %s"
-#: build/files.c:1720
+#: build/files.c:1791
#, fuzzy, c-format
msgid "Bad file: %s: %s\n"
msgstr "súbor %s: %s\n"
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, fuzzy, c-format
msgid "Couldn't exec %s: %s\n"
msgstr "Nie je mo¾né spusti» %s"
-#: build/files.c:1794
+#: build/files.c:1864
#, fuzzy, c-format
msgid "Couldn't fork %s: %s\n"
msgstr "Nie je mo¾né vytvori» proces %s"
-#: build/files.c:1876
+#: build/files.c:1946
#, fuzzy, c-format
msgid "%s failed\n"
msgstr "%s zlyhalo"
-#: build/files.c:1880
+#: build/files.c:1950
#, fuzzy, c-format
msgid "failed to write all data to %s\n"
msgstr "nepodarilo sa zapísa» v¹etky dáta do %s"
-#: build/files.c:2005
+#: build/files.c:2077
#, fuzzy, c-format
msgid "Finding %s: (using %s)...\n"
msgstr "Zis»ujú sa po¾adované vlastnosti...\n"
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, fuzzy, c-format
msgid "Failed to find %s:\n"
msgstr "Nepodarilo sa zisti» poskytované vlastnosti"
-#: build/files.c:2160
+#: build/files.c:2232
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "Spracovávajú sa súbory: %s\n"
msgid "Could not canonicalize hostname: %s\n"
msgstr "Nie je mo¾né kanonizova» názov poèítaèa: %s\n"
-#: build/pack.c:52
+#: build/pack.c:61
#, fuzzy, c-format
msgid "create archive failed on file %s: %s\n"
msgstr "vytvorenie archívu zlyhalo pri súbore %s: %s"
-#: build/pack.c:74
+#: build/pack.c:83
#, fuzzy, c-format
msgid "cpio_copy write failed: %s\n"
msgstr "cpio_copy zápis zlyhal: %s"
-#: build/pack.c:81
+#: build/pack.c:90
#, fuzzy, c-format
msgid "cpio_copy read failed: %s\n"
msgstr "cpio_copy èítanie zlyhalo: %s"
-#: build/pack.c:165
+#: build/pack.c:174
#, fuzzy, c-format
msgid "Could not open PreIn file: %s\n"
msgstr "Nie je mo¾né otvori» PreIn súbor: %s"
-#: build/pack.c:172
+#: build/pack.c:181
#, fuzzy, c-format
msgid "Could not open PreUn file: %s\n"
msgstr "Nie je mo¾né otvori» PreUn súbor: %s"
-#: build/pack.c:179
+#: build/pack.c:188
#, fuzzy, c-format
msgid "Could not open PostIn file: %s\n"
msgstr "Nie je mo¾né otvori» PostIn súbor: %s"
-#: build/pack.c:186
+#: build/pack.c:195
#, fuzzy, c-format
msgid "Could not open PostUn file: %s\n"
msgstr "Nie je mo¾né otvori» PostUn súbor: %s"
-#: build/pack.c:194
+#: build/pack.c:203
#, fuzzy, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr "Nie je mo¾né otvori» VerifyScript súbor: %s"
-#: build/pack.c:209
+#: build/pack.c:218
#, fuzzy, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr "Nie je mo¾né otvori» Trigger skriptový súbor: %s"
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr "readRPM: otvorenie %s: %s\n"
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr "readRPM: èítanie %s: %s\n"
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "readRPM: %s nie je RPM balík\n"
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr "readRPM: èítanie hlavièky %s\n"
-#: build/pack.c:382
+#: build/pack.c:396
#, fuzzy
msgid "Bad CSA data\n"
msgstr "Chybné CSA dáta"
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr "Vytvára sa PGP podpis: %d\n"
-#: build/pack.c:433
+#: build/pack.c:447
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "Otvorenie %s zlyhalo\n"
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "Nie je mo¾né zapísa» balík: %s"
-#: build/pack.c:485
+#: build/pack.c:499
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr "Nie je preèíta» sigtarget: %s"
-#: build/pack.c:495
+#: build/pack.c:509
#, fuzzy, c-format
msgid "Unable to read header from %s: %s\n"
msgstr "Nie je mo¾né preèíta» ikonu: %s"
-#: build/pack.c:509
+#: build/pack.c:523
#, fuzzy, c-format
msgid "Unable to write header to %s: %s\n"
msgstr "Nie je mo¾né zapísa» balík: %s"
-#: build/pack.c:519
+#: build/pack.c:533
#, fuzzy, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr "Nie je mo¾né preèíta» ikonu: %s"
-#: build/pack.c:525
+#: build/pack.c:539
#, fuzzy, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr "Nie je mo¾né zapísa» balík: %s"
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr "Zapísané: %s\n"
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr "Nie je mo¾né vytvori» meno výstupného súboru pre balík %s: %s\n"
-#: build/pack.c:634
+#: build/pack.c:648
#, fuzzy, c-format
msgid "cannot create %s: %s\n"
msgstr "nie je mo¾né zapísa» do %s: "
msgid "Package has no %%description: %s\n"
msgstr "Balík neobsahuje %%description: %s"
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr "archív = %s, fs = %s\n"
-
-#: build/spec.c:228
+#: build/spec.c:216
#, fuzzy, c-format
msgid "line %d: Bad number: %s\n"
msgstr "riadok %d: Chybné èíslo: %s"
-#: build/spec.c:234
+#: build/spec.c:222
#, fuzzy, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr "riadok %d: Chybné no%s èíslo: %d"
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "riadok %d: Chybné %s èíslo: %s\n"
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr "premenovanie %s na %s zlyhalo: %s\n"
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr "zmazanie %s zlyhalo: %s\n"
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr "getNextHeader: %s\n"
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr "(chyba 0x%x)"
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr "Chybné magické èíslo"
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr "Chybná/neèitateµná hlavièka"
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr "Priveµká hlavièka"
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr "Neznámy typ súboru"
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr "Interná chyba"
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr " zlyhalo - "
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
+#, c-format
+msgid "db%d error(%d) from %s: %s\n"
+msgstr ""
+
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
+#, c-format
+msgid "db%d error(%d): %s\n"
+msgstr ""
+
+#: lib/db1.c:387
+#, c-format
+msgid "closed db file %s\n"
+msgstr ""
+
+#: lib/db1.c:390
+#, fuzzy, c-format
+msgid "removed db file %s\n"
+msgstr "odstraòuje sa index súborov pre %s\n"
+
+#: lib/db1.c:421
+#, fuzzy, c-format
+msgid "bad db file %s\n"
+msgstr "chybný stav súboru: %s"
+
+#: lib/db1.c:426
+#, fuzzy, c-format
+msgid "opening db file %s mode 0x%x\n"
+msgstr "otvára sa databáza s právami 0x%x v %s\n"
+
+#. XXX check errno validity
+#: lib/db1.c:449
+#, fuzzy, c-format
+msgid "cannot get %s lock on database\n"
+msgstr "nie je mo¾né získa» %s zámok pre databázu"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
+msgstr "výhradný"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
+msgstr "zdieµaný"
+
+#: lib/db2.c:145 lib/db3.c:130
+#, fuzzy, c-format
+msgid "closed db environment %s/%s\n"
+msgstr "odstraòuje sa index súborov pre %s\n"
+
+#: lib/db2.c:161 lib/db3.c:146
+#, fuzzy, c-format
+msgid "removed db environment %s/%s\n"
+msgstr "odstraòuje sa index súborov pre %s\n"
+
+#: lib/db2.c:198 lib/db3.c:183
+#, c-format
+msgid "opening db environment %s/%s %s\n"
+msgstr ""
+
+#: lib/db2.c:588 lib/db3.c:569
+#, fuzzy, c-format
+msgid "closed db index %s/%s\n"
+msgstr "odstraòuje sa index súborov pre %s\n"
+
+#: lib/db2.c:678 lib/db3.c:659
+#, fuzzy, c-format
+msgid "opening db index %s/%s %s mode=0x%x\n"
+msgstr "otvára sa databáza s právami 0x%x v %s\n"
+
+#: lib/db2.c:784 lib/db3.c:764
+#, fuzzy, c-format
+msgid "cannot get %s lock on %s/%s\n"
+msgstr "nie je mo¾né získa» %s zámok pre databázu"
+
+#: lib/db2.c:791 lib/db3.c:771
+#, fuzzy, c-format
+msgid "locked db index %s/%s\n"
+msgstr "odstraòuje sa index súborov pre %s\n"
+
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
+msgstr ""
+
+#: lib/dbconfig.c:287
+#, c-format
+msgid "%s has invalid numeric value, skipped\n"
+msgstr ""
+
+#: lib/dbconfig.c:296
+#, c-format
+msgid "%s has too large or too small long value, skipped\n"
+msgstr ""
+
+#: lib/dbconfig.c:305
+#, c-format
+msgid "%s has too large or too small integer value, skipped\n"
+msgstr ""
+
#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/depends.c:565
#, c-format
msgid ""
"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
"\tA %s\tB %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/depends.c:594
#, c-format
msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/depends.c:962
#, c-format
msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/depends.c:1021
#, c-format
msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/depends.c:1073
#, c-format
msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/depends.c:1092
#, c-format
msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/depends.c:1096
+#: lib/depends.c:1109
#, fuzzy, c-format
msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr "súbor %s nie je vlastnený ¾iadnym balíkom\n"
-#: lib/depends.c:1118
+#: lib/depends.c:1131
#, c-format
msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/depends.c:1131
+#: lib/depends.c:1144
#, c-format
msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/depends.c:1145
+#: lib/depends.c:1158
#, fuzzy, c-format
msgid "%s: %-45s YES (db package)\n"
msgstr "súbor %s nie je vlastnený ¾iadnym balíkom\n"
-#: lib/depends.c:1161
+#: lib/depends.c:1174
#, c-format
msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/depends.c:1195
#, fuzzy, c-format
msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr "súbor %s nie je vlastnený ¾iadnym balíkom\n"
#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/depends.c:1256
#, fuzzy, c-format
msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr "po¾iadavka balíka %s nie je uspokojená: %s\n"
#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/depends.c:1323
#, c-format
msgid "package %s conflicts: %s\n"
msgstr "balík %s koliduje: %s\n"
-#: lib/depends.c:1523
+#: lib/depends.c:1539
#, fuzzy, c-format
msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr "odstraòuje sa index skupín\n"
#. Record all relations.
-#: lib/depends.c:1662
+#: lib/depends.c:1678
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1709
+#: lib/depends.c:1725
msgid "========== tsorting packages\n"
msgstr ""
-#: lib/depends.c:1754
+#: lib/depends.c:1770
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1803
+#: lib/depends.c:1819
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1834
+#: lib/depends.c:1850
msgid "========== continuing tsort ...\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
-#, c-format
-msgid "db%d error(%d) from %s: %s\n"
-msgstr ""
-
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
+#: lib/falloc.c:141
#, c-format
-msgid "db%d error(%d): %s\n"
+msgid ""
+"free list corrupt (%u)- please run\n"
+"\t\"rpm --rebuilddb\"\n"
+"More information is available from http://www.rpm.org or the "
+"rpm-list@redhat.com mailing list\n"
+"if \"rpm --rebuilddb\" fails to correct the problem.\n"
msgstr ""
-#: lib/db1.c:387
-#, c-format
-msgid "closed db file %s\n"
-msgstr ""
+#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+msgid "(not a number)"
+msgstr "(nie je èíslo)"
-#: lib/db1.c:390
+#: lib/fs.c:69
#, fuzzy, c-format
-msgid "removed db file %s\n"
-msgstr "odstraòuje sa index súborov pre %s\n"
+msgid "mntctl() failed to return size: %s\n"
+msgstr "mntctl() nevrátil veµkos» fuggeru: %s"
-#: lib/db1.c:421
-#, fuzzy, c-format
-msgid "bad db file %s\n"
-msgstr "chybný stav súboru: %s"
-
-#: lib/db1.c:426
+#: lib/fs.c:84
#, fuzzy, c-format
-msgid "opening db file %s mode 0x%x\n"
-msgstr "otvára sa databáza s právami 0x%x v %s\n"
+msgid "mntctl() failed to return mount points: %s\n"
+msgstr "mntctl() nevrátil veµkos» fuggeru: %s"
-#. XXX check errno validity
-#: lib/db1.c:449
+#: lib/fs.c:104 lib/fs.c:184 lib/fs.c:287
#, fuzzy, c-format
-msgid "cannot get %s lock on database\n"
-msgstr "nie je mo¾né získa» %s zámok pre databázu"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
-msgstr "výhradný"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
-msgstr "zdieµaný"
-
-#: lib/db2.c:141
-#, c-format
-msgid "closed db environment %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:153
-#, c-format
-msgid "removed db environment %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:190
-#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
-msgstr ""
-
-#: lib/db2.c:565
-#, c-format
-msgid "closed db index %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:643
-#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:268
-#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
-msgstr ""
-
-#: lib/db3.c:297
-#, c-format
-msgid "%s has invalid numeric value, skipped\n"
-msgstr ""
-
-#: lib/db3.c:306
-#, c-format
-msgid "%s has too large or too small long value, skipped\n"
-msgstr ""
+msgid "failed to stat %s: %s\n"
+msgstr "nepodarilo sa zisti» stav %s: %s"
-#: lib/db3.c:315
-#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
+#: lib/fs.c:147
+msgid "getting list of mounted filesystems\n"
msgstr ""
-#: lib/db3.c:484
+#: lib/fs.c:152 rpmio/url.c:452
#, fuzzy, c-format
-msgid "closed db environment %s/%s\n"
-msgstr "odstraòuje sa index súborov pre %s\n"
+msgid "failed to open %s: %s\n"
+msgstr "nepodarilo sa otvori» %s: %s"
-#: lib/db3.c:500
+#: lib/fs.c:309
#, fuzzy, c-format
-msgid "removed db environment %s/%s\n"
-msgstr "odstraòuje sa index súborov pre %s\n"
+msgid "file %s is on an unknown device\n"
+msgstr "súbor %s sa nachádza na neznámom zariadení"
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
msgstr ""
-#: lib/db3.c:923
+#: lib/fsm.c:274
#, fuzzy, c-format
-msgid "closed db index %s/%s\n"
-msgstr "odstraòuje sa index súborov pre %s\n"
-
-#: lib/db3.c:1013
-#, fuzzy, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr "otvára sa databáza s právami 0x%x v %s\n"
-
-#: lib/db3.c:1118
-#, fuzzy, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr "nie je mo¾né získa» %s zámok pre databázu"
-
-#: lib/db3.c:1125
-#, fuzzy, c-format
-msgid "locked db index %s/%s\n"
-msgstr "odstraòuje sa index súborov pre %s\n"
+msgid "%9d %s\n"
+msgstr "riadok %d: %s"
-#: lib/falloc.c:141
+#: lib/fsm.c:1042
#, c-format
-msgid ""
-"free list corrupt (%u)- please run\n"
-"\t\"rpm --rebuilddb\"\n"
-"More information is available from http://www.rpm.org or the "
-"rpm-list@redhat.com mailing list\n"
-"if \"rpm --rebuilddb\" fails to correct the problem.\n"
+msgid "%s directory created with perms %04o.\n"
msgstr ""
-#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
-msgid "(not a number)"
-msgstr "(nie je èíslo)"
-
-#: lib/fs.c:69
+#: lib/fsm.c:1344 lib/fsm.c:1461
#, fuzzy, c-format
-msgid "mntctl() failed to return size: %s\n"
-msgstr "mntctl() nevrátil veµkos» fuggeru: %s"
+msgid "%s saved as %s\n"
+msgstr "varovanie: %s uchovaný ako %s"
-#: lib/fs.c:84
+#: lib/fsm.c:1486
#, fuzzy, c-format
-msgid "mntctl() failed to return mount points: %s\n"
-msgstr "mntctl() nevrátil veµkos» fuggeru: %s"
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr "nie je mo¾né odstráni» %s - adresár nie je prázdny"
-#: lib/fs.c:104 lib/fs.c:184 lib/fs.c:287
+#: lib/fsm.c:1491
#, fuzzy, c-format
-msgid "failed to stat %s: %s\n"
-msgstr "nepodarilo sa zisti» stav %s: %s"
-
-#: lib/fs.c:147
-msgid "getting list of mounted filesystems\n"
-msgstr ""
+msgid "%s rmdir of %s failed: %s\n"
+msgstr "rmdir %s zlyhalo: %s"
-#: lib/fs.c:152 rpmio/url.c:452
+#: lib/fsm.c:1500
#, fuzzy, c-format
-msgid "failed to open %s: %s\n"
-msgstr "nepodarilo sa otvori» %s: %s"
+msgid "%s unlink of %s failed: %s\n"
+msgstr "otvorenie %s zlyhalo\n"
-#: lib/fs.c:309
+#: lib/fsm.c:1517
#, fuzzy, c-format
-msgid "file %s is on an unknown device\n"
-msgstr "súbor %s sa nachádza na neznámom zariadení"
+msgid "%s created as %s\n"
+msgstr "varovanie: %s vytvorené ako %s"
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr "grabData() RPM_STRING_TYPE poèet musí by» 1.\n"
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr "Typ údajov %d nie je podorovaný\n"
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr "Chybný poèet pre headerAddEntry(): %d\n"
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr "chýbajúce { po %"
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr "chýbajúce } po %{"
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr "prázdny tag formát"
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr "prázdne meno tagu"
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr "neznámy tag"
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr "] oèakávané na konci poµa"
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr "neoèakávané ]"
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr "neoèakávané }"
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr "? oèakávané vo výraze"
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr "{ oèakávané po ? vo výraze"
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr "} oèakávané vo výraze"
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ": oèakávané po ? podvýraze"
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr "{ oèakávané po : vo výraze"
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr "| oèakávené na konci výrazu"
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr "(neznámy typ)"
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr " súbor: akcia %s: %s\n"
-
-#: lib/install.c:215
-#, fuzzy, c-format
-msgid "user %s does not exist - using root\n"
-msgstr "pou¾ívateµ %s neexistuje - pou¾ije sa root"
-
-#: lib/install.c:223
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "skupina %s neexistuje - pou¾ije sa root"
-
-#. this would probably be a good place to check if disk space
-#. was used up - if so, we should return a different error
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "rozbalenie archívu zlyhalo%s%s: %s"
-
-#: lib/install.c:652
-msgid " on file "
-msgstr " pre súbor "
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr "in¹taluje sa zdrojový balík\n"
-
-#: lib/install.c:721
-#, fuzzy, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr "nie je mo¾né zapísa» do %s: "
-
-#: lib/install.c:728 lib/install.c:759
-#, fuzzy, c-format
-msgid "cannot write to %s\n"
-msgstr "nie je mo¾né zapísa» do %s: "
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr "zdroje v: %s\n"
-
-#: lib/install.c:752
-#, fuzzy, c-format
-msgid "cannot create specdir %s\n"
-msgstr "nie je mo¾né zapísa» do %s: "
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr "spec-súbor v: %s\n"
-
-#: lib/install.c:796 lib/install.c:825
-#, fuzzy
-msgid "source package contains no .spec file\n"
-msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr "premenováva sa %s na %s\n"
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, fuzzy, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr "premenovanie %s na %s zlyhalo: %s"
-
-#: lib/install.c:935
-#, fuzzy
-msgid "source package expected, binary found\n"
-msgstr "oèakávaný zdrojový balík, nájdený binárny"
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr "balík: %s-%s-%s test súborov = %d\n"
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr "in¹talácia zastavená kvôli re¾imu --test\n"
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr "vykonávajú sa predin¹talaèné skripty (ak existujú)\n"
-
-#: lib/install.c:1036
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "%s vynechané - prenos zlyhal - %s\n"
-
-#: lib/install.c:1069
-#, fuzzy, c-format
-msgid "%s created as %s\n"
-msgstr "varovanie: %s vytvorené ako %s"
-
-#: lib/install.c:1105
-#, fuzzy, c-format
-msgid "%s saved as %s\n"
-msgstr "varovanie: %s uchovaný ako %s"
-
-#: lib/install.c:1199
-#, fuzzy
-msgid "running postinstall scripts (if any)\n"
-msgstr "vykonávajú sa poin¹talaèné skripty (ak existujú)\n"
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, fuzzy, c-format
msgid "error creating temporary file %s\n"
msgstr "chyba pri vytváraní doèasného súboru %s"
-#: lib/package.c:88
+#: lib/package.c:119
#, fuzzy
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr "táto verzia RPM podporuje iba balíky s hlavným èíslom <= 3"
-#: lib/package.c:143
+#: lib/package.c:179
#, fuzzy
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr "táto verzia RPM podporuje iba balíky s hlavným èíslom <= 3"
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, fuzzy, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr "buildroot u¾ bol zadaný"
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr "príprava (rozbali» zdrojové súbory a aplikova» záplaty)"
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
#, fuzzy
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr "in¹taluje sa zdrojový balík\n"
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, fuzzy, c-format
msgid "verify %files section from <specfile>"
msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
#, fuzzy
msgid "build source and binary packages from <specfile>"
msgstr "nájdených %d zdrojových a %d binárnych balíkov\n"
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
#, fuzzy
msgid "build binary package only from <specfile>"
msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
#, fuzzy
msgid "build source package only from <specfile>"
msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr "príprava (rozbali» zdrojové súbory a aplikova» záplaty)"
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, fuzzy, c-format
msgid "verify %files section from <tarball>"
msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
#, fuzzy
msgid "build source and binary packages from <tarball>"
msgstr "nájdených %d zdrojových a %d binárnych balíkov\n"
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
#, fuzzy
msgid "build binary package only from <tarball>"
msgstr "nájdených %d zdrojových a %d binárnych balíkov\n"
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
#, fuzzy
msgid "build source package only from <tarball>"
msgstr "zostavi» balík pre OS/architektúru <os>"
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
#, fuzzy
msgid "build binary package from <source package>"
msgstr "binárny balík (príprava, kompilácia, in¹talácia, zabalenie)"
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
#, fuzzy
msgid "<source package>"
msgstr "nájdených %d balíkov\n"
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
#, fuzzy
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr "in¹taluje sa zdrojový balík\n"
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr "predefinova» adresár pre zostavenie balíka"
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+#, fuzzy
+msgid "debug file state machine"
+msgstr "chybný stav súboru: %s"
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr "nevykona» ¾iadne etapy zostavenia"
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
#, fuzzy
msgid "do not accept i18N msgstr's from specfile"
msgstr "neakceptova» lokalizované re»azce zo spec-súboru"
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
#, fuzzy
msgid "remove specfile when done"
msgstr "po ukonèení odstráni» zdrojové súbory a spec-súbor"
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr "predefinova» cieµovú platformu"
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
#, fuzzy
msgid "lookup i18N strings in specfile catalog"
msgstr "pre preklad re»azcov pou¾i» katalóg správ spec-súborov"
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, fuzzy, c-format
+msgid "user %s does not exist - using root\n"
+msgstr "pou¾ívateµ %s neexistuje - pou¾ije sa root"
+
+#: lib/psm.c:285
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "skupina %s neexistuje - pou¾ije sa root"
+
+#.
+#. * This would probably be a good place to check if disk space
+#. * was used up - if so, we should return a different error.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "rozbalenie archívu zlyhalo%s%s: %s"
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr " pre súbor "
+
+#: lib/psm.c:655
+#, fuzzy, c-format
+msgid "cannot create %s %s\n"
+msgstr "nie je mo¾né zapísa» do %s: "
+
+#: lib/psm.c:661
+#, fuzzy, c-format
+msgid "cannot write to %s\n"
+msgstr "nie je mo¾né zapísa» do %s: "
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr "in¹taluje sa zdrojový balík\n"
+
+#: lib/psm.c:733
+#, fuzzy
+msgid "source package contains no .spec file\n"
+msgstr "zdrojový balík neobsahuje ¾iadny .spec súbor"
+
+#: lib/psm.c:813
+#, fuzzy
+msgid "source package expected, binary found\n"
+msgstr "oèakávaný zdrojový balík, nájdený binárny"
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, fuzzy, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr "balík: %s-%s-%s test súborov = %d\n"
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, fuzzy, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr "vykonávajú sa poin¹talaèné skripty (ak existujú)\n"
+
+#: lib/psm.c:998
+#, fuzzy
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr "%s vynechané - prenos zlyhal - %s\n"
+
+#: lib/query.c:161
#, fuzzy, c-format
msgid "incorrect format: %s\n"
msgstr "chyba formátu: %s\n"
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr "(neobsahuje ¾iadne súbory)"
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr "normálny "
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr "nahradený "
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr "nein¹talovaný "
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr "zdieµaný "
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr "(neznámy %d) "
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr "(¾iadny stav) "
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
#, fuzzy
msgid "package has neither file owner or id lists\n"
msgstr "balík neobsahuje ani vlastníka súboru, ani zoznamy identifikácií"
-#: lib/query.c:418
+#: lib/query.c:428
#, fuzzy, c-format
msgid "can't query %s: %s\n"
msgstr "zmazanie %s zlyhalo: %s\n"
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, fuzzy, c-format
msgid "open of %s failed: %s\n"
msgstr "otvorenie %s zlyhalo\n"
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr "nie je mo¾né pýta» sa zdrojových balíkov v starom formáte\n"
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "%s zrejme nie je RPM balík\n"
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr "otázka na %s zlyhala\n"
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "otázka na spec-súbor %s zlyhala, nie je mo¾né analyzova»\n"
-#: lib/query.c:624
+#: lib/query.c:637
#, fuzzy
msgid "no packages\n"
msgstr "nájdených %d balíkov\n"
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "skupina %s neobsahuje ¾iadne balíky\n"
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr "¾iadny z balíkov nespú¹»a %s\n"
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr "¾iadny z balíkov nevy¾aduje %s\n"
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr "¾iadny z balíkov neposkytuje %s\n"
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr "súbor %s: %s\n"
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "súbor %s nie je vlastnený ¾iadnym balíkom\n"
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr "chybné èíslo balíku: %s\n"
-#: lib/query.c:730
+#: lib/query.c:743
#, fuzzy, c-format
msgid "package record number: %u\n"
msgstr "po¾aduje sa záznam èíslo %d\n"
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr "záznam %d nie je mo¾né preèíta»\n"
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr "balík %s nie je nain¹talovaný\n"
msgid "%s: Fread failed: %s\n"
msgstr "%s: readLead zlyhalo\n"
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr "%s: readLead zlyhalo\n"
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr "%s: Nie je mo¾né podpísa» v1.0 RPM\n"
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr "%s: Nie je mo¾né znovu podpísa» v2.0 RPM\n"
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr "%s: rpmReadSignature zlyhalo\n"
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr "%s: Podpis nie je k dispozícii\n"
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, fuzzy, c-format
msgid "%s: writeLead failed: %s\n"
msgstr "%s: readLead zlyhalo\n"
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, fuzzy, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr "%s: rpmReadSignature zlyhalo\n"
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr "%s: Podpis nie je k dispozícii (v1.0 RPM)\n"
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr "NIE JE V PORIADKU"
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr " (CHÝBAJÚCE K¥ÚÈE):"
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ") "
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr " (NEDÔVERUJE SA K¥ÚÈOM: "
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ")"
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr "V PORIADKU"
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, fuzzy, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr "nie je mo¾né otvori» %s na %s:%d"
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, fuzzy, c-format
msgid "cannot open %s index\n"
msgstr "nie je mo¾né otvori» %s\n"
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, fuzzy, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr "chyba pri naèítaní záznamu %s z %s"
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, fuzzy, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr "chyba pri zápise záznamu %s do %s"
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, fuzzy, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr "chyba pri odstraòovaní záznamu %s z %s"
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
#, fuzzy
msgid "no dbpath has been set\n"
msgstr "nebola nastavená ¾iadna dbpath"
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
#, fuzzy
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"databázy v novom formáte"
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "chyba pri hµadaní balíka %s\n"
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "nie je mo¾né preèíta» hlavièku na %d pre vyhµadanie"
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, fuzzy, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "odstraòuje sa index skupín\n"
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, fuzzy, c-format
msgid "removing %d entries from %s index.\n"
msgstr "odstraòuje sa index názvov\n"
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "chyba pri hµadaní balíka %s\n"
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, fuzzy, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr "premenováva sa %s na %s\n"
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, fuzzy, c-format
msgid "adding %d entries to %s index.\n"
msgstr "premenováva sa %s na %s\n"
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr "nebola nastavená ¾iadna dbpath"
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, fuzzy, c-format
msgid "rebuilding database %s into %s\n"
msgstr "znovu sa vytvára databáza v adresári %s\n"
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, fuzzy, c-format
msgid "temporary database %s already exists\n"
msgstr "doèasná databáza %s u¾ existuje"
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, fuzzy, c-format
msgid "creating directory %s\n"
msgstr "vytvára sa adresár %s\n"
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "vytvára sa adresár %s\n"
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, fuzzy, c-format
msgid "opening old database with dbapi %d\n"
msgstr "otvára sa stará databáza\n"
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, fuzzy, c-format
msgid "opening new database with dbapi %d\n"
msgstr "otvára sa nová databáza\n"
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, fuzzy, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr "záznam èíslo %d v databáze je chybný -- bol vynechaný"
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, fuzzy, c-format
msgid "cannot add record originally at %d\n"
msgstr "nie je mo¾né prida» záznam pôvodne na %d"
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
#, fuzzy
msgid "failed to rebuild database: original database remains in place\n"
msgstr "nepodarilo sa znovu vytvori» databázu; zostáva pôvodná\n"
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr "nepodarilo sa nahradi» starú databázu novou!\n"
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, fuzzy, c-format
msgid "replace files in %s with files from %s to recover"
msgstr "nahradí súbory v %s súbormi z %s kvôli obnove"
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, fuzzy, c-format
msgid "removing directory %s\n"
msgstr "vytvára sa adresár %s\n"
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "nepodarilo sa odstráni» adresár %s: %s\n"
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
#, fuzzy
msgid "Preparing packages for installation..."
msgstr "neboli zadané ¾iadne balíky pre in¹taláciu"
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr "poèítajú sa balíky pre in¹taláciu\n"
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr "nájdených %d balíkov\n"
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr "hµadajú sa balíky, ktoré treba prenies»\n"
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, fuzzy, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr "%s vynechané - prenos zlyhal - %s\n"
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr "Prená¹a sa %s\n"
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr "... ako %s\n"
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr "%s vynechané - prenos zlyhal - %s\n"
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr "prenieslo sa %d balíkov\n"
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, fuzzy, c-format
msgid "cannot open file %s: %s\n"
msgstr "nie je mo¾né otvori» súbor %s: %s"
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr "%s nie je mo¾né nain¹talova»\n"
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, fuzzy, c-format
msgid "cannot open Packages database in %s\n"
msgstr "nie je mo¾né otvori» %s/packages.rpm\n"
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, fuzzy, c-format
msgid "package %s is not relocateable\n"
msgstr "balík %s nie je nain¹talovaný\n"
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, fuzzy, c-format
msgid "error reading from file %s\n"
msgstr "chyba pri vytváraní doèasného súboru %s"
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr "nájdených %d zdrojových a %d binárnych balíkov\n"
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr "nevyrie¹ené závislosti:\n"
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr "in¹talujú sa binárne balíky\n"
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr "nie je mo¾né otvori» %s/packages.rpm\n"
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr "\"%s\" ¹pecifikuje viac balíkov\n"
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr "odstránenie týchto balíkov by poru¹ilo závislosti:\n"
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, fuzzy, c-format
msgid "cannot open %s: %s\n"
msgstr "nie je mo¾né otvori» %s\n"
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr "In¹taluje sa %s\n"
msgid "Please contact rpm-list@redhat.com\n"
msgstr "Kontaktujte prosím rpm-list@redhat.com\n"
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr "vykonanie skriptu zlyhalo"
+
+#: lib/scriptlet.c:236
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr "vykonanie skriptu zlyhalo"
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr "nejde o be¾ný súbor - kontrola veµkosti vynechaná\n"
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, fuzzy, c-format
msgid " Actual size: %12d\n"
msgstr "Veµkos» podpisu: %d\n"
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr "Podpis nie je k dispozícii\n"
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr "Starý PGP podpis\n"
-#: lib/signature.c:162
+#: lib/signature.c:176
#, fuzzy
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr "Starý (iba interný) podpis! Ako ste sa k tomu dostali?!"
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
+#: lib/signature.c:230
+#, fuzzy, c-format
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr "Veµkos» podpisu: %d\n"
-#: lib/signature.c:212
-#, c-format
-msgid "Signature pad : %d\n"
-msgstr "Doplnenie podpisu: %d\n"
-
-#: lib/signature.c:274
+#: lib/signature.c:289
#, fuzzy, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr "Nie je mo¾né spusti» pgp"
-#: lib/signature.c:285
+#: lib/signature.c:300
#, fuzzy
msgid "pgp failed\n"
msgstr "pgp zlyhalo"
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
#, fuzzy
msgid "pgp failed to write signature\n"
msgstr "pgp sa nepodarilo zapísa» podpis"
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr "Veµkos» PGP podpisu: %d\n"
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
#, fuzzy
msgid "unable to read the signature\n"
msgstr "nie je mo¾né preèíta» podpis"
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr "Preèítaný PGP podpis obsahuje %d bajtov\n"
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
#, fuzzy
msgid "Couldn't exec gpg\n"
msgstr "Nie je mo¾né spusti» gpg"
-#: lib/signature.c:362
+#: lib/signature.c:377
#, fuzzy
msgid "gpg failed\n"
msgstr "gpg zlyhalo"
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
#, fuzzy
msgid "gpg failed to write signature\n"
msgstr "gpg sa nepodarilo zapísa» podpis"
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr "Veµkos» GPG podpisu: %d\n"
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr "Preèítaný GPG podpis obsahuje %d bajtov\n"
-#: lib/signature.c:417
+#: lib/signature.c:433
#, fuzzy
msgid "Generating signature using PGP.\n"
msgstr "Vytvára sa PGP podpis: %d\n"
-#: lib/signature.c:423
+#: lib/signature.c:439
#, fuzzy
msgid "Generating signature using GPG.\n"
msgstr "Vytvára sa PGP podpis: %d\n"
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
#, fuzzy
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr "Nie je mo¾né spusti» pgp. Pou¾ite --nopgp pre vynechanie PGP kontrol."
-#: lib/signature.c:635
+#: lib/signature.c:653
#, fuzzy
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr "Nie je mo¾né spusti» gpg. Pou¾ite --nogpg pre vynechanie GPG kontrol."
-#: lib/signature.c:723
+#: lib/signature.c:741
#, fuzzy
msgid "Couldn't exec pgp\n"
msgstr "Nie je mo¾né spusti» pgp"
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
#, fuzzy
msgid "Invalid %%_signature spec in macro file\n"
msgstr "Chybná ¹pecifikácia %%_signature v makro-súbore.\n"
-#: lib/signature.c:760
+#: lib/signature.c:778
#, fuzzy
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr "Musíte nastavi» \"%%gpg_name\" vo va¹om makro-súbore"
-#: lib/signature.c:772
+#: lib/signature.c:790
#, fuzzy
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr "Musíte nastavi» \"%%pgp_name\" vo va¹om makro-súbore"
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, fuzzy, c-format
msgid "%5d exclude %s\n"
msgstr "OS je vynechaný: %s"
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, fuzzy, c-format
msgid "%5d relocate %s -> %s\n"
msgstr "presúva sa %s do %s\n"
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, fuzzy, c-format
msgid "excluding multilib path %s%s\n"
msgstr "vynecháva sa %s\n"
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, fuzzy, c-format
msgid "excluding %s %s\n"
msgstr "vynecháva sa %s\n"
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr "presúva sa %s do %s\n"
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, fuzzy, c-format
msgid "relocating directory %s to %s\n"
msgstr "presúva sa %s do %s\n"
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, fuzzy, c-format
msgid "excluding directory %s\n"
msgstr "vytvára sa adresár %s\n"
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr "%s vynechané kvôli príznaku missingok\n"
-#: lib/uninstall.c:74
-#, fuzzy, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr "nie je mo¾né odstráni» %s - adresár nie je prázdny"
-
-#: lib/uninstall.c:78
-#, fuzzy, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr "rmdir %s zlyhalo: %s"
-
-#: lib/uninstall.c:88
-#, fuzzy, c-format
-msgid "removal of %s failed: %s\n"
-msgstr "odstránenie %s zlyhalo: %s"
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr "budú sa odstraòova» súbory test = %d\n"
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr "vykonávajú sa postdein¹talaèné skripty (ak existujú)\n"
-
-#: lib/uninstall.c:446
-#, fuzzy, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr "vykonanie skriptu zlyhalo"
-
-#: lib/verify.c:59
+#: lib/verify.c:57
#, fuzzy
msgid "don't verify files in package"
msgstr "zobrazi» súbory v balíku"
-#: lib/verify.c:65
+#: lib/verify.c:63
#, fuzzy
msgid "do not execute %verifyscript (if any)"
msgstr "nevykona» ¾iadne etapy"
-#: lib/verify.c:241
+#: lib/verify.c:239
#, fuzzy
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
"v balíku chýba tak meno pou¾ívateµa, ako aj zoznamy identifikácií (nemalo by "
"sa nikdy sta»)"
-#: lib/verify.c:259
+#: lib/verify.c:257
#, fuzzy
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
"v balíku chýba tak meno skupiny, ako aj zoznamy identifikácií (nemalo by sa "
"nikdy sta»)"
-#: lib/verify.c:321
+#: lib/verify.c:319
#, fuzzy, c-format
msgid "missing %s"
msgstr "chýbajúce %s\n"
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "Nevyrie¹ené závislosti pre %s-%s-%s: "
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr "Úspech"
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr "Chybná odpoveï servera"
-
-#: rpmio/rpmio.c:540
-#, fuzzy
-msgid "Server I/O error"
-msgstr "Chyba vstupu/výstupu servera"
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr "Prekroèenie èasového limitu servera"
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr "Nie je mo¾né vyhµada» adresu servera"
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr "Nie je mo¾né vyhµada» názov servera"
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr "Pripojenie k serveru zlyhalo"
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr "Vytvorenie dátového spojenia k serveru zlyhalo"
-
-#: rpmio/rpmio.c:558
-#, fuzzy
-msgid "I/O error to local file"
-msgstr "Chyba vstupu/výstupu lokálneho súboru"
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr "Chyba pri nastavení vzdialeného servera do pasívneho re¾imu"
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr "Súbor sa na serveri nenachádza"
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr "Zru¹enie prebieha"
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr "Neznáma alebo neoèakávaná chyba"
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr "prihlasuje sa na %s ako %s, heslo %s\n"
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr "Súbor %s je men¹í ako %d bajtov"
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr "Úspech"
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr "Chybná odpoveï servera"
+
+#: rpmio/rpmio.c:540
+#, fuzzy
+msgid "Server I/O error"
+msgstr "Chyba vstupu/výstupu servera"
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr "Prekroèenie èasového limitu servera"
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr "Nie je mo¾né vyhµada» adresu servera"
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr "Nie je mo¾né vyhµada» názov servera"
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr "Pripojenie k serveru zlyhalo"
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr "Vytvorenie dátového spojenia k serveru zlyhalo"
+
+#: rpmio/rpmio.c:558
+#, fuzzy
+msgid "I/O error to local file"
+msgstr "Chyba vstupu/výstupu lokálneho súboru"
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr "Chyba pri nastavení vzdialeného servera do pasívneho re¾imu"
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr "Súbor sa na serveri nenachádza"
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr "Zru¹enie prebieha"
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr "Neznáma alebo neoèakávaná chyba"
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr "prihlasuje sa na %s ako %s, heslo %s\n"
+
+#: rpmio/rpmlog.c:32
#, fuzzy
msgid "(no error)"
msgstr "(chyba 0x%x)"
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr "fatálna chyba: "
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr "chyba: "
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr "varovanie: "
msgstr "nepodarilo sa vytvori» %s\n"
#, fuzzy
+#~ msgid " %s {--initdb} [--dbpath <dir>]\n"
+#~ msgstr " rpm {--initdb} [--dbpath <adresár>]"
+
+#, fuzzy
+#~ msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
+#~ msgstr " rpm {--rebuilddb} [--rcfile <súbor>] [--dbpath <adresár>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
+#~ msgstr ""
+#~ " rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
+#~ msgstr ""
+#~ " [--rcfile <súbor>] [--ignorearch] [--dbpath "
+#~ "<adresár>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <súbor>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--erase -e} [--root <adresár>] [--noscripts] [--rcfile "
+#~ "<súbor>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--scripts] [--root <dir>] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--scripts] [--root <adresár>] [--rcfile <súbor>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--verify -V -y} [-afpg] [--root <adresár>] [--rcfile <súbor>]"
+
+#, fuzzy
+#~ msgid " %s {--setperms} [-afpg] [target]\n"
+#~ msgstr " rpm {--setperms} [-afpg] [cieµ]"
+
+#, fuzzy
+#~ msgid " %s {--setugids} [-afpg] [target]\n"
+#~ msgstr " rpm {--setugids} [-afpg] [cieµ]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#~ msgstr ""
+#~ " rpm {--resign} [--rcfile <súbor>] balík1 balík2 ... balíkN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#~ msgstr ""
+#~ " rpm {--addsign} [--rcfile <súbor>] balík1 balík2 ... balíkN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
+#~ "<file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
+#~ "<súbor>]"
+
+#~ msgid "archive = %s, fs = %s\n"
+#~ msgstr "archív = %s, fs = %s\n"
+
+#~ msgid "can't rename %s to %s: %s\n"
+#~ msgstr "premenovanie %s na %s zlyhalo: %s\n"
+
+#~ msgid "can't unlink %s: %s\n"
+#~ msgstr "zmazanie %s zlyhalo: %s\n"
+
+#~ msgid "getNextHeader: %s\n"
+#~ msgstr "getNextHeader: %s\n"
+
+#~ msgid " file: %s action: %s\n"
+#~ msgstr " súbor: akcia %s: %s\n"
+
+#, fuzzy
+#~ msgid "cannot create sourcedir %s\n"
+#~ msgstr "nie je mo¾né zapísa» do %s: "
+
+#~ msgid "sources in: %s\n"
+#~ msgstr "zdroje v: %s\n"
+
+#, fuzzy
+#~ msgid "cannot create specdir %s\n"
+#~ msgstr "nie je mo¾né zapísa» do %s: "
+
+#~ msgid "spec file in: %s\n"
+#~ msgstr "spec-súbor v: %s\n"
+
+#~ msgid "renaming %s to %s\n"
+#~ msgstr "premenováva sa %s na %s\n"
+
+#, fuzzy
+#~ msgid "rename of %s to %s failed: %s\n"
+#~ msgstr "premenovanie %s na %s zlyhalo: %s"
+
+#~ msgid "stopping install as we're running --test\n"
+#~ msgstr "in¹talácia zastavená kvôli re¾imu --test\n"
+
+#~ msgid "running preinstall script (if any)\n"
+#~ msgstr "vykonávajú sa predin¹talaèné skripty (ak existujú)\n"
+
+#~ msgid "Signature pad : %d\n"
+#~ msgstr "Doplnenie podpisu: %d\n"
+
+#, fuzzy
+#~ msgid "removal of %s failed: %s\n"
+#~ msgstr "odstránenie %s zlyhalo: %s"
+
+#~ msgid "will remove files test = %d\n"
+#~ msgstr "budú sa odstraòova» súbory test = %d\n"
+
+#~ msgid "running postuninstall script (if any)\n"
+#~ msgstr "vykonávajú sa postdein¹talaèné skripty (ak existujú)\n"
+
+#, fuzzy
#~ msgid ""
#~ " [--macros <file:...>] [--ignorearch] [--dbpath <dir>]"
#~ msgstr ""
#~ msgid "no copyright!\n"
#~ msgstr "¾iadny copyright!\n"
-#~ msgid "bad file state: %s"
-#~ msgstr "chybný stav súboru: %s"
-
#, fuzzy
#~ msgid "line %d: Invalid tag value: %s"
#~ msgstr "riadok %d: Znetvorený popis: %s"
# -*- mode:po; coding:iso-latin-2; -*- Slovenian messages for Redhat pkg. mngr.
# Copyright (C) 2000 Free Software Foundation, Inc.
# Primo¾ Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>, 2000.
-# $Id: sl.po,v 1.141 2001/01/19 19:31:24 jbj Exp $
+# $Id: sl.po,v 1.142 2001/02/27 21:30:31 jbj Exp $
#
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\n"
"PO-Revision-Date: 2000-10-08 19:05+0200\n"
"Last-Translator: Grega Fajdiga <gregor.fajdiga@telemach.net>\n"
"Language-Team: Slovenian <sl@li.org>\n"
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8-bit\n"
-#: build.c:26
+#: build.c:25
#, fuzzy, c-format
msgid "cannot open rpm database in %s\n"
msgstr "datoteke %s/packages.rpm ni mogo¾no odpreti\n"
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr "izdelava soodvisnosti je bila neuspe¹na:\n"
-#: build.c:65
+#: build.c:64
#, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr "Datoteke s specifikacijami %s ni mo¾no odpreti: %s\n"
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, fuzzy, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr "Povezava s programom tar je bila neuspe¹na: %m\n"
#. Give up
-#: build.c:149
+#: build.c:150
#, fuzzy, c-format
msgid "Failed to read spec file from %s\n"
msgstr "Neuspe¹no branje datoteke s specifikacijami iz %s"
-#: build.c:177
+#: build.c:178
#, fuzzy, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr "Preimenovanje %s v %s je bilo neuspe¹no: %m"
-#: build.c:216
+#: build.c:217
#, fuzzy, c-format
msgid "failed to stat %s: %m\n"
msgstr "status %s ni na voljo: %s"
-#: build.c:221
+#: build.c:222
#, fuzzy, c-format
msgid "File %s is not a regular file.\n"
msgstr "Datoteka ni obièajna datoteka: %s\n"
-#: build.c:230
+#: build.c:231
#, fuzzy, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr "Ne ka¾e, da je %s datoteka s specifikacijami."
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr "Izgradnja za ciljna strojna okolja: %s\n"
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr "Izgradnja za ciljni sistem %s\n"
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr "rpm: %s\n"
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr "RPM razlièica %s\n"
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
#, fuzzy
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr "Copyright (C) 1998 - Red Hat Software"
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
#, fuzzy
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr "Ta program je dovoljeno razpeèevati pod pogoji navedenimi v GNU GPL."
-#: rpm.c:209
+#: rpm.c:224
#, fuzzy
msgid "Usage: rpm {--help}"
msgstr "Uporaba: rpm {--help}"
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr " rpm {--version}"
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr " rpm {--initdb} [--dbpath <imenik>]"
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
" [--replacepkgs] [--replacefiles] [--root <imenik>]"
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr " [--excludedocs] [--includedocs] [--noscripts]"
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
" [--rcfile <datoteka>] [--ignorearch] [--dbpath "
"<imenik>]"
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
" [--prefix <imenik>] [--ignoreos] [--nodeps] "
"[--allfiles]"
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr " [--ftpproxy <raè.>] [--ftpport <vrata>]"
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
#, fuzzy
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr " [--httpproxy <raè.>] [--httpport <vrata>] "
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
#, fuzzy
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
" [--justdb] [--noorder] [--relocate starapot=novapot]"
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
" [--badreloc] [--notriggers] [--excludepath <pot>]"
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr " [--ignoresize] datoteka1.rpm ... datotekaN.rpm"
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr " [--oldpackage] [--root <imenik>] [--noscripts]"
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
" [--excludedocs] [--includedocs] [--rcfile <datoteka>]"
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
" [--ignorearch] [--dbpath <imenik>] [--prefix "
"<imenik>] "
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr " [--httpproxy <raè.>] [--httpport <vrata>] "
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
" [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr " [--noorder] [--relocate stara_pot=nova_pot]"
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
" [--badreloc] [--excludepath <pot>] [--ignoresize]"
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr " datoteka1.rpm ... datotekaN.rpm"
-#: rpm.c:232
+#: rpm.c:247
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:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
" [--scripts] [--root <imenik>] [--rcfile <datoteka>]"
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr " [--whatprovides] [--whatrequires] [--requires]"
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
#, fuzzy
msgid " [--triggeredby]"
msgstr " [--triggeredby]"
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
#, fuzzy
msgid " [--provides] [--triggers] [--dump]"
msgstr " [--provides] [--triggers] [--dump]"
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr " [--changelog] [--dbpath <imenik>] [targets]"
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
" rpm {--verify -V -y} [-afpg] [--root <imenik>] [--rcfile <datoteka>]"
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
" [--dbpath <imenik>] [--nodeps] [--nofiles] "
"[--noscripts]"
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr " [--nomd5] [targets]"
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr " rpm {--setperms} [-afpg] [target]"
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr " rpm {--setugids} [-afpg] [target]"
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr " rpm {--freshen -F} datoteka1.rpm ... datotekaN.rpm"
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
" rpm {--erase -e} [--root <imenik>] [--noscripts] [--rcfile <datoteka>]"
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr " [--dbpath <imenik>] [--nodeps] [--allmatches]"
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
#, fuzzy
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr " [--justdb] [--notriggers] paket1 ... paketN"
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--resign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--addsign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
"<datoteka>]"
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr " paket1 ... paket2"
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr " rpm {--rebuilddb} [--rcfile <datoteka>] [--dbpath <imenik>]"
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr " rpm {--querytags}"
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
#, fuzzy
msgid "Usage:"
msgstr "Uporaba:"
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr "to sporoèilo"
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr "razlièica rpm, ki jo uporabljate"
-#: rpm.c:295
+#: rpm.c:310
#, fuzzy
msgid " All modes support the following arguments:"
msgstr " Vsi naèini podpirajo naslednje argumente:"
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr " --define '<ime> <telo>'"
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr "definirajte makro <ime> z vrednostjo <telo>"
-#: rpm.c:298
+#: rpm.c:313
#, fuzzy
msgid " --eval '<name>+' "
msgstr " --eval '<ime>+' "
-#: rpm.c:299
+#: rpm.c:314
msgid "print the expansion of macro <name> to stdout"
msgstr ""
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr " --pipe <ukaz> "
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr "standardni izhod preusmerjen na <ukaz>"
-#: rpm.c:302
+#: rpm.c:317
#, fuzzy
msgid " --rcfile <file> "
msgstr " --rcfile <datoteka> "
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr "uporabite <datoteka> namesto /etc/rpmrc in $HOME/.rpmrc"
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr "prika¾i konèni rpmrc in nastavitev makra"
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr "z nekaj veè komentarja med potekom"
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr "z vsem komentarjem, ki je na voljo (za odpravo napak)"
-#: rpm.c:312
+#: rpm.c:327
#, fuzzy
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
" Namestitev, obnova in poizvedba (z -p) omogoèata, da namesto imen datotek"
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr " navedete URL za FTP; poleg tega pa ¹e naslednje mo¾nosti:"
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr " --ftpproxy <raè.> "
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr "ime raèunalnika ali IP za zastopnika FTP"
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr " --ftpport <vrata> "
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr "¹tevilka vrat za FTP na stre¾niku ali zastopniku"
-#: rpm.c:318
+#: rpm.c:333
#, fuzzy
msgid " --httpproxy <host> "
msgstr " --httpproxy <raè.> "
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr "ime raèunalnika ali IP za posrednika HTTP"
-#: rpm.c:320
+#: rpm.c:335
#, fuzzy
msgid " --httpport <port> "
msgstr " --httpport <vrata> "
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr "¹tevilka vrat za HTTP na stre¾niku ali posredniku"
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr "poizvedbeni naèin"
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr " --dbpath <imenik> "
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr "kot imenik za podatkovno zbirko uporabi <imenik>"
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr " --queryformat <qfmt>"
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
#, fuzzy
msgid "use <qfmt> as the header format (implies --info)"
msgstr "uporabi <qfmt> kot obliko glave (nana¹a se na --info)"
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr " --root <imenik> "
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr "uporabi <imenik> za korenski imenik"
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr " Mo¾nosti za doloèitev paketov:"
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr "poizvedba po vseh paketih"
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr " -f <datoteka>+ "
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr "poizvedba po paketu, ki vsebuje <datoteko>"
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr " -p <paket>+ "
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr "poizvedba po (odstranjenem) paketu <paket>"
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr " --triggeredby <pkg>"
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr "poizvedba po paketih, ki jih spro¾i paket <pkg>"
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr " --whatprovides <mo¾>"
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr "poizvedba po paketih, ki ponujajo dano mo¾nost <mo¾>"
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr " --whatrequires <mo¾>"
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr "poizvedba po paketih, ki zahtevajo dano mo¾nost <mo¾>"
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr " Izbire izbora informacij:"
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr "izpis informacij o paketu"
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr "izpis dnevnika sprememb paketa"
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr "izpis seznama datotek v paketu"
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr "prikaz stanja datotek (nana¹a se na -l)"
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr "prikaz seznama datotek z dokumetacijo (nana¹a se na -l)"
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr "prikaz seznama nastavitvenih datotek (privzema -l)"
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
"prikaz vseh preverljivih informacij o vsaki datoteki (le skupaj z -l, -c ali "
"-d)"
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr "izpis mo¾nosti, ki jih nudi paket"
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr "izpis odvisnosti paketa"
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr "izpis razliènih (od)namestitvenih skriptov"
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr "prikaz pro¾ilnih skriptov, ki jih paket vsebuje"
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
msgstr "namestitev paketa preverimo z enakimi izbirnimi doloèili kot -q"
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr "brez preverjanja soodvisnosti paketa"
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr "brez preverjanja nadzorne vsote md5"
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr "brez preverjanja prilastkov datotek"
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr "izpi¹i znaèke, ki pridejo v po¹tev pri poizvedbi"
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr " --install <paket> "
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr " -i <paket> "
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr "name¹èanje paketa"
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr " --excludepath <pot> "
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr "preskok datoteke v navedeni poti"
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr " --relocate <starapot>=<novapot>"
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr "prestavljanje datoteke iz stare poti v novo"
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
msgid "relocate files in non-relocateable package"
msgstr ""
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr " --prefix <imenik> "
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr "èe je mogoèe, bo paket prestavljen v imenik <imenik>"
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr "brez namestitve dokumentacije"
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr "okraj¹ava za --replacepkgs --replacefiles"
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr "z izpisom znakov # ob namestitvi (uporabno z -v)"
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
"namestitev vseh datotek, vkljuèno z nastavitvenimi, ki so sicer izpu¹èene"
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr "brez preverjanja arhitekture paketa"
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr "brez preverjanja prostora na disku pred name¹èanjem"
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr "brez preverjanja operacijskega sistema paketa"
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr "namesti dokumentacijo"
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr "obnovi podatkovno zbirko, a ne spreminjaj datoteènega sistema"
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr ""
"brez spreminjanja vrstnega reda paketov z namenom zadovoljevanja soodvisnosti"
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr "brez izvajanja namestitvenih skriptov"
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr "brez izvajanja skriptov, ki jih po¾ene ta paket"
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr "izpis odstotkov med namestitvijo"
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr "namesti, èetudi paket pi¹e prek ¾e name¹èene datoteke"
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr "ponovno namesti, èe paket ¾e obstaja"
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr "ne namesti, a ugotovi, èe bi delovalo"
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr " --upgrade <paket> "
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr " -U <paket> "
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr "nadgradi paket (iste izbire kot --install in ¹e:)"
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
"nadgraditev na starej¹o razlièico paketa (--force pri nadgradnjah "
"avtomatièno vkljuèi to izbiro)"
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr " --erase <paket> "
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr "izbri¹i (odstrani) paket"
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
"odstrani vse pakete, ki vsebujejo vzorec <paket> (sicer program izide z "
"napako, èe paket <paket> doloèa veè paketov)"
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr "brez izvajanja skriptov paketa"
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr " -b<stopnja> <spec> "
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr " -t<stopnja> <arhiv tar>"
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr "zgradi paket, èe je <stopnja> karkoli od:"
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr "priprava (razpakiraj izvorno kodo in uporabi popravke)"
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr "preverjanje (povr¹no preverjanje %files)"
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr "prevod (priprava in prevajanje)"
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr "namestitev (pripava, prevajanje, namestitev)"
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr "prevedeni paket (priprava, prevajanje, namestitev, izgradnja paketa)"
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr ""
"prevedeni in izvorni paket (priprava, prevajanje, namestitev, izgradnja "
"paketa)"
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr "preskok naravnost na doloèeno stopnjo (samo za c,i)"
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr "po zakljuèku drevo imenikov v katerih smo pakete gradili odstrani"
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr "po zakljuèku naj se izvorna koda izbri¹e"
-#: rpm.c:486
+#: rpm.c:501
#, fuzzy
msgid "remove spec file when done"
msgstr "po zakljuèku naj se datoteka s specifikacijami izbri¹e"
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr "izdelava podpisa PGP/GPG"
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr " --buildroot <imenik>"
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr "<imenik> naj bo korenski imenik pri izgradnji"
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr " --target=<s.okolje>+"
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr "izgradi pakete za navedena ciljna strojna okolja"
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr "brez izvajanja katerekoli stopen izgradnje"
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr " --timecheck <sek> "
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr "najveèji dopustni èas izgradnje paketa (0 brez omejitev)"
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr " --rebuild <izv.paket> "
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
"Namesti izvorni paket, izgradi prevedeni paket in pobri¹i datoteko spec, "
"izvorno kodo, krpe in ikone."
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr " --recompile <izv.pak.>"
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr "kot --rebuild, a brez izgradnje kakr¹negakoli paketa"
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr " --resign <paket>+ "
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr "podpi¹i paket(e) (trenutni podpis zavrzi)"
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr " --addsign <paket>+ "
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr "paketu(-om) dodaj podpis"
-#: rpm.c:508
+#: rpm.c:523
#, fuzzy
msgid " --checksig <pkg>+"
msgstr " --checksig <paket>+"
-#: rpm.c:509
+#: rpm.c:524
#, fuzzy
msgid " -K <pkg>+ "
msgstr " -K <paket>+ "
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr "preveri podpis paketa(-ov)"
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr "preskoèi vse podpise PGP"
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr "preskoèi vse podpise GPG"
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr "preskoèi vse podpise MD5"
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr "preveri, èe obstaja veljavna zbirka"
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr "ponovno izgradi zbirko iz obstojeèe"
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
"nastavitev dovoljenja za datoteke na vrednosti v paketu, z istimi izbirnimi "
"doloèili kot pri -q"
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
"nastavitev lastnika in skupine datoteke na vrednosti v paketu, z istimi "
"izbirnimi doloèili kot pri -q"
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr "izbran sme biti le en glavni naèin"
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr "-u in --uninstall nista veè podprti izbiri in ne delujeta veè.\n"
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr "Namesto njiju uporabite -e ali --erase.\n"
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr "premikanja se morajo zaèeti z /"
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr "premikanja morajo vsebovati ="
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr "premikanja morajo imeti /, ki mu sledi ="
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr "poti, ki niso obdelane, se morajo zaèeti z /"
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr "Notranja napaka pri obdelavi argumentov (%d) :-\n"
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr "samo en tip poizvedbe/preverjanja je mo¾en naenkrat"
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr "neprièakovane zastavice pri poizvedbi"
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr "neprièakovana oblika poizvedbe"
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr "neprièakovan izvor poizvedbe"
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr ""
"--force smemo podati samo pri --install --upgrade, --rmsource in --rmspec"
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr "datoteke smemo premakniti samo med namestitvijo paketa"
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr "izbiri --prefix in --relocate se medsebojno izkljuèujeta"
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr "izbiri --relocate in --excludepath se lahko uporabi le pri namestitvi"
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr "--prefix se sme uporabiti le pri namestitvi"
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr "argumenti izbire --prefix se morajo zaèeti z /"
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr "--hash (-h) sme biti podan le ob namestitvi paketa"
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr "--percent sme biti podan le ob namestitvi paketa"
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr "--replacefiles sme biti podan le ob namestitvi paketa"
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr "--replacepkgs sme biti podan le ob namestitvi paketa"
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr "--excludedocs sme biti podatn le ob namestitvi paketa"
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr "--includedocs sme biti podan le ob namestitvi paketa"
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr "izbiri --excludedocs in --includedocs se medsebojno izkljuèujeta"
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr "--ignorearch sme biti podan le ob namestitvi paketa"
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr "--ignoreos sme podan le ob namestitvi paketa"
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr "--ignoresize sme biti podan le ob namestitvi paketa"
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr "--allmatches sme biti podan le ob odstranitvi paketa"
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr "--allfiles sme biti podati le ob namestitvi paketa"
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr "--justdb sme biti podan le ob namestitvi ali odstranitvi paketa"
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
"--noscripts sme biti podan le ob namestitvi, odstranitvi ali preverjanju "
"paketa"
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
"--notriggers smemo biti podan le ob namestitvi, odstranitvi ali preverjanju "
"paketa"
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"recompilation, installation,erasure, and verification"
"--nodeps sme biti podan le ob izgradnji, vnovièni izgradnji, prevajanju, "
"namestitvi, odstranitvi ali preverjanju paketa"
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr ""
"--test sme biti podan le ob namestitvi, odstranitvi ali izgradnji paketa"
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
"--root (-r) sme biti podan le ob namestitvi, odstranitvi poizvedbi ali "
"vnovièni izgradnji paketa"
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr "argumenti izbire --root (-r) se morajo zaèeti z /"
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr "--oldpackage sme biti podan le ob nadgradnji"
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr "--nopgp sme biti podan le ob preverjanju podpisa"
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr "--nogpg sme biti podati le ob preverjanju podpisa"
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr "--nomd5 sme biti podan le ob preverjanju podpisa ali paketa"
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr "ni datotek, ki bi jih lahko podpisal\n"
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr "dostop do datoteke %s ni mo¾en\n"
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr "pgp manjka: "
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr "Vnesite pristopno geslo: "
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr "Preverjanje pristopnega gesla neuspe¹no\n"
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr "Pristopno geslo je pravo.\n"
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr "Neveljaven %%_signature v makro-datoteki.\n"
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr "--sign sme biti podan le ob izgradnji paketa"
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr "izvajanje je bilo neuspe¹no\n"
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr "neprièakovani argumenti za --querytags "
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr "paketi za katere bi bilo potrebno preveriti podpis niso navedeni"
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr "paketi katere bi bilo potrebno podpisati niso navedeni"
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr "paketi katere bi bilo potrebno odstraniti niso navedeni"
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr "paketi katere bi bilo potrebno namestiti niso navedeni"
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr "pri poizvedbi paketov so podani odveèni argumenti"
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr "argumenti za poizvedbo niso podani"
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr "pri preverjanju paketov so podani odveèni argumenti"
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr "argumenti za preverjanje niso podani"
msgid "cannot re-open payload: %s\n"
msgstr "ni mo¾no vnoviè odpreti (payload): %s\n"
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
#, fuzzy
msgid "print macro expansion of <expr>+"
msgstr "uporabljana razlièica rpm"
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
#, fuzzy
msgid "rebuild database inverted lists from installed package headers"
msgstr "ponovno izgradi zbirko iz obstojeèih glav"
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
+msgstr ""
+
+#: rpmqv.c:234
#, fuzzy
-msgid "<package>"
+msgid "<package>+"
msgstr "ni paketov\n"
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:238 rpmqv.c:564
#, fuzzy
msgid "skip files with leading component <path> "
msgstr "preskok datotek v navedeni poti"
-#: rpmqv.c:267
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
#, fuzzy
-msgid "upgrade package if already installed"
+msgid "upgrade package(s) if already installed"
msgstr "paket %s-%s-%s je ¾e name¹èen"
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
#, fuzzy
msgid "<packagefile>+"
msgstr " -p <paket>+ "
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
#, fuzzy
msgid "do not execute scripts (if any)"
msgstr "brez izvajanja katerekoli stopen izgradnje"
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
#, fuzzy
msgid "don't execute any scriptlets triggered by this package"
msgstr "brez izvajanja katerihkoli skriptov, ki jih po¾ene ta paket"
-#: rpmqv.c:313
+#: rpmqv.c:279
#, fuzzy
-msgid "<oldpath>=<newpath>"
+msgid "relocate files from path <old> to <new>"
+msgstr "prestavljanje datoteke iz stare poti v novo"
+
+#: rpmqv.c:280
+#, fuzzy
+msgid "<old>=<new>"
msgstr " --relocate <starapot>=<novapot>"
-#: rpmqv.c:324
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
+msgstr ""
+
+#: rpmqv.c:291
#, fuzzy
-msgid "upgrade package"
+msgid "upgrade package(s)"
msgstr " --upgrade <paket> "
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
#, fuzzy
msgid "Signature options:"
msgstr "Dol¾. podpisa : %d\n"
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
+msgstr ""
+
+#: rpmqv.c:343
msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:413
+#: rpmqv.c:377
#, fuzzy, c-format
msgid "Usage: %s {--help}\n"
msgstr "Uporaba: %s {--help}\n"
-#: rpmqv.c:417
-#, fuzzy, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr " %s {--initdb} [--dbpath <imenik>]\n"
-
-#: rpmqv.c:418
-#, fuzzy, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr " %s {--rebuilddb} [--rcfile <datoteka>] [--dbpath <imenik>]\n"
-
-#: rpmqv.c:422
-#, fuzzy, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-
-#: rpmqv.c:425
-#, fuzzy
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-" [--rcfile <datoteka>] [--ignorearch] [--dbpath "
-"<imenik>]"
-
-#: rpmqv.c:434
-#, fuzzy
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-" [--excludedocs] [--includedocs] [--rcfile <datoteka>]"
-
-#: rpmqv.c:442
-#, fuzzy, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-" %s {--erase -e} [--root <imenik>] [--noscripts] [--rcfile "
-"<datoteka>]\n"
-
-#: rpmqv.c:449
-#, fuzzy
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-" [--scripts] [--root <imenik>] [--rcfile <datoteka>]"
-
-#: rpmqv.c:456
-#, fuzzy, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-" %s {--verify -V -y} [-afpg] [--root <imenik>] [--rcfile <datoteka>]\n"
-
-#: rpmqv.c:460
-#, fuzzy, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr " %s {--setperms} [-afpg] [target]\n"
-
-#: rpmqv.c:461
-#, fuzzy, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr " %s {--setugids} [-afpg] [target]\n"
-
-#: rpmqv.c:465
-#, fuzzy, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
-msgstr " %s {--resign} [--rcfile <datoteka>] paket1 paket2 ... paketN\n"
-
-#: rpmqv.c:466
-#, fuzzy, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
-msgstr " rpm {--addsign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
-
-#: rpmqv.c:467
-#, fuzzy, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
-msgstr ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<datoteka>]\n"
-
-#: rpmqv.c:511
+#: rpmqv.c:448
#, fuzzy
msgid " All modes support the following options:"
msgstr " Vsi naèini podpirajo naslednje argumente:"
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr " --define '<ime> <telo>'"
-#: rpmqv.c:514
+#: rpmqv.c:451
#, fuzzy
msgid " --eval '<expr>+' "
msgstr " --eval '<ime>+' "
-#: rpmqv.c:515
+#: rpmqv.c:452
#, fuzzy
msgid "print the expansion of macro <expr> to stdout"
msgstr "uporabljana razlièica rpm"
-#: rpmqv.c:516
+#: rpmqv.c:453
#, fuzzy
msgid " --pipe <cmd> "
msgstr " --pipe <ukaz> "
-#: rpmqv.c:518
+#: rpmqv.c:455
#, fuzzy
msgid " --rcfile <file:...> "
msgstr " --rcfile <datoteka> "
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
#, fuzzy
msgid " --dbpath <dir> "
msgstr " --dbpath <imenik> "
-#: rpmqv.c:525
+#: rpmqv.c:462
#, fuzzy
msgid " --root <dir> "
msgstr " --root <imenik> "
-#: rpmqv.c:535
+#: rpmqv.c:472
#, fuzzy
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
" Namestitev, obnova in poizvedba (z -p) omogoèata, da namesto imen datotek"
-#: rpmqv.c:536
+#: rpmqv.c:473
#, fuzzy
msgid " of file names as well as the following options:"
msgstr " navedemo URL za FTP; poleg tega pa ¹e naslednje mo¾nosti:"
-#: rpmqv.c:537
+#: rpmqv.c:474
#, fuzzy
msgid " --ftpproxy <host> "
msgstr " --ftpproxy <raè.> "
-#: rpmqv.c:539
+#: rpmqv.c:476
#, fuzzy
msgid " --ftpport <port> "
msgstr " --ftpport <vrata> "
-#: rpmqv.c:541
+#: rpmqv.c:478
#, fuzzy
msgid " --httpproxy <host> "
msgstr " --httpproxy <raè.> "
-#: rpmqv.c:543
+#: rpmqv.c:480
#, fuzzy
msgid " --httpport <port> "
msgstr " --httpport <vrata> "
-#: rpmqv.c:549
+#: rpmqv.c:486
#, fuzzy
msgid " Package specification options:"
msgstr " Mo¾nosti za doloèitev paketov:"
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
#, fuzzy
msgid "query/verify all packages"
msgstr "poizvedba/preverba po vseh paketih"
-#: rpmqv.c:552
+#: rpmqv.c:489
#, fuzzy
msgid " -f <file>+ "
msgstr " -f <datoteka>+ "
-#: rpmqv.c:553
+#: rpmqv.c:490
#, fuzzy
msgid "query/verify package owning <file>"
msgstr "poizvedba/preverba po paketu, ki vsebuje <datoteko>"
-#: rpmqv.c:554
+#: rpmqv.c:491
#, fuzzy
msgid " -p <packagefile>+ "
msgstr " -p <datotekapaketa>+ "
-#: rpmqv.c:555
+#: rpmqv.c:492
#, fuzzy
msgid "query/verify (uninstalled) package <packagefile>"
msgstr "poizvedba/preverba po (odstranjenem) paketu <datotekapaketa>"
-#: rpmqv.c:556
+#: rpmqv.c:493
#, fuzzy
msgid " --triggeredby <pkg> "
msgstr " --triggeredby <pkg> "
-#: rpmqv.c:557
+#: rpmqv.c:494
#, fuzzy
msgid "query/verify packages triggered by <pkg>"
msgstr "poizvedba po paketih, ki jih spro¾i paket <pkg>"
-#: rpmqv.c:558
+#: rpmqv.c:495
#, fuzzy
msgid " --whatprovides <cap> "
msgstr " --whatprovides <mo¾>"
-#: rpmqv.c:559
+#: rpmqv.c:496
#, fuzzy
msgid "query/verify packages which provide <cap> capability"
msgstr "poizvedba po paketih, ki ponujajo dano zmo¾nost <mo¾>"
-#: rpmqv.c:560
+#: rpmqv.c:497
#, fuzzy
msgid " --whatrequires <cap> "
msgstr " --whatrequires <mo¾>"
-#: rpmqv.c:561
+#: rpmqv.c:498
#, fuzzy
msgid "query/verify packages which require <cap> capability"
msgstr "poizvedba po paketih, ki potrebujejo dano zmo¾nost <mo¾>"
-#: rpmqv.c:565
+#: rpmqv.c:502
#, fuzzy
msgid " --queryformat <qfmt> "
msgstr " --queryformat <qfmt>"
-#: rpmqv.c:568
+#: rpmqv.c:505
#, fuzzy
msgid " Information selection options:"
msgstr " Izbire izbora informacij:"
-#: rpmqv.c:584
+#: rpmqv.c:521
#, fuzzy
msgid "list capabilities provided by package"
msgstr "izpis mo¾nosti, ki jih nudi paket"
-#: rpmqv.c:586
+#: rpmqv.c:523
#, fuzzy
msgid "list capabilities required by package"
msgstr "izpis mo¾nosti, ki jih paket potrebuje"
-#: rpmqv.c:588
+#: rpmqv.c:525
#, fuzzy
msgid "print the various [un]install scriptlets"
msgstr "izpis razliènih (od)namestitvenih skriptov"
-#: rpmqv.c:590
+#: rpmqv.c:527
#, fuzzy
msgid "show the trigger scriptlets contained in the package"
msgstr "prikaz pro¾ilnih skriptov, ki jih paket vsebuje"
-#: rpmqv.c:616
+#: rpmqv.c:553
#, fuzzy
msgid " --install <packagefile>"
msgstr " --install <paket> "
-#: rpmqv.c:617
+#: rpmqv.c:554
#, fuzzy
msgid " -i <packagefile> "
msgstr " -i <paket> "
-#: rpmqv.c:626
+#: rpmqv.c:563
#, fuzzy
msgid " --excludepath <path> "
msgstr " --excludepath <pot> "
-#: rpmqv.c:647
+#: rpmqv.c:584
#, fuzzy
msgid "don't execute any installation scriptlets"
msgstr "brez izvajanja namestitvenih skriptov"
-#: rpmqv.c:652
+#: rpmqv.c:589
#, fuzzy
msgid " --prefix <dir> "
msgstr " --prefix <imenik> "
-#: rpmqv.c:654
+#: rpmqv.c:591
#, fuzzy
msgid " --relocate <oldpath>=<newpath>"
msgstr " --relocate <starapot>=<novapot>"
-#: rpmqv.c:663
+#: rpmqv.c:600
#, fuzzy
msgid " --upgrade <packagefile>"
msgstr " --upgrade <paket> "
-#: rpmqv.c:664
+#: rpmqv.c:601
#, fuzzy
msgid " -U <packagefile> "
msgstr " -U <paket> "
-#: rpmqv.c:669
+#: rpmqv.c:606
#, fuzzy
msgid " --erase <package>"
msgstr " --erase <paket> "
-#: rpmqv.c:688
+#: rpmqv.c:625
#, fuzzy
msgid " --resign <pkg>+ "
msgstr " --resign <paket>+ "
-#: rpmqv.c:690
+#: rpmqv.c:627
#, fuzzy
msgid " --addsign <pkg>+ "
msgstr " --addsign <paket>+ "
-#: rpmqv.c:693
+#: rpmqv.c:630
#, fuzzy
msgid " --checksig <pkg>+"
msgstr " --checksig <paket>+ "
-#: rpmqv.c:694
+#: rpmqv.c:631
#, fuzzy
msgid " -K <pkg>+ "
msgstr " --K <paket>+ "
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr "nalaganje podatkovne zbirke (nepotrebno, zavr¾ena izbira)"
-#: rpmqv.c:709
+#: rpmqv.c:646
#, fuzzy
msgid "rebuild database indices from existing database headers"
msgstr "ponovno izgradi zbirko iz obstojeèih glav"
-#: rpmqv.c:996
+#: rpmqv.c:928
#, fuzzy
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr "Namesto njiju uporabite -e ali --erase.\n"
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr "--dbpath podan, vendar, èeprav nepotreben"
-#: rpmqv.c:1158
+#: rpmqv.c:1086
#, fuzzy
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr "--justdb sme biti podan le ob namestitvi ali odstranitvi paketa"
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr "paketi za vnovièno izgradnjo niso navedeni"
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr "datoteka spec za izgradnjo manjka"
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr "arhiv tar za izgradnjo manjka"
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
#, fuzzy
msgid "Unable to open temp file.\n"
msgstr "Zaèasne datoteke ni mo¾no odpreti"
msgid "syntax error in expression\n"
msgstr "napaka v sklanji izraza"
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr "TIMECHECK neuspe¹en: %s\n"
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, fuzzy, c-format
msgid "Missing '(' in %s %s\n"
msgstr "Manjkajoèi ,(` v %s %s"
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, fuzzy, c-format
msgid "Missing ')' in %s(%s\n"
msgstr "Manjkajoèi ,)` v %s(%s"
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, fuzzy, c-format
msgid "Invalid %s token: %s\n"
msgstr "Neveljaven ¾eton %s: %s"
-#: build/files.c:379
+#: build/files.c:381
#, fuzzy, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr "Neprazen znak sledi %s(): %s"
-#: build/files.c:417
+#: build/files.c:419
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr "Nepravilna skladnja: %s(%s)"
-#: build/files.c:427
+#: build/files.c:429
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr "Nepravilno doloèilo naèina: %s(%s)"
-#: build/files.c:439
+#: build/files.c:441
#, fuzzy, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr "Nepravilno doloèilo naèina imenika: %s(%s)"
-#: build/files.c:576
+#: build/files.c:578
#, fuzzy
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr "Nenavadna dol¾ina za locale: \"%.s\" pri %%lang(%s)"
-#: build/files.c:586
+#: build/files.c:588
#, fuzzy
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr "Podvojeni locale %.*s za %%lang(%s)"
-#: build/files.c:723
+#: build/files.c:725
#, fuzzy
msgid "Hit limit for %%docdir\n"
msgstr "Dosegli smo omejitev za %%docdir"
-#: build/files.c:729
+#: build/files.c:731
#, fuzzy
msgid "Only one arg for %%docdir\n"
msgstr "Za %%docdir je podan samo en argument"
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, fuzzy, c-format
msgid "Two files on one line: %s\n"
msgstr "Dve datoteki v eni vrstici: %s"
-#: build/files.c:771
+#: build/files.c:773
#, fuzzy, c-format
msgid "File must begin with \"/\": %s\n"
msgstr "Ime datoteke se mora zaèeti z \"/\": %s"
-#: build/files.c:783
+#: build/files.c:785
#, fuzzy
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr "Posebnih %%doc ni mo¾no me¹ati z ostalimi oblikami: %s"
-#: build/files.c:949
+#: build/files.c:952
#, fuzzy, c-format
msgid "File listed twice: %s\n"
msgstr "Datoteka je navedena dvakrat: %s"
-#: build/files.c:1060
+#: build/files.c:1042
#, fuzzy, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr "Simbolna povezava ka¾e na BuildRoot: %s -> %s"
-#: build/files.c:1155
+#: build/files.c:1229
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr "Datoteka se ne ujema s predpono (%s): %s"
-#: build/files.c:1165
+#: build/files.c:1239
#, fuzzy, c-format
msgid "File not found: %s\n"
msgstr "Datoteke ni mogoèe najti: %s"
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr "Neobstojeè lastnik/skupina: %s\n"
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "Datoteka: %4d: %07o %s.%s\t %s\n"
-#: build/files.c:1297
+#: build/files.c:1371
#, fuzzy, c-format
msgid "File needs leading \"/\": %s\n"
msgstr "Datoteki manjka uvodni \"/\": %s"
-#: build/files.c:1327
+#: build/files.c:1401
#, fuzzy, c-format
msgid "File not found by glob: %s\n"
msgstr "Datoteke ni mo¾no najti z raz¹iritvijo metaznakov v imenu: %s"
-#: build/files.c:1382
+#: build/files.c:1455
#, fuzzy
msgid "Could not open %%files file %s: %s\n"
msgstr "Datoteke %s iz %%files ni mo¾no odpreti: %s"
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, fuzzy, c-format
msgid "line: %s\n"
msgstr "vrstica: %s"
-#: build/files.c:1720
+#: build/files.c:1791
#, fuzzy, c-format
msgid "Bad file: %s: %s\n"
msgstr "Po¹kodovana datoteka: %s: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, fuzzy, c-format
msgid "Couldn't exec %s: %s\n"
msgstr "Ni mo¾no izvesti %s: %s"
-#: build/files.c:1794
+#: build/files.c:1864
#, fuzzy, c-format
msgid "Couldn't fork %s: %s\n"
msgstr "Vejitev %s ni mo¾na: %s"
-#: build/files.c:1876
+#: build/files.c:1946
#, fuzzy, c-format
msgid "%s failed\n"
msgstr "%s neuspe¹en"
-#: build/files.c:1880
+#: build/files.c:1950
#, fuzzy, c-format
msgid "failed to write all data to %s\n"
msgstr "pisanje podatkov v %s je bilo neuspe¹no"
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr "Iskanje %s: (z uporabo %s)...\n"
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, fuzzy, c-format
msgid "Failed to find %s:\n"
msgstr "Neuspe¹no iskanje %s:"
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "Obdeloavnje datotek: %s-%s-%s\n"
msgid "Could not canonicalize hostname: %s\n"
msgstr "Iskanje kanoniènega imena gostitelja je bilo neuspe¹no: %s\n"
-#: build/pack.c:52
+#: build/pack.c:61
#, fuzzy, c-format
msgid "create archive failed on file %s: %s\n"
msgstr "ustvarjanje arhiva je bilo za datoteko %s neuspe¹no: %s"
-#: build/pack.c:74
+#: build/pack.c:83
#, fuzzy, c-format
msgid "cpio_copy write failed: %s\n"
msgstr "pisanje cpio_copy neuspe¹no: %s"
-#: build/pack.c:81
+#: build/pack.c:90
#, fuzzy, c-format
msgid "cpio_copy read failed: %s\n"
msgstr "branje cpio_copy neuspe¹no: %s"
-#: build/pack.c:165
+#: build/pack.c:174
#, fuzzy, c-format
msgid "Could not open PreIn file: %s\n"
msgstr "Datoteke PreIn ni mo¾no odpreti: %s"
-#: build/pack.c:172
+#: build/pack.c:181
#, fuzzy, c-format
msgid "Could not open PreUn file: %s\n"
msgstr "Datoteke PreUn ni mo¾no odpreti: %s"
-#: build/pack.c:179
+#: build/pack.c:188
#, fuzzy, c-format
msgid "Could not open PostIn file: %s\n"
msgstr "Datoteke PostIn ni mo¾no odpreti: %s"
-#: build/pack.c:186
+#: build/pack.c:195
#, fuzzy, c-format
msgid "Could not open PostUn file: %s\n"
msgstr "Datoteke PostUn ni mo¾no odpreti: %s"
-#: build/pack.c:194
+#: build/pack.c:203
#, fuzzy, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr "Datoteke VerifyScript ni mo¾no odpreti: %s"
-#: build/pack.c:209
+#: build/pack.c:218
#, fuzzy, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr "Skriptne datoteke Trigger ni mo¾no odpreti: %s"
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr "readRPM: odpiranje %s: %s\n"
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr "readRPM: branje %s: %s\n"
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "readRPM: %s ni paket tipa RPM\n"
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr "readRPM: branje glave %s\n"
-#: build/pack.c:382
+#: build/pack.c:396
#, fuzzy
msgid "Bad CSA data\n"
msgstr "Po¹kodovani podatki CSA"
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr "Izdelujemo podpis: %d\n"
-#: build/pack.c:433
+#: build/pack.c:447
#, c-format
msgid "Could not open %s: %s\n"
msgstr "Ni mo¾no odpreti %s: %s\n"
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "Ni mo¾no zapisati paketa: %s"
-#: build/pack.c:485
+#: build/pack.c:499
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr "Ciljnega podpisa %s ni mo¾no odpreti: %s"
-#: build/pack.c:495
+#: build/pack.c:509
#, fuzzy, c-format
msgid "Unable to read header from %s: %s\n"
msgstr "Ikone %s ni mo¾no prebrati: %s"
-#: build/pack.c:509
+#: build/pack.c:523
#, fuzzy, c-format
msgid "Unable to write header to %s: %s\n"
msgstr "Ni mo¾no zapisati paketa %s: %s"
-#: build/pack.c:519
+#: build/pack.c:533
#, fuzzy, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr "Ikone %s ni mo¾no prebrati: %s"
-#: build/pack.c:525
+#: build/pack.c:539
#, fuzzy, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr "Ni mo¾no zapisati paketa %s: %s"
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr "Zapisano: %s\n"
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr "Neuspe¹no ustvarjanje izhodne datoteke za paket %s: %s\n"
-#: build/pack.c:634
+#: build/pack.c:648
#, c-format
msgid "cannot create %s: %s\n"
msgstr "ni mo¾no ustvariti %s: %s\n"
msgid "Package has no %%description: %s\n"
msgstr "V paketu manjka %%description: %s"
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr "arhiv = %s, fs = %s\n"
-
-#: build/spec.c:228
+#: build/spec.c:216
#, fuzzy, c-format
msgid "line %d: Bad number: %s\n"
msgstr "vrstica %d: Napaèno ¹tevilo: %s"
-#: build/spec.c:234
+#: build/spec.c:222
#, fuzzy, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr "vrstica %d: Napaèno ¹tevilo no%s: %d"
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "vrstica %d: Napaèno ¹tevilo %s: %s\n"
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr "ni mo¾no preimenovati %s v %s: %s\n"
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr "ni mo¾no izbrisati %s: %s\n"
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr "getNextHeader: %s\n"
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr "(napaka 0x%x)"
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr "Napaèno magièno ¹tevilo"
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr "Po¹kodovana/neberljiva glava"
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr "Glava je predolga"
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr "Neznan tip datoteke"
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr "Trda povezava manjka"
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr "Notranja napaka"
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr " neuspe¹no - "
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
+#, fuzzy, c-format
+msgid "db%d error(%d) from %s: %s\n"
+msgstr "db%d napaka(%d)"
+
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
+#, fuzzy, c-format
+msgid "db%d error(%d): %s\n"
+msgstr "db%d napaka(%d)"
+
+#: lib/db1.c:387
+#, c-format
+msgid "closed db file %s\n"
+msgstr "zaprta datoteka db %s\n"
+
+#: lib/db1.c:390
+#, fuzzy, c-format
+msgid "removed db file %s\n"
+msgstr "odstranjena datoteka db %s\n"
+
+#: lib/db1.c:421
+#, fuzzy, c-format
+msgid "bad db file %s\n"
+msgstr "po¹kodovana zbirka podatkov %s"
+
+#: lib/db1.c:426
+#, fuzzy, c-format
+msgid "opening db file %s mode 0x%x\n"
+msgstr "odpiranje datoteke %s v naèinu 0x%x\n"
+
+#. XXX check errno validity
+#: lib/db1.c:449
+#, fuzzy, c-format
+msgid "cannot get %s lock on database\n"
+msgstr "datoteke ni mo¾no %s zakleniti"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
+msgstr "izkljuèujoèe"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
+msgstr "skupno"
+
+#: lib/db2.c:145 lib/db3.c:130
+#, fuzzy, c-format
+msgid "closed db environment %s/%s\n"
+msgstr "zaprto db okolje %s/%s\n"
+
+#: lib/db2.c:161 lib/db3.c:146
+#, fuzzy, c-format
+msgid "removed db environment %s/%s\n"
+msgstr "odstranjeno db okolje %s/%s\n"
+
+#: lib/db2.c:198 lib/db3.c:183
+#, c-format
+msgid "opening db environment %s/%s %s\n"
+msgstr "odpiranje db okolja %s/%s %s\n"
+
+#: lib/db2.c:588 lib/db3.c:569
+#, fuzzy, c-format
+msgid "closed db index %s/%s\n"
+msgstr "zaprto db kazalo %s/%s\n"
+
+#: lib/db2.c:678 lib/db3.c:659
+#, fuzzy, c-format
+msgid "opening db index %s/%s %s mode=0x%x\n"
+msgstr "odpiranje db kazala %s/%s %s naèin=0x%x\n"
+
+#: lib/db2.c:784 lib/db3.c:764
+#, fuzzy, c-format
+msgid "cannot get %s lock on %s/%s\n"
+msgstr "ni mo¾no zakleniti z %s datotek %s/%s\n"
+
+#: lib/db2.c:791 lib/db3.c:771
+#, fuzzy, c-format
+msgid "locked db index %s/%s\n"
+msgstr "zaklenjeno db kazalo %s/%s\n"
+
+#: lib/dbconfig.c:258
+#, fuzzy, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
+msgstr "dbiSetConfig: neprepoznana izbira db: \"%s\" prezrto\n"
+
+#: lib/dbconfig.c:287
+#, c-format
+msgid "%s has invalid numeric value, skipped\n"
+msgstr "%s ima neveljavno ¹tevilèno vrednost, prezrto\n"
+
+#: lib/dbconfig.c:296
+#, c-format
+msgid "%s has too large or too small long value, skipped\n"
+msgstr "%s ima preveliko ali premajhno dolgo (long) vrednost, prezrto\n"
+
+#: lib/dbconfig.c:305
+#, c-format
+msgid "%s has too large or too small integer value, skipped\n"
+msgstr ""
+"%s ima preveliko ali premajhno vrednost malega (small) celega\n"
+"¹tevila, prezrto\n"
+
#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/depends.c:565
#, c-format
msgid ""
"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
"odvisnost \"B\" potrebuje \"epoch\" (privzeto enak kot \"A\")\n"
"\tA %s\tB %s\n"
-#: lib/depends.c:593
+#: lib/depends.c:594
#, c-format
msgid " %s A %s\tB %s\n"
msgstr " %s A %s\tB %s\n"
-#: lib/depends.c:949
+#: lib/depends.c:962
#, fuzzy, c-format
msgid "%s: %-45s YES (added files)\n"
msgstr "%s: %-45s DA (dodane datoteke)\n"
-#: lib/depends.c:1008
+#: lib/depends.c:1021
#, fuzzy, c-format
msgid "%s: %-45s YES (added provide)\n"
msgstr "%s: %-45s DA (dodane ponudbe)\n"
-#: lib/depends.c:1060
+#: lib/depends.c:1073
#, c-format
msgid "%s: %-45s %-3s (cached)\n"
msgstr "%s: %-45s %-3s (predpomnjeno)\n"
-#: lib/depends.c:1079
+#: lib/depends.c:1092
#, fuzzy, c-format
msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr "%s: %-45s DA (rpmrc ponudbe)\n"
-#: lib/depends.c:1096
+#: lib/depends.c:1109
#, fuzzy, c-format
msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr "%s: %-45s DA (rpmlib ponudbe)\n"
-#: lib/depends.c:1118
+#: lib/depends.c:1131
#, c-format
msgid "%s: %-45s YES (db files)\n"
msgstr "%s: %-45s DA (db datoteke)\n"
-#: lib/depends.c:1131
+#: lib/depends.c:1144
#, fuzzy, c-format
msgid "%s: %-45s YES (db provides)\n"
msgstr "%s: %-45s DA (db ponudbe)\n"
-#: lib/depends.c:1145
+#: lib/depends.c:1158
#, fuzzy, c-format
msgid "%s: %-45s YES (db package)\n"
msgstr "%s: %s zadovoljen ob paketih db.\n"
-#: lib/depends.c:1161
+#: lib/depends.c:1174
#, c-format
msgid "%s: %-45s NO\n"
msgstr "%s: %-45s NE\n"
-#: lib/depends.c:1182
+#: lib/depends.c:1195
#, fuzzy, c-format
msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr "%s: (%s, %s) dodano v predpomnilnik Depends.\n"
#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/depends.c:1256
#, fuzzy, c-format
msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr "Za paket %s-%s-%s: zahteva %s ni zadovoljena\n"
#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/depends.c:1323
#, c-format
msgid "package %s conflicts: %s\n"
msgstr "paket %s jw v sporu z: %s\n"
-#: lib/depends.c:1523
+#: lib/depends.c:1539
#, fuzzy, c-format
msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr "odstranjujemo seznam skupin\n"
#. Record all relations.
-#: lib/depends.c:1662
+#: lib/depends.c:1678
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1709
+#: lib/depends.c:1725
msgid "========== tsorting packages\n"
msgstr ""
-#: lib/depends.c:1754
+#: lib/depends.c:1770
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1803
+#: lib/depends.c:1819
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1834
+#: lib/depends.c:1850
msgid "========== continuing tsort ...\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
-#, fuzzy, c-format
-msgid "db%d error(%d) from %s: %s\n"
-msgstr "db%d napaka(%d)"
-
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
-#, fuzzy, c-format
-msgid "db%d error(%d): %s\n"
-msgstr "db%d napaka(%d)"
-
-#: lib/db1.c:387
+#: lib/falloc.c:141
#, c-format
-msgid "closed db file %s\n"
-msgstr "zaprta datoteka db %s\n"
+msgid ""
+"free list corrupt (%u)- please run\n"
+"\t\"rpm --rebuilddb\"\n"
+"More information is available from http://www.rpm.org or the "
+"rpm-list@redhat.com mailing list\n"
+"if \"rpm --rebuilddb\" fails to correct the problem.\n"
+msgstr ""
+"seznam prostih okvarjen (%u)- prosimo, po¾enite\n"
+"\t\"rpm --rebuilddb\"\n"
+"Èe \"rpm --rebuilddb\" ne re¹i problema, so dodatne informacije na voljo\n"
+"na strani http://www.rpm.org ali po dopisni listi rpm-list@redhat.com.\n"
-#: lib/db1.c:390
-#, fuzzy, c-format
-msgid "removed db file %s\n"
-msgstr "odstranjena datoteka db %s\n"
+#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+msgid "(not a number)"
+msgstr "(ni ¹tevilo)"
-#: lib/db1.c:421
+#: lib/fs.c:69
#, fuzzy, c-format
-msgid "bad db file %s\n"
-msgstr "po¹kodovana zbirka podatkov %s"
+msgid "mntctl() failed to return size: %s\n"
+msgstr "mntctl() ni uspe¹no vrnila velikosti fugger: %s"
-#: lib/db1.c:426
+#: lib/fs.c:84
#, fuzzy, c-format
-msgid "opening db file %s mode 0x%x\n"
-msgstr "odpiranje datoteke %s v naèinu 0x%x\n"
+msgid "mntctl() failed to return mount points: %s\n"
+msgstr "mntctl() ni uspe¹no vrnila velikosti fugger: %s"
-#. XXX check errno validity
-#: lib/db1.c:449
+#: lib/fs.c:104 lib/fs.c:184 lib/fs.c:287
#, fuzzy, c-format
-msgid "cannot get %s lock on database\n"
-msgstr "datoteke ni mo¾no %s zakleniti"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
-msgstr "izkljuèujoèe"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
-msgstr "skupno"
-
-#: lib/db2.c:141
-#, c-format
-msgid "closed db environment %s/%s(%s)\n"
-msgstr "zaprto db okolje %s/%s(%s)\n"
-
-#: lib/db2.c:153
-#, c-format
-msgid "removed db environment %s/%s(%s)\n"
-msgstr "odstranjeno db okolje %s/%s(%s)\n"
-
-#: lib/db2.c:190
-#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
-msgstr "odpiranje db okolja %s/%s(%s) %s\n"
+msgid "failed to stat %s: %s\n"
+msgstr "status %s ni na voljo: %s"
-#: lib/db2.c:565
-#, c-format
-msgid "closed db index %s/%s(%s)\n"
-msgstr "zaprto db kazalo %s/%s(%s)\n"
+#: lib/fs.c:147
+msgid "getting list of mounted filesystems\n"
+msgstr "zbiranje seznama priklopljenih datoteènih sistemov.\n"
-#: lib/db2.c:643
+#: lib/fs.c:152 rpmio/url.c:452
#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
-msgstr "odpiranje db kazala %s/%s(%s) %s naèin=0x%x\n"
+msgid "failed to open %s: %s\n"
+msgstr "neuspe¹no odpiranje %s: %s\n"
-#: lib/db3.c:268
+#: lib/fs.c:309
#, fuzzy, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
-msgstr "dbiSetConfig: neprepoznana izbira db: \"%s\" prezrto\n"
-
-#: lib/db3.c:297
-#, c-format
-msgid "%s has invalid numeric value, skipped\n"
-msgstr "%s ima neveljavno ¹tevilèno vrednost, prezrto\n"
-
-#: lib/db3.c:306
-#, c-format
-msgid "%s has too large or too small long value, skipped\n"
-msgstr "%s ima preveliko ali premajhno dolgo (long) vrednost, prezrto\n"
+msgid "file %s is on an unknown device\n"
+msgstr "datoteka %s se nahaja na neznani napravi"
-#: lib/db3.c:315
-#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
msgstr ""
-"%s ima preveliko ali premajhno vrednost malega (small) celega\n"
-"¹tevila, prezrto\n"
-
-#: lib/db3.c:484
-#, fuzzy, c-format
-msgid "closed db environment %s/%s\n"
-msgstr "zaprto db okolje %s/%s\n"
-#: lib/db3.c:500
+#: lib/fsm.c:274
#, fuzzy, c-format
-msgid "removed db environment %s/%s\n"
-msgstr "odstranjeno db okolje %s/%s\n"
-
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
-msgstr "odpiranje db okolja %s/%s %s\n"
-
-#: lib/db3.c:923
-#, fuzzy, c-format
-msgid "closed db index %s/%s\n"
-msgstr "zaprto db kazalo %s/%s\n"
-
-#: lib/db3.c:1013
-#, fuzzy, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr "odpiranje db kazala %s/%s %s naèin=0x%x\n"
-
-#: lib/db3.c:1118
-#, fuzzy, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr "ni mo¾no zakleniti z %s datotek %s/%s\n"
-
-#: lib/db3.c:1125
-#, fuzzy, c-format
-msgid "locked db index %s/%s\n"
-msgstr "zaklenjeno db kazalo %s/%s\n"
+msgid "%9d %s\n"
+msgstr "vrstica %d: %s"
-#: lib/falloc.c:141
+#: lib/fsm.c:1042
#, c-format
-msgid ""
-"free list corrupt (%u)- please run\n"
-"\t\"rpm --rebuilddb\"\n"
-"More information is available from http://www.rpm.org or the "
-"rpm-list@redhat.com mailing list\n"
-"if \"rpm --rebuilddb\" fails to correct the problem.\n"
+msgid "%s directory created with perms %04o.\n"
msgstr ""
-"seznam prostih okvarjen (%u)- prosimo, po¾enite\n"
-"\t\"rpm --rebuilddb\"\n"
-"Èe \"rpm --rebuilddb\" ne re¹i problema, so dodatne informacije na voljo\n"
-"na strani http://www.rpm.org ali po dopisni listi rpm-list@redhat.com.\n"
-#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
-msgid "(not a number)"
-msgstr "(ni ¹tevilo)"
-
-#: lib/fs.c:69
+#: lib/fsm.c:1344 lib/fsm.c:1461
#, fuzzy, c-format
-msgid "mntctl() failed to return size: %s\n"
-msgstr "mntctl() ni uspe¹no vrnila velikosti fugger: %s"
+msgid "%s saved as %s\n"
+msgstr "opozorilo: %s shranjen kot %s"
-#: lib/fs.c:84
+#: lib/fsm.c:1486
#, fuzzy, c-format
-msgid "mntctl() failed to return mount points: %s\n"
-msgstr "mntctl() ni uspe¹no vrnila velikosti fugger: %s"
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr "ni mo¾no odstraniti %s - imenik ni prazen"
-#: lib/fs.c:104 lib/fs.c:184 lib/fs.c:287
+#: lib/fsm.c:1491
#, fuzzy, c-format
-msgid "failed to stat %s: %s\n"
-msgstr "status %s ni na voljo: %s"
-
-#: lib/fs.c:147
-msgid "getting list of mounted filesystems\n"
-msgstr "zbiranje seznama priklopljenih datoteènih sistemov.\n"
+msgid "%s rmdir of %s failed: %s\n"
+msgstr "odstranitev imenika %s je bila neuspe¹na: %s"
-#: lib/fs.c:152 rpmio/url.c:452
-#, c-format
-msgid "failed to open %s: %s\n"
-msgstr "neuspe¹no odpiranje %s: %s\n"
+#: lib/fsm.c:1500
+#, fuzzy, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr "odpiranje %s je bilo neuspe¹no: %s\n"
-#: lib/fs.c:309
+#: lib/fsm.c:1517
#, fuzzy, c-format
-msgid "file %s is on an unknown device\n"
-msgstr "datoteka %s se nahaja na neznani napravi"
+msgid "%s created as %s\n"
+msgstr "opozorilo: %s ustvarjen kot %s"
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr "¹tevec grabData() RPM_STRING_TYPE mora biti 1.\n"
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr "Tip podatkov %d ni podprt\n"
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr "Nepravilno stanje ¹tevca za headerAddEntry(): %d\n"
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr "manjkajoèi { za %"
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr "manjkajoèi } za %{"
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr "oblika znaèke manjka"
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr "ime znaèke manjka"
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr "neznana znaèka"
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr "na koncu polja je prièakovan ]"
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr "neprièakovan ]"
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr "neprièakovan }"
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr "v izrazu je prièakovan ?"
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr "v izrazu je za { prièakovan ?"
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr "v izrazu je prièakovan }"
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr "za podizrazom ? je prièakovano :"
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr "v izrazu je za : prièakovan {"
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr "na koncu izraza je prièakovan |"
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr "(neznan tip)"
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr " datoteka: %s akcija: %s\n"
-
-#: lib/install.c:215
-#, fuzzy, c-format
-msgid "user %s does not exist - using root\n"
-msgstr "uporabnik %s ne obstaja - uporabljam root"
-
-#: lib/install.c:223
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "skupina %s ne obstaja - uporabljam root"
-
-#. this would probably be a good place to check if disk space
-#. was used up - if so, we should return a different error
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "raz¹iritev arhiva je bilo neuspe¹no%s%s: %s"
-
-#: lib/install.c:652
-msgid " on file "
-msgstr " za datoteko "
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr "name¹èanje izvornega paketa\n"
-
-#: lib/install.c:721
-#, fuzzy, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr "ni mo¾no ustvariti izvornega imenika %s"
-
-#: lib/install.c:728 lib/install.c:759
-#, fuzzy, c-format
-msgid "cannot write to %s\n"
-msgstr "pisanje na %s ni mo¾no"
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr "izvori v: %s\n"
-
-#: lib/install.c:752
-#, fuzzy, c-format
-msgid "cannot create specdir %s\n"
-msgstr "ni mo¾no ustvariti imenika z doloèili spec %s"
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr "datoteka s specifikacijami v: %s\n"
-
-#: lib/install.c:796 lib/install.c:825
-#, fuzzy
-msgid "source package contains no .spec file\n"
-msgstr "izvorni paket ne vsebuje datoteke .spec"
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr "preimenovanje %s v %s\n"
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, fuzzy, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr "preimenovanje %s v %s je bilo neuspe¹no: %s"
-
-#: lib/install.c:935
-#, fuzzy
-msgid "source package expected, binary found\n"
-msgstr "prièakovan je bil izvorni paket, najden binarni"
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr "paket: %s-%s-%s datoteke test = %d\n"
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr "ustavljanje namestitev, ker teèemo kot --test\n"
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr "poganjanje prednamestitvenih skript (èe obstajajo)\n"
-
-#: lib/install.c:1036
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "preskoèeno - %s - prenos neuspe¹en - %s\n"
-
-#: lib/install.c:1069
-#, fuzzy, c-format
-msgid "%s created as %s\n"
-msgstr "opozorilo: %s ustvarjen kot %s"
-
-#: lib/install.c:1105
-#, fuzzy, c-format
-msgid "%s saved as %s\n"
-msgstr "opozorilo: %s shranjen kot %s"
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr "poganjanje ponamestitvenih skript (èe obstajajo)\n"
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, fuzzy, c-format
msgid "error creating temporary file %s\n"
msgstr "napaka pri ustvarjanju zaèasne datoteke %s"
-#: lib/package.c:88
+#: lib/package.c:119
#, fuzzy
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr "ta razlièica RPM podpira samo pakete z glavnim ¹tevilom razlièice <= 3"
-#: lib/package.c:143
+#: lib/package.c:179
#, fuzzy
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr "ta razlièica RPM podpira samo pakete z glavnim ¹tevilom razlièice <=4"
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, fuzzy, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr "buildroot je ¾e doloèen"
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr "priprava (razpakiraj izvorno kodo in uporabi popravke)"
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
#, fuzzy
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr "izgradnja prek stopnje %%prep iz datoteke s specifikacijami"
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
#, fuzzy
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr "izgradnja prek stopnje %%install iz datoteke s specifikacijami"
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, fuzzy, c-format
msgid "verify %files section from <specfile>"
msgstr "preverjanje dela datoteke s specifikacijami %%files"
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
#, fuzzy
msgid "build source and binary packages from <specfile>"
msgstr "izgradi izvorni in binarni paket iz datoteke s specifikacijami"
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
#, fuzzy
msgid "build binary package only from <specfile>"
msgstr "izgradi binarni paket iz datoteke .spec"
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
#, fuzzy
msgid "build source package only from <specfile>"
msgstr "izgradi izvorni paket iz datoteke .spec"
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr "priprava (razpakiraj izvorno kodo in uporabi popravke)"
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
#, fuzzy
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr "paket izgradi prek stopnje %%prep iz arhiva tar"
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
#, fuzzy
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr "paket izgradi prek stopnje %%install iz arhiva tar"
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, fuzzy, c-format
msgid "verify %files section from <tarball>"
msgstr "preverjanje dela %%files iz arhiva tar"
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
#, fuzzy
msgid "build source and binary packages from <tarball>"
msgstr "iz arhiva tar izgradi izvorni in binarni paket"
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
#, fuzzy
msgid "build binary package only from <tarball>"
msgstr "iz arhiva tar izgradi binarni paket"
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
#, fuzzy
msgid "build source package only from <tarball>"
msgstr "iz arhiva tar izgradi izvorni paket"
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
#, fuzzy
msgid "build binary package from <source package>"
msgstr "binarni paket izgradi iz izvornega"
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
#, fuzzy
msgid "<source package>"
msgstr "ni paketov\n"
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
#, fuzzy
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr "izgradnja prek stopnje %%install iz izvornega paketa"
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr "brez upo¹tevanja vrhnjega imenika izgradnje"
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+#, fuzzy
+msgid "debug file state machine"
+msgstr "okvarjeno stanje datoteke: %s"
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr "brez izvajanja katerekoli od stopenj izgradnje"
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
#, fuzzy
msgid "do not accept i18N msgstr's from specfile"
msgstr "brez sprejemanja internacionaliziranih katalogov iz datoteke spec"
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr "po zakljuèku odstrani datoteko s specifikacijami"
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr "brez upo¹tevanja strojnega okolja ciljnega sistema"
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
#, fuzzy
msgid "lookup i18N strings in specfile catalog"
msgstr "upo¹tevanje internacionalizirana sporoèila v katalogu spec"
msgid "unknown error %d encountered while manipulating package %s"
msgstr "neznana napaka %d ob rokovanju s paketom %s-%s-%s"
-#: lib/query.c:151
+#: lib/psm.c:277
+#, fuzzy, c-format
+msgid "user %s does not exist - using root\n"
+msgstr "uporabnik %s ne obstaja - uporabljam root"
+
+#: lib/psm.c:285
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "skupina %s ne obstaja - uporabljam root"
+
+#.
+#. * This would probably be a good place to check if disk space
+#. * was used up - if so, we should return a different error.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "raz¹iritev arhiva je bilo neuspe¹no%s%s: %s"
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr " za datoteko "
+
+#: lib/psm.c:655
+#, fuzzy, c-format
+msgid "cannot create %s %s\n"
+msgstr "ni mo¾no ustvariti %s: %s\n"
+
+#: lib/psm.c:661
+#, fuzzy, c-format
+msgid "cannot write to %s\n"
+msgstr "pisanje na %s ni mo¾no"
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr "name¹èanje izvornega paketa\n"
+
+#: lib/psm.c:733
+#, fuzzy
+msgid "source package contains no .spec file\n"
+msgstr "izvorni paket ne vsebuje datoteke .spec"
+
+#: lib/psm.c:813
+#, fuzzy
+msgid "source package expected, binary found\n"
+msgstr "prièakovan je bil izvorni paket, najden binarni"
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, fuzzy, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr "paket: %s-%s-%s datoteke test = %d\n"
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, fuzzy, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr "poganjanje ponamestitvenih skript (èe obstajajo)\n"
+
+#: lib/psm.c:998
+#, fuzzy
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr "preskoèeno - %s - prenos neuspe¹en - %s\n"
+
+#: lib/query.c:161
#, fuzzy, c-format
msgid "incorrect format: %s\n"
msgstr "napaka v obliki: %s\n"
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr "(ne vsebuje datotek)"
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr "normalno "
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr "nadome¹èeno "
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr "ni name¹èeno "
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr "omre¾ni "
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr "(neznano %3d) "
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr "(brez stanja) "
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
#, fuzzy
msgid "package has neither file owner or id lists\n"
msgstr "paket ne vsebuje ne lastnika datotek niti seznamov id"
-#: lib/query.c:418
+#: lib/query.c:428
#, fuzzy, c-format
msgid "can't query %s: %s\n"
msgstr "ni mo¾no poizvedeti o %s: %s\n"
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr "odpiranje %s je bilo neuspe¹no: %s\n"
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr "poizvedba po izvornih paketih v stari obliki ni mo¾na\n"
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "%s najverjetneje ni paket RPM\n"
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr "poizvedba po %s je bila neuspe¹na\n"
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "poizvedba po datoteki spec. %s je bila neuspe¹na, razèlemba ni mo¾na\n"
-#: lib/query.c:624
+#: lib/query.c:637
#, fuzzy
msgid "no packages\n"
msgstr "ni paketov\n"
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "skupina %s ne vsebuje nobenega paketa\n"
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr "noben paket ne pro¾i %s\n"
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr "noben paket ne potrebuje %s\n"
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr "noben paket ne nudi %s\n"
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr "datoteka %s: %s\n"
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "datoteka %s ni del nobenega paketa\n"
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr "neveljavna ¹tevilka paketa: %s\n"
-#: lib/query.c:730
+#: lib/query.c:743
#, fuzzy, c-format
msgid "package record number: %u\n"
msgstr "¹tevilka zapisa paketa: %d\n"
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr "zapisa %d ni mo¾no prebrati\n"
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr "paket %s ni name¹èen\n"
msgid "%s: Fread failed: %s\n"
msgstr "%s: branje Fread je bilo neuspe¹no: %s\n"
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr "%s: readLead je bil neuspe¹en\n"
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr "%s: Podpis RPM v1.0 ni mo¾en\n"
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr "%s: Sprememba podpisa RPM v2.0 ni mo¾na\n"
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr "%s: rpmReadSignature je bil neuspe¹en\n"
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr "%s: Podpis ni na voljo\n"
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr "%s: writeLead je bil neuspe¹en: %s\n"
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr "%s: rpmWriteSignature je bilo neuspe¹no: %s\n"
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr "%s: Podpis ni na voljo (RPM v1.0)\n"
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr "NI DOBRO"
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr " (MANJKAJOÈI KLJUÈI:"
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ") "
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr " (NEPREVERJENI KLJUÈI:"
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ")"
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr "V REDU"
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr "dbiTagsInit: neprepoznano ime znaèke: \"%s\" prezrto\n"
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, fuzzy, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr "ni mo¾no odpreti kazala %s z uporabo db%d - %s (%d)"
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, fuzzy, c-format
msgid "cannot open %s index\n"
msgstr "ni mo¾no odpreti kazala %s:"
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, fuzzy, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr "napaka(%d) pri branju zapisov \"%s\" iz kazala %s"
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, fuzzy, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr "napaka(%d) pri pisanju zapisa %s v %s"
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, fuzzy, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr "napaka(%d) pri brisanju zapisa %s iz %s"
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
#, fuzzy
msgid "no dbpath has been set\n"
msgstr "dbpath ni nastavljena"
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
#, fuzzy
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"da bi staro obliko zbirke podatkov pretvorili v novo po¾enite --rebuilddb"
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "napaka(%d) pri ¹tetju paketov"
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "%s: ni mo¾no prebrati glave pri 0x%x"
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, fuzzy, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "odstranjevanje \"%s\" iz kazala %s.\n"
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, fuzzy, c-format
msgid "removing %d entries from %s index.\n"
msgstr "odstranjevanje %d vnosov iz kazala %s\n"
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "napaka(%d) pri iskanju paketa %s\n"
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, fuzzy, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr "dodajanje \"%s\" v kazalo %s.\n"
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, fuzzy, c-format
msgid "adding %d entries to %s index.\n"
msgstr "dodajanje %d vnosov v kazalo %s.\n"
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr "dbpath ni nastavljena"
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr "ponovna izgradnja podatkovne zbirke %s v %s\n"
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, fuzzy, c-format
msgid "temporary database %s already exists\n"
msgstr "zaèasna podatkovna zbirka %s ¾e obstaja"
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, fuzzy, c-format
msgid "creating directory %s\n"
msgstr "ustvarjanje imenika: %s\n"
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "ustvarjanje imenika: %s\n"
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, fuzzy, c-format
msgid "opening old database with dbapi %d\n"
msgstr "odpiranje stare podatkovne zbirke\n"
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, fuzzy, c-format
msgid "opening new database with dbapi %d\n"
msgstr "odpiramo nove podatkovne zbirke z dbapi %d\n"
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, fuzzy, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr "zapis ¹t. %d v zbirki je po¹kodovan -- preskoèeno."
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, fuzzy, c-format
msgid "cannot add record originally at %d\n"
msgstr "zapisa ni mo¾no dodati na %d"
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
#, fuzzy
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
"ponovna izgradnja podatkovne zbirke je bila neuspe¹na; stara ostaja na\n"
"istem mestu\n"
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr "zamenjava stare podatkovne zbirke z novo je bila neuspe¹na!\n"
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, fuzzy, c-format
msgid "replace files in %s with files from %s to recover"
msgstr "poskus povrnitve z nadomestitvijo datotek v %s z datotekami v %s"
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, fuzzy, c-format
msgid "removing directory %s\n"
msgstr "odstranjevanje imenika: %s\n"
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "neuspe¹na odstranitev imenika %s: %s\n"
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
#, fuzzy
msgid "Preparing packages for installation..."
msgstr "paketi za namestitev niso navedeni"
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr "¹tetje paketov za namestitev\n"
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr "najdeno %d paketov\n"
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr "iskanje paketov za prenos po omre¾ju\n"
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr "preskoèeno - %s - rpmGlob neuspe¹en(%d)\n"
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr "Prena¹anje %s\n"
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr " ... kot %s\n"
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr "preskoèeno - %s - prenos neuspe¹en - %s\n"
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr "prene¹enih je bilo %d paketov\n"
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, c-format
msgid "cannot open file %s: %s\n"
msgstr "ni mo¾no odpreti datoteke %s: %s\n"
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr "%s ni mo¾no namestiti\n"
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, fuzzy, c-format
msgid "cannot open Packages database in %s\n"
msgstr "zbirko podatkov paketov ni mo¾no odpreti v %s\n"
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr "paketa %s ni mo¾no premakniti\n"
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr "napaka pri branju iz datoteke %s\n"
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr "datoteka %s zahteva novej¹o razlièico RPM\n"
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr "najdeno %d izvornih in %d binarnih paketov\n"
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr "neuspe¹ne soodvisnosti:\n"
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr "name¹èanje binarnih paketov\n"
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr "datoteke %s/packages.rpm ni mo¾no odpreti\n"
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr "\"%s\" doloèa veè paketov\n"
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr "odstranitev teh paketov bi podrla soodvisnosti:\n"
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, c-format
msgid "cannot open %s: %s\n"
msgstr "ni mo¾no odpreti %s: %s\n"
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr "Name¹èanje %s\n"
msgid "Please contact rpm-list@redhat.com\n"
msgstr "Prosimo, pi¹ite na rpm-list@redhat.com\n"
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr "skript se ni uspe¹no izvedel"
+
+#: lib/scriptlet.c:236
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr "skript se ni uspe¹no izvedel"
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr "datoteka ni navadna datoteka -- preskakujemo preverjanje velikosti\n"
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, fuzzy, c-format
msgid " Actual size: %12d\n"
msgstr "Dol¾. podpisa : %d\n"
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr "Podpis manjka\n"
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr "Stari podpis PGP\n"
-#: lib/signature.c:162
+#: lib/signature.c:176
#, fuzzy
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr "Podpis v (interni) stari obliki! Kje ste ga dobili?"
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
+#: lib/signature.c:230
+#, fuzzy, c-format
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr "Dol¾. podpisa : %d\n"
-#: lib/signature.c:212
-#, c-format
-msgid "Signature pad : %d\n"
-msgstr "Dol¾. polnila : %d\n"
-
-#: lib/signature.c:274
+#: lib/signature.c:289
#, fuzzy, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr "Ni mo¾no pognati pgp (%s)"
-#: lib/signature.c:285
+#: lib/signature.c:300
#, fuzzy
msgid "pgp failed\n"
msgstr "pgp je bil neuspe¹en"
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
#, fuzzy
msgid "pgp failed to write signature\n"
msgstr "pgp je bil neuspe¹en pri zapisu podpisa"
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr "Dol¾. podpisa PGP: %d\n"
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
#, fuzzy
msgid "unable to read the signature\n"
msgstr "branje podpisa je bilo neuspe¹no"
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr "Prebrano %d bajtov podpisa PGP\n"
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
#, fuzzy
msgid "Couldn't exec gpg\n"
msgstr "Ni mo¾no pognati gpg"
-#: lib/signature.c:362
+#: lib/signature.c:377
#, fuzzy
msgid "gpg failed\n"
msgstr "gpg je bil neuspe¹en"
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
#, fuzzy
msgid "gpg failed to write signature\n"
msgstr "gpg je boil neuspe¹en pri zapisu podpisa"
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr "Dol¾. podpisa GnuPG: %d\n"
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr "Prebrano %d bajtov podpisa GnuPG\n"
-#: lib/signature.c:417
+#: lib/signature.c:433
msgid "Generating signature using PGP.\n"
msgstr "Ustvarjanje podpisa s PGP.\n"
-#: lib/signature.c:423
+#: lib/signature.c:439
msgid "Generating signature using GPG.\n"
msgstr "Ustvarjanje podpisa z GnuPG.\n"
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
#, fuzzy
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr "Ni mo¾no pognati pgp. Preverjanja PGP lahko preskoèite z --nopgp"
-#: lib/signature.c:635
+#: lib/signature.c:653
#, fuzzy
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr "Ni mo¾no pognati gpg. Preverjanja GnuPG lahko preskoèite z --nogpg"
-#: lib/signature.c:723
+#: lib/signature.c:741
#, fuzzy
msgid "Couldn't exec pgp\n"
msgstr "Ni mo¾no pognati pgp"
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
#, fuzzy
msgid "Invalid %%_signature spec in macro file\n"
msgstr "Neveljaven %%_signature v makro-datoteki.\n"
-#: lib/signature.c:760
+#: lib/signature.c:778
#, fuzzy
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr "V makrodatoteki morate nastaviti \"%%_pgp_name\""
-#: lib/signature.c:772
+#: lib/signature.c:790
#, fuzzy
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr "V makrodatoteki morate nastaviti \"%%_pgp_name\""
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, fuzzy, c-format
msgid "%5d exclude %s\n"
msgstr "OS je izkljuèen: %s"
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, fuzzy, c-format
msgid "%5d relocate %s -> %s\n"
msgstr "premikanje %s v %s\n"
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, fuzzy, c-format
msgid "excluding multilib path %s%s\n"
msgstr "izkljuèevanje datoteke %s%s\n"
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, fuzzy, c-format
msgid "excluding %s %s\n"
msgstr "izkljuèevanje datoteke %s%s\n"
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr "premikanje %s v %s\n"
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, c-format
msgid "relocating directory %s to %s\n"
msgstr "premiokanje imenika %s v %s\n"
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr "izkljuèevanje imenika %s\n"
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr "%s preskoèen zaradi manjkajoèe zastavice OK\n"
-#: lib/uninstall.c:74
-#, fuzzy, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr "ni mo¾no odstraniti %s - imenik ni prazen"
-
-#: lib/uninstall.c:78
-#, fuzzy, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr "odstranitev imenika %s je bila neuspe¹na: %s"
-
-#: lib/uninstall.c:88
-#, fuzzy, c-format
-msgid "removal of %s failed: %s\n"
-msgstr "odstranitev %s je bila neuspe¹na: %s"
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr "datoteke bomo odstranili, test = %d\n"
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr "poganjanje poodnamestitvenih skriptov (èe obstajajo)\n"
-
-#: lib/uninstall.c:446
-#, fuzzy, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr "skript se ni uspe¹no izvedel"
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr "brez preverjanja datotek v paketu"
-#: lib/verify.c:65
+#: lib/verify.c:63
#, fuzzy
msgid "do not execute %verifyscript (if any)"
msgstr "brez izvajanja katerekoli stopen izgradnje"
-#: lib/verify.c:241
+#: lib/verify.c:239
#, fuzzy
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
"v paketu manjka tako seznam uporabnikov kot identitet (to se ne sme zgoditi)"
-#: lib/verify.c:259
+#: lib/verify.c:257
#, fuzzy
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
"v paketu manjka tako seznam skupin kot identitet (to se ne sme zgoditi)"
-#: lib/verify.c:321
+#: lib/verify.c:319
#, fuzzy, c-format
msgid "missing %s"
msgstr "manjka %s\n"
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "Nezadovoljene soodvisnosti za %s-%s-%s: "
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr "Uspeh"
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr "Nepravilen odziv stre¾nika"
-
-#: rpmio/rpmio.c:540
-#, fuzzy
-msgid "Server I/O error"
-msgstr "V/I napaka na stre¾niku"
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr "Èas odziva stre¾nika je potekel"
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr "Naslov stre¾nika ni ugotovljiv"
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr "Ime stre¾nika ni bilo ugotovljivo"
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr "Neuspe¹en poskus prikljuèitve na stre¾nik"
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr "Neuspe¹na vzpostavitev podatkovne povezave s stre¾nikom"
-
-#: rpmio/rpmio.c:558
-#, fuzzy
-msgid "I/O error to local file"
-msgstr "V/I napaka na lokalni datoteki"
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr "Napaka pri nastavitvi oddaljenega stre¾nika v pasivni naèin"
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr "Datoteke ni mo¾no najti na stre¾niku"
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr "Prekinitev v teku"
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr "Neznana ali neprièakovana napaka"
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr "prijava na %s kot %s, geslo %s\n"
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr "Datoteka %s je kraj¹a od %d bajtov"
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr "Uspeh"
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr "Nepravilen odziv stre¾nika"
+
+#: rpmio/rpmio.c:540
+#, fuzzy
+msgid "Server I/O error"
+msgstr "V/I napaka na stre¾niku"
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr "Èas odziva stre¾nika je potekel"
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr "Naslov stre¾nika ni ugotovljiv"
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr "Ime stre¾nika ni bilo ugotovljivo"
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr "Neuspe¹en poskus prikljuèitve na stre¾nik"
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr "Neuspe¹na vzpostavitev podatkovne povezave s stre¾nikom"
+
+#: rpmio/rpmio.c:558
+#, fuzzy
+msgid "I/O error to local file"
+msgstr "V/I napaka na lokalni datoteki"
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr "Napaka pri nastavitvi oddaljenega stre¾nika v pasivni naèin"
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr "Datoteke ni mo¾no najti na stre¾niku"
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr "Prekinitev v teku"
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr "Neznana ali neprièakovana napaka"
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr "prijava na %s kot %s, geslo %s\n"
+
+#: rpmio/rpmlog.c:32
#, fuzzy
msgid "(no error)"
msgstr "(napaka 0x%x)"
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr "usodna napaka: "
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr "napaka: "
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr "opozorilo: "
msgstr "neuspe¹no ustvarjanje %s: %s\n"
#, fuzzy
+#~ msgid " %s {--initdb} [--dbpath <dir>]\n"
+#~ msgstr " %s {--initdb} [--dbpath <imenik>]\n"
+
+#, fuzzy
+#~ msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
+#~ msgstr " %s {--rebuilddb} [--rcfile <datoteka>] [--dbpath <imenik>]\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
+#~ msgstr ""
+#~ " %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
+#~ msgstr ""
+#~ " [--rcfile <datoteka>] [--ignorearch] [--dbpath "
+#~ "<imenik>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <datoteka>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " %s {--erase -e} [--root <imenik>] [--noscripts] [--rcfile "
+#~ "<datoteka>]\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--scripts] [--root <dir>] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--scripts] [--root <imenik>] [--rcfile <datoteka>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " %s {--verify -V -y} [-afpg] [--root <imenik>] [--rcfile <datoteka>]\n"
+
+#, fuzzy
+#~ msgid " %s {--setperms} [-afpg] [target]\n"
+#~ msgstr " %s {--setperms} [-afpg] [target]\n"
+
+#, fuzzy
+#~ msgid " %s {--setugids} [-afpg] [target]\n"
+#~ msgstr " %s {--setugids} [-afpg] [target]\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#~ msgstr ""
+#~ " %s {--resign} [--rcfile <datoteka>] paket1 paket2 ... paketN\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#~ msgstr ""
+#~ " rpm {--addsign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
+#~ "<file:...>]\n"
+#~ msgstr ""
+#~ " %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
+#~ "<datoteka>]\n"
+
+#~ msgid "archive = %s, fs = %s\n"
+#~ msgstr "arhiv = %s, fs = %s\n"
+
+#~ msgid "can't rename %s to %s: %s\n"
+#~ msgstr "ni mo¾no preimenovati %s v %s: %s\n"
+
+#~ msgid "can't unlink %s: %s\n"
+#~ msgstr "ni mo¾no izbrisati %s: %s\n"
+
+#~ msgid "getNextHeader: %s\n"
+#~ msgstr "getNextHeader: %s\n"
+
+#~ msgid "closed db environment %s/%s(%s)\n"
+#~ msgstr "zaprto db okolje %s/%s(%s)\n"
+
+#~ msgid "removed db environment %s/%s(%s)\n"
+#~ msgstr "odstranjeno db okolje %s/%s(%s)\n"
+
+#~ msgid "opening db environment %s/%s(%s) %s\n"
+#~ msgstr "odpiranje db okolja %s/%s(%s) %s\n"
+
+#~ msgid "closed db index %s/%s(%s)\n"
+#~ msgstr "zaprto db kazalo %s/%s(%s)\n"
+
+#~ msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
+#~ msgstr "odpiranje db kazala %s/%s(%s) %s naèin=0x%x\n"
+
+#~ msgid " file: %s action: %s\n"
+#~ msgstr " datoteka: %s akcija: %s\n"
+
+#, fuzzy
+#~ msgid "cannot create sourcedir %s\n"
+#~ msgstr "ni mo¾no ustvariti izvornega imenika %s"
+
+#~ msgid "sources in: %s\n"
+#~ msgstr "izvori v: %s\n"
+
+#, fuzzy
+#~ msgid "cannot create specdir %s\n"
+#~ msgstr "ni mo¾no ustvariti imenika z doloèili spec %s"
+
+#~ msgid "spec file in: %s\n"
+#~ msgstr "datoteka s specifikacijami v: %s\n"
+
+#~ msgid "renaming %s to %s\n"
+#~ msgstr "preimenovanje %s v %s\n"
+
+#, fuzzy
+#~ msgid "rename of %s to %s failed: %s\n"
+#~ msgstr "preimenovanje %s v %s je bilo neuspe¹no: %s"
+
+#~ msgid "stopping install as we're running --test\n"
+#~ msgstr "ustavljanje namestitev, ker teèemo kot --test\n"
+
+#~ msgid "running preinstall script (if any)\n"
+#~ msgstr "poganjanje prednamestitvenih skript (èe obstajajo)\n"
+
+#~ msgid "Signature pad : %d\n"
+#~ msgstr "Dol¾. polnila : %d\n"
+
+#, fuzzy
+#~ msgid "removal of %s failed: %s\n"
+#~ msgstr "odstranitev %s je bila neuspe¹na: %s"
+
+#~ msgid "will remove files test = %d\n"
+#~ msgstr "datoteke bomo odstranili, test = %d\n"
+
+#~ msgid "running postuninstall script (if any)\n"
+#~ msgstr "poganjanje poodnamestitvenih skriptov (èe obstajajo)\n"
+
+#, fuzzy
#~ msgid ""
#~ " [--macros <file:...>] [--ignorearch] [--dbpath <dir>]"
#~ msgstr ""
#~ msgid "no copyright!\n"
#~ msgstr "ni copyrighta!\n"
-#~ msgid "bad file state: %s"
-#~ msgstr "okvarjeno stanje datoteke: %s"
-
#, fuzzy
#~ msgid "line %d: Invalid tag value: %s"
#~ msgstr "vrstica %d: Deformirana znaèka: %s"
msgid ""
msgstr ""
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\n"
"Content-Type: text/plain; charset=\n"
"Date: 1998-05-02 21:41:47-0400\n"
"From: Erik Troan <ewt@lacrosse.redhat.com>\n"
"Xgettext-Options: --default-domain=rpm --add-comments --keyword=_ "
"--keyword=N_\n"
-#: build.c:26
+#: build.c:25
#, fuzzy, c-format
msgid "cannot open rpm database in %s\n"
msgstr "gre¹ka: ne mogu da otvorim %s%s/packages.rpm\n"
-#: build.c:36
+#: build.c:35
#, fuzzy
msgid "failed build dependencies:\n"
msgstr "lo¹e meðuzavisnosti:\n"
-#: build.c:65
+#: build.c:64
#, fuzzy, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr "Ne mogu da otvorim %s za èitanje: %s"
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, fuzzy, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr "neuspelo otvaranje %s\n"
#. Give up
-#: build.c:149
+#: build.c:150
#, fuzzy, c-format
msgid "Failed to read spec file from %s\n"
msgstr "Neuspelo èitanje %s: %s."
-#: build.c:177
+#: build.c:178
#, fuzzy, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr "Neuspelo èitanje %s: %s."
-#: build.c:216
+#: build.c:217
#, fuzzy, c-format
msgid "failed to stat %s: %m\n"
msgstr "neuspelo otvaranje %s: %s"
-#: build.c:221
+#: build.c:222
#, fuzzy, c-format
msgid "File %s is not a regular file.\n"
msgstr "%s ne lièi na RPM paket\n"
-#: build.c:230
+#: build.c:231
#, fuzzy, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr "%s ne lièi na RPM paket\n"
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr ""
-#: build.c:302
+#: build.c:303
#, fuzzy, c-format
msgid "Building for target %s\n"
msgstr "gre¹ka potrage za paketom %s\n"
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr ""
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr "RPM verzija %s\n"
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr ""
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
#, fuzzy
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr "Mo¾ete slobodno distribuirati dalje pod odredbama GNU GPL"
-#: rpm.c:209
+#: rpm.c:224
#, fuzzy
msgid "Usage: rpm {--help}"
msgstr "kori¹æenje: {rpm --help}"
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr ""
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr ""
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr ""
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr ""
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
#, fuzzy
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr "\t\t\t paket1 ...paketN"
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
#, fuzzy
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
#, fuzzy
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
#, fuzzy
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
-#: rpm.c:227
+#: rpm.c:242
#, fuzzy
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr "\t\t\t paket1 ...paketN"
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
#, fuzzy
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr "\t\t\t paket1 ...paketN"
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
#, fuzzy
msgid " file1.rpm ... fileN.rpm"
msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
-#: rpm.c:232
+#: rpm.c:247
msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
msgstr ""
-#: rpm.c:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
#, fuzzy
msgid " [--triggeredby]"
msgstr "\t\t\t paket1 ...paketN"
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
#, fuzzy
msgid " [--provides] [--triggers] [--dump]"
msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
#, fuzzy
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr "\t\t\t paket1 ...paketN"
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr ""
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr ""
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr ""
-#: rpm.c:245
+#: rpm.c:260
#, fuzzy
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr ""
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
#, fuzzy
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr "\t\t\t paket1 ...paketN"
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr "\trpm {--resign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr "\trpm {--addsign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
-#: rpm.c:251
+#: rpm.c:266
#, fuzzy
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr "\trpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <datoteka>]"
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr "\t\t\t paket1 ...paketN"
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr ""
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
#, fuzzy
msgid "Usage:"
msgstr "kori¹æenje:"
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr "¹tampaj ovu poruku"
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr "napi¹i verziju rpm-a koja se koristi"
-#: rpm.c:295
+#: rpm.c:310
#, fuzzy
msgid " All modes support the following arguments:"
msgstr " svi re¾imi podr¾avaju sledeæe argumente:"
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
#, fuzzy
msgid " --eval '<name>+' "
msgstr " -b<faza> <spec>\t "
-#: rpm.c:299
+#: rpm.c:314
#, fuzzy
msgid "print the expansion of macro <name> to stdout"
msgstr "napi¹i verziju rpm-a koja se koristi"
-#: rpm.c:300
+#: rpm.c:315
#, fuzzy
msgid " --pipe <cmd> "
msgstr " -b<faza> <spec>\t "
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr "po¹alji standardni izlaz u <komandu>"
-#: rpm.c:302
+#: rpm.c:317
#, fuzzy
msgid " --rcfile <file> "
msgstr " -b<faza> <spec>\t "
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr "koristi <datoteku> umesto /etc/rpmrc i $HOME/.rpmrc"
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr "budi malko prièljiviji"
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr "budi neverovatno prièljiv (zbog nala¾enja gre¹aka)"
-#: rpm.c:312
+#: rpm.c:327
#, fuzzy
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
" instaliranje, pobolj¹avanja i upit (sa -p) dozvoljavaju kori¹æenje URL-ova"
-#: rpm.c:313
+#: rpm.c:328
#, fuzzy
msgid " of file names as well as the following options:"
msgstr " na mestu imena datoteka kao i sledeæe opcije:\n"
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr ""
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr "ime hosta ili IP ftp proxy-ja"
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr ""
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr "broj porta FTP servera (ili proxy)"
-#: rpm.c:318
+#: rpm.c:333
#, fuzzy
msgid " --httpproxy <host> "
msgstr " -b<faza> <spec>\t "
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
#, fuzzy
msgid "hostname or IP of http proxy"
msgstr "ime hosta ili IP ftp proxy-ja"
-#: rpm.c:320
+#: rpm.c:335
#, fuzzy
msgid " --httpport <port> "
msgstr " -b<faza> <spec>\t "
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
#, fuzzy
msgid "port number of http server (or proxy)"
msgstr "broj porta FTP servera (ili proxy)"
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr "re¾im upita"
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
#, fuzzy
msgid " --dbpath <dir> "
msgstr " -b<faza> <spec>\t "
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr "koristi <dir> kao direktorijum baze podataka"
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
#, fuzzy
msgid "use <qfmt> as the header format (implies --info)"
msgstr "koristi s kao format zaglavlja (povlaèi -i)"
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr "koristi <dir> kao direktorijum najvi¹eg nivoa"
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr " Opcije odrednice paketa:"
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr "upit nad svim paketima"
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr "upit nad paketom koji ima <datoteku>"
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr ""
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr "upit za (deinstaliran) paket <paketdatoteka>"
-#: rpm.c:339
+#: rpm.c:354
#, fuzzy
msgid " --triggeredby <pkg>"
msgstr "upit nad paketom koji ima <datoteku>"
-#: rpm.c:340
+#: rpm.c:355
#, fuzzy
msgid "query packages triggered by <pkg>"
msgstr "upit nad paketom koji ima <datoteku>"
-#: rpm.c:341
+#: rpm.c:356
#, fuzzy
msgid " --whatprovides <cap>"
msgstr "upit nad paketom koji ima <datoteku>"
-#: rpm.c:342
+#: rpm.c:357
#, fuzzy
msgid "query packages which provide <cap> capability"
msgstr "upit za pakete koji omoguæavaju <i> svojstvo"
-#: rpm.c:343
+#: rpm.c:358
#, fuzzy
msgid " --whatrequires <cap>"
msgstr "upit nad paketom koji ima <datoteku>"
-#: rpm.c:344
+#: rpm.c:359
#, fuzzy
msgid "query packages which require <cap> capability"
msgstr "upit za pakete koji zahtevaju <i> svojstvo"
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr " Opcije za selekciju informacije:"
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr "prika¾i informacije o paketu"
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr "prika¾i dnevnik promene paketa"
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr "prika¾i listu datoteka u paketu"
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr "prika¾i stanja datoteka (povlaèi -i)"
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr "prika¾i samo datoteke iz dokumentacije (povlaèi -i)"
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr "prika¾i samo konfiguracione datoteke (povlaèi -i)"
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
"poka¾i sve informacije koje se mogu proveriti za svaku datoteku (mora se "
"koristiti sa -l, -c ili -d)"
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr "poka¾i koja svojstva donosi paket"
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr "poka¾i zavisnosti paketa"
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr "ispi¹i razne skriptove za [de]instalaciju"
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
#, fuzzy
msgid ""
"verify a package installation using the same same package specification "
msgstr ""
"proveri instalaciju paketa koristeæi iste opcije za odreðenje paketa kao i -q"
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr "nemoj proveravati zavisnosti paketa"
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr "nemoj proveravati md5 kontrolne sume datoteke"
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr "nemoj proveravati atribute datoteke"
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
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:386
+#: rpm.c:401
#, fuzzy
msgid " --install <packagefile>"
msgstr "instaliraj paket"
-#: rpm.c:387
+#: rpm.c:402
#, fuzzy
msgid " -i <packagefile> "
msgstr " -b<faza> <spec>\t "
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr "instaliraj paket"
-#: rpm.c:389
+#: rpm.c:404
#, fuzzy
msgid " --excludepath <path>"
msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
#, fuzzy
msgid " --relocate <oldpath>=<newpath>"
msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
#, fuzzy
msgid "relocate files in non-relocateable package"
msgstr "paket %s nije instaliran\n"
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr ""
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr "premesti paket u <dir>, ako se mo¾e premestiti"
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr "nemoj da instalira¹ dokumentaciju"
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr "skraæenica za --replacepkgs --replacefiles"
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
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:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
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:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr "nemoj proveravati arhitekturu paketa"
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr "nemoj proveravati operativni sistem za paket"
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr "instaliraj dokumentaciju"
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr "a¾uriraj bazu podataka, ali nemoj menjati fajl-sistem"
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr ""
"nemoj preurediti redosled instalacije paketa kako bi zadovoljio zavisnosti"
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr "nemoj izvr¹iti nijedan instalacioni skript"
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr "pi¹i procente instalacije paketa"
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr "instaliraj èak iako æe paket zameniti instalirane datoteke"
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr "ponovo instaliraj ako je paket veæ prisutan"
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
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:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
#, fuzzy
msgid " -U <packagefile> "
msgstr " -b<faza> <spec>\t "
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr "a¾uriraj paket (iste opcije kao --install, plus)"
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
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:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr "izbri¹i (deinstaliraj) paket"
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
"ukloni sve pakete koji odgovaraju <paketu> (normalno, javlja se gre¹ka ako "
"<paket> oznaèava vi¹e paketa)"
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr "nemoj izvr¹iti nijedan skript iz paketa"
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr " -b<faza> <spec>\t "
-#: rpm.c:465
+#: rpm.c:480
#, fuzzy
msgid " -t<stage> <tarball> "
msgstr " -b<faza> <spec>\t "
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr "napravi paket, gde je <faza> jedna od:"
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr "priprema (raspakuj izvorne datoteke i primeni zakrpe)"
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr "provera liste (mala provera na %files)"
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr "kompilacija (priprema i kompilacija)"
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr "instalacija (priprema, kompilacija, instalacija)"
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr "binarni paket (priprema, kompilacija, instalacija, pakovanje)"
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr "bin/src paket (priprema, kompilacija, instalacija, pakovanje)"
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr "idi pravo do odreðene faze (samo za k,i)"
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr "ukloni stablo direktorijuma po zavr¹etku"
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
#, fuzzy
msgid "remove sources when done"
msgstr "ukloni izvorne datoteke i datoteku specifikacije po zavr¹etku"
-#: rpm.c:486
+#: rpm.c:501
#, fuzzy
msgid "remove spec file when done"
msgstr "ukloni izvorne datoteke i datoteku specifikacije po zavr¹etku"
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
#, fuzzy
msgid "generate PGP/GPG signature"
msgstr "napravi PGP potpis"
-#: rpm.c:489
+#: rpm.c:504
#, fuzzy
msgid " --buildroot <dir> "
msgstr " -b<faza> <spec>\t "
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr "koristi <dir> kao korenski katalog kod kreiranja"
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr "nemoj izvr¹iti nijednu fazu"
-#: rpm.c:495
+#: rpm.c:510
#, fuzzy
msgid " --timecheck <secs> "
msgstr " -b<faza> <spec>\t "
-#: rpm.c:496
+#: rpm.c:511
#, fuzzy
msgid "set the time check to <secs> seconds (0 disables)"
msgstr "postavi vremensku proveru na S sekundi (0 je deaktivira)"
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
"instaliraj izvorni paket, napravi binarni paket i ukloni specifikaciju, "
"izvorne datoteke, zakrpe i ikone."
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr "kao i --rebuild, samo nemoj praviti nikakav paket"
-#: rpm.c:504
+#: rpm.c:519
#, fuzzy
msgid " --resign <pkg>+ "
msgstr " -b<faza> <spec>\t "
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr "potpi¹i paket (ukloni tekuæi potpis)"
-#: rpm.c:506
+#: rpm.c:521
#, fuzzy
msgid " --addsign <pkg>+ "
msgstr " -b<faza> <spec>\t "
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr "dodaj potpis u paket"
-#: rpm.c:508
+#: rpm.c:523
#, fuzzy
msgid " --checksig <pkg>+"
msgstr " -b<faza> <spec>\t "
-#: rpm.c:509
+#: rpm.c:524
#, fuzzy
msgid " -K <pkg>+ "
msgstr " -b<faza> <spec>\t "
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr "proveri potpis u paketu"
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr "preskoèi sve PGP potpise"
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
#, fuzzy
msgid "skip any GPG signatures"
msgstr "preskoèi sve PGP potpise"
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr "preskoèi sve MD5 potpise"
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr "uveri se da postoji ispravna baza podataka"
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr "rekreiraj bazu podataka iz postojeæe baze"
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
"postavi dozvole datoteke kao one u bazi podataka paketa koristeæi iste "
"opcije za odreðenje datoteka kao i -q"
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
"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:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr "samo jedan glavni re¾im mo¾e biti naveden"
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
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:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr "Koristite -e ili --erase.\n"
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr "preme¹tanja moraju poèeti znakom '/'"
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr "preme¹tanja moraju imati znak ="
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr "preme¹tanja moraju imati / praæeno sa ="
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
#, fuzzy
msgid "exclude paths must begin with a /"
msgstr "preme¹tanja moraju poèeti znakom '/'"
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
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:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
#, fuzzy
msgid "unexpected query flags"
msgstr "neoèekivan izvor upita"
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
#, fuzzy
msgid "unexpected query format"
msgstr "neoèekivan izvor upita"
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr "neoèekivan izvor upita"
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
#, fuzzy
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr "samo instalacija i a¾uriranje mogu biti forsirane"
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr "datoteke mogu biti preme¹tene samo tokom instalacije paketa"
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr "samo jedno mo¾ete koristiti: --prefix ili --relocate"
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
#, fuzzy
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr "--relocate mo¾ete koristiti samo kad instalirate novi paket"
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr "--prefix mo¾ete koristiti samo kod instalacije novog paketa"
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr "argumenti za --prefix moraju poèeti znakom /"
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr "--hash (-h) mo¾ete koristiti samo kod instalacije paketa"
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr "--percent mo¾ete koristiti samo kod instalacije paketa"
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr "--replacefiles mo¾ete koristiti samo kod instalacije paketa"
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr "--replacepkgs mo¾ete koristiti samo kod instalacije paketa"
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr "--excludecocs mo¾ete koristiti samo kod instalacije paketa"
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr "--includecocs mo¾ete koristiti samo kod instalacije paketa"
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr "samo jedno mo¾ete da navedete: --excludedocs ili --includedocs"
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr "--ignorearch mo¾ete koristiti samo kod instalacije paketa"
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr "--ignoreos mo¾ete koristiti samo kod instalacije paketa"
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
#, fuzzy
msgid "--ignoresize may only be specified during package installation"
msgstr "--ignoreos mo¾ete koristiti samo kod instalacije paketa"
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr "--allmatches mo¾ete koristiti samo kod brisanja paketa"
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr "--allfiles mo¾ete koristiti samo kod instalacije paketa"
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr "--justdb mo¾ete koristiti samo kod instalacije i brisanja paketa"
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
"--noscripsts mo¾ete koristiti samo kod instalacije, uklanjanja ili provere "
"paketa"
-#: rpm.c:917
+#: rpm.c:934
#, fuzzy
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
msgstr ""
"--nodeps mo¾ete koristiti samo kod instalacije, uklanjanja ili provere paketa"
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
#, fuzzy
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
msgstr ""
"--nodeps mo¾ete koristiti samo kod instalacije, uklanjanja ili provere paketa"
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
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:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
"--root (-r) mo¾ete navesti samo kod instalacije, uklanjanja, upita ili "
"rekreiranja baze podataka"
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr "argumenti za --root (-r) moraju poèeti znakom /"
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr "--oldpackage se mo¾e koristiti samo tokom a¾uriranja paketa"
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr "--nopgp se mo¾e koristiti samo prilikom provere potpisa"
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
#, fuzzy
msgid "--nogpg may only be used during signature checking"
msgstr "--nopgp se mo¾e koristiti samo prilikom provere potpisa"
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
#, fuzzy
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr "--nopgp se mo¾e koristiti samo kod provere potpisa ili paketa"
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, fuzzy, c-format
msgid "cannot access file %s\n"
msgstr "Ne mogu da otvorim datoteku %s: "
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
#, fuzzy
msgid "pgp not found: "
msgstr "Datoteka nije pronaðena na serveru"
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr "Neuspela provera lozinke\n"
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr "Lozinka je dobra.\n"
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr "--sign se mo¾e koristiti samo kod kreiranja paketa"
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
#, fuzzy
msgid "exec failed\n"
msgstr "%s: Neuspelo otvaranje\n"
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr "neoèekivani argumenti za --querytags"
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr "nedostaje paket za proveru potpisa"
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr "nedostaje paket za potpisivanje"
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr "neodstaje paket za deinstalaciju"
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr "nedostaje paket za instalaciju"
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr "suvi¹ni argumenti su navedeni za upit nad svim paketima"
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr "nedostaju argumenti za upit"
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
#, fuzzy
msgid "extra arguments given for verify of all packages"
msgstr "suvi¹ni argumenti su navedeni za upit nad svim paketima"
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr "nedostaju argumenti za proveru"
msgid "cannot re-open payload: %s\n"
msgstr "Ne mogu da otvorim datoteku %s: "
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
#, fuzzy
msgid "print macro expansion of <expr>+"
msgstr "napi¹i verziju rpm-a koja se koristi"
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
#, fuzzy
msgid "rebuild database inverted lists from installed package headers"
msgstr "rekreiraj bazu podataka iz postojeæe baze"
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
+msgstr ""
+
+#: rpmqv.c:234
#, fuzzy
-msgid "<package>"
+msgid "<package>+"
msgstr "upit nad svim paketima"
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
#, fuzzy
-msgid "upgrade package if already installed"
+msgid "upgrade package(s) if already installed"
msgstr "paket %s nije instaliran\n"
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
#, fuzzy
msgid "<packagefile>+"
msgstr " -b<faza> <spec>\t "
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
#, fuzzy
msgid "do not execute scripts (if any)"
msgstr "nemoj izvr¹iti nijednu fazu"
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
#, fuzzy
msgid "don't execute any scriptlets triggered by this package"
msgstr "upit nad paketom koji ima <datoteku>"
-#: rpmqv.c:313
+#: rpmqv.c:279
#, fuzzy
-msgid "<oldpath>=<newpath>"
+msgid "relocate files from path <old> to <new>"
msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
-#: rpmqv.c:324
+#: rpmqv.c:280
+#, fuzzy
+msgid "<old>=<new>"
+msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
+
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
+msgstr ""
+
+#: rpmqv.c:291
#, fuzzy
-msgid "upgrade package"
+msgid "upgrade package(s)"
msgstr "instaliraj paket"
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
+msgstr ""
+
+#: rpmqv.c:343
msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:413
+#: rpmqv.c:377
#, fuzzy, c-format
msgid "Usage: %s {--help}\n"
msgstr "kori¹æenje: {rpm --help}"
-#: rpmqv.c:417
-#, fuzzy, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr " -b<faza> <spec>\t "
-
-#: rpmqv.c:418
-#, fuzzy, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr " -b<faza> <spec>\t "
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-#, fuzzy
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
-
-#: rpmqv.c:434
-#, fuzzy
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr "\t\t\t paket1 ...paketN"
-
-#: rpmqv.c:442
-#, fuzzy, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr "\trpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <datoteka>]"
-
-#: rpmqv.c:449
-#, fuzzy
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
-
-#: rpmqv.c:456
-#, fuzzy, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr "\trpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <datoteka>]"
-
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:461
-#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:465
-#, fuzzy, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
-msgstr "\trpm {--resign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
-
-#: rpmqv.c:466
-#, fuzzy, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
-msgstr "\trpm {--addsign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
-
-#: rpmqv.c:467
-#, fuzzy, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
-msgstr "\trpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <datoteka>]"
-
-#: rpmqv.c:511
+#: rpmqv.c:448
#, fuzzy
msgid " All modes support the following options:"
msgstr " svi re¾imi podr¾avaju sledeæe argumente:"
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
#, fuzzy
msgid " --eval '<expr>+' "
msgstr " -b<faza> <spec>\t "
-#: rpmqv.c:515
+#: rpmqv.c:452
#, fuzzy
msgid "print the expansion of macro <expr> to stdout"
msgstr "napi¹i verziju rpm-a koja se koristi"
-#: rpmqv.c:516
+#: rpmqv.c:453
#, fuzzy
msgid " --pipe <cmd> "
msgstr " -b<faza> <spec>\t "
-#: rpmqv.c:518
+#: rpmqv.c:455
#, fuzzy
msgid " --rcfile <file:...> "
msgstr " -b<faza> <spec>\t "
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
#, fuzzy
msgid " --dbpath <dir> "
msgstr " -b<faza> <spec>\t "
-#: rpmqv.c:525
+#: rpmqv.c:462
#, fuzzy
msgid " --root <dir> "
msgstr " -b<faza> <spec>\t "
-#: rpmqv.c:535
+#: rpmqv.c:472
#, fuzzy
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
" instaliranje, pobolj¹avanja i upit (sa -p) dozvoljavaju kori¹æenje URL-ova"
-#: rpmqv.c:536
+#: rpmqv.c:473
#, fuzzy
msgid " of file names as well as the following options:"
msgstr " na mestu imena datoteka kao i sledeæe opcije:\n"
-#: rpmqv.c:537
+#: rpmqv.c:474
#, fuzzy
msgid " --ftpproxy <host> "
msgstr " -b<faza> <spec>\t "
-#: rpmqv.c:539
+#: rpmqv.c:476
#, fuzzy
msgid " --ftpport <port> "
msgstr " -b<faza> <spec>\t "
-#: rpmqv.c:541
+#: rpmqv.c:478
#, fuzzy
msgid " --httpproxy <host> "
msgstr " -b<faza> <spec>\t "
-#: rpmqv.c:543
+#: rpmqv.c:480
#, fuzzy
msgid " --httpport <port> "
msgstr " -b<faza> <spec>\t "
-#: rpmqv.c:549
+#: rpmqv.c:486
#, fuzzy
msgid " Package specification options:"
msgstr " Opcije odrednice paketa:"
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
#, fuzzy
msgid "query/verify all packages"
msgstr "upit nad svim paketima"
-#: rpmqv.c:552
+#: rpmqv.c:489
#, fuzzy
msgid " -f <file>+ "
msgstr " -b<faza> <spec>\t "
-#: rpmqv.c:553
+#: rpmqv.c:490
#, fuzzy
msgid "query/verify package owning <file>"
msgstr "upit nad paketom koji ima <datoteku>"
-#: rpmqv.c:554
+#: rpmqv.c:491
#, fuzzy
msgid " -p <packagefile>+ "
msgstr " -b<faza> <spec>\t "
-#: rpmqv.c:555
+#: rpmqv.c:492
#, fuzzy
msgid "query/verify (uninstalled) package <packagefile>"
msgstr "upit za (deinstaliran) paket <paketdatoteka>"
-#: rpmqv.c:556
+#: rpmqv.c:493
#, fuzzy
msgid " --triggeredby <pkg> "
msgstr "upit nad paketom koji ima <datoteku>"
-#: rpmqv.c:557
+#: rpmqv.c:494
#, fuzzy
msgid "query/verify packages triggered by <pkg>"
msgstr "upit nad paketom koji ima <datoteku>"
-#: rpmqv.c:558
+#: rpmqv.c:495
#, fuzzy
msgid " --whatprovides <cap> "
msgstr "upit nad paketom koji ima <datoteku>"
-#: rpmqv.c:559
+#: rpmqv.c:496
#, fuzzy
msgid "query/verify packages which provide <cap> capability"
msgstr "upit za pakete koji omoguæavaju <i> svojstvo"
-#: rpmqv.c:560
+#: rpmqv.c:497
#, fuzzy
msgid " --whatrequires <cap> "
msgstr "upit nad paketom koji ima <datoteku>"
-#: rpmqv.c:561
+#: rpmqv.c:498
#, fuzzy
msgid "query/verify packages which require <cap> capability"
msgstr "upit za pakete koji zahtevaju <i> svojstvo"
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
#, fuzzy
msgid " Information selection options:"
msgstr " Opcije za selekciju informacije:"
-#: rpmqv.c:584
+#: rpmqv.c:521
#, fuzzy
msgid "list capabilities provided by package"
msgstr "poka¾i koja svojstva donosi paket"
-#: rpmqv.c:586
+#: rpmqv.c:523
#, fuzzy
msgid "list capabilities required by package"
msgstr "poka¾i koja svojstva donosi paket"
-#: rpmqv.c:588
+#: rpmqv.c:525
#, fuzzy
msgid "print the various [un]install scriptlets"
msgstr "ispi¹i razne skriptove za [de]instalaciju"
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
#, fuzzy
msgid " --install <packagefile>"
msgstr "instaliraj paket"
-#: rpmqv.c:617
+#: rpmqv.c:554
#, fuzzy
msgid " -i <packagefile> "
msgstr " -b<faza> <spec>\t "
-#: rpmqv.c:626
+#: rpmqv.c:563
#, fuzzy
msgid " --excludepath <path> "
msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
-#: rpmqv.c:647
+#: rpmqv.c:584
#, fuzzy
msgid "don't execute any installation scriptlets"
msgstr "nemoj izvr¹iti nijedan instalacioni skript"
-#: rpmqv.c:652
+#: rpmqv.c:589
#, fuzzy
msgid " --prefix <dir> "
msgstr " -b<faza> <spec>\t "
-#: rpmqv.c:654
+#: rpmqv.c:591
#, fuzzy
msgid " --relocate <oldpath>=<newpath>"
msgstr "premesti datoteke iz <starog-puta> u <novi-put>"
-#: rpmqv.c:663
+#: rpmqv.c:600
#, fuzzy
msgid " --upgrade <packagefile>"
msgstr "instaliraj paket"
-#: rpmqv.c:664
+#: rpmqv.c:601
#, fuzzy
msgid " -U <packagefile> "
msgstr " -b<faza> <spec>\t "
-#: rpmqv.c:669
+#: rpmqv.c:606
#, fuzzy
msgid " --erase <package>"
msgstr "instaliraj paket"
-#: rpmqv.c:688
+#: rpmqv.c:625
#, fuzzy
msgid " --resign <pkg>+ "
msgstr " -b<faza> <spec>\t "
-#: rpmqv.c:690
+#: rpmqv.c:627
#, fuzzy
msgid " --addsign <pkg>+ "
msgstr " -b<faza> <spec>\t "
-#: rpmqv.c:693
+#: rpmqv.c:630
#, fuzzy
msgid " --checksig <pkg>+"
msgstr " -b<faza> <spec>\t "
-#: rpmqv.c:694
+#: rpmqv.c:631
#, fuzzy
msgid " -K <pkg>+ "
msgstr " -b<faza> <spec>\t "
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
#, fuzzy
msgid "rebuild database indices from existing database headers"
msgstr "rekreiraj bazu podataka iz postojeæe baze"
-#: rpmqv.c:996
+#: rpmqv.c:928
#, fuzzy
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr "Koristite -e ili --erase.\n"
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr "--dbpath je naveden za operaciju koja ne koristi bazu podataka"
-#: rpmqv.c:1158
+#: rpmqv.c:1086
#, fuzzy
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr "--justdb mo¾ete koristiti samo kod instalacije i brisanja paketa"
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr "nedosataje paket za rekreiranje"
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr "nedostaje specifikacije za kreiranje"
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr "nedostaju 'tar' datoteke za kreiranje"
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
#, fuzzy
msgid "Unable to open temp file.\n"
msgstr "Ne mogu da otvorim %s za èitanje: %s"
msgid "syntax error in expression\n"
msgstr "oèekivan znak ? u izrazu"
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, fuzzy, c-format
msgid "Missing '(' in %s %s\n"
msgstr "nedostaje { posle %"
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, fuzzy, c-format
msgid "Missing ')' in %s(%s\n"
msgstr "nedostaje ':' na %s:%d"
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, fuzzy, c-format
msgid "Invalid %s token: %s\n"
msgstr "pogre¹an broj paketa: %s\n"
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr "Neuspelo èitanje %s: %s."
-#: build/files.c:427
+#: build/files.c:429
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr "Neuspelo èitanje %s: %s."
-#: build/files.c:439
+#: build/files.c:441
#, fuzzy, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr "Neuspelo èitanje %s: %s."
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, fuzzy, c-format
msgid "Two files on one line: %s\n"
msgstr "neuspelo otvaranje %s: %s"
-#: build/files.c:771
+#: build/files.c:773
#, fuzzy, c-format
msgid "File must begin with \"/\": %s\n"
msgstr "preme¹tanja moraju poèeti znakom '/'"
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
-#: build/files.c:949
+#: build/files.c:952
#, fuzzy, c-format
msgid "File listed twice: %s\n"
msgstr "Neuspelo èitanje %s: %s."
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr "Neuspelo èitanje %s: %s."
-#: build/files.c:1165
+#: build/files.c:1239
#, fuzzy, c-format
msgid "File not found: %s\n"
msgstr "Datoteka nije pronaðena na serveru"
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "neuspelo otvaranje %s: %s"
-#: build/files.c:1297
+#: build/files.c:1371
#, fuzzy, c-format
msgid "File needs leading \"/\": %s\n"
msgstr "preme¹tanja moraju poèeti znakom '/'"
-#: build/files.c:1327
+#: build/files.c:1401
#, fuzzy, c-format
msgid "File not found by glob: %s\n"
msgstr "Datoteka nije pronaðena na serveru"
-#: build/files.c:1382
+#: build/files.c:1455
#, fuzzy
msgid "Could not open %%files file %s: %s\n"
msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, fuzzy, c-format
msgid "line: %s\n"
msgstr "neuspelo otvaranje %s: %s"
-#: build/files.c:1720
+#: build/files.c:1791
#, fuzzy, c-format
msgid "Bad file: %s: %s\n"
msgstr "neuspelo otvaranje %s: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, fuzzy, c-format
msgid "Couldn't exec %s: %s\n"
msgstr "Ne mogu da izvr¹im PGP"
-#: build/files.c:1794
+#: build/files.c:1864
#, fuzzy, c-format
msgid "Couldn't fork %s: %s\n"
msgstr "Ne mogu da proèitam 'sigtarget'"
-#: build/files.c:1876
+#: build/files.c:1946
#, fuzzy, c-format
msgid "%s failed\n"
msgstr "PGP omanuo"
-#: build/files.c:1880
+#: build/files.c:1950
#, fuzzy, c-format
msgid "failed to write all data to %s\n"
msgstr "neuspelo kreiranje %s\n"
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, fuzzy, c-format
msgid "Failed to find %s:\n"
msgstr "neuspelo kreiranje %s\n"
-#: build/files.c:2160
+#: build/files.c:2232
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "neuspelo otvaranje %s: %s"
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:52
+#: build/pack.c:61
#, fuzzy, c-format
msgid "create archive failed on file %s: %s\n"
msgstr "neuspelo otvaranje %s: %s"
-#: build/pack.c:74
+#: build/pack.c:83
#, fuzzy, c-format
msgid "cpio_copy write failed: %s\n"
msgstr "neuspelo èitanje: %s (%d)"
-#: build/pack.c:81
+#: build/pack.c:90
#, fuzzy, c-format
msgid "cpio_copy read failed: %s\n"
msgstr "neuspelo èitanje: %s (%d)"
-#: build/pack.c:165
+#: build/pack.c:174
#, fuzzy, c-format
msgid "Could not open PreIn file: %s\n"
msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
-#: build/pack.c:172
+#: build/pack.c:181
#, fuzzy, c-format
msgid "Could not open PreUn file: %s\n"
msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
-#: build/pack.c:179
+#: build/pack.c:188
#, fuzzy, c-format
msgid "Could not open PostIn file: %s\n"
msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
-#: build/pack.c:186
+#: build/pack.c:195
#, fuzzy, c-format
msgid "Could not open PostUn file: %s\n"
msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
-#: build/pack.c:194
+#: build/pack.c:203
#, fuzzy, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
-#: build/pack.c:209
+#: build/pack.c:218
#, fuzzy, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr "gre¹ka: ne mogu da otvorim datoteku %s\n"
-#: build/pack.c:235
+#: build/pack.c:244
#, fuzzy, c-format
msgid "readRPM: open %s: %s\n"
msgstr "neuspelo otvaranje %s: %s"
-#: build/pack.c:245
+#: build/pack.c:254
#, fuzzy, c-format
msgid "readRPM: read %s: %s\n"
msgstr "Neuspelo èitanje %s: %s."
-#: build/pack.c:266
+#: build/pack.c:275
#, fuzzy, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "gre¹ka: èini se da %s nije RPM paket\n"
-#: build/pack.c:272
+#: build/pack.c:284
#, fuzzy, c-format
msgid "readRPM: reading header from %s\n"
msgstr "gre¹ka kod uzimanja sloga %s iz %s"
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, fuzzy, c-format
msgid "Generating signature: %d\n"
msgstr "napravi PGP potpis"
-#: build/pack.c:433
+#: build/pack.c:447
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "neuspelo otvaranje %s\n"
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "Ne mogu da upi¹em %s"
-#: build/pack.c:485
+#: build/pack.c:499
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr "Ne mogu da upi¹em %s"
-#: build/pack.c:495
+#: build/pack.c:509
#, fuzzy, c-format
msgid "Unable to read header from %s: %s\n"
msgstr "Ne mogu da upi¹em %s"
-#: build/pack.c:509
+#: build/pack.c:523
#, fuzzy, c-format
msgid "Unable to write header to %s: %s\n"
msgstr "Ne mogu da upi¹em %s"
-#: build/pack.c:519
+#: build/pack.c:533
#, fuzzy, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr "Ne mogu da upi¹em %s"
-#: build/pack.c:525
+#: build/pack.c:539
#, fuzzy, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr "Ne mogu da upi¹em %s"
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, fuzzy, c-format
msgid "cannot create %s: %s\n"
msgstr "Ne mogu da otvorim datoteku %s: "
msgid "Package has no %%description: %s\n"
msgstr "paket %s nije naveden u %s"
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, fuzzy, c-format
msgid "line %d: Bad number: %s\n"
msgstr "pogre¹an broj paketa: %s\n"
-#: build/spec.c:234
+#: build/spec.c:222
#, fuzzy, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr "pogre¹an broj paketa: %s\n"
-#: build/spec.c:292
+#: build/spec.c:280
#, fuzzy, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "pogre¹an broj paketa: %s\n"
-#: lib/cpio.c:445
-#, fuzzy, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr "Neuspelo èitanje %s: %s."
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, fuzzy, c-format
msgid "(error 0x%x)"
msgstr "gre¹ka: "
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
#, fuzzy
msgid "Unknown file type"
msgstr "(nepoznat tip)"
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
#, fuzzy
msgid "Internal error"
msgstr "fatalna gre¹ka: "
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
#, fuzzy
msgid " failed - "
msgstr "PGP omanuo"
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
+#, c-format
+msgid "db%d error(%d) from %s: %s\n"
+msgstr ""
+
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
+#, c-format
+msgid "db%d error(%d): %s\n"
+msgstr ""
+
+#: lib/db1.c:387
+#, c-format
+msgid "closed db file %s\n"
+msgstr ""
+
+#: lib/db1.c:390
+#, c-format
+msgid "removed db file %s\n"
+msgstr ""
+
+#: lib/db1.c:421
+#, fuzzy, c-format
+msgid "bad db file %s\n"
+msgstr "neuspelo otvaranje %s: %s"
+
+#: lib/db1.c:426
+#, fuzzy, c-format
+msgid "opening db file %s mode 0x%x\n"
+msgstr "rekreiraj bazu podataka iz postojeæe baze"
+
+#. XXX check errno validity
+#: lib/db1.c:449
+#, fuzzy, c-format
+msgid "cannot get %s lock on database\n"
+msgstr "ne mogu da dobijem %s zakljuèavanje baze podataka"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
+msgstr "ekskluzivno"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
+msgstr "deljeno"
+
+#: lib/db2.c:145 lib/db3.c:130
+#, c-format
+msgid "closed db environment %s/%s\n"
+msgstr ""
+
+#: lib/db2.c:161 lib/db3.c:146
+#, c-format
+msgid "removed db environment %s/%s\n"
+msgstr ""
+
+#: lib/db2.c:198 lib/db3.c:183
+#, c-format
+msgid "opening db environment %s/%s %s\n"
+msgstr ""
+
+#: lib/db2.c:588 lib/db3.c:569
+#, c-format
+msgid "closed db index %s/%s\n"
+msgstr ""
+
+#: lib/db2.c:678 lib/db3.c:659
+#, fuzzy, c-format
+msgid "opening db index %s/%s %s mode=0x%x\n"
+msgstr "rekreiraj bazu podataka iz postojeæe baze"
+
+#: lib/db2.c:784 lib/db3.c:764
+#, fuzzy, c-format
+msgid "cannot get %s lock on %s/%s\n"
+msgstr "ne mogu da dobijem %s zakljuèavanje baze podataka"
+
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
+msgstr ""
+
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
+msgstr ""
+
+#: lib/dbconfig.c:287
+#, c-format
+msgid "%s has invalid numeric value, skipped\n"
+msgstr ""
+
+#: lib/dbconfig.c:296
+#, c-format
+msgid "%s has too large or too small long value, skipped\n"
+msgstr ""
+
+#: lib/dbconfig.c:305
+#, c-format
+msgid "%s has too large or too small integer value, skipped\n"
+msgstr ""
+
#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/depends.c:565
#, c-format
msgid ""
"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
"\tA %s\tB %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/depends.c:594
#, c-format
msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/depends.c:962
#, c-format
msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/depends.c:1021
#, c-format
msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/depends.c:1073
#, c-format
msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/depends.c:1092
#, c-format
msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/depends.c:1096
+#: lib/depends.c:1109
#, fuzzy, c-format
msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr "datoteka %s ne pripada nijednom paketu\n"
-#: lib/depends.c:1118
+#: lib/depends.c:1131
#, c-format
msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/depends.c:1131
+#: lib/depends.c:1144
#, c-format
msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/depends.c:1145
+#: lib/depends.c:1158
#, fuzzy, c-format
msgid "%s: %-45s YES (db package)\n"
msgstr "datoteka %s ne pripada nijednom paketu\n"
-#: lib/depends.c:1161
+#: lib/depends.c:1174
#, c-format
msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/depends.c:1195
#, fuzzy, c-format
msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr "datoteka %s ne pripada nijednom paketu\n"
#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/depends.c:1256
#, fuzzy, c-format
msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr "paket %s nije naveden u %s"
#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/depends.c:1323
#, fuzzy, c-format
msgid "package %s conflicts: %s\n"
msgstr "paket %s nije naveden u %s"
-#: lib/depends.c:1523
+#: lib/depends.c:1539
#, fuzzy, c-format
msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr "gre¹ka uklanjanja sloga %s u %s"
#. Record all relations.
-#: lib/depends.c:1662
+#: lib/depends.c:1678
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1709
+#: lib/depends.c:1725
msgid "========== tsorting packages\n"
msgstr ""
-#: lib/depends.c:1754
+#: lib/depends.c:1770
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1803
+#: lib/depends.c:1819
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1834
+#: lib/depends.c:1850
msgid "========== continuing tsort ...\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
-#, c-format
-msgid "db%d error(%d) from %s: %s\n"
-msgstr ""
-
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
-#, c-format
-msgid "db%d error(%d): %s\n"
-msgstr ""
-
-#: lib/db1.c:387
+#: lib/falloc.c:141
#, c-format
-msgid "closed db file %s\n"
+msgid ""
+"free list corrupt (%u)- please run\n"
+"\t\"rpm --rebuilddb\"\n"
+"More information is available from http://www.rpm.org or the "
+"rpm-list@redhat.com mailing list\n"
+"if \"rpm --rebuilddb\" fails to correct the problem.\n"
msgstr ""
-#: lib/db1.c:390
-#, c-format
-msgid "removed db file %s\n"
-msgstr ""
+#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+msgid "(not a number)"
+msgstr "(nije broj)"
-#: lib/db1.c:421
+#: lib/fs.c:69
#, fuzzy, c-format
-msgid "bad db file %s\n"
-msgstr "neuspelo otvaranje %s: %s"
+msgid "mntctl() failed to return size: %s\n"
+msgstr "mntctl() nije vratio 'fugger' velièinu: %s"
-#: lib/db1.c:426
+#: lib/fs.c:84
#, fuzzy, c-format
-msgid "opening db file %s mode 0x%x\n"
-msgstr "rekreiraj bazu podataka iz postojeæe baze"
+msgid "mntctl() failed to return mount points: %s\n"
+msgstr "mntctl() nije vratio 'fugger' velièinu: %s"
-#. XXX check errno validity
-#: lib/db1.c:449
+#: lib/fs.c:104 lib/fs.c:184 lib/fs.c:287
#, fuzzy, c-format
-msgid "cannot get %s lock on database\n"
-msgstr "ne mogu da dobijem %s zakljuèavanje baze podataka"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
-msgstr "ekskluzivno"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
-msgstr "deljeno"
-
-#: lib/db2.c:141
-#, c-format
-msgid "closed db environment %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:153
-#, c-format
-msgid "removed db environment %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:190
-#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
-msgstr ""
-
-#: lib/db2.c:565
-#, c-format
-msgid "closed db index %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:643
-#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:268
-#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
-msgstr ""
-
-#: lib/db3.c:297
-#, c-format
-msgid "%s has invalid numeric value, skipped\n"
-msgstr ""
-
-#: lib/db3.c:306
-#, c-format
-msgid "%s has too large or too small long value, skipped\n"
-msgstr ""
-
-#: lib/db3.c:315
-#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
-msgstr ""
+msgid "failed to stat %s: %s\n"
+msgstr "neuspelo otvaranje %s: %s"
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
+#: lib/fs.c:147
+msgid "getting list of mounted filesystems\n"
msgstr ""
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
-msgstr ""
+#: lib/fs.c:152 rpmio/url.c:452
+#, fuzzy, c-format
+msgid "failed to open %s: %s\n"
+msgstr "neuspelo otvaranje %s: %s"
-#: lib/db3.c:537
+#: lib/fs.c:309
#, c-format
-msgid "opening db environment %s/%s %s\n"
+msgid "file %s is on an unknown device\n"
msgstr ""
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
msgstr ""
-#: lib/db3.c:1013
+#: lib/fsm.c:274
#, fuzzy, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr "rekreiraj bazu podataka iz postojeæe baze"
-
-#: lib/db3.c:1118
-#, fuzzy, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr "ne mogu da dobijem %s zakljuèavanje baze podataka"
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
-msgstr ""
+msgid "%9d %s\n"
+msgstr "neuspelo otvaranje %s: %s"
-#: lib/falloc.c:141
+#: lib/fsm.c:1042
#, c-format
-msgid ""
-"free list corrupt (%u)- please run\n"
-"\t\"rpm --rebuilddb\"\n"
-"More information is available from http://www.rpm.org or the "
-"rpm-list@redhat.com mailing list\n"
-"if \"rpm --rebuilddb\" fails to correct the problem.\n"
+msgid "%s directory created with perms %04o.\n"
msgstr ""
-#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
-msgid "(not a number)"
-msgstr "(nije broj)"
-
-#: lib/fs.c:69
+#: lib/fsm.c:1344 lib/fsm.c:1461
#, fuzzy, c-format
-msgid "mntctl() failed to return size: %s\n"
-msgstr "mntctl() nije vratio 'fugger' velièinu: %s"
+msgid "%s saved as %s\n"
+msgstr "Ne mogu da otvorim datoteku %s: "
-#: lib/fs.c:84
+#: lib/fsm.c:1486
#, fuzzy, c-format
-msgid "mntctl() failed to return mount points: %s\n"
-msgstr "mntctl() nije vratio 'fugger' velièinu: %s"
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr "ne mogu da uklonim %s - direktorijum nije prazan"
-#: lib/fs.c:104 lib/fs.c:184 lib/fs.c:287
+#: lib/fsm.c:1491
#, fuzzy, c-format
-msgid "failed to stat %s: %s\n"
-msgstr "neuspelo otvaranje %s: %s"
-
-#: lib/fs.c:147
-msgid "getting list of mounted filesystems\n"
-msgstr ""
+msgid "%s rmdir of %s failed: %s\n"
+msgstr "neuspela komanda rmdir %s: %s"
-#: lib/fs.c:152 rpmio/url.c:452
+#: lib/fsm.c:1500
#, fuzzy, c-format
-msgid "failed to open %s: %s\n"
-msgstr "neuspelo otvaranje %s: %s"
+msgid "%s unlink of %s failed: %s\n"
+msgstr "neuspelo otvaranje %s: %s\n"
-#: lib/fs.c:309
-#, c-format
-msgid "file %s is on an unknown device\n"
-msgstr ""
+#: lib/fsm.c:1517
+#, fuzzy, c-format
+msgid "%s created as %s\n"
+msgstr "Ne mogu da otvorim datoteku %s: "
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr "nedostaje { posle %"
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr "nedostaje } posle %"
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr "prazan 'tag' format'"
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr "prazno ime tag-a"
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr "nepoznat tag"
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr "] oèekivano na kraju niza"
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr "neoèekivano ]"
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr "neoèekivano }"
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr "oèekivan znak ? u izrazu"
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
#, fuzzy
msgid "{ expected after ? in expression"
msgstr "{ oèekivano posle ? u izrazu"
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr "} oèekivano u izrazu"
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr "oèekivano : praæeno ? podizrazom"
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
#, fuzzy
msgid "{ expected after : in expression"
msgstr "{ oèekivano posle : u izrazu"
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr "| oèekivano na kraju izraza"
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr "(nepoznat tip)"
-#: lib/install.c:190 lib/uninstall.c:209
-#, fuzzy, c-format
-msgid " file: %s action: %s\n"
-msgstr "neuspelo otvaranje %s: %s"
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "grupa %s ne sadr¾i nijedan paket\n"
-
-#. this would probably be a good place to check if disk space
-#. was used up - if so, we should return a different error
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "neuspelo otvaranje %s: %s\n"
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-#, fuzzy
-msgid "installing a source package\n"
-msgstr "instaliraj paket"
-
-#: lib/install.c:721
-#, fuzzy, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr "Ne mogu da otvorim datoteku %s: "
-
-#: lib/install.c:728 lib/install.c:759
-#, fuzzy, c-format
-msgid "cannot write to %s\n"
-msgstr "Ne mogu da otvorim datoteku %s: "
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, fuzzy, c-format
-msgid "cannot create specdir %s\n"
-msgstr "Ne mogu da otvorim datoteku %s: "
-
-#: lib/install.c:763
-#, fuzzy, c-format
-msgid "spec file in: %s\n"
-msgstr "neuspelo otvaranje %s: %s"
-
-#: lib/install.c:796 lib/install.c:825
-#, fuzzy
-msgid "source package contains no .spec file\n"
-msgstr "upit nad paketom koji ima <datoteku>"
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, fuzzy, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr "preimenovanje %s u %s nije uspelo: %s"
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, fuzzy, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr "paket %s-%s-%s sadr¾i deljene datoteke\n"
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "gre¹ka: preskaèem %s - neuspelo preno¹enje - %s\n"
-
-#: lib/install.c:1069
-#, fuzzy, c-format
-msgid "%s created as %s\n"
-msgstr "Ne mogu da otvorim datoteku %s: "
-
-#: lib/install.c:1105
-#, fuzzy, c-format
-msgid "%s saved as %s\n"
-msgstr "Ne mogu da otvorim datoteku %s: "
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, fuzzy, c-format
msgid "error creating temporary file %s\n"
msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
-#: lib/package.c:88
+#: lib/package.c:119
#, fuzzy
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr "samo paketi sa glavnim brojevima <= 3 su podr¾ani u ovoj verziji RPM-a"
-#: lib/package.c:143
+#: lib/package.c:179
#, fuzzy
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr "samo paketi sa glavnim brojevima <= 3 su podr¾ani u ovoj verziji RPM-a"
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, fuzzy, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr "Neuspelo èitanje %s: %s."
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr "priprema (raspakuj izvorne datoteke i primeni zakrpe)"
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
#, fuzzy
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr "instaliraj paket"
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, fuzzy, c-format
msgid "verify %files section from <specfile>"
msgstr "upit nad paketom koji ima <datoteku>"
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
#, fuzzy
msgid "build source and binary packages from <specfile>"
msgstr "grupa %s ne sadr¾i nijedan paket\n"
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
#, fuzzy
msgid "build binary package only from <specfile>"
msgstr "upit nad paketom koji ima <datoteku>"
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
#, fuzzy
msgid "build source package only from <specfile>"
msgstr "upit nad paketom koji ima <datoteku>"
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr "priprema (raspakuj izvorne datoteke i primeni zakrpe)"
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, fuzzy, c-format
msgid "verify %files section from <tarball>"
msgstr "upit nad paketom koji ima <datoteku>"
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
#, fuzzy
msgid "build source and binary packages from <tarball>"
msgstr "grupa %s ne sadr¾i nijedan paket\n"
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
#, fuzzy
msgid "build binary package only from <tarball>"
msgstr "grupa %s ne sadr¾i nijedan paket\n"
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
#, fuzzy
msgid "build source package only from <tarball>"
msgstr "napravi pakete za operativni sistem <os>"
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
#, fuzzy
msgid "build binary package from <source package>"
msgstr "binarni paket (priprema, kompilacija, instalacija, pakovanje)"
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
#, fuzzy
msgid "<source package>"
msgstr "upit nad svim paketima"
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
#, fuzzy
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr "instaliraj paket"
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
#, fuzzy
msgid "override build root"
msgstr "koristi <dir> kao korenski katalog kod kreiranja"
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+#, fuzzy
+msgid "debug file state machine"
+msgstr "neuspelo otvaranje %s: %s"
+
+#: lib/poptBT.c:181
#, fuzzy
msgid "do not execute any stages of the build"
msgstr "nemoj izvr¹iti nijednu fazu"
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
#, fuzzy
msgid "remove specfile when done"
msgstr "ukloni izvorne datoteke i datoteku specifikacije po zavr¹etku"
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "grupa %s ne sadr¾i nijedan paket\n"
+
+#.
+#. * This would probably be a good place to check if disk space
+#. * was used up - if so, we should return a different error.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "neuspelo otvaranje %s: %s\n"
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, fuzzy, c-format
+msgid "cannot create %s %s\n"
+msgstr "Ne mogu da otvorim datoteku %s: "
+
+#: lib/psm.c:661
+#, fuzzy, c-format
+msgid "cannot write to %s\n"
+msgstr "Ne mogu da otvorim datoteku %s: "
+
+#: lib/psm.c:683
+#, fuzzy
+msgid "installing a source package\n"
+msgstr "instaliraj paket"
+
+#: lib/psm.c:733
+#, fuzzy
+msgid "source package contains no .spec file\n"
+msgstr "upit nad paketom koji ima <datoteku>"
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, fuzzy, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr "paket %s-%s-%s sadr¾i deljene datoteke\n"
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, fuzzy, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr "nemoj izvr¹iti nijednu fazu"
+
+#: lib/psm.c:998
+#, fuzzy
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr "gre¹ka: preskaèem %s - neuspelo preno¹enje - %s\n"
+
+#: lib/query.c:161
#, fuzzy, c-format
msgid "incorrect format: %s\n"
msgstr "gre¹ka u formatu: %s\n"
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr "(nema datoteka)"
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
#, fuzzy
msgid "not installed "
msgstr "paket %s nije instaliran\n"
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, fuzzy, c-format
msgid "(unknown %3d) "
msgstr "(nepoznat tip)"
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
#, fuzzy
msgid "package has neither file owner or id lists\n"
msgstr "paket nema imena"
-#: lib/query.c:418
+#: lib/query.c:428
#, fuzzy, c-format
msgid "can't query %s: %s\n"
msgstr "gre¹ka: ne mogu da otvorim %s\n"
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, fuzzy, c-format
msgid "open of %s failed: %s\n"
msgstr "neuspelo otvaranje %s: %s\n"
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr "Upit se ne mo¾e izvesti nad izvorni paketima u starom formatu\n"
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "%s ne lièi na RPM paket\n"
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr "upit nad %s neuspeo\n"
-#: lib/query.c:601
+#: lib/query.c:614
#, fuzzy, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "upit nad %s neuspeo\n"
-#: lib/query.c:624
+#: lib/query.c:637
#, fuzzy
msgid "no packages\n"
msgstr "upit nad svim paketima"
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "grupa %s ne sadr¾i nijedan paket\n"
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr "nijedan paket ne aktivira %s\n"
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr "nijedan paket ne zahteva %s\n"
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr "nijedan paket ne obezbeðuje %s\n"
-#: lib/query.c:697
+#: lib/query.c:710
#, fuzzy, c-format
msgid "file %s: %s\n"
msgstr "neuspelo otvaranje %s: %s"
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "datoteka %s ne pripada nijednom paketu\n"
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr "pogre¹an broj paketa: %s\n"
-#: lib/query.c:730
+#: lib/query.c:743
#, fuzzy, c-format
msgid "package record number: %u\n"
msgstr "pogre¹an broj paketa: %s\n"
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr "ne mogu da proèitam slog %d\n"
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr "paket %s nije instaliran\n"
msgid "%s: Fread failed: %s\n"
msgstr "%s: Neuspeo 'readLead'\n"
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr "%s: Neuspeo 'readLead'\n"
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr "%s: Ne mogu da potpi¹em v1.0 RPM\n"
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr "%s: Ne mogu da ponovo potpi¹em v2.0 RPM\n"
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr "%s: Neuspelo 'rpmReadSignature'\n"
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr "%s: Potpis nije na raspolaganju\n"
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, fuzzy, c-format
msgid "%s: writeLead failed: %s\n"
msgstr "%s: Neuspeo 'readLead'\n"
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, fuzzy, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr "%s: Neuspelo 'rpmReadSignature'\n"
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr "%s: Potpis nije na raspolaganju (RPM v1.0)\n"
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
#, fuzzy
msgid " (MISSING KEYS:"
msgstr " (NEDOSTAJUÆI KLJUÈEVI)"
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, fuzzy, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr "Ne mogu da otvorim datoteku %s: "
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, fuzzy, c-format
msgid "cannot open %s index\n"
msgstr "gre¹ka: ne mogu da otvorim %s\n"
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, fuzzy, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr "gre¹ka kod uzimanja sloga %s iz %s"
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, fuzzy, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr "gre¹ka zapisivanja sloga %s u %s"
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, fuzzy, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr "gre¹ka uklanjanja sloga %s u %s"
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
#, fuzzy
msgid "no dbpath has been set\n"
msgstr "dbpath nije odreðen"
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "gre¹ka kod potrage za paketom %s\n"
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "ne mogu da proèitam zaglavlje na %d za proveru"
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, fuzzy, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "gre¹ka uklanjanja sloga %s u %s"
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, fuzzy, c-format
msgid "removing %d entries from %s index.\n"
msgstr "gre¹ka uklanjanja sloga %s u %s"
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "gre¹ka kod potrage za paketom %s\n"
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, fuzzy, c-format
msgid "adding %d entries to %s index.\n"
msgstr "gre¹ka uklanjanja sloga %s u %s"
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr "dbpath nije odreðen"
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, fuzzy, c-format
msgid "rebuilding database %s into %s\n"
msgstr "rekreiraj bazu podataka iz postojeæe baze"
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, fuzzy, c-format
msgid "temporary database %s already exists\n"
msgstr "privremena baza podataka %s veæ postoji"
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, fuzzy, c-format
msgid "creating directory %s\n"
msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, fuzzy, c-format
msgid "opening old database with dbapi %d\n"
msgstr "rekreiraj bazu podataka iz postojeæe baze"
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, fuzzy, c-format
msgid "opening new database with dbapi %d\n"
msgstr "rekreiraj bazu podataka iz postojeæe baze"
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, fuzzy, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr "slog broj %d u bazi podataka je neispravan -- preskaèem ga"
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, fuzzy, c-format
msgid "cannot add record originally at %d\n"
msgstr "ne mogu da dodam slog originalno na %d"
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, fuzzy, c-format
msgid "removing directory %s\n"
msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, fuzzy, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "neuspelo otvaranje %s: %s"
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
#, fuzzy
msgid "Preparing packages for installation..."
msgstr "nedostaje paket za instalaciju"
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
#, fuzzy
msgid "counting packages to install\n"
msgstr "nedostaje paket za instalaciju"
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, fuzzy, c-format
msgid "found %d packages\n"
msgstr "upit nad svim paketima"
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
#, fuzzy
msgid "looking for packages to download\n"
msgstr "gre¹ka kod potrage za paketom %s\n"
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, fuzzy, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr "gre¹ka: preskaèem %s - neuspelo preno¹enje - %s\n"
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr "Pribavljam %s\n"
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, fuzzy, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr "gre¹ka: preskaèem %s - neuspelo preno¹enje - %s\n"
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, fuzzy, c-format
msgid "cannot open file %s: %s\n"
msgstr "Ne mogu da otvorim datoteku %s: "
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, fuzzy, c-format
msgid "%s cannot be installed\n"
msgstr "gre¹ka: %s se ne mo¾e instalirati\n"
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, fuzzy, c-format
msgid "cannot open Packages database in %s\n"
msgstr "gre¹ka: ne mogu da otvorim %s%s/packages.rpm\n"
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, fuzzy, c-format
msgid "package %s is not relocateable\n"
msgstr "paket %s nije instaliran\n"
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, fuzzy, c-format
msgid "error reading from file %s\n"
msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, fuzzy, c-format
msgid "found %d source and %d binary packages\n"
msgstr "grupa %s ne sadr¾i nijedan paket\n"
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr "lo¹e meðuzavisnosti:\n"
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
#, fuzzy
msgid "installing binary packages\n"
msgstr "instaliraj paket"
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, fuzzy, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr "gre¹ka: ne mogu da otvorim %s%s/packages.rpm\n"
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr "\"%s\" odreðuje vi¹e paketa\n"
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr "uklanjanje oviha paketa æe naru¹iti zavisnosti:\n"
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, fuzzy, c-format
msgid "cannot open %s: %s\n"
msgstr "gre¹ka: ne mogu da otvorim %s\n"
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr "Instaliram %s\n"
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr "neuspelo izvr¹avanje skripta"
+
+#: lib/scriptlet.c:236
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr "neuspelo izvr¹avanje skripta"
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
#, fuzzy
msgid "No signature\n"
msgstr "%s: Potpis nije na raspolaganju\n"
-#: lib/signature.c:151
+#: lib/signature.c:165
#, fuzzy
msgid "Old PGP signature\n"
msgstr "napravi PGP potpis"
-#: lib/signature.c:162
+#: lib/signature.c:176
#, fuzzy
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr "Stari (interni) potpis! Odakle vam!?"
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
-msgstr ""
-
-#: lib/signature.c:212
+#: lib/signature.c:230
#, c-format
-msgid "Signature pad : %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:274
+#: lib/signature.c:289
#, fuzzy, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr "Ne mogu da izvr¹im PGP"
-#: lib/signature.c:285
+#: lib/signature.c:300
#, fuzzy
msgid "pgp failed\n"
msgstr "PGP omanuo"
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
#, fuzzy
msgid "pgp failed to write signature\n"
msgstr "PGP nije uspeo da zapi¹e potpis"
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
#, fuzzy
msgid "unable to read the signature\n"
msgstr "ne mogu da proèitam potpis"
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
#, fuzzy
msgid "Couldn't exec gpg\n"
msgstr "Ne mogu da izvr¹im PGP"
-#: lib/signature.c:362
+#: lib/signature.c:377
#, fuzzy
msgid "gpg failed\n"
msgstr "PGP omanuo"
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
#, fuzzy
msgid "gpg failed to write signature\n"
msgstr "PGP nije uspeo da zapi¹e potpis"
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
#, fuzzy
msgid "Generating signature using PGP.\n"
msgstr "napravi PGP potpis"
-#: lib/signature.c:423
+#: lib/signature.c:439
#, fuzzy
msgid "Generating signature using GPG.\n"
msgstr "napravi PGP potpis"
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
#, fuzzy
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr "Ne mogu da pokrenem pgp. Koristite --nopgp da preskoèite PGP proveru."
-#: lib/signature.c:635
+#: lib/signature.c:653
#, fuzzy
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr "Ne mogu da pokrenem pgp. Koristite --nopgp da preskoèite PGP proveru."
-#: lib/signature.c:723
+#: lib/signature.c:741
#, fuzzy
msgid "Couldn't exec pgp\n"
msgstr "Ne mogu da izvr¹im PGP"
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
#, fuzzy
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr "Morate podesiti \"pgp_name:\" u va¹oj rpmrc datoteci"
-#: lib/signature.c:772
+#: lib/signature.c:790
#, fuzzy
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr "Morate podesiti \"pgp_name:\" u va¹oj rpmrc datoteci"
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, fuzzy, c-format
msgid "%5d exclude %s\n"
msgstr "Pribavljam %s\n"
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, fuzzy, c-format
msgid "%5d relocate %s -> %s\n"
msgstr "Ne mogu da otvorim datoteku %s: "
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, fuzzy, c-format
msgid "excluding multilib path %s%s\n"
msgstr "Pribavljam %s\n"
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, fuzzy, c-format
msgid "excluding %s %s\n"
msgstr "Pribavljam %s\n"
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, fuzzy, c-format
msgid "relocating directory %s to %s\n"
msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, fuzzy, c-format
msgid "excluding directory %s\n"
msgstr "gre¹ka kod kreiranja direktorijuma %s: %s"
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, fuzzy, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr "ne mogu da uklonim %s - direktorijum nije prazan"
-
-#: lib/uninstall.c:78
-#, fuzzy, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr "neuspela komanda rmdir %s: %s"
-
-#: lib/uninstall.c:88
-#, fuzzy, c-format
-msgid "removal of %s failed: %s\n"
-msgstr "uklanjanje %s nije uspelo: %s"
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, fuzzy, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr "neuspelo izvr¹avanje skripta"
-
-#: lib/verify.c:59
+#: lib/verify.c:57
#, fuzzy
msgid "don't verify files in package"
msgstr "instaliraj paket"
-#: lib/verify.c:65
+#: lib/verify.c:63
#, fuzzy
msgid "do not execute %verifyscript (if any)"
msgstr "nemoj izvr¹iti nijednu fazu"
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, fuzzy, c-format
msgid "missing %s"
msgstr "nedostaje { posle %"
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "Nezadovoljene meðuzavisnosti za %s-%s-%s: "
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-#, fuzzy
-msgid "Bad server response"
-msgstr "Lo¹ odgovor FTP servera"
-
-#: rpmio/rpmio.c:540
-#, fuzzy
-msgid "Server I/O error"
-msgstr "Ulazno/izlazna FTP gre¹ka"
-
-#: rpmio/rpmio.c:543
-#, fuzzy
-msgid "Server timeout"
-msgstr "Tajm-aut FTP servera"
-
-#: rpmio/rpmio.c:546
-#, fuzzy
-msgid "Unable to lookup server host address"
-msgstr "Ne mogu da odredim host adresu FTP servera"
-
-#: rpmio/rpmio.c:549
-#, fuzzy
-msgid "Unable to lookup server host name"
-msgstr "Ne mogu da odredim ime FTP hosta"
-
-#: rpmio/rpmio.c:552
-#, fuzzy
-msgid "Failed to connect to server"
-msgstr "Ne mogu da se pove¾em sa FTP serverom"
-
-#: rpmio/rpmio.c:555
-#, fuzzy
-msgid "Failed to establish data connection to server"
-msgstr "Ne mogu da uspostavim vezu podataka sa FTP serverom"
-
-#: rpmio/rpmio.c:558
-#, fuzzy
-msgid "I/O error to local file"
-msgstr "Ulazno/izlazna gre¹ka kod lokalne datoteke"
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr "Gre¹ka kod stavljanja udaljenog servera u pasivni re¾im"
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr "Datoteka nije pronaðena na serveru"
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-#, fuzzy
-msgid "Unknown or unexpected error"
-msgstr "Neoèekivana ili nepoznata FTP gre¹ka"
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr ""
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+#, fuzzy
+msgid "Bad server response"
+msgstr "Lo¹ odgovor FTP servera"
+
+#: rpmio/rpmio.c:540
+#, fuzzy
+msgid "Server I/O error"
+msgstr "Ulazno/izlazna FTP gre¹ka"
+
+#: rpmio/rpmio.c:543
+#, fuzzy
+msgid "Server timeout"
+msgstr "Tajm-aut FTP servera"
+
+#: rpmio/rpmio.c:546
+#, fuzzy
+msgid "Unable to lookup server host address"
+msgstr "Ne mogu da odredim host adresu FTP servera"
+
+#: rpmio/rpmio.c:549
+#, fuzzy
+msgid "Unable to lookup server host name"
+msgstr "Ne mogu da odredim ime FTP hosta"
+
+#: rpmio/rpmio.c:552
+#, fuzzy
+msgid "Failed to connect to server"
+msgstr "Ne mogu da se pove¾em sa FTP serverom"
+
+#: rpmio/rpmio.c:555
+#, fuzzy
+msgid "Failed to establish data connection to server"
+msgstr "Ne mogu da uspostavim vezu podataka sa FTP serverom"
+
+#: rpmio/rpmio.c:558
+#, fuzzy
+msgid "I/O error to local file"
+msgstr "Ulazno/izlazna gre¹ka kod lokalne datoteke"
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr "Gre¹ka kod stavljanja udaljenog servera u pasivni re¾im"
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr "Datoteka nije pronaðena na serveru"
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+#, fuzzy
+msgid "Unknown or unexpected error"
+msgstr "Neoèekivana ili nepoznata FTP gre¹ka"
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
#, fuzzy
msgid "(no error)"
msgstr "gre¹ka: "
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr "fatalna gre¹ka: "
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr "gre¹ka: "
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr "upozorenje: "
msgstr "neuspelo kreiranje %s\n"
#, fuzzy
+#~ msgid " %s {--initdb} [--dbpath <dir>]\n"
+#~ msgstr " -b<faza> <spec>\t "
+
+#, fuzzy
+#~ msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
+#~ msgstr " -b<faza> <spec>\t "
+
+#, fuzzy
+#~ msgid ""
+#~ " [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
+#~ msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <file:...>]"
+#~ msgstr "\t\t\t paket1 ...paketN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
+#~ msgstr "\trpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <datoteka>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--scripts] [--root <dir>] [--rcfile <file:...>]"
+#~ msgstr "\t\t\t[--badreloc] datoteka1.rpm ... datotekaN.rpm"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
+#~ msgstr "\trpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <datoteka>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#~ msgstr "\trpm {--resign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#~ msgstr "\trpm {--addsign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
+#~ "<file:...>]\n"
+#~ msgstr "\trpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <datoteka>]"
+
+#, fuzzy
+#~ msgid "can't rename %s to %s: %s\n"
+#~ msgstr "Neuspelo èitanje %s: %s."
+
+#, fuzzy
+#~ msgid " file: %s action: %s\n"
+#~ msgstr "neuspelo otvaranje %s: %s"
+
+#, fuzzy
+#~ msgid "cannot create sourcedir %s\n"
+#~ msgstr "Ne mogu da otvorim datoteku %s: "
+
+#, fuzzy
+#~ msgid "cannot create specdir %s\n"
+#~ msgstr "Ne mogu da otvorim datoteku %s: "
+
+#, fuzzy
+#~ msgid "spec file in: %s\n"
+#~ msgstr "neuspelo otvaranje %s: %s"
+
+#, fuzzy
+#~ msgid "rename of %s to %s failed: %s\n"
+#~ msgstr "preimenovanje %s u %s nije uspelo: %s"
+
+#, fuzzy
+#~ msgid "removal of %s failed: %s\n"
+#~ msgstr "uklanjanje %s nije uspelo: %s"
+
+#, fuzzy
#~ msgid ""
#~ " %s {--addsign} [--macros <file:...>] package1 package2 ... packageN"
#~ msgstr "\trpm {--addsign} [--rcfile <datoteka>] paket1 paket2 ... paketN"
#~ msgstr "paket %s nije naðen u %s"
#, fuzzy
-#~ msgid "bad file state: %s"
-#~ msgstr "neuspelo otvaranje %s: %s"
-
-#, fuzzy
#~ msgid "%s: %-45s YES (added package)\n"
#~ msgstr "datoteka %s ne pripada nijednom paketu\n"
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\n"
"PO-Revision-Date: 2000-10-09 22:31+0200\n"
"Last-Translator: Göran Uddeborg <göran@uddeborg.pp.se>\n"
"Language-Team: Swedish <sv@li.org>\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: build.c:26
+#: build.c:25
#, fuzzy, c-format
msgid "cannot open rpm database in %s\n"
msgstr "kan inte öppna paketdatabas i %s\n"
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr "ouppfyllda byggberoenden:\n"
-#: build.c:65
+#: build.c:64
#, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr "Kan inte öppna spec-filen %s: %s\n"
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, fuzzy, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr "Kunde inte öppna \"tar\"-rör: %s\n"
#. Give up
-#: build.c:149
+#: build.c:150
#, fuzzy, c-format
msgid "Failed to read spec file from %s\n"
msgstr "Kunde inte läsa spec-fil från %s\n"
-#: build.c:177
+#: build.c:178
#, fuzzy, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr "Kunde inte byta namn på %s till %s: %s\n"
-#: build.c:216
+#: build.c:217
#, fuzzy, c-format
msgid "failed to stat %s: %m\n"
msgstr "kunde inte ta status på %s: %s"
-#: build.c:221
+#: build.c:222
#, fuzzy, c-format
msgid "File %s is not a regular file.\n"
msgstr "Filen är inte en ordinär fil: %s\n"
-#: build.c:230
+#: build.c:231
#, fuzzy, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr "Filen %s tycks inte vara en spec-fil.\n"
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr "Bygger målplattformar: %s\n"
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr "Bygger för målet %s\n"
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr "rpm: %s\n"
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr "RPM version %s\n"
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
#, fuzzy
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr "Copyright (C) 1998 - Red Hat Software"
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
#, fuzzy
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr "Den här programvaran kan distribueras fritt med hänsyn till GNU GPL"
-#: rpm.c:209
+#: rpm.c:224
msgid "Usage: rpm {--help}"
msgstr "Användning: rpm {--help}"
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr " rpm {--version}"
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr " rpm {--initdb} [--dbpath <kat>]"
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
" [--replacepkgs] [--replacefiles] [--root <kat>]"
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr " [--excludedocs] [--includedocs] [--noscripts]"
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
" [--rcfile <fil>] [--ignorearch] [--dbpath <kat>]"
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
" [--prefix <kat>] [--ignoreos] [--nodeps] [--allfiles]"
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr " [--ftpproxy <värd>] [--ftpport <port>]"
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr " [--httpproxy <värd>] [--httpport <port>]"
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr " [--justdb] [--noorder] [--relocate gammalväg=nyväg]"
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
" [--badreloc] [--notriggers] [--excludepath <sökväg>]"
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr " [--ignoresize] fil1.rpm ... filN.rpm"
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr " [--oldpackage] [--root <kat>] [--noscripts]"
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
" [--excludedocs] [--includedocs] [--rcfile <fil>]"
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
" [--ignorearch] [--dbpath <kat>] [--prefix <kat>] "
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr " [--httpproxy <värd>] [--httpport <port>] "
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
" [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr " [--noorder] [--relocate gammalväg=nyväg]"
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
" [--badreloc] [--excludepath <sökväg>] [--ignoresize]"
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr " fil1.rpm ... filN.rpm"
-#: rpm.c:232
+#: rpm.c:247
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:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr " [--scripts] [--root <kat>] [--rcfile <fil>]"
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr " [--whatprovides] [--whatrequires] [--requires]"
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
msgid " [--triggeredby]"
msgstr " [--triggeredby]"
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
msgid " [--provides] [--triggers] [--dump]"
msgstr " [--provides] [--triggers] [--dump]"
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr " [--changelog] [--dbpath <kat>] [mål]"
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr " rpm {--verify -V -y} [-afpg] [--root <kat>] [--rcfile <fil>]"
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
" [--dbpath <kat>] [--nodeps] [--nofiles] [--noscripts]"
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr " [--nomd5] [mål]"
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr " rpm {--setperms} [-afpg] [mål]"
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr " rpm {--setugids} [-afpg] [mål]"
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr " rpm {--freshen -F} fil1.rpm ... filN.rpm"
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr " rpm {--erase -e} [--root <kat>] [--noscripts] [--rcfile <fil>]"
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr " [--dbpath <kat>] [--nodeps] [--allmatches]"
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr " [--justdb] [--notriggers] paket1 ... paketN"
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--resign} [--rcfile <fil>] paket1 paket2 ... paketN"
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--addsign} [--rcfile <fil>] paket1 paket2 ... paketN"
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <fil>]"
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr " paket1 ... paketN"
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr " rpm {--rebuilddb} [--rcfile <fil>] [--dbpath <kat>]"
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr " rpm {--querytags}"
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
msgid "Usage:"
msgstr "Användning:"
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr "visa detta meddelande"
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr "visa vilken version av rpm som används"
-#: rpm.c:295
+#: rpm.c:310
msgid " All modes support the following arguments:"
msgstr " Alla arbetssätt stödjer följande argument:"
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr " --define '<namn> <kropp>'"
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr "definiera makrot <namn> som <kropp>"
-#: rpm.c:298
+#: rpm.c:313
msgid " --eval '<name>+' "
msgstr " --eval '<namn>+' "
-#: rpm.c:299
+#: rpm.c:314
msgid "print the expansion of macro <name> to stdout"
msgstr "skriv ut expansionen av makrot <namn> på standard ut"
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr " --pipe <kommando> "
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr "skicka stdut till <kommando>"
-#: rpm.c:302
+#: rpm.c:317
msgid " --rcfile <file> "
msgstr " --rcfile <fil> "
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr "använd <fil> istället för /etc/rpmrc och $HOME/.rpmrc"
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr "visa slutliga rpmrc- och makrokonfigurationer"
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr "var lite mer mångordig"
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr "var mycket mångordig (för felsökning)"
-#: rpm.c:312
+#: rpm.c:327
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
" Installation, uppgradering och fråga (med -p) tillåter URL:er att användas"
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr " istället för filnamn, liksom följande flaggor:"
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr " --ftpproxy <värd> "
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr "ftp-ombudets (proxy) värdnamn eller IP"
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr " --ftpport <port> "
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr "ftp-servers (eller ombuds (proxy)) portnummer"
-#: rpm.c:318
+#: rpm.c:333
msgid " --httpproxy <host> "
msgstr " --httpproxy <värd> "
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr "http-ombudets värdnamn eller IP"
-#: rpm.c:320
+#: rpm.c:335
msgid " --httpport <port> "
msgstr " --httpport <port> "
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr "http-servers (eller ombuds) portnummer"
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr "frågeläge"
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr " --dbpath <kat> "
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr "använd <kat> som katalog för databasen"
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr " --queryformat <ffmt>"
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
msgid "use <qfmt> as the header format (implies --info)"
msgstr "använd <ffmt> som huvudformat (medför --info)"
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr " --root <kat> "
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr "använd <kat> som toppkatalog"
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr " Flaggor för paketval:"
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr "fråga om alla paket"
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr " -f <fil>+ "
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr "fråga om paket som äger <fil>"
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr " -p <paketfil>+ "
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr "fråga om (oinstallerat) paket <paketfil>"
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr " --triggeredby <pkt>"
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr "fråga om paket utlösta av <pkt>"
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr " --whatprovides <egenskap>"
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr "undersök paket som tillhandahåller <egenskap>"
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr " --whatrequires <egenskap>"
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr "undersök paket som behöver <egenskap>"
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr " Flaggor för informationsval:"
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr "visa paketinformation"
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr "visa paketets ändringslogg"
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr "visa paketets fillista"
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr "visa filers status (implicerar -l)"
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr "visa enbart dokumentationsfiler (implicerar -l)"
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr "visa enbart konfigurationsfiler (implicerar -l)"
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
"visa all verifierbar information för varje fil (måste användas med -l, -c "
"eller -d)"
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr "visa de egenskaper paketet tillhandahåller"
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr "lista paketberoenden"
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr "visa de olika [av]installationsskripten"
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr "visa utlösningsskripten i paketet"
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
msgstr "verifiera ett pakets installation med samma urvalsflaggor som till -q"
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr "verifiera inte paketberoenden"
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr "verifiera inte md5-kontrollsummor"
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr "verifiera inte filattribut"
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr "visa taggar som kan användas i frågeformat"
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr " --install <paketfil>"
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr " -i <paketfil> "
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr "installera paket"
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr " --excludepath <sökväg>"
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr "hoppa över filer i <sökv>"
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr " --relocate <frånskv>=<tillskv>"
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr "flytta filer från <frånskv> till <tillskv>"
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
msgid "relocate files in non-relocateable package"
msgstr "relokera filer i ej relokerbart paket"
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr " --prefix <katalog> "
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr "flytta paketet till <katalog>, om flyttbart"
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr "installera inte dokumentation"
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr "kortform för --replacepkgs --replacefiles"
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr ""
"skriv ut brädgårdar allt eftersom paketet installeras (bra tillsammans med "
"-v)"
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
"installera alla filer, även konfigurationer som annars kunde hoppats över"
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr "verifiera inte paketarkitektur"
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr "kontrollera inte diskutrymme före installation"
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr "verifiera inte paketets operativsystem"
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr "installera dokumentation"
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr "uppdatera databasen, men ändra inte filsystemet"
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr "flytta inte om paketinstallationen för att tillfredsställa beroenden"
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr "kör inte installationsskript"
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr "kör inte utlösningsskript utlösta av detta paket"
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr "skriv procent allt eftersom paketet installeras"
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr "installera även om paketet byter ut installerade filer"
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr "installera om ifall paketet redan är installerat"
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr "installera inte, men tala om ifall det skulle fungera eller inte"
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr " --upgrade <paketfil>"
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr " -U <paketfil> "
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr "uppgradera paket (samma flaggor som --install, samt)"
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
"uppgradera till en gammal version av paketet (--force vid uppgraderingar gör "
"detta automatiskt)"
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr " --erase <paket>"
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr "ta bort (avinstallera) paket"
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
"ta bort alla paket som matchar <paket> (normalt ger det ett fel om <paket> "
"specificerar flera paket)"
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr "kör inte paketspecifika skript"
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr " -b<steg> <spec> "
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr " -t<steg> <tarboll> "
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr "tillverka paket, där <steg> är något av:"
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr "förbered (packa upp källkod samt applicera patchar)"
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr "kontrollera (gör några enkla kontroller på %files)"
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr "kompilera (förbered och kompilera)"
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr "installera (förbered, kompilera, installera)"
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr "binärpaketera (förbered, kompilera, installera, paketera)"
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr "binär- och källpaketera (förbered, kompilera, installera, paketera)"
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr "gå direkt till angivet steg (endast för c,i)"
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr "ta bort tillverkningsträd efteråt"
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr "ta bort källkod efteråt"
-#: rpm.c:486
+#: rpm.c:501
msgid "remove spec file when done"
msgstr "ta bort spec-fil efteråt"
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr "tillverka en PGP/GPG-signatur"
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr " --buildroot <kat> "
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr "använd <kat> som tillverkningsrot"
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr " --target=<plattfrm>+"
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr "tillverka paketen för målen plattfrm1...plattfrmN."
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr "utför inga steg"
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr " --timecheck <sek> "
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr "sätt tidskontrollen till <sek> sekunder (0 slår av)"
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr " --rebuild <källpaket> "
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
"installera källpaket, tillverka binärpaket och ta bort spec-fil, källkod, "
"patchar och ikoner."
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr " --recompile <källpkt> "
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr "som --rebuild, men tillverka inga paket"
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr " --resign <pkt>+ "
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr "signera ett paket (släng nuvarande signatur)"
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr " --addsign <pkt>+ "
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr "lägg till signatur till ett paket"
-#: rpm.c:508
+#: rpm.c:523
msgid " --checksig <pkg>+"
msgstr " --checksig <pkt>+"
-#: rpm.c:509
+#: rpm.c:524
msgid " -K <pkg>+ "
msgstr " -K <pkt>+ "
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr "verifiera paketsignatur"
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr "hoppa över eventuella PGP-signaturer"
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr "hoppa över eventuella GPG-signaturer"
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr "hoppa över eventuella MD5-signaturer"
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr "förvissa dig om att en giltig databas existerar"
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr "bygg om databasen från existerande databas"
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
"sätt filrättigheterna till de i paketdatabasen med samma "
"paketspecifikationsflaggor som -q"
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
"sätt filägare och -grupp till de i paketdatabasen med samma "
"paketspcifikationsflaggor som -q"
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr "enbart ett läge kan specifieras"
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr "-u och --uninstall undanbedes och fungerar inte längre.\n"
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr "Använd -e eller --erase istället.\n"
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr "omflyttningar måste börja med /"
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr "omflyttningar måste innehålla ett ="
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr "omflyttningar måste ha ett / efter ="
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr "uteslutna sökvägar måste börja med /"
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr "Internt fel i argumenthantering (%d) :-(\n"
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr "endast en typ av undersökning/verifiering kan utföras åt gången"
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr "oväntade undersökningsflaggor"
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr "oväntat undersökningsformat"
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr "oväntad undersökningskälla"
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr ""
"enbart installation, uppgradering, rmsource och rmspec kan tvingas fram"
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr "filer kan relokeras endast under paketinstallation"
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr "enbart en av --prefix eller --relocate kan användas"
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
"--relocate och --excludepath kan endast användas när nya paket installeras"
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr "--prefix kan endast användas när nya paket installeras"
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr "argument till --prefix måste börja med /"
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr "--hash (-h) kan enbart användas vid paketinstallation"
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr "--percent kan enbart användas vid paketinstallation"
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr "--replacefiles kan enbart användas vid paketinstallation"
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr "--replacepkgs kan enbart användas vid paketinstallation"
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr "--excludedocs kan enbart användas vid paketinstallation"
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr "--includedocs kan enbart användas vid paketinstallation"
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr "enbart en av --excludedocs och --includedocs läge kan specifieras"
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr "--ignorearch kan enbart användas vid paketinstallation"
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr "--ignoreos kan enbart användas vid paketinstallation"
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr "--ignoresize kan enbart användas vid paketinstallation"
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr "--allmatches kan enbart användas när paket tas bort"
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr "--allfiles kan enbart användas vid paketinstallation"
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr ""
"--justdb kan enbart användas vid installation och avinstallation av paket"
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
"--noscripts kan enbart användas vid paketinstallation, avinstallation och "
"verifiering"
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
"--notriggers kan enbart användas vid installation, avinstallation och "
"verifiering"
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"recompilation, installation,erasure, and verification"
"--nodeps kan enbart användas vid tillverkning, omtillverkning, "
"omkompilering, installation, avinstallation, och verifiering"
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr ""
"--test kan enbart användas vid installation, avinstallation och tillverkning"
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
"--root (-r) kan enbart användas vid installation, avinstallation, förfrågan, "
"och databasombyggnad"
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr "argument till --root (-r) måste börja med /"
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr "--oldpackage kan enbart användas vid paketuppgraderingar"
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr "--nopgp kan enbart användas vid signaturkontroll"
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr "--nogpg kan enbart användas vid signaturkontroll"
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr "--nomd5 kan enbart användas vid signaturkontroll och paketverifiering"
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr "inga filer att signera\n"
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr "kan inte komma åt filen %s\n"
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr "pgp hittades inte: "
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr "Ange lösenfras: "
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr "Kontrollen av lösenfrasen misslyckades\n"
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr "Lösenfrasen är ok.\n"
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr "Felaktig %%_signature spec i makrofil.\n"
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr "--sign kan enbart användas vid pakettillverkning"
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr "exec misslyckades\n"
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr "oväntade argument till --querytags "
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr "inga paket angivna för signaturkontroll"
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr "inga paket angivna för signering"
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr "inga paket angivna för avinstallation"
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr "inga paket angivna för installation"
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr "extra argument angivna för förfrågan om alla paket"
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr "inga parametrar angivna för undersökning"
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr "extra argument angivna för verifiering av alla paket"
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr "inga parametrar angivna för verifiering"
msgid "cannot re-open payload: %s\n"
msgstr "kan inte återöppna lasten: %s\n"
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
#, fuzzy
msgid "'<name> <body>'"
msgstr " --define '<namn> <kropp>'"
-#: rpmqv.c:159
+#: rpmqv.c:138
#, fuzzy
msgid "print macro expansion of <expr>+"
msgstr "skriv ut expansionen av makrot <namn> på standard ut"
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
#, fuzzy
msgid "rebuild database inverted lists from installed package headers"
msgstr "bygg om databasindex från existerande databashuvuden"
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
+msgstr ""
+
+#: rpmqv.c:234
#, fuzzy
-msgid "<package>"
+msgid "<package>+"
msgstr "inga paket\n"
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr "hoppa över filer med inledande <sökväg>"
-#: rpmqv.c:267
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
#, fuzzy
-msgid "upgrade package if already installed"
+msgid "upgrade package(s) if already installed"
msgstr "paket %s-%s-%s är redan installerat"
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
#, fuzzy
msgid "<packagefile>+"
msgstr " -p <paketfil>+ "
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
#, fuzzy
msgid "do not execute scripts (if any)"
msgstr "utför inga steg"
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
msgid "don't execute any scriptlets triggered by this package"
msgstr "kör inte utlösningsskript utlösta av detta paket"
-#: rpmqv.c:313
+#: rpmqv.c:279
#, fuzzy
-msgid "<oldpath>=<newpath>"
+msgid "relocate files from path <old> to <new>"
+msgstr "flytta filer från <frånskv> till <tillskv>"
+
+#: rpmqv.c:280
+#, fuzzy
+msgid "<old>=<new>"
msgstr " --relocate <frånskv>=<tillskv>"
-#: rpmqv.c:324
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
+msgstr ""
+
+#: rpmqv.c:291
#, fuzzy
-msgid "upgrade package"
+msgid "upgrade package(s)"
msgstr " --upgrade <paketfil> "
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
#, fuzzy
msgid "Signature options:"
msgstr "Signaturstorlek : %d\n"
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
+msgstr ""
+
+#: rpmqv.c:343
msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:413
+#: rpmqv.c:377
#, c-format
msgid "Usage: %s {--help}\n"
msgstr "Användning: %s {--help}\n"
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr " %s {--initdb} [--dbpath <kat>]\n"
-
-#: rpmqv.c:418
-#, fuzzy, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr " %s {--rebuilddb} [--rcfile <fil>] [--dbpath <kat>]\n"
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-
-#: rpmqv.c:425
-#, fuzzy
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-" [--rcfile <fil>] [--ignorearch] [--dbpath <kat>]"
-
-#: rpmqv.c:434
-#, fuzzy
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-" [--excludedocs] [--includedocs] [--rcfile <fil>]"
-
-#: rpmqv.c:442
-#, fuzzy, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr " %s {--erase -e} [--root <kat>] [--noscripts] [--rcfile <fil>]\n"
-
-#: rpmqv.c:449
-#, fuzzy
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr " [--scripts] [--root <kat>] [--rcfile <fil>]"
-
-#: rpmqv.c:456
-#, fuzzy, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr " %s {--verify -V -y} [-afpg] [--root <kat>] [--rcfile <fil>]\n"
-
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr " %s {--setperms} [-afpg] [mål]\n"
-
-#: rpmqv.c:461
-#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr " %s {--setugids} [-afpg] [mål]\n"
-
-#: rpmqv.c:465
-#, fuzzy, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
-msgstr " %s {--resign} [--rcfile <fil>] paket1 paket2 ... paketN\n"
-
-#: rpmqv.c:466
-#, fuzzy, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
-msgstr " rpm {--addsign} [--rcfile <fil>] paket1 paket2 ... paketN"
-
-#: rpmqv.c:467
-#, fuzzy, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
-msgstr ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <fil>]\n"
-
-#: rpmqv.c:511
+#: rpmqv.c:448
msgid " All modes support the following options:"
msgstr " Alla arbetssätt stödjer följande argument:"
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr " --define '<namn> <kropp>'"
-#: rpmqv.c:514
+#: rpmqv.c:451
#, fuzzy
msgid " --eval '<expr>+' "
msgstr " --eval '<namn>+' "
-#: rpmqv.c:515
+#: rpmqv.c:452
#, fuzzy
msgid "print the expansion of macro <expr> to stdout"
msgstr "skriv ut expansionen av makrot <namn> på standard ut"
-#: rpmqv.c:516
+#: rpmqv.c:453
msgid " --pipe <cmd> "
msgstr " --pipe <kommando> "
-#: rpmqv.c:518
+#: rpmqv.c:455
#, fuzzy
msgid " --rcfile <file:...> "
msgstr " --rcfile <fil> "
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
msgid " --dbpath <dir> "
msgstr " --dbpath <kat> "
-#: rpmqv.c:525
+#: rpmqv.c:462
msgid " --root <dir> "
msgstr " --root <kat> "
-#: rpmqv.c:535
+#: rpmqv.c:472
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
" Installera, uppgradera och fråga (med -p) tillåter URL:er att användas"
-#: rpmqv.c:536
+#: rpmqv.c:473
msgid " of file names as well as the following options:"
msgstr " istället för filnamn, liksom följande flaggor:"
-#: rpmqv.c:537
+#: rpmqv.c:474
msgid " --ftpproxy <host> "
msgstr " --ftpproxy <värd> "
-#: rpmqv.c:539
+#: rpmqv.c:476
msgid " --ftpport <port> "
msgstr " --ftpport <port> "
-#: rpmqv.c:541
+#: rpmqv.c:478
msgid " --httpproxy <host> "
msgstr " --httpproxy <värd> "
-#: rpmqv.c:543
+#: rpmqv.c:480
msgid " --httpport <port> "
msgstr " --httpport <port> "
-#: rpmqv.c:549
+#: rpmqv.c:486
msgid " Package specification options:"
msgstr " Flaggor för paketval:"
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
msgid "query/verify all packages"
msgstr "fråga om/verifiera alla paket"
-#: rpmqv.c:552
+#: rpmqv.c:489
msgid " -f <file>+ "
msgstr " -f <fil>+ "
-#: rpmqv.c:553
+#: rpmqv.c:490
msgid "query/verify package owning <file>"
msgstr "fråga om/verifiera paket som äger <fil>"
-#: rpmqv.c:554
+#: rpmqv.c:491
msgid " -p <packagefile>+ "
msgstr " -p <paketfil>+ "
-#: rpmqv.c:555
+#: rpmqv.c:492
msgid "query/verify (uninstalled) package <packagefile>"
msgstr "fråga om/verifiera (oinstallerat) paket <paketfil>"
-#: rpmqv.c:556
+#: rpmqv.c:493
msgid " --triggeredby <pkg> "
msgstr " --triggeredby <pkt> "
-#: rpmqv.c:557
+#: rpmqv.c:494
msgid "query/verify packages triggered by <pkg>"
msgstr "fråga om/verifiera paket utlösta av <pkt>"
-#: rpmqv.c:558
+#: rpmqv.c:495
msgid " --whatprovides <cap> "
msgstr " --whatprovides <egenskap>"
-#: rpmqv.c:559
+#: rpmqv.c:496
msgid "query/verify packages which provide <cap> capability"
msgstr "fråga om/verifiera paket som tillhandahåller <egenskap>"
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr " --whatrequires <egenskap>"
-#: rpmqv.c:561
+#: rpmqv.c:498
msgid "query/verify packages which require <cap> capability"
msgstr "fråga om/verifiera paket som behöver <egenskap>"
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr " --queryformat <ffmt> "
-#: rpmqv.c:568
+#: rpmqv.c:505
msgid " Information selection options:"
msgstr " Flaggor för informationsval:"
-#: rpmqv.c:584
+#: rpmqv.c:521
msgid "list capabilities provided by package"
msgstr "visa de egenskaper paketet tillhandahåller"
-#: rpmqv.c:586
+#: rpmqv.c:523
msgid "list capabilities required by package"
msgstr "visa de egenskaper paketet behöver"
-#: rpmqv.c:588
+#: rpmqv.c:525
msgid "print the various [un]install scriptlets"
msgstr "visa de olika [av]installationsskripten"
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr "visa utlösningsskripten i paketet"
-#: rpmqv.c:616
+#: rpmqv.c:553
msgid " --install <packagefile>"
msgstr " --install <paketfil> "
-#: rpmqv.c:617
+#: rpmqv.c:554
msgid " -i <packagefile> "
msgstr " -i <paketfil> "
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr " --excludepath <sökväg>"
-#: rpmqv.c:647
+#: rpmqv.c:584
msgid "don't execute any installation scriptlets"
msgstr "kör inte installationsskript"
-#: rpmqv.c:652
+#: rpmqv.c:589
msgid " --prefix <dir> "
msgstr " --prefix <katalog> "
-#: rpmqv.c:654
+#: rpmqv.c:591
msgid " --relocate <oldpath>=<newpath>"
msgstr " --relocate <frånskv>=<tillskv>"
-#: rpmqv.c:663
+#: rpmqv.c:600
msgid " --upgrade <packagefile>"
msgstr " --upgrade <paketfil> "
-#: rpmqv.c:664
+#: rpmqv.c:601
msgid " -U <packagefile> "
msgstr " -U <paketfil> "
-#: rpmqv.c:669
+#: rpmqv.c:606
msgid " --erase <package>"
msgstr " --erase <paket> "
-#: rpmqv.c:688
+#: rpmqv.c:625
msgid " --resign <pkg>+ "
msgstr " --resign <pkt>+ "
-#: rpmqv.c:690
+#: rpmqv.c:627
msgid " --addsign <pkg>+ "
msgstr " --addsign <pkt>+ "
-#: rpmqv.c:693
+#: rpmqv.c:630
msgid " --checksig <pkg>+"
msgstr " --checksig <pkt>+"
-#: rpmqv.c:694
+#: rpmqv.c:631
msgid " -K <pkg>+ "
msgstr " -K <pkt>+ "
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr "initiera databasen (onödigt, ärvt format)"
-#: rpmqv.c:709
+#: rpmqv.c:646
msgid "rebuild database indices from existing database headers"
msgstr "bygg om databasindex från existerande databashuvuden"
-#: rpmqv.c:996
+#: rpmqv.c:928
#, fuzzy
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr "Använd -e eller --erase istället.\n"
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr "--dbpath angivet för en operation som inte använder någon databas"
-#: rpmqv.c:1158
+#: rpmqv.c:1086
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr ""
"--notriggers kan enbart användas vid installation och avinstallation av paket"
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr "inga paketfiler angivna för omtillverkning"
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr "ingen spec-filer angivna för tillverkning"
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr "inga tar-filer angivna för tillverkning"
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
#, fuzzy
msgid "Unable to open temp file.\n"
msgstr "Kan inte öppna temporär fil."
msgid "syntax error in expression\n"
msgstr "syntaxfel i uttryck"
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr "TIMECHECK-fel: %s\n"
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, fuzzy, c-format
msgid "Missing '(' in %s %s\n"
msgstr "Saknad \"(\" i %s %s"
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, fuzzy, c-format
msgid "Missing ')' in %s(%s\n"
msgstr "Saknad \")\" i %s(%s"
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, fuzzy, c-format
msgid "Invalid %s token: %s\n"
msgstr "Ogiltig %s token: %s"
-#: build/files.c:379
+#: build/files.c:381
#, fuzzy, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr "Annat än blanktecken följer på %s(): %s"
-#: build/files.c:417
+#: build/files.c:419
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr "Felaktig syntax: %s(%s)"
-#: build/files.c:427
+#: build/files.c:429
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr "Felaktig rättighetsspecifikation: %s(%s)"
-#: build/files.c:439
+#: build/files.c:441
#, fuzzy, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr "Felaktig specifikation av katalogrättigheter: %s(%s)"
-#: build/files.c:576
+#: build/files.c:578
#, fuzzy
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr "Ovanlig lokallängd: \"%.*s\" i %%langg(%s)"
-#: build/files.c:586
+#: build/files.c:588
#, fuzzy
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr "Duplicerad lokal %.*s i %%lang(%s)"
-#: build/files.c:723
+#: build/files.c:725
#, fuzzy
msgid "Hit limit for %%docdir\n"
msgstr "Slog i gränsen för %%docdir"
-#: build/files.c:729
+#: build/files.c:731
#, fuzzy
msgid "Only one arg for %%docdir\n"
msgstr "Endast ett argument till %%docdir"
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, fuzzy, c-format
msgid "Two files on one line: %s\n"
msgstr "Två filer på en rad: %s"
-#: build/files.c:771
+#: build/files.c:773
#, fuzzy, c-format
msgid "File must begin with \"/\": %s\n"
msgstr "Filnamn måste börja med \"/\": %s"
-#: build/files.c:783
+#: build/files.c:785
#, fuzzy
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr "Kan inte blanda special %%doc med andra former: %s"
-#: build/files.c:949
+#: build/files.c:952
#, fuzzy, c-format
msgid "File listed twice: %s\n"
msgstr "Filen uppräknad två gånger: %s"
-#: build/files.c:1060
+#: build/files.c:1042
#, fuzzy, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr "Symbolisk länk pekar på BuildRoot: %s -> %s"
-#: build/files.c:1155
+#: build/files.c:1229
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr "Filen matchar inte prefixet (%s): %s"
-#: build/files.c:1165
+#: build/files.c:1239
#, fuzzy, c-format
msgid "File not found: %s\n"
msgstr "Filen hittades inte: %s"
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr "Felaktig ägare/grupp: %s\n"
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "Fil %4d: %07o %s.%s\t %s\n"
-#: build/files.c:1297
+#: build/files.c:1371
#, fuzzy, c-format
msgid "File needs leading \"/\": %s\n"
msgstr "Filen behöver inledande \"/\": %s"
-#: build/files.c:1327
+#: build/files.c:1401
#, fuzzy, c-format
msgid "File not found by glob: %s\n"
msgstr "Ingen file hittades vid matchningen: %s"
-#: build/files.c:1382
+#: build/files.c:1455
#, fuzzy
msgid "Could not open %%files file %s: %s\n"
msgstr "Kunde inte öppna %%files-fil %s: %s"
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, fuzzy, c-format
msgid "line: %s\n"
msgstr "rad: %s"
-#: build/files.c:1720
+#: build/files.c:1791
#, fuzzy, c-format
msgid "Bad file: %s: %s\n"
msgstr "Felaktig fil: %s: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, fuzzy, c-format
msgid "Couldn't exec %s: %s\n"
msgstr "Kunde inte köra %s: %s"
-#: build/files.c:1794
+#: build/files.c:1864
#, fuzzy, c-format
msgid "Couldn't fork %s: %s\n"
msgstr "Kunde inte grena %s: %s"
-#: build/files.c:1876
+#: build/files.c:1946
#, fuzzy, c-format
msgid "%s failed\n"
msgstr "%s misslyckades"
-#: build/files.c:1880
+#: build/files.c:1950
#, fuzzy, c-format
msgid "failed to write all data to %s\n"
msgstr "kunde inte skriva all data till %s"
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr "Letar upp %s: (använder %s)...\n"
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, fuzzy, c-format
msgid "Failed to find %s:\n"
msgstr "Misslyckades med att hitta %s:"
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "Bearbetar filer: %s-%s-%s\n"
msgid "Could not canonicalize hostname: %s\n"
msgstr "Kunde inte kanonisera värdnamn: %s\n"
-#: build/pack.c:52
+#: build/pack.c:61
#, fuzzy, c-format
msgid "create archive failed on file %s: %s\n"
msgstr "skapande av arkiv misslyckades vid fil %s: %s"
-#: build/pack.c:74
+#: build/pack.c:83
#, fuzzy, c-format
msgid "cpio_copy write failed: %s\n"
msgstr "cpio_copy kunde inte skriva: %s"
-#: build/pack.c:81
+#: build/pack.c:90
#, fuzzy, c-format
msgid "cpio_copy read failed: %s\n"
msgstr "cpio_copy kunde inte läsa: %s"
-#: build/pack.c:165
+#: build/pack.c:174
#, fuzzy, c-format
msgid "Could not open PreIn file: %s\n"
msgstr "Kunde inte öppna PreIn-fil: %s"
-#: build/pack.c:172
+#: build/pack.c:181
#, fuzzy, c-format
msgid "Could not open PreUn file: %s\n"
msgstr "Kunde inte öppna PreUn-fil: %s"
-#: build/pack.c:179
+#: build/pack.c:188
#, fuzzy, c-format
msgid "Could not open PostIn file: %s\n"
msgstr "Kunde inte öppna PostIn-fil: %s"
-#: build/pack.c:186
+#: build/pack.c:195
#, fuzzy, c-format
msgid "Could not open PostUn file: %s\n"
msgstr "Kunde inte öppna PostUn-fil: %s"
-#: build/pack.c:194
+#: build/pack.c:203
#, fuzzy, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr "Kunde inte öppna VerifyScript-fil: %s"
-#: build/pack.c:209
+#: build/pack.c:218
#, fuzzy, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr "Kunde inte öppna Trigger-skriptfil: %s"
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr "readRPM: öppna %s: %s\n"
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr "readRPM: läs %s: %s\n"
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "readRPM: %s är inte ett RPM-paket\n"
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr "readRPM: läser huvud från %s\n"
-#: build/pack.c:382
+#: build/pack.c:396
#, fuzzy
msgid "Bad CSA data\n"
msgstr "Felaktig CSA-data"
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr "Genererar signatur: %d\n"
-#: build/pack.c:433
+#: build/pack.c:447
#, c-format
msgid "Could not open %s: %s\n"
msgstr "Kunde inte öppna %s: %s\n"
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "Kunde inte skriva paket: %s"
-#: build/pack.c:485
+#: build/pack.c:499
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr "Kan inte läsa signaturen %s: %s"
-#: build/pack.c:495
+#: build/pack.c:509
#, fuzzy, c-format
msgid "Unable to read header from %s: %s\n"
msgstr "Kan inte läsa ikon %s: %s"
-#: build/pack.c:509
+#: build/pack.c:523
#, fuzzy, c-format
msgid "Unable to write header to %s: %s\n"
msgstr "Kan inte skriva paket %s: %s"
-#: build/pack.c:519
+#: build/pack.c:533
#, fuzzy, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr "Kan inte läsa ikon %s: %s"
-#: build/pack.c:525
+#: build/pack.c:539
#, fuzzy, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr "Kan inte skriva paket %s: %s"
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr "Skrev: %s\n"
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr "Kunde inte generera utfilnamn för paketet %s: %s\n"
-#: build/pack.c:634
+#: build/pack.c:648
#, c-format
msgid "cannot create %s: %s\n"
msgstr "kan inte skapa %s: %s\n"
msgid "Package has no %%description: %s\n"
msgstr "Paketet har ingen %%description: %s"
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr "arkiv = %s, fs = %s\n"
-
-#: build/spec.c:228
+#: build/spec.c:216
#, fuzzy, c-format
msgid "line %d: Bad number: %s\n"
msgstr "rad %d: Felaktigt tal: %s"
-#: build/spec.c:234
+#: build/spec.c:222
#, fuzzy, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr "rad %d: Felaktigt no%s-tal: %d"
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "rad %d: Felaktigt %s-tal: %s\n"
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr "kan inte flytta %s till %s: %s\n"
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr "kan inte ta bort %s: %s\n"
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr "getNextHeader: %s\n"
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr "(fel 0x%x)"
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr "Felaktigt magiskt tal"
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr "Felaktigt/oläsbart huvud"
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr "Huvudstorlek för stor"
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr "Okänd filtyp"
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr "Saknad hårdlänk"
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr "Internt fel"
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr " misslyckades - "
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
+#, fuzzy, c-format
+msgid "db%d error(%d) from %s: %s\n"
+msgstr "db%d fel(%d)"
+
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
+#, fuzzy, c-format
+msgid "db%d error(%d): %s\n"
+msgstr "db%d fel(%d)"
+
+#: lib/db1.c:387
+#, c-format
+msgid "closed db file %s\n"
+msgstr "stängde db fil %s\n"
+
+#: lib/db1.c:390
+#, c-format
+msgid "removed db file %s\n"
+msgstr "tog bort db-fil %s\n"
+
+#: lib/db1.c:421
+#, fuzzy, c-format
+msgid "bad db file %s\n"
+msgstr "felaktig db-fil %s"
+
+#: lib/db1.c:426
+#, c-format
+msgid "opening db file %s mode 0x%x\n"
+msgstr "öppnar db-fil %s rättighet 0x%x\n"
+
+#. XXX check errno validity
+#: lib/db1.c:449
+#, fuzzy, c-format
+msgid "cannot get %s lock on database\n"
+msgstr "kan inte få %s lås på databas"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
+msgstr "uteslutande"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
+msgstr "delat"
+
+#: lib/db2.c:145 lib/db3.c:130
+#, c-format
+msgid "closed db environment %s/%s\n"
+msgstr "stängde db-miljö %s/%s\n"
+
+#: lib/db2.c:161 lib/db3.c:146
+#, c-format
+msgid "removed db environment %s/%s\n"
+msgstr "tar bort db-miljö %s/%s\n"
+
+#: lib/db2.c:198 lib/db3.c:183
+#, c-format
+msgid "opening db environment %s/%s %s\n"
+msgstr "öppnar db-miljö %s/%s %s\n"
+
+#: lib/db2.c:588 lib/db3.c:569
+#, c-format
+msgid "closed db index %s/%s\n"
+msgstr "tog bort db-index %s/%s\n"
+
+#: lib/db2.c:678 lib/db3.c:659
+#, c-format
+msgid "opening db index %s/%s %s mode=0x%x\n"
+msgstr "öppnar db-index %s/%s %s rättighet=0x%x\n"
+
+#: lib/db2.c:784 lib/db3.c:764
+#, c-format
+msgid "cannot get %s lock on %s/%s\n"
+msgstr "kan inte få %s lås på %s/%s\n"
+
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
+msgstr "låste db-index %s/%s\n"
+
+#: lib/dbconfig.c:258
+#, fuzzy, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
+msgstr "dbiSetConfig: okänd db-flagga: \"%s\" ignorerad\n"
+
+#: lib/dbconfig.c:287
+#, c-format
+msgid "%s has invalid numeric value, skipped\n"
+msgstr "%s har ogiltigt ogiltigt numeriskt värde, hoppar över\n"
+
+#: lib/dbconfig.c:296
+#, c-format
+msgid "%s has too large or too small long value, skipped\n"
+msgstr "%s har för stort eller för litet \"long\"-värde, hoppar över\n"
+
+#: lib/dbconfig.c:305
+#, c-format
+msgid "%s has too large or too small integer value, skipped\n"
+msgstr "%s har för stort eller för litet heltalsvärde, hoppar över\n"
+
#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/depends.c:565
#, c-format
msgid ""
"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
"\"B\"-beroendet behöver en epok (antar samma som \"A\")\n"
"\tA %s\tB %s\n"
-#: lib/depends.c:593
+#: lib/depends.c:594
#, c-format
msgid " %s A %s\tB %s\n"
msgstr " %s A %s\tB %s\n"
-#: lib/depends.c:949
+#: lib/depends.c:962
#, c-format
msgid "%s: %-45s YES (added files)\n"
msgstr "%s: %-45s JA (lade till filer)\n"
-#: lib/depends.c:1008
+#: lib/depends.c:1021
#, c-format
msgid "%s: %-45s YES (added provide)\n"
msgstr "%s: %-45s JA (lade till tillhandahållande)\n"
-#: lib/depends.c:1060
+#: lib/depends.c:1073
#, c-format
msgid "%s: %-45s %-3s (cached)\n"
msgstr "%s: %-45s %-3s (cachad)\n"
-#: lib/depends.c:1079
+#: lib/depends.c:1092
#, c-format
msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr "%s: %-45s JA (rpmrc tillhandahåller)\n"
-#: lib/depends.c:1096
+#: lib/depends.c:1109
#, c-format
msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr "%s: %-45s JA (rpmlib tillhandahåller)\n"
-#: lib/depends.c:1118
+#: lib/depends.c:1131
#, c-format
msgid "%s: %-45s YES (db files)\n"
msgstr "%s: %-45s JA (db-filer)\n"
-#: lib/depends.c:1131
+#: lib/depends.c:1144
#, c-format
msgid "%s: %-45s YES (db provides)\n"
msgstr "%s: %-45s JA (db tillhandahållande)\n"
-#: lib/depends.c:1145
+#: lib/depends.c:1158
#, fuzzy, c-format
msgid "%s: %-45s YES (db package)\n"
msgstr "%s: %-45s JA (db-filer)\n"
-#: lib/depends.c:1161
+#: lib/depends.c:1174
#, c-format
msgid "%s: %-45s NO\n"
msgstr "%s: %-45s NEJ\n"
-#: lib/depends.c:1182
+#: lib/depends.c:1195
#, c-format
msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr "%s: (%s, %s) tillagt till beroendecachen.\n"
#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/depends.c:1256
#, c-format
msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr "paket %s-%s-%s behov inte uppfyllda: %s\n"
#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/depends.c:1323
#, c-format
msgid "package %s conflicts: %s\n"
msgstr "paket %s står i konflikt: %s\n"
-#: lib/depends.c:1523
+#: lib/depends.c:1539
#, fuzzy, c-format
msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr "tar bort \"%s\" från %s-indexet.\n"
#. Record all relations.
-#: lib/depends.c:1662
+#: lib/depends.c:1678
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1709
+#: lib/depends.c:1725
msgid "========== tsorting packages\n"
msgstr ""
-#: lib/depends.c:1754
+#: lib/depends.c:1770
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1803
+#: lib/depends.c:1819
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1834
+#: lib/depends.c:1850
msgid "========== continuing tsort ...\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
-#, fuzzy, c-format
-msgid "db%d error(%d) from %s: %s\n"
-msgstr "db%d fel(%d)"
-
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
-#, fuzzy, c-format
-msgid "db%d error(%d): %s\n"
-msgstr "db%d fel(%d)"
-
-#: lib/db1.c:387
+#: lib/falloc.c:141
#, c-format
-msgid "closed db file %s\n"
-msgstr "stängde db fil %s\n"
+msgid ""
+"free list corrupt (%u)- please run\n"
+"\t\"rpm --rebuilddb\"\n"
+"More information is available from http://www.rpm.org or the "
+"rpm-list@redhat.com mailing list\n"
+"if \"rpm --rebuilddb\" fails to correct the problem.\n"
+msgstr ""
+"frilistan trasig (%u)- var god kör\n"
+" \"rpm --rebuilddb\"\n"
+"Mer information finns tillgänglig från http://www.rpm.org eller sändlistan\n"
+"rpm-list@redhat.com om \"rpm --rebuilddb\" inte lyckas rätta till "
+"problemet.\n"
-#: lib/db1.c:390
-#, c-format
-msgid "removed db file %s\n"
-msgstr "tog bort db-fil %s\n"
+#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+msgid "(not a number)"
+msgstr "(inte ett tal)"
-#: lib/db1.c:421
+#: lib/fs.c:69
#, fuzzy, c-format
-msgid "bad db file %s\n"
-msgstr "felaktig db-fil %s"
-
-#: lib/db1.c:426
-#, c-format
-msgid "opening db file %s mode 0x%x\n"
-msgstr "öppnar db-fil %s rättighet 0x%x\n"
-
-#. XXX check errno validity
-#: lib/db1.c:449
-#, fuzzy, c-format
-msgid "cannot get %s lock on database\n"
-msgstr "kan inte få %s lås på databas"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
-msgstr "uteslutande"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
-msgstr "delat"
-
-#: lib/db2.c:141
-#, c-format
-msgid "closed db environment %s/%s(%s)\n"
-msgstr "stängde db-miljö %s/%s(%s)\n"
-
-#: lib/db2.c:153
-#, c-format
-msgid "removed db environment %s/%s(%s)\n"
-msgstr "tog bort db-miljö %s/%s(%s)\n"
-
-#: lib/db2.c:190
-#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
-msgstr "öppnar db-miljö %s/%s(%s) %s\n"
-
-#: lib/db2.c:565
-#, c-format
-msgid "closed db index %s/%s(%s)\n"
-msgstr "stängde db-index %s/%s(%s)\n"
-
-#: lib/db2.c:643
-#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
-msgstr "öppnar db-index %s/%s(%s) %s mod=0x%x\n"
-
-#: lib/db3.c:268
-#, fuzzy, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
-msgstr "dbiSetConfig: okänd db-flagga: \"%s\" ignorerad\n"
-
-#: lib/db3.c:297
-#, c-format
-msgid "%s has invalid numeric value, skipped\n"
-msgstr "%s har ogiltigt ogiltigt numeriskt värde, hoppar över\n"
-
-#: lib/db3.c:306
-#, c-format
-msgid "%s has too large or too small long value, skipped\n"
-msgstr "%s har för stort eller för litet \"long\"-värde, hoppar över\n"
-
-#: lib/db3.c:315
-#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
-msgstr "%s har för stort eller för litet heltalsvärde, hoppar över\n"
-
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
-msgstr "stängde db-miljö %s/%s\n"
-
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
-msgstr "tar bort db-miljö %s/%s\n"
-
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
-msgstr "öppnar db-miljö %s/%s %s\n"
-
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
-msgstr "tog bort db-index %s/%s\n"
-
-#: lib/db3.c:1013
-#, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr "öppnar db-index %s/%s %s rättighet=0x%x\n"
-
-#: lib/db3.c:1118
-#, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr "kan inte få %s lås på %s/%s\n"
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
-msgstr "låste db-index %s/%s\n"
-
-#: lib/falloc.c:141
-#, c-format
-msgid ""
-"free list corrupt (%u)- please run\n"
-"\t\"rpm --rebuilddb\"\n"
-"More information is available from http://www.rpm.org or the "
-"rpm-list@redhat.com mailing list\n"
-"if \"rpm --rebuilddb\" fails to correct the problem.\n"
-msgstr ""
-"frilistan trasig (%u)- var god kör\n"
-" \"rpm --rebuilddb\"\n"
-"Mer information finns tillgänglig från http://www.rpm.org eller sändlistan\n"
-"rpm-list@redhat.com om \"rpm --rebuilddb\" inte lyckas rätta till "
-"problemet.\n"
-
-#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
-msgid "(not a number)"
-msgstr "(inte ett tal)"
-
-#: lib/fs.c:69
-#, fuzzy, c-format
-msgid "mntctl() failed to return size: %s\n"
-msgstr "mntctl() kunde inte returnera fugger-storlek: %s"
+msgid "mntctl() failed to return size: %s\n"
+msgstr "mntctl() kunde inte returnera fugger-storlek: %s"
#: lib/fs.c:84
#, fuzzy, c-format
msgid "file %s is on an unknown device\n"
msgstr "filen %s är på en okänd enhet"
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
+msgstr ""
+
+#: lib/fsm.c:274
+#, fuzzy, c-format
+msgid "%9d %s\n"
+msgstr "rad %d: %s"
+
+#: lib/fsm.c:1042
+#, c-format
+msgid "%s directory created with perms %04o.\n"
+msgstr ""
+
+#: lib/fsm.c:1344 lib/fsm.c:1461
+#, fuzzy, c-format
+msgid "%s saved as %s\n"
+msgstr "varning: %s sparades som %s"
+
+#: lib/fsm.c:1486
+#, fuzzy, c-format
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr "kan inte ta bort %s - katalogen är inte tom"
+
+#: lib/fsm.c:1491
+#, fuzzy, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr "rmdir av %s misslyckades: %s"
+
+#: lib/fsm.c:1500
+#, fuzzy, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr "misslyckades öppna %s: %s\n"
+
+#: lib/fsm.c:1517
+#, fuzzy, c-format
+msgid "%s created as %s\n"
+msgstr "varning: %s skapades som %s"
+
#. This should not be allowed
#: lib/header.c:172
#, fuzzy
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr "grabData() RPM_STRING_TYPE måste vara 1.\n"
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr "Datatyp %d stöds inte\n"
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr "Felaktigt antal till headerAddEntry(): %d\n"
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr "{ fattas efter %"
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr "} fattas efter %{"
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr "tomt taggformat"
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr "tomt taggnamn"
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr "okänd tagg"
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr "] förväntades vid slutet på vektor"
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr "oväntad ]"
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr "oväntad }"
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr "? förväntades i uttryck"
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr "{ förväntades efter ? i uttryck"
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr "} förväntades i uttryck"
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ": förväntades efter ? i deluttryck"
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr "{ förväntades efter : i uttryck"
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr "| förväntades vid slutet på uttryck"
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr "(okänd typ)"
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr " fil: %s åtgärd: %s\n"
-
-#: lib/install.c:215
-#, fuzzy, c-format
-msgid "user %s does not exist - using root\n"
-msgstr "användaren %s finns inte - använder root"
-
-#: lib/install.c:223
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "gruppen %s finns inte - använder root"
-
-#. this would probably be a good place to check if disk space
-#. was used up - if so, we should return a different error
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "uppackning av arkiv misslyckades%s%s: %s"
-
-#: lib/install.c:652
-msgid " on file "
-msgstr " vid fil "
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr "installerar källpaket\n"
-
-#: lib/install.c:721
-#, fuzzy, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr "kan inte skapa källkatalog %s"
-
-#: lib/install.c:728 lib/install.c:759
-#, fuzzy, c-format
-msgid "cannot write to %s\n"
-msgstr "kan inte skriva till %s"
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr "källkod i: %s\n"
-
-#: lib/install.c:752
-#, fuzzy, c-format
-msgid "cannot create specdir %s\n"
-msgstr "kan inte skapa spec-katalog %s"
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr "spec-fil i: %s\n"
-
-#: lib/install.c:796 lib/install.c:825
-#, fuzzy
-msgid "source package contains no .spec file\n"
-msgstr "källpaket innehåller ingen spec-fil"
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr "byter namn på %s till %s\n"
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, fuzzy, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr "namnbyte från %s till %s misslyckades: %s"
-
-#: lib/install.c:935
-#, fuzzy
-msgid "source package expected, binary found\n"
-msgstr "källpaket förväntades, fann binärpaket"
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr "paket: %s-%s-%s filtest = %d\n"
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr "avbryter installation eftersom vi kör --test\n"
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr "kör (eventuellt) preinstalltionsskript\n"
-
-#: lib/install.c:1036
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "hoppar över %s - överföring misslyckades - %s\n"
-
-#: lib/install.c:1069
-#, fuzzy, c-format
-msgid "%s created as %s\n"
-msgstr "varning: %s skapades som %s"
-
-#: lib/install.c:1105
-#, fuzzy, c-format
-msgid "%s saved as %s\n"
-msgstr "varning: %s sparades som %s"
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr "kör (eventuellt) postinstallationsskript\n"
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, fuzzy, c-format
msgid "error creating temporary file %s\n"
msgstr "fel när tämporärfil %s skapades"
-#: lib/package.c:88
+#: lib/package.c:119
#, fuzzy
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr "paket med versionsnummer 1 stöds inte av denna version av RPM"
-#: lib/package.c:143
+#: lib/package.c:179
#, fuzzy
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr "endast paket med huvudnummer <= 4 stöds av denna version av RPM"
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, fuzzy, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr "buildroot redan specificerad"
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr "förbered (packa upp källkod samt applicera patchar)"
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
#, fuzzy
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr "bygg till och med %%prep-steget från spec-fil"
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
#, fuzzy
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr "bygg till och med %%install-steget från spec-fil"
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, fuzzy, c-format
msgid "verify %files section from <specfile>"
msgstr "verifiera %%files-sektionen i spec-fil"
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
#, fuzzy
msgid "build source and binary packages from <specfile>"
msgstr "bygg käll- och binärpaket från spec-fil"
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
#, fuzzy
msgid "build binary package only from <specfile>"
msgstr "bygg binärpaket från spec-fil"
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
#, fuzzy
msgid "build source package only from <specfile>"
msgstr "bygg källpaket från spec-fil"
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr "förbered (packa upp källkod samt applicera patchar)"
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
#, fuzzy
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr "bygg till och med %%prep-steget från tar-arkiv"
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
#, fuzzy
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr "bygg till och med %%install-steget från tar-arkiv"
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, fuzzy, c-format
msgid "verify %files section from <tarball>"
msgstr "verifiera %%files-sektionen från tar-arkiv"
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
#, fuzzy
msgid "build source and binary packages from <tarball>"
msgstr "bygg käll- och binärpaket från tar-arkiv"
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
#, fuzzy
msgid "build binary package only from <tarball>"
msgstr "bygg binärpaket från tar-arkiv"
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
#, fuzzy
msgid "build source package only from <tarball>"
msgstr "bygg källpaket från tar-arkiv"
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
#, fuzzy
msgid "build binary package from <source package>"
msgstr "bygg binärpaket från källpaket"
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
#, fuzzy
msgid "<source package>"
msgstr "inga paket\n"
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
#, fuzzy
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr "bygg till och med %%install-steget från källpaket"
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr "åsidosätt tillverkningsrot"
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+msgid "debug file state machine"
+msgstr ""
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr "utför inga steg i tillverkningen"
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
#, fuzzy
msgid "do not accept i18N msgstr's from specfile"
msgstr "acceptera inte översatta \"msgstr\" från spec-filen"
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr "ta bort spec-fil efteråt"
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr "åsidosätt målplattform"
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
#, fuzzy
msgid "lookup i18N strings in specfile catalog"
msgstr "slå upp översatta strängar i spec-fil katalog"
msgid "unknown error %d encountered while manipulating package %s"
msgstr "okänt fel %d uppträdde under manipulation av paket %s-%s-%s"
-#: lib/query.c:151
+#: lib/psm.c:277
+#, fuzzy, c-format
+msgid "user %s does not exist - using root\n"
+msgstr "användaren %s finns inte - använder root"
+
+#: lib/psm.c:285
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "gruppen %s finns inte - använder root"
+
+#.
+#. * This would probably be a good place to check if disk space
+#. * was used up - if so, we should return a different error.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "uppackning av arkiv misslyckades%s%s: %s"
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr " vid fil "
+
+#: lib/psm.c:655
+#, fuzzy, c-format
+msgid "cannot create %s %s\n"
+msgstr "kan inte skapa %s: %s\n"
+
+#: lib/psm.c:661
+#, fuzzy, c-format
+msgid "cannot write to %s\n"
+msgstr "kan inte skriva till %s"
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr "installerar källpaket\n"
+
+#: lib/psm.c:733
+#, fuzzy
+msgid "source package contains no .spec file\n"
+msgstr "källpaket innehåller ingen spec-fil"
+
+#: lib/psm.c:813
+#, fuzzy
+msgid "source package expected, binary found\n"
+msgstr "källpaket förväntades, fann binärpaket"
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, fuzzy, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr "paket: %s-%s-%s filtest = %d\n"
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, fuzzy, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr "kör (eventuellt) postinstallationsskript\n"
+
+#: lib/psm.c:998
+#, fuzzy
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr "hoppar över %s - överföring misslyckades - %s\n"
+
+#: lib/query.c:161
#, fuzzy, c-format
msgid "incorrect format: %s\n"
msgstr "fel i format: %s\n"
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr "(innehåller inga filer)"
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr "normal "
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr "ersatt "
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr "oinstallerat "
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr "nätdelad "
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr "(okänd %3d) "
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr "(ej tillstnd) "
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
#, fuzzy
msgid "package has neither file owner or id lists\n"
msgstr "paketet har varken filägare eller id-listor"
-#: lib/query.c:418
+#: lib/query.c:428
#, c-format
msgid "can't query %s: %s\n"
msgstr "kan inte fråga om %s: %s\n"
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr "misslyckades öppna %s: %s\n"
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr "källpaket i gammalt format går ej att fråga om\n"
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "%s verkar inte vara ett RPM-paket\n"
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr "fråga om %s misslyckades\n"
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "fråga om spec-fil %s misslyckades, kan inte parsa\n"
-#: lib/query.c:624
+#: lib/query.c:637
msgid "no packages\n"
msgstr "inga paket\n"
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "grupp %s innehåller inga paket\n"
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr "inga paketutlösare %s\n"
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr "inget paket behöver %s\n"
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr "inget paket tillhandahåller %s\n"
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr "fil %s: %s\n"
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "filen %s tillhör inget paket\n"
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr "felaktigt paketnummer: %s\n"
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr "paketpost nummer: %u\n"
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr "post %d kunde inte läsas\n"
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr "paket %s är inte installerat\n"
msgid "%s: Fread failed: %s\n"
msgstr "%s: Fread misslyckades: %s\n"
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr "%s: readLead misslyckades\n"
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr "%s: Kan inte signera v1.0 RPM\n"
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr "%s: Kan inte signera om v2.0 RPM\n"
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr "%s: rpmReadSignature misslyckades\n"
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr "%s: Ingen signatur tillgänglig\n"
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr "%s: writeLead misslyckades: %s\n"
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr "%s: rpmWriteSignature misslyckades: %s\n"
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr "%s: Ingen signatur tillgänglig (v1.0 RPM)\n"
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr "EJ OK"
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr " (SAKNADE NYCKLAR:"
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ") "
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr " (EJ BETRODDA NYCKLAR:"
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ")"
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr "OK"
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr "dbiTagsInit: okänt taggnamn: \"%s\" ignorerat\n"
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, fuzzy, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr "kan inte öppna %s-indexet med db%d - %s (%d)"
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, fuzzy, c-format
msgid "cannot open %s index\n"
msgstr "kan inte öppna %s-indexet"
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, fuzzy, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr "fel(%d) när \"%s\"-poster hämtades från %s-indexet"
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, fuzzy, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr "fel(%d) när post %s sparades i %s"
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, fuzzy, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr "fel(%d) när post %s togs bort ur %s"
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
#, fuzzy
msgid "no dbpath has been set\n"
msgstr "ingen dbpath har satts"
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
#, fuzzy
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"i nytt format"
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "fel(%d) när paket räknades"
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "%s: kan inte läsa huvud vid 0x%x"
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "tar bort \"%s\" från %s-indexet.\n"
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr "tar bort %d poster från %s-indexet.\n"
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "fel(%d) vid allokering av ny paketinstans"
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr "lägger till \"%s\" till %s-indexet.\n"
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr "lägger till %d poster till %s-indexet.\n"
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr "ingen dbpath har satts"
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr "bygger om databas %s till %s\n"
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, fuzzy, c-format
msgid "temporary database %s already exists\n"
msgstr "tillfällig databas %s existerar redan"
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, c-format
msgid "creating directory %s\n"
msgstr "skapar katalog %s\n"
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "skapar katalog %s\n"
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr "öppnar gammal databas med dbapi %d\n"
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr "öppnar ny databas med dbapi %d\n"
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, fuzzy, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr "post nummer %d i databasen är felaktig -- hoppar över den."
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, fuzzy, c-format
msgid "cannot add record originally at %d\n"
msgstr "kan inte lägga till post ursprungligen vid %d"
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr "kunde inte bygga om databasen: orginaldatabasen finns kvar\n"
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr "kunde inte ersätta gammal databas med ny databas!\n"
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr "byt ut filer i %s med filer från %s för att återställa"
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, c-format
msgid "removing directory %s\n"
msgstr "tar bort katalog %s\n"
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "kunde inte ta bort katalogen %s: %s\n"
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
#, fuzzy
msgid "Preparing packages for installation..."
msgstr "inga paket angivna för installation"
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr "räknar paket att installera\n"
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr "hittade %d paket\n"
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr "letar efter paket att hämta\n"
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr "hoppar över %s - rpmGlob misslyckades(%d)\n"
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr "Hämtar %s\n"
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr " ... som %s\n"
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr "hoppar över %s - överföring misslyckades - %s\n"
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr "hämtade %d paket\n"
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, c-format
msgid "cannot open file %s: %s\n"
msgstr "kan inte öppna filen %s: %s\n"
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr "%s kan inte installeras\n"
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, c-format
msgid "cannot open Packages database in %s\n"
msgstr "kan inte öppna paketdatabas i %s\n"
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr "paket %s är inte relokerbart\n"
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr "fel vid läsning från fil %s\n"
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr "filen %s behöver en nyare version av RPM\n"
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr "hittade %d käll- och %d binärpaket\n"
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr "ouppfyllda beroenden:\n"
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr "installerar binärpaket\n"
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr "kan inte öppna %s/packages.rpm\n"
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr "\"%s\" anger flera paket\n"
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr "att ta bort dessa paket skulle göra sönder beroenden:\n"
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, c-format
msgid "cannot open %s: %s\n"
msgstr "kan inte öppna %s: %s\n"
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr "Installerar %s\n"
msgid "Please contact rpm-list@redhat.com\n"
msgstr "Var god kontakta rpm-list@redhat.com\n"
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr "körning av skript från %s-%s-%s misslyckades, slutstatus %d"
+
+#: lib/scriptlet.c:236
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr "körning av skript från %s-%s-%s misslyckades, slutstatus %d"
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr "filen är inte en vanlig fil -- hoppar över storlekskontroll\n"
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, fuzzy, c-format
msgid " Actual size: %12d\n"
msgstr "Signaturstorlek : %d\n"
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr "Ingen signatur\n"
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr "Gammal PGP-signatur\n"
-#: lib/signature.c:162
+#: lib/signature.c:176
#, fuzzy
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr "Gammal (endast intern) signatur! Hur fick du tag i den!?"
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
+#: lib/signature.c:230
+#, fuzzy, c-format
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr "Signaturstorlek : %d\n"
-#: lib/signature.c:212
-#, c-format
-msgid "Signature pad : %d\n"
-msgstr "Signaturutfyllnad: %d\n"
-
-#: lib/signature.c:274
+#: lib/signature.c:289
#, fuzzy, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr "Kunde inte köra pgp (%s)"
-#: lib/signature.c:285
+#: lib/signature.c:300
#, fuzzy
msgid "pgp failed\n"
msgstr "pgp misslyckades"
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
#, fuzzy
msgid "pgp failed to write signature\n"
msgstr "pgp misslyckades att skriva en signatur"
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr "PGP signaturstorlek: %d\n"
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
#, fuzzy
msgid "unable to read the signature\n"
msgstr "kan inte läsa signaturen"
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr "Fick %d byte PGPsignatur\n"
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
#, fuzzy
msgid "Couldn't exec gpg\n"
msgstr "Kunde inte köra gpg"
-#: lib/signature.c:362
+#: lib/signature.c:377
#, fuzzy
msgid "gpg failed\n"
msgstr "gpg misslyckades"
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
#, fuzzy
msgid "gpg failed to write signature\n"
msgstr "gpg kunde inte skriva signatur"
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr "GPG signaturstorlek: %d\n"
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr "Fick %d byte GPGsignatur\n"
-#: lib/signature.c:417
+#: lib/signature.c:433
msgid "Generating signature using PGP.\n"
msgstr "Genererar signatur med PGP.\n"
-#: lib/signature.c:423
+#: lib/signature.c:439
msgid "Generating signature using GPG.\n"
msgstr "Genererar signatur med GPG.\n"
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
#, fuzzy
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr "Kunde inte köra pgp. Använd --nopgp för att hoppa över PGPkontroll."
-#: lib/signature.c:635
+#: lib/signature.c:653
#, fuzzy
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr "Kunde inte köra gpg. Använd --nogpg för att hoppa över GPGkontroll."
-#: lib/signature.c:723
+#: lib/signature.c:741
#, fuzzy
msgid "Couldn't exec pgp\n"
msgstr "Kunde inte köra pgp"
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
#, fuzzy
msgid "Invalid %%_signature spec in macro file\n"
msgstr "Felaktig %%_signature spec i makrofil.\n"
-#: lib/signature.c:760
+#: lib/signature.c:778
#, fuzzy
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr "Du måste sätta \"%%_gpg_name\" i din makrofil"
-#: lib/signature.c:772
+#: lib/signature.c:790
#, fuzzy
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr "Du måste sätta \"%%_pgp_name\" i din makrofil"
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, fuzzy, c-format
msgid "%5d exclude %s\n"
msgstr "OS är uteslutet: %s"
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, fuzzy, c-format
msgid "%5d relocate %s -> %s\n"
msgstr "flyttar %s till %s\n"
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, fuzzy, c-format
msgid "excluding multilib path %s%s\n"
msgstr "hoppar över %s%s\n"
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, fuzzy, c-format
msgid "excluding %s %s\n"
msgstr "hoppar över %s%s\n"
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr "flyttar %s till %s\n"
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, c-format
msgid "relocating directory %s to %s\n"
msgstr "flyttar katalogen %s till %s\n"
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr "hoppar över katalogen %s\n"
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr "%s överhoppad på grund av missingok-flagga\n"
-#: lib/uninstall.c:74
-#, fuzzy, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr "kan inte ta bort %s - katalogen är inte tom"
-
-#: lib/uninstall.c:78
-#, fuzzy, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr "rmdir av %s misslyckades: %s"
-
-#: lib/uninstall.c:88
-#, fuzzy, c-format
-msgid "removal of %s failed: %s\n"
-msgstr "kan inte ta bort %s: %s"
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr "tar bort filer test = %d\n"
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr "kör (eventuellt) postavinstallationsskript\n"
-
-#: lib/uninstall.c:446
-#, fuzzy, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr "körning av skript från %s-%s-%s misslyckades, slutstatus %d"
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr "verifiera inte filerna i paketet"
-#: lib/verify.c:65
+#: lib/verify.c:63
#, fuzzy
msgid "do not execute %verifyscript (if any)"
msgstr "utför inga steg"
-#: lib/verify.c:241
+#: lib/verify.c:239
#, fuzzy
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
"paket saknar både användarnamn och id-listor (detta borde aldrig inträffa)"
-#: lib/verify.c:259
+#: lib/verify.c:257
#, fuzzy
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
"paket saknar både gruppnamn och id-listor (detta borde aldrig inträffa)"
-#: lib/verify.c:321
+#: lib/verify.c:319
#, fuzzy, c-format
msgid "missing %s"
msgstr "saknas %s\n"
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "Ouppfyllda beroenden för %s-%s-%s: "
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr "Lyckades"
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr "Konstigt svar från server"
-
-#: rpmio/rpmio.c:540
-#, fuzzy
-msgid "Server I/O error"
-msgstr "IO-fel mot server"
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr "Förbindelsen med servern dog ut (timeout)"
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr "Kunde inte slå upp serverns adress"
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr "Kunde inte slå upp serverns namn"
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr "Misslyckades med att kontakta servern"
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr "Misslyckades med att etablera en dataförbindelse till servern"
-
-#: rpmio/rpmio.c:558
-#, fuzzy
-msgid "I/O error to local file"
-msgstr "IO-fel mot lokal fil"
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr "Fel när den fjärrservern sattes i passivt läge"
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr "Filen fanns inte på servern"
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr "Avbruten under gång"
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr "Okänt eller oväntat fel"
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr "loggar in på %s som %s, lösenord %s\n"
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr "Filen %s är mindre än %d byte"
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr "Lyckades"
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr "Konstigt svar från server"
+
+#: rpmio/rpmio.c:540
+#, fuzzy
+msgid "Server I/O error"
+msgstr "IO-fel mot server"
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr "Förbindelsen med servern dog ut (timeout)"
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr "Kunde inte slå upp serverns adress"
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr "Kunde inte slå upp serverns namn"
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr "Misslyckades med att kontakta servern"
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr "Misslyckades med att etablera en dataförbindelse till servern"
+
+#: rpmio/rpmio.c:558
+#, fuzzy
+msgid "I/O error to local file"
+msgstr "IO-fel mot lokal fil"
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr "Fel när den fjärrservern sattes i passivt läge"
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr "Filen fanns inte på servern"
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr "Avbruten under gång"
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr "Okänt eller oväntat fel"
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr "loggar in på %s som %s, lösenord %s\n"
+
+#: rpmio/rpmlog.c:32
#, fuzzy
msgid "(no error)"
msgstr "(fel 0x%x)"
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr "fatalt fel: "
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr "fel: "
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr "varning: "
msgid "failed to create %s: %s\n"
msgstr "kunde inte skapa %s: %s\n"
+#~ msgid " %s {--initdb} [--dbpath <dir>]\n"
+#~ msgstr " %s {--initdb} [--dbpath <kat>]\n"
+
+#, fuzzy
+#~ msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
+#~ msgstr " %s {--rebuilddb} [--rcfile <fil>] [--dbpath <kat>]\n"
+
+#~ msgid ""
+#~ " %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
+#~ msgstr ""
+#~ " %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
+#~ msgstr ""
+#~ " [--rcfile <fil>] [--ignorearch] [--dbpath <kat>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <fil>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " %s {--erase -e} [--root <kat>] [--noscripts] [--rcfile <fil>]\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--scripts] [--root <dir>] [--rcfile <file:...>]"
+#~ msgstr " [--scripts] [--root <kat>] [--rcfile <fil>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " %s {--verify -V -y} [-afpg] [--root <kat>] [--rcfile <fil>]\n"
+
+#~ msgid " %s {--setperms} [-afpg] [target]\n"
+#~ msgstr " %s {--setperms} [-afpg] [mål]\n"
+
+#~ msgid " %s {--setugids} [-afpg] [target]\n"
+#~ msgstr " %s {--setugids} [-afpg] [mål]\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#~ msgstr " %s {--resign} [--rcfile <fil>] paket1 paket2 ... paketN\n"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#~ msgstr " rpm {--addsign} [--rcfile <fil>] paket1 paket2 ... paketN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
+#~ "<file:...>]\n"
+#~ msgstr ""
+#~ " %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <fil>]\n"
+
+#~ msgid "archive = %s, fs = %s\n"
+#~ msgstr "arkiv = %s, fs = %s\n"
+
+#~ msgid "can't rename %s to %s: %s\n"
+#~ msgstr "kan inte flytta %s till %s: %s\n"
+
+#~ msgid "can't unlink %s: %s\n"
+#~ msgstr "kan inte ta bort %s: %s\n"
+
+#~ msgid "getNextHeader: %s\n"
+#~ msgstr "getNextHeader: %s\n"
+
+#~ msgid "closed db environment %s/%s(%s)\n"
+#~ msgstr "stängde db-miljö %s/%s(%s)\n"
+
+#~ msgid "removed db environment %s/%s(%s)\n"
+#~ msgstr "tog bort db-miljö %s/%s(%s)\n"
+
+#~ msgid "opening db environment %s/%s(%s) %s\n"
+#~ msgstr "öppnar db-miljö %s/%s(%s) %s\n"
+
+#~ msgid "closed db index %s/%s(%s)\n"
+#~ msgstr "stängde db-index %s/%s(%s)\n"
+
+#~ msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
+#~ msgstr "öppnar db-index %s/%s(%s) %s mod=0x%x\n"
+
+#~ msgid " file: %s action: %s\n"
+#~ msgstr " fil: %s åtgärd: %s\n"
+
+#, fuzzy
+#~ msgid "cannot create sourcedir %s\n"
+#~ msgstr "kan inte skapa källkatalog %s"
+
+#~ msgid "sources in: %s\n"
+#~ msgstr "källkod i: %s\n"
+
+#, fuzzy
+#~ msgid "cannot create specdir %s\n"
+#~ msgstr "kan inte skapa spec-katalog %s"
+
+#~ msgid "spec file in: %s\n"
+#~ msgstr "spec-fil i: %s\n"
+
+#~ msgid "renaming %s to %s\n"
+#~ msgstr "byter namn på %s till %s\n"
+
+#, fuzzy
+#~ msgid "rename of %s to %s failed: %s\n"
+#~ msgstr "namnbyte från %s till %s misslyckades: %s"
+
+#~ msgid "stopping install as we're running --test\n"
+#~ msgstr "avbryter installation eftersom vi kör --test\n"
+
+#~ msgid "running preinstall script (if any)\n"
+#~ msgstr "kör (eventuellt) preinstalltionsskript\n"
+
+#~ msgid "Signature pad : %d\n"
+#~ msgstr "Signaturutfyllnad: %d\n"
+
+#, fuzzy
+#~ msgid "removal of %s failed: %s\n"
+#~ msgstr "kan inte ta bort %s: %s"
+
+#~ msgid "will remove files test = %d\n"
+#~ msgstr "tar bort filer test = %d\n"
+
+#~ msgid "running postuninstall script (if any)\n"
+#~ msgstr "kör (eventuellt) postavinstallationsskript\n"
+
#, fuzzy
#~ msgid ""
#~ " [--macros <file:...>] [--ignorearch] [--dbpath <dir>]"
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\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"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"
-#: build.c:26
+#: build.c:25
#, fuzzy, c-format
msgid "cannot open rpm database in %s\n"
msgstr "hata: %s%s/packages.rpm açýlamýyor\n"
-#: build.c:36
+#: build.c:35
#, fuzzy
msgid "failed build dependencies:\n"
msgstr "baðýmlýlýk hatasý, aþaðýdaki paketlere ihtiyacýnýz var:\n"
-#: build.c:65
+#: build.c:64
#, fuzzy, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr "%s okuma eriþimi için açýlamadý:%s."
# , c-format
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, fuzzy, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr "%s 'ye eriþimde hata oluþtu\n"
#. Give up
-#: build.c:149
+#: build.c:150
#, fuzzy, c-format
msgid "Failed to read spec file from %s\n"
msgstr "%s okunamadý: %s"
-#: build.c:177
+#: build.c:178
#, fuzzy, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr "%s okunamadý: %s"
-#: build.c:216
+#: build.c:217
#, fuzzy, c-format
msgid "failed to stat %s: %m\n"
msgstr "%s açýlamadý: %s"
-#: build.c:221
+#: build.c:222
#, fuzzy, c-format
msgid "File %s is not a regular file.\n"
msgstr "%s bir RPM paketi deðil (gibi)\n"
-#: build.c:230
+#: build.c:231
#, fuzzy, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr "%s bir RPM paketi deðil (gibi)\n"
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr ""
-#: build.c:302
+#: build.c:303
#, fuzzy, c-format
msgid "Building for target %s\n"
msgstr "%s paketi bulunamadý\n"
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr ""
# May 5, 1998
#
# , c-format
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr "RPM Sürüm %s\n"
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
#, fuzzy
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr "Copyright (C) 1998 - Red Hat Software"
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
#, fuzzy
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr "Bu ðrogram GNU GPL uyarýnca serbestçe daðýtýlabilir."
-#: rpm.c:209
+#: rpm.c:224
#, fuzzy
msgid "Usage: rpm {--help}"
msgstr "Kullaným: rpm {--help}"
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr " rpm {--version}"
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr " rpm {--initdb} [--dbpath <dizin>]"
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
" [--replacepkgs] [--replacefiles] [--root <dizin>]"
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr " [--excludedocs] [--includedocs] [--noscripts]"
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
" [--rcfile <dosya>] [--ignorearch] [--dbpath <dizin>]"
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
" [--prefix <dizin>] [--ignoreos] [--nodeps] "
"[--allfiles]"
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr " [--ftpproxy <sunucu>] [--ftpport <port>]"
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
#, fuzzy
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr " [--ftpproxy <sunucu>] [--ftpport <port>]"
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
#, fuzzy
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr " [--noorder] [--relocate eskidizin=yenidizin]"
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
#, fuzzy
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr " [--badreloc] dosya1.rpm ... dosyaN.rpm"
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
#, fuzzy
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr " [--badreloc] dosya1.rpm ... dosyaN.rpm"
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr " [--oldpackage] [--root <dizin>] [--noscripts]"
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
" [--excludedocs] [--includedocs] [--rcfile <dosya>]"
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
" [--ignorearch] [--dbpath <dizin>] [--prefix "
"<dizin>] "
-#: rpm.c:227
+#: rpm.c:242
#, fuzzy
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr " [--ftpproxy <sunucu>] [--ftpport <port>]"
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
" [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr " [--noorder] [--relocate eskidizin=yenidizin]"
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
#, fuzzy
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr " [--nomd5] [targets]"
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
#, fuzzy
msgid " file1.rpm ... fileN.rpm"
msgstr " [--badreloc] dosya1.rpm ... dosyaN.rpm"
-#: rpm.c:232
+#: rpm.c:247
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:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
" [--scripts] [--root <dizin>] [--rcfile <dosya>]"
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
#, fuzzy
msgid " [--triggeredby]"
msgstr " [--nomd5] [targets]"
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
#, fuzzy
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
" [--dbpath <dizin>] [--nodeps] [--nofiles] "
"[--noscripts]"
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
#, fuzzy
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr " [--nomd5] [targets]"
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
" rpm {--verify -V -y} [-afpg] [--root <dizin>] [--rcfile <dosya>]"
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
" [--dbpath <dizin>] [--nodeps] [--nofiles] "
"[--noscripts]"
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr " [--nomd5] [targets]"
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr " rpm {--setperms} [-afpg] [target]"
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr " rpm {--setugids} [-afpg] [target]"
-#: rpm.c:245
+#: rpm.c:260
#, fuzzy
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr " [--badreloc] dosya1.rpm ... dosyaN.rpm"
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
" rpm {--erase -e] [--root <dizin>] [--noscripts] [--rcfile <dosya>]"
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr " [--dbpath <dizin>] [--nodeps] [--allmatches]"
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
#, fuzzy
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr " [--justdb] paket1 ... paketN"
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--resign} [--rcfile <dosya>] paket1 paket2 ... paketN"
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr " rpm {--addsign} [--rcfile <dosya>] paket1 paket2 ... paketN"
-#: rpm.c:251
+#: rpm.c:266
#, fuzzy
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <dosya>]"
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr " paket1 ... paketN"
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr " rpm {--rebuilddb} [--rcfile <dosya>] [--dbpath <dizin>]"
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr " rpm {--querytags}"
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
#, fuzzy
msgid "Usage:"
msgstr "Kullaným:"
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr "Bu bilgiyi verir"
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr "Kullanýlan RPM sürümünü verir"
-#: rpm.c:295
+#: rpm.c:310
#, fuzzy
msgid " All modes support the following arguments:"
msgstr " tüm kipler aþaðýdaki argümanlarý kabul ederler:"
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
#, fuzzy
msgid " --eval '<name>+' "
msgstr " -b<adým> <spec> "
-#: rpm.c:299
+#: rpm.c:314
#, fuzzy
msgid "print the expansion of macro <name> to stdout"
msgstr "Kullanýlan RPM sürümünü verir"
-#: rpm.c:300
+#: rpm.c:315
#, fuzzy
msgid " --pipe <cmd> "
msgstr " -b<adým> <spec> "
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr "standart çýktýyý <KOMUT>'a gönderir"
-#: rpm.c:302
+#: rpm.c:317
#, fuzzy
msgid " --rcfile <file> "
msgstr " -b<adým> <spec> "
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr "/etc/rpmrc ve $HOME/.rpmrc yerine <dosya> kullanýn"
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr "daha çok açýklama verir"
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr "çok fazla açýklama verir (hata ayýklama için)"
-#: rpm.c:312
+#: rpm.c:327
#, fuzzy
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
" yükleme, güncelleme ve sorgulama (-p ile) iþlemlerimde dosya isimleri "
-#: rpm.c:313
+#: rpm.c:328
#, 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:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr ""
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr "Makina ismi veya FTP-Proxy'nin IP numarasý"
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr ""
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr "FTP sunucusunun (ya da Proxy'nin) port numarasý"
-#: rpm.c:318
+#: rpm.c:333
#, fuzzy
msgid " --httpproxy <host> "
msgstr " -b<adým> <spec> "
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
#, fuzzy
msgid "hostname or IP of http proxy"
msgstr "Makina ismi veya FTP-Proxy'nin IP numarasý"
-#: rpm.c:320
+#: rpm.c:335
#, fuzzy
msgid " --httpport <port> "
msgstr " -b<adým> <spec> "
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
#, fuzzy
msgid "port number of http server (or proxy)"
msgstr "FTP sunucusunun (ya da Proxy'nin) port numarasý"
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr "Sorgulama kipi"
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
#, fuzzy
msgid " --dbpath <dir> "
msgstr " -b<adým> <spec> "
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr "Veritabaný dizini olarak <dizin> kullanýlýr"
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
#, fuzzy
msgid "use <qfmt> as the header format (implies --info)"
msgstr "'header format' olarak s kullanýlýr (-i'yi gerektirir)"
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr "kök (baþlangýç) dizini olarak <dizin> kullanýlýr"
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr " Paket seçim seçenekleri:"
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr "Tüm paketleri sorgulama"
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr ""
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr "(henüz yüklenmemiþ) <paket dosyasý> paketi sorgulama"
-#: rpm.c:339
+#: rpm.c:354
#, fuzzy
msgid " --triggeredby <pkg>"
msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
-#: rpm.c:340
+#: rpm.c:355
#, fuzzy
msgid "query packages triggered by <pkg>"
msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
-#: rpm.c:341
+#: rpm.c:356
#, fuzzy
msgid " --whatprovides <cap>"
msgstr " --requires"
-#: rpm.c:342
+#: rpm.c:357
#, fuzzy
msgid "query packages which provide <cap> capability"
msgstr "<i> yeteneði olan paketleri sorgulama"
-#: rpm.c:343
+#: rpm.c:358
#, fuzzy
msgid " --whatrequires <cap>"
msgstr " --requires"
-#: rpm.c:344
+#: rpm.c:359
#, fuzzy
msgid "query packages which require <cap> capability"
msgstr "<i> yeteneðine ihtiyaç duyan paketleri sorgulama"
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr " Bilgilendirme seçenekleri:"
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr "Paket bilgisini gösterme"
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr "Paketin 'Change Log' (deðiþiklik) bilgisini gösterme"
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr "Paketin içerdiði dosyalarý gösterme"
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr "dosyalarýn durumunu gösterir (-l gerektirir)"
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr "sadece belge dosyalarýný gösterir (-l gerektirir)"
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr ""
"sadece yapýlandýrma (configuration) dosyalarýný gösterir (impliziert -l)"
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
"her dosya için doðrulanabilir bilgileri göster (-l, -c veya -d ile "
"kullanýlmalý)"
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr "paketin saðladýðý yetenekleri sýralar"
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr "paketin baðýmlýlýklarýný (gerektirdiði paketleri) gösterir"
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr "paketin çeþitli yükleme, silme betiklerini (scripts) gösterir"
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
msgstr "paketi -q ile belirtilen paket parametrelerini kullanarak doðrula"
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr "paket baðýmlýlýklarýný doðrulamaz"
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr "dosyalarýn 'md5-checksum' larýný doðrulamaz"
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr "dosya özelliklerini doðrulamaz"
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
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:386
+#: rpm.c:401
#, fuzzy
msgid " --install <packagefile>"
msgstr "paket yüklemek"
-#: rpm.c:387
+#: rpm.c:402
#, fuzzy
msgid " -i <packagefile> "
msgstr " -b<adým> <spec> "
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr "paket yüklemek"
-#: rpm.c:389
+#: rpm.c:404
#, fuzzy
msgid " --excludepath <path>"
msgstr "dosyalarý <eskidizin> den <yenidizin> e relocate et"
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
#, fuzzy
msgid " --relocate <oldpath>=<newpath>"
msgstr "dosyalarý <eskidizin> den <yenidizin> e relocate et"
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr "dosyalarý <eskidizin> den <yenidizin> e relocate et"
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
#, fuzzy
msgid "relocate files in non-relocateable package"
msgstr "%s pakedi yüklenmemiþ\n"
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr ""
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr "paketin yerini (eðer deðitirilebiliyorsa) <dizin>'e deðiþtirir"
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr "yazýlýmýn belgelerini yüklemez"
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr "--replacepkgs --replacefiles'ýn kýsaltmasý"
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
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:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
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:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr "paket mimarisini doðrulamaz"
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr "paketin ait olduðu iþletim sistemini doðrulamaz"
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr "paket ile gelen belgeleri de yükler"
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr "veri tabanýný günceller, ama dosya sistemini deðiþtirmez"
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
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:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr "yükleme betiklerini (scripts) çalýþtýrmaz."
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr "yükleme sýrasýnda geliþme yüzde olarak gösterilir"
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr "paket mevcut dosyalarý silse bile paketi yükler"
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr "paket mevcutsa yeniden yükler"
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
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:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
#, fuzzy
msgid " -U <packagefile> "
msgstr " -b<adým> <spec> "
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr "Paketi günceller (seçenekler --install ile ayný, ek olarak)"
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
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:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr "paketi siler (uninstall)"
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
"<paket> ile eþlenen tüm paketleri siler (birden fazla paket eþlenirse bir "
"hata mesajý çýkmasý gerekir)"
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr "pakete ait hiçbir betik (Script) çalýþtýrýlmaz"
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr " -b<adým> <spec> "
-#: rpm.c:465
+#: rpm.c:480
#, fuzzy
msgid " -t<stage> <tarball> "
msgstr " -b<adým> <spec> "
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr "paket yaratýr, <adým> aþaðýdaki harflerden biridir:"
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr "hazýrlama (kaynaklar açýlýr ve yamalar uygulanýr)"
# , c-format
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr "kontrol ( %files üstünkörü bir kontrol edilir)"
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr "derleme (hazýrlama ve derleme)"
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr "yükleme (hazýrlama, derleme, yükleme)"
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr ""
"çalýþtýrýlabilir paket yaratma (hazýrlama, derleme, yükleme, paketleme)"
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr ""
"çalýþtýrýlabilir ve Kaynak paket yaratmak (hazýrlama, derleme, yükleme "
"vepaketleme)"
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr "doðrudan belirtilen adýma atlar (sadece c ve i için)"
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr "iþlem sonunda paket yaratma yapýsýný siler"
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
#, fuzzy
msgid "remove sources when done"
msgstr "iþlem sonunda kaynaklarý ve spec dosyasýný siler"
-#: rpm.c:486
+#: rpm.c:501
#, fuzzy
msgid "remove spec file when done"
msgstr "iþlem sonunda kaynaklarý ve spec dosyasýný siler"
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
#, fuzzy
msgid "generate PGP/GPG signature"
msgstr "PGP-imzasý yaratýr"
-#: rpm.c:489
+#: rpm.c:504
#, fuzzy
msgid " --buildroot <dir> "
msgstr " -b<adým> <spec> "
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr "paket yaratýlýrken <dizin> baþlangýç dizini olarak kullanýlýr"
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr "adýmlarýn hiçbirini çalýþtýrmaz"
-#: rpm.c:495
+#: rpm.c:510
#, fuzzy
msgid " --timecheck <secs> "
msgstr " -b<adým> <spec> "
-#: rpm.c:496
+#: rpm.c:511
#, 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:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
"kaynak paketini yükler, çalýþýr paketi oluþturur ve spec dosyasý, kaynaklar "
"ile yamalarý siler"
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr "--rebuild gibi, ama paket yaratmaz"
-#: rpm.c:504
+#: rpm.c:519
#, fuzzy
msgid " --resign <pkg>+ "
msgstr " -b<adým> <spec> "
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr "paketi imzalar (mevcut imza kaldýrýlýr)"
-#: rpm.c:506
+#: rpm.c:521
#, fuzzy
msgid " --addsign <pkg>+ "
msgstr " -b<adým> <spec> "
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr "pakete bir imza ekler"
-#: rpm.c:508
+#: rpm.c:523
#, fuzzy
msgid " --checksig <pkg>+"
msgstr " -b<adým> <spec> "
-#: rpm.c:509
+#: rpm.c:524
#, fuzzy
msgid " -K <pkg>+ "
msgstr " -b<adým> <spec> "
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr "paket imzasýný doðrular"
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr "tüm PGP imzalarýný atlar"
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
#, fuzzy
msgid "skip any GPG signatures"
msgstr "tüm PGP imzalarýný atlar"
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr "tüm MD5 imzalarýný atlar"
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr "geçerli bir veri tabaný olmasýný saðlar"
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr "mevcut veritabanýný kullanýlarak veritabýnýný yeniden oluþturur"
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
"dosya eriþim haklarýný veri tabanýnda yer alanlarla -q ile belirtilen paket "
"parametrelerini kullanarak güncelle"
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
"dosya kullanýcý ve grup bilgilerini veri tabanýnda yer alanlarla -q ile "
"belirtilen paket parametrelerini kullanarak güncelle"
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr "sadece bir ana kip (major mode) belirtilebilir"
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr "-u ve --uninstall komutlarý eskidirler ve çalýþmamaktadýrlar.\n"
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr "Yerine -e veya --erase komutunu kullanýn\n"
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr "relocate iþlemi / ile baþlamalý"
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr "relocate satýrýnda = bulunmalý"
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr "relocate için = den sonra bir / gerekir"
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
#, fuzzy
msgid "exclude paths must begin with a /"
msgstr "relocate iþlemi / ile baþlamalý"
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
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:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
#, fuzzy
msgid "unexpected query flags"
msgstr "beklenmeyen sorgulama kaynaðý girildi"
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
#, fuzzy
msgid "unexpected query format"
msgstr "beklenmeyen sorgulama kaynaðý girildi"
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr "beklenmeyen sorgulama kaynaðý girildi"
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
#, fuzzy
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr "sadece yükleme ve güncelleme zorlanabilir (force edilebilir)"
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr "dosyalar sadece paket yüklemesi sýrasýnda relocate edilebilir"
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr "--prefix ve --relocate seçeneklerinden sadece biri kullanýlabilir"
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
#, fuzzy
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr "--relocate sadece yeni paketler yüklenirken kullanýlýr"
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr "--prefix sadece yeni paketlerin yüklenmesi sýrasýnda kullanýlabilir"
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr "--prefix komutunun argümanlarý '/' ile baþlamalý"
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr "--hash (-h) sadece paket yüklenmesi sýrasýnda kullanýlabilir"
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr "--percent sadece paket yüklenmesi sýrasýnda kullanýlabilir"
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr "--replacefiles sadece paket yüklenmesi sýrasýnda kullanýlabilir"
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr "--replacepkgs sadece paket yüklenmesi sýrasýnda kullanýlabilir"
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr "--excludedocs sadece paket yüklenmesi sýrasýnda kullanýlabilir"
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr "--includedocs sadece paket yüklenmesi sýrasýnda kullanýlabilir"
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr ""
"--excludedocs ve --includedocs bir arada kullanýlamaz (bi daha olmasýn)"
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr "--ignorearch sadece paket yüklenmesi sýrasýnda kullanýlabilir"
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr "--ignoreos sadece paket yüklenmesi sýrasýnda kullanýlabilir"
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
#, fuzzy
msgid "--ignoresize may only be specified during package installation"
msgstr "--ignoreos sadece paket yüklenmesi sýrasýnda kullanýlabilir"
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr "--allmatches sadece paket silinmesi sýrasýnda kullanýlabilir"
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr "--allfiles sadece paket yüklenmesi sýrasýnda kullanýlabilir"
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr "--justdb sadece paket yükleme ve silmelerinde kullanýlýr"
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
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:917
+#: rpm.c:934
#, fuzzy
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
msgstr ""
"--nodeps sadece paket yüklemelerinde, silme ve doðrulamalarda kullanýlýr"
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
#, fuzzy
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
msgstr ""
"--nodeps sadece paket yüklemelerinde, silme ve doðrulamalarda kullanýlýr"
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
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:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
"--root (-r) sadece yükleme, silme, sorgulama ve veritabaný güncellemelerinde "
"kullanýlýr"
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr "--root (-r) komutun argümanlarý '/' ile baþlamalý"
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr "--oldpackage sadece güncelleme sýrasýnda kullanýlabilir"
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr "--nopgp sadece Ýmza kontrolü sýrasýnda kullanýlabilir"
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
#, fuzzy
msgid "--nogpg may only be used during signature checking"
msgstr "--nopgp sadece Ýmza kontrolü sýrasýnda kullanýlabilir"
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
#, fuzzy
msgid ""
"--nomd5 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:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, fuzzy, c-format
msgid "cannot access file %s\n"
msgstr "%s dosyasý açýlamýyor: "
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
#, fuzzy
msgid "pgp not found: "
msgstr "Dosya sunucuda bulunamadý"
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr "Parola kontrolü baþarýsýzlýkla sonuçlandý\n"
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr "Parola doðru.\n"
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr "--sign sadece paket olusturulurken kullanýlabilir"
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
#, fuzzy
msgid "exec failed\n"
msgstr "%s: Eriþilemedi\n"
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr "--querytags için beklenmeyen argümanlar"
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr "imzasý kontrol edilecek paketler belirtilmedi"
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr "imzalanacak paketler belirtilmedi"
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr "sistemden silinecek paketler belirtilmedi"
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr "yüklenecek paketler belirtilmedi"
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr "tüm paketlerin sorgulanmasý için fazladan argümanlar belirtildi"
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr "sorgulama için hiç argüman belirtilmedi"
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
#, fuzzy
msgid "extra arguments given for verify of all packages"
msgstr "tüm paketlerin sorgulanmasý için fazladan argümanlar belirtildi"
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr "doðrulama için hiç argüman belirtilmedi"
msgid "cannot re-open payload: %s\n"
msgstr "%s dosyasý açýlamýyor: "
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
#, fuzzy
msgid "print macro expansion of <expr>+"
msgstr "Kullanýlan RPM sürümünü verir"
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
#, fuzzy
msgid "rebuild database inverted lists from installed package headers"
msgstr "mevcut veritabanýný kullanýlarak veritabýnýný yeniden oluþturur"
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
+msgstr ""
+
+#: rpmqv.c:234
#, fuzzy
-msgid "<package>"
+msgid "<package>+"
msgstr "Tüm paketleri sorgulama"
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
#, fuzzy
-msgid "upgrade package if already installed"
+msgid "upgrade package(s) if already installed"
msgstr "%s pakedi yüklenmemiþ\n"
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
#, fuzzy
msgid "<packagefile>+"
msgstr " -b<adým> <spec> "
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
#, fuzzy
msgid "do not execute scripts (if any)"
msgstr "adýmlarýn hiçbirini çalýþtýrmaz"
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
#, fuzzy
msgid "don't execute any scriptlets triggered by this package"
msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
-#: rpmqv.c:313
+#: rpmqv.c:279
#, fuzzy
-msgid "<oldpath>=<newpath>"
+msgid "relocate files from path <old> to <new>"
msgstr "dosyalarý <eskidizin> den <yenidizin> e relocate et"
-#: rpmqv.c:324
+#: rpmqv.c:280
+#, fuzzy
+msgid "<old>=<new>"
+msgstr "dosyalarý <eskidizin> den <yenidizin> e relocate et"
+
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
+msgstr ""
+
+#: rpmqv.c:291
#, fuzzy
-msgid "upgrade package"
+msgid "upgrade package(s)"
msgstr "paket yüklemek"
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
+msgstr ""
+
+#: rpmqv.c:343
msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:413
+#: rpmqv.c:377
#, fuzzy, c-format
msgid "Usage: %s {--help}\n"
msgstr "Kullaným: rpm {--help}"
-#: rpmqv.c:417
-#, fuzzy, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr " rpm {--initdb} [--dbpath <dizin>]"
-
-#: rpmqv.c:418
-#, fuzzy, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr " rpm {--rebuilddb} [--rcfile <dosya>] [--dbpath <dizin>]"
-
-#: rpmqv.c:422
-#, fuzzy, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
-
-#: rpmqv.c:425
-#, fuzzy
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-" [--rcfile <dosya>] [--ignorearch] [--dbpath <dizin>]"
-
-#: rpmqv.c:434
-#, fuzzy
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-" [--excludedocs] [--includedocs] [--rcfile <dosya>]"
-
-#: rpmqv.c:442
-#, fuzzy, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-" rpm {--erase -e] [--root <dizin>] [--noscripts] [--rcfile <dosya>]"
-
-#: rpmqv.c:449
-#, fuzzy
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-" [--scripts] [--root <dizin>] [--rcfile <dosya>]"
-
-#: rpmqv.c:456
-#, fuzzy, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-" rpm {--verify -V -y} [-afpg] [--root <dizin>] [--rcfile <dosya>]"
-
-#: rpmqv.c:460
-#, fuzzy, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr " rpm {--setperms} [-afpg] [target]"
-
-#: rpmqv.c:461
-#, fuzzy, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr " rpm {--setugids} [-afpg] [target]"
-
-#: rpmqv.c:465
-#, fuzzy, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
-msgstr " rpm {--resign} [--rcfile <dosya>] paket1 paket2 ... paketN"
-
-#: rpmqv.c:466
-#, fuzzy, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
-msgstr " rpm {--addsign} [--rcfile <dosya>] paket1 paket2 ... paketN"
-
-#: rpmqv.c:467
-#, fuzzy, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
-msgstr " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <dosya>]"
-
-#: rpmqv.c:511
+#: rpmqv.c:448
#, fuzzy
msgid " All modes support the following options:"
msgstr " tüm kipler aþaðýdaki argümanlarý kabul ederler:"
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
#, fuzzy
msgid " --eval '<expr>+' "
msgstr " -b<adým> <spec> "
-#: rpmqv.c:515
+#: rpmqv.c:452
#, fuzzy
msgid "print the expansion of macro <expr> to stdout"
msgstr "Kullanýlan RPM sürümünü verir"
-#: rpmqv.c:516
+#: rpmqv.c:453
#, fuzzy
msgid " --pipe <cmd> "
msgstr " -b<adým> <spec> "
-#: rpmqv.c:518
+#: rpmqv.c:455
#, fuzzy
msgid " --rcfile <file:...> "
msgstr " -b<adým> <spec> "
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
#, fuzzy
msgid " --dbpath <dir> "
msgstr " -b<adým> <spec> "
-#: rpmqv.c:525
+#: rpmqv.c:462
#, fuzzy
msgid " --root <dir> "
msgstr " -b<adým> <spec> "
-#: rpmqv.c:535
+#: rpmqv.c:472
#, fuzzy
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
" yükleme, güncelleme ve sorgulama (-p ile) iþlemlerimde dosya isimleri "
-#: rpmqv.c:536
+#: rpmqv.c:473
#, fuzzy
msgid " of file names as well as the following options:"
msgstr " yerine FTP adreslerini aþaðýdaki seçeneklerle kabul eder:\n"
-#: rpmqv.c:537
+#: rpmqv.c:474
#, fuzzy
msgid " --ftpproxy <host> "
msgstr " -b<adým> <spec> "
-#: rpmqv.c:539
+#: rpmqv.c:476
#, fuzzy
msgid " --ftpport <port> "
msgstr " -b<adým> <spec> "
-#: rpmqv.c:541
+#: rpmqv.c:478
#, fuzzy
msgid " --httpproxy <host> "
msgstr " -b<adým> <spec> "
-#: rpmqv.c:543
+#: rpmqv.c:480
#, fuzzy
msgid " --httpport <port> "
msgstr " -b<adým> <spec> "
-#: rpmqv.c:549
+#: rpmqv.c:486
#, fuzzy
msgid " Package specification options:"
msgstr " Paket seçim seçenekleri:"
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
#, fuzzy
msgid "query/verify all packages"
msgstr "Tüm paketleri sorgulama"
-#: rpmqv.c:552
+#: rpmqv.c:489
#, fuzzy
msgid " -f <file>+ "
msgstr " -b<adým> <spec> "
-#: rpmqv.c:553
+#: rpmqv.c:490
#, fuzzy
msgid "query/verify package owning <file>"
msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
-#: rpmqv.c:554
+#: rpmqv.c:491
#, fuzzy
msgid " -p <packagefile>+ "
msgstr " -b<adým> <spec> "
-#: rpmqv.c:555
+#: rpmqv.c:492
#, fuzzy
msgid "query/verify (uninstalled) package <packagefile>"
msgstr "(henüz yüklenmemiþ) <paket dosyasý> paketi sorgulama"
-#: rpmqv.c:556
+#: rpmqv.c:493
#, fuzzy
msgid " --triggeredby <pkg> "
msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
-#: rpmqv.c:557
+#: rpmqv.c:494
#, fuzzy
msgid "query/verify packages triggered by <pkg>"
msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
-#: rpmqv.c:558
+#: rpmqv.c:495
#, fuzzy
msgid " --whatprovides <cap> "
msgstr " --requires"
-#: rpmqv.c:559
+#: rpmqv.c:496
#, fuzzy
msgid "query/verify packages which provide <cap> capability"
msgstr "<i> yeteneði olan paketleri sorgulama"
-#: rpmqv.c:560
+#: rpmqv.c:497
#, fuzzy
msgid " --whatrequires <cap> "
msgstr " --requires"
-#: rpmqv.c:561
+#: rpmqv.c:498
#, fuzzy
msgid "query/verify packages which require <cap> capability"
msgstr "<i> yeteneðine ihtiyaç duyan paketleri sorgulama"
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
#, fuzzy
msgid " Information selection options:"
msgstr " Bilgilendirme seçenekleri:"
-#: rpmqv.c:584
+#: rpmqv.c:521
#, fuzzy
msgid "list capabilities provided by package"
msgstr "paketin saðladýðý yetenekleri sýralar"
-#: rpmqv.c:586
+#: rpmqv.c:523
#, fuzzy
msgid "list capabilities required by package"
msgstr "paketin saðladýðý yetenekleri sýralar"
-#: rpmqv.c:588
+#: rpmqv.c:525
#, fuzzy
msgid "print the various [un]install scriptlets"
msgstr "paketin çeþitli yükleme, silme betiklerini (scripts) gösterir"
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
#, fuzzy
msgid " --install <packagefile>"
msgstr "paket yüklemek"
-#: rpmqv.c:617
+#: rpmqv.c:554
#, fuzzy
msgid " -i <packagefile> "
msgstr " -b<adým> <spec> "
-#: rpmqv.c:626
+#: rpmqv.c:563
#, fuzzy
msgid " --excludepath <path> "
msgstr "dosyalarý <eskidizin> den <yenidizin> e relocate et"
-#: rpmqv.c:647
+#: rpmqv.c:584
#, fuzzy
msgid "don't execute any installation scriptlets"
msgstr "yükleme betiklerini (scripts) çalýþtýrmaz."
-#: rpmqv.c:652
+#: rpmqv.c:589
#, fuzzy
msgid " --prefix <dir> "
msgstr " -b<adým> <spec> "
-#: rpmqv.c:654
+#: rpmqv.c:591
#, fuzzy
msgid " --relocate <oldpath>=<newpath>"
msgstr "dosyalarý <eskidizin> den <yenidizin> e relocate et"
-#: rpmqv.c:663
+#: rpmqv.c:600
#, fuzzy
msgid " --upgrade <packagefile>"
msgstr "paket yüklemek"
-#: rpmqv.c:664
+#: rpmqv.c:601
#, fuzzy
msgid " -U <packagefile> "
msgstr " -b<adým> <spec> "
-#: rpmqv.c:669
+#: rpmqv.c:606
#, fuzzy
msgid " --erase <package>"
msgstr "paket yüklemek"
-#: rpmqv.c:688
+#: rpmqv.c:625
#, fuzzy
msgid " --resign <pkg>+ "
msgstr " -b<adým> <spec> "
-#: rpmqv.c:690
+#: rpmqv.c:627
#, fuzzy
msgid " --addsign <pkg>+ "
msgstr " -b<adým> <spec> "
-#: rpmqv.c:693
+#: rpmqv.c:630
#, fuzzy
msgid " --checksig <pkg>+"
msgstr " -b<adým> <spec> "
-#: rpmqv.c:694
+#: rpmqv.c:631
#, fuzzy
msgid " -K <pkg>+ "
msgstr " -b<adým> <spec> "
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
#, fuzzy
msgid "rebuild database indices from existing database headers"
msgstr "mevcut veritabanýný kullanýlarak veritabýnýný yeniden oluþturur"
-#: rpmqv.c:996
+#: rpmqv.c:928
#, fuzzy
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr "Yerine -e veya --erase komutunu kullanýn\n"
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr "--dbpath veritabaný kullanýlmayan bir iþlemde belirtildi"
-#: rpmqv.c:1158
+#: rpmqv.c:1086
#, fuzzy
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr "--justdb sadece paket yükleme ve silmelerinde kullanýlýr"
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr "yeniden oluþturmak için paket dosyalarý belirtilmedi"
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr "oluþturma için gerekli spec dosyasý belirtilmedi"
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr "oluþturma için gereken tar dosyalarý belirttilmedi"
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
#, fuzzy
msgid "Unable to open temp file.\n"
msgstr "%s okuma eriþimi için açýlamadý:%s."
msgid "syntax error in expression\n"
msgstr "dizi içerisinde ? bekleniyordu"
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, fuzzy, c-format
msgid "Missing '(' in %s %s\n"
msgstr "% den sonra eksik {"
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, fuzzy, c-format
msgid "Missing ')' in %s(%s\n"
msgstr "%s te eksik ':' :%d"
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, fuzzy, c-format
msgid "Invalid %s token: %s\n"
msgstr "geçersiz paket numarsý: %s\n"
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, fuzzy, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr "%s okunamadý: %s"
-#: build/files.c:427
+#: build/files.c:429
#, fuzzy, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr "%s okunamadý: %s"
-#: build/files.c:439
+#: build/files.c:441
#, fuzzy, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr "%s okunamadý: %s"
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, fuzzy, c-format
msgid "Two files on one line: %s\n"
msgstr "%s açýlamadý: %s"
-#: build/files.c:771
+#: build/files.c:773
#, fuzzy, c-format
msgid "File must begin with \"/\": %s\n"
msgstr "relocate iþlemi / ile baþlamalý"
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
-#: build/files.c:949
+#: build/files.c:952
#, fuzzy, c-format
msgid "File listed twice: %s\n"
msgstr "%s okunamadý: %s"
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, fuzzy, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr "%s okunamadý: %s"
-#: build/files.c:1165
+#: build/files.c:1239
#, fuzzy, c-format
msgid "File not found: %s\n"
msgstr "Dosya sunucuda bulunamadý"
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, fuzzy, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr "%s açýlamadý: %s"
-#: build/files.c:1297
+#: build/files.c:1371
#, fuzzy, c-format
msgid "File needs leading \"/\": %s\n"
msgstr "relocate iþlemi / ile baþlamalý"
-#: build/files.c:1327
+#: build/files.c:1401
#, fuzzy, c-format
msgid "File not found by glob: %s\n"
msgstr "Dosya sunucuda bulunamadý"
-#: build/files.c:1382
+#: build/files.c:1455
#, fuzzy
msgid "Could not open %%files file %s: %s\n"
msgstr "hata: %s dosyasý okunamadý\n"
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, fuzzy, c-format
msgid "line: %s\n"
msgstr "%s açýlamadý: %s"
-#: build/files.c:1720
+#: build/files.c:1791
#, fuzzy, c-format
msgid "Bad file: %s: %s\n"
msgstr "%s açýlamadý: %s"
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, fuzzy, c-format
msgid "Couldn't exec %s: %s\n"
msgstr "PGP çalýþtýrýlamadý"
-#: build/files.c:1794
+#: build/files.c:1864
#, fuzzy, c-format
msgid "Couldn't fork %s: %s\n"
msgstr "Ýmza hedefi 'sigtarget' okunamadý"
-#: build/files.c:1876
+#: build/files.c:1946
#, fuzzy, c-format
msgid "%s failed\n"
msgstr "PGP hata verdi"
-#: build/files.c:1880
+#: build/files.c:1950
#, fuzzy, c-format
msgid "failed to write all data to %s\n"
msgstr "%s yaratýlamýyor\n"
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, fuzzy, c-format
msgid "Failed to find %s:\n"
msgstr "%s yaratýlamýyor\n"
-#: build/files.c:2160
+#: build/files.c:2232
#, fuzzy, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr "%s açýlamadý: %s"
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:52
+#: build/pack.c:61
#, fuzzy, c-format
msgid "create archive failed on file %s: %s\n"
msgstr "%s açýlamadý: %s"
-#: build/pack.c:74
+#: build/pack.c:83
#, fuzzy, c-format
msgid "cpio_copy write failed: %s\n"
msgstr "okuma hatasý: %s (%d)"
-#: build/pack.c:81
+#: build/pack.c:90
#, fuzzy, c-format
msgid "cpio_copy read failed: %s\n"
msgstr "okuma hatasý: %s (%d)"
-#: build/pack.c:165
+#: build/pack.c:174
#, fuzzy, c-format
msgid "Could not open PreIn file: %s\n"
msgstr "hata: %s dosyasý okunamadý\n"
-#: build/pack.c:172
+#: build/pack.c:181
#, fuzzy, c-format
msgid "Could not open PreUn file: %s\n"
msgstr "hata: %s dosyasý okunamadý\n"
-#: build/pack.c:179
+#: build/pack.c:188
#, fuzzy, c-format
msgid "Could not open PostIn file: %s\n"
msgstr "hata: %s dosyasý okunamadý\n"
-#: build/pack.c:186
+#: build/pack.c:195
#, fuzzy, c-format
msgid "Could not open PostUn file: %s\n"
msgstr "hata: %s dosyasý okunamadý\n"
-#: build/pack.c:194
+#: build/pack.c:203
#, fuzzy, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr "hata: %s dosyasý okunamadý\n"
-#: build/pack.c:209
+#: build/pack.c:218
#, fuzzy, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr "hata: %s dosyasý okunamadý\n"
-#: build/pack.c:235
+#: build/pack.c:244
#, fuzzy, c-format
msgid "readRPM: open %s: %s\n"
msgstr "%s açýlamadý: %s"
-#: build/pack.c:245
+#: build/pack.c:254
#, fuzzy, c-format
msgid "readRPM: read %s: %s\n"
msgstr "%s okunamadý: %s"
-#: build/pack.c:266
+#: build/pack.c:275
#, fuzzy, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr "hata: %s herhangi bir RPM pakedine ait görünmüyor\n"
-#: build/pack.c:272
+#: build/pack.c:284
#, fuzzy, c-format
msgid "readRPM: reading header from %s\n"
msgstr "%s kaydýna %s dosyasýnda eriþilemiyor:"
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, fuzzy, c-format
msgid "Generating signature: %d\n"
msgstr "PGP-imzasý yaratýr"
# , c-format
-#: build/pack.c:433
+#: build/pack.c:447
#, fuzzy, c-format
msgid "Could not open %s: %s\n"
msgstr "%s 'ye eriþimde hata oluþtu\n"
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, fuzzy, c-format
msgid "Unable to write package: %s\n"
msgstr "%s 'nin yazýlmasý mümkün deðil"
-#: build/pack.c:485
+#: build/pack.c:499
#, fuzzy, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr "%s 'nin yazýlmasý mümkün deðil"
-#: build/pack.c:495
+#: build/pack.c:509
#, fuzzy, c-format
msgid "Unable to read header from %s: %s\n"
msgstr "%s 'nin yazýlmasý mümkün deðil"
-#: build/pack.c:509
+#: build/pack.c:523
#, fuzzy, c-format
msgid "Unable to write header to %s: %s\n"
msgstr "%s 'nin yazýlmasý mümkün deðil"
-#: build/pack.c:519
+#: build/pack.c:533
#, fuzzy, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr "%s 'nin yazýlmasý mümkün deðil"
-#: build/pack.c:525
+#: build/pack.c:539
#, fuzzy, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr "%s 'nin yazýlmasý mümkün deðil"
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, fuzzy, c-format
msgid "cannot create %s: %s\n"
msgstr "%s dosyasý açýlamýyor: "
msgid "Package has no %%description: %s\n"
msgstr "%s paketi %s altýnda gözükmüyor"
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, fuzzy, c-format
msgid "line %d: Bad number: %s\n"
msgstr "geçersiz paket numarsý: %s\n"
-#: build/spec.c:234
+#: build/spec.c:222
#, fuzzy, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr "geçersiz paket numarsý: %s\n"
-#: build/spec.c:292
+#: build/spec.c:280
#, fuzzy, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr "geçersiz paket numarsý: %s\n"
-#: lib/cpio.c:445
-#, fuzzy, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr "%s okunamadý: %s"
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, fuzzy, c-format
msgid "(error 0x%x)"
msgstr "hata: "
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
#, fuzzy
msgid "Unknown file type"
msgstr "(bilinmeyen tip)"
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
#, fuzzy
msgid "Internal error"
msgstr "ölümcül hata: "
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
#, fuzzy
msgid " failed - "
msgstr "PGP hata verdi"
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
+#, c-format
+msgid "db%d error(%d) from %s: %s\n"
+msgstr ""
+
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
+#, c-format
+msgid "db%d error(%d): %s\n"
+msgstr ""
+
+#: lib/db1.c:387
+#, c-format
+msgid "closed db file %s\n"
+msgstr ""
+
+#: lib/db1.c:390
+#, c-format
+msgid "removed db file %s\n"
+msgstr ""
+
+#: lib/db1.c:421
+#, fuzzy, c-format
+msgid "bad db file %s\n"
+msgstr "%s açýlamadý: %s"
+
+#: lib/db1.c:426
+#, fuzzy, c-format
+msgid "opening db file %s mode 0x%x\n"
+msgstr "mevcut veritabanýný kullanýlarak veritabýnýný yeniden oluþturur"
+
+#. XXX check errno validity
+#: lib/db1.c:449
+#, fuzzy, c-format
+msgid "cannot get %s lock on database\n"
+msgstr "Veritabaný için %s kilit (lock) alýnamadý"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
+msgstr "özel"
+
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
+msgstr "paylaþýlan (shared)"
+
+#: lib/db2.c:145 lib/db3.c:130
+#, c-format
+msgid "closed db environment %s/%s\n"
+msgstr ""
+
+#: lib/db2.c:161 lib/db3.c:146
+#, c-format
+msgid "removed db environment %s/%s\n"
+msgstr ""
+
+#: lib/db2.c:198 lib/db3.c:183
+#, c-format
+msgid "opening db environment %s/%s %s\n"
+msgstr ""
+
+#: lib/db2.c:588 lib/db3.c:569
+#, c-format
+msgid "closed db index %s/%s\n"
+msgstr ""
+
+#: lib/db2.c:678 lib/db3.c:659
+#, fuzzy, c-format
+msgid "opening db index %s/%s %s mode=0x%x\n"
+msgstr "mevcut veritabanýný kullanýlarak veritabýnýný yeniden oluþturur"
+
+#: lib/db2.c:784 lib/db3.c:764
+#, fuzzy, c-format
+msgid "cannot get %s lock on %s/%s\n"
+msgstr "Veritabaný için %s kilit (lock) alýnamadý"
+
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
+msgstr ""
+
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
+msgstr ""
+
+#: lib/dbconfig.c:287
+#, c-format
+msgid "%s has invalid numeric value, skipped\n"
+msgstr ""
+
+#: lib/dbconfig.c:296
+#, c-format
+msgid "%s has too large or too small long value, skipped\n"
+msgstr ""
+
+#: lib/dbconfig.c:305
+#, c-format
+msgid "%s has too large or too small integer value, skipped\n"
+msgstr ""
+
#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/depends.c:565
#, c-format
msgid ""
"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
"\tA %s\tB %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/depends.c:594
#, c-format
msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/depends.c:962
#, c-format
msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/depends.c:1021
#, c-format
msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/depends.c:1073
#, c-format
msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/depends.c:1092
#, c-format
msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/depends.c:1096
+#: lib/depends.c:1109
#, fuzzy, c-format
msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr "%s dosyasý, hiç bir pakete ait deðil\n"
-#: lib/depends.c:1118
+#: lib/depends.c:1131
#, c-format
msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/depends.c:1131
+#: lib/depends.c:1144
#, c-format
msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/depends.c:1145
+#: lib/depends.c:1158
#, fuzzy, c-format
msgid "%s: %-45s YES (db package)\n"
msgstr "%s dosyasý, hiç bir pakete ait deðil\n"
-#: lib/depends.c:1161
+#: lib/depends.c:1174
#, c-format
msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/depends.c:1195
#, fuzzy, c-format
msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr "%s dosyasý, hiç bir pakete ait deðil\n"
#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/depends.c:1256
#, fuzzy, c-format
msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr "%s paketi %s altýnda gözükmüyor"
#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/depends.c:1323
#, fuzzy, c-format
msgid "package %s conflicts: %s\n"
msgstr "%s paketi %s altýnda gözükmüyor"
-#: lib/depends.c:1523
+#: lib/depends.c:1539
#, fuzzy, c-format
msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr "%s kaydýnýn %s dosyasýndan silinmesinde hata"
#. Record all relations.
-#: lib/depends.c:1662
+#: lib/depends.c:1678
msgid "========== recording tsort relations\n"
msgstr ""
#. T4. Scan for zeroes.
-#: lib/depends.c:1709
+#: lib/depends.c:1725
msgid "========== tsorting packages\n"
msgstr ""
-#: lib/depends.c:1754
+#: lib/depends.c:1770
msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/depends.c:1803
+#: lib/depends.c:1819
msgid "LOOP:\n"
msgstr ""
-#: lib/depends.c:1834
+#: lib/depends.c:1850
msgid "========== continuing tsort ...\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
-#, c-format
-msgid "db%d error(%d) from %s: %s\n"
-msgstr ""
-
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
-#, c-format
-msgid "db%d error(%d): %s\n"
-msgstr ""
-
-#: lib/db1.c:387
+#: lib/falloc.c:141
#, c-format
-msgid "closed db file %s\n"
+msgid ""
+"free list corrupt (%u)- please run\n"
+"\t\"rpm --rebuilddb\"\n"
+"More information is available from http://www.rpm.org or the "
+"rpm-list@redhat.com mailing list\n"
+"if \"rpm --rebuilddb\" fails to correct the problem.\n"
msgstr ""
-#: lib/db1.c:390
-#, c-format
-msgid "removed db file %s\n"
-msgstr ""
+#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
+msgid "(not a number)"
+msgstr "(üye deðil)"
-#: lib/db1.c:421
-#, fuzzy, c-format
-msgid "bad db file %s\n"
-msgstr "%s açýlamadý: %s"
-
-#: lib/db1.c:426
-#, fuzzy, c-format
-msgid "opening db file %s mode 0x%x\n"
-msgstr "mevcut veritabanýný kullanýlarak veritabýnýný yeniden oluþturur"
-
-#. XXX check errno validity
-#: lib/db1.c:449
-#, fuzzy, c-format
-msgid "cannot get %s lock on database\n"
-msgstr "Veritabaný için %s kilit (lock) alýnamadý"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
-msgstr "özel"
-
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
-msgstr "paylaþýlan (shared)"
-
-#: lib/db2.c:141
-#, c-format
-msgid "closed db environment %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:153
-#, c-format
-msgid "removed db environment %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:190
-#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
-msgstr ""
-
-#: lib/db2.c:565
-#, c-format
-msgid "closed db index %s/%s(%s)\n"
-msgstr ""
-
-#: lib/db2.c:643
-#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:268
-#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
-msgstr ""
-
-#: lib/db3.c:297
-#, c-format
-msgid "%s has invalid numeric value, skipped\n"
-msgstr ""
-
-#: lib/db3.c:306
-#, c-format
-msgid "%s has too large or too small long value, skipped\n"
-msgstr ""
-
-#: lib/db3.c:315
-#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
-msgstr ""
-
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
-msgstr ""
-
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:1013
-#, fuzzy, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr "mevcut veritabanýný kullanýlarak veritabýnýný yeniden oluþturur"
-
-#: lib/db3.c:1118
-#, fuzzy, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr "Veritabaný için %s kilit (lock) alýnamadý"
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
-msgstr ""
-
-#: lib/falloc.c:141
-#, c-format
-msgid ""
-"free list corrupt (%u)- please run\n"
-"\t\"rpm --rebuilddb\"\n"
-"More information is available from http://www.rpm.org or the "
-"rpm-list@redhat.com mailing list\n"
-"if \"rpm --rebuilddb\" fails to correct the problem.\n"
-msgstr ""
-
-#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
-msgid "(not a number)"
-msgstr "(üye deðil)"
-
-#: lib/fs.c:69
+#: lib/fs.c:69
#, fuzzy, c-format
msgid "mntctl() failed to return size: %s\n"
msgstr "mntctl() çaðrýsý boyut bilgisi vermedi: %s"
msgid "file %s is on an unknown device\n"
msgstr ""
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
+msgstr ""
+
+#: lib/fsm.c:274
+#, fuzzy, c-format
+msgid "%9d %s\n"
+msgstr "%s açýlamadý: %s"
+
+#: lib/fsm.c:1042
+#, c-format
+msgid "%s directory created with perms %04o.\n"
+msgstr ""
+
+#: lib/fsm.c:1344 lib/fsm.c:1461
+#, fuzzy, c-format
+msgid "%s saved as %s\n"
+msgstr "%s dosyasý açýlamýyor: "
+
+#: lib/fsm.c:1486
+#, fuzzy, c-format
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr "%s silinemedi - belirtilen dizin boþ deðil"
+
+#: lib/fsm.c:1491
+#, fuzzy, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr "%s dizinin silinmesinde belirtilen hata oluþtu: %s"
+
+#: lib/fsm.c:1500
+#, fuzzy, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr "%s 'ye erisimde belirtilen hata oluþtu: %s\n"
+
+#: lib/fsm.c:1517
+#, fuzzy, c-format
+msgid "%s created as %s\n"
+msgstr "%s dosyasý açýlamýyor: "
+
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr "% den sonra eksik {"
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr "%{ den sonra eksik }"
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr "boþ tag tanýmlamasý"
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr "boþ tag ismi"
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr "bilinmeyen tag"
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr "dizinin sonunda ] bekleniyordu"
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr "beklenmeyen ]"
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr "beklenmeyen }"
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr "dizi içerisinde ? bekleniyordu"
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
#, fuzzy
msgid "{ expected after ? in expression"
msgstr "dizi içerisinde ? den sonra { bekleniyordu"
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr "dizi içerisinde } bekleniyordu"
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr "? altdizisinden sonra : bekleniyordu"
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
#, fuzzy
msgid "{ expected after : in expression"
msgstr "dizide : den sonra { bekleniyordu"
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr "dizinin sonunda | bekleniyordu"
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr "(bilinmeyen tip)"
-#: lib/install.c:190 lib/uninstall.c:209
-#, fuzzy, c-format
-msgid " file: %s action: %s\n"
-msgstr "%s açýlamadý: %s"
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, fuzzy, c-format
-msgid "group %s does not exist - using root\n"
-msgstr "%s grubu hiç paket içermiyor\n"
-
-#. this would probably be a good place to check if disk space
-#. was used up - if so, we should return a different error
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, fuzzy, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr "%s 'ye erisimde belirtilen hata oluþtu: %s\n"
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-#, fuzzy
-msgid "installing a source package\n"
-msgstr "paket yüklemek"
-
-#: lib/install.c:721
-#, fuzzy, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr "%s dosyasý açýlamýyor: "
-
-#: lib/install.c:728 lib/install.c:759
-#, fuzzy, c-format
-msgid "cannot write to %s\n"
-msgstr "%s dosyasý açýlamýyor: "
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, fuzzy, c-format
-msgid "cannot create specdir %s\n"
-msgstr "%s dosyasý açýlamýyor: "
-
-#: lib/install.c:763
-#, fuzzy, c-format
-msgid "spec file in: %s\n"
-msgstr "%s açýlamadý: %s"
-
-#: lib/install.c:796 lib/install.c:825
-#, fuzzy
-msgid "source package contains no .spec file\n"
-msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, fuzzy, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr "%s 'nin isminin %s 'ye çevrilmesinde belirtilen hata oluþtu: %s"
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, fuzzy, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr "Paket %s-%s-%s ortak (shared) dosyalar içeriyor\n"
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-#, fuzzy
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr "hata: %s atlanýyor - aktarým baþarýsýz - %s\n"
-
-#: lib/install.c:1069
-#, fuzzy, c-format
-msgid "%s created as %s\n"
-msgstr "%s dosyasý açýlamýyor: "
-
-#: lib/install.c:1105
-#, fuzzy, c-format
-msgid "%s saved as %s\n"
-msgstr "%s dosyasý açýlamýyor: "
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, fuzzy, c-format
msgid "error creating temporary file %s\n"
msgstr "%s dizinin oluþturulmasýnda hata: %s"
-#: lib/package.c:88
+#: lib/package.c:119
#, fuzzy
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
"RPM'in bu sürümünde sadece major numarasý <= 3 olan paketler destekleniyor"
-#: lib/package.c:143
+#: lib/package.c:179
#, fuzzy
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
"RPM'in bu sürümünde sadece major numarasý <= 3 olan paketler destekleniyor"
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, fuzzy, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr "%s okunamadý: %s"
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr "hazýrlama (kaynaklar açýlýr ve yamalar uygulanýr)"
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
#, fuzzy
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr "paket yüklemek"
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, fuzzy, c-format
msgid "verify %files section from <specfile>"
msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
#, fuzzy
msgid "build source and binary packages from <specfile>"
msgstr "%s grubu hiç paket içermiyor\n"
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
#, fuzzy
msgid "build binary package only from <specfile>"
msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
#, fuzzy
msgid "build source package only from <specfile>"
msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, fuzzy, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr "hazýrlama (kaynaklar açýlýr ve yamalar uygulanýr)"
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, fuzzy, c-format
msgid "verify %files section from <tarball>"
msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
#, fuzzy
msgid "build source and binary packages from <tarball>"
msgstr "%s grubu hiç paket içermiyor\n"
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
#, fuzzy
msgid "build binary package only from <tarball>"
msgstr "%s grubu hiç paket içermiyor\n"
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
#, fuzzy
msgid "build source package only from <tarball>"
msgstr "paketleri <os> iþletim sistemi için oluþturur"
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
#, fuzzy
msgid "build binary package from <source package>"
msgstr ""
"çalýþtýrýlabilir paket yaratma (hazýrlama, derleme, yükleme, paketleme)"
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
#, fuzzy
msgid "<source package>"
msgstr "Tüm paketleri sorgulama"
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
#, fuzzy
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr "paket yüklemek"
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
#, fuzzy
msgid "override build root"
msgstr "paket yaratýlýrken <dizin> baþlangýç dizini olarak kullanýlýr"
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+#, fuzzy
+msgid "debug file state machine"
+msgstr "%s açýlamadý: %s"
+
+#: lib/poptBT.c:181
#, fuzzy
msgid "do not execute any stages of the build"
msgstr "adýmlarýn hiçbirini çalýþtýrmaz"
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
#, fuzzy
msgid "remove specfile when done"
msgstr "iþlem sonunda kaynaklarý ve spec dosyasýný siler"
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, fuzzy, c-format
+msgid "group %s does not exist - using root\n"
+msgstr "%s grubu hiç paket içermiyor\n"
+
+#.
+#. * This would probably be a good place to check if disk space
+#. * was used up - if so, we should return a different error.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, fuzzy, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr "%s 'ye erisimde belirtilen hata oluþtu: %s\n"
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, fuzzy, c-format
+msgid "cannot create %s %s\n"
+msgstr "%s dosyasý açýlamýyor: "
+
+#: lib/psm.c:661
+#, fuzzy, c-format
+msgid "cannot write to %s\n"
+msgstr "%s dosyasý açýlamýyor: "
+
+#: lib/psm.c:683
+#, fuzzy
+msgid "installing a source package\n"
+msgstr "paket yüklemek"
+
+#: lib/psm.c:733
+#, fuzzy
+msgid "source package contains no .spec file\n"
+msgstr "<dosya> isimli dosyayý içeren paketi sorgulamak"
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, fuzzy, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr "Paket %s-%s-%s ortak (shared) dosyalar içeriyor\n"
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, fuzzy, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr "adýmlarýn hiçbirini çalýþtýrmaz"
+
+#: lib/psm.c:998
+#, fuzzy
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr "hata: %s atlanýyor - aktarým baþarýsýz - %s\n"
+
+#: lib/query.c:161
#, fuzzy, c-format
msgid "incorrect format: %s\n"
msgstr "format hatasý: %s\n"
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr "(hiç dosya içermiyor)"
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
#, fuzzy
msgid "not installed "
msgstr "%s pakedi yüklenmemiþ\n"
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, fuzzy, c-format
msgid "(unknown %3d) "
msgstr "(bilinmeyen tip)"
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
#, fuzzy
msgid "package has neither file owner or id lists\n"
msgstr "pakedin adý yok :-)"
-#: lib/query.c:418
+#: lib/query.c:428
#, fuzzy, c-format
msgid "can't query %s: %s\n"
msgstr "hata: %s eriþilemiyor\n"
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, fuzzy, c-format
msgid "open of %s failed: %s\n"
msgstr "%s 'ye erisimde belirtilen hata oluþtu: %s\n"
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr "eski tip kaynak paketleri sorgulanamýyor\n"
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr "%s bir RPM paketi deðil (gibi)\n"
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr "%s 'nin sorgulamasý baþarýsýzlýkla sonuçlandý\n"
-#: lib/query.c:601
+#: lib/query.c:614
#, fuzzy, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr "%s 'nin sorgulamasý baþarýsýzlýkla sonuçlandý\n"
-#: lib/query.c:624
+#: lib/query.c:637
#, fuzzy
msgid "no packages\n"
msgstr "Tüm paketleri sorgulama"
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr "%s grubu hiç paket içermiyor\n"
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr "hiç bir paket %s tetiklemiyor\n"
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr "hiç bir paket %s gerektirmiyor\n"
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr "hiç bir paket %s saðlamýyor\n"
-#: lib/query.c:697
+#: lib/query.c:710
#, fuzzy, c-format
msgid "file %s: %s\n"
msgstr "%s açýlamadý: %s"
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr "%s dosyasý, hiç bir pakete ait deðil\n"
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr "geçersiz paket numarsý: %s\n"
-#: lib/query.c:730
+#: lib/query.c:743
#, fuzzy, c-format
msgid "package record number: %u\n"
msgstr "geçersiz paket numarsý: %s\n"
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr "%d numaralý kayýt okunamadý\n"
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr "%s pakedi yüklenmemiþ\n"
msgid "%s: Fread failed: %s\n"
msgstr "%s: 'readLead' hata verdi\n"
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr "%s: 'readLead' hata verdi\n"
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr "%s: v1.0-RPM (eski sürüm) imzalanamýyor\n"
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, 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"
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr "%s: 'rpmReadSignature' hata verdi\n"
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr "%s: Ýmza bulunmuyor\n"
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, fuzzy, c-format
msgid "%s: writeLead failed: %s\n"
msgstr "%s: 'readLead' hata verdi\n"
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, fuzzy, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr "%s: 'rpmReadSignature' hata verdi\n"
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr "%s: Ýmza bulundurmuyor (v1.0 RPM)\n"
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
#, fuzzy
msgid " (MISSING KEYS:"
msgstr " (EKSÝK ANAHTARLAR)"
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, fuzzy, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr "%s dosyasý açýlamýyor: "
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, fuzzy, c-format
msgid "cannot open %s index\n"
msgstr "hata: %s eriþilemiyor\n"
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, fuzzy, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr "%s kaydýna %s dosyasýnda eriþilemiyor:"
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, fuzzy, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr "%s kaydý %s dosyasýna yazýlamýyor"
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, fuzzy, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr "%s kaydýnýn %s dosyasýndan silinmesinde hata"
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
#, fuzzy
msgid "no dbpath has been set\n"
msgstr "dbpath deðeri girilmemiþ"
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, fuzzy, c-format
msgid "error(%d) counting packages\n"
msgstr "%s pakedi aranýrken hata oluþtu\n"
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, fuzzy, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr "%d kaydýndan baþlýk bilgisi okunamadý"
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, fuzzy, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr "%s kaydýnýn %s dosyasýndan silinmesinde hata"
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, fuzzy, c-format
msgid "removing %d entries from %s index.\n"
msgstr "%s kaydýnýn %s dosyasýndan silinmesinde hata"
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, fuzzy, c-format
msgid "error(%d) allocating new package instance\n"
msgstr "%s pakedi aranýrken hata oluþtu\n"
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, fuzzy, c-format
msgid "adding %d entries to %s index.\n"
msgstr "%s kaydýnýn %s dosyasýndan silinmesinde hata"
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr "dbpath deðeri girilmemiþ"
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, fuzzy, c-format
msgid "rebuilding database %s into %s\n"
msgstr "mevcut veritabanýný kullanýlarak veritabýnýný yeniden oluþturur"
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, fuzzy, c-format
msgid "temporary database %s already exists\n"
msgstr "geçici veritabaný %s mevcut"
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, fuzzy, c-format
msgid "creating directory %s\n"
msgstr "%s dizinin oluþturulmasýnda hata: %s"
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, fuzzy, c-format
msgid "creating directory %s: %s\n"
msgstr "%s dizinin oluþturulmasýnda hata: %s"
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, fuzzy, c-format
msgid "opening old database with dbapi %d\n"
msgstr "mevcut veritabanýný kullanýlarak veritabýnýný yeniden oluþturur"
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, fuzzy, c-format
msgid "opening new database with dbapi %d\n"
msgstr "mevcut veritabanýný kullanýlarak veritabýnýný yeniden oluþturur"
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, fuzzy, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr "veritabanýndaki %d numaralý kayýt hatalý -- atlanýyor"
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, fuzzy, c-format
msgid "cannot add record originally at %d\n"
msgstr "%d de yer alan kayýt saklayamýyor"
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, fuzzy, c-format
msgid "removing directory %s\n"
msgstr "%s dizinin oluþturulmasýnda hata: %s"
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, fuzzy, c-format
msgid "failed to remove directory %s: %s\n"
msgstr "%s açýlamadý: %s"
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
#, fuzzy
msgid "Preparing packages for installation..."
msgstr "yüklenecek paketler belirtilmedi"
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
#, fuzzy
msgid "counting packages to install\n"
msgstr "yüklenecek paketler belirtilmedi"
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, fuzzy, c-format
msgid "found %d packages\n"
msgstr "Tüm paketleri sorgulama"
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
#, fuzzy
msgid "looking for packages to download\n"
msgstr "%s pakedi aranýrken hata oluþtu\n"
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, fuzzy, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr "hata: %s atlanýyor - aktarým baþarýsýz - %s\n"
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr "%s alýnýyor\n"
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, fuzzy, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr "hata: %s atlanýyor - aktarým baþarýsýz - %s\n"
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, fuzzy, c-format
msgid "cannot open file %s: %s\n"
msgstr "%s dosyasý açýlamýyor: "
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, fuzzy, c-format
msgid "%s cannot be installed\n"
msgstr "hata: %s yüklenemedi\n"
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, fuzzy, c-format
msgid "cannot open Packages database in %s\n"
msgstr "hata: %s%s/packages.rpm açýlamýyor\n"
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, fuzzy, c-format
msgid "package %s is not relocateable\n"
msgstr "%s pakedi yüklenmemiþ\n"
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, fuzzy, c-format
msgid "error reading from file %s\n"
msgstr "%s dizinin oluþturulmasýnda hata: %s"
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, fuzzy, c-format
msgid "found %d source and %d binary packages\n"
msgstr "%s grubu hiç paket içermiyor\n"
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr "baðýmlýlýk hatasý, aþaðýdaki paketlere ihtiyacýnýz var:\n"
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
#, fuzzy
msgid "installing binary packages\n"
msgstr "paket yüklemek"
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, fuzzy, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr "hata: %s%s/packages.rpm açýlamýyor\n"
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr "\"%s\" birden fazla paketi tanýmlýyor\n"
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr "bu paketin silinmesi aþaðýdaki baðýmlýlýklarý etkileyecektir:\n"
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, fuzzy, c-format
msgid "cannot open %s: %s\n"
msgstr "hata: %s eriþilemiyor\n"
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr "%s yükleniyor\n"
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr "betik (script) çalýþtýrýlamadý "
+
+#: lib/scriptlet.c:236
+#, fuzzy, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr "betik (script) çalýþtýrýlamadý "
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
#, fuzzy
msgid "No signature\n"
msgstr "%s: Ýmza bulunmuyor\n"
-#: lib/signature.c:151
+#: lib/signature.c:165
#, fuzzy
msgid "Old PGP signature\n"
msgstr "PGP-imzasý yaratýr"
-#: lib/signature.c:162
+#: lib/signature.c:176
#, fuzzy
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr "Eski imza !!! Eee bunu nasýl baþardýn bakiiim ?"
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
-msgstr ""
-
-#: lib/signature.c:212
+#: lib/signature.c:230
#, c-format
-msgid "Signature pad : %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:274
+#: lib/signature.c:289
#, fuzzy, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr "PGP çalýþtýrýlamadý"
-#: lib/signature.c:285
+#: lib/signature.c:300
#, fuzzy
msgid "pgp failed\n"
msgstr "PGP hata verdi"
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
#, fuzzy
msgid "pgp failed to write signature\n"
msgstr "PGP imzasýnýn yazýlmasý sýrasýnda hata oluþtu"
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
#, fuzzy
msgid "unable to read the signature\n"
msgstr "imzayý okumak mümkün olmadý"
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
#, fuzzy
msgid "Couldn't exec gpg\n"
msgstr "PGP çalýþtýrýlamadý"
-#: lib/signature.c:362
+#: lib/signature.c:377
#, fuzzy
msgid "gpg failed\n"
msgstr "PGP hata verdi"
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
#, fuzzy
msgid "gpg failed to write signature\n"
msgstr "PGP imzasýnýn yazýlmasý sýrasýnda hata oluþtu"
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
#, fuzzy
msgid "Generating signature using PGP.\n"
msgstr "PGP-imzasý yaratýr"
-#: lib/signature.c:423
+#: lib/signature.c:439
#, fuzzy
msgid "Generating signature using GPG.\n"
msgstr "PGP-imzasý yaratýr"
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
#, fuzzy
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr "PGP çalýþtýrýlamadý. PGP kontrollerini atlamak için --nopgp kullanýn."
-#: lib/signature.c:635
+#: lib/signature.c:653
#, fuzzy
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr "PGP çalýþtýrýlamadý. PGP kontrollerini atlamak için --nopgp kullanýn."
-#: lib/signature.c:723
+#: lib/signature.c:741
#, fuzzy
msgid "Couldn't exec pgp\n"
msgstr "PGP çalýþtýrýlamadý"
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
#, fuzzy
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr "rpmrc dosyanýzda \"pgp_name:\" tanýmlanmýþ olmalý"
-#: lib/signature.c:772
+#: lib/signature.c:790
#, fuzzy
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr "rpmrc dosyanýzda \"pgp_name:\" tanýmlanmýþ olmalý"
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, fuzzy, c-format
msgid "%5d exclude %s\n"
msgstr "%s alýnýyor\n"
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, fuzzy, c-format
msgid "%5d relocate %s -> %s\n"
msgstr "%s dosyasý açýlamýyor: "
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, fuzzy, c-format
msgid "excluding multilib path %s%s\n"
msgstr "%s alýnýyor\n"
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, fuzzy, c-format
msgid "excluding %s %s\n"
msgstr "%s alýnýyor\n"
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, fuzzy, c-format
msgid "relocating directory %s to %s\n"
msgstr "%s dizinin oluþturulmasýnda hata: %s"
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, fuzzy, c-format
msgid "excluding directory %s\n"
msgstr "%s dizinin oluþturulmasýnda hata: %s"
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, fuzzy, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr "%s silinemedi - belirtilen dizin boþ deðil"
-
-#: lib/uninstall.c:78
-#, fuzzy, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr "%s dizinin silinmesinde belirtilen hata oluþtu: %s"
-
-#: lib/uninstall.c:88
-#, fuzzy, c-format
-msgid "removal of %s failed: %s\n"
-msgstr "%s 'in silinmesinde belirtilen hata oluþtu: %s"
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, fuzzy, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr "betik (script) çalýþtýrýlamadý "
-
-#: lib/verify.c:59
+#: lib/verify.c:57
#, fuzzy
msgid "don't verify files in package"
msgstr "paket yüklemek"
-#: lib/verify.c:65
+#: lib/verify.c:63
#, fuzzy
msgid "do not execute %verifyscript (if any)"
msgstr "adýmlarýn hiçbirini çalýþtýrmaz"
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, fuzzy, c-format
msgid "missing %s"
msgstr "% den sonra eksik {"
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr "%s-%s-%s 'nin baðýmlýlýk sorunlarý: "
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-#, fuzzy
-msgid "Bad server response"
-msgstr "FTP sunucusundan kötü yanýt"
-
-#: rpmio/rpmio.c:540
-#, fuzzy
-msgid "Server I/O error"
-msgstr "FTP I/O hatasý"
-
-#: rpmio/rpmio.c:543
-#, fuzzy
-msgid "Server timeout"
-msgstr "FTP sunucusu zaman aþýmý"
-
-#: rpmio/rpmio.c:546
-#, fuzzy
-msgid "Unable to lookup server host address"
-msgstr "FTP sunucusunun isim adres dönüþümü yapýlamadý"
-
-#: rpmio/rpmio.c:549
-#, fuzzy
-msgid "Unable to lookup server host name"
-msgstr "FTP sunucusunun adres isim dönüþümü yapýlamadý"
-
-#: rpmio/rpmio.c:552
-#, fuzzy
-msgid "Failed to connect to server"
-msgstr "FTP sunucusuna baðlanýlamadý"
-
-#: rpmio/rpmio.c:555
-#, fuzzy
-msgid "Failed to establish data connection to server"
-msgstr "FTP sunucusu ile veri alýþveriþi yapýlamadý"
-
-#: rpmio/rpmio.c:558
-#, fuzzy
-msgid "I/O error to local file"
-msgstr "Yerel dosyaya eriþim sýrasýnda I/O hatasý"
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr "Karþý sunucuyu pasif kipe sokam hatasý"
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr "Dosya sunucuda bulunamadý"
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-#, fuzzy
-msgid "Unknown or unexpected error"
-msgstr "FTP bilinmeyen ya da beklenmeyen hata"
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr ""
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+#, fuzzy
+msgid "Bad server response"
+msgstr "FTP sunucusundan kötü yanýt"
+
+#: rpmio/rpmio.c:540
+#, fuzzy
+msgid "Server I/O error"
+msgstr "FTP I/O hatasý"
+
+#: rpmio/rpmio.c:543
+#, fuzzy
+msgid "Server timeout"
+msgstr "FTP sunucusu zaman aþýmý"
+
+#: rpmio/rpmio.c:546
+#, fuzzy
+msgid "Unable to lookup server host address"
+msgstr "FTP sunucusunun isim adres dönüþümü yapýlamadý"
+
+#: rpmio/rpmio.c:549
+#, fuzzy
+msgid "Unable to lookup server host name"
+msgstr "FTP sunucusunun adres isim dönüþümü yapýlamadý"
+
+#: rpmio/rpmio.c:552
+#, fuzzy
+msgid "Failed to connect to server"
+msgstr "FTP sunucusuna baðlanýlamadý"
+
+#: rpmio/rpmio.c:555
+#, fuzzy
+msgid "Failed to establish data connection to server"
+msgstr "FTP sunucusu ile veri alýþveriþi yapýlamadý"
+
+#: rpmio/rpmio.c:558
+#, fuzzy
+msgid "I/O error to local file"
+msgstr "Yerel dosyaya eriþim sýrasýnda I/O hatasý"
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr "Karþý sunucuyu pasif kipe sokam hatasý"
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr "Dosya sunucuda bulunamadý"
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+#, fuzzy
+msgid "Unknown or unexpected error"
+msgstr "FTP bilinmeyen ya da beklenmeyen hata"
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
#, fuzzy
msgid "(no error)"
msgstr "hata: "
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr "ölümcül hata: "
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr "hata: "
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr "uyarý: "
msgstr "%s yaratýlamýyor\n"
#, fuzzy
+#~ msgid " %s {--initdb} [--dbpath <dir>]\n"
+#~ msgstr " rpm {--initdb} [--dbpath <dizin>]"
+
+#, fuzzy
+#~ msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
+#~ msgstr " rpm {--rebuilddb} [--rcfile <dosya>] [--dbpath <dizin>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
+#~ msgstr ""
+#~ " rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
+#~ msgstr ""
+#~ " [--rcfile <dosya>] [--ignorearch] [--dbpath <dizin>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--excludedocs] [--includedocs] [--rcfile <dosya>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--erase -e] [--root <dizin>] [--noscripts] [--rcfile <dosya>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " [--scripts] [--root <dir>] [--rcfile <file:...>]"
+#~ msgstr ""
+#~ " [--scripts] [--root <dizin>] [--rcfile <dosya>]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
+#~ msgstr ""
+#~ " rpm {--verify -V -y} [-afpg] [--root <dizin>] [--rcfile <dosya>]"
+
+#, fuzzy
+#~ msgid " %s {--setperms} [-afpg] [target]\n"
+#~ msgstr " rpm {--setperms} [-afpg] [target]"
+
+#, fuzzy
+#~ msgid " %s {--setugids} [-afpg] [target]\n"
+#~ msgstr " rpm {--setugids} [-afpg] [target]"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#~ msgstr " rpm {--resign} [--rcfile <dosya>] paket1 paket2 ... paketN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#~ msgstr " rpm {--addsign} [--rcfile <dosya>] paket1 paket2 ... paketN"
+
+#, fuzzy
+#~ msgid ""
+#~ " %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
+#~ "<file:...>]\n"
+#~ msgstr " rpm {--checksig -K} [--nopgp] [--nomd5] [--rcfile <dosya>]"
+
+#, fuzzy
+#~ msgid "can't rename %s to %s: %s\n"
+#~ msgstr "%s okunamadý: %s"
+
+#, fuzzy
+#~ msgid " file: %s action: %s\n"
+#~ msgstr "%s açýlamadý: %s"
+
+#, fuzzy
+#~ msgid "cannot create sourcedir %s\n"
+#~ msgstr "%s dosyasý açýlamýyor: "
+
+#, fuzzy
+#~ msgid "cannot create specdir %s\n"
+#~ msgstr "%s dosyasý açýlamýyor: "
+
+#, fuzzy
+#~ msgid "spec file in: %s\n"
+#~ msgstr "%s açýlamadý: %s"
+
+#, fuzzy
+#~ msgid "rename of %s to %s failed: %s\n"
+#~ msgstr "%s 'nin isminin %s 'ye çevrilmesinde belirtilen hata oluþtu: %s"
+
+#, fuzzy
+#~ msgid "removal of %s failed: %s\n"
+#~ msgstr "%s 'in silinmesinde belirtilen hata oluþtu: %s"
+
+#, fuzzy
#~ msgid ""
#~ " [--macros <file:...>] [--ignorearch] [--dbpath <dir>]"
#~ msgstr ""
#~ msgstr "%s pakedi %s içerisinde bulunamadý"
#, fuzzy
-#~ msgid "bad file state: %s"
-#~ msgstr "%s açýlamadý: %s"
-
-#, fuzzy
#~ msgid "%s: %-45s YES (added package)\n"
#~ msgstr "%s dosyasý, hiç bir pakete ait deðil\n"
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\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"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"
-#: build.c:26
+#: build.c:25
#, c-format
msgid "cannot open rpm database in %s\n"
msgstr ""
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr ""
-#: build.c:65
+#: build.c:64
#, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr ""
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr ""
#. Give up
-#: build.c:149
+#: build.c:150
#, c-format
msgid "Failed to read spec file from %s\n"
msgstr ""
-#: build.c:177
+#: build.c:178
#, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr ""
-#: build.c:216
+#: build.c:217
#, c-format
msgid "failed to stat %s: %m\n"
msgstr ""
-#: build.c:221
+#: build.c:222
#, c-format
msgid "File %s is not a regular file.\n"
msgstr ""
-#: build.c:230
+#: build.c:231
#, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr ""
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr ""
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr ""
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr ""
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr ""
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr ""
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr ""
-#: rpm.c:209
+#: rpm.c:224
msgid "Usage: rpm {--help}"
msgstr ""
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr ""
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr ""
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr ""
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr ""
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr ""
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr ""
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:232
+#: rpm.c:247
msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
msgstr ""
-#: rpm.c:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
msgid " [--triggeredby]"
msgstr ""
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr ""
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr ""
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr ""
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr ""
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr ""
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr ""
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr ""
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr ""
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
msgid "Usage:"
msgstr ""
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr ""
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr ""
-#: rpm.c:295
+#: rpm.c:310
msgid " All modes support the following arguments:"
msgstr ""
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
msgid " --eval '<name>+' "
msgstr ""
-#: rpm.c:299
+#: rpm.c:314
msgid "print the expansion of macro <name> to stdout"
msgstr ""
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr ""
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr ""
-#: rpm.c:302
+#: rpm.c:317
msgid " --rcfile <file> "
msgstr ""
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr ""
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr ""
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr ""
-#: rpm.c:312
+#: rpm.c:327
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr ""
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr ""
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr ""
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr ""
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr ""
-#: rpm.c:318
+#: rpm.c:333
msgid " --httpproxy <host> "
msgstr ""
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr ""
-#: rpm.c:320
+#: rpm.c:335
msgid " --httpport <port> "
msgstr ""
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr ""
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr ""
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr ""
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr ""
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
msgid "use <qfmt> as the header format (implies --info)"
msgstr ""
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr ""
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr ""
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr ""
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr ""
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr ""
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr ""
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr ""
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr ""
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr ""
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr ""
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr ""
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr ""
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr ""
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr ""
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr ""
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr ""
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr ""
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr ""
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr ""
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
msgstr ""
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr ""
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr ""
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr ""
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
msgstr ""
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr ""
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr ""
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr ""
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr ""
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr ""
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr ""
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr ""
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr ""
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr ""
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
msgid "relocate files in non-relocateable package"
msgstr ""
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr ""
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr ""
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr ""
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr ""
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr ""
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr ""
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr ""
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr ""
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr ""
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr ""
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr ""
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr ""
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr ""
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr ""
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr ""
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr ""
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr ""
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
msgstr ""
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr ""
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
msgstr ""
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr ""
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr ""
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr ""
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr ""
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr ""
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr ""
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr ""
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr ""
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr ""
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr ""
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr ""
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr ""
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr ""
-#: rpm.c:486
+#: rpm.c:501
msgid "remove spec file when done"
msgstr ""
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr ""
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr ""
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr ""
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr ""
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr ""
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr ""
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
msgstr ""
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr ""
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr ""
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr ""
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr ""
-#: rpm.c:508
+#: rpm.c:523
msgid " --checksig <pkg>+"
msgstr ""
-#: rpm.c:509
+#: rpm.c:524
msgid " -K <pkg>+ "
msgstr ""
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr ""
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr ""
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr ""
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr ""
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr ""
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr ""
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr ""
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr ""
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr ""
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr ""
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr ""
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr ""
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr ""
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr ""
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr ""
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr ""
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr ""
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr ""
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr ""
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr ""
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr ""
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr ""
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr ""
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr ""
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr ""
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr ""
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr ""
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr ""
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr ""
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr ""
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr ""
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr ""
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr ""
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"recompilation, installation,erasure, and verification"
msgstr ""
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr ""
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
msgstr ""
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr ""
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr ""
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr ""
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr ""
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr ""
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr ""
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr ""
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr ""
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr ""
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr ""
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr ""
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr ""
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr ""
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr ""
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr ""
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr ""
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr ""
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr ""
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr ""
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr ""
msgid "cannot re-open payload: %s\n"
msgstr ""
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
msgid "print macro expansion of <expr>+"
msgstr ""
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
msgid "rebuild database inverted lists from installed package headers"
msgstr ""
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
-msgid "<package>"
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
msgstr ""
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:234
+msgid "<package>+"
+msgstr ""
+
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
-msgid "upgrade package if already installed"
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
+msgid "upgrade package(s) if already installed"
msgstr ""
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
msgid "<packagefile>+"
msgstr ""
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
msgid "do not execute scripts (if any)"
msgstr ""
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
msgid "don't execute any scriptlets triggered by this package"
msgstr ""
-#: rpmqv.c:313
-msgid "<oldpath>=<newpath>"
+#: rpmqv.c:279
+msgid "relocate files from path <old> to <new>"
+msgstr ""
+
+#: rpmqv.c:280
+msgid "<old>=<new>"
+msgstr ""
+
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
msgstr ""
-#: rpmqv.c:324
-msgid "upgrade package"
+#: rpmqv.c:291
+msgid "upgrade package(s)"
msgstr ""
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
-msgid "Common options for all rpm modes:"
-msgstr ""
-
-#: rpmqv.c:413
-#, c-format
-msgid "Usage: %s {--help}\n"
-msgstr ""
-
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:418
-#, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-
-#: rpmqv.c:434
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:442
-#, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:449
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:456
-#, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:461
-#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:465
-#, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
msgstr ""
-#: rpmqv.c:466
-#, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#: rpmqv.c:343
+msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:467
+#: rpmqv.c:377
#, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
+msgid "Usage: %s {--help}\n"
msgstr ""
-#: rpmqv.c:511
+#: rpmqv.c:448
msgid " All modes support the following options:"
msgstr ""
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
msgid " --eval '<expr>+' "
msgstr ""
-#: rpmqv.c:515
+#: rpmqv.c:452
msgid "print the expansion of macro <expr> to stdout"
msgstr ""
-#: rpmqv.c:516
+#: rpmqv.c:453
msgid " --pipe <cmd> "
msgstr ""
-#: rpmqv.c:518
+#: rpmqv.c:455
msgid " --rcfile <file:...> "
msgstr ""
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
msgid " --dbpath <dir> "
msgstr ""
-#: rpmqv.c:525
+#: rpmqv.c:462
msgid " --root <dir> "
msgstr ""
-#: rpmqv.c:535
+#: rpmqv.c:472
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
-#: rpmqv.c:536
+#: rpmqv.c:473
msgid " of file names as well as the following options:"
msgstr ""
-#: rpmqv.c:537
+#: rpmqv.c:474
msgid " --ftpproxy <host> "
msgstr ""
-#: rpmqv.c:539
+#: rpmqv.c:476
msgid " --ftpport <port> "
msgstr ""
-#: rpmqv.c:541
+#: rpmqv.c:478
msgid " --httpproxy <host> "
msgstr ""
-#: rpmqv.c:543
+#: rpmqv.c:480
msgid " --httpport <port> "
msgstr ""
-#: rpmqv.c:549
+#: rpmqv.c:486
msgid " Package specification options:"
msgstr ""
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
msgid "query/verify all packages"
msgstr ""
-#: rpmqv.c:552
+#: rpmqv.c:489
msgid " -f <file>+ "
msgstr ""
-#: rpmqv.c:553
+#: rpmqv.c:490
msgid "query/verify package owning <file>"
msgstr ""
-#: rpmqv.c:554
+#: rpmqv.c:491
msgid " -p <packagefile>+ "
msgstr ""
-#: rpmqv.c:555
+#: rpmqv.c:492
msgid "query/verify (uninstalled) package <packagefile>"
msgstr ""
-#: rpmqv.c:556
+#: rpmqv.c:493
msgid " --triggeredby <pkg> "
msgstr ""
-#: rpmqv.c:557
+#: rpmqv.c:494
msgid "query/verify packages triggered by <pkg>"
msgstr ""
-#: rpmqv.c:558
+#: rpmqv.c:495
msgid " --whatprovides <cap> "
msgstr ""
-#: rpmqv.c:559
+#: rpmqv.c:496
msgid "query/verify packages which provide <cap> capability"
msgstr ""
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr ""
-#: rpmqv.c:561
+#: rpmqv.c:498
msgid "query/verify packages which require <cap> capability"
msgstr ""
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
msgid " Information selection options:"
msgstr ""
-#: rpmqv.c:584
+#: rpmqv.c:521
msgid "list capabilities provided by package"
msgstr ""
-#: rpmqv.c:586
+#: rpmqv.c:523
msgid "list capabilities required by package"
msgstr ""
-#: rpmqv.c:588
+#: rpmqv.c:525
msgid "print the various [un]install scriptlets"
msgstr ""
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
msgid " --install <packagefile>"
msgstr ""
-#: rpmqv.c:617
+#: rpmqv.c:554
msgid " -i <packagefile> "
msgstr ""
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr ""
-#: rpmqv.c:647
+#: rpmqv.c:584
msgid "don't execute any installation scriptlets"
msgstr ""
-#: rpmqv.c:652
+#: rpmqv.c:589
msgid " --prefix <dir> "
msgstr ""
-#: rpmqv.c:654
+#: rpmqv.c:591
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpmqv.c:663
+#: rpmqv.c:600
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpmqv.c:664
+#: rpmqv.c:601
msgid " -U <packagefile> "
msgstr ""
-#: rpmqv.c:669
+#: rpmqv.c:606
msgid " --erase <package>"
msgstr ""
-#: rpmqv.c:688
+#: rpmqv.c:625
msgid " --resign <pkg>+ "
msgstr ""
-#: rpmqv.c:690
+#: rpmqv.c:627
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpmqv.c:693
+#: rpmqv.c:630
msgid " --checksig <pkg>+"
msgstr ""
-#: rpmqv.c:694
+#: rpmqv.c:631
msgid " -K <pkg>+ "
msgstr ""
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
msgid "rebuild database indices from existing database headers"
msgstr ""
-#: rpmqv.c:996
+#: rpmqv.c:928
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr ""
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr ""
-#: rpmqv.c:1158
+#: rpmqv.c:1086
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr ""
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr ""
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr ""
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr ""
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
msgid "Unable to open temp file.\n"
msgstr ""
msgid "syntax error in expression\n"
msgstr ""
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, c-format
msgid "Missing '(' in %s %s\n"
msgstr ""
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, c-format
msgid "Missing ')' in %s(%s\n"
msgstr ""
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, c-format
msgid "Invalid %s token: %s\n"
msgstr ""
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr ""
-#: build/files.c:427
+#: build/files.c:429
#, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:439
+#: build/files.c:441
#, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, c-format
msgid "Two files on one line: %s\n"
msgstr ""
-#: build/files.c:771
+#: build/files.c:773
#, c-format
msgid "File must begin with \"/\": %s\n"
msgstr ""
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
-#: build/files.c:949
+#: build/files.c:952
#, c-format
msgid "File listed twice: %s\n"
msgstr ""
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr ""
-#: build/files.c:1165
+#: build/files.c:1239
#, c-format
msgid "File not found: %s\n"
msgstr ""
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1297
+#: build/files.c:1371
#, c-format
msgid "File needs leading \"/\": %s\n"
msgstr ""
-#: build/files.c:1327
+#: build/files.c:1401
#, c-format
msgid "File not found by glob: %s\n"
msgstr ""
-#: build/files.c:1382
+#: build/files.c:1455
msgid "Could not open %%files file %s: %s\n"
msgstr ""
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, c-format
msgid "line: %s\n"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1791
#, c-format
msgid "Bad file: %s: %s\n"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, c-format
msgid "Couldn't exec %s: %s\n"
msgstr ""
-#: build/files.c:1794
+#: build/files.c:1864
#, c-format
msgid "Couldn't fork %s: %s\n"
msgstr ""
-#: build/files.c:1876
+#: build/files.c:1946
#, c-format
msgid "%s failed\n"
msgstr ""
-#: build/files.c:1880
+#: build/files.c:1950
#, c-format
msgid "failed to write all data to %s\n"
msgstr ""
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, c-format
msgid "Failed to find %s:\n"
msgstr ""
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:52
+#: build/pack.c:61
#, c-format
msgid "create archive failed on file %s: %s\n"
msgstr ""
-#: build/pack.c:74
+#: build/pack.c:83
#, c-format
msgid "cpio_copy write failed: %s\n"
msgstr ""
-#: build/pack.c:81
+#: build/pack.c:90
#, c-format
msgid "cpio_copy read failed: %s\n"
msgstr ""
-#: build/pack.c:165
+#: build/pack.c:174
#, c-format
msgid "Could not open PreIn file: %s\n"
msgstr ""
-#: build/pack.c:172
+#: build/pack.c:181
#, c-format
msgid "Could not open PreUn file: %s\n"
msgstr ""
-#: build/pack.c:179
+#: build/pack.c:188
#, c-format
msgid "Could not open PostIn file: %s\n"
msgstr ""
-#: build/pack.c:186
+#: build/pack.c:195
#, c-format
msgid "Could not open PostUn file: %s\n"
msgstr ""
-#: build/pack.c:194
+#: build/pack.c:203
#, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr ""
-#: build/pack.c:209
+#: build/pack.c:218
#, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr ""
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr ""
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr ""
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr ""
-#: build/pack.c:433
+#: build/pack.c:447
#, c-format
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
-#: build/pack.c:485
+#: build/pack.c:499
#, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr ""
-#: build/pack.c:495
+#: build/pack.c:509
#, c-format
msgid "Unable to read header from %s: %s\n"
msgstr ""
-#: build/pack.c:509
+#: build/pack.c:523
#, c-format
msgid "Unable to write header to %s: %s\n"
msgstr ""
-#: build/pack.c:519
+#: build/pack.c:533
#, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr ""
-#: build/pack.c:525
+#: build/pack.c:539
#, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, c-format
msgid "cannot create %s: %s\n"
msgstr ""
msgid "Package has no %%description: %s\n"
msgstr ""
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, c-format
msgid "line %d: Bad number: %s\n"
msgstr ""
-#: build/spec.c:234
+#: build/spec.c:222
#, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr ""
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr ""
-#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
#, c-format
-msgid ""
-"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
-"\tA %s\tB %s\n"
+msgid "db%d error(%d) from %s: %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
#, c-format
-msgid " %s A %s\tB %s\n"
+msgid "db%d error(%d): %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/db1.c:387
#, c-format
-msgid "%s: %-45s YES (added files)\n"
+msgid "closed db file %s\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/db1.c:390
#, c-format
-msgid "%s: %-45s YES (added provide)\n"
+msgid "removed db file %s\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/db1.c:421
#, c-format
-msgid "%s: %-45s %-3s (cached)\n"
+msgid "bad db file %s\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/db1.c:426
#, c-format
-msgid "%s: %-45s YES (rpmrc provides)\n"
+msgid "opening db file %s mode 0x%x\n"
msgstr ""
-#: lib/depends.c:1096
+#. XXX check errno validity
+#: lib/db1.c:449
#, c-format
-msgid "%s: %-45s YES (rpmlib provides)\n"
+msgid "cannot get %s lock on database\n"
msgstr ""
-#: lib/depends.c:1118
-#, c-format
-msgid "%s: %-45s YES (db files)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
msgstr ""
-#: lib/depends.c:1131
-#, c-format
-msgid "%s: %-45s YES (db provides)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
msgstr ""
-#: lib/depends.c:1145
+#: lib/db2.c:145 lib/db3.c:130
#, c-format
-msgid "%s: %-45s YES (db package)\n"
+msgid "closed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1161
+#: lib/db2.c:161 lib/db3.c:146
#, c-format
-msgid "%s: %-45s NO\n"
+msgid "removed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/db2.c:198 lib/db3.c:183
#, c-format
-msgid "%s: (%s, %s) added to Depends cache.\n"
+msgid "opening db environment %s/%s %s\n"
msgstr ""
-#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/db2.c:588 lib/db3.c:569
#, c-format
-msgid "package %s-%s-%s require not satisfied: %s\n"
+msgid "closed db index %s/%s\n"
msgstr ""
-#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/db2.c:678 lib/db3.c:659
#, c-format
-msgid "package %s conflicts: %s\n"
+msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: lib/depends.c:1523
+#: lib/db2.c:784 lib/db3.c:764
#, c-format
-msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
-msgstr ""
-
-#. Record all relations.
-#: lib/depends.c:1662
-msgid "========== recording tsort relations\n"
-msgstr ""
-
-#. T4. Scan for zeroes.
-#: lib/depends.c:1709
-msgid "========== tsorting packages\n"
-msgstr ""
-
-#: lib/depends.c:1754
-msgid "========== successors only (presentation order)\n"
+msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: lib/depends.c:1803
-msgid "LOOP:\n"
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
msgstr ""
-#: lib/depends.c:1834
-msgid "========== continuing tsort ...\n"
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/dbconfig.c:287
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
+#: lib/dbconfig.c:296
#, c-format
-msgid "db%d error(%d): %s\n"
+msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: lib/db1.c:387
+#: lib/dbconfig.c:305
#, c-format
-msgid "closed db file %s\n"
+msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
-#: lib/db1.c:390
+#. XXX legacy epoch-less requires/conflicts compatibility
+#: lib/depends.c:565
#, c-format
-msgid "removed db file %s\n"
+msgid ""
+"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
+"\tA %s\tB %s\n"
msgstr ""
-#: lib/db1.c:421
+#: lib/depends.c:594
#, c-format
-msgid "bad db file %s\n"
+msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/db1.c:426
+#: lib/depends.c:962
#, c-format
-msgid "opening db file %s mode 0x%x\n"
+msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#. XXX check errno validity
-#: lib/db1.c:449
+#: lib/depends.c:1021
#, c-format
-msgid "cannot get %s lock on database\n"
+msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
+#: lib/depends.c:1073
+#, c-format
+msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
+#: lib/depends.c:1092
+#, c-format
+msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/db2.c:141
+#: lib/depends.c:1109
#, c-format
-msgid "closed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr ""
-#: lib/db2.c:153
+#: lib/depends.c:1131
#, c-format
-msgid "removed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/db2.c:190
+#: lib/depends.c:1144
#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
+msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/db2.c:565
+#: lib/depends.c:1158
#, c-format
-msgid "closed db index %s/%s(%s)\n"
+msgid "%s: %-45s YES (db package)\n"
msgstr ""
-#: lib/db2.c:643
+#: lib/depends.c:1174
#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
+msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/db3.c:268
+#: lib/depends.c:1195
#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
+msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr ""
-#: lib/db3.c:297
+#. requirements are not satisfied.
+#: lib/depends.c:1256
#, c-format
-msgid "%s has invalid numeric value, skipped\n"
+msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr ""
-#: lib/db3.c:306
+#. conflicts exist.
+#: lib/depends.c:1323
#, c-format
-msgid "%s has too large or too small long value, skipped\n"
+msgid "package %s conflicts: %s\n"
msgstr ""
-#: lib/db3.c:315
+#: lib/depends.c:1539
#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
+msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr ""
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
+#. Record all relations.
+#: lib/depends.c:1678
+msgid "========== recording tsort relations\n"
msgstr ""
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
+#. T4. Scan for zeroes.
+#: lib/depends.c:1725
+msgid "========== tsorting packages\n"
msgstr ""
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
+#: lib/depends.c:1770
+msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
+#: lib/depends.c:1819
+msgid "LOOP:\n"
msgstr ""
-#: lib/db3.c:1013
-#, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:1118
-#, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
+#: lib/depends.c:1850
+msgid "========== continuing tsort ...\n"
msgstr ""
#: lib/falloc.c:141
msgstr ""
#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
msgid "(not a number)"
msgstr ""
msgid "file %s is on an unknown device\n"
msgstr ""
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
+msgstr ""
+
+#: lib/fsm.c:274
+#, c-format
+msgid "%9d %s\n"
+msgstr ""
+
+#: lib/fsm.c:1042
+#, c-format
+msgid "%s directory created with perms %04o.\n"
+msgstr ""
+
+#: lib/fsm.c:1344 lib/fsm.c:1461
+#, c-format
+msgid "%s saved as %s\n"
+msgstr ""
+
+#: lib/fsm.c:1486
+#, c-format
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr ""
+
+#: lib/fsm.c:1491
+#, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1500
+#, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1517
+#, c-format
+msgid "%s created as %s\n"
+msgstr ""
+
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr ""
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr ""
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, c-format
-msgid "group %s does not exist - using root\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
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr ""
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr ""
-
-#: lib/install.c:721
-#, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr ""
-
-#: lib/install.c:728 lib/install.c:759
-#, c-format
-msgid "cannot write to %s\n"
-msgstr ""
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, c-format
-msgid "cannot create specdir %s\n"
-msgstr ""
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr ""
-
-#: lib/install.c:796 lib/install.c:825
-msgid "source package contains no .spec file\n"
-msgstr ""
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr ""
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr ""
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/install.c:1069
-#, c-format
-msgid "%s created as %s\n"
-msgstr ""
-
-#: lib/install.c:1105
-#, c-format
-msgid "%s saved as %s\n"
-msgstr ""
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, c-format
msgid "error creating temporary file %s\n"
msgstr ""
-#: lib/package.c:88
+#: lib/package.c:119
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
-#: lib/package.c:143
+#: lib/package.c:179
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr ""
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr ""
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr ""
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, c-format
msgid "verify %files section from <specfile>"
msgstr ""
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
msgid "build source and binary packages from <specfile>"
msgstr ""
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
msgid "build binary package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
msgid "build source package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr ""
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, c-format
msgid "verify %files section from <tarball>"
msgstr ""
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
msgid "build source and binary packages from <tarball>"
msgstr ""
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
msgid "build binary package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
msgid "build source package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
msgid "build binary package from <source package>"
msgstr ""
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
msgid "<source package>"
msgstr ""
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr ""
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr ""
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+msgid "debug file state machine"
+msgstr ""
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr ""
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr ""
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, c-format
+msgid "group %s does not exist - using root\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.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr ""
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, c-format
+msgid "cannot create %s %s\n"
+msgstr ""
+
+#: lib/psm.c:661
+#, c-format
+msgid "cannot write to %s\n"
+msgstr ""
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr ""
+
+#: lib/psm.c:733
+msgid "source package contains no .spec file\n"
+msgstr ""
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr ""
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr ""
+
+#: lib/psm.c:998
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr ""
+
+#: lib/query.c:161
#, c-format
msgid "incorrect format: %s\n"
msgstr ""
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr ""
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr ""
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr ""
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
msgid "package has neither file owner or id lists\n"
msgstr ""
-#: lib/query.c:418
+#: lib/query.c:428
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr ""
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr ""
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
-#: lib/query.c:624
+#: lib/query.c:637
msgid "no packages\n"
msgstr ""
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr ""
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr ""
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr ""
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr ""
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr ""
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr ""
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr ""
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr ""
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr ""
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr ""
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr ""
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, c-format
msgid "cannot open %s index\n"
msgstr ""
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr ""
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr ""
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
msgid "no dbpath has been set\n"
msgstr ""
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr ""
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr ""
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, c-format
msgid "cannot add record originally at %d\n"
msgstr ""
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
msgid "Preparing packages for installation..."
msgstr ""
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr ""
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr ""
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr ""
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr ""
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr ""
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr ""
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, c-format
msgid "cannot open file %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr ""
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, c-format
msgid "cannot open Packages database in %s\n"
msgstr ""
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr ""
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr ""
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr ""
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr ""
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr ""
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr ""
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, c-format
msgid "cannot open %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr ""
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr ""
+
+#: lib/scriptlet.c:236
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr ""
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr ""
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr ""
-#: lib/signature.c:162
+#: lib/signature.c:176
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr ""
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
-msgstr ""
-
-#: lib/signature.c:212
+#: lib/signature.c:230
#, c-format
-msgid "Signature pad : %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:274
+#: lib/signature.c:289
#, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr ""
-#: lib/signature.c:285
+#: lib/signature.c:300
msgid "pgp failed\n"
msgstr ""
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
msgid "pgp failed to write signature\n"
msgstr ""
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
msgid "unable to read the signature\n"
msgstr ""
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
msgid "Couldn't exec gpg\n"
msgstr ""
-#: lib/signature.c:362
+#: lib/signature.c:377
msgid "gpg failed\n"
msgstr ""
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
msgid "gpg failed to write signature\n"
msgstr ""
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
msgid "Generating signature using PGP.\n"
msgstr ""
-#: lib/signature.c:423
+#: lib/signature.c:439
msgid "Generating signature using GPG.\n"
msgstr ""
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
-#: lib/signature.c:635
+#: lib/signature.c:653
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
-#: lib/signature.c:723
+#: lib/signature.c:741
msgid "Couldn't exec pgp\n"
msgstr ""
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr ""
-#: lib/signature.c:772
+#: lib/signature.c:790
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr ""
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, c-format
msgid "%5d exclude %s\n"
msgstr ""
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, c-format
msgid "%5d relocate %s -> %s\n"
msgstr ""
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, c-format
msgid "excluding multilib path %s%s\n"
msgstr ""
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, c-format
msgid "excluding %s %s\n"
msgstr ""
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, c-format
msgid "relocating directory %s to %s\n"
msgstr ""
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr ""
-
-#: lib/uninstall.c:78
-#, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:88
-#, c-format
-msgid "removal of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr ""
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr ""
-#: lib/verify.c:65
+#: lib/verify.c:63
msgid "do not execute %verifyscript (if any)"
msgstr ""
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, c-format
msgid "missing %s"
msgstr ""
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr ""
-
-#: rpmio/rpmio.c:540
-msgid "Server I/O error"
-msgstr ""
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr ""
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr ""
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr ""
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr ""
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr ""
-
-#: rpmio/rpmio.c:558
-msgid "I/O error to local file"
-msgstr ""
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr ""
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr ""
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr ""
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr ""
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr ""
+
+#: rpmio/rpmio.c:540
+msgid "Server I/O error"
+msgstr ""
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr ""
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr ""
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr ""
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr ""
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr ""
+
+#: rpmio/rpmio.c:558
+msgid "I/O error to local file"
+msgstr ""
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr ""
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr ""
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr ""
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
msgid "(no error)"
msgstr ""
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr ""
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr ""
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\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"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"
-#: build.c:26
+#: build.c:25
#, c-format
msgid "cannot open rpm database in %s\n"
msgstr ""
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr ""
-#: build.c:65
+#: build.c:64
#, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr ""
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr ""
#. Give up
-#: build.c:149
+#: build.c:150
#, c-format
msgid "Failed to read spec file from %s\n"
msgstr ""
-#: build.c:177
+#: build.c:178
#, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr ""
-#: build.c:216
+#: build.c:217
#, c-format
msgid "failed to stat %s: %m\n"
msgstr ""
-#: build.c:221
+#: build.c:222
#, c-format
msgid "File %s is not a regular file.\n"
msgstr ""
-#: build.c:230
+#: build.c:231
#, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr ""
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr ""
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr ""
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr ""
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr ""
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr ""
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr ""
-#: rpm.c:209
+#: rpm.c:224
msgid "Usage: rpm {--help}"
msgstr ""
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr ""
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr ""
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr ""
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr ""
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr ""
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr ""
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:232
+#: rpm.c:247
msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
msgstr ""
-#: rpm.c:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
msgid " [--triggeredby]"
msgstr ""
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr ""
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr ""
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr ""
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr ""
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr ""
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr ""
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr ""
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr ""
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
msgid "Usage:"
msgstr ""
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr ""
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr ""
-#: rpm.c:295
+#: rpm.c:310
msgid " All modes support the following arguments:"
msgstr ""
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
msgid " --eval '<name>+' "
msgstr ""
-#: rpm.c:299
+#: rpm.c:314
msgid "print the expansion of macro <name> to stdout"
msgstr ""
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr ""
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr ""
-#: rpm.c:302
+#: rpm.c:317
msgid " --rcfile <file> "
msgstr ""
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr ""
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr ""
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr ""
-#: rpm.c:312
+#: rpm.c:327
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr ""
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr ""
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr ""
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr ""
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr ""
-#: rpm.c:318
+#: rpm.c:333
msgid " --httpproxy <host> "
msgstr ""
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr ""
-#: rpm.c:320
+#: rpm.c:335
msgid " --httpport <port> "
msgstr ""
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr ""
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr ""
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr ""
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr ""
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
msgid "use <qfmt> as the header format (implies --info)"
msgstr ""
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr ""
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr ""
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr ""
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr ""
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr ""
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr ""
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr ""
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr ""
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr ""
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr ""
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr ""
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr ""
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr ""
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr ""
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr ""
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr ""
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr ""
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr ""
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr ""
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
msgstr ""
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr ""
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr ""
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr ""
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
msgstr ""
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr ""
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr ""
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr ""
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr ""
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr ""
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr ""
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr ""
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr ""
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr ""
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
msgid "relocate files in non-relocateable package"
msgstr ""
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr ""
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr ""
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr ""
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr ""
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr ""
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr ""
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr ""
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr ""
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr ""
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr ""
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr ""
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr ""
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr ""
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr ""
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr ""
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr ""
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr ""
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
msgstr ""
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr ""
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
msgstr ""
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr ""
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr ""
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr ""
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr ""
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr ""
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr ""
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr ""
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr ""
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr ""
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr ""
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr ""
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr ""
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr ""
-#: rpm.c:486
+#: rpm.c:501
msgid "remove spec file when done"
msgstr ""
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr ""
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr ""
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr ""
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr ""
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr ""
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr ""
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
msgstr ""
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr ""
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr ""
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr ""
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr ""
-#: rpm.c:508
+#: rpm.c:523
msgid " --checksig <pkg>+"
msgstr ""
-#: rpm.c:509
+#: rpm.c:524
msgid " -K <pkg>+ "
msgstr ""
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr ""
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr ""
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr ""
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr ""
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr ""
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr ""
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr ""
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr ""
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr ""
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr ""
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr ""
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr ""
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr ""
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr ""
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr ""
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr ""
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr ""
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr ""
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr ""
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr ""
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr ""
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr ""
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr ""
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr ""
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr ""
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr ""
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr ""
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr ""
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr ""
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr ""
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr ""
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr ""
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr ""
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"recompilation, installation,erasure, and verification"
msgstr ""
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr ""
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
msgstr ""
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr ""
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr ""
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr ""
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr ""
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr ""
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr ""
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr ""
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr ""
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr ""
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr ""
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr ""
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr ""
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr ""
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr ""
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr ""
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr ""
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr ""
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr ""
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr ""
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr ""
msgid "cannot re-open payload: %s\n"
msgstr ""
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
msgid "print macro expansion of <expr>+"
msgstr ""
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
msgid "rebuild database inverted lists from installed package headers"
msgstr ""
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
-msgid "<package>"
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
msgstr ""
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:234
+msgid "<package>+"
+msgstr ""
+
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
-msgid "upgrade package if already installed"
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
+msgid "upgrade package(s) if already installed"
msgstr ""
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
msgid "<packagefile>+"
msgstr ""
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
msgid "do not execute scripts (if any)"
msgstr ""
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
msgid "don't execute any scriptlets triggered by this package"
msgstr ""
-#: rpmqv.c:313
-msgid "<oldpath>=<newpath>"
+#: rpmqv.c:279
+msgid "relocate files from path <old> to <new>"
+msgstr ""
+
+#: rpmqv.c:280
+msgid "<old>=<new>"
+msgstr ""
+
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
msgstr ""
-#: rpmqv.c:324
-msgid "upgrade package"
+#: rpmqv.c:291
+msgid "upgrade package(s)"
msgstr ""
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
-msgid "Common options for all rpm modes:"
-msgstr ""
-
-#: rpmqv.c:413
-#, c-format
-msgid "Usage: %s {--help}\n"
-msgstr ""
-
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:418
-#, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-
-#: rpmqv.c:434
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:442
-#, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:449
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:456
-#, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:461
-#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:465
-#, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
msgstr ""
-#: rpmqv.c:466
-#, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#: rpmqv.c:343
+msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:467
+#: rpmqv.c:377
#, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
+msgid "Usage: %s {--help}\n"
msgstr ""
-#: rpmqv.c:511
+#: rpmqv.c:448
msgid " All modes support the following options:"
msgstr ""
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
msgid " --eval '<expr>+' "
msgstr ""
-#: rpmqv.c:515
+#: rpmqv.c:452
msgid "print the expansion of macro <expr> to stdout"
msgstr ""
-#: rpmqv.c:516
+#: rpmqv.c:453
msgid " --pipe <cmd> "
msgstr ""
-#: rpmqv.c:518
+#: rpmqv.c:455
msgid " --rcfile <file:...> "
msgstr ""
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
msgid " --dbpath <dir> "
msgstr ""
-#: rpmqv.c:525
+#: rpmqv.c:462
msgid " --root <dir> "
msgstr ""
-#: rpmqv.c:535
+#: rpmqv.c:472
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
-#: rpmqv.c:536
+#: rpmqv.c:473
msgid " of file names as well as the following options:"
msgstr ""
-#: rpmqv.c:537
+#: rpmqv.c:474
msgid " --ftpproxy <host> "
msgstr ""
-#: rpmqv.c:539
+#: rpmqv.c:476
msgid " --ftpport <port> "
msgstr ""
-#: rpmqv.c:541
+#: rpmqv.c:478
msgid " --httpproxy <host> "
msgstr ""
-#: rpmqv.c:543
+#: rpmqv.c:480
msgid " --httpport <port> "
msgstr ""
-#: rpmqv.c:549
+#: rpmqv.c:486
msgid " Package specification options:"
msgstr ""
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
msgid "query/verify all packages"
msgstr ""
-#: rpmqv.c:552
+#: rpmqv.c:489
msgid " -f <file>+ "
msgstr ""
-#: rpmqv.c:553
+#: rpmqv.c:490
msgid "query/verify package owning <file>"
msgstr ""
-#: rpmqv.c:554
+#: rpmqv.c:491
msgid " -p <packagefile>+ "
msgstr ""
-#: rpmqv.c:555
+#: rpmqv.c:492
msgid "query/verify (uninstalled) package <packagefile>"
msgstr ""
-#: rpmqv.c:556
+#: rpmqv.c:493
msgid " --triggeredby <pkg> "
msgstr ""
-#: rpmqv.c:557
+#: rpmqv.c:494
msgid "query/verify packages triggered by <pkg>"
msgstr ""
-#: rpmqv.c:558
+#: rpmqv.c:495
msgid " --whatprovides <cap> "
msgstr ""
-#: rpmqv.c:559
+#: rpmqv.c:496
msgid "query/verify packages which provide <cap> capability"
msgstr ""
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr ""
-#: rpmqv.c:561
+#: rpmqv.c:498
msgid "query/verify packages which require <cap> capability"
msgstr ""
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
msgid " Information selection options:"
msgstr ""
-#: rpmqv.c:584
+#: rpmqv.c:521
msgid "list capabilities provided by package"
msgstr ""
-#: rpmqv.c:586
+#: rpmqv.c:523
msgid "list capabilities required by package"
msgstr ""
-#: rpmqv.c:588
+#: rpmqv.c:525
msgid "print the various [un]install scriptlets"
msgstr ""
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
msgid " --install <packagefile>"
msgstr ""
-#: rpmqv.c:617
+#: rpmqv.c:554
msgid " -i <packagefile> "
msgstr ""
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr ""
-#: rpmqv.c:647
+#: rpmqv.c:584
msgid "don't execute any installation scriptlets"
msgstr ""
-#: rpmqv.c:652
+#: rpmqv.c:589
msgid " --prefix <dir> "
msgstr ""
-#: rpmqv.c:654
+#: rpmqv.c:591
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpmqv.c:663
+#: rpmqv.c:600
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpmqv.c:664
+#: rpmqv.c:601
msgid " -U <packagefile> "
msgstr ""
-#: rpmqv.c:669
+#: rpmqv.c:606
msgid " --erase <package>"
msgstr ""
-#: rpmqv.c:688
+#: rpmqv.c:625
msgid " --resign <pkg>+ "
msgstr ""
-#: rpmqv.c:690
+#: rpmqv.c:627
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpmqv.c:693
+#: rpmqv.c:630
msgid " --checksig <pkg>+"
msgstr ""
-#: rpmqv.c:694
+#: rpmqv.c:631
msgid " -K <pkg>+ "
msgstr ""
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
msgid "rebuild database indices from existing database headers"
msgstr ""
-#: rpmqv.c:996
+#: rpmqv.c:928
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr ""
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr ""
-#: rpmqv.c:1158
+#: rpmqv.c:1086
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr ""
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr ""
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr ""
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr ""
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
msgid "Unable to open temp file.\n"
msgstr ""
msgid "syntax error in expression\n"
msgstr ""
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, c-format
msgid "Missing '(' in %s %s\n"
msgstr ""
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, c-format
msgid "Missing ')' in %s(%s\n"
msgstr ""
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, c-format
msgid "Invalid %s token: %s\n"
msgstr ""
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr ""
-#: build/files.c:427
+#: build/files.c:429
#, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:439
+#: build/files.c:441
#, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, c-format
msgid "Two files on one line: %s\n"
msgstr ""
-#: build/files.c:771
+#: build/files.c:773
#, c-format
msgid "File must begin with \"/\": %s\n"
msgstr ""
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
-#: build/files.c:949
+#: build/files.c:952
#, c-format
msgid "File listed twice: %s\n"
msgstr ""
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr ""
-#: build/files.c:1165
+#: build/files.c:1239
#, c-format
msgid "File not found: %s\n"
msgstr ""
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1297
+#: build/files.c:1371
#, c-format
msgid "File needs leading \"/\": %s\n"
msgstr ""
-#: build/files.c:1327
+#: build/files.c:1401
#, c-format
msgid "File not found by glob: %s\n"
msgstr ""
-#: build/files.c:1382
+#: build/files.c:1455
msgid "Could not open %%files file %s: %s\n"
msgstr ""
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, c-format
msgid "line: %s\n"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1791
#, c-format
msgid "Bad file: %s: %s\n"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, c-format
msgid "Couldn't exec %s: %s\n"
msgstr ""
-#: build/files.c:1794
+#: build/files.c:1864
#, c-format
msgid "Couldn't fork %s: %s\n"
msgstr ""
-#: build/files.c:1876
+#: build/files.c:1946
#, c-format
msgid "%s failed\n"
msgstr ""
-#: build/files.c:1880
+#: build/files.c:1950
#, c-format
msgid "failed to write all data to %s\n"
msgstr ""
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, c-format
msgid "Failed to find %s:\n"
msgstr ""
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:52
+#: build/pack.c:61
#, c-format
msgid "create archive failed on file %s: %s\n"
msgstr ""
-#: build/pack.c:74
+#: build/pack.c:83
#, c-format
msgid "cpio_copy write failed: %s\n"
msgstr ""
-#: build/pack.c:81
+#: build/pack.c:90
#, c-format
msgid "cpio_copy read failed: %s\n"
msgstr ""
-#: build/pack.c:165
+#: build/pack.c:174
#, c-format
msgid "Could not open PreIn file: %s\n"
msgstr ""
-#: build/pack.c:172
+#: build/pack.c:181
#, c-format
msgid "Could not open PreUn file: %s\n"
msgstr ""
-#: build/pack.c:179
+#: build/pack.c:188
#, c-format
msgid "Could not open PostIn file: %s\n"
msgstr ""
-#: build/pack.c:186
+#: build/pack.c:195
#, c-format
msgid "Could not open PostUn file: %s\n"
msgstr ""
-#: build/pack.c:194
+#: build/pack.c:203
#, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr ""
-#: build/pack.c:209
+#: build/pack.c:218
#, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr ""
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr ""
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr ""
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr ""
-#: build/pack.c:433
+#: build/pack.c:447
#, c-format
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
-#: build/pack.c:485
+#: build/pack.c:499
#, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr ""
-#: build/pack.c:495
+#: build/pack.c:509
#, c-format
msgid "Unable to read header from %s: %s\n"
msgstr ""
-#: build/pack.c:509
+#: build/pack.c:523
#, c-format
msgid "Unable to write header to %s: %s\n"
msgstr ""
-#: build/pack.c:519
+#: build/pack.c:533
#, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr ""
-#: build/pack.c:525
+#: build/pack.c:539
#, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, c-format
msgid "cannot create %s: %s\n"
msgstr ""
msgid "Package has no %%description: %s\n"
msgstr ""
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, c-format
msgid "line %d: Bad number: %s\n"
msgstr ""
-#: build/spec.c:234
+#: build/spec.c:222
#, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr ""
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr ""
-#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
#, c-format
-msgid ""
-"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
-"\tA %s\tB %s\n"
+msgid "db%d error(%d) from %s: %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
#, c-format
-msgid " %s A %s\tB %s\n"
+msgid "db%d error(%d): %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/db1.c:387
#, c-format
-msgid "%s: %-45s YES (added files)\n"
+msgid "closed db file %s\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/db1.c:390
#, c-format
-msgid "%s: %-45s YES (added provide)\n"
+msgid "removed db file %s\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/db1.c:421
#, c-format
-msgid "%s: %-45s %-3s (cached)\n"
+msgid "bad db file %s\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/db1.c:426
#, c-format
-msgid "%s: %-45s YES (rpmrc provides)\n"
+msgid "opening db file %s mode 0x%x\n"
msgstr ""
-#: lib/depends.c:1096
+#. XXX check errno validity
+#: lib/db1.c:449
#, c-format
-msgid "%s: %-45s YES (rpmlib provides)\n"
+msgid "cannot get %s lock on database\n"
msgstr ""
-#: lib/depends.c:1118
-#, c-format
-msgid "%s: %-45s YES (db files)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
msgstr ""
-#: lib/depends.c:1131
-#, c-format
-msgid "%s: %-45s YES (db provides)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
msgstr ""
-#: lib/depends.c:1145
+#: lib/db2.c:145 lib/db3.c:130
#, c-format
-msgid "%s: %-45s YES (db package)\n"
+msgid "closed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1161
+#: lib/db2.c:161 lib/db3.c:146
#, c-format
-msgid "%s: %-45s NO\n"
+msgid "removed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/db2.c:198 lib/db3.c:183
#, c-format
-msgid "%s: (%s, %s) added to Depends cache.\n"
+msgid "opening db environment %s/%s %s\n"
msgstr ""
-#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/db2.c:588 lib/db3.c:569
#, c-format
-msgid "package %s-%s-%s require not satisfied: %s\n"
+msgid "closed db index %s/%s\n"
msgstr ""
-#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/db2.c:678 lib/db3.c:659
#, c-format
-msgid "package %s conflicts: %s\n"
+msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: lib/depends.c:1523
+#: lib/db2.c:784 lib/db3.c:764
#, c-format
-msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
-msgstr ""
-
-#. Record all relations.
-#: lib/depends.c:1662
-msgid "========== recording tsort relations\n"
-msgstr ""
-
-#. T4. Scan for zeroes.
-#: lib/depends.c:1709
-msgid "========== tsorting packages\n"
-msgstr ""
-
-#: lib/depends.c:1754
-msgid "========== successors only (presentation order)\n"
+msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: lib/depends.c:1803
-msgid "LOOP:\n"
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
msgstr ""
-#: lib/depends.c:1834
-msgid "========== continuing tsort ...\n"
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/dbconfig.c:287
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
+#: lib/dbconfig.c:296
#, c-format
-msgid "db%d error(%d): %s\n"
+msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: lib/db1.c:387
+#: lib/dbconfig.c:305
#, c-format
-msgid "closed db file %s\n"
+msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
-#: lib/db1.c:390
+#. XXX legacy epoch-less requires/conflicts compatibility
+#: lib/depends.c:565
#, c-format
-msgid "removed db file %s\n"
+msgid ""
+"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
+"\tA %s\tB %s\n"
msgstr ""
-#: lib/db1.c:421
+#: lib/depends.c:594
#, c-format
-msgid "bad db file %s\n"
+msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/db1.c:426
+#: lib/depends.c:962
#, c-format
-msgid "opening db file %s mode 0x%x\n"
+msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#. XXX check errno validity
-#: lib/db1.c:449
+#: lib/depends.c:1021
#, c-format
-msgid "cannot get %s lock on database\n"
+msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
+#: lib/depends.c:1073
+#, c-format
+msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
+#: lib/depends.c:1092
+#, c-format
+msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/db2.c:141
+#: lib/depends.c:1109
#, c-format
-msgid "closed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr ""
-#: lib/db2.c:153
+#: lib/depends.c:1131
#, c-format
-msgid "removed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/db2.c:190
+#: lib/depends.c:1144
#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
+msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/db2.c:565
+#: lib/depends.c:1158
#, c-format
-msgid "closed db index %s/%s(%s)\n"
+msgid "%s: %-45s YES (db package)\n"
msgstr ""
-#: lib/db2.c:643
+#: lib/depends.c:1174
#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
+msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/db3.c:268
+#: lib/depends.c:1195
#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
+msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr ""
-#: lib/db3.c:297
+#. requirements are not satisfied.
+#: lib/depends.c:1256
#, c-format
-msgid "%s has invalid numeric value, skipped\n"
+msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr ""
-#: lib/db3.c:306
+#. conflicts exist.
+#: lib/depends.c:1323
#, c-format
-msgid "%s has too large or too small long value, skipped\n"
+msgid "package %s conflicts: %s\n"
msgstr ""
-#: lib/db3.c:315
+#: lib/depends.c:1539
#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
+msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr ""
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
+#. Record all relations.
+#: lib/depends.c:1678
+msgid "========== recording tsort relations\n"
msgstr ""
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
+#. T4. Scan for zeroes.
+#: lib/depends.c:1725
+msgid "========== tsorting packages\n"
msgstr ""
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
+#: lib/depends.c:1770
+msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
+#: lib/depends.c:1819
+msgid "LOOP:\n"
msgstr ""
-#: lib/db3.c:1013
-#, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:1118
-#, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
+#: lib/depends.c:1850
+msgid "========== continuing tsort ...\n"
msgstr ""
#: lib/falloc.c:141
msgstr ""
#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
msgid "(not a number)"
msgstr ""
msgid "file %s is on an unknown device\n"
msgstr ""
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
+msgstr ""
+
+#: lib/fsm.c:274
+#, c-format
+msgid "%9d %s\n"
+msgstr ""
+
+#: lib/fsm.c:1042
+#, c-format
+msgid "%s directory created with perms %04o.\n"
+msgstr ""
+
+#: lib/fsm.c:1344 lib/fsm.c:1461
+#, c-format
+msgid "%s saved as %s\n"
+msgstr ""
+
+#: lib/fsm.c:1486
+#, c-format
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr ""
+
+#: lib/fsm.c:1491
+#, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1500
+#, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1517
+#, c-format
+msgid "%s created as %s\n"
+msgstr ""
+
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr ""
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr ""
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, c-format
-msgid "group %s does not exist - using root\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
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr ""
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr ""
-
-#: lib/install.c:721
-#, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr ""
-
-#: lib/install.c:728 lib/install.c:759
-#, c-format
-msgid "cannot write to %s\n"
-msgstr ""
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, c-format
-msgid "cannot create specdir %s\n"
-msgstr ""
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr ""
-
-#: lib/install.c:796 lib/install.c:825
-msgid "source package contains no .spec file\n"
-msgstr ""
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr ""
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr ""
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/install.c:1069
-#, c-format
-msgid "%s created as %s\n"
-msgstr ""
-
-#: lib/install.c:1105
-#, c-format
-msgid "%s saved as %s\n"
-msgstr ""
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, c-format
msgid "error creating temporary file %s\n"
msgstr ""
-#: lib/package.c:88
+#: lib/package.c:119
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
-#: lib/package.c:143
+#: lib/package.c:179
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr ""
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr ""
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr ""
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, c-format
msgid "verify %files section from <specfile>"
msgstr ""
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
msgid "build source and binary packages from <specfile>"
msgstr ""
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
msgid "build binary package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
msgid "build source package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr ""
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, c-format
msgid "verify %files section from <tarball>"
msgstr ""
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
msgid "build source and binary packages from <tarball>"
msgstr ""
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
msgid "build binary package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
msgid "build source package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
msgid "build binary package from <source package>"
msgstr ""
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
msgid "<source package>"
msgstr ""
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr ""
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr ""
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+msgid "debug file state machine"
+msgstr ""
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr ""
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr ""
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, c-format
+msgid "group %s does not exist - using root\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.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr ""
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, c-format
+msgid "cannot create %s %s\n"
+msgstr ""
+
+#: lib/psm.c:661
+#, c-format
+msgid "cannot write to %s\n"
+msgstr ""
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr ""
+
+#: lib/psm.c:733
+msgid "source package contains no .spec file\n"
+msgstr ""
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr ""
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr ""
+
+#: lib/psm.c:998
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr ""
+
+#: lib/query.c:161
#, c-format
msgid "incorrect format: %s\n"
msgstr ""
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr ""
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr ""
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr ""
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
msgid "package has neither file owner or id lists\n"
msgstr ""
-#: lib/query.c:418
+#: lib/query.c:428
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr ""
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr ""
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
-#: lib/query.c:624
+#: lib/query.c:637
msgid "no packages\n"
msgstr ""
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr ""
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr ""
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr ""
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr ""
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr ""
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr ""
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr ""
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr ""
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr ""
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr ""
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr ""
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, c-format
msgid "cannot open %s index\n"
msgstr ""
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr ""
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr ""
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
msgid "no dbpath has been set\n"
msgstr ""
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr ""
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr ""
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, c-format
msgid "cannot add record originally at %d\n"
msgstr ""
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
msgid "Preparing packages for installation..."
msgstr ""
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr ""
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr ""
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr ""
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr ""
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr ""
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr ""
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, c-format
msgid "cannot open file %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr ""
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, c-format
msgid "cannot open Packages database in %s\n"
msgstr ""
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr ""
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr ""
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr ""
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr ""
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr ""
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr ""
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, c-format
msgid "cannot open %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr ""
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr ""
+
+#: lib/scriptlet.c:236
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr ""
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr ""
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr ""
-#: lib/signature.c:162
+#: lib/signature.c:176
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr ""
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
-msgstr ""
-
-#: lib/signature.c:212
+#: lib/signature.c:230
#, c-format
-msgid "Signature pad : %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:274
+#: lib/signature.c:289
#, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr ""
-#: lib/signature.c:285
+#: lib/signature.c:300
msgid "pgp failed\n"
msgstr ""
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
msgid "pgp failed to write signature\n"
msgstr ""
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
msgid "unable to read the signature\n"
msgstr ""
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
msgid "Couldn't exec gpg\n"
msgstr ""
-#: lib/signature.c:362
+#: lib/signature.c:377
msgid "gpg failed\n"
msgstr ""
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
msgid "gpg failed to write signature\n"
msgstr ""
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
msgid "Generating signature using PGP.\n"
msgstr ""
-#: lib/signature.c:423
+#: lib/signature.c:439
msgid "Generating signature using GPG.\n"
msgstr ""
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
-#: lib/signature.c:635
+#: lib/signature.c:653
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
-#: lib/signature.c:723
+#: lib/signature.c:741
msgid "Couldn't exec pgp\n"
msgstr ""
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr ""
-#: lib/signature.c:772
+#: lib/signature.c:790
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr ""
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, c-format
msgid "%5d exclude %s\n"
msgstr ""
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, c-format
msgid "%5d relocate %s -> %s\n"
msgstr ""
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, c-format
msgid "excluding multilib path %s%s\n"
msgstr ""
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, c-format
msgid "excluding %s %s\n"
msgstr ""
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, c-format
msgid "relocating directory %s to %s\n"
msgstr ""
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr ""
-
-#: lib/uninstall.c:78
-#, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:88
-#, c-format
-msgid "removal of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr ""
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr ""
-#: lib/verify.c:65
+#: lib/verify.c:63
msgid "do not execute %verifyscript (if any)"
msgstr ""
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, c-format
msgid "missing %s"
msgstr ""
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr ""
-
-#: rpmio/rpmio.c:540
-msgid "Server I/O error"
-msgstr ""
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr ""
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr ""
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr ""
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr ""
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr ""
-
-#: rpmio/rpmio.c:558
-msgid "I/O error to local file"
-msgstr ""
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr ""
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr ""
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr ""
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr ""
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr ""
+
+#: rpmio/rpmio.c:540
+msgid "Server I/O error"
+msgstr ""
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr ""
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr ""
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr ""
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr ""
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr ""
+
+#: rpmio/rpmio.c:558
+msgid "I/O error to local file"
+msgstr ""
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr ""
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr ""
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr ""
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
msgid "(no error)"
msgstr ""
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr ""
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr ""
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\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"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"
-#: build.c:26
+#: build.c:25
#, c-format
msgid "cannot open rpm database in %s\n"
msgstr ""
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr ""
-#: build.c:65
+#: build.c:64
#, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr ""
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr ""
#. Give up
-#: build.c:149
+#: build.c:150
#, c-format
msgid "Failed to read spec file from %s\n"
msgstr ""
-#: build.c:177
+#: build.c:178
#, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr ""
-#: build.c:216
+#: build.c:217
#, c-format
msgid "failed to stat %s: %m\n"
msgstr ""
-#: build.c:221
+#: build.c:222
#, c-format
msgid "File %s is not a regular file.\n"
msgstr ""
-#: build.c:230
+#: build.c:231
#, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr ""
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr ""
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr ""
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr ""
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr ""
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr ""
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr ""
-#: rpm.c:209
+#: rpm.c:224
msgid "Usage: rpm {--help}"
msgstr ""
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr ""
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr ""
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr ""
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr ""
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr ""
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr ""
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:232
+#: rpm.c:247
msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
msgstr ""
-#: rpm.c:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
msgid " [--triggeredby]"
msgstr ""
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr ""
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr ""
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr ""
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr ""
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr ""
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr ""
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr ""
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr ""
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
msgid "Usage:"
msgstr ""
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr ""
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr ""
-#: rpm.c:295
+#: rpm.c:310
msgid " All modes support the following arguments:"
msgstr ""
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
msgid " --eval '<name>+' "
msgstr ""
-#: rpm.c:299
+#: rpm.c:314
msgid "print the expansion of macro <name> to stdout"
msgstr ""
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr ""
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr ""
-#: rpm.c:302
+#: rpm.c:317
msgid " --rcfile <file> "
msgstr ""
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr ""
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr ""
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr ""
-#: rpm.c:312
+#: rpm.c:327
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr ""
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr ""
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr ""
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr ""
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr ""
-#: rpm.c:318
+#: rpm.c:333
msgid " --httpproxy <host> "
msgstr ""
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr ""
-#: rpm.c:320
+#: rpm.c:335
msgid " --httpport <port> "
msgstr ""
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr ""
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr ""
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr ""
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr ""
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
msgid "use <qfmt> as the header format (implies --info)"
msgstr ""
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr ""
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr ""
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr ""
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr ""
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr ""
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr ""
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr ""
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr ""
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr ""
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr ""
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr ""
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr ""
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr ""
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr ""
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr ""
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr ""
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr ""
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr ""
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr ""
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
msgstr ""
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr ""
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr ""
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr ""
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
msgstr ""
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr ""
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr ""
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr ""
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr ""
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr ""
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr ""
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr ""
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr ""
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr ""
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
msgid "relocate files in non-relocateable package"
msgstr ""
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr ""
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr ""
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr ""
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr ""
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr ""
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr ""
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr ""
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr ""
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr ""
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr ""
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr ""
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr ""
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr ""
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr ""
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr ""
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr ""
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr ""
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
msgstr ""
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr ""
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
msgstr ""
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr ""
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr ""
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr ""
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr ""
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr ""
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr ""
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr ""
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr ""
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr ""
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr ""
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr ""
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr ""
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr ""
-#: rpm.c:486
+#: rpm.c:501
msgid "remove spec file when done"
msgstr ""
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr ""
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr ""
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr ""
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr ""
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr ""
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr ""
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
msgstr ""
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr ""
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr ""
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr ""
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr ""
-#: rpm.c:508
+#: rpm.c:523
msgid " --checksig <pkg>+"
msgstr ""
-#: rpm.c:509
+#: rpm.c:524
msgid " -K <pkg>+ "
msgstr ""
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr ""
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr ""
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr ""
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr ""
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr ""
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr ""
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr ""
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr ""
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr ""
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr ""
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr ""
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr ""
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr ""
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr ""
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr ""
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr ""
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr ""
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr ""
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr ""
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr ""
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr ""
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr ""
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr ""
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr ""
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr ""
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr ""
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr ""
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr ""
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr ""
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr ""
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr ""
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr ""
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr ""
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"recompilation, installation,erasure, and verification"
msgstr ""
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr ""
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
msgstr ""
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr ""
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr ""
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr ""
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr ""
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr ""
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr ""
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr ""
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr ""
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr ""
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr ""
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr ""
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr ""
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr ""
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr ""
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr ""
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr ""
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr ""
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr ""
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr ""
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr ""
msgid "cannot re-open payload: %s\n"
msgstr ""
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
msgid "print macro expansion of <expr>+"
msgstr ""
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
msgid "rebuild database inverted lists from installed package headers"
msgstr ""
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
-msgid "<package>"
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
msgstr ""
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:234
+msgid "<package>+"
+msgstr ""
+
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
-msgid "upgrade package if already installed"
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
+msgid "upgrade package(s) if already installed"
msgstr ""
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
msgid "<packagefile>+"
msgstr ""
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
msgid "do not execute scripts (if any)"
msgstr ""
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
msgid "don't execute any scriptlets triggered by this package"
msgstr ""
-#: rpmqv.c:313
-msgid "<oldpath>=<newpath>"
+#: rpmqv.c:279
+msgid "relocate files from path <old> to <new>"
+msgstr ""
+
+#: rpmqv.c:280
+msgid "<old>=<new>"
+msgstr ""
+
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
msgstr ""
-#: rpmqv.c:324
-msgid "upgrade package"
+#: rpmqv.c:291
+msgid "upgrade package(s)"
msgstr ""
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
-msgid "Common options for all rpm modes:"
-msgstr ""
-
-#: rpmqv.c:413
-#, c-format
-msgid "Usage: %s {--help}\n"
-msgstr ""
-
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:418
-#, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-
-#: rpmqv.c:434
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:442
-#, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:449
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:456
-#, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:461
-#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:465
-#, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
msgstr ""
-#: rpmqv.c:466
-#, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#: rpmqv.c:343
+msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:467
+#: rpmqv.c:377
#, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
+msgid "Usage: %s {--help}\n"
msgstr ""
-#: rpmqv.c:511
+#: rpmqv.c:448
msgid " All modes support the following options:"
msgstr ""
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
msgid " --eval '<expr>+' "
msgstr ""
-#: rpmqv.c:515
+#: rpmqv.c:452
msgid "print the expansion of macro <expr> to stdout"
msgstr ""
-#: rpmqv.c:516
+#: rpmqv.c:453
msgid " --pipe <cmd> "
msgstr ""
-#: rpmqv.c:518
+#: rpmqv.c:455
msgid " --rcfile <file:...> "
msgstr ""
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
msgid " --dbpath <dir> "
msgstr ""
-#: rpmqv.c:525
+#: rpmqv.c:462
msgid " --root <dir> "
msgstr ""
-#: rpmqv.c:535
+#: rpmqv.c:472
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
-#: rpmqv.c:536
+#: rpmqv.c:473
msgid " of file names as well as the following options:"
msgstr ""
-#: rpmqv.c:537
+#: rpmqv.c:474
msgid " --ftpproxy <host> "
msgstr ""
-#: rpmqv.c:539
+#: rpmqv.c:476
msgid " --ftpport <port> "
msgstr ""
-#: rpmqv.c:541
+#: rpmqv.c:478
msgid " --httpproxy <host> "
msgstr ""
-#: rpmqv.c:543
+#: rpmqv.c:480
msgid " --httpport <port> "
msgstr ""
-#: rpmqv.c:549
+#: rpmqv.c:486
msgid " Package specification options:"
msgstr ""
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
msgid "query/verify all packages"
msgstr ""
-#: rpmqv.c:552
+#: rpmqv.c:489
msgid " -f <file>+ "
msgstr ""
-#: rpmqv.c:553
+#: rpmqv.c:490
msgid "query/verify package owning <file>"
msgstr ""
-#: rpmqv.c:554
+#: rpmqv.c:491
msgid " -p <packagefile>+ "
msgstr ""
-#: rpmqv.c:555
+#: rpmqv.c:492
msgid "query/verify (uninstalled) package <packagefile>"
msgstr ""
-#: rpmqv.c:556
+#: rpmqv.c:493
msgid " --triggeredby <pkg> "
msgstr ""
-#: rpmqv.c:557
+#: rpmqv.c:494
msgid "query/verify packages triggered by <pkg>"
msgstr ""
-#: rpmqv.c:558
+#: rpmqv.c:495
msgid " --whatprovides <cap> "
msgstr ""
-#: rpmqv.c:559
+#: rpmqv.c:496
msgid "query/verify packages which provide <cap> capability"
msgstr ""
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr ""
-#: rpmqv.c:561
+#: rpmqv.c:498
msgid "query/verify packages which require <cap> capability"
msgstr ""
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
msgid " Information selection options:"
msgstr ""
-#: rpmqv.c:584
+#: rpmqv.c:521
msgid "list capabilities provided by package"
msgstr ""
-#: rpmqv.c:586
+#: rpmqv.c:523
msgid "list capabilities required by package"
msgstr ""
-#: rpmqv.c:588
+#: rpmqv.c:525
msgid "print the various [un]install scriptlets"
msgstr ""
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
msgid " --install <packagefile>"
msgstr ""
-#: rpmqv.c:617
+#: rpmqv.c:554
msgid " -i <packagefile> "
msgstr ""
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr ""
-#: rpmqv.c:647
+#: rpmqv.c:584
msgid "don't execute any installation scriptlets"
msgstr ""
-#: rpmqv.c:652
+#: rpmqv.c:589
msgid " --prefix <dir> "
msgstr ""
-#: rpmqv.c:654
+#: rpmqv.c:591
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpmqv.c:663
+#: rpmqv.c:600
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpmqv.c:664
+#: rpmqv.c:601
msgid " -U <packagefile> "
msgstr ""
-#: rpmqv.c:669
+#: rpmqv.c:606
msgid " --erase <package>"
msgstr ""
-#: rpmqv.c:688
+#: rpmqv.c:625
msgid " --resign <pkg>+ "
msgstr ""
-#: rpmqv.c:690
+#: rpmqv.c:627
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpmqv.c:693
+#: rpmqv.c:630
msgid " --checksig <pkg>+"
msgstr ""
-#: rpmqv.c:694
+#: rpmqv.c:631
msgid " -K <pkg>+ "
msgstr ""
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
msgid "rebuild database indices from existing database headers"
msgstr ""
-#: rpmqv.c:996
+#: rpmqv.c:928
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr ""
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr ""
-#: rpmqv.c:1158
+#: rpmqv.c:1086
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr ""
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr ""
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr ""
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr ""
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
msgid "Unable to open temp file.\n"
msgstr ""
msgid "syntax error in expression\n"
msgstr ""
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, c-format
msgid "Missing '(' in %s %s\n"
msgstr ""
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, c-format
msgid "Missing ')' in %s(%s\n"
msgstr ""
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, c-format
msgid "Invalid %s token: %s\n"
msgstr ""
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr ""
-#: build/files.c:427
+#: build/files.c:429
#, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:439
+#: build/files.c:441
#, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, c-format
msgid "Two files on one line: %s\n"
msgstr ""
-#: build/files.c:771
+#: build/files.c:773
#, c-format
msgid "File must begin with \"/\": %s\n"
msgstr ""
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
-#: build/files.c:949
+#: build/files.c:952
#, c-format
msgid "File listed twice: %s\n"
msgstr ""
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr ""
-#: build/files.c:1165
+#: build/files.c:1239
#, c-format
msgid "File not found: %s\n"
msgstr ""
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1297
+#: build/files.c:1371
#, c-format
msgid "File needs leading \"/\": %s\n"
msgstr ""
-#: build/files.c:1327
+#: build/files.c:1401
#, c-format
msgid "File not found by glob: %s\n"
msgstr ""
-#: build/files.c:1382
+#: build/files.c:1455
msgid "Could not open %%files file %s: %s\n"
msgstr ""
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, c-format
msgid "line: %s\n"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1791
#, c-format
msgid "Bad file: %s: %s\n"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, c-format
msgid "Couldn't exec %s: %s\n"
msgstr ""
-#: build/files.c:1794
+#: build/files.c:1864
#, c-format
msgid "Couldn't fork %s: %s\n"
msgstr ""
-#: build/files.c:1876
+#: build/files.c:1946
#, c-format
msgid "%s failed\n"
msgstr ""
-#: build/files.c:1880
+#: build/files.c:1950
#, c-format
msgid "failed to write all data to %s\n"
msgstr ""
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, c-format
msgid "Failed to find %s:\n"
msgstr ""
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:52
+#: build/pack.c:61
#, c-format
msgid "create archive failed on file %s: %s\n"
msgstr ""
-#: build/pack.c:74
+#: build/pack.c:83
#, c-format
msgid "cpio_copy write failed: %s\n"
msgstr ""
-#: build/pack.c:81
+#: build/pack.c:90
#, c-format
msgid "cpio_copy read failed: %s\n"
msgstr ""
-#: build/pack.c:165
+#: build/pack.c:174
#, c-format
msgid "Could not open PreIn file: %s\n"
msgstr ""
-#: build/pack.c:172
+#: build/pack.c:181
#, c-format
msgid "Could not open PreUn file: %s\n"
msgstr ""
-#: build/pack.c:179
+#: build/pack.c:188
#, c-format
msgid "Could not open PostIn file: %s\n"
msgstr ""
-#: build/pack.c:186
+#: build/pack.c:195
#, c-format
msgid "Could not open PostUn file: %s\n"
msgstr ""
-#: build/pack.c:194
+#: build/pack.c:203
#, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr ""
-#: build/pack.c:209
+#: build/pack.c:218
#, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr ""
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr ""
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr ""
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr ""
-#: build/pack.c:433
+#: build/pack.c:447
#, c-format
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
-#: build/pack.c:485
+#: build/pack.c:499
#, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr ""
-#: build/pack.c:495
+#: build/pack.c:509
#, c-format
msgid "Unable to read header from %s: %s\n"
msgstr ""
-#: build/pack.c:509
+#: build/pack.c:523
#, c-format
msgid "Unable to write header to %s: %s\n"
msgstr ""
-#: build/pack.c:519
+#: build/pack.c:533
#, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr ""
-#: build/pack.c:525
+#: build/pack.c:539
#, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, c-format
msgid "cannot create %s: %s\n"
msgstr ""
msgid "Package has no %%description: %s\n"
msgstr ""
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, c-format
msgid "line %d: Bad number: %s\n"
msgstr ""
-#: build/spec.c:234
+#: build/spec.c:222
#, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr ""
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr ""
-#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
#, c-format
-msgid ""
-"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
-"\tA %s\tB %s\n"
+msgid "db%d error(%d) from %s: %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
#, c-format
-msgid " %s A %s\tB %s\n"
+msgid "db%d error(%d): %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/db1.c:387
#, c-format
-msgid "%s: %-45s YES (added files)\n"
+msgid "closed db file %s\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/db1.c:390
#, c-format
-msgid "%s: %-45s YES (added provide)\n"
+msgid "removed db file %s\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/db1.c:421
#, c-format
-msgid "%s: %-45s %-3s (cached)\n"
+msgid "bad db file %s\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/db1.c:426
#, c-format
-msgid "%s: %-45s YES (rpmrc provides)\n"
+msgid "opening db file %s mode 0x%x\n"
msgstr ""
-#: lib/depends.c:1096
+#. XXX check errno validity
+#: lib/db1.c:449
#, c-format
-msgid "%s: %-45s YES (rpmlib provides)\n"
+msgid "cannot get %s lock on database\n"
msgstr ""
-#: lib/depends.c:1118
-#, c-format
-msgid "%s: %-45s YES (db files)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
msgstr ""
-#: lib/depends.c:1131
-#, c-format
-msgid "%s: %-45s YES (db provides)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
msgstr ""
-#: lib/depends.c:1145
+#: lib/db2.c:145 lib/db3.c:130
#, c-format
-msgid "%s: %-45s YES (db package)\n"
+msgid "closed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1161
+#: lib/db2.c:161 lib/db3.c:146
#, c-format
-msgid "%s: %-45s NO\n"
+msgid "removed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/db2.c:198 lib/db3.c:183
#, c-format
-msgid "%s: (%s, %s) added to Depends cache.\n"
+msgid "opening db environment %s/%s %s\n"
msgstr ""
-#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/db2.c:588 lib/db3.c:569
#, c-format
-msgid "package %s-%s-%s require not satisfied: %s\n"
+msgid "closed db index %s/%s\n"
msgstr ""
-#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/db2.c:678 lib/db3.c:659
#, c-format
-msgid "package %s conflicts: %s\n"
+msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: lib/depends.c:1523
+#: lib/db2.c:784 lib/db3.c:764
#, c-format
-msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
-msgstr ""
-
-#. Record all relations.
-#: lib/depends.c:1662
-msgid "========== recording tsort relations\n"
-msgstr ""
-
-#. T4. Scan for zeroes.
-#: lib/depends.c:1709
-msgid "========== tsorting packages\n"
-msgstr ""
-
-#: lib/depends.c:1754
-msgid "========== successors only (presentation order)\n"
+msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: lib/depends.c:1803
-msgid "LOOP:\n"
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
msgstr ""
-#: lib/depends.c:1834
-msgid "========== continuing tsort ...\n"
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/dbconfig.c:287
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
+#: lib/dbconfig.c:296
#, c-format
-msgid "db%d error(%d): %s\n"
+msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: lib/db1.c:387
+#: lib/dbconfig.c:305
#, c-format
-msgid "closed db file %s\n"
+msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
-#: lib/db1.c:390
+#. XXX legacy epoch-less requires/conflicts compatibility
+#: lib/depends.c:565
#, c-format
-msgid "removed db file %s\n"
+msgid ""
+"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
+"\tA %s\tB %s\n"
msgstr ""
-#: lib/db1.c:421
+#: lib/depends.c:594
#, c-format
-msgid "bad db file %s\n"
+msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/db1.c:426
+#: lib/depends.c:962
#, c-format
-msgid "opening db file %s mode 0x%x\n"
+msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#. XXX check errno validity
-#: lib/db1.c:449
+#: lib/depends.c:1021
#, c-format
-msgid "cannot get %s lock on database\n"
+msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
+#: lib/depends.c:1073
+#, c-format
+msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
+#: lib/depends.c:1092
+#, c-format
+msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/db2.c:141
+#: lib/depends.c:1109
#, c-format
-msgid "closed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr ""
-#: lib/db2.c:153
+#: lib/depends.c:1131
#, c-format
-msgid "removed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/db2.c:190
+#: lib/depends.c:1144
#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
+msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/db2.c:565
+#: lib/depends.c:1158
#, c-format
-msgid "closed db index %s/%s(%s)\n"
+msgid "%s: %-45s YES (db package)\n"
msgstr ""
-#: lib/db2.c:643
+#: lib/depends.c:1174
#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
+msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/db3.c:268
+#: lib/depends.c:1195
#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
+msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr ""
-#: lib/db3.c:297
+#. requirements are not satisfied.
+#: lib/depends.c:1256
#, c-format
-msgid "%s has invalid numeric value, skipped\n"
+msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr ""
-#: lib/db3.c:306
+#. conflicts exist.
+#: lib/depends.c:1323
#, c-format
-msgid "%s has too large or too small long value, skipped\n"
+msgid "package %s conflicts: %s\n"
msgstr ""
-#: lib/db3.c:315
+#: lib/depends.c:1539
#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
+msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr ""
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
+#. Record all relations.
+#: lib/depends.c:1678
+msgid "========== recording tsort relations\n"
msgstr ""
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
+#. T4. Scan for zeroes.
+#: lib/depends.c:1725
+msgid "========== tsorting packages\n"
msgstr ""
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
+#: lib/depends.c:1770
+msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
+#: lib/depends.c:1819
+msgid "LOOP:\n"
msgstr ""
-#: lib/db3.c:1013
-#, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:1118
-#, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
+#: lib/depends.c:1850
+msgid "========== continuing tsort ...\n"
msgstr ""
#: lib/falloc.c:141
msgstr ""
#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
msgid "(not a number)"
msgstr ""
msgid "file %s is on an unknown device\n"
msgstr ""
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
+msgstr ""
+
+#: lib/fsm.c:274
+#, c-format
+msgid "%9d %s\n"
+msgstr ""
+
+#: lib/fsm.c:1042
+#, c-format
+msgid "%s directory created with perms %04o.\n"
+msgstr ""
+
+#: lib/fsm.c:1344 lib/fsm.c:1461
+#, c-format
+msgid "%s saved as %s\n"
+msgstr ""
+
+#: lib/fsm.c:1486
+#, c-format
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr ""
+
+#: lib/fsm.c:1491
+#, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1500
+#, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1517
+#, c-format
+msgid "%s created as %s\n"
+msgstr ""
+
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr ""
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr ""
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, c-format
-msgid "group %s does not exist - using root\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
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr ""
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr ""
-
-#: lib/install.c:721
-#, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr ""
-
-#: lib/install.c:728 lib/install.c:759
-#, c-format
-msgid "cannot write to %s\n"
-msgstr ""
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, c-format
-msgid "cannot create specdir %s\n"
-msgstr ""
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr ""
-
-#: lib/install.c:796 lib/install.c:825
-msgid "source package contains no .spec file\n"
-msgstr ""
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr ""
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr ""
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/install.c:1069
-#, c-format
-msgid "%s created as %s\n"
-msgstr ""
-
-#: lib/install.c:1105
-#, c-format
-msgid "%s saved as %s\n"
-msgstr ""
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, c-format
msgid "error creating temporary file %s\n"
msgstr ""
-#: lib/package.c:88
+#: lib/package.c:119
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
-#: lib/package.c:143
+#: lib/package.c:179
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr ""
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr ""
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr ""
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, c-format
msgid "verify %files section from <specfile>"
msgstr ""
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
msgid "build source and binary packages from <specfile>"
msgstr ""
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
msgid "build binary package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
msgid "build source package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr ""
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, c-format
msgid "verify %files section from <tarball>"
msgstr ""
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
msgid "build source and binary packages from <tarball>"
msgstr ""
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
msgid "build binary package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
msgid "build source package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
msgid "build binary package from <source package>"
msgstr ""
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
msgid "<source package>"
msgstr ""
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr ""
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr ""
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+msgid "debug file state machine"
+msgstr ""
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr ""
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr ""
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, c-format
+msgid "group %s does not exist - using root\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.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr ""
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, c-format
+msgid "cannot create %s %s\n"
+msgstr ""
+
+#: lib/psm.c:661
+#, c-format
+msgid "cannot write to %s\n"
+msgstr ""
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr ""
+
+#: lib/psm.c:733
+msgid "source package contains no .spec file\n"
+msgstr ""
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr ""
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr ""
+
+#: lib/psm.c:998
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr ""
+
+#: lib/query.c:161
#, c-format
msgid "incorrect format: %s\n"
msgstr ""
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr ""
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr ""
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr ""
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
msgid "package has neither file owner or id lists\n"
msgstr ""
-#: lib/query.c:418
+#: lib/query.c:428
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr ""
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr ""
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
-#: lib/query.c:624
+#: lib/query.c:637
msgid "no packages\n"
msgstr ""
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr ""
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr ""
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr ""
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr ""
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr ""
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr ""
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr ""
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr ""
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr ""
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr ""
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr ""
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, c-format
msgid "cannot open %s index\n"
msgstr ""
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr ""
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr ""
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
msgid "no dbpath has been set\n"
msgstr ""
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr ""
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr ""
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, c-format
msgid "cannot add record originally at %d\n"
msgstr ""
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
msgid "Preparing packages for installation..."
msgstr ""
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr ""
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr ""
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr ""
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr ""
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr ""
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr ""
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, c-format
msgid "cannot open file %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr ""
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, c-format
msgid "cannot open Packages database in %s\n"
msgstr ""
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr ""
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr ""
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr ""
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr ""
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr ""
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr ""
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, c-format
msgid "cannot open %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr ""
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr ""
+
+#: lib/scriptlet.c:236
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr ""
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr ""
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr ""
-#: lib/signature.c:162
+#: lib/signature.c:176
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr ""
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
-msgstr ""
-
-#: lib/signature.c:212
+#: lib/signature.c:230
#, c-format
-msgid "Signature pad : %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:274
+#: lib/signature.c:289
#, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr ""
-#: lib/signature.c:285
+#: lib/signature.c:300
msgid "pgp failed\n"
msgstr ""
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
msgid "pgp failed to write signature\n"
msgstr ""
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
msgid "unable to read the signature\n"
msgstr ""
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
msgid "Couldn't exec gpg\n"
msgstr ""
-#: lib/signature.c:362
+#: lib/signature.c:377
msgid "gpg failed\n"
msgstr ""
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
msgid "gpg failed to write signature\n"
msgstr ""
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
msgid "Generating signature using PGP.\n"
msgstr ""
-#: lib/signature.c:423
+#: lib/signature.c:439
msgid "Generating signature using GPG.\n"
msgstr ""
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
-#: lib/signature.c:635
+#: lib/signature.c:653
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
-#: lib/signature.c:723
+#: lib/signature.c:741
msgid "Couldn't exec pgp\n"
msgstr ""
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr ""
-#: lib/signature.c:772
+#: lib/signature.c:790
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr ""
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, c-format
msgid "%5d exclude %s\n"
msgstr ""
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, c-format
msgid "%5d relocate %s -> %s\n"
msgstr ""
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, c-format
msgid "excluding multilib path %s%s\n"
msgstr ""
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, c-format
msgid "excluding %s %s\n"
msgstr ""
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, c-format
msgid "relocating directory %s to %s\n"
msgstr ""
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr ""
-
-#: lib/uninstall.c:78
-#, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:88
-#, c-format
-msgid "removal of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr ""
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr ""
-#: lib/verify.c:65
+#: lib/verify.c:63
msgid "do not execute %verifyscript (if any)"
msgstr ""
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, c-format
msgid "missing %s"
msgstr ""
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr ""
-
-#: rpmio/rpmio.c:540
-msgid "Server I/O error"
-msgstr ""
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr ""
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr ""
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr ""
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr ""
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr ""
-
-#: rpmio/rpmio.c:558
-msgid "I/O error to local file"
-msgstr ""
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr ""
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr ""
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr ""
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr ""
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr ""
+
+#: rpmio/rpmio.c:540
+msgid "Server I/O error"
+msgstr ""
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr ""
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr ""
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr ""
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr ""
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr ""
+
+#: rpmio/rpmio.c:558
+msgid "I/O error to local file"
+msgstr ""
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr ""
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr ""
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr ""
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
msgid "(no error)"
msgstr ""
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr ""
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr ""
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: rpm 4.0.1\n"
-"POT-Creation-Date: 2001-01-19 14:27-0500\n"
+"POT-Creation-Date: 2001-02-19 11:19-0500\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"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"
-#: build.c:26
+#: build.c:25
#, c-format
msgid "cannot open rpm database in %s\n"
msgstr ""
-#: build.c:36
+#: build.c:35
msgid "failed build dependencies:\n"
msgstr ""
-#: build.c:65
+#: build.c:64
#, c-format
msgid "Unable to open spec file %s: %s\n"
msgstr ""
-#: build.c:130 build.c:142
+#: build.c:131 build.c:143
#, c-format
msgid "Failed to open tar pipe: %m\n"
msgstr ""
#. Give up
-#: build.c:149
+#: build.c:150
#, c-format
msgid "Failed to read spec file from %s\n"
msgstr ""
-#: build.c:177
+#: build.c:178
#, c-format
msgid "Failed to rename %s to %s: %m\n"
msgstr ""
-#: build.c:216
+#: build.c:217
#, c-format
msgid "failed to stat %s: %m\n"
msgstr ""
-#: build.c:221
+#: build.c:222
#, c-format
msgid "File %s is not a regular file.\n"
msgstr ""
-#: build.c:230
+#: build.c:231
#, c-format
msgid "File %s does not appear to be a specfile.\n"
msgstr ""
#. parse up the build operators
-#: build.c:287
+#: build.c:288
#, c-format
msgid "Building target platforms: %s\n"
msgstr ""
-#: build.c:302
+#: build.c:303
#, c-format
msgid "Building for target %s\n"
msgstr ""
-#: rpm.c:185 rpmqv.c:386
+#: rpm.c:200 rpmqv.c:356
#, c-format
msgid "rpm: %s\n"
msgstr ""
-#: rpm.c:196 rpmqv.c:397
+#: rpm.c:211 rpmqv.c:361
#, c-format
msgid "RPM version %s\n"
msgstr ""
-#: rpm.c:200 rpmqv.c:401
+#: rpm.c:215 rpmqv.c:365
msgid "Copyright (C) 1998-2000 - Red Hat, Inc."
msgstr ""
-#: rpm.c:201 rpmqv.c:402
+#: rpm.c:216 rpmqv.c:366
msgid "This program may be freely redistributed under the terms of the GNU GPL"
msgstr ""
-#: rpm.c:209
+#: rpm.c:224
msgid "Usage: rpm {--help}"
msgstr ""
-#: rpm.c:210
+#: rpm.c:225
msgid " rpm {--version}"
msgstr ""
-#: rpm.c:211
+#: rpm.c:226
msgid " rpm {--initdb} [--dbpath <dir>]"
msgstr ""
-#: rpm.c:212
+#: rpm.c:227
msgid ""
" rpm {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:213 rpmqv.c:423
+#: rpm.c:228
msgid " [--replacepkgs] [--replacefiles] [--root <dir>]"
msgstr ""
-#: rpm.c:214 rpmqv.c:424
+#: rpm.c:229
msgid " [--excludedocs] [--includedocs] [--noscripts]"
msgstr ""
-#: rpm.c:215
+#: rpm.c:230
msgid ""
" [--rcfile <file>] [--ignorearch] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:216 rpmqv.c:426
+#: rpm.c:231
msgid ""
" [--prefix <dir>] [--ignoreos] [--nodeps] [--allfiles]"
msgstr ""
-#: rpm.c:217 rpm.c:226 rpm.c:236 rpmqv.c:427 rpmqv.c:436 rpmqv.c:452
+#: rpm.c:232 rpm.c:241 rpm.c:251
msgid " [--ftpproxy <host>] [--ftpport <port>]"
msgstr ""
-#: rpm.c:218 rpm.c:237 rpmqv.c:428 rpmqv.c:437 rpmqv.c:453
+#: rpm.c:233 rpm.c:252
msgid " [--httpproxy <host>] [--httpport <port>]"
msgstr ""
-#: rpm.c:219 rpmqv.c:429
+#: rpm.c:234
msgid ""
" [--justdb] [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:220 rpmqv.c:430
+#: rpm.c:235
msgid ""
" [--badreloc] [--notriggers] [--excludepath <path>]"
msgstr ""
-#: rpm.c:221 rpmqv.c:431
+#: rpm.c:236
msgid " [--ignoresize] file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:222
+#: rpm.c:237
msgid ""
" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]"
msgstr ""
-#: rpm.c:223 rpmqv.c:433
+#: rpm.c:238
msgid " [--oldpackage] [--root <dir>] [--noscripts]"
msgstr ""
-#: rpm.c:224
+#: rpm.c:239
msgid ""
" [--excludedocs] [--includedocs] [--rcfile <file>]"
msgstr ""
-#: rpm.c:225 rpmqv.c:435
+#: rpm.c:240
msgid ""
" [--ignorearch] [--dbpath <dir>] [--prefix <dir>] "
msgstr ""
-#: rpm.c:227
+#: rpm.c:242
msgid " [--httpproxy <host>] [--httpport <port>] "
msgstr ""
-#: rpm.c:228 rpmqv.c:438
+#: rpm.c:243
msgid " [--ignoreos] [--nodeps] [--allfiles] [--justdb]"
msgstr ""
-#: rpm.c:229 rpmqv.c:439
+#: rpm.c:244
msgid " [--noorder] [--relocate oldpath=newpath]"
msgstr ""
-#: rpm.c:230 rpmqv.c:440
+#: rpm.c:245
msgid ""
" [--badreloc] [--excludepath <path>] [--ignoresize]"
msgstr ""
-#: rpm.c:231 rpmqv.c:441
+#: rpm.c:246
msgid " file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:232
+#: rpm.c:247
msgid " rpm {--query -q} [-afpg] [-i] [-l] [-s] [-d] [-c] [-v] [-R]"
msgstr ""
-#: rpm.c:233
+#: rpm.c:248
msgid " [--scripts] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:234 rpmqv.c:450
+#: rpm.c:249
msgid " [--whatprovides] [--whatrequires] [--requires]"
msgstr ""
-#: rpm.c:235 rpmqv.c:451
+#: rpm.c:250
msgid " [--triggeredby]"
msgstr ""
-#: rpm.c:238 rpmqv.c:454
+#: rpm.c:253
msgid " [--provides] [--triggers] [--dump]"
msgstr ""
-#: rpm.c:239 rpmqv.c:455
+#: rpm.c:254
msgid " [--changelog] [--dbpath <dir>] [targets]"
msgstr ""
-#: rpm.c:240
+#: rpm.c:255
msgid " rpm {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file>]"
msgstr ""
-#: rpm.c:241 rpmqv.c:457
+#: rpm.c:256
msgid ""
" [--dbpath <dir>] [--nodeps] [--nofiles] [--noscripts]"
msgstr ""
-#: rpm.c:242 rpmqv.c:458
+#: rpm.c:257
msgid " [--nomd5] [targets]"
msgstr ""
-#: rpm.c:243
+#: rpm.c:258
msgid " rpm {--setperms} [-afpg] [target]"
msgstr ""
-#: rpm.c:244
+#: rpm.c:259
msgid " rpm {--setugids} [-afpg] [target]"
msgstr ""
-#: rpm.c:245
+#: rpm.c:260
msgid " rpm {--freshen -F} file1.rpm ... fileN.rpm"
msgstr ""
-#: rpm.c:246
+#: rpm.c:261
msgid " rpm {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file>]"
msgstr ""
-#: rpm.c:247 rpmqv.c:443
+#: rpm.c:262
msgid " [--dbpath <dir>] [--nodeps] [--allmatches]"
msgstr ""
-#: rpm.c:248 rpmqv.c:444
+#: rpm.c:263
msgid " [--justdb] [--notriggers] package1 ... packageN"
msgstr ""
-#: rpm.c:249
+#: rpm.c:264
msgid " rpm {--resign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:250
+#: rpm.c:265
msgid " rpm {--addsign} [--rcfile <file>] package1 package2 ... packageN"
msgstr ""
-#: rpm.c:251
+#: rpm.c:266
msgid ""
" rpm {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile <file>]"
msgstr ""
-#: rpm.c:252 rpmqv.c:468
+#: rpm.c:267
msgid " package1 ... packageN"
msgstr ""
-#: rpm.c:253
+#: rpm.c:268
msgid " rpm {--rebuilddb} [--rcfile <file>] [--dbpath <dir>]"
msgstr ""
-#: rpm.c:254
+#: rpm.c:269
msgid " rpm {--querytags}"
msgstr ""
-#: rpm.c:288 rpmqv.c:504
+#: rpm.c:303 rpmqv.c:441
msgid "Usage:"
msgstr ""
-#: rpm.c:290 rpmqv.c:506
+#: rpm.c:305 rpmqv.c:443
msgid "print this message"
msgstr ""
-#: rpm.c:292 rpmqv.c:149 rpmqv.c:508
+#: rpm.c:307 rpmqv.c:128 rpmqv.c:445
msgid "print the version of rpm being used"
msgstr ""
-#: rpm.c:295
+#: rpm.c:310
msgid " All modes support the following arguments:"
msgstr ""
-#: rpm.c:296
+#: rpm.c:311
msgid " --define '<name> <body>'"
msgstr ""
-#: rpm.c:297 rpmqv.c:156 rpmqv.c:513
+#: rpm.c:312 rpmqv.c:135 rpmqv.c:450
msgid "define macro <name> with value <body>"
msgstr ""
-#: rpm.c:298
+#: rpm.c:313
msgid " --eval '<name>+' "
msgstr ""
-#: rpm.c:299
+#: rpm.c:314
msgid "print the expansion of macro <name> to stdout"
msgstr ""
-#: rpm.c:300
+#: rpm.c:315
msgid " --pipe <cmd> "
msgstr ""
-#: rpm.c:301 rpmqv.c:162 rpmqv.c:517
+#: rpm.c:316 rpmqv.c:141 rpmqv.c:454
msgid "send stdout to <cmd>"
msgstr ""
-#: rpm.c:302
+#: rpm.c:317
msgid " --rcfile <file> "
msgstr ""
-#: rpm.c:303
+#: rpm.c:318
msgid "use <file> instead of /etc/rpmrc and $HOME/.rpmrc"
msgstr ""
-#: rpm.c:305 rpmqv.c:180 rpmqv.c:521
+#: rpm.c:320 rpmqv.c:159 rpmqv.c:458
msgid "display final rpmrc and macro configuration"
msgstr ""
-#: rpm.c:307 rpmqv.c:529
+#: rpm.c:322 rpmqv.c:466
msgid "be a little more verbose"
msgstr ""
-#: rpm.c:309 rpmqv.c:531
+#: rpm.c:324 rpmqv.c:468
msgid "be incredibly verbose (for debugging)"
msgstr ""
-#: rpm.c:312
+#: rpm.c:327
msgid " Install, upgrade and query (with -p) allow URL's to be used in place"
msgstr ""
-#: rpm.c:313
+#: rpm.c:328
msgid " of file names as well as the following options:"
msgstr ""
-#: rpm.c:314
+#: rpm.c:329
msgid " --ftpproxy <host> "
msgstr ""
-#: rpm.c:315 rpmqv.c:538
+#: rpm.c:330 rpmqv.c:475
msgid "hostname or IP of ftp proxy"
msgstr ""
-#: rpm.c:316
+#: rpm.c:331
msgid " --ftpport <port> "
msgstr ""
-#: rpm.c:317 rpmqv.c:540
+#: rpm.c:332 rpmqv.c:477
msgid "port number of ftp server (or proxy)"
msgstr ""
-#: rpm.c:318
+#: rpm.c:333
msgid " --httpproxy <host> "
msgstr ""
-#: rpm.c:319 rpmqv.c:542
+#: rpm.c:334 rpmqv.c:479
msgid "hostname or IP of http proxy"
msgstr ""
-#: rpm.c:320
+#: rpm.c:335
msgid " --httpport <port> "
msgstr ""
-#: rpm.c:321 rpmqv.c:544
+#: rpm.c:336 rpmqv.c:481
msgid "port number of http server (or proxy)"
msgstr ""
-#: rpm.c:325 rpmqv.c:564
+#: rpm.c:340 rpmqv.c:501
msgid "query mode"
msgstr ""
-#: rpm.c:326 rpm.c:372 rpm.c:397 rpm.c:449 rpm.c:523
+#: rpm.c:341 rpm.c:387 rpm.c:412 rpm.c:464 rpm.c:538
msgid " --dbpath <dir> "
msgstr ""
-#: rpm.c:327 rpm.c:373 rpm.c:398 rpm.c:450 rpm.c:524 rpmqv.c:524
+#: rpm.c:342 rpm.c:388 rpm.c:413 rpm.c:465 rpm.c:539 rpmqv.c:461
msgid "use <dir> as the directory for the database"
msgstr ""
-#: rpm.c:328
+#: rpm.c:343
msgid " --queryformat <qfmt>"
msgstr ""
-#: rpm.c:329 rpmqv.c:566
+#: rpm.c:344 rpmqv.c:503
msgid "use <qfmt> as the header format (implies --info)"
msgstr ""
-#: rpm.c:330 rpm.c:374 rpm.c:432 rpm.c:461
+#: rpm.c:345 rpm.c:389 rpm.c:447 rpm.c:476
msgid " --root <dir> "
msgstr ""
-#: rpm.c:331 rpm.c:375 rpm.c:433 rpm.c:462 rpm.c:526 rpmqv.c:165 rpmqv.c:526
+#: rpm.c:346 rpm.c:390 rpm.c:448 rpm.c:477 rpm.c:541 rpmqv.c:144 rpmqv.c:463
msgid "use <dir> as the top level directory"
msgstr ""
-#: rpm.c:332
+#: rpm.c:347
msgid " Package specification options:"
msgstr ""
-#: rpm.c:334
+#: rpm.c:349
msgid "query all packages"
msgstr ""
-#: rpm.c:335
+#: rpm.c:350
msgid " -f <file>+ "
msgstr ""
-#: rpm.c:336
+#: rpm.c:351
msgid "query package owning <file>"
msgstr ""
-#: rpm.c:337
+#: rpm.c:352
msgid " -p <packagefile>+ "
msgstr ""
-#: rpm.c:338
+#: rpm.c:353
msgid "query (uninstalled) package <packagefile>"
msgstr ""
-#: rpm.c:339
+#: rpm.c:354
msgid " --triggeredby <pkg>"
msgstr ""
-#: rpm.c:340
+#: rpm.c:355
msgid "query packages triggered by <pkg>"
msgstr ""
-#: rpm.c:341
+#: rpm.c:356
msgid " --whatprovides <cap>"
msgstr ""
-#: rpm.c:342
+#: rpm.c:357
msgid "query packages which provide <cap> capability"
msgstr ""
-#: rpm.c:343
+#: rpm.c:358
msgid " --whatrequires <cap>"
msgstr ""
-#: rpm.c:344
+#: rpm.c:359
msgid "query packages which require <cap> capability"
msgstr ""
-#: rpm.c:345
+#: rpm.c:360
msgid " Information selection options:"
msgstr ""
-#: rpm.c:347 rpmqv.c:570
+#: rpm.c:362 rpmqv.c:507
msgid "display package information"
msgstr ""
-#: rpm.c:349 rpmqv.c:572
+#: rpm.c:364 rpmqv.c:509
msgid "display the package's change log"
msgstr ""
-#: rpm.c:351 rpmqv.c:574
+#: rpm.c:366 rpmqv.c:511
msgid "display package file list"
msgstr ""
-#: rpm.c:353 rpmqv.c:576
+#: rpm.c:368 rpmqv.c:513
msgid "show file states (implies -l)"
msgstr ""
-#: rpm.c:355 rpmqv.c:578
+#: rpm.c:370 rpmqv.c:515
msgid "list only documentation files (implies -l)"
msgstr ""
-#: rpm.c:357 rpmqv.c:580
+#: rpm.c:372 rpmqv.c:517
msgid "list only configuration files (implies -l)"
msgstr ""
-#: rpm.c:359 rpmqv.c:582
+#: rpm.c:374 rpmqv.c:519
msgid ""
"show all verifiable information for each file (must be used with -l, -c, or "
"-d)"
msgstr ""
-#: rpm.c:361
+#: rpm.c:376
msgid "list capabilities package provides"
msgstr ""
-#: rpm.c:363
+#: rpm.c:378
msgid "list package dependencies"
msgstr ""
-#: rpm.c:365
+#: rpm.c:380
msgid "print the various [un]install scripts"
msgstr ""
-#: rpm.c:367
+#: rpm.c:382
msgid "show the trigger scripts contained in the package"
msgstr ""
-#: rpm.c:371 rpmqv.c:593
+#: rpm.c:386 rpmqv.c:530
msgid ""
"verify a package installation using the same same package specification "
"options as -q"
msgstr ""
-#: lib/poptBT.c:180 lib/verify.c:56 rpm.c:377 rpm.c:419 rpm.c:454 rpmqv.c:291
-#: rpmqv.c:595 rpmqv.c:643 rpmqv.c:677
+#: lib/poptBT.c:183 lib/verify.c:54 rpm.c:392 rpm.c:434 rpm.c:469 rpmqv.c:262
+#: rpmqv.c:532 rpmqv.c:580 rpmqv.c:614
msgid "do not verify package dependencies"
msgstr ""
-#: lib/verify.c:62 rpm.c:379 rpmqv.c:236 rpmqv.c:599
+#: lib/verify.c:60 rpm.c:394 rpmqv.c:208 rpmqv.c:536
msgid "do not verify file md5 checksums"
msgstr ""
-#: rpm.c:381 rpmqv.c:597
+#: rpm.c:396 rpmqv.c:534
msgid "do not verify file attributes"
msgstr ""
-#: rpm.c:383 rpmqv.c:604
+#: rpm.c:398 rpmqv.c:541
msgid "list the tags that can be used in a query format"
msgstr ""
-#: rpm.c:386
+#: rpm.c:401
msgid " --install <packagefile>"
msgstr ""
-#: rpm.c:387
+#: rpm.c:402
msgid " -i <packagefile> "
msgstr ""
-#: rpm.c:388 rpmqv.c:285 rpmqv.c:618
+#: rpm.c:403 rpmqv.c:258 rpmqv.c:555
msgid "install package"
msgstr ""
-#: rpm.c:389
+#: rpm.c:404
msgid " --excludepath <path>"
msgstr ""
-#: rpm.c:390
+#: rpm.c:405
msgid "skip files in path <path>"
msgstr ""
-#: rpm.c:391
+#: rpm.c:406
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpm.c:392 rpmqv.c:312 rpmqv.c:655
+#: rpm.c:407 rpmqv.c:592
msgid "relocate files from <oldpath> to <newpath>"
msgstr ""
-#: rpm.c:394 rpmqv.c:252 rpmqv.c:623
+#: rpm.c:409 rpmqv.c:230 rpmqv.c:560
msgid "relocate files in non-relocateable package"
msgstr ""
-#: rpm.c:395
+#: rpm.c:410
msgid " --prefix <dir> "
msgstr ""
-#: rpm.c:396 rpmqv.c:309 rpmqv.c:653
+#: rpm.c:411 rpmqv.c:276 rpmqv.c:590
msgid "relocate the package to <dir>, if relocatable"
msgstr ""
-#: rpm.c:400 rpmqv.c:258 rpmqv.c:625
+#: rpm.c:415 rpmqv.c:236 rpmqv.c:562
msgid "do not install documentation"
msgstr ""
-#: rpm.c:402 rpmqv.c:264 rpmqv.c:629
+#: rpm.c:417 rpmqv.c:241 rpmqv.c:566
msgid "short hand for --replacepkgs --replacefiles"
msgstr ""
-#: rpm.c:404 rpmqv.c:270 rpmqv.c:631
+#: rpm.c:419 rpmqv.c:247 rpmqv.c:568
msgid "print hash marks as package installs (good with -v)"
msgstr ""
-#: rpm.c:406 rpmqv.c:246 rpmqv.c:620
+#: rpm.c:421 rpmqv.c:224 rpmqv.c:557
msgid "install all files, even configurations which might otherwise be skipped"
msgstr ""
-#: rpm.c:409 rpmqv.c:273 rpmqv.c:633
+#: rpm.c:424 rpmqv.c:249 rpmqv.c:570
msgid "don't verify package architecture"
msgstr ""
-#: rpm.c:411 rpmqv.c:279 rpmqv.c:635
+#: rpm.c:426 rpmqv.c:254 rpmqv.c:572
msgid "don't check disk space before installing"
msgstr ""
-#: rpm.c:413 rpmqv.c:276 rpmqv.c:637
+#: rpm.c:428 rpmqv.c:251 rpmqv.c:574
msgid "don't verify package operating system"
msgstr ""
-#: rpm.c:415 rpmqv.c:282 rpmqv.c:639
+#: rpm.c:430 rpmqv.c:256 rpmqv.c:576
msgid "install documentation"
msgstr ""
-#: rpm.c:417 rpm.c:452 rpmqv.c:288 rpmqv.c:641 rpmqv.c:675
+#: rpm.c:432 rpm.c:467 rpmqv.c:260 rpmqv.c:578 rpmqv.c:612
msgid "update the database, but do not modify the filesystem"
msgstr ""
-#: rpm.c:421 rpm.c:456 rpmqv.c:294 rpmqv.c:645 rpmqv.c:679
+#: rpm.c:436 rpm.c:471 rpmqv.c:264 rpmqv.c:582 rpmqv.c:616
msgid "do not reorder package installation to satisfy dependencies"
msgstr ""
-#: rpm.c:423
+#: rpm.c:438
msgid "don't execute any installation scripts"
msgstr ""
-#: rpm.c:425 rpm.c:460 rpmqv.c:683
+#: rpm.c:440 rpm.c:475 rpmqv.c:620
msgid "don't execute any scripts triggered by this package"
msgstr ""
-#: rpm.c:427 rpmqv.c:306 rpmqv.c:651
+#: rpm.c:442 rpmqv.c:274 rpmqv.c:588
msgid "print percentages as package installs"
msgstr ""
-#: rpm.c:429 rpmqv.c:315 rpmqv.c:657
+#: rpm.c:444 rpmqv.c:285 rpmqv.c:594
msgid "install even if the package replaces installed files"
msgstr ""
-#: rpm.c:431 rpmqv.c:318 rpmqv.c:659
+#: rpm.c:446 rpmqv.c:287 rpmqv.c:596
msgid "reinstall if the package is already present"
msgstr ""
-#: rpm.c:435 rpmqv.c:321 rpmqv.c:661
+#: rpm.c:450 rpmqv.c:289 rpmqv.c:598
msgid "don't install, but tell if it would work or not"
msgstr ""
-#: rpm.c:438
+#: rpm.c:453
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpm.c:439
+#: rpm.c:454
msgid " -U <packagefile> "
msgstr ""
-#: rpm.c:440 rpmqv.c:665
+#: rpm.c:455 rpmqv.c:602
msgid "upgrade package (same options as --install, plus)"
msgstr ""
-#: rpm.c:442 rpmqv.c:303 rpmqv.c:667
+#: rpm.c:457 rpmqv.c:271 rpmqv.c:604
msgid ""
"upgrade to an old version of the package (--force on upgrades does this "
"automatically)"
msgstr ""
-#: rpm.c:444
+#: rpm.c:459
msgid " --erase <package>"
msgstr ""
-#: rpm.c:446 rpmqv.c:255 rpmqv.c:671
+#: rpm.c:461 rpmqv.c:234 rpmqv.c:608
msgid "erase (uninstall) package"
msgstr ""
-#: rpm.c:448 rpmqv.c:249 rpmqv.c:673
+#: rpm.c:463 rpmqv.c:227 rpmqv.c:610
msgid ""
"remove all packages which match <package> (normally an error is generated if "
"<package> specified multiple packages)"
msgstr ""
-#: rpm.c:458 rpmqv.c:681
+#: rpm.c:473 rpmqv.c:618
msgid "do not execute any package specific scripts"
msgstr ""
-#: rpm.c:464
+#: rpm.c:479
msgid " -b<stage> <spec> "
msgstr ""
-#: rpm.c:465
+#: rpm.c:480
msgid " -t<stage> <tarball> "
msgstr ""
-#: rpm.c:466
+#: rpm.c:481
msgid "build package, where <stage> is one of:"
msgstr ""
-#: rpm.c:468
+#: rpm.c:483
msgid "prep (unpack sources and apply patches)"
msgstr ""
-#: rpm.c:470
+#: rpm.c:485
#, c-format
msgid "list check (do some cursory checks on %files)"
msgstr ""
-#: rpm.c:472
+#: rpm.c:487
msgid "compile (prep and compile)"
msgstr ""
-#: rpm.c:474
+#: rpm.c:489
msgid "install (prep, compile, install)"
msgstr ""
-#: rpm.c:476
+#: rpm.c:491
msgid "binary package (prep, compile, install, package)"
msgstr ""
-#: rpm.c:478
+#: rpm.c:493
msgid "bin/src package (prep, compile, install, package)"
msgstr ""
-#: lib/poptBT.c:191 rpm.c:480
+#: lib/poptBT.c:194 rpm.c:495
msgid "skip straight to specified stage (only for c,i)"
msgstr ""
-#: lib/poptBT.c:172 rpm.c:482
+#: lib/poptBT.c:173 rpm.c:497
msgid "remove build tree when done"
msgstr ""
-#: lib/poptBT.c:187 rpm.c:484
+#: lib/poptBT.c:190 rpm.c:499
msgid "remove sources when done"
msgstr ""
-#: rpm.c:486
+#: rpm.c:501
msgid "remove spec file when done"
msgstr ""
-#: lib/poptBT.c:193 rpm.c:488 rpmqv.c:224
+#: lib/poptBT.c:196 rpm.c:503 rpmqv.c:200
msgid "generate PGP/GPG signature"
msgstr ""
-#: rpm.c:489
+#: rpm.c:504
msgid " --buildroot <dir> "
msgstr ""
-#: rpm.c:490
+#: rpm.c:505
msgid "use <dir> as the build root"
msgstr ""
-#: rpm.c:491
+#: rpm.c:506
msgid " --target=<platform>+"
msgstr ""
-#: rpm.c:492
+#: rpm.c:507
msgid "build the packages for the build targets platform1...platformN."
msgstr ""
-#: rpm.c:494
+#: rpm.c:509
msgid "do not execute any stages"
msgstr ""
-#: rpm.c:495
+#: rpm.c:510
msgid " --timecheck <secs> "
msgstr ""
-#: rpm.c:496
+#: rpm.c:511
msgid "set the time check to <secs> seconds (0 disables)"
msgstr ""
-#: rpm.c:498
+#: rpm.c:513
msgid " --rebuild <src_pkg> "
msgstr ""
-#: rpm.c:499
+#: rpm.c:514
msgid ""
"install source package, build binary package and remove spec file, sources, "
"patches, and icons."
msgstr ""
-#: rpm.c:500
+#: rpm.c:515
msgid " --recompile <src_pkg> "
msgstr ""
-#: rpm.c:501
+#: rpm.c:516
msgid "like --rebuild, but don't build any package"
msgstr ""
-#: rpm.c:504
+#: rpm.c:519
msgid " --resign <pkg>+ "
msgstr ""
-#: rpm.c:505 rpmqv.c:221 rpmqv.c:689
+#: rpm.c:520 rpmqv.c:198 rpmqv.c:626
msgid "sign a package (discard current signature)"
msgstr ""
-#: rpm.c:506
+#: rpm.c:521
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpm.c:507 rpmqv.c:218 rpmqv.c:691
+#: rpm.c:522 rpmqv.c:196 rpmqv.c:628
msgid "add a signature to a package"
msgstr ""
-#: rpm.c:508
+#: rpm.c:523
msgid " --checksig <pkg>+"
msgstr ""
-#: rpm.c:509
+#: rpm.c:524
msgid " -K <pkg>+ "
msgstr ""
-#: rpm.c:510 rpmqv.c:227 rpmqv.c:695
+#: rpm.c:525 rpmqv.c:202 rpmqv.c:632
msgid "verify package signature"
msgstr ""
-#: rpm.c:512 rpmqv.c:230 rpmqv.c:697
+#: rpm.c:527 rpmqv.c:204 rpmqv.c:634
msgid "skip any PGP signatures"
msgstr ""
-#: rpm.c:514 rpmqv.c:233 rpmqv.c:699
+#: rpm.c:529 rpmqv.c:206 rpmqv.c:636
msgid "skip any GPG signatures"
msgstr ""
-#: rpm.c:516 rpmqv.c:701
+#: rpm.c:531 rpmqv.c:638
msgid "skip any MD5 signatures"
msgstr ""
-#: rpm.c:520
+#: rpm.c:535
msgid "make sure a valid database exists"
msgstr ""
-#: rpm.c:522
+#: rpm.c:537
msgid "rebuild database from existing database"
msgstr ""
-#: rpm.c:530 rpmqv.c:606
+#: rpm.c:545 rpmqv.c:543
msgid ""
"set the file permissions to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:533 rpmqv.c:609
+#: rpm.c:548 rpmqv.c:546
msgid ""
"set the file owner and group to those in the package database using the same "
"package specification options as -q"
msgstr ""
-#: rpm.c:671 rpm.c:677 rpm.c:686 rpm.c:708 rpm.c:714 rpm.c:721 rpm.c:729
-#: rpm.c:737 rpm.c:758 rpm.c:821 rpmqv.c:889 rpmqv.c:898 rpmqv.c:904
-#: rpmqv.c:910 rpmqv.c:917 rpmqv.c:952 rpmqv.c:960 rpmqv.c:966 rpmqv.c:974
-#: rpmqv.c:1042
+#: rpm.c:688 rpm.c:694 rpm.c:703 rpm.c:725 rpm.c:731 rpm.c:738 rpm.c:746
+#: rpm.c:754 rpm.c:775 rpm.c:838 rpmqv.c:831 rpmqv.c:837 rpmqv.c:844
+#: rpmqv.c:850 rpmqv.c:884 rpmqv.c:892 rpmqv.c:898 rpmqv.c:906 rpmqv.c:973
msgid "only one major mode may be specified"
msgstr ""
-#: rpm.c:679 rpmqv.c:891
+#: rpm.c:696
msgid "-u and --uninstall are deprecated and no longer work.\n"
msgstr ""
-#: rpm.c:681 rpmqv.c:893
+#: rpm.c:698
msgid "Use -e or --erase instead.\n"
msgstr ""
-#: rpm.c:764 rpmqv.c:936
+#: rpm.c:781 rpmqv.c:868
msgid "relocations must begin with a /"
msgstr ""
-#: rpm.c:766 rpmqv.c:938
+#: rpm.c:783 rpmqv.c:870
msgid "relocations must contain a ="
msgstr ""
-#: rpm.c:769 rpmqv.c:941
+#: rpm.c:786 rpmqv.c:873
msgid "relocations must have a / following the ="
msgstr ""
-#: rpm.c:778 rpmqv.c:925
+#: rpm.c:795 rpmqv.c:857
msgid "exclude paths must begin with a /"
msgstr ""
-#: rpm.c:787 rpmqv.c:995
+#: rpm.c:804 rpmqv.c:927
msgid "The --rcfile option has been eliminated.\n"
msgstr ""
-#: rpm.c:788
+#: rpm.c:805
msgid "Use --macros with a colon separated list of macro files to read.\n"
msgstr ""
-#: rpm.c:793 rpmqv.c:1001
+#: rpm.c:810 rpmqv.c:933
#, c-format
msgid "Internal error in argument processing (%d) :-(\n"
msgstr ""
-#: rpm.c:828 rpmqv.c:1057
+#: rpm.c:845 rpmqv.c:988
msgid "one type of query/verify may be performed at a time"
msgstr ""
-#: rpm.c:833 rpmqv.c:1061
+#: rpm.c:850 rpmqv.c:992
msgid "unexpected query flags"
msgstr ""
-#: rpm.c:836 rpmqv.c:1064
+#: rpm.c:853 rpmqv.c:995
msgid "unexpected query format"
msgstr ""
-#: rpm.c:839 rpmqv.c:1067
+#: rpm.c:856 rpmqv.c:998
msgid "unexpected query source"
msgstr ""
-#: rpm.c:842 rpmqv.c:1077
+#: rpm.c:859 rpmqv.c:1008
msgid "only installation, upgrading, rmsource and rmspec may be forced"
msgstr ""
-#: rpm.c:845 rpmqv.c:1082
+#: rpm.c:862 rpmqv.c:1013
msgid "files may only be relocated during package installation"
msgstr ""
-#: rpm.c:848 rpmqv.c:1085
+#: rpm.c:865 rpmqv.c:1016
msgid "only one of --prefix or --relocate may be used"
msgstr ""
-#: rpm.c:851 rpmqv.c:1088
+#: rpm.c:868 rpmqv.c:1019
msgid ""
"--relocate and --excludepath may only be used when installing new packages"
msgstr ""
-#: rpm.c:854 rpmqv.c:1091
+#: rpm.c:871 rpmqv.c:1022
msgid "--prefix may only be used when installing new packages"
msgstr ""
-#: rpm.c:857 rpmqv.c:1094
+#: rpm.c:874 rpmqv.c:1025
msgid "arguments to --prefix must begin with a /"
msgstr ""
-#: rpm.c:860 rpmqv.c:1097
+#: rpm.c:877 rpmqv.c:1028
msgid "--hash (-h) may only be specified during package installation"
msgstr ""
-#: rpm.c:864 rpmqv.c:1101
+#: rpm.c:881 rpmqv.c:1032
msgid "--percent may only be specified during package installation"
msgstr ""
-#: rpm.c:868 rpmqv.c:1105
+#: rpm.c:885 rpmqv.c:1037
msgid "--replacefiles may only be specified during package installation"
msgstr ""
-#: rpm.c:872 rpmqv.c:1109
+#: rpm.c:889 rpmqv.c:1041
msgid "--replacepkgs may only be specified during package installation"
msgstr ""
-#: rpm.c:876 rpmqv.c:1113
+#: rpm.c:893 rpmqv.c:1045
msgid "--excludedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:880 rpmqv.c:1117
+#: rpm.c:897 rpmqv.c:1049
msgid "--includedocs may only be specified during package installation"
msgstr ""
-#: rpm.c:884 rpmqv.c:1121
+#: rpm.c:901 rpmqv.c:1053
msgid "only one of --excludedocs and --includedocs may be specified"
msgstr ""
-#: rpm.c:888 rpmqv.c:1125
+#: rpm.c:905 rpmqv.c:1057
msgid "--ignorearch may only be specified during package installation"
msgstr ""
-#: rpm.c:892 rpmqv.c:1129
+#: rpm.c:909 rpmqv.c:1061
msgid "--ignoreos may only be specified during package installation"
msgstr ""
-#: rpm.c:896 rpmqv.c:1133
+#: rpm.c:913 rpmqv.c:1066
msgid "--ignoresize may only be specified during package installation"
msgstr ""
-#: rpm.c:900 rpmqv.c:1137
+#: rpm.c:917 rpmqv.c:1070
msgid "--allmatches may only be specified during package erasure"
msgstr ""
-#: rpm.c:904 rpmqv.c:1141
+#: rpm.c:921 rpmqv.c:1074
msgid "--allfiles may only be specified during package installation"
msgstr ""
-#: rpm.c:908 rpmqv.c:1145
+#: rpm.c:925 rpmqv.c:1079
msgid "--justdb may only be specified during package installation and erasure"
msgstr ""
-#: rpm.c:913 rpmqv.c:1152
+#: rpm.c:930
msgid ""
"--noscripts may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:917
+#: rpm.c:934
msgid ""
"--notriggers may only be specified during package installation, erasure, and "
"verification"
msgstr ""
-#: rpm.c:921 rpmqv.c:1162
+#: rpm.c:938 rpmqv.c:1090
msgid ""
"--nodeps may only be specified during package building, rebuilding, "
"recompilation, installation,erasure, and verification"
msgstr ""
-#: rpm.c:926 rpmqv.c:1167
+#: rpm.c:943 rpmqv.c:1095
msgid ""
"--test may only be specified during package installation, erasure, and "
"building"
msgstr ""
-#: rpm.c:930 rpmqv.c:1172
+#: rpm.c:947 rpmqv.c:1100
msgid ""
"--root (-r) may only be specified during installation, erasure, querying, "
"and database rebuilds"
msgstr ""
-#: rpm.c:942 rpmqv.c:1184
+#: rpm.c:959 rpmqv.c:1112
msgid "arguments to --root (-r) must begin with a /"
msgstr ""
-#: rpm.c:948 rpmqv.c:1191
+#: rpm.c:965
msgid "--oldpackage may only be used during upgrades"
msgstr ""
-#: rpm.c:951 rpmqv.c:1196
+#: rpm.c:968 rpmqv.c:1119
msgid "--nopgp may only be used during signature checking"
msgstr ""
-#: rpm.c:954 rpmqv.c:1199
+#: rpm.c:971 rpmqv.c:1122
msgid "--nogpg may only be used during signature checking"
msgstr ""
-#: rpm.c:957 rpmqv.c:1204
+#: rpm.c:974 rpmqv.c:1127
msgid ""
"--nomd5 may only be used during signature checking and package verification"
msgstr ""
-#: rpm.c:968 rpmqv.c:1220
+#: rpm.c:985 rpmqv.c:1143
msgid "no files to sign\n"
msgstr ""
-#: rpm.c:973 rpmqv.c:1225
+#: rpm.c:990 rpmqv.c:1148
#, c-format
msgid "cannot access file %s\n"
msgstr ""
-#: rpm.c:988 rpmqv.c:1241
+#: rpm.c:1005 rpmqv.c:1164
msgid "pgp not found: "
msgstr ""
-#: rpm.c:992 rpmqv.c:1245
+#: rpm.c:1009 rpmqv.c:1168
msgid "Enter pass phrase: "
msgstr ""
-#: rpm.c:994 rpmqv.c:1247
+#: rpm.c:1011 rpmqv.c:1170
msgid "Pass phrase check failed\n"
msgstr ""
-#: rpm.c:997 rpmqv.c:1250
+#: rpm.c:1014 rpmqv.c:1173
msgid "Pass phrase is good.\n"
msgstr ""
-#: rpm.c:1002 rpmqv.c:1255
+#: rpm.c:1019 rpmqv.c:1178
msgid "Invalid %%_signature spec in macro file.\n"
msgstr ""
-#: rpm.c:1008 rpmqv.c:1261
+#: rpm.c:1025 rpmqv.c:1184
msgid "--sign may only be used during package building"
msgstr ""
-#: rpm.c:1023 rpmqv.c:1277
+#: rpm.c:1040 rpmqv.c:1200
msgid "exec failed\n"
msgstr ""
-#: rpm.c:1042 rpmqv.c:1547
+#: rpm.c:1059 rpmqv.c:1444
msgid "unexpected arguments to --querytags "
msgstr ""
-#: rpm.c:1053 rpmqv.c:1569
+#: rpm.c:1070 rpmqv.c:1466
msgid "no packages given for signature check"
msgstr ""
-#: rpm.c:1064 rpmqv.c:1580
+#: rpm.c:1081 rpmqv.c:1477
msgid "no packages given for signing"
msgstr ""
-#: rpm.c:1080 rpmqv.c:1417
+#: rpm.c:1097 rpmqv.c:1340
msgid "no packages given for uninstall"
msgstr ""
-#: rpm.c:1131 rpmqv.c:1468
+#: rpm.c:1161 rpmqv.c:1369
msgid "no packages given for install"
msgstr ""
-#: rpm.c:1154 rpmqv.c:1508
+#: rpm.c:1185 rpmqv.c:1410
msgid "extra arguments given for query of all packages"
msgstr ""
-#: rpm.c:1159 rpmqv.c:1513
+#: rpm.c:1190 rpmqv.c:1415
msgid "no arguments given for query"
msgstr ""
-#: rpm.c:1176 rpmqv.c:1535
+#: rpm.c:1207 rpmqv.c:1432
msgid "extra arguments given for verify of all packages"
msgstr ""
-#: rpm.c:1180 rpmqv.c:1539
+#: rpm.c:1211 rpmqv.c:1436
msgid "no arguments given for verify"
msgstr ""
msgid "cannot re-open payload: %s\n"
msgstr ""
-#: rpmqv.c:152
+#: rpmqv.c:131
msgid "provide less detailed output"
msgstr ""
-#: rpmqv.c:154
+#: rpmqv.c:133
msgid "provide more detailed output"
msgstr ""
-#: rpmqv.c:157
+#: rpmqv.c:136
msgid "'<name> <body>'"
msgstr ""
-#: rpmqv.c:159
+#: rpmqv.c:138
msgid "print macro expansion of <expr>+"
msgstr ""
-#: rpmqv.c:160
+#: rpmqv.c:139
msgid "<expr>+"
msgstr ""
-#: rpmqv.c:163
+#: rpmqv.c:142
msgid "<cmd>"
msgstr ""
-#: rpmqv.c:166 rpmqv.c:310
+#: rpmqv.c:145 rpmqv.c:277
msgid "<dir>"
msgstr ""
-#: rpmqv.c:168
+#: rpmqv.c:147
msgid "read <file:...> instead of default macro file(s)"
msgstr ""
-#: rpmqv.c:169 rpmqv.c:173 rpmqv.c:177
+#: rpmqv.c:148 rpmqv.c:152 rpmqv.c:156
msgid "<file:...>"
msgstr ""
-#: rpmqv.c:172 rpmqv.c:176
+#: rpmqv.c:151 rpmqv.c:155
msgid "read <file:...> instead of default rpmrc file(s)"
msgstr ""
-#: rpmqv.c:185
+#: rpmqv.c:164
msgid "disable use of libio(3) API"
msgstr ""
-#: rpmqv.c:188
+#: rpmqv.c:167
msgid "debug protocol data stream"
msgstr ""
-#: rpmqv.c:190
+#: rpmqv.c:169
msgid "debug rpmio I/O"
msgstr ""
-#: rpmqv.c:192
+#: rpmqv.c:171
msgid "debug URL cache handling"
msgstr ""
-#: rpmqv.c:200
+#: rpmqv.c:179
msgid "initialize database"
msgstr ""
-#: rpmqv.c:202
+#: rpmqv.c:181
msgid "rebuild database inverted lists from installed package headers"
msgstr ""
-#: rpmqv.c:205
+#: rpmqv.c:184
msgid "generate headers compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:174 rpmqv.c:208
+#: lib/poptBT.c:175 rpmqv.c:187
msgid "generate headers compatible with rpm4 packaging"
msgstr ""
-#: rpmqv.c:256
-msgid "<package>"
+#: rpmqv.c:232
+msgid "save erased package files by renaming into sub-directory"
msgstr ""
-#: rpmqv.c:261 rpmqv.c:627
+#: rpmqv.c:234
+msgid "<package>+"
+msgstr ""
+
+#: rpmqv.c:238 rpmqv.c:564
msgid "skip files with leading component <path> "
msgstr ""
-#: rpmqv.c:267
-msgid "upgrade package if already installed"
+#: rpmqv.c:239
+msgid "<path>"
+msgstr ""
+
+#: rpmqv.c:244
+msgid "upgrade package(s) if already installed"
msgstr ""
-#: rpmqv.c:268 rpmqv.c:286 rpmqv.c:325
+#: rpmqv.c:245 rpmqv.c:258 rpmqv.c:292
msgid "<packagefile>+"
msgstr ""
-#: rpmqv.c:297 rpmqv.c:601
+#: rpmqv.c:267 rpmqv.c:538
msgid "do not execute scripts (if any)"
msgstr ""
-#: rpmqv.c:300 rpmqv.c:649
+#: rpmqv.c:269 rpmqv.c:586
msgid "don't execute any scriptlets triggered by this package"
msgstr ""
-#: rpmqv.c:313
-msgid "<oldpath>=<newpath>"
+#: rpmqv.c:279
+msgid "relocate files from path <old> to <new>"
+msgstr ""
+
+#: rpmqv.c:280
+msgid "<old>=<new>"
+msgstr ""
+
+#: rpmqv.c:282
+msgid "save erased package files by repackaging"
msgstr ""
-#: rpmqv.c:324
-msgid "upgrade package"
+#: rpmqv.c:291
+msgid "upgrade package(s)"
msgstr ""
-#: rpmqv.c:347
+#: rpmqv.c:311
msgid "Query options (with -q or --query):"
msgstr ""
-#: rpmqv.c:350
+#: rpmqv.c:314
msgid "Verify options (with -V or --verify):"
msgstr ""
-#: rpmqv.c:356
+#: rpmqv.c:320
msgid "Signature options:"
msgstr ""
-#: rpmqv.c:362
+#: rpmqv.c:326
msgid "Database options:"
msgstr ""
-#: rpmqv.c:368
+#: rpmqv.c:332
msgid "Build options with [ <specfile> | <tarball> | <source package> ]:"
msgstr ""
-#: rpmqv.c:373
-msgid "Common options for all rpm modes:"
-msgstr ""
-
-#: rpmqv.c:413
-#, c-format
-msgid "Usage: %s {--help}\n"
-msgstr ""
-
-#: rpmqv.c:417
-#, c-format
-msgid " %s {--initdb} [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:418
-#, c-format
-msgid " %s {--rebuilddb} [--rcfile <file:...>] [--dbpath <dir>]\n"
-msgstr ""
-
-#: rpmqv.c:422
-#, c-format
-msgid ""
-" %s {--install -i} [-v] [--hash -h] [--percent] [--force] [--test]\n"
-msgstr ""
-
-#: rpmqv.c:425
-msgid ""
-" [--rcfile <file:...>] [--ignorearch] [--dbpath <dir>]"
-msgstr ""
-
-#: rpmqv.c:434
-msgid ""
-" [--excludedocs] [--includedocs] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:442
-#, c-format
-msgid ""
-" %s {--erase -e} [--root <dir>] [--noscripts] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:449
-msgid ""
-" [--scripts] [--root <dir>] [--rcfile <file:...>]"
-msgstr ""
-
-#: rpmqv.c:456
-#, c-format
-msgid ""
-" %s {--verify -V -y} [-afpg] [--root <dir>] [--rcfile <file:...>]\n"
-msgstr ""
-
-#: rpmqv.c:460
-#, c-format
-msgid " %s {--setperms} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:461
-#, c-format
-msgid " %s {--setugids} [-afpg] [target]\n"
-msgstr ""
-
-#: rpmqv.c:465
-#, c-format
-msgid ""
-" %s {--resign} [--rcfile <file:...>] package1 package2 ... packageN\n"
+#: rpmqv.c:338
+msgid "Install/Upgrade/Erase options:"
msgstr ""
-#: rpmqv.c:466
-#, c-format
-msgid ""
-" %s {--addsign} [--rcfile <file:...>] package1 package2 ... packageN"
+#: rpmqv.c:343
+msgid "Common options for all rpm modes:"
msgstr ""
-#: rpmqv.c:467
+#: rpmqv.c:377
#, c-format
-msgid ""
-" %s {--checksig -K} [--nopgp] [--nogpg] [--nomd5] [--rcfile "
-"<file:...>]\n"
+msgid "Usage: %s {--help}\n"
msgstr ""
-#: rpmqv.c:511
+#: rpmqv.c:448
msgid " All modes support the following options:"
msgstr ""
-#: rpmqv.c:512
+#: rpmqv.c:449
msgid " --define '<name> <body>'"
msgstr ""
-#: rpmqv.c:514
+#: rpmqv.c:451
msgid " --eval '<expr>+' "
msgstr ""
-#: rpmqv.c:515
+#: rpmqv.c:452
msgid "print the expansion of macro <expr> to stdout"
msgstr ""
-#: rpmqv.c:516
+#: rpmqv.c:453
msgid " --pipe <cmd> "
msgstr ""
-#: rpmqv.c:518
+#: rpmqv.c:455
msgid " --rcfile <file:...> "
msgstr ""
-#: rpmqv.c:519
+#: rpmqv.c:456
msgid "use <file:...> instead of default list of macro files"
msgstr ""
-#: rpmqv.c:523
+#: rpmqv.c:460
msgid " --dbpath <dir> "
msgstr ""
-#: rpmqv.c:525
+#: rpmqv.c:462
msgid " --root <dir> "
msgstr ""
-#: rpmqv.c:535
+#: rpmqv.c:472
msgid ""
" Install, upgrade and query (with -p) modes allow URL's to be used in place"
msgstr ""
-#: rpmqv.c:536
+#: rpmqv.c:473
msgid " of file names as well as the following options:"
msgstr ""
-#: rpmqv.c:537
+#: rpmqv.c:474
msgid " --ftpproxy <host> "
msgstr ""
-#: rpmqv.c:539
+#: rpmqv.c:476
msgid " --ftpport <port> "
msgstr ""
-#: rpmqv.c:541
+#: rpmqv.c:478
msgid " --httpproxy <host> "
msgstr ""
-#: rpmqv.c:543
+#: rpmqv.c:480
msgid " --httpport <port> "
msgstr ""
-#: rpmqv.c:549
+#: rpmqv.c:486
msgid " Package specification options:"
msgstr ""
-#: lib/poptQV.c:68 rpmqv.c:551
+#: lib/poptQV.c:68 rpmqv.c:488
msgid "query/verify all packages"
msgstr ""
-#: rpmqv.c:552
+#: rpmqv.c:489
msgid " -f <file>+ "
msgstr ""
-#: rpmqv.c:553
+#: rpmqv.c:490
msgid "query/verify package owning <file>"
msgstr ""
-#: rpmqv.c:554
+#: rpmqv.c:491
msgid " -p <packagefile>+ "
msgstr ""
-#: rpmqv.c:555
+#: rpmqv.c:492
msgid "query/verify (uninstalled) package <packagefile>"
msgstr ""
-#: rpmqv.c:556
+#: rpmqv.c:493
msgid " --triggeredby <pkg> "
msgstr ""
-#: rpmqv.c:557
+#: rpmqv.c:494
msgid "query/verify packages triggered by <pkg>"
msgstr ""
-#: rpmqv.c:558
+#: rpmqv.c:495
msgid " --whatprovides <cap> "
msgstr ""
-#: rpmqv.c:559
+#: rpmqv.c:496
msgid "query/verify packages which provide <cap> capability"
msgstr ""
-#: rpmqv.c:560
+#: rpmqv.c:497
msgid " --whatrequires <cap> "
msgstr ""
-#: rpmqv.c:561
+#: rpmqv.c:498
msgid "query/verify packages which require <cap> capability"
msgstr ""
-#: rpmqv.c:565
+#: rpmqv.c:502
msgid " --queryformat <qfmt> "
msgstr ""
-#: rpmqv.c:568
+#: rpmqv.c:505
msgid " Information selection options:"
msgstr ""
-#: rpmqv.c:584
+#: rpmqv.c:521
msgid "list capabilities provided by package"
msgstr ""
-#: rpmqv.c:586
+#: rpmqv.c:523
msgid "list capabilities required by package"
msgstr ""
-#: rpmqv.c:588
+#: rpmqv.c:525
msgid "print the various [un]install scriptlets"
msgstr ""
-#: rpmqv.c:590
+#: rpmqv.c:527
msgid "show the trigger scriptlets contained in the package"
msgstr ""
-#: rpmqv.c:616
+#: rpmqv.c:553
msgid " --install <packagefile>"
msgstr ""
-#: rpmqv.c:617
+#: rpmqv.c:554
msgid " -i <packagefile> "
msgstr ""
-#: rpmqv.c:626
+#: rpmqv.c:563
msgid " --excludepath <path> "
msgstr ""
-#: rpmqv.c:647
+#: rpmqv.c:584
msgid "don't execute any installation scriptlets"
msgstr ""
-#: rpmqv.c:652
+#: rpmqv.c:589
msgid " --prefix <dir> "
msgstr ""
-#: rpmqv.c:654
+#: rpmqv.c:591
msgid " --relocate <oldpath>=<newpath>"
msgstr ""
-#: rpmqv.c:663
+#: rpmqv.c:600
msgid " --upgrade <packagefile>"
msgstr ""
-#: rpmqv.c:664
+#: rpmqv.c:601
msgid " -U <packagefile> "
msgstr ""
-#: rpmqv.c:669
+#: rpmqv.c:606
msgid " --erase <package>"
msgstr ""
-#: rpmqv.c:688
+#: rpmqv.c:625
msgid " --resign <pkg>+ "
msgstr ""
-#: rpmqv.c:690
+#: rpmqv.c:627
msgid " --addsign <pkg>+ "
msgstr ""
-#: rpmqv.c:693
+#: rpmqv.c:630
msgid " --checksig <pkg>+"
msgstr ""
-#: rpmqv.c:694
+#: rpmqv.c:631
msgid " -K <pkg>+ "
msgstr ""
-#: rpmqv.c:707
+#: rpmqv.c:644
msgid "initalize database (unnecessary, legacy use)"
msgstr ""
-#: rpmqv.c:709
+#: rpmqv.c:646
msgid "rebuild database indices from existing database headers"
msgstr ""
-#: rpmqv.c:996
+#: rpmqv.c:928
msgid "Use \"--macros <file:...>\" instead.\n"
msgstr ""
-#: rpmqv.c:1071
+#: rpmqv.c:1002
msgid "--dbpath given for operation that does not use a database"
msgstr ""
-#: rpmqv.c:1158
+#: rpmqv.c:1086
msgid ""
"--notriggers may only be specified during package installation and erasure"
msgstr ""
-#: rpmqv.c:1317
+#: rpmqv.c:1240
msgid "no packages files given for rebuild"
msgstr ""
-#: rpmqv.c:1386
+#: rpmqv.c:1309
msgid "no spec files given for build"
msgstr ""
-#: rpmqv.c:1388
+#: rpmqv.c:1311
msgid "no tar files given for build"
msgstr ""
-#: build/build.c:114 build/pack.c:370
+#: build/build.c:114 build/pack.c:384
msgid "Unable to open temp file.\n"
msgstr ""
msgid "syntax error in expression\n"
msgstr ""
-#: build/files.c:227
+#: build/files.c:229
#, c-format
msgid "TIMECHECK failure: %s\n"
msgstr ""
-#: build/files.c:278 build/files.c:363 build/files.c:538
+#: build/files.c:280 build/files.c:365 build/files.c:540
#, c-format
msgid "Missing '(' in %s %s\n"
msgstr ""
-#: build/files.c:289 build/files.c:483 build/files.c:549
+#: build/files.c:291 build/files.c:485 build/files.c:551
#, c-format
msgid "Missing ')' in %s(%s\n"
msgstr ""
-#: build/files.c:327 build/files.c:508
+#: build/files.c:329 build/files.c:510
#, c-format
msgid "Invalid %s token: %s\n"
msgstr ""
-#: build/files.c:379
+#: build/files.c:381
#, c-format
msgid "Non-white space follows %s(): %s\n"
msgstr ""
-#: build/files.c:417
+#: build/files.c:419
#, c-format
msgid "Bad syntax: %s(%s)\n"
msgstr ""
-#: build/files.c:427
+#: build/files.c:429
#, c-format
msgid "Bad mode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:439
+#: build/files.c:441
#, c-format
msgid "Bad dirmode spec: %s(%s)\n"
msgstr ""
-#: build/files.c:576
+#: build/files.c:578
msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n"
msgstr ""
-#: build/files.c:586
+#: build/files.c:588
msgid "Duplicate locale %.*s in %%lang(%s)\n"
msgstr ""
-#: build/files.c:723
+#: build/files.c:725
msgid "Hit limit for %%docdir\n"
msgstr ""
-#: build/files.c:729
+#: build/files.c:731
msgid "Only one arg for %%docdir\n"
msgstr ""
#. We already got a file -- error
-#: build/files.c:757
+#: build/files.c:759
#, c-format
msgid "Two files on one line: %s\n"
msgstr ""
-#: build/files.c:771
+#: build/files.c:773
#, c-format
msgid "File must begin with \"/\": %s\n"
msgstr ""
-#: build/files.c:783
+#: build/files.c:785
msgid "Can't mix special %%doc with other forms: %s\n"
msgstr ""
-#: build/files.c:949
+#: build/files.c:952
#, c-format
msgid "File listed twice: %s\n"
msgstr ""
-#: build/files.c:1060
+#: build/files.c:1042
#, c-format
msgid "Symlink points to BuildRoot: %s -> %s\n"
msgstr ""
-#: build/files.c:1155
+#: build/files.c:1229
#, c-format
msgid "File doesn't match prefix (%s): %s\n"
msgstr ""
-#: build/files.c:1165
+#: build/files.c:1239
#, c-format
msgid "File not found: %s\n"
msgstr ""
-#: build/files.c:1208 build/files.c:1732 build/parsePrep.c:42
+#: build/files.c:1282 build/files.c:1803 build/parsePrep.c:42
#, c-format
msgid "Bad owner/group: %s\n"
msgstr ""
-#: build/files.c:1220
+#: build/files.c:1294
#, c-format
msgid "File %4d: %07o %s.%s\t %s\n"
msgstr ""
-#: build/files.c:1297
+#: build/files.c:1371
#, c-format
msgid "File needs leading \"/\": %s\n"
msgstr ""
-#: build/files.c:1327
+#: build/files.c:1401
#, c-format
msgid "File not found by glob: %s\n"
msgstr ""
-#: build/files.c:1382
+#: build/files.c:1455
msgid "Could not open %%files file %s: %s\n"
msgstr ""
-#: build/files.c:1391 build/pack.c:108
+#: build/files.c:1464 build/pack.c:117
#, c-format
msgid "line: %s\n"
msgstr ""
-#: build/files.c:1720
+#: build/files.c:1791
#, c-format
msgid "Bad file: %s: %s\n"
msgstr ""
#. XXX this error message is probably not seen.
-#: build/files.c:1789
+#: build/files.c:1859
#, c-format
msgid "Couldn't exec %s: %s\n"
msgstr ""
-#: build/files.c:1794
+#: build/files.c:1864
#, c-format
msgid "Couldn't fork %s: %s\n"
msgstr ""
-#: build/files.c:1876
+#: build/files.c:1946
#, c-format
msgid "%s failed\n"
msgstr ""
-#: build/files.c:1880
+#: build/files.c:1950
#, c-format
msgid "failed to write all data to %s\n"
msgstr ""
-#: build/files.c:2005
+#: build/files.c:2077
#, c-format
msgid "Finding %s: (using %s)...\n"
msgstr ""
-#: build/files.c:2033 build/files.c:2047
+#: build/files.c:2105 build/files.c:2119
#, c-format
msgid "Failed to find %s:\n"
msgstr ""
-#: build/files.c:2160
+#: build/files.c:2232
#, c-format
msgid "Processing files: %s-%s-%s\n"
msgstr ""
msgid "Could not canonicalize hostname: %s\n"
msgstr ""
-#: build/pack.c:52
+#: build/pack.c:61
#, c-format
msgid "create archive failed on file %s: %s\n"
msgstr ""
-#: build/pack.c:74
+#: build/pack.c:83
#, c-format
msgid "cpio_copy write failed: %s\n"
msgstr ""
-#: build/pack.c:81
+#: build/pack.c:90
#, c-format
msgid "cpio_copy read failed: %s\n"
msgstr ""
-#: build/pack.c:165
+#: build/pack.c:174
#, c-format
msgid "Could not open PreIn file: %s\n"
msgstr ""
-#: build/pack.c:172
+#: build/pack.c:181
#, c-format
msgid "Could not open PreUn file: %s\n"
msgstr ""
-#: build/pack.c:179
+#: build/pack.c:188
#, c-format
msgid "Could not open PostIn file: %s\n"
msgstr ""
-#: build/pack.c:186
+#: build/pack.c:195
#, c-format
msgid "Could not open PostUn file: %s\n"
msgstr ""
-#: build/pack.c:194
+#: build/pack.c:203
#, c-format
msgid "Could not open VerifyScript file: %s\n"
msgstr ""
-#: build/pack.c:209
+#: build/pack.c:218
#, c-format
msgid "Could not open Trigger script file: %s\n"
msgstr ""
-#: build/pack.c:235
+#: build/pack.c:244
#, c-format
msgid "readRPM: open %s: %s\n"
msgstr ""
-#: build/pack.c:245
+#: build/pack.c:254
#, c-format
msgid "readRPM: read %s: %s\n"
msgstr ""
-#: build/pack.c:266
+#: build/pack.c:275
#, c-format
msgid "readRPM: %s is not an RPM package\n"
msgstr ""
-#: build/pack.c:272
+#: build/pack.c:284
#, c-format
msgid "readRPM: reading header from %s\n"
msgstr ""
-#: build/pack.c:382
+#: build/pack.c:396
msgid "Bad CSA data\n"
msgstr ""
-#: build/pack.c:423
+#: build/pack.c:437
#, c-format
msgid "Generating signature: %d\n"
msgstr ""
-#: build/pack.c:433
+#: build/pack.c:447
#, c-format
msgid "Could not open %s: %s\n"
msgstr ""
-#: build/pack.c:470
+#: build/pack.c:484 lib/psm.c:1304
#, c-format
msgid "Unable to write package: %s\n"
msgstr ""
-#: build/pack.c:485
+#: build/pack.c:499
#, c-format
msgid "Unable to open sigtarget %s: %s\n"
msgstr ""
-#: build/pack.c:495
+#: build/pack.c:509
#, c-format
msgid "Unable to read header from %s: %s\n"
msgstr ""
-#: build/pack.c:509
+#: build/pack.c:523
#, c-format
msgid "Unable to write header to %s: %s\n"
msgstr ""
-#: build/pack.c:519
+#: build/pack.c:533
#, c-format
msgid "Unable to read payload from %s: %s\n"
msgstr ""
-#: build/pack.c:525
+#: build/pack.c:539
#, c-format
msgid "Unable to write payload to %s: %s\n"
msgstr ""
-#: build/pack.c:552
+#: build/pack.c:566 lib/psm.c:1360
#, c-format
msgid "Wrote: %s\n"
msgstr ""
-#: build/pack.c:617
+#: build/pack.c:631
#, c-format
msgid "Could not generate output filename for package %s: %s\n"
msgstr ""
-#: build/pack.c:634
+#: build/pack.c:648
#, c-format
msgid "cannot create %s: %s\n"
msgstr ""
msgid "Package has no %%description: %s\n"
msgstr ""
-#: build/spec.c:41
-#, c-format
-msgid "archive = %s, fs = %s\n"
-msgstr ""
-
-#: build/spec.c:228
+#: build/spec.c:216
#, c-format
msgid "line %d: Bad number: %s\n"
msgstr ""
-#: build/spec.c:234
+#: build/spec.c:222
#, c-format
msgid "line %d: Bad no%s number: %d\n"
msgstr ""
-#: build/spec.c:292
+#: build/spec.c:280
#, c-format
msgid "line %d: Bad %s number: %s\n"
msgstr ""
-#: lib/cpio.c:445
-#, c-format
-msgid "can't rename %s to %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:451
-#, c-format
-msgid "can't unlink %s: %s\n"
-msgstr ""
-
-#: lib/cpio.c:758
-#, c-format
-msgid "getNextHeader: %s\n"
-msgstr ""
-
-#: lib/cpio.c:1245
+#: lib/cpio.c:195
#, c-format
msgid "(error 0x%x)"
msgstr ""
-#: lib/cpio.c:1248
+#: lib/cpio.c:198
msgid "Bad magic"
msgstr ""
-#: lib/cpio.c:1249
+#: lib/cpio.c:199
msgid "Bad/unreadable header"
msgstr ""
-#: lib/cpio.c:1267
+#: lib/cpio.c:220
msgid "Header size too big"
msgstr ""
-#: lib/cpio.c:1268
+#: lib/cpio.c:221
msgid "Unknown file type"
msgstr ""
-#: lib/cpio.c:1269
+#: lib/cpio.c:222
msgid "Missing hard link"
msgstr ""
-#: lib/cpio.c:1270
+#: lib/cpio.c:223
msgid "MD5 sum mismatch"
msgstr ""
-#: lib/cpio.c:1271
+#: lib/cpio.c:224
msgid "Internal error"
msgstr ""
-#: lib/cpio.c:1280
+#: lib/cpio.c:233
msgid " failed - "
msgstr ""
-#. XXX legacy epoch-less requires/conflicts compatibility
-#: lib/depends.c:564
+#: lib/db1.c:92 lib/db2.c:117 lib/db3.c:102
#, c-format
-msgid ""
-"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
-"\tA %s\tB %s\n"
+msgid "db%d error(%d) from %s: %s\n"
msgstr ""
-#: lib/depends.c:593
+#: lib/db1.c:95 lib/db2.c:120 lib/db3.c:105
#, c-format
-msgid " %s A %s\tB %s\n"
+msgid "db%d error(%d): %s\n"
msgstr ""
-#: lib/depends.c:949
+#: lib/db1.c:387
#, c-format
-msgid "%s: %-45s YES (added files)\n"
+msgid "closed db file %s\n"
msgstr ""
-#: lib/depends.c:1008
+#: lib/db1.c:390
#, c-format
-msgid "%s: %-45s YES (added provide)\n"
+msgid "removed db file %s\n"
msgstr ""
-#: lib/depends.c:1060
+#: lib/db1.c:421
#, c-format
-msgid "%s: %-45s %-3s (cached)\n"
+msgid "bad db file %s\n"
msgstr ""
-#: lib/depends.c:1079
+#: lib/db1.c:426
#, c-format
-msgid "%s: %-45s YES (rpmrc provides)\n"
+msgid "opening db file %s mode 0x%x\n"
msgstr ""
-#: lib/depends.c:1096
+#. XXX check errno validity
+#: lib/db1.c:449
#, c-format
-msgid "%s: %-45s YES (rpmlib provides)\n"
+msgid "cannot get %s lock on database\n"
msgstr ""
-#: lib/depends.c:1118
-#, c-format
-msgid "%s: %-45s YES (db files)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "exclusive"
msgstr ""
-#: lib/depends.c:1131
-#, c-format
-msgid "%s: %-45s YES (db provides)\n"
+#: lib/db1.c:450 lib/db2.c:786 lib/db3.c:766
+msgid "shared"
msgstr ""
-#: lib/depends.c:1145
+#: lib/db2.c:145 lib/db3.c:130
#, c-format
-msgid "%s: %-45s YES (db package)\n"
+msgid "closed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1161
+#: lib/db2.c:161 lib/db3.c:146
#, c-format
-msgid "%s: %-45s NO\n"
+msgid "removed db environment %s/%s\n"
msgstr ""
-#: lib/depends.c:1182
+#: lib/db2.c:198 lib/db3.c:183
#, c-format
-msgid "%s: (%s, %s) added to Depends cache.\n"
+msgid "opening db environment %s/%s %s\n"
msgstr ""
-#. requirements are not satisfied.
-#: lib/depends.c:1240
+#: lib/db2.c:588 lib/db3.c:569
#, c-format
-msgid "package %s-%s-%s require not satisfied: %s\n"
+msgid "closed db index %s/%s\n"
msgstr ""
-#. conflicts exist.
-#: lib/depends.c:1307
+#: lib/db2.c:678 lib/db3.c:659
#, c-format
-msgid "package %s conflicts: %s\n"
+msgid "opening db index %s/%s %s mode=0x%x\n"
msgstr ""
-#: lib/depends.c:1523
+#: lib/db2.c:784 lib/db3.c:764
#, c-format
-msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
-msgstr ""
-
-#. Record all relations.
-#: lib/depends.c:1662
-msgid "========== recording tsort relations\n"
-msgstr ""
-
-#. T4. Scan for zeroes.
-#: lib/depends.c:1709
-msgid "========== tsorting packages\n"
-msgstr ""
-
-#: lib/depends.c:1754
-msgid "========== successors only (presentation order)\n"
+msgid "cannot get %s lock on %s/%s\n"
msgstr ""
-#: lib/depends.c:1803
-msgid "LOOP:\n"
+#: lib/db2.c:791 lib/db3.c:771
+#, c-format
+msgid "locked db index %s/%s\n"
msgstr ""
-#: lib/depends.c:1834
-msgid "========== continuing tsort ...\n"
+#: lib/dbconfig.c:258
+#, c-format
+msgid "unrecognized db option: \"%s\" ignored\n"
msgstr ""
-#: lib/db1.c:92 lib/db2.c:112 lib/db3.c:456
+#: lib/dbconfig.c:287
#, c-format
-msgid "db%d error(%d) from %s: %s\n"
+msgid "%s has invalid numeric value, skipped\n"
msgstr ""
-#: lib/db1.c:95 lib/db2.c:115 lib/db3.c:459
+#: lib/dbconfig.c:296
#, c-format
-msgid "db%d error(%d): %s\n"
+msgid "%s has too large or too small long value, skipped\n"
msgstr ""
-#: lib/db1.c:387
+#: lib/dbconfig.c:305
#, c-format
-msgid "closed db file %s\n"
+msgid "%s has too large or too small integer value, skipped\n"
msgstr ""
-#: lib/db1.c:390
+#. XXX legacy epoch-less requires/conflicts compatibility
+#: lib/depends.c:565
#, c-format
-msgid "removed db file %s\n"
+msgid ""
+"the \"B\" dependency needs an epoch (assuming same as \"A\")\n"
+"\tA %s\tB %s\n"
msgstr ""
-#: lib/db1.c:421
+#: lib/depends.c:594
#, c-format
-msgid "bad db file %s\n"
+msgid " %s A %s\tB %s\n"
msgstr ""
-#: lib/db1.c:426
+#: lib/depends.c:962
#, c-format
-msgid "opening db file %s mode 0x%x\n"
+msgid "%s: %-45s YES (added files)\n"
msgstr ""
-#. XXX check errno validity
-#: lib/db1.c:449
+#: lib/depends.c:1021
#, c-format
-msgid "cannot get %s lock on database\n"
+msgid "%s: %-45s YES (added provide)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "exclusive"
+#: lib/depends.c:1073
+#, c-format
+msgid "%s: %-45s %-3s (cached)\n"
msgstr ""
-#: lib/db1.c:450 lib/db3.c:1120
-msgid "shared"
+#: lib/depends.c:1092
+#, c-format
+msgid "%s: %-45s YES (rpmrc provides)\n"
msgstr ""
-#: lib/db2.c:141
+#: lib/depends.c:1109
#, c-format
-msgid "closed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (rpmlib provides)\n"
msgstr ""
-#: lib/db2.c:153
+#: lib/depends.c:1131
#, c-format
-msgid "removed db environment %s/%s(%s)\n"
+msgid "%s: %-45s YES (db files)\n"
msgstr ""
-#: lib/db2.c:190
+#: lib/depends.c:1144
#, c-format
-msgid "opening db environment %s/%s(%s) %s\n"
+msgid "%s: %-45s YES (db provides)\n"
msgstr ""
-#: lib/db2.c:565
+#: lib/depends.c:1158
#, c-format
-msgid "closed db index %s/%s(%s)\n"
+msgid "%s: %-45s YES (db package)\n"
msgstr ""
-#: lib/db2.c:643
+#: lib/depends.c:1174
#, c-format
-msgid "opening db index %s/%s(%s) %s mode=0x%x\n"
+msgid "%s: %-45s NO\n"
msgstr ""
-#: lib/db3.c:268
+#: lib/depends.c:1195
#, c-format
-msgid "unrecognized db option: \"%s\" ignored\n"
+msgid "%s: (%s, %s) added to Depends cache.\n"
msgstr ""
-#: lib/db3.c:297
+#. requirements are not satisfied.
+#: lib/depends.c:1256
#, c-format
-msgid "%s has invalid numeric value, skipped\n"
+msgid "package %s-%s-%s require not satisfied: %s\n"
msgstr ""
-#: lib/db3.c:306
+#. conflicts exist.
+#: lib/depends.c:1323
#, c-format
-msgid "%s has too large or too small long value, skipped\n"
+msgid "package %s conflicts: %s\n"
msgstr ""
-#: lib/db3.c:315
+#: lib/depends.c:1539
#, c-format
-msgid "%s has too large or too small integer value, skipped\n"
+msgid "removing %s-%s-%s \"%s\" from tsort relations.\n"
msgstr ""
-#: lib/db3.c:484
-#, c-format
-msgid "closed db environment %s/%s\n"
+#. Record all relations.
+#: lib/depends.c:1678
+msgid "========== recording tsort relations\n"
msgstr ""
-#: lib/db3.c:500
-#, c-format
-msgid "removed db environment %s/%s\n"
+#. T4. Scan for zeroes.
+#: lib/depends.c:1725
+msgid "========== tsorting packages\n"
msgstr ""
-#: lib/db3.c:537
-#, c-format
-msgid "opening db environment %s/%s %s\n"
+#: lib/depends.c:1770
+msgid "========== successors only (presentation order)\n"
msgstr ""
-#: lib/db3.c:923
-#, c-format
-msgid "closed db index %s/%s\n"
+#: lib/depends.c:1819
+msgid "LOOP:\n"
msgstr ""
-#: lib/db3.c:1013
-#, c-format
-msgid "opening db index %s/%s %s mode=0x%x\n"
-msgstr ""
-
-#: lib/db3.c:1118
-#, c-format
-msgid "cannot get %s lock on %s/%s\n"
-msgstr ""
-
-#: lib/db3.c:1125
-#, c-format
-msgid "locked db index %s/%s\n"
+#: lib/depends.c:1850
+msgid "========== continuing tsort ...\n"
msgstr ""
#: lib/falloc.c:141
msgstr ""
#: lib/formats.c:86 lib/formats.c:112 lib/formats.c:141 lib/formats.c:182
-#: lib/header.c:2530 lib/header.c:2547 lib/header.c:2567
+#: lib/header.c:2596 lib/header.c:2613 lib/header.c:2633
msgid "(not a number)"
msgstr ""
msgid "file %s is on an unknown device\n"
msgstr ""
+#: lib/fsm.c:272
+msgid "========= Directories not explictly included in package:\n"
+msgstr ""
+
+#: lib/fsm.c:274
+#, c-format
+msgid "%9d %s\n"
+msgstr ""
+
+#: lib/fsm.c:1042
+#, c-format
+msgid "%s directory created with perms %04o.\n"
+msgstr ""
+
+#: lib/fsm.c:1344 lib/fsm.c:1461
+#, c-format
+msgid "%s saved as %s\n"
+msgstr ""
+
+#: lib/fsm.c:1486
+#, c-format
+msgid "%s rmdir of %s failed: Directory not empty\n"
+msgstr ""
+
+#: lib/fsm.c:1491
+#, c-format
+msgid "%s rmdir of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1500
+#, c-format
+msgid "%s unlink of %s failed: %s\n"
+msgstr ""
+
+#: lib/fsm.c:1517
+#, c-format
+msgid "%s created as %s\n"
+msgstr ""
+
#. This should not be allowed
#: lib/header.c:172
msgid "dataLength() RPM_STRING_TYPE count must be 1.\n"
msgstr ""
-#: lib/header.c:207 lib/header.c:1015 lib/install.c:365
+#: lib/header.c:207 lib/header.c:1081 lib/psm.c:388
#, c-format
msgid "Data type %d not supported\n"
msgstr ""
-#: lib/header.c:1438
+#: lib/header.c:1504
#, c-format
msgid "Bad count for headerAddEntry(): %d\n"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1883
+#: lib/header.c:1949
#, c-format
msgid "missing { after %"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1913
+#: lib/header.c:1979
msgid "missing } after %{"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1927
+#: lib/header.c:1993
msgid "empty tag format"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1939
+#: lib/header.c:2005
msgid "empty tag name"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1956
+#: lib/header.c:2022
msgid "unknown tag"
msgstr ""
#. @-observertrans@
-#: lib/header.c:1983
+#: lib/header.c:2049
msgid "] expected at end of array"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2001
+#: lib/header.c:2067
msgid "unexpected ]"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2005
+#: lib/header.c:2071
msgid "unexpected }"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2065
+#: lib/header.c:2131
msgid "? expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2074
+#: lib/header.c:2140
msgid "{ expected after ? in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2087 lib/header.c:2128
+#: lib/header.c:2153 lib/header.c:2194
msgid "} expected in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2097
+#: lib/header.c:2163
msgid ": expected following ? subexpression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2113
+#: lib/header.c:2179
msgid "{ expected after : in expression"
msgstr ""
#. @-observertrans@
-#: lib/header.c:2138
+#: lib/header.c:2204
msgid "| expected at end of expression"
msgstr ""
-#: lib/header.c:2309
+#: lib/header.c:2375
msgid "(unknown type)"
msgstr ""
-#: lib/install.c:190 lib/uninstall.c:209
-#, c-format
-msgid " file: %s action: %s\n"
-msgstr ""
-
-#: lib/install.c:215
-#, c-format
-msgid "user %s does not exist - using root\n"
-msgstr ""
-
-#: lib/install.c:223
-#, c-format
-msgid "group %s does not exist - using root\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
-#. XXX FIXME: Fclose with libio destroys errno
-#: lib/install.c:651
-#, c-format
-msgid "unpacking of archive failed%s%s: %s\n"
-msgstr ""
-
-#: lib/install.c:652
-msgid " on file "
-msgstr ""
-
-#: lib/install.c:701
-msgid "installing a source package\n"
-msgstr ""
-
-#: lib/install.c:721
-#, c-format
-msgid "cannot create sourcedir %s\n"
-msgstr ""
-
-#: lib/install.c:728 lib/install.c:759
-#, c-format
-msgid "cannot write to %s\n"
-msgstr ""
-
-#: lib/install.c:732
-#, c-format
-msgid "sources in: %s\n"
-msgstr ""
-
-#: lib/install.c:752
-#, c-format
-msgid "cannot create specdir %s\n"
-msgstr ""
-
-#: lib/install.c:763
-#, c-format
-msgid "spec file in: %s\n"
-msgstr ""
-
-#: lib/install.c:796 lib/install.c:825
-msgid "source package contains no .spec file\n"
-msgstr ""
-
-#: lib/install.c:843
-#, c-format
-msgid "renaming %s to %s\n"
-msgstr ""
-
-#: lib/install.c:845 lib/install.c:1109 lib/uninstall.c:60
-#, c-format
-msgid "rename of %s to %s failed: %s\n"
-msgstr ""
-
-#: lib/install.c:935
-msgid "source package expected, binary found\n"
-msgstr ""
-
-#: lib/install.c:979
-#, c-format
-msgid "package: %s-%s-%s files test = %d\n"
-msgstr ""
-
-#: lib/install.c:1023
-msgid "stopping install as we're running --test\n"
-msgstr ""
-
-#: lib/install.c:1028
-msgid "running preinstall script (if any)\n"
-msgstr ""
-
-#: lib/install.c:1036
-msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
-msgstr ""
-
-#: lib/install.c:1069
-#, c-format
-msgid "%s created as %s\n"
-msgstr ""
-
-#: lib/install.c:1105
-#, c-format
-msgid "%s saved as %s\n"
-msgstr ""
-
-#: lib/install.c:1199
-msgid "running postinstall scripts (if any)\n"
-msgstr ""
-
#: lib/misc.c:328 lib/misc.c:333 lib/misc.c:339
#, c-format
msgid "error creating temporary file %s\n"
msgstr ""
-#: lib/package.c:88
+#: lib/package.c:119
msgid "packaging version 1 is not supported by this version of RPM\n"
msgstr ""
-#: lib/package.c:143
+#: lib/package.c:179
msgid ""
"only packaging with major numbers <= 4 is supported by this version of RPM\n"
msgstr ""
-#: lib/poptBT.c:94
+#: lib/poptBT.c:95
#, c-format
msgid "buildroot already specified, ignoring %s\n"
msgstr ""
-#: lib/poptBT.c:119
+#: lib/poptBT.c:120
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <specfile>"
msgstr ""
-#: lib/poptBT.c:120 lib/poptBT.c:123 lib/poptBT.c:126 lib/poptBT.c:129
-#: lib/poptBT.c:132 lib/poptBT.c:135 lib/poptBT.c:138
+#: lib/poptBT.c:121 lib/poptBT.c:124 lib/poptBT.c:127 lib/poptBT.c:130
+#: lib/poptBT.c:133 lib/poptBT.c:136 lib/poptBT.c:139
msgid "<specfile>"
msgstr ""
-#: lib/poptBT.c:122
+#: lib/poptBT.c:123
msgid "build through %build (%prep, then compile) from <specfile>"
msgstr ""
-#: lib/poptBT.c:125
+#: lib/poptBT.c:126
msgid "build through %install (%prep, %build, then install) from <specfile>"
msgstr ""
-#: lib/poptBT.c:128
+#: lib/poptBT.c:129
#, c-format
msgid "verify %files section from <specfile>"
msgstr ""
-#: lib/poptBT.c:131
+#: lib/poptBT.c:132
msgid "build source and binary packages from <specfile>"
msgstr ""
-#: lib/poptBT.c:134
+#: lib/poptBT.c:135
msgid "build binary package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:137
+#: lib/poptBT.c:138
msgid "build source package only from <specfile>"
msgstr ""
-#: lib/poptBT.c:141
+#: lib/poptBT.c:142
#, c-format
msgid "build through %prep (unpack sources and apply patches) from <tarball>"
msgstr ""
-#: lib/poptBT.c:142 lib/poptBT.c:145 lib/poptBT.c:148 lib/poptBT.c:151
-#: lib/poptBT.c:154 lib/poptBT.c:157 lib/poptBT.c:160
+#: lib/poptBT.c:143 lib/poptBT.c:146 lib/poptBT.c:149 lib/poptBT.c:152
+#: lib/poptBT.c:155 lib/poptBT.c:158 lib/poptBT.c:161
msgid "<tarball>"
msgstr ""
-#: lib/poptBT.c:144
+#: lib/poptBT.c:145
msgid "build through %build (%prep, then compile) from <tarball>"
msgstr ""
-#: lib/poptBT.c:147
+#: lib/poptBT.c:148
msgid "build through %install (%prep, %build, then install) from <tarball>"
msgstr ""
-#: lib/poptBT.c:150
+#: lib/poptBT.c:151
#, c-format
msgid "verify %files section from <tarball>"
msgstr ""
-#: lib/poptBT.c:153
+#: lib/poptBT.c:154
msgid "build source and binary packages from <tarball>"
msgstr ""
-#: lib/poptBT.c:156
+#: lib/poptBT.c:157
msgid "build binary package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:159
+#: lib/poptBT.c:160
msgid "build source package only from <tarball>"
msgstr ""
-#: lib/poptBT.c:163
+#: lib/poptBT.c:164
msgid "build binary package from <source package>"
msgstr ""
-#: lib/poptBT.c:164 lib/poptBT.c:167
+#: lib/poptBT.c:165 lib/poptBT.c:168
msgid "<source package>"
msgstr ""
-#: lib/poptBT.c:166
+#: lib/poptBT.c:167
msgid ""
"build through %install (%prep, %build, then install) from <source package>"
msgstr ""
-#: lib/poptBT.c:170
+#: lib/poptBT.c:171
msgid "override build root"
msgstr ""
-#: lib/poptBT.c:176
+#: lib/poptBT.c:177
msgid "ignore ExcludeArch: directives from spec file"
msgstr ""
-#: lib/poptBT.c:178
+#: lib/poptBT.c:179
+msgid "debug file state machine"
+msgstr ""
+
+#: lib/poptBT.c:181
msgid "do not execute any stages of the build"
msgstr ""
-#: lib/poptBT.c:182
+#: lib/poptBT.c:185
msgid "generate package header(s) compatible with (legacy) rpm[23] packaging"
msgstr ""
-#: lib/poptBT.c:185
+#: lib/poptBT.c:188
msgid "do not accept i18N msgstr's from specfile"
msgstr ""
-#: lib/poptBT.c:189
+#: lib/poptBT.c:192
msgid "remove specfile when done"
msgstr ""
-#: lib/poptBT.c:195
+#: lib/poptBT.c:198
msgid "override target platform"
msgstr ""
-#: lib/poptBT.c:197
+#: lib/poptBT.c:200
msgid "lookup i18N strings in specfile catalog"
msgstr ""
msgid "unknown error %d encountered while manipulating package %s"
msgstr ""
-#: lib/query.c:151
+#: lib/psm.c:277
+#, c-format
+msgid "user %s does not exist - using root\n"
+msgstr ""
+
+#: lib/psm.c:285
+#, c-format
+msgid "group %s does not exist - using root\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.
+#.
+#. XXX FIXME: Fclose with libio destroys errno
+#: lib/psm.c:612
+#, c-format
+msgid "unpacking of archive failed%s%s: %s\n"
+msgstr ""
+
+#: lib/psm.c:613
+msgid " on file "
+msgstr ""
+
+#: lib/psm.c:655
+#, c-format
+msgid "cannot create %s %s\n"
+msgstr ""
+
+#: lib/psm.c:661
+#, c-format
+msgid "cannot write to %s\n"
+msgstr ""
+
+#: lib/psm.c:683
+msgid "installing a source package\n"
+msgstr ""
+
+#: lib/psm.c:733
+msgid "source package contains no .spec file\n"
+msgstr ""
+
+#: lib/psm.c:813
+msgid "source package expected, binary found\n"
+msgstr ""
+
+#: lib/psm.c:927 lib/psm.c:1101
+#, c-format
+msgid "%s: %s-%s-%s has %d files, test = %d\n"
+msgstr ""
+
+#. XXX WTFO? erase failures are not cause for stopping.
+#: lib/psm.c:991 lib/psm.c:1059 lib/psm.c:1151 lib/psm.c:1176
+#, c-format
+msgid "%s: running %s script(s) (if any)\n"
+msgstr ""
+
+#: lib/psm.c:998
+msgid "skipping %s-%s-%s install, %%pre scriptlet failed rc %d\n"
+msgstr ""
+
+#: lib/query.c:161
#, c-format
msgid "incorrect format: %s\n"
msgstr ""
-#: lib/query.c:233
+#: lib/query.c:243
msgid "(contains no files)"
msgstr ""
-#: lib/query.c:284
+#: lib/query.c:294
msgid "normal "
msgstr ""
-#: lib/query.c:286
+#: lib/query.c:296
msgid "replaced "
msgstr ""
-#: lib/query.c:288
+#: lib/query.c:298
msgid "not installed "
msgstr ""
-#: lib/query.c:290
+#: lib/query.c:300
msgid "net shared "
msgstr ""
-#: lib/query.c:292
+#: lib/query.c:302
#, c-format
msgid "(unknown %3d) "
msgstr ""
-#: lib/query.c:297
+#: lib/query.c:307
msgid "(no state) "
msgstr ""
-#: lib/query.c:316 lib/query.c:361
+#: lib/query.c:326 lib/query.c:371
msgid "package has neither file owner or id lists\n"
msgstr ""
-#: lib/query.c:418
+#: lib/query.c:428
#, c-format
msgid "can't query %s: %s\n"
msgstr ""
#. XXX Fstrerror
-#: lib/query.c:534
+#: lib/query.c:545
#, c-format
msgid "open of %s failed: %s\n"
msgstr ""
-#: lib/query.c:554
+#: lib/query.c:566
msgid "old format source packages cannot be queried\n"
msgstr ""
-#: lib/query.c:563 lib/rpminstall.c:312
+#: lib/query.c:575 lib/rpminstall.c:319
#, c-format
msgid "%s does not appear to be a RPM package\n"
msgstr ""
-#: lib/query.c:567
+#: lib/query.c:580
#, c-format
msgid "query of %s failed\n"
msgstr ""
-#: lib/query.c:601
+#: lib/query.c:614
#, c-format
msgid "query of specfile %s failed, can't parse\n"
msgstr ""
-#: lib/query.c:624
+#: lib/query.c:637
msgid "no packages\n"
msgstr ""
-#: lib/query.c:635
+#: lib/query.c:648
#, c-format
msgid "group %s does not contain any packages\n"
msgstr ""
-#: lib/query.c:645
+#: lib/query.c:658
#, c-format
msgid "no package triggers %s\n"
msgstr ""
-#: lib/query.c:655
+#: lib/query.c:668
#, c-format
msgid "no package requires %s\n"
msgstr ""
-#: lib/query.c:666
+#: lib/query.c:679
#, c-format
msgid "no package provides %s\n"
msgstr ""
-#: lib/query.c:697
+#: lib/query.c:710
#, c-format
msgid "file %s: %s\n"
msgstr ""
-#: lib/query.c:701
+#: lib/query.c:714
#, c-format
msgid "file %s is not owned by any package\n"
msgstr ""
-#: lib/query.c:727
+#: lib/query.c:740
#, c-format
msgid "invalid package number: %s\n"
msgstr ""
-#: lib/query.c:730
+#: lib/query.c:743
#, c-format
msgid "package record number: %u\n"
msgstr ""
-#: lib/query.c:735
+#: lib/query.c:748
#, c-format
msgid "record %d could not be read\n"
msgstr ""
-#: lib/query.c:746 lib/rpminstall.c:548
+#: lib/query.c:759 lib/rpminstall.c:565
#, c-format
msgid "package %s is not installed\n"
msgstr ""
msgid "%s: Fread failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:136 lib/rpmchecksig.c:270
+#: lib/rpmchecksig.c:137 lib/rpmchecksig.c:273
#, c-format
msgid "%s: readLead failed\n"
msgstr ""
-#: lib/rpmchecksig.c:141
+#: lib/rpmchecksig.c:142
#, c-format
msgid "%s: Can't sign v1.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:145
+#: lib/rpmchecksig.c:146
#, c-format
msgid "%s: Can't re-sign v2.0 RPM\n"
msgstr ""
-#: lib/rpmchecksig.c:153 lib/rpmchecksig.c:284
+#: lib/rpmchecksig.c:155 lib/rpmchecksig.c:289
#, c-format
msgid "%s: rpmReadSignature failed\n"
msgstr ""
-#: lib/rpmchecksig.c:157 lib/rpmchecksig.c:289
+#: lib/rpmchecksig.c:159 lib/rpmchecksig.c:294
#, c-format
msgid "%s: No signature available\n"
msgstr ""
-#: lib/rpmchecksig.c:190
+#: lib/rpmchecksig.c:192
#, c-format
msgid "%s: writeLead failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:196
+#: lib/rpmchecksig.c:198
#, c-format
msgid "%s: rpmWriteSignature failed: %s\n"
msgstr ""
-#: lib/rpmchecksig.c:276
+#: lib/rpmchecksig.c:279
#, c-format
msgid "%s: No signature available (v1.0 RPM)\n"
msgstr ""
-#: lib/rpmchecksig.c:438
+#: lib/rpmchecksig.c:443
msgid "NOT OK"
msgstr ""
-#: lib/rpmchecksig.c:439 lib/rpmchecksig.c:453
+#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
msgid " (MISSING KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:441 lib/rpmchecksig.c:455
+#: lib/rpmchecksig.c:446 lib/rpmchecksig.c:460
msgid ") "
msgstr ""
-#: lib/rpmchecksig.c:442 lib/rpmchecksig.c:456
+#: lib/rpmchecksig.c:447 lib/rpmchecksig.c:461
msgid " (UNTRUSTED KEYS:"
msgstr ""
-#: lib/rpmchecksig.c:444 lib/rpmchecksig.c:458
+#: lib/rpmchecksig.c:449 lib/rpmchecksig.c:463
msgid ")"
msgstr ""
-#: lib/rpmchecksig.c:452
+#: lib/rpmchecksig.c:457
msgid "OK"
msgstr ""
msgid "dbiTagsInit: unrecognized tag name: \"%s\" ignored\n"
msgstr ""
-#: lib/rpmdb.c:271
+#: lib/rpmdb.c:272
#, c-format
msgid "cannot open %s index using db%d - %s (%d)\n"
msgstr ""
-#: lib/rpmdb.c:291
+#: lib/rpmdb.c:292
#, c-format
msgid "cannot open %s index\n"
msgstr ""
-#: lib/rpmdb.c:376
+#: lib/rpmdb.c:378
#, c-format
msgid "error(%d) getting \"%s\" records from %s index\n"
msgstr ""
-#: lib/rpmdb.c:495
+#: lib/rpmdb.c:499
#, c-format
msgid "error(%d) storing record %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:505
+#: lib/rpmdb.c:509
#, c-format
msgid "error(%d) removing record %s from %s\n"
msgstr ""
-#: lib/rpmdb.c:740
+#: lib/rpmdb.c:742
msgid "no dbpath has been set\n"
msgstr ""
-#: lib/rpmdb.c:839
+#: lib/rpmdb.c:836
msgid ""
"old format database is present; use --rebuilddb to generate a new format "
"database\n"
msgstr ""
#. error
-#: lib/rpmdb.c:1023
+#: lib/rpmdb.c:1020
#, c-format
msgid "error(%d) counting packages\n"
msgstr ""
-#: lib/rpmdb.c:1079 lib/rpmdb.c:1621
+#: lib/rpmdb.c:1076 lib/rpmdb.c:1634
#, c-format
msgid "%s: cannot read header at 0x%x\n"
msgstr ""
-#: lib/rpmdb.c:1686
+#: lib/rpmdb.c:1699
#, c-format
msgid "removing \"%s\" from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1695
+#: lib/rpmdb.c:1708
#, c-format
msgid "removing %d entries from %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1836
+#: lib/rpmdb.c:1862
#, c-format
msgid "error(%d) allocating new package instance\n"
msgstr ""
-#: lib/rpmdb.c:1910
+#: lib/rpmdb.c:1936
#, c-format
msgid "adding \"%s\" to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:1919
+#: lib/rpmdb.c:1945
#, c-format
msgid "adding %d entries to %s index.\n"
msgstr ""
-#: lib/rpmdb.c:2255
+#: lib/rpmdb.c:2286
#, c-format
msgid "removing %s after successful db3 rebuild.\n"
msgstr ""
-#: lib/rpmdb.c:2281
+#: lib/rpmdb.c:2312
msgid "no dbpath has been set"
msgstr ""
-#: lib/rpmdb.c:2306
+#: lib/rpmdb.c:2337
#, c-format
msgid "rebuilding database %s into %s\n"
msgstr ""
-#: lib/rpmdb.c:2310
+#: lib/rpmdb.c:2341
#, c-format
msgid "temporary database %s already exists\n"
msgstr ""
-#: lib/rpmdb.c:2316
+#: lib/rpmdb.c:2347
#, c-format
msgid "creating directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2318
+#: lib/rpmdb.c:2349
#, c-format
msgid "creating directory %s: %s\n"
msgstr ""
-#: lib/rpmdb.c:2325
+#: lib/rpmdb.c:2356
#, c-format
msgid "opening old database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2336
+#: lib/rpmdb.c:2367
#, c-format
msgid "opening new database with dbapi %d\n"
msgstr ""
-#: lib/rpmdb.c:2359
+#: lib/rpmdb.c:2390
#, c-format
msgid "record number %d in database is bad -- skipping.\n"
msgstr ""
-#: lib/rpmdb.c:2396
+#: lib/rpmdb.c:2429
#, c-format
msgid "cannot add record originally at %d\n"
msgstr ""
-#: lib/rpmdb.c:2414
+#: lib/rpmdb.c:2447
msgid "failed to rebuild database: original database remains in place\n"
msgstr ""
-#: lib/rpmdb.c:2422
+#: lib/rpmdb.c:2455
msgid "failed to replace old database with new database!\n"
msgstr ""
-#: lib/rpmdb.c:2424
+#: lib/rpmdb.c:2457
#, c-format
msgid "replace files in %s with files from %s to recover"
msgstr ""
-#: lib/rpmdb.c:2434
+#: lib/rpmdb.c:2467
#, c-format
msgid "removing directory %s\n"
msgstr ""
-#: lib/rpmdb.c:2436
+#: lib/rpmdb.c:2469
#, c-format
msgid "failed to remove directory %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:142
+#: lib/rpminstall.c:147
msgid "Preparing..."
msgstr ""
-#: lib/rpminstall.c:145
+#: lib/rpminstall.c:150
msgid "Preparing packages for installation..."
msgstr ""
-#: lib/rpminstall.c:206
+#: lib/rpminstall.c:209
msgid "counting packages to install\n"
msgstr ""
-#: lib/rpminstall.c:210
+#: lib/rpminstall.c:213
#, c-format
msgid "found %d packages\n"
msgstr ""
-#: lib/rpminstall.c:215
+#: lib/rpminstall.c:218
msgid "looking for packages to download\n"
msgstr ""
-#: lib/rpminstall.c:230
+#: lib/rpminstall.c:233
#, c-format
msgid "skipping %s - rpmGlob failed(%d)\n"
msgstr ""
-#: lib/rpminstall.c:245
+#: lib/rpminstall.c:248
#, c-format
msgid "Retrieving %s\n"
msgstr ""
#. XXX undefined %{name}/%{version}/%{release} here
#. XXX %{_tmpdir} does not exist
-#: lib/rpminstall.c:255
+#: lib/rpminstall.c:258
#, c-format
msgid " ... as %s\n"
msgstr ""
-#: lib/rpminstall.c:259
+#: lib/rpminstall.c:262
#, c-format
msgid "skipping %s - transfer failed - %s\n"
msgstr ""
-#: lib/rpminstall.c:286
+#: lib/rpminstall.c:289
#, c-format
msgid "retrieved %d packages\n"
msgstr ""
-#: lib/rpminstall.c:298 lib/rpminstall.c:472
+#: lib/rpminstall.c:305 lib/rpminstall.c:486
#, c-format
msgid "cannot open file %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:316 lib/rpminstall.c:613
+#: lib/rpminstall.c:327 lib/rpminstall.c:633
#, c-format
msgid "%s cannot be installed\n"
msgstr ""
-#: lib/rpminstall.c:331
+#: lib/rpminstall.c:343
#, c-format
msgid "cannot open Packages database in %s\n"
msgstr ""
-#: lib/rpminstall.c:353
+#: lib/rpminstall.c:365
#, c-format
msgid "package %s is not relocateable\n"
msgstr ""
-#: lib/rpminstall.c:398
+#: lib/rpminstall.c:410
#, c-format
msgid "error reading from file %s\n"
msgstr ""
-#: lib/rpminstall.c:403
+#: lib/rpminstall.c:415
#, c-format
msgid "file %s requires a newer version of RPM\n"
msgstr ""
-#: lib/rpminstall.c:420
+#: lib/rpminstall.c:432
#, c-format
msgid "found %d source and %d binary packages\n"
msgstr ""
-#: lib/rpminstall.c:431
+#: lib/rpminstall.c:445
msgid "failed dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:452
+#: lib/rpminstall.c:466
msgid "installing binary packages\n"
msgstr ""
-#: lib/rpminstall.c:535
+#: lib/rpminstall.c:552
#, c-format
msgid "cannot open %s/packages.rpm\n"
msgstr ""
-#: lib/rpminstall.c:551
+#: lib/rpminstall.c:568
#, c-format
msgid "\"%s\" specifies multiple packages\n"
msgstr ""
-#: lib/rpminstall.c:574
+#: lib/rpminstall.c:591
msgid "removing these packages would break dependencies:\n"
msgstr ""
-#: lib/rpminstall.c:602
+#: lib/rpminstall.c:620
#, c-format
msgid "cannot open %s: %s\n"
msgstr ""
-#: lib/rpminstall.c:608
+#: lib/rpminstall.c:626
#, c-format
msgid "Installing %s\n"
msgstr ""
msgid "Please contact rpm-list@redhat.com\n"
msgstr ""
-#: lib/signature.c:115
+#: lib/scriptlet.c:229
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n"
+msgstr ""
+
+#: lib/scriptlet.c:236
+#, c-format
+msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
+msgstr ""
+
+#: lib/signature.c:125
msgid "file is not regular -- skipping size check\n"
msgstr ""
-#: lib/signature.c:119
+#: lib/signature.c:133
#, c-format
msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n"
msgstr ""
-#: lib/signature.c:123
+#: lib/signature.c:137
#, c-format
msgid " Actual size: %12d\n"
msgstr ""
-#: lib/signature.c:147
+#: lib/signature.c:161
msgid "No signature\n"
msgstr ""
-#: lib/signature.c:151
+#: lib/signature.c:165
msgid "Old PGP signature\n"
msgstr ""
-#: lib/signature.c:162
+#: lib/signature.c:176
msgid "Old (internal-only) signature! How did you get that!?\n"
msgstr ""
-#: lib/signature.c:211
-#, c-format
-msgid "Signature size: %d\n"
-msgstr ""
-
-#: lib/signature.c:212
+#: lib/signature.c:230
#, c-format
-msgid "Signature pad : %d\n"
+msgid "Signature: size(%d)+pad(%d)\n"
msgstr ""
-#: lib/signature.c:274
+#: lib/signature.c:289
#, c-format
msgid "Couldn't exec pgp (%s)\n"
msgstr ""
-#: lib/signature.c:285
+#: lib/signature.c:300
msgid "pgp failed\n"
msgstr ""
#. PGP failed to write signature
#. Just in case
-#: lib/signature.c:292
+#: lib/signature.c:307
msgid "pgp failed to write signature\n"
msgstr ""
-#: lib/signature.c:297
+#: lib/signature.c:312
#, c-format
msgid "PGP sig size: %d\n"
msgstr ""
-#: lib/signature.c:308 lib/signature.c:385
+#: lib/signature.c:323 lib/signature.c:400
msgid "unable to read the signature\n"
msgstr ""
-#: lib/signature.c:313
+#: lib/signature.c:328
#, c-format
msgid "Got %d bytes of PGP sig\n"
msgstr ""
-#: lib/signature.c:351 lib/signature.c:694
+#: lib/signature.c:366 lib/signature.c:712
msgid "Couldn't exec gpg\n"
msgstr ""
-#: lib/signature.c:362
+#: lib/signature.c:377
msgid "gpg failed\n"
msgstr ""
#. GPG failed to write signature
#. Just in case
-#: lib/signature.c:369
+#: lib/signature.c:384
msgid "gpg failed to write signature\n"
msgstr ""
-#: lib/signature.c:374
+#: lib/signature.c:389
#, c-format
msgid "GPG sig size: %d\n"
msgstr ""
-#: lib/signature.c:390
+#: lib/signature.c:405
#, c-format
msgid "Got %d bytes of GPG sig\n"
msgstr ""
-#: lib/signature.c:417
+#: lib/signature.c:433
msgid "Generating signature using PGP.\n"
msgstr ""
-#: lib/signature.c:423
+#: lib/signature.c:439
msgid "Generating signature using GPG.\n"
msgstr ""
-#: lib/signature.c:502 lib/signature.c:563
+#: lib/signature.c:519 lib/signature.c:580
msgid "Could not run pgp. Use --nopgp to skip PGP checks.\n"
msgstr ""
-#: lib/signature.c:635
+#: lib/signature.c:653
msgid "Could not run gpg. Use --nogpg to skip GPG checks.\n"
msgstr ""
-#: lib/signature.c:723
+#: lib/signature.c:741
msgid "Couldn't exec pgp\n"
msgstr ""
#. @notreached@
#. This case should have been screened out long ago.
-#: lib/signature.c:727 lib/signature.c:780
+#: lib/signature.c:745 lib/signature.c:798
msgid "Invalid %%_signature spec in macro file\n"
msgstr ""
-#: lib/signature.c:760
+#: lib/signature.c:778
msgid "You must set \"%%_gpg_name\" in your macro file\n"
msgstr ""
-#: lib/signature.c:772
+#: lib/signature.c:790
msgid "You must set \"%%_pgp_name\" in your macro file\n"
msgstr ""
-#: lib/transaction.c:466
+#: lib/transaction.c:403
msgid "========== relocations\n"
msgstr ""
-#: lib/transaction.c:469
+#: lib/transaction.c:406
#, c-format
msgid "%5d exclude %s\n"
msgstr ""
-#: lib/transaction.c:472
+#: lib/transaction.c:409
#, c-format
msgid "%5d relocate %s -> %s\n"
msgstr ""
-#: lib/transaction.c:543
+#: lib/transaction.c:483
#, c-format
msgid "excluding multilib path %s%s\n"
msgstr ""
-#: lib/transaction.c:592
+#: lib/transaction.c:532
#, c-format
msgid "excluding %s %s\n"
msgstr ""
-#: lib/transaction.c:599
+#: lib/transaction.c:539
#, c-format
msgid "relocating %s to %s\n"
msgstr ""
-#: lib/transaction.c:671
+#: lib/transaction.c:611
#, c-format
msgid "relocating directory %s to %s\n"
msgstr ""
-#: lib/transaction.c:676
+#: lib/transaction.c:616
#, c-format
msgid "excluding directory %s\n"
msgstr ""
-#: lib/transaction.c:800
+#: lib/transaction.c:740
#, c-format
msgid "%s skipped due to missingok flag\n"
msgstr ""
-#: lib/uninstall.c:74
-#, c-format
-msgid "cannot remove %s - directory not empty\n"
-msgstr ""
-
-#: lib/uninstall.c:78
-#, c-format
-msgid "rmdir of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:88
-#, c-format
-msgid "removal of %s failed: %s\n"
-msgstr ""
-
-#: lib/uninstall.c:151
-#, c-format
-msgid "will remove files test = %d\n"
-msgstr ""
-
-#: lib/uninstall.c:233
-msgid "running postuninstall script (if any)\n"
-msgstr ""
-
-#: lib/uninstall.c:446
-#, c-format
-msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n"
-msgstr ""
-
-#: lib/verify.c:59
+#: lib/verify.c:57
msgid "don't verify files in package"
msgstr ""
-#: lib/verify.c:65
+#: lib/verify.c:63
msgid "do not execute %verifyscript (if any)"
msgstr ""
-#: lib/verify.c:241
+#: lib/verify.c:239
msgid "package lacks both user name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:259
+#: lib/verify.c:257
msgid "package lacks both group name and id lists (this should never happen)\n"
msgstr ""
-#: lib/verify.c:321
+#: lib/verify.c:319
#, c-format
msgid "missing %s"
msgstr ""
-#: lib/verify.c:402
+#: lib/verify.c:400
#, c-format
msgid "Unsatisfied dependencies for %s-%s-%s: "
msgstr ""
-#: rpmio/rpmio.c:534
-msgid "Success"
-msgstr ""
-
-#: rpmio/rpmio.c:537
-msgid "Bad server response"
-msgstr ""
-
-#: rpmio/rpmio.c:540
-msgid "Server I/O error"
-msgstr ""
-
-#: rpmio/rpmio.c:543
-msgid "Server timeout"
-msgstr ""
-
-#: rpmio/rpmio.c:546
-msgid "Unable to lookup server host address"
-msgstr ""
-
-#: rpmio/rpmio.c:549
-msgid "Unable to lookup server host name"
-msgstr ""
-
-#: rpmio/rpmio.c:552
-msgid "Failed to connect to server"
-msgstr ""
-
-#: rpmio/rpmio.c:555
-msgid "Failed to establish data connection to server"
-msgstr ""
-
-#: rpmio/rpmio.c:558
-msgid "I/O error to local file"
-msgstr ""
-
-#: rpmio/rpmio.c:561
-msgid "Error setting remote server to passive mode"
-msgstr ""
-
-#: rpmio/rpmio.c:564
-msgid "File not found on server"
-msgstr ""
-
-#: rpmio/rpmio.c:567
-msgid "Abort in progress"
-msgstr ""
-
-#: rpmio/rpmio.c:571
-msgid "Unknown or unexpected error"
-msgstr ""
-
-#: rpmio/rpmio.c:1166
-#, c-format
-msgid "logging into %s as %s, pw %s\n"
-msgstr ""
-
#: rpmio/macro.c:187
#, c-format
msgid "======================== active %d empty %d\n"
msgid "File %s is smaller than %u bytes\n"
msgstr ""
-#: rpmio/rpmlog.c:24
+#: rpmio/rpmio.c:534
+msgid "Success"
+msgstr ""
+
+#: rpmio/rpmio.c:537
+msgid "Bad server response"
+msgstr ""
+
+#: rpmio/rpmio.c:540
+msgid "Server I/O error"
+msgstr ""
+
+#: rpmio/rpmio.c:543
+msgid "Server timeout"
+msgstr ""
+
+#: rpmio/rpmio.c:546
+msgid "Unable to lookup server host address"
+msgstr ""
+
+#: rpmio/rpmio.c:549
+msgid "Unable to lookup server host name"
+msgstr ""
+
+#: rpmio/rpmio.c:552
+msgid "Failed to connect to server"
+msgstr ""
+
+#: rpmio/rpmio.c:555
+msgid "Failed to establish data connection to server"
+msgstr ""
+
+#: rpmio/rpmio.c:558
+msgid "I/O error to local file"
+msgstr ""
+
+#: rpmio/rpmio.c:561
+msgid "Error setting remote server to passive mode"
+msgstr ""
+
+#: rpmio/rpmio.c:564
+msgid "File not found on server"
+msgstr ""
+
+#: rpmio/rpmio.c:567
+msgid "Abort in progress"
+msgstr ""
+
+#: rpmio/rpmio.c:571
+msgid "Unknown or unexpected error"
+msgstr ""
+
+#: rpmio/rpmio.c:1166
+#, c-format
+msgid "logging into %s as %s, pw %s\n"
+msgstr ""
+
+#: rpmio/rpmlog.c:32
msgid "(no error)"
msgstr ""
#. !< RPMLOG_EMERG
-#: rpmio/rpmlog.c:83 rpmio/rpmlog.c:84 rpmio/rpmlog.c:85
+#: rpmio/rpmlog.c:91 rpmio/rpmlog.c:92 rpmio/rpmlog.c:93
msgid "fatal error: "
msgstr ""
#. !< RPMLOG_CRIT
-#: rpmio/rpmlog.c:86
+#: rpmio/rpmlog.c:94
msgid "error: "
msgstr ""
#. !< RPMLOG_ERR
-#: rpmio/rpmlog.c:87
+#: rpmio/rpmlog.c:95
msgid "warning: "
msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\n"
"PO-Revision-Date: 2000-08-23 22:24+0100\n"
"Last-Translator: Milan Kerslager <milan.kerslager@spsselib.hiedu.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\n"
"PO-Revision-Date: 2000-03-07 05:17+01:00\n"
"Last-Translator: K. Christiansen <kenneth@gnu.org>\n"
"Language-Team: Danish/Dansk <dansk@klid.dk>\n"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\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"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\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"
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\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"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\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"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\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"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\n"
"PO-Revision-Date: 2000-01-06 20:31+0100\n"
"Last-Translator: Jesús Bravo Álvarez <jba@pobox.com>\n"
"Language-Team: Galician <gpul-traduccion@ceu.fi.udc.es>\n"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\n"
"PO-Revision-Date: 2000-08-03 23:26+0200\n"
"Last-Translator: László Németh <nemeth@qwertynet.hu>\n"
"Language-Team: Hungarian\n"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\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"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\n"
"PO-Revision-Date: 2000-06-16 02:12+0000\n"
"Last-Translator: Richard Allen <ra@hp.is>\n"
"Language-Team: is <kde-isl@mmedia.is>\n"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\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"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\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"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\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"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\n"
"PO-Revision-Date: 2000-06-21 16:11+02:00\n"
"Last-Translator: Kjartan Maraas <kmaraas@online.no>\n"
"Language-Team: Norwegian <no@li.org>\n"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\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"
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-02-09 10:46-0500\n"
+"POT-Creation-Date: 2001-02-22 17:41-0500\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"
msgid "ARG"
msgstr ""
-#: popthelp.c:240
+#: popthelp.c:241
msgid "Usage:"
msgstr ""
-#: popthelp.c:259
+#: popthelp.c:260
msgid "[OPTION...]"
msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\n"
"PO-Revision-Date: 2000-06-22 01:02+01:00\n"
"Last-Translator: Pedro Morais <morais@kde.org>\n"
"Language-Team: pt <morais@kde.org>\n"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\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"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\n"
"PO-Revision-Date: 2000-06-14 23:23+EST\n"
"Last-Translator: Cristian Gafton <gafton@redhat.com>\n"
"Language-Team: Romanian <ro@li.org>\n"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\n"
"PO-Revision-Date: 2000-08-13 21:00+0300\n"
"Last-Translator: Leon Kanter <leon@blackcatlinux.com>\n"
"Language-Team: Black Cat Linux Team <blackcat-support@blackcatlinux.com>\n"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\n"
"PO-Revision-Date: 1999-08-04 21:40+0200\n"
"Last-Translator: Stanislav Meduna <stano@eunet.sk>\n"
"Language-Team: Slovak <sk-i18n@rak.isternet.sk>\n"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\n"
"PO-Revision-Date: 2000-09-05 12:30+0200\n"
"Last-Translator: Roman Maurer <roman.maurer@hermes.si>\n"
"Language-Team: Slovenian <sl@li.org>\n"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\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"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\n"
"PO-Revision-Date: 2000-06-20 00:07+0200\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\n"
"PO-Revision-Date: 2000-01-06 13:01+0100\n"
"Last-Translator: Görkem Çetin <kabalak@gmx.net>\n"
"Language-Team: Gelecek A.Þ <gorkem@gelecek.com.tr>\n"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\n"
"PO-Revision-Date: 1999-09-30 16:54+0200\n"
"Last-Translator: Yuri Syrota <rasta@renome.rovno.ua>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\n"
"PO-Revision-Date: 1999-03-18 23:11+0100\n"
"Last-Translator: Nobody yet\n"
"Language-Team: walon <linux-wa@chanae.alphanet.ch>\n"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\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"
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.1\n"
-"POT-Creation-Date: 2001-01-16 08:53-0500\n"
+"POT-Creation-Date: 2001-02-09 10:46-0500\n"
"PO-Revision-Date: 1999-11-11 05:04+0800\n"
"Last-Translator: Dillion Chen <dillon.chen@turbolinux.com.cn>\n"
"Language-Team: TLDN\n"
const char * argDescrip = getArgDescrip(opt, translation_domain);
int helpLength;
char * left;
+ int nb = maxLeftCol + 1;
- left = malloc(maxLeftCol + 1);
+ /* Make sure there's more than enough room in target buffer. */
+ if (opt->longName) nb += strlen(opt->longName);
+ if (argDescrip) nb += strlen(argDescrip);
+
+ left = malloc(nb);
left[0] = left[maxLeftCol] = '\0';
if (opt->longName && opt->shortName)
- snprintf(left, maxLeftCol, "-%c, %s%s", opt->shortName,
+ sprintf(left, "-%c, %s%s", opt->shortName,
((opt->argInfo & POPT_ARGFLAG_ONEDASH) ? "-" : "--"),
opt->longName);
else if (opt->shortName)
- snprintf(left, maxLeftCol, "-%c", opt->shortName);
+ sprintf(left, "-%c", opt->shortName);
else if (opt->longName)
- snprintf(left, maxLeftCol, "%s%s",
+ sprintf(left, "%s%s",
((opt->argInfo & POPT_ARGFLAG_ONEDASH) ? "-" : "--"),
opt->longName);
- if (!*left) return ;
+ if (!*left) goto out;
if (argDescrip) {
char * le = left + strlen(left);
- int nl = maxLeftCol - (le - left);
- if (opt->argInfo & POPT_ARGFLAG_OPTIONAL) {
- *le++ = '['; nl--;
- }
+ if (opt->argInfo & POPT_ARGFLAG_OPTIONAL)
+ *le++ = '[';
if (opt->argDescrip == NULL) {
switch (opt->argInfo & POPT_ARG_MASK) {
case POPT_ARG_NONE:
- snprintf(le, nl-1, "[true]");
+ sprintf(le, "[true]");
break;
case POPT_ARG_VAL:
{ long aLong = opt->val;
if (opt->argInfo & POPT_ARGFLAG_NOT) aLong = ~aLong;
switch (opt->argInfo & POPT_ARGFLAG_LOGICALOPS) {
case POPT_ARGFLAG_OR:
- snprintf(le, nl-1, "[|=0x%lx]", aLong); break;
+ sprintf(le, "[|=0x%lx]", aLong); break;
case POPT_ARGFLAG_AND:
- snprintf(le, nl-1, "[&=0x%lx]", aLong); break;
+ sprintf(le, "[&=0x%lx]", aLong); break;
case POPT_ARGFLAG_XOR:
- snprintf(le, nl-1, "[^=0x%lx]", aLong); break;
+ sprintf(le, "[^=0x%lx]", aLong); break;
default:
if (!(aLong == 0L || aLong == 1L || aLong == -1L))
- snprintf(le, nl-1, "[=%ld]", aLong);
+ sprintf(le, "[=%ld]", aLong);
break;
}
} break;
case POPT_ARG_STRING:
case POPT_ARG_FLOAT:
case POPT_ARG_DOUBLE:
- snprintf(le, nl-1, "=%s", argDescrip);
+ sprintf(le, "=%s", argDescrip);
break;
}
} else {
- snprintf(le, nl-1, "=%s", argDescrip);
+ sprintf(le, "=%s", argDescrip);
}
- nl -= strlen(le);
le += strlen(le);
- if (opt->argInfo & POPT_ARGFLAG_OPTIONAL) {
- *le++ = ']'; nl--;
- }
+ if (opt->argInfo & POPT_ARGFLAG_OPTIONAL)
+ *le++ = ']';
*le = '\0';
}
}
/** \ingroup python
+ * This assumes the order of list matches the order of the new headers, and
+ * throws an exception if that isn't true.
+ */
+static int rpmMergeHeaders(PyObject * list, FD_t fd, int matchTag) {
+ Header newH;
+ HeaderIterator iter;
+ int_32 * newMatch, * oldMatch;
+ hdrObject * ho;
+ int count = 0;
+ int type, c, tag;
+ void * p;
+
+ Py_BEGIN_ALLOW_THREADS
+ newH = headerRead(fd, HEADER_MAGIC_YES);
+
+ Py_END_ALLOW_THREADS
+ while (newH) {
+ if (!headerGetEntry(newH, matchTag, NULL, (void **) &newMatch, NULL)) {
+ PyErr_SetString(pyrpmError, "match tag missing in new header");
+ return 1;
+ }
+
+ ho = (hdrObject *) PyList_GetItem(list, count++);
+ if (!ho) return 1;
+
+ if (!headerGetEntry(ho->h, matchTag, NULL, (void **) &oldMatch, NULL)) {
+ PyErr_SetString(pyrpmError, "match tag missing in new header");
+ return 1;
+ }
+
+ if (*newMatch != *oldMatch) {
+ PyErr_SetString(pyrpmError, "match tag mismatch");
+ return 1;
+ }
+
+ if (ho->sigs) headerFree(ho->sigs);
+ if (ho->md5list) free(ho->md5list);
+ if (ho->fileList) free(ho->fileList);
+ if (ho->linkList) free(ho->linkList);
+
+ ho->sigs = NULL;
+ ho->md5list = NULL;
+ ho->fileList = NULL;
+ ho->linkList = NULL;
+
+ iter = headerInitIterator(newH);
+
+ while (headerNextIterator(iter, &tag, &type, (void *) &p, &c)) {
+ /* could be dupes */
+ headerRemoveEntry(ho->h, tag);
+ headerAddEntry(ho->h, tag, type, p, c);
+ headerFreeData(p, type);
+ }
+
+ headerFreeIterator(iter);
+
+ Py_BEGIN_ALLOW_THREADS
+ newH = headerRead(fd, HEADER_MAGIC_YES);
+ Py_END_ALLOW_THREADS
+ }
+
+ return 0;
+}
+
+static PyObject * rpmMergeHeadersFromFD(PyObject * self, PyObject * args) {
+ FD_t fd;
+ int fileno;
+ PyObject * list;
+ int rc;
+ int matchTag;
+
+ if (!PyArg_ParseTuple(args, "Oii", &list, &fileno, &matchTag)) return NULL;
+
+ if (!PyList_Check(list)) {
+ PyErr_SetString(PyExc_TypeError, "first parameter must be a list");
+ return NULL;
+ }
+
+ fd = fdDup(fileno);
+
+ rc = rpmMergeHeaders (list, fd, matchTag);
+ Fclose(fd);
+
+ if (rc) {
+ return NULL;
+ }
+
+ Py_INCREF(Py_None);
+ return Py_None;
+}
+
+/** \ingroup python
*/
static PyObject * errorCB = NULL, * errorData = NULL;
#include "misc/putenv.c"
#endif
+#if defined(USE_GETMNTENT)
+#include "misc/getmntent.c"
+#endif
+
#if !defined(HAVE_REALPATH)
#include "misc/realpath.c"
#endif
-# $Id: rpmrc.in,v 2.33 2000/12/12 20:03:45 jbj Exp $
+# $Id: rpmrc.in,v 2.34 2001/02/27 21:30:27 jbj Exp $
#
# This is a global RPM configuration file. All changes made here will
# be lost when the rpm package is upgraded. Any per-system configuration
os_canon: SCO_SV: SCO_SV3.2v5.0.2 9
os_canon: IRIX64: Irix64 10
os_canon: NEXTSTEP: NextStep 11
-os_canon: BSD/OS: BSD_OS 12
+os_canon: BSD_OS: bsdi 12
os_canon: machten: machten 13
os_canon: CYGWIN32_NT: cygwin32 14
os_canon: CYGWIN32_95: cygwin32 15
os_compat: mint: FreeMiNT MiNT TOS
os_compat: TOS: FreeMiNT MiNT mint
+os_compat: BSD_OS: bsdi
+os_compat: bsdi4.0: bsdi
+
buildarch_compat: ia64: noarch
buildarch_compat: athlon: i686