1
0
forked from mirrors/pacman

Compare commits

...

98 Commits

Author SHA1 Message Date
Allan McRae
8ce20d3754 Release v5.2.0
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-21 17:56:25 +10:00
Allan McRae
de24f644f4 Final translation updates for pacman-5.2.0
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-21 17:25:29 +10:00
Eli Schwartz
9ddd0be027 document changes between 5.1 and 5.2
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
2019-10-17 11:51:30 -04:00
Allan McRae
b05a3c10bf Update README for pacman 5.2.0 release
This is the first major release without any additions to the libalpm API!

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-15 21:29:22 +10:00
morganamilo
719efe19c7 libalpm: set errno in signing dummy functions
This allows pacman to print the correct error message when checking keys
and libalpm has been compiled without gpgme support.

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-15 19:56:40 +10:00
morganamilo
54b6d689e5 libalpm: fix segfault when -Qip'ing a package
The dummy checksigs function never sets count to 0, leaving it
unitialized. This caused the siglist cleanup to try and free the empty
list.

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-15 19:56:00 +10:00
Allan McRae
27ccd68976 Translation updates
Pull all translations with >75% completion.

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-14 09:43:35 +10:00
Andrew Gregory
5e11d86cc5 remove: improve broken dependency error message
This message was clarified for sync operations in
2b1b7b7075.

Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-14 09:31:43 +10:00
morganamilo
d4e667ee5e pacman: return 1 when -F <target> has no results
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-13 12:37:34 +10:00
Andrew Gregory
808a4f15ce run XferCommand via exec
system() runs the provided command via a shell, which is subject to
command injection.  Even though pacman already provides a mechanism to
sign and verify the databases containing the urls, certain distributions
have yet to get their act together and start signing databases, leaving
them vulnerable to MITM attacks.  Replacing the system call with an
almost equivalent exec call removes the possibility of a shell-injection
attack for those users.

Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
2019-10-12 07:04:20 -07:00
Andrew Gregory
a82b0028e4 add arg_to_string helper
Converts an argc/argv pair to a string for presentation to the user.

Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
2019-10-11 20:14:29 -07:00
Andrew Gregory
a2c4ad4675 move wordsplit into common for sharing
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
2019-10-11 18:49:38 -07:00
Eli Schwartz
a897599fa5 makepkg: do not save fflags when creating packages
Saving fflages breaks reproducible builds due to encoding information
specific to the filesystem that was used to build the package. This
information is not needed for packaging purposes anyway.

Including fflags also means that attempting to extract a package file as
root (or fakeroot) might result in angry warnings being printed to the
console by bsdtar, followed by a non-zero exit code, unless the user
remembers to use --no-fflags during extraction. This is unpleasant UI, even
if pacman itself won't care about these.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-09 15:39:48 +10:00
Christian Hesse
e8d4228614 signing: handle unknown uid in key import
With unknown uid pacman crashed. Return with error from email_from_uid()
if uid is NULL.

Signed-off-by: Christian Hesse <mail@eworm.de>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-09 15:39:35 +10:00
Christian Hesse
379f715105 signing: modify question text with unknwon uid
If the key's uid is unknown (for example with db signatures) the
question was:

:: Import PGP key 02FD1C7A934E614545849F19A6234074498E9CEE, "(null)"? [Y/n]

Let's display a modified question for unknown uid.

Signed-off-by: Christian Hesse <mail@eworm.de>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-09 15:39:22 +10:00
Jonas Witschel
d5c3ed129c pacman-key: receive keys from WKD with -r/--recv-keys
If an email address is specified, we use --locate-key to look up the key
using WKD and keyserver as a fallback. If the key is specified as a key
ID, this doesn't work, so we use the normal keyserver-based --recv-keys.

Note that --refresh-keys still uses the keyservers exclusively for
refreshing, though the situation might potentially be improved in a new
version of GnuPG:
https://lists.gnupg.org/pipermail/gnupg-users/2019-July/062169.html

Signed-off-by: Jonas Witschel <diabonas@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 21:40:54 +10:00
Allan McRae
5d2e48d17f Pull and push translation changes in preparation for 5.2
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 18:12:24 +10:00
Alad Wenter
7e79cf73fa makepkg: propagate E_REMOVE_BUILD_DEPS
remove_deps is called once, at the end of clean_up() before makepkg
exit. If remove_deps returns >0 (e.g. when pressing "n" in the resulting
prompt), the error is caught by the ERR signal handler. This in turns
sends SIGUSR1 to the process group, with resulting exit code 138.

In case remove_deps fails, this patch exits makepkg with E_REMOVE_DEPS
if there was no previous error (that is, EXIT_CODE equals E_OK).
Otherwise, makepkg exits with EXIT_CODE.

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 17:09:23 +10:00
Erich Eckner
095d6332be makepkg: remove makedepends before installing built package
When running `makepkg -i` it may be necessary to first remove make- and
checkdepends before installing the built package - for example if they
conflict each other. This is the case for wireguard-arch which
makedepends and conflicts wireguard-dkms.

Signed-off-by: Erich Eckner <git@eckner.net>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 16:44:42 +10:00
Allan McRae
8e7d425627 makepkg: wait for process to finish
Without the -f option to wait, we might move on and try to delete the
logpipe before the process is completed.

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 16:22:52 +10:00
Austin Lund
e581068c77 makepkg: Delete logpipe when exiting
The logpipe fifo can remain when exiting on a non-error condition such
as recieving signals INT and USR1.  This can be seen by doing either a
manual CTRL-C to interrupt the build or by sending a signal such as:

$ makepkg & sleep 5 ; kill -USR1 $!

Remove the fifo in all cases on script exit if it still exists.

Signed-off-by: Austin Lund <austin.lund@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 16:21:24 +10:00
morganamilo
8f89e509d2 pacman: speed up deptest
Try and find an exact match via pkgcache before iterating the entire
localdb.

Gives a noticeable speed up for exact matches e.g. `pacman -T zlib`

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 14:27:09 +10:00
morganamilo
f2442bc2e9 libalpm: short circuit alpm_find_dbs_satisfier
when a satisfying package is already installed, we always pick it
instead of prompting the user. So we can return that package as soon as
we find it, instead of waiting until we've iterated through all the
databases.

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 14:21:08 +10:00
morganamilo
0a295f3f39 libalpm: fix incorrect documentation
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 14:19:54 +10:00
Eli Schwartz
0e3a4bd1fb meson: work around broken pkg-config file with private requires
In addition to the general issue of staticlibs linkage, linking a static
lib to a library() does not seem to generate the needed Libs.private.

Rework how we handle this entirely. Instead of relying on convenience
libraries, we will *sigh* go extract a boatload of .o files again, then
relink those to the installable libalpm, while mentioning our
dependencies again.

We still have our guaranteed static library for linking arbitrary programs
with (e.g. vercmp), and we still only generate one identical copy of the
.o files, but now we potentially `ar` it up twice, which isn't so bad.
And linking still works, and pkg-config files also still work.

One alternative would be to explicitly list our dependencies to
pkgconfig.generate with requires_private, but since gpgme might be an
elevated config-tool dependency, this can fail with:

meson.build:341:10: ERROR: requires argument not a string, library with pkgconfig-generated file or pkgconfig-dependency object, got <GpgmeDependency gpgme: True>

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 14:09:34 +10:00
Eli Schwartz
facd9533b0 meson: fix incorrect libalpm version
LIB_VERSION is supposed to be something like 11.0.1, not simply
reiterate the project version. As a result, we ended up with this:

$ pacman -V
[...]
Pacman v5.1.0 - libalpm v5.1.0
[...]

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 14:09:21 +10:00
Eli Schwartz
c0da1ba13a meson: fix libcommon being publicly exposed as a static link dependency
libcommon isn't even installed, so that means libalpm.a (if installed)
is fatally broken as it misses objects. The problem is that meson
doesn't handle this case correctly:

https://github.com/mesonbuild/meson/issues/3934
https://github.com/mesonbuild/meson/issues/3937
https://github.com/mesonbuild/meson/pull/3939

Work around this by manually extracting libcommon's .o files into the
list of objects used to create libalpm.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 14:08:57 +10:00
Eli Schwartz
de6249ce22 Support file with seccomp enabled
Not all compression types can be detected in the seccomp sandbox, so we
need to disable it. This requires either configuring makepkg to know the
sandbox is available, or checking for file >= 5.38 in which the sandbox
option is a no-op even when seccomp is disabled.

- Requires autoconf-archive for autotools version compare macro.
- meson version comparison could be made a lot simpler using meson-git.

Fixes FS#58626

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 13:43:37 +10:00
Eli Schwartz
2a792ac7bb pacman-key: clean keys on import to remove unknown signatures
There is no good reason to bloat the keyring by importing tons of
signatures we cannot use; drop any signatures that don't validate
against another available key (probably the master keys).

If any desired signatures get cleaned, the key can be refreshed after
importing the new signing public key.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 13:23:22 +10:00
Eli Schwartz
f492339035 pacman-key: make sure we actually use the Web of Trust, which GnuPG doesn't.
By default, the latest versions of GnuPG disable the Web of Trust and
refuse to import signatures from public keyservers. This is to prevent
denial of service attacks, because refusing to import signatures only if
the key size is too big, is apparently too silly to consider.

Either way, pacman needs the WoT. If pacman imports a key at all, it
means everything failed and we are in fallback mode, trying to overcome
a shortcoming in the availability of keys in the keyring package.
(This commonly means the user needs to acquire a new key during the same
transaction that updates archlinux-keyring.)
In order for that new key to be usable, it *must* also import signatures
from the Master Keys.

I don't give credence to this supposed DoS, since the worst case
scenario is nothing happening and needing to CTRL+C in order to exit the
program. In the case of pacman, this is better than being unable to
install anything at all (which is gnupg doing a much more harmful DoS to
pacman), and in the already unusual case where something like
--refresh-keys is being used directly instead of depending on the
keyring package itself, gnupg supports WKD out of the box and will
prefer that for people whose keys are marketed as being non-DOSable.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 13:23:11 +10:00
Eli Schwartz
45e01e55c9 pacman-key: when refreshing gpg.conf, don't truncate option checking
If an option is a two-part option, we print both (separated by IFS=' '),
but when grepping to see if it already exists, we only checked the first
component. This means that something like keyserver-options could only
check if there were existing keyserver options of any sort, but not
which ones.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 13:16:07 +10:00
Matthew Sexton
6d99a15f0b pacman/pacman-conf, testpkg: Added translatable strings
Added gettext macro to warnings, helps, and errors for translation.

Signed-off-by: Matthew Sexton <wsdmatty@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 12:15:06 +10:00
Matthew Sexton
a6ae5f0a04 pacman: pacman-conf: removed hputs macro for usage display
Using the macro got in the way of _() macro for translation
All the macro did was make it so the writer didn't have to type
\n", stream); at the end of every line.

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 12:15:02 +10:00
morganamilo
b4e4b74ace libalpm: resolvedep(): don't compare names twice
If we failed to get the pkg from pkgcache then we know no satisfying
package exists by name. So only compare provides.

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 12:12:04 +10:00
Eli Schwartz
bcacb00fc8 makepkg: add rust support for *FLAGS and debug-prefix-map
The rust language supports $RUSTFLAGS to be used automatically in all
rustc invocations. Allow setting this in makepkg.conf (e.g. for
optimization or debuginfo support), and teach debug+strip to pass the
rustc command line argument necessary to rewrite source file paths in
the debugging symbols.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 11:48:41 +10:00
Jonas Witschel
48752f1b4b signing: add ability to import keys using a WKD
Currently pacman relies on the SKS keyserver network to fetch unknown
PGP keys. These keyservers are vulnerable to signature spamming attacks,
potentionally making it impossible to import the required keys. An
alternative to keyservers is a so-called Web Key Directory (WKD), a
well-known, trusted location on a server from where the keys can be
fetched.

This commit adds the ability to retrieve keys from a WKD. Due to the
mentioned vulnerabilities, the WKD is tried first, falling back to the
keyservers only if no appropriate key is found there.

In contrast to keyservers, keys in a WKD are not looked up using their
fingerprint, but by email address. Since the email address of the
signing key is usually not included in the signature, we will use the
packager email address to perform the lookup.

Also see FS#63171.

Signed-off-by: Jonas Witschel <diabonas@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 11:21:46 +10:00
Jonas Witschel
80e2e1c7c9 signing: move key import confirmation before key_search
Ask the user whether they want to import a missing key before even doing
a search on the keyserver. This will be useful for getting Web Key
Directory support in place: for a WKD, looking up and importing a key
are a single action, so the current key_search -> QUESTION -> key_import
workflow does not apply.

Since only the ID of the package signing key is available before
key_search, we display the packager variable in addition to the key ID
for user convenience.

Signed-off-by: Jonas Witschel <diabonas@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 11:07:39 +10:00
Dave Reisner
0c4a8ae24b dload: never return NULL from get_filename
Downloads with a Content-Disposition header will typically not include
slashes. When they do, we should most certainly only take the basename,
but when they don't, we should treat the header value as the filename.

Crash introduced in d197d8ab82 when we started using get_filename
in order to rightfully avoid an arbitrary file overwrite vulnerability.

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 10:55:49 +10:00
Allan McRae
5dd2b3776d makepkg.conf.5: Document PACKAGER format requirements
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-04 12:07:04 +10:00
Jonas Witschel
fd70c1c7bb libmakepkg: check if PACKAGER has the expected format for WKD lookup
pacman should be able to extract an email address from PACKAGER for WKD
lookup, so issue a warning if it is not of the form
"Example Name <email@address.invalid>". Neither the name nor the email
address must contain additional angle brackets.

Signed-off-by: Jonas Witschel <diabonas@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-04 11:48:51 +10:00
morganamilo
6f3810793f libmakepkg: fix typo
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-04 11:26:44 +10:00
Eli Schwartz
bcb44891ef autotools: distribute meson files
If we use make dist to create the official, signed release tarballs,
those will not have meson build files by default since autotools doesn't
know what they are.

Also distribute all src/common/ files. We never strictly needed any of
them to be distributed with autotools, because the dist tarball
dereferences the symlinks (???), but only some of them were being
distributed, and meson needs them to be in the right location as we only
build libcommon from the primary files.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-04 11:25:48 +10:00
Allan McRae
024fde9748 Prepare translations for next release
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-08-12 11:42:10 +10:00
László Várady
f9f22fded2 pacman/callback: fix buffer over-read
Commit 11ab9aa9f5 replaced a strcpy() call
with memcpy(), without copying the terminating null character.

Since fname is allocated with malloc(), subsequent strstr() calls will
overrun the buffer's boundary.

Signed-off-by: László Várady <laszlo.varady93@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-08-12 10:19:09 +10:00
Dave Reisner
18a6440061 meson: remove tap-driver.py, use meson's TAP protocol
This includes a patch from Andrew to fix pactest's TAP output for
subtests. Original TAP support in meson was added in 0.50, but 0.51
contains a bugfix that ensures the test still work with the --verbose
flag passed to meson test, so let's depend on that.
2019-08-12 10:03:17 +10:00
Austin Lund
75837a2717 makepkg: Ignore "<artificial>" source files
An artificial symbol can be produced when requesting debugging symbols
and the compiler has inlined a function.  These symbols will give
spurious results when listing source files for inclusion in debug
packages.  This will ignore these symbols and avoid an error that can be
generated when creating a debug package.

Signed-off-by: Austin Lund <austin.lund@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-08-05 20:28:09 +10:00
Dave Reisner
0318e84546 build-aux: detect build dir based on build.ninja
.ninja.log is only present after building (successful or otherwise) the
project, but build.ninja is output as soon as the build dir is setup.

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-08-05 18:26:21 +10:00
Dave Reisner
72dae345e4 meson: port over checks for types used from sys/types.h
These are defined by a POSIX standard, and we should assert that we have
them, or define sane fallbacks (as per sys_types.h(0P)).

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-08-05 18:21:17 +10:00
Dave Reisner
b3dd02236c meson: drop checks for things we don't use
This was ported over from the AC_CHECK_{FUNCS,HEADERS} lists in
configure.ac, but I never actually checked if the resulting CPP defines
are used. Turns out, lots of symbols, not a lot of define usage.

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-08-05 18:21:12 +10:00
Andrew Gregory
4e5254dbf3 create coredump on segfault
Overriding the segfault handler prevents the creation of core dumps by
the default handler, which makes debugging segfaults difficult.

Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-08-05 18:19:04 +10:00
Andrew Gregory
e7156e78b8 sighandler: block signals while handling SIGSEGV
If we get SIGSEGV we need to bail out quickly, leaving other signals
unblocked could lead to other signal handlers getting triggered.

Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-08-05 18:10:31 +10:00
morganamilo
0e67ee55bd Correctly report a download failiure for 404s
Currently when caling alpm_trans_commit, if fetching a package restults
in a 404 (or other non 400 response code), the function returns -1 but
errno is never set.

This patch sets errno to ALPM_ERR_RETRIEVE.

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-06-28 13:39:48 +10:00
Eli Schwartz
796c02af4c meson: use dependency('gpgme') exclusively
This works everywhere that gpgme >= 1.13.0 because it is a pkg-config
dependency, and meson 0.51 adds a fallback config-tool dependency
provider that detects older versions of gpgme seamlessly via
gpgme-config.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-06-28 10:20:58 +10:00
Eli Schwartz
e7a2b2764a meson: use not_found_message when dependencies are not found
The default state of `dependency()` is `required: true`, which means if
a dependency is not found, meson immediately aborts and does not log our
`error()` messages. meson 0.50 has builtin support for dependencies with
custom error messages.

The alternative would be to specify `required: false` everywhere, and
only then to key off of `dep.found()`.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-06-28 10:20:53 +10:00
Eli Schwartz
83f428d974 meson: bump the minimum supported version of meson to 0.51
We haven't reached our first public release of the meson build backend
yet, so we have lots of flexibility for this... and build dependencies
are easier to upgrade than runtime dependencies anyway.

Updating meson allows us to make use of a bunch of new features that
rewquire the latest version of meson.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-06-28 10:20:49 +10:00
Eli Schwartz
cd475331f4 bash-completion: use POSIX character classes in regular expressions
bash uses POSIX extended regular expressions via regex(3), which does
not guarantee support for shorthand character classes. Although glibc
supports it, msys2-runtime does not.

Make sure the completion script works (hopefully) everywhere by being
more portable.

Fixes: https://github.com/msys2/MSYS2-packages/pull/1549

Original-patch-by: plotasse <platos@protonmail.ch>
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-06-26 10:15:47 +10:00
Allan McRae
d917109432 makepkg: do not exit immediately on dependency install failures
Fixes FS#63000

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-06-25 21:56:58 +10:00
Andrew Gregory
30acc87b7d use consistent time notation for the log
%X is locale-dependent, making it impossible to reliably parse and
potentially overflowing the buffer.  %T is consistent across locales.

Also fixes some adjacent whitespace.

Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-06-20 17:00:53 +10:00
morganamilo
686a9ee8e7 pacman: correctly free lists
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-06-20 16:56:57 +10:00
Allan McRae
4ca5f5949b Fix compiler warnings with gcc-9.1
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-06-20 16:28:44 +10:00
Dave Reisner
1a343d378a free makedepends/checkdepends when freeing packages
Credit to Andrew for identifying source of the leak.

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-06-20 14:45:58 +10:00
morganamilo
80321b21ae pacman: fix error during -Fy
Signed-off-by: morganamilo <morganamilo@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-06-07 09:33:26 +10:00
Andrew Gregory
39c20ad4f1 hooks: rename type File to Path
Make it clearer that the targets are matched against both directories
and regular files and free up File to potentially refer specifically to
regular files in the future.  File is retained as a deprecated alias for
Path for the time being to avoid breaking existing hooks and will be
removed in a future release.

See FS#53136.

Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-06-06 10:38:31 +10:00
Andrew Gregory
55a65aaf90 makepkg: restrict pkgname and pkgver to ascii
pkgname and pkgver are used as directory names within database files.
libarchive does not provide a reliable locale-independent method for
reading archive file names, causing errors when archive paths include
non-ascii characters.

This is a first step toward dealing with FS#49342, by hopefully reducing
the number of packages with non-ascii data in the wild before updating
libalpm to reject them outright.

See https://github.com/libarchive/libarchive/wiki/Filenames
and https://github.com/libarchive/libarchive/issues/587

Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-06-06 10:34:23 +10:00
morganamilo
ff1ae94c10 pacman: rework the UI of -F
Reworks the UI of -F according to FS#47949

In short -F replaces both -Fs and -Fo.

Searching for an exact path (target contains "/"), causes the output to
switch to the old -Fo output. Otherwise the old -Fs output is used.

Also strip the leading "/" from targets like how -Qo does.

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-06-06 10:30:04 +10:00
morganamilo
eb92bcb089 pacman: refactor file match printing to their own functions
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-06-06 10:29:39 +10:00
Eli Schwartz
27e80ca7f6 makepkg: also move restore_envvars handling into libmakepkg
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-05-28 12:46:44 +10:00
Eli Schwartz
a00615bfda makepkg: move config loading into libmakepkg
When scripting/automating around makepkg, it is sometimes desirable to
know how makepkg will be configured to operate. One example is the
archlinux devtools, which must forward select makepkg.conf variables
into a build chroot (for example PACKAGER) or use those variables itself
(for example {SRC,PKG,LOG}DEST).

The configuration file can be in up to 3 places, and should be capable
of being overridden via environment variables. It is sufficiently
complex to represent distinct functionality, and sufficiently useful to
merit easy accessibility in other scripts, therefore, let us move it
into a publicly exposed utility library.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-05-28 11:28:30 +10:00
Eli Schwartz
5caf45cdbb doc: update SRCEXT/PKGEXT to reduce needlessly scary warnings
Currently this tells people that the settings should not be touched, but
we should just rely on the description of what it should be set to, and
leave it up to the user.  With the previous patch, makepkg aborts if an
invalid value is set, greatly reducing the danger of it being badly
configured.

Also make this clearer by indicating when it would be useful to change
the settings -- i.e. disable compression -- and ensure their described
defaults are based on the ones established during ./configure or meson
setup.

Reported-by: Jouke Witteveen <j.witteveen@gmail.com>
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-05-28 11:18:04 +10:00
Eli Schwartz
4c38f4b991 libmakepkg: add lint_config to validate SRCEXT/PKGEXT
These variables must begin with .src.tar / .pkg.tar respectively, so
fail early if those expectations are not matched. This prevents makepkg
from creating e.g. package files literally named "./pacman-5.1.3-1-x86_64"
which are actually uncompressed tarballs.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-05-28 11:13:40 +10:00
ekardnam
c8062d753c repo-add: Add --prevent-downgrade option
Implements FS#17752

Signed-off-by: Luca Bertozzi <ekarndam@autistici.org>
2019-05-28 11:08:21 +10:00
Kevin Mihelich
99c5809bbf Support application/gzip MIME type in extraction
file 5.37 changed the gzip MIME type from application/x-gzip to
application/gzip, so support this when checking to extract source files.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-05-28 10:48:42 +10:00
Eli Schwartz
0bc687e2e0 makepkg: propagate error codes when package failed to sign correctly
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-05-08 13:08:47 +10:00
Eli Schwartz
9375f49865 libmakepkg: install pkg-config file
Since makepkg exports a public library of functions, other projects may
wish to use these functions. Highlights include parseopts or our
messaging functions.

Install a pkg-config file in order to let downstream users detect where
they can source the libmakepkg functionality. This is useful e.g. to
gracefully handle the case where a thirdparty project is configured and
installed into a different datarootdir from pacman, but still wants to
use the installed pacman's version of libmakepkg.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-05-08 12:46:33 +10:00
Eli Schwartz
614ef781eb libmakepkg: fix missing or inaccurate interdependencies
When the executable checking was refactored into libmakepkg, it carried
with it, usage of $E_* error codes, which need to be declared from
error.sh but are only available when the parent program already sources
error.sh; additionally, message.sh was only loaded in a parent
library, but not where it was needed, and option.sh was often loaded
when it wasn't needed at all.

util.sh, meanwhile, has always depended on message.sh functions.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-05-08 12:45:34 +10:00
Eli Schwartz
b93dfa935f scripts: protect against unintended glob matching in [[ ]] RHS
The right-hand side of the [[ ... = ... ]] keyword is an exception to
the general rule that quoting is unnecessary with [[

This is usually not a problem, e.g. in libmakepkg, lint_one_pkgname will
already fail if pkgname has an asterisk, but it certainly doesn't hurt
to be "more proper" and go with the spec; it is more dangerous in
repo-add, which can get caught in an infinite loop instead of safely
asserting there is no package named 'foo*'.

Reported-by: Rafael Ascensão <rafa.almas@gmail.com>
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-05-08 12:45:26 +10:00
Eli Schwartz
a0f4429e95 makepkg: use more schema.sh to clean the environment of special variables
Fixes "arch" and "checkdepends" never having been unset, fixes b2sums
(but not ${!b2sums_@}) being recently left out.
The "build" function used to be unset as well, explicitly unset it as a
function and do the same for other official functions as well.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-05-08 12:45:26 +10:00
Eli Schwartz
583f3122ce meson: fix build of executables with nonstandard libarchive path
The libarchive header is used in alpm.h, and several binaries include
this header. This is noticeably a problem when using e.g. the musl-gcc
compiler which does not include /usr/include by default, and thus the
build system reports:

...../lib/libalpm/alpm.h:35:10: fatal error: archive.h: No such file or directory

More commonly, this will result in compiling against potentially the
wrong headers, if the libarchive installation picked up by pkg-config is
different from the one with headers in /usr/include, and /usr/include is
in the -isystem path.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-05-08 10:15:52 +10:00
Eli Schwartz
6911904a03 makepkg: fix bash 5 compatibility when packaging symlinks to a directory
In commit b5191ea140 we moved to using
shell globbing to print package files for a couple of reasons including
reproducible packaging of .METADATA files.

Unfortunately, this only works reliably when the glob pattern does not
resolve to a symlinked directory due to a change in the bash 5.0
release. Note that the previous, desired behavior was rather to merely
refuse to recurse into symlinked directories, but due to an unrelated
issue, the symlink handling for globstar was reworked in a way that had
this side effect.
See https://lists.gnu.org/archive/html/bug-bash/2019-04/msg00015.html
for discussion; this may be fixed at some point, but bash 5.0 is broken
either way.

The appropriate way of handling this seems to be to use **/* to match
instead; this produces the same results on both bash 4 and bash 5, as
the ** matches any leading directory component (or none), and the *
matches any file, directory, or symlink to either one.

Fixes FS#62278

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-05-08 10:14:32 +10:00
Rikard Falkeborn
f2a7fb2b96 Fix clang 8 string-plus-int warnings
Clang 8 warns that adding a string to an integer does not append to
string. Indeed it doesn't, but that was not the intentetion. Use array
indexing as suggested by the compiler to silence the warning. There
should be no functional change.

Example of warning message:

    alpm.c:71:54: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
            sprintf(hookdir, "%s%s", myhandle->root, SYSHOOKDIR + 1);
                                                     ~~~~~~~~~~~^~~
    alpm.c:71:54: note: use array indexing to silence this warning
            sprintf(hookdir, "%s%s", myhandle->root, SYSHOOKDIR + 1);
                                                                ^
                                                     &          [  ]
    1 warning generated.
2019-05-08 10:12:14 +10:00
Eli Schwartz
a8b3d1a62a makepkg: correctly handle hg sources with updates on a non-default branch
The "tip" ref actually signifies the most recently updated branch. hg
does not support a default branch named anything other than "default",
except by creating a "@" bookmark. The correct way to explicitly update
to the default clone ref, is therefore to use one of these, rather than
"tip".

Fixes FS#62092

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-05-08 10:10:57 +10:00
Eli Schwartz
915ac9ff9b libmakepkg: fix migration to schema.sh for integsums
One of the callers was changed to use known_hash_algos, one was not.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-05-08 10:05:23 +10:00
Eli Schwartz
d37e6d40a1 bash-completion: support file redirection completions
The current completions don't properly handle redirection operators, and
attempt to complete command completions rather than completing filenames
to redirect to.

bash-completion provides both _get_comp_words_by_ref and a higher-level
wrapper _init_completion, but the latter provides handling of redirection
operators, so switch to using that.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-03-25 11:15:26 +10:00
Allan McRae
7a598d0845 Use bug tracker to track bugs
The mailing list requires subscription.  So does the bug tracker,
but that is more obvious.

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-03-20 09:58:16 +10:00
Eli Schwartz
9f5412d809 doc: generalize description of the bash nature of PKGBUILD functions
Currently this is scoped to the build() function, which is simply wrong
as it equally applies to any function. Simply moving the paragraphs up
to the main manpage section makes this clear.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-03-19 14:33:50 +10:00
Que Quotion
7b15918b65 Clarify that build_options only apply during build()
Signed-off-by: Que Quotion <quequotion@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-03-19 14:24:18 +10:00
Eli Schwartz
ee5f24e50c libmakepkg: fix reporting of invalid archive extensions in compress.sh
In commit 1825bd6716 this was split out
from makepkg, but the warning was not properly migrated; $ext did not
ever exist.

As a result, no matter what you did, the only possible warning was:

==> WARNING: '' is not a valid archive extension.

Fix to filter based on the presence of .tar in the argument, and
building the $ext variable for all checking and messaging purposes
within the function.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-03-19 14:12:44 +10:00
Eli Schwartz
35a0d5e744 makepkg: use "shared" git clones when checking out sources
In order to cache sources offline, makepkg creates *two* copies of every
git repo. This is a useful tradeoff for network time, but comes at the
cost of increased disk space.

Normally, git can smooth this over automagically. Whenever possible, git
objects are hardlinked to save space, but this does not work when
SRCDEST and BUILDDIR are on separate filesystems.

When the repo in question is both very large (linux.git for example is
2.2 GB) and crosses filesystem boundaries, this results in a lot of
extra disk space being used; the most likely scenario is where BUILDDIR
is a tmpfs for bonus ouch.

git(1) has a builtin feature which serves this case handily: the
--shared flag will create the info/alternates file instructing git to
not copy or hardlink or create objects/packs at all, but merely look for
them in an external location (that being the source of the clone).

The downside of using shared clones, is that if you modify and drop
commits from the original repo, or simply delete the whole repo
altogether, you break the copy. But we don't care about that here,
because

1) the BUILDDIR copy is meant to be a temporary copy strictly derived
   via PKGBUILD syntax from the SRCDEST, and must be able to be
   recreated at any time,
2) if the SRCDEST disappears, makepkg will redownload it, thus restoring
   the objects needed by the BUILDDIR clone,
3) if the user does non-default things like hacking on the BUILDDIR copy
   then deleting and re-cloning the SRCDEST may result in momentary
   breakage, but ultimately should be fine -- the unique objects they
   created will be stored in the BUILDDIR copy.

While it's theoretically possible that upstream will force-push to
overwrite the base tree from which makepkg is building (which they
should not do), *and* the user deleted their SRCDEST which they should
not do, *and* they saved work in makepkg's working directory which they
should not do either...
... this is an unlikely chain of events for which we should not care.

Using --shared is therefore helpful in immediately useful ways and IMHO
has no actual downsides; we should use it.

An alternative implementation would be to use worktrees. I've rejected
this since it is essentially the same as shared clones, except adding
additional restrictions on the branch namespace, and could potentially
break existing use cases such as manually handling the SRCDEST in order
to share repositories with normal working copies.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-03-19 14:09:00 +10:00
Eli Schwartz
0a72874734 build: check for gpgme with pkg-config before gpgme-config
gpgme in git master now supports pkg-config and with the next release we
can and should prefer its use. However, retain the legacy code that
enables building with older versions of gpgme, as a fallback.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-03-19 14:05:53 +10:00
Santiago Torres
226d2c1248 drop DU* config variables
Since DUFLAGS and DUPATH are not needed anymore remove them from the
source

Signed-off-by: Santiago Torres <santiago@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-03-19 12:07:15 +10:00
Eli Schwartz
bbfb75fd29 build: remove references to variable replacements from pacman-optimize
MODECMD and OWNERCMD are not used by pacman itself, so we don't need to
check for and replace them now that pacman-optimize is removed.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-03-19 12:04:51 +10:00
Santiago Torres
f26cb61cb6 Make makepkg compute sizes properly
Makepkg used to use du --apparent-size to compute the size of the
package. Unfortunately, this would result in different sizes depending
on the filesystem used (e.g., btrfs vs ext4), which would affect
reproducible builds. Use a wc-based approach to compute sizes

Signed-off-by: Santiago Torres <santiago@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-03-19 11:54:50 +10:00
Florian Wehner
c61cd050f9 Reformatting log timestamp to include time-zone
The time logged is currently given as localtime without any timezone
information. This is confusing in various scenarios.

Examples:
* If one is travelling across time-zones and the timestamps in the log
appear out of order.
* Comparing dates with `datediff` gives an offset by the time-zone

This patch would reformat the time-stamp to a full ISO-8601 version.
It includes the 'T' separating date and time including seconds.

Old: [2019-03-04 16:15]
New: [2019-03-04T16:15:45-05:00]

Signed-off-by: Florian Wehner <florian@whnr.de>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-03-19 11:53:30 +10:00
Allan McRae
c0e9be7973 Remove support for deltas from libalpm
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-03-07 11:12:12 +10:00
Allan McRae
e7bb0f8824 Make pacman forget deltas exist
Dummy callbacks are still present to prevent compiler warnings until
libalpm is delta free.

Also remove Delta parsing from pacman.conf.

Signed-off-by: Allan McRae <allan@archlinux.org>
2019-03-07 11:12:12 +10:00
Allan McRae
40391c564a Remove cleanupdelta
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-03-07 11:12:12 +10:00
Allan McRae
2883b869c7 Remove pkgdelta
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-03-07 11:12:12 +10:00
Allan McRae
9adb0d5b37 Remove delta support from repo-add
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-03-07 11:12:12 +10:00
257 changed files with 39799 additions and 43224 deletions

View File

@@ -14,7 +14,14 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-doc --disable-git-version \
# Some files automatically included, so they aren't specified below:
# AUTHORS, COPYING, NEWS, README
EXTRA_DIST = HACKING test/tap.sh
EXTRA_DIST = \
HACKING test/tap.sh \
meson.build meson_options.txt \
build-aux/edit-script.sh.in \
build-aux/meson-install-script.sh \
build-aux/meson-make-symlink.sh \
build-aux/script-wrapper.sh.in
# Sample makepkg prototype files
pkgdatadir = ${datadir}/${PACKAGE}

116
NEWS
View File

@@ -1,5 +1,121 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
5.2.0 - completely remove delta support (CVE-2019-18183)
- add support to pacman and pacman-key for downloading PGP
signing keys using the WKD protocol (FS#63171)
- completely remove the --force option
- renovate and simplify the UI for -F (FS#47949)
- hooks: rename type File to Path, for accuracy
- add the meson build system as an alternative to autotools, and
distribute it in autotools dist tarballs
- switch from system() to exec() when using alternative download
agents for XferCommand; this prevents a potential source of
shell injection (CVE-2019-18182)
- ignore .hook suffix when sorting libalpm hooks
- update the minimum requirement of bash to 4.4
- scripts: pass on options such as set -x to child processes
- show group and installed status during -Fs
- user-visible log when validity check fails due to access
- port pactest to python3
- process --needed before group selection when resolving the
dependencies to prompt for (FS#22870)
- don't error when a group exists but all packages are ignored
- bash completion now completes when it should, and doesn't
complete when it shouldn't (FS#59965)
- improve error message when gpg support is missing (FS#60880)
- don't emit confusing errors when a package is simultaneously
replaced and upgraded (FS#50875, FS#55534)
- better warning message when skipping duplicate targets
(FS#49377)
- libalpm: parse {check, make}depends when reading database
(FS#60347)
- add [ignored] to -Qu output for packages in repos that are not
Usage = Upgrade (FS#59854)
- prevent 301 redirect loop from hanging libalpm
- use standard, consistent units in the download progress
(FS#59201)
- fix segfault when Usage is specified without a value
- include timezones in pacman.log
- bash-completion: use POSIX character classes for portability
- correctly report a download failiure for 404s
- fix handling of signals during SIGSEGV
- fix buffer overread in pacman/callback
- fix crash when downloading files with a Content-Disposition
that has no directory component
- pacman-conf, testpkg are now properly localized
- when -F returns zero results, set a failing exit code
- improve wording for the error message when a package cannot be
removed due to dependencies
- fix segfaults and other incorrect behavior when using -Qip if
pacman was compiled without GPGME support
- makepkg:
- implement extendable source/signature verification routines
within libmakepkg (FS#49076)
- if pacman is in use, wait until it is available before
continuing (FS#28840)
- add support for lzip, lz4 and zst compressed packages
(FS#56676, FS#59081)
- add new checksum algorithm, b2sum
- various improvements to PKGBUILD linting
- when signing packages, report package filename on failure
- fix pkgver() function not aborting on errors
- remove checksum algorithm whirlpoolsum as it has not worked
for a long time
- reject PKGBUILDs with both split and non-split package
functions
- send status messages to stderr rather than stdout (FS#17173)
- ensure debug buildflags are unset when they are supposed to be
- buildenv and executable detection, definitions for the
PKGBUILD schema, and makepkg.conf loading are now part of
libmakepkg
- fix broken check for the fakeroot binary
- improve the error message for invalid dependency versioning
- add routine for linting $SOURCE_DATE_EPOCH
- fix the error code when no PKGBUILD exists
- use --unneeded when removing build deps to allow runtime-only
deps to work well with makepkg -sir (FS#32723)
- compute package sizes correctly across different filesystems
- use shared clones for git sources to save space when building
- fix reporting of invalid archive extensions
- correctly handle hg sources with updates on a non-default
branch
- install pkg-config file for libmakepkg's library directory
- propagate error codes when package failed to sign correctly
- be compatible with file 5.37's application/gzip MIME type
- forbid non-ASCII pkgname and pkgver (FS#49342)
- fix exiting on failure without ensuring dependencies are
prompted for removal (FS#63000)
- quiet superfluous warnings for missing debug source files for
artificial symbols
- add routine for linting $PACKAGER to check that it has a
valid name and email address, and document the desired format
in makepkg.conf(5)
- add rust support for *FLAGS and debug-prefix-map
- correctly handle a system file command with seccomp enabled
(FS#58626)
- try to more thoroughly clean up logpipe during unusual exit
states such as CTRL-C
- when installing packages with -sir, be more robust against
conflicting makedepends by always uninstalling them first
- fix exit code when removing deps fails
- reproducible builds: suppress filesystem-specific archive
metadata from built packages as they are not needed
- pacman-key:
- just accept one file to verify, and enforce detached sigs
(FS#52022)
- after recent GnuPG updates, ensure the Web of Trust is still
used
- clean keys during import to reduce size consumed by unusable
signatures
- repo-add:
- add support for zst compressed databases
- print the name of the database when extracting
- do not infinitely loop on malformed arguments with embedded
globs
- add option to prevent downgrading (FS#17752)
- various documentation updates
5.1.3 - Sanitize file name received from Content-Disposition header
during -U (CVE-2019-9686)
5.1.2 - pacman-conf: add missing DisableDownloadTimeout support
- Include version when checking optdepend install status
during -Qi (FS#60106)

26
README
View File

@@ -58,7 +58,6 @@ library is initialized.
* progresscb: Callback to handle display of transaction progress.
* gpgdir: Directory where GnuPG files are stored.
* arch: Allowed package architecture.
* deltaratio: Download deltas if possible; a ratio value.
* checkspace: Check disk space before installing.
* default_siglevel: Default signature verification level.
* local_file_siglevel: Signature verification level for local file upgrades.
@@ -631,3 +630,28 @@ API CHANGES BETWEEN 5.0 AND 5.1
- alpm_capabilities()
- duplicate and add to list
- alpm_list_append_strdup()
API CHANGES BETWEEN 5.1 AND 5.2
===============================
[REMOVED]
- package delta support
- alpm_delta_t
- alpm_event_delta_patch_t
- alpm_event_t union - removed alpm_event_delta_patch_t
- ALPM_EVENT_DELTA_INTEGRITY_START, ALPM_EVENT_DELTA_INTEGRITY_DONE,
ALPM_EVENT_DELTA_PATCHES_START, ALPM_EVENT_DELTA_PATCHES_DONE,
ALPM_EVENT_DELTA_PATCH_START, ALPM_EVENT_DELTA_PATCH_DONE,
ALPM_EVENT_DELTA_PATCH_FAILED
- ALPM_ERR_DLT_INVALID, ALPM_ERR_DLT_PATCHFAILED
- alpm_option_get_deltaratio()
- alpm_option_set_deltaratio()
- alpm_pkg_get_deltas()
- alpm_pkg_unused_deltas()
- alpm_transflag_t - removed member ALPM_TRANS_FLAG_FORCE
[CHANGED]
- alpm_errno_t - added member ALPM_ERR_MISSING_CAPABILITY_SIGNATURES
- alpm_sync_newversion() replaced with alpm_sync_get_new_version() which
does not filter on any ALPM_DB_USAGE_*.

View File

@@ -11,6 +11,7 @@ The following checklist should be used for making a pacman release.
- Update doc/index.asciidoc
- Create a signed git tag (git tag -s vX.Y.Z -m "commit message")
- Create and sign release tarballs (generate with "make distcheck")
- In addition to the standard autotools toolchain, autoconf-archive is needed
- Update pacman website
Transifex updates are handled using the transifex client. The basic process is:

View File

@@ -19,12 +19,9 @@ mode=$3
-e "s|@TEMPLATE_DIR[@]|@TEMPLATE_DIR@|g" \
-e "s|@DEBUGSUFFIX[@]|@DEBUGSUFFIX@|g" \
-e "s|@INODECMD[@]|@INODECMD@|g" \
-e "s|@OWNERCMD[@]|@OWNERCMD@|g" \
-e "s|@MODECMD[@]|@MODECMD@|g" \
-e "s|@FILECMD[@]|@FILECMD@|g" \
-e "s|@SEDINPLACEFLAGS[@]|@SEDINPLACEFLAGS@|g" \
-e "s|@SEDPATH[@]|@SEDPATH@|g" \
-e "s|@DUFLAGS[@]|@DUFLAGS@|g" \
-e "s|@DUPATH[@]|@DUPATH@|g" \
-e "s|@configure_input[@]|Generated from ${input##*/}; do not edit by hand.|g" \
"$input" >"$output"

View File

@@ -1,296 +0,0 @@
#!/usr/bin/env python3
# Adapted from tappy copyright (c) 2016, Matt Layman
# MIT license
# https://github.com/python-tap/tappy
import io
import re
import subprocess
import sys
class Directive(object):
"""A representation of a result line directive."""
skip_pattern = re.compile(
r"""^SKIP\S*
(?P<whitespace>\s*) # Optional whitespace.
(?P<reason>.*) # Slurp up the rest.""",
re.IGNORECASE | re.VERBOSE)
todo_pattern = re.compile(
r"""^TODO\b # The directive name
(?P<whitespace>\s*) # Immediately following must be whitespace.
(?P<reason>.*) # Slurp up the rest.""",
re.IGNORECASE | re.VERBOSE)
def __init__(self, text):
"""Initialize the directive by parsing the text.
The text is assumed to be everything after a '#\s*' on a result line.
"""
self._text = text
self._skip = False
self._todo = False
self._reason = None
match = self.skip_pattern.match(text)
if match:
self._skip = True
self._reason = match.group('reason')
match = self.todo_pattern.match(text)
if match:
if match.group('whitespace'):
self._todo = True
else:
# Catch the case where the directive has no descriptive text.
if match.group('reason') == '':
self._todo = True
self._reason = match.group('reason')
@property
def text(self):
"""Get the entire text."""
return self._text
@property
def skip(self):
"""Check if the directive is a SKIP type."""
return self._skip
@property
def todo(self):
"""Check if the directive is a TODO type."""
return self._todo
@property
def reason(self):
"""Get the reason for the directive."""
return self._reason
class Parser(object):
"""A parser for TAP files and lines."""
# ok and not ok share most of the same characteristics.
result_base = r"""
\s* # Optional whitespace.
(?P<number>\d*) # Optional test number.
\s* # Optional whitespace.
(?P<description>[^#]*) # Optional description before #.
\#? # Optional directive marker.
\s* # Optional whitespace.
(?P<directive>.*) # Optional directive text.
"""
ok = re.compile(r'^ok' + result_base, re.VERBOSE)
not_ok = re.compile(r'^not\ ok' + result_base, re.VERBOSE)
plan = re.compile(r"""
^1..(?P<expected>\d+) # Match the plan details.
[^#]* # Consume any non-hash character to confirm only
# directives appear with the plan details.
\#? # Optional directive marker.
\s* # Optional whitespace.
(?P<directive>.*) # Optional directive text.
""", re.VERBOSE)
diagnostic = re.compile(r'^#')
bail = re.compile(r"""
^Bail\ out!
\s* # Optional whitespace.
(?P<reason>.*) # Optional reason.
""", re.VERBOSE)
version = re.compile(r'^TAP version (?P<version>\d+)$')
TAP_MINIMUM_DECLARED_VERSION = 13
def parse(self, fh):
"""Generate tap.line.Line objects, given a file-like object `fh`.
`fh` may be any object that implements both the iterator and
context management protocol (i.e. it can be used in both a
"with" statement and a "for...in" statement.)
Trailing whitespace and newline characters will be automatically
stripped from the input lines.
"""
with fh:
for line in fh:
yield self.parse_line(line.rstrip())
def parse_line(self, text):
"""Parse a line into whatever TAP category it belongs."""
match = self.ok.match(text)
if match:
return self._parse_result(True, match)
match = self.not_ok.match(text)
if match:
return self._parse_result(False, match)
if self.diagnostic.match(text):
return ('diagnostic', text)
match = self.plan.match(text)
if match:
return self._parse_plan(match)
match = self.bail.match(text)
if match:
return ('bail', match.group('reason'))
match = self.version.match(text)
if match:
return self._parse_version(match)
return ('unknown',)
def _parse_plan(self, match):
"""Parse a matching plan line."""
expected_tests = int(match.group('expected'))
directive = Directive(match.group('directive'))
# Only SKIP directives are allowed in the plan.
if directive.text and not directive.skip:
return ('unknown',)
return ('plan', expected_tests, directive)
def _parse_result(self, ok, match):
"""Parse a matching result line into a result instance."""
return ('result', ok, match.group('number'),
match.group('description').strip(),
Directive(match.group('directive')))
def _parse_version(self, match):
version = int(match.group('version'))
if version < self.TAP_MINIMUM_DECLARED_VERSION:
raise ValueError('It is an error to explicitly specify '
'any version lower than 13.')
return ('version', version)
class Rules(object):
def __init__(self):
self._lines_seen = {'plan': [], 'test': 0, 'failed': 0, 'version': []}
self._errors = []
def check(self, final_line_count):
"""Check the status of all provided data and update the suite."""
if self._lines_seen['version']:
self._process_version_lines()
self._process_plan_lines(final_line_count)
def check_errors(self):
if self._lines_seen['failed'] > 0:
self._add_error('Tests failed.')
if self._errors:
for error in self._errors:
print(error)
return 1
return 0
def _process_version_lines(self):
"""Process version line rules."""
if len(self._lines_seen['version']) > 1:
self._add_error('Multiple version lines appeared.')
elif self._lines_seen['version'][0] != 1:
self._add_error('The version must be on the first line.')
def _process_plan_lines(self, final_line_count):
"""Process plan line rules."""
if not self._lines_seen['plan']:
self._add_error('Missing a plan.')
return
if len(self._lines_seen['plan']) > 1:
self._add_error('Only one plan line is permitted per file.')
return
expected_tests, at_line = self._lines_seen['plan'][0]
if not self._plan_on_valid_line(at_line, final_line_count):
self._add_error(
'A plan must appear at the beginning or end of the file.')
return
if expected_tests != self._lines_seen['test']:
self._add_error(
'Expected {expected_count} tests '
'but only {seen_count} ran.'.format(
expected_count=expected_tests,
seen_count=self._lines_seen['test']))
def _plan_on_valid_line(self, at_line, final_line_count):
"""Check if a plan is on a valid line."""
# Put the common cases first.
if at_line == 1 or at_line == final_line_count:
return True
# The plan may only appear on line 2 if the version is at line 1.
after_version = (
self._lines_seen['version'] and
self._lines_seen['version'][0] == 1 and
at_line == 2)
if after_version:
return True
return False
def handle_bail(self, reason):
"""Handle a bail line."""
self._add_error('Bailed: {reason}').format(reason=reason)
def handle_skipping_plan(self):
"""Handle a plan that contains a SKIP directive."""
sys.exit(77)
def saw_plan(self, expected_tests, at_line):
"""Record when a plan line was seen."""
self._lines_seen['plan'].append((expected_tests, at_line))
def saw_test(self, ok):
"""Record when a test line was seen."""
self._lines_seen['test'] += 1
if not ok:
self._lines_seen['failed'] += 1
def saw_version_at(self, line_counter):
"""Record when a version line was seen."""
self._lines_seen['version'].append(line_counter)
def _add_error(self, message):
self._errors += [message]
if __name__ == '__main__':
parser = Parser()
rules = Rules()
try:
out = subprocess.check_output(sys.argv[1:], universal_newlines=True)
except subprocess.CalledProcessError as e:
sys.stdout.write(e.output)
raise e
line_generator = parser.parse(io.StringIO(out))
line_counter = 0
for line in line_generator:
line_counter += 1
if line[0] == 'unknown':
continue
if line[0] == 'result':
rules.saw_test(line[1])
print('{okay} {num} {description} {directive}'.format(
okay=('' if line[1] else 'not ') + 'ok', num=line[2],
description=line[3], directive=line[4].text))
elif line[0] == 'plan':
if line[2].skip:
rules.handle_skipping_plan()
rules.saw_plan(line[1], line_counter)
elif line[0] == 'bail':
rules.handle_bail(line[1])
elif line[0] == 'version':
rules.saw_version_at(line_counter)
elif line[0] == 'diagnostic':
print(line[1])
rules.check(line_counter)
sys.exit(rules.check_errors())

View File

@@ -1,7 +1,7 @@
#!/bin/bash
find_build_directory() {
local build_dirs=(*/.ninja_log)
local build_dirs=(*/build.ninja)
if [[ ! -e ${build_dirs[0]} ]]; then
echo "error: No build directory found. Have you run 'meson build' yet?" >&2

View File

@@ -41,13 +41,13 @@ AC_PREREQ(2.64)
# Bugfix releases:
# pacman_version_micro += 1
m4_define([lib_current], [11])
m4_define([lib_revision], [1])
m4_define([lib_current], [12])
m4_define([lib_revision], [0])
m4_define([lib_age], [0])
m4_define([pacman_version_major], [5])
m4_define([pacman_version_minor], [1])
m4_define([pacman_version_micro], [1])
m4_define([pacman_version_minor], [2])
m4_define([pacman_version_micro], [0])
m4_define([pacman_version],
[pacman_version_major.pacman_version_minor.pacman_version_micro])
@@ -120,6 +120,12 @@ AC_ARG_WITH(ldconfig,
[set the full path to ldconfig]),
[LDCONFIG=$withval], [LDCONFIG=/sbin/ldconfig])
# Help line for determining whether file is seccomp-enabled
AC_ARG_WITH(file-seccomp,
AS_HELP_STRING([--with-file-seccomp={yes|no|auto}],
[determine whether file is seccomp-enabled @<:@default=auto@:>@]),
[with_file_seccomp=$withval], [with_file_seccomp=auto])
# Help line for selecting a crypto library
AC_ARG_WITH(crypto,
AS_HELP_STRING([--with-crypto={openssl|nettle}],
@@ -222,6 +228,18 @@ PKG_CHECK_VAR(bashcompdir, [bash-completion], [completionsdir], ,
PKG_CHECK_MODULES(LIBARCHIVE, [libarchive >= 3.0.0], ,
AC_MSG_ERROR([*** libarchive >= 3.0.0 is needed to compile pacman!]))
# Check file for seccomp
if test "x$with_file_seccomp" = "xauto"; then
file_version="$(file --version| sed -n 's/^file-\(.*\)/\1/p')"
AX_COMPARE_VERSION([$file_version], [ge], [5.38], [with_file_seccomp=yes])
fi
if test "x$with_file_seccomp" = "xyes"; then
FILECMD="file -S"
else
FILECMD="file"
fi
AC_SUBST(FILECMD)
# Check for OpenSSL
have_openssl=no
have_nettle=no
@@ -268,7 +286,11 @@ AS_IF([test "x$with_gpgme" != "xno"],
[AC_MSG_RESULT([no])])
have_gpgme=no
AS_IF([test "x$with_gpgme" != "xno"],
if test "x$with_gpgme" != "xno"; then
PKG_CHECK_MODULES(GPGME, [gpgme],
[AC_DEFINE([HAVE_LIBGPGME], [1], [Define if gpgme should be used to provide GPG signature support.])
AC_SUBST(pc_gpgme, [gpgme])
have_gpgme=yes],
[AM_PATH_GPGME([1.3.0],
[LIBS_save="$LIBS"
CPPFLAGS_save="$CPPFLAGS"
@@ -285,7 +307,8 @@ AS_IF([test "x$with_gpgme" != "xno"],
[[return gpgme_check_version("1.3.0");]])],
[AC_MSG_RESULT([yes])
have_gpgme=yes
AC_DEFINE([HAVE_LIBGPGME], [1], [Define if gpgme should be used to provide GPG signature support.])],
AC_DEFINE([HAVE_LIBGPGME], [1], [Define if gpgme should be used to provide GPG signature support.])
AC_SUBST(pc_gpgme_libs, ["$GPGME_LIBS"])],
[AC_MSG_RESULT([no])
have_gpgme=no
unset GPGME_LIBS
@@ -299,6 +322,7 @@ AS_IF([test "x$with_gpgme" != "xno"],
CFLAGS="$CFLAGS_save"
unset CPPFLAGS_save
unset CFLAGS_save],)])
fi
AS_IF([test "x$have_gpgme" = xno -a "x$with_gpgme" = xyes],
[AC_MSG_FAILURE([--with-gpgme was given, but gpgme was not found])])
@@ -345,50 +369,32 @@ AC_CHECK_MEMBERS([struct statfs.f_flags],,,[[#include <sys/param.h>
GCC_VISIBILITY_CC
# Host-dependant definitions
DEFAULT_DUFLAGS=" -sk --apparent-size"
DEFAULT_SEDINPLACEFLAGS=" --follow-symlinks -i"
INODECMD="stat -c '%i %n'"
OWNERCMD="stat -c '%u:%g'"
MODECMD="stat -c '%a'"
STRIP_BINARIES="--strip-all"
STRIP_SHARED="--strip-unneeded"
STRIP_STATIC="--strip-debug"
case "${host_os}" in
*bsd*)
INODECMD="stat -f '%i %N'"
OWNERCMD="stat -f '%u:%g'"
MODECMD="stat -f '%Lp'"
DEFAULT_SEDINPLACEFLAGS=" -i \"\""
DEFAULT_DUFLAGS=" -sk"
;;
darwin*)
host_os_darwin=yes
INODECMD="/usr/bin/stat -f '%i %N'"
OWNERCMD="/usr/bin/stat -f '%u:%g'"
MODECMD="/usr/bin/stat -f '%Lp'"
DEFAULT_SEDINPLACEFLAGS=" -i ''"
DEFAULT_DUFLAGS=" -sk"
STRIP_BINARIES=""
STRIP_SHARED="-S"
STRIP_STATIC="-S"
;;
esac
AM_CONDITIONAL([DARWIN], test "x$host_os_darwin" = "xyes")
AC_PATH_PROGS([DUPATH], [du], [du], [/usr/bin$PATH_SEPARATOR/bin] )
AC_PATH_PROGS([SEDPATH], [sed], [sed], [/usr/bin$PATH_SEPARATOR/bin] )
AC_SUBST(INODECMD)
AC_SUBST(OWNERCMD)
AC_SUBST(MODECMD)
AC_SUBST(STRIP_BINARIES)
AC_SUBST(STRIP_SHARED)
AC_SUBST(STRIP_STATIC)
# Flags for du
if test "${DUFLAGS+set}" != "set"; then
DUFLAGS="${DEFAULT_DUFLAGS}"
fi
AC_ARG_VAR(DUFLAGS, [flags for du, overriding the default])
# Flags for sed in place
if test "${SEDINPLACEFLAGS+set}" != "set"; then
SEDINPLACEFLAGS="${DEFAULT_SEDINPLACEFLAGS}"
@@ -570,9 +576,8 @@ ${PACKAGE_NAME}:
Architecture : ${CARCH}
Host Type : ${CHOST}
File inode command : ${INODECMD}
File owner command : ${OWNERCMD}
File mode command : ${MODECMD}
In-place sed command : ${SEDPATH} ${SEDINPLACEFLAGS}
File seccomp command : ${FILECMD}
libalpm version : ${LIB_VERSION}
libalpm version info : ${LIB_VERSION_INFO}

View File

@@ -10,7 +10,6 @@ MANPAGES = \
makepkg-template.1 \
repo-add.8 \
vercmp.8 \
pkgdelta.8 \
pacman-key.8 \
PKGBUILD.5 \
makepkg.conf.5 \
@@ -34,6 +33,7 @@ HTML_DOCS = \
$(HTML_OTHER)
EXTRA_DIST = \
meson.build \
asciidoc.conf \
asciidoc-override.css \
alpm-hooks.5.asciidoc \
@@ -42,7 +42,6 @@ EXTRA_DIST = \
makepkg-template.1.asciidoc \
repo-add.8.asciidoc \
vercmp.8.asciidoc \
pkgdelta.8.asciidoc \
pacman-key.8.asciidoc \
PKGBUILD.5.asciidoc \
PKGBUILD-example.txt \
@@ -110,6 +109,8 @@ ASCIIDOC_OPTS = \
-f $(srcdir)/asciidoc.conf \
-a pacman_version="$(REAL_PACKAGE_VERSION)" \
-a pacman_date="`date +%Y-%m-%d`" \
-a srcext="$(SRCEXT)" \
-a pkgext="$(PKGEXT)" \
-a pkgdatadir=$(pkgdatadir) \
-a localstatedir=$(localstatedir) \
-a sysconfdir=$(sysconfdir) \

View File

@@ -296,23 +296,23 @@ underscore and the architecture name e.g., 'replaces_x86_64=()'.
Compress man and info pages with gzip.
*ccache*;;
Allow the use of ccache during build. More useful in its negative
Allow the use of ccache during `build()`. More useful in its negative
form `!ccache` with select packages that have problems building
with ccache.
*distcc*;;
Allow the use of distcc during build. More useful in its negative
Allow the use of distcc during `build()`. More useful in its negative
form `!distcc` with select packages that have problems building
with distcc.
*buildflags*;;
Allow the use of user-specific buildflags (CPPFLAGS, CFLAGS, CXXFLAGS,
LDFLAGS) during build as specified in linkman:makepkg.conf[5]. More
LDFLAGS) during `build()` as specified in linkman:makepkg.conf[5]. More
useful in its negative form `!buildflags` with select packages that
have problems building with custom buildflags.
*makeflags*;;
Allow the use of user-specific makeflags during build as specified
Allow the use of user-specific makeflags during `build()` as specified
in linkman:makepkg.conf[5]. More useful in its negative form
`!makeflags` with select packages that have problems building with
custom makeflags such as `-j2` (or higher).
@@ -332,6 +332,14 @@ PKGBUILD must contain a `package()` function which installs all the package's
files into the packaging directory, with optional `prepare()`, `build()`, and
`check()` functions being used to create those files from source.
This is directly sourced and executed by makepkg, so anything that Bash or the
system has available is available for use here. Be sure any exotic commands
used are covered by the `makedepends` array.
If you create any variables of your own in any of these functions, it is
recommended to use the Bash `local` keyword to scope the variable to inside the
function.
*package() Function*::
The `package()` function is used to install files into the directory that
will become the root directory of the built package and is run after all
@@ -348,14 +356,7 @@ files into the packaging directory, with optional `prepare()`, `build()`, and
*build() Function*::
The optional `build()` function is use to compile and/or adjust the source
files in preparation to be installed by the `package()` function. This is
directly sourced and executed by makepkg, so anything that Bash or the
system has available is available for use here. Be sure any exotic
commands used are covered by the `makedepends` array.
+
If you create any variables of your own in the `build()` function, it is
recommended to use the Bash `local` keyword to scope the variable to inside
the `build()` function.
files in preparation to be installed by the `package()` function.
*check() Function*::
An optional `check()` function can be specified in which a package's

View File

@@ -12,7 +12,7 @@ SYNOPSIS
--------
[Trigger] (Required, Repeatable)
Operation = Install|Upgrade|Remove (Required, Repeatable)
Type = File|Package (Required)
Type = Path|Package (Required)
Target = <Path|PkgName> (Required, Repeatable)
[Action] (Required)
@@ -49,19 +49,20 @@ defined the hook will run if the transaction matches *any* of the triggers.
Select the type of operation to match targets against. May be specified
multiple times. Installations are considered an upgrade if the package or
file is already present on the system regardless of whether the new package
version is actually greater than the currently installed version. For File
version is actually greater than the currently installed version. For Path
triggers, this is true even if the file changes ownership from one package
to another. Required.
*Type =* File|Package::
*Type =* Path|Package::
Select whether targets are matched against transaction packages or files.
See CAVEATS for special notes regarding File triggers. Required.
See CAVEATS for special notes regarding Path triggers. 'File' is a deprecated
alias for 'Path' and will be removed in a future release. Required.
*Target =* <path|package>::
The file path or package name to match against the active transaction.
File paths refer to the files in the package archive; the installation root
The path or package name to match against the active transaction.
Paths refer to the files in the package archive; the installation root
should *not* be included in the path. Shell-style glob patterns are
allowed. It is possible to invert matches by prepending a file with an
allowed. It is possible to invert matches by prepending a target with an
exclamation mark. May be specified multiple times. Required.
ACTIONS
@@ -119,7 +120,7 @@ Exec = /usr/bin/sync
CAVEATS
-------
There are situations when file triggers may act in unexpected ways. Hooks are
There are situations when path triggers may act in unexpected ways. Hooks are
triggered using the file list of the installed, upgraded, or removed package.
When installing or upgrading a file that is extracted with a '.pacnew'
extension, the original file name is used in triggering the hook. When

View File

@@ -6,8 +6,9 @@ information on pacman and its related tools.
Bugs
----
Bugs? You must be kidding; there are no bugs in this software. But if we
happen to be wrong, send us an email with as much detail as possible to
mailto:pacman-dev@archlinux.org[].
happen to be wrong, submit a bug report with as much detail as possible
at the https://bugs.archlinux.org/index.php?project=3[Arch Linux Bug Tracker]
in the Pacman section.
Authors

View File

@@ -52,7 +52,6 @@ configuration files dealing with pacman.
* linkman:pacman[8]
* linkman:pacman-key[8]
* linkman:pacman.conf[5]
* linkman:pkgdelta[8]
* linkman:repo-add[8]
* linkman:vercmp[8]
@@ -77,6 +76,8 @@ Releases
[frame="topbot",grid="none",options="header,autowidth"]
!======
!Version !Date
!5.2.0 !2019-10-21
!5.1.3 !2019-03-01
!5.1.2 !2018-12-25
!5.1.1 !2018-07-27
!5.1.0 !2018-05-28

View File

@@ -340,7 +340,7 @@ On exit, makepkg will return one of the following error codes.
Programs necessary to run makepkg are missing.
16::
Specified GPG key does not exist.
Specified GPG key does not exist or failed to sign package.
See Also
--------

View File

@@ -72,6 +72,10 @@ Options
**CXXFLAGS=**"cxxflags"::
Flags used for the C++ compiler; see CFLAGS for more info.
**RUSTFLAGS=**"rustflags"::
Flags used for the Rust compiler, similar in spirit to CFLAGS. Read
linkman:rustc[1] for more details on the available flags.
**LDFLAGS=**"ldflags"::
Flags used for the linker. Several options may be specified with common
usage resembling ``-Wl,--hash-style=gnu''. Read ld(1) for more details on
@@ -89,6 +93,11 @@ Options
**DEBUG_CXXFLAGS=**"debug_cxxflags"::
Debug flags used for the C++ compiler; see DEBUG_CFLAGS for more info.
**DEBUG_RUSTFLAGS=**"debug_rustflags"::
Additional compiler flags appended to `RUSTFLAGS` for use in debugging.
Usually this would include: ``-C debuginfo=2''. Read linkman:rustc[1] for
more details on the available flags.
**BUILDENV=(**!distcc !color !ccache check !sign**)**::
This array contains options that affect the build environment; the defaults
are shown here. All options should always be left in the array; to enable
@@ -244,6 +253,7 @@ Options
**PACKAGER=**"John Doe <john@example.com>"::
This value is used when querying a package to see who was the builder.
The given format is required for PGP key lookup through WKD.
It is recommended to change this to your name and email address.
**COMPRESSGZ=**"(gzip -c -f -n)"::
@@ -258,11 +268,12 @@ Options
Sets the command and options used when compressing compiled or source
packages in the named format.
**PKGEXT=**".pkg.tar.gz", **SRCEXT=**".src.tar.gz"::
**PKGEXT=**"{pkgext}", **SRCEXT=**"{srcext}"::
Sets the compression used when making compiled or source packages.
Valid suffixes are `.tar`, `.tar.gz`, `.tar.bz2`, `.tar.xz`, `.tar.zst`,
`.tar.lzo`, `.tar.lrz`, `.tar.lz4`, `.tar.lz` and `.tar.Z`.
Do not touch these unless you know what you are doing.
Valid suffixes are `.tar.gz`, `.tar.bz2`, `.tar.xz`, `.tar.zst`,
`.tar.lzo`, `.tar.lrz`, `.tar.lz4`, `.tar.lz` and `.tar.Z`, or
simply `.tar` to disable compression entirely.
See Also

View File

@@ -5,7 +5,6 @@ manpages = [
{ 'name': 'makepkg-template.1' },
{ 'name': 'repo-add.8' },
{ 'name': 'vercmp.8' },
{ 'name': 'pkgdelta.8' },
{ 'name': 'pacman-key.8' },
{ 'name': 'PKGBUILD.5', 'extra_depends' : [ 'PKGBUILD-example.txt' ] },
{ 'name': 'makepkg.conf.5' },
@@ -28,6 +27,8 @@ asciidoc_opts = [
'-f', asciidoc_conf,
'-a', 'pacman_version="@0@"'.format(PACKAGE_VERSION),
'-a', 'pacman_date=@0@'.format(run_command('date', '+%Y-%m-%d').stdout().strip()),
'-a', 'srcext=@0@'.format(get_option('src-ext')),
'-a', 'pkgext=@0@'.format(get_option('pkg-ext')),
'-a', 'pkgdatadir=@0@'.format(PKGDATADIR),
'-a', 'localstatedir=@0@'.format(LOCALSTATEDIR),
'-a', 'sysconfdir=@0@'.format(SYSCONFDIR),

View File

@@ -488,14 +488,8 @@ File Options (apply to '-F')[[FO]]
*-l, \--list*::
List the files owned by the queried package.
*-s, \--search*::
Search package file names for matching strings.
*-x, --regex*::
Treat arguments to '--search' as regular expressions.
*-o, \--owns*::
Search for packages that own a particular file.
Interpret each query as a regular expression.
*-q, \--quiet*::
Show less information for certain file operations. This is useful when
@@ -503,9 +497,9 @@ File Options (apply to '-F')[[FO]]
'--machinereadable' instead.
*--machinereadable*::
Use a machine readable output format for '--list', '--search' and
'--owns'. The format is 'repository\0pkgname\0pkgver\0path\n' with '\0'
being the NULL character and '\n' a linefeed.
Print each match in a machine readable output format. The format is
'repository\0pkgname\0pkgver\0path\n' with '\0' being the NULL character
and '\n' a linefeed.
Handling Config Files[[HCF]]
----------------------------

View File

@@ -186,14 +186,6 @@ Options
*Color*::
Automatically enable colors only when pacman's output is on a tty.
*UseDelta* [= ratio]::
Download delta files instead of complete packages if possible. Requires
the `xdelta3` program to be installed. If a ratio is specified (e.g.,
`0.5`), then it is used as a cutoff for determining whether to use deltas.
Allowed values are between `0.0` and `2.0`; sensible values are between
`0.2` and `0.9`. Using a value above `1.0` is not recommended. The
default is `0.7` if left unspecified.
*TotalDownload*::
When downloading, display the amount downloaded, download rate, ETA,
and completed percentage of the entire download list rather

View File

@@ -1,53 +0,0 @@
pkgdelta(8)
=========
Name
----
pkgdelta - package delta generation utility
Synopsis
--------
'pkgdelta' [options] <package1> <package2>
Description
-----------
'pkgdelta' is used to create package delta files between two versions of the
same package. These files are essentially binary patches. linkman:pacman[8] can
download deltas instead of full package upgrades, and use them with the
previous versions of packages (in the package cache) to synthesize the upgraded
version of the packages. This likely reduces download sizes for upgrades
significantly.
'pkgdelta' requires linkman:xdelta3[1] to do its job.
Options
-------
*--max-delta-size <ratio>*::
Only create delta files if the delta is smaller than ratio * package_size.
Possible values: 0.0 to 2.0.
Recommended values: 0.2 to 0.9.
Default value: 0.7
*--min-pkg-size <size>*::
Minimal size of the package file in bytes to be considered for delta creation.
Default value: 1048576 bytes = 1 MiB. This may be any absolute size in bytes or
a human-readable value such as `4MiB` or `3.5MB`.
*-q, \--quiet*::
Be quiet. Do not output anything but warnings and errors.
Examples
--------
$ pkgdelta libreoffice-3.3.2-1-x86_64.pkg.tar.xz libreoffice-3.3.2-2-x86_64.pkg.tar.xz
See Also
--------
linkman:pacman[8], linkman:xdelta3[1]
include::footer.asciidoc[]

View File

@@ -8,27 +8,25 @@ repo-add - package database maintenance utility
Synopsis
--------
'repo-add' [options] <path-to-db> <package|delta> [<package|delta> ...]
'repo-add' [options] <path-to-db> <package> [<package> ...]
'repo-remove' [options] <path-to-db> <packagename|delta> [<packagename|delta> ...]
'repo-remove' [options] <path-to-db> <packagename> [<packagename> ...]
Description
-----------
'repo-add' and 'repo-remove' are two scripts to help build a package database for
packages built with linkman:makepkg[8] and installed with linkman:pacman[8].
They also handle package deltas produced by linkman:pkgdelta[8].
'repo-add' will update a package database by reading a built package or package
delta file. Multiple packages and/or deltas to add can be specified on the
command line.
'repo-add' will update a package database by reading a built package file.
Multiple packages to add can be specified on the command line.
If a matching ``.sig'' file is found alongside a package file, the signature
will automatically be embedded into the database.
'repo-remove' will update a package database by removing the package name or
delta specified on the command line. Multiple packages and/or delta to remove
can be specified on the command line.
'repo-remove' will update a package database by removing the package name
specified on the command line. Multiple packages to remove can be specified
on the command line.
A package database is a tar file, optionally compressed. Valid extensions are
``.db'' followed by an archive extension of ``.tar'', ``.tar.gz'', ``.tar.bz2'',
@@ -64,10 +62,6 @@ Common Options
repo-add Options
----------------
*-d, \--delta*::
Automatically generate and add a delta file between the old entry and the
new one, if the old package file is found next to the new one.
*-n, \--new*::
Only add packages that are not already in the database. Warnings will be
printed upon detection of existing packages, but they will not be re-added.
@@ -89,6 +83,6 @@ db.tar* extension), there is currently no additional benefit for the larger down
See Also
--------
linkman:makepkg[8], linkman:pacman[8], linkman:pkgdelta[8]
linkman:makepkg[8], linkman:pacman[8]
include::footer.asciidoc[]

View File

@@ -40,11 +40,13 @@ CHOST="@CHOST@"
#CFLAGS="-O2 -pipe"
#CXXFLAGS="-O2 -pipe"
#LDFLAGS=""
#RUSTFLAGS="-C opt-level=2"
#-- Make Flags: change this for DistCC/SMP systems
#MAKEFLAGS="-j2"
#-- Debugging flags
#DEBUG_CFLAGS="-g"
#DEBUG_CXXFLAGS="-g"
#DEBUG_RUSTFLAGS="-C debuginfo=2"
#########################################################################
# BUILD ENVIRONMENT
@@ -141,8 +143,5 @@ COMPRESSLZ=(lzip -c -f)
# EXTENSION DEFAULTS
#########################################################################
#
# WARNING: Do NOT modify these variables unless you know what you are
# doing.
#
PKGEXT='@PKGEXT@'
SRCEXT='@SRCEXT@'

View File

@@ -19,7 +19,6 @@ HoldPkg = pacman glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta = 0.7
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup

View File

@@ -2,6 +2,8 @@ AUTOMAKE_OPTIONS = gnu
SUBDIRS = po
EXTRA_DIST = meson.build po/meson.build
lib_LTLIBRARIES = libalpm.la
include_HEADERS = alpm_list.h alpm.h
@@ -34,7 +36,6 @@ libalpm_la_SOURCES = \
be_sync.c \
conflict.h conflict.c \
db.h db.c \
delta.h delta.c \
deps.h deps.c \
diskspace.h diskspace.c \
dload.h dload.c \

View File

@@ -68,7 +68,7 @@ alpm_handle_t SYMEXPORT *alpm_initialize(const char *root, const char *dbpath,
* with a slash) correctly, we skip SYSHOOKDIR[0]; the regular +1 therefore
* disappears from the allocation */
MALLOC(hookdir, strlen(myhandle->root) + strlen(SYSHOOKDIR), goto nomem);
sprintf(hookdir, "%s%s", myhandle->root, SYSHOOKDIR + 1);
sprintf(hookdir, "%s%s", myhandle->root, &SYSHOOKDIR[1]);
myhandle->hookdirs = alpm_list_add(NULL, hookdir);
/* set default database extension */

View File

@@ -104,9 +104,6 @@ typedef enum _alpm_errno_t {
/* Signatures */
ALPM_ERR_SIG_MISSING,
ALPM_ERR_SIG_INVALID,
/* Deltas */
ALPM_ERR_DLT_INVALID,
ALPM_ERR_DLT_PATCHFAILED,
/* Dependencies */
ALPM_ERR_UNSATISFIED_DEPS,
ALPM_ERR_CONFLICTING_DEPS,
@@ -273,22 +270,6 @@ typedef struct _alpm_group_t {
alpm_list_t *packages;
} alpm_group_t;
/** Package upgrade delta */
typedef struct _alpm_delta_t {
/** filename of the delta patch */
char *delta;
/** md5sum of the delta file */
char *delta_md5;
/** filename of the 'before' file */
char *from;
/** filename of the 'after' file */
char *to;
/** filesize of the delta file */
off_t delta_size;
/** download filesize of the delta file */
off_t download_size;
} alpm_delta_t;
/** File in a package */
typedef struct _alpm_file_t {
char *name;
@@ -405,21 +386,6 @@ typedef enum _alpm_event_type_t {
ALPM_EVENT_LOAD_START,
/** Target package is finished loading. */
ALPM_EVENT_LOAD_DONE,
/** Target delta's integrity will be checked. */
ALPM_EVENT_DELTA_INTEGRITY_START,
/** Target delta's integrity was checked. */
ALPM_EVENT_DELTA_INTEGRITY_DONE,
/** Deltas will be applied to packages. */
ALPM_EVENT_DELTA_PATCHES_START,
/** Deltas were applied to packages. */
ALPM_EVENT_DELTA_PATCHES_DONE,
/** Delta patch will be applied to target package; See
* alpm_event_delta_patch_t for arguments.. */
ALPM_EVENT_DELTA_PATCH_START,
/** Delta patch was applied to target package. */
ALPM_EVENT_DELTA_PATCH_DONE,
/** Delta patch failed to apply to target package. */
ALPM_EVENT_DELTA_PATCH_FAILED,
/** Scriptlet has printed information; See alpm_event_scriptlet_info_t for
* arguments. */
ALPM_EVENT_SCRIPTLET_INFO,
@@ -509,13 +475,6 @@ typedef struct _alpm_event_optdep_removal_t {
alpm_depend_t *optdep;
} alpm_event_optdep_removal_t;
typedef struct _alpm_event_delta_patch_t {
/** Type of event. */
alpm_event_type_t type;
/** Delta info */
alpm_delta_t *delta;
} alpm_event_delta_patch_t;
typedef struct _alpm_event_scriptlet_info_t {
/** Type of event. */
alpm_event_type_t type;
@@ -589,7 +548,6 @@ typedef union _alpm_event_t {
alpm_event_any_t any;
alpm_event_package_operation_t package_operation;
alpm_event_optdep_removal_t optdep_removal;
alpm_event_delta_patch_t delta_patch;
alpm_event_scriptlet_info_t scriptlet_info;
alpm_event_database_missing_t database_missing;
alpm_event_pkgdownload_t pkgdownload;
@@ -915,9 +873,6 @@ const char *alpm_option_get_arch(alpm_handle_t *handle);
/** Sets the targeted architecture. */
int alpm_option_set_arch(alpm_handle_t *handle, const char *arch);
double alpm_option_get_deltaratio(alpm_handle_t *handle);
int alpm_option_set_deltaratio(alpm_handle_t *handle, double ratio);
int alpm_option_get_checkspace(alpm_handle_t *handle);
int alpm_option_set_checkspace(alpm_handle_t *handle, int checkspace);
@@ -1294,12 +1249,6 @@ alpm_list_t *alpm_pkg_get_conflicts(alpm_pkg_t *pkg);
*/
alpm_list_t *alpm_pkg_get_provides(alpm_pkg_t *pkg);
/** Returns the list of available deltas for pkg.
* @param pkg a pointer to package
* @return a reference to an internal list of strings.
*/
alpm_list_t *alpm_pkg_get_deltas(alpm_pkg_t *pkg);
/** Returns the list of packages to be replaced by pkg.
* @param pkg a pointer to package
* @return a reference to an internal list of alpm_depend_t structures.
@@ -1397,8 +1346,6 @@ int alpm_pkg_has_scriptlet(alpm_pkg_t *pkg);
*/
off_t alpm_pkg_download_size(alpm_pkg_t *newpkg);
alpm_list_t *alpm_pkg_unused_deltas(alpm_pkg_t *pkg);
/** Set install reason for a package in the local database.
* The provided package object must be from the local database or this method
* will fail. The write to the local database is performed immediately.

View File

@@ -731,6 +731,8 @@ int SYMEXPORT alpm_pkg_load(alpm_handle_t *handle, const char *filename, int ful
{
int validation = 0;
char *sigpath;
alpm_pkg_t *pkg_temp;
char *packager;
CHECK_HANDLE(handle, return -1);
ASSERT(pkg != NULL, RET_ERR(handle, ALPM_ERR_WRONG_ARGS, -1));
@@ -755,9 +757,17 @@ int SYMEXPORT alpm_pkg_load(alpm_handle_t *handle, const char *filename, int ful
for(k = keys; k; k = k->next) {
char *key = k->data;
if(_alpm_key_in_keychain(handle, key) == 0) {
if(_alpm_key_import(handle, key) == -1) {
pkg_temp = _alpm_pkg_load_internal(handle, filename, full);
if(pkg_temp) {
packager = pkg_temp->packager;
_alpm_pkg_free(pkg_temp);
} else {
packager = NULL;
}
if(_alpm_key_import(handle, packager, key) == -1) {
fail = 1;
}
free(packager);
}
}
FREELIST(keys);

View File

@@ -37,7 +37,6 @@
#include "alpm_list.h"
#include "package.h"
#include "handle.h"
#include "delta.h"
#include "deps.h"
#include "dload.h"
#include "filelist.h"
@@ -427,9 +426,8 @@ static alpm_pkg_t *load_pkg_for_entry(alpm_db_t *db, const char *entryname,
/* This function doesn't work as well as one might think, as size of database
* entries varies considerably. Adding signatures nearly doubles the size of a
* single entry; deltas also can make for large variations in size. These
* current values are heavily influenced by Arch Linux; databases with no
* deltas and a single signature per package. */
* single entry. These current values are heavily influenced by Arch Linux;
* databases with a single signature per package. */
static size_t estimate_package_count(struct stat *st, struct archive *archive)
{
int per_package;
@@ -511,7 +509,7 @@ static int sync_db_populate(alpm_db_t *db)
while((archive_ret = archive_read_next_header(archive, &entry)) == ARCHIVE_OK) {
mode_t mode = archive_entry_mode(entry);
if(!S_ISDIR(mode)) {
/* we have desc, depends or deltas - parse it */
/* we have desc or depends - parse it */
if(sync_db_read(db, archive, entry, &pkg) != 0) {
_alpm_log(db->handle, ALPM_LOG_ERROR,
_("could not parse package description file '%s' from db '%s'\n"),
@@ -637,8 +635,7 @@ static int sync_db_read(alpm_db_t *db, struct archive *archive,
}
if(strcmp(filename, "desc") == 0 || strcmp(filename, "depends") == 0
|| strcmp(filename, "files") == 0
|| (strcmp(filename, "deltas") == 0 && db->handle->deltaratio > 0.0) ) {
|| strcmp(filename, "files") == 0) {
int ret;
while((ret = _alpm_archive_fgets(archive, &buf)) == ARCHIVE_OK) {
char *line = buf.line;
@@ -707,14 +704,6 @@ static int sync_db_read(alpm_db_t *db, struct archive *archive,
READ_AND_SPLITDEP(pkg->conflicts);
} else if(strcmp(line, "%PROVIDES%") == 0) {
READ_AND_SPLITDEP(pkg->provides);
} else if(strcmp(line, "%DELTAS%") == 0) {
/* Different than the rest because of the _alpm_delta_parse call. */
while(1) {
READ_NEXT();
if(strlen(line) == 0) break;
pkg->deltas = alpm_list_add(pkg->deltas,
_alpm_delta_parse(db->handle, line));
}
} else if(strcmp(line, "%FILES%") == 0) {
/* TODO: this could lazy load if there is future demand */
size_t files_count = 0, files_size = 0;
@@ -751,8 +740,6 @@ static int sync_db_read(alpm_db_t *db, struct archive *archive,
goto error;
}
*likely_pkg = pkg;
} else if(strcmp(filename, "deltas") == 0) {
/* skip reading delta files if UseDelta is unset */
} else {
/* unknown database file */
_alpm_log(db->handle, ALPM_LOG_DEBUG, "unknown database file: %s\n", filename);

View File

@@ -1,361 +0,0 @@
/*
* delta.c
*
* Copyright (c) 2006-2018 Pacman Development Team <pacman-dev@archlinux.org>
* Copyright (c) 2007-2006 by Judd Vinet <jvinet@zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
#include <string.h>
#include <stdint.h> /* intmax_t */
#include <limits.h>
#include <sys/types.h>
#include <regex.h>
/* libalpm */
#include "delta.h"
#include "alpm_list.h"
#include "util.h"
#include "log.h"
#include "graph.h"
static alpm_list_t *graph_init(alpm_list_t *deltas, int reverse)
{
alpm_list_t *i, *j;
alpm_list_t *vertices = NULL;
/* create the vertices */
for(i = deltas; i; i = i->next) {
alpm_graph_t *v = _alpm_graph_new();
if(!v) {
alpm_list_free(vertices);
return NULL;
}
alpm_delta_t *vdelta = i->data;
vdelta->download_size = vdelta->delta_size;
v->weight = LONG_MAX;
v->data = vdelta;
vertices = alpm_list_add(vertices, v);
}
/* compute the edges */
for(i = vertices; i; i = i->next) {
alpm_graph_t *v_i = i->data;
alpm_delta_t *d_i = v_i->data;
/* loop a second time so we make all possible comparisons */
for(j = vertices; j; j = j->next) {
alpm_graph_t *v_j = j->data;
alpm_delta_t *d_j = v_j->data;
/* We want to create a delta tree like the following:
* 1_to_2
* |
* 1_to_3 2_to_3
* \ /
* 3_to_4
* If J 'from' is equal to I 'to', then J is a child of I.
* */
if((!reverse && strcmp(d_j->from, d_i->to) == 0) ||
(reverse && strcmp(d_j->to, d_i->from) == 0)) {
v_i->children = alpm_list_add(v_i->children, v_j);
}
}
v_i->iterator = v_i->children;
}
return vertices;
}
static void graph_init_size(alpm_handle_t *handle, alpm_list_t *vertices)
{
alpm_list_t *i;
for(i = vertices; i; i = i->next) {
char *fpath, *md5sum;
alpm_graph_t *v = i->data;
alpm_delta_t *vdelta = v->data;
/* determine whether the delta file already exists */
fpath = _alpm_filecache_find(handle, vdelta->delta);
if(fpath) {
md5sum = alpm_compute_md5sum(fpath);
if(md5sum && strcmp(md5sum, vdelta->delta_md5) == 0) {
vdelta->download_size = 0;
}
FREE(md5sum);
FREE(fpath);
} else {
char *fnamepart;
CALLOC(fnamepart, strlen(vdelta->delta) + 6, sizeof(char), return);
sprintf(fnamepart, "%s.part", vdelta->delta);
fpath = _alpm_filecache_find(handle, fnamepart);
if(fpath) {
struct stat st;
if(stat(fpath, &st) == 0) {
vdelta->download_size = vdelta->delta_size - st.st_size;
vdelta->download_size = vdelta->download_size < 0 ? 0 : vdelta->download_size;
}
FREE(fpath);
}
FREE(fnamepart);
}
/* determine whether a base 'from' file exists */
fpath = _alpm_filecache_find(handle, vdelta->from);
if(fpath) {
v->weight = vdelta->download_size;
}
FREE(fpath);
}
}
static void dijkstra(alpm_list_t *vertices)
{
alpm_list_t *i;
alpm_graph_t *v;
while(1) {
v = NULL;
/* find the smallest vertice not visited yet */
for(i = vertices; i; i = i->next) {
alpm_graph_t *v_i = i->data;
if(v_i->state == ALPM_GRAPH_STATE_PROCESSING) {
continue;
}
if(v == NULL || v_i->weight < v->weight) {
v = v_i;
}
}
if(v == NULL || v->weight == LONG_MAX) {
break;
}
v->state = ALPM_GRAPH_STATE_PROCESSING;
v->iterator = v->children;
while(v->iterator) {
alpm_graph_t *v_c = v->iterator->data;
alpm_delta_t *d_c = v_c->data;
if(v_c->weight > v->weight + d_c->download_size) {
v_c->weight = v->weight + d_c->download_size;
v_c->parent = v;
}
v->iterator = (v->iterator)->next;
}
}
}
static off_t shortest_path(alpm_list_t *vertices, const char *to, alpm_list_t **path)
{
alpm_list_t *i;
alpm_graph_t *v = NULL;
off_t bestsize = 0;
alpm_list_t *rpath = NULL;
for(i = vertices; i; i = i->next) {
alpm_graph_t *v_i = i->data;
alpm_delta_t *d_i = v_i->data;
if(strcmp(d_i->to, to) == 0) {
if(v == NULL || v_i->weight < v->weight) {
v = v_i;
bestsize = v->weight;
}
}
}
while(v != NULL) {
alpm_delta_t *vdelta = v->data;
rpath = alpm_list_add(rpath, vdelta);
v = v->parent;
}
*path = alpm_list_reverse(rpath);
alpm_list_free(rpath);
return bestsize;
}
/** Calculates the shortest path from one version to another.
* The shortest path is defined as the path with the smallest combined
* size, not the length of the path.
* @param handle the context handle
* @param deltas the list of alpm_delta_t * objects that a file has
* @param to the file to start the search at
* @param path the pointer to a list location where alpm_delta_t * objects that
* have the smallest size are placed. NULL is set if there is no path
* possible with the files available.
* @return the size of the path stored, or LONG_MAX if path is unfindable
*/
off_t _alpm_shortest_delta_path(alpm_handle_t *handle, alpm_list_t *deltas,
const char *to, alpm_list_t **path)
{
alpm_list_t *bestpath = NULL;
alpm_list_t *vertices;
off_t bestsize = LONG_MAX;
if(deltas == NULL) {
*path = NULL;
return bestsize;
}
_alpm_log(handle, ALPM_LOG_DEBUG, "started delta shortest-path search for '%s'\n", to);
vertices = graph_init(deltas, 0);
graph_init_size(handle, vertices);
dijkstra(vertices);
bestsize = shortest_path(vertices, to, &bestpath);
_alpm_log(handle, ALPM_LOG_DEBUG, "delta shortest-path search complete : '%jd'\n", (intmax_t)bestsize);
alpm_list_free_inner(vertices, _alpm_graph_free);
alpm_list_free(vertices);
*path = bestpath;
return bestsize;
}
static alpm_list_t *find_unused(alpm_list_t *deltas, const char *to, off_t quota)
{
alpm_list_t *unused = NULL;
alpm_list_t *vertices;
alpm_list_t *i;
vertices = graph_init(deltas, 1);
for(i = vertices; i; i = i->next) {
alpm_graph_t *v = i->data;
alpm_delta_t *vdelta = v->data;
if(strcmp(vdelta->to, to) == 0) {
v->weight = vdelta->download_size;
}
}
dijkstra(vertices);
for(i = vertices; i; i = i->next) {
alpm_graph_t *v = i->data;
alpm_delta_t *vdelta = v->data;
if(v->weight > quota) {
unused = alpm_list_add(unused, vdelta->delta);
}
}
alpm_list_free_inner(vertices, _alpm_graph_free);
alpm_list_free(vertices);
return unused;
}
/** \addtogroup alpm_deltas Delta Functions
* @brief Functions to manipulate libalpm deltas
* @{
*/
alpm_list_t SYMEXPORT *alpm_pkg_unused_deltas(alpm_pkg_t *pkg)
{
ASSERT(pkg != NULL, return NULL);
return find_unused(pkg->deltas, pkg->filename,
pkg->size * pkg->handle->deltaratio);
}
/** @} */
#define NUM_MATCHES 6
/** Parses the string representation of a alpm_delta_t object.
* This function assumes that the string is in the correct format.
* This format is as follows:
* $deltafile $deltamd5 $deltasize $oldfile $newfile
* @param handle the context handle
* @param line the string to parse
* @return A pointer to the new alpm_delta_t object
*/
alpm_delta_t *_alpm_delta_parse(alpm_handle_t *handle, const char *line)
{
alpm_delta_t *delta;
size_t len;
regmatch_t pmatch[NUM_MATCHES];
char filesize[32];
/* this is so we only have to compile the pattern once */
if(!handle->delta_regex_compiled) {
/* $deltafile $deltamd5 $deltasize $oldfile $newfile*/
regcomp(&handle->delta_regex,
"^([^[:space:]]+) ([[:xdigit:]]{32}) ([[:digit:]]+)"
" ([^[:space:]]+) ([^[:space:]]+)$",
REG_EXTENDED | REG_NEWLINE);
handle->delta_regex_compiled = 1;
}
if(regexec(&handle->delta_regex, line, NUM_MATCHES, pmatch, 0) != 0) {
/* delta line is invalid, return NULL */
return NULL;
}
CALLOC(delta, 1, sizeof(alpm_delta_t), return NULL);
/* start at index 1 -- match 0 is the entire match */
len = pmatch[1].rm_eo - pmatch[1].rm_so;
STRNDUP(delta->delta, &line[pmatch[1].rm_so], len, goto error);
len = pmatch[2].rm_eo - pmatch[2].rm_so;
STRNDUP(delta->delta_md5, &line[pmatch[2].rm_so], len, goto error);
len = pmatch[3].rm_eo - pmatch[3].rm_so;
if(len < sizeof(filesize)) {
strncpy(filesize, &line[pmatch[3].rm_so], len);
filesize[len] = '\0';
delta->delta_size = _alpm_strtoofft(filesize);
}
len = pmatch[4].rm_eo - pmatch[4].rm_so;
STRNDUP(delta->from, &line[pmatch[4].rm_so], len, goto error);
len = pmatch[5].rm_eo - pmatch[5].rm_so;
STRNDUP(delta->to, &line[pmatch[5].rm_so], len, goto error);
return delta;
error:
_alpm_delta_free(delta);
return NULL;
}
#undef NUM_MATCHES
void _alpm_delta_free(alpm_delta_t *delta)
{
ASSERT(delta != NULL, return);
FREE(delta->delta);
FREE(delta->delta_md5);
FREE(delta->from);
FREE(delta->to);
FREE(delta);
}
alpm_delta_t *_alpm_delta_dup(const alpm_delta_t *delta)
{
alpm_delta_t *newdelta;
CALLOC(newdelta, 1, sizeof(alpm_delta_t), return NULL);
STRDUP(newdelta->delta, delta->delta, goto error);
STRDUP(newdelta->delta_md5, delta->delta_md5, goto error);
STRDUP(newdelta->from, delta->from, goto error);
STRDUP(newdelta->to, delta->to, goto error);
newdelta->delta_size = delta->delta_size;
newdelta->download_size = delta->download_size;
return newdelta;
error:
_alpm_delta_free(newdelta);
return NULL;
}

View File

@@ -1,33 +0,0 @@
/*
* delta.h
*
* Copyright (c) 2006-2018 Pacman Development Team <pacman-dev@archlinux.org>
* Copyright (c) 2007-2006 by Judd Vinet <jvinet@zeroflux.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef ALPM_DELTA_H
#define ALPM_DELTA_H
#include <sys/types.h> /* off_t */
#include "alpm.h"
alpm_delta_t *_alpm_delta_parse(alpm_handle_t *handle, const char *line);
void _alpm_delta_free(alpm_delta_t *delta);
alpm_delta_t *_alpm_delta_dup(const alpm_delta_t *delta);
off_t _alpm_shortest_delta_path(alpm_handle_t *handle, alpm_list_t *deltas,
const char *to, alpm_list_t **path);
#endif /* ALPM_DELTA_H */

View File

@@ -643,10 +643,9 @@ int _alpm_recursedeps(alpm_db_t *db, alpm_list_t **targs, int include_explicit)
* @param dep is the dependency to search for
* @param dbs are the databases to search
* @param excluding are the packages to exclude from the search
* @param prompt if true, will cause an unresolvable dependency to issue an
* interactive prompt asking whether the package should be removed from
* the transaction or the transaction aborted; if false, simply returns
* an error code without prompting
* @param prompt if true, ask an alpm_question_install_ignorepkg_t to decide
* if ignored packages should be installed; if false, skip ignored
* packages.
* @return the resolved package
**/
static alpm_pkg_t *resolvedep(alpm_handle_t *handle, alpm_depend_t *dep,
@@ -699,7 +698,8 @@ static alpm_pkg_t *resolvedep(alpm_handle_t *handle, alpm_depend_t *dep,
for(j = _alpm_db_get_pkgcache(db); j; j = j->next) {
alpm_pkg_t *pkg = j->data;
if((pkg->name_hash != dep->name_hash || strcmp(pkg->name, dep->name) != 0)
&& _alpm_depcmp(pkg, dep) && !alpm_pkg_find(excluding, pkg->name)) {
&& _alpm_depcmp_provides(dep, alpm_pkg_get_provides(pkg))
&& !alpm_pkg_find(excluding, pkg->name)) {
if(alpm_pkg_should_ignore(handle, pkg)) {
alpm_question_install_ignorepkg_t question = {
.type = ALPM_QUESTION_INSTALL_IGNOREPKG,
@@ -719,20 +719,19 @@ static alpm_pkg_t *resolvedep(alpm_handle_t *handle, alpm_depend_t *dep,
}
_alpm_log(handle, ALPM_LOG_DEBUG, "provider found (%s provides %s)\n",
pkg->name, dep->name);
/* provide is already installed so return early instead of prompting later */
if(_alpm_db_get_pkgfromcache(handle->db_local, pkg->name)) {
alpm_list_free(providers);
return pkg;
}
providers = alpm_list_add(providers, pkg);
/* keep looking for other providers in the all dbs */
}
}
}
/* first check if one provider is already installed locally */
for(i = providers; i; i = i->next) {
alpm_pkg_t *pkg = i->data;
if(_alpm_db_get_pkgfromcache(handle->db_local, pkg->name)) {
alpm_list_free(providers);
return pkg;
}
}
count = alpm_list_count(providers);
if(count >= 1) {
alpm_question_select_provider_t question = {
@@ -766,8 +765,11 @@ static alpm_pkg_t *resolvedep(alpm_handle_t *handle, alpm_depend_t *dep,
/** Find a package satisfying a specified dependency.
* First look for a literal, going through each db one by one. Then look for
* providers. The first satisfier found is returned.
* providers. The first satisfier that belongs to an installed package is
* returned. If no providers belong to an installed package then an
* alpm_question_select_provider_t is created to select the provider.
* The dependency can include versions with depmod operators.
*
* @param handle the context handle
* @param dbs an alpm_list_t* of alpm_db_t where the satisfier will be searched
* @param depstring package or provision name, versioned or not

View File

@@ -53,9 +53,11 @@ static const char *get_filename(const char *url)
{
char *filename = strrchr(url, '/');
if(filename != NULL) {
filename++;
return filename + 1;
}
return filename;
/* no slash found, it's a filename */
return url;
}
static char *get_fullpath(const char *path, const char *filename,
@@ -454,6 +456,7 @@ static int curl_download_internal(struct dload_payload *payload,
if(payload->respcode >= 400) {
payload->unlink_on_fail = 1;
if(!payload->errors_ok) {
handle->pm_errno = ALPM_ERR_RETRIEVE;
/* non-translated message is same as libcurl */
snprintf(error_buffer, sizeof(error_buffer),
"The requested URL returned error: %ld", payload->respcode);

View File

@@ -130,11 +130,6 @@ const char SYMEXPORT *alpm_strerror(alpm_errno_t err)
return _("missing PGP signature");
case ALPM_ERR_SIG_INVALID:
return _("invalid PGP signature");
/* Deltas */
case ALPM_ERR_DLT_INVALID:
return _("invalid or corrupted delta");
case ALPM_ERR_DLT_PATCHFAILED:
return _("delta patch failed");
/* Dependencies */
case ALPM_ERR_UNSATISFIED_DEPS:
return _("could not satisfy dependencies");

View File

@@ -34,7 +34,6 @@
#include "alpm_list.h"
#include "util.h"
#include "log.h"
#include "delta.h"
#include "trans.h"
#include "alpm.h"
#include "deps.h"
@@ -44,7 +43,6 @@ alpm_handle_t *_alpm_handle_new(void)
alpm_handle_t *handle;
CALLOC(handle, 1, sizeof(alpm_handle_t), return NULL);
handle->deltaratio = 0.0;
handle->lockfd = -1;
return handle;
@@ -75,8 +73,6 @@ void _alpm_handle_free(alpm_handle_t *handle)
FREELIST(handle->known_keys);
#endif
regfree(&handle->delta_regex);
/* free memory */
_alpm_trans_free(handle->trans);
FREE(handle->root);
@@ -303,12 +299,6 @@ const char SYMEXPORT *alpm_option_get_arch(alpm_handle_t *handle)
return handle->arch;
}
double SYMEXPORT alpm_option_get_deltaratio(alpm_handle_t *handle)
{
CHECK_HANDLE(handle, return -1);
return handle->deltaratio;
}
int SYMEXPORT alpm_option_get_checkspace(alpm_handle_t *handle)
{
CHECK_HANDLE(handle, return -1);
@@ -755,16 +745,6 @@ int SYMEXPORT alpm_option_set_arch(alpm_handle_t *handle, const char *arch)
return 0;
}
int SYMEXPORT alpm_option_set_deltaratio(alpm_handle_t *handle, double ratio)
{
CHECK_HANDLE(handle, return -1);
if(ratio < 0.0 || ratio > 2.0) {
RET_ERR(handle, ALPM_ERR_WRONG_ARGS, -1);
}
handle->deltaratio = ratio;
return 0;
}
alpm_db_t SYMEXPORT *alpm_get_localdb(alpm_handle_t *handle)
{
CHECK_HANDLE(handle, return NULL);

View File

@@ -95,7 +95,6 @@ struct __alpm_handle_t {
/* options */
char *arch; /* Architecture of packages we should allow */
double deltaratio; /* Download deltas if possible; a ratio value */
int usesyslog; /* Use syslog instead of logfile? */ /* TODO move to frontend */
int checkspace; /* Check disk space before installing */
char *dbext; /* Sync DB extension */
@@ -110,10 +109,6 @@ struct __alpm_handle_t {
/* lock file descriptor */
int lockfd;
/* for delta parsing efficiency */
int delta_regex_compiled;
regex_t delta_regex;
};
alpm_handle_t *_alpm_handle_new(void);

View File

@@ -17,7 +17,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <ctype.h>
#include <dirent.h>
#include <errno.h>
#include <limits.h>
@@ -38,7 +37,7 @@ enum _alpm_hook_op_t {
enum _alpm_trigger_type_t {
ALPM_HOOK_TYPE_PACKAGE = 1,
ALPM_HOOK_TYPE_FILE,
ALPM_HOOK_TYPE_PATH,
};
struct _alpm_trigger_t {
@@ -71,23 +70,12 @@ static void _alpm_trigger_free(struct _alpm_trigger_t *trigger)
}
}
static void _alpm_wordsplit_free(char **ws)
{
if(ws) {
char **c;
for(c = ws; *c; c++) {
free(*c);
}
free(ws);
}
}
static void _alpm_hook_free(struct _alpm_hook_t *hook)
{
if(hook) {
free(hook->name);
free(hook->desc);
_alpm_wordsplit_free(hook->cmd);
wordsplit_free(hook->cmd);
alpm_list_free_inner(hook->triggers, (alpm_list_fn_free) _alpm_trigger_free);
alpm_list_free(hook->triggers);
alpm_list_free(hook->matches);
@@ -158,107 +146,6 @@ static int _alpm_hook_validate(alpm_handle_t *handle,
return ret;
}
static char **_alpm_wordsplit(char *str)
{
char *c = str, *end;
char **out = NULL, **outsave;
size_t count = 0;
if(str == NULL) {
errno = EINVAL;
return NULL;
}
for(c = str; isspace(*c); c++);
while(*c) {
size_t wordlen = 0;
/* extend our array */
outsave = out;
if((out = realloc(out, (count + 1) * sizeof(char*))) == NULL) {
out = outsave;
goto error;
}
/* calculate word length and check for unbalanced quotes */
for(end = c; *end && !isspace(*end); end++) {
if(*end == '\'' || *end == '"') {
char quote = *end;
while(*(++end) && *end != quote) {
if(*end == '\\' && *(end + 1) == quote) {
end++;
}
wordlen++;
}
if(*end != quote) {
errno = EINVAL;
goto error;
}
} else {
if(*end == '\\' && (end[1] == '\'' || end[1] == '"')) {
end++; /* skip the '\\' */
}
wordlen++;
}
}
if(wordlen == (size_t) (end - c)) {
/* no internal quotes or escapes, copy it the easy way */
if((out[count++] = strndup(c, wordlen)) == NULL) {
goto error;
}
} else {
/* manually copy to remove quotes and escapes */
char *dest = out[count++] = malloc(wordlen + 1);
if(dest == NULL) { goto error; }
while(c < end) {
if(*c == '\'' || *c == '"') {
char quote = *c;
/* we know there must be a matching end quote,
* no need to check for '\0' */
for(c++; *c != quote; c++) {
if(*c == '\\' && *(c + 1) == quote) {
c++;
}
*(dest++) = *c;
}
c++;
} else {
if(*c == '\\' && (c[1] == '\'' || c[1] == '"')) {
c++; /* skip the '\\' */
}
*(dest++) = *(c++);
}
}
*dest = '\0';
}
if(*end == '\0') {
break;
} else {
for(c = end + 1; isspace(*c); c++);
}
}
outsave = out;
if((out = realloc(out, (count + 1) * sizeof(char*))) == NULL) {
out = outsave;
goto error;
}
out[count++] = NULL;
return out;
error:
/* can't use wordsplit_free here because NULL has not been appended */
while(count) {
free(out[--count]);
}
free(out);
return NULL;
}
static int _alpm_hook_parse_cb(const char *file, int line,
const char *section, char *key, char *value, void *data)
{
@@ -303,7 +190,11 @@ static int _alpm_hook_parse_cb(const char *file, int line,
if(strcmp(value, "Package") == 0) {
t->type = ALPM_HOOK_TYPE_PACKAGE;
} else if(strcmp(value, "File") == 0) {
t->type = ALPM_HOOK_TYPE_FILE;
_alpm_log(handle, ALPM_LOG_DEBUG,
"File targets are deprecated, use Path instead\n");
t->type = ALPM_HOOK_TYPE_PATH;
} else if(strcmp(value, "Path") == 0) {
t->type = ALPM_HOOK_TYPE_PATH;
} else {
error(_("hook %s line %d: invalid value %s\n"), file, line, value);
}
@@ -343,9 +234,9 @@ static int _alpm_hook_parse_cb(const char *file, int line,
} else if(strcmp(key, "Exec") == 0) {
if(hook->cmd != NULL) {
warning(_("hook %s line %d: overwriting previous definition of %s\n"), file, line, "Exec");
_alpm_wordsplit_free(hook->cmd);
wordsplit_free(hook->cmd);
}
if((hook->cmd = _alpm_wordsplit(value)) == NULL) {
if((hook->cmd = wordsplit(value)) == NULL) {
if(errno == EINVAL) {
error(_("hook %s line %d: invalid value %s\n"), file, line, value);
} else {

View File

@@ -7,7 +7,7 @@ Name: libalpm
Description: Arch Linux package management library
URL: http://www.archlinux.org/pacman/
Version: @LIB_VERSION@
Requires.private: libarchive @pc_crypto@ @pc_libcurl@
Requires.private: libarchive @pc_crypto@ @pc_libcurl@ @pc_gpgme@
Cflags: -I${includedir} @LFS_CFLAGS@
Libs: -L${libdir} -lalpm
Libs.private: @LIBS@ @GPGME_LIBS@
Libs.private: @LIBS@ @pc_gpgme_libs@

View File

@@ -22,6 +22,7 @@
#include <stdarg.h>
#include <errno.h>
#include <syslog.h>
#include <time.h>
/* libalpm */
#include "log.h"
@@ -38,11 +39,12 @@ static int _alpm_log_leader(FILE *f, const char *prefix)
{
time_t t = time(NULL);
struct tm *tm = localtime(&t);
int length = 32;
char timestamp[length];
/* Use ISO-8601 date format */
return fprintf(f, "[%04d-%02d-%02d %02d:%02d] [%s] ",
tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday,
tm->tm_hour, tm->tm_min, prefix);
strftime(timestamp,length,"%FT%T%z", tm);
return fprintf(f, "[%s] [%s] ", timestamp, prefix);
}
/** A printf-like function for logging.

View File

@@ -9,7 +9,6 @@ libalpm_sources = files('''
be_sync.c
conflict.h conflict.c
db.h db.c
delta.h delta.c
deps.h deps.c
diskspace.h diskspace.c
dload.h dload.c

View File

@@ -31,7 +31,6 @@
#include "log.h"
#include "util.h"
#include "db.h"
#include "delta.h"
#include "handle.h"
#include "deps.h"
@@ -374,13 +373,6 @@ alpm_list_t SYMEXPORT *alpm_pkg_get_replaces(alpm_pkg_t *pkg)
return pkg->ops->get_replaces(pkg);
}
alpm_list_t SYMEXPORT *alpm_pkg_get_deltas(alpm_pkg_t *pkg)
{
ASSERT(pkg != NULL, return NULL);
pkg->handle->pm_errno = ALPM_ERR_OK;
return pkg->deltas;
}
alpm_filelist_t SYMEXPORT *alpm_pkg_get_files(alpm_pkg_t *pkg)
{
ASSERT(pkg != NULL, return NULL);
@@ -620,9 +612,6 @@ int _alpm_pkg_dup(alpm_pkg_t *pkg, alpm_pkg_t **new_ptr)
newpkg->optdepends = list_depdup(pkg->optdepends);
newpkg->conflicts = list_depdup(pkg->conflicts);
newpkg->provides = list_depdup(pkg->provides);
for(i = pkg->deltas; i; i = i->next) {
newpkg->deltas = alpm_list_add(newpkg->deltas, _alpm_delta_dup(i->data));
}
if(pkg->files.count) {
size_t filenum;
@@ -694,11 +683,10 @@ void _alpm_pkg_free(alpm_pkg_t *pkg)
alpm_list_free(pkg->backup);
free_deplist(pkg->depends);
free_deplist(pkg->optdepends);
free_deplist(pkg->checkdepends);
free_deplist(pkg->makedepends);
free_deplist(pkg->conflicts);
free_deplist(pkg->provides);
alpm_list_free_inner(pkg->deltas, (alpm_list_fn_free)_alpm_delta_free);
alpm_list_free(pkg->deltas);
alpm_list_free(pkg->delta_path);
alpm_list_free(pkg->removes);
_alpm_pkg_free(pkg->oldpkg);

View File

@@ -118,8 +118,6 @@ struct __alpm_pkg_t {
alpm_list_t *makedepends;
alpm_list_t *conflicts;
alpm_list_t *provides;
alpm_list_t *deltas;
alpm_list_t *delta_path;
alpm_list_t *removes; /* in transaction targets only */
alpm_pkg_t *oldpkg; /* in transaction targets only */

View File

@@ -12,7 +12,6 @@ lib/libalpm/be_package.c
lib/libalpm/be_sync.c
lib/libalpm/conflict.c
lib/libalpm/db.c
lib/libalpm/delta.c
lib/libalpm/deps.c
lib/libalpm/diskspace.c
lib/libalpm/dload.c

View File

@@ -9,15 +9,16 @@
# kraim <biskraim@gmail.com>, 2013
# Mosaab Alzoubi <moceap@hotmail.com>, 2013
# Mosaab Alzoubi <moceap@hotmail.com>, 2013
# Mutaz ismail <m3taz.ismail@gmail.com>, 2015
# Mutaz ismail <mutaz@gmx.net>, 2015
# Mutaz ismail <mutaz@gmx.net>, 2015
# سند <0otibi0@gmail.com>, 2013
# صفا الفليج <safaalfulaij@hotmail.com>, 2016-2017
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:05+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Arabic (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/ar/)\n"
@@ -28,52 +29,52 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s محدّثة -- سأتجاوزها\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s محدّثة -- سأعيد تثبيتها\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "سأُنزِل الحزمة %s (من %s إلى %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr ""
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "تحذير عند الاستخراج %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "تعذّر استخراج %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "تعذر إعادة تسمية %s إلى %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr "لم يتم العثور على قائمة الملفات في الحزمة %s. تم تخطي الاستخراج %s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr ""
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -82,7 +83,7 @@ msgstr ""
"صلاحيات المجلد تختلف عن %s\n"
"نظام الملفات: %o الحزمة: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -91,101 +92,101 @@ msgstr ""
"ملكية المجلد تختلف عن %s\n"
"ملفات النظام: %u:%u الحزمة: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "الاستخراج: عدم الكتابة فوق المجلد بالملف %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr ""
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "غير قادر على جلب مجلد العمل الحالي\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "غير قادر على تحويل المجلد إلى %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "تعذر استعادة مجلد العمل (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "حدثت مشكلة أثناء ترقية %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "حدثت مشكلة أثناء تثبيت %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "غير قادر على تحديث مدخل قاعدة البيانات %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "غير قادر على إضافة المدخل '%s' إلى المخبئيات\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "خطأ أثناء قراءة الملف %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "تجري إزالة قاعدة البيانات الغير صالحة: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "غير قادر على إنشاء الدليل %s : %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "مدخل قاعدة بيانات غير صالح '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "مدخل قاعدة بيانات مكرر '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "مدخل قاعدة بيانات معطوب '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "غير قادر على فتح اللمف %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "%s قاعدة البيانات غير متناسقة : اسم الحزمة غير مطابق %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "%s قاعدة البيانات غير متناسقة : إصدار الحزمة غير مطابق %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "نوع التّحقق غير مألوف في الحزمة %s: %s\n"
@@ -226,42 +227,42 @@ msgstr "إصدارة الحزمة غير صالح في %s\n"
msgid "missing package metadata in %s\n"
msgstr "معلومات الحزمة مفقودة في %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "فشل في قراءة ملف التّوقيع: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "مفتاح ضروري غير موجود في حلقة المفاتيح\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "يجري حذف ملف غير صالح: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "تعذّر تحليل ملف وصف الحزمة '%s' من قاعدة البيانات '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr ""
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr "%s قاعدة البيانات غير متناسقة : اسم ملف الحزمة غير قانوني %s\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "%s قاعدة البيانات غير متناسقة : اسم ملف الحزمة طويل جدًا %s\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "ملف قاعدة البيانات مجهول : %s\n"
@@ -286,12 +287,12 @@ msgstr "%s سيتم إزالتها بعد %s اعتمادياتها\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s سيتم تثبيتها قبل %s اعتمادياتها\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "تجاهل الحزمة %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "تعذّر تحليل \"%s\"، اعتمادية لـ \"%s\"\n"
@@ -346,37 +347,37 @@ msgstr "غير قادر على تحديد نقطة وصل الجذر %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "القسم %s موصول بصفة القراءة فقط\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "القرص"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "غير قادر على إنشاء ملف مؤقت للتحميل\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "العنوان '%s' غير صالح\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "فشل في استقبال الملف '%s' من %s : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr "فشل في استقبال الملف '%s' من %s : تم تجاوز حجم التحميل\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s يبدو غير موثوقًا: %jd/%jd بايت\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "tag td jpldg %s\n"
@@ -596,201 +597,196 @@ msgstr "توقيع PGP مفقود"
msgid "invalid PGP signature"
msgstr "توقيع PGP غير سليم"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "فروقات غير سليمة أو معطوبة"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "فشل تطبيق الفروقات"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "غير قادر على استيفاء الاعتماديات"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "اعتماديات متضاربة"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "ملفات متضاربة"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "فشل في استقبال بعض الملفات"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "تعبير غير نظامي"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "خطا في مكتبة الارشيف"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "خطأ في مكتبة التحميل"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "خطأ gpgme"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "خطأ في استحضار المحمّل الخارجي"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "خطأ غير متوقع"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "الملف المغلق مفقود %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "تعذّر إزالة ملف القفل %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "تعذّر فتح المجلد: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "تعذّر إحصاء الملف %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr ""
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "غير قادر على استيراد معلومات الميتا للحزمة %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "لم يعثر على %s في قاعدة البيانات -- يجري التجاوز\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "يجري حذف %s من قائمة الأهداف\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr ""
"تعذر إزالة الملف '%s': %s\n"
"\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "تعذّر إزالة %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "تعذّر إزالة مدخل قاعدة البيانات %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "تعذر إزالة المدخل '%s' من المخبئيات\n"
@@ -800,139 +796,154 @@ msgstr "تعذر إزالة المدخل '%s' من المخبئيات\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "التوقيع المطلوب مفقود :%s\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr ""
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr ""
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: يجري تجاهل تحديث الحزمة (%s => %s) \n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: يجري تجاهل إرجاع الحزمة (%s => %s) \n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: يجري الإرجاع من الإصدار %s إلى الإصدار %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: (%s) المحلّي أحدث من %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "يجري تجاهل استبدال الحزمة (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "تعذر استبدال %s بـ %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "حدثت تعارضات حزميّة تعذّر تحليلها\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr " يجري حذف '%s' من قائمة الأهداف بسبب تعارضها مع '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "تعذّر استقبال بعض الملفات\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "لا توجد مساحة خالية كافية على القرص\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "تعذّر بدء مُبادلة الإزالة\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "فشل في بدء المُبادلة\n"
@@ -969,52 +980,52 @@ msgstr "تعذّرت الكتابة إلى الأنبوب (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "تعذّرت القراءة من الأنبوب (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "غير قادر على إنشاء العبارة (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "تعذّر تفريع العملية إلى عملية جديدة (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "تعذّر التعديل على مجلد الجذر (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "تعذّر مخاطبة execv (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "تعذّر مخاطبةwaitpid (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "فشل تطبيق الأمر بشكل صحيح\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "إشارة مجهوله"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "تم انهاء الامر بواسطة الاشارة %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "لا يوجد %s مخبئي، يجري الإنشاء...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr "تعذّر إيجاد أو إنشاء مخبئية للحزم ، استخدم %s بدلًا عنها\n"

View File

@@ -3,7 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# enolp <enolp@softastur.org>, 2015-2016,2018
# enolp <enolp@softastur.org>, 2015-2016,2018-2019
# Ḷḷumex03 <tornes@opmbx.org>, 2014
# Ḷḷumex03 <tornes@opmbx.org>, 2014
# Ḷḷumex03 <tornes@opmbx.org>, 2014-2015
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:05+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Asturian (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/ast/)\n"
@@ -22,54 +22,54 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s ta anováu -- saltando\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s ta anováu -- reinstalando\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "baxando de versión el paquete %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "nun pue allugase l'oxetu del archivu del discu"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "alvertencia dada al estrayer el paquete %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "nun pudo estrayese %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "nun pudo renomase %s a %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"nun s'alcontró'l ficheru nel llistáu de ficheros pal paquete %s. saltando la "
"estraición de %s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "nun pue estrayese %s%s: camín perllargu"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -78,7 +78,7 @@ msgstr ""
"los permisos del direutoriu son distintos en %s\n"
"sistema de ficheros: %o paquete: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -87,103 +87,103 @@ msgstr ""
"la propiedá del direutoriu ye distinta en %s\n"
"sistema de ficheros: %u:%u paquete: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "estración: nun pue sobrescribise'l direutoriu col ficheru %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "nun pue estrayese %s.pacnew: camín perllargu"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "nun pudo consiguise'l direutoriu de trabayu actual\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "nun pudo cambiase'l direutoriu a %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "nun pudo restaurase'l direutoriu de trabayu (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "asocedió un problema al anovar %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "asocedió un problema al instalar %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "nun pudo anovase la entrada de base de datos %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "nun pudo amestase la entrada '%s' na caché\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "fallu al lleer el ficheru %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "desaniciando base de datos non válida: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "nun pudo crease'l direutoriu %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "nome non válidu pa la base de datos '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "entrada de base de datos duplicada '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "entrada de base de datos toyida '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "nun pudo abrise'l ficheru %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr ""
"la base de datos %s ye inconsistente: el nome nun concasa nel paquete %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr ""
"la base de datos %s ye inconsistente: la versión nun concasa nel paquete %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "triba de validación desconocida pal paquete %s: %s\n"
@@ -224,46 +224,46 @@ msgstr "versión del paquete non válida en %s\n"
msgid "missing package metadata in %s\n"
msgstr "datos meta de paquete faltantes en %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "fallu al lleer el ficheru de robla: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "clave riquida del aniellu claves faltante\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "desaniciando ficheru non válidu: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr ""
"nun pudo analizase'l ficheru de descripción del paquete '%s' de la base de "
"datos '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr ""
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"la base de datos %s ye inconsistente: el nome del paquete %s ye illegal\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr ""
"la base de datos %s ye inconsistente: el nome del paquete %s ye perllargu\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "ficheru de base de datos desconocíu: %s\n"
@@ -288,12 +288,12 @@ msgstr "%s desaniciaráse dempués de la so dependencia %s\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s desaniciaráse enantes de la so dependencia %s\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "inorando paquete %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "nun pue iguase \"%s\", una dependencia de \"%s\"\n"
@@ -348,37 +348,37 @@ msgstr "nun pudo determinase'l puntu de montaxe root %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "La partición %s ta montada como namái llectura\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "discu"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "fallu al crear el ficheru temporal pa la descarga\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "l'enllaz '%s' ye inválidu\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "fallu recibiendo'l ficheru '%s' de %s: %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr "fallu recibiendo'l ficheru '%s' de %s: tamañu de descarga superáu\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr ""
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "fallu al lleer %s\n"
@@ -598,199 +598,194 @@ msgstr "falta la robla PGP"
msgid "invalid PGP signature"
msgstr "robla PGP non válida"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "delta non válidu o toriáu"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "fallu del parche delta"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "nun pudieron satisfacese les dependencies"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "dependencies en conflictu"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "ficheros en conflictu"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "fallu al recibir dello ficheros"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "espresión regular non válida"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "fallu de libarchive"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "fallu de llibrería de descarga"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "fallu de gpgme"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "fallu invocando'l descargador esternu"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "fallu inesperáu"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "falta'l ficheru de bloquéu %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "nun pudo desaniciase'l ficheru de bloquéu %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "nun pudo abrise'l direutoriu: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr ""
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "nun pudieron cargase dafechu los datos meta pal paquete %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "nun pudo alcontrase %s na base de datos -- saltando\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "desaniciando %s de la llista d'oxetivos\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "nun pue desaniciase'l ficheru '%s': %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "nun pue desaniciase %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "nun pudo desaniciase la entrada de la base de datos %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "nun pudo desaniciase la entrada '%s' de la caché\n"
@@ -800,140 +795,155 @@ msgstr "nun pudo desaniciase la entrada '%s' de la caché\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: falta la robla riquida\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr ""
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr ""
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: inorando anovamientu del paquete (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: inorando baxada de versión del paquete (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: baxando de la versión %s a la %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: llocal (%s) ye más nuevu que %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "inorando troquéu de paquete (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "nun pue trocase %s por %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "deteutaos conflictos de paquete que nun puen iguase\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr ""
"desaniciando '%s' de la llista d'oxetivos porque ta en conflictu con '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "fallu al recuperar dellos ficheros\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "nun hai espaciu llibre abondu\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "nun pudo unviase la transaición de desaniciu\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "nun pudo unviase la transaición\n"
@@ -968,52 +978,52 @@ msgstr ""
msgid "unable to read from pipe (%s)\n"
msgstr ""
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr ""
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "Nun pudo bifurcase un procesu nuevu (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "nun pudo cambiase'l direutoriu root (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "llamada a execv fallida (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "llamada a waitpid fallida (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "el comandu falló al executase afayadizamente\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Señal desconocida"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "comandu fináu pola señal %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "nun esiste'l caché %s, creando...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Galin Iskrenov <loot270@abv.bg>, 2017-2018
# Galin Iskrenov <loot270@abv.bg>, 2017-2019
# Ivailo Monev <xakepa10@gmail.com>, 2014-2016
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 12:11+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-11 13:05+0000\n"
"Last-Translator: Galin Iskrenov <loot270@abv.bg>\n"
"Language-Team: Bulgarian (http://www.transifex.com/toofishes/archlinux-"
"pacman/language/bg/)\n"
@@ -20,54 +20,54 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s е актуален -- пропускане\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s е актуален -- преинсталиране\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "понижаване на пакет %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "не се открие указания архив на диск"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "има предупреждение при извличане %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "не може да се извлече %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "не може да се преименува %s на %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"файл не е намерен в листа с файлове на пекет %s. пропускане извличането на "
"%s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "неспешно извличането на %s%s: пътят е твърде дълъг"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -76,7 +76,7 @@ msgstr ""
"разлика в правата на папка за %s\n"
"filesystem: %o пакет: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -85,101 +85,101 @@ msgstr ""
"правата на директория се различава от %s\n"
"filesystem: %u:%u пакет: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "извличане: не се презаписва папка с файл %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "неспешно извличането на %s.pacnew: пътят е твърде дълъг"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "не може да се разбере текущата директория\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "не може да се смени директория на %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "не може да се възстанови работната директория (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "възникнал проблем при подновяване %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "възникнал проблем при инсталиране %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "не може да се поднови запис в базата %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "не може да се добави запис '%s' в кеша\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "грешка при четене на файл %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "премахване на невалидна база: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "не се създава директория %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "невалидно име за запис в базата '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "дублиран запис в базата '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "повреден запис в базата '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "не се отваря файл %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "%s несъответствие в базата: името не съответства на пакета %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "%s несъответствие в базата: версията не съответства на пакета %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "непознат валидиращ тип на пакета %s: %s\n"
@@ -220,42 +220,42 @@ msgstr "невалидна версия на пакет в %s\n"
msgid "missing package metadata in %s\n"
msgstr "липсват метаданни за пакета %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "не се чете подписващият файл: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "нужния ключ липсва от keyring\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "премахване невалиден файл: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "не може да се анализира описателния файл '%s' от db '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "не да се прочете db '%s' (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr "%s базата е непълна: името на пакета %s е недопустимо\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "%s базата е непълна: името на пакета %s е твърде дълго\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "непознат датабаза файл: %s\n"
@@ -280,12 +280,12 @@ msgstr "%s ще бъде премахната след зависимостта
msgid "%s will be installed before its %s dependency\n"
msgstr "%s ще бъде инсталиран преди зависимостта %s\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "пренебрегване на пакет %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "не може да се разреши \"%s\", зависи от \"%s\"\n"
@@ -342,39 +342,39 @@ msgstr "не може да се определи root mount point %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "Дялът %s е монтиран само за четене\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "диск"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "не може да се създаде временен файл за сваляне\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "url '%s' е невалиден\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "неуспех при извличане на файл '%s' от %s : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"неуспех при получаването на файл '%s' от %s : очакваният размер за сваляне е "
"надвишен\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s изглежда частичен: %jd/%jd bytes\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "неуспех при сваляне на %s\n"
@@ -594,199 +594,194 @@ msgstr "липсва PGP подпис"
msgid "invalid PGP signature"
msgstr "невалиден PGP подпис"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "невалидна или повредена delta"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "делта пач се провали"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "зависимостите не са решени"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "зависимости в конфликт"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "файлове в конфликт"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "не могат да се извлекат файлове"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "невалиден регулярен израз"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "грешка в libarchive"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "грешка в библиотеката за сваляне"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "грешка в gpgme"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "грешка при извикването на външен downloader"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr "компилиран без поддръжка на подпис"
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "неочаквана грешка"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "липсва заключващ файл %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "не се премахва заключен файл %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr "Липсва цели на спусъка в куката: %s\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr "Липсва тип на спусъка в куката: %s\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr "Липсва операция на спусъка в куката: %s\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr "Липсва Exec опция в куката: %s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr "Липсва When опция в куката: %s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr "AbortOnFail е зададен за PostTransaction кука: %s\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr "грешка при четене на куката %s: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr "кука %s ред %d: невалидна опция %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr "кука %s ред %d: невалидна секция %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr "кука %s ред %d: невалидна стойност %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr "кука %s ред %d: пренаписва предишната дефиниция на %s\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr "кука %s ред %d: невъзможно да се зададе опцията (%s)\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr "невъзможно е пускане на куката %s: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "не се отваря папка: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "не може да се отвори файл: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "не се коригира %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "не може да се прочете папката: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "не пълно извеждане на метаданни за пакет %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "няма %s в базата -- пропускане\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "премахване %s от списъка с целите\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "не се премахва файла '%s': %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr "не може да се архивира %s поради препълване на PATH_MAX\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "не се премахва %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "не може да се премахне запис в базата %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "не може да се премахне '%s' от кеша\n"
@@ -796,139 +791,154 @@ msgstr "не може да се премахне '%s' от кеша\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr "Публичният ключодържател не е открит; Ще пуснете ли '%s'?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "GPGME грешка: %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr "търсене на ключ %s използвайки WKD\n"
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr "gpg грешка: %s\n"
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "ключодържателя не се записва\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr "ключ \"%s\" на ключов съвър\n"
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "ключ \"%s\" не може да се внесе\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr "ключ %s, \"%s\" е открит в сървъра с ключове, ключ не се записва\n"
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr "ключ \"%s\" не може да се прегледа отдалечено\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: липсва изискващ се подпис\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr "%s: подписът от \"%s\" е изрично доверен\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr "%s: подписът от \"%s\" е с непознато доверие\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr "%s: подписът от \"%s\" никога да не се му вярва\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s: ключ \"%s\" е непознат\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr "%s: ключа е \"%s\" е негоден\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s: подписът от \"%s\" е изтекъл\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s: подписът от \"%s\" е невалиден\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s: грешен формат на подписа\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s: неподдържан формат на подписа\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: игнориране надграждането на пакет (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: игнориране на пакетен downgrade (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: снижаване на версията от %s към версия %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: текущият (%s) е по-нов от %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "игнориране замяната на пакет (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "не може да се замести %s от %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "засечени нерешени пакетни конфликти\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "премахване '%s' от целевия списък заради конфликт с '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "неуспех при извличане на файлове\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr "не успя да се прочете файла %s: %s\n"
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "няма достатъчно свободно място на диска\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "не се потвърждава транзакцията по премахване\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "не се потвърждава транзакцията\n"
@@ -963,52 +973,52 @@ msgstr "неъспешно записването в тръбата (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "неуспешно четенето от тръбата (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "не се създава pipe (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "could not fork a new process (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "не може да се промени root папката (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "неуспех при извикване execv (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "неуспех при извикване на waitpid (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "неуспешно правилно изпълнение на команда\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Неизвестен сигнал"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "командата прекратена от сигнал %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "не %s съществуваш кеш, създаване...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr "не се открива или създава пакетен кеш, използва се %s\n"

View File

@@ -4,13 +4,13 @@
#
# Translators:
# Gwenn M <tornoz@laposte.net>, 2015
# Gwenn M <tornoz@laposte.net>, 2015
# Gwenn M <tornoz@laposte.net>, 2015,2018-2019
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:05+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Breton (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/br/)\n"
@@ -24,54 +24,54 @@ msgstr ""
"19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 "
"&& n % 1000000 == 0) ? 3 : 4);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "hizivaet eo %s - %s -- laosket a-gostez\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "Hizivaet eo %s - %s -- adstaliadur\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "o pellgargañ ar pakad %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr ""
msgstr "n'haller ket derannañ an ergorenn kantenn diell"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "ur galv diwall a zo bet roet en ur eztennañ %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "n'haller ket eztennañ %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "n'haller ket adenvel %s e %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"n'eo ket bet kavet ar restr er roll restroù evit ar pakad %s. o tremen "
"eztennadur %s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "n'haller ket eztennañ %s%s : re hir eo an treug"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -80,7 +80,7 @@ msgstr ""
"disheñvel eo an aotreoù kavlec'hioù war %s\n"
"reizhad restroù : %o pakad : %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -89,102 +89,102 @@ msgstr ""
"disheñvel eo perc'henniezh ar c'havlec'hioù evit %s\n"
"reizhad restroù : %u:%u pakad : %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "eztannadur : flastradur kavlec'h gant restr %s ebet \n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "n'haller ket eztennañ %s.pacnew : re hir eo an treug"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "n'haller ket kaout ar c'havlec'h labour bremanel\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "n'haller ket kemmañ ar c'havlec'h da %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "n'haller ket assav ar c'havlec'h labour (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "ur fazi a zo bet en ur hizivaat %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "ur fazi a zo bet en ur staliañ %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "n'haller ket hizivaat an enankad stlennvon %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "n'haller ket ouzhpennañ an enankad '%s' er skurzer\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "fazi en ul lenn ar restr %s : %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "o dilemel ar stlennvon direizh : %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "n'haller ker krouiñ ar c'havlec'h %s : %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "anv direizh evit an enankad stlennvon '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "enankad stlennvon eilet '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "enankad stlennvon kontronet '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "n'haller ket digeriñ ar restr %s : %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "digantalc'hek eo ar stlennvon %s : digenglotus eo anvioù ar pakad %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr ""
"digantalc'hek eo ar stlennvon %s : digenglotus eo handelvioù ar pakad %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "doare gwiriadur dianav evit ar pakad %s : %s\n"
@@ -225,44 +225,44 @@ msgstr "handelv pakad direizh e %s\n"
msgid "missing package metadata in %s\n"
msgstr "mankout a ra metaroadennoù ar pakad e %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "fazi en ul lenn ar restr sinadur : %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "mankout a ra an alc'hwez goulennet en droñsell\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "o dilemel ar restr direizh : %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr ""
"n'haller ket dezrannañ ar restr deskrivadur pakadoù '%s' adalek ar sv '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr ""
msgstr "n'haller ket lenn ar stlennvon '%s' (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"digantalc'hek eo ar stlennvon %s : didalvoudek eo anv restr ar pakad %s\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "digantalc'hek eo ar stlennvon %s : re hir eo anv restr ar pakad %s\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "restr stlennvon dianav : %s\n"
@@ -287,12 +287,12 @@ msgstr "dilamet e vo %s goude e %s amzalc'h\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "staliet e vo %s goude e %s amzalc'h\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "o leuskel ar pakad %s - %s a-gostez\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "n'haller ket diskoulmañ \"%s\", un amzalc'h \"%s\"\n"
@@ -348,39 +348,39 @@ msgstr "n'haller ket despizañ poent kenstrollañ ar gwrizienn %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "E mod lenn nemetken eo kenstrollet ar parzhad %s\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "pladenn"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "fazi en ur c'hrouiñ ar restr padennek evit ar pellgargañ\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "direizh eo an url '%s'\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "fazi en ur adkavout ar restr '%s' adalek %s : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"fazi en ur adkavout ar restr '%s' adalek %s : re vras eo ment ar "
"pellgargadur\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "krennet e seblant bezañ %s : %jd/%jd eizhbit\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "fazi en ur pellgargañ %s\n"
@@ -601,199 +601,194 @@ msgstr "mankout a ra ar sinadur PGP"
msgid "invalid PGP signature"
msgstr "direizh eo ar sinadur PGP"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "direizh pe kontronet eo an delta"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "c'hwitadenn war pegell an delta"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "n'haller ket kejañ an holl amzalc'hoù"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "tabutoù en amzalc'hoù"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "tabut er restroù"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "c'hwitadenn war atoradur restroù 'zo"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "direizh eo ar bomm reol"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "fazi libarchive"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "pellgargañ fazi al levraoueg"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "fazi gpgme"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "fazi en ur gervel ar pellgarger diavaez"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "fazi dic'hortoz"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "mankout a ra ar restr marilhañ %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "n'haller ket dilemel ar restr marilhañ %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
msgstr "Mankout a ra bukennoù delusker er c'hrog: %s\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
msgstr "Mankout a ra rizh an delusker er c'hrog: %s\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
msgstr "Mankout a ra gwezhiadur an delusker er c'hrog: %s\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
msgstr "Mankout a ra an dibarzh Exec er c'hrog: %s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
msgstr "Mankout a ra an dibarzh When er c'hrog: %s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
msgstr "AbortOnFail lakaet evit ar c'hrog PostTransaction: %s\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
msgstr "fazi en ul lenn ar c'hrog %s: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
msgstr "krog %s linenn %d: dibarzh didalvoudek %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
msgstr "krog %slinenn %d: dibarzh didalvoudek %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
msgstr "krog %s linenn %d: gwerzh didalvoudek %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
msgstr "krog %s linenn %d: flastrañ despizadur kent %s\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
msgstr "krog %s linenn %d: n'haller ket arventennañ an dibarzh (%s)\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
msgstr "n'haller ket lañsañ ar c'hrog %s: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "n'haller ket digeriñ ar c'havlec'h : %s : %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
msgstr "n'haller ket digeriñ ar restr: %s %s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "n'heller ket kaout stad ar restr %s : %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr ""
msgstr "n'haller ket lenn ar c'havlec'h: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "n'haller ket kargañ ar metaroadennoù a-bezh evit ar pakad %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "n'haller ket kavout %s er stlennvon -- laosket a-gostez\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "o dilemel %s eus ar roll bukenn\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "n'heller ket dilemel ar restr '%s' : %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
msgstr "n'haller ket gwarediñ %sabalamour d'an dic'hlann PATH_MAX\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "n'heller ket dilemel %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "n'haller ket dilemel an enankad stlennvon %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "n'haller ket dilemel an enankad '%s' eus ar c'hrubuilh\n"
@@ -801,141 +796,156 @@ msgstr "n'haller ket dilemel an enankad '%s' eus ar c'hrubuilh\n"
#: lib/libalpm/signing.c:171
#, c-format
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
msgstr "Ne gaver ket an droñsell foran; lañset ho peus '%s'?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "Fazi GPGME: %s\n"
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "n'haller ket skrivañ en droñsell\n"
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s : mankout a ra ar sinadur dleet\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
msgstr "%s: mentrezh ar sinadur \"%s\" n'eo ket fizius-tre\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
msgstr "%s: dianav zo an alc'hwez \"%s\"\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr ""
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr ""
msgstr "%s: mentrezh sinadur anskor\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s : o leuskel an hizivadenn pakad a-gostez (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s : o leuskel a-gostez an distro d'an handelv kozhoc'h (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s : o distreiñ eus an handelv %s betek an hini %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s : nevezoc'h eo an handelv lec'hel (%s) evit %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "o leuskel an erlec'hiadur pakad a-gostez (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "n'haller ket erlec'hiañ %s gant %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "tabutoù n'haller ket diskoulmañ a zo bet dinoet\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "o dilemel '%s' eus ar roll bukenn dre m'en deus un tabut gant '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "c'hwitadenn war atoradur restroù 'zo\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "n'eus ket plas dieub a-walc'h war ar bladenn\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "n'haller ket erounit an treuzkas dilemel\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "n'haller ket erounit an treuzkas\n"
@@ -970,52 +980,52 @@ msgstr "n'haller ket skrivañ er gorzenn (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "n'haller ket lenn ar gorzenn (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "n'haller ket krouiñ ar gorzenn (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "n'haller ket genel un araezad nevez (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "n'haller ket kemmañ ar c'havlec'h gwrizienn (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "c'hwitadenn war galv execv (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "c'hwitadenn war galv waitpid (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "c'hwitadenn war erounezadur an urzh\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Arhent dianav"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "arsavet eo bet an urzh gant an arhent %d : %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "n'eus krubuilh %s ebet, o krouiñ...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@@ -7,8 +7,8 @@
# David Kolibáč <david@kolibac.cz>, 2011
# David Macek <david.macek.0@gmail.com>, 2018
# IAmNotImportant, 2017
# Jaroslav Lichtblau <dragonlord@seznam.cz>, 2014-2015
# Jaroslav Lichtblau <dragonlord@seznam.cz>, 2014
# Jaroslav Lichtblau <jlichtblau@seznam.cz>, 2014-2015
# Jaroslav Lichtblau <jlichtblau@seznam.cz>, 2014
# mmm <markotahal@gmail.com>, 2013
# mmm <markotahal@gmail.com>, 2011
# IAmNotImportant, 2017
@@ -18,9 +18,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 06:59+0000\n"
"Last-Translator: David Macek <david.macek.0@gmail.com>\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Czech (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/cs/)\n"
"Language: cs\n"
@@ -30,53 +30,53 @@ msgstr ""
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s je aktuální -- vynechat\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s je aktuální -- přeinstalovat\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "snížení verze balíčku %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "nedostatek paměti pro alokaci objektu"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "varování při rozbalování %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "nelze rozbalit %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "nelze přejmenovat %s na %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"soubor nenalezen v seznamu souborů balíčku %s. přeskakuje se rozbalení %s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "nelze rozbalit %s%s: příliš dlouhá cesta"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -85,7 +85,7 @@ msgstr ""
"přístupová práva adresáře %s se neshodují\n"
"souborový systém: %o balíček: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -94,101 +94,101 @@ msgstr ""
"rozdílný vlastník adresáře %s\n"
"souborový systém: %u:%u balíček: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "rozbalení: adresář nebyl přepsán souborem %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "nelze rozbalit %s.pacnew: příliš dlouhá cesta"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "nelze určit aktuální pracovní adresář\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "nelze změnit adresář na %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "nelze obnovit pracovní adresář (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "nastal problém při aktualizaci %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "nastal problém při instalaci %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "nelze aktualizovat záznam databáze %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "nelze přidat položku '%s' do mezipaměti\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "chyba při čtení souboru %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "odstraňuje se chybná databáze: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "nelze změnit adresář %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "chybný název záznamu v databázi '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "duplicitní záznam v databázi '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "poškozený záznam v databázi '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "nelze otevřít soubor %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "databáze %s je nekonzistentní: nesouhlasí jméno balíčku %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "databáze %s je nekonzistentní: nesouhlasí verze balíčku %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "neznámý způsob ověření pro balíček %s: %s\n"
@@ -229,42 +229,42 @@ msgstr "neplatná verze balíčku v %s\n"
msgid "missing package metadata in %s\n"
msgstr "chybí metadata balíčku v %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "nelze načíst soubor s podpisy: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "požadovaný klíč není v klíčence\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "odstraněn neplatný soubor: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "nelze načíst soubor s popisem balíčku '%s' z databáze '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "nelze přečíst databázi '%s' (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr "databáze %s je nekonzistentní: jméno balíčku %s je nepřípustné\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "databáze %s je nekonzistentní: jméno balíčku %s je příliš dlouhé\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "neznámý soubor databáze: %s\n"
@@ -289,12 +289,12 @@ msgstr "%s bude odstraněn po %s, na kterém závisí\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s bude nainstalován před %s, na kterém závisí\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "ignoruje se balíček %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "nelze vyřešit \"%s\", závislost \"%s\"\n"
@@ -349,39 +349,39 @@ msgstr "nepodařilo se určit kořen přípojného bodu %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "Diskový oddíl %s je připojen jen pro čtení\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "disk"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "nepodařilo se vytvořit dočasný soubor pro stahování\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "URL '%s' je chybná\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "selhalo získání souboru '%s' z %s: %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"selhalo získání souboru '%s' z %s : překročení očekávané velikosti "
"stahování\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s se zdá být zkrácen: %jd/%jd bytů\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "selhalo stahování %s\n"
@@ -601,199 +601,194 @@ msgstr "chybějící podpis PGP"
msgid "invalid PGP signature"
msgstr "neplatný podpis PGP"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "neplatný nebo poškozený delta rozdíl"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "aplikace delta rozdílu selhala"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "nelze vyřešit závislosti"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "konfliktní závislosti"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "konfliktní soubory"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "selhalo získání některých souborů"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "nesprávný regulární výraz"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "chyba knihovny libarchive"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "chyba knihovny pro stahování souborů"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "chyba v gpgme"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "chyba volání externího programu pro stahování souborů"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "neočekávaná chyba"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "chybí soubor zámku %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "nelze odstranit zamykací soubor %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr "Chybí cíle pro triggery v hooku: %s\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr "Chybí typ triggeru v hooku: %s\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr "Chybí operace triggeru v hooku: %s\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr "Chybí volba Exec v hooku: %s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr "Chybí volba When v hooku: %s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr "V hooku typu PostTransaction bylo nastaveno AbortOnFail: %s\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr "chyba při čtení hooku %s: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr "v hooku %s na řádku %d: neplatná volba %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr "v hooku %s na řádku %d: neplatná sekce %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr "v hooku %s na řádku %d: neplatná hodnota %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr "v hooku %s na řádku %d: přepsání předchozí definice volby %s\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr "v hooku %s na řádku %d: nelze nastavit volbu (%s)\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr "nelze spustit hook %s: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "nelze otevřít adresář %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "nelze otevřít soubor: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "nelze najít soubor %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "nelze přečíst adresář: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "nelze zcela načíst metadata pro balíček %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "nelze nalézt %s v databázi -- vynechat\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "'%s' odstraněn ze seznamu cílů\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "nelze odstranit soubor '%s': %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr "nelze zazálohovat %s kvůli přetečení PATH_MAX\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "nelze odstranit %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "nelze odstranit záznam databáze %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "nelze odstranit položku '%s' z mezipaměti\n"
@@ -803,141 +798,154 @@ msgstr "nelze odstranit položku '%s' z mezipaměti\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr "Nebyla nalezena veřejná klíčenka; spustili jste '%s'?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "Chyba GPGME: %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "do klíčenky nelze zapisovat\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "klíč \"%s\" se nepodařilo importovat\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
"klíč %s, \"%s\" byl nalezen na serveru s klíči, ale do klíčenky nelze "
"zapisovat\n"
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr "klíč \"%s\" nebylo možné vzdáleně vyhledat\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: chybí vyžadovaný podpis\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr "%s: podpis od \"%s\" má částečnou důvěru\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr "%s: u podpisu od \"%s\" není známá úroveň důvěry\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr "%s: podpis od \"%s\" je nedůvěryhodný\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s: klíč \"%s\" je neznámý\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr "%s: klíč \"%s\" je vypnut\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s: podpis od \"%s\" vypršel\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s: podpis od \"%s\" je neplatný\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s: chyba formátu podpisu\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s: nepodporovaný formát podpisu\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: ignoruje se aktualizace balíčku (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: ignoruje se snížení verze balíčku (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: snížení z verze %s na verzi %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: lokální verze (%s) je novější než v %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ignoruje se náhrada balíčku (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "nelze nahradit soubor %s souborem %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "zjištěn konflikt nerozlišitelných balíčků\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "'%s' odstraněn ze seznamu cílů, protože je konfliktní s '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "selhalo získání některých souborů\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "není dostatek volného místa na disku\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "nelze provést transakci pro odstranění\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "nelze provést transakci\n"
@@ -972,52 +980,52 @@ msgstr "nelze zapisovat do roury (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "nelze číst z roury (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "nepodařilo se vytvořit rouru (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "nelze spustit nový proces (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "nelze změnit kořenový adresář (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "volání execv selhalo (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "volání waitpid selhalo (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "příkaz se nepodařilo spustit správně\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Neznámý signál"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "příkaz ukončen signálem %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "neexistuje mezipaměť %s, vytváří se...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -9,13 +9,13 @@
# jakobw <jakob.wadsager@gmail.com>, 2012
# Joe Hansen <joedalton2@yahoo.dk>, 2011,2013
# scootergrisen, 2017
# scootergrisen, 2017-2018
# scootergrisen, 2017-2019
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-06-07 09:48+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-14 00:27+0000\n"
"Last-Translator: scootergrisen\n"
"Language-Team: Danish (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/da/)\n"
@@ -25,53 +25,53 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s er opdateret - springer over\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s er opdateret - springer over\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "nedgraderer pakke %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "kan ikke allokere diskarkiv-objekt"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "advarsel givet under udpakning %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "kunne ikke udpakke %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "kunne ikke omdøbe %s til %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"fil ikke fundet i fillisten for pakke %s. springer over udpakkelse af %s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "kan ikke pakke %s%s ud: sti for lang"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -80,7 +80,7 @@ msgstr ""
"mapperettigheder er forskellige for %s\n"
"filsystem: %o pakke: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -89,101 +89,101 @@ msgstr ""
"mapperettigheder er forskellige for %s\n"
"filsystem: %u:%u pakke: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "udtræk: overskriver ikke mappe med fil %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "kan ikke pakke %s.pacnew ud: sti for lang"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "kunne ikke hente nuværende arbejdsmappe\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "kunne ikke ændre mappe til %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "kunne ikke genskabe arbejdsmappe (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "der opstod et problem under opgradering %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "der opstod et problem under installation af %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "kunne ikke opdatere databasepunkt %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "kunne ikke tilføje punkt »%s« i cache\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "der opstod en fejl under læsning af fil %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "fjerner ugyldig database: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "kunne ikke oprette mappe %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "ugyldigt navn for databasepunkt '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "duplikeret databasepunkt '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "beskadiget databasepunkt '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "kunne ikke åbne fil %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "%s-database er inkonsistent: forskellige navne på pakke %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "%s-database er inkonsistent: forskellige versioner på pakke %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "ukendt valideringstype for pakke %s: %s\n"
@@ -224,42 +224,42 @@ msgstr "ugyldig pakkeversion i %s\n"
msgid "missing package metadata in %s\n"
msgstr "manglende pakkemetadata i %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "kunne ikke læse underskriftfil: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "krævede nøgle mangler fra nøglering\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "fjerner ugyldig fil: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "kunne ikke fortolke pakkebeskrivelsesfil '%s' fra db '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "kunne ikke læse db '%s' (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr "%s-database er inkonsistent: filnavnet på pakken %s er ugyldigt\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "%s-database er inkonsistent: filnavnet på pakken %s er for langt\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "ukendt databaseful: %s\n"
@@ -284,12 +284,12 @@ msgstr "%s vil blive fjernet efter dennes %s-afhængighed\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s vil blive installeret før dennes %s-afhængighed\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "ignorerer pakke %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "kan ikke læse '%s', en afhængighed af '%s'\n"
@@ -344,39 +344,39 @@ msgstr "kunne ikke bestemme rodmonteringspunkt %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "Partition %s er monteret som læs-kun\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "disk"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "kunne ikke oprette midlertidig fil til hentning\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "adressen '%s' er ugyldig\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "fejlede i indhentning af fil '%s' fra %s: %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"kunne ikke indhente fil '%s' fra %s: forventet downloadstørrelse "
"overskredet\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s ser ud til at være afkortet: %jd/%jd byte\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "kunne ikke hente %s\n"
@@ -596,199 +596,194 @@ msgstr "manglende PGP-signatur"
msgid "invalid PGP signature"
msgstr "ugyldig PGP-signatur"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "ugyldig eller ødelagt delta"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "deltarettelse (patch) fejlede"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "kunne ikke tilfredsstille afhængigheder"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "konfliktende afhængigheder"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "konfliktende filer"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "kunne ikke indhente nogle filer"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "ugyldigt regulært udtryk"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "biblioteksarkivfejl"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "hent biblioteksfejl"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "gpgme fejl"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "fejl under opstart af ekstern hentningsprogram"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr "kompileret uden understøttelse af signatur"
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "uventet fejl"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "låsefil mangler %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "kunne ikke fjerne låsningsfil %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr "Manglende udløsermål i krog: %s\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr "Manglende udløsertype i krog: %s\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr "Manglende udløserhanlding i krog: %s\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr "Manglende Exec-tilvalg i krog: %s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr "Manglende When-tilvalg i krog: %s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr "AbortOnFail sat for PostTransaction-hook: %s\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr "fejl ved læsning af hook %s: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr "hook %s linje %d: ugyldigt tilvalg %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr "hook %s linje %d: ugyldigt afsnit %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr "hook %s linje %d: ugyldig værdi %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr "hook %s linje %d: overskriver forrige definition af %s\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr "hook %s linje %d: kan ikke sætte tilvalg (%s)\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr "kan ikke køre hook %s: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "kunne ikke åbne mappe: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "kunne ikke åbne fil: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "kunne ikke køre (stat) fil %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "kunne ikke læse mappe: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "kunne ikke fuldt indlæse metadata for pakke %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "kunne ikke finde %s i database - springer over\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "fjerner %s fra målliste\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "kan ikke fjerne fil »%s«:%s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr "kunne ikke sikkerhedskopiere %s på grund af PATH_MAX-overløb\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "kan ikke fjerne %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "kunne ikke fjerne databasepunkt %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "kunne ikke fjerne punkt '%s' fra cache\n"
@@ -798,140 +793,154 @@ msgstr "kunne ikke fjerne punkt '%s' fra cache\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr "Offentlig nøglering ikke fundet. Har du kørt '%s'?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "Fejl ved GPGME: %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr "slår nøglen %s op med WKD\n"
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr "fejl ved gpg: %s\n"
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "der kan ikke skrives til nøglering\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr "nøglen\"%s\" på nøgleserver\n"
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "nøglen \"%s\" kunne ikke importeres\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
"nøglen %s, \"%s\" fundet på nøgleserver, der kan ikke skrives til nøglering\n"
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr "nøglen \"%s\" kunne ikke fjernopslås\n"
msgstr "nøglen \"%s\" kunne ikke opslås eksternt\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: mangler krævet signatur\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr "%s: signatur fra \"%s\" er marginelt betroet\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr "%s: signatur fra \"%s\" er ukendt betroet\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr "%s: signatur fra \"%s\" skal aldrig betroes\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s: nøgelen \"%s\" er ukendt\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr "%s: nøglen \"%s\" er deaktiveret\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s: signatur fra \"%s\" er udløbet\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s: signatur fra \"%s\" er ugyldig\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s: fejl i signaturformat\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s: signaturformat understøttes ikke\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: ignorerer pakkeopgradering (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: ignorerer pakkenedgradering (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: nedgraderer fra version %s til version %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: lokal (%s) er nyere end %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ignorerer pakkeerstatning (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "kan ikke erstatte %s med %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "pakkekonflikter, der ikke kan løses, er detekteret\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "fjerner »%s« fra målliste da det konflikter med »%s«\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "kunne ikke indhente nogle filer\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr "kunne ikke læse filen %s: %s\n"
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "ikke nok ledig diskplads\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "kunne ikke indsende (commit) fjernelsestransaktion\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "kunne ikke indsende (commit) transaktion\n"
@@ -966,52 +975,52 @@ msgstr "kan ikke skrive til pipe (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "kan ikke læse fra pipe (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "kunne ikke oprette pipe (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "kunne ikke forgren en ny proces (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "kunne ikke ændre rodmappen (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "kald til execv fejlede (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "kald til waitpid fejlede (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "kommando kunne ikke udføres korrekt\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Ukendt signal"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "kommando afbrudt af signal %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "ingen %s-cache findes, opretter...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr "kunne ikke finde eller oprette pakke-cache, bruger i stedet %s\n"

View File

@@ -4,6 +4,7 @@
#
# Translators:
# Dan McGee <dpmcgee@gmail.com>, 2011
# Dieter S <ptpsmail@web.de>, 2019
# Frank Theile, 2018
# Frank Theile, 2018
# Jakob Gahde <j5lx@fmail.co.uk>, 2014-2015
@@ -20,9 +21,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 15:58+0000\n"
"Last-Translator: Frank Theile\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: German (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/de/)\n"
"Language: de\n"
@@ -31,54 +32,54 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s ist aktuell -- Überspringe\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s ist aktuell -- Reinstalliere\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "Downgrade des Paketes %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "Archivobjekt konnte nicht reserviert werden"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "Es erscheint eine Warnung, wenn %s extrahiert wird (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "Konnte %s nicht entpacken (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "Konnte %s nicht in %s umbenennen (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"Datei nicht in Dateiliste des Pakets %s gefunden. Überspringe Entpacken von "
"%s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "konnte %s%s nicht entpacken: Pfad zu lang"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -87,7 +88,7 @@ msgstr ""
"Verzeichnis-Berechtigungen unterscheiden sich für %s\n"
"Dateisystem: %o Paket: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -96,105 +97,105 @@ msgstr ""
"Verzeichnis-Eigentümer unterscheidet sich für %s\n"
"Dateisystem: %u:%u Paket: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "Entpacken: Überschreibe Verzeichnis nicht mit Datei %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "konnte %s.pacnew nicht entpacken: Pfad zu lang"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "Konnte aktuelles Arbeitsverzeichnis nicht ermitteln\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "Konnte nicht zu Verzeichnis %s wechseln (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "Konnte das Arbeitsverzeichnis (%s) nicht wiederherstellen\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "Fehler traten auf, während %s aktualisiert wurde\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "Fehler traten bei der Installation von %s auf\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "Konnte Datenbankeintrag %s-%s nicht aktualisieren\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "Konnte Eintrag '%s' nicht zum Pufferspeicher hinzufügen\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "Fehler beim Lesen der Datei %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "Entferne die ungültige Datenbank: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "Konnte Verzeichnis %s nicht erstellen: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "Ungültiger Name für Datenbank-Eintrag '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "Doppelter Datenbank-Eintrag '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "Beschädigter Datenbank-Eintrag '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "Konnte Datei %s nicht öffnen: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr ""
"Die Datenbank von %s ist inkonsistent: Die Paketnamen für %s stimmen nicht "
"überein\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr ""
"Die Datenbank von %s ist inkonsistent: Die Versionsnummern für das Paket %s "
"stimmen nicht überein\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "Unbekannter Validierungstyp für das Paket %s: %s\n"
@@ -235,47 +236,47 @@ msgstr "Ungültige Paketversion in %s\n"
msgid "missing package metadata in %s\n"
msgstr "Fehlende Paket-Metadaten in %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "Konnte die Signatur-Datei nicht lesen: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "Erforderlicher Schlüssel fehlt im Schlüsselbund\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "Entferne ungültige Datei: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr ""
"Konnte Paket-Beschreibungsdatei '%s' der Datenbank '%s' nicht analysieren\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr ""
msgstr "konnte Datenbank '%s' (%s) nicht lesen\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"Datenbank %s ist inkonsistent: Der Dateiname des Paketes %s ist nicht "
"erlaubt\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr ""
"Die Datenbank von %s ist inkonsistent: Der Dateiname des Paketes %s ist zu "
"lang\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "Unbekannte Datenbankdatei: %s\n"
@@ -300,12 +301,12 @@ msgstr "%s wird nach seiner Abhängigkeit %s entfernt werden\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s wird vor seiner Abhängigkeit %s installiert werden\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "Ignoriere Paket %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "Kann \"%s\" nicht auflösen (eine Abhängigkeit von \"%s\")\n"
@@ -362,39 +363,39 @@ msgstr "Konnte den Root-Einhängepunkt %s nicht ermitteln\n"
msgid "Partition %s is mounted read only\n"
msgstr "Die Partition %s ist so eingehängt, dass sie nur gelesen werden kann\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "Platte"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "Konnte temporäre Datei für den Download nicht anlegen\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "URL '%s' ist ungültig\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "Konnte Datei '%s' nicht von %s übertragen : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"Konnte Datei '%s' nicht von %s empfangen: Erwartete Downloadgröße "
"überschritten\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s scheint abgeschnitten zu sein: %jd/%jd Bytes\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "Konnte %s nicht herunterladen\n"
@@ -615,199 +616,194 @@ msgstr "Fehlende PGP-Signatur"
msgid "invalid PGP signature"
msgstr "Ungültige PGP-Signatur"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "Ungültiges oder beschädigtes Delta"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "Delta-Patch fehlgeschlagen"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "Kann Abhängigkeiten nicht erfüllen"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "In Konflikt stehende Abhängigkeiten"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "In Konflikt stehende Dateien"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "Konnte manche Dateien nicht übertragen"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "Ungültiger Regulärer Ausdruck"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "libarchive-Fehler"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "Fehler in der Bibliothek für Downloads"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "gpgme-Fehler"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "Fehler beim Aufruf eines externen Downloaders"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr "Kompiliert ohne Signatur-Unterstützung"
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "Unerwarteter Fehler"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "%s fehlt in Sperrdatei\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "Konnte Sperrdatei %s nicht entfernen\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
msgstr "Fehlende Exec-Option im hook: %s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
msgstr "Fehlende Exec-Option im hook: %s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
msgstr "Fehler beim Lesen des hooks %s: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr "Hook %s, Zeile %d: ungültige Option %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
msgstr "hook %s, Zeile %d: Ungültige Sektion %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
msgstr "hook %s, Zeile %d: Ungültiger Wert %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
msgstr "hook %s, Zeile %d: Üerschreibe vorherige Definition von %s\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
msgstr "hook %s, Zeile %d: Kann die Option (%s) nicht setzen\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
msgstr "Kann den hook %s nicht starten: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "Konnte das Verzeichnis nicht öffnen: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
msgstr "Konnte die Datei nicht öffnen: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "Konnte Status-Information für die Datei %s nicht ermitteln: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr ""
msgstr "Konnte Verzeichnis nicht lesen: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "Konnte die Metadaten für Paket %s-%s nicht vollständig laden\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "Konnte %s nicht in Datenbank finden -- Überspringe\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "Entferne '%s' aus der Ziel-Liste\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "Kann Datei '%s' nicht entfernen: %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
msgstr "Kann kein Backup von %s erstellen, auf Grund eines PATH_MAX overflow\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "Konnte %s nicht entfernen (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "Konnte Datenbank-Eintrag %s-%s nicht entfernen\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "Konnte Eintrag '%s' nicht aus dem Puffer entfernen\n"
@@ -817,139 +813,154 @@ msgstr "Konnte Eintrag '%s' nicht aus dem Puffer entfernen\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "Schlüssebund ist nicht schreibbar\n"
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
msgstr "Schlüssel \"%s\" konnte nicht importiert werden\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
msgstr "Schlüssel \"%s\" konnte nicht entfernt abgerufen werden\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: Erforderliche Signatur fehlt\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
msgstr "%s: Schlüssel \"%s\" ist unbekannt\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
msgstr "%s: Schlüssel \"%s\" ist deaktiviert\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
msgstr "%s: Signatur von \"%s\" ist abgelaufen\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
msgstr "%s: Signatur von \"%s\" ist ungültig\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr ""
msgstr "%s: Signaturformatfehler\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr ""
msgstr "%s: nicht unterstütztes Signaturformat\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: Ignoriere Paket-Aktualisierung (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: Ignoriere Paket-Downgrade (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: Downgrade von Version %s zu Version %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: Lokale Version (%s) ist neuer als %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "Ignoriere Paket-Ersetzung (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "Kann %s nicht durch %s ersetzen\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "Nicht auflösbare Paketkonflikte gefunden\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "Entferne '%s' aus der Ziel-Liste, da es mit '%s' in Konflikt steht\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "Konnte einige Dateien nicht übertragen\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr "konnte die Datei nicht lesen %s: %s\n"
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "Nicht genug freier Festplattenspeicher\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "Konnte Löschvorgang nicht durchführen\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "Konnte den Vorgang nicht durchführen\n"
@@ -984,52 +995,52 @@ msgstr "konnte nicht in Weiterleitung schreiben (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "konnte nicht von Weiterleitung lesen (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "Konnte Weiterleitung nicht erstellen (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "Konnte keinen neuen Prozess starten (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "Konnte Root-Verzeichnis nicht wechseln (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "Konnte execv nicht aufrufen (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "Aufruf von waitpid fehlgeschlagen (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "Befehl konnte nicht korrekt ausgeführt werden\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Unbekanntes Signal"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "Befehl unterbrochen durch Signal %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "Es existiert kein %s-Puffer, erstelle...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -7,7 +7,7 @@
# Achilleas Pipinellis, 2014
# Achilleas Pipinellis, 2013
# Achilleas Pipinellis, 2013
# Christos Nouskas <nous@archlinux.us>, 2011,2013-2014,2017
# Christos Nouskas <nous@archlinux.us>, 2011,2013-2014,2017,2019
# Dan McGee <dpmcgee@gmail.com>, 2011
# ifaigios <ifaigios@gmail.com>, 2015
# ifaigios <ifaigios@gmail.com>, 2015
@@ -17,8 +17,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:05+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Greek (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/el/)\n"
@@ -28,54 +28,54 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s ενημερωμένο -- παράλειψη\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s ενημερωμένο -- επανεγκατάσταση\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "υποβάθμιση πακέτου %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "αδυναμία κατανομής αντικειμένου αρχείου δίσκου"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "προειδοποίηση κατά την εξαγωγή του %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "αδυναμία εξαγωγής %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "αδυναμία μετονομασίας %s σε %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"αρχείο δεν βρέθηκε στην λίστα αρχείων του πακέτου %s. παράλειψη εξαγωγής του "
"%s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "αδυναμία εξαγωγής %s%s: πολύ μεγάλο μήκος διαδρομής"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -84,7 +84,7 @@ msgstr ""
"τα δικαιώματα καταλόγου διαφέρουν στο %s\n"
"σύστημα αρχείων: %o πακέτο: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -93,101 +93,101 @@ msgstr ""
"κυριότητα καταλόγου διαφορετική από του %s\n"
"σύστημα αρχείων: %u:%u πακέτου: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "εξαγωγή: μη αντικατάσταση καταλόγου με αρχείο %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "αδυναμία εξαγωγής %s.pacnew: πολύ μεγάλο μήκος διαδρομής"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "αδυναμία χρήσης τρέχοντος καταλόγου\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "αδυναμία μετάβασης στον κατάλογο %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "αδυναμία επαναφοράς καταλόγου εργασίας (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "πρόβλημα κατά την αναβάθμιση του %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "πρόβλημα κατά την εγκατάσταση του %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "αδυναμία ενημέρωσης εγγραφής βάσης %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "αδυναμία προσθήκης εγγραφής '%s' στην κρύπτη\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "σφάλμα ανάγνωσης αρχείου %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "διαγραφή άκυρης βάσης: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "αδυναμία δημιουργίας καταλόγου %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "άκυρο όνομα εγγραφής βάσης '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "διπλότυπη εγγραφή βάσης '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "κατεστραμμένη εγγραφή βάσης '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "αδυναμία ανάγνωσης αρχείου %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "ανακολουθία στην βάση %s: αναντιστοιχία ονόματος πακέτου %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "ανακολουθία στην βάση %s: ασυμφωνία έκδοσης πακέτου %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "άγνωστος τύπος επικύρωσης πακέτου %s: %s\n"
@@ -228,45 +228,45 @@ msgstr "άκυρη έκδοση πακέτου στο %s\n"
msgid "missing package metadata in %s\n"
msgstr "απόντα μετα-δεδομένα πακέτου στο %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "αδυναμία ανάγνωσης αρχείου υπογραφής: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr ""
"απόν κλειδί από τον κλειδούχο\n"
"\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "διαγραφή άκυρου αρχείου: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr ""
"αδυναμία ανάλυσης αρχείου περιγραφής πακέτου '%s' στη βάση δεδομένων '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr ""
msgstr "αδυναμία ανάγνωσης βάσης '%s' (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr "ασυνέπεια βάσης %s: μη έγκυρο όνομα πακέτου %s\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "ασυνέπεια βάσης %s: πολύ μεγάλο όνομα πακέτου %s\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "άγνωστο αρχείο βάσης: %s\n"
@@ -291,12 +291,12 @@ msgstr "κατάργηση του %s μετά την εξάρτησή του %s\
msgid "%s will be installed before its %s dependency\n"
msgstr "εγκατάσταση του %s πρίν από την εξάρτησή του %s\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "παράβλεψη πακέτου %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "αδυναμία εύρεσης του \"%s\", εξάρτησης του \"%s\"\n"
@@ -353,38 +353,38 @@ msgstr "αδυναμία καθορισμού ριζικού σημείου πρ
msgid "Partition %s is mounted read only\n"
msgstr "Η κατάτμηση %s είναι προσαρτημένη μόνο για ανάγνωση\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "δίσκο"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "αποτυχία δημιουργίας προσωρινού αρχείου λήψης\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "άκυρη διεύθυνση '%s'\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "αποτυχία λήψης αρχείου '%s' από %s : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"αποτυχία λήψης αρχείου '%s' από %s : υπέρβαση αναμενομένου μεγέθους λήψης\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "το %s δείχνει ημιτελές: %jd/%jd bytes\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "αποτυχία λήψης %s\n"
@@ -604,199 +604,194 @@ msgstr "απούσα υπογραφή PGP"
msgid "invalid PGP signature"
msgstr "άκυρη υπογραφή PGP"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "άκυρο ή κατεστραμμένο delta"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "αποτυχία μπάλωματος delta"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "αδυναμία επίλυσης εξαρτήσεων"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "διένεξη εξαρτήσεων"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "διένεξη αρχείων"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "αποτυχία λήψης κάποιων αρχείων"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "άκυρη κανονική έκφραση"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "σφάλμα libarchive"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "σφάλμα βιβλιοθήκης λήψης"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "σφάλμα gpgme"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "σφάλμα κλήσης προγράμματος λήψης"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "απρόσμενο σφάλμα"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "απόν αρχείο κλειδώματος %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "αδυναμία διαγραφής αρχείου κλειδώματος %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
msgstr "Απόντες διακόπτες στόχων στο hook: %s\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
msgstr "Απών τύπος διακόπτη στο hook: %s\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
msgstr "Απούσα λειτουργία διακόπτη στο hook: %s\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
msgstr "Απούσα επιλογή Exec στο hook: %s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
msgstr "Απούσα επιλογή When στο hook: %s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
msgstr "Τέθηκε AbortOnFail στο PostTransaction hook: %s\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
msgstr "σφάλμα ανάγνωσης hook %s: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
msgstr "hook %s γραμμή %d: άκυρη επιλογή %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
msgstr "hook %s γραμμή %d: άκυρη ενότητα %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
msgstr "hook %s γραμμή %d: άκυρη τιμή %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
msgstr "hook %s γραμμή %d: αντικατάσταση προηγούμενου ορισμού %s\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
msgstr "hook %s γραμμή %d: αδυναμία ορισμού επιλογής (%s)\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
msgstr "αδυναμία εκτελέσεως hook %s: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "αδυναμία ανοίγματος καταλόγου %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
msgstr "αδυναμία ανοίγματος αρχείου: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "αδυναμία εντοπισμού αρχείου %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr ""
msgstr "αδυναμία ανάγνωσης καταλόγου: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "αδυναμία πλήρους φόρτωσης μεταδεδομένων πακέτου %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "δεν βρέθηκε το %s στη βάση -- παράλειψη\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "αφαίρεση του %s από λίστα διεκπεραίωσης\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "αδυναμία διαγραφής αρχείου '%s': %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
msgstr "αδυναμία εφεδρικής αντιγραφής %s εξαιτίας υπερχείλισης PATH_MAX\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "αδυναμία κατάργησης %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "αδυναμία κατάργησης εγγραφής βάσης %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "αδυναμία κατάργησης εγγραφής '%s' από κρύπτη\n"
@@ -804,142 +799,157 @@ msgstr "αδυναμία κατάργησης εγγραφής '%s' από κρ
#: lib/libalpm/signing.c:171
#, c-format
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
msgstr "Δεν ευρέθη δημόσιος κλειδούχος· εκτελέστηκε '%s';\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "σφάλμα GPGME: %s\n"
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "μη εγγράψιμος κλειδούχος\n"
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
msgstr "αδυναμία εισαγωγής κλειδιού \"%s\"\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
msgstr "αδυναμία απομεμακρυσμένης αναζήτησης κλειδιού \"%s\"\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: απούσα απαιτούμενη υπογραφή\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
msgstr "%s: υπογραφή από \"%s\" οριακής εμπιστοσύνης\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
msgstr "%s: υπογραφή από \"%s\" αγνώστου εμπιστοσύνης\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
msgstr "%s: υπογραφή από \"%s\" ουδεμίας εμπιστοσύνης\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
msgstr "%s: κλειδί \"%s\" άγνωστο\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
msgstr "%s: κλειδί \"%s\" απενεργοποιημένο\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
msgstr "%s: υπογραφή από \"%s\" ληγμένη\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
msgstr "%s: υπογραφή από \"%s\" άκυρη\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr ""
msgstr "%s: σφάλμα μορφής υπογραφής\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr ""
msgstr "%s: μη υποστηριζόμενη μορφή υπογραφής\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: παράβλεψη αναβάθμισης πακέτου (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: παράβλεψη υποβάθμισης πακέτου (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: υποβάθμιση από έκδοση %s στην έκδοση %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: τοπικό (%s) νεότερο από του [%s] (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "παράβλεψη αντικατάστασης πακέτου (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "αδυναμία αντικατάστασης του %s από το %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "εντοπισμός ανεπίλυτων διενέξεων πακέτων\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr ""
"αφαίρεση του '%s' από την λίστα διεκπεραίωσης λόγω διένεξης με το '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "σφάλμα λήψης μερικών αρχείων\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "μη αρκετός ελεύθερος χώρος στο δίσκο\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "αδυναμία διεκπεραίωσης διαγραφής\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "αδυναμία διεκπεραίωσης\n"
@@ -974,52 +984,52 @@ msgstr "αποτυχία εγγραφής σε αγωγό (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "αποτυχία ανάγνωσης από αγωγό (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "αδυναμία δημιουργίας αγωγού (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "αδυναμία εκκίνησης νέας διεργασίας (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "αδυναμία αλλαγής ριζικού καταλόγου (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "αποτυχία κλήσης execv (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "αποτυχία κλήσης waitpid (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "αποτυχία σωστής εκτέλεσης εντολής\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Άγνωστο σήμα"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "τερματισμός εντολής με σήμα %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "μη υπάρχουσα κρύπτη %s, δημιουργία...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr "αδυναμία εύρεσης ή δημιουργίας κρύπτης πακέτων, χρήση %s\n"

View File

@@ -4,14 +4,14 @@
#
# Translators:
# Allan McRae <allan@archlinux.org>, 2013
# Allan McRae <allan@archlinux.org>, 2013-2015,2017-2018
# Allan McRae <allan@archlinux.org>, 2013-2015,2017-2019
# Dan McGee <dpmcgee@gmail.com>, 2011
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:15+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:47+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/toofishes/"
"archlinux-pacman/language/en_GB/)\n"
@@ -21,53 +21,53 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s is up to date -- skipping\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s is up to date -- reinstalling\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "downgrading package %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "cannot allocate disk archive object"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "warning given when extracting %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "could not extract %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "could not rename %s to %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"file not found in file list for package %s. skipping extraction of %s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "unable to extract %s%s: path too long"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -76,7 +76,7 @@ msgstr ""
"directory permissions differ on %s\n"
"filesystem: %o package: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -85,101 +85,101 @@ msgstr ""
"directory ownership differs on %s\n"
"filesystem: %u:%u package: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "extract: not overwriting dir with file %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "unable to extract %s.pacnew: path too long"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "could not get current working directory\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "could not change directory to %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "could not restore working directory (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "problem occurred while upgrading %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "problem occurred while installing %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "could not update database entry %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "could not add entry '%s' in cache\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "error while reading file %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "removing invalid database: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "could not create directory %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "invalid name for database entry '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "duplicated database entry '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "corrupted database entry '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "could not open file %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "%s database is inconsistent: name mismatch on package %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "%s database is inconsistent: version mismatch on package %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "unknown validation type for package %s: %s\n"
@@ -220,42 +220,42 @@ msgstr "invalid package version in %s\n"
msgid "missing package metadata in %s\n"
msgstr "missing package metadata in %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "failed to read signature file: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "required key missing from keyring\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "removing invalid file: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "could not parse package description file '%s' from db '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "could not read db '%s' (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr "%s database is inconsistent: filename of package %s is illegal\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "%s database is inconsistent: filename of package %s is too long\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "unknown database file: %s\n"
@@ -280,12 +280,12 @@ msgstr "%s will be removed after its %s dependency\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s will be installed before its %s dependency\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "ignoring package %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "cannot resolve \"%s\", a dependency of \"%s\"\n"
@@ -340,38 +340,38 @@ msgstr "could not determine root mount point %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "Partition %s is mounted read only\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "disk"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "failed to create temporary file for download\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "URL '%s' is invalid\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "failed retrieving file '%s' from %s : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"failed retrieving file '%s' from %s : expected download size exceeded\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s appears to be truncated: %jd/%jd bytes\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "failed to download %s\n"
@@ -591,199 +591,194 @@ msgstr "missing PGP signature"
msgid "invalid PGP signature"
msgstr "invalid PGP signature"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "invalid or corrupted delta"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "delta patch failed"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "could not satisfy dependencies"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "conflicting dependencies"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "conflicting files"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "failed to retrieve some files"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "invalid regular expression"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "libarchive error"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "download library error"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "gpgme error"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "error invoking external downloader"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr "compiled without signature support"
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "unexpected error"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "lock file missing %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "could not remove lock file %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr "Missing trigger targets in hook: %s\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr "Missing trigger type in hook: %s\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr "Missing trigger operation in hook: %s\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr "Missing Exec option in hook: %s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr "Missing When option in hook: %s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr "AbortOnFail set for PostTransaction hook: %s\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr "error while reading hook %s: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr "hook %s line %d: invalid option %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr "hook %s line %d: invalid section %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr "hook %s line %d: invalid value %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr "hook %s line %d: overwriting previous definition of %s\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr "hook %s line %d: unable to set option (%s)\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr "unable to run hook %s: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "could not open directory: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "could not open file: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "could not stat file %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "could not read directory: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "could not fully load metadata for package %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "could not find %s in database -- skipping\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "removing %s from target list\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "cannot remove file '%s': %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr "could not backup %s due to PATH_MAX overflow\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "cannot remove %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "could not remove database entry %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "could not remove entry '%s' from cache\n"
@@ -793,139 +788,154 @@ msgstr "could not remove entry '%s' from cache\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr "Public keyring not found; have you run '%s'?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "GPGME error: %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr "looking up key %s using WKD\n"
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr "gpg error: %s\n"
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "keyring is not writable\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr "key \"%s\" on keyserver\n"
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "key \"%s\" could not be imported\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr "key %s, \"%s\" found on keyserver, keyring is not writable\n"
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr "key \"%s\" could not be looked up remotely\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: missing required signature\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr "%s: signature from \"%s\" is marginal trust\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr "%s: signature from \"%s\" is unknown trust\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr "%s: signature from \"%s\" should never be trusted\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s: key \"%s\" is unknown\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr "%s: key \"%s\" is disabled\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s: signature from \"%s\" is expired\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s: signature from \"%s\" is invalid\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s: signature format error\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s: unsupported signature format\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: ignoring package upgrade (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: ignoring package downgrade (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: downgrading from version %s to version %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: local (%s) is newer than %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ignoring package replacement (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "cannot replace %s by %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "unresolvable package conflicts detected\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "removing '%s' from target list because it conflicts with '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "failed to retrieve some files\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr "failed to read file %s: %s\n"
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "not enough free disk space\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "could not commit removal transaction\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "could not commit transaction\n"
@@ -960,52 +970,52 @@ msgstr "unable to write to pipe (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "unable to read from pipe (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "could not create pipe (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "could not fork a new process (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "could not change the root directory (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "call to execv failed (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "call to waitpid failed (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "command failed to execute correctly\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Unknown signal"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "command terminated by signal %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "no %s cache exists, creating...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr "couldn't find or create package cache, using %s instead\n"

View File

@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:05+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Esperanto (http://www.transifex.com/toofishes/archlinux-"
"pacman/language/eo/)\n"
@@ -22,54 +22,54 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s estas ĝisdata -- preterpasante\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s estas ĝisdata -- reinstalante\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "malpromociante pakaĵon %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "maleblas disponigi diskarkivaĵon"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "averto donita dum eltirado de %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "ne eblis eltiri %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "ne eblis renomi %s al %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"dosiero ne trovita en la dosierlisto por pakaĵo %s. preterpasante eltirado "
"de %s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "ne eblis eltiri %s%s: la dosierindiko estas tro longa"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -78,7 +78,7 @@ msgstr ""
"dosierujaj permesoj malsamas en\n"
"dosiersistemo %s: pakaĵo %o: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -87,101 +87,101 @@ msgstr ""
"dosieruja posedo malsamas en\n"
"dosiersistemo %s: %u:%u pakaĵo: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "eltiri: ne superskribante dosierujon kun dosiero %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "ne eblis eltiri %s.pacnew: la dosierindiko estas tro longa"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "ne eblis akiri nunan funkciantan dosierujon\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "ne eblis ŝanĝi dosierujon al %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "ne eblis restaŭri nunan funkciantan dosierujon (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "problemo okazis dum ĝisdatigo de %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "problemo okazis dum instalo de %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "ne eblis ĝisdatigi datumbazan enigon %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "ne eblis aldoni enigon '%s' en kaŝmemoro\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "eraro dum legado de dosiero %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "forigante nevalidan datumbazon: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "ne eblis krei dosierujon %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "nevalida nomo por datumbaza enigo '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "duobla datumbaza enigo '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "difektita datumbaza enigo '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "ne eblis malfermi dosieron %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "la datumbazo %s estas nekohera: noma malkongruo en la pakaĵo %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "la datumbazo %s estas nekohera: versia malkongruo en la pakaĵo %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "nekonata validiga tipo por pakaĵo %s: %s\n"
@@ -222,46 +222,46 @@ msgstr "nevalida pakaĵa versio en %s\n"
msgid "missing package metadata in %s\n"
msgstr "mankas pakaĵaj metadatumoj en %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "malsukcesis legi subskriban dosieron: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "bezonata ŝlosilo mankas de la ŝlosilingo\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "forigante nevalidan dosieron: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "ne eblis analizi priskriba dosiero de la pakaĵo '%s' el db '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr ""
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"la datumbazo %s estas malkongrua: la dosiernomo de pakaĵo %s estas "
"malpermesata\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr ""
"la datumbazo %s estas malkongrua: la dosiernomo de pakaĵo %s estas tro "
"longa\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "nekonata datumbaza dosiero: %s\n"
@@ -286,12 +286,12 @@ msgstr "oni forigos %s post sia dependenco %s\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "oni instalos %s antaŭ sia dependenco %s\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "ignorante pakaĵon %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "ne eblas solvi \"%s\", dependeco de \"%s\"\n"
@@ -348,39 +348,39 @@ msgstr "ne eblis scii radikan surmetingon %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "La subdisko %s estas surmetita nurlegebla\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "disko"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "malsukcesis krei provizoran dosieron por elŝuto\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "la url '%s' ne estas valida\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "malsukcesis ricevi dosieron '%s' de %s: %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"malsukcesis ricevi dosieron '%s' de %s: atendita elŝuta grando grandigis\n"
"\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s ŝajnas esti trunkita: %jd/%jd bitokoj\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "malsukcesis elŝuti %s\n"
@@ -600,199 +600,194 @@ msgstr "mankas PGP-subskribo"
msgid "invalid PGP signature"
msgstr "nevalida PGP-subskribo"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "nevalida aŭ difektita diferencodosiero"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "diferencodosiera fliko fiaskis"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "ne eblis satigi dependencojn"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "konfliktantaj dependencoj"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "konfliktantaj dosieroj"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "malsukcesis ricevi kelkajn dosierojn"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "nevalida regula esprimo"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "eraro en libarchive"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "eraro de biblioteka elŝuto"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "eraro de gpgme"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "eraro alvokante eksteran elŝutilon"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "neatendita eraro"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "ŝlosa dosiero mankas %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "ne eblis forigi ŝlosan dosieron %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "ne eblis malfermi dosierujon: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "ne eblis statikigi dosieron %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr ""
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "ne eblis tute ŝarĝi la metadatumojn por la pakaĵo %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "ne eblis trovi %s en la datumbazo -- preterpasante\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "forigante %s de la cela listo\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "ne eblas forigi dosieron '%s': '%s'\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "ne eblas forigi %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "ne eblis forigi datumbazan enigon %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "ne eblis forigi enigon '%s' el la kaŝmemoro\n"
@@ -802,141 +797,156 @@ msgstr "ne eblis forigi enigon '%s' el la kaŝmemoro\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: mankas bezonata subskribo\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr ""
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr ""
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: ignorante pakaĵan promocion (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: ignorante pakaĵan malpromocion (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: malpromociante de versio %s al versio %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: la loka (%s) estas pli nova ol %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ignorante pakaĵan anstataŭon (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "ne eblas anstataŭi %s por %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "nesolveblaj pakaĵaj konfliktoj detektitaj\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "forigante '%s' el cela listo ĉar ĝi konfliktas kun '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "malsukcesis ricevi kelkajn dosierojn\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "ne estas sufiĉe granda malokupata diskspaco\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr ""
"malsukcesis enmeti forigan transakcion\n"
"\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "ne eblis enmeti transakcion\n"
@@ -971,52 +981,52 @@ msgstr "ne eblas skribi al dukto (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "ne eblas legi el dukto (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "ne eblis krei dukton (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "ne eblis forki novan procezon (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "ne eblis ŝanĝi la radikan dosierujon (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "alvoko al execv fiaskis (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "alvoko al waitpid fiaskis (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "la komando malsukcese rulis ĝuste\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Nekonata signalo"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "komando ĉesigita de signalo %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "neniu kaŝmemoro %s ekzistas, kreante...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr "ne eblis trovi aŭ krei pakaĵan kaŝmemoron, uzante %s anstataŭ\n"

View File

@@ -11,19 +11,20 @@
# Leonel <leonelmalon@gmail.com>, 2013
# Leonel <leonelmalon@gmail.com>, 2013
# neiko <neikokz+tsfx@gmail.com>, 2011
# Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] <prflr88@gmail.com>, 2017
# Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] <prflr88@gmail.com>, 2013-2016
# Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] <prflr88@gmail.com>, 2017
# Pedro Román <roizheim@gmail.com>, 2013-2014,2016-2018
# picodotdev <pico.dev@gmail.com>, 2016
# prflr88 <prflr88@gmail.com>, 2017
# prflr88 <prflr88@gmail.com>, 2013-2016
# prflr88 <prflr88@gmail.com>, 2017
# Pedro Román <roizheim@gmail.com>, 2013-2014,2016-2019
# picodotdev <pico.dev@gmail.com>, 2016,2019
# prflr88 <prflr88@gmail.com>, 2017
# Swyter <Swyterzone@gmail.com>, 2015,2017-2018
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-06-22 07:25+0000\n"
"Last-Translator: Pedro Román <roizheim@gmail.com>\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 09:15+0000\n"
"Last-Translator: picodotdev <pico.dev@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/es/)\n"
"Language: es\n"
@@ -32,55 +33,55 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s está actualizado -- omitiéndolo\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s está actualizado -- reinstalándolo\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "revertiendo el paquete %s a una versión anterior (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr ""
"memoria insuficiente en el sistema para lograr los objetivos del archivo"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "se han advertido errores mientras se extraía %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "no se pudo extraer %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "no se pudo renombrar %s a %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"el archivo no figura en la lista de archivos del paquete %s. Omitiendo la "
"extracción de %s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "no se pudo extraer %s%s: ruta demasiado larga"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -89,7 +90,7 @@ msgstr ""
"los permisos del directorio difieren respecto de %s\n"
"sistema de archivos: %o paquete: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -98,107 +99,107 @@ msgstr ""
"la propiedad del directorio difiere respecto de %s\n"
"sistema de archivos: %u:%u paquete: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr ""
"sobre la extracción: no se puede sobrescribir el directorio con el archivo "
"%s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "no se pudo extraer %s.pacnew: ruta demasiado larga"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "no se pudo determinar el directorio de trabajo actual\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "no se pudo cambiar el directorio a %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "no se pudo restaurar el directorio de trabajo (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "ocurrió un error durante la actualización de %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "ocurrió un error durante la instalación de %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "no se pudo actualizar la entrada %s-%s en la base de datos\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "no se pudo agregar la entrada «%s» a la caché\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "error al leer el archivo %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "quitando la base de datos no válida: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "no se pudo crear el directorio %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "nombre no válido para la entrada «%s» de la base de datos\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "entrada «%s» duplicada en la base de datos\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "la entrada «%s» de la base de datos está dañada\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "no se pudo abrir el archivo %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr ""
"la base de datos %s es inconsistente: nombre mal emparejado en el paquete "
"%s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr ""
"la base de datos %s es inconsistente: versión mal emparejada en el paquete "
"%s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "tipo de validación desconocida para el paquete %s: %s\n"
@@ -239,48 +240,48 @@ msgstr "versión del paquete no válida en %s\n"
msgid "missing package metadata in %s\n"
msgstr "faltan los metadatos del paquete en %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "no se pudo leer correctamente el archivo de firmas: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "la clave necesaria no está presente en el depósito\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "quitando archivo no válido: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr ""
"no se pudo analizar el archivo de descripción del paquete «%s» de la base de "
"datos «%s»\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "no se pudo leer la base de datos '%s' (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"la base de datos %s es inconsistente: el nombre del archivo del paquete %s "
"no entra dentro de lo permisible\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr ""
"la base de datos %s es inconsistente: el nombre del archivo del paquete %s "
"es demasiado largo\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "archivo de base de datos desconocido: %s\n"
@@ -305,12 +306,12 @@ msgstr "%s se quitará después de su dependencia %s\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s se instalará antes de su dependencia %s\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "ignorando el paquete %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "no se pudo resolver «%s», una dependencia de «%s»\n"
@@ -369,39 +370,39 @@ msgstr "no se pudo determinar el punto de montaje de la raíz %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "La partición %s está montada solamente en modo lectura\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "disco"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "no se pudo crear el archivo temporal para la descarga\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "la dirección «%s» no es válida\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "no se pudo obtener el archivo «%s» desde %s: %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"no se pudo obtener el archivo «%s» desde %s : el tamaño de la descarga "
"supera lo esperado\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s parece estar incompleto: %jd/%jd bytes\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "no se pudo descargar %s\n"
@@ -622,202 +623,197 @@ msgstr "falta la firma PGP"
msgid "invalid PGP signature"
msgstr "firma PGP no válida"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "el archivo diferencial no es válido o está dañado"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "el parche del diferencial ha fallado"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "no se pudieron satisfacer las dependencias"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "dependencias en conflicto"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "archivos en conflicto"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "no se pudieron descargar algunos archivos"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "expresión regular no válida"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "error de la biblioteca libarchive"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "error de la biblioteca de descarga"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "error de gpgme"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "error al invocar al gestor de descargas externo"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr "compilado sin soporte de firma"
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "error inesperado"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "falta el archivo de bloqueo %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "no se pudo quitar el archivo de bloqueo %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr "Paquetes de ejecución que faltan en el «hook»: %s\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr "Tipo de ejecución que falta en el «hook»: %s\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr "Operación de ejecución que falta en el «hook»: %s\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr "Falta la opción «Exec» en el «hook»: %s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr "Falta la opción «When» en el «hook»: %s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr "«AbortOnFail» establecido para el «hook» de posinstalación: %s\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr "hubo un error al leer el «hook» %s: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr "«hook» %s línea %d: la opción %s no es correcta\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr "«hook» %s línea %d: la sección %s no es correcta\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr "«hook» %s línea %d: el valor %s no es correcto\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr "«hook» %s línea %d: sobrescribiendo la definición de %s\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr "«hook» %s línea %d: no se puede especificar la opción (%s)\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr "no se pudo ejecutar el «hook» %s: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "no se pudo abrir el directorio: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "no se pudo abrir el archivo: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "no se pudo recuperar la información del archivo %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "no se pudo crear la carpeta: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr ""
"no se pudieron cargar completamente los metadatos para el paquete %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "no se pudo encontrar %s en la base de datos -- omitiéndolo\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "quitando %s de la lista de paquetes\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "no se pudo quitar el archivo «%s»: %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
"no se ha podido respaldar %s debido a que la ruta supera el tamaño de "
"PATH_MAX\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "no se pudo quitar %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "no se pudo quitar la entrada %s-%s de la base de datos\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "no se pudo quitar la entrada «%s» de la caché\n"
@@ -829,145 +825,158 @@ msgstr ""
"No se ha encontrado el depósito público de claves; ¿ya se ha ejecutado "
"«%s»?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "Error de GPGME: %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr "buscando clave %s usando WKD\n"
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr "error gpg: %s\n"
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "no se puede escribir en el depósito de claves\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr "clave «%s» en servidor de claves\n"
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "no se pudo importar la clave «%s»\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
"se ha encontrado la clave %s, «%s» en el servidor de claves, pero no se "
"puede añadir al llavero porque está protegido contra escritura\n"
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr "no se pudo buscar la clave «%s» de forma remota\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: falta la firma exigida\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr "%s: la firma de «%s» es de confianza mínima\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr "%s: se desconoce el nivel de confianza de la firma de «%s»\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
"%s: la firma de «%s» no es de confianza y no se debería confiar en ella bajo "
"ningún concepto\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s: clave «%s» desconocida\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr "%s: la clave «%s» está desactivada\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s: la firma de «%s» ha expirado\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s: la firma de «%s» no es válida\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s: hubo un error con el formato de la firma\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s: formato de firma desconocido\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: ignorando la actualización del paquete (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: ignorando la desactualización del paquete (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: desactualizando de la versión %s a la versión %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: la versión instalada (%s) es más nueva que %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ignorando el remplazo del paquete (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "no se pudo remplazar el archivo %s por %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "se han detectado paquetes con conflictos sin resolver\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr ""
"quitando «%s» de la lista de paquetes debido a que tiene conflictos con "
"«%s»\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "no se pudieron recibir algunos archivos\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr "no se pudo leer el archivo %s: %s\n"
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "no hay suficiente espacio libre en el disco\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "no se pudo realizar la operación de eliminación\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "no se pudo realizar la operación\n"
@@ -1002,52 +1011,52 @@ msgstr "no se pudo escribir en la tubería (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "no se pudo leer de la tubería (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "no se pudo crear la tubería (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "no se pudo crear un nuevo proceso (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "no se pudo cambiar el directorio raíz (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "llamada a execv fallida (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "llamada a waitpid fallida (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "la orden no se ejecutó correctamente\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "firma desconocida"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "orden terminada por la señal %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "no existe la caché de %s, creándola...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -11,15 +11,16 @@
# ice <ice.modding@gmail.com>, 2016
# Leonel <leonelmalon@gmail.com>, 2013
# neiko <neikokz+tsfx@gmail.com>, 2011
# Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] <prflr88@gmail.com>, 2015,2017
# Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] <prflr88@gmail.com>, 2015
# Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] <prflr88@gmail.com>, 2015,2017
# prflr88 <prflr88@gmail.com>, 2015,2017
# prflr88 <prflr88@gmail.com>, 2015
# prflr88 <prflr88@gmail.com>, 2015,2017
# prflr88 <prflr88@gmail.com>, 2015,2017
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:05+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Spanish (Latin America) (http://www.transifex.com/toofishes/"
"archlinux-pacman/language/es_419/)\n"
@@ -29,54 +30,54 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s ya está actualizado -- omitiendo\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s ya está actualizado -- reinstalando\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "regresando a una versión anterior del paquete %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "No se puede asignar objeto de archivo de disco"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "alerta producida mientras se extraía %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "no se pudo extraer %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "no se pudo renombrar %s a %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"el archivo no figura en la lista de archivos del paquete %s. omitiendo "
"extracción de %s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "no se pudo extraer %s%s: ruta demasiado larga"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -85,7 +86,7 @@ msgstr ""
"los permisos del directorio difieren respecto de %s\n"
"sistema de archivos: %o paquete: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -94,105 +95,105 @@ msgstr ""
"la propiedad del directorio difiere respecto de %s\n"
"sistema de archivos: %u:%u paquete: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "extracto: no se puede sobrescribir el directorio con el archivo %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "no se pudo extraer %s.pacnew: ruta demasiado larga"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "no se pudo determinar el directorio de trabajo actual\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "no se pudo cambiar el directorio a %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "no se pudo restaurar el directorio de trabajo (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "ocurrió un error durante la actualización de %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "ocurrió un error durante la instalación de %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "no se pudo actualizar la entrada %s-%s en la base de datos\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "no se pudo agregar la entrada «%s» a la caché\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "error durante la lectura del archivo %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "quitando la base de datos no válida: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "no se pudo crear el directorio %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "nombre no válido para la entrada «%s» de la base de datos\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "entrada «%s» duplicada en la base de datos\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "la entrada «%s» de la base de datos está dañada\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "no se pudo abrir el archivo %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr ""
"la base de datos %s es inconsistente: nombre mal emparejado en el paquete "
"%s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr ""
"la base de datos %s es inconsistente: versión mal emparejada en el paquete "
"%s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "tipo de validación desconocida para el paquete %s: %s\n"
@@ -233,48 +234,48 @@ msgstr "versión del paquete no válida en %s\n"
msgid "missing package metadata in %s\n"
msgstr "faltan los metadatos del paquete en %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "no se pudo leer correctamente el archivo de firma: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "la clave requerida no está presente en el llavero\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "eliminando archivo no válido: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr ""
"no se pudo analizar el archivo de descripción del paquete «%s» de la base de "
"datos «%s»\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr ""
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"la base de datos %s es inconsistente: el nombre del archivo del paquete %s "
"es ilegal\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr ""
"la base de datos %s es inconsistente: el nombre del archivo del paquete %s "
"es demasiado largo\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "archivo de base de datos desconocido: %s\n"
@@ -299,12 +300,12 @@ msgstr "%s será eliminado después de su dependencia %s\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s será instalado antes que su dependencia %s\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "ignorando el paquete %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "no se pudo resolver «%s», una dependencia de «%s»\n"
@@ -365,39 +366,39 @@ msgstr "no se pudo determinar el punto de montaje de la raíz %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "La partición %s está montada como solamente lectura\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "disco"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "no se pudo crear el archivo temporal para la descarga\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "la dirección «%s» no es válida\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "no se pudo obtener el archivo «%s» desde %s: %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"no se pudo obtener el archivo «%s» desde %s : tamaño de la descarga superior "
"del esperado\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s parece estar incompleto: %jd/%jd bytes\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "no se pudo descargar %s\n"
@@ -618,200 +619,195 @@ msgstr "falta la firma PGP"
msgid "invalid PGP signature"
msgstr "firma PGP no válida"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "el archivo diferencial no es válido o está dañado"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "el parche del diferencial ha fallado"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "no se pudieron satisfacer las dependencias"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "dependencias en conflicto"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "archivos en conflicto"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "no se pudieron descargar algunos archivos"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "expresión regular no válida"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "error de la biblioteca libarchive"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "error de la biblioteca de descarga"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "error de gpgme"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "error al invocar al gestor de descargas externo"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "error inesperado"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "falta el archivo de bloqueo %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "no se pudo eliminar el archivo de bloqueo %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "no se pudo abrir el directorio: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "no se pudo recuperar la información del archivo %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr ""
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr ""
"no se pudieron cargar completamente los metadatos para el paquete %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "no se pudo encontrar %s en la base de datos -- ignorándolo\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "quitando %s de la lista de objetivos\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "no se pudo quitar el archivo «%s»: %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "no se pudo eliminar %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "no se pudo quitar la entrada %s-%s de la base de datos\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "no se pudo quitar la entrada «%s» de la caché\n"
@@ -821,141 +817,156 @@ msgstr "no se pudo quitar la entrada «%s» de la caché\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: falta la firma exigida\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr ""
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr ""
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: ignorando la actualización del paquete (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: ignorando la desactualización del paquete (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: desactualizando de la versión %s a la versión %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: la versión instalada (%s) es más nueva que %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ignorando el remplazo del paquete (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "no se pudo remplazar el archivo %s por %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "se han detectado paquetes con conflictos irresolubles\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr ""
"quitando «%s» de la lista de objetivos debido a que tiene conflictos con "
"«%s»\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "no se pudieron recibir algunos archivos\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "no hay suficiente espacio libre en el disco\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "no se pudo realizar la operación de eliminación\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "no se pudo realizar la operación\n"
@@ -990,52 +1001,52 @@ msgstr "no se pudo escribir en la tubería (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "no se pudo leer de la tubería (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "no se pudo crear la tubería (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "no se pudo crear un nuevo proceso (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "no se pudo cambiar el directorio raíz (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "llamada a execv fallida (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "llamada a waitpid fallida (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "la orden no se ejecutó correctamente\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "firma desconocida"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "orden terminada por la señal %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "no existe la caché de %s, creándola…\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:05+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Basque (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/eu/)\n"
@@ -20,54 +20,54 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s egunean dago -- ezikusi\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s egunean dago -- berrinstalatu\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "bertsio zahartzen %s paketea (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "ezin da artxibo-objektua esleitu"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "oharra eman da %s erauztean (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "ezin izan da %s erauzi (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "ezin izan da %s berrizendatu %s gisa (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"ez da fitxategia aurkitu %s paketearen fitxategi zerrendan. %s ez da "
"erauziko\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "ezin izan da %s%s erauzi: bidea luzeegia da"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -76,7 +76,7 @@ msgstr ""
"direktorioaren baimenak desberdinak dira hemen %s\n"
"fitxategi sistema: %o paketea: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -86,103 +86,103 @@ msgstr ""
"fitxategi sistema: %u:%u paketea: %u:%u\n"
"\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "erauzi: ez da direktorioa %s fitxategiarekin gainidatziko\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "ezin izan da %s.pacnew erauzi: bidea luzeegia da"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "ezin izan da uneko lan direktorioa lortu\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "ezin izan da direktorioa hona aldatu %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "ezin izan da laneko direktorioa berreskuratu (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "arazo bat egon da %s bertsio berritzean\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "arazo bat egon da %s instalatzean\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "ezin izan da datu-base sarrera eguneratu %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "ezin izan da '%s' sarrera katxean gehitu\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "errorea %s fitxategia irakurtzean: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "datu-base baliogabea ezabatzen:%s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr ""
"ezin izan da %s direktorioa sortu: %s\n"
"\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "izen baliogabea '%s' datu-base sarreran\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "bikoiztutako datu-base sarrera '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "datu-base sarrera hondatua '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "ezin izan da %s fitxategia ireki: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "%s datu-basea kontraesankorra da: izenak ez datoz bat %s paketean\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "%s datu-basea kontraesankorra da: bertsioak ez datoz bat %s paketean\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "Balidazio mota ezezaguna %s paketearentzat: %s\n"
@@ -223,45 +223,45 @@ msgstr "paketearen bertsio baliogabea hemen %s\n"
msgid "missing package metadata in %s\n"
msgstr "paketearen metadatuak falta dira hemen: %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "sinadura fitxategiaren irakurketak huts egin du: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "beharrezko gakoa falta da gako sortan\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "fitxategi baliogabea ezabatzen: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "ezin izan da '%s' fitxategi deskripzioa prozesatu '%s' datu-basetik\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "ezin izan da '%s' datu-basea irakurri (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"%s datu-basea kontraesankorra da: %s paketearen fitxategi izena legez "
"kanpokoa da\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr ""
"%s datu-basea kontraesankorra da: %s paketearen fitxategi izena luzeegia da\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "datu-base fitxategi ezezaguna: %s\n"
@@ -286,12 +286,12 @@ msgstr "%s ezabatuko da bere %s menpekotasuna eta gero\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s instalatuko da bere %s menpekotasuna baino lehenago\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "paketea ezikusten %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "ezin ebatzi \"%s\", \"%s\" paketearen menpekotasun bat\n"
@@ -347,41 +347,41 @@ msgstr "ezin izan da %s erro muntatze puntua zehaztu\n"
msgid "Partition %s is mounted read only\n"
msgstr "%s partizioa soilik irakurtzeko moduan muntatuta dago\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "diskoa"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "huts egin du deskargarako behin behineko fitxategiaren sorrerak\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr ""
"'%s' url baliogabea da\n"
"\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "huts egin du '%s' fitxategia '%s'-tik erauzteak: %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"huts egin du '%s' fitxategia eskuratzean hemendik: %s : aurreikusitako "
"deskarga tamaina gainditu da\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s ez dago osorik antza: %jd/%jd byte\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "%s deskargatzeak huts egin du\n"
@@ -601,199 +601,194 @@ msgstr "PGP sinadura falta da"
msgid "invalid PGP signature"
msgstr "PGP sinadura baliogabea"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "delta baliogabea edo hondatua"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "delta adabakiak huts egin du"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "ezin dira menpekotasunak bete"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "menpekotasunen arteko gatazka"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "fitxategien arteko gatazka"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "ezin izan dira fitxategi batzuk eskuratu"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "adierazpen erregular baliogabea"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "libarchive errorea"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "errorea liburutegia deskargatzean"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "gpgme errorea"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "errorea kanpo deskarga programa deitzean"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "ustegabeko errorea"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "blokeo fitxategia falta da %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "ezin izan da %s blokeo fitxategia ezabatu\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "ezin izan da direktorioa ireki: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "ezin izan da fitxategiaren egoera zehaztu: %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr ""
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "ezin izan dira %s-%s paketearen meta-datuak guztiz kargatu\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "ezin izan da %s aurkitu datu-basean -- ezikusi\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "%s helburu zerrendatik ezabatzen\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "ezin '%s' fitxategia ezabatu: %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "ezin ezabatu %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "ezin izan da datu-base sarrera ezabatu %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "ezin izan da '%s' sarrera ezabatu katxetik\n"
@@ -803,139 +798,154 @@ msgstr "ezin izan da '%s' sarrera ezabatu katxetik\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: beharrezko sinadura falta da\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr ""
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr ""
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: ezikusi pakete bertsio berritzea (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: ezikusi paketea bertsio zahartzea (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: bertsio zahartzen %s bertsiotik %s bertsiora\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: lokala (%s) %s (%s) baino berriagoa da\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ezikusi pakete ordezkapena (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "ezin %s ordezkatu %s paketearekin\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "ebatzi ezineko paketeen arteko gatazka detektatu da\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "'%s' helburutik ezabatzen gatazka sortzen duelako '%s' paketearekin\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "fitxategi batzuk eskuratzeak huts egin du\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "ez dago behar beste leku libre diskoan\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "ezin izan da ezabaketa transakzioa egikaritu\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "ezin izan da transakzioa egikaritu\n"
@@ -970,52 +980,52 @@ msgstr "ezin izan da kanalizazioan idatzi (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "ezin izan da kanalizaziotik irakurri (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "ezin izan da kanalizazioa sortu (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "ezin izan da prozesu berri bat sardetu (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "ezin izan da erro direktorioa aldatu (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "execv deiak huts egin du (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "waitpid deiak huts egin du (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "komandoa ez da behar bezala exekutatu\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Seinale ezezaguna"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "%d seinaleak eten du komandoa: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "ez dago %s katxerik, sortzen...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr "ezin izan da pakete katxea aurkitu edo sortu, %s erabiliko da ordez\n"

View File

@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:05+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Basque (Spain) (http://www.transifex.com/toofishes/archlinux-"
"pacman/language/eu_ES/)\n"
@@ -19,54 +19,54 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s egunean dago -- ezikusi\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s egunean dago -- berrinstalatu\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "bertsio zahartzen %s paketea (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr ""
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "oharra eman da %s erauztean (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "ezin izan da %s erauzi (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "ezin izan da %s berrizendatu %s gisa (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"ez da fitxategia aurkitu %s paketearen fitxategi zerrendan. %s ez da "
"erauziko\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "ezin izan da %s%s erauzi: bidea luzeegia da"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -75,7 +75,7 @@ msgstr ""
"direktorioaren baimenak desberdinak dira hemen %s\n"
"fitxategi sistema: %o paketea: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -85,103 +85,103 @@ msgstr ""
"fitxategi sistema: %u:%u paketea: %u:%u\n"
"\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "erauzi: ez da direktorioa %s fitxategiarekin gainidatziko\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "ezin izan da %s.pacnew erauzi: bidea luzeegia da"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "ezin izan da uneko lan direktorioa lortu\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "ezin izan da direktorioa hona aldatu %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "ezin izan da laneko direktorioa berreskuratu (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "arazo bat egon da %s bertsio berritzean\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "arazo bat egon da %s instalatzean\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "ezin izan da datu-base sarrera eguneratu %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "ezin izan da '%s' sarrera katxean gehitu\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "errorea %s fitxategia irakurtzean: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "datu-base baliogabea ezabatzen:%s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr ""
"ezin izan da %s direktorioa sortu: %s\n"
"\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "izen baliogabea '%s' datu-base sarreran\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "bikoiztutako datu-base sarrera '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "datu-base sarrera hondatua '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "ezin izan da %s fitxategia ireki: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "%s datu-basea kontraesankorra da: izenak ez datoz bat %s paketean\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "%s datu-basea kontraesankorra da: bertsioak ez datoz bat %s paketean\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "Balidazio mota ezezaguna %s paketearentzat: %s\n"
@@ -222,45 +222,45 @@ msgstr "paketearen bertsio baliogabea hemen %s\n"
msgid "missing package metadata in %s\n"
msgstr "paketearen metadatuak falta dira hemen: %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "sinadura fitxategiaren irakurketak huts egin du: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "beharrezko gakoa falta da gako sortan\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "fitxategi baliogabea ezabatzen: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "ezin izan da '%s' fitxategi deskripzioa prozesatu '%s' datu-basetik\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr ""
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"%s datu-basea kontraesankorra da: %s paketearen fitxategi izena legez "
"kanpokoa da\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr ""
"%s datu-basea kontraesankorra da: %s paketearen fitxategi izena luzeegia da\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "datu-base fitxategi ezezaguna: %s\n"
@@ -285,12 +285,12 @@ msgstr "%s ezabatuko da bere %s menpekotasuna eta gero\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s instalatuko da bere %s menpekotasuna baino lehenago\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "paketea ezikusten %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "ezin ebatzi \"%s\", \"%s\" paketearen menpekotasun bat\n"
@@ -346,41 +346,41 @@ msgstr "ezin izan da %s erro muntatze puntua zehaztu\n"
msgid "Partition %s is mounted read only\n"
msgstr "%s partizioa soilik irakurtzeko moduan muntatuta dago\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "diskoa"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "huts egin du deskargarako behin behineko fitxategiaren sorrerak\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr ""
"'%s' url baliogabea da\n"
"\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "huts egin du '%s' fitxategia '%s'-tik erauzteak: %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"huts egin du '%s' fitxategia eskuratzean hemendik: %s : aurreikusitako "
"deskarga tamaina gainditu da\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s ez dago osorik antza: %jd/%jd byte\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "%s deskargatzeak huts egin du\n"
@@ -600,199 +600,194 @@ msgstr "PGP sinadura falta da"
msgid "invalid PGP signature"
msgstr "PGP sinadura baliogabea"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "delta baliogabea edo hondatua"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "delta adabakiak huts egin du"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "ezin dira menpekotasunak bete"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "menpekotasunen arteko gatazka"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "fitxategien arteko gatazka"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "ezin izan dira fitxategi batzuk eskuratu"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "adierazpen erregular baliogabea"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "libarchive errorea"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "errorea liburutegia deskargatzean"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "gpgme errorea"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "errorea kanpo deskarga programa deitzean"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "ustegabeko errorea"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "blokeo fitxategia falta da %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "ezin izan da %s blokeo fitxategia ezabatu\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "ezin izan da direktorioa ireki: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "ezin izan da fitxategiaren egoera zehaztu: %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr ""
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "ezin izan dira %s-%s paketearen meta-datuak guztiz kargatu\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "ezin izan da %s aurkitu datu-basean -- ezikusi\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "%s helburu zerrendatik ezabatzen\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "ezin '%s' fitxategia ezabatu: %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "ezin ezabatu %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "ezin izan da datu-base sarrera ezabatu %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "ezin izan da '%s' sarrera ezabatu katxetik\n"
@@ -802,139 +797,154 @@ msgstr "ezin izan da '%s' sarrera ezabatu katxetik\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: beharrezko sinadura falta da\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr ""
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr ""
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: ezikusi pakete bertsio berritzea (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: ezikusi paketea bertsio zahartzea (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: bertsio zahartzen %s bertsiotik %s bertsiora\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: lokala (%s) %s (%s) baino berriagoa da\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ezikusi pakete ordezkapena (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "ezin %s ordezkatu %s paketearekin\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "ebatzi ezineko paketeen arteko gatazka detektatu da\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "'%s' helburutik ezabatzen gatazka sortzen duelako '%s' paketearekin\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "fitxategi batzuk eskuratzeak huts egin du\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "ez dago behar beste leku libre diskoan\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "ezin izan da ezabaketa transakzioa egikaritu\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "ezin izan da transakzioa egikaritu\n"
@@ -969,52 +979,52 @@ msgstr "ezin izan da kanalizazioan idatzi (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "ezin izan da kanalizaziotik irakurri (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "ezin izan da kanalizazioa sortu (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "ezin izan da prozesu berri bat sardetu (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "ezin izan da erro direktorioa aldatu (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "execv deiak huts egin du (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "waitpid deiak huts egin du (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "komandoa ez da behar bezala exekutatu\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Seinale ezezaguna"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "%d seinaleak eten du komandoa: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "ez dago %s katxerik, sortzen...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr "ezin izan da pakete katxea aurkitu edo sortu, %s erabiliko da ordez\n"

View File

@@ -18,8 +18,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:05+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Finnish (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/fi/)\n"
@@ -29,54 +29,54 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s on ajan tasalla -- ohitetaan\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s on ajan tasalla -- asennetaan uudelleen\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "varhennetaan paketti %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "levyn arkisto-objektia ei voida varata"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "annettiin varoitus purettaessa %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "tiedostoa %s ei voitu purkaa (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "kohdetta %s ei voitu nimetä uudelleen kohteeksi %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"tiedostoa ei löydy paketin %s tiedostolistalta. ohitetaan paketin %s "
"purkaminen\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "ei voitu purkaa %s%s: polku liian pitkä"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -85,7 +85,7 @@ msgstr ""
"kansion oikeuksissa eroavaisuuksia kohdassa %s\n"
"tiedostojärjestelmä: %o paketti: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -94,101 +94,101 @@ msgstr ""
"kansion omistajuus eroaa tiedostossa %s\n"
"tiedostojärjestelmä: %u:%u paketti: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "purku: kansiota ei korvata tiedostolla %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "ei voitu purkaa %s.pacnew: polku liian pitkä"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "nykyisen kansion sijaintia ei voitu määrittää\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "ei voitu vaihtaa kansioon %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "työhakemistoa ei voitu palauttaa (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "pakettia %s päivitettäessä tapahtui virhe\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "pakettia %s asennettaessa tapahtui virhe\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "ei voitu päivittää tietokantamerkintää: %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "merkintää '%s' ei voitu lisätä välimuistiin\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "virhe luettaessa tiedostoa %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "poistetaan virheellinen tietokanta: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "kansiota %s ei voitu luoda: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "virheellinen nimi tietokantamerkinnälle '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "tietokantamerkintä '%s' on useampaan kertaan\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "vahingoittunut tietokantamerkintä '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "tiedostoa %s ei voitu avata: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "tietokanta %s on epäyhtenäinen: paketin %s nimi ei täsmää\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "tietokanta %s on epäyhtenäinen: paketin %s versio ei täsmää\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "tuntematon validointityyppi paketille %s: %s\n"
@@ -229,44 +229,44 @@ msgstr "virheellinen paketin versio tiedostossa %s\n"
msgid "missing package metadata in %s\n"
msgstr "paketin metadata puuttuu tiedostosta %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "allekirjoitustiedoston lukeminen epäonnistui: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "vaadittu avain puuttuu avainrenkaasta\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "poistetaan virheellinen tiedosto: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "paketin kuvaustiedostoa '%s' ei voitu jäsentää tietokannassa '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr ""
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"tietokanta %s on epäyhtenäinen: paketin %s tiedostonimi on virheellinen\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr ""
"tietokanta %s on epäyhtenäinen: paketin %s tiedostonimi on liian pitkä\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "tuntematon tietokantatiedosto: %s\n"
@@ -291,12 +291,12 @@ msgstr "%s poistetaan riippuvuutensa %s jälkeen\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s asennetaan ennen riippuvuuttansa %s\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "ohitetaan paketti %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "pakettia '%s' ei voida selvittää; se on paketin '%s' riippuvuus\n"
@@ -351,39 +351,39 @@ msgstr "juuren %s liitospistettä ei voitu selvittää\n"
msgid "Partition %s is mounted read only\n"
msgstr "Osio %s on liitetty vain lukutilassa\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "levy"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "väliaikaistiedoston luonti lataamista varten epäonnistui\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "osoite '%s' on virheellinen\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "tiedoston '%s' nouto palvelimelta %s epäonnistui : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"tiedoston '%s' noutaminen koneelta %s epäonnistui: odotettu latauskoko "
"ylittyi\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s näyttää katkenneen: %jd/%jd tavua\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "%s: lataus epäonnistui\n"
@@ -603,199 +603,194 @@ msgstr "puuttuva PGP-allekirjoitus"
msgid "invalid PGP signature"
msgstr "virheellinen PGP-allekirjoitus"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "virheellinen tai vahingoittunut delta"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "deltapaikkaus epäonnistui"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "riippuvuuksia ei voitu ratkoa"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "ristiriidassa olevia riippuvuuksia"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "ristiriidassa olevia tiedostoja"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "joidenkin tiedostojen noutaminen epäonnistui"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "virheellinen säännöllinen lauseke"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "libarchive-virhe"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "latauskirjaston virhe"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "gpgme-virhe"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "virhe kutsuttaessa ulkoista latausohjelmaa"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "odottamaton virhe"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "puuttuva lukkotiedosto %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "lukkotiedostoa %s ei voitu poistaa\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "kansiota ei voitu avata: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "tiedoston %s stat-toiminnon ei voitu tehdä: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr ""
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "paketin %s-%s metadataa ei voitu ladata täysin\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "%s ei löytynyt tietokannasta -- ohitetaan\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "poistetaan %s kohteiden listasta\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "tiedostoa '%s' ei voitu poistaa: %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "tiedostoa %s ei voida poistaa (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "ei voitu poistaa tietokantamerkintää %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "merkintää '%s' ei voitu poistaa välimuistista\n"
@@ -805,141 +800,156 @@ msgstr "merkintää '%s' ei voitu poistaa välimuistista\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: pakollinen allekirjoitus puuttuu\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr ""
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr ""
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: ohitetaan paketin päivitys (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: ohitetaan paketin varhennus (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: varhennetaan versiosta %s versioon %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: paikallinen (%s) on uudempi kuin %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ohitetaan paketin korvaus (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "pakettia %s ei voi korvata paketilla %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "ratkaisemattomia pakettiristiriitoja havaittu\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr ""
"poistetaan '%s' kohteiden listasta, koska se on ristiriidassa paketin '%s' "
"kanssa\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "joidenkin tiedostojen noutaminen epäonnistui\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "ei tarpeeksi vapaata levytilaa\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "poistotoimenpidettä ei voitu suorittaa\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "toimenpidettä ei voitu suorittaa\n"
@@ -974,52 +984,52 @@ msgstr "ei voitu kirjoittaa putkeen (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "ei voitu lukea putkesta (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "ei voitu luoda putkea (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "ei voitu käynnistää uutta prosessia (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "juurikansiota ei voitu vaihtaa (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "execv-kutsu epäonnistui (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "waitpid-kutsu epäonnistui (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "komento päättyi virheeseen\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Tuntematon signaali"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "signaali %d päätti komennon: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "välimuistia %s ei ole olemassa, luodaan...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -8,6 +8,7 @@
# Antoine Lubineau <antoine@lubignon.info>, 2012
# Antoine Lubineau <antoine@lubignon.info>, 2012-2014,2018
# Cedric Girard <girard.cedric@gmail.com>, 2014
# Charles Monzat <c.monzat@laposte.net>, 2018-2019
# Charles Monzat <c.monzat@laposte.net>, 2015-2018
# Charles Monzat <c.monzat@laposte.net>, 2018
# Charles Monzat <c.monzat@laposte.net>, 2018
@@ -19,8 +20,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-20 14:11+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-20 19:02+0000\n"
"Last-Translator: Charles Monzat <c.monzat@laposte.net>\n"
"Language-Team: French (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/fr/)\n"
@@ -30,54 +31,54 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s est à jour -- ignoré\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s est à jour -- réinstallation\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "retourne à la version antérieure du paquet %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "Impossible dallouer lobjet darchive disque"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "problème pendant lextraction de %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "lextraction de %s a échoué (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "impossible de renommer %s en %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"fichier non trouvé dans la liste des fichiers du paquet %s. Extraction de %s "
"ignorée\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "impossible dextraire %s%s : chemin trop long"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -86,7 +87,7 @@ msgstr ""
"les permissions pour le répertoire %s sont différentes\n"
"système de fichiers : %o, paquet : %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -95,101 +96,101 @@ msgstr ""
"le propriétaire du répertoire %s est différent\n"
"système de fichiers : %u:%u, paquet : %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "extraction : nécrase pas le répertoire par le fichier %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "impossible dextraire %s.pacnew : chemin trop long"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "déterminer le répertoire courant a échoué\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "changer de répertoire vers %s a échoué (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "impossible de restaurer le répertoire de travail (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "des erreurs sont survenues pendant la mise à jour de %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "des erreurs sont survenues pendant linstallation de %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "la mise à jour de lentrée de base de données %s-%s a échoué\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "lajout au cache de lentrée « %s » a échoué\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "erreur lors de la lecture du paquet %s : %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "suppression dune base de données non valide : %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "la création du répertoire %s a échoué : %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "nom incorrect pour lentrée de base de données « %s »\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "lentrée « %s » de la base de données est dupliquée\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "lentrée « %s » de la base de données est corrompue\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "louverture du fichier %s a échoué : %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "le dépôt %s est incohérent : noms différents pour le paquet %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "le dépôt %s est incohérent : versions différentes pour le paquet %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "type de validation inconnu pour le paquet %s : %s\n"
@@ -230,46 +231,46 @@ msgstr "version de paquet non valide dans %s\n"
msgid "missing package metadata in %s\n"
msgstr "méta-données du paquet manquantes dans %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "échec lors de la lecture du fichier de signature : %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "clé requise absente du trousseau\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "suppression du fichier non valide : %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr ""
"impossible danalyser le fichier « %s » de description du paquet depuis la "
"base de données « %s »\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "impossible de lire la base de données « %s » (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"le dépôt %s est incohérent : le nom de fichier du paquet %s est incorrect\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr ""
"le dépôt %s est incohérent : le nom de fichier du paquet %s est trop long\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "fichier de base de données inconnu : %s\n"
@@ -294,12 +295,12 @@ msgstr "%s sera supprimé après sa dépendance %s\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s sera installé avant sa dépendance %s\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "ignore le paquet %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "impossible de résoudre « %s », une dépendance de « %s »\n"
@@ -356,39 +357,39 @@ msgstr "impossible de déterminer le point de montage de la racine %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "La partition %s est en lecture seule\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "disque"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "échec de création dun fichier temporaire pour le téléchargement\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "lURL « %s » est non valide\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "échec de récupération du fichier « %s » depuis %s : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"échec de récupération du fichier « %s » depuis %s : taille attendue "
"dépassée\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s est apparemment tronqué : %jd/%jd octets\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "le fichier %s na pas pu être téléchargé\n"
@@ -610,200 +611,195 @@ msgstr "signature PGP manquante"
msgid "invalid PGP signature"
msgstr "signature PGP non valide"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "delta non valide ou corrompu"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "lapplication du delta a échoué"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "la satisfaction des dépendances a échoué"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "conflit de dépendances"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "conflit de fichiers"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "échec de récupération de certains fichiers"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "expression régulière incorrecte"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "erreur de libarchive"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "erreur de la bibliothèque de téléchargement"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "erreur de gpgme"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "erreur en invoquant le client externe de téléchargement"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr "compilé sans prise en charge de signature"
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "erreur non prévue"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "fichier de verrou manquant %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "la suppression du fichier de verrouillage %s a échoué\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr "Cibles de déclenchement manquantes dans le crochet : %s\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr "Type de déclenchement manquant dans le crochet : %s\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr "Opération de déclenchement manquante dans le crochet : %s\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr "Option dexécution manquante dans le crochet : %s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr "Option manquante dans le crochet : %s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr "AbortOnFail défini pour le crochet de post-transaction : %s\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr "erreur lors de la lecture du crochet %s : %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr "crochet %s ligne %d: option incorrecte %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr "crochet %s ligne %d : section %s incorrecte\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr "crochet %s ligne %d : valeur %s incorrecte\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr "crochet %s ligne %d : remplacement de la définition précédente de %s\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr "crochet %s ligne %d : impossible de définir loption (%s)\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr "impossible dexécuter le crochet %s : %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "impossible douvrir le dossier %s : %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "impossible douvrir le fichier : %s%s : %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "impossible de connaître létat du fichier %s : %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "impossible de lire le répertoire : %s : %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr ""
"les métadonnées pour le paquet %s-%s nont pas pu être totalement chargées.\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "trouver %s dans la base de données a échoué -- ignoré\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "supprime %s de la liste de cible\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "suppression du fichier « %s » impossible : %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr "impossible de sauvegarder %s en raison du débordement de PATH_MAX\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "impossible de supprimer %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "la suppression de lentrée de base de données %s-%s a échoué\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "la suppression du cache de lentrée « %s » a échoué\n"
@@ -814,142 +810,155 @@ msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
"Le trousseau de clés publique est introuvable ; avez-vous exécuté « %s » ?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "erreur GPGME : %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr "recherche de la clé %s via WKD\n"
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr "erreur gpg : %s\n"
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "le trousseau de clés nest pas accessible en écriture\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr "clé « %s » sur le serveur de clés\n"
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "la clé « %s » na pas pu être importée\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
"clé %s, « %s » trouvée sur le serveur de clés, le trousseau de clés nest "
"pas accessible en écriture\n"
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr "la clé « %s » ne peut être recherchée à distance\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s : signature requise manquante\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr "%s : la signature de « %s » est de confiance mitigée\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr "%s : la signature de « %s » est de confiance inconnue\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr "%s : la signature de « %s » nest pas digne de confiance\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s : la clé « %s » est inconnue\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr "%s : la clé « %s » est désactivée\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s : la signature de « %s » est périmée\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s : la signature de « %s » nest pas valide\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s : erreur de format de signature\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s : format de signature non pris en charge\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s : ignore la mise à jour du paquet (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s : ignore le retour à la version antérieure (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s : retourne à la version antérieure (%s => %s)\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s : la version locale (%s) est plus récente que %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ignore le remplacement du paquet (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "le remplacement de %s par %s est impossible\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "un conflit de paquets impossible à résoudre a été détecté\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr ""
"supprime « %s » de la liste de cible car il est en conflit avec « %s »\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "erreur lors de la récupération de certains fichiers\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr "impossible de lire le fichier %s : %s\n"
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "espace disque insuffisant\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "appliquer la transaction de suppression a échoué\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "appliquer la transaction a échoué\n"
@@ -986,52 +995,52 @@ msgstr ""
msgid "unable to read from pipe (%s)\n"
msgstr "impossible de lire à partir du tube (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "impossible de créer le tube (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "la génération dun nouveau processus a échoué (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "changer le répertoire racine a échoué (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "lappel à execv a échoué (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "lappel de waitpid a échoué (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "la commande na pas pu être exécutée correctement\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Signal inconnu"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "commande terminée par le signal %d : %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "le cache %s nexiste pas, création…\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:05+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Galician (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/gl/)\n"
@@ -26,54 +26,54 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s está actualizado -- omitindo\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s está actualizado --re-instalando\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "desactualizando a versión do paquete %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "memoria insuficiente para o obxecto de arquivo de disco"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "alerta producida mentres se extraía %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "Non foi posíbel extraer «%s» (%s).\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "Non foi posíbel cambiar o nome de «%s» a «%s» (%s).\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"Non se atopou o ficheiro na lista de ficheiros do paquete «%s». Non se "
"extraerá «%s».\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "non se pode extraer %s%s: ruta demasiado longa"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -82,7 +82,7 @@ msgstr ""
"Os permisos dun directorio son distintos en «%s».\n"
"No sistema de ficheiros: «%o». No paquete: «%o».\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -91,86 +91,86 @@ msgstr ""
"O dono do cartafol «%s» non cadra.\n"
"No sistema de ficheiros é «%u:%u», no paquete é «%u:%u».\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr ""
"[Extracción] Non é posíbel substituír un directorio polo ficheiro «%s».\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "non se pode extraer %s.pacnew: ruta demasiado longa"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "non se puido obter o directorio de traballo actual\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "non se puido cambiar o directorio a %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "non se puido restaurar o directorio de traballo (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "aconteceu un erro durante a actualización de %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "aconteceu un erro durante a instalación de %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "non se puido actualizar a entrada %s-%s na base de datos\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "non se puido agregar a entrada '%s' á caché\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "erro ao ler o ficheiro «%s»: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "quitando a base de datos non válida: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "non se puido crear o directorio %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "nome non válido para a entrada '%s' da base de datos\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "entrada '%s' duplicada na base de datos\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "entrada dañada na base de datos '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
@@ -178,19 +178,19 @@ msgstr ""
"non se puido abrir o arquivo %s: %s\n"
"\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr ""
"a base de datos %s é inconsistente: nome mal emparexado no paquete %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr ""
"a base de datos %s é inconsistente: versión mal emparexada no paquete %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "o paquete «%s» ten un tipo de validación incorrecto: %s\n"
@@ -231,47 +231,47 @@ msgstr "A versión do paquete %s non é correcta.\n"
msgid "missing package metadata in %s\n"
msgstr "faltan os metadatos do paquete en %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "non foi posíbel ler o ficheiro da sinatura: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "a chave solicitada non está no anel\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "eliminando arquivo inválido: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr ""
"error ao ler o arquivo de descripción '%s' do paquete da base de datos '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "non se puido ler a base de datos '%s' (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"A base de datos «%s» é inconsistente: a ruta do arquivo do paquete %s contén "
"caracteres non permitidos.\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr ""
"A base de datos «%s» é inconsistente: a ruta do arquivo do paquete %s é "
"demasiado longa.\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "Ficheiro de base de datos descoñecido: %s\n"
@@ -296,12 +296,12 @@ msgstr "%s eliminarase tras a súa dependencia %s\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s instalarase antes ca súa dependencia %s\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "ignorando o paquete %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "non se puido resolver \"%s\", unha dependencia de \"%s\"\n"
@@ -359,39 +359,39 @@ msgstr "non se puido determinar o punto de montaxe da raiz %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "A partición %s está montada como só lectura\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "disco"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "error ao crear un arquivo temporal para a descarga\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "a dirección %s non é válida\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "error ao obter o arquivo '%s' dende %s: %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"Non foi posíbel obter o ficheiro «%s» de «%s»: superouse o tamaño de "
"descarga esperado.\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s parece estar truncado: %jd/%jd bytes\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "non se puido descargar %s\n"
@@ -612,199 +612,194 @@ msgstr "falta a firma PGP"
msgid "invalid PGP signature"
msgstr "firma PGP non válida"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "non válido ou diferencial dañado"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "parche diferencial fallou"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "non se puideron satisfacer as dependencias"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "dependencias en conflicto"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "arquivos en conflicto"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "error ao descargar algúns arquivos"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "expresión regular non válida"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "error de libarchive"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "error de descarga de biblioteca"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "error de gpgme"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "error invocando o descargador externo"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "error inesperado"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "Falta «%s» ao ficheiro de bloqueo.\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "Non foi posíbel eliminar o ficheiro de bloqueo «%s».\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "non foi posíbel abrir o cartafol «%s»: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "non foi posíbel abrir o ficheiro:%s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "non foi posíbel executar a orde «stat» co ficheiro «%s»: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "non se puido ler o cartafol: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "non se puido cargar completamente os metadatos para o paquete %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "non se puido atopar %s na base de datos --saltando\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "quitando %s da lista de obxetivos\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "non se puido quitar o arquivo '%s': %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "error ao eliminar %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "non se puido quitar a entrada %s-%s da base de datos\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "non se puido quitar a entrada '%s' do caché\n"
@@ -814,140 +809,155 @@ msgstr "non se puido quitar a entrada '%s' do caché\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "a clave \"%s\" non se puido importar\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: fáltalle a sinatura obrigatoria.\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s: a clave \"%s\" é descoñecida\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s: a sinatura de \"%s\" caducou\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s: a sinatura de \"%s\" non é válida\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s: erro no formato da sinatura\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s: formato da sinatura non soportado\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: ignorando a actualización do paquete (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: ignorando a desactualización do paquete (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: desactualizando da versión %s á versión %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: local (%s) é máis novo que %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ignorando o reemplazo do paquete (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "non se puido reemplazar o arquivo %s por %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "detectáronse paquetes con conflictos non resolvibles\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr ""
"quitando '%s' da lista de obxetivos debido a que ten conflictos con '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "non foi posíbel descargar algúns dos ficheiros\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "non hai espazo de almacenamento dabondo\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "non se puido enviar a operación de eliminación\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "non se puido asignar a transacción\n"
@@ -982,52 +992,52 @@ msgstr "non se pode escribir na tubería (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "non se pode ler da tubería (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "non se puido crear tubería (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "non se puido crear un novo proceso (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "non se puido cambiar o directorio raíz (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "chamada a execv fallida (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "chamada a waitpid fallida (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "o comando fallou ao executarse\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Sinal descoñecido"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "O sinal %d interrompeu a execución: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "non existe o caché %s, creando...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Ivica Kolić <ikoli@yahoo.com>, 2012-2016,2018
# Ivica Kolić <ikoli@yahoo.com>, 2012-2016,2018-2019
# Viktor Coric <viktor_coric94@hotmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-24 04:44+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 20:45+0000\n"
"Last-Translator: Ivica Kolić <ikoli@yahoo.com>\n"
"Language-Team: Croatian (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/hr/)\n"
@@ -21,32 +21,32 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s je ažuriran -- preskačem\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s je ažuriran -- ponovno instaliram\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "unazađujem paket %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr ""
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "dano upozorenje tijekom raspakiranja %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr ""
@@ -54,23 +54,23 @@ msgstr ""
"\n"
"\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "ne mogu preimenivati %s u %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"datoteka nije pronađena u listi datoteka za %s, preskačem raspakiranje %s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "nije moguće raspakirati %s%s: putanja je preduga"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -79,7 +79,7 @@ msgstr ""
"dozvole direktorija razlikuju se na %s\n"
"datotečni sustav: %o paket: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -88,110 +88,110 @@ msgstr ""
"vlasništvo direktorija se razlikuje na %s\n"
"datotečni sustav: %u:%u paket: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "raspakiravanje: ne pišem preko direktorija datotekom %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "nije moguće raspakirati %s.pacnew: putanja je preduga"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "ne mogu dobaviti trenutni radni direktorij\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "ne mogu promjeniti direktorij u %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr ""
"ne mogu obnoviti radni direktorij (%s)\n"
"\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr ""
"došlo je do greške prilikom nadogradnje %s\n"
"\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr ""
"došlo je do greške prilikom instaliranja %s\n"
"\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "ne mogu ažurirati unos baze podataka %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "ne mogu dodati unos '%s' u cache\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "greška prilikom čitanja datoteke %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "uklanjam neispravnu bazu podataka: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "ne mogu napraviti direktorij %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr ""
"neispravno ime za unos baze podataka '%s'\n"
"\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "dvostruki unos '%s' u bazi podataka\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "oštećeni unos baze podataka '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "ne mogu otvoriti datoteku %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "%s baza podatak je nedosljedna: ime se ne podudara sa paketom %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr ""
"%s baza podataka je nedosljedna: verzija se ne podudara sa paketom %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "nepoznata vrsta provjere za paket %s: %s\n"
@@ -234,42 +234,42 @@ msgstr "neispravna verzija pakata u %s\n"
msgid "missing package metadata in %s\n"
msgstr "nedostaju metapodaci paketa u %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "ne mogu pročitati datoteku sa potpisom: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "traženi ključ nedostaje u privjesku\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "uklanjam neispravnu datoteku: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "ne mogu obraditi datoteku opisa paketa '%s' iz baze podataka '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "ne mogu čitati db '%s' (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr "nedosljednost baze podataka %s: ime paketa %s je nevažeći\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "nedosljednost baze podataka %s: ime paketa %s je predugo\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "nepoznata datoteka baze podataka: %s\n"
@@ -294,12 +294,12 @@ msgstr "%s će biti uklonjen nakon njegove %s zavisnosti\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s će biti instaliran prije svoje %s zavisnosti\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "ignoriram paket %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "ne mogu riješiti \"%s\", zavisnost je od \"%s\"\n"
@@ -357,39 +357,39 @@ msgstr "ne mogu odrediti točku montiranja za root %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "Particija %s je montirana samo za čitanje\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "disk"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "neuspjela izrada privremene datoteke za preuzimanje\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "url '%s' je neispravan\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "neuspjelo primanje datoteke '%s' iz %s : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"greška pri dobavljanju datoteke '%s' iz %s: veličina preuzimanja je veća od "
"očekivane\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s je okrnjen: %jd%jd bajtova\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "neuspjelo preuzimanje %s\n"
@@ -609,201 +609,196 @@ msgstr "nedostaje PGP potpis"
msgid "invalid PGP signature"
msgstr "neispravni PGP potpis"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "neispravna ili oštećena delta"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "delta zakrpa nije uspjela"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "ne mogu zadovoljiti zavisnosti"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "sukobljene zavisnosti"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "sukobljene datoteke"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "neuspjelo primanje nekih datoteka"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "neispravan regularni izraz"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "libarchive greška"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "Greška pri preuzimanju biblioteke"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "gpgme greška"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "Greška pri dozivanju vanjskog preuzimatelja"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "neočekivana greška"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "datoteka za zaključavanje nedostaje %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "ne mogu ukloniti datoteku za zaključavanje %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "ne mogu otvoriti direktorij: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "ne mogu odrediti pojedinosti datoteke %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "ne mogu čitati direktorij: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "ne mogu skroz učitati metapodatke za oaket %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "ne mogu naći %s u bazi podataka -- preskačem\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "uklanjanje %s sa ciljane liste\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "ne mogu ukloniti datoteku %s': %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr ""
"ne mogu ukloniti %s (%s)\n"
"\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "ne mogu ukloniti unos baze podataka %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "ne mogu ukloniti unos '%s' iz cachea\n"
@@ -813,143 +808,158 @@ msgstr "ne mogu ukloniti unos '%s' iz cachea\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "GPGME greška: %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr "gpg greška: %s\n"
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr ""
"%s: nedostaje potrebni potpis\n"
"\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
msgstr "%s: ključ \"%s\" je nepoznat\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
msgstr "%s: ključ \"%s\" je onemogućen\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s: greška formata potpisa\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s: nepodržani format potpisa\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr ""
"%s: ignoriram nadogradnju paketa (%s => %s)\n"
"\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: ignoriram unazađivanje paketa (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: unazađujem sa verzije %s na verziju %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: lokalni (%s) je noviji od %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ignoriram zamjenu paketa (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "ne mogu zamjeniti %s sa %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "otkriveni su nerješivi sukobi paketa\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "uklanjam '%s' sa liste mete jer se sukobljava sa '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "neuspjelo primanje nekin datoteka\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "nema dovoljno slobodnog prostora\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "ne mogu izvršiti transakciju uklanjanja\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "ne mogu izvršiti transakciju\n"
@@ -984,52 +994,52 @@ msgstr "ne mogu pisati u cijev (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "ne mogu čitati iz cijevi (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "ne mogu napraviti cijev (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "ne mogu račvati novi proces (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "ne mogu promjeniti korjenski/root direktorij (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "poziv procesa izvršavanja nije uspio (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "poziv procesa čekanja nije uspio (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "neuspjelo ispravno izvršenje naredbe\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Nepoznati signal"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "naredba prekinuta signalom %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "%s cache ne postoji, pravim...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr "ne mogu naći ili napraviti cache paketa, koristim %s umjesto toga\n"

View File

@@ -13,13 +13,15 @@
# JUHASZ, Peter Karoly <stone@midway.hu>, 2013
# Gábor Nagy <ngaba@bibl.u-szeged.hu>, 2013
# Gábor Nagy <ngaba@bibl.u-szeged.hu>, 2011,2013
# user14 <nleknh@gmail.com>, 2019
# user14 <nleknh@gmail.com>, 2019
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:05+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-09 19:41+0000\n"
"Last-Translator: user14 <nleknh@gmail.com>\n"
"Language-Team: Hungarian (http://www.transifex.com/toofishes/archlinux-"
"pacman/language/hu/)\n"
"Language: hu\n"
@@ -28,53 +30,53 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "a(z) %s-%s naprakész -- kihagyás\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "a(z) %s-%s naprakész -- újratelepítés\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "visszatérés egy régebbi %s verzióhoz (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "az archív objektum nem foglalható le a lemezen"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "figyelmeztetés a(z) %s kibontása közben (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "nem sikerült kibontani: %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "nem sikerült az átnevezés: %s -> %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"fájl nem található a(z) %s csomag fájllistájában. %s kibontásának kihagyása\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "%s%s kibontása nem sikerült: az útvonal túl hosszú"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -83,7 +85,7 @@ msgstr ""
"eltérő könyvtárjogosultságok: %s\n"
"fájlrendszer: %o csomag: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -92,101 +94,101 @@ msgstr ""
"eltérő könyvtártulajdonos: %s\n"
"fájlrendszer: %u:%u csomag: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "kibontás: nem írok felül könyvtárat a %s fájllal\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "%s.pacnew kibontása nem sikerült: az útvonal túl hosszú"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "a jelenlegi munkakönyvtár nem kapható meg\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "nem sikerült a könyvtárváltás ide: %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "nem sikerült visszalépni a munkakönyvárba (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "hiba történt a(z) %s frissítése közben\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "hiba történt a(z) %s telepítése közben\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "nem sikerült a(z) %s-%s adatbázis-bejegyzés frissítése\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "nem sikerült a(z) '%s' bejegyzés hozzáadása a gyorsítótárhoz\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "hiba a %s fájl olvasása közben: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "hibás adatbázis eltávolítása: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "nem sikerült létrehozni a %s könyvtárat: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "hibás név a(z) '%s' adatbázis-bejegyzés számára\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "duplikált adatbázis-bejegyzés: '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "sérült adatbázis-bejegyzés: '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "nem sikerült megnyitni a %s fájlt: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "a(z) %s adatbázis inkonzisztens: eltérő nevek a(z) %s csomagnál\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "a(z) %s adatbázis inkonzisztens: eltérő verziók a(z) %s csomagnál\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "ismeretlen érvényességellenőrzési mód a(z) %s csomaghoz: %s\n"
@@ -227,45 +229,45 @@ msgstr "érvénytelen csomagverzió: %s\n"
msgid "missing package metadata in %s\n"
msgstr "hiányzó csomaginformációs fájl: %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "nem sikerült olvasni a %s aláírásfájlt\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "egy szükséges kulcs hiányzik a kulcstartóból\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "hibás fájl eltávolítása: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr ""
"nem sikerült értelmezni a(z) '%s' csomagleíró fájlját a(z) '%s' "
"adatbázisból\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr ""
msgstr "(%s) nem lehetett olvasni a(z) '%s' adatbázist\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"a(z) %s adatbázis inkonzisztens: a(z) %s csomag fájlneve nem megengedett\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "a(z) %s adatbázis inkonzisztens: a(z) %s csomag fáljneve túl hosszú\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "ismeretlen adatbázisfájl: %s\n"
@@ -290,12 +292,12 @@ msgstr "a(z) %s csomag saját %s függősége után lesz eltávolítva\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "a(z) %s csomag saját %s függősége előtt lesz telepítve\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "%s-%s csomag kihagyása\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "nem sikerült a(z) \"%2$s\" csomag \"%1$s\" függőségét feloldani\n"
@@ -352,39 +354,39 @@ msgstr "nem sikerült meghatározni a %s gyökérkönyvtár csatolási pontját\
msgid "Partition %s is mounted read only\n"
msgstr "A %s partíció csak olvashatóként van csatolva\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "lemez"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "nem sikerült létrehozni ideiglenes fájlt a letöltéshez\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "a '%s' URL hibás\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "nem sikerült a(z) '%s' fájlt letölteni a %s helyről : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"nem sikerült a(z) '%s' fájlt letölteni a %s helyről : a várt letöltési méret "
"túlhaladva\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "úgy tűnik, hogy %s csonka: %jd/%jd bájt\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "nem sikerült a(z) %s letöltése\n"
@@ -604,200 +606,196 @@ msgstr "hiányzó PGP aláírás"
msgid "invalid PGP signature"
msgstr "érvénytelen PGP aláírás"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "hibás vagy sérült delta"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "delta foltozás sikertelen"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "nem sikerült kielégíteni a függőségeket"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "ütköző függőségek"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "ütköző fájlok"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "nem sikerült néhány fájlt letölteni"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "hibás reguláris kifejezés"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "libarchive hiba"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "letöltőfüggvénytár hiba"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "gpgme hiba"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "hiba a külső letöltő meghívásakor"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr "aláírás nélkül lett lefordítva"
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "nem várt hiba"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "zárolófájl hiányzik: %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "nem sikerült a zárolófájl (%s) eltávolítása\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
msgstr "Hiányzó trigger célpont ebben a horogban: %s\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
msgstr "Hiányzó trigger típus ebben a horogban: %s\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
msgstr "Hiányzó triggerművelet ebben a horogban: %s\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
msgstr "Hiányzó Exec opció ebben a horogban: %s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
msgstr "Hiányzik a Mikor választási lehetőség ebben a horogban: %s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
msgstr "be van állítva az AbortOnFail a PostTransaction horogban: %s\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
msgstr "hiaba a horog olvasása közben %s: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
msgstr "horog %s sor %d: érvénytelen opció %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
msgstr "horog %s sor %d: érvénytelen szakasz %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
msgstr "horog %s sor %d: érvénytelen érték %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
msgstr "horog %s sor %d: az előző definíció %s felülírása\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
msgstr "horog %s sor %d: a (%s) opció beállítása nem lehetséges\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
msgstr "a horog futtatása nem lehetséges %s: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "nem sikerült megnyitni a %s könyvtárat: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
msgstr "fájl nem nyitható meg: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "sikertelen stat művelet a %s fájlon: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr ""
msgstr "könyvtár nem olvasható: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr ""
"nem sikerült teljesen betölteni az információs fájlt a(z) %s-%s csomaghoz\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "nem található %s az adatbázisban -- kihagyás\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "%s eltávolítása a céllistából\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "nem sikerült eltávolítani a '%s' fájlt : %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
"nem lehet biztonsági másolatot készíteni %s a PATH_MAX túlcsordulása miatt\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "%s nem távolítható el (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "nem sikerült eltávolítani a(z) %s-%s adatbázis-bejegyzést\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "nem sikerült eltávolítani a(z) '%s' bejegyzést a gyorsítótárból\n"
@@ -805,141 +803,156 @@ msgstr "nem sikerült eltávolítani a(z) '%s' bejegyzést a gyorsítótárból\
#: lib/libalpm/signing.c:171
#, c-format
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
msgstr "Nem található a nyilvános kulcstartó; futtattad a(z) '%s' -t?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr ""
msgstr "GPGME hiba: %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr "%s kulcs keresése WKD használatával\n"
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr "gpg hiba: %s\n"
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr ""
msgstr "a kulcstartó nem írható\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr "a kulcszerveren a \"%s\" kulcs\n"
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
msgstr "nem lehetett importálni a \"%s\" kulcsot\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
msgstr "a \"%s\" távoli kulcs nem található\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: szükséges aláírás hiányzik\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
msgstr "%s: az aláírásnak a \"%s\" -ről alig megbízható\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
msgstr "%s: az aláírásnak a \"%s\" -ről ismeretlen a megbízhatósága\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
msgstr "%s: az aláírás a \"%s\" -ról soha nem megbízható\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
msgstr "%s: a \"%s\" kulcs ismeretlen\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
msgstr "%s: a \"%s\" kulcs ki van kapcsolva\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
msgstr "%s: az aláírás \"%s\" lejárt\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
msgstr "%s: az aláírás a \"%s\" -tól érvénytelen\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr ""
msgstr "aláírásformátum hiba: %s\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr ""
msgstr "nem támogatott aláírásformátum: %s\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: csomagfrissítés kihagyása (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: csomag visszafejlesztésének kihagyása (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: visszatérés a(z) %s verzióról a régebbi %s verzióhoz\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: a helyi (%s) újabb, mint a(z) %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "csomaglecserélés kihagyása (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "nem lehet lecserélni a(z) %s csomagot a(z) %s csomaggal\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "feloldhatatlan csomagütközéseket találtam\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "'%s' kihagyása, mert ütközik a következővel: '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "nem sikerült minden fájlt letölteni\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr "nem sikerült olvasni a %s: %s fájlt\n"
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "nincs elég szabad lemezterület\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "nem sikerült végrehajtani az eltávolító tranzakciót\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "nem sikerült végrehajtani a tranzakciót\n"
@@ -974,52 +987,52 @@ msgstr "nem sikerül írni az adatcsatornába (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "nem sikerül olvasni az adatcsatornából (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "nem sikerült az adatcsatorna létrehozása (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "nem sikerült indítani egy új folyamatot (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "nem sikerült gyökérkönyvtárat váltani (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "sikertelen execv hívás (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "sikertelen waitpid hívás (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "a parancs nem futott le helyesen\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Ismeretlen szignál"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "parancs megszakítva a(z) %d szignál által: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "nem létezik a(z) %s gyorsítótár, létrehozás...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -8,15 +8,16 @@
# Ibnu Daru Aji, 2013-2014
# Hasan Al Banna, 2013
# Ibnu Daru Aji, 2013
# se7entime <se7entime@openmailbox.org>, 2013
# se7entime <se7entime@openmailbox.org>, 2013,2015
# se7entime <se7entime@openmailbox.org>, 2013,2015
# se7entime <se7entime@disroot.org>, 2013
# se7entime <se7entime@disroot.org>, 2013,2015
# se7entime <se7entime@disroot.org>, 2013,2015
# se7entime <se7entime@disroot.org>, 2013,2015
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:05+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Indonesian (http://www.transifex.com/toofishes/archlinux-"
"pacman/language/id/)\n"
@@ -26,54 +27,54 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s sudah mutakhir -- melewati\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s sudah mutakhir -- memasang ulang\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "menurunkan paket %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr ""
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "peringatan diberikan ketika mengekstrak %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "tidak dapat mengekstrak %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "tidak dapat mengubah nama %s menjadi %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"berkas tidak ditemukan pada daftar berkas untuk paket %s. ekstraksi %s "
"dilewati.\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "gagal mengekstrak %s%s: jalur terlalu panjang"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -82,7 +83,7 @@ msgstr ""
"izin direktori berbeda pada %s\n"
"filesystem: %o paket: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -91,101 +92,101 @@ msgstr ""
"kepemilikan direktori berbeda pada %s\n"
"sistem berkas: %u:%u paket: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "ekstrak: tidak menimpa direktori dengan berkas %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "gagal mengekstrak %s.pacnew: jalur terlalu panjang"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "tidak dapat mendapatkan direktori kerja saat ini\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "tidak dapat mengganti direktori ke %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "tidak dapat mengembalikan direktori kerja (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "mendapati masalah saat meningkatkan %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "mendapati masalah ketika memasang %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "tidak dapat memutakhirkan entry database %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "tidak dapat menambah entry '%s' pada cache\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "galat ketika membaca berkas %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "menghapus semua database tak valid: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "tidak dapat membuat direktori %s:%s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "nama entry '%s' database tidak valid\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "entry database diduplikasi '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "entry database korup '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "tidak dapat membuka berkas %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "%s database tidak konsisten: nama tidak cocok pada paket %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "%s database tidak konsisten: versi tidak sama pada paket %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "tipe validasi tidak dikenal untuk paket %s: %s\n"
@@ -226,42 +227,42 @@ msgstr "Versi paket tidak valid pada %s\n"
msgid "missing package metadata in %s\n"
msgstr "paket %s kehilangan metadata\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "gagal membaca berkas signatur: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "key yang dibutuhkan tidak ada pada keyring\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "menghapus berkas tidak valid: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "tidak dapat menerjemahkan deskripsi berkas '%s' dari db '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr ""
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr "%s basis data tidak konsisten: nama berkas paket %s adalah ilegal\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "%s basis data tidak konsisten: nama berkas paket %s terlalu panjang\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "berkas database tidak dikenal: %s\n"
@@ -286,12 +287,12 @@ msgstr "%s akan dihapus setelah %s dependensi\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s akan dipasang sebelum %s dependensinya\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "mengabaikan paket %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "tidak dapat menyelesaikan \"%s\", dependensi dari \"%s\"\n"
@@ -346,38 +347,38 @@ msgstr "tidak dapat menentukan titik kait root %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "Partisi %s dikaitkan hanya baca\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "diska"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "gagal membuat berkas unduhan temporer\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "url '%s' tidak valid\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "gagal mendapatkan berkas '%s' dari %s: %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"gagal mendapatkan berkas '%s' dari %s: ukuran unduhan melebihi perkiraan\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s sepertinya tidak lengkap: %jd/%jd byte\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "gagal mengunduh %s\n"
@@ -597,199 +598,194 @@ msgstr "signature PGP tidak ada"
msgid "invalid PGP signature"
msgstr "signature PGP tidak valid"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "delta korup atau tidak valid"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "patch delta gagal"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "tidak dapat memuaskan dependensi"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "dependensi konflik"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "berkas yang konflik"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "gagal mendapatkan beberapa berkas"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "regular expression tidak valid"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "libarchive error"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "pustaka pengunduhan error"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "gpgme error"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "galat melibatkan pengunduh eksternal"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "galat tak terduga"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "berkas lock tidak ditemukan %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "tidak dapat menghapus berkas kunci %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "tidak dapat membuka direktori: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "tidak dapat mencatat stat berkas %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr ""
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "tidak dapat memuat metadata secara penuh untuk paket %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "tidak dapat mencari %s pada database -- melewati\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "menghapus %s dari daftar target\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "tidak dapat menghapus berkas '%s': %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "tidak dapat menghapus %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "tidak dapat menghapus entry database %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "tidak dapat menghapus entry '%s' dari cache\n"
@@ -799,139 +795,154 @@ msgstr "tidak dapat menghapus entry '%s' dari cache\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: tidak mempunyai signature yang dibutuhkan\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr ""
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr ""
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: mengabaikan peningkatan paket (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: mengabaikan penurunan paket (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: menurunkan dari versi %s ke versi %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: lokal (%s) lebih baru dari %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "mengabaikan penggantian paket (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "tidak dapat mengganti %s dengan %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "konflik paket tak terselesaikan terdeteksi\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "menghapus '%s' dari daftar target karena berkonflik dengan '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "gagal mendapatkan beberapa berkas\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "ruang kosong tidak cukup\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "tidak dapat melakukan transaksi penghapusan\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "tidak dapat melakukan transaksi\n"
@@ -966,52 +977,52 @@ msgstr "gagal menulis ke pipa (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "gagal membaca dari pipa (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "tidak dapat membuat pipe (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "tidak dapat melakukan fork ke proses baru (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "tidak dapat mengubah direktori root (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "panggilan ke execv gagal (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "gagal memanggil waitpid (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "gagal menjalankan perintah dengan benar\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Sinyal tak dikenal"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "Perintah dimatikan dengan sinyal %d:%s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "tidak ada %s cache yang ada, membuat...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr "tidak dapat membuat cache paket, gunakan %s saja\n"

View File

@@ -3,6 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Alessandro Menti <alessandro.menti@hotmail.it>, 2019
# Andrea Scarpino <inactive+bash@transifex.com>, 2014
# Andrea Scarpino <inactive+bash@transifex.com>, 2014
# Andrea Scarpino <inactive+bash@transifex.com>, 2014
@@ -13,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:05+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-08 18:22+0000\n"
"Last-Translator: Alessandro Menti <alessandro.menti@hotmail.it>\n"
"Language-Team: Italian (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/it/)\n"
"Language: it\n"
@@ -24,56 +25,56 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s è aggiornato e sarà ignorato\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s è aggiornato ma sarà reinstallato\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr ""
"installazione in corso di una versione meno recente del pacchetto %s (%s => "
"%s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr ""
msgstr "impossibile allocare l'oggetto archivio su disco"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "è stato rilevato un warning durante l'estrazione di %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "impossibile estrarre %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "impossibile rinominare %s in %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"Il file non esiste nel pacchetto %s. L'estrazione di %s sarà, quindi, "
"ignorata\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "impossibile estrarre %s%s: percorso troppo lungo"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -82,7 +83,7 @@ msgstr ""
"i permessi delle directory differiscono su %s\n"
"filesystem: %o pacchetto: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -91,104 +92,104 @@ msgstr ""
"i permessi della cartella %s differiscono\n"
"disco: %u:%u pacchetto: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "estrazione: impossibile sovrascrivere la directory con il file %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "impossibile estrarre %s.pacnew: percorso troppo lungo"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "impossibile determinare la directory corrente\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "impossibile spostarsi nella directory %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "impossibile ripristinare la directory di lavoro (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "si è verificato un errore durante l'aggiornamento di %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "si è verificato un errore durante l'installazione di %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "impossibile aggiornare la voce %s-%s nel database\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "impossible aggiungere la voce '%s' nella cache\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "si è verificato un errore durante la lettura del pacchetto %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "rimozione del database non valido: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "impossibile creare la directory %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "nome non valido per la voce del database '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "la voce nel database '%s' è duplicata\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "la voce nel database '%s' è corrotta\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "impossibile aprire il file %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr ""
"il database %s è inconsistente: il nome non corrisponde con il pacchetto %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr ""
"il database %s è inconsistente: la versione non corrisponde con il pacchetto "
"%s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "tipo di convalida sconosciuto per il pacchetto %s: %s\n"
@@ -229,47 +230,47 @@ msgstr "la versione del pacchetto %s non è valida\n"
msgid "missing package metadata in %s\n"
msgstr "manca il metadata del pacchetto in %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "impossibile leggere il file della firma: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "la chiave richiesta non è presente nel portachiavi\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "rimozione del file non valido: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr ""
"impossibile analizzare il file della descrizione del pacchetto '%s' dal "
"database '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr ""
msgstr "impossibile leggere il database '%s' (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"il database %s è inconsistente: il nome del pacchetto %s è illegale\n"
" \n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr ""
"il database %s è inconsistente: il nome del pacchetto %s è troppo lungo\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "database sconosciuto: %s\n"
@@ -294,12 +295,12 @@ msgstr "%s sarà rimosso dopo la sua dipendenza %s\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s sarà installato prima della sua dipendenza %s\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "il pacchetto %s-%s è stato ignorato\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "impossibile risolvere \"%s\", una dipendenza di \"%s\"\n"
@@ -358,39 +359,39 @@ msgstr "impossibile determinare il punto di montaggio della root %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "La partizione %s è montata in sola lettura\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "disco"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "impossibile creare la directory temporanea per il download\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "l'url '%s' non è valido\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "impossibile scaricare il pacchetto '%s' da %s : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"impossibile scaricare il file '%s' da %s: la dimensione di download supera "
"quella attesa\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s sembra essere incompleto: %jd/%jd byte\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "non è stato possibile scaricare %s\n"
@@ -610,199 +611,194 @@ msgstr "manca la firma PGP"
msgid "invalid PGP signature"
msgstr "la firma PGP non è valida"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "file delta non valido oppure corrotto"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "si sono verificati degli errori con la patch di delta"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "impossibile soddisfare le dipendenze"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "dipendenze in conflitto"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "file in conflitto"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "impossibile scaricare alcuni file"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "l'espressione regolare non è valida"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "errore di libarchive"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "si è verificato un errore della libreria di download"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "errore di gpgme"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "si è verificato un errore lanciando il downloader esterno"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr "compilato senza supporto per le firme"
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "errore inaspettato"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "manca il file di lock %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "impossibile rimuovere il file di lock %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
msgstr "Mancano i target trigger nell'hook: %s\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
msgstr "Manca il tipo trigger nell'hook: %s\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
msgstr "Manca l'operazione trigger nell'hook: %s\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
msgstr "Manca l'opzione Exec nell'hook: %s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
msgstr "Manca l'opzione When nell'hook: %s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
msgstr "Impostato AbortOnFail per l'hook PostTransaction: %s\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
msgstr "si è verificato un errore durante la lettura dell'hook %s: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
msgstr "hook %s, riga %d: opzione non valida: %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
msgstr "hook %s, riga %d: sezione non valida: %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
msgstr "hook %s, riga %d: valore non valido: %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
msgstr "hook %s, riga %d: sovrascrivo la definizione precedente di %s\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
msgstr "hook %s, riga %d: impossibile impostare l'opzione (%s)\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
msgstr "impossibile eseguire l'hook %s: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "impossibile accedere alla directory: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
msgstr "impossibile aprire il file: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "impossibile trovare il file %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr ""
msgstr "impossibile leggere la directory: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "impossibile caricare tutti i metadata del pacchetto %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "impossibile trovare %s nel database, sarà ignorato\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "rimozione di %s dalla lista dei pacchetti\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "impossibile rimuovere il file '%s': %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
msgstr "impossibile eseguire il backup %s a causa di un overflow di PATH_MAX\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "impossibile rimuovere %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "impossibile rimuovere la voce %s-%s del database\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "impossibile rimuovere la voce '%s' dalla cache\n"
@@ -810,143 +806,159 @@ msgstr "impossibile rimuovere la voce '%s' dalla cache\n"
#: lib/libalpm/signing.c:171
#, c-format
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
msgstr "Portachiavi pubblico non trovato; hai eseguito '%s'?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr ""
msgstr "Errore di GPGME: %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr "ricerca della chiave %s tramite WKD in corso\n"
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr "errore GPG: %s\n"
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr ""
msgstr "il portachiavi non è scrivibile\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr "chiave \"%s\" sul server delle chiavi\n"
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
msgstr "la chiave \"%s\" non può essere importata\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
msgstr "impossibile cercare la chiave \"%s\" sul server remoto\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: manca la firma PGP\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
msgstr "%s: la firma di \"%s\" ha un'affidabilità marginale\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
msgstr "%s: la firma di \"%s\" ha un'affidabilità sconosciuta\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
"%s: la firma di \"%s\" non dovrebbe mai essere considerata affidabile\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
msgstr "%s: chiave \"%s\" sconosciuta\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
msgstr "%s: chiave \"%s\" disabilitata\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
msgstr "%s: la firma di \"%s\" è scaduta\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
msgstr "%s: la firma di \"%s\" non è valida\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr ""
msgstr "%s: errore formato firma\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr ""
msgstr "%s: formato firma non supportato\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: l'aggiornamento del pacchetto è stato ignorato (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: il downgrade del pacchetto è stato ignorato (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: è in corso il downgrade dalla versione %s alla versione %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr ""
"%s: la versione installata (%s) è più recente di quella presente in %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "la sostituzione del pacchetto (%s-%s => %s-%s) è stata ignorata\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "impossibile sostituire %s con %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "sono stati rilevati dei conflitti irrisolvibili tra i pacchetti\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr ""
"rimozione di '%s' dalla lista dei pacchetti perché va in conflitto con '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "impossibile scaricare alcuni file\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr "impossibile leggere il file %s: %s\n"
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "lo spazio libero sul disco non è sufficiente\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "impossibile eseguire l'operazione di rimozione\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "impossibile eseguire l'operazione\n"
@@ -981,52 +993,52 @@ msgstr "impossibile scrivere nella pipe (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "impossibile leggere dalla pipe (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "impossibile creare una pipe (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "impossibile effettuare il fork di un nuovo processo (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "impossibile cambiare la root directory (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "impossibile chiamare execv (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "la chiamata a waitpid non è riuscita (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "l'esecuzione del comando non è riuscita correttamente\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Segnale sconosciuto"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "comando terminato dal segnale %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "la cache di %s non esiste, creazione in corso...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -3,16 +3,16 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# polamjag <s@polamjag.info>, 2015
# ABE Satoru <s@polamjag.info>, 2015
# kusakata, 2017
# polamjag <s@polamjag.info>, 2015
# kusakata, 2017-2018
# ABE Satoru <s@polamjag.info>, 2015
# kusakata, 2017-2019
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 10:35+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 22:59+0000\n"
"Last-Translator: kusakata\n"
"Language-Team: Japanese (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/ja/)\n"
@@ -22,54 +22,54 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s は最新です -- スキップ\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s は最新です -- 再インストール\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "パッケージ %s のダウングレード (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "ディスクアーカイブオブジェクトを割り当てることができません"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "%s の展開中に警告が発生しました (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "%s を展開できませんでした (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "%s を %s に名前を変更できませんでした (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"パッケージ %s のファイルリストに含まれているファイルが見つかりませんでし"
"た。%s の展開をスキップします。\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "%s%s を展開できませんでした: パスが長すぎます"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -78,7 +78,7 @@ msgstr ""
"%s のディレクトリのパーミッションが異なっています\n"
"ファイルシステム: %o パッケージ: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -87,101 +87,101 @@ msgstr ""
"%s のディレクトリ所有者が異なっています\n"
"ファイルシステム: %u:%u パッケージ: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "extract: ディレクトリをファイルで上書きできません %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "%s.pacnew を展開できませんでした: パスが長すぎます"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "現在の作業ディレクトリを取得できませんでした\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "ディレクトリを %s に変更できませんでした (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "作業ディレクトリを復帰できませんでした (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "更新中に問題が発生しました %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "インストール中に問題が発生しました %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "データベースエントリ %s-%s を更新できませんでした\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "キャッシュにエントリ '%s' を追加できませんでした\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "ファイル %s の読込中にエラーが発生しました: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "無効なデータベースを削除: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "キャッシュディレクトリ %s を作成できませんでした: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "無効な名前のデータベースエントリ '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "重複したデータベースエントリ '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "破損したデータベースエントリ '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "ファイル %s を開けませんでした: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "%s データベースは矛盾しています: パッケージ %s の名前の不整合\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "%s データベースは矛盾しています: パッケージ %s のバージョンの不整合\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "パッケージ %s の不明な検証タイプ: %s\n"
@@ -222,45 +222,45 @@ msgstr "%s のパッケージバージョンは無効です\n"
msgid "missing package metadata in %s\n"
msgstr "%s にパッケージのメタデータが見つかりません\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "署名ファイルの読み込みに失敗しました: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "キーリングに必要なキーがありません\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "無効なファイルを削除: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr ""
"パッケージ定義ファイル '%s' (データベース '%s') をパースできませんでした\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "データベース '%s' を読み込めませんでした (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"%s データベースは矛盾しています: パッケージ %s のファイル名が不正です\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr ""
"%s データベースは矛盾しています: パッケージ %s のファイル名が長すぎます\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "未知のデータベースファイル: %s\n"
@@ -285,12 +285,12 @@ msgstr "%s は依存パッケージ %s の後に削除されます\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s は依存パッケージ %s の前にインストールされます\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "パッケージ %s-%s を無視\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "\"%s\" を解決できません、\"%s\" の依存\n"
@@ -345,39 +345,39 @@ msgstr "root マウントポイント %s を決定できませんでした\n"
msgid "Partition %s is mounted read only\n"
msgstr "パーティション %s は読み込み専用でマウントされています\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "ディスク"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "ダウンロードのための一時ファイルを作成できませんでした\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "url '%s' は無効です\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "ファイル '%s' を %s から取得するのに失敗しました : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"ファイル '%s' を %s から取得するのに失敗しました : 想定されるダウンロードサイ"
"ズを超過しています\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s が途中で切れています: %jd/%jd バイト\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "%s のダウンロードに失敗しました\n"
@@ -597,199 +597,194 @@ msgstr "不明な PGP 鍵"
msgid "invalid PGP signature"
msgstr "無効な PGP 鍵"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "無効または破損した差分"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "差分パッチ失敗"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "依存関係を解決できませんでした"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "衝突する依存関係"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "衝突しているファイル"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "ファイルの取得に失敗しました"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "無効な正規表現"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "libarchive エラー"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "ダウンロードライブラリエラー"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "gpgme エラー"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "外部のダウンローダーの呼び出しエラー"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr "コンパイル時に署名のサポートが有効にされていません"
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "予期しないエラー"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "ロックファイル %s が見つかりません\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "ロックファイル %s を削除できませんでした\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr "フックのトリガーターゲットが見つかりません: %s\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr "フックのトリガータイプが見つかりません: %s\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr "フックのトリガー操作が見つかりません: %s\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr "フックに Exec オプションがありません: %s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr "フックに When オプションがありません: %s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr "PostTransaction フックに AbortOnFail が設定されています: %s\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr "フック %s の読込中にエラーが発生しました: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr "フック %s 行 %d: 不正なオプション %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr "フック %s 行 %d: 無効なセクション %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr "フック %s 行 %d: 無効な値 %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr "フック %s 行 %d: %s の前定義を上書き\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr "フック %s 行 %d: オプションを設定できません (%s)\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr "フック %s を実行できません: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "ディレクトリを開けませんでした: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "ファイルを開けませんでした: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "ファイル %s を確認できませんでした: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "ディレクトリを読み込めませんでした: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "パッケージ %s-%s のメタデータを読み込めませんでした\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "データベースに %s が見つかりませんでした -- スキップ\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "対象リストから %s を削除\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "ファイル '%s' を削除できません: %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr "PATH_MAX オーバーフローのため %s をバックアップできませんでした\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "%s を削除できません (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "データベースエントリ %s-%s を削除できませんでした\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "キャッシュからエントリ '%s' を削除できませんでした\n"
@@ -799,139 +794,154 @@ msgstr "キャッシュからエントリ '%s' を削除できませんでした
msgid "Public keyring not found; have you run '%s'?\n"
msgstr "公開キーリングが見つかりません。'%s' を実行済みですか?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "GPGME エラー: %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr "WKD を使ってキー %s を検索\n"
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr "gpg エラー: %s\n"
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "キーリングに書き込みできません\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr "キーサーバのキー \"%s\"\n"
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "キー \"%s\" をインポートできませんでした\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr "キー %s、キーサーバに存在する \"%s\"、キーリングに書き込みできません\n"
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr "キー \"%s\" をリモートで検索できませんでした\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: 必要な署名が見つかりません\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr "%s: \"%s\" の署名は部分的に信頼されています\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr "%s: \"%s\" の署名は信頼されていません\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr "%s: \"%s\" の署名は信頼できません\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s: キー \"%s\" は不明です\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr "%s: キー \"%s\" は無効です\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s: \"%s\" の署名は期限切れです\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s: \"%s\" の署名は無効です\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s: 署名フォーマットエラー\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s: サポートされていない署名フォーマット\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: パッケージの更新を無視 (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: パッケージのダウングレードを無視 (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: バージョン %s からバージョン %s にダウングレード\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: ローカル (%s) のほうが %s よりも最新です (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "パッケージの置き換えを無視 (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "%s を %s で置き換えられません\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "解決できないパッケージの衝突が検出されました\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "対象リストから '%s' を削除。'%s' と衝突しています\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "複数のファイルの取得に失敗しました\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr "ファイル %s を読み込めませんでした: %s\n"
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "十分な空き容量がありません\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "削除処理が完了できませんでした\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "処理が完了できませんでした\n"
@@ -966,52 +976,52 @@ msgstr "パイプに書き込めません (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "パイプを読み込めません (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "パイプを作成できません (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "新しいプロセスをフォークできません (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "ルートディレクトリを変更できません (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "execv のコールに失敗しました (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "waitpid のコールに失敗しました (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "コマンドの実行に失敗しました\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "不明なシグナル"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "コマンドはシグナル %d で終了しました: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "%s キャッシュが存在しません、作成します...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:05+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Kazakh (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/kk/)\n"
@@ -20,54 +20,54 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s ескірмеді -- өткізіледі\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s ескірмеді -- қайта орнатылады\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "дестенің нұсқасын төмендету %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "дискі архив объектін бөлу мүмкін емес"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "%s тарқатқанда ескерту алынды (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "%s тарқату қатесі (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "%s атын жаңа %s атына ауыстыру мүмкін емес (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"файл %s дестесі үшін файлдар тізімінен табылмады. %s тарқатылуын аттап "
"кетеміз\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "%s%s тарқату мүмкін емес: жол тым ұзын"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -76,7 +76,7 @@ msgstr ""
"%s бумасының қатынау рұқсаттары әр түрлі\n"
"файлдық жүйе: %o десте: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -85,101 +85,101 @@ msgstr ""
"%s ішінде бумалар иесі әр түрлі\n"
"файлдық жүйе: %u:%u десте: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "тарқату: бума %s файлымен ауыстырылмайды\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "%s.pacnew тарқату мүмкін емес: жол тым ұзын"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "ағымдағы жұмыс бумасын анықтау мүмкін емес\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "%s бумасына ауысу мүмкін емес (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "жұмыс бумасын (%s) қалпына келтіру мүмкін емес\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "%s жаңарту кезінде қате кетті\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "%s орнату кезінде қате кетті\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "дерекқорда жазбаны жаңарту мүмкін емес %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "кэш ішіне '%s' жазбасын қосу мүмкін емес\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "%s файлын оқу қатесі: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "қате дерекқорды өшіру: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "%s бумасын жасау мүмкін емес: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "дерекқордағы '%s' жазбасының аты қате\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "деркқордағы '%s' жазбасы қайталанып тұр\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "дерекқордағы '%s' жазбасы зақымдалған\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "%s файлын ашу мүмкін емес: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "дерекқордағы қате ақпарат %s: %s дестесінің аты сәйкес келмейді\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "дерекқордағы қате ақпарат %s: %s дестесінің нұсқасы сәйкес келмейді\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "%s дестесі үшін растау түрі белгісіз: %s\n"
@@ -220,42 +220,42 @@ msgstr "%s ішіндегі десте нұсқасы жарамсыз\n"
msgid "missing package metadata in %s\n"
msgstr "%s ішінде дестенің мета мәліметтері жоқ\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "қолтаңба файлын оқу сәтсіз аяқталды: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "кілттер бауында керек кілт жоқ болып тұр\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "қате файлды өшіру: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "'%s' десте сипаттама файлын, '%s' дерекқорынан, талдау мүмкін емес\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr ""
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr "%s дерекқоры екімәнді: %s дестесінің файл аты жарамсыз\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "%s дерекқоры екімәнді: %s дестесінің файл аты тым ұзын\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "белгісіз дерекқор файлы: %s\n"
@@ -280,12 +280,12 @@ msgstr "%s қазір тәуелділік ретінде %s кейін өшір
msgid "%s will be installed before its %s dependency\n"
msgstr "%s қазір тәуелділік ретінде %s алдынан орнатылады\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "дестені елемеу %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "\"%s\" шешу мүмкін емес, ол \"%s\" тәуелділігі болып тұр\n"
@@ -340,38 +340,38 @@ msgstr "%s түбірлік бумасының тіркелу нүктесін
msgid "Partition %s is mounted read only\n"
msgstr "%s бөлімі тек оқу үшін тіркелген\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "дискі"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "жүктеп алу үшін уақытша файлды жасау сәтсіз аяқталды\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "'%s' сілтемесі қате\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "'%s' файлын %s адресінен алу қатемен аяқталды : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"'%s' файлын %s ішінен алу қатесі : күтілген жүктеп алу өлшемінен асып кетті\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s қысқартылған сияқты: %jd/%jd байт\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "%s жүктеп алу мүмкін емес\n"
@@ -591,199 +591,194 @@ msgstr "PGP қолтаңбасы жоқ"
msgid "invalid PGP signature"
msgstr "PGP қолтаңбасы жарамсыз"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "дельта файлы қате не зақымдалған"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "дельта патчті қолдану қатемен аяқталды"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "тәуелділіктерді шешу мүмкін емес"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "ерегісетін тәуелділіктер"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "ерегісетін файлдар"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "кейбір файлдарды алу сәтсіз аяқталды"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "тұрақты өрнек дұрыс емес"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "libarchive қатесі орын алды"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "download library қатесі орын алды"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "gpgme қатесі"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "сыртқы жүктемелер менеджерін шақыру қатемен аяқталды"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "күтпеген қате кетті"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "блоктау файлы жоқ %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "%s оқшау файлын өшіру мүмкін емес\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "буманы ашу мүмкін емес: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "%s файлын табу мүмкін емес: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr ""
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "%s-%s дестесі үшін метаақпаратты толығымен жүктеу мүмкін емес\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "дерекқор ішінде %s табылмады -- өткізіп жібереміз\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "мақсаттар тізімінен '%s' өшіру\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr " '%s' файлын өшіру мүмкін емес: %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "%s (%s) өшіру мүмкін емес\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "дерекқордан %s-%s жазбасын өшіру мүмкін емес\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "кэш ішінен '%s' жазбасын өшіру мүмкін емес\n"
@@ -793,140 +788,155 @@ msgstr "кэш ішінен '%s' жазбасын өшіру мүмкін еме
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: міндетті қолтаңба жоқ\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr ""
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr ""
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: дестені жаңартуды елемеу (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: десте нұсқасын төмендетуді елемеу (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: қазіргі %s нұсқасынан %s нұсқасына дейін төмендету\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: орнатылған нұсқа (%s), %s (%s) ішіндегісінен жаңа болып тұр\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "дестені алмастыруды елемеу (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "%s жаңа %s нұсқасымен алмастыру мүмкін емес\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "дестелердің шешілмейтін ерегісі табылды\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr ""
"мақсаттар тізімінен '%s' өшіріледі, өйткені ол '%s' дестесімен ерегіседі\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "кейбір файлдарды алу сәтсіз аяқталды\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "бос диск орны жеткіліксіз\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "өшіруге сұранымды орындау мүмкін емес\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "сұранымды аяқтау мүмкін емес\n"
@@ -961,52 +971,52 @@ msgstr ""
msgid "unable to read from pipe (%s)\n"
msgstr ""
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "pipe жасау мүмкін емес (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "жаңа үрдісті жасау мүмкін емес (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "түбірлік буманы ауыстыру мүмкін емес (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "execv шақыру талабы сәтсіз (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "waitpid шақыру қатемен аяқталды(%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "команда дұрыс орындалмады\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Белгісіз сигнал"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "команда %d сигналымен үзілді: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "%s кэші жоқ болып тұр, құрылады...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr "дестелер кэшін табу не жасау мүмкін емес, орнына %s қолданылады\n"

View File

@@ -3,21 +3,22 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# 배태길 <esrevinu@gmail.com>, 2017-2018
# 배태길 <esrevinu@gmail.com>, 2017-2019
# Ji-Hyeon Gim <potatogim@potatogim.net>, 2014,2018
# Sungjin Kang <potopro@gmail.com>, 2012-2013
# Sungjin Kang <potopro@gmail.com>, 2013
# Sungjin Kang <potopro@gmail.com>, 2013
# Sungjin Kang <potopro@gmail.com>, 2013
# Thomas Sungjin Kang <potopro@gmail.com>, 2012-2013
# Thomas Sungjin Kang <potopro@gmail.com>, 2013
# Thomas Sungjin Kang <potopro@gmail.com>, 2013
# Thomas Sungjin Kang <potopro@gmail.com>, 2013
# 배태길 <esrevinu@gmail.com>, 2014-2015
# Sungjin Kang <potopro@gmail.com>, 2013
# Thomas Sungjin Kang <potopro@gmail.com>, 2013
# Thomas Sungjin Kang <potopro@gmail.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:05+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-08 20:07+0000\n"
"Last-Translator: 배태길 <esrevinu@gmail.com>\n"
"Language-Team: Korean (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/ko/)\n"
"Language: ko\n"
@@ -26,54 +27,54 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s는 최신 버전입니다 -- 건너뜀\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s는 최신 버전입니다. -- 재설치\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "꾸러미 %s (%s => %s) 다운그레이드\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "디스크 보관소 객체를 할당할 수 없습니다"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "%s 추출 시 경고 발생 (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "%s를 추출할 수 없습니다. (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "%s의 이름을 %s로 바꾸지 못했습니다.(%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"꾸러미 %s의 파일 목록에서 파일을 찾을 수가 없습니다. %s의 추출을 건너뜁니"
"다.\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "%s%s를 추출할 수 없습니다: 경로가 너무 깁니다"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -82,7 +83,7 @@ msgstr ""
"%s 디렉터리 권한이 다릅니다.\n"
"파일시스템: %o 꾸러미: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -91,101 +92,101 @@ msgstr ""
"%s 디렉터리의 소유주가 다릅니다.\n"
"파일시스템: %u:%u 꾸러미: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "추출: %s 파일로 디렉터리를 덮어쓰지 못함\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "%s.pacnew를 추출할 수 없습니다: 경로가 너무 깁니다"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "현재 작업 디렉터리를 가져올 수 없습니다.\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "%s로 디렉터리를 변경할 수 없습니다. (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "작업 디렉터리를 복원할 수 없습니다. (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "%s를 업그레이드하는 동안 문제가 발생했습니다.\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "%s를 설치하는 동안 문제가 발생했습니다.\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "데이터베이스 항목인 %s-%s를 업데이트할 수 없습니다.\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "캐시에 항목 '%s'를 추가할 수 없습니다.\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "%s 파일을 읽는 동안 오류 발생: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "잘못된 데이터베이스를 삭제함: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "%s 디렉터리를 만들 수 없습니다: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "데이터베이스 항목 이름으로 '%s'가 맞지 않습니다.\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "데이터베이스 항목인 '%s'가 중복되었습니다.\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "데이터베이스 항목인 '%s'가 손상되었습니다.\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "%s 파일을 열 수 없습니다: %s \n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "%s 데이터베이스 부조화: %s 꾸러미의 이름이 일치하지 않습니다.\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "%s 데이터베이스 부조화: %s꾸러미의 버전이 일치하지 않습니다. \n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "꾸러미 %s에 대한 검증 형식이 알 수 없는 형식입니다.: %s\n"
@@ -226,42 +227,42 @@ msgstr "%s 안의 꾸러미 버전이 유효하지 않습니다.\n"
msgid "missing package metadata in %s\n"
msgstr "%s에서 메타데이터가 누락되었습니다.\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "서명 파일을 읽는 데 실패: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "키링에서 필요한 키를 찾을 수 없습니다.\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "잘못된 파일을 제거함: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "'%s' 파일 꾸러미 명세 파일을 '%s' db에서 알아내지 못하였습니다.\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "데이터베이스 '%s'를 읽을 수 없습니다 (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr "%s 데이터베이스 부조화: %s 꾸러미의 파일이 규칙에 어긋났습니다.\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "%s 데이터베이스 부조화: %s 꾸러미의 파일이름이 너무 깁니다.\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "알 수 없는 데이터베이스 파일: %s\n"
@@ -286,12 +287,12 @@ msgstr "%s는 의존성 %s보다 뒤에 삭제될 것입니다.\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s는 의존성 %s보다 앞에 설치될 것입니다.\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "%s-%s 꾸러미를 무시함\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "\"%2$s\"의 의존성 \"%1$s\"를 해결할 수 없습니다.\n"
@@ -346,37 +347,37 @@ msgstr "루트 마운트 지점 %s를 확인할 수 없습니다.\n"
msgid "Partition %s is mounted read only\n"
msgstr "파티션 %s가 읽기 전용으로 마운트되었습니다.\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "디스크"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "다운로드를 위한 임시파일을 만드는 데 실패하였습니다.\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "url '%s'가 잘못되었습니다.\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "파일 '%s'를 %s에서 가져오는 데 실패 : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr "파일 '%s'를 %s에서 가져오는 데 실패 : 예상 내려받기 크기 초과\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s가 잘린 것 같습니다.: %jd/%jd 바이트\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "%s를 다운받지 못했습니다.\n"
@@ -596,199 +597,194 @@ msgstr "PGP 서명이 누락되었습니다."
msgid "invalid PGP signature"
msgstr "PGP 서명이 잘못되었습니다."
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "delta가 잘못되었거나 손상되었습니다."
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "delta 패치 실패"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "의존성이 만족되지 못하였습니다."
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "의존성이 충돌합니다."
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "파일이 충돌합니다."
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "일부 파일을 가져오는 데 실패했습니다."
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "정규식이 잘못되었습니다."
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "libarchive 오류"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "다운로드 라이브러리 오류"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "gpgme 오류"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "외부 다운로더 호출 오류"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr "서명 지원 없이 컴파일됨"
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "예기치 않은 오류"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "잠금 파일 %s가 없습니다.\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "잠금 파일 %s를 삭제하지 못하였습니다.\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr "훅의 트리거 대상이 없습니다: %s\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr "훅의 트리거 유형이 없습니다: %s\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr "훅의 트리거 명령이 없습니다: %s\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr "훅의 Exec 옵션이 없습니다: %s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr "훅의 When 옵션이 없습니다: %s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr "PostTransaction 훅에 대해 AbortOnFail이 설정됨: %s\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr "%s훅을 읽는 동안에 오류가 발생했습니다: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr "훅 %s, %d 번째 줄: 유효하지 않은 옵션 %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr "훅 %s, %d 번째 줄: 유효하지 않은 섹션 %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr "훅 %s, %d 번째 줄: 유효하지 않은 값 %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr "훅 %s, %d 번째 줄: %s의 이전 정의 덮어 씀\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr "훅 %s, %d 번째 줄: 옵션 (%s)를 설정할 수 없음\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr "%s 훅을 실행할 수 없습니다: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "디렉터리를 열 수 없습니다: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "파일을 열 수 없습니다: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "%s 파일 상태를 알 수 없음: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "디렉터리를 읽을 수 없습니다: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "%s-%s 꾸러미의 메타데이터를 완벽히 로드할 수 없습니다.\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "데이터베이스에서 %s를 찾을 수 없습니다. -- 건너뜀\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "대상 목록에서 %s를 제거\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "파일 '%s'를 제거할 수 없습니다: %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
msgstr " PATH_MAX 초과 때문에 %s를 백업할 수 없음\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "%s를 제거할 수 없습니다.(%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "데이터베이스 항목인 %s-%s를 제거하지 못했습니다.\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "캐시에서 '%s' 항목을 제거하지 못했습니다.\n"
@@ -798,139 +794,154 @@ msgstr "캐시에서 '%s' 항목을 제거하지 못했습니다.\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr "공개 키링을 찾을 수 없습니다; '%s'을 실행하셨나요?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "GPGME 오류: %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr "WKD를 사용해서 키 %s를 찾는 중\n"
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr "gpg 오류: %s\n"
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "키링을 쓸 수 없음\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr "키 \"%s\"가 키서버에 있음\n"
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "\"%s\" 키를 들여오지 못했습니다\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr "열쇠 %s, \"%s\"이 열쇠서버에서 발견됨, 열쇠고리는 쓰기 불가\n"
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr "원격의 \"%s\" 키를 조회하지 못했습니다\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: 필요한 서명이 없습니다.\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr "%s: \"%s\" 로부터의 서명은 부분 신뢰입니다\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr "%s: \"%s\"로부터의 서명은 알 수 없는 신뢰입니다\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr "%s: \"%s\"로부터의 서명은 신뢰될 수 없습니다\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s: \"%s\" 키는 알 수 없는 키입니다\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr "%s: \"%s\" 키는 비활성화 되었습니다\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s: \"%s\"로부터의 서명이 만료되었습니다\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s: \"%s\"로부터의 서명이 유효하지 않습니다\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s: 서명 형식 오류\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s: 지원하지 않는 서명 형식\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: 꾸러미 업그레이드 (%s => %s) 무시함\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: 꾸러미 다운그레이드 (%s => %s) 무시함\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: 버전 %s에서 버전 %s로 다운그레이드\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: 가지고 있는 (%s)가 %s (%s)보다 최신입니다.\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "꾸러미 교체 무시함 (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "%s를 %s로 대체할 수 없습니다.\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "해결할 수 없는 꾸러미 충돌이 있습니다.\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "'%2$s'와 충돌하므로 대상 목록에서 '%1$s'를 뺍니다.\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "일부 파일을 가져오지 못했습니다.\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr "파일 %s 읽기 실패: %s\n"
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "디스크 여유 공간이 부족합니다.\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "삭제 처리를 커밋하지 못하였습니다.\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "처리를 커밋하지 못하였습니다.\n"
@@ -965,52 +976,52 @@ msgstr "파이프에 기록할 수 없습니다.(%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "파이프로부터 읽을 수 없습니다.(%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "파이프를 만들 수 없습니다.(%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "새 프로세스를 포크할 수 없습니다.(%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "루트 디렉터리를 변경할 수 없습니다.(%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "execv 호출 실패 (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "waitpid 호출 실패 (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "명령이 올바르게 실행되지 못하였습니다.\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "알 수 없는 시그널"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "명령이 시그널 %d에 의해 종료되었습니다: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "%s 캐시가 없으므로 생성 중...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr "꾸러미 캐시를 찾거나 생성할 수 없어 대신 %s를 사용합니다.\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,160 +17,160 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr ""
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr ""
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr ""
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr ""
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr ""
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr ""
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr ""
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr ""
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
"filesystem: %o package: %o\n"
msgstr ""
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
"filesystem: %u:%u package: %u:%u\n"
msgstr ""
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr ""
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr ""
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr ""
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr ""
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr ""
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr ""
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr ""
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr ""
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr ""
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr ""
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr ""
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr ""
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr ""
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr ""
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr ""
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr ""
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr ""
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr ""
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr ""
@@ -211,42 +211,42 @@ msgstr ""
msgid "missing package metadata in %s\n"
msgstr ""
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr ""
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr ""
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr ""
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr ""
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr ""
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr ""
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr ""
@@ -271,12 +271,12 @@ msgstr ""
msgid "%s will be installed before its %s dependency\n"
msgstr ""
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr ""
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr ""
@@ -331,37 +331,37 @@ msgstr ""
msgid "Partition %s is mounted read only\n"
msgstr ""
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr ""
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr ""
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr ""
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr ""
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr ""
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr ""
@@ -581,199 +581,194 @@ msgstr ""
msgid "invalid PGP signature"
msgstr ""
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr ""
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr ""
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr ""
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr ""
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr ""
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr ""
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr ""
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr ""
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr ""
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr ""
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr ""
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr ""
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr ""
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr ""
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr ""
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr ""
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr ""
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr ""
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr ""
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr ""
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr ""
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr ""
@@ -783,139 +778,154 @@ msgstr ""
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr ""
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr ""
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr ""
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr ""
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr ""
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr ""
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr ""
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr ""
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr ""
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr ""
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr ""
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr ""
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr ""
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr ""
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr ""
@@ -950,52 +960,52 @@ msgstr ""
msgid "unable to read from pipe (%s)\n"
msgstr ""
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr ""
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr ""
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr ""
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr ""
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr ""
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr ""
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr ""
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr ""
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr ""
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -8,14 +8,14 @@
# Algimantas Margevičius <margevicius.algimantas@gmail.com>, 2011-2012
# Dan McGee <dpmcgee@gmail.com>, 2011
# Kiprianas Spiridonovas <k.spiridonovas@gmail.com>, 2013
# Moo, 2015-2018
# Moo, 2015-2019
# Dan McGee <dpmcgee@gmail.com>, 2011
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-16 09:23+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 10:33+0000\n"
"Last-Translator: Moo\n"
"Language-Team: Lithuanian (http://www.transifex.com/toofishes/archlinux-"
"pacman/language/lt/)\n"
@@ -27,53 +27,53 @@ msgstr ""
"11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? "
"1 : n % 1 != 0 ? 2: 3);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s yra naujausias -- praleidžiama\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s yra naujausias -- perrašoma\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "pasendinamas paketas %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "nepavyksta paskirstyti disko archyvo objektą"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "bandant išskleisti gautas įspėjimas %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "nepavyko išskleisti %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "nepavyko pervadint %s į %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"paketo %s failų sąraše failas nerastas. praledžiama %s išarchyvavimas\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "nepavyko išskleisti %s%s: per ilgas kelias"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -82,7 +82,7 @@ msgstr ""
"%s aplanko leidimai skiriasi\n"
"failų sistema: %o paketas: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -91,103 +91,103 @@ msgstr ""
"aplanko nuosavybės teisės skiriasi %s\n"
"failų sistema: %u:%u paketas: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "išskleidimas: nepakeistas aplankas failu %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "nepavyko išskleisti %s.pacnew: per ilgas kelias"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "nepavyko nustatyt dabartinio aplanko\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "nepavyko pakeist aplanko į %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "nepavyko atstatyt darbinio aplanko (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "kilo bėdų atnaujinant %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "kilo bėdų diegiant %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "nepavyko atnaujint duomenų bazės įrašo %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "į podėlį pridėti „%s“ nepavyko\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "klaida skaitant failą %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "šalinama neteisinga duomenų bazė: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "nepavyko sukurti aplanko %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "neteisingas duomenų bazės įrašo pavadinimas „%s“\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "toks pavadinimas jau yra „%s“\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "duomenų bazės įrašas sugadintas „%s“\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "nepavyko atverti failo %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr ""
"%s duomenų bazės nesuderinamumas: pavadinimas neatitinka nurodyto pakete %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr ""
"%s duomenų bazės nesuderinamumas: versija neatitinka nurodytos pakete %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "nežinomas paketo %s tikrinimo tipas: %s\n"
@@ -228,43 +228,43 @@ msgstr "netinkama paketo versija %s\n"
msgid "missing package metadata in %s\n"
msgstr "trūksta paketo meta duomenų %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "nepavyko perskaityt parašo failo: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "reikia rakto kurio nėra raktinėje\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "šalinamas neteisingas failas: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "nepavyko perskaityt paketo aprašymo failo %s iš duomenų bazės „%s“\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "nepavyko perskaityti duomenų bazės \"%s\" (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"%s duomenų bazės nesuderinamumas: netinkamas paketo „%s“ failo vardas\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "%s duomenų bazės nesuderinamumas: paketo %s failo vardas per ilgas\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "nežinomas duomenų bazės failas: %s\n"
@@ -289,12 +289,12 @@ msgstr "%s bus pašalintas kai bus pašalinta jo priklausomybė %s\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s bus įdiegta prieš jo priklausomybę %s\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "paketas nepaisomas %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "nepavyko išspręsti „%s“, „%s“ priklausomybė\n"
@@ -351,38 +351,38 @@ msgstr "nepavyko nustatyt šakninio prijungimo taško %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "Skirsnis %s prijungtas tik skaitymui\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "diskas"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "nepavyko sukurti laikino failo parsiuntimui\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "neteisingas url „%s“\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "nepavyko gauti failo „%s“ iš %s : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"gauti failo „%s“ iš %s nepavyko: viršytas tikėtasis parsiuntimo dydis\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s atrodo apkarpyta: %jd/%jd baitai\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "nepavyko parsiųsti %s\n"
@@ -602,199 +602,194 @@ msgstr "trūksta PGP parašo"
msgid "invalid PGP signature"
msgstr "neteisingas PGP parašas"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "neteisinga arba sugadinta delta"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "nepavyko ištaisyti delta"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "nepavyko patenkinti priklausomybių"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "nesuderinamos priklausomybės"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "nesuderinami failai"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "nepavyko gauti kai kurių failų"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "netinkamos reguliariosios išraiškos"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "libarchive klaida"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "parsiuntimo bibliotekos klaida"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "gpgme klaida"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "klaida iškviečiant išorinį parsiuntėją"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr "sukompiliuota be parašo palaikymo"
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "netikėta klaida"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "failas %s neužrakintas\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "nepavyko pašalinti užrakinto failo %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr "Gaudyklėje trūksta paleidiklio paskirčių: %s\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr "Gaudyklėje trūksta paleidiklio tipo: %s\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr "Gaudyklėje trūksta paleidiklio operacijos: %s\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr "Gaudyklėje trūksta Exec parametro: %s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr "Gaudyklėje trūksta When parametro: %s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr "PostTransaction gaudyklei nustatyta AbortOnFail: %s\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr "klaida, skaitant gaudyklę %s: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr "gaudyklė %s eilutė %d: neteisingas parametras %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr "gaudyklė %s eilutė %d: neteisinga sekcija %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr "gaudyklė %s eilutė %d: neteisinga reikšmė %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr "gaudyklė %s eilutė %d: perrašomas ankstesnis %s apibrėžimas\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr "gaudyklė %s eilutė %d: nepavyko nustatyti parametro (%s)\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr "nepavyko paleisti gaudyklės %s: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "nepavyko atverti aplanko %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "nepavyko atverti failo: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "nepavyko sukurti failo %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "nepavyko perskaityti katalogo: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "paketui %s-%s nepavyko įkrauti visų meta duomenų\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "duomenų bazėj nepavyko rasti %s -- praleidžiama\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "šalinamas %s iš objektų sąrašo\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "nepavyko pašalinti failo „%s“: %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr "nepavyko padaryti %s atsarginės kopijos dėl PATH_MAX perpildymo\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "nepavyko pašalinti %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "nepavyko pašalinti duomenų bazės įrašo %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "iš podėlio nepavyko pašalinti įrašo „%s“\n"
@@ -804,140 +799,154 @@ msgstr "iš podėlio nepavyko pašalinti įrašo „%s“\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr "Viešoji raktinė nerasta; ar buvote paleidę \"%s\"?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "GPGME klaida: %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr "ieškoma rakto %s naudojant WKD\n"
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr "gpg klaida: %s\n"
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "raktinė nėra skirta rašymui\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr "raktas \"%s\" esantis raktų serveryje\n"
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "nepavyko importuoti rakto \"%s\"\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
"raktas %s, \"%s\" rastas raktų serveryje, raktinė nėra skirta rašymui\n"
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr "rakto \"%s\" nepavyko rasti nuotoliniu būdu\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: trūksta parašo\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr "%s: parašas iš \"%s\" yra ribinio pasitikėjimo\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr "%s: parašas iš \"%s\" yra nežinomo pasitikėjimo\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr "%s: parašu iš \"%s\" niekada neturėtų būti pasitikima\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s: raktas \"%s\" yra nežinomas\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr "%s: raktas \"%s\" yra išjungtas\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s: parašo iš \"%s\" galiojimas yra pasibaigęs\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s: parašas iš \"%s\" yra negaliojantis\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s: parašo formato klaida\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s: nepalaikomas parašo formatas\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: ignoruojamas paketo atnaujinimas (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: ignoruojamas paketo sendinimas (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: sendinama iš versijos %s į versiją %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: vietinis (%s) yra naujesnis nei %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ignoruojamas paketų keitimas (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "negalima pakeisti %s failu %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "aptikti neišsprendžiami paketų nesuderinamumai\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "iš objektų sąrašo šalinamas „%s“ dėl konfliktų su „%s“\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "nepavyko gauti kai kurių failų\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr "nepavyko perskaityt failą %s: %s\n"
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "nepakanka laisvos vietos\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "nepavyko įvykdyti šalinimo perdavimo\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "nepavyko įvykdyti perdavimo\n"
@@ -972,52 +981,52 @@ msgstr "nepavyko įrašyti į pipe (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "nepavyko perskaityti iš pipe (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "nepavyko sukurti pipe (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "nepavyko iššakoti naujo proceso (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "nepavyko pakeisti šakninio aplanko (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "nepavyko iškviesti execv (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "nepavyko iškviesti waitpid (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "nepavyko teisingai įvykdyti komandos\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Nežinomas signalas"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "komanda nutraukta signalo %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "%s podėlis neegzistuoja, kuriamas...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr "nepavyko rasti ar sukurti podėlio paketui, vietoj jo naudojama %s\n"

View File

@@ -3,16 +3,17 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Alexander F Rødseth <rodseth@gmail.com>, 2011,2013,2016-2018
# Alexander F Rødseth <rodseth@gmail.com>, 2011,2013,2016-2019
# Alexander F Rødseth <rodseth@gmail.com>, 2011,2013
# Eyolf Østrem <eyolf@oestrem.com>, 2014
# Jon Gjengset <jon@thesquareplanet.com>, 2011,2013,2015,2017
# Thor K. H. <nitrolinken@gmail.com>, 2019
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-06-04 12:26+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 10:29+0000\n"
"Last-Translator: Alexander F Rødseth <rodseth@gmail.com>\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/toofishes/"
"archlinux-pacman/language/nb/)\n"
@@ -22,52 +23,52 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s er allerede oppdatert -- hopper over\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s er allerede oppdatert -- installerer på nytt\n"
msgstr "%s-%s er allerede oppdatert -- installerer en gang til\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "nedgraderer pakke %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "kunne ikke opprette diskarkiv"
msgstr "kunne ikke opprette arkiv på disk"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "fikk en advarsel ved utpakking av %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "kunne ikke pakke ut %s (%s)\n"
msgstr "kan ikke pakke ut %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "kunne ikke omdøpe %s til %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr "en fil finnes ikke i pakken %s. hopper over utpakking av %s\n"
msgstr "Filen finnes ikke i pakken %s. Hopper over utpakking av %s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "kunne ikke pakke ut %s%s: stien er for lang"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -76,113 +77,113 @@ msgstr ""
"mapperettigheter er forskjellige i\n"
"filsystem %s: %o pakke: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
"filesystem: %u:%u package: %u:%u\n"
msgstr ""
"mapperettigheter er forskjellige for %s\n"
"i filsystem: %u:%u pakke: %u:%u\n"
"eierskapet stemmer ikke for mappen %s\n"
"filsystem: %u:%u pakke: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "utpakking: overskriver ikke mappe med fil %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "kunne ikke pakke ut %s.pacnew: stien er for lang"
msgstr "kan ikke pakke ut %s.pacnew: stien er for lang"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "kunne ikke finne gjeldende mappe\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "kunne ikke endre mappe til %s (%s)\n"
msgstr "kan ikke åpne mappen %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "kunne ikke gjenopprette gjeldende mappe (%s)\n"
msgstr "kan ikke gjenopprette gjeldende mappe (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "fikk problemer ved oppgradering av %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "fikk problemer ved installasjon av %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "kunne ikke oppdatere databaseoppføring %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "kunne ikke legge til oppføringen '%s' i mellomlageret\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "feil ved lesing av fil %s: %s\n"
msgstr "feil ved lesing av filen %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "fjerner ugyldig database: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "kunne ikke opprette mappe %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "ugyldig navn for databaseoppføring '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "duplikat databaseoppføring '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "korrupt databaseoppføring '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "kunne ikke åpne fil %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "%s databasen er ikke konsistent: navn samsvarer ikke med pakke %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "%s databasen er ikke konsistent: versjon samsvarer ikke med pakke %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "ukjent valideringstype for pakke %s: %s\n"
msgstr "ukjent validering for pakke %s: %s\n"
#: lib/libalpm/be_package.c:479 lib/libalpm/be_package.c:637
#: lib/libalpm/be_package.c:650
@@ -193,12 +194,12 @@ msgstr "feil oppstod ved lesing av pakke: %s: %s\n"
#: lib/libalpm/be_package.c:493 lib/libalpm/be_package.c:517
#, c-format
msgid "error while reading mtree of package %s: %s\n"
msgstr "feil oppstod ved lesning av mtree for pakke %s: %s\n"
msgstr "feil ved lesing av \"mtree\" for pakken %s: %s\n"
#: lib/libalpm/be_package.c:603
#, c-format
msgid "could not parse package description file in %s\n"
msgstr "kunne ikke tolke pakkebeskrivelsesfilen i %s\n"
msgstr "kan ikke forstå pakkebeskrivelsen i filen %s\n"
#: lib/libalpm/be_package.c:608
#, c-format
@@ -220,42 +221,42 @@ msgstr "ugyldig pakkeversjon i %s\n"
msgid "missing package metadata in %s\n"
msgstr "mangler metadata i %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "kunne ikke lese signaturfil: %s\n"
msgstr "kan ikke lese signaturfil: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "nødvendig nøkkel mangler i nøkkelringen\n"
msgstr "den nødvendige nøkkelen finnes ikke på nøkkelringen\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "fjerner ugyldig fil: %s\n"
msgstr "sletter ugyldig fil: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "kunne ikke tolke filen med pakkebeskrivelse '%s' fra databasen '%s'\n"
msgstr "kan ikke forstå pakkebeskrivelsen i filen '%s' fra databasen '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "kan ikke lese database '%s' (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr "%s databasen er ikke konsistent: filnavnet i pakken %s er ulovlig\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "%s databasen er ikke konsistent: filnavnet i pakken %s er for langt\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "ukjent databasefil: %s\n"
@@ -280,12 +281,12 @@ msgstr "%s vil fjernes etter dens avhengighet %s\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s vil bli installert før dens avhengighet %s\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "ignorerer pakke %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "kan ikke finne \"%s\", en avhengighet av \"%s\"\n"
@@ -293,27 +294,27 @@ msgstr "kan ikke finne \"%s\", en avhengighet av \"%s\"\n"
#: lib/libalpm/diskspace.c:78
#, c-format
msgid "could not get filesystem information for %s: %s\n"
msgstr "kunne ikke finne filsysteminformasjon for %s: %s\n"
msgstr "kan ikke hente filsysteminformasjon for %s: %s\n"
#: lib/libalpm/diskspace.c:108
#, c-format
msgid "could not open file: %s: %s\n"
msgstr "kune ikke åpne fil: %s: %s\n"
msgstr "kan ikke åpne fil: %s: %s\n"
#: lib/libalpm/diskspace.c:146 lib/libalpm/diskspace.c:159
#, c-format
msgid "could not get filesystem information\n"
msgstr "kunne ikke finne filsysteminformasjon\n"
msgstr "kan ikke hente filsysteminformasjon\n"
#: lib/libalpm/diskspace.c:242
#, c-format
msgid "could not get file information for %s\n"
msgstr "kunne ikke hente filinformasjon for %s\n"
msgstr "kan ikke hente filinformasjon for %s\n"
#: lib/libalpm/diskspace.c:256 lib/libalpm/diskspace.c:315
#, c-format
msgid "could not determine mount point for file %s\n"
msgstr "kunne ikke avgjøre monteringspunkt for fil %s\n"
msgstr "kan ikke bestemme monteringspunkt for filen %s\n"
#: lib/libalpm/diskspace.c:354
#, c-format
@@ -323,54 +324,54 @@ msgstr "Diskpartisjonen %s er for full: trenger %jd blokker, %ju er ledig\n"
#: lib/libalpm/diskspace.c:379 lib/libalpm/diskspace.c:433
#, c-format
msgid "could not determine filesystem mount points\n"
msgstr "kunne ikke avgjøre monteringspunkt for filsystem\n"
msgstr "kunne ikke bestemme monteringspunkt for filsystem\n"
#: lib/libalpm/diskspace.c:385
#, c-format
msgid "could not determine cachedir mount point %s\n"
msgstr "kunne ikke avgjøre monteringspunkt for cachemappen %s\n"
msgstr "kunne ikke bestemme monteringspunkt for mellomlagringsmappen %s\n"
#: lib/libalpm/diskspace.c:438
#, c-format
msgid "could not determine root mount point %s\n"
msgstr "kunne ikke avgjøre monteringspunkt for root %s\n"
msgstr "kunne ikke montere bunnmappen %s\n"
#: lib/libalpm/diskspace.c:486
#, c-format
msgid "Partition %s is mounted read only\n"
msgstr "Partisjonen %s kan bare leses fra\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "disk"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "kunne ikke opprette midlertidig fil i sammengeng med nedlasting\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "url '%s' er ugyldig\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "kunne ikke hente filen '%s' fra %s : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr "kunne ikke hente filen '%s' fra %s : filen er større enn forventet\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s ser ut til å være avkortet: %jd/%jd bytes\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "kunne ikke laste ned %s\n"
@@ -523,7 +524,7 @@ msgstr "forsøkte å utføre transaksjon med ulåst database"
#: lib/libalpm/error.c:104
#, c-format
msgid "failed to run transaction hooks"
msgstr "feil under utførsel av transaksjonshekte"
msgstr "feil under bruk av transaksjonshekte"
#: lib/libalpm/error.c:107
#, c-format
@@ -590,199 +591,194 @@ msgstr "mangler PGP signatur"
msgid "invalid PGP signature"
msgstr "ugyldig PGP signatur"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "ugyldig eller korrupt filforskjell"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "fiks av filforskjell feilet"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "kunne ikke tilfredstille avhengigheter"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "motstridende avhengigheter"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "motstridende filer"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "noen filer kunne ikke hentes"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "ugyldig regulært uttrykk"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "feil i libarchive"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "feil i nedlastingsbibliotek"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "gpgme feil"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "feil ved bruk av eksternt nedlastningsprogram"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr "kompilert uten støtte for signaturer"
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "uventet feil"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "låsefil mangler %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "kunne ikke fjerne låsefil %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr "Mangler utløsermål i hekte: %s\n"
msgstr "Mangler utløsermål for hekte: %s\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr "Mangler utløsertype i hekte: %s\n"
msgstr "Mangler utløsertype for hekte: %s\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr "Mangler utløseroperasjon i hekte: %s\n"
msgstr "Mangler utløserfunksjon for hekte: %s\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr "Mangler tilvalget \"Exec\" i hekte: %s\n"
msgstr "Mangler tilvalget \"Exec\" for hekte: %s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr "Mangler tilvalget \"When\" i hekte: %s\n"
msgstr "Mangler tilvalget \"When\" for hekte: %s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr "\"AbortOnFail\" er satt for kommandoene som kjører etter hekten: %s\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr "feil ved lesing av hekte %s: %s\n"
msgstr "feil under observasjon av hekte %s: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr "hekte %s linje %d: ugyldig valg %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr "hekte %s linje %d: ugyldig seksjon %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr "hekte %s linje %d: ugyldig verdi %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr "hekte %s linje %d: overskriver tidligere definisjoner av %s\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr "hekte %s linje %d: kan ikke bruke tilvalget (%s)\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr "kan ikke kjøre hekte %s: %s\n"
msgstr "kan ikke bruke hekte %s: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "kunne ikke åpne mappen: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "kan ikke åpne fil: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "kunne ikke inspisere fil: %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "kan ikke åpne mappe: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "kunne ikke laste all metadata for pakken %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "kunne ikke finne %s i database -- hopper over\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "fjerner %s fra målliste\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "kunne ikke fjerne fil '%s': %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr "kan ikke ta sikkerhetskopi av %sfordi PATH_MAX rant over\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "kunne ikke fjerne %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "kunne ikke fjerne databaseoppføring %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "kunne ikke fjerne oppføring '%s' fra mellomlageret\n"
@@ -792,140 +788,154 @@ msgstr "kunne ikke fjerne oppføring '%s' fra mellomlageret\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr "Fant ikke offentlig nøkkelring. Har du kjørt '%s'?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "GPGME feil: %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr "slår opp nøkkel %s med bruk av WKD\n"
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr "gpg feil: %s\n"
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "nøkkelringen er ikke skrivbar\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr "nøkkel \"%s\" på nøkkeltjener\n"
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "nøkkelen \"%s\" kunne ikke importeres\n"
msgstr "kan ikke importere nøkkel \"%s\"\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
"nøkkel %s, fant \"%s\" på nøkkeltjeneren, men nøkkelringen er ikke skrivbar\n"
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr "kunne ikke finne nøkkel \"%s\" på avstand\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: mangler påkrevd signatur\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr "%s: signaturen fra \"%s\" har veldig liten tillit\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr "%s: signaturen fra \"%s\" har ukjent tillit\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr "%s: signaturen fra \"%s\" er ikke til å stole på\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s: nøkkel \"%s\" er ukjent\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr "%s: nøkkrl \"%s\" er slått av\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s: signaturen fra \"%s\" er utløpt\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s: signaturen fra \"%s\" er ugyldig\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s: feil ved signaturformatering\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s: signaturformatet er ikke støttet\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: ignorerer pakkeoppgradering (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: ignorerer pakkenedgradering (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: nedgraderer fra versjon %s til versjon %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: lokal (%s) er nyere enn %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ignorerer erstatning for pakke (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "kunne ikke erstatte %s med %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "uløselige pakkekollisjoner oppdaget\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "fjerner '%s' fra listen over mål fordi den kolliderer med '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "noen filer kunne ikke hentes\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr "kunne ikke lese fil %s: %s\n"
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "ikke nok ledig diskplass\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "kunne ikke utføre transaksjon (fjerning)\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "kunne ikke utføre transaksjon\n"
@@ -960,52 +970,52 @@ msgstr "kunne ikke skrive til dataledning (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "kunne ikke lese fra dataledning (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "kunne ikke opprette dataledning (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "kunne ikke føde en ny prosess (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "kunne ikke endre root-mappe (%s)\n"
msgstr "kunne ikke endre bunnmappen (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "kall til execv feilet (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "kall til waitpid feilet (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "kommandoen feilet\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Ukjent signal"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "kommando avbrutt med signal %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "mellomlageret %s eksisterer ikke, oppretter...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -3,21 +3,23 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# 56d5d7c9ccc04394ef84fc87640272f6, 2011,2015
# Peter van den Hurk, 2014
# Peter van den Hurk, 2014-2015
# Ruben Van Boxem <vanboxem.ruben@gmail.com>, 2015,2018
# swilkens <stefanwilkens@gmail.com>, 2015
# swilkens <stefanwilkens@gmail.com>, 2011
# swilkens <stefanwilkens@gmail.com>, 2011,2015
# zenlord <zenlord@gmail.com>, 2013,2015
# zenlord <zenlord@gmail.com>, 2013,2015
# Ruben Van Boxem <vanboxem.ruben@gmail.com>, 2015,2018-2019
# 56d5d7c9ccc04394ef84fc87640272f6, 2015
# 56d5d7c9ccc04394ef84fc87640272f6, 2011
# 56d5d7c9ccc04394ef84fc87640272f6, 2011,2015
# W J <transifex@woutje.be>, 2018
# zenlord <zenlord@gmail.com>, 2013,2015,2019
# zenlord <zenlord@gmail.com>, 2013,2015,2019
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:05+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 09:17+0000\n"
"Last-Translator: Ruben Van Boxem <vanboxem.ruben@gmail.com>\n"
"Language-Team: Dutch (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/nl/)\n"
"Language: nl\n"
@@ -26,54 +28,54 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s is up to date -- overslaan\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s is up to date -- opnieuw installeren\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "pakket %s downgraden (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "Kon diskruimte voor archiefobject niet toewijzen"
msgstr "Kon geen schijfuimte voor archiefobject toewijzen"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "waarschuwing tijdens uitpakken van %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "kon %s (%s) niet uitpakken\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "kan %s niet hernoemen als %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"bestand niet gevonden in de bestandslijst voor pakket %s. Uitpakken %s wordt "
"overgeslaan\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "kan %s%s niet uitpakken: pad te lang"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -82,7 +84,7 @@ msgstr ""
"rechten voor map %s verschillen\n"
"bestandssysteem: %o pakket: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -91,103 +93,103 @@ msgstr ""
"eigenaar van map %s verschilt\n"
"bestandssysteem: %u:%u pakket: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "uitpakken: map wordt niet overschreven met bestand %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "kan %s.pacnew niet uitpakken: pad te lang"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "kan de huidige werkmap niet bepalen\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "kan niet naar de map %s (%s) wisselen\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "kan werkmap (%s) niet terugzetten\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "probleem tijdens bijwerken van %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "probleem tijdens installatie van %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "kan database record %s-%s niet bijwerken\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "kan '%s' niet toevoegen in cache\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "fout tijdens lezen van bestand %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "ongeldige database: %s wordt verwijderd\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "kan map %s: %s niet aanmaken\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "ongeldige naam voor database record '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "database record '%s' gedupliceerd\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "database record '%s' corrupt\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "kan bestand %s: %s niet openen\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "%s database is inconsistent: naam onjuist voor pakket %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr ""
"%s database is inconsistent: versie onjuist voor pakket %s\n"
"\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "onbekend type van validatie voor pakket %s: %s\n"
@@ -228,42 +230,42 @@ msgstr "ongeldige pakketversie in %s\n"
msgid "missing package metadata in %s\n"
msgstr "metagegevens van pakket ontbreken in %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "fout tijdens lezen van handtekeningsbestand: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "vereiste sleutel ontbreekt in sleutelhanger\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "ongeldig bestand '%s' wordt verwijderd\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "kan bestand met pakketbeschrijving '%s' uit db '%s' niet verwerken\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "Kon database '%s' niet lezen (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr "%s database is inconsistent: foutieve bestandsnaam voor pakket %s\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "%s database is inconsistent: te lange bestandsnaam voor pakket %s\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "onbekend databasebestand: %s\n"
@@ -288,12 +290,12 @@ msgstr "%s zal na de afhankelijkheid %s worden verwijderd\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s zal voor de afhankelijkheid %s worden geïnstalleerd\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "pakket %s-%s wordt genegeerd\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "kan \"%s\", een afhankelijkheid van \"%s\", niet vinden\n"
@@ -348,39 +350,39 @@ msgstr "kan koppelpunt voor root niet bepalen %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "Partitie %s is gekoppeld als alleen-lezen\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "schijf"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "aanmaken van tijdelijk bestand voor download mislukt\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "url '%s' is niet geldig\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "kan het bestand '%s' niet ophalen van %s : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"kon het bestand '%s' niet ophalen van %s : verwachte download grootte "
"overschreden\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s werd onderbroken: %jd/%jd bytes\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "downloaden van %s mislukt\n"
@@ -600,199 +602,194 @@ msgstr "ontbrekende PGP handtekening"
msgid "invalid PGP signature"
msgstr "ongeldige PGP handtekening"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "ongeldige of corrupte delta"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "deltapatch mislukt"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "kan niet aan afhankelijkheden voldoen"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "conflicterende afhankelijkheden"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "conflicterende bestanden"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "kon niet alle bestanden ophalen"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "ongeldige reguliere expressie"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "libarchive fout"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "downloadbibliotheek fout"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "gpgme fout"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "fout bij oproepen van externe downloader"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr "gecompileerd zonder ondersteuning voor handtekeningen"
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "onverwachte fout"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "vergrendelbestand mist %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "kan het vergrendelbestand %s niet verwijderen\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr "Ontbrekende trigger targets in hook: %s\n"
msgstr "Ontbrekend trigger-doel in hook: %s\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr "Ontbrekend trigger type in hook: %s\n"
msgstr "Ontbrekend trigger-type in hook: %s\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr "Ontbrekende trigger operatie in hook: %s\n"
msgstr "Ontbrekende trigger-operatie in hook: %s\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr "Ontbrekende Exec optie in hook: %s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr "Ontbrekende When optie in hook: %s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr "AbortOnFail ingesteld voor PostTransaction hook: %s\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr "Fout bij lezen van hook %s: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr "hook %s lijn %d: ongeldige optie %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr "hook %s lijn %d: ongeldige sectie %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr "hook %s lijn %d: ongeldige waarde %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr "hook %s lijn %d: vorige definitie van %s wordt overschreven\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr "hook %s lijn %d: kan optie niet instellen (%s)\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr "Kan hook %s niet uitvoeren: %s\n"
msgstr "kan hook %s niet uitvoeren: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "kan map niet openen: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "Kon bestand niet openen: %s %s: %s\n"
msgstr "kan bestand niet openen: %s %s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "kan bestand niet 'stat'ten %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "Kon map niet lezen: %s: %s\n"
msgstr "kan map niet lezen: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "kan de metadata voor het pakket %s-%s niet volledig laden\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "kon %s niet in de database vinden -- overslaan\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "%s wordt verwijderd van doellijst\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "kan bestand '%s': %s niet verwijderen\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
msgstr "kan geen backup maken van %s wegens PATH_MAX overflow\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "kan %s (%s) niet verwijderen\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "kan database-record %s-%s niet verwijderen\n"
msgstr "kan database record %s-%s niet verwijderen\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "kan record '%s' niet uit de cache verwijderen\n"
@@ -802,142 +799,155 @@ msgstr "kan record '%s' niet uit de cache verwijderen\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr "Publieke sleutelbos niet gevonden; werd '%s' al uitgevoerd?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "GPGME fout: %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr "sleutel %s opzoeken met behulp van WKD\n"
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr "gpg fout: %s\n"
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "kan niet schrijven naar sleutelbos\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr "sleutel \"%s\" op keyserver\n"
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "sleutel \"%s\" kon niet geïmporteerd worden\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
"sleutel %s, \"%s\" gevonden op sleutelserver, maar kan niet naar sleutelbos "
"geschreven worden\n"
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr "sleutel \"%s\" kon niet gevonden worden\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: ontbrekende PGP handtekening\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr "%s: ondertekening van \"%s\" is marginaal vertrouwd\n"
msgstr "%s: handtekening van \"%s\" is marginaal vertrouwd\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr "%s: ondertekening van \"%s\" is onbekend vertrouwd\n"
msgstr "%s: handtekening van \"%s\" is onbekend vertrouwd\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr "%s: ondertekening van \"%s\" mag nooit vertrouwd worden\n"
msgstr "%s: handtekening van \"%s\" mag nooit vertrouwd worden\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s: sleutel \"%s\" is onbekend\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr "%s: sleutel \"%s\" is uitgeschakeld\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s: ondertekening van \"%s\" is vervallen\n"
msgstr "%s: handtekening van \"%s\" is vervallen\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s ondertekening van \"%s\" is ongeldig\n"
msgstr "%s handtekening van \"%s\" is ongeldig\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s: fout in formaat van ondertekening\n"
msgstr "%s: fout in formaat van handtekening\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s: formaat van ondertekening wordt niet ondersteund\n"
msgstr "%s: formaat van handtekening wordt niet ondersteund\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: pakket-upgrade (%s => %s) wordt genegeerd\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: pakket-downgrade (%s => %s) wordt genegeerd\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: versie %s naar versie %s wordt gedowngradet\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: lokaal (%s) is nieuwer dan %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "pakket-vervanging wordt genegeerd (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "kan %s niet vervangen door %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "onoplosbaar conflict tussen paketten gevonden\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr ""
"'%s' wordt verwijderd van de doellijst omdat het conflicteert met '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "Niet alle bestanden konden worden opgehaald\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr "fout bij het lezen van bestand '%s': %s\n"
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "Onvoldoende vrije schijfruimte\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "kan de verwijdertransactie niet voltooien\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "kan transactie niet voltooien\n"
@@ -945,7 +955,7 @@ msgstr "kan transactie niet voltooien\n"
#: lib/libalpm/trans.c:364
#, c-format
msgid "could not create temp directory\n"
msgstr "kon tijdelijke map niet aanmaken\n"
msgstr "kan tijdelijke map niet aanmaken\n"
#: lib/libalpm/trans.c:379
#, c-format
@@ -972,52 +982,52 @@ msgstr "kan niet schrijven naar pipe (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "kan niet lezen uit pipe (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "kan geen pipe aanmaken (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "kan geen nieuw proces (%s) afsplitsen\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "kan de root map (%s) niet wijzigen\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "execv aanroepen mislukt (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "waitpid aanroepen mislukt (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "fout tijdens uitvoeren van commando\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Onbekend signaal"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "opdracht afgebroken door signaal %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "%s-cache bestaat niet, wordt aangemaakt...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr "kan pakket-cache niet vinden of aanmaken, %s wordt gebruikt\n"

View File

@@ -14,13 +14,15 @@
# megamann, 2015
# Piotr Strębski <strebski@gmail.com>, 2013,2017-2018
# Piotr Strębski <strebski@gmail.com>, 2013
# Sebastian Jakubiak, 2019
# Sebastian Jakubiak, 2019
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-16 22:15+0000\n"
"Last-Translator: Piotr Strębski <strebski@gmail.com>\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Polish (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/pl/)\n"
"Language: pl\n"
@@ -31,54 +33,54 @@ msgstr ""
"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s jest w najnowszej wersji -- pomijanie\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s jest w najnowszej wersji -- ponowne instalowanie\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "dezaktualizowanie pakietu %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "nie można przydzielić na dysku obiektu archiwum "
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "wystąpił błąd podczas rozpakowywania %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "nie udało się rozpakować %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "nie udało się zmienić nazwy %s na %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"plik nie został znaleziony na liście plików pakietu %s, pomijam rozpakowanie "
"%s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "nie można wyodrębnić %s%s: ścieżka zbyt długa"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -87,7 +89,7 @@ msgstr ""
"Różne uprawnienia dla katalogu dla %s\n"
"system plików: %o pakiet: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -96,101 +98,101 @@ msgstr ""
"różne uprawnienia dla katalogu dla %s\n"
"system plików: %u:%u pakiet: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "rozpakowywanie: nie nadpisuję katalogu plikiem %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "nie można wyodrębnić %s.pacnew: ścieżka zbyt długa"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "nie można znaleźć obecnego katalogu\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "nie udało się zmienić katalogu na %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "nie można powrócić do katalogu roboczego (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "wystąpiły błędy podczas aktualizacji %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "wystąpiły błędy podczas instalacji %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "nie udało się zaktualizować pozycji bazy danych %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "nie udało się dodać pozycji '%s' w pliku podręcznym\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "błąd odczytywania pliku: %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "usuwanie niepoprawnej bazy danych: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "nie można stworzyć katalogu %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "nieprawidłowa nazwa dla wpisu bazy danych '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "zduplikowany wpis '%s' w bazie danych\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "zepsuty wpis w bazie danych '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "nie udało się otworzyć pliku %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "Baza danych %s jest niespójna: niedopasowana nazwa w pakiecie %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "Baza danych %s jest niespójna: niedopasowana wersja w pakiecie %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "nieznany rodzaj walidacji dla pakietu %s: %s\n"
@@ -231,43 +233,43 @@ msgstr "błędna wersja pakietu w %s\n"
msgid "missing package metadata in %s\n"
msgstr "brak metadanych pakietu w %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "nie udało się odczytać pliku podpisu: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "brak wymaganego klucza w pęku kluczy\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "usuwanie nieprawidłowego pliku: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "nie można odczytać pliku opisowego pakietu '%s' z bazy '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "nie można odczytać bazy danych '%s' (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"Baza danych %s jest niespójna: nazwa pliku pakietu %s jest niedozwolona\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "Baza danych %s jest niespójna: nazwa pliku pakietu %s jest za długa\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "nieznana baza danych pliku: %s\n"
@@ -292,12 +294,12 @@ msgstr "%s zostanie usunięta po zależnościach %s\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s zostanie zainstalowane przed zależnościami %s\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "ignorowanie pakietu %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "nie można rozwiązać \"%s\", zależności od \"%s\"\n"
@@ -352,39 +354,39 @@ msgstr "nie można określić punktu montowania partycji systemowej %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "Partycja %s jest zamontowana tylko do odczytu\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "dysk"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "nie udało się stworzyć tymczasowego pliku pobierania\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "url '%s' jest błędny\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "nie udało się pobrać pliku '%s' z %s : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"nie powiodło się pobieranie pliku '%s' z %s : oczekiwany rozmiar pobierania "
"został przekroczony\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s wygląda, jakby został obcięty %jd/%jd bajtów\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "nie udało się pobrać %s\n"
@@ -604,200 +606,196 @@ msgstr "brakujący podpis PGP"
msgid "invalid PGP signature"
msgstr "niepoprawny podpis PGP"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "nieprawidłowy bądź uszkodzony pakiet przyrostowy"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "Łatanie pakietem przyrostowym nie powiodło się"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "nie udało się rozwiązać zależności"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "konfliktujące zależności"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "konfliktujące pliki"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "nie udało się odzyskać niektórych plików"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "nieprawidłowe wyrażenie regularne"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "błąd libarchive"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "błąd pobierania biblioteki"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "błąd gpgme"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr ""
"wystąpił błąd podczas odwoływania się do zewnętrznego programu pobierającego"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "niespodziewany błąd"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "brakująca blokada pliku %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "nie udało się usunąć pliku blokującego %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "nie można otworzyć katalogu: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "nie można otworzyć pliku: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "nie udało się odczytać stat dla pliku %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "nie można odczytać katalogu: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "nie można w pełni załadować metadanych dla pakietu %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "nie udało się odnaleźć %s w bazie danych -- pomijanie\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "usuwanie %s z listy celów\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "nie udało się usunąć pliku '%s': %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
"nie udało się utworzyć kopii zapasowej %s z powodu przekroczenia PATH_MAX\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "nie można usunąć %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "nie udało się usunąć wpisu %s-%s z bazy danych\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "nie udało się usunąć wpisu '%s' z pamięci podręcznej\n"
@@ -808,141 +806,154 @@ msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
"Publiczny zestaw kluczy nie został odnaleziony; czy uruchomiłeś '%s'?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "Błąd GPGME: %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "zestaw kluczy jest niezapisywalny\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "klucz \"%s\" nie może zostać zaimportowany\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
"klucz %s, \"%s\" został odnaleziony na serwerze kluczy, zestaw kluczy jest "
"niezapisywalny\n"
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr "klucz \"%s\" nie może zostać sprawdzony zdalnie\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: brakuje wymaganego podpisu\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr "%s: podpis od \"%s\" posiada zaufanie krańcowe\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr "%s: podpis od \"%s\" posiada nieznane zaufanie\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr "%s: podpisowi od \"%s\" nigdy nie powinno się ufać\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s: klucz \"%s\" jest nieznany\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr "%s: klucz \"%s\" jest wyłączony\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s: podpis od \"%s\" jest wygasły\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s: podpis od \"%s\" jest nieprawidłowy\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s: błąd formatu podpisu\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s: niewspierany format podpisu\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: ignorowanie aktualizacji pakietu (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: ignorowanie dezaktualizacji pakietu (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: dezaktualizowanie z wersji %s do wersji %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: local (%s) jest nowsze niż %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ignorowanie zastępowania pakietu (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "nie udało się zastąpić %s przez %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "odkryto nierozwiązywalne konflikty pakietów\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "usuwanie '%s' z listy celów ponieważ konfliktuje z '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "nie udało się pobrać niektórych plików\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr "nie udało się odczytać pliku %s: %s\n"
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "niewystarczające miejsce na dysku\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "nie udało się wykonać transakcji usuwania\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "nie udało się wykonać transakcji\n"
@@ -977,52 +988,52 @@ msgstr "nie można zapisać do potoku (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "nie można odczytać z potoku (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "nie można stworzyć potoku (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "nie udało się odwidlić nowego procesu (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "nie udało się zmienić katalogu głównego (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "odwołanie do execv zakończone błędem (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "zawołanie do waitpid nieudane (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "komenda nie wykonała się poprawnie\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Nieznany sygnał"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "polecenie zakończone sygnałem %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "brak pamięci podręcznej dla %s, tworzenie...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -8,12 +8,13 @@
# ArchGalileu <geral@gasparsantos.eu>, 2011
# R00KIE <registosites@hotmail.com>, 2013,2016
# R00KIE <registosites@hotmail.com>, 2013,2016-2017
# Rui <xymarior@yandex.com>, 2019
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:05+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Portuguese (http://www.transifex.com/toofishes/archlinux-"
"pacman/language/pt/)\n"
@@ -23,54 +24,54 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s está actualizado -- a ignorar\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s está actualizado -- a reinstalar\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "a fazer downgrade do pacote %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "não é possível alocar objecto de arquivo do disco"
msgstr "não foi possível alocar objeto de pacote de disco"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "aviso apresentado ao extrair %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "não foi possível extrair %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "não foi possível renomear %s para %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"o ficheiro não foi encontrado na lista dos mesmos para o pacote %s. ignorada "
"a extração de %s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "incapaz de extrair %s%s: caminho demasiado longo"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -79,7 +80,7 @@ msgstr ""
"permissões do diretório diferem em %s\n"
"sistema de ficheiros: %o pacote: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -88,102 +89,102 @@ msgstr ""
"a propriedade do diretório é diferente no\n"
"sistema de ficheiros %s: %u:%u pacote: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "extracção: não sobrescrever diretório com o ficheiro %s\n"
msgstr "extração: não sobrescrever diretório com o ficheiro %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "incapaz de extrair %s.pacnew: caminho demasiado longo"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "não foi possível obter o diretório de trabalho actual\n"
msgstr "não foi possível obter o diretório de trabalho atual\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "não foi possível mudar o diretório para %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "não é possível restaurar diretório em trabalho (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "ocorreram erros durante a actualização de %s\n"
msgstr "ocorreram erros durante a atualização de %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "ocorreram erros durante a instalação de %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "não foi possível actualizar a entrada na base de dados %s-%s\n"
msgstr "não foi possível atualizar a entrada na base de dados %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "não foi possível adicionar a entrada '%s' à cache\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "erro ao ler o ficheiro %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "a remover banco de dados inválido: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "não foi possível criar o diretório %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "nome inválido para a entrada na base de dados '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "entrada da base de dados duplicada '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "entrada da base de dados corrompida '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "não foi possível abrir o ficheiro %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "%s base de dados está inconsistente: nome no pacote %s não coincide\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr ""
"%s base de dados está inconsistente: versão do pacote %s não coincide\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "tipo de validação desconhecida para o pacote %s: %s\n"
@@ -224,47 +225,47 @@ msgstr "versão inválida do pacote em %s\n"
msgid "missing package metadata in %s\n"
msgstr "em falta metadados do pacote em %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "falha ao ler o ficheiro de assinatura: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "chave necessária em falta no chaveiro\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "a remover ficheiro inválido: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr ""
"não é possível analisar descrição do pacote '%s' da base de dados '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr ""
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"a base de dados %s está inconsistente: nome do ficheiro de pacote %s é "
"ilegal\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr ""
"a base de dados %s está inconsistente: o nome de ficheiro do pacote %s é "
"demasiado longo\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "ficheiro desconhecido da base de dados: %s\n"
@@ -277,7 +278,7 @@ msgstr "localização da base de dados não definida\n"
#: lib/libalpm/deps.c:184
#, c-format
msgid "dependency cycle detected:\n"
msgstr "dependência cíclica detectada:\n"
msgstr "detetada dependência cíclica:\n"
#: lib/libalpm/deps.c:187
#, c-format
@@ -289,12 +290,12 @@ msgstr "%s será removido após a dependência %s\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s será instalado antes da dependência %s\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "a ignorar pacote %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "não é possível resolver \"%s\", uma dependência de \"%s\"\n"
@@ -352,39 +353,39 @@ msgstr "não é possível determinar o ponto de montagem do \"root\" %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "A partição %s está montada somente para leitura\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "disco"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "erro ao criar ficheiro temporário para download\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "url '%s' é inválida\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "falha ao obter ficheiro '%s' de %s : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"falhou a obtenção do ficheiro '%s' de %s : o tamanho expectado da "
"falhou a obtenção do ficheiro '%s' de %s : o tamanho esperado da "
"transferência foi excedido\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s parece estar quebrado: %jd/%jd bytes\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "falha ao fazer a descarga de %s\n"
@@ -477,12 +478,12 @@ msgstr "base de dados inválida ou corrompida (assinatura PGP)"
#: lib/libalpm/error.c:76
#, c-format
msgid "database is incorrect version"
msgstr "a versão da base de dados é incorrecta"
msgstr "a versão da base de dados é incorreta"
#: lib/libalpm/error.c:78
#, c-format
msgid "could not update database"
msgstr "não foi possível actualizar a base de dados"
msgstr "não foi possível atualizar a base de dados"
#: lib/libalpm/error.c:80
#, c-format
@@ -512,7 +513,7 @@ msgstr "operação não inicializada"
#: lib/libalpm/error.c:92
#, c-format
msgid "duplicate target"
msgstr "objecto alvo duplicado"
msgstr "objeto alvo duplicado"
#: lib/libalpm/error.c:96
#, c-format
@@ -527,7 +528,7 @@ msgstr "operação abortada"
#: lib/libalpm/error.c:100
#, c-format
msgid "operation not compatible with the transaction type"
msgstr "actividade não compatível com o tipo de operação"
msgstr "atividade não compatível com o tipo de operação"
#: lib/libalpm/error.c:102
#, c-format
@@ -537,7 +538,7 @@ msgstr "tentativa de aceitar a operação com a base de dados não bloqueada"
#: lib/libalpm/error.c:104
#, c-format
msgid "failed to run transaction hooks"
msgstr "falha ao correr os hooks da transacção"
msgstr "falha ao correr os hooks da transação"
#: lib/libalpm/error.c:107
#, c-format
@@ -587,7 +588,7 @@ msgstr "o nome do pacote não é válido"
#: lib/libalpm/error.c:125
#, c-format
msgid "package architecture is not valid"
msgstr "a arquitectura do pacote não é válida"
msgstr "a arquitetura do pacote não é válida"
#: lib/libalpm/error.c:127
#, c-format
@@ -604,200 +605,195 @@ msgstr "assinatura PGP em falta"
msgid "invalid PGP signature"
msgstr "assinatura PGP inválida"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "delta inválido ou corrompido"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "patch do delta falhou"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "não foi possível cumprir as dependências"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "dependências em conflito"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "ficheiros em conflito"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "falha ao descarregar alguns ficheiros"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "expressão regular inválida"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "erro na libarchive"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "erro na biblioteca de descargas"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "erro gpgme"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "erro ao invocar o programa de descargas externo"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "erro inesperado"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "bloquear o ficheiro em falta %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "não foi possível remover o ficheiro bloqueado %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "não foi possível aceder ao diretório: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "não foi possível obter o estado do ficheiro %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr ""
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr ""
"não é possível apresentar na totalidade metadados para o pacote %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "não foi possível encontrar %s na base de dados - a ignorar\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "a remover %s da lista de pacotes a serem actualizados\n"
msgstr "a remover %s da lista de pacotes a serem atualizados\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "não foi possível remover o ficheiro '%s': %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "não é possível remover%s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "não foi possível remover a entrada da base de dados %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "não foi possível remover a entrada '%s' da cache\n"
@@ -807,142 +803,157 @@ msgstr "não foi possível remover a entrada '%s' da cache\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: não tem a assinatura requerida\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr ""
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr ""
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: a ignorar actualização do pacote (%s => %s)\n"
msgstr "%s: a ignorar atualização do pacote (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: a ignorar downgrade do pacote (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: a voltar da versão %s para a versão %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: local (%s) é mais recente que %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "a ignorar substituição do pacote (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "não foi possível substituir %s por %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "detectado conflito entre pacotes sem solução\n"
msgstr "detetado conflito entre pacotes sem solução\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "a remover '%s' da lista de pacotes porque entra em conflito com '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "falha ao obter alguns ficheiros\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "não há espaço livre suficiente no disco\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "não foi possível efectuar a operação de remoção\n"
msgstr "não foi possível efetuar a operação de remoção\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "não foi possível efectuar a operação\n"
msgstr "não foi possível efetuar a operação\n"
#: lib/libalpm/trans.c:364
#, c-format
@@ -974,52 +985,52 @@ msgstr "incapaz de escrever para o pipe (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "incapaz de ler do pipe (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "não foi possível criar pipe (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "não foi possível fazer fork de um novo processo (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "não foi possível mudar o diretório raiz (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "falhou chamada para execv (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "chamada para waitpid falhou (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "comando não executado corretamente\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Sinal desconhecido"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "o comando parou pelo sinal %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "cache %s não existe, a criar...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -7,7 +7,7 @@
# Dan McGee <dpmcgee@gmail.com>, 2011
# Rafael Fontenelle <rffontenelle@gmail.com>, 2011-2014
# Rafael Fontenelle <rafaelff@gnome.org>, 2018
# Rafael Fontenelle <rffontenelle@gmail.com>, 2011,2015,2017-2018
# Rafael Fontenelle <rffontenelle@gmail.com>, 2011,2015,2017-2019
# Rafael Fontenelle <rffontenelle@gmail.com>, 2011
# Sandro <sandrossv@hotmail.com>, 2011
# Sandro <sandrossv@hotmail.com>, 2011
@@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 14:51+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 10:01+0000\n"
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/toofishes/"
"archlinux-pacman/language/pt_BR/)\n"
@@ -26,54 +26,54 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s está atualizado -- ignorando\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s está atualizado -- reinstalando\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "fazendo downgrade do pacote %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "não foi possível alocar objeto de pacote de disco"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "recebido aviso ao extrair %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "não foi possível extrair %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "não foi possível renomear %s para %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"arquivo não encontrado na lista de aquivos para o pacote %s; ignorando "
"extração de %s\n"
"arquivo não encontrado na lista de aquivos do pacote %s; ignorando extração "
"de %s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "não foi possível extrair %s%s: caminho longo demais"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -82,7 +82,7 @@ msgstr ""
"permissões de diretório diferem em %s\n"
"sistema de arquivos: %o pacote: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -91,103 +91,103 @@ msgstr ""
"propriedade sobre o diretório difere em %s\n"
"sistema: %u:%u pacote: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "extração: não sobrescrevendo diretório com arquivo %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "não foi possível extrair %s.pacnew: caminho longo demais"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "não foi possível obter o diretório de trabalho atual\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "não foi possível mudar para o diretório %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "falha em recuperar diretório de trabalho (%s)\n"
msgstr "falha em recuperar o diretório de trabalho (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "ocorreram problemas durante a atualização de %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "ocorreram problemas durante a instalação de %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "não foi possível atualizar o registro na base de dados %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "não foi possível adicionar a entrada \"%s\" ao cache\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "erro ao ler o arquivo %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "removendo base de dados inválida: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "não foi possível criar o diretório %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "nome inválido para o registro na base de dados \"%s\"\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "registro duplicado na base de dados \"%s\"\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "registro corrompido na base de dados \"%s\"\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "não foi possível abrir o arquivo %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr ""
"a base de dados %s está inconsistente: nome não coincidente no pacote %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr ""
"a base de dados %s está inconsistente: versão não coincidente no pacote %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "tipo de validação desconhecida para o pacote %s: %s\n"
@@ -228,48 +228,48 @@ msgstr "versão do pacote inválida em %s\n"
msgid "missing package metadata in %s\n"
msgstr "faltando metadados do pacote em %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "falha ao ler o arquivo de assinatura: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "faltando chave necessária no chaveiro\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "removendo arquivo inválido: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr ""
"não foi possível analisar arquivo de descrição de pacote \"%s\" da base de "
"dados \"%s\"\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "não foi possível ler o bd \"%s\" (%s)\n"
msgstr "não foi possível ler a bd \"%s\" (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"a base de dados %s está inconsistente: nome de arquivo do pacote %s é "
"ilegal\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr ""
"a base de dados %s está inconsistente: nome de arquivo do pacote %s é muito "
"grande\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "arquivo de base de dados inválido: %s\n"
@@ -294,12 +294,12 @@ msgstr "%s será removido após sua dependência %s\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s será instalado antes de sua dependência %s\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "ignorando o pacote %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "não é possível resolver \"%s\", uma dependência de \"%s\"\n"
@@ -323,7 +323,7 @@ msgstr "não foi possível obter informações do sistema de arquivos\n"
#: lib/libalpm/diskspace.c:242
#, c-format
msgid "could not get file information for %s\n"
msgstr "não foi possível obter informação de arquivo de %s\n"
msgstr "não foi possível obter informações do arquivo %s\n"
#: lib/libalpm/diskspace.c:256 lib/libalpm/diskspace.c:315
#, c-format
@@ -349,45 +349,45 @@ msgstr "não foi possível determinar o ponto de montagem do cachedir: %s\n"
#: lib/libalpm/diskspace.c:438
#, c-format
msgid "could not determine root mount point %s\n"
msgstr "não foi possível determinar o ponto de montagem da raiz %s\n"
msgstr "não foi possível determinar o ponto de montagem raiz %s\n"
#: lib/libalpm/diskspace.c:486
#, c-format
msgid "Partition %s is mounted read only\n"
msgstr "Partição %s está montada somente para leitura\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "disco"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "falha em criar arquivo temporário para download\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "a url \"%s\" é inválida\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "falha ao obter o arquivo \"%s\" de %s : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"falha ao obter arquivo \"%s\" de %s: esperava tamanho de download excedido\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s parece estar truncado: %jd/%jd bytes\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "falha ao fazer o download de %s\n"
@@ -420,7 +420,7 @@ msgstr "não foi possível encontrar ou ler o diretório"
#: lib/libalpm/error.c:50
#, c-format
msgid "wrong or NULL argument passed"
msgstr "argumento passado está errado ou NULO"
msgstr "o argumento passado está errado ou NULO"
#: lib/libalpm/error.c:52
#, c-format
@@ -607,199 +607,194 @@ msgstr "assinatura PGP faltando"
msgid "invalid PGP signature"
msgstr "assinatura PGP inválida"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "delta inválido ou corrompido"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "patch de delta falhou"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "não foi possível satisfazer as dependências"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "dependências conflitantes"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "arquivos conflitantes"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "falha ao obter alguns arquivos"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "expressão regular inválida"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "erro de libarchive"
msgstr "erro no libarchive"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "erro na biblioteca de download"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "erro no gpgme"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "erro ao chamar o programa de download externo"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr "compilado sem suporte a assinatura"
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "erro inesperado"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "arquivo de trava faltando %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "não foi possível remover o arquivo de trava %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr "Faltando os alvos disparadores no hook: %s\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr "Faltando o tipo disparador no hook: %s\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr "Faltando a operação disparadora no hook: %s\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr "Faltando a opção Exec no hook: %s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr "Faltando a opção When no hook: %s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr "AbortOnFail definido para hook PostTransaction: %s\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr "erro ao ler o hook %s: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr "hook %s linha %d: opção inválida %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr "hook %s linha %d: seção inválida %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr "hook %s linha %d: valor inválido %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr "hook %s linha %d: sobrescrevendo definição anterior de %s\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr "hook %s linha %d: não foi possível definir a opção (%s)\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr "não foi possível executar o hook %s: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "não foi possível abrir o diretório: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "não foi possível abrir o arquivo: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "não foi possível obter o estado do arquivo %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "não foi possível ler o diretório : %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "falha em carregar completamente os metadados para o pacote %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "não foi possível encontrar %s na base de dados -- ignorando\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "removendo %s da lista de pacotes a serem atualizados\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "não foi possível remover o arquivo \"%s\": %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr "não foi possível fazer backup de %s por causa de estouro de PATH_MAX\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "não foi possível remover %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "não foi possível remover o registro da base de dados %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "não foi possível remover a entrada \"%s\" do cache\n"
@@ -807,143 +802,156 @@ msgstr "não foi possível remover a entrada \"%s\" do cache\n"
#: lib/libalpm/signing.c:171
#, c-format
msgid "Public keyring not found; have you run '%s'?\n"
msgstr "Chaveiro público não localizado; você executou \"%s\"?\n"
msgstr "Chaveiro público não encontrado; você chegou a executar \"%s\"?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "Erro de GPGME: %s\n"
msgstr "Erro no GPGME: %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr "procurando a chave %s usando WKD\n"
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr "erro no gpg: %s\n"
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "o chaveiro não pode ser escrito\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr "chave \"%s\" no servidor de chaves\n"
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "a chave \"%s\" não pôde ser importada\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
"a chave %s, \"%s\" localizado no servidor de chaves, está em um chaveiro que "
"não pode ser escrito\n"
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr "a chave \"%s\" não pôde ser procurado remotamente\n"
msgstr "a chave \"%s\" não pôde ser procurada remotamente\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: faltando assinatura exigida\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr "%s: a assinatura de \"%s\" tem confiança parcial\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr "%s: a assinatura de \"%s\" tem confiança desconhecida\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr "%s: a assinatura de \"%s\" nunca deve ser confiada\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s: a chave \"%s\" é desconhecida\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr "%s: a chave \"%s\" está desabilitada\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s: a assinatura de \"%s\" está expirada\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s: a assinatura de \"%s\" é inválida\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s: erro de formato de assinatura\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s: formato de assinatura sem suporte\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: ignorando atualização do pacote (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: ignorando downgrade do pacote (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: voltando da versão %s para a versão %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: local (%s) é mais novo que %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ignorando substituição do pacote (%s-%s => %s-%s)\n"
msgstr "ignorando substituição de pacote (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "não foi possível substituir %s por %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "conflito de pacotes não solucionável detectado\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "removendo \"%s\" da lista de pacotes porque ele conflita com \"%s\"\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "falha ao obter alguns arquivos\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr "falha ao ler o arquivo %s: %s\n"
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "espaço livre em disco insuficiente\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "não foi possível efetuar a transação de remoção\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "não foi possível efetuar a transação\n"
@@ -978,52 +986,52 @@ msgstr "não foi possível escrever para o pipe (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "não foi possível ler do pipe (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "não foi possível criar o pipe (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "não foi possível fazer fork de um novo processo (%s)\n"
msgstr "não foi possível fazer fork para um novo processo (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "não foi possível mudar o diretório raiz (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "chamada a execv falhou (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "chamada a waitpid falhou (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "comando não executado corretamente\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Sinal desconhecido"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "comando terminado pelo sinal %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "cache %s não existe, criando...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -19,8 +19,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:05+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Romanian (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/ro/)\n"
@@ -31,54 +31,54 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
"2:1));\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s este actualizat -- se omite\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s este actualizat -- se reinstalează\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "se retrogradează pachetul %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr ""
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "s-a primit o avertizare la extragerea %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "nu s-a putut extrage %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "nu s-a putut redenumi %s în %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"fișierul nu a fost găsit în lista de fișiere pentru pachetul %s. Se omite "
"extragerea lui %s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "nu se poate extrage %s%s: cale prea lungă"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -87,7 +87,7 @@ msgstr ""
"permisiunile directorului diferă la %s\n"
"sistem fișiere: %o pachet: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -96,103 +96,103 @@ msgstr ""
"proprietarul directorului diferă pentru %s\n"
"sistem fișiere: %u:%u pachet: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "extragere: nu se suprascrie dir cu fișierul %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "nu se poate extrage %s.pacnew: cale prea lungă"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "nu s-a putut determina directorul de lucru curent\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "nu s-a putut schimba directorul în %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "nu s-a putut restabili directorul de lucru curent (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "problemă apărută la actualizarea %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "problemă apărută la instalarea %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "nu s-a putut actualiza în baza de date intrarea %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "nu s-a putut adăuga intrarea '%s' în cache\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "eroare la citirea fișierului %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "se elimină baza de date nevalidă %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "nu s-a putut crea directorul %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "nume nevalid pentru intrarea în baza de date '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "intrare duplicat în baza de date '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "intrare coruptă în baza de date '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "nu s-a putut deschide fișierul %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr ""
"baza de date %s este inconsecventă: nepotrivire de nume la pachetul %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr ""
"baza de date %s este inconsecventă: nepotrivire de versiune la pachetul %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "tipul de validare este necunoscut pentru pachetul %s: %s\n"
@@ -233,47 +233,47 @@ msgstr "versiune de pachet nevalidă în %s\n"
msgid "missing package metadata in %s\n"
msgstr "lipsă metadate pentru pachet în %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "eșec la citirea fișierului de semnătură: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "cheia necesară lipsește din lanțul de chei\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "se elimină fișierul nevalid: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr ""
"nu s-a putut analiza fișierul '%s' de descriere a pachetului din db '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr ""
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"baza de date %s este inconsistentă: numele de fișier al pachetului %s este "
"nepermis\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr ""
"baza de date %s este inconsistentă: numele de fișier al pachetului %s este "
"prea lung\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "fișier pentru baza de date necunoscut: %s\n"
@@ -298,12 +298,12 @@ msgstr "%s va fi eliminat înaintea dependenței sale %s\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s va fi instalat înaintea dependenței sale %s\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "se ignoră pachetul %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "nu se poate rezolva \"%s\", o dependență a \"%s\"\n"
@@ -360,39 +360,39 @@ msgstr "nu s-a putut determina locul de montare al partiției root %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "Partiția %s este montată numai pentru citire\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "disc"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "eșec la crearea fișierului temporar pentru descărcare\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "Adresa url '%s' este nevalidă\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "eșec la obținerea fișierului '%s' din %s : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"eșec la obținerea fișierului '%s' din %s : dimensiunea de descărcare "
"așteptată a fost depășită\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s pare a fi trunchiat: %jd/%jd octeți\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "eșec la descărcarea %s\n"
@@ -612,199 +612,194 @@ msgstr "lipsește semnătura PGP"
msgid "invalid PGP signature"
msgstr "semnătură PGP nevalidă"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "delta nevalid sau corupt"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "aplicarea delta a eșuat"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "nu pot fi satisfăcute dependențele"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "dependențe în conflict"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "fișiere în conflict"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "eșec la obținerea unor fișiere"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "expresie regulată nevalidă"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "eroare libarchive"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "eroare în biblioteca de descărcare"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "eroare gpgme"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "eroare la invocarea descărcătorului extern"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "eroare neașteptată"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "lipsește fișierul de blocare %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "nu s-a putut elimina fișierul de blocare %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "nu s-a putut deschide directorul: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "nu s-a putut determina starea fișierului %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr ""
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "nu s-au putut încărca complet metadatele pentru pachetul %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "nu s-a putut găsi %s în baza de date -- se omite\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "se elimină '%s' din lista țintă\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "nu se poate elimina fișierul '%s': %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "nu se poate elimina %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "nu s-a putut elimina intrarea în baza de date %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "nu s-a putut elimina intrarea '%s' din cache\n"
@@ -814,139 +809,154 @@ msgstr "nu s-a putut elimina intrarea '%s' din cache\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: lipsește semnătura necesară\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr ""
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr ""
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: se ignoră actualizarea pachetului (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: se ignoră retrogradarea pachetului (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: retrogradare de la versiunea %s la versiunea %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: (%s) local este mai nou decât %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "se ignoră înlocuirea pachetului (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "nu se poate înlocui %s cu %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "s-au detectat conflicte nerezolvabile în pachet\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "se elimină '%s' din lista țintă deoarece este în conflict cu '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "eșec la obținerea unor fișiere\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "nu există destul spațiu liber pe disc\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "nu s-a putut efectua tranzacția de eliminare\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "nu s-a putut efectua tranzacția\n"
@@ -981,52 +991,52 @@ msgstr "nu se poate scrie în redirecționare (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "nu se poate citi din redirecționare (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "nu s-a putut crea o redirecționare (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "nu s-a putut ramifica un nou proces (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "nu s-a putut schimba directorul root (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "eșec la apelul execv (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "eșec la apelul waitpid (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "executarea corectă a comenzii a eșuat\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Semnal necunoscut"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "comandă terminată de semnalul %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "nu există cache %s, se crează...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -3,6 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# be1bb8e720f95f5c175a5f1f3aa8f780, 2015
# Dan McGee <dpmcgee@gmail.com>, 2011
# Igor <f2404@yandex.ru>, 2018
# Ilya Ostapenko (Jacobtey) <jacobtey@gmail.com>, 2017
@@ -12,15 +13,15 @@
# kyak <peselnik@gmail.com>, 2013
# partizan <serg.partizan@gmail.com>, 2014-2015,2017
# partizan <serg.partizan@gmail.com>, 2012
# Vasiliy Polyakov <vp@psu.ru>, 2015
# be1bb8e720f95f5c175a5f1f3aa8f780, 2015
# Анатолий Валерианович <ffox909@mail.ru>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-29 16:20+0000\n"
"Last-Translator: Igor <f2404@yandex.ru>\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Russian (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/ru/)\n"
"Language: ru\n"
@@ -31,52 +32,52 @@ msgstr ""
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
"%100>=11 && n%100<=14)? 2 : 3);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s не устарел -- пропускается\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s не устарел -- переустанавливается\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "откат версии пакета %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "не удалось выделить объект архивного диска"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "получено предупреждение при извлечении %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "не удалось извлечь %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "не удалось переименовать %s в %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr "файл не найден в составе пакета %s; извлечение '%s' пропускается\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "не удалось извлечь %s%s: путь слишком длинный"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -85,7 +86,7 @@ msgstr ""
"права доступа различаются у каталога %s\n"
"файловая система: %o пакет: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -94,103 +95,103 @@ msgstr ""
"различаются владельцы директории '%s'\n"
"файловая система: %u:%u пакет: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "извлечение: не перезаписывается каталог файлом %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "не удалось извлечь %s.pacnew: путь слишком длинный"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "не удалось определить текущий рабочий каталог\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "не удалось изменить каталог на %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "не удалось восстановить рабочий каталог (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "обнаружена проблема при обновлении %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "обнаружена проблема при установке %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "не удалось обновить запись в базе данных %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "не удалось добавить запись '%s' в кэш\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "ошибка чтения файла %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "удаление некорректной базы данных %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "не удалось создать каталог %s: (%s)\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "неправильное имя для записи в базе данных '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "повторяющаяся запись в базе данных '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "повреждённая запись в базе данных '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "не удалось открыть файл %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr ""
"противоречивая информация в базе данных %s: не совпадает имя пакета %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr ""
"противоречивая информация в базе данных %s: не совпадает версия пакета %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "неизвестный тип валидации для пакета %s: %s\n"
@@ -231,46 +232,46 @@ msgstr "неверная версия пакета в %s\n"
msgid "missing package metadata in %s\n"
msgstr "отсутствуют метаданные пакета в %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "не удалось прочитать файл с подписью: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "требуемый ключ отсутствует в цепочке ключей\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "удаляется ошибочный файл: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "не удалось разобрать файл описания '%s' из базы '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "не удалось прочитать базу данных '%s' (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"противоречивая информация в базе данных %s: неправильное имя файла для "
"пакета %s\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr ""
"противоречивая информация в базе данных %s: имя файла пакета %s слишком "
"длинное\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "неизвестный файл базы данных: '%s'\n"
@@ -295,12 +296,12 @@ msgstr "%s будет удалён после его зависимости %s\n
msgid "%s will be installed before its %s dependency\n"
msgstr "%s будет установлен перед %s, как зависимость\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "пропуск пакета %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "не удалось разрешить \"%s\", зависимость \"%s\"\n"
@@ -355,37 +356,37 @@ msgstr "не удалось определить точку монтирован
msgid "Partition %s is mounted read only\n"
msgstr "Раздел %s смонтирован только для чтения\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "диск"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "не удалось создать временный файл для загрузки\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "ссылка '%s' некорректна\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "не удалось получить файл '%s' из %s : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr "не удалось получить файл '%s' из %s: превышен ожидаемый размер\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s, видимо, обрезан: %jd/%jd байт\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "не удалось загрузить %s\n"
@@ -605,199 +606,194 @@ msgstr "не хватает PGP-подписи"
msgid "invalid PGP signature"
msgstr "недействительная PGP-подпись"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "ошибка или повреждение в дельте"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "не удалось применить дельту"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "не удалось удовлетворить зависимости"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "конфликтующие зависимости"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "конфликтующие файлы"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "не удалось получить некоторые файлы"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "неверное регулярное выражение"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "ошибка в libarchive"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "ошибка в библиотеке загрузки"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "ошибка gpgme"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "ошибка вызова внешнего менеджера загрузки"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "непредвиденная ошибка"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "не найден lock-файл %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "не удалось удалить локфайл %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr "ошибка чтения сценария %s: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr "не удалось выполнить сценарий %s: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "не удалось открыть каталог %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "не удалось открыть файл: %s %s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "не удалось определить статус файла %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "не удалось прочитать каталог %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "не удалось загрузить все метаданные для пакета %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "не удалось найти %s в базе данных -- пропускается\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "удаление '%s' из списка целей\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "не удалось удалить файл '%s': %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr "не удалось создать резервную копию %s из-за превышения PATH_MAX\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "не удается удалить %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "не удалось удалить из базы данных запись %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "не удалось удалить запись '%s' из кэша\n"
@@ -807,139 +803,154 @@ msgstr "не удалось удалить запись '%s' из кэша\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "ошибка GPGME: %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "не удалось импортировать ключ \"%s\"\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: не найдена необходимая подпись\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s: неизвестный ключ \"%s\"\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s: подпись от \"%s\" просрочена\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s: подпись от \"%s\" некорректна\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s: ошибка формата подписи\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s: неподдерживаемый формат подписи\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: пропуск обновления пакета (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: пропускается откат пакета (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: откат версии, от %s до %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: установленная версия (%s) новее, чем в %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "пропускается замена пакета (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "не удалось заменить %s на %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "обнаружен неразрешимый конфликт пакетов\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "удаление '%s' из списка целей, поскольку он конфликтует с '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "не удалось получить некоторые файлы\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "недостаточно места на диске\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "не удалось завершить транзакцию удаления\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "не удалось завершить транзакцию\n"
@@ -974,52 +985,52 @@ msgstr "не удалось записать в пайп (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "не удалось чтение из пайпа (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "не удалось создать канал (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "не удалось создать новый процесс (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "не удалось изменить корневой каталог (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "вызов execv завершился неудачно (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "вызов waitpid не удался (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "не удалось корректно выполнить команду\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Неизвестный сигнал"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "команда завершена по сигналу %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "кэш %s не существует, создается...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr "не удалось найти или создать кеш пакета, используется %s\n"

View File

@@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:05+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Slovak (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/sk/)\n"
@@ -27,54 +27,54 @@ msgstr ""
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n "
">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s je aktuálny -- preskakujem\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s je aktuálny -- preinštalovávam\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "downgradujem balíček %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr ""
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "varovanie pri rozbaľovaní %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "nie je možné rozbaliť %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "nie je možné premenovať %s na %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"súbor nebol nájdený v zozname súborov balíčka %s. preskakujem rozbaľovanie "
"%s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "nepodarilo sa extrahovať %s%s: cesta je príliš dlhá"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -83,7 +83,7 @@ msgstr ""
"prístupové práva adresára %s sa nezhodujú\n"
"súborový systém: %o balíček: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -92,101 +92,101 @@ msgstr ""
"vlastníctvo adresára %s sa nezhoduje\n"
"súborový systém: %u:%u balíček: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "rozbalenie: adresár nebol prepísaný súborom %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "nepodarilo sa extrahovať %s.pacnew: cesta je príliš dlhá"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "nie je možné zistiť aktuálny pracovný adresár\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "nie je možné prepnúť sa do adresára %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "nie je možné obnoviť pracovný adresár (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "nastal problém pri aktualizácii %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "nastal problém pri inštalácii %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "nie je možné aktualizovať záznam databáze %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "nie je možné pridať položku '%s' do cache\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "chyba pri čítaní súboru %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "odstraňujem neplatnú databázu: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "nie je možné vytvoriť adresár %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "neplatná názov záznamu v databáze '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "duplicitný záznam v databáze '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "poškodený záznam v databáze '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "nie je možné otvoriť súbor %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "%s databáza nie je konzistentná: nesúhlasí meno balíčka %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "%s databáza nie je konzistentná: nesúhlasí verzia balíčka %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "neznámy validačný typ pre balíčerk %s: %s\n"
@@ -227,42 +227,42 @@ msgstr "neplatná verzia balíčku v %s\n"
msgid "missing package metadata in %s\n"
msgstr "chýbaju metadáta balíčka v %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "zlyhalo načítanie súboru s podpisom: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "požadovaný kľúč nebol nájdený v kľúčenke\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "odstraňujem neplatný súbor: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "nie je možné nájsť súbor s popisom balíčku '%s' z databázy '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr ""
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr "%s databáza nie je konzistentná: názov balíčka %s nie je povolený\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "%s databáza nie je konzistentná: názov balíčka %s je príliš dlhý\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "neznámy databázový súbor: %s\n"
@@ -287,12 +287,12 @@ msgstr "%s bude odstránený po %s, na ktorom závisí\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s bude nainštalovaný pred %s, na ktorom závisí\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "ignorujem balíček %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "nie je možné vyriešiť \"%s\", závislosť \"%s\"\n"
@@ -350,39 +350,39 @@ msgstr "nepodarilo sa určiť bod pripojenia pre koreň %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "Partícia %s je pripojená iba v režime na čítanie\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "disk"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "chyba pri vytváraní dočasného súboru pre sťahovanie\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "URL '%s' je neplatná\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "chyba pri získavaní súboru '%s' z %s: %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"chyba pri sťahovaní súboru '%s' z %s : očakávaná veľkosť sťahovaného súboru "
"bola prekročená\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s vyzerá byť skrátený: %jd/%jd bytov\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "chyba pri sťahovaní %s\n"
@@ -602,199 +602,194 @@ msgstr "chýba PGP podpis"
msgid "invalid PGP signature"
msgstr "neplatný PGP podpis"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "neplatný alebo poškodený delta rozdiel"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "aplikácia delta rozdielu zlyhala"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "nie je možné vyriešiť závislosti"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "konfliktné závislosti"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "konfliktné súbory"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "chyba pri získavaní niektorých súborov"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "neplatný regulárny výraz"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "chyba knižnice libarchive"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "chyba knižnice pre sťahovanie súborov"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "chyba v gpgme"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "chyba volania externého programu pre sťahovanie súborov"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "neočakávaná chyba"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "chýba zamykací súbor %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "nie je možné odstrániť zamykací súbor %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "nepodarilo sa otvoriť adresár: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "nepodarilo sa získať status súboru %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr ""
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "nie je možné poriadne načítať metadáta pre balíček %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "nie je možné nájsť %s v databáze -- preskakujem\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "'%s' odstránený zo zoznamu cieľov\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "nie je možné odstrániť súbor '%s': %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "nie je možné vymazať %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "nie je možné odstrániť záznam databáze %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "nie je možné odstrániť položku '%s' z cache\n"
@@ -804,139 +799,154 @@ msgstr "nie je možné odstrániť položku '%s' z cache\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: chýba vyžadovaný podpis\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr ""
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr ""
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: ignorujem aktualizáciu balíčka (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: ignorujem downgrade balíčka (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: downgradujem z verzie %s na verziu %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: lokálna verzia (%s) je novšia ako %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ignorujem náhradu balíčku (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "nedá sa nahradiť súbor %s súborom %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "zistený konflikt nerozlíšiteľných balíčkov\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "'%s' odstránený zo zoznamu cieľov, pretože je v konflikte s '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "zlyhalo získanie niektorých súborov\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "nedostatok voľného miesta na disku\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "nie je možné uskutočniť transakciu pre odstránenie\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "nie je možné uskutočniť transakciu\n"
@@ -971,52 +981,52 @@ msgstr "nie je možné zapísať do zreťazenia (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "nie je možné čítať zo zreťazenia (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "nepodarilo sa vytvoriť rúru (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "nie je možné spustiť nový proces (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "nie je možné zmeniť koreňový adresár (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "volanie execv zlyhalo (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "volanie waitpid zlyhalo (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "príkaz sa nepodarilo spustiť správne\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Neznámy signál"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "príkaz bol ukončený signálom %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "neexistuje cache %s, vytváram...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -3,9 +3,11 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Abomination1 <drozic1989@gmail.com>, 2014
# Dejan Rožič <drozic1989@gmail.com>, 2014
# ansich <mojmejlzaforume@gmail.com>, 2014
# Abomination1 <drozic1989@gmail.com>, 2014
# Dejan Rožič <drozic1989@gmail.com>, 2014
# Dejan Rožič <drozic1989@gmail.com>, 2014
# matevž lapajne <sivar.lapajne@gmail.com>, 2019
# ansich <mojmejlzaforume@gmail.com>, 2014
# Readage, 2014
# smlu <smluprenos@gmail.com>, 2012
@@ -16,8 +18,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:05+0000\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Slovenian (http://www.transifex.com/toofishes/archlinux-"
"pacman/language/sl/)\n"
@@ -28,54 +30,54 @@ msgstr ""
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s je posodobljen -- se preskoči\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s je posodobljen -- ponovno nameščanje\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "obnavljanje prejšnje različice paketa %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr ""
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "opozorilo podano med razširjanjem %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "ni mogoče razširiti %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "%s ni mogoče preimenovati v %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"datoteke ni bilo mogoče najti v seznamu datotek za paket %s. preskoči "
"razširjanje %s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr ""
msgstr "ni mogoče razširiti %s%s: pot predolga"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -84,7 +86,7 @@ msgstr ""
"dovoljenje mape na %s se razlikuje\n"
"datotečni sistem: %o paket: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -93,103 +95,103 @@ msgstr ""
"lastnik mape na %s se razlikuje\n"
"datotečni sistem: %u:%u paket: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr ""
"razširi: ne prepiši mape z datoteko %s\n"
"\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr ""
msgstr "ni mogoče razširiti %s.pacnew: pot predolga"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "ni mogoče dobiti trenutne delovne mape\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "ni bilo mogoče spremeniti mape v %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "delovne mape (%s) ni bilo mogoče obnoviti\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "pri nadgradnji %s, je prišlo do težave\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "pri nameščanju %s, je prišlo do težave\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "vnosa v podatkovno bazo %s-%s, ni mogoče posodobiti\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "vnosa '%s' , ni mogoče dodati v predpomnilnik\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "napaka pri branju datoteke %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "odstranjevanje neveljavne podatkovne baze: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "Ne morem ustvariti mape %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "neveljavno ime vnosa v podatkovno bazo '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "podvojen vnos v podatkovno bazo '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "pokvarjen vnos '%s' v podatkovni bazi\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "ni mogoče odpreti datoteke %s:%s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "%s podatkovna baza je v neskladju: ime v paketu %s se ne ujema\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "%s podatkovna baza ni usklajena: verzija se razlikuje od paketa %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "neznana vrsta potrjevanja veljavnosti za paket %s: %s\n"
@@ -230,45 +232,45 @@ msgstr "napačna različica paketa v %s\n"
msgid "missing package metadata in %s\n"
msgstr "v %s manjkajo metapodatki paketa\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "ni mogoče prebrati podpisa datoteke: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "zahtevan ključ iz baze ključev manjka\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "odstranjevanje neveljavne datoteke: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr ""
"ni bilo mogoče razčleniti datoteke opisa paketa '%s' iz podatkovne baze "
"'%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr ""
msgstr "ni mogoče prebrati podatkovne baze '%s' (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"%s podatkovna baza je v neskladju: ime datoteke paketa %s je neveljavno\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "%s podatkovna baza je v neskladju: ime paketa %s je predolgo\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "neznana podatkovna baza datoteke: %s\n"
@@ -293,12 +295,12 @@ msgstr "%s bo odstranjen po razrešitvi njegove odvisnosti %s\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s bo nameščen pred razrešitvijo njegove odvisnosti %s\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "neupoštevanje paketa %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "ni mogoče razrešiti \"%s\", ki je odvisnost za \"%s\"\n"
@@ -321,7 +323,7 @@ msgstr "informacije o datotečnem sistemu ni bilo mogoče pridobiti\n"
#: lib/libalpm/diskspace.c:242
#, c-format
msgid "could not get file information for %s\n"
msgstr ""
msgstr "ni mogoče dobiti informacije o datoteki za %s\n"
#: lib/libalpm/diskspace.c:256 lib/libalpm/diskspace.c:315
#, c-format
@@ -331,7 +333,7 @@ msgstr "priklopne točke za datoteko %s ni bilo mogoče določiti\n"
#: lib/libalpm/diskspace.c:354
#, c-format
msgid "Partition %s too full: %jd blocks needed, %ju blocks free\n"
msgstr ""
msgstr "Razdelek %s je poln: potrebnih je %jd blokov, %jublokov je prostih\n"
#: lib/libalpm/diskspace.c:379 lib/libalpm/diskspace.c:433
#, c-format
@@ -353,39 +355,39 @@ msgstr "ni bilo mogoče določiti korenske priklopne točke %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "Razdelek %s je priklopljen samo za branje\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "disk"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "napaka pri ustvarjanju začasne datoteke za prenos\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "url naslov '%s' je neveljaven\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "napaka pri pridobivanju datoteke '%s' iz %s : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"napaka pri pridobivanju datoteke '%s' iz %s : pričakovana velikost prenosa "
"presežena\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "zdi se, da je %s prirezan: %jd/%jd bajtov \n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "spodletel prenos %s\n"
@@ -605,199 +607,194 @@ msgstr "manjka PGP podpis"
msgid "invalid PGP signature"
msgstr "neveljaven PGP podpis"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "neveljavna ali pokvarjena delta"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "delta popravek ni uspel"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "ni mogoče izpolniti odvisnosti"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "spor odvisnosti"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "spor datotek"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "ni mogoče prejeti nekaterih datotek"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "neveljaven logični izraz"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "napaka libarchive"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "napaka pri prenosu knjižnice"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "gpgme napaka"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "napaka pri klicu zunanjega prenosnika"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "nepričakovana napaka"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "zaklenjena datoteka manjka %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "ni bilo mogoče odstraniti zaklenjene datoteke %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "ni mogoče odpreti mape: %s:%s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
msgstr "ni mogoče odpreti datoteke: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "ne morem prebrati statusa datoteke %s:%s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr ""
msgstr "ni mogoče prebrati mape: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "ni bilo mogoče v celoti naložiti metapodatkov paketa %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "%s ni bilo mogoče najti v podatkovni bazi --se preskoči\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "odstranjevanje %s iz seznama ciljev\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "ne morem odstraniti datoteke '%s': %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "ni možno odstraniti %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "ne morem odstraniti vnosa podatkovne baze %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr " vnosa '%s' ne morem odstraniti iz predpomnilnika\n"
@@ -807,139 +804,154 @@ msgstr " vnosa '%s' ne morem odstraniti iz predpomnilnika\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "GPGME napaka: %s\n"
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "v bazo ključev ni mogoče pisati\n"
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: manjka zahtevan podpis\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
msgstr "%s: podpisu iz \"%s\" nikoli ne bi smeli zaupati\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
msgstr "%s: ključ \"%s\" je neznan\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
msgstr "%s: ključ \"%s\" je onemogočen\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr ""
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr ""
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: neupoštevanje posodobljenega paketa (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: neupoštevanje podgraditve paketa (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: podgrajujem iz različice %s na različico %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: krajevni (%s) je novejši od %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "neupoštevanje zamenjave paketov (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "ne morem zamenjati %s z %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "zaznani so bili nerešljivi spori paketa\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "odstranjevanje '%s' iz ciljnega seznama, ker je v sporu z '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "ni mogoče prejeti nekaterih datotek\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "na disku ni dovolj razpoložljivega prostora\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "ni bilo možno uveljaviti odstranitve transakcije\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "ni bilo mogoče uveljaviti transakcije\n"
@@ -974,52 +986,52 @@ msgstr ""
msgid "unable to read from pipe (%s)\n"
msgstr ""
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "ne morem ustvariti cevi (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "ni bilo mogoče odcepiti novega procesa (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "ni bilo mogoče spremeniti korenske mape (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "klic k execv je spodletel (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "klic k waitpid je spodletel (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "ukaza ni bilo mogoče pravilno izvesti\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Neznan signal"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "ukaz koncan s signalom %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "%s predpomnilnik ne obstaja, se ustvarja ...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -13,9 +13,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-23 12:45+0000\n"
"Last-Translator: Slobodan Terzić <githzerai06@gmail.com>\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Serbian (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/sr/)\n"
"Language: sr\n"
@@ -25,52 +25,52 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s је већ ажуран — прескачем\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s је већ ажуран — инсталирам поново\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "разграђујем пакет %s (%s -> %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "не могу да доделим објекат архиве диска"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "дато је упозорење при распакивању %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "не могу да распакујем %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "не могу да преименујем %s у %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr "фајл није нађен у списку фајлова пакета %s, прескачем распакивање %s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "не могу да распакујем %s%s: путања је предугачка"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -79,7 +79,7 @@ msgstr ""
"дозволе фасцикле се разликују за %s\n"
"систем фајлова: %o пакет: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -88,101 +88,101 @@ msgstr ""
"власништво фасциклре се разликује за %s\n"
"систем фајлова: %u:%u пакет: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "распакивање: не преписујем фасциклу фајлом %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "не могу да распакујем %s.pacnew: путања је предугачка"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "не могу да одредим радну фасциклу\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "не могу да променим фасциклу у %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "не могу да повратим радну фасциклу (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "дошло је до грешке при надоградњи %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "дошло је до грешке при инсталирању %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "не могу да ажурирам унос у бази %s - %s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "не могу да додам унос „%s“ у кеш\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "грешка при читању фајла %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "уклањам неисправну базу: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "не могу да направим фасциклу %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "неисправно име уноса базе „%s“\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "дупликат уноса базе „%s“\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "оштећен унос базе „%s“\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "не могу да отворим фајл %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "недоследност базе „%s“: разлика у имену пакета %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "недоследност базе „%s“: разлика у верзији пакета %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "непознат тип овере за пакет %s: %s\n"
@@ -223,42 +223,42 @@ msgstr "неисправна верзија пакета у %s\n"
msgid "missing package metadata in %s\n"
msgstr "недостају метаподаци пакета %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "не могу да прочитам фајл потписа: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "захтеваног кључа нема на привеску\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "уклањам неисправан фајл: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "не могу да обрадим фајл описа пакета „%s“ из базе „%s“\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "не могу да читам базу „%s“ (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr "недоследност базе „%s“: име фајла пакета %s је неисправно\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "недоследност базе „%s“: име фајла пакета %s је предугачко\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "непознат фајл базе: %s\n"
@@ -283,12 +283,12 @@ msgstr "%s ће бити укоњен након своје зависности
msgid "%s will be installed before its %s dependency\n"
msgstr "%s ће бити инсталиран пре своје зависности %s\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "игноришем пакет %s - %s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "не могу да разрешим „%s“, зависност за „%s“\n"
@@ -343,39 +343,39 @@ msgstr "не могу да утврдим корену тачку монтира
msgid "Partition %s is mounted read only\n"
msgstr "Партиција %s је монтирана само за читање\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "диск"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "неуспело стварање привременог фајла преузимања\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "„%s“ је неисправан урл\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "неуспешно преузимање фајла „%s“ са „%s“: %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"неуспело добављање фајла %s са %s: премашена је предвиђена величина "
"преузимања\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "изгледа да је %s окрњен: %jd/%jd бајтова\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "неуспешно преузимање %s\n"
@@ -595,199 +595,194 @@ msgstr "недостаје ПГП потпис"
msgid "invalid PGP signature"
msgstr "неисправан ПГП потпис"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "неисправна или покварена делта"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "неуспела закрпа делтом"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "не могу да задовољим зависности"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "сукоб зависности"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "сукоб фајлова"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "неуспешно преузимање неких фајлова"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "неисправан регуларни израз"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "грешка либархајва"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "грешка у библиотеци преузимања"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "грешка гпгмија"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "грешка при покретању спољног програма за преузимање"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "неочекивана грешка"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "недостаје забравни фајл %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "не могу да уклоним фајл браве %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr "Недостају циљеви окидача у копчи: %s\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr "Недостаје тип окидача у копчи: %s\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr "Недостају радње окидача у копчи: %s\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr "Недостаје опција Exec у копчи: %s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr "Недостаје опција When у копчи: %s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr "Одустани-при-неуспеху је постављено за послепреносну копчу: %s\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr "грешка при читању копче %s: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr "копча %s ред %d: неисправна опција %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr "копча %s ред %d: неисправан одељак %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr "копча %s ред %d: неисправна вредност %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr "копча %s ред %d: преписујем претходну дефиниција за %s\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr "копча %s ред %d: не могу да поставим опцију (%s)\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr "не могу да покренем копчу %s: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "не могу да отворим фасциклу: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "не могу да отворим фајл: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "не могу да одредим особине фајла %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "не могу да читам фасциклу: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "не могу у потпуности да учитам метаподатке пакета %s—%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "не могу да нађем %s у бази — прескачем\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "уклањам %s са списка циљева\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "не могу да уклоним фајл „%s“: %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr "не могу а направим резерну копију %s услед преливања PATH_MAX\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "не могу да уклоним %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "не могу да уклоним унос базе %s — %s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "не могу да уклоним унос „%s“ из кеша\n"
@@ -797,139 +792,154 @@ msgstr "не могу да уклоним унос „%s“ из кеша\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr "Јавни свежањ кључева није нађен; да ли сте покренули „%s“?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "Грешка ГПГМЕ: %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "привезак није уписив\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "кључ „%s“ се не може увести\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr "кључ %s, „%s“ нађен на серверу, привезак није уписив\n"
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr "кључ „%s“ се не може потражити удаљено\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: недостаје захтевани потпис\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr "%s: кључ из „%s“ има гранично поверење\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr "%s: кључ из „%s“ је непознатог поверења\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr "%s: кључу из „%s“ никада не треба веровати\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s: кључ „%s“ је непознат\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr "%s: кључ „%s“ је онемогућен\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s: кључ из „%s“ је истекао\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s: кључ из „%s“ је неисправан\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s: грешка у формату потписа\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s: неподржан формат потписа\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: игноришем надоградњу пакета (%s -> %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: игноришем разградњу пакета (%s -> %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: разграђујем са верзије %s на верзију %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: локални (%s) је новији од %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "игноришем замену пакета (%s-%s -> %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "не могу да заменим %s са %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "откривени су неразрешиви сукоби пакета\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "уклањам „%s“ са списка циљева због сукоба са „%s“\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "неуспешно преузимање неких фајлова\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "нема довољно слободног простора на диску\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "не могу да обавим уклањање\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "не могу да обавим пренос\n"
@@ -964,52 +974,52 @@ msgstr "не могу да пишем у цев (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "не могу да читам из цеви (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "не могу да направим цев (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "не могу да рачвам нови процес (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "ме могу да променим корену фасциклу (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "неуспео позив извршног аргумента (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "неуспешно позивање процеса чекања (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "неуспешно правилно извршавање наредбе\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Непознат сигнал"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "наредба прекинута сигналом %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "не постоји кеш за %s; правим....\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr "не могу да нађем или направим кеш пакета, као замену користим %s\n"

View File

@@ -13,11 +13,11 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-23 12:43+0000\n"
"Last-Translator: Slobodan Terzić <githzerai06@gmail.com>\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Serbian (Latin) (http://www.transifex.com/toofishes/archlinux-"
"pacman/language/sr%40latin/)\n"
"pacman/language/sr@latin/)\n"
"Language: sr@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -25,53 +25,53 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s je već ažuran — preskačem\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s je već ažuran — instaliram ponovo\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "razgrađujem paket %s (%s -> %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "ne mogu da dodelim objekat arhive diska"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "dato je upozorenje pri raspakivanju %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "ne mogu da raspakujem %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "ne mogu da preimenujem %s u %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"fajl nije nađen u spisku fajlova paketa %s, preskačem raspakivanje %s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "ne mogu da raspakujem %s%s: putanja je predugačka"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -80,7 +80,7 @@ msgstr ""
"dozvole fascikle se razlikuju za %s\n"
"sistem fajlova: %o paket: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -89,101 +89,101 @@ msgstr ""
"vlasništvo fasciklre se razlikuje za %s\n"
"sistem fajlova: %u:%u paket: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "raspakivanje: ne prepisujem fasciklu fajlom %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "ne mogu da raspakujem %s.pacnew: putanja je predugačka"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "ne mogu da odredim radnu fasciklu\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "ne mogu da promenim fasciklu u %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "ne mogu da povratim radnu fasciklu (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "došlo je do greške pri nadogradnji %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "došlo je do greške pri instaliranju %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "ne mogu da ažuriram unos u bazi %s - %s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "ne mogu da dodam unos „%s“ u keš\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "greška pri čitanju fajla %s: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "uklanjam neispravnu bazu: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "ne mogu da napravim fasciklu %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "neispravno ime unosa baze „%s“\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "duplikat unosa baze „%s“\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "oštećen unos baze „%s“\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "ne mogu da otvorim fajl %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "nedoslednost baze „%s“: razlika u imenu paketa %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "nedoslednost baze „%s“: razlika u verziji paketa %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "nepoznat tip overe za paket %s: %s\n"
@@ -224,42 +224,42 @@ msgstr "neispravna verzija paketa u %s\n"
msgid "missing package metadata in %s\n"
msgstr "nedostaju metapodaci paketa %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "ne mogu da pročitam fajl potpisa: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "zahtevanog ključa nema na privesku\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "uklanjam neispravan fajl: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "ne mogu da obradim fajl opisa paketa „%s“ iz baze „%s“\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "ne mogu da čitam bazu „%s“ (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr "nedoslednost baze „%s“: ime fajla paketa %s je neispravno\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "nedoslednost baze „%s“: ime fajla paketa %s je predugačko\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "nepoznat fajl baze: %s\n"
@@ -284,12 +284,12 @@ msgstr "%s će biti ukonjen nakon svoje zavisnosti %s\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s će biti instaliran pre svoje zavisnosti %s\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "ignorišem paket %s - %s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "ne mogu da razrešim „%s“, zavisnost za „%s“\n"
@@ -344,39 +344,39 @@ msgstr "ne mogu da utvrdim korenu tačku montiranja %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "Particija %s je montirana samo za čitanje\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "disk"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "neuspelo stvaranje privremenog fajla preuzimanja\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "„%s“ je neispravan url\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "neuspešno preuzimanje fajla „%s“ sa „%s“: %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"neuspelo dobavljanje fajla %s sa %s: premašena je predviđena veličina "
"preuzimanja\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "izgleda da je %s okrnjen: %jd/%jd bajtova\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "neuspešno preuzimanje %s\n"
@@ -596,199 +596,194 @@ msgstr "nedostaje PGP potpis"
msgid "invalid PGP signature"
msgstr "neispravan PGP potpis"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "neispravna ili pokvarena delta"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "neuspela zakrpa deltom"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "ne mogu da zadovoljim zavisnosti"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "sukob zavisnosti"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "sukob fajlova"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "neuspešno preuzimanje nekih fajlova"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "neispravan regularni izraz"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "greška libarhajva"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "greška u biblioteci preuzimanja"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "greška gpgmija"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "greška pri pokretanju spoljnog programa za preuzimanje"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "neočekivana greška"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "nedostaje zabravni fajl %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "ne mogu da uklonim fajl brave %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr "Nedostaju ciljevi okidača u kopči: %s\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr "Nedostaje tip okidača u kopči: %s\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr "Nedostaju radnje okidača u kopči: %s\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr "Nedostaje opcija Exec u kopči: %s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr "Nedostaje opcija When u kopči: %s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr "Odustani-pri-neuspehu je postavljeno za posleprenosnu kopču: %s\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr "greška pri čitanju kopče %s: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr "kopča %s red %d: neispravna opcija %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr "kopča %s red %d: neispravan odeljak %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr "kopča %s red %d: neispravna vrednost %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr "kopča %s red %d: prepisujem prethodnu definicija za %s\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr "kopča %s red %d: ne mogu da postavim opciju (%s)\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr "ne mogu da pokrenem kopču %s: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "ne mogu da otvorim fasciklu: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "ne mogu da otvorim fajl: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "ne mogu da odredim osobine fajla %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "ne mogu da čitam fasciklu: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "ne mogu u potpunosti da učitam metapodatke paketa %s—%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "ne mogu da nađem %s u bazi — preskačem\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "uklanjam %s sa spiska ciljeva\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "ne mogu da uklonim fajl „%s“: %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr "ne moogu da napravim rezervnu kopiju %s usled prelivanja PATH_MAX\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "ne mogu da uklonim %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "ne mogu da uklonim unos baze %s — %s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "ne mogu da uklonim unos „%s“ iz keša\n"
@@ -798,139 +793,154 @@ msgstr "ne mogu da uklonim unos „%s“ iz keša\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr "Javni svežanj ključeva nije nađen; da li ste pokrenuli „%s“?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "Greška GPGME: %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "privezak nije upisiv\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "ključ „%s“ se ne može uvesti\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr "ključ %s, „%s“ nađen na serveru, privezak nije upisiv\n"
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr "ključ „%s“ se ne može potražiti udaljeno\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: nedostaje zahtevani potpis\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr "%s: ključ iz „%s“ ima granično poverenje\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr "%s: ključ iz „%s“ je nepoznatog poverenja\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr "%s: ključu iz „%s“ nikada ne treba verovati\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s: ključ „%s“ je nepoznat\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr "%s: ključ „%s“ je onemogućen\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s: ključ iz „%s“ je istekao\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s: ključ iz „%s“ je neispravan\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s: greška u formatu potpisa\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s: nepodržan format potpisa\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: ignorišem nadogradnju paketa (%s -> %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: ignorišem razgradnju paketa (%s -> %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: razgrađujem sa verzije %s na verziju %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: lokalni (%s) je noviji od %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ignorišem zamenu paketa (%s-%s -> %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "ne mogu da zamenim %s sa %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "otkriveni su nerazrešivi sukobi paketa\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "uklanjam „%s“ sa spiska ciljeva zbog sukoba sa „%s“\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "neuspešno preuzimanje nekih fajlova\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "nema dovoljno slobodnog prostora na disku\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "ne mogu da obavim uklanjanje\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "ne mogu da obavim prenos\n"
@@ -965,52 +975,52 @@ msgstr "ne mogu da pišem u cev (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "ne mogu da čitam iz cevi (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "ne mogu da napravim cev (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "ne mogu da račvam novi proces (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "me mogu da promenim korenu fasciklu (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "neuspeo poziv izvršnog argumenta (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "neuspešno pozivanje procesa čekanja (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "neuspešno pravilno izvršavanje naredbe\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Nepoznat signal"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "naredba prekinuta signalom %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "ne postoji keš za %s; pravim....\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr "ne mogu da nađem ili napravim keš paketa, kao zamenu koristim %s\n"

View File

@@ -4,15 +4,18 @@
#
# Translators:
# , 2011
# 0x9fff00 , 2019
# 0x9fff00 , 2019
# Daniel Sandman <revoltism@gmail.com>, 2013,2015
# Johan R. <jreinhed@protonmail.com>, 2019
# Kim Svensson <ks@linux.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-16 20:56+0000\n"
"Last-Translator: Kristoffer Andersson <kode.kristoff@gmail.com>\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Swedish (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/sv/)\n"
"Language: sv\n"
@@ -21,52 +24,52 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s är senaste versionen -- hoppar över\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s är senaste versionen -- återinstallerar\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "nedgraderar paketet %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr ""
msgstr "kan inte allokera diskarkivobjekt"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "varning given vid extrahering av %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "kunde inte extrahera %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "kunde inte döpa om %s till %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr "fil fans ej i fillistan för paket %s. Hoppar över uppackning av %s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "kunde inte extrahera %s%s: sökvägen är för lång"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -75,7 +78,7 @@ msgstr ""
"katalogrättigheter skiljer sig på %s\n"
"filsystem: %o paket: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -84,101 +87,101 @@ msgstr ""
"katalogens ägare skiljer sig på %s\n"
"filsystem: %u:%u paket: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "extrahera: ersätter ej katalog med fil %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "kunde inte extrahera %s.pacnew: sökvägen är för lång"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "kunde inte hitta nuvarande sökväg\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "kunde inte byta katalog till %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "kunde ej återställa arbetskatalogen (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "problem uppstod under uppgradering av %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "problem uppstod under installation av %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "kunde inte uppdatera databasinlägget %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "kunde inte lägga till '%s' i cachen\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "fel vid läsning av fil %s: %s⏎\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "tar bort ogiltig databas: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "kunde inte skapa katalogen %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "ogiltigt namn för databasinlägget '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "duplicerat databasinlägg '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "korrupt databasinlägg '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "kunde inte öppna filen %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "%s databasen är inkonsekvent: ej matchande namn på paketet %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "%s databasen är inkonsekvent: ej matchande version på paketet %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "Okänd valideringstyp för packet %s: %s⏎\n"
@@ -219,44 +222,44 @@ msgstr "ogiltig paketversion i %s\n"
msgid "missing package metadata in %s\n"
msgstr "saknar metadata för paketet i %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "misslyckades att läsa signaturfil: %s⏎\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "nödvändig nyckel saknas från nyckelring\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "Tar bort ogiltig fil: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "Kunde ej finna paketbeskrivningsfilen '%s' från databasen '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr ""
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr ""
"%s databasen är inkonsekvent: namn på paketet %s är ogiltig⏎\n"
"\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "%s databasen är inkonsekvent: namn på paketet %s är för långt⏎\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "okänd databasfil: %s\n"
@@ -281,12 +284,12 @@ msgstr "%s kommer att tas bort efter dess %s beroende\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s kommer installeras före dess %s beroende\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "ignorerar paketet %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "kan inte lösa \"%s\", beroende till \"%s\", \n"
@@ -345,27 +348,27 @@ msgstr "kunde ej bestämma rootmonteringspunkt %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "Partition %s är monterad utan skrivrättigheter\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "disk"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "kunde ej skapa temporär fil för nedladdning\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "url '%s' är ogiltigt\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "misslyckades hämta filen '%s' från %s : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
@@ -373,12 +376,12 @@ msgstr ""
"överskreds\n"
"\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s verkar vara trunkerad: %jd/%jd bytes\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "misslyckades ladda ner %s\n"
@@ -598,203 +601,198 @@ msgstr "saknad PGP-signatur"
msgid "invalid PGP signature"
msgstr "ogiltig PGP-signatur"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "ogiltig eller korrupt delta"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "delta patch misslyckades"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "kunde inte tillfredsställa beroenden"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "motstridiga beroenden"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "motstridiga filer"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "misslyckades att hämta några filer"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "ogiltigt vanligt uttryck"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "libarchive fel"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "fel vid nerladdning av bibliotek"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "gpgme-fel"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "fel vid anrop av extern nerladdare"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "oväntat fel"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "låsfil saknar %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "kunde inte ta bort låsningsfil %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr ""
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr ""
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr ""
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr ""
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr ""
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr ""
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr ""
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr ""
"kunde inte öppna katalog %s: %s⏎\n"
"\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr ""
msgstr "kunde inte öppna fil: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr ""
"kunde inte få information på fil %s: %s⏎\n"
"\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr ""
msgstr "kunde inte läsa katalog: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "kunde ej ladda metadata för paket %s-%s fullständigt\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "kunde inte hitta %s i databasen -- hoppar över\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "tar bort %s från mållistan\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "kan inte ta bort '%s': %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr ""
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "kunde ej ta bort %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "kunde inte ta bort databasinlägget %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "kunde inte ta bort '%s' från cachen\n"
@@ -804,139 +802,154 @@ msgstr "kunde inte ta bort '%s' från cachen\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr ""
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "GPGME-fel: %s\n"
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr ""
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr ""
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: saknar nödvändig signatur\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr ""
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr ""
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr ""
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr ""
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr ""
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr ""
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr ""
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr ""
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr ""
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s ignorerar uppgradering av paket (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: ignorerar nedgradering av paket (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: nedgraderar från version %s till version %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: lokala (%s) är nyare än %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ignorerar ersättning av paket (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "kan inte ersätta %s med %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "olösliga paketkonflikter upptäckta\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "tar bort '%s' från mållistan då den står i konflikt med '%s'\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "misslyckades att hämta några filer⏎\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "saknas tillräckligt med fritt diskutrymme⏎\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "kunde inte skicka överföring för borttagning\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "kunde inte skicka överföring\n"
@@ -971,52 +984,52 @@ msgstr "kunde inte skriva till rör (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "kunde inte läsa från rör (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "kunde ej skapa pipe (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "kunde inte förgrena en ny process (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "kunde inte byta rootkatalogen (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "anrop till execv misslyckades (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "anrop till waitpid misslyckades (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "kommando misslyckades att exekveras korrekt\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Okänd signal"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "kommando avslutades av signal %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "ingen %s cache existerar, skapar...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr "kunde ej hitta eller skapa paketcache, använder %s istället\n"

View File

@@ -3,20 +3,22 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Arda Ünlü <aarda.uunlu@gmail.com>, 2018
# Betül Ünlü <aarda.uunlu@gmail.com>, 2018
# tarakbumba <tarakbumba@gmail.com>, 2011,2014
# Betül Ünlü <aarda.uunlu@gmail.com>, 2018-2019
# Dan McGee <dpmcgee@gmail.com>, 2011
# Demiray “tulliana” Muhterem <mdemiray@msn.com>, 2016
# Demiray “tulliana” Muhterem <mdemiray@msn.com>, 2016
# Demiray Muhterem <mdemiray@msn.com>, 2016
# Demiray Muhterem <mdemiray@msn.com>, 2016
# Betül Ünlü <aarda.uunlu@gmail.com>, 2019
# Samed Beyribey <ras0ir@eventualis.org>, 2011,2013
# tarakbumba <tarakbumba@gmail.com>, 2011,2014
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 15:11+0000\n"
"Last-Translator: Arda Ünlü <aarda.uunlu@gmail.com>\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-10 10:52+0000\n"
"Last-Translator: Betül Ünlü <aarda.uunlu@gmail.com>\n"
"Language-Team: Turkish (http://www.transifex.com/toofishes/archlinux-pacman/"
"language/tr/)\n"
"Language: tr\n"
@@ -25,54 +27,54 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s güncel -- atlanıyor\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s güncel -- yeniden kuruluyor\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "%s paketi eski sürümüne çevriliyor (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "disk arşiv objesi icin yer ayrılamadı"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "%s açılırken uyarı verildi (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "%s açılamadı (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "%s dosyasının ismi %s olarak değiştirilemiyor (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"%s paketinin dosya listesinde dosya bulunamadı. %s paketinin açılması "
"atlanıyor\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "%s%s dışarı aktarılamadı: yol çok uzun"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -81,7 +83,7 @@ msgstr ""
"%s paketi üzerinde dizin izinleri farklı\n"
"dosya sistemi: %o paket: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -90,101 +92,101 @@ msgstr ""
"%s üzerinde dizin sahipliği farklı\n"
"dosya sistemi: %u:%u paket: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "aç: %s dosyası dizinin üzerine yazılmıyor\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "%s.pacnew aktarılamadı: yol çok uzun"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "üzerinde çalışılan dizin algılanamadı\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "%s dizinine geçilemedi (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "çalışılan dizin (%s) geri yüklenemiyor\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "%s güncellenirken bir sorun meydana geldi\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "%s yüklenirken bir sorun meydana geldi\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "%s-%s veritabanı kaydı güncellenemedi\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "'%s' kaydı tampona eklenemedi\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "%s dosyası okunurken hata meydana geldi: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "geçersiz veritabanı siliniyor: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "dizin oluşturulamadı %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "geçersiz bir veritabanı kaydı '%s'\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "kopya veritabanı kaydı '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "bozuk veritabanı kaydı '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "%s dosyasıılamadı: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "%s veritabanı tutarsız: %s paketinde isim uyuşmazlığı\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "%s veritabanı tutarsız: %s paketinde sürüm uyuşmazlığı\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "%s paketi için bilinmeyen doğrulama türü: %s\n"
@@ -225,42 +227,42 @@ msgstr "%s içinde geçersiz paket sürümü\n"
msgid "missing package metadata in %s\n"
msgstr "%s içerisinde eksik paket bilgisi\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "imza dosyası okunamadı: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "gerekli anahtar anahtarlıkta bulunamadı\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "silinen geçersiz dosya: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "'%s' paket açıklama dosyası '%s' veritabanından ayrıştırılamıyor\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "veritabanı \"%s\" okunamadı (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr "%s veritabanı tutarsız: %s paketinin dosya adı geçersiz\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "%s veritabanı tutarsız: %s paketinin dosya adı çok uzun\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "bilinmeyen veritabanı dosyası: %s\n"
@@ -285,12 +287,12 @@ msgstr "%s paketi %s bağımlılığından sonra kaldırılacak\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s paketi %s bağımlılığından önce kurulacak\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "paket gözardı ediliyor %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "\"%s\" paketi \"%s\" paketinin bağımlılığı olarak çözümlenemiyor\n"
@@ -347,39 +349,39 @@ msgstr "%s kök bağlama noktası belirlenemedi\n"
msgid "Partition %s is mounted read only\n"
msgstr "%s bölümü salt okunur olarak bağlandı\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "disk"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "indirilecek geçici dosya oluşturulamıyor\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "'%s' adresi geçersiz\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "%3$s hatası nedeniyle '%1$s' dosyası %2$s adresinden alınamadı\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr ""
"'%s' dosyası %s üzerinden alınırken hata oluştu: beklenen indirme boyutuna "
"ulaşıldı\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s eksik görünüyor: %jd/%jd bayt\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "%s dosyası indirilemedi\n"
@@ -599,199 +601,194 @@ msgstr "kayıp PGP imzası"
msgid "invalid PGP signature"
msgstr "geçersiz PGP imzası"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "geçersiz ya da bozuk veri"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "fark yaması başarısız oldu"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "bağımlılıklar sağlanamadı"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "çakışan bağımlılıklar"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "çakışan dosyalar"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "bazı dosyalar alınamadı"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "geçersiz düzenli ifade"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "libarchive hatası"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "indirme kütüphanesi hatası"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "gpgme hatası"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "harici indiriciyi çağırırken hata oluştu"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr "anahtar desteği olmadan derlenmiş"
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "beklenmedik hata"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "kilit dosyasında %s yok\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "kilit dosyası %s silinemedi\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr "%s kancasında tetikleme hedefleri bulunamadı\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr "%s kancasında tetikleme tipi bulunamadı\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr "%s kancasında tetikleme işlemi bulunamadı\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr "%s kancasında Exec seçeneği bulunamadı\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr "%s kancasında When seçeneği bulunamadı\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr "%s PostTransaction kancasında AbortOnFail açık\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr "%s kancasını okurken hata: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr "kanca %s satır %d: geçersiz seçenek: %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr "kanca %s satır %d: geçersiz bölüm: %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr "kanca %s satır %d: geçersiz değer: %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr "kanca %s satır %d: önceki %s tanımının üstüne yazılıyor\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr "kanca %s satır %d: seçenek seçilemiyor (%s)\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr "%s kancası çalıştırılamadı: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "%s dizini açılamadı: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "dosya açılamadı: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "%s dosyası konumlandırılamadı: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "dizin okunamadı: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "%s-%s paketi için meta verisi tam olarak yüklenemiyor\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "%s veritabanında bulunamadı -- atlanıyor\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "%s hedef listesinden kaldırılıyor\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "'%s' dosyası silinemiyor: %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr "PATH_MAX taşması yüzünden %s yedeklenemedi\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "%s(%s) kaldırılamıyor\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "veritabanı kaydı %s-%s silinemedi\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "'%s' kaydı tampondan silinemedi\n"
@@ -801,141 +798,155 @@ msgstr "'%s' kaydı tampondan silinemedi\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr "Herkese açık anahtarlık bulunamadı, \"%s\" çalıştırdınız mı?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "GPGME hatası: %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr "WKD kullanılarak %s anahtarı aranıyor\n"
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr "gpg hatası: %s\n"
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "anahtarlığa yazılamıyor\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr "anahtar sunucusunda anahtar \"%s\"\n"
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "anahtar \"%s\" aktarılamıyor\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
"anahtar %s, \"%s\" anahtar sunucusunda bulundu, anahtarlığa yazılamıyor\n"
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr "anahtar \"%s\"'a uzaktan bakılamıyor\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: gerekli imza kayıp\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr "%s: \"%s\"'den gelen imzanın güvenilirliği sınırda\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr "%s: \"%s\"'den gelen imzanın güvenilirliği bilinmiyor\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr "%s: \"%s\"'den gelen anahtar asla güvenilmemeli\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s: anahtar \"%s\" tanınmıyor\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr "%s: anahtar \"%s\" hizmet dışı\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s: \"%s\"'den gelen imzanın süresi doldu\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s: \"%s\"'den gelen imza hatalı\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s: imza biçim hatası\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s: desteklenmeyen imza biçimi\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: paket güncellemesi göz ardı ediliyor (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: paket sürümü geri alma işlemi göz ardı ediliyor (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: %s sürümünden %s sürümüne çevriliyor.\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr ""
"%s: yerel depodaki paket (%s) %s deposundaki paketten (%s) daha güncel\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "paket değiştirme işlemi göz ardı ediliyor (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "%s ile %s değiştirilemiyor\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "çözülemeyen paket çakışmaları bulundu\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "'%s' hedef listesindeki '%s' ile çakıştığı için kaldırıldı\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "bazı dosyalar alınamadı\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr "%s dosyası okunamadı: %s\n"
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "yeterli disk alanı yok\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "kaldırma işlemi teslim edilemedi\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "işlem teslim edilemedi\n"
@@ -970,52 +981,52 @@ msgstr "(%s) üzerine yazılamadı\n"
msgid "unable to read from pipe (%s)\n"
msgstr "(%s) okunamadı\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "boru oluşturulamadı (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "yeni bir süreç çatallanamadı (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "kök dizini değiştirilemedi (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "execv çağrısı başarısız (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "waitpid çağrısı başarısız (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "komut düzgün çalıştırılamadı\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Bilinmeyen sinyal"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "Komut %d sinyali tarafından sonlandırıldı: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "%s önbelleği yok, oluşturuluyor...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-16 08:24+0000\n"
"Last-Translator: Yarema aka Knedlyk <yupadmin@gmail.com>\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Ukrainian (http://www.transifex.com/toofishes/archlinux-"
"pacman/language/uk/)\n"
"Language: uk\n"
@@ -24,54 +24,54 @@ msgstr ""
"100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || "
"(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s не потребує оновлення — пропущено\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s не потребує оновлення — перевстановлюється\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "пониження версії пакунку %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "неможливо виділити об'єкт архіву диску"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "Видається попередження протягом розпакування %s (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "неможливо розпакувати %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "неможливо перейменувати %s на %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr ""
"файл не знайдено в переліку файлів для пакунку %s, пропускаємо витягування з "
"%s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "не вдається розпакувати %s%s: шлях занадто довгий"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -80,7 +80,7 @@ msgstr ""
"права каталогу відрізняються у\n"
"файловій системі %s: %o пакунок: %o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -90,103 +90,103 @@ msgstr ""
"\n"
"файлова система: %u:%u пакунок: %u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "розпакування: каталог не перезаписано файлом %s\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "не вдається розпакувати %s.pacnew: шлях занадто довгий"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "неможливо одержати поточний робочий каталог\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "неможливо змінити каталог на %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "неможливо відновити робочий каталог (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "виникла проблема протягом оновлення %s\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "виникла проблема протягом установлення %s\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "неможливо оновити запис бази даних %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "неможливо додати запис «%s» у кеш\n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr ""
"помилка при читанні пакунка %s: %s\n"
"\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "вилучення неправильної бази даних: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "неможливо створити каталог %s: %s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "неправильна назва для запису бази даних «%s»\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "дублікат у базі даних «%s»\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "пошкоджений запис у базі даних «%s»\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "неможливо відкрити файл %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "база даних %s неоднорідна: не збігаються назви для пакунка %s\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "база даних %s неоднорідна: не збігаються версії для пакунка %s\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "невідомий тип перевірки для пакунку %s: %s\n"
@@ -227,42 +227,42 @@ msgstr "неправильна версія пакунка в %s\n"
msgid "missing package metadata in %s\n"
msgstr "бракує метаданих пакунка в %s\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "не вдалось одержати файл підпису: %s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "потрібний ключ не міститься в зв’язці ключів\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "вилучення неправильного файла : %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "неможливо провести аналіз файлу опису пакунка «%s» з бази даних «%s»\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "неможливо прочитати базу даних '%s' (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr "база даних %s неоднорідна: неправильна назва для пакунка %s\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "база даних %s неоднорідна: назва пакунка %s задовга\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "невідомий файл бази даних: %s\n"
@@ -287,12 +287,12 @@ msgstr "%s буде вилучено після його залежності %s
msgid "%s will be installed before its %s dependency\n"
msgstr "%s буде встановлено перед його залежністю %s\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "ігнорування пакунка %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "неможливо розв'язати «%s», залежність від «%s»\n"
@@ -347,37 +347,37 @@ msgstr "неможливо визначити корінь точки монту
msgid "Partition %s is mounted read only\n"
msgstr "Розділ %s змонтовано лише для читання\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "диск"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "не вдалось створити тимчасово файла для звантаження\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "посилання «%s» неправильне\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "не вдалось одержати файл «%s» з %s : %s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr "не вдалось одержати файл «%s» з %s : перевищено сподіваний розмір\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "здається, %s обрізаний: %jd/%jd байтів\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "не вдалось звантажити %s\n"
@@ -597,199 +597,194 @@ msgstr "немає підпису "
msgid "invalid PGP signature"
msgstr "неправильний підпис "
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "неправильна або пошкоджена різниця"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "Не вдалось накласти різницю"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "неможливо забезпечити залежності"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "конфліктні залежності"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "конфліктні файли"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "не вдалось одержати деякі файли"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "неправильний формальний вираз"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "помилка libarchive"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "помилка бібліотеки звантаження"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "помилка "
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "помилка виклику зовнішнього звантажувача"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr ""
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "неочікувана помилка"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "бракує блокувального файла %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "неможливо вилучити файл блокування %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr "Пропущено перемикач цілі в подачі: %s\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr "Пропущено тип перемикача в подачі: %s\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr "Пропущено операцію перемикача в подачі: %s\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr "Пропущено опцію Exec в подачі: %s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr "Пропущено опцію When в подачі: %s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr "AbortOnFail встановлено для подачі PostTransaction: %s\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr "помилка читання подачі %s: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr "подача %s лінійка %d: неправильна опція %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr "подача %s лінійка %d: неправильна секція %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr "подача %s лінійка %d: неправильне значення %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr "подача %s лінійка %d: перезапис попереднього визначення %s\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr "подача %s лінійка %d: неможливо встановити опцію (%s)\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr "неможливо запустити подачу %s: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "неможливо відкрити теку: %s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "неможливо відкрити файл: %s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "не вдається отримати статус файлу %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "неможливо прочитати теку: %s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "неможливо повністю завантажити метадані для пакунка %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "неможливо знайти %s в базі даних — пропускається\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "вилучення «%s» зі списку пакунків\n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "неможливо вилучити файл «%s»: %s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr "неможливо створити запасну копію %s через переповнення PATH_MAX\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "неможливо вилучити %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "неможливо вилучити запис бази даних %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "неможливо вилучити запис «%s» з кешу\n"
@@ -799,141 +794,154 @@ msgstr "неможливо вилучити запис «%s» з кешу\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr "Публічну в'язку ключів не знайдено; чи Ви виконували '%s'?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "Помилка GPGME: %s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "неможливо записати в'язку ключів\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "ключ \"%s\" неможливо імпортувати\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr ""
"ключ %s, \"%s\" знайдено на сервері ключів, неможливо записати в'язку "
"ключів\n"
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr "ключ \"%s\" неможливо шукати віддалено\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s: бракує підпису\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr "%s: підпис з \"%s\" є з посередньою довірою\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr "%s: підпис з \"%s\" є з невідомою довірою\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr "%s: підпису з \"%s\" неповинно ніколи довіряти\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s: ключ \"%s\" невідомий\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr "%s: ключ \"%s\" відключено\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s: дата довіри підпису з \"%s\" закінчилася\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s: підпис з \"%s\" неправильний\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s: помилка формату підпису\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s: непідтримуваний формат підпису\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s: ігнорування оновлення пакунку (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s: ігнорування пониження версії пакунка (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s: пониження версії з %s до %s\n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s: локальна версія (%s) новіша за %s (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "ігнорування заміни пакунка (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "неможливо замінити %s на %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "виявлено нерозв'язні конфлікти пакунків\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "вилучення «%s» зі списку пакунків через конфлікт з «%s»\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "не вдалось одержати деякі файли\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr ""
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "недостатньо вільного місця на диску \n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "неможливо здійснити транзакцію вилучення\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "неможливо здійснити транзакцію\n"
@@ -968,52 +976,52 @@ msgstr "неможливо записати у вузол (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "неможливо прочитати з вузла (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "неможливо створити вузол (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "неможливо почати новий процес (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "неможливо змінити кореневий каталог (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "не вдалось викликати execv (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "не вдалось викликати waitpid (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "команда не змогла виконатись коректно\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "Невідомий сигнал"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "команду завершено сигналом %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "кеш %s не існує, створюється…\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr ""

View File

@@ -3,8 +3,10 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Alimspender Dong <akillcool@outlook.com>, 2019
# leonfeng <chaofeng111@qq.com>, 2018
# Dan McGee <dpmcgee@gmail.com>, 2011
# Jiachen YANG <farseerfc@gmail.com>, 2019
# leonfeng <chaofeng111@qq.com>, 2011
# leonfeng <chaofeng111@qq.com>, 2011,2018
# leonfeng <chaofeng111@qq.com>, 2011
@@ -18,9 +20,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 01:32+0000\n"
"Last-Translator: 张海\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-07 08:12+0000\n"
"Last-Translator: Allan McRae <allan@archlinux.org>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/toofishes/archlinux-"
"pacman/language/zh_CN/)\n"
"Language: zh_CN\n"
@@ -29,52 +31,52 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%1$s-%2$s 已经为最新 -- 跳过\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%1$s-%2$s 已经为最新 -- 重新安装\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "正在降级软件包 %1$s (%2$s => %3$s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "无法分配磁盘归档对象"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "解压 %s 时出现警告 (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "无法解压缩 %1$s (%2$s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "无法将 %1$s 重命名为 %2$s (%3$s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr "在包 %s 的文件列表中没找到文件。跳过 %s 的提取\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "无法解压缩 %s%s路径过长"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -83,7 +85,7 @@ msgstr ""
"目录权限不一致 %1$s\n"
"文件系统:%2$o 软件包:%3$o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -92,101 +94,101 @@ msgstr ""
"目录权限不一致 %s\n"
"文件系统:%u:%u 软件包:%u:%u\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "解压缩:没有用文件 %s 覆盖目录\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "无法解压缩 %s.pacnew路径过长"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "无法得到当前的工作目录\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "无法更改目录到 %1$s (%2$s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "无法恢复工作目录 (%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "更新 %s 时出现错误\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "安装 %s 时出现错误\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "无法更新数据库记录 %1$s-%2$s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "无法在缓存中添加记录 '%s' \n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "读取文件%s时发生错误%s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "正在删除无效的数据库: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "无法更改目录到 %1$s%2$s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "数据库记录 '%s' 名字无效\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "重复的数据库记录 '%s'\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "损坏的数据库记录 '%s'\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "无法打开文件 %1$s: %2$s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "%1$s 数据库不一致:名字和软件包中的 %2$s 不一致\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "%1$s 数据库不一致:版本和软件包中的 %2$s 不一致\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "包%s的验证类型未知%s\n"
@@ -227,42 +229,42 @@ msgstr "%s 中软件包版本号无效\n"
msgid "missing package metadata in %s\n"
msgstr "%s 中缺少软件包元数据\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "读取签名文件失败:%s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "所需的密钥密钥环中丢失\n"
msgstr "所需的密钥不在密钥环中\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "删除无效文件: %s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "无法解析软件包描述文件 '%s' 从数据库 '%s'\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "无法读取数据库 '%s' (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr "%s 数据库不一致: 包 %s 的文件名不合法\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "%s 数据库不一致: 包 %s 的文件名太长\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "未知的数据库文件: %s\n"
@@ -275,7 +277,7 @@ msgstr "数据库路径未定义\n"
#: lib/libalpm/deps.c:184
#, c-format
msgid "dependency cycle detected:\n"
msgstr "检测到依赖关系环\n"
msgstr "检测到循环依赖:\n"
#: lib/libalpm/deps.c:187
#, c-format
@@ -287,12 +289,12 @@ msgstr "%1$s 将在它 %2$s 的依赖关系之后被删除\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%1$s 将在它 %2$s 的依赖关系之前被安装\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "正在忽略软件包更新 %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "无法解决 \"%1$s\"\"%2$s\" 的一个依赖关系\n"
@@ -325,12 +327,12 @@ msgstr "无法确定文件 %s 的挂载点\n"
#: lib/libalpm/diskspace.c:354
#, c-format
msgid "Partition %s too full: %jd blocks needed, %ju blocks free\n"
msgstr "分区 %s 满:需要 %jd 个块,剩余 %ju 个块\n"
msgstr "分区 %s 已用满:需要 %jd 个块,可用 %ju 个块\n"
#: lib/libalpm/diskspace.c:379 lib/libalpm/diskspace.c:433
#, c-format
msgid "could not determine filesystem mount points\n"
msgstr "无法定文件系统挂载点\n"
msgstr "无法定文件系统挂载点\n"
#: lib/libalpm/diskspace.c:385
#, c-format
@@ -342,46 +344,46 @@ msgstr ""
#: lib/libalpm/diskspace.c:438
#, c-format
msgid "could not determine root mount point %s\n"
msgstr "无法定根分区挂载点 %s\n"
msgstr "无法定根分区挂载点 %s\n"
#: lib/libalpm/diskspace.c:486
#, c-format
msgid "Partition %s is mounted read only\n"
msgstr ""
"分区 %s 为只读\n"
"分区 %s 被挂载为只读\n"
"\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "硬盘"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "无法创建下载用的临时文件\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "url '%s' 无效\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "无法从 %2$s : %3$s 获取文件 '%1$s'\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr "获取文件 '%s' 失败,来自 %s : 下载大小超出期望值\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s 可缩小:%jd/%jd bytes\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "下载 %s 失败\n"
@@ -454,7 +456,7 @@ msgstr "数据库未初始化"
#: lib/libalpm/error.c:68
#, c-format
msgid "database already registered"
msgstr "数据库已登记"
msgstr "数据库已经注册过了"
#: lib/libalpm/error.c:70
#, c-format
@@ -494,17 +496,17 @@ msgstr "无效的服务器 url"
#: lib/libalpm/error.c:85
#, c-format
msgid "no servers configured for repository"
msgstr "软件库没有配置服务器信息"
msgstr "软件库没有配置服务器信息"
#: lib/libalpm/error.c:88
#, c-format
msgid "transaction already initialized"
msgstr "处理已初始化"
msgstr "事务已初始化"
#: lib/libalpm/error.c:90 lib/libalpm/error.c:94
#, c-format
msgid "transaction not initialized"
msgstr "处理未初始化"
msgstr "事务未初始化"
#: lib/libalpm/error.c:92
#, c-format
@@ -514,22 +516,22 @@ msgstr "重复的目标"
#: lib/libalpm/error.c:96
#, c-format
msgid "transaction not prepared"
msgstr "处理未准备好"
msgstr "事务未准备好"
#: lib/libalpm/error.c:98
#, c-format
msgid "transaction aborted"
msgstr "处理已放弃"
msgstr "事务已放弃"
#: lib/libalpm/error.c:100
#, c-format
msgid "operation not compatible with the transaction type"
msgstr "操作与处理类型不兼容"
msgstr "操作与事务类型不兼容"
#: lib/libalpm/error.c:102
#, c-format
msgid "transaction commit attempt when database is not locked"
msgstr "未锁定数据库即提交事务处理尝试"
msgstr "尝试提交事务处理时尚未锁定数据库"
#: lib/libalpm/error.c:104
#, c-format
@@ -589,7 +591,7 @@ msgstr "无效的软件包架构"
#: lib/libalpm/error.c:127
#, c-format
msgid "could not find repository for target"
msgstr "无法为目标找到软件库"
msgstr "无法为目标找到软件库"
#: lib/libalpm/error.c:130
#, c-format
@@ -601,199 +603,194 @@ msgstr "缺失 PGP 签名"
msgid "invalid PGP signature"
msgstr "无效 PGP 签名"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "无效的或已损坏的 delta"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "delta 补丁失败"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "无法满足依赖关系"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "有冲突的依赖关系"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "有冲突的文件"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "无法获取某些文件"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "无效的正则表达式"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "libarchive 错误"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "下载数据库出错"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "pgpme 错误"
msgstr "gpgme 错误"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "调用外部下载程序时出错"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr "编译时未启用签名支持"
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "未预期的错误"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "lock 文件缺失 %s\n"
msgstr "缺失锁文件 %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "无法删除锁文件 %s\n"
msgstr "无法删除锁文件 %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr "钩子中缺少触发目标:%s\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr "钩子中缺少触发类型:%s\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr "钩子中缺少触发操作:%s\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr "钩子中缺少 Exec 选项:%s\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr "钩子中缺少 When 选项:%s\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr "事务后钩子设置了 AbortOnFail: %s\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr "读取钩子 %s 时发生错误:%s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr "钩子 %s 第 %d 行:无效选项 %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr "钩子 %s 第 %d 行:无效部分 %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr "钩子 %s 第 %d 行:无效值 %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr "钩子 %s 第 %d 行:重写此前 %s 的定义\n"
msgstr "钩子 %s 第 %d 行:覆盖了此前 %s 的定义\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr "钩子 %s 第 %d 行:无法设置选项 (%s)\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr "无法运行钩子 %s: %s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "无法打开目录:%s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "无法打开文件:%s%s: %s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "无法确定文件%s的状态: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "无法读取目录:%s: %s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "无法完全加载软件包 %s 的元数据 - %s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "无法在数据库中找到 %s -- 跳过\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "正在从目标清单中删除 '%s' \n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "无法删除文件 '%1$s': %2$s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr "由于 PATH_MAX 溢出无法备份 %s\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "无法删除 %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "无法删除数据库记录 %1$s-%2$s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "无法从缓存中删除记录 '%s'\n"
@@ -803,142 +800,157 @@ msgstr "无法从缓存中删除记录 '%s'\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr "找不到公钥环。你执行 '%s' 了吗?\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "GPGME 错误:%s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr ""
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr ""
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "密钥环不可写\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr ""
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "密钥 \"%s\" 无法导入\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr "在密钥服务器上找到密钥 %s, \"%s\",密钥环不可写\n"
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr "无法远程查找到密钥 \"%s\"\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s缺失签名\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr "%s: 来自 \"%s\" 的签名是接近完全信任的\n"
msgstr "%s: 来自 \"%s\" 的签名是勉强信任的\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr "%s: 来自 \"%s\" 的签名是未知信任的\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr "%s: 来自 \"%s\" 的签名是从不应该信任的\n"
msgstr "%s: 来自 \"%s\" 的签名是从不应该信任的\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s: 密钥 \"%s\" 未知\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr "%s: 密钥 \"%s\" 被禁用了\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s: 来自 \"%s\" 的签名过期了\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s: 来自 \"%s\" 的签名无效\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s: 签名格式错误\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s: 不支持的签名格式\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s忽略软件包更新 (%s => %s)\n"
msgstr "%s忽略软件包升级 (%s => %s)\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s正在忽略软件包降级 (%s => %s)\n"
msgstr "%s忽略软件包降级 (%s => %s)\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s正在从版本 %s 降级为 %s \n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s本地 (%s) 比 %s 的版本更新 (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "正在忽略软件包更新 (%s-%s => %s-%s)\n"
msgstr "正在忽略替换软件包 (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "无法用文件 '%2$s' 替代 %1$s\n"
msgstr "无法替换 %s 为 %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "检测到未解决的软件包冲突\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "正在从目标清单中删除 '%1$s' ,因为它和 '%2$s' 冲突\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "无法获取某些文件\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr "无法读取文件 %s%s\n"
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "剩余空间不够\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "无法交付可撤销处理\n"
msgstr "无法提交删除事务\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "无法交付处理\n"
msgstr "无法提交事务\n"
#: lib/libalpm/trans.c:364
#, c-format
@@ -970,52 +982,52 @@ msgstr "无法写入管道 (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "无法读取管道 (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "无法创建管道 (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "无法 fork 新进程 (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "无法更改根目录 (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "调用 execv 失败 (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "调用 waitpid 失败 (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "命令未能被正确执行\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "未知信号"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "命令被信号 %d 终止: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "没有 %s 缓存存在,正在创建...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr "无法找到或创建软件包缓存,使用 %s 中\n"

View File

@@ -8,15 +8,16 @@
# dlin <dlin.tw@gmail.com>, 2014
# dlin <dlin.tw@gmail.com>, 2014
# dlin <dlin.tw@gmail.com>, 2011-2012
# Jeff Huang <s8321414@gmail.com>, 2014-2015,2018
# Jeff Huang <s8321414@gmail.com>, 2014
# 黃柏諺 <s8321414@gmail.com>, 2014-2015,2018
# 黃柏諺 <s8321414@gmail.com>, 2014
# 黃柏諺 <s8321414@gmail.com>, 2014,2019
msgid ""
msgstr ""
"Project-Id-Version: Arch Linux Pacman package manager\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
"POT-Creation-Date: 2018-05-15 10:34+1000\n"
"PO-Revision-Date: 2018-05-15 23:43+0000\n"
"Last-Translator: Jeff Huang <s8321414@gmail.com>\n"
"POT-Creation-Date: 2019-10-21 17:23+1000\n"
"PO-Revision-Date: 2019-10-08 00:28+0000\n"
"Last-Translator: 黃柏諺 <s8321414@gmail.com>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/toofishes/"
"archlinux-pacman/language/zh_TW/)\n"
"Language: zh_TW\n"
@@ -25,52 +26,52 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: lib/libalpm/add.c:86
#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290
#, c-format
msgid "%s-%s is up to date -- skipping\n"
msgstr "%s-%s 已經為最新——跳過\n"
#: lib/libalpm/add.c:90
#: lib/libalpm/add.c:95
#, c-format
msgid "%s-%s is up to date -- reinstalling\n"
msgstr "%s-%s 已經為最新——重新安裝\n"
#: lib/libalpm/add.c:95
#: lib/libalpm/add.c:100
#, c-format
msgid "downgrading package %s (%s => %s)\n"
msgstr "正在降級軟體包 %s (%s => %s)\n"
#: lib/libalpm/add.c:124
#: lib/libalpm/add.c:129
#, c-format
msgid "cannot allocate disk archive object"
msgstr "無法分配磁碟封存物件"
#: lib/libalpm/add.c:138 lib/libalpm/util.c:382
#: lib/libalpm/add.c:143 lib/libalpm/util.c:382
#, c-format
msgid "warning given when extracting %s (%s)\n"
msgstr "解壓縮 %s 時出現警告 (%s)\n"
#: lib/libalpm/add.c:141 lib/libalpm/util.c:385
#: lib/libalpm/add.c:146 lib/libalpm/util.c:385
#, c-format
msgid "could not extract %s (%s)\n"
msgstr "無法解壓縮 %s (%s)\n"
#: lib/libalpm/add.c:154 lib/libalpm/dload.c:561 lib/libalpm/remove.c:541
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542
#, c-format
msgid "could not rename %s to %s (%s)\n"
msgstr "無法將 %s 重命名為 %s (%s)\n"
#: lib/libalpm/add.c:205
#: lib/libalpm/add.c:210
#, c-format
msgid "file not found in file list for package %s. skipping extraction of %s\n"
msgstr "軟體包 %s 忽略無法找到的檔案 %s\n"
#: lib/libalpm/add.c:214
#: lib/libalpm/add.c:219
#, c-format
msgid "unable to extract %s%s: path too long"
msgstr "無法解壓縮 %s%s路徑過長"
#: lib/libalpm/add.c:256
#: lib/libalpm/add.c:261
#, c-format
msgid ""
"directory permissions differ on %s\n"
@@ -79,7 +80,7 @@ msgstr ""
"目錄權限不一致 %s\n"
"檔案系統:%o 軟體包:%o\n"
#: lib/libalpm/add.c:271
#: lib/libalpm/add.c:276
#, c-format
msgid ""
"directory ownership differs on %s\n"
@@ -89,101 +90,101 @@ msgstr ""
"檔案系統:%u:%u 軟體包: %u:%u\n"
"\n"
#: lib/libalpm/add.c:287
#: lib/libalpm/add.c:292
#, c-format
msgid "extract: not overwriting dir with file %s\n"
msgstr "解壓縮:沒有用檔案 %s 覆蓋目錄\n"
#: lib/libalpm/add.c:315
#: lib/libalpm/add.c:320
#, c-format
msgid "unable to extract %s.pacnew: path too long"
msgstr "無法解壓縮 %s.pacnew路徑過長"
#: lib/libalpm/add.c:508 lib/libalpm/util.c:334 lib/libalpm/util.c:573
#: lib/libalpm/add.c:513 lib/libalpm/util.c:334 lib/libalpm/util.c:592
#, c-format
msgid "could not get current working directory\n"
msgstr "無法取得目前的工作目錄\n"
#: lib/libalpm/add.c:513 lib/libalpm/util.c:339 lib/libalpm/util.c:578
#: lib/libalpm/util.c:631
#: lib/libalpm/add.c:518 lib/libalpm/util.c:339 lib/libalpm/util.c:597
#: lib/libalpm/util.c:650
#, c-format
msgid "could not change directory to %s (%s)\n"
msgstr "無法更改目錄到 %s (%s)\n"
#: lib/libalpm/add.c:570 lib/libalpm/util.c:403 lib/libalpm/util.c:738
#: lib/libalpm/add.c:575 lib/libalpm/util.c:403 lib/libalpm/util.c:766
#, c-format
msgid "could not restore working directory (%s)\n"
msgstr "無法回存到工作目錄(%s)\n"
#: lib/libalpm/add.c:578
#: lib/libalpm/add.c:583
#, c-format
msgid "problem occurred while upgrading %s\n"
msgstr "更新 %s 時出現錯誤\n"
#: lib/libalpm/add.c:584
#: lib/libalpm/add.c:589
#, c-format
msgid "problem occurred while installing %s\n"
msgstr "安裝 %s 時出現錯誤\n"
#: lib/libalpm/add.c:599
#: lib/libalpm/add.c:604
#, c-format
msgid "could not update database entry %s-%s\n"
msgstr "無法更新資料庫記錄 %s-%s\n"
#: lib/libalpm/add.c:610
#: lib/libalpm/add.c:615
#, c-format
msgid "could not add entry '%s' in cache\n"
msgstr "無法在快取中添加記錄 '%s' \n"
#: lib/libalpm/be_local.c:255
#: lib/libalpm/be_local.c:267
#, c-format
msgid "error while reading file %s: %s\n"
msgstr "讀取檔案 %s 時發生錯誤: %s\n"
#: lib/libalpm/be_local.c:350
#: lib/libalpm/be_local.c:364
#, c-format
msgid "removing invalid database: %s\n"
msgstr "正在刪除無效的資料庫: %s\n"
#: lib/libalpm/be_local.c:401 lib/libalpm/be_local.c:887
#: lib/libalpm/be_local.c:415 lib/libalpm/be_local.c:905
#, c-format
msgid "could not create directory %s: %s\n"
msgstr "無法更改目錄到 %1$s%2$s\n"
#: lib/libalpm/be_local.c:576 lib/libalpm/be_sync.c:387
#: lib/libalpm/be_local.c:590 lib/libalpm/be_sync.c:386
#, c-format
msgid "invalid name for database entry '%s'\n"
msgstr "資料庫記錄「%s」名字無效\n"
#: lib/libalpm/be_local.c:584
#: lib/libalpm/be_local.c:598
#, c-format
msgid "duplicated database entry '%s'\n"
msgstr "重複的資料庫記錄「%s」\n"
#: lib/libalpm/be_local.c:596
#: lib/libalpm/be_local.c:610
#, c-format
msgid "corrupted database entry '%s'\n"
msgstr "損壞的資料庫記錄「%s」\n"
#: lib/libalpm/be_local.c:699 lib/libalpm/be_local.c:791
#: lib/libalpm/be_local.c:936 lib/libalpm/be_local.c:1033
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:419 lib/libalpm/util.c:253
#: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809
#: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253
#: lib/libalpm/util.c:269
#, c-format
msgid "could not open file %s: %s\n"
msgstr "無法打開檔案 %s: %s\n"
#: lib/libalpm/be_local.c:715 lib/libalpm/be_sync.c:653
#: lib/libalpm/be_local.c:729 lib/libalpm/be_sync.c:650
#, c-format
msgid "%s database is inconsistent: name mismatch on package %s\n"
msgstr "%s 資料庫不一致:名字和軟體包中的 %s 不一致\n"
#: lib/libalpm/be_local.c:721 lib/libalpm/be_sync.c:659
#: lib/libalpm/be_local.c:735 lib/libalpm/be_sync.c:656
#, c-format
msgid "%s database is inconsistent: version mismatch on package %s\n"
msgstr "%s 資料庫不一致:版本和軟體包中的 %s 不一致\n"
#: lib/libalpm/be_local.c:762
#: lib/libalpm/be_local.c:776
#, c-format
msgid "unknown validation type for package %s: %s\n"
msgstr "未知的驗證類型,軟體包 %s: %s\n"
@@ -224,42 +225,42 @@ msgstr "%s 中軟體包版本編號不正確\n"
msgid "missing package metadata in %s\n"
msgstr "%s 中缺少軟體包元資料\n"
#: lib/libalpm/be_package.c:748
#: lib/libalpm/be_package.c:750
#, c-format
msgid "failed to read signature file: %s\n"
msgstr "無法讀取簽章檔:%s\n"
#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:1113
#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953
#, c-format
msgid "required key missing from keyring\n"
msgstr "從鑰匙圈找不到需要的金鑰\n"
#: lib/libalpm/be_sync.c:62
#: lib/libalpm/be_sync.c:61
#, c-format
msgid "removing invalid file: %s\n"
msgstr "刪除無效檔案:%s\n"
#: lib/libalpm/be_sync.c:517
#: lib/libalpm/be_sync.c:515
#, c-format
msgid "could not parse package description file '%s' from db '%s'\n"
msgstr "無法解析軟體包描述檔案「%s」從軟體庫「%s」\n"
#: lib/libalpm/be_sync.c:524
#: lib/libalpm/be_sync.c:522
#, c-format
msgid "could not read db '%s' (%s)\n"
msgstr "無法讀取資料庫 '%s' (%s)\n"
#: lib/libalpm/be_sync.c:558 lib/libalpm/be_sync.c:563
#: lib/libalpm/be_sync.c:556 lib/libalpm/be_sync.c:561
#, c-format
msgid "%s database is inconsistent: filename of package %s is illegal\n"
msgstr "%s 資料庫不一致:軟體包 %s 的檔名不正確\n"
#: lib/libalpm/be_sync.c:568
#: lib/libalpm/be_sync.c:566
#, c-format
msgid "%s database is inconsistent: filename of package %s is too long\n"
msgstr "%s 資料庫不一致:軟體包 %s 的檔名太長\n"
#: lib/libalpm/be_sync.c:634
#: lib/libalpm/be_sync.c:632
#, c-format
msgid "unknown database file: %s\n"
msgstr "未知的資料庫:%s\n"
@@ -284,12 +285,12 @@ msgstr "%s 將在它 %s 的依賴關係之後被刪除\n"
msgid "%s will be installed before its %s dependency\n"
msgstr "%s 將在它 %s 的依賴關係之前被安裝\n"
#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712
#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712
#, c-format
msgid "ignoring package %s-%s\n"
msgstr "正在忽略軟體包 %s-%s\n"
#: lib/libalpm/deps.c:867
#: lib/libalpm/deps.c:869
#, c-format
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
msgstr "無法解決「%s」「%s」的一個依賴關係\n"
@@ -344,37 +345,37 @@ msgstr "無法測定根分割區掛載點 %s\n"
msgid "Partition %s is mounted read only\n"
msgstr "分區 %s 為唯讀\n"
#: lib/libalpm/dload.c:159
#: lib/libalpm/dload.c:161
#, c-format
msgid "disk"
msgstr "硬碟"
#: lib/libalpm/dload.c:345
#: lib/libalpm/dload.c:348
#, c-format
msgid "failed to create temporary file for download\n"
msgstr "無法建立下載暫存檔\n"
#: lib/libalpm/dload.c:390
#: lib/libalpm/dload.c:393
#, c-format
msgid "url '%s' is invalid\n"
msgstr "url「%s」無效\n"
#: lib/libalpm/dload.c:459 lib/libalpm/dload.c:484
#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496
#, c-format
msgid "failed retrieving file '%s' from %s : %s\n"
msgstr "無法取得檔案「%s」從 %s%s\n"
#: lib/libalpm/dload.c:472
#: lib/libalpm/dload.c:477
#, c-format
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
msgstr "無法解開「%s」從 %s 壓縮檔:超出下載的檔案大小\n"
#: lib/libalpm/dload.c:520
#: lib/libalpm/dload.c:532
#, c-format
msgid "%s appears to be truncated: %jd/%jd bytes\n"
msgstr "%s 可縮小:%jd/%jd 位元組\n"
#: lib/libalpm/dload.c:664 lib/libalpm/dload.c:693
#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706
#, c-format
msgid "failed to download %s\n"
msgstr "下載 %s 失敗\n"
@@ -594,199 +595,194 @@ msgstr "缺乏 PGP 簽章"
msgid "invalid PGP signature"
msgstr "無效的 PGP 簽章"
#: lib/libalpm/error.c:135
#, c-format
msgid "invalid or corrupted delta"
msgstr "無效的或已損壞的增修檔"
#: lib/libalpm/error.c:137
#, c-format
msgid "delta patch failed"
msgstr "增修更新失敗"
#: lib/libalpm/error.c:140 lib/libalpm/hook.c:614
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
#, c-format
msgid "could not satisfy dependencies"
msgstr "無法滿足依賴關係"
#: lib/libalpm/error.c:142
#: lib/libalpm/error.c:137
#, c-format
msgid "conflicting dependencies"
msgstr "有衝突的依賴關係"
#: lib/libalpm/error.c:144
#: lib/libalpm/error.c:139
#, c-format
msgid "conflicting files"
msgstr "有衝突的檔案"
#: lib/libalpm/error.c:147
#: lib/libalpm/error.c:142
#, c-format
msgid "failed to retrieve some files"
msgstr "無法擷取某些檔案"
#: lib/libalpm/error.c:149
#: lib/libalpm/error.c:144
#, c-format
msgid "invalid regular expression"
msgstr "無效的正規表達式"
#: lib/libalpm/error.c:155
#: lib/libalpm/error.c:150
#, c-format
msgid "libarchive error"
msgstr "libarchive 錯誤"
#: lib/libalpm/error.c:157
#: lib/libalpm/error.c:152
#, c-format
msgid "download library error"
msgstr "下載函式庫出錯"
#: lib/libalpm/error.c:159
#: lib/libalpm/error.c:154
#, c-format
msgid "gpgme error"
msgstr "gpgme 錯誤"
#: lib/libalpm/error.c:161
#: lib/libalpm/error.c:156
#, c-format
msgid "error invoking external downloader"
msgstr "呼叫外部下載程式時出錯"
#: lib/libalpm/error.c:164
#: lib/libalpm/error.c:159
#, c-format
msgid "compiled without signature support"
msgstr "編譯時未啟用簽章支援"
#: lib/libalpm/error.c:162
#, c-format
msgid "unexpected error"
msgstr "未預期的錯誤"
#: lib/libalpm/handle.c:157
#: lib/libalpm/handle.c:153
#, c-format
msgid "lock file missing %s\n"
msgstr "鎖定檔案遺失 %s\n"
#: lib/libalpm/handle.c:163
#: lib/libalpm/handle.c:159
#, c-format
msgid "could not remove lock file %s\n"
msgstr "無法刪除鎖定檔案 %s\n"
#: lib/libalpm/hook.c:107
#: lib/libalpm/hook.c:95
#, c-format
msgid "Missing trigger targets in hook: %s\n"
msgstr "制動維護 %s 缺乏啟發標的檔案\n"
#: lib/libalpm/hook.c:113
#: lib/libalpm/hook.c:101
#, c-format
msgid "Missing trigger type in hook: %s\n"
msgstr "制動維護 %s 缺乏啟發類型\n"
#: lib/libalpm/hook.c:119
#: lib/libalpm/hook.c:107
#, c-format
msgid "Missing trigger operation in hook: %s\n"
msgstr "制動維護 %s 缺乏啟發行為\n"
#: lib/libalpm/hook.c:146
#: lib/libalpm/hook.c:134
#, c-format
msgid "Missing Exec option in hook: %s\n"
msgstr "制動維護 %s 缺乏 Exec 執行項目\n"
#: lib/libalpm/hook.c:152
#: lib/libalpm/hook.c:140
#, c-format
msgid "Missing When option in hook: %s\n"
msgstr "制動維護 %s 缺乏 When 判斷項目\n"
#: lib/libalpm/hook.c:155
#: lib/libalpm/hook.c:143
#, c-format
msgid "AbortOnFail set for PostTransaction hook: %s\n"
msgstr "已為後置維護 PostTransaction %s 設置 AbortOnFail 條件\n"
#: lib/libalpm/hook.c:273
#: lib/libalpm/hook.c:160
#, c-format
msgid "error while reading hook %s: %s\n"
msgstr "讀取掛鉤 %s 時發生錯誤: %s\n"
#: lib/libalpm/hook.c:275 lib/libalpm/hook.c:315 lib/libalpm/hook.c:357
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
#, c-format
msgid "hook %s line %d: invalid option %s\n"
msgstr "掛鉤 %s 第 %d 行:無效的選項 %s\n"
#: lib/libalpm/hook.c:285
#: lib/libalpm/hook.c:172
#, c-format
msgid "hook %s line %d: invalid section %s\n"
msgstr "掛鉤 %s 第 %d 行:無效的區段 %s\n"
#: lib/libalpm/hook.c:297 lib/libalpm/hook.c:308 lib/libalpm/hook.c:327
#: lib/libalpm/hook.c:350
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
#: lib/libalpm/hook.c:241
#, c-format
msgid "hook %s line %d: invalid value %s\n"
msgstr "掛鉤 %s 第 %d 行:無效的值 %s\n"
#: lib/libalpm/hook.c:301 lib/libalpm/hook.c:320 lib/libalpm/hook.c:331
#: lib/libalpm/hook.c:345
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
#: lib/libalpm/hook.c:236
#, c-format
msgid "hook %s line %d: overwriting previous definition of %s\n"
msgstr "掛鉤 %s 第 %d 行:正在覆寫先前 %s 的定義\n"
#: lib/libalpm/hook.c:352
#: lib/libalpm/hook.c:243
#, c-format
msgid "hook %s line %d: unable to set option (%s)\n"
msgstr "掛鉤 %s 第 %d 行:無法設定選項 (%s)\n"
#: lib/libalpm/hook.c:613
#: lib/libalpm/hook.c:513
#, c-format
msgid "unable to run hook %s: %s\n"
msgstr "無法執行掛鉤 %s%s\n"
#: lib/libalpm/hook.c:648 lib/libalpm/hook.c:660 lib/libalpm/remove.c:385
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:386
#, c-format
msgid "could not open directory: %s: %s\n"
msgstr "無法開啟目錄:%s: %s\n"
#: lib/libalpm/hook.c:676
#: lib/libalpm/hook.c:575
#, c-format
msgid "could not open file: %s%s: %s\n"
msgstr "無法開啟檔案:%s%s%s\n"
#: lib/libalpm/hook.c:696 lib/libalpm/util.c:259
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:259
#, c-format
msgid "could not stat file %s: %s\n"
msgstr "無法取得檔案統計資訊 %s: %s\n"
#: lib/libalpm/hook.c:722
#: lib/libalpm/hook.c:621
#, c-format
msgid "could not read directory: %s: %s\n"
msgstr "無法讀取目錄:%s%s\n"
#: lib/libalpm/package.c:586
#: lib/libalpm/package.c:578
#, c-format
msgid "could not fully load metadata for package %s-%s\n"
msgstr "無法完全載入軟體包的解釋用資料 %s-%s\n"
#: lib/libalpm/remove.c:118
#: lib/libalpm/remove.c:119
#, c-format
msgid "could not find %s in database -- skipping\n"
msgstr "無法在資料庫中找到 %s -- 跳過\n"
#: lib/libalpm/remove.c:153
#: lib/libalpm/remove.c:154
#, c-format
msgid "removing %s from target list\n"
msgstr "正在從目標清單中刪除 '%s' \n"
#: lib/libalpm/remove.c:345
#: lib/libalpm/remove.c:346
#, c-format
msgid "cannot remove file '%s': %s\n"
msgstr "無法刪除檔案「%s」%s\n"
#: lib/libalpm/remove.c:410 lib/libalpm/remove.c:419
#: lib/libalpm/remove.c:411 lib/libalpm/remove.c:420
#, c-format
msgid "could not backup %s due to PATH_MAX overflow\n"
msgstr "因為超過 PATH_MAX 限制而無法備份 %s\n"
#: lib/libalpm/remove.c:561
#: lib/libalpm/remove.c:562
#, c-format
msgid "cannot remove %s (%s)\n"
msgstr "無法移除 %s (%s)\n"
#: lib/libalpm/remove.c:734
#: lib/libalpm/remove.c:735
#, c-format
msgid "could not remove database entry %s-%s\n"
msgstr "無法刪除資料庫記錄 %s-%s\n"
#: lib/libalpm/remove.c:739
#: lib/libalpm/remove.c:740
#, c-format
msgid "could not remove entry '%s' from cache\n"
msgstr "無法從快取中刪除記錄 '%s'\n"
@@ -796,139 +792,154 @@ msgstr "無法從快取中刪除記錄 '%s'\n"
msgid "Public keyring not found; have you run '%s'?\n"
msgstr "找不到公開的鑰匙圈;您要執行「%s」嗎\n"
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705
#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:784
#, c-format
msgid "GPGME error: %s\n"
msgstr "GPGME 錯誤:%s\n"
#: lib/libalpm/signing.c:402
#: lib/libalpm/signing.c:284
#, c-format
msgid "looking up key %s using WKD\n"
msgstr "使用 WKD 尋找金鑰 %s\n"
#: lib/libalpm/signing.c:293
#, c-format
msgid "gpg error: %s\n"
msgstr "gpg 錯誤:%s\n"
#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:515
#, c-format
msgid "keyring is not writable\n"
msgstr "無法寫入鑰匙圈\n"
#: lib/libalpm/signing.c:460
#: lib/libalpm/signing.c:539
#, c-format
msgid "key \"%s\" on keyserver\n"
msgstr "金鑰「%s」在金鑰伺服器上\n"
#: lib/libalpm/signing.c:544
#, c-format
msgid "key \"%s\" could not be imported\n"
msgstr "金鑰「%s」無法匯入\n"
#: lib/libalpm/signing.c:466
#, c-format
msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n"
msgstr "金鑰 %s「%s」在金鑰伺服器上找到鑰匙圈無法寫入\n"
#: lib/libalpm/signing.c:471
#: lib/libalpm/signing.c:548
#, c-format
msgid "key \"%s\" could not be looked up remotely\n"
msgstr "金鑰「%s」無法遠端鎖定\n"
#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1181
#: lib/libalpm/signing.c:943 lib/libalpm/sync.c:1022
#, c-format
msgid "%s: missing required signature\n"
msgstr "%s缺少需要的簽章\n"
#: lib/libalpm/signing.c:874
#: lib/libalpm/signing.c:958
#, c-format
msgid "%s: signature from \"%s\" is marginal trust\n"
msgstr "%s來自 %s 的簽章信任等級不足\n"
#: lib/libalpm/signing.c:882
#: lib/libalpm/signing.c:966
#, c-format
msgid "%s: signature from \"%s\" is unknown trust\n"
msgstr "%s來自 %s 的簽章信任等級不明\n"
#: lib/libalpm/signing.c:889
#: lib/libalpm/signing.c:973
#, c-format
msgid "%s: signature from \"%s\" should never be trusted\n"
msgstr "%s來自 %s 的簽章不該被信任\n"
#: lib/libalpm/signing.c:901
#: lib/libalpm/signing.c:985
#, c-format
msgid "%s: key \"%s\" is unknown\n"
msgstr "%s金鑰「%s」未知\n"
#: lib/libalpm/signing.c:910
#: lib/libalpm/signing.c:994
#, c-format
msgid "%s: key \"%s\" is disabled\n"
msgstr "%s金鑰「%s」已停用\n"
#: lib/libalpm/signing.c:914
#: lib/libalpm/signing.c:998
#, c-format
msgid "%s: signature from \"%s\" is expired\n"
msgstr "%s來自 %s 的簽章已過期\n"
#: lib/libalpm/signing.c:918
#: lib/libalpm/signing.c:1002
#, c-format
msgid "%s: signature from \"%s\" is invalid\n"
msgstr "%s來自 %s 的簽章無效\n"
#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063
#: lib/libalpm/signing.c:1142
#: lib/libalpm/signing.c:1079 lib/libalpm/signing.c:1147
#: lib/libalpm/signing.c:1226
#, c-format
msgid "%s: signature format error\n"
msgstr "%s簽章格式錯誤\n"
#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128
#: lib/libalpm/signing.c:1136
#: lib/libalpm/signing.c:1179 lib/libalpm/signing.c:1212
#: lib/libalpm/signing.c:1220
#, c-format
msgid "%s: unsupported signature format\n"
msgstr "%s簽章格式不受支援\n"
#: lib/libalpm/sync.c:98
#: lib/libalpm/sync.c:99
#, c-format
msgid "%s: ignoring package upgrade (%s => %s)\n"
msgstr "%s忽略軟體包更新%s => %s\n"
#: lib/libalpm/sync.c:110
#: lib/libalpm/sync.c:111
#, c-format
msgid "%s: ignoring package downgrade (%s => %s)\n"
msgstr "%s正在忽略軟體包降級%s => %s\n"
#: lib/libalpm/sync.c:113
#: lib/libalpm/sync.c:114
#, c-format
msgid "%s: downgrading from version %s to version %s\n"
msgstr "%s正在從版本 %s 降級為 %s \n"
#: lib/libalpm/sync.c:119
#: lib/libalpm/sync.c:120
#, c-format
msgid "%s: local (%s) is newer than %s (%s)\n"
msgstr "%s本機%s比 %s 的版本更新 (%s)\n"
#: lib/libalpm/sync.c:160
#: lib/libalpm/sync.c:161
#, c-format
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
msgstr "正在忽略軟體包更新 (%s-%s => %s-%s)\n"
#: lib/libalpm/sync.c:176
#: lib/libalpm/sync.c:177
#, c-format
msgid "cannot replace %s by %s\n"
msgstr "無法替代 %s 以 %s\n"
#: lib/libalpm/sync.c:538 lib/libalpm/sync.c:608
#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605
#, c-format
msgid "unresolvable package conflicts detected\n"
msgstr "檢測到無法解決的軟體包衝突\n"
#: lib/libalpm/sync.c:558
#: lib/libalpm/sync.c:555
#, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "正在從目標清單中刪除「%s」因為它和「%s」衝突\n"
#: lib/libalpm/sync.c:1019
#: lib/libalpm/sync.c:849
#, c-format
msgid "failed to retrieve some files\n"
msgstr "解開部分檔案失敗\n"
#: lib/libalpm/sync.c:1384
#: lib/libalpm/sync.c:1036
#, c-format
msgid "failed to read file %s: %s\n"
msgstr "讀取檔案 %s 失敗:%s\n"
#: lib/libalpm/sync.c:1223
#, c-format
msgid "not enough free disk space\n"
msgstr "剩餘空間不夠\n"
#: lib/libalpm/sync.c:1406
#: lib/libalpm/sync.c:1245
#, c-format
msgid "could not commit removal transaction\n"
msgstr "無法遞交移除事務處理\n"
#: lib/libalpm/sync.c:1414
#: lib/libalpm/sync.c:1253
#, c-format
msgid "could not commit transaction\n"
msgstr "無法遞交事務處理\n"
@@ -963,52 +974,52 @@ msgstr "無法寫入到管線 (%s)\n"
msgid "unable to read from pipe (%s)\n"
msgstr "無法從管線讀取 (%s)\n"
#: lib/libalpm/util.c:590 lib/libalpm/util.c:596
#: lib/libalpm/util.c:609 lib/libalpm/util.c:615
#, c-format
msgid "could not create pipe (%s)\n"
msgstr "無法建立管線 (%s)\n"
#: lib/libalpm/util.c:604
#: lib/libalpm/util.c:623
#, c-format
msgid "could not fork a new process (%s)\n"
msgstr "無法 fork 新行程 (%s)\n"
#: lib/libalpm/util.c:627
#: lib/libalpm/util.c:646
#, c-format
msgid "could not change the root directory (%s)\n"
msgstr "無法更改根目錄 (%s)\n"
#: lib/libalpm/util.c:638
#: lib/libalpm/util.c:658
#, c-format
msgid "call to execv failed (%s)\n"
msgstr "呼叫 execv 失敗 (%s)\n"
#: lib/libalpm/util.c:709
#: lib/libalpm/util.c:737
#, c-format
msgid "call to waitpid failed (%s)\n"
msgstr "呼叫 waitpid 失敗 (%s)\n"
#: lib/libalpm/util.c:719
#: lib/libalpm/util.c:747
#, c-format
msgid "command failed to execute correctly\n"
msgstr "命令未能被正確執行\n"
#: lib/libalpm/util.c:726
#: lib/libalpm/util.c:754
#, c-format
msgid "Unknown signal"
msgstr "未知的訊號"
#: lib/libalpm/util.c:728
#: lib/libalpm/util.c:756
#, c-format
msgid "command terminated by signal %d: %s\n"
msgstr "命令被訊號中斷 %d: %s\n"
#: lib/libalpm/util.c:825
#: lib/libalpm/util.c:853
#, c-format
msgid "no %s cache exists, creating...\n"
msgstr "沒有 %s 快取存在,正在建立...\n"
#: lib/libalpm/util.c:856
#: lib/libalpm/util.c:884
#, c-format
msgid "couldn't find or create package cache, using %s instead\n"
msgstr "無法建立軟體包快取,以 %s 取代\n"

View File

@@ -258,7 +258,46 @@ error:
}
/**
* Search for a GPG key in a remote location.
* Import a key from a Web Key Directory (WKD) into the local keyring using.
* This requires GPGME to call the gpg binary.
* @param handle the context handle
* @param email the email address of the key to import
* @return 0 on success, -1 on error
*/
static int key_import_wkd(alpm_handle_t *handle, const char *email)
{
gpgme_error_t gpg_err;
gpgme_ctx_t ctx;
gpgme_keylist_mode_t mode;
gpgme_key_t key;
int ret = -1;
memset(&ctx, 0, sizeof(ctx));
gpg_err = gpgme_new(&ctx);
CHECK_ERR();
mode = gpgme_get_keylist_mode(ctx);
mode |= GPGME_KEYLIST_MODE_LOCATE;
gpg_err = gpgme_set_keylist_mode(ctx, mode);
CHECK_ERR();
_alpm_log(handle, ALPM_LOG_DEBUG, _("looking up key %s using WKD\n"), email);
gpg_err = gpgme_get_key(ctx, email, &key, 0);
if(gpg_err_code(gpg_err) == GPG_ERR_NO_ERROR) {
ret = 0;
}
gpgme_key_unref(key);
gpg_error:
if(ret != 0) {
_alpm_log(handle, ALPM_LOG_DEBUG, _("gpg error: %s\n"), gpgme_strerror(gpg_err));
}
gpgme_release(ctx);
return ret;
}
/**
* Search for a GPG key on a keyserver.
* This requires GPGME to call the gpg binary and have a keyserver previously
* defined in a gpg.conf configuration file.
* @param handle the context handle
@@ -266,7 +305,7 @@ error:
* @param pgpkey storage location for the given key if found
* @return 1 on success, 0 on key not found, -1 on error
*/
static int key_search(alpm_handle_t *handle, const char *fpr,
static int key_search_keyserver(alpm_handle_t *handle, const char *fpr,
alpm_pgpkey_t *pgpkey)
{
gpgme_error_t gpg_err;
@@ -386,10 +425,10 @@ gpg_error:
/**
* Import a key into the local keyring.
* @param handle the context handle
* @param key the key to import, likely retrieved from #key_search
* @param key the key to import, likely retrieved from #key_search_keyserver
* @return 0 on success, -1 on error
*/
static int key_import(alpm_handle_t *handle, alpm_pgpkey_t *key)
static int key_import_keyserver(alpm_handle_t *handle, alpm_pgpkey_t *key)
{
gpgme_error_t gpg_err;
gpgme_ctx_t ctx;
@@ -430,22 +469,57 @@ gpg_error:
return ret;
}
/** Extract the email address from a user ID
* @param uid the user ID to parse in the form "Example Name <email@address.invalid>"
* @param email to hold email address
* @return 0 on success, -1 on error
*/
static int email_from_uid(const char *uid, char **email)
{
char *start, *end;
if (uid == NULL) {
email = NULL;
return -1;
}
start = strrchr(uid, '<');
if(start) {
end = strrchr(start, '>');
}
if(start && end) {
STRNDUP(*email, start+1, end-start-1, return -1);
return 0;
} else {
email = NULL;
return -1;
}
}
/**
* Import a key defined by a fingerprint into the local keyring.
* @param handle the context handle
* @param uid a user ID of the key to import
* @param fpr the fingerprint key ID to import
* @return 0 on success, -1 on error
*/
int _alpm_key_import(alpm_handle_t *handle, const char *fpr)
int _alpm_key_import(alpm_handle_t *handle, const char *uid, const char *fpr)
{
int ret = -1;
alpm_pgpkey_t fetch_key;
memset(&fetch_key, 0, sizeof(fetch_key));
char *email;
if(_alpm_access(handle, handle->gpgdir, "pubring.gpg", W_OK)) {
/* no chance of import succeeding if pubring isn't writable */
_alpm_log(handle, ALPM_LOG_ERROR, _("keyring is not writable\n"));
return -1;
}
memset(&fetch_key, 0, sizeof(fetch_key));
STRDUP(fetch_key.uid, uid, return -1);
STRDUP(fetch_key.fingerprint, fpr, return -1);
if(key_search(handle, fpr, &fetch_key) == 1) {
_alpm_log(handle, ALPM_LOG_DEBUG,
"unknown key, found %s on keyserver\n", fetch_key.uid);
if(!_alpm_access(handle, handle->gpgdir, "pubring.gpg", W_OK)) {
alpm_question_import_key_t question = {
.type = ALPM_QUESTION_IMPORT_KEY,
.import = 0,
@@ -453,23 +527,28 @@ int _alpm_key_import(alpm_handle_t *handle, const char *fpr)
};
QUESTION(handle, &question);
if(question.import) {
if(key_import(handle, &fetch_key) == 0) {
/* Try to import the key from a WKD first */
if(email_from_uid(uid, &email) == 0) {
ret = key_import_wkd(handle, email);
}
/* If importing from the WKD fails, fall back to keyserver lookup */
if(ret != 0) {
if(key_search_keyserver(handle, fpr, &fetch_key) == 1) {
_alpm_log(handle, ALPM_LOG_DEBUG,
_("key \"%s\" on keyserver\n"), fetch_key.uid);
if(key_import_keyserver(handle, &fetch_key) == 0) {
ret = 0;
} else {
_alpm_log(handle, ALPM_LOG_ERROR,
_("key \"%s\" could not be imported\n"), fetch_key.uid);
}
}
} else {
/* keyring directory was not writable, so we don't even try */
_alpm_log(handle, ALPM_LOG_WARNING,
_("key %s, \"%s\" found on keyserver, keyring is not writable\n"),
fetch_key.fingerprint, fetch_key.uid);
}
} else {
_alpm_log(handle, ALPM_LOG_ERROR,
_("key \"%s\" could not be looked up remotely\n"), fpr);
}
}
}
gpgme_key_unref(fetch_key.data);
return ret;
@@ -709,19 +788,24 @@ error:
}
#else /* HAVE_LIBGPGME */
int _alpm_key_in_keychain(alpm_handle_t UNUSED *handle, const char UNUSED *fpr)
int _alpm_key_in_keychain(alpm_handle_t *handle, const char UNUSED *fpr)
{
handle->pm_errno = ALPM_ERR_MISSING_CAPABILITY_SIGNATURES;
return -1;
}
int _alpm_key_import(alpm_handle_t UNUSED *handle, const char UNUSED *fpr)
int _alpm_key_import(alpm_handle_t *handle, const char UNUSED *uid,
const char UNUSED *fpr)
{
handle->pm_errno = ALPM_ERR_MISSING_CAPABILITY_SIGNATURES;
return -1;
}
int _alpm_gpgme_checksig(alpm_handle_t UNUSED *handle, const char UNUSED *path,
const char UNUSED *base64_sig, alpm_siglist_t UNUSED *siglist)
int _alpm_gpgme_checksig(alpm_handle_t *handle, const char UNUSED *path,
const char UNUSED *base64_sig, alpm_siglist_t *siglist)
{
siglist->count = 0;
handle->pm_errno = ALPM_ERR_MISSING_CAPABILITY_SIGNATURES;
return -1;
}
#endif /* HAVE_LIBGPGME */
@@ -900,7 +984,7 @@ int _alpm_process_siglist(alpm_handle_t *handle, const char *identifier,
_alpm_log(handle, ALPM_LOG_ERROR,
_("%s: key \"%s\" is unknown\n"), identifier, name);
if(_alpm_key_import(handle, result->key.fingerprint) == 0) {
if(_alpm_key_import(handle, result->key.uid, result->key.fingerprint) == 0) {
retry = 1;
}

View File

@@ -32,6 +32,6 @@ int _alpm_process_siglist(alpm_handle_t *handle, const char *identifier,
alpm_siglist_t *siglist, int optional, int marginal, int unknown);
int _alpm_key_in_keychain(alpm_handle_t *handle, const char *fpr);
int _alpm_key_import(alpm_handle_t *handle, const char *fpr);
int _alpm_key_import(alpm_handle_t *handle, const char *uid, const char *fpr);
#endif /* ALPM_SIGNING_H */

View File

@@ -43,11 +43,16 @@
#include "handle.h"
#include "alpm.h"
#include "dload.h"
#include "delta.h"
#include "remove.h"
#include "diskspace.h"
#include "signing.h"
struct keyinfo_t {
char* uid;
char* keyid;
};
/** Check for new version of pkg in sync repos
* (only the first occurrence is considered in sync)
*/
@@ -351,21 +356,6 @@ static int compute_download_size(alpm_pkg_t *newpkg)
/* tell the caller that we have a partial */
ret = 1;
} else if(handle->deltaratio > 0.0) {
off_t dltsize;
dltsize = _alpm_shortest_delta_path(handle, newpkg->deltas,
newpkg->filename, &newpkg->delta_path);
if(newpkg->delta_path && (dltsize < newpkg->size * handle->deltaratio)) {
_alpm_log(handle, ALPM_LOG_DEBUG, "using delta size\n");
size = dltsize;
} else {
_alpm_log(handle, ALPM_LOG_DEBUG, "using package size\n");
size = newpkg->size;
alpm_list_free(newpkg->delta_path);
newpkg->delta_path = NULL;
}
} else {
size = newpkg->size;
}
@@ -696,118 +686,6 @@ off_t SYMEXPORT alpm_pkg_download_size(alpm_pkg_t *newpkg)
return newpkg->download_size;
}
static int endswith(const char *filename, const char *extension)
{
const char *s = filename + strlen(filename) - strlen(extension);
return strcmp(s, extension) == 0;
}
/** Applies delta files to create an upgraded package file.
*
* All intermediate files are deleted, leaving only the starting and
* ending package files.
*
* @param handle the context handle
*
* @return 0 if all delta files were able to be applied, 1 otherwise.
*/
static int apply_deltas(alpm_handle_t *handle)
{
alpm_list_t *i;
size_t deltas_found = 0;
int ret = 0;
const char *cachedir = _alpm_filecache_setup(handle);
alpm_trans_t *trans = handle->trans;
alpm_event_delta_patch_t event;
for(i = trans->add; i; i = i->next) {
alpm_pkg_t *spkg = i->data;
alpm_list_t *delta_path = spkg->delta_path;
alpm_list_t *dlts = NULL;
if(!delta_path) {
continue;
}
if(!deltas_found) {
/* only show this if we actually have deltas to apply, and it is before
* the very first one */
event.type = ALPM_EVENT_DELTA_PATCHES_START;
EVENT(handle, &event);
deltas_found = 1;
}
for(dlts = delta_path; dlts; dlts = dlts->next) {
alpm_delta_t *d = dlts->data;
char *delta, *from, *to;
char command[PATH_MAX];
size_t len = 0;
delta = _alpm_filecache_find(handle, d->delta);
/* the initial package might be in a different cachedir */
if(dlts == delta_path) {
from = _alpm_filecache_find(handle, d->from);
} else {
/* len = cachedir len + from len + '/' + null */
len = strlen(cachedir) + strlen(d->from) + 2;
MALLOC(from, len, free(delta); RET_ERR(handle, ALPM_ERR_MEMORY, 1));
snprintf(from, len, "%s/%s", cachedir, d->from);
}
len = strlen(cachedir) + strlen(d->to) + 2;
MALLOC(to, len, free(delta); free(from); RET_ERR(handle, ALPM_ERR_MEMORY, 1));
snprintf(to, len, "%s/%s", cachedir, d->to);
/* build the patch command */
if(endswith(to, ".gz")) {
/* special handling for gzip : we disable timestamp with -n option */
snprintf(command, PATH_MAX, "xdelta3 -d -q -R -c -s %s %s | gzip -n > %s", from, delta, to);
} else {
snprintf(command, PATH_MAX, "xdelta3 -d -q -s %s %s %s", from, delta, to);
}
_alpm_log(handle, ALPM_LOG_DEBUG, "command: %s\n", command);
event.type = ALPM_EVENT_DELTA_PATCH_START;
event.delta = d;
EVENT(handle, &event);
int retval = system(command);
if(retval == 0) {
event.type = ALPM_EVENT_DELTA_PATCH_DONE;
EVENT(handle, &event);
/* delete the delta file */
unlink(delta);
/* Delete the 'from' package but only if it is an intermediate
* package. The starting 'from' package should be kept, just
* as if deltas were not used. */
if(dlts != delta_path) {
unlink(from);
}
}
FREE(from);
FREE(to);
FREE(delta);
if(retval != 0) {
/* one delta failed for this package, cancel the remaining ones */
event.type = ALPM_EVENT_DELTA_PATCH_FAILED;
EVENT(handle, &event);
handle->pm_errno = ALPM_ERR_DLT_PATCHFAILED;
ret = 1;
break;
}
}
}
if(deltas_found) {
event.type = ALPM_EVENT_DELTA_PATCHES_DONE;
EVENT(handle, &event);
}
return ret;
}
/**
* Prompts to delete the file now that we know it is invalid.
* @param handle the context handle
@@ -832,44 +710,6 @@ static int prompt_to_delete(alpm_handle_t *handle, const char *filepath,
return question.remove;
}
static int validate_deltas(alpm_handle_t *handle, alpm_list_t *deltas)
{
alpm_list_t *i, *errors = NULL;
alpm_event_t event;
if(!deltas) {
return 0;
}
/* Check integrity of deltas */
event.type = ALPM_EVENT_DELTA_INTEGRITY_START;
EVENT(handle, &event);
for(i = deltas; i; i = i->next) {
alpm_delta_t *d = i->data;
char *filepath = _alpm_filecache_find(handle, d->delta);
if(_alpm_test_checksum(filepath, d->delta_md5, ALPM_PKG_VALIDATION_MD5SUM)) {
errors = alpm_list_add(errors, filepath);
} else {
FREE(filepath);
}
}
event.type = ALPM_EVENT_DELTA_INTEGRITY_DONE;
EVENT(handle, &event);
if(errors) {
for(i = errors; i; i = i->next) {
char *filepath = i->data;
prompt_to_delete(handle, filepath, ALPM_ERR_DLT_INVALID);
FREE(filepath);
}
alpm_list_free(errors);
handle->pm_errno = ALPM_ERR_DLT_INVALID;
return -1;
}
return 0;
}
static struct dload_payload *build_payload(alpm_handle_t *handle,
const char *filename, size_t size, alpm_list_t *servers)
{
@@ -882,7 +722,7 @@ static struct dload_payload *build_payload(alpm_handle_t *handle,
return payload;
}
static int find_dl_candidates(alpm_db_t *repo, alpm_list_t **files, alpm_list_t **deltas)
static int find_dl_candidates(alpm_db_t *repo, alpm_list_t **files)
{
alpm_list_t *i;
alpm_handle_t *handle = repo->handle;
@@ -891,8 +731,6 @@ static int find_dl_candidates(alpm_db_t *repo, alpm_list_t **files, alpm_list_t
alpm_pkg_t *spkg = i->data;
if(spkg->origin != ALPM_PKG_FROM_FILE && repo == spkg->origin_data.db) {
alpm_list_t *delta_path = spkg->delta_path;
if(!repo->servers) {
handle->pm_errno = ALPM_ERR_SERVER_NONE;
_alpm_log(handle, ALPM_LOG_ERROR, "%s: %s\n",
@@ -900,22 +738,7 @@ static int find_dl_candidates(alpm_db_t *repo, alpm_list_t **files, alpm_list_t
return 1;
}
if(delta_path) {
/* using deltas */
alpm_list_t *dlts;
for(dlts = delta_path; dlts; dlts = dlts->next) {
alpm_delta_t *delta = dlts->data;
if(delta->download_size != 0) {
struct dload_payload *payload = build_payload(
handle, delta->delta, delta->delta_size, repo->servers);
ASSERT(payload, return -1);
*files = alpm_list_add(*files, payload);
}
/* keep a list of all the delta files for md5sums */
*deltas = alpm_list_add(*deltas, delta);
}
} else if(spkg->download_size != 0) {
if(spkg->download_size != 0) {
struct dload_payload *payload;
ASSERT(spkg->filename != NULL, RET_ERR(handle, ALPM_ERR_PKG_INVALID_NAME, -1));
payload = build_payload(handle, spkg->filename, spkg->size, repo->servers);
@@ -963,7 +786,7 @@ static int download_single_file(alpm_handle_t *handle, struct dload_payload *pay
return -1;
}
static int download_files(alpm_handle_t *handle, alpm_list_t **deltas)
static int download_files(alpm_handle_t *handle)
{
const char *cachedir;
alpm_list_t *i, *files = NULL;
@@ -987,7 +810,7 @@ static int download_files(alpm_handle_t *handle, alpm_list_t **deltas)
}
for(i = handle->dbs_sync; i; i = i->next) {
errors += find_dl_candidates(i->data, &files, deltas);
errors += find_dl_candidates(i->data, &files);
}
if(files) {
@@ -1055,6 +878,7 @@ static int check_keyring(alpm_handle_t *handle)
size_t current = 0, numtargs;
alpm_list_t *i, *errors = NULL;
alpm_event_t event;
struct keyinfo_t *keyinfo;
event.type = ALPM_EVENT_KEYRING_START;
EVENT(handle, &event);
@@ -1088,7 +912,13 @@ static int check_keyring(alpm_handle_t *handle)
char *key = k->data;
if(!alpm_list_find_str(errors, key) &&
_alpm_key_in_keychain(handle, key) == 0) {
errors = alpm_list_add(errors, strdup(key));
keyinfo = malloc(sizeof(struct keyinfo_t));
if(!keyinfo) {
break;
}
keyinfo->uid = strdup(pkg->packager);
keyinfo->keyid = strdup(key);
errors = alpm_list_add(errors, keyinfo);
}
}
FREELIST(keys);
@@ -1109,10 +939,13 @@ static int check_keyring(alpm_handle_t *handle)
int fail = 0;
alpm_list_t *k;
for(k = errors; k; k = k->next) {
char *key = k->data;
if(_alpm_key_import(handle, key) == -1) {
keyinfo = k->data;
if(_alpm_key_import(handle, keyinfo->uid, keyinfo->keyid) == -1) {
fail = 1;
}
free(keyinfo->uid);
free(keyinfo->keyid);
}
event.type = ALPM_EVENT_KEY_DOWNLOAD_DONE;
EVENT(handle, &event);
@@ -1309,24 +1142,12 @@ static int load_packages(alpm_handle_t *handle, alpm_list_t **data,
int _alpm_sync_load(alpm_handle_t *handle, alpm_list_t **data)
{
alpm_list_t *i, *deltas = NULL;
alpm_list_t *i;
size_t total = 0;
uint64_t total_bytes = 0;
alpm_trans_t *trans = handle->trans;
if(download_files(handle, &deltas)) {
alpm_list_free(deltas);
return -1;
}
if(validate_deltas(handle, deltas)) {
alpm_list_free(deltas);
return -1;
}
alpm_list_free(deltas);
/* Use the deltas to generate the packages */
if(apply_deltas(handle)) {
if(download_files(handle)) {
return -1;
}

View File

@@ -1,6 +1,6 @@
project('pacman',
'c',
version : '5.1.0',
version : '5.2.0',
license : 'GPLv2+',
default_options : [
'c_std=gnu99',
@@ -8,9 +8,9 @@ project('pacman',
'sysconfdir=/etc',
'localstatedir=/var',
],
meson_version : '>= 0.47')
meson_version : '>= 0.51')
libalpm_version = '11.0.1'
libalpm_version = '12.0.0'
cc = meson.get_compiler('c')
@@ -69,7 +69,7 @@ conf.set_quoted('PACKAGE_VERSION', PACKAGE_VERSION)
conf.set_quoted('LOCALEDIR', LOCALEDIR)
conf.set_quoted('SCRIPTLET_SHELL', get_option('scriptlet-shell'))
conf.set_quoted('LDCONFIG', LDCONFIG)
conf.set_quoted('LIB_VERSION', meson.project_version())
conf.set_quoted('LIB_VERSION', libalpm_version)
conf.set_quoted('SYSHOOKDIR', join_paths(DATAROOTDIR, 'libalpm/hooks/'))
conf.set_quoted('CONFFILE', join_paths(SYSCONFDIR, 'pacman.conf'))
conf.set_quoted('DBPATH', join_paths(LOCALSTATEDIR, 'lib/pacman/'))
@@ -97,45 +97,23 @@ libcurl = dependency('libcurl',
static : get_option('buildstatic'))
conf.set('HAVE_LIBCURL', libcurl.found())
want_gpgme = get_option('gpgme')
gpgme_config = find_program('gpgme-config', required : want_gpgme)
if not want_gpgme.disabled() and gpgme_config.found()
gpgme_version = run_command(gpgme_config, '--version').stdout().strip()
needed_gpgme_version = '>=1.3.0'
have = gpgme_version.version_compare(needed_gpgme_version)
if want_gpgme.enabled() and not have
error('gpgme @0@ is needed for GPG signature support'.format(needed_gpgme_version))
endif
gpgme_libs = [
cc.find_library('gpgme', required : have,
dirs : [get_option('gpgme-libdir')]),
cc.find_library('gpg-error', required : have,
dirs : [get_option('gpgme-libdir')]),
cc.find_library('assuan', required : have,
dirs : [get_option('gpgme-libdir')]),
]
conf.set('HAVE_LIBGPGME', have)
else
gpgme_libs = []
conf.set('HAVE_LIBGPGME', false)
endif
needed_gpgme_version = '>=1.3.0'
gpgme = dependency('gpgme',
version : needed_gpgme_version,
required : get_option('gpgme'),
static : get_option('buildstatic'),
not_found_message : 'gpgme @0@ is needed for GPG signature support'.format(needed_gpgme_version))
conf.set('HAVE_LIBGPGME', gpgme.found())
want_crypto = get_option('crypto')
if want_crypto == 'openssl'
libcrypto = dependency('libcrypto', static : get_option('buildstatic'))
if not libcrypto.found()
error('openssl support requested but not found')
endif
libcrypto = dependency('libcrypto', static : get_option('buildstatic'),
not_found_message : 'openssl support requested but not found')
crypto_provider = libcrypto
conf.set10('HAVE_LIBSSL', true)
elif want_crypto == 'nettle'
libnettle = dependency('nettle', static : get_option('buildstatic'))
if not libnettle.found()
error('nettle support requested but not found')
endif
libnettle = dependency('nettle', static : get_option('buildstatic'),
not_found_message : 'nettle support requested but not found')
crypto_provider = libnettle
conf.set10('HAVE_LIBNETTLE', true)
else
@@ -158,38 +136,13 @@ foreach header : [
endforeach
foreach sym : [
'dup2',
'fork',
'getcwd',
'getmntent',
'getmntinfo',
'gettimeofday',
'memmove',
'memset',
'mkdir',
'realpath',
'regcomp',
'rmdir',
'setenv',
'setlocale',
'strcasecmp',
'strchr',
'strcspn',
'strdup',
'strerror',
'strndup',
'strnlen',
'strnlen',
'strrchr',
'strsep',
'strsep',
'strstr',
'strtol',
'swprintf',
'tcflush',
'tcflush',
'uname',
'wcwidth',
]
have = cc.has_function(sym, args : '-D_GNU_SOURCE')
conf.set10('HAVE_' + sym.to_upper(), have)
@@ -205,6 +158,21 @@ foreach member : [
conf.set('HAVE_' + '_'.join([member[0], member[1]]).underscorify().to_upper(), have)
endforeach
foreach type : [
# type # program prefix # fallback
['mode_t', '''#include <sys/types.h>''', 'unsigned int'],
['uid_t', '''#include <sys/types.h>''', 'unsigned int'],
['off_t', '''#include <sys/types.h>''', 'signed int'],
['pid_t', '''#include <sys/types.h>''', 'signed int'],
['size_t', '''#include <sys/types.h>''', 'unsigned int'],
['ssize_t', '''#include <sys/types.h>''', 'signed int'],
['int64_t', '''#include <stdint.h>''', 'signed long int'],
]
if not cc.has_type(type[0], prefix: type[1])
conf.set(type[0], type[2])
endif
endforeach
if conf.has('HAVE_STRUCT_STATVFS_F_FLAG')
conf.set('FSSTATSTYPE', 'struct statvfs')
elif conf.has('HAVE_STRUCT_STATFS_F_FLAGS')
@@ -252,36 +220,30 @@ config_h = configure_file(
configuration : conf)
add_project_arguments('-include', 'config.h', language : 'c')
default_duflags = ' -sk --apparent-size'
filecmd = 'file'
default_sedinplaceflags = ' --follow-symlinks -i'
inodecmd = 'stat -c \'%i %n\''
ownercmd = 'stat -c \'%u:%g\''
modecmd = 'stat -c \'%a\''
strip_binaries = '--strip-all'
strip_shared = '--strip-unneeded'
strip_static = '--strip-debug'
file_seccomp = get_option('file-seccomp')
# meson-git has find_program('file', required: false, version: '>=5.38')
filever = run_command('sh', '-c', 'file --version | sed -n "s/^file-\(.*\)/\\1/p"').stdout()
if file_seccomp.enabled() or ( file_seccomp.auto() and filever.version_compare('>= 5.38') )
filecmd = 'file -S'
endif
os = host_machine.system()
if os.startswith('darwin')
inodecmd = '/usr/bin/stat -f \'%i %n\''
ownercmd = '/usr/bin/stat -f \'%u:%g\''
modecmd = '/usr/bin/stat -f \'%lp\''
default_sedinplaceflags = ' -i \'\''
default_duflags = ' -sk'
strip_binaries = ''
strip_shared = '-s'
strip_static = '-s'
elif os.contains('bsd') or os == 'dragonfly'
inodecmd = 'stat -f \'%i %n\''
ownercmd = 'stat -f \'%u:%g\''
modecmd = 'stat -f \'%lp\''
default_sedinplaceflags = ' -i \'\''
default_duflags = ' -sk'
endif
duflags = get_option('duflags')
if duflags == 'autodetect'
duflags = default_duflags
endif
sedinplaceflags = get_option('sedinplaceflags')
@@ -314,12 +276,9 @@ substs.set('BUILDSCRIPT', BUILDSCRIPT)
substs.set('TEMPLATE_DIR', get_option('makepkg-template-dir'))
substs.set('DEBUGSUFFIX', get_option('debug-suffix'))
substs.set('INODECMD', inodecmd)
substs.set('OWNERCMD', ownercmd)
substs.set('MODECMD', modecmd)
substs.set('FILECMD', filecmd)
substs.set('SEDINPLACEFLAGS', sedinplaceflags)
substs.set('SEDPATH', SED.path())
substs.set('DUFLAGS', duflags)
substs.set('DUPATH', DU.path())
substs.set('LIBMAKEPKGDIR', LIBMAKEPKGDIR)
substs.set('STRIP_BINARIES', strip_binaries)
substs.set('STRIP_SHARED', strip_shared)
@@ -355,29 +314,27 @@ libcommon = static_library(
include_directories : includes,
install : false)
libalpm_a = static_library(
'alpm',
libalpm_sources,
include_directories : includes,
dependencies : [crypto_provider, libarchive, libcurl] + gpgme_libs,
link_with : [libcommon],
install : true)
alpm_deps = [crypto_provider, libarchive, libcurl, gpgme]
if get_option('default_library') != 'static'
libalpm = library(
libalpm_a = static_library(
'alpm_objlib',
libalpm_sources,
# https://github.com/mesonbuild/meson/issues/3937
objects : libcommon.extract_all_objects(),
include_directories : includes,
dependencies : alpm_deps)
libalpm = library(
'alpm',
version : libalpm_version,
link_whole: [libalpm_a],
objects: libalpm_a.extract_all_objects(recursive: true),
dependencies : alpm_deps,
install : true)
else
libalpm = libalpm_a
endif
install_headers(
'lib/libalpm/alpm.h',
'lib/libalpm/alpm_list.h')
# TODO: libs.private seem quite wrong here
pkgconfig = import('pkgconfig')
pkgconfig.generate(
libalpm,
@@ -400,14 +357,7 @@ executable(
pacman_conf_sources,
include_directories : includes,
link_with : [libalpm],
install : true,
)
executable(
'cleanupdelta',
cleanupdelta_sources,
include_directories : includes,
link_with : [libalpm],
dependencies : [libarchive],
install : true,
)
@@ -416,6 +366,7 @@ executable(
testpkg_sources,
include_directories : includes,
link_with : [libalpm],
dependencies : [libarchive],
install : true,
)
@@ -479,10 +430,8 @@ message('\n '.join([
' Architecture : @0@'.format(carch),
' Host Type : @0@'.format(chost),
' File inode command : @0@'.format(inodecmd),
' File owner command : @0@'.format(ownercmd),
' File mode command : @0@'.format(modecmd),
' Directory size command : @0@ @1@'.format(DU.path(), duflags),
' In-place sed command : @0@ @1@'.format(SED.path(), sedinplaceflags),
' File seccomp command : @0@'.format(filecmd),
' libalpm version : @0@'.format(libalpm_version),
' pacman version : @0@'.format(PACKAGE_VERSION),
'',

View File

@@ -47,15 +47,13 @@ option('crypto', type : 'combo', choices : ['openssl', 'nettle'],
option('gpgme', type : 'feature', value : 'auto',
description : 'use GPGME for PGP signature verification')
option('gpgme-libdir', type : 'string', value : '/usr/lib',
description : 'search directory for gpgme libraries.')
option('i18n', type : 'boolean', value : true,
description : 'enable localization of pacman, libalpm and scripts')
# tools
option('duflags', type : 'string', value : 'autodetect',
description : 'flags to pass to du to measure file size')
option('file-seccomp', type: 'feature', value: 'auto',
description: 'determine whether file is seccomp-enabled')
option('sedinplaceflags', type : 'string', value : 'auto',
description : 'flags to pass to sed to edit a file in-place')

2
scripts/.gitignore vendored
View File

@@ -1,8 +1,8 @@
libmakepkg.pc
makepkg
makepkg-template
pacman-db-upgrade
pacman-key
pkgdelta
repo-add
repo-elephant
repo-remove

View File

@@ -5,6 +5,9 @@ AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = \
SUBDIRS = po
pkgconfigdir = $(datarootdir)/pkgconfig
pkgconfig_DATA = libmakepkg.pc
bin_SCRIPTS = \
$(OURSCRIPTS) \
makepkg-template \
@@ -16,15 +19,15 @@ OURSCRIPTS = \
makepkg \
pacman-db-upgrade \
pacman-key \
pkgdelta \
repo-add
EXTRA_DIST = \
meson.build \
libmakepkg.pc.in \
makepkg.sh.in \
makepkg-template.pl.in \
pacman-db-upgrade.sh.in \
pacman-key.sh.in \
pkgdelta.sh.in \
repo-add.sh.in \
wrapper.sh.in \
$(COMPLETION_DIST) \
@@ -70,6 +73,7 @@ LIBMAKEPKG_IN = \
libmakepkg/integrity/verify_checksum.sh \
libmakepkg/integrity/verify_signature.sh \
libmakepkg/lint_config.sh \
libmakepkg/lint_config/ext.sh \
libmakepkg/lint_config/paths.sh \
libmakepkg/lint_config/source_date_epoch.sh \
libmakepkg/lint_config/variable.sh \
@@ -121,6 +125,7 @@ LIBMAKEPKG_IN = \
libmakepkg/tidy/zipman.sh \
libmakepkg/util.sh \
libmakepkg/util/compress.sh \
libmakepkg/util/config.sh \
libmakepkg/util/error.sh \
libmakepkg/util/message.sh \
libmakepkg/util/option.sh \
@@ -131,13 +136,13 @@ LIBMAKEPKG_IN = \
libmakepkg/util/util.sh
LIBMAKEPKG_DIST = \
$(addprefix libmakepkg/, $(addsuffix /meson.build, $(LIBMAKEPKGDIRS))) \
$(addsuffix .in, $(LIBMAKEPKG_IN))
WRAPPER = \
makepkg-wrapper \
pacman-db-upgrade-wrapper \
pacman-key-wrapper \
pkgdelta-wrapper \
repo-add-wrapper
COMPLETION_IN = \
@@ -148,7 +153,7 @@ COMPLETION_DIST = \
$(addsuffix .in, $(COMPLETION_IN))
# Files that should be removed, but which Automake does not know.
MOSTLYCLEANFILES = $(bin_SCRIPTS) $(LIBMAKEPKG_IN) $(COMPLETION_IN)
MOSTLYCLEANFILES = $(bin_SCRIPTS) $(LIBMAKEPKG_IN) $(COMPLETION_IN) libmakepkg.pc
clean-local:
$(AM_V_at)$(RM) -r .lib
@@ -177,12 +182,9 @@ edit = sed \
-e 's|@TEMPLATE_DIR[@]|$(TEMPLATE_DIR)|g' \
-e 's|@DEBUGSUFFIX[@]|$(DEBUGSUFFIX)|g' \
-e "s|@INODECMD[@]|$(INODECMD)|g" \
-e "s|@OWNERCMD[@]|$(OWNERCMD)|g" \
-e "s|@MODECMD[@]|$(MODECMD)|g" \
-e "s|@FILECMD[@]|$(FILECMD)|g" \
-e 's|@SEDINPLACEFLAGS[@]|$(SEDINPLACEFLAGS)|g' \
-e 's|@SEDPATH[@]|$(SEDPATH)|g' \
-e 's|@DUFLAGS[@]|$(DUFLAGS)|g' \
-e 's|@DUPATH[@]|$(DUPATH)|g' \
-e 's|@SCRIPTNAME[@]|$@|g' \
-e 's|@configure_input[@]|Generated from $<; do not edit by hand.|g'
@@ -202,7 +204,7 @@ $(LIBMAKEPKG_IN): %: %.in Makefile
$(AM_V_at)chmod a-w $@
@$(BASH_SHELL) -O extglob -n $@
$(COMPLETION_IN): %: %.in Makefile
$(COMPLETION_IN) libmakepkg.pc: %: %.in Makefile
$(AM_V_at)$(RM) $@
$(AM_V_at)$(MKDIR_P) $(dir $@)
$(AM_V_GEN)$(edit) $(srcdir)/$@.in >$@

View File

@@ -24,7 +24,7 @@ _arch_ptr2comp() {
}
_arch_incomp() {
local r="\s-(-${1#* }\s|\w*${1% *})"; [[ $COMP_LINE =~ $r ]]
local r="[[:space:]]-(-${1#* }[[:space:]]|[[:alnum:]_]*${1% *})"; [[ $COMP_LINE =~ $r ]]
}
_pacman_keyids() {
@@ -41,9 +41,9 @@ _pacman_keyids() {
}
_pacman_key() {
local o cur opts prev wantfiles
COMPREPLY=()
_get_comp_words_by_ref cur prev
local o opts wantfiles
local cur prev words cword
_init_completion || return
opts=('add config delete edit-key export finger gpgdir
help import import-trustdb init keyserver list-keys list-sigs
lsign-key nocolor populate recv-keys refresh-keys updatedb
@@ -72,12 +72,12 @@ _pacman_key() {
_makepkg() {
compopt +o default
local cur opts prev
COMPREPLY=()
_get_comp_words_by_ref cur prev
local opts
local cur prev words cword
_init_completion || return
if [[ $prev = @(-p|--config) ]]; then
compopt -o default
elif [[ ! $prev =~ ^-(-(config|help|key|version)$|\w*[Vh]) ]]; then
elif [[ ! $prev =~ ^-(-(config|help|key|version)$|[[:alnum:]_]*[Vh]) ]]; then
opts=('allsource asdeps check clean cleanbuild config force geninteg help
holdver ignorearch install key log needed noarchive nobuild nocheck
nocolor noconfirm nodeps noextract noprepare noprogressbar nosign
@@ -105,9 +105,9 @@ _pacman_repo_list() {
_pacman() {
compopt -o default
local common core cur database files prev query remove sync upgrade o
COMPREPLY=()
_get_comp_words_by_ref cur prev
local common core database files query remove sync upgrade o
local cur prev words cword
_init_completion || return
database=('asdeps asexplicit')
files=('list machinereadable owns search refresh regex' 'l o s x y')
query=('changelog check deps explicit file foreign groups info list native owns
@@ -127,7 +127,7 @@ _pacman() {
if [[ $? != 0 ]]; then
_arch_ptr2comp core
elif [[ ! $prev =~ ^-\w*[Vbhr] &&
elif [[ ! $prev =~ ^-[[:alnum:]_]*[Vbhr] &&
! $prev = --@(cachedir|color|config|dbpath|help|hookdir|gpgdir|logfile|root|version) ]]
then
[[ $cur = -* ]] && _arch_ptr2comp ${o#* } common ||

6
scripts/libmakepkg.pc.in Normal file
View File

@@ -0,0 +1,6 @@
libmakepkgdir=@libmakepkgdir@
Name: libmakepkg
Description: Arch Linux package build utility
URL: https://www.archlinux.org/pacman/
Version: @PACKAGE_VERSION@

View File

@@ -1,7 +1,7 @@
#!/bin/bash
#
# buildenv.sh - functions for altering the build environment before
# compiliation
# compilation
#
# Copyright (c) 2015-2018 Pacman Development Team <pacman-dev@archlinux.org>
#
@@ -22,11 +22,6 @@
[[ -n "$LIBMAKEPKG_BUILDENV_SH" ]] && return
LIBMAKEPKG_BUILDENV_SH=1
LIBRARY=${LIBRARY:-'@libmakepkgdir@'}
source "$LIBRARY/util/message.sh"
declare -a buildenv_functions build_options
for lib in "$LIBRARY/buildenv/"*.sh; do
@@ -41,5 +36,5 @@ prepare_buildenv() {
done
# ensure all necessary build variables are exported
export CPPFLAGS CFLAGS CXXFLAGS LDFLAGS MAKEFLAGS CHOST
export CPPFLAGS CFLAGS CXXFLAGS LDFLAGS RUSTFLAGS MAKEFLAGS CHOST
}

View File

@@ -30,6 +30,6 @@ buildenv_functions+=('buildenv_buildflags')
buildenv_buildflags() {
if check_option "buildflags" "n"; then
unset CPPFLAGS CFLAGS DEBUG_CFLAGS CXXFLAGS DEBUG_CXXFLAGS LDFLAGS
unset CPPFLAGS CFLAGS DEBUG_CFLAGS CXXFLAGS DEBUG_CXXFLAGS LDFLAGS RUSTFLAGS DEBUG_RUSTFLAGS
fi
}

View File

@@ -32,7 +32,9 @@ buildenv_debugflags() {
if check_option "debug" "y"; then
DEBUG_CFLAGS+=" -fdebug-prefix-map=$srcdir=${DBGSRCDIR:-/usr/src/debug}"
DEBUG_CXXFLAGS+=" -fdebug-prefix-map=$srcdir=${DBGSRCDIR:-/usr/src/debug}"
DEBUG_RUSTFLAGS+=" --remap-path-prefix=$srcdir=${DBGSRCDIR:-/usr/src/debug}"
CFLAGS+=" $DEBUG_CFLAGS"
CXXFLAGS+=" $DEBUG_CXXFLAGS"
RUSTFLAGS+=" $DEBUG_RUSTFLAGS"
fi
}

View File

@@ -21,11 +21,6 @@
[[ -n "$LIBMAKEPKG_EXECUTABLE_SH" ]] && return
LIBMAKEPKG_EXECUTABLE_SH=1
LIBRARY=${LIBRARY:-'@libmakepkgdir@'}
source "$LIBRARY/util/message.sh"
declare -a executable_functions
for lib in "$LIBRARY/executable/"*.sh; do

View File

@@ -23,6 +23,7 @@ LIBMAKEPKG_EXECUTABLE_CCACHE_SH=1
LIBRARY=${LIBRARY:-'@libmakepkgdir@'}
source "$LIBRARY/util/message.sh"
source "$LIBRARY/util/option.sh"
executable_functions+=('executable_ccache')

View File

@@ -23,6 +23,7 @@ LIBMAKEPKG_EXECUTABLE_CHECKSUM_SH=1
LIBRARY=${LIBRARY:-'@libmakepkgdir@'}
source "$LIBRARY/util/message.sh"
executable_functions+=('executable_checksum')

View File

@@ -23,6 +23,7 @@ LIBMAKEPKG_EXECUTABLE_DISTCC_SH=1
LIBRARY=${LIBRARY:-'@libmakepkgdir@'}
source "$LIBRARY/util/message.sh"
source "$LIBRARY/util/option.sh"
executable_functions+=('executable_distcc')

Some files were not shown because too many files have changed in this diff Show More