From b1069869998cc7f4e0b4e50309fbe0482b638445 Mon Sep 17 00:00:00 2001 From: jbj Date: Tue, 30 Dec 2003 13:14:49 +0000 Subject: [PATCH] - spelling corrections (#112728). CVS patchset: 7047 CVS date: 2003/12/30 13:14:49 --- CHANGES | 1 + doc/manual/builddependencies | 2 +- doc/manual/buildroot | 8 +- doc/manual/conditionalbuilds | 4 +- doc/manual/dependencies | 26 +- doc/manual/hregions | 4 +- doc/manual/macros | 6 +- doc/manual/queryformat | 2 +- doc/manual/relocatable | 8 +- doc/manual/signatures | 2 +- doc/manual/spec | 14 +- doc/manual/triggers | 2 +- doc/rpm.8 | 2 +- doc/rpmbuild.8 | 2 +- doc/rpmcache.8 | 2 +- lib/poptI.c | 2 +- lib/psm.c | 2 +- lib/rpminstall.c | 2 +- lib/rpmps.c | 2 +- lib/rpmps.h | 2 +- po/cs.po | 598 +++++++++++++++++---------------- po/da.po | 600 +++++++++++++++++---------------- po/de.po | 595 +++++++++++++++++---------------- po/fi.po | 595 +++++++++++++++++---------------- po/fr.po | 600 +++++++++++++++++---------------- po/gl.po | 599 +++++++++++++++++---------------- po/is.po | 605 +++++++++++++++++---------------- po/ja.po | 595 +++++++++++++++++---------------- po/ko.po | 600 +++++++++++++++++---------------- po/no.po | 626 ++++++++++++++++++----------------- po/pl.po | 600 +++++++++++++++++---------------- po/pt.po | 600 +++++++++++++++++---------------- po/pt_BR.po | 595 +++++++++++++++++---------------- po/ro.po | 599 +++++++++++++++++---------------- po/rpm.pot | 599 +++++++++++++++++---------------- po/ru.po | 600 +++++++++++++++++---------------- po/sk.po | 595 +++++++++++++++++---------------- po/sl.po | 605 +++++++++++++++++---------------- po/sr.po | 595 +++++++++++++++++---------------- po/sv.po | 600 +++++++++++++++++---------------- po/tr.po | 600 +++++++++++++++++---------------- popt/po/cs.po | 50 +-- popt/po/da.po | 50 +-- popt/po/de.po | 50 +-- popt/po/es.po | 50 +-- popt/po/eu_ES.po | 50 +-- popt/po/fi.po | 50 +-- popt/po/fr.po | 50 +-- popt/po/gl.po | 50 +-- popt/po/hu.po | 50 +-- popt/po/id.po | 50 +-- popt/po/is.po | 50 +-- popt/po/it.po | 50 +-- popt/po/ja.po | 50 +-- popt/po/ko.po | 50 +-- popt/po/no.po | 50 +-- popt/po/pl.po | 50 +-- popt/po/popt.pot | 50 +-- popt/po/pt.po | 50 +-- popt/po/pt_BR.po | 50 +-- popt/po/ro.po | 50 +-- popt/po/ru.po | 50 +-- popt/po/sk.po | 50 +-- popt/po/sl.po | 50 +-- popt/po/sr.po | 50 +-- popt/po/sv.po | 50 +-- popt/po/tr.po | 50 +-- popt/po/uk.po | 50 +-- popt/po/wa.po | 50 +-- popt/po/zh.po | 50 +-- popt/po/zh_CN.GB2312.po | 50 +-- rpm.c | 2 +- rpmdb/legacy.c | 2 +- rpmpopt.in | 6 +- 74 files changed, 7472 insertions(+), 6734 deletions(-) diff --git a/CHANGES b/CHANGES index ebda80310..066f91bb6 100644 --- a/CHANGES +++ b/CHANGES @@ -32,6 +32,7 @@ - perl.req: avoid regex misfire on '^use' in "= <<" assign (#109934). - find-debuginfo.sh: permit stripping unwritable by non-root (#112429). - missing build dependency (#111104). + - spelling corrections (#112728). 4.2 -> 4.2.1: - fix: nested %if handling, optind initialization posix vs. glibc. diff --git a/doc/manual/builddependencies b/doc/manual/builddependencies index 61953f7ff..74f690dbd 100644 --- a/doc/manual/builddependencies +++ b/doc/manual/builddependencies @@ -1,4 +1,4 @@ -/*! \page builddpendencies Generating buiild dependencies automatically +/*! \page builddependencies Generating build dependencies automatically As we start updating packages for the next Red Hat distro, I'd like to see packages start to make use of build dependencies. Basically build diff --git a/doc/manual/buildroot b/doc/manual/buildroot index 77b159646..a36914202 100644 --- a/doc/manual/buildroot +++ b/doc/manual/buildroot @@ -13,7 +13,7 @@ Simply use Buildroot: \endverbatim -in your spec file. The acutal buildroot used by RPM during the +in your spec file. The actual buildroot used by RPM during the build will be available to you (and your %prep, %build, and %install sections) as the environment variable RPM_BUILD_ROOT. You must make sure that the files for the package are installed into the @@ -86,7 +86,7 @@ and specified we would end up with the directory /usr/lib/perl5/site_perl being owned by the library package. This directory is in fact used by ALL -perl libriares and should be owned by the package for perl not any of +perl libraries and should be owned by the package for perl not any of its libraries. It is important that the %files command specifies all the known directories explicitly. So this would be preferable: @@ -104,7 +104,7 @@ package is removed, RPM will try to remove each of the perl-MD5 files and then try to remove the dir itself. If there's still files in the site_perl directory (e.g. from other packages) then the Unix rmdir(2) will fail and you will get a non-zero return code from RPM. If the -rmdir succeds then you will no longer have a site_perl directory on +rmdir succeeds then you will no longer have a site_perl directory on your machine even though this directory was created when Perl was installed. @@ -116,7 +116,7 @@ Explicit use of %files can help make the packager aware of potential problems before they happen. When you try to install a package which contains file names already used by other packages on the system then RPM will warn you of the problem and give a fatal error. This error can -be overriden with --force and the installed file will be replaced by the +be overridden with --force and the installed file will be replaced by the new file and when the new package is removed the file will be removed as well. */ diff --git a/doc/manual/conditionalbuilds b/doc/manual/conditionalbuilds index 35ab07921..cdff2c4f1 100644 --- a/doc/manual/conditionalbuilds +++ b/doc/manual/conditionalbuilds @@ -1,4 +1,4 @@ -/*! \page conditionalbulds Passing conditional parameters into a rpm build +/*! \page conditionalbuilds Passing conditional parameters into a rpm build Source code is often built with optional features enabled or disabled. When source code is packaged using rpm, the various features can be @@ -48,7 +48,7 @@ So the spec file should be written %{?_with_ldap} \ ... \endverbatim -so that, if "--with ldap" was used as a build option, then confgure +so that, if "--with ldap" was used as a build option, then configure will be invoked (after macro expansion) as \verbatim ./configure --with-ldap ... diff --git a/doc/manual/dependencies b/doc/manual/dependencies index 2623d96d9..54b7ef55b 100644 --- a/doc/manual/dependencies +++ b/doc/manual/dependencies @@ -51,7 +51,7 @@ specifies release=3 \endverbatim -The epoch (if present) is a monotonically inceasing integer, neither the +The epoch (if present) is a monotonically increasing integer, neither the version or the release can contain the '-' hyphen character, and the dependency parser does not permit white space within a definition. Unspecified epoch and releases are assumed to be zero, and are interpreted as "providing all" @@ -78,10 +78,10 @@ strcmp(3). First, the boundaries of the segments are found using isdigit(3)/isalpha(3). Each segment is then compared in order with the right most segment being the least significant. The alphabetical portions are compared using a lexical graphical ascii ordering, the -digit segments strip leading zeroes's and compare the strlen before +digit segments strip leading zeroes and compare the strlen before doing a strcmp. If both numerical strings are equal, the longer string is larger. Notice that the algorithm has no knowledge of decimal fractions, -and perl-5.6 is "older" than perl-5.00503 because the number 6 si less than +and perl-5.6 is "older" than perl-5.00503 because the number 6 is less than the number 503. The concept of "newer" used by rpm to determine when a package should be @@ -172,9 +172,9 @@ to eliminate the need for most packages to use explicit Requires: lines. \subsection dependencies_custom Custom Automatic Dependency The automatic dependency programs are found via macro expansion. Thus -sites can very the amount of dependnecy processing that are performed +sites can very the amount of dependency processing that are performed locally, by changing the executable/script which is run. Dependency -processing can even be changed on a per-package basis if the macros's are +processing can even be changed on a per-package basis if the macros are defined in the spec file. To allow for maximum configurability the dependency programs are shell scripts which can be duplicated and edited for site specific needs. @@ -183,7 +183,7 @@ The macros: %__find_provides, %__find_prereq, %__find_requires, %__find_conflicts, %__find_obsoletes, if they exist, are expanded to the name of a program to exec. For each package, the program receives the glob'ed %files manifest on stdin and returns dependencies on stdout. The -deiscovered dependencies are parsed exactly as if they were found after +discovered dependencies are parsed exactly as if they were found after \verbatim Provides: @@ -210,11 +210,11 @@ which can be overridden (or even undefined) within a spec file. Modules for interpreted languages like perl and tcl impose additional dependency requirements on packages. A script written for an interpreter -often requires language specfic modules to be installed in order to execute -correctly. In order to automatically detect langiage specific modules, each +often requires language specific modules to be installed in order to execute +correctly. In order to automatically detect language specific modules, each interpreter may have its own find-provides and find-requires. To prevent module name collisions between interpreters, module names are enclosed within -parentheses and a conventional interpreter specific identifier is pre-pended: +parentheses and a conventional interpreter specific identifier is prepended: \verbatim @@ -225,7 +225,7 @@ parentheses and a conventional interpreter specific identifier is pre-pended: The output of a per-interpreter find-requires (notice in this example the -first requirement is a package and the rest are langague specific modules) +first requirement is a package and the rest are language specific modules) \verbatim Mail-Header >= 1.01 @@ -247,7 +247,7 @@ with appropriate per-interpreter hooks into /usr/lib/rpm/find-{provides,requires} \endverbatim -@todo per-interpreter dependency generators are not located in subdiretories. +@todo per-interpreter dependency generators are not located in subdirectories. Notice that shell dependencies will require that all %post et al scriptlets be processed by the find-requires. Since a shell script depends on all the @@ -318,7 +318,7 @@ all, nor generate an error message. \subsection dependencies_branching Branching Version It is quite common to need to branch a set of sources in version -control. It is not so obvious how those branches should be repesented +control. It is not so obvious how those branches should be represented in the package version numbers. Here is one solution. You have a bag of features that are injected into a package in a @@ -356,7 +356,7 @@ Another alternative scheme might be: \subsection dependencies_build Build dependencies -The following dependencies are availible at build time. These are +The following dependencies are available at build time. These are similar to the install time version but these apply only during package creation and are specified in the specfile not in the binary package. diff --git a/doc/manual/hregions b/doc/manual/hregions index 91408b349..1bdb4f19d 100644 --- a/doc/manual/hregions +++ b/doc/manual/hregions @@ -3,11 +3,11 @@ The header data structure has changed in rpm-4.0.[12] to preserve the original header from a package. The goal is to keep the original header intact so that metadata can be verified separately from the -payload by the RHN up2date client and by the rpm commmand line verify +payload by the RHN up2date client and by the rpm command line verify mode using signatures saved in the rpm database. I believe the change is entirely forward and backward compatible, and will not require any artifacts like changing the version number of packaging or -adding an "rpmlib(...)" tracking dependendency. We'll see ... +adding an "rpmlib(...)" tracking dependency. We'll see ... Here's a short description of the change. An rpm header has three sections: \verbatim diff --git a/doc/manual/macros b/doc/manual/macros index ff6bd3494..8f234c279 100644 --- a/doc/manual/macros +++ b/doc/manual/macros @@ -22,8 +22,8 @@ All whitespace surrounding is removed. Name may be composed of alphanumeric characters, and the character `_' and must be at least 3 characters in length. A macro without an (opts) field is "simple" in that only recursive macro expansion is performed. A parameterized macro contains -an (opts) field. The opts (i.e. string between parantheses) is passed -exactly as is to getopts(3) for argc/argv processing at the beginning of +an (opts) field. The opts (i.e. string between parentheses) is passed +exactly as is to getopt(3) for argc/argv processing at the beginning of a macro invocation. While a parameterized macro is being expanded, the following shell-like macros are available: @@ -167,7 +167,7 @@ This expands to: (echo -n "My arg is 5" ; sleep 5 ; echo done.) \endverbatim -This will cause all occurances of %1 in the macro definition to be +This will cause all occurrences of %1 in the macro definition to be replaced by the first argument to the macro, but only if the macro is invoked as "%mymacro 5". Invoking as "%{mymacro} 5" will not work as desired in this case. diff --git a/doc/manual/queryformat b/doc/manual/queryformat index 19ef60151..b6f6e2511 100644 --- a/doc/manual/queryformat +++ b/doc/manual/queryformat @@ -150,7 +150,7 @@ braces. \subsection queryformat_example Example: Viewing the Verify Flags -The follwing example query is run against dev becuase I know %verify +The following example query is run against dev because I know %verify is used there. \verbatim rpm -q --qf '[%{filenames} %{fileverifyflags}\n]' dev diff --git a/doc/manual/relocatable b/doc/manual/relocatable index c4bdd41ab..d0700724f 100644 --- a/doc/manual/relocatable +++ b/doc/manual/relocatable @@ -1,4 +1,4 @@ -/*! \page relocateable Relocateable packages +/*! \page relocatable Relocatable packages Relocatable packages are a way to give the user a little control over the installation location of a package. For example, a vendor @@ -6,7 +6,7 @@ may distribute their software to install in "/opt" but you'd like it to install in "/usr/opt". If the vendor were distributing a relocatable RPM package, it would be easy. -\subsection relcateable_building Building a Relocatable Package +\subsection relocatable_building Building a Relocatable Package Not all software can be "relocatable". Before continuing you should think about how the program works, what files it accesses, what other @@ -35,7 +35,7 @@ into the spec file so that the /usr and /etc directories may be relocated separately when this package is installed. -\subsection relcateable_installing Installing Relocatable Packages +\subsection relocatable_installing Installing Relocatable Packages By default, RPM will install a relocatable package in the prefix directory listed in the spec file. You can override this on the @@ -51,7 +51,7 @@ separately by using syntax like: rpm ... --relocate /opt=/usr/opt --relocate /etc=/usr/etc ... \endverbatim -If any of the Prefixs are not being relocated they can be skipped on +If any of the Prefixes is not being relocated they can be skipped on the command line */ diff --git a/doc/manual/signatures b/doc/manual/signatures index 7b4f6dc71..9cad9aabf 100644 --- a/doc/manual/signatures +++ b/doc/manual/signatures @@ -64,7 +64,7 @@ Package signature verification is the same as previous releases: rpm -K \endverbatim -RPM will verify evey signature in the package, which may include +RPM will verify every signature in the package, which may include more than one PGP signature. The output indicates what types of signatures are being checked. If any checks fail you'll see a "NOT OK" message, and you should be worried. diff --git a/doc/manual/spec b/doc/manual/spec index 2a27e48ec..286931c22 100644 --- a/doc/manual/spec +++ b/doc/manual/spec @@ -5,9 +5,9 @@ A few additions have been made to the spec file format. Name The Name tag contains the proper name of the package. Names must not -include whitespace and may include a hyphan '-' (unlike version and release +include whitespace and may include a hyphen '-' (unlike version and release tags). Names should not include any numeric operators ('<', '>','=') as -future versions of rpm may need to reserve charcters other than '-'. +future versions of rpm may need to reserve characters other than '-'. By default subpackages are named by prepending `
-' to the subpackages name(s). If you wish to change the name of a @@ -61,7 +61,7 @@ might be changed to: \endverbatim The description is free form text, but there are two things to note. -The first regards reformating. Lines that begin with white space +The first regards reformatting. Lines that begin with white space are considered "pre-formatted" and will be left alone. Adjacent lines without leading whitespace are considered a single paragraph and may be subject to formatting by glint or another RPM tool. @@ -78,7 +78,7 @@ package contains). \subsection specfile_buildarchitectures BuildArchitectures: Tag -This tag specifies the arctecture which the resulting binary package +This tag specifies the architecture which the resulting binary package will run on. Typically this is a CPU architecture like sparc, i386. The string 'noarch' is reserved for specifying that the resulting binary package is platform independent. Typical platform @@ -108,11 +108,11 @@ script so that false problems are not displayed during package verification. %verify(not size md5 mtime) %{prefix}/bin/javaswarm \endverbatim -\subsection specfile_globbing Shell Gobbing of %files Section +\subsection specfile_globbing Shell Globbing of %files Section The usual rules for shell globbing apply. Most special characters can be escaped by prefixing them with a '\'. Spaces are used to separate -file names and so must be escaped by enclsing the file name with quotes. +file names and so must be escaped by enclosing the file name with quotes. For example: \verbatim @@ -202,7 +202,7 @@ you would add \endverbatim to your spec file. -If your package was like dump and could not be built w/o a specific vesion of +If your package was like dump and could not be built w/o a specific version of the libraries to access an ext2 file system, you could express this as \verbatim BuildRequires: e2fsprofs-devel = 1.17-1 diff --git a/doc/manual/triggers b/doc/manual/triggers index 6e3ed8945..e679a515a 100644 --- a/doc/manual/triggers +++ b/doc/manual/triggers @@ -13,7 +13,7 @@ Say the package "mymailer" needs an /etc/mymailer/mailer symlink which points to the mail transport agent to use. If sendmail is installed, the link should point to /usr/bin/sendmail, but it vmail is installed, the link should instead point to /usr/bin/vmail. If both packages are present, we don't care -where the link points (realisticaly, sendmail and vmail should conflict +where the link points (realistically, sendmail and vmail should conflict with one another), while if neither package is installed the link should not exist at all. diff --git a/doc/rpm.8 b/doc/rpm.8 index 9005d6859..eff8aeafb 100644 --- a/doc/rpm.8 +++ b/doc/rpm.8 @@ -338,7 +338,7 @@ This is intended to make \fBrpm\fR easy to run from other tools. .TP \fB--prefix \fINEWPATH\fB\fR -For relocateable binary packages, translate all file paths that +For relocatable binary packages, translate all file paths that start with the installation prefix in the package relocation hint(s) to \fINEWPATH\fR. .TP diff --git a/doc/rpmbuild.8 b/doc/rpmbuild.8 index 7d10c7493..8ac8d45ed 100644 --- a/doc/rpmbuild.8 +++ b/doc/rpmbuild.8 @@ -88,7 +88,7 @@ The default \fIFILELIST\fR is Pipes the output of \fBrpm\fR to the command \fICMD\fR. .TP \fB--dbpath \fIDIRECTORY\fB\fR -Use the database in \fIDIRECTORY\fR rathen +Use the database in \fIDIRECTORY\fR rather than the default path \fI/var/lib/rpm\fR .TP \fB--root \fIDIRECTORY\fB\fR diff --git a/doc/rpmcache.8 b/doc/rpmcache.8 index 3f0381f9d..eb6e5e2cf 100644 --- a/doc/rpmcache.8 +++ b/doc/rpmcache.8 @@ -28,7 +28,7 @@ There are no \fBrpmcache\fR specific options, only common \fBrpm\fR options. See the \fBrpmcache\fR usage message for what is currently implemented. .PP The file tree path to be searched is configured using rpm -macros. The final path is the concatentaion of 5 individual +macros. The final path is the concatenation of 5 individual elements. Here are the macro names used to configure \fBrpmcache\fR, in the same order that they will be concatenated to build the file tree path that will be walked: diff --git a/lib/poptI.c b/lib/poptI.c index 1cfe99674..0346372d1 100644 --- a/lib/poptI.c +++ b/lib/poptI.c @@ -174,7 +174,7 @@ struct poptOption rpmInstallPoptTable[] = { { "badreloc", '\0', POPT_BIT_SET, &rpmIArgs.probFilter, RPMPROB_FILTER_FORCERELOCATE, - N_("relocate files in non-relocateable package"), NULL}, + N_("relocate files in non-relocatable package"), NULL}, { "dirstash", '\0', POPT_BIT_SET|POPT_ARGFLAG_DOC_HIDDEN, &rpmIArgs.transFlags, RPMTRANS_FLAG_DIRSTASH, N_("save erased package files by renaming into sub-directory"), NULL}, diff --git a/lib/psm.c b/lib/psm.c index df43b1036..8d6942754 100644 --- a/lib/psm.c +++ b/lib/psm.c @@ -1238,7 +1238,7 @@ assert(psm->mi == NULL); if (fc <= 0) break; /* - * Old format relocateable packages need the entire default + * Old format relocatable packages need the entire default * prefix stripped to form the cpio list, while all other packages * need the leading / stripped. */ diff --git a/lib/rpminstall.c b/lib/rpminstall.c index 6df8c5e41..712b829d1 100644 --- a/lib/rpminstall.c +++ b/lib/rpminstall.c @@ -534,7 +534,7 @@ if (fileURL[0] == '=') { const char * name; xx = headerNVR(eiu->h, &name, NULL, NULL); rpmMessage(RPMMESS_ERROR, - _("package %s is not relocateable\n"), name); + _("package %s is not relocatable\n"), name); eiu->numFailed++; goto exit; /*@notreached@*/ diff --git a/lib/rpmps.c b/lib/rpmps.c index 69d7b3f37..1c6701c72 100644 --- a/lib/rpmps.c +++ b/lib/rpmps.c @@ -220,7 +220,7 @@ const char * rpmProblemString(const rpmProblem prob) break; case RPMPROB_BADRELOCATE: rc = snprintf(buf, nb, - _("path %s in package %s is not relocateable"), + _("path %s in package %s is not relocatable"), str1, pkgNEVR); break; case RPMPROB_NEW_FILE_CONFLICT: diff --git a/lib/rpmps.h b/lib/rpmps.h index dcbc2590e..ef9cf9d36 100644 --- a/lib/rpmps.h +++ b/lib/rpmps.h @@ -28,7 +28,7 @@ typedef enum rpmProblemType_e { RPMPROB_BADARCH, /*!< package ... is for a different architecture */ RPMPROB_BADOS, /*!< package ... is for a different operating system */ RPMPROB_PKG_INSTALLED, /*!< package ... is already installed */ - RPMPROB_BADRELOCATE,/*!< path ... is not relocateable for package ... */ + RPMPROB_BADRELOCATE,/*!< path ... is not relocatable for package ... */ RPMPROB_REQUIRES, /*!< package ... has unsatisfied Requires: ... */ RPMPROB_CONFLICT, /*!< package ... has unsatisfied Conflicts: ... */ RPMPROB_NEW_FILE_CONFLICT, /*!< file ... conflicts between attemped installs of ... */ diff --git a/po/cs.po b/po/cs.po index 4fc96c53b..c053c8316 100644 --- a/po/cs.po +++ b/po/cs.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "PO-Revision-Date: 2001-07-24 10:02+0100\n" "Last-Translator: Milan Kerslager \n" "Language-Team: Czech \n" @@ -20,44 +20,44 @@ msgstr "chybn msgid "Unable to open spec file %s: %s\n" msgstr "Nelze otevřít spec soubor %s: %s\n" -#: build.c:152 build.c:164 +#: build.c:150 build.c:162 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Nelze otevřít rouru pro tar: %m\n" #. Give up -#: build.c:171 +#: build.c:169 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Nelze číst spec soubor z %s\n" -#: build.c:199 +#: build.c:197 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Nelze přejmenovat %s na %s: %m\n" -#: build.c:239 +#: build.c:237 #, c-format msgid "failed to stat %s: %m\n" msgstr "nemohu zjistit stav %s: %m\n" -#: build.c:244 +#: build.c:242 #, c-format msgid "File %s is not a regular file.\n" msgstr "Soubor %s není obyčejný soubor.\n" -#: build.c:253 +#: build.c:251 #, 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:324 +#: build.c:322 #, c-format msgid "Building target platforms: %s\n" msgstr "Sestavuji cílové platformy: %s\n" -#: build.c:339 +#: build.c:337 #, c-format msgid "Building for target %s\n" msgstr "Sestavuji pro cíl %s\n" @@ -110,7 +110,7 @@ msgstr "Spole msgid "%s: %s\n" msgstr "%s: %s\n" -#: rpmqv.c:129 lib/poptALL.c:114 +#: rpmqv.c:129 lib/poptALL.c:119 #, c-format msgid "RPM version %s\n" msgstr "RPM verze %s\n" @@ -424,166 +424,166 @@ msgstr "&& a || nen msgid "syntax error in expression\n" msgstr "chyba syntaxe ve výrazu\n" -#: build/files.c:278 +#: build/files.c:280 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "TIMECHECK selhal: %s\n" -#: build/files.c:343 build/files.c:543 build/files.c:739 +#: build/files.c:345 build/files.c:545 build/files.c:741 #, c-format msgid "Missing '(' in %s %s\n" msgstr "Chybí '(' v %s %s\n" -#: build/files.c:354 build/files.c:673 build/files.c:750 +#: build/files.c:356 build/files.c:675 build/files.c:752 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "Chybí ')' v %s(%s\n" -#: build/files.c:392 build/files.c:698 +#: build/files.c:394 build/files.c:700 #, c-format msgid "Invalid %s token: %s\n" msgstr "Neplatný %s token: %s\n" -#: build/files.c:502 +#: build/files.c:504 #, c-format msgid "Missing %s in %s %s\n" msgstr "Chybějící %s v %s %s\n" -#: build/files.c:559 +#: build/files.c:561 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "Následuje neprázdný znak %s(): %s\n" -#: build/files.c:597 +#: build/files.c:599 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Špatná syntaxe: %s(%s)\n" -#: build/files.c:607 +#: build/files.c:609 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Špatná práva spec: %s(%s)\n" -#: build/files.c:619 +#: build/files.c:621 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Špatná práva adresáře: %s(%s)\n" -#: build/files.c:777 +#: build/files.c:779 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Neobvyklá délka locale: \"%.*s\" v %%lang(%s)\n" #. @innercontinue@ -#: build/files.c:788 +#: build/files.c:790 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Duplicitní locale %.*s v %%lang(%s)\n" -#: build/files.c:917 +#: build/files.c:919 #, c-format msgid "Hit limit for %%docdir\n" msgstr "Dosažen limit pro %%docdir\n" -#: build/files.c:925 +#: build/files.c:927 #, c-format msgid "Only one arg for %%docdir\n" msgstr "Jen jeden parametr pro %%docdir\n" #. We already got a file -- error -#: build/files.c:959 +#: build/files.c:961 #, c-format msgid "Two files on one line: %s\n" msgstr "Dva soubory na jednom řádku: %s\n" -#: build/files.c:976 +#: build/files.c:978 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Soubor musí začínat na \"/\": %s\n" -#: build/files.c:989 +#: build/files.c:991 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Nelze míchat speciální %%doc s ostatnímí formami: %s\n" -#: build/files.c:1141 +#: build/files.c:1149 #, c-format msgid "File listed twice: %s\n" msgstr "Soubor uveden dvakrát: %s\n" -#: build/files.c:1280 +#: build/files.c:1288 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Symbolická linka ukazuje na BuildRoot: %s -> %s\n" -#: build/files.c:1520 +#: build/files.c:1535 #, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "Soubor nesouhlasí s prefixem (%s): %s\n" -#: build/files.c:1544 +#: build/files.c:1559 #, c-format msgid "File not found: %s\n" msgstr "Soubor nenalezen: %s\n" -#: build/files.c:1752 +#: build/files.c:1767 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: readLead selhalo\n" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1804 +#: build/files.c:1819 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "Soubor potřebuje úvodní \"/\": %s\n" -#: build/files.c:1828 +#: build/files.c:1843 #, c-format msgid "Glob not permitted: %s\n" msgstr "Glob není dovolen: %s\n" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, c-format msgid "File not found by glob: %s\n" msgstr "Soubor nenalezen globem: %s\n" -#: build/files.c:1905 +#: build/files.c:1920 #, c-format msgid "Could not open %%files file %s: %s\n" msgstr "Nemohu otevřít %%files soubor %s: %s\n" -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, c-format msgid "line: %s\n" msgstr "řádek: %s\n" -#: build/files.c:2307 +#: build/files.c:2323 #, c-format msgid "Bad file: %s: %s\n" msgstr "Špatný soubor: %s: %s\n" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "Špatný vlastník/skupina: %s\n" -#: build/files.c:2363 +#: build/files.c:2379 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "rozbalování archívu selhalo %s%s: %s\n" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2414 +#: build/files.c:2430 #, c-format msgid "Processing files: %s-%s-%s\n" msgstr "Zpracovávám soubory: %s-%s-%s\n" @@ -726,7 +726,7 @@ msgstr "Nemohu p msgid "Could not open %s: %s\n" msgstr "Nemohu otevřít %s: %s\n" -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, c-format msgid "Unable to write package: %s\n" msgstr "Nemohu zapsat balíček: %s\n" @@ -756,7 +756,7 @@ msgstr "Nemohu p msgid "Unable to write payload to %s: %s\n" msgstr "Nemohu zapsat payload do %s: %s\n" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "Zapsáno: %s\n" @@ -1243,20 +1243,20 @@ msgstr "nekontrolovat z msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "generovat hlavičky balíčků kompatibilní s RPM verze 2 a 3" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 #, fuzzy msgid "don't verify package digest(s)" msgstr "nekontrolovat závislosti balíčků" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 #, fuzzy msgid "don't verify database header(s) when retrieved" msgstr "nekontrolovat architekturu balíčku" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 #, fuzzy msgid "don't verify package signature(s)" msgstr "ověřit podpis v balíčku" @@ -1327,31 +1327,31 @@ msgstr " msgid "Bad/unreadable header" msgstr "Špatná nebo nečitelná hlavička" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "Velikost hlavičky je přiliš velká" -#: lib/cpio.c:233 +#: lib/cpio.c:234 msgid "Unknown file type" msgstr "Neznámý typ souboru" -#: lib/cpio.c:234 +#: lib/cpio.c:235 msgid "Missing hard link(s)" msgstr "Chybějící hardlink(y)" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "MD5 součet nesouhlasí" -#: lib/cpio.c:236 +#: lib/cpio.c:237 msgid "Internal error" msgstr "Interní chyba" -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "" -#: lib/cpio.c:250 +#: lib/cpio.c:251 msgid " failed - " msgstr "selhal - " @@ -1490,47 +1490,57 @@ msgstr "Soubor %4d: %07o %s.%s\t %s\n" msgid "file %s is on an unknown device\n" msgstr "soubor %s je na neznámém zařízení\n" -#: lib/fsm.c:350 +#: lib/fsm.c:352 #, fuzzy msgid "========== Directories not explicitly included in package:\n" msgstr "========= Adresáře, které nebyly explicitně zařazeny do balíčku:\n" -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, fuzzy, c-format msgid "%10d %s\n" msgstr "%9d %s\n" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, c-format +msgid "user %s does not exist - using root\n" +msgstr "uživatel %s neexistuje - použit uživatel root\n" + +#: lib/fsm.c:776 +#, c-format +msgid "group %s does not exist - using root\n" +msgstr "skupina %s neexistuje - použita skupina root\n" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "vytvořen adresář %s s právy %04o.\n" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "" -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, c-format msgid "%s saved as %s\n" msgstr "%s uloženo jako %s\n" -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "%s odstranění %s selhalo: Adresář není prázdný\n" -#: lib/fsm.c:1888 +#: lib/fsm.c:1929 #, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "%s rmdir %s selhal: %s\n" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, c-format msgid "%s unlink of %s failed: %s\n" msgstr "%s unlink %s selhal: %s\n" -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, c-format msgid "%s created as %s\n" msgstr "%s vytvořen jako %s\n" @@ -1646,117 +1656,117 @@ msgstr "%s: readLead selhalo\n" msgid "%s: Fread failed: %s\n" msgstr "%s: Fread selhalo: %s\n" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 #, fuzzy msgid "print macro expansion of EXPR" msgstr "vypsat expanzi makra +" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 #, fuzzy msgid "read instead of default file(s)" msgstr "číst místo implicitního makro souboru" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "zakázat použití libio(3) API" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 #, fuzzy msgid "send stdout to CMD" msgstr "odeslat stdout do " -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 #, fuzzy msgid "use ROOT as top level directory" msgstr "použít jako adresář nejvyšší úrovně" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "zobrazit známé značky pro dotazy" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "zobrazit finální konfiguraci rpmrc a maker" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "poskytnout výstu s méně detaily" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "poskytnout detailnější výstup" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "vypsat používanou verzi rpm" -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 #, fuzzy msgid "debug payload file state machine" msgstr "ladit nástroj stavu souborů" -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 #, fuzzy msgid "use threads for file state machine" msgstr "ladit nástroj stavu souborů" -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "ladit protokol datového toku" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 #, fuzzy msgid "debug option/argument processing" msgstr "Interní chyba při zpracování parametrů (%d) :-(\n" -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 #, fuzzy msgid "debug package state machine" msgstr "ladit nástroj stavu souborů" -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 #, fuzzy msgid "use threads for package state machine" msgstr "ladit nástroj stavu souborů" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "ladit rpmio I/O" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "ladit manipulaci s URL cache" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "" @@ -1786,17 +1796,17 @@ msgstr "" msgid "malformed rollback time/date stamp argument" msgstr "porušený rollback čas" -#: lib/poptI.c:151 +#: lib/poptI.c:155 #, fuzzy msgid "add suggested packages to transaction" msgstr "dotaz/ověření balíčků ve skupině" -#: lib/poptI.c:155 +#: lib/poptI.c:159 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" "nainstalovat všechny soubory i konfigurace, které by se jinak mohly vynechat" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" @@ -1804,149 +1814,155 @@ msgstr "" "odstranit všechny balíčky odpovídající (obvykle se generuje chyba, " "specifikuje-li více balíčků)" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 msgid "do not execute package scriptlet(s)" msgstr "nespouštět žádné skripty určené pro balíčky" -#: lib/poptI.c:173 -msgid "relocate files in non-relocateable package" +#: lib/poptI.c:177 +#, fuzzy +msgid "relocate files in non-relocatable package" msgstr "přemístění souborů v nepřemístitelném balíčku" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "uchovat smazané soubory přesunem do podadresáře" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "smazat (deinstalovat) balíček" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "+" msgstr "" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 #, fuzzy msgid "do not install configuration files" msgstr "vypsat všechny konfigurační soubory" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "neinstalovat dokumentaci" -#: lib/poptI.c:187 +#: lib/poptI.c:191 msgid "skip files with leading component " msgstr "přeskočit soubory s úvodní cestou " -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "zkratka pro --replacepkgs --replacefiles" -#: lib/poptI.c:195 +#: lib/poptI.c:199 msgid "upgrade package(s) if already installed" msgstr "aktualizace balíčku jestliže je již nainstalován" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 msgid "+" msgstr "+" -#: lib/poptI.c:198 +#: lib/poptI.c:202 msgid "print hash marks as package installs (good with -v)" msgstr "během instalace balíčku zobrazit dvojité křížky (dobré s -v)" -#: lib/poptI.c:201 +#: lib/poptI.c:205 msgid "don't verify package architecture" msgstr "nekontrolovat architekturu balíčku" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "nekontrolovat operační systém balíčku" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "nekontrolovat volné místo na disku před instalací" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "nainstalovat dokumentaci" -#: lib/poptI.c:212 +#: lib/poptI.c:216 #, fuzzy msgid "install package(s)" msgstr "nainstalovat balíček" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "upravit databázi, ale neupravovat systém souborovů" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "nekontrolovat závislosti balíčků" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 msgid "don't verify MD5 digest of files" msgstr "nekontrolovat MD5 souborů v balíčku" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +#, fuzzy +msgid "don't install file security contexts" +msgstr "vypsat všechny konfigurační soubory" + +#: lib/poptI.c:237 msgid "do not reorder package installation to satisfy dependencies" msgstr "pro vyřešení závislostí neměnit pořadí instalace balíčků" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "nespouštět žádné skripty (jsou-li nějaké)" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "nespouštět žádné skripty (jsou-li nějaké)" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "nespouštět žádné skripty (jsou-li nějaké)" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "nespouštět žádné skripty (jsou-li nějaké)" -#: lib/poptI.c:261 +#: lib/poptI.c:268 msgid "do not execute any scriptlet(s) triggered by this package" msgstr "nespouštět žádné skripty aktivované tímto balíčkem" -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "nespouštět žádné skripty určené pro balíčky" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "nespouštět žádné instalační skripty" -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "nespouštět žádné instalační skripty" -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "nespouštět žádné instalační skripty" -#: lib/poptI.c:277 +#: lib/poptI.c:284 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -1954,52 +1970,52 @@ msgstr "" "aktualizovat na starou verzi balíčku (--force to dělá při aktualizacích " "automaticky)" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "během instalace balíčku zobrazit procenta" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "přemístit soubory do , jsou-li přemístitelné" -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "" -#: lib/poptI.c:286 +#: lib/poptI.c:293 msgid "relocate files from path to " msgstr "přemístit soubory ze do " -#: lib/poptI.c:287 +#: lib/poptI.c:294 msgid "=" msgstr "=" -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "uchovat smazané soubory pomocí přebalení" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "instalovat, i když balíček přepíše existující soubory" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "přeinstalovat, i když je již balíček přítomen" -#: lib/poptI.c:298 +#: lib/poptI.c:305 #, fuzzy msgid "deinstall new, reinstall old, package(s), back to " msgstr "odinstalovat nové balíčky, reinstalovat staré balíčky zpět do data" -#: lib/poptI.c:299 +#: lib/poptI.c:306 msgid "" msgstr "" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "neinstalovat ale sdělit, zda-li by to fungovalo či nikoli" -#: lib/poptI.c:304 +#: lib/poptI.c:311 msgid "upgrade package(s)" msgstr "aktualizace balíčku" @@ -2078,202 +2094,197 @@ msgstr "dotaz/ov msgid "query/verify the package(s) which provide a dependency" msgstr "dotaz/ověření balíčků poskytujících závislost" -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 msgid "list all configuration files" msgstr "vypsat všechny konfigurační soubory" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 msgid "list all documentation files" msgstr "vypsat všechny soubory s dokumentací" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 msgid "dump basic file information" msgstr "zobrazit základní informace o souborech" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 msgid "list files in package" msgstr "vypsat soubory v balíčku" -#: lib/poptQV.c:239 +#: lib/poptQV.c:243 #, c-format msgid "skip %%ghost files" msgstr "vynechat %%ghost soubory" -#: lib/poptQV.c:243 +#: lib/poptQV.c:247 #, c-format msgid "skip %%license files" msgstr "vynechat %%license soubory" -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, c-format msgid "skip %%readme files" msgstr "vynechat %%readme soubory" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 msgid "use the following query format" msgstr "použij následující formát dotazů" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 msgid "substitute i18n sections into spec file" msgstr "nahradit i18n sekce do spec souboru" -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "zobrazit stav vypsaných souborů" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 msgid "don't verify size of files" msgstr "nekontrolovat velikost souborů" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 msgid "don't verify symlink path of files" msgstr "nekontrolovat cesty symbolických linek" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 msgid "don't verify owner of files" msgstr "nekontrolovat vlastníka souborů" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 msgid "don't verify group of files" msgstr "nekontrolovat skupinu souborů" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "nekontrolovat čas změny souboru" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 msgid "don't verify mode of files" msgstr "nekontrolovat mód souborů" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +#, fuzzy +msgid "don't verify file security contexts" +msgstr "nekontrolovat soubory v balíčku" + +#: lib/poptQV.c:309 msgid "don't verify files in package" msgstr "nekontrolovat soubory v balíčku" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 msgid "don't verify package dependencies" msgstr "nekontrolovat závislosti balíčků" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 #, fuzzy msgid "don't execute verify script(s)" msgstr "nespouštět %verifyscript (pokud existuje)" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 #, fuzzy msgid "don't verify GPG V3 DSA signature(s)" msgstr "nekontrolovat SHA1 digest v hlavičce" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 #, fuzzy msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "nekontrolovat MD5 souborů v balíčku" -#: lib/poptQV.c:366 +#: lib/poptQV.c:372 #, fuzzy msgid "sign package(s) (identical to --resign)" msgstr "podepsat balíček (zahodit aktuální podpis)" -#: lib/poptQV.c:368 +#: lib/poptQV.c:374 #, fuzzy msgid "verify package signature(s)" msgstr "ověřit podpis v balíčku" -#: lib/poptQV.c:370 +#: lib/poptQV.c:376 msgid "import an armored public key" msgstr "" -#: lib/poptQV.c:372 +#: lib/poptQV.c:378 #, fuzzy msgid "sign package(s) (identical to --addsign)" msgstr "podepsat balíček (zahodit aktuální podpis)" -#: lib/poptQV.c:374 +#: lib/poptQV.c:380 msgid "generate signature" msgstr "generovat PGP/GPG podpis" -#: lib/psm.c:269 +#: lib/psm.c:268 msgid "source package expected, binary found\n" msgstr "očekávám balíček se zdrojovými kódy, nalezen však binární\n" -#: lib/psm.c:394 +#: lib/psm.c:386 msgid "source package contains no .spec file\n" msgstr "zdrojový balíček neobsahuje .spec soubor\n" -#: lib/psm.c:480 +#: lib/psm.c:472 #, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "" -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "" -#: lib/psm.c:756 +#: lib/psm.c:751 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "%s: scriptlet %s selhal (%d), přeskakuji %s-%s-%s\n" -#: lib/psm.c:762 +#: lib/psm.c:757 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "provedení %s skripletu z %s-%s-%s selhalo, návratový kód: %d\n" -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, fuzzy, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "%s: %s-%s-%s obsahuje %d souborů, test = %d\n" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, fuzzy, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "%s: scriptlet %s selhal (%d), přeskakuji %s-%s-%s\n" -#: lib/psm.c:1439 +#: lib/psm.c:1432 #, fuzzy msgid "Unable to reload signature header\n" msgstr "Nemohu přečíst hlavičku z %s: %s\n" -#: lib/psm.c:1485 -#, c-format -msgid "user %s does not exist - using root\n" -msgstr "uživatel %s neexistuje - použit uživatel root\n" - -#: lib/psm.c:1494 -#, c-format -msgid "group %s does not exist - using root\n" -msgstr "skupina %s neexistuje - použita skupina root\n" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "rozbalování archívu selhalo %s%s: %s\n" -#: lib/psm.c:1547 +#: lib/psm.c:1511 msgid " on file " msgstr " na souboru " -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, fuzzy, c-format msgid "%s failed on file %s: %s\n" msgstr "nemohu otevřít %s: %s\n" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, fuzzy, c-format msgid "%s failed: %s\n" msgstr "%s selhalo\n" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, c-format msgid "incorrect format: %s\n" msgstr "nesprávný formát: %s\n" @@ -2321,8 +2332,8 @@ msgstr "bal msgid "package has neither file owner or id lists\n" msgstr "balíček nemá vlastníka souboru ani seznamy id\n" -#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, c-format msgid "open of %s failed: %s\n" @@ -2337,7 +2348,7 @@ msgstr "dotaz na %s se nezda 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:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, fuzzy, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "žádný balíček neaktivuje %s\n" @@ -2406,17 +2417,17 @@ msgstr "z msgid "record %u could not be read\n" msgstr "záznam %u nelze přečíst\n" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, c-format msgid "package %s is not installed\n" msgstr "balíček %s není nainstalován\n" -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 #, fuzzy msgid "(added files)" msgstr "Špatný soubor: %s: %s\n" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 #, fuzzy msgid "(added provide)" msgstr "%s: %-45s ANO (přidáno poskytuje)\n" @@ -2543,37 +2554,37 @@ msgstr " %s A %s\tB %s\n" msgid "package %s has unsatisfied %s: %s\n" msgstr "balíček %s-%s-%s má nesplněné požadavky: %s\n" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 #, fuzzy msgid "========== relocations\n" msgstr "========== ukládání tsort relací\n" -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, fuzzy, c-format msgid "%5d exclude %s\n" msgstr "OS je vyřazen: %s\n" -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, fuzzy, c-format msgid "%5d relocate %s -> %s\n" msgstr "%s vytvořen jako %s\n" -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, fuzzy, c-format msgid "excluding %s %s\n" msgstr "Provádění(%s): %s\n" -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, fuzzy, c-format msgid "relocating %s to %s\n" msgstr "Provádění(%s): %s\n" -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, fuzzy, c-format msgid "relocating directory %s to %s\n" msgstr "nemohu provést dotaz %s: %s\n" @@ -2604,89 +2615,89 @@ msgstr "" msgid "Upgrading packages..." msgstr "aktualizace balíčku" -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, fuzzy, c-format msgid "Adding goal: %s\n" msgstr "Hledám %s: (použit %s)...\n" -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, fuzzy, c-format msgid "Retrieving %s\n" msgstr "RPM verze %s\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:422 +#: lib/rpminstall.c:436 #, fuzzy, c-format msgid " ... as %s\n" msgstr "%s uloženo jako %s\n" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, fuzzy, c-format msgid "%s cannot be installed\n" msgstr "neinstalován " -#: lib/rpminstall.c:523 +#: lib/rpminstall.c:537 #, fuzzy, c-format -msgid "package %s is not relocateable\n" +msgid "package %s is not relocatable\n" msgstr "cesta %s v balíčku %s není přemístitelná" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, fuzzy, c-format msgid "error reading from file %s\n" msgstr "chyba při vytváření dočasného souboru %s\n" -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:623 +#: lib/rpminstall.c:637 #, fuzzy, c-format msgid "found %d source and %d binary packages\n" msgstr "vytvoření zdrojového a binárního balíčku z " -#: lib/rpminstall.c:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 #, fuzzy msgid "Failed dependencies:\n" msgstr "chybné závislosti při sestavování:\n" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr "" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 #, fuzzy msgid "installing binary packages\n" msgstr "nainstalovat balíček" -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, fuzzy, c-format msgid "cannot open file %s: %s\n" msgstr "nemohu vytvořit %s: %s\n" -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, fuzzy, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "Položka %s musí být v balíčku přítomna: %s\n" -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, fuzzy, c-format msgid "cannot open %s: %s\n" msgstr "nemohu vytvořit %s: %s\n" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, fuzzy, c-format msgid "Installing %s\n" msgstr "řádek: %s\n" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "" @@ -2753,8 +2764,8 @@ msgid "package %s is already installed" msgstr "balíček %s je již nainstalován" #: lib/rpmps.c:223 -#, c-format -msgid "path %s in package %s is not relocateable" +#, fuzzy, c-format +msgid "path %s in package %s is not relocatable" msgstr "cesta %s v balíčku %s není přemístitelná" #: lib/rpmps.c:228 @@ -2902,51 +2913,76 @@ msgstr "" msgid "Unable to open %s for reading: %s.\n" msgstr "Nemohu otevřít %s: %s\n" -#: lib/rpmts.c:162 +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + +#: lib/rpmts.c:163 #, fuzzy, c-format msgid "cannot open Packages database in %s\n" msgstr "nemohu otevřít RPM databázi v %s\n" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, fuzzy, c-format msgid "extra '(' in package label: %s\n" msgstr "neplatné číslo balíčku: %s\n" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, fuzzy, c-format msgid "missing '(' in package label: %s\n" msgstr "Chybí '(' v %s %s\n" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, fuzzy, c-format msgid "missing ')' in package label: %s\n" msgstr "neplatné číslo balíčku: %s\n" -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, fuzzy, c-format msgid "cannot open Solve database in %s\n" msgstr "nemohu otevřít RPM databázi v %s\n" -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, fuzzy, c-format msgid "Adding: %s\n" msgstr "řádek: %s\n" -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, fuzzy, c-format msgid "Suggesting: %s\n" msgstr "RPM verze %s\n" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 #, fuzzy msgid "mounted filesystems:\n" msgstr "získávám seznam připojených systémů souborů\n" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr "" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "" @@ -3158,12 +3194,12 @@ msgstr "" msgid "computing file dispositions\n" msgstr "" -#: lib/verify.c:288 +#: lib/verify.c:319 #, fuzzy, c-format msgid "missing %c %s" msgstr "chybí { po %" -#: lib/verify.c:397 +#: lib/verify.c:433 #, fuzzy, c-format msgid "Unsatisfied dependencies for %s: " msgstr "chybné závislosti při sestavování:\n" @@ -3363,161 +3399,161 @@ msgstr "nemohu otev msgid "cannot open %s index\n" msgstr "nemohu otevřít RPM databázi v %s\n" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 msgid "no dbpath has been set\n" msgstr "" -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "chyba při vytváření dočasného souboru %s\n" -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "" -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "chyba při vytváření dočasného souboru %s\n" -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "odstraňuji %s-%s-%s \"%s\" z tsort relací.\n" -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "odstraňuji %s-%s-%s \"%s\" z tsort relací.\n" -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "chyba při vytváření dočasného souboru %s\n" -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "chyba při vytváření dočasného souboru %s\n" -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "chyba při vytváření dočasného souboru %s\n" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "znovu vytvořit databázi z existující databáze" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, c-format msgid "temporary database %s already exists\n" msgstr "" -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "chyba při vytváření dočasného souboru %s\n" -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, fuzzy, c-format msgid "creating directory %s: %s\n" msgstr "nemohu provést dotaz %s: %s\n" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, c-format msgid "cannot add record originally at %u\n" msgstr "" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, c-format msgid "removing directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, fuzzy, c-format msgid "failed to remove directory %s: %s\n" msgstr "Nelze přejmenovat %s na %s: %m\n" @@ -3573,42 +3609,42 @@ msgstr "" msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "" -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, fuzzy, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "Neznámý typ ikony: %s\n" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "" -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, fuzzy, c-format msgid "Unterminated %c: %s\n" msgstr "Glob není dovolen: %s\n" -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 msgid "Target buffer overflow\n" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, fuzzy, c-format msgid "File %s: %s\n" msgstr "soubor %s: %s\n" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, c-format msgid "File %s is smaller than %u bytes\n" msgstr "" diff --git a/po/da.po b/po/da.po index a55bf599a..07dcd1349 100644 --- a/po/da.po +++ b/po/da.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "PO-Revision-Date: 2001-04-05 23:03GMT\n" "Last-Translator: Claus Hindsgaul \n" "Language-Team: Danish \n" @@ -21,44 +21,44 @@ msgstr "afh msgid "Unable to open spec file %s: %s\n" msgstr "Kan ikke ĺbne spec-fil %s: %s\n" -#: build.c:152 build.c:164 +#: build.c:150 build.c:162 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Kunne ikke ĺbne tar-viderefřrsel: %m\n" #. Give up -#: build.c:171 +#: build.c:169 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Kunne ikke lćse spec-fil fra %s\n" -#: build.c:199 +#: build.c:197 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Kunne ikke omdřbe %s til %s: %m\n" -#: build.c:239 +#: build.c:237 #, c-format msgid "failed to stat %s: %m\n" msgstr "kunne ikke finde %s: %m\n" -#: build.c:244 +#: build.c:242 #, c-format msgid "File %s is not a regular file.\n" msgstr "Filen %s er ikke en regulćr fil.\n" -#: build.c:253 +#: build.c:251 #, 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:324 +#: build.c:322 #, c-format msgid "Building target platforms: %s\n" msgstr "Opbygger mĺl-platforme: %s\n" -#: build.c:339 +#: build.c:337 #, c-format msgid "Building for target %s\n" msgstr "Opbygger for mĺl %s\n" @@ -110,7 +110,7 @@ msgstr "F msgid "%s: %s\n" msgstr "fil %s: %s\n" -#: rpmqv.c:129 lib/poptALL.c:114 +#: rpmqv.c:129 lib/poptALL.c:119 #, c-format msgid "RPM version %s\n" msgstr "RPM version %s\n" @@ -419,166 +419,166 @@ msgstr "&& og || underst msgid "syntax error in expression\n" msgstr "syntaksfejl i udtryk\n" -#: build/files.c:278 +#: build/files.c:280 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "TIMECHECK-fejl: %s\n" -#: build/files.c:343 build/files.c:543 build/files.c:739 +#: build/files.c:345 build/files.c:545 build/files.c:741 #, c-format msgid "Missing '(' in %s %s\n" msgstr "Manglende '(' i %s %s\n" -#: build/files.c:354 build/files.c:673 build/files.c:750 +#: build/files.c:356 build/files.c:675 build/files.c:752 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "Manglende ')' i %s %s\n" -#: build/files.c:392 build/files.c:698 +#: build/files.c:394 build/files.c:700 #, c-format msgid "Invalid %s token: %s\n" msgstr "Ugyldigt %s-symbol: %s\n" -#: build/files.c:502 +#: build/files.c:504 #, fuzzy, c-format msgid "Missing %s in %s %s\n" msgstr "Manglende '(' i %s %s\n" -#: build/files.c:559 +#: build/files.c:561 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "Ikke-mellemrum efterfřlger %s(): %s\n" -#: build/files.c:597 +#: build/files.c:599 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Ugyldig syntaks: %s(%s)\n" -#: build/files.c:607 +#: build/files.c:609 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Ugyldig tilstandsangivelse: %s(%s)\n" -#: build/files.c:619 +#: build/files.c:621 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Ugyldig dirmode-spec: %s(%s)\n" -#: build/files.c:777 +#: build/files.c:779 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Anormal locale-lćngde: \"%.*s\" i %%lang(%s)\n" #. @innercontinue@ -#: build/files.c:788 +#: build/files.c:790 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Dobbelt locale %.*s i %%lang(%s)\n" -#: build/files.c:917 +#: build/files.c:919 #, c-format msgid "Hit limit for %%docdir\n" msgstr "Trćfningsgrćnse for %%docdir\n" -#: build/files.c:925 +#: build/files.c:927 #, c-format msgid "Only one arg for %%docdir\n" msgstr "Kun et parameter for %%docdir\n" #. We already got a file -- error -#: build/files.c:959 +#: build/files.c:961 #, c-format msgid "Two files on one line: %s\n" msgstr "To filer pĺ én linie: %s\n" -#: build/files.c:976 +#: build/files.c:978 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Fil skal begynde med \"/\": %s\n" -#: build/files.c:989 +#: build/files.c:991 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Kan ikke blande special-%%doc med andre former: %s\n" -#: build/files.c:1141 +#: build/files.c:1149 #, c-format msgid "File listed twice: %s\n" msgstr "Fil angivet to gange: %s\n" -#: build/files.c:1280 +#: build/files.c:1288 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Symbolsk lćnke peger pĺ BuildRoot: %s -> %s\n" -#: build/files.c:1520 +#: build/files.c:1535 #, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "Fil passer ikke til prćfiks (%s): %s\n" -#: build/files.c:1544 +#: build/files.c:1559 #, c-format msgid "File not found: %s\n" msgstr "Fil ikke fundet: %s\n" -#: build/files.c:1752 +#: build/files.c:1767 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: readLead mislykkedes\n" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1804 +#: build/files.c:1819 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "Fil krćver foranstillet \"/\": %s\n" -#: build/files.c:1828 +#: build/files.c:1843 #, fuzzy, c-format msgid "Glob not permitted: %s\n" msgstr "linie %d: Filnavn ikke tilladt: %s\n" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, c-format msgid "File not found by glob: %s\n" msgstr "Fil ikke fundet med glob: %s\n" -#: build/files.c:1905 +#: build/files.c:1920 #, c-format msgid "Could not open %%files file %s: %s\n" msgstr "Kunne ikke ĺbne '%%files'-fil %s: %s\n" -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, c-format msgid "line: %s\n" msgstr "linie: %s\n" -#: build/files.c:2307 +#: build/files.c:2323 #, c-format msgid "Bad file: %s: %s\n" msgstr "Ugyldig fil: %s: %s\n" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "Ugyldig ejer/gruppe: %s\n" -#: build/files.c:2363 +#: build/files.c:2379 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "udpakning af arkiv mislykkedes%s%s: %s\n" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2414 +#: build/files.c:2430 #, c-format msgid "Processing files: %s-%s-%s\n" msgstr "Gennemlřber filer: %s-%s-%s\n" @@ -723,7 +723,7 @@ msgstr "Kunne ikke l msgid "Could not open %s: %s\n" msgstr "Kunne ikke ĺbne %s: %s\n" -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, c-format msgid "Unable to write package: %s\n" msgstr "Kunne ikke skrive pakke: %s\n" @@ -753,7 +753,7 @@ msgstr "Kunne ikke l msgid "Unable to write payload to %s: %s\n" msgstr "Kunne ikke skrive pakkeindhold til %s: %s\n" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "Skrev: %s\n" @@ -1243,20 +1243,20 @@ msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "" "generér pakkehoved(er), der er kompatible med (gamle) rpm[23]-indpakninger" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 #, fuzzy msgid "don't verify package digest(s)" msgstr "undlad at tjekke pakkers afhćngighedskrav" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 #, fuzzy msgid "don't verify database header(s) when retrieved" msgstr "tjek ikke pakkens arkitektur" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 #, fuzzy msgid "don't verify package signature(s)" msgstr "verificér pakkesignatur" @@ -1327,32 +1327,32 @@ msgstr "Ugyldigt magisk tal" msgid "Bad/unreadable header" msgstr "Ugyldigt/ulćseligt hoved" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "Hovedstřrrelse er for stor" -#: lib/cpio.c:233 +#: lib/cpio.c:234 msgid "Unknown file type" msgstr "Ukendt filtype" -#: lib/cpio.c:234 +#: lib/cpio.c:235 #, fuzzy msgid "Missing hard link(s)" msgstr "Manglende hĺrd lćnke" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "MD5-sum stemmer ikke" -#: lib/cpio.c:236 +#: lib/cpio.c:237 msgid "Internal error" msgstr "Intern fejl" -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "" -#: lib/cpio.c:250 +#: lib/cpio.c:251 msgid " failed - " msgstr " mislykkedes - " @@ -1489,46 +1489,56 @@ msgstr "Fil %4d: %07o %s.%s\t %s\n" msgid "file %s is on an unknown device\n" msgstr "fil %s er pĺ en ukendt enhed\n" -#: lib/fsm.c:350 +#: lib/fsm.c:352 msgid "========== Directories not explicitly included in package:\n" msgstr "" -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, fuzzy, c-format msgid "%10d %s\n" msgstr "linie %d: %s\n" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, c-format +msgid "user %s does not exist - using root\n" +msgstr "bruger %s eksisterer ikke - bruger root\n" + +#: lib/fsm.c:776 +#, c-format +msgid "group %s does not exist - using root\n" +msgstr "gruppe %s eksisterer ikke - bruger root\n" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "" -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, c-format msgid "%s saved as %s\n" msgstr "%s gemt som %s\n" -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, fuzzy, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "kan ikke fjerne %s - katalog ikke tomt\n" -#: lib/fsm.c:1888 +#: lib/fsm.c:1929 #, fuzzy, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "fjernelse (rmdir) af %s mislykkedes: %s\n" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, fuzzy, c-format msgid "%s unlink of %s failed: %s\n" msgstr "ĺbning af %s mislykkedes %s\n" -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, c-format msgid "%s created as %s\n" msgstr "%s oprettet som %s\n" @@ -1645,113 +1655,113 @@ msgstr "%s: readLead mislykkedes\n" msgid "%s: Fread failed: %s\n" msgstr "%s: Fread mislykkedes: %s\n" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 #, fuzzy msgid "print macro expansion of EXPR" msgstr "udlćs makroudvidelse af +" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 #, fuzzy msgid "read instead of default file(s)" msgstr "lćs i stedet for standard makrofil(er)" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "undlad at benytte libio(3)-API" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 #, fuzzy msgid "send stdout to CMD" msgstr "send standard-ud til " -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 #, fuzzy msgid "use ROOT as top level directory" msgstr "brug som topniveau-katalog" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "vis kendte forespřrgselsmćrker" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "vis den endelige rpmrc og makrokonfiguration" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "medtag mindre detaljerede oplysninger" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "medtag mere detaljerede oplysninger" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "vis versionen af rpm som benyttes" -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 msgid "debug payload file state machine" msgstr "" -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 msgid "use threads for file state machine" msgstr "" -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "aflus protokol-datastrřm" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 #, fuzzy msgid "debug option/argument processing" msgstr "Intern fejl i parameterfortolkningen (%d) :-(\n" -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 msgid "debug package state machine" msgstr "" -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 msgid "use threads for package state machine" msgstr "" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "aflus rpmio I/O" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "aflus URL-bufferhĺndtering" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "" @@ -1780,18 +1790,18 @@ msgstr "" msgid "malformed rollback time/date stamp argument" msgstr "" -#: lib/poptI.c:151 +#: lib/poptI.c:155 #, fuzzy msgid "add suggested packages to transaction" msgstr "forespřrg/verificér pakke(r) i gruppen" -#: lib/poptI.c:155 +#: lib/poptI.c:159 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" "installér alle filer -- ogsĺ konfigurationsfiler, der ellers skulle " "overspringes" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" @@ -1799,155 +1809,161 @@ msgstr "" "fjern alle pakker, som passer med (normalt ville det medfřre en " "fejl, hvis angav flere pakker)" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 #, fuzzy msgid "do not execute package scriptlet(s)" msgstr "udfřr ingen pakkespecifikke skripter" -#: lib/poptI.c:173 -msgid "relocate files in non-relocateable package" +#: lib/poptI.c:177 +#, fuzzy +msgid "relocate files in non-relocatable package" msgstr "omdirigér filer i ikke-omdirigérbar pakke" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "slet (afinstallér) pakke" -#: lib/poptI.c:179 +#: lib/poptI.c:183 #, fuzzy msgid "+" msgstr "" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 #, fuzzy msgid "do not install configuration files" msgstr "vis alle konfigurationsfiler" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "installér ikke dokumentation" -#: lib/poptI.c:187 +#: lib/poptI.c:191 msgid "skip files with leading component " msgstr "overspring filer med foranstillet komponent " -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "forkortelse for --replacepkgs --replacefiles" -#: lib/poptI.c:195 +#: lib/poptI.c:199 #, fuzzy msgid "upgrade package(s) if already installed" msgstr "opgradér pakke, hvis den allerede er installeret" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 msgid "+" msgstr "+" -#: lib/poptI.c:198 +#: lib/poptI.c:202 msgid "print hash marks as package installs (good with -v)" msgstr "udlćs #'er efterhĺnden som pakken installeres (virker sammen med -v)" -#: lib/poptI.c:201 +#: lib/poptI.c:205 msgid "don't verify package architecture" msgstr "tjek ikke pakkens arkitektur" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "tjek ikke pakkens operativsystem" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "tjek ikke om der er diskplads, fřr der installeres" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "installér dokumentation" -#: lib/poptI.c:212 +#: lib/poptI.c:216 #, fuzzy msgid "install package(s)" msgstr "installér pakke" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "opdatér databasen, men rřr ikke filsystemet" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "undlad at tjekke pakkers afhćngighedskrav" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 #, fuzzy msgid "don't verify MD5 digest of files" msgstr "verificér ikke filerne i pakke" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +#, fuzzy +msgid "don't install file security contexts" +msgstr "vis alle konfigurationsfiler" + +#: lib/poptI.c:237 msgid "do not reorder package installation to satisfy dependencies" msgstr "" "ćndr ikke pakkernes installationsrćkkefřlge for at opfylde afhćngigheder" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, fuzzy, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "udfřr ikke eventuelle skripter" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, fuzzy, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "udfřr ikke eventuelle skripter" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, fuzzy, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "udfřr ikke eventuelle skripter" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, fuzzy, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "udfřr ikke eventuelle skripter" -#: lib/poptI.c:261 +#: lib/poptI.c:268 #, fuzzy msgid "do not execute any scriptlet(s) triggered by this package" msgstr "udfřr ikke smĺskripter, der mĺtte udlřses af denne pakke" -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, fuzzy, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "udfřr ingen pakkespecifikke skripter" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, fuzzy, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "udfřr ingen installations-smĺskripter" -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, fuzzy, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "udfřr ingen installations-smĺskripter" -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, fuzzy, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "udfřr ingen installations-smĺskripter" -#: lib/poptI.c:277 +#: lib/poptI.c:284 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -1955,53 +1971,53 @@ msgstr "" "opgradér til en ćldre version af pakken (--force gřr ikke dette automatisk " "ved opgraderinger)" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "vis procenter efterhĺnden som pakken installeres" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "omdirigér pakken til , hvis omdirigérbar" -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "" -#: lib/poptI.c:286 +#: lib/poptI.c:293 #, fuzzy msgid "relocate files from path to " msgstr "omdirigér filer fra til " -#: lib/poptI.c:287 +#: lib/poptI.c:294 #, fuzzy msgid "=" msgstr "=" -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "intallér selvom pakken erstatter installerede filer" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "geninstallér hvis pakken allerede er installeret" -#: lib/poptI.c:298 +#: lib/poptI.c:305 msgid "deinstall new, reinstall old, package(s), back to " msgstr "" -#: lib/poptI.c:299 +#: lib/poptI.c:306 msgid "" msgstr "" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "installér ikke, men fortćl om det ville lykkes eller ej" -#: lib/poptI.c:304 +#: lib/poptI.c:311 #, fuzzy msgid "upgrade package(s)" msgstr "opgradér pakke" @@ -2081,210 +2097,205 @@ msgstr "foresp msgid "query/verify the package(s) which provide a dependency" msgstr "forespřrg/verificér pakke(r), der tilfredsstiller et krav" -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 msgid "list all configuration files" msgstr "vis alle konfigurationsfiler" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 msgid "list all documentation files" msgstr "vis alle dokumentationsfiler" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 msgid "dump basic file information" msgstr "vis grundlćggende filinformation" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 msgid "list files in package" msgstr "vis liste over filerne i pakken" -#: lib/poptQV.c:239 +#: lib/poptQV.c:243 #, c-format msgid "skip %%ghost files" msgstr "" -#: lib/poptQV.c:243 +#: lib/poptQV.c:247 #, c-format msgid "skip %%license files" msgstr "" -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, fuzzy, c-format msgid "skip %%readme files" msgstr "%s: readLead mislykkedes\n" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 msgid "use the following query format" msgstr "brug fřlgende forespřrgselsformat" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 msgid "substitute i18n sections into spec file" msgstr "erstat i18n-sektioner i spec-fil" -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "vis filernes status" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 #, fuzzy msgid "don't verify size of files" msgstr "verificér ikke filerne i pakke" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 #, fuzzy msgid "don't verify symlink path of files" msgstr "verificér ikke filerne i pakke" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 #, fuzzy msgid "don't verify owner of files" msgstr "verificér ikke filerne i pakke" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 #, fuzzy msgid "don't verify group of files" msgstr "verificér ikke filerne i pakke" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 #, fuzzy msgid "don't verify mode of files" msgstr "verificér ikke filerne i pakke" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +#, fuzzy +msgid "don't verify file security contexts" +msgstr "verificér ikke filerne i pakke" + +#: lib/poptQV.c:309 msgid "don't verify files in package" msgstr "verificér ikke filerne i pakke" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 #, fuzzy msgid "don't verify package dependencies" msgstr "undlad at tjekke pakkers afhćngighedskrav" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 #, fuzzy msgid "don't execute verify script(s)" msgstr "udfřr ikke eventuelt %verifyscript" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 #, fuzzy msgid "don't verify GPG V3 DSA signature(s)" msgstr "verificér ikke filerne i pakke" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 #, fuzzy msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "verificér ikke filerne i pakke" -#: lib/poptQV.c:366 +#: lib/poptQV.c:372 #, fuzzy msgid "sign package(s) (identical to --resign)" msgstr "underskriv en pakke (slet nuvćrende signatur)" -#: lib/poptQV.c:368 +#: lib/poptQV.c:374 #, fuzzy msgid "verify package signature(s)" msgstr "verificér pakkesignatur" -#: lib/poptQV.c:370 +#: lib/poptQV.c:376 msgid "import an armored public key" msgstr "" -#: lib/poptQV.c:372 +#: lib/poptQV.c:378 #, fuzzy msgid "sign package(s) (identical to --addsign)" msgstr "underskriv en pakke (slet nuvćrende signatur)" -#: lib/poptQV.c:374 +#: lib/poptQV.c:380 #, fuzzy msgid "generate signature" msgstr "generér PGP/GPG-signatur" -#: lib/psm.c:269 +#: lib/psm.c:268 msgid "source package expected, binary found\n" msgstr "kildepakke forventet, binćr fundet\n" -#: lib/psm.c:394 +#: lib/psm.c:386 msgid "source package contains no .spec file\n" msgstr "kildepakke indeholder ingen .spec-fil\n" -#: lib/psm.c:480 +#: lib/psm.c:472 #, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "" -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "" -#: lib/psm.c:756 +#: lib/psm.c:751 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "overspringer installation af %s-%s-%s, %%pre-smĺskript fejlede rc %d\n" -#: lib/psm.c:762 +#: lib/psm.c:757 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "" "křrsel af smĺskriptet %s fra %s-%s-%s mislykkedes, afslutningsstatus %d\n" -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, fuzzy, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "pakke: %s-%s-%s filer test = %d\n" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "" -#: lib/psm.c:1439 +#: lib/psm.c:1432 #, fuzzy msgid "Unable to reload signature header\n" msgstr "Kunne ikke lćse hoved fra %s: %s\n" -#: lib/psm.c:1485 -#, c-format -msgid "user %s does not exist - using root\n" -msgstr "bruger %s eksisterer ikke - bruger root\n" - -#: lib/psm.c:1494 -#, c-format -msgid "group %s does not exist - using root\n" -msgstr "gruppe %s eksisterer ikke - bruger root\n" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "udpakning af arkiv mislykkedes%s%s: %s\n" -#: lib/psm.c:1547 +#: lib/psm.c:1511 msgid " on file " msgstr " for fil " -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, fuzzy, c-format msgid "%s failed on file %s: %s\n" msgstr "kunne ikke ĺbne %s: %s\n" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, fuzzy, c-format msgid "%s failed: %s\n" msgstr "%s mislykkedes\n" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, c-format msgid "incorrect format: %s\n" msgstr "ugyldigt format: %s\n" @@ -2332,8 +2343,8 @@ msgstr "pakke har hverken filejerskabs- eller id-lister\n" msgid "package has neither file owner or id lists\n" msgstr "pakke har hverken filejerskabs- eller id-lister\n" -#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, c-format msgid "open of %s failed: %s\n" @@ -2348,7 +2359,7 @@ msgstr "foresp msgid "old format source packages cannot be queried\n" msgstr "pakke med gammelt kildeformat kan ikke forespřrges\n" -#: lib/query.c:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, fuzzy, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "ingen pakker udlřser %s\n" @@ -2417,17 +2428,17 @@ msgstr "pakkens post-nummer: %u\n" msgid "record %u could not be read\n" msgstr "post %d kunne ikke lćses\n" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, c-format msgid "package %s is not installed\n" msgstr "pakken %s er ikke installeret\n" -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 #, fuzzy msgid "(added files)" msgstr "ugyldig db-fil %s\n" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 #, fuzzy msgid "(added provide)" msgstr "%s: %-45s JA (tilfřjede 'provide')\n" @@ -2554,36 +2565,36 @@ msgstr " %s A %s\tB %s\n" msgid "package %s has unsatisfied %s: %s\n" msgstr "pakke %s-%s-%s krav ikke opfyldt: %s\n" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "%s oversprunget grundet manglende ok-flag\n" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 msgid "========== relocations\n" msgstr "========== gemmer omrokeringer\n" -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, c-format msgid "%5d exclude %s\n" msgstr "%5d ekskluderer %s\n" -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, c-format msgid "%5d relocate %s -> %s\n" msgstr "%5d omrokerer %s -> %s\n" -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, c-format msgid "excluding %s %s\n" msgstr "ekskluderer %s %s\n" -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, c-format msgid "relocating %s to %s\n" msgstr "omrokerer %s til %s\n" -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, c-format msgid "relocating directory %s to %s\n" msgstr "omrokerer kataloget %s til %s\n" @@ -2615,88 +2626,88 @@ msgstr "Forbereder..." msgid "Upgrading packages..." msgstr "opgradér pakke" -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, fuzzy, c-format msgid "Adding goal: %s\n" msgstr "Finder %s: (benytter %s)...\n" -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, c-format msgid "Retrieving %s\n" msgstr "Modtager %s\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:422 +#: lib/rpminstall.c:436 #, c-format msgid " ... as %s\n" msgstr " ... som %s\n" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "overspringer %s - overfřrsel mislykkedes - %s\n" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, c-format msgid "%s cannot be installed\n" msgstr "%s kunne ikke installeres\n" -#: lib/rpminstall.c:523 -#, c-format -msgid "package %s is not relocateable\n" +#: lib/rpminstall.c:537 +#, fuzzy, c-format +msgid "package %s is not relocatable\n" msgstr "pakke %s kan ikke omrokeres\n" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" msgstr "fejl ved lćsning fra filen %s\n" -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "filen %s krćver en nyere version af RPM\n" -#: lib/rpminstall.c:623 +#: lib/rpminstall.c:637 #, c-format msgid "found %d source and %d binary packages\n" msgstr "fandt %d kilde- og %d binćrpakker\n" -#: lib/rpminstall.c:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 #, fuzzy msgid "Failed dependencies:\n" msgstr "afhćngighedskrav, der ikke kunne imřdekommes:\n" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr "" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 msgid "installing binary packages\n" msgstr "installerer binćrpakker\n" -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, c-format msgid "cannot open file %s: %s\n" msgstr "kunne ikke ĺbne fil %s: %s\n" -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" angiver flere pakker\n" -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, c-format msgid "cannot open %s: %s\n" msgstr "kunne ikke ĺbne %s: %s\n" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, c-format msgid "Installing %s\n" msgstr "Installerer %s\n" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "" @@ -2763,8 +2774,8 @@ msgid "package %s is already installed" msgstr "pakken %s er allerede installeret" #: lib/rpmps.c:223 -#, c-format -msgid "path %s in package %s is not relocateable" +#, fuzzy, c-format +msgid "path %s in package %s is not relocatable" msgstr "sti %s i pakke %s kan ikke omrokeres" #: lib/rpmps.c:228 @@ -2915,53 +2926,78 @@ msgstr "Kunne ikke l msgid "Unable to open %s for reading: %s.\n" msgstr "Kunne ikke ĺbne %s for lćsning: %s.\n" -#: lib/rpmts.c:162 +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + +#: lib/rpmts.c:163 #, c-format msgid "cannot open Packages database in %s\n" msgstr "kunne ikke ĺbne Packages-database i %s\n" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, fuzzy, c-format msgid "extra '(' in package label: %s\n" msgstr "ugyldigt pakkenummer: %s\n" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, fuzzy, c-format msgid "missing '(' in package label: %s\n" msgstr "Manglende '(' i %s %s\n" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, fuzzy, c-format msgid "missing ')' in package label: %s\n" msgstr "ugyldigt pakkenummer: %s\n" -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, fuzzy, c-format msgid "cannot open Solve database in %s\n" msgstr "kan ikke ĺbne rpm-database i %s\n" -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, fuzzy, c-format msgid "Adding: %s\n" msgstr "linie: %s\n" -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, fuzzy, c-format msgid "Suggesting: %s\n" msgstr "" "kilder i: %s\n" "\n" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 #, fuzzy msgid "mounted filesystems:\n" msgstr "henter liste over monterede filsystemer\n" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr "" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "" @@ -3168,12 +3204,12 @@ msgstr "" msgid "computing file dispositions\n" msgstr "" -#: lib/verify.c:288 +#: lib/verify.c:319 #, fuzzy, c-format msgid "missing %c %s" msgstr "manglende %s" -#: lib/verify.c:397 +#: lib/verify.c:433 #, fuzzy, c-format msgid "Unsatisfied dependencies for %s: " msgstr "Ikke-tilfredsstillede afhćngighedskrav for %s-%s-%s: " @@ -3373,165 +3409,165 @@ msgstr "kan ikke msgid "cannot open %s index\n" msgstr "kan ikke ĺbne '%s'-indeks\n" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 msgid "no dbpath has been set\n" msgstr "der er ikke sat nogen dbpath\n" -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "fejl(%d) ved hentning af \"%s\"-poster fra '%s'-indekset\n" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "fejl(%d) ved gemning af post %s i %s\n" -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "%s: kan ikke lćse hoved ved 0x%x\n" -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "fejl(%d) ved hentning af \"%s\"-poster fra '%s'-indekset\n" -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "fjerner \"%s\" fra %s-indekset.\n" -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, c-format msgid "removing %d entries from %s index.\n" msgstr "fjerne %d indgange fra %s-indekset.\n" -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "fejl(%d) ved hentning af \"%s\"-poster fra '%s'-indekset\n" -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "fejl(%d) ved gemning af post %s i %s\n" -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "fejl(%d) ved fjernelse af post %s fra %s\n" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "fejl(%d) under allokering af ny pakkeinstans\n" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" "tilfřjer \"%s\" til '%s'-indekset.\n" "\n" -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, c-format msgid "adding %d entries to %s index.\n" msgstr "tilfřjer %d indgange til '%s'-indekset.\n" -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "fejl(%d) ved gemning af post %s i %s\n" -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "fjerner %s efter vellykket genopbygning af db3.\n" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "der ikke sat nogen dbpath" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, c-format msgid "rebuilding database %s into %s\n" msgstr "genopbygger database %s over i %s\n" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, c-format msgid "temporary database %s already exists\n" msgstr "den midlertidige database %s eksisterer allerede\n" -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, c-format msgid "creating directory %s\n" msgstr "" "opretter kataloget %s\n" "\n" -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, c-format msgid "creating directory %s: %s\n" msgstr "opretter kataloget %s: %s\n" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, c-format msgid "opening old database with dbapi %d\n" msgstr "ĺbner gammel database med dbapi %d\n" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, c-format msgid "opening new database with dbapi %d\n" msgstr "ĺbner ny database med dbapi %d\n" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, fuzzy, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "post nummer %d i databasen er fejlbehćftet -- overspringer.\n" -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, fuzzy, c-format msgid "cannot add record originally at %u\n" msgstr "kunne ikke tilfřje posten, der tidligere var ved %d\n" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 msgid "failed to rebuild database: original database remains in place\n" msgstr "kunne ikke genopbygge database: original-databasen beholdes\n" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "kunne ikke erstatte gammel database med ny database!\n" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "erstat filer i %s med filer fra %s for at genoprette" -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, c-format msgid "removing directory %s\n" msgstr "fjerner kataloget %s\n" -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "kunne ikke fjerne katalog %s: %s\n" @@ -3587,42 +3623,42 @@ msgstr "Makroen %%%s har ugyldigt navn (%%undefine)\n" msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "Makro %%%s (%s) blev ikke brugt under niveau %d\n" -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "Ukendt tilvalg %c i %s(%s)\n" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "Rekursionsdybde(%d) overskrider maks(%d)\n" -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, c-format msgid "Unterminated %c: %s\n" msgstr "Uafsluttet %c: %s\n" -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "Et %% efterfřlges af en makro, der ikke kan tolkes\n" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "Makroen %%%.*s blev ikke fundet, overspringer\n" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 msgid "Target buffer overflow\n" msgstr "Overlřb i mĺlbuffer\n" #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, c-format msgid "File %s: %s\n" msgstr "Fil %s: %s\n" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, c-format msgid "File %s is smaller than %u bytes\n" msgstr "Filen %s er mindre end %u byte\n" diff --git a/po/de.po b/po/de.po index 2bb74fdd8..39cbf8f8c 100644 --- a/po/de.po +++ b/po/de.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "PO-Revision-Date: 1998-08-03 18:02+02:00\n" "Last-Translator: Karl Eichwalder \n" "Language-Team: German \n" @@ -58,47 +58,47 @@ msgid "Unable to open spec file %s: %s\n" msgstr "Datei %s kann nicht zum Lesen geöffnet werden: %s." # , c-format -#: build.c:152 build.c:164 +#: build.c:150 build.c:162 #, fuzzy, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Öffnen von %s fehlgeschlagen\n" # , c-format #. Give up -#: build.c:171 +#: build.c:169 #, fuzzy, c-format msgid "Failed to read spec file from %s\n" msgstr "Lesen von %s fehlgeschlagen: %s." # , c-format -#: build.c:199 +#: build.c:197 #, fuzzy, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Lesen von %s fehlgeschlagen: %s." # , c-format -#: build.c:239 +#: build.c:237 #, fuzzy, c-format msgid "failed to stat %s: %m\n" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: build.c:244 +#: build.c:242 #, fuzzy, c-format msgid "File %s is not a regular file.\n" msgstr "%s scheint kein RPM-Paket zu sein\n" -#: build.c:253 +#: build.c:251 #, 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:324 +#: build.c:322 #, c-format msgid "Building target platforms: %s\n" msgstr "" -#: build.c:339 +#: build.c:337 #, fuzzy, c-format msgid "Building for target %s\n" msgstr "Fehler beim Suchen nach Paket %s\n" @@ -153,7 +153,7 @@ msgid "%s: %s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" # , c-format -#: rpmqv.c:129 lib/poptALL.c:114 +#: rpmqv.c:129 lib/poptALL.c:119 #, c-format msgid "RPM version %s\n" msgstr "RPM Version %s\n" @@ -487,167 +487,167 @@ msgstr "" msgid "syntax error in expression\n" msgstr "? im Ausdruck erwartet" -#: build/files.c:278 +#: build/files.c:280 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "" -#: build/files.c:343 build/files.c:543 build/files.c:739 +#: build/files.c:345 build/files.c:545 build/files.c:741 #, fuzzy, c-format msgid "Missing '(' in %s %s\n" msgstr "fehlende { nach %{" -#: build/files.c:354 build/files.c:673 build/files.c:750 +#: build/files.c:356 build/files.c:675 build/files.c:752 #, fuzzy, c-format msgid "Missing ')' in %s(%s\n" msgstr "fehlender ':' bei %s:%d" -#: build/files.c:392 build/files.c:698 +#: build/files.c:394 build/files.c:700 #, fuzzy, c-format msgid "Invalid %s token: %s\n" msgstr "ungültige Paket-Nummer: %s\n" -#: build/files.c:502 +#: build/files.c:504 #, fuzzy, c-format msgid "Missing %s in %s %s\n" msgstr "fehlende { nach %{" -#: build/files.c:559 +#: build/files.c:561 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "" # , c-format -#: build/files.c:597 +#: build/files.c:599 #, fuzzy, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Lesen von %s fehlgeschlagen: %s." # , c-format -#: build/files.c:607 +#: build/files.c:609 #, fuzzy, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Lesen von %s fehlgeschlagen: %s." # , c-format -#: build/files.c:619 +#: build/files.c:621 #, fuzzy, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Lesen von %s fehlgeschlagen: %s." -#: build/files.c:777 +#: build/files.c:779 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "" #. @innercontinue@ -#: build/files.c:788 +#: build/files.c:790 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "" -#: build/files.c:917 +#: build/files.c:919 #, c-format msgid "Hit limit for %%docdir\n" msgstr "" -#: build/files.c:925 +#: build/files.c:927 #, c-format msgid "Only one arg for %%docdir\n" msgstr "" # , c-format #. We already got a file -- error -#: build/files.c:959 +#: build/files.c:961 #, fuzzy, c-format msgid "Two files on one line: %s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: build/files.c:976 +#: build/files.c:978 #, fuzzy, c-format msgid "File must begin with \"/\": %s\n" msgstr "Verschiebungen müssen mit einem ť/Ť beginnen" -#: build/files.c:989 +#: build/files.c:991 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "" # , c-format -#: build/files.c:1141 +#: build/files.c:1149 #, fuzzy, c-format msgid "File listed twice: %s\n" msgstr "Lesen von %s fehlgeschlagen: %s." -#: build/files.c:1280 +#: build/files.c:1288 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "" # , c-format -#: build/files.c:1520 +#: build/files.c:1535 #, fuzzy, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "Lesen von %s fehlgeschlagen: %s." -#: build/files.c:1544 +#: build/files.c:1559 #, fuzzy, c-format msgid "File not found: %s\n" msgstr "Datei auf dem Server nicht gefunden" -#: build/files.c:1752 +#: build/files.c:1767 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: ťreadLeadŤ fehlgeschlagen\n" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1804 +#: build/files.c:1819 #, fuzzy, c-format msgid "File needs leading \"/\": %s\n" msgstr "Verschiebungen müssen mit einem ť/Ť beginnen" -#: build/files.c:1828 +#: build/files.c:1843 #, fuzzy, c-format msgid "Glob not permitted: %s\n" msgstr "Paket %s wird nicht in %s aufgeführt" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, fuzzy, c-format msgid "File not found by glob: %s\n" msgstr "Datei auf dem Server nicht gefunden" -#: build/files.c:1905 +#: build/files.c:1920 #, fuzzy, c-format msgid "Could not open %%files file %s: %s\n" msgstr "Fehler: kann Datei %s nicht öffnen\n" # , c-format -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, fuzzy, c-format msgid "line: %s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" # , c-format -#: build/files.c:2307 +#: build/files.c:2323 #, fuzzy, c-format msgid "Bad file: %s: %s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "" -#: build/files.c:2363 +#: build/files.c:2379 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "Fehler beim Suchen nach Paket %s\n" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" @@ -655,7 +655,7 @@ msgid "" msgstr "" # , c-format -#: build/files.c:2414 +#: build/files.c:2430 #, fuzzy, c-format msgid "Processing files: %s-%s-%s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" @@ -808,7 +808,7 @@ msgid "Could not open %s: %s\n" msgstr "Öffnen von %s fehlgeschlagen\n" # , c-format -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, fuzzy, c-format msgid "Unable to write package: %s\n" msgstr "Nicht möglich %s zu schreiben" @@ -843,7 +843,7 @@ msgstr "Nicht m msgid "Unable to write payload to %s: %s\n" msgstr "Nicht möglich %s zu schreiben" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "" @@ -1364,20 +1364,20 @@ msgstr "Dateiabh msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 #, fuzzy msgid "don't verify package digest(s)" msgstr "Dateiabhängigkeiten nicht überprüfen" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 #, fuzzy msgid "don't verify database header(s) when retrieved" msgstr "Paket-Architektur nicht überprüfen" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 #, fuzzy msgid "don't verify package signature(s)" msgstr "Paketsignatur überprüfen" @@ -1451,34 +1451,34 @@ msgstr "" msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "" -#: lib/cpio.c:233 +#: lib/cpio.c:234 #, fuzzy msgid "Unknown file type" msgstr "(unbekannter Typ)" -#: lib/cpio.c:234 +#: lib/cpio.c:235 #, fuzzy msgid "Missing hard link(s)" msgstr "fehlender ':' bei %s:%d" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:236 +#: lib/cpio.c:237 #, fuzzy msgid "Internal error" msgstr "Fataler Fehler: " -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "" -#: lib/cpio.c:250 +#: lib/cpio.c:251 #, fuzzy msgid " failed - " msgstr "pgp fehlgeschlagen" @@ -1620,47 +1620,57 @@ msgstr " msgid "file %s is on an unknown device\n" msgstr "" -#: lib/fsm.c:350 +#: lib/fsm.c:352 msgid "========== Directories not explicitly included in package:\n" msgstr "" # , c-format -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, fuzzy, c-format msgid "%10d %s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, c-format +msgid "user %s does not exist - using root\n" +msgstr "" + +#: lib/fsm.c:776 +#, fuzzy, c-format +msgid "group %s does not exist - using root\n" +msgstr "Gruppe %s beinhaltet kein einziges Paket\n" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "" -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, fuzzy, c-format msgid "%s saved as %s\n" msgstr "kann Datei %s nicht öffnen: " -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, fuzzy, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "kann %s nicht entfernen - Verzeichnis ist nicht leer" -#: lib/fsm.c:1888 +#: lib/fsm.c:1929 #, fuzzy, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "Entfernen von %s fehlgeschlagen: %s" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, fuzzy, c-format msgid "%s unlink of %s failed: %s\n" msgstr "öffnen von %s fehlgeschlagen: %s\n" -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, fuzzy, c-format msgid "%s created as %s\n" msgstr "kann Datei %s nicht öffnen: " @@ -1780,119 +1790,119 @@ msgstr "%s: msgid "%s: Fread failed: %s\n" msgstr "%s: ťreadLeadŤ fehlgeschlagen\n" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 #, fuzzy msgid "print macro expansion of EXPR" msgstr "Die benutzte RPM-Version anzeigen" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 msgid "read instead of default file(s)" msgstr "" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 #, fuzzy msgid "send stdout to CMD" msgstr "Standard-Ausgabe nach umleiten" -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 #, fuzzy msgid "use ROOT as top level directory" msgstr " als Stammverzeichnis benutzen" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "Die benutzte RPM-Version anzeigen" # , c-format -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 #, fuzzy msgid "debug payload file state machine" msgstr "Öffnen von %s fehlgeschlagen: %s" # , c-format -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 #, fuzzy msgid "use threads for file state machine" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 msgid "debug option/argument processing" msgstr "" # , c-format -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 #, fuzzy msgid "debug package state machine" msgstr "Öffnen von %s fehlgeschlagen: %s" # , c-format -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 #, fuzzy msgid "use threads for package state machine" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "" @@ -1922,18 +1932,18 @@ msgstr "" msgid "malformed rollback time/date stamp argument" msgstr "" -#: lib/poptI.c:151 +#: lib/poptI.c:155 #, fuzzy msgid "add suggested packages to transaction" msgstr "Paket hat keinen Namen" -#: lib/poptI.c:155 +#: lib/poptI.c:159 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" "alle Dateien installieren, auch die config-Dateien, die sonst übergangen " "würden" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" @@ -1941,157 +1951,162 @@ msgstr "" "Alle Pakete entfernen, die mit übereinstimmen (normalerweise wird " "ein Fehler angezeigt, wenn mehrere Pakete bezeichnet)" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 #, fuzzy msgid "do not execute package scriptlet(s)" msgstr "Keine paketspezifischen Skripte ausführen" -#: lib/poptI.c:173 +#: lib/poptI.c:177 #, fuzzy -msgid "relocate files in non-relocateable package" +msgid "relocate files in non-relocatable package" msgstr "Paket %s ist nicht installiert\n" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "Paket löschen (deinstallieren)" -#: lib/poptI.c:179 +#: lib/poptI.c:183 #, fuzzy msgid "+" msgstr "Anfrage an alle Pakete" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 #, fuzzy msgid "do not install configuration files" msgstr "Nur Konfigurationsdateien auflisten (impliziert -l)" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "Dokumentation nicht installieren" -#: lib/poptI.c:187 +#: lib/poptI.c:191 msgid "skip files with leading component " msgstr "" -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "Abkürzung für --replacepkgs --replacefiles" -#: lib/poptI.c:195 +#: lib/poptI.c:199 #, fuzzy msgid "upgrade package(s) if already installed" msgstr "Paket %s ist nicht installiert\n" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 #, fuzzy msgid "+" msgstr " -b " -#: lib/poptI.c:198 +#: lib/poptI.c:202 msgid "print hash marks as package installs (good with -v)" msgstr "Fortschrittsanzeige bei der Paketinstallation (gut zusammen mit -v)" -#: lib/poptI.c:201 +#: lib/poptI.c:205 msgid "don't verify package architecture" msgstr "Paket-Architektur nicht überprüfen" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "Paket-Betriebssystem nicht überprüfen" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "Dokumentation installieren" -#: lib/poptI.c:212 +#: lib/poptI.c:216 #, fuzzy msgid "install package(s)" msgstr "Paket installieren" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "Datenbank erneuern, aber das Dateisystem nicht verändern" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "Dateiabhängigkeiten nicht überprüfen" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 #, fuzzy msgid "don't verify MD5 digest of files" msgstr "Paket installieren" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +#, fuzzy +msgid "don't install file security contexts" +msgstr "Nur Konfigurationsdateien auflisten (impliziert -l)" + +#: lib/poptI.c:237 msgid "do not reorder package installation to satisfy dependencies" msgstr "" "Paket-Installation nicht neu sortieren, um den Abhängigkeiten zu genügen" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, fuzzy, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "Keine Stufen ausführen" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, fuzzy, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "Keine Stufen ausführen" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, fuzzy, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "Keine Stufen ausführen" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, fuzzy, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "Keine Stufen ausführen" -#: lib/poptI.c:261 +#: lib/poptI.c:268 #, fuzzy msgid "do not execute any scriptlet(s) triggered by this package" msgstr "kein Skript ausführen, das durch dieses Paket veranlasst wurde" -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, fuzzy, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "Keine paketspezifischen Skripte ausführen" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, fuzzy, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "Keine Installations-Skripte ausführen" -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, fuzzy, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "Keine Installations-Skripte ausführen" -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, fuzzy, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "Keine Installations-Skripte ausführen" -#: lib/poptI.c:277 +#: lib/poptI.c:284 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -2099,54 +2114,54 @@ msgstr "" "Aktualisierung auf eine alte Version des Pakets (--force macht das bei " "Aktualisierungen automatisch)" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "Prozentangabe bei der Paketinstallation ausgeben" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "" "Verschiebe das Paket, wenn es verschiebbar ist, in das Verzeichnis " -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "" -#: lib/poptI.c:286 +#: lib/poptI.c:293 #, fuzzy msgid "relocate files from path to " msgstr "verschiebe Dateien von nach " -#: lib/poptI.c:287 +#: lib/poptI.c:294 #, fuzzy msgid "=" msgstr "verschiebe Dateien von nach " -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "Auch dann installieren, wenn das Paket installierte Dateien ersetzt" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "Neuinstallation, wenn das Paket schon vorhanden ist" -#: lib/poptI.c:298 +#: lib/poptI.c:305 msgid "deinstall new, reinstall old, package(s), back to " msgstr "" -#: lib/poptI.c:299 +#: lib/poptI.c:306 msgid "" msgstr "" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "Nicht installieren - nur anzeigen, ob es funktionieren würde" -#: lib/poptI.c:304 +#: lib/poptI.c:311 #, fuzzy msgid "upgrade package(s)" msgstr "Paket installieren" @@ -2235,220 +2250,215 @@ msgstr "Anfrage nach Paketen, die die F msgid "query/verify the package(s) which provide a dependency" msgstr "Anfrage nach Paketen, die die Fähigkeit bereitstellen" -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 #, fuzzy msgid "list all configuration files" msgstr "Nur Konfigurationsdateien auflisten (impliziert -l)" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 #, fuzzy msgid "list all documentation files" msgstr "Dokumentation installieren" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 #, fuzzy msgid "dump basic file information" msgstr "Paketinformationen anzeigen" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 #, fuzzy msgid "list files in package" msgstr "Paket installieren" -#: lib/poptQV.c:239 +#: lib/poptQV.c:243 #, c-format msgid "skip %%ghost files" msgstr "" -#: lib/poptQV.c:243 +#: lib/poptQV.c:247 #, c-format msgid "skip %%license files" msgstr "" -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, fuzzy, c-format msgid "skip %%readme files" msgstr "%s: ťreadLeadŤ fehlgeschlagen\n" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 #, fuzzy msgid "use the following query format" msgstr "Unerwartete Quelle der Anfrage" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 #, fuzzy msgid "substitute i18n sections into spec file" msgstr "Anfrage nach Paket, das die Datei besitzt" -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 #, fuzzy msgid "don't verify size of files" msgstr "Paket installieren" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 #, fuzzy msgid "don't verify symlink path of files" msgstr "Paket installieren" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 #, fuzzy msgid "don't verify owner of files" msgstr "Paket installieren" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 #, fuzzy msgid "don't verify group of files" msgstr "Paket installieren" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 #, fuzzy msgid "don't verify mode of files" msgstr "Paket installieren" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +#, fuzzy +msgid "don't verify file security contexts" +msgstr "Paket installieren" + +#: lib/poptQV.c:309 #, fuzzy msgid "don't verify files in package" msgstr "Paket installieren" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 #, fuzzy msgid "don't verify package dependencies" msgstr "Dateiabhängigkeiten nicht überprüfen" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 #, fuzzy msgid "don't execute verify script(s)" msgstr "Keine Stufen ausführen" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 #, fuzzy msgid "don't verify GPG V3 DSA signature(s)" msgstr "Paket installieren" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 #, fuzzy msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "Paket installieren" -#: lib/poptQV.c:366 +#: lib/poptQV.c:372 #, fuzzy msgid "sign package(s) (identical to --resign)" msgstr "Ein Paket signieren (die aktuelle Signature wird verworfen)" -#: lib/poptQV.c:368 +#: lib/poptQV.c:374 #, fuzzy msgid "verify package signature(s)" msgstr "Paketsignatur überprüfen" -#: lib/poptQV.c:370 +#: lib/poptQV.c:376 msgid "import an armored public key" msgstr "" -#: lib/poptQV.c:372 +#: lib/poptQV.c:378 #, fuzzy msgid "sign package(s) (identical to --addsign)" msgstr "Ein Paket signieren (die aktuelle Signature wird verworfen)" -#: lib/poptQV.c:374 +#: lib/poptQV.c:380 #, fuzzy msgid "generate signature" msgstr "PGP-Signatur generieren" -#: lib/psm.c:269 +#: lib/psm.c:268 msgid "source package expected, binary found\n" msgstr "" -#: lib/psm.c:394 +#: lib/psm.c:386 #, fuzzy msgid "source package contains no .spec file\n" msgstr "Anfrage nach Paket, das die Datei besitzt" -#: lib/psm.c:480 +#: lib/psm.c:472 #, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "" -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "" -#: lib/psm.c:756 +#: lib/psm.c:751 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "Fehler: überspringe %s - Übertragung fehlgeschlagen - %s\n" -#: lib/psm.c:762 +#: lib/psm.c:757 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "Ausführung des Skripts fehlgeschlagen" # FIXME shared, besser: "mit anderen geteilte ..." -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, fuzzy, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "Paket %s-%s-%s beinhaltet geteilte Dateien\n" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "" # , c-format -#: lib/psm.c:1439 +#: lib/psm.c:1432 #, fuzzy msgid "Unable to reload signature header\n" msgstr "Nicht möglich %s zu schreiben" -#: lib/psm.c:1485 -#, c-format -msgid "user %s does not exist - using root\n" -msgstr "" - -#: lib/psm.c:1494 -#, fuzzy, c-format -msgid "group %s does not exist - using root\n" -msgstr "Gruppe %s beinhaltet kein einziges Paket\n" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, fuzzy, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "öffnen von %s fehlgeschlagen: %s\n" -#: lib/psm.c:1547 +#: lib/psm.c:1511 msgid " on file " msgstr "" # , c-format -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, fuzzy, c-format msgid "%s failed on file %s: %s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, fuzzy, c-format msgid "%s failed: %s\n" msgstr "pgp fehlgeschlagen" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, fuzzy, c-format msgid "incorrect format: %s\n" msgstr "Fehler beim Format %s\n" @@ -2498,8 +2508,8 @@ msgstr "Paket hat keinen Namen" msgid "package has neither file owner or id lists\n" msgstr "Paket hat keinen Namen" -#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, fuzzy, c-format msgid "open of %s failed: %s\n" @@ -2514,7 +2524,7 @@ msgstr "Anfrage von %s fehlgeschlagen\n" msgid "old format source packages cannot be queried\n" msgstr "altes Sourceformat-Paket kann nicht angefragt werden\n" -#: lib/query.c:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, fuzzy, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "kein Paket triggert %s\n" @@ -2587,18 +2597,18 @@ msgstr "ung msgid "record %u could not be read\n" msgstr "Eintrag %d konnte nicht gelesen werden\n" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, c-format msgid "package %s is not installed\n" msgstr "Paket %s ist nicht installiert\n" # , c-format -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 #, fuzzy msgid "(added files)" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 msgid "(added provide)" msgstr "" @@ -2723,38 +2733,38 @@ msgstr "" msgid "package %s has unsatisfied %s: %s\n" msgstr "Paket %s wird nicht in %s aufgeführt" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 msgid "========== relocations\n" msgstr "" # , c-format -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, fuzzy, c-format msgid "%5d exclude %s\n" msgstr "Hole %s heraus\n" -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, fuzzy, c-format msgid "%5d relocate %s -> %s\n" msgstr "kann Datei %s nicht öffnen: " # , c-format -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, fuzzy, c-format msgid "excluding %s %s\n" msgstr "Hole %s heraus\n" -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, fuzzy, c-format msgid "relocating %s to %s\n" msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s" -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, fuzzy, c-format msgid "relocating directory %s to %s\n" msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s" @@ -2786,90 +2796,90 @@ msgid "Upgrading packages..." msgstr "Paket installieren" # , c-format -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, fuzzy, c-format msgid "Adding goal: %s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" # , c-format -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, 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:422 +#: lib/rpminstall.c:436 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, fuzzy, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "Fehler: überspringe %s - Übertragung fehlgeschlagen - %s\n" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, fuzzy, c-format msgid "%s cannot be installed\n" msgstr "Fehler: %s kann nicht installiert werden\n" -#: lib/rpminstall.c:523 +#: lib/rpminstall.c:537 #, fuzzy, c-format -msgid "package %s is not relocateable\n" +msgid "package %s is not relocatable\n" msgstr "Paket %s ist nicht installiert\n" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, fuzzy, c-format msgid "error reading from file %s\n" msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s" -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:623 +#: lib/rpminstall.c:637 #, fuzzy, c-format msgid "found %d source and %d binary packages\n" msgstr "Gruppe %s beinhaltet kein einziges Paket\n" -#: lib/rpminstall.c:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 #, fuzzy msgid "Failed dependencies:\n" msgstr "fehlgeschlagene Paket-Abhängigkeiten:\n" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr "" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 #, fuzzy msgid "installing binary packages\n" msgstr "Paket installieren" -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, fuzzy, c-format msgid "cannot open file %s: %s\n" msgstr "kann Datei %s nicht öffnen: " -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" bezeichnet mehrere Pakete\n" -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, fuzzy, c-format msgid "cannot open %s: %s\n" msgstr "Fehler: kann %s nicht öffnen\n" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, c-format msgid "Installing %s\n" msgstr "Installiere %s\n" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "" @@ -2939,7 +2949,7 @@ msgstr "Paket %s ist nicht installiert\n" #: lib/rpmps.c:223 #, fuzzy, c-format -msgid "path %s in package %s is not relocateable" +msgid "path %s in package %s is not relocatable" msgstr "Paket %s ist nicht installiert\n" #: lib/rpmps.c:228 @@ -3092,52 +3102,77 @@ msgstr "" msgid "Unable to open %s for reading: %s.\n" msgstr "Datei %s kann nicht zum Lesen geöffnet werden: %s." -#: lib/rpmts.c:162 +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + +#: lib/rpmts.c:163 #, fuzzy, c-format msgid "cannot open Packages database in %s\n" msgstr "Fehler: kann nicht öffnen %s%s/packages.rpm\n" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, fuzzy, c-format msgid "extra '(' in package label: %s\n" msgstr "ungültige Paket-Nummer: %s\n" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, fuzzy, c-format msgid "missing '(' in package label: %s\n" msgstr "fehlende { nach %{" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, fuzzy, c-format msgid "missing ')' in package label: %s\n" msgstr "ungültige Paket-Nummer: %s\n" -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, fuzzy, c-format msgid "cannot open Solve database in %s\n" msgstr "Fehler: kann nicht öffnen %s%s/packages.rpm\n" # , c-format -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, fuzzy, c-format msgid "Adding: %s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" # , c-format -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, fuzzy, c-format msgid "Suggesting: %s\n" msgstr "Hole %s heraus\n" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 msgid "mounted filesystems:\n" msgstr "" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr "" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "" @@ -3348,12 +3383,12 @@ msgstr "" msgid "computing file dispositions\n" msgstr "" -#: lib/verify.c:288 +#: lib/verify.c:319 #, fuzzy, c-format msgid "missing %c %s" msgstr "fehlende { nach %{" -#: lib/verify.c:397 +#: lib/verify.c:433 #, fuzzy, c-format msgid "Unsatisfied dependencies for %s: " msgstr "Nicht erfüllte Abhängigkeiten von %s-%s-%s: " @@ -3556,168 +3591,168 @@ msgstr "kann Datei %s nicht msgid "cannot open %s index\n" msgstr "Fehler: kann %s nicht öffnen\n" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 #, fuzzy msgid "no dbpath has been set\n" msgstr "ťdbpathŤ ist nicht gesetzt" -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "Fehler beim Eintrag %s von %s" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "Fehler bei Schreiben des Eintrags %s nach %s" -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "kann Kopfzeilen bei %d nicht lesen, um danach zu suchen" -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "Fehler beim Eintrag %s von %s" # FIXME -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "Fehler beim Löschen des Eintrags %s nach %s" # FIXME -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "Fehler beim Löschen des Eintrags %s nach %s" -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "Fehler beim Eintrag %s von %s" -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "Fehler bei Schreiben des Eintrags %s nach %s" # FIXME -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "Fehler beim Löschen des Eintrags %s nach %s" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, fuzzy, c-format msgid "error(%d) allocating new package instance\n" msgstr "Fehler beim Suchen nach Paket %s\n" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" # FIXME -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "Fehler beim Löschen des Eintrags %s nach %s" -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, fuzzy, c-format msgid "error(%d) storing record %s into %s\n" msgstr "Fehler bei Schreiben des Eintrags %s nach %s" -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "ťdbpathŤ ist nicht gesetzt" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "Datenbank aus der vorhandenen neu erstellen" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, fuzzy, c-format msgid "temporary database %s already exists\n" msgstr "die temporäre Datenbank %s existiert schon" -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s" -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, fuzzy, c-format msgid "creating directory %s: %s\n" msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "Datenbank aus der vorhandenen neu erstellen" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "Datenbank aus der vorhandenen neu erstellen" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, fuzzy, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "" "Eintrag Nummer %d in der Datenback ist nicht in Ordnung -- wird übersprungen" -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, fuzzy, c-format msgid "cannot add record originally at %u\n" msgstr "kann einen Eintrag hinzufügen, ursprünglich bei %d" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s" # , c-format -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, fuzzy, c-format msgid "failed to remove directory %s: %s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" @@ -3773,43 +3808,43 @@ msgstr "" msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "" -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, fuzzy, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "(unbekannter Typ)" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "" -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, fuzzy, c-format msgid "Unterminated %c: %s\n" msgstr "kann Datei %s nicht öffnen: " -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, fuzzy, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "Paket %s in %s nicht gefunden" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 msgid "Target buffer overflow\n" msgstr "" # , c-format #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, fuzzy, c-format msgid "File %s: %s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, c-format msgid "File %s is smaller than %u bytes\n" msgstr "" diff --git a/po/fi.po b/po/fi.po index 8c3694f43..04ad366a9 100644 --- a/po/fi.po +++ b/po/fi.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "PO-Revision-Date: 1998-05-02 21:41:47-0400\n" "Last-Translator: Raimo Koski \n" "Language-Team: Finnish \n" @@ -20,44 +20,44 @@ msgstr "puuttuvat riippuvuudet:\n" msgid "Unable to open spec file %s: %s\n" msgstr "En voi avata %s luettavaksi: %s." -#: build.c:152 build.c:164 +#: build.c:150 build.c:162 #, fuzzy, c-format msgid "Failed to open tar pipe: %m\n" msgstr "%s:n avaus epäonnistui\n" #. Give up -#: build.c:171 +#: build.c:169 #, fuzzy, c-format msgid "Failed to read spec file from %s\n" msgstr "En voi lukea %s: %s." -#: build.c:199 +#: build.c:197 #, fuzzy, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "En voi lukea %s: %s." -#: build.c:239 +#: build.c:237 #, fuzzy, c-format msgid "failed to stat %s: %m\n" msgstr "en voinut avata %s: %s" -#: build.c:244 +#: build.c:242 #, fuzzy, c-format msgid "File %s is not a regular file.\n" msgstr "%s ei vaikuta RPM-paketilta\n" -#: build.c:253 +#: build.c:251 #, 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:324 +#: build.c:322 #, c-format msgid "Building target platforms: %s\n" msgstr "" -#: build.c:339 +#: build.c:337 #, fuzzy, c-format msgid "Building for target %s\n" msgstr "virhe etsittäessä pakettia %s\n" @@ -110,7 +110,7 @@ msgstr "" msgid "%s: %s\n" msgstr "en voinut avata %s: %s" -#: rpmqv.c:129 lib/poptALL.c:114 +#: rpmqv.c:129 lib/poptALL.c:119 #, c-format msgid "RPM version %s\n" msgstr "RPM versio %s\n" @@ -434,166 +434,166 @@ msgstr "" msgid "syntax error in expression\n" msgstr "odotin '?'-merkkiä ilmauksessa" -#: build/files.c:278 +#: build/files.c:280 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "" -#: build/files.c:343 build/files.c:543 build/files.c:739 +#: build/files.c:345 build/files.c:545 build/files.c:741 #, fuzzy, c-format msgid "Missing '(' in %s %s\n" msgstr "puuttuva '{' '%':n jälkeen" -#: build/files.c:354 build/files.c:673 build/files.c:750 +#: build/files.c:356 build/files.c:675 build/files.c:752 #, fuzzy, c-format msgid "Missing ')' in %s(%s\n" msgstr "puuttuva ':', %s:%d" -#: build/files.c:392 build/files.c:698 +#: build/files.c:394 build/files.c:700 #, fuzzy, c-format msgid "Invalid %s token: %s\n" msgstr "virheellinen paketin numero: %s\n" -#: build/files.c:502 +#: build/files.c:504 #, fuzzy, c-format msgid "Missing %s in %s %s\n" msgstr "puuttuva '{' '%':n jälkeen" -#: build/files.c:559 +#: build/files.c:561 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "" -#: build/files.c:597 +#: build/files.c:599 #, fuzzy, c-format msgid "Bad syntax: %s(%s)\n" msgstr "En voi lukea %s: %s." -#: build/files.c:607 +#: build/files.c:609 #, fuzzy, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "En voi lukea %s: %s." -#: build/files.c:619 +#: build/files.c:621 #, fuzzy, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "En voi lukea %s: %s." -#: build/files.c:777 +#: build/files.c:779 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "" #. @innercontinue@ -#: build/files.c:788 +#: build/files.c:790 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "" -#: build/files.c:917 +#: build/files.c:919 #, c-format msgid "Hit limit for %%docdir\n" msgstr "" -#: build/files.c:925 +#: build/files.c:927 #, c-format msgid "Only one arg for %%docdir\n" msgstr "" #. We already got a file -- error -#: build/files.c:959 +#: build/files.c:961 #, fuzzy, c-format msgid "Two files on one line: %s\n" msgstr "en voinut avata %s: %s" -#: build/files.c:976 +#: build/files.c:978 #, fuzzy, c-format msgid "File must begin with \"/\": %s\n" msgstr "siirtojen pitää alkaa /-merkillä" -#: build/files.c:989 +#: build/files.c:991 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "" -#: build/files.c:1141 +#: build/files.c:1149 #, fuzzy, c-format msgid "File listed twice: %s\n" msgstr "En voi lukea %s: %s." -#: build/files.c:1280 +#: build/files.c:1288 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "" -#: build/files.c:1520 +#: build/files.c:1535 #, fuzzy, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "En voi lukea %s: %s." -#: build/files.c:1544 +#: build/files.c:1559 #, fuzzy, c-format msgid "File not found: %s\n" msgstr "Tiedostoa ei löytynyt palvelimelta" -#: build/files.c:1752 +#: build/files.c:1767 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: readLead epäonnistui\n" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1804 +#: build/files.c:1819 #, fuzzy, c-format msgid "File needs leading \"/\": %s\n" msgstr "siirtojen pitää alkaa /-merkillä" -#: build/files.c:1828 +#: build/files.c:1843 #, fuzzy, c-format msgid "Glob not permitted: %s\n" msgstr "paketti %s ei ole %s:ssä" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, fuzzy, c-format msgid "File not found by glob: %s\n" msgstr "Tiedostoa ei löytynyt palvelimelta" -#: build/files.c:1905 +#: build/files.c:1920 #, fuzzy, c-format msgid "Could not open %%files file %s: %s\n" msgstr "virhe: tiedostoa %s ei voi avata\n" -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, fuzzy, c-format msgid "line: %s\n" msgstr "en voinut avata %s: %s" -#: build/files.c:2307 +#: build/files.c:2323 #, fuzzy, c-format msgid "Bad file: %s: %s\n" msgstr "en voinut avata %s: %s" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "" -#: build/files.c:2363 +#: build/files.c:2379 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "virhe etsittäessä pakettia %s\n" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2414 +#: build/files.c:2430 #, fuzzy, c-format msgid "Processing files: %s-%s-%s\n" msgstr "en voinut avata %s: %s" @@ -736,7 +736,7 @@ msgstr "%s:n kirjoitus ei onnistu" msgid "Could not open %s: %s\n" msgstr "%s:n avaus epäonnistui\n" -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, fuzzy, c-format msgid "Unable to write package: %s\n" msgstr "%s:n kirjoitus ei onnistu" @@ -766,7 +766,7 @@ msgstr "%s:n kirjoitus ei onnistu" msgid "Unable to write payload to %s: %s\n" msgstr "%s:n kirjoitus ei onnistu" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "" @@ -1261,20 +1261,20 @@ msgstr " msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 #, fuzzy msgid "don't verify package digest(s)" msgstr "älä tarkista paketin riippuvuuksia" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 #, fuzzy msgid "don't verify database header(s) when retrieved" msgstr "älä tarkista paketin arkkitehtuuria" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 #, fuzzy msgid "don't verify package signature(s)" msgstr "tarkista paketin allekirjoitus" @@ -1348,34 +1348,34 @@ msgstr "" msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "" -#: lib/cpio.c:233 +#: lib/cpio.c:234 #, fuzzy msgid "Unknown file type" msgstr "(tuntematon tyyppi)" -#: lib/cpio.c:234 +#: lib/cpio.c:235 #, fuzzy msgid "Missing hard link(s)" msgstr "puuttuva ':', %s:%d" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:236 +#: lib/cpio.c:237 #, fuzzy msgid "Internal error" msgstr "vakava virhe: " -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "" -#: lib/cpio.c:250 +#: lib/cpio.c:251 #, fuzzy msgid " failed - " msgstr "pgp epäonnistui" @@ -1511,46 +1511,56 @@ msgstr "en voinut avata %s: %s" msgid "file %s is on an unknown device\n" msgstr "" -#: lib/fsm.c:350 +#: lib/fsm.c:352 msgid "========== Directories not explicitly included in package:\n" msgstr "" -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, fuzzy, c-format msgid "%10d %s\n" msgstr "en voinut avata %s: %s" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, c-format +msgid "user %s does not exist - using root\n" +msgstr "" + +#: lib/fsm.c:776 +#, fuzzy, c-format +msgid "group %s does not exist - using root\n" +msgstr "ryhmässä %s ei ole paketteja\n" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "" -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, fuzzy, c-format msgid "%s saved as %s\n" msgstr "en voinut avata tiedostoa %s: " -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, fuzzy, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "en voi poistaa %s -hakemisto ei ole tyhjä" -#: lib/fsm.c:1888 +#: lib/fsm.c:1929 #, fuzzy, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "%s:n rmdir epäonnistui: %s" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, fuzzy, c-format msgid "%s unlink of %s failed: %s\n" msgstr "%s:n avaus ei onnistunut: %s\n" -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, fuzzy, c-format msgid "%s created as %s\n" msgstr "en voinut avata tiedostoa %s: " @@ -1670,115 +1680,115 @@ msgstr "%s: readLead ep msgid "%s: Fread failed: %s\n" msgstr "%s: readLead epäonnistui\n" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 #, fuzzy msgid "print macro expansion of EXPR" msgstr "tulosta käytetyn rpm:n versio" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 msgid "read instead of default file(s)" msgstr "" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 #, fuzzy msgid "send stdout to CMD" msgstr "lähetä vakiotuloste :lle" -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 #, fuzzy msgid "use ROOT as top level directory" msgstr "käytä ylimpänä hakemistona" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "tulosta käytetyn rpm:n versio" -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 #, fuzzy msgid "debug payload file state machine" msgstr "en voinut avata %s: %s" -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 #, fuzzy msgid "use threads for file state machine" msgstr "en voinut avata %s: %s" -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 msgid "debug option/argument processing" msgstr "" -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 #, fuzzy msgid "debug package state machine" msgstr "en voinut avata %s: %s" -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 #, fuzzy msgid "use threads for package state machine" msgstr "en voinut avata %s: %s" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "" @@ -1808,17 +1818,17 @@ msgstr "" msgid "malformed rollback time/date stamp argument" msgstr "" -#: lib/poptI.c:151 +#: lib/poptI.c:155 #, fuzzy msgid "add suggested packages to transaction" msgstr "paketilla ei ole nimeä" -#: lib/poptI.c:155 +#: lib/poptI.c:159 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" "asenna kaikki tiedostot, myös konfiguraatiot, jotka muuten ehkä ohitettaisiin" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" @@ -1826,156 +1836,161 @@ msgstr "" "poista kaikki paketit, joiden nimeä vastaa (tavallisesti, jos " " määrittää useita paketteja, tulee virhe)" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 #, fuzzy msgid "do not execute package scriptlet(s)" msgstr "älä aja mitään pakettikohtaisia skriptejä" -#: lib/poptI.c:173 +#: lib/poptI.c:177 #, fuzzy -msgid "relocate files in non-relocateable package" +msgid "relocate files in non-relocatable package" msgstr "paketti %s ei ole asennettu\n" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "poista paketti" -#: lib/poptI.c:179 +#: lib/poptI.c:183 #, fuzzy msgid "+" msgstr "kysele kaikki paketit" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 #, fuzzy msgid "do not install configuration files" msgstr "listaa vain konfigurointiedostot (josta seuraa -l)" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "älä asenna dokumentointia" -#: lib/poptI.c:187 +#: lib/poptI.c:191 msgid "skip files with leading component " msgstr "" -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "lyhenne parametreille --replacepkgs --replacefiles" -#: lib/poptI.c:195 +#: lib/poptI.c:199 #, fuzzy msgid "upgrade package(s) if already installed" msgstr "paketti %s ei ole asennettu\n" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 #, fuzzy msgid "+" msgstr " -b " -#: lib/poptI.c:198 +#: lib/poptI.c:202 msgid "print hash marks as package installs (good with -v)" msgstr "tulosta risuaitaa paketin asentuessa (-v:n kanssa hyvä)" -#: lib/poptI.c:201 +#: lib/poptI.c:205 msgid "don't verify package architecture" msgstr "älä tarkista paketin arkkitehtuuria" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "älä tarkista paketin käyttöjärjestelmää" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "asenna dokumentaatio" -#: lib/poptI.c:212 +#: lib/poptI.c:216 #, fuzzy msgid "install package(s)" msgstr "asenna paketti" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "päivitä tietokanta, mutta älä muuta tiedostojärjestelmää" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "älä tarkista paketin riippuvuuksia" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 #, fuzzy msgid "don't verify MD5 digest of files" msgstr "asenna paketti" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +#, fuzzy +msgid "don't install file security contexts" +msgstr "listaa vain konfigurointiedostot (josta seuraa -l)" + +#: lib/poptI.c:237 msgid "do not reorder package installation to satisfy dependencies" msgstr "älä muuta asennusjärjestystä riippuvuuksien tyydyttämiseksi" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, fuzzy, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "älä suorita mitään vaiheita" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, fuzzy, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "älä suorita mitään vaiheita" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, fuzzy, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "älä suorita mitään vaiheita" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, fuzzy, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "älä suorita mitään vaiheita" -#: lib/poptI.c:261 +#: lib/poptI.c:268 #, fuzzy msgid "do not execute any scriptlet(s) triggered by this package" msgstr "kysy pakettia, jonka omistuksessa on" -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, fuzzy, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "älä aja mitään pakettikohtaisia skriptejä" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, fuzzy, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "älä suorita asennusskriptejä" -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, fuzzy, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "älä suorita asennusskriptejä" -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, fuzzy, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "älä suorita asennusskriptejä" -#: lib/poptI.c:277 +#: lib/poptI.c:284 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -1983,53 +1998,53 @@ msgstr "" "päivitä vanhempaan versioon (--force päivitettäessä tekee tämän " "automaattisesti)" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "tulosta asennuksen eteneminen prosentteina" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "siirrä paketti hakemistoon , jos siirrettävissä" -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "" -#: lib/poptI.c:286 +#: lib/poptI.c:293 #, fuzzy msgid "relocate files from path to " msgstr "siirrä tiedostot hakemistosta hakemistoon " -#: lib/poptI.c:287 +#: lib/poptI.c:294 #, fuzzy msgid "=" msgstr "siirrä tiedostot hakemistosta hakemistoon " -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "asenna vaikka paketti korvaisi asennettuja tiedostoja" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "asenna uudelleen, jos paketti on jo asennettu" -#: lib/poptI.c:298 +#: lib/poptI.c:305 msgid "deinstall new, reinstall old, package(s), back to " msgstr "" -#: lib/poptI.c:299 +#: lib/poptI.c:306 msgid "" msgstr "" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "älä asenna, mutta kerro onnistuisiko se" -#: lib/poptI.c:304 +#: lib/poptI.c:311 #, fuzzy msgid "upgrade package(s)" msgstr "asenna paketti" @@ -2118,217 +2133,212 @@ msgstr "kysele paketteja, jotka vaativat ominaisuutta" msgid "query/verify the package(s) which provide a dependency" msgstr "kysele paketteja, jotka tarjoavat ominaisuuden" -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 #, fuzzy msgid "list all configuration files" msgstr "listaa vain konfigurointiedostot (josta seuraa -l)" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 #, fuzzy msgid "list all documentation files" msgstr "asenna dokumentaatio" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 #, fuzzy msgid "dump basic file information" msgstr "näytä paketin tiedot" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 #, fuzzy msgid "list files in package" msgstr "asenna paketti" -#: lib/poptQV.c:239 +#: lib/poptQV.c:243 #, c-format msgid "skip %%ghost files" msgstr "" -#: lib/poptQV.c:243 +#: lib/poptQV.c:247 #, c-format msgid "skip %%license files" msgstr "" -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, fuzzy, c-format msgid "skip %%readme files" msgstr "%s: readLead epäonnistui\n" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 #, fuzzy msgid "use the following query format" msgstr "odottamaton kyselyn lähde" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 #, fuzzy msgid "substitute i18n sections into spec file" msgstr "kysy pakettia, jonka omistuksessa on" -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 #, fuzzy msgid "don't verify size of files" msgstr "asenna paketti" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 #, fuzzy msgid "don't verify symlink path of files" msgstr "asenna paketti" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 #, fuzzy msgid "don't verify owner of files" msgstr "asenna paketti" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 #, fuzzy msgid "don't verify group of files" msgstr "asenna paketti" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 #, fuzzy msgid "don't verify mode of files" msgstr "asenna paketti" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +#, fuzzy +msgid "don't verify file security contexts" +msgstr "asenna paketti" + +#: lib/poptQV.c:309 #, fuzzy msgid "don't verify files in package" msgstr "asenna paketti" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 #, fuzzy msgid "don't verify package dependencies" msgstr "älä tarkista paketin riippuvuuksia" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 #, fuzzy msgid "don't execute verify script(s)" msgstr "älä suorita mitään vaiheita" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 #, fuzzy msgid "don't verify GPG V3 DSA signature(s)" msgstr "asenna paketti" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 #, fuzzy msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "asenna paketti" -#: lib/poptQV.c:366 +#: lib/poptQV.c:372 #, fuzzy msgid "sign package(s) (identical to --resign)" msgstr "allekirjoita paketti (hylkää nykyinen allekirjoitus)" -#: lib/poptQV.c:368 +#: lib/poptQV.c:374 #, fuzzy msgid "verify package signature(s)" msgstr "tarkista paketin allekirjoitus" -#: lib/poptQV.c:370 +#: lib/poptQV.c:376 msgid "import an armored public key" msgstr "" -#: lib/poptQV.c:372 +#: lib/poptQV.c:378 #, fuzzy msgid "sign package(s) (identical to --addsign)" msgstr "allekirjoita paketti (hylkää nykyinen allekirjoitus)" -#: lib/poptQV.c:374 +#: lib/poptQV.c:380 #, fuzzy msgid "generate signature" msgstr "generoi PGP-allekirjoitus" -#: lib/psm.c:269 +#: lib/psm.c:268 msgid "source package expected, binary found\n" msgstr "" -#: lib/psm.c:394 +#: lib/psm.c:386 #, fuzzy msgid "source package contains no .spec file\n" msgstr "kysy pakettia, jonka omistuksessa on" -#: lib/psm.c:480 +#: lib/psm.c:472 #, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "" -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "" -#: lib/psm.c:756 +#: lib/psm.c:751 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "virhe: ohitan %s:n, siirto epäonnistui - %s\n" -#: lib/psm.c:762 +#: lib/psm.c:757 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "skriptin ajo epäonnistui" -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, fuzzy, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "paketti %s-%s-%s sisältää jaettuja tiedostoja\n" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "" -#: lib/psm.c:1439 +#: lib/psm.c:1432 #, fuzzy msgid "Unable to reload signature header\n" msgstr "%s:n kirjoitus ei onnistu" -#: lib/psm.c:1485 -#, c-format -msgid "user %s does not exist - using root\n" -msgstr "" - -#: lib/psm.c:1494 -#, fuzzy, c-format -msgid "group %s does not exist - using root\n" -msgstr "ryhmässä %s ei ole paketteja\n" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, fuzzy, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "%s:n avaus ei onnistunut: %s\n" -#: lib/psm.c:1547 +#: lib/psm.c:1511 msgid " on file " msgstr "" -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, fuzzy, c-format msgid "%s failed on file %s: %s\n" msgstr "en voinut avata %s: %s" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, fuzzy, c-format msgid "%s failed: %s\n" msgstr "pgp epäonnistui" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, fuzzy, c-format msgid "incorrect format: %s\n" msgstr "virhe formaatissa: %s\n" @@ -2378,8 +2388,8 @@ msgstr "paketilla ei ole nime msgid "package has neither file owner or id lists\n" msgstr "paketilla ei ole nimeä" -#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, fuzzy, c-format msgid "open of %s failed: %s\n" @@ -2394,7 +2404,7 @@ msgstr "%s:n kysely ei onnistunut\n" msgid "old format source packages cannot be queried\n" msgstr "vanhan formaatin lähdekoodipaketteja ei voi kysellä\n" -#: lib/query.c:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, fuzzy, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "mikään paketti ei laukaise %s:a\n" @@ -2464,17 +2474,17 @@ msgstr "virheellinen paketin numero: %s\n" msgid "record %u could not be read\n" msgstr "tietuetta %d ei voitu lukea\n" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, c-format msgid "package %s is not installed\n" msgstr "paketti %s ei ole asennettu\n" -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 #, fuzzy msgid "(added files)" msgstr "en voinut avata %s: %s" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 msgid "(added provide)" msgstr "" @@ -2599,36 +2609,36 @@ msgstr "" msgid "package %s has unsatisfied %s: %s\n" msgstr "paketti %s ei ole %s:ssä" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 msgid "========== relocations\n" msgstr "" -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, fuzzy, c-format msgid "%5d exclude %s\n" msgstr "Haen: %s\n" -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, fuzzy, c-format msgid "%5d relocate %s -> %s\n" msgstr "en voinut avata tiedostoa %s: " -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, fuzzy, c-format msgid "excluding %s %s\n" msgstr "Haen: %s\n" -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, fuzzy, c-format msgid "relocating %s to %s\n" msgstr "virhe luotaessa hakemistoa %s: %s" -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, fuzzy, c-format msgid "relocating directory %s to %s\n" msgstr "virhe luotaessa hakemistoa %s: %s" @@ -2659,89 +2669,89 @@ msgstr "" msgid "Upgrading packages..." msgstr "asenna paketti" -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, fuzzy, c-format msgid "Adding goal: %s\n" msgstr "en voinut avata %s: %s" -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, c-format msgid "Retrieving %s\n" msgstr "Haen: %s\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:422 +#: lib/rpminstall.c:436 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, fuzzy, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "virhe: ohitan %s:n, siirto epäonnistui - %s\n" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, fuzzy, c-format msgid "%s cannot be installed\n" msgstr "virhe: %s ei voida asentaa\n" -#: lib/rpminstall.c:523 +#: lib/rpminstall.c:537 #, fuzzy, c-format -msgid "package %s is not relocateable\n" +msgid "package %s is not relocatable\n" msgstr "paketti %s ei ole asennettu\n" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, fuzzy, c-format msgid "error reading from file %s\n" msgstr "virhe luotaessa hakemistoa %s: %s" -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:623 +#: lib/rpminstall.c:637 #, fuzzy, c-format msgid "found %d source and %d binary packages\n" msgstr "ryhmässä %s ei ole paketteja\n" -#: lib/rpminstall.c:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 #, fuzzy msgid "Failed dependencies:\n" msgstr "puuttuvat riippuvuudet:\n" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr "" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 #, fuzzy msgid "installing binary packages\n" msgstr "asenna paketti" -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, fuzzy, c-format msgid "cannot open file %s: %s\n" msgstr "en voinut avata tiedostoa %s: " -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" määrittää useita paketteja\n" -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, fuzzy, c-format msgid "cannot open %s: %s\n" msgstr "virhe: en voi avata %s\n" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, c-format msgid "Installing %s\n" msgstr "Asennan: %s\n" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "" @@ -2809,7 +2819,7 @@ msgstr "paketti %s ei ole asennettu\n" #: lib/rpmps.c:223 #, fuzzy, c-format -msgid "path %s in package %s is not relocateable" +msgid "path %s in package %s is not relocatable" msgstr "paketti %s ei ole asennettu\n" #: lib/rpmps.c:228 @@ -2957,50 +2967,75 @@ msgstr "" msgid "Unable to open %s for reading: %s.\n" msgstr "En voi avata %s luettavaksi: %s." -#: lib/rpmts.c:162 +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + +#: lib/rpmts.c:163 #, fuzzy, c-format msgid "cannot open Packages database in %s\n" msgstr "virhe: en voi avata %s%s/packages.rpm\n" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, fuzzy, c-format msgid "extra '(' in package label: %s\n" msgstr "virheellinen paketin numero: %s\n" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, fuzzy, c-format msgid "missing '(' in package label: %s\n" msgstr "puuttuva '{' '%':n jälkeen" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, fuzzy, c-format msgid "missing ')' in package label: %s\n" msgstr "virheellinen paketin numero: %s\n" -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, fuzzy, c-format msgid "cannot open Solve database in %s\n" msgstr "virhe: en voi avata %s%s/packages.rpm\n" -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, fuzzy, c-format msgid "Adding: %s\n" msgstr "en voinut avata %s: %s" -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, fuzzy, c-format msgid "Suggesting: %s\n" msgstr "Haen: %s\n" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 msgid "mounted filesystems:\n" msgstr "" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr "" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "" @@ -3211,12 +3246,12 @@ msgstr "" msgid "computing file dispositions\n" msgstr "" -#: lib/verify.c:288 +#: lib/verify.c:319 #, fuzzy, c-format msgid "missing %c %s" msgstr "puuttuva '{' '%':n jälkeen" -#: lib/verify.c:397 +#: lib/verify.c:433 #, fuzzy, c-format msgid "Unsatisfied dependencies for %s: " msgstr "%s-%s-%s:n tyydyttämättömät riippuvuudet:" @@ -3418,162 +3453,162 @@ msgstr "en voinut avata tiedostoa %s: " msgid "cannot open %s index\n" msgstr "virhe: en voi avata %s\n" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 #, fuzzy msgid "no dbpath has been set\n" msgstr "dbpath ei ole asetettu" -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "virhe luettaessa tietuetta %s %s:stä" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "virhe talletettaessa tietuetta %s %s:ään" -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "en voi lukea headeria %d:stä päivittäessä" -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "virhe luettaessa tietuetta %s %s:stä" -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "virhe poistettaessa tietuetta %s %s:stä" -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "virhe poistettaessa tietuetta %s %s:stä" -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "virhe luettaessa tietuetta %s %s:stä" -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "virhe talletettaessa tietuetta %s %s:ään" -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "virhe poistettaessa tietuetta %s %s:stä" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, fuzzy, c-format msgid "error(%d) allocating new package instance\n" msgstr "virhe etsittäessä pakettia %s\n" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "virhe poistettaessa tietuetta %s %s:stä" -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, fuzzy, c-format msgid "error(%d) storing record %s into %s\n" msgstr "virhe talletettaessa tietuetta %s %s:ään" -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "dbpath ei ole asetettu" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, fuzzy, c-format msgid "temporary database %s already exists\n" msgstr "väliaikainen tietokanta %s on jo olemassa" -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "virhe luotaessa hakemistoa %s: %s" -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, fuzzy, c-format msgid "creating directory %s: %s\n" msgstr "virhe luotaessa hakemistoa %s: %s" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, fuzzy, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "tietue numero %d tietokannassa viallinen -- ohitan sen" -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, fuzzy, c-format msgid "cannot add record originally at %u\n" msgstr "en voi lisätä tietuetta %d:stä" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "virhe luotaessa hakemistoa %s: %s" -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, fuzzy, c-format msgid "failed to remove directory %s: %s\n" msgstr "en voinut avata %s: %s" @@ -3629,42 +3664,42 @@ msgstr "" msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "" -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, fuzzy, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "(tuntematon tyyppi)" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "" -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, fuzzy, c-format msgid "Unterminated %c: %s\n" msgstr "en voinut avata tiedostoa %s: " -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, fuzzy, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "paketti %s ei ole %s:ssä" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 msgid "Target buffer overflow\n" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, fuzzy, c-format msgid "File %s: %s\n" msgstr "en voinut avata %s: %s" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, c-format msgid "File %s is smaller than %u bytes\n" msgstr "" diff --git a/po/fr.po b/po/fr.po index d5748ab23..bbf5a33da 100644 --- a/po/fr.po +++ b/po/fr.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: RPM 4.2.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "PO-Revision-Date: 2003-07-06 01:36+0200\n" "Last-Translator: RPM French Translation \n" "Language-Team: RPM French Translation \n" @@ -29,44 +29,44 @@ msgstr "DĂŠpendances de construction manquantes:\n" msgid "Unable to open spec file %s: %s\n" msgstr "Impossible d'ouvrir le fichier spec %s: %s\n" -#: build.c:152 build.c:164 +#: build.c:150 build.c:162 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Impossible d'ouvrir le pipe de tar: %m\n" #. Give up -#: build.c:171 +#: build.c:169 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Impossible de lire le fichier spec Ă  %s\n" -#: build.c:199 +#: build.c:197 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Impossible de renommer %s en %s: %m\n" -#: build.c:239 +#: build.c:237 #, c-format msgid "failed to stat %s: %m\n" msgstr "ĂŠchec de stat sur %s: %m\n" -#: build.c:244 +#: build.c:242 #, c-format msgid "File %s is not a regular file.\n" msgstr "Fichier %s non rĂŠgulier.\n" -#: build.c:253 +#: build.c:251 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "Le fichier %s ne semble pas ĂŞtre un fichier spec.\n" #. parse up the build operators -#: build.c:324 +#: build.c:322 #, c-format msgid "Building target platforms: %s\n" msgstr "Construction pour plate-formes cibles: %s\n" -#: build.c:339 +#: build.c:337 #, c-format msgid "Building for target %s\n" msgstr "Construction pour cible %s\n" @@ -120,7 +120,7 @@ msgstr "Options communes Ă  tous les modes de rpm:" msgid "%s: %s\n" msgstr "%s: %s\n" -#: rpmqv.c:129 lib/poptALL.c:114 +#: rpmqv.c:129 lib/poptALL.c:119 #, c-format msgid "RPM version %s\n" msgstr "RPM version %s\n" @@ -437,159 +437,159 @@ msgstr "&& et || ne sont pas supportĂŠs sur des chaĂŽnes de caractères\n" msgid "syntax error in expression\n" msgstr "erreur de syntaxe dans l'expression\n" -#: build/files.c:278 +#: build/files.c:280 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "ĂŠchec du TIMECHECK: %s\n" -#: build/files.c:343 build/files.c:543 build/files.c:739 +#: build/files.c:345 build/files.c:545 build/files.c:741 #, c-format msgid "Missing '(' in %s %s\n" msgstr "'(' manquante dans %s %s\n" -#: build/files.c:354 build/files.c:673 build/files.c:750 +#: build/files.c:356 build/files.c:675 build/files.c:752 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "')' manquante dans %s(%s\n" -#: build/files.c:392 build/files.c:698 +#: build/files.c:394 build/files.c:700 #, c-format msgid "Invalid %s token: %s\n" msgstr "Lexème %s invalide: %s\n" -#: build/files.c:502 +#: build/files.c:504 #, c-format msgid "Missing %s in %s %s\n" msgstr "%s manquant(e) dans %s\n" -#: build/files.c:559 +#: build/files.c:561 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "espace non-blanc suivant %s(): %s\n" -#: build/files.c:597 +#: build/files.c:599 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Mauvaise syntaxe: %s(%s)\n" -#: build/files.c:607 +#: build/files.c:609 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Mauvais mode spec: %s(%s)\n" -#: build/files.c:619 +#: build/files.c:621 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Mauvais dirmode spec: %s(%s)\n" -#: build/files.c:777 +#: build/files.c:779 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Mauvaise longueur de la locale: \"%.*s\" dans %%lang(%s)\n" #. @innercontinue@ -#: build/files.c:788 +#: build/files.c:790 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Deux fois la mĂŞme locale %.*s dans %%lang(%s)\n" -#: build/files.c:917 +#: build/files.c:919 #, c-format msgid "Hit limit for %%docdir\n" msgstr "Limite atteinte pour %%docdir\n" -#: build/files.c:925 +#: build/files.c:927 #, c-format msgid "Only one arg for %%docdir\n" msgstr "Un seul argument pour %%docdir\n" #. We already got a file -- error -#: build/files.c:959 +#: build/files.c:961 #, c-format msgid "Two files on one line: %s\n" msgstr "Deux fichiers sur une seule ligne: %s\n" -#: build/files.c:976 +#: build/files.c:978 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Le fichier doit commencer par \"/\": %s\n" -#: build/files.c:989 +#: build/files.c:991 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Ne peut mĂŠlanger un %%doc spĂŠcial avec d'autre formes: %s\n" -#: build/files.c:1141 +#: build/files.c:1149 #, c-format msgid "File listed twice: %s\n" msgstr "Fichier listĂŠ deux fois: %s\n" -#: build/files.c:1280 +#: build/files.c:1288 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Lien symbolique pointant sur BuildRoot: %s -> %s\n" -#: build/files.c:1520 +#: build/files.c:1535 #, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "Le fichier ne correpond pas Ă  prefix (%s): %s\n" -#: build/files.c:1544 +#: build/files.c:1559 #, c-format msgid "File not found: %s\n" msgstr "Fichier non trouvĂŠ: %s\n" -#: build/files.c:1752 +#: build/files.c:1767 #, c-format msgid "%s: public key read failed.\n" msgstr "%s: ĂŠchec de la lecture de la clĂŠ publique.\n" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "%s n'est pas une clĂŠ publique blindĂŠe.\n" -#: build/files.c:1804 +#: build/files.c:1819 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "Le fichier non prĂŠcĂŠdĂŠ d'un \"/\": %s\n" -#: build/files.c:1828 +#: build/files.c:1843 #, c-format msgid "Glob not permitted: %s\n" msgstr "Substitution non permise: %s\n" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, c-format msgid "File not found by glob: %s\n" msgstr "Fichier non trouvĂŠ par la substitution: %s\n" -#: build/files.c:1905 +#: build/files.c:1920 #, c-format msgid "Could not open %%files file %s: %s\n" msgstr "Ne peut ouvrir le fichier donnĂŠ Ă  %%files %s: %s\n" -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, c-format msgid "line: %s\n" msgstr "Ligne: %s\n" -#: build/files.c:2307 +#: build/files.c:2323 #, c-format msgid "Bad file: %s: %s\n" msgstr "Mauvais fichier: %s: %s\n" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "Mauvais possesseur/groupe: %s\n" -#: build/files.c:2363 +#: build/files.c:2379 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "VĂŠrification des fichiers non empaquetĂŠs: %s\n" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" @@ -598,7 +598,7 @@ msgstr "" "Fichier(s) installĂŠ(s) (mais non empaquetĂŠs):\n" "%s" -#: build/files.c:2414 +#: build/files.c:2430 #, c-format msgid "Processing files: %s-%s-%s\n" msgstr "Traitement des fichiers: %s-%s-%s\n" @@ -737,7 +737,7 @@ msgstr "Impossible de recharger l'entĂŞte de la signature.\n" msgid "Could not open %s: %s\n" msgstr "Impossible d'ouvrir %s: %s\n" -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, c-format msgid "Unable to write package: %s\n" msgstr "Impossible d'ĂŠcrire le paquetage: %s\n" @@ -767,7 +767,7 @@ msgstr "Impossible de lire la charge utile dans %s: %s\n" msgid "Unable to write payload to %s: %s\n" msgstr "Impossible d'ĂŠcrire la charge utile dans %s: %s\n" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "Ecrit: %s\n" @@ -1264,18 +1264,18 @@ msgstr "ne pas vĂŠrifier les dĂŠpendances de construction" msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "gĂŠnĂŠrer un(des) entĂŞte(s) compatible(s) avec l'emballage rpm[23]" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 msgid "don't verify package digest(s)" msgstr "ne pas vĂŠrifier les sommes de hachage du paquetage" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 msgid "don't verify database header(s) when retrieved" msgstr "ne pas vĂŠrifier l'entĂŞte de la base de donnĂŠes Ă  la rĂŠcupĂŠration" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 msgid "don't verify package signature(s)" msgstr "ne pas vĂŠrifier la(les) signature(s) du paquetage" @@ -1348,31 +1348,31 @@ msgstr "Mauvaise magie, blah" msgid "Bad/unreadable header" msgstr "EntĂŞte mauvais ou illisible" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "EntĂŞte trop gros" -#: lib/cpio.c:233 +#: lib/cpio.c:234 msgid "Unknown file type" msgstr "Type de fichier inconnu" -#: lib/cpio.c:234 +#: lib/cpio.c:235 msgid "Missing hard link(s)" msgstr "lien(s) dur(s) manquant(s)" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "la somme MD5 ne correspond pas" -#: lib/cpio.c:236 +#: lib/cpio.c:237 msgid "Internal error" msgstr "Erreur interne" -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "L'entĂŞte ne contient pas le fichier archive" -#: lib/cpio.c:250 +#: lib/cpio.c:251 msgid " failed - " msgstr " ĂŠchec - " @@ -1504,47 +1504,57 @@ msgstr "" msgid "file %s is on an unknown device\n" msgstr "le fichier %s est sur un pĂŠriphĂŠrique inconnu\n" -#: lib/fsm.c:350 +#: lib/fsm.c:352 #, fuzzy msgid "========== Directories not explicitly included in package:\n" msgstr "========== RĂŠpertoires non explicitement inclus dans le paquetage:\n" -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, c-format msgid "%10d %s\n" msgstr "" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, c-format +msgid "user %s does not exist - using root\n" +msgstr "utilisateur %s inexistant - utilisation de root\n" + +#: lib/fsm.c:776 +#, c-format +msgid "group %s does not exist - using root\n" +msgstr "groupe %s inexistant - utilisation de root\n" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "le rĂŠpertoire %s a ĂŠtĂŠ crĂŠĂŠ avec les permissions %04o.\n" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "l'archive %s n'ĂŠtait pas dans la liste de fichiers d'entĂŞtes\n" -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, c-format msgid "%s saved as %s\n" msgstr "%s sauvĂŠ en tant que %s\n" -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "%s ĂŠchec du rmdir sur %s : rĂŠpertoire non-vide\n" -#: lib/fsm.c:1888 +#: lib/fsm.c:1929 #, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "%s ĂŠchec du rmdir sur %s: %s\n" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, c-format msgid "%s unlink of %s failed: %s\n" msgstr "%s n'a pu dĂŠlier %s: %s\n" -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, c-format msgid "%s created as %s\n" msgstr "%s crĂŠĂŠ en tant que %s\n" @@ -1663,110 +1673,110 @@ msgstr "%s: headerRead a ĂŠchouĂŠ: %s" msgid "%s: Fread failed: %s\n" msgstr "%s: Fread a ĂŠchouĂŠ: %s\n" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "prĂŠdĂŠfinir la MACRO avec l'EXPRression" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "'MACRO EXPR'" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "definit MACRO ayant pour valeur EXPR" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 msgid "print macro expansion of EXPR" msgstr "affiche la macro-expansion d'EXPR" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "'EXPR'" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 msgid "read instead of default file(s)" msgstr "Lire au lieu du(des) fichier(s) par dĂŠfaut" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "utilisation de l'API libio(3) dĂŠsactivĂŠe" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 msgid "send stdout to CMD" msgstr "envoyer la sortie standard Ă  CMD" -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "CMD" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 msgid "use ROOT as top level directory" msgstr "utiliser RACINE comme rĂŠpertoire racine" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "RACINE" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "afficher les tags de requĂŞte connus" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "afficher la configuration finale des macros et rpmrc" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "afficher moins de dĂŠtails" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "afficher plus de dĂŠtails" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "afficher la version de rpm utilisĂŠ" -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 msgid "debug payload file state machine" msgstr "dĂŠboguer la machine Ă  ĂŠtats du fichier de la charge utile" -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 #, fuzzy msgid "use threads for file state machine" msgstr "dĂŠboguer la machine Ă  ĂŠtats du fichier de la charge utile" -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "dĂŠboguer le flux de donnĂŠes du protocole" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 msgid "debug option/argument processing" msgstr "dĂŠboguer le traitement des options/arguments" -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 msgid "debug package state machine" msgstr "dĂŠboguer la machine Ă  ĂŠtat du paquetage" -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 #, fuzzy msgid "use threads for package state machine" msgstr "dĂŠboguer la machine Ă  ĂŠtat du paquetage" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "dĂŠboguer les E/S de rpmio" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "dĂŠboguer la manipulation de cache d'URL" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "%s: table d'option mal configurĂŠe (%d)\n" @@ -1795,16 +1805,16 @@ msgstr "le roulement arrière prend comme argument une date" msgid "malformed rollback time/date stamp argument" msgstr "argument date du roulement arrière malformĂŠ" -#: lib/poptI.c:151 +#: lib/poptI.c:155 msgid "add suggested packages to transaction" msgstr "rajouter Ă  la transaction les paquetages suggĂŠrĂŠs" -#: lib/poptI.c:155 +#: lib/poptI.c:159 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" "installer tous les fichiers, meme si les configurations disent le contraire" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" @@ -1812,154 +1822,160 @@ msgstr "" "retirer tous les paquetages qui correspondent Ă  (normalement on " "retourne une erreur si le correspond Ă  plusieurs paquetages" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "utiliser la \"prĂŠsentation\" d'anaconda" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 msgid "do not execute package scriptlet(s)" msgstr "ne pas exĂŠcuter le(s) scriptlet(s) du paquetages" -#: lib/poptI.c:173 -msgid "relocate files in non-relocateable package" +#: lib/poptI.c:177 +#, fuzzy +msgid "relocate files in non-relocatable package" msgstr "reloger des fichiers d'un paquetage non relogeable" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "" "sauver les fichiers du paquetage dĂŠsinstallĂŠ en les renommant dans un sous-" "rĂŠpertoire" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "dĂŠsinstaller un paquetage" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "+" msgstr "+" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 msgid "do not install configuration files" msgstr "ne pas installer les fichiers de configuration" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "ne pas installer la documentation" -#: lib/poptI.c:187 +#: lib/poptI.c:191 msgid "skip files with leading component " msgstr "sauter les fichiers commence par le indiquĂŠ" -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "raccourci pour --replacepkgs --replacefiles" -#: lib/poptI.c:195 +#: lib/poptI.c:199 msgid "upgrade package(s) if already installed" msgstr "met Ă  jour le(s) paquetage(s) dĂŠjĂ  installĂŠ(s)" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 msgid "+" msgstr "+" -#: lib/poptI.c:198 +#: lib/poptI.c:202 msgid "print hash marks as package installs (good with -v)" msgstr "" "afficher des marqueurs au fur et Ă  mesure que le paquetage s'installe (avec -" "v c'est bien(tm))" -#: lib/poptI.c:201 +#: lib/poptI.c:205 msgid "don't verify package architecture" msgstr "ne pas vĂŠrifier l'architecture du paquetage" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "ne pas vĂŠrifier le système d'exploitation du paquetage" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "ne pas vĂŠrifier l'espace disque avant l'installation" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "installer la documentation" -#: lib/poptI.c:212 +#: lib/poptI.c:216 msgid "install package(s)" msgstr "installer le(s) paquetage(s)" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "" "mettre Ă  jour la base donnĂŠes, mais ne pas modifier le système de fichiers" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "ne pas vĂŠrifier les dĂŠpendances du paquetage" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 msgid "don't verify MD5 digest of files" msgstr "ne pas vĂŠrifier les sommes MD5 des fichiers" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +#, fuzzy +msgid "don't install file security contexts" +msgstr "ne pas installer les fichiers de configuration" + +#: lib/poptI.c:237 msgid "do not reorder package installation to satisfy dependencies" msgstr "" "ne pas rĂŠ-arranger l'ordre d'installation des paquetages pour satisfaire les " "dĂŠpendances" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "ne pas suggĂŠrer de rĂŠsolution pour les dĂŠpendances manquantes" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "ne pas exĂŠcuter le scriptlet %%pre (s'il existe)" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "ne pas exĂŠcuter le scriptlet %%post (s'il existe)" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "ne pas exĂŠcuter le scriptlet %%preun (s'il existe)" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "ne pas exĂŠcuter le scriptlet %%postun (s'il existe)" -#: lib/poptI.c:261 +#: lib/poptI.c:268 msgid "do not execute any scriptlet(s) triggered by this package" msgstr "n'exĂŠcuter aucun scriptlet trigger activĂŠ par ce paquetage" -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "n'exĂŠcuter aucun scriplet %%triggerprein" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "n'exĂŠcuter aucun scriplet %%triggerin" -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "n'exĂŠcuter aucun scriptlet %%triggerun" -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "n'exĂŠcuter aucun scriptlet %%triggerpostun" -#: lib/poptI.c:277 +#: lib/poptI.c:284 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -1967,54 +1983,54 @@ msgstr "" "mettre Ă  jour avec un paquetage plus ancien (une m-Ă -j avec --force fait ça " "automatiquement" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "afficher le pourcentage d'installation du paquetage" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "reloge le paquetage vers , si relogeable" -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "" -#: lib/poptI.c:286 +#: lib/poptI.c:293 msgid "relocate files from path to " msgstr "reloge les fichiers du chemin vers " -#: lib/poptI.c:287 +#: lib/poptI.c:294 msgid "=" msgstr "=" -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "" "sauvegarder les fichiers du paquetage dĂŠsinstallĂŠ en les rĂŠ-empaquetant" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "installer mĂŞme si le paquetage remplace des fichiers installĂŠs" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "rĂŠinstalle si le paquetage est dĂŠjĂ  installĂŠ" -#: lib/poptI.c:298 +#: lib/poptI.c:305 msgid "deinstall new, reinstall old, package(s), back to " msgstr "" "dĂŠsinstaller le(s) nouveau(x), rĂŠ-installer le(s) vieux paquetages, comme " "c'ĂŠtait le cas pour cette " -#: lib/poptI.c:299 +#: lib/poptI.c:306 msgid "" msgstr "" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "n'installe pas, mais dit si ça marcherait ou pas" -#: lib/poptI.c:304 +#: lib/poptI.c:311 msgid "upgrade package(s)" msgstr "mises Ă  jour des paquetages" @@ -2091,195 +2107,190 @@ msgstr "vĂŠrifier/demander le(s) paquetage(s) qui requier(en)t une dĂŠpendance" msgid "query/verify the package(s) which provide a dependency" msgstr "vĂŠrifier/demander le(s) paquetage(s) qui fourni(ssen)t une dĂŠpendance" -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 msgid "list all configuration files" msgstr "lister les fichiers de configuration" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 msgid "list all documentation files" msgstr "lister les fichiers documents" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 msgid "dump basic file information" msgstr "dĂŠbite les informations de base des fichiers" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 msgid "list files in package" msgstr "lister les fichiers du paquetage" -#: lib/poptQV.c:239 +#: lib/poptQV.c:243 #, c-format msgid "skip %%ghost files" msgstr "ĂŠviter les fichiers fantĂ´mes %%ghost" -#: lib/poptQV.c:243 +#: lib/poptQV.c:247 #, c-format msgid "skip %%license files" msgstr "ĂŠviter les fichiers %%license" -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, c-format msgid "skip %%readme files" msgstr "ĂŠviter les fichier %%readme" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 msgid "use the following query format" msgstr "utiliser le format de requĂŞte suivant" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 msgid "substitute i18n sections into spec file" msgstr "substituer les section i18n dans le fichier spec" -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "affiche la liste des fichiers et leur ĂŠtat" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 msgid "don't verify size of files" msgstr "ne pas vĂŠrifier la taille des fichiers" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 msgid "don't verify symlink path of files" msgstr "ne pas vĂŠrifier le chemin du lien symbolique des fichiers" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 msgid "don't verify owner of files" msgstr "ne pas vĂŠrifier le possesseur des fichiers" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 msgid "don't verify group of files" msgstr "ne pas vĂŠrifier le groupe possesseur des fichiers" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "ne pas vĂŠrifier les dates de modification des fichiers" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 msgid "don't verify mode of files" msgstr "ne pas vĂŠrifier les permissions des fichiers" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +#, fuzzy +msgid "don't verify file security contexts" +msgstr "ne pas vĂŠrifier les fichiers du paquetage" + +#: lib/poptQV.c:309 msgid "don't verify files in package" msgstr "ne pas vĂŠrifier les fichiers du paquetage" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 msgid "don't verify package dependencies" msgstr "ne pas vĂŠrifier les dĂŠpendances du paquetage" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 msgid "don't execute verify script(s)" msgstr "ne pas exĂŠcuter le(s) script(s) de vĂŠrification" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 msgid "don't verify GPG V3 DSA signature(s)" msgstr "ne pas vĂŠrifier la(les) signature(s) GPG V3 DSA" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "ne pas vĂŠrifier la(les) signature(s) PGP V3 RSA/MD5" -#: lib/poptQV.c:366 +#: lib/poptQV.c:372 msgid "sign package(s) (identical to --resign)" msgstr "signer le(s) paquetage(s) (identique Ă  --resign)" -#: lib/poptQV.c:368 +#: lib/poptQV.c:374 msgid "verify package signature(s)" msgstr "vĂŠrifier la(les) signature(s) du paquetage" -#: lib/poptQV.c:370 +#: lib/poptQV.c:376 msgid "import an armored public key" msgstr "importer une clĂŠ publique blindĂŠ" -#: lib/poptQV.c:372 +#: lib/poptQV.c:378 msgid "sign package(s) (identical to --addsign)" msgstr "signer le(s) paquetage(s) (identique Ă  --addsign)" -#: lib/poptQV.c:374 +#: lib/poptQV.c:380 msgid "generate signature" msgstr "gĂŠnĂŠration de signature" -#: lib/psm.c:269 +#: lib/psm.c:268 msgid "source package expected, binary found\n" msgstr "paquetage source attendu, paquetage binaire trouvĂŠ\n" -#: lib/psm.c:394 +#: lib/psm.c:386 msgid "source package contains no .spec file\n" msgstr "le paquetage source ne contient pas de fichier .spec\n" -#: lib/psm.c:480 +#: lib/psm.c:472 #, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "" -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "%s: %s(%s-%s-%s) redondance ignorĂŠe \"%s\".\n" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "%s: %s(%s-%s-%s) dĂŠbut du scriplet %ssynchrone\n" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "" -#: lib/psm.c:756 +#: lib/psm.c:751 #, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "%s(%s-%s-%s) ĂŠchec du scriptlet, waitpid(%d) rc %d: %s\n" -#: lib/psm.c:762 +#: lib/psm.c:757 #, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "%s(%s-%s-%s) ĂŠchec du scriplet, code de sortie %d\n" -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "%s: %s avait %d fichiers, test = %d\n" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "%s: ĂŠchec du scriptlet %s (%d), on saute %s\n" -#: lib/psm.c:1439 +#: lib/psm.c:1432 msgid "Unable to reload signature header\n" msgstr "Impossible de recharger l'entĂŞte de signature\n" -#: lib/psm.c:1485 -#, c-format -msgid "user %s does not exist - using root\n" -msgstr "utilisateur %s inexistant - utilisation de root\n" - -#: lib/psm.c:1494 -#, c-format -msgid "group %s does not exist - using root\n" -msgstr "groupe %s inexistant - utilisation de root\n" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "ĂŠchec du dĂŠballage de l'archive %s%s: %s\n" -#: lib/psm.c:1547 +#: lib/psm.c:1511 msgid " on file " msgstr " dans fichier " -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, c-format msgid "%s failed on file %s: %s\n" msgstr "ĂŠchec de %s sur le fichier %s: %s\n" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, c-format msgid "%s failed: %s\n" msgstr "ĂŠchec %s: %s\n" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, c-format msgid "incorrect format: %s\n" msgstr "format incorrect: %s\n" @@ -2327,8 +2338,8 @@ msgid "package has neither file owner or id lists\n" msgstr "" "le paquetage n'a ni la liste des id ni celle des possesseurs de fichiers\n" -#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, c-format msgid "open of %s failed: %s\n" @@ -2344,7 +2355,7 @@ msgid "old format source packages cannot be queried\n" msgstr "" "les vieux formats de paquetage source ne peuvent ĂŞtre sujet aux requĂŞtes\n" -#: lib/query.c:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "%s: n'est pas un paquetage rpm (ni une list de paquetages): %s\n" @@ -2413,16 +2424,16 @@ msgstr "numĂŠro d'article de paquetage: %u\n" msgid "record %u could not be read\n" msgstr "impossible de lire l'article %u\n" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, c-format msgid "package %s is not installed\n" msgstr "le paquetage %s n'est pas installĂŠ\n" -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 msgid "(added files)" msgstr "(fichiers ajoutĂŠs)" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 msgid "(added provide)" msgstr "(fourniture ajoutĂŠe)" @@ -2548,36 +2559,36 @@ msgstr "" msgid "package %s has unsatisfied %s: %s\n" msgstr "le paquetage %s a un(e) %s non-satisfaites: %s\n" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "%s ignorĂŠ Ă  cause du drapeau missingok\n" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 msgid "========== relocations\n" msgstr "========== relogements\n" -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, c-format msgid "%5d exclude %s\n" msgstr "%5d exclus %s\n" -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, c-format msgid "%5d relocate %s -> %s\n" msgstr "%5d reloge %s -> %s\n" -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, c-format msgid "excluding %s %s\n" msgstr "exclusion de %s %s\n" -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, c-format msgid "relocating %s to %s\n" msgstr "relogement de %s vers %s\n" -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, c-format msgid "relocating directory %s to %s\n" msgstr "relogement du rĂŠpertoire %s vers %s\n" @@ -2606,87 +2617,87 @@ msgstr "Mise Ă  jour..." msgid "Upgrading packages..." msgstr "Mise Ă  jour des paquetages..." -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, c-format msgid "Adding goal: %s\n" msgstr "Nouveau but: %s\n" -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, c-format msgid "Retrieving %s\n" msgstr "RĂŠcupĂŠration de %s\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:422 +#: lib/rpminstall.c:436 #, c-format msgid " ... as %s\n" msgstr " ... en tant que %s\n" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "%s ignorĂŠ - ĂŠchec du tĂŠlĂŠchargement - %s\n" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, c-format msgid "%s cannot be installed\n" msgstr "%s ne peut ĂŞtre installĂŠ\n" -#: lib/rpminstall.c:523 -#, c-format -msgid "package %s is not relocateable\n" +#: lib/rpminstall.c:537 +#, fuzzy, c-format +msgid "package %s is not relocatable\n" msgstr "le paquetage %s n'est pas relogeable\n" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" msgstr "erreur en lisant %s\n" -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "le fichier %s demande une version plus rĂŠcente de RPM\n" -#: lib/rpminstall.c:623 +#: lib/rpminstall.c:637 #, c-format msgid "found %d source and %d binary packages\n" msgstr "%d paquetage(s) source(s) et %d paquetage(s) binaire(s) trouvĂŠ(s)\n" -#: lib/rpminstall.c:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 msgid "Failed dependencies:\n" msgstr "DĂŠpendances requises:\n" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr " RĂŠsolutions suggĂŠrĂŠes:\n" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 msgid "installing binary packages\n" msgstr "installation des paquetages binaires\n" -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, c-format msgid "cannot open file %s: %s\n" msgstr "ne peut ouvrir le fichier %s: %s\n" -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" spĂŠcifie plusieurs paquetages\n" -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, c-format msgid "cannot open %s: %s\n" msgstr "impossible d'ouvrir %s: %s\n" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, c-format msgid "Installing %s\n" msgstr "Installation de %s\n" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "" @@ -2762,8 +2773,8 @@ msgid "package %s is already installed" msgstr "paquetage %s dĂŠjĂ  installĂŠ" #: lib/rpmps.c:223 -#, c-format -msgid "path %s in package %s is not relocateable" +#, fuzzy, c-format +msgid "path %s in package %s is not relocatable" msgstr "le chemin %s du paquetage %s n'est pas relogeable" #: lib/rpmps.c:228 @@ -2917,50 +2928,75 @@ msgstr "Impossible de lire %s, HOME trop gros.\n" msgid "Unable to open %s for reading: %s.\n" msgstr "Impossible d'ouvrir %s en lecture: %s.\n" -#: lib/rpmts.c:162 +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + +#: lib/rpmts.c:163 #, c-format msgid "cannot open Packages database in %s\n" msgstr "impossible d'ouvrir la base de donnĂŠes Package dans %s\n" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, c-format msgid "extra '(' in package label: %s\n" msgstr "'(' supplĂŠmentaire dans le label du paquetage: %s\n" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, c-format msgid "missing '(' in package label: %s\n" msgstr "'(' manquante dans le label du paquetage: %s\n" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, c-format msgid "missing ')' in package label: %s\n" msgstr "')' manquante dans le label du paquetage: %s\n" -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, c-format msgid "cannot open Solve database in %s\n" msgstr "Impossible d'ouvrir la base de donnĂŠes Solve dans %s\n" -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, c-format msgid "Adding: %s\n" msgstr "Ajout de: %s\n" -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, c-format msgid "Suggesting: %s\n" msgstr "Suggestion: %s\n" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 msgid "mounted filesystems:\n" msgstr "systèmes de fichiers montĂŠs:\n" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr "" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "%5d 0x%04x %5u %12ld %12ld %s\n" @@ -3167,12 +3203,12 @@ msgstr "calcul de %d empreintes de fichier\n" msgid "computing file dispositions\n" msgstr "calcul de la disposition des fichiers\n" -#: lib/verify.c:288 +#: lib/verify.c:319 #, c-format msgid "missing %c %s" msgstr "manquant %c %s" -#: lib/verify.c:397 +#: lib/verify.c:433 #, c-format msgid "Unsatisfied dependencies for %s: " msgstr "dĂŠpendances non satisfaites pour %s: " @@ -3374,166 +3410,166 @@ msgstr "ne peut ouvrir l'index %s en utilisant db%d - %s (%d)\n" msgid "cannot open %s index\n" msgstr "ne peut ouvrir l'index %s\n" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 msgid "no dbpath has been set\n" msgstr "aucun dbpath n'a ĂŠtĂŠ fourni\n" -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "erreur(%d) en attrapant les articles \"%s\" de l'index %s\n" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 msgid "miFreeHeader: skipping" msgstr "miFreeHeader: on saute" -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "erreur(%d) en stockant l'article nÂş%d dans %s\n" -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 msgid "rpmdbNextIterator: skipping" msgstr "rpmdbNextIterator: on saute" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "rpmdb: l'entĂŞte nÂş%u endommagĂŠ a ĂŠtĂŠ tĂŠlĂŠchargĂŠ -- ignorĂŠ.\n" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "%s: impossible de lire l'entĂŞte Ă  0x%x\n" -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "" "erreur(%d) en affectant l'article de l'entĂŞte nÂş%d pour l'enlèvement de %s\n" -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "enlèvement \"%s\" Ă  l'index %s.\n" -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, c-format msgid "removing %d entries from %s index.\n" msgstr "enlèvement de %d entrĂŠes Ă  l'index %s.\n" -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "erreur(%d) en affectant les articles \"%s\" de l'index %s\n" -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "erreur(%d) en stockant l'article \"%s\" dans %s\n" -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "erreur(%d) en enlevant l'article \"%s\" de %s\n" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "erreur en allouant une nouvelle instance de paquetage\n" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 msgid "rpmdbAdd: skipping" msgstr "rpmdbAdd: on saute" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "rajout de \"%s\" Ă  l'index %s.\n" -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, c-format msgid "adding %d entries to %s index.\n" msgstr "rajout de %d entrĂŠes Ă  l'index %s.\n" -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "erreur(%d) en stockant l'article %s dans %s\n" -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "enlèvement de %s après la reconstruction rĂŠussie en db3.\n" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "aucun dbpath fourni" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, c-format msgid "rebuilding database %s into %s\n" msgstr "reconstruction de la base de donnĂŠes de %s en %s\n" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, c-format msgid "temporary database %s already exists\n" msgstr "la base de donnĂŠes temporarire %s existe dĂŠjĂ \n" -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, c-format msgid "creating directory %s\n" msgstr "crĂŠation du rĂŠpertoire %s\n" -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, c-format msgid "creating directory %s: %s\n" msgstr "crĂŠation du rĂŠpertoire %s: %s\n" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, c-format msgid "opening old database with dbapi %d\n" msgstr "ouverture d'une vieille base de donnĂŠes avec dbapi %d\n" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, c-format msgid "opening new database with dbapi %d\n" msgstr "ouverture d'une nouvelle base de donnĂŠes avec dbapi %d\n" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "l'entĂŞte nÂş%u dans la base de donnĂŠes n'est pas bon -- ignorĂŠ.\n" -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, c-format msgid "cannot add record originally at %u\n" msgstr "impossible d'ajouter l'article qui ĂŠtait au dĂŠpart Ă  %u\n" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 msgid "failed to rebuild database: original database remains in place\n" msgstr "" "Ne peut reconstruire la base de donnĂŠes: la base originale reste telle " "qu'elle est\n" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "Ne peut remplacer la vieille base de donnĂŠes par la nouvelle!\n" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" "remplacer les fichiers dans %s avec les fichiers de %s pour faire une " "rĂŠcupĂŠration" -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, c-format msgid "removing directory %s\n" msgstr "destruction du rĂŠpertoire %s\n" -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "Ne peut dĂŠtruire le rĂŠpertoire %s: %s\n" @@ -3589,42 +3625,42 @@ msgstr "La macro %%%s a un nom illĂŠgal (%%undefine)\n" msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "La macro %%%s (%s) n'est plus utilisĂŠe en dessous du niveau %d\n" -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "Option inconnue %c dans %s(%s)\n" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "Profondeur de rĂŠcursion(%d) plus grande que le max(%d)\n" -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, c-format msgid "Unterminated %c: %s\n" msgstr "%c non terminĂŠ: %s\n" -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "Un % est suivi d'une macro in-analysable\n" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "Macro %%%.*s non trouvĂŠ, ignorĂŠ\n" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 msgid "Target buffer overflow\n" msgstr "Tampon cible en surcharge\n" #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, c-format msgid "File %s: %s\n" msgstr "Fichier %s: %s\n" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, c-format msgid "File %s is smaller than %u bytes\n" msgstr "Le fichier %s est plus petit que %u octets\n" diff --git a/po/gl.po b/po/gl.po index aebec471b..82fa6a0fc 100644 --- a/po/gl.po +++ b/po/gl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "PO-Revision-Date: 2001-01-13 22:31+0100\n" "Last-Translator: Jesús Bravo Álvarez \n" "Language-Team: Galician \n" @@ -19,44 +19,44 @@ msgstr "" msgid "Unable to open spec file %s: %s\n" msgstr "" -#: build.c:152 build.c:164 +#: build.c:150 build.c:162 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "" #. Give up -#: build.c:171 +#: build.c:169 #, c-format msgid "Failed to read spec file from %s\n" msgstr "" -#: build.c:199 +#: build.c:197 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "" -#: build.c:239 +#: build.c:237 #, c-format msgid "failed to stat %s: %m\n" msgstr "" -#: build.c:244 +#: build.c:242 #, c-format msgid "File %s is not a regular file.\n" msgstr "" -#: build.c:253 +#: build.c:251 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "" #. parse up the build operators -#: build.c:324 +#: build.c:322 #, c-format msgid "Building target platforms: %s\n" msgstr "" -#: build.c:339 +#: build.c:337 #, c-format msgid "Building for target %s\n" msgstr "" @@ -108,7 +108,7 @@ msgstr "" msgid "%s: %s\n" msgstr "" -#: rpmqv.c:129 lib/poptALL.c:114 +#: rpmqv.c:129 lib/poptALL.c:119 #, c-format msgid "RPM version %s\n" msgstr "" @@ -404,166 +404,166 @@ msgstr "" msgid "syntax error in expression\n" msgstr "" -#: build/files.c:278 +#: build/files.c:280 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "" -#: build/files.c:343 build/files.c:543 build/files.c:739 +#: build/files.c:345 build/files.c:545 build/files.c:741 #, c-format msgid "Missing '(' in %s %s\n" msgstr "" -#: build/files.c:354 build/files.c:673 build/files.c:750 +#: build/files.c:356 build/files.c:675 build/files.c:752 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "" -#: build/files.c:392 build/files.c:698 +#: build/files.c:394 build/files.c:700 #, c-format msgid "Invalid %s token: %s\n" msgstr "" -#: build/files.c:502 +#: build/files.c:504 #, c-format msgid "Missing %s in %s %s\n" msgstr "" -#: build/files.c:559 +#: build/files.c:561 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "" -#: build/files.c:597 +#: build/files.c:599 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "" -#: build/files.c:607 +#: build/files.c:609 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "" -#: build/files.c:619 +#: build/files.c:621 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "" -#: build/files.c:777 +#: build/files.c:779 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "" #. @innercontinue@ -#: build/files.c:788 +#: build/files.c:790 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "" -#: build/files.c:917 +#: build/files.c:919 #, c-format msgid "Hit limit for %%docdir\n" msgstr "" -#: build/files.c:925 +#: build/files.c:927 #, c-format msgid "Only one arg for %%docdir\n" msgstr "" #. We already got a file -- error -#: build/files.c:959 +#: build/files.c:961 #, c-format msgid "Two files on one line: %s\n" msgstr "" -#: build/files.c:976 +#: build/files.c:978 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "" -#: build/files.c:989 +#: build/files.c:991 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "" -#: build/files.c:1141 +#: build/files.c:1149 #, c-format msgid "File listed twice: %s\n" msgstr "" -#: build/files.c:1280 +#: build/files.c:1288 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "" -#: build/files.c:1520 +#: build/files.c:1535 #, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "" -#: build/files.c:1544 +#: build/files.c:1559 #, c-format msgid "File not found: %s\n" msgstr "" -#: build/files.c:1752 +#: build/files.c:1767 #, c-format msgid "%s: public key read failed.\n" msgstr "" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1804 +#: build/files.c:1819 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "" -#: build/files.c:1828 +#: build/files.c:1843 #, c-format msgid "Glob not permitted: %s\n" msgstr "" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, c-format msgid "File not found by glob: %s\n" msgstr "" -#: build/files.c:1905 +#: build/files.c:1920 #, c-format msgid "Could not open %%files file %s: %s\n" msgstr "" -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, c-format msgid "line: %s\n" msgstr "" -#: build/files.c:2307 +#: build/files.c:2323 #, c-format msgid "Bad file: %s: %s\n" msgstr "" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "" -#: build/files.c:2363 +#: build/files.c:2379 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2414 +#: build/files.c:2430 #, c-format msgid "Processing files: %s-%s-%s\n" msgstr "" @@ -702,7 +702,7 @@ msgstr "" msgid "Could not open %s: %s\n" msgstr "" -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, c-format msgid "Unable to write package: %s\n" msgstr "" @@ -732,7 +732,7 @@ msgstr "" msgid "Unable to write payload to %s: %s\n" msgstr "" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "" @@ -1212,18 +1212,18 @@ msgstr "" msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 msgid "don't verify package digest(s)" msgstr "" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 msgid "don't verify database header(s) when retrieved" msgstr "" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 msgid "don't verify package signature(s)" msgstr "" @@ -1293,31 +1293,31 @@ msgstr "" msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "" -#: lib/cpio.c:233 +#: lib/cpio.c:234 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:234 +#: lib/cpio.c:235 msgid "Missing hard link(s)" msgstr "" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:236 +#: lib/cpio.c:237 msgid "Internal error" msgstr "" -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "" -#: lib/cpio.c:250 +#: lib/cpio.c:251 msgid " failed - " msgstr "" @@ -1446,46 +1446,56 @@ msgstr "" msgid "file %s is on an unknown device\n" msgstr "" -#: lib/fsm.c:350 +#: lib/fsm.c:352 msgid "========== Directories not explicitly included in package:\n" msgstr "" -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, c-format msgid "%10d %s\n" msgstr "" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, c-format +msgid "user %s does not exist - using root\n" +msgstr "" + +#: lib/fsm.c:776 +#, c-format +msgid "group %s does not exist - using root\n" +msgstr "" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "" -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, c-format msgid "%s saved as %s\n" msgstr "" -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "" -#: lib/fsm.c:1888 +#: lib/fsm.c:1929 #, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, c-format msgid "%s unlink of %s failed: %s\n" msgstr "" -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, c-format msgid "%s created as %s\n" msgstr "" @@ -1601,108 +1611,108 @@ msgstr "" msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 msgid "print macro expansion of EXPR" msgstr "" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 msgid "read instead of default file(s)" msgstr "" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 msgid "send stdout to CMD" msgstr "" -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 msgid "use ROOT as top level directory" msgstr "" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "" -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 msgid "debug payload file state machine" msgstr "" -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 msgid "use threads for file state machine" msgstr "" -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 msgid "debug option/argument processing" msgstr "" -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 msgid "debug package state machine" msgstr "" -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 msgid "use threads for package state machine" msgstr "" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "" @@ -1731,211 +1741,215 @@ msgstr "" msgid "malformed rollback time/date stamp argument" msgstr "" -#: lib/poptI.c:151 +#: lib/poptI.c:155 msgid "add suggested packages to transaction" msgstr "" -#: lib/poptI.c:155 +#: lib/poptI.c:159 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" msgstr "" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 msgid "do not execute package scriptlet(s)" msgstr "" -#: lib/poptI.c:173 -msgid "relocate files in non-relocateable package" +#: lib/poptI.c:177 +msgid "relocate files in non-relocatable package" msgstr "" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "+" msgstr "" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 msgid "do not install configuration files" msgstr "" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "" -#: lib/poptI.c:187 +#: lib/poptI.c:191 msgid "skip files with leading component " msgstr "" -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "" -#: lib/poptI.c:195 +#: lib/poptI.c:199 msgid "upgrade package(s) if already installed" msgstr "" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 msgid "+" msgstr "" -#: lib/poptI.c:198 +#: lib/poptI.c:202 msgid "print hash marks as package installs (good with -v)" msgstr "" -#: lib/poptI.c:201 +#: lib/poptI.c:205 msgid "don't verify package architecture" msgstr "" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "" -#: lib/poptI.c:212 +#: lib/poptI.c:216 msgid "install package(s)" msgstr "" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 msgid "don't verify MD5 digest of files" msgstr "" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +msgid "don't install file security contexts" +msgstr "" + +#: lib/poptI.c:237 msgid "do not reorder package installation to satisfy dependencies" msgstr "" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "" -#: lib/poptI.c:261 +#: lib/poptI.c:268 msgid "do not execute any scriptlet(s) triggered by this package" msgstr "" -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "" -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "" -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "" -#: lib/poptI.c:277 +#: lib/poptI.c:284 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" msgstr "" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "" -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "" -#: lib/poptI.c:286 +#: lib/poptI.c:293 msgid "relocate files from path to " msgstr "" -#: lib/poptI.c:287 +#: lib/poptI.c:294 msgid "=" msgstr "" -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "" -#: lib/poptI.c:298 +#: lib/poptI.c:305 msgid "deinstall new, reinstall old, package(s), back to " msgstr "" -#: lib/poptI.c:299 +#: lib/poptI.c:306 msgid "" msgstr "" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "" -#: lib/poptI.c:304 +#: lib/poptI.c:311 msgid "upgrade package(s)" msgstr "" @@ -2007,195 +2021,189 @@ msgstr "" msgid "query/verify the package(s) which provide a dependency" msgstr "" -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 msgid "list all configuration files" msgstr "" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 msgid "list all documentation files" msgstr "" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 msgid "dump basic file information" msgstr "" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 msgid "list files in package" msgstr "" -#: lib/poptQV.c:239 -#, c-format -msgid "skip %%ghost files" -msgstr "" - #: lib/poptQV.c:243 #, c-format +msgid "skip %%ghost files" +msgstr "" + +#: lib/poptQV.c:247 +#, c-format msgid "skip %%license files" msgstr "" -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, c-format msgid "skip %%readme files" msgstr "" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 msgid "use the following query format" msgstr "" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 msgid "substitute i18n sections into spec file" msgstr "" -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 msgid "don't verify size of files" msgstr "" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 msgid "don't verify symlink path of files" msgstr "" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 msgid "don't verify owner of files" msgstr "" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 msgid "don't verify group of files" msgstr "" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 msgid "don't verify mode of files" msgstr "" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +msgid "don't verify file security contexts" +msgstr "" + +#: lib/poptQV.c:309 msgid "don't verify files in package" msgstr "" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 msgid "don't verify package dependencies" msgstr "" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 msgid "don't execute verify script(s)" msgstr "" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 msgid "don't verify GPG V3 DSA signature(s)" msgstr "" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "" -#: lib/poptQV.c:366 +#: lib/poptQV.c:372 msgid "sign package(s) (identical to --resign)" msgstr "" -#: lib/poptQV.c:368 +#: lib/poptQV.c:374 msgid "verify package signature(s)" msgstr "" -#: lib/poptQV.c:370 +#: lib/poptQV.c:376 msgid "import an armored public key" msgstr "" -#: lib/poptQV.c:372 +#: lib/poptQV.c:378 msgid "sign package(s) (identical to --addsign)" msgstr "" -#: lib/poptQV.c:374 +#: lib/poptQV.c:380 msgid "generate signature" msgstr "" -#: lib/psm.c:269 +#: lib/psm.c:268 msgid "source package expected, binary found\n" msgstr "" -#: lib/psm.c:394 +#: lib/psm.c:386 msgid "source package contains no .spec file\n" msgstr "" -#: lib/psm.c:480 +#: lib/psm.c:472 #, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "" -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "" -#: lib/psm.c:756 +#: lib/psm.c:751 #, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "" -#: lib/psm.c:762 +#: lib/psm.c:757 #, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "" -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "" -#: lib/psm.c:1439 +#: lib/psm.c:1432 msgid "Unable to reload signature header\n" msgstr "" -#: lib/psm.c:1485 -#, c-format -msgid "user %s does not exist - using root\n" -msgstr "" - -#: lib/psm.c:1494 -#, c-format -msgid "group %s does not exist - using root\n" -msgstr "" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "" -#: lib/psm.c:1547 +#: lib/psm.c:1511 msgid " on file " msgstr "" -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, c-format msgid "%s failed on file %s: %s\n" msgstr "" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, c-format msgid "%s failed: %s\n" msgstr "" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, c-format msgid "incorrect format: %s\n" msgstr "" @@ -2242,8 +2250,8 @@ msgstr "" msgid "package has neither file owner or id lists\n" msgstr "" -#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, c-format msgid "open of %s failed: %s\n" @@ -2258,7 +2266,7 @@ msgstr "" msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "" @@ -2327,16 +2335,16 @@ msgstr "" msgid "record %u could not be read\n" msgstr "" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, c-format msgid "package %s is not installed\n" msgstr "" -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 msgid "(added files)" msgstr "" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 msgid "(added provide)" msgstr "" @@ -2459,36 +2467,36 @@ msgstr "" msgid "package %s has unsatisfied %s: %s\n" msgstr "" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 msgid "========== relocations\n" msgstr "" -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, c-format msgid "%5d exclude %s\n" msgstr "" -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, c-format msgid "%5d relocate %s -> %s\n" msgstr "" -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, c-format msgid "excluding %s %s\n" msgstr "" -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, c-format msgid "relocating directory %s to %s\n" msgstr "" @@ -2517,87 +2525,87 @@ msgstr "" msgid "Upgrading packages..." msgstr "" -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, c-format msgid "Adding goal: %s\n" msgstr "" -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, c-format msgid "Retrieving %s\n" msgstr "" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:422 +#: lib/rpminstall.c:436 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:523 +#: lib/rpminstall.c:537 #, c-format -msgid "package %s is not relocateable\n" +msgid "package %s is not relocatable\n" msgstr "" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:623 +#: lib/rpminstall.c:637 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 msgid "Failed dependencies:\n" msgstr "" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr "" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 msgid "installing binary packages\n" msgstr "" -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, c-format msgid "cannot open %s: %s\n" msgstr "" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, c-format msgid "Installing %s\n" msgstr "" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "" @@ -2665,7 +2673,7 @@ msgstr "" #: lib/rpmps.c:223 #, c-format -msgid "path %s in package %s is not relocateable" +msgid "path %s in package %s is not relocatable" msgstr "" #: lib/rpmps.c:228 @@ -2812,50 +2820,75 @@ msgstr "" msgid "Unable to open %s for reading: %s.\n" msgstr "" -#: lib/rpmts.c:162 +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + +#: lib/rpmts.c:163 #, c-format msgid "cannot open Packages database in %s\n" msgstr "" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, c-format msgid "extra '(' in package label: %s\n" msgstr "" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, c-format msgid "missing '(' in package label: %s\n" msgstr "" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, c-format msgid "missing ')' in package label: %s\n" msgstr "" -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, c-format msgid "cannot open Solve database in %s\n" msgstr "" -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, c-format msgid "Adding: %s\n" msgstr "" -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, c-format msgid "Suggesting: %s\n" msgstr "" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 msgid "mounted filesystems:\n" msgstr "" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr "" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "" @@ -3058,12 +3091,12 @@ msgstr "" msgid "computing file dispositions\n" msgstr "" -#: lib/verify.c:288 +#: lib/verify.c:319 #, c-format msgid "missing %c %s" msgstr "" -#: lib/verify.c:397 +#: lib/verify.c:433 #, c-format msgid "Unsatisfied dependencies for %s: " msgstr "" @@ -3261,161 +3294,161 @@ msgstr "" msgid "cannot open %s index\n" msgstr "" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 msgid "no dbpath has been set\n" msgstr "" -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "" -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "" -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "" -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "" -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, c-format msgid "temporary database %s already exists\n" msgstr "" -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, c-format msgid "creating directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, c-format msgid "creating directory %s: %s\n" msgstr "" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, c-format msgid "cannot add record originally at %u\n" msgstr "" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, c-format msgid "removing directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" @@ -3471,42 +3504,42 @@ msgstr "" msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "" -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "" -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, c-format msgid "Unterminated %c: %s\n" msgstr "" -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 msgid "Target buffer overflow\n" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, c-format msgid "File %s: %s\n" msgstr "" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, c-format msgid "File %s is smaller than %u bytes\n" msgstr "" diff --git a/po/is.po b/po/is.po index 140e79aa5..7468ca43b 100644 --- a/po/is.po +++ b/po/is.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "PO-Revision-Date: 2001-07-12 13:25+0000\n" "Last-Translator: Richard Allen \n" "Language-Team: is \n" @@ -20,44 +20,44 @@ msgstr "gat ekki msgid "Unable to open spec file %s: %s\n" msgstr "Get ekki opnađ spec skrána %s: %s\n" -#: build.c:152 build.c:164 +#: build.c:150 build.c:162 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Gat ekki opnađ pípu í tar: %m\n" #. Give up -#: build.c:171 +#: build.c:169 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Gat ekki lesiđ spec skrá frá %s\n" -#: build.c:199 +#: build.c:197 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Gat ekki endurnefnt %s sem %s: %m\n" -#: build.c:239 +#: build.c:237 #, c-format msgid "failed to stat %s: %m\n" msgstr "gat ekki skođađ %s: %m\n" -#: build.c:244 +#: build.c:242 #, c-format msgid "File %s is not a regular file.\n" msgstr "Skráin %s er ekki venjuleg skrá.\n" -#: build.c:253 +#: build.c:251 #, 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:324 +#: build.c:322 #, c-format msgid "Building target platforms: %s\n" msgstr "Ţýđi fyrir markkerfi: %s\n" -#: build.c:339 +#: build.c:337 #, c-format msgid "Building for target %s\n" msgstr "Ţýđi fyrir markkerfi %s\n" @@ -109,7 +109,7 @@ msgstr "" msgid "%s: %s\n" msgstr "%s: %s\n" -#: rpmqv.c:129 lib/poptALL.c:114 +#: rpmqv.c:129 lib/poptALL.c:119 #, c-format msgid "RPM version %s\n" msgstr "RPM útgáfa %s\n" @@ -407,166 +407,166 @@ msgstr "" msgid "syntax error in expression\n" msgstr "" -#: build/files.c:278 +#: build/files.c:280 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "" -#: build/files.c:343 build/files.c:543 build/files.c:739 +#: build/files.c:345 build/files.c:545 build/files.c:741 #, c-format msgid "Missing '(' in %s %s\n" msgstr "vantar '(' í %s %s\n" -#: build/files.c:354 build/files.c:673 build/files.c:750 +#: build/files.c:356 build/files.c:675 build/files.c:752 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "vantar ')' í %s %s\n" -#: build/files.c:392 build/files.c:698 +#: build/files.c:394 build/files.c:700 #, c-format msgid "Invalid %s token: %s\n" msgstr "Ógilt %s tákn: %s\n" -#: build/files.c:502 +#: build/files.c:504 #, fuzzy, c-format msgid "Missing %s in %s %s\n" msgstr "vantar '(' í %s %s\n" -#: build/files.c:559 +#: build/files.c:561 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "" -#: build/files.c:597 +#: build/files.c:599 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "" -#: build/files.c:607 +#: build/files.c:609 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "" -#: build/files.c:619 +#: build/files.c:621 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "" -#: build/files.c:777 +#: build/files.c:779 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "" #. @innercontinue@ -#: build/files.c:788 +#: build/files.c:790 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "" -#: build/files.c:917 +#: build/files.c:919 #, c-format msgid "Hit limit for %%docdir\n" msgstr "" -#: build/files.c:925 +#: build/files.c:927 #, c-format msgid "Only one arg for %%docdir\n" msgstr "" #. We already got a file -- error -#: build/files.c:959 +#: build/files.c:961 #, c-format msgid "Two files on one line: %s\n" msgstr "Tvćr skrár á einni línu: %s\n" -#: build/files.c:976 +#: build/files.c:978 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "" -#: build/files.c:989 +#: build/files.c:991 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "" -#: build/files.c:1141 +#: build/files.c:1149 #, c-format msgid "File listed twice: %s\n" msgstr "Skráin er tvítekin: %s\n" -#: build/files.c:1280 +#: build/files.c:1288 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "" -#: build/files.c:1520 +#: build/files.c:1535 #, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "" -#: build/files.c:1544 +#: build/files.c:1559 #, c-format msgid "File not found: %s\n" msgstr "Skráin fannst ekki: %s\n" -#: build/files.c:1752 +#: build/files.c:1767 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: Fseek brást: %s\n" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1804 +#: build/files.c:1819 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "" -#: build/files.c:1828 +#: build/files.c:1843 #, fuzzy, c-format msgid "Glob not permitted: %s\n" msgstr "Gat ekki opnađ PreUn skrá: %s\n" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, c-format msgid "File not found by glob: %s\n" msgstr "Skráin fannst ekki međ 'glob': %s\n" -#: build/files.c:1905 +#: build/files.c:1920 #, c-format msgid "Could not open %%files file %s: %s\n" msgstr "Gat ekki opnađ %%files skrána %s: %s\n" -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, c-format msgid "line: %s\n" msgstr "lína: %s\n" -#: build/files.c:2307 +#: build/files.c:2323 #, c-format msgid "Bad file: %s: %s\n" msgstr "Ógild skrá %s: %s\n" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "" -#: build/files.c:2363 +#: build/files.c:2379 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2414 +#: build/files.c:2430 #, c-format msgid "Processing files: %s-%s-%s\n" msgstr "" @@ -709,7 +709,7 @@ msgstr "Get ekki lesi msgid "Could not open %s: %s\n" msgstr "" -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, c-format msgid "Unable to write package: %s\n" msgstr "Get ekki ritađ í pakka: %s\n" @@ -739,7 +739,7 @@ msgstr "Get ekki lesi msgid "Unable to write payload to %s: %s\n" msgstr "Get ekki ritađ innihald í %s: %s\n" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "Skrifađi: %s\n" @@ -1220,20 +1220,20 @@ msgstr "ekki sko msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 #, fuzzy msgid "don't verify package digest(s)" msgstr "ekki skođa pakkaskilyrđin" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 #, fuzzy msgid "don't verify database header(s) when retrieved" msgstr "ekki skođa pakkaskilyrđin" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 #, fuzzy msgid "don't verify package signature(s)" msgstr "ekki skođa pakkaskilyrđin" @@ -1304,31 +1304,31 @@ msgstr "" msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "" -#: lib/cpio.c:233 +#: lib/cpio.c:234 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:234 +#: lib/cpio.c:235 msgid "Missing hard link(s)" msgstr "Harđar tengingar vantar" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:236 +#: lib/cpio.c:237 msgid "Internal error" msgstr "" -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "" -#: lib/cpio.c:250 +#: lib/cpio.c:251 msgid " failed - " msgstr "" @@ -1459,46 +1459,56 @@ msgstr "Skr msgid "file %s is on an unknown device\n" msgstr "" -#: lib/fsm.c:350 +#: lib/fsm.c:352 msgid "========== Directories not explicitly included in package:\n" msgstr "" -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, fuzzy, c-format msgid "%10d %s\n" msgstr "%9d %s\n" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, c-format +msgid "user %s does not exist - using root\n" +msgstr "" + +#: lib/fsm.c:776 +#, c-format +msgid "group %s does not exist - using root\n" +msgstr "" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "" -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, c-format msgid "%s saved as %s\n" msgstr "%s vistađ sem %s\n" -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "" -#: lib/fsm.c:1888 +#: lib/fsm.c:1929 #, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "%s rmdir %s brást: %s\n" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, c-format msgid "%s unlink of %s failed: %s\n" msgstr "%s gat ekki eytt %s: %s\n" -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, c-format msgid "%s created as %s\n" msgstr "%s búiđ til sem %s\n" @@ -1614,110 +1624,110 @@ msgstr "%s: Fseek br msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 #, fuzzy msgid "print macro expansion of EXPR" msgstr "prenta útvíkkun fjölva +" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 msgid "read instead of default file(s)" msgstr "" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 #, fuzzy msgid "send stdout to CMD" msgstr "senda frálag í " -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 msgid "use ROOT as top level directory" msgstr "" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "sýna endanlega rpmrc og stillingar fjölva" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "prenta útgáfunúmer rpm sem veriđ er ađ nota" -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 msgid "debug payload file state machine" msgstr "" -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 msgid "use threads for file state machine" msgstr "" -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 msgid "debug option/argument processing" msgstr "" -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 msgid "debug package state machine" msgstr "" -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 msgid "use threads for package state machine" msgstr "" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "" @@ -1746,214 +1756,219 @@ msgstr "" msgid "malformed rollback time/date stamp argument" msgstr "" -#: lib/poptI.c:151 +#: lib/poptI.c:155 #, fuzzy msgid "add suggested packages to transaction" msgstr "fyrirspurn/yfirferđ á pakkann sam á skrá" -#: lib/poptI.c:155 +#: lib/poptI.c:159 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" msgstr "" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 msgid "do not execute package scriptlet(s)" msgstr "" -#: lib/poptI.c:173 -msgid "relocate files in non-relocateable package" +#: lib/poptI.c:177 +msgid "relocate files in non-relocatable package" msgstr "" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "+" msgstr "+" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 #, fuzzy msgid "do not install configuration files" msgstr "birta einungis stillingaskrár (innifelur -l)" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "" -#: lib/poptI.c:187 +#: lib/poptI.c:191 msgid "skip files with leading component " msgstr "" -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "" -#: lib/poptI.c:195 +#: lib/poptI.c:199 msgid "upgrade package(s) if already installed" msgstr "" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 msgid "+" msgstr "+" -#: lib/poptI.c:198 +#: lib/poptI.c:202 msgid "print hash marks as package installs (good with -v)" msgstr "" -#: lib/poptI.c:201 +#: lib/poptI.c:205 msgid "don't verify package architecture" msgstr "" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "" -#: lib/poptI.c:212 +#: lib/poptI.c:216 #, fuzzy msgid "install package(s)" msgstr "setja inn pakka" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 msgid "don't verify MD5 digest of files" msgstr "ekki yfirfara MD5 undirritun skráa" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +#, fuzzy +msgid "don't install file security contexts" +msgstr "birta einungis stillingaskrár (innifelur -l)" + +#: lib/poptI.c:237 msgid "do not reorder package installation to satisfy dependencies" msgstr "" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "" -#: lib/poptI.c:261 +#: lib/poptI.c:268 msgid "do not execute any scriptlet(s) triggered by this package" msgstr "" -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "" -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "" -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "" -#: lib/poptI.c:277 +#: lib/poptI.c:284 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" msgstr "" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "" -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "" -#: lib/poptI.c:286 +#: lib/poptI.c:293 msgid "relocate files from path to " msgstr "" -#: lib/poptI.c:287 +#: lib/poptI.c:294 msgid "=" msgstr "=" -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "" -#: lib/poptI.c:298 +#: lib/poptI.c:305 msgid "deinstall new, reinstall old, package(s), back to " msgstr "" -#: lib/poptI.c:299 +#: lib/poptI.c:306 msgid "" msgstr "" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "" -#: lib/poptI.c:304 +#: lib/poptI.c:311 msgid "upgrade package(s)" msgstr "uppfćra pakka" @@ -2031,199 +2046,194 @@ msgstr "fyrirspurn/yfirfer msgid "query/verify the package(s) which provide a dependency" msgstr "fyrirspurn/yfirferđ á pakkana sem uppfylla ţarfir annara pakka" -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 msgid "list all configuration files" msgstr "" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 msgid "list all documentation files" msgstr "" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 msgid "dump basic file information" msgstr "" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 msgid "list files in package" msgstr "" -#: lib/poptQV.c:239 -#, c-format -msgid "skip %%ghost files" -msgstr "" - #: lib/poptQV.c:243 #, c-format +msgid "skip %%ghost files" +msgstr "" + +#: lib/poptQV.c:247 +#, c-format msgid "skip %%license files" msgstr "" -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, c-format msgid "skip %%readme files" msgstr "" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 msgid "use the following query format" msgstr "" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 msgid "substitute i18n sections into spec file" msgstr "" -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 msgid "don't verify size of files" msgstr "ekki yfirfara stćrđ skráa" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 msgid "don't verify symlink path of files" msgstr "ekki yfirfara symlink slóđ skráa" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 msgid "don't verify owner of files" msgstr "ekki yfirfara eiganda skráa" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 msgid "don't verify group of files" msgstr "ekki yfirfara hop skráa" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 msgid "don't verify mode of files" msgstr "ekki yfirfara heimildir skráa" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +#, fuzzy +msgid "don't verify file security contexts" +msgstr "ekki yfirfara skrárnar í pakkanum" + +#: lib/poptQV.c:309 msgid "don't verify files in package" msgstr "ekki yfirfara skrárnar í pakkanum" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 msgid "don't verify package dependencies" msgstr "ekki skođa pakkaskilyrđin" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 msgid "don't execute verify script(s)" msgstr "" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 #, fuzzy msgid "don't verify GPG V3 DSA signature(s)" msgstr "ekki yfirfara SHA1 undirritunina" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 #, fuzzy msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "ekki yfirfara MD5 undirritun skráa" -#: lib/poptQV.c:366 +#: lib/poptQV.c:372 msgid "sign package(s) (identical to --resign)" msgstr "" -#: lib/poptQV.c:368 +#: lib/poptQV.c:374 #, fuzzy msgid "verify package signature(s)" msgstr "búa til undirskrift" -#: lib/poptQV.c:370 +#: lib/poptQV.c:376 msgid "import an armored public key" msgstr "" -#: lib/poptQV.c:372 +#: lib/poptQV.c:378 msgid "sign package(s) (identical to --addsign)" msgstr "" -#: lib/poptQV.c:374 +#: lib/poptQV.c:380 msgid "generate signature" msgstr "búa til undirskrift" -#: lib/psm.c:269 +#: lib/psm.c:268 msgid "source package expected, binary found\n" msgstr "" -#: lib/psm.c:394 +#: lib/psm.c:386 msgid "source package contains no .spec file\n" msgstr "pakkinn inniheldur enga .spec skrá\n" -#: lib/psm.c:480 +#: lib/psm.c:472 #, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "" -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "" -#: lib/psm.c:756 +#: lib/psm.c:751 #, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "" -#: lib/psm.c:762 +#: lib/psm.c:757 #, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "" -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "" -#: lib/psm.c:1439 +#: lib/psm.c:1432 #, fuzzy msgid "Unable to reload signature header\n" msgstr "Get ekki lesiđ haus úr %s: %s\n" -#: lib/psm.c:1485 -#, c-format -msgid "user %s does not exist - using root\n" -msgstr "" - -#: lib/psm.c:1494 -#, c-format -msgid "group %s does not exist - using root\n" -msgstr "" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "" -#: lib/psm.c:1547 +#: lib/psm.c:1511 msgid " on file " msgstr "" -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, fuzzy, c-format msgid "%s failed on file %s: %s\n" msgstr "gat ekki opnađ %s: %s\n" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, fuzzy, c-format msgid "%s failed: %s\n" msgstr "%s brást\n" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, c-format msgid "incorrect format: %s\n" msgstr "" @@ -2270,8 +2280,8 @@ msgstr "" msgid "package has neither file owner or id lists\n" msgstr "" -#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, c-format msgid "open of %s failed: %s\n" @@ -2286,7 +2296,7 @@ msgstr "" msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, fuzzy, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "get ekki opnađ pakka gagnagrunn í\n" @@ -2355,16 +2365,16 @@ msgstr "" msgid "record %u could not be read\n" msgstr "" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, c-format msgid "package %s is not installed\n" msgstr "" -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 msgid "(added files)" msgstr "" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 msgid "(added provide)" msgstr "" @@ -2487,36 +2497,36 @@ msgstr "" msgid "package %s has unsatisfied %s: %s\n" msgstr "get ekki opnađ pakka gagnagrunn í\n" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 msgid "========== relocations\n" msgstr "" -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, fuzzy, c-format msgid "%5d exclude %s\n" msgstr "%5d fćra %s -> %s\n" -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, c-format msgid "%5d relocate %s -> %s\n" msgstr "%5d fćra %s -> %s\n" -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, fuzzy, c-format msgid "excluding %s %s\n" msgstr "lína %d: %s\n" -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, fuzzy, c-format msgid "relocating %s to %s\n" msgstr "%5d fćra %s -> %s\n" -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, fuzzy, c-format msgid "relocating directory %s to %s\n" msgstr "%5d fćra %s -> %s\n" @@ -2546,88 +2556,88 @@ msgstr "" msgid "Upgrading packages..." msgstr "uppfćra pakka" -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, fuzzy, c-format msgid "Adding goal: %s\n" msgstr "Skrá %s: %s\n" -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, c-format msgid "Retrieving %s\n" msgstr "" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:422 +#: lib/rpminstall.c:436 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:523 -#, c-format -msgid "package %s is not relocateable\n" -msgstr "" +#: lib/rpminstall.c:537 +#, fuzzy, c-format +msgid "package %s is not relocatable\n" +msgstr "Skráin %s er ekki venjuleg skrá.\n" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:623 +#: lib/rpminstall.c:637 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 #, fuzzy msgid "Failed dependencies:\n" msgstr "gat ekki útbúiđ pakkaskilyrđi:\n" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr "" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 msgid "installing binary packages\n" msgstr "" -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, c-format msgid "cannot open %s: %s\n" msgstr "" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, c-format msgid "Installing %s\n" msgstr "" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "" @@ -2695,7 +2705,7 @@ msgstr "" #: lib/rpmps.c:223 #, c-format -msgid "path %s in package %s is not relocateable" +msgid "path %s in package %s is not relocatable" msgstr "" #: lib/rpmps.c:228 @@ -2842,50 +2852,75 @@ msgstr "" msgid "Unable to open %s for reading: %s.\n" msgstr "Get ekki opnađ %s til lesturs: %s.\n" -#: lib/rpmts.c:162 +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + +#: lib/rpmts.c:163 #, c-format msgid "cannot open Packages database in %s\n" msgstr "get ekki opnađ pakka gagnagrunn í %s\n" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, c-format msgid "extra '(' in package label: %s\n" msgstr "" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, fuzzy, c-format msgid "missing '(' in package label: %s\n" msgstr "vantar '(' í %s %s\n" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, fuzzy, c-format msgid "missing ')' in package label: %s\n" msgstr "vantar '(' í %s %s\n" -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, fuzzy, c-format msgid "cannot open Solve database in %s\n" msgstr "get ekki opnađ pakka gagnagrunn í %s\n" -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, fuzzy, c-format msgid "Adding: %s\n" msgstr "lína: %s\n" -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, c-format msgid "Suggesting: %s\n" msgstr "" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 msgid "mounted filesystems:\n" msgstr "" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr "" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "" @@ -3089,12 +3124,12 @@ msgstr "" msgid "computing file dispositions\n" msgstr "" -#: lib/verify.c:288 +#: lib/verify.c:319 #, fuzzy, c-format msgid "missing %c %s" msgstr "vantar %s" -#: lib/verify.c:397 +#: lib/verify.c:433 #, fuzzy, c-format msgid "Unsatisfied dependencies for %s: " msgstr "Óuppfyllt pakkaskilyrđi fyrir %s-%s-%s: " @@ -3292,161 +3327,161 @@ msgstr "get ekki opna msgid "cannot open %s index\n" msgstr "get ekki opnađ %s index\n" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 msgid "no dbpath has been set\n" msgstr "" -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "" -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "" -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "" -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "" -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, c-format msgid "temporary database %s already exists\n" msgstr "" -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, c-format msgid "creating directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, c-format msgid "creating directory %s: %s\n" msgstr "" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, c-format msgid "cannot add record originally at %u\n" msgstr "" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, c-format msgid "removing directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" @@ -3502,42 +3537,42 @@ msgstr "" msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "" -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "Óţekkt viđfang %c í %s(%s)\n" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "" -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, c-format msgid "Unterminated %c: %s\n" msgstr "" -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "Fjölvi %%%.*s fannst ekki. Sleppi\n" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 msgid "Target buffer overflow\n" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, c-format msgid "File %s: %s\n" msgstr "Skrá %s: %s\n" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, c-format msgid "File %s is smaller than %u bytes\n" msgstr "Skráin %s er minni en %u bćti\n" diff --git a/po/ja.po b/po/ja.po index 77a08ff4d..50e16bdcd 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "PO-Revision-Date: 1999-12-01 22:49 +JST\n" "Last-Translator: Kanda Mitsuru \n" "Language-Team: JRPM \n" @@ -25,44 +25,44 @@ msgstr " msgid "Unable to open spec file %s: %s\n" msgstr "spec ĽŐĽĄĽ¤Ľë¤ňĽŞĄźĽ×Ľó¤Ç¤­¤Ţ¤ť¤ó: %s\n" -#: build.c:152 build.c:164 +#: build.c:150 build.c:162 #, fuzzy, c-format msgid "Failed to open tar pipe: %m\n" msgstr "tar ĽŃĽ¤Ľ×¤ÎĽŞĄźĽ×Ľó¤ËźşÇÔ: %s\n" #. Give up -#: build.c:171 +#: build.c:169 #, fuzzy, c-format msgid "Failed to read spec file from %s\n" msgstr "%s ¤Ť¤é spec ĽŐĽĄĽ¤Ľë¤ÎĆɤߚţ¤ß¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż\n" -#: build.c:199 +#: build.c:197 #, fuzzy, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "%s ¤ň %s ¤Ë¤š¤ëĚžÁ°¤ÎĘŃšš¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż: %s\n" -#: build.c:239 +#: build.c:237 #, fuzzy, c-format msgid "failed to stat %s: %m\n" msgstr "stat %s ¤ËźşÇÔ: %s" -#: build.c:244 +#: build.c:242 #, fuzzy, c-format msgid "File %s is not a regular file.\n" msgstr "ÉáÄ̤μռĄĽ¤Ľë¤Ç¤Ď¤˘¤ę¤Ţ¤ť¤ó: %s\n" -#: build.c:253 +#: build.c:251 #, fuzzy, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "ĽŐĽĄĽ¤Ľë %s ¤Ď ĽšĽÚĽĂĽŻĽŐĽĄĽ¤Ľë¤Ç¤Ď¤Ę¤¤¤č¤Ś¤Ç¤šĄŁ\n" #. parse up the build operators -#: build.c:324 +#: build.c:322 #, c-format msgid "Building target platforms: %s\n" msgstr "şîŔŽĂ漿ĄźĽ˛ĽĂĽČĽ×ĽéĽĂĽČĽŐĽŠĄźĽŕ: %s\n" -#: build.c:339 +#: build.c:337 #, fuzzy, c-format msgid "Building for target %s\n" msgstr "ĽżĄźĽ˛ĽĂĽČ %s ÍѤ˺îŔŽĂć\n" @@ -117,7 +117,7 @@ msgstr "" msgid "%s: %s\n" msgstr "ĽŐĽĄĽ¤Ľë %s: %s\n" -#: rpmqv.c:129 lib/poptALL.c:114 +#: rpmqv.c:129 lib/poptALL.c:119 #, c-format msgid "RPM version %s\n" msgstr "RPM ĽĐĄźĽ¸ĽçĽó %s\n" @@ -449,166 +449,166 @@ msgstr "&& msgid "syntax error in expression\n" msgstr "ź°Ăć¤Çʸ˥Ľ¨ĽéĄź" -#: build/files.c:278 +#: build/files.c:280 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "TIMECHECK źşÇÔ: %s\n" -#: build/files.c:343 build/files.c:543 build/files.c:739 +#: build/files.c:345 build/files.c:545 build/files.c:741 #, fuzzy, c-format msgid "Missing '(' in %s %s\n" msgstr "%s %s ¤Ç '('¤Ź¸Ť¤Ä¤Ť¤ę¤Ţ¤ť¤ó" -#: build/files.c:354 build/files.c:673 build/files.c:750 +#: build/files.c:356 build/files.c:675 build/files.c:752 #, fuzzy, c-format msgid "Missing ')' in %s(%s\n" msgstr "')' ¤Ź¤˘¤ę¤Ţ¤ť¤ó %s(%s " -#: build/files.c:392 build/files.c:698 +#: build/files.c:394 build/files.c:700 #, fuzzy, c-format msgid "Invalid %s token: %s\n" msgstr "Ěľ¸ú¤Ę %s ¤ÎĽČĄźĽŻĽó: %s" -#: build/files.c:502 +#: build/files.c:504 #, fuzzy, c-format msgid "Missing %s in %s %s\n" msgstr "%s %s ¤Ç '('¤Ź¸Ť¤Ä¤Ť¤ę¤Ţ¤ť¤ó" -#: build/files.c:559 +#: build/files.c:561 #, fuzzy, c-format msgid "Non-white space follows %s(): %s\n" msgstr "%s() ¤ËÂł¤ŻśőÇň¤Ź¤˘¤ę¤Ţ¤ť¤ó: %s" -#: build/files.c:597 +#: build/files.c:599 #, fuzzy, c-format msgid "Bad syntax: %s(%s)\n" msgstr "ÉÔŔľ¤Ęʸ˥: %s(%s)" -#: build/files.c:607 +#: build/files.c:609 #, fuzzy, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "ÉÔŔľ¤ĘĽâĄźĽÉĽšĽÚĽĂĽŻ: %s(%s)" -#: build/files.c:619 +#: build/files.c:621 #, fuzzy, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "ÉÔŔľ¤ĘĽÇĽŁĽěĽŻĽČĽęĽâĄźĽÉĽšĽÚĽĂĽŻ: %s(%s)" -#: build/files.c:777 +#: build/files.c:779 #, fuzzy, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "°Űžď¤ĘĽíĽŤĄźĽëÄš: \"%.*s\" %%lang(%s)" #. @innercontinue@ -#: build/files.c:788 +#: build/files.c:790 #, fuzzy, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "ĘŁżô¤ÎĽíĽŤĄźĽë %.*s %%lang(%s)" -#: build/files.c:917 +#: build/files.c:919 #, fuzzy, c-format msgid "Hit limit for %%docdir\n" msgstr "%%docdir ¤Î¸ÂłŚ¤ËĂŁ¤ˇ¤Ţ¤ˇ¤ż" -#: build/files.c:925 +#: build/files.c:927 #, fuzzy, c-format msgid "Only one arg for %%docdir\n" msgstr "%%docdir ¤Î°úżô¤Ď1¤Ä¤Î¤ß¤Ç¤š" #. We already got a file -- error -#: build/files.c:959 +#: build/files.c:961 #, fuzzy, c-format msgid "Two files on one line: %s\n" msgstr "1šÔ¤Ë2¤Ä¤ÎĽŐĽĄĽ¤Ľë: %s" -#: build/files.c:976 +#: build/files.c:978 #, fuzzy, c-format msgid "File must begin with \"/\": %s\n" msgstr "ĽŐĽĄĽ¤Ľë¤Ď \"/\" ¤Ť¤éťĎ¤Ţ¤é¤Ę¤ą¤ě¤Đ¤Ę¤ę¤Ţ¤ť¤ó: %s" -#: build/files.c:989 +#: build/files.c:991 #, fuzzy, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "ž¤ÎĽŐĽŠĄźĽŕ¤ÇĆĂĘĚ¤Ę %%doc ¤ňşŽ¤ź¤ë¤ł¤Č¤Ď¤Ç¤­¤Ţ¤ť¤ó: %s" -#: build/files.c:1141 +#: build/files.c:1149 #, fuzzy, c-format msgid "File listed twice: %s\n" msgstr "ĽŐĽĄĽ¤Ľë¤Ź2˛óÉ˝ľ­¤ľ¤ě¤Ć¤¤¤Ţ¤š: %s" -#: build/files.c:1280 +#: build/files.c:1288 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "" -#: build/files.c:1520 +#: build/files.c:1535 #, fuzzy, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "ĽŐĽĄĽ¤Ľë¤Ď prefix (%s) ¤Č°ěĂפˇ¤Ţ¤ť¤ó: %s" -#: build/files.c:1544 +#: build/files.c:1559 #, fuzzy, c-format msgid "File not found: %s\n" msgstr "ĽŐĽĄĽ¤Ľë¤Ź¸Ť¤Ä¤Ť¤ę¤Ţ¤ť¤ó: %s" -#: build/files.c:1752 +#: build/files.c:1767 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: readLead ¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż\n" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1804 +#: build/files.c:1819 #, fuzzy, c-format msgid "File needs leading \"/\": %s\n" msgstr "ĽŐĽĄĽ¤Ľë¤ĎŔčĆŹ¤Ë \"/\" ¤ŹÉŹÍפǤš: %s" -#: build/files.c:1828 +#: build/files.c:1843 #, fuzzy, c-format msgid "Glob not permitted: %s\n" msgstr "%d šÔĚÜ: ĽĐĄźĽ¸ĽçĽó¤Ďľö˛Ä¤ľ¤ě¤Ć¤¤¤Ţ¤ť¤ó: %s" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, fuzzy, c-format msgid "File not found by glob: %s\n" msgstr "ĽŐĽĄĽ¤Ľë¤Ź¸Ť¤Ä¤Ť¤ę¤Ţ¤ť¤ó(by glob): %s" -#: build/files.c:1905 +#: build/files.c:1920 #, fuzzy, c-format msgid "Could not open %%files file %s: %s\n" msgstr "%%files ¤ňĽŞĄźĽ×Ľó¤Ç¤­¤Ţ¤ť¤ó: %s" -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, fuzzy, c-format msgid "line: %s\n" msgstr "šÔĚÜ: %s" -#: build/files.c:2307 +#: build/files.c:2323 #, fuzzy, c-format msgid "Bad file: %s: %s\n" msgstr "ĽŐĽĄĽ¤Ľë %s: %s\n" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "ÉÔŔľ¤Ę˝ęÍ­źÔ/Ľ°ĽëĄźĽ×: %s\n" -#: build/files.c:2363 +#: build/files.c:2379 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "ĽŃĽĂĽąĄźĽ¸ %s ¤ÎĂľş÷Ăć\n" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2414 +#: build/files.c:2430 #, fuzzy, c-format msgid "Processing files: %s-%s-%s\n" msgstr "ĽŐĽĄĽ¤Ľë¤Î˝čÍýĂć: %s-%s-%s\n" @@ -752,7 +752,7 @@ msgstr " msgid "Could not open %s: %s\n" msgstr "%s ¤ÎĽŞĄźĽ×Ľó¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż\n" -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, fuzzy, c-format msgid "Unable to write package: %s\n" msgstr "ĽŃĽĂĽąĄźĽ¸¤Î˝ń¤­šţ¤ß¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż: %s" @@ -782,7 +782,7 @@ msgstr " msgid "Unable to write payload to %s: %s\n" msgstr "ĽŃĽĂĽąĄźĽ¸¤Î˝ń¤­šţ¤ß¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż: %s" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "˝ń¤­šţ¤ßĂć: %s\n" @@ -1280,20 +1280,20 @@ msgstr " msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 #, fuzzy msgid "don't verify package digest(s)" msgstr "ĽŃĽĂĽąĄźĽ¸¤Î°Í¸´Řˇ¸¤Î¸ĄžÚ¤ň¤ˇ¤Ţ¤ť¤ó" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 #, fuzzy msgid "don't verify database header(s) when retrieved" msgstr "ĽŃĽĂĽąĄźĽ¸¤ÎÂОݼ˘ĄźĽ­ĽĆĽŻĽÁĽă¤Î¸ĄžÚ¤ň¤ˇ¤Ţ¤ť¤ó" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 #, fuzzy msgid "don't verify package signature(s)" msgstr "˝đĚž¤Î¸ĄžÚ¤ň¤ˇ¤Ţ¤š" @@ -1369,34 +1369,34 @@ msgstr " msgid "Bad/unreadable header" msgstr "ÉÔŔľ¤Ę/ÉÔ˛ÄĆɤʼؼüŔ" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "ĽŘĽĂĽŔĽľĽ¤Ľş¤ŹÂ礭¤š¤Ž¤Ţ¤š" -#: lib/cpio.c:233 +#: lib/cpio.c:234 #, fuzzy msgid "Unknown file type" msgstr "ÉÔĚŔ¤ĘĽŐĽĄĽ¤ĽëĽżĽ¤Ľ×" -#: lib/cpio.c:234 +#: lib/cpio.c:235 #, fuzzy msgid "Missing hard link(s)" msgstr "ĽĎĄźĽÉĽęĽóĽŻ¤Ź¸Ť¤Ä¤Ť¤ę¤Ţ¤ť¤ó" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:236 +#: lib/cpio.c:237 #, fuzzy msgid "Internal error" msgstr "ĆâÉôĽ¨ĽéĄź" -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "" -#: lib/cpio.c:250 +#: lib/cpio.c:251 #, fuzzy msgid " failed - " msgstr "źşÇÔ - " @@ -1534,46 +1534,56 @@ msgstr " msgid "file %s is on an unknown device\n" msgstr "ĽŐĽĄĽ¤Ľë %s ¤ĎÉÔĚŔ¤ĘĽÇĽĐĽ¤Ľš¤Ç¤š" -#: lib/fsm.c:350 +#: lib/fsm.c:352 msgid "========== Directories not explicitly included in package:\n" msgstr "" -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, fuzzy, c-format msgid "%10d %s\n" msgstr "%d šÔĚÜ: %s" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, fuzzy, c-format +msgid "user %s does not exist - using root\n" +msgstr "ĽćĄźĽś %s ¤Ď¸şß¤ˇ¤Ţ¤ť¤ó - root ¤ňťČÍѤˇ¤Ţ¤š" + +#: lib/fsm.c:776 +#, fuzzy, c-format +msgid "group %s does not exist - using root\n" +msgstr "Ľ°ĽëĄźĽ× %s ¤Ď¸şß¤ˇ¤Ţ¤ť¤ó - root ¤ňťČÍѤˇ¤Ţ¤š" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "" -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, fuzzy, c-format msgid "%s saved as %s\n" msgstr "ˇŮšđ: %s ¤Ď %s ¤Č¤ˇ¤ĆĘݸ¤ľ¤ě¤Ţ¤š" -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, fuzzy, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "%s ¤ňşď˝ü¤Ç¤­¤Ţ¤ť¤ó - ĽÇĽŁĽěĽŻĽČĽę¤Źśő¤Ç¤˘¤ę¤Ţ¤ť¤ó" -#: lib/fsm.c:1888 +#: lib/fsm.c:1929 #, fuzzy, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "%s ¤Î rmdir ¤ËźşÇÔ: %s" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, fuzzy, c-format msgid "%s unlink of %s failed: %s\n" msgstr "%s ¤ÎĽŞĄźĽ×Ľó¤ËźşÇÔ: %s\n" -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, fuzzy, c-format msgid "%s created as %s\n" msgstr "ˇŮšđ: %s ¤Ď %s ¤Č¤ˇ¤ĆşîŔŽ¤ľ¤ě¤Ţ¤š" @@ -1693,116 +1703,116 @@ msgstr "%s: readLead msgid "%s: Fread failed: %s\n" msgstr "%s: Fread ¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż: %s\n" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 #, fuzzy msgid "print macro expansion of EXPR" msgstr "ťČÍѤˇ¤Ć¤¤¤ë rpm ¤ÎĽĐĄźĽ¸ĽçĽó¤ňÉ˝ź¨¤ˇ¤Ţ¤š" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 msgid "read instead of default file(s)" msgstr "" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 #, fuzzy msgid "send stdout to CMD" msgstr "ɸ˝ŕ˝ĐÎϤň ¤ŘĽŃĽ¤Ľ×¤ˇ¤Ţ¤š" -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 #, fuzzy msgid "use ROOT as top level directory" msgstr "ĽČĽĂĽ×ĽÇĽŁĽěĽŻĽČĽę¤Č¤ˇ¤Ć ¤ňťČÍѤˇ¤Ţ¤š" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "ťČÍѤˇ¤Ć¤¤¤ë rpm ¤ÎĽĐĄźĽ¸ĽçĽó¤ňÉ˝ź¨¤ˇ¤Ţ¤š" -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 #, fuzzy msgid "debug payload file state machine" msgstr "ÉÔŔľ¤ĘĽŐĽĄĽ¤Ľë¤ÎžőÂÖ: %s" -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 #, fuzzy msgid "use threads for file state machine" msgstr "ÉÔŔľ¤ĘĽŐĽĄĽ¤Ľë¤ÎžőÂÖ: %s" -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 #, fuzzy msgid "debug option/argument processing" msgstr "°úżô˝čÍý(%d)¤Ç¤ÎĆâÉôĽ¨ĽéĄź :-(\n" -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 #, fuzzy msgid "debug package state machine" msgstr "ÉÔŔľ¤ĘĽŐĽĄĽ¤Ľë¤ÎžőÂÖ: %s" -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 #, fuzzy msgid "use threads for package state machine" msgstr "ÉÔŔľ¤ĘĽŐĽĄĽ¤Ľë¤ÎžőÂÖ: %s" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "" @@ -1832,16 +1842,16 @@ msgstr "" msgid "malformed rollback time/date stamp argument" msgstr "" -#: lib/poptI.c:151 +#: lib/poptI.c:155 #, fuzzy msgid "add suggested packages to transaction" msgstr "Ľ°ĽëĄźĽ×Ăć¤ÎĽŃĽĂĽąĄźĽ¸¤Ë¤Ä¤¤¤ĆĚ䤤šç¤ď¤ť¤Ţ¤š\n" -#: lib/poptI.c:155 +#: lib/poptI.c:159 msgid "install all files, even configurations which might otherwise be skipped" msgstr "ŔßÄę¤ňĽšĽ­ĽĂĽ×¤ˇĄ˘Á´ĽŐĽĄĽ¤Ľë¤ňĽ¤ĽóĽšĽČĄźĽë¤ˇ¤Ţ¤š" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" @@ -1849,163 +1859,168 @@ msgstr "" " ¤Č°ěĂפš¤ëĽŃĽĂĽąĄźĽ¸Á´¤Ć¤ňşď˝ü¤ˇ¤Ţ¤š(°ěČĚ\n" "\t\t\t ĹŞ¤ËĘŁżô¤ÎĽŃĽĂĽąĄźĽ¸¤ňťŘÄꤚ¤ë¤ČĽ¨ĽéĄź¤Ë¤Ę¤ę¤Ţ¤š)" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 #, fuzzy msgid "do not execute package scriptlet(s)" msgstr "ĽŃĽĂĽąĄźĽ¸ťŘÄę¤ÎĽšĽŻĽęĽ×ĽČ¤ňźÂšÔ¤ˇ¤Ţ¤ť¤ó" -#: lib/poptI.c:173 +#: lib/poptI.c:177 #, fuzzy -msgid "relocate files in non-relocateable package" +msgid "relocate files in non-relocatable package" msgstr "ĽŃĽš %s ¤ĎşĆÇŰĂ֤Ǥ­¤Ţ¤ť¤ó(ĽŃĽĂĽąĄźĽ¸ %s-%s-%s ¤ËÂФˇ¤Ć)" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "ĽŃĽĂĽąĄźĽ¸¤ňşď˝ü(Ľ˘ĽóĽ¤ĽóĽšĽČĄźĽë)¤ˇ¤Ţ¤š" -#: lib/poptI.c:179 +#: lib/poptI.c:183 #, fuzzy msgid "+" msgstr "%d ¸Ä¤ÎĽŃĽĂĽąĄźĽ¸¤ň¸Ť¤Ä¤ą¤Ţ¤ˇ¤ż\n" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 #, fuzzy msgid "do not install configuration files" msgstr "Á´¤Ć¤ÎŔßÄęĽŐĽĄĽ¤Ľë¤ňÎóľó¤ˇ¤Ţ¤š" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "ĽÉĽ­ĽĺĽáĽóĽČ¤ňĽ¤ĽóĽšĽČĄźĽë¤ˇ¤Ţ¤ť¤ó" -#: lib/poptI.c:187 +#: lib/poptI.c:191 #, fuzzy msgid "skip files with leading component " msgstr "ĽŃĽš Ăć¤ÎĽŐĽĄĽ¤Ľë¤ňĽšĽ­ĽĂĽ×¤ˇ¤Ţ¤š" -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "--replacepkgs ¤Č --replacefiles ¤ňĂť˝Ě¤ˇ¤ż¤â¤Î" -#: lib/poptI.c:195 +#: lib/poptI.c:199 #, fuzzy msgid "upgrade package(s) if already installed" msgstr "ĽŃĽĂĽąĄźĽ¸ %s-%s-%s ¤Ď¤š¤Ç¤ËĽ¤ĽóĽšĽČĄźĽë¤ľ¤ě¤Ć¤¤¤Ţ¤š" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 #, fuzzy msgid "+" msgstr "ĽŃĽĂĽąĄźĽ¸ĽŐĽĄĽ¤Ľë¤Ë¤Ä¤¤¤ĆĚ䤤šç¤ď¤ť¤Ţ¤š" -#: lib/poptI.c:198 +#: lib/poptI.c:202 msgid "print hash marks as package installs (good with -v)" msgstr "Ľ¤ĽóĽšĽČĄźĽë¤š¤ëşÝ¤Ë '#' ¤ÇÉ˝ź¨¤ˇ¤Ţ¤š(-v ¤ňťČÍѤš¤ë¤ČÎɤ¤)" -#: lib/poptI.c:201 +#: lib/poptI.c:205 msgid "don't verify package architecture" msgstr "ĽŃĽĂĽąĄźĽ¸¤ÎÂОݼ˘ĄźĽ­ĽĆĽŻĽÁĽă¤Î¸ĄžÚ¤ň¤ˇ¤Ţ¤ť¤ó" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "ĽŃĽĂĽąĄźĽ¸ÂĐžÝOS¤Î¸ĄžÚ¤ň¤ˇ¤Ţ¤ť¤ó" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "Ľ¤ĽóĽšĽČĄźĽëÁ°¤ËĽÇĽŁĽšĽŻ¤ÎÍĆÎĚĽÁĽ§ĽĂĽŻ¤ň¤ˇ¤Ţ¤ť¤ó" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "ĽÉĽ­ĽĺĽáĽóĽČ¤ňĽ¤ĽóĽšĽČĄźĽë¤ˇ¤Ţ¤š" -#: lib/poptI.c:212 +#: lib/poptI.c:216 #, fuzzy msgid "install package(s)" msgstr "ĽŃĽĂĽąĄźĽ¸¤ňĽ¤ĽóĽšĽČĄźĽë¤ˇ¤Ţ¤š" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "" "ĽÇĄźĽżĽŮĄźĽš¤ňššżˇ¤ˇ¤Ţ¤š¤ŹĄ˘\n" "ĽŐĽĄĽ¤ĽëĽˇĽšĽĆĽŕ¤ÎĘŃšš¤ˇ¤Ţ¤ť¤ó" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "ĽŃĽĂĽąĄźĽ¸¤Î°Í¸´Řˇ¸¤Î¸ĄžÚ¤ň¤ˇ¤Ţ¤ť¤ó" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 #, fuzzy msgid "don't verify MD5 digest of files" msgstr "ĽŃĽĂĽąĄźĽ¸Ăć¤ÎĽŐĽĄĽ¤Ľë¤Î¸ĄžÚ¤ň¤ˇ¤Ţ¤ť¤ó" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +#, fuzzy +msgid "don't install file security contexts" +msgstr "Á´¤Ć¤ÎŔßÄęĽŐĽĄĽ¤Ľë¤ňÎóľó¤ˇ¤Ţ¤š" + +#: lib/poptI.c:237 msgid "do not reorder package installation to satisfy dependencies" msgstr "" "°Í¸Ŕ­¤ňËţ¤ż¤š¤ż¤á¤ÎĽŃĽĂĽąĄźĽ¸¤Î\n" "Ľ¤ĽóĽšĽČĄźĽë¤ňÍ׾ᤡ¤Ţ¤ť¤ó" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, fuzzy, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "¤É¤ÎĂĘłŹ¤âźÂšÔ¤ˇ¤Ţ¤ť¤ó" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, fuzzy, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "¤É¤ÎĂĘłŹ¤âźÂšÔ¤ˇ¤Ţ¤ť¤ó" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, fuzzy, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "¤É¤ÎĂĘłŹ¤âźÂšÔ¤ˇ¤Ţ¤ť¤ó" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, fuzzy, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "¤É¤ÎĂĘłŹ¤âźÂšÔ¤ˇ¤Ţ¤ť¤ó" -#: lib/poptI.c:261 +#: lib/poptI.c:268 #, fuzzy msgid "do not execute any scriptlet(s) triggered by this package" msgstr "" "¤ł¤ÎĽŃĽĂĽąĄźĽ¸¤Ë¤č¤Ă¤ĆĽČĽęĽŹĄź¤ľ¤ě¤ëĽšĽŻĽęĽ×ĽČ¤ň\n" "źÂšÔ¤ˇ¤Ţ¤ť¤ó" -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, fuzzy, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "ĽŃĽĂĽąĄźĽ¸ťŘÄę¤ÎĽšĽŻĽęĽ×ĽČ¤ňźÂšÔ¤ˇ¤Ţ¤ť¤ó" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, fuzzy, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "Ľ¤ĽóĽšĽČĄźĽëĽšĽŻĽęĽ×ĽČ¤ňźÂšÔ¤ˇ¤Ţ¤ť¤ó" -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, fuzzy, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "Ľ¤ĽóĽšĽČĄźĽëĽšĽŻĽęĽ×ĽČ¤ňźÂšÔ¤ˇ¤Ţ¤ť¤ó" -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, fuzzy, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "Ľ¤ĽóĽšĽČĄźĽëĽšĽŻĽęĽ×ĽČ¤ňźÂšÔ¤ˇ¤Ţ¤ť¤ó" -#: lib/poptI.c:277 +#: lib/poptI.c:284 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -2013,57 +2028,57 @@ msgstr "" "¸Ĺ¤¤ĽĐĄźĽ¸ĽçĽó¤ÎĽŃĽĂĽąĄźĽ¸¤ËĽ˘ĽĂĽ×Ľ°ĽěĄźĽÉ¤ˇ¤Ţ¤š\n" "(Ľ˘ĽĂĽ×Ľ°ĽěĄźĽÉťţ¤Î --force ¤Ď¤ł¤ě¤ňźŤĆ°Ĺޤ˚Ԥ¤¤Ţ¤š)" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "Ľ¤ĽóĽšĽČĄźĽë¤š¤ëşÝ¤Ë '%' ¤ÇÉ˝ź¨¤ˇ¤Ţ¤š" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "" "şĆÇŰĂÖ˛ÄÇ˝¤ĘĽŃĽĂĽąĄźĽ¸¤ËÂФˇĄ˘Ľ¤ĽóĽšĽČĄźĽëĽŃĽš\n" "ŔÜĆŹź­¤ň ¤ËŔßÄꤡ¤Ţ¤š" -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "" -#: lib/poptI.c:286 +#: lib/poptI.c:293 #, fuzzy msgid "relocate files from path to " msgstr " ¤Ť¤é ¤ËĽŐĽĄĽ¤Ľë¤ňşĆÇŰĂÖ¤ľ¤ť¤Ţ¤š" -#: lib/poptI.c:287 +#: lib/poptI.c:294 #, fuzzy msgid "=" msgstr " ¤Ť¤é ¤ËĽŐĽĄĽ¤Ľë¤ňşĆÇŰĂÖ¤ľ¤ť¤Ţ¤š" -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "" "Ľ¤ĽóĽšĽČĄźĽëťţ¤ËĂÖ¤­´š¤¨¤é¤ě¤ëĽŐĽĄĽ¤Ľë¤Ź\n" "¤˘¤Ă¤Ć¤âĽ¤ĽóĽšĽČĄźĽë¤ˇ¤Ţ¤š" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "´ű¤Ë¸şß¤š¤ëĽŃĽĂĽąĄźĽ¸¤Ç¤âşĆĽ¤ĽóĽšĽČĄźĽë¤ˇ¤Ţ¤š" -#: lib/poptI.c:298 +#: lib/poptI.c:305 msgid "deinstall new, reinstall old, package(s), back to " msgstr "" -#: lib/poptI.c:299 +#: lib/poptI.c:306 msgid "" msgstr "" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "Ľ¤ĽóĽšĽČĄźĽë¤ť¤ş¤ËĄ˘ĽĆĽšĽČ¤Î¤ßšÔ¤¤¤Ţ¤š" -#: lib/poptI.c:304 +#: lib/poptI.c:311 #, fuzzy msgid "upgrade package(s)" msgstr "ĽŃĽĂĽąĄźĽ¸ĽŐĽĄĽ¤Ľë¤Ë¤Ä¤¤¤ĆĚ䤤šç¤ď¤ť¤Ţ¤š" @@ -2154,218 +2169,213 @@ msgstr "" msgid "query/verify the package(s) which provide a dependency" msgstr " ¤ňÄ󜥤š¤ëĽŃĽĂĽąĄźĽ¸¤Ë¤Ä¤¤¤ĆĚ䤤šç¤ď¤ť¤Ţ¤š" -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 #, fuzzy msgid "list all configuration files" msgstr "Á´¤Ć¤ÎŔßÄęĽŐĽĄĽ¤Ľë¤ňÎóľó¤ˇ¤Ţ¤š" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 #, fuzzy msgid "list all documentation files" msgstr "Á´¤Ć¤ÎĽÉĽ­ĽĺĽáĽóĽČĽŐĽĄĽ¤Ľë¤ňÎóľó¤ˇ¤Ţ¤š" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 #, fuzzy msgid "dump basic file information" msgstr "´đËÜĹŞ¤ĘĽŐĽĄĽ¤ĽëžđĘó¤ňĽŔĽóĽ×¤ˇ¤Ţ¤š" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 #, fuzzy msgid "list files in package" msgstr "ĽŃĽĂĽąĄźĽ¸Ăć¤ÎĽŐĽĄĽ¤Ľë¤ňÎóľó¤ˇ¤Ţ¤š\n" -#: lib/poptQV.c:239 +#: lib/poptQV.c:243 #, c-format msgid "skip %%ghost files" msgstr "" -#: lib/poptQV.c:243 +#: lib/poptQV.c:247 #, c-format msgid "skip %%license files" msgstr "" -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, fuzzy, c-format msgid "skip %%readme files" msgstr "%s: readLead ¤ËźşÇÔ¤ˇ¤Ţ¤ˇ¤ż\n" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 msgid "use the following query format" msgstr "°Ę˛ź¤ÎĚ䤤šç¤ď¤ťĽŐĽŠĄźĽŢĽĂĽČ¤ňťČÍѤˇ¤Ţ¤š" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 #, fuzzy msgid "substitute i18n sections into spec file" msgstr "°Ę˛ź¤ÎĽŤĽżĽíĽ°¤Ť¤é i18n ĽťĽŻĽˇĽçĽó¤ňĂÖ¤­´š¤¨¤Ţ¤š" -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "Îóľó¤ˇ¤żĽŐĽĄĽ¤Ľë¤ÎžőÂÖ¤ňÉ˝ź¨¤ˇ¤Ţ¤š" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 #, fuzzy msgid "don't verify size of files" msgstr "ĽŃĽĂĽąĄźĽ¸Ăć¤ÎĽŐĽĄĽ¤Ľë¤Î¸ĄžÚ¤ň¤ˇ¤Ţ¤ť¤ó" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 #, fuzzy msgid "don't verify symlink path of files" msgstr "ĽŃĽĂĽąĄźĽ¸Ăć¤ÎĽŐĽĄĽ¤Ľë¤Î¸ĄžÚ¤ň¤ˇ¤Ţ¤ť¤ó" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 #, fuzzy msgid "don't verify owner of files" msgstr "ĽŃĽĂĽąĄźĽ¸Ăć¤ÎĽŐĽĄĽ¤Ľë¤Î¸ĄžÚ¤ň¤ˇ¤Ţ¤ť¤ó" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 #, fuzzy msgid "don't verify group of files" msgstr "ĽŃĽĂĽąĄźĽ¸Ăć¤ÎĽŐĽĄĽ¤Ľë¤Î¸ĄžÚ¤ň¤ˇ¤Ţ¤ť¤ó" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 #, fuzzy msgid "don't verify mode of files" msgstr "ĽŃĽĂĽąĄźĽ¸Ăć¤ÎĽŐĽĄĽ¤Ľë¤Î¸ĄžÚ¤ň¤ˇ¤Ţ¤ť¤ó" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +#, fuzzy +msgid "don't verify file security contexts" +msgstr "ĽŃĽĂĽąĄźĽ¸Ăć¤ÎĽŐĽĄĽ¤Ľë¤Î¸ĄžÚ¤ň¤ˇ¤Ţ¤ť¤ó" + +#: lib/poptQV.c:309 #, fuzzy msgid "don't verify files in package" msgstr "ĽŃĽĂĽąĄźĽ¸Ăć¤ÎĽŐĽĄĽ¤Ľë¤Î¸ĄžÚ¤ň¤ˇ¤Ţ¤ť¤ó" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 #, fuzzy msgid "don't verify package dependencies" msgstr "ĽŃĽĂĽąĄźĽ¸¤Î°Í¸´Řˇ¸¤Î¸ĄžÚ¤ň¤ˇ¤Ţ¤ť¤ó" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 #, fuzzy msgid "don't execute verify script(s)" msgstr "¤É¤ÎĂĘłŹ¤âźÂšÔ¤ˇ¤Ţ¤ť¤ó" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 #, fuzzy msgid "don't verify GPG V3 DSA signature(s)" msgstr "ĽŃĽĂĽąĄźĽ¸Ăć¤ÎĽŐĽĄĽ¤Ľë¤Î¸ĄžÚ¤ň¤ˇ¤Ţ¤ť¤ó" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 #, fuzzy msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "ĽŃĽĂĽąĄźĽ¸Ăć¤ÎĽŐĽĄĽ¤Ľë¤Î¸ĄžÚ¤ň¤ˇ¤Ţ¤ť¤ó" -#: lib/poptQV.c:366 +#: lib/poptQV.c:372 #, fuzzy msgid "sign package(s) (identical to --resign)" msgstr "ĽŃĽĂĽąĄźĽ¸¤Ë˝đĚž¤ˇ¤Ţ¤š(¸˝şß¤Î˝đĚž¤ĎźÎ¤Ć¤é¤ě¤Ţ¤š)" -#: lib/poptQV.c:368 +#: lib/poptQV.c:374 #, fuzzy msgid "verify package signature(s)" msgstr "˝đĚž¤Î¸ĄžÚ¤ň¤ˇ¤Ţ¤š" -#: lib/poptQV.c:370 +#: lib/poptQV.c:376 msgid "import an armored public key" msgstr "" -#: lib/poptQV.c:372 +#: lib/poptQV.c:378 #, fuzzy msgid "sign package(s) (identical to --addsign)" msgstr "ĽŃĽĂĽąĄźĽ¸¤Ë˝đĚž¤ˇ¤Ţ¤š(¸˝şß¤Î˝đĚž¤ĎźÎ¤Ć¤é¤ě¤Ţ¤š)" -#: lib/poptQV.c:374 +#: lib/poptQV.c:380 #, fuzzy msgid "generate signature" msgstr "PGP/GPG ˝đĚž¤ňŔ¸ŔŽ¤ˇ¤Ţ¤š" -#: lib/psm.c:269 +#: lib/psm.c:268 #, fuzzy msgid "source package expected, binary found\n" msgstr "Ľ˝ĄźĽšĽŃĽĂĽąĄźĽ¸¤Ź´üÂÔ¤ľ¤ě¤Ţ¤šĄ˘ĽĐĽ¤ĽĘĽę¤Ď¸Ť¤Ä¤Ť¤ę¤Ţ¤ˇ¤ż" -#: lib/psm.c:394 +#: lib/psm.c:386 #, fuzzy msgid "source package contains no .spec file\n" msgstr "Ľ˝ĄźĽšĽŃĽĂĽąĄźĽ¸¤Ď .spec ĽŐĽĄĽ¤Ľë¤ň´Ţ¤ó¤Ç¤¤¤Ţ¤ť¤ó" -#: lib/psm.c:480 +#: lib/psm.c:472 #, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "" -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "" -#: lib/psm.c:756 +#: lib/psm.c:751 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "%s ¤ňĽšĽ­ĽĂĽ×¤ˇ¤Ţ¤š - ĹžÁ÷źşÇÔ - %s\n" -#: lib/psm.c:762 +#: lib/psm.c:757 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "ĽšĽŻĽęĽ×ĽČ¤ÎźÂšÔ¤ËźşÇÔ" -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, fuzzy, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "ĽŃĽĂĽąĄźĽ¸: %s-%s-%s ĽŐĽĄĽ¤ĽëĽĆĽšĽČ = %d\n" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "" -#: lib/psm.c:1439 +#: lib/psm.c:1432 #, fuzzy msgid "Unable to reload signature header\n" msgstr "Ľ˘Ľ¤ĽłĽó¤ňĆɤळ¤Č¤Ź¤Ç¤­¤Ţ¤ť¤ó: %s" -#: lib/psm.c:1485 -#, fuzzy, c-format -msgid "user %s does not exist - using root\n" -msgstr "ĽćĄźĽś %s ¤Ď¸şß¤ˇ¤Ţ¤ť¤ó - root ¤ňťČÍѤˇ¤Ţ¤š" - -#: lib/psm.c:1494 -#, fuzzy, c-format -msgid "group %s does not exist - using root\n" -msgstr "Ľ°ĽëĄźĽ× %s ¤Ď¸şß¤ˇ¤Ţ¤ť¤ó - root ¤ňťČÍѤˇ¤Ţ¤š" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, fuzzy, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "ĽŐĽĄĽ¤Ľë %s ¤ÎĽ˘ĄźĽŤĽ¤ĽÖ¤Îż­Äš¤ËźşÇÔ %s%s: %s" -#: lib/psm.c:1547 +#: lib/psm.c:1511 #, fuzzy msgid " on file " msgstr "ĽŐĽĄĽ¤Ľëžĺ" -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, fuzzy, c-format msgid "%s failed on file %s: %s\n" msgstr "%s ¤ÎĽŞĄźĽ×Ľó¤ËźşÇÔ: %s" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, fuzzy, c-format msgid "%s failed: %s\n" msgstr "%s źşÇÔ" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, fuzzy, c-format msgid "incorrect format: %s\n" msgstr "ĽŐĽŠĄźĽŢĽĂĽČĂć¤ÎĽ¨ĽéĄź: %s\n" @@ -2414,8 +2424,8 @@ msgstr " msgid "package has neither file owner or id lists\n" msgstr "ĽŃĽĂĽąĄźĽ¸¤ĎĽŐĽĄĽ¤Ľë˝ęÍ­źÔ¤ä id ĽęĽšĽČ¤ň¤É¤Á¤é¤âťý¤Ă¤Ć¤¤¤Ţ¤ť¤ó" -#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, c-format msgid "open of %s failed: %s\n" @@ -2430,7 +2440,7 @@ msgstr "%s msgid "old format source packages cannot be queried\n" msgstr "ľěˇÁź°¤ÎĽ˝ĄźĽšĽŃĽĂĽąĄźĽ¸¤ňĚ䤤šç¤ď¤ť¤ë¤ł¤Č¤Ď¤Ç¤­¤Ţ¤ť¤ó\n" -#: lib/query.c:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, fuzzy, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "%s ¤ňĽČĽęĽŹĄź¤š¤ëĽŃĽĂĽąĄźĽ¸¤Ď¸şß¤ˇ¤Ţ¤ť¤ó\n" @@ -2500,17 +2510,17 @@ msgstr " msgid "record %u could not be read\n" msgstr "ĽěĽłĄźĽÉ %d ¤ňĆɤळ¤Č¤Ź¤Ç¤­¤Ţ¤ť¤ó¤Ç¤ˇ¤ż\n" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, c-format msgid "package %s is not installed\n" msgstr "ĽŃĽĂĽąĄźĽ¸ %s ¤ĎĽ¤ĽóĽšĽČĄźĽë¤ľ¤ě¤Ć¤¤¤Ţ¤ť¤ó\n" -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 #, fuzzy msgid "(added files)" msgstr "ÉÔŔľ¤ĘĽŐĽĄĽ¤Ľë¤ÎžőÂÖ: %s" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 #, fuzzy msgid "(added provide)" msgstr "%s: %s ¤Ď provide ¤Ë˛Ă¤¨¤ë¤ł¤Č¤Ë¤č¤Ă¤ĆËţ¤ľ¤ě¤Ţ¤šĄŁ\n" @@ -2638,36 +2648,36 @@ msgstr "" msgid "package %s has unsatisfied %s: %s\n" msgstr "ĽŃĽĂĽąĄźĽ¸ %s ¤Ď require ¤ŹËţ¤ż¤ľ¤ě¤Ć¤¤¤Ţ¤ť¤ó: %s\n" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "%s ¤Ď missingok ĽŐĽéĽ°¤Î¤ż¤áĽšĽ­ĽĂĽ×¤ˇ¤Ţ¤š\n" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 msgid "========== relocations\n" msgstr "" -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, fuzzy, c-format msgid "%5d exclude %s\n" msgstr "OS ¤Ď˝üł°¤ľ¤ě¤Ć¤¤¤Ţ¤š: %s" -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, fuzzy, c-format msgid "%5d relocate %s -> %s\n" msgstr "%s ¤ň %s ¤ËşĆÇŰĂÖ¤ˇ¤Ć¤¤¤Ţ¤š\n" -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, fuzzy, c-format msgid "excluding %s %s\n" msgstr "ĽŐĽĄĽ¤Ľë¤Î˝üł°: %s%s\n" -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, c-format msgid "relocating %s to %s\n" msgstr "%s ¤ň %s ¤ËşĆÇŰĂÖ¤ˇ¤Ć¤¤¤Ţ¤š\n" -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, fuzzy, c-format msgid "relocating directory %s to %s\n" msgstr "ĽÇĽŁĽěĽŻĽČĽę %s ¤ň %s ¤ËşĆÇŰĂÖ¤ˇ¤Ć¤¤¤Ţ¤š\n" @@ -2699,88 +2709,88 @@ msgstr "" msgid "Upgrading packages..." msgstr "ĽŃĽĂĽąĄźĽ¸ĽŐĽĄĽ¤Ľë¤Ë¤Ä¤¤¤ĆĚ䤤šç¤ď¤ť¤Ţ¤š" -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, fuzzy, c-format msgid "Adding goal: %s\n" msgstr "%s ¤ňĂľ¤ˇ¤Ć¤¤¤Ţ¤š: (%s ¤ňťČÍѤˇ¤Ć¤¤¤Ţ¤š)...\n" -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, c-format msgid "Retrieving %s\n" msgstr "%s ¤ňźčĆŔ¤ˇ¤Ć¤¤¤Ţ¤š\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:422 +#: lib/rpminstall.c:436 #, c-format msgid " ... as %s\n" msgstr "%s ¤Č¤ˇ¤Ć...\n" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, fuzzy, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "%s ¤ňĽšĽ­ĽĂĽ×¤ˇ¤Ţ¤š - ĹžÁ÷źşÇÔ - %s\n" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, fuzzy, c-format msgid "%s cannot be installed\n" msgstr "%s ¤ňĽ¤ĽóĽšĽČĄźĽë¤Ç¤­¤Ţ¤ť¤ó\n" -#: lib/rpminstall.c:523 +#: lib/rpminstall.c:537 #, fuzzy, c-format -msgid "package %s is not relocateable\n" +msgid "package %s is not relocatable\n" msgstr "ĽŃĽĂĽąĄźĽ¸ %s ¤ĎşĆÇŰĂ֤Ǥ­¤Ţ¤ť¤ó" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, fuzzy, c-format msgid "error reading from file %s\n" msgstr "ĽŐĽĄĽ¤Ľë %s ¤Ť¤é¤ÎĆɤߚţ¤ßĽ¨ĽéĄź " -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "ĽŐĽĄĽ¤Ľë %s ¤Ë¤Ď¤č¤ężˇ¤ˇ¤¤ RPM ¤ÎĽĐĄźĽ¸ĽçĽó¤ŹÉŹÍפǤš\n" -#: lib/rpminstall.c:623 +#: lib/rpminstall.c:637 #, c-format msgid "found %d source and %d binary packages\n" msgstr "%d ¸Ä¤ÎĽ˝ĄźĽš¤Č %d ¸Ä¤ÎĽĐĽ¤ĽĘĽęĽŃĽĂĽąĄźĽ¸¤Ź¸Ť¤Ä¤Ť¤ę¤Ţ¤ˇ¤ż\n" -#: lib/rpminstall.c:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 #, fuzzy msgid "Failed dependencies:\n" msgstr "°Í¸Ŕ­¤ÎˇçÇĄ:\n" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr "" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 msgid "installing binary packages\n" msgstr "ĽĐĽ¤ĽĘĽęĽŃĽĂĽąĄźĽ¸¤ňĽ¤ĽóĽšĽČĄźĽëĂć\n" -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, fuzzy, c-format msgid "cannot open file %s: %s\n" msgstr "ĽŐĽĄĽ¤Ľë %s ¤ňĽŞĄźĽ×Ľó¤Ç¤­¤Ţ¤ť¤ó: %s" -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" ¤ĎĘŁżô¤ÎĽŃĽĂĽąĄźĽ¸¤ňťŘÄꤡ¤Ć¤¤¤Ţ¤š\n" -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, fuzzy, c-format msgid "cannot open %s: %s\n" msgstr "%s ¤ňĽŞĄźĽ×Ľó¤Ç¤­¤Ţ¤ť¤ó\n" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, c-format msgid "Installing %s\n" msgstr "%s ¤ňĽ¤ĽóĽšĽČĄźĽëĂć\n" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "" @@ -2848,7 +2858,7 @@ msgstr " #: lib/rpmps.c:223 #, fuzzy, c-format -msgid "path %s in package %s is not relocateable" +msgid "path %s in package %s is not relocatable" msgstr "ĽŃĽĂĽąĄźĽ¸ %s ¤ĎşĆÇŰĂ֤Ǥ­¤Ţ¤ť¤ó" #: lib/rpmps.c:228 @@ -3005,51 +3015,76 @@ msgstr "" msgid "Unable to open %s for reading: %s.\n" msgstr "Ćɤߚţ¤ŕ¤ż¤á¤Ë %s ¤ňĽŞĄźĽ×Ľó¤Ç¤­¤Ţ¤ť¤ó: %sĄŁ" -#: lib/rpmts.c:162 +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + +#: lib/rpmts.c:163 #, fuzzy, c-format msgid "cannot open Packages database in %s\n" msgstr "%s/packages.rpm ¤ňĽŞĄźĽ×Ľó¤Ç¤­¤Ţ¤ť¤ó\n" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, fuzzy, c-format msgid "extra '(' in package label: %s\n" msgstr "Ěľ¸ú¤ĘĽŃĽĂĽąĄźĽ¸ČÖšć: %s\n" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, fuzzy, c-format msgid "missing '(' in package label: %s\n" msgstr "%s %s ¤Ç '('¤Ź¸Ť¤Ä¤Ť¤ę¤Ţ¤ť¤ó" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, fuzzy, c-format msgid "missing ')' in package label: %s\n" msgstr "Ěľ¸ú¤ĘĽŃĽĂĽąĄźĽ¸ČÖšć: %s\n" -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, fuzzy, c-format msgid "cannot open Solve database in %s\n" msgstr "%s/packages.rpm ¤ňĽŞĄźĽ×Ľó¤Ç¤­¤Ţ¤ť¤ó\n" -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, fuzzy, c-format msgid "Adding: %s\n" msgstr "šÔĚÜ: %s" -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, fuzzy, c-format msgid "Suggesting: %s\n" msgstr "Ľ˝ĄźĽš¤Ď: %s\n" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 #, fuzzy msgid "mounted filesystems:\n" msgstr "ĽŢĽŚĽóĽČ¤ľ¤ě¤żĽŐĽĄĽ¤ĽëĽˇĽšĽĆĽŕ¤ÎĽęĽšĽČ¤ňźčĆŔ¤ˇ¤Ć¤¤¤Ţ¤š\n" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr "" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "" @@ -3261,12 +3296,12 @@ msgstr "" msgid "computing file dispositions\n" msgstr "" -#: lib/verify.c:288 +#: lib/verify.c:319 #, fuzzy, c-format msgid "missing %c %s" msgstr "%s ¤Ź¸Ť¤Ä¤Ť¤ę¤Ţ¤ť¤ó\n" -#: lib/verify.c:397 +#: lib/verify.c:433 #, fuzzy, c-format msgid "Unsatisfied dependencies for %s: " msgstr "%s-%s-%s ¤Î¤ż¤á¤Î°Í¸Ŕ­¤ňËţ¤ż¤ˇ¤Ć¤¤¤Ţ¤ť¤ó:" @@ -3466,164 +3501,164 @@ msgstr "%s msgid "cannot open %s index\n" msgstr "%s ¤ňĽŞĄźĽ×Ľó¤Ç¤­¤Ţ¤ť¤ó\n" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 #, fuzzy msgid "no dbpath has been set\n" msgstr "dbpath ¤ŹŔßÄꤾ¤ě¤Ć¤¤¤Ţ¤ť¤ó" -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "ĽěĽłĄźĽÉ %s ¤ÎźčĆŔ¤ÎĽ¨ĽéĄź (%s ¤Ť¤é)" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "ĽěĽłĄźĽÉ %s ¤ň %s ¤ËĽšĽČĽ˘¤ÇĽ¨ĽéĄź " -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "¸Ąş÷¤Î¤ż¤á¤Î %d ¤Ç ĽŘĽĂĽŔ¤ňĆɤळ¤Č¤Ź¤Ç¤­¤Ţ¤ť¤ó" -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "ĽěĽłĄźĽÉ %s ¤ÎźčĆŔ¤ÎĽ¨ĽéĄź (%s ¤Ť¤é)" -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "group Ľ¤ĽóĽÇĽĂĽŻĽš¤ňşď˝ü¤ˇ¤Ţ¤š\n" -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "name Ľ¤ĽóĽÇĽĂĽŻĽšşď˝ü¤ˇ¤Ţ¤š\n" -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "ĽěĽłĄźĽÉ %s ¤ÎźčĆŔ¤ÎĽ¨ĽéĄź (%s ¤Ť¤é)" -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "ĽěĽłĄźĽÉ %s ¤ň %s ¤ËĽšĽČĽ˘¤ÇĽ¨ĽéĄź " -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "ĽěĽłĄźĽÉ %s ¤ň %s ¤Ëşď˝ü¤ÇĽ¨ĽéĄź" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, fuzzy, c-format msgid "error(%d) allocating new package instance\n" msgstr "ĽŃĽĂĽąĄźĽ¸ %s ¤ÎĂľş÷Ľ¨ĽéĄź\n" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, fuzzy, c-format msgid "adding \"%s\" to %s index.\n" msgstr "%s ¤ň %s ¤ŘĚžÁ°¤ňĘŃšš¤ˇ¤Ţ¤š\n" -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "%s ¤ň %s ¤ŘĚžÁ°¤ňĘŃšš¤ˇ¤Ţ¤š\n" -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, fuzzy, c-format msgid "error(%d) storing record %s into %s\n" msgstr "ĽěĽłĄźĽÉ %s ¤ň %s ¤ËĽšĽČĽ˘¤ÇĽ¨ĽéĄź " -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "dbpath ¤ŹŔßÄꤾ¤ě¤Ć¤¤¤Ţ¤ť¤ó" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "rootdir %s Ăć¤ÇĽÇĄźĽżĽŮĄźĽš¤ňşĆš˝Ăۤˇ¤Ţ¤š\n" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, fuzzy, c-format msgid "temporary database %s already exists\n" msgstr "°ěťţĹŞ¤ĘĽÇĄźĽżĽŮĄźĽš %s ¤Ď¤š¤Ç¤Ë¸şß¤ˇ¤Ć¤¤¤Ţ¤š" -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "ĽÇĽŁĽěĽŻĽČĽę¤ÎşîŔŽ: %s\n" -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, fuzzy, c-format msgid "creating directory %s: %s\n" msgstr "ĽÇĽŁĽěĽŻĽČĽę¤ÎşîŔŽ: %s\n" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "¸Ĺ¤¤ĽÇĄźĽżĽŮĄźĽš¤ÎĽŞĄźĽ×Ľó\n" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "żˇ¤ˇ¤¤ĽÇĄźĽżĽŮĄźĽš¤ÎĽŞĄźĽ×Ľó\n" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, fuzzy, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "ĽÇĄźĽżĽŮĄźĽšĂć¤ÎĽěĽłĄźĽÉČÖšć %d ¤ĎÉÔŔľ¤Ç¤š -- ĽšĽ­ĽĂĽ×¤ˇ¤Ţ¤š" -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, fuzzy, c-format msgid "cannot add record originally at %u\n" msgstr "%d ¤Ë ĽŞĽęĽ¸ĽĘĽë¤ÎĽěĽłĄźĽÉ¤ňÉղäǤ­¤Ţ¤ť¤ó" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 #, fuzzy msgid "failed to rebuild database: original database remains in place\n" msgstr "" "ĽÇĄźĽżĽŮĄźĽš¤ÎşĆš˝Ăۤ˟şÇÔ; ĽŞĽęĽ¸ĽĘĽëĽÇĄźĽżĽŮĄźĽš¤Ź¤Ţ¤Ŕ¤˝¤ł¤ËťÄ¤Ă¤Ć¤¤¤Ţ¤š\n" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "¸Ĺ¤¤ĽÇĄźĽżĽŮĄźĽš¤ňżˇ¤ˇ¤¤ĽÇĄźĽżĽŮĄźĽš¤ËĂÖ¤­´š¤¨¤ë¤Î¤ËźşÇÔ!\n" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, fuzzy, c-format msgid "replace files in %s with files from %s to recover" msgstr "%s Ăć¤ÎĽŐĽĄĽ¤Ľë¤ňĽęĽŤĽĐĄź¤š¤ë¤ż¤á¤Ë %s ¤Ť¤éĽŐĽĄĽ¤Ľë¤ČĂÖ¤­´š¤¨¤Ţ¤š" -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "ĽÇĽŁĽěĽŻĽČĽę¤ÎşîŔŽ: %s\n" -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, fuzzy, c-format msgid "failed to remove directory %s: %s\n" msgstr "ĽÇĽŁĽěĽŻĽČĽę %s ¤Îşď˝üźşÇÔ: %s\n" @@ -3679,43 +3714,43 @@ msgstr " msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "ĽŢĽŻĽí %%%s (%s) ¤ĎĽěĽŮĽë %d °Ę˛ź¤ÇťČÍѤľ¤ě¤Ţ¤ť¤ó¤Ç¤ˇ¤ż" -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, fuzzy, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "ÉÔĚŔ¤ĘĽŞĽ×ĽˇĽçĽó %c (%s(%s)Ăć¤Ë)" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, fuzzy, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "şĆľ˘¤Îżź¤ľ(%d)¤ŹşÇÂçĂÍ(%d)¤č¤ę¤âÂ礭¤¤" -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, fuzzy, c-format msgid "Unterminated %c: %s\n" msgstr "˝ŞĂź¤ľ¤ě¤Ć¤¤¤Ę¤¤ %c: %s" -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, fuzzy, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "A %% ¤Ďš˝Ę¸˛ňŔϤǤ­¤Ę¤¤ĽŢĽŻĽí¤ŹÂł¤¤¤Ć¤¤¤Ţ¤š" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, fuzzy, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "ĽŢĽŻĽí %%%.*s ¤Ď¸Ť¤Ä¤Ť¤ę¤Ţ¤ť¤óĄ˘ĽšĽ­ĽĂĽ×¤ˇ¤Ţ¤š" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 #, fuzzy msgid "Target buffer overflow\n" msgstr "ĽżĄźĽ˛ĽĂĽČĽĐĽĂĽŐĽĄĽŞĄźĽĐĄźĽŐĽíĄź" #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, fuzzy, c-format msgid "File %s: %s\n" msgstr "ĽŐĽĄĽ¤Ľë %s: %s" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, fuzzy, c-format msgid "File %s is smaller than %u bytes\n" msgstr "ĽŐĽĄĽ¤Ľë %s: ¤Ď %d ĽĐĽ¤ĽČ¤č¤ęžŽ¤ľ¤¤¤Ç¤š" diff --git a/po/ko.po b/po/ko.po index ecd1f3fb0..95e6bcb39 100644 --- a/po/ko.po +++ b/po/ko.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "PO-Revision-Date: 2002-03-04 17:17+0900\n" "Last-Translator: Jong-Hoon Ryu \n" "Language-Team: GNU Translation project \n" @@ -20,44 +20,44 @@ msgstr " msgid "Unable to open spec file %s: %s\n" msgstr "%s spec ĆÄŔĎŔť ż­ źö žřŔ˝: %s\n" -#: build.c:152 build.c:164 +#: build.c:150 build.c:162 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "tar ĆÄŔĚÇÁ¸Ś żŠ´ÂľĽ ˝ÇĆĐÇÔ: %m\n" #. Give up -#: build.c:171 +#: build.c:169 #, c-format msgid "Failed to read spec file from %s\n" msgstr "%sżĄź­ spec ĆÄŔĎŔť ŔĐ´ÂľĽ ˝ÇĆĐÇß˝Ŕ´Ď´Ů\n" -#: build.c:199 +#: build.c:197 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "%sŔÇ Ŕ̸§Ŕť %s(Ŕ¸)ˇÎ şŻ°ćÇĎ´ÂľĽ ˝ÇĆĐÇÔ: %m\n" -#: build.c:239 +#: build.c:237 #, c-format msgid "failed to stat %s: %m\n" msgstr "%sŔÇ ťóĹÂ(stat)¸Ś ÇĽ˝ĂÇĎ´ÂľĽ ˝ÇĆĐÇÔ: %m\n" -#: build.c:244 +#: build.c:242 #, c-format msgid "File %s is not a regular file.\n" msgstr "%s ĆÄŔĎŔş Á¤ąÔ(regular) ĆÄŔĎŔĚ žĆ´Ő´Ď´Ů.\n" -#: build.c:253 +#: build.c:251 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "%s ĆÄŔĎŔş spec ĆÄŔĎŔĚ žĆ´Ń °Í °°˝Ŕ´Ď´Ů.\n" #. parse up the build operators -#: build.c:324 +#: build.c:322 #, c-format msgid "Building target platforms: %s\n" msgstr "¸ńÇĽ´ëťó(target) Çá§ĆűŔ¸ˇÎ ÁŚŔŰ Áß: %s\n" -#: build.c:339 +#: build.c:337 #, c-format msgid "Building for target %s\n" msgstr "%s(Ŕť)¸Ś ÁŚŔŰÇĎ°í ŔÖ˝Ŕ´Ď´Ů\n" @@ -110,7 +110,7 @@ msgstr " msgid "%s: %s\n" msgstr "%s: %s\n" -#: rpmqv.c:129 lib/poptALL.c:114 +#: rpmqv.c:129 lib/poptALL.c:119 #, c-format msgid "RPM version %s\n" msgstr "RPM šöŔü - %s\n" @@ -418,166 +418,166 @@ msgstr "'&&' msgid "syntax error in expression\n" msgstr "ÇĽÇö˝ÄżĄź­ ą¸šŽ żŔˇů°Ą šßťýÇß˝Ŕ´Ď´Ů\n" -#: build/files.c:278 +#: build/files.c:280 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "TIMECHECK ˝ÇĆĐ: %s\n" -#: build/files.c:343 build/files.c:543 build/files.c:739 +#: build/files.c:345 build/files.c:545 build/files.c:741 #, c-format msgid "Missing '(' in %s %s\n" msgstr "%s %sżĄ '(' °Ą žř˝Ŕ´Ď´Ů\n" -#: build/files.c:354 build/files.c:673 build/files.c:750 +#: build/files.c:356 build/files.c:675 build/files.c:752 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "%s(%sżĄ ')' °Ą žř˝Ŕ´Ď´Ů\n" -#: build/files.c:392 build/files.c:698 +#: build/files.c:394 build/files.c:700 #, c-format msgid "Invalid %s token: %s\n" msgstr "şÎŔűÇŐÇŃ %s ĹäĹŤ: %s\n" -#: build/files.c:502 +#: build/files.c:504 #, c-format msgid "Missing %s in %s %s\n" msgstr "%2$s %3$sżĄ %1$s °Ą žř˝Ŕ´Ď´Ů\n" -#: build/files.c:559 +#: build/files.c:561 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "%s() ´ŮŔ˝żĄ °řšéŔĚ žřŔ˝: %s\n" -#: build/files.c:597 +#: build/files.c:599 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Ŕ߸řľČ ą¸šŽ: %s(%s)\n" -#: build/files.c:607 +#: build/files.c:609 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Ŕ߸řľČ ¸đľĺ spec: %s(%s)\n" -#: build/files.c:619 +#: build/files.c:621 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Ŕ߸řľČ dir¸đľĺ spec: %s(%s)\n" -#: build/files.c:777 +#: build/files.c:779 #, fuzzy, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "şńÁ¤ťóŔűŔÎ ˇÎÄÉŔĎ ąćŔĚ: %%lang(%2$s)żĄ \"%1$.*s\"\n" #. @innercontinue@ -#: build/files.c:788 +#: build/files.c:790 #, fuzzy, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "%%lang(%2$s)żĄ ÁßşšľČ ˇÎÄÉŔĎ %1$.*s°Ą Á¸ŔçÇŐ´Ď´Ů\n" -#: build/files.c:917 +#: build/files.c:919 #, c-format msgid "Hit limit for %%docdir\n" msgstr "%%docdirŔÇ ÇŃ°č°Ą ĂĘ°úľÇžú˝Ŕ´Ď´Ů\n" -#: build/files.c:925 +#: build/files.c:927 #, c-format msgid "Only one arg for %%docdir\n" msgstr "%%docdirżĄ ÇĎłŞŔÇ ŔÎźö¸¸ ÁöÁ¤ÇŇ źö ŔÖ˝Ŕ´Ď´Ů\n" #. We already got a file -- error -#: build/files.c:959 +#: build/files.c:961 #, c-format msgid "Two files on one line: %s\n" msgstr "ÇĎłŞŔÇ Ç࿥ ľÎ°łŔÇ ĆÄŔĎŔĚ Á¸ŔçÇÔ: %s\n" -#: build/files.c:976 +#: build/files.c:978 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "ĆÄŔĎŔş šÝľĺ˝Ă \"/\" ˇÎ ˝ĂŔŰÇŘžßÇÔ: %s\n" -#: build/files.c:989 +#: build/files.c:991 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "ĆŻÁ¤ %%docŔť ´Ů¸Ľ Çü˝Ä°ú ÇÔ˛˛ ťçżëÇŇ źö žřŔ˝: %s\n" -#: build/files.c:1141 +#: build/files.c:1149 #, c-format msgid "File listed twice: %s\n" msgstr "ĆÄŔĎ ¸ńˇĎŔĚ ÁßşšľĘ: %s\n" -#: build/files.c:1280 +#: build/files.c:1288 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "BuildRootżĄ ˝Éşź¸Ż¸ľĹŠÇÔ: %s -> %s\n" -#: build/files.c:1520 +#: build/files.c:1535 #, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "ĆÄŔĎŔĚ prefix (%s)żÍ ŔĎÄĄÇĎÁö žĘŔ˝: %s\n" -#: build/files.c:1544 +#: build/files.c:1559 #, c-format msgid "File not found: %s\n" msgstr "ĆÄŔĎŔť ĂŁŔť źö žřŔ˝: %s\n" -#: build/files.c:1752 +#: build/files.c:1767 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: readLeadŔĚ ˝ÇĆĐÇß˝Ŕ´Ď´Ů\n" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1804 +#: build/files.c:1819 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "ĆÄŔĎŔş \"/\" ˇÎ ˝ĂŔŰÇŘžßÇÔ: %s\n" -#: build/files.c:1828 +#: build/files.c:1843 #, c-format msgid "Glob not permitted: %s\n" msgstr "GlobŔť ťçżëÇŇ źö žřŔ˝: %s\n" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, c-format msgid "File not found by glob: %s\n" msgstr "globŔ¸ˇÎ ĆÄŔĎŔť ĂŁŔť źö žřŔ˝: %s\n" -#: build/files.c:1905 +#: build/files.c:1920 #, c-format msgid "Could not open %%files file %s: %s\n" msgstr "%s ĆÄŔĎŔÇ %%files¸Ś ż­ źö žřŔ˝: %s\n" -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, c-format msgid "line: %s\n" msgstr "Çŕ: %s\n" -#: build/files.c:2307 +#: build/files.c:2323 #, c-format msgid "Bad file: %s: %s\n" msgstr "Ŕ߸řľČ ĆÄŔĎ: %s: %s\n" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "Ŕ߸řľČ źŇŔŻŔÚ/ą×ˇě: %s\n" -#: build/files.c:2363 +#: build/files.c:2379 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "žĆÄŤŔ̺긌 ÇŞ´ÂľĽ ˝ÇĆĐÇÔ%s%s: %s\n" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2414 +#: build/files.c:2430 #, c-format msgid "Processing files: %s-%s-%s\n" msgstr "ĆÄŔĎ Ăł¸Ž Áß: %s-%s-%s\n" @@ -716,7 +716,7 @@ msgstr " msgid "Could not open %s: %s\n" msgstr "%s(Ŕť)¸Ś ż­ źö žřŔ˝: %s\n" -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, c-format msgid "Unable to write package: %s\n" msgstr "ĆĐĹ°Áö¸Ś ŔŰźşÇŇ źö žřŔ˝: %s\n" @@ -746,7 +746,7 @@ msgstr "%s msgid "Unable to write payload to %s: %s\n" msgstr "%sżĄ payload¸Ś ŔŰźşÇŇ źö žřŔ˝: %s\n" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "ŔŰźş: %s\n" @@ -1229,20 +1229,20 @@ msgstr " msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "(ąâÁ¸ŔÇ) rpm[23] ĆĐĹ°ÂĄ°ú ČŁČŻÇĎ´Â ĆĐĹ°Áö Çě´ő¸Ś ťýźşÇŐ´Ď´Ů" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 #, fuzzy msgid "don't verify package digest(s)" msgstr "ĆĐĹ°ÁöŔÇ ŔÇÁ¸źşŔť °ËťçÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 #, fuzzy msgid "don't verify database header(s) when retrieved" msgstr "ĆĐĹ°ÁöŔÇ žĆĹ°ĹŘĂĸŚ °ËťçÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 #, fuzzy msgid "don't verify package signature(s)" msgstr "ĆĐĹ°ÁöŔÇ ź­¸íŔť °ËťçÇŐ´Ď´Ů" @@ -1314,31 +1314,31 @@ msgstr " msgid "Bad/unreadable header" msgstr "Ŕ߸řľČ/ŔĐŔť źö žř´Â Çě´őŔÔ´Ď´Ů" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "Çě´őŔÇ ĹŠąâ°Ą łĘšŤ ĹŽ´Ď´Ů" -#: lib/cpio.c:233 +#: lib/cpio.c:234 msgid "Unknown file type" msgstr "žË źö žř´Â ĆÄŔĎ ŔŻÇüŔÔ´Ď´Ů" -#: lib/cpio.c:234 +#: lib/cpio.c:235 msgid "Missing hard link(s)" msgstr "ÇĎľĺ ¸ľĹŠ¸Ś ĂŁŔť źö žř˝Ŕ´Ď´Ů" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "MD5 ÇŐ°č°Ą ŔĎÄĄÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/cpio.c:236 +#: lib/cpio.c:237 msgid "Internal error" msgstr "łťşÎ żŔˇů" -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "Çě´őżĄ žĆÄŤŔĚşę ĆÄŔĎŔĚ žř˝Ŕ´Ď´Ů" -#: lib/cpio.c:250 +#: lib/cpio.c:251 msgid " failed - " msgstr " ˝ÇĆĐÇÔ - " @@ -1476,47 +1476,57 @@ msgstr " msgid "file %s is on an unknown device\n" msgstr "%s ĆÄŔĎŔş žË źö žř´Â ŔĺÄĄ ťóżĄ ŔÖ˝Ŕ´Ď´Ů\n" -#: lib/fsm.c:350 +#: lib/fsm.c:352 #, fuzzy msgid "========== Directories not explicitly included in package:\n" msgstr "========= ĆĐĹ°ÁöżĄ ľđˇşĹ与°Ą Ć÷ÇԾǞî ŔÖÁö žĘŔ˝:\n" -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, fuzzy, c-format msgid "%10d %s\n" msgstr "%9d %s\n" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, c-format +msgid "user %s does not exist - using root\n" +msgstr "%s ťçżëŔÚ°Ą Á¸ŔçÇĎÁö žĘ˝Ŕ´Ď´Ů - root¸Ś ŔĚżëÇŐ´Ď´Ů\n" + +#: lib/fsm.c:776 +#, c-format +msgid "group %s does not exist - using root\n" +msgstr "%s ą×ˇěŔĚ Á¸ŔçÇĎÁö žĘ˝Ŕ´Ď´Ů - root¸Ś ŔĚżëÇŐ´Ď´Ů\n" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "%2$04oŔÇ Çă°ĄąÇ(perms)Ŕť °ĄÁř %1$s ľđˇşĹ与°Ą ťýźşľÇžú˝Ŕ´Ď´Ů.\n" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "Çě´ő ĆÄŔĎ ¸ńˇĎżĄź­ žĆÄŤŔĚşę ĆÄŔĎ %s(Ŕť)¸Ś ĂŁŔť źö žř˝Ŕ´Ď´Ů\n" -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, c-format msgid "%s saved as %s\n" msgstr "%s(ŔĚ)°Ą %s(Ŕ¸)ˇÎ ŔúŔĺľÇžú˝Ŕ´Ď´Ů\n" -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "%s %s ľđˇşĹ与 ťčÁŚżĄ ˝ÇĆĐÇÔ: şó ľđˇşĹ与°Ą žĆ´Ő´Ď´Ů\n" -#: lib/fsm.c:1888 +#: lib/fsm.c:1929 #, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "%s %s ľđˇşĹ与 ťčÁŚżĄ ˝ÇĆĐÇÔ: %s\n" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, c-format msgid "%s unlink of %s failed: %s\n" msgstr "%s %s ¸ľĹŠ ÇŘÁŚżĄ ˝ÇĆĐÇÔ: %s\n" -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, c-format msgid "%s created as %s\n" msgstr "%s(ŔĚ)°Ą %s(Ŕ¸)ˇÎ ťýźşľÇžú˝Ŕ´Ď´Ů\n" @@ -1632,117 +1642,117 @@ msgstr "%s: readLead msgid "%s: Fread failed: %s\n" msgstr "%s: FreadŔĚ ˝ÇĆĐÇß˝Ŕ´Ď´Ů: %s\n" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 #, fuzzy msgid "print macro expansion of EXPR" msgstr "<ÇĽÇö˝Ä>+ ŔÇ ¸ĹĹŠˇÎ ČŽŔĺŔť ĂâˇÂÇŐ´Ď´Ů" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 #, fuzzy msgid "read instead of default file(s)" msgstr "ąâşť ¸ĹĹŠˇÎ ĆÄŔĎ ´ë˝Ĺ <ĆÄŔĎ:..>Ŕť ŔĐžîľéŔÔ´Ď´Ů" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "libio(3) APIŔÇ ťçżëŔť ÇŘÁŚÇŐ´Ď´Ů" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 #, fuzzy msgid "send stdout to CMD" msgstr "ÇĽÁŘĂâˇÂŔť <¸íˇÉ>Ŕ¸ˇÎ ş¸łŔ´Ď´Ů" -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 #, fuzzy msgid "use ROOT as top level directory" msgstr "<ľđˇşĹ与>¸Ś ĂÖťóŔ§ ľđˇşĹ与ˇÎ ťçżëÇŐ´Ď´Ů" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "ÁúŔÇ Ĺ¹׸Ś ş¸żŠÁÝ´Ď´Ů" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "ÇöŔç źłÁ¤ľÇžî ŔÖ´Â rpmrcŔÇ łťżë°ú ¸ĹĹŠˇÎ¸Ś ş¸żŠÁÝ´Ď´Ů" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "ŔÚźźÇŃ ĂâˇÂŔť ÁŚ°řÇŐ´Ď´Ů" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "žĆÁÖ ťóźźÇŃ ĂâˇÂŔť ÁŚ°řÇŐ´Ď´Ů" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "ÇöŔç ťçżëľÇ°í ŔÖ´Â rpm šöŔüŔť ÇĽ˝ĂÇŐ´Ď´Ů" -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 #, fuzzy msgid "debug payload file state machine" msgstr "ÄÄÇťĹÍŔÇ ťóĹÂ(state) ĆÄŔĎŔť ľđšöą× ÇŐ´Ď´Ů" -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 #, fuzzy msgid "use threads for file state machine" msgstr "ÄÄÇťĹÍŔÇ ťóĹÂ(state) ĆÄŔĎŔť ľđšöą× ÇŐ´Ď´Ů" -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "ľĽŔĚĹÍ ˝şĆŽ¸˛ ÇÁˇÎĹäÄÝŔť ľđšöą× ÇŐ´Ď´Ů" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 #, fuzzy msgid "debug option/argument processing" msgstr "ŔÎźö Ăł¸Ž°úÁ¤ (%d) ľľÁß łťşÎ żŔˇů°Ą šßťýÇß˝Ŕ´Ď´Ů :-(\n" -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 #, fuzzy msgid "debug package state machine" msgstr "ÄÄÇťĹÍŔÇ ťóĹÂ(state) ĆÄŔĎŔť ľđšöą× ÇŐ´Ď´Ů" -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 #, fuzzy msgid "use threads for package state machine" msgstr "ÄÄÇťĹÍŔÇ ťóĹÂ(state) ĆÄŔĎŔť ľđšöą× ÇŐ´Ď´Ů" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "rpmio ŔÔ/ĂâˇÂŔť ľđšöą× ÇŐ´Ď´Ů" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "URL Äł˝Ă Çھ鸾Ŕť ľđšöą× ÇŐ´Ď´Ů" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "" @@ -1771,18 +1781,18 @@ msgstr " msgid "malformed rollback time/date stamp argument" msgstr "ˇŃšé(rollback)ŔÇ ŔÎźöŔÎ ˝Ă°Ł/łŻÂĽ ˝şĹĆÇÁ°Ą żĂšŮ¸ŁÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptI.c:151 +#: lib/poptI.c:155 #, fuzzy msgid "add suggested packages to transaction" msgstr "źłÄĄ łťżëŔť ĹëÇŘ ĆĐĹ°Áö¸Ś ÁúŔÇ/°ËÁő ÇŐ´Ď´Ů" -#: lib/poptI.c:155 +#: lib/poptI.c:159 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" "ĆŻÁ¤ ĆÄŔĎŔť ťýˇŤÇĎąâ Ŕ§ÇŃ źłÁ¤ŔĚ ŔűżëľČ °ćżěżĄľľ, ĆĐĹ°Áö žČŔÇ ¸đľç ĆÄŔĎŔť źł" "ÄĄÇŐ´Ď´Ů" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" @@ -1790,153 +1800,159 @@ msgstr "" "<ĆĐĹ°Áö> Ŕ̸§°ú ŔĎÄĄÇĎ´Â ĆĐĹ°Áö´Â ¸đľÎ ÁŚ°ĹÇŐ´Ď´Ů (<ĆĐĹ°Áö>żĄ żŠˇŻ°łŔÇ ĆĐĹ°Áö" "¸Ś ľż˝ĂżĄ ÁöÁ¤ÇŇ °ćżěżĄ´Â żŔˇů°Ą šßťýÇŐ´Ď´Ů)" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 msgid "do not execute package scriptlet(s)" msgstr "ĆĐĹ°Áö ˝şĹŠ¸łĆ˛¸´(scriptlet)Ŕť ˝ÇÇŕÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptI.c:173 -msgid "relocate files in non-relocateable package" +#: lib/poptI.c:177 +#, fuzzy +msgid "relocate files in non-relocatable package" msgstr "ŔçščÄĄ ąâ´ÉŔĚ žř´Â ĆĐĹ°ÁöŔÇ ĆÄŔĎŔť ŔçščÄĄÇĎżŠ źłÄĄÇŐ´Ď´Ů" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "ÇĎşÎ-ľđˇşĹ与ˇÎ Ŕ̸§ şŻ°ć˝Ă ťčÁŚľČ ĆĐĹ°Áö ĆÄŔĎŔť ŔúŔĺÇŐ´Ď´Ů" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "ĆĐĹ°Áö¸Ś (ÁŚ°Ĺ) ťčÁŚÇŐ´Ď´Ů" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "+" msgstr "<ĆĐĹ°Áö>+" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 #, fuzzy msgid "do not install configuration files" msgstr "¸đľç źłÁ¤ ĆÄŔĎŔť łŞż­ÇŐ´Ď´Ů" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "ĆĐĹ°ÁöżĄ Ć÷ÇÔľČ šŽź­ ĆÄŔĎŔť źłÄĄÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptI.c:187 +#: lib/poptI.c:191 msgid "skip files with leading component " msgstr "<°ćˇÎ>ˇÎ ˝ĂŔ۾Ǵ ĆÄŔĎŔş źłÄĄÇĎÁö žĘ˝Ŕ´Ď´Ů " -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "<°ćˇÎ>" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "--replacepkgs żÍ --replacefiles żÉźÇŔť ľż˝ĂżĄ ťçżëÇŐ´Ď´Ů" -#: lib/poptI.c:195 +#: lib/poptI.c:199 msgid "upgrade package(s) if already installed" msgstr "ąâÁ¸żĄ źłÄĄľČ ĆĐĹ°Áö¸Ś ž÷ą×ˇšŔĚľĺ ÇŐ´Ď´Ů" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 msgid "+" msgstr "<ĆĐĹ°ÁöĆÄŔĎ>+" -#: lib/poptI.c:198 +#: lib/poptI.c:202 msgid "print hash marks as package installs (good with -v)" msgstr "" "ĆĐĹ°Áö źłÄĄ¸Ś ÇؽøśĹŠ(#)ˇÎ ÇĽ˝ĂÇŐ´Ď´Ů (-v żÉźÇ°ú ÇÔ˛˛ ťçżëÇĎ´Â °ÍŔĚ ÁÁ˝Ŕ´Ď" "´Ů)" -#: lib/poptI.c:201 +#: lib/poptI.c:205 msgid "don't verify package architecture" msgstr "ĆĐĹ°ÁöŔÇ žĆĹ°ĹŘĂĸŚ °ËťçÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "ĆĐĹ°ÁöŔÇ żîżľĂźÁŚ¸Ś °ËťçÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "ĆĐĹ°Áö¸Ś źłÄĄÇĎąâ ŔüżĄ ľđ˝şĹŠ °ř°ŁŔť °ËťçÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "ĆĐĹ°ÁöżĄ Ć÷ÇÔľČ šŽź­ ĆÄŔĎŔť źłÄĄÇŐ´Ď´Ů" -#: lib/poptI.c:212 +#: lib/poptI.c:216 #, fuzzy msgid "install package(s)" msgstr "ĆĐĹ°Áö¸Ś źłÄĄÇŐ´Ď´Ů" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "ĆÄŔϽýşĹŰŔť şŻ°ćÇĎÁö žĘ°í, ľĽŔĚĹÍşŁŔĚ˝ş¸Ś °ť˝ĹÇŐ´Ď´Ů" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "ĆĐĹ°ÁöŔÇ ŔÇÁ¸źşŔť °ËťçÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 msgid "don't verify MD5 digest of files" msgstr "ĆÄŔĎŔÇ MD5 Ăŕžŕ(digest)Ŕť °ËťçÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +#, fuzzy +msgid "don't install file security contexts" +msgstr "¸đľç źłÁ¤ ĆÄŔĎŔť łŞż­ÇŐ´Ď´Ů" + +#: lib/poptI.c:237 msgid "do not reorder package installation to satisfy dependencies" msgstr "ŔÇÁ¸źşŔĚ ŔÖ´Â ĆĐĹ°Áö¸Ś źłÄĄÇĎľľˇĎ Ŕçżäą¸ÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "%%pre ˝şĹŠ¸łĆ˛¸´(scriptlet)Ŕť ˝ÇÇŕÇĎÁö žĘ˝Ŕ´Ď´Ů (ŔÖŔť °ćżě)" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "%%post ˝şĹŠ¸łĆ˛¸´(scriptlet)Ŕť ˝ÇÇŕÇĎÁö žĘ˝Ŕ´Ď´Ů (ŔÖŔť °ćżě)" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "%%preun ˝şĹŠ¸łĆ˛¸´(scriptlet)Ŕť ˝ÇÇŕÇĎÁö žĘ˝Ŕ´Ď´Ů (ŔÖŔť °ćżě)" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "%%postun ˝şĹŠ¸łĆ˛¸´(scriptlet)Ŕť ˝ÇÇŕÇĎÁö žĘ˝Ŕ´Ď´Ů (ŔÖŔť °ćżě)" -#: lib/poptI.c:261 +#: lib/poptI.c:268 msgid "do not execute any scriptlet(s) triggered by this package" msgstr "" "ŔĚ ĆĐĹ°ÁöżĄ ŔÇÇŘ ťýźşľÇ´Â(triggered) žîś°ÇŃ ˝şĹŠ¸łĆ˛¸´(scriptlet)ľľ ˝ÇÇŕÇĎÁö " "žĘ˝Ŕ´Ď´Ů" -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "žîś°ÇŃ %%triggerprein ˝şĹŠ¸łĆ˛¸´(scriptlet)ľľ ˝ÇÇŕÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "žîś°ÇŃ %%triggerin ˝şĹŠ¸łĆ˛¸´(scriptlet)ľľ ˝ÇÇŕÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "žîś°ÇŃ %%triggerun ˝şĹŠ¸łĆ˛¸´(scriptlet)ľľ ˝ÇÇŕÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "žîś°ÇŃ %%triggerpostun ˝şĹŠ¸łĆ˛¸´(scriptlet)ľľ ˝ÇÇŕÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptI.c:277 +#: lib/poptI.c:284 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -1944,52 +1960,52 @@ msgstr "" "ŔĚŔü šöŔüŔÇ ĆĐĹ°ÁöˇÎ ´Ůżîą×ˇšŔĚľĺ ÇŐ´Ď´Ů (--force żÉźÇŔť ťçżë˝ĂżĄ´Â ŔĚ żÉźÇ" "ŔĚ ŔÚľżŔ¸ˇÎ ŔűżëľË´Ď´Ů)" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "ĆĐĹ°Áö źłÄĄ¸Ś ĆŰźžĆŽ(%)ˇÎ ÇĽ˝ĂÇŐ´Ď´Ů" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "" "ŔçščÄĄ ąâ´ÉŔĚ ŔÖ´Â ĆĐĹ°ÁöŔÇ °ćżě, ÁöÁ¤ÇŃ <ľđˇşĹ与>ˇÎ ŔçščÄĄÇĎżŠ źłÄĄÇŐ´Ď´Ů" -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "<ľđˇşĹ与>" -#: lib/poptI.c:286 +#: lib/poptI.c:293 msgid "relocate files from path to " msgstr "<ŔĚŔü°ćˇÎ>żĄź­ <ťőˇÎżî°ćˇÎ>ˇÎ ĆÄŔĎŔť ŔçščÄĄ ÇŐ´Ď´Ů" -#: lib/poptI.c:287 +#: lib/poptI.c:294 msgid "=" msgstr "<ŔĚŔü°ćˇÎ>=<ťőˇÎżî°ćˇÎ>" -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "ŔçĆĐĹ°ÂĄ(repackaging)Ŕ¸ˇÎ ŔÎÇŘ ťčÁŚľÇ´Â ĆĐĹ°Áö ĆÄŔĎŔť ŔúŔĺÇŐ´Ď´Ů" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "ĆĐĹ°Áö źłÄĄ˝Ă ąâÁ¸żĄ źłÄĄľÇžî ŔÖ´Â ĆÄŔĎŔť ľ¤žîžš´Ď´Ů" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "ĆĐĹ°Áö°Ą ŔĚšĚ źłÄĄľÇžî ŔÖ´Â °ćżěżĄľľ źłÄĄÇŐ´Ď´Ů" -#: lib/poptI.c:298 +#: lib/poptI.c:305 msgid "deinstall new, reinstall old, package(s), back to " msgstr "ťőˇÎ źłÄĄ ťčÁŚ, ŔĚŔü źłÄĄ Ŕ石ĥ, ĆĐĹ°Áö, <łŻÂĽ> şšą¸(back to date)" -#: lib/poptI.c:299 +#: lib/poptI.c:306 msgid "" msgstr "<łŻÂĽ>" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "ĆĐĹ°Áö¸Ś źłÄĄÇĎÁö žĘ°í, ÁŚ´ëˇÎ źłÄĄľÇ´ÂÁö¸¸ ČŽŔÎÇŐ´Ď´Ů" -#: lib/poptI.c:304 +#: lib/poptI.c:311 msgid "upgrade package(s)" msgstr "ĆĐĹ°Áö¸Ś ž÷ą×ˇšŔĚľĺ ÇŐ´Ď´Ů" @@ -2064,206 +2080,201 @@ msgstr " msgid "query/verify the package(s) which provide a dependency" msgstr "ŔÇÁ¸źşŔť ÁŚ°řÇĎ´Â ĆĐĹ°ÁöżĄ ´ëÇŘ ÁúŔÇ/°ËÁő ÇŐ´Ď´Ů" -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 msgid "list all configuration files" msgstr "¸đľç źłÁ¤ ĆÄŔĎŔť łŞż­ÇŐ´Ď´Ů" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 msgid "list all documentation files" msgstr "¸đľç šŽź­ ĆÄŔĎŔť łŞż­ÇŐ´Ď´Ů" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 msgid "dump basic file information" msgstr "ąâşť ĆÄŔĎ Á¤ş¸¸Ś ş¸żŠÁÝ´Ď´Ů" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 msgid "list files in package" msgstr "ĆĐĹ°Áö žČŔÇ ĆÄŔĎŔť łŞż­ÇŐ´Ď´Ů" -#: lib/poptQV.c:239 +#: lib/poptQV.c:243 #, c-format msgid "skip %%ghost files" msgstr "%%ghost ĆÄŔĎŔť ťýˇŤÇŐ´Ď´Ů" -#: lib/poptQV.c:243 +#: lib/poptQV.c:247 #, c-format msgid "skip %%license files" msgstr "%%license ĆÄŔĎŔť ťýˇŤÇŐ´Ď´Ů" -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, c-format msgid "skip %%readme files" msgstr "%%readme ĆÄŔĎŔť ťýˇŤÇŐ´Ď´Ů" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 msgid "use the following query format" msgstr "´ŮŔ˝ŔÇ ÁúŔÇ Çü˝ÄŔť ťçżëÇϽʽÿä" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 msgid "substitute i18n sections into spec file" msgstr "spec ĆÄŔĎ žČŔÇ i18n Ç׸ń(section)Ŕť ´ëĂź(substitute)ÇŐ´Ď´Ů" -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "łŞż­ľČ ĆÄŔĎŔÇ ťóĹÂ(state)¸Ś ş¸żŠÁÝ´Ď´Ů" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 msgid "don't verify size of files" msgstr "ĆÄŔĎŔÇ żëˇŽŔť °ËťçÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 msgid "don't verify symlink path of files" msgstr "ĆÄŔĎŔÇ ˝Éşź¸Ż ¸ľĹŠ °ćˇÎ¸Ś °ËťçÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 msgid "don't verify owner of files" msgstr "ĆÄŔĎŔÇ źŇŔŻŔÚ¸Ś °ËťçÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 msgid "don't verify group of files" msgstr "ĆÄŔĎŔÇ ą×ˇěŔť °ËťçÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "ĆÄŔĎŔÇ ĂÖÁž şŻ°ć ˝Ă°ŁŔť °ËťçÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 msgid "don't verify mode of files" msgstr "ĆÄŔĎŔÇ ¸đľĺ¸Ś °ËťçÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +#, fuzzy +msgid "don't verify file security contexts" +msgstr "ĆĐĹ°Áö žČŔÇ ĆÄŔĎŔť °ËťçÇĎÁö žĘ˝Ŕ´Ď´Ů" + +#: lib/poptQV.c:309 msgid "don't verify files in package" msgstr "ĆĐĹ°Áö žČŔÇ ĆÄŔĎŔť °ËťçÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 msgid "don't verify package dependencies" msgstr "ĆĐĹ°ÁöŔÇ ŔÇÁ¸źşŔť °ËťçÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 #, fuzzy msgid "don't execute verify script(s)" msgstr "%verifyscript¸Ś ˝ÇÇŕÇĎÁö žĘ˝Ŕ´Ď´Ů (ŔÖŔť °ćżě)" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 #, fuzzy msgid "don't verify GPG V3 DSA signature(s)" msgstr "SHA1 Ăŕžŕ(digest) Çě´ő¸Ś °ËťçÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 #, fuzzy msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "ĆÄŔĎŔÇ MD5 Ăŕžŕ(digest)Ŕť °ËťçÇĎÁö žĘ˝Ŕ´Ď´Ů" -#: lib/poptQV.c:366 +#: lib/poptQV.c:372 #, fuzzy msgid "sign package(s) (identical to --resign)" msgstr "ĆĐĹ°ÁöżĄ ź­¸íÇŐ´Ď´Ů (ąâÁ¸ŔÇ ź­¸íŔş ťčÁŚľË´Ď´Ů)" -#: lib/poptQV.c:368 +#: lib/poptQV.c:374 #, fuzzy msgid "verify package signature(s)" msgstr "ĆĐĹ°ÁöŔÇ ź­¸íŔť °ËťçÇŐ´Ď´Ů" -#: lib/poptQV.c:370 +#: lib/poptQV.c:376 msgid "import an armored public key" msgstr "" -#: lib/poptQV.c:372 +#: lib/poptQV.c:378 #, fuzzy msgid "sign package(s) (identical to --addsign)" msgstr "ĆĐĹ°ÁöżĄ ź­¸íÇŐ´Ď´Ů (ąâÁ¸ŔÇ ź­¸íŔş ťčÁŚľË´Ď´Ů)" -#: lib/poptQV.c:374 +#: lib/poptQV.c:380 msgid "generate signature" msgstr "ź­¸íŔť ŔŰźşÇŐ´Ď´Ů" -#: lib/psm.c:269 +#: lib/psm.c:268 msgid "source package expected, binary found\n" msgstr "źŇ˝ş ĆĐĹ°Áö°Ą ÇĘżäÇϸç, šŮŔ̳ʸŽ°Ą °ËťöľÇžú˝Ŕ´Ď´Ů\n" -#: lib/psm.c:394 +#: lib/psm.c:386 msgid "source package contains no .spec file\n" msgstr "źŇ˝ş ĆĐĹ°ÁöżĄ .spec ĆÄŔĎŔĚ Ć÷ÇԾǞî ŔÖÁö žĘ˝Ŕ´Ď´Ů\n" -#: lib/psm.c:480 +#: lib/psm.c:472 #, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "" -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "" -#: lib/psm.c:756 +#: lib/psm.c:751 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "" "%s: %s ˝şĹŠ¸łĆ˛¸´(scriptlet)ŔĚ ˝ÇĆĐÇß˝Ŕ´Ď´Ů (%d), %s-%s-%s(Ŕť)¸Ś ťýˇŤÇŐ´Ď´Ů\n" -#: lib/psm.c:762 +#: lib/psm.c:757 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "" "%2$s-%3$s-%4$sŔÇ %1$s ˝şĹŠ¸łĆ˛¸´(scriptlet) ˝ÇÇ࿥ ˝ÇĆĐÇß˝Ŕ´Ď´Ů, Ážˇá ťóȲ %5" "$d\n" -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, fuzzy, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "%s: %s-%s-%sżĄ %dŔÇ ĆÄŔĎŔĚ ŔÖ˝Ŕ´Ď´Ů, Ĺ×˝şĆŽ = %d\n" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, fuzzy, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "" "%s: %s ˝şĹŠ¸łĆ˛¸´(scriptlet)ŔĚ ˝ÇĆĐÇß˝Ŕ´Ď´Ů (%d), %s-%s-%s(Ŕť)¸Ś ťýˇŤÇŐ´Ď´Ů\n" -#: lib/psm.c:1439 +#: lib/psm.c:1432 #, fuzzy msgid "Unable to reload signature header\n" msgstr "ź­¸í(signature) Çě´ő¸Ś ´Ů˝Ă ŔĐžîżĂ źö žř˝Ŕ´Ď´Ů.\n" -#: lib/psm.c:1485 -#, c-format -msgid "user %s does not exist - using root\n" -msgstr "%s ťçżëŔÚ°Ą Á¸ŔçÇĎÁö žĘ˝Ŕ´Ď´Ů - root¸Ś ŔĚżëÇŐ´Ď´Ů\n" - -#: lib/psm.c:1494 -#, c-format -msgid "group %s does not exist - using root\n" -msgstr "%s ą×ˇěŔĚ Á¸ŔçÇĎÁö žĘ˝Ŕ´Ď´Ů - root¸Ś ŔĚżëÇŐ´Ď´Ů\n" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "žĆÄŤŔ̺긌 ÇŞ´ÂľĽ ˝ÇĆĐÇÔ%s%s: %s\n" -#: lib/psm.c:1547 +#: lib/psm.c:1511 msgid " on file " msgstr " ´ŮŔ˝ ĆÄŔĎŔÇ " -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, c-format msgid "%s failed on file %s: %s\n" msgstr "%2$s ĆÄŔĎŔÇ %1$s(ŔĚ)°Ą ˝ÇĆĐÇÔ: %3$s\n" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, c-format msgid "%s failed: %s\n" msgstr "%s(ŔĚ)°Ą ˝ÇĆĐÇÔ: %s\n" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, c-format msgid "incorrect format: %s\n" msgstr "żĂšŮ¸ŁÁö ¸řÇŃ Çü˝Ä: %s\n" @@ -2311,8 +2322,8 @@ msgstr " msgid "package has neither file owner or id lists\n" msgstr "ĆĐĹ°ÁöżĄ ĆÄŔĎ źŇŔŻŔÚ śÇ´Â id ¸ńˇĎŔĚ žř˝Ŕ´Ď´Ů\n" -#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, c-format msgid "open of %s failed: %s\n" @@ -2327,7 +2338,7 @@ msgstr "%s( msgid "old format source packages cannot be queried\n" msgstr "ŔĚŔü Çü˝ÄŔÇ źŇ˝ş ĆĐĹ°Áö´Â ÁúŔÇÇŇ źö žř˝Ŕ´Ď´Ů\n" -#: lib/query.c:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, fuzzy, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "%s(żÍ)°ú ŔĎÄĄÇĎ´Â ĆĐĹ°Áö°Ą žřŔ˝: %s\n" @@ -2396,17 +2407,17 @@ msgstr " msgid "record %u could not be read\n" msgstr "ąâˇĎ(record) šřČŁ %u(Ŕş)´Â ŔĐŔť źö žř˝Ŕ´Ď´Ů\n" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, c-format msgid "package %s is not installed\n" msgstr "%s ĆĐĹ°Áö°Ą źłÄĄľÇžî ŔÖÁö žĘ˝Ŕ´Ď´Ů\n" -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 #, fuzzy msgid "(added files)" msgstr "Ŕ߸řľČ db ĆÄŔĎ %s\n" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 #, fuzzy msgid "(added provide)" msgstr "%s: %-45s żš (ÁŚ°řŔĚ Ăß°ĄľĘ)\n" @@ -2532,36 +2543,36 @@ msgstr " %s A %s\tB %s\n" msgid "package %s has unsatisfied %s: %s\n" msgstr "%s ĆĐĹ°ÁöŔÇ ÇĘżäťçÇ×(łťżŞ)ŔĚ ¸¸ÁˇÇĎÁö žĘŔ˝: %s\n" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "missingok Ç᥹סΠŔÎÇŘ %s(Ŕť)¸Ś ťýˇŤÇŐ´Ď´Ů\n" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 msgid "========== relocations\n" msgstr "========== ŔçščÄĄ\n" -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, c-format msgid "%5d exclude %s\n" msgstr "%5d ÁŚżÜ %s\n" -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, c-format msgid "%5d relocate %s -> %s\n" msgstr "%5d ŔçščÄĄ %s -> %s\n" -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, c-format msgid "excluding %s %s\n" msgstr "%s %s(Ŕť)¸Ś ÁŚżÜ˝ĂĹľ´Ď´Ů\n" -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, c-format msgid "relocating %s to %s\n" msgstr "%s(Ŕť)¸Ś %s(Ŕ¸)ˇÎ ŔçščÄĄ ÇŐ´Ď´Ů\n" -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, c-format msgid "relocating directory %s to %s\n" msgstr "%s ľđˇşĹ与¸Ś %s(Ŕ¸)ˇÎ ŔçščÄĄ ÇŐ´Ď´Ů\n" @@ -2593,88 +2604,88 @@ msgstr " msgid "Upgrading packages..." msgstr "ĆĐĹ°Áö¸Ś ž÷ą×ˇšŔĚľĺ ÇŐ´Ď´Ů" -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, fuzzy, c-format msgid "Adding goal: %s\n" msgstr "%s(Ŕť)¸Ś ĂŁ´Â Áß: (%s ťçżë)...\n" -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, c-format msgid "Retrieving %s\n" msgstr "%s(Ŕť)¸Ś şšą¸ÇŐ´Ď´Ů\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:422 +#: lib/rpminstall.c:436 #, c-format msgid " ... as %s\n" msgstr " ... %s(Ŕ¸)ˇÎ\n" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "%s(Ŕť)¸Ś ťýˇŤÇŐ´Ď´Ů - ŔüźŰ(transfer)żĄ ˝ÇĆĐÇÔ - %s\n" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, c-format msgid "%s cannot be installed\n" msgstr "%s(Ŕş)´Â źłÄĄÇŇ źö žř˝Ŕ´Ď´Ů\n" -#: lib/rpminstall.c:523 -#, c-format -msgid "package %s is not relocateable\n" +#: lib/rpminstall.c:537 +#, fuzzy, c-format +msgid "package %s is not relocatable\n" msgstr "%s ĆĐĹ°Áö´Â ŔçščÄĄÇŇ źö žř˝Ŕ´Ď´Ů\n" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" msgstr "%s ĆÄŔĎŔť ŔĐ´Â ľľÁß żŔˇů°Ą šßťýÇß˝Ŕ´Ď´Ů\n" -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "%s ĆÄŔĎŔş ĂֽŠšöŔüŔÇ RPMŔť ÇĘżäˇÎ ÇŐ´Ď´Ů\n" -#: lib/rpminstall.c:623 +#: lib/rpminstall.c:637 #, c-format msgid "found %d source and %d binary packages\n" msgstr "%dŔÇ źŇ˝şżÍ %dŔÇ šŮŔ̳ʸŽ ĆĐĹ°Áö°Ą °ËťöľÇžú˝Ŕ´Ď´Ů\n" -#: lib/rpminstall.c:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 #, fuzzy msgid "Failed dependencies:\n" msgstr "ŔÇÁ¸źş šŽÁŚˇÎ ŔÎÇŘ ˝ÇĆĐÇÔ:\n" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr "" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 msgid "installing binary packages\n" msgstr "šŮŔ̳ʸŽ ĆĐĹ°Áö¸Ś źłÄĄÇŐ´Ď´Ů\n" -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, c-format msgid "cannot open file %s: %s\n" msgstr "%s ĆÄŔĎŔť ż­ źö žřŔ˝: %s\n" -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" żŠˇŻ°łŔÇ ĆĐĹ°Áö¸Ś ÁöÁ¤ÇŐ´Ď´Ů\n" -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, c-format msgid "cannot open %s: %s\n" msgstr "%s(Ŕť)¸Ś ż­ źö žřŔ˝: %s\n" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, c-format msgid "Installing %s\n" msgstr "%s(Ŕť)¸Ś źłÄĄÇŐ´Ď´Ů\n" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "" @@ -2741,8 +2752,8 @@ msgid "package %s is already installed" msgstr "%s ĆĐĹ°Áö´Â ŔĚšĚ źłÄĄľÇžî ŔÖ˝Ŕ´Ď´Ů" #: lib/rpmps.c:223 -#, c-format -msgid "path %s in package %s is not relocateable" +#, fuzzy, c-format +msgid "path %s in package %s is not relocatable" msgstr "%2$s ĆĐĹ°Áö žČŔÇ %1$s °ćˇÎ´Â ŔçščÄĄÇŇ źö žř˝Ŕ´Ď´Ů" #: lib/rpmps.c:228 @@ -2896,50 +2907,75 @@ msgstr "%s( msgid "Unable to open %s for reading: %s.\n" msgstr "%s(Ŕť)¸Ś ż­ źö žřŔ˝: %s.\n" -#: lib/rpmts.c:162 +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + +#: lib/rpmts.c:163 #, c-format msgid "cannot open Packages database in %s\n" msgstr "%s žČŔÇ ĆĐĹ°Áö ľĽŔĚĹÍşŁŔĚ˝ş¸Ś ż­ źö žř˝Ŕ´Ď´Ů\n" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, fuzzy, c-format msgid "extra '(' in package label: %s\n" msgstr "şÎŔűÇŐÇŃ ĆĐĹ°Áö šřČŁ: %s\n" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, fuzzy, c-format msgid "missing '(' in package label: %s\n" msgstr "%s %sżĄ '(' °Ą žř˝Ŕ´Ď´Ů\n" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, fuzzy, c-format msgid "missing ')' in package label: %s\n" msgstr "şÎŔűÇŐÇŃ ĆĐĹ°Áö šřČŁ: %s\n" -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, fuzzy, c-format msgid "cannot open Solve database in %s\n" msgstr "%sŔÇ rpm ľĽŔĚĹÍşŁŔĚ˝ş¸Ś ż­ źö žř˝Ŕ´Ď´Ů\n" -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, fuzzy, c-format msgid "Adding: %s\n" msgstr "Çŕ: %s\n" -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, fuzzy, c-format msgid "Suggesting: %s\n" msgstr "%s(Ŕť)¸Ś şšą¸ÇŐ´Ď´Ů\n" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 msgid "mounted filesystems:\n" msgstr "" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr "" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "" @@ -3146,12 +3182,12 @@ msgstr "" msgid "computing file dispositions\n" msgstr "" -#: lib/verify.c:288 +#: lib/verify.c:319 #, fuzzy, c-format msgid "missing %c %s" msgstr "´ŮŔ˝Ŕť ĂŁŔť źö žřŔ˝ %s" -#: lib/verify.c:397 +#: lib/verify.c:433 #, fuzzy, c-format msgid "Unsatisfied dependencies for %s: " msgstr "%s-%s-%sżĄ ŔÇÁ¸źş šŽÁŚ šßťý: " @@ -3353,166 +3389,166 @@ msgstr "db%2$d( msgid "cannot open %s index\n" msgstr "%s ŔÎľŚ˝ş¸Ś ż­ źö žř˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 msgid "no dbpath has been set\n" msgstr "db°ćˇÎ°Ą źłÁ¤ľÇžî ŔÖÁö žĘ˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "" "%3$s ŔÎľŚ˝şżĄź­ \"%2$s\" ˇšÄھ希 žň´Â ľľÁß żŔˇů(%1$d)°Ą šßťýÇß˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "%3$s(Ŕ¸)ˇÎ %2$s ˇšÄھ希 ŔúŔĺÇĎ´Â ľľÁß żŔˇů(%1$d)°Ą šßťýÇß˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, fuzzy, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "rpmdb: źŐťóľČ Çě´ő #%u(ŔĚ)°Ą şšą¸(retrieved)ľÇžú˝Ŕ´Ď´Ů, ťýˇŤÇŐ´Ď´Ů.\n" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "%s: 0x%xŔÇ Çě´ő¸Ś ŔĐŔť źö žř˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "" "%3$s ŔÎľŚ˝şżĄź­ \"%2$s\" ˇšÄھ希 žň´Â ľľÁß żŔˇů(%1$d)°Ą šßťýÇß˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "%2$s ŔÎľŚ˝şżĄź­ \"%1$s\"(Ŕť)¸Ś ťčÁŚÇŐ´Ď´Ů.\n" -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, c-format msgid "removing %d entries from %s index.\n" msgstr "%2$s ŔÎľŚ˝şżĄź­ %1$d Ç׸ńľé(entries)Ŕť ťčÁŚÇŐ´Ď´Ů.\n" -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "" "%3$s ŔÎľŚ˝şżĄź­ \"%2$s\" ˇšÄھ希 žň´Â ľľÁß żŔˇů(%1$d)°Ą šßťýÇß˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "%3$s(Ŕ¸)ˇÎ %2$s ˇšÄھ希 ŔúŔĺÇĎ´Â ľľÁß żŔˇů(%1$d)°Ą šßťýÇß˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "%3$sżĄź­ %2$s ˇšÄھ希 ťčÁŚÇĎ´Â ľľÁß żŔˇů(%1$d)°Ą šßťýÇß˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "ťőˇÎżî ĆĐĹ°Áö¸Ś ščÄĄÇĎ´Â ľľÁß żŔˇů(%d)°Ą šßťýÇß˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 #, fuzzy msgid "rpmdbAdd: skipping" msgstr "rpmdb: źŐťóľČ Çě´ő #%u(ŔĚ)°Ą şšą¸(retrieved)ľÇžú˝Ŕ´Ď´Ů, ťýˇŤÇŐ´Ď´Ů.\n" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "%2$s ŔÎľŚ˝şżĄ \"%1$s\"(Ŕť)¸Ś Ăß°ĄÇŐ´Ď´Ů.\n" -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, c-format msgid "adding %d entries to %s index.\n" msgstr "%2$s ŔÎľŚ˝şżĄ %1$d Ç׸ńľé(entries)Ŕť Ăß°ĄÇŐ´Ď´Ů.\n" -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "%3$s(Ŕ¸)ˇÎ %2$s ˇšÄھ希 ŔúŔĺÇĎ´Â ľľÁß żŔˇů(%1$d)°Ą šßťýÇß˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "db3¸Ś Ŕ繸ĂŕÇŃ ČÄżĄ %s(Ŕť)¸Ś ťčÁŚÇŐ´Ď´Ů.\n" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "db°ćˇÎ°Ą źłÁ¤ľÇžî ŔÖÁö žĘ˝Ŕ´Ď´Ů" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, c-format msgid "rebuilding database %s into %s\n" msgstr "%2$sżĄ %1$s ľĽŔĚĹÍşŁŔĚ˝ş¸Ś Ŕ繸Ăŕ ÇŐ´Ď´Ů\n" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, c-format msgid "temporary database %s already exists\n" msgstr "Ŕӽà ľĽŔĚĹÍşŁŔĚ˝ş %s(ŔĚ)°Ą ŔĚšĚ Á¸ŔçÇŐ´Ď´Ů\n" -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, c-format msgid "creating directory %s\n" msgstr "%s ľđˇşĹ与¸Ś ťýźşÇŐ´Ď´Ů\n" -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, c-format msgid "creating directory %s: %s\n" msgstr "%s ľđˇşĹ与¸Ś ťýźşÇÔ: %s\n" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, c-format msgid "opening old database with dbapi %d\n" msgstr "dbapi %dˇÎ ŔĚŔü ľĽŔĚĹÍşŁŔĚ˝ş¸Ś żą´Ď´Ů\n" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, c-format msgid "opening new database with dbapi %d\n" msgstr "dbapi %dˇÎ ťőˇÎżî ľĽŔĚĹÍşŁŔĚ˝ş¸Ś żą´Ď´Ů\n" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, fuzzy, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "ľĽŔĚĹÍşŁŔĚ˝şŔÇ ˇšÄÚľĺ šřČŁ %u(ŔĚ)°Ą Ŕ߸řľÇžú˝Ŕ´Ď´Ů -- ťýˇŤÇŐ´Ď´Ů.\n" -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, c-format msgid "cannot add record originally at %u\n" msgstr "%użĄ ĂłŔ˝şÎĹÍ ˇšÄھ希 Ăß°ĄÇŇ źö žř˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 msgid "failed to rebuild database: original database remains in place\n" msgstr "" "ľĽŔĚĹÍşŁŔĚ˝ş¸Ś Ŕ繸ĂŕÇĎ´ÂľĽ ˝ÇĆĐÇÔ: żřşť ľĽŔĚĹÍşŁŔĚ˝ş´Â ą×´ëˇÎ ŔŻÁöľË´Ď´Ů\n" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "ŔĚŔü ľĽŔĚĹÍşŁŔĚ˝ş¸Ś ťőˇÎżî ľĽŔĚĹÍşŁŔĚ˝şˇÎ ąłĂźÇĎ´ÂľĽ ˝ÇĆĐÇß˝Ŕ´Ď´Ů!\n" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "şšą¸ÇĎąâ Ŕ§ÇŘ %2$sŔÇ ĆÄŔĎŔť %1$sŔÇ ĆÄŔϡΠąłĂźÇŐ´Ď´Ů" -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, c-format msgid "removing directory %s\n" msgstr "%s ľđˇşĹ与¸Ś ťčÁŚÇŐ´Ď´Ů\n" -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "%s ľđˇşĹ与¸Ś ťčÁŚÇĎ´ÂľĽ ˝ÇĆĐÇÔ: %s\n" @@ -3568,42 +3604,42 @@ msgstr " msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "¸ĹĹŠˇÎ %%%s (%s)´Â ˇšş§ %d ŔĚÇĎżĄź­´Â ťçżëÇŇ źö žř˝Ŕ´Ď´Ů\n" -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "%2$s(%3$s)żĄ žË źö žř´Â żÉźÇ %1$c(ŔĚ)°Ą ŔÖ˝Ŕ´Ď´Ů\n" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "šÝşš Č˝źö(%d)°Ą ĂÖ´ëÄĄ(%d) ş¸´Ů ĹŽ´Ď´Ů\n" -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, c-format msgid "Unterminated %c: %s\n" msgstr "%c(ŔĚ)°Ą ÁžˇáľÇÁö žĘŔ˝: %s\n" -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "'%%' ´ŮŔ˝żĄ Ăł¸ŽÇŇ źö žř´Â(unparseable) ¸ĹĹŠˇÎ°Ą ŔÖ˝Ŕ´Ď´Ů\n" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "¸ĹĹŠˇÎ %%%.*s¸Ś ĂŁŔť źö žř˝Ŕ´Ď´Ů, ťýˇŤÇŐ´Ď´Ů\n" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 msgid "Target buffer overflow\n" msgstr "¸ńÇĽ´ëťó(Target) šöĆŰ żŔšöÇáοě\n" #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, c-format msgid "File %s: %s\n" msgstr "%s ĆÄŔĎ: %s\n" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, c-format msgid "File %s is smaller than %u bytes\n" msgstr "%s ĆÄŔĎŔĚ %u šŮŔĚĆŽ ş¸´Ů Ŕű˝Ŕ´Ď´Ů\n" diff --git a/po/no.po b/po/no.po index 044b9ae25..d7419ac4f 100644 --- a/po/no.po +++ b/po/no.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "PO-Revision-Date: 2001-06-27 12:24+0200\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian \n" @@ -20,44 +20,44 @@ msgstr "feil med avhengigheter under bygging:\n" msgid "Unable to open spec file %s: %s\n" msgstr "Kunne ikke ĺpne spec fil %s: %s\n" -#: build.c:152 build.c:164 +#: build.c:150 build.c:162 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Kunne ikke ĺpne tar-rřr: %m\n" #. Give up -#: build.c:171 +#: build.c:169 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Feil under lesing av spec-fil fra %s\n" -#: build.c:199 +#: build.c:197 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Feil under endring av navn fra %s til %s: %m\n" -#: build.c:239 +#: build.c:237 #, c-format msgid "failed to stat %s: %m\n" msgstr "kunne ikke kjřre stat pĺ %s: %m\n" -#: build.c:244 +#: build.c:242 #, c-format msgid "File %s is not a regular file.\n" msgstr "Fil %s er ikke en vanlig fil.\n" -#: build.c:253 +#: build.c:251 #, 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:324 +#: build.c:322 #, c-format msgid "Building target platforms: %s\n" msgstr "Bygger mĺlplattformene: %s\n" -#: build.c:339 +#: build.c:337 #, c-format msgid "Building for target %s\n" msgstr "Bygger for mĺl %s\n" @@ -109,7 +109,7 @@ msgstr "" msgid "%s: %s\n" msgstr "%s: %s\n" -#: rpmqv.c:129 lib/poptALL.c:114 +#: rpmqv.c:129 lib/poptALL.c:119 #, c-format msgid "RPM version %s\n" msgstr "RPM versjon %s\n" @@ -418,166 +418,166 @@ msgstr "&& og || ikke st msgid "syntax error in expression\n" msgstr "syntaksfeil i uttrykk\n" -#: build/files.c:278 +#: build/files.c:280 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "TIDSJEKK feil: %s\n" -#: build/files.c:343 build/files.c:543 build/files.c:739 +#: build/files.c:345 build/files.c:545 build/files.c:741 #, c-format msgid "Missing '(' in %s %s\n" msgstr "Mangler '(' i %s %s\n" -#: build/files.c:354 build/files.c:673 build/files.c:750 +#: build/files.c:356 build/files.c:675 build/files.c:752 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "Mangler ')' i %s(%s\n" -#: build/files.c:392 build/files.c:698 +#: build/files.c:394 build/files.c:700 #, c-format msgid "Invalid %s token: %s\n" msgstr "Ugyldig %s-tegn: %s\n" -#: build/files.c:502 +#: build/files.c:504 #, fuzzy, c-format msgid "Missing %s in %s %s\n" msgstr "Mangler '(' i %s %s\n" -#: build/files.c:559 +#: build/files.c:561 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "" -#: build/files.c:597 +#: build/files.c:599 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "" -#: build/files.c:607 +#: build/files.c:609 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "" -#: build/files.c:619 +#: build/files.c:621 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "" -#: build/files.c:777 +#: build/files.c:779 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "" #. @innercontinue@ -#: build/files.c:788 +#: build/files.c:790 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "" -#: build/files.c:917 +#: build/files.c:919 #, c-format msgid "Hit limit for %%docdir\n" msgstr "" -#: build/files.c:925 +#: build/files.c:927 #, c-format msgid "Only one arg for %%docdir\n" msgstr "" #. We already got a file -- error -#: build/files.c:959 +#: build/files.c:961 #, c-format msgid "Two files on one line: %s\n" msgstr "To filer pĺ én linje: %s\n" -#: build/files.c:976 +#: build/files.c:978 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Filen mĺ begynne med \"/\": %s\n" -#: build/files.c:989 +#: build/files.c:991 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Kan ikke blande spesiell %%doc med andre skjema: %s\n" -#: build/files.c:1141 +#: build/files.c:1149 #, c-format msgid "File listed twice: %s\n" msgstr "Fil listet to ganger: %s\n" -#: build/files.c:1280 +#: build/files.c:1288 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Symbolsk lenke peker til BuildRoot: %s -> %s\n" -#: build/files.c:1520 +#: build/files.c:1535 #, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "" -#: build/files.c:1544 +#: build/files.c:1559 #, c-format msgid "File not found: %s\n" msgstr "Fil ikke funnet: %s\n" -#: build/files.c:1752 +#: build/files.c:1767 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: readLead feilet\n" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1804 +#: build/files.c:1819 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "" -#: build/files.c:1828 +#: build/files.c:1843 #, fuzzy, c-format msgid "Glob not permitted: %s\n" msgstr "linje %d: Filnavn ikke tillatt: %s\n" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, c-format msgid "File not found by glob: %s\n" msgstr "" -#: build/files.c:1905 +#: build/files.c:1920 #, c-format msgid "Could not open %%files file %s: %s\n" msgstr "Kunne ikke ĺpne spec fil %s: %s\n" -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, c-format msgid "line: %s\n" msgstr "Installerer %s\n" -#: build/files.c:2307 +#: build/files.c:2323 #, c-format msgid "Bad file: %s: %s\n" msgstr "Ugyldig fil %s: %s\n" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "Ugyldig eier/gruppe: %s\n" -#: build/files.c:2363 +#: build/files.c:2379 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "ingen pakke utlřser %s\n" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2414 +#: build/files.c:2430 #, c-format msgid "Processing files: %s-%s-%s\n" msgstr "" @@ -720,7 +720,7 @@ msgstr "Kunne ikke msgid "Could not open %s: %s\n" msgstr "Kunne ikke ĺpne %s: %s\n" -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, c-format msgid "Unable to write package: %s\n" msgstr "Kunne ikke skrive pakke: %s\n" @@ -750,7 +750,7 @@ msgstr "Kunne ikke lese \"payload\" fra %s: %s\n" msgid "Unable to write payload to %s: %s\n" msgstr "Kunne ikke skrive \"payload\" til %s: %s\n" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "Skrev: %s\n" @@ -1235,20 +1235,20 @@ msgstr "ikke verifiser pakkeavhengigheter" msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 #, fuzzy msgid "don't verify package digest(s)" msgstr "ikke verifiser pakkeavhengigheter" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 #, fuzzy msgid "don't verify database header(s) when retrieved" msgstr "ikke verifiser pakkearkitektur" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 #, fuzzy msgid "don't verify package signature(s)" msgstr "verifiser pakkesignatur" @@ -1319,31 +1319,31 @@ msgstr "Ugyldig magi" msgid "Bad/unreadable header" msgstr "Ugyldig/ulesbar header" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "For stor header" -#: lib/cpio.c:233 +#: lib/cpio.c:234 msgid "Unknown file type" msgstr "Ukjent filtype" -#: lib/cpio.c:234 +#: lib/cpio.c:235 msgid "Missing hard link(s)" msgstr "Mangler hard(e) lenke(er)" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "MD5-sum stemmer ikke" -#: lib/cpio.c:236 +#: lib/cpio.c:237 msgid "Internal error" msgstr "Intern feil" -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "" -#: lib/cpio.c:250 +#: lib/cpio.c:251 msgid " failed - " msgstr " feilet - " @@ -1474,46 +1474,56 @@ msgstr "Fil %s: %s\n" msgid "file %s is on an unknown device\n" msgstr "fil %s er pĺ en ukjent enhet\n" -#: lib/fsm.c:350 +#: lib/fsm.c:352 msgid "========== Directories not explicitly included in package:\n" msgstr "" -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, fuzzy, c-format msgid "%10d %s\n" msgstr "%9d %s\n" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, c-format +msgid "user %s does not exist - using root\n" +msgstr "" + +#: lib/fsm.c:776 +#, c-format +msgid "group %s does not exist - using root\n" +msgstr "" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "" -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, c-format msgid "%s saved as %s\n" msgstr "%s lagret som %s\n" -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "%s rmdir av %s feilet: Katalogen er ikke tom\n" -#: lib/fsm.c:1888 +#: lib/fsm.c:1929 #, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "%s rmdir av %s feilet: %s\n" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, c-format msgid "%s unlink of %s failed: %s\n" msgstr "%s unlink av %s feilet: %s\n" -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, c-format msgid "%s created as %s\n" msgstr "%s opprettet som %s\n" @@ -1629,113 +1639,113 @@ msgstr "%s: readLead feilet\n" msgid "%s: Fread failed: %s\n" msgstr "%s: Fread feilet: %s\n" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 #, fuzzy msgid "print macro expansion of EXPR" msgstr "skriv ut makroutvidelsen av +" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 #, fuzzy msgid "read instead of default file(s)" msgstr "les i stedet for standard makrofil(er)" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "slĺ av bruk av libio(3) API" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 #, fuzzy msgid "send stdout to CMD" msgstr "send stdout til " -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 #, fuzzy msgid "use ROOT as top level directory" msgstr "bruk som toppnivĺkatalog" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "vis kjente tagger for spřrring" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "vis endelig rpmrc og makrokonfigurasjon" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "gi mindre detaljert info" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "gi mer detaljert info" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "skriv ut hvilken versjon av rpm som brukes" -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 msgid "debug payload file state machine" msgstr "" -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 msgid "use threads for file state machine" msgstr "" -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "feilsřking pĺ protokoll-datastrřm" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 #, fuzzy msgid "debug option/argument processing" msgstr "Intern feil i argumentprosesseringen (%d) :-(\n" -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 msgid "debug package state machine" msgstr "" -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 msgid "use threads for package state machine" msgstr "" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "feilsřk rpmio I/U" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "feilsřk URL-cache hĺndtering" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "" @@ -1764,16 +1774,16 @@ msgstr "" msgid "malformed rollback time/date stamp argument" msgstr "" -#: lib/poptI.c:151 +#: lib/poptI.c:155 #, fuzzy msgid "add suggested packages to transaction" msgstr "spřr/verifiser pakke(r) i gruppe" -#: lib/poptI.c:155 +#: lib/poptI.c:159 msgid "install all files, even configurations which might otherwise be skipped" msgstr "installer alle filer, selv konfigurasjoner som ellers kan hoppes over" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" @@ -1781,149 +1791,155 @@ msgstr "" "fjern alle pakker som er lik (normalt vil en feil genereres hvis " " spesifiserer flere pakker)" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 msgid "do not execute package scriptlet(s)" msgstr "ikke kjřr pakkespesifikke skriptlet" -#: lib/poptI.c:173 -msgid "relocate files in non-relocateable package" +#: lib/poptI.c:177 +#, fuzzy +msgid "relocate files in non-relocatable package" msgstr "omplasser filer i ikke-omplasserbar pakke" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "lagre slettede pakkefiler ved ĺ endre navn til underkatalog" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "slett (avinstaller) pakke" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "+" msgstr "+" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 #, fuzzy msgid "do not install configuration files" msgstr "ikke installer dokumentasjon" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "ikke installer dokumentasjon" -#: lib/poptI.c:187 +#: lib/poptI.c:191 msgid "skip files with leading component " msgstr "hopp over filer med innledende komponent " -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "forkortning for --replacepkgs --replacefiles" -#: lib/poptI.c:195 +#: lib/poptI.c:199 msgid "upgrade package(s) if already installed" msgstr "oppgrader pakke(r) hvis allerede installert" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 msgid "+" msgstr "+" -#: lib/poptI.c:198 +#: lib/poptI.c:202 msgid "print hash marks as package installs (good with -v)" msgstr "skriv ut skigarder etter som pakken installeres (nyttig med -v)" -#: lib/poptI.c:201 +#: lib/poptI.c:205 msgid "don't verify package architecture" msgstr "ikke verifiser pakkearkitektur" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "ikke verifiser operativsystem for pakken" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "ikke sjekk diskplass fřr installasjon" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "installer dokumentasjon" -#: lib/poptI.c:212 +#: lib/poptI.c:216 #, fuzzy msgid "install package(s)" msgstr "installer pakke" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "oppdater databasen, men ikke modifiser filsystemet" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "ikke verifiser pakkeavhengigheter" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 msgid "don't verify MD5 digest of files" msgstr "" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +#, fuzzy +msgid "don't install file security contexts" +msgstr "ikke installer dokumentasjon" + +#: lib/poptI.c:237 msgid "do not reorder package installation to satisfy dependencies" msgstr "ikke ordne pakkeinstallasjon for ĺ tilfredsstille avhengigheter" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "ikke kjřr noen %%pre skriptlet (hvis noen)" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "ikke kjřr %%post skriptlet (hvis noen)" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "ikke kjřr %%preun skriptlet (hvis noen)" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "ikke kjřr %%postun skriptlet (hvis noen)" -#: lib/poptI.c:261 +#: lib/poptI.c:268 msgid "do not execute any scriptlet(s) triggered by this package" msgstr "Ikke kjřr noen skriptlets som utlřses av denne pakken" -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "ikke kjřr %%triggerprein skriptlets" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "ikke kjřr %%triggerin skriptlets" -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "ikke kjřr %%triggerun skriplets" -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "ikke kjřr %%triggerpostun skriptlets" -#: lib/poptI.c:277 +#: lib/poptI.c:284 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -1931,52 +1947,52 @@ msgstr "" "oppgrader til en gammel versjon av pakken (--force ved oppgraderinger gjřr " "dette automatisk)" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "skriv ut prosentvis fremgang etter som pakken installeres" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "omplasser pakken til , hvis den er omplasserbar" -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "" -#: lib/poptI.c:286 +#: lib/poptI.c:293 msgid "relocate files from path to " msgstr "omplasser filer fra sti til " -#: lib/poptI.c:287 +#: lib/poptI.c:294 msgid "=" msgstr "=" -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "lagre slettede pakkefiler ved ompakking" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "installer selv om pakken erstatter installerte filer" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "reinstaller selv om pakken allerede er installert" -#: lib/poptI.c:298 +#: lib/poptI.c:305 msgid "deinstall new, reinstall old, package(s), back to " msgstr "" -#: lib/poptI.c:299 +#: lib/poptI.c:306 #, fuzzy msgid "" msgstr "" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "ikke installer, men si ifra om det ville virke eller ikke" -#: lib/poptI.c:304 +#: lib/poptI.c:311 msgid "upgrade package(s)" msgstr "oppgrader pakke(r)" @@ -2055,201 +2071,196 @@ msgstr "sp msgid "query/verify the package(s) which provide a dependency" msgstr "spřr etter pakker som tilbyr funksjonalitet" -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 msgid "list all configuration files" msgstr "" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 msgid "list all documentation files" msgstr "" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 msgid "dump basic file information" msgstr "" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 msgid "list files in package" msgstr "" -#: lib/poptQV.c:239 -#, c-format -msgid "skip %%ghost files" -msgstr "" - #: lib/poptQV.c:243 #, c-format +msgid "skip %%ghost files" +msgstr "" + +#: lib/poptQV.c:247 +#, c-format msgid "skip %%license files" msgstr "" -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, c-format msgid "skip %%readme files" msgstr "" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 msgid "use the following query format" msgstr "" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 msgid "substitute i18n sections into spec file" msgstr "" -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 msgid "don't verify size of files" msgstr "ikke verifiser střrrelse pĺ filer" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 msgid "don't verify symlink path of files" msgstr "ikke verifiser sti til symbolske lenker for filer" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 msgid "don't verify owner of files" msgstr "ikke verifiser eier av filer" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 msgid "don't verify group of files" msgstr "ikke verifiser gruppe for filer" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "ikke verifisert endringsdato for filer" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 msgid "don't verify mode of files" msgstr "ikke verifiser modus for filer" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +#, fuzzy +msgid "don't verify file security contexts" +msgstr "ikke verifiser filer i pakke" + +#: lib/poptQV.c:309 msgid "don't verify files in package" msgstr "ikke verifiser filer i pakke" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 msgid "don't verify package dependencies" msgstr "ikke verifiser pakkeavhengigheter" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 #, fuzzy msgid "don't execute verify script(s)" msgstr "ikke kjřr %verifyscript (hvis noen)" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 #, fuzzy msgid "don't verify GPG V3 DSA signature(s)" msgstr "ikke verifiser header SHA1 digest" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "" -#: lib/poptQV.c:366 -#, fuzzy -msgid "sign package(s) (identical to --resign)" -msgstr "signer en pakke (forkast nĺvćrende signatur)" - -#: lib/poptQV.c:368 -#, fuzzy -msgid "verify package signature(s)" -msgstr "verifiser pakkesignatur" - -#: lib/poptQV.c:370 -msgid "import an armored public key" -msgstr "" - #: lib/poptQV.c:372 #, fuzzy -msgid "sign package(s) (identical to --addsign)" +msgid "sign package(s) (identical to --resign)" msgstr "signer en pakke (forkast nĺvćrende signatur)" #: lib/poptQV.c:374 +#, fuzzy +msgid "verify package signature(s)" +msgstr "verifiser pakkesignatur" + +#: lib/poptQV.c:376 +msgid "import an armored public key" +msgstr "" + +#: lib/poptQV.c:378 +#, fuzzy +msgid "sign package(s) (identical to --addsign)" +msgstr "signer en pakke (forkast nĺvćrende signatur)" + +#: lib/poptQV.c:380 msgid "generate signature" msgstr "generer signatur" -#: lib/psm.c:269 +#: lib/psm.c:268 msgid "source package expected, binary found\n" msgstr "kildepakke forventet, binćr funnet\n" -#: lib/psm.c:394 +#: lib/psm.c:386 msgid "source package contains no .spec file\n" msgstr "kildepakke inneholder ikke en .spec-fil\n" -#: lib/psm.c:480 +#: lib/psm.c:472 #, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "" -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "" -#: lib/psm.c:756 +#: lib/psm.c:751 #, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "" -#: lib/psm.c:762 +#: lib/psm.c:757 #, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "" -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "" -#: lib/psm.c:1439 +#: lib/psm.c:1432 #, fuzzy msgid "Unable to reload signature header\n" msgstr "Kunne ikke ĺpne spec fil %s: %s\n" -#: lib/psm.c:1485 -#, c-format -msgid "user %s does not exist - using root\n" -msgstr "" - -#: lib/psm.c:1494 -#, c-format -msgid "group %s does not exist - using root\n" -msgstr "" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "" -#: lib/psm.c:1547 +#: lib/psm.c:1511 msgid " on file " msgstr "" -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, fuzzy, c-format msgid "%s failed on file %s: %s\n" msgstr "klarte ikke ĺ ĺpne %s: %s\n" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, fuzzy, c-format msgid "%s failed: %s\n" msgstr "%s feilet\n" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, c-format msgid "incorrect format: %s\n" msgstr "ukorrekt format: %s\n" @@ -2297,8 +2308,8 @@ msgstr "pakken har verken fileier eller id-lister\n" msgid "package has neither file owner or id lists\n" msgstr "pakken har verken fileier eller id-lister\n" -#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, c-format msgid "open of %s failed: %s\n" @@ -2313,7 +2324,7 @@ msgstr "sp msgid "old format source packages cannot be queried\n" msgstr "kildepakker i gammelt format kan ikke spřrres\n" -#: lib/query.c:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, fuzzy, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "ingen pakke utlřser %s\n" @@ -2382,16 +2393,16 @@ msgstr "" msgid "record %u could not be read\n" msgstr "" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, c-format msgid "package %s is not installed\n" msgstr "pakke %s er ikke installert\n" -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 msgid "(added files)" msgstr "" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 msgid "(added provide)" msgstr "" @@ -2514,36 +2525,36 @@ msgstr "" msgid "package %s has unsatisfied %s: %s\n" msgstr "pakke %s er i konflikt: %s\n" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 msgid "========== relocations\n" msgstr "" -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, fuzzy, c-format msgid "%5d exclude %s\n" msgstr "eksluderer %s %s\n" -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, c-format msgid "%5d relocate %s -> %s\n" msgstr "%5d omplasser %s -> %s\n" -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, c-format msgid "excluding %s %s\n" msgstr "eksluderer %s %s\n" -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, c-format msgid "relocating %s to %s\n" msgstr "relokerer %s til %s\n" -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, c-format msgid "relocating directory %s to %s\n" msgstr "relokerer katalog %s til %s\n" @@ -2575,88 +2586,88 @@ msgstr "Forbereder..." msgid "Upgrading packages..." msgstr "oppgrader pakke(r)" -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, fuzzy, c-format msgid "Adding goal: %s\n" msgstr "Fil %s: %s\n" -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, c-format msgid "Retrieving %s\n" msgstr "Henter %s\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:422 +#: lib/rpminstall.c:436 #, c-format msgid " ... as %s\n" msgstr " ... som %s\n" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "hopper over %s - overfřring feilet - %s\n" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:523 -#, c-format -msgid "package %s is not relocateable\n" +#: lib/rpminstall.c:537 +#, fuzzy, c-format +msgid "package %s is not relocatable\n" msgstr "pakke %s kan ikke relokeres\n" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" msgstr "feil under lesing fra fil %s\n" -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, 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:623 +#: lib/rpminstall.c:637 #, c-format msgid "found %d source and %d binary packages\n" msgstr "fant %d kilde- og %d binćrpakker\n" -#: lib/rpminstall.c:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 #, fuzzy msgid "Failed dependencies:\n" msgstr "feilede avhengigheter:\n" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr "" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 msgid "installing binary packages\n" msgstr "installerer binćrpakker\n" -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" spesifiserer flere pakker\n" -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, c-format msgid "cannot open %s: %s\n" msgstr "kan ikke ĺpne %s: %s\n" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, c-format msgid "Installing %s\n" msgstr "Installerer %s\n" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "" @@ -2723,8 +2734,8 @@ msgid "package %s is already installed" msgstr "pakke %s er allerede installert" #: lib/rpmps.c:223 -#, c-format -msgid "path %s in package %s is not relocateable" +#, fuzzy, c-format +msgid "path %s in package %s is not relocatable" msgstr "sti %s i pakke %s kan ikke relokeres" #: lib/rpmps.c:228 @@ -2872,51 +2883,76 @@ msgstr "" msgid "Unable to open %s for reading: %s.\n" msgstr "Kunne ikke ĺpne spec fil %s: %s\n" -#: lib/rpmts.c:162 +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + +#: lib/rpmts.c:163 #, c-format msgid "cannot open Packages database in %s\n" msgstr "kan ikke ĺpne pakkedatabase i %s\n" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, fuzzy, c-format msgid "extra '(' in package label: %s\n" msgstr "ugyldig pakkenummer: %s\n" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, fuzzy, c-format msgid "missing '(' in package label: %s\n" msgstr "Mangler '(' i %s %s\n" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, fuzzy, c-format msgid "missing ')' in package label: %s\n" msgstr "ugyldig pakkenummer: %s\n" -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, fuzzy, c-format msgid "cannot open Solve database in %s\n" msgstr "kan ikke ĺpne database i %s\n" -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, fuzzy, c-format msgid "Adding: %s\n" msgstr "Installerer %s\n" -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, fuzzy, c-format msgid "Suggesting: %s\n" msgstr "Henter %s\n" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 #, fuzzy msgid "mounted filesystems:\n" msgstr "henter liste over monterte filsystemer\n" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr "" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "" @@ -3122,12 +3158,12 @@ msgstr "" msgid "computing file dispositions\n" msgstr "" -#: lib/verify.c:288 +#: lib/verify.c:319 #, fuzzy, c-format msgid "missing %c %s" msgstr "mangler %s" -#: lib/verify.c:397 +#: lib/verify.c:433 #, fuzzy, c-format msgid "Unsatisfied dependencies for %s: " msgstr "feilede avhengigheter:\n" @@ -3325,161 +3361,161 @@ msgstr "kan ikke msgid "cannot open %s index\n" msgstr "kan ikke ĺpne %s indeks\n" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 msgid "no dbpath has been set\n" msgstr "" -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "feil(%d) under lagring av post %s til %s\n" -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "" -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "feil(%d) under lagring av post %s til %s\n" -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "feil(%d) under fjerning av post %s fra %s\n" -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "feil(%d) under lagring av post %s til %s\n" -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "feil(%d) under fjerning av post %s fra %s\n" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "feil(%d) under lagring av post %s til %s\n" -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, c-format msgid "temporary database %s already exists\n" msgstr "" -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, c-format msgid "creating directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, c-format msgid "creating directory %s: %s\n" msgstr "" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, c-format msgid "cannot add record originally at %u\n" msgstr "" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, c-format msgid "removing directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" @@ -3535,42 +3571,42 @@ msgstr "" msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "" -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "" -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, c-format msgid "Unterminated %c: %s\n" msgstr "" -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 msgid "Target buffer overflow\n" msgstr "Overflyt i mĺlbuffer\n" #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, c-format msgid "File %s: %s\n" msgstr "Fil %s: %s\n" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, c-format msgid "File %s is smaller than %u bytes\n" msgstr "Fil %s er mindre enn %u bytes\n" diff --git a/po/pl.po b/po/pl.po index 96f9a0901..806d21cbd 100644 --- a/po/pl.po +++ b/po/pl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.3-20030515\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "PO-Revision-Date: 2003-06-08 22:42+0200\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" @@ -27,44 +27,44 @@ msgstr "Niespe msgid "Unable to open spec file %s: %s\n" msgstr "Nie można otworzyć pliku spec %s: %s\n" -#: build.c:152 build.c:164 +#: build.c:150 build.c:162 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Otwarcie potoku tara nie powiodło się: %m\n" #. Give up -#: build.c:171 +#: build.c:169 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Odczytanie pliku spec z %s nie powiodło się\n" -#: build.c:199 +#: build.c:197 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Zmiana nazwy %s na %s nie powiodła się: %m\n" -#: build.c:239 +#: build.c:237 #, c-format msgid "failed to stat %s: %m\n" msgstr "stat nie powiodło się %s: %m\n" -#: build.c:244 +#: build.c:242 #, c-format msgid "File %s is not a regular file.\n" msgstr "Plik %s nie jest zwykłym plikiem.\n" -#: build.c:253 +#: build.c:251 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "Plik %s nie wygląda na plik spec.\n" #. parse up the build operators -#: build.c:324 +#: build.c:322 #, c-format msgid "Building target platforms: %s\n" msgstr "Budowanie dla platform: %s\n" -#: build.c:339 +#: build.c:337 #, c-format msgid "Building for target %s\n" msgstr "Budowanie dla %s\n" @@ -116,7 +116,7 @@ msgstr "Wsp msgid "%s: %s\n" msgstr "%s: %s\n" -#: rpmqv.c:129 lib/poptALL.c:114 +#: rpmqv.c:129 lib/poptALL.c:119 #, c-format msgid "RPM version %s\n" msgstr "RPM wersja %s\n" @@ -428,159 +428,159 @@ msgstr "&& i || nie s msgid "syntax error in expression\n" msgstr "błąd składni w wyrażeniu\n" -#: build/files.c:278 +#: build/files.c:280 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "TIMECHECK nie powiodło się: %s\n" -#: build/files.c:343 build/files.c:543 build/files.c:739 +#: build/files.c:345 build/files.c:545 build/files.c:741 #, c-format msgid "Missing '(' in %s %s\n" msgstr "Brak '(' w %s %s\n" -#: build/files.c:354 build/files.c:673 build/files.c:750 +#: build/files.c:356 build/files.c:675 build/files.c:752 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "Brak ')' w %s(%s\n" -#: build/files.c:392 build/files.c:698 +#: build/files.c:394 build/files.c:700 #, c-format msgid "Invalid %s token: %s\n" msgstr "Błędny znak %s: %s\n" -#: build/files.c:502 +#: build/files.c:504 #, c-format msgid "Missing %s in %s %s\n" msgstr "Brak %s w %s %s\n" -#: build/files.c:559 +#: build/files.c:561 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "Brak białego znaku po %s(): %s\n" -#: build/files.c:597 +#: build/files.c:599 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Błędna składnia: %s(%s)\n" -#: build/files.c:607 +#: build/files.c:609 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Błędne określenie uprawnień: %s(%s)\n" -#: build/files.c:619 +#: build/files.c:621 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Błędne określenie uprawnień katalogu: %s(%s)\n" -#: build/files.c:777 +#: build/files.c:779 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Niespotykana długość określenia lokalizacji \"%.*s\" w %%lang(%s)\n" #. @innercontinue@ -#: build/files.c:788 +#: build/files.c:790 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Powtórzone określenie lokalizacji %.*s w %%lang(%s)\n" -#: build/files.c:917 +#: build/files.c:919 #, c-format msgid "Hit limit for %%docdir\n" msgstr "Limit trafień dla %%docdir\n" -#: build/files.c:925 +#: build/files.c:927 #, c-format msgid "Only one arg for %%docdir\n" msgstr "Tylko jeden argument dla %%docdir\n" #. We already got a file -- error -#: build/files.c:959 +#: build/files.c:961 #, c-format msgid "Two files on one line: %s\n" msgstr "Dwa pliki w jednej linii: %s\n" -#: build/files.c:976 +#: build/files.c:978 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Plik musi się zaczynać od \"/\": %s\n" -#: build/files.c:989 +#: build/files.c:991 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Nie można mieszać specjalnego %%doc z innymi formami: %s\n" -#: build/files.c:1141 +#: build/files.c:1149 #, c-format msgid "File listed twice: %s\n" msgstr "Plik podany dwukrotnie: %s\n" -#: build/files.c:1280 +#: build/files.c:1288 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Dowiązanie symboliczne wskazuje na BuildRoot: %s -> %s\n" -#: build/files.c:1520 +#: build/files.c:1535 #, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "Plik nie zgadza się z prefiksem (%s): %s\n" -#: build/files.c:1544 +#: build/files.c:1559 #, c-format msgid "File not found: %s\n" msgstr "Nie znaleziono pliku: %s\n" -#: build/files.c:1752 +#: build/files.c:1767 #, c-format msgid "%s: public key read failed.\n" msgstr "%s: odczyt klucza publicznego nie powiódł się.\n" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "%s: nie jest opakowanym kluczem publicznym.\n" -#: build/files.c:1804 +#: build/files.c:1819 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "Plik musi się zaczynać od \"/\": %s\n" -#: build/files.c:1828 +#: build/files.c:1843 #, c-format msgid "Glob not permitted: %s\n" msgstr "Glob niedozwolony: %s\n" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, c-format msgid "File not found by glob: %s\n" msgstr "Nie znaleziono pliku poprzez glob: %s\n" -#: build/files.c:1905 +#: build/files.c:1920 #, c-format msgid "Could not open %%files file %s: %s\n" msgstr "Nie można otworzyć pliku %s dla %%files: %s\n" -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, c-format msgid "line: %s\n" msgstr "linia: %s\n" -#: build/files.c:2307 +#: build/files.c:2323 #, c-format msgid "Bad file: %s: %s\n" msgstr "Błędny plik: %s: %s\n" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "Błędny użytkownik/grupa: %s\n" -#: build/files.c:2363 +#: build/files.c:2379 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "Szukanie niespakietowanych plików: %s\n" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" @@ -589,7 +589,7 @@ msgstr "" "Znaleziono zainstalowane (ale niespakietowane) pliki:\n" "%s" -#: build/files.c:2414 +#: build/files.c:2430 #, c-format msgid "Processing files: %s-%s-%s\n" msgstr "Przetwarzanie plików: %s-%s-%s\n" @@ -728,7 +728,7 @@ msgstr "Nie mo msgid "Could not open %s: %s\n" msgstr "Nie można otworzyć %s: %s\n" -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, c-format msgid "Unable to write package: %s\n" msgstr "Nie można zapisać pakietu: %s\n" @@ -758,7 +758,7 @@ msgstr "Nie mo msgid "Unable to write payload to %s: %s\n" msgstr "Nie można zapisać danych do %s: %s\n" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "Zapisano: %s\n" @@ -1242,18 +1242,18 @@ msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "" "generuj nagłówki pakietu kompatybilne z (wymierającymi) pakietami rpm[23]" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 msgid "don't verify package digest(s)" msgstr "nie sprawdzaj skrótów pakietu" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 msgid "don't verify database header(s) when retrieved" msgstr "nie sprawdzaj nagłówków bazy danych przy odczycie" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 msgid "don't verify package signature(s)" msgstr "nie sprawdzaj sygnatur pakietu" @@ -1323,31 +1323,31 @@ msgstr "B msgid "Bad/unreadable header" msgstr "Błędny/nieczytelny nagłówek" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "Rozmiar nagłówka jest zbyt duży" -#: lib/cpio.c:233 +#: lib/cpio.c:234 msgid "Unknown file type" msgstr "Nieznany typ pliku" -#: lib/cpio.c:234 +#: lib/cpio.c:235 msgid "Missing hard link(s)" msgstr "Brakujące twarde dowiązania" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "Błąd sumy MD5" -#: lib/cpio.c:236 +#: lib/cpio.c:237 msgid "Internal error" msgstr "Błąd wewnętrzny" -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "Brak pliku archiwum w nagłówku" -#: lib/cpio.c:250 +#: lib/cpio.c:251 msgid " failed - " msgstr " nie powiodło się -" @@ -1478,47 +1478,57 @@ msgstr "%6d 0x%04x %s %s\n" msgid "file %s is on an unknown device\n" msgstr "plik %s jest na nieznanym urządzeniu\n" -#: lib/fsm.c:350 +#: lib/fsm.c:352 #, fuzzy msgid "========== Directories not explicitly included in package:\n" msgstr "========== Katalogi nie włączone explicite do pakietu:\n" -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, c-format msgid "%10d %s\n" msgstr "%10d %s\n" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, c-format +msgid "user %s does not exist - using root\n" +msgstr "użytkownik %s nie istnieje - użyto konta root\n" + +#: lib/fsm.c:776 +#, c-format +msgid "group %s does not exist - using root\n" +msgstr "grupa %s nie istnieje - użyto grupy root\n" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "katalog %s utworzony z uprawnieniami %04o.\n" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "plik archiwum %s nie znaleziony na liście plików w nagłówku\n" -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, c-format msgid "%s saved as %s\n" msgstr "%s zapisano jako %s\n" -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "%s rmdir %s nie powiodło się: katalog nie jest pusty\n" -#: lib/fsm.c:1888 +#: lib/fsm.c:1929 #, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "%s rmdir %s nie powiodło się: %s\n" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, c-format msgid "%s unlink of %s failed: %s\n" msgstr "%s unlink %s nie powiodło się: %s\n" -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, c-format msgid "%s created as %s\n" msgstr "%s utworzony jako %s\n" @@ -1635,108 +1645,108 @@ msgstr "%s: headerRead nie powiod msgid "%s: Fread failed: %s\n" msgstr "%s: Fread nie powiodło się: %s\n" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "predefiniuj MAKRO z wartością WYR" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "'MAKRO WYR'" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "definiuj MAKRO z wartością WYR" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 msgid "print macro expansion of EXPR" msgstr "wyświetl rozwinięcie makr z WYR" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "'WYR'" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 msgid "read instead of default file(s)" msgstr "czytaj zamiast domyślnego pliku(ów)" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "wyłącz używanie API libio(3)" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 msgid "send stdout to CMD" msgstr "przekaż standardowe wyjście do POLECENIA" -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "POLECENIE" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 msgid "use ROOT as top level directory" msgstr "użyj KAGALOGu jako katalogu najwyższego poziomu" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "KATALOG" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "wyświetl znane etykiety zapytań" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "wyświetl ostateczną konfigurację rpmrc i makr" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "używaj mniej szczegółowego wyjścia" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "używaj bardziej szczegółowego wyjścia" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "wyświetl wersję używanego rpm-a" -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 msgid "debug payload file state machine" msgstr "śledź maszynę stanu danych pliku" -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 msgid "use threads for file state machine" msgstr "użyj wątków dla maszyny stanu plików" -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "śledź strumień danych protokołu" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 msgid "debug option/argument processing" msgstr "śledź przetwarzanie opcji/argumentów" -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 msgid "debug package state machine" msgstr "śledź maszynę stanu pakietu" -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 msgid "use threads for package state machine" msgstr "użyj wątków dla maszyny stanu pakietów" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "śledź wejście/wyjście rpmio" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "śledź obsługę buforowania URL-i" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "%s: tabela opcji błędnie skonfigurowana (%d)\n" @@ -1765,17 +1775,17 @@ msgstr "cofni msgid "malformed rollback time/date stamp argument" msgstr "błędny argument znacznika czasu/daty dla cofnięcie" -#: lib/poptI.c:151 +#: lib/poptI.c:155 msgid "add suggested packages to transaction" msgstr "dodaj sugerowane pakiety do transakcji" -#: lib/poptI.c:155 +#: lib/poptI.c:159 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" "instaluj wszystkie pliki, nawet konfiguracyjne, które w innym przypadku by " "pominięto" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" @@ -1783,147 +1793,153 @@ msgstr "" "usuń wszystkie pakiety, które spełniają wzorzec (zazwyczaj " "wyświetlany jest błąd gdy opisuje wiele pakietów)" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "użyj porządku wyświetlania anacondy" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 msgid "do not execute package scriptlet(s)" msgstr "nie wykonuj żadnych skryptów instalacyjnych" -#: lib/poptI.c:173 -msgid "relocate files in non-relocateable package" +#: lib/poptI.c:177 +#, fuzzy +msgid "relocate files in non-relocatable package" msgstr "przesuń pliki w nieprzesuwalnym pakiecie" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "zapisz usuwane pliki z pakietu przenosząc do podkatalogu" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "usuń (odinstaluj) pakiet" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "+" msgstr "+" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 msgid "do not install configuration files" msgstr "nie instaluj plików konfiguracyjnych" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "nie instaluj dokumentacji" -#: lib/poptI.c:187 +#: lib/poptI.c:191 msgid "skip files with leading component " msgstr "pomiń pliki zaczynające się od <ścieżki> " -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "<ścieżka>" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "skrócona wersja kombinacji --replacepkgs --replacefiles" -#: lib/poptI.c:195 +#: lib/poptI.c:199 msgid "upgrade package(s) if already installed" msgstr "uaktualnij pakiet(y) jeśli jest już zainstalowany" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 msgid "+" msgstr "+" -#: lib/poptI.c:198 +#: lib/poptI.c:202 msgid "print hash marks as package installs (good with -v)" msgstr "wyświetlaj znaki hash przy instalacji (dobre z -v)" -#: lib/poptI.c:201 +#: lib/poptI.c:205 msgid "don't verify package architecture" msgstr "nie sprawdzaj architektury systemu" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "nie sprawdzaj rodzaju systemu operacyjnego" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "nie sprawdzaj zajętości dysku przed instalacją" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "zainstaluj dokumentację" -#: lib/poptI.c:212 +#: lib/poptI.c:216 msgid "install package(s)" msgstr "instaluj pakiet(y)" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "uaktualnij bazę, ale nie modyfikuj systemu plików" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "nie sprawdzaj zależności pakietu" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 msgid "don't verify MD5 digest of files" msgstr "nie sprawdzaj skrótów MD5 plików" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +#, fuzzy +msgid "don't install file security contexts" +msgstr "nie instaluj plików konfiguracyjnych" + +#: lib/poptI.c:237 msgid "do not reorder package installation to satisfy dependencies" msgstr "nie zmieniaj kolejności instalacji pakietów by zapewnić zależności" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "nie sugeruj sposobu(ów) spełnienia brakujących zależności" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "nie wykonuj skryptu %%pre (jeśli jest)" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "nie wykonuj skryptu %%post (jeśli jest)" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "nie wykonuj skryptu %%preun (jeśli jest)" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "nie wykonuj skryptu %%postun (jeśli jest)" -#: lib/poptI.c:261 +#: lib/poptI.c:268 msgid "do not execute any scriptlet(s) triggered by this package" msgstr "nie wykonuj żadnych triggerów uaktywnianych przez ten pakiet" -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "nie wykonuj żadnych skryptów %%triggerprein" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "nie wykonuj żadnych skryptów %%triggerin" -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "nie wykonuj żadnych skryptów %%triggerun" -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "nie wykonuj żadnych skryptów %%triggerpostun" -#: lib/poptI.c:277 +#: lib/poptI.c:284 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -1931,51 +1947,51 @@ msgstr "" "uaktualnij do starej wersji (--force robi to samo automatycznie podczas " "uaktualniania)" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "wyświetlaj stan instalacji w procentach" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "przesuń pliki pakietu do drzewa , jeśli jest przesuwalny" -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "" -#: lib/poptI.c:286 +#: lib/poptI.c:293 msgid "relocate files from path to " msgstr "przesuń pliki z drzewa do drzewa " -#: lib/poptI.c:287 +#: lib/poptI.c:294 msgid "=" msgstr "=" -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "zapisz usuwane pliki z pakietu poprzez przepakowanie" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "instaluj nawet gdy pakiet zastępuje inne zainstalowane pliki" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "przeinstaluj jeśli pakiet jest już zainstalowany" -#: lib/poptI.c:298 +#: lib/poptI.c:305 msgid "deinstall new, reinstall old, package(s), back to " msgstr "odinstaluj nowe, zainstaluj z powrotem stare pakiety aż do " -#: lib/poptI.c:299 +#: lib/poptI.c:306 msgid "" msgstr "" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "nie instaluj, podaj tylko czy instalacja zadziała czy nie" -#: lib/poptI.c:304 +#: lib/poptI.c:311 msgid "upgrade package(s)" msgstr "uaktualnij pakiet(y)" @@ -2047,195 +2063,190 @@ msgstr "odpytaj/sprawd msgid "query/verify the package(s) which provide a dependency" msgstr "odpytaj/sprawdź pakiet(y) udostępniające zasób" -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 msgid "list all configuration files" msgstr "wyświetl wszystkie pliki konfiguracyjne" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 msgid "list all documentation files" msgstr "wyświetl wszystkie pliki dokumentacji" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 msgid "dump basic file information" msgstr "podaj podstawowe informacje o pliku" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 msgid "list files in package" msgstr "wyświetl pliki zawarte w pakiecie" -#: lib/poptQV.c:239 +#: lib/poptQV.c:243 #, c-format msgid "skip %%ghost files" msgstr "pomiń pliki %%ghost" -#: lib/poptQV.c:243 +#: lib/poptQV.c:247 #, c-format msgid "skip %%license files" msgstr "pomiń pliki %%license" -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, c-format msgid "skip %%readme files" msgstr "pomiń pliki %%readme" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 msgid "use the following query format" msgstr "użyj następującego formatu zapytania" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 msgid "substitute i18n sections into spec file" msgstr "zamień sekcje i18n w plik spec" -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "wyświetl status pokazywanych plików" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 msgid "don't verify size of files" msgstr "nie sprawdzaj rozmiaru plików" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 msgid "don't verify symlink path of files" msgstr "nie sprawdzaj ścieżek dowiązań plików" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 msgid "don't verify owner of files" msgstr "nie sprawdzaj właścicieli plików" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 msgid "don't verify group of files" msgstr "nie sprawdzaj grup plików" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "nie sprawdzaj czasu modyfikacji plików" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 msgid "don't verify mode of files" msgstr "nie sprawdzaj uprawnień plików" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +#, fuzzy +msgid "don't verify file security contexts" +msgstr "nie sprawdzaj plików pakietu" + +#: lib/poptQV.c:309 msgid "don't verify files in package" msgstr "nie sprawdzaj plików pakietu" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 msgid "don't verify package dependencies" msgstr "nie sprawdzaj zależności pakietu" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 msgid "don't execute verify script(s)" msgstr "nie wykonuj żadnych skryptów verify" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 msgid "don't verify GPG V3 DSA signature(s)" msgstr "nie sprawdzaj sygnatur GPG V3 DSS" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "nie sprawdzaj sygnatur PGP V3 RSA/MD5" -#: lib/poptQV.c:366 +#: lib/poptQV.c:372 msgid "sign package(s) (identical to --resign)" msgstr "podpisz pakiet(y) (identyczne z --resign)" -#: lib/poptQV.c:368 +#: lib/poptQV.c:374 msgid "verify package signature(s)" msgstr "sprawdź sygnaturę pakietu" -#: lib/poptQV.c:370 +#: lib/poptQV.c:376 msgid "import an armored public key" msgstr "importuj opakowany klucz publiczny" -#: lib/poptQV.c:372 +#: lib/poptQV.c:378 msgid "sign package(s) (identical to --addsign)" msgstr "podpisz pakiet(y) (identyczne z --addsign)" -#: lib/poptQV.c:374 +#: lib/poptQV.c:380 msgid "generate signature" msgstr "generuj sygnaturę" -#: lib/psm.c:269 +#: lib/psm.c:268 msgid "source package expected, binary found\n" msgstr "spodziewany pakiet źródłowy, a napotkano binarny\n" -#: lib/psm.c:394 +#: lib/psm.c:386 msgid "source package contains no .spec file\n" msgstr "pakiet źródłowy nie zawiera pliku .spec\n" -#: lib/psm.c:480 +#: lib/psm.c:472 #, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "%s: %s(%s-%s-%s) pomijanie nadmiarowego \"%s\".\n" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "%s: %s(%s-%s-%s) %ssynchroniczny start skryptu\n" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" -#: lib/psm.c:756 +#: lib/psm.c:751 #, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "skrypt %s(%s-%s-%s) nie powiódł się, waitpid(%d) rc %d: %s\n" -#: lib/psm.c:762 +#: lib/psm.c:757 #, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "skrypt %s(%s-%s-%s) nie powiódł się, status wyjścia %d\n" -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "%s: %s ma %d plików, test = %d\n" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "%s: skrypt %s nie powiódł się (%d), pomijanie %s\n" -#: lib/psm.c:1439 +#: lib/psm.c:1432 msgid "Unable to reload signature header\n" msgstr "Nie można ponownie odczytać nagłówka sygnatury\n" -#: lib/psm.c:1485 -#, c-format -msgid "user %s does not exist - using root\n" -msgstr "użytkownik %s nie istnieje - użyto konta root\n" - -#: lib/psm.c:1494 -#, c-format -msgid "group %s does not exist - using root\n" -msgstr "grupa %s nie istnieje - użyto grupy root\n" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "rozpakowanie archiwum nie powiodło się%s%s: %s\n" -#: lib/psm.c:1547 +#: lib/psm.c:1511 msgid " on file " msgstr " na pliku " -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, c-format msgid "%s failed on file %s: %s\n" msgstr "%s nie powiódł się na pliku %s: %s\n" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, c-format msgid "%s failed: %s\n" msgstr "%s nie powiodło się: %s\n" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, c-format msgid "incorrect format: %s\n" msgstr "błędny format: %s\n" @@ -2282,8 +2293,8 @@ msgstr "pakiet nie ma list w msgid "package has neither file owner or id lists\n" msgstr "pakiet nie ma list właścicieli ani id plików\n" -#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, c-format msgid "open of %s failed: %s\n" @@ -2298,7 +2309,7 @@ msgstr "odpytywanie %s nie powiod msgid "old format source packages cannot be queried\n" msgstr "pakiety w starym formacie nie mogą być odpytywane\n" -#: lib/query.c:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "%s: nie jest pakietem rpm (ani \"manifestem\" pakietu): %s\n" @@ -2367,16 +2378,16 @@ msgstr "numer rekordu pakietu: %u\n" msgid "record %u could not be read\n" msgstr "nie można odczytać rekordu %u\n" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, c-format msgid "package %s is not installed\n" msgstr "pakiet %s nie jest zainstalowany\n" -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 msgid "(added files)" msgstr "(dodane pliki)" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 msgid "(added provide)" msgstr "(dodany zasób)" @@ -2501,36 +2512,36 @@ msgstr " %s A %s\tB %s\n" msgid "package %s has unsatisfied %s: %s\n" msgstr "pakiet %s ma niespełnione %s: %s\n" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "%s pominięty z powodu flagi missingok\n" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 msgid "========== relocations\n" msgstr "========== przesunięcia\n" -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, c-format msgid "%5d exclude %s\n" msgstr "%5d wyłączenie %s\n" -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, c-format msgid "%5d relocate %s -> %s\n" msgstr "%5d przesunięcie %s -> %s\n" -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, c-format msgid "excluding %s %s\n" msgstr "wyłączanie %s %s\n" -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, c-format msgid "relocating %s to %s\n" msgstr "przesuwanie %s do %s\n" -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, c-format msgid "relocating directory %s to %s\n" msgstr "przesuwanie katalogu %s do %s\n" @@ -2559,87 +2570,87 @@ msgstr "Uaktualnianie..." msgid "Upgrading packages..." msgstr "Uaktualnianie pakietów..." -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, c-format msgid "Adding goal: %s\n" msgstr "Dodawanie celu: %s\n" -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, 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:422 +#: lib/rpminstall.c:436 #, c-format msgid " ... as %s\n" msgstr "... jako %s\n" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "%s pomijany - transmisja %s nie powiodła się\n" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, c-format msgid "%s cannot be installed\n" msgstr "%s nie może być zainstalowany\n" -#: lib/rpminstall.c:523 -#, c-format -msgid "package %s is not relocateable\n" +#: lib/rpminstall.c:537 +#, fuzzy, c-format +msgid "package %s is not relocatable\n" msgstr "pakiet %s nie jest przesuwalny\n" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" msgstr "błąd czytania z pliku %s\n" -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "plik %s wymaga nowszej wersji RPM-a\n" -#: lib/rpminstall.c:623 +#: lib/rpminstall.c:637 #, 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:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 msgid "Failed dependencies:\n" msgstr "Niespełnione zależności:\n" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr " Sugerowane sposoby spełnienia:\n" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 msgid "installing binary packages\n" msgstr "instalacja pakietów binarnych\n" -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, c-format msgid "cannot open file %s: %s\n" msgstr "nie można otworzyć pliku %s: %s\n" -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" określa wiele pakietów\n" -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, c-format msgid "cannot open %s: %s\n" msgstr "nie można otworzyć %s: %s\n" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, c-format msgid "Installing %s\n" msgstr "Instalacja %s\n" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "Cofnięcie pakietów (+%d/-%d) do %-24.24s (0x%08x):\n" @@ -2707,8 +2718,8 @@ msgid "package %s is already installed" msgstr "pakiet %s jest już zainstalowany" #: lib/rpmps.c:223 -#, c-format -msgid "path %s in package %s is not relocateable" +#, fuzzy, c-format +msgid "path %s in package %s is not relocatable" msgstr "ścieżna %s w pakiecie %s nie jest przesuwalna" #: lib/rpmps.c:228 @@ -2856,50 +2867,75 @@ msgstr "Nie mo msgid "Unable to open %s for reading: %s.\n" msgstr "Nie można otworzyć %s do odczytu: %s.\n" -#: lib/rpmts.c:162 +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + +#: lib/rpmts.c:163 #, c-format msgid "cannot open Packages database in %s\n" msgstr "nie można otworzyć bazy danych Packages w %s\n" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, fuzzy, c-format msgid "extra '(' in package label: %s\n" msgstr "błędny numer pakietu: %s\n" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, fuzzy, c-format msgid "missing '(' in package label: %s\n" msgstr "Brak '(' w %s %s\n" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, fuzzy, c-format msgid "missing ')' in package label: %s\n" msgstr "błędny numer pakietu: %s\n" -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, c-format msgid "cannot open Solve database in %s\n" msgstr "nie można otworzyć bazy danych Solve w %s\n" -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, c-format msgid "Adding: %s\n" msgstr "Dodawane: %s\n" -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, c-format msgid "Suggesting: %s\n" msgstr "Sugerowane: %s\n" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 msgid "mounted filesystems:\n" msgstr "podmontowane systemy plików:\n" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr " i urz bloków bl.wolnych i.wolnych punkt montowania\n" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "%5d 0x%04x %5u %12ld %12ld %s\n" @@ -3102,12 +3138,12 @@ msgstr "obliczanie %d odcisk msgid "computing file dispositions\n" msgstr "obliczanie dyspozycji plików\n" -#: lib/verify.c:288 +#: lib/verify.c:319 #, c-format msgid "missing %c %s" msgstr "brak %c %s" -#: lib/verify.c:397 +#: lib/verify.c:433 #, c-format msgid "Unsatisfied dependencies for %s: " msgstr "Niespełnione zależności dla %s: " @@ -3308,161 +3344,161 @@ msgstr "nie mo msgid "cannot open %s index\n" msgstr "nie można otworzyć indeksu %s\n" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 msgid "no dbpath has been set\n" msgstr "ścieżka bazy danych nie została podana\n" -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "błąd(%d) pobierania rekordów \"%s\" z indeksu %s\n" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 msgid "miFreeHeader: skipping" msgstr "miFreeHeader: pomijanie" -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "błąd(%d) zapisywania rekordu #%d do %s\n" -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 msgid "rpmdbNextIterator: skipping" msgstr "rpmdbNextIterator: pomijanie" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "rpmdb: uszkodzony nagłówek #%u odtworzony -- pomijanie.\n" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "%s: nie można odczytać nagłówka pod 0x%x\n" -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "błąd(%d) ustawiania rekordu nagłówka #%d do usunięcia %s\n" -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "usuwanie \"%s\" z indeksu %s.\n" -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, c-format msgid "removing %d entries from %s index.\n" msgstr "usuwanie %d wpisów z indeksu %s.\n" -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "błąd(%d) ustawiania rekordów \"%s\" z indeksu %s\n" -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "błąd(%d) zapisywania rekordu \"%s\" do %s\n" -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "błąd(%d) usuwania rekordu \"%s\" z %s\n" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "błąd(%d) alokowania nowej instancji pakietu\n" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 msgid "rpmdbAdd: skipping" msgstr "rpmdbAdd: pomijanie" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "dodawanie \"%s\" do indeksu %s.\n" -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, c-format msgid "adding %d entries to %s index.\n" msgstr "dodawanie %d wpisów do indeksu %s.\n" -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "błąd(%d) zapisywania rekordu %s do %s\n" -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "usuwanie %s po udanym przebudowaniu db3.\n" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "ścieżka bazy danych nie została podana" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, c-format msgid "rebuilding database %s into %s\n" msgstr "odbudowywanie bazy danych %s w %s\n" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, c-format msgid "temporary database %s already exists\n" msgstr "tymczasowa baza danych %s już istnieje\n" -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, c-format msgid "creating directory %s\n" msgstr "tworzenie katalogu %s\n" -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, c-format msgid "creating directory %s: %s\n" msgstr "tworzenie katalogu %s: %s\n" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, c-format msgid "opening old database with dbapi %d\n" msgstr "otwieranie starej bazy danych przy użyciu dbapi %d\n" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, c-format msgid "opening new database with dbapi %d\n" msgstr "otwieranie nowej bazy danych przy użyciu dbapi %d\n" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "nagłówek #%u w bazie danych jest błędny -- pominięto.\n" -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, c-format msgid "cannot add record originally at %u\n" msgstr "nie można dodać rekordu będącego oryginalnie przy %u\n" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 msgid "failed to rebuild database: original database remains in place\n" msgstr "przebudowanie bazy nie powiodło się; stara pozostała na miejscu\n" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "zamiana starej bazy na nową nie powiodła się!\n" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "aby odzyskać, należy zastąpić pliki w %s plikami z %s" -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, c-format msgid "removing directory %s\n" msgstr "usuwanie katalogu %s\n" -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "usunięcie katalogu %s nie powiodło się: %s\n" @@ -3518,42 +3554,42 @@ msgstr "Makro %%%s ma niedozwolon msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "Makro %%%s (%s) nie było użyte poniżej poziomu %d\n" -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "Nieznana opcja %c w %s(%s)\n" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "Głębokość rekursji(%d) większa niż maksymalna(%d)\n" -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, c-format msgid "Unterminated %c: %s\n" msgstr "Niezakończone %c: %s\n" -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "Napotkano nieprzetwarzalne makro po %%\n" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "Nie znaleziono makra %%%.*s, makro pominięte\n" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 msgid "Target buffer overflow\n" msgstr "Przepełnienie bufora docelowego\n" #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, c-format msgid "File %s: %s\n" msgstr "Plik %s: %s\n" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, c-format msgid "File %s is smaller than %u bytes\n" msgstr "Plik %s jest mniejszy niż %u bajtów\n" diff --git a/po/pt.po b/po/pt.po index 0d3ed268c..c2da1a493 100644 --- a/po/pt.po +++ b/po/pt.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "PO-Revision-Date: 2002-02-14 10:51+0000\n" "Last-Translator: José Nuno Coelho Sanarra Pires \n" "Language-Team: pt %s\n" msgstr "A 'symlink' aponta para a BuildRoot: %s -> %s\n" -#: build/files.c:1520 +#: build/files.c:1535 #, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "O ficheiro năo corresponde ao prefixo (%s): %s\n" -#: build/files.c:1544 +#: build/files.c:1559 #, c-format msgid "File not found: %s\n" msgstr "Ficheiro năo encontrado: %s\n" -#: build/files.c:1752 +#: build/files.c:1767 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr ":%s: o readLead falhou\n" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1804 +#: build/files.c:1819 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "O ficheiro precisa de começar por \"/\": %s\n" -#: build/files.c:1828 +#: build/files.c:1843 #, c-format msgid "Glob not permitted: %s\n" msgstr "Glob năo permitido: %s\n" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, c-format msgid "File not found by glob: %s\n" msgstr "Ficheiro năo encontrado pelo glob: %s\n" -#: build/files.c:1905 +#: build/files.c:1920 #, c-format msgid "Could not open %%files file %s: %s\n" msgstr "Năo consegui abrir o ficheiro do %%files %s: %s\n" -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, c-format msgid "line: %s\n" msgstr "linha: %s\n" -#: build/files.c:2307 +#: build/files.c:2323 #, c-format msgid "Bad file: %s: %s\n" msgstr "Ficheiro inválido: %s: %s\n" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "Dono/grupo inválido: %s\n" -#: build/files.c:2363 +#: build/files.c:2379 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "a abertura do pacote falhou%s%s: %s\n" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2414 +#: build/files.c:2430 #, c-format msgid "Processing files: %s-%s-%s\n" msgstr "A processar os ficheiros: %s-%s-%s\n" @@ -726,7 +726,7 @@ msgstr "N msgid "Could not open %s: %s\n" msgstr "Năo consigo aceder ao %s: %s\n" -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, c-format msgid "Unable to write package: %s\n" msgstr "Năo consegui gravar o pacote: %s\n" @@ -756,7 +756,7 @@ msgstr "N msgid "Unable to write payload to %s: %s\n" msgstr "Năo consegui escrever o conteúdo de %s: %s\n" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "Gravei: %s\n" @@ -1245,20 +1245,20 @@ msgstr "n msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "gerar um cabeçalho do pacote compatível com os pacotes do rpm[23]" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 #, fuzzy msgid "don't verify package digest(s)" msgstr "năo verificar as dependęncias do pacote" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 #, fuzzy msgid "don't verify database header(s) when retrieved" msgstr "năo verifica a arquitectura do pacote" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 #, fuzzy msgid "don't verify package signature(s)" msgstr "verificar a assinatura do pacote" @@ -1329,31 +1329,31 @@ msgstr "C msgid "Bad/unreadable header" msgstr "Cabeçalho inválido/ilegível" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "Tamanho do cabeçalho demasiado grande" -#: lib/cpio.c:233 +#: lib/cpio.c:234 msgid "Unknown file type" msgstr "Tipo de ficheiro desconhecido" -#: lib/cpio.c:234 +#: lib/cpio.c:235 msgid "Missing hard link(s)" msgstr "Falta(m) o(s) 'hard link(s)'" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "erro na soma de MD5" -#: lib/cpio.c:236 +#: lib/cpio.c:237 msgid "Internal error" msgstr "Erro interno" -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "Ficheiro de arquivo năo está no cabeçalho" -#: lib/cpio.c:250 +#: lib/cpio.c:251 msgid " failed - " msgstr " falhou - " @@ -1490,49 +1490,59 @@ msgstr "Ficheiro%5d: %07o %s.%s\t %s\n" msgid "file %s is on an unknown device\n" msgstr "o ficheiro %s está num dispositivo desconhecido\n" -#: lib/fsm.c:350 +#: lib/fsm.c:352 #, fuzzy msgid "========== Directories not explicitly included in package:\n" msgstr "========= Directorias năo incluidas explicitamente no pacote:\n" -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, fuzzy, c-format msgid "%10d %s\n" msgstr "%9d %s\n" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, c-format +msgid "user %s does not exist - using root\n" +msgstr "o utilizador %s năo existe - a usar o root\n" + +#: lib/fsm.c:776 +#, c-format +msgid "group %s does not exist - using root\n" +msgstr "o grupo %s năo existe - a usar o root\n" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "directoria %s criada com as permissőes %04o.\n" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "" "o ficheiro de arquivo %s năo foi encontrado na lista de ficheiros do " "cabeçalho\n" -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, c-format msgid "%s saved as %s\n" msgstr "%s gravado como %s\n" -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "%s rmdir de %s falhou: Directoria năo está vazia\n" -#: lib/fsm.c:1888 +#: lib/fsm.c:1929 #, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "%s rmdir de %s falhou: %s\n" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, c-format msgid "%s unlink of %s failed: %s\n" msgstr "%s unlink de %s falhou: %s\n" -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, c-format msgid "%s created as %s\n" msgstr "%s criado como %s\n" @@ -1648,117 +1658,117 @@ msgstr ":%s: o readLead falhou\n" msgid "%s: Fread failed: %s\n" msgstr "%s: O fread falhou: %s\n" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 #, fuzzy msgid "print macro expansion of EXPR" msgstr "imprimir a expansăo da macro +" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 #, fuzzy msgid "read instead of default file(s)" msgstr "ler o em vez do(s) ficheiro(s) de macros por omissăo" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "desactivar o uso da API da libio(3)" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 #, fuzzy msgid "send stdout to CMD" msgstr "manda o stdout para " -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 #, fuzzy msgid "use ROOT as top level directory" msgstr "usa como a directoria de topo" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "mostrar as opçőes de pesquisa conhecidas" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "mostra a configuraçăo final do rpmrc e das macros" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "devolver um resultado menos detalhado" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "devolver um resultado mais detalhado" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "imprime a versăo do RPM que está a usar" -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 #, fuzzy msgid "debug payload file state machine" msgstr "depurar máquina de estados de ficheiros" -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 #, fuzzy msgid "use threads for file state machine" msgstr "depurar máquina de estados de ficheiros" -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "depurar a sequęncia de dados do protocolo" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 #, fuzzy msgid "debug option/argument processing" msgstr "Erro interno no processamento de argumentos (%d) :-(\n" -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 #, fuzzy msgid "debug package state machine" msgstr "depurar máquina de estados de ficheiros" -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 #, fuzzy msgid "use threads for package state machine" msgstr "depurar máquina de estados de ficheiros" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "depurar a E/S da rpmio" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "depurar a gestăo da 'cache' de URLs" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "" @@ -1787,18 +1797,18 @@ msgstr "'rollback' recebe como argumento uma hora/data" msgid "malformed rollback time/date stamp argument" msgstr "argumento hora/data inválido para 'rollback'" -#: lib/poptI.c:151 +#: lib/poptI.c:155 #, fuzzy msgid "add suggested packages to transaction" msgstr "pesquisar/verificar o(s) pacote(s) de transacçăo de instalaçăo" -#: lib/poptI.c:155 +#: lib/poptI.c:159 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" "instala todos os ficheiros, mesmo as configuraçőes que de outro modo seriam " "ignoradas" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" @@ -1806,151 +1816,157 @@ msgstr "" "remove todos os pacotes que correspondam a (normalmente aparece um " "erro se o especifica vários pacotes)" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 msgid "do not execute package scriptlet(s)" msgstr "năo executar nenhuns scripts do pacote" -#: lib/poptI.c:173 -msgid "relocate files in non-relocateable package" +#: lib/poptI.c:177 +#, fuzzy +msgid "relocate files in non-relocatable package" msgstr "muda os ficheiros de sítio num pacote de localizaçăo fixa" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "" "gravar os ficheiros do pacote apagado mudando o nome para sub-directoria" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "apaga (desinstala) o pacote" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "+" msgstr "+" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 #, fuzzy msgid "do not install configuration files" msgstr "listar todos os ficheiros de configuraçăo" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "năo instala a documentaçăo" -#: lib/poptI.c:187 +#: lib/poptI.c:191 msgid "skip files with leading component " msgstr "ignorar os ficheiros com a componente inicial " -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "abreviatura para --replacepkgs --replacefiles" -#: lib/poptI.c:195 +#: lib/poptI.c:199 msgid "upgrade package(s) if already installed" msgstr "actualizar o pacote(s) se já estiver instalado" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 msgid "+" msgstr "+" -#: lib/poptI.c:198 +#: lib/poptI.c:202 msgid "print hash marks as package installs (good with -v)" msgstr "mostra cardinais enquanto o pacote instala (conveniente com o -v)" -#: lib/poptI.c:201 +#: lib/poptI.c:205 msgid "don't verify package architecture" msgstr "năo verifica a arquitectura do pacote" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "năo verifica o sistema operativo do pacote" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "năo verifica o espaço em disco antes de instalar" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "instala a documentaçăo" -#: lib/poptI.c:212 +#: lib/poptI.c:216 #, fuzzy msgid "install package(s)" msgstr "instala o pacote" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "actualiza a base de dados, mas năo altera o sistema de ficheiros" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "năo verifica as dependęncias do pacote" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 msgid "don't verify MD5 digest of files" msgstr "năo verificar o MD5 dos ficheiros" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +#, fuzzy +msgid "don't install file security contexts" +msgstr "listar todos os ficheiros de configuraçăo" + +#: lib/poptI.c:237 msgid "do not reorder package installation to satisfy dependencies" msgstr "" "năo reorganiza a instalaçăo dos pacotes para satisfazer as dependęncias" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "năo executar o script %%pre (se existir)" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "năo executar o script %%post (se existir)" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "năo executar o script %%preun (se existir)" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "năo executar o script %%postun (se existir)" -#: lib/poptI.c:261 +#: lib/poptI.c:268 msgid "do not execute any scriptlet(s) triggered by this package" msgstr "năo executar nenhum dos scripts activados por este pacote" -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "năo executar nenhum dos scripts %%triggerprein" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "năo executar nenhum dos scripts %%triggerin" -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "năo executar nenhum dos scripts %%triggerun" -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "năo executar nenhum dos scripts %%triggerpostun" -#: lib/poptI.c:277 +#: lib/poptI.c:284 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -1958,51 +1974,51 @@ msgstr "" "actualiza para um versăo antiga do pacote (o --force faz isto " "automaticamente)" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "mostra percentagens enquanto o pacote instala" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "muda o pacote para , se for possível" -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "" -#: lib/poptI.c:286 +#: lib/poptI.c:293 msgid "relocate files from path to " msgstr "muda os ficheiros de para " -#: lib/poptI.c:287 +#: lib/poptI.c:294 msgid "=" msgstr "=" -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "gravar ficheiros apagados reempacotando-os" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "instala mesmo se o pacote substituir ficheiros instalados" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "reinstalar se o pacote já estiver presente" -#: lib/poptI.c:298 +#: lib/poptI.c:305 msgid "deinstall new, reinstall old, package(s), back to " msgstr "desinstalador novo, reinstalar velho, pacote(s) voltar ŕ " -#: lib/poptI.c:299 +#: lib/poptI.c:306 msgid "" msgstr "" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "năo instala, mas indica se iria funcionar ou năo" -#: lib/poptI.c:304 +#: lib/poptI.c:311 msgid "upgrade package(s)" msgstr "actualizar pacote(s)" @@ -2077,204 +2093,199 @@ msgstr "pesquisar/verificar o(s) pacote(s) que precisa duma depend msgid "query/verify the package(s) which provide a dependency" msgstr "pesquisar/verificar o(s) pacote(s) que oferecem uma dependęncia" -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 msgid "list all configuration files" msgstr "listar todos os ficheiros de configuraçăo" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 msgid "list all documentation files" msgstr "listar todos os ficheiros de documentaçăo" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 msgid "dump basic file information" msgstr "apresentar a informaçăo básica do ficheiro" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 msgid "list files in package" msgstr "listar os ficheiros no pacote" -#: lib/poptQV.c:239 +#: lib/poptQV.c:243 #, c-format msgid "skip %%ghost files" msgstr "ignorar ficheiros %%ghost" -#: lib/poptQV.c:243 +#: lib/poptQV.c:247 #, c-format msgid "skip %%license files" msgstr "ignorar ficheiro %%licence" -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, c-format msgid "skip %%readme files" msgstr "ignorar ficheiros %%readme" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 msgid "use the following query format" msgstr "usar o formato de pesquisa seguinte" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 msgid "substitute i18n sections into spec file" msgstr "substituir as secçőes i18n no ficheiro spec" -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "mostrar os estados dos ficheiros listados" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 msgid "don't verify size of files" msgstr "năo verificar os tamanho dos ficheiros" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 msgid "don't verify symlink path of files" msgstr "năo verificar as ligaçőes simbólicas dos ficheiros" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 msgid "don't verify owner of files" msgstr "năo verificar o dono dos ficheiros" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 msgid "don't verify group of files" msgstr "năo verificar o grupo dos ficheiros" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "năo verificar hora de modificaçăo dos ficheiros" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 msgid "don't verify mode of files" msgstr "năo verificar o modo dos ficheiros" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +#, fuzzy +msgid "don't verify file security contexts" +msgstr "năo verificar os ficheiros no pacote" + +#: lib/poptQV.c:309 msgid "don't verify files in package" msgstr "năo verificar os ficheiros no pacote" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 msgid "don't verify package dependencies" msgstr "năo verificar as dependęncias do pacote" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 #, fuzzy msgid "don't execute verify script(s)" msgstr "năo executar o %verifyscript (se existir)" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 #, fuzzy msgid "don't verify GPG V3 DSA signature(s)" msgstr "năo verificar o SHA1 do cabeçalho" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 #, fuzzy msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "năo verificar o MD5 dos ficheiros" -#: lib/poptQV.c:366 +#: lib/poptQV.c:372 #, fuzzy msgid "sign package(s) (identical to --resign)" msgstr "assinar um pacote (retira a assinatura actual)" -#: lib/poptQV.c:368 +#: lib/poptQV.c:374 #, fuzzy msgid "verify package signature(s)" msgstr "verificar a assinatura do pacote" -#: lib/poptQV.c:370 +#: lib/poptQV.c:376 msgid "import an armored public key" msgstr "" -#: lib/poptQV.c:372 +#: lib/poptQV.c:378 #, fuzzy msgid "sign package(s) (identical to --addsign)" msgstr "assinar um pacote (retira a assinatura actual)" -#: lib/poptQV.c:374 +#: lib/poptQV.c:380 msgid "generate signature" msgstr "gerar a assinatura" -#: lib/psm.c:269 +#: lib/psm.c:268 msgid "source package expected, binary found\n" msgstr "" "esperava-se um pacote com código-fonte, foi encontrado um pacote binário\n" -#: lib/psm.c:394 +#: lib/psm.c:386 msgid "source package contains no .spec file\n" msgstr "o pacote de código-fonte năo contem um ficheiro .spec\n" -#: lib/psm.c:480 +#: lib/psm.c:472 #, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "" -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "" -#: lib/psm.c:756 +#: lib/psm.c:751 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "%s: %s script falhou (%d), a saltar %s-%s-%s\n" -#: lib/psm.c:762 +#: lib/psm.c:757 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "" "a execuçăo do 'scriptlet' %s do %s-%s-%s falhou com código de erro %d\n" -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, fuzzy, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "%s: %s-%s-%s tem %d ficheiros, teste = %d\n" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, fuzzy, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "%s: %s script falhou (%d), a saltar %s-%s-%s\n" -#: lib/psm.c:1439 +#: lib/psm.c:1432 #, fuzzy msgid "Unable to reload signature header\n" msgstr "Năo consegui reler o cabeçalho do assinatura.\n" -#: lib/psm.c:1485 -#, c-format -msgid "user %s does not exist - using root\n" -msgstr "o utilizador %s năo existe - a usar o root\n" - -#: lib/psm.c:1494 -#, c-format -msgid "group %s does not exist - using root\n" -msgstr "o grupo %s năo existe - a usar o root\n" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "a abertura do pacote falhou%s%s: %s\n" -#: lib/psm.c:1547 +#: lib/psm.c:1511 msgid " on file " msgstr " no ficheiro " -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, c-format msgid "%s failed on file %s: %s\n" msgstr "%s falhou no ficheiro %s: %s\n" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, c-format msgid "%s failed: %s\n" msgstr "%s falhou: %s\n" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, c-format msgid "incorrect format: %s\n" msgstr "formato incorrecto: %s\n" @@ -2322,8 +2333,8 @@ msgstr "o pacote nem tem um dono do ficheiro ou as listas de IDs\n" msgid "package has neither file owner or id lists\n" msgstr "o pacote nem tem um dono do ficheiro ou as listas de IDs\n" -#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, c-format msgid "open of %s failed: %s\n" @@ -2339,7 +2350,7 @@ msgid "old format source packages cannot be queried\n" msgstr "" "os pacotes com código-fonte no formato antigo năo podem ser pesquisados\n" -#: lib/query.c:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, fuzzy, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "nenhum pacote coincide com %s: %s\n" @@ -2408,17 +2419,17 @@ msgstr "n msgid "record %u could not be read\n" msgstr "o registo %u năo pôde ser lido\n" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, c-format msgid "package %s is not installed\n" msgstr "o pacote %s năo está instalado\n" -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 #, fuzzy msgid "(added files)" msgstr "ficheiro db inválido %s\n" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 #, fuzzy msgid "(added provide)" msgstr "%s: %-45s SIM (oferecidos para adiçăo)\n" @@ -2544,36 +2555,36 @@ msgstr " %s A %s\tB %s\n" msgid "package %s has unsatisfied %s: %s\n" msgstr "o pacote %s tem requisitos năo satisfeitos: %s\n" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "%s ignorado devido ŕ opçăo missingok\n" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 msgid "========== relocations\n" msgstr "========== mudanças de local\n" -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, c-format msgid "%5d exclude %s\n" msgstr "%5d excluir o %s\n" -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, c-format msgid "%5d relocate %s -> %s\n" msgstr "%5d mudar de local %s -> %s\n" -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, c-format msgid "excluding %s %s\n" msgstr "a excluir o %s %s\n" -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, c-format msgid "relocating %s to %s\n" msgstr "a mudar o %s para %s\n" -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, c-format msgid "relocating directory %s to %s\n" msgstr "a mudar a directoria %s para %s\n" @@ -2605,88 +2616,88 @@ msgstr "A preparar..." msgid "Upgrading packages..." msgstr "actualizar pacote(s)" -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, fuzzy, c-format msgid "Adding goal: %s\n" msgstr "A procurar o %s: (usando o %s)...\n" -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, c-format msgid "Retrieving %s\n" msgstr "A obter o %s\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:422 +#: lib/rpminstall.c:436 #, c-format msgid " ... as %s\n" msgstr " ... como %s\n" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "a ignorar o %s - a transferęncia falhou - %s\n" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, c-format msgid "%s cannot be installed\n" msgstr "o %s năo pode ser instalado\n" -#: lib/rpminstall.c:523 -#, c-format -msgid "package %s is not relocateable\n" +#: lib/rpminstall.c:537 +#, fuzzy, c-format +msgid "package %s is not relocatable\n" msgstr "o pacote %s năo pode ser mudado de sítio\n" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" msgstr "erro ao ler do ficheiros %s\n" -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "o %s precisa duma versăo mais recente do RPM\n" -#: lib/rpminstall.c:623 +#: lib/rpminstall.c:637 #, c-format msgid "found %d source and %d binary packages\n" msgstr "encontrados %d pacotes com código-fonte e %d binários\n" -#: lib/rpminstall.c:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 #, fuzzy msgid "Failed dependencies:\n" msgstr "dependęncias falhadas:\n" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr "" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 msgid "installing binary packages\n" msgstr "a instalar os pacotes binários\n" -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, c-format msgid "cannot open file %s: %s\n" msgstr "năo consigo aceder ao ficheiro %s: %s\n" -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "o \"%s\" especifica vários pacotes\n" -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, c-format msgid "cannot open %s: %s\n" msgstr "năo consigo aceder ao %s: %s\n" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, c-format msgid "Installing %s\n" msgstr "A instalar o %s\n" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "" @@ -2753,8 +2764,8 @@ msgid "package %s is already installed" msgstr "o pacote %s já está instalado" #: lib/rpmps.c:223 -#, c-format -msgid "path %s in package %s is not relocateable" +#, fuzzy, c-format +msgid "path %s in package %s is not relocatable" msgstr "a directoria %s no pacote %s năo pode ser mudada de sítio" #: lib/rpmps.c:228 @@ -2906,50 +2917,75 @@ msgstr "N msgid "Unable to open %s for reading: %s.\n" msgstr "Năo consegui abrir o %s para leitura: %s.\n" -#: lib/rpmts.c:162 +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + +#: lib/rpmts.c:163 #, c-format msgid "cannot open Packages database in %s\n" msgstr "năo consigo abrir a base de dados Packages em %s\n" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, fuzzy, c-format msgid "extra '(' in package label: %s\n" msgstr "número de pacote inválido: %s\n" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, fuzzy, c-format msgid "missing '(' in package label: %s\n" msgstr "Falta um '(' em %s %s\n" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, fuzzy, c-format msgid "missing ')' in package label: %s\n" msgstr "número de pacote inválido: %s\n" -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, fuzzy, c-format msgid "cannot open Solve database in %s\n" msgstr "năo consigo a base de dados do RPM em %s\n" -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, fuzzy, c-format msgid "Adding: %s\n" msgstr "linha: %s\n" -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, fuzzy, c-format msgid "Suggesting: %s\n" msgstr "A obter o %s\n" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 msgid "mounted filesystems:\n" msgstr "" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr "" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "" @@ -3157,12 +3193,12 @@ msgstr "" msgid "computing file dispositions\n" msgstr "" -#: lib/verify.c:288 +#: lib/verify.c:319 #, fuzzy, c-format msgid "missing %c %s" msgstr "falta %s" -#: lib/verify.c:397 +#: lib/verify.c:433 #, fuzzy, c-format msgid "Unsatisfied dependencies for %s: " msgstr "Dependęncias năo satisfeitas para o %s-%s-%s: " @@ -3362,163 +3398,163 @@ msgstr "n msgid "cannot open %s index\n" msgstr "năo consigo abrir o índice do %s\n" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 msgid "no dbpath has been set\n" msgstr "năo foi definido o dbpath\n" -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "erro(%d) ao obter os registos \"%s\" do índice %s\n" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "erro(%d) ao guardar o registo %s em %s\n" -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, fuzzy, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "rpmdb: recebida instância do cabeçalho #%u estragada, a ignorar.\n" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "%s: năo consigo ler o cabeçalho em 0x%x\n" -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "erro(%d) ao obter os registos \"%s\" do índice %s\n" -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "a remover o \"%s\" do índice %s.\n" -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, c-format msgid "removing %d entries from %s index.\n" msgstr "a remover %d registos do índice %s.\n" -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "erro(%d) ao obter os registos \"%s\" do índice %s\n" -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "erro(%d) ao guardar o registo %s em %s\n" -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "erro(%d) ao remover o registo %s do %s\n" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "erro(%d) ao criar uma nova instância do pacote\n" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 #, fuzzy msgid "rpmdbAdd: skipping" msgstr "rpmdb: recebida instância do cabeçalho #%u estragada, a ignorar.\n" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "a adicionar o \"%s\" ao índice %s.\n" -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, c-format msgid "adding %d entries to %s index.\n" msgstr "a adicionar %d registos ao índice %s.\n" -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "erro(%d) ao guardar o registo %s em %s\n" -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "a remover o %s depois duma reconstruçăo bem sucedida do db3.\n" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "năo foi definido o dbpath" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, c-format msgid "rebuilding database %s into %s\n" msgstr "a reconstruir a base de dados %s em %s\n" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, c-format msgid "temporary database %s already exists\n" msgstr "A base de dados temporária %s já existe\n" -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, c-format msgid "creating directory %s\n" msgstr "a criar a directoria %s\n" -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, c-format msgid "creating directory %s: %s\n" msgstr "a criar a directoria %s: %s\n" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, c-format msgid "opening old database with dbapi %d\n" msgstr "a abrir a base de dados antiga com a dbapi %d\n" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, c-format msgid "opening new database with dbapi %d\n" msgstr "a abrir a base de dados nova com a dbapi %d\n" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, fuzzy, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "o número do registo %u na base de dados está errado -- a ignorar.\n" -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, c-format msgid "cannot add record originally at %u\n" msgstr "năo consigo adicionar o registo originalmente em %u\n" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 msgid "failed to rebuild database: original database remains in place\n" msgstr "" "falhou a reconstruçăo da base de dados: a base de dados original mantém-se\n" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "falhou a substituiçăo da base de dados antiga pela nova!\n" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "substituir os ficheiros em %s por ficheiros de %s a recuperar" -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, c-format msgid "removing directory %s\n" msgstr "a remover a directoria %s\n" -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "falhou a remoçăo da directoria %s: %s\n" @@ -3574,42 +3610,42 @@ msgstr "A macro %%%s tem um nome ilegal (%%undefine)\n" msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "A macro %%%s (%s) năo foi usada abaixo do nível %d\n" -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "Opçăo desconhecida %c em %s(%s)\n" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "Nível de recursividade(%d) maior que o máximo(%d)\n" -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, c-format msgid "Unterminated %c: %s\n" msgstr "%c năo terminado: %s\n" -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "Segue-se uma macro impossível de analisar ao %%\n" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "A macro %%%.*s năo foi encontrada, por isso foi ignorada\n" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 msgid "Target buffer overflow\n" msgstr "Sobrecarga do tampăo de destino\n" #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, c-format msgid "File %s: %s\n" msgstr "Ficheiro %s: %s\n" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, c-format msgid "File %s is smaller than %u bytes\n" msgstr "O ficheiro %s tem menos de %u bytes\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index aec41c882..ce89e3f21 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" @@ -22,47 +22,47 @@ msgid "Unable to open spec file %s: %s\n" msgstr "No consegui abrir: %s\n" # , c-format -#: build.c:152 build.c:164 +#: build.c:150 build.c:162 #, fuzzy, c-format msgid "Failed to open tar pipe: %m\n" msgstr "No consegui abrir: %s\n" # , c-format #. Give up -#: build.c:171 +#: build.c:169 #, fuzzy, c-format msgid "Failed to read spec file from %s\n" msgstr "No consegui ler o arquivo spec de %s\n" # , c-format -#: build.c:199 +#: build.c:197 #, fuzzy, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "No consegui ler o arquivo spec de %s\n" # , c-format -#: build.c:239 +#: build.c:237 #, fuzzy, c-format msgid "failed to stat %s: %m\n" msgstr "No consegui abrir: %s\n" -#: build.c:244 +#: build.c:242 #, fuzzy, c-format msgid "File %s is not a regular file.\n" msgstr "no foi passado pacote para instalao" -#: build.c:253 +#: build.c:251 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "" #. parse up the build operators -#: build.c:324 +#: build.c:322 #, c-format msgid "Building target platforms: %s\n" msgstr "" -#: build.c:339 +#: build.c:337 #, fuzzy, c-format msgid "Building for target %s\n" msgstr "instale pacote" @@ -124,7 +124,7 @@ msgstr "No consegui ler o arquivo spec de %s\n" # "Content-Type: text/plain; charset=ISO-8859-1\n" # "Content-Transfer-Encoding: 8-bit\n" # , c-format -#: rpmqv.c:129 lib/poptALL.c:114 +#: rpmqv.c:129 lib/poptALL.c:119 #, c-format msgid "RPM version %s\n" msgstr "RPM verso %s\n" @@ -467,178 +467,178 @@ msgstr "" msgid "syntax error in expression\n" msgstr "" -#: build/files.c:278 +#: build/files.c:280 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "" -#: build/files.c:343 build/files.c:543 build/files.c:739 +#: build/files.c:345 build/files.c:545 build/files.c:741 #, c-format msgid "Missing '(' in %s %s\n" msgstr "" -#: build/files.c:354 build/files.c:673 build/files.c:750 +#: build/files.c:356 build/files.c:675 build/files.c:752 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "" # , c-format -#: build/files.c:392 build/files.c:698 +#: build/files.c:394 build/files.c:700 #, fuzzy, c-format msgid "Invalid %s token: %s\n" msgstr "No consegui abrir: %s\n" -#: build/files.c:502 +#: build/files.c:504 #, c-format msgid "Missing %s in %s %s\n" msgstr "" -#: build/files.c:559 +#: build/files.c:561 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "" # , c-format -#: build/files.c:597 +#: build/files.c:599 #, fuzzy, c-format msgid "Bad syntax: %s(%s)\n" msgstr "No consegui ler o arquivo spec de %s\n" # , c-format -#: build/files.c:607 +#: build/files.c:609 #, fuzzy, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "No consegui ler o arquivo spec de %s\n" # , c-format -#: build/files.c:619 +#: build/files.c:621 #, fuzzy, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "No consegui ler o arquivo spec de %s\n" -#: build/files.c:777 +#: build/files.c:779 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "" #. @innercontinue@ -#: build/files.c:788 +#: build/files.c:790 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "" -#: build/files.c:917 +#: build/files.c:919 #, c-format msgid "Hit limit for %%docdir\n" msgstr "" -#: build/files.c:925 +#: build/files.c:927 #, c-format msgid "Only one arg for %%docdir\n" msgstr "" # , c-format #. We already got a file -- error -#: build/files.c:959 +#: build/files.c:961 #, fuzzy, c-format msgid "Two files on one line: %s\n" msgstr "No consegui abrir: %s\n" -#: build/files.c:976 +#: build/files.c:978 #, fuzzy, c-format msgid "File must begin with \"/\": %s\n" msgstr "argumentos para o --dbpath devem comear com uma /" -#: build/files.c:989 +#: build/files.c:991 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "" # , c-format -#: build/files.c:1141 +#: build/files.c:1149 #, fuzzy, c-format msgid "File listed twice: %s\n" msgstr "No consegui ler o arquivo spec de %s\n" -#: build/files.c:1280 +#: build/files.c:1288 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "" # , c-format -#: build/files.c:1520 +#: build/files.c:1535 #, fuzzy, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "No consegui ler o arquivo spec de %s\n" -#: build/files.c:1544 +#: build/files.c:1559 #, fuzzy, c-format msgid "File not found: %s\n" msgstr "no foi passado pacote para desinstalao" # , c-format -#: build/files.c:1752 +#: build/files.c:1767 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "No consegui abrir: %s\n" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1804 +#: build/files.c:1819 #, fuzzy, c-format msgid "File needs leading \"/\": %s\n" msgstr "argumentos para o --dbpath devem comear com uma /" # , c-format -#: build/files.c:1828 +#: build/files.c:1843 #, fuzzy, c-format msgid "Glob not permitted: %s\n" msgstr "No consegui abrir: %s\n" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, fuzzy, c-format msgid "File not found by glob: %s\n" msgstr "no foi passado pacote para desinstalao" # , c-format -#: build/files.c:1905 +#: build/files.c:1920 #, fuzzy, c-format msgid "Could not open %%files file %s: %s\n" msgstr "No consegui abrir: %s\n" # , c-format -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, fuzzy, c-format msgid "line: %s\n" msgstr "No consegui ler o arquivo spec de %s\n" # , c-format -#: build/files.c:2307 +#: build/files.c:2323 #, fuzzy, c-format msgid "Bad file: %s: %s\n" msgstr "No consegui ler o arquivo spec de %s\n" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "" -#: build/files.c:2363 +#: build/files.c:2379 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "instale pacote" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2414 +#: build/files.c:2430 #, c-format msgid "Processing files: %s-%s-%s\n" msgstr "" @@ -800,7 +800,7 @@ msgid "Could not open %s: %s\n" msgstr "No consegui abrir: %s\n" # , c-format -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, fuzzy, c-format msgid "Unable to write package: %s\n" msgstr "No consegui abrir: %s\n" @@ -835,7 +835,7 @@ msgstr "No consegui abrir: %s\n" msgid "Unable to write payload to %s: %s\n" msgstr "No consegui abrir: %s\n" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "" @@ -1376,20 +1376,20 @@ msgstr "no verifique as dependncias do pacote" msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 #, fuzzy msgid "don't verify package digest(s)" msgstr "no verifique as dependncias do pacote" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 #, fuzzy msgid "don't verify database header(s) when retrieved" msgstr "no verifique a arquitetura do pacote" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 #, fuzzy msgid "don't verify package signature(s)" msgstr "verifique a assinatura do pacote" @@ -1466,31 +1466,31 @@ msgstr "" msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "" -#: lib/cpio.c:233 +#: lib/cpio.c:234 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:234 +#: lib/cpio.c:235 msgid "Missing hard link(s)" msgstr "" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:236 +#: lib/cpio.c:237 msgid "Internal error" msgstr "" -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "" -#: lib/cpio.c:250 +#: lib/cpio.c:251 #, fuzzy msgid " failed - " msgstr "Construo falhou.\n" @@ -1629,50 +1629,60 @@ msgstr "No consegui ler o arquivo spec de %s\n" msgid "file %s is on an unknown device\n" msgstr "" -#: lib/fsm.c:350 +#: lib/fsm.c:352 msgid "========== Directories not explicitly included in package:\n" msgstr "" # , c-format -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, fuzzy, c-format msgid "%10d %s\n" msgstr "No consegui ler o arquivo spec de %s\n" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, c-format +msgid "user %s does not exist - using root\n" +msgstr "" + +#: lib/fsm.c:776 +#, c-format +msgid "group %s does not exist - using root\n" +msgstr "" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "" # , c-format -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, fuzzy, c-format msgid "%s saved as %s\n" msgstr "No consegui abrir: %s\n" # , c-format -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, fuzzy, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "No consegui abrir: %s\n" -#: lib/fsm.c:1888 +#: lib/fsm.c:1929 #, fuzzy, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "Construo falhou.\n" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, fuzzy, c-format msgid "%s unlink of %s failed: %s\n" msgstr "Construo falhou.\n" # , c-format -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, fuzzy, c-format msgid "%s created as %s\n" msgstr "No consegui abrir: %s\n" @@ -1794,119 +1804,119 @@ msgstr "No consegui abrir: %s\n" msgid "%s: Fread failed: %s\n" msgstr "No consegui abrir: %s\n" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 #, fuzzy msgid "print macro expansion of EXPR" msgstr "mostra a verso do programa rpm sendo usado" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 msgid "read instead of default file(s)" msgstr "" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 #, fuzzy msgid "send stdout to CMD" msgstr "envia a saida padro para " -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 #, fuzzy msgid "use ROOT as top level directory" msgstr "use como diretrio raiz" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "mostra a verso do programa rpm sendo usado" # , c-format -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 #, fuzzy msgid "debug payload file state machine" msgstr "No consegui abrir: %s\n" # , c-format -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 #, fuzzy msgid "use threads for file state machine" msgstr "No consegui abrir: %s\n" -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 msgid "debug option/argument processing" msgstr "" # , c-format -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 #, fuzzy msgid "debug package state machine" msgstr "No consegui abrir: %s\n" # , c-format -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 #, fuzzy msgid "use threads for package state machine" msgstr "No consegui abrir: %s\n" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "" @@ -1937,16 +1947,16 @@ msgstr "" msgid "malformed rollback time/date stamp argument" msgstr "" -#: lib/poptI.c:151 +#: lib/poptI.c:155 #, fuzzy msgid "add suggested packages to transaction" msgstr "no foi passado pacote para desinstalao" -#: lib/poptI.c:155 +#: lib/poptI.c:159 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" @@ -1954,158 +1964,163 @@ msgstr "" "remova todos os pacotes iguais a (normalmente um erro gerado se " " especificou mltiplos pacotes)" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 #, fuzzy msgid "do not execute package scriptlet(s)" msgstr "no execute nenhuma script especfica do pacote" -#: lib/poptI.c:173 +#: lib/poptI.c:177 #, fuzzy -msgid "relocate files in non-relocateable package" +msgid "relocate files in non-relocatable package" msgstr "no foi passado pacote para instalao" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "apague (desinstale) pacote" -#: lib/poptI.c:179 +#: lib/poptI.c:183 #, fuzzy msgid "+" msgstr "pesquise todos os pacotes" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 #, fuzzy msgid "do not install configuration files" msgstr "liste somente os arquivos de configurao (implica -l)" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "no instale documentao" -#: lib/poptI.c:187 +#: lib/poptI.c:191 msgid "skip files with leading component " msgstr "" -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "alis para --replacepkgs --replacefiles" -#: lib/poptI.c:195 +#: lib/poptI.c:199 #, fuzzy msgid "upgrade package(s) if already installed" msgstr "no foi passado pacote para instalao" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 #, fuzzy msgid "+" msgstr " -b " -#: lib/poptI.c:198 +#: lib/poptI.c:202 msgid "print hash marks as package installs (good with -v)" msgstr "mostre caracteres # a medida que o pacote instala (bom com -v)" -#: lib/poptI.c:201 +#: lib/poptI.c:205 #, fuzzy msgid "don't verify package architecture" msgstr "no verifique a arquitetura do pacote" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "no verifique o sistema operacional do pacote" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "instale documentao" -#: lib/poptI.c:212 +#: lib/poptI.c:216 #, fuzzy msgid "install package(s)" msgstr "instale pacote" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "no verifique as dependncias do pacote" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 #, fuzzy msgid "don't verify MD5 digest of files" msgstr "instale pacote" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +#, fuzzy +msgid "don't install file security contexts" +msgstr "liste somente os arquivos de configurao (implica -l)" + +#: lib/poptI.c:237 #, fuzzy msgid "do not reorder package installation to satisfy dependencies" msgstr "no verifique as dependncias do pacote" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, fuzzy, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "no execute nenhum estgio" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, fuzzy, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "no execute nenhum estgio" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, fuzzy, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "no execute nenhum estgio" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, fuzzy, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "no execute nenhum estgio" -#: lib/poptI.c:261 +#: lib/poptI.c:268 #, fuzzy msgid "do not execute any scriptlet(s) triggered by this package" msgstr "pesquise o pacote ao qual pertence" -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, fuzzy, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "no execute nenhuma script especfica do pacote" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, fuzzy, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "no execute nenhuma script de instalao" -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, fuzzy, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "no execute nenhuma script de instalao" -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, fuzzy, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "no execute nenhuma script de instalao" -#: lib/poptI.c:277 +#: lib/poptI.c:284 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -2113,52 +2128,52 @@ msgstr "" "atualize para uma verso mais velha do pacote (--force em atualizaes no faz " "isto automaticamente)" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "imprima porcentagens a medida que o pacote vai sendo instalado" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "realoque o pacote para , se realocvel" -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "" -#: lib/poptI.c:286 +#: lib/poptI.c:293 msgid "relocate files from path to " msgstr "" -#: lib/poptI.c:287 +#: lib/poptI.c:294 #, fuzzy msgid "=" msgstr " [--nomd5] [alvos]" -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "instale mesmo que o pacote substitua arquivos j instalados" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "reinstale se o pacote j estiver presente" -#: lib/poptI.c:298 +#: lib/poptI.c:305 msgid "deinstall new, reinstall old, package(s), back to " msgstr "" -#: lib/poptI.c:299 +#: lib/poptI.c:306 msgid "" msgstr "" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "no instale, mas diga se a instalao funcionar ou no" -#: lib/poptI.c:304 +#: lib/poptI.c:311 #, fuzzy msgid "upgrade package(s)" msgstr "instale pacote" @@ -2247,220 +2262,215 @@ msgstr "pesquise pacotes que requerem capacidade " msgid "query/verify the package(s) which provide a dependency" msgstr "pesquise pacotes que fornecem a capacidade " -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 #, fuzzy msgid "list all configuration files" msgstr "liste somente os arquivos de configurao (implica -l)" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 #, fuzzy msgid "list all documentation files" msgstr "instale documentao" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 #, fuzzy msgid "dump basic file information" msgstr "mostre informao do pacote" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 #, fuzzy msgid "list files in package" msgstr "instale pacote" -#: lib/poptQV.c:239 +#: lib/poptQV.c:243 #, c-format msgid "skip %%ghost files" msgstr "" -#: lib/poptQV.c:243 +#: lib/poptQV.c:247 #, c-format msgid "skip %%license files" msgstr "" # , c-format -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, fuzzy, c-format msgid "skip %%readme files" msgstr "No consegui abrir: %s\n" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 #, fuzzy msgid "use the following query format" msgstr "fonte de pesquisa no esperado" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 #, fuzzy msgid "substitute i18n sections into spec file" msgstr "pesquise o pacote ao qual pertence" -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 #, fuzzy msgid "don't verify size of files" msgstr "instale pacote" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 #, fuzzy msgid "don't verify symlink path of files" msgstr "instale pacote" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 #, fuzzy msgid "don't verify owner of files" msgstr "instale pacote" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 #, fuzzy msgid "don't verify group of files" msgstr "instale pacote" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 #, fuzzy msgid "don't verify mode of files" msgstr "instale pacote" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +#, fuzzy +msgid "don't verify file security contexts" +msgstr "instale pacote" + +#: lib/poptQV.c:309 #, fuzzy msgid "don't verify files in package" msgstr "instale pacote" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 #, fuzzy msgid "don't verify package dependencies" msgstr "no verifique as dependncias do pacote" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 #, fuzzy msgid "don't execute verify script(s)" msgstr "no execute nenhum estgio" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 #, fuzzy msgid "don't verify GPG V3 DSA signature(s)" msgstr "instale pacote" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 #, fuzzy msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "instale pacote" -#: lib/poptQV.c:366 +#: lib/poptQV.c:372 #, fuzzy msgid "sign package(s) (identical to --resign)" msgstr "assine um pacote (descarte a assinatura corrente)" -#: lib/poptQV.c:368 +#: lib/poptQV.c:374 #, fuzzy msgid "verify package signature(s)" msgstr "verifique a assinatura do pacote" -#: lib/poptQV.c:370 +#: lib/poptQV.c:376 msgid "import an armored public key" msgstr "" -#: lib/poptQV.c:372 +#: lib/poptQV.c:378 #, fuzzy msgid "sign package(s) (identical to --addsign)" msgstr "assine um pacote (descarte a assinatura corrente)" -#: lib/poptQV.c:374 +#: lib/poptQV.c:380 #, fuzzy msgid "generate signature" msgstr "gere assinatura PGP" -#: lib/psm.c:269 +#: lib/psm.c:268 msgid "source package expected, binary found\n" msgstr "" -#: lib/psm.c:394 +#: lib/psm.c:386 #, fuzzy msgid "source package contains no .spec file\n" msgstr "pesquise o pacote ao qual pertence" -#: lib/psm.c:480 +#: lib/psm.c:472 #, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "" -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "" -#: lib/psm.c:756 +#: lib/psm.c:751 #, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "" -#: lib/psm.c:762 +#: lib/psm.c:757 #, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "" -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, fuzzy, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "no foi passado pacote para instalao" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "" # , c-format -#: lib/psm.c:1439 +#: lib/psm.c:1432 #, fuzzy msgid "Unable to reload signature header\n" msgstr "No consegui abrir: %s\n" -#: lib/psm.c:1485 -#, c-format -msgid "user %s does not exist - using root\n" -msgstr "" - -#: lib/psm.c:1494 -#, c-format -msgid "group %s does not exist - using root\n" -msgstr "" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, fuzzy, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "Construo falhou.\n" -#: lib/psm.c:1547 +#: lib/psm.c:1511 msgid " on file " msgstr "" # , c-format -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, fuzzy, c-format msgid "%s failed on file %s: %s\n" msgstr "No consegui abrir: %s\n" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, fuzzy, c-format msgid "%s failed: %s\n" msgstr "Construo falhou.\n" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, c-format msgid "incorrect format: %s\n" msgstr "" @@ -2510,8 +2520,8 @@ msgstr "no foi passado pacote para instalao" msgid "package has neither file owner or id lists\n" msgstr "no foi passado pacote para instalao" -#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, fuzzy, c-format msgid "open of %s failed: %s\n" @@ -2526,7 +2536,7 @@ msgstr "" msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, fuzzy, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "no foram passados pacotes para assinatura" @@ -2598,18 +2608,18 @@ msgstr "" msgid "record %u could not be read\n" msgstr "" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, fuzzy, c-format msgid "package %s is not installed\n" msgstr "no foi passado pacote para instalao" # , c-format -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 #, fuzzy msgid "(added files)" msgstr "No consegui abrir: %s\n" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 msgid "(added provide)" msgstr "" @@ -2740,12 +2750,12 @@ msgstr "" msgid "package %s has unsatisfied %s: %s\n" msgstr "no foi passado pacote para instalao" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 msgid "========== relocations\n" msgstr "" @@ -2757,13 +2767,13 @@ msgstr "" # "Content-Type: text/plain; charset=ISO-8859-1\n" # "Content-Transfer-Encoding: 8-bit\n" # , c-format -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, fuzzy, c-format msgid "%5d exclude %s\n" msgstr "RPM verso %s\n" # , c-format -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, fuzzy, c-format msgid "%5d relocate %s -> %s\n" msgstr "No consegui abrir: %s\n" @@ -2776,19 +2786,19 @@ msgstr "No consegui abrir: %s\n" # "Content-Type: text/plain; charset=ISO-8859-1\n" # "Content-Transfer-Encoding: 8-bit\n" # , c-format -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, fuzzy, c-format msgid "excluding %s %s\n" msgstr "RPM verso %s\n" # , c-format -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, fuzzy, c-format msgid "relocating %s to %s\n" msgstr "No consegui abrir: %s\n" # , c-format -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, fuzzy, c-format msgid "relocating directory %s to %s\n" msgstr "No consegui abrir: %s\n" @@ -2820,7 +2830,7 @@ msgid "Upgrading packages..." msgstr "instale pacote" # , c-format -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, fuzzy, c-format msgid "Adding goal: %s\n" msgstr "No consegui ler o arquivo spec de %s\n" @@ -2833,86 +2843,86 @@ msgstr "No consegui ler o arquivo spec de %s\n" # "Content-Type: text/plain; charset=ISO-8859-1\n" # "Content-Transfer-Encoding: 8-bit\n" # , c-format -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, fuzzy, c-format msgid "Retrieving %s\n" msgstr "RPM verso %s\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:422 +#: lib/rpminstall.c:436 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, fuzzy, c-format msgid "%s cannot be installed\n" msgstr "no foi passado pacote para instalao" -#: lib/rpminstall.c:523 +#: lib/rpminstall.c:537 #, fuzzy, c-format -msgid "package %s is not relocateable\n" +msgid "package %s is not relocatable\n" msgstr "no foi passado pacote para instalao" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:623 +#: lib/rpminstall.c:637 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 #, fuzzy msgid "Failed dependencies:\n" msgstr "lista dependncias do pacote" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr "" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 #, fuzzy msgid "installing binary packages\n" msgstr "instale pacote" # , c-format -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, fuzzy, c-format msgid "cannot open file %s: %s\n" msgstr "No consegui abrir: %s\n" -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" # , c-format -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, fuzzy, c-format msgid "cannot open %s: %s\n" msgstr "No consegui abrir: %s\n" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, c-format msgid "Installing %s\n" msgstr "" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "" @@ -2981,7 +2991,7 @@ msgstr "no foi passado pacote para instalao" #: lib/rpmps.c:223 #, fuzzy, c-format -msgid "path %s in package %s is not relocateable" +msgid "path %s in package %s is not relocatable" msgstr "no foi passado pacote para instalao" #: lib/rpmps.c:228 @@ -3135,35 +3145,60 @@ msgstr "" msgid "Unable to open %s for reading: %s.\n" msgstr "No consegui abrir: %s\n" +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + # , c-format -#: lib/rpmts.c:162 +#: lib/rpmts.c:163 #, fuzzy, c-format msgid "cannot open Packages database in %s\n" msgstr "No consegui abrir: %s\n" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, c-format msgid "extra '(' in package label: %s\n" msgstr "" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, fuzzy, c-format msgid "missing '(' in package label: %s\n" msgstr "instale pacote" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, fuzzy, c-format msgid "missing ')' in package label: %s\n" msgstr "instale pacote" # , c-format -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, fuzzy, c-format msgid "cannot open Solve database in %s\n" msgstr "No consegui abrir: %s\n" # , c-format -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, fuzzy, c-format msgid "Adding: %s\n" msgstr "No consegui ler o arquivo spec de %s\n" @@ -3176,20 +3211,20 @@ msgstr "No consegui ler o arquivo spec de %s\n" # "Content-Type: text/plain; charset=ISO-8859-1\n" # "Content-Transfer-Encoding: 8-bit\n" # , c-format -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, fuzzy, c-format msgid "Suggesting: %s\n" msgstr "RPM verso %s\n" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 msgid "mounted filesystems:\n" msgstr "" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr "" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "" @@ -3409,12 +3444,12 @@ msgstr "" msgid "computing file dispositions\n" msgstr "" -#: lib/verify.c:288 +#: lib/verify.c:319 #, c-format msgid "missing %c %s" msgstr "" -#: lib/verify.c:397 +#: lib/verify.c:433 #, fuzzy, c-format msgid "Unsatisfied dependencies for %s: " msgstr "lista dependncias do pacote" @@ -3618,162 +3653,162 @@ msgstr "No consegui abrir: %s\n" msgid "cannot open %s index\n" msgstr "No consegui abrir: %s\n" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 msgid "no dbpath has been set\n" msgstr "" # , c-format -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "No consegui abrir: %s\n" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 msgid "miFreeHeader: skipping" msgstr "" # , c-format -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "No consegui abrir: %s\n" -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "no foi passado pacote para desinstalao" # , c-format -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "No consegui abrir: %s\n" -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" # , c-format -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "No consegui abrir: %s\n" # , c-format -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "No consegui abrir: %s\n" # , c-format -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "No consegui abrir: %s\n" # , c-format -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "No consegui abrir: %s\n" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, fuzzy, c-format msgid "error(%d) allocating new package instance\n" msgstr "no foi passado pacote para instalao" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" # , c-format -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "No consegui abrir: %s\n" # , c-format -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, fuzzy, c-format msgid "error(%d) storing record %s into %s\n" msgstr "No consegui abrir: %s\n" -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "reconstrua o banco de dados a partir de um banco de dados existente" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, c-format msgid "temporary database %s already exists\n" msgstr "" # , c-format -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "No consegui abrir: %s\n" # , c-format -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, fuzzy, c-format msgid "creating directory %s: %s\n" msgstr "No consegui abrir: %s\n" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, 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" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, 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" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, c-format msgid "cannot add record originally at %u\n" msgstr "" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" @@ -3786,13 +3821,13 @@ msgstr "" # "Content-Type: text/plain; charset=ISO-8859-1\n" # "Content-Transfer-Encoding: 8-bit\n" # , c-format -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "RPM verso %s\n" # , c-format -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, fuzzy, c-format msgid "failed to remove directory %s: %s\n" msgstr "No consegui abrir: %s\n" @@ -3848,44 +3883,44 @@ msgstr "" msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "" -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "" # , c-format -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, fuzzy, c-format msgid "Unterminated %c: %s\n" msgstr "No consegui abrir: %s\n" -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, fuzzy, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "no foi passado pacote para desinstalao" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 msgid "Target buffer overflow\n" msgstr "" # , c-format #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, fuzzy, c-format msgid "File %s: %s\n" msgstr "No consegui ler o arquivo spec de %s\n" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, c-format msgid "File %s is smaller than %u bytes\n" msgstr "" diff --git a/po/ro.po b/po/ro.po index 9b22ac522..30ee5d7f9 100644 --- a/po/ro.po +++ b/po/ro.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "PO-Revision-Date: 1999-04-10 12:00+EST\n" "Last-Translator: Cristian Gafton \n" "Language-Team: Romanian \n" @@ -19,44 +19,44 @@ msgstr "" msgid "Unable to open spec file %s: %s\n" msgstr "" -#: build.c:152 build.c:164 +#: build.c:150 build.c:162 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "" #. Give up -#: build.c:171 +#: build.c:169 #, c-format msgid "Failed to read spec file from %s\n" msgstr "" -#: build.c:199 +#: build.c:197 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "" -#: build.c:239 +#: build.c:237 #, c-format msgid "failed to stat %s: %m\n" msgstr "" -#: build.c:244 +#: build.c:242 #, c-format msgid "File %s is not a regular file.\n" msgstr "" -#: build.c:253 +#: build.c:251 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "" #. parse up the build operators -#: build.c:324 +#: build.c:322 #, c-format msgid "Building target platforms: %s\n" msgstr "" -#: build.c:339 +#: build.c:337 #, c-format msgid "Building for target %s\n" msgstr "" @@ -108,7 +108,7 @@ msgstr "" msgid "%s: %s\n" msgstr "" -#: rpmqv.c:129 lib/poptALL.c:114 +#: rpmqv.c:129 lib/poptALL.c:119 #, c-format msgid "RPM version %s\n" msgstr "" @@ -404,166 +404,166 @@ msgstr "" msgid "syntax error in expression\n" msgstr "" -#: build/files.c:278 +#: build/files.c:280 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "" -#: build/files.c:343 build/files.c:543 build/files.c:739 +#: build/files.c:345 build/files.c:545 build/files.c:741 #, c-format msgid "Missing '(' in %s %s\n" msgstr "" -#: build/files.c:354 build/files.c:673 build/files.c:750 +#: build/files.c:356 build/files.c:675 build/files.c:752 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "" -#: build/files.c:392 build/files.c:698 +#: build/files.c:394 build/files.c:700 #, c-format msgid "Invalid %s token: %s\n" msgstr "" -#: build/files.c:502 +#: build/files.c:504 #, c-format msgid "Missing %s in %s %s\n" msgstr "" -#: build/files.c:559 +#: build/files.c:561 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "" -#: build/files.c:597 +#: build/files.c:599 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "" -#: build/files.c:607 +#: build/files.c:609 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "" -#: build/files.c:619 +#: build/files.c:621 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "" -#: build/files.c:777 +#: build/files.c:779 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "" #. @innercontinue@ -#: build/files.c:788 +#: build/files.c:790 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "" -#: build/files.c:917 +#: build/files.c:919 #, c-format msgid "Hit limit for %%docdir\n" msgstr "" -#: build/files.c:925 +#: build/files.c:927 #, c-format msgid "Only one arg for %%docdir\n" msgstr "" #. We already got a file -- error -#: build/files.c:959 +#: build/files.c:961 #, c-format msgid "Two files on one line: %s\n" msgstr "" -#: build/files.c:976 +#: build/files.c:978 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "" -#: build/files.c:989 +#: build/files.c:991 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "" -#: build/files.c:1141 +#: build/files.c:1149 #, c-format msgid "File listed twice: %s\n" msgstr "" -#: build/files.c:1280 +#: build/files.c:1288 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "" -#: build/files.c:1520 +#: build/files.c:1535 #, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "" -#: build/files.c:1544 +#: build/files.c:1559 #, c-format msgid "File not found: %s\n" msgstr "" -#: build/files.c:1752 +#: build/files.c:1767 #, c-format msgid "%s: public key read failed.\n" msgstr "" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1804 +#: build/files.c:1819 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "" -#: build/files.c:1828 +#: build/files.c:1843 #, c-format msgid "Glob not permitted: %s\n" msgstr "" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, c-format msgid "File not found by glob: %s\n" msgstr "" -#: build/files.c:1905 +#: build/files.c:1920 #, c-format msgid "Could not open %%files file %s: %s\n" msgstr "" -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, c-format msgid "line: %s\n" msgstr "" -#: build/files.c:2307 +#: build/files.c:2323 #, c-format msgid "Bad file: %s: %s\n" msgstr "" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "" -#: build/files.c:2363 +#: build/files.c:2379 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2414 +#: build/files.c:2430 #, c-format msgid "Processing files: %s-%s-%s\n" msgstr "" @@ -702,7 +702,7 @@ msgstr "" msgid "Could not open %s: %s\n" msgstr "" -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, c-format msgid "Unable to write package: %s\n" msgstr "" @@ -732,7 +732,7 @@ msgstr "" msgid "Unable to write payload to %s: %s\n" msgstr "" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "" @@ -1212,18 +1212,18 @@ msgstr "" msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 msgid "don't verify package digest(s)" msgstr "" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 msgid "don't verify database header(s) when retrieved" msgstr "" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 msgid "don't verify package signature(s)" msgstr "" @@ -1293,31 +1293,31 @@ msgstr "" msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "" -#: lib/cpio.c:233 +#: lib/cpio.c:234 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:234 +#: lib/cpio.c:235 msgid "Missing hard link(s)" msgstr "" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:236 +#: lib/cpio.c:237 msgid "Internal error" msgstr "" -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "" -#: lib/cpio.c:250 +#: lib/cpio.c:251 msgid " failed - " msgstr "" @@ -1446,46 +1446,56 @@ msgstr "" msgid "file %s is on an unknown device\n" msgstr "" -#: lib/fsm.c:350 +#: lib/fsm.c:352 msgid "========== Directories not explicitly included in package:\n" msgstr "" -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, c-format msgid "%10d %s\n" msgstr "" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, c-format +msgid "user %s does not exist - using root\n" +msgstr "" + +#: lib/fsm.c:776 +#, c-format +msgid "group %s does not exist - using root\n" +msgstr "" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "" -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, c-format msgid "%s saved as %s\n" msgstr "" -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "" -#: lib/fsm.c:1888 +#: lib/fsm.c:1929 #, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, c-format msgid "%s unlink of %s failed: %s\n" msgstr "" -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, c-format msgid "%s created as %s\n" msgstr "" @@ -1601,108 +1611,108 @@ msgstr "" msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 msgid "print macro expansion of EXPR" msgstr "" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 msgid "read instead of default file(s)" msgstr "" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 msgid "send stdout to CMD" msgstr "" -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 msgid "use ROOT as top level directory" msgstr "" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "" -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 msgid "debug payload file state machine" msgstr "" -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 msgid "use threads for file state machine" msgstr "" -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 msgid "debug option/argument processing" msgstr "" -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 msgid "debug package state machine" msgstr "" -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 msgid "use threads for package state machine" msgstr "" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "" @@ -1731,211 +1741,215 @@ msgstr "" msgid "malformed rollback time/date stamp argument" msgstr "" -#: lib/poptI.c:151 +#: lib/poptI.c:155 msgid "add suggested packages to transaction" msgstr "" -#: lib/poptI.c:155 +#: lib/poptI.c:159 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" msgstr "" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 msgid "do not execute package scriptlet(s)" msgstr "" -#: lib/poptI.c:173 -msgid "relocate files in non-relocateable package" +#: lib/poptI.c:177 +msgid "relocate files in non-relocatable package" msgstr "" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "+" msgstr "" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 msgid "do not install configuration files" msgstr "" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "" -#: lib/poptI.c:187 +#: lib/poptI.c:191 msgid "skip files with leading component " msgstr "" -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "" -#: lib/poptI.c:195 +#: lib/poptI.c:199 msgid "upgrade package(s) if already installed" msgstr "" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 msgid "+" msgstr "" -#: lib/poptI.c:198 +#: lib/poptI.c:202 msgid "print hash marks as package installs (good with -v)" msgstr "" -#: lib/poptI.c:201 +#: lib/poptI.c:205 msgid "don't verify package architecture" msgstr "" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "" -#: lib/poptI.c:212 +#: lib/poptI.c:216 msgid "install package(s)" msgstr "" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 msgid "don't verify MD5 digest of files" msgstr "" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +msgid "don't install file security contexts" +msgstr "" + +#: lib/poptI.c:237 msgid "do not reorder package installation to satisfy dependencies" msgstr "" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "" -#: lib/poptI.c:261 +#: lib/poptI.c:268 msgid "do not execute any scriptlet(s) triggered by this package" msgstr "" -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "" -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "" -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "" -#: lib/poptI.c:277 +#: lib/poptI.c:284 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" msgstr "" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "" -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "" -#: lib/poptI.c:286 +#: lib/poptI.c:293 msgid "relocate files from path to " msgstr "" -#: lib/poptI.c:287 +#: lib/poptI.c:294 msgid "=" msgstr "" -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "" -#: lib/poptI.c:298 +#: lib/poptI.c:305 msgid "deinstall new, reinstall old, package(s), back to " msgstr "" -#: lib/poptI.c:299 +#: lib/poptI.c:306 msgid "" msgstr "" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "" -#: lib/poptI.c:304 +#: lib/poptI.c:311 msgid "upgrade package(s)" msgstr "" @@ -2007,195 +2021,189 @@ msgstr "" msgid "query/verify the package(s) which provide a dependency" msgstr "" -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 msgid "list all configuration files" msgstr "" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 msgid "list all documentation files" msgstr "" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 msgid "dump basic file information" msgstr "" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 msgid "list files in package" msgstr "" -#: lib/poptQV.c:239 -#, c-format -msgid "skip %%ghost files" -msgstr "" - #: lib/poptQV.c:243 #, c-format +msgid "skip %%ghost files" +msgstr "" + +#: lib/poptQV.c:247 +#, c-format msgid "skip %%license files" msgstr "" -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, c-format msgid "skip %%readme files" msgstr "" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 msgid "use the following query format" msgstr "" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 msgid "substitute i18n sections into spec file" msgstr "" -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 msgid "don't verify size of files" msgstr "" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 msgid "don't verify symlink path of files" msgstr "" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 msgid "don't verify owner of files" msgstr "" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 msgid "don't verify group of files" msgstr "" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 msgid "don't verify mode of files" msgstr "" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +msgid "don't verify file security contexts" +msgstr "" + +#: lib/poptQV.c:309 msgid "don't verify files in package" msgstr "" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 msgid "don't verify package dependencies" msgstr "" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 msgid "don't execute verify script(s)" msgstr "" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 msgid "don't verify GPG V3 DSA signature(s)" msgstr "" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "" -#: lib/poptQV.c:366 +#: lib/poptQV.c:372 msgid "sign package(s) (identical to --resign)" msgstr "" -#: lib/poptQV.c:368 +#: lib/poptQV.c:374 msgid "verify package signature(s)" msgstr "" -#: lib/poptQV.c:370 +#: lib/poptQV.c:376 msgid "import an armored public key" msgstr "" -#: lib/poptQV.c:372 +#: lib/poptQV.c:378 msgid "sign package(s) (identical to --addsign)" msgstr "" -#: lib/poptQV.c:374 +#: lib/poptQV.c:380 msgid "generate signature" msgstr "" -#: lib/psm.c:269 +#: lib/psm.c:268 msgid "source package expected, binary found\n" msgstr "" -#: lib/psm.c:394 +#: lib/psm.c:386 msgid "source package contains no .spec file\n" msgstr "" -#: lib/psm.c:480 +#: lib/psm.c:472 #, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "" -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "" -#: lib/psm.c:756 +#: lib/psm.c:751 #, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "" -#: lib/psm.c:762 +#: lib/psm.c:757 #, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "" -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "" -#: lib/psm.c:1439 +#: lib/psm.c:1432 msgid "Unable to reload signature header\n" msgstr "" -#: lib/psm.c:1485 -#, c-format -msgid "user %s does not exist - using root\n" -msgstr "" - -#: lib/psm.c:1494 -#, c-format -msgid "group %s does not exist - using root\n" -msgstr "" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "" -#: lib/psm.c:1547 +#: lib/psm.c:1511 msgid " on file " msgstr "" -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, c-format msgid "%s failed on file %s: %s\n" msgstr "" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, c-format msgid "%s failed: %s\n" msgstr "" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, c-format msgid "incorrect format: %s\n" msgstr "" @@ -2242,8 +2250,8 @@ msgstr "" msgid "package has neither file owner or id lists\n" msgstr "" -#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, c-format msgid "open of %s failed: %s\n" @@ -2258,7 +2266,7 @@ msgstr "" msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "" @@ -2327,16 +2335,16 @@ msgstr "" msgid "record %u could not be read\n" msgstr "" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, c-format msgid "package %s is not installed\n" msgstr "" -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 msgid "(added files)" msgstr "" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 msgid "(added provide)" msgstr "" @@ -2459,36 +2467,36 @@ msgstr "" msgid "package %s has unsatisfied %s: %s\n" msgstr "" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 msgid "========== relocations\n" msgstr "" -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, c-format msgid "%5d exclude %s\n" msgstr "" -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, c-format msgid "%5d relocate %s -> %s\n" msgstr "" -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, c-format msgid "excluding %s %s\n" msgstr "" -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, c-format msgid "relocating directory %s to %s\n" msgstr "" @@ -2517,87 +2525,87 @@ msgstr "" msgid "Upgrading packages..." msgstr "" -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, c-format msgid "Adding goal: %s\n" msgstr "" -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, c-format msgid "Retrieving %s\n" msgstr "" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:422 +#: lib/rpminstall.c:436 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:523 +#: lib/rpminstall.c:537 #, c-format -msgid "package %s is not relocateable\n" +msgid "package %s is not relocatable\n" msgstr "" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:623 +#: lib/rpminstall.c:637 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 msgid "Failed dependencies:\n" msgstr "" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr "" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 msgid "installing binary packages\n" msgstr "" -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, c-format msgid "cannot open %s: %s\n" msgstr "" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, c-format msgid "Installing %s\n" msgstr "" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "" @@ -2665,7 +2673,7 @@ msgstr "" #: lib/rpmps.c:223 #, c-format -msgid "path %s in package %s is not relocateable" +msgid "path %s in package %s is not relocatable" msgstr "" #: lib/rpmps.c:228 @@ -2812,50 +2820,75 @@ msgstr "" msgid "Unable to open %s for reading: %s.\n" msgstr "" -#: lib/rpmts.c:162 +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + +#: lib/rpmts.c:163 #, c-format msgid "cannot open Packages database in %s\n" msgstr "" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, c-format msgid "extra '(' in package label: %s\n" msgstr "" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, c-format msgid "missing '(' in package label: %s\n" msgstr "" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, c-format msgid "missing ')' in package label: %s\n" msgstr "" -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, c-format msgid "cannot open Solve database in %s\n" msgstr "" -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, c-format msgid "Adding: %s\n" msgstr "" -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, c-format msgid "Suggesting: %s\n" msgstr "" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 msgid "mounted filesystems:\n" msgstr "" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr "" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "" @@ -3058,12 +3091,12 @@ msgstr "" msgid "computing file dispositions\n" msgstr "" -#: lib/verify.c:288 +#: lib/verify.c:319 #, c-format msgid "missing %c %s" msgstr "" -#: lib/verify.c:397 +#: lib/verify.c:433 #, c-format msgid "Unsatisfied dependencies for %s: " msgstr "" @@ -3261,161 +3294,161 @@ msgstr "" msgid "cannot open %s index\n" msgstr "" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 msgid "no dbpath has been set\n" msgstr "" -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "" -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "" -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "" -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "" -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, c-format msgid "temporary database %s already exists\n" msgstr "" -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, c-format msgid "creating directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, c-format msgid "creating directory %s: %s\n" msgstr "" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, c-format msgid "cannot add record originally at %u\n" msgstr "" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, c-format msgid "removing directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" @@ -3471,42 +3504,42 @@ msgstr "" msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "" -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "" -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, c-format msgid "Unterminated %c: %s\n" msgstr "" -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 msgid "Target buffer overflow\n" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, c-format msgid "File %s: %s\n" msgstr "" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, c-format msgid "File %s is smaller than %u bytes\n" msgstr "" diff --git a/po/rpm.pot b/po/rpm.pot index 0c6724819..113e0a82c 100644 --- a/po/rpm.pot +++ b/po/rpm.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,44 +25,44 @@ msgstr "" msgid "Unable to open spec file %s: %s\n" msgstr "" -#: build.c:152 build.c:164 +#: build.c:150 build.c:162 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "" #. Give up -#: build.c:171 +#: build.c:169 #, c-format msgid "Failed to read spec file from %s\n" msgstr "" -#: build.c:199 +#: build.c:197 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "" -#: build.c:239 +#: build.c:237 #, c-format msgid "failed to stat %s: %m\n" msgstr "" -#: build.c:244 +#: build.c:242 #, c-format msgid "File %s is not a regular file.\n" msgstr "" -#: build.c:253 +#: build.c:251 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "" #. parse up the build operators -#: build.c:324 +#: build.c:322 #, c-format msgid "Building target platforms: %s\n" msgstr "" -#: build.c:339 +#: build.c:337 #, c-format msgid "Building for target %s\n" msgstr "" @@ -114,7 +114,7 @@ msgstr "" msgid "%s: %s\n" msgstr "" -#: rpmqv.c:129 lib/poptALL.c:114 +#: rpmqv.c:129 lib/poptALL.c:119 #, c-format msgid "RPM version %s\n" msgstr "" @@ -410,166 +410,166 @@ msgstr "" msgid "syntax error in expression\n" msgstr "" -#: build/files.c:278 +#: build/files.c:280 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "" -#: build/files.c:343 build/files.c:543 build/files.c:739 +#: build/files.c:345 build/files.c:545 build/files.c:741 #, c-format msgid "Missing '(' in %s %s\n" msgstr "" -#: build/files.c:354 build/files.c:673 build/files.c:750 +#: build/files.c:356 build/files.c:675 build/files.c:752 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "" -#: build/files.c:392 build/files.c:698 +#: build/files.c:394 build/files.c:700 #, c-format msgid "Invalid %s token: %s\n" msgstr "" -#: build/files.c:502 +#: build/files.c:504 #, c-format msgid "Missing %s in %s %s\n" msgstr "" -#: build/files.c:559 +#: build/files.c:561 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "" -#: build/files.c:597 +#: build/files.c:599 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "" -#: build/files.c:607 +#: build/files.c:609 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "" -#: build/files.c:619 +#: build/files.c:621 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "" -#: build/files.c:777 +#: build/files.c:779 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "" #. @innercontinue@ -#: build/files.c:788 +#: build/files.c:790 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "" -#: build/files.c:917 +#: build/files.c:919 #, c-format msgid "Hit limit for %%docdir\n" msgstr "" -#: build/files.c:925 +#: build/files.c:927 #, c-format msgid "Only one arg for %%docdir\n" msgstr "" #. We already got a file -- error -#: build/files.c:959 +#: build/files.c:961 #, c-format msgid "Two files on one line: %s\n" msgstr "" -#: build/files.c:976 +#: build/files.c:978 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "" -#: build/files.c:989 +#: build/files.c:991 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "" -#: build/files.c:1141 +#: build/files.c:1149 #, c-format msgid "File listed twice: %s\n" msgstr "" -#: build/files.c:1280 +#: build/files.c:1288 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "" -#: build/files.c:1520 +#: build/files.c:1535 #, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "" -#: build/files.c:1544 +#: build/files.c:1559 #, c-format msgid "File not found: %s\n" msgstr "" -#: build/files.c:1752 +#: build/files.c:1767 #, c-format msgid "%s: public key read failed.\n" msgstr "" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1804 +#: build/files.c:1819 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "" -#: build/files.c:1828 +#: build/files.c:1843 #, c-format msgid "Glob not permitted: %s\n" msgstr "" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, c-format msgid "File not found by glob: %s\n" msgstr "" -#: build/files.c:1905 +#: build/files.c:1920 #, c-format msgid "Could not open %%files file %s: %s\n" msgstr "" -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, c-format msgid "line: %s\n" msgstr "" -#: build/files.c:2307 +#: build/files.c:2323 #, c-format msgid "Bad file: %s: %s\n" msgstr "" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "" -#: build/files.c:2363 +#: build/files.c:2379 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2414 +#: build/files.c:2430 #, c-format msgid "Processing files: %s-%s-%s\n" msgstr "" @@ -708,7 +708,7 @@ msgstr "" msgid "Could not open %s: %s\n" msgstr "" -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, c-format msgid "Unable to write package: %s\n" msgstr "" @@ -738,7 +738,7 @@ msgstr "" msgid "Unable to write payload to %s: %s\n" msgstr "" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "" @@ -1218,18 +1218,18 @@ msgstr "" msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 msgid "don't verify package digest(s)" msgstr "" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 msgid "don't verify database header(s) when retrieved" msgstr "" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 msgid "don't verify package signature(s)" msgstr "" @@ -1299,31 +1299,31 @@ msgstr "" msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "" -#: lib/cpio.c:233 +#: lib/cpio.c:234 msgid "Unknown file type" msgstr "" -#: lib/cpio.c:234 +#: lib/cpio.c:235 msgid "Missing hard link(s)" msgstr "" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:236 +#: lib/cpio.c:237 msgid "Internal error" msgstr "" -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "" -#: lib/cpio.c:250 +#: lib/cpio.c:251 msgid " failed - " msgstr "" @@ -1452,46 +1452,56 @@ msgstr "" msgid "file %s is on an unknown device\n" msgstr "" -#: lib/fsm.c:350 +#: lib/fsm.c:352 msgid "========== Directories not explicitly included in package:\n" msgstr "" -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, c-format msgid "%10d %s\n" msgstr "" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, c-format +msgid "user %s does not exist - using root\n" +msgstr "" + +#: lib/fsm.c:776 +#, c-format +msgid "group %s does not exist - using root\n" +msgstr "" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "" -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, c-format msgid "%s saved as %s\n" msgstr "" -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "" -#: lib/fsm.c:1888 +#: lib/fsm.c:1929 #, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, c-format msgid "%s unlink of %s failed: %s\n" msgstr "" -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, c-format msgid "%s created as %s\n" msgstr "" @@ -1607,108 +1617,108 @@ msgstr "" msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 msgid "print macro expansion of EXPR" msgstr "" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 msgid "read instead of default file(s)" msgstr "" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 msgid "send stdout to CMD" msgstr "" -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 msgid "use ROOT as top level directory" msgstr "" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "" -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 msgid "debug payload file state machine" msgstr "" -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 msgid "use threads for file state machine" msgstr "" -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 msgid "debug option/argument processing" msgstr "" -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 msgid "debug package state machine" msgstr "" -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 msgid "use threads for package state machine" msgstr "" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "" @@ -1737,211 +1747,215 @@ msgstr "" msgid "malformed rollback time/date stamp argument" msgstr "" -#: lib/poptI.c:151 +#: lib/poptI.c:155 msgid "add suggested packages to transaction" msgstr "" -#: lib/poptI.c:155 +#: lib/poptI.c:159 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" msgstr "" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 msgid "do not execute package scriptlet(s)" msgstr "" -#: lib/poptI.c:173 -msgid "relocate files in non-relocateable package" +#: lib/poptI.c:177 +msgid "relocate files in non-relocatable package" msgstr "" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "+" msgstr "" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 msgid "do not install configuration files" msgstr "" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "" -#: lib/poptI.c:187 +#: lib/poptI.c:191 msgid "skip files with leading component " msgstr "" -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "" -#: lib/poptI.c:195 +#: lib/poptI.c:199 msgid "upgrade package(s) if already installed" msgstr "" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 msgid "+" msgstr "" -#: lib/poptI.c:198 +#: lib/poptI.c:202 msgid "print hash marks as package installs (good with -v)" msgstr "" -#: lib/poptI.c:201 +#: lib/poptI.c:205 msgid "don't verify package architecture" msgstr "" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "" -#: lib/poptI.c:212 +#: lib/poptI.c:216 msgid "install package(s)" msgstr "" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 msgid "don't verify MD5 digest of files" msgstr "" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +msgid "don't install file security contexts" +msgstr "" + +#: lib/poptI.c:237 msgid "do not reorder package installation to satisfy dependencies" msgstr "" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "" -#: lib/poptI.c:261 +#: lib/poptI.c:268 msgid "do not execute any scriptlet(s) triggered by this package" msgstr "" -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "" -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "" -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "" -#: lib/poptI.c:277 +#: lib/poptI.c:284 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" msgstr "" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "" -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "" -#: lib/poptI.c:286 +#: lib/poptI.c:293 msgid "relocate files from path to " msgstr "" -#: lib/poptI.c:287 +#: lib/poptI.c:294 msgid "=" msgstr "" -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "" -#: lib/poptI.c:298 +#: lib/poptI.c:305 msgid "deinstall new, reinstall old, package(s), back to " msgstr "" -#: lib/poptI.c:299 +#: lib/poptI.c:306 msgid "" msgstr "" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "" -#: lib/poptI.c:304 +#: lib/poptI.c:311 msgid "upgrade package(s)" msgstr "" @@ -2013,195 +2027,189 @@ msgstr "" msgid "query/verify the package(s) which provide a dependency" msgstr "" -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 msgid "list all configuration files" msgstr "" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 msgid "list all documentation files" msgstr "" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 msgid "dump basic file information" msgstr "" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 msgid "list files in package" msgstr "" -#: lib/poptQV.c:239 -#, c-format -msgid "skip %%ghost files" -msgstr "" - #: lib/poptQV.c:243 #, c-format +msgid "skip %%ghost files" +msgstr "" + +#: lib/poptQV.c:247 +#, c-format msgid "skip %%license files" msgstr "" -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, c-format msgid "skip %%readme files" msgstr "" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 msgid "use the following query format" msgstr "" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 msgid "substitute i18n sections into spec file" msgstr "" -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 msgid "don't verify size of files" msgstr "" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 msgid "don't verify symlink path of files" msgstr "" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 msgid "don't verify owner of files" msgstr "" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 msgid "don't verify group of files" msgstr "" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 msgid "don't verify mode of files" msgstr "" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +msgid "don't verify file security contexts" +msgstr "" + +#: lib/poptQV.c:309 msgid "don't verify files in package" msgstr "" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 msgid "don't verify package dependencies" msgstr "" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 msgid "don't execute verify script(s)" msgstr "" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 msgid "don't verify GPG V3 DSA signature(s)" msgstr "" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "" -#: lib/poptQV.c:366 +#: lib/poptQV.c:372 msgid "sign package(s) (identical to --resign)" msgstr "" -#: lib/poptQV.c:368 +#: lib/poptQV.c:374 msgid "verify package signature(s)" msgstr "" -#: lib/poptQV.c:370 +#: lib/poptQV.c:376 msgid "import an armored public key" msgstr "" -#: lib/poptQV.c:372 +#: lib/poptQV.c:378 msgid "sign package(s) (identical to --addsign)" msgstr "" -#: lib/poptQV.c:374 +#: lib/poptQV.c:380 msgid "generate signature" msgstr "" -#: lib/psm.c:269 +#: lib/psm.c:268 msgid "source package expected, binary found\n" msgstr "" -#: lib/psm.c:394 +#: lib/psm.c:386 msgid "source package contains no .spec file\n" msgstr "" -#: lib/psm.c:480 +#: lib/psm.c:472 #, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "" -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "" -#: lib/psm.c:756 +#: lib/psm.c:751 #, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "" -#: lib/psm.c:762 +#: lib/psm.c:757 #, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "" -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "" -#: lib/psm.c:1439 +#: lib/psm.c:1432 msgid "Unable to reload signature header\n" msgstr "" -#: lib/psm.c:1485 -#, c-format -msgid "user %s does not exist - using root\n" -msgstr "" - -#: lib/psm.c:1494 -#, c-format -msgid "group %s does not exist - using root\n" -msgstr "" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "" -#: lib/psm.c:1547 +#: lib/psm.c:1511 msgid " on file " msgstr "" -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, c-format msgid "%s failed on file %s: %s\n" msgstr "" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, c-format msgid "%s failed: %s\n" msgstr "" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, c-format msgid "incorrect format: %s\n" msgstr "" @@ -2248,8 +2256,8 @@ msgstr "" msgid "package has neither file owner or id lists\n" msgstr "" -#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, c-format msgid "open of %s failed: %s\n" @@ -2264,7 +2272,7 @@ msgstr "" msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "" @@ -2333,16 +2341,16 @@ msgstr "" msgid "record %u could not be read\n" msgstr "" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, c-format msgid "package %s is not installed\n" msgstr "" -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 msgid "(added files)" msgstr "" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 msgid "(added provide)" msgstr "" @@ -2465,36 +2473,36 @@ msgstr "" msgid "package %s has unsatisfied %s: %s\n" msgstr "" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 msgid "========== relocations\n" msgstr "" -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, c-format msgid "%5d exclude %s\n" msgstr "" -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, c-format msgid "%5d relocate %s -> %s\n" msgstr "" -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, c-format msgid "excluding %s %s\n" msgstr "" -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, c-format msgid "relocating directory %s to %s\n" msgstr "" @@ -2523,87 +2531,87 @@ msgstr "" msgid "Upgrading packages..." msgstr "" -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, c-format msgid "Adding goal: %s\n" msgstr "" -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, c-format msgid "Retrieving %s\n" msgstr "" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:422 +#: lib/rpminstall.c:436 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:523 +#: lib/rpminstall.c:537 #, c-format -msgid "package %s is not relocateable\n" +msgid "package %s is not relocatable\n" msgstr "" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:623 +#: lib/rpminstall.c:637 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 msgid "Failed dependencies:\n" msgstr "" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr "" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 msgid "installing binary packages\n" msgstr "" -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, c-format msgid "cannot open %s: %s\n" msgstr "" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, c-format msgid "Installing %s\n" msgstr "" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "" @@ -2671,7 +2679,7 @@ msgstr "" #: lib/rpmps.c:223 #, c-format -msgid "path %s in package %s is not relocateable" +msgid "path %s in package %s is not relocatable" msgstr "" #: lib/rpmps.c:228 @@ -2818,50 +2826,75 @@ msgstr "" msgid "Unable to open %s for reading: %s.\n" msgstr "" -#: lib/rpmts.c:162 +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + +#: lib/rpmts.c:163 #, c-format msgid "cannot open Packages database in %s\n" msgstr "" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, c-format msgid "extra '(' in package label: %s\n" msgstr "" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, c-format msgid "missing '(' in package label: %s\n" msgstr "" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, c-format msgid "missing ')' in package label: %s\n" msgstr "" -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, c-format msgid "cannot open Solve database in %s\n" msgstr "" -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, c-format msgid "Adding: %s\n" msgstr "" -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, c-format msgid "Suggesting: %s\n" msgstr "" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 msgid "mounted filesystems:\n" msgstr "" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr "" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "" @@ -3064,12 +3097,12 @@ msgstr "" msgid "computing file dispositions\n" msgstr "" -#: lib/verify.c:288 +#: lib/verify.c:319 #, c-format msgid "missing %c %s" msgstr "" -#: lib/verify.c:397 +#: lib/verify.c:433 #, c-format msgid "Unsatisfied dependencies for %s: " msgstr "" @@ -3267,161 +3300,161 @@ msgstr "" msgid "cannot open %s index\n" msgstr "" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 msgid "no dbpath has been set\n" msgstr "" -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "" -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "" -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "" -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "" -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, c-format msgid "temporary database %s already exists\n" msgstr "" -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, c-format msgid "creating directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, c-format msgid "creating directory %s: %s\n" msgstr "" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, c-format msgid "cannot add record originally at %u\n" msgstr "" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, c-format msgid "removing directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" @@ -3477,42 +3510,42 @@ msgstr "" msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "" -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "" -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, c-format msgid "Unterminated %c: %s\n" msgstr "" -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 msgid "Target buffer overflow\n" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, c-format msgid "File %s: %s\n" msgstr "" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, c-format msgid "File %s is smaller than %u bytes\n" msgstr "" diff --git a/po/ru.po b/po/ru.po index d2302c0c1..677be3e24 100644 --- a/po/ru.po +++ b/po/ru.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "PO-Revision-Date: 2002-08-27 13:36-0400\n" "Last-Translator: Eugene Kanter, \n" "Language-Team: Black Cat Linux Team \n" @@ -21,44 +21,44 @@ msgstr " msgid "Unable to open spec file %s: %s\n" msgstr "ďŰÉÂËÁ ĎÔËŇŮÔÉŃ ĆÁĘĚÁ ÓĐĹĂÉĆÉËÁĂÉÉ %s: %s\n" -#: build.c:152 build.c:164 +#: build.c:150 build.c:162 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "ďŰÉÂËÁ ĎÔËŇŮÔÉŃ ËÁÎÁĚÁ tar: %m\n" #. Give up -#: build.c:171 +#: build.c:169 #, c-format msgid "Failed to read spec file from %s\n" msgstr "ďŰÉÂËÁ ŢÔĹÎÉŃ ĆÁĘĚÁ ÓĐĹĂÉĆÉËÁĂÉÉ ÉÚ %s\n" -#: build.c:199 +#: build.c:197 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "îĹ×ĎÚÍĎÖÎĎ ĐĹŇĹÉÍĹÎĎ×ÁÔŘ %s × %s: %m\n" -#: build.c:239 +#: build.c:237 #, c-format msgid "failed to stat %s: %m\n" msgstr "ÎĹ×ĎÚÍĎÖÎĎ ĐĎĚŐŢÉÔŘ ÉÎĆĎŇÍÁĂÉŔ Ď %s: %m\n" -#: build.c:244 +#: build.c:242 #, c-format msgid "File %s is not a regular file.\n" msgstr "îĹ ĎÂŮŢÎŮĘ ĆÁĘĚ: %s.\n" -#: build.c:253 +#: build.c:251 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "ćÁĘĚ %s ÎĹ ĐĎČĎÖ ÎÁ ĆÁĘĚ ÓĐĹĂÉĆÉËÁĂÉÉ.\n" #. parse up the build operators -#: build.c:324 +#: build.c:322 #, c-format msgid "Building target platforms: %s\n" msgstr "đĚÁÔĆĎŇÍŮ ÄĚŃ ÓÂĎŇËÉ: %s\n" -#: build.c:339 +#: build.c:337 #, c-format msgid "Building for target %s\n" msgstr "óÂĎŇËÁ ÄĚŃ ĐĚÁÔĆĎŇÍŮ %s\n" @@ -111,7 +111,7 @@ msgstr " msgid "%s: %s\n" msgstr "%s: %s\n" -#: rpmqv.c:129 lib/poptALL.c:114 +#: rpmqv.c:129 lib/poptALL.c:119 #, c-format msgid "RPM version %s\n" msgstr "RPM ×ĹŇÓÉŃ %s\n" @@ -425,159 +425,159 @@ msgstr "&& msgid "syntax error in expression\n" msgstr "ÓÉÎÔÁËÓÉŢĹÓËÁŃ ĎŰÉÂËÁ × ×ŮŇÁÖĹÎÉÉ\n" -#: build/files.c:278 +#: build/files.c:280 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "ďŰÉÂËÁ TIMECHECK: %s\n" -#: build/files.c:343 build/files.c:543 build/files.c:739 +#: build/files.c:345 build/files.c:545 build/files.c:741 #, c-format msgid "Missing '(' in %s %s\n" msgstr "ďÔÓŐÔÓÔ×ŐĹÔ '(' × %s %s\n" -#: build/files.c:354 build/files.c:673 build/files.c:750 +#: build/files.c:356 build/files.c:675 build/files.c:752 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "ĎÔÓŐÔÓÔ×ŐĹÔ ')' × %s(%s\n" -#: build/files.c:392 build/files.c:698 +#: build/files.c:394 build/files.c:700 #, c-format msgid "Invalid %s token: %s\n" msgstr "îĹ×ĹŇÎŮĘ ÔĎËĹÎ %s: %s\n" -#: build/files.c:502 +#: build/files.c:504 #, c-format msgid "Missing %s in %s %s\n" msgstr "ďÔÓŐÔÓÔ×ŐĹÔ %s × %s %s\n" -#: build/files.c:559 +#: build/files.c:561 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "îĹ ĐŇĎÂĹĚ ÓĚĹÄŐĹÔ ĐĎÓĚĹ %s(): %s\n" -#: build/files.c:597 +#: build/files.c:599 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "îĹ×ĹŇÎŮĘ ÓÉÎÔÁËÓÉÓ: %s(%s)\n" -#: build/files.c:607 +#: build/files.c:609 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "îĹ×ĹŇÎŮĹ ĐŇÁ×Á: %s(%s)\n" -#: build/files.c:619 +#: build/files.c:621 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "îĹ×ĹŇÎŮĹ ĐŇÁ×Á ÎÁ ËÁÔÁĚĎÇ %s(%s)\n" -#: build/files.c:777 +#: build/files.c:779 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "îĹĎÂŮŢÎÁŃ ÄĚÉÎÁ locale: \"%.*s\" × %%lang(%s)\n" #. @innercontinue@ -#: build/files.c:788 +#: build/files.c:790 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "äŐÂĚÉËÁÔ locale %.*s × %%lang(%s)\n" -#: build/files.c:917 +#: build/files.c:919 #, c-format msgid "Hit limit for %%docdir\n" msgstr "ěÉÍÉÔ ÄĚŃ %%docdir ĐŇĹ×ŮŰĹÎ\n" -#: build/files.c:925 +#: build/files.c:927 #, c-format msgid "Only one arg for %%docdir\n" msgstr "ôĎĚŘËĎ ĎÄÉÎ ÁŇÇŐÍĹÎÔ ÄĚŃ %%docdir\n" #. We already got a file -- error -#: build/files.c:959 +#: build/files.c:961 #, c-format msgid "Two files on one line: %s\n" msgstr "ä×Á ĆÁĘĚÁ × ĎÄÎĎĘ ÓÔŇĎËĹ: %s\n" -#: build/files.c:976 +#: build/files.c:978 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "ćÁĘĚ ÄĎĚÖĹÎ ÎÁŢÉÎÁÔŘÓŃ Ó \"/\": %s\n" -#: build/files.c:989 +#: build/files.c:991 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "îĹĚŘÚŃ ÓÍĹŰÉ×ÁÔŘ ÓĐĹĂ. %%doc Ó ÄŇŐÇÉÍÉ ĆĎŇÍÁÍÉ: %s\n" -#: build/files.c:1141 +#: build/files.c:1149 #, c-format msgid "File listed twice: %s\n" msgstr "ćÁĘĚ ŐËÁÚÁÎ Ä×ÁÖÄŮ: %s\n" -#: build/files.c:1280 +#: build/files.c:1288 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "óÉÍ×ĎĚÉŢĹÓËÁŃ ÓÓŮĚËÁ ŐËÁÚŮ×ÁĹÔ ÎÁ BuildRoot: %s -> %s\n" -#: build/files.c:1520 +#: build/files.c:1535 #, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "ćÁĘĚ ÎĹ ÓĎĎÔ×ĹÔÓÔŐĹÔ ĐŇĹĆÉËÓŐ (%s): %s\n" -#: build/files.c:1544 +#: build/files.c:1559 #, c-format msgid "File not found: %s\n" msgstr "ćÁĘĚ ÎĹ ÎÁĘÄĹÎ: %s\n" -#: build/files.c:1752 +#: build/files.c:1767 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: ĎŰÉÂËÁ ŢÔĹÎÉŃ ×Ď ×ŇĹÍŃ ÉÍĐĎŇÔÉŇĎ×ÁÎÉŃ.\n" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "%s: ÜÔĎ ÎĹ ĎÔËŇŮÔŮĘ ËĚŔŢ.\n" -#: build/files.c:1804 +#: build/files.c:1819 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "ćÁĘĚ ÄĎĚÖĹÎ ÎÁŢÉÎÁÔŘÓŃ Ó \"/\": %s\n" -#: build/files.c:1828 +#: build/files.c:1843 #, c-format msgid "Glob not permitted: %s\n" msgstr "Glob ÎĹ ŇÁÚŇĹŰÁŔÔÓŃ: %s\n" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, c-format msgid "File not found by glob: %s\n" msgstr "ćÁĘĚ ÎĹ ÎÁĘÄĹÎ: %s\n" -#: build/files.c:1905 +#: build/files.c:1920 #, c-format msgid "Could not open %%files file %s: %s\n" msgstr "îĹ×ĎÚÍĎÖÎĎ ĎÔËŇŮÔŘ ĆÁĘĚ %%files %s: %s\n" -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, c-format msgid "line: %s\n" msgstr "ÓÔŇĎËÁ: %s\n" -#: build/files.c:2307 +#: build/files.c:2323 #, c-format msgid "Bad file: %s: %s\n" msgstr "îĹ×ĹŇÎŮĘ ĆÁĘĚ %s: %s\n" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "îĹ×ĹŇÎÁŃ ĐÁŇÁ ×ĚÁÄĹĚĹĂ/ÇŇŐĐĐÁ: %s\n" -#: build/files.c:2363 +#: build/files.c:2379 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "đŇĎ×ĹŇËÁ ÎÁ ÎĹŐĐÁËĎ×ÁÎÎŮĘ(Ĺ) ĆÁĘĚ(Ů): %s\n" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" @@ -586,7 +586,7 @@ msgstr "" "ďÂÎÁŇŐÖĹÎ(Ů) ŐÓÔÁÎĎ×ĚĹÎÎŮĘ(Ĺ) (ÎĎ ÎĹ ŐĐÁËĎ×ÁÎÎŮĘ(Ĺ)) ĆÁĘĚ(Ů):\n" "%s" -#: build/files.c:2414 +#: build/files.c:2430 #, c-format msgid "Processing files: %s-%s-%s\n" msgstr "ďÂŇÁÂÁÔŮ×ÁŔÔÓŃ ĆÁĘĚŮ: %s-%s-%s\n" @@ -725,7 +725,7 @@ msgstr " msgid "Could not open %s: %s\n" msgstr "îĹ×ĎÚÍĎÖÎĎ ĎÔËŇŮÔŘ %s: %s\n" -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, c-format msgid "Unable to write package: %s\n" msgstr "îĹ×ĎÚÍĎÖÎĎ ÚÁĐÉÓÁÔŘ ĐÁËĹÔ: %s\n" @@ -755,7 +755,7 @@ msgstr " msgid "Unable to write payload to %s: %s\n" msgstr "îĹ×ĎÚÍĎÖÎĎ ÚÁĐÉÓÁÔŘ ÓĎÄĹŇÖÉÍĎĹ × %s: %s\n" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "úÁĐÉÓÁÎ: %s\n" @@ -1248,18 +1248,18 @@ msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "" "ÓĎÚÄÁÔŘ ÚÁÇĎĚĎ×ĎË(ËÉ) ĐÁËĹÔÁ, ÓĎ×ÍĹÓÔÉÍŮĹ Ó (ŐÓÔÁŇĹ×ŰÉÍÉ) ĆĎŇÍÁÔÁÍÉ rpm[23]" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 msgid "don't verify package digest(s)" msgstr "ÎĹ ĐŇĎ×ĹŇŃÔŘ ÄÁĘÄÖĹÓÔ ĐÁËĹÔÁ(Ď×)" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 msgid "don't verify database header(s) when retrieved" msgstr "ÎĹ ĐŇĎ×ĹŇŃÔŘ ÚÁÇĎĚĎ×ËÉ, ÉÚ×ĚĹËÁĹÍŮĹ ÉÚ ÂÁÚŮ ÄÁÎÎŮČ" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 msgid "don't verify package signature(s)" msgstr "ÎĹ ĐŇĎ×ĹŇŃÔŘ ĐĎÄĐÉÓŘ(É) × ĐÁËĹÔĹ(ÁČ)" @@ -1329,31 +1329,31 @@ msgstr " msgid "Bad/unreadable header" msgstr "îĹ×ĹŇÎŮĘ/ÎĹŢÉÔÁĹÍŮĘ ÚÁÇĎĚĎ×ĎË" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "úÁÇĎĚĎ×ĎË ÓĚÉŰËĎÍ ×ĹĚÉË" -#: lib/cpio.c:233 +#: lib/cpio.c:234 msgid "Unknown file type" msgstr "îĹÉÚ×ĹÓÔÎŮĘ ÔÉĐ ĆÁĘĚÁ" -#: lib/cpio.c:234 +#: lib/cpio.c:235 msgid "Missing hard link(s)" msgstr "ďÔÓŐÔÓÔ×ŐĹÔ ÖĹÓÔËÁŃ ÓÓŮĚËÁ" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "ËĎÎÔŇĎĚŘÎŮĹ MD5-ÓŐÍÍŮ ÎĹ ÓĎ×ĐÁÄÁŔÔ" -#: lib/cpio.c:236 +#: lib/cpio.c:237 msgid "Internal error" msgstr "÷ÎŐÔŇĹÎÎŃŃ ĎŰÉÂËÁ" -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "ćÁĘĚ ÁŇČÉ×Á ÎĹ ÎÁĘÄĹÎ × ÚÁÇĎĚĎ×ËĹ ĐÁËĹÔÁ" -#: lib/cpio.c:250 +#: lib/cpio.c:251 msgid " failed - " msgstr "ÎĹ ŐÄÁĚĎÓŘ - " @@ -1485,47 +1485,57 @@ msgstr " msgid "file %s is on an unknown device\n" msgstr "ĆÁĘĚ %s - ÎÁ ÎĹÉÚ×ĹÓÔÎĎÍ ŐÓÔŇĎĘÓÔ×Ĺ\n" -#: lib/fsm.c:350 +#: lib/fsm.c:352 #, fuzzy msgid "========== Directories not explicitly included in package:\n" msgstr "========= ëÁÔÁĚĎÇÉ, ËĎÔĎŇŮĹ ÎĹ ×ËĚŔŢĹÎŮ × ĐÁËĹÔ Ń×ÎĎ:\n" -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, c-format msgid "%10d %s\n" msgstr "%10d %s\n" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, c-format +msgid "user %s does not exist - using root\n" +msgstr "ĐĎĚŘÚĎ×ÁÔĹĚŘ %s ÎĹ ÓŐÝĹÓÔ×ŐĹÔ - ÉÓĐĎĚŘÚŐĹÔÓŃ root\n" + +#: lib/fsm.c:776 +#, c-format +msgid "group %s does not exist - using root\n" +msgstr "ÇŇŐĐĐÁ %s ÎĹ ÓŐÝĹÓÔ×ŐĹÔ - ÉÓĐĎĚŘÚŐĹÔÓŃ root\n" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "ËÁÔÁĚĎÇ %s ÓĎÚÄÁÎ Ó ĐŇÁ×ÁÍÉ ÄĎÓÔŐĐÁ %04o.\n" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "ĆÁĘĚ ÁŇČÉ×Á %s ÎĹ ÎÁĘÄĹÎ × ÓĐÉÓËĹ ĆÁĘĚĎ× ÚÁÇĎĚĎ×ËÁ\n" -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, c-format msgid "%s saved as %s\n" msgstr "%s ÓĎČŇÁÎĹÎ ËÁË %s\n" -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "%s ÎĹ×ĎÚÍĎÖÎĎ ŐÄÁĚÉÔŘ %s: ËÁÔÁĚĎÇ ÎĹ ĐŐÓÔ\n" -#: lib/fsm.c:1888 +#: lib/fsm.c:1929 #, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "%s ĎŰÉÂËÁ ŐÄÁĚĹÎÉŃ ËÁÔÁĚĎÇÁ %s: %s\n" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, c-format msgid "%s unlink of %s failed: %s\n" msgstr "%s ÎĹ×ĎÚÍĎÖÎĎ ŐÄÁĚÉÔŘ %s: %s\n" -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, c-format msgid "%s created as %s\n" msgstr "%s ÓĎÚÄÁÎ ËÁË %s\n" @@ -1642,110 +1652,110 @@ msgstr "%s: msgid "%s: Fread failed: %s\n" msgstr "%s: ĎŰÉÂËÁ Fread: %s\n" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "ĐŇĹĎĐŇĹÄĹĚÉÔŘ MACRO ÓĎ ÚÎÁŢĹÎÉĹÍ EXPR" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "'MACRO EXPR'" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "ĎĐŇĹÄĹĚÉÔŘ MACRO ÓĎ ÚÎÁŢĹÎÉĹÍ EXPR" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 msgid "print macro expansion of EXPR" msgstr "×Ů×ĹÓÔÉ ÚÎÁŢĹÎÉĹ ÍÁËŇĎÓÁ EXPR" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "'EXPR'" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 msgid "read instead of default file(s)" msgstr "ÉÓĐĎĚŘÚĎ×ÁÔŘ ×ÍĹÓÔĎ ĆÁĘĚÁ(Ď×) ĐĎ ŐÍĎĚŢÁÎÉŔ" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "ÚÁĐŇĹÔÉÔŘ ÉÓĐĎĚŘÚĎ×ÁÎÉĹ libio(3) API" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 msgid "send stdout to CMD" msgstr "ĐĎÓĚÁÔŘ ÓÔÁÎÄÁŇÔÎŮĘ ×Ů×ĎÄ × CMD" -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "CMD" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 msgid "use ROOT as top level directory" msgstr "ÉÓĐĎĚŘÚĎ×ÁÔŘ ROOT ËÁË ËĎŇÎĹ×ĎĘ ËÁÔÁĚĎÇ" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "ROOT" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "ĎÔĎÂŇÁÚÉÔŘ ÉÚ×ĹÓÔÎŮĹ ËĚŔŢÉ ÚÁĐŇĎÓÁ" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "ĐĎËÁÚÁÔŘ ÔĹËŐÝĹĹ ÚÎÁŢĹÎÉĹ rpmrc É ÍÁËŇĎÓĎ×" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "×Ů×ĎÄÉÔŘ ÍÉÎÉÍŐÍ ÓĎĎÂÝĹÎÉĘ" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "×Ů×ĎÄÉÔŘ ÂĎĚĹĹ ÄĹÔÁĚŘÎŮĹ ÓĎĎÂÝĹÎÉŃ" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "×Ů×ĹÓÔÉ ÎĎÍĹŇ ×ĹŇÓÉÉ ÜÔĎĘ ĐŇÇŇÁÍÍŮ" -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 msgid "debug payload file state machine" msgstr "ĎÔĚÁÄËÁ ÍÁŰÉÎŮ ÓĎÓÔĎŃÎÉŃ ĐŇÉÓĎĹÄÉÎĹÎÎŮČ ĆÁĘĚĎ× " -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 #, fuzzy msgid "use threads for file state machine" msgstr "ĎÔĚÁÄËÁ ÍÁŰÉÎŮ ÓĎÓÔĎŃÎÉŃ ĐŇÉÓĎĹÄÉÎĹÎÎŮČ ĆÁĘĚĎ× " -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "ĎÔĚÁÄËÁ ĐŇĎÔĎËĎĚÁ ĐĎÔĎËÁ ÄÁÎÎŮČ" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 msgid "debug option/argument processing" msgstr "ĎÔĚÁÄËÁ ĎÂŇÁÂĎÔËÉ ĐÁŇÁÍĹÔŇĎ×/ÁŇÇŐÍĹÎÔĎ×" -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 msgid "debug package state machine" msgstr "ĎÔĚÁÄËÁ ÍÁŰÉÎŮ ÓĎÓÔĎŃÎÉŃ ĐÁËĹÔĎ×" -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 #, fuzzy msgid "use threads for package state machine" msgstr "ĎÔĚÁÄËÁ ÍÁŰÉÎŮ ÓĎÓÔĎŃÎÉŃ ĐÁËĹÔĎ×" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "ĎÔĚÁÄËÁ ĐŇĎĂĹÓÓÁ ××ĎÄÁ/×Ů×ĎÄÁ rpmio" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "ĎÔĚÁÄËÁ ĎÂŇÁÂĎÔËÉ URL ËÜŰ" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "%s: ÔÁÂĚÉĂÁ ĐÁŇÁÍĹÔŇĎ× ÎĹĐŇÁ×ÉĚŘÎĎ ÎÁÓÔŇĎĹÎÁ (%d)\n" @@ -1774,17 +1784,17 @@ msgstr " msgid "malformed rollback time/date stamp argument" msgstr "ÎĹĐŇÁ×ÉĚŘÎŮĘ ĆĎŇÍÁÔ ×ŇĹÍĹÎÉ ĎÔËÁÔÁ" -#: lib/poptI.c:151 +#: lib/poptI.c:155 msgid "add suggested packages to transaction" msgstr "ÄĎÂÁ×ÉÔŘ ĐŇĹÄĚĎÖĹÎÎŮĹ ĐÁËĹÔŮ × ÔŇÁÎÚÁËĂÉŔ" -#: lib/poptI.c:155 +#: lib/poptI.c:159 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" "ŐÓÔÁÎÁ×ĚÉ×ÁÔŘ ×ÓĹ ĆÁĘĚŮ, ÄÁÖĹ ËĎÎĆÉÇŐŇÁĂÉĎÎÎŮĹ, ËĎÔĎŇŮĹ ÍĎÇĚÉ ÂŮ ÂŮÔŘ " "ĐŇĎĐŐÝĹÎŮ" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" @@ -1792,148 +1802,154 @@ msgstr "" "ŐÄÁĚÉÔŘ ×ÓĹ ĐÁËĹÔŮ, ÓĎ×ĐÁÄÁŔÝÉĹ Ó <ĐÁËĹÔ> (ĎÂŮŢÎĎ, ĹÓĚÉ <ĐÁËĹÔ> " "ÓĎĎÔ×ĹÔÓÔ×ŐĹÔ ÎĹÓËĎĚŘËÉÍ ĐÁËĹÔÁÍ, ÇĹÎĹŇÉŇŐĹÔÓŃ ĎŰÉÂËÁ)" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 msgid "do not execute package scriptlet(s)" msgstr "ÎĹ ÉÓĐĎĚÎŃÔŘ ÎÉËÁËÉČ ÓĂĹÎÁŇÉĹ× ĐÁËĹÔÁ(Ď×)" -#: lib/poptI.c:173 -msgid "relocate files in non-relocateable package" +#: lib/poptI.c:177 +#, fuzzy +msgid "relocate files in non-relocatable package" msgstr "ĐĹŇĹÍĹÓÔÉÔŘ ĆÁĘĚŮ × ÎĹĐĹŇĹÍĹÝÁĹÍĎÍ ĐÁËĹÔĹ" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "ÓĎČŇÁÎÉÔŘ × ĐĎÄËÁÔÁĚĎÇĹ ĐĎÄĚĹÖÁÝÉĹ ŐÄÁĚĹÎÉŔ ĆÁĘĚŮ ĐÁËĹÔÁ" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "ŐÄÁĚÉÔŘ (ÄĹÉÎÓÔÁĚĚÉŇĎ×ÁÔŘ) ĐÁËĹÔ" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "+" msgstr "<ĐÁËĹÔ>+" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 #, fuzzy msgid "do not install configuration files" msgstr "ĐĎËÁÚÁÔŘ ×ÓĹ ĆÁĘĚŮ ËĎÎĆÉÇŐŇÁĂÉÉ" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "ÎĹ ŐÓÔÁÎÁ×ĚÉ×ÁÔŘ ÄĎËŐÍĹÎÔÁĂÉŔ" -#: lib/poptI.c:187 +#: lib/poptI.c:191 msgid "skip files with leading component " msgstr "ĐŇĎĐŐÓÔÉÔŘ ĆÁĘĚŮ × ĐŐÔÉ <ĐŐÔŘ>" -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "<ĐŐÔŘ>" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "ÓĎËŇÁÝĹÎÉĹ ÄĚŃ --replacepkgs --replacefiles" -#: lib/poptI.c:195 +#: lib/poptI.c:199 msgid "upgrade package(s) if already installed" msgstr "ĎÂÎĎ×ÉÔŘ ĐÁËĹÔ(Ů) ĹÓĚÉ ŐÖĹ ŐÓÔÁÎĎ×ĚĹÎ" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 msgid "+" msgstr "<ĆÁĘĚ ĐÁËĹÔÁ>+" -#: lib/poptI.c:198 +#: lib/poptI.c:202 msgid "print hash marks as package installs (good with -v)" msgstr "×Ů×ĎÄÉÔŘ \"#\" ĐĎ ÍĹŇĹ ŐÓÔÁÎĎ×ËÉ ĐÁËĹÔÁ (ČĎŇĎŰĎ Ó -v)" -#: lib/poptI.c:201 +#: lib/poptI.c:205 msgid "don't verify package architecture" msgstr "ÎĹ ĐŇĎ×ĹŇŃÔŘ ÁŇČÉÔĹËÔŐŇŐ ĐÁËĹÔÁ" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "ÎĹ ĐŇĎ×ĹŇŃÔŘ ĎĐĹŇÁĂÉĎÎÎŐŔ ÓÉÓÔĹÍŐ ĐÁËĹÔÁ" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "ÎĹ ĐŇĎ×ĹŇŃÔŘ ÄÉÓËĎ×ĎĹ ĐŇĎÓÔŇÁÎÓÔ×Ď ĐĹŇĹÄ ŐÓÔÁÎĎ×ËĎĘ" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "ŐÓÔÁÎĎ×ÉÔŘ ÄĎËŐÍĹÎÔÁĂÉŔ" -#: lib/poptI.c:212 +#: lib/poptI.c:216 msgid "install package(s)" msgstr "ŐÓÔÁÎĎ×ÉÔŘ ĐÁËĹÔ(Ů)" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "ĎÂÎĎ×ÉÔŘ ÂÁÚŐ ÄÁÎÎŮČ, ÎĎ ÎĹ ÍĎÄÉĆÉĂÉŇĎ×ÁÔŘ ĆÁĘĚĎ×ŐŔ ÓÉÓÔĹÍŐ" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "ÎĹ ĐŇĎ×ĹŇŃÔŘ ÚÁ×ÉÓÉÍĎÓÔÉ ĐÁËĹÔÁ" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 msgid "don't verify MD5 digest of files" msgstr "ÎĹ ĐŇĎ×ĹŇŃÔŘ ĆÁĘĚŮ ÎÁ ËĎÎÔŇĎĚŘÎŐŔ ÓŐÍÍŐ MD5" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +#, fuzzy +msgid "don't install file security contexts" +msgstr "ĐĎËÁÚÁÔŘ ×ÓĹ ĆÁĘĚŮ ËĎÎĆÉÇŐŇÁĂÉÉ" + +#: lib/poptI.c:237 msgid "do not reorder package installation to satisfy dependencies" msgstr "ÎĹ ÍĹÎŃÔŘ ĐĎŇŃÄĎË ŐÓÔÁÎĎ×ËÉ ĐÁËĹÔĎ× ÄĚŃ ŐÄĎ×ĚĹÔ×ĎŇĹÎÉŃ ÚÁ×ÉÓÉÍĎÓÔĹĘ" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "ÎĹ ĐŇĹÄĚÁÇÁÔŘ ŇÁÚŇĹŰĹÎÉĹ ĐŇĎĐŐÝĹÎÎĎĘ(ŮČ) ÚÁ×ÉÓÉÍĎÓÔÉ(ĹĘ)" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "ÎĹ ÉÓĐĎĚÎŃÔŘ %%pre ÓĂĹÎÁŇÉĹ× (ĹÓĚÉ ĹÓÔŘ)" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "ÎĹ ÉÓĐĎĚÎŃÔŘ %%post ÓĂĹÎÁŇÉĹ× (ĹÓĚÉ ĹÓÔŘ)" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "ÎĹ ÉÓĐĎĚÎŃÔŘ %%preun ÓĂĹÎÁŇÉĹ× (ĹÓĚÉ ĹÓÔŘ)" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "ÎĹ ÉÓĐĎĚÎŃÔŘ %%postun ÓĂĹÎÁŇÉĹ× (ĹÓĚÉ ĹÓÔŘ)" -#: lib/poptI.c:261 +#: lib/poptI.c:268 msgid "do not execute any scriptlet(s) triggered by this package" msgstr "ÎĹ ÉÓĐĎĚÎŃÔŘ ÔŇÉÇÇĹŇ-ÓĂĹÎÁŇÉĹ×, ×Ú×ĹÄĹÎÎŮČ ÜÔÉÍ ĐÁËĹÔĎÍ" -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "ÎĹ ÉÓĐĎĚÎŃÔŘ %%triggerprein ÓĂĹÎÁŇÉĹ×" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "ÎĹ ÉÓĐĎĚÎŃÔŘ %%triggerin ÓĂĹÎÁŇÉĹ×" -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "ÎĹ ÉÓĐĎĚÎŃÔŘ %%triggerun ÓĂĹÎÁŇÉĹ×" -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "ÎĹ ÉÓĐĎĚÎŃÔŘ %%triggerpostun ÓĂĹÎÁŇÉĹ×" -#: lib/poptI.c:277 +#: lib/poptI.c:284 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -1941,53 +1957,53 @@ msgstr "" "ĎÔËÁÔ ÎÁ ÂĎĚĹĹ ÓÔÁŇŐŔ ×ĹŇÓÉŔ ĐÁËĹÔÁ (--force ĐŇÉ ĎÂÎĎ×ĚĹÎÉÉ ÄĹĚÁĹÔ ÜÔĎ " "Á×ÔĎÍÁÔÉŢĹÓËÉ)" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "×Ů×ĎÄÉÔŘ ĐŇĎĂĹÎÔ ÇĎÔĎ×ÎĎÓÔÉ ĐĎ ÍĹŇĹ ŐÓÔÁÎĎ×ËÉ ĐÁËĹÔÁ" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "ĐĹŇĹÍĹÓÔÉÔŘ ĐÁËĹÔ × <ËÁÔÁĚĎÇ>, ĹÓĚÉ ĐÁËĹÔ ÜÔĎ ĐĎÚ×ĎĚŃĹÔ" -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "<ËÁÔÁĚĎÇ>" -#: lib/poptI.c:286 +#: lib/poptI.c:293 msgid "relocate files from path to " msgstr "ĐĹŇĹÍĹÓÔÉÔŘ ĆÁĘĚŮ ÉÚ ĐŐÔÉ × " -#: lib/poptI.c:287 +#: lib/poptI.c:294 msgid "=" msgstr "=" -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "ÓĎČŇÁÎÉÔŘ ĐĎÄĚĹÖÁÝÉĹ ŐÄÁĚĹÎÉŔ ĆÁĘĚŮ × ÎĎ×ĎÍ ĐÁËĹÔĹ" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "ŐÓÔÁÎÁ×ĚÉ×ÁÔŘ, ÄÁÖĹ ĹÓĚÉ ĐÁËĹÔ ĐĹŇĹĐÉŰĹÔ ŐÖĹ ŐÓÔÁÎĎ×ĚĹÎÎŮĹ ĆÁĘĚŮ" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "ĐĹŇĹŐÓÔÁÎĎ×ÉÔŘ, ĹÓĚÉ ĐÁËĹÔ ŐÖĹ ŐÓÔÁÎĎ×ĚĹÎ" -#: lib/poptI.c:298 +#: lib/poptI.c:305 msgid "deinstall new, reinstall old, package(s), back to " msgstr "" "ŐÄÁĚÉÔŘ ÎĎ×ŮĘ(Ĺ) ĐÁËĹÔ(Ů), ĐĹŇĹŐÓÔÁÎĎ×ÉÔŘ ÓÔÁŇŮĘ(Ĺ) ĐÁËĹÔ(Ů), ĎÂŇÁÔÎĎ ÎÁ " "ŐËÁÚÁÎÎŐŔ ÄÁÔŐ" -#: lib/poptI.c:299 +#: lib/poptI.c:306 msgid "" msgstr "<ÄÁÔÁ>" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "ÎĹ ŐÓÔÁÎÁ×ĚÉ×ÁÔŘ, Á ÔĎĚŘËĎ ÓĎĎÂÝÉÔŘ, ŐÄÁÓÔÓŃ ĚÉ ŐÓÔÁÎĎ×ËÁ" -#: lib/poptI.c:304 +#: lib/poptI.c:311 msgid "upgrade package(s)" msgstr "ĎÂÎĎ×ÉÔŘ ĐÁËĹÔ(Ů)" @@ -2059,195 +2075,190 @@ msgstr " msgid "query/verify the package(s) which provide a dependency" msgstr "ÎÁĘÔÉ/ĐŇĎ×ĹŇÉÔŘ ĐÁËĹÔŮ, ĐŇĹÄĎÓÔÁ×ĚŃŔÝÉĹ ÓĹŇ×ÉÓ" -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 msgid "list all configuration files" msgstr "ĐĎËÁÚÁÔŘ ×ÓĹ ĆÁĘĚŮ ËĎÎĆÉÇŐŇÁĂÉÉ" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 msgid "list all documentation files" msgstr "ĐĎËÁÚÁÔŘ ×ÓĹ ĆÁĘĚŮ ÄĎËŐÍĹÎÔÁĂÉÉ" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 msgid "dump basic file information" msgstr "ĐĎËÁÚÁÔŘ ĎÓÎĎ×ÎŐŔ ÉÎĆĎŇÍÁĂÉŔ Ď ĆÁĘĚĹ" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 msgid "list files in package" msgstr "ĐĎËÁÚÁÔŘ ÓĐÉÓĎË ĆÁĘĚĎ× ĐÁËĹÔÁ" -#: lib/poptQV.c:239 +#: lib/poptQV.c:243 #, c-format msgid "skip %%ghost files" msgstr "ĐŇĎĐŐÓÔÉÔŘ ĆÁĘĚŮ %%ghost" -#: lib/poptQV.c:243 +#: lib/poptQV.c:247 #, c-format msgid "skip %%license files" msgstr "ĐŇĎĐŐÓÔÉÔŘ ĆÁĘĚŮ %%license" -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, c-format msgid "skip %%readme files" msgstr "ĐŇĎĐŐÓÔÉÔŘ ĆÁĘĚŮ %%readme" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 msgid "use the following query format" msgstr "ÉÓĐĎĚŘÚŐĘÔĹ ÓĚĹÄŐŔÝÉĘ ĆĎŇÍÁÔ ÚÁĐŇĎÓÁ" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 msgid "substitute i18n sections into spec file" msgstr "ÚÁÍĹÎÉÔŘ ÓĹËĂÉÉ i18n × ĆÁĘĚĹ ÓĐĹĂÉĆÉËÁĂÉÉ" -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "ĐĎËÁÚÁÔŘ ÓĎÓÔĎŃÎÉĹ ĐĹŇĹŢÉÓĚĹÎÎŮČ ĆÁĘĚĎ×" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 msgid "don't verify size of files" msgstr "ÎĹ ĐŇĎ×ĹŇŃÔŘ ŇÁÚÍĹŇ ĆÁĘĚĎ×" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 msgid "don't verify symlink path of files" msgstr "ÎĹ ĐŇĎ×ĹŇŃÔŘ ĐŐÔŘ ÓÉÍ×ĎĚÉŢĹÓËÉČ ÓÓŮĚĎË" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 msgid "don't verify owner of files" msgstr "ÎĹ ĐŇĎ×ĹŇŃÔŘ ČĎÚŃÉÎÁ ĆÁĘĚĎ×" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 msgid "don't verify group of files" msgstr "ÎĹ ĐŇĎ×ĹŇŃÔŘ ÇŇŐĐĐŐ ĆÁĘĚĎ×" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "ÎĹ ĐŇĎ×ĹŇŃÔŘ ×ŇĹÍŃ ÍĎÄÉĆÉËÁĂÉÉ ĆÁĘĚĎ×" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 msgid "don't verify mode of files" msgstr "ÎĹ ĐŇĎ×ĹŇŃÔŘ ĐŇÁ×Á ÄĎÓÔŐĐÁ ĆÁĘĚĎ× ĐÁËĹÔÁ" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +#, fuzzy +msgid "don't verify file security contexts" +msgstr "ÎĹ ĐŇĎ×ĹŇŃÔŘ ĆÁĘĚŮ ĐÁËĹÔÁ" + +#: lib/poptQV.c:309 msgid "don't verify files in package" msgstr "ÎĹ ĐŇĎ×ĹŇŃÔŘ ĆÁĘĚŮ ĐÁËĹÔÁ" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 msgid "don't verify package dependencies" msgstr "ÎĹ ĐŇĎ×ĹŇŃÔŘ ÚÁ×ÉÓÉÍĎÓÔÉ ĐÁËĹÔÁ" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 msgid "don't execute verify script(s)" msgstr "ÎĹ ÉÓĐĎĚÎŃÔŘ ÓĂĹÎÁŇÉĘ(É) ĐŇĎ×ĹŇËÉ" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 msgid "don't verify GPG V3 DSA signature(s)" msgstr "ÎĹ ĐŇĎ×ĹŇŃÔŘ ĐĎÄĐÉÓŘ(É) ÔÉĐÁ GPG V3 DSA" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "ÎĹ ĐŇĎ×ĹŇŃÔŘ ĐĎÄĐÉÓÉ ÔÉĐÁ PGP V3 RSA/MD5" -#: lib/poptQV.c:366 +#: lib/poptQV.c:372 msgid "sign package(s) (identical to --resign)" msgstr "ĐĎÄĐÉÓÁÔŘ ĐÁËĹÔ(Ů) (ÔĎ ÖĹ ÓÁÍĎĹ ŢÔĎ --resign)" -#: lib/poptQV.c:368 +#: lib/poptQV.c:374 msgid "verify package signature(s)" msgstr "ĐŇĎ×ĹŇÉÔŘ ĐĎÄĐÉÓŘ(É) ĐÁËĹÔÁ" -#: lib/poptQV.c:370 +#: lib/poptQV.c:376 msgid "import an armored public key" msgstr "ÉÍĐĎŇÔÉŇĎ×ÁÔŘ ĎÔËŇŮÔŮĘ ËĚŔŢ" -#: lib/poptQV.c:372 +#: lib/poptQV.c:378 msgid "sign package(s) (identical to --addsign)" msgstr "ĐĎÄĐÉÓÁÔŘ ĐÁËĹÔ (ÔĎ ÖĹ ÓÁÍĎĹ ŢÔĎ --addsign)" -#: lib/poptQV.c:374 +#: lib/poptQV.c:380 msgid "generate signature" msgstr "ÇĹÎĹŇÉŇĎ×ÁÔŘ ĐĎÄĐÉÓŘ" -#: lib/psm.c:269 +#: lib/psm.c:268 msgid "source package expected, binary found\n" msgstr "ĎÂÎÁŇŐÖĹÎ Ä×ĎÉŢÎŮĘ ĐÁËĹÔ ×ÍĹÓÔĎ ĎÖÉÄÁĹÍĎÇĎ ÉÓČĎÄÎĎÇĎ\n" -#: lib/psm.c:394 +#: lib/psm.c:386 msgid "source package contains no .spec file\n" msgstr "ÉÓČĎÄÎŮĘ ĐÁËĹÔ ÎĹ ÓĎÄĹŇÖÉÔ ĆÁĘĚÁ ÓĐĹĂÉĆÉËÁĂÉÉ\n" -#: lib/psm.c:480 +#: lib/psm.c:472 #, fuzzy, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "%s: waitpid(%d) rc %d status %x\n" -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "%s: %s(%s-%s-%s) ĐŇĎĐŐÓËÁĹÔÓŃ ĚÉŰÎÉĘ \"%s\".\n" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "%s: %s(%s-%s-%s) %sÚÁĐŐÓË ÓÉÎČŇĎÎÎĎÇĎ ÓĂĹÎÁŇÉŃ\n" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" -#: lib/psm.c:756 +#: lib/psm.c:751 #, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "%s(%s-%s-%s) ĎŰÉÂËÁ ÓĂĹÎÁŇÉŃ, waitpid(%d) rc %d: %s\n" -#: lib/psm.c:762 +#: lib/psm.c:757 #, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "%s(%s-%s-%s) ĎŰÉÂËÁ ×ŮĐĎĚÎĹÎÉŃ ÓĂĹÎÁŇÉŃ, ËĎÄ ×ĎÚ×ŇÁÔÁ %d\n" -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "%s: %s ÓĎÄĹŇÖÉÔ %d ĆÁĘĚĎ×, ŇĹÚŐĚŘÔÁÔ ĐŇĎ×ĹŇËÉ: %d\n" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "%s: %s ĎŰÉÂËÁ ÓĂĹÎÁŇÉŃ (%d), ĐŇĎĐŐÓËÁĹÔÓŃ %s\n" -#: lib/psm.c:1439 +#: lib/psm.c:1432 msgid "Unable to reload signature header\n" msgstr "îĹ×ĎÚÍĎÖÎĎ ĐĹŇĹÚÁÇŇŐÚÉÔŘ ÚÁÇĎĚĎ×ĎË ĐĎÄĐÉÓÉ\n" -#: lib/psm.c:1485 -#, c-format -msgid "user %s does not exist - using root\n" -msgstr "ĐĎĚŘÚĎ×ÁÔĹĚŘ %s ÎĹ ÓŐÝĹÓÔ×ŐĹÔ - ÉÓĐĎĚŘÚŐĹÔÓŃ root\n" - -#: lib/psm.c:1494 -#, c-format -msgid "group %s does not exist - using root\n" -msgstr "ÇŇŐĐĐÁ %s ÎĹ ÓŐÝĹÓÔ×ŐĹÔ - ÉÓĐĎĚŘÚŐĹÔÓŃ root\n" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "ŇÁÓĐÁËĎ×ËÁ ÁŇČÉ×Á ÎĹ ŐÄÁĚÁÓŘ%s%s: %s\n" -#: lib/psm.c:1547 +#: lib/psm.c:1511 msgid " on file " msgstr " ÎÁ ĆÁĘĚĹ " -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, c-format msgid "%s failed on file %s: %s\n" msgstr "%s ĎŰÉÂËÁ ÎÁ ĆÁĘĚĹ %s: %s\n" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, c-format msgid "%s failed: %s\n" msgstr "%s ÎĹ ŐÄÁĚĎÓŘ: %s\n" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, c-format msgid "incorrect format: %s\n" msgstr "ĎŰÉÂËÁ × ĆĎŇÍÁÔĹ: %s\n" @@ -2294,8 +2305,8 @@ msgstr " msgid "package has neither file owner or id lists\n" msgstr "ĐÁËĹÔ ÎĹ ÓĎÄĹŇÖÉÔ ÓĐÉÓËĎ× ÎÉ ČĎÚŃĹ× ĆÁĘĚĎ×, ÎÉ ÉČ ID\n" -#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, c-format msgid "open of %s failed: %s\n" @@ -2310,7 +2321,7 @@ msgstr " msgid "old format source packages cannot be queried\n" msgstr "ÚÁĐŇĎÓŮ Ë ÉÓČĎÄÎŮÍ ĐÁËĹÔÁÍ × ÓÔÁŇĎÍ ĆĎŇÍÁÔĹ ÎĹ ĐĎÄÄĹŇÖÉ×ÁŔÔÓŃ\n" -#: lib/query.c:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "%s: ÎĹ ĐÁËĹÔ (ÉĚÉ ÍÁÎÉĆĹÓÔ ĐÁËĹÔÁ) rpm : %s\n" @@ -2379,16 +2390,16 @@ msgstr " msgid "record %u could not be read\n" msgstr "ÎĹ×ĎÚÍĎÖÎĎ ĐŇĎŢÉÔÁÔŘ ÚÁĐÉÓŘ %u\n" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, c-format msgid "package %s is not installed\n" msgstr "ĐÁËĹÔ %s ÎĹ ŐÓÔÁÎĎ×ĚĹÎ\n" -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 msgid "(added files)" msgstr "(ĆÁĘĚŮ ÄĎÂÁ×ĚĹÎŮ)" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 msgid "(added provide)" msgstr "(added provide)" @@ -2514,36 +2525,36 @@ msgstr " %s A %s\tB %s\n" msgid "package %s has unsatisfied %s: %s\n" msgstr "ĐÁËĹÔ %s ÓĎÄĹŇÖÉÔ ÎĹŐÄĎ×ĚĹÔ×ĎŇĹÎÎŮĹ %s: %s\n" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "%s ĐŇĎĐŐÝĹÎ ÉÚ-ÚÁ ĆĚÁÇÁ missingok\n" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 msgid "========== relocations\n" msgstr "========== ĐĹŇĹÍĹÝĹÎÉĘ\n" -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, c-format msgid "%5d exclude %s\n" msgstr "%5d ÉÓËĚŔŢĹÎ %s\n" -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, c-format msgid "%5d relocate %s -> %s\n" msgstr "%5d ĐĹŇĹÍĹÝĹÎÉĹ %s -> %s\n" -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, c-format msgid "excluding %s %s\n" msgstr "ÉÓËĚŔŢÁĹÔÓŃ %s %s\n" -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, c-format msgid "relocating %s to %s\n" msgstr "ĐĹŇĹÍĹÝÁĹÔÓŃ %s × %s\n" -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, c-format msgid "relocating directory %s to %s\n" msgstr "ĐĹŇĹÍĹÝÁĹÔÓŃ ËÁÔÁĚĎÇ %s × %s\n" @@ -2572,87 +2583,87 @@ msgstr " msgid "Upgrading packages..." msgstr "ďÂÎĎ×ĚĹÎÉĹ ĐÁËĹÔĎ×..." -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, c-format msgid "Adding goal: %s\n" msgstr "äĎÂÁ×ĚŃĹÔÓŃ ĂĹĚŘ: %s\n" -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, c-format msgid "Retrieving %s\n" msgstr "úÁÇŇŐÖÁĹÔÓŃ %s\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:422 +#: lib/rpminstall.c:436 #, c-format msgid " ... as %s\n" msgstr " ... ËÁË %s\n" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "%s ĐŇĎĐŐÓËÁĹÔÓŃ - ĎŰÉÂËÁ ĐĹŇĹÄÁŢÉ - %s\n" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, c-format msgid "%s cannot be installed\n" msgstr "%s ÎĹ ÍĎÖĹÔ ÂŮÔŘ ŐÓÔÁÎĎ×ĚĹÎ\n" -#: lib/rpminstall.c:523 -#, c-format -msgid "package %s is not relocateable\n" +#: lib/rpminstall.c:537 +#, fuzzy, c-format +msgid "package %s is not relocatable\n" msgstr "ĐÁËĹÔ %s - ÎĹ ĐĹŇĹÍĹÝÁĹÍŮĘ\n" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" msgstr "ĎŰÉÂËÁ ŢÔĹÎÉŃ ÉÚ ĆÁĘĚÁ %s\n" -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "ÄĚŃ ĆÁĘĚÁ %s ÎĹĎÂČĎÄÉÍÁ ÂĎĚĹĹ ÎĎ×ÁŃ ×ĹŇÓÉŃ RPM\n" -#: lib/rpminstall.c:623 +#: lib/rpminstall.c:637 #, c-format msgid "found %d source and %d binary packages\n" msgstr "ÎÁĘÄĹÎĎ %d ÉÓČĎÄÎŮČ É %d ÂÉÎÁŇÎŮČ ĐÁËĹÔĎ×\n" -#: lib/rpminstall.c:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 msgid "Failed dependencies:\n" msgstr "îĹŐÄĎ×ĚĹÔ×ĎŇĹÎÎŮĹ ÚÁ×ÉÓÉÍĎÓÔÉ:\n" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr " đŇĹÄĚÁÇÁĹÍĎĹ ŇÁÚŇĹŰĹÎÉĹ:\n" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 msgid "installing binary packages\n" msgstr "ŐÓÔÁÎÁ×ĚÉ×ÁŔ ÂÉÎÁŇÎŮĹ ĐÁËĹÔŮ\n" -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, c-format msgid "cannot open file %s: %s\n" msgstr "ÎĹ×ĎÚÍĎÖÎĎ ĎÔËŇŮÔŘ ĆÁĘĚ %s: %s\n" -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" ÚÁÄÁĹÔ ÎĹÓËĎĚŘËĎ ĐÁËĹÔĎ×\n" -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, c-format msgid "cannot open %s: %s\n" msgstr "ÎĹ×ĎÚÍĎÖÎĎ ĎÔËŇŮÔŘ %s: %s\n" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, c-format msgid "Installing %s\n" msgstr "őÓÔÁÎÁ×ĚÉ×ÁĹÔÓŃ %s\n" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "ďÔËÁÔ ĐÁËĹÔĎ× (+%d/-%d) ÎÁ %-24.24s (0x%08x):\n" @@ -2719,8 +2730,8 @@ msgid "package %s is already installed" msgstr "ĐÁËĹÔ %s ŐÖĹ ŐÓÔÁÎĎ×ĚĹÎ" #: lib/rpmps.c:223 -#, c-format -msgid "path %s in package %s is not relocateable" +#, fuzzy, c-format +msgid "path %s in package %s is not relocatable" msgstr "ĐŐÔŘ %s × ĐÁËĹÔĹ %s - ÎĹ ĐĹŇĹÍĹÝÁĹÍŮĘ" #: lib/rpmps.c:228 @@ -2868,51 +2879,76 @@ msgstr " msgid "Unable to open %s for reading: %s.\n" msgstr "îĹ×ĎÚÍĎÖÎĎ ĎÔËŇŮÔŘ %s ÄĚŃ ŢÔĹÎÉŃ: %s.\n" -#: lib/rpmts.c:162 +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + +#: lib/rpmts.c:163 #, c-format msgid "cannot open Packages database in %s\n" msgstr "ÎĹ ÍĎÇŐ ĎÔËŇŮÔŘ ÂÁÚŐ ÄÁÎÎŮČ Packages × %s\n" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, fuzzy, c-format msgid "extra '(' in package label: %s\n" msgstr "ÎĹ×ĹŇÎŮĘ ÎĎÍĹŇ ĐÁËĹÔÁ: %s\n" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, fuzzy, c-format msgid "missing '(' in package label: %s\n" msgstr "ďÔÓŐÔÓÔ×ŐĹÔ '(' × %s %s\n" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, fuzzy, c-format msgid "missing ')' in package label: %s\n" msgstr "ÎĹ×ĹŇÎŮĘ ÎĎÍĹŇ ĐÁËĹÔÁ: %s\n" -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, c-format msgid "cannot open Solve database in %s\n" msgstr "ÎĹ×ĎÚÍĎÖÎĎ ĎÔËŇŮÔŘ ÂÁÚŐ ÄÁÎÎŮČ ŇÁÚŇĹŰĹÎÉŃ ÚÁ×ÉÓÉÍĎÓÔĹĘ × %s\n" -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, c-format msgid "Adding: %s\n" msgstr "äĎÂÁ×ĚŃĹÔÓŃ: %s\n" -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, c-format msgid "Suggesting: %s\n" msgstr "đŇĹÄĚÁÇÁĹÔÓŃ: %s\n" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 #, fuzzy msgid "mounted filesystems:\n" msgstr "ÓÔŇĎÉÔÓŃ ÓĐÉÓĎË ÓÍĎÎÔÉŇĎ×ÁÎÎŮČ ĆÁĘĚĎ×ŮČ ÓÉÓÔĹÍ\n" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr "" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "" @@ -3115,12 +3151,12 @@ msgstr " msgid "computing file dispositions\n" msgstr "ĐĎÄÓŢÉÔŮ×ÁĹÔÓŃ ÄÉÓĐĎÚÉĂÉŃ ĆÁĘĚĎ×\n" -#: lib/verify.c:288 +#: lib/verify.c:319 #, c-format msgid "missing %c %s" msgstr "ĎÔÓŐÔÓÔ×ŐĹÔ %c %s" -#: lib/verify.c:397 +#: lib/verify.c:433 #, c-format msgid "Unsatisfied dependencies for %s: " msgstr "îĹŐÄĎ×ĚĹÔ×ĎŇĹÎÎŮĹ ÚÁ×ÉÓÉÍĎÓÔÉ ÄĚŃ %s: " @@ -3321,165 +3357,165 @@ msgstr " msgid "cannot open %s index\n" msgstr "ÎĹ×ĎÚÍĎÖÎĎ ĎÔËŇŮÔŘ ÉÎÄĹËÓ %s\n" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 msgid "no dbpath has been set\n" msgstr "ĐÁŇÁÍĹÔĹŇ dbpath ÎĹ ŐÓÔÁÎĎ×ĚĹÎ\n" -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "ĎŰÉÂËÁ(%d) ĐĎĚŐŢĹÎÉŃ ÚÁĐÉÓĹĘ \"%s\" ÉÚ ÉÎÄĹËÓÁ %s\n" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 #, fuzzy msgid "miFreeHeader: skipping" msgstr "rpmdb: ĐŇĎĐŐÓËÁĹÔÓŃ" -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "ĎŰÉÂËÁ (%d) ÓĎČŇÁÎĹÎÉŃ ÚÁĐÉÓÉ #%d × %s\n" -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 #, fuzzy msgid "rpmdbNextIterator: skipping" msgstr "rpmdb: ĐŇĎĐŐÓËÁĹÔÓŃ" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "rpmdb: ĐĎĚŐŢĹÎ ĐĎ×ŇĹÖÄĹÎÎŮĘ ÚÁÇĎĚĎ×ĎË #%u -- ĐŇĎĐŐÓËÁĹÔÓŃ.\n" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "%s: ÎĹ×ĎÚÍĎÖÎĎ ĐŇĎŢĹÓÔŘ ÚÁÇĎĚĎ×ĎË × 0x%x\n" -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "ĎŰÉÂËÁ(%d) ĐĎÄÇĎÔĎ×ËÉ ÚÁĐÉÓÉ ÚÁÇĎĚĎ×ËÁ #%d ÄĚŃ ŐÄÁĚĹÎÉŃ %s\n" -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "ŐÄÁĚŃĹÔÓŃ \"%s\" ÉÚ ÉÎÄĹËÓÁ %s.\n" -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, c-format msgid "removing %d entries from %s index.\n" msgstr "ŐÄÁĚŃĹÔÓŃ %d ÚÁĐÉÓĹĘ ÉÚ ÉÎÄĹËÓÁ %s.\n" -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "ĎŰÉÂËÁ(%d) ĐĎĚŐŢĹÎÉŃ \"%s\" ÚÁĐÉÓĹĘ ÉÚ ÉÎÄĹËÓÁ %s\n" -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "ĎŰÉÂËÁ(%d) ÓĎČŇÁÎĹÎÉŃ ÚÁĐÉÓÉ \"%s\" × %s\n" -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "ĎŰÉÂËÁ(%d) ŐÄÁĚĹÎÉŃ ÚÁĐÉÓÉ %s ÉÚ %s\n" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "ĎŰÉÂËÁ(%d) ŇĹÚĹŇ×ÉŇĎ×ÁÎÉŃ ĐÁÍŃÔÉ ÄĚŃ ĎÂŇÁÚÁ ÎĎ×ĎÇĎ ĐÁËĹÔÁ\n" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 #, fuzzy msgid "rpmdbAdd: skipping" msgstr "rpmdb: ĐŇĎĐŐÓËÁĹÔÓŃ" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "ÄĎÂÁ×ĚŃĹÔÓŃ \"%s\" × ÉÎÄĹËÓ %s.\n" -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, c-format msgid "adding %d entries to %s index.\n" msgstr "ÄĎÂÁ×ĚŃĹÔÓŃ %d ÚÁĐÉÓĹĘ × ÉÎÄĹËÓ %s\n" -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "ĎŰÉÂËÁ(%d) ÚÁĐÉÓÉ ÚÁĐÉÓÉ %s × %s\n" -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "ŐÄÁĚŃĹÔÓŃ %s ĐĎÓĚĹ ŐÓĐĹŰÎĎÇĎ ÚÁ×ĹŇŰĹÎÉŃ ĐĹŇĹÉÎÄĹËÁĂÉÉ ÂÁÚŮ × db3.\n" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "ĐÁŇÁÍĹÔĹŇ dbpath ÎĹ ŐÓÔÁÎĎ×ĚĹÎ" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, c-format msgid "rebuilding database %s into %s\n" msgstr "ĐĹŇĹÓÔŇÁÉ×ÁĹÔÓŃ ÂÁÚÁ ÄÁÎÎŮČ %s × %s\n" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, c-format msgid "temporary database %s already exists\n" msgstr "×ŇĹÍĹÎÎÁŃ ÂÁÚÁ ÄÁÎÎŮČ %s ŐÖĹ ÓŐÝĹÓÔ×ŐĹÔ\n" -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, c-format msgid "creating directory %s\n" msgstr "ÓĎÚÄÁŁÔÓŃ ËÁÔÁĚĎÇ %s\n" -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, c-format msgid "creating directory %s: %s\n" msgstr "ÓĎÚÄÁŁÔÓŃ ËÁÔÁĚĎÇ %s: %s\n" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, c-format msgid "opening old database with dbapi %d\n" msgstr "ĎÔËŇŮ×ÁĹÔÓŃ ÓÔÁŇÁŃ ÂÁÚÁ ÄÁÎÎŮČ ŢĹŇĹÚ dbapi %d\n" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, c-format msgid "opening new database with dbapi %d\n" msgstr "ĎÔËŇŮ×ÁĹÔÓŃ ÎĎ×ÁŃ ÂÁÚÁ ÄÁÎÎŮČ ŢĹŇĹÚ dbapi %d\n" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "ÚÁÇĎĚĎ×ĎË ÎĎÍĹŇ %u × ÂÁÚĹ ÄÁÎÎŮČ ÎĹ×ĹŇÎŮĘ -- ĐŇĎĐŐÓËÁĹÔÓŃ.\n" -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, c-format msgid "cannot add record originally at %u\n" msgstr "ÎĹ×ĎÚÍĎÖÎĎ ÄĎÂÁ×ÉÔŘ ÚÁĐÉÓŘ (ĐĹŇ×ĎÎÁŢÁĚŘÎĎ × %u)\n" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 msgid "failed to rebuild database: original database remains in place\n" msgstr "" "ĐĹŇĹÓÔŇĎĹÎÉĹ ÂÁÚŮ ÄÁÎÎŮČ ÎĹ ŐÄÁĚĎÓŘ, ÓÔÁŇÁŃ ÂÁÚÁ ÄÁÎÎŮČ ĎÓÔÁĹÔÓŃ ÎÁ ÍĹÓÔĹ\n" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "ÎĹ×ĎÚÍĎÖÎĎ ÚÁÍĹÎÉÔŘ ÓÔÁŇŐŔ ÂÁÚŐ ÄÁÎÎŮČ ÎÁ ÎĎ×ŐŔ!\n" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "ĆÁĘĚŮ × %s ÚÁÍĹÎŃŔÔÓŃ ĆÁĘĚÁÍÉ ÉÚ %s ÄĚŃ ×ĎÓÓÔÁÎĎ×ĚĹÎÉŃ" -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, c-format msgid "removing directory %s\n" msgstr "ŐÄÁĚŃĹÔÓŃ ËÁÔÁĚĎÇ %s\n" -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "ĎŰÉÂËÁ ŐÄÁĚĹÎÉŃ ËÁÔÁĚĎÇÁ %s: %s\n" @@ -3535,42 +3571,42 @@ msgstr " msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "íÁËŇĎÓ %%%s (%s) ÎĹ ÂŮĚ ÉÓĐĎĚŘÚĎ×ÁÎ ÎÉÖĹ ŐŇĎ×ÎŃ %d\n" -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "îĹÉÚ×ĹÓÔÎŮĘ ĐÁŇÁÍĹÔŇ %c × %s(%s)\n" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "çĚŐÂÉÎÁ ŇĹËŐŇÓÉÉ(%d) ÂĎĚŘŰĹ ÄĎĐŐÓÔÉÍĎĘ(%d)\n" -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, c-format msgid "Unterminated %c: %s\n" msgstr "îĹÚÁËŇŮÔÁŃ %c: %s\n" -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "ÎĹĐĎÎŃÔÎŮĘ ÍÁËŇĎÓ ĐĎÓĚĹ %%\n" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "íÁËŇĎÓ %%%.*s ÎĹ ÎÁĘÄĹÎ, ĐŇĎĐŐÓËÁŔ\n" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 msgid "Target buffer overflow\n" msgstr "đĹŇĹĐĎĚÎĹÎÉĹ ĂĹĚĹ×ĎÇĎ ÂŐĆĹŇÁ\n" #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, c-format msgid "File %s: %s\n" msgstr "ćÁĘĚ %s: %s\n" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, c-format msgid "File %s is smaller than %u bytes\n" msgstr "äĚÉÎÁ ĆÁĘĚÁ %s ÍĹÎŘŰĹ ŢĹÍ %u ÂÁĘÔ\n" diff --git a/po/sk.po b/po/sk.po index 11d4e4d16..df1da4f69 100644 --- a/po/sk.po +++ b/po/sk.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "PO-Revision-Date: 1999-04-08 21:37+02:00\n" "Last-Translator: Stanislav Meduna \n" "Language-Team: Slovak \n" @@ -20,44 +20,44 @@ msgstr "nevyrie msgid "Unable to open spec file %s: %s\n" msgstr "Nie je možné otvoriť spec súbor: %s\n" -#: build.c:152 build.c:164 +#: build.c:150 build.c:162 #, fuzzy, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Otvorenie rúry pre tar zlyhalo: %s\n" #. Give up -#: build.c:171 +#: build.c:169 #, 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:199 +#: build.c:197 #, 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:239 +#: build.c:237 #, fuzzy, c-format msgid "failed to stat %s: %m\n" msgstr "nepodarilo sa zistiť stav %s: %s" -#: build.c:244 +#: build.c:242 #, 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:253 +#: build.c:251 #, 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:324 +#: build.c:322 #, fuzzy, c-format msgid "Building target platforms: %s\n" msgstr "predefinovať cieľovú platformu" -#: build.c:339 +#: build.c:337 #, fuzzy, c-format msgid "Building for target %s\n" msgstr "vyhľadáva sa balík %s\n" @@ -110,7 +110,7 @@ msgstr "" msgid "%s: %s\n" msgstr "súbor %s: %s\n" -#: rpmqv.c:129 lib/poptALL.c:114 +#: rpmqv.c:129 lib/poptALL.c:119 #, c-format msgid "RPM version %s\n" msgstr "RPM verzia %s\n" @@ -437,166 +437,166 @@ msgstr "&& a || nie s msgid "syntax error in expression\n" msgstr "chyba syntaxe vo výraze" -#: build/files.c:278 +#: build/files.c:280 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "chyba PREKROČENIA ČASU: %s\n" -#: build/files.c:343 build/files.c:543 build/files.c:739 +#: build/files.c:345 build/files.c:545 build/files.c:741 #, fuzzy, c-format msgid "Missing '(' in %s %s\n" msgstr "chýbajúce %s\n" -#: build/files.c:354 build/files.c:673 build/files.c:750 +#: build/files.c:356 build/files.c:675 build/files.c:752 #, fuzzy, c-format msgid "Missing ')' in %s(%s\n" msgstr "chýbajúca ':' na %s:%d" -#: build/files.c:392 build/files.c:698 +#: build/files.c:394 build/files.c:700 #, fuzzy, c-format msgid "Invalid %s token: %s\n" msgstr "Chybný %s prvok: %s" -#: build/files.c:502 +#: build/files.c:504 #, fuzzy, c-format msgid "Missing %s in %s %s\n" msgstr "chýbajúce %s\n" -#: build/files.c:559 +#: build/files.c:561 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "" -#: build/files.c:597 +#: build/files.c:599 #, fuzzy, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Chybná %s() syntax: %s" -#: build/files.c:607 +#: build/files.c:609 #, fuzzy, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Chybná špecifikácia práv %s(): %s" -#: build/files.c:619 +#: build/files.c:621 #, fuzzy, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Chybná špecifikácia práv adresára %s(): %s" -#: build/files.c:777 +#: build/files.c:779 #, fuzzy, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Iba jeden záznam v %%lang(): %s" #. @innercontinue@ -#: build/files.c:788 +#: build/files.c:790 #, fuzzy, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Iba jeden záznam v %%lang(): %s" -#: build/files.c:917 +#: build/files.c:919 #, fuzzy, c-format msgid "Hit limit for %%docdir\n" msgstr "Dosiahnutý limit pre %%docdir" -#: build/files.c:925 +#: build/files.c:927 #, fuzzy, c-format msgid "Only one arg for %%docdir\n" msgstr "Iba jeden argument pre %%docdir" #. We already got a file -- error -#: build/files.c:959 +#: build/files.c:961 #, fuzzy, c-format msgid "Two files on one line: %s\n" msgstr "Dva súbory na riadku: %s" -#: build/files.c:976 +#: build/files.c:978 #, fuzzy, c-format msgid "File must begin with \"/\": %s\n" msgstr "Súbory musia začínať znakom \"/\": %s" -#: build/files.c:989 +#: build/files.c:991 #, fuzzy, c-format 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:1141 +#: build/files.c:1149 #, fuzzy, c-format msgid "File listed twice: %s\n" msgstr "Súbor zadaný dvakrát: %s." -#: build/files.c:1280 +#: build/files.c:1288 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "" -#: build/files.c:1520 +#: build/files.c:1535 #, fuzzy, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "Súbor nesúhlasí s prefixom (%s): %s." -#: build/files.c:1544 +#: build/files.c:1559 #, fuzzy, c-format msgid "File not found: %s\n" msgstr "Súbor nebol nájdený: %s" -#: build/files.c:1752 +#: build/files.c:1767 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: readLead zlyhalo\n" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1804 +#: build/files.c:1819 #, fuzzy, c-format msgid "File needs leading \"/\": %s\n" msgstr "Súbor potrebuje na začiatku \"/\": %s" -#: build/files.c:1828 +#: build/files.c:1843 #, fuzzy, c-format msgid "Glob not permitted: %s\n" msgstr "riadok %d: V %s sú vyžadované verzie: %s" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, fuzzy, c-format msgid "File not found by glob: %s\n" msgstr "Súbor nebol nájdený: %s" -#: build/files.c:1905 +#: build/files.c:1920 #, fuzzy, c-format msgid "Could not open %%files file %s: %s\n" msgstr "chybe: nie je možné otvoriť %%files súbor: %s" -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, fuzzy, c-format msgid "line: %s\n" msgstr "riadok: %s" -#: build/files.c:2307 +#: build/files.c:2323 #, fuzzy, c-format msgid "Bad file: %s: %s\n" msgstr "súbor %s: %s\n" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "Chybný vlastník/skupina: %s\n" -#: build/files.c:2363 +#: build/files.c:2379 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "vyhľadáva sa balík %s\n" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2414 +#: build/files.c:2430 #, fuzzy, c-format msgid "Processing files: %s-%s-%s\n" msgstr "Spracovávajú sa súbory: %s\n" @@ -740,7 +740,7 @@ msgstr "Nie je mo msgid "Could not open %s: %s\n" msgstr "Otvorenie %s zlyhalo\n" -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, fuzzy, c-format msgid "Unable to write package: %s\n" msgstr "Nie je možné zapísať balík: %s" @@ -770,7 +770,7 @@ msgstr "Nie je mo msgid "Unable to write payload to %s: %s\n" msgstr "Nie je možné zapísať balík: %s" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "Zapísané: %s\n" @@ -1265,20 +1265,20 @@ msgstr "neoverova msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 #, fuzzy msgid "don't verify package digest(s)" msgstr "neoverovať závislosti balíka" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 #, fuzzy msgid "don't verify database header(s) when retrieved" msgstr "neoverovať architektúru balíka" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 #, fuzzy msgid "don't verify package signature(s)" msgstr "overiť podpis balíka" @@ -1353,32 +1353,32 @@ msgstr "Chybn msgid "Bad/unreadable header" msgstr "Chybná/nečitateľná hlavička" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "Priveľká hlavička" -#: lib/cpio.c:233 +#: lib/cpio.c:234 msgid "Unknown file type" msgstr "Neznámy typ súboru" -#: lib/cpio.c:234 +#: lib/cpio.c:235 #, fuzzy msgid "Missing hard link(s)" msgstr "chýbajúca ':' na %s:%d" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:236 +#: lib/cpio.c:237 msgid "Internal error" msgstr "Interná chyba" -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "" -#: lib/cpio.c:250 +#: lib/cpio.c:251 msgid " failed - " msgstr " zlyhalo - " @@ -1514,46 +1514,56 @@ msgstr "S msgid "file %s is on an unknown device\n" msgstr "súbor %s sa nachádza na neznámom zariadení" -#: lib/fsm.c:350 +#: lib/fsm.c:352 msgid "========== Directories not explicitly included in package:\n" msgstr "" -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, fuzzy, c-format msgid "%10d %s\n" msgstr "riadok %d: %s" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, fuzzy, c-format +msgid "user %s does not exist - using root\n" +msgstr "používateľ %s neexistuje - použije sa root" + +#: lib/fsm.c:776 +#, fuzzy, c-format +msgid "group %s does not exist - using root\n" +msgstr "skupina %s neexistuje - použije sa root" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "" -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, fuzzy, c-format msgid "%s saved as %s\n" msgstr "varovanie: %s uchovaný ako %s" -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, fuzzy, c-format 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/fsm.c:1888 +#: lib/fsm.c:1929 #, fuzzy, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "rmdir %s zlyhalo: %s" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, fuzzy, c-format msgid "%s unlink of %s failed: %s\n" msgstr "otvorenie %s zlyhalo\n" -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, fuzzy, c-format msgid "%s created as %s\n" msgstr "varovanie: %s vytvorené ako %s" @@ -1671,116 +1681,116 @@ msgstr "%s: readLead zlyhalo\n" msgid "%s: Fread failed: %s\n" msgstr "%s: readLead zlyhalo\n" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 #, fuzzy msgid "print macro expansion of EXPR" msgstr "vypísať verziu používaného rpm" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 msgid "read instead of default file(s)" msgstr "" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 #, fuzzy msgid "send stdout to CMD" msgstr "poslať štandardný výstup do " -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 #, fuzzy msgid "use ROOT as top level directory" msgstr "použiť ako adresár najvyššej úrovne" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "vypísať verziu používaného rpm" -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 #, fuzzy msgid "debug payload file state machine" msgstr "chybný stav súboru: %s" -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 #, fuzzy msgid "use threads for file state machine" msgstr "chybný stav súboru: %s" -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 #, fuzzy msgid "debug option/argument processing" msgstr "Vnútorná chyba pri spracovaní argumentu (%d) :-(\n" -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 #, fuzzy msgid "debug package state machine" msgstr "chybný stav súboru: %s" -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 #, fuzzy msgid "use threads for package state machine" msgstr "chybný stav súboru: %s" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "" @@ -1809,18 +1819,18 @@ msgstr "" msgid "malformed rollback time/date stamp argument" msgstr "" -#: lib/poptI.c:151 +#: lib/poptI.c:155 #, fuzzy msgid "add suggested packages to transaction" msgstr "opýtať sa všetkých balíkov v skupine" -#: lib/poptI.c:155 +#: lib/poptI.c:159 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é" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" @@ -1828,157 +1838,162 @@ msgstr "" "odinštalovať všetky balíky určené (inak je chybou, pokiaľ " "špecifikuje viac ako jeden balík)" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 #, fuzzy msgid "do not execute package scriptlet(s)" msgstr "nevykonať žiadne skripty špecifikované balíkom" -#: lib/poptI.c:173 +#: lib/poptI.c:177 #, fuzzy -msgid "relocate files in non-relocateable package" +msgid "relocate files in non-relocatable package" msgstr "balík %s nie je nainštalovaný\n" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "odinštalovať balík" -#: lib/poptI.c:179 +#: lib/poptI.c:183 #, fuzzy msgid "+" msgstr "nájdených %d balíkov\n" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 #, fuzzy msgid "do not install configuration files" msgstr "zobraziť všetky konfiguračné súbory" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "neinštalovať dokumentáciu" -#: lib/poptI.c:187 +#: lib/poptI.c:191 #, fuzzy msgid "skip files with leading component " msgstr "vynechať súbory v ceste " -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "skratka pre --replacepkgs --replacefiles" -#: lib/poptI.c:195 +#: lib/poptI.c:199 #, fuzzy msgid "upgrade package(s) if already installed" msgstr "balík %s nie je nainštalovaný\n" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 #, fuzzy msgid "+" msgstr " -p +" -#: lib/poptI.c:198 +#: lib/poptI.c:202 msgid "print hash marks as package installs (good with -v)" msgstr "vypisovať značky počas inštalácie balíka (vhodné s -v)" -#: lib/poptI.c:201 +#: lib/poptI.c:205 msgid "don't verify package architecture" msgstr "neoverovať architektúru balíka" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "neoverovať operačný systém balíka" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "pred inštaláciou nekontrolovať dostupné miesto na disku" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "inštalovať dokumentáciu" -#: lib/poptI.c:212 +#: lib/poptI.c:216 #, fuzzy msgid "install package(s)" msgstr "inštalovať balík" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "aktualizovať databázu bez zmeny súborového systému" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "neoverovať závislosti balíka" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 #, fuzzy msgid "don't verify MD5 digest of files" msgstr "zobraziť súbory v balíku" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +#, fuzzy +msgid "don't install file security contexts" +msgstr "zobraziť všetky konfiguračné súbory" + +#: lib/poptI.c:237 msgid "do not reorder package installation to satisfy dependencies" msgstr "nemeniť poradie balíkov kvôli vyriešeniu závislostí" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, fuzzy, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "nevykonať žiadne etapy" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, fuzzy, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "nevykonať žiadne etapy" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, fuzzy, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "nevykonať žiadne etapy" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, fuzzy, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "nevykonať žiadne etapy" -#: lib/poptI.c:261 +#: lib/poptI.c:268 #, fuzzy msgid "do not execute any scriptlet(s) triggered by this package" msgstr "nevykonať žiadne skripty spúšťané týmto balíkom" -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, fuzzy, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "nevykonať žiadne skripty špecifikované balíkom" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, fuzzy, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "nevykonať žiadne inštalačné skripty" -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, fuzzy, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "nevykonať žiadne inštalačné skripty" -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, fuzzy, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "nevykonať žiadne inštalačné skripty" -#: lib/poptI.c:277 +#: lib/poptI.c:284 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -1986,53 +2001,53 @@ msgstr "" "aktualizovať na staršiu verziu balíka (--force to pri aktualizácii urobí " "automaticky)" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "vypisovať percentá počas inštalácie balíka" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "presunúť balík do , pokiaľ to balík povoľuje" -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "" -#: lib/poptI.c:286 +#: lib/poptI.c:293 #, fuzzy msgid "relocate files from path to " msgstr "presunúť súbory zo do " -#: lib/poptI.c:287 +#: lib/poptI.c:294 #, fuzzy msgid "=" msgstr " --relocate =" -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "inštalovať aj pokiaľ balík prepíše inštalované súbory" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "preinštalovať, pokiaľ už balík existuje" -#: lib/poptI.c:298 +#: lib/poptI.c:305 msgid "deinstall new, reinstall old, package(s), back to " msgstr "" -#: lib/poptI.c:299 +#: lib/poptI.c:306 msgid "" msgstr "" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "neinštalovať, ale oznámiť, či by to bolo možné" -#: lib/poptI.c:304 +#: lib/poptI.c:311 #, fuzzy msgid "upgrade package(s)" msgstr " --upgrade " @@ -2120,214 +2135,209 @@ msgstr "op msgid "query/verify the package(s) which provide a dependency" msgstr "opýtať sa na balíky poskytujúce schopnosť " -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 msgid "list all configuration files" msgstr "zobraziť všetky konfiguračné súbory" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 #, fuzzy msgid "list all documentation files" msgstr "zobraziť všetky dokumentačné súbory" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 msgid "dump basic file information" msgstr "zobraziť základné informácie o balíku" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 msgid "list files in package" msgstr "zobraziť súbory v balíku" -#: lib/poptQV.c:239 +#: lib/poptQV.c:243 #, c-format msgid "skip %%ghost files" msgstr "" -#: lib/poptQV.c:243 +#: lib/poptQV.c:247 #, c-format msgid "skip %%license files" msgstr "" -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, fuzzy, c-format msgid "skip %%readme files" msgstr "%s: readLead zlyhalo\n" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 msgid "use the following query format" msgstr "použiť nasledovný formát otázky" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 #, fuzzy msgid "substitute i18n sections into spec file" msgstr "zdrojový balík neobsahuje žiadny .spec súbor" -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "zobraziiť stav daných súborov" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 #, fuzzy msgid "don't verify size of files" msgstr "zobraziť súbory v balíku" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 #, fuzzy msgid "don't verify symlink path of files" msgstr "zobraziť súbory v balíku" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 #, fuzzy msgid "don't verify owner of files" msgstr "zobraziť súbory v balíku" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 #, fuzzy msgid "don't verify group of files" msgstr "zobraziť súbory v balíku" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 #, fuzzy msgid "don't verify mode of files" msgstr "zobraziť súbory v balíku" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +#, fuzzy +msgid "don't verify file security contexts" +msgstr "zobraziť súbory v balíku" + +#: lib/poptQV.c:309 #, fuzzy msgid "don't verify files in package" msgstr "zobraziť súbory v balíku" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 #, fuzzy msgid "don't verify package dependencies" msgstr "neoverovať závislosti balíka" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 #, fuzzy msgid "don't execute verify script(s)" msgstr "nevykonať žiadne etapy" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 #, fuzzy msgid "don't verify GPG V3 DSA signature(s)" msgstr "zobraziť súbory v balíku" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 #, fuzzy msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "zobraziť súbory v balíku" -#: lib/poptQV.c:366 +#: lib/poptQV.c:372 #, fuzzy msgid "sign package(s) (identical to --resign)" msgstr "podpísať balík (zničiť aktuálny podpis)" -#: lib/poptQV.c:368 +#: lib/poptQV.c:374 #, fuzzy msgid "verify package signature(s)" msgstr "overiť podpis balíka" -#: lib/poptQV.c:370 +#: lib/poptQV.c:376 msgid "import an armored public key" msgstr "" -#: lib/poptQV.c:372 +#: lib/poptQV.c:378 #, fuzzy msgid "sign package(s) (identical to --addsign)" msgstr "podpísať balík (zničiť aktuálny podpis)" -#: lib/poptQV.c:374 +#: lib/poptQV.c:380 #, fuzzy msgid "generate signature" msgstr "vytvoriť PGP/GPG podpis" -#: lib/psm.c:269 +#: lib/psm.c:268 #, fuzzy msgid "source package expected, binary found\n" msgstr "očakávaný zdrojový balík, nájdený binárny" -#: lib/psm.c:394 +#: lib/psm.c:386 #, fuzzy msgid "source package contains no .spec file\n" msgstr "zdrojový balík neobsahuje žiadny .spec súbor" -#: lib/psm.c:480 +#: lib/psm.c:472 #, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "" -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "" -#: lib/psm.c:756 +#: lib/psm.c:751 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "%s vynechané - prenos zlyhal - %s\n" -#: lib/psm.c:762 +#: lib/psm.c:757 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "vykonanie skriptu zlyhalo" -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, fuzzy, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "balík: %s-%s-%s test súborov = %d\n" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "" -#: lib/psm.c:1439 +#: lib/psm.c:1432 #, fuzzy msgid "Unable to reload signature header\n" msgstr "Nie je možné prečítať ikonu: %s" -#: lib/psm.c:1485 -#, fuzzy, c-format -msgid "user %s does not exist - using root\n" -msgstr "používateľ %s neexistuje - použije sa root" - -#: lib/psm.c:1494 -#, fuzzy, c-format -msgid "group %s does not exist - using root\n" -msgstr "skupina %s neexistuje - použije sa root" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, fuzzy, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "rozbalenie archívu zlyhalo%s%s: %s" -#: lib/psm.c:1547 +#: lib/psm.c:1511 msgid " on file " msgstr " pre súbor " -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, fuzzy, c-format msgid "%s failed on file %s: %s\n" msgstr "nepodarilo sa otvoriť %s: %s" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, fuzzy, c-format msgid "%s failed: %s\n" msgstr "%s zlyhalo" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, fuzzy, c-format msgid "incorrect format: %s\n" msgstr "chyba formátu: %s\n" @@ -2376,8 +2386,8 @@ msgstr "bal 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:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, fuzzy, c-format msgid "open of %s failed: %s\n" @@ -2392,7 +2402,7 @@ msgstr "ot 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:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, fuzzy, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "žiadny z balíkov nespúšťa %s\n" @@ -2462,17 +2472,17 @@ msgstr "po msgid "record %u could not be read\n" msgstr "záznam %d nie je možné prečítať\n" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, c-format msgid "package %s is not installed\n" msgstr "balík %s nie je nainštalovaný\n" -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 #, fuzzy msgid "(added files)" msgstr "chybný stav súboru: %s" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 msgid "(added provide)" msgstr "" @@ -2597,36 +2607,36 @@ msgstr "" msgid "package %s has unsatisfied %s: %s\n" msgstr "požiadavka balíka %s nie je uspokojená: %s\n" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "%s vynechané kvôli príznaku missingok\n" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 msgid "========== relocations\n" msgstr "" -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, fuzzy, c-format msgid "%5d exclude %s\n" msgstr "OS je vynechaný: %s" -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, fuzzy, c-format msgid "%5d relocate %s -> %s\n" msgstr "presúva sa %s do %s\n" -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, fuzzy, c-format msgid "excluding %s %s\n" msgstr "vynecháva sa %s\n" -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, c-format msgid "relocating %s to %s\n" msgstr "presúva sa %s do %s\n" -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, fuzzy, c-format msgid "relocating directory %s to %s\n" msgstr "presúva sa %s do %s\n" @@ -2658,88 +2668,88 @@ msgstr "" msgid "Upgrading packages..." msgstr " --upgrade " -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, fuzzy, c-format msgid "Adding goal: %s\n" msgstr "Zisťujú sa požadované vlastnosti...\n" -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, 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:422 +#: lib/rpminstall.c:436 #, c-format msgid " ... as %s\n" msgstr "... ako %s\n" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "%s vynechané - prenos zlyhal - %s\n" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, c-format msgid "%s cannot be installed\n" msgstr "%s nie je možné nainštalovať\n" -#: lib/rpminstall.c:523 +#: lib/rpminstall.c:537 #, fuzzy, c-format -msgid "package %s is not relocateable\n" +msgid "package %s is not relocatable\n" msgstr "balík %s nie je nainštalovaný\n" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, fuzzy, c-format msgid "error reading from file %s\n" msgstr "chyba pri vytváraní dočasného súboru %s" -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:623 +#: lib/rpminstall.c:637 #, 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:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 #, fuzzy msgid "Failed dependencies:\n" msgstr "nevyriešené závislosti:\n" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr "" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 msgid "installing binary packages\n" msgstr "inštalujú sa binárne balíky\n" -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, fuzzy, c-format msgid "cannot open file %s: %s\n" msgstr "nie je možné otvoriť súbor %s: %s" -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" špecifikuje viac balíkov\n" -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, fuzzy, c-format msgid "cannot open %s: %s\n" msgstr "nie je možné otvoriť %s\n" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, c-format msgid "Installing %s\n" msgstr "Inštaluje sa %s\n" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "" @@ -2807,7 +2817,7 @@ msgstr "bal #: lib/rpmps.c:223 #, fuzzy, c-format -msgid "path %s in package %s is not relocateable" +msgid "path %s in package %s is not relocatable" msgstr "balík %s nie je nainštalovaný\n" #: lib/rpmps.c:228 @@ -2955,50 +2965,75 @@ msgstr "" msgid "Unable to open %s for reading: %s.\n" msgstr "Nie je možné otvoriť %s pre čítanie: %s." -#: lib/rpmts.c:162 +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + +#: lib/rpmts.c:163 #, fuzzy, c-format msgid "cannot open Packages database in %s\n" msgstr "nie je možné otvoriť %s/packages.rpm\n" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, fuzzy, c-format msgid "extra '(' in package label: %s\n" msgstr "chybné číslo balíku: %s\n" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, fuzzy, c-format msgid "missing '(' in package label: %s\n" msgstr "chýbajúce %s\n" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, fuzzy, c-format msgid "missing ')' in package label: %s\n" msgstr "chybné číslo balíku: %s\n" -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, fuzzy, c-format msgid "cannot open Solve database in %s\n" msgstr "nie je možné otvoriť %s/packages.rpm\n" -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, fuzzy, c-format msgid "Adding: %s\n" msgstr "riadok: %s" -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, fuzzy, c-format msgid "Suggesting: %s\n" msgstr "zdroje v: %s\n" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 msgid "mounted filesystems:\n" msgstr "" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr "" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "" @@ -3210,12 +3245,12 @@ msgstr "" msgid "computing file dispositions\n" msgstr "" -#: lib/verify.c:288 +#: lib/verify.c:319 #, fuzzy, c-format msgid "missing %c %s" msgstr "chýbajúce %s\n" -#: lib/verify.c:397 +#: lib/verify.c:433 #, fuzzy, c-format msgid "Unsatisfied dependencies for %s: " msgstr "Nevyriešené závislosti pre %s-%s-%s: " @@ -3415,163 +3450,163 @@ msgstr "nie je mo msgid "cannot open %s index\n" msgstr "nie je možné otvoriť %s\n" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 #, fuzzy msgid "no dbpath has been set\n" msgstr "nebola nastavená žiadna dbpath" -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "chyba pri načítaní záznamu %s z %s" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "chyba pri zápise záznamu %s do %s" -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, 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" -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "chyba pri načítaní záznamu %s z %s" -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "odstraňuje sa index skupín\n" -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "odstraňuje sa index názvov\n" -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "chyba pri načítaní záznamu %s z %s" -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "chyba pri zápise záznamu %s do %s" -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "chyba pri odstraňovaní záznamu %s z %s" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, fuzzy, c-format msgid "error(%d) allocating new package instance\n" msgstr "chyba pri hľadaní balíka %s\n" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, fuzzy, c-format msgid "adding \"%s\" to %s index.\n" msgstr "premenováva sa %s na %s\n" -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "premenováva sa %s na %s\n" -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, fuzzy, c-format msgid "error(%d) storing record %s into %s\n" msgstr "chyba pri zápise záznamu %s do %s" -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "nebola nastavená žiadna dbpath" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "znovu sa vytvára databáza v adresári %s\n" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, fuzzy, c-format msgid "temporary database %s already exists\n" msgstr "dočasná databáza %s už existuje" -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "vytvára sa adresár %s\n" -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, fuzzy, c-format msgid "creating directory %s: %s\n" msgstr "vytvára sa adresár %s\n" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "otvára sa stará databáza\n" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "otvára sa nová databáza\n" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, fuzzy, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "záznam číslo %d v databáze je chybný -- bol vynechaný" -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, fuzzy, c-format msgid "cannot add record originally at %u\n" msgstr "nie je možné pridať záznam pôvodne na %d" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 #, fuzzy msgid "failed to rebuild database: original database remains in place\n" msgstr "nepodarilo sa znovu vytvoriť databázu; zostáva pôvodná\n" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "nepodarilo sa nahradiť starú databázu novou!\n" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, 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" -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "vytvára sa adresár %s\n" -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "nepodarilo sa odstrániť adresár %s: %s\n" @@ -3627,43 +3662,43 @@ msgstr "Makro %%%s obsahuje chybn msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "Makro %%%s (%s) nebolo použité pod úrovňou %d " -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, fuzzy, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "Neznáma voľba %c v %s(%s)" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, fuzzy, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "Hĺbka rekurzie (%d) väčšia ako maximálna (%d)" -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, fuzzy, c-format msgid "Unterminated %c: %s\n" msgstr "Neukončené %c: %s" -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, fuzzy, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "balík %%%.*s nebol nájdený, vynecháva sa" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 #, fuzzy msgid "Target buffer overflow\n" msgstr "Preplnenie cieľovej vyrovnávacej pamäti" #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, fuzzy, c-format msgid "File %s: %s\n" msgstr "Súbor %s: %s" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, fuzzy, c-format msgid "File %s is smaller than %u bytes\n" msgstr "Súbor %s je menší ako %d bajtov" diff --git a/po/sl.po b/po/sl.po index 43050dc7c..177b1efcb 100644 --- a/po/sl.po +++ b/po/sl.po @@ -1,13 +1,13 @@ # -*- mode:po; coding:iso-latin-2; -*- Slovenian messages for Redhat pkg. mngr. # Copyright (C) 2000 Free Software Foundation, Inc. # Primož Peterlin , 2000. -# $Id: sl.po,v 1.382 2003/12/11 19:10:36 jbj Exp $ +# $Id: sl.po,v 1.383 2003/12/30 13:15:30 jbj Exp $ # msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "PO-Revision-Date: 2000-10-08 19:05+0200\n" "Last-Translator: Grega Fajdiga \n" "Language-Team: Slovenian \n" @@ -25,44 +25,44 @@ msgstr "izdelava soodvisnosti je bila neuspe msgid "Unable to open spec file %s: %s\n" msgstr "Datoteke s specifikacijami %s ni možno odpreti: %s\n" -#: build.c:152 build.c:164 +#: build.c:150 build.c:162 #, 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:171 +#: build.c:169 #, fuzzy, c-format msgid "Failed to read spec file from %s\n" msgstr "Neuspešno branje datoteke s specifikacijami iz %s" -#: build.c:199 +#: build.c:197 #, fuzzy, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Preimenovanje %s v %s je bilo neuspešno: %m" -#: build.c:239 +#: build.c:237 #, fuzzy, c-format msgid "failed to stat %s: %m\n" msgstr "status %s ni na voljo: %s" -#: build.c:244 +#: build.c:242 #, fuzzy, c-format msgid "File %s is not a regular file.\n" msgstr "Datoteka ni običajna datoteka: %s\n" -#: build.c:253 +#: build.c:251 #, 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:324 +#: build.c:322 #, c-format msgid "Building target platforms: %s\n" msgstr "Izgradnja za ciljna strojna okolja: %s\n" -#: build.c:339 +#: build.c:337 #, c-format msgid "Building for target %s\n" msgstr "Izgradnja za ciljni sistem %s\n" @@ -115,7 +115,7 @@ msgstr "" msgid "%s: %s\n" msgstr "datoteka %s: %s\n" -#: rpmqv.c:129 lib/poptALL.c:114 +#: rpmqv.c:129 lib/poptALL.c:119 #, c-format msgid "RPM version %s\n" msgstr "RPM različica %s\n" @@ -436,166 +436,166 @@ msgstr "&& in || nista podprta za nize" msgid "syntax error in expression\n" msgstr "napaka v sklanji izraza" -#: build/files.c:278 +#: build/files.c:280 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "TIMECHECK neuspešen: %s\n" -#: build/files.c:343 build/files.c:543 build/files.c:739 +#: build/files.c:345 build/files.c:545 build/files.c:741 #, fuzzy, c-format msgid "Missing '(' in %s %s\n" msgstr "Manjkajoči ,(` v %s %s" -#: build/files.c:354 build/files.c:673 build/files.c:750 +#: build/files.c:356 build/files.c:675 build/files.c:752 #, fuzzy, c-format msgid "Missing ')' in %s(%s\n" msgstr "Manjkajoči ,)` v %s(%s" -#: build/files.c:392 build/files.c:698 +#: build/files.c:394 build/files.c:700 #, fuzzy, c-format msgid "Invalid %s token: %s\n" msgstr "Neveljaven žeton %s: %s" -#: build/files.c:502 +#: build/files.c:504 #, fuzzy, c-format msgid "Missing %s in %s %s\n" msgstr "Manjkajoči ,(` v %s %s" -#: build/files.c:559 +#: build/files.c:561 #, fuzzy, c-format msgid "Non-white space follows %s(): %s\n" msgstr "Neprazen znak sledi %s(): %s" -#: build/files.c:597 +#: build/files.c:599 #, fuzzy, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Nepravilna skladnja: %s(%s)" -#: build/files.c:607 +#: build/files.c:609 #, fuzzy, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Nepravilno določilo načina: %s(%s)" -#: build/files.c:619 +#: build/files.c:621 #, fuzzy, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Nepravilno določilo načina imenika: %s(%s)" -#: build/files.c:777 +#: build/files.c:779 #, fuzzy, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Nenavadna dolžina za locale: \"%.s\" pri %%lang(%s)" #. @innercontinue@ -#: build/files.c:788 +#: build/files.c:790 #, fuzzy, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Podvojeni locale %.*s za %%lang(%s)" -#: build/files.c:917 +#: build/files.c:919 #, fuzzy, c-format msgid "Hit limit for %%docdir\n" msgstr "Dosegli smo omejitev za %%docdir" -#: build/files.c:925 +#: build/files.c:927 #, fuzzy, c-format msgid "Only one arg for %%docdir\n" msgstr "Za %%docdir je podan samo en argument" #. We already got a file -- error -#: build/files.c:959 +#: build/files.c:961 #, fuzzy, c-format msgid "Two files on one line: %s\n" msgstr "Dve datoteki v eni vrstici: %s" -#: build/files.c:976 +#: build/files.c:978 #, fuzzy, c-format msgid "File must begin with \"/\": %s\n" msgstr "Ime datoteke se mora začeti z \"/\": %s" -#: build/files.c:989 +#: build/files.c:991 #, fuzzy, c-format 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:1141 +#: build/files.c:1149 #, fuzzy, c-format msgid "File listed twice: %s\n" msgstr "Datoteka je navedena dvakrat: %s" -#: build/files.c:1280 +#: build/files.c:1288 #, fuzzy, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Simbolna povezava kaže na BuildRoot: %s -> %s" -#: build/files.c:1520 +#: build/files.c:1535 #, fuzzy, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "Datoteka se ne ujema s predpono (%s): %s" -#: build/files.c:1544 +#: build/files.c:1559 #, fuzzy, c-format msgid "File not found: %s\n" msgstr "Datoteke ni mogoče najti: %s" -#: build/files.c:1752 +#: build/files.c:1767 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: readLead je bil neuspešen\n" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1804 +#: build/files.c:1819 #, fuzzy, c-format msgid "File needs leading \"/\": %s\n" msgstr "Datoteki manjka uvodni \"/\": %s" -#: build/files.c:1828 +#: build/files.c:1843 #, fuzzy, c-format msgid "Glob not permitted: %s\n" msgstr "vrstica %d: Različica ni dovoljena: %s" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, 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:1905 +#: build/files.c:1920 #, fuzzy, c-format msgid "Could not open %%files file %s: %s\n" msgstr "Datoteke %s iz %%files ni možno odpreti: %s" -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, fuzzy, c-format msgid "line: %s\n" msgstr "vrstica: %s" -#: build/files.c:2307 +#: build/files.c:2323 #, fuzzy, c-format msgid "Bad file: %s: %s\n" msgstr "Poškodovana datoteka: %s: %s" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "Neobstoječ lastnik/skupina: %s\n" -#: build/files.c:2363 +#: build/files.c:2379 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "iščemo paket %s\n" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2414 +#: build/files.c:2430 #, c-format msgid "Processing files: %s-%s-%s\n" msgstr "Obdeloavnje datotek: %s-%s-%s\n" @@ -739,7 +739,7 @@ msgstr "Ikone %s ni mo msgid "Could not open %s: %s\n" msgstr "Ni možno odpreti %s: %s\n" -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, fuzzy, c-format msgid "Unable to write package: %s\n" msgstr "Ni možno zapisati paketa: %s" @@ -769,7 +769,7 @@ msgstr "Ikone %s ni mo msgid "Unable to write payload to %s: %s\n" msgstr "Ni možno zapisati paketa %s: %s" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "Zapisano: %s\n" @@ -1269,20 +1269,20 @@ msgstr "brez preverjanja soodvisnosti paketa" msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 #, fuzzy msgid "don't verify package digest(s)" msgstr "brez preverjanja soodvisnosti paketa" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 #, fuzzy msgid "don't verify database header(s) when retrieved" msgstr "brez preverjanja arhitekture paketa" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 #, fuzzy msgid "don't verify package signature(s)" msgstr "preveri podpis paketa(-ov)" @@ -1355,32 +1355,32 @@ msgstr "Napa msgid "Bad/unreadable header" msgstr "Poškodovana/neberljiva glava" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "Glava je predolga" -#: lib/cpio.c:233 +#: lib/cpio.c:234 msgid "Unknown file type" msgstr "Neznan tip datoteke" -#: lib/cpio.c:234 +#: lib/cpio.c:235 #, fuzzy msgid "Missing hard link(s)" msgstr "Trda povezava manjka" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:236 +#: lib/cpio.c:237 msgid "Internal error" msgstr "Notranja napaka" -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "" -#: lib/cpio.c:250 +#: lib/cpio.c:251 msgid " failed - " msgstr " neuspešno - " @@ -1517,46 +1517,56 @@ msgstr "Datoteka: %4d: %07o %s.%s\t %s\n" msgid "file %s is on an unknown device\n" msgstr "datoteka %s se nahaja na neznani napravi" -#: lib/fsm.c:350 +#: lib/fsm.c:352 msgid "========== Directories not explicitly included in package:\n" msgstr "" -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, fuzzy, c-format msgid "%10d %s\n" msgstr "vrstica %d: %s" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, fuzzy, c-format +msgid "user %s does not exist - using root\n" +msgstr "uporabnik %s ne obstaja - uporabljam root" + +#: lib/fsm.c:776 +#, fuzzy, c-format +msgid "group %s does not exist - using root\n" +msgstr "skupina %s ne obstaja - uporabljam root" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "" -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, fuzzy, c-format msgid "%s saved as %s\n" msgstr "opozorilo: %s shranjen kot %s" -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, fuzzy, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "ni možno odstraniti %s - imenik ni prazen" -#: lib/fsm.c:1888 +#: lib/fsm.c:1929 #, fuzzy, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "odstranitev imenika %s je bila neuspešna: %s" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, fuzzy, c-format msgid "%s unlink of %s failed: %s\n" msgstr "odpiranje %s je bilo neuspešno: %s\n" -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, fuzzy, c-format msgid "%s created as %s\n" msgstr "opozorilo: %s ustvarjen kot %s" @@ -1674,116 +1684,116 @@ msgstr "%s: readLead je bil neuspe msgid "%s: Fread failed: %s\n" msgstr "%s: branje Fread je bilo neuspešno: %s\n" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 #, fuzzy msgid "print macro expansion of EXPR" msgstr "uporabljana različica rpm" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 msgid "read instead of default file(s)" msgstr "" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 #, fuzzy msgid "send stdout to CMD" msgstr "standardni izhod preusmerjen na " -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 #, fuzzy msgid "use ROOT as top level directory" msgstr "uporabi za korenski imenik" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "prikaži znane značke za poizvedovanje" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "prikaži končni rpmrc in nastavitev makra" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "različica rpm, ki jo uporabljate" -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 #, fuzzy msgid "debug payload file state machine" msgstr "okvarjeno stanje datoteke: %s" -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 #, fuzzy msgid "use threads for file state machine" msgstr "okvarjeno stanje datoteke: %s" -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 #, fuzzy msgid "debug option/argument processing" msgstr "Notranja napaka pri obdelavi argumentov (%d) :-\n" -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 #, fuzzy msgid "debug package state machine" msgstr "okvarjeno stanje datoteke: %s" -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 #, fuzzy msgid "use threads for package state machine" msgstr "okvarjeno stanje datoteke: %s" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "" @@ -1812,17 +1822,17 @@ msgstr "" msgid "malformed rollback time/date stamp argument" msgstr "" -#: lib/poptI.c:151 +#: lib/poptI.c:155 #, fuzzy msgid "add suggested packages to transaction" msgstr "poizvedba po paketu v skupini" -#: lib/poptI.c:155 +#: lib/poptI.c:159 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" "namestitev vseh datotek, vključno z nastavitvenimi, ki so sicer izpuščene" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" @@ -1830,157 +1840,163 @@ msgstr "" "odstrani vse pakete, ki vsebujejo vzorec (sicer program izide z " "napako, če paket določa več paketov)" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 #, fuzzy msgid "do not execute package scriptlet(s)" msgstr "brez izvajanja skriptov paketa" -#: lib/poptI.c:173 -msgid "relocate files in non-relocateable package" -msgstr "" +#: lib/poptI.c:177 +#, fuzzy +msgid "relocate files in non-relocatable package" +msgstr "poti %s ni možno premakniti za paket %s-%s-%s" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "izbriši (odstrani) paket" -#: lib/poptI.c:179 +#: lib/poptI.c:183 #, fuzzy msgid "+" msgstr "ni paketov\n" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 #, fuzzy msgid "do not install configuration files" msgstr "izpis vseh nastavitvene datoteke" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "brez namestitve dokumentacije" -#: lib/poptI.c:187 +#: lib/poptI.c:191 #, fuzzy msgid "skip files with leading component " msgstr "preskok datotek v navedeni poti" -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "okrajšava za --replacepkgs --replacefiles" -#: lib/poptI.c:195 +#: lib/poptI.c:199 #, fuzzy msgid "upgrade package(s) if already installed" msgstr "paket %s-%s-%s je že nameščen" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 #, fuzzy msgid "+" msgstr " -p + " -#: lib/poptI.c:198 +#: lib/poptI.c:202 msgid "print hash marks as package installs (good with -v)" msgstr "z izpisom znakov # ob namestitvi (uporabno z -v)" -#: lib/poptI.c:201 +#: lib/poptI.c:205 msgid "don't verify package architecture" msgstr "brez preverjanja arhitekture paketa" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "brez preverjanja operacijskega sistema paketa" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "brez preverjanja prostora na disku pred nameščanjem" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "namesti dokumentacijo" -#: lib/poptI.c:212 +#: lib/poptI.c:216 #, fuzzy msgid "install package(s)" msgstr "nameščanje paketa" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "obnovi podatkovno zbirko, a ne spreminjaj datotečnega sistema" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "brez preverjanja soodvisnosti paketa" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 #, fuzzy msgid "don't verify MD5 digest of files" msgstr "brez preverjanja datotek v paketu" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +#, fuzzy +msgid "don't install file security contexts" +msgstr "izpis vseh nastavitvene datoteke" + +#: lib/poptI.c:237 msgid "do not reorder package installation to satisfy dependencies" msgstr "" "brez spreminjanja vrstnega reda paketov z namenom zadovoljevanja soodvisnosti" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, fuzzy, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "brez izvajanja katerekoli stopen izgradnje" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, fuzzy, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "brez izvajanja katerekoli stopen izgradnje" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, fuzzy, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "brez izvajanja katerekoli stopen izgradnje" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, fuzzy, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "brez izvajanja katerekoli stopen izgradnje" -#: lib/poptI.c:261 +#: lib/poptI.c:268 #, fuzzy msgid "do not execute any scriptlet(s) triggered by this package" msgstr "brez izvajanja katerihkoli skriptov, ki jih požene ta paket" -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, fuzzy, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "brez izvajanja skriptov paketa" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, fuzzy, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "brez izvajanja namestitvenih skriptov" -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, fuzzy, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "brez izvajanja namestitvenih skriptov" -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, fuzzy, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "brez izvajanja namestitvenih skriptov" -#: lib/poptI.c:277 +#: lib/poptI.c:284 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -1988,53 +2004,53 @@ msgstr "" "nadgraditev na starejšo različico paketa (--force pri nadgradnjah " "avtomatično vključi to izbiro)" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "izpis odstotkov med namestitvijo" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "če je mogoče, bo paket prestavljen v imenik " -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "" -#: lib/poptI.c:286 +#: lib/poptI.c:293 #, fuzzy msgid "relocate files from path to " msgstr "prestavljanje datoteke iz stare poti v novo" -#: lib/poptI.c:287 +#: lib/poptI.c:294 #, fuzzy msgid "=" msgstr " --relocate =" -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "namesti, četudi paket piše prek že nameščene datoteke" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "ponovno namesti, če paket že obstaja" -#: lib/poptI.c:298 +#: lib/poptI.c:305 msgid "deinstall new, reinstall old, package(s), back to " msgstr "" -#: lib/poptI.c:299 +#: lib/poptI.c:306 msgid "" msgstr "" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "ne namesti, a ugotovi, če bi delovalo" -#: lib/poptI.c:304 +#: lib/poptI.c:311 #, fuzzy msgid "upgrade package(s)" msgstr " --upgrade " @@ -2122,212 +2138,207 @@ msgstr "poizvedba po paketih, ki potrebujejo dano zmo msgid "query/verify the package(s) which provide a dependency" msgstr "poizvedba po paketih, ki ponujajo dano zmožnost " -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 msgid "list all configuration files" msgstr "izpis vseh nastavitvene datoteke" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 msgid "list all documentation files" msgstr "izpis vseh dokumentacijske datoteke" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 msgid "dump basic file information" msgstr "iznos osnovnih podatkov o datoteki" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 msgid "list files in package" msgstr "izpis seznama datotek v paketu" -#: lib/poptQV.c:239 +#: lib/poptQV.c:243 #, c-format msgid "skip %%ghost files" msgstr "" -#: lib/poptQV.c:243 +#: lib/poptQV.c:247 #, c-format msgid "skip %%license files" msgstr "" -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, fuzzy, c-format msgid "skip %%readme files" msgstr "%s: readLead je bil neuspešen\n" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 msgid "use the following query format" msgstr "uporabi naslednjo obliko poizvedbe" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 #, fuzzy msgid "substitute i18n sections into spec file" msgstr "zamenjava razdeljkov I18N z naslednjim katalogom" -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "izpis stanja seznama datotek" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 #, fuzzy msgid "don't verify size of files" msgstr "brez preverjanja datotek v paketu" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 #, fuzzy msgid "don't verify symlink path of files" msgstr "brez preverjanja datotek v paketu" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 #, fuzzy msgid "don't verify owner of files" msgstr "brez preverjanja datotek v paketu" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 #, fuzzy msgid "don't verify group of files" msgstr "brez preverjanja datotek v paketu" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 #, fuzzy msgid "don't verify mode of files" msgstr "brez preverjanja datotek v paketu" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +#, fuzzy +msgid "don't verify file security contexts" +msgstr "brez preverjanja datotek v paketu" + +#: lib/poptQV.c:309 msgid "don't verify files in package" msgstr "brez preverjanja datotek v paketu" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 #, fuzzy msgid "don't verify package dependencies" msgstr "brez preverjanja soodvisnosti paketa" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 #, fuzzy msgid "don't execute verify script(s)" msgstr "brez izvajanja katerekoli stopen izgradnje" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 #, fuzzy msgid "don't verify GPG V3 DSA signature(s)" msgstr "brez preverjanja datotek v paketu" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 #, fuzzy msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "brez preverjanja datotek v paketu" -#: lib/poptQV.c:366 +#: lib/poptQV.c:372 #, fuzzy msgid "sign package(s) (identical to --resign)" msgstr "podpiši paket(e) (trenutni podpis zavrzi)" -#: lib/poptQV.c:368 +#: lib/poptQV.c:374 #, fuzzy msgid "verify package signature(s)" msgstr "preveri podpis paketa(-ov)" -#: lib/poptQV.c:370 +#: lib/poptQV.c:376 msgid "import an armored public key" msgstr "" -#: lib/poptQV.c:372 +#: lib/poptQV.c:378 #, fuzzy msgid "sign package(s) (identical to --addsign)" msgstr "podpiši paket(e) (trenutni podpis zavrzi)" -#: lib/poptQV.c:374 +#: lib/poptQV.c:380 #, fuzzy msgid "generate signature" msgstr "izdelava podpisa PGP/GPG" -#: lib/psm.c:269 +#: lib/psm.c:268 #, fuzzy msgid "source package expected, binary found\n" msgstr "pričakovan je bil izvorni paket, najden binarni" -#: lib/psm.c:394 +#: lib/psm.c:386 #, fuzzy msgid "source package contains no .spec file\n" msgstr "izvorni paket ne vsebuje datoteke .spec" -#: lib/psm.c:480 +#: lib/psm.c:472 #, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "" -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "" -#: lib/psm.c:756 +#: lib/psm.c:751 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "preskočeno - %s - prenos neuspešen - %s\n" -#: lib/psm.c:762 +#: lib/psm.c:757 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "skript se ni uspešno izvedel" -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, fuzzy, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "paket: %s-%s-%s datoteke test = %d\n" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "" -#: lib/psm.c:1439 +#: lib/psm.c:1432 #, fuzzy msgid "Unable to reload signature header\n" msgstr "Ikone %s ni možno prebrati: %s" -#: lib/psm.c:1485 -#, fuzzy, c-format -msgid "user %s does not exist - using root\n" -msgstr "uporabnik %s ne obstaja - uporabljam root" - -#: lib/psm.c:1494 -#, fuzzy, c-format -msgid "group %s does not exist - using root\n" -msgstr "skupina %s ne obstaja - uporabljam root" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, 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:1547 +#: lib/psm.c:1511 msgid " on file " msgstr " za datoteko " -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, fuzzy, c-format msgid "%s failed on file %s: %s\n" msgstr "neuspešno odpiranje %s: %s\n" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, fuzzy, c-format msgid "%s failed: %s\n" msgstr "%s neuspešen" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, fuzzy, c-format msgid "incorrect format: %s\n" msgstr "napaka v obliki: %s\n" @@ -2376,8 +2387,8 @@ msgstr "paket ne vsebuje ne lastnika datotek niti seznamov id" msgid "package has neither file owner or id lists\n" msgstr "paket ne vsebuje ne lastnika datotek niti seznamov id" -#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, c-format msgid "open of %s failed: %s\n" @@ -2392,7 +2403,7 @@ msgstr "poizvedba po %s je bila neuspe msgid "old format source packages cannot be queried\n" msgstr "poizvedba po izvornih paketih v stari obliki ni možna\n" -#: lib/query.c:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, fuzzy, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "noben paket ne proži %s\n" @@ -2462,17 +2473,17 @@ msgstr " msgid "record %u could not be read\n" msgstr "zapisa %d ni možno prebrati\n" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, c-format msgid "package %s is not installed\n" msgstr "paket %s ni nameščen\n" -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 #, fuzzy msgid "(added files)" msgstr "poškodovana zbirka podatkov %s" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 #, fuzzy msgid "(added provide)" msgstr "%s: %-45s DA (dodane ponudbe)\n" @@ -2599,36 +2610,36 @@ msgstr " %s A %s\tB %s\n" msgid "package %s has unsatisfied %s: %s\n" msgstr "Za paket %s-%s-%s: zahteva %s ni zadovoljena\n" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "%s preskočen zaradi manjkajoče zastavice OK\n" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 msgid "========== relocations\n" msgstr "" -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, fuzzy, c-format msgid "%5d exclude %s\n" msgstr "OS je izključen: %s" -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, fuzzy, c-format msgid "%5d relocate %s -> %s\n" msgstr "premikanje %s v %s\n" -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, fuzzy, c-format msgid "excluding %s %s\n" msgstr "izključevanje datoteke %s%s\n" -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, c-format msgid "relocating %s to %s\n" msgstr "premikanje %s v %s\n" -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, c-format msgid "relocating directory %s to %s\n" msgstr "premiokanje imenika %s v %s\n" @@ -2660,88 +2671,88 @@ msgstr "" msgid "Upgrading packages..." msgstr " --upgrade " -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, fuzzy, c-format msgid "Adding goal: %s\n" msgstr "Iskanje %s: (z uporabo %s)...\n" -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, 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:422 +#: lib/rpminstall.c:436 #, c-format msgid " ... as %s\n" msgstr " ... kot %s\n" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "preskočeno - %s - prenos neuspešen - %s\n" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, c-format msgid "%s cannot be installed\n" msgstr "%s ni možno namestiti\n" -#: lib/rpminstall.c:523 -#, c-format -msgid "package %s is not relocateable\n" +#: lib/rpminstall.c:537 +#, fuzzy, c-format +msgid "package %s is not relocatable\n" msgstr "paketa %s ni možno premakniti\n" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" msgstr "napaka pri branju iz datoteke %s\n" -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, 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:623 +#: lib/rpminstall.c:637 #, c-format msgid "found %d source and %d binary packages\n" msgstr "najdeno %d izvornih in %d binarnih paketov\n" -#: lib/rpminstall.c:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 #, fuzzy msgid "Failed dependencies:\n" msgstr "neuspešne soodvisnosti:\n" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr "" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 msgid "installing binary packages\n" msgstr "nameščanje binarnih paketov\n" -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, c-format msgid "cannot open file %s: %s\n" msgstr "ni možno odpreti datoteke %s: %s\n" -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" določa več paketov\n" -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, c-format msgid "cannot open %s: %s\n" msgstr "ni možno odpreti %s: %s\n" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, c-format msgid "Installing %s\n" msgstr "Nameščanje %s\n" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "" @@ -2809,7 +2820,7 @@ msgstr "paket %s-%s-%s je #: lib/rpmps.c:223 #, fuzzy, c-format -msgid "path %s in package %s is not relocateable" +msgid "path %s in package %s is not relocatable" msgstr "paketa %s ni možno prestaviti\n" #: lib/rpmps.c:228 @@ -2958,51 +2969,76 @@ msgstr "Ni mo msgid "Unable to open %s for reading: %s.\n" msgstr "%s ni možno odpreti za branje: %s." -#: lib/rpmts.c:162 +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + +#: lib/rpmts.c:163 #, fuzzy, c-format msgid "cannot open Packages database in %s\n" msgstr "zbirko podatkov paketov ni možno odpreti v %s\n" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, fuzzy, c-format msgid "extra '(' in package label: %s\n" msgstr "neveljavna številka paketa: %s\n" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, fuzzy, c-format msgid "missing '(' in package label: %s\n" msgstr "Manjkajoči ,(` v %s %s" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, fuzzy, c-format msgid "missing ')' in package label: %s\n" msgstr "neveljavna številka paketa: %s\n" -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, fuzzy, c-format msgid "cannot open Solve database in %s\n" msgstr "datoteke %s/packages.rpm ni mogožno odpreti\n" -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, fuzzy, c-format msgid "Adding: %s\n" msgstr "vrstica: %s" -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, fuzzy, c-format msgid "Suggesting: %s\n" msgstr "izvori v: %s\n" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 #, fuzzy msgid "mounted filesystems:\n" msgstr "zbiranje seznama priklopljenih datotečnih sistemov.\n" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr "" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "" @@ -3214,12 +3250,12 @@ msgstr "" msgid "computing file dispositions\n" msgstr "" -#: lib/verify.c:288 +#: lib/verify.c:319 #, fuzzy, c-format msgid "missing %c %s" msgstr "manjka %s\n" -#: lib/verify.c:397 +#: lib/verify.c:433 #, fuzzy, c-format msgid "Unsatisfied dependencies for %s: " msgstr "Nezadovoljene soodvisnosti za %s-%s-%s: " @@ -3421,165 +3457,165 @@ msgstr "ni mo msgid "cannot open %s index\n" msgstr "ni možno odpreti kazala %s:" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 #, fuzzy msgid "no dbpath has been set\n" msgstr "dbpath ni nastavljena" -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "napaka(%d) pri branju zapisov \"%s\" iz kazala %s" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "napaka(%d) pri pisanju zapisa %s v %s" -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "%s: ni možno prebrati glave pri 0x%x" -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "napaka(%d) pri branju zapisov \"%s\" iz kazala %s" -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "odstranjevanje \"%s\" iz kazala %s.\n" -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "odstranjevanje %d vnosov iz kazala %s\n" -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "napaka(%d) pri branju zapisov \"%s\" iz kazala %s" -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "napaka(%d) pri pisanju zapisa %s v %s" -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "napaka(%d) pri brisanju zapisa %s iz %s" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, fuzzy, c-format msgid "error(%d) allocating new package instance\n" msgstr "napaka(%d) pri iskanju paketa %s\n" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, fuzzy, c-format msgid "adding \"%s\" to %s index.\n" msgstr "dodajanje \"%s\" v kazalo %s.\n" -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "dodajanje %d vnosov v kazalo %s.\n" -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, fuzzy, c-format msgid "error(%d) storing record %s into %s\n" msgstr "napaka(%d) pri pisanju zapisa %s v %s" -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "dbpath ni nastavljena" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, c-format msgid "rebuilding database %s into %s\n" msgstr "ponovna izgradnja podatkovne zbirke %s v %s\n" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, fuzzy, c-format msgid "temporary database %s already exists\n" msgstr "začasna podatkovna zbirka %s že obstaja" -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "ustvarjanje imenika: %s\n" -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, fuzzy, c-format msgid "creating directory %s: %s\n" msgstr "ustvarjanje imenika: %s\n" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "odpiranje stare podatkovne zbirke\n" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "odpiramo nove podatkovne zbirke z dbapi %d\n" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, fuzzy, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "zapis št. %d v zbirki je poškodovan -- preskočeno." -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, fuzzy, c-format msgid "cannot add record originally at %u\n" msgstr "zapisa ni možno dodati na %d" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 #, 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" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "zamenjava stare podatkovne zbirke z novo je bila neuspešna!\n" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, 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" -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "odstranjevanje imenika: %s\n" -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "neuspešna odstranitev imenika %s: %s\n" @@ -3635,43 +3671,43 @@ msgstr "Makro %%%s vsebuje nedovoljeno ime (%%undefine)" msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "Makro %%%s (%s) ni bil uporabljen pod ravnijo %d" -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, fuzzy, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "Neznana izbira %c v %s(%s)" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, fuzzy, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "Globina rekurzije (%d) večja od maksimalne (%d)" -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, fuzzy, c-format msgid "Unterminated %c: %s\n" msgstr "Nezaključeni %c: %s" -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, fuzzy, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "Oznaki %% sledi nerazčlenljiv makro" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, fuzzy, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "Makro %%%.*s ni najden - preskočeno" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 #, fuzzy msgid "Target buffer overflow\n" msgstr "Ciljni medpomnilnik je bil prekoračen" #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, fuzzy, c-format msgid "File %s: %s\n" msgstr "Datoteka %s: %s" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, fuzzy, c-format msgid "File %s is smaller than %u bytes\n" msgstr "Datoteka %s je krajša od %d bajtov" @@ -5356,9 +5392,6 @@ msgstr "" #~ msgid "expected size : %d\n" #~ msgstr "pričakovana vel.: %d\n" -#~ msgid "path %s is not relocateable for package %s-%s-%s" -#~ msgstr "poti %s ni možno premakniti za paket %s-%s-%s" - #~ msgid "RPMERR_INTERNAL: Hit limit in getUname()\n" #~ msgstr "RPMERR_INTERNAL: Dosežena omejitev v getUname()\n" diff --git a/po/sr.po b/po/sr.po index 2b4b740da..9c12056b4 100644 --- a/po/sr.po +++ b/po/sr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-2\n" "Content-Transfer-Encoding: 8bit\n" @@ -18,44 +18,44 @@ msgstr "lo msgid "Unable to open spec file %s: %s\n" msgstr "Ne mogu da otvorim %s za čitanje: %s" -#: build.c:152 build.c:164 +#: build.c:150 build.c:162 #, fuzzy, c-format msgid "Failed to open tar pipe: %m\n" msgstr "neuspelo otvaranje %s\n" #. Give up -#: build.c:171 +#: build.c:169 #, fuzzy, c-format msgid "Failed to read spec file from %s\n" msgstr "Neuspelo čitanje %s: %s." -#: build.c:199 +#: build.c:197 #, fuzzy, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Neuspelo čitanje %s: %s." -#: build.c:239 +#: build.c:237 #, fuzzy, c-format msgid "failed to stat %s: %m\n" msgstr "neuspelo otvaranje %s: %s" -#: build.c:244 +#: build.c:242 #, fuzzy, c-format msgid "File %s is not a regular file.\n" msgstr "%s ne liči na RPM paket\n" -#: build.c:253 +#: build.c:251 #, 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:324 +#: build.c:322 #, c-format msgid "Building target platforms: %s\n" msgstr "" -#: build.c:339 +#: build.c:337 #, fuzzy, c-format msgid "Building for target %s\n" msgstr "greška potrage za paketom %s\n" @@ -108,7 +108,7 @@ msgstr "" msgid "%s: %s\n" msgstr "neuspelo otvaranje %s: %s" -#: rpmqv.c:129 lib/poptALL.c:114 +#: rpmqv.c:129 lib/poptALL.c:119 #, c-format msgid "RPM version %s\n" msgstr "RPM verzija %s\n" @@ -427,166 +427,166 @@ msgstr "" msgid "syntax error in expression\n" msgstr "očekivan znak ? u izrazu" -#: build/files.c:278 +#: build/files.c:280 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "" -#: build/files.c:343 build/files.c:543 build/files.c:739 +#: build/files.c:345 build/files.c:545 build/files.c:741 #, fuzzy, c-format msgid "Missing '(' in %s %s\n" msgstr "nedostaje { posle %" -#: build/files.c:354 build/files.c:673 build/files.c:750 +#: build/files.c:356 build/files.c:675 build/files.c:752 #, fuzzy, c-format msgid "Missing ')' in %s(%s\n" msgstr "nedostaje ':' na %s:%d" -#: build/files.c:392 build/files.c:698 +#: build/files.c:394 build/files.c:700 #, fuzzy, c-format msgid "Invalid %s token: %s\n" msgstr "pogrešan broj paketa: %s\n" -#: build/files.c:502 +#: build/files.c:504 #, fuzzy, c-format msgid "Missing %s in %s %s\n" msgstr "nedostaje { posle %" -#: build/files.c:559 +#: build/files.c:561 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "" -#: build/files.c:597 +#: build/files.c:599 #, fuzzy, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Neuspelo čitanje %s: %s." -#: build/files.c:607 +#: build/files.c:609 #, fuzzy, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Neuspelo čitanje %s: %s." -#: build/files.c:619 +#: build/files.c:621 #, fuzzy, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Neuspelo čitanje %s: %s." -#: build/files.c:777 +#: build/files.c:779 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "" #. @innercontinue@ -#: build/files.c:788 +#: build/files.c:790 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "" -#: build/files.c:917 +#: build/files.c:919 #, c-format msgid "Hit limit for %%docdir\n" msgstr "" -#: build/files.c:925 +#: build/files.c:927 #, c-format msgid "Only one arg for %%docdir\n" msgstr "" #. We already got a file -- error -#: build/files.c:959 +#: build/files.c:961 #, fuzzy, c-format msgid "Two files on one line: %s\n" msgstr "neuspelo otvaranje %s: %s" -#: build/files.c:976 +#: build/files.c:978 #, fuzzy, c-format msgid "File must begin with \"/\": %s\n" msgstr "premeštanja moraju početi znakom '/'" -#: build/files.c:989 +#: build/files.c:991 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "" -#: build/files.c:1141 +#: build/files.c:1149 #, fuzzy, c-format msgid "File listed twice: %s\n" msgstr "Neuspelo čitanje %s: %s." -#: build/files.c:1280 +#: build/files.c:1288 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "" -#: build/files.c:1520 +#: build/files.c:1535 #, fuzzy, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "Neuspelo čitanje %s: %s." -#: build/files.c:1544 +#: build/files.c:1559 #, fuzzy, c-format msgid "File not found: %s\n" msgstr "Datoteka nije pronađena na serveru" -#: build/files.c:1752 +#: build/files.c:1767 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: Neuspeo 'readLead'\n" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1804 +#: build/files.c:1819 #, fuzzy, c-format msgid "File needs leading \"/\": %s\n" msgstr "premeštanja moraju početi znakom '/'" -#: build/files.c:1828 +#: build/files.c:1843 #, fuzzy, c-format msgid "Glob not permitted: %s\n" msgstr "paket %s nije naveden u %s" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, fuzzy, c-format msgid "File not found by glob: %s\n" msgstr "Datoteka nije pronađena na serveru" -#: build/files.c:1905 +#: build/files.c:1920 #, fuzzy, c-format msgid "Could not open %%files file %s: %s\n" msgstr "greška: ne mogu da otvorim datoteku %s\n" -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, fuzzy, c-format msgid "line: %s\n" msgstr "neuspelo otvaranje %s: %s" -#: build/files.c:2307 +#: build/files.c:2323 #, fuzzy, c-format msgid "Bad file: %s: %s\n" msgstr "neuspelo otvaranje %s: %s" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "" -#: build/files.c:2363 +#: build/files.c:2379 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "greška potrage za paketom %s\n" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2414 +#: build/files.c:2430 #, fuzzy, c-format msgid "Processing files: %s-%s-%s\n" msgstr "neuspelo otvaranje %s: %s" @@ -729,7 +729,7 @@ msgstr "Ne mogu da upi msgid "Could not open %s: %s\n" msgstr "neuspelo otvaranje %s\n" -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, fuzzy, c-format msgid "Unable to write package: %s\n" msgstr "Ne mogu da upišem %s" @@ -759,7 +759,7 @@ msgstr "Ne mogu da upi msgid "Unable to write payload to %s: %s\n" msgstr "Ne mogu da upišem %s" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "" @@ -1254,20 +1254,20 @@ msgstr "nemoj proveravati zavisnosti paketa" msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 #, fuzzy msgid "don't verify package digest(s)" msgstr "nemoj proveravati zavisnosti paketa" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 #, fuzzy msgid "don't verify database header(s) when retrieved" msgstr "nemoj proveravati arhitekturu paketa" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 #, fuzzy msgid "don't verify package signature(s)" msgstr "proveri potpis u paketu" @@ -1341,34 +1341,34 @@ msgstr "" msgid "Bad/unreadable header" msgstr "" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "" -#: lib/cpio.c:233 +#: lib/cpio.c:234 #, fuzzy msgid "Unknown file type" msgstr "(nepoznat tip)" -#: lib/cpio.c:234 +#: lib/cpio.c:235 #, fuzzy msgid "Missing hard link(s)" msgstr "nedostaje ':' na %s:%d" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "" -#: lib/cpio.c:236 +#: lib/cpio.c:237 #, fuzzy msgid "Internal error" msgstr "fatalna greška: " -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "" -#: lib/cpio.c:250 +#: lib/cpio.c:251 #, fuzzy msgid " failed - " msgstr "PGP omanuo" @@ -1504,46 +1504,56 @@ msgstr "neuspelo otvaranje %s: %s" msgid "file %s is on an unknown device\n" msgstr "" -#: lib/fsm.c:350 +#: lib/fsm.c:352 msgid "========== Directories not explicitly included in package:\n" msgstr "" -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, fuzzy, c-format msgid "%10d %s\n" msgstr "neuspelo otvaranje %s: %s" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, c-format +msgid "user %s does not exist - using root\n" +msgstr "" + +#: lib/fsm.c:776 +#, fuzzy, c-format +msgid "group %s does not exist - using root\n" +msgstr "grupa %s ne sadrži nijedan paket\n" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "" -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, fuzzy, c-format msgid "%s saved as %s\n" msgstr "Ne mogu da otvorim datoteku %s: " -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, fuzzy, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "ne mogu da uklonim %s - direktorijum nije prazan" -#: lib/fsm.c:1888 +#: lib/fsm.c:1929 #, fuzzy, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "neuspela komanda rmdir %s: %s" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, fuzzy, c-format msgid "%s unlink of %s failed: %s\n" msgstr "neuspelo otvaranje %s: %s\n" -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, fuzzy, c-format msgid "%s created as %s\n" msgstr "Ne mogu da otvorim datoteku %s: " @@ -1661,115 +1671,115 @@ msgstr "%s: Neuspeo 'readLead'\n" msgid "%s: Fread failed: %s\n" msgstr "%s: Neuspeo 'readLead'\n" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 #, fuzzy msgid "print macro expansion of EXPR" msgstr "napiši verziju rpm-a koja se koristi" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 msgid "read instead of default file(s)" msgstr "" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 #, fuzzy msgid "send stdout to CMD" msgstr "pošalji standardni izlaz u " -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 #, fuzzy msgid "use ROOT as top level directory" msgstr "koristi kao direktorijum najvišeg nivoa" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "napiši verziju rpm-a koja se koristi" -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 #, fuzzy msgid "debug payload file state machine" msgstr "neuspelo otvaranje %s: %s" -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 #, fuzzy msgid "use threads for file state machine" msgstr "neuspelo otvaranje %s: %s" -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 msgid "debug option/argument processing" msgstr "" -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 #, fuzzy msgid "debug package state machine" msgstr "neuspelo otvaranje %s: %s" -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 #, fuzzy msgid "use threads for package state machine" msgstr "neuspelo otvaranje %s: %s" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "" @@ -1799,17 +1809,17 @@ msgstr "" msgid "malformed rollback time/date stamp argument" msgstr "" -#: lib/poptI.c:151 +#: lib/poptI.c:155 #, fuzzy msgid "add suggested packages to transaction" msgstr "paket nema imena" -#: lib/poptI.c:155 +#: lib/poptI.c:159 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" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" @@ -1817,210 +1827,215 @@ msgstr "" "ukloni sve pakete koji odgovaraju (normalno, javlja se greška ako " " označava više paketa)" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 #, fuzzy msgid "do not execute package scriptlet(s)" msgstr "nemoj izvršiti nijedan skript iz paketa" -#: lib/poptI.c:173 +#: lib/poptI.c:177 #, fuzzy -msgid "relocate files in non-relocateable package" +msgid "relocate files in non-relocatable package" msgstr "paket %s nije instaliran\n" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "izbriši (deinstaliraj) paket" -#: lib/poptI.c:179 +#: lib/poptI.c:183 #, fuzzy msgid "+" msgstr "upit nad svim paketima" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 #, fuzzy msgid "do not install configuration files" msgstr "prikaži samo konfiguracione datoteke (povlači -i)" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "nemoj da instaliraš dokumentaciju" -#: lib/poptI.c:187 +#: lib/poptI.c:191 msgid "skip files with leading component " msgstr "" -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "skraćenica za --replacepkgs --replacefiles" -#: lib/poptI.c:195 +#: lib/poptI.c:199 #, fuzzy msgid "upgrade package(s) if already installed" msgstr "paket %s nije instaliran\n" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 #, fuzzy msgid "+" msgstr " -b \t " -#: lib/poptI.c:198 +#: lib/poptI.c:202 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)" -#: lib/poptI.c:201 +#: lib/poptI.c:205 msgid "don't verify package architecture" msgstr "nemoj proveravati arhitekturu paketa" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "nemoj proveravati operativni sistem za paket" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "instaliraj dokumentaciju" -#: lib/poptI.c:212 +#: lib/poptI.c:216 #, fuzzy msgid "install package(s)" msgstr "instaliraj paket" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "ažuriraj bazu podataka, ali nemoj menjati fajl-sistem" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "nemoj proveravati zavisnosti paketa" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 #, fuzzy msgid "don't verify MD5 digest of files" msgstr "instaliraj paket" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +#, fuzzy +msgid "don't install file security contexts" +msgstr "prikaži samo konfiguracione datoteke (povlači -i)" + +#: lib/poptI.c:237 msgid "do not reorder package installation to satisfy dependencies" msgstr "" "nemoj preurediti redosled instalacije paketa kako bi zadovoljio zavisnosti" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, fuzzy, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "nemoj izvršiti nijednu fazu" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, fuzzy, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "nemoj izvršiti nijednu fazu" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, fuzzy, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "nemoj izvršiti nijednu fazu" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, fuzzy, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "nemoj izvršiti nijednu fazu" -#: lib/poptI.c:261 +#: lib/poptI.c:268 #, fuzzy msgid "do not execute any scriptlet(s) triggered by this package" msgstr "upit nad paketom koji ima " -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, fuzzy, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "nemoj izvršiti nijedan skript iz paketa" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, fuzzy, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "nemoj izvršiti nijedan instalacioni skript" -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, fuzzy, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "nemoj izvršiti nijedan instalacioni skript" -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, fuzzy, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "nemoj izvršiti nijedan instalacioni skript" -#: lib/poptI.c:277 +#: lib/poptI.c:284 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)" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "piši procente instalacije paketa" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "premesti paket u , ako se može premestiti" -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "" -#: lib/poptI.c:286 +#: lib/poptI.c:293 #, fuzzy msgid "relocate files from path to " msgstr "premesti datoteke iz u " -#: lib/poptI.c:287 +#: lib/poptI.c:294 #, fuzzy msgid "=" msgstr "premesti datoteke iz u " -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "instaliraj čak iako će paket zameniti instalirane datoteke" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "ponovo instaliraj ako je paket već prisutan" -#: lib/poptI.c:298 +#: lib/poptI.c:305 msgid "deinstall new, reinstall old, package(s), back to " msgstr "" -#: lib/poptI.c:299 +#: lib/poptI.c:306 msgid "" msgstr "" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "nemoj instalirati, ali reci da li će da radi ili ne" -#: lib/poptI.c:304 +#: lib/poptI.c:311 #, fuzzy msgid "upgrade package(s)" msgstr "instaliraj paket" @@ -2109,217 +2124,212 @@ msgstr "upit za pakete koji zahtevaju svojstvo" msgid "query/verify the package(s) which provide a dependency" msgstr "upit za pakete koji omogućavaju svojstvo" -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 #, fuzzy msgid "list all configuration files" msgstr "prikaži samo konfiguracione datoteke (povlači -i)" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 #, fuzzy msgid "list all documentation files" msgstr "instaliraj dokumentaciju" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 #, fuzzy msgid "dump basic file information" msgstr "prikaži informacije o paketu" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 #, fuzzy msgid "list files in package" msgstr "instaliraj paket" -#: lib/poptQV.c:239 +#: lib/poptQV.c:243 #, c-format msgid "skip %%ghost files" msgstr "" -#: lib/poptQV.c:243 +#: lib/poptQV.c:247 #, c-format msgid "skip %%license files" msgstr "" -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, fuzzy, c-format msgid "skip %%readme files" msgstr "%s: Neuspeo 'readLead'\n" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 #, fuzzy msgid "use the following query format" msgstr "neočekivan izvor upita" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 #, fuzzy msgid "substitute i18n sections into spec file" msgstr "upit nad paketom koji ima " -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 #, fuzzy msgid "don't verify size of files" msgstr "instaliraj paket" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 #, fuzzy msgid "don't verify symlink path of files" msgstr "instaliraj paket" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 #, fuzzy msgid "don't verify owner of files" msgstr "instaliraj paket" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 #, fuzzy msgid "don't verify group of files" msgstr "instaliraj paket" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 #, fuzzy msgid "don't verify mode of files" msgstr "instaliraj paket" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +#, fuzzy +msgid "don't verify file security contexts" +msgstr "instaliraj paket" + +#: lib/poptQV.c:309 #, fuzzy msgid "don't verify files in package" msgstr "instaliraj paket" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 #, fuzzy msgid "don't verify package dependencies" msgstr "nemoj proveravati zavisnosti paketa" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 #, fuzzy msgid "don't execute verify script(s)" msgstr "nemoj izvršiti nijednu fazu" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 #, fuzzy msgid "don't verify GPG V3 DSA signature(s)" msgstr "instaliraj paket" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 #, fuzzy msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "instaliraj paket" -#: lib/poptQV.c:366 +#: lib/poptQV.c:372 #, fuzzy msgid "sign package(s) (identical to --resign)" msgstr "potpiši paket (ukloni tekući potpis)" -#: lib/poptQV.c:368 +#: lib/poptQV.c:374 #, fuzzy msgid "verify package signature(s)" msgstr "proveri potpis u paketu" -#: lib/poptQV.c:370 +#: lib/poptQV.c:376 msgid "import an armored public key" msgstr "" -#: lib/poptQV.c:372 +#: lib/poptQV.c:378 #, fuzzy msgid "sign package(s) (identical to --addsign)" msgstr "potpiši paket (ukloni tekući potpis)" -#: lib/poptQV.c:374 +#: lib/poptQV.c:380 #, fuzzy msgid "generate signature" msgstr "napravi PGP potpis" -#: lib/psm.c:269 +#: lib/psm.c:268 msgid "source package expected, binary found\n" msgstr "" -#: lib/psm.c:394 +#: lib/psm.c:386 #, fuzzy msgid "source package contains no .spec file\n" msgstr "upit nad paketom koji ima " -#: lib/psm.c:480 +#: lib/psm.c:472 #, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "" -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "" -#: lib/psm.c:756 +#: lib/psm.c:751 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "greška: preskačem %s - neuspelo prenošenje - %s\n" -#: lib/psm.c:762 +#: lib/psm.c:757 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "neuspelo izvršavanje skripta" -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, fuzzy, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "paket %s-%s-%s sadrži deljene datoteke\n" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "" -#: lib/psm.c:1439 +#: lib/psm.c:1432 #, fuzzy msgid "Unable to reload signature header\n" msgstr "Ne mogu da upišem %s" -#: lib/psm.c:1485 -#, c-format -msgid "user %s does not exist - using root\n" -msgstr "" - -#: lib/psm.c:1494 -#, fuzzy, c-format -msgid "group %s does not exist - using root\n" -msgstr "grupa %s ne sadrži nijedan paket\n" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, fuzzy, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "neuspelo otvaranje %s: %s\n" -#: lib/psm.c:1547 +#: lib/psm.c:1511 msgid " on file " msgstr "" -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, fuzzy, c-format msgid "%s failed on file %s: %s\n" msgstr "neuspelo otvaranje %s: %s" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, fuzzy, c-format msgid "%s failed: %s\n" msgstr "PGP omanuo" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, fuzzy, c-format msgid "incorrect format: %s\n" msgstr "greška u formatu: %s\n" @@ -2369,8 +2379,8 @@ msgstr "paket nema imena" msgid "package has neither file owner or id lists\n" msgstr "paket nema imena" -#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, fuzzy, c-format msgid "open of %s failed: %s\n" @@ -2385,7 +2395,7 @@ msgstr "upit nad %s neuspeo\n" 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:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, fuzzy, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "nijedan paket ne aktivira %s\n" @@ -2455,17 +2465,17 @@ msgstr "pogre msgid "record %u could not be read\n" msgstr "ne mogu da pročitam slog %d\n" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, c-format msgid "package %s is not installed\n" msgstr "paket %s nije instaliran\n" -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 #, fuzzy msgid "(added files)" msgstr "neuspelo otvaranje %s: %s" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 msgid "(added provide)" msgstr "" @@ -2590,36 +2600,36 @@ msgstr "" msgid "package %s has unsatisfied %s: %s\n" msgstr "paket %s nije naveden u %s" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 msgid "========== relocations\n" msgstr "" -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, fuzzy, c-format msgid "%5d exclude %s\n" msgstr "Pribavljam %s\n" -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, fuzzy, c-format msgid "%5d relocate %s -> %s\n" msgstr "Ne mogu da otvorim datoteku %s: " -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, fuzzy, c-format msgid "excluding %s %s\n" msgstr "Pribavljam %s\n" -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, fuzzy, c-format msgid "relocating %s to %s\n" msgstr "greška kod kreiranja direktorijuma %s: %s" -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, fuzzy, c-format msgid "relocating directory %s to %s\n" msgstr "greška kod kreiranja direktorijuma %s: %s" @@ -2650,89 +2660,89 @@ msgstr "" msgid "Upgrading packages..." msgstr "instaliraj paket" -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, fuzzy, c-format msgid "Adding goal: %s\n" msgstr "neuspelo otvaranje %s: %s" -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, c-format msgid "Retrieving %s\n" msgstr "Pribavljam %s\n" #. XXX undefined %{name}/%{version}/%{release} here #. XXX %{_tmpdir} does not exist -#: lib/rpminstall.c:422 +#: lib/rpminstall.c:436 #, c-format msgid " ... as %s\n" msgstr "" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, fuzzy, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "greška: preskačem %s - neuspelo prenošenje - %s\n" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, fuzzy, c-format msgid "%s cannot be installed\n" msgstr "greška: %s se ne može instalirati\n" -#: lib/rpminstall.c:523 +#: lib/rpminstall.c:537 #, fuzzy, c-format -msgid "package %s is not relocateable\n" +msgid "package %s is not relocatable\n" msgstr "paket %s nije instaliran\n" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, fuzzy, c-format msgid "error reading from file %s\n" msgstr "greška kod kreiranja direktorijuma %s: %s" -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:623 +#: lib/rpminstall.c:637 #, fuzzy, c-format msgid "found %d source and %d binary packages\n" msgstr "grupa %s ne sadrži nijedan paket\n" -#: lib/rpminstall.c:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 #, fuzzy msgid "Failed dependencies:\n" msgstr "loše međuzavisnosti:\n" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr "" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 #, fuzzy msgid "installing binary packages\n" msgstr "instaliraj paket" -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, fuzzy, c-format msgid "cannot open file %s: %s\n" msgstr "Ne mogu da otvorim datoteku %s: " -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" određuje više paketa\n" -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, fuzzy, c-format msgid "cannot open %s: %s\n" msgstr "greška: ne mogu da otvorim %s\n" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, c-format msgid "Installing %s\n" msgstr "Instaliram %s\n" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "" @@ -2800,7 +2810,7 @@ msgstr "paket %s nije instaliran\n" #: lib/rpmps.c:223 #, fuzzy, c-format -msgid "path %s in package %s is not relocateable" +msgid "path %s in package %s is not relocatable" msgstr "paket %s nije instaliran\n" #: lib/rpmps.c:228 @@ -2948,50 +2958,75 @@ msgstr "" msgid "Unable to open %s for reading: %s.\n" msgstr "Ne mogu da otvorim %s za čitanje: %s" -#: lib/rpmts.c:162 +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + +#: lib/rpmts.c:163 #, fuzzy, c-format msgid "cannot open Packages database in %s\n" msgstr "greška: ne mogu da otvorim %s%s/packages.rpm\n" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, fuzzy, c-format msgid "extra '(' in package label: %s\n" msgstr "pogrešan broj paketa: %s\n" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, fuzzy, c-format msgid "missing '(' in package label: %s\n" msgstr "nedostaje { posle %" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, fuzzy, c-format msgid "missing ')' in package label: %s\n" msgstr "pogrešan broj paketa: %s\n" -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, fuzzy, c-format msgid "cannot open Solve database in %s\n" msgstr "greška: ne mogu da otvorim %s%s/packages.rpm\n" -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, fuzzy, c-format msgid "Adding: %s\n" msgstr "neuspelo otvaranje %s: %s" -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, fuzzy, c-format msgid "Suggesting: %s\n" msgstr "Pribavljam %s\n" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 msgid "mounted filesystems:\n" msgstr "" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr "" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "" @@ -3202,12 +3237,12 @@ msgstr "" msgid "computing file dispositions\n" msgstr "" -#: lib/verify.c:288 +#: lib/verify.c:319 #, fuzzy, c-format msgid "missing %c %s" msgstr "nedostaje { posle %" -#: lib/verify.c:397 +#: lib/verify.c:433 #, fuzzy, c-format msgid "Unsatisfied dependencies for %s: " msgstr "Nezadovoljene međuzavisnosti za %s-%s-%s: " @@ -3409,162 +3444,162 @@ msgstr "Ne mogu da otvorim datoteku %s: " msgid "cannot open %s index\n" msgstr "greška: ne mogu da otvorim %s\n" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 #, fuzzy msgid "no dbpath has been set\n" msgstr "dbpath nije određen" -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "greška kod uzimanja sloga %s iz %s" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "greška zapisivanja sloga %s u %s" -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "ne mogu da pročitam zaglavlje na %d za proveru" -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "greška kod uzimanja sloga %s iz %s" -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "greška uklanjanja sloga %s u %s" -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "greška uklanjanja sloga %s u %s" -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "greška kod uzimanja sloga %s iz %s" -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "greška zapisivanja sloga %s u %s" -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "greška uklanjanja sloga %s u %s" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, fuzzy, c-format msgid "error(%d) allocating new package instance\n" msgstr "greška kod potrage za paketom %s\n" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "greška uklanjanja sloga %s u %s" -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, fuzzy, c-format msgid "error(%d) storing record %s into %s\n" msgstr "greška zapisivanja sloga %s u %s" -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "dbpath nije određen" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "rekreiraj bazu podataka iz postojeće baze" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, fuzzy, c-format msgid "temporary database %s already exists\n" msgstr "privremena baza podataka %s već postoji" -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "greška kod kreiranja direktorijuma %s: %s" -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, fuzzy, c-format msgid "creating directory %s: %s\n" msgstr "greška kod kreiranja direktorijuma %s: %s" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "rekreiraj bazu podataka iz postojeće baze" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "rekreiraj bazu podataka iz postojeće baze" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, fuzzy, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "slog broj %d u bazi podataka je neispravan -- preskačem ga" -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, fuzzy, c-format msgid "cannot add record originally at %u\n" msgstr "ne mogu da dodam slog originalno na %d" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "greška kod kreiranja direktorijuma %s: %s" -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, fuzzy, c-format msgid "failed to remove directory %s: %s\n" msgstr "neuspelo otvaranje %s: %s" @@ -3620,42 +3655,42 @@ msgstr "" msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "" -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, fuzzy, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "(nepoznat tip)" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "" -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, fuzzy, c-format msgid "Unterminated %c: %s\n" msgstr "Ne mogu da otvorim datoteku %s: " -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, fuzzy, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "paket %s nije nađen u %s" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 msgid "Target buffer overflow\n" msgstr "" #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, fuzzy, c-format msgid "File %s: %s\n" msgstr "neuspelo otvaranje %s: %s" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, c-format msgid "File %s is smaller than %u bytes\n" msgstr "" diff --git a/po/sv.po b/po/sv.po index de735534e..2308ed036 100644 --- a/po/sv.po +++ b/po/sv.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "PO-Revision-Date: 2003-02-05 12:40+0100\n" "Last-Translator: Göran Uddeborg \n" "Language-Team: Swedish \n" @@ -19,44 +19,44 @@ msgstr "Ouppfyllda byggberoenden:\n" msgid "Unable to open spec file %s: %s\n" msgstr "Kan inte öppna specfilen %s: %s\n" -#: build.c:152 build.c:164 +#: build.c:150 build.c:162 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "Kunde inte öppna \"tar\"-rör: %m\n" #. Give up -#: build.c:171 +#: build.c:169 #, c-format msgid "Failed to read spec file from %s\n" msgstr "Kunde inte läsa specfil frĺn %s\n" -#: build.c:199 +#: build.c:197 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "Kunde inte byta namn pĺ %s till %s: %m\n" -#: build.c:239 +#: build.c:237 #, c-format msgid "failed to stat %s: %m\n" msgstr "kunde inte ta status pĺ %s: %m\n" -#: build.c:244 +#: build.c:242 #, c-format msgid "File %s is not a regular file.\n" msgstr "Filen %s är inte en vanlig fil.\n" -#: build.c:253 +#: build.c:251 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "Filen %s tycks inte vara en specfil.\n" #. parse up the build operators -#: build.c:324 +#: build.c:322 #, c-format msgid "Building target platforms: %s\n" msgstr "Bygger mĺlplattformar: %s\n" -#: build.c:339 +#: build.c:337 #, c-format msgid "Building for target %s\n" msgstr "Bygger för mĺlet %s\n" @@ -108,7 +108,7 @@ msgstr "Gemensamma flaggor f msgid "%s: %s\n" msgstr "%s: %s\n" -#: rpmqv.c:129 lib/poptALL.c:114 +#: rpmqv.c:129 lib/poptALL.c:119 #, c-format msgid "RPM version %s\n" msgstr "RPM version %s\n" @@ -417,159 +417,159 @@ msgstr "&& och || st msgid "syntax error in expression\n" msgstr "syntaxfel i uttryck\n" -#: build/files.c:278 +#: build/files.c:280 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "TIMECHECK-fel: %s\n" -#: build/files.c:343 build/files.c:543 build/files.c:739 +#: build/files.c:345 build/files.c:545 build/files.c:741 #, c-format msgid "Missing '(' in %s %s\n" msgstr "\"(\" saknas i %s %s\n" -#: build/files.c:354 build/files.c:673 build/files.c:750 +#: build/files.c:356 build/files.c:675 build/files.c:752 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "\")\" saknas i %s(%s\n" -#: build/files.c:392 build/files.c:698 +#: build/files.c:394 build/files.c:700 #, c-format msgid "Invalid %s token: %s\n" msgstr "Ogiltigt %s-element: %s\n" -#: build/files.c:502 +#: build/files.c:504 #, c-format msgid "Missing %s in %s %s\n" msgstr "%s saknas i %s %s\n" -#: build/files.c:559 +#: build/files.c:561 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "Annat än blanktecken följer pĺ %s(): %s\n" -#: build/files.c:597 +#: build/files.c:599 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Felaktig syntax: %s(%s)\n" -#: build/files.c:607 +#: build/files.c:609 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "Felaktig rättighetsspecifikation: %s(%s)\n" -#: build/files.c:619 +#: build/files.c:621 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "Felaktig specifikation av katalogrättigheter: %s(%s)\n" -#: build/files.c:777 +#: build/files.c:779 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "Ovanlig lokallängd: \"%.*s\" i %%lang(%s)\n" #. @innercontinue@ -#: build/files.c:788 +#: build/files.c:790 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "Duplicerad lokal %.*s i %%lang(%s)\n" -#: build/files.c:917 +#: build/files.c:919 #, c-format msgid "Hit limit for %%docdir\n" msgstr "Slog i gränsen för %%docdir\n" -#: build/files.c:925 +#: build/files.c:927 #, c-format msgid "Only one arg for %%docdir\n" msgstr "Endast ett argument till %%docdir\n" #. We already got a file -- error -#: build/files.c:959 +#: build/files.c:961 #, c-format msgid "Two files on one line: %s\n" msgstr "Tvĺ filer pĺ en rad: %s\n" -#: build/files.c:976 +#: build/files.c:978 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Filnamn mĺste börja med \"/\": %s\n" -#: build/files.c:989 +#: build/files.c:991 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Kan inte blanda special %%doc med andra former: %s\n" -#: build/files.c:1141 +#: build/files.c:1149 #, c-format msgid "File listed twice: %s\n" msgstr "Filen uppräknad tvĺ gĺnger: %s\n" -#: build/files.c:1280 +#: build/files.c:1288 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Symbolisk länk pekar pĺ BuildRoot: %s -> %s\n" -#: build/files.c:1520 +#: build/files.c:1535 #, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "Filen matchar inte prefixet (%s): %s\n" -#: build/files.c:1544 +#: build/files.c:1559 #, c-format msgid "File not found: %s\n" msgstr "Filen hittades inte: %s\n" -#: build/files.c:1752 +#: build/files.c:1767 #, c-format msgid "%s: public key read failed.\n" msgstr "%s: läsning av publik nyckel misslyckades.\n" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "%s: inte en publik nyckel med skal.\n" -#: build/files.c:1804 +#: build/files.c:1819 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "Filen behöver inledande \"/\": %s\n" -#: build/files.c:1828 +#: build/files.c:1843 #, c-format msgid "Glob not permitted: %s\n" msgstr "Matchning inte tillĺtet: %s\n" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, c-format msgid "File not found by glob: %s\n" msgstr "Hittade ingen fil vid matchningen: %s\n" -#: build/files.c:1905 +#: build/files.c:1920 #, c-format msgid "Could not open %%files file %s: %s\n" msgstr "Kunde inte öppna %%files-fil %s: %s\n" -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, c-format msgid "line: %s\n" msgstr "rad: %s\n" -#: build/files.c:2307 +#: build/files.c:2323 #, c-format msgid "Bad file: %s: %s\n" msgstr "Felaktig fil: %s: %s\n" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "Felaktig ägare/grupp: %s\n" -#: build/files.c:2363 +#: build/files.c:2379 #, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "Letar efter opackade fil(er): %s\n" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" @@ -578,7 +578,7 @@ msgstr "" "Installerade (men opaketerade) filer funna:\n" "%s" -#: build/files.c:2414 +#: build/files.c:2430 #, c-format msgid "Processing files: %s-%s-%s\n" msgstr "Bearbetar filer: %s-%s-%s\n" @@ -717,7 +717,7 @@ msgstr "Kan inte l msgid "Could not open %s: %s\n" msgstr "Kunde inte öppna %s: %s\n" -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, c-format msgid "Unable to write package: %s\n" msgstr "Kunde inte skriva paket: %s\n" @@ -747,7 +747,7 @@ msgstr "Kan inte l msgid "Unable to write payload to %s: %s\n" msgstr "Kan inte skriva last till %s: %s\n" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "Skrev: %s\n" @@ -1234,18 +1234,18 @@ msgstr "verifiera inte byggberoenden" msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "generera pakethuvuden kompatibla med (äldre) rpm[23]-paketering" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 msgid "don't verify package digest(s)" msgstr "verifiera inte paketkontrollsummor" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 msgid "don't verify database header(s) when retrieved" msgstr "verifiera inte databashuvuden när de hämtas" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 msgid "don't verify package signature(s)" msgstr "verifiera inte paketsignatur(er)" @@ -1315,31 +1315,31 @@ msgstr "Felaktigt magiskt tal" msgid "Bad/unreadable header" msgstr "Felaktigt/oläsbart huvud" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "Huvudstorleken för stor" -#: lib/cpio.c:233 +#: lib/cpio.c:234 msgid "Unknown file type" msgstr "Okänd filtyp" -#: lib/cpio.c:234 +#: lib/cpio.c:235 msgid "Missing hard link(s)" msgstr "Saknade hĺrda länkar" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "MD5-summan stämmer inte" -#: lib/cpio.c:236 +#: lib/cpio.c:237 msgid "Internal error" msgstr "Internt fel" -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "Ingen arkivfilen i huvud" -#: lib/cpio.c:250 +#: lib/cpio.c:251 msgid " failed - " msgstr " misslyckades - " @@ -1471,47 +1471,57 @@ msgstr "%5d 0x%04x %s %s\n" msgid "file %s is on an unknown device\n" msgstr "filen %s är pĺ en okänd enhet\n" -#: lib/fsm.c:350 +#: lib/fsm.c:352 #, fuzzy msgid "========== Directories not explicitly included in package:\n" msgstr "========== Kataloger ej uttryckligen inkluderade i paketet:\n" -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, c-format msgid "%10d %s\n" msgstr "%10d %s\n" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, c-format +msgid "user %s does not exist - using root\n" +msgstr "användare %s finns inte - använder root\n" + +#: lib/fsm.c:776 +#, c-format +msgid "group %s does not exist - using root\n" +msgstr "grupp %s finns inte - använder root\n" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "katalog %s skapad med rättigheter %04o.\n" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "arkivfil %s fanns inte i huvudets fillista\n" -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, c-format msgid "%s saved as %s\n" msgstr "%s sparades som %s\n" -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "%s rmdir av %s misslyckades: Katalogen är inte tom\n" -#: lib/fsm.c:1888 +#: lib/fsm.c:1929 #, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "%s rmdir av %s misslyckades: %s\n" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, c-format msgid "%s unlink of %s failed: %s\n" msgstr "%s unlink av %s misslyckades: %s\n" -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, c-format msgid "%s created as %s\n" msgstr "%s skapades som %s\n" @@ -1627,110 +1637,110 @@ msgstr "%s: headerRead misslyckades: %s" msgid "%s: Fread failed: %s\n" msgstr "%s: Fread misslyckades: %s\n" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "fördefiniera MAKRO till värdet UTTR" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "'MAKRO UTTR'" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "definiera MAKRO till värdet UTTR" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 msgid "print macro expansion of EXPR" msgstr "skriv ut makroexpansion av UTTR" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "'UTTR'" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 msgid "read instead of default file(s)" msgstr "läs istället för standardfil(er)" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "inaktivera användningen av libio(3)-API:et" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 msgid "send stdout to CMD" msgstr "skicka standard ut till KMD" -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "KMD" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 msgid "use ROOT as top level directory" msgstr "använd ROT som toppnivĺkatalog" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "ROT" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "visa kända frĺgetaggar" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "visa slutliga rpmrc- och makrokonfigurationer" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "visa mindre detaljerad utdata" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "visa mer detaljerad utdata" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "visa vilken version av rpm som används" -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 msgid "debug payload file state machine" msgstr "felsök lastfilstillstĺndsmaskin" -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 #, fuzzy msgid "use threads for file state machine" msgstr "felsök lastfilstillstĺndsmaskin" -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "felsök protokolldataström" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 msgid "debug option/argument processing" msgstr "felsök flagg-/argumenthantering" -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 msgid "debug package state machine" msgstr "felsök pakettillstĺndsmaskin" -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 #, fuzzy msgid "use threads for package state machine" msgstr "felsök pakettillstĺndsmaskin" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "felsök rpmio I/O" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "felsök cache-hanteringen av URL:ar" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "%s: flaggtabell felkonfigurerad (%d)\n" @@ -1759,16 +1769,16 @@ msgstr " msgid "malformed rollback time/date stamp argument" msgstr "felformaterat tid-/datumstämpelargument för ĺterställning" -#: lib/poptI.c:151 +#: lib/poptI.c:155 msgid "add suggested packages to transaction" msgstr "lägg till föreslagna paket till transaktion" -#: lib/poptI.c:155 +#: lib/poptI.c:159 msgid "install all files, even configurations which might otherwise be skipped" msgstr "" "installera alla filer, även konfigurationer som annars kunde hoppats över" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" @@ -1776,148 +1786,154 @@ msgstr "" "ta bort alla paket som matchar (normalt ger det ett fel om " "anger flera paket)" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "använda anacondas \"presentationsordning\"" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 msgid "do not execute package scriptlet(s)" msgstr "kör inte paketskript" -#: lib/poptI.c:173 -msgid "relocate files in non-relocateable package" +#: lib/poptI.c:177 +#, fuzzy +msgid "relocate files in non-relocatable package" msgstr "relokera filer i ej relokerbart paket" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "spara raderade paketfiler genom att spara dem i underkatalog" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "radera (avinstallera) paket" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "+" msgstr "+" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 msgid "do not install configuration files" msgstr "installera inte konfigurationsfiler" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "installera inte dokumentation" -#: lib/poptI.c:187 +#: lib/poptI.c:191 msgid "skip files with leading component " msgstr "hoppa över filer med inledande " -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "kortform för --replacepkgs --replacefiles" -#: lib/poptI.c:195 +#: lib/poptI.c:199 msgid "upgrade package(s) if already installed" msgstr "uppgradera paket om redan installerade" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 msgid "+" msgstr "+" -#: lib/poptI.c:198 +#: lib/poptI.c:202 msgid "print hash marks as package installs (good with -v)" msgstr "" "skriv ut brädgĺrdar allteftersom paketet installeras (bra tillsammans med -v)" -#: lib/poptI.c:201 +#: lib/poptI.c:205 msgid "don't verify package architecture" msgstr "verifiera inte paketarkitektur" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "verifiera inte paketets operativsystem" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "kontrollera inte diskutrymme före installation" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "installera dokumentation" -#: lib/poptI.c:212 +#: lib/poptI.c:216 msgid "install package(s)" msgstr "installera paket" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "uppdatera databasen, men ändra inte filsystemet" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "verifiera inte paketberoenden" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 msgid "don't verify MD5 digest of files" msgstr "verifiera inte MD5-summor för filer" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +#, fuzzy +msgid "don't install file security contexts" +msgstr "installera inte konfigurationsfiler" + +#: lib/poptI.c:237 msgid "do not reorder package installation to satisfy dependencies" msgstr "flytta inte om paketinstallationen för att tillfredsställa beroenden" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "föreslĺ inte lösning(ar) pĺ saknade beroenden" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "utför inte (eventuellt) %%pre-skript" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "utför inte (eventuellt) %%post-skript" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "utför inte (eventuellt) %%preun-skript" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "utför inte (eventuellt) %%postun-skript" -#: lib/poptI.c:261 +#: lib/poptI.c:268 msgid "do not execute any scriptlet(s) triggered by this package" msgstr "kör inte skript utlösta av detta paket" -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "kör inte %%triggerprein-skript" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "kör inte %%triggerin-skript" -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "kör inte %%triggerun-skript" -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "kör inte %%triggerpostun-skript" -#: lib/poptI.c:277 +#: lib/poptI.c:284 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -1925,51 +1941,51 @@ msgstr "" "uppgradera till en gammal version av paketet (--force vid uppgraderingar gör " "detta automatiskt)" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "skriv procent allt eftersom paketet installeras" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "flytta paketet till , om flyttbart" -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "" -#: lib/poptI.c:286 +#: lib/poptI.c:293 msgid "relocate files from path to " msgstr "relokera filer frĺn till " -#: lib/poptI.c:287 +#: lib/poptI.c:294 msgid "=" msgstr "=" -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "spara raderade paketfiler genom ompaketering" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "installera även om paketet byter ut installerade filer" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "ominstallera när paketet redan är installerat" -#: lib/poptI.c:298 +#: lib/poptI.c:305 msgid "deinstall new, reinstall old, package(s), back to " msgstr "avinstallera nya, ominstallera gamla, paket tillbaka till " -#: lib/poptI.c:299 +#: lib/poptI.c:306 msgid "" msgstr "" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "installera inte, men tala om ifall det skulle fungera eller inte" -#: lib/poptI.c:304 +#: lib/poptI.c:311 msgid "upgrade package(s)" msgstr "uppgradera paket" @@ -2041,197 +2057,192 @@ msgstr "fr msgid "query/verify the package(s) which provide a dependency" msgstr "frĺga/verifiera paket som tillhandahĺller ett beroende" -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 msgid "list all configuration files" msgstr "lista alla konfigurationsfiler" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 msgid "list all documentation files" msgstr "lista alla dokumentationsfiler" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 msgid "dump basic file information" msgstr "visa filinformation" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 msgid "list files in package" msgstr "lista filer i paketet" -#: lib/poptQV.c:239 +#: lib/poptQV.c:243 #, c-format msgid "skip %%ghost files" msgstr "hoppa över %%ghost-filer" -#: lib/poptQV.c:243 +#: lib/poptQV.c:247 #, c-format msgid "skip %%license files" msgstr "hoppa över %%license-filer" -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, c-format msgid "skip %%readme files" msgstr "hoppa över %%readme-filer" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 msgid "use the following query format" msgstr "använd följande frĺgeformat" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 msgid "substitute i18n sections into spec file" msgstr "ersätt översatta sektioner till specfil" -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "visa tillstĺnd för de listade filerna" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 msgid "don't verify size of files" msgstr "verifiera inte storlekar pĺ filer" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 msgid "don't verify symlink path of files" msgstr "verifiera inte sökvägen i symboliska länkar" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 msgid "don't verify owner of files" msgstr "verifiera inte ägare till filer" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 msgid "don't verify group of files" msgstr "verifiera inte grupper till filer" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "verifiera inte modifikationstiden för filer" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 msgid "don't verify mode of files" msgstr "verifiera inte rättigheter för filer" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +#, fuzzy +msgid "don't verify file security contexts" +msgstr "verifiera inte filerna i paketet" + +#: lib/poptQV.c:309 msgid "don't verify files in package" msgstr "verifiera inte filerna i paketet" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 msgid "don't verify package dependencies" msgstr "verifiera inte paketberoenden" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 msgid "don't execute verify script(s)" msgstr "utför inte verifieringsskript" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 msgid "don't verify GPG V3 DSA signature(s)" msgstr "verifiera inte GPG V3 DSA-signatur(er)" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "verifiera inte PGP V3 RSA/MD5-signatur(er)" -#: lib/poptQV.c:366 +#: lib/poptQV.c:372 msgid "sign package(s) (identical to --resign)" msgstr "signera paket (detsamma som --resign)" -#: lib/poptQV.c:368 +#: lib/poptQV.c:374 msgid "verify package signature(s)" msgstr "verifiera paketsignatur(er)" -#: lib/poptQV.c:370 +#: lib/poptQV.c:376 msgid "import an armored public key" msgstr "importera en publik nyckel med skal" -#: lib/poptQV.c:372 +#: lib/poptQV.c:378 msgid "sign package(s) (identical to --addsign)" msgstr "signera paket (detsamma som --addsign)" -#: lib/poptQV.c:374 +#: lib/poptQV.c:380 msgid "generate signature" msgstr "generera signatur" -#: lib/psm.c:269 +#: lib/psm.c:268 msgid "source package expected, binary found\n" msgstr "källpaket förväntades, fann binärpaket\n" -#: lib/psm.c:394 +#: lib/psm.c:386 msgid "source package contains no .spec file\n" msgstr "källpaket innehĺller ingen .spec-fil\n" -#: lib/psm.c:480 +#: lib/psm.c:472 #, fuzzy, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "%s: waitpid(%d) rk %d status %x\n" # Avslutande %s blir sökvägen till ldconfig. Det är en körning av # programmet man hoppar över. Alltsĺ: överflödig körning. -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "%s: %s(%s-%s-%s) hoppar över överflödig \"%s\".\n" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "%s: %s(%s-%s-%s) start %ssynkront skript\n" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" -#: lib/psm.c:756 +#: lib/psm.c:751 #, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "%s(%s-%s-%s) skript misslyckades, waitpid(%d) rk %d: %s\n" -#: lib/psm.c:762 +#: lib/psm.c:757 #, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "%s(%s-%s-%s) skript misslyckades, slutstatus %d\n" -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "%s: %s har %d filer, test = %d\n" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "%s: %s-skript misslyckades (%d), hoppar över %s\n" -#: lib/psm.c:1439 +#: lib/psm.c:1432 msgid "Unable to reload signature header\n" msgstr "Kan inte läsa om signaturhuvud\n" -#: lib/psm.c:1485 -#, c-format -msgid "user %s does not exist - using root\n" -msgstr "användare %s finns inte - använder root\n" - -#: lib/psm.c:1494 -#, c-format -msgid "group %s does not exist - using root\n" -msgstr "grupp %s finns inte - använder root\n" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "uppackning av arkiv misslyckades%s%s: %s\n" -#: lib/psm.c:1547 +#: lib/psm.c:1511 msgid " on file " msgstr " vid fil " -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, c-format msgid "%s failed on file %s: %s\n" msgstr "%s misslyckades pĺ fil %s: %s\n" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, c-format msgid "%s failed: %s\n" msgstr "%s misslyckades: %s\n" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, c-format msgid "incorrect format: %s\n" msgstr "fel format: %s\n" @@ -2278,8 +2289,8 @@ msgstr "paketet har inte fil msgid "package has neither file owner or id lists\n" msgstr "paketet har varken filägare eller id-listor\n" -#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, c-format msgid "open of %s failed: %s\n" @@ -2294,7 +2305,7 @@ msgstr "fr msgid "old format source packages cannot be queried\n" msgstr "källpaket i gammalt format gĺr inte att frĺga om\n" -#: lib/query.c:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "%s: inte ett rpm-paket (eller paketspecifikation): %s\n" @@ -2363,16 +2374,16 @@ msgstr "paketpost nummer: %u\n" msgid "record %u could not be read\n" msgstr "post %u kunde inte läsas\n" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, c-format msgid "package %s is not installed\n" msgstr "paket %s är inte installerat\n" -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 msgid "(added files)" msgstr "(lade till filer)" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 msgid "(added provide)" msgstr "(lade till tillhandahĺllande)" @@ -2497,36 +2508,36 @@ msgstr " %s A %s\tB %s\n" msgid "package %s has unsatisfied %s: %s\n" msgstr "paket %s har ouppfyllda %s: %s\n" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "%s överhoppad pĺ grund av missingok-flagga\n" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 msgid "========== relocations\n" msgstr "========== omflyttningar\n" -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, c-format msgid "%5d exclude %s\n" msgstr "%5d utesluter %s\n" -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, c-format msgid "%5d relocate %s -> %s\n" msgstr "%5d flyttar om %s -> %s\n" -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, c-format msgid "excluding %s %s\n" msgstr "hoppar över %s %s\n" -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, c-format msgid "relocating %s to %s\n" msgstr "flyttar %s till %s\n" -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, c-format msgid "relocating directory %s to %s\n" msgstr "flyttar katalogen %s till %s\n" @@ -2555,87 +2566,87 @@ msgstr "Uppgraderar..." msgid "Upgrading packages..." msgstr "Uppgraderar paket..." -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, c-format msgid "Adding goal: %s\n" msgstr "Lägger till mĺl: %s\n" -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, 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:422 +#: lib/rpminstall.c:436 #, c-format msgid " ... as %s\n" msgstr " ... som %s\n" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "hoppar över %s - överföring misslyckades - %s\n" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, c-format msgid "%s cannot be installed\n" msgstr "%s kan inte installeras\n" -#: lib/rpminstall.c:523 -#, c-format -msgid "package %s is not relocateable\n" +#: lib/rpminstall.c:537 +#, fuzzy, c-format +msgid "package %s is not relocatable\n" msgstr "paket %s är inte relokerbart\n" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" msgstr "fel vid läsning frĺn fil %s\n" -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, 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:623 +#: lib/rpminstall.c:637 #, c-format msgid "found %d source and %d binary packages\n" msgstr "hittade %d käll- och %d binärpaket\n" -#: lib/rpminstall.c:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 msgid "Failed dependencies:\n" msgstr "Ouppfyllda beroenden:\n" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr " Föreslagna lösningar:\n" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 msgid "installing binary packages\n" msgstr "installerar binärpaket\n" -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, c-format msgid "cannot open file %s: %s\n" msgstr "kan inte öppna filen %s: %s\n" -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" anger flera paket\n" -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, c-format msgid "cannot open %s: %s\n" msgstr "kan inte öppna %s: %s\n" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, c-format msgid "Installing %s\n" msgstr "Installerar %s\n" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "Ĺterställer paket (+%d/-%d) till %-24.24s (0x%08x):\n" @@ -2702,8 +2713,8 @@ msgid "package %s is already installed" msgstr "paket %s är redan installerat" #: lib/rpmps.c:223 -#, c-format -msgid "path %s in package %s is not relocateable" +#, fuzzy, c-format +msgid "path %s in package %s is not relocatable" msgstr "sökväg %s i paket %s är inte relokerbar" #: lib/rpmps.c:228 @@ -2850,50 +2861,75 @@ msgstr "Kan inte l msgid "Unable to open %s for reading: %s.\n" msgstr "Kan inte öppna %s för läsning: %s.\n" -#: lib/rpmts.c:162 +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + +#: lib/rpmts.c:163 #, c-format msgid "cannot open Packages database in %s\n" msgstr "kan inte öppna paketdatabas i %s\n" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, fuzzy, c-format msgid "extra '(' in package label: %s\n" msgstr "felaktigt paketnummer: %s\n" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, fuzzy, c-format msgid "missing '(' in package label: %s\n" msgstr "\"(\" saknas i %s %s\n" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, fuzzy, c-format msgid "missing ')' in package label: %s\n" msgstr "felaktigt paketnummer: %s\n" -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, c-format msgid "cannot open Solve database in %s\n" msgstr "kan inte öppna Solve-databas i %s\n" -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, c-format msgid "Adding: %s\n" msgstr "Lägger till: %s\n" -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, c-format msgid "Suggesting: %s\n" msgstr "Föreslĺr %s\n" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 msgid "mounted filesystems:\n" msgstr "monterade filsystem:\n" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr " i enhet bstrl btillg itillg monteringspunkt\n" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "%5d 0x%04x %5u %12ld %12ld %s\n" @@ -3098,12 +3134,12 @@ msgstr "ber msgid "computing file dispositions\n" msgstr "beräknar filĺtgärder\n" -#: lib/verify.c:288 +#: lib/verify.c:319 #, c-format msgid "missing %c %s" msgstr "saknas %c %s" -#: lib/verify.c:397 +#: lib/verify.c:433 #, c-format msgid "Unsatisfied dependencies for %s: " msgstr "Ouppfyllda beroenden för %s: " @@ -3302,161 +3338,161 @@ msgstr "kan inte msgid "cannot open %s index\n" msgstr "kan inte öppna %s-indexet\n" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 msgid "no dbpath has been set\n" msgstr "ingen dbpath har satts\n" -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, 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\n" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 msgid "miFreeHeader: skipping" msgstr "miFreeHeader: hoppar över" -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "fel(%d) när post nr. %d sparades i %s\n" -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 msgid "rpmdbNextIterator: skipping" msgstr "rpmdbNextIterator: hoppar över" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "rpmdb: skadat huvud nr. %u hämtat -- hoppar över.\n" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "%s: kan inte läsa huvud vid 0x%x\n" -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "fel(%d) när huvudpost nr. %d för %s skulle tas bort\n" -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "tar bort \"%s\" frĺn %s-indexet.\n" -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, c-format msgid "removing %d entries from %s index.\n" msgstr "tar bort %d poster frĺn %s-indexet.\n" -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "fel(%d) när \"%s\"-poster frĺn %s-indexet sattes\n" -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "fel(%d) när post \"%s\" sparades i %s\n" -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "fel(%d) när post \"%s\" togs bort frĺn %s\n" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "fel(%d) vid allokering av ny paketinstans\n" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 msgid "rpmdbAdd: skipping" msgstr "rpmdbAdd: hoppar över" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "lägger till \"%s\" till %s-indexet.\n" -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, c-format msgid "adding %d entries to %s index.\n" msgstr "lägger till %d poster till %s-indexet.\n" -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "fel(%d) när post %s sparades i %s\n" -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "tar bort %s efter lyckad db3-ombyggnad.\n" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "ingen dbpath har satts" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, c-format msgid "rebuilding database %s into %s\n" msgstr "bygger om databas %s till %s\n" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, c-format msgid "temporary database %s already exists\n" msgstr "tillfällig databas %s existerar redan\n" -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, c-format msgid "creating directory %s\n" msgstr "skapar katalog %s\n" -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, c-format msgid "creating directory %s: %s\n" msgstr "skapar katalog %s: %s\n" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, c-format msgid "opening old database with dbapi %d\n" msgstr "öppnar gammal databas med dbapi %d\n" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, c-format msgid "opening new database with dbapi %d\n" msgstr "öppnar ny databas med dbapi %d\n" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "huvud nr. %u i databasen är felaktigt -- hoppar över.\n" -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, c-format msgid "cannot add record originally at %u\n" msgstr "kan inte lägga till post ursprungligen vid %u\n" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 msgid "failed to rebuild database: original database remains in place\n" msgstr "kunde inte bygga om databasen: orginaldatabasen finns kvar\n" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "kunde inte ersätta gammal databas med ny databas!\n" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, 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" -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, c-format msgid "removing directory %s\n" msgstr "tar bort katalog %s\n" -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "kunde inte ta bort katalogen %s: %s\n" @@ -3512,42 +3548,42 @@ msgstr "Makro %%%s har otill msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "Makro %%%s (%s) användes inte under nivĺ %d\n" -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "Okänd flagga %c i %s(%s)\n" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "Rekursionsdjup(%d) större än max(%d)\n" -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, c-format msgid "Unterminated %c: %s\n" msgstr "Oavslutad %c: %s\n" -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "Ett %% följs av ett makro som inte kan tolkas\n" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "Inget makro %%%.*s hittat, hoppar över\n" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 msgid "Target buffer overflow\n" msgstr "Mĺlbuffert översvämmad\n" #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, c-format msgid "File %s: %s\n" msgstr "Fil %s: %s\n" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, c-format msgid "File %s is smaller than %u bytes\n" msgstr "Filen %s är mindre än %u byte\n" diff --git a/po/tr.po b/po/tr.po index 3e9d79778..0ce0b2c29 100644 --- a/po/tr.po +++ b/po/tr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:11-0500\n" +"POT-Creation-Date: 2003-12-30 08:11-0500\n" "PO-Revision-Date: 2001-07-05 08:02+300\n" "Last-Translator: Nilgun Belma Buguner \n" "Language-Team: Turkish \n" @@ -21,44 +21,44 @@ msgstr "i msgid "Unable to open spec file %s: %s\n" msgstr "%s spec dosyasý açýlamadý: %s\n" -#: build.c:152 build.c:164 +#: build.c:150 build.c:162 #, c-format msgid "Failed to open tar pipe: %m\n" msgstr "tar veriyolu açýlamadý: %m\n" #. Give up -#: build.c:171 +#: build.c:169 #, c-format msgid "Failed to read spec file from %s\n" msgstr "%s paketinden spec dosyasý okunamadý\n" -#: build.c:199 +#: build.c:197 #, c-format msgid "Failed to rename %s to %s: %m\n" msgstr "%s %s olarak deđiţtirilemedi: %m\n" -#: build.c:239 +#: build.c:237 #, c-format msgid "failed to stat %s: %m\n" msgstr "%s durum bilgileri alýnamadý: %m\n" -#: build.c:244 +#: build.c:242 #, c-format msgid "File %s is not a regular file.\n" msgstr "%s bir normal bir dosya deđil.\n" -#: build.c:253 +#: build.c:251 #, c-format msgid "File %s does not appear to be a specfile.\n" msgstr "%s bir spec dosyasý gibi görünmüyor.\n" #. parse up the build operators -#: build.c:324 +#: build.c:322 #, c-format msgid "Building target platforms: %s\n" msgstr "Hedef platformlar derleniyor: %s\n" -#: build.c:339 +#: build.c:337 #, c-format msgid "Building for target %s\n" msgstr "%s için derleniyor\n" @@ -111,7 +111,7 @@ msgstr "T msgid "%s: %s\n" msgstr "dosya %s: %s\n" -#: rpmqv.c:129 lib/poptALL.c:114 +#: rpmqv.c:129 lib/poptALL.c:119 #, c-format msgid "RPM version %s\n" msgstr "RPM Sürüm %s\n" @@ -429,166 +429,166 @@ msgstr "&& ve || dizgelerde desteklenmez\n" msgid "syntax error in expression\n" msgstr "ifadede sözdizimi hatasý\n" -#: build/files.c:278 +#: build/files.c:280 #, c-format msgid "TIMECHECK failure: %s\n" msgstr "TIMECHECK baţarýsýz: %s\n" -#: build/files.c:343 build/files.c:543 build/files.c:739 +#: build/files.c:345 build/files.c:545 build/files.c:741 #, c-format msgid "Missing '(' in %s %s\n" msgstr "%s içinde '(' yok: %s\n" -#: build/files.c:354 build/files.c:673 build/files.c:750 +#: build/files.c:356 build/files.c:675 build/files.c:752 #, c-format msgid "Missing ')' in %s(%s\n" msgstr "%s içinde ')' yok: (%s\n" -#: build/files.c:392 build/files.c:698 +#: build/files.c:394 build/files.c:700 #, c-format msgid "Invalid %s token: %s\n" msgstr "Andaç %s geçersiz: %s\n" -#: build/files.c:502 +#: build/files.c:504 #, fuzzy, c-format msgid "Missing %s in %s %s\n" msgstr "%s içinde '(' yok: %s\n" -#: build/files.c:559 +#: build/files.c:561 #, c-format msgid "Non-white space follows %s(): %s\n" msgstr "%s() boţluksuz yazýlmýţ: %s\n" -#: build/files.c:597 +#: build/files.c:599 #, c-format msgid "Bad syntax: %s(%s)\n" msgstr "Sözdizimi hatasý: %s(%s)\n" -#: build/files.c:607 +#: build/files.c:609 #, c-format msgid "Bad mode spec: %s(%s)\n" msgstr "mode spec hatalý: %s(%s)\n" -#: build/files.c:619 +#: build/files.c:621 #, c-format msgid "Bad dirmode spec: %s(%s)\n" msgstr "dirmode spec hatalý: %s(%s)\n" -#: build/files.c:777 +#: build/files.c:779 #, c-format msgid "Unusual locale length: \"%.*s\" in %%lang(%s)\n" msgstr "yerel uzunluđu hatalý: \"%.*s\" (%%lang(%s))\n" #. @innercontinue@ -#: build/files.c:788 +#: build/files.c:790 #, c-format msgid "Duplicate locale %.*s in %%lang(%s)\n" msgstr "%.*s yereli %%lang(%s) içinde tekrarlanmýţ\n" -#: build/files.c:917 +#: build/files.c:919 #, c-format msgid "Hit limit for %%docdir\n" msgstr "%%docdir için hit sýnýrý\n" -#: build/files.c:925 +#: build/files.c:927 #, c-format msgid "Only one arg for %%docdir\n" msgstr "%%docdir için sadece tek argüman\n" #. We already got a file -- error -#: build/files.c:959 +#: build/files.c:961 #, c-format msgid "Two files on one line: %s\n" msgstr "Bir satýrda 2 dosya: %s\n" -#: build/files.c:976 +#: build/files.c:978 #, c-format msgid "File must begin with \"/\": %s\n" msgstr "Dosya \"/\" ile baţlamalý: %s\n" -#: build/files.c:989 +#: build/files.c:991 #, c-format msgid "Can't mix special %%doc with other forms: %s\n" msgstr "Özel %%doc ile diđer formlar karýţtýrýlamaz: %s\n" -#: build/files.c:1141 +#: build/files.c:1149 #, c-format msgid "File listed twice: %s\n" msgstr "Dosya iki kere gösterildi: %s\n" -#: build/files.c:1280 +#: build/files.c:1288 #, c-format msgid "Symlink points to BuildRoot: %s -> %s\n" msgstr "Sembolik bađ BuildRoot gösteriyor: %s -> %s\n" -#: build/files.c:1520 +#: build/files.c:1535 #, c-format msgid "File doesn't match prefix (%s): %s\n" msgstr "Dosya önek (%s) ile uyumsuz: %s\n" -#: build/files.c:1544 +#: build/files.c:1559 #, c-format msgid "File not found: %s\n" msgstr "Dosya bulunamadý: %s\n" -#: build/files.c:1752 +#: build/files.c:1767 #, fuzzy, c-format msgid "%s: public key read failed.\n" msgstr "%s: readLead baţarýsýz\n" -#: build/files.c:1756 lib/rpmchecksig.c:580 +#: build/files.c:1771 lib/rpmchecksig.c:580 #, c-format msgid "%s: not an armored public key.\n" msgstr "" -#: build/files.c:1804 +#: build/files.c:1819 #, c-format msgid "File needs leading \"/\": %s\n" msgstr "Dosya \"/\" ile içermeli: %s\n" -#: build/files.c:1828 +#: build/files.c:1843 #, fuzzy, c-format msgid "Glob not permitted: %s\n" msgstr "satýr %d: Dosya adý uygun deđil: %s\n" -#: build/files.c:1845 lib/rpminstall.c:347 +#: build/files.c:1860 lib/rpminstall.c:361 #, c-format msgid "File not found by glob: %s\n" msgstr "Dosya glob tarafýndan bulunamadý: %s\n" -#: build/files.c:1905 +#: build/files.c:1920 #, c-format msgid "Could not open %%files file %s: %s\n" msgstr "%%files dosya %s dosyasýnda açýlamadý: %s\n" -#: build/files.c:1916 build/pack.c:156 +#: build/files.c:1931 build/pack.c:156 #, c-format msgid "line: %s\n" msgstr "satýr: %s\n" -#: build/files.c:2307 +#: build/files.c:2323 #, c-format msgid "Bad file: %s: %s\n" msgstr "Dosya hatalý: %s: %s\n" -#: build/files.c:2319 build/parsePrep.c:50 +#: build/files.c:2335 build/parsePrep.c:50 #, c-format msgid "Bad owner/group: %s\n" msgstr "Kullanýcý/grup hatalý: %s\n" -#: build/files.c:2363 +#: build/files.c:2379 #, fuzzy, c-format msgid "Checking for unpackaged file(s): %s\n" msgstr "arţiv paketi açýlýrken baţarýsýz%s%s: %s\n" -#: build/files.c:2386 +#: build/files.c:2402 #, c-format msgid "" "Installed (but unpackaged) file(s) found:\n" "%s" msgstr "" -#: build/files.c:2414 +#: build/files.c:2430 #, c-format msgid "Processing files: %s-%s-%s\n" msgstr "Ýţlenen dosyalar: %s-%s-%s\n" @@ -731,7 +731,7 @@ msgstr "%s'den ba msgid "Could not open %s: %s\n" msgstr "%s açýlamadý: %s\n" -#: build/pack.c:632 lib/psm.c:1427 +#: build/pack.c:632 lib/psm.c:1420 #, c-format msgid "Unable to write package: %s\n" msgstr "paket yazýlamadý: %s\n" @@ -761,7 +761,7 @@ msgstr "%s'den payload okunamad msgid "Unable to write payload to %s: %s\n" msgstr "%s'e payload yazýlamadý: %s\n" -#: build/pack.c:725 lib/psm.c:1725 +#: build/pack.c:725 lib/psm.c:1689 #, c-format msgid "Wrote: %s\n" msgstr "Yazýldý: %s\n" @@ -1257,20 +1257,20 @@ msgstr "paket ba msgid "generate package header(s) compatible with (legacy) rpm[23] packaging" msgstr "paket baţlýklarýný (eski) rpm[23] paketleme ile uyumlu üretir" -#: build/poptBT.c:229 lib/poptALL.c:235 lib/poptI.c:254 lib/poptQV.c:329 -#: lib/poptQV.c:338 lib/poptQV.c:377 +#: build/poptBT.c:229 lib/poptALL.c:240 lib/poptI.c:261 lib/poptQV.c:335 +#: lib/poptQV.c:344 lib/poptQV.c:383 #, fuzzy msgid "don't verify package digest(s)" msgstr "paket bađýmlýlýklarý dođrulanmaz" -#: build/poptBT.c:231 lib/poptALL.c:237 lib/poptI.c:256 lib/poptQV.c:332 -#: lib/poptQV.c:340 lib/poptQV.c:380 +#: build/poptBT.c:231 lib/poptALL.c:242 lib/poptI.c:263 lib/poptQV.c:338 +#: lib/poptQV.c:346 lib/poptQV.c:386 #, fuzzy msgid "don't verify database header(s) when retrieved" msgstr "paket mimarisi denetlenmez" -#: build/poptBT.c:233 lib/poptALL.c:243 lib/poptI.c:258 lib/poptQV.c:335 -#: lib/poptQV.c:342 lib/poptQV.c:382 +#: build/poptBT.c:233 lib/poptALL.c:248 lib/poptI.c:265 lib/poptQV.c:341 +#: lib/poptQV.c:348 lib/poptQV.c:388 #, fuzzy msgid "don't verify package signature(s)" msgstr "paket imzasýný denetler" @@ -1341,31 +1341,31 @@ msgstr "Magic hatal msgid "Bad/unreadable header" msgstr "Hatalý/okunamayan baţlýk" -#: lib/cpio.c:232 +#: lib/cpio.c:233 msgid "Header size too big" msgstr "Baţlýk çok uzun" -#: lib/cpio.c:233 +#: lib/cpio.c:234 msgid "Unknown file type" msgstr "Bilinmeyen dosya türü" -#: lib/cpio.c:234 +#: lib/cpio.c:235 msgid "Missing hard link(s)" msgstr "Sabit bađ(lar) eksik" -#: lib/cpio.c:235 +#: lib/cpio.c:236 msgid "MD5 sum mismatch" msgstr "MD5 toplamý çeliţkili" -#: lib/cpio.c:236 +#: lib/cpio.c:237 msgid "Internal error" msgstr "Ýç hata" -#: lib/cpio.c:237 +#: lib/cpio.c:238 msgid "Archive file not in header" msgstr "" -#: lib/cpio.c:250 +#: lib/cpio.c:251 msgid " failed - " msgstr " baţarýsýz - " @@ -1504,47 +1504,57 @@ msgstr "Dosya %4d: %07o %s.%s\t %s\n" msgid "file %s is on an unknown device\n" msgstr "%s dosyasýnýn bulunduđu aygýt anlaţýlamadý\n" -#: lib/fsm.c:350 +#: lib/fsm.c:352 #, fuzzy msgid "========== Directories not explicitly included in package:\n" msgstr "========= Pakette bulunmayan dizinler:\n" -#: lib/fsm.c:352 +#: lib/fsm.c:354 #, fuzzy, c-format msgid "%10d %s\n" msgstr "%9d %s\n" -#: lib/fsm.c:1293 +#: lib/fsm.c:768 +#, c-format +msgid "user %s does not exist - using root\n" +msgstr "kullanýcý %s yok - root kullanýlacak\n" + +#: lib/fsm.c:776 +#, c-format +msgid "group %s does not exist - using root\n" +msgstr "grup %s yok - root kullanýlacak\n" + +#: lib/fsm.c:1334 #, c-format msgid "%s directory created with perms %04o.\n" msgstr "%s dizin %04o izinleriyle oluţturuldu.\n" -#: lib/fsm.c:1592 +#: lib/fsm.c:1633 #, c-format msgid "archive file %s was not found in header file list\n" msgstr "" -#: lib/fsm.c:1719 lib/fsm.c:1855 +#: lib/fsm.c:1760 lib/fsm.c:1896 #, c-format msgid "%s saved as %s\n" msgstr "%s %s olarak kaydedildi\n" -#: lib/fsm.c:1882 +#: lib/fsm.c:1923 #, c-format msgid "%s rmdir of %s failed: Directory not empty\n" msgstr "%s / %s dizin silinemedi - Dizin boţ deđil\n" -#: lib/fsm.c:1888 +#: lib/fsm.c:1929 #, c-format msgid "%s rmdir of %s failed: %s\n" msgstr "%s / %s dizinin silinmesi baţarýsýz: %s\n" -#: lib/fsm.c:1903 +#: lib/fsm.c:1944 #, c-format msgid "%s unlink of %s failed: %s\n" msgstr "%s / %s bađ kaldýrýlamadý: %s\n" -#: lib/fsm.c:1925 +#: lib/fsm.c:1966 #, c-format msgid "%s created as %s\n" msgstr "%s %s olarak oluţturuldu\n" @@ -1662,117 +1672,117 @@ msgstr "%s: readLead ba msgid "%s: Fread failed: %s\n" msgstr "%s: Fread baţarýsýz: %s\n" -#: lib/poptALL.c:222 +#: lib/poptALL.c:227 msgid "predefine MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:223 lib/poptALL.c:226 +#: lib/poptALL.c:228 lib/poptALL.c:231 msgid "'MACRO EXPR'" msgstr "" -#: lib/poptALL.c:225 +#: lib/poptALL.c:230 msgid "define MACRO with value EXPR" msgstr "" -#: lib/poptALL.c:228 +#: lib/poptALL.c:233 #, fuzzy msgid "print macro expansion of EXPR" msgstr "+ için makro açýlýmýný gösterir" -#: lib/poptALL.c:229 +#: lib/poptALL.c:234 msgid "'EXPR'" msgstr "" -#: lib/poptALL.c:231 lib/poptALL.c:250 lib/poptALL.c:254 +#: lib/poptALL.c:236 lib/poptALL.c:255 lib/poptALL.c:259 #, fuzzy msgid "read instead of default file(s)" msgstr "öntanýmlý makro dosyasý yerine okunur" -#: lib/poptALL.c:232 lib/poptALL.c:251 lib/poptALL.c:255 +#: lib/poptALL.c:237 lib/poptALL.c:256 lib/poptALL.c:260 msgid "" msgstr "" -#: lib/poptALL.c:240 lib/poptALL.c:274 +#: lib/poptALL.c:245 lib/poptALL.c:279 msgid "disable use of libio(3) API" msgstr "libio(3) API kullanýmýný iptal eder" -#: lib/poptALL.c:246 +#: lib/poptALL.c:251 #, fuzzy msgid "send stdout to CMD" msgstr "standart çýktýyý 'a gönderir" -#: lib/poptALL.c:247 +#: lib/poptALL.c:252 msgid "CMD" msgstr "" -#: lib/poptALL.c:258 +#: lib/poptALL.c:263 #, fuzzy msgid "use ROOT as top level directory" msgstr "Üst düzey dizin olarak kullanýlýr" -#: lib/poptALL.c:259 +#: lib/poptALL.c:264 msgid "ROOT" msgstr "" -#: lib/poptALL.c:262 +#: lib/poptALL.c:267 msgid "display known query tags" msgstr "tanýmlanmýţ sorgulama etiketlerini gösterir" -#: lib/poptALL.c:264 +#: lib/poptALL.c:269 msgid "display final rpmrc and macro configuration" msgstr "son rpmrc ve makro yapýlandýrmasýný gösterir" -#: lib/poptALL.c:266 +#: lib/poptALL.c:271 msgid "provide less detailed output" msgstr "daha az ayrýntýlý çýktý sađlar" -#: lib/poptALL.c:268 +#: lib/poptALL.c:273 msgid "provide more detailed output" msgstr "daha ayrýntýlý çýktý sađlar" -#: lib/poptALL.c:270 +#: lib/poptALL.c:275 msgid "print the version of rpm being used" msgstr "Kullanýlan RPM sürümünü verir" -#: lib/poptALL.c:283 +#: lib/poptALL.c:288 #, fuzzy msgid "debug payload file state machine" msgstr "hata ayýklama dosyasý durum motoru" -#: lib/poptALL.c:285 +#: lib/poptALL.c:290 #, fuzzy msgid "use threads for file state machine" msgstr "hata ayýklama dosyasý durum motoru" -#: lib/poptALL.c:287 +#: lib/poptALL.c:292 msgid "debug protocol data stream" msgstr "protokol veri akýţýnda hata kontrolu" -#: lib/poptALL.c:292 +#: lib/poptALL.c:297 #, fuzzy msgid "debug option/argument processing" msgstr "(%d) argümaný iţlenirken iç hata oluţtu :-(\n" -#: lib/poptALL.c:297 +#: lib/poptALL.c:302 #, fuzzy msgid "debug package state machine" msgstr "hata ayýklama dosyasý durum motoru" -#: lib/poptALL.c:299 +#: lib/poptALL.c:304 #, fuzzy msgid "use threads for package state machine" msgstr "hata ayýklama dosyasý durum motoru" -#: lib/poptALL.c:311 +#: lib/poptALL.c:316 msgid "debug rpmio I/O" msgstr "rpmio G/Ç hata kontrolu" -#: lib/poptALL.c:323 +#: lib/poptALL.c:330 msgid "debug URL cache handling" msgstr "URL arabellek kullanýmý hata kontrolu" #. @-nullpass@ -#: lib/poptALL.c:393 +#: lib/poptALL.c:400 #, c-format msgid "%s: option table misconfigured (%d)\n" msgstr "" @@ -1802,16 +1812,16 @@ msgstr "" msgid "malformed rollback time/date stamp argument" msgstr "tekrarlama zamaný bozuk" -#: lib/poptI.c:151 +#: lib/poptI.c:155 #, fuzzy msgid "add suggested packages to transaction" msgstr "gruptaki paketleri sorgular/denetler" -#: lib/poptI.c:155 +#: lib/poptI.c:159 msgid "install all files, even configurations which might otherwise be skipped" msgstr "yapýlandýrmalarda atlanmýţ bile olsa tüm dosyalarý kurar" -#: lib/poptI.c:159 +#: lib/poptI.c:163 msgid "" "remove all packages which match (normally an error is generated if " " specified multiple packages)" @@ -1819,151 +1829,157 @@ msgstr "" " ile eţlenen tüm paketleri kaldýrýr( ile çok sayýda paket " "belirtilmiţse normalde bir hata oluţur)" -#: lib/poptI.c:164 tools/rpmgraph.c:273 +#: lib/poptI.c:168 tools/rpmgraph.c:273 msgid "use anaconda \"presentation order\"" msgstr "" -#: lib/poptI.c:169 lib/poptI.c:238 +#: lib/poptI.c:173 lib/poptI.c:245 msgid "do not execute package scriptlet(s)" msgstr "paket betikleri çalýţtýrýlmaz" -#: lib/poptI.c:173 -msgid "relocate files in non-relocateable package" +#: lib/poptI.c:177 +#, fuzzy +msgid "relocate files in non-relocatable package" msgstr "yeniden konumlanamayan paketin dosyalarýný yeniden konumlandýrýr" -#: lib/poptI.c:176 +#: lib/poptI.c:180 msgid "save erased package files by renaming into sub-directory" msgstr "" "ismi deđiţtirilerek alt dizine kaydedilmek suretiyle silinen dosyalarý " "kaydeder" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "erase (uninstall) package" msgstr "paketi kaldýrýr" -#: lib/poptI.c:179 +#: lib/poptI.c:183 msgid "+" msgstr "+" -#: lib/poptI.c:182 lib/poptI.c:219 +#: lib/poptI.c:186 lib/poptI.c:223 #, fuzzy msgid "do not install configuration files" msgstr "tüm yapýlandýrma dosyalarýný listeler" -#: lib/poptI.c:185 lib/poptI.c:224 +#: lib/poptI.c:189 lib/poptI.c:228 msgid "do not install documentation" msgstr "belgeleri kurmaz" -#: lib/poptI.c:187 +#: lib/poptI.c:191 msgid "skip files with leading component " msgstr " ile baţlayan dosyalarý atlar " -#: lib/poptI.c:188 +#: lib/poptI.c:192 msgid "" msgstr "" -#: lib/poptI.c:191 +#: lib/poptI.c:195 msgid "short hand for --replacepkgs --replacefiles" msgstr "--replacepkgs --replacefiles için kýsaltma" -#: lib/poptI.c:195 +#: lib/poptI.c:199 msgid "upgrade package(s) if already installed" msgstr "paket(ler) kurulu ise paket(ler)i günceller" -#: lib/poptI.c:196 lib/poptI.c:212 lib/poptI.c:305 +#: lib/poptI.c:200 lib/poptI.c:216 lib/poptI.c:312 msgid "+" msgstr "+" -#: lib/poptI.c:198 +#: lib/poptI.c:202 msgid "print hash marks as package installs (good with -v)" msgstr "paketin kurulma sürecini gösteren imler basar (-v ile)" -#: lib/poptI.c:201 +#: lib/poptI.c:205 msgid "don't verify package architecture" msgstr "paket mimarisi denetlenmez" -#: lib/poptI.c:204 +#: lib/poptI.c:208 msgid "don't verify package operating system" msgstr "paketin ait olduđu iţletim sistemini dođrulamaz" -#: lib/poptI.c:207 +#: lib/poptI.c:211 msgid "don't check disk space before installing" msgstr "yüklemeden önce yeterli disk alaný kontrolu yapmaz" -#: lib/poptI.c:209 +#: lib/poptI.c:213 msgid "install documentation" msgstr "paket ile gelen belgeleri kurar" -#: lib/poptI.c:212 +#: lib/poptI.c:216 #, fuzzy msgid "install package(s)" msgstr "paketi kurar" -#: lib/poptI.c:215 +#: lib/poptI.c:219 msgid "update the database, but do not modify the filesystem" msgstr "veri tabanýný günceller, ama dosya sistemini deđiţtirmez" -#: lib/poptI.c:221 +#: lib/poptI.c:225 msgid "do not verify package dependencies" msgstr "paket bađýmlýlýklarýný denetlemez" -#: lib/poptI.c:227 lib/poptQV.c:275 lib/poptQV.c:278 +#: lib/poptI.c:231 lib/poptQV.c:279 lib/poptQV.c:282 msgid "don't verify MD5 digest of files" msgstr "dosyalarýn MD5 özümlemesi dođrulanmaz" -#: lib/poptI.c:230 +#: lib/poptI.c:233 +#, fuzzy +msgid "don't install file security contexts" +msgstr "tüm yapýlandýrma dosyalarýný listeler" + +#: lib/poptI.c:237 msgid "do not reorder package installation to satisfy dependencies" msgstr "paket kurulum sýrasýný bađýmlýlýklara göre düzenlemez" -#: lib/poptI.c:235 +#: lib/poptI.c:242 msgid "do not suggest missing dependency resolution(s)" msgstr "" -#: lib/poptI.c:242 +#: lib/poptI.c:249 #, c-format msgid "do not execute %%pre scriptlet (if any)" msgstr "%%pre betiđi (varsa) çalýţtýrýlmaz" -#: lib/poptI.c:245 +#: lib/poptI.c:252 #, c-format msgid "do not execute %%post scriptlet (if any)" msgstr "%%post betiđi (varsa) çalýţtýrýlmaz" -#: lib/poptI.c:248 +#: lib/poptI.c:255 #, c-format msgid "do not execute %%preun scriptlet (if any)" msgstr "%%preun betiđi (varsa) çalýţtýrýlmaz" -#: lib/poptI.c:251 +#: lib/poptI.c:258 #, c-format msgid "do not execute %%postun scriptlet (if any)" msgstr "%%postun betiđi (varsa) çalýţtýrýlmaz" -#: lib/poptI.c:261 +#: lib/poptI.c:268 msgid "do not execute any scriptlet(s) triggered by this package" msgstr "bu paket tarafýndan tetiklenen hiç bir betik çalýţtýrýlmaz" -#: lib/poptI.c:264 +#: lib/poptI.c:271 #, c-format msgid "do not execute any %%triggerprein scriptlet(s)" msgstr "hiçbir %%triggerprein betiđi çalýţtýrýlmaz" -#: lib/poptI.c:267 +#: lib/poptI.c:274 #, c-format msgid "do not execute any %%triggerin scriptlet(s)" msgstr "hiçbir %%triggerin betiđi çalýţtýrýlmaz." -#: lib/poptI.c:270 +#: lib/poptI.c:277 #, c-format msgid "do not execute any %%triggerun scriptlet(s)" msgstr "hiçbir %%triggerun betiđi çalýţtýrýlmaz." -#: lib/poptI.c:273 +#: lib/poptI.c:280 #, c-format msgid "do not execute any %%triggerpostun scriptlet(s)" msgstr "hiçbir %%triggerpostun betiđi çalýţtýrýlmaz." -#: lib/poptI.c:277 +#: lib/poptI.c:284 msgid "" "upgrade to an old version of the package (--force on upgrades does this " "automatically)" @@ -1971,53 +1987,53 @@ msgstr "" "paketin eski bir sürüme güncellenmesini sađlar (--force ayný iţi otomatik " "yapar)" -#: lib/poptI.c:281 +#: lib/poptI.c:288 msgid "print percentages as package installs" msgstr "kurulumun geliţimi yüzde olarak gösterilir" -#: lib/poptI.c:283 +#: lib/poptI.c:290 msgid "relocate the package to , if relocatable" msgstr "eđer deđitirilebiliyorsa paketin yerini 'e deđiţtirir" -#: lib/poptI.c:284 +#: lib/poptI.c:291 msgid "" msgstr "" -#: lib/poptI.c:286 +#: lib/poptI.c:293 msgid "relocate files from path to " msgstr "dosyalarý dizininden kaldýrýp dizinine yerleţtirir" -#: lib/poptI.c:287 +#: lib/poptI.c:294 msgid "=" msgstr "=" -#: lib/poptI.c:290 +#: lib/poptI.c:297 msgid "save erased package files by repackaging" msgstr "yeniden paketleme sýrasýnda silinen paket dosyalarýný kaydeder" -#: lib/poptI.c:293 +#: lib/poptI.c:300 msgid "install even if the package replaces installed files" msgstr "paket dosyalarý mevcut dosyalarla yer deđiţtirse bile paketi kurar" -#: lib/poptI.c:296 +#: lib/poptI.c:303 msgid "reinstall if the package is already present" msgstr "paketi yeniden kurar" -#: lib/poptI.c:298 +#: lib/poptI.c:305 #, fuzzy msgid "deinstall new, reinstall old, package(s), back to " msgstr "" "yeni paket(ler) kaldýrýlýr, geriye dönük eski paket(ler) yeniden kurulur" -#: lib/poptI.c:299 +#: lib/poptI.c:306 msgid "" msgstr "" -#: lib/poptI.c:301 +#: lib/poptI.c:308 msgid "don't install, but tell if it would work or not" msgstr "yükleme yapmaz, sadece çalýţýp çalýţmayacađýný belirtir" -#: lib/poptI.c:304 +#: lib/poptI.c:311 msgid "upgrade package(s)" msgstr "paket günceller" @@ -2096,202 +2112,197 @@ msgstr "bir ba msgid "query/verify the package(s) which provide a dependency" msgstr "bir bađýmlýlýđý sađlayan paketleri sorgular/denetler" -#: lib/poptQV.c:226 +#: lib/poptQV.c:230 msgid "list all configuration files" msgstr "tüm yapýlandýrma dosyalarýný listeler" -#: lib/poptQV.c:228 +#: lib/poptQV.c:232 msgid "list all documentation files" msgstr "tüm belgeleme dosyalarýný gösterir" -#: lib/poptQV.c:230 +#: lib/poptQV.c:234 msgid "dump basic file information" msgstr "temel dosya bilgilerini gösterir" -#: lib/poptQV.c:234 +#: lib/poptQV.c:238 msgid "list files in package" msgstr "paketteki dosyalarý gösterir" -#: lib/poptQV.c:239 +#: lib/poptQV.c:243 #, c-format msgid "skip %%ghost files" msgstr "%%ghost dosyalarý atlanýr" -#: lib/poptQV.c:243 +#: lib/poptQV.c:247 #, c-format msgid "skip %%license files" msgstr "%%license dosyalarý atlanýr" -#: lib/poptQV.c:246 +#: lib/poptQV.c:250 #, c-format msgid "skip %%readme files" msgstr "%%readme dosyalarý atlanýr" -#: lib/poptQV.c:252 +#: lib/poptQV.c:256 msgid "use the following query format" msgstr "izleyen sorgulama biçimini kullanýr" -#: lib/poptQV.c:254 +#: lib/poptQV.c:258 msgid "substitute i18n sections into spec file" msgstr "spec dosyasýndaki i18n bölümleri yerine kullanýlýr" -#: lib/poptQV.c:256 +#: lib/poptQV.c:260 msgid "display the states of the listed files" msgstr "listelenmiţ dosyalarýn durumunu gösterir" -#: lib/poptQV.c:282 +#: lib/poptQV.c:286 msgid "don't verify size of files" msgstr "dosyalarýn uzunluklarý dođrulanmaz" -#: lib/poptQV.c:285 +#: lib/poptQV.c:289 msgid "don't verify symlink path of files" msgstr "dosyalarýn sembolik bađ dosya yollarý dođrulanmaz" -#: lib/poptQV.c:288 +#: lib/poptQV.c:292 msgid "don't verify owner of files" msgstr "dosyalarýn sahipleri dođrulanmaz" -#: lib/poptQV.c:291 +#: lib/poptQV.c:295 msgid "don't verify group of files" msgstr "dosyalarýn gruplarý dođrulanmaz" -#: lib/poptQV.c:294 +#: lib/poptQV.c:298 msgid "don't verify modification time of files" msgstr "dosyalarýn deđiţiklik zamanlarý dođrulanmaz" -#: lib/poptQV.c:297 lib/poptQV.c:300 +#: lib/poptQV.c:301 lib/poptQV.c:304 msgid "don't verify mode of files" msgstr "dosyalarýn kipleri dođrulanmaz" -#: lib/poptQV.c:303 +#: lib/poptQV.c:307 +#, fuzzy +msgid "don't verify file security contexts" +msgstr "paketteki dosyalar dođrulanamaz" + +#: lib/poptQV.c:309 msgid "don't verify files in package" msgstr "paketteki dosyalar dođrulanamaz" -#: lib/poptQV.c:306 lib/poptQV.c:309 tools/rpmgraph.c:267 +#: lib/poptQV.c:312 lib/poptQV.c:315 tools/rpmgraph.c:267 msgid "don't verify package dependencies" msgstr "paket bađýmlýlýklarý dođrulanmaz" -#: lib/poptQV.c:314 lib/poptQV.c:318 lib/poptQV.c:321 lib/poptQV.c:324 +#: lib/poptQV.c:320 lib/poptQV.c:324 lib/poptQV.c:327 lib/poptQV.c:330 #, fuzzy msgid "don't execute verify script(s)" msgstr "(varsa) %verifyscript çalýţtýrýlmaz" -#: lib/poptQV.c:348 +#: lib/poptQV.c:354 #, fuzzy msgid "don't verify GPG V3 DSA signature(s)" msgstr "Baţlýk SHA1 özümlemesi dođrulanmaz" -#: lib/poptQV.c:351 +#: lib/poptQV.c:357 #, fuzzy msgid "don't verify PGP V3 RSA/MD5 signature(s)" msgstr "dosyalarýn MD5 özümlemesi dođrulanmaz" -#: lib/poptQV.c:366 +#: lib/poptQV.c:372 #, fuzzy msgid "sign package(s) (identical to --resign)" msgstr "paketi imzalar (mevcut imza kaldýrýlýr)" -#: lib/poptQV.c:368 +#: lib/poptQV.c:374 #, fuzzy msgid "verify package signature(s)" msgstr "paket imzasýný denetler" -#: lib/poptQV.c:370 +#: lib/poptQV.c:376 msgid "import an armored public key" msgstr "" -#: lib/poptQV.c:372 +#: lib/poptQV.c:378 #, fuzzy msgid "sign package(s) (identical to --addsign)" msgstr "paketi imzalar (mevcut imza kaldýrýlýr)" -#: lib/poptQV.c:374 +#: lib/poptQV.c:380 msgid "generate signature" msgstr "imza üretir" -#: lib/psm.c:269 +#: lib/psm.c:268 msgid "source package expected, binary found\n" msgstr "kaynak paketi gerekirken çalýţtýrýlabilir paketi bulundu\n" -#: lib/psm.c:394 +#: lib/psm.c:386 msgid "source package contains no .spec file\n" msgstr "kaynak paketi .spec dosyasý içermiyor\n" -#: lib/psm.c:480 +#: lib/psm.c:472 #, c-format msgid "%s: waitpid(%d) rc %d status %x secs %u.%03u\n" msgstr "" -#: lib/psm.c:562 +#: lib/psm.c:554 #, c-format msgid "%s: %s(%s-%s-%s) skipping redundant \"%s\".\n" msgstr "" -#: lib/psm.c:570 +#: lib/psm.c:562 #, c-format msgid "%s: %s(%s-%s-%s) %ssynchronous scriptlet start\n" msgstr "" -#: lib/psm.c:735 +#: lib/psm.c:730 #, c-format msgid "%s: %s(%s-%s-%s)\texecv(%s) pid %d\n" msgstr "" -#: lib/psm.c:756 +#: lib/psm.c:751 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, waitpid(%d) rc %d: %s\n" msgstr "%s: %s betiđi baţarýsýz (%d), %s-%s-%s atlanýyor\n" -#: lib/psm.c:762 +#: lib/psm.c:757 #, fuzzy, c-format msgid "%s(%s-%s-%s) scriptlet failed, exit status %d\n" msgstr "%s betiđinin %s-%s-%s'den icrasý baţarýsýz, çýkýţta durum %d\n" -#: lib/psm.c:1191 +#: lib/psm.c:1188 #, fuzzy, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "%s: %s-%s-%s %d dosya içeriyor, test = %d\n" -#: lib/psm.c:1330 +#: lib/psm.c:1323 #, fuzzy, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "%s: %s betiđi baţarýsýz (%d), %s-%s-%s atlanýyor\n" -#: lib/psm.c:1439 +#: lib/psm.c:1432 #, fuzzy msgid "Unable to reload signature header\n" msgstr "%s'den baţlýk okunamadý: %s\n" -#: lib/psm.c:1485 -#, c-format -msgid "user %s does not exist - using root\n" -msgstr "kullanýcý %s yok - root kullanýlacak\n" - -#: lib/psm.c:1494 -#, c-format -msgid "group %s does not exist - using root\n" -msgstr "grup %s yok - root kullanýlacak\n" - -#: lib/psm.c:1546 +#: lib/psm.c:1510 #, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "arţiv paketi açýlýrken baţarýsýz%s%s: %s\n" -#: lib/psm.c:1547 +#: lib/psm.c:1511 msgid " on file " msgstr " dosyada " -#: lib/psm.c:1733 +#: lib/psm.c:1697 #, fuzzy, c-format msgid "%s failed on file %s: %s\n" msgstr "%s açýlamadý: %s\n" -#: lib/psm.c:1736 +#: lib/psm.c:1700 #, fuzzy, c-format msgid "%s failed: %s\n" msgstr "%s baţarýsýz\n" -#: lib/query.c:118 lib/rpmts.c:565 +#: lib/query.c:118 lib/rpmts.c:566 #, c-format msgid "incorrect format: %s\n" msgstr "biçem yanlýţ: %s\n" @@ -2339,8 +2350,8 @@ msgstr "paket ne dosya sahibi ne de kimlik listesi i msgid "package has neither file owner or id lists\n" msgstr "paket ne dosya sahibi ne de kimlik listesi içeriyor\n" -#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:462 -#: lib/rpminstall.c:593 lib/rpminstall.c:1018 lib/rpmts.c:576 +#: lib/query.c:428 lib/query.c:475 lib/rpminstall.c:123 lib/rpminstall.c:476 +#: lib/rpminstall.c:607 lib/rpminstall.c:1032 lib/rpmts.c:577 #: tools/rpmgraph.c:120 tools/rpmgraph.c:157 #, c-format msgid "open of %s failed: %s\n" @@ -2355,7 +2366,7 @@ msgstr "%s 'nin sorgulamas msgid "old format source packages cannot be queried\n" msgstr "eski biçem kaynak paketleri sorgulanamaz\n" -#: lib/query.c:488 lib/rpminstall.c:608 +#: lib/query.c:488 lib/rpminstall.c:622 #, fuzzy, c-format msgid "%s: not an rpm package (or package manifest): %s\n" msgstr "%s tetikleyen paket yok\n" @@ -2424,17 +2435,17 @@ msgstr "paket kay msgid "record %u could not be read\n" msgstr "%u. kayýt okunamadý\n" -#: lib/query.c:766 lib/rpminstall.c:778 +#: lib/query.c:766 lib/rpminstall.c:792 #, c-format msgid "package %s is not installed\n" msgstr "%s paketi kurulu deđil\n" -#: lib/rpmal.c:692 +#: lib/rpmal.c:694 #, fuzzy msgid "(added files)" msgstr "db dosyasý %s hatalý\n" -#: lib/rpmal.c:770 +#: lib/rpmal.c:772 #, fuzzy msgid "(added provide)" msgstr "%s: %-45s EVET (önlem eklendi)\n" @@ -2560,36 +2571,36 @@ msgstr " %s A %s\tB %s\n" msgid "package %s has unsatisfied %s: %s\n" msgstr "paket %s-%s-%s gereksinimi tatmin edici deđil: %s\n" -#: lib/rpmfi.c:546 +#: lib/rpmfi.c:561 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "missingok flamasýndan dolayý %s atlandý\n" -#: lib/rpmfi.c:784 +#: lib/rpmfi.c:799 msgid "========== relocations\n" msgstr "========== yeniden konumlama\n" -#: lib/rpmfi.c:788 +#: lib/rpmfi.c:803 #, c-format msgid "%5d exclude %s\n" msgstr "%5d %s'i dýţlýyor\n" -#: lib/rpmfi.c:791 +#: lib/rpmfi.c:806 #, c-format msgid "%5d relocate %s -> %s\n" msgstr "%5d yeniden konumlandýrýlýyor: %s -> %s\n" -#: lib/rpmfi.c:919 +#: lib/rpmfi.c:934 #, c-format msgid "excluding %s %s\n" msgstr "%s %s dýţlanýyor\n" -#: lib/rpmfi.c:929 +#: lib/rpmfi.c:944 #, c-format msgid "relocating %s to %s\n" msgstr "%s %s'e konumlanýyor\n" -#: lib/rpmfi.c:1021 +#: lib/rpmfi.c:1036 #, c-format msgid "relocating directory %s to %s\n" msgstr "%s dizini %s de yeniden konumlanýyor\n" @@ -2621,88 +2632,88 @@ msgstr "Haz msgid "Upgrading packages..." msgstr "paket günceller" -#: lib/rpminstall.c:394 +#: lib/rpminstall.c:408 #, fuzzy, c-format msgid "Adding goal: %s\n" msgstr "%s aranýyor: (%s kullanarak)...\n" -#: lib/rpminstall.c:409 +#: lib/rpminstall.c:423 #, 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:422 +#: lib/rpminstall.c:436 #, c-format msgid " ... as %s\n" msgstr "... %s olarak\n" -#: lib/rpminstall.c:426 +#: lib/rpminstall.c:440 #, c-format msgid "skipping %s - transfer failed - %s\n" msgstr "%s atlanýyor - aktarým baţarýsýz - %s\n" -#: lib/rpminstall.c:481 lib/rpminstall.c:872 tools/rpmgraph.c:140 +#: lib/rpminstall.c:495 lib/rpminstall.c:886 tools/rpmgraph.c:140 #, c-format msgid "%s cannot be installed\n" msgstr "%s yüklenemedi\n" -#: lib/rpminstall.c:523 -#, c-format -msgid "package %s is not relocateable\n" +#: lib/rpminstall.c:537 +#, fuzzy, c-format +msgid "package %s is not relocatable\n" msgstr "%s paketi yeniden konumlandýrýlamaz\n" -#: lib/rpminstall.c:573 +#: lib/rpminstall.c:587 #, c-format msgid "error reading from file %s\n" msgstr "%s dosyasýndan okuma hatalý\n" -#: lib/rpminstall.c:579 +#: lib/rpminstall.c:593 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "%s dosyasý RPM'nin daha yeni bir sürümünü gerektiriyor\n" -#: lib/rpminstall.c:623 +#: lib/rpminstall.c:637 #, c-format msgid "found %d source and %d binary packages\n" msgstr "%d kaynak ve %d icra edilebilir paketi bulundu\n" -#: lib/rpminstall.c:637 lib/rpminstall.c:810 lib/rpminstall.c:1239 +#: lib/rpminstall.c:651 lib/rpminstall.c:824 lib/rpminstall.c:1253 #: tools/rpmgraph.c:195 #, fuzzy msgid "Failed dependencies:\n" msgstr "bađýmlýlýklarda hata; gerekli paketler:\n" -#: lib/rpminstall.c:644 tools/rpmgraph.c:201 +#: lib/rpminstall.c:658 tools/rpmgraph.c:201 msgid " Suggested resolutions:\n" msgstr "" -#: lib/rpminstall.c:674 +#: lib/rpminstall.c:688 msgid "installing binary packages\n" msgstr "icra edilebilir paketleri kuruluyor\n" -#: lib/rpminstall.c:698 +#: lib/rpminstall.c:712 #, c-format msgid "cannot open file %s: %s\n" msgstr "%s dosyasý açýlamadý: %s\n" -#: lib/rpminstall.c:787 +#: lib/rpminstall.c:801 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "\"%s\" birden fazla paketi tanýmlýyor\n" -#: lib/rpminstall.c:856 +#: lib/rpminstall.c:870 #, c-format msgid "cannot open %s: %s\n" msgstr "%s açýlamadý: %s\n" -#: lib/rpminstall.c:862 +#: lib/rpminstall.c:876 #, c-format msgid "Installing %s\n" msgstr "%s kuruluyor\n" -#: lib/rpminstall.c:1233 +#: lib/rpminstall.c:1247 #, c-format msgid "Rollback packages (+%d/-%d) to %-24.24s (0x%08x):\n" msgstr "" @@ -2769,8 +2780,8 @@ msgid "package %s is already installed" msgstr "%s zaten kurulu" #: lib/rpmps.c:223 -#, c-format -msgid "path %s in package %s is not relocateable" +#, fuzzy, c-format +msgid "path %s in package %s is not relocatable" msgstr "%s dosya yolu %s paketinde yeniden konumlandýrýlamaz" #: lib/rpmps.c:228 @@ -2918,51 +2929,76 @@ msgstr "%s okunam msgid "Unable to open %s for reading: %s.\n" msgstr "%s okuma eriţimi için açýlamadý: %s.\n" -#: lib/rpmts.c:162 +#: lib/rpmsx.c:343 +#, c-format +msgid "%s: no newline on line number %d (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:360 +#, c-format +msgid "%s: line number %d is missing fields (only read %s)\n" +msgstr "" + +#: lib/rpmsx.c:391 +#, c-format +msgid "%s: unable to compile regular expression %s on line number %d: %s\n" +msgstr "" + +#: lib/rpmsx.c:406 lib/rpmsx.c:421 +#, c-format +msgid "%s: invalid type specifier %s on line number %d\n" +msgstr "" + +#: lib/rpmsx.c:434 +#, c-format +msgid "%s: invalid context %s on line number %d\n" +msgstr "" + +#: lib/rpmts.c:163 #, c-format msgid "cannot open Packages database in %s\n" msgstr "%s de Paket veritabaný açýlamadý\n" -#: lib/rpmts.c:252 +#: lib/rpmts.c:253 #, fuzzy, c-format msgid "extra '(' in package label: %s\n" msgstr "geçersiz paket numarasý: %s\n" -#: lib/rpmts.c:270 +#: lib/rpmts.c:271 #, fuzzy, c-format msgid "missing '(' in package label: %s\n" msgstr "%s içinde '(' yok: %s\n" -#: lib/rpmts.c:278 +#: lib/rpmts.c:279 #, fuzzy, c-format msgid "missing ')' in package label: %s\n" msgstr "geçersiz paket numarasý: %s\n" -#: lib/rpmts.c:455 +#: lib/rpmts.c:456 #, fuzzy, c-format msgid "cannot open Solve database in %s\n" msgstr "%s dizininde rpm veritabaný açýlamýyor\n" -#: lib/rpmts.c:597 +#: lib/rpmts.c:598 #, fuzzy, c-format msgid "Adding: %s\n" msgstr "satýr: %s\n" -#: lib/rpmts.c:609 +#: lib/rpmts.c:610 #, fuzzy, c-format msgid "Suggesting: %s\n" msgstr "%s alýnýyor\n" -#: lib/rpmts.c:1077 +#: lib/rpmts.c:1097 #, fuzzy msgid "mounted filesystems:\n" msgstr "bađlý dosya sistemlerinin listesi alýnýyor\n" -#: lib/rpmts.c:1079 +#: lib/rpmts.c:1099 msgid " i dev bsize bavail iavail mount point\n" msgstr "" -#: lib/rpmts.c:1135 +#: lib/rpmts.c:1155 #, c-format msgid "%5d 0x%04x %5u %12ld %12ld %s\n" msgstr "" @@ -3169,12 +3205,12 @@ msgstr "" msgid "computing file dispositions\n" msgstr "" -#: lib/verify.c:288 +#: lib/verify.c:319 #, fuzzy, c-format msgid "missing %c %s" msgstr "eksik %s" -#: lib/verify.c:397 +#: lib/verify.c:433 #, fuzzy, c-format msgid "Unsatisfied dependencies for %s: " msgstr "%s-%s-%s için tatmin edici olmayan bađýmlýlýklar: " @@ -3372,164 +3408,164 @@ msgstr "%s indeksi db%d - %s (%d) kullanarak a msgid "cannot open %s index\n" msgstr "%s indeksi açýlamadý\n" -#: rpmdb/rpmdb.c:915 +#: rpmdb/rpmdb.c:917 msgid "no dbpath has been set\n" msgstr "belirtilmiţ bir dbpath deđeri yok\n" -#: rpmdb/rpmdb.c:1193 rpmdb/rpmdb.c:1322 rpmdb/rpmdb.c:1373 rpmdb/rpmdb.c:2316 -#: rpmdb/rpmdb.c:2432 rpmdb/rpmdb.c:3161 +#: rpmdb/rpmdb.c:1195 rpmdb/rpmdb.c:1324 rpmdb/rpmdb.c:1375 rpmdb/rpmdb.c:2322 +#: rpmdb/rpmdb.c:2438 rpmdb/rpmdb.c:3167 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "hata(%d): \"%s\" kayýt %s indeksinden alýnýyor\n" -#: rpmdb/rpmdb.c:1567 +#: rpmdb/rpmdb.c:1569 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1577 +#: rpmdb/rpmdb.c:1579 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "hata(%d): %s kayýt %s içine yazýlýyor\n" -#: rpmdb/rpmdb.c:2209 +#: rpmdb/rpmdb.c:2212 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2236 +#: rpmdb/rpmdb.c:2242 #, fuzzy, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "rpmdb: bozuk baţlýk örneđi #%u alýndý, atlanýyor.\n" -#: rpmdb/rpmdb.c:2520 +#: rpmdb/rpmdb.c:2526 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "%s: 0x%x de baţlýk okunamadý\n" -#: rpmdb/rpmdb.c:2583 +#: rpmdb/rpmdb.c:2589 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "hata(%d): \"%s\" kayýt %s indeksinden alýnýyor\n" -#: rpmdb/rpmdb.c:2698 +#: rpmdb/rpmdb.c:2704 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "\"%s\" %s indeksinden siliniyor.\n" -#: rpmdb/rpmdb.c:2702 +#: rpmdb/rpmdb.c:2708 #, c-format msgid "removing %d entries from %s index.\n" msgstr "%d girdi %s indeksinden siliniyor.\n" -#: rpmdb/rpmdb.c:2730 +#: rpmdb/rpmdb.c:2736 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "hata(%d): \"%s\" kayýt %s indeksinden alýnýyor\n" -#: rpmdb/rpmdb.c:2751 +#: rpmdb/rpmdb.c:2757 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "hata(%d): %s kayýt %s içine yazýlýyor\n" -#: rpmdb/rpmdb.c:2761 +#: rpmdb/rpmdb.c:2767 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "hata(%d) %s kaydýn %s dosyasýndan silinmesi\n" -#: rpmdb/rpmdb.c:2910 +#: rpmdb/rpmdb.c:2916 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "yeni paket örneđini tutma hatasý(%d)\n" -#: rpmdb/rpmdb.c:2964 +#: rpmdb/rpmdb.c:2970 #, fuzzy msgid "rpmdbAdd: skipping" msgstr "rpmdb: bozuk baţlýk örneđi #%u alýndý, atlanýyor.\n" -#: rpmdb/rpmdb.c:3136 +#: rpmdb/rpmdb.c:3142 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "\"%s\" %s indeksine ekleniyor.\n" -#: rpmdb/rpmdb.c:3140 +#: rpmdb/rpmdb.c:3146 #, c-format msgid "adding %d entries to %s index.\n" msgstr "%d girdi %s indeksine ekleniyor.\n" -#: rpmdb/rpmdb.c:3180 +#: rpmdb/rpmdb.c:3186 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "hata(%d): %s kayýt %s içine yazýlýyor\n" -#: rpmdb/rpmdb.c:3581 +#: rpmdb/rpmdb.c:3587 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "baţarýlý db3 yeniden oluţturma ertesinde %s kaldýrýlýyor\n" -#: rpmdb/rpmdb.c:3619 +#: rpmdb/rpmdb.c:3625 msgid "no dbpath has been set" msgstr "belirtilmiţ bir dbpath yok" -#: rpmdb/rpmdb.c:3651 +#: rpmdb/rpmdb.c:3657 #, c-format msgid "rebuilding database %s into %s\n" msgstr "%s veritabaný %s içinde yeniden oluţturuluyor\n" -#: rpmdb/rpmdb.c:3655 +#: rpmdb/rpmdb.c:3661 #, c-format msgid "temporary database %s already exists\n" msgstr "geçici veritabaný %s zaten mevcut\n" -#: rpmdb/rpmdb.c:3661 +#: rpmdb/rpmdb.c:3667 #, c-format msgid "creating directory %s\n" msgstr "%s dizini oluţturuluyor\n" -#: rpmdb/rpmdb.c:3663 +#: rpmdb/rpmdb.c:3669 #, c-format msgid "creating directory %s: %s\n" msgstr "%s dizini oluţturuluyor: %s\n" -#: rpmdb/rpmdb.c:3670 +#: rpmdb/rpmdb.c:3676 #, c-format msgid "opening old database with dbapi %d\n" msgstr "eski veritabaný dbapi %d ile açýlýyor\n" -#: rpmdb/rpmdb.c:3683 +#: rpmdb/rpmdb.c:3689 #, c-format msgid "opening new database with dbapi %d\n" msgstr "yeni veritabaný dbapi %d ile açýlýyor\n" -#: rpmdb/rpmdb.c:3712 +#: rpmdb/rpmdb.c:3718 #, fuzzy, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "veritabanýndaki %u. kayýt hatalý -- atlanýyor\n" -#: rpmdb/rpmdb.c:3752 +#: rpmdb/rpmdb.c:3758 #, c-format msgid "cannot add record originally at %u\n" msgstr "kayýt özgün olarak %u e eklenemedi\n" -#: rpmdb/rpmdb.c:3766 +#: rpmdb/rpmdb.c:3772 msgid "failed to rebuild database: original database remains in place\n" msgstr "" "veritabaný yeniden oluţturulamadý: mevcut veritabaný deđiţmeden\n" "yerinde býrakýldý\n" -#: rpmdb/rpmdb.c:3774 +#: rpmdb/rpmdb.c:3780 msgid "failed to replace old database with new database!\n" msgstr "eski veritabanýnýn yenisiyle deđiţtirilirmesi baţarýsýz!\n" -#: rpmdb/rpmdb.c:3776 +#: rpmdb/rpmdb.c:3782 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "kurtarmak için %s içindeki dosyalar %s deki dosyalarla deđiţtiriliyor" -#: rpmdb/rpmdb.c:3786 +#: rpmdb/rpmdb.c:3792 #, c-format msgid "removing directory %s\n" msgstr "%s dizini siliniyor\n" -#: rpmdb/rpmdb.c:3788 +#: rpmdb/rpmdb.c:3794 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "%s dizininin silinmesi baţarýsýz: %s\n" @@ -3585,42 +3621,42 @@ msgstr "%%%s makrosunun ismi kurald msgid "Macro %%%s (%s) was not used below level %d\n" msgstr "%%%s (%s) makrosu %d seviyenin altýnda kullanýlmadý\n" -#: rpmio/macro.c:982 +#: rpmio/macro.c:984 #, c-format msgid "Unknown option %c in %s(%s)\n" msgstr "%c seçeneđi %s(%s) de anlaţýlamadý\n" -#: rpmio/macro.c:1182 +#: rpmio/macro.c:1184 #, c-format msgid "Recursion depth(%d) greater than max(%d)\n" msgstr "Yineleme derinliđi(%d) mümkün miktardan(%d) büyük\n" -#: rpmio/macro.c:1252 rpmio/macro.c:1269 +#: rpmio/macro.c:1255 rpmio/macro.c:1272 #, c-format msgid "Unterminated %c: %s\n" msgstr "%c sonlandýrýlmamýţ: %s\n" -#: rpmio/macro.c:1310 +#: rpmio/macro.c:1313 #, c-format msgid "A %% is followed by an unparseable macro\n" msgstr "Bir ayrýţtýrýlamayan makro tarafýndan bir %% izlendi\n" -#: rpmio/macro.c:1439 +#: rpmio/macro.c:1442 #, c-format msgid "Macro %%%.*s not found, skipping\n" msgstr "%%%.*s makrosu bulunamadý, atlanýyor\n" -#: rpmio/macro.c:1510 +#: rpmio/macro.c:1513 msgid "Target buffer overflow\n" msgstr "Hedef tampon bellek taţtý\n" #. XXX Fstrerror -#: rpmio/macro.c:1705 rpmio/macro.c:1711 +#: rpmio/macro.c:1708 rpmio/macro.c:1714 #, c-format msgid "File %s: %s\n" msgstr "%s dosyasý: %s\n" -#: rpmio/macro.c:1714 +#: rpmio/macro.c:1717 #, c-format msgid "File %s is smaller than %u bytes\n" msgstr "%s dosyasý %u bayttan küçük\n" diff --git a/popt/po/cs.po b/popt/po/cs.po index b5f4d1fb9..71ed3653d 100644 --- a/popt/po/cs.po +++ b/popt/po/cs.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: 2001-07-24 00:03+0100\n" "Last-Translator: Milan Kerslager \n" "Language-Team: Czech \n" @@ -14,99 +14,99 @@ msgstr "" msgid "unknown errno" msgstr "neznámé číslo chyby" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "volba (%d) není v popt implementována\n" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "chybí argument" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "neznámá volba" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "požadovány vzájemně výlučné logické operace" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "opt->arg nesmí být NULL" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "aliasy vnořené příliš hluboko" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "chyba v quotování parametrů" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "chybná numerická hodnota" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "číslo je příliš velké nebo příliš malé" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "selhala alokace paměti" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "neznámá chyba" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "Vypíše tuto nápovědu" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "Vypíše krátký návod k použití" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 msgid "Display option defaults in message" msgstr "Zobrazit implicitní volby ve zprávě" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "NONE" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "VAL" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "INT" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "LONG" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "STRING" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "ARG" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "Použití:" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "[VOLBY...]" diff --git a/popt/po/da.po b/popt/po/da.po index f0f90237b..79182cfb1 100644 --- a/popt/po/da.po +++ b/popt/po/da.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: Sun Jan 21 2001 04:30:32+0200\n" "Last-Translator: Martin Hansen \n" "Language-Team: Dansk \n" @@ -15,100 +15,100 @@ msgstr "" msgid "unknown errno" msgstr "ukendt fejlnr." -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "tilvalgstype (%d) er ikke implementeret i popt\n" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "mangler argument" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "ukendt tilvalg" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "de řnskede handlinger udelukker hinanden" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "aliaser er for dybt indlejret" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "fejl i parameter citering" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "ugyldig numerisk vćrdi" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "nummer for stort, eller for lille" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "ukendt fejl" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "Vis denne hjćlpemeddelelse" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "Vis kortfattet brugsanvisning" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 #, fuzzy msgid "Display option defaults in message" msgstr "Vis kortfattet brugsanvisning" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "INGEN" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "VAL" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "INT" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "LONG" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "STRING" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "ARG" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "Brug:" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "[TILVALG...]" diff --git a/popt/po/de.po b/popt/po/de.po index 7cce06ea2..44701c9c6 100644 --- a/popt/po/de.po +++ b/popt/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,99 +19,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 msgid "Display option defaults in message" msgstr "" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/es.po b/popt/po/es.po index 09c65c67e..ed248cffa 100644 --- a/popt/po/es.po +++ b/popt/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Leandro Lucarella \n" "Language-Team: LANGUAGE \n" @@ -19,100 +19,100 @@ msgstr "" msgid "unknown errno" msgstr "errno desconocido" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "tipo de opcin (%d) no implementada en popt\n" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "falta argumento" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "opcin desconocida" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "requerida operacin lgica mutuamente exclusiva" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "alias anidados muy profundamente" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "error en cita de parmetros" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "valor numrico invlido" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "nmero muy largo o muy pequeo" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "error desconocido" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "Muestra este mensaje de ayuda" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "Indica el modo de uso resumido" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 #, fuzzy msgid "Display option defaults in message" msgstr "Indica el modo de uso resumido" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "NONE" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "VAL" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "INT" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "LONG" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "STRING" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "ARG" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "Modo de Uso:" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "[OPCIN...]" diff --git a/popt/po/eu_ES.po b/popt/po/eu_ES.po index 7cce06ea2..44701c9c6 100644 --- a/popt/po/eu_ES.po +++ b/popt/po/eu_ES.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,99 +19,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 msgid "Display option defaults in message" msgstr "" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/fi.po b/popt/po/fi.po index 7cce06ea2..44701c9c6 100644 --- a/popt/po/fi.po +++ b/popt/po/fi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,99 +19,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 msgid "Display option defaults in message" msgstr "" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/fr.po b/popt/po/fr.po index 21bcfe300..f543cdc7f 100644 --- a/popt/po/fr.po +++ b/popt/po/fr.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.8.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: 2003-06-22 23:43+0200\n" "Last-Translator: RPM French Translation \n" "Language-Team: RPM French Translation \n" @@ -24,99 +24,99 @@ msgstr "" msgid "unknown errno" msgstr "errno inconnu" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "type(%d) d'option non implĂŠmentĂŠ dans popt\n" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "argument manquant" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "option iconnue" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "opĂŠrations logiques mutuellement exclusives requises" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "opt->arg ne devrait pas ĂŞtre NULL" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "les alias sont trop entremellĂŠs" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "erreur en citant les paramètres" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "valeur numĂŠrique invalide" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "nombre trop grand ou trop petit" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "ĂŠchec de l'allocation de mĂŠmoire" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "erreur inconnue" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "Montre ce message d'aide" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "Affiche un bref descriptif de l'utilisation" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 msgid "Display option defaults in message" msgstr "Afficher les valeurs par dĂŠfaut des options dans le message" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "RIEN" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "VAL" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "ENTIER" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "LONG" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "CHAINE" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "FLOTTANT" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "ARG" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "Utilisation:" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "[OPTION...]" diff --git a/popt/po/gl.po b/popt/po/gl.po index f9bbca2c3..cadd96ac0 100644 --- a/popt/po/gl.po +++ b/popt/po/gl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: 2001-01-17 01:01+0100\n" "Last-Translator: Jesús Bravo Álvarez \n" "Language-Team: Galician \n" @@ -14,100 +14,100 @@ msgstr "" msgid "unknown errno" msgstr "errno descońecido" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "tipo de opción (%d) non implementada en popt\n" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "falta un argumento" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "opción descońecida" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "solicitáronse operacións lóxicas mutuamente excluíntes" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "aliases anińados a un nivel demasiado profundo" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "erro nas comińas do parámetro" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "valor numérico non válido" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "número demasiado grande ou pequeno" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "erro descońecido" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "Amosar esta mensaxe de axuda" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "Amosar brevemente o xeito de utilización" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 #, fuzzy msgid "Display option defaults in message" msgstr "Amosar brevemente o xeito de utilización" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "NADA" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "VAL" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "INT" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "LONG" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "CADEA" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "ARG" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "Uso:" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "[OPCIÓN...]" diff --git a/popt/po/hu.po b/popt/po/hu.po index 08f15d586..cb75f464a 100644 --- a/popt/po/hu.po +++ b/popt/po/hu.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: 2000-08-03 23:26+0200\n" "Last-Translator: László Németh \n" "Language-Team: Hungarian\n" @@ -14,100 +14,100 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "E súgó megjelenítése" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "Rövid használati utasítás megjelenítése" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 #, fuzzy msgid "Display option defaults in message" msgstr "Rövid használati utasítás megjelenítése" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/id.po b/popt/po/id.po index 7cce06ea2..44701c9c6 100644 --- a/popt/po/id.po +++ b/popt/po/id.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,99 +19,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 msgid "Display option defaults in message" msgstr "" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/is.po b/popt/po/is.po index f68db483f..ea00ac1f4 100644 --- a/popt/po/is.po +++ b/popt/po/is.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: 2001-06-08 01:35+0000\n" "Last-Translator: Richard Allen \n" "Language-Team: is \n" @@ -14,99 +14,99 @@ msgstr "" msgid "unknown errno" msgstr "óţekkt villunúmer" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "rofagerđin (%d) er ekki studd í popt\n" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "vantar viđfang" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "óţekktur rofi" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "beđiđ um rofa sem slökkva hvor á öđrum" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "opt->arg ćtti ekki ađ vera NULL" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "alíasar of flóknir" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "villa í viđföngum (gćsalappir og svo frv.)" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "ógilt tölulegt gildi" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "talan of stór eđa smá" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "ekki tókst ađ taka frá minni" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "óţekkt villa" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "Sýna ţessa hjálp" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "Sýna stuttar notkunarleiđbeiningar" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 msgid "Display option defaults in message" msgstr "Sýna sjálfgefin gildi rofa í skilabođum" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "ENGIN" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "VAL" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "INT" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "LONG" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "STRING" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "ARG" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "Notkun:" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "[ROFI...]" diff --git a/popt/po/it.po b/popt/po/it.po index 7cce06ea2..44701c9c6 100644 --- a/popt/po/it.po +++ b/popt/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,99 +19,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 msgid "Display option defaults in message" msgstr "" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/ja.po b/popt/po/ja.po index 7cce06ea2..44701c9c6 100644 --- a/popt/po/ja.po +++ b/popt/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,99 +19,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 msgid "Display option defaults in message" msgstr "" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/ko.po b/popt/po/ko.po index c3b64a2df..98517b742 100644 --- a/popt/po/ko.po +++ b/popt/po/ko.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: 2001-09-06 20:06+0900\n" "Last-Translator: Jong-Hoon Ryu \n" "Language-Team: GNU Translation project \n" @@ -14,99 +14,99 @@ msgstr "" msgid "unknown errno" msgstr "žË źö žř´Â żŔˇůÄÚľĺ(errno) ŔÔ´Ď´Ů" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "żÉźÇ ŔŻÇü (%d)Ŕş poptżĄź­ ťçżëÇŇ źö žř˝Ŕ´Ď´Ů\n" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "ŔÎźö°Ą ÁöÁ¤ľÇÁö žĘžŇ˝Ŕ´Ď´Ů" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "žË źö žř´Â żÉźÇŔÔ´Ď´Ů" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "žçÂĘżĄ ščŸŔű łí¸Ž żŹťęŔĚ ÁöÁ¤ľÇžú˝Ŕ´Ď´Ů" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "żÉźÇ->ŔÎźö°Ą NULLŔĚ ľÇžîź­´Â žČľË´Ď´Ů" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "ş°ÄŞ(alias)ŔĚ şšŔâÇĎ°Ô źłÁ¤ľÇžú˝Ŕ´Ď´Ů" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "¸Ĺ°łşŻźöżĄ żŔˇů°Ą ŔÖ˝Ŕ´Ď´Ů" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "Ŕ߸řľČ źöÄĄ °ŞŔÔ´Ď´Ů" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "źýŔÚ°Ą łĘšŤ ĹŠ°ĹłŞ łĘšŤ Ŕű˝Ŕ´Ď´Ů" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "¸Ţ¸đ¸Ž ÇҴ翥 ˝ÇĆĐÇß˝Ŕ´Ď´Ů" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "žË źö žř´Â żŔˇůŔÔ´Ď´Ů" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "ŔĚ ľľżň¸ťŔť ş¸żŠÁÝ´Ď´Ů" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "°Ł´ÜÇŃ ťçżëšýŔť ş¸żŠÁÝ´Ď´Ů" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 msgid "Display option defaults in message" msgstr "ąâşťŔűŔÎ żÉźÇŔť ş¸żŠÁÝ´Ď´Ů" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "žřŔ˝(NONE)" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "°Ş(VAL)" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "Á¤źö(INT)" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "Á¤źö(LONG)" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "šŽŔÚż­(STRING)" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "źŇźö(FLOAT)" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "źŇźö(DOUBLE)" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "ŔÎźö(ARG)" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "ťçżëšý:" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "[żÉźÇ...]" diff --git a/popt/po/no.po b/popt/po/no.po index 4773d64c4..3e855daf7 100644 --- a/popt/po/no.po +++ b/popt/po/no.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: 2001-06-27 11:05+0200\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian \n" @@ -14,99 +14,99 @@ msgstr "" msgid "unknown errno" msgstr "ukjent errno" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "flaggtype (%d) ikke implementert i popt\n" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "manglende argument" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "ukjent flagg" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "gjensidig eksluderende logiske operasjoner forespurt" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "opt->arg mĺ ikke vćre NULL" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "aliaser med for dype lřkker" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "feil i parametersitering" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "ugyldig numerisk verdi" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "tallet er for stort eller lite" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "minneallokering feilet" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "ukjent feil" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "Vis denne hjelpmeldingen" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "Vis kort bruksmelding" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 msgid "Display option defaults in message" msgstr "Vis forvalgte flagg i melding" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "INGEN" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "VERDI" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "HELTALL" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "LONG" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "STRENG" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "FLYTTALL" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "ARG" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "Bruk:" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "[FLAGG...]" diff --git a/popt/po/pl.po b/popt/po/pl.po index ef4ca4e9d..30a8767d9 100644 --- a/popt/po/pl.po +++ b/popt/po/pl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.9-20030515\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: 2003-06-08 20:32+0200\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" @@ -18,100 +18,100 @@ msgstr "" msgid "unknown errno" msgstr "nieznane errno" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "rodzaj opcji (%d) nie zaimplementowany w popt\n" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "brak parametru" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "nieznana opcja" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "żądanie wykluczających się operacji" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "opt->arg nie może być NULL" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "zbyt duże zagłębienie aliasów" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "błąd w cytowaniu parametru" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "błędna wartość liczbowa" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "liczba zbyt duża lub zbyt mała" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "błąd alokacji pamięci" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "nieznany błąd" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "Pokaż tę pomoc" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "Wyświetl skrócony sposób użycia" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 msgid "Display option defaults in message" msgstr "Wyświetl domyślne opcje w opisie" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "BRAK" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "WART" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "INT" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "LONG" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "ŁAŃCUCH" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "PARAM" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "Składnia:" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "[OPCJA...]" diff --git a/popt/po/popt.pot b/popt/po/popt.pot index 176e818d5..f75465a05 100644 --- a/popt/po/popt.pot +++ b/popt/po/popt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -20,99 +20,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 msgid "Display option defaults in message" msgstr "" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/pt.po b/popt/po/pt.po index 458e64897..341f4c264 100644 --- a/popt/po/pt.po +++ b/popt/po/pt.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: 2002-02-13 18:32+0000\n" "Last-Translator: Pedro Morais \n" "Language-Team: pt \n" @@ -14,99 +14,99 @@ msgstr "" msgid "unknown errno" msgstr "errno desconhecido" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "tipo de opçăo (%d) năo implementado no popt\n" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "falta um argumento" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "opçăo desconhecida" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "foram pedidas operaçőes lógicas mutuamente exclusivas" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "opt->arg năo deve ser NULL" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "'aliases' demasiado aninhados" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "erros no 'quoting' de parâmetros" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "valor númerico inválido" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "número demasiado grando ou pequeno" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "alocaçăo de memória falhou" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "erro desconhecido" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "Mostrar esta mensagem de ajuda" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "Mostrar uma mensagem de utilizaçăo sucinta" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 msgid "Display option defaults in message" msgstr "Mostrar valor por omissăo das opçőes na mensagem" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "NONE" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "VAL" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "INT" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "LONG" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "STRING" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "ARG" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "Utilizaçăo:" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "[OPÇĂO...]" diff --git a/popt/po/pt_BR.po b/popt/po/pt_BR.po index 7cce06ea2..44701c9c6 100644 --- a/popt/po/pt_BR.po +++ b/popt/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,99 +19,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 msgid "Display option defaults in message" msgstr "" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/ro.po b/popt/po/ro.po index 4c68c56f7..a285571e1 100644 --- a/popt/po/ro.po +++ b/popt/po/ro.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: 2000-06-14 23:23+EST\n" "Last-Translator: Cristian Gafton \n" "Language-Team: Romanian \n" @@ -14,101 +14,101 @@ msgstr "" msgid "unknown errno" msgstr "eroare necunoscuta" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "optiunea de tipul (%d) nu este implementata in popt\n" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "argument lipsa" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "optiune necunoscuta" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "recursivitate infinita la optiunile sinonime" -#: popt.c:1174 +#: popt.c:1194 #, fuzzy msgid "error in parameter quoting" msgstr "eroare la insertie parametru" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "valoare numarica invalida" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "numar prea mare sau prea mic" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "eroare necuinoscuta" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "Afisare mesaj de help" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "Afisare mesaj sintaxa sumar" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 #, fuzzy msgid "Display option defaults in message" msgstr "Afisare mesaj sintaxa sumar" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "Sintaxa:" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "[OPTIUNE...]" diff --git a/popt/po/ru.po b/popt/po/ru.po index c6ff1ccff..8c6893d27 100644 --- a/popt/po/ru.po +++ b/popt/po/ru.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: 2001-07-05 21:00-0500\n" "Last-Translator: Eugene Kanter \n" "Language-Team: Black Cat Linux Team \n" @@ -14,99 +14,99 @@ msgstr "" msgid "unknown errno" msgstr "ÎĹÉÚ×ĹÓÔÎŮĘ ÎĎÍĹŇ ĎŰÉÂËÉ" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "ĎÂŇÁÂĎÔËÁ ĐÁŇÁÍĹÔŇÁ (%d) × popt ÎĹ ĐŇĹÄŐÓÍĎÔŇĹÎÁ\n" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "ĐŇĎĐŐÝĹÎ ÁŇÇŐÍĹÎÔ" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "ÎĹÉÚ×ĹÓÔÎŮĘ ĐÁŇÁÍĹÔŇ" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "ÚÁĐŇĎŰĹÎŮ ×ÚÁÉÍÎĎ ÉÓËĚŔŢÁŔÝÉĹ ĚĎÇÉŢĹÓËÉĹ ĎĐĹŇÁĂÉÉ" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "opt->arg ÎĹ ÍĎÖĹÔ ÂŮÔŘ NULL" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "ĐŇĹ×ŮŰĹÎ ŐŇĎ×ĹÎŘ ÄĎĐŐÓÔÉÍĎĘ ŇĹËŐŇÓÉÉ ĐĎÄÓÔÁÎĎ×ĎË" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "ĎŰÉÂËa ĐĎÍĹÝĹÎÉŃ ĐÁŇÁÍĹÔŇĎ× × ËÁ×ŮŢËÉ" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "ÎĹĐŇÁ×ÉĚŘÎĎĹ ŢÉÓĚĎ×ĎĹ ÚÎÁŢĹÎÉĹ" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "ŢÉÓĚĎ×ĎĹ ÚÎÁŢĹÎÉĹ ÚÁ ĐŇĹÄĹĚÁÍÉ ĐŇĹÄŐÓÍĎÔŇĹÎÎĎÇĎ" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "ĎŰÉÂËÁ ×ŮÄĹĚĹÎÉŃ ĐÁÍŃÔÉ" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "ÎĹÉÚ×ĹÓÔÎÁŃ ĎŰÉÂËÁ" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "đĎËÁÚÁÔŘ ÜÔĎ ÓĎĎÂÝĹÎÉĹ" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "đĎËÁÚÁÔŘ ËŇÁÔËŐŔ ÉÎÓÔŇŐËĂÉŔ ĐĎ ÉÓĐĎĚŘÚĎ×ÁÎÉŔ" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 msgid "Display option defaults in message" msgstr "đĎËÁÚÁÔŘ ĐÁŇÁÍĹÔŇŮ ĐĎ ŐÍĎĚŢÁÎÉŔ" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "NONE" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "VAL" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "INT" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "LONG" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "STRING" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "ARG" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "éÓĐĎĚŘÚĎ×ÁÎÉĹ:" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "[đáňáíĺôň...]" diff --git a/popt/po/sk.po b/popt/po/sk.po index 5898923e4..478ce97c0 100644 --- a/popt/po/sk.po +++ b/popt/po/sk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: 1999-08-04 21:40+0200\n" "Last-Translator: Stanislav Meduna \n" "Language-Team: Slovak \n" @@ -18,100 +18,100 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "Vypísať túto správu" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "Zobraziť stručný návod na použitie" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 #, fuzzy msgid "Display option defaults in message" msgstr "Zobraziť stručný návod na použitie" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/sl.po b/popt/po/sl.po index 369f312e2..6c3e4678c 100644 --- a/popt/po/sl.po +++ b/popt/po/sl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: 2000-09-05 12:30+0200\n" "Last-Translator: Roman Maurer \n" "Language-Team: Slovenian \n" @@ -14,100 +14,100 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "Prikaži to sporočilo s pomočjo" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "Prikaži kratko sporočilo o uporabi" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 #, fuzzy msgid "Display option defaults in message" msgstr "Prikaži kratko sporočilo o uporabi" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/sr.po b/popt/po/sr.po index 7cce06ea2..44701c9c6 100644 --- a/popt/po/sr.po +++ b/popt/po/sr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,99 +19,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 msgid "Display option defaults in message" msgstr "" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/sv.po b/popt/po/sv.po index 0f1d816b0..92ffc3dce 100644 --- a/popt/po/sv.po +++ b/popt/po/sv.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: 2001-07-12 22:26+0100\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" @@ -14,99 +14,99 @@ msgstr "" msgid "unknown errno" msgstr "okänt felnummer" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "flaggtypen (%d) är inte implementerad i popt\n" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "argument saknas" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "okänd flagga" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "ömsesidigt uteslutande logiska operationer begärdes" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "opt->arg fĺr inte vara NULL" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "alias är nästlade för djupt" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "fel i parametercitering" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "ogiltigt numeriskt värde" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "talet för stort eller för litet" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "minnesallokering misslyckades" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "okänt fel" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "Visa denna hjälptext" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "Visa en kortfattad användningstext" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 msgid "Display option defaults in message" msgstr "Visa standardalternativ för flaggor i meddelande" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "INGET" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "VÄRDE" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "HELTAL" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "LĹNG" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "STRÄNG" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "FLYTTAL" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "DUBBEL" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "ARG" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "Användning:" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "[FLAGGA...]" diff --git a/popt/po/tr.po b/popt/po/tr.po index 0b5f8132c..5dd2c10c0 100644 --- a/popt/po/tr.po +++ b/popt/po/tr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: 2000-02-11 13:01+0200\n" "Last-Translator: Nilgun Belma Buguner \n" "Language-Team: Turkish \n" @@ -14,100 +14,100 @@ msgstr "" msgid "unknown errno" msgstr "bilinmeyen hata no" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "seçenek türü (%d) popt için geçersiz\n" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "argüman eksik" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "bilinmeyen seçenek" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "birbirini dýţlayan mantýksal iţlemler istendi" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "adlarda çok fazla içiçelikler" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "parametrelerde týrnak iţaretleme hatalý " -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "sayýsal deđer geçersiz" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "sayý ya çok büyük ya da çok küçük" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "bilinmeyen hata" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "Bu yardým iletisini gösterir" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "Kýsa bir kullaným iletisi göster" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 #, fuzzy msgid "Display option defaults in message" msgstr "Kýsa bir kullaným iletisi göster" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "YOK" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "DEĐ" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "INT" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "LONG" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "STRING" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "ARG" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "Kullanýmý:" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "[SEÇENEK...]" diff --git a/popt/po/uk.po b/popt/po/uk.po index 50ee2faff..85bdacf3f 100644 --- a/popt/po/uk.po +++ b/popt/po/uk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: 1999-09-30 16:54+0200\n" "Last-Translator: Yuri Syrota \n" "Language-Team: Ukrainian \n" @@ -18,100 +18,100 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "đĎËÁÚÁÔÉ ĂŔ ÄĎ׌ÄËŐ" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "đĎËÁÚÁÔÉ ËĎŇĎÔËŐ ÄĎ׌ÄËŐ ĐŇĎ ×ÉËĎŇÉÓÔÁÎÎŃ" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 #, fuzzy msgid "Display option defaults in message" msgstr "đĎËÁÚÁÔÉ ËĎŇĎÔËŐ ÄĎ׌ÄËŐ ĐŇĎ ×ÉËĎŇÉÓÔÁÎÎŃ" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/wa.po b/popt/po/wa.po index 5e3ddd5ff..8d06066e4 100644 --- a/popt/po/wa.po +++ b/popt/po/wa.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: 1999-03-18 23:11+0100\n" "Last-Translator: Nobody yet\n" "Language-Team: walon \n" @@ -22,100 +22,100 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "Mostrer ci messaedje d' aide chal" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "Mostre on court messaedje so kmint vos č siervi" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 #, fuzzy msgid "Display option defaults in message" msgstr "Mostre on court messaedje so kmint vos č siervi" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/zh.po b/popt/po/zh.po index 7cce06ea2..44701c9c6 100644 --- a/popt/po/zh.po +++ b/popt/po/zh.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,99 +19,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 msgid "Display option defaults in message" msgstr "" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/zh_CN.GB2312.po b/popt/po/zh_CN.GB2312.po index 7d3781800..ed4359002 100644 --- a/popt/po/zh_CN.GB2312.po +++ b/popt/po/zh_CN.GB2312.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-12-07 15:21-0500\n" +"POT-Creation-Date: 2003-12-30 08:12-0500\n" "PO-Revision-Date: 1999-11-11 05:04+0800\n" "Last-Translator: Dillion Chen \n" "Language-Team: TLDN\n" @@ -14,100 +14,100 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:944 +#: popt.c:964 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:1164 +#: popt.c:1184 msgid "missing argument" msgstr "" -#: popt.c:1166 +#: popt.c:1186 msgid "unknown option" msgstr "" -#: popt.c:1168 +#: popt.c:1188 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1170 +#: popt.c:1190 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1172 +#: popt.c:1192 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1174 +#: popt.c:1194 msgid "error in parameter quoting" msgstr "" -#: popt.c:1176 +#: popt.c:1196 msgid "invalid numeric value" msgstr "" -#: popt.c:1178 +#: popt.c:1198 msgid "number too large or too small" msgstr "" -#: popt.c:1180 +#: popt.c:1200 msgid "memory allocation failed" msgstr "" -#: popt.c:1184 +#: popt.c:1204 msgid "unknown error" msgstr "" -#: popthelp.c:61 +#: popthelp.c:58 popthelp.c:73 msgid "Show this help message" msgstr "ĎÔĘžŐâĚő°ďÖúĐĹϢ" -#: popthelp.c:62 +#: popthelp.c:59 popthelp.c:74 msgid "Display brief usage message" msgstr "ĎÔĘžźňśĚĘšÓĂĐĹϢ" -#: popthelp.c:65 +#: popthelp.c:62 popthelp.c:77 #, fuzzy msgid "Display option defaults in message" msgstr "ĎÔĘžźňśĚĘšÓĂĐĹϢ" -#: popthelp.c:107 +#: popthelp.c:122 msgid "NONE" msgstr "" -#: popthelp.c:109 +#: popthelp.c:124 msgid "VAL" msgstr "" -#: popthelp.c:113 +#: popthelp.c:128 msgid "INT" msgstr "" -#: popthelp.c:114 +#: popthelp.c:129 msgid "LONG" msgstr "" -#: popthelp.c:115 +#: popthelp.c:130 msgid "STRING" msgstr "" -#: popthelp.c:116 +#: popthelp.c:131 msgid "FLOAT" msgstr "" -#: popthelp.c:117 +#: popthelp.c:132 msgid "DOUBLE" msgstr "" -#: popthelp.c:118 +#: popthelp.c:133 msgid "ARG" msgstr "" -#: popthelp.c:493 +#: popthelp.c:508 msgid "Usage:" msgstr "" -#: popthelp.c:517 +#: popthelp.c:532 msgid "[OPTION...]" msgstr "" diff --git a/rpm.c b/rpm.c index f7f36ff0e..d702f6e11 100755 --- a/rpm.c +++ b/rpm.c @@ -434,7 +434,7 @@ static void printHelp(void) { printHelpLine(_(" --relocate ="), _("relocate files from to ")); printHelpLine( " --badreloc ", - _("relocate files in non-relocateable package")); + _("relocate files in non-relocatable package")); printHelpLine(_(" --prefix "), _("relocate the package to , if relocatable")); printHelpLine(_(" --dbpath "), diff --git a/rpmdb/legacy.c b/rpmdb/legacy.c index ee7f637bd..8b3e75505 100644 --- a/rpmdb/legacy.c +++ b/rpmdb/legacy.c @@ -531,7 +531,7 @@ void legacyRetrofit(Header h, const struct rpmlead * lead) (void) headerRemoveEntry(h, RPMTAG_FILEGIDS); /* - * We switched the way we do relocateable packages. We fix some of + * We switched the way we do relocatable packages. We fix some of * it up here, though the install code still has to be a bit * careful. This fixup makes queries give the new values though, * which is quite handy. diff --git a/rpmpopt.in b/rpmpopt.in index 287ee8d66..6fb289911 100644 --- a/rpmpopt.in +++ b/rpmpopt.in @@ -57,7 +57,7 @@ rpm alias --requires --qf \ --POPTdesc=$"list capabilities required by package(s)" rpm alias -R --requires -rpm alias --info --qf 'Name : %-27{NAME} Relocations: %|PREFIXES?{[%{PREFIXES} ]}:{(not relocateable)}|\n\ +rpm alias --info --qf 'Name : %-27{NAME} Relocations: %|PREFIXES?{[%{PREFIXES} ]}:{(not relocatable)}|\n\ Version : %-27{VERSION} Vendor: %{VENDOR}\n\ Release : %-27{RELEASE} Build Date: %{BUILDTIME:date}\n\ Install Date: %|INSTALLTIME?{%-27{INSTALLTIME:date}}:{(not installed) }| Build Host: %{BUILDHOST}\n\ @@ -334,7 +334,7 @@ rpmq alias --requires --qf \ --POPTdesc=$"list capabilities required by package(s)" rpmq alias -R --requires -rpmq alias --info --qf 'Name : %-27{NAME} Relocations: %|PREFIXES?{[%{PREFIXES} ]}:{(not relocateable)}|\n\ +rpmq alias --info --qf 'Name : %-27{NAME} Relocations: %|PREFIXES?{[%{PREFIXES} ]}:{(not relocatable)}|\n\ Version : %-27{VERSION} Vendor: %{VENDOR}\n\ Release : %-27{RELEASE} Build Date: %{BUILDTIME:date}\n\ Install Date: %|INSTALLTIME?{%-27{INSTALLTIME:date}}:{(not installed) }| Build Host: %{BUILDHOST}\n\ @@ -429,7 +429,7 @@ rpmquery alias --requires --qf \ --POPTdesc=$"list capabilities required by package(s)" rpmquery alias -R --requires -rpmquery alias --info --qf 'Name : %-27{NAME} Relocations: %|PREFIXES?{[%{PREFIXES} ]}:{(not relocateable)}|\n\ +rpmquery alias --info --qf 'Name : %-27{NAME} Relocations: %|PREFIXES?{[%{PREFIXES} ]}:{(not relocatable)}|\n\ Version : %-27{VERSION} Vendor: %{VENDOR}\n\ Release : %-27{RELEASE} Build Date: %{BUILDTIME:date}\n\ Install Date: %|INSTALLTIME?{%-27{INSTALLTIME:date}}:{(not installed) }| Build Host: %{BUILDHOST}\n\