summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-03-04 07:28:48 +0100
committerAaron Griffin <aaron@archlinux.org>2007-03-04 07:28:48 +0100
commita7d7c963579176dfefe424931a57e86bc8b51924 (patch)
treea808cbe75dd7fdc761e7667397efbc43a54437e7
parent549ca632ef08bec2aead4d95f141e28746b35a1e (diff)
downloadpacman-a7d7c963579176dfefe424931a57e86bc8b51924.tar.gz
pacman-a7d7c963579176dfefe424931a57e86bc8b51924.tar.xz
* handle changes: callbacks should check handle first, as there's a few
occasions where some alpm stuff could be used without initializing the library (vercmp is one). TODO make these functions (handle accessors) better by returning "library not initialized" instead of failing. * Removed NoUpgrade lines from pacman.conf - we need to test this! * Re-corrected the lib targets for src/util/* * make dist seems to have updated the po files
-rw-r--r--etc/pacman.conf.in5
-rw-r--r--lib/libalpm/be_files.c2
-rw-r--r--lib/libalpm/handle.c4
-rw-r--r--lib/libalpm/po/de.po124
-rw-r--r--lib/libalpm/po/fr.po616
-rw-r--r--lib/libalpm/po/hu.po616
-rw-r--r--lib/libalpm/po/it.po36
-rw-r--r--lib/libalpm/po/libalpm.pot541
-rw-r--r--lib/libalpm/po/pt_BR.po541
-rw-r--r--src/pacman/po/de.po105
-rw-r--r--src/pacman/po/fr.po162
-rw-r--r--src/pacman/po/hu.po161
-rw-r--r--src/pacman/po/it.po151
-rw-r--r--src/pacman/po/pacman.pot145
-rw-r--r--src/pacman/po/pt_BR.po163
-rw-r--r--src/util/Makefile.am4
16 files changed, 1789 insertions, 1587 deletions
diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in
index ec2b54df..feba20ea 100644
--- a/etc/pacman.conf.in
+++ b/etc/pacman.conf.in
@@ -8,11 +8,6 @@
#
[options]
LogFile = /var/log/pacman.log
-NoUpgrade = etc/passwd etc/group etc/shadow etc/sudoers
-NoUpgrade = etc/fstab etc/raidtab etc/mdadm.conf etc/ld.so.conf
-NoUpgrade = etc/inittab etc/rc.conf etc/rc.local
-NoUpgrade = etc/modprobe.conf etc/modules.conf
-NoUpgrade = etc/lilo.conf boot/grub/menu.lst etc/mkinitrd.conf
HoldPkg = pacman glibc
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
diff --git a/lib/libalpm/be_files.c b/lib/libalpm/be_files.c
index a847af05..43d7a711 100644
--- a/lib/libalpm/be_files.c
+++ b/lib/libalpm/be_files.c
@@ -236,7 +236,7 @@ int _alpm_db_read(pmdb_t *db, pmpkg_t *info, pmdbinfrq_t inforeq)
snprintf(path, PATH_MAX, "%s/%s-%s", db->path, info->name, info->version);
if(stat(path, &buf)) {
/* directory doesn't exist or can't be opened */
- _alpm_log(PM_LOG_ERROR, _("cannot find '%s-%s' in db '%s'"), info->name, info->version, db->treename);
+ _alpm_log(PM_LOG_DEBUG, _("cannot find '%s-%s' in db '%s'"), info->name, info->version, db->treename);
return(-1);
}
diff --git a/lib/libalpm/handle.c b/lib/libalpm/handle.c
index 6e8e45e3..5ca8258e 100644
--- a/lib/libalpm/handle.c
+++ b/lib/libalpm/handle.c
@@ -119,8 +119,8 @@ int _alpm_handle_free(pmhandle_t *handle)
return(0);
}
-alpm_cb_log alpm_option_get_logcb() { return handle->logcb; }
-alpm_cb_download alpm_option_get_dlcb() { return handle->dlcb; }
+alpm_cb_log alpm_option_get_logcb() { return (handle ? handle->logcb : NULL); }
+alpm_cb_download alpm_option_get_dlcb() { return (handle ? handle->dlcb : NULL); }
unsigned short alpm_option_get_logmask() { return handle->logmask; }
const char SYMEXPORT *alpm_option_get_root() { return handle->root; }
const char SYMEXPORT *alpm_option_get_dbpath() { return handle->dbpath; }
diff --git a/lib/libalpm/po/de.po b/lib/libalpm/po/de.po
index de6ca556..7c03fbdb 100644
--- a/lib/libalpm/po/de.po
+++ b/lib/libalpm/po/de.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: de\n"
"Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n"
-"POT-Creation-Date: 2007-03-03 09:17+0100\n"
+"POT-Creation-Date: 2007-03-03 23:42-0600\n"
"PO-Revision-Date: 2007-03-03 09:35+0100\n"
"Last-Translator: Pierre Schmitz <pierre@archlinux.de>\n"
"Language-Team: Deutsch <archlinux.de>\n"
@@ -85,8 +85,8 @@ msgid "removing old package first (%s-%s)"
msgstr "Entferne zuerst altes Paket (%s-%s)"
#: lib/libalpm/add.c:405
-#, c-format
-msgid "adding %s to the NoUpgrade array temporarilly"
+#, fuzzy, c-format
+msgid "adding %s to the NoUpgrade array temporarily"
msgstr "Füge %s temporär zum NoUpgrade-Array hinzu"
#: lib/libalpm/add.c:423
@@ -178,7 +178,8 @@ msgstr "Aktion: Lasse existierende Datei an ihrem Platz"
#: lib/libalpm/add.c:657
msgid "action: keeping current file and installing new one with .pacnew ending"
-msgstr "Aktion: Behalte aktuelle Datei und installiere Neue mit der Endung .pacnew"
+msgstr ""
+"Aktion: Behalte aktuelle Datei und installiere Neue mit der Endung .pacnew"
#: lib/libalpm/add.c:660
#, c-format
@@ -249,18 +250,16 @@ msgid "provision '%s' has been removed from package %s (%s => %s)"
msgstr "'%s' wird nicht mehr von %s bereitgestellt (%s => %s)"
#: lib/libalpm/add.c:775
-#, c-format
-#, fuzzy
+#, fuzzy, c-format
msgid "updating '%s' due to provision change (%s)"
msgstr "aktualisiere '%s' aufgrund einer Bereitstellungsänderung (%s)"
#: lib/libalpm/add.c:779 lib/libalpm/add.c:780
-#, c-format
-#, fuzzy
+#, fuzzy, c-format
msgid "could not update provision '%s' from '%s'"
msgstr "konnte Bereitstellung '%s' von '%s' nicht aktualisieren"
-#: lib/libalpm/add.c:793 lib/libalpm/remove.c:330
+#: lib/libalpm/add.c:793 lib/libalpm/remove.c:337
msgid "updating database"
msgstr "Aktualisiere Datenbank"
@@ -279,7 +278,7 @@ msgstr "Konnte Datenbankeintrag %s-%s nicht aktualisieren"
msgid "could not add entry '%s' in cache"
msgstr "Konnte Eintrag '%s' nicht zum Pufferspeicher hinzufügen"
-#: lib/libalpm/add.c:838 lib/libalpm/remove.c:351 lib/libalpm/sync.c:1038
+#: lib/libalpm/add.c:838 lib/libalpm/remove.c:364 lib/libalpm/sync.c:1038
#, c-format
msgid "running \"ldconfig -r %s\""
msgstr "Führe \"ldconfig -r %s\" aus"
@@ -301,7 +300,8 @@ msgstr "Schließe Datenbank '%s'"
#: lib/libalpm/alpm.c:229
#, c-format
-msgid "adding new server to database '%s': protocol '%s', server '%s', path '%s'"
+msgid ""
+"adding new server to database '%s': protocol '%s', server '%s', path '%s'"
msgstr ""
"Füge neuen Server zur Datenbank '%s' hinzu: Protokoll '%s', Server '%s', "
"Pfad '%s'"
@@ -507,8 +507,10 @@ msgstr "Überspringe ungültigen an _alpm_db_read übergebenen Paket-Eintrag"
#: lib/libalpm/be_files.c:223
#, c-format
-msgid "request to read database info for a file-based package '%s', skipping..."
-msgstr "Überspringe das Lesen der Datenbank für ein Datei-basiertes Paket '%s'..."
+msgid ""
+"request to read database info for a file-based package '%s', skipping..."
+msgstr ""
+"Überspringe das Lesen der Datenbank für ein Datei-basiertes Paket '%s'..."
#: lib/libalpm/be_files.c:231
#, c-format
@@ -599,8 +601,7 @@ msgid " found conflict '%s' : package '%s' provides '%s'"
msgstr " Konflikt gefunden '%s' : Paket '%s' stellt '%s' bereit"
#: lib/libalpm/conflict.c:100 lib/libalpm/conflict.c:142
-#, c-format
-#, fuzzy
+#, fuzzy, c-format
msgid "package '%s' conflicts with itself - packaging error"
msgstr "Paket '%s' steht im Konflikt mit sich selbst - Verpackungsfehler"
@@ -624,16 +625,16 @@ msgstr "checkconflicts: Datenbank gegen Ziel '%s'"
msgid "target '%s' is also in target list, using NEW conflicts"
msgstr "Ziel '%s' ist auch in der Ziel-Liste, benutze neue Konflikte"
-#: lib/libalpm/conflict.c:254
+#: lib/libalpm/conflict.c:256
#, c-format
msgid "\tCONFLICTS:: %s conflicts with %s"
msgstr "\tCONFLICTS:: %s steht im Konflikt mit %s"
-#: lib/libalpm/conflict.c:346 lib/libalpm/deps.c:57 lib/libalpm/deps.c:619
-#: lib/libalpm/deps.c:659 lib/libalpm/group.c:43 lib/libalpm/handle.c:49
-#: lib/libalpm/package.c:80 lib/libalpm/sync.c:65 lib/libalpm/sync.c:598
-#: lib/libalpm/sync.c:614 lib/libalpm/sync.c:711 lib/libalpm/trans.c:52
-#: lib/libalpm/util.c:609 lib/libalpm/util.c:616
+#: lib/libalpm/conflict.c:348 lib/libalpm/deps.c:57 lib/libalpm/deps.c:435
+#: lib/libalpm/deps.c:631 lib/libalpm/deps.c:671 lib/libalpm/group.c:43
+#: lib/libalpm/handle.c:49 lib/libalpm/package.c:80 lib/libalpm/sync.c:65
+#: lib/libalpm/sync.c:598 lib/libalpm/sync.c:614 lib/libalpm/sync.c:711
+#: lib/libalpm/trans.c:52 lib/libalpm/util.c:609 lib/libalpm/util.c:616
#, c-format
msgid "malloc failure: could not allocate %d bytes"
msgstr "malloc Fehler: Konnte %d Bytes nicht allozieren"
@@ -662,7 +663,8 @@ msgstr "Registriere Datenbank '%s'"
#: lib/libalpm/db.c:184
#, c-format
msgid "database directory '%s' does not exist -- try creating it"
-msgstr "Datenbankverzeichnis '%s' ist nicht vorhanden - Versuche es zu erstellen"
+msgstr ""
+"Datenbankverzeichnis '%s' ist nicht vorhanden - Versuche es zu erstellen"
#: lib/libalpm/db.c:195
#, c-format
@@ -677,11 +679,11 @@ msgstr "Sortieren von Abhängigkeiten gestartet"
msgid "possible dependency cycle detected"
msgstr "möglicher Abhängigkeitszyklus gefunden"
-#: lib/libalpm/deps.c:179
+#: lib/libalpm/deps.c:180
msgid "sorting dependencies finished"
msgstr "Sortieren von Abhängigkeiten beendet"
-#: lib/libalpm/deps.c:222 lib/libalpm/deps.c:303
+#: lib/libalpm/deps.c:222 lib/libalpm/deps.c:307
msgid "null package found in package list"
msgstr "ein leeres Paket wurde in der Paketliste gefunden"
@@ -690,83 +692,88 @@ msgstr "ein leeres Paket wurde in der Paketliste gefunden"
msgid "cannot find package installed '%s'"
msgstr "Konnte installiertes Paket '%s' nicht finden"
-#: lib/libalpm/deps.c:255
+#: lib/libalpm/deps.c:258
#, c-format
msgid "checkdeps: dependency '%s' has moved from '%s' to '%s'"
msgstr "checkdeps: Abhängigkeit'%s' wurde von '%s' nach '%s' verschoben"
-#: lib/libalpm/deps.c:274
+#: lib/libalpm/deps.c:277
#, c-format
msgid "checkdeps: dependency '%s' satisfied by installed package '%s'"
-msgstr "checkdeps: Abhängigkeit '%s' von installiertem Paket '%s' bereitgestellt"
+msgstr ""
+"checkdeps: Abhängigkeit '%s' von installiertem Paket '%s' bereitgestellt"
-#: lib/libalpm/deps.c:283
+#: lib/libalpm/deps.c:286
#, c-format
msgid "checkdeps: updated '%s' won't satisfy a dependency of '%s'"
-msgstr "checkdeps: aktualisiertes '%s' wird die Abhängigkeit von '%s' nicht zufriedenstellen"
+msgstr ""
+"checkdeps: aktualisiertes '%s' wird die Abhängigkeit von '%s' nicht "
+"zufriedenstellen"
-#: lib/libalpm/deps.c:348
+#: lib/libalpm/deps.c:356
#, c-format
msgid "missing dependency '%s' for package '%s'"
msgstr "Abhängigkeit '%s' für Paket '%s' fehlt"
-#: lib/libalpm/deps.c:397
+#: lib/libalpm/deps.c:406
#, c-format
msgid "checkdeps: found %s as required by %s"
msgstr "checkdeps: %s wird von %s benötigt"
-#: lib/libalpm/deps.c:471
+#: lib/libalpm/deps.c:482
#, c-format
msgid "excluding %s -- explicitly installed"
msgstr "Schließe %s aus -- Ausdrücklich installiert"
-#: lib/libalpm/deps.c:518
+#: lib/libalpm/deps.c:529
#, c-format
msgid "cannot find package \"%s\" or anything that provides it!"
-msgstr "Kann Paket \"%s\" oder irgendwas, das es zur Verfügung stellt, nicht finden!"
+msgstr ""
+"Kann Paket \"%s\" oder irgendwas, das es zur Verfügung stellt, nicht finden!"
-#: lib/libalpm/deps.c:526 lib/libalpm/deps.c:537
+#: lib/libalpm/deps.c:537 lib/libalpm/deps.c:548
#, c-format
msgid "adding '%s' to the targets"
msgstr "Füge '%s' zu der Ziel-Liste hinzu"
-#: lib/libalpm/deps.c:568
+#: lib/libalpm/deps.c:580
msgid "started resolving dependencies"
msgstr "Starte das Auflösen der Abhängigkeiten"
-#: lib/libalpm/deps.c:586
+#: lib/libalpm/deps.c:598
#, c-format
msgid "%s provides dependency %s -- skipping"
msgstr "%s stellt Abhängigkeit %s zur Verfügung -- Überspringe"
-#: lib/libalpm/deps.c:615
+#: lib/libalpm/deps.c:627
#, c-format
-msgid "cannot resolve dependencies for \"%s\" (\"%s\" is not in the package set)"
+msgid ""
+"cannot resolve dependencies for \"%s\" (\"%s\" is not in the package set)"
msgstr ""
"Kann Abhängigkeiten für \"%s\" nicht auflösen (\"%s\" ist nicht in "
"Paketliste enthalten)"
-#: lib/libalpm/deps.c:632
+#: lib/libalpm/deps.c:644
#, c-format
msgid "dependency %s is already in the target list -- skipping"
msgstr "Abhängigkeit %s ist bereits in Ziel-Liste -- Überspringe"
-#: lib/libalpm/deps.c:652
+#: lib/libalpm/deps.c:664
#, c-format
msgid "pulling dependency %s (needed by %s)"
msgstr "Ziehe Abhängigkeit %s (benötigt von %s)"
-#: lib/libalpm/deps.c:656
+#: lib/libalpm/deps.c:668
#, c-format
msgid "cannot resolve dependencies for \"%s\""
msgstr "Kann Abhängigkeiten für \"%s\" nicht auflösen"
-#: lib/libalpm/deps.c:672
+#: lib/libalpm/deps.c:684
#, c-format
msgid "dependency cycle detected: %s"
msgstr "Abhängigkeitszyklus entdeckt: %s"
-#: lib/libalpm/deps.c:676
+#: lib/libalpm/deps.c:688
msgid "finished resolving dependencies"
msgstr "Auflösen von Abhängigkeiten beendet"
@@ -1052,12 +1059,12 @@ msgstr "Fehlende Paketdaten"
msgid "missing package filelist in %s, generating one"
msgstr "Fehlende Paketdateiliste in %s, erstelle eine"
-#: lib/libalpm/package.c:559
+#: lib/libalpm/package.c:560
#, c-format
msgid "adding '%s' in requiredby field for '%s'"
msgstr "Füge '%s' zum requiredby Feld für '%s' hinzu"
-#: lib/libalpm/package.c:570
+#: lib/libalpm/package.c:571
#, c-format
msgid "adding '%s' in requiredby field for '%s' (provides: %s)"
msgstr "Füge '%s' zum requiredby Feld für '%s' hinzu (stellt bereit: %s)"
@@ -1136,32 +1143,32 @@ msgstr "Lösche %s"
msgid "cannot remove file %s: %s"
msgstr "Kann Datei %s nicht entfernen: %s"
-#: lib/libalpm/remove.c:287
+#: lib/libalpm/remove.c:291
#, c-format
msgid "removing package %s-%s"
msgstr "Entferne Paket %s-%s"
-#: lib/libalpm/remove.c:304
+#: lib/libalpm/remove.c:308
#, c-format
msgid "not removing package '%s', can't remove all files"
msgstr "Paket '%s' wird nicht entfernt, konnte nicht alle Dateien löschen"
-#: lib/libalpm/remove.c:311
+#: lib/libalpm/remove.c:315
#, c-format
msgid "removing %d files"
msgstr "Entferne %d Dateien"
-#: lib/libalpm/remove.c:331
+#: lib/libalpm/remove.c:338
#, c-format
msgid "removing database entry '%s'"
msgstr "Entferne Datenbankeintrag '%s'"
-#: lib/libalpm/remove.c:333
+#: lib/libalpm/remove.c:340
#, c-format
msgid "could not remove database entry %s-%s"
msgstr "Konnte Datenbankeintrag %s-%s nicht entfernen"
-#: lib/libalpm/remove.c:337
+#: lib/libalpm/remove.c:345
#, c-format
msgid "could not remove entry '%s' from cache"
msgstr "Konnte Eintrag '%s' nicht aus dem Cache entfernen"
@@ -1365,15 +1372,13 @@ msgid "could not update new database entry %s-%s"
msgstr "Konnte neuen Datenbankeintrag %s-%s nicht aktualisieren"
#: lib/libalpm/sync.c:1062
-#, c-format
-#, fuzzy
+#, fuzzy, c-format
msgid "found package '%s-%s' in sync"
msgstr "Paket '%s-%s' gefunden"
#: lib/libalpm/sync.c:1068
-#, c-format
-#, fuzzy
-msgid "package '%s not found in sync"
+#, fuzzy, c-format
+msgid "package '%s' not found in sync"
msgstr "Paket '%s' nicht gefunden"
#: lib/libalpm/trans.c:264
@@ -1383,7 +1388,9 @@ msgstr "Aktualisiere 'requiredby' Felder abhängiger Pakete für %s-%s"
#: lib/libalpm/trans.c:267
msgid "package has no dependencies, no other packages to update"
-msgstr "Paket besitzt keine Abhängigkeiten, kein anderes Paket muß aktualisiert werden"
+msgstr ""
+"Paket besitzt keine Abhängigkeiten, kein anderes Paket muß aktualisiert "
+"werden"
#: lib/libalpm/trans.c:304 lib/libalpm/trans.c:330
#, c-format
@@ -1483,4 +1490,3 @@ msgstr "depcmp: %s-%s %s %s-%s => %s"
#, c-format
msgid "depcmp: %s-%s %s %s => %s"
msgstr "depcmp: %s-%s %s %s => %s"
-
diff --git a/lib/libalpm/po/fr.po b/lib/libalpm/po/fr.po
index cef5511a..03934261 100644
--- a/lib/libalpm/po/fr.po
+++ b/lib/libalpm/po/fr.po
@@ -7,7 +7,7 @@ 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-22 11:13-0500\n"
+"POT-Creation-Date: 2007-03-03 23:42-0600\n"
"PO-Revision-Date: 2006-06-05 22:47+0100\n"
"Last-Translator: Enda <enda@netou.com>\n"
"MIME-Version: 1.0\n"
@@ -16,261 +16,266 @@ msgstr ""
"X-Poedit-Language: French\n"
"X-Poedit-Country: FRANCE\n"
-#: lib/libalpm/add.c:95
-#, c-format
-msgid "could not parse token %s"
-msgstr "ne peut analyser l'élément %s"
-
-#: lib/libalpm/add.c:129
+#: lib/libalpm/add.c:75
#, c-format
msgid "loading target '%s'"
msgstr "charge la cible '%s'"
-#: lib/libalpm/add.c:174
+#: lib/libalpm/add.c:120
#, c-format
msgid "replacing older version %s-%s by %s in target list"
msgstr "remplace l'ancienne version %s-%s par %s dans la liste de destination"
-#: lib/libalpm/add.c:183
+#: lib/libalpm/add.c:129
#, c-format
msgid "newer version %s-%s is in the target list -- skipping"
msgstr "une version plus récente %s-%s est déjà présente -- ignorer"
-#: lib/libalpm/add.c:190
+#: lib/libalpm/add.c:136
#, c-format
msgid "reading '%s' metadata"
msgstr "lecture des métas-données '%s'"
-#: lib/libalpm/add.c:243 lib/libalpm/remove.c:110
+#: lib/libalpm/add.c:189 lib/libalpm/remove.c:110
msgid "looking for unsatisfied dependencies"
msgstr "recherche des dépendances non satisfaites"
-#: lib/libalpm/add.c:255 lib/libalpm/sync.c:476
+#: lib/libalpm/add.c:201 lib/libalpm/sync.c:467
msgid "looking for conflicts"
msgstr "recherche des conflits"
-#: lib/libalpm/add.c:260
+#: lib/libalpm/add.c:206
msgid "replacing packages with -A and -U is not supported yet"
msgstr ""
-#: lib/libalpm/add.c:261
+#: lib/libalpm/add.c:207
#, c-format
msgid "please remove '%s' first, using -Rd"
msgstr ""
-#: lib/libalpm/add.c:302 lib/libalpm/remove.c:146
+#: lib/libalpm/add.c:248 lib/libalpm/remove.c:146
msgid "sorting by dependencies"
msgstr "tri par dépendances"
-#: lib/libalpm/add.c:314
+#: lib/libalpm/add.c:260
msgid "cleaning up"
msgstr "nettoyage"
-#: lib/libalpm/add.c:329
+#: lib/libalpm/add.c:275
msgid "looking for file conflicts"
msgstr "recherche de conflits entre fichiers"
-#: lib/libalpm/add.c:394
+#: lib/libalpm/add.c:340
#, c-format
msgid "upgrading package %s-%s"
msgstr "mise a jour du paquet %s-%s"
-#: lib/libalpm/add.c:417
+#: lib/libalpm/add.c:364
#, c-format
msgid "adding package %s-%s"
msgstr "ajout du paquet %s-%s"
-#: lib/libalpm/add.c:430
+#: lib/libalpm/add.c:377
#, c-format
msgid "removing old package first (%s-%s)"
msgstr "retirer l'ancien paquet préalablement (%s-%s)"
-#: lib/libalpm/add.c:457
+#: lib/libalpm/add.c:405
#, c-format
-msgid "adding %s to the NoUpgrade array temporarilly"
+msgid "adding %s to the NoUpgrade array temporarily"
msgstr ""
-#: lib/libalpm/add.c:475
+#: lib/libalpm/add.c:423
msgid "extracting files"
msgstr "extraction des fichiers"
-#: lib/libalpm/add.c:490 lib/libalpm/util.c:461
+#: lib/libalpm/add.c:438 lib/libalpm/util.c:463
msgid "could not get current working directory"
msgstr "impossible de déterminer le répertoire courant"
-#: lib/libalpm/add.c:546
+#: lib/libalpm/add.c:494 lib/libalpm/add.c:495
#, fuzzy, c-format
msgid "%s is in NoExtract, skipping extraction"
msgstr "note: %s est dans la liste NoExtract -- ignore l'extraction"
-#: lib/libalpm/add.c:547
-#, c-format
-msgid "notice: %s is in NoExtract -- skipping extraction"
-msgstr "note: %s est dans la liste NoExtract -- ignore l'extraction"
-
-#: lib/libalpm/add.c:554
+#: lib/libalpm/add.c:502
#, fuzzy, c-format
msgid "%s is in trans->skip_add, skipping extraction"
msgstr "note: %s est dans la liste NoExtract -- ignore l'extraction"
-#: lib/libalpm/add.c:600 lib/libalpm/add.c:601 lib/libalpm/add.c:750
+#: lib/libalpm/add.c:548 lib/libalpm/add.c:549 lib/libalpm/add.c:698
#, c-format
msgid "could not extract %s (%s)"
msgstr "n'a pas pu extraire %s (%s)"
-#: lib/libalpm/add.c:644
+#: lib/libalpm/add.c:592
#, c-format
msgid "checking md5 hashes for %s"
msgstr "vérification de la 'signature' md5 pour %s"
-#: lib/libalpm/add.c:646
+#: lib/libalpm/add.c:594
#, c-format
msgid "checking sha1 hashes for %s"
msgstr "vérification de la 'signature' sha1 pour %s"
-#: lib/libalpm/add.c:648
+#: lib/libalpm/add.c:596
#, c-format
msgid "current: %s"
msgstr "courant: %s"
-#: lib/libalpm/add.c:649
+#: lib/libalpm/add.c:597
#, c-format
msgid "new: %s"
msgstr "nouveau: %s"
-#: lib/libalpm/add.c:650
+#: lib/libalpm/add.c:598
#, c-format
msgid "original: %s"
msgstr "original: %s"
-#: lib/libalpm/add.c:662
+#: lib/libalpm/add.c:610
#, c-format
msgid "could not rename %s (%s)"
msgstr "n'a pas pu renommer %s (%s)"
-#: lib/libalpm/add.c:663
+#: lib/libalpm/add.c:611
#, c-format
msgid "error: could not rename %s (%s)"
msgstr "erreur: n'a pas pu renommer %s (%s)"
-#: lib/libalpm/add.c:669 lib/libalpm/add.c:688
+#: lib/libalpm/add.c:617 lib/libalpm/add.c:636
#, fuzzy, c-format
msgid "could not copy tempfile to %s (%s)"
msgstr "n'a pas pu copier %s vers %s (%s)"
-#: lib/libalpm/add.c:670
+#: lib/libalpm/add.c:618
#, fuzzy, c-format
msgid "error: could not copy tempfile to %s (%s)"
msgstr "erreur: n'a pas pu copier %s vers %s (%s)"
-#: lib/libalpm/add.c:674
+#: lib/libalpm/add.c:622
#, c-format
msgid "%s saved as %s.pacorig"
msgstr "%s sauve en tant que %s.pacorig"
-#: lib/libalpm/add.c:675
+#: lib/libalpm/add.c:623
#, c-format
msgid "warning: %s saved as %s"
msgstr "avertissement: %s sauve en tant que %s"
-#: lib/libalpm/add.c:685
+#: lib/libalpm/add.c:633
#, fuzzy, c-format
msgid "action: installing new file: %s"
msgstr "action: installation de nouveau fichier"
-#: lib/libalpm/add.c:695 lib/libalpm/add.c:701 lib/libalpm/add.c:706
+#: lib/libalpm/add.c:643 lib/libalpm/add.c:649 lib/libalpm/add.c:654
msgid "action: leaving existing file in place"
msgstr "action: quitte en préservant les fichiers existant"
-#: lib/libalpm/add.c:709
+#: lib/libalpm/add.c:657
msgid "action: keeping current file and installing new one with .pacnew ending"
msgstr ""
"action: conserver le fichier actuel et installer le nouveau avec "
"l'extension .pacnew"
-#: lib/libalpm/add.c:712
+#: lib/libalpm/add.c:660
#, c-format
msgid "could not install %s as %s: %s"
msgstr "n'a pas pu installer %s en tant que %s: %s"
-#: lib/libalpm/add.c:713
+#: lib/libalpm/add.c:661
#, c-format
msgid "error: could not install %s as %s: %s"
msgstr "erreur: n'a pas pu installer %s en tant que %s: %s"
-#: lib/libalpm/add.c:715
+#: lib/libalpm/add.c:663
#, c-format
msgid "%s installed as %s"
msgstr "%s installé en tant que %s"
-#: lib/libalpm/add.c:716
+#: lib/libalpm/add.c:664
#, c-format
msgid "warning: %s installed as %s"
msgstr "avertissement: %s installé en tant que %s"
-#: lib/libalpm/add.c:730
+#: lib/libalpm/add.c:678
#, c-format
msgid "%s is in NoUpgrade -- skipping"
msgstr "%s est marqué NoUpgrade -- ignore"
-#: lib/libalpm/add.c:731
+#: lib/libalpm/add.c:679
#, c-format
msgid "extracting %s as %s.pacnew"
msgstr "extrait %s en tant que %s.pacnew"
-#: lib/libalpm/add.c:732
+#: lib/libalpm/add.c:680
#, fuzzy, c-format
msgid "warning: extracting %s as %s.pacnew"
msgstr "avertissement: extrait %s%s en tant que %s"
-#: lib/libalpm/add.c:735
+#: lib/libalpm/add.c:683
#, c-format
msgid "extracting %s"
msgstr "extrait %s"
-#: lib/libalpm/add.c:751
+#: lib/libalpm/add.c:699
#, c-format
msgid "error: could not extract %s (%s)"
msgstr "erreur: n'a pas pu extraire %s (%s)"
-#: lib/libalpm/add.c:763
+#: lib/libalpm/add.c:711
#, fuzzy, c-format
msgid "appending backup entry for %s"
msgstr "ajoute une entre pour la sauvegarde"
-#: lib/libalpm/add.c:795 lib/libalpm/add.c:797
+#: lib/libalpm/add.c:743 lib/libalpm/add.c:745
#, c-format
msgid "errors occurred while %s %s"
msgstr "des erreurs sont survenue pendant %s %s"
-#: lib/libalpm/add.c:796 lib/libalpm/add.c:798
+#: lib/libalpm/add.c:744 lib/libalpm/add.c:746
msgid "upgrading"
msgstr "mise à jour"
-#: lib/libalpm/add.c:796 lib/libalpm/add.c:798
+#: lib/libalpm/add.c:744 lib/libalpm/add.c:746
msgid "installing"
msgstr "installation"
-#: lib/libalpm/add.c:812 lib/libalpm/remove.c:321
+#: lib/libalpm/add.c:763
+#, c-format
+msgid "provision '%s' has been removed from package %s (%s => %s)"
+msgstr ""
+
+#: lib/libalpm/add.c:775
+#, fuzzy, c-format
+msgid "updating '%s' due to provision change (%s)"
+msgstr "trouvé '%s' comme disposition pour '%s'"
+
+#: lib/libalpm/add.c:779 lib/libalpm/add.c:780
+#, fuzzy, c-format
+msgid "could not update provision '%s' from '%s'"
+msgstr "trouvé '%s' comme disposition pour '%s'"
+
+#: lib/libalpm/add.c:793 lib/libalpm/remove.c:337
msgid "updating database"
msgstr "met à jour la base de données"
-#: lib/libalpm/add.c:813
+#: lib/libalpm/add.c:794
#, c-format
msgid "adding database entry '%s'"
msgstr "ajoute l'entrée de base de données '%s'"
-#: lib/libalpm/add.c:816 lib/libalpm/add.c:818
+#: lib/libalpm/add.c:797 lib/libalpm/add.c:799
#, c-format
msgid "could not update database entry %s-%s"
msgstr "n'a pas pu mettre a jour l'entrée de base de données %s-%s"
-#: lib/libalpm/add.c:824
+#: lib/libalpm/add.c:805
#, c-format
msgid "could not add entry '%s' in cache"
msgstr "n'a pas pu ajouter l'entrée '%s' dans le cache"
-#: lib/libalpm/add.c:852 lib/libalpm/remove.c:341 lib/libalpm/sync.c:1046
+#: lib/libalpm/add.c:838 lib/libalpm/remove.c:364 lib/libalpm/sync.c:1038
#, c-format
msgid "running \"ldconfig -r %s\""
msgstr "execute \"ldconfig -r %s\""
@@ -317,158 +322,158 @@ msgid "sync: new mtime for %s: %s"
msgstr ""
#: lib/libalpm/alpm.c:305
-#, c-format
-msgid "flushing database %s/%s"
+#, fuzzy, c-format
+msgid "flushing database %s%s"
msgstr "recharge la base de données %s/%s"
#: lib/libalpm/alpm.c:309
-#, c-format
-msgid "could not remove database entry %s/%s"
+#, fuzzy, c-format
+msgid "could not remove database entry %s%s"
msgstr "n'a pas pu retirer l'entrée de base de données %s/%s"
-#: lib/libalpm/alpm.c:479
+#: lib/libalpm/alpm.c:478
#, fuzzy, c-format
msgid "could not get sha1sum for package %s-%s"
msgstr "n'a pas pu obtenir la 'signature' sha1 pour le paquet %s-%s\n"
-#: lib/libalpm/alpm.c:485
+#: lib/libalpm/alpm.c:484
#, fuzzy, c-format
msgid "sha1sums for package %s-%s match"
msgstr "les 'signatures' correspondent pour le paquet %s-%s"
-#: lib/libalpm/alpm.c:488
+#: lib/libalpm/alpm.c:487
#, fuzzy, c-format
msgid "sha1sums do not match for package %s-%s"
msgstr "les 'signatures' sha1 ne correspondent pas pour le paquet %s-%s\n"
-#: lib/libalpm/alpm.c:523
+#: lib/libalpm/alpm.c:522
#, fuzzy, c-format
msgid "could not get md5sum for package %s-%s"
msgstr "n'a pas pu obtenir la 'signature' md5 pour le paquet %s-%s\n"
-#: lib/libalpm/alpm.c:529
+#: lib/libalpm/alpm.c:528
#, fuzzy, c-format
msgid "md5sums for package %s-%s match"
msgstr "les 'signatures' correspondent pour le paquet %s-%s"
-#: lib/libalpm/alpm.c:532
+#: lib/libalpm/alpm.c:531
#, fuzzy, c-format
msgid "md5sums do not match for package %s-%s"
msgstr "les 'signatures' md5 ne correspondent pas pour le paquet %s-%s\n"
-#: lib/libalpm/alpm.c:781
+#: lib/libalpm/alpm.c:780
#, c-format
msgid "could not remove lock file %s"
msgstr "n'a pas pu effacer le fichier de verrou %s"
-#: lib/libalpm/alpm.c:782
+#: lib/libalpm/alpm.c:781
#, c-format
msgid "warning: could not remove lock file %s"
msgstr "avertissement: n'a pas pu effacer le fichier de verrou %s"
-#: lib/libalpm/alpm.c:917
+#: lib/libalpm/alpm.c:916
#, fuzzy, c-format
msgid "config: new section '%s'"
msgstr "n'a pas pu extraire %s: %s\n"
-#: lib/libalpm/alpm.c:946
+#: lib/libalpm/alpm.c:945
msgid "config: nopassiveftp"
msgstr ""
-#: lib/libalpm/alpm.c:949
+#: lib/libalpm/alpm.c:948
msgid "config: usesyslog"
msgstr ""
-#: lib/libalpm/alpm.c:952
+#: lib/libalpm/alpm.c:951
msgid "config: chomp"
msgstr ""
-#: lib/libalpm/alpm.c:955
+#: lib/libalpm/alpm.c:954
msgid "config: usecolor"
msgstr ""
-#: lib/libalpm/alpm.c:964
+#: lib/libalpm/alpm.c:963
#, fuzzy, c-format
msgid "config: including %s"
msgstr "ne peut ouvrir le fichier de log %s"
-#: lib/libalpm/alpm.c:974 lib/libalpm/alpm.c:979
+#: lib/libalpm/alpm.c:973 lib/libalpm/alpm.c:978
#, fuzzy, c-format
msgid "config: noupgrade: %s"
msgstr "n'a pas pu extraire %s: %s\n"
-#: lib/libalpm/alpm.c:987 lib/libalpm/alpm.c:992
+#: lib/libalpm/alpm.c:986 lib/libalpm/alpm.c:991
#, fuzzy, c-format
msgid "config: noextract: %s"
msgstr "n'a pas pu extraire %s: %s\n"
-#: lib/libalpm/alpm.c:1000 lib/libalpm/alpm.c:1005
+#: lib/libalpm/alpm.c:999 lib/libalpm/alpm.c:1004
#, fuzzy, c-format
msgid "config: ignorepkg: %s"
msgstr "n'a pas pu extraire %s: %s\n"
-#: lib/libalpm/alpm.c:1013 lib/libalpm/alpm.c:1018
+#: lib/libalpm/alpm.c:1012 lib/libalpm/alpm.c:1017
#, fuzzy, c-format
msgid "config: holdpkg: %s"
msgstr "ne peut ouvrir le fichier de log %s"
-#: lib/libalpm/alpm.c:1025
+#: lib/libalpm/alpm.c:1024
#, fuzzy, c-format
msgid "config: dbpath: %s"
msgstr "n'a pas pu extraire %s: %s\n"
-#: lib/libalpm/alpm.c:1032
+#: lib/libalpm/alpm.c:1031
#, fuzzy, c-format
msgid "config: cachedir: %s"
msgstr "n'a pas pu extraire %s: %s\n"
-#: lib/libalpm/alpm.c:1035
+#: lib/libalpm/alpm.c:1034
#, fuzzy, c-format
msgid "config: logfile: %s"
msgstr "ne peut ouvrir le fichier de log %s"
-#: lib/libalpm/alpm.c:1038
+#: lib/libalpm/alpm.c:1037
#, fuzzy, c-format
msgid "config: xfercommand: %s"
msgstr "n'a pas pu extraire %s: %s\n"
-#: lib/libalpm/alpm.c:1043
+#: lib/libalpm/alpm.c:1042
#, c-format
msgid "config: upgradedelay: %d"
msgstr ""
-#: lib/libalpm/alpm.c:1082 lib/libalpm/sync.c:129
+#: lib/libalpm/alpm.c:1080 lib/libalpm/sync.c:105
msgid "checking for package replacements"
msgstr "vérification des remplacements pour le paquet"
-#: lib/libalpm/alpm.c:1091 lib/libalpm/sync.c:138
+#: lib/libalpm/alpm.c:1091 lib/libalpm/sync.c:121
#, c-format
msgid "checking replacement '%s' for package '%s'"
msgstr "analyse du remplacement '%s' pour le paquet '%s'"
-#: lib/libalpm/alpm.c:1093 lib/libalpm/sync.c:140
+#: lib/libalpm/alpm.c:1094 lib/libalpm/sync.c:123
#, c-format
msgid "%s-%s: ignoring package upgrade (to be replaced by %s-%s)"
msgstr "%s-%s: ignore la mise a jour du paquet (à remplacer par %s-%s)"
-#: lib/libalpm/alpm.c:1127 lib/libalpm/sync.c:174
+#: lib/libalpm/alpm.c:1124 lib/libalpm/sync.c:158
#, c-format
msgid "%s-%s elected for upgrade (to be replaced by %s-%s)"
msgstr "%s-%s sélectionné pour mise à jour (à remplacer par %s-%s)"
-#: lib/libalpm/alpm.c:1148 lib/libalpm/sync.c:210
+#: lib/libalpm/alpm.c:1146 lib/libalpm/sync.c:192
#, c-format
msgid "'%s' not found in sync db -- skipping"
msgstr "'%s' non trouvé dans la liste de synchronisation -- ignoré"
-#: lib/libalpm/alpm.c:1162 lib/libalpm/sync.c:224 lib/libalpm/sync.c:502
+#: lib/libalpm/alpm.c:1160 lib/libalpm/sync.c:206 lib/libalpm/sync.c:493
#, c-format
msgid "'%s' is already elected for removal -- skipping"
msgstr "'%s' est déjà sélectionné pour retrait -- ignoré"
-#: lib/libalpm/alpm.c:1168 lib/libalpm/sync.c:235
-#, c-format
-msgid "%s-%s elected for upgrade (%s => %s)"
+#: lib/libalpm/alpm.c:1166
+#, fuzzy, c-format
+msgid "%s elected for upgrade (%s => %s)"
msgstr "%s-%s sélectionné pour mise à jour (%s => %s)"
#: lib/libalpm/be_files.c:58
@@ -491,129 +496,139 @@ msgstr "ne peut trouver ou lire le paquet"
msgid "invalid name for dabatase entry '%s'"
msgstr "nom invalide pour l'entrée de base de données '%s'"
-#: lib/libalpm/be_files.c:213
+#: lib/libalpm/be_files.c:218
msgid "invalid package entry provided to _alpm_db_read, skipping"
msgstr ""
-#: lib/libalpm/be_files.c:218
+#: lib/libalpm/be_files.c:223
#, c-format
msgid ""
"request to read database info for a file-based package '%s', skipping..."
msgstr ""
-#: lib/libalpm/be_files.c:226
+#: lib/libalpm/be_files.c:231
#, c-format
msgid "loading package data for %s : level=%d"
msgstr ""
-#: lib/libalpm/be_files.c:234
+#: lib/libalpm/be_files.c:239
#, fuzzy, c-format
msgid "cannot find '%s-%s' in db '%s'"
msgstr "ne peut trouver %s dans la base de données"
-#: lib/libalpm/be_files.c:242 lib/libalpm/be_files.c:392
-#: lib/libalpm/be_files.c:415 lib/libalpm/be_files.c:503
-#: lib/libalpm/be_files.c:592 lib/libalpm/be_files.c:619
-#: lib/libalpm/package.c:197
+#: lib/libalpm/be_files.c:247 lib/libalpm/be_files.c:393
+#: lib/libalpm/be_files.c:416 lib/libalpm/be_files.c:507
+#: lib/libalpm/be_files.c:596 lib/libalpm/be_files.c:623
+#: lib/libalpm/package.c:204
#, fuzzy, c-format
msgid "could not open file %s: %s"
msgstr "ne peut ouvrir le fichier %s"
-#: lib/libalpm/be_files.c:500
+#: lib/libalpm/be_files.c:504
#, c-format
msgid "writing %s-%s DESC information back to db"
msgstr ""
-#: lib/libalpm/be_files.c:589
+#: lib/libalpm/be_files.c:593
#, c-format
msgid "writing %s-%s FILES information back to db"
msgstr ""
-#: lib/libalpm/be_files.c:616
+#: lib/libalpm/be_files.c:620
#, 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 "chargement du cache de paquet (infolevel=%#x) pour le dépot '%s'"
+#: lib/libalpm/cache.c:57
+#, fuzzy, c-format
+msgid "loading package cache for repository '%s'"
+msgstr "nettoyage du cache de paquet pour le dépot '%s'"
-#: lib/libalpm/cache.c:64
+#: lib/libalpm/cache.c:62
#, fuzzy, c-format
msgid "adding '%s' to package cache for db '%s'"
msgstr "nettoyage du cache de paquet pour le dépot '%s'"
-#: lib/libalpm/cache.c:84
+#: lib/libalpm/cache.c:83
#, c-format
msgid "freeing package cache for repository '%s'"
msgstr "nettoyage du cache de paquet pour le dépot '%s'"
-#: lib/libalpm/cache.c:109
+#: lib/libalpm/cache.c:107
#, c-format
msgid "error: pkgcache is NULL for db '%s'"
msgstr ""
-#: lib/libalpm/cache.c:136
-#, fuzzy, c-format
-msgid "package cache reloaded (infolevel=%#x) for repository '%s'"
-msgstr "chargement du cache de paquet (infolevel=%#x) pour le dépot '%s'"
-
-#: lib/libalpm/cache.c:156
+#: lib/libalpm/cache.c:127
#, c-format
msgid "adding entry '%s' in '%s' cache"
msgstr "ajout de l'entrée '%s' dans '%s' cache"
-#: lib/libalpm/cache.c:182
+#: lib/libalpm/cache.c:147
#, c-format
msgid "removing entry '%s' from '%s' cache"
msgstr "retrait de l'entrée '%s' depuis '%s' cache"
-#: lib/libalpm/cache.c:200
+#: lib/libalpm/cache.c:154
+#, fuzzy, c-format
+msgid "cannot remove entry '%s' from '%s' cache: not found"
+msgstr "retrait de l'entrée '%s' depuis '%s' cache"
+
+#: lib/libalpm/cache.c:176
#, fuzzy, c-format
msgid "error: failed to get '%s' from NULL pkgcache"
msgstr "ne peut retirer l'entrée '%s' du cache"
-#: lib/libalpm/cache.c:223
+#: lib/libalpm/cache.c:199
#, c-format
msgid "loading group cache for repository '%s'"
msgstr "chargement du group depuis le cache pour le dépot '%s'"
-#: lib/libalpm/conflict.c:78
-#, c-format
-msgid "checkconflicts: targ '%s' vs db"
-msgstr "analyse des conflits: cible '%s' comparée à la base"
+#: lib/libalpm/conflict.c:68
+#, fuzzy, c-format
+msgid " found conflict '%s' : package '%s'"
+msgstr "analyse du remplacement '%s' pour le paquet '%s'"
-#: lib/libalpm/conflict.c:87 lib/libalpm/conflict.c:101
+#: lib/libalpm/conflict.c:77
#, c-format
-msgid "targs vs db: found %s as a conflict for %s"
-msgstr "comparaison cibles / base de données : trouve %s comme conflit pour %s"
+msgid " found conflict '%s' : package '%s' provides '%s'"
+msgstr ""
-#: lib/libalpm/conflict.c:114
-#, c-format
-msgid "checkconflicts: targ '%s' vs targs"
-msgstr "analyse des conflits: cible '%s' comparée aux cibles"
+#: lib/libalpm/conflict.c:100 lib/libalpm/conflict.c:142
+#, fuzzy, c-format
+msgid "package '%s' conflicts with itself - packaging error"
+msgstr "le paquet '%s' est en conflit avec '%s'"
-#: lib/libalpm/conflict.c:123 lib/libalpm/conflict.c:136
-#, c-format
-msgid "targs vs targs: found %s as a conflict for %s"
-msgstr "comparaison cible / liste de cibles : trouve %s comme conflit pour %s"
+#: lib/libalpm/conflict.c:106
+#, fuzzy, c-format
+msgid "checkconflicts: target '%s' vs db"
+msgstr "analyse des conflits: cible '%s' comparée à la base"
-#: lib/libalpm/conflict.c:150
-#, c-format
-msgid "checkconflicts: db vs targ '%s'"
+#: lib/libalpm/conflict.c:148
+#, fuzzy, c-format
+msgid "checkconflicts: target '%s' vs all targets"
+msgstr "analyse des conflits: cible '%s' comparée aux cibles"
+
+#: lib/libalpm/conflict.c:180
+#, fuzzy, c-format
+msgid "checkconflicts: db vs target '%s'"
msgstr "analyse des conflits: base de donnes comparée a la cible '%s'"
-#: lib/libalpm/conflict.c:177 lib/libalpm/conflict.c:192
+#: lib/libalpm/conflict.c:200
+#, fuzzy, c-format
+msgid "target '%s' is also in target list, using NEW conflicts"
+msgstr "'%s' est dans la la liste de cibles -- conservation"
+
+#: lib/libalpm/conflict.c:256
#, c-format
-msgid "db vs targs: found %s as a conflict for %s"
-msgstr "comparaison base de donnée / cibles: trouve %s en conflit avec %s"
+msgid "\tCONFLICTS:: %s conflicts with %s"
+msgstr ""
-#: lib/libalpm/conflict.c:296 lib/libalpm/deps.c:57 lib/libalpm/deps.c:598
-#: lib/libalpm/deps.c:638 lib/libalpm/group.c:43 lib/libalpm/handle.c:49
-#: lib/libalpm/package.c:80 lib/libalpm/sync.c:65 lib/libalpm/sync.c:607
-#: lib/libalpm/sync.c:623 lib/libalpm/sync.c:719 lib/libalpm/trans.c:52
-#: lib/libalpm/util.c:607 lib/libalpm/util.c:614
+#: lib/libalpm/conflict.c:348 lib/libalpm/deps.c:57 lib/libalpm/deps.c:435
+#: lib/libalpm/deps.c:631 lib/libalpm/deps.c:671 lib/libalpm/group.c:43
+#: lib/libalpm/handle.c:49 lib/libalpm/package.c:80 lib/libalpm/sync.c:65
+#: lib/libalpm/sync.c:598 lib/libalpm/sync.c:614 lib/libalpm/sync.c:711
+#: lib/libalpm/trans.c:52 lib/libalpm/util.c:609 lib/libalpm/util.c:616
#, c-format
msgid "malloc failure: could not allocate %d bytes"
msgstr "problème malloc: n'a pas pu allouer %d bytes"
@@ -623,27 +638,27 @@ msgstr "problème malloc: n'a pas pu allouer %d bytes"
msgid "malloc failed: could not allocate %d bytes"
msgstr "malloc à echoué: n'a pas pu allouer %d bytes"
-#: lib/libalpm/db.c:163
+#: lib/libalpm/db.c:165
msgid "attempt to re-register the 'local' DB"
msgstr ""
-#: lib/libalpm/db.c:171
+#: lib/libalpm/db.c:173
#, c-format
msgid "attempt to re-register the '%s' database, using existing"
msgstr ""
-#: lib/libalpm/db.c:177
+#: lib/libalpm/db.c:179
#, c-format
msgid "registering database '%s'"
msgstr "enregistre la base de données '%s'"
-#: lib/libalpm/db.c:182
+#: lib/libalpm/db.c:184
#, c-format
msgid "database directory '%s' does not exist -- try creating it"
msgstr ""
"le répertoire de base de données '%s' n'existe pas -- tentative de création"
-#: lib/libalpm/db.c:193
+#: lib/libalpm/db.c:195
#, c-format
msgid "opening database '%s'"
msgstr "ouvre la base de données '%s'"
@@ -656,60 +671,70 @@ msgstr "début du tri des dépendances"
msgid "possible dependency cycle detected"
msgstr "possible cycle de dépendances détecte"
-#: lib/libalpm/deps.c:177
+#: lib/libalpm/deps.c:180
msgid "sorting dependencies finished"
msgstr "fin du tri des dépendances"
-#: lib/libalpm/deps.c:218 lib/libalpm/deps.c:275
+#: lib/libalpm/deps.c:222 lib/libalpm/deps.c:307
msgid "null package found in package list"
msgstr ""
-#: lib/libalpm/deps.c:223
+#: lib/libalpm/deps.c:227
#, fuzzy, c-format
msgid "cannot find package installed '%s'"
msgstr "ne peut ouvrir le fichier de paquet"
-#: lib/libalpm/deps.c:257 lib/libalpm/deps.c:378
+#: lib/libalpm/deps.c:258
#, c-format
-msgid "checkdeps: found %s as required by %s"
-msgstr "analyse des dépendances: trouve %s comme besoin pour %s"
+msgid "checkdeps: dependency '%s' has moved from '%s' to '%s'"
+msgstr ""
-#: lib/libalpm/deps.c:283
+#: lib/libalpm/deps.c:277
#, fuzzy, c-format
-msgid "no dependencies for target '%s'"
-msgstr "ne peut résoudre les dépendances pour \"%s\""
+msgid "checkdeps: dependency '%s' satisfied by installed package '%s'"
+msgstr "analyse du remplacement '%s' pour le paquet '%s'"
-#: lib/libalpm/deps.c:329
+#: lib/libalpm/deps.c:286
+#, fuzzy, c-format
+msgid "checkdeps: updated '%s' won't satisfy a dependency of '%s'"
+msgstr "analyse des dépendances: trouve %s comme dépendance pour %s"
+
+#: lib/libalpm/deps.c:356
#, fuzzy, c-format
msgid "missing dependency '%s' for package '%s'"
msgstr "analyse du remplacement '%s' pour le paquet '%s'"
-#: lib/libalpm/deps.c:452
+#: lib/libalpm/deps.c:406
+#, c-format
+msgid "checkdeps: found %s as required by %s"
+msgstr "analyse des dépendances: trouve %s comme besoin pour %s"
+
+#: lib/libalpm/deps.c:482
#, c-format
msgid "excluding %s -- explicitly installed"
msgstr "exclue %s -- explicitement installe"
-#: lib/libalpm/deps.c:499
+#: lib/libalpm/deps.c:529
#, c-format
msgid "cannot find package \"%s\" or anything that provides it!"
msgstr "ne peut trouver le paquet \"%s\" ou quoique ce soit qui le fournisse!"
-#: lib/libalpm/deps.c:508 lib/libalpm/deps.c:520
+#: lib/libalpm/deps.c:537 lib/libalpm/deps.c:548
#, c-format
msgid "adding '%s' to the targets"
msgstr "ajoute '%s' aux cibles"
-#: lib/libalpm/deps.c:551
+#: lib/libalpm/deps.c:580
#, fuzzy
msgid "started resolving dependencies"
msgstr "début du tri des dépendances"
-#: lib/libalpm/deps.c:569
+#: lib/libalpm/deps.c:598
#, c-format
msgid "%s provides dependency %s -- skipping"
msgstr "%s fourni la dépendance %s -- ignore"
-#: lib/libalpm/deps.c:594
+#: lib/libalpm/deps.c:627
#, c-format
msgid ""
"cannot resolve dependencies for \"%s\" (\"%s\" is not in the package set)"
@@ -717,27 +742,27 @@ msgstr ""
"ne peut résoudre les dépendances pour \"%s\" (\"%s\" n'est pas dans le jeu "
"de paquet)"
-#: lib/libalpm/deps.c:611
+#: lib/libalpm/deps.c:644
#, c-format
msgid "dependency %s is already in the target list -- skipping"
msgstr "la dépendance %s est déjà dans la liste de cible -- ignorée"
-#: lib/libalpm/deps.c:631
+#: lib/libalpm/deps.c:664
#, c-format
msgid "pulling dependency %s (needed by %s)"
msgstr "récupère la dépendance %s (requise par %s)"
-#: lib/libalpm/deps.c:635
+#: lib/libalpm/deps.c:668
#, c-format
msgid "cannot resolve dependencies for \"%s\""
msgstr "ne peut résoudre les dépendances pour \"%s\""
-#: lib/libalpm/deps.c:651
+#: lib/libalpm/deps.c:684
#, c-format
msgid "dependency cycle detected: %s"
msgstr "cycle de dépendances détecte: %s"
-#: lib/libalpm/deps.c:655
+#: lib/libalpm/deps.c:688
#, fuzzy
msgid "finished resolving dependencies"
msgstr "début du tri des dépendances"
@@ -835,7 +860,7 @@ msgstr "transaction annulée"
msgid "operation not compatible with the transaction type"
msgstr "opération incompatible avec le type de transaction"
-#: lib/libalpm/error.c:91 lib/libalpm/sync.c:985
+#: lib/libalpm/error.c:91 lib/libalpm/sync.c:977
msgid "could not commit transaction"
msgstr "n'a pas pu appliquer la transaction"
@@ -977,70 +1002,70 @@ msgstr "%s ne peut etre ouvert\n"
msgid "%s: forcing upgrade to version %s"
msgstr "version de paquet manquant dans %s"
-#: lib/libalpm/package.c:152
+#: lib/libalpm/package.c:153
#, fuzzy, c-format
msgid "%s: local (%s) is newer than %s (%s)"
msgstr "%s-%s: la version locale est plus récente"
-#: lib/libalpm/package.c:159
+#: lib/libalpm/package.c:161
#, c-format
msgid "%s-%s: ignoring package upgrade (%s)"
msgstr "%s-%s: ignore la mise à jour du paquet (%s)"
-#: lib/libalpm/package.c:163
+#: lib/libalpm/package.c:167
#, fuzzy, c-format
msgid "%s-%s: delaying upgrade of package (%s)"
msgstr "%s-%s: repousse la mise à jour du paquet (%s)\n"
-#: lib/libalpm/package.c:168
-#, c-format
-msgid "compare versions for %s: %s vs %s, result=%d"
-msgstr ""
-
-#: lib/libalpm/package.c:211 lib/libalpm/package.c:270
+#: lib/libalpm/package.c:218 lib/libalpm/package.c:277
#, c-format
msgid "%s: syntax error in description file line %d"
msgstr "%s: erreur de syntaxe dans le fichier de description à la ligne %d"
-#: lib/libalpm/package.c:344
+#: lib/libalpm/package.c:351
msgid "could not parse the package description file"
msgstr "n'a pas pu analyser le fichier de description"
-#: lib/libalpm/package.c:348
+#: lib/libalpm/package.c:355
#, c-format
msgid "missing package name in %s"
msgstr "nom de paquet manquant dans %s"
-#: lib/libalpm/package.c:352
+#: lib/libalpm/package.c:359
#, c-format
msgid "missing package version in %s"
msgstr "version de paquet manquant dans %s"
-#: lib/libalpm/package.c:387
+#: lib/libalpm/package.c:394
#, c-format
msgid "could not remove tempfile %s"
msgstr "ne peut effacer le fichier temporaire %s"
-#: lib/libalpm/package.c:400 lib/libalpm/package.c:407
+#: lib/libalpm/package.c:407 lib/libalpm/package.c:414
#, fuzzy, c-format
msgid "error while reading package: %s"
msgstr "mise a jour du paquet %s-%s"
-#: lib/libalpm/package.c:413
+#: lib/libalpm/package.c:420
#, fuzzy
msgid "missing package metadata"
msgstr "nom de paquet manquant dans %s"
-#: lib/libalpm/package.c:420
+#: lib/libalpm/package.c:427
#, fuzzy, c-format
msgid "missing package filelist in %s, generating one"
msgstr "fichier d'information manquant dans le paquet %s"
-#: lib/libalpm/package.c:547
+#: lib/libalpm/package.c:560
#, c-format
msgid "adding '%s' in requiredby field for '%s'"
msgstr "ajoute '%s' dans le champ 'requit par' pour '%s'"
+#: lib/libalpm/package.c:571
+#, fuzzy, c-format
+msgid "adding '%s' in requiredby field for '%s' (provides: %s)"
+msgstr "ajoute '%s' dans le champ 'requit par' pour '%s'"
+
#: lib/libalpm/remove.c:78
#, c-format
msgid "could not find %s in database"
@@ -1115,254 +1140,270 @@ msgstr "suppression %s"
msgid "cannot remove file %s: %s"
msgstr "ne peut effacer le fichier %s"
-#: lib/libalpm/remove.c:286
+#: lib/libalpm/remove.c:291
#, c-format
msgid "removing package %s-%s"
msgstr "retrait du paquet %s-%s"
-#: lib/libalpm/remove.c:298
+#: lib/libalpm/remove.c:308
#, fuzzy, c-format
msgid "not removing package '%s', can't remove all files"
msgstr "résolution du conflit de paquet '%s'"
-#: lib/libalpm/remove.c:304
-msgid "removing files"
+#: lib/libalpm/remove.c:315
+#, fuzzy, c-format
+msgid "removing %d files"
msgstr "efface les fichiers"
-#: lib/libalpm/remove.c:322
+#: lib/libalpm/remove.c:338
#, c-format
msgid "removing database entry '%s'"
msgstr "ne peut effacer l'entrée de base de de données %s"
-#: lib/libalpm/remove.c:324
+#: lib/libalpm/remove.c:340
#, c-format
msgid "could not remove database entry %s-%s"
msgstr "ne peut retirer l'entrée de base de donnée %s-%s"
-#: lib/libalpm/remove.c:327
+#: lib/libalpm/remove.c:345
#, c-format
msgid "could not remove entry '%s' from cache"
msgstr "ne peut retirer l'entrée '%s' du cache"
-#: lib/libalpm/sync.c:199
+#: lib/libalpm/sync.c:181
msgid "checking for package upgrades"
msgstr "vérification des mises à jour de paquets"
-#: lib/libalpm/sync.c:232
-#, fuzzy, c-format
-msgid "%s-%s: ignoring package upgrade (%s => %s)"
-msgstr "%s-%s: ignore la mise à jour du paquet (%s)"
+#: lib/libalpm/sync.c:213
+#, c-format
+msgid "%s-%s elected for upgrade (%s => %s)"
+msgstr "%s-%s sélectionné pour mise à jour (%s => %s)"
-#: lib/libalpm/sync.c:281
+#: lib/libalpm/sync.c:260
#, fuzzy, c-format
msgid "searching for target in repo '%s'"
msgstr "charge la cible '%s'"
-#: lib/libalpm/sync.c:290 lib/libalpm/sync.c:313
+#: lib/libalpm/sync.c:268 lib/libalpm/sync.c:291
#, c-format
msgid "target '%s' not found -- looking for provisions"
msgstr "cible '%s' non trouvée -- recherche des dispositions"
-#: lib/libalpm/sync.c:295 lib/libalpm/sync.c:318
+#: lib/libalpm/sync.c:273 lib/libalpm/sync.c:296
#, c-format
msgid "found '%s' as a provision for '%s'"
msgstr "trouvé '%s' comme disposition pour '%s'"
-#: lib/libalpm/sync.c:302
+#: lib/libalpm/sync.c:280
#, fuzzy, c-format
msgid "repository '%s' not found"
msgstr "groupe non trouvé"
-#: lib/libalpm/sync.c:336
+#: lib/libalpm/sync.c:321
#, c-format
msgid "%s-%s is up to date -- skipping"
msgstr "%s-%s est à jour -- ignoré"
-#: lib/libalpm/sync.c:356
+#: lib/libalpm/sync.c:344
#, c-format
msgid "adding target '%s' to the transaction set"
msgstr "ajout de la cible '%s' au jeu de transaction"
-#: lib/libalpm/sync.c:401
+#: lib/libalpm/sync.c:392
#, fuzzy
msgid "resolving target's dependencies"
msgstr "résolution des dépendances pour les cibles"
-#: lib/libalpm/sync.c:421
+#: lib/libalpm/sync.c:412
#, c-format
msgid "adding package %s-%s to the transaction targets"
msgstr "ajout du paquet %s-%s à la liste de transactions"
-#: lib/libalpm/sync.c:456
+#: lib/libalpm/sync.c:447
msgid "looking for unresolvable dependencies"
msgstr "recherche de dépendancea non soluble"
-#: lib/libalpm/sync.c:487
-#, c-format
-msgid "package '%s' is conflicting with '%s'"
+#: lib/libalpm/sync.c:478
+#, fuzzy, c-format
+msgid "package '%s' conflicts with '%s'"
msgstr "le paquet '%s' est en conflit avec '%s'"
-#: lib/libalpm/sync.c:509
+#: lib/libalpm/sync.c:500
#, c-format
msgid "'%s' not found in transaction set -- skipping"
msgstr "'%s' non trouve dans le jeu de transaction -- ignoré"
-#: lib/libalpm/sync.c:520
+#: lib/libalpm/sync.c:511
#, c-format
msgid "package '%s' provides its own conflict"
msgstr "le paquet '%s' génère son propre conflit"
-#: lib/libalpm/sync.c:543 lib/libalpm/sync.c:548
+#: lib/libalpm/sync.c:534 lib/libalpm/sync.c:539
#, c-format
msgid "'%s' is in the target list -- keeping it"
msgstr "'%s' est dans la la liste de cibles -- conservation"
-#: lib/libalpm/sync.c:560 lib/libalpm/sync.c:597
+#: lib/libalpm/sync.c:551 lib/libalpm/sync.c:588
#, c-format
msgid "removing '%s' from target list"
msgstr "retire '%s' de la liste de cibles"
-#: lib/libalpm/sync.c:569
+#: lib/libalpm/sync.c:560
#, c-format
msgid "resolving package '%s' conflict"
msgstr "résolution du conflit de paquet '%s'"
-#: lib/libalpm/sync.c:592
+#: lib/libalpm/sync.c:583
#, c-format
msgid "electing '%s' for removal"
msgstr "sélection de '%s' pour retrait"
-#: lib/libalpm/sync.c:603 lib/libalpm/sync.c:619
+#: lib/libalpm/sync.c:594 lib/libalpm/sync.c:610
msgid "unresolvable package conflicts detected"
msgstr "conflit de paquets non soluble détecté"
-#: lib/libalpm/sync.c:671
+#: lib/libalpm/sync.c:662
msgid "checking dependencies of packages designated for removal"
msgstr "analyse des dépendances pour les paquets marques à retirer"
-#: lib/libalpm/sync.c:685
+#: lib/libalpm/sync.c:676
msgid "something has gone horribly wrong"
msgstr "quelque chose s'est horriblement mal passé"
-#: lib/libalpm/sync.c:704
+#: lib/libalpm/sync.c:696
#, c-format
msgid "found '%s' as a provision for '%s' -- conflict aborted"
msgstr "trouvé '%s' comme disposition pour '%s' -- conflit annulé"
-#: lib/libalpm/sync.c:800
+#: lib/libalpm/sync.c:792
#, c-format
msgid "%s is already in the cache\n"
msgstr ""
-#: lib/libalpm/sync.c:811
+#: lib/libalpm/sync.c:803
#, c-format
msgid "no %s cache exists. creating...\n"
msgstr ""
-#: lib/libalpm/sync.c:812
+#: lib/libalpm/sync.c:804
#, c-format
msgid "warning: no %s cache exists. creating..."
msgstr ""
-#: lib/libalpm/sync.c:817
+#: lib/libalpm/sync.c:809
msgid "couldn't create package cache, using /tmp instead\n"
msgstr ""
-#: lib/libalpm/sync.c:818
+#: lib/libalpm/sync.c:810
msgid "warning: couldn't create package cache, using /tmp instead"
msgstr ""
-#: lib/libalpm/sync.c:825
+#: lib/libalpm/sync.c:817
#, c-format
msgid "failed to retrieve some files from %s\n"
msgstr ""
-#: lib/libalpm/sync.c:854 lib/libalpm/sync.c:866
+#: lib/libalpm/sync.c:846 lib/libalpm/sync.c:858
#, c-format
msgid "can't get md5 or sha1 checksum for package %s\n"
msgstr "ne peut obtenir la 'signature' md5 ou sha1 pour le paquet %s\n"
-#: lib/libalpm/sync.c:885
+#: lib/libalpm/sync.c:877
#, c-format
msgid "archive %s was corrupted (bad MD5 or SHA1 checksum)\n"
msgstr "l'archive %s était corrompue (mauvaise somme MD5 ou SHA1)\n"
-#: lib/libalpm/sync.c:887
+#: lib/libalpm/sync.c:879
#, c-format
msgid "archive %s is corrupted (bad MD5 or SHA1 checksum)\n"
msgstr "l'archive %s est corrompue (mauvaise somme MD5 ou SHA1)\n"
-#: lib/libalpm/sync.c:908
+#: lib/libalpm/sync.c:900
msgid "could not create removal transaction"
msgstr "n'a pas pu créer la transaction de retrait"
-#: lib/libalpm/sync.c:914
+#: lib/libalpm/sync.c:906
msgid "could not initialize the removal transaction"
msgstr "n'a pas pu initialiser la transaction de retrait"
-#: lib/libalpm/sync.c:934
+#: lib/libalpm/sync.c:926
msgid "removing conflicting and to-be-replaced packages"
msgstr "efface les paquets en conflit et ceux à remplacer"
-#: lib/libalpm/sync.c:936
+#: lib/libalpm/sync.c:928
msgid "could not prepare removal transaction"
msgstr "n'a pas pu préparer la transaction de retrait"
-#: lib/libalpm/sync.c:942
+#: lib/libalpm/sync.c:934
msgid "could not commit removal transaction"
msgstr "n'a pas pu appliquer la transaction de retrait"
-#: lib/libalpm/sync.c:949
+#: lib/libalpm/sync.c:941
msgid "installing packages"
msgstr "installe les paquets"
-#: lib/libalpm/sync.c:952
+#: lib/libalpm/sync.c:944
msgid "could not create transaction"
msgstr "n'a pas pu créer la transaction"
-#: lib/libalpm/sync.c:957
+#: lib/libalpm/sync.c:949
msgid "could not initialize transaction"
msgstr "n'a pas pu initialiser la transaction"
-#: lib/libalpm/sync.c:980
+#: lib/libalpm/sync.c:972
msgid "could not prepare transaction"
msgstr "n'a pas pu préparer la transaction"
-#: lib/libalpm/sync.c:992
+#: lib/libalpm/sync.c:984
msgid "updating database for replaced packages' dependencies"
msgstr ""
"mise a jour de la base de données concernant les dépendances de paquets "
"remplaces"
-#: lib/libalpm/sync.c:1021
+#: lib/libalpm/sync.c:1013
#, c-format
msgid "could not update requiredby for database entry %s-%s"
msgstr ""
"n'a pas pu mettre a jour les pré-requis pour l'entrée de base de données %s-%"
"s"
-#: lib/libalpm/sync.c:1030
+#: lib/libalpm/sync.c:1022
#, c-format
msgid "could not update new database entry %s-%s"
msgstr "n'a pu mettre a jour la nouvelle entrée de base de données %s-%s"
-#: lib/libalpm/trans.c:262
-msgid "updating dependency packages 'requiredby' fields"
+#: lib/libalpm/sync.c:1062
+#, fuzzy, c-format
+msgid "found package '%s-%s' in sync"
+msgstr "retrait du paquet %s-%s"
+
+#: lib/libalpm/sync.c:1068
+#, fuzzy, c-format
+msgid "package '%s' not found in sync"
+msgstr "'%s' non trouvé dans la liste de synchronisation -- ignoré"
+
+#: lib/libalpm/trans.c:264
+#, fuzzy, c-format
+msgid "updating dependency packages 'requiredby' fields for %s-%s"
msgstr "mise a jour des champs 'requit par' des dépendances"
-#: lib/libalpm/trans.c:299 lib/libalpm/trans.c:323
+#: lib/libalpm/trans.c:267
+msgid "package has no dependencies, no other packages to update"
+msgstr ""
+
+#: lib/libalpm/trans.c:304 lib/libalpm/trans.c:330
#, c-format
msgid "updating 'requiredby' field for package '%s'"
msgstr "mise à jour du champ 'requit par' pour le paquet '%s'"
-#: lib/libalpm/trans.c:309 lib/libalpm/trans.c:333
+#: lib/libalpm/trans.c:315 lib/libalpm/trans.c:341
#, c-format
msgid "could not update 'requiredby' database entry %s-%s"
msgstr ""
"n'a pas pu mettre à jour le champ 'requit par' de l'entrée de base de "
"données %s-%s"
-#: lib/libalpm/trans.c:315
+#: lib/libalpm/trans.c:322
#, c-format
msgid "could not find dependency '%s'"
msgstr "n'a pas pu trouver la dépendance '%s'"
@@ -1382,61 +1423,61 @@ msgstr "n'a pas pu extraire %s: %s\n"
msgid "logaction called: %s"
msgstr "original: %s"
-#: lib/libalpm/util.c:441
+#: lib/libalpm/util.c:443
msgid "could not create temp directory"
msgstr "n'a pas pu créer le répertoire temporaire"
-#: lib/libalpm/util.c:468
+#: lib/libalpm/util.c:470
#, c-format
msgid "could not change directory to %s (%s)"
msgstr "n'a pas pu changer de répertoire pour %s (%s)"
-#: lib/libalpm/util.c:471
+#: lib/libalpm/util.c:473
#, c-format
msgid "executing %s script..."
msgstr "exécute le script %s ..."
-#: lib/libalpm/util.c:484
+#: lib/libalpm/util.c:486
#, c-format
msgid "could not fork a new process (%s)"
msgstr "n'a pas pu générer un nouveau processus (%s)"
-#: lib/libalpm/util.c:491
+#: lib/libalpm/util.c:493
#, c-format
msgid "chrooting in %s"
msgstr "chroot dans %s"
-#: lib/libalpm/util.c:493
+#: lib/libalpm/util.c:495
#, c-format
msgid "could not change the root directory (%s)"
msgstr "n'a pas pu changer le répertoire racine (%s)"
-#: lib/libalpm/util.c:497
+#: lib/libalpm/util.c:499
#, c-format
msgid "could not change directory to / (%s)"
msgstr "n'a pas pu changer de répertoire vers / (%s)"
-#: lib/libalpm/util.c:501
+#: lib/libalpm/util.c:503
#, c-format
msgid "executing \"%s\""
msgstr "exécute \"%s\""
-#: lib/libalpm/util.c:504
+#: lib/libalpm/util.c:506
#, fuzzy, c-format
msgid "call to popen failed (%s)"
msgstr "la demande de mise en attente du pid a échouée (%s)"
-#: lib/libalpm/util.c:536
+#: lib/libalpm/util.c:538
#, c-format
msgid "call to waitpid failed (%s)"
msgstr "la demande de mise en attente du pid a échouée (%s)"
-#: lib/libalpm/util.c:545
+#: lib/libalpm/util.c:547
#, c-format
msgid "could not remove tmpdir %s"
msgstr "n'a pas pu effacer tmpdir %s"
-#: lib/libalpm/util.c:602
+#: lib/libalpm/util.c:604
#, c-format
msgid "check_freespace: total pkg size: %lld, disk space: %lld"
msgstr ""
@@ -1446,20 +1487,49 @@ msgstr ""
msgid "depcmp: %s-%s %s %s-%s => %s"
msgstr ""
-#: lib/libalpm/versioncmp.c:281
+#: lib/libalpm/versioncmp.c:282
#, c-format
msgid "depcmp: %s-%s %s %s => %s"
msgstr ""
+#~ msgid "could not parse token %s"
+#~ msgstr "ne peut analyser l'élément %s"
+
+#~ msgid "notice: %s is in NoExtract -- skipping extraction"
+#~ msgstr "note: %s est dans la liste NoExtract -- ignore l'extraction"
+
+#~ msgid "loading package cache (infolevel=%#x) for repository '%s'"
+#~ msgstr "chargement du cache de paquet (infolevel=%#x) pour le dépot '%s'"
+
+#, fuzzy
+#~ msgid "package cache reloaded (infolevel=%#x) for repository '%s'"
+#~ msgstr "chargement du cache de paquet (infolevel=%#x) pour le dépot '%s'"
+
+#~ msgid "targs vs db: found %s as a conflict for %s"
+#~ msgstr ""
+#~ "comparaison cibles / base de données : trouve %s comme conflit pour %s"
+
+#~ msgid "targs vs targs: found %s as a conflict for %s"
+#~ msgstr ""
+#~ "comparaison cible / liste de cibles : trouve %s comme conflit pour %s"
+
+#~ msgid "db vs targs: found %s as a conflict for %s"
+#~ msgstr "comparaison base de donnée / cibles: trouve %s en conflit avec %s"
+
+#, fuzzy
+#~ msgid "no dependencies for target '%s'"
+#~ msgstr "ne peut résoudre les dépendances pour \"%s\""
+
+#, fuzzy
+#~ msgid "%s-%s: ignoring package upgrade (%s => %s)"
+#~ msgstr "%s-%s: ignore la mise à jour du paquet (%s)"
+
#~ msgid "adding new package %s-%s"
#~ msgstr "ajout du nouveau paquet %s-%s"
#~ msgid "error updating database for %s-%s!"
#~ msgstr "erreur lors de la mise a jour de la base de données pour %s-%s!"
-#~ msgid "checkdeps: found %s as a dependency for %s"
-#~ msgstr "analyse des dépendances: trouve %s comme dépendance pour %s"
-
#~ msgid "dep is NULL!"
#~ msgstr "dep est NULL!"
diff --git a/lib/libalpm/po/hu.po b/lib/libalpm/po/hu.po
index 4926b7dc..e01452aa 100644
--- a/lib/libalpm/po/hu.po
+++ b/lib/libalpm/po/hu.po
@@ -8,7 +8,7 @@ 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-22 11:13-0500\n"
+"POT-Creation-Date: 2007-03-03 23:42-0600\n"
"PO-Revision-Date: 2006-09-03 13:49+0200\n"
"Last-Translator: Miklos Vajna <vmiklos@frugalware.org>\n"
"MIME-Version: 1.0\n"
@@ -16,261 +16,266 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: lib/libalpm/add.c:95
-#, c-format
-msgid "could not parse token %s"
-msgstr "értelmezhetetlen token %s"
-
-#: lib/libalpm/add.c:129
+#: lib/libalpm/add.c:75
#, c-format
msgid "loading target '%s'"
msgstr "cél betöltése '%s'"
-#: lib/libalpm/add.c:174
+#: lib/libalpm/add.c:120
#, c-format
msgid "replacing older version %s-%s by %s in target list"
msgstr "a %s-%s-t lecseréli a %s a cél listában"
-#: lib/libalpm/add.c:183
+#: lib/libalpm/add.c:129
#, c-format
msgid "newer version %s-%s is in the target list -- skipping"
msgstr "az újabb verzió (%s-%s) már elérhetõ a cél listában -- kihagyás"
-#: lib/libalpm/add.c:190
+#: lib/libalpm/add.c:136
#, c-format
msgid "reading '%s' metadata"
msgstr "'%s' metaadat olvasása"
-#: lib/libalpm/add.c:243 lib/libalpm/remove.c:110
+#: lib/libalpm/add.c:189 lib/libalpm/remove.c:110
msgid "looking for unsatisfied dependencies"
msgstr "elégtelen függõségek keresése"
-#: lib/libalpm/add.c:255 lib/libalpm/sync.c:476
+#: lib/libalpm/add.c:201 lib/libalpm/sync.c:467
msgid "looking for conflicts"
msgstr "konfliktusok keresése"
-#: lib/libalpm/add.c:260
+#: lib/libalpm/add.c:206
msgid "replacing packages with -A and -U is not supported yet"
msgstr ""
-#: lib/libalpm/add.c:261
+#: lib/libalpm/add.c:207
#, c-format
msgid "please remove '%s' first, using -Rd"
msgstr ""
-#: lib/libalpm/add.c:302 lib/libalpm/remove.c:146
+#: lib/libalpm/add.c:248 lib/libalpm/remove.c:146
msgid "sorting by dependencies"
msgstr "rendezés függõségek szerint"
-#: lib/libalpm/add.c:314
+#: lib/libalpm/add.c:260
msgid "cleaning up"
msgstr "tisztítás"
-#: lib/libalpm/add.c:329
+#: lib/libalpm/add.c:275
msgid "looking for file conflicts"
msgstr "fájl konfliktusok keresése"
-#: lib/libalpm/add.c:394
+#: lib/libalpm/add.c:340
#, c-format
msgid "upgrading package %s-%s"
msgstr "csomag frissítése: %s-%s"
-#: lib/libalpm/add.c:417
+#: lib/libalpm/add.c:364
#, c-format
msgid "adding package %s-%s"
msgstr "csomag hozzáadása %s-%s"
-#: lib/libalpm/add.c:430
+#: lib/libalpm/add.c:377
#, c-format
msgid "removing old package first (%s-%s)"
msgstr "elsõként a régi csomag eltávolítása (%s-%s)"
-#: lib/libalpm/add.c:457
+#: lib/libalpm/add.c:405
#, c-format
-msgid "adding %s to the NoUpgrade array temporarilly"
+msgid "adding %s to the NoUpgrade array temporarily"
msgstr ""
-#: lib/libalpm/add.c:475
+#: lib/libalpm/add.c:423
msgid "extracting files"
msgstr "fájlok kifejtése"
-#: lib/libalpm/add.c:490 lib/libalpm/util.c:461
+#: lib/libalpm/add.c:438 lib/libalpm/util.c:463
msgid "could not get current working directory"
msgstr "a jelenlegi munkakönyvtár nem kapható meg"
-#: lib/libalpm/add.c:546
+#: lib/libalpm/add.c:494 lib/libalpm/add.c:495
#, fuzzy, c-format
msgid "%s is in NoExtract, skipping extraction"
msgstr "figyelmeztetés: %s a NoExtractben van -- kifejtés kihagyása"
-#: lib/libalpm/add.c:547
-#, c-format
-msgid "notice: %s is in NoExtract -- skipping extraction"
-msgstr "figyelmeztetés: %s a NoExtractben van -- kifejtés kihagyása"
-
-#: lib/libalpm/add.c:554
+#: lib/libalpm/add.c:502
#, fuzzy, c-format
msgid "%s is in trans->skip_add, skipping extraction"
msgstr "figyelmeztetés: %s a NoExtractben van -- kifejtés kihagyása"
-#: lib/libalpm/add.c:600 lib/libalpm/add.c:601 lib/libalpm/add.c:750
+#: lib/libalpm/add.c:548 lib/libalpm/add.c:549 lib/libalpm/add.c:698
#, c-format
msgid "could not extract %s (%s)"
msgstr "nem sikerült kifejteni: %s (%s)"
-#: lib/libalpm/add.c:644
+#: lib/libalpm/add.c:592
#, c-format
msgid "checking md5 hashes for %s"
msgstr "md5 összegek vizsgálata a %s számára"
-#: lib/libalpm/add.c:646
+#: lib/libalpm/add.c:594
#, c-format
msgid "checking sha1 hashes for %s"
msgstr "sha1 összegek vizsgálata a %s számára"
-#: lib/libalpm/add.c:648
+#: lib/libalpm/add.c:596
#, c-format
msgid "current: %s"
msgstr "jelenlegi: %s"
-#: lib/libalpm/add.c:649
+#: lib/libalpm/add.c:597
#, c-format
msgid "new: %s"
msgstr "új: %s"
-#: lib/libalpm/add.c:650
+#: lib/libalpm/add.c:598
#, c-format
msgid "original: %s"
msgstr "eredeti: %s"
-#: lib/libalpm/add.c:662
+#: lib/libalpm/add.c:610
#, c-format
msgid "could not rename %s (%s)"
msgstr "nem sikerült átnevezni: %s (%s)"
-#: lib/libalpm/add.c:663
+#: lib/libalpm/add.c:611
#, c-format
msgid "error: could not rename %s (%s)"
msgstr "hiba: nem sikerült átnevezni: %s (%s)"
-#: lib/libalpm/add.c:669 lib/libalpm/add.c:688
+#: lib/libalpm/add.c:617 lib/libalpm/add.c:636
#, fuzzy, c-format
msgid "could not copy tempfile to %s (%s)"
msgstr "nem sikerült másolni: %s-t ide: %s (%s)"
-#: lib/libalpm/add.c:670
+#: lib/libalpm/add.c:618
#, fuzzy, c-format
msgid "error: could not copy tempfile to %s (%s)"
msgstr "hiba: nem sikerült másolni: %s-t ide: %s (%s)"
-#: lib/libalpm/add.c:674
+#: lib/libalpm/add.c:622
#, c-format
msgid "%s saved as %s.pacorig"
msgstr "a %s elmentve %s.pacorig néven"
-#: lib/libalpm/add.c:675
+#: lib/libalpm/add.c:623
#, c-format
msgid "warning: %s saved as %s"
msgstr "figyelmeztetés: a %s elmentve %s néven"
-#: lib/libalpm/add.c:685
+#: lib/libalpm/add.c:633
#, fuzzy, c-format
msgid "action: installing new file: %s"
msgstr "folyamat: az új fájl telepítése"
-#: lib/libalpm/add.c:695 lib/libalpm/add.c:701 lib/libalpm/add.c:706
+#: lib/libalpm/add.c:643 lib/libalpm/add.c:649 lib/libalpm/add.c:654
msgid "action: leaving existing file in place"
msgstr "folyamat: a jelenlegi fájl megtartása"
-#: lib/libalpm/add.c:709
+#: lib/libalpm/add.c:657
msgid "action: keeping current file and installing new one with .pacnew ending"
msgstr ""
"folyamat: a jelenlegi fájl megtartása és az új .pacnew végzõdéssel való "
"telepítése"
-#: lib/libalpm/add.c:712
+#: lib/libalpm/add.c:660
#, c-format
msgid "could not install %s as %s: %s"
msgstr "nem sikerült telepíteni a %s-t %s-ként: %s"
-#: lib/libalpm/add.c:713
+#: lib/libalpm/add.c:661
#, c-format
msgid "error: could not install %s as %s: %s"
msgstr "hiba: nem sikerült telepíteni a %s-t %s-ként: %s"
-#: lib/libalpm/add.c:715
+#: lib/libalpm/add.c:663
#, c-format
msgid "%s installed as %s"
msgstr "a %s %s néven lett telepítve"
-#: lib/libalpm/add.c:716
+#: lib/libalpm/add.c:664
#, c-format
msgid "warning: %s installed as %s"
msgstr "figyelmeztetés: a %s néven %s lett telepítve"
-#: lib/libalpm/add.c:730
+#: lib/libalpm/add.c:678
#, c-format
msgid "%s is in NoUpgrade -- skipping"
msgstr "%s a NoUpgrade-ben van -- kihagyás"
-#: lib/libalpm/add.c:731
+#: lib/libalpm/add.c:679
#, c-format
msgid "extracting %s as %s.pacnew"
msgstr "%s kifejtése %s.pacnew néven"
-#: lib/libalpm/add.c:732
+#: lib/libalpm/add.c:680
#, fuzzy, c-format
msgid "warning: extracting %s as %s.pacnew"
msgstr "figyelmeztetés: %s%s kifejtése %s.pacnew néven"
-#: lib/libalpm/add.c:735
+#: lib/libalpm/add.c:683
#, c-format
msgid "extracting %s"
msgstr "a %s kifejtése"
-#: lib/libalpm/add.c:751
+#: lib/libalpm/add.c:699
#, c-format
msgid "error: could not extract %s (%s)"
msgstr "hiba: nem sikerült kifejteni: %s (%s)"
-#: lib/libalpm/add.c:763
+#: lib/libalpm/add.c:711
#, fuzzy, c-format
msgid "appending backup entry for %s"
msgstr "hozzáfûzés a biztonsági bejegyzéshez"
-#: lib/libalpm/add.c:795 lib/libalpm/add.c:797
+#: lib/libalpm/add.c:743 lib/libalpm/add.c:745
#, c-format
msgid "errors occurred while %s %s"
msgstr "hiba %s közben: %s"
-#: lib/libalpm/add.c:796 lib/libalpm/add.c:798
+#: lib/libalpm/add.c:744 lib/libalpm/add.c:746
msgid "upgrading"
msgstr "frissítés"
-#: lib/libalpm/add.c:796 lib/libalpm/add.c:798
+#: lib/libalpm/add.c:744 lib/libalpm/add.c:746
msgid "installing"
msgstr "telepítés"
-#: lib/libalpm/add.c:812 lib/libalpm/remove.c:321
+#: lib/libalpm/add.c:763
+#, c-format
+msgid "provision '%s' has been removed from package %s (%s => %s)"
+msgstr ""
+
+#: lib/libalpm/add.c:775
+#, fuzzy, c-format
+msgid "updating '%s' due to provision change (%s)"
+msgstr "a '%s' szolgáltatja a következõt: '%s'"
+
+#: lib/libalpm/add.c:779 lib/libalpm/add.c:780
+#, fuzzy, c-format
+msgid "could not update provision '%s' from '%s'"
+msgstr "a '%s' szolgáltatja a következõt: '%s'"
+
+#: lib/libalpm/add.c:793 lib/libalpm/remove.c:337
msgid "updating database"
msgstr "az adatbázis frissítése"
-#: lib/libalpm/add.c:813
+#: lib/libalpm/add.c:794
#, c-format
msgid "adding database entry '%s'"
msgstr "adatbázis mezõ hozzáadása '%s'"
-#: lib/libalpm/add.c:816 lib/libalpm/add.c:818
+#: lib/libalpm/add.c:797 lib/libalpm/add.c:799
#, c-format
msgid "could not update database entry %s-%s"
msgstr "sikertelen a '%s-%s' adatbázis-bejegyzés frissítése"
-#: lib/libalpm/add.c:824
+#: lib/libalpm/add.c:805
#, c-format
msgid "could not add entry '%s' in cache"
msgstr "sikertelen a '%s' bejegyzés hozzáadása a gyorsítótárhoz"
-#: lib/libalpm/add.c:852 lib/libalpm/remove.c:341 lib/libalpm/sync.c:1046
+#: lib/libalpm/add.c:838 lib/libalpm/remove.c:364 lib/libalpm/sync.c:1038
#, c-format
msgid "running \"ldconfig -r %s\""
msgstr "az \"ldconfig -r %s\" futtatása"
@@ -321,162 +326,162 @@ msgid "sync: new mtime for %s: %s"
msgstr "szinkronizálás: új módosítási dátum a %s számára: %s\n"
#: lib/libalpm/alpm.c:305
-#, c-format
-msgid "flushing database %s/%s"
+#, fuzzy, c-format
+msgid "flushing database %s%s"
msgstr "adatbázis frissítése: %s/%s"
#: lib/libalpm/alpm.c:309
-#, c-format
-msgid "could not remove database entry %s/%s"
+#, fuzzy, c-format
+msgid "could not remove database entry %s%s"
msgstr "sikertelen a %s/%s adatbázis-bejegyzés eltávolítása"
-#: lib/libalpm/alpm.c:479
+#: lib/libalpm/alpm.c:478
#, fuzzy, c-format
msgid "could not get sha1sum for package %s-%s"
msgstr "sikertelen az sha1 ellenõrzõ összeg elérése a %s-%s csomag számára\n"
-#: lib/libalpm/alpm.c:485
+#: lib/libalpm/alpm.c:484
#, fuzzy, c-format
msgid "sha1sums for package %s-%s match"
msgstr "a %s-%s csomag ellenõrzõ összegei megegyeznek"
-#: lib/libalpm/alpm.c:488
+#: lib/libalpm/alpm.c:487
#, fuzzy, c-format
msgid "sha1sums do not match for package %s-%s"
msgstr "%s-%s csomag sha1 ellenõrzõ összegei nem egyeznek meg\n"
-#: lib/libalpm/alpm.c:523
+#: lib/libalpm/alpm.c:522
#, fuzzy, c-format
msgid "could not get md5sum for package %s-%s"
msgstr "sikertelen az md5 ellenõrzõ összeg elérése a %s-%s csomag számára\n"
-#: lib/libalpm/alpm.c:529
+#: lib/libalpm/alpm.c:528
#, fuzzy, c-format
msgid "md5sums for package %s-%s match"
msgstr "a %s-%s csomag ellenõrzõ összegei megegyeznek"
-#: lib/libalpm/alpm.c:532
+#: lib/libalpm/alpm.c:531
#, fuzzy, c-format
msgid "md5sums do not match for package %s-%s"
msgstr "%s-%s csomag md5 ellenõrzõ összegei nem egyeznek meg\n"
-#: lib/libalpm/alpm.c:781
+#: lib/libalpm/alpm.c:780
#, c-format
msgid "could not remove lock file %s"
msgstr "nem sikerült a zároló fájl (%s) eltávolítása"
-#: lib/libalpm/alpm.c:782
+#: lib/libalpm/alpm.c:781
#, c-format
msgid "warning: could not remove lock file %s"
msgstr "figyelmeztetés: nem sikerült a zároló fájl (%s) eltávolítása"
-#: lib/libalpm/alpm.c:917
+#: lib/libalpm/alpm.c:916
#, fuzzy, c-format
msgid "config: new section '%s'"
msgstr "beállítások: új szekció '%s'\n"
-#: lib/libalpm/alpm.c:946
+#: lib/libalpm/alpm.c:945
#, fuzzy
msgid "config: nopassiveftp"
msgstr "beállítások: nem fog frissülni: %s\n"
-#: lib/libalpm/alpm.c:949
+#: lib/libalpm/alpm.c:948
#, fuzzy
msgid "config: usesyslog"
msgstr "beállítások: syslog használata\n"
-#: lib/libalpm/alpm.c:952
+#: lib/libalpm/alpm.c:951
#, fuzzy
msgid "config: chomp"
msgstr "beállítások: ez a csomag mindenképp meg lesz tartva: %s\n"
-#: lib/libalpm/alpm.c:955
+#: lib/libalpm/alpm.c:954
#, fuzzy
msgid "config: usecolor"
msgstr "beállítások: syslog használata\n"
-#: lib/libalpm/alpm.c:964
+#: lib/libalpm/alpm.c:963
#, fuzzy, c-format
msgid "config: including %s"
msgstr "beállítások: a %s beolvasása\n"
-#: lib/libalpm/alpm.c:974 lib/libalpm/alpm.c:979
+#: lib/libalpm/alpm.c:973 lib/libalpm/alpm.c:978
#, fuzzy, c-format
msgid "config: noupgrade: %s"
msgstr "beállítások: nem fog frissülni: %s\n"
-#: lib/libalpm/alpm.c:987 lib/libalpm/alpm.c:992
+#: lib/libalpm/alpm.c:986 lib/libalpm/alpm.c:991
#, fuzzy, c-format
msgid "config: noextract: %s"
msgstr "nem sikerült kifejteni: %s\n"
-#: lib/libalpm/alpm.c:1000 lib/libalpm/alpm.c:1005
+#: lib/libalpm/alpm.c:999 lib/libalpm/alpm.c:1004
#, fuzzy, c-format
msgid "config: ignorepkg: %s"
msgstr "beállítások: a %s csomag figyelmen kívül hagyása\n"
-#: lib/libalpm/alpm.c:1013 lib/libalpm/alpm.c:1018
+#: lib/libalpm/alpm.c:1012 lib/libalpm/alpm.c:1017
#, fuzzy, c-format
msgid "config: holdpkg: %s"
msgstr "beállítások: ez a csomag mindenképp meg lesz tartva: %s\n"
-#: lib/libalpm/alpm.c:1025
+#: lib/libalpm/alpm.c:1024
#, fuzzy, c-format
msgid "config: dbpath: %s"
msgstr "beállítások: adatbázis útvonala: %s\n"
-#: lib/libalpm/alpm.c:1032
+#: lib/libalpm/alpm.c:1031
#, fuzzy, c-format
msgid "config: cachedir: %s"
msgstr "beállítások: gyorsítótár könyvtára: %s\n"
-#: lib/libalpm/alpm.c:1035
+#: lib/libalpm/alpm.c:1034
#, fuzzy, c-format
msgid "config: logfile: %s"
msgstr "beállítások: naplófájl: %s\n"
-#: lib/libalpm/alpm.c:1038
+#: lib/libalpm/alpm.c:1037
#, fuzzy, c-format
msgid "config: xfercommand: %s"
msgstr "beállítások: gyorsítótár könyvtára: %s\n"
-#: lib/libalpm/alpm.c:1043
+#: lib/libalpm/alpm.c:1042
#, fuzzy, c-format
msgid "config: upgradedelay: %d"
msgstr "beállítások: frissítés késleltetése: %i\n"
-#: lib/libalpm/alpm.c:1082 lib/libalpm/sync.c:129
+#: lib/libalpm/alpm.c:1080 lib/libalpm/sync.c:105
msgid "checking for package replacements"
msgstr "csomagcserék ellenõrzése"
-#: lib/libalpm/alpm.c:1091 lib/libalpm/sync.c:138
+#: lib/libalpm/alpm.c:1091 lib/libalpm/sync.c:121
#, c-format
msgid "checking replacement '%s' for package '%s'"
msgstr "csere vizsgálata: '%s' -> '%s'"
-#: lib/libalpm/alpm.c:1093 lib/libalpm/sync.c:140
+#: lib/libalpm/alpm.c:1094 lib/libalpm/sync.c:123
#, c-format
msgid "%s-%s: ignoring package upgrade (to be replaced by %s-%s)"
msgstr "%s-%s: frissítés figyelmen kívül hagyása (a %s-%s fogja lecserélni)"
-#: lib/libalpm/alpm.c:1127 lib/libalpm/sync.c:174
+#: lib/libalpm/alpm.c:1124 lib/libalpm/sync.c:158
#, c-format
msgid "%s-%s elected for upgrade (to be replaced by %s-%s)"
msgstr "a %s-%s kiválasztva frissítésre (a %s-%s fogja lecserélni)"
-#: lib/libalpm/alpm.c:1148 lib/libalpm/sync.c:210
+#: lib/libalpm/alpm.c:1146 lib/libalpm/sync.c:192
#, c-format
msgid "'%s' not found in sync db -- skipping"
msgstr "a '%s' nem található a távoli adatbázisban -- kihagyás"
-#: lib/libalpm/alpm.c:1162 lib/libalpm/sync.c:224 lib/libalpm/sync.c:502
+#: lib/libalpm/alpm.c:1160 lib/libalpm/sync.c:206 lib/libalpm/sync.c:493
#, c-format
msgid "'%s' is already elected for removal -- skipping"
msgstr "a '%s' már kijelölve eltávolításra -- kihagyás"
-#: lib/libalpm/alpm.c:1168 lib/libalpm/sync.c:235
-#, c-format
-msgid "%s-%s elected for upgrade (%s => %s)"
+#: lib/libalpm/alpm.c:1166
+#, fuzzy, c-format
+msgid "%s elected for upgrade (%s => %s)"
msgstr "%s-%s kiválasztva frissítésre (%s => %s)"
#: lib/libalpm/be_files.c:58
@@ -499,129 +504,139 @@ msgstr "nem található vagy nem olvasható a csomag"
msgid "invalid name for dabatase entry '%s'"
msgstr "érvénytelen név a '%s' adatbázis-bejegyzés számára"
-#: lib/libalpm/be_files.c:213
+#: lib/libalpm/be_files.c:218
msgid "invalid package entry provided to _alpm_db_read, skipping"
msgstr ""
-#: lib/libalpm/be_files.c:218
+#: lib/libalpm/be_files.c:223
#, c-format
msgid ""
"request to read database info for a file-based package '%s', skipping..."
msgstr ""
-#: lib/libalpm/be_files.c:226
+#: lib/libalpm/be_files.c:231
#, c-format
msgid "loading package data for %s : level=%d"
msgstr ""
-#: lib/libalpm/be_files.c:234
+#: lib/libalpm/be_files.c:239
#, fuzzy, c-format
msgid "cannot find '%s-%s' in db '%s'"
msgstr "nem található a %s az adatbázisban"
-#: lib/libalpm/be_files.c:242 lib/libalpm/be_files.c:392
-#: lib/libalpm/be_files.c:415 lib/libalpm/be_files.c:503
-#: lib/libalpm/be_files.c:592 lib/libalpm/be_files.c:619
-#: lib/libalpm/package.c:197
+#: lib/libalpm/be_files.c:247 lib/libalpm/be_files.c:393
+#: lib/libalpm/be_files.c:416 lib/libalpm/be_files.c:507
+#: lib/libalpm/be_files.c:596 lib/libalpm/be_files.c:623
+#: lib/libalpm/package.c:204
#, fuzzy, c-format
msgid "could not open file %s: %s"
msgstr "nem sikerült megnyitni a %s fájlt"
-#: lib/libalpm/be_files.c:500
+#: lib/libalpm/be_files.c:504
#, c-format
msgid "writing %s-%s DESC information back to db"
msgstr ""
-#: lib/libalpm/be_files.c:589
+#: lib/libalpm/be_files.c:593
#, c-format
msgid "writing %s-%s FILES information back to db"
msgstr ""
-#: lib/libalpm/be_files.c:616
+#: lib/libalpm/be_files.c:620
#, 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 "csomagok gyorsítótárának betöltése (infószint=%#x) a '%s' repó számára"
+#: lib/libalpm/cache.c:57
+#, fuzzy, c-format
+msgid "loading package cache for repository '%s'"
+msgstr "csomagok gyorsítótárának felszabadítása a '%s' repó számára"
-#: lib/libalpm/cache.c:64
+#: lib/libalpm/cache.c:62
#, fuzzy, c-format
msgid "adding '%s' to package cache for db '%s'"
msgstr "csomagok gyorsítótárának felszabadítása a '%s' repó számára"
-#: lib/libalpm/cache.c:84
+#: lib/libalpm/cache.c:83
#, c-format
msgid "freeing package cache for repository '%s'"
msgstr "csomagok gyorsítótárának felszabadítása a '%s' repó számára"
-#: lib/libalpm/cache.c:109
+#: lib/libalpm/cache.c:107
#, c-format
msgid "error: pkgcache is NULL for db '%s'"
msgstr ""
-#: lib/libalpm/cache.c:136
-#, fuzzy, c-format
-msgid "package cache reloaded (infolevel=%#x) for repository '%s'"
-msgstr "csomagok gyorsítótárának betöltése (infószint=%#x) a '%s' repó számára"
-
-#: lib/libalpm/cache.c:156
+#: lib/libalpm/cache.c:127
#, c-format
msgid "adding entry '%s' in '%s' cache"
msgstr "a '%s' bejegyzés hozzáadása a '%s' gyorsítótárhoz"
-#: lib/libalpm/cache.c:182
+#: lib/libalpm/cache.c:147
#, c-format
msgid "removing entry '%s' from '%s' cache"
msgstr "a '%s' bejegyzés eltávolítása a '%s' gyorsítótárból"
-#: lib/libalpm/cache.c:200
+#: lib/libalpm/cache.c:154
+#, fuzzy, c-format
+msgid "cannot remove entry '%s' from '%s' cache: not found"
+msgstr "a '%s' bejegyzés eltávolítása a '%s' gyorsítótárból"
+
+#: lib/libalpm/cache.c:176
#, fuzzy, c-format
msgid "error: failed to get '%s' from NULL pkgcache"
msgstr "nem sikerült eltávolítani a '%s' bejegyzést a gyorsítótárból"
-#: lib/libalpm/cache.c:223
+#: lib/libalpm/cache.c:199
#, c-format
msgid "loading group cache for repository '%s'"
msgstr "csoportgyorsítótár betöltése a '%s' repó számára"
-#: lib/libalpm/conflict.c:78
-#, c-format
-msgid "checkconflicts: targ '%s' vs db"
-msgstr "checkconflicts: cél '%s' vs db"
+#: lib/libalpm/conflict.c:68
+#, fuzzy, c-format
+msgid " found conflict '%s' : package '%s'"
+msgstr "csere vizsgálata: '%s' -> '%s'"
-#: lib/libalpm/conflict.c:87 lib/libalpm/conflict.c:101
+#: lib/libalpm/conflict.c:77
#, c-format
-msgid "targs vs db: found %s as a conflict for %s"
-msgstr "targs vs db: a %s ütközik a következõvel: %s"
+msgid " found conflict '%s' : package '%s' provides '%s'"
+msgstr ""
-#: lib/libalpm/conflict.c:114
+#: lib/libalpm/conflict.c:100 lib/libalpm/conflict.c:142
#, c-format
-msgid "checkconflicts: targ '%s' vs targs"
-msgstr "checkconflicts: cél '%s' vs célok"
+msgid "package '%s' conflicts with itself - packaging error"
+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 "targs vs targs: a %s ütközik a következõvel: %s"
+#: lib/libalpm/conflict.c:106
+#, fuzzy, c-format
+msgid "checkconflicts: target '%s' vs db"
+msgstr "checkconflicts: cél '%s' vs db"
-#: lib/libalpm/conflict.c:150
-#, c-format
-msgid "checkconflicts: db vs targ '%s'"
+#: lib/libalpm/conflict.c:148
+#, fuzzy, c-format
+msgid "checkconflicts: target '%s' vs all targets"
+msgstr "checkconflicts: cél '%s' vs célok"
+
+#: lib/libalpm/conflict.c:180
+#, fuzzy, c-format
+msgid "checkconflicts: db vs target '%s'"
msgstr "checkconflicts: db vs cél '%s'"
-#: lib/libalpm/conflict.c:177 lib/libalpm/conflict.c:192
+#: lib/libalpm/conflict.c:200
+#, fuzzy, c-format
+msgid "target '%s' is also in target list, using NEW conflicts"
+msgstr "az újabb verzió (%s-%s) már elérhetõ a cél listában -- kihagyás"
+
+#: lib/libalpm/conflict.c:256
#, c-format
-msgid "db vs targs: found %s as a conflict for %s"
-msgstr "db vs targs: a %s ütközik a következõvel: %s"
+msgid "\tCONFLICTS:: %s conflicts with %s"
+msgstr ""
-#: lib/libalpm/conflict.c:296 lib/libalpm/deps.c:57 lib/libalpm/deps.c:598
-#: lib/libalpm/deps.c:638 lib/libalpm/group.c:43 lib/libalpm/handle.c:49
-#: lib/libalpm/package.c:80 lib/libalpm/sync.c:65 lib/libalpm/sync.c:607
-#: lib/libalpm/sync.c:623 lib/libalpm/sync.c:719 lib/libalpm/trans.c:52
-#: lib/libalpm/util.c:607 lib/libalpm/util.c:614
+#: lib/libalpm/conflict.c:348 lib/libalpm/deps.c:57 lib/libalpm/deps.c:435
+#: lib/libalpm/deps.c:631 lib/libalpm/deps.c:671 lib/libalpm/group.c:43
+#: lib/libalpm/handle.c:49 lib/libalpm/package.c:80 lib/libalpm/sync.c:65
+#: lib/libalpm/sync.c:598 lib/libalpm/sync.c:614 lib/libalpm/sync.c:711
+#: lib/libalpm/trans.c:52 lib/libalpm/util.c:609 lib/libalpm/util.c:616
#, c-format
msgid "malloc failure: could not allocate %d bytes"
msgstr "malloc probléma: nem sikerült allokálni %d byte-ot"
@@ -631,26 +646,26 @@ msgstr "malloc probléma: nem sikerült allokálni %d byte-ot"
msgid "malloc failed: could not allocate %d bytes"
msgstr "malloc probléma: nem sikerült allokálni %d byte-ot"
-#: lib/libalpm/db.c:163
+#: lib/libalpm/db.c:165
msgid "attempt to re-register the 'local' DB"
msgstr ""
-#: lib/libalpm/db.c:171
+#: lib/libalpm/db.c:173
#, c-format
msgid "attempt to re-register the '%s' database, using existing"
msgstr ""
-#: lib/libalpm/db.c:177
+#: lib/libalpm/db.c:179
#, c-format
msgid "registering database '%s'"
msgstr "adatbázis regisztrálása: '%s'"
-#: lib/libalpm/db.c:182
+#: lib/libalpm/db.c:184
#, c-format
msgid "database directory '%s' does not exist -- try creating it"
msgstr "'%s' adatbázis-könyvtár nem létezik -- kísérlet a létrehozásra"
-#: lib/libalpm/db.c:193
+#: lib/libalpm/db.c:195
#, c-format
msgid "opening database '%s'"
msgstr "adatbázis megnyitása: '%s'"
@@ -663,60 +678,70 @@ msgstr "a függõségek rendezése elkezdõdött"
msgid "possible dependency cycle detected"
msgstr "lehetséges körkörös függõségi probléma észlelve"
-#: lib/libalpm/deps.c:177
+#: lib/libalpm/deps.c:180
msgid "sorting dependencies finished"
msgstr "a függõségek rendezése befejezõdött"
-#: lib/libalpm/deps.c:218 lib/libalpm/deps.c:275
+#: lib/libalpm/deps.c:222 lib/libalpm/deps.c:307
msgid "null package found in package list"
msgstr ""
-#: lib/libalpm/deps.c:223
+#: lib/libalpm/deps.c:227
#, fuzzy, c-format
msgid "cannot find package installed '%s'"
msgstr "nem sikerült megnyitni a csomagfájlt"
-#: lib/libalpm/deps.c:257 lib/libalpm/deps.c:378
+#: lib/libalpm/deps.c:258
#, c-format
-msgid "checkdeps: found %s as required by %s"
-msgstr "checkdeps: a %s igényelt a %s által"
+msgid "checkdeps: dependency '%s' has moved from '%s' to '%s'"
+msgstr ""
-#: lib/libalpm/deps.c:283
+#: lib/libalpm/deps.c:277
#, fuzzy, c-format
-msgid "no dependencies for target '%s'"
-msgstr "nem sikerült feloldani a függõségeket a \"%s\" számára"
+msgid "checkdeps: dependency '%s' satisfied by installed package '%s'"
+msgstr "csere vizsgálata: '%s' -> '%s'"
+
+#: lib/libalpm/deps.c:286
+#, fuzzy, c-format
+msgid "checkdeps: updated '%s' won't satisfy a dependency of '%s'"
+msgstr "checkdeps: a %s egy függõség a %s számára"
-#: lib/libalpm/deps.c:329
+#: lib/libalpm/deps.c:356
#, fuzzy, c-format
msgid "missing dependency '%s' for package '%s'"
msgstr "csere vizsgálata: '%s' -> '%s'"
-#: lib/libalpm/deps.c:452
+#: lib/libalpm/deps.c:406
+#, c-format
+msgid "checkdeps: found %s as required by %s"
+msgstr "checkdeps: a %s igényelt a %s által"
+
+#: lib/libalpm/deps.c:482
#, c-format
msgid "excluding %s -- explicitly installed"
msgstr "a %s kihagyása -- explicit módon lett telepítve"
-#: lib/libalpm/deps.c:499
+#: lib/libalpm/deps.c:529
#, c-format
msgid "cannot find package \"%s\" or anything that provides it!"
msgstr "nem található a \"%s\" csomag és nem is szolgáltatja semmi!"
-#: lib/libalpm/deps.c:508 lib/libalpm/deps.c:520
+#: lib/libalpm/deps.c:537 lib/libalpm/deps.c:548
#, c-format
msgid "adding '%s' to the targets"
msgstr "a '%s' hozzáadása a célcsomagokhoz"
-#: lib/libalpm/deps.c:551
+#: lib/libalpm/deps.c:580
#, fuzzy
msgid "started resolving dependencies"
msgstr "a függõségek rendezése elkezdõdött"
-#: lib/libalpm/deps.c:569
+#: lib/libalpm/deps.c:598
#, c-format
msgid "%s provides dependency %s -- skipping"
msgstr "a %s szolgáltatja a %s függõséget -- kihagyás"
-#: lib/libalpm/deps.c:594
+#: lib/libalpm/deps.c:627
#, c-format
msgid ""
"cannot resolve dependencies for \"%s\" (\"%s\" is not in the package set)"
@@ -724,27 +749,27 @@ msgstr ""
"nem sikerült a függõségek feloldása a \"%s\" számára (nem található a \"%s\" "
"a csomagok között)"
-#: lib/libalpm/deps.c:611
+#: lib/libalpm/deps.c:644
#, c-format
msgid "dependency %s is already in the target list -- skipping"
msgstr "a %s függõség már a célcsomagok között szerepel -- kihagyás"
-#: lib/libalpm/deps.c:631
+#: lib/libalpm/deps.c:664
#, c-format
msgid "pulling dependency %s (needed by %s)"
msgstr "a %s függõség behozása (a %s igényli)"
-#: lib/libalpm/deps.c:635
+#: lib/libalpm/deps.c:668
#, c-format
msgid "cannot resolve dependencies for \"%s\""
msgstr "nem sikerült feloldani a függõségeket a \"%s\" számára"
-#: lib/libalpm/deps.c:651
+#: lib/libalpm/deps.c:684
#, c-format
msgid "dependency cycle detected: %s"
msgstr "körkörös függõség észlelve: %s"
-#: lib/libalpm/deps.c:655
+#: lib/libalpm/deps.c:688
#, fuzzy
msgid "finished resolving dependencies"
msgstr "a függõségek rendezése elkezdõdött"
@@ -842,7 +867,7 @@ msgstr "a tranzakció félbeszakítva"
msgid "operation not compatible with the transaction type"
msgstr "a mûvelet nem egyeztethetõ össze a jelenlegi tranzakciótípussal"
-#: lib/libalpm/error.c:91 lib/libalpm/sync.c:985
+#: lib/libalpm/error.c:91 lib/libalpm/sync.c:977
#, fuzzy
msgid "could not commit transaction"
msgstr "nem sikerült létrehozni az adatbázist"
@@ -988,70 +1013,70 @@ msgstr "nem sikerült megnyitni a következõt: %s\n"
msgid "%s: forcing upgrade to version %s"
msgstr "hiányzó csomagverzió itt: %s"
-#: lib/libalpm/package.c:152
+#: lib/libalpm/package.c:153
#, fuzzy, c-format
msgid "%s: local (%s) is newer than %s (%s)"
msgstr "%s-%s: a helyi verzió újabb"
-#: lib/libalpm/package.c:159
+#: lib/libalpm/package.c:161
#, c-format
msgid "%s-%s: ignoring package upgrade (%s)"
msgstr "%s-%s: a csomagfrissítés figyelmen kívül hagyása (%s)"
-#: lib/libalpm/package.c:163
+#: lib/libalpm/package.c:167
#, fuzzy, c-format
msgid "%s-%s: delaying upgrade of package (%s)"
msgstr "%s-%s: a csomag frissítésének késleltetése (%s)\n"
-#: lib/libalpm/package.c:168
-#, c-format
-msgid "compare versions for %s: %s vs %s, result=%d"
-msgstr ""
-
-#: lib/libalpm/package.c:211 lib/libalpm/package.c:270
+#: lib/libalpm/package.c:218 lib/libalpm/package.c:277
#, c-format
msgid "%s: syntax error in description file line %d"
msgstr "%s: szintaktikai hiba a leírófájl %d. sorában"
-#: lib/libalpm/package.c:344
+#: lib/libalpm/package.c:351
msgid "could not parse the package description file"
msgstr "nem sikerült értelmezni a csomagleíró fájlt"
-#: lib/libalpm/package.c:348
+#: lib/libalpm/package.c:355
#, c-format
msgid "missing package name in %s"
msgstr "hiányzó csomagnév itt: %s"
-#: lib/libalpm/package.c:352
+#: lib/libalpm/package.c:359
#, c-format
msgid "missing package version in %s"
msgstr "hiányzó csomagverzió itt: %s"
-#: lib/libalpm/package.c:387
+#: lib/libalpm/package.c:394
#, c-format
msgid "could not remove tempfile %s"
msgstr "nem sikerült eltávolítani a %s ideiglenes fájlt"
-#: lib/libalpm/package.c:400 lib/libalpm/package.c:407
+#: lib/libalpm/package.c:407 lib/libalpm/package.c:414
#, fuzzy, c-format
msgid "error while reading package: %s"
msgstr "csomag frissítése: %s-%s"
-#: lib/libalpm/package.c:413
+#: lib/libalpm/package.c:420
#, fuzzy
msgid "missing package metadata"
msgstr "hiányzó csomagnév itt: %s"
-#: lib/libalpm/package.c:420
+#: lib/libalpm/package.c:427
#, fuzzy, c-format
msgid "missing package filelist in %s, generating one"
msgstr "hiányzó csomaginformáció-fájl ebben: %s"
-#: lib/libalpm/package.c:547
+#: lib/libalpm/package.c:560
#, c-format
msgid "adding '%s' in requiredby field for '%s'"
msgstr "a '%s' hozzáadása \"függ tõle\" mezõként a '%s' számára"
+#: lib/libalpm/package.c:571
+#, fuzzy, c-format
+msgid "adding '%s' in requiredby field for '%s' (provides: %s)"
+msgstr "a '%s' hozzáadása \"függ tõle\" mezõként a '%s' számára"
+
#: lib/libalpm/remove.c:78
#, c-format
msgid "could not find %s in database"
@@ -1126,253 +1151,269 @@ msgstr "a %s törlése"
msgid "cannot remove file %s: %s"
msgstr "nem sikerült eltávolítani a %s fájlt"
-#: lib/libalpm/remove.c:286
+#: lib/libalpm/remove.c:291
#, c-format
msgid "removing package %s-%s"
msgstr "a %s-%s csomag eltávolítása"
-#: lib/libalpm/remove.c:298
+#: lib/libalpm/remove.c:308
#, fuzzy, c-format
msgid "not removing package '%s', can't remove all files"
msgstr "a %s-%s csomag eltávolítása"
-#: lib/libalpm/remove.c:304
-msgid "removing files"
+#: lib/libalpm/remove.c:315
+#, fuzzy, c-format
+msgid "removing %d files"
msgstr "fájlok törlése"
-#: lib/libalpm/remove.c:322
+#: lib/libalpm/remove.c:338
#, c-format
msgid "removing database entry '%s'"
msgstr "a '%s' adatbázis-bejegyzés eltávolítása"
-#: lib/libalpm/remove.c:324
+#: lib/libalpm/remove.c:340
#, c-format
msgid "could not remove database entry %s-%s"
msgstr "nem sikerült eltávolítani a %s-%s adatbázis-bejegyzést"
-#: lib/libalpm/remove.c:327
+#: lib/libalpm/remove.c:345
#, c-format
msgid "could not remove entry '%s' from cache"
msgstr "nem sikerült eltávolítani a '%s' bejegyzést a gyorsítótárból"
-#: lib/libalpm/sync.c:199
+#: lib/libalpm/sync.c:181
msgid "checking for package upgrades"
msgstr "csomagfrissítések vizsgálata"
-#: lib/libalpm/sync.c:232
-#, fuzzy, c-format
-msgid "%s-%s: ignoring package upgrade (%s => %s)"
-msgstr "%s-%s: a csomagfrissítés figyelmen kívül hagyása (%s)"
+#: lib/libalpm/sync.c:213
+#, c-format
+msgid "%s-%s elected for upgrade (%s => %s)"
+msgstr "%s-%s kiválasztva frissítésre (%s => %s)"
-#: lib/libalpm/sync.c:281
+#: lib/libalpm/sync.c:260
#, fuzzy, c-format
msgid "searching for target in repo '%s'"
msgstr "cél betöltése '%s'"
-#: lib/libalpm/sync.c:290 lib/libalpm/sync.c:313
+#: lib/libalpm/sync.c:268 lib/libalpm/sync.c:291
#, c-format
msgid "target '%s' not found -- looking for provisions"
msgstr "a '%s' cél nem található -- csomagok keresése amik szolgáltatják"
-#: lib/libalpm/sync.c:295 lib/libalpm/sync.c:318
+#: lib/libalpm/sync.c:273 lib/libalpm/sync.c:296
#, c-format
msgid "found '%s' as a provision for '%s'"
msgstr "a '%s' szolgáltatja a következõt: '%s'"
-#: lib/libalpm/sync.c:302
+#: lib/libalpm/sync.c:280
#, fuzzy, c-format
msgid "repository '%s' not found"
msgstr "a csoport nem található"
-#: lib/libalpm/sync.c:336
+#: lib/libalpm/sync.c:321
#, c-format
msgid "%s-%s is up to date -- skipping"
msgstr "%s-%s naprakész -- kihagyás"
-#: lib/libalpm/sync.c:356
+#: lib/libalpm/sync.c:344
#, c-format
msgid "adding target '%s' to the transaction set"
msgstr "a '%s' cél hozzáadása a tranzakcióhoz"
-#: lib/libalpm/sync.c:401
+#: lib/libalpm/sync.c:392
#, fuzzy
msgid "resolving target's dependencies"
msgstr "a célok függõségeinek feloldása"
-#: lib/libalpm/sync.c:421
+#: lib/libalpm/sync.c:412
#, c-format
msgid "adding package %s-%s to the transaction targets"
msgstr "a %s-%s csomag hozzáadása a tranzakció céljaihoz"
-#: lib/libalpm/sync.c:456
+#: lib/libalpm/sync.c:447
msgid "looking for unresolvable dependencies"
msgstr "feloldhatatlan függõségek keresése"
-#: lib/libalpm/sync.c:487
-#, c-format
-msgid "package '%s' is conflicting with '%s'"
-msgstr ""
+#: lib/libalpm/sync.c:478
+#, fuzzy, c-format
+msgid "package '%s' conflicts with '%s'"
+msgstr "a %s-%s csomag eltávolítása"
-#: lib/libalpm/sync.c:509
+#: lib/libalpm/sync.c:500
#, fuzzy, c-format
msgid "'%s' not found in transaction set -- skipping"
msgstr "a '%s' nem található a távoli adatbázisban -- kihagyás"
-#: lib/libalpm/sync.c:520
+#: lib/libalpm/sync.c:511
#, c-format
msgid "package '%s' provides its own conflict"
msgstr ""
-#: lib/libalpm/sync.c:543 lib/libalpm/sync.c:548
+#: lib/libalpm/sync.c:534 lib/libalpm/sync.c:539
#, fuzzy, c-format
msgid "'%s' is in the target list -- keeping it"
msgstr "az újabb verzió (%s-%s) már elérhetõ a cél listában -- kihagyás"
-#: lib/libalpm/sync.c:560 lib/libalpm/sync.c:597
+#: lib/libalpm/sync.c:551 lib/libalpm/sync.c:588
#, fuzzy, c-format
msgid "removing '%s' from target list"
msgstr "a '%s' bejegyzés eltávolítása a '%s' gyorsítótárból"
-#: lib/libalpm/sync.c:569
+#: lib/libalpm/sync.c:560
#, fuzzy, c-format
msgid "resolving package '%s' conflict"
msgstr "a %s-%s csomag eltávolítása"
-#: lib/libalpm/sync.c:592
+#: lib/libalpm/sync.c:583
#, c-format
msgid "electing '%s' for removal"
msgstr ""
-#: lib/libalpm/sync.c:603 lib/libalpm/sync.c:619
+#: lib/libalpm/sync.c:594 lib/libalpm/sync.c:610
msgid "unresolvable package conflicts detected"
msgstr ""
-#: lib/libalpm/sync.c:671
+#: lib/libalpm/sync.c:662
msgid "checking dependencies of packages designated for removal"
msgstr ""
-#: lib/libalpm/sync.c:685
+#: lib/libalpm/sync.c:676
msgid "something has gone horribly wrong"
msgstr ""
-#: lib/libalpm/sync.c:704
+#: lib/libalpm/sync.c:696
#, fuzzy, c-format
msgid "found '%s' as a provision for '%s' -- conflict aborted"
msgstr "a '%s' szolgáltatja a következõt: '%s'"
-#: lib/libalpm/sync.c:800
+#: lib/libalpm/sync.c:792
#, c-format
msgid "%s is already in the cache\n"
msgstr ""
-#: lib/libalpm/sync.c:811
+#: lib/libalpm/sync.c:803
#, c-format
msgid "no %s cache exists. creating...\n"
msgstr ""
-#: lib/libalpm/sync.c:812
+#: lib/libalpm/sync.c:804
#, c-format
msgid "warning: no %s cache exists. creating..."
msgstr ""
-#: lib/libalpm/sync.c:817
+#: lib/libalpm/sync.c:809
msgid "couldn't create package cache, using /tmp instead\n"
msgstr ""
-#: lib/libalpm/sync.c:818
+#: lib/libalpm/sync.c:810
msgid "warning: couldn't create package cache, using /tmp instead"
msgstr ""
-#: lib/libalpm/sync.c:825
+#: lib/libalpm/sync.c:817
#, c-format
msgid "failed to retrieve some files from %s\n"
msgstr ""
-#: lib/libalpm/sync.c:854 lib/libalpm/sync.c:866
+#: lib/libalpm/sync.c:846 lib/libalpm/sync.c:858
#, fuzzy, c-format
msgid "can't get md5 or sha1 checksum for package %s\n"
msgstr "sikertelen az sha1 ellenõrzõ összeg elérése a %s-%s csomag számára\n"
-#: lib/libalpm/sync.c:885
+#: lib/libalpm/sync.c:877
#, c-format
msgid "archive %s was corrupted (bad MD5 or SHA1 checksum)\n"
msgstr ""
-#: lib/libalpm/sync.c:887
+#: lib/libalpm/sync.c:879
#, c-format
msgid "archive %s is corrupted (bad MD5 or SHA1 checksum)\n"
msgstr ""
-#: lib/libalpm/sync.c:908
+#: lib/libalpm/sync.c:900
#, fuzzy
msgid "could not create removal transaction"
msgstr "nem sikerült létrehozni az adatbázist"
-#: lib/libalpm/sync.c:914
+#: lib/libalpm/sync.c:906
msgid "could not initialize the removal transaction"
msgstr ""
-#: lib/libalpm/sync.c:934
+#: lib/libalpm/sync.c:926
msgid "removing conflicting and to-be-replaced packages"
msgstr ""
-#: lib/libalpm/sync.c:936
+#: lib/libalpm/sync.c:928
#, fuzzy
msgid "could not prepare removal transaction"
msgstr "nem sikerült létrehozni az adatbázist"
-#: lib/libalpm/sync.c:942
+#: lib/libalpm/sync.c:934
msgid "could not commit removal transaction"
msgstr ""
-#: lib/libalpm/sync.c:949
+#: lib/libalpm/sync.c:941
#, fuzzy
msgid "installing packages"
msgstr "telepítés"
-#: lib/libalpm/sync.c:952
+#: lib/libalpm/sync.c:944
#, fuzzy
msgid "could not create transaction"
msgstr "nem sikerült létrehozni az adatbázist"
-#: lib/libalpm/sync.c:957
+#: lib/libalpm/sync.c:949
msgid "could not initialize transaction"
msgstr ""
-#: lib/libalpm/sync.c:980
+#: lib/libalpm/sync.c:972
#, fuzzy
msgid "could not prepare transaction"
msgstr "értelmezhetetlen token %s"
-#: lib/libalpm/sync.c:992
+#: lib/libalpm/sync.c:984
msgid "updating database for replaced packages' dependencies"
msgstr ""
-#: lib/libalpm/sync.c:1021
+#: lib/libalpm/sync.c:1013
#, fuzzy, c-format
msgid "could not update requiredby for database entry %s-%s"
msgstr "sikertelen a %s-%s 'függ tõle' adatbázis-bejegyzésének frissítése"
-#: lib/libalpm/sync.c:1030
+#: lib/libalpm/sync.c:1022
#, fuzzy, c-format
msgid "could not update new database entry %s-%s"
msgstr "sikertelen a '%s-%s' adatbázis-bejegyzés frissítése"
-#: lib/libalpm/trans.c:262
-msgid "updating dependency packages 'requiredby' fields"
+#: lib/libalpm/sync.c:1062
+#, fuzzy, c-format
+msgid "found package '%s-%s' in sync"
+msgstr "a %s-%s csomag eltávolítása"
+
+#: lib/libalpm/sync.c:1068
+#, fuzzy, c-format
+msgid "package '%s' not found in sync"
+msgstr "a '%s' nem található a távoli adatbázisban -- kihagyás"
+
+#: lib/libalpm/trans.c:264
+#, fuzzy, c-format
+msgid "updating dependency packages 'requiredby' fields for %s-%s"
msgstr "a függõ csomagok 'függ tõle' mezõjének frissítése"
-#: lib/libalpm/trans.c:299 lib/libalpm/trans.c:323
+#: lib/libalpm/trans.c:267
+msgid "package has no dependencies, no other packages to update"
+msgstr ""
+
+#: lib/libalpm/trans.c:304 lib/libalpm/trans.c:330
#, c-format
msgid "updating 'requiredby' field for package '%s'"
msgstr "a '%s' csomag 'függ tõle' mezõjének frissítése"
-#: lib/libalpm/trans.c:309 lib/libalpm/trans.c:333
+#: lib/libalpm/trans.c:315 lib/libalpm/trans.c:341
#, c-format
msgid "could not update 'requiredby' database entry %s-%s"
msgstr "sikertelen a %s-%s 'függ tõle' adatbázis-bejegyzésének frissítése"
-#: lib/libalpm/trans.c:315
+#: lib/libalpm/trans.c:322
#, c-format
msgid "could not find dependency '%s'"
msgstr "nem található a '%s' függõség"
@@ -1392,62 +1433,62 @@ msgstr "nem sikerült kifejteni: %s (%s)"
msgid "logaction called: %s"
msgstr "eredeti: %s"
-#: lib/libalpm/util.c:441
+#: lib/libalpm/util.c:443
#, fuzzy
msgid "could not create temp directory"
msgstr "a jelenlegi munkakönyvtár nem kapható meg"
-#: lib/libalpm/util.c:468
+#: lib/libalpm/util.c:470
#, fuzzy, c-format
msgid "could not change directory to %s (%s)"
msgstr "nem sikerült másolni: %s-t ide: %s (%s)"
-#: lib/libalpm/util.c:471
+#: lib/libalpm/util.c:473
#, c-format
msgid "executing %s script..."
msgstr ""
-#: lib/libalpm/util.c:484
+#: lib/libalpm/util.c:486
#, fuzzy, c-format
msgid "could not fork a new process (%s)"
msgstr "nem sikerült átnevezni: %s (%s)"
-#: lib/libalpm/util.c:491
+#: lib/libalpm/util.c:493
#, c-format
msgid "chrooting in %s"
msgstr ""
-#: lib/libalpm/util.c:493
+#: lib/libalpm/util.c:495
#, fuzzy, c-format
msgid "could not change the root directory (%s)"
msgstr "a jelenlegi munkakönyvtár nem kapható meg"
-#: lib/libalpm/util.c:497
+#: lib/libalpm/util.c:499
#, fuzzy, c-format
msgid "could not change directory to / (%s)"
msgstr "nem sikerült másolni: %s-t ide: %s (%s)"
-#: lib/libalpm/util.c:501
+#: lib/libalpm/util.c:503
#, fuzzy, c-format
msgid "executing \"%s\""
msgstr "a %s kifejtése"
-#: lib/libalpm/util.c:504
+#: lib/libalpm/util.c:506
#, fuzzy, c-format
msgid "call to popen failed (%s)"
msgstr "nem sikerült megnyitni a %s fájlt"
-#: lib/libalpm/util.c:536
+#: lib/libalpm/util.c:538
#, c-format
msgid "call to waitpid failed (%s)"
msgstr ""
-#: lib/libalpm/util.c:545
+#: lib/libalpm/util.c:547
#, fuzzy, c-format
msgid "could not remove tmpdir %s"
msgstr "nem sikerült eltávolítani a %s ideiglenes fájlt"
-#: lib/libalpm/util.c:602
+#: lib/libalpm/util.c:604
#, c-format
msgid "check_freespace: total pkg size: %lld, disk space: %lld"
msgstr ""
@@ -1457,20 +1498,49 @@ msgstr ""
msgid "depcmp: %s-%s %s %s-%s => %s"
msgstr ""
-#: lib/libalpm/versioncmp.c:281
+#: lib/libalpm/versioncmp.c:282
#, c-format
msgid "depcmp: %s-%s %s %s => %s"
msgstr ""
+#~ msgid "could not parse token %s"
+#~ msgstr "értelmezhetetlen token %s"
+
+#~ msgid "notice: %s is in NoExtract -- skipping extraction"
+#~ msgstr "figyelmeztetés: %s a NoExtractben van -- kifejtés kihagyása"
+
+#~ msgid "loading package cache (infolevel=%#x) for repository '%s'"
+#~ msgstr ""
+#~ "csomagok gyorsítótárának betöltése (infószint=%#x) a '%s' repó számára"
+
+#, fuzzy
+#~ msgid "package cache reloaded (infolevel=%#x) for repository '%s'"
+#~ msgstr ""
+#~ "csomagok gyorsítótárának betöltése (infószint=%#x) a '%s' repó számára"
+
+#~ msgid "targs vs db: found %s as a conflict for %s"
+#~ msgstr "targs vs db: a %s ütközik a következõvel: %s"
+
+#~ msgid "targs vs targs: found %s as a conflict for %s"
+#~ msgstr "targs vs targs: a %s ütközik a következõvel: %s"
+
+#~ msgid "db vs targs: found %s as a conflict for %s"
+#~ msgstr "db vs targs: a %s ütközik a következõvel: %s"
+
+#, fuzzy
+#~ msgid "no dependencies for target '%s'"
+#~ msgstr "nem sikerült feloldani a függõségeket a \"%s\" számára"
+
+#, fuzzy
+#~ msgid "%s-%s: ignoring package upgrade (%s => %s)"
+#~ msgstr "%s-%s: a csomagfrissítés figyelmen kívül hagyása (%s)"
+
#~ msgid "adding new package %s-%s"
#~ msgstr "új csomag hozzáadása %s-%s"
#~ msgid "error updating database for %s-%s!"
#~ msgstr "hiba a %s-%s adatbázis-frissítése során"
-#~ msgid "checkdeps: found %s as a dependency for %s"
-#~ msgstr "checkdeps: a %s egy függõség a %s számára"
-
#~ msgid "dep is NULL!"
#~ msgstr "a dep NULL!"
diff --git a/lib/libalpm/po/it.po b/lib/libalpm/po/it.po
index f2c55872..dc832d28 100644
--- a/lib/libalpm/po/it.po
+++ b/lib/libalpm/po/it.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libalpm VERSION\n"
"Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n"
-"POT-Creation-Date: 2007-03-03 16:40+0100\n"
+"POT-Creation-Date: 2007-03-03 23:42-0600\n"
"PO-Revision-Date: 2007-03-03 17:30+0100\n"
"Last-Translator: Giovanni Scafora <linuxmania@gmail.com>\n"
"Language-Team: Arch Linux Italian Team <linuxmania@gmail.com>\n"
@@ -82,8 +82,8 @@ msgid "removing old package first (%s-%s)"
msgstr "rimozione del vecchio pacchetto (%s-%s) in corso"
#: lib/libalpm/add.c:405
-#, c-format
-msgid "adding %s to the NoUpgrade array temporarilly"
+#, fuzzy, c-format
+msgid "adding %s to the NoUpgrade array temporarily"
msgstr "aggiunta in corso di %s nell'array temporaneo NoUpgrade"
#: lib/libalpm/add.c:423
@@ -257,7 +257,7 @@ msgstr "aggiornamento in corso di '%s' dovuto ad un cambiamento (%s)"
msgid "could not update provision '%s' from '%s'"
msgstr "impossibile aggiornare '%s' da '%s'"
-#: lib/libalpm/add.c:793 lib/libalpm/remove.c:330
+#: lib/libalpm/add.c:793 lib/libalpm/remove.c:337
msgid "updating database"
msgstr "aggiornamento del database in corso"
@@ -276,7 +276,7 @@ msgstr "impossibile aggiornare la voce %s-%s nel database"
msgid "could not add entry '%s' in cache"
msgstr "impossible includere la voce '%s' nella cache"
-#: lib/libalpm/add.c:838 lib/libalpm/remove.c:351 lib/libalpm/sync.c:1038
+#: lib/libalpm/add.c:838 lib/libalpm/remove.c:364 lib/libalpm/sync.c:1038
#, c-format
msgid "running \"ldconfig -r %s\""
msgstr "esecuzione in corso di \"ldconfig -r %s\""
@@ -605,7 +605,8 @@ msgstr " trovato il conflitto '%s' : il pacchetto '%s' fornisce '%s'"
#: lib/libalpm/conflict.c:100 lib/libalpm/conflict.c:142
#, c-format
msgid "package '%s' conflicts with itself - packaging error"
-msgstr "il pacchetto '%s' va in conflitto con se stesso - errore di pacchettizzazione"
+msgstr ""
+"il pacchetto '%s' va in conflitto con se stesso - errore di pacchettizzazione"
#: lib/libalpm/conflict.c:106
#, c-format
@@ -627,12 +628,12 @@ msgstr "checkconflicts: db vs target '%s'"
msgid "target '%s' is also in target list, using NEW conflicts"
msgstr "il pacchetto '%s' è già presente nella lista, usando nuovi conflitti"
-#: lib/libalpm/conflict.c:254
+#: lib/libalpm/conflict.c:256
#, c-format
msgid "\tCONFLICTS:: %s conflicts with %s"
msgstr "\tCONFLITTI:: %s va in conflitto con %s"
-#: lib/libalpm/conflict.c:346 lib/libalpm/deps.c:57 lib/libalpm/deps.c:435
+#: lib/libalpm/conflict.c:348 lib/libalpm/deps.c:57 lib/libalpm/deps.c:435
#: lib/libalpm/deps.c:631 lib/libalpm/deps.c:671 lib/libalpm/group.c:43
#: lib/libalpm/handle.c:49 lib/libalpm/package.c:80 lib/libalpm/sync.c:65
#: lib/libalpm/sync.c:598 lib/libalpm/sync.c:614 lib/libalpm/sync.c:711
@@ -757,7 +758,8 @@ msgstr ""
#: lib/libalpm/deps.c:644
#, c-format
msgid "dependency %s is already in the target list -- skipping"
-msgstr "la dipendenza %s è già presente nella lista dei pacchetti -- verrà ignorata"
+msgstr ""
+"la dipendenza %s è già presente nella lista dei pacchetti -- verrà ignorata"
#: lib/libalpm/deps.c:664
#, c-format
@@ -1144,32 +1146,32 @@ msgstr "scollegamento in corso da %s"
msgid "cannot remove file %s: %s"
msgstr "impossibile rimuovere il file %s: %s"
-#: lib/libalpm/remove.c:287
+#: lib/libalpm/remove.c:291
#, c-format
msgid "removing package %s-%s"
msgstr "rimozione in corso del pacchetto %s-%s"
-#: lib/libalpm/remove.c:304
+#: lib/libalpm/remove.c:308
#, c-format
msgid "not removing package '%s', can't remove all files"
msgstr "impossibile rimuovere il pacchetto '%s' e tutti i file"
-#: lib/libalpm/remove.c:311
+#: lib/libalpm/remove.c:315
#, c-format
msgid "removing %d files"
msgstr "rimozione in corso di %d file"
-#: lib/libalpm/remove.c:331
+#: lib/libalpm/remove.c:338
#, c-format
msgid "removing database entry '%s'"
msgstr "rimozione in corso della voce '%s' dal database"
-#: lib/libalpm/remove.c:333
+#: lib/libalpm/remove.c:340
#, c-format
msgid "could not remove database entry %s-%s"
msgstr "impossibile rimuovere la voce %s-%s dal database"
-#: lib/libalpm/remove.c:337
+#: lib/libalpm/remove.c:345
#, c-format
msgid "could not remove entry '%s' from cache"
msgstr "impossibile rimuovere '%s' dalla cache"
@@ -1384,8 +1386,8 @@ msgid "found package '%s-%s' in sync"
msgstr "trovato il pacchetto '%s-%s' nel database"
#: lib/libalpm/sync.c:1068
-#, c-format
-msgid "package '%s not found in sync"
+#, fuzzy, c-format
+msgid "package '%s' not found in sync"
msgstr "impossibile trovare il pacchetto '%s'"
#: lib/libalpm/trans.c:264
diff --git a/lib/libalpm/po/libalpm.pot b/lib/libalpm/po/libalpm.pot
index 94703fd2..81b5ee5e 100644
--- a/lib/libalpm/po/libalpm.pot
+++ b/lib/libalpm/po/libalpm.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n"
-"POT-Creation-Date: 2007-02-22 11:13-0500\n"
+"POT-Creation-Date: 2007-03-03 23:42-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,259 +16,264 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lib/libalpm/add.c:95
-#, c-format
-msgid "could not parse token %s"
-msgstr ""
-
-#: lib/libalpm/add.c:129
+#: lib/libalpm/add.c:75
#, c-format
msgid "loading target '%s'"
msgstr ""
-#: lib/libalpm/add.c:174
+#: lib/libalpm/add.c:120
#, c-format
msgid "replacing older version %s-%s by %s in target list"
msgstr ""
-#: lib/libalpm/add.c:183
+#: lib/libalpm/add.c:129
#, c-format
msgid "newer version %s-%s is in the target list -- skipping"
msgstr ""
-#: lib/libalpm/add.c:190
+#: lib/libalpm/add.c:136
#, c-format
msgid "reading '%s' metadata"
msgstr ""
-#: lib/libalpm/add.c:243 lib/libalpm/remove.c:110
+#: lib/libalpm/add.c:189 lib/libalpm/remove.c:110
msgid "looking for unsatisfied dependencies"
msgstr ""
-#: lib/libalpm/add.c:255 lib/libalpm/sync.c:476
+#: lib/libalpm/add.c:201 lib/libalpm/sync.c:467
msgid "looking for conflicts"
msgstr ""
-#: lib/libalpm/add.c:260
+#: lib/libalpm/add.c:206
msgid "replacing packages with -A and -U is not supported yet"
msgstr ""
-#: lib/libalpm/add.c:261
+#: lib/libalpm/add.c:207
#, c-format
msgid "please remove '%s' first, using -Rd"
msgstr ""
-#: lib/libalpm/add.c:302 lib/libalpm/remove.c:146
+#: lib/libalpm/add.c:248 lib/libalpm/remove.c:146
msgid "sorting by dependencies"
msgstr ""
-#: lib/libalpm/add.c:314
+#: lib/libalpm/add.c:260
msgid "cleaning up"
msgstr ""
-#: lib/libalpm/add.c:329
+#: lib/libalpm/add.c:275
msgid "looking for file conflicts"
msgstr ""
-#: lib/libalpm/add.c:394
+#: lib/libalpm/add.c:340
#, c-format
msgid "upgrading package %s-%s"
msgstr ""
-#: lib/libalpm/add.c:417
+#: lib/libalpm/add.c:364
#, c-format
msgid "adding package %s-%s"
msgstr ""
-#: lib/libalpm/add.c:430
+#: lib/libalpm/add.c:377
#, c-format
msgid "removing old package first (%s-%s)"
msgstr ""
-#: lib/libalpm/add.c:457
+#: lib/libalpm/add.c:405
#, c-format
-msgid "adding %s to the NoUpgrade array temporarilly"
+msgid "adding %s to the NoUpgrade array temporarily"
msgstr ""
-#: lib/libalpm/add.c:475
+#: lib/libalpm/add.c:423
msgid "extracting files"
msgstr ""
-#: lib/libalpm/add.c:490 lib/libalpm/util.c:461
+#: lib/libalpm/add.c:438 lib/libalpm/util.c:463
msgid "could not get current working directory"
msgstr ""
-#: lib/libalpm/add.c:546
+#: lib/libalpm/add.c:494 lib/libalpm/add.c:495
#, c-format
msgid "%s is in NoExtract, skipping extraction"
msgstr ""
-#: lib/libalpm/add.c:547
-#, c-format
-msgid "notice: %s is in NoExtract -- skipping extraction"
-msgstr ""
-
-#: lib/libalpm/add.c:554
+#: lib/libalpm/add.c:502
#, c-format
msgid "%s is in trans->skip_add, skipping extraction"
msgstr ""
-#: lib/libalpm/add.c:600 lib/libalpm/add.c:601 lib/libalpm/add.c:750
+#: lib/libalpm/add.c:548 lib/libalpm/add.c:549 lib/libalpm/add.c:698
#, c-format
msgid "could not extract %s (%s)"
msgstr ""
-#: lib/libalpm/add.c:644
+#: lib/libalpm/add.c:592
#, c-format
msgid "checking md5 hashes for %s"
msgstr ""
-#: lib/libalpm/add.c:646
+#: lib/libalpm/add.c:594
#, c-format
msgid "checking sha1 hashes for %s"
msgstr ""
-#: lib/libalpm/add.c:648
+#: lib/libalpm/add.c:596
#, c-format
msgid "current: %s"
msgstr ""
-#: lib/libalpm/add.c:649
+#: lib/libalpm/add.c:597
#, c-format
msgid "new: %s"
msgstr ""
-#: lib/libalpm/add.c:650
+#: lib/libalpm/add.c:598
#, c-format
msgid "original: %s"
msgstr ""
-#: lib/libalpm/add.c:662
+#: lib/libalpm/add.c:610
#, c-format
msgid "could not rename %s (%s)"
msgstr ""
-#: lib/libalpm/add.c:663
+#: lib/libalpm/add.c:611
#, c-format
msgid "error: could not rename %s (%s)"
msgstr ""
-#: lib/libalpm/add.c:669 lib/libalpm/add.c:688
+#: lib/libalpm/add.c:617 lib/libalpm/add.c:636
#, c-format
msgid "could not copy tempfile to %s (%s)"
msgstr ""
-#: lib/libalpm/add.c:670
+#: lib/libalpm/add.c:618
#, c-format
msgid "error: could not copy tempfile to %s (%s)"
msgstr ""
-#: lib/libalpm/add.c:674
+#: lib/libalpm/add.c:622
#, c-format
msgid "%s saved as %s.pacorig"
msgstr ""
-#: lib/libalpm/add.c:675
+#: lib/libalpm/add.c:623
#, c-format
msgid "warning: %s saved as %s"
msgstr ""
-#: lib/libalpm/add.c:685
+#: lib/libalpm/add.c:633
#, c-format
msgid "action: installing new file: %s"
msgstr ""
-#: lib/libalpm/add.c:695 lib/libalpm/add.c:701 lib/libalpm/add.c:706
+#: lib/libalpm/add.c:643 lib/libalpm/add.c:649 lib/libalpm/add.c:654
msgid "action: leaving existing file in place"
msgstr ""
-#: lib/libalpm/add.c:709
+#: lib/libalpm/add.c:657
msgid "action: keeping current file and installing new one with .pacnew ending"
msgstr ""
-#: lib/libalpm/add.c:712
+#: lib/libalpm/add.c:660
#, c-format
msgid "could not install %s as %s: %s"
msgstr ""
-#: lib/libalpm/add.c:713
+#: lib/libalpm/add.c:661
#, c-format
msgid "error: could not install %s as %s: %s"
msgstr ""
-#: lib/libalpm/add.c:715
+#: lib/libalpm/add.c:663
#, c-format
msgid "%s installed as %s"
msgstr ""
-#: lib/libalpm/add.c:716
+#: lib/libalpm/add.c:664
#, c-format
msgid "warning: %s installed as %s"
msgstr ""
-#: lib/libalpm/add.c:730
+#: lib/libalpm/add.c:678
#, c-format
msgid "%s is in NoUpgrade -- skipping"
msgstr ""
-#: lib/libalpm/add.c:731
+#: lib/libalpm/add.c:679
#, c-format
msgid "extracting %s as %s.pacnew"
msgstr ""
-#: lib/libalpm/add.c:732
+#: lib/libalpm/add.c:680
#, c-format
msgid "warning: extracting %s as %s.pacnew"
msgstr ""
-#: lib/libalpm/add.c:735
+#: lib/libalpm/add.c:683
#, c-format
msgid "extracting %s"
msgstr ""
-#: lib/libalpm/add.c:751
+#: lib/libalpm/add.c:699
#, c-format
msgid "error: could not extract %s (%s)"
msgstr ""
-#: lib/libalpm/add.c:763
+#: lib/libalpm/add.c:711
#, c-format
msgid "appending backup entry for %s"
msgstr ""
-#: lib/libalpm/add.c:795 lib/libalpm/add.c:797
+#: lib/libalpm/add.c:743 lib/libalpm/add.c:745
#, c-format
msgid "errors occurred while %s %s"
msgstr ""
-#: lib/libalpm/add.c:796 lib/libalpm/add.c:798
+#: lib/libalpm/add.c:744 lib/libalpm/add.c:746
msgid "upgrading"
msgstr ""
-#: lib/libalpm/add.c:796 lib/libalpm/add.c:798
+#: lib/libalpm/add.c:744 lib/libalpm/add.c:746
msgid "installing"
msgstr ""
-#: lib/libalpm/add.c:812 lib/libalpm/remove.c:321
+#: lib/libalpm/add.c:763
+#, c-format
+msgid "provision '%s' has been removed from package %s (%s => %s)"
+msgstr ""
+
+#: lib/libalpm/add.c:775
+#, c-format
+msgid "updating '%s' due to provision change (%s)"
+msgstr ""
+
+#: lib/libalpm/add.c:779 lib/libalpm/add.c:780
+#, c-format
+msgid "could not update provision '%s' from '%s'"
+msgstr ""
+
+#: lib/libalpm/add.c:793 lib/libalpm/remove.c:337
msgid "updating database"
msgstr ""
-#: lib/libalpm/add.c:813
+#: lib/libalpm/add.c:794
#, c-format
msgid "adding database entry '%s'"
msgstr ""
-#: lib/libalpm/add.c:816 lib/libalpm/add.c:818
+#: lib/libalpm/add.c:797 lib/libalpm/add.c:799
#, c-format
msgid "could not update database entry %s-%s"
msgstr ""
-#: lib/libalpm/add.c:824
+#: lib/libalpm/add.c:805
#, c-format
msgid "could not add entry '%s' in cache"
msgstr ""
-#: lib/libalpm/add.c:852 lib/libalpm/remove.c:341 lib/libalpm/sync.c:1046
+#: lib/libalpm/add.c:838 lib/libalpm/remove.c:364 lib/libalpm/sync.c:1038
#, c-format
msgid "running \"ldconfig -r %s\""
msgstr ""
@@ -316,157 +321,157 @@ msgstr ""
#: lib/libalpm/alpm.c:305
#, c-format
-msgid "flushing database %s/%s"
+msgid "flushing database %s%s"
msgstr ""
#: lib/libalpm/alpm.c:309
#, c-format
-msgid "could not remove database entry %s/%s"
+msgid "could not remove database entry %s%s"
msgstr ""
-#: lib/libalpm/alpm.c:479
+#: lib/libalpm/alpm.c:478
#, c-format
msgid "could not get sha1sum for package %s-%s"
msgstr ""
-#: lib/libalpm/alpm.c:485
+#: lib/libalpm/alpm.c:484
#, c-format
msgid "sha1sums for package %s-%s match"
msgstr ""
-#: lib/libalpm/alpm.c:488
+#: lib/libalpm/alpm.c:487
#, c-format
msgid "sha1sums do not match for package %s-%s"
msgstr ""
-#: lib/libalpm/alpm.c:523
+#: lib/libalpm/alpm.c:522
#, c-format
msgid "could not get md5sum for package %s-%s"
msgstr ""
-#: lib/libalpm/alpm.c:529
+#: lib/libalpm/alpm.c:528
#, c-format
msgid "md5sums for package %s-%s match"
msgstr ""
-#: lib/libalpm/alpm.c:532
+#: lib/libalpm/alpm.c:531
#, c-format
msgid "md5sums do not match for package %s-%s"
msgstr ""
-#: lib/libalpm/alpm.c:781
+#: lib/libalpm/alpm.c:780
#, c-format
msgid "could not remove lock file %s"
msgstr ""
-#: lib/libalpm/alpm.c:782
+#: lib/libalpm/alpm.c:781
#, c-format
msgid "warning: could not remove lock file %s"
msgstr ""
-#: lib/libalpm/alpm.c:917
+#: lib/libalpm/alpm.c:916
#, c-format
msgid "config: new section '%s'"
msgstr ""
-#: lib/libalpm/alpm.c:946
+#: lib/libalpm/alpm.c:945
msgid "config: nopassiveftp"
msgstr ""
-#: lib/libalpm/alpm.c:949
+#: lib/libalpm/alpm.c:948
msgid "config: usesyslog"
msgstr ""
-#: lib/libalpm/alpm.c:952
+#: lib/libalpm/alpm.c:951
msgid "config: chomp"
msgstr ""
-#: lib/libalpm/alpm.c:955
+#: lib/libalpm/alpm.c:954
msgid "config: usecolor"
msgstr ""
-#: lib/libalpm/alpm.c:964
+#: lib/libalpm/alpm.c:963
#, c-format
msgid "config: including %s"
msgstr ""
-#: lib/libalpm/alpm.c:974 lib/libalpm/alpm.c:979
+#: lib/libalpm/alpm.c:973 lib/libalpm/alpm.c:978
#, c-format
msgid "config: noupgrade: %s"
msgstr ""
-#: lib/libalpm/alpm.c:987 lib/libalpm/alpm.c:992
+#: lib/libalpm/alpm.c:986 lib/libalpm/alpm.c:991
#, c-format
msgid "config: noextract: %s"
msgstr ""
-#: lib/libalpm/alpm.c:1000 lib/libalpm/alpm.c:1005
+#: lib/libalpm/alpm.c:999 lib/libalpm/alpm.c:1004
#, c-format
msgid "config: ignorepkg: %s"
msgstr ""
-#: lib/libalpm/alpm.c:1013 lib/libalpm/alpm.c:1018
+#: lib/libalpm/alpm.c:1012 lib/libalpm/alpm.c:1017
#, c-format
msgid "config: holdpkg: %s"
msgstr ""
-#: lib/libalpm/alpm.c:1025
+#: lib/libalpm/alpm.c:1024
#, c-format
msgid "config: dbpath: %s"
msgstr ""
-#: lib/libalpm/alpm.c:1032
+#: lib/libalpm/alpm.c:1031
#, c-format
msgid "config: cachedir: %s"
msgstr ""
-#: lib/libalpm/alpm.c:1035
+#: lib/libalpm/alpm.c:1034
#, c-format
msgid "config: logfile: %s"
msgstr ""
-#: lib/libalpm/alpm.c:1038
+#: lib/libalpm/alpm.c:1037
#, c-format
msgid "config: xfercommand: %s"
msgstr ""
-#: lib/libalpm/alpm.c:1043
+#: lib/libalpm/alpm.c:1042
#, c-format
msgid "config: upgradedelay: %d"
msgstr ""
-#: lib/libalpm/alpm.c:1082 lib/libalpm/sync.c:129
+#: lib/libalpm/alpm.c:1080 lib/libalpm/sync.c:105
msgid "checking for package replacements"
msgstr ""
-#: lib/libalpm/alpm.c:1091 lib/libalpm/sync.c:138
+#: lib/libalpm/alpm.c:1091 lib/libalpm/sync.c:121
#, c-format
msgid "checking replacement '%s' for package '%s'"
msgstr ""
-#: lib/libalpm/alpm.c:1093 lib/libalpm/sync.c:140
+#: lib/libalpm/alpm.c:1094 lib/libalpm/sync.c:123
#, c-format
msgid "%s-%s: ignoring package upgrade (to be replaced by %s-%s)"
msgstr ""
-#: lib/libalpm/alpm.c:1127 lib/libalpm/sync.c:174
+#: lib/libalpm/alpm.c:1124 lib/libalpm/sync.c:158
#, c-format
msgid "%s-%s elected for upgrade (to be replaced by %s-%s)"
msgstr ""
-#: lib/libalpm/alpm.c:1148 lib/libalpm/sync.c:210
+#: lib/libalpm/alpm.c:1146 lib/libalpm/sync.c:192
#, c-format
msgid "'%s' not found in sync db -- skipping"
msgstr ""
-#: lib/libalpm/alpm.c:1162 lib/libalpm/sync.c:224 lib/libalpm/sync.c:502
+#: lib/libalpm/alpm.c:1160 lib/libalpm/sync.c:206 lib/libalpm/sync.c:493
#, c-format
msgid "'%s' is already elected for removal -- skipping"
msgstr ""
-#: lib/libalpm/alpm.c:1168 lib/libalpm/sync.c:235
+#: lib/libalpm/alpm.c:1166
#, c-format
-msgid "%s-%s elected for upgrade (%s => %s)"
+msgid "%s elected for upgrade (%s => %s)"
msgstr ""
#: lib/libalpm/be_files.c:58
@@ -489,129 +494,139 @@ msgstr ""
msgid "invalid name for dabatase entry '%s'"
msgstr ""
-#: lib/libalpm/be_files.c:213
+#: lib/libalpm/be_files.c:218
msgid "invalid package entry provided to _alpm_db_read, skipping"
msgstr ""
-#: lib/libalpm/be_files.c:218
+#: lib/libalpm/be_files.c:223
#, c-format
msgid ""
"request to read database info for a file-based package '%s', skipping..."
msgstr ""
-#: lib/libalpm/be_files.c:226
+#: lib/libalpm/be_files.c:231
#, c-format
msgid "loading package data for %s : level=%d"
msgstr ""
-#: lib/libalpm/be_files.c:234
+#: lib/libalpm/be_files.c:239
#, c-format
msgid "cannot find '%s-%s' in db '%s'"
msgstr ""
-#: lib/libalpm/be_files.c:242 lib/libalpm/be_files.c:392
-#: lib/libalpm/be_files.c:415 lib/libalpm/be_files.c:503
-#: lib/libalpm/be_files.c:592 lib/libalpm/be_files.c:619
-#: lib/libalpm/package.c:197
+#: lib/libalpm/be_files.c:247 lib/libalpm/be_files.c:393
+#: lib/libalpm/be_files.c:416 lib/libalpm/be_files.c:507
+#: lib/libalpm/be_files.c:596 lib/libalpm/be_files.c:623
+#: lib/libalpm/package.c:204
#, c-format
msgid "could not open file %s: %s"
msgstr ""
-#: lib/libalpm/be_files.c:500
+#: lib/libalpm/be_files.c:504
#, c-format
msgid "writing %s-%s DESC information back to db"
msgstr ""
-#: lib/libalpm/be_files.c:589
+#: lib/libalpm/be_files.c:593
#, c-format
msgid "writing %s-%s FILES information back to db"
msgstr ""
-#: lib/libalpm/be_files.c:616
+#: lib/libalpm/be_files.c:620
#, c-format
msgid "writing %s-%s DEPENDS information back to db"
msgstr ""
-#: lib/libalpm/cache.c:59
+#: lib/libalpm/cache.c:57
#, c-format
-msgid "loading package cache (infolevel=%#x) for repository '%s'"
+msgid "loading package cache for repository '%s'"
msgstr ""
-#: lib/libalpm/cache.c:64
+#: lib/libalpm/cache.c:62
#, c-format
msgid "adding '%s' to package cache for db '%s'"
msgstr ""
-#: lib/libalpm/cache.c:84
+#: lib/libalpm/cache.c:83
#, c-format
msgid "freeing package cache for repository '%s'"
msgstr ""
-#: lib/libalpm/cache.c:109
+#: lib/libalpm/cache.c:107
#, c-format
msgid "error: pkgcache is NULL for db '%s'"
msgstr ""
-#: lib/libalpm/cache.c:136
+#: lib/libalpm/cache.c:127
#, c-format
-msgid "package cache reloaded (infolevel=%#x) for repository '%s'"
+msgid "adding entry '%s' in '%s' cache"
msgstr ""
-#: lib/libalpm/cache.c:156
+#: lib/libalpm/cache.c:147
#, c-format
-msgid "adding entry '%s' in '%s' cache"
+msgid "removing entry '%s' from '%s' cache"
msgstr ""
-#: lib/libalpm/cache.c:182
+#: lib/libalpm/cache.c:154
#, c-format
-msgid "removing entry '%s' from '%s' cache"
+msgid "cannot remove entry '%s' from '%s' cache: not found"
msgstr ""
-#: lib/libalpm/cache.c:200
+#: lib/libalpm/cache.c:176
#, c-format
msgid "error: failed to get '%s' from NULL pkgcache"
msgstr ""
-#: lib/libalpm/cache.c:223
+#: lib/libalpm/cache.c:199
#, c-format
msgid "loading group cache for repository '%s'"
msgstr ""
-#: lib/libalpm/conflict.c:78
+#: lib/libalpm/conflict.c:68
#, c-format
-msgid "checkconflicts: targ '%s' vs db"
+msgid " found conflict '%s' : package '%s'"
msgstr ""
-#: lib/libalpm/conflict.c:87 lib/libalpm/conflict.c:101
+#: lib/libalpm/conflict.c:77
#, c-format
-msgid "targs vs db: found %s as a conflict for %s"
+msgid " found conflict '%s' : package '%s' provides '%s'"
msgstr ""
-#: lib/libalpm/conflict.c:114
+#: lib/libalpm/conflict.c:100 lib/libalpm/conflict.c:142
#, c-format
-msgid "checkconflicts: targ '%s' vs targs"
+msgid "package '%s' conflicts with itself - packaging error"
msgstr ""
-#: lib/libalpm/conflict.c:123 lib/libalpm/conflict.c:136
+#: lib/libalpm/conflict.c:106
#, c-format
-msgid "targs vs targs: found %s as a conflict for %s"
+msgid "checkconflicts: target '%s' vs db"
msgstr ""
-#: lib/libalpm/conflict.c:150
+#: lib/libalpm/conflict.c:148
#, c-format
-msgid "checkconflicts: db vs targ '%s'"
+msgid "checkconflicts: target '%s' vs all targets"
msgstr ""
-#: lib/libalpm/conflict.c:177 lib/libalpm/conflict.c:192
+#: lib/libalpm/conflict.c:180
#, c-format
-msgid "db vs targs: found %s as a conflict for %s"
+msgid "checkconflicts: db vs target '%s'"
msgstr ""
-#: lib/libalpm/conflict.c:296 lib/libalpm/deps.c:57 lib/libalpm/deps.c:598
-#: lib/libalpm/deps.c:638 lib/libalpm/group.c:43 lib/libalpm/handle.c:49
-#: lib/libalpm/package.c:80 lib/libalpm/sync.c:65 lib/libalpm/sync.c:607
-#: lib/libalpm/sync.c:623 lib/libalpm/sync.c:719 lib/libalpm/trans.c:52
-#: lib/libalpm/util.c:607 lib/libalpm/util.c:614
+#: lib/libalpm/conflict.c:200
+#, c-format
+msgid "target '%s' is also in target list, using NEW conflicts"
+msgstr ""
+
+#: lib/libalpm/conflict.c:256
+#, c-format
+msgid "\tCONFLICTS:: %s conflicts with %s"
+msgstr ""
+
+#: lib/libalpm/conflict.c:348 lib/libalpm/deps.c:57 lib/libalpm/deps.c:435
+#: lib/libalpm/deps.c:631 lib/libalpm/deps.c:671 lib/libalpm/group.c:43
+#: lib/libalpm/handle.c:49 lib/libalpm/package.c:80 lib/libalpm/sync.c:65
+#: lib/libalpm/sync.c:598 lib/libalpm/sync.c:614 lib/libalpm/sync.c:711
+#: lib/libalpm/trans.c:52 lib/libalpm/util.c:609 lib/libalpm/util.c:616
#, c-format
msgid "malloc failure: could not allocate %d bytes"
msgstr ""
@@ -621,26 +636,26 @@ msgstr ""
msgid "malloc failed: could not allocate %d bytes"
msgstr ""
-#: lib/libalpm/db.c:163
+#: lib/libalpm/db.c:165
msgid "attempt to re-register the 'local' DB"
msgstr ""
-#: lib/libalpm/db.c:171
+#: lib/libalpm/db.c:173
#, c-format
msgid "attempt to re-register the '%s' database, using existing"
msgstr ""
-#: lib/libalpm/db.c:177
+#: lib/libalpm/db.c:179
#, c-format
msgid "registering database '%s'"
msgstr ""
-#: lib/libalpm/db.c:182
+#: lib/libalpm/db.c:184
#, c-format
msgid "database directory '%s' does not exist -- try creating it"
msgstr ""
-#: lib/libalpm/db.c:193
+#: lib/libalpm/db.c:195
#, c-format
msgid "opening database '%s'"
msgstr ""
@@ -653,85 +668,95 @@ msgstr ""
msgid "possible dependency cycle detected"
msgstr ""
-#: lib/libalpm/deps.c:177
+#: lib/libalpm/deps.c:180
msgid "sorting dependencies finished"
msgstr ""
-#: lib/libalpm/deps.c:218 lib/libalpm/deps.c:275
+#: lib/libalpm/deps.c:222 lib/libalpm/deps.c:307
msgid "null package found in package list"
msgstr ""
-#: lib/libalpm/deps.c:223
+#: lib/libalpm/deps.c:227
#, c-format
msgid "cannot find package installed '%s'"
msgstr ""
-#: lib/libalpm/deps.c:257 lib/libalpm/deps.c:378
+#: lib/libalpm/deps.c:258
#, c-format
-msgid "checkdeps: found %s as required by %s"
+msgid "checkdeps: dependency '%s' has moved from '%s' to '%s'"
+msgstr ""
+
+#: lib/libalpm/deps.c:277
+#, c-format
+msgid "checkdeps: dependency '%s' satisfied by installed package '%s'"
msgstr ""
-#: lib/libalpm/deps.c:283
+#: lib/libalpm/deps.c:286
#, c-format
-msgid "no dependencies for target '%s'"
+msgid "checkdeps: updated '%s' won't satisfy a dependency of '%s'"
msgstr ""
-#: lib/libalpm/deps.c:329
+#: lib/libalpm/deps.c:356
#, c-format
msgid "missing dependency '%s' for package '%s'"
msgstr ""
-#: lib/libalpm/deps.c:452
+#: lib/libalpm/deps.c:406
+#, c-format
+msgid "checkdeps: found %s as required by %s"
+msgstr ""
+
+#: lib/libalpm/deps.c:482
#, c-format
msgid "excluding %s -- explicitly installed"
msgstr ""
-#: lib/libalpm/deps.c:499
+#: lib/libalpm/deps.c:529
#, c-format
msgid "cannot find package \"%s\" or anything that provides it!"
msgstr ""
-#: lib/libalpm/deps.c:508 lib/libalpm/deps.c:520
+#: lib/libalpm/deps.c:537 lib/libalpm/deps.c:548
#, c-format
msgid "adding '%s' to the targets"
msgstr ""
-#: lib/libalpm/deps.c:551
+#: lib/libalpm/deps.c:580
msgid "started resolving dependencies"
msgstr ""
-#: lib/libalpm/deps.c:569
+#: lib/libalpm/deps.c:598
#, c-format
msgid "%s provides dependency %s -- skipping"
msgstr ""
-#: lib/libalpm/deps.c:594
+#: lib/libalpm/deps.c:627
#, c-format
msgid ""
"cannot resolve dependencies for \"%s\" (\"%s\" is not in the package set)"
msgstr ""
-#: lib/libalpm/deps.c:611
+#: lib/libalpm/deps.c:644
#, c-format
msgid "dependency %s is already in the target list -- skipping"
msgstr ""
-#: lib/libalpm/deps.c:631
+#: lib/libalpm/deps.c:664
#, c-format
msgid "pulling dependency %s (needed by %s)"
msgstr ""
-#: lib/libalpm/deps.c:635
+#: lib/libalpm/deps.c:668
#, c-format
msgid "cannot resolve dependencies for \"%s\""
msgstr ""
-#: lib/libalpm/deps.c:651
+#: lib/libalpm/deps.c:684
#, c-format
msgid "dependency cycle detected: %s"
msgstr ""
-#: lib/libalpm/deps.c:655
+#: lib/libalpm/deps.c:688
msgid "finished resolving dependencies"
msgstr ""
@@ -827,7 +852,7 @@ msgstr ""
msgid "operation not compatible with the transaction type"
msgstr ""
-#: lib/libalpm/error.c:91 lib/libalpm/sync.c:985
+#: lib/libalpm/error.c:91 lib/libalpm/sync.c:977
msgid "could not commit transaction"
msgstr ""
@@ -964,69 +989,69 @@ msgstr ""
msgid "%s: forcing upgrade to version %s"
msgstr ""
-#: lib/libalpm/package.c:152
+#: lib/libalpm/package.c:153
#, c-format
msgid "%s: local (%s) is newer than %s (%s)"
msgstr ""
-#: lib/libalpm/package.c:159
+#: lib/libalpm/package.c:161
#, c-format
msgid "%s-%s: ignoring package upgrade (%s)"
msgstr ""
-#: lib/libalpm/package.c:163
+#: lib/libalpm/package.c:167
#, c-format
msgid "%s-%s: delaying upgrade of package (%s)"
msgstr ""
-#: lib/libalpm/package.c:168
-#, c-format
-msgid "compare versions for %s: %s vs %s, result=%d"
-msgstr ""
-
-#: lib/libalpm/package.c:211 lib/libalpm/package.c:270
+#: lib/libalpm/package.c:218 lib/libalpm/package.c:277
#, c-format
msgid "%s: syntax error in description file line %d"
msgstr ""
-#: lib/libalpm/package.c:344
+#: lib/libalpm/package.c:351
msgid "could not parse the package description file"
msgstr ""
-#: lib/libalpm/package.c:348
+#: lib/libalpm/package.c:355
#, c-format
msgid "missing package name in %s"
msgstr ""
-#: lib/libalpm/package.c:352
+#: lib/libalpm/package.c:359
#, c-format
msgid "missing package version in %s"
msgstr ""
-#: lib/libalpm/package.c:387
+#: lib/libalpm/package.c:394
#, c-format
msgid "could not remove tempfile %s"
msgstr ""
-#: lib/libalpm/package.c:400 lib/libalpm/package.c:407
+#: lib/libalpm/package.c:407 lib/libalpm/package.c:414
#, c-format
msgid "error while reading package: %s"
msgstr ""
-#: lib/libalpm/package.c:413
+#: lib/libalpm/package.c:420
msgid "missing package metadata"
msgstr ""
-#: lib/libalpm/package.c:420
+#: lib/libalpm/package.c:427
#, c-format
msgid "missing package filelist in %s, generating one"
msgstr ""
-#: lib/libalpm/package.c:547
+#: lib/libalpm/package.c:560
#, c-format
msgid "adding '%s' in requiredby field for '%s'"
msgstr ""
+#: lib/libalpm/package.c:571
+#, c-format
+msgid "adding '%s' in requiredby field for '%s' (provides: %s)"
+msgstr ""
+
#: lib/libalpm/remove.c:78
#, c-format
msgid "could not find %s in database"
@@ -1101,247 +1126,263 @@ msgstr ""
msgid "cannot remove file %s: %s"
msgstr ""
-#: lib/libalpm/remove.c:286
+#: lib/libalpm/remove.c:291
#, c-format
msgid "removing package %s-%s"
msgstr ""
-#: lib/libalpm/remove.c:298
+#: lib/libalpm/remove.c:308
#, c-format
msgid "not removing package '%s', can't remove all files"
msgstr ""
-#: lib/libalpm/remove.c:304
-msgid "removing files"
+#: lib/libalpm/remove.c:315
+#, c-format
+msgid "removing %d files"
msgstr ""
-#: lib/libalpm/remove.c:322
+#: lib/libalpm/remove.c:338
#, c-format
msgid "removing database entry '%s'"
msgstr ""
-#: lib/libalpm/remove.c:324
+#: lib/libalpm/remove.c:340
#, c-format
msgid "could not remove database entry %s-%s"
msgstr ""
-#: lib/libalpm/remove.c:327
+#: lib/libalpm/remove.c:345
#, c-format
msgid "could not remove entry '%s' from cache"
msgstr ""
-#: lib/libalpm/sync.c:199
+#: lib/libalpm/sync.c:181
msgid "checking for package upgrades"
msgstr ""
-#: lib/libalpm/sync.c:232
+#: lib/libalpm/sync.c:213
#, c-format
-msgid "%s-%s: ignoring package upgrade (%s => %s)"
+msgid "%s-%s elected for upgrade (%s => %s)"
msgstr ""
-#: lib/libalpm/sync.c:281
+#: lib/libalpm/sync.c:260
#, c-format
msgid "searching for target in repo '%s'"
msgstr ""
-#: lib/libalpm/sync.c:290 lib/libalpm/sync.c:313
+#: lib/libalpm/sync.c:268 lib/libalpm/sync.c:291
#, c-format
msgid "target '%s' not found -- looking for provisions"
msgstr ""
-#: lib/libalpm/sync.c:295 lib/libalpm/sync.c:318
+#: lib/libalpm/sync.c:273 lib/libalpm/sync.c:296
#, c-format
msgid "found '%s' as a provision for '%s'"
msgstr ""
-#: lib/libalpm/sync.c:302
+#: lib/libalpm/sync.c:280
#, c-format
msgid "repository '%s' not found"
msgstr ""
-#: lib/libalpm/sync.c:336
+#: lib/libalpm/sync.c:321
#, c-format
msgid "%s-%s is up to date -- skipping"
msgstr ""
-#: lib/libalpm/sync.c:356
+#: lib/libalpm/sync.c:344
#, c-format
msgid "adding target '%s' to the transaction set"
msgstr ""
-#: lib/libalpm/sync.c:401
+#: lib/libalpm/sync.c:392
msgid "resolving target's dependencies"
msgstr ""
-#: lib/libalpm/sync.c:421
+#: lib/libalpm/sync.c:412
#, c-format
msgid "adding package %s-%s to the transaction targets"
msgstr ""
-#: lib/libalpm/sync.c:456
+#: lib/libalpm/sync.c:447
msgid "looking for unresolvable dependencies"
msgstr ""
-#: lib/libalpm/sync.c:487
+#: lib/libalpm/sync.c:478
#, c-format
-msgid "package '%s' is conflicting with '%s'"
+msgid "package '%s' conflicts with '%s'"
msgstr ""
-#: lib/libalpm/sync.c:509
+#: lib/libalpm/sync.c:500
#, c-format
msgid "'%s' not found in transaction set -- skipping"
msgstr ""
-#: lib/libalpm/sync.c:520
+#: lib/libalpm/sync.c:511
#, c-format
msgid "package '%s' provides its own conflict"
msgstr ""
-#: lib/libalpm/sync.c:543 lib/libalpm/sync.c:548
+#: lib/libalpm/sync.c:534 lib/libalpm/sync.c:539
#, c-format
msgid "'%s' is in the target list -- keeping it"
msgstr ""
-#: lib/libalpm/sync.c:560 lib/libalpm/sync.c:597
+#: lib/libalpm/sync.c:551 lib/libalpm/sync.c:588
#, c-format
msgid "removing '%s' from target list"
msgstr ""
-#: lib/libalpm/sync.c:569
+#: lib/libalpm/sync.c:560
#, c-format
msgid "resolving package '%s' conflict"
msgstr ""
-#: lib/libalpm/sync.c:592
+#: lib/libalpm/sync.c:583
#, c-format
msgid "electing '%s' for removal"
msgstr ""
-#: lib/libalpm/sync.c:603 lib/libalpm/sync.c:619
+#: lib/libalpm/sync.c:594 lib/libalpm/sync.c:610
msgid "unresolvable package conflicts detected"
msgstr ""
-#: lib/libalpm/sync.c:671
+#: lib/libalpm/sync.c:662
msgid "checking dependencies of packages designated for removal"
msgstr ""
-#: lib/libalpm/sync.c:685
+#: lib/libalpm/sync.c:676
msgid "something has gone horribly wrong"
msgstr ""
-#: lib/libalpm/sync.c:704
+#: lib/libalpm/sync.c:696
#, c-format
msgid "found '%s' as a provision for '%s' -- conflict aborted"
msgstr ""
-#: lib/libalpm/sync.c:800
+#: lib/libalpm/sync.c:792
#, c-format
msgid "%s is already in the cache\n"
msgstr ""
-#: lib/libalpm/sync.c:811
+#: lib/libalpm/sync.c:803
#, c-format
msgid "no %s cache exists. creating...\n"
msgstr ""
-#: lib/libalpm/sync.c:812
+#: lib/libalpm/sync.c:804
#, c-format
msgid "warning: no %s cache exists. creating..."
msgstr ""
-#: lib/libalpm/sync.c:817
+#: lib/libalpm/sync.c:809
msgid "couldn't create package cache, using /tmp instead\n"
msgstr ""
-#: lib/libalpm/sync.c:818
+#: lib/libalpm/sync.c:810
msgid "warning: couldn't create package cache, using /tmp instead"
msgstr ""
-#: lib/libalpm/sync.c:825
+#: lib/libalpm/sync.c:817
#, c-format
msgid "failed to retrieve some files from %s\n"
msgstr ""
-#: lib/libalpm/sync.c:854 lib/libalpm/sync.c:866
+#: lib/libalpm/sync.c:846 lib/libalpm/sync.c:858
#, c-format
msgid "can't get md5 or sha1 checksum for package %s\n"
msgstr ""
-#: lib/libalpm/sync.c:885
+#: lib/libalpm/sync.c:877
#, c-format
msgid "archive %s was corrupted (bad MD5 or SHA1 checksum)\n"
msgstr ""
-#: lib/libalpm/sync.c:887
+#: lib/libalpm/sync.c:879
#, c-format
msgid "archive %s is corrupted (bad MD5 or SHA1 checksum)\n"
msgstr ""
-#: lib/libalpm/sync.c:908
+#: lib/libalpm/sync.c:900
msgid "could not create removal transaction"
msgstr ""
-#: lib/libalpm/sync.c:914
+#: lib/libalpm/sync.c:906
msgid "could not initialize the removal transaction"
msgstr ""
-#: lib/libalpm/sync.c:934
+#: lib/libalpm/sync.c:926
msgid "removing conflicting and to-be-replaced packages"
msgstr ""
-#: lib/libalpm/sync.c:936
+#: lib/libalpm/sync.c:928
msgid "could not prepare removal transaction"
msgstr ""
-#: lib/libalpm/sync.c:942
+#: lib/libalpm/sync.c:934
msgid "could not commit removal transaction"
msgstr ""
-#: lib/libalpm/sync.c:949
+#: lib/libalpm/sync.c:941
msgid "installing packages"
msgstr ""
-#: lib/libalpm/sync.c:952
+#: lib/libalpm/sync.c:944
msgid "could not create transaction"
msgstr ""
-#: lib/libalpm/sync.c:957
+#: lib/libalpm/sync.c:949
msgid "could not initialize transaction"
msgstr ""
-#: lib/libalpm/sync.c:980
+#: lib/libalpm/sync.c:972
msgid "could not prepare transaction"
msgstr ""
-#: lib/libalpm/sync.c:992
+#: lib/libalpm/sync.c:984
msgid "updating database for replaced packages' dependencies"
msgstr ""
-#: lib/libalpm/sync.c:1021
+#: lib/libalpm/sync.c:1013
#, c-format
msgid "could not update requiredby for database entry %s-%s"
msgstr ""
-#: lib/libalpm/sync.c:1030
+#: lib/libalpm/sync.c:1022
#, c-format
msgid "could not update new database entry %s-%s"
msgstr ""
-#: lib/libalpm/trans.c:262
-msgid "updating dependency packages 'requiredby' fields"
+#: lib/libalpm/sync.c:1062
+#, c-format
+msgid "found package '%s-%s' in sync"
+msgstr ""
+
+#: lib/libalpm/sync.c:1068
+#, c-format
+msgid "package '%s' not found in sync"
msgstr ""
-#: lib/libalpm/trans.c:299 lib/libalpm/trans.c:323
+#: lib/libalpm/trans.c:264
+#, c-format
+msgid "updating dependency packages 'requiredby' fields for %s-%s"
+msgstr ""
+
+#: lib/libalpm/trans.c:267
+msgid "package has no dependencies, no other packages to update"
+msgstr ""
+
+#: lib/libalpm/trans.c:304 lib/libalpm/trans.c:330
#, c-format
msgid "updating 'requiredby' field for package '%s'"
msgstr ""
-#: lib/libalpm/trans.c:309 lib/libalpm/trans.c:333
+#: lib/libalpm/trans.c:315 lib/libalpm/trans.c:341
#, c-format
msgid "could not update 'requiredby' database entry %s-%s"
msgstr ""
-#: lib/libalpm/trans.c:315
+#: lib/libalpm/trans.c:322
#, c-format
msgid "could not find dependency '%s'"
msgstr ""
@@ -1361,61 +1402,61 @@ msgstr ""
msgid "logaction called: %s"
msgstr ""
-#: lib/libalpm/util.c:441
+#: lib/libalpm/util.c:443
msgid "could not create temp directory"
msgstr ""
-#: lib/libalpm/util.c:468
+#: lib/libalpm/util.c:470
#, c-format
msgid "could not change directory to %s (%s)"
msgstr ""
-#: lib/libalpm/util.c:471
+#: lib/libalpm/util.c:473
#, c-format
msgid "executing %s script..."
msgstr ""
-#: lib/libalpm/util.c:484
+#: lib/libalpm/util.c:486
#, c-format
msgid "could not fork a new process (%s)"
msgstr ""
-#: lib/libalpm/util.c:491
+#: lib/libalpm/util.c:493
#, c-format
msgid "chrooting in %s"
msgstr ""
-#: lib/libalpm/util.c:493
+#: lib/libalpm/util.c:495
#, c-format
msgid "could not change the root directory (%s)"
msgstr ""
-#: lib/libalpm/util.c:497
+#: lib/libalpm/util.c:499
#, c-format
msgid "could not change directory to / (%s)"
msgstr ""
-#: lib/libalpm/util.c:501
+#: lib/libalpm/util.c:503
#, c-format
msgid "executing \"%s\""
msgstr ""
-#: lib/libalpm/util.c:504
+#: lib/libalpm/util.c:506
#, c-format
msgid "call to popen failed (%s)"
msgstr ""
-#: lib/libalpm/util.c:536
+#: lib/libalpm/util.c:538
#, c-format
msgid "call to waitpid failed (%s)"
msgstr ""
-#: lib/libalpm/util.c:545
+#: lib/libalpm/util.c:547
#, c-format
msgid "could not remove tmpdir %s"
msgstr ""
-#: lib/libalpm/util.c:602
+#: lib/libalpm/util.c:604
#, c-format
msgid "check_freespace: total pkg size: %lld, disk space: %lld"
msgstr ""
@@ -1425,7 +1466,7 @@ msgstr ""
msgid "depcmp: %s-%s %s %s-%s => %s"
msgstr ""
-#: lib/libalpm/versioncmp.c:281
+#: lib/libalpm/versioncmp.c:282
#, 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
index 17499c85..975eec41 100644
--- a/lib/libalpm/po/pt_BR.po
+++ b/lib/libalpm/po/pt_BR.po
@@ -7,7 +7,7 @@ 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-22 11:13-0500\n"
+"POT-Creation-Date: 2007-03-03 23:42-0600\n"
"PO-Revision-Date: 2007-02-06 20:16-0500\n"
"Last-Translator: Dan McGee <pacman-dev@archlinux.org>\n"
"MIME-Version: 1.0\n"
@@ -15,259 +15,264 @@ msgstr ""
"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
+#: lib/libalpm/add.c:75
#, c-format
msgid "loading target '%s'"
msgstr ""
-#: lib/libalpm/add.c:174
+#: lib/libalpm/add.c:120
#, c-format
msgid "replacing older version %s-%s by %s in target list"
msgstr ""
-#: lib/libalpm/add.c:183
+#: lib/libalpm/add.c:129
#, c-format
msgid "newer version %s-%s is in the target list -- skipping"
msgstr ""
-#: lib/libalpm/add.c:190
+#: lib/libalpm/add.c:136
#, c-format
msgid "reading '%s' metadata"
msgstr ""
-#: lib/libalpm/add.c:243 lib/libalpm/remove.c:110
+#: lib/libalpm/add.c:189 lib/libalpm/remove.c:110
msgid "looking for unsatisfied dependencies"
msgstr ""
-#: lib/libalpm/add.c:255 lib/libalpm/sync.c:476
+#: lib/libalpm/add.c:201 lib/libalpm/sync.c:467
msgid "looking for conflicts"
msgstr ""
-#: lib/libalpm/add.c:260
+#: lib/libalpm/add.c:206
msgid "replacing packages with -A and -U is not supported yet"
msgstr ""
-#: lib/libalpm/add.c:261
+#: lib/libalpm/add.c:207
#, c-format
msgid "please remove '%s' first, using -Rd"
msgstr ""
-#: lib/libalpm/add.c:302 lib/libalpm/remove.c:146
+#: lib/libalpm/add.c:248 lib/libalpm/remove.c:146
msgid "sorting by dependencies"
msgstr ""
-#: lib/libalpm/add.c:314
+#: lib/libalpm/add.c:260
msgid "cleaning up"
msgstr ""
-#: lib/libalpm/add.c:329
+#: lib/libalpm/add.c:275
msgid "looking for file conflicts"
msgstr ""
-#: lib/libalpm/add.c:394
+#: lib/libalpm/add.c:340
#, c-format
msgid "upgrading package %s-%s"
msgstr ""
-#: lib/libalpm/add.c:417
+#: lib/libalpm/add.c:364
#, c-format
msgid "adding package %s-%s"
msgstr ""
-#: lib/libalpm/add.c:430
+#: lib/libalpm/add.c:377
#, c-format
msgid "removing old package first (%s-%s)"
msgstr ""
-#: lib/libalpm/add.c:457
+#: lib/libalpm/add.c:405
#, c-format
-msgid "adding %s to the NoUpgrade array temporarilly"
+msgid "adding %s to the NoUpgrade array temporarily"
msgstr ""
-#: lib/libalpm/add.c:475
+#: lib/libalpm/add.c:423
msgid "extracting files"
msgstr ""
-#: lib/libalpm/add.c:490 lib/libalpm/util.c:461
+#: lib/libalpm/add.c:438 lib/libalpm/util.c:463
msgid "could not get current working directory"
msgstr ""
-#: lib/libalpm/add.c:546
+#: lib/libalpm/add.c:494 lib/libalpm/add.c:495
#, c-format
msgid "%s is in NoExtract, skipping extraction"
msgstr ""
-#: lib/libalpm/add.c:547
-#, c-format
-msgid "notice: %s is in NoExtract -- skipping extraction"
-msgstr ""
-
-#: lib/libalpm/add.c:554
+#: lib/libalpm/add.c:502
#, c-format
msgid "%s is in trans->skip_add, skipping extraction"
msgstr ""
-#: lib/libalpm/add.c:600 lib/libalpm/add.c:601 lib/libalpm/add.c:750
+#: lib/libalpm/add.c:548 lib/libalpm/add.c:549 lib/libalpm/add.c:698
#, c-format
msgid "could not extract %s (%s)"
msgstr ""
-#: lib/libalpm/add.c:644
+#: lib/libalpm/add.c:592
#, c-format
msgid "checking md5 hashes for %s"
msgstr ""
-#: lib/libalpm/add.c:646
+#: lib/libalpm/add.c:594
#, c-format
msgid "checking sha1 hashes for %s"
msgstr ""
-#: lib/libalpm/add.c:648
+#: lib/libalpm/add.c:596
#, c-format
msgid "current: %s"
msgstr ""
-#: lib/libalpm/add.c:649
+#: lib/libalpm/add.c:597
#, c-format
msgid "new: %s"
msgstr ""
-#: lib/libalpm/add.c:650
+#: lib/libalpm/add.c:598
#, c-format
msgid "original: %s"
msgstr ""
-#: lib/libalpm/add.c:662
+#: lib/libalpm/add.c:610
#, c-format
msgid "could not rename %s (%s)"
msgstr ""
-#: lib/libalpm/add.c:663
+#: lib/libalpm/add.c:611
#, c-format
msgid "error: could not rename %s (%s)"
msgstr ""
-#: lib/libalpm/add.c:669 lib/libalpm/add.c:688
+#: lib/libalpm/add.c:617 lib/libalpm/add.c:636
#, c-format
msgid "could not copy tempfile to %s (%s)"
msgstr ""
-#: lib/libalpm/add.c:670
+#: lib/libalpm/add.c:618
#, c-format
msgid "error: could not copy tempfile to %s (%s)"
msgstr ""
-#: lib/libalpm/add.c:674
+#: lib/libalpm/add.c:622
#, c-format
msgid "%s saved as %s.pacorig"
msgstr ""
-#: lib/libalpm/add.c:675
+#: lib/libalpm/add.c:623
#, c-format
msgid "warning: %s saved as %s"
msgstr ""
-#: lib/libalpm/add.c:685
+#: lib/libalpm/add.c:633
#, c-format
msgid "action: installing new file: %s"
msgstr ""
-#: lib/libalpm/add.c:695 lib/libalpm/add.c:701 lib/libalpm/add.c:706
+#: lib/libalpm/add.c:643 lib/libalpm/add.c:649 lib/libalpm/add.c:654
msgid "action: leaving existing file in place"
msgstr ""
-#: lib/libalpm/add.c:709
+#: lib/libalpm/add.c:657
msgid "action: keeping current file and installing new one with .pacnew ending"
msgstr ""
-#: lib/libalpm/add.c:712
+#: lib/libalpm/add.c:660
#, c-format
msgid "could not install %s as %s: %s"
msgstr ""
-#: lib/libalpm/add.c:713
+#: lib/libalpm/add.c:661
#, c-format
msgid "error: could not install %s as %s: %s"
msgstr ""
-#: lib/libalpm/add.c:715
+#: lib/libalpm/add.c:663
#, c-format
msgid "%s installed as %s"
msgstr ""
-#: lib/libalpm/add.c:716
+#: lib/libalpm/add.c:664
#, c-format
msgid "warning: %s installed as %s"
msgstr ""
-#: lib/libalpm/add.c:730
+#: lib/libalpm/add.c:678
#, c-format
msgid "%s is in NoUpgrade -- skipping"
msgstr ""
-#: lib/libalpm/add.c:731
+#: lib/libalpm/add.c:679
#, c-format
msgid "extracting %s as %s.pacnew"
msgstr ""
-#: lib/libalpm/add.c:732
+#: lib/libalpm/add.c:680
#, c-format
msgid "warning: extracting %s as %s.pacnew"
msgstr ""
-#: lib/libalpm/add.c:735
+#: lib/libalpm/add.c:683
#, c-format
msgid "extracting %s"
msgstr ""
-#: lib/libalpm/add.c:751
+#: lib/libalpm/add.c:699
#, c-format
msgid "error: could not extract %s (%s)"
msgstr ""
-#: lib/libalpm/add.c:763
+#: lib/libalpm/add.c:711
#, c-format
msgid "appending backup entry for %s"
msgstr ""
-#: lib/libalpm/add.c:795 lib/libalpm/add.c:797
+#: lib/libalpm/add.c:743 lib/libalpm/add.c:745
#, c-format
msgid "errors occurred while %s %s"
msgstr ""
-#: lib/libalpm/add.c:796 lib/libalpm/add.c:798
+#: lib/libalpm/add.c:744 lib/libalpm/add.c:746
msgid "upgrading"
msgstr ""
-#: lib/libalpm/add.c:796 lib/libalpm/add.c:798
+#: lib/libalpm/add.c:744 lib/libalpm/add.c:746
msgid "installing"
msgstr ""
-#: lib/libalpm/add.c:812 lib/libalpm/remove.c:321
+#: lib/libalpm/add.c:763
+#, c-format
+msgid "provision '%s' has been removed from package %s (%s => %s)"
+msgstr ""
+
+#: lib/libalpm/add.c:775
+#, c-format
+msgid "updating '%s' due to provision change (%s)"
+msgstr ""
+
+#: lib/libalpm/add.c:779 lib/libalpm/add.c:780
+#, c-format
+msgid "could not update provision '%s' from '%s'"
+msgstr ""
+
+#: lib/libalpm/add.c:793 lib/libalpm/remove.c:337
msgid "updating database"
msgstr ""
-#: lib/libalpm/add.c:813
+#: lib/libalpm/add.c:794
#, c-format
msgid "adding database entry '%s'"
msgstr ""
-#: lib/libalpm/add.c:816 lib/libalpm/add.c:818
+#: lib/libalpm/add.c:797 lib/libalpm/add.c:799
#, c-format
msgid "could not update database entry %s-%s"
msgstr ""
-#: lib/libalpm/add.c:824
+#: lib/libalpm/add.c:805
#, c-format
msgid "could not add entry '%s' in cache"
msgstr ""
-#: lib/libalpm/add.c:852 lib/libalpm/remove.c:341 lib/libalpm/sync.c:1046
+#: lib/libalpm/add.c:838 lib/libalpm/remove.c:364 lib/libalpm/sync.c:1038
#, c-format
msgid "running \"ldconfig -r %s\""
msgstr ""
@@ -315,157 +320,157 @@ msgstr ""
#: lib/libalpm/alpm.c:305
#, c-format
-msgid "flushing database %s/%s"
+msgid "flushing database %s%s"
msgstr ""
#: lib/libalpm/alpm.c:309
#, c-format
-msgid "could not remove database entry %s/%s"
+msgid "could not remove database entry %s%s"
msgstr ""
-#: lib/libalpm/alpm.c:479
+#: lib/libalpm/alpm.c:478
#, c-format
msgid "could not get sha1sum for package %s-%s"
msgstr ""
-#: lib/libalpm/alpm.c:485
+#: lib/libalpm/alpm.c:484
#, c-format
msgid "sha1sums for package %s-%s match"
msgstr ""
-#: lib/libalpm/alpm.c:488
+#: lib/libalpm/alpm.c:487
#, c-format
msgid "sha1sums do not match for package %s-%s"
msgstr ""
-#: lib/libalpm/alpm.c:523
+#: lib/libalpm/alpm.c:522
#, c-format
msgid "could not get md5sum for package %s-%s"
msgstr ""
-#: lib/libalpm/alpm.c:529
+#: lib/libalpm/alpm.c:528
#, c-format
msgid "md5sums for package %s-%s match"
msgstr ""
-#: lib/libalpm/alpm.c:532
+#: lib/libalpm/alpm.c:531
#, c-format
msgid "md5sums do not match for package %s-%s"
msgstr ""
-#: lib/libalpm/alpm.c:781
+#: lib/libalpm/alpm.c:780
#, c-format
msgid "could not remove lock file %s"
msgstr ""
-#: lib/libalpm/alpm.c:782
+#: lib/libalpm/alpm.c:781
#, c-format
msgid "warning: could not remove lock file %s"
msgstr ""
-#: lib/libalpm/alpm.c:917
+#: lib/libalpm/alpm.c:916
#, c-format
msgid "config: new section '%s'"
msgstr ""
-#: lib/libalpm/alpm.c:946
+#: lib/libalpm/alpm.c:945
msgid "config: nopassiveftp"
msgstr ""
-#: lib/libalpm/alpm.c:949
+#: lib/libalpm/alpm.c:948
msgid "config: usesyslog"
msgstr ""
-#: lib/libalpm/alpm.c:952
+#: lib/libalpm/alpm.c:951
msgid "config: chomp"
msgstr ""
-#: lib/libalpm/alpm.c:955
+#: lib/libalpm/alpm.c:954
msgid "config: usecolor"
msgstr ""
-#: lib/libalpm/alpm.c:964
+#: lib/libalpm/alpm.c:963
#, c-format
msgid "config: including %s"
msgstr ""
-#: lib/libalpm/alpm.c:974 lib/libalpm/alpm.c:979
+#: lib/libalpm/alpm.c:973 lib/libalpm/alpm.c:978
#, c-format
msgid "config: noupgrade: %s"
msgstr ""
-#: lib/libalpm/alpm.c:987 lib/libalpm/alpm.c:992
+#: lib/libalpm/alpm.c:986 lib/libalpm/alpm.c:991
#, c-format
msgid "config: noextract: %s"
msgstr ""
-#: lib/libalpm/alpm.c:1000 lib/libalpm/alpm.c:1005
+#: lib/libalpm/alpm.c:999 lib/libalpm/alpm.c:1004
#, c-format
msgid "config: ignorepkg: %s"
msgstr ""
-#: lib/libalpm/alpm.c:1013 lib/libalpm/alpm.c:1018
+#: lib/libalpm/alpm.c:1012 lib/libalpm/alpm.c:1017
#, c-format
msgid "config: holdpkg: %s"
msgstr ""
-#: lib/libalpm/alpm.c:1025
+#: lib/libalpm/alpm.c:1024
#, c-format
msgid "config: dbpath: %s"
msgstr ""
-#: lib/libalpm/alpm.c:1032
+#: lib/libalpm/alpm.c:1031
#, c-format
msgid "config: cachedir: %s"
msgstr ""
-#: lib/libalpm/alpm.c:1035
+#: lib/libalpm/alpm.c:1034
#, c-format
msgid "config: logfile: %s"
msgstr ""
-#: lib/libalpm/alpm.c:1038
+#: lib/libalpm/alpm.c:1037
#, c-format
msgid "config: xfercommand: %s"
msgstr ""
-#: lib/libalpm/alpm.c:1043
+#: lib/libalpm/alpm.c:1042
#, c-format
msgid "config: upgradedelay: %d"
msgstr ""
-#: lib/libalpm/alpm.c:1082 lib/libalpm/sync.c:129
+#: lib/libalpm/alpm.c:1080 lib/libalpm/sync.c:105
msgid "checking for package replacements"
msgstr ""
-#: lib/libalpm/alpm.c:1091 lib/libalpm/sync.c:138
+#: lib/libalpm/alpm.c:1091 lib/libalpm/sync.c:121
#, c-format
msgid "checking replacement '%s' for package '%s'"
msgstr ""
-#: lib/libalpm/alpm.c:1093 lib/libalpm/sync.c:140
+#: lib/libalpm/alpm.c:1094 lib/libalpm/sync.c:123
#, c-format
msgid "%s-%s: ignoring package upgrade (to be replaced by %s-%s)"
msgstr ""
-#: lib/libalpm/alpm.c:1127 lib/libalpm/sync.c:174
+#: lib/libalpm/alpm.c:1124 lib/libalpm/sync.c:158
#, c-format
msgid "%s-%s elected for upgrade (to be replaced by %s-%s)"
msgstr ""
-#: lib/libalpm/alpm.c:1148 lib/libalpm/sync.c:210
+#: lib/libalpm/alpm.c:1146 lib/libalpm/sync.c:192
#, c-format
msgid "'%s' not found in sync db -- skipping"
msgstr ""
-#: lib/libalpm/alpm.c:1162 lib/libalpm/sync.c:224 lib/libalpm/sync.c:502
+#: lib/libalpm/alpm.c:1160 lib/libalpm/sync.c:206 lib/libalpm/sync.c:493
#, c-format
msgid "'%s' is already elected for removal -- skipping"
msgstr ""
-#: lib/libalpm/alpm.c:1168 lib/libalpm/sync.c:235
+#: lib/libalpm/alpm.c:1166
#, c-format
-msgid "%s-%s elected for upgrade (%s => %s)"
+msgid "%s elected for upgrade (%s => %s)"
msgstr ""
#: lib/libalpm/be_files.c:58
@@ -488,129 +493,139 @@ msgstr ""
msgid "invalid name for dabatase entry '%s'"
msgstr ""
-#: lib/libalpm/be_files.c:213
+#: lib/libalpm/be_files.c:218
msgid "invalid package entry provided to _alpm_db_read, skipping"
msgstr ""
-#: lib/libalpm/be_files.c:218
+#: lib/libalpm/be_files.c:223
#, c-format
msgid ""
"request to read database info for a file-based package '%s', skipping..."
msgstr ""
-#: lib/libalpm/be_files.c:226
+#: lib/libalpm/be_files.c:231
#, c-format
msgid "loading package data for %s : level=%d"
msgstr ""
-#: lib/libalpm/be_files.c:234
+#: lib/libalpm/be_files.c:239
#, c-format
msgid "cannot find '%s-%s' in db '%s'"
msgstr ""
-#: lib/libalpm/be_files.c:242 lib/libalpm/be_files.c:392
-#: lib/libalpm/be_files.c:415 lib/libalpm/be_files.c:503
-#: lib/libalpm/be_files.c:592 lib/libalpm/be_files.c:619
-#: lib/libalpm/package.c:197
+#: lib/libalpm/be_files.c:247 lib/libalpm/be_files.c:393
+#: lib/libalpm/be_files.c:416 lib/libalpm/be_files.c:507
+#: lib/libalpm/be_files.c:596 lib/libalpm/be_files.c:623
+#: lib/libalpm/package.c:204
#, c-format
msgid "could not open file %s: %s"
msgstr ""
-#: lib/libalpm/be_files.c:500
+#: lib/libalpm/be_files.c:504
#, c-format
msgid "writing %s-%s DESC information back to db"
msgstr ""
-#: lib/libalpm/be_files.c:589
+#: lib/libalpm/be_files.c:593
#, c-format
msgid "writing %s-%s FILES information back to db"
msgstr ""
-#: lib/libalpm/be_files.c:616
+#: lib/libalpm/be_files.c:620
#, c-format
msgid "writing %s-%s DEPENDS information back to db"
msgstr ""
-#: lib/libalpm/cache.c:59
+#: lib/libalpm/cache.c:57
#, c-format
-msgid "loading package cache (infolevel=%#x) for repository '%s'"
+msgid "loading package cache for repository '%s'"
msgstr ""
-#: lib/libalpm/cache.c:64
+#: lib/libalpm/cache.c:62
#, c-format
msgid "adding '%s' to package cache for db '%s'"
msgstr ""
-#: lib/libalpm/cache.c:84
+#: lib/libalpm/cache.c:83
#, c-format
msgid "freeing package cache for repository '%s'"
msgstr ""
-#: lib/libalpm/cache.c:109
+#: lib/libalpm/cache.c:107
#, c-format
msgid "error: pkgcache is NULL for db '%s'"
msgstr ""
-#: lib/libalpm/cache.c:136
+#: lib/libalpm/cache.c:127
#, c-format
-msgid "package cache reloaded (infolevel=%#x) for repository '%s'"
+msgid "adding entry '%s' in '%s' cache"
msgstr ""
-#: lib/libalpm/cache.c:156
+#: lib/libalpm/cache.c:147
#, c-format
-msgid "adding entry '%s' in '%s' cache"
+msgid "removing entry '%s' from '%s' cache"
msgstr ""
-#: lib/libalpm/cache.c:182
+#: lib/libalpm/cache.c:154
#, c-format
-msgid "removing entry '%s' from '%s' cache"
+msgid "cannot remove entry '%s' from '%s' cache: not found"
msgstr ""
-#: lib/libalpm/cache.c:200
+#: lib/libalpm/cache.c:176
#, c-format
msgid "error: failed to get '%s' from NULL pkgcache"
msgstr ""
-#: lib/libalpm/cache.c:223
+#: lib/libalpm/cache.c:199
#, c-format
msgid "loading group cache for repository '%s'"
msgstr ""
-#: lib/libalpm/conflict.c:78
+#: lib/libalpm/conflict.c:68
#, c-format
-msgid "checkconflicts: targ '%s' vs db"
+msgid " found conflict '%s' : package '%s'"
msgstr ""
-#: lib/libalpm/conflict.c:87 lib/libalpm/conflict.c:101
+#: lib/libalpm/conflict.c:77
#, c-format
-msgid "targs vs db: found %s as a conflict for %s"
+msgid " found conflict '%s' : package '%s' provides '%s'"
msgstr ""
-#: lib/libalpm/conflict.c:114
+#: lib/libalpm/conflict.c:100 lib/libalpm/conflict.c:142
#, c-format
-msgid "checkconflicts: targ '%s' vs targs"
+msgid "package '%s' conflicts with itself - packaging error"
msgstr ""
-#: lib/libalpm/conflict.c:123 lib/libalpm/conflict.c:136
+#: lib/libalpm/conflict.c:106
#, c-format
-msgid "targs vs targs: found %s as a conflict for %s"
+msgid "checkconflicts: target '%s' vs db"
msgstr ""
-#: lib/libalpm/conflict.c:150
+#: lib/libalpm/conflict.c:148
#, c-format
-msgid "checkconflicts: db vs targ '%s'"
+msgid "checkconflicts: target '%s' vs all targets"
msgstr ""
-#: lib/libalpm/conflict.c:177 lib/libalpm/conflict.c:192
+#: lib/libalpm/conflict.c:180
#, c-format
-msgid "db vs targs: found %s as a conflict for %s"
+msgid "checkconflicts: db vs target '%s'"
msgstr ""
-#: lib/libalpm/conflict.c:296 lib/libalpm/deps.c:57 lib/libalpm/deps.c:598
-#: lib/libalpm/deps.c:638 lib/libalpm/group.c:43 lib/libalpm/handle.c:49
-#: lib/libalpm/package.c:80 lib/libalpm/sync.c:65 lib/libalpm/sync.c:607
-#: lib/libalpm/sync.c:623 lib/libalpm/sync.c:719 lib/libalpm/trans.c:52
-#: lib/libalpm/util.c:607 lib/libalpm/util.c:614
+#: lib/libalpm/conflict.c:200
+#, c-format
+msgid "target '%s' is also in target list, using NEW conflicts"
+msgstr ""
+
+#: lib/libalpm/conflict.c:256
+#, c-format
+msgid "\tCONFLICTS:: %s conflicts with %s"
+msgstr ""
+
+#: lib/libalpm/conflict.c:348 lib/libalpm/deps.c:57 lib/libalpm/deps.c:435
+#: lib/libalpm/deps.c:631 lib/libalpm/deps.c:671 lib/libalpm/group.c:43
+#: lib/libalpm/handle.c:49 lib/libalpm/package.c:80 lib/libalpm/sync.c:65
+#: lib/libalpm/sync.c:598 lib/libalpm/sync.c:614 lib/libalpm/sync.c:711
+#: lib/libalpm/trans.c:52 lib/libalpm/util.c:609 lib/libalpm/util.c:616
#, c-format
msgid "malloc failure: could not allocate %d bytes"
msgstr ""
@@ -620,26 +635,26 @@ msgstr ""
msgid "malloc failed: could not allocate %d bytes"
msgstr ""
-#: lib/libalpm/db.c:163
+#: lib/libalpm/db.c:165
msgid "attempt to re-register the 'local' DB"
msgstr ""
-#: lib/libalpm/db.c:171
+#: lib/libalpm/db.c:173
#, c-format
msgid "attempt to re-register the '%s' database, using existing"
msgstr ""
-#: lib/libalpm/db.c:177
+#: lib/libalpm/db.c:179
#, c-format
msgid "registering database '%s'"
msgstr ""
-#: lib/libalpm/db.c:182
+#: lib/libalpm/db.c:184
#, c-format
msgid "database directory '%s' does not exist -- try creating it"
msgstr ""
-#: lib/libalpm/db.c:193
+#: lib/libalpm/db.c:195
#, c-format
msgid "opening database '%s'"
msgstr ""
@@ -652,85 +667,95 @@ msgstr ""
msgid "possible dependency cycle detected"
msgstr ""
-#: lib/libalpm/deps.c:177
+#: lib/libalpm/deps.c:180
msgid "sorting dependencies finished"
msgstr ""
-#: lib/libalpm/deps.c:218 lib/libalpm/deps.c:275
+#: lib/libalpm/deps.c:222 lib/libalpm/deps.c:307
msgid "null package found in package list"
msgstr ""
-#: lib/libalpm/deps.c:223
+#: lib/libalpm/deps.c:227
#, c-format
msgid "cannot find package installed '%s'"
msgstr ""
-#: lib/libalpm/deps.c:257 lib/libalpm/deps.c:378
+#: lib/libalpm/deps.c:258
#, c-format
-msgid "checkdeps: found %s as required by %s"
+msgid "checkdeps: dependency '%s' has moved from '%s' to '%s'"
+msgstr ""
+
+#: lib/libalpm/deps.c:277
+#, c-format
+msgid "checkdeps: dependency '%s' satisfied by installed package '%s'"
msgstr ""
-#: lib/libalpm/deps.c:283
+#: lib/libalpm/deps.c:286
#, c-format
-msgid "no dependencies for target '%s'"
+msgid "checkdeps: updated '%s' won't satisfy a dependency of '%s'"
msgstr ""
-#: lib/libalpm/deps.c:329
+#: lib/libalpm/deps.c:356
#, c-format
msgid "missing dependency '%s' for package '%s'"
msgstr ""
-#: lib/libalpm/deps.c:452
+#: lib/libalpm/deps.c:406
+#, c-format
+msgid "checkdeps: found %s as required by %s"
+msgstr ""
+
+#: lib/libalpm/deps.c:482
#, c-format
msgid "excluding %s -- explicitly installed"
msgstr ""
-#: lib/libalpm/deps.c:499
+#: lib/libalpm/deps.c:529
#, c-format
msgid "cannot find package \"%s\" or anything that provides it!"
msgstr ""
-#: lib/libalpm/deps.c:508 lib/libalpm/deps.c:520
+#: lib/libalpm/deps.c:537 lib/libalpm/deps.c:548
#, c-format
msgid "adding '%s' to the targets"
msgstr ""
-#: lib/libalpm/deps.c:551
+#: lib/libalpm/deps.c:580
msgid "started resolving dependencies"
msgstr ""
-#: lib/libalpm/deps.c:569
+#: lib/libalpm/deps.c:598
#, c-format
msgid "%s provides dependency %s -- skipping"
msgstr ""
-#: lib/libalpm/deps.c:594
+#: lib/libalpm/deps.c:627
#, c-format
msgid ""
"cannot resolve dependencies for \"%s\" (\"%s\" is not in the package set)"
msgstr ""
-#: lib/libalpm/deps.c:611
+#: lib/libalpm/deps.c:644
#, c-format
msgid "dependency %s is already in the target list -- skipping"
msgstr ""
-#: lib/libalpm/deps.c:631
+#: lib/libalpm/deps.c:664
#, c-format
msgid "pulling dependency %s (needed by %s)"
msgstr ""
-#: lib/libalpm/deps.c:635
+#: lib/libalpm/deps.c:668
#, c-format
msgid "cannot resolve dependencies for \"%s\""
msgstr ""
-#: lib/libalpm/deps.c:651
+#: lib/libalpm/deps.c:684
#, c-format
msgid "dependency cycle detected: %s"
msgstr ""
-#: lib/libalpm/deps.c:655
+#: lib/libalpm/deps.c:688
msgid "finished resolving dependencies"
msgstr ""
@@ -826,7 +851,7 @@ msgstr ""
msgid "operation not compatible with the transaction type"
msgstr ""
-#: lib/libalpm/error.c:91 lib/libalpm/sync.c:985
+#: lib/libalpm/error.c:91 lib/libalpm/sync.c:977
msgid "could not commit transaction"
msgstr ""
@@ -963,69 +988,69 @@ msgstr ""
msgid "%s: forcing upgrade to version %s"
msgstr ""
-#: lib/libalpm/package.c:152
+#: lib/libalpm/package.c:153
#, c-format
msgid "%s: local (%s) is newer than %s (%s)"
msgstr ""
-#: lib/libalpm/package.c:159
+#: lib/libalpm/package.c:161
#, c-format
msgid "%s-%s: ignoring package upgrade (%s)"
msgstr ""
-#: lib/libalpm/package.c:163
+#: lib/libalpm/package.c:167
#, c-format
msgid "%s-%s: delaying upgrade of package (%s)"
msgstr ""
-#: lib/libalpm/package.c:168
-#, c-format
-msgid "compare versions for %s: %s vs %s, result=%d"
-msgstr ""
-
-#: lib/libalpm/package.c:211 lib/libalpm/package.c:270
+#: lib/libalpm/package.c:218 lib/libalpm/package.c:277
#, c-format
msgid "%s: syntax error in description file line %d"
msgstr ""
-#: lib/libalpm/package.c:344
+#: lib/libalpm/package.c:351
msgid "could not parse the package description file"
msgstr ""
-#: lib/libalpm/package.c:348
+#: lib/libalpm/package.c:355
#, c-format
msgid "missing package name in %s"
msgstr ""
-#: lib/libalpm/package.c:352
+#: lib/libalpm/package.c:359
#, c-format
msgid "missing package version in %s"
msgstr ""
-#: lib/libalpm/package.c:387
+#: lib/libalpm/package.c:394
#, c-format
msgid "could not remove tempfile %s"
msgstr ""
-#: lib/libalpm/package.c:400 lib/libalpm/package.c:407
+#: lib/libalpm/package.c:407 lib/libalpm/package.c:414
#, c-format
msgid "error while reading package: %s"
msgstr ""
-#: lib/libalpm/package.c:413
+#: lib/libalpm/package.c:420
msgid "missing package metadata"
msgstr ""
-#: lib/libalpm/package.c:420
+#: lib/libalpm/package.c:427
#, c-format
msgid "missing package filelist in %s, generating one"
msgstr ""
-#: lib/libalpm/package.c:547
+#: lib/libalpm/package.c:560
#, c-format
msgid "adding '%s' in requiredby field for '%s'"
msgstr ""
+#: lib/libalpm/package.c:571
+#, c-format
+msgid "adding '%s' in requiredby field for '%s' (provides: %s)"
+msgstr ""
+
#: lib/libalpm/remove.c:78
#, c-format
msgid "could not find %s in database"
@@ -1100,247 +1125,263 @@ msgstr ""
msgid "cannot remove file %s: %s"
msgstr ""
-#: lib/libalpm/remove.c:286
+#: lib/libalpm/remove.c:291
#, c-format
msgid "removing package %s-%s"
msgstr ""
-#: lib/libalpm/remove.c:298
+#: lib/libalpm/remove.c:308
#, c-format
msgid "not removing package '%s', can't remove all files"
msgstr ""
-#: lib/libalpm/remove.c:304
-msgid "removing files"
+#: lib/libalpm/remove.c:315
+#, c-format
+msgid "removing %d files"
msgstr ""
-#: lib/libalpm/remove.c:322
+#: lib/libalpm/remove.c:338
#, c-format
msgid "removing database entry '%s'"
msgstr ""
-#: lib/libalpm/remove.c:324
+#: lib/libalpm/remove.c:340
#, c-format
msgid "could not remove database entry %s-%s"
msgstr ""
-#: lib/libalpm/remove.c:327
+#: lib/libalpm/remove.c:345
#, c-format
msgid "could not remove entry '%s' from cache"
msgstr ""
-#: lib/libalpm/sync.c:199
+#: lib/libalpm/sync.c:181
msgid "checking for package upgrades"
msgstr ""
-#: lib/libalpm/sync.c:232
+#: lib/libalpm/sync.c:213
#, c-format
-msgid "%s-%s: ignoring package upgrade (%s => %s)"
+msgid "%s-%s elected for upgrade (%s => %s)"
msgstr ""
-#: lib/libalpm/sync.c:281
+#: lib/libalpm/sync.c:260
#, c-format
msgid "searching for target in repo '%s'"
msgstr ""
-#: lib/libalpm/sync.c:290 lib/libalpm/sync.c:313
+#: lib/libalpm/sync.c:268 lib/libalpm/sync.c:291
#, c-format
msgid "target '%s' not found -- looking for provisions"
msgstr ""
-#: lib/libalpm/sync.c:295 lib/libalpm/sync.c:318
+#: lib/libalpm/sync.c:273 lib/libalpm/sync.c:296
#, c-format
msgid "found '%s' as a provision for '%s'"
msgstr ""
-#: lib/libalpm/sync.c:302
+#: lib/libalpm/sync.c:280
#, c-format
msgid "repository '%s' not found"
msgstr ""
-#: lib/libalpm/sync.c:336
+#: lib/libalpm/sync.c:321
#, c-format
msgid "%s-%s is up to date -- skipping"
msgstr ""
-#: lib/libalpm/sync.c:356
+#: lib/libalpm/sync.c:344
#, c-format
msgid "adding target '%s' to the transaction set"
msgstr ""
-#: lib/libalpm/sync.c:401
+#: lib/libalpm/sync.c:392
msgid "resolving target's dependencies"
msgstr ""
-#: lib/libalpm/sync.c:421
+#: lib/libalpm/sync.c:412
#, c-format
msgid "adding package %s-%s to the transaction targets"
msgstr ""
-#: lib/libalpm/sync.c:456
+#: lib/libalpm/sync.c:447
msgid "looking for unresolvable dependencies"
msgstr ""
-#: lib/libalpm/sync.c:487
+#: lib/libalpm/sync.c:478
#, c-format
-msgid "package '%s' is conflicting with '%s'"
+msgid "package '%s' conflicts with '%s'"
msgstr ""
-#: lib/libalpm/sync.c:509
+#: lib/libalpm/sync.c:500
#, c-format
msgid "'%s' not found in transaction set -- skipping"
msgstr ""
-#: lib/libalpm/sync.c:520
+#: lib/libalpm/sync.c:511
#, c-format
msgid "package '%s' provides its own conflict"
msgstr ""
-#: lib/libalpm/sync.c:543 lib/libalpm/sync.c:548
+#: lib/libalpm/sync.c:534 lib/libalpm/sync.c:539
#, c-format
msgid "'%s' is in the target list -- keeping it"
msgstr ""
-#: lib/libalpm/sync.c:560 lib/libalpm/sync.c:597
+#: lib/libalpm/sync.c:551 lib/libalpm/sync.c:588
#, c-format
msgid "removing '%s' from target list"
msgstr ""
-#: lib/libalpm/sync.c:569
+#: lib/libalpm/sync.c:560
#, c-format
msgid "resolving package '%s' conflict"
msgstr ""
-#: lib/libalpm/sync.c:592
+#: lib/libalpm/sync.c:583
#, c-format
msgid "electing '%s' for removal"
msgstr ""
-#: lib/libalpm/sync.c:603 lib/libalpm/sync.c:619
+#: lib/libalpm/sync.c:594 lib/libalpm/sync.c:610
msgid "unresolvable package conflicts detected"
msgstr ""
-#: lib/libalpm/sync.c:671
+#: lib/libalpm/sync.c:662
msgid "checking dependencies of packages designated for removal"
msgstr ""
-#: lib/libalpm/sync.c:685
+#: lib/libalpm/sync.c:676
msgid "something has gone horribly wrong"
msgstr ""
-#: lib/libalpm/sync.c:704
+#: lib/libalpm/sync.c:696
#, c-format
msgid "found '%s' as a provision for '%s' -- conflict aborted"
msgstr ""
-#: lib/libalpm/sync.c:800
+#: lib/libalpm/sync.c:792
#, c-format
msgid "%s is already in the cache\n"
msgstr ""
-#: lib/libalpm/sync.c:811
+#: lib/libalpm/sync.c:803
#, c-format
msgid "no %s cache exists. creating...\n"
msgstr ""
-#: lib/libalpm/sync.c:812
+#: lib/libalpm/sync.c:804
#, c-format
msgid "warning: no %s cache exists. creating..."
msgstr ""
-#: lib/libalpm/sync.c:817
+#: lib/libalpm/sync.c:809
msgid "couldn't create package cache, using /tmp instead\n"
msgstr ""
-#: lib/libalpm/sync.c:818
+#: lib/libalpm/sync.c:810
msgid "warning: couldn't create package cache, using /tmp instead"
msgstr ""
-#: lib/libalpm/sync.c:825
+#: lib/libalpm/sync.c:817
#, c-format
msgid "failed to retrieve some files from %s\n"
msgstr ""
-#: lib/libalpm/sync.c:854 lib/libalpm/sync.c:866
+#: lib/libalpm/sync.c:846 lib/libalpm/sync.c:858
#, c-format
msgid "can't get md5 or sha1 checksum for package %s\n"
msgstr ""
-#: lib/libalpm/sync.c:885
+#: lib/libalpm/sync.c:877
#, c-format
msgid "archive %s was corrupted (bad MD5 or SHA1 checksum)\n"
msgstr ""
-#: lib/libalpm/sync.c:887
+#: lib/libalpm/sync.c:879
#, c-format
msgid "archive %s is corrupted (bad MD5 or SHA1 checksum)\n"
msgstr ""
-#: lib/libalpm/sync.c:908
+#: lib/libalpm/sync.c:900
msgid "could not create removal transaction"
msgstr ""
-#: lib/libalpm/sync.c:914
+#: lib/libalpm/sync.c:906
msgid "could not initialize the removal transaction"
msgstr ""
-#: lib/libalpm/sync.c:934
+#: lib/libalpm/sync.c:926
msgid "removing conflicting and to-be-replaced packages"
msgstr ""
-#: lib/libalpm/sync.c:936
+#: lib/libalpm/sync.c:928
msgid "could not prepare removal transaction"
msgstr ""
-#: lib/libalpm/sync.c:942
+#: lib/libalpm/sync.c:934
msgid "could not commit removal transaction"
msgstr ""
-#: lib/libalpm/sync.c:949
+#: lib/libalpm/sync.c:941
msgid "installing packages"
msgstr ""
-#: lib/libalpm/sync.c:952
+#: lib/libalpm/sync.c:944
msgid "could not create transaction"
msgstr ""
-#: lib/libalpm/sync.c:957
+#: lib/libalpm/sync.c:949
msgid "could not initialize transaction"
msgstr ""
-#: lib/libalpm/sync.c:980
+#: lib/libalpm/sync.c:972
msgid "could not prepare transaction"
msgstr ""
-#: lib/libalpm/sync.c:992
+#: lib/libalpm/sync.c:984
msgid "updating database for replaced packages' dependencies"
msgstr ""
-#: lib/libalpm/sync.c:1021
+#: lib/libalpm/sync.c:1013
#, c-format
msgid "could not update requiredby for database entry %s-%s"
msgstr ""
-#: lib/libalpm/sync.c:1030
+#: lib/libalpm/sync.c:1022
#, c-format
msgid "could not update new database entry %s-%s"
msgstr ""
-#: lib/libalpm/trans.c:262
-msgid "updating dependency packages 'requiredby' fields"
+#: lib/libalpm/sync.c:1062
+#, c-format
+msgid "found package '%s-%s' in sync"
+msgstr ""
+
+#: lib/libalpm/sync.c:1068
+#, c-format
+msgid "package '%s' not found in sync"
msgstr ""
-#: lib/libalpm/trans.c:299 lib/libalpm/trans.c:323
+#: lib/libalpm/trans.c:264
+#, c-format
+msgid "updating dependency packages 'requiredby' fields for %s-%s"
+msgstr ""
+
+#: lib/libalpm/trans.c:267
+msgid "package has no dependencies, no other packages to update"
+msgstr ""
+
+#: lib/libalpm/trans.c:304 lib/libalpm/trans.c:330
#, c-format
msgid "updating 'requiredby' field for package '%s'"
msgstr ""
-#: lib/libalpm/trans.c:309 lib/libalpm/trans.c:333
+#: lib/libalpm/trans.c:315 lib/libalpm/trans.c:341
#, c-format
msgid "could not update 'requiredby' database entry %s-%s"
msgstr ""
-#: lib/libalpm/trans.c:315
+#: lib/libalpm/trans.c:322
#, c-format
msgid "could not find dependency '%s'"
msgstr ""
@@ -1360,61 +1401,61 @@ msgstr ""
msgid "logaction called: %s"
msgstr ""
-#: lib/libalpm/util.c:441
+#: lib/libalpm/util.c:443
msgid "could not create temp directory"
msgstr ""
-#: lib/libalpm/util.c:468
+#: lib/libalpm/util.c:470
#, c-format
msgid "could not change directory to %s (%s)"
msgstr ""
-#: lib/libalpm/util.c:471
+#: lib/libalpm/util.c:473
#, c-format
msgid "executing %s script..."
msgstr ""
-#: lib/libalpm/util.c:484
+#: lib/libalpm/util.c:486
#, c-format
msgid "could not fork a new process (%s)"
msgstr ""
-#: lib/libalpm/util.c:491
+#: lib/libalpm/util.c:493
#, c-format
msgid "chrooting in %s"
msgstr ""
-#: lib/libalpm/util.c:493
+#: lib/libalpm/util.c:495
#, c-format
msgid "could not change the root directory (%s)"
msgstr ""
-#: lib/libalpm/util.c:497
+#: lib/libalpm/util.c:499
#, c-format
msgid "could not change directory to / (%s)"
msgstr ""
-#: lib/libalpm/util.c:501
+#: lib/libalpm/util.c:503
#, c-format
msgid "executing \"%s\""
msgstr ""
-#: lib/libalpm/util.c:504
+#: lib/libalpm/util.c:506
#, c-format
msgid "call to popen failed (%s)"
msgstr ""
-#: lib/libalpm/util.c:536
+#: lib/libalpm/util.c:538
#, c-format
msgid "call to waitpid failed (%s)"
msgstr ""
-#: lib/libalpm/util.c:545
+#: lib/libalpm/util.c:547
#, c-format
msgid "could not remove tmpdir %s"
msgstr ""
-#: lib/libalpm/util.c:602
+#: lib/libalpm/util.c:604
#, c-format
msgid "check_freespace: total pkg size: %lld, disk space: %lld"
msgstr ""
@@ -1424,7 +1465,7 @@ msgstr ""
msgid "depcmp: %s-%s %s %s-%s => %s"
msgstr ""
-#: lib/libalpm/versioncmp.c:281
+#: lib/libalpm/versioncmp.c:282
#, c-format
msgid "depcmp: %s-%s %s %s => %s"
msgstr ""
diff --git a/src/pacman/po/de.po b/src/pacman/po/de.po
index 3200f1ec..b1d13e07 100644
--- a/src/pacman/po/de.po
+++ b/src/pacman/po/de.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: de\n"
"Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n"
-"POT-Creation-Date: 2007-03-03 09:17+0100\n"
+"POT-Creation-Date: 2007-03-03 23:42-0600\n"
"PO-Revision-Date: 2007-03-03 09:37+0100\n"
"Last-Translator: Pierre Schmitz <pierre@archlinux.de>\n"
"Language-Team: Deutsch <archlinux.de>\n"
@@ -38,10 +38,10 @@ msgstr "Lade Paketdaten ... "
msgid "failed to add target '%s' (%s)"
msgstr "Konnte Paket '%s' nicht hinzufügen (%s)"
-#: src/pacman/add.c:85 src/pacman/sync.c:196 src/pacman/trans.c:70
-#: src/pacman/trans.c:77 src/pacman/trans.c:81 src/pacman/trans.c:91
-#: src/pacman/trans.c:105 src/pacman/trans.c:119 src/pacman/trans.c:131
-#: src/pacman/trans.c:142
+#: src/pacman/add.c:85 src/pacman/sync.c:196 src/pacman/trans.c:71
+#: src/pacman/trans.c:78 src/pacman/trans.c:82 src/pacman/trans.c:92
+#: src/pacman/trans.c:106 src/pacman/trans.c:120 src/pacman/trans.c:132
+#: src/pacman/trans.c:143
msgid "done.\n"
msgstr "fertig.\n"
@@ -375,7 +375,8 @@ msgstr " -d, --nodeps Überspringt die Abhängigkeitsprüfung\n"
#: 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 " -f, --force Installation erzwingen, Dateikonflikte überschreiben\n"
+msgstr ""
+" -f, --force Installation erzwingen, Dateikonflikte überschreiben\n"
#: src/pacman/pacman.c:104
#, c-format
@@ -384,12 +385,15 @@ msgstr "Benutzung: %s {-R --remove} [Optionen] <Paket>\n"
#: src/pacman/pacman.c:106
#, c-format
-msgid " -c, --cascade remove packages and all packages that depend on them\n"
-msgstr " -c, --cascade Entfernt Pakete und alle, die von ihnen abhängen\n"
+msgid ""
+" -c, --cascade remove packages and all packages that depend on them\n"
+msgstr ""
+" -c, --cascade Entfernt Pakete und alle, die von ihnen abhängen\n"
#: src/pacman/pacman.c:108
#, c-format
-msgid " -k, --dbonly only remove database entry, do not remove files\n"
+msgid ""
+" -k, --dbonly only remove database entry, do not remove files\n"
msgstr " -k, --dbonly Nur Datenbankeintrag entfernen, keine Dateien\n"
#: src/pacman/pacman.c:109
@@ -399,7 +403,8 @@ msgstr " -n, --nosave Auch Konfigurationsdateien entfernen\n"
#: src/pacman/pacman.c:110
#, c-format
-msgid " -s, --recursive remove dependencies also (that won't break packages)\n"
+msgid ""
+" -s, --recursive remove dependencies also (that won't break packages)\n"
msgstr ""
" -s, --recursive Auch Abhängigkeiten entfernen (beschädigt keine "
"Pakete)\n"
@@ -481,7 +486,8 @@ msgstr ""
msgid ""
" -s, --search search locally-installed packages for matching "
"strings\n"
-msgstr " -s, --search Durchsuche lokal installierte Pakete nach einem Wort\n"
+msgstr ""
+" -s, --search Durchsuche lokal installierte Pakete nach einem Wort\n"
#: src/pacman/pacman.c:133
#, c-format
@@ -518,8 +524,10 @@ msgstr ""
#: src/pacman/pacman.c:144
#, c-format
-msgid " -s, --search search remote repositories for matching strings\n"
-msgstr " -s, --search Durchsuche entfernte Repositorien nach einem Wort\n"
+msgid ""
+" -s, --search search remote repositories for matching strings\n"
+msgstr ""
+" -s, --search Durchsuche entfernte Repositorien nach einem Wort\n"
#: src/pacman/pacman.c:145
#, c-format
@@ -537,7 +545,8 @@ msgstr ""
#: src/pacman/pacman.c:147
#, c-format
-msgid " -y, --refresh download fresh package databases from the server\n"
+msgid ""
+" -y, --refresh download fresh package databases from the server\n"
msgstr " -y, --refresh Lade frische Paketdatenbank vom Server\n"
#: src/pacman/pacman.c:148
@@ -561,20 +570,25 @@ msgstr " --noconfirm Niemals nach einer Bestätigung fragen\n"
#: src/pacman/pacman.c:152
#, c-format
-msgid " --ask <number> pre-specify answers for questions (see manpage)\n"
-msgstr " --ask <Nummer> Antworten für Fragen vorherbestimmen (Siehe manpage)\n"
+msgid ""
+" --ask <number> pre-specify answers for questions (see manpage)\n"
+msgstr ""
+" --ask <Nummer> Antworten für Fragen vorherbestimmen (Siehe manpage)\n"
#: src/pacman/pacman.c:153
#, c-format
-msgid " --noprogressbar do not show a progress bar when downloading files\n"
+msgid ""
+" --noprogressbar do not show a progress bar when downloading files\n"
msgstr ""
" --noprogressbar Keine Fortschrittsanzeige anzeigen, wenn Dateien\n"
" heruntergeladen werden\n"
#: src/pacman/pacman.c:154
#, c-format
-msgid " --noscriptlet do not execute the install scriptlet if there is any\n"
-msgstr " --noscriptlet Installationskript nicht ausführen, falls vorhanden\n"
+msgid ""
+" --noscriptlet do not execute the install scriptlet if there is any\n"
+msgstr ""
+" --noscriptlet Installationskript nicht ausführen, falls vorhanden\n"
#: src/pacman/pacman.c:155
#, c-format
@@ -915,124 +929,124 @@ msgstr ""
msgid "Proceed with installation? [Y/n] "
msgstr "Installation fortsetzen? [J/n] "
-#: src/pacman/trans.c:52
+#: src/pacman/trans.c:53
msgid "checking dependencies... "
msgstr "Prüfe Abhängigkeiten... "
-#: src/pacman/trans.c:56
+#: src/pacman/trans.c:57
msgid "checking for file conflicts... "
msgstr "Prüfe auf Dateikonflikte... "
-#: src/pacman/trans.c:60
+#: src/pacman/trans.c:61
msgid "cleaning up... "
msgstr "Räume auf... "
-#: src/pacman/trans.c:63
+#: src/pacman/trans.c:64
msgid "resolving dependencies... "
msgstr "Löse Abhängigkeiten auf... "
-#: src/pacman/trans.c:66
+#: src/pacman/trans.c:67
msgid "looking for inter-conflicts... "
msgstr "Suche nach Zwischen-Konflikten... "
-#: src/pacman/trans.c:86
+#: src/pacman/trans.c:87
#, c-format
msgid "installing %s... "
msgstr "Installiere %s... "
-#: src/pacman/trans.c:93
+#: src/pacman/trans.c:94
#, c-format
msgid "installed %s (%s)"
msgstr "%s (%s) installiert"
-#: src/pacman/trans.c:100
+#: src/pacman/trans.c:101
#, c-format
msgid "removing %s... "
msgstr "Entferne %s... "
-#: src/pacman/trans.c:107
+#: src/pacman/trans.c:108
#, c-format
msgid "removed %s (%s)"
msgstr "%s (%s) entfernt"
-#: src/pacman/trans.c:114
+#: src/pacman/trans.c:115
#, c-format
msgid "upgrading %s... "
msgstr "Aktualisiere %s... "
-#: src/pacman/trans.c:121
+#: src/pacman/trans.c:122
#, c-format
msgid "upgraded %s (%s -> %s)"
msgstr "%s (%s -> %s) aktualisiert"
-#: src/pacman/trans.c:128
+#: src/pacman/trans.c:129
msgid "checking package integrity... "
msgstr "Prüfe Paketintegrität... "
-#: src/pacman/trans.c:144
+#: src/pacman/trans.c:145
msgid "failed.\n"
msgstr "fehlgeschlagen.\n"
-#: src/pacman/trans.c:151
+#: src/pacman/trans.c:152
#, c-format
msgid ":: Retrieving packages from %s...\n"
msgstr ":: Empfange Pakete von %s...\n"
-#: src/pacman/trans.c:171
+#: src/pacman/trans.c:172
#, c-format
msgid ":: %s requires %s, but it is in IgnorePkg. Install anyway? [Y/n] "
msgstr ""
":: %s ist in IgnorePkg, wird aber von %s benötigt. Trotzdem installieren? [J/"
"n] "
-#: src/pacman/trans.c:176
+#: src/pacman/trans.c:177
#, c-format
msgid ":: %s is in IgnorePkg. Install anyway? [Y/n] "
msgstr ":: %s ist in IgnorePkg. Trotzdem installieren? [J/n] "
-#: src/pacman/trans.c:189
+#: src/pacman/trans.c:190
#, c-format
msgid ":: %s is designated as a HoldPkg. Remove anyway? [Y/n] "
msgstr ":: %s ist als ein HoldPkg gekennzeichnet. Trotzdem entfernen? [J/n] "
-#: src/pacman/trans.c:202
+#: src/pacman/trans.c:203
#, c-format
msgid ":: Replace %s with %s/%s? [Y/n] "
msgstr ":: %s mit %s/%s ersetzen? [J/n] "
-#: src/pacman/trans.c:217
+#: src/pacman/trans.c:218
#, c-format
msgid ":: %s conflicts with %s. Remove %s? [Y/n] "
msgstr ":: %s steht im Konflikt mit %s. %s entfernen? [J/n] "
-#: src/pacman/trans.c:233
+#: src/pacman/trans.c:234
#, c-format
msgid ":: %s-%s: local version is newer. Upgrade anyway? [Y/n] "
msgstr ":: %s-%s: Lokale Version ist neuer. Trotzdem aktualisieren? [J/n] "
-#: src/pacman/trans.c:251
+#: src/pacman/trans.c:252
#, c-format
msgid ":: %s-%s: local version is up to date. Upgrade anyway? [Y/n] "
msgstr ":: %s-%s: Lokale Version ist aktuell. Trotzdem aktualisieren? [J/n] "
-#: src/pacman/trans.c:269
+#: src/pacman/trans.c:270
#, c-format
msgid ":: Archive %s is corrupted. Do you want to delete it? [Y/n] "
msgstr ":: Archiv %s ist beschädigt. Möchten Sie es löschen? [J/n] "
-#: src/pacman/trans.c:323
+#: src/pacman/trans.c:326
msgid "installing"
msgstr "Installiere"
-#: src/pacman/trans.c:326
+#: src/pacman/trans.c:329
msgid "upgrading"
msgstr "Aktualisiere"
-#: src/pacman/trans.c:329
+#: src/pacman/trans.c:332
msgid "removing"
msgstr "entferne"
-#: src/pacman/trans.c:332
+#: src/pacman/trans.c:335
msgid "checking for file conflicts"
msgstr "Prüfe auf Dateikonflikte"
@@ -1067,4 +1081,3 @@ msgstr ""
#, c-format
msgid "Total Installed Size: %.2f MB\n"
msgstr "Gesamtgröße der installierten Pakete : %.2f MB\n"
-
diff --git a/src/pacman/po/fr.po b/src/pacman/po/fr.po
index 11b7d15b..96181915 100644
--- a/src/pacman/po/fr.po
+++ b/src/pacman/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pacman\n"
"Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n"
-"POT-Creation-Date: 2007-02-22 11:13-0500\n"
+"POT-Creation-Date: 2007-03-03 23:42-0600\n"
"PO-Revision-Date: 2006-06-05 22:46+0100\n"
"Last-Translator: Enda <enda@netou.com>\n"
"MIME-Version: 1.0\n"
@@ -16,8 +16,8 @@ msgstr ""
"X-Poedit-Language: French\n"
"X-Poedit-Country: FRANCE\n"
-#: src/pacman/add.c:69 src/pacman/deptest.c:57 src/pacman/remove.c:79
-#: src/pacman/sync.c:482 src/pacman/sync.c:531
+#: src/pacman/add.c:69 src/pacman/remove.c:79 src/pacman/sync.c:482
+#: src/pacman/sync.c:531
#, fuzzy, c-format
msgid ""
" if you're sure a package manager is not already running,\n"
@@ -36,10 +36,10 @@ msgstr "chargement des données du paquet.."
msgid "failed to add target '%s' (%s)"
msgstr "échec d'ajout de la cible '%s' (%s)\n"
-#: src/pacman/add.c:85 src/pacman/sync.c:196 src/pacman/trans.c:70
-#: src/pacman/trans.c:77 src/pacman/trans.c:81 src/pacman/trans.c:91
-#: src/pacman/trans.c:105 src/pacman/trans.c:119 src/pacman/trans.c:131
-#: src/pacman/trans.c:142
+#: src/pacman/add.c:85 src/pacman/sync.c:196 src/pacman/trans.c:71
+#: src/pacman/trans.c:78 src/pacman/trans.c:82 src/pacman/trans.c:92
+#: src/pacman/trans.c:106 src/pacman/trans.c:120 src/pacman/trans.c:132
+#: src/pacman/trans.c:143
msgid "done.\n"
msgstr "fait.\n"
@@ -48,27 +48,27 @@ msgstr "fait.\n"
msgid "failed to prepare transaction (%s)\n"
msgstr "échec de préparation de la transaction (%s)\n"
-#: src/pacman/add.c:97
+#: src/pacman/add.c:101
#, c-format
msgid ":: %s: requires %s"
msgstr ":: %s: requiert %s"
-#: src/pacman/add.c:118 src/pacman/sync.c:645
+#: src/pacman/add.c:122 src/pacman/sync.c:645
#, c-format
msgid ":: %s: conflicts with %s"
msgstr ":: %s: conflit avec %s"
-#: src/pacman/add.c:127 src/pacman/sync.c:709
+#: src/pacman/add.c:131 src/pacman/sync.c:709
#, fuzzy, c-format
-msgid "%s%s exists in both '%s' and '%s'\n"
+msgid "%s exists in both '%s' and '%s'\n"
msgstr "%s%s existe dans \"%s\" (cible) and \"%s\" (cible)"
-#: src/pacman/add.c:134 src/pacman/sync.c:716
+#: src/pacman/add.c:137 src/pacman/sync.c:715
#, fuzzy, c-format
-msgid "%s: %s%s exists in filesystem\n"
+msgid "%s: %s exists in filesystem\n"
msgstr "%s: %s%s existe dans le système de fichiers"
-#: src/pacman/add.c:141 src/pacman/sync.c:723 src/pacman/sync.c:729
+#: src/pacman/add.c:143 src/pacman/sync.c:721 src/pacman/sync.c:727
msgid ""
"\n"
"errors occurred, no packages were upgraded.\n"
@@ -76,51 +76,27 @@ msgstr ""
"\n"
"des erreurs se sont produites, aucun paquet n'a été mis à jour.\n"
-#: src/pacman/add.c:151 src/pacman/sync.c:652
+#: src/pacman/add.c:153 src/pacman/sync.c:652
#, c-format
msgid ":: %.1f MB required, have %.1f MB"
msgstr ""
-#: src/pacman/add.c:164 src/pacman/remove.c:138 src/pacman/sync.c:702
+#: src/pacman/add.c:166 src/pacman/remove.c:138 src/pacman/sync.c:702
#, c-format
msgid "failed to commit transaction (%s)\n"
msgstr "échec de validation de la transaction (%s)\n"
-#: src/pacman/add.c:174 src/pacman/remove.c:148 src/pacman/sync.c:524
-#: src/pacman/sync.c:745
+#: src/pacman/add.c:176 src/pacman/remove.c:148 src/pacman/sync.c:524
+#: src/pacman/sync.c:743
#, c-format
msgid "failed to release transaction (%s)\n"
msgstr "échec de libération de la transaction (%s)\n"
-#: src/pacman/deptest.c:70
-msgid "memory allocation failure\n"
-msgstr "erreur d'allocation mémoire\n"
-
-#: src/pacman/deptest.c:81
-#, c-format
-msgid "add target %s\n"
-msgstr "ajout de la cible %s\n"
-
-#: src/pacman/deptest.c:84
-#, c-format
-msgid "could not add target (%s)\n"
-msgstr "n'a pas pu ajouter la cible (%s)\n"
-
-#: src/pacman/deptest.c:103
+#: src/pacman/deptest.c:64
#, c-format
msgid "requires: %s"
msgstr "requiert: %s"
-#: src/pacman/deptest.c:127
-#, c-format
-msgid "conflict: %s"
-msgstr "conflit: %s"
-
-#: src/pacman/deptest.c:141 src/pacman/deptest.c:159
-#, c-format
-msgid "could not release transaction (%s)"
-msgstr "n'a pas pu libérer la transaction (%s)"
-
#: src/pacman/log.c:61
#, c-format
msgid "debug"
@@ -333,7 +309,7 @@ msgstr "MANQUANT\t\t%s\n"
msgid "(none)\n"
msgstr "Aucun\n"
-#: src/pacman/package.c:234
+#: src/pacman/package.c:243
#, c-format
msgid "No changelog available for '%s'.\n"
msgstr "Aucun changelog disponible pour '%s'.\n"
@@ -663,62 +639,62 @@ msgstr ""
msgid " the terms of the GNU General Public License\n"
msgstr " les termes de la GNU General Public License\n"
-#: src/pacman/pacman.c:298
+#: src/pacman/pacman.c:297
#, fuzzy, c-format
msgid "'%s' is not a valid debug level"
msgstr "%s nest pas une expression régulière valide.\n"
-#: src/pacman/pacman.c:313
+#: src/pacman/pacman.c:312
#, fuzzy, c-format
msgid "'%s' is not a valid cache directory\n"
msgstr "n'a pas pu acceder au répertoire de cache\n"
-#: src/pacman/pacman.c:339
+#: src/pacman/pacman.c:330
#, fuzzy, c-format
msgid "'%s' is not a valid db path\n"
msgstr "%s nest pas une expression régulière valide.\n"
-#: src/pacman/pacman.c:369
+#: src/pacman/pacman.c:360
#, fuzzy, c-format
msgid "'%s' is not a valid root path\n"
msgstr "%s nest pas une expression régulière valide.\n"
-#: src/pacman/pacman.c:396
+#: src/pacman/pacman.c:387
msgid "only one operation may be used at a time\n"
msgstr "une seule opération peut être effectuée à la fois\n"
-#: src/pacman/pacman.c:442
+#: src/pacman/pacman.c:433
msgid "warning: current locale is invalid; using default \"C\" locale"
msgstr ""
-#: src/pacman/pacman.c:461
+#: src/pacman/pacman.c:452
#, c-format
msgid "failed to initilize alpm library (%s)\n"
msgstr "échec d'initialisation de la librairie alpm (%s)\n"
-#: src/pacman/pacman.c:494
+#: src/pacman/pacman.c:485
msgid "you cannot perform this operation unless you are root.\n"
msgstr "vous ne pouvez effectuer cette opération à moins d'être root.\n"
-#: src/pacman/pacman.c:510
+#: src/pacman/pacman.c:501
#, fuzzy, c-format
msgid "failed to parse config (%s)\n"
msgstr "échec de préparation de la transaction (%s)\n"
-#: src/pacman/pacman.c:520 src/pacman/remove.c:125 src/pacman/util.c:323
+#: src/pacman/pacman.c:511 src/pacman/remove.c:125 src/pacman/util.c:323
msgid "Targets:"
msgstr "Cibles:"
-#: src/pacman/pacman.c:526
+#: src/pacman/pacman.c:517
#, c-format
msgid "could not register 'local' database (%s)\n"
msgstr "n'a pas pu enregistrer la base de données 'locale' (%s)\n"
-#: src/pacman/pacman.c:533
+#: src/pacman/pacman.c:524
msgid "no targets specified (use -h for help)\n"
msgstr "aucune cible spécifiée (utiliser -h pour de l'aide)\n"
-#: src/pacman/pacman.c:546
+#: src/pacman/pacman.c:537
msgid "no operation specified (use -h for help)\n"
msgstr "aucune opération spécifiée (utiliser -h pour de l'aide)\n"
@@ -975,126 +951,133 @@ msgstr ""
msgid "Proceed with installation? [Y/n] "
msgstr "Procéder au téléchargement? [O/n] "
-#: src/pacman/trans.c:52
+#: src/pacman/trans.c:53
msgid "checking dependencies... "
msgstr "vérification des dépendances..."
-#: src/pacman/trans.c:56
+#: src/pacman/trans.c:57
msgid "checking for file conflicts... "
msgstr "vérification des conflits de fichiers..."
-#: src/pacman/trans.c:60
+#: src/pacman/trans.c:61
#, fuzzy
msgid "cleaning up... "
msgstr "désinstallation de %s... "
-#: src/pacman/trans.c:63
+#: src/pacman/trans.c:64
msgid "resolving dependencies... "
msgstr "résolution des dépendances..."
-#: src/pacman/trans.c:66
+#: src/pacman/trans.c:67
msgid "looking for inter-conflicts... "
msgstr "recherche inter-conflits... "
-#: src/pacman/trans.c:86
+#: src/pacman/trans.c:87
#, c-format
msgid "installing %s... "
msgstr "installation de %s ..."
-#: src/pacman/trans.c:93
+#: src/pacman/trans.c:94
#, c-format
msgid "installed %s (%s)"
msgstr "%s installé (%s)"
-#: src/pacman/trans.c:100
+#: src/pacman/trans.c:101
#, c-format
msgid "removing %s... "
msgstr "désinstallation de %s... "
-#: src/pacman/trans.c:107
+#: src/pacman/trans.c:108
#, c-format
msgid "removed %s (%s)"
msgstr "%s désinstallé (%s)"
-#: src/pacman/trans.c:114
+#: src/pacman/trans.c:115
#, c-format
msgid "upgrading %s... "
msgstr "mise à jour de %s... "
-#: src/pacman/trans.c:121
+#: src/pacman/trans.c:122
#, c-format
msgid "upgraded %s (%s -> %s)"
msgstr "%s mit à jour (%s -> %s)"
-#: src/pacman/trans.c:128
+#: src/pacman/trans.c:129
msgid "checking package integrity... "
msgstr "verification de l'intégrité des paquets"
-#: src/pacman/trans.c:144
+#: src/pacman/trans.c:145
msgid "failed.\n"
msgstr ""
-#: src/pacman/trans.c:151
+#: src/pacman/trans.c:152
#, fuzzy, c-format
msgid ":: Retrieving packages from %s...\n"
msgstr ""
"\n"
":: Récupération des paquets depuis %s...\n"
-#: src/pacman/trans.c:171
+#: src/pacman/trans.c:172
#, c-format
msgid ":: %s requires %s, but it is in IgnorePkg. Install anyway? [Y/n] "
msgstr ""
":: %s requiert %s, mais il est défini en IgnorePkg. Installer tout de même? "
"[Y/n] "
-#: src/pacman/trans.c:185
+#: src/pacman/trans.c:177
+#, fuzzy, c-format
+msgid ":: %s is in IgnorePkg. Install anyway? [Y/n] "
+msgstr ""
+":: %s requiert %s, mais il est défini en IgnorePkg. Installer tout de même? "
+"[Y/n] "
+
+#: src/pacman/trans.c:190
#, fuzzy, c-format
msgid ":: %s is designated as a HoldPkg. Remove anyway? [Y/n] "
msgstr ":: %s est indiqué comme \"HoldPkg\". Supprimer tout de même? [Y/n] "
-#: src/pacman/trans.c:198
+#: src/pacman/trans.c:203
#, c-format
msgid ":: Replace %s with %s/%s? [Y/n] "
msgstr ":: Remplacer %s avec %s/%s? [O/n] "
-#: src/pacman/trans.c:213
+#: src/pacman/trans.c:218
#, c-format
msgid ":: %s conflicts with %s. Remove %s? [Y/n] "
msgstr ":: %s est en conflit avec with %s. Retirer %s? [O/n] "
-#: src/pacman/trans.c:229
+#: src/pacman/trans.c:234
#, c-format
msgid ":: %s-%s: local version is newer. Upgrade anyway? [Y/n] "
msgstr ""
":: %s-%s: la version locale est plus récente. Mettre à jour tout de même? [Y/"
"n] "
-#: src/pacman/trans.c:247
+#: src/pacman/trans.c:252
#, c-format
msgid ":: %s-%s: local version is up to date. Upgrade anyway? [Y/n] "
msgstr ""
":: %s-%s: la version locale est à jour. Mettre à jour tout de même? [Y/n] "
-#: src/pacman/trans.c:265
+#: src/pacman/trans.c:270
#, c-format
msgid ":: Archive %s is corrupted. Do you want to delete it? [Y/n] "
msgstr ":: L'archive %s est corrompue. Voulez vous l'effacer? [Y/n] "
-#: src/pacman/trans.c:319
+#: src/pacman/trans.c:326
msgid "installing"
msgstr "Installation"
-#: src/pacman/trans.c:322
+#: src/pacman/trans.c:329
msgid "upgrading"
msgstr "Mise à jour"
-#: src/pacman/trans.c:325
+#: src/pacman/trans.c:332
#, fuzzy
msgid "removing"
msgstr "désinstallation de %s... "
-#: src/pacman/trans.c:328
+#: src/pacman/trans.c:335
#, fuzzy
msgid "checking for file conflicts"
msgstr "vérification des conflits de fichiers..."
@@ -1136,6 +1119,21 @@ msgstr ""
"\n"
"Taille Totale du Paquet: %.1f MB\n"
+#~ msgid "memory allocation failure\n"
+#~ msgstr "erreur d'allocation mémoire\n"
+
+#~ msgid "add target %s\n"
+#~ msgstr "ajout de la cible %s\n"
+
+#~ msgid "could not add target (%s)\n"
+#~ msgstr "n'a pas pu ajouter la cible (%s)\n"
+
+#~ msgid "conflict: %s"
+#~ msgstr "conflit: %s"
+
+#~ msgid "could not release transaction (%s)"
+#~ msgstr "n'a pas pu libérer la transaction (%s)"
+
#, fuzzy
#~ msgid " done.\n"
#~ msgstr "fait.\n"
diff --git a/src/pacman/po/hu.po b/src/pacman/po/hu.po
index 3d6f046a..70e4e4a7 100644
--- a/src/pacman/po/hu.po
+++ b/src/pacman/po/hu.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: hu\n"
"Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n"
-"POT-Creation-Date: 2007-02-22 11:13-0500\n"
+"POT-Creation-Date: 2007-03-03 23:42-0600\n"
"PO-Revision-Date: 2006-09-03 13:52+0200\n"
"Last-Translator: Miklos Vajna <vmiklos@frugalware.org>\n"
"MIME-Version: 1.0\n"
@@ -16,8 +16,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: src/pacman/add.c:69 src/pacman/deptest.c:57 src/pacman/remove.c:79
-#: src/pacman/sync.c:482 src/pacman/sync.c:531
+#: src/pacman/add.c:69 src/pacman/remove.c:79 src/pacman/sync.c:482
+#: src/pacman/sync.c:531
#, c-format
msgid ""
" if you're sure a package manager is not already running,\n"
@@ -35,10 +35,10 @@ msgstr "csomag adatainak betöltése... "
msgid "failed to add target '%s' (%s)"
msgstr "nem sikerült a '%s' célt hozzáadni (%s)\n"
-#: src/pacman/add.c:85 src/pacman/sync.c:196 src/pacman/trans.c:70
-#: src/pacman/trans.c:77 src/pacman/trans.c:81 src/pacman/trans.c:91
-#: src/pacman/trans.c:105 src/pacman/trans.c:119 src/pacman/trans.c:131
-#: src/pacman/trans.c:142
+#: src/pacman/add.c:85 src/pacman/sync.c:196 src/pacman/trans.c:71
+#: src/pacman/trans.c:78 src/pacman/trans.c:82 src/pacman/trans.c:92
+#: src/pacman/trans.c:106 src/pacman/trans.c:120 src/pacman/trans.c:132
+#: src/pacman/trans.c:143
msgid "done.\n"
msgstr "kész.\n"
@@ -47,27 +47,27 @@ msgstr "kész.\n"
msgid "failed to prepare transaction (%s)\n"
msgstr "nem sikerült elõkészíteni a tranzakciót (%s)\n"
-#: src/pacman/add.c:97
+#: src/pacman/add.c:101
#, c-format
msgid ":: %s: requires %s"
msgstr ":: %s: igényli a következõt: %s"
-#: src/pacman/add.c:118 src/pacman/sync.c:645
+#: src/pacman/add.c:122 src/pacman/sync.c:645
#, c-format
msgid ":: %s: conflicts with %s"
msgstr ":: %s: ütközik a következõvel: %s"
-#: src/pacman/add.c:127 src/pacman/sync.c:709
+#: src/pacman/add.c:131 src/pacman/sync.c:709
#, fuzzy, c-format
-msgid "%s%s exists in both '%s' and '%s'\n"
+msgid "%s exists in both '%s' and '%s'\n"
msgstr "%s%s: létezik ebben: \"%s\" (cél) és ebben: \"%s\" (cél)"
-#: src/pacman/add.c:134 src/pacman/sync.c:716
+#: src/pacman/add.c:137 src/pacman/sync.c:715
#, fuzzy, c-format
-msgid "%s: %s%s exists in filesystem\n"
+msgid "%s: %s exists in filesystem\n"
msgstr "%s: a %s%s létezik a fájlrendszerben"
-#: src/pacman/add.c:141 src/pacman/sync.c:723 src/pacman/sync.c:729
+#: src/pacman/add.c:143 src/pacman/sync.c:721 src/pacman/sync.c:727
msgid ""
"\n"
"errors occurred, no packages were upgraded.\n"
@@ -75,51 +75,27 @@ msgstr ""
"\n"
"hibák léptek fel, nem frissült csomag.\n"
-#: src/pacman/add.c:151 src/pacman/sync.c:652
+#: src/pacman/add.c:153 src/pacman/sync.c:652
#, c-format
msgid ":: %.1f MB required, have %.1f MB"
msgstr ":: %.1f MB szükséges, %.1f MB áll rendelkezésre"
-#: src/pacman/add.c:164 src/pacman/remove.c:138 src/pacman/sync.c:702
+#: src/pacman/add.c:166 src/pacman/remove.c:138 src/pacman/sync.c:702
#, c-format
msgid "failed to commit transaction (%s)\n"
msgstr "nem sikerült végrehajtani a tranzakciót (%s)\n"
-#: src/pacman/add.c:174 src/pacman/remove.c:148 src/pacman/sync.c:524
-#: src/pacman/sync.c:745
+#: src/pacman/add.c:176 src/pacman/remove.c:148 src/pacman/sync.c:524
+#: src/pacman/sync.c:743
#, c-format
msgid "failed to release transaction (%s)\n"
msgstr "nem sikerült lezárni a tranzakciót (%s)\n"
-#: src/pacman/deptest.c:70
-msgid "memory allocation failure\n"
-msgstr "memória allokálási hiba\n"
-
-#: src/pacman/deptest.c:81
-#, c-format
-msgid "add target %s\n"
-msgstr "cél hozzáadása: %s\n"
-
-#: src/pacman/deptest.c:84
-#, c-format
-msgid "could not add target (%s)\n"
-msgstr "nem sikerült hozzáadni a célt (%s)\n"
-
-#: src/pacman/deptest.c:103
+#: src/pacman/deptest.c:64
#, c-format
msgid "requires: %s"
msgstr "igényli a következõt: %s"
-#: src/pacman/deptest.c:127
-#, c-format
-msgid "conflict: %s"
-msgstr "ütközik a következõvel: %s"
-
-#: src/pacman/deptest.c:141 src/pacman/deptest.c:159
-#, c-format
-msgid "could not release transaction (%s)"
-msgstr "nem sikerült a tranzakciót lezárni (%s)"
-
#: src/pacman/log.c:61
#, c-format
msgid "debug"
@@ -329,7 +305,7 @@ msgstr "HIÁNYZIK\t\t%s\n"
msgid "(none)\n"
msgstr "Nincs\n"
-#: src/pacman/package.c:234
+#: src/pacman/package.c:243
#, c-format
msgid "No changelog available for '%s'.\n"
msgstr "Nem áll rendelkezésre változási napló a '%s' csomaghoz.\n"
@@ -645,62 +621,62 @@ msgstr ""
msgid " the terms of the GNU General Public License\n"
msgstr " foglaltak alapján szabadon terjesztheti\n"
-#: src/pacman/pacman.c:298
+#: src/pacman/pacman.c:297
#, fuzzy, c-format
msgid "'%s' is not a valid debug level"
msgstr "%s: nem érvényes reguláris kifejezés.\n"
-#: src/pacman/pacman.c:313
+#: src/pacman/pacman.c:312
#, fuzzy, c-format
msgid "'%s' is not a valid cache directory\n"
msgstr "nem sikerült elérni a gyorsítótár könyvtárát\n"
-#: src/pacman/pacman.c:339
+#: src/pacman/pacman.c:330
#, fuzzy, c-format
msgid "'%s' is not a valid db path\n"
msgstr "%s: nem érvényes reguláris kifejezés.\n"
-#: src/pacman/pacman.c:369
+#: src/pacman/pacman.c:360
#, fuzzy, c-format
msgid "'%s' is not a valid root path\n"
msgstr "%s: nem érvényes reguláris kifejezés.\n"
-#: src/pacman/pacman.c:396
+#: src/pacman/pacman.c:387
msgid "only one operation may be used at a time\n"
msgstr "csak egy mûvelet hajtható végre egyszerre\n"
-#: src/pacman/pacman.c:442
+#: src/pacman/pacman.c:433
msgid "warning: current locale is invalid; using default \"C\" locale"
msgstr ""
-#: src/pacman/pacman.c:461
+#: src/pacman/pacman.c:452
#, c-format
msgid "failed to initilize alpm library (%s)\n"
msgstr "nem sikerült inicializálni az alpm könyvtárat (%s)\n"
-#: src/pacman/pacman.c:494
+#: src/pacman/pacman.c:485
msgid "you cannot perform this operation unless you are root.\n"
msgstr "nem hajtható végre ez a mûvelet hacsak nem rendszergazda.\n"
-#: src/pacman/pacman.c:510
+#: src/pacman/pacman.c:501
#, c-format
msgid "failed to parse config (%s)\n"
msgstr "nem sikerült értelmezni a beállítási fájlt (%s)\n"
-#: src/pacman/pacman.c:520 src/pacman/remove.c:125 src/pacman/util.c:323
+#: src/pacman/pacman.c:511 src/pacman/remove.c:125 src/pacman/util.c:323
msgid "Targets:"
msgstr "Célok:"
-#: src/pacman/pacman.c:526
+#: src/pacman/pacman.c:517
#, c-format
msgid "could not register 'local' database (%s)\n"
msgstr "nem sikerült regisztrálni a 'local' adatbázist (%s)\n"
-#: src/pacman/pacman.c:533
+#: src/pacman/pacman.c:524
msgid "no targets specified (use -h for help)\n"
msgstr "nincs megadva egyetlen cél se (használja a '-h'-t segítségért)\n"
-#: src/pacman/pacman.c:546
+#: src/pacman/pacman.c:537
msgid "no operation specified (use -h for help)\n"
msgstr "nincs megadva egyetlen mûvelet se (használja a '-h'-t segítségért)\n"
@@ -955,122 +931,128 @@ msgstr ""
msgid "Proceed with installation? [Y/n] "
msgstr "Kezdõdhet a letöltés? [I/n] "
-#: src/pacman/trans.c:52
+#: src/pacman/trans.c:53
msgid "checking dependencies... "
msgstr "függõségek vizsgálata... "
-#: src/pacman/trans.c:56
+#: src/pacman/trans.c:57
msgid "checking for file conflicts... "
msgstr "fájlütközések vizsgálata... "
-#: src/pacman/trans.c:60
+#: src/pacman/trans.c:61
#, fuzzy
msgid "cleaning up... "
msgstr "%s eltávolítása... "
-#: src/pacman/trans.c:63
+#: src/pacman/trans.c:64
msgid "resolving dependencies... "
msgstr "függõségek feloldása... "
-#: src/pacman/trans.c:66
+#: src/pacman/trans.c:67
msgid "looking for inter-conflicts... "
msgstr "belsõ ütközések keresése... "
-#: src/pacman/trans.c:86
+#: src/pacman/trans.c:87
#, c-format
msgid "installing %s... "
msgstr "%s telepítése... "
-#: src/pacman/trans.c:93
+#: src/pacman/trans.c:94
#, c-format
msgid "installed %s (%s)"
msgstr "%s telepítve (%s)"
-#: src/pacman/trans.c:100
+#: src/pacman/trans.c:101
#, c-format
msgid "removing %s... "
msgstr "%s eltávolítása... "
-#: src/pacman/trans.c:107
+#: src/pacman/trans.c:108
#, c-format
msgid "removed %s (%s)"
msgstr "%s eltávolítva (%s)"
-#: src/pacman/trans.c:114
+#: src/pacman/trans.c:115
#, c-format
msgid "upgrading %s... "
msgstr "%s frissítése... "
-#: src/pacman/trans.c:121
+#: src/pacman/trans.c:122
#, c-format
msgid "upgraded %s (%s -> %s)"
msgstr "%s frissítve (%s -> %s)"
-#: src/pacman/trans.c:128
+#: src/pacman/trans.c:129
msgid "checking package integrity... "
msgstr "a csomagok integritásának ellenõrzése... "
-#: src/pacman/trans.c:144
+#: src/pacman/trans.c:145
#, fuzzy
msgid "failed.\n"
msgstr " sikertelen.\n"
-#: src/pacman/trans.c:151
+#: src/pacman/trans.c:152
#, fuzzy, c-format
msgid ":: Retrieving packages from %s...\n"
msgstr ""
"\n"
":: Csomagok letöltése a %s-bõl...\n"
-#: src/pacman/trans.c:171
+#: src/pacman/trans.c:172
#, c-format
msgid ":: %s requires %s, but it is in IgnorePkg. Install anyway? [Y/n] "
msgstr ""
":: a %s igényli a %s-t, de az az IgnorePkg része. Mégis telepíti? [I/n] "
-#: src/pacman/trans.c:185
+#: src/pacman/trans.c:177
+#, fuzzy, c-format
+msgid ":: %s is in IgnorePkg. Install anyway? [Y/n] "
+msgstr ""
+":: a %s igényli a %s-t, de az az IgnorePkg része. Mégis telepíti? [I/n] "
+
+#: src/pacman/trans.c:190
#, fuzzy, c-format
msgid ":: %s is designated as a HoldPkg. Remove anyway? [Y/n] "
msgstr ":: a %s HoldPkgnak lett jelölve. Biztosan eltávolítja? [I/n] "
-#: src/pacman/trans.c:198
+#: src/pacman/trans.c:203
#, c-format
msgid ":: Replace %s with %s/%s? [Y/n] "
msgstr ":: Lecseréli a %s-t erre: %s/%s? [I/n] "
-#: src/pacman/trans.c:213
+#: src/pacman/trans.c:218
#, c-format
msgid ":: %s conflicts with %s. Remove %s? [Y/n] "
msgstr ":: a %s ütközik a következõvel: %s. Eltávolítja a %s-t? [I/n] "
-#: src/pacman/trans.c:229
+#: src/pacman/trans.c:234
#, c-format
msgid ":: %s-%s: local version is newer. Upgrade anyway? [Y/n] "
msgstr ":: %s-%s: a helyi verzió újabb. Mégis frissíti? [I/n] "
-#: src/pacman/trans.c:247
+#: src/pacman/trans.c:252
#, c-format
msgid ":: %s-%s: local version is up to date. Upgrade anyway? [Y/n] "
msgstr ":: %s-%s: a helyi verzió naprakész. Mégis frissíti? [I/n] "
-#: src/pacman/trans.c:265
+#: src/pacman/trans.c:270
#, c-format
msgid ":: Archive %s is corrupted. Do you want to delete it? [Y/n] "
msgstr ":: A %s sérült. Kívánja törölni? [I/n] "
-#: src/pacman/trans.c:319
+#: src/pacman/trans.c:326
msgid "installing"
msgstr "telepítés:"
-#: src/pacman/trans.c:322
+#: src/pacman/trans.c:329
msgid "upgrading"
msgstr "frissítés:"
-#: src/pacman/trans.c:325
+#: src/pacman/trans.c:332
msgid "removing"
msgstr "eltávolíás:"
-#: src/pacman/trans.c:328
+#: src/pacman/trans.c:335
#, fuzzy
msgid "checking for file conflicts"
msgstr "fájlütközések vizsgálata... "
@@ -1112,6 +1094,21 @@ msgstr ""
"\n"
"Teljes csomagméret: %.1f MB\n"
+#~ msgid "memory allocation failure\n"
+#~ msgstr "memória allokálási hiba\n"
+
+#~ msgid "add target %s\n"
+#~ msgstr "cél hozzáadása: %s\n"
+
+#~ msgid "could not add target (%s)\n"
+#~ msgstr "nem sikerült hozzáadni a célt (%s)\n"
+
+#~ msgid "conflict: %s"
+#~ msgstr "ütközik a következõvel: %s"
+
+#~ msgid "could not release transaction (%s)"
+#~ msgstr "nem sikerült a tranzakciót lezárni (%s)"
+
#~ msgid "] 100% LOCAL "
#~ msgstr "] 100% HELYI "
diff --git a/src/pacman/po/it.po b/src/pacman/po/it.po
index 71a25b46..484f32e0 100644
--- a/src/pacman/po/it.po
+++ b/src/pacman/po/it.po
@@ -9,7 +9,7 @@ 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-23 11:47+0100\n"
+"POT-Creation-Date: 2007-03-03 23:42-0600\n"
"PO-Revision-Date: 2007-02-23 12:00+0100\n"
"Last-Translator: Giovanni Scafora <linuxmania@gmail.com>\n"
"Language-Team: Arch Linux Italian Team <linuxmania@gmail.com>\n"
@@ -18,8 +18,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: src/pacman/add.c:69 src/pacman/deptest.c:57 src/pacman/remove.c:79
-#: src/pacman/sync.c:482 src/pacman/sync.c:531
+#: src/pacman/add.c:69 src/pacman/remove.c:79 src/pacman/sync.c:482
+#: src/pacman/sync.c:531
#, c-format
msgid ""
" if you're sure a package manager is not already running,\n"
@@ -37,10 +37,10 @@ msgstr "caricamento dei dati in corso... "
msgid "failed to add target '%s' (%s)"
msgstr "impossibile aggiungere il pacchetto '%s' (%s)"
-#: src/pacman/add.c:85 src/pacman/sync.c:196 src/pacman/trans.c:70
-#: src/pacman/trans.c:77 src/pacman/trans.c:81 src/pacman/trans.c:91
-#: src/pacman/trans.c:105 src/pacman/trans.c:119 src/pacman/trans.c:131
-#: src/pacman/trans.c:142
+#: src/pacman/add.c:85 src/pacman/sync.c:196 src/pacman/trans.c:71
+#: src/pacman/trans.c:78 src/pacman/trans.c:82 src/pacman/trans.c:92
+#: src/pacman/trans.c:106 src/pacman/trans.c:120 src/pacman/trans.c:132
+#: src/pacman/trans.c:143
msgid "done.\n"
msgstr "fatto.\n"
@@ -49,27 +49,27 @@ msgstr "fatto.\n"
msgid "failed to prepare transaction (%s)\n"
msgstr "preparazione non riuscita (%s)\n"
-#: src/pacman/add.c:97
+#: src/pacman/add.c:101
#, c-format
msgid ":: %s: requires %s"
msgstr ":: %s: richiede %s"
-#: src/pacman/add.c:118 src/pacman/sync.c:645
+#: src/pacman/add.c:122 src/pacman/sync.c:645
#, c-format
msgid ":: %s: conflicts with %s"
msgstr ":: %s: va in conflitto con %s"
-#: src/pacman/add.c:127 src/pacman/sync.c:709
+#: src/pacman/add.c:131 src/pacman/sync.c:709
#, c-format
msgid "%s exists in both '%s' and '%s'\n"
msgstr "%s è già presente in '%s' e in '%s'\n"
-#: src/pacman/add.c:133 src/pacman/sync.c:715
+#: src/pacman/add.c:137 src/pacman/sync.c:715
#, c-format
msgid "%s: %s exists in filesystem\n"
msgstr "%s: %s è già presente nel filesystem\n"
-#: src/pacman/add.c:139 src/pacman/sync.c:721 src/pacman/sync.c:727
+#: src/pacman/add.c:143 src/pacman/sync.c:721 src/pacman/sync.c:727
msgid ""
"\n"
"errors occurred, no packages were upgraded.\n"
@@ -77,51 +77,27 @@ msgstr ""
"\n"
"si sono verificati degli errori, nessun pacchetto è stato aggiornato.\n"
-#: src/pacman/add.c:149 src/pacman/sync.c:652
+#: src/pacman/add.c:153 src/pacman/sync.c:652
#, c-format
msgid ":: %.1f MB required, have %.1f MB"
msgstr ":: %.1f MB richiesti, spazio a disposizione %.1f MB"
-#: src/pacman/add.c:162 src/pacman/remove.c:138 src/pacman/sync.c:702
+#: src/pacman/add.c:166 src/pacman/remove.c:138 src/pacman/sync.c:702
#, c-format
msgid "failed to commit transaction (%s)\n"
msgstr "impossibile eseguire l'operazione richiesta (%s)\n"
-#: src/pacman/add.c:172 src/pacman/remove.c:148 src/pacman/sync.c:524
+#: src/pacman/add.c:176 src/pacman/remove.c:148 src/pacman/sync.c:524
#: src/pacman/sync.c:743
#, c-format
msgid "failed to release transaction (%s)\n"
msgstr "impossibile annullare l'operazione richiesta (%s)\n"
-#: src/pacman/deptest.c:70
-msgid "memory allocation failure\n"
-msgstr "allocazione della memoria non riuscita\n"
-
-#: src/pacman/deptest.c:81
-#, c-format
-msgid "add target %s\n"
-msgstr "aggiungere il pacchetto %s\n"
-
-#: src/pacman/deptest.c:84
-#, c-format
-msgid "could not add target (%s)\n"
-msgstr "impossibile aggiungere il pacchetto (%s)\n"
-
-#: src/pacman/deptest.c:103
+#: src/pacman/deptest.c:64
#, c-format
msgid "requires: %s"
msgstr "richiede: %s"
-#: src/pacman/deptest.c:127
-#, c-format
-msgid "conflict: %s"
-msgstr "conflitto: %s"
-
-#: src/pacman/deptest.c:141 src/pacman/deptest.c:159
-#, c-format
-msgid "could not release transaction (%s)"
-msgstr "impossibile annullare l'operazione richiesta (%s)"
-
#: src/pacman/log.c:61
#, c-format
msgid "debug"
@@ -324,7 +300,7 @@ msgstr "MANCANTE\t\t%s\n"
msgid "(none)\n"
msgstr "(nessuno)\n"
-#: src/pacman/package.c:234
+#: src/pacman/package.c:243
#, c-format
msgid "No changelog available for '%s'.\n"
msgstr "Nessun changelog disponibile per '%s'.\n"
@@ -648,62 +624,62 @@ msgstr ""
msgid " the terms of the GNU General Public License\n"
msgstr " the terms of the GNU General Public License\n"
-#: src/pacman/pacman.c:298
+#: src/pacman/pacman.c:297
#, c-format
msgid "'%s' is not a valid debug level"
msgstr "'%s' livello di debug non valido"
-#: src/pacman/pacman.c:313
+#: src/pacman/pacman.c:312
#, c-format
msgid "'%s' is not a valid cache directory\n"
msgstr "'%s' non è una directory di cache valida\n"
-#: src/pacman/pacman.c:339
+#: src/pacman/pacman.c:330
#, c-format
msgid "'%s' is not a valid db path\n"
msgstr "'%s' non è un path del database valido\n"
-#: src/pacman/pacman.c:369
+#: src/pacman/pacman.c:360
#, c-format
msgid "'%s' is not a valid root path\n"
msgstr "'%s' path di root non valido\n"
-#: src/pacman/pacman.c:396
+#: src/pacman/pacman.c:387
msgid "only one operation may be used at a time\n"
msgstr "è consentito eseguire solo un'operazione per volta\n"
-#: src/pacman/pacman.c:442
+#: src/pacman/pacman.c:433
msgid "warning: current locale is invalid; using default \"C\" locale"
msgstr "attenzione: locale non valido, verrà utilizzato il locale \"C\""
-#: src/pacman/pacman.c:461
+#: src/pacman/pacman.c:452
#, c-format
msgid "failed to initilize alpm library (%s)\n"
msgstr "impossibile inizializzare la libreria alpm (%s)\n"
-#: src/pacman/pacman.c:494
+#: src/pacman/pacman.c:485
msgid "you cannot perform this operation unless you are root.\n"
msgstr "operazione possibile solo da root.\n"
-#: src/pacman/pacman.c:510
+#: src/pacman/pacman.c:501
#, c-format
msgid "failed to parse config (%s)\n"
msgstr "impossibile analizzare la configurazione (%s)\n"
-#: src/pacman/pacman.c:520 src/pacman/remove.c:125 src/pacman/util.c:323
+#: src/pacman/pacman.c:511 src/pacman/remove.c:125 src/pacman/util.c:323
msgid "Targets:"
msgstr "Pacchetti:"
-#: src/pacman/pacman.c:526
+#: src/pacman/pacman.c:517
#, c-format
msgid "could not register 'local' database (%s)\n"
msgstr "impossibile registrare il database 'locale' (%s)\n"
-#: src/pacman/pacman.c:533
+#: src/pacman/pacman.c:524
msgid "no targets specified (use -h for help)\n"
msgstr "nessun pacchetto specificato (usare -h per un aiuto)\n"
-#: src/pacman/pacman.c:546
+#: src/pacman/pacman.c:537
msgid "no operation specified (use -h for help)\n"
msgstr "nessuna operazione specificata (usare -h per un aiuto)\n"
@@ -952,124 +928,124 @@ msgstr ""
msgid "Proceed with installation? [Y/n] "
msgstr "Procedere con l'installazione? [Y/n] "
-#: src/pacman/trans.c:52
+#: src/pacman/trans.c:53
msgid "checking dependencies... "
msgstr "controllo delle dipendenze in corso... "
-#: src/pacman/trans.c:56
+#: src/pacman/trans.c:57
msgid "checking for file conflicts... "
msgstr "controllo dei conflitti in corso... "
-#: src/pacman/trans.c:60
+#: src/pacman/trans.c:61
msgid "cleaning up... "
msgstr "pulizia in corso... "
-#: src/pacman/trans.c:63
+#: src/pacman/trans.c:64
msgid "resolving dependencies... "
msgstr "risoluzione delle dipendenze in corso... "
-#: src/pacman/trans.c:66
+#: src/pacman/trans.c:67
msgid "looking for inter-conflicts... "
msgstr "ricerca dei conflitti in corso... "
-#: src/pacman/trans.c:86
+#: src/pacman/trans.c:87
#, c-format
msgid "installing %s... "
msgstr "installazione di %s in corso... "
-#: src/pacman/trans.c:93
+#: src/pacman/trans.c:94
#, c-format
msgid "installed %s (%s)"
msgstr "installato %s (%s)"
-#: src/pacman/trans.c:100
+#: src/pacman/trans.c:101
#, c-format
msgid "removing %s... "
msgstr "rimozione in corso di %s... "
-#: src/pacman/trans.c:107
+#: src/pacman/trans.c:108
#, c-format
msgid "removed %s (%s)"
msgstr "rimosso %s (%s)"
-#: src/pacman/trans.c:114
+#: src/pacman/trans.c:115
#, c-format
msgid "upgrading %s... "
msgstr "aggiornamento in corso di %s... "
-#: src/pacman/trans.c:121
+#: src/pacman/trans.c:122
#, c-format
msgid "upgraded %s (%s -> %s)"
msgstr "aggiornato %s (%s -> %s)"
-#: src/pacman/trans.c:128
+#: src/pacman/trans.c:129
msgid "checking package integrity... "
msgstr "controllo dell'integrità dei pacchetti in corso... "
-#: src/pacman/trans.c:144
+#: src/pacman/trans.c:145
msgid "failed.\n"
msgstr "non riuscito.\n"
-#: src/pacman/trans.c:151
+#: src/pacman/trans.c:152
#, c-format
msgid ":: Retrieving packages from %s...\n"
msgstr ":: Recupero dei pacchetti da %s...\n"
-#: src/pacman/trans.c:171
+#: src/pacman/trans.c:172
#, c-format
msgid ":: %s requires %s, but it is in IgnorePkg. Install anyway? [Y/n] "
msgstr ":: %s richiede %s, ma è in IgnorePkg. Installare ugualmente? [Y/n] "
-#: src/pacman/trans.c:176
+#: src/pacman/trans.c:177
#, c-format
msgid ":: %s is in IgnorePkg. Install anyway? [Y/n] "
msgstr ":: %s è in IgnorePkg. Installare ugualmente? [Y/n] "
-#: src/pacman/trans.c:189
+#: src/pacman/trans.c:190
#, c-format
msgid ":: %s is designated as a HoldPkg. Remove anyway? [Y/n] "
msgstr ":: %s è in HoldPkg. Rimuovere ugualmente? [Y/n] "
-#: src/pacman/trans.c:202
+#: src/pacman/trans.c:203
#, c-format
msgid ":: Replace %s with %s/%s? [Y/n] "
msgstr ":: Sostituire %s con %s/%s? [Y/n] "
-#: src/pacman/trans.c:217
+#: src/pacman/trans.c:218
#, c-format
msgid ":: %s conflicts with %s. Remove %s? [Y/n] "
msgstr ":: %s va in conflitto con %s. Rimuovere %s? [Y/n] "
-#: src/pacman/trans.c:233
+#: src/pacman/trans.c:234
#, c-format
msgid ":: %s-%s: local version is newer. Upgrade anyway? [Y/n] "
msgstr ""
":: %s-%s: la versione installata è più recente. Aggiornare ugualmente? [Y/n] "
-#: src/pacman/trans.c:251
+#: src/pacman/trans.c:252
#, c-format
msgid ":: %s-%s: local version is up to date. Upgrade anyway? [Y/n] "
msgstr ""
":: %s-%s: la versione installata è aggiornata. Aggiornare ugualmente? [Y/n] "
-#: src/pacman/trans.c:269
+#: src/pacman/trans.c:270
#, c-format
msgid ":: Archive %s is corrupted. Do you want to delete it? [Y/n] "
msgstr ":: L'archivio %s è corrotto. Eliminarlo? [Y/n] "
-#: src/pacman/trans.c:323
+#: src/pacman/trans.c:326
msgid "installing"
msgstr "installazione in corso di "
-#: src/pacman/trans.c:326
+#: src/pacman/trans.c:329
msgid "upgrading"
msgstr "aggiornamento in corso di"
-#: src/pacman/trans.c:329
+#: src/pacman/trans.c:332
msgid "removing"
msgstr "rimozione in corso di"
-#: src/pacman/trans.c:332
+#: src/pacman/trans.c:335
msgid "checking for file conflicts"
msgstr "controllo dei conflitti in corso"
@@ -1104,3 +1080,18 @@ msgstr ""
#, c-format
msgid "Total Installed Size: %.2f MB\n"
msgstr "Dimensione totale dei pacchetti installati: %.2f MB\n"
+
+#~ msgid "memory allocation failure\n"
+#~ msgstr "allocazione della memoria non riuscita\n"
+
+#~ msgid "add target %s\n"
+#~ msgstr "aggiungere il pacchetto %s\n"
+
+#~ msgid "could not add target (%s)\n"
+#~ msgstr "impossibile aggiungere il pacchetto (%s)\n"
+
+#~ msgid "conflict: %s"
+#~ msgstr "conflitto: %s"
+
+#~ msgid "could not release transaction (%s)"
+#~ msgstr "impossibile annullare l'operazione richiesta (%s)"
diff --git a/src/pacman/po/pacman.pot b/src/pacman/po/pacman.pot
index 6cfe4af6..ec3effa3 100644
--- a/src/pacman/po/pacman.pot
+++ b/src/pacman/po/pacman.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n"
-"POT-Creation-Date: 2007-02-22 11:13-0500\n"
+"POT-Creation-Date: 2007-03-03 23:42-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,8 +16,8 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: src/pacman/add.c:69 src/pacman/deptest.c:57 src/pacman/remove.c:79
-#: src/pacman/sync.c:482 src/pacman/sync.c:531
+#: src/pacman/add.c:69 src/pacman/remove.c:79 src/pacman/sync.c:482
+#: src/pacman/sync.c:531
#, c-format
msgid ""
" if you're sure a package manager is not already running,\n"
@@ -33,10 +33,10 @@ msgstr ""
msgid "failed to add target '%s' (%s)"
msgstr ""
-#: src/pacman/add.c:85 src/pacman/sync.c:196 src/pacman/trans.c:70
-#: src/pacman/trans.c:77 src/pacman/trans.c:81 src/pacman/trans.c:91
-#: src/pacman/trans.c:105 src/pacman/trans.c:119 src/pacman/trans.c:131
-#: src/pacman/trans.c:142
+#: src/pacman/add.c:85 src/pacman/sync.c:196 src/pacman/trans.c:71
+#: src/pacman/trans.c:78 src/pacman/trans.c:82 src/pacman/trans.c:92
+#: src/pacman/trans.c:106 src/pacman/trans.c:120 src/pacman/trans.c:132
+#: src/pacman/trans.c:143
msgid "done.\n"
msgstr ""
@@ -45,77 +45,53 @@ msgstr ""
msgid "failed to prepare transaction (%s)\n"
msgstr ""
-#: src/pacman/add.c:97
+#: src/pacman/add.c:101
#, c-format
msgid ":: %s: requires %s"
msgstr ""
-#: src/pacman/add.c:118 src/pacman/sync.c:645
+#: src/pacman/add.c:122 src/pacman/sync.c:645
#, c-format
msgid ":: %s: conflicts with %s"
msgstr ""
-#: src/pacman/add.c:127 src/pacman/sync.c:709
+#: src/pacman/add.c:131 src/pacman/sync.c:709
#, c-format
-msgid "%s%s exists in both '%s' and '%s'\n"
+msgid "%s exists in both '%s' and '%s'\n"
msgstr ""
-#: src/pacman/add.c:134 src/pacman/sync.c:716
+#: src/pacman/add.c:137 src/pacman/sync.c:715
#, c-format
-msgid "%s: %s%s exists in filesystem\n"
+msgid "%s: %s exists in filesystem\n"
msgstr ""
-#: src/pacman/add.c:141 src/pacman/sync.c:723 src/pacman/sync.c:729
+#: src/pacman/add.c:143 src/pacman/sync.c:721 src/pacman/sync.c:727
msgid ""
"\n"
"errors occurred, no packages were upgraded.\n"
msgstr ""
-#: src/pacman/add.c:151 src/pacman/sync.c:652
+#: src/pacman/add.c:153 src/pacman/sync.c:652
#, c-format
msgid ":: %.1f MB required, have %.1f MB"
msgstr ""
-#: src/pacman/add.c:164 src/pacman/remove.c:138 src/pacman/sync.c:702
+#: src/pacman/add.c:166 src/pacman/remove.c:138 src/pacman/sync.c:702
#, c-format
msgid "failed to commit transaction (%s)\n"
msgstr ""
-#: src/pacman/add.c:174 src/pacman/remove.c:148 src/pacman/sync.c:524
-#: src/pacman/sync.c:745
+#: src/pacman/add.c:176 src/pacman/remove.c:148 src/pacman/sync.c:524
+#: src/pacman/sync.c:743
#, c-format
msgid "failed to release transaction (%s)\n"
msgstr ""
-#: src/pacman/deptest.c:70
-msgid "memory allocation failure\n"
-msgstr ""
-
-#: src/pacman/deptest.c:81
-#, c-format
-msgid "add target %s\n"
-msgstr ""
-
-#: src/pacman/deptest.c:84
-#, c-format
-msgid "could not add target (%s)\n"
-msgstr ""
-
-#: src/pacman/deptest.c:103
+#: src/pacman/deptest.c:64
#, c-format
msgid "requires: %s"
msgstr ""
-#: src/pacman/deptest.c:127
-#, c-format
-msgid "conflict: %s"
-msgstr ""
-
-#: src/pacman/deptest.c:141 src/pacman/deptest.c:159
-#, c-format
-msgid "could not release transaction (%s)"
-msgstr ""
-
#: src/pacman/log.c:61
#, c-format
msgid "debug"
@@ -318,7 +294,7 @@ msgstr ""
msgid "(none)\n"
msgstr ""
-#: src/pacman/package.c:234
+#: src/pacman/package.c:243
#, c-format
msgid "No changelog available for '%s'.\n"
msgstr ""
@@ -611,62 +587,62 @@ msgstr ""
msgid " the terms of the GNU General Public License\n"
msgstr ""
-#: src/pacman/pacman.c:298
+#: src/pacman/pacman.c:297
#, c-format
msgid "'%s' is not a valid debug level"
msgstr ""
-#: src/pacman/pacman.c:313
+#: src/pacman/pacman.c:312
#, c-format
msgid "'%s' is not a valid cache directory\n"
msgstr ""
-#: src/pacman/pacman.c:339
+#: src/pacman/pacman.c:330
#, c-format
msgid "'%s' is not a valid db path\n"
msgstr ""
-#: src/pacman/pacman.c:369
+#: src/pacman/pacman.c:360
#, c-format
msgid "'%s' is not a valid root path\n"
msgstr ""
-#: src/pacman/pacman.c:396
+#: src/pacman/pacman.c:387
msgid "only one operation may be used at a time\n"
msgstr ""
-#: src/pacman/pacman.c:442
+#: src/pacman/pacman.c:433
msgid "warning: current locale is invalid; using default \"C\" locale"
msgstr ""
-#: src/pacman/pacman.c:461
+#: src/pacman/pacman.c:452
#, c-format
msgid "failed to initilize alpm library (%s)\n"
msgstr ""
-#: src/pacman/pacman.c:494
+#: src/pacman/pacman.c:485
msgid "you cannot perform this operation unless you are root.\n"
msgstr ""
-#: src/pacman/pacman.c:510
+#: src/pacman/pacman.c:501
#, c-format
msgid "failed to parse config (%s)\n"
msgstr ""
-#: src/pacman/pacman.c:520 src/pacman/remove.c:125 src/pacman/util.c:323
+#: src/pacman/pacman.c:511 src/pacman/remove.c:125 src/pacman/util.c:323
msgid "Targets:"
msgstr ""
-#: src/pacman/pacman.c:526
+#: src/pacman/pacman.c:517
#, c-format
msgid "could not register 'local' database (%s)\n"
msgstr ""
-#: src/pacman/pacman.c:533
+#: src/pacman/pacman.c:524
msgid "no targets specified (use -h for help)\n"
msgstr ""
-#: src/pacman/pacman.c:546
+#: src/pacman/pacman.c:537
msgid "no operation specified (use -h for help)\n"
msgstr ""
@@ -907,117 +883,122 @@ msgstr ""
msgid "Proceed with installation? [Y/n] "
msgstr ""
-#: src/pacman/trans.c:52
+#: src/pacman/trans.c:53
msgid "checking dependencies... "
msgstr ""
-#: src/pacman/trans.c:56
+#: src/pacman/trans.c:57
msgid "checking for file conflicts... "
msgstr ""
-#: src/pacman/trans.c:60
+#: src/pacman/trans.c:61
msgid "cleaning up... "
msgstr ""
-#: src/pacman/trans.c:63
+#: src/pacman/trans.c:64
msgid "resolving dependencies... "
msgstr ""
-#: src/pacman/trans.c:66
+#: src/pacman/trans.c:67
msgid "looking for inter-conflicts... "
msgstr ""
-#: src/pacman/trans.c:86
+#: src/pacman/trans.c:87
#, c-format
msgid "installing %s... "
msgstr ""
-#: src/pacman/trans.c:93
+#: src/pacman/trans.c:94
#, c-format
msgid "installed %s (%s)"
msgstr ""
-#: src/pacman/trans.c:100
+#: src/pacman/trans.c:101
#, c-format
msgid "removing %s... "
msgstr ""
-#: src/pacman/trans.c:107
+#: src/pacman/trans.c:108
#, c-format
msgid "removed %s (%s)"
msgstr ""
-#: src/pacman/trans.c:114
+#: src/pacman/trans.c:115
#, c-format
msgid "upgrading %s... "
msgstr ""
-#: src/pacman/trans.c:121
+#: src/pacman/trans.c:122
#, c-format
msgid "upgraded %s (%s -> %s)"
msgstr ""
-#: src/pacman/trans.c:128
+#: src/pacman/trans.c:129
msgid "checking package integrity... "
msgstr ""
-#: src/pacman/trans.c:144
+#: src/pacman/trans.c:145
msgid "failed.\n"
msgstr ""
-#: src/pacman/trans.c:151
+#: src/pacman/trans.c:152
#, c-format
msgid ":: Retrieving packages from %s...\n"
msgstr ""
-#: src/pacman/trans.c:171
+#: src/pacman/trans.c:172
#, c-format
msgid ":: %s requires %s, but it is in IgnorePkg. Install anyway? [Y/n] "
msgstr ""
-#: src/pacman/trans.c:185
+#: src/pacman/trans.c:177
+#, c-format
+msgid ":: %s is in IgnorePkg. Install anyway? [Y/n] "
+msgstr ""
+
+#: src/pacman/trans.c:190
#, c-format
msgid ":: %s is designated as a HoldPkg. Remove anyway? [Y/n] "
msgstr ""
-#: src/pacman/trans.c:198
+#: src/pacman/trans.c:203
#, c-format
msgid ":: Replace %s with %s/%s? [Y/n] "
msgstr ""
-#: src/pacman/trans.c:213
+#: src/pacman/trans.c:218
#, c-format
msgid ":: %s conflicts with %s. Remove %s? [Y/n] "
msgstr ""
-#: src/pacman/trans.c:229
+#: src/pacman/trans.c:234
#, c-format
msgid ":: %s-%s: local version is newer. Upgrade anyway? [Y/n] "
msgstr ""
-#: src/pacman/trans.c:247
+#: src/pacman/trans.c:252
#, c-format
msgid ":: %s-%s: local version is up to date. Upgrade anyway? [Y/n] "
msgstr ""
-#: src/pacman/trans.c:265
+#: src/pacman/trans.c:270
#, c-format
msgid ":: Archive %s is corrupted. Do you want to delete it? [Y/n] "
msgstr ""
-#: src/pacman/trans.c:319
+#: src/pacman/trans.c:326
msgid "installing"
msgstr ""
-#: src/pacman/trans.c:322
+#: src/pacman/trans.c:329
msgid "upgrading"
msgstr ""
-#: src/pacman/trans.c:325
+#: src/pacman/trans.c:332
msgid "removing"
msgstr ""
-#: src/pacman/trans.c:328
+#: src/pacman/trans.c:335
msgid "checking for file conflicts"
msgstr ""
diff --git a/src/pacman/po/pt_BR.po b/src/pacman/po/pt_BR.po
index 3a9eaef7..6a19bed4 100644
--- a/src/pacman/po/pt_BR.po
+++ b/src/pacman/po/pt_BR.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pt_BR\n"
"Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n"
-"POT-Creation-Date: 2007-02-22 11:13-0500\n"
+"POT-Creation-Date: 2007-03-03 23:42-0600\n"
"PO-Revision-Date: 2007-02-15 08:55-0200\n"
"Last-Translator: Lincoln de Sousa <lincoln@archlinux-br.org>\n"
"Language-Team: Português do Brasil <pt@li.org>\n"
@@ -21,8 +21,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: src/pacman/add.c:69 src/pacman/deptest.c:57 src/pacman/remove.c:79
-#: src/pacman/sync.c:482 src/pacman/sync.c:531
+#: src/pacman/add.c:69 src/pacman/remove.c:79 src/pacman/sync.c:482
+#: src/pacman/sync.c:531
#, c-format
msgid ""
" if you're sure a package manager is not already running,\n"
@@ -40,10 +40,10 @@ msgstr "carregando informações do pacote... "
msgid "failed to add target '%s' (%s)"
msgstr "falha com o parametro'%s' (%s)"
-#: src/pacman/add.c:85 src/pacman/sync.c:196 src/pacman/trans.c:70
-#: src/pacman/trans.c:77 src/pacman/trans.c:81 src/pacman/trans.c:91
-#: src/pacman/trans.c:105 src/pacman/trans.c:119 src/pacman/trans.c:131
-#: src/pacman/trans.c:142
+#: src/pacman/add.c:85 src/pacman/sync.c:196 src/pacman/trans.c:71
+#: src/pacman/trans.c:78 src/pacman/trans.c:82 src/pacman/trans.c:92
+#: src/pacman/trans.c:106 src/pacman/trans.c:120 src/pacman/trans.c:132
+#: src/pacman/trans.c:143
msgid "done.\n"
msgstr "concluído.\n"
@@ -52,27 +52,27 @@ msgstr "concluído.\n"
msgid "failed to prepare transaction (%s)\n"
msgstr "falha ao preparar transação (%s)\n"
-#: src/pacman/add.c:97
+#: src/pacman/add.c:101
#, c-format
msgid ":: %s: requires %s"
msgstr ":: %s: requer %s"
-#: src/pacman/add.c:118 src/pacman/sync.c:645
+#: src/pacman/add.c:122 src/pacman/sync.c:645
#, c-format
msgid ":: %s: conflicts with %s"
msgstr ":: %s: conflita com %s"
-#: src/pacman/add.c:127 src/pacman/sync.c:709
+#: src/pacman/add.c:131 src/pacman/sync.c:709
#, fuzzy, c-format
-msgid "%s%s exists in both '%s' and '%s'\n"
+msgid "%s exists in both '%s' and '%s'\n"
msgstr "%s%s existe em \"%s\" (pacote) e em \"%s\" (pacote)\n"
-#: src/pacman/add.c:134 src/pacman/sync.c:716
-#, c-format
-msgid "%s: %s%s exists in filesystem\n"
+#: src/pacman/add.c:137 src/pacman/sync.c:715
+#, fuzzy, c-format
+msgid "%s: %s exists in filesystem\n"
msgstr "%s: %s%s existe no sistema de arquivos\n"
-#: src/pacman/add.c:141 src/pacman/sync.c:723 src/pacman/sync.c:729
+#: src/pacman/add.c:143 src/pacman/sync.c:721 src/pacman/sync.c:727
msgid ""
"\n"
"errors occurred, no packages were upgraded.\n"
@@ -80,51 +80,27 @@ msgstr ""
"\n"
"ocorreram alguns erros, portanto, nenhum pacote foi atualizado.\n"
-#: src/pacman/add.c:151 src/pacman/sync.c:652
+#: src/pacman/add.c:153 src/pacman/sync.c:652
#, c-format
msgid ":: %.1f MB required, have %.1f MB"
msgstr ":: %.1f MB requerido, possui %.1f MB"
-#: src/pacman/add.c:164 src/pacman/remove.c:138 src/pacman/sync.c:702
+#: src/pacman/add.c:166 src/pacman/remove.c:138 src/pacman/sync.c:702
#, c-format
msgid "failed to commit transaction (%s)\n"
msgstr "falha ao terminar a transação (%s)\n"
-#: src/pacman/add.c:174 src/pacman/remove.c:148 src/pacman/sync.c:524
-#: src/pacman/sync.c:745
+#: src/pacman/add.c:176 src/pacman/remove.c:148 src/pacman/sync.c:524
+#: src/pacman/sync.c:743
#, c-format
msgid "failed to release transaction (%s)\n"
msgstr "falha ao liberar a transação (%s)\n"
-#: src/pacman/deptest.c:70
-msgid "memory allocation failure\n"
-msgstr "falha de alocação de memória\n"
-
-#: src/pacman/deptest.c:81
-#, c-format
-msgid "add target %s\n"
-msgstr "adicionar pacote %s\n"
-
-#: src/pacman/deptest.c:84
-#, c-format
-msgid "could not add target (%s)\n"
-msgstr "não foi possível adicionar o pacote (%s)\n"
-
-#: src/pacman/deptest.c:103
+#: src/pacman/deptest.c:64
#, c-format
msgid "requires: %s"
msgstr "requer: %s"
-#: src/pacman/deptest.c:127
-#, c-format
-msgid "conflict: %s"
-msgstr "conflita: %s"
-
-#: src/pacman/deptest.c:141 src/pacman/deptest.c:159
-#, c-format
-msgid "could not release transaction (%s)"
-msgstr "não foi possível liberar a transação (%s)"
-
#: src/pacman/log.c:61
#, c-format
msgid "debug"
@@ -327,7 +303,7 @@ msgstr "NÃO ENCONTRADO\t\t%s\n"
msgid "(none)\n"
msgstr "Nenhum\n"
-#: src/pacman/package.c:234
+#: src/pacman/package.c:243
#, c-format
msgid "No changelog available for '%s'.\n"
msgstr "changelog não disponível para '%s'.\n"
@@ -661,62 +637,62 @@ msgid " the terms of the GNU General Public License\n"
msgstr ""
" os termos da Licença GPL - General Public License\n"
-#: src/pacman/pacman.c:298
+#: src/pacman/pacman.c:297
#, c-format
msgid "'%s' is not a valid debug level"
msgstr "'%s' não é um nível de depuração válido"
-#: src/pacman/pacman.c:313
+#: src/pacman/pacman.c:312
#, c-format
msgid "'%s' is not a valid cache directory\n"
msgstr "'%s' não é um diretório de cache válido\n"
-#: src/pacman/pacman.c:339
+#: src/pacman/pacman.c:330
#, c-format
msgid "'%s' is not a valid db path\n"
msgstr "'%s' não é um caminho de base de dados válido\n"
-#: src/pacman/pacman.c:369
+#: src/pacman/pacman.c:360
#, c-format
msgid "'%s' is not a valid root path\n"
msgstr "'%s' não é uma caminho válido\n"
-#: src/pacman/pacman.c:396
+#: src/pacman/pacman.c:387
msgid "only one operation may be used at a time\n"
msgstr "só uma operação pode ser usada de cada vez\n"
-#: src/pacman/pacman.c:442
+#: src/pacman/pacman.c:433
msgid "warning: current locale is invalid; using default \"C\" locale"
msgstr ""
-#: src/pacman/pacman.c:461
+#: src/pacman/pacman.c:452
#, c-format
msgid "failed to initilize alpm library (%s)\n"
msgstr "falha ao iniciar biblioteca alpm (%s)\n"
-#: src/pacman/pacman.c:494
+#: src/pacman/pacman.c:485
msgid "you cannot perform this operation unless you are root.\n"
msgstr "você não pode realizar esta operação a menos que você seja root\n"
-#: src/pacman/pacman.c:510
+#: src/pacman/pacman.c:501
#, c-format
msgid "failed to parse config (%s)\n"
msgstr "falha ao interpretar configuração (%s)\n"
-#: src/pacman/pacman.c:520 src/pacman/remove.c:125 src/pacman/util.c:323
+#: src/pacman/pacman.c:511 src/pacman/remove.c:125 src/pacman/util.c:323
msgid "Targets:"
msgstr "Pacotes:"
-#: src/pacman/pacman.c:526
+#: src/pacman/pacman.c:517
#, c-format
msgid "could not register 'local' database (%s)\n"
msgstr "não foi possível registar a base de dados local (%s)\n"
-#: src/pacman/pacman.c:533
+#: src/pacman/pacman.c:524
msgid "no targets specified (use -h for help)\n"
msgstr "nenhum arquivo definido (use -h para obter ajuda)\n"
-#: src/pacman/pacman.c:546
+#: src/pacman/pacman.c:537
msgid "no operation specified (use -h for help)\n"
msgstr "nenhuma operação definida (use -h para obter ajuda)\n"
@@ -968,121 +944,127 @@ msgstr ""
msgid "Proceed with installation? [Y/n] "
msgstr "Continuar a instalação? [S/n] "
-#: src/pacman/trans.c:52
+#: src/pacman/trans.c:53
msgid "checking dependencies... "
msgstr "verificando dependências... "
-#: src/pacman/trans.c:56
+#: src/pacman/trans.c:57
msgid "checking for file conflicts... "
msgstr "verificando conflitos de arquivos... "
-#: src/pacman/trans.c:60
+#: src/pacman/trans.c:61
msgid "cleaning up... "
msgstr "limpando..."
-#: src/pacman/trans.c:63
+#: src/pacman/trans.c:64
msgid "resolving dependencies... "
msgstr "resolvendo dependências... "
-#: src/pacman/trans.c:66
+#: src/pacman/trans.c:67
msgid "looking for inter-conflicts... "
msgstr "procurando por conflitos internos... "
-#: src/pacman/trans.c:86
+#: src/pacman/trans.c:87
#, c-format
msgid "installing %s... "
msgstr "instalando %s... "
-#: src/pacman/trans.c:93
+#: src/pacman/trans.c:94
#, c-format
msgid "installed %s (%s)"
msgstr "%s instalado (%s)"
-#: src/pacman/trans.c:100
+#: src/pacman/trans.c:101
#, c-format
msgid "removing %s... "
msgstr "removendo %s... "
-#: src/pacman/trans.c:107
+#: src/pacman/trans.c:108
#, c-format
msgid "removed %s (%s)"
msgstr "%s removido (%s)"
-#: src/pacman/trans.c:114
+#: src/pacman/trans.c:115
#, c-format
msgid "upgrading %s... "
msgstr "atualizando %s... "
-#: src/pacman/trans.c:121
+#: src/pacman/trans.c:122
#, c-format
msgid "upgraded %s (%s -> %s)"
msgstr "%s atualizado (%s -> %s)"
-#: src/pacman/trans.c:128
+#: src/pacman/trans.c:129
msgid "checking package integrity... "
msgstr "verificando a integridade do pacote... "
-#: src/pacman/trans.c:144
+#: src/pacman/trans.c:145
msgid "failed.\n"
msgstr "falhou.\n"
-#: src/pacman/trans.c:151
+#: src/pacman/trans.c:152
#, c-format
msgid ":: Retrieving packages from %s...\n"
msgstr ":: Obtendo pacotes do %s...\n"
-#: src/pacman/trans.c:171
+#: src/pacman/trans.c:172
#, c-format
msgid ":: %s requires %s, but it is in IgnorePkg. Install anyway? [Y/n] "
msgstr ""
":: %s requer %s, mas ele está em IgnorePkg. Instalar assim mesmo? [S/n] "
-#: src/pacman/trans.c:185
+#: src/pacman/trans.c:177
+#, fuzzy, c-format
+msgid ":: %s is in IgnorePkg. Install anyway? [Y/n] "
+msgstr ""
+":: %s requer %s, mas ele está em IgnorePkg. Instalar assim mesmo? [S/n] "
+
+#: src/pacman/trans.c:190
#, c-format
msgid ":: %s is designated as a HoldPkg. Remove anyway? [Y/n] "
msgstr ":: %s é designado como um HoldPkg Remover assim mesmo? [S/n] "
-#: src/pacman/trans.c:198
+#: src/pacman/trans.c:203
#, c-format
msgid ":: Replace %s with %s/%s? [Y/n] "
msgstr ":: Substituir %s com %s/%s? [S/n] "
-#: src/pacman/trans.c:213
+#: src/pacman/trans.c:218
#, c-format
msgid ":: %s conflicts with %s. Remove %s? [Y/n] "
msgstr ":: %s conflita com %s. Remover %s? [S/n] "
-#: src/pacman/trans.c:229
+#: src/pacman/trans.c:234
#, c-format
msgid ":: %s-%s: local version is newer. Upgrade anyway? [Y/n] "
msgstr ""
":: %s-%s: a versão local é mais recente. Deseja atualizar mesmo assim? [S/n] "
-#: src/pacman/trans.c:247
+#: src/pacman/trans.c:252
#, c-format
msgid ":: %s-%s: local version is up to date. Upgrade anyway? [Y/n] "
msgstr ""
":: %s-%s: a versão local está atualizada. Deseja atualizar mesmo assim? [S/"
"n] "
-#: src/pacman/trans.c:265
+#: src/pacman/trans.c:270
#, c-format
msgid ":: Archive %s is corrupted. Do you want to delete it? [Y/n] "
msgstr ":: Arquivo %s está corrompido. Você gostaria de apagá-lo? [S/n] "
-#: src/pacman/trans.c:319
+#: src/pacman/trans.c:326
msgid "installing"
msgstr "instalando"
-#: src/pacman/trans.c:322
+#: src/pacman/trans.c:329
msgid "upgrading"
msgstr "atualizando"
-#: src/pacman/trans.c:325
+#: src/pacman/trans.c:332
msgid "removing"
msgstr "removendo"
-#: src/pacman/trans.c:328
+#: src/pacman/trans.c:335
msgid "checking for file conflicts"
msgstr "verificando conflitos de arquivo"
@@ -1117,3 +1099,18 @@ msgstr ""
#, c-format
msgid "Total Installed Size: %.2f MB\n"
msgstr "Tamanho total da instalação: %.2f MB\n"
+
+#~ msgid "memory allocation failure\n"
+#~ msgstr "falha de alocação de memória\n"
+
+#~ msgid "add target %s\n"
+#~ msgstr "adicionar pacote %s\n"
+
+#~ msgid "could not add target (%s)\n"
+#~ msgstr "não foi possível adicionar o pacote (%s)\n"
+
+#~ msgid "conflict: %s"
+#~ msgstr "conflita: %s"
+
+#~ msgid "could not release transaction (%s)"
+#~ msgstr "não foi possível liberar a transação (%s)"
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index e79e726d..407eb055 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -3,7 +3,7 @@ bin_PROGRAMS = vercmp testpkg
INCLUDES = -I$(top_srcdir)/lib/libalpm
vercmp_SOURCES = vercmp.c
-vercmp_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la
+vercmp_LDADD = $(top_builddir)/lib/libalpm/libalpm.la
testpkg_SOURCES = testpkg.c
-testpkg_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la
+testpkg_LDADD = $(top_builddir)/lib/libalpm/libalpm.la