From da637c79e5637e1e6b1f5360c112147ebf85ccb5 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 7 Feb 2007 02:24:13 +0000 Subject: Oops. Actuall add two new translation templates as requested on the ML- 'it' and 'pt_BR'. --- lib/libalpm/po/it.po | 1350 +++++++++++++++++++++++++++++++++++++++++++++++ lib/libalpm/po/pt_BR.po | 1350 +++++++++++++++++++++++++++++++++++++++++++++++ src/pacman/po/it.po | 1018 +++++++++++++++++++++++++++++++++++ src/pacman/po/pt_BR.po | 1018 +++++++++++++++++++++++++++++++++++ 4 files changed, 4736 insertions(+) create mode 100644 lib/libalpm/po/it.po create mode 100644 lib/libalpm/po/pt_BR.po create mode 100644 src/pacman/po/it.po create mode 100644 src/pacman/po/pt_BR.po diff --git a/lib/libalpm/po/it.po b/lib/libalpm/po/it.po new file mode 100644 index 00000000..1aab31fc --- /dev/null +++ b/lib/libalpm/po/it.po @@ -0,0 +1,1350 @@ +# Italian translations for Pacman package manager package. +# Copyright (C) 2002-2007 Judd Vinet +# This file is distributed under the same license as the Pacman package manager package. +# (First author here) <(email here)>, 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: Pacman package manager 3.0.0\n" +"Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n" +"POT-Creation-Date: 2007-02-06 20:43-0500\n" +"PO-Revision-Date: 2007-02-06 20:15-0500\n" +"Last-Translator: Dan McGee \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: lib/libalpm/add.c:95 +#, c-format +msgid "could not parse token %s" +msgstr "" + +#: lib/libalpm/add.c:129 +#, c-format +msgid "loading target '%s'" +msgstr "" + +#: lib/libalpm/add.c:175 +#, c-format +msgid "replacing older version %s-%s by %s in target list" +msgstr "" + +#: lib/libalpm/add.c:184 +#, c-format +msgid "newer version %s-%s is in the target list -- skipping" +msgstr "" + +#: lib/libalpm/add.c:191 +#, c-format +msgid "reading '%s' metadata" +msgstr "" + +#: lib/libalpm/add.c:244 lib/libalpm/remove.c:110 +msgid "looking for unsatisfied dependencies" +msgstr "" + +#: lib/libalpm/add.c:256 lib/libalpm/sync.c:476 +msgid "looking for conflicts" +msgstr "" + +#: lib/libalpm/add.c:295 lib/libalpm/remove.c:146 +msgid "sorting by dependencies" +msgstr "" + +#: lib/libalpm/add.c:307 +msgid "cleaning up" +msgstr "" + +#: lib/libalpm/add.c:324 +msgid "looking for file conflicts" +msgstr "" + +#: lib/libalpm/add.c:391 +#, c-format +msgid "upgrading package %s-%s" +msgstr "" + +#: lib/libalpm/add.c:401 lib/libalpm/conflict.c:288 lib/libalpm/conflict.c:318 +#, c-format +msgid "loading FILES info for '%s'" +msgstr "" + +#: lib/libalpm/add.c:423 +#, c-format +msgid "removing old package first (%s-%s)" +msgstr "" + +#: lib/libalpm/add.c:453 +#, c-format +msgid "adding package %s-%s" +msgstr "" + +#: lib/libalpm/add.c:464 +#, c-format +msgid "adding new package %s-%s" +msgstr "" + +#: lib/libalpm/add.c:468 +msgid "extracting files" +msgstr "" + +#: lib/libalpm/add.c:483 lib/libalpm/util.c:461 +msgid "could not get current working directory" +msgstr "" + +#: lib/libalpm/add.c:529 +#, c-format +msgid "notice: %s is in NoExtract -- skipping extraction" +msgstr "" + +#: lib/libalpm/add.c:565 lib/libalpm/add.c:718 +#, c-format +msgid "could not extract %s (%s)" +msgstr "" + +#: lib/libalpm/add.c:608 +#, c-format +msgid "checking md5 hashes for %s" +msgstr "" + +#: lib/libalpm/add.c:609 lib/libalpm/add.c:616 +#, c-format +msgid "current: %s" +msgstr "" + +#: lib/libalpm/add.c:610 lib/libalpm/add.c:617 +#, c-format +msgid "new: %s" +msgstr "" + +#: lib/libalpm/add.c:612 lib/libalpm/add.c:619 +#, c-format +msgid "original: %s" +msgstr "" + +#: lib/libalpm/add.c:615 +#, c-format +msgid "checking sha1 hashes for %s" +msgstr "" + +#: lib/libalpm/add.c:633 +#, c-format +msgid "could not rename %s (%s)" +msgstr "" + +#: lib/libalpm/add.c:634 +#, c-format +msgid "error: could not rename %s (%s)" +msgstr "" + +#: lib/libalpm/add.c:638 lib/libalpm/add.c:682 +#, c-format +msgid "could not copy %s to %s (%s)" +msgstr "" + +#: lib/libalpm/add.c:639 +#, c-format +msgid "error: could not copy %s to %s (%s)" +msgstr "" + +#: lib/libalpm/add.c:643 +#, c-format +msgid "%s saved as %s.pacorig" +msgstr "" + +#: lib/libalpm/add.c:644 +#, c-format +msgid "warning: %s saved as %s" +msgstr "" + +#: lib/libalpm/add.c:654 lib/libalpm/add.c:657 lib/libalpm/add.c:663 +msgid "action: installing new file" +msgstr "" + +#: lib/libalpm/add.c:661 +msgid "action: leaving existing file in place" +msgstr "" + +#: lib/libalpm/add.c:667 +msgid "action: keeping current file and installing new one with .pacnew ending" +msgstr "" + +#: lib/libalpm/add.c:671 +#, c-format +msgid "could not install %s as %s: %s" +msgstr "" + +#: lib/libalpm/add.c:672 +#, c-format +msgid "error: could not install %s as %s: %s" +msgstr "" + +#: lib/libalpm/add.c:674 +#, c-format +msgid "%s installed as %s" +msgstr "" + +#: lib/libalpm/add.c:675 +#, c-format +msgid "warning: %s installed as %s" +msgstr "" + +#: lib/libalpm/add.c:680 lib/libalpm/add.c:700 +#, c-format +msgid "extracting %s" +msgstr "" + +#: lib/libalpm/add.c:702 +#, c-format +msgid "%s is in NoUpgrade -- skipping" +msgstr "" + +#: lib/libalpm/add.c:704 +#, c-format +msgid "extracting %s as %s.pacnew" +msgstr "" + +#: lib/libalpm/add.c:705 +#, c-format +msgid "warning: extracting %s%s as %s" +msgstr "" + +#: lib/libalpm/add.c:719 +#, c-format +msgid "error: could not extract %s (%s)" +msgstr "" + +#: lib/libalpm/add.c:729 +msgid "appending backup entry" +msgstr "" + +#: lib/libalpm/add.c:760 lib/libalpm/add.c:762 +#, c-format +msgid "errors occurred while %s %s" +msgstr "" + +#: lib/libalpm/add.c:761 lib/libalpm/add.c:763 +msgid "upgrading" +msgstr "" + +#: lib/libalpm/add.c:761 lib/libalpm/add.c:763 +msgid "installing" +msgstr "" + +#: lib/libalpm/add.c:784 lib/libalpm/add.c:840 +#, c-format +msgid "adding '%s' in requiredby field for '%s'" +msgstr "" + +#: lib/libalpm/add.c:795 lib/libalpm/remove.c:293 +msgid "updating database" +msgstr "" + +#: lib/libalpm/add.c:796 +#, c-format +msgid "adding database entry '%s'" +msgstr "" + +#: lib/libalpm/add.c:798 +#, c-format +msgid "could not update database entry %s-%s" +msgstr "" + +#: lib/libalpm/add.c:800 +#, c-format +msgid "error updating database for %s-%s!" +msgstr "" + +#: lib/libalpm/add.c:804 +#, c-format +msgid "could not add entry '%s' in cache" +msgstr "" + +#: lib/libalpm/add.c:810 lib/libalpm/remove.c:303 +msgid "updating dependency packages 'requiredby' fields" +msgstr "" + +#: lib/libalpm/add.c:832 +#, c-format +msgid "could not find dependency '%s'" +msgstr "" + +#: lib/libalpm/add.c:843 lib/libalpm/remove.c:345 +#, c-format +msgid "could not update 'requiredby' database entry %s-%s" +msgstr "" + +#: lib/libalpm/add.c:870 lib/libalpm/remove.c:358 lib/libalpm/sync.c:1046 +#, c-format +msgid "running \"ldconfig -r %s\"" +msgstr "" + +#: lib/libalpm/alpm.c:113 +#, c-format +msgid "removing DB %s, %d remaining..." +msgstr "" + +#: lib/libalpm/alpm.c:178 +#, c-format +msgid "unregistering database '%s'" +msgstr "" + +#: lib/libalpm/alpm.c:183 +#, c-format +msgid "closing database '%s'" +msgstr "" + +#: lib/libalpm/alpm.c:229 +#, c-format +msgid "" +"adding new server to database '%s': protocol '%s', server '%s', path '%s'" +msgstr "" + +#: lib/libalpm/alpm.c:233 +#, c-format +msgid "serverlist flushed for '%s'" +msgstr "" + +#: lib/libalpm/alpm.c:276 +#, c-format +msgid "failed to get lastupdate time for %s (no big deal)" +msgstr "" + +#: lib/libalpm/alpm.c:295 +#, c-format +msgid "failed to sync db: %s [%d]" +msgstr "" + +#: lib/libalpm/alpm.c:299 +#, c-format +msgid "sync: new mtime for %s: %s" +msgstr "" + +#: lib/libalpm/alpm.c:305 +#, c-format +msgid "flushing database %s/%s" +msgstr "" + +#: lib/libalpm/alpm.c:309 +#, c-format +msgid "could not remove database entry %s/%s" +msgstr "" + +#: lib/libalpm/alpm.c:479 +#, c-format +msgid "could not get sha1 checksum for package %s-%s" +msgstr "" + +#: lib/libalpm/alpm.c:485 lib/libalpm/alpm.c:534 +#, c-format +msgid "loading DESC info for '%s'" +msgstr "" + +#: lib/libalpm/alpm.c:490 lib/libalpm/alpm.c:539 +#, c-format +msgid "checksums for package %s-%s are matching" +msgstr "" + +#: lib/libalpm/alpm.c:493 +#, c-format +msgid "sha1sums do not match for package %s-%s" +msgstr "" + +#: lib/libalpm/alpm.c:528 +#, c-format +msgid "could not get md5 checksum for package %s-%s" +msgstr "" + +#: lib/libalpm/alpm.c:542 +#, c-format +msgid "md5sums do not match for package %s-%s" +msgstr "" + +#: lib/libalpm/alpm.c:791 +#, c-format +msgid "could not remove lock file %s" +msgstr "" + +#: lib/libalpm/alpm.c:792 +#, c-format +msgid "warning: could not remove lock file %s" +msgstr "" + +#: lib/libalpm/alpm.c:929 +#, c-format +msgid "config: new section '%s'" +msgstr "" + +#: lib/libalpm/alpm.c:958 +msgid "config: nopassiveftp" +msgstr "" + +#: lib/libalpm/alpm.c:961 +msgid "config: usesyslog" +msgstr "" + +#: lib/libalpm/alpm.c:964 +msgid "config: chomp" +msgstr "" + +#: lib/libalpm/alpm.c:967 +msgid "config: usecolor" +msgstr "" + +#: lib/libalpm/alpm.c:976 +#, c-format +msgid "config: including %s" +msgstr "" + +#: lib/libalpm/alpm.c:986 lib/libalpm/alpm.c:991 +#, c-format +msgid "config: noupgrade: %s" +msgstr "" + +#: lib/libalpm/alpm.c:999 lib/libalpm/alpm.c:1004 +#, c-format +msgid "config: noextract: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1012 lib/libalpm/alpm.c:1017 +#, c-format +msgid "config: ignorepkg: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1025 lib/libalpm/alpm.c:1030 +#, c-format +msgid "config: holdpkg: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1037 +#, c-format +msgid "config: dbpath: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1044 +#, c-format +msgid "config: cachedir: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1047 +#, c-format +msgid "config: logfile: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1050 +#, c-format +msgid "config: xfercommand: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1055 +#, c-format +msgid "config: upgradedelay: %d" +msgstr "" + +#: lib/libalpm/alpm.c:1094 lib/libalpm/sync.c:129 lib/libalpm/sync.c:197 +msgid "checking for package replacements" +msgstr "" + +#: lib/libalpm/alpm.c:1103 lib/libalpm/sync.c:138 +#, c-format +msgid "checking replacement '%s' for package '%s'" +msgstr "" + +#: lib/libalpm/alpm.c:1105 lib/libalpm/sync.c:140 +#, c-format +msgid "%s-%s: ignoring package upgrade (to be replaced by %s-%s)" +msgstr "" + +#: lib/libalpm/alpm.c:1139 lib/libalpm/sync.c:174 +#, c-format +msgid "%s-%s elected for upgrade (to be replaced by %s-%s)" +msgstr "" + +#: lib/libalpm/alpm.c:1161 lib/libalpm/sync.c:212 +#, c-format +msgid "'%s' not found in sync db -- skipping" +msgstr "" + +#: lib/libalpm/alpm.c:1175 lib/libalpm/sync.c:226 lib/libalpm/sync.c:502 +#, c-format +msgid "'%s' is already elected for removal -- skipping" +msgstr "" + +#: lib/libalpm/alpm.c:1185 lib/libalpm/package.c:144 +#, c-format +msgid "%s: local (%s) is newer than %s (%s)" +msgstr "" + +#: lib/libalpm/alpm.c:1191 lib/libalpm/package.c:149 +#, c-format +msgid "%s-%s: ignoring package upgrade (%s)" +msgstr "" + +#: lib/libalpm/alpm.c:1195 lib/libalpm/package.c:154 +#, c-format +msgid "%s-%s: delaying upgrade of package (%s)" +msgstr "" + +#: lib/libalpm/alpm.c:1199 lib/libalpm/sync.c:233 +#, c-format +msgid "%s-%s elected for upgrade (%s => %s)" +msgstr "" + +#: lib/libalpm/be_files.c:59 +#, c-format +msgid "unpacking database '%s'" +msgstr "" + +#: lib/libalpm/be_files.c:183 +#, c-format +msgid "invalid name for dabatase entry '%s'" +msgstr "" + +#: lib/libalpm/be_files.c:211 +msgid "invalid package entry provided to _alpm_db_read, skipping" +msgstr "" + +#: lib/libalpm/be_files.c:216 +#, c-format +msgid "" +"request to read database info for a file-based package '%s', skipping..." +msgstr "" + +#: lib/libalpm/be_files.c:224 +#, c-format +msgid "loading package data for %s : level=%d" +msgstr "" + +#: lib/libalpm/be_files.c:232 +#, c-format +msgid "cannot find '%s-%s' in db '%s'" +msgstr "" + +#: lib/libalpm/be_files.c:240 lib/libalpm/be_files.c:384 +#: lib/libalpm/be_files.c:407 lib/libalpm/be_files.c:495 +#: lib/libalpm/be_files.c:581 lib/libalpm/be_files.c:608 +#: lib/libalpm/package.c:185 +#, c-format +msgid "could not open file %s: %s" +msgstr "" + +#: lib/libalpm/be_files.c:492 +#, c-format +msgid "writing %s-%s DESC information back to db" +msgstr "" + +#: lib/libalpm/be_files.c:578 +#, c-format +msgid "writing %s-%s FILES information back to db" +msgstr "" + +#: lib/libalpm/be_files.c:605 +#, c-format +msgid "writing %s-%s DEPENDS information back to db" +msgstr "" + +#: lib/libalpm/cache.c:59 +#, c-format +msgid "loading package cache (infolevel=%#x) for repository '%s'" +msgstr "" + +#: lib/libalpm/cache.c:83 +#, c-format +msgid "freeing package cache for repository '%s'" +msgstr "" + +#: lib/libalpm/cache.c:132 +#, c-format +msgid "package cache reloaded (infolevel=%#x) for repository '%s'" +msgstr "" + +#: lib/libalpm/cache.c:152 +#, c-format +msgid "adding entry '%s' in '%s' cache" +msgstr "" + +#: lib/libalpm/cache.c:178 +#, c-format +msgid "removing entry '%s' from '%s' cache" +msgstr "" + +#: lib/libalpm/cache.c:213 +#, c-format +msgid "loading group cache for repository '%s'" +msgstr "" + +#: lib/libalpm/conflict.c:78 +#, c-format +msgid "checkconflicts: targ '%s' vs db" +msgstr "" + +#: lib/libalpm/conflict.c:87 lib/libalpm/conflict.c:101 +#, c-format +msgid "targs vs db: found %s as a conflict for %s" +msgstr "" + +#: lib/libalpm/conflict.c:114 +#, c-format +msgid "checkconflicts: targ '%s' vs targs" +msgstr "" + +#: lib/libalpm/conflict.c:123 lib/libalpm/conflict.c:136 +#, c-format +msgid "targs vs targs: found %s as a conflict for %s" +msgstr "" + +#: lib/libalpm/conflict.c:150 +#, c-format +msgid "checkconflicts: db vs targ '%s'" +msgstr "" + +#: lib/libalpm/conflict.c:177 lib/libalpm/conflict.c:192 +#, c-format +msgid "db vs targs: found %s as a conflict for %s" +msgstr "" + +#: lib/libalpm/conflict.c:250 lib/libalpm/conflict.c:350 lib/libalpm/deps.c:57 +#: lib/libalpm/deps.c:593 lib/libalpm/deps.c:633 lib/libalpm/group.c:43 +#: lib/libalpm/handle.c:49 lib/libalpm/package.c:74 lib/libalpm/sync.c:65 +#: lib/libalpm/sync.c:607 lib/libalpm/sync.c:623 lib/libalpm/sync.c:719 +#: lib/libalpm/trans.c:49 lib/libalpm/util.c:599 lib/libalpm/util.c:606 +#, c-format +msgid "malloc failure: could not allocate %d bytes" +msgstr "" + +#: lib/libalpm/db.c:62 lib/libalpm/db.c:69 +#, c-format +msgid "malloc failed: could not allocate %d bytes" +msgstr "" + +#: lib/libalpm/db.c:163 +msgid "attempt to re-register the 'local' DB" +msgstr "" + +#: lib/libalpm/db.c:171 +#, c-format +msgid "attempt to re-register the '%s' database, using existing" +msgstr "" + +#: lib/libalpm/db.c:177 +#, c-format +msgid "registering database '%s'" +msgstr "" + +#: lib/libalpm/db.c:182 +#, c-format +msgid "database directory '%s' does not exist -- try creating it" +msgstr "" + +#: lib/libalpm/db.c:193 +#, c-format +msgid "opening database '%s'" +msgstr "" + +#: lib/libalpm/deps.c:128 +msgid "started sorting dependencies" +msgstr "" + +#: lib/libalpm/deps.c:133 +msgid "possible dependency cycle detected" +msgstr "" + +#: lib/libalpm/deps.c:178 +msgid "sorting dependencies finished" +msgstr "" + +#: lib/libalpm/deps.c:219 lib/libalpm/deps.c:276 +msgid "null package found in package list" +msgstr "" + +#: lib/libalpm/deps.c:224 +#, c-format +msgid "cannot find package installed '%s'" +msgstr "" + +#: lib/libalpm/deps.c:258 lib/libalpm/deps.c:379 +#, c-format +msgid "checkdeps: found %s as required by %s" +msgstr "" + +#: lib/libalpm/deps.c:284 +#, c-format +msgid "no dependencies for target '%s'" +msgstr "" + +#: lib/libalpm/deps.c:330 +#, c-format +msgid "checkdeps: found %s as a dependency for %s" +msgstr "" + +#: lib/libalpm/deps.c:478 +#, c-format +msgid "cannot find package \"%s\" or anything that provides it!" +msgstr "" + +#: lib/libalpm/deps.c:483 +msgid "dep is NULL!" +msgstr "" + +#: lib/libalpm/deps.c:498 +#, c-format +msgid "excluding %s -- explicitly installed" +msgstr "" + +#: lib/libalpm/deps.c:515 +#, c-format +msgid "loading ALL info for '%s'" +msgstr "" + +#: lib/libalpm/deps.c:518 +#, c-format +msgid "adding '%s' to the targets" +msgstr "" + +#: lib/libalpm/deps.c:546 +msgid "started resolving dependencies" +msgstr "" + +#: lib/libalpm/deps.c:564 +#, c-format +msgid "%s provides dependency %s -- skipping" +msgstr "" + +#: lib/libalpm/deps.c:589 +#, c-format +msgid "" +"cannot resolve dependencies for \"%s\" (\"%s\" is not in the package set)" +msgstr "" + +#: lib/libalpm/deps.c:606 +#, c-format +msgid "dependency %s is already in the target list -- skipping" +msgstr "" + +#: lib/libalpm/deps.c:626 +#, c-format +msgid "pulling dependency %s (needed by %s)" +msgstr "" + +#: lib/libalpm/deps.c:630 +#, c-format +msgid "cannot resolve dependencies for \"%s\"" +msgstr "" + +#: lib/libalpm/deps.c:646 +#, c-format +msgid "dependency cycle detected: %s" +msgstr "" + +#: lib/libalpm/deps.c:650 +msgid "finished resolving dependencies" +msgstr "" + +#: lib/libalpm/error.c:34 +msgid "out of memory!" +msgstr "" + +#: lib/libalpm/error.c:36 +msgid "unexpected system error" +msgstr "" + +#: lib/libalpm/error.c:38 +msgid "insufficient privileges" +msgstr "" + +#: lib/libalpm/error.c:40 +msgid "wrong or NULL argument passed" +msgstr "" + +#: lib/libalpm/error.c:42 +msgid "could not find or read file" +msgstr "" + +#: lib/libalpm/error.c:45 +msgid "library not initialized" +msgstr "" + +#: lib/libalpm/error.c:47 +msgid "library already initialized" +msgstr "" + +#: lib/libalpm/error.c:49 +msgid "unable to lock database" +msgstr "" + +#: lib/libalpm/error.c:52 +msgid "could not open database" +msgstr "" + +#: lib/libalpm/error.c:54 +msgid "could not create database" +msgstr "" + +#: lib/libalpm/error.c:56 +msgid "database not initialized" +msgstr "" + +#: lib/libalpm/error.c:58 +msgid "database already registered" +msgstr "" + +#: lib/libalpm/error.c:60 +msgid "could not find database" +msgstr "" + +#: lib/libalpm/error.c:62 +msgid "could not update database" +msgstr "" + +#: lib/libalpm/error.c:64 +msgid "could not remove database entry" +msgstr "" + +#: lib/libalpm/error.c:71 +msgid "could not set parameter" +msgstr "" + +#: lib/libalpm/error.c:74 lib/libalpm/error.c:80 +msgid "transaction not initialized" +msgstr "" + +#: lib/libalpm/error.c:76 +msgid "transaction already initialized" +msgstr "" + +#: lib/libalpm/error.c:78 +msgid "duplicate target" +msgstr "" + +#: lib/libalpm/error.c:82 +msgid "transaction not prepared" +msgstr "" + +#: lib/libalpm/error.c:84 +msgid "transaction aborted" +msgstr "" + +#: lib/libalpm/error.c:86 +msgid "operation not compatible with the transaction type" +msgstr "" + +#: lib/libalpm/error.c:89 +msgid "could not find or read package" +msgstr "" + +#: lib/libalpm/error.c:91 +msgid "invalid or corrupted package" +msgstr "" + +#: lib/libalpm/error.c:93 +msgid "cannot open package file" +msgstr "" + +#: lib/libalpm/error.c:95 +msgid "cannot load package data" +msgstr "" + +#: lib/libalpm/error.c:97 +msgid "package already installed" +msgstr "" + +#: lib/libalpm/error.c:99 +msgid "package not installed or lesser version" +msgstr "" + +#: lib/libalpm/error.c:101 +msgid "package name is not valid" +msgstr "" + +#: lib/libalpm/error.c:103 +msgid "corrupted package" +msgstr "" + +#: lib/libalpm/error.c:105 +msgid "no such repository" +msgstr "" + +#: lib/libalpm/error.c:108 +msgid "group not found" +msgstr "" + +#: lib/libalpm/error.c:111 +msgid "could not satisfy dependencies" +msgstr "" + +#: lib/libalpm/error.c:113 +msgid "conflicting dependencies" +msgstr "" + +#: lib/libalpm/error.c:115 +msgid "conflicting files" +msgstr "" + +#: lib/libalpm/error.c:118 +msgid "user aborted" +msgstr "" + +#: lib/libalpm/error.c:120 +msgid "libarchive error" +msgstr "" + +#: lib/libalpm/error.c:122 +msgid "internal error" +msgstr "" + +#: lib/libalpm/error.c:124 +msgid "not enough space" +msgstr "" + +#: lib/libalpm/error.c:126 +msgid "not confirmed" +msgstr "" + +#: lib/libalpm/error.c:129 +msgid "bad section name" +msgstr "" + +#: lib/libalpm/error.c:131 +msgid "'local' is reserved and cannot be used as a package tree" +msgstr "" + +#: lib/libalpm/error.c:133 +msgid "syntax error" +msgstr "" + +#: lib/libalpm/error.c:135 +msgid "all directives must belong to a section" +msgstr "" + +#: lib/libalpm/error.c:137 +msgid "invalid regular expression" +msgstr "" + +#: lib/libalpm/error.c:139 +msgid "connection to remote host failed" +msgstr "" + +#: lib/libalpm/error.c:141 +msgid "forking process failed" +msgstr "" + +#: lib/libalpm/error.c:143 +msgid "unexpected error" +msgstr "" + +#: lib/libalpm/md5driver.c:51 lib/libalpm/sha1.c:398 +#, c-format +msgid "%s can't be opened\n" +msgstr "" + +#: lib/libalpm/package.c:202 lib/libalpm/package.c:262 +#, c-format +msgid "%s: syntax error in description file line %d" +msgstr "" + +#: lib/libalpm/package.c:331 +msgid "could not parse the package description file" +msgstr "" + +#: lib/libalpm/package.c:335 +#, c-format +msgid "missing package name in %s" +msgstr "" + +#: lib/libalpm/package.c:339 +#, c-format +msgid "missing package version in %s" +msgstr "" + +#: lib/libalpm/package.c:374 +#, c-format +msgid "could not remove tempfile %s" +msgstr "" + +#: lib/libalpm/package.c:387 lib/libalpm/package.c:394 +#, c-format +msgid "error while reading package: %s" +msgstr "" + +#: lib/libalpm/package.c:400 +msgid "missing package metadata" +msgstr "" + +#: lib/libalpm/package.c:407 +#, c-format +msgid "missing package filelist in %s, generating one" +msgstr "" + +#: lib/libalpm/remove.c:78 +#, c-format +msgid "could not find %s in database" +msgstr "" + +#: lib/libalpm/remove.c:92 +#, c-format +msgid "adding %s in the targets list" +msgstr "" + +#: lib/libalpm/remove.c:120 +#, c-format +msgid "pulling %s in the targets list" +msgstr "" + +#: lib/libalpm/remove.c:123 +#, c-format +msgid "could not find %s in database -- skipping" +msgstr "" + +#: lib/libalpm/remove.c:141 +msgid "finding removable dependencies" +msgstr "" + +#: lib/libalpm/remove.c:193 +#, c-format +msgid "file %s does not exist" +msgstr "" + +#: lib/libalpm/remove.c:199 +#, c-format +msgid "keeping directory %s" +msgstr "" + +#: lib/libalpm/remove.c:201 +#, c-format +msgid "removing directory %s" +msgstr "" + +#: lib/libalpm/remove.c:215 +#, c-format +msgid "skipping removal of %s as it has moved to another package" +msgstr "" + +#: lib/libalpm/remove.c:227 +#, c-format +msgid "%s saved as %s" +msgstr "" + +#: lib/libalpm/remove.c:231 +#, c-format +msgid "unlinking %s" +msgstr "" + +#: lib/libalpm/remove.c:237 +#, c-format +msgid "cannot remove file %s: %s" +msgstr "" + +#: lib/libalpm/remove.c:265 +#, c-format +msgid "removing package %s-%s" +msgstr "" + +#: lib/libalpm/remove.c:276 +msgid "removing files" +msgstr "" + +#: lib/libalpm/remove.c:294 +#, c-format +msgid "removing database entry '%s'" +msgstr "" + +#: lib/libalpm/remove.c:296 +#, c-format +msgid "could not remove database entry %s-%s" +msgstr "" + +#: lib/libalpm/remove.c:299 +#, c-format +msgid "could not remove entry '%s' from cache" +msgstr "" + +#: lib/libalpm/remove.c:333 +#, c-format +msgid "could not find dependency '%s' for removal" +msgstr "" + +#: lib/libalpm/remove.c:343 +#, c-format +msgid "updating 'requiredby' field for package '%s'" +msgstr "" + +#: lib/libalpm/sync.c:200 +msgid "checking for package upgrades" +msgstr "" + +#: lib/libalpm/sync.c:278 +#, c-format +msgid "searching for target in repo '%s'" +msgstr "" + +#: lib/libalpm/sync.c:287 lib/libalpm/sync.c:310 +#, c-format +msgid "target '%s' not found -- looking for provisions" +msgstr "" + +#: lib/libalpm/sync.c:292 lib/libalpm/sync.c:315 +#, c-format +msgid "found '%s' as a provision for '%s'" +msgstr "" + +#: lib/libalpm/sync.c:299 +#, c-format +msgid "repository '%s' not found" +msgstr "" + +#: lib/libalpm/sync.c:333 +#, c-format +msgid "%s-%s is up to date -- skipping" +msgstr "" + +#: lib/libalpm/sync.c:353 +#, c-format +msgid "adding target '%s' to the transaction set" +msgstr "" + +#: lib/libalpm/sync.c:401 +msgid "resolving target's dependencies" +msgstr "" + +#: lib/libalpm/sync.c:421 +#, c-format +msgid "adding package %s-%s to the transaction targets" +msgstr "" + +#: lib/libalpm/sync.c:456 +msgid "looking for unresolvable dependencies" +msgstr "" + +#: lib/libalpm/sync.c:487 +#, c-format +msgid "package '%s' is conflicting with '%s'" +msgstr "" + +#: lib/libalpm/sync.c:509 +#, c-format +msgid "'%s' not found in transaction set -- skipping" +msgstr "" + +#: lib/libalpm/sync.c:520 +#, c-format +msgid "package '%s' provides its own conflict" +msgstr "" + +#: lib/libalpm/sync.c:543 lib/libalpm/sync.c:548 +#, c-format +msgid "'%s' is in the target list -- keeping it" +msgstr "" + +#: lib/libalpm/sync.c:560 lib/libalpm/sync.c:597 +#, c-format +msgid "removing '%s' from target list" +msgstr "" + +#: lib/libalpm/sync.c:569 +#, c-format +msgid "resolving package '%s' conflict" +msgstr "" + +#: lib/libalpm/sync.c:592 +#, c-format +msgid "electing '%s' for removal" +msgstr "" + +#: lib/libalpm/sync.c:603 lib/libalpm/sync.c:619 +msgid "unresolvable package conflicts detected" +msgstr "" + +#: lib/libalpm/sync.c:671 +msgid "checking dependencies of packages designated for removal" +msgstr "" + +#: lib/libalpm/sync.c:685 +msgid "something has gone horribly wrong" +msgstr "" + +#: lib/libalpm/sync.c:704 +#, c-format +msgid "found '%s' as a provision for '%s' -- conflict aborted" +msgstr "" + +#: lib/libalpm/sync.c:800 +#, c-format +msgid "%s is already in the cache\n" +msgstr "" + +#: lib/libalpm/sync.c:811 +#, c-format +msgid "no %s cache exists. creating...\n" +msgstr "" + +#: lib/libalpm/sync.c:812 +#, c-format +msgid "warning: no %s cache exists. creating..." +msgstr "" + +#: lib/libalpm/sync.c:817 +msgid "couldn't create package cache, using /tmp instead\n" +msgstr "" + +#: lib/libalpm/sync.c:818 +msgid "warning: couldn't create package cache, using /tmp instead" +msgstr "" + +#: lib/libalpm/sync.c:825 +#, c-format +msgid "failed to retrieve some files from %s\n" +msgstr "" + +#: lib/libalpm/sync.c:854 lib/libalpm/sync.c:866 +#, c-format +msgid "can't get md5 or sha1 checksum for package %s\n" +msgstr "" + +#: lib/libalpm/sync.c:885 +#, c-format +msgid "archive %s was corrupted (bad MD5 or SHA1 checksum)\n" +msgstr "" + +#: lib/libalpm/sync.c:887 +#, c-format +msgid "archive %s is corrupted (bad MD5 or SHA1 checksum)\n" +msgstr "" + +#: lib/libalpm/sync.c:908 +msgid "could not create removal transaction" +msgstr "" + +#: lib/libalpm/sync.c:914 +msgid "could not initialize the removal transaction" +msgstr "" + +#: lib/libalpm/sync.c:934 +msgid "removing conflicting and to-be-replaced packages" +msgstr "" + +#: lib/libalpm/sync.c:936 +msgid "could not prepare removal transaction" +msgstr "" + +#: lib/libalpm/sync.c:942 +msgid "could not commit removal transaction" +msgstr "" + +#: lib/libalpm/sync.c:949 +msgid "installing packages" +msgstr "" + +#: lib/libalpm/sync.c:952 +msgid "could not create transaction" +msgstr "" + +#: lib/libalpm/sync.c:957 +msgid "could not initialize transaction" +msgstr "" + +#: lib/libalpm/sync.c:980 +msgid "could not prepare transaction" +msgstr "" + +#: lib/libalpm/sync.c:985 +msgid "could not commit transaction" +msgstr "" + +#: lib/libalpm/sync.c:992 +msgid "updating database for replaced packages' dependencies" +msgstr "" + +#: lib/libalpm/sync.c:1021 +#, c-format +msgid "could not update requiredby for database entry %s-%s" +msgstr "" + +#: lib/libalpm/sync.c:1030 +#, c-format +msgid "could not update new database entry %s-%s" +msgstr "" + +#: lib/libalpm/util.c:278 +#, c-format +msgid "could not open %s: %s\n" +msgstr "" + +#: lib/libalpm/util.c:291 +#, c-format +msgid "could not extract %s: %s\n" +msgstr "" + +#: lib/libalpm/util.c:349 +#, c-format +msgid "logaction called: %s" +msgstr "" + +#: lib/libalpm/util.c:441 +msgid "could not create temp directory" +msgstr "" + +#: lib/libalpm/util.c:468 +#, c-format +msgid "could not change directory to %s (%s)" +msgstr "" + +#: lib/libalpm/util.c:471 +#, c-format +msgid "executing %s script..." +msgstr "" + +#: lib/libalpm/util.c:484 +#, c-format +msgid "could not fork a new process (%s)" +msgstr "" + +#: lib/libalpm/util.c:491 +#, c-format +msgid "chrooting in %s" +msgstr "" + +#: lib/libalpm/util.c:493 +#, c-format +msgid "could not change the root directory (%s)" +msgstr "" + +#: lib/libalpm/util.c:497 +#, c-format +msgid "could not change directory to / (%s)" +msgstr "" + +#: lib/libalpm/util.c:501 +#, c-format +msgid "executing \"%s\"" +msgstr "" + +#: lib/libalpm/util.c:504 +#, c-format +msgid "call to popen failed (%s)" +msgstr "" + +#: lib/libalpm/util.c:529 +#, c-format +msgid "call to waitpid failed (%s)" +msgstr "" + +#: lib/libalpm/util.c:537 +#, c-format +msgid "could not remove tmpdir %s" +msgstr "" + +#: lib/libalpm/util.c:594 +#, c-format +msgid "check_freespace: total pkg size: %lld, disk space: %lld" +msgstr "" + +#: lib/libalpm/versioncmp.c:277 +#, c-format +msgid "depcmp: %s-%s %s %s-%s => %s" +msgstr "" + +#: lib/libalpm/versioncmp.c:281 +#, c-format +msgid "depcmp: %s-%s %s %s => %s" +msgstr "" diff --git a/lib/libalpm/po/pt_BR.po b/lib/libalpm/po/pt_BR.po new file mode 100644 index 00000000..854b38ba --- /dev/null +++ b/lib/libalpm/po/pt_BR.po @@ -0,0 +1,1350 @@ +# Portuguese translations for Pacman package manager package. +# Copyright (C) 2002-2007 Judd Vinet +# This file is distributed under the same license as the Pacman package manager package. +# (First author here) <(email here)>, 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: Pacman package manager 3.0.0\n" +"Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n" +"POT-Creation-Date: 2007-02-06 20:43-0500\n" +"PO-Revision-Date: 2007-02-06 20:16-0500\n" +"Last-Translator: Dan McGee \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: lib/libalpm/add.c:95 +#, c-format +msgid "could not parse token %s" +msgstr "" + +#: lib/libalpm/add.c:129 +#, c-format +msgid "loading target '%s'" +msgstr "" + +#: lib/libalpm/add.c:175 +#, c-format +msgid "replacing older version %s-%s by %s in target list" +msgstr "" + +#: lib/libalpm/add.c:184 +#, c-format +msgid "newer version %s-%s is in the target list -- skipping" +msgstr "" + +#: lib/libalpm/add.c:191 +#, c-format +msgid "reading '%s' metadata" +msgstr "" + +#: lib/libalpm/add.c:244 lib/libalpm/remove.c:110 +msgid "looking for unsatisfied dependencies" +msgstr "" + +#: lib/libalpm/add.c:256 lib/libalpm/sync.c:476 +msgid "looking for conflicts" +msgstr "" + +#: lib/libalpm/add.c:295 lib/libalpm/remove.c:146 +msgid "sorting by dependencies" +msgstr "" + +#: lib/libalpm/add.c:307 +msgid "cleaning up" +msgstr "" + +#: lib/libalpm/add.c:324 +msgid "looking for file conflicts" +msgstr "" + +#: lib/libalpm/add.c:391 +#, c-format +msgid "upgrading package %s-%s" +msgstr "" + +#: lib/libalpm/add.c:401 lib/libalpm/conflict.c:288 lib/libalpm/conflict.c:318 +#, c-format +msgid "loading FILES info for '%s'" +msgstr "" + +#: lib/libalpm/add.c:423 +#, c-format +msgid "removing old package first (%s-%s)" +msgstr "" + +#: lib/libalpm/add.c:453 +#, c-format +msgid "adding package %s-%s" +msgstr "" + +#: lib/libalpm/add.c:464 +#, c-format +msgid "adding new package %s-%s" +msgstr "" + +#: lib/libalpm/add.c:468 +msgid "extracting files" +msgstr "" + +#: lib/libalpm/add.c:483 lib/libalpm/util.c:461 +msgid "could not get current working directory" +msgstr "" + +#: lib/libalpm/add.c:529 +#, c-format +msgid "notice: %s is in NoExtract -- skipping extraction" +msgstr "" + +#: lib/libalpm/add.c:565 lib/libalpm/add.c:718 +#, c-format +msgid "could not extract %s (%s)" +msgstr "" + +#: lib/libalpm/add.c:608 +#, c-format +msgid "checking md5 hashes for %s" +msgstr "" + +#: lib/libalpm/add.c:609 lib/libalpm/add.c:616 +#, c-format +msgid "current: %s" +msgstr "" + +#: lib/libalpm/add.c:610 lib/libalpm/add.c:617 +#, c-format +msgid "new: %s" +msgstr "" + +#: lib/libalpm/add.c:612 lib/libalpm/add.c:619 +#, c-format +msgid "original: %s" +msgstr "" + +#: lib/libalpm/add.c:615 +#, c-format +msgid "checking sha1 hashes for %s" +msgstr "" + +#: lib/libalpm/add.c:633 +#, c-format +msgid "could not rename %s (%s)" +msgstr "" + +#: lib/libalpm/add.c:634 +#, c-format +msgid "error: could not rename %s (%s)" +msgstr "" + +#: lib/libalpm/add.c:638 lib/libalpm/add.c:682 +#, c-format +msgid "could not copy %s to %s (%s)" +msgstr "" + +#: lib/libalpm/add.c:639 +#, c-format +msgid "error: could not copy %s to %s (%s)" +msgstr "" + +#: lib/libalpm/add.c:643 +#, c-format +msgid "%s saved as %s.pacorig" +msgstr "" + +#: lib/libalpm/add.c:644 +#, c-format +msgid "warning: %s saved as %s" +msgstr "" + +#: lib/libalpm/add.c:654 lib/libalpm/add.c:657 lib/libalpm/add.c:663 +msgid "action: installing new file" +msgstr "" + +#: lib/libalpm/add.c:661 +msgid "action: leaving existing file in place" +msgstr "" + +#: lib/libalpm/add.c:667 +msgid "action: keeping current file and installing new one with .pacnew ending" +msgstr "" + +#: lib/libalpm/add.c:671 +#, c-format +msgid "could not install %s as %s: %s" +msgstr "" + +#: lib/libalpm/add.c:672 +#, c-format +msgid "error: could not install %s as %s: %s" +msgstr "" + +#: lib/libalpm/add.c:674 +#, c-format +msgid "%s installed as %s" +msgstr "" + +#: lib/libalpm/add.c:675 +#, c-format +msgid "warning: %s installed as %s" +msgstr "" + +#: lib/libalpm/add.c:680 lib/libalpm/add.c:700 +#, c-format +msgid "extracting %s" +msgstr "" + +#: lib/libalpm/add.c:702 +#, c-format +msgid "%s is in NoUpgrade -- skipping" +msgstr "" + +#: lib/libalpm/add.c:704 +#, c-format +msgid "extracting %s as %s.pacnew" +msgstr "" + +#: lib/libalpm/add.c:705 +#, c-format +msgid "warning: extracting %s%s as %s" +msgstr "" + +#: lib/libalpm/add.c:719 +#, c-format +msgid "error: could not extract %s (%s)" +msgstr "" + +#: lib/libalpm/add.c:729 +msgid "appending backup entry" +msgstr "" + +#: lib/libalpm/add.c:760 lib/libalpm/add.c:762 +#, c-format +msgid "errors occurred while %s %s" +msgstr "" + +#: lib/libalpm/add.c:761 lib/libalpm/add.c:763 +msgid "upgrading" +msgstr "" + +#: lib/libalpm/add.c:761 lib/libalpm/add.c:763 +msgid "installing" +msgstr "" + +#: lib/libalpm/add.c:784 lib/libalpm/add.c:840 +#, c-format +msgid "adding '%s' in requiredby field for '%s'" +msgstr "" + +#: lib/libalpm/add.c:795 lib/libalpm/remove.c:293 +msgid "updating database" +msgstr "" + +#: lib/libalpm/add.c:796 +#, c-format +msgid "adding database entry '%s'" +msgstr "" + +#: lib/libalpm/add.c:798 +#, c-format +msgid "could not update database entry %s-%s" +msgstr "" + +#: lib/libalpm/add.c:800 +#, c-format +msgid "error updating database for %s-%s!" +msgstr "" + +#: lib/libalpm/add.c:804 +#, c-format +msgid "could not add entry '%s' in cache" +msgstr "" + +#: lib/libalpm/add.c:810 lib/libalpm/remove.c:303 +msgid "updating dependency packages 'requiredby' fields" +msgstr "" + +#: lib/libalpm/add.c:832 +#, c-format +msgid "could not find dependency '%s'" +msgstr "" + +#: lib/libalpm/add.c:843 lib/libalpm/remove.c:345 +#, c-format +msgid "could not update 'requiredby' database entry %s-%s" +msgstr "" + +#: lib/libalpm/add.c:870 lib/libalpm/remove.c:358 lib/libalpm/sync.c:1046 +#, c-format +msgid "running \"ldconfig -r %s\"" +msgstr "" + +#: lib/libalpm/alpm.c:113 +#, c-format +msgid "removing DB %s, %d remaining..." +msgstr "" + +#: lib/libalpm/alpm.c:178 +#, c-format +msgid "unregistering database '%s'" +msgstr "" + +#: lib/libalpm/alpm.c:183 +#, c-format +msgid "closing database '%s'" +msgstr "" + +#: lib/libalpm/alpm.c:229 +#, c-format +msgid "" +"adding new server to database '%s': protocol '%s', server '%s', path '%s'" +msgstr "" + +#: lib/libalpm/alpm.c:233 +#, c-format +msgid "serverlist flushed for '%s'" +msgstr "" + +#: lib/libalpm/alpm.c:276 +#, c-format +msgid "failed to get lastupdate time for %s (no big deal)" +msgstr "" + +#: lib/libalpm/alpm.c:295 +#, c-format +msgid "failed to sync db: %s [%d]" +msgstr "" + +#: lib/libalpm/alpm.c:299 +#, c-format +msgid "sync: new mtime for %s: %s" +msgstr "" + +#: lib/libalpm/alpm.c:305 +#, c-format +msgid "flushing database %s/%s" +msgstr "" + +#: lib/libalpm/alpm.c:309 +#, c-format +msgid "could not remove database entry %s/%s" +msgstr "" + +#: lib/libalpm/alpm.c:479 +#, c-format +msgid "could not get sha1 checksum for package %s-%s" +msgstr "" + +#: lib/libalpm/alpm.c:485 lib/libalpm/alpm.c:534 +#, c-format +msgid "loading DESC info for '%s'" +msgstr "" + +#: lib/libalpm/alpm.c:490 lib/libalpm/alpm.c:539 +#, c-format +msgid "checksums for package %s-%s are matching" +msgstr "" + +#: lib/libalpm/alpm.c:493 +#, c-format +msgid "sha1sums do not match for package %s-%s" +msgstr "" + +#: lib/libalpm/alpm.c:528 +#, c-format +msgid "could not get md5 checksum for package %s-%s" +msgstr "" + +#: lib/libalpm/alpm.c:542 +#, c-format +msgid "md5sums do not match for package %s-%s" +msgstr "" + +#: lib/libalpm/alpm.c:791 +#, c-format +msgid "could not remove lock file %s" +msgstr "" + +#: lib/libalpm/alpm.c:792 +#, c-format +msgid "warning: could not remove lock file %s" +msgstr "" + +#: lib/libalpm/alpm.c:929 +#, c-format +msgid "config: new section '%s'" +msgstr "" + +#: lib/libalpm/alpm.c:958 +msgid "config: nopassiveftp" +msgstr "" + +#: lib/libalpm/alpm.c:961 +msgid "config: usesyslog" +msgstr "" + +#: lib/libalpm/alpm.c:964 +msgid "config: chomp" +msgstr "" + +#: lib/libalpm/alpm.c:967 +msgid "config: usecolor" +msgstr "" + +#: lib/libalpm/alpm.c:976 +#, c-format +msgid "config: including %s" +msgstr "" + +#: lib/libalpm/alpm.c:986 lib/libalpm/alpm.c:991 +#, c-format +msgid "config: noupgrade: %s" +msgstr "" + +#: lib/libalpm/alpm.c:999 lib/libalpm/alpm.c:1004 +#, c-format +msgid "config: noextract: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1012 lib/libalpm/alpm.c:1017 +#, c-format +msgid "config: ignorepkg: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1025 lib/libalpm/alpm.c:1030 +#, c-format +msgid "config: holdpkg: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1037 +#, c-format +msgid "config: dbpath: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1044 +#, c-format +msgid "config: cachedir: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1047 +#, c-format +msgid "config: logfile: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1050 +#, c-format +msgid "config: xfercommand: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1055 +#, c-format +msgid "config: upgradedelay: %d" +msgstr "" + +#: lib/libalpm/alpm.c:1094 lib/libalpm/sync.c:129 lib/libalpm/sync.c:197 +msgid "checking for package replacements" +msgstr "" + +#: lib/libalpm/alpm.c:1103 lib/libalpm/sync.c:138 +#, c-format +msgid "checking replacement '%s' for package '%s'" +msgstr "" + +#: lib/libalpm/alpm.c:1105 lib/libalpm/sync.c:140 +#, c-format +msgid "%s-%s: ignoring package upgrade (to be replaced by %s-%s)" +msgstr "" + +#: lib/libalpm/alpm.c:1139 lib/libalpm/sync.c:174 +#, c-format +msgid "%s-%s elected for upgrade (to be replaced by %s-%s)" +msgstr "" + +#: lib/libalpm/alpm.c:1161 lib/libalpm/sync.c:212 +#, c-format +msgid "'%s' not found in sync db -- skipping" +msgstr "" + +#: lib/libalpm/alpm.c:1175 lib/libalpm/sync.c:226 lib/libalpm/sync.c:502 +#, c-format +msgid "'%s' is already elected for removal -- skipping" +msgstr "" + +#: lib/libalpm/alpm.c:1185 lib/libalpm/package.c:144 +#, c-format +msgid "%s: local (%s) is newer than %s (%s)" +msgstr "" + +#: lib/libalpm/alpm.c:1191 lib/libalpm/package.c:149 +#, c-format +msgid "%s-%s: ignoring package upgrade (%s)" +msgstr "" + +#: lib/libalpm/alpm.c:1195 lib/libalpm/package.c:154 +#, c-format +msgid "%s-%s: delaying upgrade of package (%s)" +msgstr "" + +#: lib/libalpm/alpm.c:1199 lib/libalpm/sync.c:233 +#, c-format +msgid "%s-%s elected for upgrade (%s => %s)" +msgstr "" + +#: lib/libalpm/be_files.c:59 +#, c-format +msgid "unpacking database '%s'" +msgstr "" + +#: lib/libalpm/be_files.c:183 +#, c-format +msgid "invalid name for dabatase entry '%s'" +msgstr "" + +#: lib/libalpm/be_files.c:211 +msgid "invalid package entry provided to _alpm_db_read, skipping" +msgstr "" + +#: lib/libalpm/be_files.c:216 +#, c-format +msgid "" +"request to read database info for a file-based package '%s', skipping..." +msgstr "" + +#: lib/libalpm/be_files.c:224 +#, c-format +msgid "loading package data for %s : level=%d" +msgstr "" + +#: lib/libalpm/be_files.c:232 +#, c-format +msgid "cannot find '%s-%s' in db '%s'" +msgstr "" + +#: lib/libalpm/be_files.c:240 lib/libalpm/be_files.c:384 +#: lib/libalpm/be_files.c:407 lib/libalpm/be_files.c:495 +#: lib/libalpm/be_files.c:581 lib/libalpm/be_files.c:608 +#: lib/libalpm/package.c:185 +#, c-format +msgid "could not open file %s: %s" +msgstr "" + +#: lib/libalpm/be_files.c:492 +#, c-format +msgid "writing %s-%s DESC information back to db" +msgstr "" + +#: lib/libalpm/be_files.c:578 +#, c-format +msgid "writing %s-%s FILES information back to db" +msgstr "" + +#: lib/libalpm/be_files.c:605 +#, c-format +msgid "writing %s-%s DEPENDS information back to db" +msgstr "" + +#: lib/libalpm/cache.c:59 +#, c-format +msgid "loading package cache (infolevel=%#x) for repository '%s'" +msgstr "" + +#: lib/libalpm/cache.c:83 +#, c-format +msgid "freeing package cache for repository '%s'" +msgstr "" + +#: lib/libalpm/cache.c:132 +#, c-format +msgid "package cache reloaded (infolevel=%#x) for repository '%s'" +msgstr "" + +#: lib/libalpm/cache.c:152 +#, c-format +msgid "adding entry '%s' in '%s' cache" +msgstr "" + +#: lib/libalpm/cache.c:178 +#, c-format +msgid "removing entry '%s' from '%s' cache" +msgstr "" + +#: lib/libalpm/cache.c:213 +#, c-format +msgid "loading group cache for repository '%s'" +msgstr "" + +#: lib/libalpm/conflict.c:78 +#, c-format +msgid "checkconflicts: targ '%s' vs db" +msgstr "" + +#: lib/libalpm/conflict.c:87 lib/libalpm/conflict.c:101 +#, c-format +msgid "targs vs db: found %s as a conflict for %s" +msgstr "" + +#: lib/libalpm/conflict.c:114 +#, c-format +msgid "checkconflicts: targ '%s' vs targs" +msgstr "" + +#: lib/libalpm/conflict.c:123 lib/libalpm/conflict.c:136 +#, c-format +msgid "targs vs targs: found %s as a conflict for %s" +msgstr "" + +#: lib/libalpm/conflict.c:150 +#, c-format +msgid "checkconflicts: db vs targ '%s'" +msgstr "" + +#: lib/libalpm/conflict.c:177 lib/libalpm/conflict.c:192 +#, c-format +msgid "db vs targs: found %s as a conflict for %s" +msgstr "" + +#: lib/libalpm/conflict.c:250 lib/libalpm/conflict.c:350 lib/libalpm/deps.c:57 +#: lib/libalpm/deps.c:593 lib/libalpm/deps.c:633 lib/libalpm/group.c:43 +#: lib/libalpm/handle.c:49 lib/libalpm/package.c:74 lib/libalpm/sync.c:65 +#: lib/libalpm/sync.c:607 lib/libalpm/sync.c:623 lib/libalpm/sync.c:719 +#: lib/libalpm/trans.c:49 lib/libalpm/util.c:599 lib/libalpm/util.c:606 +#, c-format +msgid "malloc failure: could not allocate %d bytes" +msgstr "" + +#: lib/libalpm/db.c:62 lib/libalpm/db.c:69 +#, c-format +msgid "malloc failed: could not allocate %d bytes" +msgstr "" + +#: lib/libalpm/db.c:163 +msgid "attempt to re-register the 'local' DB" +msgstr "" + +#: lib/libalpm/db.c:171 +#, c-format +msgid "attempt to re-register the '%s' database, using existing" +msgstr "" + +#: lib/libalpm/db.c:177 +#, c-format +msgid "registering database '%s'" +msgstr "" + +#: lib/libalpm/db.c:182 +#, c-format +msgid "database directory '%s' does not exist -- try creating it" +msgstr "" + +#: lib/libalpm/db.c:193 +#, c-format +msgid "opening database '%s'" +msgstr "" + +#: lib/libalpm/deps.c:128 +msgid "started sorting dependencies" +msgstr "" + +#: lib/libalpm/deps.c:133 +msgid "possible dependency cycle detected" +msgstr "" + +#: lib/libalpm/deps.c:178 +msgid "sorting dependencies finished" +msgstr "" + +#: lib/libalpm/deps.c:219 lib/libalpm/deps.c:276 +msgid "null package found in package list" +msgstr "" + +#: lib/libalpm/deps.c:224 +#, c-format +msgid "cannot find package installed '%s'" +msgstr "" + +#: lib/libalpm/deps.c:258 lib/libalpm/deps.c:379 +#, c-format +msgid "checkdeps: found %s as required by %s" +msgstr "" + +#: lib/libalpm/deps.c:284 +#, c-format +msgid "no dependencies for target '%s'" +msgstr "" + +#: lib/libalpm/deps.c:330 +#, c-format +msgid "checkdeps: found %s as a dependency for %s" +msgstr "" + +#: lib/libalpm/deps.c:478 +#, c-format +msgid "cannot find package \"%s\" or anything that provides it!" +msgstr "" + +#: lib/libalpm/deps.c:483 +msgid "dep is NULL!" +msgstr "" + +#: lib/libalpm/deps.c:498 +#, c-format +msgid "excluding %s -- explicitly installed" +msgstr "" + +#: lib/libalpm/deps.c:515 +#, c-format +msgid "loading ALL info for '%s'" +msgstr "" + +#: lib/libalpm/deps.c:518 +#, c-format +msgid "adding '%s' to the targets" +msgstr "" + +#: lib/libalpm/deps.c:546 +msgid "started resolving dependencies" +msgstr "" + +#: lib/libalpm/deps.c:564 +#, c-format +msgid "%s provides dependency %s -- skipping" +msgstr "" + +#: lib/libalpm/deps.c:589 +#, c-format +msgid "" +"cannot resolve dependencies for \"%s\" (\"%s\" is not in the package set)" +msgstr "" + +#: lib/libalpm/deps.c:606 +#, c-format +msgid "dependency %s is already in the target list -- skipping" +msgstr "" + +#: lib/libalpm/deps.c:626 +#, c-format +msgid "pulling dependency %s (needed by %s)" +msgstr "" + +#: lib/libalpm/deps.c:630 +#, c-format +msgid "cannot resolve dependencies for \"%s\"" +msgstr "" + +#: lib/libalpm/deps.c:646 +#, c-format +msgid "dependency cycle detected: %s" +msgstr "" + +#: lib/libalpm/deps.c:650 +msgid "finished resolving dependencies" +msgstr "" + +#: lib/libalpm/error.c:34 +msgid "out of memory!" +msgstr "" + +#: lib/libalpm/error.c:36 +msgid "unexpected system error" +msgstr "" + +#: lib/libalpm/error.c:38 +msgid "insufficient privileges" +msgstr "" + +#: lib/libalpm/error.c:40 +msgid "wrong or NULL argument passed" +msgstr "" + +#: lib/libalpm/error.c:42 +msgid "could not find or read file" +msgstr "" + +#: lib/libalpm/error.c:45 +msgid "library not initialized" +msgstr "" + +#: lib/libalpm/error.c:47 +msgid "library already initialized" +msgstr "" + +#: lib/libalpm/error.c:49 +msgid "unable to lock database" +msgstr "" + +#: lib/libalpm/error.c:52 +msgid "could not open database" +msgstr "" + +#: lib/libalpm/error.c:54 +msgid "could not create database" +msgstr "" + +#: lib/libalpm/error.c:56 +msgid "database not initialized" +msgstr "" + +#: lib/libalpm/error.c:58 +msgid "database already registered" +msgstr "" + +#: lib/libalpm/error.c:60 +msgid "could not find database" +msgstr "" + +#: lib/libalpm/error.c:62 +msgid "could not update database" +msgstr "" + +#: lib/libalpm/error.c:64 +msgid "could not remove database entry" +msgstr "" + +#: lib/libalpm/error.c:71 +msgid "could not set parameter" +msgstr "" + +#: lib/libalpm/error.c:74 lib/libalpm/error.c:80 +msgid "transaction not initialized" +msgstr "" + +#: lib/libalpm/error.c:76 +msgid "transaction already initialized" +msgstr "" + +#: lib/libalpm/error.c:78 +msgid "duplicate target" +msgstr "" + +#: lib/libalpm/error.c:82 +msgid "transaction not prepared" +msgstr "" + +#: lib/libalpm/error.c:84 +msgid "transaction aborted" +msgstr "" + +#: lib/libalpm/error.c:86 +msgid "operation not compatible with the transaction type" +msgstr "" + +#: lib/libalpm/error.c:89 +msgid "could not find or read package" +msgstr "" + +#: lib/libalpm/error.c:91 +msgid "invalid or corrupted package" +msgstr "" + +#: lib/libalpm/error.c:93 +msgid "cannot open package file" +msgstr "" + +#: lib/libalpm/error.c:95 +msgid "cannot load package data" +msgstr "" + +#: lib/libalpm/error.c:97 +msgid "package already installed" +msgstr "" + +#: lib/libalpm/error.c:99 +msgid "package not installed or lesser version" +msgstr "" + +#: lib/libalpm/error.c:101 +msgid "package name is not valid" +msgstr "" + +#: lib/libalpm/error.c:103 +msgid "corrupted package" +msgstr "" + +#: lib/libalpm/error.c:105 +msgid "no such repository" +msgstr "" + +#: lib/libalpm/error.c:108 +msgid "group not found" +msgstr "" + +#: lib/libalpm/error.c:111 +msgid "could not satisfy dependencies" +msgstr "" + +#: lib/libalpm/error.c:113 +msgid "conflicting dependencies" +msgstr "" + +#: lib/libalpm/error.c:115 +msgid "conflicting files" +msgstr "" + +#: lib/libalpm/error.c:118 +msgid "user aborted" +msgstr "" + +#: lib/libalpm/error.c:120 +msgid "libarchive error" +msgstr "" + +#: lib/libalpm/error.c:122 +msgid "internal error" +msgstr "" + +#: lib/libalpm/error.c:124 +msgid "not enough space" +msgstr "" + +#: lib/libalpm/error.c:126 +msgid "not confirmed" +msgstr "" + +#: lib/libalpm/error.c:129 +msgid "bad section name" +msgstr "" + +#: lib/libalpm/error.c:131 +msgid "'local' is reserved and cannot be used as a package tree" +msgstr "" + +#: lib/libalpm/error.c:133 +msgid "syntax error" +msgstr "" + +#: lib/libalpm/error.c:135 +msgid "all directives must belong to a section" +msgstr "" + +#: lib/libalpm/error.c:137 +msgid "invalid regular expression" +msgstr "" + +#: lib/libalpm/error.c:139 +msgid "connection to remote host failed" +msgstr "" + +#: lib/libalpm/error.c:141 +msgid "forking process failed" +msgstr "" + +#: lib/libalpm/error.c:143 +msgid "unexpected error" +msgstr "" + +#: lib/libalpm/md5driver.c:51 lib/libalpm/sha1.c:398 +#, c-format +msgid "%s can't be opened\n" +msgstr "" + +#: lib/libalpm/package.c:202 lib/libalpm/package.c:262 +#, c-format +msgid "%s: syntax error in description file line %d" +msgstr "" + +#: lib/libalpm/package.c:331 +msgid "could not parse the package description file" +msgstr "" + +#: lib/libalpm/package.c:335 +#, c-format +msgid "missing package name in %s" +msgstr "" + +#: lib/libalpm/package.c:339 +#, c-format +msgid "missing package version in %s" +msgstr "" + +#: lib/libalpm/package.c:374 +#, c-format +msgid "could not remove tempfile %s" +msgstr "" + +#: lib/libalpm/package.c:387 lib/libalpm/package.c:394 +#, c-format +msgid "error while reading package: %s" +msgstr "" + +#: lib/libalpm/package.c:400 +msgid "missing package metadata" +msgstr "" + +#: lib/libalpm/package.c:407 +#, c-format +msgid "missing package filelist in %s, generating one" +msgstr "" + +#: lib/libalpm/remove.c:78 +#, c-format +msgid "could not find %s in database" +msgstr "" + +#: lib/libalpm/remove.c:92 +#, c-format +msgid "adding %s in the targets list" +msgstr "" + +#: lib/libalpm/remove.c:120 +#, c-format +msgid "pulling %s in the targets list" +msgstr "" + +#: lib/libalpm/remove.c:123 +#, c-format +msgid "could not find %s in database -- skipping" +msgstr "" + +#: lib/libalpm/remove.c:141 +msgid "finding removable dependencies" +msgstr "" + +#: lib/libalpm/remove.c:193 +#, c-format +msgid "file %s does not exist" +msgstr "" + +#: lib/libalpm/remove.c:199 +#, c-format +msgid "keeping directory %s" +msgstr "" + +#: lib/libalpm/remove.c:201 +#, c-format +msgid "removing directory %s" +msgstr "" + +#: lib/libalpm/remove.c:215 +#, c-format +msgid "skipping removal of %s as it has moved to another package" +msgstr "" + +#: lib/libalpm/remove.c:227 +#, c-format +msgid "%s saved as %s" +msgstr "" + +#: lib/libalpm/remove.c:231 +#, c-format +msgid "unlinking %s" +msgstr "" + +#: lib/libalpm/remove.c:237 +#, c-format +msgid "cannot remove file %s: %s" +msgstr "" + +#: lib/libalpm/remove.c:265 +#, c-format +msgid "removing package %s-%s" +msgstr "" + +#: lib/libalpm/remove.c:276 +msgid "removing files" +msgstr "" + +#: lib/libalpm/remove.c:294 +#, c-format +msgid "removing database entry '%s'" +msgstr "" + +#: lib/libalpm/remove.c:296 +#, c-format +msgid "could not remove database entry %s-%s" +msgstr "" + +#: lib/libalpm/remove.c:299 +#, c-format +msgid "could not remove entry '%s' from cache" +msgstr "" + +#: lib/libalpm/remove.c:333 +#, c-format +msgid "could not find dependency '%s' for removal" +msgstr "" + +#: lib/libalpm/remove.c:343 +#, c-format +msgid "updating 'requiredby' field for package '%s'" +msgstr "" + +#: lib/libalpm/sync.c:200 +msgid "checking for package upgrades" +msgstr "" + +#: lib/libalpm/sync.c:278 +#, c-format +msgid "searching for target in repo '%s'" +msgstr "" + +#: lib/libalpm/sync.c:287 lib/libalpm/sync.c:310 +#, c-format +msgid "target '%s' not found -- looking for provisions" +msgstr "" + +#: lib/libalpm/sync.c:292 lib/libalpm/sync.c:315 +#, c-format +msgid "found '%s' as a provision for '%s'" +msgstr "" + +#: lib/libalpm/sync.c:299 +#, c-format +msgid "repository '%s' not found" +msgstr "" + +#: lib/libalpm/sync.c:333 +#, c-format +msgid "%s-%s is up to date -- skipping" +msgstr "" + +#: lib/libalpm/sync.c:353 +#, c-format +msgid "adding target '%s' to the transaction set" +msgstr "" + +#: lib/libalpm/sync.c:401 +msgid "resolving target's dependencies" +msgstr "" + +#: lib/libalpm/sync.c:421 +#, c-format +msgid "adding package %s-%s to the transaction targets" +msgstr "" + +#: lib/libalpm/sync.c:456 +msgid "looking for unresolvable dependencies" +msgstr "" + +#: lib/libalpm/sync.c:487 +#, c-format +msgid "package '%s' is conflicting with '%s'" +msgstr "" + +#: lib/libalpm/sync.c:509 +#, c-format +msgid "'%s' not found in transaction set -- skipping" +msgstr "" + +#: lib/libalpm/sync.c:520 +#, c-format +msgid "package '%s' provides its own conflict" +msgstr "" + +#: lib/libalpm/sync.c:543 lib/libalpm/sync.c:548 +#, c-format +msgid "'%s' is in the target list -- keeping it" +msgstr "" + +#: lib/libalpm/sync.c:560 lib/libalpm/sync.c:597 +#, c-format +msgid "removing '%s' from target list" +msgstr "" + +#: lib/libalpm/sync.c:569 +#, c-format +msgid "resolving package '%s' conflict" +msgstr "" + +#: lib/libalpm/sync.c:592 +#, c-format +msgid "electing '%s' for removal" +msgstr "" + +#: lib/libalpm/sync.c:603 lib/libalpm/sync.c:619 +msgid "unresolvable package conflicts detected" +msgstr "" + +#: lib/libalpm/sync.c:671 +msgid "checking dependencies of packages designated for removal" +msgstr "" + +#: lib/libalpm/sync.c:685 +msgid "something has gone horribly wrong" +msgstr "" + +#: lib/libalpm/sync.c:704 +#, c-format +msgid "found '%s' as a provision for '%s' -- conflict aborted" +msgstr "" + +#: lib/libalpm/sync.c:800 +#, c-format +msgid "%s is already in the cache\n" +msgstr "" + +#: lib/libalpm/sync.c:811 +#, c-format +msgid "no %s cache exists. creating...\n" +msgstr "" + +#: lib/libalpm/sync.c:812 +#, c-format +msgid "warning: no %s cache exists. creating..." +msgstr "" + +#: lib/libalpm/sync.c:817 +msgid "couldn't create package cache, using /tmp instead\n" +msgstr "" + +#: lib/libalpm/sync.c:818 +msgid "warning: couldn't create package cache, using /tmp instead" +msgstr "" + +#: lib/libalpm/sync.c:825 +#, c-format +msgid "failed to retrieve some files from %s\n" +msgstr "" + +#: lib/libalpm/sync.c:854 lib/libalpm/sync.c:866 +#, c-format +msgid "can't get md5 or sha1 checksum for package %s\n" +msgstr "" + +#: lib/libalpm/sync.c:885 +#, c-format +msgid "archive %s was corrupted (bad MD5 or SHA1 checksum)\n" +msgstr "" + +#: lib/libalpm/sync.c:887 +#, c-format +msgid "archive %s is corrupted (bad MD5 or SHA1 checksum)\n" +msgstr "" + +#: lib/libalpm/sync.c:908 +msgid "could not create removal transaction" +msgstr "" + +#: lib/libalpm/sync.c:914 +msgid "could not initialize the removal transaction" +msgstr "" + +#: lib/libalpm/sync.c:934 +msgid "removing conflicting and to-be-replaced packages" +msgstr "" + +#: lib/libalpm/sync.c:936 +msgid "could not prepare removal transaction" +msgstr "" + +#: lib/libalpm/sync.c:942 +msgid "could not commit removal transaction" +msgstr "" + +#: lib/libalpm/sync.c:949 +msgid "installing packages" +msgstr "" + +#: lib/libalpm/sync.c:952 +msgid "could not create transaction" +msgstr "" + +#: lib/libalpm/sync.c:957 +msgid "could not initialize transaction" +msgstr "" + +#: lib/libalpm/sync.c:980 +msgid "could not prepare transaction" +msgstr "" + +#: lib/libalpm/sync.c:985 +msgid "could not commit transaction" +msgstr "" + +#: lib/libalpm/sync.c:992 +msgid "updating database for replaced packages' dependencies" +msgstr "" + +#: lib/libalpm/sync.c:1021 +#, c-format +msgid "could not update requiredby for database entry %s-%s" +msgstr "" + +#: lib/libalpm/sync.c:1030 +#, c-format +msgid "could not update new database entry %s-%s" +msgstr "" + +#: lib/libalpm/util.c:278 +#, c-format +msgid "could not open %s: %s\n" +msgstr "" + +#: lib/libalpm/util.c:291 +#, c-format +msgid "could not extract %s: %s\n" +msgstr "" + +#: lib/libalpm/util.c:349 +#, c-format +msgid "logaction called: %s" +msgstr "" + +#: lib/libalpm/util.c:441 +msgid "could not create temp directory" +msgstr "" + +#: lib/libalpm/util.c:468 +#, c-format +msgid "could not change directory to %s (%s)" +msgstr "" + +#: lib/libalpm/util.c:471 +#, c-format +msgid "executing %s script..." +msgstr "" + +#: lib/libalpm/util.c:484 +#, c-format +msgid "could not fork a new process (%s)" +msgstr "" + +#: lib/libalpm/util.c:491 +#, c-format +msgid "chrooting in %s" +msgstr "" + +#: lib/libalpm/util.c:493 +#, c-format +msgid "could not change the root directory (%s)" +msgstr "" + +#: lib/libalpm/util.c:497 +#, c-format +msgid "could not change directory to / (%s)" +msgstr "" + +#: lib/libalpm/util.c:501 +#, c-format +msgid "executing \"%s\"" +msgstr "" + +#: lib/libalpm/util.c:504 +#, c-format +msgid "call to popen failed (%s)" +msgstr "" + +#: lib/libalpm/util.c:529 +#, c-format +msgid "call to waitpid failed (%s)" +msgstr "" + +#: lib/libalpm/util.c:537 +#, c-format +msgid "could not remove tmpdir %s" +msgstr "" + +#: lib/libalpm/util.c:594 +#, c-format +msgid "check_freespace: total pkg size: %lld, disk space: %lld" +msgstr "" + +#: lib/libalpm/versioncmp.c:277 +#, c-format +msgid "depcmp: %s-%s %s %s-%s => %s" +msgstr "" + +#: lib/libalpm/versioncmp.c:281 +#, c-format +msgid "depcmp: %s-%s %s %s => %s" +msgstr "" diff --git a/src/pacman/po/it.po b/src/pacman/po/it.po new file mode 100644 index 00000000..1e7c0acd --- /dev/null +++ b/src/pacman/po/it.po @@ -0,0 +1,1018 @@ +# Italian translations for Pacman package manager package. +# Copyright (C) 2002-2007 Judd Vinet +# This file is distributed under the same license as the Pacman package manager package. +# (First author here) <(email here)>, 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: Pacman package manager 3.0.0\n" +"Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n" +"POT-Creation-Date: 2007-02-06 20:43-0500\n" +"PO-Revision-Date: 2007-02-06 20:18-0500\n" +"Last-Translator: Dan McGee \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/pacman/add.c:69 src/pacman/deptest.c:69 src/pacman/remove.c:79 +#: src/pacman/sync.c:442 src/pacman/sync.c:491 +#, c-format +msgid "" +" if you're sure a package manager is not already running,\n" +" you can remove %s%s\n" +msgstr "" + +#: src/pacman/add.c:76 +msgid "loading package data... " +msgstr "" + +#: src/pacman/add.c:80 +#, c-format +msgid "failed to add target '%s' (%s)" +msgstr "" + +#: src/pacman/add.c:85 src/pacman/sync.c:194 src/pacman/trans.c:86 +#: src/pacman/trans.c:93 src/pacman/trans.c:97 src/pacman/trans.c:107 +#: src/pacman/trans.c:121 src/pacman/trans.c:135 src/pacman/trans.c:147 +msgid "done.\n" +msgstr "" + +#: src/pacman/add.c:92 src/pacman/remove.c:98 src/pacman/sync.c:576 +#, c-format +msgid "failed to prepare transaction (%s)\n" +msgstr "" + +#: src/pacman/add.c:97 +#, c-format +msgid ":: %s: requires %s" +msgstr "" + +#: src/pacman/add.c:118 src/pacman/sync.c:605 +#, c-format +msgid ":: %s: conflicts with %s" +msgstr "" + +#: src/pacman/add.c:127 src/pacman/sync.c:669 +#, c-format +msgid "%s%s exists in \"%s\" (target) and \"%s\" (target)\n" +msgstr "" + +#: src/pacman/add.c:134 src/pacman/sync.c:676 +#, c-format +msgid "%s: %s%s exists in filesystem\n" +msgstr "" + +#: src/pacman/add.c:141 src/pacman/sync.c:683 src/pacman/sync.c:689 +msgid "" +"\n" +"errors occurred, no packages were upgraded.\n" +msgstr "" + +#: src/pacman/add.c:151 src/pacman/sync.c:612 +#, c-format +msgid ":: %.1f MB required, have %.1f MB" +msgstr "" + +#: src/pacman/add.c:164 src/pacman/remove.c:138 src/pacman/sync.c:662 +#, c-format +msgid "failed to commit transaction (%s)\n" +msgstr "" + +#: src/pacman/add.c:174 src/pacman/remove.c:148 src/pacman/sync.c:484 +#: src/pacman/sync.c:705 +#, c-format +msgid "failed to release transaction (%s)\n" +msgstr "" + +#: src/pacman/deptest.c:82 +msgid "memory allocation failure\n" +msgstr "" + +#: src/pacman/deptest.c:93 +#, c-format +msgid "add target %s\n" +msgstr "" + +#: src/pacman/deptest.c:96 +#, c-format +msgid "could not add target (%s)\n" +msgstr "" + +#: src/pacman/deptest.c:115 +#, c-format +msgid "requires: %s" +msgstr "" + +#: src/pacman/deptest.c:139 +#, c-format +msgid "conflict: %s" +msgstr "" + +#: src/pacman/deptest.c:153 src/pacman/deptest.c:171 +#, c-format +msgid "could not release transaction (%s)" +msgstr "" + +#: src/pacman/log.c:61 +#, c-format +msgid "debug" +msgstr "" + +#: src/pacman/log.c:64 +#, c-format +msgid "error" +msgstr "" + +#: src/pacman/log.c:67 +#, c-format +msgid "warning" +msgstr "" + +#: src/pacman/log.c:73 +#, c-format +msgid "function" +msgstr "" + +#: src/pacman/log.c:199 +msgid "Y" +msgstr "" + +#: src/pacman/log.c:199 +msgid "YES" +msgstr "" + +#: src/pacman/log.h:26 +msgid "error: " +msgstr "" + +#: src/pacman/log.h:30 +msgid "warning: " +msgstr "" + +#: src/pacman/package.c:57 +msgid "Explicitly installed" +msgstr "" + +#: src/pacman/package.c:60 +msgid "Installed as a dependency for another package" +msgstr "" + +#: src/pacman/package.c:63 src/pacman/package.c:85 +msgid "Unknown" +msgstr "" + +#: src/pacman/package.c:68 src/pacman/package.c:118 +#, c-format +msgid "Name : %s\n" +msgstr "" + +#: src/pacman/package.c:69 src/pacman/package.c:119 +#, c-format +msgid "Version : %s\n" +msgstr "" + +#: src/pacman/package.c:70 +#, c-format +msgid "URL : %s\n" +msgstr "" + +#: src/pacman/package.c:71 +msgid "License :" +msgstr "" + +#: src/pacman/package.c:72 src/pacman/package.c:120 +msgid "Groups :" +msgstr "" + +#: src/pacman/package.c:73 src/pacman/package.c:121 +msgid "Provides :" +msgstr "" + +#: src/pacman/package.c:74 src/pacman/package.c:122 +msgid "Depends On :" +msgstr "" + +#: src/pacman/package.c:75 src/pacman/package.c:123 +msgid "Removes :" +msgstr "" + +#: src/pacman/package.c:78 +msgid "Required By :" +msgstr "" + +#: src/pacman/package.c:80 src/pacman/package.c:124 +msgid "Conflicts With :" +msgstr "" + +#: src/pacman/package.c:81 +#, c-format +msgid "Installed Size : %ld K\n" +msgstr "" + +#: src/pacman/package.c:82 +#, c-format +msgid "Packager : %s\n" +msgstr "" + +#: src/pacman/package.c:83 +#, c-format +msgid "Architecture : %s\n" +msgstr "" + +#: src/pacman/package.c:84 +#, c-format +msgid "Build Date : %s %s\n" +msgstr "" + +#: src/pacman/package.c:85 +#, c-format +msgid "Build Type : %s\n" +msgstr "" + +#: src/pacman/package.c:87 +#, c-format +msgid "Install Date : %s %s\n" +msgstr "" + +#: src/pacman/package.c:88 +#, c-format +msgid "Install Reason : %s\n" +msgstr "" + +#: src/pacman/package.c:90 +#, c-format +msgid "Install Script : %s\n" +msgstr "" + +#: src/pacman/package.c:91 +msgid "Yes" +msgstr "" + +#: src/pacman/package.c:91 +msgid "No" +msgstr "" + +#: src/pacman/package.c:93 src/pacman/package.c:129 +#, c-format +msgid "Description : " +msgstr "" + +#: src/pacman/package.c:117 +#, c-format +msgid "Repository : %s\n" +msgstr "" + +#: src/pacman/package.c:125 +msgid "Replaces :" +msgstr "" + +#: src/pacman/package.c:126 +#, c-format +msgid "Download Size : %6.2f K\n" +msgstr "" + +#: src/pacman/package.c:127 +#, c-format +msgid "Installed Size : %6.2f K\n" +msgstr "" + +#: src/pacman/package.c:134 +#, c-format +msgid "MD5 Sum : %s" +msgstr "" + +#: src/pacman/package.c:137 +#, c-format +msgid "SHA1 Sum : %s" +msgstr "" + +#: src/pacman/package.c:168 +#, c-format +msgid "error calculating checksums for %s\n" +msgstr "" + +#: src/pacman/package.c:181 +#, c-format +msgid "MODIFIED\t%s\n" +msgstr "" + +#: src/pacman/package.c:183 +#, c-format +msgid "Not Modified\t%s\n" +msgstr "" + +#: src/pacman/package.c:188 +#, c-format +msgid "MISSING\t\t%s\n" +msgstr "" + +#: src/pacman/package.c:221 +#, c-format +msgid "No changelog available for '%s'.\n" +msgstr "" + +#: src/pacman/pacman.c:88 +#, c-format +msgid "usage: %s {-h --help}\n" +msgstr "" + +#: src/pacman/pacman.c:89 +#, c-format +msgid " %s {-V --version}\n" +msgstr "" + +#: src/pacman/pacman.c:90 +#, c-format +msgid " %s {-A --add} [options] \n" +msgstr "" + +#: src/pacman/pacman.c:91 +#, c-format +msgid " %s {-R --remove} [options] \n" +msgstr "" + +#: src/pacman/pacman.c:92 +#, c-format +msgid " %s {-U --upgrade} [options] \n" +msgstr "" + +#: src/pacman/pacman.c:93 +#, c-format +msgid " %s {-F --freshen} [options] \n" +msgstr "" + +#: src/pacman/pacman.c:94 +#, c-format +msgid " %s {-Q --query} [options] [package]\n" +msgstr "" + +#: src/pacman/pacman.c:95 +#, c-format +msgid " %s {-S --sync} [options] [package]\n" +msgstr "" + +#: src/pacman/pacman.c:96 +#, c-format +msgid "" +"\n" +"use '%s --help' with other options for more syntax\n" +msgstr "" + +#: src/pacman/pacman.c:99 +#, c-format +msgid "usage: %s {-A --add} [options] \n" +msgstr "" + +#: src/pacman/pacman.c:100 src/pacman/pacman.c:105 src/pacman/pacman.c:117 +#: src/pacman/pacman.c:122 src/pacman/pacman.c:136 +#, c-format +msgid "options:\n" +msgstr "" + +#: src/pacman/pacman.c:101 src/pacman/pacman.c:107 src/pacman/pacman.c:118 +#: src/pacman/pacman.c:138 +#, c-format +msgid " -d, --nodeps skip dependency checks\n" +msgstr "" + +#: src/pacman/pacman.c:102 src/pacman/pacman.c:119 src/pacman/pacman.c:140 +#, c-format +msgid " -f, --force force install, overwrite conflicting files\n" +msgstr "" + +#: src/pacman/pacman.c:104 +#, c-format +msgid "usage: %s {-R --remove} [options] \n" +msgstr "" + +#: src/pacman/pacman.c:106 +#, c-format +msgid "" +" -c, --cascade remove packages and all packages that depend on them\n" +msgstr "" + +#: src/pacman/pacman.c:108 +#, c-format +msgid " -k, --dbonly only remove database entry, do not remove files\n" +msgstr "" + +#: src/pacman/pacman.c:109 +#, c-format +msgid " -n, --nosave remove configuration files as well\n" +msgstr "" + +#: src/pacman/pacman.c:110 +#, c-format +msgid "" +" -s, --recursive remove dependencies also (that won't break packages)\n" +msgstr "" + +#: src/pacman/pacman.c:113 +#, c-format +msgid "usage: %s {-F --freshen} [options] \n" +msgstr "" + +#: src/pacman/pacman.c:115 +#, c-format +msgid "usage: %s {-U --upgrade} [options] \n" +msgstr "" + +#: src/pacman/pacman.c:121 +#, c-format +msgid "usage: %s {-Q --query} [options] [package]\n" +msgstr "" + +#: src/pacman/pacman.c:123 +#, c-format +msgid " -c, --changelog view the changelog of a package\n" +msgstr "" + +#: src/pacman/pacman.c:124 +#, c-format +msgid "" +" -e, --orphans list all packages installed as dependencies but no " +"longer\n" +msgstr "" + +#: src/pacman/pacman.c:125 +#, c-format +msgid " required by any package\n" +msgstr "" + +#: src/pacman/pacman.c:126 src/pacman/pacman.c:141 +#, c-format +msgid " -g, --groups view all members of a package group\n" +msgstr "" + +#: src/pacman/pacman.c:127 src/pacman/pacman.c:142 +#, c-format +msgid " -i, --info view package information\n" +msgstr "" + +#: src/pacman/pacman.c:128 +#, c-format +msgid " -l, --list list the contents of the queried package\n" +msgstr "" + +#: src/pacman/pacman.c:129 +#, c-format +msgid "" +" -m, --foreign list all packages that were not found in the sync db" +"(s)\n" +msgstr "" + +#: src/pacman/pacman.c:130 +#, c-format +msgid " -o, --owns query the package that owns \n" +msgstr "" + +#: src/pacman/pacman.c:131 +#, c-format +msgid "" +" -p, --file query the package file [package] instead of the " +"database\n" +msgstr "" + +#: src/pacman/pacman.c:132 +#, c-format +msgid "" +" -s, --search search locally-installed packages for matching " +"strings\n" +msgstr "" + +#: src/pacman/pacman.c:133 +#, c-format +msgid " -u, --upgrades list all packages that can be upgraded\n" +msgstr "" + +#: src/pacman/pacman.c:135 +#, c-format +msgid "usage: %s {-S --sync} [options] [package]\n" +msgstr "" + +#: src/pacman/pacman.c:137 +#, c-format +msgid "" +" -c, --clean remove old packages from cache directory (use -cc for " +"all)\n" +msgstr "" + +#: src/pacman/pacman.c:139 +#, c-format +msgid " -e, --dependsonly install dependencies only\n" +msgstr "" + +#: src/pacman/pacman.c:143 +#, c-format +msgid "" +" -p, --print-uris print out URIs for given packages and their " +"dependencies\n" +msgstr "" + +#: src/pacman/pacman.c:144 +#, c-format +msgid " -s, --search search remote repositories for matching strings\n" +msgstr "" + +#: src/pacman/pacman.c:145 +#, c-format +msgid " -u, --sysupgrade upgrade all packages that are out of date\n" +msgstr "" + +#: src/pacman/pacman.c:146 +#, c-format +msgid "" +" -w, --downloadonly download packages but do not install/upgrade anything\n" +msgstr "" + +#: src/pacman/pacman.c:147 +#, c-format +msgid "" +" -y, --refresh download fresh package databases from the server\n" +msgstr "" + +#: src/pacman/pacman.c:148 +#, c-format +msgid "" +" --ignore ignore a package upgrade (can be used more than once)\n" +msgstr "" + +#: src/pacman/pacman.c:150 +#, c-format +msgid " --config set an alternate configuration file\n" +msgstr "" + +#: src/pacman/pacman.c:151 +#, c-format +msgid " --noconfirm do not ask for anything confirmation\n" +msgstr "" + +#: src/pacman/pacman.c:152 +#, c-format +msgid " --ask pre-specify answers for questions (see manpage)\n" +msgstr "" + +#: src/pacman/pacman.c:153 +#, c-format +msgid "" +" --noprogressbar do not show a progress bar when downloading files\n" +msgstr "" + +#: src/pacman/pacman.c:154 +#, c-format +msgid "" +" --noscriptlet do not execute the install scriptlet if there is any\n" +msgstr "" + +#: src/pacman/pacman.c:155 +#, c-format +msgid " -v, --verbose be verbose\n" +msgstr "" + +#: src/pacman/pacman.c:156 +#, c-format +msgid " -r, --root set an alternate installation root\n" +msgstr "" + +#: src/pacman/pacman.c:157 +#, c-format +msgid " -b, --dbpath set an alternate database location\n" +msgstr "" + +#: src/pacman/pacman.c:170 +#, c-format +msgid " This program may be freely redistributed under\n" +msgstr "" + +#: src/pacman/pacman.c:171 +#, c-format +msgid " the terms of the GNU General Public License\n" +msgstr "" + +#: src/pacman/pacman.c:298 +#, c-format +msgid "error: '%s' is not a valid debug level" +msgstr "" + +#: src/pacman/pacman.c:334 +#, c-format +msgid "error: '%s' is not a valid db path\n" +msgstr "" + +#: src/pacman/pacman.c:364 +#, c-format +msgid "error: '%s' is not a valid root path\n" +msgstr "" + +#: src/pacman/pacman.c:391 +msgid "only one operation may be used at a time\n" +msgstr "" + +#: src/pacman/pacman.c:454 +#, c-format +msgid "failed to initilize alpm library (%s)\n" +msgstr "" + +#: src/pacman/pacman.c:487 +msgid "you cannot perform this operation unless you are root.\n" +msgstr "" + +#: src/pacman/pacman.c:503 +#, c-format +msgid "failed to parse config (%s)\n" +msgstr "" + +#: src/pacman/pacman.c:513 src/pacman/remove.c:125 src/pacman/util.c:316 +msgid "Targets:" +msgstr "" + +#: src/pacman/pacman.c:519 +#, c-format +msgid "could not register 'local' database (%s)\n" +msgstr "" + +#: src/pacman/pacman.c:526 +msgid "no targets specified (use -h for help)\n" +msgstr "" + +#: src/pacman/pacman.c:539 +msgid "no operation specified (use -h for help)\n" +msgstr "" + +#: src/pacman/query.c:53 +msgid "no file was specified for --owns\n" +msgstr "" + +#: src/pacman/query.c:71 +#, c-format +msgid "%s is owned by %s %s\n" +msgstr "" + +#: src/pacman/query.c:78 +#, c-format +msgid "No package owns %s\n" +msgstr "" + +#: src/pacman/query.c:122 src/pacman/sync.c:413 +msgid "no usable package repositories configured.\n" +msgstr "" + +#: src/pacman/query.c:128 +msgid "Checking for package upgrades..." +msgstr "" + +#: src/pacman/query.c:135 +msgid "no upgrades found" +msgstr "" + +#: src/pacman/query.c:173 +#, c-format +msgid "group \"%s\" was not found\n" +msgstr "" + +#: src/pacman/query.c:184 +msgid "no package file was specified for --file\n" +msgstr "" + +#: src/pacman/query.c:188 +#, c-format +msgid "failed to load package '%s' (%s)\n" +msgstr "" + +#: src/pacman/query.c:226 src/pacman/query.c:263 +#, c-format +msgid "package \"%s\" not found\n" +msgstr "" + +#: src/pacman/remove.c:58 src/pacman/sync.c:528 +#, c-format +msgid ":: group %s:\n" +msgstr "" + +#: src/pacman/remove.c:60 +msgid " Remove whole content? [Y/n] " +msgstr "" + +#: src/pacman/remove.c:64 +#, c-format +msgid ":: Remove %s from group %s? [Y/n] " +msgstr "" + +#: src/pacman/remove.c:77 src/pacman/sync.c:440 src/pacman/sync.c:489 +#, c-format +msgid "failed to init transaction (%s)\n" +msgstr "" + +#: src/pacman/remove.c:89 +#, c-format +msgid "failed to add target '%s' (%s)\n" +msgstr "" + +#: src/pacman/remove.c:103 +#, c-format +msgid ":: %s is required by %s\n" +msgstr "" + +#: src/pacman/remove.c:128 +msgid "" +"\n" +"Do you want to remove these packages? [Y/n] " +msgstr "" + +#: src/pacman/sync.c:113 +msgid "Do you want to remove old packages from cache? [Y/n] " +msgstr "" + +#: src/pacman/sync.c:115 +msgid "removing old packages from cache... " +msgstr "" + +#: src/pacman/sync.c:118 +msgid "could not access cache directory\n" +msgstr "" + +#: src/pacman/sync.c:179 +msgid "Do you want to remove all packages from cache? [Y/n] " +msgstr "" + +#: src/pacman/sync.c:181 +msgid "removing all packages from cache... " +msgstr "" + +#: src/pacman/sync.c:184 +msgid "could not remove cache directory\n" +msgstr "" + +#: src/pacman/sync.c:189 +msgid "could not create new cache directory\n" +msgstr "" + +#: src/pacman/sync.c:216 +#, c-format +msgid "failed to synchronize %s: %s\n" +msgstr "" + +#: src/pacman/sync.c:218 +#, c-format +msgid "failed to update %s (%s)\n" +msgstr "" + +#: src/pacman/sync.c:221 +#, c-format +msgid " %s is up to date\n" +msgstr "" + +#: src/pacman/sync.c:341 +#, c-format +msgid "package \"%s\" was not found.\n" +msgstr "" + +#: src/pacman/sync.c:378 +#, c-format +msgid "repository \"%s\" was not found.\n" +msgstr "" + +#: src/pacman/sync.c:450 +msgid ":: Synchronizing package databases...\n" +msgstr "" + +#: src/pacman/sync.c:451 +msgid "synchronizing package lists" +msgstr "" + +#: src/pacman/sync.c:453 +msgid "failed to synchronize any databases" +msgstr "" + +#: src/pacman/sync.c:459 +msgid ":: Starting full system upgrade...\n" +msgstr "" + +#: src/pacman/sync.c:460 +msgid "starting full system upgrade" +msgstr "" + +#: src/pacman/sync.c:478 +msgid "" +"\n" +":: pacman has detected a newer version of the \"pacman\" package.\n" +msgstr "" + +#: src/pacman/sync.c:479 +msgid ":: It is recommended that you allow pacman to upgrade itself\n" +msgstr "" + +#: src/pacman/sync.c:480 +msgid ":: first, then you can re-run the operation with the newer version.\n" +msgstr "" + +#: src/pacman/sync.c:482 +msgid ":: Upgrade pacman first? [Y/n] " +msgstr "" + +#: src/pacman/sync.c:497 +#, c-format +msgid "pacman: %s\n" +msgstr "" + +#: src/pacman/sync.c:517 +#, c-format +msgid "'%s': %s\n" +msgstr "" + +#: src/pacman/sync.c:532 +msgid ":: Install whole content? [Y/n] " +msgstr "" + +#: src/pacman/sync.c:539 +#, c-format +msgid ":: Install %s from group %s? [Y/n] " +msgstr "" + +#: src/pacman/sync.c:563 +#, c-format +msgid "'%s': not found in sync db\n" +msgstr "" + +#: src/pacman/sync.c:583 +msgid "requires" +msgstr "" + +#: src/pacman/sync.c:583 +msgid "is required by" +msgstr "" + +#: src/pacman/sync.c:625 +msgid "local database is up to date\n" +msgstr "" + +#: src/pacman/sync.c:634 +msgid "" +"\n" +"Beginning download...\n" +msgstr "" + +#: src/pacman/sync.c:638 +msgid "Proceed with download? [Y/n] " +msgstr "" + +#: src/pacman/sync.c:646 +msgid "" +"\n" +"Beginning upgrade process...\n" +msgstr "" + +#: src/pacman/sync.c:650 +msgid "Proceed with installation? [Y/n] " +msgstr "" + +#: src/pacman/trans.c:57 +msgid "] 100% LOCAL " +msgstr "" + +#: src/pacman/trans.c:68 +msgid "checking dependencies... " +msgstr "" + +#: src/pacman/trans.c:72 +msgid "checking for file conflicts... " +msgstr "" + +#: src/pacman/trans.c:76 +msgid "cleaning up... " +msgstr "" + +#: src/pacman/trans.c:79 +msgid "resolving dependencies... " +msgstr "" + +#: src/pacman/trans.c:82 +msgid "looking for inter-conflicts... " +msgstr "" + +#: src/pacman/trans.c:102 +#, c-format +msgid "installing %s... " +msgstr "" + +#: src/pacman/trans.c:109 +#, c-format +msgid "installed %s (%s)" +msgstr "" + +#: src/pacman/trans.c:116 +#, c-format +msgid "removing %s... " +msgstr "" + +#: src/pacman/trans.c:123 +#, c-format +msgid "removed %s (%s)" +msgstr "" + +#: src/pacman/trans.c:130 +#, c-format +msgid "upgrading %s... " +msgstr "" + +#: src/pacman/trans.c:137 +#, c-format +msgid "upgraded %s (%s -> %s)" +msgstr "" + +#: src/pacman/trans.c:144 +msgid "checking package integrity... " +msgstr "" + +#: src/pacman/trans.c:158 +msgid " done.\n" +msgstr "" + +#: src/pacman/trans.c:160 +msgid " failed.\n" +msgstr "" + +#: src/pacman/trans.c:167 +#, c-format +msgid ":: Retrieving packages from %s...\n" +msgstr "" + +#: src/pacman/trans.c:190 +#, c-format +msgid ":: %s requires %s, but it is in IgnorePkg. Install anyway? [Y/n] " +msgstr "" + +#: src/pacman/trans.c:204 +#, c-format +msgid ":: %s is designated as a HoldPkg. Remove anyway? [Y/n] " +msgstr "" + +#: src/pacman/trans.c:217 +#, c-format +msgid ":: Replace %s with %s/%s? [Y/n] " +msgstr "" + +#: src/pacman/trans.c:232 +#, c-format +msgid ":: %s conflicts with %s. Remove %s? [Y/n] " +msgstr "" + +#: src/pacman/trans.c:248 +#, c-format +msgid ":: %s-%s: local version is newer. Upgrade anyway? [Y/n] " +msgstr "" + +#: src/pacman/trans.c:266 +#, c-format +msgid ":: %s-%s: local version is up to date. Upgrade anyway? [Y/n] " +msgstr "" + +#: src/pacman/trans.c:284 +#, c-format +msgid ":: Archive %s is corrupted. Do you want to delete it? [Y/n] " +msgstr "" + +#: src/pacman/trans.c:333 +msgid "installing" +msgstr "" + +#: src/pacman/trans.c:336 +msgid "upgrading" +msgstr "" + +#: src/pacman/trans.c:339 +msgid "removing" +msgstr "" + +#: src/pacman/trans.c:342 +msgid "checking for file conflicts" +msgstr "" + +#: src/pacman/util.c:258 +#, c-format +msgid "None\n" +msgstr "" + +#: src/pacman/util.c:303 +msgid "Remove:" +msgstr "" + +#: src/pacman/util.c:311 +#, c-format +msgid "" +"\n" +"Total Removed Size: %.2f MB\n" +msgstr "" + +#: src/pacman/util.c:322 +#, c-format +msgid "" +"\n" +"Total Package Size: %.2f MB\n" +msgstr "" + +#: src/pacman/util.c:329 +#, c-format +msgid "Total Installed Size: %.2f MB\n" +msgstr "" diff --git a/src/pacman/po/pt_BR.po b/src/pacman/po/pt_BR.po new file mode 100644 index 00000000..7f019d48 --- /dev/null +++ b/src/pacman/po/pt_BR.po @@ -0,0 +1,1018 @@ +# Portuguese translations for Pacman package manager package. +# Copyright (C) 2002-2007 Judd Vinet +# This file is distributed under the same license as the Pacman package manager package. +# (First author here) <(email here)>, 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: Pacman package manager 3.0.0\n" +"Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n" +"POT-Creation-Date: 2007-02-06 20:43-0500\n" +"PO-Revision-Date: 2007-02-06 20:17-0500\n" +"Last-Translator: Dan McGee \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: src/pacman/add.c:69 src/pacman/deptest.c:69 src/pacman/remove.c:79 +#: src/pacman/sync.c:442 src/pacman/sync.c:491 +#, c-format +msgid "" +" if you're sure a package manager is not already running,\n" +" you can remove %s%s\n" +msgstr "" + +#: src/pacman/add.c:76 +msgid "loading package data... " +msgstr "" + +#: src/pacman/add.c:80 +#, c-format +msgid "failed to add target '%s' (%s)" +msgstr "" + +#: src/pacman/add.c:85 src/pacman/sync.c:194 src/pacman/trans.c:86 +#: src/pacman/trans.c:93 src/pacman/trans.c:97 src/pacman/trans.c:107 +#: src/pacman/trans.c:121 src/pacman/trans.c:135 src/pacman/trans.c:147 +msgid "done.\n" +msgstr "" + +#: src/pacman/add.c:92 src/pacman/remove.c:98 src/pacman/sync.c:576 +#, c-format +msgid "failed to prepare transaction (%s)\n" +msgstr "" + +#: src/pacman/add.c:97 +#, c-format +msgid ":: %s: requires %s" +msgstr "" + +#: src/pacman/add.c:118 src/pacman/sync.c:605 +#, c-format +msgid ":: %s: conflicts with %s" +msgstr "" + +#: src/pacman/add.c:127 src/pacman/sync.c:669 +#, c-format +msgid "%s%s exists in \"%s\" (target) and \"%s\" (target)\n" +msgstr "" + +#: src/pacman/add.c:134 src/pacman/sync.c:676 +#, c-format +msgid "%s: %s%s exists in filesystem\n" +msgstr "" + +#: src/pacman/add.c:141 src/pacman/sync.c:683 src/pacman/sync.c:689 +msgid "" +"\n" +"errors occurred, no packages were upgraded.\n" +msgstr "" + +#: src/pacman/add.c:151 src/pacman/sync.c:612 +#, c-format +msgid ":: %.1f MB required, have %.1f MB" +msgstr "" + +#: src/pacman/add.c:164 src/pacman/remove.c:138 src/pacman/sync.c:662 +#, c-format +msgid "failed to commit transaction (%s)\n" +msgstr "" + +#: src/pacman/add.c:174 src/pacman/remove.c:148 src/pacman/sync.c:484 +#: src/pacman/sync.c:705 +#, c-format +msgid "failed to release transaction (%s)\n" +msgstr "" + +#: src/pacman/deptest.c:82 +msgid "memory allocation failure\n" +msgstr "" + +#: src/pacman/deptest.c:93 +#, c-format +msgid "add target %s\n" +msgstr "" + +#: src/pacman/deptest.c:96 +#, c-format +msgid "could not add target (%s)\n" +msgstr "" + +#: src/pacman/deptest.c:115 +#, c-format +msgid "requires: %s" +msgstr "" + +#: src/pacman/deptest.c:139 +#, c-format +msgid "conflict: %s" +msgstr "" + +#: src/pacman/deptest.c:153 src/pacman/deptest.c:171 +#, c-format +msgid "could not release transaction (%s)" +msgstr "" + +#: src/pacman/log.c:61 +#, c-format +msgid "debug" +msgstr "" + +#: src/pacman/log.c:64 +#, c-format +msgid "error" +msgstr "" + +#: src/pacman/log.c:67 +#, c-format +msgid "warning" +msgstr "" + +#: src/pacman/log.c:73 +#, c-format +msgid "function" +msgstr "" + +#: src/pacman/log.c:199 +msgid "Y" +msgstr "" + +#: src/pacman/log.c:199 +msgid "YES" +msgstr "" + +#: src/pacman/log.h:26 +msgid "error: " +msgstr "" + +#: src/pacman/log.h:30 +msgid "warning: " +msgstr "" + +#: src/pacman/package.c:57 +msgid "Explicitly installed" +msgstr "" + +#: src/pacman/package.c:60 +msgid "Installed as a dependency for another package" +msgstr "" + +#: src/pacman/package.c:63 src/pacman/package.c:85 +msgid "Unknown" +msgstr "" + +#: src/pacman/package.c:68 src/pacman/package.c:118 +#, c-format +msgid "Name : %s\n" +msgstr "" + +#: src/pacman/package.c:69 src/pacman/package.c:119 +#, c-format +msgid "Version : %s\n" +msgstr "" + +#: src/pacman/package.c:70 +#, c-format +msgid "URL : %s\n" +msgstr "" + +#: src/pacman/package.c:71 +msgid "License :" +msgstr "" + +#: src/pacman/package.c:72 src/pacman/package.c:120 +msgid "Groups :" +msgstr "" + +#: src/pacman/package.c:73 src/pacman/package.c:121 +msgid "Provides :" +msgstr "" + +#: src/pacman/package.c:74 src/pacman/package.c:122 +msgid "Depends On :" +msgstr "" + +#: src/pacman/package.c:75 src/pacman/package.c:123 +msgid "Removes :" +msgstr "" + +#: src/pacman/package.c:78 +msgid "Required By :" +msgstr "" + +#: src/pacman/package.c:80 src/pacman/package.c:124 +msgid "Conflicts With :" +msgstr "" + +#: src/pacman/package.c:81 +#, c-format +msgid "Installed Size : %ld K\n" +msgstr "" + +#: src/pacman/package.c:82 +#, c-format +msgid "Packager : %s\n" +msgstr "" + +#: src/pacman/package.c:83 +#, c-format +msgid "Architecture : %s\n" +msgstr "" + +#: src/pacman/package.c:84 +#, c-format +msgid "Build Date : %s %s\n" +msgstr "" + +#: src/pacman/package.c:85 +#, c-format +msgid "Build Type : %s\n" +msgstr "" + +#: src/pacman/package.c:87 +#, c-format +msgid "Install Date : %s %s\n" +msgstr "" + +#: src/pacman/package.c:88 +#, c-format +msgid "Install Reason : %s\n" +msgstr "" + +#: src/pacman/package.c:90 +#, c-format +msgid "Install Script : %s\n" +msgstr "" + +#: src/pacman/package.c:91 +msgid "Yes" +msgstr "" + +#: src/pacman/package.c:91 +msgid "No" +msgstr "" + +#: src/pacman/package.c:93 src/pacman/package.c:129 +#, c-format +msgid "Description : " +msgstr "" + +#: src/pacman/package.c:117 +#, c-format +msgid "Repository : %s\n" +msgstr "" + +#: src/pacman/package.c:125 +msgid "Replaces :" +msgstr "" + +#: src/pacman/package.c:126 +#, c-format +msgid "Download Size : %6.2f K\n" +msgstr "" + +#: src/pacman/package.c:127 +#, c-format +msgid "Installed Size : %6.2f K\n" +msgstr "" + +#: src/pacman/package.c:134 +#, c-format +msgid "MD5 Sum : %s" +msgstr "" + +#: src/pacman/package.c:137 +#, c-format +msgid "SHA1 Sum : %s" +msgstr "" + +#: src/pacman/package.c:168 +#, c-format +msgid "error calculating checksums for %s\n" +msgstr "" + +#: src/pacman/package.c:181 +#, c-format +msgid "MODIFIED\t%s\n" +msgstr "" + +#: src/pacman/package.c:183 +#, c-format +msgid "Not Modified\t%s\n" +msgstr "" + +#: src/pacman/package.c:188 +#, c-format +msgid "MISSING\t\t%s\n" +msgstr "" + +#: src/pacman/package.c:221 +#, c-format +msgid "No changelog available for '%s'.\n" +msgstr "" + +#: src/pacman/pacman.c:88 +#, c-format +msgid "usage: %s {-h --help}\n" +msgstr "" + +#: src/pacman/pacman.c:89 +#, c-format +msgid " %s {-V --version}\n" +msgstr "" + +#: src/pacman/pacman.c:90 +#, c-format +msgid " %s {-A --add} [options] \n" +msgstr "" + +#: src/pacman/pacman.c:91 +#, c-format +msgid " %s {-R --remove} [options] \n" +msgstr "" + +#: src/pacman/pacman.c:92 +#, c-format +msgid " %s {-U --upgrade} [options] \n" +msgstr "" + +#: src/pacman/pacman.c:93 +#, c-format +msgid " %s {-F --freshen} [options] \n" +msgstr "" + +#: src/pacman/pacman.c:94 +#, c-format +msgid " %s {-Q --query} [options] [package]\n" +msgstr "" + +#: src/pacman/pacman.c:95 +#, c-format +msgid " %s {-S --sync} [options] [package]\n" +msgstr "" + +#: src/pacman/pacman.c:96 +#, c-format +msgid "" +"\n" +"use '%s --help' with other options for more syntax\n" +msgstr "" + +#: src/pacman/pacman.c:99 +#, c-format +msgid "usage: %s {-A --add} [options] \n" +msgstr "" + +#: src/pacman/pacman.c:100 src/pacman/pacman.c:105 src/pacman/pacman.c:117 +#: src/pacman/pacman.c:122 src/pacman/pacman.c:136 +#, c-format +msgid "options:\n" +msgstr "" + +#: src/pacman/pacman.c:101 src/pacman/pacman.c:107 src/pacman/pacman.c:118 +#: src/pacman/pacman.c:138 +#, c-format +msgid " -d, --nodeps skip dependency checks\n" +msgstr "" + +#: src/pacman/pacman.c:102 src/pacman/pacman.c:119 src/pacman/pacman.c:140 +#, c-format +msgid " -f, --force force install, overwrite conflicting files\n" +msgstr "" + +#: src/pacman/pacman.c:104 +#, c-format +msgid "usage: %s {-R --remove} [options] \n" +msgstr "" + +#: src/pacman/pacman.c:106 +#, c-format +msgid "" +" -c, --cascade remove packages and all packages that depend on them\n" +msgstr "" + +#: src/pacman/pacman.c:108 +#, c-format +msgid " -k, --dbonly only remove database entry, do not remove files\n" +msgstr "" + +#: src/pacman/pacman.c:109 +#, c-format +msgid " -n, --nosave remove configuration files as well\n" +msgstr "" + +#: src/pacman/pacman.c:110 +#, c-format +msgid "" +" -s, --recursive remove dependencies also (that won't break packages)\n" +msgstr "" + +#: src/pacman/pacman.c:113 +#, c-format +msgid "usage: %s {-F --freshen} [options] \n" +msgstr "" + +#: src/pacman/pacman.c:115 +#, c-format +msgid "usage: %s {-U --upgrade} [options] \n" +msgstr "" + +#: src/pacman/pacman.c:121 +#, c-format +msgid "usage: %s {-Q --query} [options] [package]\n" +msgstr "" + +#: src/pacman/pacman.c:123 +#, c-format +msgid " -c, --changelog view the changelog of a package\n" +msgstr "" + +#: src/pacman/pacman.c:124 +#, c-format +msgid "" +" -e, --orphans list all packages installed as dependencies but no " +"longer\n" +msgstr "" + +#: src/pacman/pacman.c:125 +#, c-format +msgid " required by any package\n" +msgstr "" + +#: src/pacman/pacman.c:126 src/pacman/pacman.c:141 +#, c-format +msgid " -g, --groups view all members of a package group\n" +msgstr "" + +#: src/pacman/pacman.c:127 src/pacman/pacman.c:142 +#, c-format +msgid " -i, --info view package information\n" +msgstr "" + +#: src/pacman/pacman.c:128 +#, c-format +msgid " -l, --list list the contents of the queried package\n" +msgstr "" + +#: src/pacman/pacman.c:129 +#, c-format +msgid "" +" -m, --foreign list all packages that were not found in the sync db" +"(s)\n" +msgstr "" + +#: src/pacman/pacman.c:130 +#, c-format +msgid " -o, --owns query the package that owns \n" +msgstr "" + +#: src/pacman/pacman.c:131 +#, c-format +msgid "" +" -p, --file query the package file [package] instead of the " +"database\n" +msgstr "" + +#: src/pacman/pacman.c:132 +#, c-format +msgid "" +" -s, --search search locally-installed packages for matching " +"strings\n" +msgstr "" + +#: src/pacman/pacman.c:133 +#, c-format +msgid " -u, --upgrades list all packages that can be upgraded\n" +msgstr "" + +#: src/pacman/pacman.c:135 +#, c-format +msgid "usage: %s {-S --sync} [options] [package]\n" +msgstr "" + +#: src/pacman/pacman.c:137 +#, c-format +msgid "" +" -c, --clean remove old packages from cache directory (use -cc for " +"all)\n" +msgstr "" + +#: src/pacman/pacman.c:139 +#, c-format +msgid " -e, --dependsonly install dependencies only\n" +msgstr "" + +#: src/pacman/pacman.c:143 +#, c-format +msgid "" +" -p, --print-uris print out URIs for given packages and their " +"dependencies\n" +msgstr "" + +#: src/pacman/pacman.c:144 +#, c-format +msgid " -s, --search search remote repositories for matching strings\n" +msgstr "" + +#: src/pacman/pacman.c:145 +#, c-format +msgid " -u, --sysupgrade upgrade all packages that are out of date\n" +msgstr "" + +#: src/pacman/pacman.c:146 +#, c-format +msgid "" +" -w, --downloadonly download packages but do not install/upgrade anything\n" +msgstr "" + +#: src/pacman/pacman.c:147 +#, c-format +msgid "" +" -y, --refresh download fresh package databases from the server\n" +msgstr "" + +#: src/pacman/pacman.c:148 +#, c-format +msgid "" +" --ignore ignore a package upgrade (can be used more than once)\n" +msgstr "" + +#: src/pacman/pacman.c:150 +#, c-format +msgid " --config set an alternate configuration file\n" +msgstr "" + +#: src/pacman/pacman.c:151 +#, c-format +msgid " --noconfirm do not ask for anything confirmation\n" +msgstr "" + +#: src/pacman/pacman.c:152 +#, c-format +msgid " --ask pre-specify answers for questions (see manpage)\n" +msgstr "" + +#: src/pacman/pacman.c:153 +#, c-format +msgid "" +" --noprogressbar do not show a progress bar when downloading files\n" +msgstr "" + +#: src/pacman/pacman.c:154 +#, c-format +msgid "" +" --noscriptlet do not execute the install scriptlet if there is any\n" +msgstr "" + +#: src/pacman/pacman.c:155 +#, c-format +msgid " -v, --verbose be verbose\n" +msgstr "" + +#: src/pacman/pacman.c:156 +#, c-format +msgid " -r, --root set an alternate installation root\n" +msgstr "" + +#: src/pacman/pacman.c:157 +#, c-format +msgid " -b, --dbpath set an alternate database location\n" +msgstr "" + +#: src/pacman/pacman.c:170 +#, c-format +msgid " This program may be freely redistributed under\n" +msgstr "" + +#: src/pacman/pacman.c:171 +#, c-format +msgid " the terms of the GNU General Public License\n" +msgstr "" + +#: src/pacman/pacman.c:298 +#, c-format +msgid "error: '%s' is not a valid debug level" +msgstr "" + +#: src/pacman/pacman.c:334 +#, c-format +msgid "error: '%s' is not a valid db path\n" +msgstr "" + +#: src/pacman/pacman.c:364 +#, c-format +msgid "error: '%s' is not a valid root path\n" +msgstr "" + +#: src/pacman/pacman.c:391 +msgid "only one operation may be used at a time\n" +msgstr "" + +#: src/pacman/pacman.c:454 +#, c-format +msgid "failed to initilize alpm library (%s)\n" +msgstr "" + +#: src/pacman/pacman.c:487 +msgid "you cannot perform this operation unless you are root.\n" +msgstr "" + +#: src/pacman/pacman.c:503 +#, c-format +msgid "failed to parse config (%s)\n" +msgstr "" + +#: src/pacman/pacman.c:513 src/pacman/remove.c:125 src/pacman/util.c:316 +msgid "Targets:" +msgstr "" + +#: src/pacman/pacman.c:519 +#, c-format +msgid "could not register 'local' database (%s)\n" +msgstr "" + +#: src/pacman/pacman.c:526 +msgid "no targets specified (use -h for help)\n" +msgstr "" + +#: src/pacman/pacman.c:539 +msgid "no operation specified (use -h for help)\n" +msgstr "" + +#: src/pacman/query.c:53 +msgid "no file was specified for --owns\n" +msgstr "" + +#: src/pacman/query.c:71 +#, c-format +msgid "%s is owned by %s %s\n" +msgstr "" + +#: src/pacman/query.c:78 +#, c-format +msgid "No package owns %s\n" +msgstr "" + +#: src/pacman/query.c:122 src/pacman/sync.c:413 +msgid "no usable package repositories configured.\n" +msgstr "" + +#: src/pacman/query.c:128 +msgid "Checking for package upgrades..." +msgstr "" + +#: src/pacman/query.c:135 +msgid "no upgrades found" +msgstr "" + +#: src/pacman/query.c:173 +#, c-format +msgid "group \"%s\" was not found\n" +msgstr "" + +#: src/pacman/query.c:184 +msgid "no package file was specified for --file\n" +msgstr "" + +#: src/pacman/query.c:188 +#, c-format +msgid "failed to load package '%s' (%s)\n" +msgstr "" + +#: src/pacman/query.c:226 src/pacman/query.c:263 +#, c-format +msgid "package \"%s\" not found\n" +msgstr "" + +#: src/pacman/remove.c:58 src/pacman/sync.c:528 +#, c-format +msgid ":: group %s:\n" +msgstr "" + +#: src/pacman/remove.c:60 +msgid " Remove whole content? [Y/n] " +msgstr "" + +#: src/pacman/remove.c:64 +#, c-format +msgid ":: Remove %s from group %s? [Y/n] " +msgstr "" + +#: src/pacman/remove.c:77 src/pacman/sync.c:440 src/pacman/sync.c:489 +#, c-format +msgid "failed to init transaction (%s)\n" +msgstr "" + +#: src/pacman/remove.c:89 +#, c-format +msgid "failed to add target '%s' (%s)\n" +msgstr "" + +#: src/pacman/remove.c:103 +#, c-format +msgid ":: %s is required by %s\n" +msgstr "" + +#: src/pacman/remove.c:128 +msgid "" +"\n" +"Do you want to remove these packages? [Y/n] " +msgstr "" + +#: src/pacman/sync.c:113 +msgid "Do you want to remove old packages from cache? [Y/n] " +msgstr "" + +#: src/pacman/sync.c:115 +msgid "removing old packages from cache... " +msgstr "" + +#: src/pacman/sync.c:118 +msgid "could not access cache directory\n" +msgstr "" + +#: src/pacman/sync.c:179 +msgid "Do you want to remove all packages from cache? [Y/n] " +msgstr "" + +#: src/pacman/sync.c:181 +msgid "removing all packages from cache... " +msgstr "" + +#: src/pacman/sync.c:184 +msgid "could not remove cache directory\n" +msgstr "" + +#: src/pacman/sync.c:189 +msgid "could not create new cache directory\n" +msgstr "" + +#: src/pacman/sync.c:216 +#, c-format +msgid "failed to synchronize %s: %s\n" +msgstr "" + +#: src/pacman/sync.c:218 +#, c-format +msgid "failed to update %s (%s)\n" +msgstr "" + +#: src/pacman/sync.c:221 +#, c-format +msgid " %s is up to date\n" +msgstr "" + +#: src/pacman/sync.c:341 +#, c-format +msgid "package \"%s\" was not found.\n" +msgstr "" + +#: src/pacman/sync.c:378 +#, c-format +msgid "repository \"%s\" was not found.\n" +msgstr "" + +#: src/pacman/sync.c:450 +msgid ":: Synchronizing package databases...\n" +msgstr "" + +#: src/pacman/sync.c:451 +msgid "synchronizing package lists" +msgstr "" + +#: src/pacman/sync.c:453 +msgid "failed to synchronize any databases" +msgstr "" + +#: src/pacman/sync.c:459 +msgid ":: Starting full system upgrade...\n" +msgstr "" + +#: src/pacman/sync.c:460 +msgid "starting full system upgrade" +msgstr "" + +#: src/pacman/sync.c:478 +msgid "" +"\n" +":: pacman has detected a newer version of the \"pacman\" package.\n" +msgstr "" + +#: src/pacman/sync.c:479 +msgid ":: It is recommended that you allow pacman to upgrade itself\n" +msgstr "" + +#: src/pacman/sync.c:480 +msgid ":: first, then you can re-run the operation with the newer version.\n" +msgstr "" + +#: src/pacman/sync.c:482 +msgid ":: Upgrade pacman first? [Y/n] " +msgstr "" + +#: src/pacman/sync.c:497 +#, c-format +msgid "pacman: %s\n" +msgstr "" + +#: src/pacman/sync.c:517 +#, c-format +msgid "'%s': %s\n" +msgstr "" + +#: src/pacman/sync.c:532 +msgid ":: Install whole content? [Y/n] " +msgstr "" + +#: src/pacman/sync.c:539 +#, c-format +msgid ":: Install %s from group %s? [Y/n] " +msgstr "" + +#: src/pacman/sync.c:563 +#, c-format +msgid "'%s': not found in sync db\n" +msgstr "" + +#: src/pacman/sync.c:583 +msgid "requires" +msgstr "" + +#: src/pacman/sync.c:583 +msgid "is required by" +msgstr "" + +#: src/pacman/sync.c:625 +msgid "local database is up to date\n" +msgstr "" + +#: src/pacman/sync.c:634 +msgid "" +"\n" +"Beginning download...\n" +msgstr "" + +#: src/pacman/sync.c:638 +msgid "Proceed with download? [Y/n] " +msgstr "" + +#: src/pacman/sync.c:646 +msgid "" +"\n" +"Beginning upgrade process...\n" +msgstr "" + +#: src/pacman/sync.c:650 +msgid "Proceed with installation? [Y/n] " +msgstr "" + +#: src/pacman/trans.c:57 +msgid "] 100% LOCAL " +msgstr "" + +#: src/pacman/trans.c:68 +msgid "checking dependencies... " +msgstr "" + +#: src/pacman/trans.c:72 +msgid "checking for file conflicts... " +msgstr "" + +#: src/pacman/trans.c:76 +msgid "cleaning up... " +msgstr "" + +#: src/pacman/trans.c:79 +msgid "resolving dependencies... " +msgstr "" + +#: src/pacman/trans.c:82 +msgid "looking for inter-conflicts... " +msgstr "" + +#: src/pacman/trans.c:102 +#, c-format +msgid "installing %s... " +msgstr "" + +#: src/pacman/trans.c:109 +#, c-format +msgid "installed %s (%s)" +msgstr "" + +#: src/pacman/trans.c:116 +#, c-format +msgid "removing %s... " +msgstr "" + +#: src/pacman/trans.c:123 +#, c-format +msgid "removed %s (%s)" +msgstr "" + +#: src/pacman/trans.c:130 +#, c-format +msgid "upgrading %s... " +msgstr "" + +#: src/pacman/trans.c:137 +#, c-format +msgid "upgraded %s (%s -> %s)" +msgstr "" + +#: src/pacman/trans.c:144 +msgid "checking package integrity... " +msgstr "" + +#: src/pacman/trans.c:158 +msgid " done.\n" +msgstr "" + +#: src/pacman/trans.c:160 +msgid " failed.\n" +msgstr "" + +#: src/pacman/trans.c:167 +#, c-format +msgid ":: Retrieving packages from %s...\n" +msgstr "" + +#: src/pacman/trans.c:190 +#, c-format +msgid ":: %s requires %s, but it is in IgnorePkg. Install anyway? [Y/n] " +msgstr "" + +#: src/pacman/trans.c:204 +#, c-format +msgid ":: %s is designated as a HoldPkg. Remove anyway? [Y/n] " +msgstr "" + +#: src/pacman/trans.c:217 +#, c-format +msgid ":: Replace %s with %s/%s? [Y/n] " +msgstr "" + +#: src/pacman/trans.c:232 +#, c-format +msgid ":: %s conflicts with %s. Remove %s? [Y/n] " +msgstr "" + +#: src/pacman/trans.c:248 +#, c-format +msgid ":: %s-%s: local version is newer. Upgrade anyway? [Y/n] " +msgstr "" + +#: src/pacman/trans.c:266 +#, c-format +msgid ":: %s-%s: local version is up to date. Upgrade anyway? [Y/n] " +msgstr "" + +#: src/pacman/trans.c:284 +#, c-format +msgid ":: Archive %s is corrupted. Do you want to delete it? [Y/n] " +msgstr "" + +#: src/pacman/trans.c:333 +msgid "installing" +msgstr "" + +#: src/pacman/trans.c:336 +msgid "upgrading" +msgstr "" + +#: src/pacman/trans.c:339 +msgid "removing" +msgstr "" + +#: src/pacman/trans.c:342 +msgid "checking for file conflicts" +msgstr "" + +#: src/pacman/util.c:258 +#, c-format +msgid "None\n" +msgstr "" + +#: src/pacman/util.c:303 +msgid "Remove:" +msgstr "" + +#: src/pacman/util.c:311 +#, c-format +msgid "" +"\n" +"Total Removed Size: %.2f MB\n" +msgstr "" + +#: src/pacman/util.c:322 +#, c-format +msgid "" +"\n" +"Total Package Size: %.2f MB\n" +msgstr "" + +#: src/pacman/util.c:329 +#, c-format +msgid "Total Installed Size: %.2f MB\n" +msgstr "" -- cgit v1.2.3-54-g00ecf