diff --git a/pisi/cli/blame.py b/pisi/cli/blame.py index b9d39e21..6aa83050 100644 --- a/pisi/cli/blame.py +++ b/pisi/cli/blame.py @@ -59,6 +59,6 @@ Usage: blame ... package.name, package.history[hno].version, package.history[hno].release) s += _('Package Maintainer: %s <%s>\n') % (unicode(package.source.packager.name), package.source.packager.email) s += _('Release Updater: %s <%s>\n') % (package.history[hno].name, package.history[hno].email) - s += _('Update Date: %s\n' % package.history[hno].date) - s += _('\n%s\n' % package.history[hno].comment) + s += _('Update Date: %s\n') % package.history[hno].date + s += '\n%s\n' % package.history[hno].comment print s diff --git a/po/de.po b/po/de.po index df97cc74..b4f5ad12 100644 --- a/po/de.po +++ b/po/de.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: de\n" -"POT-Creation-Date: 2009-05-05 15:19+EEST\n" +"POT-Creation-Date: 2009-06-23 11:06+EEST\n" "PO-Revision-Date: 2009-01-28 00:14+0100\n" "Last-Translator: Mustafa Ölcerman \n" "Language-Team: Deutsch \n" @@ -132,6 +132,10 @@ msgstr "" "!!! Bitte hängen Sie die config.log Datei an ihren Fehler-Bericht:\n" "%s/config.log" +#: pisi/actionsapi/kerneltools.py:125 +msgid "Can't find kernel version information file %s." +msgstr "" + #: pisi/actionsapi/libtools.py:38 msgid "Running ldconfig failed." msgstr "Ausführen von ldconfig fehlgeschlagen." @@ -303,223 +307,224 @@ msgstr "ActionsAPI [touch]: Zugriff verweigert: %s" msgid "Command \"%s\" failed, return value was %d." msgstr "" -#: pisi/actionsapi/texlivemodules.py:53 +#: pisi/actionsapi/texlivemodules.py:54 #, fuzzy msgid "Building format files failed" msgstr "Ausführen von automake fehlgeschlagen." -#: pisi/actionsapi/texlivemodules.py:56 +#: pisi/actionsapi/texlivemodules.py:57 msgid "Generate config files failed" msgstr "" -#: pisi/actionsapi/texlivemodules.py:63 +#: pisi/actionsapi/texlivemodules.py:64 msgid "Creating symlinks from format to engines failed" msgstr "" -#: pisi/actionsapi/texlivemodules.py:67 +#: pisi/actionsapi/texlivemodules.py:68 #, fuzzy msgid "Installing texmf files failed" msgstr "Installation fehlgeschlagen." -#: pisi/actionsapi/texlivemodules.py:71 +#: pisi/actionsapi/texlivemodules.py:72 #, fuzzy msgid "Installing docs failed" msgstr "Installation fehlgeschlagen." -#: pisi/actionsapi/texlivemodules.py:75 +#: pisi/actionsapi/texlivemodules.py:76 #, fuzzy msgid "Installing config files failed" msgstr "Ausführen von ldconfig fehlgeschlagen." -#: pisi/actionsapi/texlivemodules.py:81 +#: pisi/actionsapi/texlivemodules.py:82 #, fuzzy msgid "Handle config files failed" msgstr "" "\n" "Folgende Konfigurations-Datei geändert: %s" -#: pisi/actionsapi/texlivemodules.py:92 +#: pisi/actionsapi/texlivemodules.py:93 msgid "Symlink %s skipped (special case)" msgstr "" -#: pisi/actionsapi/texlivemodules.py:94 +#: pisi/actionsapi/texlivemodules.py:95 msgid "Symlink %s -> %s skipped (texlive-core takes care of it." msgstr "" -#: pisi/actionsapi/texlivemodules.py:97 +#: pisi/actionsapi/texlivemodules.py:98 msgid "Symlink %s -> %s skipped." msgstr "" -#: pisi/actionsapi/texlivemodules.py:99 +#: pisi/actionsapi/texlivemodules.py:100 msgid "Symlink %s skipped (file exists.)" msgstr "" -#: pisi/actionsapi/texlivemodules.py:101 +#: pisi/actionsapi/texlivemodules.py:102 msgid "Making symlink from %s to %s" msgstr "" -#: pisi/actionsapi/texlivemodules.py:153 +#: pisi/actionsapi/texlivemodules.py:154 msgid "Creating /etc/texmf/%s.d" msgstr "" -#: pisi/actionsapi/texlivemodules.py:166 +#: pisi/actionsapi/texlivemodules.py:167 #, fuzzy msgid "Building format file %s" msgstr "** Paket %s wird konstruiert" -#: pisi/actionsapi/texlivemodules.py:181 +#: pisi/actionsapi/texlivemodules.py:182 #, fuzzy msgid "Map %s is added to %s/%s.cfg" msgstr "Depot %s in das System hinzugefügt" -#: pisi/actionsapi/texlivemodules.py:184 +#: pisi/actionsapi/texlivemodules.py:185 #, fuzzy msgid "MixedMap %s is added to %s/%s.cfg" msgstr "Depot %s in das System hinzugefügt" -#: pisi/actionsapi/texlivemodules.py:187 +#: pisi/actionsapi/texlivemodules.py:188 msgid "p +%s is added to %s/%s-config.ps" msgstr "" -#: pisi/actionsapi/texlivemodules.py:190 +#: pisi/actionsapi/texlivemodules.py:191 msgid "f %s is added to %s/%s-config" msgstr "" -#: pisi/actionsapi/texlivemodules.py:194 +#: pisi/actionsapi/texlivemodules.py:195 msgid "Language file %s already generated." msgstr "" -#: pisi/actionsapi/texlivemodules.py:196 +#: pisi/actionsapi/texlivemodules.py:197 msgid "No rule to proccess %s. Please file a bug." msgstr "" -#: pisi/actionsapi/texlivemodules.py:231 +#: pisi/actionsapi/texlivemodules.py:232 msgid "\\languages{%s}{%s}{}{%s}{%s} is added to %s/language.%s.def" msgstr "" -#: pisi/actionsapi/texlivemodules.py:234 -msgid "%s %s is added to %s/language.%s.dat" -msgstr "" +#: pisi/actionsapi/texlivemodules.py:235 +#, fuzzy +msgid "%s is added to %s/language.%s.dat" +msgstr "Depot %s in das System hinzugefügt" -#: pisi/actionsapi/texlivemodules.py:237 +#: pisi/actionsapi/texlivemodules.py:238 msgid "\\languages{%s}{%s}{}{%s}{%s} is added to %s/language.%s.def " msgstr "" -#: pisi/actionsapi/texlivemodules.py:240 +#: pisi/actionsapi/texlivemodules.py:241 msgid "%s %s is added to %s/language.%s.dat " msgstr "" -#: pisi/api.py:60 pisi/cli/command.py:167 +#: pisi/api.py:61 pisi/cli/command.py:167 msgid "You have to be root for this operation." msgstr "Sie müssen für diesen Vorgang root sein." -#: pisi/api.py:65 +#: pisi/api.py:66 msgid "Another instance of PiSi is running. Only one instance is allowed." msgstr "" "Eine nadere Instanz von PiSi wird ausgeführt. Es ist nur eine Instanz " "erlaubt." -#: pisi/api.py:466 +#: pisi/api.py:493 msgid "Taking snapshot of the system" msgstr "Schnappschuss des Systems wird gerade aufgenommen" -#: pisi/api.py:579 +#: pisi/api.py:614 msgid "comar package is not fully installed" msgstr "Comar-Paket wurde nicht vollständig installiert" -#: pisi/api.py:591 +#: pisi/api.py:626 msgid "File %s not found" msgstr "Datei %s nicht gefunden" -#: pisi/api.py:631 +#: pisi/api.py:666 msgid "* Building index of PiSi files under %s" msgstr "* Index von PiSi-Dateien unteeer %s werden konstruiert" -#: pisi/api.py:638 +#: pisi/api.py:673 msgid "* Index file written" msgstr "* Index-Datei geschrieben" -#: pisi/api.py:643 +#: pisi/api.py:678 msgid "Not a valid repo name." msgstr "Kein gültiger Depotsname." -#: pisi/api.py:646 +#: pisi/api.py:681 msgid "Repo %s already present." msgstr "Depot %s bereits vorhanden" -#: pisi/api.py:649 +#: pisi/api.py:684 msgid "Repo already present with name %s." msgstr "Depot mit dem Namen %s bereits vorhanden" -#: pisi/api.py:654 +#: pisi/api.py:689 msgid "Repo %s added to system." msgstr "Depot %s in das System hinzugefügt" -#: pisi/api.py:662 +#: pisi/api.py:697 msgid "Repo %s removed from system." msgstr "Depot %s vom System entfernt." -#: pisi/api.py:664 +#: pisi/api.py:699 msgid "Repository %s does not exist. Cannot remove." msgstr "Depot %s existiert nicht. Kann nicht entfernt werden." -#: pisi/api.py:681 +#: pisi/api.py:716 msgid "* Updating repository: %s" msgstr "* Depot wird aktualisiert: %s" -#: pisi/api.py:691 +#: pisi/api.py:726 msgid "%s repository information is up-to-date." msgstr "%s-Depot-Information ist aktuell." -#: pisi/api.py:693 +#: pisi/api.py:728 msgid "Updating database at any rate as requested" msgstr "Datenbank wird wunschgemäss auf jeden Fall aktualisiert" -#: pisi/api.py:703 +#: pisi/api.py:738 msgid "* Package database updated." msgstr "* Paket-Datenbank aktualisiert." -#: pisi/api.py:705 +#: pisi/api.py:740 msgid "No repository named %s found." msgstr "%s genanntes Depot nicht gefunden." -#: pisi/api.py:716 +#: pisi/api.py:751 msgid "* Adding '%s' to db... " msgstr "* '%s' wird in db hinzugefügt... " -#: pisi/api.py:719 +#: pisi/api.py:754 msgid "OK." msgstr "OK." -#: pisi/atomicoperations.py:72 pisi/operations/history.py:76 +#: pisi/atomicoperations.py:73 pisi/operations/history.py:76 msgid "Package %s found in repository %s" msgstr "Paket %s im Depot %s gefunden" -#: pisi/atomicoperations.py:103 +#: pisi/atomicoperations.py:102 msgid "Package URI: %s" msgstr "Paket URI: %s" -#: pisi/atomicoperations.py:115 +#: pisi/atomicoperations.py:114 msgid "Download Error: Package does not match the repository package." msgstr "" -#: pisi/atomicoperations.py:119 +#: pisi/atomicoperations.py:118 msgid "Package %s not found in any active repository." msgstr "Paket %s wurde in keinem der aktuellen Depot's gefunden." -#: pisi/atomicoperations.py:138 +#: pisi/atomicoperations.py:140 msgid "Installing %s, version %s, release %s, build %s" msgstr "Installiere %s, Version %s, Release %s, Build %s" -#: pisi/atomicoperations.py:182 +#: pisi/atomicoperations.py:184 msgid "%s package cannot be installed unless the dependencies are satisfied" msgstr "Anhängigkeiten für %s nicht zufriedenstellent" -#: pisi/atomicoperations.py:206 +#: pisi/atomicoperations.py:208 msgid "/%s from %s package\n" msgstr "Paket /%s von %s\n" -#: pisi/atomicoperations.py:207 +#: pisi/atomicoperations.py:209 msgid "" "File conflicts:\n" "%s" @@ -527,73 +532,73 @@ msgstr "" "Datei Konflikte:\n" "%s" -#: pisi/atomicoperations.py:236 +#: pisi/atomicoperations.py:238 msgid "Re-install same version package?" msgstr "Selbe Paket-Version erneut installieren?" -#: pisi/atomicoperations.py:237 +#: pisi/atomicoperations.py:239 msgid "Package re-install declined" msgstr "Erneute Installation des Paketes ist abgelehnt worden" -#: pisi/atomicoperations.py:243 +#: pisi/atomicoperations.py:245 msgid "Upgrading to new upstream version" msgstr "Ein Upgrade auf die neuere Version wird durchgeführt" -#: pisi/atomicoperations.py:246 +#: pisi/atomicoperations.py:248 msgid "Upgrading to new distribution release" msgstr "Ein Upgrade auf die neue Distributions-Release wird ausgeführt" -#: pisi/atomicoperations.py:250 +#: pisi/atomicoperations.py:252 msgid "Upgrading to new distribution build" msgstr "Ein Upgrade auf die neue Distributions-Build wird ausgeführt" -#: pisi/atomicoperations.py:259 +#: pisi/atomicoperations.py:261 msgid "Downgrade to old distribution release?" msgstr "Zu der alten Distribution-Release downgraden?" -#: pisi/atomicoperations.py:261 +#: pisi/atomicoperations.py:263 msgid "Downgrade to old distribution build?" msgstr "Zum alten Distribution-Build downgraden?" -#: pisi/atomicoperations.py:263 +#: pisi/atomicoperations.py:265 msgid "Package downgrade declined" msgstr "Paket-Downgrade abgelehnt" -#: pisi/atomicoperations.py:301 +#: pisi/atomicoperations.py:303 msgid "%s configuration failed." msgstr "Konfiguration von %s fehlgeschlagen." -#: pisi/atomicoperations.py:417 +#: pisi/atomicoperations.py:419 msgid "Storing %s, " msgstr "%s wird abgelegt, " -#: pisi/atomicoperations.py:420 +#: pisi/atomicoperations.py:422 msgid "Storing %s." msgstr "%s wird abgelegt" -#: pisi/atomicoperations.py:427 +#: pisi/atomicoperations.py:429 msgid "Storing %s" msgstr "%s wird abgelegt" -#: pisi/atomicoperations.py:481 +#: pisi/atomicoperations.py:483 msgid "File list could not be read for package %s, continuing removal." msgstr "" "Dateiliste für Paket %s konnte nicht gelesen werden, wird mit dem Entfernen " "fortgefahren." -#: pisi/atomicoperations.py:487 +#: pisi/atomicoperations.py:489 msgid "Removing package %s" msgstr "Paket %s wird entfernt" -#: pisi/atomicoperations.py:490 +#: pisi/atomicoperations.py:492 msgid "Trying to remove nonexistent package " msgstr "Nicht vorhandenes Paket wird versucht zu entfernen" -#: pisi/atomicoperations.py:531 +#: pisi/atomicoperations.py:533 msgid "Not removing conflicted file : %s" msgstr "Konfliktierende Datei wird nicht entfernt: %s" -#: pisi/atomicoperations.py:559 +#: pisi/atomicoperations.py:561 msgid "" "Installed file %s does not exist on system [Probably you manually deleted]" msgstr "" @@ -667,6 +672,40 @@ msgstr "PiSi Datenbank für Depot %s aktualisieren ?" msgid "%s repository could not be reached. Removing %s from system." msgstr "Depot %s konnte nicht kontaktiert werden. Entferne %s vom System." +#: pisi/cli/blame.py:25 +msgid "" +"Info about the package owner\n" +"\n" +"Usage: blame ... \n" +"\n" +msgstr "" + +#: pisi/cli/blame.py:40 +#, fuzzy +msgid "blame options" +msgstr "Build-Optionen" + +#: pisi/cli/blame.py:41 +msgid "Blame for the given release" +msgstr "" + +#: pisi/cli/blame.py:58 pisi/specfile.py:325 +msgid "Name: %s, version: %s, release: %s\n" +msgstr "Name: %s, Version: %s, Release: %s\n" + +#: pisi/cli/blame.py:60 +#, fuzzy +msgid "Package Maintainer: %s <%s>\n" +msgstr "Paket-Datei: %s" + +#: pisi/cli/blame.py:61 +msgid "Release Updater: %s <%s>\n" +msgstr "" + +#: pisi/cli/blame.py:62 +msgid "Update Date: %s\n" +msgstr "" + #: pisi/cli/build.py:24 msgid "" "Build PiSi packages\n" @@ -850,7 +889,7 @@ msgstr "Befehl-Name mangelt" msgid "Duplicate command %s" msgstr "Befehl %s duplizieren" -#: pisi/cli/command.py:71 pisi/cli/pisicli.py:130 +#: pisi/cli/command.py:71 pisi/cli/pisicli.py:131 msgid "Unrecognized command: %s" msgstr "Unerkanntes Befehl: %s" @@ -1415,7 +1454,7 @@ msgid "" "Lists packages waiting to be configured.\n" msgstr "" -#: pisi/cli/listpending.py:43 +#: pisi/cli/listpending.py:41 msgid "There are no packages waiting to be configured" msgstr "Es sind keine Pakete vorhanden, die auf die Konfiguration warten" @@ -1428,6 +1467,14 @@ msgid "" "Lists currently tracked repositories.\n" msgstr "" +#: pisi/cli/listrepo.py:40 +msgid "active" +msgstr "" + +#: pisi/cli/listrepo.py:40 +msgid "deactive" +msgstr "" + #: pisi/cli/listsources.py:24 msgid "" "List available sources\n" @@ -1458,19 +1505,19 @@ msgstr "Optionen von list-upgrades" msgid "List upgradable packages under given component" msgstr "Listet aktualisierbare Pakete unter der angegebenen Komponente" -#: pisi/cli/listupgrades.py:68 pisi/operations/upgrade.py:113 +#: pisi/cli/listupgrades.py:68 pisi/operations/upgrade.py:110 msgid "No packages to upgrade." msgstr "Es gibt keine Pakete zu aktualisieren." -#: pisi/cli/pisicli.py:82 +#: pisi/cli/pisicli.py:83 msgid "Options must precede non-option arguments" msgstr "" -#: pisi/cli/pisicli.py:123 +#: pisi/cli/pisicli.py:124 msgid "No command given" msgstr "Kein Befehl erhalten" -#: pisi/cli/pisicli.py:126 +#: pisi/cli/pisicli.py:127 msgid "Command line parsing error" msgstr "Befehlszeile" @@ -1681,7 +1728,7 @@ msgstr "Depots werden nicht aktualisiert" msgid "comar-api package is not fully installed" msgstr "Comar-Paket wurde nicht vollständig installiert" -#: pisi/comariface.py:87 +#: pisi/comariface.py:88 #, fuzzy msgid "" "Cannot connect to COMAR: \n" @@ -1690,59 +1737,59 @@ msgstr "" "Verbindung mit dbus nicht möglich: \n" " %s\n" -#: pisi/comariface.py:92 +#: pisi/comariface.py:93 msgid "Configuring %s package" msgstr "Konfiguriere Paket %s" -#: pisi/comariface.py:99 +#: pisi/comariface.py:100 msgid "COMAR package updated. From now on, using new COMAR daemon." msgstr "" -#: pisi/comariface.py:105 +#: pisi/comariface.py:106 msgid "Registering %s comar script" msgstr "Registriere %s Comar-Skript" -#: pisi/comariface.py:113 pisi/comariface.py:118 pisi/comariface.py:127 -#: pisi/comariface.py:141 pisi/comariface.py:158 pisi/comariface.py:167 -#: pisi/comariface.py:184 pisi/comariface.py:193 pisi/comariface.py:199 +#: pisi/comariface.py:114 pisi/comariface.py:119 pisi/comariface.py:128 +#: pisi/comariface.py:142 pisi/comariface.py:159 pisi/comariface.py:168 +#: pisi/comariface.py:185 pisi/comariface.py:194 pisi/comariface.py:200 msgid "Script error: %s" msgstr "Skript-Fehler: %s" -#: pisi/comariface.py:120 +#: pisi/comariface.py:121 msgid "Calling post install handlers" msgstr "Post install handlers werden aufgerufen" -#: pisi/comariface.py:135 +#: pisi/comariface.py:136 msgid "Running package's post install script" msgstr "Nach installieren des Skriptes, werden Pakete ausgeführt" -#: pisi/comariface.py:146 +#: pisi/comariface.py:147 msgid "Running pre removal operations for %s" msgstr "" -#: pisi/comariface.py:152 +#: pisi/comariface.py:153 msgid "Running package's pre remove script" msgstr "Vor-Entfernen Steuerungsprogramm wird ausgeführt" -#: pisi/comariface.py:160 +#: pisi/comariface.py:161 msgid "Calling pre remove handlers" msgstr "Vor-Entfernen Steuerungsprogramm wird aufgerufen" -#: pisi/comariface.py:172 +#: pisi/comariface.py:173 msgid "Running post removal operations for %s" msgstr "" -#: pisi/comariface.py:178 +#: pisi/comariface.py:179 #, fuzzy msgid "Running package's postremove script" msgstr "Vor-Entfernen Steuerungsprogramm wird ausgeführt" -#: pisi/comariface.py:186 +#: pisi/comariface.py:187 #, fuzzy msgid "Calling post remove handlers" msgstr "Vor-Entfernen Steuerungsprogramm wird aufgerufen" -#: pisi/comariface.py:195 +#: pisi/comariface.py:196 msgid "Unregistering comar scripts" msgstr "Comar-Skripte werden entfernt" @@ -1750,7 +1797,7 @@ msgstr "Comar-Skripte werden entfernt" msgid "Destination directory %s does not exist. Creating it." msgstr "Zielverzeichnis %s existiert nicht. Wird neu erstellt." -#: pisi/configfile.py:125 +#: pisi/configfile.py:126 msgid "No section by name '%s'" msgstr "Kein Abschnitt mi Namen '%s' " @@ -1790,6 +1837,11 @@ msgstr "Konstene %s kann nicht geändert werden" msgid "Component %s not found" msgstr "Komponente %s nicht gefunden" +#: pisi/db/groupdb.py:66 pisi/db/groupdb.py:75 +#, fuzzy +msgid "Group %s not found" +msgstr "Komponente %s nicht gefunden" + #: pisi/db/installdb.py:37 msgid "installed" msgstr "installiert" @@ -1810,7 +1862,7 @@ msgstr "" msgid "Distribution: %s, Install Time: %s\n" msgstr "Distribution: %s, Installationszeit: %s\n" -#: pisi/db/installdb.py:224 +#: pisi/db/installdb.py:247 msgid "Package %s is not installed" msgstr "Paket %s ist nicht installiert" @@ -1826,7 +1878,7 @@ msgstr "Depot-Gegenstand %s nicht gefunden" msgid "Repository %s does not exist." msgstr "Depot %s existiert nicht." -#: pisi/db/packagedb.py:109 +#: pisi/db/packagedb.py:116 pisi/db/packagedb.py:123 msgid "Package %s not found." msgstr "Paket %s nicht gefunden." @@ -1949,19 +2001,15 @@ msgstr "%s %s wurde wieder installiert." msgid "%s is downgraded from %s to %s." msgstr "%s wurde heruntergestuft von %s auf %s." -#: pisi/index.py:97 -msgid "Adding %s to component index" -msgstr "%s wird zum Komponente-Index hinzugefügt" - -#: pisi/index.py:112 +#: pisi/index.py:115 msgid "Adding %s to package index" msgstr "%s wird zum Paket-Index hinzugefügt" -#: pisi/index.py:129 +#: pisi/index.py:132 msgid "Package %s: metadata corrupt, skipping..." msgstr "Paket %s: Metadata korrupt, wird übersprungen..." -#: pisi/index.py:171 +#: pisi/index.py:184 msgid "Adding %s to source index" msgstr "%s wird zu Quell-Index hinzugefügt" @@ -1982,200 +2030,200 @@ msgstr "Paket-Datei: %s" msgid "Mirrors file %s does not exist. Could not resolve mirrors://" msgstr "Mirrors-Datei %s existiert nicht. Konnte mirrors:// nicht auflösen" -#: pisi/operations/build.py:89 +#: pisi/operations/build.py:91 msgid "Path %s belongs in multiple packages" msgstr "Pfad %s gehört zu mehreren Paketen" -#: pisi/operations/build.py:161 +#: pisi/operations/build.py:163 msgid "Source URI: %s" msgstr "Quell URI: %s" -#: pisi/operations/build.py:165 +#: pisi/operations/build.py:167 msgid "Source %s not found in any active repository." msgstr "Paket %s wurde in keinem der aktuellen Depot's gefunden." -#: pisi/operations/build.py:238 +#: pisi/operations/build.py:240 msgid "Building PiSi source package: %s" msgstr "PiSi Quell-Paket wird konstruiert: %s" -#: pisi/operations/build.py:283 +#: pisi/operations/build.py:285 msgid "IceCream detected. Make sure your daemon is up and running..." msgstr "" "IceCream entdeckt. Stellen Sie sicher, dass Ihr Daemon gestartet ist..." -#: pisi/operations/build.py:288 +#: pisi/operations/build.py:290 msgid "CCache detected..." msgstr "CCache entdeckt..." -#: pisi/operations/build.py:355 +#: pisi/operations/build.py:357 msgid "PartOf tag not defined, looking for component" msgstr "PartOf tag nicht definiert, suche Komponente" -#: pisi/operations/build.py:365 +#: pisi/operations/build.py:367 msgid "Cannot find component.xml in upper directory" msgstr "Component.xml konnte im oberen Verzeichnis nicht gefunden werden" -#: pisi/operations/build.py:369 +#: pisi/operations/build.py:371 msgid "Source is part of %s component" msgstr "Quelle ist ein Teil von '%s' Komponente" -#: pisi/operations/build.py:373 +#: pisi/operations/build.py:375 msgid "Fetching source from: %s" msgstr "Quelle wird abgerufen von: %s" -#: pisi/operations/build.py:375 +#: pisi/operations/build.py:377 msgid "Source archive is stored: %s/%s" msgstr "Quell-Archiv ist gespeichert: %s/%s" -#: pisi/operations/build.py:379 +#: pisi/operations/build.py:381 msgid "Unpacking archive..." msgstr "Archiv wird entpackt..." -#: pisi/operations/build.py:383 +#: pisi/operations/build.py:385 msgid " unpacked (%s)" msgstr "(%s) entpackt" -#: pisi/operations/build.py:388 +#: pisi/operations/build.py:390 msgid "Setting up source..." msgstr "Quelle wird installiert..." -#: pisi/operations/build.py:393 +#: pisi/operations/build.py:395 msgid "Building source..." msgstr "Quelle wird konstruiert" -#: pisi/operations/build.py:398 +#: pisi/operations/build.py:400 msgid "Testing package..." msgstr "Paket wird getestet..." -#: pisi/operations/build.py:402 +#: pisi/operations/build.py:404 msgid "Installing..." msgstr "Wird installiert..." -#: pisi/operations/build.py:444 +#: pisi/operations/build.py:446 msgid "Unable to read Actions Script (%s): %s" msgstr "Nicht in der Lage, Action Skript zu lesen (%s): %s" -#: pisi/operations/build.py:446 +#: pisi/operations/build.py:448 msgid "SyntaxError in Actions Script (%s): %s" msgstr "Syntax-Fehler im Action Skript (%s): %s" -#: pisi/operations/build.py:463 +#: pisi/operations/build.py:465 msgid "Unable to read COMAR script (%s): %s" msgstr "Nicht in der Lage,das COMAR Skript zu lesen (%s):%s" -#: pisi/operations/build.py:465 +#: pisi/operations/build.py:467 msgid "SyntaxError in COMAR file (%s): %s" msgstr "Syntax-Fehler in der COMAR-Datei (%s): %s" -#: pisi/operations/build.py:477 +#: pisi/operations/build.py:479 msgid "Sandbox violation: %s (%s -> %s)" msgstr "Sandbox-Verletzung: %s (%s -> %s)" -#: pisi/operations/build.py:495 +#: pisi/operations/build.py:497 msgid "Sandbox enabled build..." msgstr "Sandbox ermöglicht Build..." -#: pisi/operations/build.py:515 +#: pisi/operations/build.py:517 msgid "Sandbox violation result:" msgstr "Ergebniss der Sandbox-Verletzung:" -#: pisi/operations/build.py:518 +#: pisi/operations/build.py:520 msgid "Sandbox violations!" msgstr "Sandbox-Verletzungen!" -#: pisi/operations/build.py:524 +#: pisi/operations/build.py:526 msgid "unable to call function from actions: %s" msgstr "nicht in der Lage, die Funktion vom Vorgang aufzurufen: %s" -#: pisi/operations/build.py:545 +#: pisi/operations/build.py:547 msgid "" "Safety switch: following extra packages in system.devel will be installed: " msgstr "" "Sicherheitsschalter: Folgende extra Pakete in system.devel werden " "installiert: " -#: pisi/operations/build.py:550 +#: pisi/operations/build.py:552 msgid "Safety switch: system.devel is already installed" msgstr "Sicherheitsschalter: system.devel ist bereits installiert" -#: pisi/operations/build.py:552 +#: pisi/operations/build.py:554 msgid "Safety switch: the component system.devel cannot be found" msgstr "" "Sicherheitsschalter: die Komponente system.devel konnte nicht gefunden werden" -#: pisi/operations/build.py:561 +#: pisi/operations/build.py:563 msgid "Unsatisfied Build Dependencies:" msgstr "Unzufriedenstellender Build-Abhängigkeit:" -#: pisi/operations/build.py:565 +#: pisi/operations/build.py:567 msgid "Cannot build package due to unsatisfied build dependencies" msgstr "Paket kann wegen unerfüllten Abhängigkeiten nicht erstellt werden" -#: pisi/operations/build.py:570 +#: pisi/operations/build.py:572 msgid "Build dependency %s cannot be satisfied" msgstr "Build-Abhängigkeit %s konnte nicht zufriedengestellt werden" -#: pisi/operations/build.py:572 +#: pisi/operations/build.py:574 msgid "Do you want to install the unsatisfied build dependencies" msgstr "Wollen Sie die notwendigen fehlenden Abhängigkeiten installieren" -#: pisi/operations/build.py:573 +#: pisi/operations/build.py:575 msgid "Installing build dependencies." msgstr "Build-Abhängigkeiten werden installiert." -#: pisi/operations/build.py:579 +#: pisi/operations/build.py:581 msgid "Ignoring build dependencies." msgstr "Build-Abhängigkeiten werden ignoriert." -#: pisi/operations/build.py:589 +#: pisi/operations/build.py:591 msgid "Patch file is missing: %s\n" msgstr "Patch-Datei fehlend: %s\n" -#: pisi/operations/build.py:602 +#: pisi/operations/build.py:604 msgid "* Applying patch: %s" msgstr "* Patch wird eingesetzt: %s" -#: pisi/operations/build.py:722 +#: pisi/operations/build.py:719 msgid "/%s has suid bit set" msgstr "" -#: pisi/operations/build.py:758 +#: pisi/operations/build.py:755 msgid "(found old version %s)" msgstr "(alte Version %s gefunden)" -#: pisi/operations/build.py:782 +#: pisi/operations/build.py:779 msgid "(no previous build found, setting build no to 1.)" msgstr "(kein vorheriges Build gefunden, setze Build-Nr auf 1.)" -#: pisi/operations/build.py:827 +#: pisi/operations/build.py:824 msgid "(old package lacks a build no, setting build no to 1.)" msgstr "(Altes Paket hat keine Build-Version, setze Build-Nr auf 1.)" -#: pisi/operations/build.py:830 +#: pisi/operations/build.py:827 msgid "There are changes, incrementing build no to %d" msgstr "Es gibt Änderungen, erhöhe die Build-Nr auf %d" -#: pisi/operations/build.py:833 +#: pisi/operations/build.py:830 msgid "There is no change from previous build %d" msgstr "Es gibt keine Änderungen seit dem vorherigen Build %d" -#: pisi/operations/build.py:907 +#: pisi/operations/build.py:904 msgid "No user named '%s' found on the system" msgstr "'%s' genannter Benutzer konnte auf diesem System nicht gefunden werden" -#: pisi/operations/build.py:912 +#: pisi/operations/build.py:909 msgid "No group named '%s' found on the system" msgstr "%s genannte Gruppe konnte auf diesem System nicht gefunden werden" -#: pisi/operations/build.py:915 +#: pisi/operations/build.py:912 msgid "** Building package %s" msgstr "** Paket %s wird konstruiert" -#: pisi/operations/build.py:917 pisi/operations/build.py:920 +#: pisi/operations/build.py:914 pisi/operations/build.py:917 msgid "Generating %s," msgstr "%s wird generiert," -#: pisi/operations/build.py:926 +#: pisi/operations/build.py:923 msgid "" "Build number is not available. For repo builds you must enable buildno in " "pisi.conf." @@ -2183,36 +2231,36 @@ msgstr "" "Build-Nr ist nicht vorhanden. Für Depot-Builds muss in pisi.conf buildno " "aktiviert sein." -#: pisi/operations/build.py:946 +#: pisi/operations/build.py:943 msgid "Creating PiSi package %s." msgstr "PiSi Paket %s wird erstellt." -#: pisi/operations/build.py:991 pisi/operations/delta.py:92 +#: pisi/operations/build.py:993 pisi/operations/delta.py:92 msgid "Done." msgstr "Fertig." -#: pisi/operations/build.py:997 +#: pisi/operations/build.py:999 #, fuzzy msgid "There are abandoned files under the install dir (%s):" msgstr "Verlassene Dateien im Installationsverzeichnis (%s):" # gesammelt hört sich komisch an -#: pisi/operations/build.py:1001 +#: pisi/operations/build.py:1003 msgid "" "All of the files under the install dir (%s) has been collected by package(s)" msgstr "" "Alle Dateien unter Installationsierzeichnis (%s) wurden von den Paketen " "gesammelt" -#: pisi/operations/build.py:1005 +#: pisi/operations/build.py:1007 msgid "Cleaning Build Directory..." msgstr "Build-Verzeichnis wird geleert..." -#: pisi/operations/build.py:1008 +#: pisi/operations/build.py:1010 msgid "Keeping Build Directory" msgstr "Erhalte Build-Verzeichnis" -#: pisi/operations/build.py:1034 +#: pisi/operations/build.py:1039 msgid "*** %d error(s), %d warning(s)" msgstr "" @@ -2264,14 +2312,14 @@ msgstr "" "Die folgende minimale Paketliste wird in der angegebenen\n" "Reihenfolge build und installiert um die Abhängigkeiten zu erfüllen:\n" -#: pisi/operations/emerge.py:62 pisi/operations/install.py:79 -#: pisi/operations/upgrade.py:147 +#: pisi/operations/emerge.py:62 pisi/operations/install.py:82 +#: pisi/operations/upgrade.py:144 msgid "There are extra packages due to dependencies. Do you want to continue?" msgstr "" "Es gibt zusätzliche Pakete auf Grund von Abhängigkeiten. Möchten Sie " "fortfahren ?" -#: pisi/operations/emerge.py:94 +#: pisi/operations/emerge.py:96 msgid "Cannot find source package: %s" msgstr "Nicht gefunden Quellcode Paket: %s" @@ -2295,9 +2343,10 @@ msgstr "" msgid "Remove the following conflicting packages?" msgstr "Folgende widersprüchliche Pakete entfernen ?" -#: pisi/operations/helper.py:63 pisi/operations/remove.py:119 -msgid "Conflicts remain" -msgstr "Es gibt immer noch Konflikte" +#: pisi/operations/helper.py:63 +#, fuzzy +msgid "Conflicting packages should be removed to continue" +msgstr "Folgende Pakete werden entfernt:\n" #: pisi/operations/history.py:86 pisi/operations/history.py:96 msgid "%s could not be found" @@ -2316,12 +2365,12 @@ msgid "Following packages will be removed:\n" msgstr "Folgende Pakete werden entfernt:\n" #: pisi/operations/history.py:152 pisi/operations/history.py:166 -#: pisi/operations/install.py:157 pisi/operations/remove.py:72 +#: pisi/operations/install.py:187 pisi/operations/remove.py:72 msgid "Do you want to continue?" msgstr "Wollen Sie fortfahren?" -#: pisi/operations/history.py:158 pisi/operations/install.py:88 -#: pisi/operations/upgrade.py:154 +#: pisi/operations/history.py:158 pisi/operations/install.py:95 +#: pisi/operations/upgrade.py:155 msgid "Downloading %d / %d" msgstr "Wird heruntergeladen %d / %d" @@ -2334,7 +2383,7 @@ msgstr "" "\n" "Folgende Pakete konnten in den Depots nicht gefunden werden:\n" -#: pisi/operations/install.py:45 +#: pisi/operations/install.py:48 pisi/operations/install.py:134 msgid "" "The following package(s) are already installed and are not going to be " "installed again:\n" @@ -2342,11 +2391,11 @@ msgstr "" "Die folgenden Pakete sind schon installiert und werden nicht noch einmal " "installiert:\n" -#: pisi/operations/install.py:50 pisi/operations/install.py:170 +#: pisi/operations/install.py:53 pisi/operations/install.py:200 msgid "No packages to install." msgstr "Keine zu installierenden Pakete." -#: pisi/operations/install.py:68 +#: pisi/operations/install.py:71 msgid "" "Following packages will be installed in the respective order to satisfy " "dependencies:\n" @@ -2354,23 +2403,23 @@ msgstr "" "Die folgenden Pakete werden in der angegebenen Reihenfolge installiert um " "die Abhängigkeiten zu erfüllen:\n" -#: pisi/operations/install.py:73 pisi/operations/upgrade.py:141 +#: pisi/operations/install.py:76 pisi/operations/upgrade.py:138 msgid "Total size of package(s): %.2f %s" msgstr "Gesamtgrösse der Pakete: %.2f %s" -#: pisi/operations/install.py:97 pisi/operations/upgrade.py:171 +#: pisi/operations/install.py:107 pisi/operations/upgrade.py:170 msgid "Installing %d / %d" msgstr "Wird installiert %d / %d" -#: pisi/operations/install.py:110 +#: pisi/operations/install.py:121 msgid "Mixing file names and package names not supported yet." msgstr "Mischen von Dateinamen und Paketnamen wird noch nicht unterstützt." -#: pisi/operations/install.py:149 +#: pisi/operations/install.py:179 msgid "External dependencies not satisfied: %s" msgstr "Externe Abhängigkeiten werden nicht erfüllt: %s" -#: pisi/operations/install.py:154 +#: pisi/operations/install.py:184 msgid "" "The following packages will be installed\n" "in the respective order to satisfy extra dependencies:\n" @@ -2378,15 +2427,15 @@ msgstr "" "Die folgenden Pakete werden in der angegebenen \n" "Reihenfolge installiert um die zusätzlichen Abhängigkeiten zu erfüllen:\n" -#: pisi/operations/install.py:158 +#: pisi/operations/install.py:188 msgid "External dependencies not satisfied" msgstr "Externe Abhängigkeiten werden nicht erfüllt" -#: pisi/operations/install.py:201 +#: pisi/operations/install.py:231 msgid "Installation order: " msgstr "Installation's Ordner:" -#: pisi/operations/install.py:236 pisi/specfile.py:250 +#: pisi/operations/install.py:266 pisi/specfile.py:251 msgid "%s dependency of package %s is not satisfied" msgstr "Abhängigkeit %s von %s ist nicht zufriedenstellend" @@ -2396,7 +2445,7 @@ msgstr "" "Sicherheitsschalter: Kann die folgenden Pakete aus system.base nicht " "entfernen:" -#: pisi/operations/remove.py:48 pisi/operations/upgrade.py:255 +#: pisi/operations/remove.py:48 pisi/operations/upgrade.py:254 msgid "Safety switch: the component system.base cannot be found" msgstr "" "Sicherheitsschalter: Die Komponente system.base kann nicht gefunden werden" @@ -2425,6 +2474,10 @@ msgstr "Paket-Entfernung abgelehnt" msgid "Package %s is not installed. Cannot remove." msgstr "Paket %s ist nicht installiert. Kann nicht entfernt werden." +#: pisi/operations/remove.py:119 +msgid "Conflicts remain" +msgstr "Es gibt immer noch Konflikte" + #: pisi/operations/remove.py:127 msgid "Obsoleted packages remaining" msgstr "Veraltete Pakete übrig" @@ -2433,48 +2486,48 @@ msgstr "Veraltete Pakete übrig" msgid "Replaced package remains" msgstr "Paket-Reste ersetzt" -#: pisi/operations/upgrade.py:45 +#: pisi/operations/upgrade.py:42 msgid "Warning: package *name* ends with '.pisi'" msgstr "Warnung: Paket *name* endet mit '.pisi'" -#: pisi/operations/upgrade.py:59 +#: pisi/operations/upgrade.py:56 msgid "Package %s is not installed." msgstr "Paket %s ist nicht installiert." -#: pisi/operations/upgrade.py:63 +#: pisi/operations/upgrade.py:60 msgid "Package %s is not available in repositories." msgstr "Paket %s ist in den Depots nicht vorhanden." -#: pisi/operations/upgrade.py:82 +#: pisi/operations/upgrade.py:79 msgid "Package %s is already at the latest release %s." msgstr "Paket %s ist schon mit der letzten Release %s." -#: pisi/operations/upgrade.py:88 +#: pisi/operations/upgrade.py:85 msgid "Package %s is already at the latest build %s." msgstr "Paket %s ist schon in der letzten Build-Version %s." -#: pisi/operations/upgrade.py:136 +#: pisi/operations/upgrade.py:133 msgid "The following packages will be upgraded: " msgstr "Folgende Pakete werden aktualisiert:" -#: pisi/operations/upgrade.py:205 +#: pisi/operations/upgrade.py:204 msgid "Dependency %s of %s cannot be satisfied" msgstr "Abhängigkeit %s von %s kann nicht erfüllt werden" -#: pisi/operations/upgrade.py:206 +#: pisi/operations/upgrade.py:205 msgid "Upgrade is not possible." msgstr "Upgrade ist nicht möglich." -#: pisi/operations/upgrade.py:222 +#: pisi/operations/upgrade.py:221 msgid "Reverse dependency %s of %s cannot be satisfied" msgstr "Rückabhängigkeit %s von %s kann nicht zufriedenstellend sein" -#: pisi/operations/upgrade.py:243 +#: pisi/operations/upgrade.py:242 msgid "Safety switch: Following packages in system.base will be installed: " msgstr "" "Sicherheitsschalter: Die folgenden Pakete in system.base serden installiert:" -#: pisi/operations/upgrade.py:249 +#: pisi/operations/upgrade.py:248 msgid "Safety switch: Following packages in system.base will be upgraded: " msgstr "" "Sicherheitsschalter: Die folgenden Pakete in system.base werden aktualisiert:" @@ -2615,43 +2668,39 @@ msgstr "Could not fetch source from %s mirrors." msgid "unpack: check_file_hash failed" msgstr "unpack: check_file_hash fehlgeschlagen" -#: pisi/specfile.py:157 +#: pisi/specfile.py:158 msgid "URI: %s, type: %s, sha1sum: %s" msgstr "URI: %s, Typ: %s, Sha1sum: %s" -#: pisi/specfile.py:185 pisi/specfile.py:188 +#: pisi/specfile.py:186 pisi/specfile.py:189 msgid " or " msgstr "" -#: pisi/specfile.py:263 +#: pisi/specfile.py:264 msgid "Name: %s, version: %s, release: %s, build %s\n" msgstr "Name: %s, Version: %s, Release: %s, Build %s\n" -#: pisi/specfile.py:265 pisi/specfile.py:325 +#: pisi/specfile.py:266 pisi/specfile.py:327 msgid "Summary: %s\n" msgstr "Zusammenfassung: %s\n" -#: pisi/specfile.py:266 pisi/specfile.py:326 +#: pisi/specfile.py:267 pisi/specfile.py:328 msgid "Description: %s\n" msgstr "Beschreibung: %s\n" -#: pisi/specfile.py:267 pisi/specfile.py:327 +#: pisi/specfile.py:268 pisi/specfile.py:329 msgid "Component: %s\n" msgstr "Kommentar: %s\n" -#: pisi/specfile.py:268 +#: pisi/specfile.py:269 msgid "Provides: " msgstr "Bietet:" -#: pisi/specfile.py:272 +#: pisi/specfile.py:273 msgid "Dependencies: " msgstr "Abhängigkeiten:" -#: pisi/specfile.py:323 -msgid "Name: %s, version: %s, release: %s\n" -msgstr "Name: %s, Version: %s, Release: %s\n" - -#: pisi/specfile.py:328 +#: pisi/specfile.py:330 msgid "Build Dependencies: " msgstr "Build Abhängigkeiten:" @@ -2755,6 +2804,9 @@ msgstr "Suche im Quellcode - Depot...\n" msgid "Scanning binary packages...\n" msgstr "Suche im Binär - Depot...\n" +#~ msgid "Adding %s to component index" +#~ msgstr "%s wird zum Komponente-Index hinzugefügt" + #~ msgid "Package %s is not present in the package database" #~ msgstr "Paket %s ist nicht in der Paketdatenbank enthalten" diff --git a/po/es.po b/po/es.po index 2f4bfdb4..457d2ed7 100644 --- a/po/es.po +++ b/po/es.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: es\n" -"POT-Creation-Date: 2009-05-05 15:19+EEST\n" +"POT-Creation-Date: 2009-06-23 11:06+EEST\n" "PO-Revision-Date: 2009-05-05 19:45-0400\n" "Last-Translator: Klemens Häckel \n" "Language-Team: spanish \n" @@ -137,6 +137,10 @@ msgstr "" "!!! Favor anexe config.log al reporte de falla:\n" "%s/config.log" +#: pisi/actionsapi/kerneltools.py:125 +msgid "Can't find kernel version information file %s." +msgstr "" + #: pisi/actionsapi/libtools.py:38 msgid "Running ldconfig failed." msgstr "Falló ejecución de ldconfig." @@ -234,7 +238,8 @@ msgstr "ActionsAPI [echo]: No posible anexar a archivo %s." #: pisi/actionsapi/shelltools.py:63 msgid "ActionsAPI [chmod]: No file matched pattern \"%s\"." -msgstr "ActionsAPI [chmod]: No hay archivos que coinciden con el patrón \"%s\"." +msgstr "" +"ActionsAPI [chmod]: No hay archivos que coinciden con el patrón \"%s\"." #: pisi/actionsapi/shelltools.py:70 msgid "ActionsAPI [chmod]: Operation not permitted: %s (mode: %s)" @@ -306,7 +311,8 @@ msgstr "ActionsAPI [copytree]: Carpeta %s no existe." #: pisi/actionsapi/shelltools.py:185 msgid "ActionsAPI [touch]: No file matched pattern \"%s\"." -msgstr "ActionsAPI [touch]: No hay archivos que coinciden con el patrón \"%s\"." +msgstr "" +"ActionsAPI [touch]: No hay archivos que coinciden con el patrón \"%s\"." #: pisi/actionsapi/shelltools.py:194 msgid "ActionsAPI [touch]: Permission denied: %s" @@ -316,221 +322,225 @@ msgstr "ActionsAPI [touch]: Permiso denegado: %s" msgid "Command \"%s\" failed, return value was %d." msgstr "Comando \"%s\" fallado, valor de retorno: %d." -#: pisi/actionsapi/texlivemodules.py:53 +#: pisi/actionsapi/texlivemodules.py:54 msgid "Building format files failed" msgstr "Falló construcción de archivos de formato" -#: pisi/actionsapi/texlivemodules.py:56 +#: pisi/actionsapi/texlivemodules.py:57 msgid "Generate config files failed" msgstr "Generación de archivos de configuración fallado" # favor revisar, lo debería dejas mas en ingles nomas ? -#: pisi/actionsapi/texlivemodules.py:63 +#: pisi/actionsapi/texlivemodules.py:64 msgid "Creating symlinks from format to engines failed" -msgstr "Falla de creación de enlaces simbólicos desde formato a motores (engines)" +msgstr "" +"Falla de creación de enlaces simbólicos desde formato a motores (engines)" -#: pisi/actionsapi/texlivemodules.py:67 +#: pisi/actionsapi/texlivemodules.py:68 msgid "Installing texmf files failed" msgstr "Falla al instalar archivos texmf" -#: pisi/actionsapi/texlivemodules.py:71 +#: pisi/actionsapi/texlivemodules.py:72 msgid "Installing docs failed" msgstr "Falla al instalar docs" -#: pisi/actionsapi/texlivemodules.py:75 +#: pisi/actionsapi/texlivemodules.py:76 msgid "Installing config files failed" msgstr "Falla al instalar archivos de configuración" # favor revisar, si handle no es otra cosa -#: pisi/actionsapi/texlivemodules.py:81 +#: pisi/actionsapi/texlivemodules.py:82 msgid "Handle config files failed" msgstr "Falla de manejo de archivos de configuración" -#: pisi/actionsapi/texlivemodules.py:92 +#: pisi/actionsapi/texlivemodules.py:93 msgid "Symlink %s skipped (special case)" msgstr "Enlace simbólico %s omitido (caso especial)" # where is the closing bracket ? -#: pisi/actionsapi/texlivemodules.py:94 +#: pisi/actionsapi/texlivemodules.py:95 msgid "Symlink %s -> %s skipped (texlive-core takes care of it." msgstr "Enlace simbólico %s -> %s omitido (texlive-core se ocupa de esto)." -#: pisi/actionsapi/texlivemodules.py:97 +#: pisi/actionsapi/texlivemodules.py:98 msgid "Symlink %s -> %s skipped." msgstr "Enlace simbólico %s -> %s omitido." -#: pisi/actionsapi/texlivemodules.py:99 +#: pisi/actionsapi/texlivemodules.py:100 msgid "Symlink %s skipped (file exists.)" msgstr "Enlace simbólico %s omitido (archivo ya existe.)" -#: pisi/actionsapi/texlivemodules.py:101 +#: pisi/actionsapi/texlivemodules.py:102 msgid "Making symlink from %s to %s" msgstr "Crear enlace simbólico de %s a %s" -#: pisi/actionsapi/texlivemodules.py:153 +#: pisi/actionsapi/texlivemodules.py:154 msgid "Creating /etc/texmf/%s.d" msgstr "Creando /etc/texmf/%s.d" -#: pisi/actionsapi/texlivemodules.py:166 +#: pisi/actionsapi/texlivemodules.py:167 msgid "Building format file %s" msgstr "Construyendo archivo de formato %s" -#: pisi/actionsapi/texlivemodules.py:181 +#: pisi/actionsapi/texlivemodules.py:182 msgid "Map %s is added to %s/%s.cfg" msgstr "Mapa %s se está agregando a %s/%s.cfg" -#: pisi/actionsapi/texlivemodules.py:184 +#: pisi/actionsapi/texlivemodules.py:185 msgid "MixedMap %s is added to %s/%s.cfg" msgstr "MixedMap %s se está agregando a %s/%s.cfg" -#: pisi/actionsapi/texlivemodules.py:187 +#: pisi/actionsapi/texlivemodules.py:188 msgid "p +%s is added to %s/%s-config.ps" msgstr "p +%s se está agregando a %s/%s-config.ps" -#: pisi/actionsapi/texlivemodules.py:190 +#: pisi/actionsapi/texlivemodules.py:191 msgid "f %s is added to %s/%s-config" msgstr "f %s se está agregando a %s/%s-config" -#: pisi/actionsapi/texlivemodules.py:194 +#: pisi/actionsapi/texlivemodules.py:195 msgid "Language file %s already generated." msgstr "Archivo de idioma %s ya está generado." -#: pisi/actionsapi/texlivemodules.py:196 +#: pisi/actionsapi/texlivemodules.py:197 msgid "No rule to proccess %s. Please file a bug." msgstr "No hay regla para procesar %s. Por favor reporte una falla." # which part of "language" must remain the same, which part can i translate ?? -#: pisi/actionsapi/texlivemodules.py:231 +#: pisi/actionsapi/texlivemodules.py:232 msgid "\\languages{%s}{%s}{}{%s}{%s} is added to %s/language.%s.def" msgstr "\\idiomas{%s}{%s}{}{%s}{%s} agregados a %s/language.%s.def" -#: pisi/actionsapi/texlivemodules.py:234 -msgid "%s %s is added to %s/language.%s.dat" +#: pisi/actionsapi/texlivemodules.py:235 +#, fuzzy +msgid "%s is added to %s/language.%s.dat" msgstr "%s %s agregado a %s/language.%s.dat" -#: pisi/actionsapi/texlivemodules.py:237 +#: pisi/actionsapi/texlivemodules.py:238 msgid "\\languages{%s}{%s}{}{%s}{%s} is added to %s/language.%s.def " msgstr "\\idiomas{%s}{%s}{}{%s}{%s} agregados a %s/language.%s.def " -#: pisi/actionsapi/texlivemodules.py:240 +#: pisi/actionsapi/texlivemodules.py:241 msgid "%s %s is added to %s/language.%s.dat " msgstr "%s %s agregado a %s/language.%s.dat " -#: pisi/api.py:60 pisi/cli/command.py:167 +#: pisi/api.py:61 pisi/cli/command.py:167 msgid "You have to be root for this operation." msgstr "Solo el usuario root puede realizar esta operación." -#: pisi/api.py:65 +#: pisi/api.py:66 msgid "Another instance of PiSi is running. Only one instance is allowed." msgstr "" "Se está ejecutando ya otra instancia de PiSi. Se permite ejecutar solamente " "una vez." # o mejor decir: capturar estado del sistema ? -#: pisi/api.py:466 +#: pisi/api.py:493 msgid "Taking snapshot of the system" msgstr "Generando instantánea del sistema" -#: pisi/api.py:579 +#: pisi/api.py:614 msgid "comar package is not fully installed" msgstr "paquete comar no está instalado completamente" -#: pisi/api.py:591 +#: pisi/api.py:626 msgid "File %s not found" msgstr "Archivo %s no encontrado" -#: pisi/api.py:631 +#: pisi/api.py:666 msgid "* Building index of PiSi files under %s" msgstr "* Generando índice de archivos de PiSi en %s" -#: pisi/api.py:638 +#: pisi/api.py:673 msgid "* Index file written" msgstr "* Archivo de índice grabado" -#: pisi/api.py:643 +#: pisi/api.py:678 msgid "Not a valid repo name." msgstr "No es un nombre válido para un Repositorio." -#: pisi/api.py:646 +#: pisi/api.py:681 msgid "Repo %s already present." msgstr "Repositorio %s ya existe." -#: pisi/api.py:649 +#: pisi/api.py:684 msgid "Repo already present with name %s." msgstr "Repositorio ya existe con el nombre %s." -#: pisi/api.py:654 +#: pisi/api.py:689 msgid "Repo %s added to system." msgstr "Repositorio %s agregado al sistema." -#: pisi/api.py:662 +#: pisi/api.py:697 msgid "Repo %s removed from system." msgstr "Repositorio %s removido del sistema." -#: pisi/api.py:664 +#: pisi/api.py:699 msgid "Repository %s does not exist. Cannot remove." msgstr "Repositorio %s no existe. No posible remover." -#: pisi/api.py:681 +#: pisi/api.py:716 msgid "* Updating repository: %s" msgstr "* Actualizando repositorio: %s" -#: pisi/api.py:691 +#: pisi/api.py:726 msgid "%s repository information is up-to-date." msgstr "Información de repositorio %s está actualizado." # what do You mean here with "at any rate" ? ok, got it, but will think of better spanish translation. it is not yet in here. -#: pisi/api.py:693 +#: pisi/api.py:728 msgid "Updating database at any rate as requested" msgstr "Actualizando base de datos de todas formas según solicitado" -#: pisi/api.py:703 +#: pisi/api.py:738 msgid "* Package database updated." msgstr "* Base de datos de paquetes actualizada." -#: pisi/api.py:705 +#: pisi/api.py:740 msgid "No repository named %s found." msgstr "No se encontró repositorio con nombre %s." -#: pisi/api.py:716 +#: pisi/api.py:751 msgid "* Adding '%s' to db... " msgstr "* Agregando '%s' a db... " -#: pisi/api.py:719 +#: pisi/api.py:754 msgid "OK." msgstr "OK." -#: pisi/atomicoperations.py:72 pisi/operations/history.py:76 +#: pisi/atomicoperations.py:73 pisi/operations/history.py:76 msgid "Package %s found in repository %s" msgstr "Paquete %s encontrado en repositorio %s" # should it not be "URL" ? -#: pisi/atomicoperations.py:103 +#: pisi/atomicoperations.py:102 msgid "Package URI: %s" msgstr "URL de paquete: %s" -#: pisi/atomicoperations.py:115 +#: pisi/atomicoperations.py:114 msgid "Download Error: Package does not match the repository package." -msgstr "Error de descarga: Paquete local no coincide con paquete del repositorio." +msgstr "" +"Error de descarga: Paquete local no coincide con paquete del repositorio." -#: pisi/atomicoperations.py:119 +#: pisi/atomicoperations.py:118 msgid "Package %s not found in any active repository." msgstr "Paquete %s no encontrado en ningún repositorio activo." -#: pisi/atomicoperations.py:138 +#: pisi/atomicoperations.py:140 msgid "Installing %s, version %s, release %s, build %s" msgstr "Instalando %s, versión %s, release %s, build %s" -#: pisi/atomicoperations.py:182 +#: pisi/atomicoperations.py:184 msgid "%s package cannot be installed unless the dependencies are satisfied" -msgstr "paquete %s no se puede instalar hasta que instale los paquetes requeridos" +msgstr "" +"paquete %s no se puede instalar hasta que instale los paquetes requeridos" # check this ?? - probably ok, but see the context -#: pisi/atomicoperations.py:206 +#: pisi/atomicoperations.py:208 msgid "/%s from %s package\n" msgstr "/%s de paquete %s\n" -#: pisi/atomicoperations.py:207 +#: pisi/atomicoperations.py:209 msgid "" "File conflicts:\n" "%s" @@ -538,76 +548,77 @@ msgstr "" "Archivo en conflicto:\n" "%s" -#: pisi/atomicoperations.py:236 +#: pisi/atomicoperations.py:238 msgid "Re-install same version package?" msgstr "Reinstalar el paquete de la misma versión ?" # traducir mejor como rechazar o denegar ?? -#: pisi/atomicoperations.py:237 +#: pisi/atomicoperations.py:239 msgid "Package re-install declined" msgstr "Reinstalación de paquete rechazada" -#: pisi/atomicoperations.py:243 +#: pisi/atomicoperations.py:245 msgid "Upgrading to new upstream version" msgstr "Actualizando a nueva versión upstream" -#: pisi/atomicoperations.py:246 +#: pisi/atomicoperations.py:248 msgid "Upgrading to new distribution release" msgstr "Actualización a nueva versión (release) de distribución" -#: pisi/atomicoperations.py:250 +#: pisi/atomicoperations.py:252 msgid "Upgrading to new distribution build" msgstr "Actualización a nueva versión ('build') de distribución" -#: pisi/atomicoperations.py:259 +#: pisi/atomicoperations.py:261 msgid "Downgrade to old distribution release?" msgstr "Revertir hacia versión (release) antigua de distribución ?" -#: pisi/atomicoperations.py:261 +#: pisi/atomicoperations.py:263 msgid "Downgrade to old distribution build?" msgstr "Revertir hacia versión ('build') antigua de distribución ?" -#: pisi/atomicoperations.py:263 +#: pisi/atomicoperations.py:265 msgid "Package downgrade declined" msgstr "Revertir a versión anterior (downgrade) de paquete rechazada" -#: pisi/atomicoperations.py:301 +#: pisi/atomicoperations.py:303 msgid "%s configuration failed." msgstr "Falló la configuración %s ." -#: pisi/atomicoperations.py:417 +#: pisi/atomicoperations.py:419 msgid "Storing %s, " msgstr "Guardando %s, " -#: pisi/atomicoperations.py:420 +#: pisi/atomicoperations.py:422 msgid "Storing %s." msgstr "Guardando %s." -#: pisi/atomicoperations.py:427 +#: pisi/atomicoperations.py:429 msgid "Storing %s" msgstr "Guardando %s" # translated as "not available" (kh, 070715) -#: pisi/atomicoperations.py:481 +#: pisi/atomicoperations.py:483 msgid "File list could not be read for package %s, continuing removal." msgstr "" "La lista de archivos no disponible para el paquete %s, continuando " "eliminación." -#: pisi/atomicoperations.py:487 +#: pisi/atomicoperations.py:489 msgid "Removing package %s" msgstr "Eliminando paquete %s" -#: pisi/atomicoperations.py:490 +#: pisi/atomicoperations.py:492 msgid "Trying to remove nonexistent package " msgstr "Intentando remover paquete no-existente" -#: pisi/atomicoperations.py:531 +#: pisi/atomicoperations.py:533 msgid "Not removing conflicted file : %s" msgstr "Archivo conflictivo: %s no eliminado " -#: pisi/atomicoperations.py:559 -msgid "Installed file %s does not exist on system [Probably you manually deleted]" +#: pisi/atomicoperations.py:561 +msgid "" +"Installed file %s does not exist on system [Probably you manually deleted]" msgstr "" "Archivo instalado %s no existe en el sistema [Probablemente eliminado " "manualmente]" @@ -692,6 +703,40 @@ msgstr "Actualizar base de datos PiSi para repositorio %s?" msgid "%s repository could not be reached. Removing %s from system." msgstr "Repositorio %s inaccesible. Removiendo %s del sistema." +#: pisi/cli/blame.py:25 +msgid "" +"Info about the package owner\n" +"\n" +"Usage: blame ... \n" +"\n" +msgstr "" + +#: pisi/cli/blame.py:40 +#, fuzzy +msgid "blame options" +msgstr "opciones de build" + +#: pisi/cli/blame.py:41 +msgid "Blame for the given release" +msgstr "" + +#: pisi/cli/blame.py:58 pisi/specfile.py:325 +msgid "Name: %s, version: %s, release: %s\n" +msgstr "Nombre: %s, versión: %s, release: %s\n" + +#: pisi/cli/blame.py:60 +#, fuzzy +msgid "Package Maintainer: %s <%s>\n" +msgstr "Archivo de paquete: %s" + +#: pisi/cli/blame.py:61 +msgid "Release Updater: %s <%s>\n" +msgstr "" + +#: pisi/cli/blame.py:62 +msgid "Update Date: %s\n" +msgstr "" + #: pisi/cli/build.py:24 msgid "" "Build PiSi packages\n" @@ -914,7 +959,7 @@ msgstr "Al comando le falta el nombre" msgid "Duplicate command %s" msgstr "Comando duplicado %s" -#: pisi/cli/command.py:71 pisi/cli/pisicli.py:130 +#: pisi/cli/command.py:71 pisi/cli/pisicli.py:131 msgid "Unrecognized command: %s" msgstr "Comando desconocido: %s" @@ -1540,8 +1585,10 @@ msgstr "Mostrar detalles de instalación" # I suppose here the position is important too ! Should be the same ok as in english #: pisi/cli/listinstalled.py:75 pisi/cli/listupgrades.py:77 -msgid "Package Name |St| Version| Rel.| Build| Distro| Date" -msgstr "Nombre Paquete |St| Versión| Rel.| Build| Distro| Fecha" +msgid "" +"Package Name |St| Version| Rel.| Build| Distro| Date" +msgstr "" +"Nombre Paquete |St| Versión| Rel.| Build| Distro| Fecha" #: pisi/cli/listnewest.py:26 msgid "" @@ -1601,7 +1648,7 @@ msgstr "" "\n" "Lista paquetes en espera de configuración.\n" -#: pisi/cli/listpending.py:43 +#: pisi/cli/listpending.py:41 msgid "There are no packages waiting to be configured" msgstr "No hay paquetes pendientes para configurar" @@ -1619,6 +1666,14 @@ msgstr "" "\n" "Lista los repositorios configurados actualmente.\n" +#: pisi/cli/listrepo.py:40 +msgid "active" +msgstr "" + +#: pisi/cli/listrepo.py:40 +msgid "deactive" +msgstr "" + #: pisi/cli/listsources.py:24 msgid "" "List available sources\n" @@ -1659,20 +1714,20 @@ msgstr "opciones list-upgrades" msgid "List upgradable packages under given component" msgstr "Lista de paquetes actualizables de un componente dado" -#: pisi/cli/listupgrades.py:68 pisi/operations/upgrade.py:113 +#: pisi/cli/listupgrades.py:68 pisi/operations/upgrade.py:110 msgid "No packages to upgrade." msgstr "No hay paquetes para actualizar" -#: pisi/cli/pisicli.py:82 +#: pisi/cli/pisicli.py:83 msgid "Options must precede non-option arguments" msgstr "Se debe indicar opciones delante de otros argumentos" -#: pisi/cli/pisicli.py:123 +#: pisi/cli/pisicli.py:124 msgid "No command given" msgstr "No se dio ningún comando" # is my idea of "parsing" in spanish correct - or acceptable ? -#: pisi/cli/pisicli.py:126 +#: pisi/cli/pisicli.py:127 msgid "Command line parsing error" msgstr "Error de sintaxis de comando" @@ -1737,7 +1792,8 @@ msgstr "opciones de remover" #: pisi/cli/remove.py:46 msgid "Removes everything including changed config files of the package" -msgstr "Remueve todo, incluyendo archivos de configuración modificados del paquete" +msgstr "" +"Remueve todo, incluyendo archivos de configuración modificados del paquete" #: pisi/cli/remove.py:48 msgid "Remove component's and recursive components' packages" @@ -1944,7 +2000,7 @@ msgstr "No se actualizarán los repositorios" msgid "comar-api package is not fully installed" msgstr "paquete comar-api no está instalado por completo" -#: pisi/comariface.py:87 +#: pisi/comariface.py:88 msgid "" "Cannot connect to COMAR: \n" " %s\n" @@ -1952,59 +2008,59 @@ msgstr "" "No posible conectar con COMAR: \n" " %s\n" -#: pisi/comariface.py:92 +#: pisi/comariface.py:93 msgid "Configuring %s package" msgstr "Configurando paquete %s " -#: pisi/comariface.py:99 +#: pisi/comariface.py:100 msgid "COMAR package updated. From now on, using new COMAR daemon." msgstr "" "Paquete COMAR actualizado. Desde ahora en adelante se está utilizando el " "demonio COMAR nuevo." -#: pisi/comariface.py:105 +#: pisi/comariface.py:106 msgid "Registering %s comar script" msgstr "Registrando comar script %s " -#: pisi/comariface.py:113 pisi/comariface.py:118 pisi/comariface.py:127 -#: pisi/comariface.py:141 pisi/comariface.py:158 pisi/comariface.py:167 -#: pisi/comariface.py:184 pisi/comariface.py:193 pisi/comariface.py:199 +#: pisi/comariface.py:114 pisi/comariface.py:119 pisi/comariface.py:128 +#: pisi/comariface.py:142 pisi/comariface.py:159 pisi/comariface.py:168 +#: pisi/comariface.py:185 pisi/comariface.py:194 pisi/comariface.py:200 msgid "Script error: %s" msgstr "Error de script: %s" -#: pisi/comariface.py:120 +#: pisi/comariface.py:121 msgid "Calling post install handlers" msgstr "Llamando actuadores de post-install" -#: pisi/comariface.py:135 +#: pisi/comariface.py:136 msgid "Running package's post install script" msgstr "Ejecutando script de post-install del paquete" -#: pisi/comariface.py:146 +#: pisi/comariface.py:147 msgid "Running pre removal operations for %s" msgstr "Ejecutando operaciones previos a la desinstalación de %s" -#: pisi/comariface.py:152 +#: pisi/comariface.py:153 msgid "Running package's pre remove script" msgstr "Ejecutando script previo de remover paquete" -#: pisi/comariface.py:160 +#: pisi/comariface.py:161 msgid "Calling pre remove handlers" msgstr "Llamando actuadores previos de remover" -#: pisi/comariface.py:172 +#: pisi/comariface.py:173 msgid "Running post removal operations for %s" msgstr "Ejecutando operaciones posteriores a la desinstalación de %s" -#: pisi/comariface.py:178 +#: pisi/comariface.py:179 msgid "Running package's postremove script" msgstr "Ejecutando script posterior de remover paquete" -#: pisi/comariface.py:186 +#: pisi/comariface.py:187 msgid "Calling post remove handlers" msgstr "Llamando actuadores posteriores de la desinstalación" -#: pisi/comariface.py:195 +#: pisi/comariface.py:196 msgid "Unregistering comar scripts" msgstr "Eliminando scripts comar del registro" @@ -2012,7 +2068,7 @@ msgstr "Eliminando scripts comar del registro" msgid "Destination directory %s does not exist. Creating it." msgstr "Carpeta destino %s no existe. Creando ahora." -#: pisi/configfile.py:125 +#: pisi/configfile.py:126 msgid "No section by name '%s'" msgstr "No hay sección con nombre '%s'" @@ -2053,6 +2109,11 @@ msgstr "No posible unbind constant: %s" msgid "Component %s not found" msgstr "Componente %s no encontrado" +#: pisi/db/groupdb.py:66 pisi/db/groupdb.py:75 +#, fuzzy +msgid "Group %s not found" +msgstr "Componente %s no encontrado" + #: pisi/db/installdb.py:37 msgid "installed" msgstr "instalado" @@ -2073,7 +2134,7 @@ msgstr "" msgid "Distribution: %s, Install Time: %s\n" msgstr "Distribución: %s, Tiempo de Instalación: %s\n" -#: pisi/db/installdb.py:224 +#: pisi/db/installdb.py:247 msgid "Package %s is not installed" msgstr "Paquete %s no está instalado" @@ -2089,7 +2150,7 @@ msgstr "Item %s no encontrado en repositorio" msgid "Repository %s does not exist." msgstr "Repositorio %s no existe." -#: pisi/db/packagedb.py:109 +#: pisi/db/packagedb.py:116 pisi/db/packagedb.py:123 msgid "Package %s not found." msgstr "Paquete %s no encontrado." @@ -2209,20 +2270,16 @@ msgstr "%s %s fue reinstalado." msgid "%s is downgraded from %s to %s." msgstr "%s fue revertido de %s a %s." -#: pisi/index.py:97 -msgid "Adding %s to component index" -msgstr "Agregando %s a index de componentes" - -#: pisi/index.py:112 +#: pisi/index.py:115 msgid "Adding %s to package index" msgstr "Agregando %s al index de paquetes" -#: pisi/index.py:129 +#: pisi/index.py:132 msgid "Package %s: metadata corrupt, skipping..." msgstr "Metadata de paquete %s: corrupto, omitiendo..." # here "source" means - like source code ? (not "base".. ) -#: pisi/index.py:171 +#: pisi/index.py:184 msgid "Adding %s to source index" msgstr "Agregando %s a index de fuentes" @@ -2244,203 +2301,207 @@ msgid "Mirrors file %s does not exist. Could not resolve mirrors://" msgstr "Archivo %s no existe en mirror. No posible resolver mirrors://" # depende del contexto - verificar si se puede mejorar.. -#: pisi/operations/build.py:89 +#: pisi/operations/build.py:91 msgid "Path %s belongs in multiple packages" msgstr "Ruta %s pertenece a múltiples paquetes" -#: pisi/operations/build.py:161 +#: pisi/operations/build.py:163 msgid "Source URI: %s" msgstr "URL Fuente: %s" -#: pisi/operations/build.py:165 +#: pisi/operations/build.py:167 msgid "Source %s not found in any active repository." msgstr "Fuente %s no encontrada en repositorios activos." -#: pisi/operations/build.py:238 +#: pisi/operations/build.py:240 msgid "Building PiSi source package: %s" msgstr "Generando paquete fuente PiSi: %s" -#: pisi/operations/build.py:283 +#: pisi/operations/build.py:285 msgid "IceCream detected. Make sure your daemon is up and running..." -msgstr "IceCream detectado. Asegúrese que el demónio está activo y funcionando..." +msgstr "" +"IceCream detectado. Asegúrese que el demónio está activo y funcionando..." -#: pisi/operations/build.py:288 +#: pisi/operations/build.py:290 msgid "CCache detected..." msgstr "CCache detectado..." -#: pisi/operations/build.py:355 +#: pisi/operations/build.py:357 msgid "PartOf tag not defined, looking for component" msgstr "ParteOf tag no definido, buscando componente" -#: pisi/operations/build.py:365 +#: pisi/operations/build.py:367 msgid "Cannot find component.xml in upper directory" msgstr "No se pudo encontrar component.xml en directorio superior" -#: pisi/operations/build.py:369 +#: pisi/operations/build.py:371 msgid "Source is part of %s component" msgstr "Fuente es parte de componente %s " -#: pisi/operations/build.py:373 +#: pisi/operations/build.py:375 msgid "Fetching source from: %s" msgstr "Obteniendo fuente desde: %s" -#: pisi/operations/build.py:375 +#: pisi/operations/build.py:377 msgid "Source archive is stored: %s/%s" msgstr "Archivo de fuente guardado: %s/%s" -#: pisi/operations/build.py:379 +#: pisi/operations/build.py:381 msgid "Unpacking archive..." msgstr "Descompactando archivo..." -#: pisi/operations/build.py:383 +#: pisi/operations/build.py:385 msgid " unpacked (%s)" msgstr " descompactado (%s)" -#: pisi/operations/build.py:388 +#: pisi/operations/build.py:390 msgid "Setting up source..." msgstr "Configurando fuente..." -#: pisi/operations/build.py:393 +#: pisi/operations/build.py:395 msgid "Building source..." msgstr "Generando fuente (build)..." -#: pisi/operations/build.py:398 +#: pisi/operations/build.py:400 msgid "Testing package..." msgstr "Verificando Paquete %s." -#: pisi/operations/build.py:402 +#: pisi/operations/build.py:404 msgid "Installing..." msgstr "Instalando..." -#: pisi/operations/build.py:444 +#: pisi/operations/build.py:446 msgid "Unable to read Actions Script (%s): %s" msgstr "No posible leer Script de Acciones (%s): %s" -#: pisi/operations/build.py:446 +#: pisi/operations/build.py:448 msgid "SyntaxError in Actions Script (%s): %s" msgstr "Error de Sintaxis en Script de Acciones (%s): %s" -#: pisi/operations/build.py:463 +#: pisi/operations/build.py:465 msgid "Unable to read COMAR script (%s): %s" msgstr "No posible leer Script de COMAR (%s): %s" -#: pisi/operations/build.py:465 +#: pisi/operations/build.py:467 msgid "SyntaxError in COMAR file (%s): %s" msgstr "Error de Sintaxis en archivo COMAR (%s): %s" -#: pisi/operations/build.py:477 +#: pisi/operations/build.py:479 msgid "Sandbox violation: %s (%s -> %s)" msgstr "Violación de caja de arena (Sandbox): %s (%s -> %s)" # favor revisar -#: pisi/operations/build.py:495 +#: pisi/operations/build.py:497 msgid "Sandbox enabled build..." msgstr "Build con Sandbox habilitado..." -#: pisi/operations/build.py:515 +#: pisi/operations/build.py:517 msgid "Sandbox violation result:" msgstr "Resultado de violación de Sandbox:" -#: pisi/operations/build.py:518 +#: pisi/operations/build.py:520 msgid "Sandbox violations!" msgstr "Violaciones de Sandbox!" # no suea bien, pero está correcto segun ingles. pero quizá querían decir otra cosa ? # quizá quieren decir: no posible llamar/ejecutar rutina del achivo (script batch) de acciones ?? -#: pisi/operations/build.py:524 +#: pisi/operations/build.py:526 msgid "unable to call function from actions: %s" msgstr "no posible llamar función desde acciones: %s" # did I get "safety switch" right (in this context)? -#: pisi/operations/build.py:545 -msgid "Safety switch: following extra packages in system.devel will be installed: " +#: pisi/operations/build.py:547 +msgid "" +"Safety switch: following extra packages in system.devel will be installed: " msgstr "" "Verificación de seguridad: Se instalarán los siguientes paquetes adicionales " "en system.devel:" -#: pisi/operations/build.py:550 +#: pisi/operations/build.py:552 msgid "Safety switch: system.devel is already installed" msgstr "Verificación de seguridad: system.devel ya está instalado" -#: pisi/operations/build.py:552 +#: pisi/operations/build.py:554 msgid "Safety switch: the component system.devel cannot be found" -msgstr "Verificación de seguridad: No posible encontrar el componente system.devel" +msgstr "" +"Verificación de seguridad: No posible encontrar el componente system.devel" # satisfechas - entiendo que se refiere a librerias necesarias para hacer el proceso build # quizá hay mejor manera de decirlo en español -#: pisi/operations/build.py:561 +#: pisi/operations/build.py:563 msgid "Unsatisfied Build Dependencies:" msgstr "Dependencias Build no satisfechas:" -#: pisi/operations/build.py:565 +#: pisi/operations/build.py:567 msgid "Cannot build package due to unsatisfied build dependencies" msgstr "No es posible generar el paquete por dependencias build no satisfechas" -#: pisi/operations/build.py:570 +#: pisi/operations/build.py:572 msgid "Build dependency %s cannot be satisfied" msgstr "Dependencia build %s no se puede satisfacer" -#: pisi/operations/build.py:572 +#: pisi/operations/build.py:574 msgid "Do you want to install the unsatisfied build dependencies" msgstr "Quiere instalar las dependencias build faltantes " -#: pisi/operations/build.py:573 +#: pisi/operations/build.py:575 msgid "Installing build dependencies." msgstr "Instalando dependencias build" -#: pisi/operations/build.py:579 +#: pisi/operations/build.py:581 msgid "Ignoring build dependencies." msgstr "Ignorando dependencias build" -#: pisi/operations/build.py:589 +#: pisi/operations/build.py:591 msgid "Patch file is missing: %s\n" msgstr "Falta el archivo de parche: %s\n" -#: pisi/operations/build.py:602 +#: pisi/operations/build.py:604 msgid "* Applying patch: %s" msgstr "* Aplicando parche: %s" -#: pisi/operations/build.py:722 +#: pisi/operations/build.py:719 msgid "/%s has suid bit set" msgstr "/%s tiene seteado el bit suid" -#: pisi/operations/build.py:758 +#: pisi/operations/build.py:755 msgid "(found old version %s)" msgstr "(encontrado versión antigua %s)" -#: pisi/operations/build.py:782 +#: pisi/operations/build.py:779 msgid "(no previous build found, setting build no to 1.)" msgstr "(no se encontró build anterior, estableciendo número de build a 1.)" -#: pisi/operations/build.py:827 +#: pisi/operations/build.py:824 msgid "(old package lacks a build no, setting build no to 1.)" -msgstr "(paquete antiguo no tiene número de build, seteando número de build a 1.)" +msgstr "" +"(paquete antiguo no tiene número de build, seteando número de build a 1.)" -#: pisi/operations/build.py:830 +#: pisi/operations/build.py:827 msgid "There are changes, incrementing build no to %d" msgstr "Hay cambios, incrementando número de build a %d" -#: pisi/operations/build.py:833 +#: pisi/operations/build.py:830 msgid "There is no change from previous build %d" msgstr "No hay cambios en relación al build anterior %d" -#: pisi/operations/build.py:907 +#: pisi/operations/build.py:904 msgid "No user named '%s' found on the system" msgstr "Usuario '%s' no existe en el sistema" -#: pisi/operations/build.py:912 +#: pisi/operations/build.py:909 msgid "No group named '%s' found on the system" msgstr "Grupo '%s' no existe en el sistema" -#: pisi/operations/build.py:915 +#: pisi/operations/build.py:912 msgid "** Building package %s" msgstr "** Construyendo (build) paquete %s" -#: pisi/operations/build.py:917 pisi/operations/build.py:920 +#: pisi/operations/build.py:914 pisi/operations/build.py:917 msgid "Generating %s," msgstr "Generando %s," -#: pisi/operations/build.py:926 +#: pisi/operations/build.py:923 msgid "" "Build number is not available. For repo builds you must enable buildno in " "pisi.conf." @@ -2448,35 +2509,36 @@ msgstr "" "Número de build no disponible. Para builds de repo buildno debe estar " "habilitado en pisi.conf." -#: pisi/operations/build.py:946 +#: pisi/operations/build.py:943 msgid "Creating PiSi package %s." msgstr "Creando Paquete PiSi %s." # podria ser tambien "Fin" o "Listo" -#: pisi/operations/build.py:991 pisi/operations/delta.py:92 +#: pisi/operations/build.py:993 pisi/operations/delta.py:92 msgid "Done." msgstr "Hecho." -#: pisi/operations/build.py:997 +#: pisi/operations/build.py:999 msgid "There are abandoned files under the install dir (%s):" msgstr "Existen archivos abandonados en la carpeta de instalación (%s):" # revisa este por favor -#: pisi/operations/build.py:1001 -msgid "All of the files under the install dir (%s) has been collected by package(s)" +#: pisi/operations/build.py:1003 +msgid "" +"All of the files under the install dir (%s) has been collected by package(s)" msgstr "" "Todos los archivos de la carpeta de instalación (%s) se juntaron en los " "paquetes" -#: pisi/operations/build.py:1005 +#: pisi/operations/build.py:1007 msgid "Cleaning Build Directory..." msgstr "Limpiando Carpeta Build..." -#: pisi/operations/build.py:1008 +#: pisi/operations/build.py:1010 msgid "Keeping Build Directory" msgstr "Conservando Carpeta Build" -#: pisi/operations/build.py:1034 +#: pisi/operations/build.py:1039 msgid "*** %d error(s), %d warning(s)" msgstr "*** %d error(es), %d alerta(s)" @@ -2528,12 +2590,12 @@ msgstr "" "La siguiente lista mínima de paquetes se generará e instalará\n" "en el orden indicado, para satisfacer las dependencias:\n" -#: pisi/operations/emerge.py:62 pisi/operations/install.py:79 -#: pisi/operations/upgrade.py:147 +#: pisi/operations/emerge.py:62 pisi/operations/install.py:82 +#: pisi/operations/upgrade.py:144 msgid "There are extra packages due to dependencies. Do you want to continue?" msgstr "Hay paquetes adicionales por motivo de dependencias. Desea continuar ?" -#: pisi/operations/emerge.py:94 +#: pisi/operations/emerge.py:96 msgid "Cannot find source package: %s" msgstr "No se ha encontrado paquete fuente: %s" @@ -2557,10 +2619,10 @@ msgstr "" msgid "Remove the following conflicting packages?" msgstr "Remover los siguientes paquetes conflictivos ?" -# might be slightly different. i should see the context -#: pisi/operations/helper.py:63 pisi/operations/remove.py:119 -msgid "Conflicts remain" -msgstr "Conflictos continúan" +#: pisi/operations/helper.py:63 +#, fuzzy +msgid "Conflicting packages should be removed to continue" +msgstr "Se eliminarán los siguientes paquetes:\n" #: pisi/operations/history.py:86 pisi/operations/history.py:96 msgid "%s could not be found" @@ -2579,12 +2641,12 @@ msgid "Following packages will be removed:\n" msgstr "Se eliminarán los siguientes paquetes:\n" #: pisi/operations/history.py:152 pisi/operations/history.py:166 -#: pisi/operations/install.py:157 pisi/operations/remove.py:72 +#: pisi/operations/install.py:187 pisi/operations/remove.py:72 msgid "Do you want to continue?" msgstr "Desea continuar ?" -#: pisi/operations/history.py:158 pisi/operations/install.py:88 -#: pisi/operations/upgrade.py:154 +#: pisi/operations/history.py:158 pisi/operations/install.py:95 +#: pisi/operations/upgrade.py:155 msgid "Downloading %d / %d" msgstr "Descargando %d / %d" @@ -2597,17 +2659,18 @@ msgstr "" "Los siguientes paquetes no se pudieron encontrar en los repositorios y no " "fueron guardados:\n" -#: pisi/operations/install.py:45 +#: pisi/operations/install.py:48 pisi/operations/install.py:134 msgid "" "The following package(s) are already installed and are not going to be " "installed again:\n" -msgstr "Los siguientes paquetes ya están instalados y no se instalarán de nuevo:\n" +msgstr "" +"Los siguientes paquetes ya están instalados y no se instalarán de nuevo:\n" -#: pisi/operations/install.py:50 pisi/operations/install.py:170 +#: pisi/operations/install.py:53 pisi/operations/install.py:200 msgid "No packages to install." msgstr "No hay paquetes para instalar." -#: pisi/operations/install.py:68 +#: pisi/operations/install.py:71 msgid "" "Following packages will be installed in the respective order to satisfy " "dependencies:\n" @@ -2615,23 +2678,24 @@ msgstr "" "Se instalarán los siguientes paquetes en el orden indicado para satisfacer " "las dependencias:\n" -#: pisi/operations/install.py:73 pisi/operations/upgrade.py:141 +#: pisi/operations/install.py:76 pisi/operations/upgrade.py:138 msgid "Total size of package(s): %.2f %s" msgstr "Tamaño total de paquete(s): %.2f %s" -#: pisi/operations/install.py:97 pisi/operations/upgrade.py:171 +#: pisi/operations/install.py:107 pisi/operations/upgrade.py:170 msgid "Installing %d / %d" msgstr "Instalado %d / %d" -#: pisi/operations/install.py:110 +#: pisi/operations/install.py:121 msgid "Mixing file names and package names not supported yet." -msgstr "Mezclando nombres de archivos y nombres de paquetes actualmente no soportado." +msgstr "" +"Mezclando nombres de archivos y nombres de paquetes actualmente no soportado." -#: pisi/operations/install.py:149 +#: pisi/operations/install.py:179 msgid "External dependencies not satisfied: %s" msgstr "Dependencias externas no satisfechas: %s" -#: pisi/operations/install.py:154 +#: pisi/operations/install.py:184 msgid "" "The following packages will be installed\n" "in the respective order to satisfy extra dependencies:\n" @@ -2639,16 +2703,16 @@ msgstr "" "Se instalarán los siguientes paquetes\n" "en el orden respectivo para satisfacer las dependencias adicionales:\n" -#: pisi/operations/install.py:158 +#: pisi/operations/install.py:188 msgid "External dependencies not satisfied" msgstr "Dependencia externa no satisfecha" -#: pisi/operations/install.py:201 +#: pisi/operations/install.py:231 msgid "Installation order: " msgstr "Orden de instalación:" # satisfy - a traducir con "cumplir" ? como suena ? -#: pisi/operations/install.py:236 pisi/specfile.py:250 +#: pisi/operations/install.py:266 pisi/specfile.py:251 msgid "%s dependency of package %s is not satisfied" msgstr "Dependencia %s de paquete %s no está satisfecha" @@ -2659,9 +2723,10 @@ msgstr "" "system.base: " # should this say in english ? "Safety switch: the component cannot be found in system.base" ?? (i did in spanish like this) -#: pisi/operations/remove.py:48 pisi/operations/upgrade.py:255 +#: pisi/operations/remove.py:48 pisi/operations/upgrade.py:254 msgid "Safety switch: the component system.base cannot be found" -msgstr "Verificación de seguridad: No posible encontrar el componente system.base: " +msgstr "" +"Verificación de seguridad: No posible encontrar el componente system.base: " #: pisi/operations/remove.py:55 msgid "Package %s does not exist. Cannot remove." @@ -2687,6 +2752,11 @@ msgstr "Remover paquetes denegado" msgid "Package %s is not installed. Cannot remove." msgstr "Paquete %s no está instalado. No posible remover." +# might be slightly different. i should see the context +#: pisi/operations/remove.py:119 +msgid "Conflicts remain" +msgstr "Conflictos continúan" + #: pisi/operations/remove.py:127 msgid "Obsoleted packages remaining" msgstr "Paquetes obsoletos permanecen" @@ -2695,50 +2765,50 @@ msgstr "Paquetes obsoletos permanecen" msgid "Replaced package remains" msgstr "Queda conservado el paquete reemplazado" -#: pisi/operations/upgrade.py:45 +#: pisi/operations/upgrade.py:42 msgid "Warning: package *name* ends with '.pisi'" msgstr "Alerta: *name* de paquete termina con '.pisi'" -#: pisi/operations/upgrade.py:59 +#: pisi/operations/upgrade.py:56 msgid "Package %s is not installed." msgstr "Paquete %s no está instalado." -#: pisi/operations/upgrade.py:63 +#: pisi/operations/upgrade.py:60 msgid "Package %s is not available in repositories." msgstr "Paquete %s no está disponible en repositorios." -#: pisi/operations/upgrade.py:82 +#: pisi/operations/upgrade.py:79 msgid "Package %s is already at the latest release %s." msgstr "Paquete %s ya está con su ultima release %s." -#: pisi/operations/upgrade.py:88 +#: pisi/operations/upgrade.py:85 msgid "Package %s is already at the latest build %s." msgstr "Paquete %s ya está con su último build %s." -#: pisi/operations/upgrade.py:136 +#: pisi/operations/upgrade.py:133 msgid "The following packages will be upgraded: " msgstr "Se actualizarán los siguientes paquetes: " -#: pisi/operations/upgrade.py:205 +#: pisi/operations/upgrade.py:204 msgid "Dependency %s of %s cannot be satisfied" msgstr "Dependencia %s de %s no se puede satisfacer" -#: pisi/operations/upgrade.py:206 +#: pisi/operations/upgrade.py:205 msgid "Upgrade is not possible." msgstr "Actualización no posible." -#: pisi/operations/upgrade.py:222 +#: pisi/operations/upgrade.py:221 msgid "Reverse dependency %s of %s cannot be satisfied" msgstr "No se puede satisfacer la dependencia reversa %s de %s" # I don't know what to say for "Safety switch".. yet -#: pisi/operations/upgrade.py:243 +#: pisi/operations/upgrade.py:242 msgid "Safety switch: Following packages in system.base will be installed: " msgstr "" "Verificación de seguridad: Se instalarán los siguientes paquetes en system." "base: " -#: pisi/operations/upgrade.py:249 +#: pisi/operations/upgrade.py:248 msgid "Safety switch: Following packages in system.base will be upgraded: " msgstr "" "Verificación de seguridad: Se actualizarán los siguientes paquetes en system." @@ -2882,44 +2952,40 @@ msgstr "No posible descargar fuentes desde %s." msgid "unpack: check_file_hash failed" msgstr "unpack: check_file_hash falló" -#: pisi/specfile.py:157 +#: pisi/specfile.py:158 msgid "URI: %s, type: %s, sha1sum: %s" msgstr "URI: %s, tipo: %s, sha1sum: %s" -#: pisi/specfile.py:185 pisi/specfile.py:188 +#: pisi/specfile.py:186 pisi/specfile.py:189 msgid " or " msgstr " o " -#: pisi/specfile.py:263 +#: pisi/specfile.py:264 msgid "Name: %s, version: %s, release: %s, build %s\n" msgstr "Nombre: %s, version: %s, release: %s, build %s\n" -#: pisi/specfile.py:265 pisi/specfile.py:325 +#: pisi/specfile.py:266 pisi/specfile.py:327 msgid "Summary: %s\n" msgstr "Resumen: %s\n" -#: pisi/specfile.py:266 pisi/specfile.py:326 +#: pisi/specfile.py:267 pisi/specfile.py:328 msgid "Description: %s\n" msgstr "Descripción: %s\n" -#: pisi/specfile.py:267 pisi/specfile.py:327 +#: pisi/specfile.py:268 pisi/specfile.py:329 msgid "Component: %s\n" msgstr "Componente: %s\n" # o simplemente "contiene" ? -#: pisi/specfile.py:268 +#: pisi/specfile.py:269 msgid "Provides: " msgstr "Provee: " -#: pisi/specfile.py:272 +#: pisi/specfile.py:273 msgid "Dependencies: " msgstr "Dependencias: " -#: pisi/specfile.py:323 -msgid "Name: %s, version: %s, release: %s\n" -msgstr "Nombre: %s, versión: %s, release: %s\n" - -#: pisi/specfile.py:328 +#: pisi/specfile.py:330 msgid "Build Dependencies: " msgstr "Dependencias de Build: " @@ -2992,7 +3058,8 @@ msgstr "" "%s\n" #: scripts/repostats.py:371 -msgid "Developer '%s <%s>' has another mail address '%s' in source package '%s'" +msgid "" +"Developer '%s <%s>' has another mail address '%s' in source package '%s'" msgstr "" "Desarrollador '%s <%s>' tiene otra dirección email '%s' en archivo fuente '%" "s'" @@ -3021,3 +3088,5 @@ msgstr "Buscando en repositorio de fuentes...\n" msgid "Scanning binary packages...\n" msgstr "Buscando paquetes binarios...\n" +#~ msgid "Adding %s to component index" +#~ msgstr "Agregando %s a index de componentes" diff --git a/po/fr.po b/po/fr.po index 3d48e5ad..beb4b970 100644 --- a/po/fr.po +++ b/po/fr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: fr\n" -"POT-Creation-Date: 2009-05-05 15:19+EEST\n" +"POT-Creation-Date: 2009-06-23 11:06+EEST\n" "PO-Revision-Date: 2008-06-27 02:49+0200\n" "Last-Translator: Amine Chadly \n" "Language-Team: French \n" @@ -131,6 +131,10 @@ msgstr "" "s'il vous plaît :\n" "%s/config.log" +#: pisi/actionsapi/kerneltools.py:125 +msgid "Can't find kernel version information file %s." +msgstr "" + #: pisi/actionsapi/libtools.py:38 msgid "Running ldconfig failed." msgstr "L'exécution de ldconfig a échoué." @@ -310,222 +314,223 @@ msgstr "ActionsAPI [touch]: Permission refusée : %s" msgid "Command \"%s\" failed, return value was %d." msgstr "" -#: pisi/actionsapi/texlivemodules.py:53 +#: pisi/actionsapi/texlivemodules.py:54 #, fuzzy msgid "Building format files failed" msgstr "L'exécution de automake a échoué." -#: pisi/actionsapi/texlivemodules.py:56 +#: pisi/actionsapi/texlivemodules.py:57 msgid "Generate config files failed" msgstr "" -#: pisi/actionsapi/texlivemodules.py:63 +#: pisi/actionsapi/texlivemodules.py:64 msgid "Creating symlinks from format to engines failed" msgstr "" -#: pisi/actionsapi/texlivemodules.py:67 +#: pisi/actionsapi/texlivemodules.py:68 #, fuzzy msgid "Installing texmf files failed" msgstr "Échec de l'installation." -#: pisi/actionsapi/texlivemodules.py:71 +#: pisi/actionsapi/texlivemodules.py:72 #, fuzzy msgid "Installing docs failed" msgstr "Échec de l'installation." -#: pisi/actionsapi/texlivemodules.py:75 +#: pisi/actionsapi/texlivemodules.py:76 #, fuzzy msgid "Installing config files failed" msgstr "L'exécution de ldconfig a échoué." -#: pisi/actionsapi/texlivemodules.py:81 +#: pisi/actionsapi/texlivemodules.py:82 #, fuzzy msgid "Handle config files failed" msgstr "Fichier paquet : %s" -#: pisi/actionsapi/texlivemodules.py:92 +#: pisi/actionsapi/texlivemodules.py:93 msgid "Symlink %s skipped (special case)" msgstr "" -#: pisi/actionsapi/texlivemodules.py:94 +#: pisi/actionsapi/texlivemodules.py:95 msgid "Symlink %s -> %s skipped (texlive-core takes care of it." msgstr "" -#: pisi/actionsapi/texlivemodules.py:97 +#: pisi/actionsapi/texlivemodules.py:98 msgid "Symlink %s -> %s skipped." msgstr "" -#: pisi/actionsapi/texlivemodules.py:99 +#: pisi/actionsapi/texlivemodules.py:100 msgid "Symlink %s skipped (file exists.)" msgstr "" -#: pisi/actionsapi/texlivemodules.py:101 +#: pisi/actionsapi/texlivemodules.py:102 msgid "Making symlink from %s to %s" msgstr "" -#: pisi/actionsapi/texlivemodules.py:153 +#: pisi/actionsapi/texlivemodules.py:154 msgid "Creating /etc/texmf/%s.d" msgstr "" -#: pisi/actionsapi/texlivemodules.py:166 +#: pisi/actionsapi/texlivemodules.py:167 #, fuzzy msgid "Building format file %s" msgstr "** Compilation du paquet %s" -#: pisi/actionsapi/texlivemodules.py:181 +#: pisi/actionsapi/texlivemodules.py:182 #, fuzzy msgid "Map %s is added to %s/%s.cfg" msgstr "Le dépôt %s a été ajouté au système." -#: pisi/actionsapi/texlivemodules.py:184 +#: pisi/actionsapi/texlivemodules.py:185 #, fuzzy msgid "MixedMap %s is added to %s/%s.cfg" msgstr "Le dépôt %s a été ajouté au système." -#: pisi/actionsapi/texlivemodules.py:187 +#: pisi/actionsapi/texlivemodules.py:188 msgid "p +%s is added to %s/%s-config.ps" msgstr "" -#: pisi/actionsapi/texlivemodules.py:190 +#: pisi/actionsapi/texlivemodules.py:191 msgid "f %s is added to %s/%s-config" msgstr "" -#: pisi/actionsapi/texlivemodules.py:194 +#: pisi/actionsapi/texlivemodules.py:195 msgid "Language file %s already generated." msgstr "" -#: pisi/actionsapi/texlivemodules.py:196 +#: pisi/actionsapi/texlivemodules.py:197 msgid "No rule to proccess %s. Please file a bug." msgstr "" -#: pisi/actionsapi/texlivemodules.py:231 +#: pisi/actionsapi/texlivemodules.py:232 msgid "\\languages{%s}{%s}{}{%s}{%s} is added to %s/language.%s.def" msgstr "" -#: pisi/actionsapi/texlivemodules.py:234 -msgid "%s %s is added to %s/language.%s.dat" -msgstr "" +#: pisi/actionsapi/texlivemodules.py:235 +#, fuzzy +msgid "%s is added to %s/language.%s.dat" +msgstr "Le dépôt %s a été ajouté au système." -#: pisi/actionsapi/texlivemodules.py:237 +#: pisi/actionsapi/texlivemodules.py:238 msgid "\\languages{%s}{%s}{}{%s}{%s} is added to %s/language.%s.def " msgstr "" -#: pisi/actionsapi/texlivemodules.py:240 +#: pisi/actionsapi/texlivemodules.py:241 msgid "%s %s is added to %s/language.%s.dat " msgstr "" -#: pisi/api.py:60 pisi/cli/command.py:167 +#: pisi/api.py:61 pisi/cli/command.py:167 msgid "You have to be root for this operation." msgstr "Vous devez être root pour réaliser cette opération." -#: pisi/api.py:65 +#: pisi/api.py:66 msgid "Another instance of PiSi is running. Only one instance is allowed." msgstr "" -#: pisi/api.py:466 +#: pisi/api.py:493 msgid "Taking snapshot of the system" msgstr "Prise d'un instantané du système" -#: pisi/api.py:579 +#: pisi/api.py:614 msgid "comar package is not fully installed" msgstr "Le paquet comar n'est pas entièrement installé" -#: pisi/api.py:591 +#: pisi/api.py:626 msgid "File %s not found" msgstr "Le fichier %s est introuvable" -#: pisi/api.py:631 +#: pisi/api.py:666 msgid "* Building index of PiSi files under %s" msgstr "* Construction de l'index des fichiers PiSi sous %s" -#: pisi/api.py:638 +#: pisi/api.py:673 msgid "* Index file written" msgstr "* Fichier d'index écrit" -#: pisi/api.py:643 +#: pisi/api.py:678 msgid "Not a valid repo name." msgstr "" -#: pisi/api.py:646 +#: pisi/api.py:681 msgid "Repo %s already present." msgstr "Le dépôt %s existe déjà." -#: pisi/api.py:649 +#: pisi/api.py:684 #, fuzzy msgid "Repo already present with name %s." msgstr "Le dépôt %s existe déjà." -#: pisi/api.py:654 +#: pisi/api.py:689 msgid "Repo %s added to system." msgstr "Le dépôt %s a été ajouté au système." -#: pisi/api.py:662 +#: pisi/api.py:697 msgid "Repo %s removed from system." msgstr "Le dépôt %s a été supprimé du système." -#: pisi/api.py:664 +#: pisi/api.py:699 msgid "Repository %s does not exist. Cannot remove." msgstr "Le dépôt %s n'existe pas. Impossible de le supprimer." -#: pisi/api.py:681 +#: pisi/api.py:716 msgid "* Updating repository: %s" msgstr "* Mise à jour du dépôt : %s" -#: pisi/api.py:691 +#: pisi/api.py:726 msgid "%s repository information is up-to-date." msgstr "les informations concernant le dépôt %s sont à jour." -#: pisi/api.py:693 +#: pisi/api.py:728 msgid "Updating database at any rate as requested" msgstr "Mise à jour de la base de données quoi qu'il arrive comme demandé" -#: pisi/api.py:703 +#: pisi/api.py:738 msgid "* Package database updated." msgstr "* Base de données des paquets mise à jour." -#: pisi/api.py:705 +#: pisi/api.py:740 msgid "No repository named %s found." msgstr "Pas de dépôt au nom %s trouvé." -#: pisi/api.py:716 +#: pisi/api.py:751 msgid "* Adding '%s' to db... " msgstr "* Ajout de '%s' à la base de données... " -#: pisi/api.py:719 +#: pisi/api.py:754 msgid "OK." msgstr "OK." -#: pisi/atomicoperations.py:72 pisi/operations/history.py:76 +#: pisi/atomicoperations.py:73 pisi/operations/history.py:76 msgid "Package %s found in repository %s" msgstr "Paquet %s trouvé dans le dépôt %s" -#: pisi/atomicoperations.py:103 +#: pisi/atomicoperations.py:102 msgid "Package URI: %s" msgstr "URI du paquet : %s" -#: pisi/atomicoperations.py:115 +#: pisi/atomicoperations.py:114 msgid "Download Error: Package does not match the repository package." msgstr "" -#: pisi/atomicoperations.py:119 +#: pisi/atomicoperations.py:118 msgid "Package %s not found in any active repository." msgstr "Le paquet %s introuvable dans les dépôts actifs." -#: pisi/atomicoperations.py:138 +#: pisi/atomicoperations.py:140 msgid "Installing %s, version %s, release %s, build %s" msgstr "Installation de %s, version majeure %s, version mineure %s, build %s" -#: pisi/atomicoperations.py:182 +#: pisi/atomicoperations.py:184 msgid "%s package cannot be installed unless the dependencies are satisfied" msgstr "" "Le paquet %s ne peut être installé sans que les dépendances ne soient " "satisfaites" -#: pisi/atomicoperations.py:206 +#: pisi/atomicoperations.py:208 msgid "/%s from %s package\n" msgstr "/%s pour le paquet %s\n" -#: pisi/atomicoperations.py:207 +#: pisi/atomicoperations.py:209 msgid "" "File conflicts:\n" "%s" @@ -533,73 +538,73 @@ msgstr "" "Conflit de fichiers :\n" "%s" -#: pisi/atomicoperations.py:236 +#: pisi/atomicoperations.py:238 msgid "Re-install same version package?" msgstr "Ré-installer la même version du paquet ?" -#: pisi/atomicoperations.py:237 +#: pisi/atomicoperations.py:239 msgid "Package re-install declined" msgstr "Ré-installation du paquet déclinée" -#: pisi/atomicoperations.py:243 +#: pisi/atomicoperations.py:245 msgid "Upgrading to new upstream version" msgstr "Mise à jour vers une version ultérieure" -#: pisi/atomicoperations.py:246 +#: pisi/atomicoperations.py:248 msgid "Upgrading to new distribution release" msgstr "Mise à jour vers une nouvelle version de distribution" -#: pisi/atomicoperations.py:250 +#: pisi/atomicoperations.py:252 msgid "Upgrading to new distribution build" msgstr "Mise à jour vers un nouveau build de la distribution" -#: pisi/atomicoperations.py:259 +#: pisi/atomicoperations.py:261 msgid "Downgrade to old distribution release?" msgstr "Régresser vers une version de distribution plus récente ?" -#: pisi/atomicoperations.py:261 +#: pisi/atomicoperations.py:263 msgid "Downgrade to old distribution build?" msgstr "Régresser vers une version de build plus vielle de la distribution ?" -#: pisi/atomicoperations.py:263 +#: pisi/atomicoperations.py:265 msgid "Package downgrade declined" msgstr "Régression de paquet déclinée" -#: pisi/atomicoperations.py:301 +#: pisi/atomicoperations.py:303 msgid "%s configuration failed." msgstr "La configuration de %s a échoué." -#: pisi/atomicoperations.py:417 +#: pisi/atomicoperations.py:419 msgid "Storing %s, " msgstr "Stockage de %s," -#: pisi/atomicoperations.py:420 +#: pisi/atomicoperations.py:422 msgid "Storing %s." msgstr "Stockage de %s." -#: pisi/atomicoperations.py:427 +#: pisi/atomicoperations.py:429 msgid "Storing %s" msgstr "Stockage de %s" -#: pisi/atomicoperations.py:481 +#: pisi/atomicoperations.py:483 msgid "File list could not be read for package %s, continuing removal." msgstr "" "La liste des fichier pour le paquet %s n'a pu être lue, poursuite de la " "suppression." -#: pisi/atomicoperations.py:487 +#: pisi/atomicoperations.py:489 msgid "Removing package %s" msgstr "Suppression du paquet %s" -#: pisi/atomicoperations.py:490 +#: pisi/atomicoperations.py:492 msgid "Trying to remove nonexistent package " msgstr " Tentative de suppression d'un paquet inexistant" -#: pisi/atomicoperations.py:531 +#: pisi/atomicoperations.py:533 msgid "Not removing conflicted file : %s" msgstr "Le fichier %s causant un conflit ne sera pas supprimé" -#: pisi/atomicoperations.py:559 +#: pisi/atomicoperations.py:561 msgid "" "Installed file %s does not exist on system [Probably you manually deleted]" msgstr "" @@ -673,6 +678,40 @@ msgstr "Mettre à jour la base de données PiSi pour le dépôt %s ?" msgid "%s repository could not be reached. Removing %s from system." msgstr "Impossible d'atteindre le dépôt %s. Suppression de %s du système." +#: pisi/cli/blame.py:25 +msgid "" +"Info about the package owner\n" +"\n" +"Usage: blame ... \n" +"\n" +msgstr "" + +#: pisi/cli/blame.py:40 +#, fuzzy +msgid "blame options" +msgstr "options de compilation" + +#: pisi/cli/blame.py:41 +msgid "Blame for the given release" +msgstr "" + +#: pisi/cli/blame.py:58 pisi/specfile.py:325 +msgid "Name: %s, version: %s, release: %s\n" +msgstr "Nom : %s, version : %s, release : %s\n" + +#: pisi/cli/blame.py:60 +#, fuzzy +msgid "Package Maintainer: %s <%s>\n" +msgstr "Fichier paquet : %s" + +#: pisi/cli/blame.py:61 +msgid "Release Updater: %s <%s>\n" +msgstr "" + +#: pisi/cli/blame.py:62 +msgid "Update Date: %s\n" +msgstr "" + #: pisi/cli/build.py:24 msgid "" "Build PiSi packages\n" @@ -861,7 +900,7 @@ msgstr "La commande n'a pas de nom" msgid "Duplicate command %s" msgstr "Commande %s dupliquée" -#: pisi/cli/command.py:71 pisi/cli/pisicli.py:130 +#: pisi/cli/command.py:71 pisi/cli/pisicli.py:131 msgid "Unrecognized command: %s" msgstr "Commande non reconnue : %s" @@ -1435,7 +1474,7 @@ msgid "" "Lists packages waiting to be configured.\n" msgstr "Il n'y a aucun paquet en attente de configuration" -#: pisi/cli/listpending.py:43 +#: pisi/cli/listpending.py:41 msgid "There are no packages waiting to be configured" msgstr "Il n'y a aucun paquet en attente de configuration" @@ -1448,6 +1487,14 @@ msgid "" "Lists currently tracked repositories.\n" msgstr "" +#: pisi/cli/listrepo.py:40 +msgid "active" +msgstr "" + +#: pisi/cli/listrepo.py:40 +msgid "deactive" +msgstr "" + #: pisi/cli/listsources.py:24 msgid "" "List available sources\n" @@ -1479,19 +1526,19 @@ msgid "List upgradable packages under given component" msgstr "" "Liste les paquets pouvant être mis à jour concernant un composant donné" -#: pisi/cli/listupgrades.py:68 pisi/operations/upgrade.py:113 +#: pisi/cli/listupgrades.py:68 pisi/operations/upgrade.py:110 msgid "No packages to upgrade." msgstr "Pas de paquet à mettre à jour." -#: pisi/cli/pisicli.py:82 +#: pisi/cli/pisicli.py:83 msgid "Options must precede non-option arguments" msgstr "Les options doivent précéder les arguments qui n'en sont pas." -#: pisi/cli/pisicli.py:123 +#: pisi/cli/pisicli.py:124 msgid "No command given" msgstr "Aucune commande fournie" -#: pisi/cli/pisicli.py:126 +#: pisi/cli/pisicli.py:127 msgid "Command line parsing error" msgstr "Erreur d'analyse de la ligne de commande" @@ -1700,7 +1747,7 @@ msgstr "Les dépôts ne seront pas mis à jours" msgid "comar-api package is not fully installed" msgstr "Le paquet comar n'est pas entièrement installé" -#: pisi/comariface.py:87 +#: pisi/comariface.py:88 #, fuzzy msgid "" "Cannot connect to COMAR: \n" @@ -1709,59 +1756,59 @@ msgstr "" "Impossible de se connecter au dbus : \n" " %s\n" -#: pisi/comariface.py:92 +#: pisi/comariface.py:93 msgid "Configuring %s package" msgstr "Configuration du paquet %s" -#: pisi/comariface.py:99 +#: pisi/comariface.py:100 msgid "COMAR package updated. From now on, using new COMAR daemon." msgstr "" -#: pisi/comariface.py:105 +#: pisi/comariface.py:106 msgid "Registering %s comar script" msgstr "Enregistrement du script comar %s" -#: pisi/comariface.py:113 pisi/comariface.py:118 pisi/comariface.py:127 -#: pisi/comariface.py:141 pisi/comariface.py:158 pisi/comariface.py:167 -#: pisi/comariface.py:184 pisi/comariface.py:193 pisi/comariface.py:199 +#: pisi/comariface.py:114 pisi/comariface.py:119 pisi/comariface.py:128 +#: pisi/comariface.py:142 pisi/comariface.py:159 pisi/comariface.py:168 +#: pisi/comariface.py:185 pisi/comariface.py:194 pisi/comariface.py:200 msgid "Script error: %s" msgstr "Erreur de script : %s" -#: pisi/comariface.py:120 +#: pisi/comariface.py:121 msgid "Calling post install handlers" msgstr "Appel aux officiants de post-installation" -#: pisi/comariface.py:135 +#: pisi/comariface.py:136 msgid "Running package's post install script" msgstr "Lancement du script de post-installation du paquet" -#: pisi/comariface.py:146 +#: pisi/comariface.py:147 msgid "Running pre removal operations for %s" msgstr "" -#: pisi/comariface.py:152 +#: pisi/comariface.py:153 msgid "Running package's pre remove script" msgstr "Lancement du script de pré-suppression du paquet" -#: pisi/comariface.py:160 +#: pisi/comariface.py:161 msgid "Calling pre remove handlers" msgstr "Appel aux officiants de pré-suppression" -#: pisi/comariface.py:172 +#: pisi/comariface.py:173 msgid "Running post removal operations for %s" msgstr "" -#: pisi/comariface.py:178 +#: pisi/comariface.py:179 #, fuzzy msgid "Running package's postremove script" msgstr "Lancement du script de pré-suppression du paquet" -#: pisi/comariface.py:186 +#: pisi/comariface.py:187 #, fuzzy msgid "Calling post remove handlers" msgstr "Appel aux officiants de pré-suppression" -#: pisi/comariface.py:195 +#: pisi/comariface.py:196 msgid "Unregistering comar scripts" msgstr "Désenregistrement des scripts comar" @@ -1769,7 +1816,7 @@ msgstr "Désenregistrement des scripts comar" msgid "Destination directory %s does not exist. Creating it." msgstr "Le répertoire de destination %s n'existe pas. Création du répertoire." -#: pisi/configfile.py:125 +#: pisi/configfile.py:126 msgid "No section by name '%s'" msgstr "Pas de section au nom '%s'" @@ -1809,6 +1856,11 @@ msgstr "Impossible de désallouer la constante : %s" msgid "Component %s not found" msgstr "Le composant %s est introuvable" +#: pisi/db/groupdb.py:66 pisi/db/groupdb.py:75 +#, fuzzy +msgid "Group %s not found" +msgstr "Le composant %s est introuvable" + #: pisi/db/installdb.py:37 msgid "installed" msgstr "installé" @@ -1829,7 +1881,7 @@ msgstr "" msgid "Distribution: %s, Install Time: %s\n" msgstr "Distribution : %s, Date d'installation : %s\n" -#: pisi/db/installdb.py:224 +#: pisi/db/installdb.py:247 msgid "Package %s is not installed" msgstr "Le paquet %s n'est pas installé." @@ -1846,7 +1898,7 @@ msgstr "L'item de dépôt %s est introuvable." msgid "Repository %s does not exist." msgstr "Le dépôt %s n'existe pas." -#: pisi/db/packagedb.py:109 +#: pisi/db/packagedb.py:116 pisi/db/packagedb.py:123 msgid "Package %s not found." msgstr "Le paquet %s est introuvable." @@ -1967,19 +2019,15 @@ msgstr "%s %s est réinstallé." msgid "%s is downgraded from %s to %s." msgstr "%s est rétrogradé de %s à %s." -#: pisi/index.py:97 -msgid "Adding %s to component index" -msgstr "Ajout du composant %s à l'index" - -#: pisi/index.py:112 +#: pisi/index.py:115 msgid "Adding %s to package index" msgstr "Ajout du paquet %s à l'index du paquet" -#: pisi/index.py:129 +#: pisi/index.py:132 msgid "Package %s: metadata corrupt, skipping..." msgstr "Paquet %s : métadonnées corrompues, mis de côté..." -#: pisi/index.py:171 +#: pisi/index.py:184 msgid "Adding %s to source index" msgstr "Ajout de %s à l'index des sources" @@ -2001,205 +2049,205 @@ msgid "Mirrors file %s does not exist. Could not resolve mirrors://" msgstr "" "Le fichier des miroirs %s n'existe pas. Impossible de trouver les miroirs." -#: pisi/operations/build.py:89 +#: pisi/operations/build.py:91 msgid "Path %s belongs in multiple packages" msgstr "Le chemin %s appartient à plusieurs paquets" -#: pisi/operations/build.py:161 +#: pisi/operations/build.py:163 msgid "Source URI: %s" msgstr "URI Source : %s" -#: pisi/operations/build.py:165 +#: pisi/operations/build.py:167 msgid "Source %s not found in any active repository." msgstr "La source %s n'est dans aucun des dépôts actifs." -#: pisi/operations/build.py:238 +#: pisi/operations/build.py:240 msgid "Building PiSi source package: %s" msgstr "Construction du paquet source PiSi : %s" -#: pisi/operations/build.py:283 +#: pisi/operations/build.py:285 msgid "IceCream detected. Make sure your daemon is up and running..." msgstr "" "IceCream détecté. Vérifiez bien que votre daemon est en cours d'exécution..." -#: pisi/operations/build.py:288 +#: pisi/operations/build.py:290 msgid "CCache detected..." msgstr "CCache détecté..." -#: pisi/operations/build.py:355 +#: pisi/operations/build.py:357 msgid "PartOf tag not defined, looking for component" msgstr "Balise PartOf non définie, recherche d'un composant" -#: pisi/operations/build.py:365 +#: pisi/operations/build.py:367 msgid "Cannot find component.xml in upper directory" msgstr "Impossible de trouver component.xml dans le répertoire père" -#: pisi/operations/build.py:369 +#: pisi/operations/build.py:371 msgid "Source is part of %s component" msgstr "La source fait partie du composant %s" -#: pisi/operations/build.py:373 +#: pisi/operations/build.py:375 msgid "Fetching source from: %s" msgstr "Récupération de la source depuis : %s" -#: pisi/operations/build.py:375 +#: pisi/operations/build.py:377 msgid "Source archive is stored: %s/%s" msgstr "L'archive du source est stockée dans : %s/%s" -#: pisi/operations/build.py:379 +#: pisi/operations/build.py:381 msgid "Unpacking archive..." msgstr "Décompression de l'archive..." -#: pisi/operations/build.py:383 +#: pisi/operations/build.py:385 msgid " unpacked (%s)" msgstr " décompressée (%s)" -#: pisi/operations/build.py:388 +#: pisi/operations/build.py:390 msgid "Setting up source..." msgstr "Préparation du code source..." -#: pisi/operations/build.py:393 +#: pisi/operations/build.py:395 msgid "Building source..." msgstr "Compilation du code source..." -#: pisi/operations/build.py:398 +#: pisi/operations/build.py:400 msgid "Testing package..." msgstr "Test du paquet..." -#: pisi/operations/build.py:402 +#: pisi/operations/build.py:404 msgid "Installing..." msgstr "Installation..." -#: pisi/operations/build.py:444 +#: pisi/operations/build.py:446 msgid "Unable to read Actions Script (%s): %s" msgstr "Impossible de lire le Script d'Actions (%s) : %s" -#: pisi/operations/build.py:446 +#: pisi/operations/build.py:448 msgid "SyntaxError in Actions Script (%s): %s" msgstr "Erreur de syntaxe dans le Script d'Actions (%s) : %s" -#: pisi/operations/build.py:463 +#: pisi/operations/build.py:465 msgid "Unable to read COMAR script (%s): %s" msgstr "Impossible de lire le script COMAR (%s) : %s" -#: pisi/operations/build.py:465 +#: pisi/operations/build.py:467 msgid "SyntaxError in COMAR file (%s): %s" msgstr "Erreur de syntaxe dans le fichier COMAR (%s) : %s" -#: pisi/operations/build.py:477 +#: pisi/operations/build.py:479 msgid "Sandbox violation: %s (%s -> %s)" msgstr "Violation du bac à sable (sandbox) : %s (%s -> %s)" -#: pisi/operations/build.py:495 +#: pisi/operations/build.py:497 msgid "Sandbox enabled build..." msgstr "Build avec bac à sable (sandbox) autorisé..." -#: pisi/operations/build.py:515 +#: pisi/operations/build.py:517 #, fuzzy msgid "Sandbox violation result:" msgstr "Violations du bac à sable (sandbox) !" -#: pisi/operations/build.py:518 +#: pisi/operations/build.py:520 msgid "Sandbox violations!" msgstr "Violations du bac à sable (sandbox) !" -#: pisi/operations/build.py:524 +#: pisi/operations/build.py:526 msgid "unable to call function from actions: %s" msgstr "impossible d'appeler une fonction depuis une action : %s" -#: pisi/operations/build.py:545 +#: pisi/operations/build.py:547 msgid "" "Safety switch: following extra packages in system.devel will be installed: " msgstr "" "Précautions de sécurité : les paquets supplémentaire dans system.devel vont " "être installés :" -#: pisi/operations/build.py:550 +#: pisi/operations/build.py:552 msgid "Safety switch: system.devel is already installed" msgstr "Précautions de sécurité : system.devel est déjà installé" -#: pisi/operations/build.py:552 +#: pisi/operations/build.py:554 msgid "Safety switch: the component system.devel cannot be found" msgstr "Précautions de sécurité : Le composant system.devel est introuvable" -#: pisi/operations/build.py:561 +#: pisi/operations/build.py:563 msgid "Unsatisfied Build Dependencies:" msgstr "Dépendance de Compilation Insatisfaites : " -#: pisi/operations/build.py:565 +#: pisi/operations/build.py:567 msgid "Cannot build package due to unsatisfied build dependencies" msgstr "" "Impossible de construire le paquet à cause de dépendance de compilation " "insatisfaites" -#: pisi/operations/build.py:570 +#: pisi/operations/build.py:572 msgid "Build dependency %s cannot be satisfied" msgstr "La dépendance de compilation %s ne peut être satisfaite" -#: pisi/operations/build.py:572 +#: pisi/operations/build.py:574 msgid "Do you want to install the unsatisfied build dependencies" msgstr "Voulez vous installer les dépendances de compilations manquantes ?" -#: pisi/operations/build.py:573 +#: pisi/operations/build.py:575 msgid "Installing build dependencies." msgstr "Installation des dépendances de compilation." -#: pisi/operations/build.py:579 +#: pisi/operations/build.py:581 msgid "Ignoring build dependencies." msgstr "Ignore les dépendances de compilations." -#: pisi/operations/build.py:589 +#: pisi/operations/build.py:591 msgid "Patch file is missing: %s\n" msgstr "Le fichier de patch %s est manquant\n" -#: pisi/operations/build.py:602 +#: pisi/operations/build.py:604 msgid "* Applying patch: %s" msgstr "* Application du patch : %s" -#: pisi/operations/build.py:722 +#: pisi/operations/build.py:719 msgid "/%s has suid bit set" msgstr "" -#: pisi/operations/build.py:758 +#: pisi/operations/build.py:755 msgid "(found old version %s)" msgstr "(Une ancienne version %s a été trouvée)" -#: pisi/operations/build.py:782 +#: pisi/operations/build.py:779 msgid "(no previous build found, setting build no to 1.)" msgstr "" "(pas de version précédente trouvée, établissement du numéro de version à 1)" -#: pisi/operations/build.py:827 +#: pisi/operations/build.py:824 msgid "(old package lacks a build no, setting build no to 1.)" msgstr "" "(le paquet précédent n'a pas de numéro de build, établissement du numéro de " "build à 1)" -#: pisi/operations/build.py:830 +#: pisi/operations/build.py:827 msgid "There are changes, incrementing build no to %d" msgstr "Il y a des changements, incrémentation du numéro de build à %d" -#: pisi/operations/build.py:833 +#: pisi/operations/build.py:830 msgid "There is no change from previous build %d" msgstr "Il n'y a aucun changement depuis la compilation précédente %d" -#: pisi/operations/build.py:907 +#: pisi/operations/build.py:904 msgid "No user named '%s' found on the system" msgstr "Aucun utilisateur '%s' trouvé sur le système" -#: pisi/operations/build.py:912 +#: pisi/operations/build.py:909 msgid "No group named '%s' found on the system" msgstr "Pas de groupe '%s' trouvé sur le système" -#: pisi/operations/build.py:915 +#: pisi/operations/build.py:912 msgid "** Building package %s" msgstr "** Compilation du paquet %s" -#: pisi/operations/build.py:917 pisi/operations/build.py:920 +#: pisi/operations/build.py:914 pisi/operations/build.py:917 msgid "Generating %s," msgstr "Génération de %s." -#: pisi/operations/build.py:926 +#: pisi/operations/build.py:923 msgid "" "Build number is not available. For repo builds you must enable buildno in " "pisi.conf." @@ -2207,35 +2255,35 @@ msgstr "" "Numéro de build non disponible. Pour les builds de dépôts, vous devez " "activer buildno dans pisi.conf" -#: pisi/operations/build.py:946 +#: pisi/operations/build.py:943 msgid "Creating PiSi package %s." msgstr "Création du paquet PiSi %s." -#: pisi/operations/build.py:991 pisi/operations/delta.py:92 +#: pisi/operations/build.py:993 pisi/operations/delta.py:92 msgid "Done." msgstr "Terminé." -#: pisi/operations/build.py:997 +#: pisi/operations/build.py:999 #, fuzzy msgid "There are abandoned files under the install dir (%s):" msgstr "Fichiers abandonnés sous le répertoire d'installation (%s) :" -#: pisi/operations/build.py:1001 +#: pisi/operations/build.py:1003 msgid "" "All of the files under the install dir (%s) has been collected by package(s)" msgstr "" "Tous les fichiers sous le répertoire d'installation (%s) ont été collectés " "par le(s) paquet(s)" -#: pisi/operations/build.py:1005 +#: pisi/operations/build.py:1007 msgid "Cleaning Build Directory..." msgstr "Nettoyage du Répertoire de Compilation..." -#: pisi/operations/build.py:1008 +#: pisi/operations/build.py:1010 msgid "Keeping Build Directory" msgstr "Répertoire de Compilation conservé" -#: pisi/operations/build.py:1034 +#: pisi/operations/build.py:1039 msgid "*** %d error(s), %d warning(s)" msgstr "" @@ -2286,13 +2334,13 @@ msgstr "" "Les paquets de la liste minimaliste suivante vont être\n" "construits et installé dans cet ordre afin de satisfaire les dépendances :\n" -#: pisi/operations/emerge.py:62 pisi/operations/install.py:79 -#: pisi/operations/upgrade.py:147 +#: pisi/operations/emerge.py:62 pisi/operations/install.py:82 +#: pisi/operations/upgrade.py:144 msgid "There are extra packages due to dependencies. Do you want to continue?" msgstr "" "Il y a des paquets en plus à cause de dépendances. Voulez vous continuer ?" -#: pisi/operations/emerge.py:94 +#: pisi/operations/emerge.py:96 msgid "Cannot find source package: %s" msgstr "Impossible de trouver le paquet source : %s" @@ -2316,9 +2364,10 @@ msgstr "" msgid "Remove the following conflicting packages?" msgstr "Supprimer les paquets en conlits suivants ?" -#: pisi/operations/helper.py:63 pisi/operations/remove.py:119 -msgid "Conflicts remain" -msgstr "Des conflits persistent" +#: pisi/operations/helper.py:63 +#, fuzzy +msgid "Conflicting packages should be removed to continue" +msgstr "Les paquets suivants vont être supprimés :\n" #: pisi/operations/history.py:86 pisi/operations/history.py:96 msgid "%s could not be found" @@ -2337,12 +2386,12 @@ msgid "Following packages will be removed:\n" msgstr "Les paquets suivants vont être supprimés :\n" #: pisi/operations/history.py:152 pisi/operations/history.py:166 -#: pisi/operations/install.py:157 pisi/operations/remove.py:72 +#: pisi/operations/install.py:187 pisi/operations/remove.py:72 msgid "Do you want to continue?" msgstr "Voulez vous continuer ?" -#: pisi/operations/history.py:158 pisi/operations/install.py:88 -#: pisi/operations/upgrade.py:154 +#: pisi/operations/history.py:158 pisi/operations/install.py:95 +#: pisi/operations/upgrade.py:155 msgid "Downloading %d / %d" msgstr "Téléchargement %d / %d" @@ -2355,7 +2404,7 @@ msgstr "" "Les paquets suivant n'ont pas été trouvés dans les dépots et ne sont pas " "dans le cache :\n" -#: pisi/operations/install.py:45 +#: pisi/operations/install.py:48 pisi/operations/install.py:134 msgid "" "The following package(s) are already installed and are not going to be " "installed again:\n" @@ -2363,11 +2412,11 @@ msgstr "" "Le(s) paquet(s) suivant(s) est/sont déjà installé(s) et ne sera/seront pas " "installé(s) de nouveau.\n" -#: pisi/operations/install.py:50 pisi/operations/install.py:170 +#: pisi/operations/install.py:53 pisi/operations/install.py:200 msgid "No packages to install." msgstr "Aucun paquet à installer." -#: pisi/operations/install.py:68 +#: pisi/operations/install.py:71 msgid "" "Following packages will be installed in the respective order to satisfy " "dependencies:\n" @@ -2375,25 +2424,25 @@ msgstr "" "Les paquets suivants vont être installés dans cet ordre afin de satisfaire " "des dépendances supplémentaires :\n" -#: pisi/operations/install.py:73 pisi/operations/upgrade.py:141 +#: pisi/operations/install.py:76 pisi/operations/upgrade.py:138 msgid "Total size of package(s): %.2f %s" msgstr "Taille totale du/des paquets(s) : %.2f %s" -#: pisi/operations/install.py:97 pisi/operations/upgrade.py:171 +#: pisi/operations/install.py:107 pisi/operations/upgrade.py:170 msgid "Installing %d / %d" msgstr "Installation %d / %d" -#: pisi/operations/install.py:110 +#: pisi/operations/install.py:121 msgid "Mixing file names and package names not supported yet." msgstr "" "Mélanger des noms de fichiers et des noms de paquets n'est pas encore " "supporté." -#: pisi/operations/install.py:149 +#: pisi/operations/install.py:179 msgid "External dependencies not satisfied: %s" msgstr "Dépendances externes non satisfaites : %s" -#: pisi/operations/install.py:154 +#: pisi/operations/install.py:184 msgid "" "The following packages will be installed\n" "in the respective order to satisfy extra dependencies:\n" @@ -2401,15 +2450,15 @@ msgstr "" "Les paquets suivants vont être installés\n" "dans cet ordre afin de satisfaire des dépendances supplémentaires :\n" -#: pisi/operations/install.py:158 +#: pisi/operations/install.py:188 msgid "External dependencies not satisfied" msgstr "Dépendances externes non satisfaites" -#: pisi/operations/install.py:201 +#: pisi/operations/install.py:231 msgid "Installation order: " msgstr "Ordre d'installation : " -#: pisi/operations/install.py:236 pisi/specfile.py:250 +#: pisi/operations/install.py:266 pisi/specfile.py:251 msgid "%s dependency of package %s is not satisfied" msgstr "La dépendance %s du paquet %s n'est pas satisfaite" @@ -2419,7 +2468,7 @@ msgstr "" "Précautions de sécurité : impossible de supprimer les paquets suivants de " "system.base : " -#: pisi/operations/remove.py:48 pisi/operations/upgrade.py:255 +#: pisi/operations/remove.py:48 pisi/operations/upgrade.py:254 msgid "Safety switch: the component system.base cannot be found" msgstr "Précautions de sécurité : Le composant system.base est introuvable" @@ -2447,6 +2496,10 @@ msgstr "Suppression de paquet déclinée" msgid "Package %s is not installed. Cannot remove." msgstr "Le paquet %s n'est pas installé. Impossible de le supprimer." +#: pisi/operations/remove.py:119 +msgid "Conflicts remain" +msgstr "Des conflits persistent" + #: pisi/operations/remove.py:127 msgid "Obsoleted packages remaining" msgstr "Paquets obsolètes restants" @@ -2455,49 +2508,49 @@ msgstr "Paquets obsolètes restants" msgid "Replaced package remains" msgstr "Le paquet remplacé demeure" -#: pisi/operations/upgrade.py:45 +#: pisi/operations/upgrade.py:42 msgid "Warning: package *name* ends with '.pisi'" msgstr "Alerte : le *nom* du paquet fini par '.pisi'" -#: pisi/operations/upgrade.py:59 +#: pisi/operations/upgrade.py:56 msgid "Package %s is not installed." msgstr "Le paquet %s n'est pas installé." -#: pisi/operations/upgrade.py:63 +#: pisi/operations/upgrade.py:60 msgid "Package %s is not available in repositories." msgstr "Le paquet %s n'est pas disponible dans les dépôts." -#: pisi/operations/upgrade.py:82 +#: pisi/operations/upgrade.py:79 msgid "Package %s is already at the latest release %s." msgstr "Le paquet %s est déjà dans sa version la plus récente %s." -#: pisi/operations/upgrade.py:88 +#: pisi/operations/upgrade.py:85 msgid "Package %s is already at the latest build %s." msgstr "Le paquet %s est déjà à son build le plus récent %s." -#: pisi/operations/upgrade.py:136 +#: pisi/operations/upgrade.py:133 msgid "The following packages will be upgraded: " msgstr "Le paquet suivant va être mis à jour :" -#: pisi/operations/upgrade.py:205 +#: pisi/operations/upgrade.py:204 msgid "Dependency %s of %s cannot be satisfied" msgstr "La dépendance %s de %s ne peut-être satisfaite" -#: pisi/operations/upgrade.py:206 +#: pisi/operations/upgrade.py:205 msgid "Upgrade is not possible." msgstr "La mise à jour est impossible." -#: pisi/operations/upgrade.py:222 +#: pisi/operations/upgrade.py:221 msgid "Reverse dependency %s of %s cannot be satisfied" msgstr "La dépendance inverse %s de %s ne peut-être satisfaite" -#: pisi/operations/upgrade.py:243 +#: pisi/operations/upgrade.py:242 msgid "Safety switch: Following packages in system.base will be installed: " msgstr "" "Précautions de sécurité : Les paquets suivants de system.base vont être " "installés : " -#: pisi/operations/upgrade.py:249 +#: pisi/operations/upgrade.py:248 msgid "Safety switch: Following packages in system.base will be upgraded: " msgstr "" "Précaution de sécurité : Les paquets suivant de system.base vont être mis à " @@ -2637,43 +2690,39 @@ msgstr "Impossible de télécharge la source depuis les miroirs %s." msgid "unpack: check_file_hash failed" msgstr "unpack : check_file_hash a échoué" -#: pisi/specfile.py:157 +#: pisi/specfile.py:158 msgid "URI: %s, type: %s, sha1sum: %s" msgstr "URI : %s, type : %s, sha1sum : %s" -#: pisi/specfile.py:185 pisi/specfile.py:188 +#: pisi/specfile.py:186 pisi/specfile.py:189 msgid " or " msgstr "" -#: pisi/specfile.py:263 +#: pisi/specfile.py:264 msgid "Name: %s, version: %s, release: %s, build %s\n" msgstr "Nom : %s, version : %s, release : %s, build %s\n" -#: pisi/specfile.py:265 pisi/specfile.py:325 +#: pisi/specfile.py:266 pisi/specfile.py:327 msgid "Summary: %s\n" msgstr "Résumé : %s\n" -#: pisi/specfile.py:266 pisi/specfile.py:326 +#: pisi/specfile.py:267 pisi/specfile.py:328 msgid "Description: %s\n" msgstr "Description : %s\n" -#: pisi/specfile.py:267 pisi/specfile.py:327 +#: pisi/specfile.py:268 pisi/specfile.py:329 msgid "Component: %s\n" msgstr "Composant : %s\n" -#: pisi/specfile.py:268 +#: pisi/specfile.py:269 msgid "Provides: " msgstr "Fournit : " -#: pisi/specfile.py:272 +#: pisi/specfile.py:273 msgid "Dependencies: " msgstr "Dépendances : " -#: pisi/specfile.py:323 -msgid "Name: %s, version: %s, release: %s\n" -msgstr "Nom : %s, version : %s, release : %s\n" - -#: pisi/specfile.py:328 +#: pisi/specfile.py:330 msgid "Build Dependencies: " msgstr "Dépendances : " @@ -2781,6 +2830,9 @@ msgstr "Exploration du dépôt de sources...\n" msgid "Scanning binary packages...\n" msgstr "Exploration de paquets binaires...\n" +#~ msgid "Adding %s to component index" +#~ msgstr "Ajout du composant %s à l'index" + #~ msgid "Package %s is not present in the package database" #~ msgstr "Le paquet %s n'est pas présent dans la base de données des paquets" diff --git a/po/it.po b/po/it.po index 69ad2a51..2a7476ab 100644 --- a/po/it.po +++ b/po/it.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: it\n" -"POT-Creation-Date: 2009-05-05 15:19+EEST\n" +"POT-Creation-Date: 2009-06-23 11:06+EEST\n" "PO-Revision-Date: 2007-07-11 21:08+0200\n" "Last-Translator: Andrea Decorte \n" "Language-Team: Italian \n" @@ -129,6 +129,10 @@ msgstr "" "!!! Allega per favore il file config.log quando segnali il bug:\n" "%s/config.log" +#: pisi/actionsapi/kerneltools.py:125 +msgid "Can't find kernel version information file %s." +msgstr "" + #: pisi/actionsapi/libtools.py:38 msgid "Running ldconfig failed." msgstr "Esecuzione di ldconfig fallita." @@ -308,228 +312,229 @@ msgstr "ActionsAPI [touch]: Permesso negato: %s" msgid "Command \"%s\" failed, return value was %d." msgstr "" -#: pisi/actionsapi/texlivemodules.py:53 +#: pisi/actionsapi/texlivemodules.py:54 #, fuzzy msgid "Building format files failed" msgstr "Esecuzione di automake fallita." -#: pisi/actionsapi/texlivemodules.py:56 +#: pisi/actionsapi/texlivemodules.py:57 msgid "Generate config files failed" msgstr "" -#: pisi/actionsapi/texlivemodules.py:63 +#: pisi/actionsapi/texlivemodules.py:64 msgid "Creating symlinks from format to engines failed" msgstr "" -#: pisi/actionsapi/texlivemodules.py:67 +#: pisi/actionsapi/texlivemodules.py:68 #, fuzzy msgid "Installing texmf files failed" msgstr "Install fallito." -#: pisi/actionsapi/texlivemodules.py:71 +#: pisi/actionsapi/texlivemodules.py:72 #, fuzzy msgid "Installing docs failed" msgstr "Install fallito." -#: pisi/actionsapi/texlivemodules.py:75 +#: pisi/actionsapi/texlivemodules.py:76 #, fuzzy msgid "Installing config files failed" msgstr "Esecuzione di ldconfig fallita." -#: pisi/actionsapi/texlivemodules.py:81 +#: pisi/actionsapi/texlivemodules.py:82 #, fuzzy msgid "Handle config files failed" msgstr "File pacchetto: %s" -#: pisi/actionsapi/texlivemodules.py:92 +#: pisi/actionsapi/texlivemodules.py:93 msgid "Symlink %s skipped (special case)" msgstr "" -#: pisi/actionsapi/texlivemodules.py:94 +#: pisi/actionsapi/texlivemodules.py:95 msgid "Symlink %s -> %s skipped (texlive-core takes care of it." msgstr "" -#: pisi/actionsapi/texlivemodules.py:97 +#: pisi/actionsapi/texlivemodules.py:98 msgid "Symlink %s -> %s skipped." msgstr "" -#: pisi/actionsapi/texlivemodules.py:99 +#: pisi/actionsapi/texlivemodules.py:100 msgid "Symlink %s skipped (file exists.)" msgstr "" -#: pisi/actionsapi/texlivemodules.py:101 +#: pisi/actionsapi/texlivemodules.py:102 msgid "Making symlink from %s to %s" msgstr "" -#: pisi/actionsapi/texlivemodules.py:153 +#: pisi/actionsapi/texlivemodules.py:154 msgid "Creating /etc/texmf/%s.d" msgstr "" -#: pisi/actionsapi/texlivemodules.py:166 +#: pisi/actionsapi/texlivemodules.py:167 #, fuzzy msgid "Building format file %s" msgstr "** Compilazione del pacchetto %s" -#: pisi/actionsapi/texlivemodules.py:181 +#: pisi/actionsapi/texlivemodules.py:182 #, fuzzy msgid "Map %s is added to %s/%s.cfg" msgstr "Il repository %s è stato aggiunto al sistema." -#: pisi/actionsapi/texlivemodules.py:184 +#: pisi/actionsapi/texlivemodules.py:185 #, fuzzy msgid "MixedMap %s is added to %s/%s.cfg" msgstr "Il repository %s è stato aggiunto al sistema." -#: pisi/actionsapi/texlivemodules.py:187 +#: pisi/actionsapi/texlivemodules.py:188 msgid "p +%s is added to %s/%s-config.ps" msgstr "" -#: pisi/actionsapi/texlivemodules.py:190 +#: pisi/actionsapi/texlivemodules.py:191 msgid "f %s is added to %s/%s-config" msgstr "" -#: pisi/actionsapi/texlivemodules.py:194 +#: pisi/actionsapi/texlivemodules.py:195 msgid "Language file %s already generated." msgstr "" -#: pisi/actionsapi/texlivemodules.py:196 +#: pisi/actionsapi/texlivemodules.py:197 msgid "No rule to proccess %s. Please file a bug." msgstr "" -#: pisi/actionsapi/texlivemodules.py:231 +#: pisi/actionsapi/texlivemodules.py:232 msgid "\\languages{%s}{%s}{}{%s}{%s} is added to %s/language.%s.def" msgstr "" -#: pisi/actionsapi/texlivemodules.py:234 -msgid "%s %s is added to %s/language.%s.dat" -msgstr "" +#: pisi/actionsapi/texlivemodules.py:235 +#, fuzzy +msgid "%s is added to %s/language.%s.dat" +msgstr "Il repository %s è stato aggiunto al sistema." -#: pisi/actionsapi/texlivemodules.py:237 +#: pisi/actionsapi/texlivemodules.py:238 msgid "\\languages{%s}{%s}{}{%s}{%s} is added to %s/language.%s.def " msgstr "" -#: pisi/actionsapi/texlivemodules.py:240 +#: pisi/actionsapi/texlivemodules.py:241 msgid "%s %s is added to %s/language.%s.dat " msgstr "" -#: pisi/api.py:60 pisi/cli/command.py:167 +#: pisi/api.py:61 pisi/cli/command.py:167 #, fuzzy msgid "You have to be root for this operation." msgstr "" "Impossibile ottenere accesso in lettura al database PiSi. Devi essere root " "per eseguire questa operazione." -#: pisi/api.py:65 +#: pisi/api.py:66 #, fuzzy msgid "Another instance of PiSi is running. Only one instance is allowed." msgstr "" "Un'altra istanza di PiSi è in esecuzione. La modifica del database di PiSi è " "consentita a un'unica istanza alla volta." -#: pisi/api.py:466 +#: pisi/api.py:493 msgid "Taking snapshot of the system" msgstr "" -#: pisi/api.py:579 +#: pisi/api.py:614 msgid "comar package is not fully installed" msgstr "il pacchetto COMAR non è completamente installato" -#: pisi/api.py:591 +#: pisi/api.py:626 msgid "File %s not found" msgstr "File %s non trovato" -#: pisi/api.py:631 +#: pisi/api.py:666 msgid "* Building index of PiSi files under %s" msgstr "* Costruzione dell'indice dei file PiSi in %s" -#: pisi/api.py:638 +#: pisi/api.py:673 msgid "* Index file written" msgstr "* File di indice scritto" -#: pisi/api.py:643 +#: pisi/api.py:678 msgid "Not a valid repo name." msgstr "" -#: pisi/api.py:646 +#: pisi/api.py:681 msgid "Repo %s already present." msgstr "Il repository %s è già presente." -#: pisi/api.py:649 +#: pisi/api.py:684 #, fuzzy msgid "Repo already present with name %s." msgstr "Il repository %s è già presente." -#: pisi/api.py:654 +#: pisi/api.py:689 msgid "Repo %s added to system." msgstr "Il repository %s è stato aggiunto al sistema." -#: pisi/api.py:662 +#: pisi/api.py:697 msgid "Repo %s removed from system." msgstr "Il repository %s è stato rimosso dal sistema." -#: pisi/api.py:664 +#: pisi/api.py:699 msgid "Repository %s does not exist. Cannot remove." msgstr "Il repository %s non esiste. Impossibile rimuovere." -#: pisi/api.py:681 +#: pisi/api.py:716 msgid "* Updating repository: %s" msgstr "* Aggiornamento del repository: %s" -#: pisi/api.py:691 +#: pisi/api.py:726 msgid "%s repository information is up-to-date." msgstr "" -#: pisi/api.py:693 +#: pisi/api.py:728 msgid "Updating database at any rate as requested" msgstr "Aggiornamento del database alla frequenza richiesta" -#: pisi/api.py:703 +#: pisi/api.py:738 msgid "* Package database updated." msgstr "* Database dei pacchetti aggiornato." -#: pisi/api.py:705 +#: pisi/api.py:740 msgid "No repository named %s found." msgstr "Nessun repository di nome %s trovato." -#: pisi/api.py:716 +#: pisi/api.py:751 msgid "* Adding '%s' to db... " msgstr "* Aggiunta di %s al database... " -#: pisi/api.py:719 +#: pisi/api.py:754 msgid "OK." msgstr "OK." -#: pisi/atomicoperations.py:72 pisi/operations/history.py:76 +#: pisi/atomicoperations.py:73 pisi/operations/history.py:76 msgid "Package %s found in repository %s" msgstr "Pacchetto %s trovato nel repository %s" -#: pisi/atomicoperations.py:103 +#: pisi/atomicoperations.py:102 msgid "Package URI: %s" msgstr "URI pacchetto: %s" -#: pisi/atomicoperations.py:115 +#: pisi/atomicoperations.py:114 msgid "Download Error: Package does not match the repository package." msgstr "" -#: pisi/atomicoperations.py:119 +#: pisi/atomicoperations.py:118 msgid "Package %s not found in any active repository." msgstr "Il pacchetto %s non è stato trovato in alcun repository attivo." -#: pisi/atomicoperations.py:138 +#: pisi/atomicoperations.py:140 msgid "Installing %s, version %s, release %s, build %s" msgstr "Installazione di %s, versione %s, release %s, build %s" -#: pisi/atomicoperations.py:182 +#: pisi/atomicoperations.py:184 msgid "%s package cannot be installed unless the dependencies are satisfied" msgstr "" "il pacchetto %s non può essere installato, a meno che le sue dipendenze " "vengano soddisfatte" -#: pisi/atomicoperations.py:206 +#: pisi/atomicoperations.py:208 msgid "/%s from %s package\n" msgstr "/%s dal pacchetto %s\n" -#: pisi/atomicoperations.py:207 +#: pisi/atomicoperations.py:209 msgid "" "File conflicts:\n" "%s" @@ -537,73 +542,73 @@ msgstr "" "Il file va in conflitto:\n" "%s" -#: pisi/atomicoperations.py:236 +#: pisi/atomicoperations.py:238 msgid "Re-install same version package?" msgstr "Reinstallare la stessa versione del pacchetto?" -#: pisi/atomicoperations.py:237 +#: pisi/atomicoperations.py:239 msgid "Package re-install declined" msgstr "Reinstallazione del pacchetto rifiutata" -#: pisi/atomicoperations.py:243 +#: pisi/atomicoperations.py:245 msgid "Upgrading to new upstream version" msgstr "Aggiornamento alla nuova versione upstream" -#: pisi/atomicoperations.py:246 +#: pisi/atomicoperations.py:248 msgid "Upgrading to new distribution release" msgstr "Aggiornamento alla nuova versione rilasciata della distribuzione" -#: pisi/atomicoperations.py:250 +#: pisi/atomicoperations.py:252 msgid "Upgrading to new distribution build" msgstr "Aggiornamento alla nuova build della distribuzione" -#: pisi/atomicoperations.py:259 +#: pisi/atomicoperations.py:261 msgid "Downgrade to old distribution release?" msgstr "Ritornare alla vecchia versione rilasciata della distribuzione?" -#: pisi/atomicoperations.py:261 +#: pisi/atomicoperations.py:263 msgid "Downgrade to old distribution build?" msgstr "Ritornare alla vecchia build della distribuzione?" -#: pisi/atomicoperations.py:263 +#: pisi/atomicoperations.py:265 msgid "Package downgrade declined" msgstr "Ripristino pacchetto precedente rifiutato" -#: pisi/atomicoperations.py:301 +#: pisi/atomicoperations.py:303 msgid "%s configuration failed." msgstr "configurazione di %s fallita." -#: pisi/atomicoperations.py:417 +#: pisi/atomicoperations.py:419 msgid "Storing %s, " msgstr "Salvataggio di %s, " -#: pisi/atomicoperations.py:420 +#: pisi/atomicoperations.py:422 msgid "Storing %s." msgstr "Salvataggio di %s." -#: pisi/atomicoperations.py:427 +#: pisi/atomicoperations.py:429 msgid "Storing %s" msgstr "Salvataggio di %s" -#: pisi/atomicoperations.py:481 +#: pisi/atomicoperations.py:483 msgid "File list could not be read for package %s, continuing removal." msgstr "" "Impossibile leggere la lista dei file per il pacchetto %s, proseguo con la " "rimozione." -#: pisi/atomicoperations.py:487 +#: pisi/atomicoperations.py:489 msgid "Removing package %s" msgstr "Rimozione del pacchetto %s in corso" -#: pisi/atomicoperations.py:490 +#: pisi/atomicoperations.py:492 msgid "Trying to remove nonexistent package " msgstr "Tentativo di rimozione di un pacchetto non esistente " -#: pisi/atomicoperations.py:531 +#: pisi/atomicoperations.py:533 msgid "Not removing conflicted file : %s" msgstr "File in conflitto non rimossi: %s" -#: pisi/atomicoperations.py:559 +#: pisi/atomicoperations.py:561 #, fuzzy msgid "" "Installed file %s does not exist on system [Probably you manually deleted]" @@ -692,6 +697,41 @@ msgstr "" "Il repository %s non può essere raggiunto. Rimozione di %s dal sistema in " "corso." +#: pisi/cli/blame.py:25 +msgid "" +"Info about the package owner\n" +"\n" +"Usage: blame ... \n" +"\n" +msgstr "" + +#: pisi/cli/blame.py:40 +#, fuzzy +msgid "blame options" +msgstr "opzioni di costruzione" + +#: pisi/cli/blame.py:41 +msgid "Blame for the given release" +msgstr "" + +#: pisi/cli/blame.py:58 pisi/specfile.py:325 +#, fuzzy +msgid "Name: %s, version: %s, release: %s\n" +msgstr "Nome: %s, versione: %s, release: %s, build %s\n" + +#: pisi/cli/blame.py:60 +#, fuzzy +msgid "Package Maintainer: %s <%s>\n" +msgstr "File pacchetto: %s" + +#: pisi/cli/blame.py:61 +msgid "Release Updater: %s <%s>\n" +msgstr "" + +#: pisi/cli/blame.py:62 +msgid "Update Date: %s\n" +msgstr "" + #: pisi/cli/build.py:24 msgid "" "Build PiSi packages\n" @@ -902,7 +942,7 @@ msgstr "Manca il nome del comando" msgid "Duplicate command %s" msgstr "Comando duplicato %s" -#: pisi/cli/command.py:71 pisi/cli/pisicli.py:130 +#: pisi/cli/command.py:71 pisi/cli/pisicli.py:131 msgid "Unrecognized command: %s" msgstr "Comando non riconosciuto %s" @@ -1583,7 +1623,7 @@ msgstr "" "\n" "Elenca i pacchetti in attesa di essere configurati.\n" -#: pisi/cli/listpending.py:43 +#: pisi/cli/listpending.py:41 msgid "There are no packages waiting to be configured" msgstr "Nessun pacchetto è in attesa di essere configurato" @@ -1601,6 +1641,14 @@ msgstr "" "\n" "Elenca i repository tenuti al momento sotto controllo.\n" +#: pisi/cli/listrepo.py:40 +msgid "active" +msgstr "" + +#: pisi/cli/listrepo.py:40 +msgid "deactive" +msgstr "" + #: pisi/cli/listsources.py:24 msgid "" "List available sources\n" @@ -1641,19 +1689,19 @@ msgstr "opzioni list-upgrades" msgid "List upgradable packages under given component" msgstr "Elenca i pacchetti aggiornabili sotto il componente fornito" -#: pisi/cli/listupgrades.py:68 pisi/operations/upgrade.py:113 +#: pisi/cli/listupgrades.py:68 pisi/operations/upgrade.py:110 msgid "No packages to upgrade." msgstr "Nessun pacchetto da aggiornare." -#: pisi/cli/pisicli.py:82 +#: pisi/cli/pisicli.py:83 msgid "Options must precede non-option arguments" msgstr "Le opzioni devono precedere gli argomenti non opzioni" -#: pisi/cli/pisicli.py:123 +#: pisi/cli/pisicli.py:124 msgid "No command given" msgstr "Nessun comando fornito" -#: pisi/cli/pisicli.py:126 +#: pisi/cli/pisicli.py:127 msgid "Command line parsing error" msgstr "Errore nell'analisi della linea di comando" @@ -1926,66 +1974,66 @@ msgstr "Non aggiornerà i repository" msgid "comar-api package is not fully installed" msgstr "il pacchetto COMAR non è completamente installato" -#: pisi/comariface.py:87 +#: pisi/comariface.py:88 #, fuzzy msgid "" "Cannot connect to COMAR: \n" " %s\n" msgstr "impossibile collegarsi a comar" -#: pisi/comariface.py:92 +#: pisi/comariface.py:93 msgid "Configuring %s package" msgstr "Configurazione %s pacchetto in corso" -#: pisi/comariface.py:99 +#: pisi/comariface.py:100 msgid "COMAR package updated. From now on, using new COMAR daemon." msgstr "" -#: pisi/comariface.py:105 +#: pisi/comariface.py:106 msgid "Registering %s comar script" msgstr "Registrazione script COMAR %s" -#: pisi/comariface.py:113 pisi/comariface.py:118 pisi/comariface.py:127 -#: pisi/comariface.py:141 pisi/comariface.py:158 pisi/comariface.py:167 -#: pisi/comariface.py:184 pisi/comariface.py:193 pisi/comariface.py:199 +#: pisi/comariface.py:114 pisi/comariface.py:119 pisi/comariface.py:128 +#: pisi/comariface.py:142 pisi/comariface.py:159 pisi/comariface.py:168 +#: pisi/comariface.py:185 pisi/comariface.py:194 pisi/comariface.py:200 msgid "Script error: %s" msgstr "Errore nello script: %s" -#: pisi/comariface.py:120 +#: pisi/comariface.py:121 msgid "Calling post install handlers" msgstr "Chiamata dei gestori di post installazione" -#: pisi/comariface.py:135 +#: pisi/comariface.py:136 msgid "Running package's post install script" msgstr "Esecuzione dello script post installazione del pacchetto" -#: pisi/comariface.py:146 +#: pisi/comariface.py:147 msgid "Running pre removal operations for %s" msgstr "" -#: pisi/comariface.py:152 +#: pisi/comariface.py:153 msgid "Running package's pre remove script" msgstr "Esecuzione dello script pre rimozione del pacchetto" -#: pisi/comariface.py:160 +#: pisi/comariface.py:161 msgid "Calling pre remove handlers" msgstr "Chiamata dei gestori di pre rimozione" -#: pisi/comariface.py:172 +#: pisi/comariface.py:173 msgid "Running post removal operations for %s" msgstr "" -#: pisi/comariface.py:178 +#: pisi/comariface.py:179 #, fuzzy msgid "Running package's postremove script" msgstr "Esecuzione dello script pre rimozione del pacchetto" -#: pisi/comariface.py:186 +#: pisi/comariface.py:187 #, fuzzy msgid "Calling post remove handlers" msgstr "Chiamata dei gestori di pre rimozione" -#: pisi/comariface.py:195 +#: pisi/comariface.py:196 msgid "Unregistering comar scripts" msgstr "Deregistrazionescript COMAR" @@ -1993,7 +2041,7 @@ msgstr "Deregistrazionescript COMAR" msgid "Destination directory %s does not exist. Creating it." msgstr "La cartella di destinazione %s non esiste. La sto creando." -#: pisi/configfile.py:125 +#: pisi/configfile.py:126 msgid "No section by name '%s'" msgstr "Nessuna sezione di nome '%s'" @@ -2033,6 +2081,11 @@ msgstr "Impossibile scollegare la costante: %s" msgid "Component %s not found" msgstr "Componente %s non trovato" +#: pisi/db/groupdb.py:66 pisi/db/groupdb.py:75 +#, fuzzy +msgid "Group %s not found" +msgstr "Componente %s non trovato" + #: pisi/db/installdb.py:37 msgid "installed" msgstr "installato" @@ -2053,7 +2106,7 @@ msgstr "" msgid "Distribution: %s, Install Time: %s\n" msgstr "Distribuzione: %s, Data installazione: %s\n" -#: pisi/db/installdb.py:224 +#: pisi/db/installdb.py:247 #, fuzzy msgid "Package %s is not installed" msgstr "Il pacchetto %s non è installato." @@ -2073,7 +2126,7 @@ msgstr "Chiave %s non trovata" msgid "Repository %s does not exist." msgstr "Il repository %s non esiste. Impossibile rimuovere." -#: pisi/db/packagedb.py:109 +#: pisi/db/packagedb.py:116 pisi/db/packagedb.py:123 #, fuzzy msgid "Package %s not found." msgstr "Pacchetto %s non trovato" @@ -2197,19 +2250,15 @@ msgstr "%s non è installato" msgid "%s is downgraded from %s to %s." msgstr "" -#: pisi/index.py:97 -msgid "Adding %s to component index" -msgstr "Aggiunta di %s all'indice dei componenti" - -#: pisi/index.py:112 +#: pisi/index.py:115 msgid "Adding %s to package index" msgstr "Aggiunta di %s all'indice dei pacchetti" -#: pisi/index.py:129 +#: pisi/index.py:132 msgid "Package %s: metadata corrupt, skipping..." msgstr "Pacchetto %s: metadata corrotti, lo salto..." -#: pisi/index.py:171 +#: pisi/index.py:184 msgid "Adding %s to source index" msgstr "Aggiunta di %s all'indice dei sorgenti" @@ -2230,201 +2279,201 @@ msgstr "File pacchetto: %s" msgid "Mirrors file %s does not exist. Could not resolve mirrors://" msgstr "Il file dei mirror %s non esiste. Impossibile trovare mirrors://" -#: pisi/operations/build.py:89 +#: pisi/operations/build.py:91 msgid "Path %s belongs in multiple packages" msgstr "Il percorso '%s' si trova in più pacchetti" -#: pisi/operations/build.py:161 +#: pisi/operations/build.py:163 msgid "Source URI: %s" msgstr "URI di origine: %s" -#: pisi/operations/build.py:165 +#: pisi/operations/build.py:167 msgid "Source %s not found in any active repository." msgstr "Il sorgente %s non è stato trovato in alcun repository attivo." -#: pisi/operations/build.py:238 +#: pisi/operations/build.py:240 msgid "Building PiSi source package: %s" msgstr "Costruzione del pacchetto sorgente PiSi %s" -#: pisi/operations/build.py:283 +#: pisi/operations/build.py:285 msgid "IceCream detected. Make sure your daemon is up and running..." msgstr "" "Rilevato IceCream. Assicurati che il tuo demone sia in esecuzione e attivo..." -#: pisi/operations/build.py:288 +#: pisi/operations/build.py:290 msgid "CCache detected..." msgstr "Rilevato CCache..." -#: pisi/operations/build.py:355 +#: pisi/operations/build.py:357 msgid "PartOf tag not defined, looking for component" msgstr "Tag PartOf non definito, ricerca del componente" -#: pisi/operations/build.py:365 +#: pisi/operations/build.py:367 msgid "Cannot find component.xml in upper directory" msgstr "Impossibile trovare il file component.xml nella cartella superiore" -#: pisi/operations/build.py:369 +#: pisi/operations/build.py:371 msgid "Source is part of %s component" msgstr "Il sorgente fa parte del componente %s" -#: pisi/operations/build.py:373 +#: pisi/operations/build.py:375 msgid "Fetching source from: %s" msgstr "Recupero sorgente da: %s" -#: pisi/operations/build.py:375 +#: pisi/operations/build.py:377 msgid "Source archive is stored: %s/%s" msgstr "Archivio sorgente memorizzato: %s/%s" -#: pisi/operations/build.py:379 +#: pisi/operations/build.py:381 msgid "Unpacking archive..." msgstr "Scompattazione archivio..." -#: pisi/operations/build.py:383 +#: pisi/operations/build.py:385 msgid " unpacked (%s)" msgstr "scompattato (%s)" -#: pisi/operations/build.py:388 +#: pisi/operations/build.py:390 msgid "Setting up source..." msgstr "Configurazione sorgente..." -#: pisi/operations/build.py:393 +#: pisi/operations/build.py:395 msgid "Building source..." msgstr "Compilazione sorgente..." -#: pisi/operations/build.py:398 +#: pisi/operations/build.py:400 msgid "Testing package..." msgstr "Verifica del pacchetto..." -#: pisi/operations/build.py:402 +#: pisi/operations/build.py:404 msgid "Installing..." msgstr "Installazione in corso..." -#: pisi/operations/build.py:444 +#: pisi/operations/build.py:446 msgid "Unable to read Actions Script (%s): %s" msgstr "Impossibile leggere Actions Script (%s): %s" -#: pisi/operations/build.py:446 +#: pisi/operations/build.py:448 msgid "SyntaxError in Actions Script (%s): %s" msgstr "Errore di sintassi in Actions Script (%s): %s" -#: pisi/operations/build.py:463 +#: pisi/operations/build.py:465 msgid "Unable to read COMAR script (%s): %s" msgstr "Impossibile leggere script COMAR (%s): %s" -#: pisi/operations/build.py:465 +#: pisi/operations/build.py:467 msgid "SyntaxError in COMAR file (%s): %s" msgstr "Errore di sintassi nel file COMAR (%s): %s" -#: pisi/operations/build.py:477 +#: pisi/operations/build.py:479 msgid "Sandbox violation: %s (%s -> %s)" msgstr "Violazione ambiente protetto: %s (%s -> %s)" -#: pisi/operations/build.py:495 +#: pisi/operations/build.py:497 msgid "Sandbox enabled build..." msgstr "" -#: pisi/operations/build.py:515 +#: pisi/operations/build.py:517 #, fuzzy msgid "Sandbox violation result:" msgstr "Violazioni dell'ambiente protetto (sandbox)!" -#: pisi/operations/build.py:518 +#: pisi/operations/build.py:520 msgid "Sandbox violations!" msgstr "Violazioni dell'ambiente protetto (sandbox)!" -#: pisi/operations/build.py:524 +#: pisi/operations/build.py:526 msgid "unable to call function from actions: %s" msgstr "impossibile chiamare la funzione dalle azioni: %s" -#: pisi/operations/build.py:545 +#: pisi/operations/build.py:547 msgid "" "Safety switch: following extra packages in system.devel will be installed: " msgstr "" "Switch di sicurezza: i seguenti pacchetti aggiuntivi in system.devel " "verranno installati: " -#: pisi/operations/build.py:550 +#: pisi/operations/build.py:552 msgid "Safety switch: system.devel is already installed" msgstr "Switch di sicurezza: system.devel è già installato" -#: pisi/operations/build.py:552 +#: pisi/operations/build.py:554 msgid "Safety switch: the component system.devel cannot be found" msgstr "Switch di sicurezza: il componente system.devel non è stato trovato" -#: pisi/operations/build.py:561 +#: pisi/operations/build.py:563 msgid "Unsatisfied Build Dependencies:" msgstr "Dipendenze di compilazione non soddisfatte:" -#: pisi/operations/build.py:565 +#: pisi/operations/build.py:567 msgid "Cannot build package due to unsatisfied build dependencies" msgstr "" "Impossibile compilare il pacchetto a casa di dipendenze non soddisfatte" -#: pisi/operations/build.py:570 +#: pisi/operations/build.py:572 msgid "Build dependency %s cannot be satisfied" msgstr "La dipendenza di compilazione %s non può essere soddisfatta" -#: pisi/operations/build.py:572 +#: pisi/operations/build.py:574 msgid "Do you want to install the unsatisfied build dependencies" msgstr "Desideri installare le dipendenze di compilazione non soddisfatte" -#: pisi/operations/build.py:573 +#: pisi/operations/build.py:575 msgid "Installing build dependencies." msgstr "Installazione dipendenze di compilazione." -#: pisi/operations/build.py:579 +#: pisi/operations/build.py:581 msgid "Ignoring build dependencies." msgstr "Ignoro le dipendenze di compilazione." -#: pisi/operations/build.py:589 +#: pisi/operations/build.py:591 msgid "Patch file is missing: %s\n" msgstr "Il file di patch è mancante: %s\n" -#: pisi/operations/build.py:602 +#: pisi/operations/build.py:604 msgid "* Applying patch: %s" msgstr "* Applicazione della patch: %s" -#: pisi/operations/build.py:722 +#: pisi/operations/build.py:719 msgid "/%s has suid bit set" msgstr "" -#: pisi/operations/build.py:758 +#: pisi/operations/build.py:755 msgid "(found old version %s)" msgstr "(trovata vecchia versione %s)" -#: pisi/operations/build.py:782 +#: pisi/operations/build.py:779 msgid "(no previous build found, setting build no to 1.)" msgstr "(nessuna build precedente trovata, imposto il numero di build a 1)" -#: pisi/operations/build.py:827 +#: pisi/operations/build.py:824 msgid "(old package lacks a build no, setting build no to 1.)" msgstr "(il vecchio pacchetto non ha un numero di build, lo imposto a 1)" -#: pisi/operations/build.py:830 +#: pisi/operations/build.py:827 msgid "There are changes, incrementing build no to %d" msgstr "Cambiamenti rilevati, incremento del numero di build a %d" -#: pisi/operations/build.py:833 +#: pisi/operations/build.py:830 msgid "There is no change from previous build %d" msgstr "Nessun cambiamento dalla build precedente %d" -#: pisi/operations/build.py:907 +#: pisi/operations/build.py:904 msgid "No user named '%s' found on the system" msgstr "Utente '%s' non trovato nel sistema" -#: pisi/operations/build.py:912 +#: pisi/operations/build.py:909 msgid "No group named '%s' found on the system" msgstr "Gruppo '%s' non trovato nel sistema" -#: pisi/operations/build.py:915 +#: pisi/operations/build.py:912 msgid "** Building package %s" msgstr "** Compilazione del pacchetto %s" -#: pisi/operations/build.py:917 pisi/operations/build.py:920 +#: pisi/operations/build.py:914 pisi/operations/build.py:917 msgid "Generating %s," msgstr "Generazione di %s," -#: pisi/operations/build.py:926 +#: pisi/operations/build.py:923 msgid "" "Build number is not available. For repo builds you must enable buildno in " "pisi.conf." @@ -2432,35 +2481,35 @@ msgstr "" "Il numero di build non è disponibile. Per le build dal repository devi " "attivare buildno in pisi.conf." -#: pisi/operations/build.py:946 +#: pisi/operations/build.py:943 msgid "Creating PiSi package %s." msgstr "Creazione del pacchetto PiSi %s." -#: pisi/operations/build.py:991 pisi/operations/delta.py:92 +#: pisi/operations/build.py:993 pisi/operations/delta.py:92 msgid "Done." msgstr "Fatto." -#: pisi/operations/build.py:997 +#: pisi/operations/build.py:999 #, fuzzy msgid "There are abandoned files under the install dir (%s):" msgstr "File abbandonati nella cartella di installazione (%s):" -#: pisi/operations/build.py:1001 +#: pisi/operations/build.py:1003 msgid "" "All of the files under the install dir (%s) has been collected by package(s)" msgstr "" "Tutti i file nella cartella di installazione (%s) sono stati raccolti dai " "pacchetti" -#: pisi/operations/build.py:1005 +#: pisi/operations/build.py:1007 msgid "Cleaning Build Directory..." msgstr "Pulizia della cartella di compilazione..." -#: pisi/operations/build.py:1008 +#: pisi/operations/build.py:1010 msgid "Keeping Build Directory" msgstr "La cartella di compilazione verrà conservata" -#: pisi/operations/build.py:1034 +#: pisi/operations/build.py:1039 msgid "*** %d error(s), %d warning(s)" msgstr "" @@ -2511,14 +2560,14 @@ msgstr "" "La seguente lista minimale dei pacchetti verrà costruita e\n" "installata nel rispettivo ordine per soddisfare le dipendenze:\n" -#: pisi/operations/emerge.py:62 pisi/operations/install.py:79 -#: pisi/operations/upgrade.py:147 +#: pisi/operations/emerge.py:62 pisi/operations/install.py:82 +#: pisi/operations/upgrade.py:144 msgid "There are extra packages due to dependencies. Do you want to continue?" msgstr "" "Sono inclusi dei pacchetti extra per via delle dipendenze. Desideri " "proseguire?" -#: pisi/operations/emerge.py:94 +#: pisi/operations/emerge.py:96 msgid "Cannot find source package: %s" msgstr "Impossibile trovare il pacchetto di sorgenti: %s" @@ -2542,9 +2591,10 @@ msgstr "" msgid "Remove the following conflicting packages?" msgstr "Rimuovere i seguenti pacchetti conflittanti?" -#: pisi/operations/helper.py:63 pisi/operations/remove.py:119 -msgid "Conflicts remain" -msgstr "Il conflitto rimane" +#: pisi/operations/helper.py:63 +#, fuzzy +msgid "Conflicting packages should be removed to continue" +msgstr "I seguenti pacchetti verranno aggiornati: " #: pisi/operations/history.py:86 pisi/operations/history.py:96 #, fuzzy @@ -2566,12 +2616,12 @@ msgid "Following packages will be removed:\n" msgstr "I seguenti pacchetti verranno aggiornati: " #: pisi/operations/history.py:152 pisi/operations/history.py:166 -#: pisi/operations/install.py:157 pisi/operations/remove.py:72 +#: pisi/operations/install.py:187 pisi/operations/remove.py:72 msgid "Do you want to continue?" msgstr "Vuoi proseguire?" -#: pisi/operations/history.py:158 pisi/operations/install.py:88 -#: pisi/operations/upgrade.py:154 +#: pisi/operations/history.py:158 pisi/operations/install.py:95 +#: pisi/operations/upgrade.py:155 msgid "Downloading %d / %d" msgstr "Scaricamento di %d/%d" @@ -2581,7 +2631,7 @@ msgid "" "Following packages could not be found in repositories and are not cached:\n" msgstr "" -#: pisi/operations/install.py:45 +#: pisi/operations/install.py:48 pisi/operations/install.py:134 msgid "" "The following package(s) are already installed and are not going to be " "installed again:\n" @@ -2589,11 +2639,11 @@ msgstr "" "I seguenti pacchetti sono già installati e non verranno installati " "nuovamente:\n" -#: pisi/operations/install.py:50 pisi/operations/install.py:170 +#: pisi/operations/install.py:53 pisi/operations/install.py:200 msgid "No packages to install." msgstr "Nessun pacchetto da installare." -#: pisi/operations/install.py:68 +#: pisi/operations/install.py:71 msgid "" "Following packages will be installed in the respective order to satisfy " "dependencies:\n" @@ -2601,24 +2651,24 @@ msgstr "" "I seguenti pacchetti verranno installati nel\n" "rispettivo ordine per soddisfare le dipendenze:\n" -#: pisi/operations/install.py:73 pisi/operations/upgrade.py:141 +#: pisi/operations/install.py:76 pisi/operations/upgrade.py:138 msgid "Total size of package(s): %.2f %s" msgstr "Dimensione totale dei pacchetti: %.2f %s" -#: pisi/operations/install.py:97 pisi/operations/upgrade.py:171 +#: pisi/operations/install.py:107 pisi/operations/upgrade.py:170 msgid "Installing %d / %d" msgstr "Installazione di %d/%d" -#: pisi/operations/install.py:110 +#: pisi/operations/install.py:121 msgid "Mixing file names and package names not supported yet." msgstr "Non è ancora possibile mescolare nomi dei file e nomi dei pacchetti." -#: pisi/operations/install.py:149 +#: pisi/operations/install.py:179 #, fuzzy msgid "External dependencies not satisfied: %s" msgstr "Dipendenze esterne non soddisfatte" -#: pisi/operations/install.py:154 +#: pisi/operations/install.py:184 msgid "" "The following packages will be installed\n" "in the respective order to satisfy extra dependencies:\n" @@ -2626,15 +2676,15 @@ msgstr "" "I seguenti pacchetti verranno installati nel\n" "rispettivo ordine per soddisfare le dipendenze aggiuntive:\n" -#: pisi/operations/install.py:158 +#: pisi/operations/install.py:188 msgid "External dependencies not satisfied" msgstr "Dipendenze esterne non soddisfatte" -#: pisi/operations/install.py:201 +#: pisi/operations/install.py:231 msgid "Installation order: " msgstr "Ordine di installazione: " -#: pisi/operations/install.py:236 pisi/specfile.py:250 +#: pisi/operations/install.py:266 pisi/specfile.py:251 msgid "%s dependency of package %s is not satisfied" msgstr "La dipendenza %s del pacchetto %s non è soddisfatta" @@ -2644,7 +2694,7 @@ msgstr "" "Switch di sicurezza: impossibile rimuovere i seguenti pacchetti in system." "base: " -#: pisi/operations/remove.py:48 pisi/operations/upgrade.py:255 +#: pisi/operations/remove.py:48 pisi/operations/upgrade.py:254 msgid "Safety switch: the component system.base cannot be found" msgstr "Switch di sicurezza: il componente system.base non è stato trovato" @@ -2672,6 +2722,10 @@ msgstr "Rimozione dei pacchetti rifiutata" msgid "Package %s is not installed. Cannot remove." msgstr "Il pacchetto %s non è installato. Impossibile rimuovere." +#: pisi/operations/remove.py:119 +msgid "Conflicts remain" +msgstr "Il conflitto rimane" + #: pisi/operations/remove.py:127 msgid "Obsoleted packages remaining" msgstr "I pacchetti obsoleti rimangono" @@ -2680,49 +2734,49 @@ msgstr "I pacchetti obsoleti rimangono" msgid "Replaced package remains" msgstr "Il pacchetto sostituito rimane" -#: pisi/operations/upgrade.py:45 +#: pisi/operations/upgrade.py:42 msgid "Warning: package *name* ends with '.pisi'" msgstr "Attenzione: il *nome* del pacchetto termina con '.pisi'" -#: pisi/operations/upgrade.py:59 +#: pisi/operations/upgrade.py:56 msgid "Package %s is not installed." msgstr "Il pacchetto %s non è installato." -#: pisi/operations/upgrade.py:63 +#: pisi/operations/upgrade.py:60 msgid "Package %s is not available in repositories." msgstr "Il pacchetto %s non è disponibile nei repository." -#: pisi/operations/upgrade.py:82 +#: pisi/operations/upgrade.py:79 msgid "Package %s is already at the latest release %s." msgstr "Il pacchetto %s è già alla versione più recente %s." -#: pisi/operations/upgrade.py:88 +#: pisi/operations/upgrade.py:85 msgid "Package %s is already at the latest build %s." msgstr "Il pacchetto %s è già alla build più recente %s." -#: pisi/operations/upgrade.py:136 +#: pisi/operations/upgrade.py:133 msgid "The following packages will be upgraded: " msgstr "I seguenti pacchetti verranno aggiornati: " -#: pisi/operations/upgrade.py:205 +#: pisi/operations/upgrade.py:204 msgid "Dependency %s of %s cannot be satisfied" msgstr "Impossibile soddisfare la dipendenza %s di %s" -#: pisi/operations/upgrade.py:206 +#: pisi/operations/upgrade.py:205 msgid "Upgrade is not possible." msgstr "L'aggiornamento non è possibile." -#: pisi/operations/upgrade.py:222 +#: pisi/operations/upgrade.py:221 msgid "Reverse dependency %s of %s cannot be satisfied" msgstr "La dipendenza inversa %s di %s non può essere soddisfatta" -#: pisi/operations/upgrade.py:243 +#: pisi/operations/upgrade.py:242 msgid "Safety switch: Following packages in system.base will be installed: " msgstr "" "Switch di sicurezza: i seguenti pacchetti in system.base verranno " "installati: " -#: pisi/operations/upgrade.py:249 +#: pisi/operations/upgrade.py:248 msgid "Safety switch: Following packages in system.base will be upgraded: " msgstr "" "Switch di sicurezza: i seguenti pacchetti in system.base verranno " @@ -2864,44 +2918,39 @@ msgstr "Impossibile recuperare il sorgente dai mirror %s." msgid "unpack: check_file_hash failed" msgstr "unpack: check_file_hash fallito" -#: pisi/specfile.py:157 +#: pisi/specfile.py:158 msgid "URI: %s, type: %s, sha1sum: %s" msgstr "URI: %s, tipo: %s, sha1sum: %s" -#: pisi/specfile.py:185 pisi/specfile.py:188 +#: pisi/specfile.py:186 pisi/specfile.py:189 msgid " or " msgstr "" -#: pisi/specfile.py:263 +#: pisi/specfile.py:264 msgid "Name: %s, version: %s, release: %s, build %s\n" msgstr "Nome: %s, versione: %s, release: %s, build %s\n" -#: pisi/specfile.py:265 pisi/specfile.py:325 +#: pisi/specfile.py:266 pisi/specfile.py:327 msgid "Summary: %s\n" msgstr "Sommario: %s\n" -#: pisi/specfile.py:266 pisi/specfile.py:326 +#: pisi/specfile.py:267 pisi/specfile.py:328 msgid "Description: %s\n" msgstr "Descrizione: %s\n" -#: pisi/specfile.py:267 pisi/specfile.py:327 +#: pisi/specfile.py:268 pisi/specfile.py:329 msgid "Component: %s\n" msgstr "Componente: %s\n" -#: pisi/specfile.py:268 +#: pisi/specfile.py:269 msgid "Provides: " msgstr "Fornisce: " -#: pisi/specfile.py:272 +#: pisi/specfile.py:273 msgid "Dependencies: " msgstr "Dipendenze: " -#: pisi/specfile.py:323 -#, fuzzy -msgid "Name: %s, version: %s, release: %s\n" -msgstr "Nome: %s, versione: %s, release: %s, build %s\n" - -#: pisi/specfile.py:328 +#: pisi/specfile.py:330 #, fuzzy msgid "Build Dependencies: " msgstr "Dipendenze: " @@ -3009,6 +3058,9 @@ msgstr "Scansione del repository sorgente in corso...\n" msgid "Scanning binary packages...\n" msgstr "Scansione dei pacchetti binari in corso...\n" +#~ msgid "Adding %s to component index" +#~ msgstr "Aggiunta di %s all'indice dei componenti" + #~ msgid "Package %s is not present in the package database" #~ msgstr "Il pacchetto %s non è presente nel database dei pacchetti" diff --git a/po/nl.po b/po/nl.po index 20642444..07e3e29d 100644 --- a/po/nl.po +++ b/po/nl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: nl\n" -"POT-Creation-Date: 2009-05-05 15:19+EEST\n" +"POT-Creation-Date: 2009-06-23 11:06+EEST\n" "PO-Revision-Date: 07/06/09 12:57\n" "Last-Translator: Antoon Tolboom \n" "Language-Team: Nederlands \n" @@ -141,6 +141,10 @@ msgstr "" "!!! Voeg het bestand config.log toe aan uw bugrapport:\n" "%s/config.log" +#: pisi/actionsapi/kerneltools.py:125 +msgid "Can't find kernel version information file %s." +msgstr "" + #: pisi/actionsapi/libtools.py:38 msgid "Running ldconfig failed." msgstr "Uitvoeren ldconfig mislukt." @@ -173,7 +177,8 @@ msgstr "ActionsAPI [doman]: onjuist man-pagina bestand: %s" #: pisi/actionsapi/pisitools.py:167 msgid "No file matched pattern \"%s\". 'domove' operation failed." -msgstr "Geen bestand komt overeen met patroon \"%s\". 'domove' handeling mislukt." +msgstr "" +"Geen bestand komt overeen met patroon \"%s\". 'domove' handeling mislukt." #: pisi/actionsapi/pisitools.py:186 msgid "ActionsAPI [rename]: %s: %s" @@ -181,7 +186,8 @@ msgstr "ActionsAPI [rename] %s: %s" #: pisi/actionsapi/pisitools.py:201 msgid "No such file matching pattern: \"%s\". 'dosed' operation failed." -msgstr "Geen bestand komt overeen met patroon: \"%s\". 'dosed' handeling misluky." +msgstr "" +"Geen bestand komt overeen met patroon: \"%s\". 'dosed' handeling misluky." #: pisi/actionsapi/pisitools.py:214 msgid "dosed method has not changed file '%s'." @@ -314,215 +320,217 @@ msgstr "ActionsAPI [touch]: toegang geweigerd: %s" msgid "Command \"%s\" failed, return value was %d." msgstr "Commando \"%s\" mislukt, waarde terug veranderd in %d." -#: pisi/actionsapi/texlivemodules.py:53 +#: pisi/actionsapi/texlivemodules.py:54 msgid "Building format files failed" msgstr "Bouwen format bestanden mislukt" -#: pisi/actionsapi/texlivemodules.py:56 +#: pisi/actionsapi/texlivemodules.py:57 msgid "Generate config files failed" msgstr "Genereren config bestanden mislukt" -#: pisi/actionsapi/texlivemodules.py:63 +#: pisi/actionsapi/texlivemodules.py:64 msgid "Creating symlinks from format to engines failed" msgstr "Creeëren symlinks van formats naar engines mislukt" # pisi/actionsapi/autotools.py:119 :127 -#: pisi/actionsapi/texlivemodules.py:67 +#: pisi/actionsapi/texlivemodules.py:68 msgid "Installing texmf files failed" msgstr "Installeren texmf bestanden mislukt" # pisi/actionsapi/autotools.py:119 :127 -#: pisi/actionsapi/texlivemodules.py:71 +#: pisi/actionsapi/texlivemodules.py:72 msgid "Installing docs failed" msgstr "Installeren docs mislukt" -#: pisi/actionsapi/texlivemodules.py:75 +#: pisi/actionsapi/texlivemodules.py:76 msgid "Installing config files failed" msgstr "Installeren config bestanden mislukt" -#: pisi/actionsapi/texlivemodules.py:81 +#: pisi/actionsapi/texlivemodules.py:82 msgid "Handle config files failed" msgstr "Behandelen config bestanden mislukt" -#: pisi/actionsapi/texlivemodules.py:92 +#: pisi/actionsapi/texlivemodules.py:93 msgid "Symlink %s skipped (special case)" msgstr "Symlink %s overgeslagen (speciaal geval)" -#: pisi/actionsapi/texlivemodules.py:94 +#: pisi/actionsapi/texlivemodules.py:95 msgid "Symlink %s -> %s skipped (texlive-core takes care of it." msgstr "Symlink %s -> %s overgeslagen ( texlive-core regelt dit." -#: pisi/actionsapi/texlivemodules.py:97 +#: pisi/actionsapi/texlivemodules.py:98 msgid "Symlink %s -> %s skipped." msgstr "Symlink %s -> %s overgeslagen." -#: pisi/actionsapi/texlivemodules.py:99 +#: pisi/actionsapi/texlivemodules.py:100 msgid "Symlink %s skipped (file exists.)" msgstr "Symlink %s overgeslagen (bestand bestaat.)" -#: pisi/actionsapi/texlivemodules.py:101 +#: pisi/actionsapi/texlivemodules.py:102 msgid "Making symlink from %s to %s" msgstr "Aanmaken symlink van %s naar %s" -#: pisi/actionsapi/texlivemodules.py:153 +#: pisi/actionsapi/texlivemodules.py:154 msgid "Creating /etc/texmf/%s.d" msgstr "Aanmaken /etc/texmf/%s.d" -#: pisi/actionsapi/texlivemodules.py:166 +#: pisi/actionsapi/texlivemodules.py:167 msgid "Building format file %s" msgstr "Bouwen format bestand %s" -#: pisi/actionsapi/texlivemodules.py:181 +#: pisi/actionsapi/texlivemodules.py:182 msgid "Map %s is added to %s/%s.cfg" msgstr "Kaart %s is toegevoegd aan %s/%s.cfg" -#: pisi/actionsapi/texlivemodules.py:184 +#: pisi/actionsapi/texlivemodules.py:185 msgid "MixedMap %s is added to %s/%s.cfg" msgstr "Gemixte kaart %s is toegevoegd aan %s/%s.cfg" -#: pisi/actionsapi/texlivemodules.py:187 +#: pisi/actionsapi/texlivemodules.py:188 msgid "p +%s is added to %s/%s-config.ps" msgstr "p +%s is toegevoegd aan %s/%s-config.ps" -#: pisi/actionsapi/texlivemodules.py:190 +#: pisi/actionsapi/texlivemodules.py:191 msgid "f %s is added to %s/%s-config" msgstr "f %s is toegevoegd aan %s/%s-config" -#: pisi/actionsapi/texlivemodules.py:194 +#: pisi/actionsapi/texlivemodules.py:195 msgid "Language file %s already generated." msgstr "Taalbestand %s is al aangemaakt." -#: pisi/actionsapi/texlivemodules.py:196 +#: pisi/actionsapi/texlivemodules.py:197 msgid "No rule to proccess %s. Please file a bug." msgstr "Geen regel verwerkt %s. Meld de bug alstublieft." -#: pisi/actionsapi/texlivemodules.py:231 +#: pisi/actionsapi/texlivemodules.py:232 msgid "\\languages{%s}{%s}{}{%s}{%s} is added to %s/language.%s.def" msgstr "\\languages{%s}{%s}{}{%s}{%s} is toegevoegd aan %s/language.%s.def" -#: pisi/actionsapi/texlivemodules.py:234 -msgid "%s %s is added to %s/language.%s.dat" +#: pisi/actionsapi/texlivemodules.py:235 +#, fuzzy +msgid "%s is added to %s/language.%s.dat" msgstr "%s %s is toegevoegd aan %s/language.%s.dat" -#: pisi/actionsapi/texlivemodules.py:237 +#: pisi/actionsapi/texlivemodules.py:238 msgid "\\languages{%s}{%s}{}{%s}{%s} is added to %s/language.%s.def " msgstr "\\languages{%s}{%s}{}{%s}{%s} is toegevoegd aan %s/language.%s.def " -#: pisi/actionsapi/texlivemodules.py:240 +#: pisi/actionsapi/texlivemodules.py:241 msgid "%s %s is added to %s/language.%s.dat " msgstr "%s %s is toegevoegd aan %s/language.%s.dat " -#: pisi/api.py:60 pisi/cli/command.py:167 +#: pisi/api.py:61 pisi/cli/command.py:167 msgid "You have to be root for this operation." msgstr "U dient root te zijn voor deze handeling." -#: pisi/api.py:65 +#: pisi/api.py:66 msgid "Another instance of PiSi is running. Only one instance is allowed." msgstr "Er is al een kopie van PiSi actief. Dit is slechts eenmaal toegestaan." -#: pisi/api.py:466 +#: pisi/api.py:493 msgid "Taking snapshot of the system" msgstr "Snapshot van het systeem nemen" -#: pisi/api.py:579 +#: pisi/api.py:614 msgid "comar package is not fully installed" msgstr "comar-pakket is niet volledig geïnstalleerd" -#: pisi/api.py:591 +#: pisi/api.py:626 msgid "File %s not found" msgstr "Bestand %s niet gevonden" -#: pisi/api.py:631 +#: pisi/api.py:666 msgid "* Building index of PiSi files under %s" msgstr "* Index aanmaken van PiSi-bestanden onder %s" -#: pisi/api.py:638 +#: pisi/api.py:673 msgid "* Index file written" msgstr "* Index-bestand geschreven" -#: pisi/api.py:643 +#: pisi/api.py:678 msgid "Not a valid repo name." msgstr "Geen geldige repo naam." -#: pisi/api.py:646 +#: pisi/api.py:681 msgid "Repo %s already present." msgstr "Repo %s is al aanwezig." -#: pisi/api.py:649 +#: pisi/api.py:684 msgid "Repo already present with name %s." msgstr "Repo %s is al aanwezig met naam %s." -#: pisi/api.py:654 +#: pisi/api.py:689 msgid "Repo %s added to system." msgstr "Repo %s toegevoegd aan het systeem." -#: pisi/api.py:662 +#: pisi/api.py:697 msgid "Repo %s removed from system." msgstr "Repo %s verwijderd uit het systeem." -#: pisi/api.py:664 +#: pisi/api.py:699 msgid "Repository %s does not exist. Cannot remove." msgstr "Repository %s bestaat niet. Kan niet verwijderen." -#: pisi/api.py:681 +#: pisi/api.py:716 msgid "* Updating repository: %s" msgstr "* Updaten repository: %s " -#: pisi/api.py:691 +#: pisi/api.py:726 msgid "%s repository information is up-to-date." msgstr "%s repository informatie is nog recent." -#: pisi/api.py:693 +#: pisi/api.py:728 msgid "Updating database at any rate as requested" msgstr "Updaten database op elke snelheid zoals verzocht" -#: pisi/api.py:703 +#: pisi/api.py:738 msgid "* Package database updated." msgstr "* Pakketdatabase geupdate." -#: pisi/api.py:705 +#: pisi/api.py:740 msgid "No repository named %s found." msgstr "Geen repository met de naam %s gevonden." -#: pisi/api.py:716 +#: pisi/api.py:751 msgid "* Adding '%s' to db... " msgstr "* Toevoegen '%s' aan db... " -#: pisi/api.py:719 +#: pisi/api.py:754 msgid "OK." msgstr "OK." -#: pisi/atomicoperations.py:72 pisi/operations/history.py:76 +#: pisi/atomicoperations.py:73 pisi/operations/history.py:76 msgid "Package %s found in repository %s" msgstr "Pakket %s gevonden in repository %s " -#: pisi/atomicoperations.py:103 +#: pisi/atomicoperations.py:102 msgid "Package URI: %s" msgstr "Pakket-URI: %s" -#: pisi/atomicoperations.py:115 +#: pisi/atomicoperations.py:114 msgid "Download Error: Package does not match the repository package." -msgstr "Download fout: Pakket komt niet overeen met het pakket in de repository." +msgstr "" +"Download fout: Pakket komt niet overeen met het pakket in de repository." -#: pisi/atomicoperations.py:119 +#: pisi/atomicoperations.py:118 msgid "Package %s not found in any active repository." msgstr "Pakket %s niet gevonden in de actieve repositories." -#: pisi/atomicoperations.py:138 +#: pisi/atomicoperations.py:140 msgid "Installing %s, version %s, release %s, build %s" msgstr "Installatie %s, versie %s, uitgave %s, bouw %s" -#: pisi/atomicoperations.py:182 +#: pisi/atomicoperations.py:184 msgid "%s package cannot be installed unless the dependencies are satisfied" msgstr "" "%s pakket kan niet geïnstalleerd worden als er niet aan de afhankelijkheden " "is voldaan" -#: pisi/atomicoperations.py:206 +#: pisi/atomicoperations.py:208 msgid "/%s from %s package\n" msgstr "/%s van %s pakket\n" -#: pisi/atomicoperations.py:207 +#: pisi/atomicoperations.py:209 msgid "" "File conflicts:\n" "%s" @@ -530,75 +538,76 @@ msgstr "" "Bestandsconflicten:\n" "%s" -#: pisi/atomicoperations.py:236 +#: pisi/atomicoperations.py:238 msgid "Re-install same version package?" msgstr "Zelfde versie van het pakket herinstalleren?" -#: pisi/atomicoperations.py:237 +#: pisi/atomicoperations.py:239 msgid "Package re-install declined" msgstr "Herinstalleren van het pakket geweigerd" -#: pisi/atomicoperations.py:243 +#: pisi/atomicoperations.py:245 msgid "Upgrading to new upstream version" msgstr "Opwaarderen naar nieuwe upstream-versie" -#: pisi/atomicoperations.py:246 +#: pisi/atomicoperations.py:248 msgid "Upgrading to new distribution release" msgstr "Opwaarderen naar nieuwe distributie-uitgave" -#: pisi/atomicoperations.py:250 +#: pisi/atomicoperations.py:252 msgid "Upgrading to new distribution build" msgstr "Opwaarderen naar nieuwe distributie bouw" -#: pisi/atomicoperations.py:259 +#: pisi/atomicoperations.py:261 msgid "Downgrade to old distribution release?" msgstr "Terugwaarderen naar oude distributie uitgave?" -#: pisi/atomicoperations.py:261 +#: pisi/atomicoperations.py:263 msgid "Downgrade to old distribution build?" msgstr "Terugwaarderen naar oude distributie bouw?" -#: pisi/atomicoperations.py:263 +#: pisi/atomicoperations.py:265 msgid "Package downgrade declined" msgstr "Pakket terugwaarderen geweigerd" # pisi/actionsapi/autotools.py:75 :85 -#: pisi/atomicoperations.py:301 +#: pisi/atomicoperations.py:303 msgid "%s configuration failed." msgstr "%s configuratie mislukt." -#: pisi/atomicoperations.py:417 +#: pisi/atomicoperations.py:419 msgid "Storing %s, " msgstr "Opslaan %s, " -#: pisi/atomicoperations.py:420 +#: pisi/atomicoperations.py:422 msgid "Storing %s." msgstr "Opslaan %s." -#: pisi/atomicoperations.py:427 +#: pisi/atomicoperations.py:429 msgid "Storing %s" msgstr "Opslaan %s" -#: pisi/atomicoperations.py:481 +#: pisi/atomicoperations.py:483 msgid "File list could not be read for package %s, continuing removal." msgstr "" "Bestandslijst kon niet gelezen worden voor pakket %s, voortzetten " "verwijderen." -#: pisi/atomicoperations.py:487 +#: pisi/atomicoperations.py:489 msgid "Removing package %s" msgstr "Verwijderen pakket %s" -#: pisi/atomicoperations.py:490 +#: pisi/atomicoperations.py:492 msgid "Trying to remove nonexistent package " msgstr "Proberen niet-bestaand pakket te verwijderen " -#: pisi/atomicoperations.py:531 +#: pisi/atomicoperations.py:533 msgid "Not removing conflicted file : %s" msgstr "Niet verwijderen conflicterend bestand: %s" -#: pisi/atomicoperations.py:559 -msgid "Installed file %s does not exist on system [Probably you manually deleted]" +#: pisi/atomicoperations.py:561 +msgid "" +"Installed file %s does not exist on system [Probably you manually deleted]" msgstr "" "Geïnstalleerd bestand %s bestaat niet op systeem [waarschijnlijk handmatig " "verwijderd]" @@ -683,6 +692,40 @@ msgstr "Update PiSi-database voor de repository %s?" msgid "%s repository could not be reached. Removing %s from system." msgstr "%s repository kan niet bereikt worden. Verwijderd %s van systeem." +#: pisi/cli/blame.py:25 +msgid "" +"Info about the package owner\n" +"\n" +"Usage: blame ... \n" +"\n" +msgstr "" + +#: pisi/cli/blame.py:40 +#, fuzzy +msgid "blame options" +msgstr "bouw opties" + +#: pisi/cli/blame.py:41 +msgid "Blame for the given release" +msgstr "" + +#: pisi/cli/blame.py:58 pisi/specfile.py:325 +msgid "Name: %s, version: %s, release: %s\n" +msgstr "Naam: %s, versie %s, uitgave %s\n" + +#: pisi/cli/blame.py:60 +#, fuzzy +msgid "Package Maintainer: %s <%s>\n" +msgstr "Pakketbestand: %s" + +#: pisi/cli/blame.py:61 +msgid "Release Updater: %s <%s>\n" +msgstr "" + +#: pisi/cli/blame.py:62 +msgid "Update Date: %s\n" +msgstr "" + #: pisi/cli/build.py:24 msgid "" "Build PiSi packages\n" @@ -881,7 +924,8 @@ msgstr "" "\n" "Gebruik: clean\n" "\n" -"PiSi gebruikt bestandsysteem vergrendeling bij het beheer van databasetoegang.\n" +"PiSi gebruikt bestandsysteem vergrendeling bij het beheer van " +"databasetoegang.\n" "Deze opdracht verwijdert ongebruikte vergrendelingen op de databasemap." #: pisi/cli/command.py:30 @@ -892,7 +936,7 @@ msgstr "Commando is naamloos" msgid "Duplicate command %s" msgstr "Dupliceer commando %s" -#: pisi/cli/command.py:71 pisi/cli/pisicli.py:130 +#: pisi/cli/command.py:71 pisi/cli/pisicli.py:131 msgid "Unrecognized command: %s" msgstr "Niet herkend commando: %s" @@ -1003,10 +1047,10 @@ msgstr "" "\n" "Gebruik: delta oud_pakket nieuw_pakket\n" "\n" -"Het delta commando vindt de gewijzigde bestanden door het vergelijken van " -"de sha1sum van de bestanden van de twee opgegeven pakketten\n" -"en maakt een delta pisi pakket aan met de gewijzigde bestanden tussen " -"de twee versies.\n" +"Het delta commando vindt de gewijzigde bestanden door het vergelijken van de " +"sha1sum van de bestanden van de twee opgegeven pakketten\n" +"en maakt een delta pisi pakket aan met de gewijzigde bestanden tussen de " +"twee versies.\n" "\n" #: pisi/cli/delta.py:40 @@ -1500,7 +1544,8 @@ msgstr "Toon gedetailleerde installatie-informatie" # pisi/cli/commands.py:542 :729 #: pisi/cli/listinstalled.py:75 pisi/cli/listupgrades.py:77 -msgid "Package Name |St| Version| Rel.| Build| Distro| Date" +msgid "" +"Package Name |St| Version| Rel.| Build| Distro| Date" msgstr "Pakketnaam |St| Versie| Rel.| Bouw | Distro| Datum" #: pisi/cli/listnewest.py:26 @@ -1538,8 +1583,8 @@ msgid "" "List new packages added to repository after last nth previous repository " "update" msgstr "" -"Toon nieuwe pakketten die aan de repository toegevoegd zijn na de laatste n-de " -"repository opwaardering" +"Toon nieuwe pakketten die aan de repository toegevoegd zijn na de laatste n-" +"de repository opwaardering" #: pisi/cli/listnewest.py:77 msgid "Packages added to %s since %s:\n" @@ -1559,7 +1604,7 @@ msgstr "" "\n" "Toont pakketten die wachten op configuratie.\n" -#: pisi/cli/listpending.py:43 +#: pisi/cli/listpending.py:41 msgid "There are no packages waiting to be configured" msgstr "Er zijn geen pakketten die wachten op configuratie" @@ -1577,6 +1622,14 @@ msgstr "" "\n" "Toont huidige ingestelde repositories.\n" +#: pisi/cli/listrepo.py:40 +msgid "active" +msgstr "" + +#: pisi/cli/listrepo.py:40 +msgid "deactive" +msgstr "" + #: pisi/cli/listsources.py:24 msgid "" "List available sources\n" @@ -1617,19 +1670,19 @@ msgstr "list-upgrades opties" msgid "List upgradable packages under given component" msgstr "Toon op te waarderen pakketten onder opgegeven component" -#: pisi/cli/listupgrades.py:68 pisi/operations/upgrade.py:113 +#: pisi/cli/listupgrades.py:68 pisi/operations/upgrade.py:110 msgid "No packages to upgrade." msgstr "Geen pakketten op te waarderen." -#: pisi/cli/pisicli.py:82 +#: pisi/cli/pisicli.py:83 msgid "Options must precede non-option arguments" msgstr "Opties moeten voorafgaan aan non-optie-argumenten" -#: pisi/cli/pisicli.py:123 +#: pisi/cli/pisicli.py:124 msgid "No command given" msgstr "Geen commando gegeven" -#: pisi/cli/pisicli.py:126 +#: pisi/cli/pisicli.py:127 msgid "Command line parsing error" msgstr "Fout bij ontleden van commando" @@ -1680,7 +1733,8 @@ msgstr "" "\n" "Gebruik: remove ... \n" "\n" -"Verwijdert pakket(ten) van het systeem. Geef alleen de te verwijderen pakketnamen op.\n" +"Verwijdert pakket(ten) van het systeem. Geef alleen de te verwijderen " +"pakketnamen op.\n" "\n" "In plaats van pakketnamen kunt u ook componenten opgeven, die naar\n" "pakketnamen geëxpandeerd worden. \n" @@ -1691,7 +1745,8 @@ msgstr "verwijder opties" #: pisi/cli/remove.py:46 msgid "Removes everything including changed config files of the package" -msgstr "Verwijdert alles inclusief gewijzigde configuratiebestanden van het pakket" +msgstr "" +"Verwijdert alles inclusief gewijzigde configuratiebestanden van het pakket" #: pisi/cli/remove.py:48 msgid "Remove component's and recursive components' packages" @@ -1896,7 +1951,7 @@ msgstr "Zal repositories niet updaten" msgid "comar-api package is not fully installed" msgstr "comar-api pakket is niet volledig geïnstalleerd" -#: pisi/comariface.py:87 +#: pisi/comariface.py:88 msgid "" "Cannot connect to COMAR: \n" " %s\n" @@ -1904,57 +1959,58 @@ msgstr "" "Kan geen verbinding maken met COMAR:\n" " %s\n" -#: pisi/comariface.py:92 +#: pisi/comariface.py:93 msgid "Configuring %s package" msgstr "Configureren %s pakket" -#: pisi/comariface.py:99 +#: pisi/comariface.py:100 msgid "COMAR package updated. From now on, using new COMAR daemon." -msgstr "COMAR-pakket opgewaardeerd. Van nu af aan, niewe COMAR-daemon gebruiken." +msgstr "" +"COMAR-pakket opgewaardeerd. Van nu af aan, niewe COMAR-daemon gebruiken." -#: pisi/comariface.py:105 +#: pisi/comariface.py:106 msgid "Registering %s comar script" msgstr "Registreren %s comar-script" -#: pisi/comariface.py:113 pisi/comariface.py:118 pisi/comariface.py:127 -#: pisi/comariface.py:141 pisi/comariface.py:158 pisi/comariface.py:167 -#: pisi/comariface.py:184 pisi/comariface.py:193 pisi/comariface.py:199 +#: pisi/comariface.py:114 pisi/comariface.py:119 pisi/comariface.py:128 +#: pisi/comariface.py:142 pisi/comariface.py:159 pisi/comariface.py:168 +#: pisi/comariface.py:185 pisi/comariface.py:194 pisi/comariface.py:200 msgid "Script error: %s" msgstr "Scriptfout: %s" -#: pisi/comariface.py:120 +#: pisi/comariface.py:121 msgid "Calling post install handlers" msgstr "Aanroepen post-installatie afhandelingen" -#: pisi/comariface.py:135 +#: pisi/comariface.py:136 msgid "Running package's post install script" msgstr "UItvoeren post-installatiescript van pakket" -#: pisi/comariface.py:146 +#: pisi/comariface.py:147 msgid "Running pre removal operations for %s" msgstr "Uitvoeren pre-verwijderingoperatie voor %s" -#: pisi/comariface.py:152 +#: pisi/comariface.py:153 msgid "Running package's pre remove script" msgstr "Uitvoeren pre-verwijderscript van pakket" -#: pisi/comariface.py:160 +#: pisi/comariface.py:161 msgid "Calling pre remove handlers" msgstr "Aanroepen pre-verwijder afhandelingen" -#: pisi/comariface.py:172 +#: pisi/comariface.py:173 msgid "Running post removal operations for %s" msgstr "Uitvoeren post-verwijderingoperatie voor %s" -#: pisi/comariface.py:178 +#: pisi/comariface.py:179 msgid "Running package's postremove script" msgstr "Uitvoeren post-verwijderscript van pakket" -#: pisi/comariface.py:186 +#: pisi/comariface.py:187 msgid "Calling post remove handlers" msgstr "Aanroepen post-verwijder afhandelingen" -#: pisi/comariface.py:195 +#: pisi/comariface.py:196 msgid "Unregistering comar scripts" msgstr "Deregistreren comar-scripts" @@ -1962,7 +2018,7 @@ msgstr "Deregistreren comar-scripts" msgid "Destination directory %s does not exist. Creating it." msgstr "Doelmap %s bestaat niet. Deze wordt nu aangemaakt." -#: pisi/configfile.py:125 +#: pisi/configfile.py:126 msgid "No section by name '%s'" msgstr "Geen sectie met de naam '%s'" @@ -2002,6 +2058,11 @@ msgstr "Kan niet ontkoppelen van contante: %s" msgid "Component %s not found" msgstr "Component %s niet gevonden" +#: pisi/db/groupdb.py:66 pisi/db/groupdb.py:75 +#, fuzzy +msgid "Group %s not found" +msgstr "Component %s niet gevonden" + #: pisi/db/installdb.py:37 msgid "installed" msgstr "geïnstalleerd" @@ -2022,7 +2083,7 @@ msgstr "" msgid "Distribution: %s, Install Time: %s\n" msgstr "Distributie: %s, installatietijd: %s\n" -#: pisi/db/installdb.py:224 +#: pisi/db/installdb.py:247 msgid "Package %s is not installed" msgstr "Pakket %s is niet geïnstalleerd" @@ -2038,7 +2099,7 @@ msgstr "Repo item %s niet gevonden" msgid "Repository %s does not exist." msgstr "Repository %s bestaat niet." -#: pisi/db/packagedb.py:109 +#: pisi/db/packagedb.py:116 pisi/db/packagedb.py:123 msgid "Package %s not found." msgstr "Pakket %s niet gevonden." @@ -2158,19 +2219,15 @@ msgstr "%s %s is opnieuw geïnstalleerd." msgid "%s is downgraded from %s to %s." msgstr "% is teruggebracht van %s naar %s." -#: pisi/index.py:97 -msgid "Adding %s to component index" -msgstr "Toevoegen %s aan componentindex" - -#: pisi/index.py:112 +#: pisi/index.py:115 msgid "Adding %s to package index" msgstr "Toevoegen %s aan pakketindex" -#: pisi/index.py:129 +#: pisi/index.py:132 msgid "Package %s: metadata corrupt, skipping..." msgstr "Pakket %s: metadata is corrupt, wordt overgeslagen..." -#: pisi/index.py:171 +#: pisi/index.py:184 msgid "Adding %s to source index" msgstr "Toevoegen %s aan bronindex" @@ -2190,198 +2247,199 @@ msgstr ", Pakketgrootte: %s" msgid "Mirrors file %s does not exist. Could not resolve mirrors://" msgstr "Mirror bestand %s bestaat niet. Kan mirrors niet oplossen://" -#: pisi/operations/build.py:89 +#: pisi/operations/build.py:91 msgid "Path %s belongs in multiple packages" msgstr "Pad %s behoort bij meerdere pakketten" -#: pisi/operations/build.py:161 +#: pisi/operations/build.py:163 msgid "Source URI: %s" msgstr "Bron URI: %s" -#: pisi/operations/build.py:165 +#: pisi/operations/build.py:167 msgid "Source %s not found in any active repository." msgstr "Bron %s niet gevonden in actieve repositories." -#: pisi/operations/build.py:238 +#: pisi/operations/build.py:240 msgid "Building PiSi source package: %s" msgstr "Bouwen PiSi-bronpakket: %s " -#: pisi/operations/build.py:283 +#: pisi/operations/build.py:285 msgid "IceCream detected. Make sure your daemon is up and running..." msgstr "IceCream gevonden. Zorg dat uw daemon actief is..." -#: pisi/operations/build.py:288 +#: pisi/operations/build.py:290 msgid "CCache detected..." msgstr "Ccache gevonden..." -#: pisi/operations/build.py:355 +#: pisi/operations/build.py:357 msgid "PartOf tag not defined, looking for component" msgstr "PartOf tag is niet omschreven, zoeken naar component" -#: pisi/operations/build.py:365 +#: pisi/operations/build.py:367 msgid "Cannot find component.xml in upper directory" msgstr "Kan component.xml niet vinden in hoger gelegen map" -#: pisi/operations/build.py:369 +#: pisi/operations/build.py:371 msgid "Source is part of %s component" msgstr "Bron is onderdeel van %s component" -#: pisi/operations/build.py:373 +#: pisi/operations/build.py:375 msgid "Fetching source from: %s" msgstr "Ophalen bron van: %s " -#: pisi/operations/build.py:375 +#: pisi/operations/build.py:377 msgid "Source archive is stored: %s/%s" msgstr "Bronarchief is opgeslagen: %s/%s" -#: pisi/operations/build.py:379 +#: pisi/operations/build.py:381 msgid "Unpacking archive..." msgstr "Uitpakken archief..." -#: pisi/operations/build.py:383 +#: pisi/operations/build.py:385 msgid " unpacked (%s)" msgstr " uitgepakt (%s)" -#: pisi/operations/build.py:388 +#: pisi/operations/build.py:390 msgid "Setting up source..." msgstr "Instellen bron..." -#: pisi/operations/build.py:393 +#: pisi/operations/build.py:395 msgid "Building source..." msgstr "Bouwen bron..." -#: pisi/operations/build.py:398 +#: pisi/operations/build.py:400 msgid "Testing package..." msgstr "Testen pakket..." -#: pisi/operations/build.py:402 +#: pisi/operations/build.py:404 msgid "Installing..." msgstr "Installeren..." -#: pisi/operations/build.py:444 +#: pisi/operations/build.py:446 msgid "Unable to read Actions Script (%s): %s" msgstr "Kan Actions Script niet lezen (%s): %s" -#: pisi/operations/build.py:446 +#: pisi/operations/build.py:448 msgid "SyntaxError in Actions Script (%s): %s" msgstr "Syntaxfout in Actions Script (%s): %s" -#: pisi/operations/build.py:463 +#: pisi/operations/build.py:465 msgid "Unable to read COMAR script (%s): %s" msgstr "Kan COMAR script niet lezen (%s): %s" -#: pisi/operations/build.py:465 +#: pisi/operations/build.py:467 msgid "SyntaxError in COMAR file (%s): %s" msgstr "Syntaxfout in COMAR bestand (%s): %s" -#: pisi/operations/build.py:477 +#: pisi/operations/build.py:479 msgid "Sandbox violation: %s (%s -> %s)" msgstr "Sandbox overtreding: %s (%s?)" -#: pisi/operations/build.py:495 +#: pisi/operations/build.py:497 msgid "Sandbox enabled build..." msgstr "Sanbox geactiveerde build..." -#: pisi/operations/build.py:515 +#: pisi/operations/build.py:517 msgid "Sandbox violation result:" msgstr "Sandbox overtreding resultaat:" -#: pisi/operations/build.py:518 +#: pisi/operations/build.py:520 msgid "Sandbox violations!" msgstr "Sandbox overtredingen!" -#: pisi/operations/build.py:524 +#: pisi/operations/build.py:526 msgid "unable to call function from actions: %s" msgstr "kan functie niet aanroepen vanuit actions: %s" -#: pisi/operations/build.py:545 -msgid "Safety switch: following extra packages in system.devel will be installed: " +#: pisi/operations/build.py:547 +msgid "" +"Safety switch: following extra packages in system.devel will be installed: " msgstr "" "Veiligheidsprocedure: de volgende extra pakketten in system.devel zullen " "geïnstalleerd worden: " -#: pisi/operations/build.py:550 +#: pisi/operations/build.py:552 msgid "Safety switch: system.devel is already installed" msgstr "Veiligheidsprocedure: system.devel is al geïnstalleerd" -#: pisi/operations/build.py:552 +#: pisi/operations/build.py:554 msgid "Safety switch: the component system.devel cannot be found" msgstr "Veiligheidsprocedure: het component system.devel niet gevonden" -#: pisi/operations/build.py:561 +#: pisi/operations/build.py:563 msgid "Unsatisfied Build Dependencies:" msgstr "Niet-opgeloste bouwafhankelijkheden:" -#: pisi/operations/build.py:565 +#: pisi/operations/build.py:567 msgid "Cannot build package due to unsatisfied build dependencies" msgstr "Kan pakket niet bouwen wegens niet-opgeloste compileerafhankelijkheden" -#: pisi/operations/build.py:570 +#: pisi/operations/build.py:572 msgid "Build dependency %s cannot be satisfied" msgstr "Bouwafhankelijkheid %s niet opgelost" -#: pisi/operations/build.py:572 +#: pisi/operations/build.py:574 msgid "Do you want to install the unsatisfied build dependencies" msgstr "Wilt u de niet-opgeloste bouwafhankelijkheden installeren?" -#: pisi/operations/build.py:573 +#: pisi/operations/build.py:575 msgid "Installing build dependencies." msgstr "Installeren bouwafhankelijkheden." -#: pisi/operations/build.py:579 +#: pisi/operations/build.py:581 msgid "Ignoring build dependencies." msgstr "Negeren bouwafhankelijkheden." -#: pisi/operations/build.py:589 +#: pisi/operations/build.py:591 msgid "Patch file is missing: %s\n" msgstr "Patch-bestand ontbreekt: %s\n" -#: pisi/operations/build.py:602 +#: pisi/operations/build.py:604 msgid "* Applying patch: %s" msgstr "* Toepassen patch: %s" -#: pisi/operations/build.py:722 +#: pisi/operations/build.py:719 msgid "/%s has suid bit set" msgstr "%s heeft suid-bit gezet" -#: pisi/operations/build.py:758 +#: pisi/operations/build.py:755 msgid "(found old version %s)" msgstr "(gevonden oude versie %s)" -#: pisi/operations/build.py:782 +#: pisi/operations/build.py:779 msgid "(no previous build found, setting build no to 1.)" msgstr "(geen eerdere bouw gevonden, zet bouwnummer op 1.)" -#: pisi/operations/build.py:827 +#: pisi/operations/build.py:824 msgid "(old package lacks a build no, setting build no to 1.)" msgstr "(oud pakket heeft geen bouwnummer, zet compilatienummer op 1.)" -#: pisi/operations/build.py:830 +#: pisi/operations/build.py:827 msgid "There are changes, incrementing build no to %d" msgstr "Er zijn wijzigingen, zet bouwnummer op %d " -#: pisi/operations/build.py:833 +#: pisi/operations/build.py:830 msgid "There is no change from previous build %d" msgstr "Er zijn geen wijzigingen sinds vorige bouw %d" -#: pisi/operations/build.py:907 +#: pisi/operations/build.py:904 msgid "No user named '%s' found on the system" msgstr "Geen gebruiker met de naam '%s' gevonden op het systeem" -#: pisi/operations/build.py:912 +#: pisi/operations/build.py:909 msgid "No group named '%s' found on the system" msgstr "Geen groep met de naam '%s' gevonden op het systeem" -#: pisi/operations/build.py:915 +#: pisi/operations/build.py:912 msgid "** Building package %s" msgstr "** bouwen pakket %s" # pisi/build.py:503 :506 -#: pisi/operations/build.py:917 pisi/operations/build.py:920 +#: pisi/operations/build.py:914 pisi/operations/build.py:917 msgid "Generating %s," msgstr "Genereren %s," -#: pisi/operations/build.py:926 +#: pisi/operations/build.py:923 msgid "" "Build number is not available. For repo builds you must enable buildno in " "pisi.conf." @@ -2389,31 +2447,33 @@ msgstr "" "Bouwnummer is niet aanwezig. Bij repo-compilaties moet u buildno inschakelen " "in pisi.conf." -#: pisi/operations/build.py:946 +#: pisi/operations/build.py:943 msgid "Creating PiSi package %s." msgstr "Aanmaken PiSi-pakket %s." -#: pisi/operations/build.py:991 pisi/operations/delta.py:92 +#: pisi/operations/build.py:993 pisi/operations/delta.py:92 msgid "Done." msgstr "Gereed." -#: pisi/operations/build.py:997 +#: pisi/operations/build.py:999 msgid "There are abandoned files under the install dir (%s):" msgstr "Er zijn verlaten bestanden in de installatiemap (%s):" -#: pisi/operations/build.py:1001 -msgid "All of the files under the install dir (%s) has been collected by package(s)" -msgstr "Alle bestanden in de installatiemap (%s) zijn verzameld door pakket(ten)" +#: pisi/operations/build.py:1003 +msgid "" +"All of the files under the install dir (%s) has been collected by package(s)" +msgstr "" +"Alle bestanden in de installatiemap (%s) zijn verzameld door pakket(ten)" -#: pisi/operations/build.py:1005 +#: pisi/operations/build.py:1007 msgid "Cleaning Build Directory..." msgstr "Opschonen bouwmap..." -#: pisi/operations/build.py:1008 +#: pisi/operations/build.py:1010 msgid "Keeping Build Directory" msgstr "Behouden bouwmap" -#: pisi/operations/build.py:1034 +#: pisi/operations/build.py:1039 msgid "*** %d error(s), %d warning(s)" msgstr "*** %d fout(en), %d waarschuwing(en)" @@ -2467,12 +2527,12 @@ msgstr "" "en geïnstalleerd worden in de respectievelijke volgorde om\n" "aan afhankelijkheden te voldoen:\n" -#: pisi/operations/emerge.py:62 pisi/operations/install.py:79 -#: pisi/operations/upgrade.py:147 +#: pisi/operations/emerge.py:62 pisi/operations/install.py:82 +#: pisi/operations/upgrade.py:144 msgid "There are extra packages due to dependencies. Do you want to continue?" msgstr "Er zijn extra pakketten wegens afhankelijkheden. Wilt u doorgaan?" -#: pisi/operations/emerge.py:94 +#: pisi/operations/emerge.py:96 msgid "Cannot find source package: %s" msgstr "Kan bronpakket %s niet vinden" @@ -2496,9 +2556,10 @@ msgstr "" msgid "Remove the following conflicting packages?" msgstr "De volgende pakketten met conflicten verwijderen?" -#: pisi/operations/helper.py:63 pisi/operations/remove.py:119 -msgid "Conflicts remain" -msgstr "Conflicten blijven bestaan" +#: pisi/operations/helper.py:63 +#, fuzzy +msgid "Conflicting packages should be removed to continue" +msgstr "Volgende pakketen zullen worden verwijderd:\n" #: pisi/operations/history.py:86 pisi/operations/history.py:96 msgid "%s could not be found" @@ -2517,12 +2578,12 @@ msgid "Following packages will be removed:\n" msgstr "Volgende pakketen zullen worden verwijderd:\n" #: pisi/operations/history.py:152 pisi/operations/history.py:166 -#: pisi/operations/install.py:157 pisi/operations/remove.py:72 +#: pisi/operations/install.py:187 pisi/operations/remove.py:72 msgid "Do you want to continue?" msgstr "Wilt u doorgaan?" -#: pisi/operations/history.py:158 pisi/operations/install.py:88 -#: pisi/operations/upgrade.py:154 +#: pisi/operations/history.py:158 pisi/operations/install.py:95 +#: pisi/operations/upgrade.py:155 msgid "Downloading %d / %d" msgstr "Downloaden %d / %d" @@ -2535,7 +2596,7 @@ msgstr "" "Volgende pakketten konden niet gevonden worden in de repositories en zijn " "niet in de cache:\n" -#: pisi/operations/install.py:45 +#: pisi/operations/install.py:48 pisi/operations/install.py:134 msgid "" "The following package(s) are already installed and are not going to be " "installed again:\n" @@ -2544,11 +2605,11 @@ msgstr "" "geïnstalleerd:\n" # pisi/api.py:168 :215 -#: pisi/operations/install.py:50 pisi/operations/install.py:170 +#: pisi/operations/install.py:53 pisi/operations/install.py:200 msgid "No packages to install." msgstr "Geen te installeren pakketten." -#: pisi/operations/install.py:68 +#: pisi/operations/install.py:71 msgid "" "Following packages will be installed in the respective order to satisfy " "dependencies:\n" @@ -2556,23 +2617,23 @@ msgstr "" "De volgende pakketten zullen geïnstalleerd worden in de respectievelijke " "volgorde voor de afhankelijkheden:\n" -#: pisi/operations/install.py:73 pisi/operations/upgrade.py:141 +#: pisi/operations/install.py:76 pisi/operations/upgrade.py:138 msgid "Total size of package(s): %.2f %s" msgstr "Totale grootte van pakket(ten): %.2f %s" -#: pisi/operations/install.py:97 pisi/operations/upgrade.py:171 +#: pisi/operations/install.py:107 pisi/operations/upgrade.py:170 msgid "Installing %d / %d" msgstr "Installeren %d / %d" -#: pisi/operations/install.py:110 +#: pisi/operations/install.py:121 msgid "Mixing file names and package names not supported yet." msgstr "Combineren van bestands- en pakketnamen nog niet ondersteund." -#: pisi/operations/install.py:149 +#: pisi/operations/install.py:179 msgid "External dependencies not satisfied: %s" msgstr "Externe afhankelijkheden zijn niet voldaan: %s" -#: pisi/operations/install.py:154 +#: pisi/operations/install.py:184 msgid "" "The following packages will be installed\n" "in the respective order to satisfy extra dependencies:\n" @@ -2580,15 +2641,15 @@ msgstr "" "De volgende pakketten zullen geïnstalleerd worden\n" "in de meest gunstige volgorde voor extra afhankelijkheden:\n" -#: pisi/operations/install.py:158 +#: pisi/operations/install.py:188 msgid "External dependencies not satisfied" msgstr "Externe afhankelijkheden zijn niet voldaan" -#: pisi/operations/install.py:201 +#: pisi/operations/install.py:231 msgid "Installation order: " msgstr "Installatievolgorde: " -#: pisi/operations/install.py:236 pisi/specfile.py:250 +#: pisi/operations/install.py:266 pisi/specfile.py:251 msgid "%s dependency of package %s is not satisfied" msgstr "%s afhankelijkheid van pakket %s is niet bevredigend" @@ -2598,7 +2659,7 @@ msgstr "" "Veiligheidsprocedure: kan de volgende pakketten niet verwijderen uit system." "base: " -#: pisi/operations/remove.py:48 pisi/operations/upgrade.py:255 +#: pisi/operations/remove.py:48 pisi/operations/upgrade.py:254 msgid "Safety switch: the component system.base cannot be found" msgstr "Veiligheidsprocedure: component system.base is niet gevonden" @@ -2626,6 +2687,10 @@ msgstr "Verwijderen van pakket afgewezen" msgid "Package %s is not installed. Cannot remove." msgstr "Pakket %s niet geïnstalleerd. Kan niet verwijderen." +#: pisi/operations/remove.py:119 +msgid "Conflicts remain" +msgstr "Conflicten blijven bestaan" + #: pisi/operations/remove.py:127 msgid "Obsoleted packages remaining" msgstr "Overbodige pakketten blijven" @@ -2634,49 +2699,49 @@ msgstr "Overbodige pakketten blijven" msgid "Replaced package remains" msgstr "Vervangen pakket blijft" -#: pisi/operations/upgrade.py:45 +#: pisi/operations/upgrade.py:42 msgid "Warning: package *name* ends with '.pisi'" msgstr "Waarschuwing: pakket *naam* eindigt met '.pisi'" -#: pisi/operations/upgrade.py:59 +#: pisi/operations/upgrade.py:56 msgid "Package %s is not installed." msgstr "Pakket %s is niet geïnstalleerd." -#: pisi/operations/upgrade.py:63 +#: pisi/operations/upgrade.py:60 msgid "Package %s is not available in repositories." msgstr "Pakket %s is niet beschikbaar in de repositories." -#: pisi/operations/upgrade.py:82 +#: pisi/operations/upgrade.py:79 msgid "Package %s is already at the latest release %s." msgstr "Pakket %s is al de laatste uitgave %s." -#: pisi/operations/upgrade.py:88 +#: pisi/operations/upgrade.py:85 msgid "Package %s is already at the latest build %s." msgstr "Pakket %s is al de laatste bouw %s." -#: pisi/operations/upgrade.py:136 +#: pisi/operations/upgrade.py:133 msgid "The following packages will be upgraded: " msgstr "De volgende pakketen zullen worden opgewaardeerd: " -#: pisi/operations/upgrade.py:205 +#: pisi/operations/upgrade.py:204 msgid "Dependency %s of %s cannot be satisfied" msgstr "Afhankelijkheid %s van %s kan niet worden voldaan" -#: pisi/operations/upgrade.py:206 +#: pisi/operations/upgrade.py:205 msgid "Upgrade is not possible." msgstr "Opwaarderen niet mogelijk." -#: pisi/operations/upgrade.py:222 +#: pisi/operations/upgrade.py:221 msgid "Reverse dependency %s of %s cannot be satisfied" msgstr "Omgekeerde afhankelijkheid %s van %s kan niet worden voldaan" -#: pisi/operations/upgrade.py:243 +#: pisi/operations/upgrade.py:242 msgid "Safety switch: Following packages in system.base will be installed: " msgstr "" "Veiligheidsprocedure: de volgende pakketten in system.base worden " "geïnstalleerd: " -#: pisi/operations/upgrade.py:249 +#: pisi/operations/upgrade.py:248 msgid "Safety switch: Following packages in system.base will be upgraded: " msgstr "" "Veiligheidsprocedure: de volgende pakketten in system.base worden " @@ -2819,43 +2884,39 @@ msgstr "Kon de bron van de %s mirrors niet ophalen." msgid "unpack: check_file_hash failed" msgstr "uitpakken: check_file_hash mislukt" -#: pisi/specfile.py:157 +#: pisi/specfile.py:158 msgid "URI: %s, type: %s, sha1sum: %s" msgstr "URI: %s, type: %s, sha1sum: %s" -#: pisi/specfile.py:185 pisi/specfile.py:188 +#: pisi/specfile.py:186 pisi/specfile.py:189 msgid " or " msgstr "of" -#: pisi/specfile.py:263 +#: pisi/specfile.py:264 msgid "Name: %s, version: %s, release: %s, build %s\n" msgstr "Naam: %s, versie %s, uitgave %s, bouw %s\n" -#: pisi/specfile.py:265 pisi/specfile.py:325 +#: pisi/specfile.py:266 pisi/specfile.py:327 msgid "Summary: %s\n" msgstr "Inhoud: %s\n" -#: pisi/specfile.py:266 pisi/specfile.py:326 +#: pisi/specfile.py:267 pisi/specfile.py:328 msgid "Description: %s\n" msgstr "Beschrijving: %s\n" -#: pisi/specfile.py:267 pisi/specfile.py:327 +#: pisi/specfile.py:268 pisi/specfile.py:329 msgid "Component: %s\n" msgstr "Component: %s\n" -#: pisi/specfile.py:268 +#: pisi/specfile.py:269 msgid "Provides: " msgstr "Levert: " -#: pisi/specfile.py:272 +#: pisi/specfile.py:273 msgid "Dependencies: " msgstr "Afhankelijkheden: " -#: pisi/specfile.py:323 -msgid "Name: %s, version: %s, release: %s\n" -msgstr "Naam: %s, versie %s, uitgave %s\n" - -#: pisi/specfile.py:328 +#: pisi/specfile.py:330 msgid "Build Dependencies: " msgstr "Bouw afhankelijkheden: " @@ -2928,8 +2989,10 @@ msgstr "" "%s\n" #: scripts/repostats.py:371 -msgid "Developer '%s <%s>' has another mail address '%s' in source package '%s'" -msgstr "Ontwikkelaar '%s <%s>' heeft een ander e-mailadres '%s' in bronpakket '%s'" +msgid "" +"Developer '%s <%s>' has another mail address '%s' in source package '%s'" +msgstr "" +"Ontwikkelaar '%s <%s>' heeft een ander e-mailadres '%s' in bronpakket '%s'" #: scripts/repostats.py:467 msgid "" @@ -2941,7 +3004,8 @@ msgstr "" #: scripts/repostats.py:553 msgid "Usage: repostats.py [OPTIONS] source-repo-path [binary-repo-path]\n" -msgstr "Gebruik: repostats.py [Opties] pad-naar-repo-bron [binair-repo-adres]\n" +msgstr "" +"Gebruik: repostats.py [Opties] pad-naar-repo-bron [binair-repo-adres]\n" #: scripts/repostats.py:554 msgid "Dont generate the web site.\n" @@ -2955,3 +3019,5 @@ msgstr "Scannen bron-repository...\n" msgid "Scanning binary packages...\n" msgstr "Scannen binaire pakketten...\n" +#~ msgid "Adding %s to component index" +#~ msgstr "Toevoegen %s aan componentindex" diff --git a/po/pisi.pot b/po/pisi.pot index 99b76726..f2c54fb1 100644 --- a/po/pisi.pot +++ b/po/pisi.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2009-05-05 15:19+EEST\n" +"POT-Creation-Date: 2009-06-23 11:09+EEST\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -121,6 +121,10 @@ msgid "" "%s/config.log" msgstr "" +#: pisi/actionsapi/kerneltools.py:125 +msgid "Can't find kernel version information file %s." +msgstr "" + #: pisi/actionsapi/libtools.py:38 msgid "Running ldconfig failed." msgstr "" @@ -291,282 +295,282 @@ msgstr "" msgid "Command \"%s\" failed, return value was %d." msgstr "" -#: pisi/actionsapi/texlivemodules.py:53 +#: pisi/actionsapi/texlivemodules.py:54 msgid "Building format files failed" msgstr "" -#: pisi/actionsapi/texlivemodules.py:56 +#: pisi/actionsapi/texlivemodules.py:57 msgid "Generate config files failed" msgstr "" -#: pisi/actionsapi/texlivemodules.py:63 +#: pisi/actionsapi/texlivemodules.py:64 msgid "Creating symlinks from format to engines failed" msgstr "" -#: pisi/actionsapi/texlivemodules.py:67 +#: pisi/actionsapi/texlivemodules.py:68 msgid "Installing texmf files failed" msgstr "" -#: pisi/actionsapi/texlivemodules.py:71 +#: pisi/actionsapi/texlivemodules.py:72 msgid "Installing docs failed" msgstr "" -#: pisi/actionsapi/texlivemodules.py:75 +#: pisi/actionsapi/texlivemodules.py:76 msgid "Installing config files failed" msgstr "" -#: pisi/actionsapi/texlivemodules.py:81 +#: pisi/actionsapi/texlivemodules.py:82 msgid "Handle config files failed" msgstr "" -#: pisi/actionsapi/texlivemodules.py:92 +#: pisi/actionsapi/texlivemodules.py:93 msgid "Symlink %s skipped (special case)" msgstr "" -#: pisi/actionsapi/texlivemodules.py:94 +#: pisi/actionsapi/texlivemodules.py:95 msgid "Symlink %s -> %s skipped (texlive-core takes care of it." msgstr "" -#: pisi/actionsapi/texlivemodules.py:97 +#: pisi/actionsapi/texlivemodules.py:98 msgid "Symlink %s -> %s skipped." msgstr "" -#: pisi/actionsapi/texlivemodules.py:99 +#: pisi/actionsapi/texlivemodules.py:100 msgid "Symlink %s skipped (file exists.)" msgstr "" -#: pisi/actionsapi/texlivemodules.py:101 +#: pisi/actionsapi/texlivemodules.py:102 msgid "Making symlink from %s to %s" msgstr "" -#: pisi/actionsapi/texlivemodules.py:153 +#: pisi/actionsapi/texlivemodules.py:154 msgid "Creating /etc/texmf/%s.d" msgstr "" -#: pisi/actionsapi/texlivemodules.py:166 +#: pisi/actionsapi/texlivemodules.py:167 msgid "Building format file %s" msgstr "" -#: pisi/actionsapi/texlivemodules.py:181 +#: pisi/actionsapi/texlivemodules.py:182 msgid "Map %s is added to %s/%s.cfg" msgstr "" -#: pisi/actionsapi/texlivemodules.py:184 +#: pisi/actionsapi/texlivemodules.py:185 msgid "MixedMap %s is added to %s/%s.cfg" msgstr "" -#: pisi/actionsapi/texlivemodules.py:187 +#: pisi/actionsapi/texlivemodules.py:188 msgid "p +%s is added to %s/%s-config.ps" msgstr "" -#: pisi/actionsapi/texlivemodules.py:190 +#: pisi/actionsapi/texlivemodules.py:191 msgid "f %s is added to %s/%s-config" msgstr "" -#: pisi/actionsapi/texlivemodules.py:194 +#: pisi/actionsapi/texlivemodules.py:195 msgid "Language file %s already generated." msgstr "" -#: pisi/actionsapi/texlivemodules.py:196 +#: pisi/actionsapi/texlivemodules.py:197 msgid "No rule to proccess %s. Please file a bug." msgstr "" -#: pisi/actionsapi/texlivemodules.py:231 +#: pisi/actionsapi/texlivemodules.py:232 msgid "\\languages{%s}{%s}{}{%s}{%s} is added to %s/language.%s.def" msgstr "" -#: pisi/actionsapi/texlivemodules.py:234 -msgid "%s %s is added to %s/language.%s.dat" +#: pisi/actionsapi/texlivemodules.py:235 +msgid "%s is added to %s/language.%s.dat" msgstr "" -#: pisi/actionsapi/texlivemodules.py:237 +#: pisi/actionsapi/texlivemodules.py:238 msgid "\\languages{%s}{%s}{}{%s}{%s} is added to %s/language.%s.def " msgstr "" -#: pisi/actionsapi/texlivemodules.py:240 +#: pisi/actionsapi/texlivemodules.py:241 msgid "%s %s is added to %s/language.%s.dat " msgstr "" -#: pisi/api.py:60 pisi/cli/command.py:167 +#: pisi/api.py:61 pisi/cli/command.py:167 msgid "You have to be root for this operation." msgstr "" -#: pisi/api.py:65 +#: pisi/api.py:66 msgid "Another instance of PiSi is running. Only one instance is allowed." msgstr "" -#: pisi/api.py:466 +#: pisi/api.py:493 msgid "Taking snapshot of the system" msgstr "" -#: pisi/api.py:579 +#: pisi/api.py:614 msgid "comar package is not fully installed" msgstr "" -#: pisi/api.py:591 +#: pisi/api.py:626 msgid "File %s not found" msgstr "" -#: pisi/api.py:631 +#: pisi/api.py:666 msgid "* Building index of PiSi files under %s" msgstr "" -#: pisi/api.py:638 +#: pisi/api.py:673 msgid "* Index file written" msgstr "" -#: pisi/api.py:643 +#: pisi/api.py:678 msgid "Not a valid repo name." msgstr "" -#: pisi/api.py:646 +#: pisi/api.py:681 msgid "Repo %s already present." msgstr "" -#: pisi/api.py:649 +#: pisi/api.py:684 msgid "Repo already present with name %s." msgstr "" -#: pisi/api.py:654 +#: pisi/api.py:689 msgid "Repo %s added to system." msgstr "" -#: pisi/api.py:662 +#: pisi/api.py:697 msgid "Repo %s removed from system." msgstr "" -#: pisi/api.py:664 +#: pisi/api.py:699 msgid "Repository %s does not exist. Cannot remove." msgstr "" -#: pisi/api.py:681 +#: pisi/api.py:716 msgid "* Updating repository: %s" msgstr "" -#: pisi/api.py:691 +#: pisi/api.py:726 msgid "%s repository information is up-to-date." msgstr "" -#: pisi/api.py:693 +#: pisi/api.py:728 msgid "Updating database at any rate as requested" msgstr "" -#: pisi/api.py:703 +#: pisi/api.py:738 msgid "* Package database updated." msgstr "" -#: pisi/api.py:705 +#: pisi/api.py:740 msgid "No repository named %s found." msgstr "" -#: pisi/api.py:716 +#: pisi/api.py:751 msgid "* Adding '%s' to db... " msgstr "" -#: pisi/api.py:719 +#: pisi/api.py:754 msgid "OK." msgstr "" -#: pisi/atomicoperations.py:72 pisi/operations/history.py:76 +#: pisi/atomicoperations.py:73 pisi/operations/history.py:76 msgid "Package %s found in repository %s" msgstr "" -#: pisi/atomicoperations.py:103 +#: pisi/atomicoperations.py:102 msgid "Package URI: %s" msgstr "" -#: pisi/atomicoperations.py:115 +#: pisi/atomicoperations.py:114 msgid "Download Error: Package does not match the repository package." msgstr "" -#: pisi/atomicoperations.py:119 +#: pisi/atomicoperations.py:118 msgid "Package %s not found in any active repository." msgstr "" -#: pisi/atomicoperations.py:138 +#: pisi/atomicoperations.py:140 msgid "Installing %s, version %s, release %s, build %s" msgstr "" -#: pisi/atomicoperations.py:182 +#: pisi/atomicoperations.py:184 msgid "%s package cannot be installed unless the dependencies are satisfied" msgstr "" -#: pisi/atomicoperations.py:206 +#: pisi/atomicoperations.py:208 msgid "" "/%s from %s package\n" msgstr "" -#: pisi/atomicoperations.py:207 +#: pisi/atomicoperations.py:209 msgid "" "File conflicts:\n" "%s" msgstr "" -#: pisi/atomicoperations.py:236 +#: pisi/atomicoperations.py:238 msgid "Re-install same version package?" msgstr "" -#: pisi/atomicoperations.py:237 +#: pisi/atomicoperations.py:239 msgid "Package re-install declined" msgstr "" -#: pisi/atomicoperations.py:243 +#: pisi/atomicoperations.py:245 msgid "Upgrading to new upstream version" msgstr "" -#: pisi/atomicoperations.py:246 +#: pisi/atomicoperations.py:248 msgid "Upgrading to new distribution release" msgstr "" -#: pisi/atomicoperations.py:250 +#: pisi/atomicoperations.py:252 msgid "Upgrading to new distribution build" msgstr "" -#: pisi/atomicoperations.py:259 +#: pisi/atomicoperations.py:261 msgid "Downgrade to old distribution release?" msgstr "" -#: pisi/atomicoperations.py:261 +#: pisi/atomicoperations.py:263 msgid "Downgrade to old distribution build?" msgstr "" -#: pisi/atomicoperations.py:263 +#: pisi/atomicoperations.py:265 msgid "Package downgrade declined" msgstr "" -#: pisi/atomicoperations.py:301 +#: pisi/atomicoperations.py:303 msgid "%s configuration failed." msgstr "" -#: pisi/atomicoperations.py:417 +#: pisi/atomicoperations.py:419 msgid "Storing %s, " msgstr "" -#: pisi/atomicoperations.py:420 +#: pisi/atomicoperations.py:422 msgid "Storing %s." msgstr "" -#: pisi/atomicoperations.py:427 +#: pisi/atomicoperations.py:429 msgid "Storing %s" msgstr "" -#: pisi/atomicoperations.py:481 +#: pisi/atomicoperations.py:483 msgid "File list could not be read for package %s, continuing removal." msgstr "" -#: pisi/atomicoperations.py:487 +#: pisi/atomicoperations.py:489 msgid "Removing package %s" msgstr "" -#: pisi/atomicoperations.py:490 +#: pisi/atomicoperations.py:492 msgid "Trying to remove nonexistent package " msgstr "" -#: pisi/atomicoperations.py:531 +#: pisi/atomicoperations.py:533 msgid "Not removing conflicted file : %s" msgstr "" -#: pisi/atomicoperations.py:559 +#: pisi/atomicoperations.py:561 msgid "Installed file %s does not exist on system [Probably you manually deleted]" msgstr "" @@ -637,6 +641,42 @@ msgstr "" msgid "%s repository could not be reached. Removing %s from system." msgstr "" +#: pisi/cli/blame.py:25 +msgid "" +"Info about the package owner\n" +"\n" +"Usage: blame ... \n" +"\n" +msgstr "" + +#: pisi/cli/blame.py:40 +msgid "blame options" +msgstr "" + +#: pisi/cli/blame.py:41 +msgid "Blame for the given release" +msgstr "" + +#: pisi/cli/blame.py:58 pisi/specfile.py:325 +msgid "" +"Name: %s, version: %s, release: %s\n" +msgstr "" + +#: pisi/cli/blame.py:60 +msgid "" +"Package Maintainer: %s <%s>\n" +msgstr "" + +#: pisi/cli/blame.py:61 +msgid "" +"Release Updater: %s <%s>\n" +msgstr "" + +#: pisi/cli/blame.py:62 +msgid "" +"Update Date: %s\n" +msgstr "" + #: pisi/cli/build.py:24 msgid "" "Build PiSi packages\n" @@ -812,7 +852,7 @@ msgstr "" msgid "Duplicate command %s" msgstr "" -#: pisi/cli/command.py:71 pisi/cli/pisicli.py:130 +#: pisi/cli/command.py:71 pisi/cli/pisicli.py:131 msgid "Unrecognized command: %s" msgstr "" @@ -1357,7 +1397,7 @@ msgid "" "Lists packages waiting to be configured.\n" msgstr "" -#: pisi/cli/listpending.py:43 +#: pisi/cli/listpending.py:41 msgid "There are no packages waiting to be configured" msgstr "" @@ -1370,6 +1410,14 @@ msgid "" "Lists currently tracked repositories.\n" msgstr "" +#: pisi/cli/listrepo.py:40 +msgid "active" +msgstr "" + +#: pisi/cli/listrepo.py:40 +msgid "deactive" +msgstr "" + #: pisi/cli/listsources.py:24 msgid "" "List available sources\n" @@ -1400,19 +1448,19 @@ msgstr "" msgid "List upgradable packages under given component" msgstr "" -#: pisi/cli/listupgrades.py:68 pisi/operations/upgrade.py:113 +#: pisi/cli/listupgrades.py:68 pisi/operations/upgrade.py:110 msgid "No packages to upgrade." msgstr "" -#: pisi/cli/pisicli.py:82 +#: pisi/cli/pisicli.py:83 msgid "Options must precede non-option arguments" msgstr "" -#: pisi/cli/pisicli.py:123 +#: pisi/cli/pisicli.py:124 msgid "No command given" msgstr "" -#: pisi/cli/pisicli.py:126 +#: pisi/cli/pisicli.py:127 msgid "Command line parsing error" msgstr "" @@ -1611,63 +1659,63 @@ msgstr "" msgid "comar-api package is not fully installed" msgstr "" -#: pisi/comariface.py:87 +#: pisi/comariface.py:88 msgid "" "Cannot connect to COMAR: \n" " %s\n" msgstr "" -#: pisi/comariface.py:92 +#: pisi/comariface.py:93 msgid "Configuring %s package" msgstr "" -#: pisi/comariface.py:99 +#: pisi/comariface.py:100 msgid "COMAR package updated. From now on, using new COMAR daemon." msgstr "" -#: pisi/comariface.py:105 +#: pisi/comariface.py:106 msgid "Registering %s comar script" msgstr "" -#: pisi/comariface.py:113 pisi/comariface.py:118 pisi/comariface.py:127 -#: pisi/comariface.py:141 pisi/comariface.py:158 pisi/comariface.py:167 -#: pisi/comariface.py:184 pisi/comariface.py:193 pisi/comariface.py:199 +#: pisi/comariface.py:114 pisi/comariface.py:119 pisi/comariface.py:128 +#: pisi/comariface.py:142 pisi/comariface.py:159 pisi/comariface.py:168 +#: pisi/comariface.py:185 pisi/comariface.py:194 pisi/comariface.py:200 msgid "Script error: %s" msgstr "" -#: pisi/comariface.py:120 +#: pisi/comariface.py:121 msgid "Calling post install handlers" msgstr "" -#: pisi/comariface.py:135 +#: pisi/comariface.py:136 msgid "Running package's post install script" msgstr "" -#: pisi/comariface.py:146 +#: pisi/comariface.py:147 msgid "Running pre removal operations for %s" msgstr "" -#: pisi/comariface.py:152 +#: pisi/comariface.py:153 msgid "Running package's pre remove script" msgstr "" -#: pisi/comariface.py:160 +#: pisi/comariface.py:161 msgid "Calling pre remove handlers" msgstr "" -#: pisi/comariface.py:172 +#: pisi/comariface.py:173 msgid "Running post removal operations for %s" msgstr "" -#: pisi/comariface.py:178 +#: pisi/comariface.py:179 msgid "Running package's postremove script" msgstr "" -#: pisi/comariface.py:186 +#: pisi/comariface.py:187 msgid "Calling post remove handlers" msgstr "" -#: pisi/comariface.py:195 +#: pisi/comariface.py:196 msgid "Unregistering comar scripts" msgstr "" @@ -1675,7 +1723,7 @@ msgstr "" msgid "Destination directory %s does not exist. Creating it." msgstr "" -#: pisi/configfile.py:125 +#: pisi/configfile.py:126 msgid "No section by name '%s'" msgstr "" @@ -1715,6 +1763,10 @@ msgstr "" msgid "Component %s not found" msgstr "" +#: pisi/db/groupdb.py:66 pisi/db/groupdb.py:75 +msgid "Group %s not found" +msgstr "" + #: pisi/db/installdb.py:37 msgid "installed" msgstr "" @@ -1734,7 +1786,7 @@ msgid "" "Distribution: %s, Install Time: %s\n" msgstr "" -#: pisi/db/installdb.py:224 +#: pisi/db/installdb.py:247 msgid "Package %s is not installed" msgstr "" @@ -1750,7 +1802,7 @@ msgstr "" msgid "Repository %s does not exist." msgstr "" -#: pisi/db/packagedb.py:109 +#: pisi/db/packagedb.py:116 pisi/db/packagedb.py:123 msgid "Package %s not found." msgstr "" @@ -1862,19 +1914,15 @@ msgstr "" msgid "%s is downgraded from %s to %s." msgstr "" -#: pisi/index.py:97 -msgid "Adding %s to component index" -msgstr "" - -#: pisi/index.py:112 +#: pisi/index.py:115 msgid "Adding %s to package index" msgstr "" -#: pisi/index.py:129 +#: pisi/index.py:132 msgid "Package %s: metadata corrupt, skipping..." msgstr "" -#: pisi/index.py:171 +#: pisi/index.py:184 msgid "Adding %s to source index" msgstr "" @@ -1895,224 +1943,224 @@ msgstr "" msgid "Mirrors file %s does not exist. Could not resolve mirrors://" msgstr "" -#: pisi/operations/build.py:89 +#: pisi/operations/build.py:91 msgid "Path %s belongs in multiple packages" msgstr "" -#: pisi/operations/build.py:161 +#: pisi/operations/build.py:163 msgid "Source URI: %s" msgstr "" -#: pisi/operations/build.py:165 +#: pisi/operations/build.py:167 msgid "Source %s not found in any active repository." msgstr "" -#: pisi/operations/build.py:238 +#: pisi/operations/build.py:240 msgid "Building PiSi source package: %s" msgstr "" -#: pisi/operations/build.py:283 +#: pisi/operations/build.py:285 msgid "IceCream detected. Make sure your daemon is up and running..." msgstr "" -#: pisi/operations/build.py:288 +#: pisi/operations/build.py:290 msgid "CCache detected..." msgstr "" -#: pisi/operations/build.py:355 +#: pisi/operations/build.py:357 msgid "PartOf tag not defined, looking for component" msgstr "" -#: pisi/operations/build.py:365 +#: pisi/operations/build.py:367 msgid "Cannot find component.xml in upper directory" msgstr "" -#: pisi/operations/build.py:369 +#: pisi/operations/build.py:371 msgid "Source is part of %s component" msgstr "" -#: pisi/operations/build.py:373 +#: pisi/operations/build.py:375 msgid "Fetching source from: %s" msgstr "" -#: pisi/operations/build.py:375 +#: pisi/operations/build.py:377 msgid "Source archive is stored: %s/%s" msgstr "" -#: pisi/operations/build.py:379 +#: pisi/operations/build.py:381 msgid "Unpacking archive..." msgstr "" -#: pisi/operations/build.py:383 +#: pisi/operations/build.py:385 msgid " unpacked (%s)" msgstr "" -#: pisi/operations/build.py:388 +#: pisi/operations/build.py:390 msgid "Setting up source..." msgstr "" -#: pisi/operations/build.py:393 +#: pisi/operations/build.py:395 msgid "Building source..." msgstr "" -#: pisi/operations/build.py:398 +#: pisi/operations/build.py:400 msgid "Testing package..." msgstr "" -#: pisi/operations/build.py:402 +#: pisi/operations/build.py:404 msgid "Installing..." msgstr "" -#: pisi/operations/build.py:444 +#: pisi/operations/build.py:446 msgid "Unable to read Actions Script (%s): %s" msgstr "" -#: pisi/operations/build.py:446 +#: pisi/operations/build.py:448 msgid "SyntaxError in Actions Script (%s): %s" msgstr "" -#: pisi/operations/build.py:463 +#: pisi/operations/build.py:465 msgid "Unable to read COMAR script (%s): %s" msgstr "" -#: pisi/operations/build.py:465 +#: pisi/operations/build.py:467 msgid "SyntaxError in COMAR file (%s): %s" msgstr "" -#: pisi/operations/build.py:477 +#: pisi/operations/build.py:479 msgid "Sandbox violation: %s (%s -> %s)" msgstr "" -#: pisi/operations/build.py:495 +#: pisi/operations/build.py:497 msgid "Sandbox enabled build..." msgstr "" -#: pisi/operations/build.py:515 +#: pisi/operations/build.py:517 msgid "Sandbox violation result:" msgstr "" -#: pisi/operations/build.py:518 +#: pisi/operations/build.py:520 msgid "Sandbox violations!" msgstr "" -#: pisi/operations/build.py:524 +#: pisi/operations/build.py:526 msgid "unable to call function from actions: %s" msgstr "" -#: pisi/operations/build.py:545 +#: pisi/operations/build.py:547 msgid "Safety switch: following extra packages in system.devel will be installed: " msgstr "" -#: pisi/operations/build.py:550 +#: pisi/operations/build.py:552 msgid "Safety switch: system.devel is already installed" msgstr "" -#: pisi/operations/build.py:552 +#: pisi/operations/build.py:554 msgid "Safety switch: the component system.devel cannot be found" msgstr "" -#: pisi/operations/build.py:561 +#: pisi/operations/build.py:563 msgid "Unsatisfied Build Dependencies:" msgstr "" -#: pisi/operations/build.py:565 +#: pisi/operations/build.py:567 msgid "Cannot build package due to unsatisfied build dependencies" msgstr "" -#: pisi/operations/build.py:570 +#: pisi/operations/build.py:572 msgid "Build dependency %s cannot be satisfied" msgstr "" -#: pisi/operations/build.py:572 +#: pisi/operations/build.py:574 msgid "Do you want to install the unsatisfied build dependencies" msgstr "" -#: pisi/operations/build.py:573 +#: pisi/operations/build.py:575 msgid "Installing build dependencies." msgstr "" -#: pisi/operations/build.py:579 +#: pisi/operations/build.py:581 msgid "Ignoring build dependencies." msgstr "" -#: pisi/operations/build.py:589 +#: pisi/operations/build.py:591 msgid "" "Patch file is missing: %s\n" msgstr "" -#: pisi/operations/build.py:602 +#: pisi/operations/build.py:604 msgid "* Applying patch: %s" msgstr "" -#: pisi/operations/build.py:722 +#: pisi/operations/build.py:719 msgid "/%s has suid bit set" msgstr "" -#: pisi/operations/build.py:758 +#: pisi/operations/build.py:755 msgid "(found old version %s)" msgstr "" -#: pisi/operations/build.py:782 +#: pisi/operations/build.py:779 msgid "(no previous build found, setting build no to 1.)" msgstr "" -#: pisi/operations/build.py:827 +#: pisi/operations/build.py:824 msgid "(old package lacks a build no, setting build no to 1.)" msgstr "" -#: pisi/operations/build.py:830 +#: pisi/operations/build.py:827 msgid "There are changes, incrementing build no to %d" msgstr "" -#: pisi/operations/build.py:833 +#: pisi/operations/build.py:830 msgid "There is no change from previous build %d" msgstr "" -#: pisi/operations/build.py:907 +#: pisi/operations/build.py:904 msgid "No user named '%s' found on the system" msgstr "" -#: pisi/operations/build.py:912 +#: pisi/operations/build.py:909 msgid "No group named '%s' found on the system" msgstr "" -#: pisi/operations/build.py:915 +#: pisi/operations/build.py:912 msgid "** Building package %s" msgstr "" -#: pisi/operations/build.py:917 pisi/operations/build.py:920 +#: pisi/operations/build.py:914 pisi/operations/build.py:917 msgid "Generating %s," msgstr "" -#: pisi/operations/build.py:926 +#: pisi/operations/build.py:923 msgid "Build number is not available. For repo builds you must enable buildno in pisi.conf." msgstr "" -#: pisi/operations/build.py:946 +#: pisi/operations/build.py:943 msgid "Creating PiSi package %s." msgstr "" -#: pisi/operations/build.py:991 pisi/operations/delta.py:92 +#: pisi/operations/build.py:993 pisi/operations/delta.py:92 msgid "Done." msgstr "" -#: pisi/operations/build.py:997 +#: pisi/operations/build.py:999 msgid "There are abandoned files under the install dir (%s):" msgstr "" -#: pisi/operations/build.py:1001 +#: pisi/operations/build.py:1003 msgid "All of the files under the install dir (%s) has been collected by package(s)" msgstr "" -#: pisi/operations/build.py:1005 +#: pisi/operations/build.py:1007 msgid "Cleaning Build Directory..." msgstr "" -#: pisi/operations/build.py:1008 +#: pisi/operations/build.py:1010 msgid "Keeping Build Directory" msgstr "" -#: pisi/operations/build.py:1034 +#: pisi/operations/build.py:1039 msgid "*** %d error(s), %d warning(s)" msgstr "" @@ -2156,12 +2204,12 @@ msgid "" "installed in the respective order to satisfy dependencies:\n" msgstr "" -#: pisi/operations/emerge.py:62 pisi/operations/install.py:79 -#: pisi/operations/upgrade.py:147 +#: pisi/operations/emerge.py:62 pisi/operations/install.py:82 +#: pisi/operations/upgrade.py:144 msgid "There are extra packages due to dependencies. Do you want to continue?" msgstr "" -#: pisi/operations/emerge.py:94 +#: pisi/operations/emerge.py:96 msgid "Cannot find source package: %s" msgstr "" @@ -2184,8 +2232,8 @@ msgstr "" msgid "Remove the following conflicting packages?" msgstr "" -#: pisi/operations/helper.py:63 pisi/operations/remove.py:119 -msgid "Conflicts remain" +#: pisi/operations/helper.py:63 +msgid "Conflicting packages should be removed to continue" msgstr "" #: pisi/operations/history.py:86 pisi/operations/history.py:96 @@ -2207,12 +2255,12 @@ msgid "" msgstr "" #: pisi/operations/history.py:152 pisi/operations/history.py:166 -#: pisi/operations/install.py:157 pisi/operations/remove.py:72 +#: pisi/operations/install.py:187 pisi/operations/remove.py:72 msgid "Do you want to continue?" msgstr "" -#: pisi/operations/history.py:158 pisi/operations/install.py:88 -#: pisi/operations/upgrade.py:154 +#: pisi/operations/history.py:158 pisi/operations/install.py:95 +#: pisi/operations/upgrade.py:155 msgid "Downloading %d / %d" msgstr "" @@ -2222,51 +2270,51 @@ msgid "" "Following packages could not be found in repositories and are not cached:\n" msgstr "" -#: pisi/operations/install.py:45 +#: pisi/operations/install.py:48 pisi/operations/install.py:134 msgid "" "The following package(s) are already installed and are not going to be installed again:\n" msgstr "" -#: pisi/operations/install.py:50 pisi/operations/install.py:170 +#: pisi/operations/install.py:53 pisi/operations/install.py:200 msgid "No packages to install." msgstr "" -#: pisi/operations/install.py:68 +#: pisi/operations/install.py:71 msgid "" "Following packages will be installed in the respective order to satisfy dependencies:\n" msgstr "" -#: pisi/operations/install.py:73 pisi/operations/upgrade.py:141 +#: pisi/operations/install.py:76 pisi/operations/upgrade.py:138 msgid "Total size of package(s): %.2f %s" msgstr "" -#: pisi/operations/install.py:97 pisi/operations/upgrade.py:171 +#: pisi/operations/install.py:107 pisi/operations/upgrade.py:170 msgid "Installing %d / %d" msgstr "" -#: pisi/operations/install.py:110 +#: pisi/operations/install.py:121 msgid "Mixing file names and package names not supported yet." msgstr "" -#: pisi/operations/install.py:149 +#: pisi/operations/install.py:179 msgid "External dependencies not satisfied: %s" msgstr "" -#: pisi/operations/install.py:154 +#: pisi/operations/install.py:184 msgid "" "The following packages will be installed\n" "in the respective order to satisfy extra dependencies:\n" msgstr "" -#: pisi/operations/install.py:158 +#: pisi/operations/install.py:188 msgid "External dependencies not satisfied" msgstr "" -#: pisi/operations/install.py:201 +#: pisi/operations/install.py:231 msgid "Installation order: " msgstr "" -#: pisi/operations/install.py:236 pisi/specfile.py:250 +#: pisi/operations/install.py:266 pisi/specfile.py:251 msgid "%s dependency of package %s is not satisfied" msgstr "" @@ -2274,7 +2322,7 @@ msgstr "" msgid "Safety switch: cannot remove the following packages in system.base: " msgstr "" -#: pisi/operations/remove.py:48 pisi/operations/upgrade.py:255 +#: pisi/operations/remove.py:48 pisi/operations/upgrade.py:254 msgid "Safety switch: the component system.base cannot be found" msgstr "" @@ -2300,6 +2348,10 @@ msgstr "" msgid "Package %s is not installed. Cannot remove." msgstr "" +#: pisi/operations/remove.py:119 +msgid "Conflicts remain" +msgstr "" + #: pisi/operations/remove.py:127 msgid "Obsoleted packages remaining" msgstr "" @@ -2308,47 +2360,47 @@ msgstr "" msgid "Replaced package remains" msgstr "" -#: pisi/operations/upgrade.py:45 +#: pisi/operations/upgrade.py:42 msgid "Warning: package *name* ends with '.pisi'" msgstr "" -#: pisi/operations/upgrade.py:59 +#: pisi/operations/upgrade.py:56 msgid "Package %s is not installed." msgstr "" -#: pisi/operations/upgrade.py:63 +#: pisi/operations/upgrade.py:60 msgid "Package %s is not available in repositories." msgstr "" -#: pisi/operations/upgrade.py:82 +#: pisi/operations/upgrade.py:79 msgid "Package %s is already at the latest release %s." msgstr "" -#: pisi/operations/upgrade.py:88 +#: pisi/operations/upgrade.py:85 msgid "Package %s is already at the latest build %s." msgstr "" -#: pisi/operations/upgrade.py:136 +#: pisi/operations/upgrade.py:133 msgid "The following packages will be upgraded: " msgstr "" -#: pisi/operations/upgrade.py:205 +#: pisi/operations/upgrade.py:204 msgid "Dependency %s of %s cannot be satisfied" msgstr "" -#: pisi/operations/upgrade.py:206 +#: pisi/operations/upgrade.py:205 msgid "Upgrade is not possible." msgstr "" -#: pisi/operations/upgrade.py:222 +#: pisi/operations/upgrade.py:221 msgid "Reverse dependency %s of %s cannot be satisfied" msgstr "" -#: pisi/operations/upgrade.py:243 +#: pisi/operations/upgrade.py:242 msgid "Safety switch: Following packages in system.base will be installed: " msgstr "" -#: pisi/operations/upgrade.py:249 +#: pisi/operations/upgrade.py:248 msgid "Safety switch: Following packages in system.base will be upgraded: " msgstr "" @@ -2479,48 +2531,43 @@ msgstr "" msgid "unpack: check_file_hash failed" msgstr "" -#: pisi/specfile.py:157 +#: pisi/specfile.py:158 msgid "URI: %s, type: %s, sha1sum: %s" msgstr "" -#: pisi/specfile.py:185 pisi/specfile.py:188 +#: pisi/specfile.py:186 pisi/specfile.py:189 msgid " or " msgstr "" -#: pisi/specfile.py:263 +#: pisi/specfile.py:264 msgid "" "Name: %s, version: %s, release: %s, build %s\n" msgstr "" -#: pisi/specfile.py:265 pisi/specfile.py:325 +#: pisi/specfile.py:266 pisi/specfile.py:327 msgid "" "Summary: %s\n" msgstr "" -#: pisi/specfile.py:266 pisi/specfile.py:326 +#: pisi/specfile.py:267 pisi/specfile.py:328 msgid "" "Description: %s\n" msgstr "" -#: pisi/specfile.py:267 pisi/specfile.py:327 +#: pisi/specfile.py:268 pisi/specfile.py:329 msgid "" "Component: %s\n" msgstr "" -#: pisi/specfile.py:268 +#: pisi/specfile.py:269 msgid "Provides: " msgstr "" -#: pisi/specfile.py:272 +#: pisi/specfile.py:273 msgid "Dependencies: " msgstr "" -#: pisi/specfile.py:323 -msgid "" -"Name: %s, version: %s, release: %s\n" -msgstr "" - -#: pisi/specfile.py:328 +#: pisi/specfile.py:330 msgid "Build Dependencies: " msgstr "" diff --git a/po/pl.po b/po/pl.po index f7c9a1bb..9df25f6f 100644 --- a/po/pl.po +++ b/po/pl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: pisi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-05-05 15:19+EEST\n" +"POT-Creation-Date: 2009-06-23 11:06+EEST\n" "PO-Revision-Date: 2006-04-08 12:19+0900\n" "Last-Translator: Piotr Maliński \n" "Language-Team: Polish \n" @@ -123,6 +123,10 @@ msgstr "" "Prosimy o dołączenie do raportu o błędzie pliku config.log:\n" "%s/config.log" +#: pisi/actionsapi/kerneltools.py:125 +msgid "Can't find kernel version information file %s." +msgstr "" + #: pisi/actionsapi/libtools.py:38 msgid "Running ldconfig failed." msgstr "Uruchomienie ldconfig nie powiodło się." @@ -302,223 +306,224 @@ msgstr "ActionsAPI [touch]: Brak uprawnień: %s" msgid "Command \"%s\" failed, return value was %d." msgstr "" -#: pisi/actionsapi/texlivemodules.py:53 +#: pisi/actionsapi/texlivemodules.py:54 #, fuzzy msgid "Building format files failed" msgstr "Uruchomienie automake nie powiodło się." -#: pisi/actionsapi/texlivemodules.py:56 +#: pisi/actionsapi/texlivemodules.py:57 msgid "Generate config files failed" msgstr "" -#: pisi/actionsapi/texlivemodules.py:63 +#: pisi/actionsapi/texlivemodules.py:64 msgid "Creating symlinks from format to engines failed" msgstr "" -#: pisi/actionsapi/texlivemodules.py:67 +#: pisi/actionsapi/texlivemodules.py:68 #, fuzzy msgid "Installing texmf files failed" msgstr "Instalacja nie powiodła się." -#: pisi/actionsapi/texlivemodules.py:71 +#: pisi/actionsapi/texlivemodules.py:72 #, fuzzy msgid "Installing docs failed" msgstr "Instalacja nie powiodła się." -#: pisi/actionsapi/texlivemodules.py:75 +#: pisi/actionsapi/texlivemodules.py:76 #, fuzzy msgid "Installing config files failed" msgstr "Uruchomienie ldconfig nie powiodło się." -#: pisi/actionsapi/texlivemodules.py:81 +#: pisi/actionsapi/texlivemodules.py:82 #, fuzzy msgid "Handle config files failed" msgstr "Konfiguracja nie powiodła się." -#: pisi/actionsapi/texlivemodules.py:92 +#: pisi/actionsapi/texlivemodules.py:93 msgid "Symlink %s skipped (special case)" msgstr "" -#: pisi/actionsapi/texlivemodules.py:94 +#: pisi/actionsapi/texlivemodules.py:95 msgid "Symlink %s -> %s skipped (texlive-core takes care of it." msgstr "" -#: pisi/actionsapi/texlivemodules.py:97 +#: pisi/actionsapi/texlivemodules.py:98 msgid "Symlink %s -> %s skipped." msgstr "" -#: pisi/actionsapi/texlivemodules.py:99 +#: pisi/actionsapi/texlivemodules.py:100 msgid "Symlink %s skipped (file exists.)" msgstr "" -#: pisi/actionsapi/texlivemodules.py:101 +#: pisi/actionsapi/texlivemodules.py:102 msgid "Making symlink from %s to %s" msgstr "" -#: pisi/actionsapi/texlivemodules.py:153 +#: pisi/actionsapi/texlivemodules.py:154 msgid "Creating /etc/texmf/%s.d" msgstr "" -#: pisi/actionsapi/texlivemodules.py:166 +#: pisi/actionsapi/texlivemodules.py:167 #, fuzzy msgid "Building format file %s" msgstr "** Budowanie pakietu %s" -#: pisi/actionsapi/texlivemodules.py:181 +#: pisi/actionsapi/texlivemodules.py:182 #, fuzzy msgid "Map %s is added to %s/%s.cfg" msgstr "Repo %s zostało dodane do systemu." -#: pisi/actionsapi/texlivemodules.py:184 +#: pisi/actionsapi/texlivemodules.py:185 #, fuzzy msgid "MixedMap %s is added to %s/%s.cfg" msgstr "Repo %s zostało dodane do systemu." -#: pisi/actionsapi/texlivemodules.py:187 +#: pisi/actionsapi/texlivemodules.py:188 msgid "p +%s is added to %s/%s-config.ps" msgstr "" -#: pisi/actionsapi/texlivemodules.py:190 +#: pisi/actionsapi/texlivemodules.py:191 msgid "f %s is added to %s/%s-config" msgstr "" -#: pisi/actionsapi/texlivemodules.py:194 +#: pisi/actionsapi/texlivemodules.py:195 msgid "Language file %s already generated." msgstr "" -#: pisi/actionsapi/texlivemodules.py:196 +#: pisi/actionsapi/texlivemodules.py:197 msgid "No rule to proccess %s. Please file a bug." msgstr "" -#: pisi/actionsapi/texlivemodules.py:231 +#: pisi/actionsapi/texlivemodules.py:232 msgid "\\languages{%s}{%s}{}{%s}{%s} is added to %s/language.%s.def" msgstr "" -#: pisi/actionsapi/texlivemodules.py:234 -msgid "%s %s is added to %s/language.%s.dat" -msgstr "" +#: pisi/actionsapi/texlivemodules.py:235 +#, fuzzy +msgid "%s is added to %s/language.%s.dat" +msgstr "Repo %s zostało dodane do systemu." -#: pisi/actionsapi/texlivemodules.py:237 +#: pisi/actionsapi/texlivemodules.py:238 msgid "\\languages{%s}{%s}{}{%s}{%s} is added to %s/language.%s.def " msgstr "" -#: pisi/actionsapi/texlivemodules.py:240 +#: pisi/actionsapi/texlivemodules.py:241 msgid "%s %s is added to %s/language.%s.dat " msgstr "" -#: pisi/api.py:60 pisi/cli/command.py:167 +#: pisi/api.py:61 pisi/cli/command.py:167 msgid "You have to be root for this operation." msgstr "" -#: pisi/api.py:65 +#: pisi/api.py:66 msgid "Another instance of PiSi is running. Only one instance is allowed." msgstr "" -#: pisi/api.py:466 +#: pisi/api.py:493 msgid "Taking snapshot of the system" msgstr "" -#: pisi/api.py:579 +#: pisi/api.py:614 msgid "comar package is not fully installed" msgstr "pakiet comar nie jest w pełni zainstalowana" -#: pisi/api.py:591 +#: pisi/api.py:626 msgid "File %s not found" msgstr "Plik %s nie został znaleziony" -#: pisi/api.py:631 +#: pisi/api.py:666 msgid "* Building index of PiSi files under %s" msgstr "* Budowanie indeksu plików PiSi w %s" -#: pisi/api.py:638 +#: pisi/api.py:673 msgid "* Index file written" msgstr "* Indeks plików zapisany" -#: pisi/api.py:643 +#: pisi/api.py:678 msgid "Not a valid repo name." msgstr "" -#: pisi/api.py:646 +#: pisi/api.py:681 msgid "Repo %s already present." msgstr "Repo %s już wcześniej zostało dodane." -#: pisi/api.py:649 +#: pisi/api.py:684 #, fuzzy msgid "Repo already present with name %s." msgstr "Repo %s już wcześniej zostało dodane." -#: pisi/api.py:654 +#: pisi/api.py:689 msgid "Repo %s added to system." msgstr "Repo %s zostało dodane do systemu." -#: pisi/api.py:662 +#: pisi/api.py:697 msgid "Repo %s removed from system." msgstr "Repo %s zostało usunięte z systemu." -#: pisi/api.py:664 +#: pisi/api.py:699 msgid "Repository %s does not exist. Cannot remove." msgstr "Repozytorium %s nie istnieje. Nie można usunąć." -#: pisi/api.py:681 +#: pisi/api.py:716 msgid "* Updating repository: %s" msgstr "* Aktualizacja repozytorium: %s" -#: pisi/api.py:691 +#: pisi/api.py:726 msgid "%s repository information is up-to-date." msgstr "" -#: pisi/api.py:693 +#: pisi/api.py:728 msgid "Updating database at any rate as requested" msgstr "Aktualizacja bazy w każdym przypadku jak zarządano" -#: pisi/api.py:703 +#: pisi/api.py:738 msgid "* Package database updated." msgstr "* Baza pakietów zaktualizowana" -#: pisi/api.py:705 +#: pisi/api.py:740 msgid "No repository named %s found." msgstr "Nie znaleziono repozytoriów o nazwie %s" -#: pisi/api.py:716 +#: pisi/api.py:751 msgid "* Adding '%s' to db... " msgstr "* Dodawanie '%s' do bazy..." -#: pisi/api.py:719 +#: pisi/api.py:754 msgid "OK." msgstr "OK." -#: pisi/atomicoperations.py:72 pisi/operations/history.py:76 +#: pisi/atomicoperations.py:73 pisi/operations/history.py:76 msgid "Package %s found in repository %s" msgstr "Pakiet %s znaleziono w repozytorium %s" -#: pisi/atomicoperations.py:103 +#: pisi/atomicoperations.py:102 msgid "Package URI: %s" msgstr "URI pakietu: %s" -#: pisi/atomicoperations.py:115 +#: pisi/atomicoperations.py:114 msgid "Download Error: Package does not match the repository package." msgstr "" -#: pisi/atomicoperations.py:119 +#: pisi/atomicoperations.py:118 msgid "Package %s not found in any active repository." msgstr "Pakiet %s nie została znaleziona w żadnym z aktywnym repozytoriów." -#: pisi/atomicoperations.py:138 +#: pisi/atomicoperations.py:140 msgid "Installing %s, version %s, release %s, build %s" msgstr "Instalowanie %s, wersja %s, wydanie %s, build %s" -#: pisi/atomicoperations.py:182 +#: pisi/atomicoperations.py:184 msgid "%s package cannot be installed unless the dependencies are satisfied" msgstr "" "%s pakiet nie może zostać zainstalowany, dopóki nie zostaną spełnione " "zależności" -#: pisi/atomicoperations.py:206 +#: pisi/atomicoperations.py:208 #, fuzzy msgid "/%s from %s package\n" msgstr "/%s z pakietu %s" -#: pisi/atomicoperations.py:207 +#: pisi/atomicoperations.py:209 msgid "" "File conflicts:\n" "%s" @@ -526,71 +531,71 @@ msgstr "" "Konflikt plików:\n" "%s" -#: pisi/atomicoperations.py:236 +#: pisi/atomicoperations.py:238 msgid "Re-install same version package?" msgstr "Reinstalować pakiet o tej samej wersji? " -#: pisi/atomicoperations.py:237 +#: pisi/atomicoperations.py:239 msgid "Package re-install declined" msgstr "Reinstalowanie pakietu anulowane" -#: pisi/atomicoperations.py:243 +#: pisi/atomicoperations.py:245 msgid "Upgrading to new upstream version" msgstr "Aktualizacja do nowszej wersji" -#: pisi/atomicoperations.py:246 +#: pisi/atomicoperations.py:248 msgid "Upgrading to new distribution release" msgstr "Aktualizacja do nowego wydania dystrybucji" -#: pisi/atomicoperations.py:250 +#: pisi/atomicoperations.py:252 msgid "Upgrading to new distribution build" msgstr "Aktualizacja do nowej wersji build dystrybucji" -#: pisi/atomicoperations.py:259 +#: pisi/atomicoperations.py:261 msgid "Downgrade to old distribution release?" msgstr "Aktualizować do starszego wydania dystrybucji?" -#: pisi/atomicoperations.py:261 +#: pisi/atomicoperations.py:263 msgid "Downgrade to old distribution build?" msgstr "Aktualizować do starszej wersji build dystrybucji?" -#: pisi/atomicoperations.py:263 +#: pisi/atomicoperations.py:265 msgid "Package downgrade declined" msgstr "Aktualizacja pakietu do starszej wersji anulowana" -#: pisi/atomicoperations.py:301 +#: pisi/atomicoperations.py:303 msgid "%s configuration failed." msgstr "%s konfiguracja nie powiodła się" -#: pisi/atomicoperations.py:417 +#: pisi/atomicoperations.py:419 msgid "Storing %s, " msgstr "Gromadzenie %s, " -#: pisi/atomicoperations.py:420 +#: pisi/atomicoperations.py:422 msgid "Storing %s." msgstr "Gromadzenie %s." -#: pisi/atomicoperations.py:427 +#: pisi/atomicoperations.py:429 msgid "Storing %s" msgstr "Gromadzenie %s" -#: pisi/atomicoperations.py:481 +#: pisi/atomicoperations.py:483 msgid "File list could not be read for package %s, continuing removal." msgstr "Nie można przeczytać listy plików dla pakietu %s, kontynuuje usuwanie" -#: pisi/atomicoperations.py:487 +#: pisi/atomicoperations.py:489 msgid "Removing package %s" msgstr "Usuwanie pakietu %s" -#: pisi/atomicoperations.py:490 +#: pisi/atomicoperations.py:492 msgid "Trying to remove nonexistent package " msgstr "Próba usunięcia nieistniejącego pakietu " -#: pisi/atomicoperations.py:531 +#: pisi/atomicoperations.py:533 msgid "Not removing conflicted file : %s" msgstr "Nie usuwam kolidującego pliku : %s" -#: pisi/atomicoperations.py:559 +#: pisi/atomicoperations.py:561 #, fuzzy msgid "" "Installed file %s does not exist on system [Probably you manually deleted]" @@ -665,6 +670,41 @@ msgstr "" msgid "%s repository could not be reached. Removing %s from system." msgstr "" +#: pisi/cli/blame.py:25 +msgid "" +"Info about the package owner\n" +"\n" +"Usage: blame ... \n" +"\n" +msgstr "" + +#: pisi/cli/blame.py:40 +#, fuzzy +msgid "blame options" +msgstr "opcje" + +#: pisi/cli/blame.py:41 +msgid "Blame for the given release" +msgstr "" + +#: pisi/cli/blame.py:58 pisi/specfile.py:325 +#, fuzzy +msgid "Name: %s, version: %s, release: %s\n" +msgstr "Instalowanie %s, wersja %s, wydanie %s, build %s" + +#: pisi/cli/blame.py:60 +#, fuzzy +msgid "Package Maintainer: %s <%s>\n" +msgstr "URI pakietu: %s" + +#: pisi/cli/blame.py:61 +msgid "Release Updater: %s <%s>\n" +msgstr "" + +#: pisi/cli/blame.py:62 +msgid "Update Date: %s\n" +msgstr "" + #: pisi/cli/build.py:24 msgid "" "Build PiSi packages\n" @@ -843,7 +883,7 @@ msgstr "" msgid "Duplicate command %s" msgstr "" -#: pisi/cli/command.py:71 pisi/cli/pisicli.py:130 +#: pisi/cli/command.py:71 pisi/cli/pisicli.py:131 msgid "Unrecognized command: %s" msgstr "" @@ -1406,7 +1446,7 @@ msgid "" "Lists packages waiting to be configured.\n" msgstr "" -#: pisi/cli/listpending.py:43 +#: pisi/cli/listpending.py:41 msgid "There are no packages waiting to be configured" msgstr "" @@ -1419,6 +1459,14 @@ msgid "" "Lists currently tracked repositories.\n" msgstr "" +#: pisi/cli/listrepo.py:40 +msgid "active" +msgstr "" + +#: pisi/cli/listrepo.py:40 +msgid "deactive" +msgstr "" + #: pisi/cli/listsources.py:24 msgid "" "List available sources\n" @@ -1449,19 +1497,19 @@ msgstr "" msgid "List upgradable packages under given component" msgstr "" -#: pisi/cli/listupgrades.py:68 pisi/operations/upgrade.py:113 +#: pisi/cli/listupgrades.py:68 pisi/operations/upgrade.py:110 msgid "No packages to upgrade." msgstr "" -#: pisi/cli/pisicli.py:82 +#: pisi/cli/pisicli.py:83 msgid "Options must precede non-option arguments" msgstr "" -#: pisi/cli/pisicli.py:123 +#: pisi/cli/pisicli.py:124 msgid "No command given" msgstr "" -#: pisi/cli/pisicli.py:126 +#: pisi/cli/pisicli.py:127 msgid "Command line parsing error" msgstr "" @@ -1666,63 +1714,63 @@ msgstr "" msgid "comar-api package is not fully installed" msgstr "pakiet comar nie jest w pełni zainstalowana" -#: pisi/comariface.py:87 +#: pisi/comariface.py:88 msgid "" "Cannot connect to COMAR: \n" " %s\n" msgstr "" -#: pisi/comariface.py:92 +#: pisi/comariface.py:93 msgid "Configuring %s package" msgstr "" -#: pisi/comariface.py:99 +#: pisi/comariface.py:100 msgid "COMAR package updated. From now on, using new COMAR daemon." msgstr "" -#: pisi/comariface.py:105 +#: pisi/comariface.py:106 msgid "Registering %s comar script" msgstr "" -#: pisi/comariface.py:113 pisi/comariface.py:118 pisi/comariface.py:127 -#: pisi/comariface.py:141 pisi/comariface.py:158 pisi/comariface.py:167 -#: pisi/comariface.py:184 pisi/comariface.py:193 pisi/comariface.py:199 +#: pisi/comariface.py:114 pisi/comariface.py:119 pisi/comariface.py:128 +#: pisi/comariface.py:142 pisi/comariface.py:159 pisi/comariface.py:168 +#: pisi/comariface.py:185 pisi/comariface.py:194 pisi/comariface.py:200 msgid "Script error: %s" msgstr "" -#: pisi/comariface.py:120 +#: pisi/comariface.py:121 msgid "Calling post install handlers" msgstr "" -#: pisi/comariface.py:135 +#: pisi/comariface.py:136 msgid "Running package's post install script" msgstr "" -#: pisi/comariface.py:146 +#: pisi/comariface.py:147 msgid "Running pre removal operations for %s" msgstr "" -#: pisi/comariface.py:152 +#: pisi/comariface.py:153 msgid "Running package's pre remove script" msgstr "" -#: pisi/comariface.py:160 +#: pisi/comariface.py:161 msgid "Calling pre remove handlers" msgstr "" -#: pisi/comariface.py:172 +#: pisi/comariface.py:173 msgid "Running post removal operations for %s" msgstr "" -#: pisi/comariface.py:178 +#: pisi/comariface.py:179 msgid "Running package's postremove script" msgstr "" -#: pisi/comariface.py:186 +#: pisi/comariface.py:187 msgid "Calling post remove handlers" msgstr "" -#: pisi/comariface.py:195 +#: pisi/comariface.py:196 msgid "Unregistering comar scripts" msgstr "" @@ -1730,7 +1778,7 @@ msgstr "" msgid "Destination directory %s does not exist. Creating it." msgstr "" -#: pisi/configfile.py:125 +#: pisi/configfile.py:126 msgid "No section by name '%s'" msgstr "" @@ -1770,6 +1818,11 @@ msgstr "" msgid "Component %s not found" msgstr "" +#: pisi/db/groupdb.py:66 pisi/db/groupdb.py:75 +#, fuzzy +msgid "Group %s not found" +msgstr "Plik %s nie został znaleziony" + #: pisi/db/installdb.py:37 msgid "installed" msgstr "" @@ -1788,7 +1841,7 @@ msgstr "" msgid "Distribution: %s, Install Time: %s\n" msgstr "" -#: pisi/db/installdb.py:224 +#: pisi/db/installdb.py:247 #, fuzzy msgid "Package %s is not installed" msgstr "pakiet comar nie jest w pełni zainstalowana" @@ -1808,7 +1861,7 @@ msgstr "Plik %s nie został znaleziony" msgid "Repository %s does not exist." msgstr "Repozytorium %s nie istnieje. Nie można usunąć." -#: pisi/db/packagedb.py:109 +#: pisi/db/packagedb.py:116 pisi/db/packagedb.py:123 #, fuzzy msgid "Package %s not found." msgstr "Plik %s nie został znaleziony" @@ -1928,19 +1981,15 @@ msgstr "pakiet comar nie jest w pełni zainstalowana" msgid "%s is downgraded from %s to %s." msgstr "" -#: pisi/index.py:97 -msgid "Adding %s to component index" -msgstr "" - -#: pisi/index.py:112 +#: pisi/index.py:115 msgid "Adding %s to package index" msgstr "" -#: pisi/index.py:129 +#: pisi/index.py:132 msgid "Package %s: metadata corrupt, skipping..." msgstr "" -#: pisi/index.py:171 +#: pisi/index.py:184 msgid "Adding %s to source index" msgstr "" @@ -1961,233 +2010,233 @@ msgstr "URI pakietu: %s" msgid "Mirrors file %s does not exist. Could not resolve mirrors://" msgstr "" -#: pisi/operations/build.py:89 +#: pisi/operations/build.py:91 msgid "Path %s belongs in multiple packages" msgstr "Ścieżka %s należy do wielu pakietów" -#: pisi/operations/build.py:161 +#: pisi/operations/build.py:163 msgid "Source URI: %s" msgstr "URI źródła: %s" -#: pisi/operations/build.py:165 +#: pisi/operations/build.py:167 msgid "Source %s not found in any active repository." msgstr "Źródło %s nie zostało znalezione w aktywnym repozytorium" -#: pisi/operations/build.py:238 +#: pisi/operations/build.py:240 msgid "Building PiSi source package: %s" msgstr "Budowanie źródłowego pakietu PiSi: %s" -#: pisi/operations/build.py:283 +#: pisi/operations/build.py:285 msgid "IceCream detected. Make sure your daemon is up and running..." msgstr "Wykryto IceCream. Sprawdź czy twój demon jest uruchomiony..." -#: pisi/operations/build.py:288 +#: pisi/operations/build.py:290 msgid "CCache detected..." msgstr "Wykryto CCache..." -#: pisi/operations/build.py:355 +#: pisi/operations/build.py:357 msgid "PartOf tag not defined, looking for component" msgstr "Tag PartOf nie został zdefiniowany, szukam component.xml" -#: pisi/operations/build.py:365 +#: pisi/operations/build.py:367 msgid "Cannot find component.xml in upper directory" msgstr "Nie można znaleźć pliku component.xml w nadrzędnym katalogu" -#: pisi/operations/build.py:369 +#: pisi/operations/build.py:371 msgid "Source is part of %s component" msgstr "Źródło jest częścią komponentu %s" -#: pisi/operations/build.py:373 +#: pisi/operations/build.py:375 msgid "Fetching source from: %s" msgstr "Przetwarzanie źródeł z: %s" -#: pisi/operations/build.py:375 +#: pisi/operations/build.py:377 msgid "Source archive is stored: %s/%s" msgstr "Archiwum źródłowe jest zapisane: %s/%s" -#: pisi/operations/build.py:379 +#: pisi/operations/build.py:381 msgid "Unpacking archive..." msgstr "Rozpakowywanie archiwum..." -#: pisi/operations/build.py:383 +#: pisi/operations/build.py:385 msgid " unpacked (%s)" msgstr " rozpakowano (%s)" -#: pisi/operations/build.py:388 +#: pisi/operations/build.py:390 msgid "Setting up source..." msgstr "Przygotowywanie źródeł..." -#: pisi/operations/build.py:393 +#: pisi/operations/build.py:395 msgid "Building source..." msgstr "Budowanie źródeł..." -#: pisi/operations/build.py:398 +#: pisi/operations/build.py:400 msgid "Testing package..." msgstr "Testowanie pakietu..." -#: pisi/operations/build.py:402 +#: pisi/operations/build.py:404 msgid "Installing..." msgstr "Instalowanie..." -#: pisi/operations/build.py:444 +#: pisi/operations/build.py:446 msgid "Unable to read Actions Script (%s): %s" msgstr "Nie można przeczytać Actions Script (%s): %s" -#: pisi/operations/build.py:446 +#: pisi/operations/build.py:448 msgid "SyntaxError in Actions Script (%s): %s" msgstr "Błąd składni (SyntaxError) w Actions Script (%s): %s" -#: pisi/operations/build.py:463 +#: pisi/operations/build.py:465 msgid "Unable to read COMAR script (%s): %s" msgstr "Nie można przeczytać skryptu COMAR (%s): %s" -#: pisi/operations/build.py:465 +#: pisi/operations/build.py:467 msgid "SyntaxError in COMAR file (%s): %s" msgstr "Błąd składni (SyntaxError) w pliku COMAR (%s): %s" -#: pisi/operations/build.py:477 +#: pisi/operations/build.py:479 msgid "Sandbox violation: %s (%s -> %s)" msgstr "Naruszenie obszaru testowego (Sandbox violation): %s (%s -> %s)" -#: pisi/operations/build.py:495 +#: pisi/operations/build.py:497 msgid "Sandbox enabled build..." msgstr "" -#: pisi/operations/build.py:515 +#: pisi/operations/build.py:517 #, fuzzy msgid "Sandbox violation result:" msgstr "Wiele naruszeń obszaru testowego! (Sandbox violations)" -#: pisi/operations/build.py:518 +#: pisi/operations/build.py:520 msgid "Sandbox violations!" msgstr "Wiele naruszeń obszaru testowego! (Sandbox violations)" -#: pisi/operations/build.py:524 +#: pisi/operations/build.py:526 msgid "unable to call function from actions: %s" msgstr "nie można wywołać funkcji z actions: %s" -#: pisi/operations/build.py:545 +#: pisi/operations/build.py:547 msgid "" "Safety switch: following extra packages in system.devel will be installed: " msgstr "" "Przełącznik bezpieczeństwa: zostaną zainstalowane następujące dodatkowe " "pakiety z system.devel: " -#: pisi/operations/build.py:550 +#: pisi/operations/build.py:552 msgid "Safety switch: system.devel is already installed" msgstr "Przełącznik bezpieczeństwa: system.devel już zainstalowano" -#: pisi/operations/build.py:552 +#: pisi/operations/build.py:554 msgid "Safety switch: the component system.devel cannot be found" msgstr "" "Przełącznik bezpieczeństwa: komponent system.devel nie może zostać znaleziony" -#: pisi/operations/build.py:561 +#: pisi/operations/build.py:563 msgid "Unsatisfied Build Dependencies:" msgstr "Niespełnione zależoności budowy" -#: pisi/operations/build.py:565 +#: pisi/operations/build.py:567 msgid "Cannot build package due to unsatisfied build dependencies" msgstr "Nie można zbudować pakietu, z powodu niespełnionych zależności budowy" -#: pisi/operations/build.py:570 +#: pisi/operations/build.py:572 msgid "Build dependency %s cannot be satisfied" msgstr "Zależności budowy %s nie mogą zostać spełnione" -#: pisi/operations/build.py:572 +#: pisi/operations/build.py:574 msgid "Do you want to install the unsatisfied build dependencies" msgstr "Czy chcesz zainstalować nie spełnione zależności budowy" -#: pisi/operations/build.py:573 +#: pisi/operations/build.py:575 msgid "Installing build dependencies." msgstr "Instalowanie zależności budowy." -#: pisi/operations/build.py:579 +#: pisi/operations/build.py:581 msgid "Ignoring build dependencies." msgstr "Ignorowanie zależności budowy." -#: pisi/operations/build.py:589 +#: pisi/operations/build.py:591 msgid "Patch file is missing: %s\n" msgstr "Brakuje pliku poprawki: %s\n" -#: pisi/operations/build.py:602 +#: pisi/operations/build.py:604 msgid "* Applying patch: %s" msgstr "* Instaluję poprawkę: %s" -#: pisi/operations/build.py:722 +#: pisi/operations/build.py:719 msgid "/%s has suid bit set" msgstr "" -#: pisi/operations/build.py:758 +#: pisi/operations/build.py:755 msgid "(found old version %s)" msgstr "(znaleziono starszą wersję %s)" -#: pisi/operations/build.py:782 +#: pisi/operations/build.py:779 msgid "(no previous build found, setting build no to 1.)" msgstr "" "(nie znaleziono wcześniejszych wersji build, ustalam numer wesji na 1.)" -#: pisi/operations/build.py:827 +#: pisi/operations/build.py:824 msgid "(old package lacks a build no, setting build no to 1.)" msgstr "" "(w starszych paczkach brakuje numeru wersji build, ustalan numer na 1.)" -#: pisi/operations/build.py:830 +#: pisi/operations/build.py:827 msgid "There are changes, incrementing build no to %d" msgstr "Są zmiany, inkrementuje numer wersji build do %d" -#: pisi/operations/build.py:833 +#: pisi/operations/build.py:830 msgid "There is no change from previous build %d" msgstr "Brak zmian względem wcześniejszej wersji build %d" -#: pisi/operations/build.py:907 +#: pisi/operations/build.py:904 msgid "No user named '%s' found on the system" msgstr "W systemie nie znaleziono użytkownika o nazwie '%s'" -#: pisi/operations/build.py:912 +#: pisi/operations/build.py:909 msgid "No group named '%s' found on the system" msgstr "W systemie nie znaleziono grupy o nazwie '%s'" -#: pisi/operations/build.py:915 +#: pisi/operations/build.py:912 msgid "** Building package %s" msgstr "** Budowanie pakietu %s" -#: pisi/operations/build.py:917 pisi/operations/build.py:920 +#: pisi/operations/build.py:914 pisi/operations/build.py:917 msgid "Generating %s," msgstr "Generowanie %s," -#: pisi/operations/build.py:926 +#: pisi/operations/build.py:923 msgid "" "Build number is not available. For repo builds you must enable buildno in " "pisi.conf." msgstr "" -#: pisi/operations/build.py:946 +#: pisi/operations/build.py:943 msgid "Creating PiSi package %s." msgstr "" -#: pisi/operations/build.py:991 pisi/operations/delta.py:92 +#: pisi/operations/build.py:993 pisi/operations/delta.py:92 msgid "Done." msgstr "" -#: pisi/operations/build.py:997 +#: pisi/operations/build.py:999 msgid "There are abandoned files under the install dir (%s):" msgstr "" -#: pisi/operations/build.py:1001 +#: pisi/operations/build.py:1003 msgid "" "All of the files under the install dir (%s) has been collected by package(s)" msgstr "" -#: pisi/operations/build.py:1005 +#: pisi/operations/build.py:1007 msgid "Cleaning Build Directory..." msgstr "" -#: pisi/operations/build.py:1008 +#: pisi/operations/build.py:1010 msgid "Keeping Build Directory" msgstr "" -#: pisi/operations/build.py:1034 +#: pisi/operations/build.py:1039 msgid "*** %d error(s), %d warning(s)" msgstr "" @@ -2233,12 +2282,12 @@ msgid "" "installed in the respective order to satisfy dependencies:\n" msgstr "" -#: pisi/operations/emerge.py:62 pisi/operations/install.py:79 -#: pisi/operations/upgrade.py:147 +#: pisi/operations/emerge.py:62 pisi/operations/install.py:82 +#: pisi/operations/upgrade.py:144 msgid "There are extra packages due to dependencies. Do you want to continue?" msgstr "" -#: pisi/operations/emerge.py:94 +#: pisi/operations/emerge.py:96 msgid "Cannot find source package: %s" msgstr "" @@ -2260,8 +2309,8 @@ msgstr "" msgid "Remove the following conflicting packages?" msgstr "" -#: pisi/operations/helper.py:63 pisi/operations/remove.py:119 -msgid "Conflicts remain" +#: pisi/operations/helper.py:63 +msgid "Conflicting packages should be removed to continue" msgstr "" #: pisi/operations/history.py:86 pisi/operations/history.py:96 @@ -2285,12 +2334,12 @@ msgid "Following packages will be removed:\n" msgstr "" #: pisi/operations/history.py:152 pisi/operations/history.py:166 -#: pisi/operations/install.py:157 pisi/operations/remove.py:72 +#: pisi/operations/install.py:187 pisi/operations/remove.py:72 msgid "Do you want to continue?" msgstr "" -#: pisi/operations/history.py:158 pisi/operations/install.py:88 -#: pisi/operations/upgrade.py:154 +#: pisi/operations/history.py:158 pisi/operations/install.py:95 +#: pisi/operations/upgrade.py:155 msgid "Downloading %d / %d" msgstr "" @@ -2300,54 +2349,54 @@ msgid "" "Following packages could not be found in repositories and are not cached:\n" msgstr "" -#: pisi/operations/install.py:45 +#: pisi/operations/install.py:48 pisi/operations/install.py:134 msgid "" "The following package(s) are already installed and are not going to be " "installed again:\n" msgstr "" -#: pisi/operations/install.py:50 pisi/operations/install.py:170 +#: pisi/operations/install.py:53 pisi/operations/install.py:200 msgid "No packages to install." msgstr "" -#: pisi/operations/install.py:68 +#: pisi/operations/install.py:71 msgid "" "Following packages will be installed in the respective order to satisfy " "dependencies:\n" msgstr "" -#: pisi/operations/install.py:73 pisi/operations/upgrade.py:141 +#: pisi/operations/install.py:76 pisi/operations/upgrade.py:138 msgid "Total size of package(s): %.2f %s" msgstr "" -#: pisi/operations/install.py:97 pisi/operations/upgrade.py:171 +#: pisi/operations/install.py:107 pisi/operations/upgrade.py:170 msgid "Installing %d / %d" msgstr "" -#: pisi/operations/install.py:110 +#: pisi/operations/install.py:121 msgid "Mixing file names and package names not supported yet." msgstr "" -#: pisi/operations/install.py:149 +#: pisi/operations/install.py:179 #, fuzzy msgid "External dependencies not satisfied: %s" msgstr "Zależności budowy %s nie mogą zostać spełnione" -#: pisi/operations/install.py:154 +#: pisi/operations/install.py:184 msgid "" "The following packages will be installed\n" "in the respective order to satisfy extra dependencies:\n" msgstr "" -#: pisi/operations/install.py:158 +#: pisi/operations/install.py:188 msgid "External dependencies not satisfied" msgstr "" -#: pisi/operations/install.py:201 +#: pisi/operations/install.py:231 msgid "Installation order: " msgstr "" -#: pisi/operations/install.py:236 pisi/specfile.py:250 +#: pisi/operations/install.py:266 pisi/specfile.py:251 msgid "%s dependency of package %s is not satisfied" msgstr "" @@ -2355,7 +2404,7 @@ msgstr "" msgid "Safety switch: cannot remove the following packages in system.base: " msgstr "" -#: pisi/operations/remove.py:48 pisi/operations/upgrade.py:255 +#: pisi/operations/remove.py:48 pisi/operations/upgrade.py:254 msgid "Safety switch: the component system.base cannot be found" msgstr "" @@ -2381,6 +2430,10 @@ msgstr "" msgid "Package %s is not installed. Cannot remove." msgstr "" +#: pisi/operations/remove.py:119 +msgid "Conflicts remain" +msgstr "" + #: pisi/operations/remove.py:127 msgid "Obsoleted packages remaining" msgstr "" @@ -2389,47 +2442,47 @@ msgstr "" msgid "Replaced package remains" msgstr "" -#: pisi/operations/upgrade.py:45 +#: pisi/operations/upgrade.py:42 msgid "Warning: package *name* ends with '.pisi'" msgstr "" -#: pisi/operations/upgrade.py:59 +#: pisi/operations/upgrade.py:56 msgid "Package %s is not installed." msgstr "" -#: pisi/operations/upgrade.py:63 +#: pisi/operations/upgrade.py:60 msgid "Package %s is not available in repositories." msgstr "" -#: pisi/operations/upgrade.py:82 +#: pisi/operations/upgrade.py:79 msgid "Package %s is already at the latest release %s." msgstr "" -#: pisi/operations/upgrade.py:88 +#: pisi/operations/upgrade.py:85 msgid "Package %s is already at the latest build %s." msgstr "" -#: pisi/operations/upgrade.py:136 +#: pisi/operations/upgrade.py:133 msgid "The following packages will be upgraded: " msgstr "" -#: pisi/operations/upgrade.py:205 +#: pisi/operations/upgrade.py:204 msgid "Dependency %s of %s cannot be satisfied" msgstr "" -#: pisi/operations/upgrade.py:206 +#: pisi/operations/upgrade.py:205 msgid "Upgrade is not possible." msgstr "" -#: pisi/operations/upgrade.py:222 +#: pisi/operations/upgrade.py:221 msgid "Reverse dependency %s of %s cannot be satisfied" msgstr "" -#: pisi/operations/upgrade.py:243 +#: pisi/operations/upgrade.py:242 msgid "Safety switch: Following packages in system.base will be installed: " msgstr "" -#: pisi/operations/upgrade.py:249 +#: pisi/operations/upgrade.py:248 msgid "Safety switch: Following packages in system.base will be upgraded: " msgstr "" @@ -2562,44 +2615,39 @@ msgstr "" msgid "unpack: check_file_hash failed" msgstr "" -#: pisi/specfile.py:157 +#: pisi/specfile.py:158 msgid "URI: %s, type: %s, sha1sum: %s" msgstr "" -#: pisi/specfile.py:185 pisi/specfile.py:188 +#: pisi/specfile.py:186 pisi/specfile.py:189 msgid " or " msgstr "" -#: pisi/specfile.py:263 +#: pisi/specfile.py:264 msgid "Name: %s, version: %s, release: %s, build %s\n" msgstr "" -#: pisi/specfile.py:265 pisi/specfile.py:325 +#: pisi/specfile.py:266 pisi/specfile.py:327 msgid "Summary: %s\n" msgstr "" -#: pisi/specfile.py:266 pisi/specfile.py:326 +#: pisi/specfile.py:267 pisi/specfile.py:328 msgid "Description: %s\n" msgstr "" -#: pisi/specfile.py:267 pisi/specfile.py:327 +#: pisi/specfile.py:268 pisi/specfile.py:329 msgid "Component: %s\n" msgstr "" -#: pisi/specfile.py:268 +#: pisi/specfile.py:269 msgid "Provides: " msgstr "" -#: pisi/specfile.py:272 +#: pisi/specfile.py:273 msgid "Dependencies: " msgstr "" -#: pisi/specfile.py:323 -#, fuzzy -msgid "Name: %s, version: %s, release: %s\n" -msgstr "Instalowanie %s, wersja %s, wydanie %s, build %s" - -#: pisi/specfile.py:328 +#: pisi/specfile.py:330 #, fuzzy msgid "Build Dependencies: " msgstr "Niespełnione zależoności budowy" diff --git a/po/tr.po b/po/tr.po index 4db9d8ef..39dfa398 100644 --- a/po/tr.po +++ b/po/tr.po @@ -10,10 +10,10 @@ msgid "" msgstr "" "Project-Id-Version: tr\n" -"POT-Creation-Date: 2009-05-05 15:19+EEST\n" -"PO-Revision-Date: 2009-05-05 15:21+0300\n" +"POT-Creation-Date: 2009-06-23 11:06+EEST\n" +"PO-Revision-Date: 2009-06-23 11:11+0300\n" "Last-Translator: Faik Uygur \n" -"Language-Team: Türkçe \n" +"Language-Team: Türkçe \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -140,6 +140,10 @@ msgstr "" "Lütfen hata raporunuza config.log dosyasını ekleyin:\n" "%s/config.log" +#: pisi/actionsapi/kerneltools.py:125 +msgid "Can't find kernel version information file %s." +msgstr "" + #: pisi/actionsapi/libtools.py:38 msgid "Running ldconfig failed." msgstr "ldconfig çalıştırılamadı." @@ -313,223 +317,224 @@ msgstr "ActionsAPI [touch]: Erişim engellendi: %s" msgid "Command \"%s\" failed, return value was %d." msgstr "\"%s\" komutu başarısız oldu, dönüş değeri: %d ." -#: pisi/actionsapi/texlivemodules.py:53 +#: pisi/actionsapi/texlivemodules.py:54 #, fuzzy msgid "Building format files failed" msgstr "automake çalıştırılamadı." -#: pisi/actionsapi/texlivemodules.py:56 +#: pisi/actionsapi/texlivemodules.py:57 msgid "Generate config files failed" msgstr "" -#: pisi/actionsapi/texlivemodules.py:63 +#: pisi/actionsapi/texlivemodules.py:64 msgid "Creating symlinks from format to engines failed" msgstr "" # pisi/actionsapi/autotools.py:119 :127 -#: pisi/actionsapi/texlivemodules.py:67 +#: pisi/actionsapi/texlivemodules.py:68 #, fuzzy msgid "Installing texmf files failed" msgstr "Kurulum başarısızlığa uğradı." # pisi/actionsapi/autotools.py:119 :127 -#: pisi/actionsapi/texlivemodules.py:71 +#: pisi/actionsapi/texlivemodules.py:72 #, fuzzy msgid "Installing docs failed" msgstr "Kurulum başarısızlığa uğradı." -#: pisi/actionsapi/texlivemodules.py:75 +#: pisi/actionsapi/texlivemodules.py:76 #, fuzzy msgid "Installing config files failed" msgstr "ldconfig çalıştırılamadı" -#: pisi/actionsapi/texlivemodules.py:81 +#: pisi/actionsapi/texlivemodules.py:82 #, fuzzy msgid "Handle config files failed" msgstr "" "\n" "Değişen yapılandırma dosyası: %s" -#: pisi/actionsapi/texlivemodules.py:92 +#: pisi/actionsapi/texlivemodules.py:93 msgid "Symlink %s skipped (special case)" msgstr "" -#: pisi/actionsapi/texlivemodules.py:94 +#: pisi/actionsapi/texlivemodules.py:95 msgid "Symlink %s -> %s skipped (texlive-core takes care of it." msgstr "" -#: pisi/actionsapi/texlivemodules.py:97 +#: pisi/actionsapi/texlivemodules.py:98 msgid "Symlink %s -> %s skipped." msgstr "" -#: pisi/actionsapi/texlivemodules.py:99 +#: pisi/actionsapi/texlivemodules.py:100 msgid "Symlink %s skipped (file exists.)" msgstr "" -#: pisi/actionsapi/texlivemodules.py:101 +#: pisi/actionsapi/texlivemodules.py:102 msgid "Making symlink from %s to %s" msgstr "" -#: pisi/actionsapi/texlivemodules.py:153 +#: pisi/actionsapi/texlivemodules.py:154 msgid "Creating /etc/texmf/%s.d" msgstr "" -#: pisi/actionsapi/texlivemodules.py:166 +#: pisi/actionsapi/texlivemodules.py:167 #, fuzzy msgid "Building format file %s" msgstr "** Paket %s inşa ediliyor" -#: pisi/actionsapi/texlivemodules.py:181 +#: pisi/actionsapi/texlivemodules.py:182 #, fuzzy msgid "Map %s is added to %s/%s.cfg" msgstr "%s isimli depo sisteme eklendi." -#: pisi/actionsapi/texlivemodules.py:184 +#: pisi/actionsapi/texlivemodules.py:185 #, fuzzy msgid "MixedMap %s is added to %s/%s.cfg" msgstr "%s isimli depo sisteme eklendi." -#: pisi/actionsapi/texlivemodules.py:187 +#: pisi/actionsapi/texlivemodules.py:188 msgid "p +%s is added to %s/%s-config.ps" msgstr "" -#: pisi/actionsapi/texlivemodules.py:190 +#: pisi/actionsapi/texlivemodules.py:191 msgid "f %s is added to %s/%s-config" msgstr "" -#: pisi/actionsapi/texlivemodules.py:194 +#: pisi/actionsapi/texlivemodules.py:195 msgid "Language file %s already generated." msgstr "" -#: pisi/actionsapi/texlivemodules.py:196 +#: pisi/actionsapi/texlivemodules.py:197 msgid "No rule to proccess %s. Please file a bug." msgstr "" -#: pisi/actionsapi/texlivemodules.py:231 +#: pisi/actionsapi/texlivemodules.py:232 msgid "\\languages{%s}{%s}{}{%s}{%s} is added to %s/language.%s.def" msgstr "" -#: pisi/actionsapi/texlivemodules.py:234 -msgid "%s %s is added to %s/language.%s.dat" -msgstr "" +#: pisi/actionsapi/texlivemodules.py:235 +#, fuzzy +msgid "%s is added to %s/language.%s.dat" +msgstr "%s isimli depo sisteme eklendi." -#: pisi/actionsapi/texlivemodules.py:237 +#: pisi/actionsapi/texlivemodules.py:238 msgid "\\languages{%s}{%s}{}{%s}{%s} is added to %s/language.%s.def " msgstr "" -#: pisi/actionsapi/texlivemodules.py:240 +#: pisi/actionsapi/texlivemodules.py:241 msgid "%s %s is added to %s/language.%s.dat " msgstr "" -#: pisi/api.py:60 pisi/cli/command.py:167 +#: pisi/api.py:61 pisi/cli/command.py:167 msgid "You have to be root for this operation." msgstr "Bu işlem için root olmalısınız." -#: pisi/api.py:65 +#: pisi/api.py:66 msgid "Another instance of PiSi is running. Only one instance is allowed." msgstr "Sistemde çalışan bir PiSi mevcut. Aynı anda sadece tek PiSi çalışabilir." -#: pisi/api.py:466 +#: pisi/api.py:493 msgid "Taking snapshot of the system" msgstr "Sistemin görüntüsü alınıyor" -#: pisi/api.py:579 +#: pisi/api.py:614 msgid "comar package is not fully installed" msgstr "comar paketi tam olarak kurulmamış" -#: pisi/api.py:591 +#: pisi/api.py:626 msgid "File %s not found" msgstr "Dosya %s bulunamadı" -#: pisi/api.py:631 +#: pisi/api.py:666 msgid "* Building index of PiSi files under %s" msgstr "* %s altındaki PiSi dosyalarının bir indeksi yapılıyor" -#: pisi/api.py:638 +#: pisi/api.py:673 msgid "* Index file written" msgstr "* İndeks dosyası yazıldı" -#: pisi/api.py:643 +#: pisi/api.py:678 msgid "Not a valid repo name." msgstr "Geçerli bir depo ismi değil." -#: pisi/api.py:646 +#: pisi/api.py:681 msgid "Repo %s already present." msgstr "Depo %s zaten mevcut." -#: pisi/api.py:649 +#: pisi/api.py:684 msgid "Repo already present with name %s." msgstr "Depo zaten %s ismi ile mevcut." -#: pisi/api.py:654 +#: pisi/api.py:689 msgid "Repo %s added to system." msgstr "%s isimli depo sisteme eklendi." -#: pisi/api.py:662 +#: pisi/api.py:697 msgid "Repo %s removed from system." msgstr "%s isimli depo sistemden çıkarıldı." -#: pisi/api.py:664 +#: pisi/api.py:699 msgid "Repository %s does not exist. Cannot remove." msgstr "%s deposu yok. Kaldırılamıyor." -#: pisi/api.py:681 +#: pisi/api.py:716 msgid "* Updating repository: %s" msgstr "* %s deposu güncelleniyor" -#: pisi/api.py:691 +#: pisi/api.py:726 msgid "%s repository information is up-to-date." msgstr "%s depo bilgisi güncel." -#: pisi/api.py:693 +#: pisi/api.py:728 msgid "Updating database at any rate as requested" msgstr "Veritabanı istek üzerine güncelleniyor" -#: pisi/api.py:703 +#: pisi/api.py:738 msgid "* Package database updated." msgstr "* Paket veritabanı güncellendi." -#: pisi/api.py:705 +#: pisi/api.py:740 msgid "No repository named %s found." msgstr "%s adında bir depo bulunamadı." -#: pisi/api.py:716 +#: pisi/api.py:751 msgid "* Adding '%s' to db... " msgstr "* '%s' veritabanına ekleniyor... " -#: pisi/api.py:719 +#: pisi/api.py:754 msgid "OK." msgstr "Tamam." -#: pisi/atomicoperations.py:72 pisi/operations/history.py:76 +#: pisi/atomicoperations.py:73 pisi/operations/history.py:76 msgid "Package %s found in repository %s" msgstr "Paket %s, %s deposunda bulundu" -#: pisi/atomicoperations.py:103 +#: pisi/atomicoperations.py:102 msgid "Package URI: %s" msgstr "Paket adresi: %s" -#: pisi/atomicoperations.py:115 +#: pisi/atomicoperations.py:114 msgid "Download Error: Package does not match the repository package." msgstr "İndirme hatası: Paket depodaki paket ile uyuşmuyor." -#: pisi/atomicoperations.py:119 +#: pisi/atomicoperations.py:118 msgid "Package %s not found in any active repository." msgstr "%s isimli paket hiçbir etkin depoda bulunamadı." -#: pisi/atomicoperations.py:138 +#: pisi/atomicoperations.py:140 msgid "Installing %s, version %s, release %s, build %s" msgstr "%s paketi, versiyon %s, sürüm %s, inşa %s kuruluyor" -#: pisi/atomicoperations.py:182 +#: pisi/atomicoperations.py:184 msgid "%s package cannot be installed unless the dependencies are satisfied" msgstr "%s paketi bağımlılıkları sağlanmadan kurulamaz" -#: pisi/atomicoperations.py:206 +#: pisi/atomicoperations.py:208 msgid "/%s from %s package\n" msgstr "/%s %s paketinden\n" -#: pisi/atomicoperations.py:207 +#: pisi/atomicoperations.py:209 msgid "" "File conflicts:\n" "%s" @@ -537,72 +542,72 @@ msgstr "" "Dosya çakışmaları:\n" "%s" -#: pisi/atomicoperations.py:236 +#: pisi/atomicoperations.py:238 msgid "Re-install same version package?" msgstr "Aynı versiyona sahip paket yeniden yerleştirilsin mi?" -#: pisi/atomicoperations.py:237 +#: pisi/atomicoperations.py:239 msgid "Package re-install declined" msgstr "Paketin yeniden yerleştirilmesine izin verilmedi" -#: pisi/atomicoperations.py:243 +#: pisi/atomicoperations.py:245 msgid "Upgrading to new upstream version" msgstr "Yeni orijinal versiyona yükseltiliyor" -#: pisi/atomicoperations.py:246 +#: pisi/atomicoperations.py:248 msgid "Upgrading to new distribution release" msgstr "Yeni dağıtım sürümüne yükseltiliyor" -#: pisi/atomicoperations.py:250 +#: pisi/atomicoperations.py:252 msgid "Upgrading to new distribution build" msgstr "Yeni dağıtım inşasına yükseltiliyor" -#: pisi/atomicoperations.py:259 +#: pisi/atomicoperations.py:261 msgid "Downgrade to old distribution release?" msgstr "Eski dağıtım sürümüne dönülsün mü?" -#: pisi/atomicoperations.py:261 +#: pisi/atomicoperations.py:263 msgid "Downgrade to old distribution build?" msgstr "Eski dağıtım inşasına dönülsün mü?" -#: pisi/atomicoperations.py:263 +#: pisi/atomicoperations.py:265 msgid "Package downgrade declined" msgstr "Paket eskileştirilmesine izin verilmedi" # pisi/actionsapi/autotools.py:75 :85 -#: pisi/atomicoperations.py:301 +#: pisi/atomicoperations.py:303 msgid "%s configuration failed." msgstr "%s yapılandırması başarısızlığa uğradı." -#: pisi/atomicoperations.py:417 +#: pisi/atomicoperations.py:419 msgid "Storing %s, " msgstr "%s saklanıyor, " -#: pisi/atomicoperations.py:420 +#: pisi/atomicoperations.py:422 msgid "Storing %s." msgstr "%s saklanıyor." -#: pisi/atomicoperations.py:427 +#: pisi/atomicoperations.py:429 msgid "Storing %s" msgstr "%s saklanıyor" -#: pisi/atomicoperations.py:481 +#: pisi/atomicoperations.py:483 msgid "File list could not be read for package %s, continuing removal." msgstr "%s paketi için dosya listesi okunamadı, kaldırma işlemine devam ediliyor." -#: pisi/atomicoperations.py:487 +#: pisi/atomicoperations.py:489 msgid "Removing package %s" msgstr "%s paketi kaldırılıyor" -#: pisi/atomicoperations.py:490 +#: pisi/atomicoperations.py:492 msgid "Trying to remove nonexistent package " msgstr "Varolmayan paket kaldırılmaya çalışıldı " -#: pisi/atomicoperations.py:531 +#: pisi/atomicoperations.py:533 msgid "Not removing conflicted file : %s" msgstr "Çakışan dosya silinmiyor : %s" -#: pisi/atomicoperations.py:559 +#: pisi/atomicoperations.py:561 msgid "Installed file %s does not exist on system [Probably you manually deleted]" msgstr "Kurulmuş dosya %s sistemde bulunamadı [Muhtemelen el ile silindi]" @@ -644,6 +649,7 @@ msgid "Extracting the files of %s" msgstr "%s paketinin dosyaları arşivden çıkartılıyor" #: pisi/cli/addrepo.py:24 +#, fuzzy msgid "" "Add a repository\n" "\n" @@ -652,10 +658,10 @@ msgid "" ": name of repository to add\n" ": URI of index file\n" "\n" -"If no repo is given, add-repo pardus-devel repo is added by default.\n" +"If no repo is given, add-repo pardus-devel repo is added by default\n" "\n" "NB: We support only local files (e.g., /a/b/c) and http:// URIs at the " -"moment.\n" +"moment\n" msgstr "" "Bir depo ekle\n" "\n" @@ -668,7 +674,6 @@ msgstr "" "\n" "Not: Şu anda sadece yerel dosyalar ve http:// protokolü desteklenmektedir\n" - #: pisi/cli/addrepo.py:44 msgid "add-repo options" msgstr "add-repo seçenekler" @@ -685,6 +690,38 @@ msgstr "%s isimli depo için PiSi veritabanı güncellensin mi?" msgid "%s repository could not be reached. Removing %s from system." msgstr "%s deposuna erişilemedi. %s sistemden kaldırılıyor." +#: pisi/cli/blame.py:25 +msgid "" +"Info about the package owner\n" +"\n" +"Usage: blame ... \n" +"\n" +msgstr "" + +#: pisi/cli/blame.py:40 +msgid "blame options" +msgstr "sorumlu tut seçenekleri" + +#: pisi/cli/blame.py:41 +msgid "Blame for the given release" +msgstr "girilen sürümden sorumlu tut" + +#: pisi/cli/blame.py:58 pisi/specfile.py:325 +msgid "Name: %s, version: %s, release: %s\n" +msgstr "Ad: %s, versiyon: %s, sürüm: %s\n" + +#: pisi/cli/blame.py:60 +msgid "Package Maintainer: %s <%s>\n" +msgstr "Paket Sorumlusu: %s <%s>\n" + +#: pisi/cli/blame.py:61 +msgid "Release Updater: %s <%s>\n" +msgstr "Sürümü Güncelleyen: %s <%s>\n" + +#: pisi/cli/blame.py:62 +msgid "Update Date: %s\n" +msgstr "Güncelleme Tarihi: %s\n" + #: pisi/cli/build.py:24 msgid "" "Build PiSi packages\n" @@ -895,7 +932,7 @@ msgstr "Komut adı eksik" msgid "Duplicate command %s" msgstr "Aynı adlı komut: %s" -#: pisi/cli/command.py:71 pisi/cli/pisicli.py:130 +#: pisi/cli/command.py:71 pisi/cli/pisicli.py:131 msgid "Unrecognized command: %s" msgstr "Tanınmayan komut: %s" @@ -980,8 +1017,7 @@ msgstr "" "\n" "Paket arşivleri, ikili paketler ve geçici dosyalar /var\n" "dizini altında saklanmaktadır. Bu komutla bu dosyaları\n" -"temizleyebilir ve diskinizde yer açabilirsiniz.\n" - +"temizleyebilir ve diskinizde yer açabilirsiniz." #: pisi/cli/delta.py:23 msgid "" @@ -1483,7 +1519,7 @@ msgstr "" "\n" "Yapılandırılmak için bekleyen paketleri listeler.\n" -#: pisi/cli/listpending.py:43 +#: pisi/cli/listpending.py:41 msgid "There are no packages waiting to be configured" msgstr "Yapılandırılmayı bekleyen paket yok" @@ -1496,6 +1532,14 @@ msgid "" "Lists currently tracked repositories.\n" msgstr "" +#: pisi/cli/listrepo.py:40 +msgid "active" +msgstr "" + +#: pisi/cli/listrepo.py:40 +msgid "deactive" +msgstr "" + #: pisi/cli/listsources.py:24 msgid "" "List available sources\n" @@ -1526,19 +1570,19 @@ msgstr "list-upgrades seçenekleri" msgid "List upgradable packages under given component" msgstr "Bileşen altındaki güncellenebilir paketleri listele" -#: pisi/cli/listupgrades.py:68 pisi/operations/upgrade.py:113 +#: pisi/cli/listupgrades.py:68 pisi/operations/upgrade.py:110 msgid "No packages to upgrade." msgstr "Yükseltilecek paket yok." -#: pisi/cli/pisicli.py:82 +#: pisi/cli/pisicli.py:83 msgid "Options must precede non-option arguments" msgstr "Seçenekler seçenek olmayan argümanlardan önce gelmeli" -#: pisi/cli/pisicli.py:123 +#: pisi/cli/pisicli.py:124 msgid "No command given" msgstr "Komut verilmedi" -#: pisi/cli/pisicli.py:126 +#: pisi/cli/pisicli.py:127 msgid "Command line parsing error" msgstr "Komut satırı ayrıştırma hatası" @@ -1745,7 +1789,7 @@ msgstr "Depolar güncellenmeyecek" msgid "comar-api package is not fully installed" msgstr "comar-api paketi tam olarak kurulmamış" -#: pisi/comariface.py:87 +#: pisi/comariface.py:88 msgid "" "Cannot connect to COMAR: \n" " %s\n" @@ -1753,57 +1797,57 @@ msgstr "" "COMAR'A bağlanılamıyor: \n" " %s\n" -#: pisi/comariface.py:92 +#: pisi/comariface.py:93 msgid "Configuring %s package" msgstr "%s paketi yapılandırılıyor" -#: pisi/comariface.py:99 +#: pisi/comariface.py:100 msgid "COMAR package updated. From now on, using new COMAR daemon." msgstr "COMAR paketi güncellendi, artık yeni COMAR kullanılıyor." -#: pisi/comariface.py:105 +#: pisi/comariface.py:106 msgid "Registering %s comar script" msgstr "comar betiği %s kayıt ediliyor" -#: pisi/comariface.py:113 pisi/comariface.py:118 pisi/comariface.py:127 -#: pisi/comariface.py:141 pisi/comariface.py:158 pisi/comariface.py:167 -#: pisi/comariface.py:184 pisi/comariface.py:193 pisi/comariface.py:199 +#: pisi/comariface.py:114 pisi/comariface.py:119 pisi/comariface.py:128 +#: pisi/comariface.py:142 pisi/comariface.py:159 pisi/comariface.py:168 +#: pisi/comariface.py:185 pisi/comariface.py:194 pisi/comariface.py:200 msgid "Script error: %s" msgstr "Betik hatası: %s" -#: pisi/comariface.py:120 +#: pisi/comariface.py:121 msgid "Calling post install handlers" msgstr "Yerleştirme sonrası betikleri çağrılıyor" -#: pisi/comariface.py:135 +#: pisi/comariface.py:136 msgid "Running package's post install script" msgstr "Paketin yerleştirme sonrası betiği çağrılıyor" -#: pisi/comariface.py:146 +#: pisi/comariface.py:147 msgid "Running pre removal operations for %s" msgstr "%s için kaldırma öncesi işlemler çalıştırılıyor" -#: pisi/comariface.py:152 +#: pisi/comariface.py:153 msgid "Running package's pre remove script" msgstr "Paketin kaldırma öncesi betiği çağrılıyor" -#: pisi/comariface.py:160 +#: pisi/comariface.py:161 msgid "Calling pre remove handlers" msgstr "Kaldırma öncesi betikleri çağrılıyor" -#: pisi/comariface.py:172 +#: pisi/comariface.py:173 msgid "Running post removal operations for %s" msgstr "%s için kaldırma sonrası işlemler çalıştırılıyor" -#: pisi/comariface.py:178 +#: pisi/comariface.py:179 msgid "Running package's postremove script" msgstr "Paketin kaldırma sonrası betiği çağrılıyor" -#: pisi/comariface.py:186 +#: pisi/comariface.py:187 msgid "Calling post remove handlers" msgstr "Kaldırma sonrası betikleri çağrılıyor" -#: pisi/comariface.py:195 +#: pisi/comariface.py:196 msgid "Unregistering comar scripts" msgstr "comar betikleri siliniyor" @@ -1811,7 +1855,7 @@ msgstr "comar betikleri siliniyor" msgid "Destination directory %s does not exist. Creating it." msgstr "Hedef dizini %s bulunamadı. Yaratılıyor." -#: pisi/configfile.py:125 +#: pisi/configfile.py:126 msgid "No section by name '%s'" msgstr "'%s' diye bir bölüm yok." @@ -1851,6 +1895,11 @@ msgstr "Sabit %s kaldırılamaz" msgid "Component %s not found" msgstr "%s bileşeni bulunamadı" +#: pisi/db/groupdb.py:66 pisi/db/groupdb.py:75 +#, fuzzy +msgid "Group %s not found" +msgstr "%s bileşeni bulunamadı" + #: pisi/db/installdb.py:37 msgid "installed" msgstr "kurulu" @@ -1871,7 +1920,7 @@ msgstr "" msgid "Distribution: %s, Install Time: %s\n" msgstr "Dağıtım: %s, Yerleştime Zamanı: %s\n" -#: pisi/db/installdb.py:224 +#: pisi/db/installdb.py:247 msgid "Package %s is not installed" msgstr "Paket %s kurulmamış." @@ -1887,7 +1936,7 @@ msgstr "Depo elemanı %s bulunamadı" msgid "Repository %s does not exist." msgstr "%s deposu bulunmuyor." -#: pisi/db/packagedb.py:109 +#: pisi/db/packagedb.py:116 pisi/db/packagedb.py:123 msgid "Package %s not found." msgstr "Paket %s bulunamadı" @@ -2007,19 +2056,15 @@ msgstr "%s %s yeniden kuruldu." msgid "%s is downgraded from %s to %s." msgstr "%s %s sürümünden %s sürümüne indirildi." -#: pisi/index.py:97 -msgid "Adding %s to component index" -msgstr "%s bileşen indeksine ekleniyor" - -#: pisi/index.py:112 +#: pisi/index.py:115 msgid "Adding %s to package index" msgstr "%s paket indeksine ekleniyor" -#: pisi/index.py:129 +#: pisi/index.py:132 msgid "Package %s: metadata corrupt, skipping..." msgstr "Paket %s: metadata bozuk, atlanıyor..." -#: pisi/index.py:171 +#: pisi/index.py:184 msgid "Adding %s to source index" msgstr "%s kaynak indeksine ekleniyor" @@ -2039,198 +2084,198 @@ msgstr ", Paket Boyutu: %s" msgid "Mirrors file %s does not exist. Could not resolve mirrors://" msgstr "Yansı dosyası %s bulunamadı. mirrors:// çözümlenemedi." -#: pisi/operations/build.py:89 +#: pisi/operations/build.py:91 msgid "Path %s belongs in multiple packages" msgstr "%s yolu birden çok pakete ait" -#: pisi/operations/build.py:161 +#: pisi/operations/build.py:163 msgid "Source URI: %s" msgstr "Kaynak adresi: %s" -#: pisi/operations/build.py:165 +#: pisi/operations/build.py:167 msgid "Source %s not found in any active repository." msgstr "%s isimli kaynak paket hiçbir etkin depoda bulunamadı." -#: pisi/operations/build.py:238 +#: pisi/operations/build.py:240 msgid "Building PiSi source package: %s" msgstr "PiSi kaynak paketi %s inşa ediliyor" -#: pisi/operations/build.py:283 +#: pisi/operations/build.py:285 msgid "IceCream detected. Make sure your daemon is up and running..." msgstr "IceCream bulundu. Lütfen artalan sürecinizin çalıştığından emin olunuz." -#: pisi/operations/build.py:288 +#: pisi/operations/build.py:290 msgid "CCache detected..." msgstr "Derleme zamanını kısaltan ccache bulundu..." -#: pisi/operations/build.py:355 +#: pisi/operations/build.py:357 msgid "PartOf tag not defined, looking for component" msgstr "PartOf imi tanımlanmamış, bileşen araştırılıyor" -#: pisi/operations/build.py:365 +#: pisi/operations/build.py:367 msgid "Cannot find component.xml in upper directory" msgstr "component.xml üst dizinde bulunamıyor" -#: pisi/operations/build.py:369 +#: pisi/operations/build.py:371 msgid "Source is part of %s component" msgstr "Kaynak %s bileşeninin parçası" -#: pisi/operations/build.py:373 +#: pisi/operations/build.py:375 msgid "Fetching source from: %s" msgstr "Kaynak %s adresinden indiriliyor" -#: pisi/operations/build.py:375 +#: pisi/operations/build.py:377 msgid "Source archive is stored: %s/%s" msgstr "Kaynak arşivi saklandı: %s/%s" -#: pisi/operations/build.py:379 +#: pisi/operations/build.py:381 msgid "Unpacking archive..." msgstr "Arşiv açılıyor..." -#: pisi/operations/build.py:383 +#: pisi/operations/build.py:385 msgid " unpacked (%s)" msgstr " açıldı (%s)" -#: pisi/operations/build.py:388 +#: pisi/operations/build.py:390 msgid "Setting up source..." msgstr "Kaynak yapılandırılıyor..." -#: pisi/operations/build.py:393 +#: pisi/operations/build.py:395 msgid "Building source..." msgstr "Kaynak inşa ediliyor..." -#: pisi/operations/build.py:398 +#: pisi/operations/build.py:400 msgid "Testing package..." msgstr "Paket test ediliyor..." -#: pisi/operations/build.py:402 +#: pisi/operations/build.py:404 msgid "Installing..." msgstr "Kuruluyor..." -#: pisi/operations/build.py:444 +#: pisi/operations/build.py:446 msgid "Unable to read Actions Script (%s): %s" msgstr "Actions betiği okunamıyor (%s): %s" -#: pisi/operations/build.py:446 +#: pisi/operations/build.py:448 msgid "SyntaxError in Actions Script (%s): %s" msgstr "Actions betiğinde sözdizimi hatası (%s): %s" -#: pisi/operations/build.py:463 +#: pisi/operations/build.py:465 msgid "Unable to read COMAR script (%s): %s" msgstr "Actions betiği okunamıyor (%s): %s" -#: pisi/operations/build.py:465 +#: pisi/operations/build.py:467 msgid "SyntaxError in COMAR file (%s): %s" msgstr "Actions betiğinde sözdizimi hatası (%s): %s" -#: pisi/operations/build.py:477 +#: pisi/operations/build.py:479 msgid "Sandbox violation: %s (%s -> %s)" msgstr "Sandbox ihlali: %s (%s -> %s)" -#: pisi/operations/build.py:495 +#: pisi/operations/build.py:497 msgid "Sandbox enabled build..." msgstr "Sandbox açık inşa..." -#: pisi/operations/build.py:515 +#: pisi/operations/build.py:517 msgid "Sandbox violation result:" msgstr "Sandbox ihlal sonucu:" -#: pisi/operations/build.py:518 +#: pisi/operations/build.py:520 msgid "Sandbox violations!" msgstr "Sandbox ihlali!" -#: pisi/operations/build.py:524 +#: pisi/operations/build.py:526 msgid "unable to call function from actions: %s" msgstr "fonksiyon eylemlerden çağırılamıyor: %s" -#: pisi/operations/build.py:545 +#: pisi/operations/build.py:547 msgid "Safety switch: following extra packages in system.devel will be installed: " msgstr "" "Emniyet mandalı: taban geliştirme bileşeni system.devel içindeki bu paketler " "ek olarak kurulacak: " -#: pisi/operations/build.py:550 +#: pisi/operations/build.py:552 msgid "Safety switch: system.devel is already installed" msgstr "Emniyet mandalı: taban geliştirme bileşeni system.devel zaten kurulu" -#: pisi/operations/build.py:552 +#: pisi/operations/build.py:554 msgid "Safety switch: the component system.devel cannot be found" msgstr "Emniyet mandalı: taban geliştirme bileşeni system.devel bulunamadı" -#: pisi/operations/build.py:561 +#: pisi/operations/build.py:563 msgid "Unsatisfied Build Dependencies:" msgstr "Sağlanmamış İnşa Bağımlılıkları:" -#: pisi/operations/build.py:565 +#: pisi/operations/build.py:567 msgid "Cannot build package due to unsatisfied build dependencies" msgstr "Sağlanmamış inşa bağımlılıkları yüzünden paket inşa edilemiyor" -#: pisi/operations/build.py:570 +#: pisi/operations/build.py:572 msgid "Build dependency %s cannot be satisfied" msgstr "İnşa bağımlılığı %s sağlanamadı" -#: pisi/operations/build.py:572 +#: pisi/operations/build.py:574 msgid "Do you want to install the unsatisfied build dependencies" msgstr "Sağlanmamış inşa bağımlılıklarını kurmak istiyor musunuz?" -#: pisi/operations/build.py:573 +#: pisi/operations/build.py:575 msgid "Installing build dependencies." msgstr "İnşa bağımlılıkları kuruluyor." -#: pisi/operations/build.py:579 +#: pisi/operations/build.py:581 msgid "Ignoring build dependencies." msgstr "İnşa bağımlılıkları yoksayılıyor." -#: pisi/operations/build.py:589 +#: pisi/operations/build.py:591 msgid "Patch file is missing: %s\n" msgstr "Yama dosyası eksik: %s\n" -#: pisi/operations/build.py:602 +#: pisi/operations/build.py:604 msgid "* Applying patch: %s" msgstr "* Yama uygulanıyor: %s" -#: pisi/operations/build.py:722 +#: pisi/operations/build.py:719 msgid "/%s has suid bit set" msgstr "/%s dosyasının suid bit'i etkin" -#: pisi/operations/build.py:758 +#: pisi/operations/build.py:755 msgid "(found old version %s)" msgstr "(%s numaralı eski versiyon bulundu)" -#: pisi/operations/build.py:782 +#: pisi/operations/build.py:779 msgid "(no previous build found, setting build no to 1.)" msgstr "(eski bir inşa bulunamadı, inşa numarası 1 yapılıyor)" -#: pisi/operations/build.py:827 +#: pisi/operations/build.py:824 msgid "(old package lacks a build no, setting build no to 1.)" msgstr "(önceki inşa numaraya sahip değil, inşa numarası 1 yapılıyor)" -#: pisi/operations/build.py:830 +#: pisi/operations/build.py:827 msgid "There are changes, incrementing build no to %d" msgstr "Değişiklikler var, inşa numarası bir arttırılarak %d yapıldı." -#: pisi/operations/build.py:833 +#: pisi/operations/build.py:830 msgid "There is no change from previous build %d" msgstr "Bir önceki %d numaralı inşadan beri bir değişiklik yok." -#: pisi/operations/build.py:907 +#: pisi/operations/build.py:904 msgid "No user named '%s' found on the system" msgstr "Sistemde '%s' isminde bir kullanıcı bulunamadı" -#: pisi/operations/build.py:912 +#: pisi/operations/build.py:909 msgid "No group named '%s' found on the system" msgstr "Sistemde '%s' isminde bir grup bulunamadı" -#: pisi/operations/build.py:915 +#: pisi/operations/build.py:912 msgid "** Building package %s" msgstr "** Paket %s inşa ediliyor" # pisi/build.py:503 :506 -#: pisi/operations/build.py:917 pisi/operations/build.py:920 +#: pisi/operations/build.py:914 pisi/operations/build.py:917 msgid "Generating %s," msgstr "%s yaratılıyor," -#: pisi/operations/build.py:926 +#: pisi/operations/build.py:923 msgid "" "Build number is not available. For repo builds you must enable buildno in " "pisi.conf." @@ -2238,33 +2283,33 @@ msgstr "" "İnşa (build) sayısı koyulmayacak. Depo inşaları için buildno seçeneğini pisi." "conf dosyasında etkinleştirmelisiniz." -#: pisi/operations/build.py:946 +#: pisi/operations/build.py:943 msgid "Creating PiSi package %s." msgstr "%s adlı PiSi paketi yaratılıyor." -#: pisi/operations/build.py:991 pisi/operations/delta.py:92 +#: pisi/operations/build.py:993 pisi/operations/delta.py:92 msgid "Done." msgstr "Bitti." -#: pisi/operations/build.py:997 +#: pisi/operations/build.py:999 msgid "There are abandoned files under the install dir (%s):" msgstr "Kurulum dizini (%s) altında terkedilmiş dosyalar var:" -#: pisi/operations/build.py:1001 +#: pisi/operations/build.py:1003 msgid "All of the files under the install dir (%s) has been collected by package(s)" msgstr "" "Kurulum dizini (%s) altındaki bütün dosyalar paket(ler) tarafından " "toplanmıştır" -#: pisi/operations/build.py:1005 +#: pisi/operations/build.py:1007 msgid "Cleaning Build Directory..." msgstr "İnşa dizini temizleniyor..." -#: pisi/operations/build.py:1008 +#: pisi/operations/build.py:1010 msgid "Keeping Build Directory" msgstr "İnşa dizini bırakılıyor" -#: pisi/operations/build.py:1034 +#: pisi/operations/build.py:1039 msgid "*** %d error(s), %d warning(s)" msgstr "*** %d hata, %d uyarı" @@ -2314,12 +2359,12 @@ msgstr "" "Bağımlılıkları sağlamak için aşağıdaki paketler verilen sırada derlenip, " "kurulacak:\n" -#: pisi/operations/emerge.py:62 pisi/operations/install.py:79 -#: pisi/operations/upgrade.py:147 +#: pisi/operations/emerge.py:62 pisi/operations/install.py:82 +#: pisi/operations/upgrade.py:144 msgid "There are extra packages due to dependencies. Do you want to continue?" msgstr "Bağımlılıklar yüzünden ek paketler var. Devam etmek istiyor musunuz?" -#: pisi/operations/emerge.py:94 +#: pisi/operations/emerge.py:96 msgid "Cannot find source package: %s" msgstr "Kaynak paket bulunamadı: %s" @@ -2343,9 +2388,10 @@ msgstr "" msgid "Remove the following conflicting packages?" msgstr "Çakışan paketler kaldırılsın mı?" -#: pisi/operations/helper.py:63 pisi/operations/remove.py:119 -msgid "Conflicts remain" -msgstr "Çakışmalar var" +#: pisi/operations/helper.py:63 +#, fuzzy +msgid "Conflicting packages should be removed to continue" +msgstr "Bu paketler kaldırılacak:\n" #: pisi/operations/history.py:86 pisi/operations/history.py:96 msgid "%s could not be found" @@ -2364,12 +2410,12 @@ msgid "Following packages will be removed:\n" msgstr "Bu paketler kaldırılacak:\n" #: pisi/operations/history.py:152 pisi/operations/history.py:166 -#: pisi/operations/install.py:157 pisi/operations/remove.py:72 +#: pisi/operations/install.py:187 pisi/operations/remove.py:72 msgid "Do you want to continue?" msgstr "Devam etmek istiyor musunuz?" -#: pisi/operations/history.py:158 pisi/operations/install.py:88 -#: pisi/operations/upgrade.py:154 +#: pisi/operations/history.py:158 pisi/operations/install.py:95 +#: pisi/operations/upgrade.py:155 msgid "Downloading %d / %d" msgstr "İndiriliyor %d / %d" @@ -2381,62 +2427,64 @@ msgstr "" "\n" "Bu paketler depolarda ve önbellekte bulunamadı:\n" -#: pisi/operations/install.py:45 +#: pisi/operations/install.py:48 pisi/operations/install.py:134 msgid "" "The following package(s) are already installed and are not going to be " "installed again:\n" msgstr "Aşağıdaki paket(ler) zaten sistemde kurulu ve yeniden kurulmayacak(lar):\n" # pisi/api.py:168 :215 -#: pisi/operations/install.py:50 pisi/operations/install.py:170 +#: pisi/operations/install.py:53 pisi/operations/install.py:200 msgid "No packages to install." msgstr "Kurulacak paket yok." -#: pisi/operations/install.py:68 +#: pisi/operations/install.py:71 msgid "" "Following packages will be installed in the respective order to satisfy " "dependencies:\n" msgstr "Bağımlılıkları sağlamak için bu paketler verilen sırada kurulacaktır:\n" -#: pisi/operations/install.py:73 pisi/operations/upgrade.py:141 +#: pisi/operations/install.py:76 pisi/operations/upgrade.py:138 msgid "Total size of package(s): %.2f %s" msgstr "Paket(ler)in toplam boyu: %.2f %s" -#: pisi/operations/install.py:97 pisi/operations/upgrade.py:171 +#: pisi/operations/install.py:107 pisi/operations/upgrade.py:170 msgid "Installing %d / %d" msgstr "Kuruluyor %d / %d" -#: pisi/operations/install.py:110 +#: pisi/operations/install.py:121 msgid "Mixing file names and package names not supported yet." msgstr "Dosya ve paket adlarını karıştırmak henüz desteklenmiyor." -#: pisi/operations/install.py:149 +#: pisi/operations/install.py:179 msgid "External dependencies not satisfied: %s" msgstr "Dış bağımlılıklar sağlanamadı: %s" -#: pisi/operations/install.py:154 +#: pisi/operations/install.py:184 msgid "" "The following packages will be installed\n" "in the respective order to satisfy extra dependencies:\n" msgstr "Ek bağımlılıkları sağlamak için bu paketler verilen sırada kurulacaktır:\n" -#: pisi/operations/install.py:158 +#: pisi/operations/install.py:188 msgid "External dependencies not satisfied" msgstr "Dış bağımlılıklar sağlanamadı" -#: pisi/operations/install.py:201 +#: pisi/operations/install.py:231 msgid "Installation order: " msgstr "Kurulum sırası: " -#: pisi/operations/install.py:236 pisi/specfile.py:250 +#: pisi/operations/install.py:266 pisi/specfile.py:251 msgid "%s dependency of package %s is not satisfied" msgstr "%s bağımlılığı %s paketi için sağlanamadı" #: pisi/operations/remove.py:44 msgid "Safety switch: cannot remove the following packages in system.base: " -msgstr "Emniyet mandalı: taban sistem system.base bileşenine ait bu paketler kaldırılamıyor: " +msgstr "" +"Emniyet mandalı: taban sistem system.base bileşenine ait bu paketler " +"kaldırılamıyor: " -#: pisi/operations/remove.py:48 pisi/operations/upgrade.py:255 +#: pisi/operations/remove.py:48 pisi/operations/upgrade.py:254 msgid "Safety switch: the component system.base cannot be found" msgstr "Emniyet mandalı: taban sistem bileşeni system.base bulunamadı" @@ -2462,6 +2510,10 @@ msgstr "Paket kaldırmaya izin verilmedi." msgid "Package %s is not installed. Cannot remove." msgstr "Paket %s kurulu değil. Kaldırılamıyor." +#: pisi/operations/remove.py:119 +msgid "Conflicts remain" +msgstr "Çakışmalar var" + #: pisi/operations/remove.py:127 msgid "Obsoleted packages remaining" msgstr "Eskimiş paketler duruyor" @@ -2470,49 +2522,53 @@ msgstr "Eskimiş paketler duruyor" msgid "Replaced package remains" msgstr "Yerine yenisi yerleştirilen paketler duruyor" -#: pisi/operations/upgrade.py:45 +#: pisi/operations/upgrade.py:42 msgid "Warning: package *name* ends with '.pisi'" msgstr "Uyarı: paket *adı* '.pisi' ile bitiyor." -#: pisi/operations/upgrade.py:59 +#: pisi/operations/upgrade.py:56 msgid "Package %s is not installed." msgstr "Paket %s kurulmamış." -#: pisi/operations/upgrade.py:63 +#: pisi/operations/upgrade.py:60 msgid "Package %s is not available in repositories." msgstr "Paket %s depolarda mevcut değil." -#: pisi/operations/upgrade.py:82 +#: pisi/operations/upgrade.py:79 msgid "Package %s is already at the latest release %s." msgstr "Paket %s zaten en son sürüm %s'de" -#: pisi/operations/upgrade.py:88 +#: pisi/operations/upgrade.py:85 msgid "Package %s is already at the latest build %s." msgstr "Paket %s zaten en son inşa %s'de." -#: pisi/operations/upgrade.py:136 +#: pisi/operations/upgrade.py:133 msgid "The following packages will be upgraded: " msgstr "Bu paketler yükseltilecektir: " -#: pisi/operations/upgrade.py:205 +#: pisi/operations/upgrade.py:204 msgid "Dependency %s of %s cannot be satisfied" msgstr "%s bağımlılığı, %s paketi için sağlanamadı" -#: pisi/operations/upgrade.py:206 +#: pisi/operations/upgrade.py:205 msgid "Upgrade is not possible." msgstr "Yükseltme mümkün değil." -#: pisi/operations/upgrade.py:222 +#: pisi/operations/upgrade.py:221 msgid "Reverse dependency %s of %s cannot be satisfied" msgstr "Ters bağımlılık %s, %s paketi için sağlanamadı" -#: pisi/operations/upgrade.py:243 +#: pisi/operations/upgrade.py:242 msgid "Safety switch: Following packages in system.base will be installed: " -msgstr "Emniyet mandalı: taban sistem system.base bileşenine ait şu paketler kurulacak:" +msgstr "" +"Emniyet mandalı: taban sistem system.base bileşenine ait şu paketler " +"kurulacak:" -#: pisi/operations/upgrade.py:249 +#: pisi/operations/upgrade.py:248 msgid "Safety switch: Following packages in system.base will be upgraded: " -msgstr "Emniyet mandalı: taban sistem system.base bileşenine ait şu paketler yükseltilecek:" +msgstr "" +"Emniyet mandalı: taban sistem system.base bileşenine ait şu paketler " +"yükseltilecek:" #: pisi/package.py:56 msgid "" @@ -2653,43 +2709,39 @@ msgstr "Kaynak, %s yansılarından indirilemedi." msgid "unpack: check_file_hash failed" msgstr "unpack: kaynak arşivin bütünlüğünde sorun var" -#: pisi/specfile.py:157 +#: pisi/specfile.py:158 msgid "URI: %s, type: %s, sha1sum: %s" msgstr "URI: %s, tip: %s, sha1sum: %s" -#: pisi/specfile.py:185 pisi/specfile.py:188 +#: pisi/specfile.py:186 pisi/specfile.py:189 msgid " or " msgstr " veya " -#: pisi/specfile.py:263 +#: pisi/specfile.py:264 msgid "Name: %s, version: %s, release: %s, build %s\n" msgstr "Ad: %s, versiyon %s, sürüm %s, inşa %s\n" -#: pisi/specfile.py:265 pisi/specfile.py:325 +#: pisi/specfile.py:266 pisi/specfile.py:327 msgid "Summary: %s\n" msgstr "Özet: %s\n" -#: pisi/specfile.py:266 pisi/specfile.py:326 +#: pisi/specfile.py:267 pisi/specfile.py:328 msgid "Description: %s\n" msgstr "Açıklama: %s\n" -#: pisi/specfile.py:267 pisi/specfile.py:327 +#: pisi/specfile.py:268 pisi/specfile.py:329 msgid "Component: %s\n" msgstr "Bileşen: %s\n" -#: pisi/specfile.py:268 +#: pisi/specfile.py:269 msgid "Provides: " msgstr "Sağladıkları: " -#: pisi/specfile.py:272 +#: pisi/specfile.py:273 msgid "Dependencies: " msgstr "Bağımlılıklar: " -#: pisi/specfile.py:323 -msgid "Name: %s, version: %s, release: %s\n" -msgstr "Ad: %s, versiyon: %s, sürüm: %s\n" - -#: pisi/specfile.py:328 +#: pisi/specfile.py:330 msgid "Build Dependencies: " msgstr "İnşa Bağımlılıkları: " @@ -2763,7 +2815,9 @@ msgstr "" #: scripts/repostats.py:371 msgid "Developer '%s <%s>' has another mail address '%s' in source package '%s'" -msgstr "'%s <%s>' geliştiricisinin farklı bir e-posta adresi (%s) kaynak paket '%s' içerisinde bulundu" +msgstr "" +"'%s <%s>' geliştiricisinin farklı bir e-posta adresi (%s) kaynak paket '%s' " +"içerisinde bulundu" #: scripts/repostats.py:467 msgid ""