diff options
| -rw-r--r-- | lib/libalpm/po/LINGUAS | 1 | ||||
| -rw-r--r-- | lib/libalpm/po/de.po | 675 | ||||
| -rw-r--r-- | lib/libalpm/po/en_GB.po | 1497 | ||||
| -rw-r--r-- | src/pacman/po/LINGUAS | 1 | ||||
| -rw-r--r-- | src/pacman/po/de.po | 409 | ||||
| -rw-r--r-- | src/pacman/po/en_GB.po | 1075 | 
6 files changed, 3105 insertions, 553 deletions
| diff --git a/lib/libalpm/po/LINGUAS b/lib/libalpm/po/LINGUAS index 0f3f0ccb..e5c6658e 100644 --- a/lib/libalpm/po/LINGUAS +++ b/lib/libalpm/po/LINGUAS @@ -4,3 +4,4 @@ fr  hu  it  pt_BR +en_GB diff --git a/lib/libalpm/po/de.po b/lib/libalpm/po/de.po index ffb53071..1976a834 100644 --- a/lib/libalpm/po/de.po +++ b/lib/libalpm/po/de.po @@ -10,8 +10,8 @@ msgid ""  msgstr ""  "Project-Id-Version: de\n"  "Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n" -"POT-Creation-Date: 2007-03-04 12:01-0500\n" -"PO-Revision-Date: 2007-03-03 09:35+0100\n" +"POT-Creation-Date: 2007-03-07 09:07+0100\n" +"PO-Revision-Date: 2007-03-07 09:12+0100\n"  "Last-Translator: Pierre Schmitz <pierre@archlinux.de>\n"  "Language-Team: Deutsch <archlinux.de>\n"  "MIME-Version: 1.0\n" @@ -20,1404 +20,1396 @@ msgstr ""  "Plural-Forms: nplurals=2; plural=(n != 1);X-Generator: KBabel 1.11.4\n"  "X-Generator: KBabel 1.11.4\n" -#: lib/libalpm/add.c:75 +#: lib/libalpm/add.c:77  #, c-format  msgid "loading target '%s'"  msgstr "Lade Ziel '%s'" -#: lib/libalpm/add.c:120 +#: lib/libalpm/add.c:122  #, c-format  msgid "replacing older version %s-%s by %s in target list"  msgstr "Ersetze ältere Version %s-%s durch %s in der Ziel-Liste" -#: lib/libalpm/add.c:129 +#: lib/libalpm/add.c:131  #, c-format  msgid "newer version %s-%s is in the target list -- skipping"  msgstr "Neuere Version %s-%s ist in der Ziel-liste -- Überspringe" -#: lib/libalpm/add.c:136 +#: lib/libalpm/add.c:138  #, c-format  msgid "reading '%s' metadata"  msgstr "Lese Metadaten von '%s'" -#: lib/libalpm/add.c:189 lib/libalpm/remove.c:110 +#: lib/libalpm/add.c:191 lib/libalpm/remove.c:111  msgid "looking for unsatisfied dependencies"  msgstr "Suche nach ungelösten Abhängigkeiten" -#: lib/libalpm/add.c:201 lib/libalpm/sync.c:467 +#: lib/libalpm/add.c:203 lib/libalpm/sync.c:469  msgid "looking for conflicts"  msgstr "Suche nach Konflikten" -#: lib/libalpm/add.c:206 +#: lib/libalpm/add.c:208  msgid "replacing packages with -A and -U is not supported yet"  msgstr "Das Ersetzen von Paketen mit -A und -U wird noch nicht unterstützt" -#: lib/libalpm/add.c:207 +#: lib/libalpm/add.c:209  #, c-format  msgid "please remove '%s' first, using -Rd"  msgstr "Entferne bitte zuerst '%s' mit -Rd" -#: lib/libalpm/add.c:248 lib/libalpm/remove.c:146 +#: lib/libalpm/add.c:250 lib/libalpm/remove.c:147  msgid "sorting by dependencies"  msgstr "Sortiere nach Abhängigkeiten" -#: lib/libalpm/add.c:260 +#: lib/libalpm/add.c:262  msgid "cleaning up"  msgstr "Räume auf" -#: lib/libalpm/add.c:275 +#: lib/libalpm/add.c:277  msgid "looking for file conflicts"  msgstr "Suche nach Dateikonflikten" -#: lib/libalpm/add.c:340 +#: lib/libalpm/add.c:342  #, c-format  msgid "upgrading package %s-%s"  msgstr "Aktualisiere Paket %s-%s" -#: lib/libalpm/add.c:364 +#: lib/libalpm/add.c:366  #, c-format  msgid "adding package %s-%s"  msgstr "Füge Paket %s-%s hinzu" -#: lib/libalpm/add.c:377 +#: lib/libalpm/add.c:379  #, c-format  msgid "removing old package first (%s-%s)"  msgstr "Entferne zuerst altes Paket (%s-%s)" -#: lib/libalpm/add.c:405 -#, fuzzy, c-format +#: lib/libalpm/add.c:407 +#, c-format  msgid "adding %s to the NoUpgrade array temporarily"  msgstr "Füge %s temporär zum NoUpgrade-Array hinzu" -#: lib/libalpm/add.c:423 +#: lib/libalpm/add.c:425  msgid "extracting files"  msgstr "Entpacke Dateien" -#: lib/libalpm/add.c:438 lib/libalpm/util.c:465 +#: lib/libalpm/add.c:440 lib/libalpm/util.c:465  msgid "could not get current working directory"  msgstr "Konnte aktuelles Arbeitsverzeichnis nicht ermitteln" -#: lib/libalpm/add.c:494 lib/libalpm/add.c:495 +#: lib/libalpm/add.c:496 lib/libalpm/add.c:497  #, c-format  msgid "%s is in NoExtract, skipping extraction"  msgstr "%s ist in NoExtract, wird nicht entpackt" -#: lib/libalpm/add.c:502 +#: lib/libalpm/add.c:504  #, 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:548 lib/libalpm/add.c:549 lib/libalpm/add.c:698 +#: lib/libalpm/add.c:550 lib/libalpm/add.c:551 lib/libalpm/add.c:700  #, c-format  msgid "could not extract %s (%s)"  msgstr "Konnte %s nicht entpacken (%s)" -#: lib/libalpm/add.c:592 +#: lib/libalpm/add.c:594  #, c-format  msgid "checking md5 hashes for %s"  msgstr "Prüfe MD5 Hashes für %s" -#: lib/libalpm/add.c:594 +#: lib/libalpm/add.c:596  #, c-format  msgid "checking sha1 hashes for %s"  msgstr "Prüfe SHA1 Hashes für %s" -#: lib/libalpm/add.c:596 +#: lib/libalpm/add.c:598  #, c-format  msgid "current:  %s"  msgstr "Aktuell:  %s" -#: lib/libalpm/add.c:597 +#: lib/libalpm/add.c:599  #, c-format  msgid "new:      %s"  msgstr "Neu:      %s" -#: lib/libalpm/add.c:598 +#: lib/libalpm/add.c:600  #, c-format  msgid "original: %s"  msgstr "Original: %s" -#: lib/libalpm/add.c:610 +#: lib/libalpm/add.c:612  #, c-format  msgid "could not rename %s (%s)"  msgstr "Konnte %s nicht umbenennen (%s)" -#: lib/libalpm/add.c:611 +#: lib/libalpm/add.c:613  #, c-format  msgid "error: could not rename %s (%s)"  msgstr "Fehler: Konnte %s nicht umbenennen (%s)" -#: lib/libalpm/add.c:617 lib/libalpm/add.c:636 +#: lib/libalpm/add.c:619 lib/libalpm/add.c:638  #, c-format  msgid "could not copy tempfile to %s (%s)"  msgstr "Konnte temporäre Datei nicht nach %s kopieren (%s)" -#: lib/libalpm/add.c:618 +#: lib/libalpm/add.c:620  #, 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:622 +#: lib/libalpm/add.c:624 lib/libalpm/remove.c:247  #, c-format -msgid "%s saved as %s.pacorig" -msgstr "%s gesichert als %s.pacorig" +msgid "%s saved as %s" +msgstr "%s gespeichert als %s" -#: lib/libalpm/add.c:623 +#: lib/libalpm/add.c:625  #, c-format  msgid "warning: %s saved as %s"  msgstr "Warnung: %s gesichert als %s" -#: lib/libalpm/add.c:633 +#: lib/libalpm/add.c:635  #, c-format  msgid "action: installing new file: %s"  msgstr "Aktion: Installiere neue Datei: %s" -#: lib/libalpm/add.c:643 lib/libalpm/add.c:649 lib/libalpm/add.c:654 +#: lib/libalpm/add.c:645 lib/libalpm/add.c:651 lib/libalpm/add.c:656  msgid "action: leaving existing file in place"  msgstr "Aktion: Lasse existierende Datei an ihrem Platz" -#: lib/libalpm/add.c:657 +#: lib/libalpm/add.c:659  msgid "action: keeping current file and installing new one with .pacnew ending" -msgstr "" -"Aktion: Behalte aktuelle Datei und installiere Neue mit der Endung .pacnew" +msgstr "Aktion: Behalte aktuelle Datei und installiere Neue mit der Endung .pacnew" -#: lib/libalpm/add.c:660 +#: lib/libalpm/add.c:662  #, c-format  msgid "could not install %s as %s: %s"  msgstr "Konnte %s nicht als %s installieren: %s" -#: lib/libalpm/add.c:661 +#: lib/libalpm/add.c:663  #, c-format  msgid "error: could not install %s as %s: %s"  msgstr "Fehler: Konnte %s nicht als %s installieren: %s" -#: lib/libalpm/add.c:663 +#: lib/libalpm/add.c:665  #, c-format  msgid "%s installed as %s"  msgstr "%s installiert als %s" -#: lib/libalpm/add.c:664 +#: lib/libalpm/add.c:666  #, c-format  msgid "warning: %s installed as %s"  msgstr "Warnung: %s installiert als %s" -#: lib/libalpm/add.c:678 +#: lib/libalpm/add.c:680  #, c-format  msgid "%s is in NoUpgrade -- skipping"  msgstr "%s ist in NoUpgrade -- Überspringe" -#: lib/libalpm/add.c:679 +#: lib/libalpm/add.c:681  #, c-format  msgid "extracting %s as %s.pacnew"  msgstr "Entpacke %s als %s.pacnew" -#: lib/libalpm/add.c:680 +#: lib/libalpm/add.c:682  #, c-format  msgid "warning: extracting %s as %s.pacnew"  msgstr "Warnung: Entpacke %s als %s.pacnew" -#: lib/libalpm/add.c:683 +#: lib/libalpm/add.c:685  #, c-format  msgid "extracting %s"  msgstr "Entpacke %s" -#: lib/libalpm/add.c:699 +#: lib/libalpm/add.c:701  #, c-format  msgid "error: could not extract %s (%s)"  msgstr "Fehler: Konnte %s nicht entpacken (%s)" -#: lib/libalpm/add.c:711 +#: lib/libalpm/add.c:713  #, c-format  msgid "appending backup entry for %s"  msgstr "Hänge Sicherungseintrag für %s an" -#: lib/libalpm/add.c:743 lib/libalpm/add.c:745 +#: lib/libalpm/add.c:745 lib/libalpm/add.c:747  #, c-format  msgid "errors occurred while %s %s"  msgstr "Fehler traten auf, während %s %s" -#: lib/libalpm/add.c:744 lib/libalpm/add.c:746 +#: lib/libalpm/add.c:746 lib/libalpm/add.c:748  msgid "upgrading"  msgstr "aktualisiere" -#: lib/libalpm/add.c:744 lib/libalpm/add.c:746 +#: lib/libalpm/add.c:746 lib/libalpm/add.c:748  msgid "installing"  msgstr "installiere" -#: lib/libalpm/add.c:763 +#: lib/libalpm/add.c:765  #, 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:775 +#: lib/libalpm/add.c:777  #, fuzzy, c-format  msgid "updating '%s' due to provision change (%s)"  msgstr "aktualisiere '%s' aufgrund einer Bereitstellungsänderung (%s)" -#: lib/libalpm/add.c:779 lib/libalpm/add.c:780 +#: lib/libalpm/add.c:781 lib/libalpm/add.c:782  #, fuzzy, c-format  msgid "could not update provision '%s' from '%s'"  msgstr "konnte Bereitstellung '%s' von '%s' nicht aktualisieren" -#: lib/libalpm/add.c:793 lib/libalpm/remove.c:337 +#: lib/libalpm/add.c:795 lib/libalpm/remove.c:338  msgid "updating database"  msgstr "Aktualisiere Datenbank" -#: lib/libalpm/add.c:794 +#: lib/libalpm/add.c:796  #, c-format  msgid "adding database entry '%s'"  msgstr "Füge Datenbankeintrag '%s' hinzu" -#: lib/libalpm/add.c:797 lib/libalpm/add.c:799 +#: lib/libalpm/add.c:799 lib/libalpm/add.c:801  #, c-format  msgid "could not update database entry %s-%s"  msgstr "Konnte Datenbankeintrag %s-%s nicht aktualisieren" -#: lib/libalpm/add.c:805 +#: lib/libalpm/add.c:807  #, c-format  msgid "could not add entry '%s' in cache"  msgstr "Konnte Eintrag '%s' nicht zum Pufferspeicher hinzufügen" -#: lib/libalpm/add.c:838 lib/libalpm/remove.c:364 lib/libalpm/sync.c:1039 +#: lib/libalpm/add.c:840 lib/libalpm/remove.c:365 lib/libalpm/sync.c:1041  #, c-format  msgid "running \"ldconfig -r %s\""  msgstr "Führe \"ldconfig -r %s\" aus" -#: lib/libalpm/alpm.c:113 +#: lib/libalpm/alpm.c:116  #, c-format  msgid "removing DB %s, %d remaining..."  msgstr "Entferne Datenbank %s, %d verbleibend..." -#: lib/libalpm/alpm.c:178 +#: lib/libalpm/alpm.c:181  #, c-format  msgid "unregistering database '%s'"  msgstr "Nicht registrierte Datenbank '%s'" -#: lib/libalpm/alpm.c:183 +#: lib/libalpm/alpm.c:186  #, c-format  msgid "closing database '%s'"  msgstr "Schließe Datenbank '%s'" -#: lib/libalpm/alpm.c:229 +#: 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'" -#: lib/libalpm/alpm.c:233 +#: lib/libalpm/alpm.c:236  #, c-format  msgid "serverlist flushed for '%s'"  msgstr "Server-Liste geleert für '%s'" -#: lib/libalpm/alpm.c:276 +#: lib/libalpm/alpm.c:279  #, c-format  msgid "failed to get lastupdate time for %s (no big deal)"  msgstr "Konnte letzte Updatezeit für %s nicht ermitteln (nicht schlimm)" -#: lib/libalpm/alpm.c:295 +#: lib/libalpm/alpm.c:298  #, c-format  msgid "failed to sync db: %s [%d]"  msgstr "Konnte Datenbank nicht synchronisieren: %s [%d]" -#: lib/libalpm/alpm.c:299 +#: lib/libalpm/alpm.c:302  #, c-format  msgid "sync: new mtime for %s: %s"  msgstr "Synchronisation: Neue mtime für %s: %s" -#: lib/libalpm/alpm.c:305 +#: lib/libalpm/alpm.c:308  #, c-format  msgid "flushing database %s%s"  msgstr "Leere Datenbank %s%s" -#: lib/libalpm/alpm.c:309 +#: lib/libalpm/alpm.c:312  #, c-format  msgid "could not remove database entry %s%s"  msgstr "Konnte Datenbankeintrag %s%s nicht entfernen" -#: lib/libalpm/alpm.c:478 +#: lib/libalpm/alpm.c:481  #, c-format  msgid "could not get sha1sum for package %s-%s"  msgstr "Konnte SHA1 Prüfsumme für Paket %s-%s nicht ermitteln" -#: lib/libalpm/alpm.c:484 +#: lib/libalpm/alpm.c:487  #, c-format  msgid "sha1sums for package %s-%s match"  msgstr "SHA1-Prüfsummen für Paket %s-%s stimmen überein" -#: lib/libalpm/alpm.c:487 +#: lib/libalpm/alpm.c:490  #, c-format  msgid "sha1sums do not match for package %s-%s"  msgstr "SHA1 Summen für Paket %s-%s stimmen nicht überein" -#: lib/libalpm/alpm.c:522 +#: lib/libalpm/alpm.c:525  #, c-format  msgid "could not get md5sum for package %s-%s"  msgstr "Konnte MD5 Prüfsumme für Paket %s-%s nicht ermitteln" -#: lib/libalpm/alpm.c:528 +#: lib/libalpm/alpm.c:531  #, c-format  msgid "md5sums for package %s-%s match"  msgstr "MD5-Prüfsummen für Paket %s-%s stimmen überein" -#: lib/libalpm/alpm.c:531 +#: lib/libalpm/alpm.c:534  #, c-format  msgid "md5sums do not match for package %s-%s"  msgstr "MD5 Summen für Paket %s-%s stimmen nicht überein" -#: lib/libalpm/alpm.c:780 +#: lib/libalpm/alpm.c:783  #, c-format  msgid "could not remove lock file %s"  msgstr "Konnte Sperrdatei %s nicht entfernen" -#: lib/libalpm/alpm.c:781 +#: lib/libalpm/alpm.c:784  #, c-format  msgid "warning: could not remove lock file %s"  msgstr "Warnung: Konnte Sperrdatei %s nicht entfernen" -#: lib/libalpm/alpm.c:916 +#: lib/libalpm/alpm.c:919  #, c-format  msgid "config: new section '%s'"  msgstr "Konfiguration: Neuer Abschnitt '%s'" -#: lib/libalpm/alpm.c:945 +#: lib/libalpm/alpm.c:948  msgid "config: nopassiveftp"  msgstr "Konfiguration: nopassiveftp" -#: lib/libalpm/alpm.c:948 +#: lib/libalpm/alpm.c:951  msgid "config: usesyslog"  msgstr "Konfiguration: usesyslog" -#: lib/libalpm/alpm.c:951 +#: lib/libalpm/alpm.c:954  msgid "config: chomp"  msgstr "Konfiguration: chomp" -#: lib/libalpm/alpm.c:954 +#: lib/libalpm/alpm.c:957  msgid "config: usecolor"  msgstr "Konfiguration: usecolor" -#: lib/libalpm/alpm.c:963 +#: lib/libalpm/alpm.c:966  #, c-format  msgid "config: including %s"  msgstr "Konfiguration: including %s" -#: lib/libalpm/alpm.c:973 lib/libalpm/alpm.c:978 +#: lib/libalpm/alpm.c:976 lib/libalpm/alpm.c:981  #, c-format  msgid "config: noupgrade: %s"  msgstr "Konfiguration: noupgrade: %s" -#: lib/libalpm/alpm.c:986 lib/libalpm/alpm.c:991 +#: lib/libalpm/alpm.c:989 lib/libalpm/alpm.c:994  #, c-format  msgid "config: noextract: %s"  msgstr "Konfiguration: noextract: %s" -#: lib/libalpm/alpm.c:999 lib/libalpm/alpm.c:1004 +#: lib/libalpm/alpm.c:1002 lib/libalpm/alpm.c:1007  #, c-format  msgid "config: ignorepkg: %s"  msgstr "Konfiguration: ignorepkg: %s" -#: lib/libalpm/alpm.c:1012 lib/libalpm/alpm.c:1017 +#: lib/libalpm/alpm.c:1015 lib/libalpm/alpm.c:1020  #, c-format  msgid "config: holdpkg: %s"  msgstr "Konfiguration: holdpkg: %s" -#: lib/libalpm/alpm.c:1024 +#: lib/libalpm/alpm.c:1027  #, c-format  msgid "config: dbpath: %s"  msgstr "Konfiguration: dbpath: %s" -#: lib/libalpm/alpm.c:1031 +#: lib/libalpm/alpm.c:1034  #, c-format  msgid "config: cachedir: %s"  msgstr "Konfiguration: cachedir: %s" -#: lib/libalpm/alpm.c:1034 +#: lib/libalpm/alpm.c:1037  #, c-format  msgid "config: logfile: %s"  msgstr "Konfiguration: logfile: %s" -#: lib/libalpm/alpm.c:1037 +#: lib/libalpm/alpm.c:1040  #, c-format  msgid "config: xfercommand: %s"  msgstr "Konfiguration: xfercommand: %s" -#: lib/libalpm/alpm.c:1042 +#: lib/libalpm/alpm.c:1045  #, c-format  msgid "config: upgradedelay: %d"  msgstr "Konfiguration: upgradedelay: %d" -#: lib/libalpm/alpm.c:1080 lib/libalpm/sync.c:105 +#: lib/libalpm/alpm.c:1083 lib/libalpm/sync.c:107  msgid "checking for package replacements"  msgstr "Prüfe auf Paketersetzungen" -#: lib/libalpm/alpm.c:1091 lib/libalpm/sync.c:121 +#: lib/libalpm/alpm.c:1094 lib/libalpm/sync.c:123  #, c-format  msgid "checking replacement '%s' for package '%s'"  msgstr "Prüfe Ersetzung '%s' für Paket '%s'" -#: lib/libalpm/alpm.c:1094 lib/libalpm/sync.c:123 +#: 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: Ignoriere zu aktualisierendes Packet (zu ersetzen durch %s-%s)" -#: lib/libalpm/alpm.c:1124 lib/libalpm/sync.c:158 +#: 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 wurde zum aktualisieren gewählt (wird durch %s-%s ersetzt)" -#: lib/libalpm/alpm.c:1146 lib/libalpm/sync.c:192 +#: lib/libalpm/alpm.c:1149 lib/libalpm/sync.c:194  #, c-format  msgid "'%s' not found in sync db -- skipping"  msgstr "'%s' nicht in sync DB gefunden -- Überspringe" -#: lib/libalpm/alpm.c:1160 lib/libalpm/sync.c:206 lib/libalpm/sync.c:493 +#: lib/libalpm/alpm.c:1163 lib/libalpm/sync.c:208 lib/libalpm/sync.c:495  #, c-format  msgid "'%s' is already elected for removal -- skipping"  msgstr "'%s' ist bereits zum Entfernen ausgewählt -- Überspringe" -#: lib/libalpm/alpm.c:1166 +#: lib/libalpm/alpm.c:1169  #, c-format  msgid "%s elected for upgrade (%s => %s)"  msgstr "%s ausgewählt für Aktualisierung (%s => %s)" -#: lib/libalpm/be_files.c:58 +#: lib/libalpm/be_files.c:61  #, c-format  msgid "unpacking database '%s'"  msgstr "Entpacke Datenbank '%s'" -#: lib/libalpm/be_files.c:75 +#: lib/libalpm/be_files.c:78  #, c-format  msgid "opening database from path '%s'"  msgstr "Öffne Datenbank aus Pfad '%s'" -#: lib/libalpm/be_files.c:179 +#: lib/libalpm/be_files.c:182  #, c-format  msgid "db scan could not find package: %s"  msgstr "Konnte Paket nicht in Datenbank finden: %s" -#: lib/libalpm/be_files.c:183 +#: lib/libalpm/be_files.c:186  #, c-format  msgid "invalid name for dabatase entry '%s'"  msgstr "Falscher Name für Datenbankeintrag '%s'" -#: lib/libalpm/be_files.c:218 +#: lib/libalpm/be_files.c:221  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:223 +#: lib/libalpm/be_files.c:226  #, c-format -msgid "" -"request to read database info for a file-based package '%s', skipping..." -msgstr "" -"Überspringe das Lesen der Datenbank für ein Datei-basiertes Paket '%s'..." +msgid "request to read database info for a file-based package '%s', skipping..." +msgstr "Überspringe das Lesen der Datenbank für ein Datei-basiertes Paket '%s'..." -#: lib/libalpm/be_files.c:231 +#: lib/libalpm/be_files.c:234  #, c-format  msgid "loading package data for %s : level=%d"  msgstr "Lade Paket-Daten für %s : level=%d" -#: lib/libalpm/be_files.c:239 +#: lib/libalpm/be_files.c:242  #, 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:247 lib/libalpm/be_files.c:393 -#: lib/libalpm/be_files.c:416 lib/libalpm/be_files.c:507 -#: lib/libalpm/be_files.c:596 lib/libalpm/be_files.c:623 -#: lib/libalpm/package.c:204 +#: 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/package.c:206  #, c-format  msgid "could not open file %s: %s"  msgstr "Konnte Datei %s nicht öffnen: %s" -#: lib/libalpm/be_files.c:504 +#: lib/libalpm/be_files.c:507  #, 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:593 +#: lib/libalpm/be_files.c:596  #, 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:620 +#: lib/libalpm/be_files.c:623  #, c-format  msgid "writing %s-%s DEPENDS information back to db"  msgstr "schreibe %s-%s Abhängigkeitsinformationen zurück in die Datenbank" -#: lib/libalpm/cache.c:57 +#: lib/libalpm/cache.c:59  #, c-format  msgid "loading package cache for repository '%s'"  msgstr "lade Paketpuffer für Repositorium '%s'" -#: lib/libalpm/cache.c:62 +#: lib/libalpm/cache.c:64  #, c-format  msgid "adding '%s' to package cache for db '%s'"  msgstr "Füge '%s' zum Paketpuffer der Datenbank '%s' hinzu" -#: lib/libalpm/cache.c:83 +#: lib/libalpm/cache.c:85  #, c-format  msgid "freeing package cache for repository '%s'"  msgstr "Lösche Paketpuffer für Repository '%s'" -#: lib/libalpm/cache.c:107 +#: lib/libalpm/cache.c:109  #, c-format  msgid "error: pkgcache is NULL for db '%s'"  msgstr "Fehler: Paketpuffer ist NULL für Datenbank '%s'" -#: lib/libalpm/cache.c:127 +#: lib/libalpm/cache.c:129  #, c-format  msgid "adding entry '%s' in '%s' cache"  msgstr "Füge Eintrag '%s' zu '%s' Cache hinzu" -#: lib/libalpm/cache.c:147 +#: lib/libalpm/cache.c:149  #, c-format  msgid "removing entry '%s' from '%s' cache"  msgstr "Entferne Eintrag '%s' aus '%s' Cache" -#: lib/libalpm/cache.c:154 +#: lib/libalpm/cache.c:156  #, c-format  msgid "cannot remove entry '%s' from '%s' cache: not found"  msgstr "konnte Eintrag '%s' aus '%s' Cache nicht entfernen: nicht gefunden" -#: lib/libalpm/cache.c:176 +#: lib/libalpm/cache.c:178  #, c-format  msgid "error: failed to get '%s' from NULL pkgcache"  msgstr "Fehler: Konnte Eintrag '%s' nicht aus dem NULL Paketpuffer laden" -#: lib/libalpm/cache.c:199 +#: lib/libalpm/cache.c:201  #, c-format  msgid "loading group cache for repository '%s'"  msgstr "Lade Gruppenpuffer für Repositorium '%s'" -#: lib/libalpm/conflict.c:68 +#: lib/libalpm/conflict.c:69  #, c-format  msgid "   found conflict '%s' : package '%s'"  msgstr "   Konflikt gefunden '%s' : Paket '%s'" -#: lib/libalpm/conflict.c:77 +#: lib/libalpm/conflict.c:78  #, c-format  msgid "   found conflict '%s' : package '%s' provides '%s'"  msgstr "   Konflikt gefunden '%s' : Paket '%s' stellt '%s' bereit" -#: lib/libalpm/conflict.c:100 lib/libalpm/conflict.c:142 +#: lib/libalpm/conflict.c:101 lib/libalpm/conflict.c:143  #, fuzzy, c-format  msgid "package '%s' conflicts with itself - packaging error"  msgstr "Paket '%s' steht im Konflikt mit sich selbst - Verpackungsfehler" -#: lib/libalpm/conflict.c:106 +#: lib/libalpm/conflict.c:107  #, c-format  msgid "checkconflicts: target '%s' vs db"  msgstr "checkconflicts: Ziel '%s' gegen Datenbank" -#: lib/libalpm/conflict.c:148 +#: lib/libalpm/conflict.c:149  #, c-format  msgid "checkconflicts: target '%s' vs all targets"  msgstr "checkconflicts: Ziel '%s' gegen gesamte Ziel-Liste" -#: lib/libalpm/conflict.c:180 +#: lib/libalpm/conflict.c:181  #, c-format  msgid "checkconflicts: db vs target '%s'"  msgstr "checkconflicts: Datenbank gegen Ziel '%s'" -#: lib/libalpm/conflict.c:200 +#: lib/libalpm/conflict.c:201  #, c-format  msgid "target '%s' is also in target list, using NEW conflicts"  msgstr "Ziel '%s' ist auch in der Ziel-Liste, benutze neue Konflikte" -#: lib/libalpm/conflict.c:256 +#: lib/libalpm/conflict.c:257  #, c-format  msgid "\tCONFLICTS:: %s conflicts with %s"  msgstr "\tCONFLICTS:: %s steht im Konflikt mit %s" -#: lib/libalpm/conflict.c:348 lib/libalpm/deps.c:57 lib/libalpm/deps.c:435 -#: lib/libalpm/deps.c:631 lib/libalpm/deps.c:671 lib/libalpm/group.c:43 -#: lib/libalpm/handle.c:49 lib/libalpm/package.c:80 lib/libalpm/sync.c:65 -#: lib/libalpm/sync.c:598 lib/libalpm/sync.c:614 lib/libalpm/sync.c:711 -#: lib/libalpm/trans.c:52 lib/libalpm/util.c:611 lib/libalpm/util.c:618 +#: 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  #, c-format  msgid "malloc failure: could not allocate %d bytes"  msgstr "malloc Fehler: Konnte %d Bytes nicht allozieren" -#: lib/libalpm/db.c:62 lib/libalpm/db.c:69 +#: lib/libalpm/db.c:64 lib/libalpm/db.c:71  #, c-format  msgid "malloc failed: could not allocate %d bytes"  msgstr "malloc fehlgeschlagen: Konnte %d Bytes nicht allozieren" -#: lib/libalpm/db.c:165 +#: lib/libalpm/db.c:167  msgid "attempt to re-register the 'local' DB"  msgstr "Versuche die lokale Datenbank erneut zu registrieren" -#: lib/libalpm/db.c:173 +#: lib/libalpm/db.c:175  #, c-format  msgid "attempt to re-register the '%s' database, using existing"  msgstr ""  "Versuche die %s Datenbank, durch Nutzung der existierenden, erneut zu "  "registrieren" -#: lib/libalpm/db.c:179 +#: lib/libalpm/db.c:181  #, c-format  msgid "registering database '%s'"  msgstr "Registriere Datenbank '%s'" -#: lib/libalpm/db.c:184 -#, fuzzy, c-format +#: 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" +msgstr "Datenbankverzeichnis '%s' ist nicht vorhanden, versuche es zu erstellen" -#: lib/libalpm/db.c:195 +#: lib/libalpm/db.c:197  #, c-format  msgid "opening database '%s'"  msgstr "Öffne Datenbank '%s'" -#: lib/libalpm/deps.c:128 +#: lib/libalpm/deps.c:131  msgid "started sorting dependencies"  msgstr "Sortieren von Abhängigkeiten gestartet" -#: lib/libalpm/deps.c:133 +#: lib/libalpm/deps.c:136  msgid "possible dependency cycle detected"  msgstr "möglicher Abhängigkeitszyklus gefunden" -#: lib/libalpm/deps.c:180 +#: lib/libalpm/deps.c:183  msgid "sorting dependencies finished"  msgstr "Sortieren von Abhängigkeiten beendet" -#: lib/libalpm/deps.c:222 lib/libalpm/deps.c:307 +#: lib/libalpm/deps.c:225 lib/libalpm/deps.c:310  msgid "null package found in package list"  msgstr "ein leeres Paket wurde in der Paketliste gefunden" -#: lib/libalpm/deps.c:227 +#: lib/libalpm/deps.c:230  #, c-format  msgid "cannot find package installed '%s'"  msgstr "Konnte installiertes Paket '%s' nicht finden" -#: lib/libalpm/deps.c:258 +#: lib/libalpm/deps.c:261  #, c-format  msgid "checkdeps: dependency '%s' has moved from '%s' to '%s'"  msgstr "checkdeps: Abhängigkeit'%s' wurde von '%s' nach '%s' verschoben" -#: lib/libalpm/deps.c:277 +#: 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:286 +#: lib/libalpm/deps.c:289  #, c-format  msgid "checkdeps: updated '%s' won't satisfy a dependency of '%s'"  msgstr ""  "checkdeps: aktualisiertes '%s' wird die Abhängigkeit von '%s' nicht "  "zufriedenstellen" -#: lib/libalpm/deps.c:356 +#: lib/libalpm/deps.c:359  #, c-format  msgid "missing dependency '%s' for package '%s'"  msgstr "Abhängigkeit '%s' für Paket '%s' fehlt" -#: lib/libalpm/deps.c:406 +#: lib/libalpm/deps.c:409  #, c-format  msgid "checkdeps: found %s as required by %s"  msgstr "checkdeps: %s wird von %s benötigt" -#: lib/libalpm/deps.c:482 +#: lib/libalpm/deps.c:485  #, c-format  msgid "excluding %s -- explicitly installed"  msgstr "Schließe %s aus -- Ausdrücklich installiert" -#: lib/libalpm/deps.c:529 +#: 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:537 lib/libalpm/deps.c:548 +#: lib/libalpm/deps.c:540 lib/libalpm/deps.c:551  #, c-format  msgid "adding '%s' to the targets"  msgstr "Füge '%s' zu der Ziel-Liste hinzu" -#: lib/libalpm/deps.c:580 +#: lib/libalpm/deps.c:583  msgid "started resolving dependencies"  msgstr "Starte das Auflösen der Abhängigkeiten" -#: lib/libalpm/deps.c:598 +#: lib/libalpm/deps.c:601  #, c-format  msgid "%s provides dependency %s -- skipping"  msgstr "%s stellt Abhängigkeit %s zur Verfügung -- Überspringe" -#: lib/libalpm/deps.c:627 +#: 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)" -#: lib/libalpm/deps.c:644 +#: lib/libalpm/deps.c:647  #, c-format  msgid "dependency %s is already in the target list -- skipping"  msgstr "Abhängigkeit %s ist bereits in Ziel-Liste -- Überspringe" -#: lib/libalpm/deps.c:664 +#: lib/libalpm/deps.c:667  #, c-format  msgid "pulling dependency %s (needed by %s)"  msgstr "Ziehe Abhängigkeit %s (benötigt von %s)" -#: lib/libalpm/deps.c:668 +#: lib/libalpm/deps.c:671  #, c-format  msgid "cannot resolve dependencies for \"%s\""  msgstr "Kann Abhängigkeiten für \"%s\" nicht auflösen" -#: lib/libalpm/deps.c:684 +#: lib/libalpm/deps.c:687  #, c-format  msgid "dependency cycle detected: %s"  msgstr "Abhängigkeitszyklus entdeckt: %s" -#: lib/libalpm/deps.c:688 +#: lib/libalpm/deps.c:691  msgid "finished resolving dependencies"  msgstr "Auflösen von Abhängigkeiten beendet" -#: lib/libalpm/error.c:34 +#: lib/libalpm/error.c:40  msgid "out of memory!"  msgstr "Speicher ist voll!" -#: lib/libalpm/error.c:36 +#: lib/libalpm/error.c:42  msgid "unexpected system error"  msgstr "Unerwarteter Systemfehler" -#: lib/libalpm/error.c:38 +#: lib/libalpm/error.c:44  msgid "insufficient privileges"  msgstr "Ungenügende Rechte" -#: lib/libalpm/error.c:40 +#: lib/libalpm/error.c:46  msgid "could not find or read file"  msgstr "Konnte Datei nicht finden oder lesen" -#: lib/libalpm/error.c:42 +#: lib/libalpm/error.c:48  msgid "wrong or NULL argument passed"  msgstr "Falsches oder NULL Argument übergeben" -#: lib/libalpm/error.c:45 +#: lib/libalpm/error.c:51  msgid "library not initialized"  msgstr "Bibliothek nicht initialisiert" -#: lib/libalpm/error.c:47 +#: lib/libalpm/error.c:53  msgid "library already initialized"  msgstr "Bibliothek bereits initialisiert" -#: lib/libalpm/error.c:49 +#: lib/libalpm/error.c:55  msgid "unable to lock database"  msgstr "Kann Datenbank nicht sperren" -#: lib/libalpm/error.c:52 +#: lib/libalpm/error.c:58  msgid "could not open database"  msgstr "Konnte Datenbank nicht öffnen" -#: lib/libalpm/error.c:54 +#: lib/libalpm/error.c:60  msgid "could not create database"  msgstr "Konnte Datenbank nicht erstellen" -#: lib/libalpm/error.c:56 +#: lib/libalpm/error.c:62  msgid "database not initialized"  msgstr "Datenbank nicht initialisiert" -#: lib/libalpm/error.c:58 +#: lib/libalpm/error.c:64  msgid "database already registered"  msgstr "Datenbank bereits registriert" -#: lib/libalpm/error.c:60 +#: lib/libalpm/error.c:66  msgid "could not find database"  msgstr "Konnte Datenbank nicht finden" -#: lib/libalpm/error.c:62 +#: lib/libalpm/error.c:68  msgid "could not update database"  msgstr "Konnte Datenbank nicht aktualisieren" -#: lib/libalpm/error.c:64 +#: lib/libalpm/error.c:70  msgid "could not remove database entry"  msgstr "Konnte Datenbankeintrag nicht entfernen" -#: lib/libalpm/error.c:67 +#: lib/libalpm/error.c:73  msgid "invalid url for server"  msgstr "Ungültige URL für den Server" -#: lib/libalpm/error.c:74 +#: lib/libalpm/error.c:80  msgid "could not set parameter"  msgstr "Konnte Parameter nicht setzen" -#: lib/libalpm/error.c:77 +#: lib/libalpm/error.c:83  msgid "transaction already initialized"  msgstr "Übertragung wurde schon gestartet" -#: lib/libalpm/error.c:79 lib/libalpm/error.c:83 +#: lib/libalpm/error.c:85 lib/libalpm/error.c:89  msgid "transaction not initialized"  msgstr "Übertragung nicht gestartet" -#: lib/libalpm/error.c:81 +#: lib/libalpm/error.c:87  msgid "duplicate target"  msgstr "Doppelte Ziele" -#: lib/libalpm/error.c:85 +#: lib/libalpm/error.c:91  msgid "transaction not prepared"  msgstr "Übertragung nicht vorbereitet" -#: lib/libalpm/error.c:87 +#: lib/libalpm/error.c:93  msgid "transaction aborted"  msgstr "Übertragung abgebrochen" -#: lib/libalpm/error.c:89 +#: lib/libalpm/error.c:95  msgid "operation not compatible with the transaction type"  msgstr "Operation nicht mit dem Transaktionstyp kompatibel" -#: lib/libalpm/error.c:91 lib/libalpm/sync.c:978 +#: lib/libalpm/error.c:97 lib/libalpm/sync.c:980  msgid "could not commit transaction"  msgstr "Konnte die Transaktion nicht übergeben" -#: lib/libalpm/error.c:93 +#: lib/libalpm/error.c:99  msgid "could not download all files"  msgstr "Konnte nicht alle Dateien herunterladen" -#: lib/libalpm/error.c:96 +#: lib/libalpm/error.c:102  msgid "could not find or read package"  msgstr "Konnte Paket nicht finden oder lesen" -#: lib/libalpm/error.c:98 +#: lib/libalpm/error.c:104  msgid "invalid or corrupted package"  msgstr "Ungültiges oder beschädigtes Paket" -#: lib/libalpm/error.c:100 +#: lib/libalpm/error.c:106  msgid "cannot open package file"  msgstr "Kann Paketdatei nicht öffnen" -#: lib/libalpm/error.c:102 +#: lib/libalpm/error.c:108  msgid "cannot load package data"  msgstr "Kann Paketdaten nicht laden" -#: lib/libalpm/error.c:104 +#: lib/libalpm/error.c:110  msgid "package already installed"  msgstr "Paket ist bereits installiert" -#: lib/libalpm/error.c:106 +#: lib/libalpm/error.c:112  msgid "package not installed or lesser version"  msgstr "Paket ist nicht installiert oder kleinere Version" -#: lib/libalpm/error.c:108 +#: lib/libalpm/error.c:114  msgid "cannot remove all files for package"  msgstr "Konnte nicht alle Dateien des Paketes entfernen" -#: lib/libalpm/error.c:110 +#: lib/libalpm/error.c:116  msgid "package name is not valid"  msgstr "Paketname ist nicht gültig" -#: lib/libalpm/error.c:112 +#: lib/libalpm/error.c:118  msgid "corrupted package"  msgstr "Beschädigtes Paket" -#: lib/libalpm/error.c:114 +#: lib/libalpm/error.c:120  msgid "no such repository"  msgstr "Kein solches Repository" -#: lib/libalpm/error.c:117 +#: lib/libalpm/error.c:123  msgid "group not found"  msgstr "Gruppe nicht gefunden" -#: lib/libalpm/error.c:120 +#: lib/libalpm/error.c:126  msgid "could not satisfy dependencies"  msgstr "Kann Abhängigkeiten nicht erfüllen" -#: lib/libalpm/error.c:122 +#: lib/libalpm/error.c:128  msgid "conflicting dependencies"  msgstr "In Konflikt stehende Abhängigkeiten" -#: lib/libalpm/error.c:124 +#: lib/libalpm/error.c:130  msgid "conflicting files"  msgstr "In Konflikt stehende Dateien" -#: lib/libalpm/error.c:127 +#: lib/libalpm/error.c:133  msgid "user aborted the operation"  msgstr "Benutzerabbruch" -#: lib/libalpm/error.c:129 +#: lib/libalpm/error.c:135  msgid "internal error"  msgstr "Interner Fehler" -#: lib/libalpm/error.c:131 +#: lib/libalpm/error.c:137  msgid "libarchive error"  msgstr "libarchive Fehler" -#: lib/libalpm/error.c:133 +#: lib/libalpm/error.c:139  msgid "not enough space on disk"  msgstr "Nicht genügend Speicherplatz" -#: lib/libalpm/error.c:136 +#: lib/libalpm/error.c:142  msgid "not confirmed"  msgstr "Nicht bestätigt" -#: lib/libalpm/error.c:139 +#: lib/libalpm/error.c:145  msgid "bad configuration section name"  msgstr "Ungültiger Abschnittsname" -#: lib/libalpm/error.c:141 +#: lib/libalpm/error.c:147  msgid "'local' is reserved and cannot be used as a repository name"  msgstr "'local' ist reserviert und kann nicht als Repositorium benutzt werden" -#: lib/libalpm/error.c:143 +#: lib/libalpm/error.c:149  msgid "syntax error in config file"  msgstr "Falsche Syntax in Beschreibungsdatei" -#: lib/libalpm/error.c:145 +#: lib/libalpm/error.c:151  msgid "all directives must belong to a section"  msgstr "Alle Anweisungen müssen zu einem Abschnitt gehören" -#: lib/libalpm/error.c:147 +#: lib/libalpm/error.c:153  msgid "invalid regular expression"  msgstr "Ungültiger Regulärer Ausdruck" -#: lib/libalpm/error.c:150 +#: lib/libalpm/error.c:156  msgid "connection to remote host failed"  msgstr "Verbindung zum Server fehlgeschlagen" -#: lib/libalpm/error.c:153 +#: lib/libalpm/error.c:159  msgid "unexpected error"  msgstr "Unerwarteter Fehler" -#: lib/libalpm/handle.c:161 -#, c-format +#: lib/libalpm/handle.c:163 +#, fuzzy, c-format  msgid "cannot canonicalize specified root path '%s'" -msgstr "" +msgstr "kann das spezifizierte Wurzelverzeichnis nicht anerkennen '%s'" -#: lib/libalpm/handle.c:173 +#: lib/libalpm/handle.c:175  #, c-format  msgid "option 'root' = %s"  msgstr "Konfiguration 'root' = %s" -#: lib/libalpm/handle.c:193 +#: lib/libalpm/handle.c:195  #, c-format  msgid "option 'dbpath' = %s"  msgstr "Konfiguration 'dbpath' = %s" -#: lib/libalpm/handle.c:209 +#: lib/libalpm/handle.c:211  #, c-format  msgid "option 'cachedir' = %s"  msgstr "Konfiguration 'cachedir' = %s" -#: lib/libalpm/md5driver.c:51 +#: lib/libalpm/md5driver.c:56  #, c-format  msgid "%s can't be opened\n"  msgstr "%s kann nicht geöffnet werden\n" -#: lib/libalpm/md5driver.c:68 lib/libalpm/sha1.c:412 +#: lib/libalpm/md5driver.c:74  #, c-format -msgid "sha1(%s) = %s" -msgstr "" +msgid "md5(%s) = %s" +msgstr "md5(%s) = %s" -#: lib/libalpm/package.c:148 +#: lib/libalpm/package.c:150  #, c-format  msgid "%s: forcing upgrade to version %s"  msgstr "%s: Erzwungenes Update auf Version %s" -#: lib/libalpm/package.c:153 +#: lib/libalpm/package.c:155  #, c-format  msgid "%s: local (%s) is newer than %s (%s)"  msgstr "%s: Lokale Version (%s) ist neuer als %s (%s)" -#: lib/libalpm/package.c:161 +#: lib/libalpm/package.c:163  #, c-format  msgid "%s-%s: ignoring package upgrade (%s)"  msgstr "%s-%s: Ignoriere Paketaktualisierung (%s)" -#: lib/libalpm/package.c:167 +#: lib/libalpm/package.c:169  #, c-format  msgid "%s-%s: delaying upgrade of package (%s)"  msgstr "%s-%s: Verzögere Paketaktualisierung (%s)" -#: lib/libalpm/package.c:218 lib/libalpm/package.c:277 +#: lib/libalpm/package.c:220 lib/libalpm/package.c:279  #, c-format  msgid "%s: syntax error in description file line %d"  msgstr "%s: Falscher Syntax in Beschreibungsdatei, Zeile %d" -#: lib/libalpm/package.c:351 +#: lib/libalpm/package.c:353  msgid "could not parse the package description file"  msgstr "Konnte Paketbeschreibungsdatei nicht analysieren" -#: lib/libalpm/package.c:355 +#: lib/libalpm/package.c:357  #, c-format  msgid "missing package name in %s"  msgstr "Fehlender Paketname in %s" -#: lib/libalpm/package.c:359 +#: lib/libalpm/package.c:361  #, c-format  msgid "missing package version in %s"  msgstr "Fehlende Paketversion in %s" -#: lib/libalpm/package.c:394 +#: lib/libalpm/package.c:396  #, c-format  msgid "could not remove tempfile %s"  msgstr "Konnte tempfile %s nicht entfernen" -#: lib/libalpm/package.c:407 lib/libalpm/package.c:414 +#: lib/libalpm/package.c:409 lib/libalpm/package.c:416  #, c-format  msgid "error while reading package: %s"  msgstr "Fehler beim Paketlesen: %s" -#: lib/libalpm/package.c:420 +#: lib/libalpm/package.c:422  msgid "missing package metadata"  msgstr "Fehlende Paketdaten" -#: lib/libalpm/package.c:427 +#: lib/libalpm/package.c:429  #, c-format  msgid "missing package filelist in %s, generating one"  msgstr "Fehlende Paketdateiliste in %s, erstelle eine" -#: lib/libalpm/package.c:560 +#: lib/libalpm/package.c:562  #, 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:571 +#: lib/libalpm/package.c:573  #, 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)" -#: lib/libalpm/remove.c:78 +#: lib/libalpm/remove.c:79  #, c-format  msgid "could not find %s in database"  msgstr "Konnte %s nicht in der Datenbank finden" -#: lib/libalpm/remove.c:92 +#: lib/libalpm/remove.c:93  #, c-format  msgid "adding %s in the targets list"  msgstr "füge %s zur Liste hinzu" -#: lib/libalpm/remove.c:120 +#: lib/libalpm/remove.c:121  #, c-format  msgid "pulling %s in the targets list"  msgstr "Füge %s der Ziel-Liste hinzu" -#: lib/libalpm/remove.c:123 +#: lib/libalpm/remove.c:124  #, c-format  msgid "could not find %s in database -- skipping"  msgstr "Konnte %s nicht in Datenbank finden -- Überspringe" -#: lib/libalpm/remove.c:141 +#: lib/libalpm/remove.c:142  msgid "finding removable dependencies"  msgstr "Finde entfernbare Abhängigkeiten" -#: lib/libalpm/remove.c:174 +#: lib/libalpm/remove.c:175  #, c-format  msgid "cannot remove file '%s': %s"  msgstr "Kann Datei '%s' nicht entfernen: %s" -#: lib/libalpm/remove.c:212 +#: lib/libalpm/remove.c:213  #, c-format  msgid "Skipping removal of '%s' due to NoUpgrade"  msgstr "Überspringe das Entfernen von '%s' wegen NoUpgrade" -#: lib/libalpm/remove.c:219 +#: lib/libalpm/remove.c:220  #, c-format  msgid "file %s does not exist"  msgstr "Datei %s existiert nicht" -#: lib/libalpm/remove.c:226 +#: lib/libalpm/remove.c:227  #, c-format  msgid "keeping directory %s"  msgstr "Behalte Verzeichnis %s" -#: lib/libalpm/remove.c:228 +#: lib/libalpm/remove.c:229  #, c-format  msgid "removing directory %s"  msgstr "Entferne Verzeichnis %s" -#: lib/libalpm/remove.c:235 +#: lib/libalpm/remove.c:236  #, c-format  msgid "%s is in trans->skip_remove, skipping removal"  msgstr "%s ist in trans->skip_remove, überspringe das Entfernen" -#: lib/libalpm/remove.c:246 -#, c-format -msgid "%s saved as %s" -msgstr "%s gespeichert als %s" - -#: lib/libalpm/remove.c:249 +#: lib/libalpm/remove.c:250  #, c-format  msgid "transaction is set to NOSAVE, not backing up '%s'"  msgstr "Transaktion wurde auf NOSAVE gesetzt, '%s' wird nicht gesichert" -#: lib/libalpm/remove.c:253 +#: lib/libalpm/remove.c:254  #, c-format  msgid "unlinking %s"  msgstr "Lösche %s" -#: lib/libalpm/remove.c:260 +#: lib/libalpm/remove.c:261  #, c-format  msgid "cannot remove file %s: %s"  msgstr "Kann Datei %s nicht entfernen: %s" -#: lib/libalpm/remove.c:291 +#: lib/libalpm/remove.c:292  #, c-format  msgid "removing package %s-%s"  msgstr "Entferne Paket %s-%s" -#: lib/libalpm/remove.c:308 +#: lib/libalpm/remove.c:309  #, c-format  msgid "not removing package '%s', can't remove all files"  msgstr "Paket '%s' wird nicht entfernt, konnte nicht alle Dateien löschen" -#: lib/libalpm/remove.c:315 +#: lib/libalpm/remove.c:316  #, c-format  msgid "removing %d files"  msgstr "Entferne %d Dateien" -#: lib/libalpm/remove.c:338 +#: lib/libalpm/remove.c:339  #, c-format  msgid "removing database entry '%s'"  msgstr "Entferne Datenbankeintrag '%s'" -#: lib/libalpm/remove.c:340 +#: lib/libalpm/remove.c:341  #, c-format  msgid "could not remove database entry %s-%s"  msgstr "Konnte Datenbankeintrag %s-%s nicht entfernen" -#: lib/libalpm/remove.c:345 +#: lib/libalpm/remove.c:346  #, c-format  msgid "could not remove entry '%s' from cache"  msgstr "Konnte Eintrag '%s' nicht aus dem Cache entfernen" -#: lib/libalpm/sha1.c:398 -#, fuzzy, c-format +#: lib/libalpm/sha1.c:397 +#, c-format  msgid "sha1: %s can't be opened\n" -msgstr "%s kann nicht geöffnet werden\n" +msgstr "sha1: %s kann nicht geöffnet werden\n" -#: lib/libalpm/sync.c:181 +#: lib/libalpm/sha1.c:412 +#, c-format +msgid "sha1(%s) = %s" +msgstr "sha1(%s) = %s" + +#: lib/libalpm/sync.c:183  msgid "checking for package upgrades"  msgstr "Prüfe auf Paketaktualisierungen" -#: lib/libalpm/sync.c:213 +#: lib/libalpm/sync.c:215  #, c-format  msgid "%s-%s elected for upgrade (%s => %s)"  msgstr "%s-%s ausgewählt für Aktualisierung (%s => %s)" -#: lib/libalpm/sync.c:260 +#: lib/libalpm/sync.c:262  #, c-format  msgid "searching for target in repo '%s'"  msgstr "Suche nach Ziel in Repositorium '%s'" -#: lib/libalpm/sync.c:268 lib/libalpm/sync.c:291 +#: lib/libalpm/sync.c:270 lib/libalpm/sync.c:293  #, c-format  msgid "target '%s' not found -- looking for provisions"  msgstr "Ziel '%s' wurde nicht gefunden -- suche nach Vorherigen" -#: lib/libalpm/sync.c:273 lib/libalpm/sync.c:296 +#: lib/libalpm/sync.c:275 lib/libalpm/sync.c:298  #, c-format  msgid "found '%s' as a provision for '%s'"  msgstr "'%s' stellt '%s' bereit" -#: lib/libalpm/sync.c:280 +#: lib/libalpm/sync.c:282  #, c-format  msgid "repository '%s' not found"  msgstr "Repositorium '%s' nicht gefunden" -#: lib/libalpm/sync.c:321 +#: lib/libalpm/sync.c:323  #, c-format  msgid "%s-%s is up to date -- skipping"  msgstr "%s-%s ist aktuell -- Überspringe" -#: lib/libalpm/sync.c:344 +#: lib/libalpm/sync.c:346  #, c-format  msgid "adding target '%s' to the transaction set"  msgstr "Füge das Ziel '%s' zur Transaktion hinzu" -#: lib/libalpm/sync.c:392 +#: lib/libalpm/sync.c:394  msgid "resolving target's dependencies"  msgstr "Auflösen von Ziel-Abhängigkeiten" -#: lib/libalpm/sync.c:412 +#: lib/libalpm/sync.c:414  #, c-format  msgid "adding package %s-%s to the transaction targets"  msgstr "Füge Ziel %s-%s zur Transaktion hinzu" -#: lib/libalpm/sync.c:447 +#: lib/libalpm/sync.c:449  msgid "looking for unresolvable dependencies"  msgstr "Suche nach ungelösten Abhängigkeiten" -#: lib/libalpm/sync.c:478 +#: lib/libalpm/sync.c:480  #, c-format  msgid "package '%s' conflicts with '%s'"  msgstr "Paket '%s' steht im Konflikt mit '%s'" -#: lib/libalpm/sync.c:500 +#: lib/libalpm/sync.c:502  #, c-format  msgid "'%s' not found in transaction set -- skipping"  msgstr "'%s' wurde nicht in der Übertragung gefunden -- überspringe" -#: lib/libalpm/sync.c:511 +#: lib/libalpm/sync.c:513  #, c-format  msgid "package '%s' provides its own conflict"  msgstr "Paket '%s' liefert seinen eigenen Konflikt" -#: lib/libalpm/sync.c:534 lib/libalpm/sync.c:539 +#: lib/libalpm/sync.c:536 lib/libalpm/sync.c:541  #, c-format  msgid "'%s' is in the target list -- keeping it"  msgstr "'%s' ist in der Ziel-Liste -- behalte es" -#: lib/libalpm/sync.c:551 lib/libalpm/sync.c:588 +#: lib/libalpm/sync.c:553 lib/libalpm/sync.c:590  #, c-format  msgid "removing '%s' from target list"  msgstr "Entferne '%s' von Ziel-Liste" -#: lib/libalpm/sync.c:560 +#: lib/libalpm/sync.c:562  #, c-format  msgid "resolving package '%s' conflict"  msgstr "Löse Paket-Konflikt '%s'" -#: lib/libalpm/sync.c:583 +#: lib/libalpm/sync.c:585  #, c-format  msgid "electing '%s' for removal"  msgstr "Wähle '%s' zum Entfernen aus" -#: lib/libalpm/sync.c:594 lib/libalpm/sync.c:610 +#: lib/libalpm/sync.c:596 lib/libalpm/sync.c:612  msgid "unresolvable package conflicts detected"  msgstr "Nicht lösbare Paketkonflikte gefunden" -#: lib/libalpm/sync.c:662 +#: lib/libalpm/sync.c:664  msgid "checking dependencies of packages designated for removal"  msgstr "Überprüfe die Abhängigkeiten der zu entfernenden Pakete" -#: lib/libalpm/sync.c:676 +#: lib/libalpm/sync.c:678  msgid "something has gone horribly wrong"  msgstr "etwas ist schief gegangen" -#: lib/libalpm/sync.c:696 +#: lib/libalpm/sync.c:698  #, c-format  msgid "found '%s' as a provision for '%s' -- conflict aborted"  msgstr "'%s' stellt '%s' bereit -- Konflikt abgewandt" -#: lib/libalpm/sync.c:792 +#: lib/libalpm/sync.c:794  #, c-format  msgid "%s is already in the cache\n"  msgstr "%s ist bereits im Puffer\n" -#: lib/libalpm/sync.c:803 -#, fuzzy, c-format +#: lib/libalpm/sync.c:805 +#, c-format  msgid "no %s cache exists, creating...\n" -msgstr "Es existiert kein %s-Cache. Erstelle ihn... \n" +msgstr "Es existiert kein %s-Puffer. Erstelle... \n" -#: lib/libalpm/sync.c:804 -#, fuzzy, c-format +#: lib/libalpm/sync.c:806 +#, c-format  msgid "warning: no %s cache exists, creating..." -msgstr "Warnung: Es existiert kein %s Puffer.  Erstellen..." +msgstr "Warnung: Es existiert kein %s Puffer. Erstelle..." -#: lib/libalpm/sync.c:809 +#: lib/libalpm/sync.c:811  msgid "couldn't create package cache, using /tmp instead\n"  msgstr "Konnte Paketpuffer nicht erstellen, benutze /tmp stattdessen\n" -#: lib/libalpm/sync.c:810 +#: lib/libalpm/sync.c:812  msgid "warning: couldn't create package cache, using /tmp instead"  msgstr "Warnung: Konnte Paketpuffer nicht erstellen; benutze /tmp stattdessen" -#: lib/libalpm/sync.c:817 +#: lib/libalpm/sync.c:819  #, c-format  msgid "failed to retrieve some files from %s\n"  msgstr "Konnte manche Dateien von %s nicht übertragen\n" -#: lib/libalpm/sync.c:847 lib/libalpm/sync.c:859 +#: lib/libalpm/sync.c:849 lib/libalpm/sync.c:861  #, 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:878 +#: lib/libalpm/sync.c:880  #, 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:880 +#: lib/libalpm/sync.c:882  #, 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:901 +#: lib/libalpm/sync.c:903  msgid "could not create removal transaction"  msgstr "Konnte die Lösch-Transaktion nicht erstellen" -#: lib/libalpm/sync.c:907 +#: lib/libalpm/sync.c:909  msgid "could not initialize the removal transaction"  msgstr "Konnte die Lösch-Transaktion nicht initialisieren" -#: lib/libalpm/sync.c:927 +#: lib/libalpm/sync.c:929  msgid "removing conflicting and to-be-replaced packages"  msgstr "Entferne im Konflikt stehende und zu ersetzende Pakete" -#: lib/libalpm/sync.c:929 +#: lib/libalpm/sync.c:931  msgid "could not prepare removal transaction"  msgstr "Konnte Lösch-Transaktion nicht vorbereiten" -#: lib/libalpm/sync.c:935 +#: lib/libalpm/sync.c:937  msgid "could not commit removal transaction"  msgstr "Konnte Lösche-Transaktion nicht übergeben" -#: lib/libalpm/sync.c:942 +#: lib/libalpm/sync.c:944  msgid "installing packages"  msgstr "Installiere Pakete" -#: lib/libalpm/sync.c:945 +#: lib/libalpm/sync.c:947  msgid "could not create transaction"  msgstr "Konnte die Transaktion nicht erstellen" -#: lib/libalpm/sync.c:950 +#: lib/libalpm/sync.c:952  msgid "could not initialize transaction"  msgstr "Konnte die Transaktion nicht initialisieren" -#: lib/libalpm/sync.c:973 +#: lib/libalpm/sync.c:975  msgid "could not prepare transaction"  msgstr "Konnte die Transaktion nicht vorbereiten" -#: lib/libalpm/sync.c:985 +#: lib/libalpm/sync.c:987  #, fuzzy  msgid "updating database for replaced packages' dependencies"  msgstr "Aktualisiere Datenbank für ersetzte Paketabhängigkeiten" -#: lib/libalpm/sync.c:1014 +#: lib/libalpm/sync.c:1016  #, 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:1023 +#: lib/libalpm/sync.c:1025  #, c-format  msgid "could not update new database entry %s-%s"  msgstr "Konnte neuen Datenbankeintrag %s-%s nicht aktualisieren" -#: lib/libalpm/sync.c:1063 +#: lib/libalpm/sync.c:1065  #, fuzzy, c-format  msgid "found package '%s-%s' in sync"  msgstr "Paket '%s-%s' gefunden" -#: lib/libalpm/sync.c:1069 +#: lib/libalpm/sync.c:1071  #, fuzzy, c-format  msgid "package '%s' not found in sync"  msgstr "Paket '%s' nicht gefunden" -#: lib/libalpm/trans.c:264 +#: lib/libalpm/trans.c:267  #, 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:267 +#: lib/libalpm/trans.c:270  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:304 lib/libalpm/trans.c:330 +#: lib/libalpm/trans.c:307 lib/libalpm/trans.c:333  #, c-format  msgid "updating 'requiredby' field for package '%s'"  msgstr "Aktualisiere 'requiredby' Feld für Paket '%s'" -#: lib/libalpm/trans.c:315 lib/libalpm/trans.c:341 +#: lib/libalpm/trans.c:318 lib/libalpm/trans.c:344  #, c-format  msgid "could not update 'requiredby' database entry %s-%s"  msgstr "Konnte 'requiredby' Eintrag %s-%s nicht aktualisieren" -#: lib/libalpm/trans.c:322 +#: lib/libalpm/trans.c:325  #, c-format  msgid "could not find dependency '%s'"  msgstr "Konnte Abhängigkeit '%s' nicht finden" @@ -1425,7 +1417,7 @@ msgstr "Konnte Abhängigkeit '%s' nicht finden"  #: lib/libalpm/util.c:142  #, c-format  msgid "failed to make path '%s' : %s" -msgstr "" +msgstr "konnte Pfad nicht erstellen '%s' : %s"  #: lib/libalpm/util.c:280  #, c-format @@ -1501,12 +1493,13 @@ msgstr "Konnte tmpdir %s nicht entfernen"  msgid "check_freespace: total pkg size: %lld, disk space: %lld"  msgstr "Prüfe freien Speicher: Gesamte pkg Größe: %lld, Speicherplatz: %lld" -#: lib/libalpm/versioncmp.c:277 +#: lib/libalpm/versioncmp.c:279  #, c-format  msgid "depcmp: %s-%s %s %s-%s => %s"  msgstr "depcmp: %s-%s %s %s-%s => %s" -#: lib/libalpm/versioncmp.c:282 +#: lib/libalpm/versioncmp.c:284  #, 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 new file mode 100644 index 00000000..f16546cd --- /dev/null +++ b/lib/libalpm/po/en_GB.po @@ -0,0 +1,1497 @@ +# English (British) translations for Pacman package manager package. +# Copyright (C) 2007 Judd Vinet <jvinet@zeroflux.org> +# This file is distributed under the same license as the Pacman package manager package. +# Jeff Bailes <thepizzaking@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-07 20:31+1100\n" +"PO-Revision-Date: 2007-03-07 21:05+1100\n" +"Last-Translator: Jeff Bailes <thepizzaking@gmail.com>\n" +"Language-Team: English <en_gb@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);" + +#: lib/libalpm/add.c:77 +#, c-format +msgid "loading target '%s'" +msgstr "loading target '%s'" + +#: lib/libalpm/add.c:122 +#, c-format +msgid "replacing older version %s-%s by %s in target list" +msgstr "replacing older version %s-%s by %s in target list" + +#: lib/libalpm/add.c:131 +#, c-format +msgid "newer version %s-%s is in the target list -- skipping" +msgstr "newer version %s-%s is in the target list -- skipping" + +#: lib/libalpm/add.c:138 +#, c-format +msgid "reading '%s' metadata" +msgstr "reading '%s' metadata" + +#: lib/libalpm/add.c:191 lib/libalpm/remove.c:111 +msgid "looking for unsatisfied dependencies" +msgstr "looking for unsatisfied dependencies" + +#: lib/libalpm/add.c:203 lib/libalpm/sync.c:469 +msgid "looking for conflicts" +msgstr "looking for conflicts" + +#: lib/libalpm/add.c:208 +msgid "replacing packages with -A and -U is not supported yet" +msgstr "replacing packages with -A and -U is not supported yet" + +#: lib/libalpm/add.c:209 +#, c-format +msgid "please remove '%s' first, using -Rd" +msgstr "please remove '%s' first, using -Rd" + +#: lib/libalpm/add.c:250 lib/libalpm/remove.c:147 +msgid "sorting by dependencies" +msgstr "sorting by dependencies" + +#: lib/libalpm/add.c:262 +msgid "cleaning up" +msgstr "cleaning up" + +#: lib/libalpm/add.c:277 +msgid "looking for file conflicts" +msgstr "looking for file conflicts" + +#: lib/libalpm/add.c:342 +#, c-format +msgid "upgrading package %s-%s" +msgstr "upgrading package %s-%s" + +#: lib/libalpm/add.c:366 +#, c-format +msgid "adding package %s-%s" +msgstr "adding package %s-%s" + +#: lib/libalpm/add.c:379 +#, c-format +msgid "removing old package first (%s-%s)" +msgstr "removing old package first (%s-%s)" + +#: lib/libalpm/add.c:407 +#, c-format +msgid "adding %s to the NoUpgrade array temporarily" +msgstr "adding %s to the NoUpgrade array temporarily" + +#: lib/libalpm/add.c:425 +msgid "extracting files" +msgstr "extracting files" + +#: lib/libalpm/add.c:440 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 +#, c-format +msgid "%s is in NoExtract, skipping extraction" +msgstr "%s is in NoExtract, skipping extraction" + +#: lib/libalpm/add.c:504 +#, 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 +#, c-format +msgid "could not extract %s (%s)" +msgstr "could not extract %s (%s)" + +#: lib/libalpm/add.c:594 +#, c-format +msgid "checking md5 hashes for %s" +msgstr "checking md5 hashes for %s" + +#: lib/libalpm/add.c:596 +#, c-format +msgid "checking sha1 hashes for %s" +msgstr "checking sha1 hashes for %s" + +#: lib/libalpm/add.c:598 +#, c-format +msgid "current:  %s" +msgstr "current:  %s" + +#: lib/libalpm/add.c:599 +#, c-format +msgid "new:      %s" +msgstr "new:      %s" + +#: lib/libalpm/add.c:600 +#, c-format +msgid "original: %s" +msgstr "original: %s" + +#: lib/libalpm/add.c:612 +#, c-format +msgid "could not rename %s (%s)" +msgstr "could not rename %s (%s)" + +#: lib/libalpm/add.c:613 +#, 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 +#, c-format +msgid "could not copy tempfile to %s (%s)" +msgstr "could not copy tempfile to %s (%s)" + +#: lib/libalpm/add.c:620 +#, 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 +#, c-format +msgid "%s saved as %s" +msgstr "%s saved as %s" + +#: lib/libalpm/add.c:625 +#, c-format +msgid "warning: %s saved as %s" +msgstr "warning: %s saved as %s" + +#: lib/libalpm/add.c:635 +#, 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 +msgid "action: leaving existing file in place" +msgstr "action: leaving existing file in place" + +#: lib/libalpm/add.c:659 +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 +#, c-format +msgid "could not install %s as %s: %s" +msgstr "could not install %s as %s: %s" + +#: lib/libalpm/add.c:663 +#, 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 +#, c-format +msgid "%s installed as %s" +msgstr "%s installed as %s" + +#: lib/libalpm/add.c:666 +#, c-format +msgid "warning: %s installed as %s" +msgstr "warning: %s installed as %s" + +#: lib/libalpm/add.c:680 +#, c-format +msgid "%s is in NoUpgrade -- skipping" +msgstr "%s is in NoUpgrade -- skipping" + +#: lib/libalpm/add.c:681 +#, c-format +msgid "extracting %s as %s.pacnew" +msgstr "extracting %s as %s.pacnew" + +#: lib/libalpm/add.c:682 +#, c-format +msgid "warning: extracting %s as %s.pacnew" +msgstr "warning: extracting %s as %s.pacnew" + +#: lib/libalpm/add.c:685 +#, c-format +msgid "extracting %s" +msgstr "extracting %s" + +#: lib/libalpm/add.c:701 +#, c-format +msgid "error: could not extract %s (%s)" +msgstr "error: could not extract %s (%s)" + +#: lib/libalpm/add.c:713 +#, c-format +msgid "appending backup entry for %s" +msgstr "appending backup entry for %s" + +#: lib/libalpm/add.c:745 lib/libalpm/add.c:747 +#, c-format +msgid "errors occurred while %s %s" +msgstr "errors occurred while %s %s" + +#: lib/libalpm/add.c:746 lib/libalpm/add.c:748 +msgid "upgrading" +msgstr "upgrading" + +#: lib/libalpm/add.c:746 lib/libalpm/add.c:748 +msgid "installing" +msgstr "installing" + +#: lib/libalpm/add.c:765 +#, 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 +#, 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 +#, 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 +msgid "updating database" +msgstr "updating database" + +#: lib/libalpm/add.c:796 +#, c-format +msgid "adding database entry '%s'" +msgstr "adding database entry '%s'" + +#: lib/libalpm/add.c:799 lib/libalpm/add.c:801 +#, c-format +msgid "could not update database entry %s-%s" +msgstr "could not update database entry %s-%s" + +#: lib/libalpm/add.c:807 +#, 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 +#, c-format +msgid "running \"ldconfig -r %s\"" +msgstr "running \"ldconfig -r %s\"" + +#: lib/libalpm/alpm.c:116 +#, c-format +msgid "removing DB %s, %d remaining..." +msgstr "removing DB %s, %d remaining..." + +#: lib/libalpm/alpm.c:181 +#, c-format +msgid "unregistering database '%s'" +msgstr "unregistering database '%s'" + +#: lib/libalpm/alpm.c:186 +#, c-format +msgid "closing database '%s'" +msgstr "closing database '%s'" + +#: lib/libalpm/alpm.c:232 +#, c-format +msgid "" +"adding new server to database '%s': protocol '%s', server '%s', path '%s'" +msgstr "" +"adding new server to database '%s': protocol '%s', server '%s', path '%s'" + +#: lib/libalpm/alpm.c:236 +#, c-format +msgid "serverlist flushed for '%s'" +msgstr "serverlist flushed for '%s'" + +#: lib/libalpm/alpm.c:279 +#, c-format +msgid "failed to get lastupdate time for %s (no big deal)" +msgstr "failed to get lastupdate time for %s (no big deal)" + +#: lib/libalpm/alpm.c:298 +#, c-format +msgid "failed to sync db: %s [%d]" +msgstr "failed to sync db: %s [%d]" + +#: lib/libalpm/alpm.c:302 +#, c-format +msgid "sync: new mtime for %s: %s" +msgstr "sync: new mtime for %s: %s" + +#: lib/libalpm/alpm.c:308 +#, c-format +msgid "flushing database %s%s" +msgstr "flushing database %s%s" + +#: lib/libalpm/alpm.c:312 +#, c-format +msgid "could not remove database entry %s%s" +msgstr "could not remove database entry %s%s" + +#: lib/libalpm/alpm.c:481 +#, c-format +msgid "could not get sha1sum for package %s-%s" +msgstr "could not get sha1sum for package %s-%s" + +#: lib/libalpm/alpm.c:487 +#, c-format +msgid "sha1sums for package %s-%s match" +msgstr "sha1sums for package %s-%s match" + +#: lib/libalpm/alpm.c:490 +#, c-format +msgid "sha1sums do not match for package %s-%s" +msgstr "sha1sums do not match for package %s-%s" + +#: lib/libalpm/alpm.c:525 +#, c-format +msgid "could not get md5sum for package %s-%s" +msgstr "could not get md5sum for package %s-%s" + +#: lib/libalpm/alpm.c:531 +#, c-format +msgid "md5sums for package %s-%s match" +msgstr "md5sums for package %s-%s match" + +#: lib/libalpm/alpm.c:534 +#, c-format +msgid "md5sums do not match for package %s-%s" +msgstr "md5sums do not match for package %s-%s" + +#: lib/libalpm/alpm.c:783 +#, c-format +msgid "could not remove lock file %s" +msgstr "could not remove lock file %s" + +#: lib/libalpm/alpm.c:784 +#, c-format +msgid "warning: could not remove lock file %s" +msgstr "warning: could not remove lock file %s" + +#: lib/libalpm/alpm.c:919 +#, c-format +msgid "config: new section '%s'" +msgstr "config: new section '%s'" + +#: lib/libalpm/alpm.c:948 +msgid "config: nopassiveftp" +msgstr "config: nopassiveftp" + +#: lib/libalpm/alpm.c:951 +msgid "config: usesyslog" +msgstr "config: usesyslog" + +#: lib/libalpm/alpm.c:954 +msgid "config: chomp" +msgstr "config: chomp" + +#: lib/libalpm/alpm.c:957 +msgid "config: usecolor" +msgstr "config: usecolor" + +#: lib/libalpm/alpm.c:966 +#, c-format +msgid "config: including %s" +msgstr "config: including %s" + +#: lib/libalpm/alpm.c:976 lib/libalpm/alpm.c:981 +#, c-format +msgid "config: noupgrade: %s" +msgstr "config: noupgrade: %s" + +#: lib/libalpm/alpm.c:989 lib/libalpm/alpm.c:994 +#, c-format +msgid "config: noextract: %s" +msgstr "config: noextract: %s" + +#: lib/libalpm/alpm.c:1002 lib/libalpm/alpm.c:1007 +#, c-format +msgid "config: ignorepkg: %s" +msgstr "config: ignorepkg: %s" + +#: lib/libalpm/alpm.c:1015 lib/libalpm/alpm.c:1020 +#, c-format +msgid "config: holdpkg: %s" +msgstr "config: holdpkg: %s" + +#: lib/libalpm/alpm.c:1027 +#, c-format +msgid "config: dbpath: %s" +msgstr "config: dbpath: %s" + +#: lib/libalpm/alpm.c:1034 +#, c-format +msgid "config: cachedir: %s" +msgstr "config: cachedir: %s" + +#: lib/libalpm/alpm.c:1037 +#, c-format +msgid "config: logfile: %s" +msgstr "config: logfile: %s" + +#: lib/libalpm/alpm.c:1040 +#, c-format +msgid "config: xfercommand: %s" +msgstr "config: xfercommand: %s" + +#: lib/libalpm/alpm.c:1045 +#, c-format +msgid "config: upgradedelay: %d" +msgstr "config: upgradedelay: %d" + +#: lib/libalpm/alpm.c:1083 lib/libalpm/sync.c:107 +msgid "checking for package replacements" +msgstr "checking for package replacements" + +#: lib/libalpm/alpm.c:1094 lib/libalpm/sync.c:123 +#, c-format +msgid "checking replacement '%s' for package '%s'" +msgstr "checking replacement '%s' for package '%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: ignoring package upgrade (to be replaced by %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 elected for upgrade (to be replaced by %s-%s)" + +#: lib/libalpm/alpm.c:1149 lib/libalpm/sync.c:194 +#, c-format +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 +#, c-format +msgid "'%s' is already elected for removal -- skipping" +msgstr "'%s' is already elected for removal -- skipping" + +#: lib/libalpm/alpm.c:1169 +#, c-format +msgid "%s elected for upgrade (%s => %s)" +msgstr "%s elected for upgrade (%s => %s)" + +#: lib/libalpm/be_files.c:61 +#, c-format +msgid "unpacking database '%s'" +msgstr "unpacking database '%s'" + +#: lib/libalpm/be_files.c:78 +#, c-format +msgid "opening database from path '%s'" +msgstr "opening database from path '%s'" + +#: lib/libalpm/be_files.c:182 +#, c-format +msgid "db scan could not find package: %s" +msgstr "db scan could not find package: %s" + +#: lib/libalpm/be_files.c:186 +#, c-format +msgid "invalid name for dabatase entry '%s'" +msgstr "invalid name for dabatase entry '%s'" + +#: lib/libalpm/be_files.c:221 +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 +#, 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 +#, c-format +msgid "loading package data for %s : level=%d" +msgstr "loading package data for %s : level=%d" + +#: lib/libalpm/be_files.c:242 +#, 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/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 +#, 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 +#, 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 +#, c-format +msgid "writing %s-%s DEPENDS information back to db" +msgstr "writing %s-%s DEPENDS information back to db" + +#: lib/libalpm/cache.c:59 +#, c-format +msgid "loading package cache for repository '%s'" +msgstr "loading package cache for repository '%s'" + +#: lib/libalpm/cache.c:64 +#, c-format +msgid "adding '%s' to package cache for db '%s'" +msgstr "adding '%s' to package cache for db '%s'" + +#: lib/libalpm/cache.c:85 +#, c-format +msgid "freeing package cache for repository '%s'" +msgstr "freeing package cache for repository '%s'" + +#: lib/libalpm/cache.c:109 +#, c-format +msgid "error: pkgcache is NULL for db '%s'" +msgstr "error: pkgcache is NULL for db '%s'" + +#: lib/libalpm/cache.c:129 +#, c-format +msgid "adding entry '%s' in '%s' cache" +msgstr "adding entry '%s' in '%s' cache" + +#: lib/libalpm/cache.c:149 +#, c-format +msgid "removing entry '%s' from '%s' cache" +msgstr "removing entry '%s' from '%s' cache" + +#: lib/libalpm/cache.c:156 +#, c-format +msgid "cannot remove entry '%s' from '%s' cache: not found" +msgstr "cannot remove entry '%s' from '%s' cache: not found" + +#: lib/libalpm/cache.c:178 +#, c-format +msgid "error: failed to get '%s' from NULL pkgcache" +msgstr "error: failed to get '%s' from NULL pkgcache" + +#: lib/libalpm/cache.c:201 +#, c-format +msgid "loading group cache for repository '%s'" +msgstr "loading group cache for repository '%s'" + +#: lib/libalpm/conflict.c:69 +#, c-format +msgid "   found conflict '%s' : package '%s'" +msgstr "   found conflict '%s' : package '%s'" + +#: lib/libalpm/conflict.c:78 +#, c-format +msgid "   found conflict '%s' : package '%s' provides '%s'" +msgstr "   found conflict '%s' : package '%s' provides '%s'" + +#: lib/libalpm/conflict.c:101 lib/libalpm/conflict.c:143 +#, c-format +msgid "package '%s' conflicts with itself - packaging error" +msgstr "package '%s' conflicts with itself - packaging error" + +#: lib/libalpm/conflict.c:107 +#, c-format +msgid "checkconflicts: target '%s' vs db" +msgstr "checkconflicts: target '%s' vs db" + +#: lib/libalpm/conflict.c:149 +#, c-format +msgid "checkconflicts: target '%s' vs all targets" +msgstr "checkconflicts: target '%s' vs all targets" + +#: lib/libalpm/conflict.c:181 +#, c-format +msgid "checkconflicts: db vs target '%s'" +msgstr "checkconflicts: db vs target '%s'" + +#: lib/libalpm/conflict.c:201 +#, c-format +msgid "target '%s' is also in target list, using NEW conflicts" +msgstr "target '%s' is also in target list, using NEW conflicts" + +#: lib/libalpm/conflict.c:257 +#, c-format +msgid "\tCONFLICTS:: %s conflicts with %s" +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 +#, c-format +msgid "malloc failure: could not allocate %d bytes" +msgstr "malloc failure: could not allocate %d bytes" + +#: lib/libalpm/db.c:64 lib/libalpm/db.c:71 +#, c-format +msgid "malloc failed: could not allocate %d bytes" +msgstr "malloc failed: could not allocate %d bytes" + +#: lib/libalpm/db.c:167 +msgid "attempt to re-register the 'local' DB" +msgstr "attempt to re-register the 'local' DB" + +#: lib/libalpm/db.c:175 +#, c-format +msgid "attempt to re-register the '%s' database, using existing" +msgstr "attempt to re-register the '%s' database, using existing" + +#: lib/libalpm/db.c:181 +#, c-format +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" +msgstr "database directory '%s' does not exist, try creating it" + +#: lib/libalpm/db.c:197 +#, c-format +msgid "opening database '%s'" +msgstr "opening database '%s'" + +#: lib/libalpm/deps.c:131 +msgid "started sorting dependencies" +msgstr "started sorting dependencies" + +#: lib/libalpm/deps.c:136 +msgid "possible dependency cycle detected" +msgstr "possible dependency cycle detected" + +#: lib/libalpm/deps.c:183 +msgid "sorting dependencies finished" +msgstr "sorting dependencies finished" + +#: lib/libalpm/deps.c:225 lib/libalpm/deps.c:310 +msgid "null package found in package list" +msgstr "null package found in package list" + +#: lib/libalpm/deps.c:230 +#, c-format +msgid "cannot find package installed '%s'" +msgstr "cannot find package installed '%s'" + +#: lib/libalpm/deps.c:261 +#, c-format +msgid "checkdeps: dependency '%s' has moved from '%s' to '%s'" +msgstr "checkdeps: dependency '%s' has moved from '%s' to '%s'" + +#: lib/libalpm/deps.c:280 +#, c-format +msgid "checkdeps: dependency '%s' satisfied by installed package '%s'" +msgstr "checkdeps: dependency '%s' satisfied by installed package '%s'" + +#: lib/libalpm/deps.c:289 +#, c-format +msgid "checkdeps: updated '%s' won't satisfy a dependency of '%s'" +msgstr "checkdeps: updated '%s' won't satisfy a dependency of '%s'" + +#: lib/libalpm/deps.c:359 +#, c-format +msgid "missing dependency '%s' for package '%s'" +msgstr "missing dependency '%s' for package '%s'" + +#: lib/libalpm/deps.c:409 +#, c-format +msgid "checkdeps: found %s as required by %s" +msgstr "checkdeps: found %s as required by %s" + +#: lib/libalpm/deps.c:485 +#, c-format +msgid "excluding %s -- explicitly installed" +msgstr "excluding %s -- explicitly installed" + +#: lib/libalpm/deps.c:532 +#, c-format +msgid "cannot find package \"%s\" or anything that provides it!" +msgstr "cannot find package \"%s\" or anything that provides it!" + +#: lib/libalpm/deps.c:540 lib/libalpm/deps.c:551 +#, c-format +msgid "adding '%s' to the targets" +msgstr "adding '%s' to the targets" + +#: lib/libalpm/deps.c:583 +msgid "started resolving dependencies" +msgstr "started resolving dependencies" + +#: lib/libalpm/deps.c:601 +#, c-format +msgid "%s provides dependency %s -- skipping" +msgstr "%s provides dependency %s -- skipping" + +#: lib/libalpm/deps.c:630 +#, c-format +msgid "" +"cannot resolve dependencies for \"%s\" (\"%s\" is not in the package set)" +msgstr "" +"cannot resolve dependencies for \"%s\" (\"%s\" is not in the package set)" + +#: lib/libalpm/deps.c:647 +#, c-format +msgid "dependency %s is already in the target list -- skipping" +msgstr "dependency %s is already in the target list -- skipping" + +#: lib/libalpm/deps.c:667 +#, c-format +msgid "pulling dependency %s (needed by %s)" +msgstr "pulling dependency %s (needed by %s)" + +#: lib/libalpm/deps.c:671 +#, c-format +msgid "cannot resolve dependencies for \"%s\"" +msgstr "cannot resolve dependencies for \"%s\"" + +#: lib/libalpm/deps.c:687 +#, c-format +msgid "dependency cycle detected: %s" +msgstr "dependency cycle detected: %s" + +#: lib/libalpm/deps.c:691 +msgid "finished resolving dependencies" +msgstr "finished resolving dependencies" + +#: lib/libalpm/error.c:40 +msgid "out of memory!" +msgstr "out of memory!" + +#: lib/libalpm/error.c:42 +msgid "unexpected system error" +msgstr "unexpected system error" + +#: lib/libalpm/error.c:44 +msgid "insufficient privileges" +msgstr "insufficient privileges" + +#: lib/libalpm/error.c:46 +msgid "could not find or read file" +msgstr "could not find or read file" + +#: lib/libalpm/error.c:48 +msgid "wrong or NULL argument passed" +msgstr "wrong or NULL argument passed" + +#: lib/libalpm/error.c:51 +msgid "library not initialized" +msgstr "library not initialised" + +#: lib/libalpm/error.c:53 +msgid "library already initialized" +msgstr "library already initialised" + +#: lib/libalpm/error.c:55 +msgid "unable to lock database" +msgstr "unable to lock database" + +#: lib/libalpm/error.c:58 +msgid "could not open database" +msgstr "could not open database" + +#: lib/libalpm/error.c:60 +msgid "could not create database" +msgstr "could not create database" + +#: lib/libalpm/error.c:62 +msgid "database not initialized" +msgstr "database not initialised" + +#: lib/libalpm/error.c:64 +msgid "database already registered" +msgstr "database already registered" + +#: lib/libalpm/error.c:66 +msgid "could not find database" +msgstr "could not find database" + +#: lib/libalpm/error.c:68 +msgid "could not update database" +msgstr "could not update database" + +#: lib/libalpm/error.c:70 +msgid "could not remove database entry" +msgstr "could not remove database entry" + +#: lib/libalpm/error.c:73 +msgid "invalid url for server" +msgstr "invalid url for server" + +#: lib/libalpm/error.c:80 +msgid "could not set parameter" +msgstr "could not set parameter" + +#: lib/libalpm/error.c:83 +msgid "transaction already initialized" +msgstr "transaction already initialised" + +#: lib/libalpm/error.c:85 lib/libalpm/error.c:89 +msgid "transaction not initialized" +msgstr "transaction not initialised" + +#: lib/libalpm/error.c:87 +msgid "duplicate target" +msgstr "duplicate target" + +#: lib/libalpm/error.c:91 +msgid "transaction not prepared" +msgstr "transaction not prepared" + +#: lib/libalpm/error.c:93 +msgid "transaction aborted" +msgstr "transaction aborted" + +#: lib/libalpm/error.c:95 +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 +msgid "could not commit transaction" +msgstr "could not commit transaction" + +#: lib/libalpm/error.c:99 +msgid "could not download all files" +msgstr "could not download all files" + +#: lib/libalpm/error.c:102 +msgid "could not find or read package" +msgstr "could not find or read package" + +#: lib/libalpm/error.c:104 +msgid "invalid or corrupted package" +msgstr "invalid or corrupted package" + +#: lib/libalpm/error.c:106 +msgid "cannot open package file" +msgstr "cannot open package file" + +#: lib/libalpm/error.c:108 +msgid "cannot load package data" +msgstr "cannot load package data" + +#: lib/libalpm/error.c:110 +msgid "package already installed" +msgstr "package already installed" + +#: lib/libalpm/error.c:112 +msgid "package not installed or lesser version" +msgstr "package not installed or lesser version" + +#: lib/libalpm/error.c:114 +msgid "cannot remove all files for package" +msgstr "cannot remove all files for package" + +#: lib/libalpm/error.c:116 +msgid "package name is not valid" +msgstr "package name is not valid" + +#: lib/libalpm/error.c:118 +msgid "corrupted package" +msgstr "corrupted package" + +#: lib/libalpm/error.c:120 +msgid "no such repository" +msgstr "no such repository" + +#: lib/libalpm/error.c:123 +msgid "group not found" +msgstr "group not found" + +#: lib/libalpm/error.c:126 +msgid "could not satisfy dependencies" +msgstr "could not satisfy dependencies" + +#: lib/libalpm/error.c:128 +msgid "conflicting dependencies" +msgstr "conflicting dependencies" + +#: lib/libalpm/error.c:130 +msgid "conflicting files" +msgstr "conflicting files" + +#: lib/libalpm/error.c:133 +msgid "user aborted the operation" +msgstr "user aborted the operation" + +#: lib/libalpm/error.c:135 +msgid "internal error" +msgstr "internal error" + +#: lib/libalpm/error.c:137 +msgid "libarchive error" +msgstr "libarchive error" + +#: lib/libalpm/error.c:139 +msgid "not enough space on disk" +msgstr "not enough space on disk" + +#: lib/libalpm/error.c:142 +msgid "not confirmed" +msgstr "not confirmed" + +#: lib/libalpm/error.c:145 +msgid "bad configuration section name" +msgstr "bad configuration section name" + +#: lib/libalpm/error.c:147 +msgid "'local' is reserved and cannot be used as a repository name" +msgstr "'local' is reserved and cannot be used as a repository name" + +#: lib/libalpm/error.c:149 +msgid "syntax error in config file" +msgstr "syntax error in config file" + +#: lib/libalpm/error.c:151 +msgid "all directives must belong to a section" +msgstr "all directives must belong to a section" + +#: lib/libalpm/error.c:153 +msgid "invalid regular expression" +msgstr "invalid regular expression" + +#: lib/libalpm/error.c:156 +msgid "connection to remote host failed" +msgstr "connection to remote host failed" + +#: lib/libalpm/error.c:159 +msgid "unexpected error" +msgstr "unexpected error" + +#: lib/libalpm/handle.c:163 +#, c-format +msgid "cannot canonicalize specified root path '%s'" +msgstr "cannot canonicalise specified root path '%s'" + +#: lib/libalpm/handle.c:175 +#, c-format +msgid "option 'root' = %s" +msgstr "option 'root' = %s" + +#: lib/libalpm/handle.c:195 +#, c-format +msgid "option 'dbpath' = %s" +msgstr "option 'dbpath' = %s" + +#: lib/libalpm/handle.c:211 +#, c-format +msgid "option 'cachedir' = %s" +msgstr "option 'cachedir' = %s" + +#: lib/libalpm/md5driver.c:56 +#, c-format +msgid "%s can't be opened\n" +msgstr "%s can't be opened\n" + +#: lib/libalpm/md5driver.c:74 +#, c-format +msgid "md5(%s) = %s" +msgstr "md5(%s) = %s" + +#: lib/libalpm/package.c:150 +#, c-format +msgid "%s: forcing upgrade to version %s" +msgstr "%s: forcing upgrade to version %s" + +#: lib/libalpm/package.c:155 +#, c-format +msgid "%s: local (%s) is newer than %s (%s)" +msgstr "%s: local (%s) is newer than %s (%s)" + +#: lib/libalpm/package.c:163 +#, c-format +msgid "%s-%s: ignoring package upgrade (%s)" +msgstr "%s-%s: ignoring package upgrade (%s)" + +#: lib/libalpm/package.c:169 +#, c-format +msgid "%s-%s: delaying upgrade of package (%s)" +msgstr "%s-%s: delaying upgrade of package (%s)" + +#: lib/libalpm/package.c:220 lib/libalpm/package.c:279 +#, c-format +msgid "%s: syntax error in description file line %d" +msgstr "%s: syntax error in description file line %d" + +#: lib/libalpm/package.c:353 +msgid "could not parse the package description file" +msgstr "could not parse the package description file" + +#: lib/libalpm/package.c:357 +#, c-format +msgid "missing package name in %s" +msgstr "missing package name in %s" + +#: lib/libalpm/package.c:361 +#, c-format +msgid "missing package version in %s" +msgstr "missing package version in %s" + +#: lib/libalpm/package.c:396 +#, c-format +msgid "could not remove tempfile %s" +msgstr "could not remove tempfile %s" + +#: lib/libalpm/package.c:409 lib/libalpm/package.c:416 +#, c-format +msgid "error while reading package: %s" +msgstr "error while reading package: %s" + +#: lib/libalpm/package.c:422 +msgid "missing package metadata" +msgstr "missing package metadata" + +#: lib/libalpm/package.c:429 +#, c-format +msgid "missing package filelist in %s, generating one" +msgstr "missing package filelist in %s, generating one" + +#: lib/libalpm/package.c:562 +#, c-format +msgid "adding '%s' in requiredby field for '%s'" +msgstr "adding '%s' in requiredby field for '%s'" + +#: lib/libalpm/package.c:573 +#, c-format +msgid "adding '%s' in requiredby field for '%s' (provides: %s)" +msgstr "adding '%s' in requiredby field for '%s' (provides: %s)" + +#: lib/libalpm/remove.c:79 +#, c-format +msgid "could not find %s in database" +msgstr "could not find %s in database" + +#: lib/libalpm/remove.c:93 +#, c-format +msgid "adding %s in the targets list" +msgstr "adding %s in the targets list" + +#: lib/libalpm/remove.c:121 +#, c-format +msgid "pulling %s in the targets list" +msgstr "pulling %s in the targets list" + +#: lib/libalpm/remove.c:124 +#, c-format +msgid "could not find %s in database -- skipping" +msgstr "could not find %s in database -- skipping" + +#: lib/libalpm/remove.c:142 +msgid "finding removable dependencies" +msgstr "finding removable dependencies" + +#: lib/libalpm/remove.c:175 +#, c-format +msgid "cannot remove file '%s': %s" +msgstr "cannot remove file '%s': %s" + +#: lib/libalpm/remove.c:213 +#, c-format +msgid "Skipping removal of '%s' due to NoUpgrade" +msgstr "Skipping removal of '%s' due to NoUpgrade" + +#: lib/libalpm/remove.c:220 +#, c-format +msgid "file %s does not exist" +msgstr "file %s does not exist" + +#: lib/libalpm/remove.c:227 +#, c-format +msgid "keeping directory %s" +msgstr "keeping directory %s" + +#: lib/libalpm/remove.c:229 +#, c-format +msgid "removing directory %s" +msgstr "removing directory %s" + +#: lib/libalpm/remove.c:236 +#, c-format +msgid "%s is in trans->skip_remove, skipping removal" +msgstr "%s is in trans->skip_remove, skipping removal" + +#: lib/libalpm/remove.c:250 +#, c-format +msgid "transaction is set to NOSAVE, not backing up '%s'" +msgstr "transaction is set to NOSAVE, not backing up '%s'" + +#: lib/libalpm/remove.c:254 +#, c-format +msgid "unlinking %s" +msgstr "unlinking %s" + +#: lib/libalpm/remove.c:261 +#, c-format +msgid "cannot remove file %s: %s" +msgstr "cannot remove file %s: %s" + +#: lib/libalpm/remove.c:292 +#, c-format +msgid "removing package %s-%s" +msgstr "removing package %s-%s" + +#: lib/libalpm/remove.c:309 +#, c-format +msgid "not removing package '%s', can't remove all files" +msgstr "not removing package '%s', can't remove all files" + +#: lib/libalpm/remove.c:316 +#, c-format +msgid "removing %d files" +msgstr "removing %d files" + +#: lib/libalpm/remove.c:339 +#, c-format +msgid "removing database entry '%s'" +msgstr "removing database entry '%s'" + +#: lib/libalpm/remove.c:341 +#, c-format +msgid "could not remove database entry %s-%s" +msgstr "could not remove database entry %s-%s" + +#: lib/libalpm/remove.c:346 +#, c-format +msgid "could not remove entry '%s' from cache" +msgstr "could not remove entry '%s' from cache" + +#: lib/libalpm/sha1.c:397 +#, c-format +msgid "sha1: %s can't be opened\n" +msgstr "sha1: %s can't be opened\n" + +#: lib/libalpm/sha1.c:412 +#, c-format +msgid "sha1(%s) = %s" +msgstr "sha1(%s) = %s" + +#: lib/libalpm/sync.c:183 +msgid "checking for package upgrades" +msgstr "checking for package upgrades" + +#: lib/libalpm/sync.c:215 +#, c-format +msgid "%s-%s elected for upgrade (%s => %s)" +msgstr "%s-%s elected for upgrade (%s => %s)" + +#: lib/libalpm/sync.c:262 +#, c-format +msgid "searching for target in repo '%s'" +msgstr "searching for target in repo '%s'" + +#: lib/libalpm/sync.c:270 lib/libalpm/sync.c:293 +#, c-format +msgid "target '%s' not found -- looking for provisions" +msgstr "target '%s' not found -- looking for provisions" + +#: lib/libalpm/sync.c:275 lib/libalpm/sync.c:298 +#, c-format +msgid "found '%s' as a provision for '%s'" +msgstr "found '%s' as a provision for '%s'" + +#: lib/libalpm/sync.c:282 +#, c-format +msgid "repository '%s' not found" +msgstr "repository '%s' not found" + +#: lib/libalpm/sync.c:323 +#, c-format +msgid "%s-%s is up to date -- skipping" +msgstr "%s-%s is up to date -- skipping" + +#: lib/libalpm/sync.c:346 +#, c-format +msgid "adding target '%s' to the transaction set" +msgstr "adding target '%s' to the transaction set" + +#: lib/libalpm/sync.c:394 +msgid "resolving target's dependencies" +msgstr "resolving target's dependencies" + +#: lib/libalpm/sync.c:414 +#, c-format +msgid "adding package %s-%s to the transaction targets" +msgstr "adding package %s-%s to the transaction targets" + +#: lib/libalpm/sync.c:449 +msgid "looking for unresolvable dependencies" +msgstr "looking for unresolvable dependencies" + +#: lib/libalpm/sync.c:480 +#, c-format +msgid "package '%s' conflicts with '%s'" +msgstr "package '%s' conflicts with '%s'" + +#: lib/libalpm/sync.c:502 +#, c-format +msgid "'%s' not found in transaction set -- skipping" +msgstr "'%s' not found in transaction set -- skipping" + +#: lib/libalpm/sync.c:513 +#, 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 +#, 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 +#, c-format +msgid "removing '%s' from target list" +msgstr "removing '%s' from target list" + +#: lib/libalpm/sync.c:562 +#, c-format +msgid "resolving package '%s' conflict" +msgstr "resolving package '%s' conflict" + +#: lib/libalpm/sync.c:585 +#, c-format +msgid "electing '%s' for removal" +msgstr "electing '%s' for removal" + +#: lib/libalpm/sync.c:596 lib/libalpm/sync.c:612 +msgid "unresolvable package conflicts detected" +msgstr "unresolvable package conflicts detected" + +#: lib/libalpm/sync.c:664 +msgid "checking dependencies of packages designated for removal" +msgstr "checking dependencies of packages designated for removal" + +#: lib/libalpm/sync.c:678 +msgid "something has gone horribly wrong" +msgstr "something has gone horribly wrong" + +#: lib/libalpm/sync.c:698 +#, 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 +#, c-format +msgid "%s is already in the cache\n" +msgstr "%s is already in the cache\n" + +#: lib/libalpm/sync.c:805 +#, c-format +msgid "no %s cache exists, creating...\n" +msgstr "no %s cache exists, creating...\n" + +#: lib/libalpm/sync.c:806 +#, c-format +msgid "warning: no %s cache exists, creating..." +msgstr "warning: no %s cache exists, creating..." + +#: lib/libalpm/sync.c:811 +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 +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 +#, 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 +#, 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 +#, 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 +#, 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 +msgid "could not create removal transaction" +msgstr "could not create removal transaction" + +#: lib/libalpm/sync.c:909 +msgid "could not initialize the removal transaction" +msgstr "could not initialise the removal transaction" + +#: lib/libalpm/sync.c:929 +msgid "removing conflicting and to-be-replaced packages" +msgstr "removing conflicting and to-be-replaced packages" + +#: lib/libalpm/sync.c:931 +msgid "could not prepare removal transaction" +msgstr "could not prepare removal transaction" + +#: lib/libalpm/sync.c:937 +msgid "could not commit removal transaction" +msgstr "could not commit removal transaction" + +#: lib/libalpm/sync.c:944 +msgid "installing packages" +msgstr "installing packages" + +#: lib/libalpm/sync.c:947 +msgid "could not create transaction" +msgstr "could not create transaction" + +#: lib/libalpm/sync.c:952 +msgid "could not initialize transaction" +msgstr "could not initialise transaction" + +#: lib/libalpm/sync.c:975 +msgid "could not prepare transaction" +msgstr "could not prepare transaction" + +#: lib/libalpm/sync.c:987 +msgid "updating database for replaced packages' dependencies" +msgstr "updating database for replaced packages' dependencies" + +#: lib/libalpm/sync.c:1016 +#, 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 +#, 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 +#, c-format +msgid "found package '%s-%s' in sync" +msgstr "found package '%s-%s' in sync" + +#: lib/libalpm/sync.c:1071 +#, c-format +msgid "package '%s' not found in sync" +msgstr "package '%s' not found in sync" + +#: lib/libalpm/trans.c:267 +#, 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 +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 +#, 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 +#, 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 +#, c-format +msgid "could not find dependency '%s'" +msgstr "could not find dependency '%s'" + +#: lib/libalpm/util.c:142 +#, c-format +msgid "failed to make path '%s' : %s" +msgstr "failed to make path '%s' : %s" + +#: lib/libalpm/util.c:280 +#, c-format +msgid "could not open %s: %s\n" +msgstr "could not open %s: %s\n" + +#: lib/libalpm/util.c:293 +#, c-format +msgid "could not extract %s: %s\n" +msgstr "could not extract %s: %s\n" + +#: lib/libalpm/util.c:351 +#, c-format +msgid "logaction called: %s" +msgstr "logaction called: %s" + +#: lib/libalpm/util.c:445 +msgid "could not create temp directory" +msgstr "could not create temp directory" + +#: lib/libalpm/util.c:472 +#, c-format +msgid "could not change directory to %s (%s)" +msgstr "could not change directory to %s (%s)" + +#: lib/libalpm/util.c:475 +#, c-format +msgid "executing %s script..." +msgstr "executing %s script..." + +#: lib/libalpm/util.c:488 +#, c-format +msgid "could not fork a new process (%s)" +msgstr "could not fork a new process (%s)" + +#: lib/libalpm/util.c:495 +#, c-format +msgid "chrooting in %s" +msgstr "chrooting in %s" + +#: lib/libalpm/util.c:497 +#, c-format +msgid "could not change the root directory (%s)" +msgstr "could not change the root directory (%s)" + +#: lib/libalpm/util.c:501 +#, c-format +msgid "could not change directory to / (%s)" +msgstr "could not change directory to / (%s)" + +#: lib/libalpm/util.c:505 +#, c-format +msgid "executing \"%s\"" +msgstr "executing \"%s\"" + +#: lib/libalpm/util.c:508 +#, c-format +msgid "call to popen failed (%s)" +msgstr "call to popen failed (%s)" + +#: lib/libalpm/util.c:540 +#, c-format +msgid "call to waitpid failed (%s)" +msgstr "call to waitpid failed (%s)" + +#: lib/libalpm/util.c:549 +#, c-format +msgid "could not remove tmpdir %s" +msgstr "could not remove tmpdir %s" + +#: lib/libalpm/util.c:606 +#, c-format +msgid "check_freespace: total pkg size: %lld, disk space: %lld" +msgstr "check_freespace: total pkg size: %lld, disk space: %lld" + +#: lib/libalpm/versioncmp.c:279 +#, c-format +msgid "depcmp: %s-%s %s %s-%s => %s" +msgstr "depcmp: %s-%s %s %s-%s => %s" + +#: lib/libalpm/versioncmp.c:284 +#, c-format +msgid "depcmp: %s-%s %s %s => %s" +msgstr "depcmp: %s-%s %s %s => %s" + diff --git a/src/pacman/po/LINGUAS b/src/pacman/po/LINGUAS index 0f3f0ccb..e5c6658e 100644 --- a/src/pacman/po/LINGUAS +++ b/src/pacman/po/LINGUAS @@ -4,3 +4,4 @@ fr  hu  it  pt_BR +en_GB diff --git a/src/pacman/po/de.po b/src/pacman/po/de.po index 06f76765..2f0dd6c0 100644 --- a/src/pacman/po/de.po +++ b/src/pacman/po/de.po @@ -9,8 +9,8 @@ msgid ""  msgstr ""  "Project-Id-Version: de\n"  "Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n" -"POT-Creation-Date: 2007-03-04 12:01-0500\n" -"PO-Revision-Date: 2007-03-03 09:37+0100\n" +"POT-Creation-Date: 2007-03-07 09:07+0100\n" +"PO-Revision-Date: 2007-03-07 09:13+0100\n"  "Last-Translator: Pierre Schmitz <pierre@archlinux.de>\n"  "Language-Team: Deutsch <archlinux.de>\n"  "MIME-Version: 1.0\n" @@ -19,7 +19,7 @@ msgstr ""  "Plural-Forms: nplurals=2; plural=(n != 1);X-Generator: KBabel 1.11.4\n"  "X-Generator: KBabel 1.11.4\n" -#: src/pacman/add.c:69 src/pacman/remove.c:79 src/pacman/sync.c:482 +#: src/pacman/add.c:72 src/pacman/remove.c:82 src/pacman/sync.c:482  #: src/pacman/sync.c:531  #, c-format  msgid "" @@ -29,48 +29,48 @@ msgstr ""  "       Wenn Sie sicher sind, dass nicht bereits ein Paketmanager\n"  "       gestartet ist, können Sie %s%s entfernen\n" -#: src/pacman/add.c:76 +#: src/pacman/add.c:79  msgid "loading package data... "  msgstr "Lade Paketdaten ... " -#: src/pacman/add.c:80 +#: src/pacman/add.c:83  #, c-format  msgid "failed to add target '%s' (%s)"  msgstr "Konnte Paket '%s' nicht hinzufügen (%s)" -#: src/pacman/add.c:85 src/pacman/sync.c:196 src/pacman/trans.c:71 -#: src/pacman/trans.c:78 src/pacman/trans.c:82 src/pacman/trans.c:92 -#: src/pacman/trans.c:106 src/pacman/trans.c:120 src/pacman/trans.c:132 -#: src/pacman/trans.c:143 +#: src/pacman/add.c:88 src/pacman/sync.c:196 src/pacman/trans.c:73 +#: src/pacman/trans.c:80 src/pacman/trans.c:84 src/pacman/trans.c:94 +#: src/pacman/trans.c:108 src/pacman/trans.c:122 src/pacman/trans.c:134 +#: src/pacman/trans.c:145  msgid "done.\n"  msgstr "fertig.\n" -#: src/pacman/add.c:92 src/pacman/remove.c:98 src/pacman/sync.c:616 +#: src/pacman/add.c:95 src/pacman/remove.c:101 src/pacman/sync.c:616  #, c-format  msgid "failed to prepare transaction (%s)\n"  msgstr "Konnte Aktion nicht vorbereiten (%s)\n" -#: src/pacman/add.c:101 +#: src/pacman/add.c:104  #, c-format  msgid ":: %s: requires %s"  msgstr ":: %s: Benötigt %s" -#: src/pacman/add.c:122 src/pacman/sync.c:645 +#: src/pacman/add.c:125 src/pacman/sync.c:645  #, c-format  msgid ":: %s: conflicts with %s"  msgstr ":: %s: Steht im Konflikt mit %s" -#: src/pacman/add.c:131 src/pacman/sync.c:709 +#: src/pacman/add.c:134 src/pacman/sync.c:709  #, c-format  msgid "%s exists in both '%s' and '%s'\n"  msgstr "%s existiert in '%s' und '%s'\n" -#: src/pacman/add.c:137 src/pacman/sync.c:715 +#: src/pacman/add.c:140 src/pacman/sync.c:715  #, c-format  msgid "%s: %s exists in filesystem\n"  msgstr "%s: %s existiert im Dateisystem\n" -#: src/pacman/add.c:143 src/pacman/sync.c:721 src/pacman/sync.c:727 +#: src/pacman/add.c:146 src/pacman/sync.c:721 src/pacman/sync.c:727  msgid ""  "\n"  "errors occurred, no packages were upgraded.\n" @@ -78,275 +78,275 @@ msgstr ""  "\n"  "Fehler aufgetreten, keine Pakete wurden aktualisiert.\n" -#: src/pacman/add.c:153 src/pacman/sync.c:652 +#: src/pacman/add.c:156 src/pacman/sync.c:652  #, c-format  msgid ":: %.1f MB required, have %.1f MB"  msgstr ":: %.1f MB werden benötigt, %.1f MB stehen zur Verfügung" -#: src/pacman/add.c:166 src/pacman/remove.c:138 src/pacman/sync.c:702 +#: src/pacman/add.c:169 src/pacman/remove.c:141 src/pacman/sync.c:702  #, c-format  msgid "failed to commit transaction (%s)\n"  msgstr "Konnte den Vorgang (%s) nicht durchführen\n" -#: src/pacman/add.c:176 src/pacman/remove.c:148 src/pacman/sync.c:524 +#: src/pacman/add.c:179 src/pacman/remove.c:151 src/pacman/sync.c:524  #: src/pacman/sync.c:743  #, c-format  msgid "failed to release transaction (%s)\n"  msgstr "Konnte den Vorgang (%s) nicht freigeben\n" -#: src/pacman/deptest.c:64 +#: src/pacman/deptest.c:86  #, c-format  msgid "requires: %s"  msgstr "Erfordert: %s" -#: src/pacman/log.c:61 +#: src/pacman/log.c:63  #, c-format  msgid "debug"  msgstr "Fehlersuche" -#: src/pacman/log.c:64 +#: src/pacman/log.c:66  #, c-format  msgid "error"  msgstr "Fehler" -#: src/pacman/log.c:67 +#: src/pacman/log.c:69  #, c-format  msgid "warning"  msgstr "Warnung" -#: src/pacman/log.c:73 +#: src/pacman/log.c:75  #, c-format  msgid "function"  msgstr "Funktion" -#: src/pacman/log.c:205 +#: src/pacman/log.c:194  msgid "Y"  msgstr "J" -#: src/pacman/log.c:205 +#: src/pacman/log.c:194  msgid "YES"  msgstr "JA" -#: src/pacman/log.h:28 +#: src/pacman/log.h:30  msgid "error: "  msgstr "Fehler: " -#: src/pacman/log.h:32 +#: src/pacman/log.h:34  msgid "warning: "  msgstr "Warnung: " -#: src/pacman/package.c:57 +#: src/pacman/package.c:60  msgid "Explicitly installed"  msgstr "Ausdrücklich installiert" -#: src/pacman/package.c:60 +#: src/pacman/package.c:63  msgid "Installed as a dependency for another package"  msgstr "Installiert als Abhängigkeit für ein anderes Paket" -#: src/pacman/package.c:63 src/pacman/package.c:87 +#: src/pacman/package.c:66 src/pacman/package.c:90  msgid "Unknown"  msgstr "Unbekannt" -#: src/pacman/package.c:67 src/pacman/package.c:118 +#: src/pacman/package.c:70 src/pacman/package.c:121  msgid "Description    : "  msgstr "Beschreibung         : " -#: src/pacman/package.c:70 src/pacman/package.c:124 +#: src/pacman/package.c:73 src/pacman/package.c:127  #, c-format  msgid "Name           : %s\n"  msgstr "Name                 : %s\n" -#: src/pacman/package.c:71 src/pacman/package.c:125 +#: src/pacman/package.c:74 src/pacman/package.c:128  #, c-format  msgid "Version        : %s\n"  msgstr "Version              : %s\n" -#: src/pacman/package.c:72 +#: src/pacman/package.c:75  #, c-format  msgid "URL            : %s\n"  msgstr "URL                  : %s\n" -#: src/pacman/package.c:73 +#: src/pacman/package.c:76  msgid "License        :"  msgstr "Lizenz               :" -#: src/pacman/package.c:74 src/pacman/package.c:126 +#: src/pacman/package.c:77 src/pacman/package.c:129  msgid "Groups         :"  msgstr "Gruppen              :" -#: src/pacman/package.c:75 src/pacman/package.c:127 +#: src/pacman/package.c:78 src/pacman/package.c:130  msgid "Provides       :"  msgstr "Stellt bereit        :" -#: src/pacman/package.c:76 src/pacman/package.c:128 +#: src/pacman/package.c:79 src/pacman/package.c:131  msgid "Depends On     :"  msgstr "Hängt ab von         :" -#: src/pacman/package.c:77 src/pacman/package.c:129 +#: src/pacman/package.c:80 src/pacman/package.c:132  msgid "Removes        :"  msgstr "Entfernt             :" -#: src/pacman/package.c:80 +#: src/pacman/package.c:83  msgid "Required By    :"  msgstr "Benötigt von         :" -#: src/pacman/package.c:82 src/pacman/package.c:130 +#: src/pacman/package.c:85 src/pacman/package.c:133  msgid "Conflicts With :"  msgstr "Konflikt mit         :" -#: src/pacman/package.c:83 +#: src/pacman/package.c:86  #, c-format  msgid "Installed Size : %ld K\n"  msgstr "Installationsgröße   : %ld K\n" -#: src/pacman/package.c:84 +#: src/pacman/package.c:87  #, c-format  msgid "Packager       : %s\n"  msgstr "Packer               : %s\n" -#: src/pacman/package.c:85 +#: src/pacman/package.c:88  #, c-format  msgid "Architecture   : %s\n"  msgstr "Architektur          : %s\n" -#: src/pacman/package.c:86 +#: src/pacman/package.c:89  #, c-format  msgid "Build Date     : %s %s\n"  msgstr "Erstellt am          : %s %s\n" -#: src/pacman/package.c:87 +#: src/pacman/package.c:90  #, c-format  msgid "Build Type     : %s\n"  msgstr "Bauart               : %s\n" -#: src/pacman/package.c:89 +#: src/pacman/package.c:92  #, c-format  msgid "Install Date   : %s %s\n"  msgstr "Installiert am       : %s %s\n" -#: src/pacman/package.c:90 +#: src/pacman/package.c:93  #, c-format  msgid "Install Reason : %s\n"  msgstr "Installationsgrund   : %s\n" -#: src/pacman/package.c:92 +#: src/pacman/package.c:95  #, c-format  msgid "Install Script : %s\n"  msgstr "Installations-Skript : %s\n" -#: src/pacman/package.c:93 +#: src/pacman/package.c:96  msgid "Yes"  msgstr "Ja" -#: src/pacman/package.c:93 +#: src/pacman/package.c:96  msgid "No"  msgstr "Nein" -#: src/pacman/package.c:123 +#: src/pacman/package.c:126  #, c-format  msgid "Repository     : %s\n"  msgstr "Repositorium         : %s\n" -#: src/pacman/package.c:131 +#: src/pacman/package.c:134  msgid "Replaces       :"  msgstr "Ersetzt              :" -#: src/pacman/package.c:132 +#: src/pacman/package.c:135  #, c-format  msgid "Download Size  : %6.2f K\n"  msgstr "Download-Größe       : %6.2f K\n" -#: src/pacman/package.c:133 +#: src/pacman/package.c:136  #, c-format  msgid "Installed Size : %6.2f K\n"  msgstr "Installationsgröße   : %6.2f K\n" -#: src/pacman/package.c:141 +#: src/pacman/package.c:144  #, c-format  msgid "MD5 Sum        : %s"  msgstr "MD5-Summe            : %s" -#: src/pacman/package.c:144 +#: src/pacman/package.c:147  #, c-format  msgid "SHA1 Sum       : %s"  msgstr "SHA1-Summe           : %s" -#: src/pacman/package.c:155 +#: src/pacman/package.c:158  #, c-format  msgid "Backup Files:\n"  msgstr "Sicherungs-Dateien:\n" -#: src/pacman/package.c:177 +#: src/pacman/package.c:180  #, c-format  msgid "error calculating checksums for %s\n"  msgstr "Fehler beim Berechnen der Prüfsummen für %s\n" -#: src/pacman/package.c:190 +#: src/pacman/package.c:193  #, c-format  msgid "MODIFIED\t%s\n"  msgstr "MODIFIZIERT\t%s\n" -#: src/pacman/package.c:192 +#: src/pacman/package.c:195  #, c-format  msgid "Not Modified\t%s\n"  msgstr "Nicht modifiziert\t%s\n" -#: src/pacman/package.c:197 +#: src/pacman/package.c:200  #, c-format  msgid "MISSING\t\t%s\n"  msgstr "FEHLEND\t\t%s\n" -#: src/pacman/package.c:203 +#: src/pacman/package.c:206  #, c-format  msgid "(none)\n"  msgstr "(nichts)\n" -#: src/pacman/package.c:243 +#: src/pacman/package.c:246  #, c-format  msgid "No changelog available for '%s'.\n"  msgstr "Kein Änderungsprotokoll für '%s' verfügbar.\n" -#: src/pacman/pacman.c:88 +#: src/pacman/pacman.c:90  #, c-format  msgid "usage:  %s {-h --help}\n"  msgstr "Verwendung:  %s {-h --help}\n" -#: src/pacman/pacman.c:89 +#: src/pacman/pacman.c:91  #, c-format  msgid "        %s {-V --version}\n"  msgstr "        %s {-V --version}\n" -#: src/pacman/pacman.c:90 +#: src/pacman/pacman.c:92  #, c-format  msgid "        %s {-A --add}     [options] <file>\n"  msgstr "        %s {-A --add}     [Optionen] <Datei>\n" -#: src/pacman/pacman.c:91 +#: src/pacman/pacman.c:93  #, c-format  msgid "        %s {-F --freshen} [options] <file>\n"  msgstr "        %s {-F --freshen} [Optionen] <Datei>\n" -#: src/pacman/pacman.c:92 +#: src/pacman/pacman.c:94  #, c-format  msgid "        %s {-Q --query}   [options] [package]\n"  msgstr "        %s {-Q --query}   [Optionen] [Paket]\n" -#: src/pacman/pacman.c:93 +#: src/pacman/pacman.c:95  #, c-format  msgid "        %s {-R --remove}  [options] <package>\n"  msgstr "        %s {-R --remove}  [Optionen] <Paket>\n" -#: src/pacman/pacman.c:94 +#: src/pacman/pacman.c:96  #, c-format  msgid "        %s {-S --sync}    [options] [package]\n"  msgstr "        %s {-S --sync}    [Optionen] [Paket]\n" -#: src/pacman/pacman.c:95 +#: src/pacman/pacman.c:97  #, c-format  msgid "        %s {-U --upgrade} [options] <file>\n"  msgstr "        %s {-U --upgrade} [Optionen] <Datei>\n" -#: src/pacman/pacman.c:96 +#: src/pacman/pacman.c:98  #, c-format  msgid ""  "\n" @@ -355,81 +355,76 @@ msgstr ""  "\n"  "Benutzen Sie '%s --help' mit anderen Optionen für mehr Informationen\n" -#: src/pacman/pacman.c:99 +#: src/pacman/pacman.c:101  #, c-format  msgid "usage:  %s {-A --add} [options] <file>\n"  msgstr "Benutzung:  %s {-A -add} [Optionen] <Datei>\n" -#: src/pacman/pacman.c:100 src/pacman/pacman.c:105 src/pacman/pacman.c:117 -#: src/pacman/pacman.c:122 src/pacman/pacman.c:136 +#: src/pacman/pacman.c:102 src/pacman/pacman.c:107 src/pacman/pacman.c:119 +#: src/pacman/pacman.c:124 src/pacman/pacman.c:138  #, c-format  msgid "options:\n"  msgstr "Optionen:\n" -#: src/pacman/pacman.c:101 src/pacman/pacman.c:107 src/pacman/pacman.c:118 -#: src/pacman/pacman.c:138 +#: src/pacman/pacman.c:103 src/pacman/pacman.c:109 src/pacman/pacman.c:120 +#: src/pacman/pacman.c:140  #, c-format  msgid "  -d, --nodeps         skip dependency checks\n"  msgstr "  -d, --nodeps         Überspringt die Abhängigkeitsprüfung\n" -#: src/pacman/pacman.c:102 src/pacman/pacman.c:119 src/pacman/pacman.c:140 +#: src/pacman/pacman.c:104 src/pacman/pacman.c:121 src/pacman/pacman.c:142  #, c-format  msgid "  -f, --force          force install, overwrite conflicting files\n" -msgstr "" -"  -f, --force          Installation erzwingen, Dateikonflikte überschreiben\n" +msgstr "  -f, --force          Installation erzwingen, Dateikonflikte überschreiben\n" -#: src/pacman/pacman.c:104 +#: src/pacman/pacman.c:106  #, c-format  msgid "usage:  %s {-R --remove} [options] <package>\n"  msgstr "Benutzung:  %s {-R --remove} [Optionen] <Paket>\n" -#: src/pacman/pacman.c:106 +#: src/pacman/pacman.c:108  #, c-format -msgid "" -"  -c, --cascade        remove packages and all packages that depend on them\n" -msgstr "" -"  -c, --cascade        Entfernt Pakete und alle, die von ihnen abhängen\n" +msgid "  -c, --cascade        remove packages and all packages that depend on them\n" +msgstr "  -c, --cascade        Entfernt Pakete und alle, die von ihnen abhängen\n" -#: src/pacman/pacman.c:108 +#: src/pacman/pacman.c:110  #, c-format -msgid "" -"  -k, --dbonly         only remove database entry, do not remove files\n" +msgid "  -k, --dbonly         only remove database entry, do not remove files\n"  msgstr "  -k, --dbonly         Nur Datenbankeintrag entfernen, keine Dateien\n" -#: src/pacman/pacman.c:109 +#: src/pacman/pacman.c:111  #, c-format  msgid "  -n, --nosave         remove configuration files as well\n"  msgstr "  -n, --nosave         Auch Konfigurationsdateien entfernen\n" -#: src/pacman/pacman.c:110 +#: src/pacman/pacman.c:112  #, c-format -msgid "" -"  -s, --recursive      remove dependencies also (that won't break packages)\n" +msgid "  -s, --recursive      remove dependencies also (that won't break packages)\n"  msgstr ""  "  -s, --recursive      Auch Abhängigkeiten entfernen (beschädigt keine "  "Pakete)\n" -#: src/pacman/pacman.c:113 +#: src/pacman/pacman.c:115  #, c-format  msgid "usage:  %s {-F --freshen} [options] <file>\n"  msgstr "Benutzung:  %s {-F --freshen} [Optionen] <Datei>\n" -#: src/pacman/pacman.c:115 +#: src/pacman/pacman.c:117  #, c-format  msgid "usage:  %s {-U --upgrade} [options] <file>\n"  msgstr "Benutzung:  %s {-U --upgrade} [Optionen] <Datei>\n" -#: src/pacman/pacman.c:121 +#: src/pacman/pacman.c:123  #, c-format  msgid "usage:  %s {-Q --query} [options] [package]\n"  msgstr "Benutzung:  %s {-Q --query} [Optionen] [Pakete]\n" -#: src/pacman/pacman.c:123 +#: src/pacman/pacman.c:125  #, c-format  msgid "  -c, --changelog      view the changelog of a package\n"  msgstr "  -c, --changelog      Das Änderungsprotokoll des Paketes anzeigen\n" -#: src/pacman/pacman.c:124 +#: src/pacman/pacman.c:126  #, c-format  msgid ""  "  -e, --orphans        list all packages installed as dependencies but no " @@ -438,27 +433,27 @@ msgstr ""  "  -e, --orphans        Zeigt alle Pakete, die als Abhängigkeiten "  "installiert\n" -#: src/pacman/pacman.c:125 +#: src/pacman/pacman.c:127  #, c-format  msgid "                       required by any package\n"  msgstr "                       wurden, aber nicht mehr benötigt werden\n" -#: src/pacman/pacman.c:126 src/pacman/pacman.c:141 +#: src/pacman/pacman.c:128 src/pacman/pacman.c:143  #, c-format  msgid "  -g, --groups         view all members of a package group\n"  msgstr "  -g, --groups         Zeige alle Mitglieder einer Paket-Gruppe an\n" -#: src/pacman/pacman.c:127 src/pacman/pacman.c:142 +#: src/pacman/pacman.c:129 src/pacman/pacman.c:144  #, c-format  msgid "  -i, --info           view package information\n"  msgstr "  -i, --info           Zeige Paketinformationen an\n" -#: src/pacman/pacman.c:128 +#: src/pacman/pacman.c:130  #, c-format  msgid "  -l, --list           list the contents of the queried package\n"  msgstr "  -l, --list           Zeigt den Inhalt des abgefragten Paketes an\n" -#: src/pacman/pacman.c:129 +#: src/pacman/pacman.c:131  #, c-format  msgid ""  "  -m, --foreign        list all packages that were not found in the sync db" @@ -467,12 +462,12 @@ msgstr ""  "  -m, --foreign        Zeigt alle Pakete an, die nicht in den Sync db(s)\n"  "                       gefunden wurden\n" -#: src/pacman/pacman.c:130 +#: src/pacman/pacman.c:132  #, c-format  msgid "  -o, --owns <file>    query the package that owns <file>\n"  msgstr "  -o, --owns <Datei>   Fragt das Paket ab, dass <Datei> enthält\n" -#: src/pacman/pacman.c:131 +#: src/pacman/pacman.c:133  #, c-format  msgid ""  "  -p, --file           query the package file [package] instead of the " @@ -481,25 +476,24 @@ msgstr ""  "  -p, --file           Fragt die Paketdatei [Paket] anstatt der Datenbank "  "ab\n" -#: src/pacman/pacman.c:132 +#: src/pacman/pacman.c:134  #, c-format  msgid ""  "  -s, --search         search locally-installed packages for matching "  "strings\n" -msgstr "" -"  -s, --search         Durchsuche lokal installierte Pakete nach einem Wort\n" +msgstr "  -s, --search         Durchsuche lokal installierte Pakete nach einem Wort\n" -#: src/pacman/pacman.c:133 +#: src/pacman/pacman.c:135  #, c-format  msgid "  -u, --upgrades       list all packages that can be upgraded\n"  msgstr "  -u, --upgrades       Zeige alle aktualisierbaren Pakete an\n" -#: src/pacman/pacman.c:135 +#: src/pacman/pacman.c:137  #, c-format  msgid "usage:  %s {-S --sync} [options] [package]\n"  msgstr "Benutzung:  %s {-S --sync} [Optionen] [Paket]\n" -#: src/pacman/pacman.c:137 +#: src/pacman/pacman.c:139  #, c-format  msgid ""  "  -c, --clean          remove old packages from cache directory (-cc for " @@ -508,12 +502,12 @@ msgstr ""  "  -c, --clean          Entfernt alte Pakete aus dem Paketpuffer(-cc für "  "alle)\n" -#: src/pacman/pacman.c:139 +#: src/pacman/pacman.c:141  #, c-format  msgid "  -e, --dependsonly    install dependencies only\n"  msgstr "  -e, --dependsonly    Nur Abhängigkeiten installieren\n" -#: src/pacman/pacman.c:143 +#: src/pacman/pacman.c:145  #, c-format  msgid ""  "  -p, --print-uris     print out URIs for given packages and their " @@ -522,19 +516,17 @@ msgstr ""  "  -p, --print-uris     URIs der angegebenen Pakete und deren Abhängigkeiten\n"  "                       ausgeben\n" -#: src/pacman/pacman.c:144 +#: src/pacman/pacman.c:146  #, c-format -msgid "" -"  -s, --search         search remote repositories for matching strings\n" -msgstr "" -"  -s, --search         Durchsuche entfernte Repositorien nach einem Wort\n" +msgid "  -s, --search         search remote repositories for matching strings\n" +msgstr "  -s, --search         Durchsuche entfernte Repositorien nach einem Wort\n" -#: src/pacman/pacman.c:145 +#: src/pacman/pacman.c:147  #, c-format  msgid "  -u, --sysupgrade     upgrade all packages that are out of date\n"  msgstr "  -u, --sysupgrade     Alle veralteten Pakete aktualisieren\n" -#: src/pacman/pacman.c:146 +#: src/pacman/pacman.c:148  #, c-format  msgid ""  "  -w, --downloadonly   download packages but do not install/upgrade " @@ -543,13 +535,12 @@ msgstr ""  "  -w, --downloadonly   Lade Pakete herunter, aber nichts installieren oder\n"  "                       aktualisieren\n" -#: src/pacman/pacman.c:147 +#: src/pacman/pacman.c:149  #, c-format -msgid "" -"  -y, --refresh        download fresh package databases from the server\n" +msgid "  -y, --refresh        download fresh package databases from the server\n"  msgstr "  -y, --refresh        Lade frische Paketdatenbank vom Server\n" -#: src/pacman/pacman.c:148 +#: src/pacman/pacman.c:150  #, c-format  msgid ""  "      --ignore <pkg>   ignore a package upgrade (can be used more than " @@ -558,207 +549,202 @@ msgstr ""  "      --ignore <pkg>   Ignoriere ein neues Paket (kann mehrfach genutzt\n"  "                       werden)\n" -#: src/pacman/pacman.c:150 +#: src/pacman/pacman.c:152  #, c-format  msgid "      --config <path>  set an alternate configuration file\n"  msgstr "      --config <Pfad>  Setzt eine alternative Konfigurationsdatei\n" -#: src/pacman/pacman.c:151 +#: src/pacman/pacman.c:153  #, c-format  msgid "      --noconfirm      do not ask for anything confirmation\n"  msgstr "      --noconfirm      Niemals nach einer Bestätigung fragen\n" -#: src/pacman/pacman.c:152 +#: src/pacman/pacman.c:154  #, c-format -msgid "" -"      --ask <number>   pre-specify answers for questions (see manpage)\n" -msgstr "" -"      --ask <Nummer>   Antworten für Fragen vorherbestimmen (Siehe manpage)\n" +msgid "      --ask <number>   pre-specify answers for questions (see manpage)\n" +msgstr "      --ask <Nummer>   Antworten für Fragen vorherbestimmen (Siehe manpage)\n" -#: src/pacman/pacman.c:153 +#: src/pacman/pacman.c:155  #, c-format -msgid "" -"      --noprogressbar  do not show a progress bar when downloading files\n" +msgid "      --noprogressbar  do not show a progress bar when downloading files\n"  msgstr ""  "      --noprogressbar  Keine Fortschrittsanzeige anzeigen, wenn Dateien\n"  "                       heruntergeladen werden\n" -#: src/pacman/pacman.c:154 +#: src/pacman/pacman.c:156  #, c-format -msgid "" -"      --noscriptlet    do not execute the install scriptlet if there is any\n" -msgstr "" -"      --noscriptlet    Installationskript nicht ausführen, falls vorhanden\n" +msgid "      --noscriptlet    do not execute the install scriptlet if there is any\n" +msgstr "      --noscriptlet    Installationskript nicht ausführen, falls vorhanden\n" -#: src/pacman/pacman.c:155 +#: src/pacman/pacman.c:157  #, c-format  msgid "  -v, --verbose        be verbose\n"  msgstr "  -v, --verbose        Sei gesprächig\n" -#: src/pacman/pacman.c:156 +#: src/pacman/pacman.c:158  #, c-format  msgid "  -r, --root <path>    set an alternate installation root\n"  msgstr ""  "  -r, --root <Pfad>    Benutze ein alternatives Wurzelverzeichnis zur\n"  "                       Installation\n" -#: src/pacman/pacman.c:157 +#: src/pacman/pacman.c:159  #, c-format  msgid "  -b, --dbpath <path>  set an alternate database location\n"  msgstr "  -b, --dbpath <Pfad>  Setzt einen anderen Ort für die Datenbank\n" -#: src/pacman/pacman.c:158 +#: src/pacman/pacman.c:160  #, c-format  msgid "      --cachedir <dir> set an alternate package cache location\n"  msgstr "  -b, --dbpath <Pfad>  Setzt einen anderen Ort für den Paketpuffer\n" -#: src/pacman/pacman.c:171 +#: src/pacman/pacman.c:173  #, c-format  msgid "                       This program may be freely redistributed under\n"  msgstr "                       Dieses Programm ist frei verfügbar unter\n" -#: src/pacman/pacman.c:172 +#: src/pacman/pacman.c:174  #, c-format  msgid "                       the terms of the GNU General Public License\n"  msgstr "                       der GNU General Public License\n" -#: src/pacman/pacman.c:297 +#: src/pacman/pacman.c:299  #, c-format  msgid "'%s' is not a valid debug level"  msgstr "'%s' ist kein gültiger Debug-Level" -#: src/pacman/pacman.c:312 +#: src/pacman/pacman.c:314  #, c-format  msgid "'%s' is not a valid cache directory\n"  msgstr "'%s' ist kein gültiges Paketpuffer-Verzeichnis\n" -#: src/pacman/pacman.c:330 +#: src/pacman/pacman.c:332  #, c-format  msgid "'%s' is not a valid db path\n"  msgstr "'%s' ist kein gültiger Db-Pfad\n" -#: src/pacman/pacman.c:360 +#: src/pacman/pacman.c:362  #, c-format  msgid "'%s' is not a valid root path\n"  msgstr "'%s' ist kein gültiger root-Pfad\n" -#: src/pacman/pacman.c:387 +#: src/pacman/pacman.c:389  msgid "only one operation may be used at a time\n"  msgstr "Es ist nur eine Operation zur selben Zeit erlaubt\n" -#: src/pacman/pacman.c:433 +#: src/pacman/pacman.c:435  #, fuzzy  msgid "warning: current locale is invalid; using default \"C\" locale"  msgstr ""  "Warnung: Die Standard-Ortseinstellung ist ungültig; verwende Standard-\"C\"-"  "Ortseinstellung" -#: src/pacman/pacman.c:453 +#: src/pacman/pacman.c:455  #, c-format  msgid "failed to initilize alpm library (%s)\n"  msgstr "Konnte alpm-Bibliothek nicht initialisieren (%s)\n" -#: src/pacman/pacman.c:486 +#: src/pacman/pacman.c:488  msgid "you cannot perform this operation unless you are root.\n"  msgstr "Sie benötigen root-Rechte, um diese Operation ausführen zu können\n" -#: src/pacman/pacman.c:502 +#: src/pacman/pacman.c:504  #, c-format  msgid "failed to parse config (%s)\n"  msgstr "Konnte Konfiguration nicht lesen (%s)\n" -#: src/pacman/pacman.c:512 src/pacman/remove.c:125 src/pacman/util.c:323 +#: src/pacman/pacman.c:514 src/pacman/remove.c:128 src/pacman/util.c:324  msgid "Targets:"  msgstr "Pakete:" -#: src/pacman/pacman.c:518 +#: src/pacman/pacman.c:520  #, c-format  msgid "could not register 'local' database (%s)\n"  msgstr "Kein auf die lokale Datenbank (%s)\n" -#: src/pacman/pacman.c:525 +#: src/pacman/pacman.c:527  msgid "no targets specified (use -h for help)\n"  msgstr "Keine Pakete angegeben (benutzen Sie -h für Hilfe)\n" -#: src/pacman/pacman.c:538 +#: src/pacman/pacman.c:540  msgid "no operation specified (use -h for help)\n"  msgstr "Keine Operation angegeben (benutzen Sie -h für Hilfe)\n" -#: src/pacman/query.c:53 +#: src/pacman/query.c:56  msgid "no file was specified for --owns\n"  msgstr "Es wurde keine Datei für --owns angegeben\n" -#: src/pacman/query.c:71 +#: src/pacman/query.c:74  #, c-format  msgid "%s is owned by %s %s\n"  msgstr "%s ist in %s %s enthalten\n" -#: src/pacman/query.c:78 +#: src/pacman/query.c:81  #, c-format  msgid "No package owns %s\n"  msgstr "Kein Paket enthält %s\n" -#: src/pacman/query.c:119 src/pacman/sync.c:453 +#: src/pacman/query.c:122 src/pacman/sync.c:453  msgid "no usable package repositories configured.\n"  msgstr "Keine brauchbaren Paket-Repositorien konfiguriert.\n" -#: src/pacman/query.c:125 +#: src/pacman/query.c:128  msgid "Checking for package upgrades..."  msgstr "Suche nach aktualisierbaren Paketen..." -#: src/pacman/query.c:132 +#: src/pacman/query.c:135  msgid "no upgrades found"  msgstr "Keine Aktualisierungen gefunden" -#: src/pacman/query.c:170 +#: src/pacman/query.c:173  #, c-format  msgid "group \"%s\" was not found\n"  msgstr "Gruppe \"%s\" wurde nicht gefunden\n" -#: src/pacman/query.c:181 +#: src/pacman/query.c:184  msgid "no package file was specified for --file\n"  msgstr "Es wurde kein Paket für --file angegeben\n" -#: src/pacman/query.c:185 +#: src/pacman/query.c:188  #, c-format  msgid "failed to load package '%s' (%s)\n"  msgstr "Konnte Paket '%s' nicht laden (%s)\n" -#: src/pacman/query.c:223 src/pacman/query.c:255 +#: src/pacman/query.c:226 src/pacman/query.c:258  #, c-format  msgid "package \"%s\" not found\n"  msgstr "Paket \"%s\" nicht gefunden\n" -#: src/pacman/remove.c:58 src/pacman/sync.c:568 +#: src/pacman/remove.c:61 src/pacman/sync.c:568  #, c-format  msgid ":: group %s:\n"  msgstr ":: Gruppe %s:\n" -#: src/pacman/remove.c:60 +#: src/pacman/remove.c:63  msgid "    Remove whole content? [Y/n] "  msgstr "    Den gesamten Inhalt entfernen? [J/n] " -#: src/pacman/remove.c:64 +#: src/pacman/remove.c:67  #, c-format  msgid ":: Remove %s from group %s? [Y/n] "  msgstr ":: %s aus Gruppe %s entfernen? [J/n] " -#: src/pacman/remove.c:77 src/pacman/sync.c:480 src/pacman/sync.c:529 +#: src/pacman/remove.c:80 src/pacman/sync.c:480 src/pacman/sync.c:529  #, c-format  msgid "failed to init transaction (%s)\n"  msgstr "Konnte den Vorgang (%s) nicht starten\n" -#: src/pacman/remove.c:89 +#: src/pacman/remove.c:92  #, c-format  msgid "failed to add target '%s' (%s)\n"  msgstr "Konnte Paket '%s' nicht hinzufügen (%s)\n" -#: src/pacman/remove.c:103 +#: src/pacman/remove.c:106  #, c-format  msgid ":: %s is required by %s\n"  msgstr ":: %s wird benötigt von %s\n" -#: src/pacman/remove.c:128 +#: src/pacman/remove.c:131  msgid ""  "\n"  "Do you want to remove these packages? [Y/n] " @@ -929,137 +915,135 @@ msgstr ""  msgid "Proceed with installation? [Y/n] "  msgstr "Installation fortsetzen? [J/n] " -#: src/pacman/trans.c:53 +#: src/pacman/trans.c:55  msgid "checking dependencies... "  msgstr "Prüfe Abhängigkeiten... " -#: src/pacman/trans.c:57 +#: src/pacman/trans.c:59  msgid "checking for file conflicts... "  msgstr "Prüfe auf Dateikonflikte... " -#: src/pacman/trans.c:61 +#: src/pacman/trans.c:63  msgid "cleaning up... "  msgstr "Räume auf... " -#: src/pacman/trans.c:64 +#: src/pacman/trans.c:66  msgid "resolving dependencies... "  msgstr "Löse Abhängigkeiten auf... " -#: src/pacman/trans.c:67 +#: src/pacman/trans.c:69  msgid "looking for inter-conflicts... "  msgstr "Suche nach Zwischen-Konflikten... " -#: src/pacman/trans.c:87 +#: src/pacman/trans.c:89  #, c-format  msgid "installing %s... "  msgstr "Installiere %s... " -#: src/pacman/trans.c:94 +#: src/pacman/trans.c:96  #, c-format  msgid "installed %s (%s)"  msgstr "%s (%s) installiert" -#: src/pacman/trans.c:101 +#: src/pacman/trans.c:103  #, c-format  msgid "removing %s... "  msgstr "Entferne %s... " -#: src/pacman/trans.c:108 +#: src/pacman/trans.c:110  #, c-format  msgid "removed %s (%s)"  msgstr "%s (%s) entfernt" -#: src/pacman/trans.c:115 +#: src/pacman/trans.c:117  #, c-format  msgid "upgrading %s... "  msgstr "Aktualisiere %s... " -#: src/pacman/trans.c:122 +#: src/pacman/trans.c:124  #, c-format  msgid "upgraded %s (%s -> %s)"  msgstr "%s (%s -> %s) aktualisiert" -#: src/pacman/trans.c:129 +#: src/pacman/trans.c:131  msgid "checking package integrity... "  msgstr "Prüfe Paketintegrität... " -#: src/pacman/trans.c:145 +#: src/pacman/trans.c:147  msgid "failed.\n"  msgstr "fehlgeschlagen.\n" -#: src/pacman/trans.c:152 +#: src/pacman/trans.c:154  #, c-format  msgid ":: Retrieving packages from %s...\n"  msgstr ":: Empfange Pakete von %s...\n" -#: src/pacman/trans.c:172 +#: src/pacman/trans.c:175  #, c-format -msgid ":: %s requires %s, but it is in IgnorePkg. Install anyway? [Y/n] " -msgstr "" -":: %s ist in IgnorePkg, wird aber von %s benötigt. Trotzdem installieren? [J/" -"n] " +msgid ":: %1$s requires %2$s from IgnorePkg. Install %2$s? [Y/n] " +msgstr ":: %1$s benötigt %2$s aus IgnorePkg. %2$s installieren? [J/n] " -#: src/pacman/trans.c:177 +#: src/pacman/trans.c:180  #, c-format  msgid ":: %s is in IgnorePkg. Install anyway? [Y/n] "  msgstr ":: %s ist in IgnorePkg. Trotzdem installieren? [J/n] " -#: src/pacman/trans.c:190 +#: src/pacman/trans.c:193  #, c-format  msgid ":: %s is designated as a HoldPkg. Remove anyway? [Y/n] "  msgstr ":: %s ist als ein HoldPkg gekennzeichnet. Trotzdem entfernen? [J/n] " -#: src/pacman/trans.c:203 +#: src/pacman/trans.c:206  #, c-format  msgid ":: Replace %s with %s/%s? [Y/n] "  msgstr ":: %s mit %s/%s ersetzen? [J/n] " -#: src/pacman/trans.c:218 +#: src/pacman/trans.c:221  #, c-format  msgid ":: %s conflicts with %s. Remove %s? [Y/n] "  msgstr ":: %s steht im Konflikt mit %s. %s entfernen? [J/n] " -#: src/pacman/trans.c:234 +#: src/pacman/trans.c:237  #, c-format  msgid ":: %s-%s: local version is newer. Upgrade anyway? [Y/n] "  msgstr ":: %s-%s: Lokale Version ist neuer. Trotzdem aktualisieren? [J/n] " -#: src/pacman/trans.c:252 +#: src/pacman/trans.c:255  #, c-format  msgid ":: %s-%s: local version is up to date. Upgrade anyway? [Y/n] "  msgstr ":: %s-%s: Lokale Version ist aktuell. Trotzdem aktualisieren? [J/n] " -#: src/pacman/trans.c:270 +#: src/pacman/trans.c:273  #, c-format  msgid ":: Archive %s is corrupted. Do you want to delete it? [Y/n] "  msgstr ":: Archiv %s ist beschädigt. Möchten Sie es löschen? [J/n] " -#: src/pacman/trans.c:326 +#: src/pacman/trans.c:329  msgid "installing"  msgstr "Installiere" -#: src/pacman/trans.c:329 +#: src/pacman/trans.c:332  msgid "upgrading"  msgstr "Aktualisiere" -#: src/pacman/trans.c:332 +#: src/pacman/trans.c:335  msgid "removing"  msgstr "entferne" -#: src/pacman/trans.c:335 +#: src/pacman/trans.c:338  msgid "checking for file conflicts" -msgstr "Prüfe auf Dateikonflikte" +msgstr "Pruefe auf Dateikonflikte" -#: src/pacman/util.c:258 +#: src/pacman/util.c:259  #, c-format  msgid "None\n"  msgstr "Nichts\n" -#: src/pacman/util.c:310 +#: src/pacman/util.c:311  msgid "Remove:"  msgstr "Entfernen:" -#: src/pacman/util.c:318 +#: src/pacman/util.c:319  #, c-format  msgid ""  "\n" @@ -1068,7 +1052,7 @@ msgstr ""  "\n"  "Gesamtgröße der zu entfernenden Pakete : %.2f MB\n" -#: src/pacman/util.c:329 +#: src/pacman/util.c:330  #, c-format  msgid ""  "\n" @@ -1077,7 +1061,8 @@ msgstr ""  "\n"  "Gesamte Paketgröße                     : %.2f MB\n" -#: src/pacman/util.c:336 +#: src/pacman/util.c:337  #, c-format  msgid "Total Installed Size:   %.2f MB\n"  msgstr "Gesamtgröße der installierten Pakete   : %.2f MB\n" + diff --git a/src/pacman/po/en_GB.po b/src/pacman/po/en_GB.po new file mode 100644 index 00000000..24e4c53e --- /dev/null +++ b/src/pacman/po/en_GB.po @@ -0,0 +1,1075 @@ +# English (British) translations for Pacman package manager package. +# Copyright (C) 2007 Judd Vinet <jvinet@zeroflux.org> +# This file is distributed under the same license as the Pacman package manager package. +# Jeff Bailes <thepizzaking@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-07 21:06+1100\n" +"PO-Revision-Date: 2007-03-07 21:16+1100\n" +"Last-Translator: Jeff Bailes <thepizzaking@gmail.com>\n" +"Language-Team: English <en_gb@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);" + +#: src/pacman/add.c:72 src/pacman/remove.c:82 src/pacman/sync.c:482 +#: src/pacman/sync.c:531 +#, c-format +msgid "" +"       if you're sure a package manager is not already running,\n" +"       you can remove %s%s\n" +msgstr "" +"       if you're sure a package manager is not already running,\n" +"       you can remove %s%s\n" + +#: src/pacman/add.c:79 +msgid "loading package data... " +msgstr "loading package data... " + +#: src/pacman/add.c:83 +#, c-format +msgid "failed to add target '%s' (%s)" +msgstr "failed to add target '%s' (%s)" + +#: src/pacman/add.c:88 src/pacman/sync.c:196 src/pacman/trans.c:73 +#: src/pacman/trans.c:80 src/pacman/trans.c:84 src/pacman/trans.c:94 +#: src/pacman/trans.c:108 src/pacman/trans.c:122 src/pacman/trans.c:134 +#: src/pacman/trans.c:145 +msgid "done.\n" +msgstr "done.\n" + +#: src/pacman/add.c:95 src/pacman/remove.c:101 src/pacman/sync.c:616 +#, c-format +msgid "failed to prepare transaction (%s)\n" +msgstr "failed to prepare transaction (%s)\n" + +#: src/pacman/add.c:104 +#, c-format +msgid ":: %s: requires %s" +msgstr ":: %s: requires %s" + +#: src/pacman/add.c:125 src/pacman/sync.c:645 +#, c-format +msgid ":: %s: conflicts with %s" +msgstr ":: %s: conflicts with %s" + +#: src/pacman/add.c:134 src/pacman/sync.c:709 +#, c-format +msgid "%s exists in both '%s' and '%s'\n" +msgstr "%s exists in both '%s' and '%s'\n" + +#: src/pacman/add.c:140 src/pacman/sync.c:715 +#, c-format +msgid "%s: %s exists in filesystem\n" +msgstr "%s: %s exists in filesystem\n" + +#: src/pacman/add.c:146 src/pacman/sync.c:721 src/pacman/sync.c:727 +msgid "" +"\n" +"errors occurred, no packages were upgraded.\n" +msgstr "" +"\n" +"errors occurred, no packages were upgraded.\n" + +#: src/pacman/add.c:156 src/pacman/sync.c:652 +#, c-format +msgid ":: %.1f MB required, have %.1f MB" +msgstr ":: %.1f MB required, have %.1f MB" + +#: src/pacman/add.c:169 src/pacman/remove.c:141 src/pacman/sync.c:702 +#, c-format +msgid "failed to commit transaction (%s)\n" +msgstr "failed to commit transaction (%s)\n" + +#: src/pacman/add.c:179 src/pacman/remove.c:151 src/pacman/sync.c:524 +#: src/pacman/sync.c:743 +#, c-format +msgid "failed to release transaction (%s)\n" +msgstr "failed to release transaction (%s)\n" + +#: src/pacman/deptest.c:86 +#, c-format +msgid "requires: %s" +msgstr "requires: %s" + +#: src/pacman/log.c:63 +#, c-format +msgid "debug" +msgstr "debug" + +#: src/pacman/log.c:66 +#, c-format +msgid "error" +msgstr "error" + +#: src/pacman/log.c:69 +#, c-format +msgid "warning" +msgstr "warning" + +#: src/pacman/log.c:75 +#, c-format +msgid "function" +msgstr "function" + +#: src/pacman/log.c:194 +msgid "Y" +msgstr "Y" + +#: src/pacman/log.c:194 +msgid "YES" +msgstr "YES" + +#: src/pacman/log.h:30 +msgid "error: " +msgstr "error: " + +#: src/pacman/log.h:34 +msgid "warning: " +msgstr "warning: " + +#: src/pacman/package.c:60 +msgid "Explicitly installed" +msgstr "Explicitly installed" + +#: src/pacman/package.c:63 +msgid "Installed as a dependency for another package" +msgstr "Installed as a dependency for another package" + +#: src/pacman/package.c:66 src/pacman/package.c:90 +msgid "Unknown" +msgstr "Unknown" + +#: src/pacman/package.c:70 src/pacman/package.c:121 +msgid "Description    : " +msgstr "Description    : " + +#: src/pacman/package.c:73 src/pacman/package.c:127 +#, c-format +msgid "Name           : %s\n" +msgstr "Name           : %s\n" + +#: src/pacman/package.c:74 src/pacman/package.c:128 +#, c-format +msgid "Version        : %s\n" +msgstr "Version        : %s\n" + +#: src/pacman/package.c:75 +#, c-format +msgid "URL            : %s\n" +msgstr "URL            : %s\n" + +#: src/pacman/package.c:76 +msgid "License        :" +msgstr "Licence        :" + +#: src/pacman/package.c:77 src/pacman/package.c:129 +msgid "Groups         :" +msgstr "Groups         :" + +#: src/pacman/package.c:78 src/pacman/package.c:130 +msgid "Provides       :" +msgstr "Provides       :" + +#: src/pacman/package.c:79 src/pacman/package.c:131 +msgid "Depends On     :" +msgstr "Depends On     :" + +#: src/pacman/package.c:80 src/pacman/package.c:132 +msgid "Removes        :" +msgstr "Removes        :" + +#: src/pacman/package.c:83 +msgid "Required By    :" +msgstr "Required By    :" + +#: src/pacman/package.c:85 src/pacman/package.c:133 +msgid "Conflicts With :" +msgstr "Conflicts With :" + +#: src/pacman/package.c:86 +#, c-format +msgid "Installed Size : %ld K\n" +msgstr "Installed Size : %ld K\n" + +#: src/pacman/package.c:87 +#, c-format +msgid "Packager       : %s\n" +msgstr "Packager       : %s\n" + +#: src/pacman/package.c:88 +#, c-format +msgid "Architecture   : %s\n" +msgstr "Architecture   : %s\n" + +#: src/pacman/package.c:89 +#, c-format +msgid "Build Date     : %s %s\n" +msgstr "Build Date     : %s %s\n" + +#: src/pacman/package.c:90 +#, c-format +msgid "Build Type     : %s\n" +msgstr "Build Type     : %s\n" + +#: src/pacman/package.c:92 +#, c-format +msgid "Install Date   : %s %s\n" +msgstr "Install Date   : %s %s\n" + +#: src/pacman/package.c:93 +#, c-format +msgid "Install Reason : %s\n" +msgstr "Install Reason : %s\n" + +#: src/pacman/package.c:95 +#, c-format +msgid "Install Script : %s\n" +msgstr "Install Script : %s\n" + +#: src/pacman/package.c:96 +msgid "Yes" +msgstr "Yes" + +#: src/pacman/package.c:96 +msgid "No" +msgstr "No" + +#: src/pacman/package.c:126 +#, c-format +msgid "Repository     : %s\n" +msgstr "Repository     : %s\n" + +#: src/pacman/package.c:134 +msgid "Replaces       :" +msgstr "Replaces       :" + +#: src/pacman/package.c:135 +#, c-format +msgid "Download Size  : %6.2f K\n" +msgstr "Download Size  : %6.2f K\n" + +#: src/pacman/package.c:136 +#, c-format +msgid "Installed Size : %6.2f K\n" +msgstr "Installed Size : %6.2f K\n" + +#: src/pacman/package.c:144 +#, c-format +msgid "MD5 Sum        : %s" +msgstr "MD5 Sum        : %s" + +#: src/pacman/package.c:147 +#, c-format +msgid "SHA1 Sum       : %s" +msgstr "SHA1 Sum       : %s" + +#: src/pacman/package.c:158 +#, c-format +msgid "Backup Files:\n" +msgstr "Backup Files:\n" + +#: src/pacman/package.c:180 +#, c-format +msgid "error calculating checksums for %s\n" +msgstr "error calculating checksums for %s\n" + +#: src/pacman/package.c:193 +#, c-format +msgid "MODIFIED\t%s\n" +msgstr "MODIFIED\t%s\n" + +#: src/pacman/package.c:195 +#, c-format +msgid "Not Modified\t%s\n" +msgstr "Not Modified\t%s\n" + +#: src/pacman/package.c:200 +#, c-format +msgid "MISSING\t\t%s\n" +msgstr "MISSING\t\t%s\n" + +#: src/pacman/package.c:206 +#, c-format +msgid "(none)\n" +msgstr "(none)\n" + +#: src/pacman/package.c:246 +#, c-format +msgid "No changelog available for '%s'.\n" +msgstr "No changelog available for '%s'.\n" + +#: src/pacman/pacman.c:90 +#, c-format +msgid "usage:  %s {-h --help}\n" +msgstr "usage:  %s {-h --help}\n" + +#: src/pacman/pacman.c:91 +#, c-format +msgid "        %s {-V --version}\n" +msgstr "        %s {-V --version}\n" + +#: src/pacman/pacman.c:92 +#, c-format +msgid "        %s {-A --add}     [options] <file>\n" +msgstr "        %s {-A --add}     [options] <file>\n" + +#: src/pacman/pacman.c:93 +#, c-format +msgid "        %s {-F --freshen} [options] <file>\n" +msgstr "        %s {-F --freshen} [options] <file>\n" + +#: src/pacman/pacman.c:94 +#, c-format +msgid "        %s {-Q --query}   [options] [package]\n" +msgstr "        %s {-Q --query}   [options] [package]\n" + +#: src/pacman/pacman.c:95 +#, c-format +msgid "        %s {-R --remove}  [options] <package>\n" +msgstr "        %s {-R --remove}  [options] <package>\n" + +#: src/pacman/pacman.c:96 +#, c-format +msgid "        %s {-S --sync}    [options] [package]\n" +msgstr "        %s {-S --sync}    [options] [package]\n" + +#: src/pacman/pacman.c:97 +#, c-format +msgid "        %s {-U --upgrade} [options] <file>\n" +msgstr "        %s {-U --upgrade} [options] <file>\n" + +#: src/pacman/pacman.c:98 +#, c-format +msgid "" +"\n" +"use '%s --help' with other options for more syntax\n" +msgstr "" +"\n" +"use '%s --help' with other options for more syntax\n" + +#: src/pacman/pacman.c:101 +#, c-format +msgid "usage:  %s {-A --add} [options] <file>\n" +msgstr "usage:  %s {-A --add} [options] <file>\n" + +#: src/pacman/pacman.c:102 src/pacman/pacman.c:107 src/pacman/pacman.c:119 +#: src/pacman/pacman.c:124 src/pacman/pacman.c:138 +#, c-format +msgid "options:\n" +msgstr "options:\n" + +#: src/pacman/pacman.c:103 src/pacman/pacman.c:109 src/pacman/pacman.c:120 +#: src/pacman/pacman.c:140 +#, c-format +msgid "  -d, --nodeps         skip dependency checks\n" +msgstr "  -d, --nodeps         skip dependency checks\n" + +#: src/pacman/pacman.c:104 src/pacman/pacman.c:121 src/pacman/pacman.c:142 +#, c-format +msgid "  -f, --force          force install, overwrite conflicting files\n" +msgstr "  -f, --force          force install, overwrite conflicting files\n" + +#: src/pacman/pacman.c:106 +#, c-format +msgid "usage:  %s {-R --remove} [options] <package>\n" +msgstr "usage:  %s {-R --remove} [options] <package>\n" + +#: src/pacman/pacman.c:108 +#, c-format +msgid "" +"  -c, --cascade        remove packages and all packages that depend on them\n" +msgstr "" +"  -c, --cascade        remove packages and all packages that depend on them\n" + +#: src/pacman/pacman.c:110 +#, c-format +msgid "" +"  -k, --dbonly         only remove database entry, do not remove files\n" +msgstr "" +"  -k, --dbonly         only remove database entry, do not remove files\n" + +#: src/pacman/pacman.c:111 +#, c-format +msgid "  -n, --nosave         remove configuration files as well\n" +msgstr "  -n, --nosave         remove configuration files as well\n" + +#: src/pacman/pacman.c:112 +#, c-format +msgid "" +"  -s, --recursive      remove dependencies also (that won't break packages)\n" +msgstr "" +"  -s, --recursive      remove dependencies also (that won't break packages)\n" + +#: src/pacman/pacman.c:115 +#, c-format +msgid "usage:  %s {-F --freshen} [options] <file>\n" +msgstr "usage:  %s {-F --freshen} [options] <file>\n" + +#: src/pacman/pacman.c:117 +#, c-format +msgid "usage:  %s {-U --upgrade} [options] <file>\n" +msgstr "usage:  %s {-U --upgrade} [options] <file>\n" + +#: src/pacman/pacman.c:123 +#, c-format +msgid "usage:  %s {-Q --query} [options] [package]\n" +msgstr "usage:  %s {-Q --query} [options] [package]\n" + +#: src/pacman/pacman.c:125 +#, c-format +msgid "  -c, --changelog      view the changelog of a package\n" +msgstr "  -c, --changelog      view the changelog of a package\n" + +#: src/pacman/pacman.c:126 +#, c-format +msgid "" +"  -e, --orphans        list all packages installed as dependencies but no " +"longer\n" +msgstr "" +"  -e, --orphans        list all packages installed as dependencies but no " +"longer\n" + +#: src/pacman/pacman.c:127 +#, c-format +msgid "                       required by any package\n" +msgstr "                       required by any package\n" + +#: src/pacman/pacman.c:128 src/pacman/pacman.c:143 +#, c-format +msgid "  -g, --groups         view all members of a package group\n" +msgstr "  -g, --groups         view all members of a package group\n" + +#: src/pacman/pacman.c:129 src/pacman/pacman.c:144 +#, c-format +msgid "  -i, --info           view package information\n" +msgstr "  -i, --info           view package information\n" + +#: src/pacman/pacman.c:130 +#, c-format +msgid "  -l, --list           list the contents of the queried package\n" +msgstr "  -l, --list           list the contents of the queried package\n" + +#: src/pacman/pacman.c:131 +#, c-format +msgid "" +"  -m, --foreign        list all packages that were not found in the sync db" +"(s)\n" +msgstr "" +"  -m, --foreign        list all packages that were not found in the sync db" +"(s)\n" + +#: src/pacman/pacman.c:132 +#, c-format +msgid "  -o, --owns <file>    query the package that owns <file>\n" +msgstr "  -o, --owns <file>    query the package that owns <file>\n" + +#: src/pacman/pacman.c:133 +#, c-format +msgid "" +"  -p, --file           query the package file [package] instead of the " +"database\n" +msgstr "" +"  -p, --file           query the package file [package] instead of the " +"database\n" + +#: src/pacman/pacman.c:134 +#, c-format +msgid "" +"  -s, --search         search locally-installed packages for matching " +"strings\n" +msgstr "" +"  -s, --search         search locally-installed packages for matching " +"strings\n" + +#: src/pacman/pacman.c:135 +#, c-format +msgid "  -u, --upgrades       list all packages that can be upgraded\n" +msgstr "  -u, --upgrades       list all packages that can be upgraded\n" + +#: src/pacman/pacman.c:137 +#, c-format +msgid "usage:  %s {-S --sync} [options] [package]\n" +msgstr "usage:  %s {-S --sync} [options] [package]\n" + +#: src/pacman/pacman.c:139 +#, c-format +msgid "" +"  -c, --clean          remove old packages from cache directory (-cc for " +"all)\n" +msgstr "" +"  -c, --clean          remove old packages from cache directory (-cc for " +"all)\n" + +#: src/pacman/pacman.c:141 +#, c-format +msgid "  -e, --dependsonly    install dependencies only\n" +msgstr "  -e, --dependsonly    install dependencies only\n" + +#: src/pacman/pacman.c:145 +#, c-format +msgid "" +"  -p, --print-uris     print out URIs for given packages and their " +"dependencies\n" +msgstr "" +"  -p, --print-uris     print out URIs for given packages and their " +"dependencies\n" + +#: src/pacman/pacman.c:146 +#, c-format +msgid "" +"  -s, --search         search remote repositories for matching strings\n" +msgstr "" +"  -s, --search         search remote repositories for matching strings\n" + +#: src/pacman/pacman.c:147 +#, c-format +msgid "  -u, --sysupgrade     upgrade all packages that are out of date\n" +msgstr "  -u, --sysupgrade     upgrade all packages that are out of date\n" + +#: src/pacman/pacman.c:148 +#, c-format +msgid "" +"  -w, --downloadonly   download packages but do not install/upgrade " +"anything\n" +msgstr "" +"  -w, --downloadonly   download packages but do not install/upgrade " +"anything\n" + +#: src/pacman/pacman.c:149 +#, c-format +msgid "" +"  -y, --refresh        download fresh package databases from the server\n" +msgstr "" +"  -y, --refresh        download fresh package databases from the server\n" + +#: src/pacman/pacman.c:150 +#, c-format +msgid "" +"      --ignore <pkg>   ignore a package upgrade (can be used more than " +"once)\n" +msgstr "" +"      --ignore <pkg>   ignore a package upgrade (can be used more than " +"once)\n" + +#: src/pacman/pacman.c:152 +#, c-format +msgid "      --config <path>  set an alternate configuration file\n" +msgstr "      --config <path>  set an alternate configuration file\n" + +#: src/pacman/pacman.c:153 +#, c-format +msgid "      --noconfirm      do not ask for anything confirmation\n" +msgstr "      --noconfirm      do not ask for anything confirmation\n" + +#: src/pacman/pacman.c:154 +#, c-format +msgid "" +"      --ask <number>   pre-specify answers for questions (see manpage)\n" +msgstr "" +"      --ask <number>   pre-specify answers for questions (see manpage)\n" + +#: src/pacman/pacman.c:155 +#, c-format +msgid "" +"      --noprogressbar  do not show a progress bar when downloading files\n" +msgstr "" +"      --noprogressbar  do not show a progress bar when downloading files\n" + +#: src/pacman/pacman.c:156 +#, c-format +msgid "" +"      --noscriptlet    do not execute the install scriptlet if there is any\n" +msgstr "" +"      --noscriptlet    do not execute the install scriptlet if there is any\n" + +#: src/pacman/pacman.c:157 +#, c-format +msgid "  -v, --verbose        be verbose\n" +msgstr "  -v, --verbose        be verbose\n" + +#: src/pacman/pacman.c:158 +#, c-format +msgid "  -r, --root <path>    set an alternate installation root\n" +msgstr "  -r, --root <path>    set an alternate installation root\n" + +#: src/pacman/pacman.c:159 +#, c-format +msgid "  -b, --dbpath <path>  set an alternate database location\n" +msgstr "  -b, --dbpath <path>  set an alternate database location\n" + +#: src/pacman/pacman.c:160 +#, c-format +msgid "      --cachedir <dir> set an alternate package cache location\n" +msgstr "      --cachedir <dir> set an alternate package cache location\n" + +#: src/pacman/pacman.c:173 +#, c-format +msgid "                       This program may be freely redistributed under\n" +msgstr "" +"                       This program may be freely redistributed under\n" + +#: src/pacman/pacman.c:174 +#, c-format +msgid "                       the terms of the GNU General Public License\n" +msgstr "                       the terms of the GNU General Public License\n" + +#: src/pacman/pacman.c:299 +#, c-format +msgid "'%s' is not a valid debug level" +msgstr "'%s' is not a valid debug level" + +#: src/pacman/pacman.c:314 +#, c-format +msgid "'%s' is not a valid cache directory\n" +msgstr "'%s' is not a valid cache directory\n" + +#: src/pacman/pacman.c:332 +#, c-format +msgid "'%s' is not a valid db path\n" +msgstr "'%s' is not a valid db path\n" + +#: src/pacman/pacman.c:362 +#, c-format +msgid "'%s' is not a valid root path\n" +msgstr "'%s' is not a valid root path\n" + +#: src/pacman/pacman.c:389 +msgid "only one operation may be used at a time\n" +msgstr "only one operation may be used at a time\n" + +#: src/pacman/pacman.c:435 +msgid "warning: current locale is invalid; using default \"C\" locale" +msgstr "warning: current locale is invalid; using default \"C\" locale" + +#: src/pacman/pacman.c:455 +#, c-format +msgid "failed to initilize alpm library (%s)\n" +msgstr "failed to initilise alpm library (%s)\n" + +#: src/pacman/pacman.c:488 +msgid "you cannot perform this operation unless you are root.\n" +msgstr "you cannot perform this operation unless you are root.\n" + +#: src/pacman/pacman.c:504 +#, c-format +msgid "failed to parse config (%s)\n" +msgstr "failed to parse config (%s)\n" + +#: src/pacman/pacman.c:514 src/pacman/remove.c:128 src/pacman/util.c:324 +msgid "Targets:" +msgstr "Targets:" + +#: src/pacman/pacman.c:520 +#, c-format +msgid "could not register 'local' database (%s)\n" +msgstr "could not register 'local' database (%s)\n" + +#: src/pacman/pacman.c:527 +msgid "no targets specified (use -h for help)\n" +msgstr "no targets specified (use -h for help)\n" + +#: src/pacman/pacman.c:540 +msgid "no operation specified (use -h for help)\n" +msgstr "no operation specified (use -h for help)\n" + +#: src/pacman/query.c:56 +msgid "no file was specified for --owns\n" +msgstr "no file was specified for --owns\n" + +#: src/pacman/query.c:74 +#, c-format +msgid "%s is owned by %s %s\n" +msgstr "%s is owned by %s %s\n" + +#: src/pacman/query.c:81 +#, c-format +msgid "No package owns %s\n" +msgstr "No package owns %s\n" + +#: src/pacman/query.c:122 src/pacman/sync.c:453 +msgid "no usable package repositories configured.\n" +msgstr "no usable package repositories configured.\n" + +#: src/pacman/query.c:128 +msgid "Checking for package upgrades..." +msgstr "Checking for package upgrades..." + +#: src/pacman/query.c:135 +msgid "no upgrades found" +msgstr "no upgrades found" + +#: src/pacman/query.c:173 +#, c-format +msgid "group \"%s\" was not found\n" +msgstr "group \"%s\" was not found\n" + +#: src/pacman/query.c:184 +msgid "no package file was specified for --file\n" +msgstr "no package file was specified for --file\n" + +#: src/pacman/query.c:188 +#, c-format +msgid "failed to load package '%s' (%s)\n" +msgstr "failed to load package '%s' (%s)\n" + +#: src/pacman/query.c:226 src/pacman/query.c:258 +#, c-format +msgid "package \"%s\" not found\n" +msgstr "package \"%s\" not found\n" + +#: src/pacman/remove.c:61 src/pacman/sync.c:568 +#, c-format +msgid ":: group %s:\n" +msgstr ":: group %s:\n" + +#: src/pacman/remove.c:63 +msgid "    Remove whole content? [Y/n] " +msgstr "    Remove whole content? [Y/n] " + +#: src/pacman/remove.c:67 +#, c-format +msgid ":: Remove %s from group %s? [Y/n] " +msgstr ":: Remove %s from group %s? [Y/n] " + +#: src/pacman/remove.c:80 src/pacman/sync.c:480 src/pacman/sync.c:529 +#, c-format +msgid "failed to init transaction (%s)\n" +msgstr "failed to init transaction (%s)\n" + +#: src/pacman/remove.c:92 +#, c-format +msgid "failed to add target '%s' (%s)\n" +msgstr "failed to add target '%s' (%s)\n" + +#: src/pacman/remove.c:106 +#, c-format +msgid ":: %s is required by %s\n" +msgstr ":: %s is required by %s\n" + +#: src/pacman/remove.c:131 +msgid "" +"\n" +"Do you want to remove these packages? [Y/n] " +msgstr "" +"\n" +"Do you want to remove these packages? [Y/n] " + +#: src/pacman/sync.c:115 +msgid "Do you want to remove old packages from cache? [Y/n] " +msgstr "Do you want to remove old packages from cache? [Y/n] " + +#: src/pacman/sync.c:117 +msgid "removing old packages from cache... " +msgstr "removing old packages from cache... " + +#: src/pacman/sync.c:120 +msgid "could not access cache directory\n" +msgstr "could not access cache directory\n" + +#: src/pacman/sync.c:181 +msgid "Do you want to remove all packages from cache? [Y/n] " +msgstr "Do you want to remove all packages from cache? [Y/n] " + +#: src/pacman/sync.c:183 +msgid "removing all packages from cache... " +msgstr "removing all packages from cache... " + +#: src/pacman/sync.c:186 +msgid "could not remove cache directory\n" +msgstr "could not remove cache directory\n" + +#: src/pacman/sync.c:191 +msgid "could not create new cache directory\n" +msgstr "could not create new cache directory\n" + +#: src/pacman/sync.c:218 +#, c-format +msgid "failed to synchronize %s: %s\n" +msgstr "failed to synchronise %s: %s\n" + +#: src/pacman/sync.c:220 +#, c-format +msgid "failed to update %s (%s)\n" +msgstr "failed to update %s (%s)\n" + +#: src/pacman/sync.c:223 +#, c-format +msgid " %s is up to date\n" +msgstr " %s is up to date\n" + +#: src/pacman/sync.c:345 +#, c-format +msgid "repository '%s' does not exist\n" +msgstr "repository '%s' does not exist\n" + +#: src/pacman/sync.c:361 +#, c-format +msgid "package '%s' was not found in repository '%s'\n" +msgstr "package '%s' was not found in repository '%s'\n" + +#: src/pacman/sync.c:381 +#, c-format +msgid "package '%s' was not found\n" +msgstr "package '%s' was not found\n" + +#: src/pacman/sync.c:418 +#, c-format +msgid "repository \"%s\" was not found.\n" +msgstr "repository \"%s\" was not found.\n" + +#: src/pacman/sync.c:490 +msgid ":: Synchronizing package databases...\n" +msgstr ":: Synchronising package databases...\n" + +#: src/pacman/sync.c:491 +msgid "synchronizing package lists" +msgstr "synchronising package lists" + +#: src/pacman/sync.c:493 +msgid "failed to synchronize any databases" +msgstr "failed to synchronise any databases" + +#: src/pacman/sync.c:499 +msgid ":: Starting full system upgrade...\n" +msgstr ":: Starting full system upgrade...\n" + +#: src/pacman/sync.c:500 +msgid "starting full system upgrade" +msgstr "starting full system upgrade" + +#: src/pacman/sync.c:518 +msgid "" +"\n" +":: pacman has detected a newer version of the \"pacman\" package.\n" +msgstr "" +"\n" +":: pacman has detected a newer version of the \"pacman\" package.\n" + +#: src/pacman/sync.c:519 +msgid ":: It is recommended that you allow pacman to upgrade itself\n" +msgstr ":: It is recommended that you allow pacman to upgrade itself\n" + +#: src/pacman/sync.c:520 +msgid ":: first, then you can re-run the operation with the newer version.\n" +msgstr ":: first, then you can re-run the operation with the newer version.\n" + +#: src/pacman/sync.c:522 +msgid ":: Upgrade pacman first? [Y/n] " +msgstr ":: Upgrade pacman first? [Y/n] " + +#: src/pacman/sync.c:537 +#, c-format +msgid "pacman: %s\n" +msgstr "pacman: %s\n" + +#: src/pacman/sync.c:557 +#, c-format +msgid "'%s': %s\n" +msgstr "'%s': %s\n" + +#: src/pacman/sync.c:572 +msgid ":: Install whole content? [Y/n] " +msgstr ":: Install whole content? [Y/n] " + +#: src/pacman/sync.c:579 +#, c-format +msgid ":: Install %s from group %s? [Y/n] " +msgstr ":: Install %s from group %s? [Y/n] " + +#: src/pacman/sync.c:603 +#, c-format +msgid "'%s': not found in sync db\n" +msgstr "'%s': not found in sync db\n" + +#: src/pacman/sync.c:623 +msgid "requires" +msgstr "requires" + +#: src/pacman/sync.c:623 +msgid "is required by" +msgstr "is required by" + +#: src/pacman/sync.c:665 +msgid " local database is up to date\n" +msgstr " local database is up to date\n" + +#: src/pacman/sync.c:674 +msgid "" +"\n" +"Beginning download...\n" +msgstr "" +"\n" +"Beginning download...\n" + +#: src/pacman/sync.c:678 +msgid "Proceed with download? [Y/n] " +msgstr "Proceed with download? [Y/n] " + +#: src/pacman/sync.c:686 +msgid "" +"\n" +"Beginning upgrade process...\n" +msgstr "" +"\n" +"Beginning upgrade process...\n" + +#: src/pacman/sync.c:690 +msgid "Proceed with installation? [Y/n] " +msgstr "Proceed with installation? [Y/n] " + +#: src/pacman/trans.c:55 +msgid "checking dependencies... " +msgstr "checking dependencies... " + +#: src/pacman/trans.c:59 +msgid "checking for file conflicts... " +msgstr "checking for file conflicts... " + +#: src/pacman/trans.c:63 +msgid "cleaning up... " +msgstr "cleaning up... " + +#: src/pacman/trans.c:66 +msgid "resolving dependencies... " +msgstr "resolving dependencies... " + +#: src/pacman/trans.c:69 +msgid "looking for inter-conflicts... " +msgstr "looking for inter-conflicts... " + +#: src/pacman/trans.c:89 +#, c-format +msgid "installing %s... " +msgstr "installing %s... " + +#: src/pacman/trans.c:96 +#, c-format +msgid "installed %s (%s)" +msgstr "installed %s (%s)" + +#: src/pacman/trans.c:103 +#, c-format +msgid "removing %s... " +msgstr "removing %s... " + +#: src/pacman/trans.c:110 +#, c-format +msgid "removed %s (%s)" +msgstr "removed %s (%s)" + +#: src/pacman/trans.c:117 +#, c-format +msgid "upgrading %s... " +msgstr "upgrading %s... " + +#: src/pacman/trans.c:124 +#, c-format +msgid "upgraded %s (%s -> %s)" +msgstr "upgraded %s (%s -> %s)" + +#: src/pacman/trans.c:131 +msgid "checking package integrity... " +msgstr "checking package integrity... " + +#: src/pacman/trans.c:147 +msgid "failed.\n" +msgstr "failed.\n" + +#: src/pacman/trans.c:154 +#, c-format +msgid ":: Retrieving packages from %s...\n" +msgstr ":: Retrieving packages from %s...\n" + +#: src/pacman/trans.c:175 +#, c-format +msgid ":: %1$s requires %2$s from IgnorePkg. Install %2$s? [Y/n] " +msgstr ":: %1$s requires %2$s from IgnorePkg. Install %2$s? [Y/n] " + +#: src/pacman/trans.c:180 +#, c-format +msgid ":: %s is in IgnorePkg. Install anyway? [Y/n] " +msgstr ":: %s is in IgnorePkg. Install anyway? [Y/n] " + +#: src/pacman/trans.c:193 +#, c-format +msgid ":: %s is designated as a HoldPkg. Remove anyway? [Y/n] " +msgstr ":: %s is designated as a HoldPkg. Remove anyway? [Y/n] " + +#: src/pacman/trans.c:206 +#, c-format +msgid ":: Replace %s with %s/%s? [Y/n] " +msgstr ":: Replace %s with %s/%s? [Y/n] " + +#: src/pacman/trans.c:221 +#, c-format +msgid ":: %s conflicts with %s. Remove %s? [Y/n] " +msgstr ":: %s conflicts with %s. Remove %s? [Y/n] " + +#: src/pacman/trans.c:237 +#, c-format +msgid ":: %s-%s: local version is newer. Upgrade anyway? [Y/n] " +msgstr ":: %s-%s: local version is newer. Upgrade anyway? [Y/n] " + +#: src/pacman/trans.c:255 +#, c-format +msgid ":: %s-%s: local version is up to date. Upgrade anyway? [Y/n] " +msgstr ":: %s-%s: local version is up to date. Upgrade anyway? [Y/n] " + +#: src/pacman/trans.c:273 +#, c-format +msgid ":: Archive %s is corrupted. Do you want to delete it? [Y/n] " +msgstr ":: Archive %s is corrupted. Do you want to delete it? [Y/n] " + +#: src/pacman/trans.c:329 +msgid "installing" +msgstr "installing" + +#: src/pacman/trans.c:332 +msgid "upgrading" +msgstr "upgrading" + +#: src/pacman/trans.c:335 +msgid "removing" +msgstr "removing" + +#: src/pacman/trans.c:338 +msgid "checking for file conflicts" +msgstr "checking for file conflicts" + +#: src/pacman/util.c:259 +#, c-format +msgid "None\n" +msgstr "None\n" + +#: src/pacman/util.c:311 +msgid "Remove:" +msgstr "Remove:" + +#: src/pacman/util.c:319 +#, c-format +msgid "" +"\n" +"Total Removed Size:   %.2f MB\n" +msgstr "" +"\n" +"Total Removed Size:   %.2f MB\n" + +#: src/pacman/util.c:330 +#, c-format +msgid "" +"\n" +"Total Package Size:   %.2f MB\n" +msgstr "" +"\n" +"Total Package Size:   %.2f MB\n" + +#: src/pacman/util.c:337 +#, c-format +msgid "Total Installed Size:   %.2f MB\n" +msgstr "Total Installed Size:   %.2f MB\n" + | 
