From b882353d486d7f04d424edfcfd1577e3c741c6df Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 22 Mar 2007 14:51:00 +0000 Subject: Lots of translation updates before we release. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Ran msgmerge on all po files from new pot files, but did not check in the updated pot files as that just causes problems. * Updated Italian translation Giovanni Scafora * Updated Russian translation, added libalpm partial translation Владимир Байраковский <4rayven@gmail.com> * Updated Hungarian translation Nagy Gabor * Updated French translation solsTiCe d'Hiver Thanks again guys! --- lib/libalpm/po/LINGUAS | 1 + lib/libalpm/po/de.po | 265 +++++---- lib/libalpm/po/en_GB.po | 240 ++++---- lib/libalpm/po/fr.po | 663 ++++++++++----------- lib/libalpm/po/hu.po | 216 +++---- lib/libalpm/po/it.po | 310 +++++----- lib/libalpm/po/pt_BR.po | 238 ++++---- lib/libalpm/po/ru_RU.po | 1499 +++++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 2474 insertions(+), 958 deletions(-) create mode 100644 lib/libalpm/po/ru_RU.po (limited to 'lib/libalpm') diff --git a/lib/libalpm/po/LINGUAS b/lib/libalpm/po/LINGUAS index e5c6658e..1e5c80c1 100644 --- a/lib/libalpm/po/LINGUAS +++ b/lib/libalpm/po/LINGUAS @@ -5,3 +5,4 @@ hu it pt_BR en_GB +ru_RU diff --git a/lib/libalpm/po/de.po b/lib/libalpm/po/de.po index 1976a834..5ac6ed45 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-07 09:07+0100\n" +"POT-Creation-Date: 2007-03-22 10:16-0400\n" "PO-Revision-Date: 2007-03-07 09:12+0100\n" "Last-Translator: Pierre Schmitz \n" "Language-Team: Deutsch \n" @@ -44,7 +44,7 @@ msgstr "Lese Metadaten von '%s'" msgid "looking for unsatisfied dependencies" msgstr "Suche nach ungelösten Abhängigkeiten" -#: lib/libalpm/add.c:203 lib/libalpm/sync.c:469 +#: lib/libalpm/add.c:203 lib/libalpm/sync.c:475 msgid "looking for conflicts" msgstr "Suche nach Konflikten" @@ -69,215 +69,216 @@ msgstr "Räume auf" msgid "looking for file conflicts" msgstr "Suche nach Dateikonflikten" -#: lib/libalpm/add.c:342 +#: lib/libalpm/add.c:346 #, c-format msgid "upgrading package %s-%s" msgstr "Aktualisiere Paket %s-%s" -#: lib/libalpm/add.c:366 +#: lib/libalpm/add.c:370 #, c-format msgid "adding package %s-%s" msgstr "Füge Paket %s-%s hinzu" -#: lib/libalpm/add.c:379 +#: lib/libalpm/add.c:383 #, c-format msgid "removing old package first (%s-%s)" msgstr "Entferne zuerst altes Paket (%s-%s)" -#: lib/libalpm/add.c:407 +#: lib/libalpm/add.c:411 #, c-format msgid "adding %s to the NoUpgrade array temporarily" msgstr "Füge %s temporär zum NoUpgrade-Array hinzu" -#: lib/libalpm/add.c:425 +#: lib/libalpm/add.c:429 msgid "extracting files" msgstr "Entpacke Dateien" -#: lib/libalpm/add.c:440 lib/libalpm/util.c:465 +#: lib/libalpm/add.c:444 lib/libalpm/util.c:465 msgid "could not get current working directory" msgstr "Konnte aktuelles Arbeitsverzeichnis nicht ermitteln" -#: lib/libalpm/add.c:496 lib/libalpm/add.c:497 +#: lib/libalpm/add.c:500 lib/libalpm/add.c:501 #, c-format msgid "%s is in NoExtract, skipping extraction" msgstr "%s ist in NoExtract, wird nicht entpackt" -#: lib/libalpm/add.c:504 +#: lib/libalpm/add.c:508 #, c-format msgid "%s is in trans->skip_add, skipping extraction" msgstr "%s ist in trans->skip_add, wird nicht entpackt" -#: lib/libalpm/add.c:550 lib/libalpm/add.c:551 lib/libalpm/add.c:700 +#: lib/libalpm/add.c:554 lib/libalpm/add.c:555 lib/libalpm/add.c:704 #, c-format msgid "could not extract %s (%s)" msgstr "Konnte %s nicht entpacken (%s)" -#: lib/libalpm/add.c:594 +#: lib/libalpm/add.c:598 #, c-format msgid "checking md5 hashes for %s" msgstr "Prüfe MD5 Hashes für %s" -#: lib/libalpm/add.c:596 +#: lib/libalpm/add.c:600 #, c-format msgid "checking sha1 hashes for %s" msgstr "Prüfe SHA1 Hashes für %s" -#: lib/libalpm/add.c:598 +#: lib/libalpm/add.c:602 #, c-format msgid "current: %s" msgstr "Aktuell: %s" -#: lib/libalpm/add.c:599 +#: lib/libalpm/add.c:603 #, c-format msgid "new: %s" msgstr "Neu: %s" -#: lib/libalpm/add.c:600 +#: lib/libalpm/add.c:604 #, c-format msgid "original: %s" msgstr "Original: %s" -#: lib/libalpm/add.c:612 +#: lib/libalpm/add.c:616 #, c-format msgid "could not rename %s (%s)" msgstr "Konnte %s nicht umbenennen (%s)" -#: lib/libalpm/add.c:613 +#: lib/libalpm/add.c:617 #, c-format msgid "error: could not rename %s (%s)" msgstr "Fehler: Konnte %s nicht umbenennen (%s)" -#: lib/libalpm/add.c:619 lib/libalpm/add.c:638 +#: lib/libalpm/add.c:623 lib/libalpm/add.c:642 #, c-format msgid "could not copy tempfile to %s (%s)" msgstr "Konnte temporäre Datei nicht nach %s kopieren (%s)" -#: lib/libalpm/add.c:620 +#: lib/libalpm/add.c:624 #, c-format msgid "error: could not copy tempfile to %s (%s)" msgstr "Fehler: Konnte temporäre Datei nicht nach %s kopieren (%s)" -#: lib/libalpm/add.c:624 lib/libalpm/remove.c:247 +#: lib/libalpm/add.c:628 lib/libalpm/remove.c:247 #, c-format msgid "%s saved as %s" msgstr "%s gespeichert als %s" -#: lib/libalpm/add.c:625 +#: lib/libalpm/add.c:629 #, c-format msgid "warning: %s saved as %s" msgstr "Warnung: %s gesichert als %s" -#: lib/libalpm/add.c:635 +#: lib/libalpm/add.c:639 #, c-format msgid "action: installing new file: %s" msgstr "Aktion: Installiere neue Datei: %s" -#: lib/libalpm/add.c:645 lib/libalpm/add.c:651 lib/libalpm/add.c:656 +#: lib/libalpm/add.c:649 lib/libalpm/add.c:655 lib/libalpm/add.c:660 msgid "action: leaving existing file in place" msgstr "Aktion: Lasse existierende Datei an ihrem Platz" -#: lib/libalpm/add.c:659 +#: lib/libalpm/add.c:663 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:662 +#: lib/libalpm/add.c:666 #, c-format msgid "could not install %s as %s: %s" msgstr "Konnte %s nicht als %s installieren: %s" -#: lib/libalpm/add.c:663 +#: lib/libalpm/add.c:667 #, c-format msgid "error: could not install %s as %s: %s" msgstr "Fehler: Konnte %s nicht als %s installieren: %s" -#: lib/libalpm/add.c:665 +#: lib/libalpm/add.c:669 #, c-format msgid "%s installed as %s" msgstr "%s installiert als %s" -#: lib/libalpm/add.c:666 +#: lib/libalpm/add.c:670 #, c-format msgid "warning: %s installed as %s" msgstr "Warnung: %s installiert als %s" -#: lib/libalpm/add.c:680 +#: lib/libalpm/add.c:684 #, c-format msgid "%s is in NoUpgrade -- skipping" msgstr "%s ist in NoUpgrade -- Überspringe" -#: lib/libalpm/add.c:681 +#: lib/libalpm/add.c:685 #, c-format msgid "extracting %s as %s.pacnew" msgstr "Entpacke %s als %s.pacnew" -#: lib/libalpm/add.c:682 +#: lib/libalpm/add.c:686 #, c-format msgid "warning: extracting %s as %s.pacnew" msgstr "Warnung: Entpacke %s als %s.pacnew" -#: lib/libalpm/add.c:685 +#: lib/libalpm/add.c:689 #, c-format msgid "extracting %s" msgstr "Entpacke %s" -#: lib/libalpm/add.c:701 +#: lib/libalpm/add.c:705 #, c-format msgid "error: could not extract %s (%s)" msgstr "Fehler: Konnte %s nicht entpacken (%s)" -#: lib/libalpm/add.c:713 +#: lib/libalpm/add.c:717 #, c-format msgid "appending backup entry for %s" msgstr "Hänge Sicherungseintrag für %s an" -#: lib/libalpm/add.c:745 lib/libalpm/add.c:747 +#: lib/libalpm/add.c:749 lib/libalpm/add.c:751 #, c-format msgid "errors occurred while %s %s" msgstr "Fehler traten auf, während %s %s" -#: lib/libalpm/add.c:746 lib/libalpm/add.c:748 +#: lib/libalpm/add.c:750 lib/libalpm/add.c:752 msgid "upgrading" msgstr "aktualisiere" -#: lib/libalpm/add.c:746 lib/libalpm/add.c:748 +#: lib/libalpm/add.c:750 lib/libalpm/add.c:752 msgid "installing" msgstr "installiere" -#: lib/libalpm/add.c:765 +#: lib/libalpm/add.c:769 #, c-format 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:777 +#: lib/libalpm/add.c:781 #, fuzzy, c-format msgid "updating '%s' due to provision change (%s)" msgstr "aktualisiere '%s' aufgrund einer Bereitstellungsänderung (%s)" -#: lib/libalpm/add.c:781 lib/libalpm/add.c:782 +#: lib/libalpm/add.c:785 lib/libalpm/add.c:786 #, fuzzy, c-format msgid "could not update provision '%s' from '%s'" msgstr "konnte Bereitstellung '%s' von '%s' nicht aktualisieren" -#: lib/libalpm/add.c:795 lib/libalpm/remove.c:338 +#: lib/libalpm/add.c:799 lib/libalpm/remove.c:336 msgid "updating database" msgstr "Aktualisiere Datenbank" -#: lib/libalpm/add.c:796 +#: lib/libalpm/add.c:800 #, c-format msgid "adding database entry '%s'" msgstr "Füge Datenbankeintrag '%s' hinzu" -#: lib/libalpm/add.c:799 lib/libalpm/add.c:801 +#: lib/libalpm/add.c:803 lib/libalpm/add.c:805 #, c-format msgid "could not update database entry %s-%s" msgstr "Konnte Datenbankeintrag %s-%s nicht aktualisieren" -#: lib/libalpm/add.c:807 +#: lib/libalpm/add.c:811 #, c-format msgid "could not add entry '%s' in cache" msgstr "Konnte Eintrag '%s' nicht zum Pufferspeicher hinzufügen" -#: lib/libalpm/add.c:840 lib/libalpm/remove.c:365 lib/libalpm/sync.c:1041 +#: lib/libalpm/add.c:841 lib/libalpm/remove.c:363 lib/libalpm/sync.c:1047 #, c-format msgid "running \"ldconfig -r %s\"" msgstr "Führe \"ldconfig -r %s\" aus" @@ -299,7 +300,8 @@ msgstr "Schließe Datenbank '%s'" #: lib/libalpm/alpm.c:232 #, 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'" @@ -469,7 +471,7 @@ msgstr "%s-%s wurde zum aktualisieren gewählt (wird durch %s-%s ersetzt)" msgid "'%s' not found in sync db -- skipping" msgstr "'%s' nicht in sync DB gefunden -- Überspringe" -#: lib/libalpm/alpm.c:1163 lib/libalpm/sync.c:208 lib/libalpm/sync.c:495 +#: lib/libalpm/alpm.c:1163 lib/libalpm/sync.c:208 lib/libalpm/sync.c:501 #, c-format msgid "'%s' is already elected for removal -- skipping" msgstr "'%s' ist bereits zum Entfernen ausgewählt -- Überspringe" @@ -494,49 +496,51 @@ msgstr "Öffne Datenbank aus Pfad '%s'" msgid "db scan could not find package: %s" msgstr "Konnte Paket nicht in Datenbank finden: %s" -#: lib/libalpm/be_files.c:186 +#: lib/libalpm/be_files.c:188 #, c-format msgid "invalid name for dabatase entry '%s'" msgstr "Falscher Name für Datenbankeintrag '%s'" -#: lib/libalpm/be_files.c:221 +#: lib/libalpm/be_files.c:223 msgid "invalid package entry provided to _alpm_db_read, skipping" msgstr "Überspringe ungültigen an _alpm_db_read übergebenen Paket-Eintrag" -#: lib/libalpm/be_files.c:226 +#: lib/libalpm/be_files.c:228 #, 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:234 +#: lib/libalpm/be_files.c:241 #, c-format msgid "loading package data for %s : level=%d" msgstr "Lade Paket-Daten für %s : level=%d" -#: lib/libalpm/be_files.c:242 +#: lib/libalpm/be_files.c:249 #, c-format msgid "cannot find '%s-%s' in db '%s'" msgstr "Kann %s-%s nicht in der Datenbank '%s' finden" -#: lib/libalpm/be_files.c:250 lib/libalpm/be_files.c:396 -#: lib/libalpm/be_files.c:419 lib/libalpm/be_files.c:510 -#: lib/libalpm/be_files.c:599 lib/libalpm/be_files.c:626 +#: lib/libalpm/be_files.c:257 lib/libalpm/be_files.c:403 +#: lib/libalpm/be_files.c:426 lib/libalpm/be_files.c:517 +#: lib/libalpm/be_files.c:607 lib/libalpm/be_files.c:634 #: lib/libalpm/package.c:206 #, c-format msgid "could not open file %s: %s" msgstr "Konnte Datei %s nicht öffnen: %s" -#: lib/libalpm/be_files.c:507 +#: lib/libalpm/be_files.c:514 #, c-format msgid "writing %s-%s DESC information back to db" msgstr "schreibe %s-%s Beschreibungsinformationen zurück in die Datenbank" -#: lib/libalpm/be_files.c:596 +#: lib/libalpm/be_files.c:604 #, c-format msgid "writing %s-%s FILES information back to db" msgstr "schreibe %s-%s Dateiinformationen zurück in die Datenbank" -#: lib/libalpm/be_files.c:623 +#: lib/libalpm/be_files.c:631 #, c-format msgid "writing %s-%s DEPENDS information back to db" msgstr "schreibe %s-%s Abhängigkeitsinformationen zurück in die Datenbank" @@ -629,8 +633,8 @@ msgstr "\tCONFLICTS:: %s steht im Konflikt mit %s" #: lib/libalpm/conflict.c:349 lib/libalpm/deps.c:60 lib/libalpm/deps.c:438 #: lib/libalpm/deps.c:634 lib/libalpm/deps.c:674 lib/libalpm/group.c:45 #: lib/libalpm/handle.c:51 lib/libalpm/package.c:82 lib/libalpm/sync.c:67 -#: lib/libalpm/sync.c:600 lib/libalpm/sync.c:616 lib/libalpm/sync.c:713 -#: lib/libalpm/trans.c:55 lib/libalpm/util.c:611 lib/libalpm/util.c:618 +#: lib/libalpm/sync.c:606 lib/libalpm/sync.c:622 lib/libalpm/sync.c:719 +#: lib/libalpm/trans.c:55 lib/libalpm/util.c:612 lib/libalpm/util.c:619 #, c-format msgid "malloc failure: could not allocate %d bytes" msgstr "malloc Fehler: Konnte %d Bytes nicht allozieren" @@ -657,9 +661,10 @@ msgid "registering database '%s'" msgstr "Registriere Datenbank '%s'" #: lib/libalpm/db.c:186 -#, c-format -msgid "database directory '%s' does not exist, try creating it" -msgstr "Datenbankverzeichnis '%s' ist nicht vorhanden, versuche es zu erstellen" +#, fuzzy, c-format +msgid "database directory '%s' does not exist, creating it" +msgstr "" +"Datenbankverzeichnis '%s' ist nicht vorhanden, versuche es zu erstellen" #: lib/libalpm/db.c:197 #, c-format @@ -695,7 +700,8 @@ msgstr "checkdeps: Abhängigkeit'%s' wurde von '%s' nach '%s' verschoben" #: lib/libalpm/deps.c:280 #, 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:289 #, c-format @@ -722,7 +728,8 @@ msgstr "Schließe %s aus -- Ausdrücklich installiert" #: lib/libalpm/deps.c:532 #, 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:540 lib/libalpm/deps.c:551 #, c-format @@ -740,7 +747,8 @@ msgstr "%s stellt Abhängigkeit %s zur Verfügung -- Überspringe" #: lib/libalpm/deps.c:630 #, 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)" @@ -861,7 +869,7 @@ msgstr "Übertragung abgebrochen" msgid "operation not compatible with the transaction type" msgstr "Operation nicht mit dem Transaktionstyp kompatibel" -#: lib/libalpm/error.c:97 lib/libalpm/sync.c:980 +#: lib/libalpm/error.c:97 lib/libalpm/sync.c:986 msgid "could not commit transaction" msgstr "Konnte die Transaktion nicht übergeben" @@ -1061,12 +1069,12 @@ msgstr "Fehlende Paketdaten" msgid "missing package filelist in %s, generating one" msgstr "Fehlende Paketdateiliste in %s, erstelle eine" -#: lib/libalpm/package.c:562 +#: lib/libalpm/package.c:568 #, 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:573 +#: lib/libalpm/package.c:582 #, 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)" @@ -1140,7 +1148,7 @@ msgstr "Lösche %s" msgid "cannot remove file %s: %s" msgstr "Kann Datei %s nicht entfernen: %s" -#: lib/libalpm/remove.c:292 +#: lib/libalpm/remove.c:294 #, c-format msgid "removing package %s-%s" msgstr "Entferne Paket %s-%s" @@ -1155,17 +1163,17 @@ msgstr "Paket '%s' wird nicht entfernt, konnte nicht alle Dateien löschen" msgid "removing %d files" msgstr "Entferne %d Dateien" -#: lib/libalpm/remove.c:339 +#: lib/libalpm/remove.c:337 #, c-format msgid "removing database entry '%s'" msgstr "Entferne Datenbankeintrag '%s'" -#: lib/libalpm/remove.c:341 +#: lib/libalpm/remove.c:339 #, c-format msgid "could not remove database entry %s-%s" msgstr "Konnte Datenbankeintrag %s-%s nicht entfernen" -#: lib/libalpm/remove.c:346 +#: lib/libalpm/remove.c:344 #, c-format msgid "could not remove entry '%s' from cache" msgstr "Konnte Eintrag '%s' nicht aus dem Cache entfernen" @@ -1228,188 +1236,188 @@ msgstr "Auflösen von Ziel-Abhängigkeiten" msgid "adding package %s-%s to the transaction targets" msgstr "Füge Ziel %s-%s zur Transaktion hinzu" -#: lib/libalpm/sync.c:449 +#: lib/libalpm/sync.c:455 msgid "looking for unresolvable dependencies" msgstr "Suche nach ungelösten Abhängigkeiten" -#: lib/libalpm/sync.c:480 +#: lib/libalpm/sync.c:486 #, c-format msgid "package '%s' conflicts with '%s'" msgstr "Paket '%s' steht im Konflikt mit '%s'" -#: lib/libalpm/sync.c:502 +#: lib/libalpm/sync.c:508 #, c-format msgid "'%s' not found in transaction set -- skipping" msgstr "'%s' wurde nicht in der Übertragung gefunden -- überspringe" -#: lib/libalpm/sync.c:513 +#: lib/libalpm/sync.c:519 #, c-format msgid "package '%s' provides its own conflict" msgstr "Paket '%s' liefert seinen eigenen Konflikt" -#: lib/libalpm/sync.c:536 lib/libalpm/sync.c:541 +#: lib/libalpm/sync.c:542 lib/libalpm/sync.c:547 #, c-format msgid "'%s' is in the target list -- keeping it" msgstr "'%s' ist in der Ziel-Liste -- behalte es" -#: lib/libalpm/sync.c:553 lib/libalpm/sync.c:590 +#: lib/libalpm/sync.c:559 lib/libalpm/sync.c:596 #, c-format msgid "removing '%s' from target list" msgstr "Entferne '%s' von Ziel-Liste" -#: lib/libalpm/sync.c:562 +#: lib/libalpm/sync.c:568 #, c-format msgid "resolving package '%s' conflict" msgstr "Löse Paket-Konflikt '%s'" -#: lib/libalpm/sync.c:585 +#: lib/libalpm/sync.c:591 #, c-format msgid "electing '%s' for removal" msgstr "Wähle '%s' zum Entfernen aus" -#: lib/libalpm/sync.c:596 lib/libalpm/sync.c:612 +#: lib/libalpm/sync.c:602 lib/libalpm/sync.c:618 msgid "unresolvable package conflicts detected" msgstr "Nicht lösbare Paketkonflikte gefunden" -#: lib/libalpm/sync.c:664 +#: lib/libalpm/sync.c:670 msgid "checking dependencies of packages designated for removal" msgstr "Überprüfe die Abhängigkeiten der zu entfernenden Pakete" -#: lib/libalpm/sync.c:678 +#: lib/libalpm/sync.c:684 msgid "something has gone horribly wrong" msgstr "etwas ist schief gegangen" -#: lib/libalpm/sync.c:698 +#: lib/libalpm/sync.c:704 #, c-format msgid "found '%s' as a provision for '%s' -- conflict aborted" msgstr "'%s' stellt '%s' bereit -- Konflikt abgewandt" -#: lib/libalpm/sync.c:794 +#: lib/libalpm/sync.c:800 #, c-format msgid "%s is already in the cache\n" msgstr "%s ist bereits im Puffer\n" -#: lib/libalpm/sync.c:805 +#: lib/libalpm/sync.c:811 #, c-format msgid "no %s cache exists, creating...\n" msgstr "Es existiert kein %s-Puffer. Erstelle... \n" -#: lib/libalpm/sync.c:806 +#: lib/libalpm/sync.c:812 #, c-format msgid "warning: no %s cache exists, creating..." msgstr "Warnung: Es existiert kein %s Puffer. Erstelle..." -#: lib/libalpm/sync.c:811 +#: lib/libalpm/sync.c:817 msgid "couldn't create package cache, using /tmp instead\n" msgstr "Konnte Paketpuffer nicht erstellen, benutze /tmp stattdessen\n" -#: lib/libalpm/sync.c:812 +#: lib/libalpm/sync.c:818 msgid "warning: couldn't create package cache, using /tmp instead" msgstr "Warnung: Konnte Paketpuffer nicht erstellen; benutze /tmp stattdessen" -#: lib/libalpm/sync.c:819 +#: lib/libalpm/sync.c:825 #, c-format msgid "failed to retrieve some files from %s\n" msgstr "Konnte manche Dateien von %s nicht übertragen\n" -#: lib/libalpm/sync.c:849 lib/libalpm/sync.c:861 +#: lib/libalpm/sync.c:855 lib/libalpm/sync.c:867 #, c-format msgid "can't get md5 or sha1 checksum for package %s\n" msgstr "Kann MD5 oder SHA1 Prüfsumme für Paket %s nicht ermitteln\n" -#: lib/libalpm/sync.c:880 +#: lib/libalpm/sync.c:886 #, c-format msgid "archive %s was corrupted (bad MD5 or SHA1 checksum)\n" msgstr "Archiv %s war beschädigt (falsche MD5 oder SHA1 Prüfsumme)\n" -#: lib/libalpm/sync.c:882 +#: lib/libalpm/sync.c:888 #, c-format msgid "archive %s is corrupted (bad MD5 or SHA1 checksum)\n" msgstr "Archiv %s ist beschädigt (falsche MD5 oder SHA1 Prüfsumme)\n" -#: lib/libalpm/sync.c:903 +#: lib/libalpm/sync.c:909 msgid "could not create removal transaction" msgstr "Konnte die Lösch-Transaktion nicht erstellen" -#: lib/libalpm/sync.c:909 +#: lib/libalpm/sync.c:915 msgid "could not initialize the removal transaction" msgstr "Konnte die Lösch-Transaktion nicht initialisieren" -#: lib/libalpm/sync.c:929 +#: lib/libalpm/sync.c:935 msgid "removing conflicting and to-be-replaced packages" msgstr "Entferne im Konflikt stehende und zu ersetzende Pakete" -#: lib/libalpm/sync.c:931 +#: lib/libalpm/sync.c:937 msgid "could not prepare removal transaction" msgstr "Konnte Lösch-Transaktion nicht vorbereiten" -#: lib/libalpm/sync.c:937 +#: lib/libalpm/sync.c:943 msgid "could not commit removal transaction" msgstr "Konnte Lösche-Transaktion nicht übergeben" -#: lib/libalpm/sync.c:944 +#: lib/libalpm/sync.c:950 msgid "installing packages" msgstr "Installiere Pakete" -#: lib/libalpm/sync.c:947 +#: lib/libalpm/sync.c:953 msgid "could not create transaction" msgstr "Konnte die Transaktion nicht erstellen" -#: lib/libalpm/sync.c:952 +#: lib/libalpm/sync.c:958 msgid "could not initialize transaction" msgstr "Konnte die Transaktion nicht initialisieren" -#: lib/libalpm/sync.c:975 +#: lib/libalpm/sync.c:981 msgid "could not prepare transaction" msgstr "Konnte die Transaktion nicht vorbereiten" -#: lib/libalpm/sync.c:987 +#: lib/libalpm/sync.c:993 #, fuzzy msgid "updating database for replaced packages' dependencies" msgstr "Aktualisiere Datenbank für ersetzte Paketabhängigkeiten" -#: lib/libalpm/sync.c:1016 +#: lib/libalpm/sync.c:1022 #, c-format msgid "could not update requiredby for database entry %s-%s" msgstr "Konnte requiredby für Datenbankeintrag %s-%s nicht aktualisieren" -#: lib/libalpm/sync.c:1025 +#: lib/libalpm/sync.c:1031 #, c-format msgid "could not update new database entry %s-%s" msgstr "Konnte neuen Datenbankeintrag %s-%s nicht aktualisieren" -#: lib/libalpm/sync.c:1065 +#: lib/libalpm/sync.c:1071 #, fuzzy, c-format msgid "found package '%s-%s' in sync" msgstr "Paket '%s-%s' gefunden" -#: lib/libalpm/sync.c:1071 +#: lib/libalpm/sync.c:1077 #, fuzzy, c-format msgid "package '%s' not found in sync" msgstr "Paket '%s' nicht gefunden" -#: lib/libalpm/trans.c:267 +#: lib/libalpm/trans.c:270 #, c-format msgid "updating dependency packages 'requiredby' fields for %s-%s" msgstr "Aktualisiere 'requiredby' Felder abhängiger Pakete für %s-%s" -#: lib/libalpm/trans.c:270 +#: lib/libalpm/trans.c:273 msgid "package has no dependencies, no other packages to update" msgstr "" "Paket besitzt keine Abhängigkeiten, kein anderes Paket muß aktualisiert " "werden" -#: lib/libalpm/trans.c:307 lib/libalpm/trans.c:333 +#: lib/libalpm/trans.c:310 lib/libalpm/trans.c:340 #, c-format msgid "updating 'requiredby' field for package '%s'" msgstr "Aktualisiere 'requiredby' Feld für Paket '%s'" -#: lib/libalpm/trans.c:318 lib/libalpm/trans.c:344 +#: lib/libalpm/trans.c:325 lib/libalpm/trans.c:355 #, c-format msgid "could not update 'requiredby' database entry %s-%s" msgstr "Konnte 'requiredby' Eintrag %s-%s nicht aktualisieren" -#: lib/libalpm/trans.c:325 +#: lib/libalpm/trans.c:332 #, c-format msgid "could not find dependency '%s'" msgstr "Konnte Abhängigkeit '%s' nicht finden" @@ -1429,7 +1437,7 @@ msgstr "Konnte Datei %s nicht öffnen: %s\n" msgid "could not extract %s: %s\n" msgstr "Konnte %s nicht entpacken: %s\n" -#: lib/libalpm/util.c:351 +#: lib/libalpm/util.c:350 #, c-format msgid "logaction called: %s" msgstr "Log-Aktion aufgerufen: %s" @@ -1443,52 +1451,52 @@ msgstr "Konnte temp Verzeichnis nicht erstellen" msgid "could not change directory to %s (%s)" msgstr "Konnte nicht zu Verzeichnis %s wechseln (%s)" -#: lib/libalpm/util.c:475 +#: lib/libalpm/util.c:476 #, c-format msgid "executing %s script..." msgstr "Führe %s Skript aus ..." -#: lib/libalpm/util.c:488 +#: lib/libalpm/util.c:489 #, c-format msgid "could not fork a new process (%s)" msgstr "Konnte keinen neuen Prozess starten (%s)" -#: lib/libalpm/util.c:495 +#: lib/libalpm/util.c:496 #, c-format msgid "chrooting in %s" msgstr "Wechsel root zu %s" -#: lib/libalpm/util.c:497 +#: lib/libalpm/util.c:498 #, c-format msgid "could not change the root directory (%s)" msgstr "Konnte root Verzeichnis nicht wechseln (%s)" -#: lib/libalpm/util.c:501 +#: lib/libalpm/util.c:502 #, c-format msgid "could not change directory to / (%s)" msgstr "Konnte nicht zu Verzeichnis / wechseln (%s)" -#: lib/libalpm/util.c:505 +#: lib/libalpm/util.c:506 #, c-format msgid "executing \"%s\"" msgstr "Führe \"%s\" aus" -#: lib/libalpm/util.c:508 +#: lib/libalpm/util.c:509 #, c-format msgid "call to popen failed (%s)" msgstr "Aufruf von popen fehlgeschlagen (%s)" -#: lib/libalpm/util.c:540 +#: lib/libalpm/util.c:541 #, c-format msgid "call to waitpid failed (%s)" msgstr "Aufruf von waitpid fehlgeschlagen (%s)" -#: lib/libalpm/util.c:549 +#: lib/libalpm/util.c:550 #, c-format msgid "could not remove tmpdir %s" msgstr "Konnte tmpdir %s nicht entfernen" -#: lib/libalpm/util.c:606 +#: lib/libalpm/util.c:607 #, c-format msgid "check_freespace: total pkg size: %lld, disk space: %lld" msgstr "Prüfe freien Speicher: Gesamte pkg Größe: %lld, Speicherplatz: %lld" @@ -1502,4 +1510,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/en_GB.po b/lib/libalpm/po/en_GB.po index 2e65b4aa..976a13c3 100644 --- a/lib/libalpm/po/en_GB.po +++ b/lib/libalpm/po/en_GB.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-03-07 11:45-0500\n" +"POT-Creation-Date: 2007-03-22 10:16-0400\n" "PO-Revision-Date: 2007-03-07 21:05+1100\n" "Last-Translator: Jeff Bailes \n" "Language-Team: English \n" @@ -40,7 +40,7 @@ msgstr "reading '%s' metadata" msgid "looking for unsatisfied dependencies" msgstr "looking for unsatisfied dependencies" -#: lib/libalpm/add.c:203 lib/libalpm/sync.c:469 +#: lib/libalpm/add.c:203 lib/libalpm/sync.c:475 msgid "looking for conflicts" msgstr "looking for conflicts" @@ -65,216 +65,216 @@ msgstr "cleaning up" msgid "looking for file conflicts" msgstr "looking for file conflicts" -#: lib/libalpm/add.c:342 +#: lib/libalpm/add.c:346 #, c-format msgid "upgrading package %s-%s" msgstr "upgrading package %s-%s" -#: lib/libalpm/add.c:366 +#: lib/libalpm/add.c:370 #, c-format msgid "adding package %s-%s" msgstr "adding package %s-%s" -#: lib/libalpm/add.c:379 +#: lib/libalpm/add.c:383 #, c-format msgid "removing old package first (%s-%s)" msgstr "removing old package first (%s-%s)" -#: lib/libalpm/add.c:407 +#: lib/libalpm/add.c:411 #, c-format msgid "adding %s to the NoUpgrade array temporarily" msgstr "adding %s to the NoUpgrade array temporarily" -#: lib/libalpm/add.c:425 +#: lib/libalpm/add.c:429 msgid "extracting files" msgstr "extracting files" -#: lib/libalpm/add.c:440 lib/libalpm/util.c:465 +#: lib/libalpm/add.c:444 lib/libalpm/util.c:465 msgid "could not get current working directory" msgstr "could not get current working directory" -#: lib/libalpm/add.c:496 lib/libalpm/add.c:497 +#: lib/libalpm/add.c:500 lib/libalpm/add.c:501 #, c-format msgid "%s is in NoExtract, skipping extraction" msgstr "%s is in NoExtract, skipping extraction" -#: lib/libalpm/add.c:504 +#: lib/libalpm/add.c:508 #, c-format msgid "%s is in trans->skip_add, skipping extraction" msgstr "%s is in trans->skip_add, skipping extraction" -#: lib/libalpm/add.c:550 lib/libalpm/add.c:551 lib/libalpm/add.c:700 +#: lib/libalpm/add.c:554 lib/libalpm/add.c:555 lib/libalpm/add.c:704 #, c-format msgid "could not extract %s (%s)" msgstr "could not extract %s (%s)" -#: lib/libalpm/add.c:594 +#: lib/libalpm/add.c:598 #, c-format msgid "checking md5 hashes for %s" msgstr "checking md5 hashes for %s" -#: lib/libalpm/add.c:596 +#: lib/libalpm/add.c:600 #, c-format msgid "checking sha1 hashes for %s" msgstr "checking sha1 hashes for %s" -#: lib/libalpm/add.c:598 +#: lib/libalpm/add.c:602 #, c-format msgid "current: %s" msgstr "current: %s" -#: lib/libalpm/add.c:599 +#: lib/libalpm/add.c:603 #, c-format msgid "new: %s" msgstr "new: %s" -#: lib/libalpm/add.c:600 +#: lib/libalpm/add.c:604 #, c-format msgid "original: %s" msgstr "original: %s" -#: lib/libalpm/add.c:612 +#: lib/libalpm/add.c:616 #, c-format msgid "could not rename %s (%s)" msgstr "could not rename %s (%s)" -#: lib/libalpm/add.c:613 +#: lib/libalpm/add.c:617 #, c-format msgid "error: could not rename %s (%s)" msgstr "error: could not rename %s (%s)" -#: lib/libalpm/add.c:619 lib/libalpm/add.c:638 +#: lib/libalpm/add.c:623 lib/libalpm/add.c:642 #, c-format msgid "could not copy tempfile to %s (%s)" msgstr "could not copy tempfile to %s (%s)" -#: lib/libalpm/add.c:620 +#: lib/libalpm/add.c:624 #, c-format msgid "error: could not copy tempfile to %s (%s)" msgstr "error: could not copy tempfile to %s (%s)" -#: lib/libalpm/add.c:624 lib/libalpm/remove.c:247 +#: lib/libalpm/add.c:628 lib/libalpm/remove.c:247 #, c-format msgid "%s saved as %s" msgstr "%s saved as %s" -#: lib/libalpm/add.c:625 +#: lib/libalpm/add.c:629 #, c-format msgid "warning: %s saved as %s" msgstr "warning: %s saved as %s" -#: lib/libalpm/add.c:635 +#: lib/libalpm/add.c:639 #, c-format msgid "action: installing new file: %s" msgstr "action: installing new file: %s" -#: lib/libalpm/add.c:645 lib/libalpm/add.c:651 lib/libalpm/add.c:656 +#: lib/libalpm/add.c:649 lib/libalpm/add.c:655 lib/libalpm/add.c:660 msgid "action: leaving existing file in place" msgstr "action: leaving existing file in place" -#: lib/libalpm/add.c:659 +#: lib/libalpm/add.c:663 msgid "action: keeping current file and installing new one with .pacnew ending" msgstr "" "action: keeping current file and installing new one with .pacnew ending" -#: lib/libalpm/add.c:662 +#: lib/libalpm/add.c:666 #, c-format msgid "could not install %s as %s: %s" msgstr "could not install %s as %s: %s" -#: lib/libalpm/add.c:663 +#: lib/libalpm/add.c:667 #, c-format msgid "error: could not install %s as %s: %s" msgstr "error: could not install %s as %s: %s" -#: lib/libalpm/add.c:665 +#: lib/libalpm/add.c:669 #, c-format msgid "%s installed as %s" msgstr "%s installed as %s" -#: lib/libalpm/add.c:666 +#: lib/libalpm/add.c:670 #, c-format msgid "warning: %s installed as %s" msgstr "warning: %s installed as %s" -#: lib/libalpm/add.c:680 +#: lib/libalpm/add.c:684 #, c-format msgid "%s is in NoUpgrade -- skipping" msgstr "%s is in NoUpgrade -- skipping" -#: lib/libalpm/add.c:681 +#: lib/libalpm/add.c:685 #, c-format msgid "extracting %s as %s.pacnew" msgstr "extracting %s as %s.pacnew" -#: lib/libalpm/add.c:682 +#: lib/libalpm/add.c:686 #, c-format msgid "warning: extracting %s as %s.pacnew" msgstr "warning: extracting %s as %s.pacnew" -#: lib/libalpm/add.c:685 +#: lib/libalpm/add.c:689 #, c-format msgid "extracting %s" msgstr "extracting %s" -#: lib/libalpm/add.c:701 +#: lib/libalpm/add.c:705 #, c-format msgid "error: could not extract %s (%s)" msgstr "error: could not extract %s (%s)" -#: lib/libalpm/add.c:713 +#: lib/libalpm/add.c:717 #, c-format msgid "appending backup entry for %s" msgstr "appending backup entry for %s" -#: lib/libalpm/add.c:745 lib/libalpm/add.c:747 +#: lib/libalpm/add.c:749 lib/libalpm/add.c:751 #, c-format msgid "errors occurred while %s %s" msgstr "errors occurred while %s %s" -#: lib/libalpm/add.c:746 lib/libalpm/add.c:748 +#: lib/libalpm/add.c:750 lib/libalpm/add.c:752 msgid "upgrading" msgstr "upgrading" -#: lib/libalpm/add.c:746 lib/libalpm/add.c:748 +#: lib/libalpm/add.c:750 lib/libalpm/add.c:752 msgid "installing" msgstr "installing" -#: lib/libalpm/add.c:765 +#: lib/libalpm/add.c:769 #, c-format msgid "provision '%s' has been removed from package %s (%s => %s)" msgstr "provision '%s' has been removed from package %s (%s => %s)" -#: lib/libalpm/add.c:777 +#: lib/libalpm/add.c:781 #, c-format msgid "updating '%s' due to provision change (%s)" msgstr "updating '%s' due to provision change (%s)" -#: lib/libalpm/add.c:781 lib/libalpm/add.c:782 +#: lib/libalpm/add.c:785 lib/libalpm/add.c:786 #, c-format msgid "could not update provision '%s' from '%s'" msgstr "could not update provision '%s' from '%s'" -#: lib/libalpm/add.c:795 lib/libalpm/remove.c:338 +#: lib/libalpm/add.c:799 lib/libalpm/remove.c:336 msgid "updating database" msgstr "updating database" -#: lib/libalpm/add.c:796 +#: lib/libalpm/add.c:800 #, c-format msgid "adding database entry '%s'" msgstr "adding database entry '%s'" -#: lib/libalpm/add.c:799 lib/libalpm/add.c:801 +#: lib/libalpm/add.c:803 lib/libalpm/add.c:805 #, c-format msgid "could not update database entry %s-%s" msgstr "could not update database entry %s-%s" -#: lib/libalpm/add.c:807 +#: lib/libalpm/add.c:811 #, c-format msgid "could not add entry '%s' in cache" msgstr "could not add entry '%s' in cache" -#: lib/libalpm/add.c:840 lib/libalpm/remove.c:365 lib/libalpm/sync.c:1041 +#: lib/libalpm/add.c:841 lib/libalpm/remove.c:363 lib/libalpm/sync.c:1047 #, c-format msgid "running \"ldconfig -r %s\"" msgstr "running \"ldconfig -r %s\"" @@ -466,7 +466,7 @@ msgstr "%s-%s elected for upgrade (to be replaced by %s-%s)" msgid "'%s' not found in sync db -- skipping" msgstr "'%s' not found in sync db -- skipping" -#: lib/libalpm/alpm.c:1163 lib/libalpm/sync.c:208 lib/libalpm/sync.c:495 +#: lib/libalpm/alpm.c:1163 lib/libalpm/sync.c:208 lib/libalpm/sync.c:501 #, c-format msgid "'%s' is already elected for removal -- skipping" msgstr "'%s' is already elected for removal -- skipping" @@ -491,51 +491,51 @@ msgstr "opening database from path '%s'" msgid "db scan could not find package: %s" msgstr "db scan could not find package: %s" -#: lib/libalpm/be_files.c:186 +#: lib/libalpm/be_files.c:188 #, c-format msgid "invalid name for dabatase entry '%s'" msgstr "invalid name for dabatase entry '%s'" -#: lib/libalpm/be_files.c:221 +#: lib/libalpm/be_files.c:223 msgid "invalid package entry provided to _alpm_db_read, skipping" msgstr "invalid package entry provided to _alpm_db_read, skipping" -#: lib/libalpm/be_files.c:226 +#: lib/libalpm/be_files.c:228 #, c-format msgid "" "request to read database info for a file-based package '%s', skipping..." msgstr "" "request to read database info for a file-based package '%s', skipping..." -#: lib/libalpm/be_files.c:234 +#: lib/libalpm/be_files.c:241 #, c-format msgid "loading package data for %s : level=%d" msgstr "loading package data for %s : level=%d" -#: lib/libalpm/be_files.c:242 +#: lib/libalpm/be_files.c:249 #, c-format msgid "cannot find '%s-%s' in db '%s'" msgstr "cannot find '%s-%s' in db '%s'" -#: lib/libalpm/be_files.c:250 lib/libalpm/be_files.c:396 -#: lib/libalpm/be_files.c:419 lib/libalpm/be_files.c:510 -#: lib/libalpm/be_files.c:599 lib/libalpm/be_files.c:626 +#: lib/libalpm/be_files.c:257 lib/libalpm/be_files.c:403 +#: lib/libalpm/be_files.c:426 lib/libalpm/be_files.c:517 +#: lib/libalpm/be_files.c:607 lib/libalpm/be_files.c:634 #: lib/libalpm/package.c:206 #, c-format msgid "could not open file %s: %s" msgstr "could not open file %s: %s" -#: lib/libalpm/be_files.c:507 +#: lib/libalpm/be_files.c:514 #, c-format msgid "writing %s-%s DESC information back to db" msgstr "writing %s-%s DESC information back to db" -#: lib/libalpm/be_files.c:596 +#: lib/libalpm/be_files.c:604 #, c-format msgid "writing %s-%s FILES information back to db" msgstr "writing %s-%s FILES information back to db" -#: lib/libalpm/be_files.c:623 +#: lib/libalpm/be_files.c:631 #, c-format msgid "writing %s-%s DEPENDS information back to db" msgstr "writing %s-%s DEPENDS information back to db" @@ -628,8 +628,8 @@ msgstr "\tCONFLICTS:: %s conflicts with %s" #: lib/libalpm/conflict.c:349 lib/libalpm/deps.c:60 lib/libalpm/deps.c:438 #: lib/libalpm/deps.c:634 lib/libalpm/deps.c:674 lib/libalpm/group.c:45 #: lib/libalpm/handle.c:51 lib/libalpm/package.c:82 lib/libalpm/sync.c:67 -#: lib/libalpm/sync.c:600 lib/libalpm/sync.c:616 lib/libalpm/sync.c:713 -#: lib/libalpm/trans.c:55 lib/libalpm/util.c:611 lib/libalpm/util.c:618 +#: lib/libalpm/sync.c:606 lib/libalpm/sync.c:622 lib/libalpm/sync.c:719 +#: lib/libalpm/trans.c:55 lib/libalpm/util.c:612 lib/libalpm/util.c:619 #, c-format msgid "malloc failure: could not allocate %d bytes" msgstr "malloc failure: could not allocate %d bytes" @@ -654,8 +654,8 @@ msgid "registering database '%s'" msgstr "registering database '%s'" #: lib/libalpm/db.c:186 -#, c-format -msgid "database directory '%s' does not exist, try creating it" +#, fuzzy, c-format +msgid "database directory '%s' does not exist, creating it" msgstr "database directory '%s' does not exist, try creating it" #: lib/libalpm/db.c:197 @@ -856,7 +856,7 @@ msgstr "transaction aborted" msgid "operation not compatible with the transaction type" msgstr "operation not compatible with the transaction type" -#: lib/libalpm/error.c:97 lib/libalpm/sync.c:980 +#: lib/libalpm/error.c:97 lib/libalpm/sync.c:986 msgid "could not commit transaction" msgstr "could not commit transaction" @@ -1056,12 +1056,12 @@ msgstr "missing package metadata" msgid "missing package filelist in %s, generating one" msgstr "missing package filelist in %s, generating one" -#: lib/libalpm/package.c:562 +#: lib/libalpm/package.c:568 #, c-format msgid "adding '%s' in requiredby field for '%s'" msgstr "adding '%s' in requiredby field for '%s'" -#: lib/libalpm/package.c:573 +#: lib/libalpm/package.c:582 #, c-format msgid "adding '%s' in requiredby field for '%s' (provides: %s)" msgstr "adding '%s' in requiredby field for '%s' (provides: %s)" @@ -1135,7 +1135,7 @@ msgstr "unlinking %s" msgid "cannot remove file %s: %s" msgstr "cannot remove file %s: %s" -#: lib/libalpm/remove.c:292 +#: lib/libalpm/remove.c:294 #, c-format msgid "removing package %s-%s" msgstr "removing package %s-%s" @@ -1150,17 +1150,17 @@ msgstr "not removing package '%s', can't remove all files" msgid "removing %d files" msgstr "removing %d files" -#: lib/libalpm/remove.c:339 +#: lib/libalpm/remove.c:337 #, c-format msgid "removing database entry '%s'" msgstr "removing database entry '%s'" -#: lib/libalpm/remove.c:341 +#: lib/libalpm/remove.c:339 #, c-format msgid "could not remove database entry %s-%s" msgstr "could not remove database entry %s-%s" -#: lib/libalpm/remove.c:346 +#: lib/libalpm/remove.c:344 #, c-format msgid "could not remove entry '%s' from cache" msgstr "could not remove entry '%s' from cache" @@ -1223,185 +1223,185 @@ msgstr "resolving target's dependencies" msgid "adding package %s-%s to the transaction targets" msgstr "adding package %s-%s to the transaction targets" -#: lib/libalpm/sync.c:449 +#: lib/libalpm/sync.c:455 msgid "looking for unresolvable dependencies" msgstr "looking for unresolvable dependencies" -#: lib/libalpm/sync.c:480 +#: lib/libalpm/sync.c:486 #, c-format msgid "package '%s' conflicts with '%s'" msgstr "package '%s' conflicts with '%s'" -#: lib/libalpm/sync.c:502 +#: lib/libalpm/sync.c:508 #, c-format msgid "'%s' not found in transaction set -- skipping" msgstr "'%s' not found in transaction set -- skipping" -#: lib/libalpm/sync.c:513 +#: lib/libalpm/sync.c:519 #, c-format msgid "package '%s' provides its own conflict" msgstr "package '%s' provides its own conflict" -#: lib/libalpm/sync.c:536 lib/libalpm/sync.c:541 +#: lib/libalpm/sync.c:542 lib/libalpm/sync.c:547 #, c-format msgid "'%s' is in the target list -- keeping it" msgstr "'%s' is in the target list -- keeping it" -#: lib/libalpm/sync.c:553 lib/libalpm/sync.c:590 +#: lib/libalpm/sync.c:559 lib/libalpm/sync.c:596 #, c-format msgid "removing '%s' from target list" msgstr "removing '%s' from target list" -#: lib/libalpm/sync.c:562 +#: lib/libalpm/sync.c:568 #, c-format msgid "resolving package '%s' conflict" msgstr "resolving package '%s' conflict" -#: lib/libalpm/sync.c:585 +#: lib/libalpm/sync.c:591 #, c-format msgid "electing '%s' for removal" msgstr "electing '%s' for removal" -#: lib/libalpm/sync.c:596 lib/libalpm/sync.c:612 +#: lib/libalpm/sync.c:602 lib/libalpm/sync.c:618 msgid "unresolvable package conflicts detected" msgstr "unresolvable package conflicts detected" -#: lib/libalpm/sync.c:664 +#: lib/libalpm/sync.c:670 msgid "checking dependencies of packages designated for removal" msgstr "checking dependencies of packages designated for removal" -#: lib/libalpm/sync.c:678 +#: lib/libalpm/sync.c:684 msgid "something has gone horribly wrong" msgstr "something has gone horribly wrong" -#: lib/libalpm/sync.c:698 +#: lib/libalpm/sync.c:704 #, c-format msgid "found '%s' as a provision for '%s' -- conflict aborted" msgstr "found '%s' as a provision for '%s' -- conflict aborted" -#: lib/libalpm/sync.c:794 +#: lib/libalpm/sync.c:800 #, c-format msgid "%s is already in the cache\n" msgstr "%s is already in the cache\n" -#: lib/libalpm/sync.c:805 +#: lib/libalpm/sync.c:811 #, c-format msgid "no %s cache exists, creating...\n" msgstr "no %s cache exists, creating...\n" -#: lib/libalpm/sync.c:806 +#: lib/libalpm/sync.c:812 #, c-format msgid "warning: no %s cache exists, creating..." msgstr "warning: no %s cache exists, creating..." -#: lib/libalpm/sync.c:811 +#: lib/libalpm/sync.c:817 msgid "couldn't create package cache, using /tmp instead\n" msgstr "couldn't create package cache, using /tmp instead\n" -#: lib/libalpm/sync.c:812 +#: lib/libalpm/sync.c:818 msgid "warning: couldn't create package cache, using /tmp instead" msgstr "warning: couldn't create package cache, using /tmp instead" -#: lib/libalpm/sync.c:819 +#: lib/libalpm/sync.c:825 #, c-format msgid "failed to retrieve some files from %s\n" msgstr "failed to retrieve some files from %s\n" -#: lib/libalpm/sync.c:849 lib/libalpm/sync.c:861 +#: lib/libalpm/sync.c:855 lib/libalpm/sync.c:867 #, c-format msgid "can't get md5 or sha1 checksum for package %s\n" msgstr "can't get md5 or sha1 checksum for package %s\n" -#: lib/libalpm/sync.c:880 +#: lib/libalpm/sync.c:886 #, c-format msgid "archive %s was corrupted (bad MD5 or SHA1 checksum)\n" msgstr "archive %s was corrupted (bad MD5 or SHA1 checksum)\n" -#: lib/libalpm/sync.c:882 +#: lib/libalpm/sync.c:888 #, c-format msgid "archive %s is corrupted (bad MD5 or SHA1 checksum)\n" msgstr "archive %s is corrupted (bad MD5 or SHA1 checksum)\n" -#: lib/libalpm/sync.c:903 +#: lib/libalpm/sync.c:909 msgid "could not create removal transaction" msgstr "could not create removal transaction" -#: lib/libalpm/sync.c:909 +#: lib/libalpm/sync.c:915 msgid "could not initialize the removal transaction" msgstr "could not initialise the removal transaction" -#: lib/libalpm/sync.c:929 +#: lib/libalpm/sync.c:935 msgid "removing conflicting and to-be-replaced packages" msgstr "removing conflicting and to-be-replaced packages" -#: lib/libalpm/sync.c:931 +#: lib/libalpm/sync.c:937 msgid "could not prepare removal transaction" msgstr "could not prepare removal transaction" -#: lib/libalpm/sync.c:937 +#: lib/libalpm/sync.c:943 msgid "could not commit removal transaction" msgstr "could not commit removal transaction" -#: lib/libalpm/sync.c:944 +#: lib/libalpm/sync.c:950 msgid "installing packages" msgstr "installing packages" -#: lib/libalpm/sync.c:947 +#: lib/libalpm/sync.c:953 msgid "could not create transaction" msgstr "could not create transaction" -#: lib/libalpm/sync.c:952 +#: lib/libalpm/sync.c:958 msgid "could not initialize transaction" msgstr "could not initialise transaction" -#: lib/libalpm/sync.c:975 +#: lib/libalpm/sync.c:981 msgid "could not prepare transaction" msgstr "could not prepare transaction" -#: lib/libalpm/sync.c:987 +#: lib/libalpm/sync.c:993 msgid "updating database for replaced packages' dependencies" msgstr "updating database for replaced packages' dependencies" -#: lib/libalpm/sync.c:1016 +#: lib/libalpm/sync.c:1022 #, c-format msgid "could not update requiredby for database entry %s-%s" msgstr "could not update requiredby for database entry %s-%s" -#: lib/libalpm/sync.c:1025 +#: lib/libalpm/sync.c:1031 #, c-format msgid "could not update new database entry %s-%s" msgstr "could not update new database entry %s-%s" -#: lib/libalpm/sync.c:1065 +#: lib/libalpm/sync.c:1071 #, c-format msgid "found package '%s-%s' in sync" msgstr "found package '%s-%s' in sync" -#: lib/libalpm/sync.c:1071 +#: lib/libalpm/sync.c:1077 #, c-format msgid "package '%s' not found in sync" msgstr "package '%s' not found in sync" -#: lib/libalpm/trans.c:267 +#: lib/libalpm/trans.c:270 #, c-format msgid "updating dependency packages 'requiredby' fields for %s-%s" msgstr "updating dependency packages 'requiredby' fields for %s-%s" -#: lib/libalpm/trans.c:270 +#: lib/libalpm/trans.c:273 msgid "package has no dependencies, no other packages to update" msgstr "package has no dependencies, no other packages to update" -#: lib/libalpm/trans.c:307 lib/libalpm/trans.c:333 +#: lib/libalpm/trans.c:310 lib/libalpm/trans.c:340 #, c-format msgid "updating 'requiredby' field for package '%s'" msgstr "updating 'requiredby' field for package '%s'" -#: lib/libalpm/trans.c:318 lib/libalpm/trans.c:344 +#: lib/libalpm/trans.c:325 lib/libalpm/trans.c:355 #, c-format msgid "could not update 'requiredby' database entry %s-%s" msgstr "could not update 'requiredby' database entry %s-%s" -#: lib/libalpm/trans.c:325 +#: lib/libalpm/trans.c:332 #, c-format msgid "could not find dependency '%s'" msgstr "could not find dependency '%s'" @@ -1421,7 +1421,7 @@ msgstr "could not open %s: %s\n" msgid "could not extract %s: %s\n" msgstr "could not extract %s: %s\n" -#: lib/libalpm/util.c:351 +#: lib/libalpm/util.c:350 #, c-format msgid "logaction called: %s" msgstr "logaction called: %s" @@ -1435,52 +1435,52 @@ msgstr "could not create temp directory" msgid "could not change directory to %s (%s)" msgstr "could not change directory to %s (%s)" -#: lib/libalpm/util.c:475 +#: lib/libalpm/util.c:476 #, c-format msgid "executing %s script..." msgstr "executing %s script..." -#: lib/libalpm/util.c:488 +#: lib/libalpm/util.c:489 #, c-format msgid "could not fork a new process (%s)" msgstr "could not fork a new process (%s)" -#: lib/libalpm/util.c:495 +#: lib/libalpm/util.c:496 #, c-format msgid "chrooting in %s" msgstr "chrooting in %s" -#: lib/libalpm/util.c:497 +#: lib/libalpm/util.c:498 #, c-format msgid "could not change the root directory (%s)" msgstr "could not change the root directory (%s)" -#: lib/libalpm/util.c:501 +#: lib/libalpm/util.c:502 #, c-format msgid "could not change directory to / (%s)" msgstr "could not change directory to / (%s)" -#: lib/libalpm/util.c:505 +#: lib/libalpm/util.c:506 #, c-format msgid "executing \"%s\"" msgstr "executing \"%s\"" -#: lib/libalpm/util.c:508 +#: lib/libalpm/util.c:509 #, c-format msgid "call to popen failed (%s)" msgstr "call to popen failed (%s)" -#: lib/libalpm/util.c:540 +#: lib/libalpm/util.c:541 #, c-format msgid "call to waitpid failed (%s)" msgstr "call to waitpid failed (%s)" -#: lib/libalpm/util.c:549 +#: lib/libalpm/util.c:550 #, c-format msgid "could not remove tmpdir %s" msgstr "could not remove tmpdir %s" -#: lib/libalpm/util.c:606 +#: lib/libalpm/util.c:607 #, c-format msgid "check_freespace: total pkg size: %lld, disk space: %lld" msgstr "check_freespace: total pkg size: %lld, disk space: %lld" diff --git a/lib/libalpm/po/fr.po b/lib/libalpm/po/fr.po index 45a0c0a3..cba9c22e 100644 --- a/lib/libalpm/po/fr.po +++ b/lib/libalpm/po/fr.po @@ -7,14 +7,16 @@ 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-03-07 11:45-0500\n" -"PO-Revision-Date: 2006-06-05 22:47+0100\n" -"Last-Translator: Enda \n" +"POT-Creation-Date: 2007-03-22 10:16-0400\n" +"PO-Revision-Date: 2007-03-22 12:20+0100\n" +"Last-Translator: solsTiCe d'hiver \n" +"Language-Team: solsTiCe d'Hiver \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-15\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: French\n" "X-Poedit-Country: FRANCE\n" +"X-Poedit-SourceCharset: iso-8859-15\n" #: lib/libalpm/add.c:77 #, c-format @@ -34,24 +36,24 @@ msgstr "une version plus r #: lib/libalpm/add.c:138 #, c-format msgid "reading '%s' metadata" -msgstr "lecture des mtas-donnes '%s'" +msgstr "lecture des mta-donnes '%s'" #: lib/libalpm/add.c:191 lib/libalpm/remove.c:111 msgid "looking for unsatisfied dependencies" msgstr "recherche des dpendances non satisfaites" -#: lib/libalpm/add.c:203 lib/libalpm/sync.c:469 +#: lib/libalpm/add.c:203 lib/libalpm/sync.c:475 msgid "looking for conflicts" msgstr "recherche des conflits" #: lib/libalpm/add.c:208 msgid "replacing packages with -A and -U is not supported yet" -msgstr "" +msgstr "remplacer un paquet avec -A ou -U n'est pas encore possible" #: lib/libalpm/add.c:209 #, c-format msgid "please remove '%s' first, using -Rd" -msgstr "" +msgstr "svp supprimer '%s' d'abord, en utilisant -Rd" #: lib/libalpm/add.c:250 lib/libalpm/remove.c:147 msgid "sorting by dependencies" @@ -65,225 +67,225 @@ msgstr "nettoyage" msgid "looking for file conflicts" msgstr "recherche de conflits entre fichiers" -#: lib/libalpm/add.c:342 +#: lib/libalpm/add.c:346 #, c-format msgid "upgrading package %s-%s" -msgstr "mise a jour du paquet %s-%s" +msgstr "mise jour du paquet %s-%s" -#: lib/libalpm/add.c:366 +#: lib/libalpm/add.c:370 #, c-format msgid "adding package %s-%s" msgstr "ajout du paquet %s-%s" -#: lib/libalpm/add.c:379 +#: lib/libalpm/add.c:383 #, c-format msgid "removing old package first (%s-%s)" msgstr "retirer l'ancien paquet pralablement (%s-%s)" -#: lib/libalpm/add.c:407 +#: lib/libalpm/add.c:411 #, c-format msgid "adding %s to the NoUpgrade array temporarily" -msgstr "" +msgstr "ajout de %s NoUpgrade temporairement" -#: lib/libalpm/add.c:425 +#: lib/libalpm/add.c:429 msgid "extracting files" msgstr "extraction des fichiers" -#: lib/libalpm/add.c:440 lib/libalpm/util.c:465 +#: lib/libalpm/add.c:444 lib/libalpm/util.c:465 msgid "could not get current working directory" msgstr "impossible de dterminer le rpertoire courant" -#: lib/libalpm/add.c:496 lib/libalpm/add.c:497 -#, fuzzy, c-format +#: lib/libalpm/add.c:500 lib/libalpm/add.c:501 +#, c-format msgid "%s is in NoExtract, skipping extraction" -msgstr "note: %s est dans la liste NoExtract -- ignore l'extraction" +msgstr "%s est dans la liste NoExtract -- ignore l'extraction" -#: lib/libalpm/add.c:504 -#, fuzzy, c-format +#: lib/libalpm/add.c:508 +#, c-format msgid "%s is in trans->skip_add, skipping extraction" -msgstr "note: %s est dans la liste NoExtract -- ignore l'extraction" +msgstr "%s est dans trans->skip_add, extration ignore" -#: lib/libalpm/add.c:550 lib/libalpm/add.c:551 lib/libalpm/add.c:700 +#: lib/libalpm/add.c:554 lib/libalpm/add.c:555 lib/libalpm/add.c:704 #, c-format msgid "could not extract %s (%s)" msgstr "n'a pas pu extraire %s (%s)" -#: lib/libalpm/add.c:594 +#: lib/libalpm/add.c:598 #, c-format msgid "checking md5 hashes for %s" msgstr "vrification de la 'signature' md5 pour %s" -#: lib/libalpm/add.c:596 +#: lib/libalpm/add.c:600 #, c-format msgid "checking sha1 hashes for %s" msgstr "vrification de la 'signature' sha1 pour %s" -#: lib/libalpm/add.c:598 +#: lib/libalpm/add.c:602 #, c-format msgid "current: %s" msgstr "courant: %s" -#: lib/libalpm/add.c:599 +#: lib/libalpm/add.c:603 #, c-format msgid "new: %s" msgstr "nouveau: %s" -#: lib/libalpm/add.c:600 +#: lib/libalpm/add.c:604 #, c-format msgid "original: %s" msgstr "original: %s" -#: lib/libalpm/add.c:612 +#: lib/libalpm/add.c:616 #, c-format msgid "could not rename %s (%s)" msgstr "n'a pas pu renommer %s (%s)" -#: lib/libalpm/add.c:613 +#: lib/libalpm/add.c:617 #, c-format msgid "error: could not rename %s (%s)" msgstr "erreur: n'a pas pu renommer %s (%s)" -#: lib/libalpm/add.c:619 lib/libalpm/add.c:638 -#, fuzzy, c-format +#: lib/libalpm/add.c:623 lib/libalpm/add.c:642 +#, c-format msgid "could not copy tempfile to %s (%s)" -msgstr "n'a pas pu copier %s vers %s (%s)" +msgstr "n'a pas pu copier tempfile vers %s (%s)" -#: lib/libalpm/add.c:620 -#, fuzzy, c-format +#: lib/libalpm/add.c:624 +#, c-format msgid "error: could not copy tempfile to %s (%s)" -msgstr "erreur: n'a pas pu copier %s vers %s (%s)" +msgstr "erreur: n'a pas pu copier tempfile vers %s (%s)" -#: lib/libalpm/add.c:624 lib/libalpm/remove.c:247 +#: lib/libalpm/add.c:628 lib/libalpm/remove.c:247 #, c-format msgid "%s saved as %s" msgstr "%s sauve en tant que %s" -#: lib/libalpm/add.c:625 +#: lib/libalpm/add.c:629 #, c-format msgid "warning: %s saved as %s" -msgstr "avertissement: %s sauve en tant que %s" +msgstr "avertissement: %s sauv en tant que %s" -#: lib/libalpm/add.c:635 -#, fuzzy, c-format +#: lib/libalpm/add.c:639 +#, c-format msgid "action: installing new file: %s" -msgstr "action: installation de nouveau fichier" +msgstr "action: installation du nouveau fichier: %s" -#: lib/libalpm/add.c:645 lib/libalpm/add.c:651 lib/libalpm/add.c:656 +#: lib/libalpm/add.c:649 lib/libalpm/add.c:655 lib/libalpm/add.c:660 msgid "action: leaving existing file in place" msgstr "action: quitte en prservant les fichiers existant" -#: lib/libalpm/add.c:659 +#: lib/libalpm/add.c:663 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" +"action: conserve le fichier actuel et installer le nouveau avec l'extension ." +"pacnew" -#: lib/libalpm/add.c:662 +#: lib/libalpm/add.c:666 #, 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:663 +#: lib/libalpm/add.c:667 #, 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:665 +#: lib/libalpm/add.c:669 #, c-format msgid "%s installed as %s" msgstr "%s install en tant que %s" -#: lib/libalpm/add.c:666 +#: lib/libalpm/add.c:670 #, c-format msgid "warning: %s installed as %s" msgstr "avertissement: %s install en tant que %s" -#: lib/libalpm/add.c:680 +#: lib/libalpm/add.c:684 #, c-format msgid "%s is in NoUpgrade -- skipping" msgstr "%s est marqu NoUpgrade -- ignore" -#: lib/libalpm/add.c:681 +#: lib/libalpm/add.c:685 #, c-format msgid "extracting %s as %s.pacnew" msgstr "extrait %s en tant que %s.pacnew" -#: lib/libalpm/add.c:682 -#, fuzzy, c-format +#: lib/libalpm/add.c:686 +#, c-format msgid "warning: extracting %s as %s.pacnew" -msgstr "avertissement: extrait %s%s en tant que %s" +msgstr "avertissement: extrait %s en tant que %s.pacnew" -#: lib/libalpm/add.c:685 +#: lib/libalpm/add.c:689 #, c-format msgid "extracting %s" msgstr "extrait %s" -#: lib/libalpm/add.c:701 +#: lib/libalpm/add.c:705 #, c-format msgid "error: could not extract %s (%s)" msgstr "erreur: n'a pas pu extraire %s (%s)" -#: lib/libalpm/add.c:713 -#, fuzzy, c-format +#: lib/libalpm/add.c:717 +#, c-format msgid "appending backup entry for %s" -msgstr "ajoute une entre pour la sauvegarde" +msgstr "ajoute une entre de sauvegarde pour %s" -#: lib/libalpm/add.c:745 lib/libalpm/add.c:747 +#: lib/libalpm/add.c:749 lib/libalpm/add.c:751 #, c-format msgid "errors occurred while %s %s" msgstr "des erreurs sont survenue pendant %s %s" -#: lib/libalpm/add.c:746 lib/libalpm/add.c:748 +#: lib/libalpm/add.c:750 lib/libalpm/add.c:752 msgid "upgrading" msgstr "mise jour" -#: lib/libalpm/add.c:746 lib/libalpm/add.c:748 +#: lib/libalpm/add.c:750 lib/libalpm/add.c:752 msgid "installing" msgstr "installation" -#: lib/libalpm/add.c:765 -#, c-format +#: lib/libalpm/add.c:769 +#, fuzzy, c-format msgid "provision '%s' has been removed from package %s (%s => %s)" -msgstr "" +msgstr "supposant que '%s' a t supprim du paquet %s (% => %s)" -#: lib/libalpm/add.c:777 -#, fuzzy, c-format +#: lib/libalpm/add.c:781 +#, c-format msgid "updating '%s' due to provision change (%s)" -msgstr "trouv '%s' comme disposition pour '%s'" +msgstr "met jour '%s' comme disposition pour (%s)" -#: lib/libalpm/add.c:781 lib/libalpm/add.c:782 -#, fuzzy, c-format +#: lib/libalpm/add.c:785 lib/libalpm/add.c:786 +#, c-format msgid "could not update provision '%s' from '%s'" -msgstr "trouv '%s' comme disposition pour '%s'" +msgstr "ne peut mettre jour '%s' depuis '%s'" -#: lib/libalpm/add.c:795 lib/libalpm/remove.c:338 +#: lib/libalpm/add.c:799 lib/libalpm/remove.c:336 msgid "updating database" msgstr "met jour la base de donnes" -#: lib/libalpm/add.c:796 +#: lib/libalpm/add.c:800 #, c-format msgid "adding database entry '%s'" msgstr "ajoute l'entre de base de donnes '%s'" -#: lib/libalpm/add.c:799 lib/libalpm/add.c:801 +#: lib/libalpm/add.c:803 lib/libalpm/add.c:805 #, c-format msgid "could not update database entry %s-%s" -msgstr "n'a pas pu mettre a jour l'entre de base de donnes %s-%s" +msgstr "n'a pas pu mettre jour l'entre de base de donnes %s-%s" -#: lib/libalpm/add.c:807 +#: lib/libalpm/add.c:811 #, c-format msgid "could not add entry '%s' in cache" msgstr "n'a pas pu ajouter l'entre '%s' dans le cache" -#: lib/libalpm/add.c:840 lib/libalpm/remove.c:365 lib/libalpm/sync.c:1041 +#: lib/libalpm/add.c:841 lib/libalpm/remove.c:363 lib/libalpm/sync.c:1047 #, c-format msgid "running \"ldconfig -r %s\"" -msgstr "execute \"ldconfig -r %s\"" +msgstr "excute \"ldconfig -r %s\"" #: lib/libalpm/alpm.c:116 #, c-format msgid "removing DB %s, %d remaining..." -msgstr "" +msgstr "suppression de la DB %s, %d restant..." #: lib/libalpm/alpm.c:181 #, c-format @@ -300,66 +302,70 @@ msgstr "ferme la base de donn msgid "" "adding new server to database '%s': protocol '%s', server '%s', path '%s'" msgstr "" +"ajout d'un nouveau serveur la base '%s': protocole '%s', serveur '%s', " +"chemin '%s'" #: lib/libalpm/alpm.c:236 #, c-format msgid "serverlist flushed for '%s'" -msgstr "" +msgstr "liste de serveur rcupr depuis '%s'" #: lib/libalpm/alpm.c:279 #, c-format msgid "failed to get lastupdate time for %s (no big deal)" msgstr "" +"chec de la rcupration de la date de dernire mise jour pour %s (pas un " +"problme)" #: lib/libalpm/alpm.c:298 #, c-format msgid "failed to sync db: %s [%d]" -msgstr "" +msgstr "chec de synchronisation de la base: %s [%d]" #: lib/libalpm/alpm.c:302 #, c-format msgid "sync: new mtime for %s: %s" -msgstr "" +msgstr "sync: nouveau mtime pour %s: %s" #: lib/libalpm/alpm.c:308 -#, fuzzy, c-format +#, c-format msgid "flushing database %s%s" -msgstr "recharge la base de donnes %s/%s" +msgstr "recharge la base de donnes %s%s" #: lib/libalpm/alpm.c:312 -#, fuzzy, c-format +#, c-format msgid "could not remove database entry %s%s" -msgstr "n'a pas pu retirer l'entre de base de donnes %s/%s" +msgstr "n'a pas pu retirer l'entre de base de donnes %s%s" #: lib/libalpm/alpm.c:481 -#, fuzzy, c-format +#, 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" +msgstr "n'a pas pu obtenir la 'signature' sha1 pour le paquet %s-%s" #: lib/libalpm/alpm.c:487 -#, fuzzy, c-format +#, c-format msgid "sha1sums for package %s-%s match" -msgstr "les 'signatures' correspondent pour le paquet %s-%s" +msgstr "les 'signatures' sha1 correspondent pour le paquet %s-%s" #: lib/libalpm/alpm.c:490 -#, fuzzy, c-format +#, c-format msgid "sha1sums do not match for package %s-%s" -msgstr "les 'signatures' sha1 ne correspondent pas pour le paquet %s-%s\n" +msgstr "les 'signatures' sha1 ne correspondent pas pour le paquet %s-%s" #: lib/libalpm/alpm.c:525 -#, fuzzy, c-format +#, 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" +msgstr "n'a pas pu obtenir la 'signature' md5 pour le paquet %s-%s" #: lib/libalpm/alpm.c:531 -#, fuzzy, c-format +#, c-format msgid "md5sums for package %s-%s match" -msgstr "les 'signatures' correspondent pour le paquet %s-%s" +msgstr "les 'signatures' md5 correspondent pour le paquet %s-%s" #: lib/libalpm/alpm.c:534 -#, fuzzy, c-format +#, c-format msgid "md5sums do not match for package %s-%s" -msgstr "les 'signatures' md5 ne correspondent pas pour le paquet %s-%s\n" +msgstr "les 'signatures' md5 ne correspondent pas pour le paquet %s-%s" #: lib/libalpm/alpm.c:783 #, c-format @@ -372,75 +378,75 @@ msgid "warning: could not remove lock file %s" msgstr "avertissement: n'a pas pu effacer le fichier de verrou %s" #: lib/libalpm/alpm.c:919 -#, fuzzy, c-format +#, c-format msgid "config: new section '%s'" -msgstr "n'a pas pu extraire %s: %s\n" +msgstr "config: nouvelle section '%s'" #: lib/libalpm/alpm.c:948 msgid "config: nopassiveftp" -msgstr "" +msgstr "config: nopassiveftp" #: lib/libalpm/alpm.c:951 msgid "config: usesyslog" -msgstr "" +msgstr "config: usesyslog" #: lib/libalpm/alpm.c:954 msgid "config: chomp" -msgstr "" +msgstr "config: chomp" #: lib/libalpm/alpm.c:957 msgid "config: usecolor" -msgstr "" +msgstr "config: usecolor" #: lib/libalpm/alpm.c:966 -#, fuzzy, c-format +#, c-format msgid "config: including %s" -msgstr "ne peut ouvrir le fichier de log %s" +msgstr "config: inclusion de %s" #: lib/libalpm/alpm.c:976 lib/libalpm/alpm.c:981 -#, fuzzy, c-format +#, c-format msgid "config: noupgrade: %s" -msgstr "n'a pas pu extraire %s: %s\n" +msgstr "config: noupgrade: %s" #: lib/libalpm/alpm.c:989 lib/libalpm/alpm.c:994 -#, fuzzy, c-format +#, c-format msgid "config: noextract: %s" -msgstr "n'a pas pu extraire %s: %s\n" +msgstr "config: noextract: %s" #: lib/libalpm/alpm.c:1002 lib/libalpm/alpm.c:1007 -#, fuzzy, c-format +#, c-format msgid "config: ignorepkg: %s" -msgstr "n'a pas pu extraire %s: %s\n" +msgstr "config: ignorepkg: %s" #: lib/libalpm/alpm.c:1015 lib/libalpm/alpm.c:1020 -#, fuzzy, c-format +#, c-format msgid "config: holdpkg: %s" -msgstr "ne peut ouvrir le fichier de log %s" +msgstr "config: holdpkg: %s" #: lib/libalpm/alpm.c:1027 -#, fuzzy, c-format +#, c-format msgid "config: dbpath: %s" -msgstr "n'a pas pu extraire %s: %s\n" +msgstr "config: dbpath: %s" #: lib/libalpm/alpm.c:1034 -#, fuzzy, c-format +#, c-format msgid "config: cachedir: %s" -msgstr "n'a pas pu extraire %s: %s\n" +msgstr "config: cachedir: %s" #: lib/libalpm/alpm.c:1037 -#, fuzzy, c-format +#, c-format msgid "config: logfile: %s" -msgstr "ne peut ouvrir le fichier de log %s" +msgstr "config: logfile: %s" #: lib/libalpm/alpm.c:1040 -#, fuzzy, c-format +#, c-format msgid "config: xfercommand: %s" -msgstr "n'a pas pu extraire %s: %s\n" +msgstr "config: xfercommand: %s" #: lib/libalpm/alpm.c:1045 #, c-format msgid "config: upgradedelay: %d" -msgstr "" +msgstr "config: upgradedelay: %d" #: lib/libalpm/alpm.c:1083 lib/libalpm/sync.c:107 msgid "checking for package replacements" @@ -454,7 +460,7 @@ msgstr "analyse du remplacement '%s' pour le paquet '%s'" #: lib/libalpm/alpm.c:1097 lib/libalpm/sync.c:125 #, 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)" +msgstr "%s-%s: ignore la mise jour du paquet ( remplacer par %s-%s)" #: lib/libalpm/alpm.c:1127 lib/libalpm/sync.c:160 #, c-format @@ -466,20 +472,20 @@ msgstr "%s-%s s msgid "'%s' not found in sync db -- skipping" msgstr "'%s' non trouv dans la liste de synchronisation -- ignor" -#: lib/libalpm/alpm.c:1163 lib/libalpm/sync.c:208 lib/libalpm/sync.c:495 +#: lib/libalpm/alpm.c:1163 lib/libalpm/sync.c:208 lib/libalpm/sync.c:501 #, c-format msgid "'%s' is already elected for removal -- skipping" msgstr "'%s' est dj slectionn pour retrait -- ignor" #: lib/libalpm/alpm.c:1169 -#, fuzzy, c-format +#, c-format msgid "%s elected for upgrade (%s => %s)" -msgstr "%s-%s slectionn pour mise jour (%s => %s)" +msgstr "%s slectionn pour mise jour (%s => %s)" #: lib/libalpm/be_files.c:61 -#, fuzzy, c-format +#, c-format msgid "unpacking database '%s'" -msgstr "ouvre la base de donnes '%s'" +msgstr "dballe la base de donnes '%s'" #: lib/libalpm/be_files.c:78 #, fuzzy, c-format @@ -487,67 +493,69 @@ msgid "opening database from path '%s'" msgstr "ouvre la base de donnes '%s'" #: lib/libalpm/be_files.c:182 -#, fuzzy, c-format +#, c-format msgid "db scan could not find package: %s" -msgstr "ne peut trouver ou lire le paquet" +msgstr "la db ne peut trouver le paquet: %s" -#: lib/libalpm/be_files.c:186 +#: lib/libalpm/be_files.c:188 #, c-format msgid "invalid name for dabatase entry '%s'" msgstr "nom invalide pour l'entre de base de donnes '%s'" -#: lib/libalpm/be_files.c:221 +#: lib/libalpm/be_files.c:223 msgid "invalid package entry provided to _alpm_db_read, skipping" -msgstr "" +msgstr "paquet invalide fournit _alpm_db_read, et ignor" -#: lib/libalpm/be_files.c:226 +#: lib/libalpm/be_files.c:228 #, c-format msgid "" "request to read database info for a file-based package '%s', skipping..." msgstr "" +"requte pour lire information de la db pour un paquet bas\" sur un fichier '%" +"s', ignor..." -#: lib/libalpm/be_files.c:234 +#: lib/libalpm/be_files.c:241 #, c-format msgid "loading package data for %s : level=%d" -msgstr "" +msgstr "chargement des donnes du paquet %s: niveau=%d" -#: lib/libalpm/be_files.c:242 -#, fuzzy, c-format +#: lib/libalpm/be_files.c:249 +#, c-format msgid "cannot find '%s-%s' in db '%s'" -msgstr "ne peut trouver %s dans la base de donnes" +msgstr "ne peut trouver %s-%s dans la base de donnes '%s'" -#: lib/libalpm/be_files.c:250 lib/libalpm/be_files.c:396 -#: lib/libalpm/be_files.c:419 lib/libalpm/be_files.c:510 -#: lib/libalpm/be_files.c:599 lib/libalpm/be_files.c:626 +#: lib/libalpm/be_files.c:257 lib/libalpm/be_files.c:403 +#: lib/libalpm/be_files.c:426 lib/libalpm/be_files.c:517 +#: lib/libalpm/be_files.c:607 lib/libalpm/be_files.c:634 #: lib/libalpm/package.c:206 -#, fuzzy, c-format +#, c-format msgid "could not open file %s: %s" -msgstr "ne peut ouvrir le fichier %s" +msgstr "ne peut ouvrir le fichier %s: %s" -#: lib/libalpm/be_files.c:507 +#: lib/libalpm/be_files.c:514 #, c-format msgid "writing %s-%s DESC information back to db" -msgstr "" +msgstr "criture des informations DESC pour %s-%s dans la db" -#: lib/libalpm/be_files.c:596 +#: lib/libalpm/be_files.c:604 #, c-format msgid "writing %s-%s FILES information back to db" -msgstr "" +msgstr "criture des informations FILES pour %s-%s dans la db" -#: lib/libalpm/be_files.c:623 +#: lib/libalpm/be_files.c:631 #, c-format msgid "writing %s-%s DEPENDS information back to db" -msgstr "" +msgstr "criture des informations DEPENDS pour %s-%s dans la db" #: lib/libalpm/cache.c:59 -#, fuzzy, c-format +#, c-format msgid "loading package cache for repository '%s'" -msgstr "nettoyage du cache de paquet pour le dpot '%s'" +msgstr "chargement du cache de paquet pour le dpt '%s'" #: lib/libalpm/cache.c:64 -#, fuzzy, c-format +#, c-format msgid "adding '%s' to package cache for db '%s'" -msgstr "nettoyage du cache de paquet pour le dpot '%s'" +msgstr "ajout de '%s' au cache de paquet pour la db '%s'" #: lib/libalpm/cache.c:85 #, c-format @@ -557,7 +565,7 @@ msgstr "nettoyage du cache de paquet pour le d #: lib/libalpm/cache.c:109 #, c-format msgid "error: pkgcache is NULL for db '%s'" -msgstr "" +msgstr "erreur: pkgcache est NULL pour la db '%s'" #: lib/libalpm/cache.c:129 #, c-format @@ -570,14 +578,14 @@ msgid "removing entry '%s' from '%s' cache" msgstr "retrait de l'entre '%s' depuis '%s' cache" #: lib/libalpm/cache.c:156 -#, fuzzy, c-format +#, c-format msgid "cannot remove entry '%s' from '%s' cache: not found" -msgstr "retrait de l'entre '%s' depuis '%s' cache" +msgstr "ne peut supprimer l'entre '%s' depuis le cache '%s': non trouv" #: lib/libalpm/cache.c:178 -#, fuzzy, c-format +#, c-format msgid "error: failed to get '%s' from NULL pkgcache" -msgstr "ne peut retirer l'entre '%s' du cache" +msgstr "erreur: chec avoir '%s' depuis pkgcache NULL" #: lib/libalpm/cache.c:201 #, c-format @@ -585,50 +593,51 @@ msgid "loading group cache for repository '%s'" msgstr "chargement du group depuis le cache pour le dpot '%s'" #: lib/libalpm/conflict.c:69 -#, fuzzy, c-format +#, c-format msgid " found conflict '%s' : package '%s'" -msgstr "analyse du remplacement '%s' pour le paquet '%s'" +msgstr " conflit trouv '%s' : paquet '%s'" #: lib/libalpm/conflict.c:78 #, c-format msgid " found conflict '%s' : package '%s' provides '%s'" -msgstr "" +msgstr " conflit trouv '%s': paquet '%s' fournit '%s'" #: lib/libalpm/conflict.c:101 lib/libalpm/conflict.c:143 -#, fuzzy, c-format +#, c-format msgid "package '%s' conflicts with itself - packaging error" -msgstr "le paquet '%s' est en conflit avec '%s'" +msgstr "" +"le paquet '%s' est en conflit avec lui-mme - erreur de cration de paquet" #: lib/libalpm/conflict.c:107 -#, fuzzy, c-format +#, c-format msgid "checkconflicts: target '%s' vs db" msgstr "analyse des conflits: cible '%s' compare la base" #: lib/libalpm/conflict.c:149 -#, fuzzy, c-format +#, c-format msgid "checkconflicts: target '%s' vs all targets" msgstr "analyse des conflits: cible '%s' compare aux cibles" #: lib/libalpm/conflict.c:181 -#, fuzzy, c-format +#, c-format msgid "checkconflicts: db vs target '%s'" -msgstr "analyse des conflits: base de donnes compare a la cible '%s'" +msgstr "analyse des conflits: base de donnes compare a la cible '%s'" #: lib/libalpm/conflict.c:201 #, fuzzy, c-format msgid "target '%s' is also in target list, using NEW conflicts" -msgstr "'%s' est dans la la liste de cibles -- conservation" +msgstr "'%s' est dans la la liste de cibles -- using NEW conflicts" #: lib/libalpm/conflict.c:257 #, c-format msgid "\tCONFLICTS:: %s conflicts with %s" -msgstr "" +msgstr "\tCONFLITS:: %s est en conflit avec %s" #: lib/libalpm/conflict.c:349 lib/libalpm/deps.c:60 lib/libalpm/deps.c:438 #: lib/libalpm/deps.c:634 lib/libalpm/deps.c:674 lib/libalpm/group.c:45 #: lib/libalpm/handle.c:51 lib/libalpm/package.c:82 lib/libalpm/sync.c:67 -#: lib/libalpm/sync.c:600 lib/libalpm/sync.c:616 lib/libalpm/sync.c:713 -#: lib/libalpm/trans.c:55 lib/libalpm/util.c:611 lib/libalpm/util.c:618 +#: lib/libalpm/sync.c:606 lib/libalpm/sync.c:622 lib/libalpm/sync.c:719 +#: lib/libalpm/trans.c:55 lib/libalpm/util.c:612 lib/libalpm/util.c:619 #, c-format msgid "malloc failure: could not allocate %d bytes" msgstr "problme malloc: n'a pas pu allouer %d bytes" @@ -640,12 +649,12 @@ msgstr "malloc #: lib/libalpm/db.c:167 msgid "attempt to re-register the 'local' DB" -msgstr "" +msgstr "tentative de r-enregistrer la db 'local'" #: lib/libalpm/db.c:175 #, c-format msgid "attempt to re-register the '%s' database, using existing" -msgstr "" +msgstr "tentative de r-enregistrer la db '%s', en utilisant l'existant" #: lib/libalpm/db.c:181 #, c-format @@ -653,8 +662,8 @@ msgid "registering database '%s'" msgstr "enregistre la base de donnes '%s'" #: lib/libalpm/db.c:186 -#, fuzzy, c-format -msgid "database directory '%s' does not exist, try creating it" +#, c-format +msgid "database directory '%s' does not exist, creating it" msgstr "" "le rpertoire de base de donnes '%s' n'existe pas -- tentative de cration" @@ -677,32 +686,32 @@ msgstr "fin du tri des d #: lib/libalpm/deps.c:225 lib/libalpm/deps.c:310 msgid "null package found in package list" -msgstr "" +msgstr "paquet nul trouv dans la liste des paquets" #: lib/libalpm/deps.c:230 -#, fuzzy, c-format +#, c-format msgid "cannot find package installed '%s'" -msgstr "ne peut ouvrir le fichier de paquet" +msgstr "ne peut trouver le paquet install '%s'" #: lib/libalpm/deps.c:261 #, c-format msgid "checkdeps: dependency '%s' has moved from '%s' to '%s'" -msgstr "" +msgstr "checkdeps: dpendance '%s' a chang de '%s' '%s'" #: lib/libalpm/deps.c:280 -#, fuzzy, c-format +#, c-format msgid "checkdeps: dependency '%s' satisfied by installed package '%s'" -msgstr "analyse du remplacement '%s' pour le paquet '%s'" +msgstr "checkdeps: dpendance '%s' satisfaite pour le paquet install '%s'" #: lib/libalpm/deps.c:289 -#, fuzzy, c-format +#, c-format msgid "checkdeps: updated '%s' won't satisfy a dependency of '%s'" -msgstr "analyse des dpendances: trouve %s comme dpendance pour %s" +msgstr "checkdeps: '%s' mis jour ne satisfera pas la dpendance de '%s'" #: lib/libalpm/deps.c:359 -#, fuzzy, c-format +#, c-format msgid "missing dependency '%s' for package '%s'" -msgstr "analyse du remplacement '%s' pour le paquet '%s'" +msgstr "dpendance manquante '%s' pour le paquet '%s'" #: lib/libalpm/deps.c:409 #, c-format @@ -763,18 +772,16 @@ msgid "dependency cycle detected: %s" msgstr "cycle de dpendances dtecte: %s" #: lib/libalpm/deps.c:691 -#, fuzzy msgid "finished resolving dependencies" -msgstr "dbut du tri des dpendances" +msgstr "fin du tri des dpendances" #: lib/libalpm/error.c:40 msgid "out of memory!" msgstr "dpassement de mmoire!" #: lib/libalpm/error.c:42 -#, fuzzy msgid "unexpected system error" -msgstr "erreur non prvue" +msgstr "erreur systme non prvue" #: lib/libalpm/error.c:44 msgid "insufficient privileges" @@ -830,7 +837,7 @@ msgstr "n'a pas pu retirer l'entr #: lib/libalpm/error.c:73 msgid "invalid url for server" -msgstr "" +msgstr "URL invalide pour le serveur" #: lib/libalpm/error.c:80 msgid "could not set parameter" @@ -860,14 +867,13 @@ msgstr "transaction annul msgid "operation not compatible with the transaction type" msgstr "opration incompatible avec le type de transaction" -#: lib/libalpm/error.c:97 lib/libalpm/sync.c:980 +#: lib/libalpm/error.c:97 lib/libalpm/sync.c:986 msgid "could not commit transaction" msgstr "n'a pas pu appliquer la transaction" #: lib/libalpm/error.c:99 -#, fuzzy msgid "could not download all files" -msgstr "ne peut trouver ou lire le fichier" +msgstr "n'a pu tlcharger tous les fichiers" #: lib/libalpm/error.c:102 msgid "could not find or read package" @@ -894,9 +900,8 @@ msgid "package not installed or lesser version" msgstr "paquet non install ou version plus ancienne" #: lib/libalpm/error.c:114 -#, fuzzy msgid "cannot remove all files for package" -msgstr "ne peut effacer le fichier %s" +msgstr "ne peut effacer tous les fichiers du paquet" #: lib/libalpm/error.c:116 msgid "package name is not valid" @@ -908,7 +913,7 @@ msgstr "paquet corrompu" #: lib/libalpm/error.c:120 msgid "no such repository" -msgstr "" +msgstr "pas de tel dpt" #: lib/libalpm/error.c:123 msgid "group not found" @@ -927,7 +932,6 @@ msgid "conflicting files" msgstr "conflit de fichier" #: lib/libalpm/error.c:133 -#, fuzzy msgid "user aborted the operation" msgstr "annulation utilisateur" @@ -941,37 +945,36 @@ msgstr "erreur de libarchive" #: lib/libalpm/error.c:139 msgid "not enough space on disk" -msgstr "" +msgstr "pas assez d'espace disque" #: lib/libalpm/error.c:142 msgid "not confirmed" -msgstr "" +msgstr "non confirm" #: lib/libalpm/error.c:145 +#, fuzzy msgid "bad configuration section name" -msgstr "" +msgstr "mauvaise configuration du nom de la section" #: lib/libalpm/error.c:147 msgid "'local' is reserved and cannot be used as a repository name" -msgstr "" +msgstr "'local' est rserv et ne peut tre utilis comme nom de dpt" #: lib/libalpm/error.c:149 -#, fuzzy msgid "syntax error in config file" -msgstr "%s: erreur de syntaxe dans le fichier de description la ligne %d" +msgstr "erreur de syntaxe dans le fichier de description" #: lib/libalpm/error.c:151 msgid "all directives must belong to a section" -msgstr "" +msgstr "toutes les directives doivent appartenir une section" #: lib/libalpm/error.c:153 msgid "invalid regular expression" -msgstr "" +msgstr "expression rgulire incorrecte" #: lib/libalpm/error.c:156 -#, fuzzy msgid "connection to remote host failed" -msgstr "ne peut effacer le fichier %s" +msgstr "chec de connexion l'hte distant " #: lib/libalpm/error.c:159 msgid "unexpected error" @@ -980,22 +983,22 @@ msgstr "erreur non pr #: lib/libalpm/handle.c:163 #, c-format msgid "cannot canonicalize specified root path '%s'" -msgstr "" +msgstr "ne peut cannoniser le chemin root '%s'" #: lib/libalpm/handle.c:175 #, c-format msgid "option 'root' = %s" -msgstr "" +msgstr "option 'root' = %s" #: lib/libalpm/handle.c:195 -#, fuzzy, c-format +#, c-format msgid "option 'dbpath' = %s" -msgstr "n'a pas pu extraire %s: %s\n" +msgstr "option 'dbpath' = %s" #: lib/libalpm/handle.c:211 -#, fuzzy, c-format +#, c-format msgid "option 'cachedir' = %s" -msgstr "n'a pas pu extraire %s: %s\n" +msgstr "option 'cachedir' = %s" #: lib/libalpm/md5driver.c:56 #, c-format @@ -1005,17 +1008,17 @@ msgstr "%s ne peut etre ouvert\n" #: lib/libalpm/md5driver.c:74 #, c-format msgid "md5(%s) = %s" -msgstr "" +msgstr "md5(%s) = %s" #: lib/libalpm/package.c:150 -#, fuzzy, c-format +#, c-format msgid "%s: forcing upgrade to version %s" -msgstr "version de paquet manquant dans %s" +msgstr "%s: force la mise jour en version %s" #: lib/libalpm/package.c:155 -#, fuzzy, c-format +#, c-format msgid "%s: local (%s) is newer than %s (%s)" -msgstr "%s-%s: la version locale est plus rcente" +msgstr "%s: la version locale (%s) est plus rcente que %s (%s)" #: lib/libalpm/package.c:163 #, c-format @@ -1023,9 +1026,9 @@ msgid "%s-%s: ignoring package upgrade (%s)" msgstr "%s-%s: ignore la mise jour du paquet (%s)" #: lib/libalpm/package.c:169 -#, fuzzy, c-format +#, c-format msgid "%s-%s: delaying upgrade of package (%s)" -msgstr "%s-%s: repousse la mise jour du paquet (%s)\n" +msgstr "%s-%s: repousse la mise jour du paquet (%s)" #: lib/libalpm/package.c:220 lib/libalpm/package.c:279 #, c-format @@ -1052,29 +1055,29 @@ msgid "could not remove tempfile %s" msgstr "ne peut effacer le fichier temporaire %s" #: lib/libalpm/package.c:409 lib/libalpm/package.c:416 -#, fuzzy, c-format +#, c-format msgid "error while reading package: %s" -msgstr "mise a jour du paquet %s-%s" +msgstr "erreur lors de la lecture du paquet: %s" #: lib/libalpm/package.c:422 -#, fuzzy msgid "missing package metadata" -msgstr "nom de paquet manquant dans %s" +msgstr "mta-donnes du paquet manquante" #: lib/libalpm/package.c:429 -#, fuzzy, c-format +#, c-format msgid "missing package filelist in %s, generating one" -msgstr "fichier d'information manquant dans le paquet %s" +msgstr "" +"liste de fichiers du paquet absente dans %s -- cration d'une telle liste" -#: lib/libalpm/package.c:562 +#: lib/libalpm/package.c:568 #, c-format msgid "adding '%s' in requiredby field for '%s'" msgstr "ajoute '%s' dans le champ 'requit par' pour '%s'" -#: lib/libalpm/package.c:573 -#, fuzzy, c-format +#: lib/libalpm/package.c:582 +#, c-format msgid "adding '%s' in requiredby field for '%s' (provides: %s)" -msgstr "ajoute '%s' dans le champ 'requit par' pour '%s'" +msgstr "ajoute '%s' dans le champ 'requit par' pour '%s' (fournit: %s)" #: lib/libalpm/remove.c:79 #, c-format @@ -1101,14 +1104,14 @@ msgid "finding removable dependencies" msgstr "trouve les dpendances dispensables" #: lib/libalpm/remove.c:175 -#, fuzzy, c-format +#, c-format msgid "cannot remove file '%s': %s" -msgstr "ne peut effacer le fichier %s" +msgstr "ne peut effacer le fichier '%s': %s" #: lib/libalpm/remove.c:213 -#, fuzzy, c-format +#, c-format msgid "Skipping removal of '%s' due to NoUpgrade" -msgstr "ignore l'effacement de %s car il a t dplac dans un autre paquet" +msgstr "Ignore l'effacement de %s pour cause de NoUpgrade" #: lib/libalpm/remove.c:220 #, c-format @@ -1128,12 +1131,12 @@ msgstr "efface le r #: lib/libalpm/remove.c:236 #, c-format msgid "%s is in trans->skip_remove, skipping removal" -msgstr "" +msgstr "%s est dans trans->skip_remove, suppression ignore" #: lib/libalpm/remove.c:250 #, c-format msgid "transaction is set to NOSAVE, not backing up '%s'" -msgstr "" +msgstr "la transaction est NOSAVE, pas de sauvegarde de '%s'" #: lib/libalpm/remove.c:254 #, c-format @@ -1141,49 +1144,49 @@ msgid "unlinking %s" msgstr "suppression %s" #: lib/libalpm/remove.c:261 -#, fuzzy, c-format +#, c-format msgid "cannot remove file %s: %s" -msgstr "ne peut effacer le fichier %s" +msgstr "ne peut effacer le fichier %s: %s" -#: lib/libalpm/remove.c:292 +#: lib/libalpm/remove.c:294 #, c-format msgid "removing package %s-%s" msgstr "retrait du paquet %s-%s" #: lib/libalpm/remove.c:309 -#, fuzzy, c-format +#, c-format msgid "not removing package '%s', can't remove all files" -msgstr "rsolution du conflit de paquet '%s'" +msgstr "non suppression du paquet '%s', on ne peut supprimer tous ses fichiers" #: lib/libalpm/remove.c:316 -#, fuzzy, c-format +#, c-format msgid "removing %d files" -msgstr "efface les fichiers" +msgstr "efface %d fichiers" -#: lib/libalpm/remove.c:339 +#: lib/libalpm/remove.c:337 #, c-format msgid "removing database entry '%s'" msgstr "ne peut effacer l'entre de base de de donnes %s" -#: lib/libalpm/remove.c:341 +#: lib/libalpm/remove.c:339 #, c-format msgid "could not remove database entry %s-%s" msgstr "ne peut retirer l'entre de base de donne %s-%s" -#: lib/libalpm/remove.c:346 +#: lib/libalpm/remove.c:344 #, c-format msgid "could not remove entry '%s' from cache" msgstr "ne peut retirer l'entre '%s' du cache" #: lib/libalpm/sha1.c:397 -#, fuzzy, c-format +#, c-format msgid "sha1: %s can't be opened\n" -msgstr "%s ne peut etre ouvert\n" +msgstr "sha1: %s ne peut tre ouvert\n" #: lib/libalpm/sha1.c:412 #, c-format msgid "sha1(%s) = %s" -msgstr "" +msgstr "sha1(%s) = %s" #: lib/libalpm/sync.c:183 msgid "checking for package upgrades" @@ -1195,9 +1198,9 @@ msgid "%s-%s elected for upgrade (%s => %s)" msgstr "%s-%s slectionn pour mise jour (%s => %s)" #: lib/libalpm/sync.c:262 -#, fuzzy, c-format +#, c-format msgid "searching for target in repo '%s'" -msgstr "charge la cible '%s'" +msgstr "cherche la cible dans le dpt '%s'" #: lib/libalpm/sync.c:270 lib/libalpm/sync.c:293 #, c-format @@ -1210,9 +1213,9 @@ msgid "found '%s' as a provision for '%s'" msgstr "trouv '%s' comme disposition pour '%s'" #: lib/libalpm/sync.c:282 -#, fuzzy, c-format +#, c-format msgid "repository '%s' not found" -msgstr "groupe non trouv" +msgstr "dpt '%s' non trouv" #: lib/libalpm/sync.c:323 #, c-format @@ -1225,7 +1228,6 @@ msgid "adding target '%s' to the transaction set" msgstr "ajout de la cible '%s' au jeu de transaction" #: lib/libalpm/sync.c:394 -#, fuzzy msgid "resolving target's dependencies" msgstr "rsolution des dpendances pour les cibles" @@ -1234,191 +1236,192 @@ msgstr "r msgid "adding package %s-%s to the transaction targets" msgstr "ajout du paquet %s-%s la liste de transactions" -#: lib/libalpm/sync.c:449 +#: lib/libalpm/sync.c:455 msgid "looking for unresolvable dependencies" msgstr "recherche de dpendancea non soluble" -#: lib/libalpm/sync.c:480 -#, fuzzy, c-format +#: lib/libalpm/sync.c:486 +#, c-format msgid "package '%s' conflicts with '%s'" msgstr "le paquet '%s' est en conflit avec '%s'" -#: lib/libalpm/sync.c:502 +#: lib/libalpm/sync.c:508 #, c-format msgid "'%s' not found in transaction set -- skipping" msgstr "'%s' non trouve dans le jeu de transaction -- ignor" -#: lib/libalpm/sync.c:513 +#: lib/libalpm/sync.c:519 #, c-format msgid "package '%s' provides its own conflict" msgstr "le paquet '%s' gnre son propre conflit" -#: lib/libalpm/sync.c:536 lib/libalpm/sync.c:541 +#: lib/libalpm/sync.c:542 lib/libalpm/sync.c:547 #, 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:553 lib/libalpm/sync.c:590 +#: lib/libalpm/sync.c:559 lib/libalpm/sync.c:596 #, c-format msgid "removing '%s' from target list" msgstr "retire '%s' de la liste de cibles" -#: lib/libalpm/sync.c:562 +#: lib/libalpm/sync.c:568 #, c-format msgid "resolving package '%s' conflict" msgstr "rsolution du conflit de paquet '%s'" -#: lib/libalpm/sync.c:585 +#: lib/libalpm/sync.c:591 #, c-format msgid "electing '%s' for removal" msgstr "slection de '%s' pour retrait" -#: lib/libalpm/sync.c:596 lib/libalpm/sync.c:612 +#: lib/libalpm/sync.c:602 lib/libalpm/sync.c:618 msgid "unresolvable package conflicts detected" msgstr "conflit de paquets non soluble dtect" -#: lib/libalpm/sync.c:664 +#: lib/libalpm/sync.c:670 msgid "checking dependencies of packages designated for removal" msgstr "analyse des dpendances pour les paquets marques retirer" -#: lib/libalpm/sync.c:678 +#: lib/libalpm/sync.c:684 msgid "something has gone horribly wrong" msgstr "quelque chose s'est horriblement mal pass" -#: lib/libalpm/sync.c:698 +#: lib/libalpm/sync.c:704 #, 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:794 +#: lib/libalpm/sync.c:800 #, c-format msgid "%s is already in the cache\n" -msgstr "" +msgstr "%s est dj dans le cache\n" -#: lib/libalpm/sync.c:805 +#: lib/libalpm/sync.c:811 #, c-format msgid "no %s cache exists, creating...\n" -msgstr "" +msgstr "le cache %s n'existe pas, cration...\n" -#: lib/libalpm/sync.c:806 +#: lib/libalpm/sync.c:812 #, c-format msgid "warning: no %s cache exists, creating..." -msgstr "" +msgstr "avertissement: le cache %s n'existe pas, cration..." -#: lib/libalpm/sync.c:811 +#: lib/libalpm/sync.c:817 msgid "couldn't create package cache, using /tmp instead\n" -msgstr "" +msgstr "ne peut crer le cache de paquet, /tmp sera utilis la place\n" -#: lib/libalpm/sync.c:812 +#: lib/libalpm/sync.c:818 msgid "warning: couldn't create package cache, using /tmp instead" msgstr "" +"avertissement: ne peut crer le cache de paquet, /tmp sera utilis la place" -#: lib/libalpm/sync.c:819 +#: lib/libalpm/sync.c:825 #, c-format msgid "failed to retrieve some files from %s\n" -msgstr "" +msgstr "chec de rcupration de certains fichiers depuis %s\n" -#: lib/libalpm/sync.c:849 lib/libalpm/sync.c:861 +#: lib/libalpm/sync.c:855 lib/libalpm/sync.c:867 #, 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:880 +#: lib/libalpm/sync.c:886 #, 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:882 +#: lib/libalpm/sync.c:888 #, 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:903 +#: lib/libalpm/sync.c:909 msgid "could not create removal transaction" msgstr "n'a pas pu crer la transaction de retrait" -#: lib/libalpm/sync.c:909 +#: lib/libalpm/sync.c:915 msgid "could not initialize the removal transaction" msgstr "n'a pas pu initialiser la transaction de retrait" -#: lib/libalpm/sync.c:929 +#: lib/libalpm/sync.c:935 msgid "removing conflicting and to-be-replaced packages" msgstr "efface les paquets en conflit et ceux remplacer" -#: lib/libalpm/sync.c:931 +#: lib/libalpm/sync.c:937 msgid "could not prepare removal transaction" msgstr "n'a pas pu prparer la transaction de retrait" -#: lib/libalpm/sync.c:937 +#: lib/libalpm/sync.c:943 msgid "could not commit removal transaction" msgstr "n'a pas pu appliquer la transaction de retrait" -#: lib/libalpm/sync.c:944 +#: lib/libalpm/sync.c:950 msgid "installing packages" msgstr "installe les paquets" -#: lib/libalpm/sync.c:947 +#: lib/libalpm/sync.c:953 msgid "could not create transaction" msgstr "n'a pas pu crer la transaction" -#: lib/libalpm/sync.c:952 +#: lib/libalpm/sync.c:958 msgid "could not initialize transaction" msgstr "n'a pas pu initialiser la transaction" -#: lib/libalpm/sync.c:975 +#: lib/libalpm/sync.c:981 msgid "could not prepare transaction" msgstr "n'a pas pu prparer la transaction" -#: lib/libalpm/sync.c:987 +#: lib/libalpm/sync.c:993 msgid "updating database for replaced packages' dependencies" msgstr "" "mise a jour de la base de donnes concernant les dpendances de paquets " "remplaces" -#: lib/libalpm/sync.c:1016 +#: lib/libalpm/sync.c:1022 #, 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'entre de base de donnes %s-%" "s" -#: lib/libalpm/sync.c:1025 +#: lib/libalpm/sync.c:1031 #, c-format msgid "could not update new database entry %s-%s" msgstr "n'a pu mettre a jour la nouvelle entre de base de donnes %s-%s" -#: lib/libalpm/sync.c:1065 -#, fuzzy, c-format +#: lib/libalpm/sync.c:1071 +#, c-format msgid "found package '%s-%s' in sync" -msgstr "retrait du paquet %s-%s" +msgstr "paquet '%s-%s' trouv dans sync" -#: lib/libalpm/sync.c:1071 -#, fuzzy, c-format +#: lib/libalpm/sync.c:1077 +#, c-format msgid "package '%s' not found in sync" -msgstr "'%s' non trouv dans la liste de synchronisation -- ignor" +msgstr "'%s' non trouv dans la liste de synchronisation" -#: lib/libalpm/trans.c:267 -#, fuzzy, c-format +#: lib/libalpm/trans.c:270 +#, c-format msgid "updating dependency packages 'requiredby' fields for %s-%s" -msgstr "mise a jour des champs 'requit par' des dpendances" +msgstr "mise jour des champs 'requit par' pour %s-%s" -#: lib/libalpm/trans.c:270 +#: lib/libalpm/trans.c:273 msgid "package has no dependencies, no other packages to update" -msgstr "" +msgstr "le paquet n'a aucune dpendance, pas d'autres paquets mettre jour" -#: lib/libalpm/trans.c:307 lib/libalpm/trans.c:333 +#: lib/libalpm/trans.c:310 lib/libalpm/trans.c:340 #, c-format msgid "updating 'requiredby' field for package '%s'" msgstr "mise jour du champ 'requit par' pour le paquet '%s'" -#: lib/libalpm/trans.c:318 lib/libalpm/trans.c:344 +#: lib/libalpm/trans.c:325 lib/libalpm/trans.c:355 #, c-format msgid "could not update 'requiredby' database entry %s-%s" msgstr "" "n'a pas pu mettre jour le champ 'requit par' de l'entre de base de " "donnes %s-%s" -#: lib/libalpm/trans.c:325 +#: lib/libalpm/trans.c:332 #, c-format msgid "could not find dependency '%s'" msgstr "n'a pas pu trouver la dpendance '%s'" @@ -1426,22 +1429,22 @@ msgstr "n'a pas pu trouver la d #: lib/libalpm/util.c:142 #, c-format msgid "failed to make path '%s' : %s" -msgstr "" +msgstr "chec de la cration du chemin '%s' : %s" #: lib/libalpm/util.c:280 -#, fuzzy, c-format +#, c-format msgid "could not open %s: %s\n" -msgstr "ne peut ouvrir le fichier %s" +msgstr "ne peut ouvrir %s: %s\n" #: lib/libalpm/util.c:293 #, c-format msgid "could not extract %s: %s\n" msgstr "n'a pas pu extraire %s: %s\n" -#: lib/libalpm/util.c:351 -#, fuzzy, c-format +#: lib/libalpm/util.c:350 +#, c-format msgid "logaction called: %s" -msgstr "original: %s" +msgstr "logaction called: %s" #: lib/libalpm/util.c:445 msgid "could not create temp directory" @@ -1452,65 +1455,65 @@ msgstr "n'a pas pu cr msgid "could not change directory to %s (%s)" msgstr "n'a pas pu changer de rpertoire pour %s (%s)" -#: lib/libalpm/util.c:475 +#: lib/libalpm/util.c:476 #, c-format msgid "executing %s script..." msgstr "excute le script %s ..." -#: lib/libalpm/util.c:488 +#: lib/libalpm/util.c:489 #, c-format msgid "could not fork a new process (%s)" msgstr "n'a pas pu gnrer un nouveau processus (%s)" -#: lib/libalpm/util.c:495 +#: lib/libalpm/util.c:496 #, c-format msgid "chrooting in %s" msgstr "chroot dans %s" -#: lib/libalpm/util.c:497 +#: lib/libalpm/util.c:498 #, c-format msgid "could not change the root directory (%s)" msgstr "n'a pas pu changer le rpertoire racine (%s)" -#: lib/libalpm/util.c:501 +#: lib/libalpm/util.c:502 #, c-format msgid "could not change directory to / (%s)" msgstr "n'a pas pu changer de rpertoire vers / (%s)" -#: lib/libalpm/util.c:505 +#: lib/libalpm/util.c:506 #, c-format msgid "executing \"%s\"" msgstr "excute \"%s\"" -#: lib/libalpm/util.c:508 -#, fuzzy, c-format +#: lib/libalpm/util.c:509 +#, c-format msgid "call to popen failed (%s)" -msgstr "la demande de mise en attente du pid a choue (%s)" +msgstr "l'appel popen chouer (%s)" -#: lib/libalpm/util.c:540 +#: lib/libalpm/util.c:541 #, c-format msgid "call to waitpid failed (%s)" msgstr "la demande de mise en attente du pid a choue (%s)" -#: lib/libalpm/util.c:549 +#: lib/libalpm/util.c:550 #, c-format msgid "could not remove tmpdir %s" msgstr "n'a pas pu effacer tmpdir %s" -#: lib/libalpm/util.c:606 +#: lib/libalpm/util.c:607 #, c-format msgid "check_freespace: total pkg size: %lld, disk space: %lld" -msgstr "" +msgstr "check_freespace: taille totale du paquet: %lld, espace disque: %lld" #: lib/libalpm/versioncmp.c:279 #, c-format msgid "depcmp: %s-%s %s %s-%s => %s" -msgstr "" +msgstr "depcmp: %s-%s %s %s-%s => %s" #: lib/libalpm/versioncmp.c:284 #, c-format msgid "depcmp: %s-%s %s %s => %s" -msgstr "" +msgstr "depcmp: %s-%s %s %s => %s" #~ msgid "%s saved as %s.pacorig" #~ msgstr "%s sauve en tant que %s.pacorig" diff --git a/lib/libalpm/po/hu.po b/lib/libalpm/po/hu.po index a153e383..ef9c0dd8 100644 --- a/lib/libalpm/po/hu.po +++ b/lib/libalpm/po/hu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: hu\n" "Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n" -"POT-Creation-Date: 2007-03-14 22:04+0100\n" +"POT-Creation-Date: 2007-03-22 10:16-0400\n" "PO-Revision-Date: 2007-03-14 13:45+0100\n" "Last-Translator: Nagy Gabor \n" "Language-Team: \n" @@ -41,7 +41,7 @@ msgstr "'%s' metaadat olvas msgid "looking for unsatisfied dependencies" msgstr "elgtelen fggsgek keresse" -#: lib/libalpm/add.c:203 lib/libalpm/sync.c:469 +#: lib/libalpm/add.c:203 lib/libalpm/sync.c:475 msgid "looking for conflicts" msgstr "konfliktusok keresse" @@ -66,217 +66,217 @@ msgstr "tiszt msgid "looking for file conflicts" msgstr "fjl konfliktusok keresse" -#: lib/libalpm/add.c:342 +#: lib/libalpm/add.c:346 #, c-format msgid "upgrading package %s-%s" msgstr "csomag frisstse: %s-%s" -#: lib/libalpm/add.c:366 +#: lib/libalpm/add.c:370 #, c-format msgid "adding package %s-%s" msgstr "csomag hozzadsa %s-%s" -#: lib/libalpm/add.c:379 +#: lib/libalpm/add.c:383 #, c-format msgid "removing old package first (%s-%s)" msgstr "elsknt a rgi csomag eltvoltsa (%s-%s)" -#: lib/libalpm/add.c:407 +#: lib/libalpm/add.c:411 #, c-format msgid "adding %s to the NoUpgrade array temporarily" msgstr "" -#: lib/libalpm/add.c:425 +#: lib/libalpm/add.c:429 msgid "extracting files" msgstr "fjlok kitmrtse" -#: lib/libalpm/add.c:440 lib/libalpm/util.c:464 +#: lib/libalpm/add.c:444 lib/libalpm/util.c:465 msgid "could not get current working directory" msgstr "a jelenlegi munkaknyvtr nem kaphat meg" -#: lib/libalpm/add.c:496 lib/libalpm/add.c:497 +#: lib/libalpm/add.c:500 lib/libalpm/add.c:501 #, c-format msgid "%s is in NoExtract, skipping extraction" msgstr "%s a NoExtractben van, kitmrts kihagysa" -#: lib/libalpm/add.c:504 +#: lib/libalpm/add.c:508 #, c-format msgid "%s is in trans->skip_add, skipping extraction" msgstr "" -#: lib/libalpm/add.c:550 lib/libalpm/add.c:551 lib/libalpm/add.c:700 +#: lib/libalpm/add.c:554 lib/libalpm/add.c:555 lib/libalpm/add.c:704 #, c-format msgid "could not extract %s (%s)" msgstr "nem sikerlt kitmrteni: %s (%s)" -#: lib/libalpm/add.c:594 +#: lib/libalpm/add.c:598 #, c-format msgid "checking md5 hashes for %s" msgstr "md5 sszegek vizsglata a %s szmra" -#: lib/libalpm/add.c:596 +#: lib/libalpm/add.c:600 #, c-format msgid "checking sha1 hashes for %s" msgstr "sha1 sszegek vizsglata a %s szmra" -#: lib/libalpm/add.c:598 +#: lib/libalpm/add.c:602 #, c-format msgid "current: %s" msgstr "jelenlegi: %s" -#: lib/libalpm/add.c:599 +#: lib/libalpm/add.c:603 #, c-format msgid "new: %s" msgstr "j: %s" -#: lib/libalpm/add.c:600 +#: lib/libalpm/add.c:604 #, c-format msgid "original: %s" msgstr "eredeti: %s" -#: lib/libalpm/add.c:612 +#: lib/libalpm/add.c:616 #, c-format msgid "could not rename %s (%s)" msgstr "nem sikerlt tnevezni: %s (%s)" -#: lib/libalpm/add.c:613 +#: lib/libalpm/add.c:617 #, c-format msgid "error: could not rename %s (%s)" msgstr "hiba: nem sikerlt tnevezni: %s (%s)" -#: lib/libalpm/add.c:619 lib/libalpm/add.c:638 +#: lib/libalpm/add.c:623 lib/libalpm/add.c:642 #, c-format msgid "could not copy tempfile to %s (%s)" msgstr "nem sikerlt az ideiglenes fjlt ide msolni: %s (%s)" -#: lib/libalpm/add.c:620 +#: lib/libalpm/add.c:624 #, c-format msgid "error: could not copy tempfile to %s (%s)" msgstr "hiba: nem sikerlt az ideiglenes fjlt ide msolni: %s (%s)" -#: lib/libalpm/add.c:624 lib/libalpm/remove.c:247 +#: lib/libalpm/add.c:628 lib/libalpm/remove.c:247 #, c-format msgid "%s saved as %s" msgstr "a %s elmentve %s nven" -#: lib/libalpm/add.c:625 +#: lib/libalpm/add.c:629 #, c-format msgid "warning: %s saved as %s" msgstr "figyelmeztets: a %s elmentve %s nven" -#: lib/libalpm/add.c:635 +#: lib/libalpm/add.c:639 #, c-format msgid "action: installing new file: %s" msgstr "folyamat: j fjl teleptse: %s" -#: lib/libalpm/add.c:645 lib/libalpm/add.c:651 lib/libalpm/add.c:656 +#: lib/libalpm/add.c:649 lib/libalpm/add.c:655 lib/libalpm/add.c:660 msgid "action: leaving existing file in place" msgstr "folyamat: a jelenlegi fjl megtartsa" -#: lib/libalpm/add.c:659 +#: lib/libalpm/add.c:663 msgid "action: keeping current file and installing new one with .pacnew ending" msgstr "" "folyamat: a jelenlegi fjl megtartsa s az j .pacnew vgzdssel val " "teleptse" -#: lib/libalpm/add.c:662 +#: lib/libalpm/add.c:666 #, c-format msgid "could not install %s as %s: %s" msgstr "nem sikerlt telepteni a %s-t %s-knt: %s" -#: lib/libalpm/add.c:663 +#: lib/libalpm/add.c:667 #, c-format msgid "error: could not install %s as %s: %s" msgstr "hiba: nem sikerlt telepteni a %s-t %s-knt: %s" -#: lib/libalpm/add.c:665 +#: lib/libalpm/add.c:669 #, c-format msgid "%s installed as %s" msgstr "a %s %s nven lett teleptve" -#: lib/libalpm/add.c:666 +#: lib/libalpm/add.c:670 #, c-format msgid "warning: %s installed as %s" msgstr "figyelmeztets: a %s nven %s lett teleptve" -#: lib/libalpm/add.c:680 +#: lib/libalpm/add.c:684 #, c-format msgid "%s is in NoUpgrade -- skipping" msgstr "%s a NoUpgrade-ben van -- kihagys" -#: lib/libalpm/add.c:681 +#: lib/libalpm/add.c:685 #, c-format msgid "extracting %s as %s.pacnew" msgstr "%s kitmrtse %s.pacnew nven" -#: lib/libalpm/add.c:682 +#: lib/libalpm/add.c:686 #, c-format msgid "warning: extracting %s as %s.pacnew" msgstr "figyelmeztets: %s kitmrtse %s.pacnew nven" -#: lib/libalpm/add.c:685 +#: lib/libalpm/add.c:689 #, c-format msgid "extracting %s" msgstr "a %s kitmrtse" -#: lib/libalpm/add.c:701 +#: lib/libalpm/add.c:705 #, c-format msgid "error: could not extract %s (%s)" msgstr "hiba: nem sikerlt kitmrteni: %s (%s)" -#: lib/libalpm/add.c:713 +#: lib/libalpm/add.c:717 #, c-format msgid "appending backup entry for %s" msgstr "" -#: lib/libalpm/add.c:745 lib/libalpm/add.c:747 +#: lib/libalpm/add.c:749 lib/libalpm/add.c:751 #, c-format msgid "errors occurred while %s %s" msgstr "hiba %s kzben: %s" -#: lib/libalpm/add.c:746 lib/libalpm/add.c:748 +#: lib/libalpm/add.c:750 lib/libalpm/add.c:752 msgid "upgrading" msgstr "frissts" -#: lib/libalpm/add.c:746 lib/libalpm/add.c:748 +#: lib/libalpm/add.c:750 lib/libalpm/add.c:752 msgid "installing" msgstr "telepts" -#: lib/libalpm/add.c:765 +#: lib/libalpm/add.c:769 #, c-format msgid "provision '%s' has been removed from package %s (%s => %s)" msgstr "" -#: lib/libalpm/add.c:777 +#: lib/libalpm/add.c:781 #, c-format msgid "updating '%s' due to provision change (%s)" msgstr "" -#: lib/libalpm/add.c:781 lib/libalpm/add.c:782 +#: lib/libalpm/add.c:785 lib/libalpm/add.c:786 #, c-format msgid "could not update provision '%s' from '%s'" msgstr "" -#: lib/libalpm/add.c:795 lib/libalpm/remove.c:338 +#: lib/libalpm/add.c:799 lib/libalpm/remove.c:336 msgid "updating database" msgstr "az adatbzis frisstse" -#: lib/libalpm/add.c:796 +#: lib/libalpm/add.c:800 #, c-format msgid "adding database entry '%s'" msgstr "adatbzis mez hozzadsa '%s'" -#: lib/libalpm/add.c:799 lib/libalpm/add.c:801 +#: lib/libalpm/add.c:803 lib/libalpm/add.c:805 #, c-format msgid "could not update database entry %s-%s" msgstr "sikertelen a '%s-%s' adatbzis-bejegyzs frisstse" -#: lib/libalpm/add.c:807 +#: lib/libalpm/add.c:811 #, c-format msgid "could not add entry '%s' in cache" msgstr "sikertelen a '%s' bejegyzs hozzadsa a gyorsttrhoz" -#: lib/libalpm/add.c:840 lib/libalpm/remove.c:365 lib/libalpm/sync.c:1041 +#: lib/libalpm/add.c:841 lib/libalpm/remove.c:363 lib/libalpm/sync.c:1047 #, c-format msgid "running \"ldconfig -r %s\"" msgstr "az \"ldconfig -r %s\" futtatsa" @@ -471,7 +471,7 @@ msgstr "a %s-%s kiv msgid "'%s' not found in sync db -- skipping" msgstr "a '%s' nem tallhat a tvoli adatbzisban -- kihagys" -#: lib/libalpm/alpm.c:1163 lib/libalpm/sync.c:208 lib/libalpm/sync.c:495 +#: lib/libalpm/alpm.c:1163 lib/libalpm/sync.c:208 lib/libalpm/sync.c:501 #, c-format msgid "'%s' is already elected for removal -- skipping" msgstr "a '%s' mr kijellve eltvoltsra -- kihagys" @@ -577,7 +577,9 @@ msgstr "a '%s' bejegyz #: lib/libalpm/cache.c:156 #, c-format msgid "cannot remove entry '%s' from '%s' cache: not found" -msgstr "nem sikerlt a '%s' bejegyzs eltvoltsa a '%s' gyorsttrbl: nem tallhat" +msgstr "" +"nem sikerlt a '%s' bejegyzs eltvoltsa a '%s' gyorsttrbl: nem " +"tallhat" #: lib/libalpm/cache.c:178 #, c-format @@ -632,8 +634,8 @@ msgstr "" #: lib/libalpm/conflict.c:349 lib/libalpm/deps.c:60 lib/libalpm/deps.c:438 #: lib/libalpm/deps.c:634 lib/libalpm/deps.c:674 lib/libalpm/group.c:45 #: lib/libalpm/handle.c:51 lib/libalpm/package.c:82 lib/libalpm/sync.c:67 -#: lib/libalpm/sync.c:600 lib/libalpm/sync.c:616 lib/libalpm/sync.c:713 -#: lib/libalpm/trans.c:55 lib/libalpm/util.c:610 lib/libalpm/util.c:617 +#: lib/libalpm/sync.c:606 lib/libalpm/sync.c:622 lib/libalpm/sync.c:719 +#: lib/libalpm/trans.c:55 lib/libalpm/util.c:612 lib/libalpm/util.c:619 #, c-format msgid "malloc failure: could not allocate %d bytes" msgstr "malloc problma: nem sikerlt alloklni %d byte-ot" @@ -650,7 +652,8 @@ msgstr "k #: lib/libalpm/db.c:175 #, c-format msgid "attempt to re-register the '%s' database, using existing" -msgstr "ksrlet a(z) '%s' adatbzis jraregisztrlsra, a jelenlegi hasznlata" +msgstr "" +"ksrlet a(z) '%s' adatbzis jraregisztrlsra, a jelenlegi hasznlata" #: lib/libalpm/db.c:181 #, c-format @@ -861,7 +864,7 @@ msgstr "a tranzakci msgid "operation not compatible with the transaction type" msgstr "a mvelet nem egyeztethet ssze a jelenlegi tranzakcitpussal" -#: lib/libalpm/error.c:97 lib/libalpm/sync.c:980 +#: lib/libalpm/error.c:97 lib/libalpm/sync.c:986 msgid "could not commit transaction" msgstr "nem sikerlt commitolni a tranzakcit" @@ -1057,7 +1060,7 @@ msgid "missing package metadata" msgstr "" #: lib/libalpm/package.c:429 -#, c-format +#, c-format msgid "missing package filelist in %s, generating one" msgstr "" @@ -1140,7 +1143,7 @@ msgstr "a %s t msgid "cannot remove file %s: %s" msgstr "nem sikerlt eltvoltani a %s fjlt: %s" -#: lib/libalpm/remove.c:292 +#: lib/libalpm/remove.c:294 #, c-format msgid "removing package %s-%s" msgstr "a %s-%s csomag eltvoltsa" @@ -1148,24 +1151,25 @@ msgstr "a %s-%s csomag elt #: lib/libalpm/remove.c:309 #, c-format msgid "not removing package '%s', can't remove all files" -msgstr "nem tvoltom el a(z) '%s' csomagot, nem tudom eltvoltani az sszes fjlt" +msgstr "" +"nem tvoltom el a(z) '%s' csomagot, nem tudom eltvoltani az sszes fjlt" #: lib/libalpm/remove.c:316 -#, c-format +#, c-format msgid "removing %d files" msgstr "%d fjl trlse" -#: lib/libalpm/remove.c:339 +#: lib/libalpm/remove.c:337 #, c-format msgid "removing database entry '%s'" msgstr "a '%s' adatbzis-bejegyzs eltvoltsa" -#: lib/libalpm/remove.c:341 +#: lib/libalpm/remove.c:339 #, c-format msgid "could not remove database entry %s-%s" msgstr "nem sikerlt eltvoltani a %s-%s adatbzis-bejegyzst" -#: lib/libalpm/remove.c:346 +#: lib/libalpm/remove.c:344 #, c-format msgid "could not remove entry '%s' from cache" msgstr "nem sikerlt eltvoltani a '%s' bejegyzst a gyorsttrbl" @@ -1228,164 +1232,164 @@ msgstr "a c msgid "adding package %s-%s to the transaction targets" msgstr "a '%s-%s' hozzadsa a clcsomagokhoz" -#: lib/libalpm/sync.c:449 +#: lib/libalpm/sync.c:455 msgid "looking for unresolvable dependencies" msgstr "elgtelen fggsgek keresse" -#: lib/libalpm/sync.c:480 +#: lib/libalpm/sync.c:486 #, c-format msgid "package '%s' conflicts with '%s'" msgstr "a(z) '%s' csomag tkzik a(z) '%s' csomaggal" -#: lib/libalpm/sync.c:502 +#: lib/libalpm/sync.c:508 #, c-format msgid "'%s' not found in transaction set -- skipping" msgstr "a '%s' nem tallhat a tranzakciban -- kihagys" -#: lib/libalpm/sync.c:513 +#: lib/libalpm/sync.c:519 #, c-format msgid "package '%s' provides its own conflict" msgstr "a(z) '%s' csomag sajt magval tkzik" -#: lib/libalpm/sync.c:536 lib/libalpm/sync.c:541 +#: lib/libalpm/sync.c:542 lib/libalpm/sync.c:547 #, c-format msgid "'%s' is in the target list -- keeping it" msgstr "a(z) '%s' mr a cl listban -- megtarts" -#: lib/libalpm/sync.c:553 lib/libalpm/sync.c:590 +#: lib/libalpm/sync.c:559 lib/libalpm/sync.c:596 #, c-format msgid "removing '%s' from target list" msgstr "a(z) '%s' bejegyzs eltvoltsa a cllistbl" -#: lib/libalpm/sync.c:562 +#: lib/libalpm/sync.c:568 #, c-format msgid "resolving package '%s' conflict" msgstr "konfliktus feloldsa a(z) '%s' csomag szmra" -#: lib/libalpm/sync.c:585 +#: lib/libalpm/sync.c:591 #, c-format msgid "electing '%s' for removal" msgstr "a(z) '%s' kivlasztsa eltvoltsra" -#: lib/libalpm/sync.c:596 lib/libalpm/sync.c:612 +#: lib/libalpm/sync.c:602 lib/libalpm/sync.c:618 msgid "unresolvable package conflicts detected" msgstr "feloldhatatlan csomagtkzsek" -#: lib/libalpm/sync.c:664 +#: lib/libalpm/sync.c:670 msgid "checking dependencies of packages designated for removal" msgstr "az eltvoltand csomagok fggsgeinek ellenrzse" -#: lib/libalpm/sync.c:678 +#: lib/libalpm/sync.c:684 msgid "something has gone horribly wrong" msgstr "valami nagyon rosszul ment" -#: lib/libalpm/sync.c:698 +#: lib/libalpm/sync.c:704 #, c-format msgid "found '%s' as a provision for '%s' -- conflict aborted" msgstr "a(z) '%s' szolgltatja a(z) '%s' csomagot - konfliktus flbeszaktva" -#: lib/libalpm/sync.c:794 +#: lib/libalpm/sync.c:800 #, c-format msgid "%s is already in the cache\n" msgstr "%s mr a gyorsttrban\n" -#: lib/libalpm/sync.c:805 +#: lib/libalpm/sync.c:811 #, c-format msgid "no %s cache exists, creating...\n" msgstr "nem ltezik a(z) %s gyorsttr. ltrehozs...\n" -#: lib/libalpm/sync.c:806 +#: lib/libalpm/sync.c:812 #, c-format msgid "warning: no %s cache exists, creating..." msgstr "figyelmeztets: a(z) %s gyorsttr nem ltezik. ltrehozs..." -#: lib/libalpm/sync.c:811 +#: lib/libalpm/sync.c:817 msgid "couldn't create package cache, using /tmp instead\n" msgstr "nem sikerlt ltrehozni a csomag gyorsttrat, a /tmp hasznlata\n" -#: lib/libalpm/sync.c:812 +#: lib/libalpm/sync.c:818 msgid "warning: couldn't create package cache, using /tmp instead" msgstr "" "figyelmeztets: nem sikerlt ltrehozni a csomag gyorsttrat, a /tmp " "hasznlata" -#: lib/libalpm/sync.c:819 +#: lib/libalpm/sync.c:825 #, c-format msgid "failed to retrieve some files from %s\n" msgstr "nem sikerlt nhny fjlt letlteni innen: %s\n" -#: lib/libalpm/sync.c:849 lib/libalpm/sync.c:861 +#: lib/libalpm/sync.c:855 lib/libalpm/sync.c:867 #, c-format msgid "can't get md5 or sha1 checksum for package %s\n" msgstr "" "sikertelen az md5 vagy sha1 ellenrz sszeg elrse a %s csomag szmra\n" -#: lib/libalpm/sync.c:880 +#: lib/libalpm/sync.c:886 #, c-format msgid "archive %s was corrupted (bad MD5 or SHA1 checksum)\n" msgstr "a(z) %s archvum srlt volt (rossz MD5 vagy SHA1 szumma)\n" -#: lib/libalpm/sync.c:882 +#: lib/libalpm/sync.c:888 #, c-format msgid "archive %s is corrupted (bad MD5 or SHA1 checksum)\n" msgstr "a(z) %s archvum srlt (rossz MD5 vagy SHA1 szumma)\n" -#: lib/libalpm/sync.c:903 +#: lib/libalpm/sync.c:909 msgid "could not create removal transaction" msgstr "nem sikerlt ltrehozni az eltvoltsi tranzakcit" -#: lib/libalpm/sync.c:909 +#: lib/libalpm/sync.c:915 msgid "could not initialize the removal transaction" msgstr "nem sikerlt inicializlni az eltvoltsi tranzakcit" -#: lib/libalpm/sync.c:929 +#: lib/libalpm/sync.c:935 msgid "removing conflicting and to-be-replaced packages" msgstr "az tkz s lecserlend csomagok eltvoltsa" -#: lib/libalpm/sync.c:931 +#: lib/libalpm/sync.c:937 msgid "could not prepare removal transaction" msgstr "nem sikerlt ltrehozni az eltvoltsi tranzakcit" -#: lib/libalpm/sync.c:937 +#: lib/libalpm/sync.c:943 msgid "could not commit removal transaction" msgstr "nem sikerlt commitolni az eltvolt tranzakcit" -#: lib/libalpm/sync.c:944 +#: lib/libalpm/sync.c:950 msgid "installing packages" msgstr "csomagok teleptse" -#: lib/libalpm/sync.c:947 +#: lib/libalpm/sync.c:953 msgid "could not create transaction" msgstr "nem sikerlt ltrehozni a tranzakcit" -#: lib/libalpm/sync.c:952 +#: lib/libalpm/sync.c:958 msgid "could not initialize transaction" msgstr "nem sikerlt inicializlni a tranzakcit" -#: lib/libalpm/sync.c:975 +#: lib/libalpm/sync.c:981 msgid "could not prepare transaction" msgstr "nem sikerlt elkszteni a tranzakcit" -#: lib/libalpm/sync.c:987 +#: lib/libalpm/sync.c:993 msgid "updating database for replaced packages' dependencies" msgstr "a lecserlt csomagok fggsgeinek frisstse az adatbzisban" -#: lib/libalpm/sync.c:1016 +#: lib/libalpm/sync.c:1022 #, c-format msgid "could not update requiredby for database entry %s-%s" msgstr "sikertelen a %s-%s 'fgg tle' adatbzis-bejegyzsnek frisstse" -#: lib/libalpm/sync.c:1025 +#: lib/libalpm/sync.c:1031 #, c-format msgid "could not update new database entry %s-%s" msgstr "sikertelen a '%s-%s' adatbzis-bejegyzs frisstse" -#: lib/libalpm/sync.c:1065 +#: lib/libalpm/sync.c:1071 #, c-format msgid "found package '%s-%s' in sync" msgstr "" -#: lib/libalpm/sync.c:1071 +#: lib/libalpm/sync.c:1077 #, c-format msgid "package '%s' not found in sync" msgstr "a '%s' csomag nem tallhat a tvoli adatbzisban" @@ -1434,61 +1438,61 @@ msgstr "nem siker msgid "logaction called: %s" msgstr "" -#: lib/libalpm/util.c:444 +#: lib/libalpm/util.c:445 msgid "could not create temp directory" msgstr "nem sikerlt ltrehozni az ideiglenes knyvtrat" -#: lib/libalpm/util.c:471 +#: lib/libalpm/util.c:472 #, c-format msgid "could not change directory to %s (%s)" msgstr "nem sikerlt a(z) %s knyvtrba vltani (%s)" -#: lib/libalpm/util.c:474 +#: lib/libalpm/util.c:476 #, c-format msgid "executing %s script..." msgstr "a(z) %s script vgrehajtsa..." -#: lib/libalpm/util.c:487 +#: lib/libalpm/util.c:489 #, c-format msgid "could not fork a new process (%s)" msgstr "nem sikerlt forkolni egy j folyamatot (%s)" -#: lib/libalpm/util.c:494 +#: lib/libalpm/util.c:496 #, c-format msgid "chrooting in %s" msgstr "chrootols a kvetkez knyvtrba: %s" -#: lib/libalpm/util.c:496 +#: lib/libalpm/util.c:498 #, c-format msgid "could not change the root directory (%s)" msgstr "nem sikerlt a gykrknyvtrba vltani (%s)" -#: lib/libalpm/util.c:500 +#: lib/libalpm/util.c:502 #, c-format msgid "could not change directory to / (%s)" msgstr "nem sikerlt a knyvtrat a /-re vltani (%s)" -#: lib/libalpm/util.c:504 +#: lib/libalpm/util.c:506 #, c-format msgid "executing \"%s\"" msgstr "a(z) %s vgrehajtsa" -#: lib/libalpm/util.c:507 +#: lib/libalpm/util.c:509 #, c-format msgid "call to popen failed (%s)" msgstr "a popen hvs sikertelen (%s)" -#: lib/libalpm/util.c:539 +#: lib/libalpm/util.c:541 #, c-format msgid "call to waitpid failed (%s)" msgstr "a waitpid hvs sikertelen (%s)" -#: lib/libalpm/util.c:548 +#: lib/libalpm/util.c:550 #, c-format msgid "could not remove tmpdir %s" msgstr "nem sikerlt eltvoltani a %s ideiglenes knyvtrat" -#: lib/libalpm/util.c:605 +#: lib/libalpm/util.c:607 #, c-format msgid "check_freespace: total pkg size: %lld, disk space: %lld" msgstr "check_freespace: teljes csomagmret: %lld, lemezterlet: %lld" diff --git a/lib/libalpm/po/it.po b/lib/libalpm/po/it.po index 8b01f3b2..b4c39a82 100644 --- a/lib/libalpm/po/it.po +++ b/lib/libalpm/po/it.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: libalpm VERSION\n" "Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n" -"POT-Creation-Date: 2007-03-10 20:25+0100\n" -"PO-Revision-Date: 2007-03-10 21:00+0100\n" +"POT-Creation-Date: 2007-03-22 10:16-0400\n" +"PO-Revision-Date: 2007-03-22 12:30+0100\n" "Last-Translator: Giovanni Scafora \n" "Language-Team: Arch Linux Italian Team \n" "MIME-Version: 1.0\n" @@ -30,7 +30,7 @@ msgstr "sostituzione in corso della vecchia versione %s-%s con %s" #: lib/libalpm/add.c:131 #, c-format msgid "newer version %s-%s is in the target list -- skipping" -msgstr "è presente una versione più recente di %s-%s e verrà ignorata" +msgstr "la versione di %s-%s è più recente e sarà ignorato" #: lib/libalpm/add.c:138 #, c-format @@ -41,7 +41,7 @@ msgstr "lettura dei metadata di '%s' in corso" msgid "looking for unsatisfied dependencies" msgstr "ricerca delle dipendenze non soddisfatte" -#: lib/libalpm/add.c:203 lib/libalpm/sync.c:469 +#: lib/libalpm/add.c:203 lib/libalpm/sync.c:475 msgid "looking for conflicts" msgstr "ricerca dei conflitti in corso" @@ -66,217 +66,217 @@ msgstr "pulizia in corso" msgid "looking for file conflicts" msgstr "ricerca dei conflitti tra file in corso" -#: lib/libalpm/add.c:342 +#: lib/libalpm/add.c:346 #, c-format msgid "upgrading package %s-%s" msgstr "aggiornamento del pacchetto %s-%s in corso" -#: lib/libalpm/add.c:366 +#: lib/libalpm/add.c:370 #, c-format msgid "adding package %s-%s" msgstr "inclusione del pacchetto %s-%s in corso" -#: lib/libalpm/add.c:379 +#: lib/libalpm/add.c:383 #, c-format msgid "removing old package first (%s-%s)" msgstr "rimozione del vecchio pacchetto (%s-%s) in corso" -#: lib/libalpm/add.c:407 +#: lib/libalpm/add.c:411 #, c-format msgid "adding %s to the NoUpgrade array temporarily" -msgstr "aggiunta in corso di %s nell'array temporaneo NoUpgrade" +msgstr "aggiunta temporanea di %s nell'array NoUpgrade in corso" -#: lib/libalpm/add.c:425 +#: lib/libalpm/add.c:429 msgid "extracting files" msgstr "estrazione dei file in corso" -#: lib/libalpm/add.c:440 lib/libalpm/util.c:465 +#: lib/libalpm/add.c:444 lib/libalpm/util.c:465 msgid "could not get current working directory" -msgstr "impossibile utilizzare la directory corrente" +msgstr "impossibile ottenere la directory corrente" -#: lib/libalpm/add.c:496 lib/libalpm/add.c:497 +#: lib/libalpm/add.c:500 lib/libalpm/add.c:501 #, c-format msgid "%s is in NoExtract, skipping extraction" msgstr "%s è in NoExtract, estrazione ignorata" -#: lib/libalpm/add.c:504 +#: lib/libalpm/add.c:508 #, c-format msgid "%s is in trans->skip_add, skipping extraction" msgstr "%s è in trans->skip_add, estrazione ignorata" -#: lib/libalpm/add.c:550 lib/libalpm/add.c:551 lib/libalpm/add.c:700 +#: lib/libalpm/add.c:554 lib/libalpm/add.c:555 lib/libalpm/add.c:704 #, c-format msgid "could not extract %s (%s)" msgstr "impossibile estrarre %s (%s)" -#: lib/libalpm/add.c:594 +#: lib/libalpm/add.c:598 #, c-format msgid "checking md5 hashes for %s" msgstr "controllo dell'hash md5 di %s" -#: lib/libalpm/add.c:596 +#: lib/libalpm/add.c:600 #, c-format msgid "checking sha1 hashes for %s" msgstr "controllo dell'hash sha1 di %s" -#: lib/libalpm/add.c:598 +#: lib/libalpm/add.c:602 #, c-format msgid "current: %s" msgstr "attuale: %s" -#: lib/libalpm/add.c:599 +#: lib/libalpm/add.c:603 #, c-format msgid "new: %s" msgstr "nuovo: %s" -#: lib/libalpm/add.c:600 +#: lib/libalpm/add.c:604 #, c-format msgid "original: %s" msgstr "originale: %s" -#: lib/libalpm/add.c:612 +#: lib/libalpm/add.c:616 #, c-format msgid "could not rename %s (%s)" msgstr "impossibile rinominare %s (%s)" -#: lib/libalpm/add.c:613 +#: lib/libalpm/add.c:617 #, c-format msgid "error: could not rename %s (%s)" msgstr "errore: impossibile rinominare %s (%s)" -#: lib/libalpm/add.c:619 lib/libalpm/add.c:638 +#: lib/libalpm/add.c:623 lib/libalpm/add.c:642 #, c-format msgid "could not copy tempfile to %s (%s)" msgstr "impossibile copiare il file temporaneo in %s (%s)" -#: lib/libalpm/add.c:620 +#: lib/libalpm/add.c:624 #, c-format msgid "error: could not copy tempfile to %s (%s)" msgstr "errore: impossibile copiare il file temporaneo in %s (%s)" -#: lib/libalpm/add.c:624 lib/libalpm/remove.c:247 +#: lib/libalpm/add.c:628 lib/libalpm/remove.c:247 #, c-format msgid "%s saved as %s" msgstr "%s salvato come %s" -#: lib/libalpm/add.c:625 +#: lib/libalpm/add.c:629 #, c-format msgid "warning: %s saved as %s" msgstr "attenzione: %s salvato come %s" -#: lib/libalpm/add.c:635 +#: lib/libalpm/add.c:639 #, c-format msgid "action: installing new file: %s" msgstr "azione: installazione del nuovo file %s in corso" -#: lib/libalpm/add.c:645 lib/libalpm/add.c:651 lib/libalpm/add.c:656 +#: lib/libalpm/add.c:649 lib/libalpm/add.c:655 lib/libalpm/add.c:660 msgid "action: leaving existing file in place" msgstr "azione: il file non è stato spostato" -#: lib/libalpm/add.c:659 +#: lib/libalpm/add.c:663 msgid "action: keeping current file and installing new one with .pacnew ending" msgstr "" "azione: il file attuale non è stato spostato e sarà installato un nuovo file " "con il suffisso .pacnew" -#: lib/libalpm/add.c:662 +#: lib/libalpm/add.c:666 #, c-format msgid "could not install %s as %s: %s" msgstr "impossibile installare %s come %s: %s" -#: lib/libalpm/add.c:663 +#: lib/libalpm/add.c:667 #, c-format msgid "error: could not install %s as %s: %s" msgstr "errore: impossibile installare %s come %s: %s" -#: lib/libalpm/add.c:665 +#: lib/libalpm/add.c:669 #, c-format msgid "%s installed as %s" msgstr "%s installato come %s" -#: lib/libalpm/add.c:666 +#: lib/libalpm/add.c:670 #, c-format msgid "warning: %s installed as %s" msgstr "attenzione: %s installato come %s" -#: lib/libalpm/add.c:680 +#: lib/libalpm/add.c:684 #, c-format msgid "%s is in NoUpgrade -- skipping" -msgstr "%s è in NoUpgrade e verrà ignorato" +msgstr "%s è in NoUpgrade e sarà ignorato" -#: lib/libalpm/add.c:681 +#: lib/libalpm/add.c:685 #, c-format msgid "extracting %s as %s.pacnew" msgstr "estrazione di %s come %s.pacnew" -#: lib/libalpm/add.c:682 +#: lib/libalpm/add.c:686 #, c-format msgid "warning: extracting %s as %s.pacnew" msgstr "attenzione: estrazione in corso di %s come %s.pacnew" -#: lib/libalpm/add.c:685 +#: lib/libalpm/add.c:689 #, c-format msgid "extracting %s" msgstr "estrazione di %s in corso" -#: lib/libalpm/add.c:701 +#: lib/libalpm/add.c:705 #, c-format msgid "error: could not extract %s (%s)" msgstr "errore: impossibile estrarre %s (%s)" -#: lib/libalpm/add.c:713 +#: lib/libalpm/add.c:717 #, c-format msgid "appending backup entry for %s" msgstr "aggiunta in corso della voce di backup per %s" -#: lib/libalpm/add.c:745 lib/libalpm/add.c:747 +#: lib/libalpm/add.c:749 lib/libalpm/add.c:751 #, c-format msgid "errors occurred while %s %s" msgstr "si sono verificati degli errori durante %s %s" -#: lib/libalpm/add.c:746 lib/libalpm/add.c:748 +#: lib/libalpm/add.c:750 lib/libalpm/add.c:752 msgid "upgrading" -msgstr "aggiornamento in corso" +msgstr "l'aggiornamento" -#: lib/libalpm/add.c:746 lib/libalpm/add.c:748 +#: lib/libalpm/add.c:750 lib/libalpm/add.c:752 msgid "installing" -msgstr "installazione in corso" +msgstr "l'installazione" -#: lib/libalpm/add.c:765 +#: lib/libalpm/add.c:769 #, c-format msgid "provision '%s' has been removed from package %s (%s => %s)" msgstr "'%s' è stato rimosso dal pacchetto %s (%s => %s)" -#: lib/libalpm/add.c:777 +#: lib/libalpm/add.c:781 #, c-format msgid "updating '%s' due to provision change (%s)" msgstr "aggiornamento in corso di '%s' dovuto ad un cambiamento (%s)" -#: lib/libalpm/add.c:781 lib/libalpm/add.c:782 +#: lib/libalpm/add.c:785 lib/libalpm/add.c:786 #, c-format msgid "could not update provision '%s' from '%s'" msgstr "impossibile aggiornare '%s' da '%s'" -#: lib/libalpm/add.c:795 lib/libalpm/remove.c:338 +#: lib/libalpm/add.c:799 lib/libalpm/remove.c:336 msgid "updating database" msgstr "aggiornamento del database in corso" -#: lib/libalpm/add.c:796 +#: lib/libalpm/add.c:800 #, c-format msgid "adding database entry '%s'" msgstr "inclusione della voce '%s' nel database" -#: lib/libalpm/add.c:799 lib/libalpm/add.c:801 +#: lib/libalpm/add.c:803 lib/libalpm/add.c:805 #, c-format msgid "could not update database entry %s-%s" msgstr "impossibile aggiornare la voce %s-%s nel database" -#: lib/libalpm/add.c:807 +#: lib/libalpm/add.c:811 #, c-format msgid "could not add entry '%s' in cache" msgstr "impossible includere la voce '%s' nella cache" -#: lib/libalpm/add.c:840 lib/libalpm/remove.c:365 lib/libalpm/sync.c:1041 +#: lib/libalpm/add.c:841 lib/libalpm/remove.c:363 lib/libalpm/sync.c:1047 #, c-format msgid "running \"ldconfig -r %s\"" msgstr "esecuzione in corso di \"ldconfig -r %s\"" @@ -307,12 +307,14 @@ msgstr "" #: lib/libalpm/alpm.c:236 #, c-format msgid "serverlist flushed for '%s'" -msgstr "aggiornata la lista dei server per '%s'" +msgstr "svuotata la lista dei server per '%s'" #: lib/libalpm/alpm.c:279 #, c-format msgid "failed to get lastupdate time for %s (no big deal)" -msgstr "impossibile recuperare l'ultimo aggiornamento di %s (nulla di grave)" +msgstr "" +"impossibile recuperare la data dell'ultimo aggiornamento di %s (nulla di " +"grave)" #: lib/libalpm/alpm.c:298 #, c-format @@ -469,12 +471,12 @@ msgstr "" #: lib/libalpm/alpm.c:1149 lib/libalpm/sync.c:194 #, c-format msgid "'%s' not found in sync db -- skipping" -msgstr "impossibile trovare '%s' nel database, verrà ignorato" +msgstr "impossibile trovare '%s' nel database, sarà ignorato" -#: lib/libalpm/alpm.c:1163 lib/libalpm/sync.c:208 lib/libalpm/sync.c:495 +#: lib/libalpm/alpm.c:1163 lib/libalpm/sync.c:208 lib/libalpm/sync.c:501 #, c-format msgid "'%s' is already elected for removal -- skipping" -msgstr "'%s' è già selezionato per la rimozione, verrà ignorato" +msgstr "'%s' è già selezionato per la rimozione, sarà ignorato" #: lib/libalpm/alpm.c:1169 #, c-format @@ -496,61 +498,61 @@ msgstr "apertura in corso del database dal path '%s'" msgid "db scan could not find package: %s" msgstr "impossibile trovare il pacchetto: %s" -#: lib/libalpm/be_files.c:186 +#: lib/libalpm/be_files.c:188 #, c-format msgid "invalid name for dabatase entry '%s'" msgstr "nome non valido per la voce del database '%s'" -#: lib/libalpm/be_files.c:221 +#: lib/libalpm/be_files.c:223 msgid "invalid package entry provided to _alpm_db_read, skipping" msgstr "" -"nome non valido per il pacchetto fornito a _alpm_db_read, verrà ignorato" +"nome non valido per il pacchetto fornito a _alpm_db_read, sarà ignorato" -#: lib/libalpm/be_files.c:226 +#: lib/libalpm/be_files.c:228 #, c-format msgid "" "request to read database info for a file-based package '%s', skipping..." msgstr "" -"richiesta di lettura del database per un pacchetto file-based '%s', verrà " -"ignorato..." +"richiesta di lettura del database per un pacchetto file-based '%s', sarà " +"ignorata..." -#: lib/libalpm/be_files.c:234 +#: lib/libalpm/be_files.c:241 #, c-format msgid "loading package data for %s : level=%d" msgstr "caricamento in corso dei dati del pacchetto %s : livello=%d" -#: lib/libalpm/be_files.c:242 +#: lib/libalpm/be_files.c:249 #, c-format msgid "cannot find '%s-%s' in db '%s'" msgstr "impossibile trovare '%s-%s' nel database '%s'" -#: lib/libalpm/be_files.c:250 lib/libalpm/be_files.c:396 -#: lib/libalpm/be_files.c:419 lib/libalpm/be_files.c:510 -#: lib/libalpm/be_files.c:599 lib/libalpm/be_files.c:626 +#: lib/libalpm/be_files.c:257 lib/libalpm/be_files.c:403 +#: lib/libalpm/be_files.c:426 lib/libalpm/be_files.c:517 +#: lib/libalpm/be_files.c:607 lib/libalpm/be_files.c:634 #: lib/libalpm/package.c:206 #, c-format msgid "could not open file %s: %s" msgstr "impossibile aprire il file %s: %s" -#: lib/libalpm/be_files.c:507 +#: lib/libalpm/be_files.c:514 #, c-format msgid "writing %s-%s DESC information back to db" -msgstr "scrittura in corso di %s-%s" +msgstr "scrittura in corso del campo DESC di %s-%s nel database" -#: lib/libalpm/be_files.c:596 +#: lib/libalpm/be_files.c:604 #, c-format msgid "writing %s-%s FILES information back to db" -msgstr "scrittura in corso di %s-%s" +msgstr "scrittura in corso del campo FILES di %s-%s nel database" -#: lib/libalpm/be_files.c:623 +#: lib/libalpm/be_files.c:631 #, c-format msgid "writing %s-%s DEPENDS information back to db" -msgstr "scrittura in corso di %s-%s" +msgstr "scrittura in corso del campo DEPENDS di %s-%s nel database" #: lib/libalpm/cache.c:59 #, c-format msgid "loading package cache for repository '%s'" -msgstr "caricamento in corso della cache del pacchetto del repository '%s'" +msgstr "caricamento in corso della cache del pacchetto per il repository '%s'" #: lib/libalpm/cache.c:64 #, c-format @@ -636,8 +638,8 @@ msgstr "\tCONFLITTI:: %s va in conflitto con %s" #: lib/libalpm/conflict.c:349 lib/libalpm/deps.c:60 lib/libalpm/deps.c:438 #: lib/libalpm/deps.c:634 lib/libalpm/deps.c:674 lib/libalpm/group.c:45 #: lib/libalpm/handle.c:51 lib/libalpm/package.c:82 lib/libalpm/sync.c:67 -#: lib/libalpm/sync.c:600 lib/libalpm/sync.c:616 lib/libalpm/sync.c:713 -#: lib/libalpm/trans.c:55 lib/libalpm/util.c:611 lib/libalpm/util.c:618 +#: lib/libalpm/sync.c:606 lib/libalpm/sync.c:622 lib/libalpm/sync.c:719 +#: lib/libalpm/trans.c:55 lib/libalpm/util.c:612 lib/libalpm/util.c:619 #, c-format msgid "malloc failure: could not allocate %d bytes" msgstr "malloc failure: impossibile allocare %d byte" @@ -666,7 +668,7 @@ msgstr "registrazione del database '%s'" #: lib/libalpm/db.c:186 #, c-format msgid "database directory '%s' does not exist, creating it" -msgstr "la directory del database '%s' non esiste e verrà creata" +msgstr "la directory '%s' del database non esiste e sarà creata" #: lib/libalpm/db.c:197 #, c-format @@ -687,7 +689,7 @@ msgstr "ordinamento delle dipendenze terminato" #: lib/libalpm/deps.c:225 lib/libalpm/deps.c:310 msgid "null package found in package list" -msgstr "nessun pacchetto trovato" +msgstr "è stato trovato un pacchetto vuoto nella lista" #: lib/libalpm/deps.c:230 #, c-format @@ -743,7 +745,7 @@ msgstr "avvio risoluzione delle dipendenze" #: lib/libalpm/deps.c:601 #, c-format msgid "%s provides dependency %s -- skipping" -msgstr "%s fornisce la dipendenza %s, verrà ignorato" +msgstr "%s fornisce la dipendenza %s, sarà ignorato" #: lib/libalpm/deps.c:630 #, c-format @@ -757,7 +759,7 @@ msgstr "" #, c-format msgid "dependency %s is already in the target list -- skipping" msgstr "" -"la dipendenza %s è già presente nella lista dei pacchetti e verrà ignorata" +"la dipendenza %s è già presente nella lista dei pacchetti e sarà ignorata" #: lib/libalpm/deps.c:667 #, c-format @@ -808,7 +810,7 @@ msgstr "libreria già inizializzata" #: lib/libalpm/error.c:55 msgid "unable to lock database" -msgstr "impossibile chiudere il database" +msgstr "impossibile bloccare il database" #: lib/libalpm/error.c:58 msgid "could not open database" @@ -868,9 +870,9 @@ msgstr "operazione annullata" #: lib/libalpm/error.c:95 msgid "operation not compatible with the transaction type" -msgstr "operazione non possibile" +msgstr "operazione incompatibile con il tipo di transazione" -#: lib/libalpm/error.c:97 lib/libalpm/sync.c:980 +#: lib/libalpm/error.c:97 lib/libalpm/sync.c:986 msgid "could not commit transaction" msgstr "impossibile eseguire l'operazione" @@ -916,7 +918,7 @@ msgstr "pacchetto corrotto" #: lib/libalpm/error.c:120 msgid "no such repository" -msgstr "nessun repository" +msgstr "nessun repository corrispondente" #: lib/libalpm/error.c:123 msgid "group not found" @@ -956,7 +958,7 @@ msgstr "non confermato" #: lib/libalpm/error.c:145 msgid "bad configuration section name" -msgstr "errata configurazione del nome della sezione" +msgstr "errore nel nome della sezione di configurazione" #: lib/libalpm/error.c:147 msgid "'local' is reserved and cannot be used as a repository name" @@ -985,7 +987,7 @@ msgstr "errore inaspettato" #: lib/libalpm/handle.c:163 #, c-format msgid "cannot canonicalize specified root path '%s'" -msgstr "impossibile convertire il path di root specificato '%s'" +msgstr "impossibile canonicalizzare il path di root specificato '%s'" #: lib/libalpm/handle.c:175 #, c-format @@ -1070,12 +1072,12 @@ msgstr "manca il metadata del pacchetto" msgid "missing package filelist in %s, generating one" msgstr "manca il filelist nel pacchetto %s, creazione in corso" -#: lib/libalpm/package.c:562 +#: lib/libalpm/package.c:568 #, c-format msgid "adding '%s' in requiredby field for '%s'" msgstr "inclusione di '%s' nel campo 'richiesto da' di '%s'" -#: lib/libalpm/package.c:573 +#: lib/libalpm/package.c:582 #, c-format msgid "adding '%s' in requiredby field for '%s' (provides: %s)" msgstr "inclusione di '%s' nel campo 'richiesto da' di '%s' (fornisce: %s)" @@ -1098,7 +1100,7 @@ msgstr "estrazione in corso di %s nella lista dei pacchetti" #: lib/libalpm/remove.c:124 #, c-format msgid "could not find %s in database -- skipping" -msgstr "impossibile trovare %s nel database, verrà ignorato" +msgstr "impossibile trovare %s nel database, sarà ignorato" #: lib/libalpm/remove.c:142 msgid "finding removable dependencies" @@ -1142,14 +1144,14 @@ msgstr "operazione impostata su NOSAVE, nessun backup di '%s'" #: lib/libalpm/remove.c:254 #, c-format msgid "unlinking %s" -msgstr "scollegamento in corso da %s" +msgstr "rimozione di %s in corso" #: lib/libalpm/remove.c:261 #, c-format msgid "cannot remove file %s: %s" msgstr "impossibile rimuovere il file %s: %s" -#: lib/libalpm/remove.c:292 +#: lib/libalpm/remove.c:294 #, c-format msgid "removing package %s-%s" msgstr "rimozione in corso del pacchetto %s-%s" @@ -1164,17 +1166,17 @@ msgstr "impossibile rimuovere il pacchetto '%s' e tutti i file" msgid "removing %d files" msgstr "rimozione in corso di %d file" -#: lib/libalpm/remove.c:339 +#: lib/libalpm/remove.c:337 #, c-format msgid "removing database entry '%s'" msgstr "rimozione in corso della voce '%s' dal database" -#: lib/libalpm/remove.c:341 +#: lib/libalpm/remove.c:339 #, c-format msgid "could not remove database entry %s-%s" msgstr "impossibile rimuovere la voce %s-%s dal database" -#: lib/libalpm/remove.c:346 +#: lib/libalpm/remove.c:344 #, c-format msgid "could not remove entry '%s' from cache" msgstr "impossibile rimuovere '%s' dalla cache" @@ -1191,7 +1193,7 @@ msgstr "sha1(%s) = %s" #: lib/libalpm/sync.c:183 msgid "checking for package upgrades" -msgstr "controllo in corso dell'aggiornamento dei pacchetti" +msgstr "ricerca dei pacchetti da aggiornare in corso" #: lib/libalpm/sync.c:215 #, c-format @@ -1221,7 +1223,7 @@ msgstr "impossibile trovare il repository '%s'" #: lib/libalpm/sync.c:323 #, c-format msgid "%s-%s is up to date -- skipping" -msgstr "%s-%s è aggiornato, verrà ignorato" +msgstr "%s-%s è aggiornato, sarà ignorato" #: lib/libalpm/sync.c:346 #, c-format @@ -1237,192 +1239,192 @@ msgstr "risoluzione in corso delle dipendenze dei pacchetti" msgid "adding package %s-%s to the transaction targets" msgstr "aggiunta in corso del pacchetto %s-%s" -#: lib/libalpm/sync.c:449 +#: lib/libalpm/sync.c:455 msgid "looking for unresolvable dependencies" msgstr "ricerca in corso delle dipendenze irrisolvibili" -#: lib/libalpm/sync.c:480 +#: lib/libalpm/sync.c:486 #, c-format msgid "package '%s' conflicts with '%s'" msgstr "il pacchetto '%s' va in conflitto con '%s'" -#: lib/libalpm/sync.c:502 +#: lib/libalpm/sync.c:508 #, c-format msgid "'%s' not found in transaction set -- skipping" -msgstr "impossibile trovare '%s', verrà ignorato" +msgstr "impossibile trovare '%s', sarà ignorato" -#: lib/libalpm/sync.c:513 +#: lib/libalpm/sync.c:519 #, c-format msgid "package '%s' provides its own conflict" msgstr "il pacchetto '%s' fornisce il suo stesso conflitto" -#: lib/libalpm/sync.c:536 lib/libalpm/sync.c:541 +#: lib/libalpm/sync.c:542 lib/libalpm/sync.c:547 #, c-format msgid "'%s' is in the target list -- keeping it" -msgstr "'%s' è nella lista dei pacchetti e verrà conservato" +msgstr "'%s' è nella lista dei pacchetti e sarà conservato" -#: lib/libalpm/sync.c:553 lib/libalpm/sync.c:590 +#: lib/libalpm/sync.c:559 lib/libalpm/sync.c:596 #, c-format msgid "removing '%s' from target list" msgstr "rimozione in corso di '%s' dalla lista dei pacchetti" -#: lib/libalpm/sync.c:562 +#: lib/libalpm/sync.c:568 #, c-format msgid "resolving package '%s' conflict" msgstr "risoluzione in corso del conflitto del pacchetto '%s'" -#: lib/libalpm/sync.c:585 +#: lib/libalpm/sync.c:591 #, c-format msgid "electing '%s' for removal" msgstr "selezionato '%s' per la rimozione" -#: lib/libalpm/sync.c:596 lib/libalpm/sync.c:612 +#: lib/libalpm/sync.c:602 lib/libalpm/sync.c:618 msgid "unresolvable package conflicts detected" msgstr "sono stati rilevati dei conflitti irrisolvibili" -#: lib/libalpm/sync.c:664 +#: lib/libalpm/sync.c:670 msgid "checking dependencies of packages designated for removal" msgstr "" "controllo in corso delle dipendenze dei pacchetti designati per la rimozione" -#: lib/libalpm/sync.c:678 +#: lib/libalpm/sync.c:684 msgid "something has gone horribly wrong" msgstr "qualcosa è andato orribilmente storto" -#: lib/libalpm/sync.c:698 +#: lib/libalpm/sync.c:704 #, c-format msgid "found '%s' as a provision for '%s' -- conflict aborted" msgstr "trovato '%s' come alternativa a '%s', conflitto annullato" -#: lib/libalpm/sync.c:794 +#: lib/libalpm/sync.c:800 #, c-format msgid "%s is already in the cache\n" msgstr "%s è già presente nella cache\n" -#: lib/libalpm/sync.c:805 +#: lib/libalpm/sync.c:811 #, c-format msgid "no %s cache exists, creating...\n" msgstr "la cache di %s non esiste, creazione in corso...\n" -#: lib/libalpm/sync.c:806 +#: lib/libalpm/sync.c:812 #, c-format msgid "warning: no %s cache exists, creating..." msgstr "attenzione: la cache di %s non esiste, creazione in corso..." -#: lib/libalpm/sync.c:811 +#: lib/libalpm/sync.c:817 msgid "couldn't create package cache, using /tmp instead\n" msgstr "" -"impossibile creare la cache del pacchetto, al suo posto verrà usata /tmp\n" +"impossibile creare la cache del pacchetto, al suo posto sarà usata /tmp\n" -#: lib/libalpm/sync.c:812 +#: lib/libalpm/sync.c:818 msgid "warning: couldn't create package cache, using /tmp instead" msgstr "" -"attenzione: impossibile creare la cache del pacchetto, al suo posto verrà " +"attenzione: impossibile creare la cache del pacchetto, al suo posto sarà " "usata /tmp" -#: lib/libalpm/sync.c:819 +#: lib/libalpm/sync.c:825 #, c-format msgid "failed to retrieve some files from %s\n" msgstr "impossibile recuperare alcuni file da %s\n" -#: lib/libalpm/sync.c:849 lib/libalpm/sync.c:861 +#: lib/libalpm/sync.c:855 lib/libalpm/sync.c:867 #, c-format msgid "can't get md5 or sha1 checksum for package %s\n" msgstr "impossibile recuperare il checksum md5 o sha1 del pacchetto %s\n" -#: lib/libalpm/sync.c:880 +#: lib/libalpm/sync.c:886 #, c-format msgid "archive %s was corrupted (bad MD5 or SHA1 checksum)\n" msgstr "archivio %s era corrotto (MD5 o SHA1 checksum errato)\n" -#: lib/libalpm/sync.c:882 +#: lib/libalpm/sync.c:888 #, c-format msgid "archive %s is corrupted (bad MD5 or SHA1 checksum)\n" msgstr "archivio %s è corrotto (MD5 o SHA1 checksum errato)\n" -#: lib/libalpm/sync.c:903 +#: lib/libalpm/sync.c:909 msgid "could not create removal transaction" msgstr "impossibile avviare l'operazione di rimozione" -#: lib/libalpm/sync.c:909 +#: lib/libalpm/sync.c:915 msgid "could not initialize the removal transaction" msgstr "impossibile inizializzare l'operazione di rimozione" -#: lib/libalpm/sync.c:929 +#: lib/libalpm/sync.c:935 msgid "removing conflicting and to-be-replaced packages" msgstr "rimozione in corso dei pacchetti in conflitto e da sostituire" -#: lib/libalpm/sync.c:931 +#: lib/libalpm/sync.c:937 msgid "could not prepare removal transaction" msgstr "impossibile preparare l'operazione di rimozione" -#: lib/libalpm/sync.c:937 +#: lib/libalpm/sync.c:943 msgid "could not commit removal transaction" msgstr "impossibile eseguire l'operazione di rimozione" -#: lib/libalpm/sync.c:944 +#: lib/libalpm/sync.c:950 msgid "installing packages" msgstr "installazione dei pacchetti in corso" -#: lib/libalpm/sync.c:947 +#: lib/libalpm/sync.c:953 msgid "could not create transaction" msgstr "impossibile avviare l'operazione" -#: lib/libalpm/sync.c:952 +#: lib/libalpm/sync.c:958 msgid "could not initialize transaction" msgstr "impossibile inizializzare l'operazione" -#: lib/libalpm/sync.c:975 +#: lib/libalpm/sync.c:981 msgid "could not prepare transaction" msgstr "impossibile preparare l'operazione" -#: lib/libalpm/sync.c:987 +#: lib/libalpm/sync.c:993 msgid "updating database for replaced packages' dependencies" msgstr "" "aggiornamento in corso del database per le dipendenze dei pacchetti " "sostituiti" -#: lib/libalpm/sync.c:1016 +#: lib/libalpm/sync.c:1022 #, c-format msgid "could not update requiredby for database entry %s-%s" msgstr "" "impossibile aggiornare il campo 'richiesto da' per la voce del database %s-%s" -#: lib/libalpm/sync.c:1025 +#: lib/libalpm/sync.c:1031 #, c-format msgid "could not update new database entry %s-%s" msgstr "impossibile aggiornare la nuova voce del database %s-%s" -#: lib/libalpm/sync.c:1065 +#: lib/libalpm/sync.c:1071 #, c-format msgid "found package '%s-%s' in sync" msgstr "trovato il pacchetto '%s-%s' nel database" -#: lib/libalpm/sync.c:1071 +#: lib/libalpm/sync.c:1077 #, c-format msgid "package '%s' not found in sync" msgstr "impossibile trovare il pacchetto '%s'" -#: lib/libalpm/trans.c:267 +#: lib/libalpm/trans.c:270 #, c-format msgid "updating dependency packages 'requiredby' fields for %s-%s" msgstr "aggiornamento delle dipendenze nei campi 'richiesto da' di %s-%s" -#: lib/libalpm/trans.c:270 +#: lib/libalpm/trans.c:273 msgid "package has no dependencies, no other packages to update" msgstr "il pacchetto non ha dipendenze, nessun altro pacchetto da aggiornare" -#: lib/libalpm/trans.c:307 lib/libalpm/trans.c:333 +#: lib/libalpm/trans.c:310 lib/libalpm/trans.c:340 #, c-format msgid "updating 'requiredby' field for package '%s'" msgstr "aggiornamento in corso del campo 'richiesto da' del pacchetto '%s'" -#: lib/libalpm/trans.c:318 lib/libalpm/trans.c:344 +#: lib/libalpm/trans.c:325 lib/libalpm/trans.c:355 #, c-format msgid "could not update 'requiredby' database entry %s-%s" msgstr "impossibile aggiornare la voce 'richiesto da' del database %s-%s" -#: lib/libalpm/trans.c:325 +#: lib/libalpm/trans.c:332 #, c-format msgid "could not find dependency '%s'" msgstr "impossibile trovare la dipendenza '%s'" @@ -1430,7 +1432,7 @@ msgstr "impossibile trovare la dipendenza '%s'" #: lib/libalpm/util.c:142 #, c-format msgid "failed to make path '%s' : %s" -msgstr "impossibile raggiungere il path '%s' : %s" +msgstr "impossibile creare il path '%s' : %s" #: lib/libalpm/util.c:280 #, c-format @@ -1442,7 +1444,7 @@ msgstr "impossibile aprire %s: %s\n" msgid "could not extract %s: %s\n" msgstr "impossibile estrarre %s: %s\n" -#: lib/libalpm/util.c:351 +#: lib/libalpm/util.c:350 #, c-format msgid "logaction called: %s" msgstr "logaction chiamata: %s" @@ -1456,52 +1458,52 @@ msgstr "impossibile creare la directory temporanea" msgid "could not change directory to %s (%s)" msgstr "impossibile spostarsi nella directory %s (%s)" -#: lib/libalpm/util.c:475 +#: lib/libalpm/util.c:476 #, c-format msgid "executing %s script..." msgstr "esecuzione dello script %s in corso..." -#: lib/libalpm/util.c:488 +#: lib/libalpm/util.c:489 #, c-format msgid "could not fork a new process (%s)" msgstr "impossibile effettuare il fork di un nuovo processo (%s)" -#: lib/libalpm/util.c:495 +#: lib/libalpm/util.c:496 #, c-format msgid "chrooting in %s" msgstr "chroot in corso nella directory %s" -#: lib/libalpm/util.c:497 +#: lib/libalpm/util.c:498 #, c-format msgid "could not change the root directory (%s)" msgstr "impossibile cambiare la root directory (%s)" -#: lib/libalpm/util.c:501 +#: lib/libalpm/util.c:502 #, c-format msgid "could not change directory to / (%s)" msgstr "impossibile spostarsi nella directory / (%s)" -#: lib/libalpm/util.c:505 +#: lib/libalpm/util.c:506 #, c-format msgid "executing \"%s\"" msgstr "esecuzione in corso di \"%s\"" -#: lib/libalpm/util.c:508 +#: lib/libalpm/util.c:509 #, c-format msgid "call to popen failed (%s)" msgstr "chiamata a popen non riuscita (%s)" -#: lib/libalpm/util.c:540 +#: lib/libalpm/util.c:541 #, c-format msgid "call to waitpid failed (%s)" msgstr "chiamata a waitpid non riuscita (%s)" -#: lib/libalpm/util.c:549 +#: lib/libalpm/util.c:550 #, c-format msgid "could not remove tmpdir %s" msgstr "impossibile rimuovere la directory temporanea %s" -#: lib/libalpm/util.c:606 +#: lib/libalpm/util.c:607 #, c-format msgid "check_freespace: total pkg size: %lld, disk space: %lld" msgstr "" diff --git a/lib/libalpm/po/pt_BR.po b/lib/libalpm/po/pt_BR.po index 93dc770f..e4ecc2db 100644 --- a/lib/libalpm/po/pt_BR.po +++ b/lib/libalpm/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-03-07 11:45-0500\n" +"POT-Creation-Date: 2007-03-22 10:16-0400\n" "PO-Revision-Date: 2007-03-07 01:18-0300\n" "Last-Translator: Douglas Soares de Andrade \n" "Language-Team: Português do Brasil \n" @@ -46,7 +46,7 @@ msgstr "lendo os metadados de '%s'" msgid "looking for unsatisfied dependencies" msgstr "procurando por dependências não satisfeitas" -#: lib/libalpm/add.c:203 lib/libalpm/sync.c:469 +#: lib/libalpm/add.c:203 lib/libalpm/sync.c:475 msgid "looking for conflicts" msgstr "procurando por conflitos" @@ -71,217 +71,217 @@ msgstr "finalizando" msgid "looking for file conflicts" msgstr "procurando por conflitos de arquivos" -#: lib/libalpm/add.c:342 +#: lib/libalpm/add.c:346 #, c-format msgid "upgrading package %s-%s" msgstr "atualizando pacote %s-%s" -#: lib/libalpm/add.c:366 +#: lib/libalpm/add.c:370 #, c-format msgid "adding package %s-%s" msgstr "adicionando pacote %s-%s" -#: lib/libalpm/add.c:379 +#: lib/libalpm/add.c:383 #, c-format msgid "removing old package first (%s-%s)" msgstr "removendo pacotes antigos primeiro (%s-%s)" -#: lib/libalpm/add.c:407 +#: lib/libalpm/add.c:411 #, c-format msgid "adding %s to the NoUpgrade array temporarily" msgstr "adicionando %s para NoUpgrade temporariamente" -#: lib/libalpm/add.c:425 +#: lib/libalpm/add.c:429 msgid "extracting files" msgstr "extraindo arquivos" -#: lib/libalpm/add.c:440 lib/libalpm/util.c:465 +#: lib/libalpm/add.c:444 lib/libalpm/util.c:465 msgid "could not get current working directory" msgstr "não foi possível obter o diretório de trabalho atual" -#: lib/libalpm/add.c:496 lib/libalpm/add.c:497 +#: lib/libalpm/add.c:500 lib/libalpm/add.c:501 #, c-format msgid "%s is in NoExtract, skipping extraction" msgstr "%s está incluso em NoExtract -- não descompactando" -#: lib/libalpm/add.c:504 +#: lib/libalpm/add.c:508 #, c-format msgid "%s is in trans->skip_add, skipping extraction" msgstr "o pacote %s está incluso em trans->skip_add, não descompactando" -#: lib/libalpm/add.c:550 lib/libalpm/add.c:551 lib/libalpm/add.c:700 +#: lib/libalpm/add.c:554 lib/libalpm/add.c:555 lib/libalpm/add.c:704 #, c-format msgid "could not extract %s (%s)" msgstr "não foi possível extrair %s (%s)" -#: lib/libalpm/add.c:594 +#: lib/libalpm/add.c:598 #, c-format msgid "checking md5 hashes for %s" msgstr "verificando hashes md5 para %s" -#: lib/libalpm/add.c:596 +#: lib/libalpm/add.c:600 #, c-format msgid "checking sha1 hashes for %s" msgstr "verificando hashes sha1 para %s" -#: lib/libalpm/add.c:598 +#: lib/libalpm/add.c:602 #, c-format msgid "current: %s" msgstr "atual: %s" -#: lib/libalpm/add.c:599 +#: lib/libalpm/add.c:603 #, c-format msgid "new: %s" msgstr "novo: %s" -#: lib/libalpm/add.c:600 +#: lib/libalpm/add.c:604 #, c-format msgid "original: %s" msgstr "original: %s" -#: lib/libalpm/add.c:612 +#: lib/libalpm/add.c:616 #, c-format msgid "could not rename %s (%s)" msgstr "não foi possível renomear %s (%s)" -#: lib/libalpm/add.c:613 +#: lib/libalpm/add.c:617 #, c-format msgid "error: could not rename %s (%s)" msgstr "erro: não foi possível renomear %s (%s)" -#: lib/libalpm/add.c:619 lib/libalpm/add.c:638 +#: lib/libalpm/add.c:623 lib/libalpm/add.c:642 #, c-format msgid "could not copy tempfile to %s (%s)" msgstr "não foi possível copiar arquivo temporário para %s (%s)" -#: lib/libalpm/add.c:620 +#: lib/libalpm/add.c:624 #, c-format msgid "error: could not copy tempfile to %s (%s)" msgstr "erro: não foi possível copiar arquivo temporário para %s (%s)" -#: lib/libalpm/add.c:624 lib/libalpm/remove.c:247 +#: lib/libalpm/add.c:628 lib/libalpm/remove.c:247 #, c-format msgid "%s saved as %s" msgstr "%s salvo como %s" -#: lib/libalpm/add.c:625 +#: lib/libalpm/add.c:629 #, c-format msgid "warning: %s saved as %s" msgstr "aviso: %s salvo como %s" -#: lib/libalpm/add.c:635 +#: lib/libalpm/add.c:639 #, c-format msgid "action: installing new file: %s" msgstr "ação: instalando novo arquivo: %s" -#: lib/libalpm/add.c:645 lib/libalpm/add.c:651 lib/libalpm/add.c:656 +#: lib/libalpm/add.c:649 lib/libalpm/add.c:655 lib/libalpm/add.c:660 msgid "action: leaving existing file in place" msgstr "ação: preservando o arquivo existente" -#: lib/libalpm/add.c:659 +#: lib/libalpm/add.c:663 msgid "action: keeping current file and installing new one with .pacnew ending" msgstr "" "ação: preservando o arquivo existente e instalando o novo com um final ." "pacnew" -#: lib/libalpm/add.c:662 +#: lib/libalpm/add.c:666 #, c-format msgid "could not install %s as %s: %s" msgstr "não foi possível instalar %s como %s: %s" -#: lib/libalpm/add.c:663 +#: lib/libalpm/add.c:667 #, c-format msgid "error: could not install %s as %s: %s" msgstr "erro: não foi possível instalar %s como %s: %s" -#: lib/libalpm/add.c:665 +#: lib/libalpm/add.c:669 #, c-format msgid "%s installed as %s" msgstr "%s instalado como %s" -#: lib/libalpm/add.c:666 +#: lib/libalpm/add.c:670 #, c-format msgid "warning: %s installed as %s" msgstr "atenção: %s instalado como %s" -#: lib/libalpm/add.c:680 +#: lib/libalpm/add.c:684 #, c-format msgid "%s is in NoUpgrade -- skipping" msgstr "%s está como NoUpgrade -- pulando" -#: lib/libalpm/add.c:681 +#: lib/libalpm/add.c:685 #, c-format msgid "extracting %s as %s.pacnew" msgstr "extraindo %s como %s.pacnew" -#: lib/libalpm/add.c:682 +#: lib/libalpm/add.c:686 #, c-format msgid "warning: extracting %s as %s.pacnew" msgstr "aviso: extraindo %s como %s.pacnew" -#: lib/libalpm/add.c:685 +#: lib/libalpm/add.c:689 #, c-format msgid "extracting %s" msgstr "extraindo %s" -#: lib/libalpm/add.c:701 +#: lib/libalpm/add.c:705 #, c-format msgid "error: could not extract %s (%s)" msgstr "erro: não foi possível descompactar %s (%s)" -#: lib/libalpm/add.c:713 +#: lib/libalpm/add.c:717 #, c-format msgid "appending backup entry for %s" msgstr "adicionando entrada de backup para %s" -#: lib/libalpm/add.c:745 lib/libalpm/add.c:747 +#: lib/libalpm/add.c:749 lib/libalpm/add.c:751 #, c-format msgid "errors occurred while %s %s" msgstr "erros ocorreram durante %s %s" -#: lib/libalpm/add.c:746 lib/libalpm/add.c:748 +#: lib/libalpm/add.c:750 lib/libalpm/add.c:752 msgid "upgrading" msgstr "atualizando" -#: lib/libalpm/add.c:746 lib/libalpm/add.c:748 +#: lib/libalpm/add.c:750 lib/libalpm/add.c:752 msgid "installing" msgstr "instalando" -#: lib/libalpm/add.c:765 +#: lib/libalpm/add.c:769 #, c-format msgid "provision '%s' has been removed from package %s (%s => %s)" msgstr "a provisão '%s' foi removida do pacote %s (%s => %s)" -#: lib/libalpm/add.c:777 +#: lib/libalpm/add.c:781 #, c-format msgid "updating '%s' due to provision change (%s)" msgstr "atualizando '%s' devido a uma mudança de provisão (%s)" -#: lib/libalpm/add.c:781 lib/libalpm/add.c:782 +#: lib/libalpm/add.c:785 lib/libalpm/add.c:786 #, c-format msgid "could not update provision '%s' from '%s'" msgstr "não foi possível atualizar a provisão '%s' para '%s'" -#: lib/libalpm/add.c:795 lib/libalpm/remove.c:338 +#: lib/libalpm/add.c:799 lib/libalpm/remove.c:336 msgid "updating database" msgstr "atualizando base de dados" -#: lib/libalpm/add.c:796 +#: lib/libalpm/add.c:800 #, c-format msgid "adding database entry '%s'" msgstr "adicionando a entrada de base de dados '%s'" -#: lib/libalpm/add.c:799 lib/libalpm/add.c:801 +#: lib/libalpm/add.c:803 lib/libalpm/add.c:805 #, c-format msgid "could not update database entry %s-%s" msgstr "não foi possível atualizar a entrada na base de dados %s-%s" -#: lib/libalpm/add.c:807 +#: lib/libalpm/add.c:811 #, c-format msgid "could not add entry '%s' in cache" msgstr "não foi possível adicionar a entrada '%s' ao cache" -#: lib/libalpm/add.c:840 lib/libalpm/remove.c:365 lib/libalpm/sync.c:1041 +#: lib/libalpm/add.c:841 lib/libalpm/remove.c:363 lib/libalpm/sync.c:1047 #, c-format msgid "running \"ldconfig -r %s\"" msgstr "executando \"ldconfig -r %s\"" @@ -475,7 +475,7 @@ msgstr "" msgid "'%s' not found in sync db -- skipping" msgstr "" -#: lib/libalpm/alpm.c:1163 lib/libalpm/sync.c:208 lib/libalpm/sync.c:495 +#: lib/libalpm/alpm.c:1163 lib/libalpm/sync.c:208 lib/libalpm/sync.c:501 #, c-format msgid "'%s' is already elected for removal -- skipping" msgstr "" @@ -500,50 +500,50 @@ msgstr "abrindo base de dados '%s'" msgid "db scan could not find package: %s" msgstr "não foi possível encontrar a base de dados" -#: lib/libalpm/be_files.c:186 +#: lib/libalpm/be_files.c:188 #, c-format msgid "invalid name for dabatase entry '%s'" msgstr "nome inválido para a entrada na base de dados '%s'" -#: lib/libalpm/be_files.c:221 +#: lib/libalpm/be_files.c:223 msgid "invalid package entry provided to _alpm_db_read, skipping" msgstr "" -#: lib/libalpm/be_files.c:226 +#: lib/libalpm/be_files.c:228 #, c-format msgid "" "request to read database info for a file-based package '%s', skipping..." msgstr "" -#: lib/libalpm/be_files.c:234 +#: lib/libalpm/be_files.c:241 #, c-format msgid "loading package data for %s : level=%d" msgstr "" -#: lib/libalpm/be_files.c:242 +#: lib/libalpm/be_files.c:249 #, c-format msgid "cannot find '%s-%s' in db '%s'" msgstr "" -#: lib/libalpm/be_files.c:250 lib/libalpm/be_files.c:396 -#: lib/libalpm/be_files.c:419 lib/libalpm/be_files.c:510 -#: lib/libalpm/be_files.c:599 lib/libalpm/be_files.c:626 +#: lib/libalpm/be_files.c:257 lib/libalpm/be_files.c:403 +#: lib/libalpm/be_files.c:426 lib/libalpm/be_files.c:517 +#: lib/libalpm/be_files.c:607 lib/libalpm/be_files.c:634 #: lib/libalpm/package.c:206 #, c-format msgid "could not open file %s: %s" msgstr "não foi possível abrir o arquivo %s: %s" -#: lib/libalpm/be_files.c:507 +#: lib/libalpm/be_files.c:514 #, c-format msgid "writing %s-%s DESC information back to db" msgstr "" -#: lib/libalpm/be_files.c:596 +#: lib/libalpm/be_files.c:604 #, c-format msgid "writing %s-%s FILES information back to db" msgstr "" -#: lib/libalpm/be_files.c:623 +#: lib/libalpm/be_files.c:631 #, c-format msgid "writing %s-%s DEPENDS information back to db" msgstr "" @@ -636,8 +636,8 @@ msgstr "" #: lib/libalpm/conflict.c:349 lib/libalpm/deps.c:60 lib/libalpm/deps.c:438 #: lib/libalpm/deps.c:634 lib/libalpm/deps.c:674 lib/libalpm/group.c:45 #: lib/libalpm/handle.c:51 lib/libalpm/package.c:82 lib/libalpm/sync.c:67 -#: lib/libalpm/sync.c:600 lib/libalpm/sync.c:616 lib/libalpm/sync.c:713 -#: lib/libalpm/trans.c:55 lib/libalpm/util.c:611 lib/libalpm/util.c:618 +#: lib/libalpm/sync.c:606 lib/libalpm/sync.c:622 lib/libalpm/sync.c:719 +#: lib/libalpm/trans.c:55 lib/libalpm/util.c:612 lib/libalpm/util.c:619 #, c-format msgid "malloc failure: could not allocate %d bytes" msgstr "" @@ -663,7 +663,7 @@ msgstr "" #: lib/libalpm/db.c:186 #, c-format -msgid "database directory '%s' does not exist, try creating it" +msgid "database directory '%s' does not exist, creating it" msgstr "" #: lib/libalpm/db.c:197 @@ -863,7 +863,7 @@ msgstr "" msgid "operation not compatible with the transaction type" msgstr "" -#: lib/libalpm/error.c:97 lib/libalpm/sync.c:980 +#: lib/libalpm/error.c:97 lib/libalpm/sync.c:986 msgid "could not commit transaction" msgstr "" @@ -1063,12 +1063,12 @@ msgstr "" msgid "missing package filelist in %s, generating one" msgstr "" -#: lib/libalpm/package.c:562 +#: lib/libalpm/package.c:568 #, c-format msgid "adding '%s' in requiredby field for '%s'" msgstr "" -#: lib/libalpm/package.c:573 +#: lib/libalpm/package.c:582 #, c-format msgid "adding '%s' in requiredby field for '%s' (provides: %s)" msgstr "" @@ -1142,7 +1142,7 @@ msgstr "" msgid "cannot remove file %s: %s" msgstr "" -#: lib/libalpm/remove.c:292 +#: lib/libalpm/remove.c:294 #, c-format msgid "removing package %s-%s" msgstr "" @@ -1157,17 +1157,17 @@ msgstr "" msgid "removing %d files" msgstr "removendo diretório %s" -#: lib/libalpm/remove.c:339 +#: lib/libalpm/remove.c:337 #, c-format msgid "removing database entry '%s'" msgstr "" -#: lib/libalpm/remove.c:341 +#: lib/libalpm/remove.c:339 #, c-format msgid "could not remove database entry %s-%s" msgstr "" -#: lib/libalpm/remove.c:346 +#: lib/libalpm/remove.c:344 #, c-format msgid "could not remove entry '%s' from cache" msgstr "" @@ -1230,185 +1230,185 @@ msgstr "" msgid "adding package %s-%s to the transaction targets" msgstr "" -#: lib/libalpm/sync.c:449 +#: lib/libalpm/sync.c:455 msgid "looking for unresolvable dependencies" msgstr "" -#: lib/libalpm/sync.c:480 +#: lib/libalpm/sync.c:486 #, fuzzy, c-format msgid "package '%s' conflicts with '%s'" msgstr "pacote '%s' conflita com '%s'" -#: lib/libalpm/sync.c:502 +#: lib/libalpm/sync.c:508 #, c-format msgid "'%s' not found in transaction set -- skipping" msgstr "" -#: lib/libalpm/sync.c:513 +#: lib/libalpm/sync.c:519 #, c-format msgid "package '%s' provides its own conflict" msgstr "" -#: lib/libalpm/sync.c:536 lib/libalpm/sync.c:541 +#: lib/libalpm/sync.c:542 lib/libalpm/sync.c:547 #, c-format msgid "'%s' is in the target list -- keeping it" msgstr "" -#: lib/libalpm/sync.c:553 lib/libalpm/sync.c:590 +#: lib/libalpm/sync.c:559 lib/libalpm/sync.c:596 #, c-format msgid "removing '%s' from target list" msgstr "removendo '%s' da lista de alvos" -#: lib/libalpm/sync.c:562 +#: lib/libalpm/sync.c:568 #, c-format msgid "resolving package '%s' conflict" msgstr "" -#: lib/libalpm/sync.c:585 +#: lib/libalpm/sync.c:591 #, c-format msgid "electing '%s' for removal" msgstr "" -#: lib/libalpm/sync.c:596 lib/libalpm/sync.c:612 +#: lib/libalpm/sync.c:602 lib/libalpm/sync.c:618 msgid "unresolvable package conflicts detected" msgstr "" -#: lib/libalpm/sync.c:664 +#: lib/libalpm/sync.c:670 msgid "checking dependencies of packages designated for removal" msgstr "" -#: lib/libalpm/sync.c:678 +#: lib/libalpm/sync.c:684 msgid "something has gone horribly wrong" msgstr "" -#: lib/libalpm/sync.c:698 +#: lib/libalpm/sync.c:704 #, c-format msgid "found '%s' as a provision for '%s' -- conflict aborted" msgstr "" -#: lib/libalpm/sync.c:794 +#: lib/libalpm/sync.c:800 #, c-format msgid "%s is already in the cache\n" msgstr "" -#: lib/libalpm/sync.c:805 +#: lib/libalpm/sync.c:811 #, c-format msgid "no %s cache exists, creating...\n" msgstr "" -#: lib/libalpm/sync.c:806 +#: lib/libalpm/sync.c:812 #, c-format msgid "warning: no %s cache exists, creating..." msgstr "" -#: lib/libalpm/sync.c:811 +#: lib/libalpm/sync.c:817 msgid "couldn't create package cache, using /tmp instead\n" msgstr "" -#: lib/libalpm/sync.c:812 +#: lib/libalpm/sync.c:818 msgid "warning: couldn't create package cache, using /tmp instead" msgstr "" -#: lib/libalpm/sync.c:819 +#: lib/libalpm/sync.c:825 #, c-format msgid "failed to retrieve some files from %s\n" msgstr "" -#: lib/libalpm/sync.c:849 lib/libalpm/sync.c:861 +#: lib/libalpm/sync.c:855 lib/libalpm/sync.c:867 #, c-format msgid "can't get md5 or sha1 checksum for package %s\n" msgstr "" -#: lib/libalpm/sync.c:880 +#: lib/libalpm/sync.c:886 #, c-format msgid "archive %s was corrupted (bad MD5 or SHA1 checksum)\n" msgstr "" -#: lib/libalpm/sync.c:882 +#: lib/libalpm/sync.c:888 #, c-format msgid "archive %s is corrupted (bad MD5 or SHA1 checksum)\n" msgstr "" -#: lib/libalpm/sync.c:903 +#: lib/libalpm/sync.c:909 msgid "could not create removal transaction" msgstr "" -#: lib/libalpm/sync.c:909 +#: lib/libalpm/sync.c:915 msgid "could not initialize the removal transaction" msgstr "" -#: lib/libalpm/sync.c:929 +#: lib/libalpm/sync.c:935 msgid "removing conflicting and to-be-replaced packages" msgstr "" -#: lib/libalpm/sync.c:931 +#: lib/libalpm/sync.c:937 msgid "could not prepare removal transaction" msgstr "" -#: lib/libalpm/sync.c:937 +#: lib/libalpm/sync.c:943 msgid "could not commit removal transaction" msgstr "" -#: lib/libalpm/sync.c:944 +#: lib/libalpm/sync.c:950 msgid "installing packages" msgstr "" -#: lib/libalpm/sync.c:947 +#: lib/libalpm/sync.c:953 msgid "could not create transaction" msgstr "" -#: lib/libalpm/sync.c:952 +#: lib/libalpm/sync.c:958 msgid "could not initialize transaction" msgstr "" -#: lib/libalpm/sync.c:975 +#: lib/libalpm/sync.c:981 msgid "could not prepare transaction" msgstr "" -#: lib/libalpm/sync.c:987 +#: lib/libalpm/sync.c:993 msgid "updating database for replaced packages' dependencies" msgstr "" -#: lib/libalpm/sync.c:1016 +#: lib/libalpm/sync.c:1022 #, c-format msgid "could not update requiredby for database entry %s-%s" msgstr "" -#: lib/libalpm/sync.c:1025 +#: lib/libalpm/sync.c:1031 #, c-format msgid "could not update new database entry %s-%s" msgstr "" -#: lib/libalpm/sync.c:1065 +#: lib/libalpm/sync.c:1071 #, fuzzy, c-format msgid "found package '%s-%s' in sync" msgstr "atualizando pacote %s-%s" -#: lib/libalpm/sync.c:1071 +#: lib/libalpm/sync.c:1077 #, c-format msgid "package '%s' not found in sync" msgstr "" -#: lib/libalpm/trans.c:267 +#: lib/libalpm/trans.c:270 #, c-format msgid "updating dependency packages 'requiredby' fields for %s-%s" msgstr "" -#: lib/libalpm/trans.c:270 +#: lib/libalpm/trans.c:273 msgid "package has no dependencies, no other packages to update" msgstr "" -#: lib/libalpm/trans.c:307 lib/libalpm/trans.c:333 +#: lib/libalpm/trans.c:310 lib/libalpm/trans.c:340 #, c-format msgid "updating 'requiredby' field for package '%s'" msgstr "" -#: lib/libalpm/trans.c:318 lib/libalpm/trans.c:344 +#: lib/libalpm/trans.c:325 lib/libalpm/trans.c:355 #, c-format msgid "could not update 'requiredby' database entry %s-%s" msgstr "" -#: lib/libalpm/trans.c:325 +#: lib/libalpm/trans.c:332 #, c-format msgid "could not find dependency '%s'" msgstr "não foi possível encontrar a dependência '%s'" @@ -1428,7 +1428,7 @@ msgstr "" msgid "could not extract %s: %s\n" msgstr "" -#: lib/libalpm/util.c:351 +#: lib/libalpm/util.c:350 #, c-format msgid "logaction called: %s" msgstr "" @@ -1442,52 +1442,52 @@ msgstr "" msgid "could not change directory to %s (%s)" msgstr "" -#: lib/libalpm/util.c:475 +#: lib/libalpm/util.c:476 #, c-format msgid "executing %s script..." msgstr "" -#: lib/libalpm/util.c:488 +#: lib/libalpm/util.c:489 #, c-format msgid "could not fork a new process (%s)" msgstr "" -#: lib/libalpm/util.c:495 +#: lib/libalpm/util.c:496 #, c-format msgid "chrooting in %s" msgstr "" -#: lib/libalpm/util.c:497 +#: lib/libalpm/util.c:498 #, c-format msgid "could not change the root directory (%s)" msgstr "" -#: lib/libalpm/util.c:501 +#: lib/libalpm/util.c:502 #, c-format msgid "could not change directory to / (%s)" msgstr "" -#: lib/libalpm/util.c:505 +#: lib/libalpm/util.c:506 #, c-format msgid "executing \"%s\"" msgstr "executando \"%s\"" -#: lib/libalpm/util.c:508 +#: lib/libalpm/util.c:509 #, c-format msgid "call to popen failed (%s)" msgstr "" -#: lib/libalpm/util.c:540 +#: lib/libalpm/util.c:541 #, c-format msgid "call to waitpid failed (%s)" msgstr "" -#: lib/libalpm/util.c:549 +#: lib/libalpm/util.c:550 #, c-format msgid "could not remove tmpdir %s" msgstr "" -#: lib/libalpm/util.c:606 +#: lib/libalpm/util.c:607 #, c-format msgid "check_freespace: total pkg size: %lld, disk space: %lld" msgstr "" diff --git a/lib/libalpm/po/ru_RU.po b/lib/libalpm/po/ru_RU.po new file mode 100644 index 00000000..744fd721 --- /dev/null +++ b/lib/libalpm/po/ru_RU.po @@ -0,0 +1,1499 @@ +# Russian translations for Pacman package manager package. +# Copyright (C) 2007 Judd Vinet +# This file is distributed under the same license as the Pacman package manager package. +# <4rayven@gmail.com>, 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: Pacman package manager 3.0.0\n" +"Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n" +"POT-Creation-Date: 2007-03-22 10:16-0400\n" +"PO-Revision-Date: 2007-03-16 02:52+1000\n" +"Last-Translator: Vladimir Bayrakovskiy <4rayven@gmail.com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: lib/libalpm/add.c:77 +#, c-format +msgid "loading target '%s'" +msgstr "" + +#: lib/libalpm/add.c:122 +#, c-format +msgid "replacing older version %s-%s by %s in target list" +msgstr "" + +#: lib/libalpm/add.c:131 +#, c-format +msgid "newer version %s-%s is in the target list -- skipping" +msgstr "" + +#: lib/libalpm/add.c:138 +#, c-format +msgid "reading '%s' metadata" +msgstr "читаю метаданные из '%s'" + +#: lib/libalpm/add.c:191 lib/libalpm/remove.c:111 +msgid "looking for unsatisfied dependencies" +msgstr "поиск неразрешенных зависимостей" + +#: lib/libalpm/add.c:203 lib/libalpm/sync.c:475 +msgid "looking for conflicts" +msgstr "поиск конфликтов" + +#: lib/libalpm/add.c:208 +msgid "replacing packages with -A and -U is not supported yet" +msgstr "замещение пакетов с использованием опций -A и -U еще не реализовано" + +#: lib/libalpm/add.c:209 +#, c-format +msgid "please remove '%s' first, using -Rd" +msgstr "пожалуйста, уделите сначала '%s' используя -Rd" + +#: lib/libalpm/add.c:250 lib/libalpm/remove.c:147 +msgid "sorting by dependencies" +msgstr "сортировка по зависимостям" + +#: lib/libalpm/add.c:262 +msgid "cleaning up" +msgstr "прибираем за собой" + +#: lib/libalpm/add.c:277 +msgid "looking for file conflicts" +msgstr "поиск конфликтующих файлов" + +#: lib/libalpm/add.c:346 +#, c-format +msgid "upgrading package %s-%s" +msgstr "обновляется пакет %s-%s" + +#: lib/libalpm/add.c:370 +#, c-format +msgid "adding package %s-%s" +msgstr "добавляю пакет %s-%s" + +#: lib/libalpm/add.c:383 +#, c-format +msgid "removing old package first (%s-%s)" +msgstr "сперва удаляю старый пакет (%s-%s)" + +#: lib/libalpm/add.c:411 +#, c-format +msgid "adding %s to the NoUpgrade array temporarily" +msgstr "временно добавляю %s в список NoUpgrade" + +#: lib/libalpm/add.c:429 +msgid "extracting files" +msgstr "извлекаю файлы из архива" + +#: lib/libalpm/add.c:444 lib/libalpm/util.c:465 +msgid "could not get current working directory" +msgstr "не могу определить текущую рабочую директорию" + +#: lib/libalpm/add.c:500 lib/libalpm/add.c:501 +#, c-format +msgid "%s is in NoExtract, skipping extraction" +msgstr "%s в списке NoExtract, пропускаю при распаковке" + +#: lib/libalpm/add.c:508 +#, c-format +msgid "%s is in trans->skip_add, skipping extraction" +msgstr "" + +#: lib/libalpm/add.c:554 lib/libalpm/add.c:555 lib/libalpm/add.c:704 +#, c-format +msgid "could not extract %s (%s)" +msgstr "не могу извлечь %s (%s)" + +#: lib/libalpm/add.c:598 +#, c-format +msgid "checking md5 hashes for %s" +msgstr "проверяю md5 хеши для %s" + +#: lib/libalpm/add.c:600 +#, c-format +msgid "checking sha1 hashes for %s" +msgstr "проверяю sha1 хеши для %s" + +#: lib/libalpm/add.c:602 +#, c-format +msgid "current: %s" +msgstr "текущий: %s" + +#: lib/libalpm/add.c:603 +#, c-format +msgid "new: %s" +msgstr "новый: %s" + +#: lib/libalpm/add.c:604 +#, c-format +msgid "original: %s" +msgstr "исходный: %s" + +#: lib/libalpm/add.c:616 +#, c-format +msgid "could not rename %s (%s)" +msgstr "не могу переименовать %s (%s)" + +#: lib/libalpm/add.c:617 +#, c-format +msgid "error: could not rename %s (%s)" +msgstr "ошибка: не могу переименовать %s (%s)" + +#: lib/libalpm/add.c:623 lib/libalpm/add.c:642 +#, c-format +msgid "could not copy tempfile to %s (%s)" +msgstr "не могу скопировать временный файл в %s (%s)" + +#: lib/libalpm/add.c:624 +#, c-format +msgid "error: could not copy tempfile to %s (%s)" +msgstr "ошибка: не могу скопировать временный файл в %s (%s)" + +#: lib/libalpm/add.c:628 lib/libalpm/remove.c:247 +#, c-format +msgid "%s saved as %s" +msgstr "%s сохранен как %s" + +#: lib/libalpm/add.c:629 +#, c-format +msgid "warning: %s saved as %s" +msgstr "предупреждение: %s сохранен как %s" + +#: lib/libalpm/add.c:639 +#, c-format +msgid "action: installing new file: %s" +msgstr "действие: устанавливаю новый файл: %s" + +#: lib/libalpm/add.c:649 lib/libalpm/add.c:655 lib/libalpm/add.c:660 +msgid "action: leaving existing file in place" +msgstr "действие: оставляем существующий файл на месте" + +#: lib/libalpm/add.c:663 +msgid "action: keeping current file and installing new one with .pacnew ending" +msgstr "" +"действие: оставляем текущий файл нетронутым и устанавливаем новый с " +"суффиксом .pacnew" + +#: lib/libalpm/add.c:666 +#, c-format +msgid "could not install %s as %s: %s" +msgstr "не могу установить %s как %s: %s" + +#: lib/libalpm/add.c:667 +#, c-format +msgid "error: could not install %s as %s: %s" +msgstr "ошибка: не могу установить %s как %s: %s" + +#: lib/libalpm/add.c:669 +#, c-format +msgid "%s installed as %s" +msgstr "%s установлен как %s" + +#: lib/libalpm/add.c:670 +#, c-format +msgid "warning: %s installed as %s" +msgstr "предупреждение: %s установлен как %s" + +#: lib/libalpm/add.c:684 +#, c-format +msgid "%s is in NoUpgrade -- skipping" +msgstr "%s есть в списке NoUpgrade -- пропускаю" + +#: lib/libalpm/add.c:685 +#, c-format +msgid "extracting %s as %s.pacnew" +msgstr "извлекаю %s как %s.pacnew" + +#: lib/libalpm/add.c:686 +#, c-format +msgid "warning: extracting %s as %s.pacnew" +msgstr "предупреждение: извлекаю %s как %s.pacnew" + +#: lib/libalpm/add.c:689 +#, c-format +msgid "extracting %s" +msgstr "извлекаю %s" + +#: lib/libalpm/add.c:705 +#, c-format +msgid "error: could not extract %s (%s)" +msgstr "ошибка: не могу извлечь %s (%s)" + +#: lib/libalpm/add.c:717 +#, c-format +msgid "appending backup entry for %s" +msgstr "добавляю запись для отката для %s" + +#: lib/libalpm/add.c:749 lib/libalpm/add.c:751 +#, c-format +msgid "errors occurred while %s %s" +msgstr "во время %s %s произошли ошибки" + +#: lib/libalpm/add.c:750 lib/libalpm/add.c:752 +msgid "upgrading" +msgstr "обновляю" + +#: lib/libalpm/add.c:750 lib/libalpm/add.c:752 +msgid "installing" +msgstr "устанавливаю" + +#: lib/libalpm/add.c:769 +#, fuzzy, c-format +msgid "provision '%s' has been removed from package %s (%s => %s)" +msgstr "'%s' был удален из пакета %s (%s => %s)" + +#: lib/libalpm/add.c:781 +#, c-format +msgid "updating '%s' due to provision change (%s)" +msgstr "обновляю '%s' в связи с изменениями в (%s)" + +#: lib/libalpm/add.c:785 lib/libalpm/add.c:786 +#, c-format +msgid "could not update provision '%s' from '%s'" +msgstr "не могу обновить '%s' из '%s'" + +#: lib/libalpm/add.c:799 lib/libalpm/remove.c:336 +msgid "updating database" +msgstr "обновляю базу данных" + +#: lib/libalpm/add.c:800 +#, c-format +msgid "adding database entry '%s'" +msgstr "добавляю в базу данных запись '%s'" + +#: lib/libalpm/add.c:803 lib/libalpm/add.c:805 +#, c-format +msgid "could not update database entry %s-%s" +msgstr "не могу обновить в базе данных запись %s-%s" + +#: lib/libalpm/add.c:811 +#, c-format +msgid "could not add entry '%s' in cache" +msgstr "не могу добавить запись '%s' в кэш" + +#: lib/libalpm/add.c:841 lib/libalpm/remove.c:363 lib/libalpm/sync.c:1047 +#, c-format +msgid "running \"ldconfig -r %s\"" +msgstr "запускаю \"ldconfig -r %s\"" + +#: lib/libalpm/alpm.c:116 +#, c-format +msgid "removing DB %s, %d remaining..." +msgstr "удаляю БД %s, %d осталось..." + +#: lib/libalpm/alpm.c:181 +#, fuzzy, c-format +msgid "unregistering database '%s'" +msgstr "дерегестрирую базу данных '%s'" + +#: lib/libalpm/alpm.c:186 +#, c-format +msgid "closing database '%s'" +msgstr "закрываю базу данных '%s'" + +#: lib/libalpm/alpm.c:232 +#, c-format +msgid "" +"adding new server to database '%s': protocol '%s', server '%s', path '%s'" +msgstr "" +"добавляю новый сервер в базу данных '%s': протокол '%s', сервер '%s', путь '%" +"s'" + +#: lib/libalpm/alpm.c:236 +#, fuzzy, c-format +msgid "serverlist flushed for '%s'" +msgstr "список серверов пополнен для '%s'" + +#: lib/libalpm/alpm.c:279 +#, c-format +msgid "failed to get lastupdate time for %s (no big deal)" +msgstr "" +"не удалось узнать время последнего обновления для %s (ни чего страшного)" + +#: lib/libalpm/alpm.c:298 +#, c-format +msgid "failed to sync db: %s [%d]" +msgstr "не удалось синхронизировать базу данных: %s [%d]" + +#: lib/libalpm/alpm.c:302 +#, c-format +msgid "sync: new mtime for %s: %s" +msgstr "синхронизация: обновлен mtime для %s: %s" + +#: lib/libalpm/alpm.c:308 +#, c-format +msgid "flushing database %s%s" +msgstr "обновляю базу данных %s%s" + +#: lib/libalpm/alpm.c:312 +#, c-format +msgid "could not remove database entry %s%s" +msgstr "не могу удалить из базы данных запись %s%s" + +#: lib/libalpm/alpm.c:481 +#, c-format +msgid "could not get sha1sum for package %s-%s" +msgstr "не могу получить контрольную сумму sha1sum для пакета %s-%s" + +#: lib/libalpm/alpm.c:487 +#, c-format +msgid "sha1sums for package %s-%s match" +msgstr "контрольные суммы sha1sum для пакета %s-%s совпали" + +#: lib/libalpm/alpm.c:490 +#, c-format +msgid "sha1sums do not match for package %s-%s" +msgstr "контрольные суммы sha1sum для пакета %s-%s не совпали" + +#: lib/libalpm/alpm.c:525 +#, c-format +msgid "could not get md5sum for package %s-%s" +msgstr "не могу получить контрольную сумму md5sum для пакета %s-%s" + +#: lib/libalpm/alpm.c:531 +#, c-format +msgid "md5sums for package %s-%s match" +msgstr "контрольные суммы md5sum для пакета %s-%s совпали" + +#: lib/libalpm/alpm.c:534 +#, c-format +msgid "md5sums do not match for package %s-%s" +msgstr "контрольные суммы md5sum для пакета %s-%s не совпали" + +#: lib/libalpm/alpm.c:783 +#, c-format +msgid "could not remove lock file %s" +msgstr "не могу удалить lock-файл %s" + +#: lib/libalpm/alpm.c:784 +#, c-format +msgid "warning: could not remove lock file %s" +msgstr "предупреждение: не могу удалить lock-файл %s" + +#: lib/libalpm/alpm.c:919 +#, c-format +msgid "config: new section '%s'" +msgstr "config: новая секция '%s'" + +#: lib/libalpm/alpm.c:948 +msgid "config: nopassiveftp" +msgstr "" + +#: lib/libalpm/alpm.c:951 +msgid "config: usesyslog" +msgstr "" + +#: lib/libalpm/alpm.c:954 +msgid "config: chomp" +msgstr "" + +#: lib/libalpm/alpm.c:957 +msgid "config: usecolor" +msgstr "" + +#: lib/libalpm/alpm.c:966 +#, c-format +msgid "config: including %s" +msgstr "" + +#: lib/libalpm/alpm.c:976 lib/libalpm/alpm.c:981 +#, c-format +msgid "config: noupgrade: %s" +msgstr "" + +#: lib/libalpm/alpm.c:989 lib/libalpm/alpm.c:994 +#, c-format +msgid "config: noextract: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1002 lib/libalpm/alpm.c:1007 +#, c-format +msgid "config: ignorepkg: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1015 lib/libalpm/alpm.c:1020 +#, c-format +msgid "config: holdpkg: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1027 +#, c-format +msgid "config: dbpath: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1034 +#, c-format +msgid "config: cachedir: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1037 +#, c-format +msgid "config: logfile: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1040 +#, c-format +msgid "config: xfercommand: %s" +msgstr "" + +#: lib/libalpm/alpm.c:1045 +#, c-format +msgid "config: upgradedelay: %d" +msgstr "" + +#: lib/libalpm/alpm.c:1083 lib/libalpm/sync.c:107 +msgid "checking for package replacements" +msgstr "проверяю замены для пакетов" + +#: lib/libalpm/alpm.c:1094 lib/libalpm/sync.c:123 +#, c-format +msgid "checking replacement '%s' for package '%s'" +msgstr "проверяю замену '%s' для пакета '%s'" + +#: lib/libalpm/alpm.c:1097 lib/libalpm/sync.c:125 +#, c-format +msgid "%s-%s: ignoring package upgrade (to be replaced by %s-%s)" +msgstr "%s-%s: игнорирую обновление этого пакета (он будет заменен на %s-%s)" + +#: lib/libalpm/alpm.c:1127 lib/libalpm/sync.c:160 +#, c-format +msgid "%s-%s elected for upgrade (to be replaced by %s-%s)" +msgstr "%s-%s выбран для обновления (будет заменен на %s-%s)" + +#: lib/libalpm/alpm.c:1149 lib/libalpm/sync.c:194 +#, c-format +msgid "'%s' not found in sync db -- skipping" +msgstr "'%s' не найден в базе данных -- пропускаю" + +#: lib/libalpm/alpm.c:1163 lib/libalpm/sync.c:208 lib/libalpm/sync.c:501 +#, c-format +msgid "'%s' is already elected for removal -- skipping" +msgstr "'%s' уже выбран для удаления -- пропускаю" + +#: lib/libalpm/alpm.c:1169 +#, c-format +msgid "%s elected for upgrade (%s => %s)" +msgstr "%s выбран для обновления (%s => %s)" + +#: lib/libalpm/be_files.c:61 +#, c-format +msgid "unpacking database '%s'" +msgstr "распаковываю базу данных '%s'" + +#: lib/libalpm/be_files.c:78 +#, c-format +msgid "opening database from path '%s'" +msgstr "открываю базу данных расположенную в '%s'" + +#: lib/libalpm/be_files.c:182 +#, fuzzy, c-format +msgid "db scan could not find package: %s" +msgstr "в БД не удалось найти пакет: %s" + +#: lib/libalpm/be_files.c:188 +#, c-format +msgid "invalid name for dabatase entry '%s'" +msgstr "" + +#: lib/libalpm/be_files.c:223 +msgid "invalid package entry provided to _alpm_db_read, skipping" +msgstr "" + +#: lib/libalpm/be_files.c:228 +#, c-format +msgid "" +"request to read database info for a file-based package '%s', skipping..." +msgstr "" + +#: lib/libalpm/be_files.c:241 +#, c-format +msgid "loading package data for %s : level=%d" +msgstr "загружаю данные пакета %s : уровень=%d" + +#: lib/libalpm/be_files.c:249 +#, c-format +msgid "cannot find '%s-%s' in db '%s'" +msgstr "" + +#: lib/libalpm/be_files.c:257 lib/libalpm/be_files.c:403 +#: lib/libalpm/be_files.c:426 lib/libalpm/be_files.c:517 +#: lib/libalpm/be_files.c:607 lib/libalpm/be_files.c:634 +#: lib/libalpm/package.c:206 +#, c-format +msgid "could not open file %s: %s" +msgstr "" + +#: lib/libalpm/be_files.c:514 +#, c-format +msgid "writing %s-%s DESC information back to db" +msgstr "" + +#: lib/libalpm/be_files.c:604 +#, c-format +msgid "writing %s-%s FILES information back to db" +msgstr "" + +#: lib/libalpm/be_files.c:631 +#, c-format +msgid "writing %s-%s DEPENDS information back to db" +msgstr "" + +#: lib/libalpm/cache.c:59 +#, c-format +msgid "loading package cache for repository '%s'" +msgstr "" + +#: lib/libalpm/cache.c:64 +#, c-format +msgid "adding '%s' to package cache for db '%s'" +msgstr "" + +#: lib/libalpm/cache.c:85 +#, c-format +msgid "freeing package cache for repository '%s'" +msgstr "" + +#: lib/libalpm/cache.c:109 +#, c-format +msgid "error: pkgcache is NULL for db '%s'" +msgstr "" + +#: lib/libalpm/cache.c:129 +#, c-format +msgid "adding entry '%s' in '%s' cache" +msgstr "" + +#: lib/libalpm/cache.c:149 +#, c-format +msgid "removing entry '%s' from '%s' cache" +msgstr "" + +#: lib/libalpm/cache.c:156 +#, c-format +msgid "cannot remove entry '%s' from '%s' cache: not found" +msgstr "" + +#: lib/libalpm/cache.c:178 +#, c-format +msgid "error: failed to get '%s' from NULL pkgcache" +msgstr "" + +#: lib/libalpm/cache.c:201 +#, c-format +msgid "loading group cache for repository '%s'" +msgstr "" + +#: lib/libalpm/conflict.c:69 +#, c-format +msgid " found conflict '%s' : package '%s'" +msgstr "" + +#: lib/libalpm/conflict.c:78 +#, c-format +msgid " found conflict '%s' : package '%s' provides '%s'" +msgstr "" + +#: lib/libalpm/conflict.c:101 lib/libalpm/conflict.c:143 +#, c-format +msgid "package '%s' conflicts with itself - packaging error" +msgstr "" + +#: lib/libalpm/conflict.c:107 +#, c-format +msgid "checkconflicts: target '%s' vs db" +msgstr "" + +#: lib/libalpm/conflict.c:149 +#, c-format +msgid "checkconflicts: target '%s' vs all targets" +msgstr "" + +#: lib/libalpm/conflict.c:181 +#, c-format +msgid "checkconflicts: db vs target '%s'" +msgstr "" + +#: lib/libalpm/conflict.c:201 +#, c-format +msgid "target '%s' is also in target list, using NEW conflicts" +msgstr "" + +#: lib/libalpm/conflict.c:257 +#, c-format +msgid "\tCONFLICTS:: %s conflicts with %s" +msgstr "" + +#: lib/libalpm/conflict.c:349 lib/libalpm/deps.c:60 lib/libalpm/deps.c:438 +#: lib/libalpm/deps.c:634 lib/libalpm/deps.c:674 lib/libalpm/group.c:45 +#: lib/libalpm/handle.c:51 lib/libalpm/package.c:82 lib/libalpm/sync.c:67 +#: lib/libalpm/sync.c:606 lib/libalpm/sync.c:622 lib/libalpm/sync.c:719 +#: lib/libalpm/trans.c:55 lib/libalpm/util.c:612 lib/libalpm/util.c:619 +#, c-format +msgid "malloc failure: could not allocate %d bytes" +msgstr "" + +#: lib/libalpm/db.c:64 lib/libalpm/db.c:71 +#, c-format +msgid "malloc failed: could not allocate %d bytes" +msgstr "" + +#: lib/libalpm/db.c:167 +msgid "attempt to re-register the 'local' DB" +msgstr "" + +#: lib/libalpm/db.c:175 +#, c-format +msgid "attempt to re-register the '%s' database, using existing" +msgstr "" + +#: lib/libalpm/db.c:181 +#, c-format +msgid "registering database '%s'" +msgstr "" + +#: lib/libalpm/db.c:186 +#, c-format +msgid "database directory '%s' does not exist, creating it" +msgstr "" + +#: lib/libalpm/db.c:197 +#, c-format +msgid "opening database '%s'" +msgstr "" + +#: lib/libalpm/deps.c:131 +msgid "started sorting dependencies" +msgstr "" + +#: lib/libalpm/deps.c:136 +msgid "possible dependency cycle detected" +msgstr "" + +#: lib/libalpm/deps.c:183 +msgid "sorting dependencies finished" +msgstr "" + +#: lib/libalpm/deps.c:225 lib/libalpm/deps.c:310 +msgid "null package found in package list" +msgstr "" + +#: lib/libalpm/deps.c:230 +#, c-format +msgid "cannot find package installed '%s'" +msgstr "" + +#: lib/libalpm/deps.c:261 +#, c-format +msgid "checkdeps: dependency '%s' has moved from '%s' to '%s'" +msgstr "" + +#: lib/libalpm/deps.c:280 +#, c-format +msgid "checkdeps: dependency '%s' satisfied by installed package '%s'" +msgstr "" + +#: lib/libalpm/deps.c:289 +#, c-format +msgid "checkdeps: updated '%s' won't satisfy a dependency of '%s'" +msgstr "" + +#: lib/libalpm/deps.c:359 +#, c-format +msgid "missing dependency '%s' for package '%s'" +msgstr "" + +#: lib/libalpm/deps.c:409 +#, c-format +msgid "checkdeps: found %s as required by %s" +msgstr "" + +#: lib/libalpm/deps.c:485 +#, c-format +msgid "excluding %s -- explicitly installed" +msgstr "" + +#: lib/libalpm/deps.c:532 +#, c-format +msgid "cannot find package \"%s\" or anything that provides it!" +msgstr "" + +#: lib/libalpm/deps.c:540 lib/libalpm/deps.c:551 +#, c-format +msgid "adding '%s' to the targets" +msgstr "" + +#: lib/libalpm/deps.c:583 +msgid "started resolving dependencies" +msgstr "" + +#: lib/libalpm/deps.c:601 +#, c-format +msgid "%s provides dependency %s -- skipping" +msgstr "" + +#: lib/libalpm/deps.c:630 +#, c-format +msgid "" +"cannot resolve dependencies for \"%s\" (\"%s\" is not in the package set)" +msgstr "" + +#: lib/libalpm/deps.c:647 +#, c-format +msgid "dependency %s is already in the target list -- skipping" +msgstr "" + +#: lib/libalpm/deps.c:667 +#, c-format +msgid "pulling dependency %s (needed by %s)" +msgstr "" + +#: lib/libalpm/deps.c:671 +#, c-format +msgid "cannot resolve dependencies for \"%s\"" +msgstr "не удается удовлетворить зависимости для \"%s\"" + +#: lib/libalpm/deps.c:687 +#, c-format +msgid "dependency cycle detected: %s" +msgstr "обнаружена циклическая зависимость: %s" + +#: lib/libalpm/deps.c:691 +msgid "finished resolving dependencies" +msgstr "" + +#: lib/libalpm/error.c:40 +msgid "out of memory!" +msgstr "" + +#: lib/libalpm/error.c:42 +msgid "unexpected system error" +msgstr "" + +#: lib/libalpm/error.c:44 +msgid "insufficient privileges" +msgstr "" + +#: lib/libalpm/error.c:46 +msgid "could not find or read file" +msgstr "" + +#: lib/libalpm/error.c:48 +msgid "wrong or NULL argument passed" +msgstr "" + +#: lib/libalpm/error.c:51 +msgid "library not initialized" +msgstr "" + +#: lib/libalpm/error.c:53 +msgid "library already initialized" +msgstr "" + +#: lib/libalpm/error.c:55 +msgid "unable to lock database" +msgstr "не удается заблокировать базу данных" + +#: lib/libalpm/error.c:58 +msgid "could not open database" +msgstr "не удается открыть базу данных" + +#: lib/libalpm/error.c:60 +msgid "could not create database" +msgstr "не удается создать базу данных" + +#: lib/libalpm/error.c:62 +msgid "database not initialized" +msgstr "база данных не инициализирована" + +#: lib/libalpm/error.c:64 +msgid "database already registered" +msgstr "база данных уже зарегистрирована" + +#: lib/libalpm/error.c:66 +msgid "could not find database" +msgstr "не удается найти базу данных" + +#: lib/libalpm/error.c:68 +msgid "could not update database" +msgstr "не удается обновить базу данных" + +#: lib/libalpm/error.c:70 +msgid "could not remove database entry" +msgstr "не удается удалить запись в базе данных" + +#: lib/libalpm/error.c:73 +msgid "invalid url for server" +msgstr "неверный url" + +#: lib/libalpm/error.c:80 +msgid "could not set parameter" +msgstr "ну могу установить параметр" + +#: lib/libalpm/error.c:83 +msgid "transaction already initialized" +msgstr "" + +#: lib/libalpm/error.c:85 lib/libalpm/error.c:89 +msgid "transaction not initialized" +msgstr "" + +#: lib/libalpm/error.c:87 +msgid "duplicate target" +msgstr "" + +#: lib/libalpm/error.c:91 +msgid "transaction not prepared" +msgstr "" + +#: lib/libalpm/error.c:93 +msgid "transaction aborted" +msgstr "" + +#: lib/libalpm/error.c:95 +msgid "operation not compatible with the transaction type" +msgstr "" + +#: lib/libalpm/error.c:97 lib/libalpm/sync.c:986 +msgid "could not commit transaction" +msgstr "" + +#: lib/libalpm/error.c:99 +msgid "could not download all files" +msgstr "не могу загрузить все файлы" + +#: lib/libalpm/error.c:102 +msgid "could not find or read package" +msgstr "не удается найти или прочитать пакет" + +#: lib/libalpm/error.c:104 +msgid "invalid or corrupted package" +msgstr "пакет неправильный или поврежден" + +#: lib/libalpm/error.c:106 +msgid "cannot open package file" +msgstr "не удается открыть файл пакета" + +#: lib/libalpm/error.c:108 +msgid "cannot load package data" +msgstr "не удается загрузить данные пакета" + +#: lib/libalpm/error.c:110 +msgid "package already installed" +msgstr "пакет уже установлен" + +#: lib/libalpm/error.c:112 +msgid "package not installed or lesser version" +msgstr "" + +#: lib/libalpm/error.c:114 +msgid "cannot remove all files for package" +msgstr "не могу удалить все файлы пакета" + +#: lib/libalpm/error.c:116 +msgid "package name is not valid" +msgstr "неверное имя пакета" + +#: lib/libalpm/error.c:118 +msgid "corrupted package" +msgstr "пакет поврежден" + +#: lib/libalpm/error.c:120 +msgid "no such repository" +msgstr "нет такого репозитория" + +#: lib/libalpm/error.c:123 +msgid "group not found" +msgstr "группа не найдена" + +#: lib/libalpm/error.c:126 +msgid "could not satisfy dependencies" +msgstr "не удается удовлетворить зависимости" + +#: lib/libalpm/error.c:128 +msgid "conflicting dependencies" +msgstr "" + +#: lib/libalpm/error.c:130 +msgid "conflicting files" +msgstr "" + +#: lib/libalpm/error.c:133 +msgid "user aborted the operation" +msgstr "пользователь прервал операцию" + +#: lib/libalpm/error.c:135 +msgid "internal error" +msgstr "внутренняя ошибка" + +#: lib/libalpm/error.c:137 +msgid "libarchive error" +msgstr "ошибка в libarchive" + +#: lib/libalpm/error.c:139 +msgid "not enough space on disk" +msgstr "недостаточно места на диске" + +#: lib/libalpm/error.c:142 +msgid "not confirmed" +msgstr "" + +#: lib/libalpm/error.c:145 +msgid "bad configuration section name" +msgstr "неверное название секции в конфигурационном файле" + +#: lib/libalpm/error.c:147 +msgid "'local' is reserved and cannot be used as a repository name" +msgstr "" +"название 'local' зарезервировано и не может использоваться как название " +"репозитория" + +#: lib/libalpm/error.c:149 +msgid "syntax error in config file" +msgstr "синтаксическая ошибка в конфигурационном файле" + +#: lib/libalpm/error.c:151 +msgid "all directives must belong to a section" +msgstr "все директивы должны находиться в соответствующих секциях" + +#: lib/libalpm/error.c:153 +msgid "invalid regular expression" +msgstr "неверное регулярное выражение" + +#: lib/libalpm/error.c:156 +msgid "connection to remote host failed" +msgstr "не удалось подключиться к удаленному хосту" + +#: lib/libalpm/error.c:159 +msgid "unexpected error" +msgstr "непредвиденная ошибка" + +#: lib/libalpm/handle.c:163 +#, c-format +msgid "cannot canonicalize specified root path '%s'" +msgstr "" + +#: lib/libalpm/handle.c:175 +#, c-format +msgid "option 'root' = %s" +msgstr "" + +#: lib/libalpm/handle.c:195 +#, c-format +msgid "option 'dbpath' = %s" +msgstr "" + +#: lib/libalpm/handle.c:211 +#, c-format +msgid "option 'cachedir' = %s" +msgstr "" + +#: lib/libalpm/md5driver.c:56 +#, c-format +msgid "%s can't be opened\n" +msgstr "" + +#: lib/libalpm/md5driver.c:74 +#, c-format +msgid "md5(%s) = %s" +msgstr "" + +#: lib/libalpm/package.c:150 +#, c-format +msgid "%s: forcing upgrade to version %s" +msgstr "%s: принудительно обновляю до версии %s" + +#: lib/libalpm/package.c:155 +#, c-format +msgid "%s: local (%s) is newer than %s (%s)" +msgstr "%s: установленная версия (%s) новее, чем в %s (%s)" + +#: lib/libalpm/package.c:163 +#, c-format +msgid "%s-%s: ignoring package upgrade (%s)" +msgstr "" + +#: lib/libalpm/package.c:169 +#, c-format +msgid "%s-%s: delaying upgrade of package (%s)" +msgstr "" + +#: lib/libalpm/package.c:220 lib/libalpm/package.c:279 +#, c-format +msgid "%s: syntax error in description file line %d" +msgstr "" + +#: lib/libalpm/package.c:353 +msgid "could not parse the package description file" +msgstr "" + +#: lib/libalpm/package.c:357 +#, c-format +msgid "missing package name in %s" +msgstr "" + +#: lib/libalpm/package.c:361 +#, c-format +msgid "missing package version in %s" +msgstr "" + +#: lib/libalpm/package.c:396 +#, c-format +msgid "could not remove tempfile %s" +msgstr "не могу удалить временный файл %s" + +#: lib/libalpm/package.c:409 lib/libalpm/package.c:416 +#, c-format +msgid "error while reading package: %s" +msgstr "ошибка при чтении пакета: %s" + +#: lib/libalpm/package.c:422 +msgid "missing package metadata" +msgstr "" + +#: lib/libalpm/package.c:429 +#, c-format +msgid "missing package filelist in %s, generating one" +msgstr "отсутствует список файлов пакета в %s, генерирую его" + +#: lib/libalpm/package.c:568 +#, c-format +msgid "adding '%s' in requiredby field for '%s'" +msgstr "добавляю '%s' в поле requiredby для '%s'" + +#: lib/libalpm/package.c:582 +#, c-format +msgid "adding '%s' in requiredby field for '%s' (provides: %s)" +msgstr "добавляю '%s' в поле requiredby для '%s' (обеспечивает :%s)" + +#: lib/libalpm/remove.c:79 +#, c-format +msgid "could not find %s in database" +msgstr "не могу найти %s в базе данных" + +#: lib/libalpm/remove.c:93 +#, c-format +msgid "adding %s in the targets list" +msgstr "" + +#: lib/libalpm/remove.c:121 +#, c-format +msgid "pulling %s in the targets list" +msgstr "" + +#: lib/libalpm/remove.c:124 +#, c-format +msgid "could not find %s in database -- skipping" +msgstr "не могу найти %s в базе данных -- пропускаю" + +#: lib/libalpm/remove.c:142 +msgid "finding removable dependencies" +msgstr "ищу устранимые зависимости" + +#: lib/libalpm/remove.c:175 +#, c-format +msgid "cannot remove file '%s': %s" +msgstr "не могу удалить файл '%s': %s" + +#: lib/libalpm/remove.c:213 +#, c-format +msgid "Skipping removal of '%s' due to NoUpgrade" +msgstr "Пакет '%s' не будет удален, так как он входит в список NoUpgrade" + +#: lib/libalpm/remove.c:220 +#, c-format +msgid "file %s does not exist" +msgstr "файл %s не существует" + +#: lib/libalpm/remove.c:227 +#, c-format +msgid "keeping directory %s" +msgstr "сохраняю директорию %s" + +#: lib/libalpm/remove.c:229 +#, c-format +msgid "removing directory %s" +msgstr "удаляю директорию %s" + +#: lib/libalpm/remove.c:236 +#, c-format +msgid "%s is in trans->skip_remove, skipping removal" +msgstr "" + +#: lib/libalpm/remove.c:250 +#, c-format +msgid "transaction is set to NOSAVE, not backing up '%s'" +msgstr "" + +#: lib/libalpm/remove.c:254 +#, c-format +msgid "unlinking %s" +msgstr "" + +#: lib/libalpm/remove.c:261 +#, c-format +msgid "cannot remove file %s: %s" +msgstr "не могу удалить файл %s: %s" + +#: lib/libalpm/remove.c:294 +#, c-format +msgid "removing package %s-%s" +msgstr "удаляю пакет %s-%s" + +#: lib/libalpm/remove.c:309 +#, c-format +msgid "not removing package '%s', can't remove all files" +msgstr "пакет '%s' не удален, так как не удается удалить все файлы" + +#: lib/libalpm/remove.c:316 +#, c-format +msgid "removing %d files" +msgstr "удаляю %d файлов" + +#: lib/libalpm/remove.c:337 +#, c-format +msgid "removing database entry '%s'" +msgstr "удаляю запись '%s' в базе данных" + +#: lib/libalpm/remove.c:339 +#, c-format +msgid "could not remove database entry %s-%s" +msgstr "" + +#: lib/libalpm/remove.c:344 +#, c-format +msgid "could not remove entry '%s' from cache" +msgstr "" + +#: lib/libalpm/sha1.c:397 +#, c-format +msgid "sha1: %s can't be opened\n" +msgstr "" + +#: lib/libalpm/sha1.c:412 +#, c-format +msgid "sha1(%s) = %s" +msgstr "" + +#: lib/libalpm/sync.c:183 +msgid "checking for package upgrades" +msgstr "проверяю наличие обновлений" + +#: lib/libalpm/sync.c:215 +#, c-format +msgid "%s-%s elected for upgrade (%s => %s)" +msgstr "%s-%s выбран для обновления (%s => %s)" + +#: lib/libalpm/sync.c:262 +#, c-format +msgid "searching for target in repo '%s'" +msgstr "" + +#: lib/libalpm/sync.c:270 lib/libalpm/sync.c:293 +#, c-format +msgid "target '%s' not found -- looking for provisions" +msgstr "" + +#: lib/libalpm/sync.c:275 lib/libalpm/sync.c:298 +#, c-format +msgid "found '%s' as a provision for '%s'" +msgstr "" + +#: lib/libalpm/sync.c:282 +#, c-format +msgid "repository '%s' not found" +msgstr "репозиторий '%s' не найден" + +#: lib/libalpm/sync.c:323 +#, c-format +msgid "%s-%s is up to date -- skipping" +msgstr "%s-%s не устарел -- пропускаю" + +#: lib/libalpm/sync.c:346 +#, c-format +msgid "adding target '%s' to the transaction set" +msgstr "" + +#: lib/libalpm/sync.c:394 +msgid "resolving target's dependencies" +msgstr "разрешаю зависимости пакетов" + +#: lib/libalpm/sync.c:414 +#, c-format +msgid "adding package %s-%s to the transaction targets" +msgstr "" + +#: lib/libalpm/sync.c:455 +msgid "looking for unresolvable dependencies" +msgstr "ищу неразрешимые зависимости" + +#: lib/libalpm/sync.c:486 +#, c-format +msgid "package '%s' conflicts with '%s'" +msgstr "пакет '%s' конфликтует с '%s'" + +#: lib/libalpm/sync.c:508 +#, c-format +msgid "'%s' not found in transaction set -- skipping" +msgstr "" + +#: lib/libalpm/sync.c:519 +#, c-format +msgid "package '%s' provides its own conflict" +msgstr "" + +#: lib/libalpm/sync.c:542 lib/libalpm/sync.c:547 +#, c-format +msgid "'%s' is in the target list -- keeping it" +msgstr "" + +#: lib/libalpm/sync.c:559 lib/libalpm/sync.c:596 +#, c-format +msgid "removing '%s' from target list" +msgstr "" + +#: lib/libalpm/sync.c:568 +#, c-format +msgid "resolving package '%s' conflict" +msgstr "разрешаю конфликт пакета '%s'" + +#: lib/libalpm/sync.c:591 +#, c-format +msgid "electing '%s' for removal" +msgstr "помечаю '%s' для удаления" + +#: lib/libalpm/sync.c:602 lib/libalpm/sync.c:618 +msgid "unresolvable package conflicts detected" +msgstr "обнаружен неразрешимый конфликт пакетов" + +#: lib/libalpm/sync.c:670 +msgid "checking dependencies of packages designated for removal" +msgstr "проверяю зависимости пакетов отмеченных для удаления" + +#: lib/libalpm/sync.c:684 +msgid "something has gone horribly wrong" +msgstr "произошло что-то ужасное и непонятное" + +#: lib/libalpm/sync.c:704 +#, c-format +msgid "found '%s' as a provision for '%s' -- conflict aborted" +msgstr "" + +#: lib/libalpm/sync.c:800 +#, c-format +msgid "%s is already in the cache\n" +msgstr "%s уже есть в кэше\n" + +#: lib/libalpm/sync.c:811 +#, c-format +msgid "no %s cache exists, creating...\n" +msgstr "кэш %s не существует, создаю...\n" + +#: lib/libalpm/sync.c:812 +#, c-format +msgid "warning: no %s cache exists, creating..." +msgstr "предупреждение: кэш %s не существует, создаю..." + +#: lib/libalpm/sync.c:817 +msgid "couldn't create package cache, using /tmp instead\n" +msgstr "не могу создать кэш пакета, будет использован /tmp\n" + +#: lib/libalpm/sync.c:818 +msgid "warning: couldn't create package cache, using /tmp instead" +msgstr "предупреждение: не могу создать кэш пакета, будет использован /tmp" + +#: lib/libalpm/sync.c:825 +#, c-format +msgid "failed to retrieve some files from %s\n" +msgstr "не удалось получить некоторые файлы с %s\n" + +#: lib/libalpm/sync.c:855 lib/libalpm/sync.c:867 +#, c-format +msgid "can't get md5 or sha1 checksum for package %s\n" +msgstr "не удалось получить md5 или sha1 контрольную сумму для пакета %s\n" + +#: lib/libalpm/sync.c:886 +#, c-format +msgid "archive %s was corrupted (bad MD5 or SHA1 checksum)\n" +msgstr "архив %s был поврежден (не сходится MD5 или SHA1 контрольная сумма)\n" + +#: lib/libalpm/sync.c:888 +#, c-format +msgid "archive %s is corrupted (bad MD5 or SHA1 checksum)\n" +msgstr "архив %s поврежден (не сходится MD5 или SHA1 контрольная сумма)\n" + +#: lib/libalpm/sync.c:909 +msgid "could not create removal transaction" +msgstr "" + +#: lib/libalpm/sync.c:915 +msgid "could not initialize the removal transaction" +msgstr "" + +#: lib/libalpm/sync.c:935 +msgid "removing conflicting and to-be-replaced packages" +msgstr "" + +#: lib/libalpm/sync.c:937 +msgid "could not prepare removal transaction" +msgstr "" + +#: lib/libalpm/sync.c:943 +msgid "could not commit removal transaction" +msgstr "" + +#: lib/libalpm/sync.c:950 +msgid "installing packages" +msgstr "устанавливаю пакеты" + +#: lib/libalpm/sync.c:953 +msgid "could not create transaction" +msgstr "" + +#: lib/libalpm/sync.c:958 +msgid "could not initialize transaction" +msgstr "" + +#: lib/libalpm/sync.c:981 +msgid "could not prepare transaction" +msgstr "" + +#: lib/libalpm/sync.c:993 +msgid "updating database for replaced packages' dependencies" +msgstr "" + +#: lib/libalpm/sync.c:1022 +#, c-format +msgid "could not update requiredby for database entry %s-%s" +msgstr "" + +#: lib/libalpm/sync.c:1031 +#, c-format +msgid "could not update new database entry %s-%s" +msgstr "" + +#: lib/libalpm/sync.c:1071 +#, c-format +msgid "found package '%s-%s' in sync" +msgstr "" + +#: lib/libalpm/sync.c:1077 +#, c-format +msgid "package '%s' not found in sync" +msgstr "пакет '%s' не найден в базе данных" + +#: lib/libalpm/trans.c:270 +#, c-format +msgid "updating dependency packages 'requiredby' fields for %s-%s" +msgstr "" + +#: lib/libalpm/trans.c:273 +msgid "package has no dependencies, no other packages to update" +msgstr "" + +#: lib/libalpm/trans.c:310 lib/libalpm/trans.c:340 +#, c-format +msgid "updating 'requiredby' field for package '%s'" +msgstr "" + +#: lib/libalpm/trans.c:325 lib/libalpm/trans.c:355 +#, c-format +msgid "could not update 'requiredby' database entry %s-%s" +msgstr "" + +#: lib/libalpm/trans.c:332 +#, c-format +msgid "could not find dependency '%s'" +msgstr "" + +#: lib/libalpm/util.c:142 +#, c-format +msgid "failed to make path '%s' : %s" +msgstr "" + +#: lib/libalpm/util.c:280 +#, c-format +msgid "could not open %s: %s\n" +msgstr "" + +#: lib/libalpm/util.c:293 +#, c-format +msgid "could not extract %s: %s\n" +msgstr "" + +#: lib/libalpm/util.c:350 +#, c-format +msgid "logaction called: %s" +msgstr "" + +#: lib/libalpm/util.c:445 +msgid "could not create temp directory" +msgstr "" + +#: lib/libalpm/util.c:472 +#, c-format +msgid "could not change directory to %s (%s)" +msgstr "" + +#: lib/libalpm/util.c:476 +#, c-format +msgid "executing %s script..." +msgstr "" + +#: lib/libalpm/util.c:489 +#, c-format +msgid "could not fork a new process (%s)" +msgstr "" + +#: lib/libalpm/util.c:496 +#, c-format +msgid "chrooting in %s" +msgstr "" + +#: lib/libalpm/util.c:498 +#, c-format +msgid "could not change the root directory (%s)" +msgstr "" + +#: lib/libalpm/util.c:502 +#, c-format +msgid "could not change directory to / (%s)" +msgstr "" + +#: lib/libalpm/util.c:506 +#, c-format +msgid "executing \"%s\"" +msgstr "" + +#: lib/libalpm/util.c:509 +#, c-format +msgid "call to popen failed (%s)" +msgstr "" + +#: lib/libalpm/util.c:541 +#, c-format +msgid "call to waitpid failed (%s)" +msgstr "" + +#: lib/libalpm/util.c:550 +#, c-format +msgid "could not remove tmpdir %s" +msgstr "" + +#: lib/libalpm/util.c:607 +#, c-format +msgid "check_freespace: total pkg size: %lld, disk space: %lld" +msgstr "" + +#: lib/libalpm/versioncmp.c:279 +#, c-format +msgid "depcmp: %s-%s %s %s-%s => %s" +msgstr "" + +#: lib/libalpm/versioncmp.c:284 +#, c-format +msgid "depcmp: %s-%s %s %s => %s" +msgstr "" -- cgit v1.2.3-24-g4f1b