diff --git a/ChangeLog b/ChangeLog index 3174c38c7b45d9e4e475224c45db4649af156dc8..4db32cc615286965d2ce0c1dabb16fd766540fc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * util.py parçalandı: -> ileride kod birikmesi olmasın diye (cross compiling özelliği ekleyince) util.py dosyası parçalandı. + -> util parçalanması sonrası değişimler yapıldı. * One test passed: -> fetcher testindeki errora sebeb olan yer bulundu fetcher fixe edildi. * Komutlara küçük dokunuşlar: diff --git a/TODO b/TODO new file mode 100644 index 0000000000000000000000000000000000000000..04ba947f9cd6587e07e1d879ccd4d5fbd4934120 --- /dev/null +++ b/TODO @@ -0,0 +1,3 @@ +* Lookup cleanCache function. Understand "How it works and How we can use it in inary" +* When scom errored inary should be add package to pending orders. +* Looking up messages and translations diff --git a/inary-cli b/inary-cli index ccb78d3fb7a91ac5a295438fdc659cc12d5ebad7..08b8acddc2fa9dcb26d96c02976a201465828430 100755 --- a/inary-cli +++ b/inary-cli @@ -36,9 +36,9 @@ try: import ciksemel except: #FIXME: Gorunusu guzel olsa bile kodda anlamsizlik yaratiyor - warn = inary.util.colorize(_("WARNING\n"),"blinkingred")+ \ + warn = inary.util.colorize(_("WARNING:\n"),"blinkingred")+ \ inary.util.colorize(_("\tCiksemel XML Parser not found!!!\n" - "\tMinidom slower than ciksemel but\n" + "\tMinidom slower but\n" "\tFalling back with minidom!!! :(\n\n"), 'faintwhite') sys.stdout.write(warn) diff --git a/inary/atomicoperations.py b/inary/atomicoperations.py index ecb35cf1b5e38e8cc2e3d45cb6499f4e9aebcfdf..c27e082841484e4cae73c07fcf5c759b3409e643 100644 --- a/inary/atomicoperations.py +++ b/inary/atomicoperations.py @@ -734,7 +734,7 @@ def locked(func): try: inary.db.invalidate_caches() - ctx.ui.info(_('Invalidate database caches...'), verbose= True) + ctx.ui.info(_('Invalidating database caches...'), verbose= True) ret = func(*__args,**__kw) ctx.ui.info(_('Updating database caches...'), verbose= True) inary.db.update_caches() diff --git a/inary/cli/__init__.py b/inary/cli/__init__.py index edcc0cd27e69cdbc9a0bca7cbcf33e745b526bee..e3c200ed95cbcfea9d7d18e8f3c4ed93c11a9058 100644 --- a/inary/cli/__init__.py +++ b/inary/cli/__init__.py @@ -107,7 +107,7 @@ class CLI(inary.ui.UI): # let's cheat from KDE :) msg = inary.util.colorize(msg, color) if verbose: - msg = inary.util.colorize(_('Verbose: '), 'white') + msg + msg = inary.util.colorize(_('Verboses: '), 'white') + msg if not noln: msg = '%s\n'%(msg) diff --git a/po/de.po b/po/de.po index cff8d477b97f072896d035ad4e1ac7f54e265d2b..339bd9440543b43f0ad94065e680e2ddd611b432 100644 --- a/po/de.po +++ b/po/de.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: de\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-04-14 14:36+0300\n" +"POT-Creation-Date: 2018-05-10 23:07+0300\n" "PO-Revision-Date: 2010-05-20 19:49-0400\n" "Last-Translator: \n" "Language-Team: German \n" @@ -95,32 +95,33 @@ msgstr "Option %s benötigt keinen Parameter" msgid "Options" msgstr "Optionen" -#: inary-cli:32 -msgid "WARNING\n" +#: inary-cli:39 +msgid "WARNING:\n" msgstr "" -#: inary-cli:33 +#: inary-cli:40 msgid "" "\tCiksemel XML Parser not found!!!\n" +"\tMinidom slower but\n" "\tFalling back with minidom!!! :(\n" "\n" msgstr "" -#: inary-cli:52 +#: inary-cli:60 #, fuzzy msgid "" "\n" "Program terminated." msgstr "Programm beendet." -#: inary-cli:54 +#: inary-cli:62 #, fuzzy msgid "" "\n" "Keyboard Interrupt: Exiting..." msgstr "Tastatur-Interrupt: Wird beendet..." -#: inary-cli:58 +#: inary-cli:66 #, fuzzy msgid "" "\n" @@ -130,14 +131,14 @@ msgstr "" "Unbehandelte interne Ausnahme.\n" "Bitte erstellen Sie einen Fehler-Bericht auf ." -#: inary-cli:67 +#: inary-cli:75 #, fuzzy msgid "" "\n" "System error. Program terminated." msgstr "Systemfehler. Programmausführung abgebrochen." -#: inary-cli:76 +#: inary-cli:84 msgid "Please use 'inary help' for general help." msgstr "Bitte geben Sie 'inary help' für die Allgemeine-Hilfe ein" @@ -146,7 +147,7 @@ msgstr "Bitte geben Sie 'inary help' für die Allgemeine-Hilfe ein" # IMHO gibt es einige wenige englische Begriffe, die man schlecht übersetzen # kann und eigentlich auch so verständlich sein sollten. Traceback ist so # speziell, dass man es ruhig so stehen lassen kann -#: inary-cli:79 +#: inary-cli:87 msgid "" "\n" "Traceback:" @@ -159,7 +160,7 @@ msgstr "" # IMHO gibt es einige wenige englische Begriffe, die man schlecht übersetzen # kann und eigentlich auch so verständlich sein sollten. Traceback ist so # speziell, dass man es ruhig so stehen lassen kann -#: inary-cli:82 +#: inary-cli:90 msgid "Use --debug to see a traceback." msgstr "Verwenden Sie --debug, um einen traceback zu sehen." @@ -168,7 +169,7 @@ msgstr "Verwenden Sie --debug, um einen traceback zu sehen." msgid "Inary package" msgstr "Installiertes Paket:" -#: inary/actionsapi/autotools.py:40 inary/actionsapi/cmaketools.py:36 +#: inary/actionsapi/autotools.py:42 inary/actionsapi/cmaketools.py:38 #, fuzzy msgid "" "Please attach the config.log to your bug report:\n" @@ -177,177 +178,177 @@ msgstr "" "Bitte hängen Sie die config.log Datei in Ihren Fehler-Bericht an:\n" "{}/config.log" -#: inary/actionsapi/autotools.py:83 inary/actionsapi/autotools.py:93 -#: inary/actionsapi/cmaketools.py:66 inary/actionsapi/kde.py:65 -#: inary/actionsapi/perlmodules.py:55 inary/actionsapi/perlmodules.py:58 +#: inary/actionsapi/autotools.py:85 inary/actionsapi/autotools.py:95 +#: inary/actionsapi/cmaketools.py:68 inary/actionsapi/kde.py:67 +#: inary/actionsapi/perlmodules.py:57 inary/actionsapi/perlmodules.py:60 msgid "Configure failed." msgstr "Configure fehlgeschlagen." -#: inary/actionsapi/autotools.py:85 inary/actionsapi/autotools.py:95 -#: inary/actionsapi/kde.py:67 +#: inary/actionsapi/autotools.py:87 inary/actionsapi/autotools.py:97 +#: inary/actionsapi/kde.py:69 msgid "No configure script found." msgstr "Kein configure-Skript gefunden." -#: inary/actionsapi/autotools.py:103 inary/actionsapi/cmaketools.py:78 -#: inary/actionsapi/kde.py:72 inary/actionsapi/perlmodules.py:64 -#: inary/actionsapi/perlmodules.py:73 inary/actionsapi/pythonmodules.py:62 -#: inary/actionsapi/scons.py:39 +#: inary/actionsapi/autotools.py:105 inary/actionsapi/cmaketools.py:80 +#: inary/actionsapi/kde.py:74 inary/actionsapi/perlmodules.py:66 +#: inary/actionsapi/perlmodules.py:75 inary/actionsapi/pythonmodules.py:64 +#: inary/actionsapi/scons.py:41 msgid "Make failed." msgstr "Make fehlgeschlagen." -#: inary/actionsapi/autotools.py:137 inary/actionsapi/autotools.py:148 -#: inary/actionsapi/cmaketools.py:96 inary/actionsapi/cmaketools.py:104 -#: inary/actionsapi/kde.py:79 inary/actionsapi/pythonmodules.py:67 -#: inary/actionsapi/rubymodules.py:92 inary/actionsapi/rubymodules.py:99 -#: inary/actionsapi/scons.py:43 +#: inary/actionsapi/autotools.py:139 inary/actionsapi/autotools.py:150 +#: inary/actionsapi/cmaketools.py:98 inary/actionsapi/cmaketools.py:106 +#: inary/actionsapi/kde.py:81 inary/actionsapi/pythonmodules.py:69 +#: inary/actionsapi/rubymodules.py:94 inary/actionsapi/rubymodules.py:101 +#: inary/actionsapi/scons.py:45 msgid "Install failed." msgstr "Installation fehlgeschlagen." -#: inary/actionsapi/autotools.py:159 +#: inary/actionsapi/autotools.py:161 msgid "Running aclocal failed." msgstr "Ausführen von aclocal fehlgeschlagen." -#: inary/actionsapi/autotools.py:164 +#: inary/actionsapi/autotools.py:166 msgid "Running autoconf failed." msgstr "Ausführen von autoconf fehlgeschlagen." -#: inary/actionsapi/autotools.py:169 +#: inary/actionsapi/autotools.py:171 msgid "Running autoreconf failed." msgstr "Ausführen von autoreconf fehlgeschlagen." -#: inary/actionsapi/autotools.py:174 +#: inary/actionsapi/autotools.py:176 msgid "Running automake failed." msgstr "Ausführen von automake fehlgeschlagen." -#: inary/actionsapi/autotools.py:179 +#: inary/actionsapi/autotools.py:181 msgid "Running autoheader failed." msgstr "Ausführen von autoheader fehlgeschlagen." -#: inary/actionsapi/cmaketools.py:68 +#: inary/actionsapi/cmaketools.py:70 msgid "No configure script found for cmake." msgstr "Kein configure Skript für cmake gefunden." -#: inary/actionsapi/cmaketools.py:108 inary/actionsapi/kde.py:81 +#: inary/actionsapi/cmaketools.py:110 inary/actionsapi/kde.py:83 msgid "No Makefile found." msgstr "Keine Make-Datei gefunden." -#: inary/actionsapi/get.py:181 +#: inary/actionsapi/get.py:183 #, fuzzy msgid "Util {} cannot be found" msgstr "Dienstprogramm {} konnte nicht gefunden werden" # zweifel, plain - klar ? vollständig ? einfach ? -#: inary/actionsapi/get.py:183 +#: inary/actionsapi/get.py:185 #, fuzzy, python-brace-format msgid "Warning: {0} does not exist, using plain name {1}" msgstr "Achtung:{0} existiert nicht, verwende einfachen Namen {1}" -#: inary/actionsapi/inarytools.py:56 inary/actionsapi/inarytools.py:74 -#: inary/actionsapi/inarytools.py:91 +#: inary/actionsapi/inarytools.py:58 inary/actionsapi/inarytools.py:76 +#: inary/actionsapi/inarytools.py:93 msgid "Insufficient arguments." msgstr "Unzureichende Argumente." -#: inary/actionsapi/inarytools.py:64 +#: inary/actionsapi/inarytools.py:66 #, fuzzy msgid "No executable file matched pattern \"{}\"." msgstr "Keine ausführbare Datei gleicht dem Muster \"{}\"." -#: inary/actionsapi/inarytools.py:82 inary/actionsapi/inarytools.py:314 +#: inary/actionsapi/inarytools.py:84 inary/actionsapi/inarytools.py:316 #, fuzzy msgid "No file matched pattern \"{}\"." msgstr "Keine Datei gleicht dem Muster \"{}\"." -#: inary/actionsapi/inarytools.py:137 inary/actionsapi/inarytools.py:177 +#: inary/actionsapi/inarytools.py:139 inary/actionsapi/inarytools.py:179 #, fuzzy msgid "No file matched pattern \"{}\"" msgstr "Keine Datei zu dem Suchmuster \"{}\" gefunden" -#: inary/actionsapi/inarytools.py:187 +#: inary/actionsapi/inarytools.py:189 #, fuzzy msgid "ActionsAPI [doman]: Wrong man page file: {}" msgstr "ActionsAPI [doman]: Falsche Datei für man page: {}" -#: inary/actionsapi/inarytools.py:214 +#: inary/actionsapi/inarytools.py:216 #, fuzzy msgid "No file matched pattern \"{}\". 'domove' operation failed." msgstr "Keine Datei mit Muster \"{}\" gefunden. Operation 'domove' fehlgeschlagen." -#: inary/actionsapi/inarytools.py:233 +#: inary/actionsapi/inarytools.py:235 #, fuzzy, python-brace-format msgid "ActionsAPI [rename]: {0}: {1}" msgstr "ActionsAPI [umbenennen]: {0}: {1}" # dosed -> dosierte??? -#: inary/actionsapi/inarytools.py:270 +#: inary/actionsapi/inarytools.py:272 #, fuzzy msgid "No such file matching pattern: \"{}\". 'dosed' operation failed." msgstr "Keine Datei gleicht dem Muster: \"{}\". Operation 'dosed' fehlgeschlagen." -#: inary/actionsapi/inarytools.py:284 +#: inary/actionsapi/inarytools.py:286 #, fuzzy msgid "dosed method has not changed file '{}'." msgstr "Prozedur dosed hat die Datei {} nicht verändert." -#: inary/actionsapi/inarytools.py:285 +#: inary/actionsapi/inarytools.py:287 msgid "{} has been changed by dosed method." msgstr "" -#: inary/actionsapi/inarytools.py:288 +#: inary/actionsapi/inarytools.py:290 #, fuzzy msgid "File does not exist or permission denied: {}" msgstr "Datei existiert nicht oder Zugang verweigert: {}" -#: inary/actionsapi/inarytools.py:305 +#: inary/actionsapi/inarytools.py:307 #, fuzzy msgid "ActionsAPI [dosym]: File already exists: {}" msgstr "ActionsAPI [dosym]: Datei existiert schon: {}" -#: inary/actionsapi/inarytools.py:341 inary/actionsapi/shelltools.py:95 +#: inary/actionsapi/inarytools.py:343 inary/actionsapi/shelltools.py:97 #, fuzzy msgid "No file matched pattern \"{}\". Remove operation failed." msgstr "Keine Datei gleicht dem Muster \"{}\". Entfernen fehlgeschlagen." -#: inary/actionsapi/inarytools.py:350 +#: inary/actionsapi/inarytools.py:352 #, fuzzy msgid "No directory matched pattern \"{}\". Remove directory operation failed." msgstr "Kein Verzeichnis gleicht dem Muster \"{}\". Entfernen des Verzeichnisses fehlgeschlagen." -#: inary/actionsapi/javamodules.py:84 inary/actionsapi/javamodules.py:193 +#: inary/actionsapi/javamodules.py:86 inary/actionsapi/javamodules.py:195 #, fuzzy msgid "No any file/directory matched to regex expression \"{}\"." msgstr "Keine Datei gleicht dem Muster \"{}\"." -#: inary/actionsapi/javamodules.py:91 inary/actionsapi/javamodules.py:97 +#: inary/actionsapi/javamodules.py:93 inary/actionsapi/javamodules.py:99 #, fuzzy msgid "DoJavadoc failed." msgstr "Make fehlgeschlagen." -#: inary/actionsapi/javamodules.py:147 +#: inary/actionsapi/javamodules.py:149 #, fuzzy msgid "Compile failed." msgstr "Configure fehlgeschlagen." -#: inary/actionsapi/javamodules.py:175 inary/actionsapi/javamodules.py:204 +#: inary/actionsapi/javamodules.py:177 inary/actionsapi/javamodules.py:206 #, fuzzy msgid "Installing file \"{}\" failed." msgstr "Installation der texmf-Dateien ist fehlgeschlagen" -#: inary/actionsapi/javamodules.py:214 +#: inary/actionsapi/javamodules.py:216 #, fuzzy msgid "Installing directory \"{}\" failed." msgstr "Installation der docs ist fehlgeschlagen." -#: inary/actionsapi/javamodules.py:243 +#: inary/actionsapi/javamodules.py:245 #, fuzzy msgid "Javadoc generation failed." msgstr "Konfiguration fehlgeschlagen." -#: inary/actionsapi/javamodules.py:259 +#: inary/actionsapi/javamodules.py:261 #, fuzzy msgid "Run failed." msgstr "Ausführung von {} fehlgeschlagen" -#: inary/actionsapi/kde.py:34 +#: inary/actionsapi/kde.py:36 #, fuzzy msgid "" "\n" @@ -358,402 +359,407 @@ msgstr "" "!!! Bitte hängen Sie die config.log Datei an ihren Fehler-Bericht:\n" "{}/config.log" -#: inary/actionsapi/kerneltools.py:117 +#: inary/actionsapi/kerneltools.py:119 #, fuzzy msgid "Can't find kernel version information file {}." msgstr "Datei {} mit Information über Kernelversion nicht gefunden." -#: inary/actionsapi/libtools.py:38 +#: inary/actionsapi/libtools.py:40 msgid "Running ldconfig failed." msgstr "Ausführen von ldconfig fehlgeschlagen." -#: inary/actionsapi/libtools.py:52 +#: inary/actionsapi/libtools.py:54 msgid "Can not make GNU Config Update... Passing..." msgstr "" -#: inary/actionsapi/libtools.py:54 +#: inary/actionsapi/libtools.py:56 msgid "GNU Config Update Finished." msgstr "GNU Config Aktualisierung fertig gestellt." -#: inary/actionsapi/libtools.py:58 +#: inary/actionsapi/libtools.py:60 msgid "Running libtoolize failed." msgstr "Ausführen von libtoolize fehlgeschlagen." -#: inary/actionsapi/perlmodules.py:67 +#: inary/actionsapi/perlmodules.py:69 msgid "perl build failed." msgstr "Perl-Konstruktion fehlgeschlagen." -#: inary/actionsapi/perlmodules.py:76 +#: inary/actionsapi/perlmodules.py:78 msgid "perl install failed." msgstr "Perl-Installation ist fehlgeschlagen." -#: inary/actionsapi/pkgconfig.py:40 inary/actionsapi/pkgconfig.py:59 -#: inary/actionsapi/pkgconfig.py:79 inary/actionsapi/pkgconfig.py:99 -#: inary/actionsapi/pkgconfig.py:118 +#: inary/actionsapi/pkgconfig.py:42 inary/actionsapi/pkgconfig.py:61 +#: inary/actionsapi/pkgconfig.py:81 inary/actionsapi/pkgconfig.py:101 +#: inary/actionsapi/pkgconfig.py:120 #, fuzzy msgid "pkg-config is not installed on your system." msgstr "Paket pkgconfig ist nicht installiert. Kann nicht entfernt werden." -#: inary/actionsapi/pkgconfig.py:136 +#: inary/actionsapi/pkgconfig.py:138 #, fuzzy msgid "Package pkgconfig is not installed on your system." msgstr "Paket pkgconfig ist nicht installiert. Kann nicht entfernt werden." -#: inary/actionsapi/pythonmodules.py:56 +#: inary/actionsapi/pythonmodules.py:58 msgid "Configuration failed." msgstr "Konfiguration fehlgeschlagen." -#: inary/actionsapi/pythonmodules.py:81 +#: inary/actionsapi/pythonmodules.py:83 #, fuzzy msgid "Running {} failed." msgstr "Ausführung von {} fehlgeschlagen" -#: inary/actionsapi/qt4.py:52 inary/actionsapi/qt5.py:60 +#: inary/actionsapi/qt4.py:54 inary/actionsapi/qt5.py:62 #, fuzzy msgid "Project file '{}' not found." msgstr "Projektdatei {} nicht gefunden." -#: inary/actionsapi/qt4.py:56 inary/actionsapi/qt5.py:64 +#: inary/actionsapi/qt4.py:58 inary/actionsapi/qt5.py:66 #, fuzzy msgid "It seems there are more than one .pro file, you must specify one. (Possible .pro files: {})" msgstr "Es scheint, dass mehr als eine .pro Datei verfügbar ist. Sie müssen eine spezifizieren. (Mögliche .pro Dateien: {})" -#: inary/actionsapi/rubymodules.py:108 +#: inary/actionsapi/rubymodules.py:110 #, fuzzy msgid "Running 'ruby {}' failed." msgstr "Ausführung von 'ruby {}' fehlgeschlagen" -#: inary/actionsapi/shelltools.py:49 +#: inary/actionsapi/shelltools.py:51 #, fuzzy msgid "Cannot create directory {}" msgstr "Verzeichnis {} konnte nicht erstellt werden" -#: inary/actionsapi/shelltools.py:57 +#: inary/actionsapi/shelltools.py:59 #, fuzzy msgid "ActionsAPI [echo]: Can't append to file {}." msgstr "ActionsAPI [echo]: Konnte nicht an die Datei {} hinzugefügen." -#: inary/actionsapi/shelltools.py:63 +#: inary/actionsapi/shelltools.py:65 #, fuzzy msgid "ActionsAPI [chmod]: No file matched pattern \"{}\"." msgstr "ActionsAPI [chmod]: Keine Datei gleicht dem Muster \"{}\"." -#: inary/actionsapi/shelltools.py:70 +#: inary/actionsapi/shelltools.py:72 #, fuzzy, python-brace-format msgid "ActionsAPI [chmod]: Operation not permitted: {0} (mode: 0{1})" msgstr "ActionsAPI [chmod]: Vorgang nicht gestattet %s (Modus: 0%o)" -#: inary/actionsapi/shelltools.py:72 +#: inary/actionsapi/shelltools.py:74 #, fuzzy msgid "ActionsAPI [chmod]: File {} doesn't exists." msgstr "ActionsAPI [chmod]: Datei {} existiert nicht." -#: inary/actionsapi/shelltools.py:80 +#: inary/actionsapi/shelltools.py:82 #, fuzzy, python-brace-format msgid "ActionsAPI [chown]: Operation not permitted: {0} (uid: {1}, gid: {2})" msgstr "ActionsAPI [chown]: Vorgang nicht gestattet {0} (uid: {1}, gid: {2})" -#: inary/actionsapi/shelltools.py:82 +#: inary/actionsapi/shelltools.py:84 #, fuzzy msgid "ActionsAPI [chown]: File {} doesn't exists." msgstr "ActionsAPI [chown]: Datei {} existiert nicht." -#: inary/actionsapi/shelltools.py:89 +#: inary/actionsapi/shelltools.py:91 #, fuzzy, python-brace-format msgid "ActionsAPI [sym]: Permission denied: {0} to {1}" msgstr "ActionsAPI [sym]: Zugang verweigert: {0} zu {1}" -#: inary/actionsapi/shelltools.py:103 +#: inary/actionsapi/shelltools.py:105 #, fuzzy msgid "ActionsAPI [unlink]: Permission denied: {}." msgstr "ActionsAPI [unlink]: Zugriff verweigert: {}." -#: inary/actionsapi/shelltools.py:107 +#: inary/actionsapi/shelltools.py:109 #, fuzzy msgid "ActionsAPI [unlink]: File {} doesn't exists." msgstr "ActionsAPI [unlink]: Datei {} existiert nicht." -#: inary/actionsapi/shelltools.py:115 +#: inary/actionsapi/shelltools.py:117 #, fuzzy msgid "ActionsAPI [unlinkDir]: Operation not permitted: {}" msgstr "ActionsAPI [unlinkDir]: Vorgang nicht gestattet: {}" -#: inary/actionsapi/shelltools.py:119 +#: inary/actionsapi/shelltools.py:121 #, fuzzy msgid "ActionsAPI [unlinkDir]: Directory {} doesn't exists." msgstr "ActionsAPI [unlinkDir]: Verzeichnis {} existiert nicht." -#: inary/actionsapi/shelltools.py:125 +#: inary/actionsapi/shelltools.py:127 #, fuzzy msgid "ActionsAPI [move]: No file matched pattern \"{}\"." msgstr "ActionsAPI [move]: Keine Datei gleicht dem Muster \"{}\"." -#: inary/actionsapi/shelltools.py:132 +#: inary/actionsapi/shelltools.py:134 #, fuzzy, python-brace-format msgid "ActionsAPI [move]: Permission denied: {0} to {1}" msgstr "ActionsAPI [move]: Zugriff verweigert: {0} zu {1}" -#: inary/actionsapi/shelltools.py:134 +#: inary/actionsapi/shelltools.py:136 #, fuzzy msgid "ActionsAPI [move]: File {} doesn't exists." msgstr "ActionsAPI [move]: Datei {} existiert nicht." -#: inary/actionsapi/shelltools.py:141 +#: inary/actionsapi/shelltools.py:143 #, fuzzy msgid "ActionsAPI [copy]: No file matched pattern \"{}\"." msgstr "ActionsAPI [move]: Keine Datei gleicht dem Muster \"{}\"." -#: inary/actionsapi/shelltools.py:148 +#: inary/actionsapi/shelltools.py:150 #, fuzzy, python-brace-format msgid "ActionsAPI [copy]: Permission denied: {0} to {1}" msgstr "ActionsAPI [copy]: Zugriff verweigert: {0} zu {1}" -#: inary/actionsapi/shelltools.py:164 +#: inary/actionsapi/shelltools.py:166 #, fuzzy msgid "ActionsAPI [copy]: File {} does not exist." msgstr "ActionsAPI [copy]: Datei {} existiert nicht." -#: inary/actionsapi/shelltools.py:179 +#: inary/actionsapi/shelltools.py:181 #, fuzzy, python-brace-format msgid "ActionsAPI [copytree] {0} to {1}: {2}" msgstr "ActionsAPI [copytree] {0} nach {1}: {2}" -#: inary/actionsapi/shelltools.py:181 +#: inary/actionsapi/shelltools.py:183 #, fuzzy msgid "ActionsAPI [copytree]: Directory {} doesn't exists." msgstr "ActionsAPI [copytree]: Verzeichnis {} existiert nicht." -#: inary/actionsapi/shelltools.py:189 +#: inary/actionsapi/shelltools.py:191 #, fuzzy msgid "ActionsAPI [touch]: No file matched pattern \"{}\"." msgstr "ActionsAPI [touch]: Keine Datei gleicht dem Muster \"{}\"." -#: inary/actionsapi/shelltools.py:198 +#: inary/actionsapi/shelltools.py:200 #, fuzzy msgid "ActionsAPI [touch]: Permission denied: {}" msgstr "ActionsAPI [touch]: Zugriff verweigert: {}" -#: inary/actionsapi/shelltools.py:257 +#: inary/actionsapi/shelltools.py:259 #, fuzzy, python-brace-format msgid "Command \"{0}\" failed, return value was {1}." msgstr "Kommando \"{0}\" fehlgeschlagen, Rückgabewert war {1}." -#: inary/actionsapi/texlivemodules.py:56 +#: inary/actionsapi/texlivemodules.py:58 msgid "Moving source files failed" msgstr "Verschieben der Quelldateien fehlgeschlagen" -#: inary/actionsapi/texlivemodules.py:59 +#: inary/actionsapi/texlivemodules.py:61 msgid "Generate config files failed" msgstr "Generieren der config-Dateien fehlgeschlagen" -#: inary/actionsapi/texlivemodules.py:62 +#: inary/actionsapi/texlivemodules.py:64 msgid "Building format files failed" msgstr "Das Erstellen von Format-Dateien ist fehlgeschlagen" -#: inary/actionsapi/texlivemodules.py:69 +#: inary/actionsapi/texlivemodules.py:71 msgid "Creating symlinks from format to engines failed" msgstr "Erstellen der symlinks vom Format zu den Engines fehlgeschlagen" -#: inary/actionsapi/texlivemodules.py:73 +#: inary/actionsapi/texlivemodules.py:75 msgid "Installing docs failed" msgstr "Installation der docs ist fehlgeschlagen." -#: inary/actionsapi/texlivemodules.py:77 +#: inary/actionsapi/texlivemodules.py:79 msgid "Installing texmf files failed" msgstr "Installation der texmf-Dateien ist fehlgeschlagen" -#: inary/actionsapi/texlivemodules.py:81 +#: inary/actionsapi/texlivemodules.py:83 msgid "Installing config files failed" msgstr "Installation der config-Dateien ist fehlgeschlagen" -#: inary/actionsapi/texlivemodules.py:85 +#: inary/actionsapi/texlivemodules.py:87 msgid "Handle config files failed" msgstr "Benutzen der config-Dateien ist fehlgeschlagen" -#: inary/actionsapi/texlivemodules.py:95 +#: inary/actionsapi/texlivemodules.py:97 #, fuzzy msgid "Symlink {} skipped (special case)" msgstr "Symlink {} übersprungen (Sonderfall)" -#: inary/actionsapi/texlivemodules.py:97 +#: inary/actionsapi/texlivemodules.py:99 #, fuzzy, python-brace-format msgid "Symlink {0[0]} -> {0[1]} skipped (texlive-core takes care of it." msgstr "Symlink {0[0]} -> {0[1]} übersprungen (texlive-Kern kümmert sich darum)." -#: inary/actionsapi/texlivemodules.py:100 +#: inary/actionsapi/texlivemodules.py:102 #, fuzzy, python-brace-format msgid "Symlink {0[0]} -> {0[1]} skipped." msgstr "Symlink {0[0]} -> {0[1]} übersprungen." -#: inary/actionsapi/texlivemodules.py:102 +#: inary/actionsapi/texlivemodules.py:104 #, fuzzy msgid "Symlink {} skipped (file exists.)" msgstr "Symlink {} übersprungen (Datei existiert)." -#: inary/actionsapi/texlivemodules.py:104 +#: inary/actionsapi/texlivemodules.py:106 #, fuzzy, python-brace-format msgid "Making symlink from {0[0]} to {0[1]}" msgstr "Erstelle symlink von {0[0]} nach {0[1]}" -#: inary/actionsapi/texlivemodules.py:153 +#: inary/actionsapi/texlivemodules.py:155 #, fuzzy msgid "Creating /etc/texmf/{}.d" msgstr "Erstelle /etc/texmf/{}.d" -#: inary/actionsapi/texlivemodules.py:155 +#: inary/actionsapi/texlivemodules.py:157 #, fuzzy, python-brace-format msgid "Moving (and symlinking) /usr/share/texmf/{0} to /etc/texmf/{1}.d" msgstr "Verschiebe (und verlinke) /usr/share/texmf/{0} nach /etc/texmf/{1}.d" -#: inary/actionsapi/texlivemodules.py:206 +#: inary/actionsapi/texlivemodules.py:208 #, fuzzy msgid "Building format file {}" msgstr "Format-Datei {} wird konstruiert" # Abbild oder Depot für Map? -#: inary/actionsapi/texlivemodules.py:263 +#: inary/actionsapi/texlivemodules.py:265 #, fuzzy, python-brace-format msgid "Map {0} is added to {1}/{2}.cfg" msgstr "Map {0} wurde nach {1}/{2}.cfg hinzugefügt" # Abbild oder Depot für Map? -#: inary/actionsapi/texlivemodules.py:266 +#: inary/actionsapi/texlivemodules.py:268 #, fuzzy, python-brace-format msgid "MixedMap {0} is added to {1}/{2}.cfg" msgstr "MixedMap {0} wurde nach {1}/{2}.cfg hinzugefügt" -#: inary/actionsapi/texlivemodules.py:269 +#: inary/actionsapi/texlivemodules.py:271 #, fuzzy, python-brace-format msgid "p +{0} is added to {1}/{2}-config.ps" msgstr "p +{0} wurde zu {1}/{1.srcNAME(}-config.ps hinzugefügt" -#: inary/actionsapi/texlivemodules.py:272 +#: inary/actionsapi/texlivemodules.py:274 #, fuzzy, python-brace-format msgid "f {0} is added to {1}/{2}-config" msgstr "f {0} wurde zu {1}/{2}-config hinzugefügt" -#: inary/actionsapi/texlivemodules.py:279 +#: inary/actionsapi/texlivemodules.py:281 #, fuzzy msgid "Language file {} already generated." msgstr "Sprachdatei {} wurde schon generiert." -#: inary/actionsapi/texlivemodules.py:281 +#: inary/actionsapi/texlivemodules.py:283 #, fuzzy msgid "No rule to proccess {}. Please file a bug." msgstr "Keine Regel für Prozess {}. Bitte Fehlerbericht erstellen." -#: inary/analyzer/conflict.py:26 inary/analyzer/dependency.py:26 -#: inary/data/replace.py:24 +#: inary/analyzer/conflict.py:28 inary/analyzer/dependency.py:28 +#: inary/data/replace.py:26 msgid " version >= " msgstr " Version >= " -#: inary/analyzer/conflict.py:28 inary/analyzer/dependency.py:28 -#: inary/data/replace.py:26 +#: inary/analyzer/conflict.py:30 inary/analyzer/dependency.py:30 +#: inary/data/replace.py:28 msgid " version <= " msgstr " Version <= " -#: inary/analyzer/conflict.py:30 inary/analyzer/dependency.py:30 -#: inary/data/replace.py:28 +#: inary/analyzer/conflict.py:32 inary/analyzer/dependency.py:32 +#: inary/data/replace.py:30 msgid " version " msgstr " Version " -#: inary/analyzer/conflict.py:32 inary/analyzer/dependency.py:32 -#: inary/data/replace.py:30 +#: inary/analyzer/conflict.py:34 inary/analyzer/dependency.py:34 +#: inary/data/replace.py:32 msgid " release >= " msgstr " Release >= " -#: inary/analyzer/conflict.py:34 inary/analyzer/dependency.py:34 -#: inary/data/replace.py:32 +#: inary/analyzer/conflict.py:36 inary/analyzer/dependency.py:36 +#: inary/data/replace.py:34 msgid " release <= " msgstr " Release <= " -#: inary/analyzer/conflict.py:36 inary/analyzer/dependency.py:36 -#: inary/data/replace.py:34 +#: inary/analyzer/conflict.py:38 inary/analyzer/dependency.py:38 +#: inary/data/replace.py:36 msgid " release " msgstr " Release " -#: inary/analyzer/ctypes_analyzer.py:28 -msgid "Module \"ctypes\" can not import" -msgstr "" - -#: inary/analyzer/firmwares.py:28 +#: inary/analyzer/firmwares.py:29 #, fuzzy msgid "Extracting firmware list for {}..." msgstr "Entpacke die Dateien aus {}" -#: inary/analyzer/firmwares.py:48 +#: inary/analyzer/firmwares.py:49 #, fuzzy msgid "The following firmwares are not installed:" msgstr "Folgende Pakete werden installiert:" -#: inary/analyzer/firmwares.py:63 +#: inary/analyzer/firmwares.py:64 msgid "Missing" msgstr "" -#: inary/analyzer/magic.py:151 +#: inary/analyzer/magic.py:150 #, fuzzy msgid "Can't load file or buffer {}" msgstr "chrpath Befehl für die Datei '{}' fehlgeschlagen!" -#: inary/archive.py:307 +#: inary/archive.py:309 msgid "* Target DIR: {}" msgstr "" -#: inary/archive.py:459 +#: inary/archive.py:461 #, python-brace-format msgid "* Chowning {0} ({1}:{2})" msgstr "" -#: inary/archive.py:462 +#: inary/archive.py:464 #, python-brace-format msgid "* LChowning {0} ({1}:{2})" msgstr "" -#: inary/archive.py:526 +#: inary/archive.py:528 #, fuzzy msgid "Problem occured while uncompressing {}.Z file" msgstr "Während dem Entpacken der {}.Z Datei ist ein Problem aufgetreten" -#: inary/atomicoperations.py:72 inary/operations/history.py:72 +#: inary/atomicoperations.py:79 inary/operations/history.py:75 #, fuzzy, python-brace-format msgid "Package {0} found in repository {1}" msgstr "Paket {0} im Depot {1} gefunden" -#: inary/atomicoperations.py:103 +#: inary/atomicoperations.py:110 #, fuzzy msgid "Package URI: {}" msgstr "Paket URI: {}" -#: inary/atomicoperations.py:117 +#: inary/atomicoperations.py:124 msgid "Download Error: Package does not match the repository package." msgstr "Download Error: Paket gleicht nicht dem Paket im Depot." -#: inary/atomicoperations.py:121 +#: inary/atomicoperations.py:128 #, fuzzy msgid "Package {} not found in any active repository." msgstr "Paket {} wurde in keinem der aktuellen Depot's gefunden." -#: inary/atomicoperations.py:148 +#: inary/atomicoperations.py:156 #, fuzzy, python-brace-format msgid "Installing {0.name}, version {0.version}, release {0.release}" msgstr "Installiere {0.name}, Version {0.version}, Release {0.release}" -#: inary/atomicoperations.py:193 inary/operations/build.py:786 +#: inary/atomicoperations.py:186 +#, python-format +msgid "Free Space: %.2f %s " +msgstr "" + +#: inary/atomicoperations.py:188 +msgid "Is there any free space in your disk." +msgstr "" + +#: inary/atomicoperations.py:206 inary/operations/build.py:789 #, fuzzy, python-brace-format msgid "{0}-{1} is not a valid INARY version format" msgstr "{0}-{1} ist kein gültiges Format einer INARY-Version" -#: inary/atomicoperations.py:199 +#: inary/atomicoperations.py:212 #, fuzzy msgid "{} package cannot be installed unless the dependencies are satisfied" msgstr "Paket {} kann nicht ohne seine Abhängigkeiten installiert werden" -#: inary/atomicoperations.py:222 +#: inary/atomicoperations.py:235 #, fuzzy, python-brace-format msgid "/{0} from {1} package\n" msgstr "Paket /{0} von {1}\n" -#: inary/atomicoperations.py:223 +#: inary/atomicoperations.py:236 #, fuzzy msgid "" "File conflicts:\n" @@ -762,209 +768,223 @@ msgstr "" "Datei Konflikte:\n" " {}" -#: inary/atomicoperations.py:241 +#: inary/atomicoperations.py:254 msgid "Re-install same version package?" msgstr "Gleiche Paket-Version erneut installieren?" -#: inary/atomicoperations.py:242 +#: inary/atomicoperations.py:255 msgid "Package re-install declined" msgstr "Erneute Installation des Paketes wird abgelehnt" -#: inary/atomicoperations.py:249 +#: inary/atomicoperations.py:262 msgid "Storing old paths info" msgstr "" -#: inary/atomicoperations.py:258 +#: inary/atomicoperations.py:271 msgid "Upgrading to new upstream version" msgstr "Ein Upgrade auf die neuere Version wird durchgeführt" -#: inary/atomicoperations.py:261 +#: inary/atomicoperations.py:274 msgid "Upgrading to new distribution release" msgstr "Ein Upgrade auf die neue Distributions-Release wird ausgeführt" -#: inary/atomicoperations.py:270 +#: inary/atomicoperations.py:283 msgid "Downgrade to old distribution release?" msgstr "Zu der alten Distribution-Release downgraden?" -#: inary/atomicoperations.py:274 +#: inary/atomicoperations.py:287 msgid "Package downgrade declined" msgstr "Paket-Downgrade abgelehnt" -#: inary/atomicoperations.py:320 +#: inary/atomicoperations.py:333 #, fuzzy msgid "{} configuration failed." msgstr "Konfiguration von {} fehlgeschlagen." -#: inary/atomicoperations.py:411 +#: inary/atomicoperations.py:424 msgid "Unable to relocate following files. Reinstallation of this package is strongly recommended." msgstr "Kann folgende Dateien nicht zurücksetzen. Eine erneute Installation dieses Pakets wird dringend empfohlen!" -#: inary/atomicoperations.py:510 +#: inary/atomicoperations.py:523 #, fuzzy msgid "Storing {}" msgstr "{} wird abgelegt" -#: inary/atomicoperations.py:578 +#: inary/atomicoperations.py:548 +#, fuzzy +msgid "Adding '{}' to db..." +msgstr "{} wird zur db hinzugefügt... " + +#: inary/atomicoperations.py:592 #, fuzzy msgid "File list could not be read for package {}, continuing removal." msgstr "Dateiliste für Paket {} konnte nicht gelesen werden, wird mit dem Entfernen fortgefahren." -#: inary/atomicoperations.py:584 +#: inary/atomicoperations.py:598 #, fuzzy msgid "Removing package {}" msgstr "Paket {} wird entfernt" -#: inary/atomicoperations.py:587 +#: inary/atomicoperations.py:601 msgid "Trying to remove nonexistent package " msgstr "Nicht vorhandenes Paket wird versucht zu entfernen" -#: inary/atomicoperations.py:626 +#: inary/atomicoperations.py:640 msgid "Not removing conflicted file : {}" msgstr "Konfliktierende Datei wird nicht entfernt: {}" -#: inary/atomicoperations.py:656 +#: inary/atomicoperations.py:670 #, fuzzy msgid "Installed file {} does not exist on system [Probably you manually deleted]" msgstr "Installierte Datei {} existiert nicht mehr im System [vermutlich haben Sie sie manuell gelöscht]" -#: inary/atomicoperations.py:716 inary/cli/command.py:168 +#: inary/atomicoperations.py:725 inary/cli/command.py:170 msgid "You have to be root for this operation." msgstr "Sie müssen für diesen Vorgang root sein." -#: inary/atomicoperations.py:724 +#: inary/atomicoperations.py:733 #, fuzzy msgid "Another instance of Inary is running. Only one instance is allowed." msgstr "Eine andere Instanz von INARY wird ausgeführt. Es ist nur eine Instanz erlaubt." -#: inary/atomicoperations.py:827 -#, fuzzy -msgid "Cleaning package cache {}..." -msgstr "Säubere Paket Cache {}..." - -#: inary/atomicoperations.py:829 +#: inary/atomicoperations.py:737 #, fuzzy -msgid "Cleaning source archive cache {}..." -msgstr "Säubere Source Archiv Cache {}..." +msgid "Invalidating database caches..." +msgstr "Datenbank auf jeden Fall aktualisieren" -#: inary/atomicoperations.py:831 +#: inary/atomicoperations.py:739 #, fuzzy -msgid "Cleaning temporary directory {}..." -msgstr "Säubere temporäres Verzeichnis {}..." +msgid "Updating database caches..." +msgstr "Datenbank auf jeden Fall aktualisieren" -#: inary/atomicoperations.py:835 +#: inary/atomicoperations.py:822 inary/atomicoperations.py:955 +#: inary/atomicoperations.py:963 #, fuzzy -msgid "Removing cache file {}..." -msgstr "Entferne Cachedatei {}..." +msgid "Regenerating database caches..." +msgstr "Rekonstruiere Datei-Datenbank" -#: inary/atomicoperations.py:875 +#: inary/atomicoperations.py:871 msgid "Taking snapshot of the system" msgstr "Schnappschuss des Systems wird gerade aufgenommen" -#: inary/atomicoperations.py:918 +#: inary/atomicoperations.py:914 #, fuzzy msgid "scom package is not fully installed" msgstr "Scom-Paket wurde nicht vollständig installiert" -#: inary/atomicoperations.py:925 +#: inary/atomicoperations.py:921 msgid "Not a valid repo name." msgstr "Kein gültiger Depotname." -#: inary/atomicoperations.py:928 +#: inary/atomicoperations.py:924 #, fuzzy msgid "Repo {} already present." msgstr "Depot {} bereits vorhanden" -#: inary/atomicoperations.py:931 +#: inary/atomicoperations.py:927 #, fuzzy msgid "Repo already present with name {}." msgstr "Depot mit dem Namen {} bereits vorhanden" -#: inary/atomicoperations.py:936 +#: inary/atomicoperations.py:931 inary/atomicoperations.py:940 +#, fuzzy +msgid "Flushing database caches..." +msgstr "Säubere Paket Cache {}..." + +#: inary/atomicoperations.py:933 #, fuzzy msgid "Repo {} added to system." msgstr "Depot {} in das System hinzugefügt" -#: inary/atomicoperations.py:944 +#: inary/atomicoperations.py:942 #, fuzzy msgid "Repo {} removed from system." msgstr "Depot {} vom System entfernt." -#: inary/atomicoperations.py:946 +#: inary/atomicoperations.py:944 #, fuzzy msgid "Repository {} does not exist. Cannot remove." msgstr "Depot {} existiert nicht. Kann nicht entfernt werden." -#: inary/atomicoperations.py:967 +#: inary/atomicoperations.py:968 #, fuzzy msgid "Updating repository: {}" msgstr "Depot wird aktualisiert: {}" -#: inary/atomicoperations.py:976 +#: inary/atomicoperations.py:977 #, fuzzy msgid "{} repository information is up-to-date." msgstr "Depot-Information von {} ist aktuell." # Zweifel - at any rate - auf ws bezieht sich das ? -#: inary/atomicoperations.py:978 +#: inary/atomicoperations.py:979 msgid "Updating database at any rate as requested" msgstr "Datenbank wird wunschgemäss aktualisiert" -#: inary/atomicoperations.py:991 +#: inary/atomicoperations.py:993 msgid "Package database updated." msgstr "Paket-Datenbank aktualisiert." -#: inary/atomicoperations.py:993 +#: inary/atomicoperations.py:995 #, fuzzy msgid "No repository named {} found." msgstr "Kein Depot mit Namen {} gefunden." -#: inary/cli/__init__.py:117 +#: inary/cli/__init__.py:110 +#, fuzzy +msgid "Verboses: " +msgstr "Bietet:" + +#: inary/cli/__init__.py:122 msgid "Warning: " msgstr "Warnung:" -#: inary/cli/__init__.py:127 +#: inary/cli/__init__.py:132 msgid "Error: " msgstr "Fehler:" -#: inary/cli/__init__.py:161 +#: inary/cli/__init__.py:168 #, fuzzy msgid " (yes" msgstr " (ja/nein)" -#: inary/cli/__init__.py:161 +#: inary/cli/__init__.py:168 msgid "no)" msgstr "" -#: inary/cli/__init__.py:185 -msgid " [complete]\n" +#: inary/cli/__init__.py:192 +#, fuzzy +msgid "" +"\n" +" [complete]\n" msgstr " [vollständig]\n" -#: inary/cli/__init__.py:195 +#: inary/cli/__init__.py:202 #, fuzzy msgid "Installed {}" msgstr "{} installiert" -#: inary/cli/__init__.py:197 +#: inary/cli/__init__.py:204 #, fuzzy msgid "Removed {}" msgstr "{} entfernt" -#: inary/cli/__init__.py:199 +#: inary/cli/__init__.py:206 #, fuzzy msgid "Upgraded {}" msgstr "{} aktualisiert" -#: inary/cli/__init__.py:201 +#: inary/cli/__init__.py:208 #, fuzzy msgid "Configured {}" msgstr "{} konfiguriert" -#: inary/cli/__init__.py:203 +#: inary/cli/__init__.py:210 #, fuzzy msgid "Extracting the files of {}" msgstr "Entpacke die Dateien aus {}" -#: inary/cli/addrepo.py:25 +#: inary/cli/addrepo.py:28 msgid "" "Add a repository\n" "\n" @@ -984,23 +1004,23 @@ msgstr "" "\n" "NB: Es werden im Moment nur lokale Dateien unterstützt (z.B. /a/b/c und http:// URI) \n" -#: inary/cli/addrepo.py:43 +#: inary/cli/addrepo.py:46 msgid "add-repo options" msgstr "Optionen von add-repo" -#: inary/cli/addrepo.py:44 +#: inary/cli/addrepo.py:47 msgid "Ignore repository distribution check" msgstr "Ignoriere Depot Distributions-Check" -#: inary/cli/addrepo.py:45 +#: inary/cli/addrepo.py:48 msgid "Does not fetch repository index and does not check distribution match" msgstr "Depotindex nicht abgerufen und Distributionsversion nicht geprüft" -#: inary/cli/addrepo.py:48 +#: inary/cli/addrepo.py:51 msgid "Add repository at given position (0 is first)" msgstr "Depot in angegebene Position hinzufügen (0 ist die Erste)" -#: inary/cli/addrepo.py:62 +#: inary/cli/addrepo.py:65 #, fuzzy msgid "" "Add {} repository without updating the database?\n" @@ -1010,12 +1030,12 @@ msgstr "" "{} Depot hinzufügen, ohne die Datenbank zu aktualisieren?\n" "Durch die Bestätigung dieser Meldung, fügen Sie das Depot diesem System hinzu, ohne die Distributionsversion des Depots zu überprüfen.\\Wollen Sie forfahren?" -#: inary/cli/addrepo.py:74 +#: inary/cli/addrepo.py:77 #, fuzzy, python-brace-format msgid "{0} repository could not be reached. Removing {0} from system." msgstr "Depot {0} konnte nicht kontaktiert werden. Entferne {0} vom System." -#: inary/cli/blame.py:24 +#: inary/cli/blame.py:26 msgid "" "Information about the package owner and release\n" "\n" @@ -1028,39 +1048,39 @@ msgstr "" "\n" # Zweifel - sicher geht es besser.. -#: inary/cli/blame.py:37 +#: inary/cli/blame.py:39 msgid "blame options" msgstr "blame Optionen" -#: inary/cli/blame.py:38 +#: inary/cli/blame.py:40 msgid "Blame for the given release" msgstr "Verantwortlich für das Release" -#: inary/cli/blame.py:40 +#: inary/cli/blame.py:42 msgid "Blame for all of the releases" msgstr "Verantwortlich für alle Versionen" -#: inary/cli/blame.py:66 inary/data/specfile.py:374 inary/data/specfile.py:485 +#: inary/cli/blame.py:68 inary/data/specfile.py:371 inary/data/specfile.py:452 #, fuzzy, python-brace-format msgid "Name: {0}, version: {1}, release: {2}\n" msgstr "Name: {0}, Version: {1}, Release: {2}\n" -#: inary/cli/blame.py:68 +#: inary/cli/blame.py:70 #, fuzzy, python-brace-format msgid "Package Maintainer: {0} <{1}>\n" msgstr "Paketbetreuer: {0} <{1}>\n" -#: inary/cli/blame.py:69 +#: inary/cli/blame.py:71 #, fuzzy, python-brace-format msgid "Release Updater: {0.name} <{0.email}>\n" msgstr "Vorbereitung der Release: {0.name} <{0.email}>\n" -#: inary/cli/blame.py:70 +#: inary/cli/blame.py:72 #, fuzzy msgid "Update Date: {}\n" msgstr "Update Datum: {}\n" -#: inary/cli/build.py:25 +#: inary/cli/build.py:30 msgid "" "Build INARY packages\n" "\n" @@ -1082,92 +1102,96 @@ msgstr "" "Alternativ kann man den Namen einer Quelldatei angeben,\n" "welches aus dem Depot heruntergeladen werden soll.\n" -#: inary/cli/build.py:49 +#: inary/cli/build.py:54 msgid "build options" msgstr "Build-Optionen" -#: inary/cli/build.py:57 +#: inary/cli/build.py:62 msgid "Run inary build operation without printing extra debug information" msgstr "Starte den inary build Vorgang ohne die extra debug information anzuzeigen" -#: inary/cli/build.py:63 inary/cli/command.py:205 +#: inary/cli/build.py:68 inary/cli/command.py:207 msgid "Do not take dependency information into account" msgstr "Information der Abhängigkeiten nicht auswerten" -#: inary/cli/build.py:69 +#: inary/cli/build.py:74 msgid "Output directory for produced packages" msgstr "Zielverzeichnis für erzeugte Pakete" -#: inary/cli/build.py:73 +#: inary/cli/build.py:78 msgid "Bypass errors from ActionsAPI" msgstr "Fehler von ActionsAPI umgehen" -#: inary/cli/build.py:78 inary/cli/command.py:207 +#: inary/cli/build.py:83 inary/cli/command.py:209 msgid "Bypass safety switch" msgstr "Sicherheitsschalter umgehen" -#: inary/cli/build.py:83 +#: inary/cli/build.py:88 msgid "Bypass testing step" msgstr "Test-Schritt umgehen" -#: inary/cli/build.py:88 +#: inary/cli/build.py:93 msgid "Create a static package with ar files" msgstr "Eine statisches Paket mit ar Dateien erstellen" -#: inary/cli/build.py:92 inary/cli/delta.py:63 +#: inary/cli/build.py:97 inary/cli/delta.py:65 msgid "Create the binary package using the given format. Use '-F help' to see a list of supported formats." msgstr "Erstelle das binäre Paket " -#: inary/cli/build.py:99 +#: inary/cli/build.py:104 msgid "Use quilt patch management system instead of GNU patch" msgstr "Verwende Quilt Patch-Management-System anstelle von GNU Patch" -#: inary/cli/build.py:105 +#: inary/cli/build.py:110 +msgid "Do not use root user when packaging, make building under home folder" +msgstr "" + +#: inary/cli/build.py:116 msgid "Do not constrain build process inside the build folder" msgstr "Den Build-Prozess nicht auf den Build-Ordner beschränken" -#: inary/cli/build.py:109 +#: inary/cli/build.py:120 msgid "build steps" msgstr "Build-Schritte" -#: inary/cli/build.py:115 +#: inary/cli/build.py:126 msgid "Break build after fetching the source archive" msgstr "Build abbrechen, nach Kopie des Quellverzeichnisses" -#: inary/cli/build.py:122 +#: inary/cli/build.py:133 msgid "Break build after unpacking the source archive, checking sha1sum and applying patches" msgstr "Build abbrechen, nach entpacken der Quelldatei, prüfen der sha1sum und anwenden der Patches." -#: inary/cli/build.py:130 +#: inary/cli/build.py:141 msgid "Break build after running configure step" msgstr "Konstruktion nach dem Konfigurations-Schritt abbrechen" -#: inary/cli/build.py:136 +#: inary/cli/build.py:147 msgid "Break build after running compile step" msgstr "Konstruktion nach dem Kompilierungs-Schritt abbrechen" -#: inary/cli/build.py:142 +#: inary/cli/build.py:153 msgid "Break build after running check step" msgstr "Konstruktion nach dem Überprüfungs-Schritt abbrechen" -#: inary/cli/build.py:148 +#: inary/cli/build.py:159 msgid "Break build after running install step" msgstr "Konstruktion nach dem Installations-Schritt abbrechen" -#: inary/cli/build.py:154 +#: inary/cli/build.py:165 msgid "Create INARY package" msgstr "Erstelle INARY Paket" -#: inary/cli/build.py:164 inary/cli/delta.py:71 +#: inary/cli/build.py:175 inary/cli/delta.py:73 msgid "Supported package formats:" msgstr "Unterstütze Paket-Formate:" -#: inary/cli/build.py:167 inary/cli/delta.py:74 +#: inary/cli/build.py:178 inary/cli/delta.py:76 #, fuzzy msgid " {} (default)" msgstr " {} (default)" -#: inary/cli/check.py:28 +#: inary/cli/check.py:30 msgid "" "Verify installation\n" "\n" @@ -1194,40 +1218,40 @@ msgstr "" "\n" "Falls kein Name angegeben wird, werden alle installierten Pakete überprüft.\n" -#: inary/cli/check.py:55 +#: inary/cli/check.py:57 msgid "check options" msgstr "Optionen von check" -#: inary/cli/check.py:60 +#: inary/cli/check.py:62 msgid "Check installed packages under given component" msgstr "Installierte Pakete unter angegebenem Komponent überprüfen" -#: inary/cli/check.py:66 +#: inary/cli/check.py:68 msgid "Checks only changed config files of the packages" msgstr "Prüft nur die geänderten Konfigurationsdateien der Pakete" -#: inary/cli/check.py:83 +#: inary/cli/check.py:85 msgid "Checking all installed packages" msgstr "Prüfe alle installierten Pakete" -#: inary/cli/check.py:92 +#: inary/cli/check.py:94 #, fuzzy msgid "Checking integrity of {}" msgstr "Prüfe Integrität von {}" -#: inary/cli/check.py:104 +#: inary/cli/check.py:106 msgid "Broken" msgstr "Beschädigt" -#: inary/cli/check.py:109 +#: inary/cli/check.py:111 msgid "Unknown" msgstr "Unbekannt" -#: inary/cli/check.py:111 +#: inary/cli/check.py:113 msgid "OK" msgstr "OK" -#: inary/cli/check.py:117 +#: inary/cli/check.py:118 #, fuzzy msgid "Missing file: /{}" msgstr "Fehlende Datei: /{}" @@ -1237,22 +1261,22 @@ msgstr "Fehlende Datei: /{}" msgid "Access denied: /{}" msgstr "Zugriff verweigert: /{}" -#: inary/cli/check.py:125 +#: inary/cli/check.py:124 #, fuzzy msgid "Corrupted file: /{}" msgstr "Datei korrupt: {}" -#: inary/cli/check.py:129 +#: inary/cli/check.py:127 #, fuzzy msgid "Modified configuration file: /{}" msgstr "Konfigurationsdatei geändert: /{}" -#: inary/cli/check.py:134 +#: inary/cli/check.py:132 #, fuzzy msgid "Package {} not installed" msgstr "Paket {} nicht installiert" -#: inary/cli/check.py:138 +#: inary/cli/check.py:136 #, fuzzy msgid "" "Inary was unable to check the integrity of packages which contain files that you don't have read access.\n" @@ -1261,7 +1285,7 @@ msgstr "" "INARY konnte die Integrität der Pakete nicht prüfen, da diese Dateien beinhalten, auf die Sie keinen Lesezugriff haben.\n" "Führen Sie die Prüfung erneut als Benutzer aus, der die Rechte besitzt. Das sollte helfen." -#: inary/cli/clean.py:20 +#: inary/cli/clean.py:22 msgid "" "Clean stale locks\n" "\n" @@ -1277,80 +1301,80 @@ msgstr "" "INARY nutzt Dateisystemsperren um Datenbankzugriffe zu verwalten.\n" "Dieses Kommando löscht nicht benutzte Sperren von dem Datenbankverzeichnis." -#: inary/cli/command.py:31 +#: inary/cli/command.py:33 msgid "Command lacks name" msgstr "Kommandoname fehlt" -#: inary/cli/command.py:35 +#: inary/cli/command.py:37 #, fuzzy msgid "Duplicate command {}" msgstr "Befehl {} duplizieren" # Zweifel - "unerkannter" war wörtlich richtig, aber sinngemäss ist glaube ich # besser "unbekannter" -#: inary/cli/command.py:72 inary/cli/inarycli.py:138 +#: inary/cli/command.py:74 inary/cli/inarycli.py:142 #, fuzzy msgid "Unrecognized command: {}" msgstr "Unbekannter Befehl: {}" -#: inary/cli/command.py:97 +#: inary/cli/command.py:99 msgid "general options" msgstr "Allgemeine Optionen" -#: inary/cli/command.py:100 +#: inary/cli/command.py:102 msgid "Change the system root for INARY commands" msgstr "Ändere für die INARY-Befehle das System-Root(wurzel)-Verzeichnis" -#: inary/cli/command.py:102 +#: inary/cli/command.py:104 msgid "Assume yes in all yes/no queries" msgstr "Alle JA/Nein-Abfragen mit ja annehmen" -#: inary/cli/command.py:106 +#: inary/cli/command.py:108 msgid "Keep bandwidth usage under specified KB's" msgstr "Bandbreitenverwendung unter festgelegten KB's halten" -#: inary/cli/command.py:109 +#: inary/cli/command.py:111 msgid "Detailed output" msgstr "Detaillerte Ausgabe " -#: inary/cli/command.py:111 +#: inary/cli/command.py:113 msgid "Show debugging information" msgstr "Debugger-Informationen anzeigen" # wenn dieser Text neben einer check-box steht müsste er ok sein -#: inary/cli/command.py:113 +#: inary/cli/command.py:115 msgid "Suppresses all coloring of INARY's output" msgstr "INARY-Ausgaben ohne farbliche Darstellungen anzeigen" -#: inary/cli/command.py:131 +#: inary/cli/command.py:133 #, fuzzy msgid "Destination directory {} does not exist. Creating directory.\n" msgstr "Zielverzeichnis {} existiert nicht. Erstelle Verzeichnis.\n" -#: inary/cli/command.py:153 +#: inary/cli/command.py:155 msgid "Password: " msgstr "Passwort:" # Zweifel - abnormally -#: inary/cli/command.py:192 +#: inary/cli/command.py:194 msgid "Command terminated abnormally." msgstr "Unerwarteter Befehlsabbruch." -#: inary/cli/command.py:209 inary/cli/emerge.py:52 inary/cli/emergeup.py:54 +#: inary/cli/command.py:211 inary/cli/emerge.py:54 inary/cli/emergeup.py:56 #, fuzzy msgid "Bypass scom configuration agent" msgstr "Scom Konfigurations-Agent umgehen" -#: inary/cli/command.py:211 +#: inary/cli/command.py:213 msgid "Do not perform any action, just show what would be done" msgstr "Keine Aktion ausführen sondern nur anzeigen was in der Aktion geschehen würde" -#: inary/cli/command.py:229 +#: inary/cli/command.py:231 #, fuzzy msgid "usage: {}\n" msgstr "Syntax: {}\n" -#: inary/cli/configurepending.py:23 +#: inary/cli/configurepending.py:25 #, fuzzy msgid "" "Configure pending packages\n" @@ -1367,11 +1391,11 @@ msgstr "" "werden diese Pakete auf eine Warteliste gesetzt.\n" "Das Kommando konfiguriert diese Pakete.\n" -#: inary/cli/configurepending.py:37 +#: inary/cli/configurepending.py:39 msgid "configure-pending options" msgstr "Optionen von configure-pending" -#: inary/cli/deletecache.py:22 +#: inary/cli/deletecache.py:26 msgid "" "Delete cache files\n" "\n" @@ -1389,7 +1413,37 @@ msgstr "" "Verzeichnis gespeichert. Falls sich diese über längere Zeit\n" "anhäufen, belegen sie viel Speicherplatz." -#: inary/cli/delta.py:24 +#: inary/cli/deletecache.py:40 +#, fuzzy +msgid "Select cleaning directory:\n" +msgstr "Build-Verzeichnis wird geleert..." + +#: inary/cli/deletecache.py:49 +#, fuzzy +msgid "Cleaning home-build directory {}..." +msgstr "Build-Verzeichnis wird geleert..." + +#: inary/cli/deletecache.py:57 +#, fuzzy +msgid "Cleaning package cache {}..." +msgstr "Säubere Paket Cache {}..." + +#: inary/cli/deletecache.py:59 +#, fuzzy +msgid "Cleaning source archive cache {}..." +msgstr "Säubere Source Archiv Cache {}..." + +#: inary/cli/deletecache.py:61 +#, fuzzy +msgid "Cleaning temporary directory {}..." +msgstr "Säubere temporäres Verzeichnis {}..." + +#: inary/cli/deletecache.py:65 +#, fuzzy +msgid "Removing cache file {}..." +msgstr "Entferne Cachedatei {}..." + +#: inary/cli/delta.py:26 msgid "" "Creates delta packages\n" "\n" @@ -1409,19 +1463,19 @@ msgstr "" "Pakete durch das Vergleichen der sha1sum Prüfsumme der Dateien und erstellt\n" "ein Delta Packet mit den geänderten Dateien.\n" -#: inary/cli/delta.py:45 +#: inary/cli/delta.py:47 msgid "delta options" msgstr "Optionen von delta" -#: inary/cli/delta.py:53 +#: inary/cli/delta.py:55 msgid "Use arg as the new package and treat other arguments as old packages." msgstr "Verwende arg als neues Paket und behandle andere Argumente als veraltete Pakete." -#: inary/cli/delta.py:59 +#: inary/cli/delta.py:61 msgid "Output directory for produced packages." msgstr "Zielverzeichnis für erzeugte Pakete" -#: inary/cli/disablerepo.py:22 +#: inary/cli/disablerepo.py:24 msgid "" "Disable repository\n" "\n" @@ -1439,7 +1493,7 @@ msgstr "" "\n" "Inaktive Depots werden für alle Vorgänge ignoriert\n" -#: inary/cli/emerge.py:25 +#: inary/cli/emerge.py:27 msgid "" "Build and install INARY source packages from repository\n" "\n" @@ -1459,33 +1513,33 @@ msgstr "" "\n" "Es kann auch der Name einer Komponente angegeben werden.\n" -#: inary/cli/emerge.py:43 +#: inary/cli/emerge.py:45 msgid "emerge options" msgstr "Optionen von emerge" -#: inary/cli/emerge.py:46 inary/cli/emergeup.py:48 +#: inary/cli/emerge.py:48 inary/cli/emergeup.py:50 msgid "Emerge available packages under given component" msgstr "Verfügbare Pakete unter gegebener Komponente entstehen lassen" -#: inary/cli/emerge.py:48 inary/cli/emergeup.py:50 inary/cli/install.py:52 -#: inary/cli/upgrade.py:58 +#: inary/cli/emerge.py:50 inary/cli/emergeup.py:52 inary/cli/install.py:54 +#: inary/cli/upgrade.py:60 msgid "Ignore file conflicts" msgstr "Datei-Konflikte ignorieren" -#: inary/cli/emerge.py:50 inary/cli/emergeup.py:52 inary/cli/install.py:54 -#: inary/cli/upgrade.py:60 +#: inary/cli/emerge.py:52 inary/cli/emergeup.py:54 inary/cli/install.py:56 +#: inary/cli/upgrade.py:62 msgid "Ignore package conflicts" msgstr "Paket-Konflikte ignorieren" -#: inary/cli/emerge.py:70 inary/cli/emergeup.py:75 +#: inary/cli/emerge.py:72 inary/cli/emergeup.py:77 msgid "Output directory: {}" msgstr "Ausgabe-Verzeichnis: {}" -#: inary/cli/emerge.py:72 inary/cli/emergeup.py:77 +#: inary/cli/emerge.py:74 inary/cli/emergeup.py:79 msgid "Outputting binary packages in the package cache." msgstr "Sende binäres Paket in den Zielcache." -#: inary/cli/emergeup.py:27 +#: inary/cli/emergeup.py:29 #, fuzzy msgid "" "Build and upgrade INARY source packages from repository\n" @@ -1506,12 +1560,12 @@ msgstr "" "\n" "Es kann auch der Name einer Komponente angegeben werden.\n" -#: inary/cli/emergeup.py:45 +#: inary/cli/emergeup.py:47 #, fuzzy msgid "emergeup options" msgstr "Optionen von emerge" -#: inary/cli/enablerepo.py:22 +#: inary/cli/enablerepo.py:24 msgid "" "Enable repository\n" "\n" @@ -1560,7 +1614,7 @@ msgstr "Zielverzeichnis für die heruntergeladenen Pakete" msgid "Download with runtime dependencies." msgstr "Build-Abhängigkeiten werden ignoriert." -#: inary/cli/graph.py:26 +#: inary/cli/graph.py:28 msgid "" "Graph package relations\n" "\n" @@ -1580,44 +1634,44 @@ msgstr "" "Der Befehl zeigt die Paketbeziehungen zwischen den Pakteten und\n" "schreibt die Informationen im graphviz-Format in die Datei 'pgraph.dot'.\n" -#: inary/cli/graph.py:41 +#: inary/cli/graph.py:43 msgid "graph options" msgstr "Optionen von graph" -#: inary/cli/graph.py:45 +#: inary/cli/graph.py:47 msgid "Specify a particular repository" msgstr "Geben Sie ein Depot an" -#: inary/cli/graph.py:48 +#: inary/cli/graph.py:50 msgid "Graph of installed packages" msgstr "Graphik der installierten Pakete" -#: inary/cli/graph.py:51 +#: inary/cli/graph.py:53 msgid "Do not show installed packages" msgstr "Installierte Pakete nicht anzeigen" -#: inary/cli/graph.py:54 +#: inary/cli/graph.py:56 msgid "Draw reverse dependency graph" msgstr "Zeichne Graph der Abhängigkeiten" -#: inary/cli/graph.py:57 +#: inary/cli/graph.py:59 msgid "Dot output file" msgstr "Dot Ausgabe-Datei" -#: inary/cli/graph.py:71 +#: inary/cli/graph.py:73 #, fuzzy msgid "Plotting packages in repository {}" msgstr "Zeichne Pakete in Depot {}" -#: inary/cli/graph.py:74 +#: inary/cli/graph.py:76 msgid "Plotting a graph of relations among all repository packages" msgstr "Zeichne eine Grafik der Paketbeziehungen aller Pakete des Depots" -#: inary/cli/graph.py:88 +#: inary/cli/graph.py:90 msgid "Plotting a graph of relations among all installed packages" msgstr "Zeichne eine Grafik der Paketbeziehungen aller installierten Pakete" -#: inary/cli/help.py:22 +#: inary/cli/help.py:24 msgid "" "Prints help for given commands\n" "\n" @@ -1631,7 +1685,7 @@ msgstr "" "\n" "Falls keine Parameter angegeben werden, wir die allgemeine Hilfe angezeigt." -#: inary/cli/help.py:47 +#: inary/cli/help.py:49 msgid "" "%prog [options] [arguments]\n" "\n" @@ -1643,7 +1697,7 @@ msgstr "" "wobei einer von folgenden Befehlen sein bzw. ersetzt werden kann:\n" "\n" -#: inary/cli/help.py:53 +#: inary/cli/help.py:55 msgid "" "\n" "Use \"%prog help \" for help on a specific command.\n" @@ -1651,37 +1705,37 @@ msgstr "" "\n" "Geben Sie \"%prog help \" für Hilfe für einen bestimmten Befehl ein.\n" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "emerge" msgstr "emerge" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "install" msgstr "installieren" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "remove" msgstr "entfernen" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "repository update" msgstr "Depot update" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "snapshot" msgstr "Schnappschuss" # Zweifel - ist "zurückziehen" richtig ? ich schlage "zurückversetzen" vor, # aber vielleicht gehts noch besser -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "takeback" msgstr "zurückversetzen" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "upgrade" msgstr "Upgrade vornehmen" -#: inary/cli/history.py:31 +#: inary/cli/history.py:33 msgid "" "History of inary operations\n" "\n" @@ -1695,51 +1749,51 @@ msgstr "" "\n" "Listet die vorherigen Operationen auf." -#: inary/cli/history.py:45 +#: inary/cli/history.py:47 msgid "history options" msgstr "Optionen von history" -#: inary/cli/history.py:51 +#: inary/cli/history.py:53 msgid "Output only the last n operations" msgstr "Nur die letzten n Operationen zeigen" -#: inary/cli/history.py:53 +#: inary/cli/history.py:55 msgid "Take snapshot of the current system" msgstr "Schnappschuss des aktuellen Systemzustandes aufnehmen" # Zweifel - ich habe hier etwas geändert, bitte checken.. -#: inary/cli/history.py:55 +#: inary/cli/history.py:57 msgid "Takeback to the state after the given operation finished" msgstr "Wiederherstellen zu dem Zustand nach Beenden des angegebenen Vorganges" -#: inary/cli/history.py:65 -#, fuzzy, python-brace-format -msgid "Operation #{0}: {1}" -msgstr "Vorgang #{0}: {1}" +#: inary/cli/history.py:68 +#, fuzzy +msgid "Operation " +msgstr "Optionen" -#: inary/cli/history.py:66 -#, python-brace-format -msgid "Date: {0.date} {0.time}" -msgstr "Date: {0.date} {0.time}" +#: inary/cli/history.py:72 +#, fuzzy +msgid "Date: " +msgstr "Datum: {} {}" -#: inary/cli/history.py:70 -#, python-format -msgid " * There are %d packages in this snapshot." +#: inary/cli/history.py:78 +#, fuzzy +msgid " * There are {} packages in this snapshot." msgstr " * Es gibt %d Pakete in diesem Schnappschuss." -#: inary/cli/inarycli.py:89 +#: inary/cli/inarycli.py:93 msgid "Options must precede non-option arguments" msgstr "Die Optionen müssen vor dem Hauptargument aufgeführt sein" -#: inary/cli/inarycli.py:131 +#: inary/cli/inarycli.py:135 msgid "No command given" msgstr "Kein Befehl erhalten" -#: inary/cli/inarycli.py:134 +#: inary/cli/inarycli.py:138 msgid "Command line parsing error" msgstr "Syntaxfehler in der Befehlszeile" -#: inary/cli/index.py:24 +#: inary/cli/index.py:26 #, fuzzy msgid "" "Index INARY files in a given directory\n" @@ -1766,31 +1820,31 @@ msgstr "" "Wenn man mehrere Verzeichnisse angibt, funktioniert das Kommando ebenso.\n" "Es wird dann alles in eine einzelne index-Datei gepackt.\n" -#: inary/cli/index.py:48 +#: inary/cli/index.py:50 msgid "index options" msgstr "Optionen von index" -#: inary/cli/index.py:53 +#: inary/cli/index.py:55 msgid "Store absolute links for indexed files." msgstr "Absolute Links für indizierte Dateien speichern." -#: inary/cli/index.py:58 +#: inary/cli/index.py:60 msgid "Index output file" msgstr "Ausgabe-Datei indizieren" -#: inary/cli/index.py:63 +#: inary/cli/index.py:65 msgid "Comma-separated compression types for index file" msgstr "Mit Komma getrennte Kompressionsvarianten für die Index-Datei" -#: inary/cli/index.py:69 +#: inary/cli/index.py:71 msgid "Do not index INARY spec files." msgstr "INARY spezifierte Dateien nicht indizieren." -#: inary/cli/index.py:74 +#: inary/cli/index.py:76 msgid "Do not sign index." msgstr "Index nicht signieren." -#: inary/cli/info.py:26 +#: inary/cli/info.py:28 msgid "" "Display package information\n" "\n" @@ -1804,80 +1858,80 @@ msgstr "" "\n" " ist entweder ein Paketname oder eine .inary Datei,\n" -#: inary/cli/info.py:44 +#: inary/cli/info.py:46 msgid "info options" msgstr "Optionen von info" -#: inary/cli/info.py:51 +#: inary/cli/info.py:53 msgid "Show a list of package files." msgstr "Eine Liste der Paket-Dateien anzeigen." -#: inary/cli/info.py:53 +#: inary/cli/info.py:55 msgid "Info about the given component" msgstr "Info über die angegebene Komponente" -#: inary/cli/info.py:56 +#: inary/cli/info.py:58 msgid "Show only paths." msgstr "Nur Pfade anzeigen." -#: inary/cli/info.py:58 +#: inary/cli/info.py:60 msgid "Do not show details" msgstr "Details nicht anzeigen" -#: inary/cli/info.py:60 +#: inary/cli/info.py:62 msgid "Output in xml format" msgstr "Ausgabe in xml-Format" -#: inary/cli/info.py:128 +#: inary/cli/info.py:130 msgid "Reverse Dependencies:" msgstr "Rückabhängigkeiten:" -#: inary/cli/info.py:139 +#: inary/cli/info.py:141 msgid "Reverse Build Dependencies:" msgstr "Entgegengesetzte Build-Abhängigkeiten:" -#: inary/cli/info.py:144 +#: inary/cli/info.py:146 #, fuzzy msgid "Package file: {}" msgstr "Paket-Datei: {}" -#: inary/cli/info.py:159 +#: inary/cli/info.py:161 msgid "[inst] " msgstr "[inst] " -#: inary/cli/info.py:161 +#: inary/cli/info.py:163 msgid "Installed package:" msgstr "Installiertes Paket:" -#: inary/cli/info.py:165 +#: inary/cli/info.py:167 #, fuzzy msgid "{} package is not installed" msgstr "{} Paket ist nicht installiert" -#: inary/cli/info.py:171 +#: inary/cli/info.py:173 msgid "[binary] " msgstr "[binary] " -#: inary/cli/info.py:173 inary/cli/info.py:185 +#: inary/cli/info.py:175 inary/cli/info.py:187 #, fuzzy msgid "Package found in {} repository:" msgstr "Paket gefunden im {} Depot:" -#: inary/cli/info.py:176 +#: inary/cli/info.py:178 #, fuzzy msgid "{} package is not found in binary repositories" msgstr "Paket {} nicht gefunden in Binär-Depots" -#: inary/cli/info.py:183 +#: inary/cli/info.py:185 msgid "[source] " msgstr "[source] " -#: inary/cli/info.py:188 +#: inary/cli/info.py:190 #, fuzzy msgid "{} package is not found in source repositories" msgstr "Paket{} nicht gefunden in Quell-Depots" -#: inary/cli/install.py:25 +#: inary/cli/install.py:27 msgid "" "Install INARY packages\n" "\n" @@ -1899,15 +1953,15 @@ msgstr "" "Man kann statt einem Paketnamen auch einen Komponentennamen angeben.\n" "Dieser wird zu einem Paketnamen erweitert.\n" -#: inary/cli/install.py:43 +#: inary/cli/install.py:45 msgid "install options" msgstr "Optionen von install" -#: inary/cli/install.py:48 +#: inary/cli/install.py:50 msgid "Reinstall already installed packages" msgstr "Bereits installierte Pakete erneut installieren." -#: inary/cli/install.py:50 +#: inary/cli/install.py:52 msgid "Skip distribution release and architecture check" msgstr "Überspringe Distributions- und Architektur-Überprüfung" @@ -1915,38 +1969,38 @@ msgstr "Überspringe Distributions- und Architektur-Überprüfung" # auch nicht besser :( # war: Komponente installieren und Pakete der Komponenten rekursivieren # ok, ich hab's gewagt. ich hoffe dies ist besser.. ?? -#: inary/cli/install.py:56 +#: inary/cli/install.py:58 msgid "Install component's and recursive components' packages" msgstr "Pakete von Komponenten und rekursiven Abhängigkeiten installieren" -#: inary/cli/install.py:58 +#: inary/cli/install.py:60 msgid "Name of the component's repository" msgstr "Name des Komponenten-Depots" # Zweifel - "abrufen" hört sich zu zart an, ist doch ein echter download !! # ist aber nur subjektiv meine Meinung.. -#: inary/cli/install.py:60 inary/cli/upgrade.py:66 +#: inary/cli/install.py:62 inary/cli/upgrade.py:68 msgid "Fetch upgrades but do not install." msgstr "Upgrades abrufen aber nicht installieren." -#: inary/cli/install.py:62 +#: inary/cli/install.py:64 msgid "When installing packages, ignore packages and components whose basenames match pattern." msgstr "Bei der Installation von Paketen, Pakete und Komponenten ignorieren, bei denen der Basisname mit der Maske übereinstimmt." -#: inary/cli/install.py:65 +#: inary/cli/install.py:67 msgid "When installing packages, ignore packages and components whose basenames match any pattern contained in file." msgstr "Bei der Installation von Paketen, Pakete und Komponenten ignorieren, bei denen der Basisname mit irgendeiner der Masken in der Datei übereinstimmt." -#: inary/cli/install.py:69 +#: inary/cli/install.py:71 msgid "Store previous libraries info when package is updating to newer version." msgstr "" -#: inary/cli/install.py:94 +#: inary/cli/install.py:96 #, fuzzy msgid "There is no component named {}" msgstr "Es gibt keine Komponente mit dem Namen {}" -#: inary/cli/listavailable.py:27 +#: inary/cli/listavailable.py:29 msgid "" "List available packages in the repositories\n" "\n" @@ -1964,38 +2018,38 @@ msgstr "" "Depot aus. Falls kein Depot angegeben wurde, so werden die\n" "Pakete in allen Depots angezeigt.\n" -#: inary/cli/listavailable.py:45 +#: inary/cli/listavailable.py:47 msgid "list-available options" msgstr "Optionen von list-available" -#: inary/cli/listavailable.py:47 inary/cli/listcomponents.py:41 -#: inary/cli/listinstalled.py:47 inary/cli/listsources.py:40 -#: inary/cli/listupgrades.py:43 inary/cli/searchfile.py:40 +#: inary/cli/listavailable.py:49 inary/cli/listcomponents.py:43 +#: inary/cli/listinstalled.py:49 inary/cli/listsources.py:42 +#: inary/cli/listupgrades.py:45 inary/cli/searchfile.py:41 msgid "Show in long format" msgstr "In langem Format anzeigen" -#: inary/cli/listavailable.py:49 +#: inary/cli/listavailable.py:51 msgid "List available packages under given component" msgstr "Listet vorhandene Pakete unter einer gegebenen Komponente" # Zweifel - geht es um "(noch) nicht installierte" oder "weg-installierte # (uninstall)" Pakete ? Oder ist es egal ? -#: inary/cli/listavailable.py:51 +#: inary/cli/listavailable.py:53 msgid "Show uninstalled packages only" msgstr "Nur nicht installierte Pakete anzeigen" -#: inary/cli/listavailable.py:59 +#: inary/cli/listavailable.py:61 msgid "Installed packages are shown in this color" msgstr "Installierte Pakete werden in dieser Farbe angezeigt" -#: inary/cli/listavailable.py:67 +#: inary/cli/listavailable.py:69 #, fuzzy msgid "" "\n" " Repository : {}\n" msgstr "Depot : {}\n" -#: inary/cli/listcomponents.py:24 +#: inary/cli/listcomponents.py:26 msgid "" "List available components\n" "\n" @@ -2011,15 +2065,15 @@ msgstr "" "Gibt eine einfache Liste über die verfügbaren\n" "INARY Komponenten in den Depots.\n" -#: inary/cli/listcomponents.py:39 +#: inary/cli/listcomponents.py:41 msgid "list-components options" msgstr "Optionen von list-components" -#: inary/cli/listcomponents.py:43 inary/cli/search.py:46 +#: inary/cli/listcomponents.py:45 inary/cli/search.py:48 msgid "Name of the source or package repository" msgstr "Name des Quell- oder Paket-Depots" -#: inary/cli/listinstalled.py:25 +#: inary/cli/listinstalled.py:27 msgid "" "Print the list of all installed packages\n" "\n" @@ -2029,27 +2083,27 @@ msgstr "" "\n" "Syntax: list-installed\n" -#: inary/cli/listinstalled.py:39 +#: inary/cli/listinstalled.py:41 msgid "list-installed options" msgstr "Optionen von list-installed" -#: inary/cli/listinstalled.py:44 +#: inary/cli/listinstalled.py:46 msgid "Only list the installed packages built by the given host" msgstr "Zeige die installierten Pakete, die von dem angegebenen Anbieter erstellt wurden." -#: inary/cli/listinstalled.py:49 +#: inary/cli/listinstalled.py:51 msgid "List installed packages under given component" msgstr "Installierte Pakete unter angegebenem Komponent auflisten" -#: inary/cli/listinstalled.py:51 inary/cli/listupgrades.py:47 +#: inary/cli/listinstalled.py:53 inary/cli/listupgrades.py:49 msgid "Show detailed install info" msgstr "Detaillierte Installationsinformationen anzeigen" -#: inary/cli/listinstalled.py:77 inary/cli/listupgrades.py:72 +#: inary/cli/listinstalled.py:79 inary/cli/listupgrades.py:74 msgid "Package Name |St| Version| Rel.| Distro| Date" msgstr "Paketname |St| Version| Rel.| Distro| Datum" -#: inary/cli/listnewest.py:25 +#: inary/cli/listnewest.py:27 msgid "" "List newest packages in the repositories\n" "\n" @@ -2067,32 +2121,32 @@ msgstr "" "Depot aus. Falls kein Depot angegeben wurde, wird die Liste aller\n" "neuen Pakete von allen Depots ausgegeben.\n" -#: inary/cli/listnewest.py:43 +#: inary/cli/listnewest.py:45 msgid "list-newest options" msgstr "Optionen von list-newest" -#: inary/cli/listnewest.py:45 +#: inary/cli/listnewest.py:47 msgid "List new packages added to repository after this given date formatted as yyyy-mm-dd" msgstr "Liste neue Pakete, die im Depot nach dem angegebenen Datum hinzugefügt wurden. Datumsformat:yyyy-mm-dd" # Ich denke das Kürzel "NTH" in der Vorlage gehört nicht rein! # Zweifel, geht es hier nicht ein bisschen durcheinander - oder Verwirrt: # "Depot-update" und "in das Depot hinzugefügt" sorgt sicher für Verwirrung.. -#: inary/cli/listnewest.py:47 +#: inary/cli/listnewest.py:49 msgid "List new packages added to repository after last nth previous repository update" msgstr "Liste die Pakete auf, die seit dem letzten Depot update in das Depot hinzugefügt wurden" -#: inary/cli/listnewest.py:75 +#: inary/cli/listnewest.py:77 #, fuzzy, python-brace-format msgid "Packages added to {0} since {1}:\n" msgstr "Neue Pakete zu {0} hinzugefügt seit dem {1}:\n" -#: inary/cli/listnewest.py:77 +#: inary/cli/listnewest.py:79 #, fuzzy msgid "Packages added to {}:" msgstr "Pakete hinzugefügt zu {}:" -#: inary/cli/listorphaned.py:25 +#: inary/cli/listorphaned.py:27 msgid "" "List orphaned packages\n" "\n" @@ -2101,32 +2155,32 @@ msgid "" "Lists packages installed as dependency, but no longer needed by any other installed package.\n" msgstr "" -#: inary/cli/listorphaned.py:40 +#: inary/cli/listorphaned.py:42 #, fuzzy msgid "list-orphaned options" msgstr "Optionen von list-sources" -#: inary/cli/listorphaned.py:42 +#: inary/cli/listorphaned.py:44 #, fuzzy msgid "Show all packages without reverse dependencies" msgstr "Es gibt zusätzliche Pakete auf Grund von Abhängigkeiten." -#: inary/cli/listorphaned.py:44 +#: inary/cli/listorphaned.py:46 #, fuzzy msgid "Ignore packages and components whose basenames match pattern." msgstr "Beim Upgrade des Systemes, Pakete und Komponenten ignorieren, deren Basisnamen mit dem Muster übereinstimmt." -#: inary/cli/listorphaned.py:56 +#: inary/cli/listorphaned.py:58 #, fuzzy msgid "Orphaned packages:" msgstr "Graphik der installierten Pakete" -#: inary/cli/listorphaned.py:58 +#: inary/cli/listorphaned.py:60 #, fuzzy msgid "No orphaned packages" msgstr "Installierte Pakete nicht anzeigen" -#: inary/cli/listpending.py:23 +#: inary/cli/listpending.py:25 msgid "" "List pending packages\n" "\n" @@ -2137,10 +2191,14 @@ msgstr "" "Liste die Pakete auf, die noch konfiguriert werden müssen.\n" #: inary/cli/listpending.py:41 +msgid "Listing pending orders:" +msgstr "" + +#: inary/cli/listpending.py:43 msgid "There are no packages waiting to be configured" msgstr "Es sind keine Pakete vorhanden, die auf die Konfiguration warten" -#: inary/cli/listrepo.py:23 +#: inary/cli/listrepo.py:25 msgid "" "List repositories\n" "\n" @@ -2154,20 +2212,20 @@ msgstr "" "\n" "Listet die aktuell überwachten Depots auf.\n" -#: inary/cli/listrepo.py:40 inary/cli/listrepo.py:41 +#: inary/cli/listrepo.py:42 inary/cli/listrepo.py:43 msgid "active" msgstr "Aktiv" -#: inary/cli/listrepo.py:40 +#: inary/cli/listrepo.py:42 msgid "inactive" msgstr "Inaktiv" -#: inary/cli/listrepo.py:42 inary/cli/listrepo.py:44 +#: inary/cli/listrepo.py:44 inary/cli/listrepo.py:46 #, python-brace-format msgid "{0} [{1}]" msgstr "{0} [{1}]" -#: inary/cli/listsources.py:24 +#: inary/cli/listsources.py:26 msgid "" "List available sources\n" "\n" @@ -2181,13 +2239,13 @@ msgstr "" "\n" "Gibt eine Auflistung über Quellen, die in den Depots bereitgestellt werden.\n" -#: inary/cli/listsources.py:38 +#: inary/cli/listsources.py:40 msgid "list-sources options" msgstr "Optionen von list-sources" # Zweifel - liste von Paketen die upgedated werden "können" oder die # "wirklich" upgedated werden ?? oder egal ? -#: inary/cli/listupgrades.py:26 +#: inary/cli/listupgrades.py:28 msgid "" "List packages to be upgraded\n" "\n" @@ -2201,19 +2259,19 @@ msgstr "" "\n" "Listet die upgradebaren Pakte auf.\n" -#: inary/cli/listupgrades.py:41 +#: inary/cli/listupgrades.py:43 msgid "list-upgrades options" msgstr "Optionen von list-upgrades" -#: inary/cli/listupgrades.py:45 +#: inary/cli/listupgrades.py:47 msgid "List upgradable packages under given component" msgstr "Listet aktualisierbare Pakete unter der angegebenen Komponente" -#: inary/cli/listupgrades.py:63 inary/operations/upgrade.py:159 +#: inary/cli/listupgrades.py:65 inary/operations/upgrade.py:161 msgid "No packages to upgrade." msgstr "Es gibt keine Pakete zu aktualisieren." -#: inary/cli/rebuilddb.py:24 +#: inary/cli/rebuilddb.py:26 msgid "" "Rebuild Databases\n" "\n" @@ -2233,19 +2291,19 @@ msgstr "" "Wenn Pakete angegeben werden, sollten sie den \n" "Verzeichnisnamen unter /var/lib/inary entsprechen\n" -#: inary/cli/rebuilddb.py:41 +#: inary/cli/rebuilddb.py:43 msgid "rebuild-db options" msgstr "Optionen von rebuild-db" -#: inary/cli/rebuilddb.py:44 +#: inary/cli/rebuilddb.py:46 msgid "Rebuild files database" msgstr "Rekonstruiere Datei-Datenbank" -#: inary/cli/rebuilddb.py:50 +#: inary/cli/rebuilddb.py:52 msgid "Rebuild INARY databases?" msgstr "INARY-Datenbanken rekonstruieren?" -#: inary/cli/remove.py:25 +#: inary/cli/remove.py:27 msgid "" "Remove INARY packages\n" "\n" @@ -2265,20 +2323,20 @@ msgstr "" "Man kann auch Komonenten des Namens angeben, welche anschließend zum\n" "Paketnamen erweitert werden.\n" -#: inary/cli/remove.py:42 +#: inary/cli/remove.py:44 msgid "remove options" msgstr "Optionen von remove" -#: inary/cli/remove.py:45 +#: inary/cli/remove.py:47 msgid "Removes everything including changed config files of the package" msgstr "Entfernt Pakete komplett (inklusive der geänderten Konfigurationsdateien)" # Zweifel "rekursivieren" ? gibt es das Wort ? Ist aber plausibel.. -#: inary/cli/remove.py:47 +#: inary/cli/remove.py:49 msgid "Remove component's and recursive components' packages" msgstr "Komponente entfernen und Pakete der Komponente rekursivieren" -#: inary/cli/removeorphaned.py:25 +#: inary/cli/removeorphaned.py:27 #, fuzzy msgid "" "Remove orphaned packages\n" @@ -2293,17 +2351,17 @@ msgstr "" "\n" "Entferne die komplette Depotinformation von dem System.\n" -#: inary/cli/removeorphaned.py:39 +#: inary/cli/removeorphaned.py:41 #, fuzzy msgid "remove-orphaned options" msgstr "Optionen von remove" -#: inary/cli/removeorphaned.py:43 +#: inary/cli/removeorphaned.py:45 #, fuzzy msgid "When removing orphaned, ignore packages and components whose basenames match pattern." msgstr "Beim Upgrade des Systemes, Pakete und Komponenten ignorieren, deren Basisnamen mit dem Muster übereinstimmt." -#: inary/cli/removerepo.py:21 +#: inary/cli/removerepo.py:23 msgid "" "Remove repositories\n" "\n" @@ -2319,7 +2377,7 @@ msgstr "" # Zweifel - in diesem Fall wäre als "summary" möglicherweise "Titel" auch # akzeptabel ? -#: inary/cli/search.py:25 +#: inary/cli/search.py:27 msgid "" "Search packages\n" "\n" @@ -2341,39 +2399,39 @@ msgstr "" "Durch die Angabe von Optionen kann in der Installations-\n" "oder Quelldatenbank gesucht werden.\n" -#: inary/cli/search.py:42 +#: inary/cli/search.py:44 msgid "search options" msgstr "Optionen von search" -#: inary/cli/search.py:44 +#: inary/cli/search.py:46 msgid "Summary and description language" msgstr "Zusammenfassungs- und Beschreibungssprache" -#: inary/cli/search.py:48 +#: inary/cli/search.py:50 msgid "Search in installdb" msgstr "Suche in installdb" -#: inary/cli/search.py:50 +#: inary/cli/search.py:52 msgid "Search in sourcedb" msgstr "Suche in sourcedb" -#: inary/cli/search.py:52 +#: inary/cli/search.py:54 msgid "Case sensitive search" msgstr "" -#: inary/cli/search.py:54 +#: inary/cli/search.py:56 msgid "Search in the package name" msgstr "Suche in den Paketnamen" -#: inary/cli/search.py:56 +#: inary/cli/search.py:58 msgid "Search in the package summary" msgstr "Suche in Zusammenfassung der Pakete" -#: inary/cli/search.py:58 +#: inary/cli/search.py:60 msgid "Search in the package description" msgstr "Suche in Paketbeschreibung" -#: inary/cli/searchfile.py:25 +#: inary/cli/searchfile.py:26 msgid "" "Search for a file\n" "\n" @@ -2387,30 +2445,30 @@ msgstr "" "\n" "Findet das installierte Paket welches die spezifizierte Datei beinhaltet.\n" -#: inary/cli/searchfile.py:38 +#: inary/cli/searchfile.py:39 msgid "search-file options" msgstr "Optionen von search-file" -#: inary/cli/searchfile.py:42 +#: inary/cli/searchfile.py:43 msgid "Show only package name" msgstr "Nur Paketnamen anzeigen" -#: inary/cli/searchfile.py:49 +#: inary/cli/searchfile.py:50 #, fuzzy msgid "Path '{}' does not belong to an installed package" msgstr "Dateipfad {} gehört zu keinem installierten Paket" -#: inary/cli/searchfile.py:53 +#: inary/cli/searchfile.py:54 #, fuzzy, python-brace-format msgid "Package {0} has file /{1}" msgstr "Paket {0} hat die Datei /{1}" -#: inary/cli/searchfile.py:66 +#: inary/cli/searchfile.py:67 #, fuzzy msgid "Searching for {}" msgstr "Suche {}" -#: inary/cli/updaterepo.py:25 +#: inary/cli/updaterepo.py:27 msgid "" "Update repository databases\n" "\n" @@ -2430,15 +2488,15 @@ msgstr "" "Synchronisiert die INARY-Datenbank mit dem aktuellen Depot.\n" "Falls kein Depot angegeben ist, werden alle Depots aktualisiert.\n" -#: inary/cli/updaterepo.py:42 +#: inary/cli/updaterepo.py:44 msgid "update-repo options" msgstr "Optionen von update-repo" -#: inary/cli/updaterepo.py:46 +#: inary/cli/updaterepo.py:48 msgid "Update database in any case" msgstr "Datenbank auf jeden Fall aktualisieren" -#: inary/cli/upgrade.py:26 +#: inary/cli/upgrade.py:28 msgid "" "Upgrade INARY packages\n" "\n" @@ -2473,239 +2531,235 @@ msgstr "" "Man kann auch Komponenten des Namens angeben, welche anschließend zum\n" "Paketnamen erweitert werden.\n" -#: inary/cli/upgrade.py:50 +#: inary/cli/upgrade.py:52 msgid "upgrade options" msgstr "Optionen von upgrade" -#: inary/cli/upgrade.py:54 +#: inary/cli/upgrade.py:56 msgid "Security related package upgrades only" msgstr "Nur sicherheitsrelevante Aktualisierungen" -#: inary/cli/upgrade.py:56 +#: inary/cli/upgrade.py:58 msgid "Do not update repositories" msgstr "Quellen nicht aktualisieren" -#: inary/cli/upgrade.py:62 +#: inary/cli/upgrade.py:64 msgid "Upgrade component's and recursive components' packages" msgstr "Upgrade für die Komponente durchführen und Pakete der Komponente rekursivieren" -#: inary/cli/upgrade.py:64 +#: inary/cli/upgrade.py:66 msgid "Name of the to be upgraded packages' repository" msgstr "Name des Paket-Depots welches aktualisiert werden soll" -#: inary/cli/upgrade.py:68 +#: inary/cli/upgrade.py:70 msgid "When upgrading system, ignore packages and components whose basenames match pattern." msgstr "Beim Upgrade des Systemes, Pakete und Komponenten ignorieren, deren Basisnamen mit dem Muster übereinstimmt." -#: inary/cli/upgrade.py:71 +#: inary/cli/upgrade.py:73 msgid "When upgrading system, ignore packages and components whose basenames match any pattern contained in file." msgstr "Beim Upgrade des Systems, Pakete und Komponenten ignorieren, deren Basisnamen mit einem der Muster aus der Datei übereinstimmt." -#: inary/cli/upgrade.py:75 +#: inary/cli/upgrade.py:77 #, fuzzy msgid "compare sha1sum repo and installed packages" msgstr "Bereits installierte Pakete erneut installieren." -#: inary/cli/upgrade.py:87 +#: inary/cli/upgrade.py:89 msgid "Updating repositories" msgstr "Depots-Upgrade wird durchgeführt" -#: inary/cli/upgrade.py:91 +#: inary/cli/upgrade.py:93 msgid "Will not update repositories" msgstr "Depots werden nicht aktualisiert" -#: inary/config.py:83 +#: inary/config.py:87 #, fuzzy msgid "Destination directory {} does not exist. Creating it." msgstr "Zielverzeichnis {} existiert nicht. Wird neu erstellt." -#: inary/configfile.py:130 +#: inary/configfile.py:132 #, fuzzy msgid "No section by name '{}'" msgstr "Kein Abschnitt mit Namen {} " -#: inary/constants.py:30 +#: inary/constants.py:41 #, fuzzy msgid "Can't rebind constant: {}" msgstr "Konstante kann nicht neu eingebunden werden: {}" # Zweifel - unbind ?? vielleicht "isoliert" oder "separiert" ? -#: inary/constants.py:36 +#: inary/constants.py:47 #, fuzzy msgid "Can't unbind constant: {}" msgstr "Konstante {} kann nicht geändert werden" -#: inary/data/history.py:45 +#: inary/data/history.py:47 #, fuzzy, python-brace-format msgid "{0} repository is updated." msgstr "{0}-Depot ist aktualisiert." -#: inary/data/history.py:65 +#: inary/data/history.py:67 #, fuzzy, python-brace-format msgid "{0} is upgraded from {1} to {2} with delta." msgstr "{0}-Upgrade von {1} zu {2} mit delta ist vorgenommen." -#: inary/data/history.py:67 +#: inary/data/history.py:69 #, fuzzy, python-brace-format msgid "{0} is upgraded from {1} to {2}." msgstr "{0} wurde aktualisiert von {1} auf {2}." -#: inary/data/history.py:69 +#: inary/data/history.py:71 #, fuzzy, python-brace-format msgid "{0} {1} is removed." msgstr "{0} {1} wurde entfernt." -#: inary/data/history.py:71 +#: inary/data/history.py:73 #, fuzzy, python-brace-format msgid "{0} {1} is installed." msgstr "{0} {1} ist installiert." -#: inary/data/history.py:73 +#: inary/data/history.py:75 #, fuzzy, python-brace-format msgid "{0} {1} is reinstalled." msgstr "{0} {1} wurde erneut installiert." -#: inary/data/history.py:75 +#: inary/data/history.py:77 #, fuzzy, python-brace-format msgid "{0} is downgraded from {1} to {2}." msgstr "{0} wurde heruntergestuft von {1} auf {2}." -#: inary/data/history.py:100 inary/data/history.py:122 +#: inary/data/history.py:102 inary/data/history.py:124 msgid "Unknown package operation" msgstr "Unbekannte Paketoperation" -#: inary/data/index.py:95 +#: inary/data/index.py:96 #, fuzzy msgid "Sorting: {}" msgstr "Erstelle {}..." -#: inary/data/index.py:178 +#: inary/data/index.py:179 #, fuzzy msgid "Adding packages from directory {}... " msgstr "Füge Paket zum Index hinzu: {}" -#: inary/data/index.py:187 +#: inary/data/index.py:188 #, fuzzy msgid "Adding packages from directory {}... done." msgstr "Füge Paket zum Index hinzu: {}" -#: inary/data/index.py:198 +#: inary/data/index.py:199 #, fuzzy msgid "Adding package to index: {}" msgstr "Füge Paket zum Index hinzu: {}" -#: inary/data/index.py:213 +#: inary/data/index.py:214 #, fuzzy msgid "Package {}: metadata corrupt, skipping..." msgstr "Paket {}: Metadata korrupt, wird übersprungen..." -#: inary/data/index.py:258 +#: inary/data/index.py:259 msgid "Adding groups.xml to index" msgstr "groups.xml wird zum Index hinzugefügt" -#: inary/data/index.py:264 +#: inary/data/index.py:265 msgid "Adding components.xml to index" msgstr "components.xml wird zum Index hinzugefügt" -#: inary/data/index.py:274 +#: inary/data/index.py:275 msgid "Adding distribution.xml to index" msgstr "distribution.xml wird zum Index hinzugefügt" -#: inary/data/index.py:295 +#: inary/data/index.py:296 #, fuzzy msgid "Adding source to index: {}" msgstr "Füge Paket zum Index hinzu: {}" -#: inary/data/index.py:314 +#: inary/data/index.py:315 #, fuzzy msgid "Building index of Inary files under {}" msgstr "Indexiere INARY-Dateien unter {}" -#: inary/data/index.py:319 +#: inary/data/index.py:320 msgid "Index file written" msgstr "Index-Datei geschrieben" -#: inary/data/metadata.py:73 +#: inary/data/metadata.py:75 #, fuzzy, python-brace-format msgid "Distribution: {0}, Dist. Release: {1}\n" msgstr "Distribution: {0}, Dist. Release: {1}\n" -#: inary/data/metadata.py:75 +#: inary/data/metadata.py:77 #, fuzzy, python-brace-format msgid "Architecture: {0}, Installed Size: {1}" msgstr "Architektur: {0}, Installierte Grösse: {1}" -#: inary/data/metadata.py:81 +#: inary/data/metadata.py:83 #, fuzzy msgid ", Package Size: {}" msgstr ", Paket-Größe: {}" -#: inary/data/metadata.py:83 +#: inary/data/metadata.py:85 msgid ", install.tar.xz sha1sum: {}" msgstr "" # Zweifel - was bedeutet das ? -#: inary/data/pgraph.py:29 +#: inary/data/pgraph.py:31 #, fuzzy msgid "Encountered cycle {}" msgstr "Zusammengetroffener Zyklus {}" -#: inary/data/specfile.py:169 +#: inary/data/specfile.py:166 #, fuzzy, python-brace-format msgid "URI: {0}, type: {1}, sha1sum: {2}" msgstr "URI: {0}, Typ: {1}, Sha1sum: {2}" -#: inary/data/specfile.py:198 inary/data/specfile.py:201 +#: inary/data/specfile.py:195 inary/data/specfile.py:198 msgid " or " msgstr " oder" -#: inary/data/specfile.py:278 inary/operations/install.py:293 +#: inary/data/specfile.py:275 inary/operations/install.py:295 #, fuzzy, python-brace-format msgid "{0} dependency of package {1} is not satisfied" msgstr "Abhängigkeit {0} von {1} ist nicht zufriedenstellend" -#: inary/data/specfile.py:376 inary/data/specfile.py:487 +#: inary/data/specfile.py:373 inary/data/specfile.py:454 #, fuzzy msgid "Summary: {}\n" msgstr "Zusammenfassung: {}\n" -#: inary/data/specfile.py:377 inary/data/specfile.py:488 +#: inary/data/specfile.py:374 inary/data/specfile.py:455 #, fuzzy msgid "Description: {}\n" msgstr "Beschreibung: {}\n" -#: inary/data/specfile.py:378 inary/data/specfile.py:489 +#: inary/data/specfile.py:375 inary/data/specfile.py:456 #, fuzzy msgid "Licenses: {}\n" msgstr "Lizenzen: {}\n" -#: inary/data/specfile.py:379 inary/data/specfile.py:490 +#: inary/data/specfile.py:376 inary/data/specfile.py:457 #, fuzzy msgid "Component: {}\n" msgstr "Komponente: {}\n" -#: inary/data/specfile.py:380 +#: inary/data/specfile.py:377 msgid "Provides: " msgstr "Bietet:" -#: inary/data/specfile.py:384 +#: inary/data/specfile.py:381 msgid "Dependencies: " msgstr "Abhängigkeiten:" -#: inary/data/specfile.py:437 inary/data/specfile.py:446 -msgid "translations.xml file is badly formed." +#: inary/data/specfile.py:433 +#, fuzzy +msgid "translations.xml {} file is badly formed." msgstr "Die Datei translations.xml ist fehlerhaft formatiert." -#: inary/data/specfile.py:470 -#, fuzzy, python-brace-format -msgid "File '{0}' has invalid XML: {1}" -msgstr "Datei {} hat ungültiges XML" - -#: inary/data/specfile.py:491 +#: inary/data/specfile.py:458 msgid "Build Dependencies: " msgstr "Build Abhängigkeiten:" -#: inary/db/componentdb.py:114 +#: inary/db/componentdb.py:104 #, fuzzy msgid "Component {} not found" msgstr "Komponente {} nicht gefunden" @@ -2717,30 +2771,35 @@ msgstr "Rekonstruiere Datei-Datenbank" #: inary/db/filesdb.py:48 #, fuzzy +msgid "-> Adding '{}' to db..." +msgstr "{} wird zur db hinzugefügt... " + +#: inary/db/filesdb.py:49 +#, fuzzy msgid "" "\n" "Added files database..." msgstr "Rekonstruiere Datei-Datenbank" -#: inary/db/filesdb.py:70 +#: inary/db/filesdb.py:84 #, fuzzy -msgid "-> Adding '{}' to db..." -msgstr "{} wird zur db hinzugefügt... " +msgid "Removing files from database" +msgstr "Rekonstruiere Datei-Datenbank" -#: inary/db/groupdb.py:89 inary/db/groupdb.py:98 +#: inary/db/groupdb.py:77 inary/db/groupdb.py:86 #, fuzzy msgid "Group {} not found" msgstr "Gruppe {} nicht gefunden" -#: inary/db/installdb.py:43 +#: inary/db/installdb.py:39 msgid "installed" msgstr "installiert" -#: inary/db/installdb.py:43 +#: inary/db/installdb.py:39 msgid "installed-pending" msgstr "Installation ausstehend" -#: inary/db/installdb.py:60 +#: inary/db/installdb.py:56 #, fuzzy, python-brace-format msgid "" "State: {0}\n" @@ -2749,466 +2808,458 @@ msgstr "" "Status: {0}\n" "Version: {1}, Release: {2}\n" -#: inary/db/installdb.py:64 +#: inary/db/installdb.py:60 #, fuzzy, python-brace-format msgid "Distribution: {0}, Install Time: {1}\n" msgstr "Distribution: {0}, Installationszeit: {1}\n" -#: inary/db/installdb.py:111 inary/db/installdb.py:135 +#: inary/db/installdb.py:106 #, fuzzy msgid "Installation info for package '{}' is broken. Reinstall it to fix this problem." msgstr "Installations-Info für Paket {} ist defekt. Installieren Sie es noch einmal, um das Problem zu lösen." -#: inary/db/installdb.py:431 +#: inary/db/installdb.py:385 #, fuzzy msgid "Package {} is not installed" msgstr "Paket {} ist nicht installiert" -#: inary/db/itembyrepo.py:40 +#: inary/db/itembyrepo.py:42 #, fuzzy msgid "{} not found in any repository." msgstr "{} wurde in keinem Depot gefunden." -#: inary/db/itembyrepo.py:50 +#: inary/db/itembyrepo.py:52 #, fuzzy msgid "Repo item {} not found" msgstr "Depot-Gegenstand {} nicht gefunden" -#: inary/db/itembyrepo.py:60 inary/db/itembyrepo.py:71 -#: inary/db/itembyrepo.py:81 +#: inary/db/itembyrepo.py:62 inary/db/itembyrepo.py:73 +#: inary/db/itembyrepo.py:83 #, fuzzy msgid "Repository {} does not exist." msgstr "Depot {} existiert nicht." -#: inary/db/packagedb.py:210 inary/db/packagedb.py:220 +#: inary/db/packagedb.py:164 inary/db/packagedb.py:172 #, fuzzy msgid "Package {} not found." msgstr "Paket {} nicht gefunden." -#: inary/db/repodb.py:254 +#: inary/db/repodb.py:198 #, fuzzy msgid "{} repository needs to be updated" msgstr "{}-Depot muss aktualisiert werden" -#: inary/db/repodb.py:268 +#: inary/db/repodb.py:205 #, fuzzy msgid "" "Error parsing repository index information: {} \n" " Index file does not exist or is malformed." msgstr "Fehler beim analysieren der Index-Datei des Depots. Index-Datei fehlerhaft oder nicht vorhanden." -#: inary/db/repodb.py:397 +#: inary/db/repodb.py:313 #, fuzzy msgid "Repository '{}' is not compatible with your distribution. Repository is disabled." msgstr "Depot {} ist nicht kompatibel zu Ihrer Distribution. Depot ist desaktiviert." -#: inary/fetcher.py:151 -msgid "" -"Url Problem: \n" -" {}" +#: inary/fetcher.py:22 +msgid "Please install requests" msgstr "" -#: inary/fetcher.py:156 +#: inary/fetcher.py:154 msgid "" -"Reaised an HTTP Error: \n" +"Url Problem: \n" " {}" msgstr "" -#: inary/fetcher.py:161 +#: inary/fetcher.py:159 msgid "" "Can not avaible remote server: \n" " {}" msgstr "" -#: inary/fetcher.py:170 +#: inary/fetcher.py:169 msgid "Filename error" msgstr "Dateinamen Fehler" -#: inary/fetcher.py:173 -#, fuzzy -msgid "Access denied to write to destination directory: \"{}\"" +#: inary/fetcher.py:172 +#, fuzzy, python-format +msgid "Access denied to write to destination directory: \"%s\"" msgstr "Schreibzugriff verweigert für Zielverzeichnis: \"{}\"" -#: inary/fetcher.py:176 -#, fuzzy -msgid "Access denied to destination file: \"{}\"" +#: inary/fetcher.py:175 +#, fuzzy, python-format +msgid "Access denied to destination file: \"%s\"" msgstr "Zugriff verweigert für Zieldatei: \"{}\"" -#: inary/fetcher.py:188 -msgid "Requested range not satisfiable, starting again." -msgstr "" - -#: inary/fetcher.py:196 -#, fuzzy, python-brace-format -msgid "" -"Could not fetch destination file: \"{0}\" \n" -"Raised Value error: \"{1}\"" +#: inary/fetcher.py:212 +#, fuzzy, python-format +msgid "Could not fetch destination file \"%s\":%s" msgstr "Zieldatei konnte nicht abgerufen werden \"{0}\": {1}" -#: inary/fetcher.py:198 inary/fetcher.py:200 inary/fetcher.py:202 -#, fuzzy, python-brace-format -msgid "" -"Could not fetch destination file: \"{0}\"; \n" -"\"{1}\"" -msgstr "Zieldatei konnte nicht abgerufen werden \"{0}\": {1}" +#: inary/fetcher.py:216 +msgid "Package manager not support downloding from ftp mirror" +msgstr "" -#: inary/fetcher.py:204 -#, fuzzy, python-brace-format -msgid "Could not fetch destination file: \"{0}\"; (\"{1}\"): \"{2}\"" -msgstr "Zieldatei konnte nicht abgerufen werden \"{1}\": {2}" +#: inary/fetcher.py:219 +#, fuzzy +msgid "Copying local file {}" +msgstr "Entferne Cachedatei {}..." -#: inary/fetcher.py:207 +#: inary/fetcher.py:224 #, fuzzy -msgid "A problem occurred. Please check the archive address and/or permissions again. {}" +msgid "A problem occurred. Please check the archive address and/or permissions again." msgstr "Es ist ein Problem aufgetreten. Bitte die Archiv-Adresse und/oder die Rechte überprüfen." -#: inary/fetcher.py:270 inary/fetcher.py:302 +#: inary/fetcher.py:257 #, fuzzy msgid "Proxy configuration has been found for '{}' protocol" msgstr "Für das {} Protokoll wurde eine Proxy-Konfiguration entdeckt" -#: inary/fetcher.py:309 +#: inary/fetcher.py:264 #, fuzzy msgid "Bandwidth usage is limited to {} KB/s" msgstr "Bandbreitenbegrenzung ist eingestellt auf {} KB/s" -#: inary/fetcher.py:321 -msgid "Remote file can not be reached. Previously downloaded part of the file will be removed." -msgstr "Zugriff auf Datei nicht möglich. Heruntergeladene Teile der Datei werden gelöscht." - -#: inary/fetcher.py:330 -msgid "Server doesn't support partial downloads. Previously downloaded part of the file will be over-written." -msgstr "Der Server unterstützt keine partiellen Downloads. Eine zuvor geladener Teil der Datei wird überschrieben." - -#: inary/fetcher.py:400 inary/fetcher.py:421 inary/fetcher.py:434 -msgid "ftp error" -msgstr "" - -#: inary/fetcher.py:461 +#: inary/fetcher.py:287 #, fuzzy, python-brace-format msgid "{0} package found in {1} repository" msgstr "Paket {0} in Depot {1} gefunden" -#: inary/fetcher.py:465 +#: inary/fetcher.py:291 #, fuzzy msgid "{} package already fetched" msgstr "Paket {} ist schon heruntergeladen" -#: inary/file.py:35 +#: inary/file.py:38 #, fuzzy, python-brace-format msgid "URL {0} already downloaded as {1}" msgstr "URL {0} bereits heruntergeladen als {1}" -#: inary/file.py:41 +#: inary/file.py:44 #, fuzzy msgid "No signature found for {}" msgstr "Keine Signatur gefunden für {}" -#: inary/file.py:49 +#: inary/file.py:52 #, fuzzy msgid " invalid for {}" msgstr "ungültig für {}" -#: inary/file.py:71 +#: inary/file.py:74 msgid "uri must have type either URI or string" msgstr "uri muss entweder vom Typ URI oder String sein" -#: inary/file.py:139 +#: inary/file.py:142 #, fuzzy msgid "Fetching {}" msgstr "{} wird abgerufen" -#: inary/file.py:143 +#: inary/file.py:146 #, fuzzy msgid "Copying {} to transfer dir" msgstr "{} wird zum Übertragungs-Verzeichnis kopiert" -#: inary/file.py:148 +#: inary/file.py:151 #, fuzzy msgid "File '{}' not found." msgstr "Datei {} nicht gefunden." # Zweifel - komprimisiert, komisches Wort -#: inary/file.py:169 +#: inary/file.py:172 #, fuzzy msgid "File integrity of {} compromised." msgstr "Datei-Integrität von {} kompromittiert." -#: inary/file.py:193 +#: inary/file.py:196 msgid "File mode must be either File.read or File.write" msgstr "Dateimodus muss entweder File.read oder File.write sein" -#: inary/file.py:198 +#: inary/file.py:201 msgid "Remote write not implemented" msgstr "Remote Schreiben nicht implementiert" -#: inary/file.py:251 inary/file.py:254 +#: inary/file.py:254 inary/file.py:257 #, fuzzy msgid "ERROR: gpg --detach-sig {} failed" msgstr "ERROR: gpg --detach-sig {} fehlgeschlagen" -#: inary/mirrors.py:46 +#: inary/mirrors.py:49 #, fuzzy msgid "Mirrors file {} does not exist. Could not resolve mirrors://" msgstr "Mirrors-Datei {} existiert nicht. Konnte mirrors:// nicht auflösen" -#: inary/operations/build.py:114 +#: inary/operations/build.py:116 #, fuzzy msgid "Path {} belongs in multiple packages" msgstr "Pfad {} gehört zu mehreren Paketen" -#: inary/operations/build.py:143 +#: inary/operations/build.py:145 #, fuzzy msgid "Removing special file skipped for: {}" msgstr "Entferne Cachedatei {}..." -#: inary/operations/build.py:192 +#: inary/operations/build.py:194 #, fuzzy msgid "Source URI: {}" msgstr "Quell URI: {}" -#: inary/operations/build.py:196 +#: inary/operations/build.py:198 #, fuzzy msgid "Source {} not found in any active repository." msgstr "Quell-Paket {} wurde in keinem der aktuellen Depot's gefunden." -#: inary/operations/build.py:321 +#: inary/operations/build.py:324 #, fuzzy msgid "pspec.xml avoids this package from building for '{}'" msgstr "pspec.xml verhindert verhindert erstellen des Pakets für {}" -#: inary/operations/build.py:324 +#: inary/operations/build.py:327 #, fuzzy msgid "Building source package: {}" msgstr "Quell-Paket wird erstelltt: {}" -#: inary/operations/build.py:340 +#: inary/operations/build.py:343 msgid "ccache detected..." msgstr "ccache entdeckt..." -#: inary/operations/build.py:342 +#: inary/operations/build.py:345 msgid "IceCream detected. Make sure your daemon is up and running..." msgstr "IceCream entdeckt. Stellen Sie sicher, dass Ihr Daemon gestartet ist..." -#: inary/operations/build.py:376 +#: inary/operations/build.py:379 #, fuzzy msgid "Rebuilding for {}" msgstr "Neuaufbau für {}" -#: inary/operations/build.py:502 +#: inary/operations/build.py:505 msgid "Cannot find component.xml in remote directory, Source is now part of unknown component" msgstr "Component.xml konnte im Verzeichnis nicht gefunden werden. Der Quellcode ist jetzt Teil von unbekannter Komponente" -#: inary/operations/build.py:510 +#: inary/operations/build.py:513 msgid "Cannot find component.xml in upper directory, Source is now part of unknown component" msgstr "Component.xml konnte im oberen Verzeichnis nicht gefunden werden. Der Quellcode ist jetzt Teil von unbekannter Komponente" -#: inary/operations/build.py:524 +#: inary/operations/build.py:527 msgid "Unpacking archive(s)..." msgstr "Datei wird entpackt..." -#: inary/operations/build.py:532 +#: inary/operations/build.py:535 #, fuzzy msgid " unpacked ({})" msgstr "{} entpackt" # Zweifel - installiert oder nur vorbereitet/konfiguriert ? geändert auf # "konfiguriert" -#: inary/operations/build.py:537 +#: inary/operations/build.py:540 msgid "Setting up source..." msgstr "Quelle wird konfiguriert..." -#: inary/operations/build.py:542 +#: inary/operations/build.py:545 msgid "Building source..." msgstr "Quelle wird konstruiert" -#: inary/operations/build.py:547 +#: inary/operations/build.py:550 msgid "Testing package..." msgstr "Paket wird getestet..." -#: inary/operations/build.py:551 +#: inary/operations/build.py:554 msgid "Installing..." msgstr "Wird installiert..." # Zweifel - "Nicht in der Lage" sollte es etwas kürzeres/treffenderes geben ?? -#: inary/operations/build.py:630 +#: inary/operations/build.py:633 #, fuzzy, python-brace-format msgid "Unable to read Actions Script ({0}): {1}" msgstr "Nicht in der Lage, Action Skript zu lesen {0}: {1}" -#: inary/operations/build.py:633 +#: inary/operations/build.py:636 #, fuzzy, python-brace-format msgid "SyntaxError in Actions Script ({0}): {1}" msgstr "Syntax-Fehler im Action Skript {0}: {1}" -#: inary/operations/build.py:661 +#: inary/operations/build.py:664 #, fuzzy, python-brace-format msgid "Unable to read SCOM script ({0}): {1}" msgstr "Nicht in der Lage, das SCOM Skript zu lesen {0}:{1}" -#: inary/operations/build.py:664 +#: inary/operations/build.py:667 #, fuzzy, python-brace-format msgid "SyntaxError in SCOM file ({0}): {1}" msgstr "Syntax-Fehler in der SCOM-Datei {0}: {1}" -#: inary/operations/build.py:698 +#: inary/operations/build.py:701 #, fuzzy, python-brace-format msgid "Sandbox violation: {0} ({1} -> {2})" msgstr "Sandbox-Verletzung: {0} ({1} -> {2})" -#: inary/operations/build.py:714 inary/util.py:525 +#: inary/operations/build.py:717 inary/util/file_utils.py:277 #, fuzzy msgid "ERROR: WorkDir ({}) does not exist\n" msgstr "FEHLER: Arbeitsverzeichnis {} existiert nicht\n" -#: inary/operations/build.py:724 +#: inary/operations/build.py:727 msgid "Sandbox enabled build..." msgstr "Sandbox ermöglicht Build..." -#: inary/operations/build.py:748 +#: inary/operations/build.py:751 msgid "Sandbox violation result:" msgstr "Ergebniss der Sandbox-Verletzung:" -#: inary/operations/build.py:753 +#: inary/operations/build.py:756 msgid "Sandbox violations!" msgstr "Sandbox-Verletzungen!" -#: inary/operations/build.py:759 +#: inary/operations/build.py:762 #, fuzzy msgid "unable to call function from actions: {}" msgstr "nicht in der Lage, die Funktion vom Vorgang aufzurufen: {}" -#: inary/operations/build.py:772 +#: inary/operations/build.py:775 #, fuzzy, python-brace-format msgid "Source package '{0}' defines a relative 'Path' element: {1}" msgstr "Quellpaket {0} definiert ein Element des relativen 'Pfads': {1}" -#: inary/operations/build.py:776 +#: inary/operations/build.py:779 #, fuzzy, python-brace-format msgid "Source package '{0}' defines multiple 'Path' tags for {1}" msgstr "Quellpaket {0} definiert mehrfache 'Pfad' tags für {1}" -#: inary/operations/build.py:804 +#: inary/operations/build.py:807 msgid "Safety switch: following extra packages in system.devel will be installed: " msgstr "Sicherheitsschalter: Folgende extra Pakete in system.devel werden installiert: " -#: inary/operations/build.py:809 +#: inary/operations/build.py:812 msgid "Safety switch: the component system.devel cannot be found" msgstr "Sicherheitsschalter: die Komponente system.devel konnte nicht gefunden werden" -#: inary/operations/build.py:818 +#: inary/operations/build.py:821 msgid "Unsatisfied Build Dependencies:" msgstr "Fehlende Build-Abhängigkeit:" -#: inary/operations/build.py:822 +#: inary/operations/build.py:825 msgid "Cannot build package due to unsatisfied build dependencies" msgstr "Paket kann wegen unerfüllten Abhängigkeiten nicht erstellt werden" -#: inary/operations/build.py:827 +#: inary/operations/build.py:830 #, fuzzy msgid "Build dependency {} cannot be satisfied" msgstr "Build-Abhängigkeit {} konnte nicht zufriedengestellt werden" -#: inary/operations/build.py:829 +#: inary/operations/build.py:832 msgid "Do you want to install the unsatisfied build dependencies" msgstr "Wollen Sie die notwendigen fehlenden Abhängigkeiten installieren" -#: inary/operations/build.py:830 +#: inary/operations/build.py:833 msgid "Installing build dependencies." msgstr "Build-Abhängigkeiten werden installiert." -#: inary/operations/build.py:836 +#: inary/operations/build.py:839 msgid "Ignoring build dependencies." msgstr "Build-Abhängigkeiten werden ignoriert." -#: inary/operations/build.py:846 +#: inary/operations/build.py:849 #, fuzzy msgid "Patch file is missing: {}\n" msgstr "Patch-Datei fehlend: {}\n" -#: inary/operations/build.py:848 +#: inary/operations/build.py:851 #, fuzzy msgid "Patch file is empty: {}" msgstr "Patch-Datei ist leer: {}" -#: inary/operations/build.py:864 +#: inary/operations/build.py:867 #, fuzzy msgid "Applying patch: {}" msgstr "Wende Patch an: {}" +#: inary/operations/build.py:993 +#, fuzzy, python-format +msgid "No user named '%s' found on the system" +msgstr "Benutzer {} kann auf diesem System nicht gefunden werden" + +#: inary/operations/build.py:999 +#, fuzzy, python-format +msgid "No group named '%s' found on the system" +msgstr "Gruppe {} kann auf diesem System nicht gefunden werden" + +#: inary/operations/build.py:1006 +#, fuzzy, python-format +msgid "No group named '%s' (value guessed from owner) found on the system" +msgstr "Gruppe {} kann auf diesem System nicht gefunden werden" + # Zweifel, -#: inary/operations/build.py:985 +#: inary/operations/build.py:1015 #, fuzzy msgid "/{} has suid bit set" msgstr "/{} hat das suid-bit gesetzt" -#: inary/operations/build.py:1077 +#: inary/operations/build.py:1094 #, fuzzy msgid "There are abandoned files under the install dir ({}):" msgstr "Es gibt zurückgelassene Dateien im Installationsverzeichnis {}:" -#: inary/operations/build.py:1113 +#: inary/operations/build.py:1130 #, fuzzy msgid "Ignoring empty package {}" msgstr "Ignoriere leeres Paket {}" -#: inary/operations/build.py:1116 +#: inary/operations/build.py:1133 #, fuzzy msgid "Building package: {}" msgstr "Erstelle Paket: {}" -#: inary/operations/build.py:1133 inary/operations/delta.py:56 +#: inary/operations/build.py:1150 inary/operations/delta.py:58 #, fuzzy msgid "Creating {}..." msgstr "Erstelle {}..." -#: inary/operations/build.py:1182 +#: inary/operations/build.py:1199 msgid "Cleaning build directory..." msgstr "Build-Verzeichnis wird geleert..." -#: inary/operations/build.py:1185 +#: inary/operations/build.py:1202 msgid "Keeping build directory" msgstr "Erhalte Build-Verzeichnis" -#: inary/operations/build.py:1275 +#: inary/operations/build.py:1292 msgid "Action script error caught." msgstr "Fehler im Action Script entdeckt." -#: inary/operations/build.py:1279 +#: inary/operations/build.py:1296 #, python-format msgid "*** %d error(s), %d warning(s)" msgstr "*** %d Fehlermeldungr(en), %d Warnung(en)" -#: inary/operations/build.py:1362 +#: inary/operations/build.py:1379 #, fuzzy msgid "Last state was '{}'" msgstr "Letzter Status war {}" -#: inary/operations/delta.py:43 +#: inary/operations/delta.py:45 #, fuzzy, python-brace-format msgid "The file '{0}' belongs to a different package other than '{1}'. Skipping it..." msgstr "Die Datei {0} gehört zu einem anderen Paket als '{1}'. Überspringe es..." -#: inary/operations/delta.py:47 +#: inary/operations/delta.py:49 #, fuzzy msgid "Package '{}' has the same release number with the new package. Skipping it..." msgstr "Das Paket {} hat die gleiche Versionsnummer wie das neue Paket. Überspringe es..." -#: inary/operations/delta.py:66 +#: inary/operations/delta.py:68 #, fuzzy msgid "All files in the package '{}' are different from the files in the new package. Skipping it..." msgstr "Alle Dateien im Paket {} unterscheiden sich von den Dateien in dem neuen Paket. Überspringe..." -#: inary/operations/delta.py:108 +#: inary/operations/delta.py:110 #, fuzzy msgid "New package '{}' exists in the list of old packages. Skipping it..." msgstr "Neues Paket {} existiert in der Liste der alten Pakete. Überspringe es..." -#: inary/operations/emerge.py:35 +#: inary/operations/emerge.py:37 msgid "No packages to emerge." msgstr "Keine Pakete zu emerge." -#: inary/operations/emerge.py:50 +#: inary/operations/emerge.py:52 msgid "" "The following list of packages will be installed\n" "from repository in the respective order to satisfy dependencies:\n" @@ -3216,7 +3267,7 @@ msgstr "" "Die folgende Paketliste wird aus dem Depot in der\n" "angegebenen Reihenfolge installiert um die Abhängigkeiten zu erfüllen:\n" -#: inary/operations/emerge.py:53 +#: inary/operations/emerge.py:55 msgid "" "The following list of packages will be built and\n" "installed in the respective order to satisfy dependencies:\n" @@ -3224,26 +3275,26 @@ msgstr "" "Die folgende Paketliste wird in der angegebenen\n" "Reihenfolge build und installiert um die Abhängigkeiten zu erfüllen:\n" -#: inary/operations/emerge.py:61 inary/operations/install.py:83 +#: inary/operations/emerge.py:63 inary/operations/install.py:85 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 ?" -#: inary/operations/emerge.py:95 +#: inary/operations/emerge.py:97 #, fuzzy msgid "Cannot find source package: {}" msgstr "Nicht gefunden Quellcode Paket: {}" -#: inary/operations/helper.py:51 +#: inary/operations/helper.py:52 #, fuzzy msgid "Selected packages [{}] are in conflict with each other." msgstr "Markierte Pakete [{}] sind in Konflikt miteinander." -#: inary/operations/helper.py:56 +#: inary/operations/helper.py:57 #, fuzzy, python-brace-format msgid "[{0} conflicts with: {1}]\n" msgstr "[{0} in Konflikt mit: {1}]\n" -#: inary/operations/helper.py:58 +#: inary/operations/helper.py:59 #, fuzzy msgid "" "The following packages have conflicts:\n" @@ -3252,46 +3303,46 @@ msgstr "" "Die folgenden Pakete haben Konflikte:\n" "{}" -#: inary/operations/helper.py:60 +#: inary/operations/helper.py:61 msgid "Remove the following conflicting packages?" msgstr "Folgende widersprüchliche Pakete entfernen?" -#: inary/operations/helper.py:61 +#: inary/operations/helper.py:62 msgid "Conflicting packages should be removed to continue" msgstr "Pakete mit Konflikten sollten zuerst entfernt werden" -#: inary/operations/history.py:84 inary/operations/history.py:94 +#: inary/operations/history.py:87 inary/operations/history.py:97 #, fuzzy msgid "{} could not be found" msgstr "{} konnte nicht gefunden werden" -#: inary/operations/history.py:97 inary/package.py:106 -#: inary/sourcearchive.py:119 +#: inary/operations/history.py:100 inary/package.py:109 +#: inary/sourcearchive.py:124 #, fuzzy msgid "{} [cached]" msgstr "{} [cached]" -#: inary/operations/history.py:145 +#: inary/operations/history.py:148 msgid "Following packages will be installed:\n" msgstr "Folgende Pakete werden installiert:\n" -#: inary/operations/history.py:148 +#: inary/operations/history.py:151 msgid "Following packages will be removed:\n" msgstr "Folgende Pakete werden entfernt:\n" -#: inary/operations/history.py:150 inary/operations/history.py:164 -#: inary/operations/install.py:214 inary/operations/remove.py:73 -#: inary/operations/upgrade.py:194 +#: inary/operations/history.py:153 inary/operations/history.py:167 +#: inary/operations/install.py:216 inary/operations/remove.py:76 +#: inary/operations/upgrade.py:196 msgid "Do you want to continue?" msgstr "Wollen Sie fortfahren?" -#: inary/operations/history.py:156 inary/operations/install.py:97 -#: inary/operations/upgrade.py:205 +#: inary/operations/history.py:159 inary/operations/install.py:99 +#: inary/operations/upgrade.py:207 #, python-format msgid "Downloading %d / %d" msgstr "Wird heruntergeladen %d / %d" -#: inary/operations/history.py:162 +#: inary/operations/history.py:165 msgid "" "\n" "Following packages could not be found in repositories and are not cached:\n" @@ -3299,175 +3350,180 @@ msgstr "" "\n" "Folgende Pakete konnten in den Depots nicht gefunden werden und werden somit nicht zwischengespeichert:\n" -#: inary/operations/info.py:34 +#: inary/operations/info.py:35 #, fuzzy msgid "File {} not found" msgstr "Datei {} nicht gefunden" -#: inary/operations/install.py:47 inary/operations/install.py:149 +#: inary/operations/install.py:49 inary/operations/install.py:151 msgid "The following package(s) are already installed and are not going to be installed again:" msgstr "Die folgenden Pakete sind schon installiert, und werden nicht noch einmal installiert:" -#: inary/operations/install.py:53 inary/operations/install.py:227 +#: inary/operations/install.py:55 inary/operations/install.py:229 msgid "No packages to install." msgstr "Keine zu installierenden Pakete." -#: inary/operations/install.py:71 +#: inary/operations/install.py:73 msgid "Following packages will be installed:" msgstr "Folgende Pakete werden installiert:" -#: inary/operations/install.py:76 inary/operations/upgrade.py:181 +#: inary/operations/install.py:78 inary/operations/upgrade.py:183 #, python-format msgid "Total size of package(s): %.2f %s" msgstr "Gesamtgrösse der Pakete: %.2f %s" -#: inary/operations/install.py:116 inary/operations/upgrade.py:219 +#: inary/operations/install.py:118 inary/operations/upgrade.py:221 #, python-format msgid "Installing %d / %d" msgstr "Wird installiert %d / %d" -#: inary/operations/install.py:136 +#: inary/operations/install.py:138 msgid "Mixing file names and package names not supported yet." msgstr "Mischen von Dateinamen und Paketnamen wird noch nicht unterstützt." -#: inary/operations/install.py:180 +#: inary/operations/install.py:182 #, fuzzy, python-brace-format msgid "Package {0} is not compatible with your distribution release {1} {2}." msgstr "Paket {0} ist nicht kompatibel mit Ihrer Distributions-Release {1} {2}." -#: inary/operations/install.py:184 +#: inary/operations/install.py:186 #, fuzzy, python-brace-format msgid "Package {0} ({1}) is not compatible with your {2} architecture." msgstr "Paket {0} {1} ist nicht kompatibel mit Ihrer {2} Architektur." -#: inary/operations/install.py:206 +#: inary/operations/install.py:208 #, fuzzy msgid "External dependencies not satisfied: {}" msgstr "Externe Abhängigkeiten werden nicht erfüllt: {}" -#: inary/operations/install.py:211 +#: inary/operations/install.py:213 msgid "The following packages will be installed in order to satisfy dependencies:" msgstr "Die folgenden Pakete werden installiert, um die Abhängigkeiten zu erfüllen:" -#: inary/operations/install.py:215 +#: inary/operations/install.py:217 msgid "External dependencies not satisfied" msgstr "Externe Abhängigkeiten werden nicht erfüllt" # Zweifel - ist glaube ich "Reihenfolge" gemeint (kh) -#: inary/operations/install.py:258 +#: inary/operations/install.py:260 msgid "Installation order: " msgstr "Installations-Reihenfolge:" -#: inary/operations/remove.py:44 +#: inary/operations/install.py:275 +#, fuzzy +msgid "Checking dependencies for install..." +msgstr "Folgende Pakete werden installiert:" + +#: inary/operations/remove.py:47 msgid "Safety switch prevents the removal of following packages:\n" msgstr "Das Sicherheitssystem verhindert das Entfernen der folgenden Packete:\n" -#: inary/operations/remove.py:49 inary/operations/upgrade.py:392 +#: inary/operations/remove.py:52 inary/operations/upgrade.py:394 msgid "Safety switch: The component system.base cannot be found." msgstr "Sicherheitssystem: Die Komponente system.base kann nicht gefunden werden." -#: inary/operations/remove.py:56 +#: inary/operations/remove.py:59 #, fuzzy msgid "Package {} does not exist. Cannot remove." msgstr "Paket {} existiert nicht. Kann nicht entfernt werden." -#: inary/operations/remove.py:60 +#: inary/operations/remove.py:63 msgid "No packages to remove." msgstr "Es gibt keine Pakete zum entfernen." -#: inary/operations/remove.py:69 +#: inary/operations/remove.py:72 msgid "" "The following list of packages will be removed\n" "in the respective order to satisfy dependencies:\n" msgstr "Die folgende Paketliste wird in der entsprechenden Reihenfolge entfernt, um die Abhängigkeiten zu erfüllen:\n" -#: inary/operations/remove.py:74 +#: inary/operations/remove.py:77 msgid "Package removal declined" msgstr "Paket-Entfernung abgelehnt" -#: inary/operations/remove.py:91 +#: inary/operations/remove.py:94 #, fuzzy msgid "Package {} is not installed. Cannot remove." msgstr "Paket {} ist nicht installiert. Kann nicht entfernt werden." -#: inary/operations/remove.py:126 +#: inary/operations/remove.py:129 msgid "Conflicts remain" msgstr "Es gibt immer noch Konflikte" # Zweifel - ich glaube "übrig" ist nicht richtig, aber besser ?? -#: inary/operations/remove.py:134 +#: inary/operations/remove.py:137 msgid "Obsoleted packages remaining" msgstr "Veraltete Pakete übrig" -#: inary/operations/remove.py:138 +#: inary/operations/remove.py:141 msgid "Replaced package remains" msgstr "Paket-Reste ersetzt" -#: inary/operations/upgrade.py:52 +#: inary/operations/upgrade.py:54 msgid "You must restart the following service(s) manually for the updated software to take effect:" msgstr "Sie müssen die folgenden Dienste manuell neu starten, damit die installierten Programme wirksam werden:" -#: inary/operations/upgrade.py:59 +#: inary/operations/upgrade.py:61 msgid "You must restart your system for the updates in the following package(s) to take effect:" msgstr "Sie müssen das System neu starten, damit die Paketaktualisierungen wirksam werden:" -#: inary/operations/upgrade.py:84 +#: inary/operations/upgrade.py:86 msgid "Warning: package *name* ends with '.inary'" msgstr "Warnung: Paket *name* endet mit '.inary'" -#: inary/operations/upgrade.py:87 +#: inary/operations/upgrade.py:89 #, fuzzy msgid "Package {} is not installed." msgstr "Paket {} ist nicht installiert." -#: inary/operations/upgrade.py:91 +#: inary/operations/upgrade.py:93 #, fuzzy msgid "Package {} is not available in repositories." msgstr "Paket {} ist in den Depots nicht vorhanden." -#: inary/operations/upgrade.py:114 +#: inary/operations/upgrade.py:116 #, fuzzy, python-brace-format msgid "Package {0.name} is already at the latest release {0.release}." msgstr "Paket {0.name} ist schon mit der letzten Release {0.release}." -#: inary/operations/upgrade.py:118 +#: inary/operations/upgrade.py:120 #, fuzzy msgid "The following packages have different sha1sum:" msgstr "" "Die folgenden Pakete haben Konflikte:\n" "{}" -#: inary/operations/upgrade.py:176 +#: inary/operations/upgrade.py:178 msgid "The following packages will be upgraded:" msgstr "Folgende Pakete werden aktualisiert:" -#: inary/operations/upgrade.py:187 +#: inary/operations/upgrade.py:189 msgid "There are extra packages due to dependencies." msgstr "Es gibt zusätzliche Pakete auf Grund von Abhängigkeiten." -#: inary/operations/upgrade.py:267 +#: inary/operations/upgrade.py:269 #, fuzzy, python-brace-format msgid "Dependency {0} of {1} cannot be satisfied" msgstr "Abhängigkeit {0} von {1} kann nicht erfüllt werden" -#: inary/operations/upgrade.py:268 +#: inary/operations/upgrade.py:270 msgid "Upgrade is not possible." msgstr "Upgrade ist nicht möglich." -#: inary/operations/upgrade.py:362 +#: inary/operations/upgrade.py:364 msgid "Safety switch forces the installation of following packages:" msgstr "Das Sicherheitssystem erzwingt die Installation der folgenden Pakete:" -#: inary/operations/upgrade.py:380 +#: inary/operations/upgrade.py:382 msgid "Safety switch forces the upgrade of following packages:" msgstr "Das Sicherheitssystem erzwingt die Aktualisierung der folgenden Pakete:" -#: inary/package.py:68 +#: inary/package.py:71 #, fuzzy msgid "Cannot open package file: {}" msgstr "Kann das Paket nicht öffnen: {}" -#: inary/package.py:89 +#: inary/package.py:92 #, fuzzy msgid "Unsupported package format: {}" msgstr "Paketfomat nicht unterstützt: {}" @@ -3475,7 +3531,7 @@ msgstr "Paketfomat nicht unterstützt: {}" # Zweifel # is the english text correct ? should maybe the last sentence refer to update # of "package list" of the repo ?? -#: inary/package.py:103 +#: inary/package.py:106 #, fuzzy msgid "" "There was a problem while fetching '{}'.\n" @@ -3484,27 +3540,27 @@ msgstr "" "Es ist ein Fehler während des Abrufes von {} aufgetreten.\n" "Das Paket ist möglicherweise im Depot aktualisiert worden. Bitte versuchen Sie das Paket zu upgraden." -#: inary/scenarioapi/package.py:67 +#: inary/scenarioapi/package.py:69 #, fuzzy msgid "No inary package: {}* found." msgstr "Kein INARY-Paket: {}* gefunden." -#: inary/scenarioapi/repoops.py:28 +#: inary/scenarioapi/repoops.py:30 #, fuzzy msgid "Repo already has package named {}." msgstr "Repo hat schon ein Paket mit dem Namen {}." -#: inary/scenarioapi/repoops.py:52 inary/scenarioapi/repoops.py:59 +#: inary/scenarioapi/repoops.py:54 inary/scenarioapi/repoops.py:61 #, fuzzy msgid "Repo does not have package named {}." msgstr "Repo enthält kein Paket mit Namen {}." -#: inary/scomiface.py:32 +#: inary/scomiface.py:35 #, fuzzy msgid "scom-api package is not fully installed" msgstr "Scom-API Paket wurde nicht vollständig installiert" -#: inary/scomiface.py:89 +#: inary/scomiface.py:98 #, fuzzy msgid "" "Cannot connect to SCOM: \n" @@ -3513,338 +3569,362 @@ msgstr "" "Verbindung mit SCOM nicht möglich: \n" " {}\n" -#: inary/scomiface.py:97 +#: inary/scomiface.py:106 #, fuzzy msgid "Configuring {} package" msgstr "Konfiguriere Paket {}" -#: inary/scomiface.py:103 +#: inary/scomiface.py:112 #, fuzzy msgid "SCOM package updated. From now on, using new SCOM daemon." msgstr "SCOM Paket aktualisiert. Von jetzt an wird der neue SCOM daemon verwendet." -#: inary/scomiface.py:110 +#: inary/scomiface.py:119 #, fuzzy msgid "Registering {} scom script" msgstr "Registriere {} Scom-Skript" -#: inary/scomiface.py:119 inary/scomiface.py:124 inary/scomiface.py:137 -#: inary/scomiface.py:153 inary/scomiface.py:172 inary/scomiface.py:183 -#: inary/scomiface.py:205 inary/scomiface.py:216 inary/scomiface.py:223 +#: inary/scomiface.py:128 inary/scomiface.py:133 inary/scomiface.py:146 +#: inary/scomiface.py:162 inary/scomiface.py:181 inary/scomiface.py:192 +#: inary/scomiface.py:214 inary/scomiface.py:225 inary/scomiface.py:232 #, fuzzy msgid "Script error: {}" msgstr "Skript-Fehler: {}" -#: inary/scomiface.py:126 +#: inary/scomiface.py:135 msgid "Calling post install handlers" msgstr "Post install handlers werden aufgerufen" -#: inary/scomiface.py:145 +#: inary/scomiface.py:154 msgid "Running package's post install script" msgstr "Nach installieren des Skriptes, werden Pakete ausgeführt" -#: inary/scomiface.py:159 +#: inary/scomiface.py:168 #, fuzzy msgid "Running pre removal operations for {}" msgstr "Bereite {} zum Entfernen vor" -#: inary/scomiface.py:165 +#: inary/scomiface.py:174 msgid "Running package's pre remove script" msgstr "Vorbereitung zur Entfernen des Paketes wird ausgeführt" -#: inary/scomiface.py:174 +#: inary/scomiface.py:183 msgid "Calling pre remove handlers" msgstr "Prozess zur Vorbereitung des Entfernens wird aufgerufen" -#: inary/scomiface.py:189 +#: inary/scomiface.py:198 #, fuzzy msgid "Running post removal operations for {}" msgstr "Operationen nach dem Entfernen von {} werden durchgeführt" -#: inary/scomiface.py:198 +#: inary/scomiface.py:207 msgid "Running package's postremove script" msgstr "Skript wird ausgeführt, um die Deinstallation abzuschließen" -#: inary/scomiface.py:207 +#: inary/scomiface.py:216 msgid "Calling post remove handlers" msgstr "Bearbeitungsprozedur um den Deinstallationsvorgang abzuschließen wird aufgerufen" # Zweifel - unregistering = entfernen ? -#: inary/scomiface.py:218 +#: inary/scomiface.py:227 #, fuzzy msgid "Unregistering scom scripts" msgstr "Scom-Skripte werden entfernt" -#: inary/sourcearchive.py:62 +#: inary/sourcearchive.py:67 #, fuzzy msgid "Fetching source from: {}" msgstr "Quelle wird abgerufen von: {}" -#: inary/sourcearchive.py:75 +#: inary/sourcearchive.py:80 #, fuzzy, python-brace-format msgid "" "\n" "Source archive is stored: {0}/{1}" msgstr "Quell-Archiv wird gespeichert: {0}/{1}" -#: inary/sourcearchive.py:80 +#: inary/sourcearchive.py:85 #, fuzzy msgid "Trying fallback address: {}" msgstr "Versuche Ersatz-Adresse: {}" -#: inary/sourcearchive.py:87 +#: inary/sourcearchive.py:92 msgid "No such file or no permission to read" msgstr "" -#: inary/sourcearchive.py:99 +#: inary/sourcearchive.py:104 #, fuzzy msgid "{} mirrors are not defined." msgstr "{} Mirrors sind nicht definiert." -#: inary/sourcearchive.py:104 +#: inary/sourcearchive.py:109 #, fuzzy msgid "Fetching source from mirror: {}" msgstr "Quelle wird vom Mirror abgerufen: {}" -#: inary/sourcearchive.py:110 +#: inary/sourcearchive.py:115 #, fuzzy msgid "Could not fetch source from {} mirrors." msgstr "Could not fetch source from {} mirrors." -#: inary/sourcearchive.py:128 +#: inary/sourcearchive.py:133 msgid "unpack: check_file_hash failed" msgstr "unpack: check_file_hash fehlgeschlagen" -#: inary/sourcearchive.py:133 +#: inary/sourcearchive.py:138 #, fuzzy, python-brace-format msgid "Unknown archive type '{0}' is given for '{1}'." msgstr "Unbekannter Archivtyp {0} übergeben für '{1}'." -#: inary/sourcearchive.py:135 +#: inary/sourcearchive.py:140 #, fuzzy msgid "Inary needs {} to unpack this archive but it is not installed." msgstr "INARY benötigt {} um das Archiv zu entpacken. Es ist aber nicht installiert." # Zweifel - "local" bezieht sich hier glaube ich auf einen Sprach-kürzel ! -#: inary/sxml/autoxml.py:77 +#: inary/sxml/autoxml.py:79 #, fuzzy msgid "At least one '{}' tag should have local text" msgstr "Mindestens ein {} Tag sollte lokalen Text enthalten" -#: inary/sxml/autoxml.py:83 +#: inary/sxml/autoxml.py:85 #, fuzzy, python-brace-format msgid "'{0}' language of tag '{1}' is empty" msgstr "Sprache {0} des Tags '{1}' ist leer" -#: inary/sxml/autoxml.py:110 +#: inary/sxml/autoxml.py:112 msgid "LocalText: unable to get either current or default locale" msgstr "LocalText: nicht in der Lage, aktuelle oder standard Lokalisierung zu erkennen" -#: inary/sxml/autoxml.py:116 inary/sxml/autoxml.py:131 +#: inary/sxml/autoxml.py:118 inary/sxml/autoxml.py:133 msgid "Tag should have at least the current locale, or failing that an English or Turkish version" msgstr "Der Tag sollte mindestens die aktuelle Lokale haben, oder anderenfalls eine englische oder türkische Version" -#: inary/sxml/autoxml.py:365 +#: inary/sxml/autoxml.py:367 #, fuzzy msgid "autoxml.check: '{}' errors" msgstr "autoxml.check: {} Fehler" -#: inary/sxml/autoxml.py:421 inary/sxml/autoxml.py:431 +#: inary/sxml/autoxml.py:423 inary/sxml/autoxml.py:433 #, fuzzy msgid "autoxml.parse: String '{}' has errors" msgstr "autoxml.parse: String {} hat Fehler" -#: inary/sxml/autoxml.py:445 inary/sxml/autoxml.py:455 +#: inary/sxml/autoxml.py:447 inary/sxml/autoxml.py:457 #, fuzzy msgid "autoxml.read: File '{}' has errors" msgstr "autoxml.read: Datei {} hat Fehler" -#: inary/sxml/autoxml.py:463 +#: inary/sxml/autoxml.py:465 msgid "autoxml.write: object validation has failed" msgstr "autoxml.write: Objekt Validation ist fehlgeschlagen" -#: inary/sxml/autoxml.py:471 +#: inary/sxml/autoxml.py:473 #, fuzzy msgid "autoxml.write: File encoding '{}' has errors" msgstr "autoxml.write: Dateikodierung {} hat Fehler" -#: inary/sxml/autoxml.py:521 +#: inary/sxml/autoxml.py:523 #, fuzzy msgid "gen_tag: unrecognized tag type {} in spec" msgstr "gen_tag: unbekannter Tag Typ {} in Spec" -#: inary/sxml/autoxml.py:571 inary/sxml/autoxml.py:582 +#: inary/sxml/autoxml.py:573 inary/sxml/autoxml.py:584 #, fuzzy msgid "Mandatory variable {} not available" msgstr "Obligatirische Variable {} nicht vorhanden" -#: inary/sxml/autoxml.py:652 +#: inary/sxml/autoxml.py:654 msgid "Type mismatch: read text cannot be decoded" msgstr "Falscher Typ: read text kann nicht dekodiert werden" -#: inary/sxml/autoxml.py:656 inary/sxml/autoxml.py:665 +#: inary/sxml/autoxml.py:658 inary/sxml/autoxml.py:667 #, fuzzy msgid "Mandatory token {} not available" msgstr "Zwingend erforderliches Zeichen {} ist nicht verfügbar" -#: inary/sxml/autoxml.py:670 +#: inary/sxml/autoxml.py:672 #, fuzzy, python-brace-format msgid "Type mismatch. Expected {0}, got {1}" msgstr "Falscher Typ. Erwartet {0}, erhalten {1}" -#: inary/sxml/autoxml.py:699 inary/sxml/autoxml.py:819 +#: inary/sxml/autoxml.py:701 inary/sxml/autoxml.py:821 msgid "Type mismatch: DOM cannot be decoded" msgstr "Falscher Typ: DOM kann nicht dekodiert werden" -#: inary/sxml/autoxml.py:702 inary/sxml/autoxml.py:718 -#: inary/sxml/autoxml.py:732 inary/sxml/autoxml.py:822 -#: inary/sxml/autoxml.py:836 inary/sxml/autoxml.py:850 +#: inary/sxml/autoxml.py:704 inary/sxml/autoxml.py:720 +#: inary/sxml/autoxml.py:734 inary/sxml/autoxml.py:824 +#: inary/sxml/autoxml.py:838 inary/sxml/autoxml.py:852 msgid "Mandatory argument not available" msgstr "Obligatorisches Element nicht vorhanden" -#: inary/sxml/autoxml.py:715 inary/sxml/autoxml.py:833 +#: inary/sxml/autoxml.py:717 inary/sxml/autoxml.py:835 msgid "Object cannot be encoded" msgstr "Objekt kann nicht kodiert werden" -#: inary/sxml/autoxml.py:729 inary/sxml/autoxml.py:847 +#: inary/sxml/autoxml.py:731 inary/sxml/autoxml.py:849 msgid "Object cannot be formatted" msgstr "Objekt kann nicht formatiert werden" -#: inary/sxml/autoxml.py:745 +#: inary/sxml/autoxml.py:747 msgid "List type must contain only one element" msgstr "Listentyp darf nur ein Element enthalten" -#: inary/sxml/autoxml.py:758 inary/sxml/autoxml.py:778 +#: inary/sxml/autoxml.py:760 inary/sxml/autoxml.py:780 #, fuzzy, python-brace-format msgid "Mandatory list \"{0}\" under \"{1}\" node is empty." msgstr "Obligatorische Liste \"{0}\" unter Knoten \"{1}\" ist leer." -#: inary/sxml/xmlext_iks.py:81 inary/sxml/xmlext_minidom.py:96 +#: inary/sxml/xmlext_iks.py:91 inary/sxml/xmlext_minidom.py:109 msgid "getNodeText: Expected text node, got something else!" msgstr "getNodeText: Text Knoten erwartet, aber etwas anderes erhalten!" -#: inary/sxml/xmlext_minidom.py:45 inary/sxml/xmlfile_minidom.py:89 +#: inary/sxml/xmlext_minidom.py:49 inary/sxml/xmlext_minidom.py:56 +#: inary/sxml/xmlfile_minidom.py:92 #, fuzzy msgid "File '{}' has invalid XML: {}\n" msgstr "Datei {} hat ungültiges XML" -#: inary/sxml/xmlfile_iks.py:62 inary/sxml/xmlfile_iks.py:87 -#: inary/sxml/xmlfile_minidom.py:64 +#: inary/sxml/xmlfile_iks.py:65 inary/sxml/xmlfile_iks.py:90 +#: inary/sxml/xmlfile_minidom.py:67 #, fuzzy msgid "File '{}' has invalid XML" msgstr "Datei {} hat ungültiges XML" -#: inary/sxml/xmlfile_iks.py:72 inary/sxml/xmlfile_minidom.py:74 +#: inary/sxml/xmlfile_iks.py:75 inary/sxml/xmlfile_minidom.py:77 #, fuzzy, python-brace-format msgid "Cannot read URI {0}: {1}" msgstr "" "Parsen von {} nicht möglich:\n" "{}\n" -#: inary/uri.py:78 +#: inary/uri.py:80 msgid "setAuthInfo needs a tuple (user, pass)" msgstr "setAuthInfo braucht ein Tupel (user, pass)" -#: inary/util.py:189 inary/util.py:201 -msgid "Running " -msgstr "Läuft" - -#: inary/util.py:193 inary/util.py:219 -#, fuzzy, python-brace-format -msgid "return value for \"{0}\" is {1}" -msgstr "Rückgabewert für \"{0}\" ist {1}" - -#: inary/util.py:393 +#: inary/util/file_utils.py:145 #, fuzzy msgid "Including external link '{}'" msgstr "Externer Link {} wird eingebunden" # Zweifel - eingebunden ? -#: inary/util.py:395 +#: inary/util/file_utils.py:147 #, fuzzy msgid "Including directory '{}'" msgstr "Verzeichnis '{}' wird eingebunden" -#: inary/util.py:481 +#: inary/util/file_utils.py:233 msgid "You don't have necessary read permissions" msgstr "Sie haben nicht die benötigten Leserechte" -#: inary/util.py:483 +#: inary/util/file_utils.py:235 #, fuzzy -msgid "Cannot calculate SHA1 hash of {}" +msgid "Cannot calculate SHA1 hash of {}: {}" msgstr "SHA1-Hash von {} kann nicht berechnet werden" -#: inary/util.py:495 +#: inary/util/file_utils.py:247 #, fuzzy msgid "Compression type is not valid: '{}'" msgstr "Der Kompressionstyp ist nicht gültig: '{}'" -#: inary/util.py:501 +#: inary/util/file_utils.py:253 #, fuzzy, python-brace-format msgid "Error while decompressing {0}: {1}" msgstr "Fehler beim Entpacken {0}: {1}" -#: inary/util.py:579 +#: inary/util/file_utils.py:331 #, fuzzy msgid "ERROR: patch ({}) failed" msgstr "ERROR: Patch ({}) fehlgeschlagen" -#: inary/util.py:581 +#: inary/util/file_utils.py:333 #, fuzzy, python-brace-format msgid "ERROR: patch ({0}) failed: {1}" msgstr "ERROR: Patch ({0}) fehlgeschlagen: {1}" -#: inary/util.py:591 +#: inary/util/file_utils.py:343 #, fuzzy msgid "strip command failed for file '{}'!" msgstr "strip Befehl für die Datei '{}' fehlgeschlagen!" -#: inary/util.py:598 +#: inary/util/file_utils.py:350 #, fuzzy msgid "chrpath command failed for file '{}'!" msgstr "chrpath Befehl für die Datei '{}' fehlgeschlagen!" -#: inary/util.py:605 +#: inary/util/file_utils.py:357 #, fuzzy msgid "objcopy (keep-debug) command failed for file '{}'!" msgstr "Befehl objcopy (keep-debug) fehlgeschlagen für Datei '{}'!" -#: inary/util.py:611 +#: inary/util/file_utils.py:363 #, fuzzy msgid "objcopy (add-debuglink) command failed for file '{}'!" msgstr "Befehl objcopy (add-debuglink) fehlgeschlagen für Datei '{}'!" -#: inary/util.py:616 +#: inary/util/file_utils.py:368 #, fuzzy, python-brace-format msgid "file command failed with return code {0} for file: {1}" msgstr "{0} strip Befehl für die Datei '{1}' fehlgeschlagen!" -#: inary/util.py:617 +#: inary/util/file_utils.py:369 #, fuzzy msgid "" "Output:\n" "{}" msgstr "Ausgabe-Verzeichnis: {}" -#: inary/util.py:707 +#: inary/util/package_utils.py:92 #, fuzzy msgid "Invalid package name: {}" msgstr "Ungültiger Paketname: {}" -#: inary/util.py:752 +#: inary/util/package_utils.py:137 #, fuzzy msgid "Invalid delta package name: {}" msgstr "Ungültiger Delta Paketname: {}" -#: inary/util.py:956 -msgid "Module: \"subprocess\" can not import" -msgstr "" +#: inary/util/process_utils.py:40 inary/util/process_utils.py:52 +msgid "Running " +msgstr "Läuft" + +#: inary/util/process_utils.py:44 inary/util/process_utils.py:70 +#, fuzzy, python-brace-format +msgid "return value for \"{0}\" is {1}" +msgstr "Rückgabewert für \"{0}\" ist {1}" -#: inary/version.py:64 +#: inary/version.py:66 #, fuzzy msgid "Invalid version string: '{}'" msgstr "Ungültige Versionskennzeichnung: '{}'" +#, fuzzy +#~ msgid "Operation #{0}: {1}" +#~ msgstr "Vorgang #{0}: {1}" + +#~ msgid "Date: {0.date} {0.time}" +#~ msgstr "Date: {0.date} {0.time}" + +#, fuzzy +#~ msgid "File '{0}' has invalid XML: {1}" +#~ msgstr "Datei {} hat ungültiges XML" + +#, fuzzy +#~ msgid "" +#~ "Could not fetch destination file: \"{0}\" \n" +#~ "Raised Value error: \"{1}\"" +#~ msgstr "Zieldatei konnte nicht abgerufen werden \"{0}\": {1}" + +#, fuzzy +#~ msgid "Could not fetch destination file: \"{0}\"; (\"{1}\"): \"{2}\"" +#~ msgstr "Zieldatei konnte nicht abgerufen werden \"{1}\": {2}" + +#~ msgid "Remote file can not be reached. Previously downloaded part of the file will be removed." +#~ msgstr "Zugriff auf Datei nicht möglich. Heruntergeladene Teile der Datei werden gelöscht." + +#~ msgid "Server doesn't support partial downloads. Previously downloaded part of the file will be over-written." +#~ msgstr "Der Server unterstützt keine partiellen Downloads. Eine zuvor geladener Teil der Datei wird überschrieben." + #~ msgid "Turkish" #~ msgstr "Türkisch" @@ -3964,9 +4044,6 @@ msgstr "Ungültige Versionskennzeichnung: '{}'" #~ msgid "Cleaning files database folder... " #~ msgstr "Build-Verzeichnis wird geleert..." -#~ msgid "Date: {} {}" -#~ msgstr "Datum: {} {}" - #~ msgid "{} [{}]" #~ msgstr "{} [{}]" @@ -3982,12 +4059,6 @@ msgstr "Ungültige Versionskennzeichnung: '{}'" #~ msgid "Urlgrabber needs to be installed to run this command" #~ msgstr "Urlgrabber muss installiert sein um diesen Befehl auszuführen zu können" -#~ msgid "No user named {} found on the system" -#~ msgstr "Benutzer {} kann auf diesem System nicht gefunden werden" - -#~ msgid "No group named {} found on the system" -#~ msgstr "Gruppe {} kann auf diesem System nicht gefunden werden" - #~ msgid "String {} has invalid XML" #~ msgstr "String {} hat ungültiges XML" @@ -4275,10 +4346,6 @@ msgstr "Ungültige Versionskennzeichnung: '{}'" #~ msgid " installed size {}" #~ msgstr "{} installiert" -#, fuzzy -#~ msgid "* Find dependencies for packages to be installed" -#~ msgstr "Folgende Pakete werden installiert:" - #, fuzzy #~ msgid "* Calculating disk space installed packages are using" #~ msgstr "Prüfe alle installierten Pakete" diff --git a/po/en.po b/po/en.po index 68c4f96c1869f9b3508a0611ec8a557931f42432..41b8f69b858a6979e4e8d4d86040cd981c6f41da 100644 --- a/po/en.po +++ b/po/en.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: INARYLinux\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-04-14 14:36+0300\n" +"POT-Creation-Date: 2018-05-10 23:07+0300\n" "PO-Revision-Date: 2013-01-04 21:08+0000\n" "Last-Translator: circass \n" "Language-Team: LANGUAGE \n" @@ -86,32 +86,33 @@ msgstr "%s option does not take a value" msgid "Options" msgstr "Options" -#: inary-cli:32 -msgid "WARNING\n" +#: inary-cli:39 +msgid "WARNING:\n" msgstr "" -#: inary-cli:33 +#: inary-cli:40 msgid "" "\tCiksemel XML Parser not found!!!\n" +"\tMinidom slower but\n" "\tFalling back with minidom!!! :(\n" "\n" msgstr "" -#: inary-cli:52 +#: inary-cli:60 #, fuzzy msgid "" "\n" "Program terminated." msgstr "Program terminated." -#: inary-cli:54 +#: inary-cli:62 #, fuzzy msgid "" "\n" "Keyboard Interrupt: Exiting..." msgstr "Keyboard Interrupt: Exiting..." -#: inary-cli:58 +#: inary-cli:66 #, fuzzy msgid "" "\n" @@ -121,18 +122,18 @@ msgstr "" "Unhandled internal exception.\n" "Please file a bug report to ." -#: inary-cli:67 +#: inary-cli:75 #, fuzzy msgid "" "\n" "System error. Program terminated." msgstr "System error. Program terminated." -#: inary-cli:76 +#: inary-cli:84 msgid "Please use 'inary help' for general help." msgstr "Please use 'inary help' for general help." -#: inary-cli:79 +#: inary-cli:87 msgid "" "\n" "Traceback:" @@ -140,7 +141,7 @@ msgstr "" "\n" "Traceback:" -#: inary-cli:82 +#: inary-cli:90 msgid "Use --debug to see a traceback." msgstr "Use --debug to see a traceback." @@ -149,7 +150,7 @@ msgstr "Use --debug to see a traceback." msgid "Inary package" msgstr "Installed package:" -#: inary/actionsapi/autotools.py:40 inary/actionsapi/cmaketools.py:36 +#: inary/actionsapi/autotools.py:42 inary/actionsapi/cmaketools.py:38 #, fuzzy msgid "" "Please attach the config.log to your bug report:\n" @@ -158,175 +159,175 @@ msgstr "" "Please attach the config.log to your bug report:\n" "{}/config.log" -#: inary/actionsapi/autotools.py:83 inary/actionsapi/autotools.py:93 -#: inary/actionsapi/cmaketools.py:66 inary/actionsapi/kde.py:65 -#: inary/actionsapi/perlmodules.py:55 inary/actionsapi/perlmodules.py:58 +#: inary/actionsapi/autotools.py:85 inary/actionsapi/autotools.py:95 +#: inary/actionsapi/cmaketools.py:68 inary/actionsapi/kde.py:67 +#: inary/actionsapi/perlmodules.py:57 inary/actionsapi/perlmodules.py:60 msgid "Configure failed." msgstr "Configure failed." -#: inary/actionsapi/autotools.py:85 inary/actionsapi/autotools.py:95 -#: inary/actionsapi/kde.py:67 +#: inary/actionsapi/autotools.py:87 inary/actionsapi/autotools.py:97 +#: inary/actionsapi/kde.py:69 msgid "No configure script found." msgstr "No configure script found." -#: inary/actionsapi/autotools.py:103 inary/actionsapi/cmaketools.py:78 -#: inary/actionsapi/kde.py:72 inary/actionsapi/perlmodules.py:64 -#: inary/actionsapi/perlmodules.py:73 inary/actionsapi/pythonmodules.py:62 -#: inary/actionsapi/scons.py:39 +#: inary/actionsapi/autotools.py:105 inary/actionsapi/cmaketools.py:80 +#: inary/actionsapi/kde.py:74 inary/actionsapi/perlmodules.py:66 +#: inary/actionsapi/perlmodules.py:75 inary/actionsapi/pythonmodules.py:64 +#: inary/actionsapi/scons.py:41 msgid "Make failed." msgstr "Make failed." -#: inary/actionsapi/autotools.py:137 inary/actionsapi/autotools.py:148 -#: inary/actionsapi/cmaketools.py:96 inary/actionsapi/cmaketools.py:104 -#: inary/actionsapi/kde.py:79 inary/actionsapi/pythonmodules.py:67 -#: inary/actionsapi/rubymodules.py:92 inary/actionsapi/rubymodules.py:99 -#: inary/actionsapi/scons.py:43 +#: inary/actionsapi/autotools.py:139 inary/actionsapi/autotools.py:150 +#: inary/actionsapi/cmaketools.py:98 inary/actionsapi/cmaketools.py:106 +#: inary/actionsapi/kde.py:81 inary/actionsapi/pythonmodules.py:69 +#: inary/actionsapi/rubymodules.py:94 inary/actionsapi/rubymodules.py:101 +#: inary/actionsapi/scons.py:45 msgid "Install failed." msgstr "Install failed." -#: inary/actionsapi/autotools.py:159 +#: inary/actionsapi/autotools.py:161 msgid "Running aclocal failed." msgstr "Running aclocal failed." -#: inary/actionsapi/autotools.py:164 +#: inary/actionsapi/autotools.py:166 msgid "Running autoconf failed." msgstr "Running autoconf failed." -#: inary/actionsapi/autotools.py:169 +#: inary/actionsapi/autotools.py:171 msgid "Running autoreconf failed." msgstr "Running autoreconf failed." -#: inary/actionsapi/autotools.py:174 +#: inary/actionsapi/autotools.py:176 msgid "Running automake failed." msgstr "Running automake failed." -#: inary/actionsapi/autotools.py:179 +#: inary/actionsapi/autotools.py:181 msgid "Running autoheader failed." msgstr "Running autoheader failed." -#: inary/actionsapi/cmaketools.py:68 +#: inary/actionsapi/cmaketools.py:70 msgid "No configure script found for cmake." msgstr "No configure script found for cmake." -#: inary/actionsapi/cmaketools.py:108 inary/actionsapi/kde.py:81 +#: inary/actionsapi/cmaketools.py:110 inary/actionsapi/kde.py:83 msgid "No Makefile found." msgstr "No Makefile found." -#: inary/actionsapi/get.py:181 +#: inary/actionsapi/get.py:183 #, fuzzy msgid "Util {} cannot be found" msgstr "Util {} cannot be found" -#: inary/actionsapi/get.py:183 +#: inary/actionsapi/get.py:185 #, fuzzy, python-brace-format msgid "Warning: {0} does not exist, using plain name {1}" msgstr "Warning: {0} does not exist, using plain name {1}" -#: inary/actionsapi/inarytools.py:56 inary/actionsapi/inarytools.py:74 -#: inary/actionsapi/inarytools.py:91 +#: inary/actionsapi/inarytools.py:58 inary/actionsapi/inarytools.py:76 +#: inary/actionsapi/inarytools.py:93 msgid "Insufficient arguments." msgstr "Insufficient arguments." -#: inary/actionsapi/inarytools.py:64 +#: inary/actionsapi/inarytools.py:66 #, fuzzy msgid "No executable file matched pattern \"{}\"." msgstr "No executable file matched pattern \"{}\"." -#: inary/actionsapi/inarytools.py:82 inary/actionsapi/inarytools.py:314 +#: inary/actionsapi/inarytools.py:84 inary/actionsapi/inarytools.py:316 #, fuzzy msgid "No file matched pattern \"{}\"." msgstr "No file matched pattern \"{}\"." -#: inary/actionsapi/inarytools.py:137 inary/actionsapi/inarytools.py:177 +#: inary/actionsapi/inarytools.py:139 inary/actionsapi/inarytools.py:179 #, fuzzy msgid "No file matched pattern \"{}\"" msgstr "No file matched pattern \"{}\"" -#: inary/actionsapi/inarytools.py:187 +#: inary/actionsapi/inarytools.py:189 #, fuzzy msgid "ActionsAPI [doman]: Wrong man page file: {}" msgstr "ActionsAPI [doman]: Wrong man page file: {}" -#: inary/actionsapi/inarytools.py:214 +#: inary/actionsapi/inarytools.py:216 #, fuzzy msgid "No file matched pattern \"{}\". 'domove' operation failed." msgstr "No file matched pattern \"{}\". 'domove' operation failed." -#: inary/actionsapi/inarytools.py:233 +#: inary/actionsapi/inarytools.py:235 #, fuzzy, python-brace-format msgid "ActionsAPI [rename]: {0}: {1}" msgstr "ActionsAPI [rename]: {0}: {1}" -#: inary/actionsapi/inarytools.py:270 +#: inary/actionsapi/inarytools.py:272 #, fuzzy msgid "No such file matching pattern: \"{}\". 'dosed' operation failed." msgstr "No such file matching pattern: \"{}\". 'dosed' operation failed." -#: inary/actionsapi/inarytools.py:284 +#: inary/actionsapi/inarytools.py:286 #, fuzzy msgid "dosed method has not changed file '{}'." msgstr "dosed method has not changed file {}." -#: inary/actionsapi/inarytools.py:285 +#: inary/actionsapi/inarytools.py:287 msgid "{} has been changed by dosed method." msgstr "" -#: inary/actionsapi/inarytools.py:288 +#: inary/actionsapi/inarytools.py:290 #, fuzzy msgid "File does not exist or permission denied: {}" msgstr "File does not exist or permission denied: {}" -#: inary/actionsapi/inarytools.py:305 +#: inary/actionsapi/inarytools.py:307 #, fuzzy msgid "ActionsAPI [dosym]: File already exists: {}" msgstr "ActionsAPI [dosym]: File already exists: {}" -#: inary/actionsapi/inarytools.py:341 inary/actionsapi/shelltools.py:95 +#: inary/actionsapi/inarytools.py:343 inary/actionsapi/shelltools.py:97 #, fuzzy msgid "No file matched pattern \"{}\". Remove operation failed." msgstr "No file matched pattern \"{}\". Remove operation failed." -#: inary/actionsapi/inarytools.py:350 +#: inary/actionsapi/inarytools.py:352 #, fuzzy msgid "No directory matched pattern \"{}\". Remove directory operation failed." msgstr "No directory matched pattern \"{}\". Remove directory operation failed." -#: inary/actionsapi/javamodules.py:84 inary/actionsapi/javamodules.py:193 +#: inary/actionsapi/javamodules.py:86 inary/actionsapi/javamodules.py:195 #, fuzzy msgid "No any file/directory matched to regex expression \"{}\"." msgstr "No file matched pattern \"{}\"." -#: inary/actionsapi/javamodules.py:91 inary/actionsapi/javamodules.py:97 +#: inary/actionsapi/javamodules.py:93 inary/actionsapi/javamodules.py:99 #, fuzzy msgid "DoJavadoc failed." msgstr "Make failed." -#: inary/actionsapi/javamodules.py:147 +#: inary/actionsapi/javamodules.py:149 #, fuzzy msgid "Compile failed." msgstr "Configure failed." -#: inary/actionsapi/javamodules.py:175 inary/actionsapi/javamodules.py:204 +#: inary/actionsapi/javamodules.py:177 inary/actionsapi/javamodules.py:206 #, fuzzy msgid "Installing file \"{}\" failed." msgstr "Installing texmf files failed" -#: inary/actionsapi/javamodules.py:214 +#: inary/actionsapi/javamodules.py:216 #, fuzzy msgid "Installing directory \"{}\" failed." msgstr "Installing docs failed" -#: inary/actionsapi/javamodules.py:243 +#: inary/actionsapi/javamodules.py:245 #, fuzzy msgid "Javadoc generation failed." msgstr "Configuration failed." -#: inary/actionsapi/javamodules.py:259 +#: inary/actionsapi/javamodules.py:261 #, fuzzy msgid "Run failed." msgstr "Running {} failed." -#: inary/actionsapi/kde.py:34 +#: inary/actionsapi/kde.py:36 #, fuzzy msgid "" "\n" @@ -337,400 +338,405 @@ msgstr "" "!!! Please attach the config.log to your bug report:\n" "{}/config.log" -#: inary/actionsapi/kerneltools.py:117 +#: inary/actionsapi/kerneltools.py:119 #, fuzzy msgid "Can't find kernel version information file {}." msgstr "Can't find kernel version information file {}." -#: inary/actionsapi/libtools.py:38 +#: inary/actionsapi/libtools.py:40 msgid "Running ldconfig failed." msgstr "Running ldconfig failed." -#: inary/actionsapi/libtools.py:52 +#: inary/actionsapi/libtools.py:54 msgid "Can not make GNU Config Update... Passing..." msgstr "" -#: inary/actionsapi/libtools.py:54 +#: inary/actionsapi/libtools.py:56 msgid "GNU Config Update Finished." msgstr "GNU Config Update Finished." -#: inary/actionsapi/libtools.py:58 +#: inary/actionsapi/libtools.py:60 msgid "Running libtoolize failed." msgstr "Running libtoolize failed." -#: inary/actionsapi/perlmodules.py:67 +#: inary/actionsapi/perlmodules.py:69 msgid "perl build failed." msgstr "perl build failed." -#: inary/actionsapi/perlmodules.py:76 +#: inary/actionsapi/perlmodules.py:78 msgid "perl install failed." msgstr "perl install failed." -#: inary/actionsapi/pkgconfig.py:40 inary/actionsapi/pkgconfig.py:59 -#: inary/actionsapi/pkgconfig.py:79 inary/actionsapi/pkgconfig.py:99 -#: inary/actionsapi/pkgconfig.py:118 +#: inary/actionsapi/pkgconfig.py:42 inary/actionsapi/pkgconfig.py:61 +#: inary/actionsapi/pkgconfig.py:81 inary/actionsapi/pkgconfig.py:101 +#: inary/actionsapi/pkgconfig.py:120 #, fuzzy msgid "pkg-config is not installed on your system." msgstr "Package pkgconfig is not installed. Cannot remove." -#: inary/actionsapi/pkgconfig.py:136 +#: inary/actionsapi/pkgconfig.py:138 #, fuzzy msgid "Package pkgconfig is not installed on your system." msgstr "Package pkgconfig is not installed. Cannot remove." -#: inary/actionsapi/pythonmodules.py:56 +#: inary/actionsapi/pythonmodules.py:58 msgid "Configuration failed." msgstr "Configuration failed." -#: inary/actionsapi/pythonmodules.py:81 +#: inary/actionsapi/pythonmodules.py:83 #, fuzzy msgid "Running {} failed." msgstr "Running {} failed." -#: inary/actionsapi/qt4.py:52 inary/actionsapi/qt5.py:60 +#: inary/actionsapi/qt4.py:54 inary/actionsapi/qt5.py:62 #, fuzzy msgid "Project file '{}' not found." msgstr "Project file {} not found." -#: inary/actionsapi/qt4.py:56 inary/actionsapi/qt5.py:64 +#: inary/actionsapi/qt4.py:58 inary/actionsapi/qt5.py:66 #, fuzzy msgid "It seems there are more than one .pro file, you must specify one. (Possible .pro files: {})" msgstr "It seems there are more than one .pro file, you must specify one. (Possible .pro files: {})" -#: inary/actionsapi/rubymodules.py:108 +#: inary/actionsapi/rubymodules.py:110 #, fuzzy msgid "Running 'ruby {}' failed." msgstr "Running 'ruby {}' failed." -#: inary/actionsapi/shelltools.py:49 +#: inary/actionsapi/shelltools.py:51 #, fuzzy msgid "Cannot create directory {}" msgstr "Cannot create directory {}" -#: inary/actionsapi/shelltools.py:57 +#: inary/actionsapi/shelltools.py:59 #, fuzzy msgid "ActionsAPI [echo]: Can't append to file {}." msgstr "ActionsAPI [echo]: Can't append to file {}." -#: inary/actionsapi/shelltools.py:63 +#: inary/actionsapi/shelltools.py:65 #, fuzzy msgid "ActionsAPI [chmod]: No file matched pattern \"{}\"." msgstr "ActionsAPI [chmod]: No file matched pattern \"{}\"." -#: inary/actionsapi/shelltools.py:70 +#: inary/actionsapi/shelltools.py:72 #, fuzzy, python-brace-format msgid "ActionsAPI [chmod]: Operation not permitted: {0} (mode: 0{1})" msgstr "ActionsAPI [chmod]: Operation not permitted: %s (mode: 0%o)" -#: inary/actionsapi/shelltools.py:72 +#: inary/actionsapi/shelltools.py:74 #, fuzzy msgid "ActionsAPI [chmod]: File {} doesn't exists." msgstr "ActionsAPI [chmod]: File {} doesn't exists." -#: inary/actionsapi/shelltools.py:80 +#: inary/actionsapi/shelltools.py:82 #, fuzzy, python-brace-format msgid "ActionsAPI [chown]: Operation not permitted: {0} (uid: {1}, gid: {2})" msgstr "ActionsAPI [chown]: Operation not permitted: {0} (uid: {1}, gid: {2})" -#: inary/actionsapi/shelltools.py:82 +#: inary/actionsapi/shelltools.py:84 #, fuzzy msgid "ActionsAPI [chown]: File {} doesn't exists." msgstr "ActionsAPI [chown]: File {} doesn't exists." -#: inary/actionsapi/shelltools.py:89 +#: inary/actionsapi/shelltools.py:91 #, fuzzy, python-brace-format msgid "ActionsAPI [sym]: Permission denied: {0} to {1}" msgstr "ActionsAPI [sym]: Permission denied: {0} to {1}" -#: inary/actionsapi/shelltools.py:103 +#: inary/actionsapi/shelltools.py:105 #, fuzzy msgid "ActionsAPI [unlink]: Permission denied: {}." msgstr "ActionsAPI [unlink]: Permission denied: {}." -#: inary/actionsapi/shelltools.py:107 +#: inary/actionsapi/shelltools.py:109 #, fuzzy msgid "ActionsAPI [unlink]: File {} doesn't exists." msgstr "ActionsAPI [unlink]: File {} doesn't exists." -#: inary/actionsapi/shelltools.py:115 +#: inary/actionsapi/shelltools.py:117 #, fuzzy msgid "ActionsAPI [unlinkDir]: Operation not permitted: {}" msgstr "ActionsAPI [unlinkDir]: Operation not permitted: {}" -#: inary/actionsapi/shelltools.py:119 +#: inary/actionsapi/shelltools.py:121 #, fuzzy msgid "ActionsAPI [unlinkDir]: Directory {} doesn't exists." msgstr "ActionsAPI [unlinkDir]: Directory {} doesn't exists." -#: inary/actionsapi/shelltools.py:125 +#: inary/actionsapi/shelltools.py:127 #, fuzzy msgid "ActionsAPI [move]: No file matched pattern \"{}\"." msgstr "ActionsAPI [move]: No file matched pattern \"{}\"." -#: inary/actionsapi/shelltools.py:132 +#: inary/actionsapi/shelltools.py:134 #, fuzzy, python-brace-format msgid "ActionsAPI [move]: Permission denied: {0} to {1}" msgstr "ActionsAPI [move]: Permission denied: {0} to {1}" -#: inary/actionsapi/shelltools.py:134 +#: inary/actionsapi/shelltools.py:136 #, fuzzy msgid "ActionsAPI [move]: File {} doesn't exists." msgstr "ActionsAPI [move]: File {} doesn't exists." -#: inary/actionsapi/shelltools.py:141 +#: inary/actionsapi/shelltools.py:143 #, fuzzy msgid "ActionsAPI [copy]: No file matched pattern \"{}\"." msgstr "ActionsAPI [copy]: No file matched pattern \"{}\"." -#: inary/actionsapi/shelltools.py:148 +#: inary/actionsapi/shelltools.py:150 #, fuzzy, python-brace-format msgid "ActionsAPI [copy]: Permission denied: {0} to {1}" msgstr "ActionsAPI [copy]: Permission denied: {0} to {1}" -#: inary/actionsapi/shelltools.py:164 +#: inary/actionsapi/shelltools.py:166 #, fuzzy msgid "ActionsAPI [copy]: File {} does not exist." msgstr "ActionsAPI [copy]: File {} does not exist." -#: inary/actionsapi/shelltools.py:179 +#: inary/actionsapi/shelltools.py:181 #, fuzzy, python-brace-format msgid "ActionsAPI [copytree] {0} to {1}: {2}" msgstr "ActionsAPI [copytree] {0} to {1}: {2}" -#: inary/actionsapi/shelltools.py:181 +#: inary/actionsapi/shelltools.py:183 #, fuzzy msgid "ActionsAPI [copytree]: Directory {} doesn't exists." msgstr "ActionsAPI [copytree]: Directory {} doesn't exists." -#: inary/actionsapi/shelltools.py:189 +#: inary/actionsapi/shelltools.py:191 #, fuzzy msgid "ActionsAPI [touch]: No file matched pattern \"{}\"." msgstr "ActionsAPI [touch]: No file matched pattern \"{}\"." -#: inary/actionsapi/shelltools.py:198 +#: inary/actionsapi/shelltools.py:200 #, fuzzy msgid "ActionsAPI [touch]: Permission denied: {}" msgstr "ActionsAPI [touch]: Permission denied: {}" -#: inary/actionsapi/shelltools.py:257 +#: inary/actionsapi/shelltools.py:259 #, fuzzy, python-brace-format msgid "Command \"{0}\" failed, return value was {1}." msgstr "Command \"{0}\" failed, return value was {1}." -#: inary/actionsapi/texlivemodules.py:56 +#: inary/actionsapi/texlivemodules.py:58 msgid "Moving source files failed" msgstr "Moving source files failed" -#: inary/actionsapi/texlivemodules.py:59 +#: inary/actionsapi/texlivemodules.py:61 msgid "Generate config files failed" msgstr "Generate config files failed" -#: inary/actionsapi/texlivemodules.py:62 +#: inary/actionsapi/texlivemodules.py:64 msgid "Building format files failed" msgstr "Building format files failed" -#: inary/actionsapi/texlivemodules.py:69 +#: inary/actionsapi/texlivemodules.py:71 msgid "Creating symlinks from format to engines failed" msgstr "Creating symlinks from format to engines failed" -#: inary/actionsapi/texlivemodules.py:73 +#: inary/actionsapi/texlivemodules.py:75 msgid "Installing docs failed" msgstr "Installing docs failed" -#: inary/actionsapi/texlivemodules.py:77 +#: inary/actionsapi/texlivemodules.py:79 msgid "Installing texmf files failed" msgstr "Installing texmf files failed" -#: inary/actionsapi/texlivemodules.py:81 +#: inary/actionsapi/texlivemodules.py:83 msgid "Installing config files failed" msgstr "Installing config files failed" -#: inary/actionsapi/texlivemodules.py:85 +#: inary/actionsapi/texlivemodules.py:87 msgid "Handle config files failed" msgstr "Handle config files failed" -#: inary/actionsapi/texlivemodules.py:95 +#: inary/actionsapi/texlivemodules.py:97 #, fuzzy msgid "Symlink {} skipped (special case)" msgstr "Symlink {} skipped (special case)" -#: inary/actionsapi/texlivemodules.py:97 +#: inary/actionsapi/texlivemodules.py:99 #, fuzzy, python-brace-format msgid "Symlink {0[0]} -> {0[1]} skipped (texlive-core takes care of it." msgstr "Symlink {0[0]} -> {0[1]} skipped (texlive-core takes care of it." -#: inary/actionsapi/texlivemodules.py:100 +#: inary/actionsapi/texlivemodules.py:102 #, fuzzy, python-brace-format msgid "Symlink {0[0]} -> {0[1]} skipped." msgstr "Symlink {0[1]} -> {0[1]} skipped." -#: inary/actionsapi/texlivemodules.py:102 +#: inary/actionsapi/texlivemodules.py:104 #, fuzzy msgid "Symlink {} skipped (file exists.)" msgstr "Symlink {} skipped (file exists.)" -#: inary/actionsapi/texlivemodules.py:104 +#: inary/actionsapi/texlivemodules.py:106 #, fuzzy, python-brace-format msgid "Making symlink from {0[0]} to {0[1]}" msgstr "Making symlink from {0[0]} to {0[1]}" -#: inary/actionsapi/texlivemodules.py:153 +#: inary/actionsapi/texlivemodules.py:155 #, fuzzy msgid "Creating /etc/texmf/{}.d" msgstr "Creating /etc/texmf/{}.d" -#: inary/actionsapi/texlivemodules.py:155 +#: inary/actionsapi/texlivemodules.py:157 #, fuzzy, python-brace-format msgid "Moving (and symlinking) /usr/share/texmf/{0} to /etc/texmf/{1}.d" msgstr "Moving (and symlinking) /usr/share/texmf/{0} to /etc/texmf/{1}.d" -#: inary/actionsapi/texlivemodules.py:206 +#: inary/actionsapi/texlivemodules.py:208 #, fuzzy msgid "Building format file {}" msgstr "Building format file {}" -#: inary/actionsapi/texlivemodules.py:263 +#: inary/actionsapi/texlivemodules.py:265 #, fuzzy, python-brace-format msgid "Map {0} is added to {1}/{2}.cfg" msgstr "Map {0} is added to {1}/{2}.cfg" -#: inary/actionsapi/texlivemodules.py:266 +#: inary/actionsapi/texlivemodules.py:268 #, fuzzy, python-brace-format msgid "MixedMap {0} is added to {1}/{2}.cfg" msgstr "MixedMap {0} is added to {1}/{2}.cfg" -#: inary/actionsapi/texlivemodules.py:269 +#: inary/actionsapi/texlivemodules.py:271 #, fuzzy, python-brace-format msgid "p +{0} is added to {1}/{2}-config.ps" msgstr "p +{0} is added to {1}/{2}-config.ps" -#: inary/actionsapi/texlivemodules.py:272 +#: inary/actionsapi/texlivemodules.py:274 #, fuzzy, python-brace-format msgid "f {0} is added to {1}/{2}-config" msgstr "f {0} is added to {1}/{2}-config" -#: inary/actionsapi/texlivemodules.py:279 +#: inary/actionsapi/texlivemodules.py:281 #, fuzzy msgid "Language file {} already generated." msgstr "Language file {} already generated." -#: inary/actionsapi/texlivemodules.py:281 +#: inary/actionsapi/texlivemodules.py:283 #, fuzzy msgid "No rule to proccess {}. Please file a bug." msgstr "No rule to proccess {}. Please file a bug." -#: inary/analyzer/conflict.py:26 inary/analyzer/dependency.py:26 -#: inary/data/replace.py:24 +#: inary/analyzer/conflict.py:28 inary/analyzer/dependency.py:28 +#: inary/data/replace.py:26 msgid " version >= " msgstr " version >= " -#: inary/analyzer/conflict.py:28 inary/analyzer/dependency.py:28 -#: inary/data/replace.py:26 +#: inary/analyzer/conflict.py:30 inary/analyzer/dependency.py:30 +#: inary/data/replace.py:28 msgid " version <= " msgstr " version <= " -#: inary/analyzer/conflict.py:30 inary/analyzer/dependency.py:30 -#: inary/data/replace.py:28 +#: inary/analyzer/conflict.py:32 inary/analyzer/dependency.py:32 +#: inary/data/replace.py:30 msgid " version " msgstr " version " -#: inary/analyzer/conflict.py:32 inary/analyzer/dependency.py:32 -#: inary/data/replace.py:30 +#: inary/analyzer/conflict.py:34 inary/analyzer/dependency.py:34 +#: inary/data/replace.py:32 msgid " release >= " msgstr " release >= " -#: inary/analyzer/conflict.py:34 inary/analyzer/dependency.py:34 -#: inary/data/replace.py:32 +#: inary/analyzer/conflict.py:36 inary/analyzer/dependency.py:36 +#: inary/data/replace.py:34 msgid " release <= " msgstr " release <= " -#: inary/analyzer/conflict.py:36 inary/analyzer/dependency.py:36 -#: inary/data/replace.py:34 +#: inary/analyzer/conflict.py:38 inary/analyzer/dependency.py:38 +#: inary/data/replace.py:36 msgid " release " msgstr " release " -#: inary/analyzer/ctypes_analyzer.py:28 -msgid "Module \"ctypes\" can not import" -msgstr "" - -#: inary/analyzer/firmwares.py:28 +#: inary/analyzer/firmwares.py:29 #, fuzzy msgid "Extracting firmware list for {}..." msgstr "Extracting the files of {}" -#: inary/analyzer/firmwares.py:48 +#: inary/analyzer/firmwares.py:49 #, fuzzy msgid "The following firmwares are not installed:" msgstr "Following packages will be installed:" -#: inary/analyzer/firmwares.py:63 +#: inary/analyzer/firmwares.py:64 msgid "Missing" msgstr "" -#: inary/analyzer/magic.py:151 +#: inary/analyzer/magic.py:150 #, fuzzy msgid "Can't load file or buffer {}" msgstr "chrpath command failed for file {}!" -#: inary/archive.py:307 +#: inary/archive.py:309 msgid "* Target DIR: {}" msgstr "" -#: inary/archive.py:459 +#: inary/archive.py:461 #, python-brace-format msgid "* Chowning {0} ({1}:{2})" msgstr "" -#: inary/archive.py:462 +#: inary/archive.py:464 #, python-brace-format msgid "* LChowning {0} ({1}:{2})" msgstr "" -#: inary/archive.py:526 +#: inary/archive.py:528 #, fuzzy msgid "Problem occured while uncompressing {}.Z file" msgstr "Problem occured while uncompressing {}.Z file" -#: inary/atomicoperations.py:72 inary/operations/history.py:72 +#: inary/atomicoperations.py:79 inary/operations/history.py:75 #, fuzzy, python-brace-format msgid "Package {0} found in repository {1}" msgstr "Package {0} found in repository {1}" -#: inary/atomicoperations.py:103 +#: inary/atomicoperations.py:110 #, fuzzy msgid "Package URI: {}" msgstr "Package URI: {}" -#: inary/atomicoperations.py:117 +#: inary/atomicoperations.py:124 msgid "Download Error: Package does not match the repository package." msgstr "Download Error: Package does not match the repository package." -#: inary/atomicoperations.py:121 +#: inary/atomicoperations.py:128 #, fuzzy msgid "Package {} not found in any active repository." msgstr "Package {} not found in any active repository." -#: inary/atomicoperations.py:148 +#: inary/atomicoperations.py:156 #, fuzzy, python-brace-format msgid "Installing {0.name}, version {0.version}, release {0.release}" msgstr "Installing {0.name}, version {0.version}, release {0.release}" -#: inary/atomicoperations.py:193 inary/operations/build.py:786 +#: inary/atomicoperations.py:186 +#, python-format +msgid "Free Space: %.2f %s " +msgstr "" + +#: inary/atomicoperations.py:188 +msgid "Is there any free space in your disk." +msgstr "" + +#: inary/atomicoperations.py:206 inary/operations/build.py:789 #, fuzzy, python-brace-format msgid "{0}-{1} is not a valid INARY version format" msgstr "{0}-{1} is not a valid INARY version format" -#: inary/atomicoperations.py:199 +#: inary/atomicoperations.py:212 #, fuzzy msgid "{} package cannot be installed unless the dependencies are satisfied" msgstr "{} package cannot be installed unless the dependencies are satisfied" -#: inary/atomicoperations.py:222 +#: inary/atomicoperations.py:235 #, fuzzy, python-brace-format msgid "/{0} from {1} package\n" msgstr "/{0} from {1} package\n" -#: inary/atomicoperations.py:223 +#: inary/atomicoperations.py:236 #, fuzzy msgid "" "File conflicts:\n" @@ -739,208 +745,222 @@ msgstr "" "File conflicts:\n" "{}" -#: inary/atomicoperations.py:241 +#: inary/atomicoperations.py:254 msgid "Re-install same version package?" msgstr "Re-install same version package?" -#: inary/atomicoperations.py:242 +#: inary/atomicoperations.py:255 msgid "Package re-install declined" msgstr "Package re-install declined" -#: inary/atomicoperations.py:249 +#: inary/atomicoperations.py:262 msgid "Storing old paths info" msgstr "" -#: inary/atomicoperations.py:258 +#: inary/atomicoperations.py:271 msgid "Upgrading to new upstream version" msgstr "Upgrading to new upstream version" -#: inary/atomicoperations.py:261 +#: inary/atomicoperations.py:274 msgid "Upgrading to new distribution release" msgstr "Upgrading to new distribution release" -#: inary/atomicoperations.py:270 +#: inary/atomicoperations.py:283 msgid "Downgrade to old distribution release?" msgstr "Downgrade to old distribution release?" -#: inary/atomicoperations.py:274 +#: inary/atomicoperations.py:287 msgid "Package downgrade declined" msgstr "Package downgrade declined" -#: inary/atomicoperations.py:320 +#: inary/atomicoperations.py:333 #, fuzzy msgid "{} configuration failed." msgstr "{} configuration failed." -#: inary/atomicoperations.py:411 +#: inary/atomicoperations.py:424 msgid "Unable to relocate following files. Reinstallation of this package is strongly recommended." msgstr "Unable to relocate following files. Reinstallation of this package is strongly recommended." -#: inary/atomicoperations.py:510 +#: inary/atomicoperations.py:523 #, fuzzy msgid "Storing {}" msgstr "Storing {}" -#: inary/atomicoperations.py:578 +#: inary/atomicoperations.py:548 +#, fuzzy +msgid "Adding '{}' to db..." +msgstr "Adding {} to db... " + +#: inary/atomicoperations.py:592 #, fuzzy msgid "File list could not be read for package {}, continuing removal." msgstr "File list could not be read for package {}, continuing removal." -#: inary/atomicoperations.py:584 +#: inary/atomicoperations.py:598 #, fuzzy msgid "Removing package {}" msgstr "Removing package {}" -#: inary/atomicoperations.py:587 +#: inary/atomicoperations.py:601 msgid "Trying to remove nonexistent package " msgstr "Trying to remove nonexistent package " -#: inary/atomicoperations.py:626 +#: inary/atomicoperations.py:640 msgid "Not removing conflicted file : {}" msgstr "Not removing conflicted file : {}" -#: inary/atomicoperations.py:656 +#: inary/atomicoperations.py:670 #, fuzzy msgid "Installed file {} does not exist on system [Probably you manually deleted]" msgstr "Installed file {} does not exist on system [Probably you manually deleted]" -#: inary/atomicoperations.py:716 inary/cli/command.py:168 +#: inary/atomicoperations.py:725 inary/cli/command.py:170 msgid "You have to be root for this operation." msgstr "You have to be root for this operation." -#: inary/atomicoperations.py:724 +#: inary/atomicoperations.py:733 #, fuzzy msgid "Another instance of Inary is running. Only one instance is allowed." msgstr "Another instance of INARY is running. Only one instance is allowed." -#: inary/atomicoperations.py:827 -#, fuzzy -msgid "Cleaning package cache {}..." -msgstr "Cleaning package cache {}..." - -#: inary/atomicoperations.py:829 +#: inary/atomicoperations.py:737 #, fuzzy -msgid "Cleaning source archive cache {}..." -msgstr "Cleaning source archive cache {}..." +msgid "Invalidating database caches..." +msgstr "Update database in any case" -#: inary/atomicoperations.py:831 +#: inary/atomicoperations.py:739 #, fuzzy -msgid "Cleaning temporary directory {}..." -msgstr "Cleaning temporary directory {}..." +msgid "Updating database caches..." +msgstr "Update database in any case" -#: inary/atomicoperations.py:835 +#: inary/atomicoperations.py:822 inary/atomicoperations.py:955 +#: inary/atomicoperations.py:963 #, fuzzy -msgid "Removing cache file {}..." -msgstr "Removing cache file {}..." +msgid "Regenerating database caches..." +msgstr "Rebuild files database" -#: inary/atomicoperations.py:875 +#: inary/atomicoperations.py:871 msgid "Taking snapshot of the system" msgstr "Taking snapshot of the system" -#: inary/atomicoperations.py:918 +#: inary/atomicoperations.py:914 #, fuzzy msgid "scom package is not fully installed" msgstr "scom package is not fully installed" -#: inary/atomicoperations.py:925 +#: inary/atomicoperations.py:921 msgid "Not a valid repo name." msgstr "Not a valid repo name." -#: inary/atomicoperations.py:928 +#: inary/atomicoperations.py:924 #, fuzzy msgid "Repo {} already present." msgstr "Repo {} already present." -#: inary/atomicoperations.py:931 +#: inary/atomicoperations.py:927 #, fuzzy msgid "Repo already present with name {}." msgstr "Repo already present with name {}." -#: inary/atomicoperations.py:936 +#: inary/atomicoperations.py:931 inary/atomicoperations.py:940 +#, fuzzy +msgid "Flushing database caches..." +msgstr "Cleaning package cache {}..." + +#: inary/atomicoperations.py:933 #, fuzzy msgid "Repo {} added to system." msgstr "Repo {} added to system." -#: inary/atomicoperations.py:944 +#: inary/atomicoperations.py:942 #, fuzzy msgid "Repo {} removed from system." msgstr "Repo {} removed from system." -#: inary/atomicoperations.py:946 +#: inary/atomicoperations.py:944 #, fuzzy msgid "Repository {} does not exist. Cannot remove." msgstr "Repository {} does not exist. Cannot remove." -#: inary/atomicoperations.py:967 +#: inary/atomicoperations.py:968 #, fuzzy msgid "Updating repository: {}" msgstr "Updating repository: {}" -#: inary/atomicoperations.py:976 +#: inary/atomicoperations.py:977 #, fuzzy msgid "{} repository information is up-to-date." msgstr "{} repository information is up-to-date." -#: inary/atomicoperations.py:978 +#: inary/atomicoperations.py:979 msgid "Updating database at any rate as requested" msgstr "Updating database at any rate as requested" -#: inary/atomicoperations.py:991 +#: inary/atomicoperations.py:993 msgid "Package database updated." msgstr "Package database updated." -#: inary/atomicoperations.py:993 +#: inary/atomicoperations.py:995 #, fuzzy msgid "No repository named {} found." msgstr "No repository named {} found." -#: inary/cli/__init__.py:117 +#: inary/cli/__init__.py:110 +#, fuzzy +msgid "Verboses: " +msgstr "Provides: " + +#: inary/cli/__init__.py:122 msgid "Warning: " msgstr "Warning: " -#: inary/cli/__init__.py:127 +#: inary/cli/__init__.py:132 msgid "Error: " msgstr "Error: " -#: inary/cli/__init__.py:161 +#: inary/cli/__init__.py:168 #, fuzzy msgid " (yes" msgstr " (yes/no)" -#: inary/cli/__init__.py:161 +#: inary/cli/__init__.py:168 msgid "no)" msgstr "" -#: inary/cli/__init__.py:185 -msgid " [complete]\n" +#: inary/cli/__init__.py:192 +#, fuzzy +msgid "" +"\n" +" [complete]\n" msgstr " [complete]\n" -#: inary/cli/__init__.py:195 +#: inary/cli/__init__.py:202 #, fuzzy msgid "Installed {}" msgstr "Installed {}" -#: inary/cli/__init__.py:197 +#: inary/cli/__init__.py:204 #, fuzzy msgid "Removed {}" msgstr "Removed {}" -#: inary/cli/__init__.py:199 +#: inary/cli/__init__.py:206 #, fuzzy msgid "Upgraded {}" msgstr "Upgraded {}" -#: inary/cli/__init__.py:201 +#: inary/cli/__init__.py:208 #, fuzzy msgid "Configured {}" msgstr "Configured {}" -#: inary/cli/__init__.py:203 +#: inary/cli/__init__.py:210 #, fuzzy msgid "Extracting the files of {}" msgstr "Extracting the files of {}" -#: inary/cli/addrepo.py:25 +#: inary/cli/addrepo.py:28 msgid "" "Add a repository\n" "\n" @@ -960,23 +980,23 @@ msgstr "" "\n" "NB: We support only local files (e.g., /a/b/c) and http:// URIs at the moment\n" -#: inary/cli/addrepo.py:43 +#: inary/cli/addrepo.py:46 msgid "add-repo options" msgstr "add-repo options" -#: inary/cli/addrepo.py:44 +#: inary/cli/addrepo.py:47 msgid "Ignore repository distribution check" msgstr "Ignore repository distribution check" -#: inary/cli/addrepo.py:45 +#: inary/cli/addrepo.py:48 msgid "Does not fetch repository index and does not check distribution match" msgstr "Does not fetch repository index and does not check distribution match" -#: inary/cli/addrepo.py:48 +#: inary/cli/addrepo.py:51 msgid "Add repository at given position (0 is first)" msgstr "Add repository at given position (0 is first)" -#: inary/cli/addrepo.py:62 +#: inary/cli/addrepo.py:65 #, fuzzy msgid "" "Add {} repository without updating the database?\n" @@ -987,12 +1007,12 @@ msgstr "" "By confirming this you are also adding the repository to your system without checking the distribution of the repository.\n" "Do you want to continue?" -#: inary/cli/addrepo.py:74 +#: inary/cli/addrepo.py:77 #, fuzzy, python-brace-format msgid "{0} repository could not be reached. Removing {0} from system." msgstr "{0} repository could not be reached. Removing {0} from system." -#: inary/cli/blame.py:24 +#: inary/cli/blame.py:26 msgid "" "Information about the package owner and release\n" "\n" @@ -1004,39 +1024,39 @@ msgstr "" "Usage: blame ... \n" "\n" -#: inary/cli/blame.py:37 +#: inary/cli/blame.py:39 msgid "blame options" msgstr "blame options" -#: inary/cli/blame.py:38 +#: inary/cli/blame.py:40 msgid "Blame for the given release" msgstr "Blame for the given release" -#: inary/cli/blame.py:40 +#: inary/cli/blame.py:42 msgid "Blame for all of the releases" msgstr "Blame for all of the releases" -#: inary/cli/blame.py:66 inary/data/specfile.py:374 inary/data/specfile.py:485 +#: inary/cli/blame.py:68 inary/data/specfile.py:371 inary/data/specfile.py:452 #, fuzzy, python-brace-format msgid "Name: {0}, version: {1}, release: {2}\n" msgstr "Name: {0}, version: {1}, release: {2}\n" -#: inary/cli/blame.py:68 +#: inary/cli/blame.py:70 #, fuzzy, python-brace-format msgid "Package Maintainer: {0} <{1}>\n" msgstr "Package Maintainer: {0} <{1}>\n" -#: inary/cli/blame.py:69 +#: inary/cli/blame.py:71 #, fuzzy, python-brace-format msgid "Release Updater: {0.name} <{0.email}>\n" msgstr "Release Updater: {} <{}>\n" -#: inary/cli/blame.py:70 +#: inary/cli/blame.py:72 #, fuzzy msgid "Update Date: {}\n" msgstr "Update Date: {}\n" -#: inary/cli/build.py:25 +#: inary/cli/build.py:30 msgid "" "Build INARY packages\n" "\n" @@ -1058,92 +1078,96 @@ msgstr "" "Alternatively, you can give the name of a source package\n" "to be downloaded from a repository containing sources.\n" -#: inary/cli/build.py:49 +#: inary/cli/build.py:54 msgid "build options" msgstr "build options" -#: inary/cli/build.py:57 +#: inary/cli/build.py:62 msgid "Run inary build operation without printing extra debug information" msgstr "Run inary build operation without printing extra debug information" -#: inary/cli/build.py:63 inary/cli/command.py:205 +#: inary/cli/build.py:68 inary/cli/command.py:207 msgid "Do not take dependency information into account" msgstr "Do not take dependency information into account" -#: inary/cli/build.py:69 +#: inary/cli/build.py:74 msgid "Output directory for produced packages" msgstr "Output directory for produced packages" -#: inary/cli/build.py:73 +#: inary/cli/build.py:78 msgid "Bypass errors from ActionsAPI" msgstr "Bypass errors from ActionsAPI" -#: inary/cli/build.py:78 inary/cli/command.py:207 +#: inary/cli/build.py:83 inary/cli/command.py:209 msgid "Bypass safety switch" msgstr "Bypass safety switch" -#: inary/cli/build.py:83 +#: inary/cli/build.py:88 msgid "Bypass testing step" msgstr "Bypass testing step" -#: inary/cli/build.py:88 +#: inary/cli/build.py:93 msgid "Create a static package with ar files" msgstr "Create a static package with ar files" -#: inary/cli/build.py:92 inary/cli/delta.py:63 +#: inary/cli/build.py:97 inary/cli/delta.py:65 msgid "Create the binary package using the given format. Use '-F help' to see a list of supported formats." msgstr "Create the binary package using the given format. Use '-F help' to see a list of supported formats." -#: inary/cli/build.py:99 +#: inary/cli/build.py:104 msgid "Use quilt patch management system instead of GNU patch" msgstr "Use quilt patch management system instead of GNU patch" -#: inary/cli/build.py:105 +#: inary/cli/build.py:110 +msgid "Do not use root user when packaging, make building under home folder" +msgstr "" + +#: inary/cli/build.py:116 msgid "Do not constrain build process inside the build folder" msgstr "Do not constrain build process inside the build folder" -#: inary/cli/build.py:109 +#: inary/cli/build.py:120 msgid "build steps" msgstr "build steps" -#: inary/cli/build.py:115 +#: inary/cli/build.py:126 msgid "Break build after fetching the source archive" msgstr "Break build after fetching the source archive" -#: inary/cli/build.py:122 +#: inary/cli/build.py:133 msgid "Break build after unpacking the source archive, checking sha1sum and applying patches" msgstr "Break build after unpacking the source archive, checking sha1sum and applying patches" -#: inary/cli/build.py:130 +#: inary/cli/build.py:141 msgid "Break build after running configure step" msgstr "Break build after running configure step" -#: inary/cli/build.py:136 +#: inary/cli/build.py:147 msgid "Break build after running compile step" msgstr "Break build after running compile step" -#: inary/cli/build.py:142 +#: inary/cli/build.py:153 msgid "Break build after running check step" msgstr "Break build after running check step" -#: inary/cli/build.py:148 +#: inary/cli/build.py:159 msgid "Break build after running install step" msgstr "Break build after running install step" -#: inary/cli/build.py:154 +#: inary/cli/build.py:165 msgid "Create INARY package" msgstr "Create INARY package" -#: inary/cli/build.py:164 inary/cli/delta.py:71 +#: inary/cli/build.py:175 inary/cli/delta.py:73 msgid "Supported package formats:" msgstr "Supported package formats:" -#: inary/cli/build.py:167 inary/cli/delta.py:74 +#: inary/cli/build.py:178 inary/cli/delta.py:76 #, fuzzy msgid " {} (default)" msgstr " {} (default)" -#: inary/cli/check.py:28 +#: inary/cli/check.py:30 msgid "" "Verify installation\n" "\n" @@ -1171,40 +1195,40 @@ msgstr "" "\n" "If no packages are given, checks all installed packages.\n" -#: inary/cli/check.py:55 +#: inary/cli/check.py:57 msgid "check options" msgstr "check options" -#: inary/cli/check.py:60 +#: inary/cli/check.py:62 msgid "Check installed packages under given component" msgstr "Check installed packages under given component" -#: inary/cli/check.py:66 +#: inary/cli/check.py:68 msgid "Checks only changed config files of the packages" msgstr "Checks only changed config files of the packages" -#: inary/cli/check.py:83 +#: inary/cli/check.py:85 msgid "Checking all installed packages" msgstr "Checking all installed packages" -#: inary/cli/check.py:92 +#: inary/cli/check.py:94 #, fuzzy msgid "Checking integrity of {}" msgstr "Checking integrity of {}" -#: inary/cli/check.py:104 +#: inary/cli/check.py:106 msgid "Broken" msgstr "Broken" -#: inary/cli/check.py:109 +#: inary/cli/check.py:111 msgid "Unknown" msgstr "Unknown" -#: inary/cli/check.py:111 +#: inary/cli/check.py:113 msgid "OK" msgstr "OK" -#: inary/cli/check.py:117 +#: inary/cli/check.py:118 #, fuzzy msgid "Missing file: /{}" msgstr "Missing file: /{}" @@ -1214,22 +1238,22 @@ msgstr "Missing file: /{}" msgid "Access denied: /{}" msgstr "Access denied: /{}" -#: inary/cli/check.py:125 +#: inary/cli/check.py:124 #, fuzzy msgid "Corrupted file: /{}" msgstr "Corrupted file: /{}" -#: inary/cli/check.py:129 +#: inary/cli/check.py:127 #, fuzzy msgid "Modified configuration file: /{}" msgstr "Modified configuration file: /{}" -#: inary/cli/check.py:134 +#: inary/cli/check.py:132 #, fuzzy msgid "Package {} not installed" msgstr "Package {} not installed" -#: inary/cli/check.py:138 +#: inary/cli/check.py:136 #, fuzzy msgid "" "Inary was unable to check the integrity of packages which contain files that you don't have read access.\n" @@ -1238,7 +1262,7 @@ msgstr "" "Inary was unable to check the integrity of packages which contain files that you don't have read access.\n" "Running the check under a privileged user may help fixing this problem." -#: inary/cli/clean.py:20 +#: inary/cli/clean.py:22 msgid "" "Clean stale locks\n" "\n" @@ -1254,76 +1278,76 @@ msgstr "" "INARY uses filesystem locks for managing database access.\n" "This command deletes unused locks from the database directory." -#: inary/cli/command.py:31 +#: inary/cli/command.py:33 msgid "Command lacks name" msgstr "Command lacks name" -#: inary/cli/command.py:35 +#: inary/cli/command.py:37 #, fuzzy msgid "Duplicate command {}" msgstr "Duplicate command {}" -#: inary/cli/command.py:72 inary/cli/inarycli.py:138 +#: inary/cli/command.py:74 inary/cli/inarycli.py:142 #, fuzzy msgid "Unrecognized command: {}" msgstr "Unrecognized command: {}" -#: inary/cli/command.py:97 +#: inary/cli/command.py:99 msgid "general options" msgstr "general options" -#: inary/cli/command.py:100 +#: inary/cli/command.py:102 msgid "Change the system root for INARY commands" msgstr "Change the system root for INARY commands" -#: inary/cli/command.py:102 +#: inary/cli/command.py:104 msgid "Assume yes in all yes/no queries" msgstr "Assume yes in all yes/no queries" -#: inary/cli/command.py:106 +#: inary/cli/command.py:108 msgid "Keep bandwidth usage under specified KB's" msgstr "Keep bandwidth usage under specified KB's" -#: inary/cli/command.py:109 +#: inary/cli/command.py:111 msgid "Detailed output" msgstr "Detailed output" -#: inary/cli/command.py:111 +#: inary/cli/command.py:113 msgid "Show debugging information" msgstr "Show debugging information" -#: inary/cli/command.py:113 +#: inary/cli/command.py:115 msgid "Suppresses all coloring of INARY's output" msgstr "Suppresses all coloring of INARY's output" -#: inary/cli/command.py:131 +#: inary/cli/command.py:133 #, fuzzy msgid "Destination directory {} does not exist. Creating directory.\n" msgstr "Destination directory {} does not exist. Creating directory.\n" -#: inary/cli/command.py:153 +#: inary/cli/command.py:155 msgid "Password: " msgstr "Password: " -#: inary/cli/command.py:192 +#: inary/cli/command.py:194 msgid "Command terminated abnormally." msgstr "Command terminated abnormally." -#: inary/cli/command.py:209 inary/cli/emerge.py:52 inary/cli/emergeup.py:54 +#: inary/cli/command.py:211 inary/cli/emerge.py:54 inary/cli/emergeup.py:56 #, fuzzy msgid "Bypass scom configuration agent" msgstr "Bypass scom configuration agent" -#: inary/cli/command.py:211 +#: inary/cli/command.py:213 msgid "Do not perform any action, just show what would be done" msgstr "Do not perform any action, just show what would be done" -#: inary/cli/command.py:229 +#: inary/cli/command.py:231 #, fuzzy msgid "usage: {}\n" msgstr "usage: {}\n" -#: inary/cli/configurepending.py:23 +#: inary/cli/configurepending.py:25 #, fuzzy msgid "" "Configure pending packages\n" @@ -1340,11 +1364,11 @@ msgstr "" "of packages waiting to be configured. This command\n" "configures those packages.\n" -#: inary/cli/configurepending.py:37 +#: inary/cli/configurepending.py:39 msgid "configure-pending options" msgstr "configure-pending options" -#: inary/cli/deletecache.py:22 +#: inary/cli/deletecache.py:26 msgid "" "Delete cache files\n" "\n" @@ -1362,7 +1386,37 @@ msgstr "" "under /var directory. Since these accumulate they can\n" "consume a lot of disk space." -#: inary/cli/delta.py:24 +#: inary/cli/deletecache.py:40 +#, fuzzy +msgid "Select cleaning directory:\n" +msgstr "Cleaning build directory..." + +#: inary/cli/deletecache.py:49 +#, fuzzy +msgid "Cleaning home-build directory {}..." +msgstr "Cleaning build directory..." + +#: inary/cli/deletecache.py:57 +#, fuzzy +msgid "Cleaning package cache {}..." +msgstr "Cleaning package cache {}..." + +#: inary/cli/deletecache.py:59 +#, fuzzy +msgid "Cleaning source archive cache {}..." +msgstr "Cleaning source archive cache {}..." + +#: inary/cli/deletecache.py:61 +#, fuzzy +msgid "Cleaning temporary directory {}..." +msgstr "Cleaning temporary directory {}..." + +#: inary/cli/deletecache.py:65 +#, fuzzy +msgid "Removing cache file {}..." +msgstr "Removing cache file {}..." + +#: inary/cli/delta.py:26 msgid "" "Creates delta packages\n" "\n" @@ -1382,19 +1436,19 @@ msgstr "" "packages by comparing the sha1sum of files and creates\n" "a delta package with the changed files.\n" -#: inary/cli/delta.py:45 +#: inary/cli/delta.py:47 msgid "delta options" msgstr "delta options" -#: inary/cli/delta.py:53 +#: inary/cli/delta.py:55 msgid "Use arg as the new package and treat other arguments as old packages." msgstr "Use arg as the new package and treat other arguments as old packages." -#: inary/cli/delta.py:59 +#: inary/cli/delta.py:61 msgid "Output directory for produced packages." msgstr "Output directory for produced packages." -#: inary/cli/disablerepo.py:22 +#: inary/cli/disablerepo.py:24 msgid "" "Disable repository\n" "\n" @@ -1412,7 +1466,7 @@ msgstr "" "\n" "Disabled repositories are not taken into account in operations\n" -#: inary/cli/emerge.py:25 +#: inary/cli/emerge.py:27 msgid "" "Build and install INARY source packages from repository\n" "\n" @@ -1432,34 +1486,34 @@ msgstr "" "\n" "You can also give the name of a component.\n" -#: inary/cli/emerge.py:43 +#: inary/cli/emerge.py:45 msgid "emerge options" msgstr "emerge options" -#: inary/cli/emerge.py:46 inary/cli/emergeup.py:48 +#: inary/cli/emerge.py:48 inary/cli/emergeup.py:50 msgid "Emerge available packages under given component" msgstr "Emerge available packages under given component" -#: inary/cli/emerge.py:48 inary/cli/emergeup.py:50 inary/cli/install.py:52 -#: inary/cli/upgrade.py:58 +#: inary/cli/emerge.py:50 inary/cli/emergeup.py:52 inary/cli/install.py:54 +#: inary/cli/upgrade.py:60 msgid "Ignore file conflicts" msgstr "Ignore file conflicts" -#: inary/cli/emerge.py:50 inary/cli/emergeup.py:52 inary/cli/install.py:54 -#: inary/cli/upgrade.py:60 +#: inary/cli/emerge.py:52 inary/cli/emergeup.py:54 inary/cli/install.py:56 +#: inary/cli/upgrade.py:62 msgid "Ignore package conflicts" msgstr "Ignore package conflicts" -#: inary/cli/emerge.py:70 inary/cli/emergeup.py:75 +#: inary/cli/emerge.py:72 inary/cli/emergeup.py:77 #, fuzzy msgid "Output directory: {}" msgstr "Output directory: {}" -#: inary/cli/emerge.py:72 inary/cli/emergeup.py:77 +#: inary/cli/emerge.py:74 inary/cli/emergeup.py:79 msgid "Outputting binary packages in the package cache." msgstr "Outputting binary packages in the package cache." -#: inary/cli/emergeup.py:27 +#: inary/cli/emergeup.py:29 #, fuzzy msgid "" "Build and upgrade INARY source packages from repository\n" @@ -1480,12 +1534,12 @@ msgstr "" "\n" "You can also give the name of a component.\n" -#: inary/cli/emergeup.py:45 +#: inary/cli/emergeup.py:47 #, fuzzy msgid "emergeup options" msgstr "emerge options" -#: inary/cli/enablerepo.py:22 +#: inary/cli/enablerepo.py:24 msgid "" "Enable repository\n" "\n" @@ -1534,7 +1588,7 @@ msgstr "Output directory for the fetched packages" msgid "Download with runtime dependencies." msgstr "Ignoring build dependencies." -#: inary/cli/graph.py:26 +#: inary/cli/graph.py:28 msgid "" "Graph package relations\n" "\n" @@ -1554,44 +1608,44 @@ msgstr "" "shows the package relations among repository packages, and writes\n" "the package in graphviz format to 'pgraph.dot'.\n" -#: inary/cli/graph.py:41 +#: inary/cli/graph.py:43 msgid "graph options" msgstr "graph options" -#: inary/cli/graph.py:45 +#: inary/cli/graph.py:47 msgid "Specify a particular repository" msgstr "Specify a particular repository" -#: inary/cli/graph.py:48 +#: inary/cli/graph.py:50 msgid "Graph of installed packages" msgstr "Graph of installed packages" -#: inary/cli/graph.py:51 +#: inary/cli/graph.py:53 msgid "Do not show installed packages" msgstr "Do not show installed packages" -#: inary/cli/graph.py:54 +#: inary/cli/graph.py:56 msgid "Draw reverse dependency graph" msgstr "Draw reverse dependency graph" -#: inary/cli/graph.py:57 +#: inary/cli/graph.py:59 msgid "Dot output file" msgstr "Dot output file" -#: inary/cli/graph.py:71 +#: inary/cli/graph.py:73 #, fuzzy msgid "Plotting packages in repository {}" msgstr "Plotting packages in repository {}" -#: inary/cli/graph.py:74 +#: inary/cli/graph.py:76 msgid "Plotting a graph of relations among all repository packages" msgstr "Plotting a graph of relations among all repository packages" -#: inary/cli/graph.py:88 +#: inary/cli/graph.py:90 msgid "Plotting a graph of relations among all installed packages" msgstr "Plotting a graph of relations among all installed packages" -#: inary/cli/help.py:22 +#: inary/cli/help.py:24 msgid "" "Prints help for given commands\n" "\n" @@ -1605,7 +1659,7 @@ msgstr "" "\n" "If run without parameters, it prints the general help." -#: inary/cli/help.py:47 +#: inary/cli/help.py:49 msgid "" "%prog [options] [arguments]\n" "\n" @@ -1617,7 +1671,7 @@ msgstr "" "where is one of:\n" "\n" -#: inary/cli/help.py:53 +#: inary/cli/help.py:55 msgid "" "\n" "Use \"%prog help \" for help on a specific command.\n" @@ -1625,35 +1679,35 @@ msgstr "" "\n" "Use \"%prog help \" for help on a specific command.\n" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "emerge" msgstr "emerge" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "install" msgstr "install" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "remove" msgstr "remove" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "repository update" msgstr "repository update" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "snapshot" msgstr "snapshot" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "takeback" msgstr "takeback" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "upgrade" msgstr "upgrade" -#: inary/cli/history.py:31 +#: inary/cli/history.py:33 msgid "" "History of inary operations\n" "\n" @@ -1667,50 +1721,50 @@ msgstr "" "\n" "Lists previous operations." -#: inary/cli/history.py:45 +#: inary/cli/history.py:47 msgid "history options" msgstr "history options" -#: inary/cli/history.py:51 +#: inary/cli/history.py:53 msgid "Output only the last n operations" msgstr "Output only the last n operations" -#: inary/cli/history.py:53 +#: inary/cli/history.py:55 msgid "Take snapshot of the current system" msgstr "Take snapshot of the current system" -#: inary/cli/history.py:55 +#: inary/cli/history.py:57 msgid "Takeback to the state after the given operation finished" msgstr "Takeback to the state after the given operation finished" -#: inary/cli/history.py:65 -#, fuzzy, python-brace-format -msgid "Operation #{0}: {1}" -msgstr "Operation #{0}: {1}" +#: inary/cli/history.py:68 +#, fuzzy +msgid "Operation " +msgstr "Options" -#: inary/cli/history.py:66 -#, python-brace-format -msgid "Date: {0.date} {0.time}" -msgstr "" +#: inary/cli/history.py:72 +#, fuzzy +msgid "Date: " +msgstr "Date: {} {}" -#: inary/cli/history.py:70 -#, python-format -msgid " * There are %d packages in this snapshot." +#: inary/cli/history.py:78 +#, fuzzy +msgid " * There are {} packages in this snapshot." msgstr " * There are %d packages in this snapshot." -#: inary/cli/inarycli.py:89 +#: inary/cli/inarycli.py:93 msgid "Options must precede non-option arguments" msgstr "Options must precede non-option arguments" -#: inary/cli/inarycli.py:131 +#: inary/cli/inarycli.py:135 msgid "No command given" msgstr "No command given" -#: inary/cli/inarycli.py:134 +#: inary/cli/inarycli.py:138 msgid "Command line parsing error" msgstr "Command line parsing error" -#: inary/cli/index.py:24 +#: inary/cli/index.py:26 msgid "" "Index INARY files in a given directory\n" "\n" @@ -1736,31 +1790,31 @@ msgstr "" "If you give multiple directories, the command still works, but puts\n" "everything in a single index file.\n" -#: inary/cli/index.py:48 +#: inary/cli/index.py:50 msgid "index options" msgstr "index options" -#: inary/cli/index.py:53 +#: inary/cli/index.py:55 msgid "Store absolute links for indexed files." msgstr "Store absolute links for indexed files." -#: inary/cli/index.py:58 +#: inary/cli/index.py:60 msgid "Index output file" msgstr "Index output file" -#: inary/cli/index.py:63 +#: inary/cli/index.py:65 msgid "Comma-separated compression types for index file" msgstr "Comma-separated compression types for index file" -#: inary/cli/index.py:69 +#: inary/cli/index.py:71 msgid "Do not index INARY spec files." msgstr "Do not index INARY spec files." -#: inary/cli/index.py:74 +#: inary/cli/index.py:76 msgid "Do not sign index." msgstr "Do not sign index." -#: inary/cli/info.py:26 +#: inary/cli/info.py:28 msgid "" "Display package information\n" "\n" @@ -1774,80 +1828,80 @@ msgstr "" "\n" " is either a package name or a .inary file,\n" -#: inary/cli/info.py:44 +#: inary/cli/info.py:46 msgid "info options" msgstr "info options" -#: inary/cli/info.py:51 +#: inary/cli/info.py:53 msgid "Show a list of package files." msgstr "Show a list of package files." -#: inary/cli/info.py:53 +#: inary/cli/info.py:55 msgid "Info about the given component" msgstr "Info about the given component" -#: inary/cli/info.py:56 +#: inary/cli/info.py:58 msgid "Show only paths." msgstr "Show only paths." -#: inary/cli/info.py:58 +#: inary/cli/info.py:60 msgid "Do not show details" msgstr "Do not show details" -#: inary/cli/info.py:60 +#: inary/cli/info.py:62 msgid "Output in xml format" msgstr "Output in xml format" -#: inary/cli/info.py:128 +#: inary/cli/info.py:130 msgid "Reverse Dependencies:" msgstr "Reverse Dependencies:" -#: inary/cli/info.py:139 +#: inary/cli/info.py:141 msgid "Reverse Build Dependencies:" msgstr "Reverse Build Dependencies:" -#: inary/cli/info.py:144 +#: inary/cli/info.py:146 #, fuzzy msgid "Package file: {}" msgstr "Package file: {}" -#: inary/cli/info.py:159 +#: inary/cli/info.py:161 msgid "[inst] " msgstr "[inst] " -#: inary/cli/info.py:161 +#: inary/cli/info.py:163 msgid "Installed package:" msgstr "Installed package:" -#: inary/cli/info.py:165 +#: inary/cli/info.py:167 #, fuzzy msgid "{} package is not installed" msgstr "{} package is not installed" -#: inary/cli/info.py:171 +#: inary/cli/info.py:173 msgid "[binary] " msgstr "[binary] " -#: inary/cli/info.py:173 inary/cli/info.py:185 +#: inary/cli/info.py:175 inary/cli/info.py:187 #, fuzzy msgid "Package found in {} repository:" msgstr "Package found in {} repository:" -#: inary/cli/info.py:176 +#: inary/cli/info.py:178 #, fuzzy msgid "{} package is not found in binary repositories" msgstr "{} package is not found in binary repositories" -#: inary/cli/info.py:183 +#: inary/cli/info.py:185 msgid "[source] " msgstr "[source] " -#: inary/cli/info.py:188 +#: inary/cli/info.py:190 #, fuzzy msgid "{} package is not found in source repositories" msgstr "{} package is not found in source repositories" -#: inary/cli/install.py:25 +#: inary/cli/install.py:27 msgid "" "Install INARY packages\n" "\n" @@ -1869,48 +1923,48 @@ msgstr "" "You can also specify components instead of package names, which will be\n" "expanded to package names.\n" -#: inary/cli/install.py:43 +#: inary/cli/install.py:45 msgid "install options" msgstr "install options" -#: inary/cli/install.py:48 +#: inary/cli/install.py:50 msgid "Reinstall already installed packages" msgstr "Reinstall already installed packages" -#: inary/cli/install.py:50 +#: inary/cli/install.py:52 msgid "Skip distribution release and architecture check" msgstr "Skip distribution release and architecture check" -#: inary/cli/install.py:56 +#: inary/cli/install.py:58 msgid "Install component's and recursive components' packages" msgstr "Install component's and recursive components' packages" -#: inary/cli/install.py:58 +#: inary/cli/install.py:60 msgid "Name of the component's repository" msgstr "Name of the component's repository" -#: inary/cli/install.py:60 inary/cli/upgrade.py:66 +#: inary/cli/install.py:62 inary/cli/upgrade.py:68 msgid "Fetch upgrades but do not install." msgstr "Fetch upgrades but do not install." -#: inary/cli/install.py:62 +#: inary/cli/install.py:64 msgid "When installing packages, ignore packages and components whose basenames match pattern." msgstr "When installing packages, ignore packages and components whose basenames match pattern." -#: inary/cli/install.py:65 +#: inary/cli/install.py:67 msgid "When installing packages, ignore packages and components whose basenames match any pattern contained in file." msgstr "When installing packages, ignore packages and components whose basenames match any pattern contained in file." -#: inary/cli/install.py:69 +#: inary/cli/install.py:71 msgid "Store previous libraries info when package is updating to newer version." msgstr "" -#: inary/cli/install.py:94 +#: inary/cli/install.py:96 #, fuzzy msgid "There is no component named {}" msgstr "There is no component named {}" -#: inary/cli/listavailable.py:27 +#: inary/cli/listavailable.py:29 msgid "" "List available packages in the repositories\n" "\n" @@ -1928,36 +1982,36 @@ msgstr "" "repositories. If no repository is specified, we list packages in\n" "all repositories.\n" -#: inary/cli/listavailable.py:45 +#: inary/cli/listavailable.py:47 msgid "list-available options" msgstr "list-available options" -#: inary/cli/listavailable.py:47 inary/cli/listcomponents.py:41 -#: inary/cli/listinstalled.py:47 inary/cli/listsources.py:40 -#: inary/cli/listupgrades.py:43 inary/cli/searchfile.py:40 +#: inary/cli/listavailable.py:49 inary/cli/listcomponents.py:43 +#: inary/cli/listinstalled.py:49 inary/cli/listsources.py:42 +#: inary/cli/listupgrades.py:45 inary/cli/searchfile.py:41 msgid "Show in long format" msgstr "Show in long format" -#: inary/cli/listavailable.py:49 +#: inary/cli/listavailable.py:51 msgid "List available packages under given component" msgstr "List available packages under given component" -#: inary/cli/listavailable.py:51 +#: inary/cli/listavailable.py:53 msgid "Show uninstalled packages only" msgstr "Show uninstalled packages only" -#: inary/cli/listavailable.py:59 +#: inary/cli/listavailable.py:61 msgid "Installed packages are shown in this color" msgstr "Installed packages are shown in this color" -#: inary/cli/listavailable.py:67 +#: inary/cli/listavailable.py:69 #, fuzzy msgid "" "\n" " Repository : {}\n" msgstr "Repository : {}\n" -#: inary/cli/listcomponents.py:24 +#: inary/cli/listcomponents.py:26 msgid "" "List available components\n" "\n" @@ -1973,15 +2027,15 @@ msgstr "" "Gives a brief list of INARY components published in the\n" "repositories.\n" -#: inary/cli/listcomponents.py:39 +#: inary/cli/listcomponents.py:41 msgid "list-components options" msgstr "list-components options" -#: inary/cli/listcomponents.py:43 inary/cli/search.py:46 +#: inary/cli/listcomponents.py:45 inary/cli/search.py:48 msgid "Name of the source or package repository" msgstr "Name of the source or package repository" -#: inary/cli/listinstalled.py:25 +#: inary/cli/listinstalled.py:27 msgid "" "Print the list of all installed packages\n" "\n" @@ -1991,27 +2045,27 @@ msgstr "" "\n" "Usage: list-installed\n" -#: inary/cli/listinstalled.py:39 +#: inary/cli/listinstalled.py:41 msgid "list-installed options" msgstr "list-installed options" -#: inary/cli/listinstalled.py:44 +#: inary/cli/listinstalled.py:46 msgid "Only list the installed packages built by the given host" msgstr "Only list the installed packages built by the given host" -#: inary/cli/listinstalled.py:49 +#: inary/cli/listinstalled.py:51 msgid "List installed packages under given component" msgstr "List installed packages under given component" -#: inary/cli/listinstalled.py:51 inary/cli/listupgrades.py:47 +#: inary/cli/listinstalled.py:53 inary/cli/listupgrades.py:49 msgid "Show detailed install info" msgstr "Show detailed install info" -#: inary/cli/listinstalled.py:77 inary/cli/listupgrades.py:72 +#: inary/cli/listinstalled.py:79 inary/cli/listupgrades.py:74 msgid "Package Name |St| Version| Rel.| Distro| Date" msgstr "Package Name |St| Version| Rel.| Distro| Date" -#: inary/cli/listnewest.py:25 +#: inary/cli/listnewest.py:27 msgid "" "List newest packages in the repositories\n" "\n" @@ -2029,29 +2083,29 @@ msgstr "" "repositories. If no repository is specified, we list the new\n" "packages from all repositories.\n" -#: inary/cli/listnewest.py:43 +#: inary/cli/listnewest.py:45 msgid "list-newest options" msgstr "list-newest options" -#: inary/cli/listnewest.py:45 +#: inary/cli/listnewest.py:47 msgid "List new packages added to repository after this given date formatted as yyyy-mm-dd" msgstr "List new packages added to repository after this given date formatted as yyyy-mm-dd" -#: inary/cli/listnewest.py:47 +#: inary/cli/listnewest.py:49 msgid "List new packages added to repository after last nth previous repository update" msgstr "List new packages added to repository after last nth previous repository update" -#: inary/cli/listnewest.py:75 +#: inary/cli/listnewest.py:77 #, fuzzy, python-brace-format msgid "Packages added to {0} since {1}:\n" msgstr "Packages added to {0} since {1}:\n" -#: inary/cli/listnewest.py:77 +#: inary/cli/listnewest.py:79 #, fuzzy msgid "Packages added to {}:" msgstr "Packages added to {}:" -#: inary/cli/listorphaned.py:25 +#: inary/cli/listorphaned.py:27 msgid "" "List orphaned packages\n" "\n" @@ -2060,32 +2114,32 @@ msgid "" "Lists packages installed as dependency, but no longer needed by any other installed package.\n" msgstr "" -#: inary/cli/listorphaned.py:40 +#: inary/cli/listorphaned.py:42 #, fuzzy msgid "list-orphaned options" msgstr "list-sources options" -#: inary/cli/listorphaned.py:42 +#: inary/cli/listorphaned.py:44 #, fuzzy msgid "Show all packages without reverse dependencies" msgstr "There are extra packages due to dependencies." -#: inary/cli/listorphaned.py:44 +#: inary/cli/listorphaned.py:46 #, fuzzy msgid "Ignore packages and components whose basenames match pattern." msgstr "When upgrading system, ignore packages and components whose basenames match pattern." -#: inary/cli/listorphaned.py:56 +#: inary/cli/listorphaned.py:58 #, fuzzy msgid "Orphaned packages:" msgstr "Graph of installed packages" -#: inary/cli/listorphaned.py:58 +#: inary/cli/listorphaned.py:60 #, fuzzy msgid "No orphaned packages" msgstr "Do not show installed packages" -#: inary/cli/listpending.py:23 +#: inary/cli/listpending.py:25 msgid "" "List pending packages\n" "\n" @@ -2096,10 +2150,14 @@ msgstr "" "Lists packages waiting to be configured.\n" #: inary/cli/listpending.py:41 +msgid "Listing pending orders:" +msgstr "" + +#: inary/cli/listpending.py:43 msgid "There are no packages waiting to be configured" msgstr "There are no packages waiting to be configured" -#: inary/cli/listrepo.py:23 +#: inary/cli/listrepo.py:25 msgid "" "List repositories\n" "\n" @@ -2113,20 +2171,20 @@ msgstr "" "\n" "Lists currently tracked repositories.\n" -#: inary/cli/listrepo.py:40 inary/cli/listrepo.py:41 +#: inary/cli/listrepo.py:42 inary/cli/listrepo.py:43 msgid "active" msgstr "active" -#: inary/cli/listrepo.py:40 +#: inary/cli/listrepo.py:42 msgid "inactive" msgstr "inactive" -#: inary/cli/listrepo.py:42 inary/cli/listrepo.py:44 +#: inary/cli/listrepo.py:44 inary/cli/listrepo.py:46 #, python-brace-format msgid "{0} [{1}]" msgstr "{0} [{1}]" -#: inary/cli/listsources.py:24 +#: inary/cli/listsources.py:26 msgid "" "List available sources\n" "\n" @@ -2140,11 +2198,11 @@ msgstr "" "\n" "Gives a brief list of sources published in the repositories.\n" -#: inary/cli/listsources.py:38 +#: inary/cli/listsources.py:40 msgid "list-sources options" msgstr "list-sources options" -#: inary/cli/listupgrades.py:26 +#: inary/cli/listupgrades.py:28 msgid "" "List packages to be upgraded\n" "\n" @@ -2158,19 +2216,19 @@ msgstr "" "\n" "Lists the packages that will be upgraded.\n" -#: inary/cli/listupgrades.py:41 +#: inary/cli/listupgrades.py:43 msgid "list-upgrades options" msgstr "list-upgrades options" -#: inary/cli/listupgrades.py:45 +#: inary/cli/listupgrades.py:47 msgid "List upgradable packages under given component" msgstr "List upgradable packages under given component" -#: inary/cli/listupgrades.py:63 inary/operations/upgrade.py:159 +#: inary/cli/listupgrades.py:65 inary/operations/upgrade.py:161 msgid "No packages to upgrade." msgstr "No packages to upgrade." -#: inary/cli/rebuilddb.py:24 +#: inary/cli/rebuilddb.py:26 msgid "" "Rebuild Databases\n" "\n" @@ -2190,19 +2248,19 @@ msgstr "" "If package specs are given, they should be the names of package\n" "dirs under /var/lib/inary\n" -#: inary/cli/rebuilddb.py:41 +#: inary/cli/rebuilddb.py:43 msgid "rebuild-db options" msgstr "rebuild-db options" -#: inary/cli/rebuilddb.py:44 +#: inary/cli/rebuilddb.py:46 msgid "Rebuild files database" msgstr "Rebuild files database" -#: inary/cli/rebuilddb.py:50 +#: inary/cli/rebuilddb.py:52 msgid "Rebuild INARY databases?" msgstr "Rebuild INARY databases?" -#: inary/cli/remove.py:25 +#: inary/cli/remove.py:27 msgid "" "Remove INARY packages\n" "\n" @@ -2222,19 +2280,19 @@ msgstr "" "You can also specify components instead of package names, which will be\n" "expanded to package names.\n" -#: inary/cli/remove.py:42 +#: inary/cli/remove.py:44 msgid "remove options" msgstr "remove options" -#: inary/cli/remove.py:45 +#: inary/cli/remove.py:47 msgid "Removes everything including changed config files of the package" msgstr "Removes everything including changed config files of the package" -#: inary/cli/remove.py:47 +#: inary/cli/remove.py:49 msgid "Remove component's and recursive components' packages" msgstr "Remove component's and recursive components' packages" -#: inary/cli/removeorphaned.py:25 +#: inary/cli/removeorphaned.py:27 #, fuzzy msgid "" "Remove orphaned packages\n" @@ -2249,17 +2307,17 @@ msgstr "" "\n" "Remove all repository information from the system.\n" -#: inary/cli/removeorphaned.py:39 +#: inary/cli/removeorphaned.py:41 #, fuzzy msgid "remove-orphaned options" msgstr "remove options" -#: inary/cli/removeorphaned.py:43 +#: inary/cli/removeorphaned.py:45 #, fuzzy msgid "When removing orphaned, ignore packages and components whose basenames match pattern." msgstr "When upgrading system, ignore packages and components whose basenames match pattern." -#: inary/cli/removerepo.py:21 +#: inary/cli/removerepo.py:23 msgid "" "Remove repositories\n" "\n" @@ -2273,7 +2331,7 @@ msgstr "" "\n" "Remove all repository information from the system.\n" -#: inary/cli/search.py:25 +#: inary/cli/search.py:27 msgid "" "Search packages\n" "\n" @@ -2295,39 +2353,39 @@ msgstr "" "options to search in install database or source\n" "database.\n" -#: inary/cli/search.py:42 +#: inary/cli/search.py:44 msgid "search options" msgstr "search options" -#: inary/cli/search.py:44 +#: inary/cli/search.py:46 msgid "Summary and description language" msgstr "Summary and description language" -#: inary/cli/search.py:48 +#: inary/cli/search.py:50 msgid "Search in installdb" msgstr "Search in installdb" -#: inary/cli/search.py:50 +#: inary/cli/search.py:52 msgid "Search in sourcedb" msgstr "Search in sourcedb" -#: inary/cli/search.py:52 +#: inary/cli/search.py:54 msgid "Case sensitive search" msgstr "" -#: inary/cli/search.py:54 +#: inary/cli/search.py:56 msgid "Search in the package name" msgstr "Search in the package name" -#: inary/cli/search.py:56 +#: inary/cli/search.py:58 msgid "Search in the package summary" msgstr "Search in the package summary" -#: inary/cli/search.py:58 +#: inary/cli/search.py:60 msgid "Search in the package description" msgstr "Search in the package description" -#: inary/cli/searchfile.py:25 +#: inary/cli/searchfile.py:26 msgid "" "Search for a file\n" "\n" @@ -2341,30 +2399,30 @@ msgstr "" "\n" "Finds the installed package which contains the specified file.\n" -#: inary/cli/searchfile.py:38 +#: inary/cli/searchfile.py:39 msgid "search-file options" msgstr "search-file options" -#: inary/cli/searchfile.py:42 +#: inary/cli/searchfile.py:43 msgid "Show only package name" msgstr "Show only package name" -#: inary/cli/searchfile.py:49 +#: inary/cli/searchfile.py:50 #, fuzzy msgid "Path '{}' does not belong to an installed package" msgstr "Path {} does not belong to an installed package" -#: inary/cli/searchfile.py:53 +#: inary/cli/searchfile.py:54 #, fuzzy, python-brace-format msgid "Package {0} has file /{1}" msgstr "Package {0} has file /{1}" -#: inary/cli/searchfile.py:66 +#: inary/cli/searchfile.py:67 #, fuzzy msgid "Searching for {}" msgstr "Searching for {}" -#: inary/cli/updaterepo.py:25 +#: inary/cli/updaterepo.py:27 msgid "" "Update repository databases\n" "\n" @@ -2384,15 +2442,15 @@ msgstr "" "Synchronizes the INARY databases with the current repository.\n" "If no repository is given, all repositories are updated.\n" -#: inary/cli/updaterepo.py:42 +#: inary/cli/updaterepo.py:44 msgid "update-repo options" msgstr "update-repo options" -#: inary/cli/updaterepo.py:46 +#: inary/cli/updaterepo.py:48 msgid "Update database in any case" msgstr "Update database in any case" -#: inary/cli/upgrade.py:26 +#: inary/cli/upgrade.py:28 msgid "" "Upgrade INARY packages\n" "\n" @@ -2428,237 +2486,233 @@ msgstr "" "You can also specify components instead of package names, which will be\n" "expanded to package names.\n" -#: inary/cli/upgrade.py:50 +#: inary/cli/upgrade.py:52 msgid "upgrade options" msgstr "upgrade options" -#: inary/cli/upgrade.py:54 +#: inary/cli/upgrade.py:56 msgid "Security related package upgrades only" msgstr "Security related package upgrades only" -#: inary/cli/upgrade.py:56 +#: inary/cli/upgrade.py:58 msgid "Do not update repositories" msgstr "Do not update repositories" -#: inary/cli/upgrade.py:62 +#: inary/cli/upgrade.py:64 msgid "Upgrade component's and recursive components' packages" msgstr "Upgrade component's and recursive components' packages" -#: inary/cli/upgrade.py:64 +#: inary/cli/upgrade.py:66 msgid "Name of the to be upgraded packages' repository" msgstr "Name of the to be upgraded packages' repository" -#: inary/cli/upgrade.py:68 +#: inary/cli/upgrade.py:70 msgid "When upgrading system, ignore packages and components whose basenames match pattern." msgstr "When upgrading system, ignore packages and components whose basenames match pattern." -#: inary/cli/upgrade.py:71 +#: inary/cli/upgrade.py:73 msgid "When upgrading system, ignore packages and components whose basenames match any pattern contained in file." msgstr "When upgrading system, ignore packages and components whose basenames match any pattern contained in file." -#: inary/cli/upgrade.py:75 +#: inary/cli/upgrade.py:77 #, fuzzy msgid "compare sha1sum repo and installed packages" msgstr "Reinstall already installed packages" -#: inary/cli/upgrade.py:87 +#: inary/cli/upgrade.py:89 msgid "Updating repositories" msgstr "Updating repositories" -#: inary/cli/upgrade.py:91 +#: inary/cli/upgrade.py:93 msgid "Will not update repositories" msgstr "Will not update repositories" -#: inary/config.py:83 +#: inary/config.py:87 #, fuzzy msgid "Destination directory {} does not exist. Creating it." msgstr "Destination directory {} does not exist. Creating it." -#: inary/configfile.py:130 +#: inary/configfile.py:132 #, fuzzy msgid "No section by name '{}'" msgstr "No section by name {}" -#: inary/constants.py:30 +#: inary/constants.py:41 #, fuzzy msgid "Can't rebind constant: {}" msgstr "Can't rebind constant: {}" -#: inary/constants.py:36 +#: inary/constants.py:47 #, fuzzy msgid "Can't unbind constant: {}" msgstr "Can't unbind constant: {}" -#: inary/data/history.py:45 +#: inary/data/history.py:47 #, fuzzy, python-brace-format msgid "{0} repository is updated." msgstr "{0} repository is updated." -#: inary/data/history.py:65 +#: inary/data/history.py:67 #, fuzzy, python-brace-format msgid "{0} is upgraded from {1} to {2} with delta." msgstr "{0} is upgraded from {1} to {2} with delta." -#: inary/data/history.py:67 +#: inary/data/history.py:69 #, fuzzy, python-brace-format msgid "{0} is upgraded from {1} to {2}." msgstr "{0} is upgraded from {1} to {2}." -#: inary/data/history.py:69 +#: inary/data/history.py:71 #, fuzzy, python-brace-format msgid "{0} {1} is removed." msgstr "{0} {1} is removed." -#: inary/data/history.py:71 +#: inary/data/history.py:73 #, fuzzy, python-brace-format msgid "{0} {1} is installed." msgstr "{0} {1} is installed." -#: inary/data/history.py:73 +#: inary/data/history.py:75 #, fuzzy, python-brace-format msgid "{0} {1} is reinstalled." msgstr "{0} {1} is reinstalled." -#: inary/data/history.py:75 +#: inary/data/history.py:77 #, fuzzy, python-brace-format msgid "{0} is downgraded from {1} to {2}." msgstr "{0} is downgraded from {1} to {2}." -#: inary/data/history.py:100 inary/data/history.py:122 +#: inary/data/history.py:102 inary/data/history.py:124 msgid "Unknown package operation" msgstr "Unknown package operation" -#: inary/data/index.py:95 +#: inary/data/index.py:96 #, fuzzy msgid "Sorting: {}" msgstr "Sorting: {}" -#: inary/data/index.py:178 +#: inary/data/index.py:179 #, fuzzy msgid "Adding packages from directory {}... " msgstr "Adding package to index: {}" -#: inary/data/index.py:187 +#: inary/data/index.py:188 #, fuzzy msgid "Adding packages from directory {}... done." msgstr "Adding package to index: {}" -#: inary/data/index.py:198 +#: inary/data/index.py:199 #, fuzzy msgid "Adding package to index: {}" msgstr "Adding package to index: {}" -#: inary/data/index.py:213 +#: inary/data/index.py:214 #, fuzzy msgid "Package {}: metadata corrupt, skipping..." msgstr "Package {}: metadata corrupt, skipping..." -#: inary/data/index.py:258 +#: inary/data/index.py:259 msgid "Adding groups.xml to index" msgstr "Adding groups.xml to index" -#: inary/data/index.py:264 +#: inary/data/index.py:265 msgid "Adding components.xml to index" msgstr "Adding components.xml to index" -#: inary/data/index.py:274 +#: inary/data/index.py:275 msgid "Adding distribution.xml to index" msgstr "Adding distribution.xml to index" -#: inary/data/index.py:295 +#: inary/data/index.py:296 #, fuzzy msgid "Adding source to index: {}" msgstr "Adding package to index: {}" -#: inary/data/index.py:314 +#: inary/data/index.py:315 #, fuzzy msgid "Building index of Inary files under {}" msgstr "Building index of INARY files under {}" -#: inary/data/index.py:319 +#: inary/data/index.py:320 msgid "Index file written" msgstr "Index file written" -#: inary/data/metadata.py:73 +#: inary/data/metadata.py:75 #, fuzzy, python-brace-format msgid "Distribution: {0}, Dist. Release: {1}\n" msgstr "Distribution: {0}, Dist. Release: {1}\n" -#: inary/data/metadata.py:75 +#: inary/data/metadata.py:77 #, fuzzy, python-brace-format msgid "Architecture: {0}, Installed Size: {1}" msgstr "Architecture: {0}, Installed Size: {1}" -#: inary/data/metadata.py:81 +#: inary/data/metadata.py:83 #, fuzzy msgid ", Package Size: {}" msgstr ", Package Size: {}" -#: inary/data/metadata.py:83 +#: inary/data/metadata.py:85 msgid ", install.tar.xz sha1sum: {}" msgstr ", install.tar.xz sha1sum: {}" -#: inary/data/pgraph.py:29 +#: inary/data/pgraph.py:31 #, fuzzy msgid "Encountered cycle {}" msgstr "Encountered cycle {}" -#: inary/data/specfile.py:169 +#: inary/data/specfile.py:166 #, fuzzy, python-brace-format msgid "URI: {0}, type: {1}, sha1sum: {2}" msgstr "URI: {0}, type: {1}, sha1sum: {2}" -#: inary/data/specfile.py:198 inary/data/specfile.py:201 +#: inary/data/specfile.py:195 inary/data/specfile.py:198 msgid " or " msgstr " or " -#: inary/data/specfile.py:278 inary/operations/install.py:293 +#: inary/data/specfile.py:275 inary/operations/install.py:295 #, fuzzy, python-brace-format msgid "{0} dependency of package {1} is not satisfied" msgstr "{0} dependency of package {1} is not satisfied" -#: inary/data/specfile.py:376 inary/data/specfile.py:487 +#: inary/data/specfile.py:373 inary/data/specfile.py:454 #, fuzzy msgid "Summary: {}\n" msgstr "Summary: {}\n" -#: inary/data/specfile.py:377 inary/data/specfile.py:488 +#: inary/data/specfile.py:374 inary/data/specfile.py:455 #, fuzzy msgid "Description: {}\n" msgstr "Description: {}\n" -#: inary/data/specfile.py:378 inary/data/specfile.py:489 +#: inary/data/specfile.py:375 inary/data/specfile.py:456 #, fuzzy msgid "Licenses: {}\n" msgstr "Licenses: {}\n" -#: inary/data/specfile.py:379 inary/data/specfile.py:490 +#: inary/data/specfile.py:376 inary/data/specfile.py:457 #, fuzzy msgid "Component: {}\n" msgstr "Component: {}\n" -#: inary/data/specfile.py:380 +#: inary/data/specfile.py:377 msgid "Provides: " msgstr "Provides: " -#: inary/data/specfile.py:384 +#: inary/data/specfile.py:381 msgid "Dependencies: " msgstr "Dependencies: " -#: inary/data/specfile.py:437 inary/data/specfile.py:446 -msgid "translations.xml file is badly formed." +#: inary/data/specfile.py:433 +#, fuzzy +msgid "translations.xml {} file is badly formed." msgstr "translations.xml file is badly formed." -#: inary/data/specfile.py:470 -#, fuzzy, python-brace-format -msgid "File '{0}' has invalid XML: {1}" -msgstr "File {} has invalid XML" - -#: inary/data/specfile.py:491 +#: inary/data/specfile.py:458 msgid "Build Dependencies: " msgstr "Build Dependencies: " -#: inary/db/componentdb.py:114 +#: inary/db/componentdb.py:104 #, fuzzy msgid "Component {} not found" msgstr "Component {} not found" @@ -2670,30 +2724,35 @@ msgstr "Rebuild files database" #: inary/db/filesdb.py:48 #, fuzzy +msgid "-> Adding '{}' to db..." +msgstr "Adding {} to db... " + +#: inary/db/filesdb.py:49 +#, fuzzy msgid "" "\n" "Added files database..." msgstr "Rebuild files database" -#: inary/db/filesdb.py:70 +#: inary/db/filesdb.py:84 #, fuzzy -msgid "-> Adding '{}' to db..." -msgstr "Adding {} to db... " +msgid "Removing files from database" +msgstr "Rebuild files database" -#: inary/db/groupdb.py:89 inary/db/groupdb.py:98 +#: inary/db/groupdb.py:77 inary/db/groupdb.py:86 #, fuzzy msgid "Group {} not found" msgstr "Group {} not found" -#: inary/db/installdb.py:43 +#: inary/db/installdb.py:39 msgid "installed" msgstr "installed" -#: inary/db/installdb.py:43 +#: inary/db/installdb.py:39 msgid "installed-pending" msgstr "installed-pending" -#: inary/db/installdb.py:60 +#: inary/db/installdb.py:56 #, fuzzy, python-brace-format msgid "" "State: {0}\n" @@ -2702,462 +2761,452 @@ msgstr "" "State: {0}\n" "Version: {1}, Release: {2}\n" -#: inary/db/installdb.py:64 +#: inary/db/installdb.py:60 #, fuzzy, python-brace-format msgid "Distribution: {0}, Install Time: {1}\n" msgstr "Distribution: {0}, Install Time: {1}\n" -#: inary/db/installdb.py:111 inary/db/installdb.py:135 +#: inary/db/installdb.py:106 #, fuzzy msgid "Installation info for package '{}' is broken. Reinstall it to fix this problem." msgstr "Installation info for package {} is broken. Reinstall it to fix this problem." -#: inary/db/installdb.py:431 +#: inary/db/installdb.py:385 #, fuzzy msgid "Package {} is not installed" msgstr "Package {} is not installed" -#: inary/db/itembyrepo.py:40 +#: inary/db/itembyrepo.py:42 #, fuzzy msgid "{} not found in any repository." msgstr "{} not found in any repository." -#: inary/db/itembyrepo.py:50 +#: inary/db/itembyrepo.py:52 #, fuzzy msgid "Repo item {} not found" msgstr "Repo item {} not found" -#: inary/db/itembyrepo.py:60 inary/db/itembyrepo.py:71 -#: inary/db/itembyrepo.py:81 +#: inary/db/itembyrepo.py:62 inary/db/itembyrepo.py:73 +#: inary/db/itembyrepo.py:83 #, fuzzy msgid "Repository {} does not exist." msgstr "Repository {} does not exist." -#: inary/db/packagedb.py:210 inary/db/packagedb.py:220 +#: inary/db/packagedb.py:164 inary/db/packagedb.py:172 #, fuzzy msgid "Package {} not found." msgstr "Package {} not found." -#: inary/db/repodb.py:254 +#: inary/db/repodb.py:198 #, fuzzy msgid "{} repository needs to be updated" msgstr "{} repository needs to be updated" -#: inary/db/repodb.py:268 +#: inary/db/repodb.py:205 #, fuzzy msgid "" "Error parsing repository index information: {} \n" " Index file does not exist or is malformed." msgstr "Error parsing repository index information. Index file does not exist or is malformed." -#: inary/db/repodb.py:397 +#: inary/db/repodb.py:313 #, fuzzy msgid "Repository '{}' is not compatible with your distribution. Repository is disabled." msgstr "Repository {} is not compatible with your distribution. Repository is disabled." -#: inary/fetcher.py:151 -msgid "" -"Url Problem: \n" -" {}" +#: inary/fetcher.py:22 +msgid "Please install requests" msgstr "" -#: inary/fetcher.py:156 +#: inary/fetcher.py:154 msgid "" -"Reaised an HTTP Error: \n" +"Url Problem: \n" " {}" msgstr "" -#: inary/fetcher.py:161 +#: inary/fetcher.py:159 msgid "" "Can not avaible remote server: \n" " {}" msgstr "" -#: inary/fetcher.py:170 +#: inary/fetcher.py:169 msgid "Filename error" msgstr "Filename error" -#: inary/fetcher.py:173 -#, fuzzy -msgid "Access denied to write to destination directory: \"{}\"" +#: inary/fetcher.py:172 +#, fuzzy, python-format +msgid "Access denied to write to destination directory: \"%s\"" msgstr "Access denied to write to destination directory: \"{}\"" -#: inary/fetcher.py:176 -#, fuzzy -msgid "Access denied to destination file: \"{}\"" +#: inary/fetcher.py:175 +#, fuzzy, python-format +msgid "Access denied to destination file: \"%s\"" msgstr "Access denied to destination file: \"{}\"" -#: inary/fetcher.py:188 -msgid "Requested range not satisfiable, starting again." -msgstr "" +#: inary/fetcher.py:212 +#, fuzzy, python-format +msgid "Could not fetch destination file \"%s\":%s" +msgstr "Could not fetch destination file \"{0}\": {1}" -#: inary/fetcher.py:196 -#, fuzzy, python-brace-format -msgid "" -"Could not fetch destination file: \"{0}\" \n" -"Raised Value error: \"{1}\"" +#: inary/fetcher.py:216 +msgid "Package manager not support downloding from ftp mirror" msgstr "" -"Could not fetch destination file: \"{0}\" \n" -"Raised Value error: \"{1}\"" - -#: inary/fetcher.py:198 inary/fetcher.py:200 inary/fetcher.py:202 -#, fuzzy, python-brace-format -msgid "" -"Could not fetch destination file: \"{0}\"; \n" -"\"{1}\"" -msgstr "Could not fetch destination file \"{0}\": {1}" -#: inary/fetcher.py:204 -#, fuzzy, python-brace-format -msgid "Could not fetch destination file: \"{0}\"; (\"{1}\"): \"{2}\"" -msgstr "Could not fetch destination file: \"{0}\"; (\"{1}\"): \"{2}\"" +#: inary/fetcher.py:219 +#, fuzzy +msgid "Copying local file {}" +msgstr "Removing cache file {}..." -#: inary/fetcher.py:207 +#: inary/fetcher.py:224 #, fuzzy -msgid "A problem occurred. Please check the archive address and/or permissions again. {}" +msgid "A problem occurred. Please check the archive address and/or permissions again." msgstr "A problem occurred. Please check the archive address and/or permissions again." -#: inary/fetcher.py:270 inary/fetcher.py:302 +#: inary/fetcher.py:257 #, fuzzy msgid "Proxy configuration has been found for '{}' protocol" msgstr "Proxy configuration has been found for {} protocol" -#: inary/fetcher.py:309 +#: inary/fetcher.py:264 #, fuzzy msgid "Bandwidth usage is limited to {} KB/s" msgstr "Bandwidth usage is limited to {} KB/s" -#: inary/fetcher.py:321 -msgid "Remote file can not be reached. Previously downloaded part of the file will be removed." -msgstr "Remote file can not be reached. Previously downloaded part of the file will be removed." - -#: inary/fetcher.py:330 -msgid "Server doesn't support partial downloads. Previously downloaded part of the file will be over-written." -msgstr "Server doesn't support partial downloads. Previously downloaded part of the file will be over-written." - -#: inary/fetcher.py:400 inary/fetcher.py:421 inary/fetcher.py:434 -msgid "ftp error" -msgstr "" - -#: inary/fetcher.py:461 +#: inary/fetcher.py:287 #, fuzzy, python-brace-format msgid "{0} package found in {1} repository" msgstr "{0} package found in {1} repository" -#: inary/fetcher.py:465 +#: inary/fetcher.py:291 #, fuzzy msgid "{} package already fetched" msgstr "{} package already fetched" -#: inary/file.py:35 +#: inary/file.py:38 #, fuzzy, python-brace-format msgid "URL {0} already downloaded as {1}" msgstr "URL {0} already downloaded as {1}" -#: inary/file.py:41 +#: inary/file.py:44 #, fuzzy msgid "No signature found for {}" msgstr "No signature found for {}" -#: inary/file.py:49 +#: inary/file.py:52 #, fuzzy msgid " invalid for {}" msgstr " invalid for {}" -#: inary/file.py:71 +#: inary/file.py:74 msgid "uri must have type either URI or string" msgstr "uri must have type either URI or string" -#: inary/file.py:139 +#: inary/file.py:142 #, fuzzy msgid "Fetching {}" msgstr "Fetching {}" -#: inary/file.py:143 +#: inary/file.py:146 #, fuzzy msgid "Copying {} to transfer dir" msgstr "Copying {} to transfer dir" -#: inary/file.py:148 +#: inary/file.py:151 #, fuzzy msgid "File '{}' not found." msgstr "File {} not found." -#: inary/file.py:169 +#: inary/file.py:172 #, fuzzy msgid "File integrity of {} compromised." msgstr "File integrity of {} compromised." -#: inary/file.py:193 +#: inary/file.py:196 msgid "File mode must be either File.read or File.write" msgstr "File mode must be either File.read or File.write" -#: inary/file.py:198 +#: inary/file.py:201 msgid "Remote write not implemented" msgstr "Remote write not implemented" -#: inary/file.py:251 inary/file.py:254 +#: inary/file.py:254 inary/file.py:257 #, fuzzy msgid "ERROR: gpg --detach-sig {} failed" msgstr "ERROR: gpg --detach-sig {} failed" -#: inary/mirrors.py:46 +#: inary/mirrors.py:49 #, fuzzy msgid "Mirrors file {} does not exist. Could not resolve mirrors://" msgstr "Mirrors file {} does not exist. Could not resolve mirrors://" -#: inary/operations/build.py:114 +#: inary/operations/build.py:116 #, fuzzy msgid "Path {} belongs in multiple packages" msgstr "Path {} belongs in multiple packages" -#: inary/operations/build.py:143 +#: inary/operations/build.py:145 msgid "Removing special file skipped for: {}" msgstr "" -#: inary/operations/build.py:192 +#: inary/operations/build.py:194 #, fuzzy msgid "Source URI: {}" msgstr "Source URI: {}" -#: inary/operations/build.py:196 +#: inary/operations/build.py:198 #, fuzzy msgid "Source {} not found in any active repository." msgstr "Source {} not found in any active repository." -#: inary/operations/build.py:321 +#: inary/operations/build.py:324 #, fuzzy msgid "pspec.xml avoids this package from building for '{}'" msgstr "pspec.xml avoids this package from building for {}" -#: inary/operations/build.py:324 +#: inary/operations/build.py:327 #, fuzzy msgid "Building source package: {}" msgstr "Building source package: {}" -#: inary/operations/build.py:340 +#: inary/operations/build.py:343 msgid "ccache detected..." msgstr "ccache detected..." -#: inary/operations/build.py:342 +#: inary/operations/build.py:345 msgid "IceCream detected. Make sure your daemon is up and running..." msgstr "IceCream detected. Make sure your daemon is up and running..." -#: inary/operations/build.py:376 +#: inary/operations/build.py:379 #, fuzzy msgid "Rebuilding for {}" msgstr "Rebuilding for {}" -#: inary/operations/build.py:502 +#: inary/operations/build.py:505 msgid "Cannot find component.xml in remote directory, Source is now part of unknown component" msgstr "Cannot find component.xml in remote directory, Source is now part of unknown component" -#: inary/operations/build.py:510 +#: inary/operations/build.py:513 msgid "Cannot find component.xml in upper directory, Source is now part of unknown component" msgstr "Cannot find component.xml in upper directory, Source is now part of unknown component" -#: inary/operations/build.py:524 +#: inary/operations/build.py:527 msgid "Unpacking archive(s)..." msgstr "Unpacking archive(s)..." -#: inary/operations/build.py:532 +#: inary/operations/build.py:535 #, fuzzy msgid " unpacked ({})" msgstr " unpacked {}" -#: inary/operations/build.py:537 +#: inary/operations/build.py:540 msgid "Setting up source..." msgstr "Setting up source..." -#: inary/operations/build.py:542 +#: inary/operations/build.py:545 msgid "Building source..." msgstr "Building source..." -#: inary/operations/build.py:547 +#: inary/operations/build.py:550 msgid "Testing package..." msgstr "Testing package..." -#: inary/operations/build.py:551 +#: inary/operations/build.py:554 msgid "Installing..." msgstr "Installing..." -#: inary/operations/build.py:630 +#: inary/operations/build.py:633 #, fuzzy, python-brace-format msgid "Unable to read Actions Script ({0}): {1}" msgstr "Unable to read Actions Script ({0}): {1}" -#: inary/operations/build.py:633 +#: inary/operations/build.py:636 #, fuzzy, python-brace-format msgid "SyntaxError in Actions Script ({0}): {1}" msgstr "SyntaxError in Actions Script ({0}): {1}" -#: inary/operations/build.py:661 +#: inary/operations/build.py:664 #, fuzzy, python-brace-format msgid "Unable to read SCOM script ({0}): {1}" msgstr "Unable to read SCOM script ({0}): {1}" -#: inary/operations/build.py:664 +#: inary/operations/build.py:667 #, fuzzy, python-brace-format msgid "SyntaxError in SCOM file ({0}): {1}" msgstr "SyntaxError in SCOM file (){0}): {1}" -#: inary/operations/build.py:698 +#: inary/operations/build.py:701 #, fuzzy, python-brace-format msgid "Sandbox violation: {0} ({1} -> {2})" msgstr "Sandbox violation: {0} ({1} -> {2})" -#: inary/operations/build.py:714 inary/util.py:525 +#: inary/operations/build.py:717 inary/util/file_utils.py:277 #, fuzzy msgid "ERROR: WorkDir ({}) does not exist\n" msgstr "ERROR: WorkDir {} does not exist\n" -#: inary/operations/build.py:724 +#: inary/operations/build.py:727 msgid "Sandbox enabled build..." msgstr "Sandbox enabled build..." -#: inary/operations/build.py:748 +#: inary/operations/build.py:751 msgid "Sandbox violation result:" msgstr "Sandbox violation result:" -#: inary/operations/build.py:753 +#: inary/operations/build.py:756 msgid "Sandbox violations!" msgstr "Sandbox violations!" -#: inary/operations/build.py:759 +#: inary/operations/build.py:762 #, fuzzy msgid "unable to call function from actions: {}" msgstr "unable to call function from actions: {}" -#: inary/operations/build.py:772 +#: inary/operations/build.py:775 #, fuzzy, python-brace-format msgid "Source package '{0}' defines a relative 'Path' element: {1}" msgstr "Source package '{0}' defines a relative 'Path' element: {1}" -#: inary/operations/build.py:776 +#: inary/operations/build.py:779 #, fuzzy, python-brace-format msgid "Source package '{0}' defines multiple 'Path' tags for {1}" msgstr "Source package '{0}' defines multiple 'Path' tags for {1}" -#: inary/operations/build.py:804 +#: inary/operations/build.py:807 msgid "Safety switch: following extra packages in system.devel will be installed: " msgstr "Safety switch: following extra packages in system.devel will be installed: " -#: inary/operations/build.py:809 +#: inary/operations/build.py:812 msgid "Safety switch: the component system.devel cannot be found" msgstr "Safety switch: the component system.devel cannot be found" -#: inary/operations/build.py:818 +#: inary/operations/build.py:821 msgid "Unsatisfied Build Dependencies:" msgstr "Unsatisfied Build Dependencies:" -#: inary/operations/build.py:822 +#: inary/operations/build.py:825 msgid "Cannot build package due to unsatisfied build dependencies" msgstr "Cannot build package due to unsatisfied build dependencies" -#: inary/operations/build.py:827 +#: inary/operations/build.py:830 #, fuzzy msgid "Build dependency {} cannot be satisfied" msgstr "Build dependency {} cannot be satisfied" -#: inary/operations/build.py:829 +#: inary/operations/build.py:832 msgid "Do you want to install the unsatisfied build dependencies" msgstr "Do you want to install the unsatisfied build dependencies" -#: inary/operations/build.py:830 +#: inary/operations/build.py:833 msgid "Installing build dependencies." msgstr "Installing build dependencies." -#: inary/operations/build.py:836 +#: inary/operations/build.py:839 msgid "Ignoring build dependencies." msgstr "Ignoring build dependencies." -#: inary/operations/build.py:846 +#: inary/operations/build.py:849 #, fuzzy msgid "Patch file is missing: {}\n" msgstr "Patch file is missing: {}\n" -#: inary/operations/build.py:848 +#: inary/operations/build.py:851 #, fuzzy msgid "Patch file is empty: {}" msgstr "Patch file is empty: {}" -#: inary/operations/build.py:864 +#: inary/operations/build.py:867 #, fuzzy msgid "Applying patch: {}" msgstr "Applying patch: {}" -#: inary/operations/build.py:985 +#: inary/operations/build.py:993 +#, fuzzy, python-format +msgid "No user named '%s' found on the system" +msgstr "No user named {} found on the system" + +#: inary/operations/build.py:999 +#, fuzzy, python-format +msgid "No group named '%s' found on the system" +msgstr "No group named {} found on the system" + +#: inary/operations/build.py:1006 +#, fuzzy, python-format +msgid "No group named '%s' (value guessed from owner) found on the system" +msgstr "No group named {} found on the system" + +#: inary/operations/build.py:1015 #, fuzzy msgid "/{} has suid bit set" msgstr "/{} has suid bit set" -#: inary/operations/build.py:1077 +#: inary/operations/build.py:1094 #, fuzzy msgid "There are abandoned files under the install dir ({}):" msgstr "There are abandoned files under the install dir {}:" -#: inary/operations/build.py:1113 +#: inary/operations/build.py:1130 #, fuzzy msgid "Ignoring empty package {}" msgstr "Ignoring empty package {}" -#: inary/operations/build.py:1116 +#: inary/operations/build.py:1133 #, fuzzy msgid "Building package: {}" msgstr "Building package: {}" -#: inary/operations/build.py:1133 inary/operations/delta.py:56 +#: inary/operations/build.py:1150 inary/operations/delta.py:58 #, fuzzy msgid "Creating {}..." msgstr "Creating {}..." -#: inary/operations/build.py:1182 +#: inary/operations/build.py:1199 msgid "Cleaning build directory..." msgstr "Cleaning build directory..." -#: inary/operations/build.py:1185 +#: inary/operations/build.py:1202 msgid "Keeping build directory" msgstr "Keeping build directory" -#: inary/operations/build.py:1275 +#: inary/operations/build.py:1292 msgid "Action script error caught." msgstr "Action script error caught." -#: inary/operations/build.py:1279 +#: inary/operations/build.py:1296 #, python-format msgid "*** %d error(s), %d warning(s)" msgstr "*** %d error(s), %d warning(s)" -#: inary/operations/build.py:1362 +#: inary/operations/build.py:1379 #, fuzzy msgid "Last state was '{}'" msgstr "Last state was {}" -#: inary/operations/delta.py:43 +#: inary/operations/delta.py:45 #, fuzzy, python-brace-format msgid "The file '{0}' belongs to a different package other than '{1}'. Skipping it..." msgstr "The file '{0}' belongs to a different package other than '{1}'. Skipping it..." -#: inary/operations/delta.py:47 +#: inary/operations/delta.py:49 #, fuzzy msgid "Package '{}' has the same release number with the new package. Skipping it..." msgstr "Package {} has the same release number with the new package. Skipping it..." -#: inary/operations/delta.py:66 +#: inary/operations/delta.py:68 #, fuzzy msgid "All files in the package '{}' are different from the files in the new package. Skipping it..." msgstr "All files in the package {} are different from the files in the new package. Skipping it..." -#: inary/operations/delta.py:108 +#: inary/operations/delta.py:110 #, fuzzy msgid "New package '{}' exists in the list of old packages. Skipping it..." msgstr "New package {} exists in the list of old packages. Skipping it..." -#: inary/operations/emerge.py:35 +#: inary/operations/emerge.py:37 msgid "No packages to emerge." msgstr "No packages to emerge." -#: inary/operations/emerge.py:50 +#: inary/operations/emerge.py:52 msgid "" "The following list of packages will be installed\n" "from repository in the respective order to satisfy dependencies:\n" @@ -3165,7 +3214,7 @@ msgstr "" "The following list of packages will be installed\n" "from repository in the respective order to satisfy dependencies:\n" -#: inary/operations/emerge.py:53 +#: inary/operations/emerge.py:55 msgid "" "The following list of packages will be built and\n" "installed in the respective order to satisfy dependencies:\n" @@ -3173,26 +3222,26 @@ msgstr "" "The following list of packages will be built and\n" "installed in the respective order to satisfy dependencies:\n" -#: inary/operations/emerge.py:61 inary/operations/install.py:83 +#: inary/operations/emerge.py:63 inary/operations/install.py:85 msgid "There are extra packages due to dependencies. Do you want to continue?" msgstr "There are extra packages due to dependencies. Do you want to continue?" -#: inary/operations/emerge.py:95 +#: inary/operations/emerge.py:97 #, fuzzy msgid "Cannot find source package: {}" msgstr "Cannot find source package: {}" -#: inary/operations/helper.py:51 +#: inary/operations/helper.py:52 #, fuzzy msgid "Selected packages [{}] are in conflict with each other." msgstr "Selected packages [{}] are in conflict with each other." -#: inary/operations/helper.py:56 +#: inary/operations/helper.py:57 #, fuzzy, python-brace-format msgid "[{0} conflicts with: {1}]\n" msgstr "[{0} conflicts with: {1}]\n" -#: inary/operations/helper.py:58 +#: inary/operations/helper.py:59 #, fuzzy msgid "" "The following packages have conflicts:\n" @@ -3201,46 +3250,46 @@ msgstr "" "The following packages have conflicts:\n" "{}" -#: inary/operations/helper.py:60 +#: inary/operations/helper.py:61 msgid "Remove the following conflicting packages?" msgstr "Remove the following conflicting packages?" -#: inary/operations/helper.py:61 +#: inary/operations/helper.py:62 msgid "Conflicting packages should be removed to continue" msgstr "Conflicting packages should be removed to continue" -#: inary/operations/history.py:84 inary/operations/history.py:94 +#: inary/operations/history.py:87 inary/operations/history.py:97 #, fuzzy msgid "{} could not be found" msgstr "{} could not be found" -#: inary/operations/history.py:97 inary/package.py:106 -#: inary/sourcearchive.py:119 +#: inary/operations/history.py:100 inary/package.py:109 +#: inary/sourcearchive.py:124 #, fuzzy msgid "{} [cached]" msgstr "{} [cached]" -#: inary/operations/history.py:145 +#: inary/operations/history.py:148 msgid "Following packages will be installed:\n" msgstr "Following packages will be installed:\n" -#: inary/operations/history.py:148 +#: inary/operations/history.py:151 msgid "Following packages will be removed:\n" msgstr "Following packages will be removed:\n" -#: inary/operations/history.py:150 inary/operations/history.py:164 -#: inary/operations/install.py:214 inary/operations/remove.py:73 -#: inary/operations/upgrade.py:194 +#: inary/operations/history.py:153 inary/operations/history.py:167 +#: inary/operations/install.py:216 inary/operations/remove.py:76 +#: inary/operations/upgrade.py:196 msgid "Do you want to continue?" msgstr "Do you want to continue?" -#: inary/operations/history.py:156 inary/operations/install.py:97 -#: inary/operations/upgrade.py:205 +#: inary/operations/history.py:159 inary/operations/install.py:99 +#: inary/operations/upgrade.py:207 #, python-format msgid "Downloading %d / %d" msgstr "Downloading %d / %d" -#: inary/operations/history.py:162 +#: inary/operations/history.py:165 msgid "" "\n" "Following packages could not be found in repositories and are not cached:\n" @@ -3248,82 +3297,87 @@ msgstr "" "\n" "Following packages could not be found in repositories and are not cached:\n" -#: inary/operations/info.py:34 +#: inary/operations/info.py:35 #, fuzzy msgid "File {} not found" msgstr "File {} not found" -#: inary/operations/install.py:47 inary/operations/install.py:149 +#: inary/operations/install.py:49 inary/operations/install.py:151 msgid "The following package(s) are already installed and are not going to be installed again:" msgstr "The following package(s) are already installed and are not going to be installed again:" -#: inary/operations/install.py:53 inary/operations/install.py:227 +#: inary/operations/install.py:55 inary/operations/install.py:229 msgid "No packages to install." msgstr "No packages to install." -#: inary/operations/install.py:71 +#: inary/operations/install.py:73 msgid "Following packages will be installed:" msgstr "Following packages will be installed:" -#: inary/operations/install.py:76 inary/operations/upgrade.py:181 +#: inary/operations/install.py:78 inary/operations/upgrade.py:183 #, python-format msgid "Total size of package(s): %.2f %s" msgstr "Total size of package(s): %.2f %s" -#: inary/operations/install.py:116 inary/operations/upgrade.py:219 +#: inary/operations/install.py:118 inary/operations/upgrade.py:221 #, python-format msgid "Installing %d / %d" msgstr "Installing %d / %d" -#: inary/operations/install.py:136 +#: inary/operations/install.py:138 msgid "Mixing file names and package names not supported yet." msgstr "Mixing file names and package names not supported yet." -#: inary/operations/install.py:180 +#: inary/operations/install.py:182 #, fuzzy, python-brace-format msgid "Package {0} is not compatible with your distribution release {1} {2}." msgstr "Package {0} is not compatible with your distribution release {1} {2}." -#: inary/operations/install.py:184 +#: inary/operations/install.py:186 #, fuzzy, python-brace-format msgid "Package {0} ({1}) is not compatible with your {2} architecture." msgstr "Package {0} ({1}) is not compatible with your {2} architecture." -#: inary/operations/install.py:206 +#: inary/operations/install.py:208 #, fuzzy msgid "External dependencies not satisfied: {}" msgstr "External dependencies not satisfied: {}" -#: inary/operations/install.py:211 +#: inary/operations/install.py:213 msgid "The following packages will be installed in order to satisfy dependencies:" msgstr "The following packages will be installed in order to satisfy dependencies:" -#: inary/operations/install.py:215 +#: inary/operations/install.py:217 msgid "External dependencies not satisfied" msgstr "External dependencies not satisfied" -#: inary/operations/install.py:258 +#: inary/operations/install.py:260 msgid "Installation order: " msgstr "Installation order: " -#: inary/operations/remove.py:44 +#: inary/operations/install.py:275 +#, fuzzy +msgid "Checking dependencies for install..." +msgstr "Following packages will be installed:" + +#: inary/operations/remove.py:47 msgid "Safety switch prevents the removal of following packages:\n" msgstr "Safety switch prevents the removal of following packages:\n" -#: inary/operations/remove.py:49 inary/operations/upgrade.py:392 +#: inary/operations/remove.py:52 inary/operations/upgrade.py:394 msgid "Safety switch: The component system.base cannot be found." msgstr "Safety switch: The component system.base cannot be found." -#: inary/operations/remove.py:56 +#: inary/operations/remove.py:59 #, fuzzy msgid "Package {} does not exist. Cannot remove." msgstr "Package {} does not exist. Cannot remove." -#: inary/operations/remove.py:60 +#: inary/operations/remove.py:63 msgid "No packages to remove." msgstr "No packages to remove." -#: inary/operations/remove.py:69 +#: inary/operations/remove.py:72 msgid "" "The following list of packages will be removed\n" "in the respective order to satisfy dependencies:\n" @@ -3331,97 +3385,97 @@ msgstr "" "The following list of packages will be removed\n" "in the respective order to satisfy dependencies:\n" -#: inary/operations/remove.py:74 +#: inary/operations/remove.py:77 msgid "Package removal declined" msgstr "Package removal declined" -#: inary/operations/remove.py:91 +#: inary/operations/remove.py:94 #, fuzzy msgid "Package {} is not installed. Cannot remove." msgstr "Package {} is not installed. Cannot remove." -#: inary/operations/remove.py:126 +#: inary/operations/remove.py:129 msgid "Conflicts remain" msgstr "Conflicts remain" -#: inary/operations/remove.py:134 +#: inary/operations/remove.py:137 msgid "Obsoleted packages remaining" msgstr "Obsoleted packages remaining" -#: inary/operations/remove.py:138 +#: inary/operations/remove.py:141 msgid "Replaced package remains" msgstr "Replaced package remains" -#: inary/operations/upgrade.py:52 +#: inary/operations/upgrade.py:54 msgid "You must restart the following service(s) manually for the updated software to take effect:" msgstr "You must restart the following service(s) manually for the updated software to take effect:" -#: inary/operations/upgrade.py:59 +#: inary/operations/upgrade.py:61 msgid "You must restart your system for the updates in the following package(s) to take effect:" msgstr "You must restart your system for the updates in the following package(s) to take effect:" -#: inary/operations/upgrade.py:84 +#: inary/operations/upgrade.py:86 msgid "Warning: package *name* ends with '.inary'" msgstr "Warning: package *name* ends with '.inary'" -#: inary/operations/upgrade.py:87 +#: inary/operations/upgrade.py:89 #, fuzzy msgid "Package {} is not installed." msgstr "Package {} is not installed." -#: inary/operations/upgrade.py:91 +#: inary/operations/upgrade.py:93 #, fuzzy msgid "Package {} is not available in repositories." msgstr "Package {} is not available in repositories." -#: inary/operations/upgrade.py:114 +#: inary/operations/upgrade.py:116 #, fuzzy, python-brace-format msgid "Package {0.name} is already at the latest release {0.release}." msgstr "Package {} is already at the latest release {}." -#: inary/operations/upgrade.py:118 +#: inary/operations/upgrade.py:120 #, fuzzy msgid "The following packages have different sha1sum:" msgstr "" "The following packages have conflicts:\n" "{}" -#: inary/operations/upgrade.py:176 +#: inary/operations/upgrade.py:178 msgid "The following packages will be upgraded:" msgstr "The following packages will be upgraded:" -#: inary/operations/upgrade.py:187 +#: inary/operations/upgrade.py:189 msgid "There are extra packages due to dependencies." msgstr "There are extra packages due to dependencies." -#: inary/operations/upgrade.py:267 +#: inary/operations/upgrade.py:269 #, fuzzy, python-brace-format msgid "Dependency {0} of {1} cannot be satisfied" msgstr "Dependency {0} of {1} cannot be satisfied" -#: inary/operations/upgrade.py:268 +#: inary/operations/upgrade.py:270 msgid "Upgrade is not possible." msgstr "Upgrade is not possible." -#: inary/operations/upgrade.py:362 +#: inary/operations/upgrade.py:364 msgid "Safety switch forces the installation of following packages:" msgstr "Safety switch forces the installation of following packages:" -#: inary/operations/upgrade.py:380 +#: inary/operations/upgrade.py:382 msgid "Safety switch forces the upgrade of following packages:" msgstr "Safety switch forces the upgrade of following packages:" -#: inary/package.py:68 +#: inary/package.py:71 #, fuzzy msgid "Cannot open package file: {}" msgstr "Cannot open package file: {}" -#: inary/package.py:89 +#: inary/package.py:92 #, fuzzy msgid "Unsupported package format: {}" msgstr "Unsupported package format: {}" -#: inary/package.py:103 +#: inary/package.py:106 #, fuzzy msgid "" "There was a problem while fetching '{}'.\n" @@ -3430,27 +3484,27 @@ msgstr "" "There was a problem while fetching {}.\n" "The package may have been upgraded. Please try to upgrade the package." -#: inary/scenarioapi/package.py:67 +#: inary/scenarioapi/package.py:69 #, fuzzy msgid "No inary package: {}* found." msgstr "No inary package: {}* found." -#: inary/scenarioapi/repoops.py:28 +#: inary/scenarioapi/repoops.py:30 #, fuzzy msgid "Repo already has package named {}." msgstr "Repo already has package named {}." -#: inary/scenarioapi/repoops.py:52 inary/scenarioapi/repoops.py:59 +#: inary/scenarioapi/repoops.py:54 inary/scenarioapi/repoops.py:61 #, fuzzy msgid "Repo does not have package named {}." msgstr "Repo does not have package named {}." -#: inary/scomiface.py:32 +#: inary/scomiface.py:35 #, fuzzy msgid "scom-api package is not fully installed" msgstr "scom-api package is not fully installed" -#: inary/scomiface.py:89 +#: inary/scomiface.py:98 #, fuzzy msgid "" "Cannot connect to SCOM: \n" @@ -3459,308 +3513,300 @@ msgstr "" "Cannot connect to SCOM: \n" " {}\n" -#: inary/scomiface.py:97 +#: inary/scomiface.py:106 #, fuzzy msgid "Configuring {} package" msgstr "Configuring {} package" -#: inary/scomiface.py:103 +#: inary/scomiface.py:112 #, fuzzy msgid "SCOM package updated. From now on, using new SCOM daemon." msgstr "SCOM package updated. From now on, using new SCOM daemon." -#: inary/scomiface.py:110 +#: inary/scomiface.py:119 #, fuzzy msgid "Registering {} scom script" msgstr "Registering {} scom script" -#: inary/scomiface.py:119 inary/scomiface.py:124 inary/scomiface.py:137 -#: inary/scomiface.py:153 inary/scomiface.py:172 inary/scomiface.py:183 -#: inary/scomiface.py:205 inary/scomiface.py:216 inary/scomiface.py:223 +#: inary/scomiface.py:128 inary/scomiface.py:133 inary/scomiface.py:146 +#: inary/scomiface.py:162 inary/scomiface.py:181 inary/scomiface.py:192 +#: inary/scomiface.py:214 inary/scomiface.py:225 inary/scomiface.py:232 #, fuzzy msgid "Script error: {}" msgstr "Script error: {}" -#: inary/scomiface.py:126 +#: inary/scomiface.py:135 msgid "Calling post install handlers" msgstr "Calling post install handlers" -#: inary/scomiface.py:145 +#: inary/scomiface.py:154 msgid "Running package's post install script" msgstr "Running package's post install script" -#: inary/scomiface.py:159 +#: inary/scomiface.py:168 #, fuzzy msgid "Running pre removal operations for {}" msgstr "Running pre removal operations for {}" -#: inary/scomiface.py:165 +#: inary/scomiface.py:174 msgid "Running package's pre remove script" msgstr "Running package's pre remove script" -#: inary/scomiface.py:174 +#: inary/scomiface.py:183 msgid "Calling pre remove handlers" msgstr "Calling pre remove handlers" -#: inary/scomiface.py:189 +#: inary/scomiface.py:198 #, fuzzy msgid "Running post removal operations for {}" msgstr "Running post removal operations for {}" -#: inary/scomiface.py:198 +#: inary/scomiface.py:207 msgid "Running package's postremove script" msgstr "Running package's postremove script" -#: inary/scomiface.py:207 +#: inary/scomiface.py:216 msgid "Calling post remove handlers" msgstr "Calling post remove handlers" -#: inary/scomiface.py:218 +#: inary/scomiface.py:227 #, fuzzy msgid "Unregistering scom scripts" msgstr "Unregistering scom scripts" -#: inary/sourcearchive.py:62 +#: inary/sourcearchive.py:67 #, fuzzy msgid "Fetching source from: {}" msgstr "Fetching source from: {}" -#: inary/sourcearchive.py:75 +#: inary/sourcearchive.py:80 #, fuzzy, python-brace-format msgid "" "\n" "Source archive is stored: {0}/{1}" msgstr "Source archive is stored: {0}/{1}" -#: inary/sourcearchive.py:80 +#: inary/sourcearchive.py:85 #, fuzzy msgid "Trying fallback address: {}" msgstr "Trying fallback address: {}" -#: inary/sourcearchive.py:87 +#: inary/sourcearchive.py:92 msgid "No such file or no permission to read" msgstr "" -#: inary/sourcearchive.py:99 +#: inary/sourcearchive.py:104 #, fuzzy msgid "{} mirrors are not defined." msgstr "{} mirrors are not defined." -#: inary/sourcearchive.py:104 +#: inary/sourcearchive.py:109 #, fuzzy msgid "Fetching source from mirror: {}" msgstr "Fetching source from mirror: {}" -#: inary/sourcearchive.py:110 +#: inary/sourcearchive.py:115 #, fuzzy msgid "Could not fetch source from {} mirrors." msgstr "Could not fetch source from {} mirrors." -#: inary/sourcearchive.py:128 +#: inary/sourcearchive.py:133 msgid "unpack: check_file_hash failed" msgstr "unpack: check_file_hash failed" -#: inary/sourcearchive.py:133 +#: inary/sourcearchive.py:138 #, fuzzy, python-brace-format msgid "Unknown archive type '{0}' is given for '{1}'." msgstr "Unknown archive type '{0}' is given for '{1}'." -#: inary/sourcearchive.py:135 +#: inary/sourcearchive.py:140 #, fuzzy msgid "Inary needs {} to unpack this archive but it is not installed." msgstr "Inary needs {} to unpack this archive but it is not installed." -#: inary/sxml/autoxml.py:77 +#: inary/sxml/autoxml.py:79 #, fuzzy msgid "At least one '{}' tag should have local text" msgstr "At least one {} tag should have local text" -#: inary/sxml/autoxml.py:83 +#: inary/sxml/autoxml.py:85 #, fuzzy, python-brace-format msgid "'{0}' language of tag '{1}' is empty" msgstr "'{0}' language of tag '{1}' is empty" -#: inary/sxml/autoxml.py:110 +#: inary/sxml/autoxml.py:112 msgid "LocalText: unable to get either current or default locale" msgstr "LocalText: unable to get either current or default locale" -#: inary/sxml/autoxml.py:116 inary/sxml/autoxml.py:131 +#: inary/sxml/autoxml.py:118 inary/sxml/autoxml.py:133 msgid "Tag should have at least the current locale, or failing that an English or Turkish version" msgstr "Tag should have at least the current locale, or failing that an English or Turkish version" -#: inary/sxml/autoxml.py:365 +#: inary/sxml/autoxml.py:367 #, fuzzy msgid "autoxml.check: '{}' errors" msgstr "autoxml.check: {} errors" -#: inary/sxml/autoxml.py:421 inary/sxml/autoxml.py:431 +#: inary/sxml/autoxml.py:423 inary/sxml/autoxml.py:433 #, fuzzy msgid "autoxml.parse: String '{}' has errors" msgstr "autoxml.parse: String {} has errors" -#: inary/sxml/autoxml.py:445 inary/sxml/autoxml.py:455 +#: inary/sxml/autoxml.py:447 inary/sxml/autoxml.py:457 #, fuzzy msgid "autoxml.read: File '{}' has errors" msgstr "autoxml.read: File {} has errors" -#: inary/sxml/autoxml.py:463 +#: inary/sxml/autoxml.py:465 msgid "autoxml.write: object validation has failed" msgstr "autoxml.write: object validation has failed" -#: inary/sxml/autoxml.py:471 +#: inary/sxml/autoxml.py:473 #, fuzzy msgid "autoxml.write: File encoding '{}' has errors" msgstr "autoxml.write: File encoding {} has errors" -#: inary/sxml/autoxml.py:521 +#: inary/sxml/autoxml.py:523 #, fuzzy msgid "gen_tag: unrecognized tag type {} in spec" msgstr "gen_tag: unrecognized tag type {} in spec" -#: inary/sxml/autoxml.py:571 inary/sxml/autoxml.py:582 +#: inary/sxml/autoxml.py:573 inary/sxml/autoxml.py:584 #, fuzzy msgid "Mandatory variable {} not available" msgstr "Mandatory variable {} not available" -#: inary/sxml/autoxml.py:652 +#: inary/sxml/autoxml.py:654 msgid "Type mismatch: read text cannot be decoded" msgstr "Type mismatch: read text cannot be decoded" -#: inary/sxml/autoxml.py:656 inary/sxml/autoxml.py:665 +#: inary/sxml/autoxml.py:658 inary/sxml/autoxml.py:667 #, fuzzy msgid "Mandatory token {} not available" msgstr "Mandatory token {} not available" -#: inary/sxml/autoxml.py:670 +#: inary/sxml/autoxml.py:672 #, fuzzy, python-brace-format msgid "Type mismatch. Expected {0}, got {1}" msgstr "Type mismatch. Expected {0}, got {1}" -#: inary/sxml/autoxml.py:699 inary/sxml/autoxml.py:819 +#: inary/sxml/autoxml.py:701 inary/sxml/autoxml.py:821 msgid "Type mismatch: DOM cannot be decoded" msgstr "Type mismatch: DOM cannot be decoded" -#: inary/sxml/autoxml.py:702 inary/sxml/autoxml.py:718 -#: inary/sxml/autoxml.py:732 inary/sxml/autoxml.py:822 -#: inary/sxml/autoxml.py:836 inary/sxml/autoxml.py:850 +#: inary/sxml/autoxml.py:704 inary/sxml/autoxml.py:720 +#: inary/sxml/autoxml.py:734 inary/sxml/autoxml.py:824 +#: inary/sxml/autoxml.py:838 inary/sxml/autoxml.py:852 msgid "Mandatory argument not available" msgstr "Mandatory argument not available" -#: inary/sxml/autoxml.py:715 inary/sxml/autoxml.py:833 +#: inary/sxml/autoxml.py:717 inary/sxml/autoxml.py:835 msgid "Object cannot be encoded" msgstr "Object cannot be encoded" -#: inary/sxml/autoxml.py:729 inary/sxml/autoxml.py:847 +#: inary/sxml/autoxml.py:731 inary/sxml/autoxml.py:849 msgid "Object cannot be formatted" msgstr "Object cannot be formatted" -#: inary/sxml/autoxml.py:745 +#: inary/sxml/autoxml.py:747 msgid "List type must contain only one element" msgstr "List type must contain only one element" -#: inary/sxml/autoxml.py:758 inary/sxml/autoxml.py:778 +#: inary/sxml/autoxml.py:760 inary/sxml/autoxml.py:780 #, fuzzy, python-brace-format msgid "Mandatory list \"{0}\" under \"{1}\" node is empty." msgstr "Mandatory list \"{0}\" under \"{1}\" node is empty." -#: inary/sxml/xmlext_iks.py:81 inary/sxml/xmlext_minidom.py:96 +#: inary/sxml/xmlext_iks.py:91 inary/sxml/xmlext_minidom.py:109 msgid "getNodeText: Expected text node, got something else!" msgstr "getNodeText: Expected text node, got something else!" -#: inary/sxml/xmlext_minidom.py:45 inary/sxml/xmlfile_minidom.py:89 +#: inary/sxml/xmlext_minidom.py:49 inary/sxml/xmlext_minidom.py:56 +#: inary/sxml/xmlfile_minidom.py:92 #, fuzzy msgid "File '{}' has invalid XML: {}\n" msgstr "File {} has invalid XML" -#: inary/sxml/xmlfile_iks.py:62 inary/sxml/xmlfile_iks.py:87 -#: inary/sxml/xmlfile_minidom.py:64 +#: inary/sxml/xmlfile_iks.py:65 inary/sxml/xmlfile_iks.py:90 +#: inary/sxml/xmlfile_minidom.py:67 #, fuzzy msgid "File '{}' has invalid XML" msgstr "File {} has invalid XML" -#: inary/sxml/xmlfile_iks.py:72 inary/sxml/xmlfile_minidom.py:74 +#: inary/sxml/xmlfile_iks.py:75 inary/sxml/xmlfile_minidom.py:77 #, python-brace-format msgid "Cannot read URI {0}: {1}" msgstr "Cannot read URI {0}: {1}" -#: inary/uri.py:78 +#: inary/uri.py:80 msgid "setAuthInfo needs a tuple (user, pass)" msgstr "setAuthInfo needs a tuple (user, pass)" -#: inary/util.py:189 inary/util.py:201 -msgid "Running " -msgstr "Running " - -#: inary/util.py:193 inary/util.py:219 -#, fuzzy, python-brace-format -msgid "return value for \"{0}\" is {1}" -msgstr "return value for \"{0}\" is {1}" - -#: inary/util.py:393 +#: inary/util/file_utils.py:145 #, fuzzy msgid "Including external link '{}'" msgstr "Including external link {}" -#: inary/util.py:395 +#: inary/util/file_utils.py:147 #, fuzzy msgid "Including directory '{}'" msgstr "Including directory {}" -#: inary/util.py:481 +#: inary/util/file_utils.py:233 msgid "You don't have necessary read permissions" msgstr "You don't have necessary read permissions" -#: inary/util.py:483 +#: inary/util/file_utils.py:235 #, fuzzy -msgid "Cannot calculate SHA1 hash of {}" +msgid "Cannot calculate SHA1 hash of {}: {}" msgstr "Cannot calculate SHA1 hash of {}" -#: inary/util.py:495 +#: inary/util/file_utils.py:247 #, fuzzy msgid "Compression type is not valid: '{}'" msgstr "Compression type is not valid: {}" -#: inary/util.py:501 +#: inary/util/file_utils.py:253 #, fuzzy, python-brace-format msgid "Error while decompressing {0}: {1}" msgstr "Error while decompressing {0}: {1}" -#: inary/util.py:579 +#: inary/util/file_utils.py:331 #, fuzzy msgid "ERROR: patch ({}) failed" msgstr "ERROR: patch {} failed" -#: inary/util.py:581 +#: inary/util/file_utils.py:333 #, fuzzy, python-brace-format msgid "ERROR: patch ({0}) failed: {1}" msgstr "ERROR: patch ({0}) failed: {1}" -#: inary/util.py:591 +#: inary/util/file_utils.py:343 #, fuzzy msgid "strip command failed for file '{}'!" msgstr "strip command failed for file {}!" -#: inary/util.py:598 +#: inary/util/file_utils.py:350 #, fuzzy msgid "chrpath command failed for file '{}'!" msgstr "chrpath command failed for file {}!" -#: inary/util.py:605 +#: inary/util/file_utils.py:357 #, fuzzy msgid "objcopy (keep-debug) command failed for file '{}'!" msgstr "objcopy (keep-debug) command failed for file {}!" -#: inary/util.py:611 +#: inary/util/file_utils.py:363 #, fuzzy msgid "objcopy (add-debuglink) command failed for file '{}'!" msgstr "objcopy (add-debuglink) command failed for file {}!" -#: inary/util.py:616 +#: inary/util/file_utils.py:368 #, python-brace-format msgid "file command failed with return code {0} for file: {1}" msgstr "file command failed with return code {0} for file: {1}" -#: inary/util.py:617 +#: inary/util/file_utils.py:369 msgid "" "Output:\n" "{}" @@ -3768,25 +3814,56 @@ msgstr "" "Output:\n" "{}" -#: inary/util.py:707 +#: inary/util/package_utils.py:92 #, fuzzy msgid "Invalid package name: {}" msgstr "Invalid package name: {}" -#: inary/util.py:752 +#: inary/util/package_utils.py:137 #, fuzzy msgid "Invalid delta package name: {}" msgstr "Invalid delta package name: {}" -#: inary/util.py:956 -msgid "Module: \"subprocess\" can not import" -msgstr "" +#: inary/util/process_utils.py:40 inary/util/process_utils.py:52 +msgid "Running " +msgstr "Running " + +#: inary/util/process_utils.py:44 inary/util/process_utils.py:70 +#, fuzzy, python-brace-format +msgid "return value for \"{0}\" is {1}" +msgstr "return value for \"{0}\" is {1}" -#: inary/version.py:64 +#: inary/version.py:66 #, fuzzy msgid "Invalid version string: '{}'" msgstr "Invalid version string: {}" +#, fuzzy +#~ msgid "Operation #{0}: {1}" +#~ msgstr "Operation #{0}: {1}" + +#, fuzzy +#~ msgid "File '{0}' has invalid XML: {1}" +#~ msgstr "File {} has invalid XML" + +#, fuzzy +#~ msgid "" +#~ "Could not fetch destination file: \"{0}\" \n" +#~ "Raised Value error: \"{1}\"" +#~ msgstr "" +#~ "Could not fetch destination file: \"{0}\" \n" +#~ "Raised Value error: \"{1}\"" + +#, fuzzy +#~ msgid "Could not fetch destination file: \"{0}\"; (\"{1}\"): \"{2}\"" +#~ msgstr "Could not fetch destination file: \"{0}\"; (\"{1}\"): \"{2}\"" + +#~ msgid "Remote file can not be reached. Previously downloaded part of the file will be removed." +#~ msgstr "Remote file can not be reached. Previously downloaded part of the file will be removed." + +#~ msgid "Server doesn't support partial downloads. Previously downloaded part of the file will be over-written." +#~ msgstr "Server doesn't support partial downloads. Previously downloaded part of the file will be over-written." + #, fuzzy #~ msgid "Cleaning files database folder... " #~ msgstr "Cleaning build directory..." @@ -3800,21 +3877,12 @@ msgstr "Invalid version string: {}" #~ msgid "INARY package" #~ msgstr "INARY package" -#~ msgid "Date: {} {}" -#~ msgstr "Date: {} {}" - #~ msgid "{} [{}]" #~ msgstr "{} [{}]" #~ msgid "Urlgrabber needs to be installed to run this command" #~ msgstr "Urlgrabber needs to be installed to run this command" -#~ msgid "No user named {} found on the system" -#~ msgstr "No user named {} found on the system" - -#~ msgid "No group named {} found on the system" -#~ msgstr "No group named {} found on the system" - #~ msgid "String {} has invalid XML" #~ msgstr "String {} has invalid XML" @@ -3917,10 +3985,6 @@ msgstr "Invalid version string: {}" #~ msgid " installed size {}" #~ msgstr "Installed {}" -#, fuzzy -#~ msgid "* Find dependencies for packages to be installed" -#~ msgstr "Following packages will be installed:" - #, fuzzy #~ msgid "* Calculating disk space installed packages are using" #~ msgstr "Checking all installed packages" diff --git a/po/es.po b/po/es.po index 5b4e7cff6aa65d80908e21bbf78c98a3cbbd4e36..7b281a248598a5adc9d09c40f3e21cead7a8ad0f 100644 --- a/po/es.po +++ b/po/es.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: es\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-04-14 14:36+0300\n" +"POT-Creation-Date: 2018-05-10 23:07+0300\n" "PO-Revision-Date: 2010-03-28 20:37-0400\n" "Last-Translator: \n" "Language-Team: Spanish \n" @@ -98,32 +98,33 @@ msgstr "opción %s no require argumento" msgid "Options" msgstr "opciones" -#: inary-cli:32 -msgid "WARNING\n" +#: inary-cli:39 +msgid "WARNING:\n" msgstr "" -#: inary-cli:33 +#: inary-cli:40 msgid "" "\tCiksemel XML Parser not found!!!\n" +"\tMinidom slower but\n" "\tFalling back with minidom!!! :(\n" "\n" msgstr "" -#: inary-cli:52 +#: inary-cli:60 #, fuzzy msgid "" "\n" "Program terminated." msgstr "Programa terminado." -#: inary-cli:54 +#: inary-cli:62 #, fuzzy msgid "" "\n" "Keyboard Interrupt: Exiting..." msgstr "Interrupción de teclado: Terminando..." -#: inary-cli:58 +#: inary-cli:66 #, fuzzy msgid "" "\n" @@ -133,18 +134,18 @@ msgstr "" "Excepción interna no prevista.\n" "Favor envíe un reporte de la falla." -#: inary-cli:67 +#: inary-cli:75 #, fuzzy msgid "" "\n" "System error. Program terminated." msgstr "Error del sistema. Programa terminado." -#: inary-cli:76 +#: inary-cli:84 msgid "Please use 'inary help' for general help." msgstr "Favor use 'inary help' para ayuda general." -#: inary-cli:79 +#: inary-cli:87 msgid "" "\n" "Traceback:" @@ -152,7 +153,7 @@ msgstr "" "\n" "Trazo inverso:" -#: inary-cli:82 +#: inary-cli:90 msgid "Use --debug to see a traceback." msgstr "Use --debug para ver registro." @@ -161,7 +162,7 @@ msgstr "Use --debug para ver registro." msgid "Inary package" msgstr "Paquete instalado:" -#: inary/actionsapi/autotools.py:40 inary/actionsapi/cmaketools.py:36 +#: inary/actionsapi/autotools.py:42 inary/actionsapi/cmaketools.py:38 #, fuzzy msgid "" "Please attach the config.log to your bug report:\n" @@ -170,177 +171,177 @@ msgstr "" "Favor anexe config.log al reporte de falla:\n" "{}/config.log" -#: inary/actionsapi/autotools.py:83 inary/actionsapi/autotools.py:93 -#: inary/actionsapi/cmaketools.py:66 inary/actionsapi/kde.py:65 -#: inary/actionsapi/perlmodules.py:55 inary/actionsapi/perlmodules.py:58 +#: inary/actionsapi/autotools.py:85 inary/actionsapi/autotools.py:95 +#: inary/actionsapi/cmaketools.py:68 inary/actionsapi/kde.py:67 +#: inary/actionsapi/perlmodules.py:57 inary/actionsapi/perlmodules.py:60 msgid "Configure failed." msgstr "Configuración fallada." -#: inary/actionsapi/autotools.py:85 inary/actionsapi/autotools.py:95 -#: inary/actionsapi/kde.py:67 +#: inary/actionsapi/autotools.py:87 inary/actionsapi/autotools.py:97 +#: inary/actionsapi/kde.py:69 msgid "No configure script found." msgstr "Script de configuración no encontrado." -#: inary/actionsapi/autotools.py:103 inary/actionsapi/cmaketools.py:78 -#: inary/actionsapi/kde.py:72 inary/actionsapi/perlmodules.py:64 -#: inary/actionsapi/perlmodules.py:73 inary/actionsapi/pythonmodules.py:62 -#: inary/actionsapi/scons.py:39 +#: inary/actionsapi/autotools.py:105 inary/actionsapi/cmaketools.py:80 +#: inary/actionsapi/kde.py:74 inary/actionsapi/perlmodules.py:66 +#: inary/actionsapi/perlmodules.py:75 inary/actionsapi/pythonmodules.py:64 +#: inary/actionsapi/scons.py:41 msgid "Make failed." msgstr "Falló Make." -#: inary/actionsapi/autotools.py:137 inary/actionsapi/autotools.py:148 -#: inary/actionsapi/cmaketools.py:96 inary/actionsapi/cmaketools.py:104 -#: inary/actionsapi/kde.py:79 inary/actionsapi/pythonmodules.py:67 -#: inary/actionsapi/rubymodules.py:92 inary/actionsapi/rubymodules.py:99 -#: inary/actionsapi/scons.py:43 +#: inary/actionsapi/autotools.py:139 inary/actionsapi/autotools.py:150 +#: inary/actionsapi/cmaketools.py:98 inary/actionsapi/cmaketools.py:106 +#: inary/actionsapi/kde.py:81 inary/actionsapi/pythonmodules.py:69 +#: inary/actionsapi/rubymodules.py:94 inary/actionsapi/rubymodules.py:101 +#: inary/actionsapi/scons.py:45 msgid "Install failed." msgstr "Falló Install" -#: inary/actionsapi/autotools.py:159 +#: inary/actionsapi/autotools.py:161 msgid "Running aclocal failed." msgstr "Falló ejecución de aclocal." -#: inary/actionsapi/autotools.py:164 +#: inary/actionsapi/autotools.py:166 msgid "Running autoconf failed." msgstr "Falló ejecución de autoconf." -#: inary/actionsapi/autotools.py:169 +#: inary/actionsapi/autotools.py:171 msgid "Running autoreconf failed." msgstr "Falló ejecución de autoreconf." -#: inary/actionsapi/autotools.py:174 +#: inary/actionsapi/autotools.py:176 msgid "Running automake failed." msgstr "Falló ejecución de automake." -#: inary/actionsapi/autotools.py:179 +#: inary/actionsapi/autotools.py:181 msgid "Running autoheader failed." msgstr "Falló ejecución de autoheader." -#: inary/actionsapi/cmaketools.py:68 +#: inary/actionsapi/cmaketools.py:70 msgid "No configure script found for cmake." msgstr "Script de configuración para cmake no encontrado." -#: inary/actionsapi/cmaketools.py:108 inary/actionsapi/kde.py:81 +#: inary/actionsapi/cmaketools.py:110 inary/actionsapi/kde.py:83 msgid "No Makefile found." msgstr "Archivo para 'make' no encontrado." -#: inary/actionsapi/get.py:181 +#: inary/actionsapi/get.py:183 #, fuzzy msgid "Util {} cannot be found" msgstr "Utilidad {} no se puede encontrar" # what is the context of this ? -#: inary/actionsapi/get.py:183 +#: inary/actionsapi/get.py:185 #, fuzzy, python-brace-format msgid "Warning: {0} does not exist, using plain name {1}" msgstr "Alerta: {0} no existe, usando nombre simple {1}" -#: inary/actionsapi/inarytools.py:56 inary/actionsapi/inarytools.py:74 -#: inary/actionsapi/inarytools.py:91 +#: inary/actionsapi/inarytools.py:58 inary/actionsapi/inarytools.py:76 +#: inary/actionsapi/inarytools.py:93 msgid "Insufficient arguments." msgstr "Argumentos insuficientes." -#: inary/actionsapi/inarytools.py:64 +#: inary/actionsapi/inarytools.py:66 #, fuzzy msgid "No executable file matched pattern \"{}\"." msgstr "No hay archivos ejecutables que coinciden con el patrón \"{}\"." -#: inary/actionsapi/inarytools.py:82 inary/actionsapi/inarytools.py:314 +#: inary/actionsapi/inarytools.py:84 inary/actionsapi/inarytools.py:316 #, fuzzy msgid "No file matched pattern \"{}\"." msgstr "No hay archivos que coinciden con el patrón \"{}\"." -#: inary/actionsapi/inarytools.py:137 inary/actionsapi/inarytools.py:177 +#: inary/actionsapi/inarytools.py:139 inary/actionsapi/inarytools.py:179 #, fuzzy msgid "No file matched pattern \"{}\"" msgstr "No hay archivos que coinciden con el patrón \"{}\"" -#: inary/actionsapi/inarytools.py:187 +#: inary/actionsapi/inarytools.py:189 #, fuzzy msgid "ActionsAPI [doman]: Wrong man page file: {}" msgstr "ActionsAPI [doman]: Archivo de ayuda man equivocado: {}" -#: inary/actionsapi/inarytools.py:214 +#: inary/actionsapi/inarytools.py:216 #, fuzzy msgid "No file matched pattern \"{}\". 'domove' operation failed." msgstr "No hay archivos que coinciden con el patrón \"{}\". Operación 'domove' terminada con falla." -#: inary/actionsapi/inarytools.py:233 +#: inary/actionsapi/inarytools.py:235 #, fuzzy, python-brace-format msgid "ActionsAPI [rename]: {0}: {1}" msgstr "ActionsAPI [rename]: {0}: {1}" -#: inary/actionsapi/inarytools.py:270 +#: inary/actionsapi/inarytools.py:272 #, fuzzy msgid "No such file matching pattern: \"{}\". 'dosed' operation failed." msgstr "No hay archivos que coinciden con el patrón: \"{}\". Operación 'dosed' terminada con falla." # i suppose "dosed" is some special reserved word, i didn't translate -#: inary/actionsapi/inarytools.py:284 +#: inary/actionsapi/inarytools.py:286 #, fuzzy msgid "dosed method has not changed file '{}'." msgstr "método dosed no realizó ninguna modificación en el archivo {}." -#: inary/actionsapi/inarytools.py:285 +#: inary/actionsapi/inarytools.py:287 msgid "{} has been changed by dosed method." msgstr "" -#: inary/actionsapi/inarytools.py:288 +#: inary/actionsapi/inarytools.py:290 #, fuzzy msgid "File does not exist or permission denied: {}" msgstr "Archivo no existe o permiso denegado: {}" -#: inary/actionsapi/inarytools.py:305 +#: inary/actionsapi/inarytools.py:307 #, fuzzy msgid "ActionsAPI [dosym]: File already exists: {}" msgstr "ActionsAPI [dosym]: Archivo ya existe: {}" -#: inary/actionsapi/inarytools.py:341 inary/actionsapi/shelltools.py:95 +#: inary/actionsapi/inarytools.py:343 inary/actionsapi/shelltools.py:97 #, fuzzy msgid "No file matched pattern \"{}\". Remove operation failed." msgstr "No hay archivos que coinciden con el patrón \"{}\". Operación Remove terminada con falla." -#: inary/actionsapi/inarytools.py:350 +#: inary/actionsapi/inarytools.py:352 #, fuzzy msgid "No directory matched pattern \"{}\". Remove directory operation failed." msgstr "No hay directorios que coinciden con el patrón \"{}\". Operación Remove directory terminada con falla." -#: inary/actionsapi/javamodules.py:84 inary/actionsapi/javamodules.py:193 +#: inary/actionsapi/javamodules.py:86 inary/actionsapi/javamodules.py:195 #, fuzzy msgid "No any file/directory matched to regex expression \"{}\"." msgstr "No hay archivos que coinciden con el patrón \"{}\"." -#: inary/actionsapi/javamodules.py:91 inary/actionsapi/javamodules.py:97 +#: inary/actionsapi/javamodules.py:93 inary/actionsapi/javamodules.py:99 #, fuzzy msgid "DoJavadoc failed." msgstr "Falló Make." -#: inary/actionsapi/javamodules.py:147 +#: inary/actionsapi/javamodules.py:149 #, fuzzy msgid "Compile failed." msgstr "Configuración fallada." -#: inary/actionsapi/javamodules.py:175 inary/actionsapi/javamodules.py:204 +#: inary/actionsapi/javamodules.py:177 inary/actionsapi/javamodules.py:206 #, fuzzy msgid "Installing file \"{}\" failed." msgstr "Falla al instalar archivos texmf" -#: inary/actionsapi/javamodules.py:214 +#: inary/actionsapi/javamodules.py:216 #, fuzzy msgid "Installing directory \"{}\" failed." msgstr "Falla al instalar docs" -#: inary/actionsapi/javamodules.py:243 +#: inary/actionsapi/javamodules.py:245 #, fuzzy msgid "Javadoc generation failed." msgstr "Falló la configuración." -#: inary/actionsapi/javamodules.py:259 +#: inary/actionsapi/javamodules.py:261 #, fuzzy msgid "Run failed." msgstr "Ejecución de {} falló." -#: inary/actionsapi/kde.py:34 +#: inary/actionsapi/kde.py:36 #, fuzzy msgid "" "\n" @@ -351,405 +352,410 @@ msgstr "" "!!! Favor anexe config.log al reporte de falla:\n" "{}/config.log" -#: inary/actionsapi/kerneltools.py:117 +#: inary/actionsapi/kerneltools.py:119 #, fuzzy msgid "Can't find kernel version information file {}." msgstr "Información de versión de kernel no encontrado en archivo {}." -#: inary/actionsapi/libtools.py:38 +#: inary/actionsapi/libtools.py:40 msgid "Running ldconfig failed." msgstr "Falló ejecución de ldconfig." -#: inary/actionsapi/libtools.py:52 +#: inary/actionsapi/libtools.py:54 msgid "Can not make GNU Config Update... Passing..." msgstr "" -#: inary/actionsapi/libtools.py:54 +#: inary/actionsapi/libtools.py:56 msgid "GNU Config Update Finished." msgstr "GNU Config Update terminado." -#: inary/actionsapi/libtools.py:58 +#: inary/actionsapi/libtools.py:60 msgid "Running libtoolize failed." msgstr "Falló ejecución de libtoolize." -#: inary/actionsapi/perlmodules.py:67 +#: inary/actionsapi/perlmodules.py:69 msgid "perl build failed." msgstr "falló perl build." -#: inary/actionsapi/perlmodules.py:76 +#: inary/actionsapi/perlmodules.py:78 msgid "perl install failed." msgstr "falló perl install." -#: inary/actionsapi/pkgconfig.py:40 inary/actionsapi/pkgconfig.py:59 -#: inary/actionsapi/pkgconfig.py:79 inary/actionsapi/pkgconfig.py:99 -#: inary/actionsapi/pkgconfig.py:118 +#: inary/actionsapi/pkgconfig.py:42 inary/actionsapi/pkgconfig.py:61 +#: inary/actionsapi/pkgconfig.py:81 inary/actionsapi/pkgconfig.py:101 +#: inary/actionsapi/pkgconfig.py:120 #, fuzzy msgid "pkg-config is not installed on your system." msgstr "Paquete pkgconfig no está instalado. No posible remover." -#: inary/actionsapi/pkgconfig.py:136 +#: inary/actionsapi/pkgconfig.py:138 #, fuzzy msgid "Package pkgconfig is not installed on your system." msgstr "Paquete pkgconfig no está instalado. No posible remover." -#: inary/actionsapi/pythonmodules.py:56 +#: inary/actionsapi/pythonmodules.py:58 msgid "Configuration failed." msgstr "Falló la configuración." -#: inary/actionsapi/pythonmodules.py:81 +#: inary/actionsapi/pythonmodules.py:83 #, fuzzy msgid "Running {} failed." msgstr "Ejecución de {} falló." -#: inary/actionsapi/qt4.py:52 inary/actionsapi/qt5.py:60 +#: inary/actionsapi/qt4.py:54 inary/actionsapi/qt5.py:62 #, fuzzy msgid "Project file '{}' not found." msgstr "Archivo de proyecto {} no encontrado" -#: inary/actionsapi/qt4.py:56 inary/actionsapi/qt5.py:64 +#: inary/actionsapi/qt4.py:58 inary/actionsapi/qt5.py:66 #, fuzzy msgid "It seems there are more than one .pro file, you must specify one. (Possible .pro files: {})" msgstr "Se encontraron más de un archivo con extensión .pro, por favor indique uno. (Archivos .pro posibles: {})" -#: inary/actionsapi/rubymodules.py:108 +#: inary/actionsapi/rubymodules.py:110 #, fuzzy msgid "Running 'ruby {}' failed." msgstr "Ejecución de 'ruby {}' falló." -#: inary/actionsapi/shelltools.py:49 +#: inary/actionsapi/shelltools.py:51 #, fuzzy msgid "Cannot create directory {}" msgstr "No posible crear la carpeta {}" -#: inary/actionsapi/shelltools.py:57 +#: inary/actionsapi/shelltools.py:59 #, fuzzy msgid "ActionsAPI [echo]: Can't append to file {}." msgstr "ActionsAPI [echo]: No posible anexar a archivo {}." -#: inary/actionsapi/shelltools.py:63 +#: inary/actionsapi/shelltools.py:65 #, fuzzy msgid "ActionsAPI [chmod]: No file matched pattern \"{}\"." msgstr "ActionsAPI [chmod]: No hay archivos que coinciden con el patrón \"{}\"." -#: inary/actionsapi/shelltools.py:70 +#: inary/actionsapi/shelltools.py:72 #, fuzzy, python-brace-format msgid "ActionsAPI [chmod]: Operation not permitted: {0} (mode: 0{1})" msgstr "ActionsAPI [chmod]: Operación no permitida %s (mode: 0%o)" -#: inary/actionsapi/shelltools.py:72 +#: inary/actionsapi/shelltools.py:74 #, fuzzy msgid "ActionsAPI [chmod]: File {} doesn't exists." msgstr "ActionsAPI [chmod]: Archivo {} no existe." -#: inary/actionsapi/shelltools.py:80 +#: inary/actionsapi/shelltools.py:82 #, fuzzy, python-brace-format msgid "ActionsAPI [chown]: Operation not permitted: {0} (uid: {1}, gid: {2})" msgstr "ActionsAPI [chown]: Operación no permitida: {0} (uid: {1}, gid: {2})" -#: inary/actionsapi/shelltools.py:82 +#: inary/actionsapi/shelltools.py:84 #, fuzzy msgid "ActionsAPI [chown]: File {} doesn't exists." msgstr "ActionsAPI [chown]: Archivo {} no existe." -#: inary/actionsapi/shelltools.py:89 +#: inary/actionsapi/shelltools.py:91 #, fuzzy, python-brace-format msgid "ActionsAPI [sym]: Permission denied: {0} to {1}" msgstr "ActionsAPI [sym]: Permiso denegado: {0} a {1}" -#: inary/actionsapi/shelltools.py:103 +#: inary/actionsapi/shelltools.py:105 #, fuzzy msgid "ActionsAPI [unlink]: Permission denied: {}." msgstr "ActionsAPI [unlink]: Permiso denegado: {}." -#: inary/actionsapi/shelltools.py:107 +#: inary/actionsapi/shelltools.py:109 #, fuzzy msgid "ActionsAPI [unlink]: File {} doesn't exists." msgstr "ActionsAPI [unlink]: Archivo {} no existe." -#: inary/actionsapi/shelltools.py:115 +#: inary/actionsapi/shelltools.py:117 #, fuzzy msgid "ActionsAPI [unlinkDir]: Operation not permitted: {}" msgstr "ActionsAPI [unlinkDir]: Operación no permitida: {}" -#: inary/actionsapi/shelltools.py:119 +#: inary/actionsapi/shelltools.py:121 #, fuzzy msgid "ActionsAPI [unlinkDir]: Directory {} doesn't exists." msgstr "ActionsAPI [unlinkDir]: Carpeta {} no existe." -#: inary/actionsapi/shelltools.py:125 +#: inary/actionsapi/shelltools.py:127 #, fuzzy msgid "ActionsAPI [move]: No file matched pattern \"{}\"." msgstr "ActionsAPI [move]: No hay archivos que coinciden con el patrón \"{}\"." -#: inary/actionsapi/shelltools.py:132 +#: inary/actionsapi/shelltools.py:134 #, fuzzy, python-brace-format msgid "ActionsAPI [move]: Permission denied: {0} to {1}" msgstr "ActionsAPI [move]: Permiso denegado: {0} a {1}" -#: inary/actionsapi/shelltools.py:134 +#: inary/actionsapi/shelltools.py:136 #, fuzzy msgid "ActionsAPI [move]: File {} doesn't exists." msgstr "ActionsAPI [move]: Archivo {} no existe." -#: inary/actionsapi/shelltools.py:141 +#: inary/actionsapi/shelltools.py:143 #, fuzzy msgid "ActionsAPI [copy]: No file matched pattern \"{}\"." msgstr "ActionsAPI [copy]: No hay archivos que coinciden con el patrón \"{}\"." -#: inary/actionsapi/shelltools.py:148 +#: inary/actionsapi/shelltools.py:150 #, fuzzy, python-brace-format msgid "ActionsAPI [copy]: Permission denied: {0} to {1}" msgstr "ActionsAPI [copy]: Permiso denegado: {0} a {1}" -#: inary/actionsapi/shelltools.py:164 +#: inary/actionsapi/shelltools.py:166 #, fuzzy msgid "ActionsAPI [copy]: File {} does not exist." msgstr "ActionsAPI [copy]: Archivo {} no existe." -#: inary/actionsapi/shelltools.py:179 +#: inary/actionsapi/shelltools.py:181 #, fuzzy, python-brace-format msgid "ActionsAPI [copytree] {0} to {1}: {2}" msgstr "ActionsAPI [copytree] {0} a {1}: {2}" -#: inary/actionsapi/shelltools.py:181 +#: inary/actionsapi/shelltools.py:183 #, fuzzy msgid "ActionsAPI [copytree]: Directory {} doesn't exists." msgstr "ActionsAPI [copytree]: Carpeta {} no existe." -#: inary/actionsapi/shelltools.py:189 +#: inary/actionsapi/shelltools.py:191 #, fuzzy msgid "ActionsAPI [touch]: No file matched pattern \"{}\"." msgstr "ActionsAPI [touch]: No hay archivos que coinciden con el patrón \"{}\"." -#: inary/actionsapi/shelltools.py:198 +#: inary/actionsapi/shelltools.py:200 #, fuzzy msgid "ActionsAPI [touch]: Permission denied: {}" msgstr "ActionsAPI [touch]: Permiso denegado: {}" -#: inary/actionsapi/shelltools.py:257 +#: inary/actionsapi/shelltools.py:259 #, fuzzy, python-brace-format msgid "Command \"{0}\" failed, return value was {1}." msgstr "Comando \"{0}\" fallado, valor de retorno: {1}." -#: inary/actionsapi/texlivemodules.py:56 +#: inary/actionsapi/texlivemodules.py:58 msgid "Moving source files failed" msgstr "Falló mover archivos fuentes" -#: inary/actionsapi/texlivemodules.py:59 +#: inary/actionsapi/texlivemodules.py:61 msgid "Generate config files failed" msgstr "Generación de archivos de configuración fallado" -#: inary/actionsapi/texlivemodules.py:62 +#: inary/actionsapi/texlivemodules.py:64 msgid "Building format files failed" msgstr "Falló construcción de archivos de formato" # favor revisar, lo debería dejas mas en ingles nomas ? -#: inary/actionsapi/texlivemodules.py:69 +#: inary/actionsapi/texlivemodules.py:71 msgid "Creating symlinks from format to engines failed" msgstr "Falla de creación de enlaces simbólicos desde formato a motores (engines)" -#: inary/actionsapi/texlivemodules.py:73 +#: inary/actionsapi/texlivemodules.py:75 msgid "Installing docs failed" msgstr "Falla al instalar docs" -#: inary/actionsapi/texlivemodules.py:77 +#: inary/actionsapi/texlivemodules.py:79 msgid "Installing texmf files failed" msgstr "Falla al instalar archivos texmf" -#: inary/actionsapi/texlivemodules.py:81 +#: inary/actionsapi/texlivemodules.py:83 msgid "Installing config files failed" msgstr "Falla al instalar archivos de configuración" # favor revisar, si handle no es otra cosa -#: inary/actionsapi/texlivemodules.py:85 +#: inary/actionsapi/texlivemodules.py:87 msgid "Handle config files failed" msgstr "Falla de manejo de archivos de configuración" -#: inary/actionsapi/texlivemodules.py:95 +#: inary/actionsapi/texlivemodules.py:97 #, fuzzy msgid "Symlink {} skipped (special case)" msgstr "Enlace simbólico {} omitido (caso especial)" # where is the closing bracket ? -#: inary/actionsapi/texlivemodules.py:97 +#: inary/actionsapi/texlivemodules.py:99 #, fuzzy, python-brace-format msgid "Symlink {0[0]} -> {0[1]} skipped (texlive-core takes care of it." msgstr "Enlace simbólico {0[0]} -> {0[1]} omitido (texlive-core se ocupa de esto)." -#: inary/actionsapi/texlivemodules.py:100 +#: inary/actionsapi/texlivemodules.py:102 #, fuzzy, python-brace-format msgid "Symlink {0[0]} -> {0[1]} skipped." msgstr "Enlace simbólico {0[1]} -> {0[1]} omitido." -#: inary/actionsapi/texlivemodules.py:102 +#: inary/actionsapi/texlivemodules.py:104 #, fuzzy msgid "Symlink {} skipped (file exists.)" msgstr "Enlace simbólico {} omitido (archivo ya existe.)" -#: inary/actionsapi/texlivemodules.py:104 +#: inary/actionsapi/texlivemodules.py:106 #, fuzzy, python-brace-format msgid "Making symlink from {0[0]} to {0[1]}" msgstr "Crear enlace simbólico de {0[0]} a {0[1]}" -#: inary/actionsapi/texlivemodules.py:153 +#: inary/actionsapi/texlivemodules.py:155 #, fuzzy msgid "Creating /etc/texmf/{}.d" msgstr "Creando /etc/texmf/{}.d" -#: inary/actionsapi/texlivemodules.py:155 +#: inary/actionsapi/texlivemodules.py:157 #, fuzzy, python-brace-format msgid "Moving (and symlinking) /usr/share/texmf/{0} to /etc/texmf/{1}.d" msgstr "Moviendo (y enlazando) /usr/share/texmf/{0} a /etc/texmf/{1}.d" -#: inary/actionsapi/texlivemodules.py:206 +#: inary/actionsapi/texlivemodules.py:208 #, fuzzy msgid "Building format file {}" msgstr "Construyendo archivo de formato {}" -#: inary/actionsapi/texlivemodules.py:263 +#: inary/actionsapi/texlivemodules.py:265 #, fuzzy, python-brace-format msgid "Map {0} is added to {1}/{2}.cfg" msgstr "Mapa {0} se está agregando a {1}/{2}.cfg" -#: inary/actionsapi/texlivemodules.py:266 +#: inary/actionsapi/texlivemodules.py:268 #, fuzzy, python-brace-format msgid "MixedMap {0} is added to {1}/{2}.cfg" msgstr "MixedMap {0} se está agregando a {1}/{2}.cfg" -#: inary/actionsapi/texlivemodules.py:269 +#: inary/actionsapi/texlivemodules.py:271 #, fuzzy, python-brace-format msgid "p +{0} is added to {1}/{2}-config.ps" msgstr "p +{0} se está agregando a {1}/{2}-config.ps" -#: inary/actionsapi/texlivemodules.py:272 +#: inary/actionsapi/texlivemodules.py:274 #, fuzzy, python-brace-format msgid "f {0} is added to {1}/{2}-config" msgstr "f {0} se está agregando a {1}/{2}-config" -#: inary/actionsapi/texlivemodules.py:279 +#: inary/actionsapi/texlivemodules.py:281 #, fuzzy msgid "Language file {} already generated." msgstr "Archivo de idioma {} ya está generado." -#: inary/actionsapi/texlivemodules.py:281 +#: inary/actionsapi/texlivemodules.py:283 #, fuzzy msgid "No rule to proccess {}. Please file a bug." msgstr "No hay regla para procesar {}. Por favor reporte una falla." -#: inary/analyzer/conflict.py:26 inary/analyzer/dependency.py:26 -#: inary/data/replace.py:24 +#: inary/analyzer/conflict.py:28 inary/analyzer/dependency.py:28 +#: inary/data/replace.py:26 msgid " version >= " msgstr " versión >= " -#: inary/analyzer/conflict.py:28 inary/analyzer/dependency.py:28 -#: inary/data/replace.py:26 +#: inary/analyzer/conflict.py:30 inary/analyzer/dependency.py:30 +#: inary/data/replace.py:28 msgid " version <= " msgstr " versión <= " -#: inary/analyzer/conflict.py:30 inary/analyzer/dependency.py:30 -#: inary/data/replace.py:28 +#: inary/analyzer/conflict.py:32 inary/analyzer/dependency.py:32 +#: inary/data/replace.py:30 msgid " version " msgstr " versión " -#: inary/analyzer/conflict.py:32 inary/analyzer/dependency.py:32 -#: inary/data/replace.py:30 +#: inary/analyzer/conflict.py:34 inary/analyzer/dependency.py:34 +#: inary/data/replace.py:32 msgid " release >= " msgstr " release >= " -#: inary/analyzer/conflict.py:34 inary/analyzer/dependency.py:34 -#: inary/data/replace.py:32 +#: inary/analyzer/conflict.py:36 inary/analyzer/dependency.py:36 +#: inary/data/replace.py:34 msgid " release <= " msgstr " release <= " -#: inary/analyzer/conflict.py:36 inary/analyzer/dependency.py:36 -#: inary/data/replace.py:34 +#: inary/analyzer/conflict.py:38 inary/analyzer/dependency.py:38 +#: inary/data/replace.py:36 msgid " release " msgstr " release " -#: inary/analyzer/ctypes_analyzer.py:28 -msgid "Module \"ctypes\" can not import" -msgstr "" - -#: inary/analyzer/firmwares.py:28 +#: inary/analyzer/firmwares.py:29 #, fuzzy msgid "Extracting firmware list for {}..." msgstr "Extrayendo los archivos de {}" -#: inary/analyzer/firmwares.py:48 +#: inary/analyzer/firmwares.py:49 #, fuzzy msgid "The following firmwares are not installed:" msgstr "Se instalarán los siguientes paquetes:" -#: inary/analyzer/firmwares.py:63 +#: inary/analyzer/firmwares.py:64 msgid "Missing" msgstr "" -#: inary/analyzer/magic.py:151 +#: inary/analyzer/magic.py:150 #, fuzzy msgid "Can't load file or buffer {}" msgstr "comando chrpath falló para archivo {}!" -#: inary/archive.py:307 +#: inary/archive.py:309 msgid "* Target DIR: {}" msgstr "" -#: inary/archive.py:459 +#: inary/archive.py:461 #, python-brace-format msgid "* Chowning {0} ({1}:{2})" msgstr "" -#: inary/archive.py:462 +#: inary/archive.py:464 #, python-brace-format msgid "* LChowning {0} ({1}:{2})" msgstr "" -#: inary/archive.py:526 +#: inary/archive.py:528 #, fuzzy msgid "Problem occured while uncompressing {}.Z file" msgstr "Ocurrió un problama al descomprimir archivo {}.Z" -#: inary/atomicoperations.py:72 inary/operations/history.py:72 +#: inary/atomicoperations.py:79 inary/operations/history.py:75 #, fuzzy, python-brace-format msgid "Package {0} found in repository {1}" msgstr "Paquete {0} encontrado en repositorio {1}" # should it not be "URL" ? -#: inary/atomicoperations.py:103 +#: inary/atomicoperations.py:110 #, fuzzy msgid "Package URI: {}" msgstr "URL de paquete: {}" -#: inary/atomicoperations.py:117 +#: inary/atomicoperations.py:124 msgid "Download Error: Package does not match the repository package." msgstr "Error de descarga: Paquete local no coincide con paquete del repositorio." -#: inary/atomicoperations.py:121 +#: inary/atomicoperations.py:128 #, fuzzy msgid "Package {} not found in any active repository." msgstr "Paquete {} no encontrado en ningún repositorio activo." -#: inary/atomicoperations.py:148 +#: inary/atomicoperations.py:156 #, fuzzy, python-brace-format msgid "Installing {0.name}, version {0.version}, release {0.release}" msgstr "Instalando {0.name}, versión {0.version}, release {0.release}" -#: inary/atomicoperations.py:193 inary/operations/build.py:786 +#: inary/atomicoperations.py:186 +#, python-format +msgid "Free Space: %.2f %s " +msgstr "" + +#: inary/atomicoperations.py:188 +msgid "Is there any free space in your disk." +msgstr "" + +#: inary/atomicoperations.py:206 inary/operations/build.py:789 #, fuzzy, python-brace-format msgid "{0}-{1} is not a valid INARY version format" msgstr "{0}-{1} no es un formato válido de versión INARY" -#: inary/atomicoperations.py:199 +#: inary/atomicoperations.py:212 #, fuzzy msgid "{} package cannot be installed unless the dependencies are satisfied" msgstr "paquete {} no se puede instalar hasta que instale los paquetes requeridos" # check this ?? - probably ok, but see the context -#: inary/atomicoperations.py:222 +#: inary/atomicoperations.py:235 #, fuzzy, python-brace-format msgid "/{0} from {1} package\n" msgstr "/{0} de paquete {1}\n" -#: inary/atomicoperations.py:223 +#: inary/atomicoperations.py:236 #, fuzzy msgid "" "File conflicts:\n" @@ -758,215 +764,230 @@ msgstr "" "Archivo en conflicto:\n" "{}" -#: inary/atomicoperations.py:241 +#: inary/atomicoperations.py:254 msgid "Re-install same version package?" msgstr "Reinstalar el paquete de la misma versión ?" # traducir mejor como rechazar o denegar ?? -#: inary/atomicoperations.py:242 +#: inary/atomicoperations.py:255 msgid "Package re-install declined" msgstr "Reinstalación de paquete rechazada" -#: inary/atomicoperations.py:249 +#: inary/atomicoperations.py:262 msgid "Storing old paths info" msgstr "" -#: inary/atomicoperations.py:258 +#: inary/atomicoperations.py:271 msgid "Upgrading to new upstream version" msgstr "Actualizando a nueva versión upstream" -#: inary/atomicoperations.py:261 +#: inary/atomicoperations.py:274 msgid "Upgrading to new distribution release" msgstr "Actualización a nueva versión (release) de distribución" -#: inary/atomicoperations.py:270 +#: inary/atomicoperations.py:283 msgid "Downgrade to old distribution release?" msgstr "Revertir hacia versión (release) antigua de distribución ?" -#: inary/atomicoperations.py:274 +#: inary/atomicoperations.py:287 msgid "Package downgrade declined" msgstr "Revertir a versión anterior (downgrade) de paquete rechazada" -#: inary/atomicoperations.py:320 +#: inary/atomicoperations.py:333 #, fuzzy msgid "{} configuration failed." msgstr "Falló la configuración {} ." -#: inary/atomicoperations.py:411 +#: inary/atomicoperations.py:424 msgid "Unable to relocate following files. Reinstallation of this package is strongly recommended." msgstr "No posible reubicar los archivos siguientes. Se recomienda la reinstalación de éste paquete." -#: inary/atomicoperations.py:510 +#: inary/atomicoperations.py:523 #, fuzzy msgid "Storing {}" msgstr "Guardando {}" +#: inary/atomicoperations.py:548 +#, fuzzy +msgid "Adding '{}' to db..." +msgstr "* Agregando {} a db... " + # translated as "not available" (kh, 070715) -#: inary/atomicoperations.py:578 +#: inary/atomicoperations.py:592 #, fuzzy msgid "File list could not be read for package {}, continuing removal." msgstr "La lista de archivos no disponible para el paquete {}, continuando eliminación." -#: inary/atomicoperations.py:584 +#: inary/atomicoperations.py:598 #, fuzzy msgid "Removing package {}" msgstr "Eliminando paquete {}" -#: inary/atomicoperations.py:587 +#: inary/atomicoperations.py:601 msgid "Trying to remove nonexistent package " msgstr "Intentando remover paquete no-existente" -#: inary/atomicoperations.py:626 +#: inary/atomicoperations.py:640 msgid "Not removing conflicted file : {}" msgstr "Archivo conflictivo: {} no eliminado " -#: inary/atomicoperations.py:656 +#: inary/atomicoperations.py:670 #, fuzzy msgid "Installed file {} does not exist on system [Probably you manually deleted]" msgstr "Archivo instalado {} no existe en el sistema [Probablemente eliminado manualmente]" -#: inary/atomicoperations.py:716 inary/cli/command.py:168 +#: inary/atomicoperations.py:725 inary/cli/command.py:170 msgid "You have to be root for this operation." msgstr "Solo el usuario root puede realizar esta operación." -#: inary/atomicoperations.py:724 +#: inary/atomicoperations.py:733 #, fuzzy msgid "Another instance of Inary is running. Only one instance is allowed." msgstr "Se está ejecutando ya otra instancia de INARY. Se permite ejecutar solamente una vez." -#: inary/atomicoperations.py:827 +#: inary/atomicoperations.py:737 #, fuzzy -msgid "Cleaning package cache {}..." -msgstr "Creando Paquete INARY {}." - -#: inary/atomicoperations.py:829 -#, fuzzy -msgid "Cleaning source archive cache {}..." -msgstr "No se ha encontrado paquete fuente: {}" +msgid "Invalidating database caches..." +msgstr "Actualizar la base de datos de todas formas" -#: inary/atomicoperations.py:831 +#: inary/atomicoperations.py:739 #, fuzzy -msgid "Cleaning temporary directory {}..." -msgstr "Limpiando carpeta build..." +msgid "Updating database caches..." +msgstr "Actualizar la base de datos de todas formas" -#: inary/atomicoperations.py:835 +#: inary/atomicoperations.py:822 inary/atomicoperations.py:955 +#: inary/atomicoperations.py:963 #, fuzzy -msgid "Removing cache file {}..." -msgstr "Eliminando paquete {}" +msgid "Regenerating database caches..." +msgstr "Regenerar base de datos de archivos" # o mejor decir: capturar estado del sistema ? -#: inary/atomicoperations.py:875 +#: inary/atomicoperations.py:871 msgid "Taking snapshot of the system" msgstr "Generando instantánea del sistema" -#: inary/atomicoperations.py:918 +#: inary/atomicoperations.py:914 #, fuzzy msgid "scom package is not fully installed" msgstr "paquete scom no está instalado completamente" -#: inary/atomicoperations.py:925 +#: inary/atomicoperations.py:921 msgid "Not a valid repo name." msgstr "No es un nombre válido para un Repositorio." -#: inary/atomicoperations.py:928 +#: inary/atomicoperations.py:924 #, fuzzy msgid "Repo {} already present." msgstr "Repositorio {} ya existe." -#: inary/atomicoperations.py:931 +#: inary/atomicoperations.py:927 #, fuzzy msgid "Repo already present with name {}." msgstr "Repositorio ya existe con el nombre {}." -#: inary/atomicoperations.py:936 +#: inary/atomicoperations.py:931 inary/atomicoperations.py:940 +#, fuzzy +msgid "Flushing database caches..." +msgstr "Creando Paquete INARY {}." + +#: inary/atomicoperations.py:933 #, fuzzy msgid "Repo {} added to system." msgstr "Repositorio {} agregado al sistema." -#: inary/atomicoperations.py:944 +#: inary/atomicoperations.py:942 #, fuzzy msgid "Repo {} removed from system." msgstr "Repositorio {} removido del sistema." -#: inary/atomicoperations.py:946 +#: inary/atomicoperations.py:944 #, fuzzy msgid "Repository {} does not exist. Cannot remove." msgstr "Repositorio {} no existe. No posible remover." -#: inary/atomicoperations.py:967 +#: inary/atomicoperations.py:968 #, fuzzy msgid "Updating repository: {}" msgstr "Actualizando repositorio: {}" -#: inary/atomicoperations.py:976 +#: inary/atomicoperations.py:977 #, fuzzy msgid "{} repository information is up-to-date." msgstr "Información de repositorio {} 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. -#: inary/atomicoperations.py:978 +#: inary/atomicoperations.py:979 msgid "Updating database at any rate as requested" msgstr "Actualizando base de datos de todas formas según solicitado" -#: inary/atomicoperations.py:991 +#: inary/atomicoperations.py:993 #, fuzzy msgid "Package database updated." msgstr "* Base de datos de paquetes actualizada." -#: inary/atomicoperations.py:993 +#: inary/atomicoperations.py:995 #, fuzzy msgid "No repository named {} found." msgstr "No se encontró repositorio con nombre {}." -#: inary/cli/__init__.py:117 +# o simplemente "contiene" ? +#: inary/cli/__init__.py:110 +#, fuzzy +msgid "Verboses: " +msgstr "Provee: " + +#: inary/cli/__init__.py:122 msgid "Warning: " msgstr "Alerta:" -#: inary/cli/__init__.py:127 +#: inary/cli/__init__.py:132 msgid "Error: " msgstr "Error: " # is this to translate ? would it work if i change this ? -#: inary/cli/__init__.py:161 +#: inary/cli/__init__.py:168 #, fuzzy msgid " (yes" msgstr " (yes/no)" -#: inary/cli/__init__.py:161 +#: inary/cli/__init__.py:168 msgid "no)" msgstr "" -#: inary/cli/__init__.py:185 -msgid " [complete]\n" +#: inary/cli/__init__.py:192 +#, fuzzy +msgid "" +"\n" +" [complete]\n" msgstr " [complete]\n" -#: inary/cli/__init__.py:195 +#: inary/cli/__init__.py:202 #, fuzzy msgid "Installed {}" msgstr "Instalado {}" -#: inary/cli/__init__.py:197 +#: inary/cli/__init__.py:204 #, fuzzy msgid "Removed {}" msgstr "Removido {}" -#: inary/cli/__init__.py:199 +#: inary/cli/__init__.py:206 #, fuzzy msgid "Upgraded {}" msgstr "Actualizado {}" -#: inary/cli/__init__.py:201 +#: inary/cli/__init__.py:208 #, fuzzy msgid "Configured {}" msgstr "Configurado {}" -#: inary/cli/__init__.py:203 +#: inary/cli/__init__.py:210 #, fuzzy msgid "Extracting the files of {}" msgstr "Extrayendo los archivos de {}" -#: inary/cli/addrepo.py:25 +#: inary/cli/addrepo.py:28 msgid "" "Add a repository\n" "\n" @@ -986,23 +1007,23 @@ msgstr "" "\n" "Obs: Actualmente solamente archivos locales (ej., /a/b/c) y URLs http:// son soportados\n" -#: inary/cli/addrepo.py:43 +#: inary/cli/addrepo.py:46 msgid "add-repo options" msgstr "opciones add-repo" -#: inary/cli/addrepo.py:44 +#: inary/cli/addrepo.py:47 msgid "Ignore repository distribution check" msgstr "Ignorar verificación de distribución del repositorio" -#: inary/cli/addrepo.py:45 +#: inary/cli/addrepo.py:48 msgid "Does not fetch repository index and does not check distribution match" msgstr "No busca lista de archivos del repositorio y no verifica si coincide distribución" -#: inary/cli/addrepo.py:48 +#: inary/cli/addrepo.py:51 msgid "Add repository at given position (0 is first)" msgstr "Agregar repositorio en posición indicada (inicia con 0)" -#: inary/cli/addrepo.py:62 +#: inary/cli/addrepo.py:65 #, fuzzy msgid "" "Add {} repository without updating the database?\n" @@ -1013,12 +1034,12 @@ msgstr "" "En caso de confirmar, también admite el repositorio saltando la verificación de la compatibilidad con su distribución.\n" "Desea continuar?" -#: inary/cli/addrepo.py:74 +#: inary/cli/addrepo.py:77 #, fuzzy, python-brace-format msgid "{0} repository could not be reached. Removing {0} from system." msgstr "Repositorio {0} inaccesible. Removiendo {0} del sistema." -#: inary/cli/blame.py:24 +#: inary/cli/blame.py:26 msgid "" "Information about the package owner and release\n" "\n" @@ -1030,39 +1051,39 @@ msgstr "" "Uso: blame ... \n" "\n" -#: inary/cli/blame.py:37 +#: inary/cli/blame.py:39 msgid "blame options" msgstr "opciones de blame" -#: inary/cli/blame.py:38 +#: inary/cli/blame.py:40 msgid "Blame for the given release" msgstr "Responsable para la versión indicada" -#: inary/cli/blame.py:40 +#: inary/cli/blame.py:42 msgid "Blame for all of the releases" msgstr "Responsable para todas las versiones" -#: inary/cli/blame.py:66 inary/data/specfile.py:374 inary/data/specfile.py:485 +#: inary/cli/blame.py:68 inary/data/specfile.py:371 inary/data/specfile.py:452 #, fuzzy, python-brace-format msgid "Name: {0}, version: {1}, release: {2}\n" msgstr "Nombre: {0}, versión: {1}, release: {2}\n" -#: inary/cli/blame.py:68 +#: inary/cli/blame.py:70 #, fuzzy, python-brace-format msgid "Package Maintainer: {0} <{1}>\n" msgstr "Mantenedor de paquete: {0} <{1}>\n" -#: inary/cli/blame.py:69 +#: inary/cli/blame.py:71 #, fuzzy, python-brace-format msgid "Release Updater: {0.name} <{0.email}>\n" msgstr "Actualizador de versión: {0.name} <{0.email}>\n" -#: inary/cli/blame.py:70 +#: inary/cli/blame.py:72 #, fuzzy msgid "Update Date: {}\n" msgstr "Fecha de actualización: {}\n" -#: inary/cli/build.py:25 +#: inary/cli/build.py:30 msgid "" "Build INARY packages\n" "\n" @@ -1084,96 +1105,100 @@ msgstr "" "Alternativamente puede indicar el nombre de un paquete de fuentes\n" "a descargar de un repositorio de fuentes.\n" -#: inary/cli/build.py:49 +#: inary/cli/build.py:54 msgid "build options" msgstr "opciones de build" -#: inary/cli/build.py:57 +#: inary/cli/build.py:62 msgid "Run inary build operation without printing extra debug information" msgstr "Ejecutar operación de inary build sin mostrar informaciones adicionales de depuración" -#: inary/cli/build.py:63 inary/cli/command.py:205 +#: inary/cli/build.py:68 inary/cli/command.py:207 msgid "Do not take dependency information into account" msgstr "Ignorar información de dependencias" -#: inary/cli/build.py:69 +#: inary/cli/build.py:74 msgid "Output directory for produced packages" msgstr "Carpeta de salida para paquetes producidos" # verificar, está bien asi ? "bypass" -#: inary/cli/build.py:73 +#: inary/cli/build.py:78 msgid "Bypass errors from ActionsAPI" msgstr "Omitir errores del ActionsAPI" # check? # tiene que ver con mensajes anteriores.. safety switch: xx.. (mensaje) -#: inary/cli/build.py:78 inary/cli/command.py:207 +#: inary/cli/build.py:83 inary/cli/command.py:209 msgid "Bypass safety switch" msgstr "Omitir la verificación de seguridad" -#: inary/cli/build.py:83 +#: inary/cli/build.py:88 msgid "Bypass testing step" msgstr "Omitir paso de verificación" -#: inary/cli/build.py:88 +#: inary/cli/build.py:93 msgid "Create a static package with ar files" msgstr "Crear un paquete estático con archivos ar" -#: inary/cli/build.py:92 inary/cli/delta.py:63 +#: inary/cli/build.py:97 inary/cli/delta.py:65 msgid "Create the binary package using the given format. Use '-F help' to see a list of supported formats." msgstr "Crear paquete binario usando el formato determinado. Use '-F help' para ver una lista de formatos soportados." -#: inary/cli/build.py:99 +#: inary/cli/build.py:104 msgid "Use quilt patch management system instead of GNU patch" msgstr "Use el sistema de parches quilt management en vez de GNU patch" +#: inary/cli/build.py:110 +msgid "Do not use root user when packaging, make building under home folder" +msgstr "" + # favor verificar -#: inary/cli/build.py:105 +#: inary/cli/build.py:116 msgid "Do not constrain build process inside the build folder" msgstr "No restringir proceso de build a carpeta de build" -#: inary/cli/build.py:109 +#: inary/cli/build.py:120 msgid "build steps" msgstr "pasos build" -#: inary/cli/build.py:115 +#: inary/cli/build.py:126 msgid "Break build after fetching the source archive" msgstr "Interrumpir build luego de buscar el archivo fuente" -#: inary/cli/build.py:122 +#: inary/cli/build.py:133 msgid "Break build after unpacking the source archive, checking sha1sum and applying patches" msgstr "Interrumpir build luego de descompactar el archivo fuente, verificación de sha1sum y aplicación de parches" -#: inary/cli/build.py:130 +#: inary/cli/build.py:141 msgid "Break build after running configure step" msgstr "Interrumpir build luego de ejecutar el paso de configure" -#: inary/cli/build.py:136 +#: inary/cli/build.py:147 msgid "Break build after running compile step" msgstr "Interrumpir build luego de compilar" -#: inary/cli/build.py:142 +#: inary/cli/build.py:153 msgid "Break build after running check step" msgstr "Interrumpir build luego de paso de verificación" -#: inary/cli/build.py:148 +#: inary/cli/build.py:159 msgid "Break build after running install step" msgstr "Interrumpir build luego de ejecutar install" -#: inary/cli/build.py:154 +#: inary/cli/build.py:165 msgid "Create INARY package" msgstr "Crear paquete INARY" -#: inary/cli/build.py:164 inary/cli/delta.py:71 +#: inary/cli/build.py:175 inary/cli/delta.py:73 msgid "Supported package formats:" msgstr "Formatos de paquetes soportados:" -#: inary/cli/build.py:167 inary/cli/delta.py:74 +#: inary/cli/build.py:178 inary/cli/delta.py:76 #, fuzzy msgid " {} (default)" msgstr " {} (predeterminado)" -#: inary/cli/check.py:28 +#: inary/cli/check.py:30 #, fuzzy msgid "" "Verify installation\n" @@ -1201,39 +1226,39 @@ msgstr "" "\n" "Si no se indican nombres de paquetes, se verificarán todos los paquetes instalados.\n" -#: inary/cli/check.py:55 +#: inary/cli/check.py:57 msgid "check options" msgstr "opciones de verificación" -#: inary/cli/check.py:60 +#: inary/cli/check.py:62 msgid "Check installed packages under given component" msgstr "Verificar paquetes instalados del componente" -#: inary/cli/check.py:66 +#: inary/cli/check.py:68 msgid "Checks only changed config files of the packages" msgstr "Verificaciones solamente modificaron archivos de configuración de los paquetes" -#: inary/cli/check.py:83 +#: inary/cli/check.py:85 msgid "Checking all installed packages" msgstr "Verificando todos los paquetes instalados" -#: inary/cli/check.py:92 +#: inary/cli/check.py:94 msgid "Checking integrity of {}" msgstr "" -#: inary/cli/check.py:104 +#: inary/cli/check.py:106 msgid "Broken" msgstr "" -#: inary/cli/check.py:109 +#: inary/cli/check.py:111 msgid "Unknown" msgstr "" -#: inary/cli/check.py:111 +#: inary/cli/check.py:113 msgid "OK" msgstr "OK" -#: inary/cli/check.py:117 +#: inary/cli/check.py:118 #, fuzzy msgid "Missing file: /{}" msgstr "" @@ -1244,30 +1269,30 @@ msgstr "" msgid "Access denied: /{}" msgstr "" -#: inary/cli/check.py:125 +#: inary/cli/check.py:124 #, fuzzy msgid "Corrupted file: /{}" msgstr "" "\n" "Archivo corrupto: {}" -#: inary/cli/check.py:129 +#: inary/cli/check.py:127 #, fuzzy msgid "Modified configuration file: /{}" msgstr "Falló la configuración {} ." -#: inary/cli/check.py:134 +#: inary/cli/check.py:132 #, fuzzy msgid "Package {} not installed" msgstr "Paquete {} no está instalado" -#: inary/cli/check.py:138 +#: inary/cli/check.py:136 msgid "" "Inary was unable to check the integrity of packages which contain files that you don't have read access.\n" "Running the check under a privileged user may help fixing this problem." msgstr "" -#: inary/cli/clean.py:20 +#: inary/cli/clean.py:22 msgid "" "Clean stale locks\n" "\n" @@ -1283,21 +1308,21 @@ msgstr "" "INARY usa archivos indicadores de bloqueo para administrar el acceso a la base de datos.\n" "Este comando elimina archivos indicadores sin uso del directorio de la base de datos." -#: inary/cli/command.py:31 +#: inary/cli/command.py:33 msgid "Command lacks name" msgstr "Al comando le falta el nombre" -#: inary/cli/command.py:35 +#: inary/cli/command.py:37 #, fuzzy msgid "Duplicate command {}" msgstr "Comando duplicado {}" -#: inary/cli/command.py:72 inary/cli/inarycli.py:138 +#: inary/cli/command.py:74 inary/cli/inarycli.py:142 #, fuzzy msgid "Unrecognized command: {}" msgstr "Comando desconocido: {}" -#: inary/cli/command.py:97 +#: inary/cli/command.py:99 msgid "general options" msgstr "opciones generales" @@ -1305,58 +1330,58 @@ msgstr "opciones generales" # "The change") # como entender "root" ?? # or do you mean only user root can execute INARY ? -#: inary/cli/command.py:100 +#: inary/cli/command.py:102 msgid "Change the system root for INARY commands" msgstr "Cambiar la raíz del sistema para los comandos INARY" -#: inary/cli/command.py:102 +#: inary/cli/command.py:104 msgid "Assume yes in all yes/no queries" msgstr "Asumir Sí (yes) en todas las consultas Sí/No (yes/no)" -#: inary/cli/command.py:106 +#: inary/cli/command.py:108 msgid "Keep bandwidth usage under specified KB's" msgstr "Mantener uso de ancho de banda por debajo de KB especificado" -#: inary/cli/command.py:109 +#: inary/cli/command.py:111 msgid "Detailed output" msgstr "Detalles" -#: inary/cli/command.py:111 +#: inary/cli/command.py:113 msgid "Show debugging information" msgstr "Mostrar información de depuración" -#: inary/cli/command.py:113 +#: inary/cli/command.py:115 msgid "Suppresses all coloring of INARY's output" msgstr "No colorear mensajes de INARY" -#: inary/cli/command.py:131 +#: inary/cli/command.py:133 #, fuzzy msgid "Destination directory {} does not exist. Creating directory.\n" msgstr "Carpeta destino {} no existe. Creando carpeta.\n" -#: inary/cli/command.py:153 +#: inary/cli/command.py:155 msgid "Password: " msgstr "Contraseña: " -#: inary/cli/command.py:192 +#: inary/cli/command.py:194 msgid "Command terminated abnormally." msgstr "Comando terminado de manera anormal" -#: inary/cli/command.py:209 inary/cli/emerge.py:52 inary/cli/emergeup.py:54 +#: inary/cli/command.py:211 inary/cli/emerge.py:54 inary/cli/emergeup.py:56 #, fuzzy msgid "Bypass scom configuration agent" msgstr "Omitir al agente de configuración scom" -#: inary/cli/command.py:211 +#: inary/cli/command.py:213 msgid "Do not perform any action, just show what would be done" msgstr "No hacer nada, solamente mostrar lo que se haría" -#: inary/cli/command.py:229 +#: inary/cli/command.py:231 #, fuzzy msgid "usage: {}\n" msgstr "uso: {}\n" -#: inary/cli/configurepending.py:23 +#: inary/cli/configurepending.py:25 #, fuzzy msgid "" "Configure pending packages\n" @@ -1373,14 +1398,14 @@ msgstr "" "de paquetes pendientes a configurar. Este comando\n" "configura los paquetes en espera.\n" -#: inary/cli/configurepending.py:37 +#: inary/cli/configurepending.py:39 msgid "configure-pending options" msgstr "Opciones de configure-pending" # maybe here add some additional final comment ?? # like "By deleting the cache you can gain back the used disk space, without # damaging the current installations".. or so.. -#: inary/cli/deletecache.py:22 +#: inary/cli/deletecache.py:26 msgid "" "Delete cache files\n" "\n" @@ -1398,7 +1423,37 @@ msgstr "" "el directorio /var. Ya que se van acumulando los archivos, el \n" "espacio consumido en disco puede aumentar considerablemente." -#: inary/cli/delta.py:24 +#: inary/cli/deletecache.py:40 +#, fuzzy +msgid "Select cleaning directory:\n" +msgstr "Limpiando carpeta build..." + +#: inary/cli/deletecache.py:49 +#, fuzzy +msgid "Cleaning home-build directory {}..." +msgstr "Limpiando carpeta build..." + +#: inary/cli/deletecache.py:57 +#, fuzzy +msgid "Cleaning package cache {}..." +msgstr "Creando Paquete INARY {}." + +#: inary/cli/deletecache.py:59 +#, fuzzy +msgid "Cleaning source archive cache {}..." +msgstr "No se ha encontrado paquete fuente: {}" + +#: inary/cli/deletecache.py:61 +#, fuzzy +msgid "Cleaning temporary directory {}..." +msgstr "Limpiando carpeta build..." + +#: inary/cli/deletecache.py:65 +#, fuzzy +msgid "Removing cache file {}..." +msgstr "Eliminando paquete {}" + +#: inary/cli/delta.py:26 msgid "" "Creates delta packages\n" "\n" @@ -1418,19 +1473,19 @@ msgstr "" "los paquetes indicados a través una comparación de la sha1sum de los archivos\n" "y crea un paquete delta con los archivos modificados.\n" -#: inary/cli/delta.py:45 +#: inary/cli/delta.py:47 msgid "delta options" msgstr "opciones de delta" -#: inary/cli/delta.py:53 +#: inary/cli/delta.py:55 msgid "Use arg as the new package and treat other arguments as old packages." msgstr "Use arg como paquete nuevo y trate otros argumentos como paquetes antiguos." -#: inary/cli/delta.py:59 +#: inary/cli/delta.py:61 msgid "Output directory for produced packages." msgstr "Carpeta de salida para paquetes creados." -#: inary/cli/disablerepo.py:22 +#: inary/cli/disablerepo.py:24 msgid "" "Disable repository\n" "\n" @@ -1448,7 +1503,7 @@ msgstr "" "\n" "Repositorios deshabilitados son ignorados para las siguientes operaciones.\n" -#: inary/cli/emerge.py:25 +#: inary/cli/emerge.py:27 msgid "" "Build and install INARY source packages from repository\n" "\n" @@ -1469,34 +1524,34 @@ msgstr "" "También puede indicar el nombre de un componente.\n" # no idea, i should know the context :( -#: inary/cli/emerge.py:43 +#: inary/cli/emerge.py:45 msgid "emerge options" msgstr "Opciones emerge" -#: inary/cli/emerge.py:46 inary/cli/emergeup.py:48 +#: inary/cli/emerge.py:48 inary/cli/emergeup.py:50 msgid "Emerge available packages under given component" msgstr "Emerge paquetes disponibles de un componente dado" -#: inary/cli/emerge.py:48 inary/cli/emergeup.py:50 inary/cli/install.py:52 -#: inary/cli/upgrade.py:58 +#: inary/cli/emerge.py:50 inary/cli/emergeup.py:52 inary/cli/install.py:54 +#: inary/cli/upgrade.py:60 msgid "Ignore file conflicts" msgstr "Ignorar conflictos de archivos" -#: inary/cli/emerge.py:50 inary/cli/emergeup.py:52 inary/cli/install.py:54 -#: inary/cli/upgrade.py:60 +#: inary/cli/emerge.py:52 inary/cli/emergeup.py:54 inary/cli/install.py:56 +#: inary/cli/upgrade.py:62 msgid "Ignore package conflicts" msgstr "Ignorar conflictos de paquetes" -#: inary/cli/emerge.py:70 inary/cli/emergeup.py:75 +#: inary/cli/emerge.py:72 inary/cli/emergeup.py:77 #, fuzzy msgid "Output directory: {}" msgstr "Carpeta de salida: {}" -#: inary/cli/emerge.py:72 inary/cli/emergeup.py:77 +#: inary/cli/emerge.py:74 inary/cli/emergeup.py:79 msgid "Outputting binary packages in the package cache." msgstr "Guardando paquetes binarios en el cache de paquetes." -#: inary/cli/emergeup.py:27 +#: inary/cli/emergeup.py:29 #, fuzzy msgid "" "Build and upgrade INARY source packages from repository\n" @@ -1518,12 +1573,12 @@ msgstr "" "También puede indicar el nombre de un componente.\n" # no idea, i should know the context :( -#: inary/cli/emergeup.py:45 +#: inary/cli/emergeup.py:47 #, fuzzy msgid "emergeup options" msgstr "Opciones emerge" -#: inary/cli/enablerepo.py:22 +#: inary/cli/enablerepo.py:24 msgid "" "Enable repository\n" "\n" @@ -1572,7 +1627,7 @@ msgstr "Carpeta destino para paquetes descargados" msgid "Download with runtime dependencies." msgstr "Ignorando dependencias build" -#: inary/cli/graph.py:26 +#: inary/cli/graph.py:28 msgid "" "Graph package relations\n" "\n" @@ -1592,45 +1647,45 @@ msgstr "" "muestra las relaciones entre los paquetes del repositorio, y genera\n" "el resultado en formato graphviz a un archivo 'pgraph.dot'.\n" -#: inary/cli/graph.py:41 +#: inary/cli/graph.py:43 msgid "graph options" msgstr "opciones del gráfico" -#: inary/cli/graph.py:45 +#: inary/cli/graph.py:47 msgid "Specify a particular repository" msgstr "Especificar un repositorio determinado" -#: inary/cli/graph.py:48 +#: inary/cli/graph.py:50 msgid "Graph of installed packages" msgstr "Gráfico de paquetes instalados" -#: inary/cli/graph.py:51 +#: inary/cli/graph.py:53 msgid "Do not show installed packages" msgstr "No mostrar paquetes instalados" # "Reverse" ne demek ? is this = undo ? -#: inary/cli/graph.py:54 +#: inary/cli/graph.py:56 msgid "Draw reverse dependency graph" msgstr "Dibujar gráfico de dependencias reversas" -#: inary/cli/graph.py:57 +#: inary/cli/graph.py:59 msgid "Dot output file" msgstr "Archivo salida Dot" -#: inary/cli/graph.py:71 +#: inary/cli/graph.py:73 #, fuzzy msgid "Plotting packages in repository {}" msgstr "graficando paquetes de repositorio {}" -#: inary/cli/graph.py:74 +#: inary/cli/graph.py:76 msgid "Plotting a graph of relations among all repository packages" msgstr "graficando las relaciones entre todos los paquetes en repositorio" -#: inary/cli/graph.py:88 +#: inary/cli/graph.py:90 msgid "Plotting a graph of relations among all installed packages" msgstr "graficando las relaciones entre todos los paquetes instalados" -#: inary/cli/help.py:22 +#: inary/cli/help.py:24 msgid "" "Prints help for given commands\n" "\n" @@ -1644,7 +1699,7 @@ msgstr "" "\n" "Si se ejecuta sin parámetro se imprime la ayuda general." -#: inary/cli/help.py:47 +#: inary/cli/help.py:49 msgid "" "%prog [options] [arguments]\n" "\n" @@ -1656,7 +1711,7 @@ msgstr "" "donde es uno de:\n" "\n" -#: inary/cli/help.py:53 +#: inary/cli/help.py:55 msgid "" "\n" "Use \"%prog help \" for help on a specific command.\n" @@ -1664,36 +1719,36 @@ msgstr "" "\n" "Use \"%prog help \" para ayuda de un comando específico.\n" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "emerge" msgstr "emerge" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "install" msgstr "instalar" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "remove" msgstr "eliminar" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "repository update" msgstr "Actualización de repositorio" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "snapshot" msgstr "instantánea" # favor verificar -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "takeback" msgstr "retroceder" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "upgrade" msgstr "actualizar" -#: inary/cli/history.py:31 +#: inary/cli/history.py:33 msgid "" "History of inary operations\n" "\n" @@ -1707,54 +1762,54 @@ msgstr "" "\n" "Lista operaciones previas." -#: inary/cli/history.py:45 +#: inary/cli/history.py:47 msgid "history options" msgstr "opciones de historial" -#: inary/cli/history.py:51 +#: inary/cli/history.py:53 msgid "Output only the last n operations" msgstr "Mostrar solamente las ultimas n operaciones" -#: inary/cli/history.py:53 +#: inary/cli/history.py:55 msgid "Take snapshot of the current system" msgstr "Generar instantánea del sistema actual" # favor revisar, tal vez hay que explicar más -#: inary/cli/history.py:55 +#: inary/cli/history.py:57 msgid "Takeback to the state after the given operation finished" msgstr "Retroceder al estado, luego de terminar la operación" -#: inary/cli/history.py:65 -#, fuzzy, python-brace-format -msgid "Operation #{0}: {1}" -msgstr "Operación #{0}: {1}" +#: inary/cli/history.py:68 +#, fuzzy +msgid "Operation " +msgstr "opciones" -#: inary/cli/history.py:66 -#, python-brace-format -msgid "Date: {0.date} {0.time}" -msgstr "Fecha: {0.date} {0.time}" +#: inary/cli/history.py:72 +#, fuzzy +msgid "Date: " +msgstr "Fecha: {} {}" -#: inary/cli/history.py:70 -#, python-format -msgid " * There are %d packages in this snapshot." +#: inary/cli/history.py:78 +#, fuzzy +msgid " * There are {} packages in this snapshot." msgstr " * Hay %d paquetes en esta instantánea." -#: inary/cli/inarycli.py:89 +#: inary/cli/inarycli.py:93 msgid "Options must precede non-option arguments" msgstr "Se debe indicar opciones delante de otros argumentos" -#: inary/cli/inarycli.py:131 +#: inary/cli/inarycli.py:135 msgid "No command given" msgstr "No se dio ningún comando" # is my idea of "parsing" in spanish correct - or acceptable ? -#: inary/cli/inarycli.py:134 +#: inary/cli/inarycli.py:138 msgid "Command line parsing error" msgstr "Error de sintaxis de comando" # favor revisar, salté algunos pasajes # verificar: tags -#: inary/cli/index.py:24 +#: inary/cli/index.py:26 msgid "" "Index INARY files in a given directory\n" "\n" @@ -1780,31 +1835,31 @@ msgstr "" "Si se indica varios directorios a la vez, el comando funciona, pero \n" "el resultado se guardará en un solo archivo de index.\n" -#: inary/cli/index.py:48 +#: inary/cli/index.py:50 msgid "index options" msgstr "opciones de indexar" -#: inary/cli/index.py:53 +#: inary/cli/index.py:55 msgid "Store absolute links for indexed files." msgstr "Guardar rutas absolutas para los archivos indexados." -#: inary/cli/index.py:58 +#: inary/cli/index.py:60 msgid "Index output file" msgstr "Archivo index de salida" -#: inary/cli/index.py:63 +#: inary/cli/index.py:65 msgid "Comma-separated compression types for index file" msgstr "Tipos de compresión separado por coma para archivo index" -#: inary/cli/index.py:69 +#: inary/cli/index.py:71 msgid "Do not index INARY spec files." msgstr "No indexar archivos tipo spec de INARY" -#: inary/cli/index.py:74 +#: inary/cli/index.py:76 msgid "Do not sign index." msgstr "No firmar index." -#: inary/cli/info.py:26 +#: inary/cli/info.py:28 msgid "" "Display package information\n" "\n" @@ -1818,81 +1873,81 @@ msgstr "" "\n" " puede ser nombre de paquete o de un archivo .inary,\n" -#: inary/cli/info.py:44 +#: inary/cli/info.py:46 msgid "info options" msgstr "opciones de info" -#: inary/cli/info.py:51 +#: inary/cli/info.py:53 msgid "Show a list of package files." msgstr "Mostrar lista de archivos de paquetes" -#: inary/cli/info.py:53 +#: inary/cli/info.py:55 msgid "Info about the given component" msgstr "Infos acerca del componente" -#: inary/cli/info.py:56 +#: inary/cli/info.py:58 msgid "Show only paths." msgstr "Mostrar solamente rutas" -#: inary/cli/info.py:58 +#: inary/cli/info.py:60 msgid "Do not show details" msgstr "No mostrar detalles" -#: inary/cli/info.py:60 +#: inary/cli/info.py:62 msgid "Output in xml format" msgstr "Salida en formato xml" # "Reverse" ne demek ? is this = undo ? -#: inary/cli/info.py:128 +#: inary/cli/info.py:130 msgid "Reverse Dependencies:" msgstr "Dependencias reversas:" -#: inary/cli/info.py:139 +#: inary/cli/info.py:141 msgid "Reverse Build Dependencies:" msgstr "Dependencias reversas de build:" -#: inary/cli/info.py:144 +#: inary/cli/info.py:146 #, fuzzy msgid "Package file: {}" msgstr "Archivo de paquete: {}" -#: inary/cli/info.py:159 +#: inary/cli/info.py:161 msgid "[inst] " msgstr "[inst] " -#: inary/cli/info.py:161 +#: inary/cli/info.py:163 msgid "Installed package:" msgstr "Paquete instalado:" -#: inary/cli/info.py:165 +#: inary/cli/info.py:167 #, fuzzy msgid "{} package is not installed" msgstr "Paquete {} no está instalado" -#: inary/cli/info.py:171 +#: inary/cli/info.py:173 msgid "[binary] " msgstr "[binario] " -#: inary/cli/info.py:173 inary/cli/info.py:185 +#: inary/cli/info.py:175 inary/cli/info.py:187 #, fuzzy msgid "Package found in {} repository:" msgstr "Paquete encontrado en {} repositorio:" -#: inary/cli/info.py:176 +#: inary/cli/info.py:178 #, fuzzy msgid "{} package is not found in binary repositories" msgstr "Paquete {} no encontrado en repositorios de binarios" -#: inary/cli/info.py:183 +#: inary/cli/info.py:185 msgid "[source] " msgstr "[fuentes] " -#: inary/cli/info.py:188 +#: inary/cli/info.py:190 #, fuzzy msgid "{} package is not found in source repositories" msgstr "Paquete {} no encontrado en repositorios de códigos fuentes" -#: inary/cli/install.py:25 +#: inary/cli/install.py:27 msgid "" "Install INARY packages\n" "\n" @@ -1914,51 +1969,51 @@ msgstr "" "También puede indicar componentes en lugar de nombre de paquetes, lo que\n" "se expanden automáticamente a nombres de paquetes.\n" -#: inary/cli/install.py:43 +#: inary/cli/install.py:45 msgid "install options" msgstr "Opciones de instalación" -#: inary/cli/install.py:48 +#: inary/cli/install.py:50 msgid "Reinstall already installed packages" msgstr "Reinstalar paquetes ya instalados" -#: inary/cli/install.py:50 +#: inary/cli/install.py:52 msgid "Skip distribution release and architecture check" msgstr "Saltar comprobación de architectura y versión" # check here: should be the idea be here - "dependent" (instead of # "recursive")? -#: inary/cli/install.py:56 +#: inary/cli/install.py:58 msgid "Install component's and recursive components' packages" msgstr "Instalar paquetes de componente y de componentes relacionados" -#: inary/cli/install.py:58 +#: inary/cli/install.py:60 msgid "Name of the component's repository" msgstr "Nombre del repositorio del componente" -#: inary/cli/install.py:60 inary/cli/upgrade.py:66 +#: inary/cli/install.py:62 inary/cli/upgrade.py:68 msgid "Fetch upgrades but do not install." msgstr "Descargar actualizaciones pero no instalar." -#: inary/cli/install.py:62 +#: inary/cli/install.py:64 msgid "When installing packages, ignore packages and components whose basenames match pattern." msgstr "Ignorar paquetes y componentes para la instalación, cuyos nombres base coinciden con el patrón." # no estoy seguro si capté la idea - i am not sure if i got the idea right -#: inary/cli/install.py:65 +#: inary/cli/install.py:67 msgid "When installing packages, ignore packages and components whose basenames match any pattern contained in file." msgstr "Ignorar paquetes y componentes para la instalación, cuyo nombre base coinciden con cualquiera de los patrones guardados en el archivo." -#: inary/cli/install.py:69 +#: inary/cli/install.py:71 msgid "Store previous libraries info when package is updating to newer version." msgstr "" -#: inary/cli/install.py:94 +#: inary/cli/install.py:96 #, fuzzy msgid "There is no component named {}" msgstr "No existe componente de nombre {}" -#: inary/cli/listavailable.py:27 +#: inary/cli/listavailable.py:29 msgid "" "List available packages in the repositories\n" "\n" @@ -1976,37 +2031,37 @@ msgstr "" "especificados. Si no se especifica el repositorio, se genera una lista\n" "de los paquetes de todos los repositorios.\n" -#: inary/cli/listavailable.py:45 +#: inary/cli/listavailable.py:47 msgid "list-available options" msgstr "opciones list-available" -#: inary/cli/listavailable.py:47 inary/cli/listcomponents.py:41 -#: inary/cli/listinstalled.py:47 inary/cli/listsources.py:40 -#: inary/cli/listupgrades.py:43 inary/cli/searchfile.py:40 +#: inary/cli/listavailable.py:49 inary/cli/listcomponents.py:43 +#: inary/cli/listinstalled.py:49 inary/cli/listsources.py:42 +#: inary/cli/listupgrades.py:45 inary/cli/searchfile.py:41 msgid "Show in long format" msgstr "Mostrar formato largo" # o traducir "con" ? -#: inary/cli/listavailable.py:49 +#: inary/cli/listavailable.py:51 msgid "List available packages under given component" msgstr "Listar paquetes disponibles de un componente dado" -#: inary/cli/listavailable.py:51 +#: inary/cli/listavailable.py:53 msgid "Show uninstalled packages only" msgstr "Solo muestra paquetes desinstalados" -#: inary/cli/listavailable.py:59 +#: inary/cli/listavailable.py:61 msgid "Installed packages are shown in this color" msgstr "Paquetes instalados se muestran en este color" -#: inary/cli/listavailable.py:67 +#: inary/cli/listavailable.py:69 #, fuzzy msgid "" "\n" " Repository : {}\n" msgstr "Repositorio : {}\n" -#: inary/cli/listcomponents.py:24 +#: inary/cli/listcomponents.py:26 msgid "" "List available components\n" "\n" @@ -2022,15 +2077,15 @@ msgstr "" "Da una lista breve de componentes INARY publicados en los\n" " repositorios.\n" -#: inary/cli/listcomponents.py:39 +#: inary/cli/listcomponents.py:41 msgid "list-components options" msgstr "opciones list-components" -#: inary/cli/listcomponents.py:43 inary/cli/search.py:46 +#: inary/cli/listcomponents.py:45 inary/cli/search.py:48 msgid "Name of the source or package repository" msgstr "Nombre del repositorio de fuentes o paquetes" -#: inary/cli/listinstalled.py:25 +#: inary/cli/listinstalled.py:27 msgid "" "Print the list of all installed packages\n" "\n" @@ -2040,29 +2095,29 @@ msgstr "" "\n" "Uso: list-installed\n" -#: inary/cli/listinstalled.py:39 +#: inary/cli/listinstalled.py:41 msgid "list-installed options" msgstr "opciones de list-installed" -#: inary/cli/listinstalled.py:44 +#: inary/cli/listinstalled.py:46 msgid "Only list the installed packages built by the given host" msgstr "Solamente listar paquetes creados en el host indicado" -#: inary/cli/listinstalled.py:49 +#: inary/cli/listinstalled.py:51 msgid "List installed packages under given component" msgstr "Listar paquetes instalados de componente " -#: inary/cli/listinstalled.py:51 inary/cli/listupgrades.py:47 +#: inary/cli/listinstalled.py:53 inary/cli/listupgrades.py:49 msgid "Show detailed install info" msgstr "Mostrar detalles de instalación" # I suppose here the position is important too ! Should be the same ok as in # english -#: inary/cli/listinstalled.py:77 inary/cli/listupgrades.py:72 +#: inary/cli/listinstalled.py:79 inary/cli/listupgrades.py:74 msgid "Package Name |St| Version| Rel.| Distro| Date" msgstr "Nombre de Paquete |St| Versión| Rel.| Distro| Fecha" -#: inary/cli/listnewest.py:25 +#: inary/cli/listnewest.py:27 msgid "" "List newest packages in the repositories\n" "\n" @@ -2080,30 +2135,30 @@ msgstr "" "especificados. Si no se indica un repositorio, se mostrará una lista de \n" "los paquetes nuevos de todos los repositorios.\n" -#: inary/cli/listnewest.py:43 +#: inary/cli/listnewest.py:45 msgid "list-newest options" msgstr "opciones de list-newest" -#: inary/cli/listnewest.py:45 +#: inary/cli/listnewest.py:47 msgid "List new packages added to repository after this given date formatted as yyyy-mm-dd" msgstr "Listar paquetes nuevos en el repositorio, desde la fecha indicada, en formato yyyy-mm-dd" # favor verificar, posiblemente se puede decir mejor -#: inary/cli/listnewest.py:47 +#: inary/cli/listnewest.py:49 msgid "List new packages added to repository after last nth previous repository update" msgstr "Listar paquetes nuevos en el repositorio luego de la ultima nta actualización del repositorio" -#: inary/cli/listnewest.py:75 +#: inary/cli/listnewest.py:77 #, fuzzy, python-brace-format msgid "Packages added to {0} since {1}:\n" msgstr "Paquetes agregados a {0} desde {1}:\n" -#: inary/cli/listnewest.py:77 +#: inary/cli/listnewest.py:79 #, fuzzy msgid "Packages added to {}:" msgstr "Paquetes agregados a {}" -#: inary/cli/listorphaned.py:25 +#: inary/cli/listorphaned.py:27 msgid "" "List orphaned packages\n" "\n" @@ -2112,32 +2167,32 @@ msgid "" "Lists packages installed as dependency, but no longer needed by any other installed package.\n" msgstr "" -#: inary/cli/listorphaned.py:40 +#: inary/cli/listorphaned.py:42 #, fuzzy msgid "list-orphaned options" msgstr "opciones list-sources" -#: inary/cli/listorphaned.py:42 +#: inary/cli/listorphaned.py:44 #, fuzzy msgid "Show all packages without reverse dependencies" msgstr "Hay paquetes adicionales por motivo de dependencias." -#: inary/cli/listorphaned.py:44 +#: inary/cli/listorphaned.py:46 #, fuzzy msgid "Ignore packages and components whose basenames match pattern." msgstr "Ignorar paquetes y componentes para la actualización, cuyo nombre base coincide con el patrón." -#: inary/cli/listorphaned.py:56 +#: inary/cli/listorphaned.py:58 #, fuzzy msgid "Orphaned packages:" msgstr "Gráfico de paquetes instalados" -#: inary/cli/listorphaned.py:58 +#: inary/cli/listorphaned.py:60 #, fuzzy msgid "No orphaned packages" msgstr "No mostrar paquetes instalados" -#: inary/cli/listpending.py:23 +#: inary/cli/listpending.py:25 msgid "" "List pending packages\n" "\n" @@ -2148,10 +2203,14 @@ msgstr "" "Lista paquetes en espera de configuración.\n" #: inary/cli/listpending.py:41 +msgid "Listing pending orders:" +msgstr "" + +#: inary/cli/listpending.py:43 msgid "There are no packages waiting to be configured" msgstr "No hay paquetes pendientes para configurar" -#: inary/cli/listrepo.py:23 +#: inary/cli/listrepo.py:25 msgid "" "List repositories\n" "\n" @@ -2165,20 +2224,20 @@ msgstr "" "\n" "Lista los repositorios configurados actualmente.\n" -#: inary/cli/listrepo.py:40 inary/cli/listrepo.py:41 +#: inary/cli/listrepo.py:42 inary/cli/listrepo.py:43 msgid "active" msgstr "activo" -#: inary/cli/listrepo.py:40 +#: inary/cli/listrepo.py:42 msgid "inactive" msgstr "deshabilitado" -#: inary/cli/listrepo.py:42 inary/cli/listrepo.py:44 +#: inary/cli/listrepo.py:44 inary/cli/listrepo.py:46 #, python-brace-format msgid "{0} [{1}]" msgstr "{0} [{1}]" -#: inary/cli/listsources.py:24 +#: inary/cli/listsources.py:26 msgid "" "List available sources\n" "\n" @@ -2192,11 +2251,11 @@ msgstr "" "\n" "Da una breve lista de fuentes publicados en los repositorios.\n" -#: inary/cli/listsources.py:38 +#: inary/cli/listsources.py:40 msgid "list-sources options" msgstr "opciones list-sources" -#: inary/cli/listupgrades.py:26 +#: inary/cli/listupgrades.py:28 msgid "" "List packages to be upgraded\n" "\n" @@ -2210,19 +2269,19 @@ msgstr "" "\n" "Lista los paquetes que se actualizarán.\n" -#: inary/cli/listupgrades.py:41 +#: inary/cli/listupgrades.py:43 msgid "list-upgrades options" msgstr "opciones list-upgrades" -#: inary/cli/listupgrades.py:45 +#: inary/cli/listupgrades.py:47 msgid "List upgradable packages under given component" msgstr "Lista de paquetes actualizables de un componente dado" -#: inary/cli/listupgrades.py:63 inary/operations/upgrade.py:159 +#: inary/cli/listupgrades.py:65 inary/operations/upgrade.py:161 msgid "No packages to upgrade." msgstr "No hay paquetes para actualizar" -#: inary/cli/rebuilddb.py:24 +#: inary/cli/rebuilddb.py:26 msgid "" "Rebuild Databases\n" "\n" @@ -2242,19 +2301,19 @@ msgstr "" "Si se especifica paquetes, debería ser usando los nombres de los directorios en\n" "/var/lib/inary\n" -#: inary/cli/rebuilddb.py:41 +#: inary/cli/rebuilddb.py:43 msgid "rebuild-db options" msgstr "opciones rebuild-db" -#: inary/cli/rebuilddb.py:44 +#: inary/cli/rebuilddb.py:46 msgid "Rebuild files database" msgstr "Regenerar base de datos de archivos" -#: inary/cli/rebuilddb.py:50 +#: inary/cli/rebuilddb.py:52 msgid "Rebuild INARY databases?" msgstr "Regenerar base de datos INARY ?" -#: inary/cli/remove.py:25 +#: inary/cli/remove.py:27 msgid "" "Remove INARY packages\n" "\n" @@ -2274,19 +2333,19 @@ msgstr "" "Puede especificar también componentes, en vez de nombres de paquetes, que se\n" "expandirán a nombres de los paquetes respectivos.\n" -#: inary/cli/remove.py:42 +#: inary/cli/remove.py:44 msgid "remove options" msgstr "opciones de remover" -#: inary/cli/remove.py:45 +#: inary/cli/remove.py:47 msgid "Removes everything including changed config files of the package" msgstr "Remueve todo, incluyendo archivos de configuración modificados del paquete" -#: inary/cli/remove.py:47 +#: inary/cli/remove.py:49 msgid "Remove component's and recursive components' packages" msgstr "Remover paquetes del componente y de componentes relacionados" -#: inary/cli/removeorphaned.py:25 +#: inary/cli/removeorphaned.py:27 #, fuzzy msgid "" "Remove orphaned packages\n" @@ -2301,17 +2360,17 @@ msgstr "" "\n" "Remueve toda información del repositorio del sistema.\n" -#: inary/cli/removeorphaned.py:39 +#: inary/cli/removeorphaned.py:41 #, fuzzy msgid "remove-orphaned options" msgstr "opciones de remover" -#: inary/cli/removeorphaned.py:43 +#: inary/cli/removeorphaned.py:45 #, fuzzy msgid "When removing orphaned, ignore packages and components whose basenames match pattern." msgstr "Ignorar paquetes y componentes para la actualización, cuyo nombre base coincide con el patrón." -#: inary/cli/removerepo.py:21 +#: inary/cli/removerepo.py:23 msgid "" "Remove repositories\n" "\n" @@ -2325,7 +2384,7 @@ msgstr "" "\n" "Remueve toda información del repositorio del sistema.\n" -#: inary/cli/search.py:25 +#: inary/cli/search.py:27 msgid "" "Search packages\n" "\n" @@ -2346,40 +2405,40 @@ msgstr "" "Por defecto la búsqueda se realiza en la base de datos de los paquetes. Use\n" "las opciones para buscar en la base de datos de instalación, o de fuentes.\n" -#: inary/cli/search.py:42 +#: inary/cli/search.py:44 msgid "search options" msgstr "opciones de búsqueda" # i suppose "language" refers to human language, not programming language -#: inary/cli/search.py:44 +#: inary/cli/search.py:46 msgid "Summary and description language" msgstr "Resumen e idioma de descripción" -#: inary/cli/search.py:48 +#: inary/cli/search.py:50 msgid "Search in installdb" msgstr "Buscar en installdb" -#: inary/cli/search.py:50 +#: inary/cli/search.py:52 msgid "Search in sourcedb" msgstr "Buscar en sourcedb" -#: inary/cli/search.py:52 +#: inary/cli/search.py:54 msgid "Case sensitive search" msgstr "" -#: inary/cli/search.py:54 +#: inary/cli/search.py:56 msgid "Search in the package name" msgstr "Buscar en nombre de paquetes" -#: inary/cli/search.py:56 +#: inary/cli/search.py:58 msgid "Search in the package summary" msgstr "Buscar en el resumen de los paquetes" -#: inary/cli/search.py:58 +#: inary/cli/search.py:60 msgid "Search in the package description" msgstr "Buscar en descripción de los paquetes" -#: inary/cli/searchfile.py:25 +#: inary/cli/searchfile.py:26 msgid "" "Search for a file\n" "\n" @@ -2393,31 +2452,31 @@ msgstr "" "\n" "Busca el paquete instalado, que contiene el archivo especificado.\n" -#: inary/cli/searchfile.py:38 +#: inary/cli/searchfile.py:39 msgid "search-file options" msgstr "opciones search-file" -#: inary/cli/searchfile.py:42 +#: inary/cli/searchfile.py:43 msgid "Show only package name" msgstr "Mostrar solamente nombre de paquete" -#: inary/cli/searchfile.py:49 +#: inary/cli/searchfile.py:50 #, fuzzy msgid "Path '{}' does not belong to an installed package" msgstr "Ruta {} no pertenece a un paquete instalado" # i put in spanish "contains" instead of "has", ok ? -#: inary/cli/searchfile.py:53 +#: inary/cli/searchfile.py:54 #, fuzzy, python-brace-format msgid "Package {0} has file /{1}" msgstr "Paquete {0} contiene archivo /{1}" -#: inary/cli/searchfile.py:66 +#: inary/cli/searchfile.py:67 #, fuzzy msgid "Searching for {}" msgstr "Buscando {}" -#: inary/cli/updaterepo.py:25 +#: inary/cli/updaterepo.py:27 msgid "" "Update repository databases\n" "\n" @@ -2437,15 +2496,15 @@ msgstr "" "Sincroniza las bases de datos INARY con los repositorios.\n" "Si no se especifica un repositorio, se actualizarán todos los repositorios.\n" -#: inary/cli/updaterepo.py:42 +#: inary/cli/updaterepo.py:44 msgid "update-repo options" msgstr "opciones update-repo" -#: inary/cli/updaterepo.py:46 +#: inary/cli/updaterepo.py:48 msgid "Update database in any case" msgstr "Actualizar la base de datos de todas formas" -#: inary/cli/upgrade.py:26 +#: inary/cli/upgrade.py:28 msgid "" "Upgrade INARY packages\n" "\n" @@ -2481,247 +2540,243 @@ msgstr "" "También puede especificar componentes en lugar de nombres de paquetes, que \n" "se expanderán a nombres de paquetes.\n" -#: inary/cli/upgrade.py:50 +#: inary/cli/upgrade.py:52 msgid "upgrade options" msgstr "opciones de actualización" -#: inary/cli/upgrade.py:54 +#: inary/cli/upgrade.py:56 msgid "Security related package upgrades only" msgstr "Solamente actualizaciones de seguridad" -#: inary/cli/upgrade.py:56 +#: inary/cli/upgrade.py:58 msgid "Do not update repositories" msgstr "No actualizar repositorios" -#: inary/cli/upgrade.py:62 +#: inary/cli/upgrade.py:64 msgid "Upgrade component's and recursive components' packages" msgstr "Actualizar componentes y recursivamente paquetes del componente" -#: inary/cli/upgrade.py:64 +#: inary/cli/upgrade.py:66 msgid "Name of the to be upgraded packages' repository" msgstr "Nombre del repositorio de paquetes a actualizar" -#: inary/cli/upgrade.py:68 +#: inary/cli/upgrade.py:70 msgid "When upgrading system, ignore packages and components whose basenames match pattern." msgstr "Ignorar paquetes y componentes para la actualización, cuyo nombre base coincide con el patrón." # translated as if "..whose basenames contain the pattern string" -#: inary/cli/upgrade.py:71 +#: inary/cli/upgrade.py:73 msgid "When upgrading system, ignore packages and components whose basenames match any pattern contained in file." msgstr "Ignorar paquetes y componentes para la actualización, cuyo nombre base contiene el patrón." -#: inary/cli/upgrade.py:75 +#: inary/cli/upgrade.py:77 #, fuzzy msgid "compare sha1sum repo and installed packages" msgstr "Reinstalar paquetes ya instalados" -#: inary/cli/upgrade.py:87 +#: inary/cli/upgrade.py:89 msgid "Updating repositories" msgstr "Actualizando repositorios" -#: inary/cli/upgrade.py:91 +#: inary/cli/upgrade.py:93 msgid "Will not update repositories" msgstr "No se actualizarán los repositorios" -#: inary/config.py:83 +#: inary/config.py:87 #, fuzzy msgid "Destination directory {} does not exist. Creating it." msgstr "Carpeta destino {} no existe. Creando ahora." -#: inary/configfile.py:130 +#: inary/configfile.py:132 #, fuzzy msgid "No section by name '{}'" msgstr "No hay sección con nombre {}" # rebind en español ?? -#: inary/constants.py:30 +#: inary/constants.py:41 #, fuzzy msgid "Can't rebind constant: {}" msgstr "No posible rebind constant: {}" -#: inary/constants.py:36 +#: inary/constants.py:47 #, fuzzy msgid "Can't unbind constant: {}" msgstr "No posible unbind constant: {}" -#: inary/data/history.py:45 +#: inary/data/history.py:47 #, fuzzy, python-brace-format msgid "{0} repository is updated." msgstr "Repositorio {0} está actualizado." -#: inary/data/history.py:65 +#: inary/data/history.py:67 #, fuzzy, python-brace-format msgid "{0} is upgraded from {1} to {2} with delta." msgstr "{0} se está actualizando de {1} a {2} con delta." -#: inary/data/history.py:67 +#: inary/data/history.py:69 #, fuzzy, python-brace-format msgid "{0} is upgraded from {1} to {2}." msgstr "{0} está actualizado de {1} a {2}." -#: inary/data/history.py:69 +#: inary/data/history.py:71 #, fuzzy, python-brace-format msgid "{0} {1} is removed." msgstr "{0} {1} fue eliminado." -#: inary/data/history.py:71 +#: inary/data/history.py:73 #, fuzzy, python-brace-format msgid "{0} {1} is installed." msgstr "{0} {1} está instalado." -#: inary/data/history.py:73 +#: inary/data/history.py:75 #, fuzzy, python-brace-format msgid "{0} {1} is reinstalled." msgstr "{0} {1} fue reinstalado." -#: inary/data/history.py:75 +#: inary/data/history.py:77 #, fuzzy, python-brace-format msgid "{0} is downgraded from {1} to {2}." msgstr "{0} fue revertido de {1} a {2}." -#: inary/data/history.py:100 inary/data/history.py:122 +#: inary/data/history.py:102 inary/data/history.py:124 msgid "Unknown package operation" msgstr "Operación desconocida de paquete" -#: inary/data/index.py:95 +#: inary/data/index.py:96 #, fuzzy msgid "Sorting: {}" msgstr "Creando {}..." -#: inary/data/index.py:178 +#: inary/data/index.py:179 #, fuzzy msgid "Adding packages from directory {}... " msgstr "Agregando paquete a index: {}" -#: inary/data/index.py:187 +#: inary/data/index.py:188 #, fuzzy msgid "Adding packages from directory {}... done." msgstr "Agregando paquete a index: {}" -#: inary/data/index.py:198 +#: inary/data/index.py:199 #, fuzzy msgid "Adding package to index: {}" msgstr "Agregando paquete a index: {}" -#: inary/data/index.py:213 +#: inary/data/index.py:214 #, fuzzy msgid "Package {}: metadata corrupt, skipping..." msgstr "Metadata de paquete {}: corrupto, omitiendo..." # here "source" means - like source code ? (not "base".. ) -#: inary/data/index.py:258 +#: inary/data/index.py:259 #, fuzzy msgid "Adding groups.xml to index" msgstr "Agregando {} a index de fuentes" -#: inary/data/index.py:264 +#: inary/data/index.py:265 #, fuzzy msgid "Adding components.xml to index" msgstr "Agregando paquete a index: {}" # here "source" means - like source code ? (not "base".. ) -#: inary/data/index.py:274 +#: inary/data/index.py:275 #, fuzzy msgid "Adding distribution.xml to index" msgstr "Agregando {} a index de fuentes" -#: inary/data/index.py:295 +#: inary/data/index.py:296 #, fuzzy msgid "Adding source to index: {}" msgstr "Agregando paquete a index: {}" -#: inary/data/index.py:314 +#: inary/data/index.py:315 #, fuzzy msgid "Building index of Inary files under {}" msgstr "* Generando índice de archivos de INARY en {}" -#: inary/data/index.py:319 +#: inary/data/index.py:320 #, fuzzy msgid "Index file written" msgstr "* Archivo de índice grabado" -#: inary/data/metadata.py:73 +#: inary/data/metadata.py:75 #, fuzzy, python-brace-format msgid "Distribution: {0}, Dist. Release: {1}\n" msgstr "Distribución: {0}, Dist. Release: {1}\n" -#: inary/data/metadata.py:75 +#: inary/data/metadata.py:77 #, fuzzy, python-brace-format msgid "Architecture: {0}, Installed Size: {1}" msgstr "Arquitectura: {0}, Tamaño Instalado: {1}" -#: inary/data/metadata.py:81 +#: inary/data/metadata.py:83 #, fuzzy msgid ", Package Size: {}" msgstr ", Tamaño del Paquete: {}" -#: inary/data/metadata.py:83 +#: inary/data/metadata.py:85 msgid ", install.tar.xz sha1sum: {}" msgstr ", install.tar.xz sha1sum: {}" -#: inary/data/pgraph.py:29 +#: inary/data/pgraph.py:31 #, fuzzy msgid "Encountered cycle {}" msgstr "Encontrado ciclo (cycle) {}" -#: inary/data/specfile.py:169 +#: inary/data/specfile.py:166 #, fuzzy, python-brace-format msgid "URI: {0}, type: {1}, sha1sum: {2}" msgstr "URI: {0}, tipo: {1}, sha1sum: {2}" -#: inary/data/specfile.py:198 inary/data/specfile.py:201 +#: inary/data/specfile.py:195 inary/data/specfile.py:198 msgid " or " msgstr " o " # satisfy - a traducir con "cumplir" ? como suena ? -#: inary/data/specfile.py:278 inary/operations/install.py:293 +#: inary/data/specfile.py:275 inary/operations/install.py:295 #, fuzzy, python-brace-format msgid "{0} dependency of package {1} is not satisfied" msgstr "Dependencia {0} de paquete {1} no está satisfecha" -#: inary/data/specfile.py:376 inary/data/specfile.py:487 +#: inary/data/specfile.py:373 inary/data/specfile.py:454 #, fuzzy msgid "Summary: {}\n" msgstr "Resumen: {}\n" -#: inary/data/specfile.py:377 inary/data/specfile.py:488 +#: inary/data/specfile.py:374 inary/data/specfile.py:455 #, fuzzy msgid "Description: {}\n" msgstr "Descripción: {}\n" -#: inary/data/specfile.py:378 inary/data/specfile.py:489 +#: inary/data/specfile.py:375 inary/data/specfile.py:456 #, fuzzy msgid "Licenses: {}\n" msgstr "Licencias: {}\n" -#: inary/data/specfile.py:379 inary/data/specfile.py:490 +#: inary/data/specfile.py:376 inary/data/specfile.py:457 #, fuzzy msgid "Component: {}\n" msgstr "Componente: {}\n" # o simplemente "contiene" ? -#: inary/data/specfile.py:380 +#: inary/data/specfile.py:377 msgid "Provides: " msgstr "Provee: " -#: inary/data/specfile.py:384 +#: inary/data/specfile.py:381 msgid "Dependencies: " msgstr "Dependencias: " -#: inary/data/specfile.py:437 inary/data/specfile.py:446 -msgid "translations.xml file is badly formed." +#: inary/data/specfile.py:433 +#, fuzzy +msgid "translations.xml {} file is badly formed." msgstr "Archivo translations.xml incorrecto." -#: inary/data/specfile.py:470 -#, fuzzy, python-brace-format -msgid "File '{0}' has invalid XML: {1}" -msgstr "Archivo {} contiene XML inválido" - -#: inary/data/specfile.py:491 +#: inary/data/specfile.py:458 msgid "Build Dependencies: " msgstr "Dependencias de Build: " -#: inary/db/componentdb.py:114 +#: inary/db/componentdb.py:104 #, fuzzy msgid "Component {} not found" msgstr "Componente {} no encontrado" @@ -2733,30 +2788,35 @@ msgstr "Regenerar base de datos de archivos" #: inary/db/filesdb.py:48 #, fuzzy +msgid "-> Adding '{}' to db..." +msgstr "* Agregando {} a db... " + +#: inary/db/filesdb.py:49 +#, fuzzy msgid "" "\n" "Added files database..." msgstr "Regenerar base de datos de archivos" -#: inary/db/filesdb.py:70 +#: inary/db/filesdb.py:84 #, fuzzy -msgid "-> Adding '{}' to db..." -msgstr "* Agregando {} a db... " +msgid "Removing files from database" +msgstr "Regenerar base de datos de archivos" -#: inary/db/groupdb.py:89 inary/db/groupdb.py:98 +#: inary/db/groupdb.py:77 inary/db/groupdb.py:86 #, fuzzy msgid "Group {} not found" msgstr "Grupo {} no encontrado" -#: inary/db/installdb.py:43 +#: inary/db/installdb.py:39 msgid "installed" msgstr "instalado" -#: inary/db/installdb.py:43 +#: inary/db/installdb.py:39 msgid "installed-pending" msgstr "installed-pending" -#: inary/db/installdb.py:60 +#: inary/db/installdb.py:56 #, fuzzy, python-brace-format msgid "" "State: {0}\n" @@ -2765,328 +2825,303 @@ msgstr "" "Estado: {0}\n" "Versión: {1}, Release: {2}\n" -#: inary/db/installdb.py:64 +#: inary/db/installdb.py:60 #, fuzzy, python-brace-format msgid "Distribution: {0}, Install Time: {1}\n" msgstr "Distribución: {0}, Tiempo de Instalación: {1}\n" -#: inary/db/installdb.py:111 inary/db/installdb.py:135 +#: inary/db/installdb.py:106 #, fuzzy msgid "Installation info for package '{}' is broken. Reinstall it to fix this problem." msgstr "Instalación del paquete {} está corrupta. Reinstale para solucionar el problema." -#: inary/db/installdb.py:431 +#: inary/db/installdb.py:385 #, fuzzy msgid "Package {} is not installed" msgstr "Paquete {} no está instalado" -#: inary/db/itembyrepo.py:40 +#: inary/db/itembyrepo.py:42 #, fuzzy msgid "{} not found in any repository." msgstr " {} no encontrado en los repositorios." -#: inary/db/itembyrepo.py:50 +#: inary/db/itembyrepo.py:52 #, fuzzy msgid "Repo item {} not found" msgstr "Item {} no encontrado en repositorio" -#: inary/db/itembyrepo.py:60 inary/db/itembyrepo.py:71 -#: inary/db/itembyrepo.py:81 +#: inary/db/itembyrepo.py:62 inary/db/itembyrepo.py:73 +#: inary/db/itembyrepo.py:83 #, fuzzy msgid "Repository {} does not exist." msgstr "Repositorio {} no existe." -#: inary/db/packagedb.py:210 inary/db/packagedb.py:220 +#: inary/db/packagedb.py:164 inary/db/packagedb.py:172 #, fuzzy msgid "Package {} not found." msgstr "Paquete {} no encontrado." -#: inary/db/repodb.py:254 +#: inary/db/repodb.py:198 #, fuzzy msgid "{} repository needs to be updated" msgstr "Repositorio {} requiere actualización" -#: inary/db/repodb.py:268 +#: inary/db/repodb.py:205 #, fuzzy msgid "" "Error parsing repository index information: {} \n" " Index file does not exist or is malformed." msgstr "Error al analizar la información del repositorio. Archivo index no existe o está con mal formato." -#: inary/db/repodb.py:397 +#: inary/db/repodb.py:313 #, fuzzy msgid "Repository '{}' is not compatible with your distribution. Repository is disabled." msgstr "Repositorio {} no es compatible con su distribución. Repositor deshabilitado." -#: inary/fetcher.py:151 -msgid "" -"Url Problem: \n" -" {}" +#: inary/fetcher.py:22 +msgid "Please install requests" msgstr "" -#: inary/fetcher.py:156 +#: inary/fetcher.py:154 msgid "" -"Reaised an HTTP Error: \n" +"Url Problem: \n" " {}" msgstr "" -#: inary/fetcher.py:161 +#: inary/fetcher.py:159 msgid "" "Can not avaible remote server: \n" " {}" msgstr "" -#: inary/fetcher.py:170 +#: inary/fetcher.py:169 msgid "Filename error" msgstr "Error de nombre de archivo" -#: inary/fetcher.py:173 -#, fuzzy -msgid "Access denied to write to destination directory: \"{}\"" +#: inary/fetcher.py:172 +#, fuzzy, python-format +msgid "Access denied to write to destination directory: \"%s\"" msgstr "Acceso denegado para escritura en carpeta de destino: \"{}\"" -#: inary/fetcher.py:176 -#, fuzzy -msgid "Access denied to destination file: \"{}\"" +#: inary/fetcher.py:175 +#, fuzzy, python-format +msgid "Access denied to destination file: \"%s\"" msgstr "Acceso denegado a archivo de destino: \"{}\"" -#: inary/fetcher.py:188 -msgid "Requested range not satisfiable, starting again." -msgstr "" - -#: inary/fetcher.py:196 -#, fuzzy, python-brace-format -msgid "" -"Could not fetch destination file: \"{0}\" \n" -"Raised Value error: \"{1}\"" +#: inary/fetcher.py:212 +#, fuzzy, python-format +msgid "Could not fetch destination file \"%s\":%s" msgstr "No posible descargar archivo de destino \"{0}\": {1}" -#: inary/fetcher.py:198 inary/fetcher.py:200 inary/fetcher.py:202 -#, fuzzy, python-brace-format -msgid "" -"Could not fetch destination file: \"{0}\"; \n" -"\"{1}\"" -msgstr "No posible descargar archivo de destino \"{0}\": {1}" +#: inary/fetcher.py:216 +msgid "Package manager not support downloding from ftp mirror" +msgstr "" -#: inary/fetcher.py:204 -#, fuzzy, python-brace-format -msgid "Could not fetch destination file: \"{0}\"; (\"{1}\"): \"{2}\"" -msgstr "No posible descargar archivo de destino \"{0}\"; \"{1}\": {2}" +#: inary/fetcher.py:219 +#, fuzzy +msgid "Copying local file {}" +msgstr "Eliminando paquete {}" -#: inary/fetcher.py:207 +#: inary/fetcher.py:224 #, fuzzy -msgid "A problem occurred. Please check the archive address and/or permissions again. {}" +msgid "A problem occurred. Please check the archive address and/or permissions again." msgstr "Ocurrió un problema. Favor verifique la ubicación y/o los permisos." -#: inary/fetcher.py:270 inary/fetcher.py:302 +#: inary/fetcher.py:257 #, fuzzy msgid "Proxy configuration has been found for '{}' protocol" msgstr "Configuración de proxy se detectó para protocolo {} " -#: inary/fetcher.py:309 +#: inary/fetcher.py:264 #, fuzzy msgid "Bandwidth usage is limited to {} KB/s" msgstr "Uso de ancho de banda está limitado a {} KB/s" -# favor verificar -#: inary/fetcher.py:321 -msgid "Remote file can not be reached. Previously downloaded part of the file will be removed." -msgstr "No posible adquirir archivo remoto. Se eliminará el archivo parcialmente descargado." - -# favor verificar -#: inary/fetcher.py:330 -msgid "Server doesn't support partial downloads. Previously downloaded part of the file will be over-written." -msgstr "Servidor no soporta descarga parciales. La parte del archivo descargado anteriormente será sobreescrito." - -#: inary/fetcher.py:400 inary/fetcher.py:421 inary/fetcher.py:434 -msgid "ftp error" -msgstr "" - -#: inary/fetcher.py:461 +#: inary/fetcher.py:287 #, fuzzy, python-brace-format msgid "{0} package found in {1} repository" msgstr "Paquete {0} encontrado en repositorio {1}" -#: inary/fetcher.py:465 +#: inary/fetcher.py:291 #, fuzzy msgid "{} package already fetched" msgstr "Paquete {} ya está descargado" -#: inary/file.py:35 +#: inary/file.py:38 #, fuzzy, python-brace-format msgid "URL {0} already downloaded as {1}" msgstr "URL {0} ya descargada como {1}" -#: inary/file.py:41 +#: inary/file.py:44 #, fuzzy msgid "No signature found for {}" msgstr "No firma encontrada para {}" -#: inary/file.py:49 +#: inary/file.py:52 #, fuzzy msgid " invalid for {}" msgstr " inválido para {}" -#: inary/file.py:71 +#: inary/file.py:74 msgid "uri must have type either URI or string" msgstr "uri debe ser de tipo URI o string" # reemplazar traer por - descargar ?? -#: inary/file.py:139 +#: inary/file.py:142 #, fuzzy msgid "Fetching {}" msgstr "Obteniendo {}" -#: inary/file.py:143 +#: inary/file.py:146 #, fuzzy msgid "Copying {} to transfer dir" msgstr "Copiando {} a carpeta de transferencia" -#: inary/file.py:148 +#: inary/file.py:151 #, fuzzy msgid "File '{}' not found." msgstr "Archivo {} no encontrado" -#: inary/file.py:169 +#: inary/file.py:172 #, fuzzy msgid "File integrity of {} compromised." msgstr "La integridad de {} acusa un problema." -#: inary/file.py:193 +#: inary/file.py:196 msgid "File mode must be either File.read or File.write" msgstr "Modo de archivo debe ser File.read o File.write" -#: inary/file.py:198 +#: inary/file.py:201 msgid "Remote write not implemented" msgstr "Escritura remota no implementado" -#: inary/file.py:251 inary/file.py:254 +#: inary/file.py:254 inary/file.py:257 #, fuzzy msgid "ERROR: gpg --detach-sig {} failed" msgstr "ERROR: gpg --detach-sig {} falló" # "mirrors" should be better (in spanish).. -#: inary/mirrors.py:46 +#: inary/mirrors.py:49 #, fuzzy msgid "Mirrors file {} does not exist. Could not resolve mirrors://" msgstr "Archivo {} no existe en mirror. No posible resolver mirrors://" # depende del contexto - verificar si se puede mejorar.. -#: inary/operations/build.py:114 +#: inary/operations/build.py:116 #, fuzzy msgid "Path {} belongs in multiple packages" msgstr "Ruta {} pertenece a múltiples paquetes" -#: inary/operations/build.py:143 +#: inary/operations/build.py:145 msgid "Removing special file skipped for: {}" msgstr "" -#: inary/operations/build.py:192 +#: inary/operations/build.py:194 #, fuzzy msgid "Source URI: {}" msgstr "URL Fuente: {}" -#: inary/operations/build.py:196 +#: inary/operations/build.py:198 #, fuzzy msgid "Source {} not found in any active repository." msgstr "Fuente {} no encontrada en repositorios activos." -#: inary/operations/build.py:321 +#: inary/operations/build.py:324 #, fuzzy msgid "pspec.xml avoids this package from building for '{}'" msgstr "pspec.xml impide build del paquete actual para {}" -#: inary/operations/build.py:324 +#: inary/operations/build.py:327 #, fuzzy msgid "Building source package: {}" msgstr "Generando paquete fuente: {}" -#: inary/operations/build.py:340 +#: inary/operations/build.py:343 msgid "ccache detected..." msgstr "ccache detectado..." -#: inary/operations/build.py:342 +#: inary/operations/build.py:345 msgid "IceCream detected. Make sure your daemon is up and running..." msgstr "IceCream detectado. Asegúrese que el demónio está activo y funcionando..." -#: inary/operations/build.py:376 +#: inary/operations/build.py:379 #, fuzzy msgid "Rebuilding for {}" msgstr "Reconstruyendo para {}" -#: inary/operations/build.py:502 +#: inary/operations/build.py:505 msgid "Cannot find component.xml in remote directory, Source is now part of unknown component" msgstr "No se encuentra component.xml en directorio remoto. La fuente es ahora parte de componente desconocido" -#: inary/operations/build.py:510 +#: inary/operations/build.py:513 msgid "Cannot find component.xml in upper directory, Source is now part of unknown component" msgstr "No se encontró component.xml en directorio superior. La fuente es ahora parte de componente desconocido" -#: inary/operations/build.py:524 +#: inary/operations/build.py:527 msgid "Unpacking archive(s)..." msgstr "Descompactando archivo(s)..." -#: inary/operations/build.py:532 +#: inary/operations/build.py:535 #, fuzzy msgid " unpacked ({})" msgstr " descompactado {}" -#: inary/operations/build.py:537 +#: inary/operations/build.py:540 msgid "Setting up source..." msgstr "Configurando fuente..." -#: inary/operations/build.py:542 +#: inary/operations/build.py:545 msgid "Building source..." msgstr "Generando fuente (build)..." -#: inary/operations/build.py:547 +#: inary/operations/build.py:550 msgid "Testing package..." msgstr "Verificando Paquete {}." -#: inary/operations/build.py:551 +#: inary/operations/build.py:554 msgid "Installing..." msgstr "Instalando..." -#: inary/operations/build.py:630 +#: inary/operations/build.py:633 #, fuzzy, python-brace-format msgid "Unable to read Actions Script ({0}): {1}" msgstr "No posible leer Script de Acciones {0}: {1}" -#: inary/operations/build.py:633 +#: inary/operations/build.py:636 #, fuzzy, python-brace-format msgid "SyntaxError in Actions Script ({0}): {1}" msgstr "Error de Sintaxis en Script de Acciones {0}: {1}" -#: inary/operations/build.py:661 +#: inary/operations/build.py:664 #, fuzzy, python-brace-format msgid "Unable to read SCOM script ({0}): {1}" msgstr "No posible leer Script de SCOM {0}: {1}" -#: inary/operations/build.py:664 +#: inary/operations/build.py:667 #, fuzzy, python-brace-format msgid "SyntaxError in SCOM file ({0}): {1}" msgstr "Error de Sintaxis en archivo SCOM {0}: {1}" -#: inary/operations/build.py:698 +#: inary/operations/build.py:701 #, fuzzy, python-brace-format msgid "Sandbox violation: {0} ({1} -> {2})" msgstr "Violación de caja de arena (Sandbox): {0} ({1} -> {2})" -#: inary/operations/build.py:714 inary/util.py:525 +#: inary/operations/build.py:717 inary/util/file_utils.py:277 #, fuzzy msgid "ERROR: WorkDir ({}) does not exist\n" msgstr "ERROR: Directorio de trabajo {} no existe\n" # favor revisar -#: inary/operations/build.py:724 +#: inary/operations/build.py:727 msgid "Sandbox enabled build..." msgstr "Build con Sandbox habilitado..." -#: inary/operations/build.py:748 +#: inary/operations/build.py:751 msgid "Sandbox violation result:" msgstr "Resultado de violación de Sandbox:" -#: inary/operations/build.py:753 +#: inary/operations/build.py:756 msgid "Sandbox violations!" msgstr "Violaciones de Sandbox!" @@ -3094,144 +3129,159 @@ msgstr "Violaciones de Sandbox!" # cosa ? # quizá quieren decir: no posible llamar/ejecutar rutina del achivo (script # batch) de acciones ?? -#: inary/operations/build.py:759 +#: inary/operations/build.py:762 #, fuzzy msgid "unable to call function from actions: {}" msgstr "no posible llamar función desde acciones: {}" -#: inary/operations/build.py:772 +#: inary/operations/build.py:775 #, python-brace-format msgid "Source package '{0}' defines a relative 'Path' element: {1}" msgstr "" -#: inary/operations/build.py:776 +#: inary/operations/build.py:779 #, python-brace-format msgid "Source package '{0}' defines multiple 'Path' tags for {1}" msgstr "" # did I get "safety switch" right (in this context)? -#: inary/operations/build.py:804 +#: inary/operations/build.py:807 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:" -#: inary/operations/build.py:809 +#: inary/operations/build.py:812 msgid "Safety switch: the component system.devel cannot be found" 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 -#: inary/operations/build.py:818 +#: inary/operations/build.py:821 msgid "Unsatisfied Build Dependencies:" msgstr "Dependencias Build no satisfechas:" -#: inary/operations/build.py:822 +#: inary/operations/build.py:825 msgid "Cannot build package due to unsatisfied build dependencies" msgstr "No es posible generar el paquete por dependencias build no satisfechas" -#: inary/operations/build.py:827 +#: inary/operations/build.py:830 #, fuzzy msgid "Build dependency {} cannot be satisfied" msgstr "Dependencia build {} no se puede satisfacer" -#: inary/operations/build.py:829 +#: inary/operations/build.py:832 msgid "Do you want to install the unsatisfied build dependencies" msgstr "Quiere instalar las dependencias build faltantes " -#: inary/operations/build.py:830 +#: inary/operations/build.py:833 msgid "Installing build dependencies." msgstr "Instalando dependencias build" -#: inary/operations/build.py:836 +#: inary/operations/build.py:839 msgid "Ignoring build dependencies." msgstr "Ignorando dependencias build" -#: inary/operations/build.py:846 +#: inary/operations/build.py:849 #, fuzzy msgid "Patch file is missing: {}\n" msgstr "Falta el archivo de parche: {}\n" -#: inary/operations/build.py:848 +#: inary/operations/build.py:851 #, fuzzy msgid "Patch file is empty: {}" msgstr "Archivo de parche está vacío: {}" -#: inary/operations/build.py:864 +#: inary/operations/build.py:867 #, fuzzy msgid "Applying patch: {}" msgstr "* Aplicando parche: {}" -#: inary/operations/build.py:985 +#: inary/operations/build.py:993 +#, fuzzy, python-format +msgid "No user named '%s' found on the system" +msgstr "Usuario {} no existe en el sistema" + +#: inary/operations/build.py:999 +#, fuzzy, python-format +msgid "No group named '%s' found on the system" +msgstr "Grupo {} no existe en el sistema" + +#: inary/operations/build.py:1006 +#, fuzzy, python-format +msgid "No group named '%s' (value guessed from owner) found on the system" +msgstr "Grupo {} no existe en el sistema" + +#: inary/operations/build.py:1015 #, fuzzy msgid "/{} has suid bit set" msgstr "/{} tiene seteado el bit suid" -#: inary/operations/build.py:1077 +#: inary/operations/build.py:1094 #, fuzzy msgid "There are abandoned files under the install dir ({}):" msgstr "Existen archivos abandonados en la carpeta de instalación {}:" -#: inary/operations/build.py:1113 +#: inary/operations/build.py:1130 #, fuzzy msgid "Ignoring empty package {}" msgstr "Omitiendo paquete vacío {}" -#: inary/operations/build.py:1116 +#: inary/operations/build.py:1133 #, fuzzy msgid "Building package: {}" msgstr "Construyendo paquete: {}" -#: inary/operations/build.py:1133 inary/operations/delta.py:56 +#: inary/operations/build.py:1150 inary/operations/delta.py:58 #, fuzzy msgid "Creating {}..." msgstr "Creando {}..." -#: inary/operations/build.py:1182 +#: inary/operations/build.py:1199 msgid "Cleaning build directory..." msgstr "Limpiando carpeta build..." -#: inary/operations/build.py:1185 +#: inary/operations/build.py:1202 msgid "Keeping build directory" msgstr "Conservando carpeta build" -#: inary/operations/build.py:1275 +#: inary/operations/build.py:1292 msgid "Action script error caught." msgstr "" -#: inary/operations/build.py:1279 +#: inary/operations/build.py:1296 #, python-format msgid "*** %d error(s), %d warning(s)" msgstr "*** %d error(es), %d alerta(s)" -#: inary/operations/build.py:1362 +#: inary/operations/build.py:1379 msgid "Last state was '{}'" msgstr "" -#: inary/operations/delta.py:43 +#: inary/operations/delta.py:45 #, fuzzy, python-brace-format msgid "The file '{0}' belongs to a different package other than '{1}'. Skipping it..." msgstr "Archivo {0} pertenece a un paquete diferente a '{1}'. Omitiendo..." -#: inary/operations/delta.py:47 +#: inary/operations/delta.py:49 #, fuzzy msgid "Package '{}' has the same release number with the new package. Skipping it..." msgstr "Paquete {} tiene numero de release identico como el nuevo paquete. Omitiendo..." -#: inary/operations/delta.py:66 +#: inary/operations/delta.py:68 #, fuzzy msgid "All files in the package '{}' are different from the files in the new package. Skipping it..." msgstr "Todos los archivos del paquete {} son diferente de los archivos del paquete nuevo. Omitiendo..." -#: inary/operations/delta.py:108 +#: inary/operations/delta.py:110 #, fuzzy msgid "New package '{}' exists in the list of old packages. Skipping it..." msgstr "Paquete nuevo {} existe en la lista de paquetes antiguos. Omitiendo..." -#: inary/operations/emerge.py:35 +#: inary/operations/emerge.py:37 msgid "No packages to emerge." msgstr "No hay paquetes para emerge." -#: inary/operations/emerge.py:50 +#: inary/operations/emerge.py:52 msgid "" "The following list of packages will be installed\n" "from repository in the respective order to satisfy dependencies:\n" @@ -3239,7 +3289,7 @@ msgstr "" "Se instalará la siguiente lista de paquetes\n" "del repositorio en el orden indicado para satisfacer dependencias:\n" -#: inary/operations/emerge.py:53 +#: inary/operations/emerge.py:55 msgid "" "The following list of packages will be built and\n" "installed in the respective order to satisfy dependencies:\n" @@ -3247,26 +3297,26 @@ msgstr "" "La siguiente lista de paquetes se generará e instalará\n" "en el orden indicado, para satisfacer las dependencias:\n" -#: inary/operations/emerge.py:61 inary/operations/install.py:83 +#: inary/operations/emerge.py:63 inary/operations/install.py:85 msgid "There are extra packages due to dependencies. Do you want to continue?" msgstr "Hay paquetes adicionales por motivo de dependencias. Desea continuar ?" -#: inary/operations/emerge.py:95 +#: inary/operations/emerge.py:97 #, fuzzy msgid "Cannot find source package: {}" msgstr "No se ha encontrado paquete fuente: {}" -#: inary/operations/helper.py:51 +#: inary/operations/helper.py:52 #, fuzzy msgid "Selected packages [{}] are in conflict with each other." msgstr "Paquetes seleccionados [{}] están en conflicto entre ellos." -#: inary/operations/helper.py:56 +#: inary/operations/helper.py:57 #, fuzzy, python-brace-format msgid "[{0} conflicts with: {1}]\n" msgstr "[{0} en conflicto con: {1}]\n" -#: inary/operations/helper.py:58 +#: inary/operations/helper.py:59 #, fuzzy msgid "" "The following packages have conflicts:\n" @@ -3275,46 +3325,46 @@ msgstr "" "Los siguientes paquetes tienen conflictos:\n" "{}" -#: inary/operations/helper.py:60 +#: inary/operations/helper.py:61 msgid "Remove the following conflicting packages?" msgstr "Remover los siguientes paquetes conflictivos ?" -#: inary/operations/helper.py:61 +#: inary/operations/helper.py:62 msgid "Conflicting packages should be removed to continue" msgstr "Se deben remover los paquetes conflictivos antes de continuar" -#: inary/operations/history.py:84 inary/operations/history.py:94 +#: inary/operations/history.py:87 inary/operations/history.py:97 #, fuzzy msgid "{} could not be found" msgstr "{} no se puede encontrar" -#: inary/operations/history.py:97 inary/package.py:106 -#: inary/sourcearchive.py:119 +#: inary/operations/history.py:100 inary/package.py:109 +#: inary/sourcearchive.py:124 #, fuzzy msgid "{} [cached]" msgstr "{} [cached]" -#: inary/operations/history.py:145 +#: inary/operations/history.py:148 msgid "Following packages will be installed:\n" msgstr "Se instalarán los siguientes paquetes:\n" -#: inary/operations/history.py:148 +#: inary/operations/history.py:151 msgid "Following packages will be removed:\n" msgstr "Se eliminarán los siguientes paquetes:\n" -#: inary/operations/history.py:150 inary/operations/history.py:164 -#: inary/operations/install.py:214 inary/operations/remove.py:73 -#: inary/operations/upgrade.py:194 +#: inary/operations/history.py:153 inary/operations/history.py:167 +#: inary/operations/install.py:216 inary/operations/remove.py:76 +#: inary/operations/upgrade.py:196 msgid "Do you want to continue?" msgstr "Desea continuar ?" -#: inary/operations/history.py:156 inary/operations/install.py:97 -#: inary/operations/upgrade.py:205 +#: inary/operations/history.py:159 inary/operations/install.py:99 +#: inary/operations/upgrade.py:207 #, python-format msgid "Downloading %d / %d" msgstr "Descargando %d / %d" -#: inary/operations/history.py:162 +#: inary/operations/history.py:165 msgid "" "\n" "Following packages could not be found in repositories and are not cached:\n" @@ -3322,84 +3372,89 @@ msgstr "" "\n" "Los siguientes paquetes no se pudieron encontrar en los repositorios y no fueron guardados:\n" -#: inary/operations/info.py:34 +#: inary/operations/info.py:35 #, fuzzy msgid "File {} not found" msgstr "Archivo {} no encontrado" -#: inary/operations/install.py:47 inary/operations/install.py:149 +#: inary/operations/install.py:49 inary/operations/install.py:151 msgid "The following package(s) are already installed and are not going to be installed again:" msgstr "Los siguientes paquetes ya están instalados y no se instalarán de nuevo:" -#: inary/operations/install.py:53 inary/operations/install.py:227 +#: inary/operations/install.py:55 inary/operations/install.py:229 msgid "No packages to install." msgstr "No hay paquetes para instalar." -#: inary/operations/install.py:71 +#: inary/operations/install.py:73 msgid "Following packages will be installed:" msgstr "Se instalarán los siguientes paquetes:" -#: inary/operations/install.py:76 inary/operations/upgrade.py:181 +#: inary/operations/install.py:78 inary/operations/upgrade.py:183 #, python-format msgid "Total size of package(s): %.2f %s" msgstr "Tamaño total de paquete(s): %.2f %s" -#: inary/operations/install.py:116 inary/operations/upgrade.py:219 +#: inary/operations/install.py:118 inary/operations/upgrade.py:221 #, python-format msgid "Installing %d / %d" msgstr "Instalado %d / %d" -#: inary/operations/install.py:136 +#: inary/operations/install.py:138 msgid "Mixing file names and package names not supported yet." msgstr "Mezclando nombres de archivos y nombres de paquetes actualmente no soportado." -#: inary/operations/install.py:180 +#: inary/operations/install.py:182 #, fuzzy, python-brace-format msgid "Package {0} is not compatible with your distribution release {1} {2}." msgstr "Pacquete {0} no es compatible con su versión de distribución {1} {2}." -#: inary/operations/install.py:184 +#: inary/operations/install.py:186 #, fuzzy, python-brace-format msgid "Package {0} ({1}) is not compatible with your {2} architecture." msgstr "Paquete {0} ({2}) no es compatible con su arquitectura {2}." -#: inary/operations/install.py:206 +#: inary/operations/install.py:208 #, fuzzy msgid "External dependencies not satisfied: {}" msgstr "Dependencias externas no satisfechas: {}" -#: inary/operations/install.py:211 +#: inary/operations/install.py:213 msgid "The following packages will be installed in order to satisfy dependencies:" msgstr "Se instalarán los siguientes paquetes para satisfacer las dependencias:" -#: inary/operations/install.py:215 +#: inary/operations/install.py:217 msgid "External dependencies not satisfied" msgstr "Dependencia externa no satisfecha" -#: inary/operations/install.py:258 +#: inary/operations/install.py:260 msgid "Installation order: " msgstr "Orden de instalación:" -#: inary/operations/remove.py:44 +#: inary/operations/install.py:275 +#, fuzzy +msgid "Checking dependencies for install..." +msgstr "Se instalarán los siguientes paquetes:" + +#: inary/operations/remove.py:47 msgid "Safety switch prevents the removal of following packages:\n" msgstr "Verificación de seguridad impide remover los siguientes paquetes: \n" # should this say in english ? "Safety switch: the component cannot be found # in system.base" ?? (i did in spanish like this) -#: inary/operations/remove.py:49 inary/operations/upgrade.py:392 +#: inary/operations/remove.py:52 inary/operations/upgrade.py:394 msgid "Safety switch: The component system.base cannot be found." msgstr "Verificación de seguridad: No posible encontrar el componente system.base." -#: inary/operations/remove.py:56 +#: inary/operations/remove.py:59 #, fuzzy msgid "Package {} does not exist. Cannot remove." msgstr "Paquete {} no existe. No posible remover." -#: inary/operations/remove.py:60 +#: inary/operations/remove.py:63 msgid "No packages to remove." msgstr "No hay paquetes para remover." -#: inary/operations/remove.py:69 +#: inary/operations/remove.py:72 msgid "" "The following list of packages will be removed\n" "in the respective order to satisfy dependencies:\n" @@ -3407,93 +3462,93 @@ msgstr "" "La siguiente lista de paquetes será removida\n" "en el orden indicado, para satisfacer las dependencias:\n" -#: inary/operations/remove.py:74 +#: inary/operations/remove.py:77 msgid "Package removal declined" msgstr "Remover paquetes denegado" -#: inary/operations/remove.py:91 +#: inary/operations/remove.py:94 #, fuzzy msgid "Package {} is not installed. Cannot remove." msgstr "Paquete {} no está instalado. No posible remover." # might be slightly different. i should see the context -#: inary/operations/remove.py:126 +#: inary/operations/remove.py:129 msgid "Conflicts remain" msgstr "Conflictos continúan" -#: inary/operations/remove.py:134 +#: inary/operations/remove.py:137 msgid "Obsoleted packages remaining" msgstr "Paquetes obsoletos permanecen" -#: inary/operations/remove.py:138 +#: inary/operations/remove.py:141 msgid "Replaced package remains" msgstr "Queda conservado el paquete reemplazado" -#: inary/operations/upgrade.py:52 +#: inary/operations/upgrade.py:54 msgid "You must restart the following service(s) manually for the updated software to take effect:" msgstr "Debe reiniciar manualmente los siguientes servicios para que las actualizaciones de software tengan efecto:" -#: inary/operations/upgrade.py:59 +#: inary/operations/upgrade.py:61 msgid "You must restart your system for the updates in the following package(s) to take effect:" msgstr "Debe reiniciar el sistema para que las actualizaciones de software tengan efecto:" -#: inary/operations/upgrade.py:84 +#: inary/operations/upgrade.py:86 msgid "Warning: package *name* ends with '.inary'" msgstr "Alerta: *name* de paquete termina con '.inary'" -#: inary/operations/upgrade.py:87 +#: inary/operations/upgrade.py:89 #, fuzzy msgid "Package {} is not installed." msgstr "Paquete {} no está instalado." -#: inary/operations/upgrade.py:91 +#: inary/operations/upgrade.py:93 #, fuzzy msgid "Package {} is not available in repositories." msgstr "Paquete {} no está disponible en repositorios." -#: inary/operations/upgrade.py:114 +#: inary/operations/upgrade.py:116 #, fuzzy, python-brace-format msgid "Package {0.name} is already at the latest release {0.release}." msgstr "Paquete {} ya está con su ultima release {}." -#: inary/operations/upgrade.py:118 +#: inary/operations/upgrade.py:120 #, fuzzy msgid "The following packages have different sha1sum:" msgstr "" "Los siguientes paquetes tienen conflictos:\n" "{}" -#: inary/operations/upgrade.py:176 +#: inary/operations/upgrade.py:178 msgid "The following packages will be upgraded:" msgstr "Se actualizarán los siguientes paquetes:" -#: inary/operations/upgrade.py:187 +#: inary/operations/upgrade.py:189 msgid "There are extra packages due to dependencies." msgstr "Hay paquetes adicionales por motivo de dependencias." -#: inary/operations/upgrade.py:267 +#: inary/operations/upgrade.py:269 #, fuzzy, python-brace-format msgid "Dependency {0} of {1} cannot be satisfied" msgstr "Dependencia {0} de {1} no se puede satisfacer" -#: inary/operations/upgrade.py:268 +#: inary/operations/upgrade.py:270 msgid "Upgrade is not possible." msgstr "Actualización no posible." -#: inary/operations/upgrade.py:362 +#: inary/operations/upgrade.py:364 msgid "Safety switch forces the installation of following packages:" msgstr "Verificación de seguridad obliga la instalación de los siguientes paquetes: " -#: inary/operations/upgrade.py:380 +#: inary/operations/upgrade.py:382 msgid "Safety switch forces the upgrade of following packages:" msgstr "Verificación de seguridad obliga la actualización de los siguientes paquetes: " -#: inary/package.py:68 +#: inary/package.py:71 #, fuzzy msgid "Cannot open package file: {}" msgstr "No posible abrir archivo de paquete: {}" -#: inary/package.py:89 +#: inary/package.py:92 #, fuzzy msgid "Unsupported package format: {}" msgstr "Formato de paquete no soportado: {}" @@ -3502,7 +3557,7 @@ msgstr "Formato de paquete no soportado: {}" # list ? # using upgrade automatically takes the newest one from the server, # while install tries to fetch the exact one ? -#: inary/package.py:103 +#: inary/package.py:106 #, fuzzy msgid "" "There was a problem while fetching '{}'.\n" @@ -3511,27 +3566,27 @@ msgstr "" "Ocurrió un problema al obtener {}.\n" "El paquete puede ya estar más actualizado. Por favor intente una actualizción del paquete." -#: inary/scenarioapi/package.py:67 +#: inary/scenarioapi/package.py:69 #, fuzzy msgid "No inary package: {}* found." msgstr "Paquete inary: {}* no encontrado." -#: inary/scenarioapi/repoops.py:28 +#: inary/scenarioapi/repoops.py:30 #, fuzzy msgid "Repo already has package named {}." msgstr "Repo ya contiene paquete con nombre {}." -#: inary/scenarioapi/repoops.py:52 inary/scenarioapi/repoops.py:59 +#: inary/scenarioapi/repoops.py:54 inary/scenarioapi/repoops.py:61 #, fuzzy msgid "Repo does not have package named {}." msgstr "Repo no contiene paquete con nombre {}." -#: inary/scomiface.py:32 +#: inary/scomiface.py:35 #, fuzzy msgid "scom-api package is not fully installed" msgstr "paquete scom-api no está instalado por completo" -#: inary/scomiface.py:89 +#: inary/scomiface.py:98 #, fuzzy msgid "" "Cannot connect to SCOM: \n" @@ -3540,332 +3595,358 @@ msgstr "" "No posible conectar con SCOM: \n" " {}\n" -#: inary/scomiface.py:97 +#: inary/scomiface.py:106 #, fuzzy msgid "Configuring {} package" msgstr "Configurando paquete {} " -#: inary/scomiface.py:103 +#: inary/scomiface.py:112 #, fuzzy msgid "SCOM package updated. From now on, using new SCOM daemon." msgstr "Paquete SCOM actualizado. Desde ahora en adelante se está utilizando el demonio SCOM nuevo." -#: inary/scomiface.py:110 +#: inary/scomiface.py:119 #, fuzzy msgid "Registering {} scom script" msgstr "Registrando scom script {} " -#: inary/scomiface.py:119 inary/scomiface.py:124 inary/scomiface.py:137 -#: inary/scomiface.py:153 inary/scomiface.py:172 inary/scomiface.py:183 -#: inary/scomiface.py:205 inary/scomiface.py:216 inary/scomiface.py:223 +#: inary/scomiface.py:128 inary/scomiface.py:133 inary/scomiface.py:146 +#: inary/scomiface.py:162 inary/scomiface.py:181 inary/scomiface.py:192 +#: inary/scomiface.py:214 inary/scomiface.py:225 inary/scomiface.py:232 #, fuzzy msgid "Script error: {}" msgstr "Error de script: {}" -#: inary/scomiface.py:126 +#: inary/scomiface.py:135 msgid "Calling post install handlers" msgstr "Llamando actuadores de post-install" -#: inary/scomiface.py:145 +#: inary/scomiface.py:154 msgid "Running package's post install script" msgstr "Ejecutando script de post-install del paquete" -#: inary/scomiface.py:159 +#: inary/scomiface.py:168 #, fuzzy msgid "Running pre removal operations for {}" msgstr "Ejecutando operaciones previos a la desinstalación de {}" -#: inary/scomiface.py:165 +#: inary/scomiface.py:174 msgid "Running package's pre remove script" msgstr "Ejecutando script previo de remover paquete" -#: inary/scomiface.py:174 +#: inary/scomiface.py:183 msgid "Calling pre remove handlers" msgstr "Llamando actuadores previos de remover" -#: inary/scomiface.py:189 +#: inary/scomiface.py:198 #, fuzzy msgid "Running post removal operations for {}" msgstr "Ejecutando operaciones posteriores a la desinstalación de {}" -#: inary/scomiface.py:198 +#: inary/scomiface.py:207 msgid "Running package's postremove script" msgstr "Ejecutando script posterior de remover paquete" -#: inary/scomiface.py:207 +#: inary/scomiface.py:216 msgid "Calling post remove handlers" msgstr "Llamando actuadores posteriores de la desinstalación" -#: inary/scomiface.py:218 +#: inary/scomiface.py:227 #, fuzzy msgid "Unregistering scom scripts" msgstr "Eliminando scripts scom del registro" -#: inary/sourcearchive.py:62 +#: inary/sourcearchive.py:67 #, fuzzy msgid "Fetching source from: {}" msgstr "Obteniendo fuente desde: {}" -#: inary/sourcearchive.py:75 +#: inary/sourcearchive.py:80 #, fuzzy, python-brace-format msgid "" "\n" "Source archive is stored: {0}/{1}" msgstr "Archivo de fuente guardado: {0}/{1}" -#: inary/sourcearchive.py:80 +#: inary/sourcearchive.py:85 #, fuzzy msgid "Trying fallback address: {}" msgstr "Intentando dirección de respaldo: {}" -#: inary/sourcearchive.py:87 +#: inary/sourcearchive.py:92 msgid "No such file or no permission to read" msgstr "" -#: inary/sourcearchive.py:99 +#: inary/sourcearchive.py:104 #, fuzzy msgid "{} mirrors are not defined." msgstr "{} repositorios no están definidos." -#: inary/sourcearchive.py:104 +#: inary/sourcearchive.py:109 #, fuzzy msgid "Fetching source from mirror: {}" msgstr "Descargando fuente desde mirror: {}" -#: inary/sourcearchive.py:110 +#: inary/sourcearchive.py:115 #, fuzzy msgid "Could not fetch source from {} mirrors." msgstr "No posible descargar fuentes desde {}." -#: inary/sourcearchive.py:128 +#: inary/sourcearchive.py:133 msgid "unpack: check_file_hash failed" msgstr "unpack: check_file_hash falló" -#: inary/sourcearchive.py:133 +#: inary/sourcearchive.py:138 #, fuzzy, python-brace-format msgid "Unknown archive type '{0}' is given for '{1}'." msgstr "Tipo de archivo {0} desconocido para el archivo '{1}'." -#: inary/sourcearchive.py:135 +#: inary/sourcearchive.py:140 msgid "Inary needs {} to unpack this archive but it is not installed." msgstr "" -#: inary/sxml/autoxml.py:77 +#: inary/sxml/autoxml.py:79 #, fuzzy msgid "At least one '{}' tag should have local text" msgstr "Al menos un tag {} debería tener texto local" -#: inary/sxml/autoxml.py:83 +#: inary/sxml/autoxml.py:85 #, fuzzy, python-brace-format msgid "'{0}' language of tag '{1}' is empty" msgstr "Idioma {0} de tag '{1}' está vacío" -#: inary/sxml/autoxml.py:110 +#: inary/sxml/autoxml.py:112 msgid "LocalText: unable to get either current or default locale" msgstr "LocalText: no posible obtener locale actual o valor por defecto" -#: inary/sxml/autoxml.py:116 inary/sxml/autoxml.py:131 +#: inary/sxml/autoxml.py:118 inary/sxml/autoxml.py:133 msgid "Tag should have at least the current locale, or failing that an English or Turkish version" msgstr "El tag debería tener al menos un locale actual, o al fallar, una versión en inglés o turco" -#: inary/sxml/autoxml.py:365 +#: inary/sxml/autoxml.py:367 #, fuzzy msgid "autoxml.check: '{}' errors" msgstr "autoxml.check: {} errores" -#: inary/sxml/autoxml.py:421 inary/sxml/autoxml.py:431 +#: inary/sxml/autoxml.py:423 inary/sxml/autoxml.py:433 #, fuzzy msgid "autoxml.parse: String '{}' has errors" msgstr "autoxml.parse: Cadena {} tiene errores" -#: inary/sxml/autoxml.py:445 inary/sxml/autoxml.py:455 +#: inary/sxml/autoxml.py:447 inary/sxml/autoxml.py:457 #, fuzzy msgid "autoxml.read: File '{}' has errors" msgstr "autoxml.read: Archivo {} tiene errores" -#: inary/sxml/autoxml.py:463 +#: inary/sxml/autoxml.py:465 msgid "autoxml.write: object validation has failed" msgstr "autoxml.write: falló validación de objeto" -#: inary/sxml/autoxml.py:471 +#: inary/sxml/autoxml.py:473 #, fuzzy msgid "autoxml.write: File encoding '{}' has errors" msgstr "autoxml.write: codificación de archivo {} tiene errores" -#: inary/sxml/autoxml.py:521 +#: inary/sxml/autoxml.py:523 #, fuzzy msgid "gen_tag: unrecognized tag type {} in spec" msgstr "gen_tag: tipo de tag desconocido {} en spec" -#: inary/sxml/autoxml.py:571 inary/sxml/autoxml.py:582 +#: inary/sxml/autoxml.py:573 inary/sxml/autoxml.py:584 #, fuzzy msgid "Mandatory variable {} not available" msgstr "Variable requerida {} no disponible" -#: inary/sxml/autoxml.py:652 +#: inary/sxml/autoxml.py:654 msgid "Type mismatch: read text cannot be decoded" msgstr "Error de tipo de datos: no posible decodificar cadena de entrada" # anything better for "token"? -#: inary/sxml/autoxml.py:656 inary/sxml/autoxml.py:665 +#: inary/sxml/autoxml.py:658 inary/sxml/autoxml.py:667 #, fuzzy msgid "Mandatory token {} not available" msgstr "Token requerido {} no disponible" -#: inary/sxml/autoxml.py:670 +#: inary/sxml/autoxml.py:672 #, fuzzy, python-brace-format msgid "Type mismatch. Expected {0}, got {1}" msgstr "Error de tipo de datos. Esperado {0}, recibido {1}" -#: inary/sxml/autoxml.py:699 inary/sxml/autoxml.py:819 +#: inary/sxml/autoxml.py:701 inary/sxml/autoxml.py:821 msgid "Type mismatch: DOM cannot be decoded" msgstr "Error de tipo de datos: no posible decodificar DOM " -#: inary/sxml/autoxml.py:702 inary/sxml/autoxml.py:718 -#: inary/sxml/autoxml.py:732 inary/sxml/autoxml.py:822 -#: inary/sxml/autoxml.py:836 inary/sxml/autoxml.py:850 +#: inary/sxml/autoxml.py:704 inary/sxml/autoxml.py:720 +#: inary/sxml/autoxml.py:734 inary/sxml/autoxml.py:824 +#: inary/sxml/autoxml.py:838 inary/sxml/autoxml.py:852 msgid "Mandatory argument not available" msgstr "Argumento requerido no disponible" -#: inary/sxml/autoxml.py:715 inary/sxml/autoxml.py:833 +#: inary/sxml/autoxml.py:717 inary/sxml/autoxml.py:835 msgid "Object cannot be encoded" msgstr "No posible codificar objeto" -#: inary/sxml/autoxml.py:729 inary/sxml/autoxml.py:847 +#: inary/sxml/autoxml.py:731 inary/sxml/autoxml.py:849 msgid "Object cannot be formatted" msgstr "No posible formatear al objeto" -#: inary/sxml/autoxml.py:745 +#: inary/sxml/autoxml.py:747 msgid "List type must contain only one element" msgstr "Tipo de lista debe contener un solo elemento" -#: inary/sxml/autoxml.py:758 inary/sxml/autoxml.py:778 +#: inary/sxml/autoxml.py:760 inary/sxml/autoxml.py:780 #, fuzzy, python-brace-format msgid "Mandatory list \"{0}\" under \"{1}\" node is empty." msgstr "Lista requerida \"{0}\" bajo nodo \"{1}\" está vacía." -#: inary/sxml/xmlext_iks.py:81 inary/sxml/xmlext_minidom.py:96 +#: inary/sxml/xmlext_iks.py:91 inary/sxml/xmlext_minidom.py:109 msgid "getNodeText: Expected text node, got something else!" msgstr "getNodeText: Esperado nodo de texto, recibido algo diferente!" -#: inary/sxml/xmlext_minidom.py:45 inary/sxml/xmlfile_minidom.py:89 +#: inary/sxml/xmlext_minidom.py:49 inary/sxml/xmlext_minidom.py:56 +#: inary/sxml/xmlfile_minidom.py:92 #, fuzzy msgid "File '{}' has invalid XML: {}\n" msgstr "Archivo {} contiene XML inválido" -#: inary/sxml/xmlfile_iks.py:62 inary/sxml/xmlfile_iks.py:87 -#: inary/sxml/xmlfile_minidom.py:64 +#: inary/sxml/xmlfile_iks.py:65 inary/sxml/xmlfile_iks.py:90 +#: inary/sxml/xmlfile_minidom.py:67 #, fuzzy msgid "File '{}' has invalid XML" msgstr "Archivo {} contiene XML inválido" -#: inary/sxml/xmlfile_iks.py:72 inary/sxml/xmlfile_minidom.py:74 +#: inary/sxml/xmlfile_iks.py:75 inary/sxml/xmlfile_minidom.py:77 #, python-brace-format msgid "Cannot read URI {0}: {1}" msgstr "" -#: inary/uri.py:78 +#: inary/uri.py:80 msgid "setAuthInfo needs a tuple (user, pass)" msgstr "setAuthInfo requiere un tuple (usuario, clave)" -#: inary/util.py:189 inary/util.py:201 -msgid "Running " -msgstr "Ejecutando" - -#: inary/util.py:193 inary/util.py:219 -#, fuzzy, python-brace-format -msgid "return value for \"{0}\" is {1}" -msgstr "valor devuelto de \"{0}\" es {1}" - -#: inary/util.py:393 +#: inary/util/file_utils.py:145 #, fuzzy msgid "Including external link '{}'" msgstr "Incluyendo link externo {}" -#: inary/util.py:395 +#: inary/util/file_utils.py:147 #, fuzzy msgid "Including directory '{}'" msgstr "Incluyendo carpeta {}" -#: inary/util.py:481 +#: inary/util/file_utils.py:233 msgid "You don't have necessary read permissions" msgstr "" -#: inary/util.py:483 +#: inary/util/file_utils.py:235 #, fuzzy -msgid "Cannot calculate SHA1 hash of {}" +msgid "Cannot calculate SHA1 hash of {}: {}" msgstr "No posible calcular hash SHA1 de {}" -#: inary/util.py:495 +#: inary/util/file_utils.py:247 #, fuzzy msgid "Compression type is not valid: '{}'" msgstr "Tipo de compresión no válido: {}" -#: inary/util.py:501 +#: inary/util/file_utils.py:253 #, fuzzy, python-brace-format msgid "Error while decompressing {0}: {1}" msgstr "Error al decomprimir {0}: {1}" -#: inary/util.py:579 +#: inary/util/file_utils.py:331 #, fuzzy msgid "ERROR: patch ({}) failed" msgstr "ERROR: parche {} falló" -#: inary/util.py:581 +#: inary/util/file_utils.py:333 #, fuzzy, python-brace-format msgid "ERROR: patch ({0}) failed: {1}" msgstr "ERROR: parche ({0}) falló: {1}" -#: inary/util.py:591 +#: inary/util/file_utils.py:343 #, fuzzy msgid "strip command failed for file '{}'!" msgstr "comando strip falló para archivo {}!" -#: inary/util.py:598 +#: inary/util/file_utils.py:350 #, fuzzy msgid "chrpath command failed for file '{}'!" msgstr "comando chrpath falló para archivo {}!" -#: inary/util.py:605 +#: inary/util/file_utils.py:357 #, fuzzy msgid "objcopy (keep-debug) command failed for file '{}'!" msgstr "comando objcopy (keep-debug) falló para archivo {}!" -#: inary/util.py:611 +#: inary/util/file_utils.py:363 #, fuzzy msgid "objcopy (add-debuglink) command failed for file '{}'!" msgstr "comando objcopy (add-debuglink) falló para archivo {}!" -#: inary/util.py:616 +#: inary/util/file_utils.py:368 #, python-brace-format msgid "file command failed with return code {0} for file: {1}" msgstr "" -#: inary/util.py:617 +#: inary/util/file_utils.py:369 msgid "" "Output:\n" "{}" msgstr "" -#: inary/util.py:707 +#: inary/util/package_utils.py:92 #, fuzzy msgid "Invalid package name: {}" msgstr "Nombre de paquete no válido: {}" -#: inary/util.py:752 +#: inary/util/package_utils.py:137 #, fuzzy msgid "Invalid delta package name: {}" msgstr "Nombre de paquete delta no válido: {}" -#: inary/util.py:956 -msgid "Module: \"subprocess\" can not import" -msgstr "" +#: inary/util/process_utils.py:40 inary/util/process_utils.py:52 +msgid "Running " +msgstr "Ejecutando" + +#: inary/util/process_utils.py:44 inary/util/process_utils.py:70 +#, fuzzy, python-brace-format +msgid "return value for \"{0}\" is {1}" +msgstr "valor devuelto de \"{0}\" es {1}" -#: inary/version.py:64 +#: inary/version.py:66 #, fuzzy msgid "Invalid version string: '{}'" msgstr "Cadena de versión inválida: {}" +#, fuzzy +#~ msgid "Operation #{0}: {1}" +#~ msgstr "Operación #{0}: {1}" + +#~ msgid "Date: {0.date} {0.time}" +#~ msgstr "Fecha: {0.date} {0.time}" + +#, fuzzy +#~ msgid "File '{0}' has invalid XML: {1}" +#~ msgstr "Archivo {} contiene XML inválido" + +#, fuzzy +#~ msgid "" +#~ "Could not fetch destination file: \"{0}\" \n" +#~ "Raised Value error: \"{1}\"" +#~ msgstr "No posible descargar archivo de destino \"{0}\": {1}" + +#, fuzzy +#~ msgid "Could not fetch destination file: \"{0}\"; (\"{1}\"): \"{2}\"" +#~ msgstr "No posible descargar archivo de destino \"{0}\"; \"{1}\": {2}" + +# favor verificar +#~ msgid "Remote file can not be reached. Previously downloaded part of the file will be removed." +#~ msgstr "No posible adquirir archivo remoto. Se eliminará el archivo parcialmente descargado." + +# favor verificar +#~ msgid "Server doesn't support partial downloads. Previously downloaded part of the file will be over-written." +#~ msgstr "Servidor no soporta descarga parciales. La parte del archivo descargado anteriormente será sobreescrito." + #~ msgid "Turkish" #~ msgstr "Turco" @@ -4009,18 +4090,9 @@ msgstr "Cadena de versión inválida: {}" #~ msgid "INARY package" #~ msgstr "Paquete INARY" -#~ msgid "Date: {} {}" -#~ msgstr "Fecha: {} {}" - #~ msgid "Urlgrabber needs to be installed to run this command" #~ msgstr "Se requiere la instalación de Urlgrabber para ejecutar este comando" -#~ msgid "No user named {} found on the system" -#~ msgstr "Usuario {} no existe en el sistema" - -#~ msgid "No group named {} found on the system" -#~ msgstr "Grupo {} no existe en el sistema" - #~ msgid "String {} has invalid XML" #~ msgstr "Cadena {} contiene XML inválido" @@ -4323,10 +4395,6 @@ msgstr "Cadena de versión inválida: {}" #~ msgid " installed size {}" #~ msgstr "Instalado {}" -#, fuzzy -#~ msgid "* Find dependencies for packages to be installed" -#~ msgstr "Se instalarán los siguientes paquetes:" - #, fuzzy #~ msgid "* Calculating disk space installed packages are using" #~ msgstr "Verificando todos los paquetes instalados" diff --git a/po/fr.po b/po/fr.po index eed4ad18e6bae08c1d4edab2c437ef13ce16001b..403c15911d2eacfcf354d7811d1c1aba6deb67b1 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-04-14 14:36+0300\n" +"POT-Creation-Date: 2018-05-10 23:07+0300\n" "PO-Revision-Date: 2010-01-01 22:22+0100\n" "Last-Translator: Philippe Svetoslavsky \n" "Language-Team: French \n" @@ -88,32 +88,33 @@ msgstr "L'option %s ne prend pas de valeur" msgid "Options" msgstr "Options" -#: inary-cli:32 -msgid "WARNING\n" +#: inary-cli:39 +msgid "WARNING:\n" msgstr "" -#: inary-cli:33 +#: inary-cli:40 msgid "" "\tCiksemel XML Parser not found!!!\n" +"\tMinidom slower but\n" "\tFalling back with minidom!!! :(\n" "\n" msgstr "" -#: inary-cli:52 +#: inary-cli:60 #, fuzzy msgid "" "\n" "Program terminated." msgstr "Programme terminé." -#: inary-cli:54 +#: inary-cli:62 #, fuzzy msgid "" "\n" "Keyboard Interrupt: Exiting..." msgstr "Interruption Clavier : Sortie..." -#: inary-cli:58 +#: inary-cli:66 #, fuzzy msgid "" "\n" @@ -123,18 +124,18 @@ msgstr "" "Exception interne non gérée.\n" "Veuillez signaler le bogue s'il vous plaît sur ." -#: inary-cli:67 +#: inary-cli:75 #, fuzzy msgid "" "\n" "System error. Program terminated." msgstr "Erreur du système. Programme terminé." -#: inary-cli:76 +#: inary-cli:84 msgid "Please use 'inary help' for general help." msgstr "Veuillez utiliser 'inary help' pour une aide généraliste." -#: inary-cli:79 +#: inary-cli:87 msgid "" "\n" "Traceback:" @@ -142,7 +143,7 @@ msgstr "" "\n" "Pile d'exécution : " -#: inary-cli:82 +#: inary-cli:90 msgid "Use --debug to see a traceback." msgstr "Utiliser --debug pour voir la pile d'exécution." @@ -151,7 +152,7 @@ msgstr "Utiliser --debug pour voir la pile d'exécution." msgid "Inary package" msgstr "Paquets installés :" -#: inary/actionsapi/autotools.py:40 inary/actionsapi/cmaketools.py:36 +#: inary/actionsapi/autotools.py:42 inary/actionsapi/cmaketools.py:38 #, fuzzy msgid "" "Please attach the config.log to your bug report:\n" @@ -160,175 +161,175 @@ msgstr "" "Veuillez attacher le config.log à votre rapport de bogue s'il vous plaît :\n" "{}/config.log" -#: inary/actionsapi/autotools.py:83 inary/actionsapi/autotools.py:93 -#: inary/actionsapi/cmaketools.py:66 inary/actionsapi/kde.py:65 -#: inary/actionsapi/perlmodules.py:55 inary/actionsapi/perlmodules.py:58 +#: inary/actionsapi/autotools.py:85 inary/actionsapi/autotools.py:95 +#: inary/actionsapi/cmaketools.py:68 inary/actionsapi/kde.py:67 +#: inary/actionsapi/perlmodules.py:57 inary/actionsapi/perlmodules.py:60 msgid "Configure failed." msgstr "Échec de la configuration." -#: inary/actionsapi/autotools.py:85 inary/actionsapi/autotools.py:95 -#: inary/actionsapi/kde.py:67 +#: inary/actionsapi/autotools.py:87 inary/actionsapi/autotools.py:97 +#: inary/actionsapi/kde.py:69 msgid "No configure script found." msgstr "Pas de script configure trouvé." -#: inary/actionsapi/autotools.py:103 inary/actionsapi/cmaketools.py:78 -#: inary/actionsapi/kde.py:72 inary/actionsapi/perlmodules.py:64 -#: inary/actionsapi/perlmodules.py:73 inary/actionsapi/pythonmodules.py:62 -#: inary/actionsapi/scons.py:39 +#: inary/actionsapi/autotools.py:105 inary/actionsapi/cmaketools.py:80 +#: inary/actionsapi/kde.py:74 inary/actionsapi/perlmodules.py:66 +#: inary/actionsapi/perlmodules.py:75 inary/actionsapi/pythonmodules.py:64 +#: inary/actionsapi/scons.py:41 msgid "Make failed." msgstr "Échec de la construction." -#: inary/actionsapi/autotools.py:137 inary/actionsapi/autotools.py:148 -#: inary/actionsapi/cmaketools.py:96 inary/actionsapi/cmaketools.py:104 -#: inary/actionsapi/kde.py:79 inary/actionsapi/pythonmodules.py:67 -#: inary/actionsapi/rubymodules.py:92 inary/actionsapi/rubymodules.py:99 -#: inary/actionsapi/scons.py:43 +#: inary/actionsapi/autotools.py:139 inary/actionsapi/autotools.py:150 +#: inary/actionsapi/cmaketools.py:98 inary/actionsapi/cmaketools.py:106 +#: inary/actionsapi/kde.py:81 inary/actionsapi/pythonmodules.py:69 +#: inary/actionsapi/rubymodules.py:94 inary/actionsapi/rubymodules.py:101 +#: inary/actionsapi/scons.py:45 msgid "Install failed." msgstr "Échec de l'installation." -#: inary/actionsapi/autotools.py:159 +#: inary/actionsapi/autotools.py:161 msgid "Running aclocal failed." msgstr "L'exécution de aclocal a échoué." -#: inary/actionsapi/autotools.py:164 +#: inary/actionsapi/autotools.py:166 msgid "Running autoconf failed." msgstr "L'exécution de autoconf a échoué." -#: inary/actionsapi/autotools.py:169 +#: inary/actionsapi/autotools.py:171 msgid "Running autoreconf failed." msgstr "L'exécution de autoreconf a échoué." -#: inary/actionsapi/autotools.py:174 +#: inary/actionsapi/autotools.py:176 msgid "Running automake failed." msgstr "L'exécution de automake a échoué." -#: inary/actionsapi/autotools.py:179 +#: inary/actionsapi/autotools.py:181 msgid "Running autoheader failed." msgstr "L'exécution de autoheader a échoué." -#: inary/actionsapi/cmaketools.py:68 +#: inary/actionsapi/cmaketools.py:70 msgid "No configure script found for cmake." msgstr "Pas trouvé de fichier configure pour cmake." -#: inary/actionsapi/cmaketools.py:108 inary/actionsapi/kde.py:81 +#: inary/actionsapi/cmaketools.py:110 inary/actionsapi/kde.py:83 msgid "No Makefile found." msgstr "Fichier Makefile introuvable." -#: inary/actionsapi/get.py:181 +#: inary/actionsapi/get.py:183 #, fuzzy msgid "Util {} cannot be found" msgstr "L'utilitaire {} n'a pu être trouvé" -#: inary/actionsapi/get.py:183 +#: inary/actionsapi/get.py:185 #, fuzzy, python-brace-format msgid "Warning: {0} does not exist, using plain name {1}" msgstr "Attention : {0} n'existe pas, utilisation du simple nom {1}" -#: inary/actionsapi/inarytools.py:56 inary/actionsapi/inarytools.py:74 -#: inary/actionsapi/inarytools.py:91 +#: inary/actionsapi/inarytools.py:58 inary/actionsapi/inarytools.py:76 +#: inary/actionsapi/inarytools.py:93 msgid "Insufficient arguments." msgstr "Pas assez d'arguments." -#: inary/actionsapi/inarytools.py:64 +#: inary/actionsapi/inarytools.py:66 #, fuzzy msgid "No executable file matched pattern \"{}\"." msgstr "Aucun fichier exécutable ne correspond au critère \"{}\"." -#: inary/actionsapi/inarytools.py:82 inary/actionsapi/inarytools.py:314 +#: inary/actionsapi/inarytools.py:84 inary/actionsapi/inarytools.py:316 #, fuzzy msgid "No file matched pattern \"{}\"." msgstr "Aucun fichier ne correspond au critère \"{}\"." -#: inary/actionsapi/inarytools.py:137 inary/actionsapi/inarytools.py:177 +#: inary/actionsapi/inarytools.py:139 inary/actionsapi/inarytools.py:179 #, fuzzy msgid "No file matched pattern \"{}\"" msgstr "Aucun fichier ne correspond au critère \"{}\"" -#: inary/actionsapi/inarytools.py:187 +#: inary/actionsapi/inarytools.py:189 #, fuzzy msgid "ActionsAPI [doman]: Wrong man page file: {}" msgstr "ActionsAPI [doman]: Fichier de page de manuel incorrect : {}" -#: inary/actionsapi/inarytools.py:214 +#: inary/actionsapi/inarytools.py:216 #, fuzzy msgid "No file matched pattern \"{}\". 'domove' operation failed." msgstr "Aucun fichier ne correspond au critère \"{}\". Échec de l'opération 'domove'." -#: inary/actionsapi/inarytools.py:233 +#: inary/actionsapi/inarytools.py:235 #, fuzzy, python-brace-format msgid "ActionsAPI [rename]: {0}: {1}" msgstr "ActionsAPI [rename] : {0} : {1}" -#: inary/actionsapi/inarytools.py:270 +#: inary/actionsapi/inarytools.py:272 #, fuzzy msgid "No such file matching pattern: \"{}\". 'dosed' operation failed." msgstr "Aucun fichier ne correspond au critère \"{}\". Échec de l'opération 'dosed'." -#: inary/actionsapi/inarytools.py:284 +#: inary/actionsapi/inarytools.py:286 #, fuzzy msgid "dosed method has not changed file '{}'." msgstr "La méthode dosed n'a pas changé le fichie {}." -#: inary/actionsapi/inarytools.py:285 +#: inary/actionsapi/inarytools.py:287 msgid "{} has been changed by dosed method." msgstr "" -#: inary/actionsapi/inarytools.py:288 +#: inary/actionsapi/inarytools.py:290 #, fuzzy msgid "File does not exist or permission denied: {}" msgstr "Le fichier n'existe pas ou la permission est refusée : {}" -#: inary/actionsapi/inarytools.py:305 +#: inary/actionsapi/inarytools.py:307 #, fuzzy msgid "ActionsAPI [dosym]: File already exists: {}" msgstr "ActionsAPI [dosym]: Le fichier existe : {}" -#: inary/actionsapi/inarytools.py:341 inary/actionsapi/shelltools.py:95 +#: inary/actionsapi/inarytools.py:343 inary/actionsapi/shelltools.py:97 #, fuzzy msgid "No file matched pattern \"{}\". Remove operation failed." msgstr "Aucun fichier ne correspond au critère \"{}\". Échec de l'opération de suppression." -#: inary/actionsapi/inarytools.py:350 +#: inary/actionsapi/inarytools.py:352 #, fuzzy msgid "No directory matched pattern \"{}\". Remove directory operation failed." msgstr "Aucun fichier ne correspond au critère \"{}\". Échec de l'opération de suppression de dossier." -#: inary/actionsapi/javamodules.py:84 inary/actionsapi/javamodules.py:193 +#: inary/actionsapi/javamodules.py:86 inary/actionsapi/javamodules.py:195 #, fuzzy msgid "No any file/directory matched to regex expression \"{}\"." msgstr "Aucun fichier ne correspond au critère \"{}\"." -#: inary/actionsapi/javamodules.py:91 inary/actionsapi/javamodules.py:97 +#: inary/actionsapi/javamodules.py:93 inary/actionsapi/javamodules.py:99 #, fuzzy msgid "DoJavadoc failed." msgstr "Échec de la construction." -#: inary/actionsapi/javamodules.py:147 +#: inary/actionsapi/javamodules.py:149 #, fuzzy msgid "Compile failed." msgstr "Échec de la configuration." -#: inary/actionsapi/javamodules.py:175 inary/actionsapi/javamodules.py:204 +#: inary/actionsapi/javamodules.py:177 inary/actionsapi/javamodules.py:206 #, fuzzy msgid "Installing file \"{}\" failed." msgstr "Échec de l'installation des fichiers texmf." -#: inary/actionsapi/javamodules.py:214 +#: inary/actionsapi/javamodules.py:216 #, fuzzy msgid "Installing directory \"{}\" failed." msgstr "Échec de l'installation des docs." -#: inary/actionsapi/javamodules.py:243 +#: inary/actionsapi/javamodules.py:245 #, fuzzy msgid "Javadoc generation failed." msgstr "La configuration a échoué." -#: inary/actionsapi/javamodules.py:259 +#: inary/actionsapi/javamodules.py:261 #, fuzzy msgid "Run failed." msgstr "L'exécution de {} a échoué." -#: inary/actionsapi/kde.py:34 +#: inary/actionsapi/kde.py:36 #, fuzzy msgid "" "\n" @@ -339,400 +340,405 @@ msgstr "" "! Veuillez attacher le config.log à votre rapport de bogue s'il vous plaît :\n" "{}/config.log" -#: inary/actionsapi/kerneltools.py:117 +#: inary/actionsapi/kerneltools.py:119 #, fuzzy msgid "Can't find kernel version information file {}." msgstr "Impossible de trouver le fichier {} d'information de version du noyau." -#: inary/actionsapi/libtools.py:38 +#: inary/actionsapi/libtools.py:40 msgid "Running ldconfig failed." msgstr "L'exécution de ldconfig a échoué." -#: inary/actionsapi/libtools.py:52 +#: inary/actionsapi/libtools.py:54 msgid "Can not make GNU Config Update... Passing..." msgstr "" -#: inary/actionsapi/libtools.py:54 +#: inary/actionsapi/libtools.py:56 msgid "GNU Config Update Finished." msgstr "La mise à jour de GNU Config est maintenant terminée." -#: inary/actionsapi/libtools.py:58 +#: inary/actionsapi/libtools.py:60 msgid "Running libtoolize failed." msgstr "L'exécution de libtoolize a échoué." -#: inary/actionsapi/perlmodules.py:67 +#: inary/actionsapi/perlmodules.py:69 msgid "perl build failed." msgstr "La compilation de perl a échoué." -#: inary/actionsapi/perlmodules.py:76 +#: inary/actionsapi/perlmodules.py:78 msgid "perl install failed." msgstr "L'installation de perl a échoué." -#: inary/actionsapi/pkgconfig.py:40 inary/actionsapi/pkgconfig.py:59 -#: inary/actionsapi/pkgconfig.py:79 inary/actionsapi/pkgconfig.py:99 -#: inary/actionsapi/pkgconfig.py:118 +#: inary/actionsapi/pkgconfig.py:42 inary/actionsapi/pkgconfig.py:61 +#: inary/actionsapi/pkgconfig.py:81 inary/actionsapi/pkgconfig.py:101 +#: inary/actionsapi/pkgconfig.py:120 #, fuzzy msgid "pkg-config is not installed on your system." msgstr "Le paquet pkgconfig n'est pas installé. Impossible de le supprimer." -#: inary/actionsapi/pkgconfig.py:136 +#: inary/actionsapi/pkgconfig.py:138 #, fuzzy msgid "Package pkgconfig is not installed on your system." msgstr "Le paquet pkgconfig n'est pas installé. Impossible de le supprimer." -#: inary/actionsapi/pythonmodules.py:56 +#: inary/actionsapi/pythonmodules.py:58 msgid "Configuration failed." msgstr "La configuration a échoué." -#: inary/actionsapi/pythonmodules.py:81 +#: inary/actionsapi/pythonmodules.py:83 #, fuzzy msgid "Running {} failed." msgstr "L'exécution de {} a échoué." -#: inary/actionsapi/qt4.py:52 inary/actionsapi/qt5.py:60 +#: inary/actionsapi/qt4.py:54 inary/actionsapi/qt5.py:62 #, fuzzy msgid "Project file '{}' not found." msgstr "Fichier projet {} introuvable." -#: inary/actionsapi/qt4.py:56 inary/actionsapi/qt5.py:64 +#: inary/actionsapi/qt4.py:58 inary/actionsapi/qt5.py:66 #, fuzzy msgid "It seems there are more than one .pro file, you must specify one. (Possible .pro files: {})" msgstr "Il semblerait qu'il y ait plus d'un fichier .pro, vous devez en spécifier une. (Possible .pro files: {})" -#: inary/actionsapi/rubymodules.py:108 +#: inary/actionsapi/rubymodules.py:110 #, fuzzy msgid "Running 'ruby {}' failed." msgstr "Échec de l'exécution de 'ruby {}'." -#: inary/actionsapi/shelltools.py:49 +#: inary/actionsapi/shelltools.py:51 #, fuzzy msgid "Cannot create directory {}" msgstr "Impossible de créer le répertoire {}" -#: inary/actionsapi/shelltools.py:57 +#: inary/actionsapi/shelltools.py:59 #, fuzzy msgid "ActionsAPI [echo]: Can't append to file {}." msgstr "ActionsAPI [echo]: Impossible d'ajouter des données au fichier {}." -#: inary/actionsapi/shelltools.py:63 +#: inary/actionsapi/shelltools.py:65 #, fuzzy msgid "ActionsAPI [chmod]: No file matched pattern \"{}\"." msgstr "ActionsAPI [chmod]: aucun fichier ne correspond au critère \"{}\"." -#: inary/actionsapi/shelltools.py:70 +#: inary/actionsapi/shelltools.py:72 #, fuzzy, python-brace-format msgid "ActionsAPI [chmod]: Operation not permitted: {0} (mode: 0{1})" msgstr "ActionsAPI [chmod] : Opération non permise : %s (mode: 0%o)" -#: inary/actionsapi/shelltools.py:72 +#: inary/actionsapi/shelltools.py:74 #, fuzzy msgid "ActionsAPI [chmod]: File {} doesn't exists." msgstr "ActionsAPI [chmod]: Le fichier {} n'existe pas." -#: inary/actionsapi/shelltools.py:80 +#: inary/actionsapi/shelltools.py:82 #, fuzzy, python-brace-format msgid "ActionsAPI [chown]: Operation not permitted: {0} (uid: {1}, gid: {2})" msgstr "ActionsAPI [chown]: Operation non permise : {0} (uid: {1}, gid: {2})" -#: inary/actionsapi/shelltools.py:82 +#: inary/actionsapi/shelltools.py:84 #, fuzzy msgid "ActionsAPI [chown]: File {} doesn't exists." msgstr "ActionsAPI [chown]: Le fichier {} n'existe pas." -#: inary/actionsapi/shelltools.py:89 +#: inary/actionsapi/shelltools.py:91 #, fuzzy, python-brace-format msgid "ActionsAPI [sym]: Permission denied: {0} to {1}" msgstr "ActionsAPI [sym]: Permission refusée : {0} à {1}" -#: inary/actionsapi/shelltools.py:103 +#: inary/actionsapi/shelltools.py:105 #, fuzzy msgid "ActionsAPI [unlink]: Permission denied: {}." msgstr "ActionsAPI [unlink]: Permission refusée : {}." -#: inary/actionsapi/shelltools.py:107 +#: inary/actionsapi/shelltools.py:109 #, fuzzy msgid "ActionsAPI [unlink]: File {} doesn't exists." msgstr "ActionsAPI [unlink]: Le fichier {} n'existe pas." -#: inary/actionsapi/shelltools.py:115 +#: inary/actionsapi/shelltools.py:117 #, fuzzy msgid "ActionsAPI [unlinkDir]: Operation not permitted: {}" msgstr "ActionsAPI [unlinkDir]: Operation non permise : {}" -#: inary/actionsapi/shelltools.py:119 +#: inary/actionsapi/shelltools.py:121 #, fuzzy msgid "ActionsAPI [unlinkDir]: Directory {} doesn't exists." msgstr "ActionsAPI [unlinkDir]: Le repertoire {} n'existe pas." -#: inary/actionsapi/shelltools.py:125 +#: inary/actionsapi/shelltools.py:127 #, fuzzy msgid "ActionsAPI [move]: No file matched pattern \"{}\"." msgstr "ActionsAPI [move]: Aucun fichier correspondant au modèle \"{}\"." -#: inary/actionsapi/shelltools.py:132 +#: inary/actionsapi/shelltools.py:134 #, fuzzy, python-brace-format msgid "ActionsAPI [move]: Permission denied: {0} to {1}" msgstr "ActionsAPI [move]: Permission refusée : de {0} à {1}" -#: inary/actionsapi/shelltools.py:134 +#: inary/actionsapi/shelltools.py:136 #, fuzzy msgid "ActionsAPI [move]: File {} doesn't exists." msgstr "ActionsAPI [move]: Le fichier {} n'existe pas." -#: inary/actionsapi/shelltools.py:141 +#: inary/actionsapi/shelltools.py:143 #, fuzzy msgid "ActionsAPI [copy]: No file matched pattern \"{}\"." msgstr "ActionsAPI [copy]: Aucun fichier correspondant au modèle \"{}\"." -#: inary/actionsapi/shelltools.py:148 +#: inary/actionsapi/shelltools.py:150 #, fuzzy, python-brace-format msgid "ActionsAPI [copy]: Permission denied: {0} to {1}" msgstr "ActionsAPI [copy]: Permission refusée : de {0} à {1}" -#: inary/actionsapi/shelltools.py:164 +#: inary/actionsapi/shelltools.py:166 #, fuzzy msgid "ActionsAPI [copy]: File {} does not exist." msgstr "ActionsAPI [copy]: Le fichier {} n'existe pas." -#: inary/actionsapi/shelltools.py:179 +#: inary/actionsapi/shelltools.py:181 #, fuzzy, python-brace-format msgid "ActionsAPI [copytree] {0} to {1}: {2}" msgstr "ActionsAPI [copytree] {0} à {1}: {2}" -#: inary/actionsapi/shelltools.py:181 +#: inary/actionsapi/shelltools.py:183 #, fuzzy msgid "ActionsAPI [copytree]: Directory {} doesn't exists." msgstr "ActionsAPI [copytree]: Le repertoire {} n'existe pas." -#: inary/actionsapi/shelltools.py:189 +#: inary/actionsapi/shelltools.py:191 #, fuzzy msgid "ActionsAPI [touch]: No file matched pattern \"{}\"." msgstr "ActionsAPI [touch]: Aucun fichier correspondant au modèle \"{}\"." -#: inary/actionsapi/shelltools.py:198 +#: inary/actionsapi/shelltools.py:200 #, fuzzy msgid "ActionsAPI [touch]: Permission denied: {}" msgstr "ActionsAPI [touch]: Permission refusée : {}" -#: inary/actionsapi/shelltools.py:257 +#: inary/actionsapi/shelltools.py:259 #, fuzzy, python-brace-format msgid "Command \"{0}\" failed, return value was {1}." msgstr "La commande \"{0}\" a échoué, la valeur retournée était {1}." -#: inary/actionsapi/texlivemodules.py:56 +#: inary/actionsapi/texlivemodules.py:58 msgid "Moving source files failed" msgstr "Échec du déplacement des fichiers source" -#: inary/actionsapi/texlivemodules.py:59 +#: inary/actionsapi/texlivemodules.py:61 msgid "Generate config files failed" msgstr "Échec de la création des fichiers 'config'" -#: inary/actionsapi/texlivemodules.py:62 +#: inary/actionsapi/texlivemodules.py:64 msgid "Building format files failed" msgstr "Échec de la construction des fichiers 'format'" -#: inary/actionsapi/texlivemodules.py:69 +#: inary/actionsapi/texlivemodules.py:71 msgid "Creating symlinks from format to engines failed" msgstr "Échec de la création des liens symboliques du format aux moteurs" -#: inary/actionsapi/texlivemodules.py:73 +#: inary/actionsapi/texlivemodules.py:75 msgid "Installing docs failed" msgstr "Échec de l'installation des docs." -#: inary/actionsapi/texlivemodules.py:77 +#: inary/actionsapi/texlivemodules.py:79 msgid "Installing texmf files failed" msgstr "Échec de l'installation des fichiers texmf." -#: inary/actionsapi/texlivemodules.py:81 +#: inary/actionsapi/texlivemodules.py:83 msgid "Installing config files failed" msgstr "L'installation des fichiers de configuration a échoué." -#: inary/actionsapi/texlivemodules.py:85 +#: inary/actionsapi/texlivemodules.py:87 msgid "Handle config files failed" msgstr "Échec de la gestion des fichiers de configuration" -#: inary/actionsapi/texlivemodules.py:95 +#: inary/actionsapi/texlivemodules.py:97 #, fuzzy msgid "Symlink {} skipped (special case)" msgstr "Symlink {} sauté (cas spécial)" -#: inary/actionsapi/texlivemodules.py:97 +#: inary/actionsapi/texlivemodules.py:99 #, fuzzy, python-brace-format msgid "Symlink {0[0]} -> {0[1]} skipped (texlive-core takes care of it." msgstr "Symlink {0[0]} -> {0[1]} sauté (texlive-core le gère)" -#: inary/actionsapi/texlivemodules.py:100 +#: inary/actionsapi/texlivemodules.py:102 #, fuzzy, python-brace-format msgid "Symlink {0[0]} -> {0[1]} skipped." msgstr "Symlink {0[0]} -> {0[1]} sauté." -#: inary/actionsapi/texlivemodules.py:102 +#: inary/actionsapi/texlivemodules.py:104 #, fuzzy msgid "Symlink {} skipped (file exists.)" msgstr "Symlink {} sauté (le fichier existe)" -#: inary/actionsapi/texlivemodules.py:104 +#: inary/actionsapi/texlivemodules.py:106 #, fuzzy, python-brace-format msgid "Making symlink from {0[0]} to {0[1]}" msgstr "Création du lien symbolique de {0[1]} vers {0[1]}" -#: inary/actionsapi/texlivemodules.py:153 +#: inary/actionsapi/texlivemodules.py:155 #, fuzzy msgid "Creating /etc/texmf/{}.d" msgstr "Création de /etc/texmf/{}.d" -#: inary/actionsapi/texlivemodules.py:155 +#: inary/actionsapi/texlivemodules.py:157 #, fuzzy, python-brace-format msgid "Moving (and symlinking) /usr/share/texmf/{0} to /etc/texmf/{1}.d" msgstr "Déplacement (et liaison symbolique) /usr/share/texmf/{0}/ vers /etc/texmf/{1}.d" -#: inary/actionsapi/texlivemodules.py:206 +#: inary/actionsapi/texlivemodules.py:208 #, fuzzy msgid "Building format file {}" msgstr "Construction du fichier 'format' {}" -#: inary/actionsapi/texlivemodules.py:263 +#: inary/actionsapi/texlivemodules.py:265 #, fuzzy, python-brace-format msgid "Map {0} is added to {1}/{2}.cfg" msgstr "Map {0} est ajouté à {1}/{2}.cfg" -#: inary/actionsapi/texlivemodules.py:266 +#: inary/actionsapi/texlivemodules.py:268 #, fuzzy, python-brace-format msgid "MixedMap {0} is added to {1}/{2}.cfg" msgstr "MixedMap {0} est ajouté à {1}/{2}.cfg" -#: inary/actionsapi/texlivemodules.py:269 +#: inary/actionsapi/texlivemodules.py:271 #, fuzzy, python-brace-format msgid "p +{0} is added to {1}/{2}-config.ps" msgstr "p +{0} est ajouté à {1}/{2}-config.ps" -#: inary/actionsapi/texlivemodules.py:272 +#: inary/actionsapi/texlivemodules.py:274 #, fuzzy, python-brace-format msgid "f {0} is added to {1}/{2}-config" msgstr "f {0} est ajouté à {1}/{2}-config" -#: inary/actionsapi/texlivemodules.py:279 +#: inary/actionsapi/texlivemodules.py:281 #, fuzzy msgid "Language file {} already generated." msgstr "Le fichier de langue {} a déjà été généré." -#: inary/actionsapi/texlivemodules.py:281 +#: inary/actionsapi/texlivemodules.py:283 #, fuzzy msgid "No rule to proccess {}. Please file a bug." msgstr "Pas de règle pour traiter {}. Merci de faire un rapport de bug." -#: inary/analyzer/conflict.py:26 inary/analyzer/dependency.py:26 -#: inary/data/replace.py:24 +#: inary/analyzer/conflict.py:28 inary/analyzer/dependency.py:28 +#: inary/data/replace.py:26 msgid " version >= " msgstr " version >= " -#: inary/analyzer/conflict.py:28 inary/analyzer/dependency.py:28 -#: inary/data/replace.py:26 +#: inary/analyzer/conflict.py:30 inary/analyzer/dependency.py:30 +#: inary/data/replace.py:28 msgid " version <= " msgstr " version <= " -#: inary/analyzer/conflict.py:30 inary/analyzer/dependency.py:30 -#: inary/data/replace.py:28 +#: inary/analyzer/conflict.py:32 inary/analyzer/dependency.py:32 +#: inary/data/replace.py:30 msgid " version " msgstr " version " -#: inary/analyzer/conflict.py:32 inary/analyzer/dependency.py:32 -#: inary/data/replace.py:30 +#: inary/analyzer/conflict.py:34 inary/analyzer/dependency.py:34 +#: inary/data/replace.py:32 msgid " release >= " msgstr " release >= " -#: inary/analyzer/conflict.py:34 inary/analyzer/dependency.py:34 -#: inary/data/replace.py:32 +#: inary/analyzer/conflict.py:36 inary/analyzer/dependency.py:36 +#: inary/data/replace.py:34 msgid " release <= " msgstr " release <= " -#: inary/analyzer/conflict.py:36 inary/analyzer/dependency.py:36 -#: inary/data/replace.py:34 +#: inary/analyzer/conflict.py:38 inary/analyzer/dependency.py:38 +#: inary/data/replace.py:36 msgid " release " msgstr " release " -#: inary/analyzer/ctypes_analyzer.py:28 -msgid "Module \"ctypes\" can not import" -msgstr "" - -#: inary/analyzer/firmwares.py:28 +#: inary/analyzer/firmwares.py:29 #, fuzzy msgid "Extracting firmware list for {}..." msgstr "Extraction des fichiers de {}" -#: inary/analyzer/firmwares.py:48 +#: inary/analyzer/firmwares.py:49 #, fuzzy msgid "The following firmwares are not installed:" msgstr "Les paquets suivants vont être installés :" -#: inary/analyzer/firmwares.py:63 +#: inary/analyzer/firmwares.py:64 msgid "Missing" msgstr "" -#: inary/analyzer/magic.py:151 +#: inary/analyzer/magic.py:150 #, fuzzy msgid "Can't load file or buffer {}" msgstr "La commande chrpath a échoué pour le fichier {} !" -#: inary/archive.py:307 +#: inary/archive.py:309 msgid "* Target DIR: {}" msgstr "" -#: inary/archive.py:459 +#: inary/archive.py:461 #, python-brace-format msgid "* Chowning {0} ({1}:{2})" msgstr "" -#: inary/archive.py:462 +#: inary/archive.py:464 #, python-brace-format msgid "* LChowning {0} ({1}:{2})" msgstr "" -#: inary/archive.py:526 +#: inary/archive.py:528 #, fuzzy msgid "Problem occured while uncompressing {}.Z file" msgstr "Un problème est survenu durant la décompression du fichiers {}.Z" -#: inary/atomicoperations.py:72 inary/operations/history.py:72 +#: inary/atomicoperations.py:79 inary/operations/history.py:75 #, fuzzy, python-brace-format msgid "Package {0} found in repository {1}" msgstr "Paquet {0} trouvé dans le dépôt {1}" -#: inary/atomicoperations.py:103 +#: inary/atomicoperations.py:110 #, fuzzy msgid "Package URI: {}" msgstr "URI du paquet : {}" -#: inary/atomicoperations.py:117 +#: inary/atomicoperations.py:124 msgid "Download Error: Package does not match the repository package." msgstr "Erreur de téléchargement : le paquet ne correspond pas au paquet du dépôt." -#: inary/atomicoperations.py:121 +#: inary/atomicoperations.py:128 #, fuzzy msgid "Package {} not found in any active repository." msgstr "Le paquet {} introuvable dans les dépôts actifs." -#: inary/atomicoperations.py:148 +#: inary/atomicoperations.py:156 #, fuzzy, python-brace-format msgid "Installing {0.name}, version {0.version}, release {0.release}" msgstr "Installation de {0.name}, version {0.version}, millésime {0.release}" -#: inary/atomicoperations.py:193 inary/operations/build.py:786 +#: inary/atomicoperations.py:186 +#, python-format +msgid "Free Space: %.2f %s " +msgstr "" + +#: inary/atomicoperations.py:188 +msgid "Is there any free space in your disk." +msgstr "" + +#: inary/atomicoperations.py:206 inary/operations/build.py:789 #, fuzzy, python-brace-format msgid "{0}-{1} is not a valid INARY version format" msgstr "{0}-{1} n'est pas un format de version valide de INARY." -#: inary/atomicoperations.py:199 +#: inary/atomicoperations.py:212 #, fuzzy msgid "{} package cannot be installed unless the dependencies are satisfied" msgstr "Le paquet {} ne peut être installé sans que les dépendances ne soient satisfaites" -#: inary/atomicoperations.py:222 +#: inary/atomicoperations.py:235 #, fuzzy, python-brace-format msgid "/{0} from {1} package\n" msgstr "/{0} pour le paquet {1}\n" -#: inary/atomicoperations.py:223 +#: inary/atomicoperations.py:236 #, fuzzy msgid "" "File conflicts:\n" @@ -741,208 +747,222 @@ msgstr "" "Conflit de fichiers :\n" "{}" -#: inary/atomicoperations.py:241 +#: inary/atomicoperations.py:254 msgid "Re-install same version package?" msgstr "Ré-installer la même version du paquet ?" -#: inary/atomicoperations.py:242 +#: inary/atomicoperations.py:255 msgid "Package re-install declined" msgstr "Ré-installation du paquet déclinée" -#: inary/atomicoperations.py:249 +#: inary/atomicoperations.py:262 msgid "Storing old paths info" msgstr "" -#: inary/atomicoperations.py:258 +#: inary/atomicoperations.py:271 msgid "Upgrading to new upstream version" msgstr "Mise à jour vers une version ultérieure" -#: inary/atomicoperations.py:261 +#: inary/atomicoperations.py:274 msgid "Upgrading to new distribution release" msgstr "Mise à jour vers une nouvelle version de distribution" -#: inary/atomicoperations.py:270 +#: inary/atomicoperations.py:283 msgid "Downgrade to old distribution release?" msgstr "Régresser vers une version de distribution plus récente ?" -#: inary/atomicoperations.py:274 +#: inary/atomicoperations.py:287 msgid "Package downgrade declined" msgstr "Régression de paquet déclinée" -#: inary/atomicoperations.py:320 +#: inary/atomicoperations.py:333 #, fuzzy msgid "{} configuration failed." msgstr "La configuration de {} a échoué." -#: inary/atomicoperations.py:411 +#: inary/atomicoperations.py:424 msgid "Unable to relocate following files. Reinstallation of this package is strongly recommended." msgstr "Impossible de déplacer les fichiers suivants. La réinstallation de ce paquet est fortement recommandée." -#: inary/atomicoperations.py:510 +#: inary/atomicoperations.py:523 #, fuzzy msgid "Storing {}" msgstr "Stockage de {}" -#: inary/atomicoperations.py:578 +#: inary/atomicoperations.py:548 +#, fuzzy +msgid "Adding '{}' to db..." +msgstr "Ajout de {} à la base de données... " + +#: inary/atomicoperations.py:592 #, fuzzy msgid "File list could not be read for package {}, continuing removal." msgstr "La liste des fichier pour le paquet {} n'a pu être lue, poursuite de la suppression." -#: inary/atomicoperations.py:584 +#: inary/atomicoperations.py:598 #, fuzzy msgid "Removing package {}" msgstr "Suppression du paquet {}" -#: inary/atomicoperations.py:587 +#: inary/atomicoperations.py:601 msgid "Trying to remove nonexistent package " msgstr " Tentative de suppression d'un paquet inexistant" -#: inary/atomicoperations.py:626 +#: inary/atomicoperations.py:640 msgid "Not removing conflicted file : {}" msgstr "Le fichier {} causant un conflit ne sera pas supprimé" -#: inary/atomicoperations.py:656 +#: inary/atomicoperations.py:670 #, fuzzy msgid "Installed file {} does not exist on system [Probably you manually deleted]" msgstr "Le fichier {} précédemment installé n'existe plus sur le système [Probablement supprimé manuellement]" -#: inary/atomicoperations.py:716 inary/cli/command.py:168 +#: inary/atomicoperations.py:725 inary/cli/command.py:170 msgid "You have to be root for this operation." msgstr "Vous devez être administrateur (root) pour réaliser cette opération." -#: inary/atomicoperations.py:724 +#: inary/atomicoperations.py:733 #, fuzzy msgid "Another instance of Inary is running. Only one instance is allowed." msgstr "Une autre instance de INARY est en cours d'exécution. Une seule est autorisée." -#: inary/atomicoperations.py:827 -#, fuzzy -msgid "Cleaning package cache {}..." -msgstr "Nettoyage du cache des paquets {}..." - -#: inary/atomicoperations.py:829 +#: inary/atomicoperations.py:737 #, fuzzy -msgid "Cleaning source archive cache {}..." -msgstr "Nettoyage du cache de l'archive des sources {}..." +msgid "Invalidating database caches..." +msgstr "Mise à jour de la base de données quoi qu'il arrive" -#: inary/atomicoperations.py:831 +#: inary/atomicoperations.py:739 #, fuzzy -msgid "Cleaning temporary directory {}..." -msgstr "Nettoyage du dossier temporaire {}..." +msgid "Updating database caches..." +msgstr "Mise à jour de la base de données quoi qu'il arrive" -#: inary/atomicoperations.py:835 +#: inary/atomicoperations.py:822 inary/atomicoperations.py:955 +#: inary/atomicoperations.py:963 #, fuzzy -msgid "Removing cache file {}..." -msgstr "Suppression du fichier cache {}..." +msgid "Regenerating database caches..." +msgstr "Reconstruction de la base de données fichiers" -#: inary/atomicoperations.py:875 +#: inary/atomicoperations.py:871 msgid "Taking snapshot of the system" msgstr "Prise d'un instantané du système" -#: inary/atomicoperations.py:918 +#: inary/atomicoperations.py:914 #, fuzzy msgid "scom package is not fully installed" msgstr "Le paquet scom n'est pas entièrement installé" -#: inary/atomicoperations.py:925 +#: inary/atomicoperations.py:921 msgid "Not a valid repo name." msgstr "Nom de dépôt invalide" -#: inary/atomicoperations.py:928 +#: inary/atomicoperations.py:924 #, fuzzy msgid "Repo {} already present." msgstr "Le dépôt {} existe déjà." -#: inary/atomicoperations.py:931 +#: inary/atomicoperations.py:927 #, fuzzy msgid "Repo already present with name {}." msgstr "Le dépôt {} existe déjà." -#: inary/atomicoperations.py:936 +#: inary/atomicoperations.py:931 inary/atomicoperations.py:940 +#, fuzzy +msgid "Flushing database caches..." +msgstr "Nettoyage du cache des paquets {}..." + +#: inary/atomicoperations.py:933 #, fuzzy msgid "Repo {} added to system." msgstr "Le dépôt {} a été ajouté au système." -#: inary/atomicoperations.py:944 +#: inary/atomicoperations.py:942 #, fuzzy msgid "Repo {} removed from system." msgstr "Le dépôt {} a été supprimé du système." -#: inary/atomicoperations.py:946 +#: inary/atomicoperations.py:944 #, fuzzy msgid "Repository {} does not exist. Cannot remove." msgstr "Le dépôt {} n'existe pas. Impossible de le supprimer." -#: inary/atomicoperations.py:967 +#: inary/atomicoperations.py:968 #, fuzzy msgid "Updating repository: {}" msgstr "Mise à jour du dépôt : {}" -#: inary/atomicoperations.py:976 +#: inary/atomicoperations.py:977 #, fuzzy msgid "{} repository information is up-to-date." msgstr "les informations concernant le dépôt {} sont à jour." -#: inary/atomicoperations.py:978 +#: inary/atomicoperations.py:979 msgid "Updating database at any rate as requested" msgstr "Mise à jour de la base de données quoi qu'il arrive comme demandé" -#: inary/atomicoperations.py:991 +#: inary/atomicoperations.py:993 msgid "Package database updated." msgstr "Base de données des paquets mise à jour." -#: inary/atomicoperations.py:993 +#: inary/atomicoperations.py:995 #, fuzzy msgid "No repository named {} found." msgstr "Pas de dépôt au nom {} trouvé." -#: inary/cli/__init__.py:117 +#: inary/cli/__init__.py:110 +#, fuzzy +msgid "Verboses: " +msgstr "Fournit : " + +#: inary/cli/__init__.py:122 msgid "Warning: " msgstr "Alerte :" -#: inary/cli/__init__.py:127 +#: inary/cli/__init__.py:132 msgid "Error: " msgstr "Erreur :" -#: inary/cli/__init__.py:161 +#: inary/cli/__init__.py:168 #, fuzzy msgid " (yes" msgstr " (oui/non)" -#: inary/cli/__init__.py:161 +#: inary/cli/__init__.py:168 msgid "no)" msgstr "" -#: inary/cli/__init__.py:185 -msgid " [complete]\n" +#: inary/cli/__init__.py:192 +#, fuzzy +msgid "" +"\n" +" [complete]\n" msgstr " [fini]\n" -#: inary/cli/__init__.py:195 +#: inary/cli/__init__.py:202 #, fuzzy msgid "Installed {}" msgstr "{} installé" -#: inary/cli/__init__.py:197 +#: inary/cli/__init__.py:204 #, fuzzy msgid "Removed {}" msgstr "{} supprimé" -#: inary/cli/__init__.py:199 +#: inary/cli/__init__.py:206 #, fuzzy msgid "Upgraded {}" msgstr "{} mis à jour" -#: inary/cli/__init__.py:201 +#: inary/cli/__init__.py:208 #, fuzzy msgid "Configured {}" msgstr "{} configuré" -#: inary/cli/__init__.py:203 +#: inary/cli/__init__.py:210 #, fuzzy msgid "Extracting the files of {}" msgstr "Extraction des fichiers de {}" -#: inary/cli/addrepo.py:25 +#: inary/cli/addrepo.py:28 msgid "" "Add a repository\n" "\n" @@ -962,23 +982,23 @@ msgstr "" "\n" "NB : Nous prenons en charge seulement les fichiers locaux (p.ex. /a/b/c) et les adresses http:// pour le moment.\n" -#: inary/cli/addrepo.py:43 +#: inary/cli/addrepo.py:46 msgid "add-repo options" msgstr "Options d'add-repo" -#: inary/cli/addrepo.py:44 +#: inary/cli/addrepo.py:47 msgid "Ignore repository distribution check" msgstr "Passer outre la vérification du dépôt de la distribution" -#: inary/cli/addrepo.py:45 +#: inary/cli/addrepo.py:48 msgid "Does not fetch repository index and does not check distribution match" msgstr "Ne télécharge pas l'index du dépôt et ne vérifie pas la correspondance avec la distribution." -#: inary/cli/addrepo.py:48 +#: inary/cli/addrepo.py:51 msgid "Add repository at given position (0 is first)" msgstr "Ajouter un dépôt à la position donnée (0 est la première)" -#: inary/cli/addrepo.py:62 +#: inary/cli/addrepo.py:65 #, fuzzy msgid "" "Add {} repository without updating the database?\n" @@ -989,12 +1009,12 @@ msgstr "" "En confirmant cela vous ajoutez aussi le dépôt à votre système sans vérifier sa conformité.\n" "Voulez-vous continuer?" -#: inary/cli/addrepo.py:74 +#: inary/cli/addrepo.py:77 #, fuzzy, python-brace-format msgid "{0} repository could not be reached. Removing {0} from system." msgstr "Impossible d'atteindre le dépôt {0}. Suppression de {0} du système." -#: inary/cli/blame.py:24 +#: inary/cli/blame.py:26 msgid "" "Information about the package owner and release\n" "\n" @@ -1006,39 +1026,39 @@ msgstr "" "Mode d'emploi : blame ... \n" "\n" -#: inary/cli/blame.py:37 +#: inary/cli/blame.py:39 msgid "blame options" msgstr "options de blame" -#: inary/cli/blame.py:38 +#: inary/cli/blame.py:40 msgid "Blame for the given release" msgstr "Accuse pour la version donnée" -#: inary/cli/blame.py:40 +#: inary/cli/blame.py:42 msgid "Blame for all of the releases" msgstr "Responsable de toutes les versions" -#: inary/cli/blame.py:66 inary/data/specfile.py:374 inary/data/specfile.py:485 +#: inary/cli/blame.py:68 inary/data/specfile.py:371 inary/data/specfile.py:452 #, fuzzy, python-brace-format msgid "Name: {0}, version: {1}, release: {2}\n" msgstr "Nom : {0}, version : {1}, release : {2}\n" -#: inary/cli/blame.py:68 +#: inary/cli/blame.py:70 #, fuzzy, python-brace-format msgid "Package Maintainer: {0} <{1}>\n" msgstr "Mainteneur du paquet : {0} <{1}>\n" -#: inary/cli/blame.py:69 +#: inary/cli/blame.py:71 #, fuzzy, python-brace-format msgid "Release Updater: {0.name} <{0.email}>\n" msgstr "Mise-à-jour de release par : {0.name} <{0.email}>\n" -#: inary/cli/blame.py:70 +#: inary/cli/blame.py:72 #, fuzzy msgid "Update Date: {}\n" msgstr "Date de mise-à-jour : {}\n" -#: inary/cli/build.py:25 +#: inary/cli/build.py:30 msgid "" "Build INARY packages\n" "\n" @@ -1060,92 +1080,96 @@ msgstr "" "Vous pouvez également donner le nom d'un paquet source\n" "à télécharger à partir d'un dépôt contenant des sources.\n" -#: inary/cli/build.py:49 +#: inary/cli/build.py:54 msgid "build options" msgstr "options de compilation" -#: inary/cli/build.py:57 +#: inary/cli/build.py:62 msgid "Run inary build operation without printing extra debug information" msgstr "Ne pas afficher d'informations de déboguage supplémentaires lors de la construction de paquet inary." -#: inary/cli/build.py:63 inary/cli/command.py:205 +#: inary/cli/build.py:68 inary/cli/command.py:207 msgid "Do not take dependency information into account" msgstr "Ne pas prendre les informations de dépendance en compte" -#: inary/cli/build.py:69 +#: inary/cli/build.py:74 msgid "Output directory for produced packages" msgstr "Répertoire accueillant les paquets produits" -#: inary/cli/build.py:73 +#: inary/cli/build.py:78 msgid "Bypass errors from ActionsAPI" msgstr "Passe outre les erreurs d'ActionsAPI" -#: inary/cli/build.py:78 inary/cli/command.py:207 +#: inary/cli/build.py:83 inary/cli/command.py:209 msgid "Bypass safety switch" msgstr "Passe outre les précautions de sécurité" -#: inary/cli/build.py:83 +#: inary/cli/build.py:88 msgid "Bypass testing step" msgstr "Passer outre l'étape de test" -#: inary/cli/build.py:88 +#: inary/cli/build.py:93 msgid "Create a static package with ar files" msgstr "Création d'un paquet statique avec des fichier ar" -#: inary/cli/build.py:92 inary/cli/delta.py:63 +#: inary/cli/build.py:97 inary/cli/delta.py:65 msgid "Create the binary package using the given format. Use '-F help' to see a list of supported formats." msgstr "Créez le paquet binaire en utilisant le format donné. Utilisez '-F Help' pour voir la liste des formats pris en charge." -#: inary/cli/build.py:99 +#: inary/cli/build.py:104 msgid "Use quilt patch management system instead of GNU patch" msgstr "Utiliser le système de patch quilt au lieu de GNU patch." -#: inary/cli/build.py:105 +#: inary/cli/build.py:110 +msgid "Do not use root user when packaging, make building under home folder" +msgstr "" + +#: inary/cli/build.py:116 msgid "Do not constrain build process inside the build folder" msgstr "Ne cantonne pas le processus de compilation au sein du répertoire de compilation" -#: inary/cli/build.py:109 +#: inary/cli/build.py:120 msgid "build steps" msgstr "étapes de compilation" -#: inary/cli/build.py:115 +#: inary/cli/build.py:126 msgid "Break build after fetching the source archive" msgstr "Se contente de télécharger le code source" -#: inary/cli/build.py:122 +#: inary/cli/build.py:133 msgid "Break build after unpacking the source archive, checking sha1sum and applying patches" msgstr "Se contente de télécharger le code source, vérifier son intégrité avec sha1sum et appliquer les patchs" -#: inary/cli/build.py:130 +#: inary/cli/build.py:141 msgid "Break build after running configure step" msgstr "Arrête le processus de construction du paquet après le lancement de configure" -#: inary/cli/build.py:136 +#: inary/cli/build.py:147 msgid "Break build after running compile step" msgstr "Arrête le processus de construction du paquet après la compilation du source" -#: inary/cli/build.py:142 +#: inary/cli/build.py:153 msgid "Break build after running check step" msgstr "Arrête le processus de compilation du paquet après la fin de l'étape de test" -#: inary/cli/build.py:148 +#: inary/cli/build.py:159 msgid "Break build after running install step" msgstr "Arrête le process de construction du paquet après l'exécution de l'install" -#: inary/cli/build.py:154 +#: inary/cli/build.py:165 msgid "Create INARY package" msgstr "Crée le paquet INARY" -#: inary/cli/build.py:164 inary/cli/delta.py:71 +#: inary/cli/build.py:175 inary/cli/delta.py:73 msgid "Supported package formats:" msgstr "Formats de paquets pris en charge :" -#: inary/cli/build.py:167 inary/cli/delta.py:74 +#: inary/cli/build.py:178 inary/cli/delta.py:76 #, fuzzy msgid " {} (default)" msgstr "{} (par défaut)" -#: inary/cli/check.py:28 +#: inary/cli/check.py:30 msgid "" "Verify installation\n" "\n" @@ -1173,40 +1197,40 @@ msgstr "" "\n" "Si aucun paquet n'est indiqué, vérifie tous les paquets installés.\n" -#: inary/cli/check.py:55 +#: inary/cli/check.py:57 msgid "check options" msgstr "Options de vérification" -#: inary/cli/check.py:60 +#: inary/cli/check.py:62 msgid "Check installed packages under given component" msgstr "Vérifie les paquets installés pour un composant donné" -#: inary/cli/check.py:66 +#: inary/cli/check.py:68 msgid "Checks only changed config files of the packages" msgstr "Vérifie seulement les fichiers de configuration des paquets modifiés" -#: inary/cli/check.py:83 +#: inary/cli/check.py:85 msgid "Checking all installed packages" msgstr "Vérification de tous les paquets installés" -#: inary/cli/check.py:92 +#: inary/cli/check.py:94 #, fuzzy msgid "Checking integrity of {}" msgstr "Vérification de l'intégrité de {}" -#: inary/cli/check.py:104 +#: inary/cli/check.py:106 msgid "Broken" msgstr "Cassé" -#: inary/cli/check.py:109 +#: inary/cli/check.py:111 msgid "Unknown" msgstr "Inconnu" -#: inary/cli/check.py:111 +#: inary/cli/check.py:113 msgid "OK" msgstr "OK" -#: inary/cli/check.py:117 +#: inary/cli/check.py:118 #, fuzzy msgid "Missing file: /{}" msgstr "Fichier manquant : {}" @@ -1216,22 +1240,22 @@ msgstr "Fichier manquant : {}" msgid "Access denied: /{}" msgstr "Accès refusé : \\{}" -#: inary/cli/check.py:125 +#: inary/cli/check.py:124 #, fuzzy msgid "Corrupted file: /{}" msgstr "Fichier corrompu : {}" -#: inary/cli/check.py:129 +#: inary/cli/check.py:127 #, fuzzy msgid "Modified configuration file: /{}" msgstr "Fichier de configuration modifié : {}" -#: inary/cli/check.py:134 +#: inary/cli/check.py:132 #, fuzzy msgid "Package {} not installed" msgstr "Le paquet {} n'est pas installé" -#: inary/cli/check.py:138 +#: inary/cli/check.py:136 #, fuzzy msgid "" "Inary was unable to check the integrity of packages which contain files that you don't have read access.\n" @@ -1240,7 +1264,7 @@ msgstr "" "Inary a été incapable de vérifier l'intégrité des paquets qui contiennent des fichiers pour lesquels vous n'avez pas d'accès en lecture.\n" "Effectuer la vérification en tant qu'administrateur peut résoudre ce problème." -#: inary/cli/clean.py:20 +#: inary/cli/clean.py:22 msgid "" "Clean stale locks\n" "\n" @@ -1256,76 +1280,76 @@ msgstr "" "INARY utilise des verrous du système de fichiers pour contrôler les accès à sa base de données.\n" "Cette commande supprime les verrous inutilisés." -#: inary/cli/command.py:31 +#: inary/cli/command.py:33 msgid "Command lacks name" msgstr "La commande n'a pas de nom" -#: inary/cli/command.py:35 +#: inary/cli/command.py:37 #, fuzzy msgid "Duplicate command {}" msgstr "Commande {} dupliquée" -#: inary/cli/command.py:72 inary/cli/inarycli.py:138 +#: inary/cli/command.py:74 inary/cli/inarycli.py:142 #, fuzzy msgid "Unrecognized command: {}" msgstr "Commande non reconnue : {}" -#: inary/cli/command.py:97 +#: inary/cli/command.py:99 msgid "general options" msgstr "options générales" -#: inary/cli/command.py:100 +#: inary/cli/command.py:102 msgid "Change the system root for INARY commands" msgstr "Change la racine système pour les commandes INARY" -#: inary/cli/command.py:102 +#: inary/cli/command.py:104 msgid "Assume yes in all yes/no queries" msgstr "Assume oui pour toutes les questions oui/non" -#: inary/cli/command.py:106 +#: inary/cli/command.py:108 msgid "Keep bandwidth usage under specified KB's" msgstr "Maintient l'utilisation de la bande passante en dessus du seuil spécifié en Ko." -#: inary/cli/command.py:109 +#: inary/cli/command.py:111 msgid "Detailed output" msgstr "Affichage détaillé du retour" -#: inary/cli/command.py:111 +#: inary/cli/command.py:113 msgid "Show debugging information" msgstr "Montrer les informations de déverminage" -#: inary/cli/command.py:113 +#: inary/cli/command.py:115 msgid "Suppresses all coloring of INARY's output" msgstr "Supprime toute coloration dans les retours de INARY." -#: inary/cli/command.py:131 +#: inary/cli/command.py:133 #, fuzzy msgid "Destination directory {} does not exist. Creating directory.\n" msgstr "Répertoire de destination {} n'existe pas. Création du répertoire.\n" -#: inary/cli/command.py:153 +#: inary/cli/command.py:155 msgid "Password: " msgstr "Mot de passe : " -#: inary/cli/command.py:192 +#: inary/cli/command.py:194 msgid "Command terminated abnormally." msgstr "La commande s'est achevée anormalement." -#: inary/cli/command.py:209 inary/cli/emerge.py:52 inary/cli/emergeup.py:54 +#: inary/cli/command.py:211 inary/cli/emerge.py:54 inary/cli/emergeup.py:56 #, fuzzy msgid "Bypass scom configuration agent" msgstr "Passer outre l'agent de configuration scom" -#: inary/cli/command.py:211 +#: inary/cli/command.py:213 msgid "Do not perform any action, just show what would be done" msgstr "Ne rien faire, juste montrer ce qui serait fait" -#: inary/cli/command.py:229 +#: inary/cli/command.py:231 #, fuzzy msgid "usage: {}\n" msgstr "Mode d'emploi : {}\n" -#: inary/cli/configurepending.py:23 +#: inary/cli/configurepending.py:25 #, fuzzy msgid "" "Configure pending packages\n" @@ -1342,11 +1366,11 @@ msgstr "" "paquets en attente de configuration. Cette commande\n" "configure ces paquets.\n" -#: inary/cli/configurepending.py:37 +#: inary/cli/configurepending.py:39 msgid "configure-pending options" msgstr "Options de configure-pending" -#: inary/cli/deletecache.py:22 +#: inary/cli/deletecache.py:26 msgid "" "Delete cache files\n" "\n" @@ -1364,7 +1388,37 @@ msgstr "" "dans le dossier /var. En s'accumulant, ils peuvent prendre\n" "beaucoup de place sur le disque dur." -#: inary/cli/delta.py:24 +#: inary/cli/deletecache.py:40 +#, fuzzy +msgid "Select cleaning directory:\n" +msgstr "Nettoyage du dossier de construction..." + +#: inary/cli/deletecache.py:49 +#, fuzzy +msgid "Cleaning home-build directory {}..." +msgstr "Nettoyage du dossier de construction..." + +#: inary/cli/deletecache.py:57 +#, fuzzy +msgid "Cleaning package cache {}..." +msgstr "Nettoyage du cache des paquets {}..." + +#: inary/cli/deletecache.py:59 +#, fuzzy +msgid "Cleaning source archive cache {}..." +msgstr "Nettoyage du cache de l'archive des sources {}..." + +#: inary/cli/deletecache.py:61 +#, fuzzy +msgid "Cleaning temporary directory {}..." +msgstr "Nettoyage du dossier temporaire {}..." + +#: inary/cli/deletecache.py:65 +#, fuzzy +msgid "Removing cache file {}..." +msgstr "Suppression du fichier cache {}..." + +#: inary/cli/delta.py:26 msgid "" "Creates delta packages\n" "\n" @@ -1384,19 +1438,19 @@ msgstr "" " en comparant les sha1sum des fichiers et crée\n" "le paquet delta avec les fichiers modifiés.\n" -#: inary/cli/delta.py:45 +#: inary/cli/delta.py:47 msgid "delta options" msgstr "Options de delta" -#: inary/cli/delta.py:53 +#: inary/cli/delta.py:55 msgid "Use arg as the new package and treat other arguments as old packages." msgstr "Utiliser arg comme nouveau paquet et traiter les autres arguments comme les anciens paquets." -#: inary/cli/delta.py:59 +#: inary/cli/delta.py:61 msgid "Output directory for produced packages." msgstr "Répertoire accueillant les paquets produits" -#: inary/cli/disablerepo.py:22 +#: inary/cli/disablerepo.py:24 msgid "" "Disable repository\n" "\n" @@ -1414,7 +1468,7 @@ msgstr "" "\n" "Les dépôts désactivés ne sont pas pris en compte dans les opérations sur les paquets.\n" -#: inary/cli/emerge.py:25 +#: inary/cli/emerge.py:27 msgid "" "Build and install INARY source packages from repository\n" "\n" @@ -1434,34 +1488,34 @@ msgstr "" "\n" "Vous pouvez aussi indiquer le nom d'un composant.\n" -#: inary/cli/emerge.py:43 +#: inary/cli/emerge.py:45 msgid "emerge options" msgstr "Options d'emerge" -#: inary/cli/emerge.py:46 inary/cli/emergeup.py:48 +#: inary/cli/emerge.py:48 inary/cli/emergeup.py:50 msgid "Emerge available packages under given component" msgstr "'Emerge' les paquets disponibles pour un composant donné" -#: inary/cli/emerge.py:48 inary/cli/emergeup.py:50 inary/cli/install.py:52 -#: inary/cli/upgrade.py:58 +#: inary/cli/emerge.py:50 inary/cli/emergeup.py:52 inary/cli/install.py:54 +#: inary/cli/upgrade.py:60 msgid "Ignore file conflicts" msgstr "Ignorer les conflits de fichiers" -#: inary/cli/emerge.py:50 inary/cli/emergeup.py:52 inary/cli/install.py:54 -#: inary/cli/upgrade.py:60 +#: inary/cli/emerge.py:52 inary/cli/emergeup.py:54 inary/cli/install.py:56 +#: inary/cli/upgrade.py:62 msgid "Ignore package conflicts" msgstr "Ignorer les conflits de paquets" -#: inary/cli/emerge.py:70 inary/cli/emergeup.py:75 +#: inary/cli/emerge.py:72 inary/cli/emergeup.py:77 #, fuzzy msgid "Output directory: {}" msgstr "Répertoire de sortie : {}" -#: inary/cli/emerge.py:72 inary/cli/emergeup.py:77 +#: inary/cli/emerge.py:74 inary/cli/emergeup.py:79 msgid "Outputting binary packages in the package cache." msgstr "Génération de paquets binaires dans le cache de paquets." -#: inary/cli/emergeup.py:27 +#: inary/cli/emergeup.py:29 #, fuzzy msgid "" "Build and upgrade INARY source packages from repository\n" @@ -1482,12 +1536,12 @@ msgstr "" "\n" "Vous pouvez aussi indiquer le nom d'un composant.\n" -#: inary/cli/emergeup.py:45 +#: inary/cli/emergeup.py:47 #, fuzzy msgid "emergeup options" msgstr "Options d'emerge" -#: inary/cli/enablerepo.py:22 +#: inary/cli/enablerepo.py:24 msgid "" "Enable repository\n" "\n" @@ -1536,7 +1590,7 @@ msgstr "Répertoire accueillant les paquets téléchargés" msgid "Download with runtime dependencies." msgstr "Ignore les dépendances de compilations." -#: inary/cli/graph.py:26 +#: inary/cli/graph.py:28 msgid "" "Graph package relations\n" "\n" @@ -1554,44 +1608,44 @@ msgstr "" "leurs conflits potentiels. Par défaut, affiche les relations entre paquets du dépôt \n" "et dessine au format graphviz dans 'pgraph.dot'.\n" -#: inary/cli/graph.py:41 +#: inary/cli/graph.py:43 msgid "graph options" msgstr "Options du graphe" -#: inary/cli/graph.py:45 +#: inary/cli/graph.py:47 msgid "Specify a particular repository" msgstr "Spécifier un dépôt en particulier" -#: inary/cli/graph.py:48 +#: inary/cli/graph.py:50 msgid "Graph of installed packages" msgstr "Graphe des paquets installés" -#: inary/cli/graph.py:51 +#: inary/cli/graph.py:53 msgid "Do not show installed packages" msgstr "Ne pas montrer les paquets installés" -#: inary/cli/graph.py:54 +#: inary/cli/graph.py:56 msgid "Draw reverse dependency graph" msgstr "Dessiner le graphe des dépendances inverses" -#: inary/cli/graph.py:57 +#: inary/cli/graph.py:59 msgid "Dot output file" msgstr "Fichier de sortie dot" -#: inary/cli/graph.py:71 +#: inary/cli/graph.py:73 #, fuzzy msgid "Plotting packages in repository {}" msgstr "Tracé des paquets du dépôt {}" -#: inary/cli/graph.py:74 +#: inary/cli/graph.py:76 msgid "Plotting a graph of relations among all repository packages" msgstr "Tracé du graphe des relations entre tous les paquets du dépôt" -#: inary/cli/graph.py:88 +#: inary/cli/graph.py:90 msgid "Plotting a graph of relations among all installed packages" msgstr "Tracé du graphe de relations entre tous les paquets installés" -#: inary/cli/help.py:22 +#: inary/cli/help.py:24 msgid "" "Prints help for given commands\n" "\n" @@ -1605,7 +1659,7 @@ msgstr "" "\n" "Sans paramètres donnés en argument, c'est l'aide générale qui s'affiche." -#: inary/cli/help.py:47 +#: inary/cli/help.py:49 msgid "" "%prog [options] [arguments]\n" "\n" @@ -1617,7 +1671,7 @@ msgstr "" "où peut-être :\n" "\n" -#: inary/cli/help.py:53 +#: inary/cli/help.py:55 msgid "" "\n" "Use \"%prog help \" for help on a specific command.\n" @@ -1625,35 +1679,35 @@ msgstr "" "\n" "Utilisez \"%prog help \" pour une aide concernant une commande spécifique.\n" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "emerge" msgstr "emerge" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "install" msgstr "install" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "remove" msgstr "supprime" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "repository update" msgstr "Mise-à-jour du dépôt" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "snapshot" msgstr "instantané" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "takeback" msgstr "retour" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "upgrade" msgstr "mettre à jour" -#: inary/cli/history.py:31 +#: inary/cli/history.py:33 msgid "" "History of inary operations\n" "\n" @@ -1666,50 +1720,50 @@ msgstr "" "Mode d'emploi : history\n" "Liste les opérations précédentes." -#: inary/cli/history.py:45 +#: inary/cli/history.py:47 msgid "history options" msgstr "Options d'history" -#: inary/cli/history.py:51 +#: inary/cli/history.py:53 msgid "Output only the last n operations" msgstr "Affiche seulement les dernières n opérations" -#: inary/cli/history.py:53 +#: inary/cli/history.py:55 msgid "Take snapshot of the current system" msgstr "Prends un instantané du système courant" -#: inary/cli/history.py:55 +#: inary/cli/history.py:57 msgid "Takeback to the state after the given operation finished" msgstr "Retour à l'état suivant la fin de l'opération indiquée" -#: inary/cli/history.py:65 -#, fuzzy, python-brace-format -msgid "Operation #{0}: {1}" -msgstr "Opération #{0} : {1}" +#: inary/cli/history.py:68 +#, fuzzy +msgid "Operation " +msgstr "Options" -#: inary/cli/history.py:66 -#, python-brace-format -msgid "Date: {0.date} {0.time}" -msgstr "Date: {0.date} {0.time}" +#: inary/cli/history.py:72 +#, fuzzy +msgid "Date: " +msgstr "Date : {} {}" -#: inary/cli/history.py:70 -#, python-format -msgid " * There are %d packages in this snapshot." +#: inary/cli/history.py:78 +#, fuzzy +msgid " * There are {} packages in this snapshot." msgstr " * Il y a %d paquets dans cet instantané." -#: inary/cli/inarycli.py:89 +#: inary/cli/inarycli.py:93 msgid "Options must precede non-option arguments" msgstr "Les options doivent précéder les arguments qui n'en sont pas." -#: inary/cli/inarycli.py:131 +#: inary/cli/inarycli.py:135 msgid "No command given" msgstr "Aucune commande fournie" -#: inary/cli/inarycli.py:134 +#: inary/cli/inarycli.py:138 msgid "Command line parsing error" msgstr "Erreur d'analyse de la ligne de commande" -#: inary/cli/index.py:24 +#: inary/cli/index.py:26 msgid "" "Index INARY files in a given directory\n" "\n" @@ -1735,31 +1789,31 @@ msgstr "" "La commande fonctionne aussi si l'on indique plusieurs dossiers, mais\n" "place tout dans un fichier index unique.\n" -#: inary/cli/index.py:48 +#: inary/cli/index.py:50 msgid "index options" msgstr "options d'index" -#: inary/cli/index.py:53 +#: inary/cli/index.py:55 msgid "Store absolute links for indexed files." msgstr "Stocker des liens absolus pour les fichiers indexés." -#: inary/cli/index.py:58 +#: inary/cli/index.py:60 msgid "Index output file" msgstr "Fichier de sortie d'index." -#: inary/cli/index.py:63 +#: inary/cli/index.py:65 msgid "Comma-separated compression types for index file" msgstr "Types de compression séparés par des virgules pour le fichier d'index" -#: inary/cli/index.py:69 +#: inary/cli/index.py:71 msgid "Do not index INARY spec files." msgstr "Ne pas indexer les fichiers spec INARY." -#: inary/cli/index.py:74 +#: inary/cli/index.py:76 msgid "Do not sign index." msgstr "Ne pas signer l'index." -#: inary/cli/info.py:26 +#: inary/cli/info.py:28 msgid "" "Display package information\n" "\n" @@ -1773,80 +1827,80 @@ msgstr "" "\n" " est soit un nom de paquet, soit un fichier .inary.\n" -#: inary/cli/info.py:44 +#: inary/cli/info.py:46 msgid "info options" msgstr "Options d'info" -#: inary/cli/info.py:51 +#: inary/cli/info.py:53 msgid "Show a list of package files." msgstr "Affiche une liste de paquets." -#: inary/cli/info.py:53 +#: inary/cli/info.py:55 msgid "Info about the given component" msgstr "Infos à propos du composant donné" -#: inary/cli/info.py:56 +#: inary/cli/info.py:58 msgid "Show only paths." msgstr "Affiche seulement les chemins." -#: inary/cli/info.py:58 +#: inary/cli/info.py:60 msgid "Do not show details" msgstr "Ne pas afficher les détails" -#: inary/cli/info.py:60 +#: inary/cli/info.py:62 msgid "Output in xml format" msgstr "Sortie au format xml" -#: inary/cli/info.py:128 +#: inary/cli/info.py:130 msgid "Reverse Dependencies:" msgstr "Dépendances inverses : " -#: inary/cli/info.py:139 +#: inary/cli/info.py:141 msgid "Reverse Build Dependencies:" msgstr "Dépendances inverses de build : " -#: inary/cli/info.py:144 +#: inary/cli/info.py:146 #, fuzzy msgid "Package file: {}" msgstr "Fichier paquet : {}" -#: inary/cli/info.py:159 +#: inary/cli/info.py:161 msgid "[inst] " msgstr "[inst] " -#: inary/cli/info.py:161 +#: inary/cli/info.py:163 msgid "Installed package:" msgstr "Paquets installés :" -#: inary/cli/info.py:165 +#: inary/cli/info.py:167 #, fuzzy msgid "{} package is not installed" msgstr "Le paquet {} n'est pas installé" -#: inary/cli/info.py:171 +#: inary/cli/info.py:173 msgid "[binary] " msgstr "[binaire] " -#: inary/cli/info.py:173 inary/cli/info.py:185 +#: inary/cli/info.py:175 inary/cli/info.py:187 #, fuzzy msgid "Package found in {} repository:" msgstr "Paquet trouvé dans le dépôt {} :" -#: inary/cli/info.py:176 +#: inary/cli/info.py:178 #, fuzzy msgid "{} package is not found in binary repositories" msgstr "Le paquet {} est introuvable dans les dépôts binaires" -#: inary/cli/info.py:183 +#: inary/cli/info.py:185 msgid "[source] " msgstr "[source]" -#: inary/cli/info.py:188 +#: inary/cli/info.py:190 #, fuzzy msgid "{} package is not found in source repositories" msgstr "{} est introuvable dans les dépôts de code source" -#: inary/cli/install.py:25 +#: inary/cli/install.py:27 msgid "" "Install INARY packages\n" "\n" @@ -1869,48 +1923,48 @@ msgstr "" "Par exemple : sudo inary install -c system.devel\n" "installer tous les paquets nécessaires pour compiler un logiciel à partir de son code source.\n" -#: inary/cli/install.py:43 +#: inary/cli/install.py:45 msgid "install options" msgstr "Options d'installation" -#: inary/cli/install.py:48 +#: inary/cli/install.py:50 msgid "Reinstall already installed packages" msgstr "Réinstaller les paquets déjà installés." -#: inary/cli/install.py:50 +#: inary/cli/install.py:52 msgid "Skip distribution release and architecture check" msgstr "Passer outre la vérification du numéro de version et de l'architecture de la distribution" -#: inary/cli/install.py:56 +#: inary/cli/install.py:58 msgid "Install component's and recursive components' packages" msgstr "Installer les paquets du composant, et des composants récursifs" -#: inary/cli/install.py:58 +#: inary/cli/install.py:60 msgid "Name of the component's repository" msgstr "Nom du dépôt du composant" -#: inary/cli/install.py:60 inary/cli/upgrade.py:66 +#: inary/cli/install.py:62 inary/cli/upgrade.py:68 msgid "Fetch upgrades but do not install." msgstr "Télécharger les mises à jour mais ne pas les installer." -#: inary/cli/install.py:62 +#: inary/cli/install.py:64 msgid "When installing packages, ignore packages and components whose basenames match pattern." msgstr "Ignorer, lors de l'installation, les paquets et les composants dont le nom de base correspond au patron." -#: inary/cli/install.py:65 +#: inary/cli/install.py:67 msgid "When installing packages, ignore packages and components whose basenames match any pattern contained in file." msgstr "Ignorer, lors de l'installation, les paquets et les composants dont les noms de base correspondent aux patrons contenus dans le fichier." -#: inary/cli/install.py:69 +#: inary/cli/install.py:71 msgid "Store previous libraries info when package is updating to newer version." msgstr "" -#: inary/cli/install.py:94 +#: inary/cli/install.py:96 #, fuzzy msgid "There is no component named {}" msgstr "Il n'y a aucun composant nommé {}" -#: inary/cli/listavailable.py:27 +#: inary/cli/listavailable.py:29 msgid "" "List available packages in the repositories\n" "\n" @@ -1927,36 +1981,36 @@ msgstr "" "Donne une brève liste de paquets INARY des dépôts spécifiés.\n" "Si aucun dépôt n'est indiqué, ce sont tous leds dépôts qui sont pris en compte.\n" -#: inary/cli/listavailable.py:45 +#: inary/cli/listavailable.py:47 msgid "list-available options" msgstr "Options de list-available" -#: inary/cli/listavailable.py:47 inary/cli/listcomponents.py:41 -#: inary/cli/listinstalled.py:47 inary/cli/listsources.py:40 -#: inary/cli/listupgrades.py:43 inary/cli/searchfile.py:40 +#: inary/cli/listavailable.py:49 inary/cli/listcomponents.py:43 +#: inary/cli/listinstalled.py:49 inary/cli/listsources.py:42 +#: inary/cli/listupgrades.py:45 inary/cli/searchfile.py:41 msgid "Show in long format" msgstr "Afficher au format long" -#: inary/cli/listavailable.py:49 +#: inary/cli/listavailable.py:51 msgid "List available packages under given component" msgstr "Liste les paquets disponibles pour un composant donné" -#: inary/cli/listavailable.py:51 +#: inary/cli/listavailable.py:53 msgid "Show uninstalled packages only" msgstr "Affiche seulement les paquets désinstallés" -#: inary/cli/listavailable.py:59 +#: inary/cli/listavailable.py:61 msgid "Installed packages are shown in this color" msgstr "Les paquets installés sont indiqués avec cette couleur" -#: inary/cli/listavailable.py:67 +#: inary/cli/listavailable.py:69 #, fuzzy msgid "" "\n" " Repository : {}\n" msgstr "Dépôt : {}\n" -#: inary/cli/listcomponents.py:24 +#: inary/cli/listcomponents.py:26 msgid "" "List available components\n" "\n" @@ -1971,15 +2025,15 @@ msgstr "" "\n" "Donne une brève liste des composants INARY.\n" -#: inary/cli/listcomponents.py:39 +#: inary/cli/listcomponents.py:41 msgid "list-components options" msgstr "Options de list-components" -#: inary/cli/listcomponents.py:43 inary/cli/search.py:46 +#: inary/cli/listcomponents.py:45 inary/cli/search.py:48 msgid "Name of the source or package repository" msgstr "Nom du dépôt de source ou de paquet." -#: inary/cli/listinstalled.py:25 +#: inary/cli/listinstalled.py:27 msgid "" "Print the list of all installed packages\n" "\n" @@ -1989,27 +2043,27 @@ msgstr "" "\n" "Mode d'emploi : list-installed\n" -#: inary/cli/listinstalled.py:39 +#: inary/cli/listinstalled.py:41 msgid "list-installed options" msgstr "Options de list-installed" -#: inary/cli/listinstalled.py:44 +#: inary/cli/listinstalled.py:46 msgid "Only list the installed packages built by the given host" msgstr "Lister seulement les paquets installés construit par l'hôte donné" -#: inary/cli/listinstalled.py:49 +#: inary/cli/listinstalled.py:51 msgid "List installed packages under given component" msgstr "Lister les paquets installés pour le composant donné" -#: inary/cli/listinstalled.py:51 inary/cli/listupgrades.py:47 +#: inary/cli/listinstalled.py:53 inary/cli/listupgrades.py:49 msgid "Show detailed install info" msgstr "Afficher les informations détaillées de l'installation" -#: inary/cli/listinstalled.py:77 inary/cli/listupgrades.py:72 +#: inary/cli/listinstalled.py:79 inary/cli/listupgrades.py:74 msgid "Package Name |St| Version| Rel.| Distro| Date" msgstr "Nom du paquet | St | Version | Rel |. Distro | Date" -#: inary/cli/listnewest.py:25 +#: inary/cli/listnewest.py:27 msgid "" "List newest packages in the repositories\n" "\n" @@ -2026,29 +2080,29 @@ msgstr "" "Donne une liste des derniers paquets INARY publiés dans les dépôts spécifiés.\n" "Si aucun dépôt n'est spécifié, les derniers paquets de tous les dépôts seront listés.\n" -#: inary/cli/listnewest.py:43 +#: inary/cli/listnewest.py:45 msgid "list-newest options" msgstr "Options de list-newest" -#: inary/cli/listnewest.py:45 +#: inary/cli/listnewest.py:47 msgid "List new packages added to repository after this given date formatted as yyyy-mm-dd" msgstr "Lister les nouveaux paquets ajoutés au dépôt après cette date donnée sous la forme aaaa-mm-jj" -#: inary/cli/listnewest.py:47 +#: inary/cli/listnewest.py:49 msgid "List new packages added to repository after last nth previous repository update" msgstr "Liste les nouveaux paquets ajoutés au dépôt après sa dernière mise à jour." -#: inary/cli/listnewest.py:75 +#: inary/cli/listnewest.py:77 #, fuzzy, python-brace-format msgid "Packages added to {0} since {1}:\n" msgstr "Paquets ajoutés à {0} depuis {1} :\n" -#: inary/cli/listnewest.py:77 +#: inary/cli/listnewest.py:79 #, fuzzy msgid "Packages added to {}:" msgstr "Paquets ajoutés à {} :" -#: inary/cli/listorphaned.py:25 +#: inary/cli/listorphaned.py:27 msgid "" "List orphaned packages\n" "\n" @@ -2057,32 +2111,32 @@ msgid "" "Lists packages installed as dependency, but no longer needed by any other installed package.\n" msgstr "" -#: inary/cli/listorphaned.py:40 +#: inary/cli/listorphaned.py:42 #, fuzzy msgid "list-orphaned options" msgstr "Options de list-sources" -#: inary/cli/listorphaned.py:42 +#: inary/cli/listorphaned.py:44 #, fuzzy msgid "Show all packages without reverse dependencies" msgstr "Il y a des paquets supplémentaires pour cause de dépendances." -#: inary/cli/listorphaned.py:44 +#: inary/cli/listorphaned.py:46 #, fuzzy msgid "Ignore packages and components whose basenames match pattern." msgstr "Ignorer les paquet et les composants dont le nom de base correspond au patron lors de la mise à jour du système." -#: inary/cli/listorphaned.py:56 +#: inary/cli/listorphaned.py:58 #, fuzzy msgid "Orphaned packages:" msgstr "Graphe des paquets installés" -#: inary/cli/listorphaned.py:58 +#: inary/cli/listorphaned.py:60 #, fuzzy msgid "No orphaned packages" msgstr "Ne pas montrer les paquets installés" -#: inary/cli/listpending.py:23 +#: inary/cli/listpending.py:25 msgid "" "List pending packages\n" "\n" @@ -2093,10 +2147,14 @@ msgstr "" "Liste les paquets en attente de configuration.\n" #: inary/cli/listpending.py:41 +msgid "Listing pending orders:" +msgstr "" + +#: inary/cli/listpending.py:43 msgid "There are no packages waiting to be configured" msgstr "Il n'y a aucun paquet en attente de configuration" -#: inary/cli/listrepo.py:23 +#: inary/cli/listrepo.py:25 msgid "" "List repositories\n" "\n" @@ -2110,20 +2168,20 @@ msgstr "" "\n" "Lists currently tracked repositories.\n" -#: inary/cli/listrepo.py:40 inary/cli/listrepo.py:41 +#: inary/cli/listrepo.py:42 inary/cli/listrepo.py:43 msgid "active" msgstr "actif" -#: inary/cli/listrepo.py:40 +#: inary/cli/listrepo.py:42 msgid "inactive" msgstr "inactif" -#: inary/cli/listrepo.py:42 inary/cli/listrepo.py:44 +#: inary/cli/listrepo.py:44 inary/cli/listrepo.py:46 #, python-brace-format msgid "{0} [{1}]" msgstr "{0} [{1}]" -#: inary/cli/listsources.py:24 +#: inary/cli/listsources.py:26 msgid "" "List available sources\n" "\n" @@ -2137,11 +2195,11 @@ msgstr "" "\n" "Donne une brève liste des sources publiées dans les dépôts.\n" -#: inary/cli/listsources.py:38 +#: inary/cli/listsources.py:40 msgid "list-sources options" msgstr "Options de list-sources" -#: inary/cli/listupgrades.py:26 +#: inary/cli/listupgrades.py:28 msgid "" "List packages to be upgraded\n" "\n" @@ -2155,19 +2213,19 @@ msgstr "" "\n" "Liste les paquets qui vont être mis à jour.\n" -#: inary/cli/listupgrades.py:41 +#: inary/cli/listupgrades.py:43 msgid "list-upgrades options" msgstr "Options de list-upgrades" -#: inary/cli/listupgrades.py:45 +#: inary/cli/listupgrades.py:47 msgid "List upgradable packages under given component" msgstr "Liste les paquets pouvant être mis à jour concernant un composant donné" -#: inary/cli/listupgrades.py:63 inary/operations/upgrade.py:159 +#: inary/cli/listupgrades.py:65 inary/operations/upgrade.py:161 msgid "No packages to upgrade." msgstr "Pas de paquet à mettre à jour." -#: inary/cli/rebuilddb.py:24 +#: inary/cli/rebuilddb.py:26 msgid "" "Rebuild Databases\n" "\n" @@ -2186,19 +2244,19 @@ msgstr "" "\n" "Si vous indiquez les specs de paquets, alors ce devront être les répertoires de noms de paquets sous /var/lib/inary\n" -#: inary/cli/rebuilddb.py:41 +#: inary/cli/rebuilddb.py:43 msgid "rebuild-db options" msgstr "Options de rebuild-db" -#: inary/cli/rebuilddb.py:44 +#: inary/cli/rebuilddb.py:46 msgid "Rebuild files database" msgstr "Reconstruction de la base de données fichiers" -#: inary/cli/rebuilddb.py:50 +#: inary/cli/rebuilddb.py:52 msgid "Rebuild INARY databases?" msgstr "Reconstruire les bases de données de INARY ?" -#: inary/cli/remove.py:25 +#: inary/cli/remove.py:27 msgid "" "Remove INARY packages\n" "\n" @@ -2217,19 +2275,19 @@ msgstr "" "\n" "Vous pouvez aussi indiquer des composants au lieu des noms de paquets.\n" -#: inary/cli/remove.py:42 +#: inary/cli/remove.py:44 msgid "remove options" msgstr "Options de suppression" -#: inary/cli/remove.py:45 +#: inary/cli/remove.py:47 msgid "Removes everything including changed config files of the package" msgstr "Supprime tout, y compris les fichiers de configuration modifiés du paquet" -#: inary/cli/remove.py:47 +#: inary/cli/remove.py:49 msgid "Remove component's and recursive components' packages" msgstr "Supprime les paquets du composant et des composants récursifs" -#: inary/cli/removeorphaned.py:25 +#: inary/cli/removeorphaned.py:27 #, fuzzy msgid "" "Remove orphaned packages\n" @@ -2244,17 +2302,17 @@ msgstr "" "\n" "Supprime les dépôts spécifiés du système.\n" -#: inary/cli/removeorphaned.py:39 +#: inary/cli/removeorphaned.py:41 #, fuzzy msgid "remove-orphaned options" msgstr "Options de suppression" -#: inary/cli/removeorphaned.py:43 +#: inary/cli/removeorphaned.py:45 #, fuzzy msgid "When removing orphaned, ignore packages and components whose basenames match pattern." msgstr "Ignorer les paquet et les composants dont le nom de base correspond au patron lors de la mise à jour du système." -#: inary/cli/removerepo.py:21 +#: inary/cli/removerepo.py:23 msgid "" "Remove repositories\n" "\n" @@ -2268,7 +2326,7 @@ msgstr "" "\n" "Supprime les dépôts spécifiés du système.\n" -#: inary/cli/search.py:25 +#: inary/cli/search.py:27 msgid "" "Search packages\n" "\n" @@ -2289,39 +2347,39 @@ msgstr "" "La recherche se fait par défaut dans la base de données des paquets.\n" "Utilisez les options pour chercher dans une autre base de données (install ou source).\n" -#: inary/cli/search.py:42 +#: inary/cli/search.py:44 msgid "search options" msgstr "Options de search" -#: inary/cli/search.py:44 +#: inary/cli/search.py:46 msgid "Summary and description language" msgstr "Langage de description et de résumé" -#: inary/cli/search.py:48 +#: inary/cli/search.py:50 msgid "Search in installdb" msgstr "Rechercher dans installdb." -#: inary/cli/search.py:50 +#: inary/cli/search.py:52 msgid "Search in sourcedb" msgstr "Recherche dans sourcedb" -#: inary/cli/search.py:52 +#: inary/cli/search.py:54 msgid "Case sensitive search" msgstr "" -#: inary/cli/search.py:54 +#: inary/cli/search.py:56 msgid "Search in the package name" msgstr "Rechercher le nom du paquet" -#: inary/cli/search.py:56 +#: inary/cli/search.py:58 msgid "Search in the package summary" msgstr "Rechercher dans le résumé du paquet" -#: inary/cli/search.py:58 +#: inary/cli/search.py:60 msgid "Search in the package description" msgstr "Rechercher dans la description du paquet" -#: inary/cli/searchfile.py:25 +#: inary/cli/searchfile.py:26 msgid "" "Search for a file\n" "\n" @@ -2335,30 +2393,30 @@ msgstr "" "\n" "Trouve le paquet installé qui contient le fichier spécifié.\n" -#: inary/cli/searchfile.py:38 +#: inary/cli/searchfile.py:39 msgid "search-file options" msgstr "Options pour search-file" -#: inary/cli/searchfile.py:42 +#: inary/cli/searchfile.py:43 msgid "Show only package name" msgstr "Afficher seulement le nom de paquet" -#: inary/cli/searchfile.py:49 +#: inary/cli/searchfile.py:50 #, fuzzy msgid "Path '{}' does not belong to an installed package" msgstr "Le chemin {} n'appartient à aucun paquet installé" -#: inary/cli/searchfile.py:53 +#: inary/cli/searchfile.py:54 #, fuzzy, python-brace-format msgid "Package {0} has file /{1}" msgstr "Le paquet {0} a le fichier /{1}" -#: inary/cli/searchfile.py:66 +#: inary/cli/searchfile.py:67 #, fuzzy msgid "Searching for {}" msgstr "Recherche de {}" -#: inary/cli/updaterepo.py:25 +#: inary/cli/updaterepo.py:27 msgid "" "Update repository databases\n" "\n" @@ -2378,15 +2436,15 @@ msgstr "" "Synchronise les bases de données INARY avec le dépôt courant.\n" "Si aucun dépôt n'est indiqué, alors tous les dépôts seront mis à jour.\n" -#: inary/cli/updaterepo.py:42 +#: inary/cli/updaterepo.py:44 msgid "update-repo options" msgstr "Options de update-repo" -#: inary/cli/updaterepo.py:46 +#: inary/cli/updaterepo.py:48 msgid "Update database in any case" msgstr "Mise à jour de la base de données quoi qu'il arrive" -#: inary/cli/upgrade.py:26 +#: inary/cli/upgrade.py:28 msgid "" "Upgrade INARY packages\n" "\n" @@ -2419,237 +2477,233 @@ msgstr "" "\n" "Vous pouvez indiquer des composants au lieu des noms de paquets.\n" -#: inary/cli/upgrade.py:50 +#: inary/cli/upgrade.py:52 msgid "upgrade options" msgstr "options de mise à jour" -#: inary/cli/upgrade.py:54 +#: inary/cli/upgrade.py:56 msgid "Security related package upgrades only" msgstr "Seulement les mises à jour liées à la sécurité" -#: inary/cli/upgrade.py:56 +#: inary/cli/upgrade.py:58 msgid "Do not update repositories" msgstr "Ne pas mettre à jour les dépôts" -#: inary/cli/upgrade.py:62 +#: inary/cli/upgrade.py:64 msgid "Upgrade component's and recursive components' packages" msgstr "Mettre à jour les paquets du composant et les composants récursifs" -#: inary/cli/upgrade.py:64 +#: inary/cli/upgrade.py:66 msgid "Name of the to be upgraded packages' repository" msgstr "Nom du dépôt des paquets devant être mis à jour." -#: inary/cli/upgrade.py:68 +#: inary/cli/upgrade.py:70 msgid "When upgrading system, ignore packages and components whose basenames match pattern." msgstr "Ignorer les paquet et les composants dont le nom de base correspond au patron lors de la mise à jour du système." -#: inary/cli/upgrade.py:71 +#: inary/cli/upgrade.py:73 msgid "When upgrading system, ignore packages and components whose basenames match any pattern contained in file." msgstr "Ignore les paquets et les composants dont les noms de base correspondent aux patrons contenus dans le fichier lors de la mise à jour," -#: inary/cli/upgrade.py:75 +#: inary/cli/upgrade.py:77 #, fuzzy msgid "compare sha1sum repo and installed packages" msgstr "Réinstaller les paquets déjà installés." -#: inary/cli/upgrade.py:87 +#: inary/cli/upgrade.py:89 msgid "Updating repositories" msgstr "Mise à jour des dépôts" -#: inary/cli/upgrade.py:91 +#: inary/cli/upgrade.py:93 msgid "Will not update repositories" msgstr "Les dépôts ne seront pas mis à jours" -#: inary/config.py:83 +#: inary/config.py:87 #, fuzzy msgid "Destination directory {} does not exist. Creating it." msgstr "Le répertoire de destination {} n'existe pas. Création du répertoire." -#: inary/configfile.py:130 +#: inary/configfile.py:132 #, fuzzy msgid "No section by name '{}'" msgstr "Pas de section au nom {}" -#: inary/constants.py:30 +#: inary/constants.py:41 #, fuzzy msgid "Can't rebind constant: {}" msgstr "Impossible de changer la valeur de la constante : {}" -#: inary/constants.py:36 +#: inary/constants.py:47 #, fuzzy msgid "Can't unbind constant: {}" msgstr "Impossible de désallouer la constante : {}" -#: inary/data/history.py:45 +#: inary/data/history.py:47 #, fuzzy, python-brace-format msgid "{0} repository is updated." msgstr "Le dépôt {0} est à jour." -#: inary/data/history.py:65 +#: inary/data/history.py:67 #, fuzzy, python-brace-format msgid "{0} is upgraded from {1} to {2} with delta." msgstr "{0} est mis à jour de {1} à {2} avec delta." -#: inary/data/history.py:67 +#: inary/data/history.py:69 #, fuzzy, python-brace-format msgid "{0} is upgraded from {1} to {2}." msgstr "{0} est mis à jour de {1} à {2}." -#: inary/data/history.py:69 +#: inary/data/history.py:71 #, fuzzy, python-brace-format msgid "{0} {1} is removed." msgstr "{0} {1} est supprimé." -#: inary/data/history.py:71 +#: inary/data/history.py:73 #, fuzzy, python-brace-format msgid "{0} {1} is installed." msgstr "{0} {1} est installé." -#: inary/data/history.py:73 +#: inary/data/history.py:75 #, fuzzy, python-brace-format msgid "{0} {1} is reinstalled." msgstr "{0} {1} est réinstallé." -#: inary/data/history.py:75 +#: inary/data/history.py:77 #, fuzzy, python-brace-format msgid "{0} is downgraded from {1} to {2}." msgstr "{0} est rétrogradé de {1} à {2}." -#: inary/data/history.py:100 inary/data/history.py:122 +#: inary/data/history.py:102 inary/data/history.py:124 msgid "Unknown package operation" msgstr "Opération de paquet inconnue" -#: inary/data/index.py:95 +#: inary/data/index.py:96 #, fuzzy msgid "Sorting: {}" msgstr "Création de {}..." -#: inary/data/index.py:178 +#: inary/data/index.py:179 #, fuzzy msgid "Adding packages from directory {}... " msgstr "Ajout du paquet à l'index : {}" -#: inary/data/index.py:187 +#: inary/data/index.py:188 #, fuzzy msgid "Adding packages from directory {}... done." msgstr "Ajout du paquet à l'index : {}" -#: inary/data/index.py:198 +#: inary/data/index.py:199 #, fuzzy msgid "Adding package to index: {}" msgstr "Ajout du paquet à l'index : {}" -#: inary/data/index.py:213 +#: inary/data/index.py:214 #, fuzzy msgid "Package {}: metadata corrupt, skipping..." msgstr "Paquet {} : métadonnées corrompues, mis de côté..." -#: inary/data/index.py:258 +#: inary/data/index.py:259 msgid "Adding groups.xml to index" msgstr "Ajout de groups.xml à l'index" -#: inary/data/index.py:264 +#: inary/data/index.py:265 msgid "Adding components.xml to index" msgstr "Ajout de components.xml à l'index" -#: inary/data/index.py:274 +#: inary/data/index.py:275 msgid "Adding distribution.xml to index" msgstr "Ajout de distribution.xml à l'index" -#: inary/data/index.py:295 +#: inary/data/index.py:296 #, fuzzy msgid "Adding source to index: {}" msgstr "Ajout du paquet à l'index : {}" -#: inary/data/index.py:314 +#: inary/data/index.py:315 #, fuzzy msgid "Building index of Inary files under {}" msgstr "Construction de l'index des fichiers INARY sous {}" -#: inary/data/index.py:319 +#: inary/data/index.py:320 msgid "Index file written" msgstr "Fichier d'index écrit" -#: inary/data/metadata.py:73 +#: inary/data/metadata.py:75 #, fuzzy, python-brace-format msgid "Distribution: {0}, Dist. Release: {1}\n" msgstr "Distribution: {0}, Dist. Release: {1}\n" -#: inary/data/metadata.py:75 +#: inary/data/metadata.py:77 #, fuzzy, python-brace-format msgid "Architecture: {0}, Installed Size: {1}" msgstr "Architecture : {0}, Taille des fichiers installés : {1}" -#: inary/data/metadata.py:81 +#: inary/data/metadata.py:83 #, fuzzy msgid ", Package Size: {}" msgstr ", taille du paquet : {}" -#: inary/data/metadata.py:83 +#: inary/data/metadata.py:85 msgid ", install.tar.xz sha1sum: {}" msgstr ", install.tar.xz sha1sum: {}" -#: inary/data/pgraph.py:29 +#: inary/data/pgraph.py:31 #, fuzzy msgid "Encountered cycle {}" msgstr "Dépendance circulaire {} rencontrée" -#: inary/data/specfile.py:169 +#: inary/data/specfile.py:166 #, fuzzy, python-brace-format msgid "URI: {0}, type: {1}, sha1sum: {2}" msgstr "URI : {0}, type : {1}, sha1sum : {2}" -#: inary/data/specfile.py:198 inary/data/specfile.py:201 +#: inary/data/specfile.py:195 inary/data/specfile.py:198 msgid " or " msgstr " ou " -#: inary/data/specfile.py:278 inary/operations/install.py:293 +#: inary/data/specfile.py:275 inary/operations/install.py:295 #, fuzzy, python-brace-format msgid "{0} dependency of package {1} is not satisfied" msgstr "La dépendance {0} du paquet {1} n'est pas satisfaite" -#: inary/data/specfile.py:376 inary/data/specfile.py:487 +#: inary/data/specfile.py:373 inary/data/specfile.py:454 #, fuzzy msgid "Summary: {}\n" msgstr "Résumé : {}\n" -#: inary/data/specfile.py:377 inary/data/specfile.py:488 +#: inary/data/specfile.py:374 inary/data/specfile.py:455 #, fuzzy msgid "Description: {}\n" msgstr "Description : {}\n" -#: inary/data/specfile.py:378 inary/data/specfile.py:489 +#: inary/data/specfile.py:375 inary/data/specfile.py:456 #, fuzzy msgid "Licenses: {}\n" msgstr "Licences : {}\n" -#: inary/data/specfile.py:379 inary/data/specfile.py:490 +#: inary/data/specfile.py:376 inary/data/specfile.py:457 #, fuzzy msgid "Component: {}\n" msgstr "Composant : {}\n" -#: inary/data/specfile.py:380 +#: inary/data/specfile.py:377 msgid "Provides: " msgstr "Fournit : " -#: inary/data/specfile.py:384 +#: inary/data/specfile.py:381 msgid "Dependencies: " msgstr "Dépendances : " -#: inary/data/specfile.py:437 inary/data/specfile.py:446 -msgid "translations.xml file is badly formed." +#: inary/data/specfile.py:433 +#, fuzzy +msgid "translations.xml {} file is badly formed." msgstr "Le fichier translation.xml est mal formé." -#: inary/data/specfile.py:470 -#, fuzzy, python-brace-format -msgid "File '{0}' has invalid XML: {1}" -msgstr "Le fichier {} contient un texte XML invalide" - -#: inary/data/specfile.py:491 +#: inary/data/specfile.py:458 msgid "Build Dependencies: " msgstr "Dépendances : " -#: inary/db/componentdb.py:114 +#: inary/db/componentdb.py:104 #, fuzzy msgid "Component {} not found" msgstr "Le composant {} est introuvable" @@ -2661,30 +2715,35 @@ msgstr "Reconstruction de la base de données fichiers" #: inary/db/filesdb.py:48 #, fuzzy +msgid "-> Adding '{}' to db..." +msgstr "Ajout de {} à la base de données... " + +#: inary/db/filesdb.py:49 +#, fuzzy msgid "" "\n" "Added files database..." msgstr "Reconstruction de la base de données fichiers" -#: inary/db/filesdb.py:70 +#: inary/db/filesdb.py:84 #, fuzzy -msgid "-> Adding '{}' to db..." -msgstr "Ajout de {} à la base de données... " +msgid "Removing files from database" +msgstr "Reconstruction de la base de données fichiers" -#: inary/db/groupdb.py:89 inary/db/groupdb.py:98 +#: inary/db/groupdb.py:77 inary/db/groupdb.py:86 #, fuzzy msgid "Group {} not found" msgstr "Le groupe {} est introuvable" -#: inary/db/installdb.py:43 +#: inary/db/installdb.py:39 msgid "installed" msgstr "installé" -#: inary/db/installdb.py:43 +#: inary/db/installdb.py:39 msgid "installed-pending" msgstr "en attente d'installation" -#: inary/db/installdb.py:60 +#: inary/db/installdb.py:56 #, fuzzy, python-brace-format msgid "" "State: {0}\n" @@ -2693,460 +2752,452 @@ msgstr "" "État : {0}\n" "Version : {1}, sortie : {2}\n" -#: inary/db/installdb.py:64 +#: inary/db/installdb.py:60 #, fuzzy, python-brace-format msgid "Distribution: {0}, Install Time: {1}\n" msgstr "Distribution : {0}, Date d'installation : {1}\n" -#: inary/db/installdb.py:111 inary/db/installdb.py:135 +#: inary/db/installdb.py:106 #, fuzzy msgid "Installation info for package '{}' is broken. Reinstall it to fix this problem." msgstr "L'information d'installation du paquet {} est cassée. Réinstallez-la pour corriger le problème." -#: inary/db/installdb.py:431 +#: inary/db/installdb.py:385 #, fuzzy msgid "Package {} is not installed" msgstr "Le paquet {} n'est pas installé." -#: inary/db/itembyrepo.py:40 +#: inary/db/itembyrepo.py:42 #, fuzzy msgid "{} not found in any repository." msgstr "{} n'est dans aucun des dépôts actifs." -#: inary/db/itembyrepo.py:50 +#: inary/db/itembyrepo.py:52 #, fuzzy msgid "Repo item {} not found" msgstr "L'item de dépôt {} est introuvable." -#: inary/db/itembyrepo.py:60 inary/db/itembyrepo.py:71 -#: inary/db/itembyrepo.py:81 +#: inary/db/itembyrepo.py:62 inary/db/itembyrepo.py:73 +#: inary/db/itembyrepo.py:83 #, fuzzy msgid "Repository {} does not exist." msgstr "Le dépôt {} n'existe pas." -#: inary/db/packagedb.py:210 inary/db/packagedb.py:220 +#: inary/db/packagedb.py:164 inary/db/packagedb.py:172 #, fuzzy msgid "Package {} not found." msgstr "Le paquet {} est introuvable." -#: inary/db/repodb.py:254 +#: inary/db/repodb.py:198 #, fuzzy msgid "{} repository needs to be updated" msgstr "Le dépôt {} a besoin d'être mis à jour." -#: inary/db/repodb.py:268 +#: inary/db/repodb.py:205 #, fuzzy msgid "" "Error parsing repository index information: {} \n" " Index file does not exist or is malformed." msgstr "Erreur d'analyse de l'index du dépôt. Le fichier d'index n'existe pas ou est malformé." -#: inary/db/repodb.py:397 +#: inary/db/repodb.py:313 #, fuzzy msgid "Repository '{}' is not compatible with your distribution. Repository is disabled." msgstr "Le dépôt {} n'est pas compatible avec votre version de distribution. Le dépôt est désactivé." -#: inary/fetcher.py:151 -msgid "" -"Url Problem: \n" -" {}" +#: inary/fetcher.py:22 +msgid "Please install requests" msgstr "" -#: inary/fetcher.py:156 +#: inary/fetcher.py:154 msgid "" -"Reaised an HTTP Error: \n" +"Url Problem: \n" " {}" msgstr "" -#: inary/fetcher.py:161 +#: inary/fetcher.py:159 msgid "" "Can not avaible remote server: \n" " {}" msgstr "" -#: inary/fetcher.py:170 +#: inary/fetcher.py:169 msgid "Filename error" msgstr "Erreur de nom de fichier" -#: inary/fetcher.py:173 -#, fuzzy -msgid "Access denied to write to destination directory: \"{}\"" +#: inary/fetcher.py:172 +#, fuzzy, python-format +msgid "Access denied to write to destination directory: \"%s\"" msgstr "Accès en écriture refusé pour le repertoire de destination : \"{}\"" -#: inary/fetcher.py:176 -#, fuzzy -msgid "Access denied to destination file: \"{}\"" +#: inary/fetcher.py:175 +#, fuzzy, python-format +msgid "Access denied to destination file: \"%s\"" msgstr "Accès refusé au fichier de destination : \"{}\"" -#: inary/fetcher.py:188 -msgid "Requested range not satisfiable, starting again." -msgstr "" - -#: inary/fetcher.py:196 -#, fuzzy, python-brace-format -msgid "" -"Could not fetch destination file: \"{0}\" \n" -"Raised Value error: \"{1}\"" -msgstr "Impossible de récupérer le fichier de destination \"{0}\" : {1}" - -#: inary/fetcher.py:198 inary/fetcher.py:200 inary/fetcher.py:202 -#, fuzzy, python-brace-format -msgid "" -"Could not fetch destination file: \"{0}\"; \n" -"\"{1}\"" +#: inary/fetcher.py:212 +#, fuzzy, python-format +msgid "Could not fetch destination file \"%s\":%s" msgstr "Impossible de récupérer le fichier de destination \"{}\" : {}" -#: inary/fetcher.py:204 -#, fuzzy, python-brace-format -msgid "Could not fetch destination file: \"{0}\"; (\"{1}\"): \"{2}\"" -msgstr "Impossible de récupérer le fichier de destination \"{0}\"; \"{1}\" : \"{2}\"" +#: inary/fetcher.py:216 +msgid "Package manager not support downloding from ftp mirror" +msgstr "" -#: inary/fetcher.py:207 +#: inary/fetcher.py:219 #, fuzzy -msgid "A problem occurred. Please check the archive address and/or permissions again. {}" +msgid "Copying local file {}" +msgstr "Suppression du fichier cache {}..." + +#: inary/fetcher.py:224 +#, fuzzy +msgid "A problem occurred. Please check the archive address and/or permissions again." msgstr "Un problème est survenu. Veuillez vérifier l'adresse de l'archive et/ou ses permissions de nouveau." -#: inary/fetcher.py:270 inary/fetcher.py:302 +#: inary/fetcher.py:257 #, fuzzy msgid "Proxy configuration has been found for '{}' protocol" msgstr "Une configuration de proxy a été trouvée pour le protocole {}" -#: inary/fetcher.py:309 +#: inary/fetcher.py:264 #, fuzzy msgid "Bandwidth usage is limited to {} KB/s" msgstr "L'utilisation de la bande passante est restreinte à {} Ko/s" -#: inary/fetcher.py:321 -msgid "Remote file can not be reached. Previously downloaded part of the file will be removed." -msgstr "Le fichier distant ne peut pas être atteint. La portion du fichier qui a été téléchargée sera supprimée." - -#: inary/fetcher.py:330 -msgid "Server doesn't support partial downloads. Previously downloaded part of the file will be over-written." -msgstr "Le serveur ne permet pas d'effectuer des téléchargements partiels. Tout ce qui a été précédemment téléchargé du fichier va être écrasé." - -#: inary/fetcher.py:400 inary/fetcher.py:421 inary/fetcher.py:434 -msgid "ftp error" -msgstr "" - -#: inary/fetcher.py:461 +#: inary/fetcher.py:287 #, fuzzy, python-brace-format msgid "{0} package found in {1} repository" msgstr "Paquet {0} trouvé dans le dépôt {1}" -#: inary/fetcher.py:465 +#: inary/fetcher.py:291 #, fuzzy msgid "{} package already fetched" msgstr "Paquet {} déjà téléchargé" -#: inary/file.py:35 +#: inary/file.py:38 #, fuzzy, python-brace-format msgid "URL {0} already downloaded as {1}" msgstr "URL {0} déjà téléchargée en tant que {1}" -#: inary/file.py:41 +#: inary/file.py:44 #, fuzzy msgid "No signature found for {}" msgstr "Pas de signature pour {}" -#: inary/file.py:49 +#: inary/file.py:52 #, fuzzy msgid " invalid for {}" msgstr "invalide pour {}" -#: inary/file.py:71 +#: inary/file.py:74 msgid "uri must have type either URI or string" msgstr "uri doit être de type URI ou string" -#: inary/file.py:139 +#: inary/file.py:142 #, fuzzy msgid "Fetching {}" msgstr "Téléchargement de {}" -#: inary/file.py:143 +#: inary/file.py:146 #, fuzzy msgid "Copying {} to transfer dir" msgstr "Copie de {} vers le répertoire de transfert" -#: inary/file.py:148 +#: inary/file.py:151 #, fuzzy msgid "File '{}' not found." msgstr "Fichier {} introuvable." -#: inary/file.py:169 +#: inary/file.py:172 #, fuzzy msgid "File integrity of {} compromised." msgstr "L'intégrité du fichier {} est compromise." -#: inary/file.py:193 +#: inary/file.py:196 msgid "File mode must be either File.read or File.write" msgstr "Le mode d'accès au fichier doit être soit File.read soit File.write" -#: inary/file.py:198 +#: inary/file.py:201 msgid "Remote write not implemented" msgstr "Écriture distante non implémentée" -#: inary/file.py:251 inary/file.py:254 +#: inary/file.py:254 inary/file.py:257 #, fuzzy msgid "ERROR: gpg --detach-sig {} failed" msgstr "ERREUR : gpg --detach-sig {} a échoué" -#: inary/mirrors.py:46 +#: inary/mirrors.py:49 #, fuzzy msgid "Mirrors file {} does not exist. Could not resolve mirrors://" msgstr "Le fichier des miroirs {} n'existe pas. Impossible de trouver les miroirs : //" -#: inary/operations/build.py:114 +#: inary/operations/build.py:116 #, fuzzy msgid "Path {} belongs in multiple packages" msgstr "Le chemin {} appartient à plusieurs paquets" -#: inary/operations/build.py:143 +#: inary/operations/build.py:145 msgid "Removing special file skipped for: {}" msgstr "" -#: inary/operations/build.py:192 +#: inary/operations/build.py:194 #, fuzzy msgid "Source URI: {}" msgstr "URI Source : {}" -#: inary/operations/build.py:196 +#: inary/operations/build.py:198 #, fuzzy msgid "Source {} not found in any active repository." msgstr "La source {} n'est dans aucun des dépôts actifs." -#: inary/operations/build.py:321 +#: inary/operations/build.py:324 #, fuzzy msgid "pspec.xml avoids this package from building for '{}'" msgstr "pspec.xml évite la construction de ce paquet pour {}" -#: inary/operations/build.py:324 +#: inary/operations/build.py:327 #, fuzzy msgid "Building source package: {}" msgstr "Construction du paquet source INARY : {}" -#: inary/operations/build.py:340 +#: inary/operations/build.py:343 msgid "ccache detected..." msgstr "ccache détecté..." -#: inary/operations/build.py:342 +#: inary/operations/build.py:345 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..." -#: inary/operations/build.py:376 +#: inary/operations/build.py:379 #, fuzzy msgid "Rebuilding for {}" msgstr "Reconstruction pour {}" -#: inary/operations/build.py:502 +#: inary/operations/build.py:505 msgid "Cannot find component.xml in remote directory, Source is now part of unknown component" msgstr "Impossible de trouver component.xml dans le répertoire distant." -#: inary/operations/build.py:510 +#: inary/operations/build.py:513 msgid "Cannot find component.xml in upper directory, Source is now part of unknown component" msgstr "Impossible de trouver component.xml dans le répertoire parent." -#: inary/operations/build.py:524 +#: inary/operations/build.py:527 msgid "Unpacking archive(s)..." msgstr "Déballage des archives..." -#: inary/operations/build.py:532 +#: inary/operations/build.py:535 #, fuzzy msgid " unpacked ({})" msgstr " décompressée {}" -#: inary/operations/build.py:537 +#: inary/operations/build.py:540 msgid "Setting up source..." msgstr "Préparation du code source..." -#: inary/operations/build.py:542 +#: inary/operations/build.py:545 msgid "Building source..." msgstr "Compilation du code source..." -#: inary/operations/build.py:547 +#: inary/operations/build.py:550 msgid "Testing package..." msgstr "Test du paquet..." -#: inary/operations/build.py:551 +#: inary/operations/build.py:554 msgid "Installing..." msgstr "Installation..." -#: inary/operations/build.py:630 +#: inary/operations/build.py:633 #, fuzzy, python-brace-format msgid "Unable to read Actions Script ({0}): {1}" msgstr "Impossible de lire le Script d'Actions ({0}) : {1}" -#: inary/operations/build.py:633 +#: inary/operations/build.py:636 #, fuzzy, python-brace-format msgid "SyntaxError in Actions Script ({0}): {1}" msgstr "Erreur de syntaxe dans le Script d'Actions ({0}) : {1}" -#: inary/operations/build.py:661 +#: inary/operations/build.py:664 #, fuzzy, python-brace-format msgid "Unable to read SCOM script ({0}): {1}" msgstr "Impossible de lire le script SCOM ({0}) : {1}" -#: inary/operations/build.py:664 +#: inary/operations/build.py:667 #, fuzzy, python-brace-format msgid "SyntaxError in SCOM file ({0}): {1}" msgstr "Erreur de syntaxe dans le fichier SCOM ({0}) : {1}" -#: inary/operations/build.py:698 +#: inary/operations/build.py:701 #, fuzzy, python-brace-format msgid "Sandbox violation: {0} ({1} -> {2})" msgstr "Violation du bac à sable (sandbox) : {0} ({1} -> {2})" -#: inary/operations/build.py:714 inary/util.py:525 +#: inary/operations/build.py:717 inary/util/file_utils.py:277 #, fuzzy msgid "ERROR: WorkDir ({}) does not exist\n" msgstr "ERREUR : Le répertoire de travail ({}) n'existe pas.\n" -#: inary/operations/build.py:724 +#: inary/operations/build.py:727 msgid "Sandbox enabled build..." msgstr "Build avec bac à sable (sandbox) autorisé..." -#: inary/operations/build.py:748 +#: inary/operations/build.py:751 msgid "Sandbox violation result:" msgstr "Violation du bac à sable (sandbox) : " -#: inary/operations/build.py:753 +#: inary/operations/build.py:756 msgid "Sandbox violations!" msgstr "Violations du bac à sable (sandbox) !" -#: inary/operations/build.py:759 +#: inary/operations/build.py:762 #, fuzzy msgid "unable to call function from actions: {}" msgstr "impossible d'appeler une fonction depuis une action : {}" -#: inary/operations/build.py:772 +#: inary/operations/build.py:775 #, fuzzy, python-brace-format msgid "Source package '{0}' defines a relative 'Path' element: {1}" msgstr "Le paquet source {0} définit un chemin relatif de l'élément : {1}" -#: inary/operations/build.py:776 +#: inary/operations/build.py:779 #, fuzzy, python-brace-format msgid "Source package '{0}' defines multiple 'Path' tags for {1}" msgstr "Le paquet source {0} définit plusieurs balises de chemin pour {1}" -#: inary/operations/build.py:804 +#: inary/operations/build.py:807 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 :" -#: inary/operations/build.py:809 +#: inary/operations/build.py:812 msgid "Safety switch: the component system.devel cannot be found" msgstr "Précautions de sécurité : Le composant system.devel est introuvable" -#: inary/operations/build.py:818 +#: inary/operations/build.py:821 msgid "Unsatisfied Build Dependencies:" msgstr "Dépendance de Compilation Insatisfaites : " -#: inary/operations/build.py:822 +#: inary/operations/build.py:825 msgid "Cannot build package due to unsatisfied build dependencies" msgstr "Impossible de construire le paquet à cause de dépendance de compilation insatisfaites" -#: inary/operations/build.py:827 +#: inary/operations/build.py:830 #, fuzzy msgid "Build dependency {} cannot be satisfied" msgstr "La dépendance de compilation {} ne peut être satisfaite" -#: inary/operations/build.py:829 +#: inary/operations/build.py:832 msgid "Do you want to install the unsatisfied build dependencies" msgstr "Voulez vous installer les dépendances de compilations manquantes ?" -#: inary/operations/build.py:830 +#: inary/operations/build.py:833 msgid "Installing build dependencies." msgstr "Installation des dépendances de compilation." -#: inary/operations/build.py:836 +#: inary/operations/build.py:839 msgid "Ignoring build dependencies." msgstr "Ignore les dépendances de compilations." -#: inary/operations/build.py:846 +#: inary/operations/build.py:849 #, fuzzy msgid "Patch file is missing: {}\n" msgstr "Le fichier de patch {} est manquant\n" -#: inary/operations/build.py:848 +#: inary/operations/build.py:851 #, fuzzy msgid "Patch file is empty: {}" msgstr "Fichier de patch vide : {}" -#: inary/operations/build.py:864 +#: inary/operations/build.py:867 #, fuzzy msgid "Applying patch: {}" msgstr "Application du patch : {}" -#: inary/operations/build.py:985 +#: inary/operations/build.py:993 +#, fuzzy, python-format +msgid "No user named '%s' found on the system" +msgstr "Aucun utilisateur {} trouvé sur le système" + +#: inary/operations/build.py:999 +#, fuzzy, python-format +msgid "No group named '%s' found on the system" +msgstr "Pas de groupe {} trouvé sur le système" + +#: inary/operations/build.py:1006 +#, fuzzy, python-format +msgid "No group named '%s' (value guessed from owner) found on the system" +msgstr "Pas de groupe {} trouvé sur le système" + +#: inary/operations/build.py:1015 #, fuzzy msgid "/{} has suid bit set" msgstr "/{} a le bit suid" -#: inary/operations/build.py:1077 +#: inary/operations/build.py:1094 #, fuzzy msgid "There are abandoned files under the install dir ({}):" msgstr "Fichiers abandonnés sous le répertoire d'installation {} :" -#: inary/operations/build.py:1113 +#: inary/operations/build.py:1130 #, fuzzy msgid "Ignoring empty package {}" msgstr "Ignorons le paquet vide {}" -#: inary/operations/build.py:1116 +#: inary/operations/build.py:1133 #, fuzzy msgid "Building package: {}" msgstr "Construction du paquet : {}" -#: inary/operations/build.py:1133 inary/operations/delta.py:56 +#: inary/operations/build.py:1150 inary/operations/delta.py:58 #, fuzzy msgid "Creating {}..." msgstr "Création de {}..." -#: inary/operations/build.py:1182 +#: inary/operations/build.py:1199 msgid "Cleaning build directory..." msgstr "Nettoyage du dossier de construction..." -#: inary/operations/build.py:1185 +#: inary/operations/build.py:1202 msgid "Keeping build directory" msgstr "Dossier de construction conservé" -#: inary/operations/build.py:1275 +#: inary/operations/build.py:1292 msgid "Action script error caught." msgstr "Erreur de script d'action rencontrée" -#: inary/operations/build.py:1279 +#: inary/operations/build.py:1296 #, python-format msgid "*** %d error(s), %d warning(s)" msgstr "*** %d erreur(s), %d alerte(s)" -#: inary/operations/build.py:1362 +#: inary/operations/build.py:1379 #, fuzzy msgid "Last state was '{}'" msgstr "Le dernier état était {}" -#: inary/operations/delta.py:43 +#: inary/operations/delta.py:45 #, fuzzy, python-brace-format msgid "The file '{0}' belongs to a different package other than '{1}'. Skipping it..." msgstr "Le fichier {0} appartient à un autre paquet que '{1}'. On le saute..." -#: inary/operations/delta.py:47 +#: inary/operations/delta.py:49 #, fuzzy msgid "Package '{}' has the same release number with the new package. Skipping it..." msgstr "Le paquet {} a le même numéro de sortie que le nouveau paquet. On le saute..." -#: inary/operations/delta.py:66 +#: inary/operations/delta.py:68 #, fuzzy msgid "All files in the package '{}' are different from the files in the new package. Skipping it..." msgstr "Tous les fichiers du paquet {} diffèrent des fichiers du nouveau paquet. On le saute..." -#: inary/operations/delta.py:108 +#: inary/operations/delta.py:110 #, fuzzy msgid "New package '{}' exists in the list of old packages. Skipping it..." msgstr "Le nouveau paquet {} existe dans la liste des anciens paquets. On le saute..." -#: inary/operations/emerge.py:35 +#: inary/operations/emerge.py:37 msgid "No packages to emerge." msgstr "Aucun paquet à émerger." -#: inary/operations/emerge.py:50 +#: inary/operations/emerge.py:52 msgid "" "The following list of packages will be installed\n" "from repository in the respective order to satisfy dependencies:\n" @@ -3154,7 +3205,7 @@ msgstr "" "Liste des paquets qui seront installés\n" " à partir du dépôt et dans l'ordre afin de satisfaire les dépendances:\n" -#: inary/operations/emerge.py:53 +#: inary/operations/emerge.py:55 msgid "" "The following list of packages will be built and\n" "installed in the respective order to satisfy dependencies:\n" @@ -3162,26 +3213,26 @@ msgstr "" "Liste des paquets qui seront construits et\n" " installés dans l'ordre afin de satisfaire les dépendances :\n" -#: inary/operations/emerge.py:61 inary/operations/install.py:83 +#: inary/operations/emerge.py:63 inary/operations/install.py:85 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 ?" -#: inary/operations/emerge.py:95 +#: inary/operations/emerge.py:97 #, fuzzy msgid "Cannot find source package: {}" msgstr "Impossible de trouver le paquet source : {}" -#: inary/operations/helper.py:51 +#: inary/operations/helper.py:52 #, fuzzy msgid "Selected packages [{}] are in conflict with each other." msgstr "Les paquets [{}] sélectionnés sont en conflit." -#: inary/operations/helper.py:56 +#: inary/operations/helper.py:57 #, fuzzy, python-brace-format msgid "[{0} conflicts with: {1}]\n" msgstr "[{0} est en conflit avec {1}]\n" -#: inary/operations/helper.py:58 +#: inary/operations/helper.py:59 #, fuzzy msgid "" "The following packages have conflicts:\n" @@ -3190,46 +3241,46 @@ msgstr "" "Le paquet suivant suscite des conflits :\n" "{}" -#: inary/operations/helper.py:60 +#: inary/operations/helper.py:61 msgid "Remove the following conflicting packages?" msgstr "Supprimer les paquets en conlits suivants ?" -#: inary/operations/helper.py:61 +#: inary/operations/helper.py:62 msgid "Conflicting packages should be removed to continue" msgstr "Les paquets conflictuels doivent être supprimés avant de poursuivre." -#: inary/operations/history.py:84 inary/operations/history.py:94 +#: inary/operations/history.py:87 inary/operations/history.py:97 #, fuzzy msgid "{} could not be found" msgstr "{} est introuvable" -#: inary/operations/history.py:97 inary/package.py:106 -#: inary/sourcearchive.py:119 +#: inary/operations/history.py:100 inary/package.py:109 +#: inary/sourcearchive.py:124 #, fuzzy msgid "{} [cached]" msgstr "{} [en cache]" -#: inary/operations/history.py:145 +#: inary/operations/history.py:148 msgid "Following packages will be installed:\n" msgstr "Les paquets suivants vont être installés :\n" -#: inary/operations/history.py:148 +#: inary/operations/history.py:151 msgid "Following packages will be removed:\n" msgstr "Les paquets suivants vont être supprimés :\n" -#: inary/operations/history.py:150 inary/operations/history.py:164 -#: inary/operations/install.py:214 inary/operations/remove.py:73 -#: inary/operations/upgrade.py:194 +#: inary/operations/history.py:153 inary/operations/history.py:167 +#: inary/operations/install.py:216 inary/operations/remove.py:76 +#: inary/operations/upgrade.py:196 msgid "Do you want to continue?" msgstr "Voulez vous continuer ?" -#: inary/operations/history.py:156 inary/operations/install.py:97 -#: inary/operations/upgrade.py:205 +#: inary/operations/history.py:159 inary/operations/install.py:99 +#: inary/operations/upgrade.py:207 #, python-format msgid "Downloading %d / %d" msgstr "Téléchargement %d / %d" -#: inary/operations/history.py:162 +#: inary/operations/history.py:165 msgid "" "\n" "Following packages could not be found in repositories and are not cached:\n" @@ -3237,178 +3288,183 @@ msgstr "" "\n" "Les paquets suivants n'ont pas été trouvés dans les dépots et ne sont pas dans le cache :\n" -#: inary/operations/info.py:34 +#: inary/operations/info.py:35 #, fuzzy msgid "File {} not found" msgstr "Le fichier {} est introuvable" -#: inary/operations/install.py:47 inary/operations/install.py:149 +#: inary/operations/install.py:49 inary/operations/install.py:151 msgid "The following package(s) are already installed and are not going to be installed again:" msgstr "Les paquets suivants sont déjà installés et ne seront pas installés à nouveau :" -#: inary/operations/install.py:53 inary/operations/install.py:227 +#: inary/operations/install.py:55 inary/operations/install.py:229 msgid "No packages to install." msgstr "Aucun paquet à installer." -#: inary/operations/install.py:71 +#: inary/operations/install.py:73 msgid "Following packages will be installed:" msgstr "Les paquets suivants vont être installés :" -#: inary/operations/install.py:76 inary/operations/upgrade.py:181 +#: inary/operations/install.py:78 inary/operations/upgrade.py:183 #, python-format msgid "Total size of package(s): %.2f %s" msgstr "Taille totale du/des paquets(s) : %.2f %s" -#: inary/operations/install.py:116 inary/operations/upgrade.py:219 +#: inary/operations/install.py:118 inary/operations/upgrade.py:221 #, python-format msgid "Installing %d / %d" msgstr "Installation %d / %d" -#: inary/operations/install.py:136 +#: inary/operations/install.py:138 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é." -#: inary/operations/install.py:180 +#: inary/operations/install.py:182 #, fuzzy, python-brace-format msgid "Package {0} is not compatible with your distribution release {1} {2}." msgstr "Le paquet {0} n'est pas compatible avec votre version de distribution {1} {2}." -#: inary/operations/install.py:184 +#: inary/operations/install.py:186 #, fuzzy, python-brace-format msgid "Package {0} ({1}) is not compatible with your {2} architecture." msgstr "Le paquet {0} ({1}) n'est pas compatible avec votre architecture {2}." -#: inary/operations/install.py:206 +#: inary/operations/install.py:208 #, fuzzy msgid "External dependencies not satisfied: {}" msgstr "Dépendances externes non satisfaites : {}" -#: inary/operations/install.py:211 +#: inary/operations/install.py:213 msgid "The following packages will be installed in order to satisfy dependencies:" msgstr "Les paquets suivants vont être installés dans cet ordre afin de satisfaire les dépendances." -#: inary/operations/install.py:215 +#: inary/operations/install.py:217 msgid "External dependencies not satisfied" msgstr "Dépendances externes non satisfaites" -#: inary/operations/install.py:258 +#: inary/operations/install.py:260 msgid "Installation order: " msgstr "Ordre d'installation : " -#: inary/operations/remove.py:44 +#: inary/operations/install.py:275 +#, fuzzy +msgid "Checking dependencies for install..." +msgstr "Les paquets suivants vont être installés :" + +#: inary/operations/remove.py:47 msgid "Safety switch prevents the removal of following packages:\n" msgstr "Le loquet de sécurité empêche la suppression des paquets suivants :\n" -#: inary/operations/remove.py:49 inary/operations/upgrade.py:392 +#: inary/operations/remove.py:52 inary/operations/upgrade.py:394 msgid "Safety switch: The component system.base cannot be found." msgstr "Loquet de sécurité : Le composant system.base est introuvable." -#: inary/operations/remove.py:56 +#: inary/operations/remove.py:59 #, fuzzy msgid "Package {} does not exist. Cannot remove." msgstr "Le paquet {} n'existe pas. Impossible de le supprimer." -#: inary/operations/remove.py:60 +#: inary/operations/remove.py:63 msgid "No packages to remove." msgstr "Aucun paquet à supprimer." -#: inary/operations/remove.py:69 +#: inary/operations/remove.py:72 msgid "" "The following list of packages will be removed\n" "in the respective order to satisfy dependencies:\n" msgstr "Les paquets suivants vont être désinstallés dans cet ordre afin de satisfaire les dépendances :\n" -#: inary/operations/remove.py:74 +#: inary/operations/remove.py:77 msgid "Package removal declined" msgstr "Suppression de paquet déclinée" -#: inary/operations/remove.py:91 +#: inary/operations/remove.py:94 #, fuzzy msgid "Package {} is not installed. Cannot remove." msgstr "Le paquet {} n'est pas installé. Impossible de le supprimer." -#: inary/operations/remove.py:126 +#: inary/operations/remove.py:129 msgid "Conflicts remain" msgstr "Des conflits persistent" -#: inary/operations/remove.py:134 +#: inary/operations/remove.py:137 msgid "Obsoleted packages remaining" msgstr "Paquets obsolètes restants" -#: inary/operations/remove.py:138 +#: inary/operations/remove.py:141 msgid "Replaced package remains" msgstr "Le paquet remplacé demeure" -#: inary/operations/upgrade.py:52 +#: inary/operations/upgrade.py:54 msgid "You must restart the following service(s) manually for the updated software to take effect:" msgstr "Vous devez redémarrer le(s) service(s) suivant(s) manuellement pour profiter des versions à jour des logiciels:" -#: inary/operations/upgrade.py:59 +#: inary/operations/upgrade.py:61 msgid "You must restart your system for the updates in the following package(s) to take effect:" msgstr "Vous devez redémarrer votre système pour profiter des versions à jour des paquets suivants:" -#: inary/operations/upgrade.py:84 +#: inary/operations/upgrade.py:86 msgid "Warning: package *name* ends with '.inary'" msgstr "Alerte : le *nom* du paquet fini par '.inary'" -#: inary/operations/upgrade.py:87 +#: inary/operations/upgrade.py:89 #, fuzzy msgid "Package {} is not installed." msgstr "Le paquet {} n'est pas installé." -#: inary/operations/upgrade.py:91 +#: inary/operations/upgrade.py:93 #, fuzzy msgid "Package {} is not available in repositories." msgstr "Le paquet {} n'est pas disponible dans les dépôts." -#: inary/operations/upgrade.py:114 +#: inary/operations/upgrade.py:116 #, fuzzy, python-brace-format msgid "Package {0.name} is already at the latest release {0.release}." msgstr "Le paquet {0.name} est déjà dans sa version la plus récente {0.release}." -#: inary/operations/upgrade.py:118 +#: inary/operations/upgrade.py:120 #, fuzzy msgid "The following packages have different sha1sum:" msgstr "" "Le paquet suivant suscite des conflits :\n" "{}" -#: inary/operations/upgrade.py:176 +#: inary/operations/upgrade.py:178 msgid "The following packages will be upgraded:" msgstr "Les paquets suivants vont être mis à jour :" -#: inary/operations/upgrade.py:187 +#: inary/operations/upgrade.py:189 msgid "There are extra packages due to dependencies." msgstr "Il y a des paquets supplémentaires pour cause de dépendances." -#: inary/operations/upgrade.py:267 +#: inary/operations/upgrade.py:269 #, fuzzy, python-brace-format msgid "Dependency {0} of {1} cannot be satisfied" msgstr "La dépendance {0} de {1} ne peut-être satisfaite" -#: inary/operations/upgrade.py:268 +#: inary/operations/upgrade.py:270 msgid "Upgrade is not possible." msgstr "La mise à jour est impossible." -#: inary/operations/upgrade.py:362 +#: inary/operations/upgrade.py:364 msgid "Safety switch forces the installation of following packages:" msgstr "Le loquet de sécurité oblige à l'installation des paquets suivants : " -#: inary/operations/upgrade.py:380 +#: inary/operations/upgrade.py:382 msgid "Safety switch forces the upgrade of following packages:" msgstr "Le loquet de sécurité oblige à la mise à jour des paquets suivants :" -#: inary/package.py:68 +#: inary/package.py:71 #, fuzzy msgid "Cannot open package file: {}" msgstr "Impossible d'ouvrir le fichier de paquet : {}" -#: inary/package.py:89 +#: inary/package.py:92 #, fuzzy msgid "Unsupported package format: {}" msgstr "Format de paquets non géré : {}" -#: inary/package.py:103 +#: inary/package.py:106 #, fuzzy msgid "" "There was a problem while fetching '{}'.\n" @@ -3417,27 +3473,27 @@ msgstr "" "Un problème est survenu lors de le récupération de {}.\n" "Le paquet a peut être été mis à jour. Veuillez essayer de mettre à jour le paquet." -#: inary/scenarioapi/package.py:67 +#: inary/scenarioapi/package.py:69 #, fuzzy msgid "No inary package: {}* found." msgstr "Pas de paquet inary {}* trouvé." -#: inary/scenarioapi/repoops.py:28 +#: inary/scenarioapi/repoops.py:30 #, fuzzy msgid "Repo already has package named {}." msgstr "Un dépôt a déjà le paquet {}." -#: inary/scenarioapi/repoops.py:52 inary/scenarioapi/repoops.py:59 +#: inary/scenarioapi/repoops.py:54 inary/scenarioapi/repoops.py:61 #, fuzzy msgid "Repo does not have package named {}." msgstr "Le dépôt n'a pas le paquet {}." -#: inary/scomiface.py:32 +#: inary/scomiface.py:35 #, fuzzy msgid "scom-api package is not fully installed" msgstr "Le paquet scom-api n'est pas entièrement installé" -#: inary/scomiface.py:89 +#: inary/scomiface.py:98 #, fuzzy msgid "" "Cannot connect to SCOM: \n" @@ -3446,332 +3502,356 @@ msgstr "" "Impossible de se connecter à SCOM : \n" " {}\n" -#: inary/scomiface.py:97 +#: inary/scomiface.py:106 #, fuzzy msgid "Configuring {} package" msgstr "Configuration du paquet {}" -#: inary/scomiface.py:103 +#: inary/scomiface.py:112 #, fuzzy msgid "SCOM package updated. From now on, using new SCOM daemon." msgstr "Paquet SCOM mis à jour. Utilisation du nouveau démon SCOM à partir de maintenant." -#: inary/scomiface.py:110 +#: inary/scomiface.py:119 #, fuzzy msgid "Registering {} scom script" msgstr "Enregistrement du script scom {}" -#: inary/scomiface.py:119 inary/scomiface.py:124 inary/scomiface.py:137 -#: inary/scomiface.py:153 inary/scomiface.py:172 inary/scomiface.py:183 -#: inary/scomiface.py:205 inary/scomiface.py:216 inary/scomiface.py:223 +#: inary/scomiface.py:128 inary/scomiface.py:133 inary/scomiface.py:146 +#: inary/scomiface.py:162 inary/scomiface.py:181 inary/scomiface.py:192 +#: inary/scomiface.py:214 inary/scomiface.py:225 inary/scomiface.py:232 #, fuzzy msgid "Script error: {}" msgstr "Erreur de script : {}" -#: inary/scomiface.py:126 +#: inary/scomiface.py:135 msgid "Calling post install handlers" msgstr "Appel aux officiants de post-installation" -#: inary/scomiface.py:145 +#: inary/scomiface.py:154 msgid "Running package's post install script" msgstr "Lancement du script de post-installation du paquet" -#: inary/scomiface.py:159 +#: inary/scomiface.py:168 #, fuzzy msgid "Running pre removal operations for {}" msgstr "opérations de pré-suppression en cours pour {}" -#: inary/scomiface.py:165 +#: inary/scomiface.py:174 msgid "Running package's pre remove script" msgstr "Lancement du script de pré-suppression du paquet" -#: inary/scomiface.py:174 +#: inary/scomiface.py:183 msgid "Calling pre remove handlers" msgstr "Appel aux officiants de pré-suppression" -#: inary/scomiface.py:189 +#: inary/scomiface.py:198 #, fuzzy msgid "Running post removal operations for {}" msgstr "Opérations de post-suppression en cours pour {}" -#: inary/scomiface.py:198 +#: inary/scomiface.py:207 msgid "Running package's postremove script" msgstr "Lancement du script de pré-suppression du paquet" -#: inary/scomiface.py:207 +#: inary/scomiface.py:216 msgid "Calling post remove handlers" msgstr "Appel aux officiants de post-suppression" -#: inary/scomiface.py:218 +#: inary/scomiface.py:227 #, fuzzy msgid "Unregistering scom scripts" msgstr "Désenregistrement des scripts scom" -#: inary/sourcearchive.py:62 +#: inary/sourcearchive.py:67 #, fuzzy msgid "Fetching source from: {}" msgstr "Récupération de la source depuis : {}" -#: inary/sourcearchive.py:75 +#: inary/sourcearchive.py:80 #, fuzzy, python-brace-format msgid "" "\n" "Source archive is stored: {0}/{1}" msgstr "L'archive du source est stockée dans : {0}/{1}" -#: inary/sourcearchive.py:80 +#: inary/sourcearchive.py:85 #, fuzzy msgid "Trying fallback address: {}" msgstr "Essai avec l'adresse de secours : {}" -#: inary/sourcearchive.py:87 +#: inary/sourcearchive.py:92 msgid "No such file or no permission to read" msgstr "" -#: inary/sourcearchive.py:99 +#: inary/sourcearchive.py:104 #, fuzzy msgid "{} mirrors are not defined." msgstr "Les miroirs {} ne sont pas définis." -#: inary/sourcearchive.py:104 +#: inary/sourcearchive.py:109 #, fuzzy msgid "Fetching source from mirror: {}" msgstr "Téléchargement de la source depuis le miroir {}" -#: inary/sourcearchive.py:110 +#: inary/sourcearchive.py:115 #, fuzzy msgid "Could not fetch source from {} mirrors." msgstr "Impossible de télécharge la source depuis les miroirs {}." -#: inary/sourcearchive.py:128 +#: inary/sourcearchive.py:133 msgid "unpack: check_file_hash failed" msgstr "unpack : check_file_hash a échoué" -#: inary/sourcearchive.py:133 +#: inary/sourcearchive.py:138 #, fuzzy, python-brace-format msgid "Unknown archive type '{0}' is given for '{1}'." msgstr "Type d'archive inconnu {0} est donné pour '{1}'." -#: inary/sourcearchive.py:135 +#: inary/sourcearchive.py:140 #, fuzzy msgid "Inary needs {} to unpack this archive but it is not installed." msgstr "Inary a besoins de {} pour décompresser cette archive, mais ce dernier n'est pas installé." -#: inary/sxml/autoxml.py:77 +#: inary/sxml/autoxml.py:79 #, fuzzy msgid "At least one '{}' tag should have local text" msgstr "Au moins une balise {} devrait avoir du texte local" -#: inary/sxml/autoxml.py:83 +#: inary/sxml/autoxml.py:85 #, fuzzy, python-brace-format msgid "'{0}' language of tag '{1}' is empty" msgstr "La langue {0} de la balise '{1}' est vide" -#: inary/sxml/autoxml.py:110 +#: inary/sxml/autoxml.py:112 msgid "LocalText: unable to get either current or default locale" msgstr "LocalText: Impossible d'obtenir la locale courante ni celle par défaut" -#: inary/sxml/autoxml.py:116 inary/sxml/autoxml.py:131 +#: inary/sxml/autoxml.py:118 inary/sxml/autoxml.py:133 msgid "Tag should have at least the current locale, or failing that an English or Turkish version" msgstr "À défaut d'avoir la locale courante, la balise devrait au moins avoir une version anglaise ou turque." -#: inary/sxml/autoxml.py:365 +#: inary/sxml/autoxml.py:367 #, fuzzy msgid "autoxml.check: '{}' errors" msgstr "autoxml.check : erreurs {}" -#: inary/sxml/autoxml.py:421 inary/sxml/autoxml.py:431 +#: inary/sxml/autoxml.py:423 inary/sxml/autoxml.py:433 #, fuzzy msgid "autoxml.parse: String '{}' has errors" msgstr "autoxml.parse : La chaîne {} comporte des erreurs" -#: inary/sxml/autoxml.py:445 inary/sxml/autoxml.py:455 +#: inary/sxml/autoxml.py:447 inary/sxml/autoxml.py:457 #, fuzzy msgid "autoxml.read: File '{}' has errors" msgstr "autoxml.read : Le fichier {} contient des erreurs" -#: inary/sxml/autoxml.py:463 +#: inary/sxml/autoxml.py:465 msgid "autoxml.write: object validation has failed" msgstr "autoxml.write : la validation a échoué" -#: inary/sxml/autoxml.py:471 +#: inary/sxml/autoxml.py:473 #, fuzzy msgid "autoxml.write: File encoding '{}' has errors" msgstr "autoxml.write : L'encodage du fichier {} comporte des erreurs" -#: inary/sxml/autoxml.py:521 +#: inary/sxml/autoxml.py:523 #, fuzzy msgid "gen_tag: unrecognized tag type {} in spec" msgstr "gen_tag : type de balyse {} non reconnu dans la spec" -#: inary/sxml/autoxml.py:571 inary/sxml/autoxml.py:582 +#: inary/sxml/autoxml.py:573 inary/sxml/autoxml.py:584 #, fuzzy msgid "Mandatory variable {} not available" msgstr "La variable obligatoire {} n'est pas disponible" -#: inary/sxml/autoxml.py:652 +#: inary/sxml/autoxml.py:654 msgid "Type mismatch: read text cannot be decoded" msgstr "Problème de correspondance de types : Le texte lu ne peut être décodé" -#: inary/sxml/autoxml.py:656 inary/sxml/autoxml.py:665 +#: inary/sxml/autoxml.py:658 inary/sxml/autoxml.py:667 #, fuzzy msgid "Mandatory token {} not available" msgstr "Item {} obligatoire non disponible" -#: inary/sxml/autoxml.py:670 +#: inary/sxml/autoxml.py:672 #, fuzzy, python-brace-format msgid "Type mismatch. Expected {0}, got {1}" msgstr "Problème de correspondance de type. Attendu {0}, reçu {1}" -#: inary/sxml/autoxml.py:699 inary/sxml/autoxml.py:819 +#: inary/sxml/autoxml.py:701 inary/sxml/autoxml.py:821 msgid "Type mismatch: DOM cannot be decoded" msgstr "Problème de correspondance de type : Impossible de décoder le DOM" -#: inary/sxml/autoxml.py:702 inary/sxml/autoxml.py:718 -#: inary/sxml/autoxml.py:732 inary/sxml/autoxml.py:822 -#: inary/sxml/autoxml.py:836 inary/sxml/autoxml.py:850 +#: inary/sxml/autoxml.py:704 inary/sxml/autoxml.py:720 +#: inary/sxml/autoxml.py:734 inary/sxml/autoxml.py:824 +#: inary/sxml/autoxml.py:838 inary/sxml/autoxml.py:852 msgid "Mandatory argument not available" msgstr "Argument obligatoire non disponible" -#: inary/sxml/autoxml.py:715 inary/sxml/autoxml.py:833 +#: inary/sxml/autoxml.py:717 inary/sxml/autoxml.py:835 msgid "Object cannot be encoded" msgstr "L'objet ne peut être encodé" -#: inary/sxml/autoxml.py:729 inary/sxml/autoxml.py:847 +#: inary/sxml/autoxml.py:731 inary/sxml/autoxml.py:849 msgid "Object cannot be formatted" msgstr "L'objet ne peut être formaté" -#: inary/sxml/autoxml.py:745 +#: inary/sxml/autoxml.py:747 msgid "List type must contain only one element" msgstr "La liste des type ne doit contenir qu'un seul élément" -#: inary/sxml/autoxml.py:758 inary/sxml/autoxml.py:778 +#: inary/sxml/autoxml.py:760 inary/sxml/autoxml.py:780 #, fuzzy, python-brace-format msgid "Mandatory list \"{0}\" under \"{1}\" node is empty." msgstr "La liste obligatoire \"{0}\" sous le noeud \"{1}\" est vide." -#: inary/sxml/xmlext_iks.py:81 inary/sxml/xmlext_minidom.py:96 +#: inary/sxml/xmlext_iks.py:91 inary/sxml/xmlext_minidom.py:109 msgid "getNodeText: Expected text node, got something else!" msgstr "getNodeText : Attendait un noeud texte, reçu quelque chose d'autre !" -#: inary/sxml/xmlext_minidom.py:45 inary/sxml/xmlfile_minidom.py:89 +#: inary/sxml/xmlext_minidom.py:49 inary/sxml/xmlext_minidom.py:56 +#: inary/sxml/xmlfile_minidom.py:92 #, fuzzy msgid "File '{}' has invalid XML: {}\n" msgstr "Le fichier {} contient un texte XML invalide" -#: inary/sxml/xmlfile_iks.py:62 inary/sxml/xmlfile_iks.py:87 -#: inary/sxml/xmlfile_minidom.py:64 +#: inary/sxml/xmlfile_iks.py:65 inary/sxml/xmlfile_iks.py:90 +#: inary/sxml/xmlfile_minidom.py:67 #, fuzzy msgid "File '{}' has invalid XML" msgstr "Le fichier {} contient un texte XML invalide" -#: inary/sxml/xmlfile_iks.py:72 inary/sxml/xmlfile_minidom.py:74 +#: inary/sxml/xmlfile_iks.py:75 inary/sxml/xmlfile_minidom.py:77 #, python-brace-format msgid "Cannot read URI {0}: {1}" msgstr "" -#: inary/uri.py:78 +#: inary/uri.py:80 msgid "setAuthInfo needs a tuple (user, pass)" msgstr "setAuthInfo a besoin d'un tuple (utilisateur, mot de passe)" -#: inary/util.py:189 inary/util.py:201 -msgid "Running " -msgstr "En cours d'exécution" - -#: inary/util.py:193 inary/util.py:219 -#, fuzzy, python-brace-format -msgid "return value for \"{0}\" is {1}" -msgstr "la valeur retournée pour \"{0}\" est {1}" - -#: inary/util.py:393 +#: inary/util/file_utils.py:145 #, fuzzy msgid "Including external link '{}'" msgstr "Inclusion du lien externe {}" -#: inary/util.py:395 +#: inary/util/file_utils.py:147 #, fuzzy msgid "Including directory '{}'" msgstr "Inclusion du répertoire {}" -#: inary/util.py:481 +#: inary/util/file_utils.py:233 msgid "You don't have necessary read permissions" msgstr "Vous n'avez pas le droit de lecture" -#: inary/util.py:483 +#: inary/util/file_utils.py:235 #, fuzzy -msgid "Cannot calculate SHA1 hash of {}" +msgid "Cannot calculate SHA1 hash of {}: {}" msgstr "Impossible de calculer le hash SHA1 de {}" -#: inary/util.py:495 +#: inary/util/file_utils.py:247 #, fuzzy msgid "Compression type is not valid: '{}'" msgstr "Type de compression invalide : {}" -#: inary/util.py:501 +#: inary/util/file_utils.py:253 #, fuzzy, python-brace-format msgid "Error while decompressing {0}: {1}" msgstr "Erreur lors de la décompression de {0} : {1}" -#: inary/util.py:579 +#: inary/util/file_utils.py:331 #, fuzzy msgid "ERROR: patch ({}) failed" msgstr "ERREUR : le patch {} a échoué" -#: inary/util.py:581 +#: inary/util/file_utils.py:333 #, fuzzy, python-brace-format msgid "ERROR: patch ({0}) failed: {1}" msgstr "ERREUR : le patch {0} a échoué : {1}" -#: inary/util.py:591 +#: inary/util/file_utils.py:343 #, fuzzy msgid "strip command failed for file '{}'!" msgstr "La commande strip a échoué pour le fichier {} !" -#: inary/util.py:598 +#: inary/util/file_utils.py:350 #, fuzzy msgid "chrpath command failed for file '{}'!" msgstr "La commande chrpath a échoué pour le fichier {} !" -#: inary/util.py:605 +#: inary/util/file_utils.py:357 #, fuzzy msgid "objcopy (keep-debug) command failed for file '{}'!" msgstr "objcopy (keep-debug) la commande a échoué pour le fichie{} !" -#: inary/util.py:611 +#: inary/util/file_utils.py:363 #, fuzzy msgid "objcopy (add-debuglink) command failed for file '{}'!" msgstr "objcopy (add-debuglink) La commande a échoué pour le fichier {} !" -#: inary/util.py:616 +#: inary/util/file_utils.py:368 #, python-brace-format msgid "file command failed with return code {0} for file: {1}" msgstr "" -#: inary/util.py:617 +#: inary/util/file_utils.py:369 msgid "" "Output:\n" "{}" msgstr "" -#: inary/util.py:707 +#: inary/util/package_utils.py:92 #, fuzzy msgid "Invalid package name: {}" msgstr "Nom de paquet incorrect : {}" -#: inary/util.py:752 +#: inary/util/package_utils.py:137 #, fuzzy msgid "Invalid delta package name: {}" msgstr "Nom de paquet delta invalide : {}" -#: inary/util.py:956 -msgid "Module: \"subprocess\" can not import" -msgstr "" +#: inary/util/process_utils.py:40 inary/util/process_utils.py:52 +msgid "Running " +msgstr "En cours d'exécution" + +#: inary/util/process_utils.py:44 inary/util/process_utils.py:70 +#, fuzzy, python-brace-format +msgid "return value for \"{0}\" is {1}" +msgstr "la valeur retournée pour \"{0}\" est {1}" -#: inary/version.py:64 +#: inary/version.py:66 #, fuzzy msgid "Invalid version string: '{}'" msgstr "Chaîne de caractères invalide : {}" +#, fuzzy +#~ msgid "Operation #{0}: {1}" +#~ msgstr "Opération #{0} : {1}" + +#~ msgid "Date: {0.date} {0.time}" +#~ msgstr "Date: {0.date} {0.time}" + +#, fuzzy +#~ msgid "File '{0}' has invalid XML: {1}" +#~ msgstr "Le fichier {} contient un texte XML invalide" + +#, fuzzy +#~ msgid "" +#~ "Could not fetch destination file: \"{0}\" \n" +#~ "Raised Value error: \"{1}\"" +#~ msgstr "Impossible de récupérer le fichier de destination \"{0}\" : {1}" + +#, fuzzy +#~ msgid "Could not fetch destination file: \"{0}\"; (\"{1}\"): \"{2}\"" +#~ msgstr "Impossible de récupérer le fichier de destination \"{0}\"; \"{1}\" : \"{2}\"" + +#~ msgid "Remote file can not be reached. Previously downloaded part of the file will be removed." +#~ msgstr "Le fichier distant ne peut pas être atteint. La portion du fichier qui a été téléchargée sera supprimée." + +#~ msgid "Server doesn't support partial downloads. Previously downloaded part of the file will be over-written." +#~ msgstr "Le serveur ne permet pas d'effectuer des téléchargements partiels. Tout ce qui a été précédemment téléchargé du fichier va être écrasé." + #~ msgid "Turkish" #~ msgstr "Turc" @@ -3904,21 +3984,12 @@ msgstr "Chaîne de caractères invalide : {}" #~ msgid "INARY package" #~ msgstr "Paquet INARY" -#~ msgid "Date: {} {}" -#~ msgstr "Date : {} {}" - #~ msgid "{} [{}]" #~ msgstr "{} [{}]" #~ msgid "Urlgrabber needs to be installed to run this command" #~ msgstr "L'utilisation de cette commande nécessite l'installation de Urlgrabber" -#~ msgid "No user named {} found on the system" -#~ msgstr "Aucun utilisateur {} trouvé sur le système" - -#~ msgid "No group named {} found on the system" -#~ msgstr "Pas de groupe {} trouvé sur le système" - #~ msgid "String {} has invalid XML" #~ msgstr "Chaîne {} contient un texte XML invalide" @@ -4239,10 +4310,6 @@ msgstr "Chaîne de caractères invalide : {}" #~ msgid " installed size {}" #~ msgstr "{} installé" -#, fuzzy -#~ msgid "* Find dependencies for packages to be installed" -#~ msgstr "Les paquets suivants vont être installés :" - #, fuzzy #~ msgid "* Calculating disk space installed packages are using" #~ msgstr "Vérification de tous les paquets installés" diff --git a/po/hr.po b/po/hr.po index a774faaa4b234a7c8f1a212ab8522b03321484bd..5c32abce196a2c8d079f593485c9367f78ce1755 100644 --- a/po/hr.po +++ b/po/hr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: inary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-04-14 14:36+0300\n" +"POT-Creation-Date: 2018-05-10 23:07+0300\n" "PO-Revision-Date: 2011-06-11 23:13+0100\n" "Last-Translator: Ivica Kolić \n" "Language-Team: Croatian \n" @@ -92,55 +92,56 @@ msgstr "%s opcija ne uzima vrijednost" msgid "Options" msgstr "Opcije" -#: inary-cli:32 -msgid "WARNING\n" +#: inary-cli:39 +msgid "WARNING:\n" msgstr "" -#: inary-cli:33 +#: inary-cli:40 msgid "" "\tCiksemel XML Parser not found!!!\n" +"\tMinidom slower but\n" "\tFalling back with minidom!!! :(\n" "\n" msgstr "" -#: inary-cli:52 +#: inary-cli:60 #, fuzzy msgid "" "\n" "Program terminated." msgstr "Program je prekinut." -#: inary-cli:54 +#: inary-cli:62 msgid "" "\n" "Keyboard Interrupt: Exiting..." msgstr "" -#: inary-cli:58 +#: inary-cli:66 msgid "" "\n" "Unhandled internal exception.\n" "Please file a bug report to ." msgstr "" -#: inary-cli:67 +#: inary-cli:75 #, fuzzy msgid "" "\n" "System error. Program terminated." msgstr "Greška sustava. Program je prekinut." -#: inary-cli:76 +#: inary-cli:84 msgid "Please use 'inary help' for general help." msgstr "Molim koristite 'inary pomoć' za osnovnu pomoć." -#: inary-cli:79 +#: inary-cli:87 msgid "" "\n" "Traceback:" msgstr "" -#: inary-cli:82 +#: inary-cli:90 msgid "Use --debug to see a traceback." msgstr "" @@ -149,573 +150,578 @@ msgstr "" msgid "Inary package" msgstr "Instalirani paket:" -#: inary/actionsapi/autotools.py:40 inary/actionsapi/cmaketools.py:36 +#: inary/actionsapi/autotools.py:42 inary/actionsapi/cmaketools.py:38 msgid "" "Please attach the config.log to your bug report:\n" "{}/config.log" msgstr "" -#: inary/actionsapi/autotools.py:83 inary/actionsapi/autotools.py:93 -#: inary/actionsapi/cmaketools.py:66 inary/actionsapi/kde.py:65 -#: inary/actionsapi/perlmodules.py:55 inary/actionsapi/perlmodules.py:58 +#: inary/actionsapi/autotools.py:85 inary/actionsapi/autotools.py:95 +#: inary/actionsapi/cmaketools.py:68 inary/actionsapi/kde.py:67 +#: inary/actionsapi/perlmodules.py:57 inary/actionsapi/perlmodules.py:60 msgid "Configure failed." msgstr "Konfiguracija nije uspjela." -#: inary/actionsapi/autotools.py:85 inary/actionsapi/autotools.py:95 -#: inary/actionsapi/kde.py:67 +#: inary/actionsapi/autotools.py:87 inary/actionsapi/autotools.py:97 +#: inary/actionsapi/kde.py:69 msgid "No configure script found." msgstr "Konfiguracijska skripta nije pronađena." -#: inary/actionsapi/autotools.py:103 inary/actionsapi/cmaketools.py:78 -#: inary/actionsapi/kde.py:72 inary/actionsapi/perlmodules.py:64 -#: inary/actionsapi/perlmodules.py:73 inary/actionsapi/pythonmodules.py:62 -#: inary/actionsapi/scons.py:39 +#: inary/actionsapi/autotools.py:105 inary/actionsapi/cmaketools.py:80 +#: inary/actionsapi/kde.py:74 inary/actionsapi/perlmodules.py:66 +#: inary/actionsapi/perlmodules.py:75 inary/actionsapi/pythonmodules.py:64 +#: inary/actionsapi/scons.py:41 msgid "Make failed." msgstr "" -#: inary/actionsapi/autotools.py:137 inary/actionsapi/autotools.py:148 -#: inary/actionsapi/cmaketools.py:96 inary/actionsapi/cmaketools.py:104 -#: inary/actionsapi/kde.py:79 inary/actionsapi/pythonmodules.py:67 -#: inary/actionsapi/rubymodules.py:92 inary/actionsapi/rubymodules.py:99 -#: inary/actionsapi/scons.py:43 +#: inary/actionsapi/autotools.py:139 inary/actionsapi/autotools.py:150 +#: inary/actionsapi/cmaketools.py:98 inary/actionsapi/cmaketools.py:106 +#: inary/actionsapi/kde.py:81 inary/actionsapi/pythonmodules.py:69 +#: inary/actionsapi/rubymodules.py:94 inary/actionsapi/rubymodules.py:101 +#: inary/actionsapi/scons.py:45 msgid "Install failed." msgstr "Instalacija nije uspjela." -#: inary/actionsapi/autotools.py:159 +#: inary/actionsapi/autotools.py:161 msgid "Running aclocal failed." msgstr "Pokretanje aclocal nije uspjelo." -#: inary/actionsapi/autotools.py:164 +#: inary/actionsapi/autotools.py:166 msgid "Running autoconf failed." msgstr "Pokretanje autoconf nije uspjelo." -#: inary/actionsapi/autotools.py:169 +#: inary/actionsapi/autotools.py:171 msgid "Running autoreconf failed." msgstr "Pokretanje autoreconf nije uspjelo." -#: inary/actionsapi/autotools.py:174 +#: inary/actionsapi/autotools.py:176 msgid "Running automake failed." msgstr "Pokretanje automake nije uspjelo." -#: inary/actionsapi/autotools.py:179 +#: inary/actionsapi/autotools.py:181 msgid "Running autoheader failed." msgstr "" -#: inary/actionsapi/cmaketools.py:68 +#: inary/actionsapi/cmaketools.py:70 msgid "No configure script found for cmake." msgstr "Nije pronađena konfiguracijska skripta za cmake." -#: inary/actionsapi/cmaketools.py:108 inary/actionsapi/kde.py:81 +#: inary/actionsapi/cmaketools.py:110 inary/actionsapi/kde.py:83 msgid "No Makefile found." msgstr "" -#: inary/actionsapi/get.py:181 +#: inary/actionsapi/get.py:183 #, fuzzy msgid "Util {} cannot be found" msgstr "Util {} ne može biti pronađen" -#: inary/actionsapi/get.py:183 +#: inary/actionsapi/get.py:185 #, python-brace-format msgid "Warning: {0} does not exist, using plain name {1}" msgstr "" -#: inary/actionsapi/inarytools.py:56 inary/actionsapi/inarytools.py:74 -#: inary/actionsapi/inarytools.py:91 +#: inary/actionsapi/inarytools.py:58 inary/actionsapi/inarytools.py:76 +#: inary/actionsapi/inarytools.py:93 msgid "Insufficient arguments." msgstr "Nedovoljno argumenata" -#: inary/actionsapi/inarytools.py:64 +#: inary/actionsapi/inarytools.py:66 #, fuzzy msgid "No executable file matched pattern \"{}\"." msgstr "Nijedna izvršna datoteka se ne podudara sa uzorkom \"{}\"." -#: inary/actionsapi/inarytools.py:82 inary/actionsapi/inarytools.py:314 +#: inary/actionsapi/inarytools.py:84 inary/actionsapi/inarytools.py:316 #, fuzzy msgid "No file matched pattern \"{}\"." msgstr "Nijedna datoteka se ne podudara sa uzorkom \"{}\". " -#: inary/actionsapi/inarytools.py:137 inary/actionsapi/inarytools.py:177 +#: inary/actionsapi/inarytools.py:139 inary/actionsapi/inarytools.py:179 #, fuzzy msgid "No file matched pattern \"{}\"" msgstr "Nijedna datoteka ne odgovara uzorku \"{}\"" -#: inary/actionsapi/inarytools.py:187 +#: inary/actionsapi/inarytools.py:189 msgid "ActionsAPI [doman]: Wrong man page file: {}" msgstr "" -#: inary/actionsapi/inarytools.py:214 +#: inary/actionsapi/inarytools.py:216 #, fuzzy msgid "No file matched pattern \"{}\". 'domove' operation failed." msgstr "Nijedna datoteka se ne podudara sa uzorakom \"{}\". 'domove' operacija nije uspjela." -#: inary/actionsapi/inarytools.py:233 +#: inary/actionsapi/inarytools.py:235 #, fuzzy, python-brace-format msgid "ActionsAPI [rename]: {0}: {1}" msgstr "ActionsAPI [preimenuj]:{0}: {1}" -#: inary/actionsapi/inarytools.py:270 +#: inary/actionsapi/inarytools.py:272 #, fuzzy msgid "No such file matching pattern: \"{}\". 'dosed' operation failed." msgstr "Nijedna datoteka se ne podudara sa uzorakom \"{}\". 'domove' operacija nije uspjela." -#: inary/actionsapi/inarytools.py:284 +#: inary/actionsapi/inarytools.py:286 msgid "dosed method has not changed file '{}'." msgstr "" -#: inary/actionsapi/inarytools.py:285 +#: inary/actionsapi/inarytools.py:287 msgid "{} has been changed by dosed method." msgstr "" -#: inary/actionsapi/inarytools.py:288 +#: inary/actionsapi/inarytools.py:290 #, fuzzy msgid "File does not exist or permission denied: {}" msgstr "Datoteka ne postoji ili je odbijena dozvola: {}" -#: inary/actionsapi/inarytools.py:305 +#: inary/actionsapi/inarytools.py:307 #, fuzzy msgid "ActionsAPI [dosym]: File already exists: {}" msgstr "ActionsAPI [dosym]: Datoteka već postoji: {}" -#: inary/actionsapi/inarytools.py:341 inary/actionsapi/shelltools.py:95 +#: inary/actionsapi/inarytools.py:343 inary/actionsapi/shelltools.py:97 #, fuzzy msgid "No file matched pattern \"{}\". Remove operation failed." msgstr "Nijedna datoteka se ne podudara sa uzorkom \"{}\". Operacija uklonjanja nije uspjela." -#: inary/actionsapi/inarytools.py:350 +#: inary/actionsapi/inarytools.py:352 #, fuzzy msgid "No directory matched pattern \"{}\". Remove directory operation failed." msgstr "Nijedan se direktorij ne podudara sa uzorkom \"{}\".Operacija uklanjanja direktorija nije uspjela." -#: inary/actionsapi/javamodules.py:84 inary/actionsapi/javamodules.py:193 +#: inary/actionsapi/javamodules.py:86 inary/actionsapi/javamodules.py:195 #, fuzzy msgid "No any file/directory matched to regex expression \"{}\"." msgstr "Nijedna datoteka se ne podudara sa uzorkom \"{}\". " -#: inary/actionsapi/javamodules.py:91 inary/actionsapi/javamodules.py:97 +#: inary/actionsapi/javamodules.py:93 inary/actionsapi/javamodules.py:99 msgid "DoJavadoc failed." msgstr "" -#: inary/actionsapi/javamodules.py:147 +#: inary/actionsapi/javamodules.py:149 #, fuzzy msgid "Compile failed." msgstr "Konfiguracija nije uspjela." -#: inary/actionsapi/javamodules.py:175 inary/actionsapi/javamodules.py:204 +#: inary/actionsapi/javamodules.py:177 inary/actionsapi/javamodules.py:206 #, fuzzy msgid "Installing file \"{}\" failed." msgstr "Instaliranje texmf datoteke nije uspjelo" -#: inary/actionsapi/javamodules.py:214 +#: inary/actionsapi/javamodules.py:216 #, fuzzy msgid "Installing directory \"{}\" failed." msgstr "Instalacija dokumenata nije uspjela " -#: inary/actionsapi/javamodules.py:243 +#: inary/actionsapi/javamodules.py:245 #, fuzzy msgid "Javadoc generation failed." msgstr "Konfiguracija nije uspjela." -#: inary/actionsapi/javamodules.py:259 +#: inary/actionsapi/javamodules.py:261 #, fuzzy msgid "Run failed." msgstr "Pokretannje {} nije uspjelo." -#: inary/actionsapi/kde.py:34 +#: inary/actionsapi/kde.py:36 msgid "" "\n" "!!! Please attach the config.log to your bug report:\n" "{}/config.log" msgstr "" -#: inary/actionsapi/kerneltools.py:117 +#: inary/actionsapi/kerneltools.py:119 #, fuzzy msgid "Can't find kernel version information file {}." msgstr "Ne mogu naći datoteku sa informacijama o verziji kernela {}." -#: inary/actionsapi/libtools.py:38 +#: inary/actionsapi/libtools.py:40 msgid "Running ldconfig failed." msgstr "Pokretanje ldconfig nije uspjelo." -#: inary/actionsapi/libtools.py:52 +#: inary/actionsapi/libtools.py:54 msgid "Can not make GNU Config Update... Passing..." msgstr "" -#: inary/actionsapi/libtools.py:54 +#: inary/actionsapi/libtools.py:56 msgid "GNU Config Update Finished." msgstr "GNU Config završena dopuna." -#: inary/actionsapi/libtools.py:58 +#: inary/actionsapi/libtools.py:60 msgid "Running libtoolize failed." msgstr "Pokretanje libtoolize nije uspjelo." -#: inary/actionsapi/perlmodules.py:67 +#: inary/actionsapi/perlmodules.py:69 msgid "perl build failed." msgstr "" -#: inary/actionsapi/perlmodules.py:76 +#: inary/actionsapi/perlmodules.py:78 msgid "perl install failed." msgstr "perl instalacija nije uspjela." -#: inary/actionsapi/pkgconfig.py:40 inary/actionsapi/pkgconfig.py:59 -#: inary/actionsapi/pkgconfig.py:79 inary/actionsapi/pkgconfig.py:99 -#: inary/actionsapi/pkgconfig.py:118 +#: inary/actionsapi/pkgconfig.py:42 inary/actionsapi/pkgconfig.py:61 +#: inary/actionsapi/pkgconfig.py:81 inary/actionsapi/pkgconfig.py:101 +#: inary/actionsapi/pkgconfig.py:120 #, fuzzy msgid "pkg-config is not installed on your system." msgstr "Paket {} nije instaliran. Ne mogu ukloniti." -#: inary/actionsapi/pkgconfig.py:136 +#: inary/actionsapi/pkgconfig.py:138 #, fuzzy msgid "Package pkgconfig is not installed on your system." msgstr "Paket {} nije instaliran. Ne mogu ukloniti." -#: inary/actionsapi/pythonmodules.py:56 +#: inary/actionsapi/pythonmodules.py:58 msgid "Configuration failed." msgstr "Konfiguracija nije uspjela." -#: inary/actionsapi/pythonmodules.py:81 +#: inary/actionsapi/pythonmodules.py:83 #, fuzzy msgid "Running {} failed." msgstr "Pokretannje {} nije uspjelo." -#: inary/actionsapi/qt4.py:52 inary/actionsapi/qt5.py:60 +#: inary/actionsapi/qt4.py:54 inary/actionsapi/qt5.py:62 #, fuzzy msgid "Project file '{}' not found." msgstr "Ime projekta {} nije nađeno." -#: inary/actionsapi/qt4.py:56 inary/actionsapi/qt5.py:64 +#: inary/actionsapi/qt4.py:58 inary/actionsapi/qt5.py:66 #, fuzzy msgid "It seems there are more than one .pro file, you must specify one. (Possible .pro files: {})" msgstr "Čini se da postoji više od jedne.pro datoteke,morate odrediti jednu. (Moguće .pro datoteke: {})" -#: inary/actionsapi/rubymodules.py:108 +#: inary/actionsapi/rubymodules.py:110 #, fuzzy msgid "Running 'ruby {}' failed." msgstr "Pokretanje 'ruby {}' nije uspjelo." -#: inary/actionsapi/shelltools.py:49 +#: inary/actionsapi/shelltools.py:51 #, fuzzy msgid "Cannot create directory {}" msgstr "Ne mogu napraviti diretorij {}" -#: inary/actionsapi/shelltools.py:57 +#: inary/actionsapi/shelltools.py:59 msgid "ActionsAPI [echo]: Can't append to file {}." msgstr "" -#: inary/actionsapi/shelltools.py:63 +#: inary/actionsapi/shelltools.py:65 #, fuzzy msgid "ActionsAPI [chmod]: No file matched pattern \"{}\"." msgstr "ActionsAPI [chmod]: Nijedna datoteka ne odgovara uzorku \"{}\"." -#: inary/actionsapi/shelltools.py:70 +#: inary/actionsapi/shelltools.py:72 #, fuzzy, python-brace-format msgid "ActionsAPI [chmod]: Operation not permitted: {0} (mode: 0{1})" msgstr "ActionsAPI [chmod]: Operacija nije dopuštena: %s (mode: 0%o)" -#: inary/actionsapi/shelltools.py:72 +#: inary/actionsapi/shelltools.py:74 #, fuzzy msgid "ActionsAPI [chmod]: File {} doesn't exists." msgstr "ActionsAPI [chmod]: Datoteka {} ne postoji." -#: inary/actionsapi/shelltools.py:80 +#: inary/actionsapi/shelltools.py:82 #, fuzzy, python-brace-format msgid "ActionsAPI [chown]: Operation not permitted: {0} (uid: {1}, gid: {2})" msgstr "ActionsAPI [chown]: Operacija nije dopuštena: {0} (uid: {1}, gid: {2})" -#: inary/actionsapi/shelltools.py:82 +#: inary/actionsapi/shelltools.py:84 #, fuzzy msgid "ActionsAPI [chown]: File {} doesn't exists." msgstr "ActionsAPI [chown]: Datoteka {} ne postoji." -#: inary/actionsapi/shelltools.py:89 +#: inary/actionsapi/shelltools.py:91 #, fuzzy, python-brace-format msgid "ActionsAPI [sym]: Permission denied: {0} to {1}" msgstr "ActionsAPI [sym]: Dozvola odbijena: {0} u {1}" -#: inary/actionsapi/shelltools.py:103 +#: inary/actionsapi/shelltools.py:105 #, fuzzy msgid "ActionsAPI [unlink]: Permission denied: {}." msgstr "ActionsAPI [unlink]: Dozvola odbijena: {}." -#: inary/actionsapi/shelltools.py:107 +#: inary/actionsapi/shelltools.py:109 #, fuzzy msgid "ActionsAPI [unlink]: File {} doesn't exists." msgstr "ActionsAPI [unlink]: Datoteka {} ne postoji." -#: inary/actionsapi/shelltools.py:115 +#: inary/actionsapi/shelltools.py:117 #, fuzzy msgid "ActionsAPI [unlinkDir]: Operation not permitted: {}" msgstr "ActionsAPI [unlinkDir]: Operacija nije dozvoljena: {}" -#: inary/actionsapi/shelltools.py:119 +#: inary/actionsapi/shelltools.py:121 #, fuzzy msgid "ActionsAPI [unlinkDir]: Directory {} doesn't exists." msgstr "ActionsAPI [unlinkDir]: Direktorij {} ne postoji." -#: inary/actionsapi/shelltools.py:125 +#: inary/actionsapi/shelltools.py:127 #, fuzzy msgid "ActionsAPI [move]: No file matched pattern \"{}\"." msgstr "ActionsAPI [Move]: Nijedna datoteka ne odgovara uzorku \"{}\"." -#: inary/actionsapi/shelltools.py:132 +#: inary/actionsapi/shelltools.py:134 #, fuzzy, python-brace-format msgid "ActionsAPI [move]: Permission denied: {0} to {1}" msgstr "ActionsAPI [Move]: Dozvola odbijena: {0} u {1}" -#: inary/actionsapi/shelltools.py:134 +#: inary/actionsapi/shelltools.py:136 #, fuzzy msgid "ActionsAPI [move]: File {} doesn't exists." msgstr "ActionsAPI [Move]: Datoteka {} ne postoji." -#: inary/actionsapi/shelltools.py:141 +#: inary/actionsapi/shelltools.py:143 #, fuzzy msgid "ActionsAPI [copy]: No file matched pattern \"{}\"." msgstr "ActionsAPI [primjerak]: Nijedna datoteka se ne podudara sa uzorakom \"{}\"." -#: inary/actionsapi/shelltools.py:148 +#: inary/actionsapi/shelltools.py:150 #, fuzzy, python-brace-format msgid "ActionsAPI [copy]: Permission denied: {0} to {1}" msgstr "ActionsAPI [primjerak]: Dozvola odbijena: {0} u {1}" -#: inary/actionsapi/shelltools.py:164 +#: inary/actionsapi/shelltools.py:166 #, fuzzy msgid "ActionsAPI [copy]: File {} does not exist." msgstr "ActionsAPI [primjerak]: Datoteka {} ne postoji." -#: inary/actionsapi/shelltools.py:179 +#: inary/actionsapi/shelltools.py:181 #, fuzzy, python-brace-format msgid "ActionsAPI [copytree] {0} to {1}: {2}" msgstr "ActionsAPI [copytree] {0} u {1}: {2}" -#: inary/actionsapi/shelltools.py:181 +#: inary/actionsapi/shelltools.py:183 #, fuzzy msgid "ActionsAPI [copytree]: Directory {} doesn't exists." msgstr "ActionsAPI [copytree]: Direktorij {} ne postoji." -#: inary/actionsapi/shelltools.py:189 +#: inary/actionsapi/shelltools.py:191 #, fuzzy msgid "ActionsAPI [touch]: No file matched pattern \"{}\"." msgstr "ActionsAPI [touch]: Nijedna datoteka se ne podudara sa uzorakom \"{}\"." -#: inary/actionsapi/shelltools.py:198 +#: inary/actionsapi/shelltools.py:200 #, fuzzy msgid "ActionsAPI [touch]: Permission denied: {}" msgstr "ActionsAPI [touch]: Dozvola odbijena: {}" -#: inary/actionsapi/shelltools.py:257 +#: inary/actionsapi/shelltools.py:259 #, fuzzy, python-brace-format msgid "Command \"{0}\" failed, return value was {1}." msgstr "Naredba \"{0}\" nije uspjela, povratna vrijednost je {1}." -#: inary/actionsapi/texlivemodules.py:56 +#: inary/actionsapi/texlivemodules.py:58 msgid "Moving source files failed" msgstr "Neuspjelo premještanje izvornih datoteka" -#: inary/actionsapi/texlivemodules.py:59 +#: inary/actionsapi/texlivemodules.py:61 msgid "Generate config files failed" msgstr "Generiranje konfiguracijskih datoteka nije uspjelo" -#: inary/actionsapi/texlivemodules.py:62 +#: inary/actionsapi/texlivemodules.py:64 msgid "Building format files failed" msgstr "" -#: inary/actionsapi/texlivemodules.py:69 +#: inary/actionsapi/texlivemodules.py:71 msgid "Creating symlinks from format to engines failed" msgstr "" -#: inary/actionsapi/texlivemodules.py:73 +#: inary/actionsapi/texlivemodules.py:75 msgid "Installing docs failed" msgstr "Instalacija dokumenata nije uspjela " -#: inary/actionsapi/texlivemodules.py:77 +#: inary/actionsapi/texlivemodules.py:79 msgid "Installing texmf files failed" msgstr "Instaliranje texmf datoteke nije uspjelo" -#: inary/actionsapi/texlivemodules.py:81 +#: inary/actionsapi/texlivemodules.py:83 msgid "Installing config files failed" msgstr "Instaliranje konfiguracijskih datoteka nije uspjelo" -#: inary/actionsapi/texlivemodules.py:85 +#: inary/actionsapi/texlivemodules.py:87 msgid "Handle config files failed" msgstr "" -#: inary/actionsapi/texlivemodules.py:95 +#: inary/actionsapi/texlivemodules.py:97 #, fuzzy msgid "Symlink {} skipped (special case)" msgstr "Simbolička poveznica{} preskočena (poseban slučaj)" -#: inary/actionsapi/texlivemodules.py:97 +#: inary/actionsapi/texlivemodules.py:99 #, python-brace-format msgid "Symlink {0[0]} -> {0[1]} skipped (texlive-core takes care of it." msgstr "" -#: inary/actionsapi/texlivemodules.py:100 +#: inary/actionsapi/texlivemodules.py:102 #, fuzzy, python-brace-format msgid "Symlink {0[0]} -> {0[1]} skipped." msgstr "Simbolička poveznica {0[0]} -> {0[1]} preskočena." -#: inary/actionsapi/texlivemodules.py:102 +#: inary/actionsapi/texlivemodules.py:104 #, fuzzy msgid "Symlink {} skipped (file exists.)" msgstr "Simbolička poveznica {} preskočena (datoteka postoji) " -#: inary/actionsapi/texlivemodules.py:104 +#: inary/actionsapi/texlivemodules.py:106 #, fuzzy, python-brace-format msgid "Making symlink from {0[0]} to {0[1]}" msgstr "Izrada simboličke veze sa {0[0]} u {0[1]}" -#: inary/actionsapi/texlivemodules.py:153 +#: inary/actionsapi/texlivemodules.py:155 #, fuzzy msgid "Creating /etc/texmf/{}.d" msgstr "Stvaranje /etc/texmf/{}.d " -#: inary/actionsapi/texlivemodules.py:155 +#: inary/actionsapi/texlivemodules.py:157 #, fuzzy, python-brace-format msgid "Moving (and symlinking) /usr/share/texmf/{0} to /etc/texmf/{1}.d" msgstr "Premještanje (i simboličko povezivanje) /usr/share/texmf /{0}/ u etc/ exmf/ {1}.d" -#: inary/actionsapi/texlivemodules.py:206 +#: inary/actionsapi/texlivemodules.py:208 msgid "Building format file {}" msgstr "" -#: inary/actionsapi/texlivemodules.py:263 +#: inary/actionsapi/texlivemodules.py:265 #, fuzzy, python-brace-format msgid "Map {0} is added to {1}/{2}.cfg" msgstr "Karta {0} je dodana {1}/{2}.cfg" -#: inary/actionsapi/texlivemodules.py:266 +#: inary/actionsapi/texlivemodules.py:268 #, fuzzy, python-brace-format msgid "MixedMap {0} is added to {1}/{2}.cfg" msgstr "Gemixte Karta {0} je dodana {1}/{2}.cfg" -#: inary/actionsapi/texlivemodules.py:269 +#: inary/actionsapi/texlivemodules.py:271 #, fuzzy, python-brace-format msgid "p +{0} is added to {1}/{2}-config.ps" msgstr "p +{0} je dodan {1}/{2}-config.ps" -#: inary/actionsapi/texlivemodules.py:272 +#: inary/actionsapi/texlivemodules.py:274 #, fuzzy, python-brace-format msgid "f {0} is added to {1}/{2}-config" msgstr "f {0} je dodan u {1}/{2}-config" -#: inary/actionsapi/texlivemodules.py:279 +#: inary/actionsapi/texlivemodules.py:281 #, fuzzy msgid "Language file {} already generated." msgstr " Datoteka jezika {} je već generirana." -#: inary/actionsapi/texlivemodules.py:281 +#: inary/actionsapi/texlivemodules.py:283 msgid "No rule to proccess {}. Please file a bug." msgstr "" -#: inary/analyzer/conflict.py:26 inary/analyzer/dependency.py:26 -#: inary/data/replace.py:24 +#: inary/analyzer/conflict.py:28 inary/analyzer/dependency.py:28 +#: inary/data/replace.py:26 msgid " version >= " msgstr " verzija >= " -#: inary/analyzer/conflict.py:28 inary/analyzer/dependency.py:28 -#: inary/data/replace.py:26 +#: inary/analyzer/conflict.py:30 inary/analyzer/dependency.py:30 +#: inary/data/replace.py:28 msgid " version <= " msgstr "verzija <= " -#: inary/analyzer/conflict.py:30 inary/analyzer/dependency.py:30 -#: inary/data/replace.py:28 +#: inary/analyzer/conflict.py:32 inary/analyzer/dependency.py:32 +#: inary/data/replace.py:30 msgid " version " msgstr "verzija" -#: inary/analyzer/conflict.py:32 inary/analyzer/dependency.py:32 -#: inary/data/replace.py:30 +#: inary/analyzer/conflict.py:34 inary/analyzer/dependency.py:34 +#: inary/data/replace.py:32 msgid " release >= " msgstr "izdanje >= " -#: inary/analyzer/conflict.py:34 inary/analyzer/dependency.py:34 -#: inary/data/replace.py:32 +#: inary/analyzer/conflict.py:36 inary/analyzer/dependency.py:36 +#: inary/data/replace.py:34 msgid " release <= " msgstr "izdanje <=" -#: inary/analyzer/conflict.py:36 inary/analyzer/dependency.py:36 -#: inary/data/replace.py:34 +#: inary/analyzer/conflict.py:38 inary/analyzer/dependency.py:38 +#: inary/data/replace.py:36 msgid " release " msgstr "izdanje" -#: inary/analyzer/ctypes_analyzer.py:28 -msgid "Module \"ctypes\" can not import" -msgstr "" - -#: inary/analyzer/firmwares.py:28 +#: inary/analyzer/firmwares.py:29 #, fuzzy msgid "Extracting firmware list for {}..." msgstr "Raspakiran datoteke od {}" -#: inary/analyzer/firmwares.py:48 +#: inary/analyzer/firmwares.py:49 #, fuzzy msgid "The following firmwares are not installed:" msgstr "Slijedeći paketi će biti instalirani:" -#: inary/analyzer/firmwares.py:63 +#: inary/analyzer/firmwares.py:64 msgid "Missing" msgstr "" -#: inary/analyzer/magic.py:151 +#: inary/analyzer/magic.py:150 msgid "Can't load file or buffer {}" msgstr "" -#: inary/archive.py:307 +#: inary/archive.py:309 msgid "* Target DIR: {}" msgstr "" -#: inary/archive.py:459 +#: inary/archive.py:461 #, python-brace-format msgid "* Chowning {0} ({1}:{2})" msgstr "" -#: inary/archive.py:462 +#: inary/archive.py:464 #, python-brace-format msgid "* LChowning {0} ({1}:{2})" msgstr "" -#: inary/archive.py:526 +#: inary/archive.py:528 msgid "Problem occured while uncompressing {}.Z file" msgstr "" -#: inary/atomicoperations.py:72 inary/operations/history.py:72 +#: inary/atomicoperations.py:79 inary/operations/history.py:75 #, fuzzy, python-brace-format msgid "Package {0} found in repository {1}" msgstr "Paket {0} je nađen u repozitoriju {1}" -#: inary/atomicoperations.py:103 +#: inary/atomicoperations.py:110 #, fuzzy msgid "Package URI: {}" msgstr "URI paketa: {}" -#: inary/atomicoperations.py:117 +#: inary/atomicoperations.py:124 msgid "Download Error: Package does not match the repository package." msgstr "Greška preuzimanja: Paket se ne podudara sa paketom repozitorija." -#: inary/atomicoperations.py:121 +#: inary/atomicoperations.py:128 #, fuzzy msgid "Package {} not found in any active repository." msgstr "Paket {} nije nađen u nijednom aktivnom repozitoriju." -#: inary/atomicoperations.py:148 +#: inary/atomicoperations.py:156 #, fuzzy, python-brace-format msgid "Installing {0.name}, version {0.version}, release {0.release}" msgstr "Instaliram {0.name},verzija {0.version},izdanje {0.release}" -#: inary/atomicoperations.py:193 inary/operations/build.py:786 +#: inary/atomicoperations.py:186 +#, python-format +msgid "Free Space: %.2f %s " +msgstr "" + +#: inary/atomicoperations.py:188 +msgid "Is there any free space in your disk." +msgstr "" + +#: inary/atomicoperations.py:206 inary/operations/build.py:789 #, fuzzy, python-brace-format msgid "{0}-{1} is not a valid INARY version format" msgstr "{0}-{1} nije valjan format Inary verzije" -#: inary/atomicoperations.py:199 +#: inary/atomicoperations.py:212 #, fuzzy msgid "{} package cannot be installed unless the dependencies are satisfied" msgstr "{} paket nwe može biti instaliran ako zavianosti nisu zadovoljene" -#: inary/atomicoperations.py:222 +#: inary/atomicoperations.py:235 #, fuzzy, python-brace-format msgid "/{0} from {1} package\n" msgstr "/{0} it {1} paketa\n" -#: inary/atomicoperations.py:223 +#: inary/atomicoperations.py:236 #, fuzzy msgid "" "File conflicts:\n" @@ -724,205 +730,220 @@ msgstr "" "Sukobi datoteke:\n" "{}" -#: inary/atomicoperations.py:241 +#: inary/atomicoperations.py:254 msgid "Re-install same version package?" msgstr "Ponovno instalirati istu verziju paketa?" -#: inary/atomicoperations.py:242 +#: inary/atomicoperations.py:255 msgid "Package re-install declined" msgstr "Ponovna instalacija paketa odbijena" -#: inary/atomicoperations.py:249 +#: inary/atomicoperations.py:262 msgid "Storing old paths info" msgstr "" -#: inary/atomicoperations.py:258 +#: inary/atomicoperations.py:271 msgid "Upgrading to new upstream version" msgstr "" -#: inary/atomicoperations.py:261 +#: inary/atomicoperations.py:274 msgid "Upgrading to new distribution release" msgstr "Nadograđujem na novo izdanje distribucije" -#: inary/atomicoperations.py:270 +#: inary/atomicoperations.py:283 msgid "Downgrade to old distribution release?" msgstr "Vratiti na staro izadanje distribucije?" -#: inary/atomicoperations.py:274 +#: inary/atomicoperations.py:287 msgid "Package downgrade declined" msgstr "" -#: inary/atomicoperations.py:320 +#: inary/atomicoperations.py:333 #, fuzzy msgid "{} configuration failed." msgstr "{} neuspjela konfiguracija." -#: inary/atomicoperations.py:411 +#: inary/atomicoperations.py:424 msgid "Unable to relocate following files. Reinstallation of this package is strongly recommended." msgstr "Nije moguće premjestiti sljedeće datoteke. Preporučuje se ponovna instalacija ovog paketa." -#: inary/atomicoperations.py:510 +#: inary/atomicoperations.py:523 #, fuzzy msgid "Storing {}" msgstr "Pohranjujem {}" -#: inary/atomicoperations.py:578 +#: inary/atomicoperations.py:548 +#, fuzzy +msgid "Adding '{}' to db..." +msgstr "Dodajem {} u db... " + +#: inary/atomicoperations.py:592 #, fuzzy msgid "File list could not be read for package {}, continuing removal." msgstr "Lista datoteke sa ne može čitati za paket {},nastavljam uklanjanje." -#: inary/atomicoperations.py:584 +#: inary/atomicoperations.py:598 #, fuzzy msgid "Removing package {}" msgstr "Uklanjam paket {}" -#: inary/atomicoperations.py:587 +#: inary/atomicoperations.py:601 msgid "Trying to remove nonexistent package " msgstr "Pokušava ukloniti nepostojeći paket" -#: inary/atomicoperations.py:626 +#: inary/atomicoperations.py:640 msgid "Not removing conflicted file : {}" msgstr "Ne uklanjanje sporne datoteke: {}" -#: inary/atomicoperations.py:656 +#: inary/atomicoperations.py:670 #, fuzzy msgid "Installed file {} does not exist on system [Probably you manually deleted]" msgstr "Instalirana datoteka {} ne postoji u sustavu [Vejrovatno ste je ručno obrisali]" -#: inary/atomicoperations.py:716 inary/cli/command.py:168 +#: inary/atomicoperations.py:725 inary/cli/command.py:170 msgid "You have to be root for this operation." msgstr "Morate biti root za ovu operaciju." -#: inary/atomicoperations.py:724 +#: inary/atomicoperations.py:733 msgid "Another instance of Inary is running. Only one instance is allowed." msgstr "" -#: inary/atomicoperations.py:827 +#: inary/atomicoperations.py:737 #, fuzzy -msgid "Cleaning package cache {}..." -msgstr "Testiram paket..." - -#: inary/atomicoperations.py:829 -msgid "Cleaning source archive cache {}..." -msgstr "" +msgid "Invalidating database caches..." +msgstr "Dopuni bazu podataka u svakom slučaju" -#: inary/atomicoperations.py:831 +#: inary/atomicoperations.py:739 #, fuzzy -msgid "Cleaning temporary directory {}..." -msgstr "Čistim privremeni direktorij {}..." +msgid "Updating database caches..." +msgstr "Dopuni bazu podataka u svakom slučaju" -#: inary/atomicoperations.py:835 -msgid "Removing cache file {}..." -msgstr "" +#: inary/atomicoperations.py:822 inary/atomicoperations.py:955 +#: inary/atomicoperations.py:963 +#, fuzzy +msgid "Regenerating database caches..." +msgstr "Obnovi bazu podataka datoteka" -#: inary/atomicoperations.py:875 +#: inary/atomicoperations.py:871 msgid "Taking snapshot of the system" msgstr "Pravim snimak sustava" -#: inary/atomicoperations.py:918 +#: inary/atomicoperations.py:914 #, fuzzy msgid "scom package is not fully installed" msgstr "scom paket nije u potpunosti instaliran" -#: inary/atomicoperations.py:925 +#: inary/atomicoperations.py:921 msgid "Not a valid repo name." msgstr "Nema valjanog imena repozitorija" -#: inary/atomicoperations.py:928 +#: inary/atomicoperations.py:924 #, fuzzy msgid "Repo {} already present." msgstr "Repozitorij {} je već prisutan." -#: inary/atomicoperations.py:931 +#: inary/atomicoperations.py:927 #, fuzzy msgid "Repo already present with name {}." msgstr "Repozitorij je već prisutan po imenu {}." -#: inary/atomicoperations.py:936 +#: inary/atomicoperations.py:931 inary/atomicoperations.py:940 +#, fuzzy +msgid "Flushing database caches..." +msgstr "Testiram paket..." + +#: inary/atomicoperations.py:933 #, fuzzy msgid "Repo {} added to system." msgstr "Repozitorij {} dodan vašen sustavu." -#: inary/atomicoperations.py:944 +#: inary/atomicoperations.py:942 #, fuzzy msgid "Repo {} removed from system." msgstr "Repozitorij {} je uklonjen iz sustava." -#: inary/atomicoperations.py:946 +#: inary/atomicoperations.py:944 #, fuzzy msgid "Repository {} does not exist. Cannot remove." msgstr "Repozitorij {} ne postoji.Ne mogu ukloniti." -#: inary/atomicoperations.py:967 +#: inary/atomicoperations.py:968 #, fuzzy msgid "Updating repository: {}" msgstr "Dopunjujem repozitorij: {}" -#: inary/atomicoperations.py:976 +#: inary/atomicoperations.py:977 #, fuzzy msgid "{} repository information is up-to-date." msgstr "{} informacije repozitorija su dopunjene." -#: inary/atomicoperations.py:978 +#: inary/atomicoperations.py:979 msgid "Updating database at any rate as requested" msgstr "Dopuna baze podataka u svakom slučaju kako je zahtjevano" -#: inary/atomicoperations.py:991 +#: inary/atomicoperations.py:993 msgid "Package database updated." msgstr "Baza podataka paketa je dopunjena." -#: inary/atomicoperations.py:993 +#: inary/atomicoperations.py:995 #, fuzzy msgid "No repository named {} found." msgstr "NIjedan reopzitori zvan {} nije nađen." -#: inary/cli/__init__.py:117 +#: inary/cli/__init__.py:110 +msgid "Verboses: " +msgstr "" + +#: inary/cli/__init__.py:122 msgid "Warning: " msgstr "Upozorenje:" -#: inary/cli/__init__.py:127 +#: inary/cli/__init__.py:132 msgid "Error: " msgstr "Greška:" -#: inary/cli/__init__.py:161 +#: inary/cli/__init__.py:168 #, fuzzy msgid " (yes" msgstr " (da/ne)" -#: inary/cli/__init__.py:161 +#: inary/cli/__init__.py:168 msgid "no)" msgstr "" -#: inary/cli/__init__.py:185 -msgid " [complete]\n" +#: inary/cli/__init__.py:192 +#, fuzzy +msgid "" +"\n" +" [complete]\n" msgstr " [dovršeno]\n" -#: inary/cli/__init__.py:195 +#: inary/cli/__init__.py:202 #, fuzzy msgid "Installed {}" msgstr "Instaliran {}" -#: inary/cli/__init__.py:197 +#: inary/cli/__init__.py:204 #, fuzzy msgid "Removed {}" msgstr "Uklonjen {}" -#: inary/cli/__init__.py:199 +#: inary/cli/__init__.py:206 #, fuzzy msgid "Upgraded {}" msgstr "Nadograđen {}" -#: inary/cli/__init__.py:201 +#: inary/cli/__init__.py:208 #, fuzzy msgid "Configured {}" msgstr "Konfiguriran {}" -#: inary/cli/__init__.py:203 +#: inary/cli/__init__.py:210 #, fuzzy msgid "Extracting the files of {}" msgstr "Raspakiran datoteke od {}" -#: inary/cli/addrepo.py:25 +#: inary/cli/addrepo.py:28 msgid "" "Add a repository\n" "\n" @@ -942,23 +963,23 @@ msgstr "" "\n" "NB: Podržavamo samo lokalne datoteke(e.g., /a/b/c) i http:// URIs trenutno\n" -#: inary/cli/addrepo.py:43 +#: inary/cli/addrepo.py:46 msgid "add-repo options" msgstr "add-repo opcije" -#: inary/cli/addrepo.py:44 +#: inary/cli/addrepo.py:47 msgid "Ignore repository distribution check" msgstr "Ignoriraj provjeru repozitorija distribucije" -#: inary/cli/addrepo.py:45 +#: inary/cli/addrepo.py:48 msgid "Does not fetch repository index and does not check distribution match" msgstr "Ne dohvaća indeks repozitorija i ne provjerava podudaranje distribucije" -#: inary/cli/addrepo.py:48 +#: inary/cli/addrepo.py:51 msgid "Add repository at given position (0 is first)" msgstr "Dodaj repozitorij na danu poziciju (0 je prva)" -#: inary/cli/addrepo.py:62 +#: inary/cli/addrepo.py:65 #, fuzzy msgid "" "Add {} repository without updating the database?\n" @@ -969,12 +990,12 @@ msgstr "" "Potvrđujućo ovo vi također dodajete repozitorij u vaš sustav bez provjere distribucije repozitorija.\n" "Želite li nastaviti?" -#: inary/cli/addrepo.py:74 +#: inary/cli/addrepo.py:77 #, fuzzy, python-brace-format msgid "{0} repository could not be reached. Removing {0} from system." msgstr "{0} repozitorij nije mogao biti dohvaćen. Uklanjanje {0} iz sustava." -#: inary/cli/blame.py:24 +#: inary/cli/blame.py:26 msgid "" "Information about the package owner and release\n" "\n" @@ -986,39 +1007,39 @@ msgstr "" "Uporaba: krivi ... \n" "\n" -#: inary/cli/blame.py:37 +#: inary/cli/blame.py:39 msgid "blame options" msgstr "opcije krivljenja" -#: inary/cli/blame.py:38 +#: inary/cli/blame.py:40 msgid "Blame for the given release" msgstr "Krivnja za dano izdanje" -#: inary/cli/blame.py:40 +#: inary/cli/blame.py:42 msgid "Blame for all of the releases" msgstr "Krivnja za sva izdanja" -#: inary/cli/blame.py:66 inary/data/specfile.py:374 inary/data/specfile.py:485 +#: inary/cli/blame.py:68 inary/data/specfile.py:371 inary/data/specfile.py:452 #, fuzzy, python-brace-format msgid "Name: {0}, version: {1}, release: {2}\n" msgstr "Ime:{0}, verzija{1}, izdanje:{2}\n" -#: inary/cli/blame.py:68 +#: inary/cli/blame.py:70 #, fuzzy, python-brace-format msgid "Package Maintainer: {0} <{1}>\n" msgstr "Održavatelj paketa: {0} <{1}>\n" -#: inary/cli/blame.py:69 +#: inary/cli/blame.py:71 #, fuzzy, python-brace-format msgid "Release Updater: {0.name} <{0.email}>\n" msgstr "Dopunitelj izdanja: {0.name} <{0.email}>\n" -#: inary/cli/blame.py:70 +#: inary/cli/blame.py:72 #, fuzzy msgid "Update Date: {}\n" msgstr "Datum dopune: {}\n" -#: inary/cli/build.py:25 +#: inary/cli/build.py:30 msgid "" "Build INARY packages\n" "\n" @@ -1031,92 +1052,96 @@ msgid "" "to be downloaded from a repository containing sources.\n" msgstr "" -#: inary/cli/build.py:49 +#: inary/cli/build.py:54 msgid "build options" msgstr "" -#: inary/cli/build.py:57 +#: inary/cli/build.py:62 msgid "Run inary build operation without printing extra debug information" msgstr "" -#: inary/cli/build.py:63 inary/cli/command.py:205 +#: inary/cli/build.py:68 inary/cli/command.py:207 msgid "Do not take dependency information into account" msgstr "Nemojte uzeti u obzir informacije o zavisnosti" -#: inary/cli/build.py:69 +#: inary/cli/build.py:74 msgid "Output directory for produced packages" msgstr "Izlazni direktorij za napravljene pakete" -#: inary/cli/build.py:73 +#: inary/cli/build.py:78 msgid "Bypass errors from ActionsAPI" msgstr "Zaobiđi greške iz ActionsAPI" -#: inary/cli/build.py:78 inary/cli/command.py:207 +#: inary/cli/build.py:83 inary/cli/command.py:209 msgid "Bypass safety switch" msgstr "Zaobiđi sigurnosni prekidač" -#: inary/cli/build.py:83 +#: inary/cli/build.py:88 msgid "Bypass testing step" msgstr "Zaobiđi korak testiranja" -#: inary/cli/build.py:88 +#: inary/cli/build.py:93 msgid "Create a static package with ar files" msgstr "Stvorite statički paket sa ar datotekama" -#: inary/cli/build.py:92 inary/cli/delta.py:63 +#: inary/cli/build.py:97 inary/cli/delta.py:65 msgid "Create the binary package using the given format. Use '-F help' to see a list of supported formats." msgstr "Napravite binarni paket koristeći dati format. Koristite 'F-help' da biste vidjeli popis podržanih formata." -#: inary/cli/build.py:99 +#: inary/cli/build.py:104 msgid "Use quilt patch management system instead of GNU patch" msgstr "" -#: inary/cli/build.py:105 +#: inary/cli/build.py:110 +msgid "Do not use root user when packaging, make building under home folder" +msgstr "" + +#: inary/cli/build.py:116 msgid "Do not constrain build process inside the build folder" msgstr "" -#: inary/cli/build.py:109 +#: inary/cli/build.py:120 msgid "build steps" msgstr "" -#: inary/cli/build.py:115 +#: inary/cli/build.py:126 msgid "Break build after fetching the source archive" msgstr "" -#: inary/cli/build.py:122 +#: inary/cli/build.py:133 msgid "Break build after unpacking the source archive, checking sha1sum and applying patches" msgstr "" -#: inary/cli/build.py:130 +#: inary/cli/build.py:141 msgid "Break build after running configure step" msgstr "" -#: inary/cli/build.py:136 +#: inary/cli/build.py:147 msgid "Break build after running compile step" msgstr "" -#: inary/cli/build.py:142 +#: inary/cli/build.py:153 msgid "Break build after running check step" msgstr "" -#: inary/cli/build.py:148 +#: inary/cli/build.py:159 msgid "Break build after running install step" msgstr "" -#: inary/cli/build.py:154 +#: inary/cli/build.py:165 msgid "Create INARY package" msgstr "Napravi Inary paket" -#: inary/cli/build.py:164 inary/cli/delta.py:71 +#: inary/cli/build.py:175 inary/cli/delta.py:73 msgid "Supported package formats:" msgstr "Podržani formati paketa:" -#: inary/cli/build.py:167 inary/cli/delta.py:74 +#: inary/cli/build.py:178 inary/cli/delta.py:76 #, fuzzy msgid " {} (default)" msgstr " {} (zadano)" -#: inary/cli/check.py:28 +#: inary/cli/check.py:30 msgid "" "Verify installation\n" "\n" @@ -1132,40 +1157,40 @@ msgid "" "If no packages are given, checks all installed packages.\n" msgstr "" -#: inary/cli/check.py:55 +#: inary/cli/check.py:57 msgid "check options" msgstr "opcije provjere" -#: inary/cli/check.py:60 +#: inary/cli/check.py:62 msgid "Check installed packages under given component" msgstr "Provjerite instalirane pakete pod određenom komponentom" -#: inary/cli/check.py:66 +#: inary/cli/check.py:68 msgid "Checks only changed config files of the packages" msgstr "Provjerava samo promijenjene konfiguracijske datoteke paketa" -#: inary/cli/check.py:83 +#: inary/cli/check.py:85 msgid "Checking all installed packages" msgstr "Provjeravam sve instalirane pakete" -#: inary/cli/check.py:92 +#: inary/cli/check.py:94 #, fuzzy msgid "Checking integrity of {}" msgstr "Provjera integriteta{}" -#: inary/cli/check.py:104 +#: inary/cli/check.py:106 msgid "Broken" msgstr "Slomljen" -#: inary/cli/check.py:109 +#: inary/cli/check.py:111 msgid "Unknown" msgstr "Nepoznati" -#: inary/cli/check.py:111 +#: inary/cli/check.py:113 msgid "OK" msgstr "U redu" -#: inary/cli/check.py:117 +#: inary/cli/check.py:118 #, fuzzy msgid "Missing file: /{}" msgstr "Nedostaje datoteka: /{}" @@ -1175,22 +1200,22 @@ msgstr "Nedostaje datoteka: /{}" msgid "Access denied: /{}" msgstr "Pristup odbijen: /{}" -#: inary/cli/check.py:125 +#: inary/cli/check.py:124 #, fuzzy msgid "Corrupted file: /{}" msgstr "Oštećena datoteka: /{}" -#: inary/cli/check.py:129 +#: inary/cli/check.py:127 #, fuzzy msgid "Modified configuration file: /{}" msgstr "Izmjenjena konfiguracijska datoteka: /{}" -#: inary/cli/check.py:134 +#: inary/cli/check.py:132 #, fuzzy msgid "Package {} not installed" msgstr "Paket {} nije instaliran" -#: inary/cli/check.py:138 +#: inary/cli/check.py:136 #, fuzzy msgid "" "Inary was unable to check the integrity of packages which contain files that you don't have read access.\n" @@ -1199,7 +1224,7 @@ msgstr "" "Inary nije bio u mogućnosti provjeriti integritet paketa koji sadrže datoteke kojima nemate pristup čitanja. \n" "Pokretanje provjere kao privilegirani korisnik može pomoći popravljanju ovog problema." -#: inary/cli/clean.py:20 +#: inary/cli/clean.py:22 msgid "" "Clean stale locks\n" "\n" @@ -1209,76 +1234,76 @@ msgid "" "This command deletes unused locks from the database directory." msgstr "" -#: inary/cli/command.py:31 +#: inary/cli/command.py:33 msgid "Command lacks name" msgstr "Naredba nema ime" -#: inary/cli/command.py:35 +#: inary/cli/command.py:37 #, fuzzy msgid "Duplicate command {}" msgstr "Udvostruči naredbu {}" -#: inary/cli/command.py:72 inary/cli/inarycli.py:138 +#: inary/cli/command.py:74 inary/cli/inarycli.py:142 #, fuzzy msgid "Unrecognized command: {}" msgstr "Neprepoznata naredba: {}" -#: inary/cli/command.py:97 +#: inary/cli/command.py:99 msgid "general options" msgstr "osnovne opcije" -#: inary/cli/command.py:100 +#: inary/cli/command.py:102 msgid "Change the system root for INARY commands" msgstr "Promjena root sustava za INARY naredbe" -#: inary/cli/command.py:102 +#: inary/cli/command.py:104 msgid "Assume yes in all yes/no queries" msgstr "Pretpostavimo da u svim da/ne pitanjima" -#: inary/cli/command.py:106 +#: inary/cli/command.py:108 msgid "Keep bandwidth usage under specified KB's" msgstr "Držite korištenje propusne moći pod određenim KB-a" -#: inary/cli/command.py:109 +#: inary/cli/command.py:111 msgid "Detailed output" msgstr "Detaljni izlazni ispis" -#: inary/cli/command.py:111 +#: inary/cli/command.py:113 msgid "Show debugging information" msgstr "" -#: inary/cli/command.py:113 +#: inary/cli/command.py:115 msgid "Suppresses all coloring of INARY's output" msgstr "" -#: inary/cli/command.py:131 +#: inary/cli/command.py:133 #, fuzzy msgid "Destination directory {} does not exist. Creating directory.\n" msgstr "Odredišni direktorij {} ne postoji.Stvaram direktorij.\n" -#: inary/cli/command.py:153 +#: inary/cli/command.py:155 msgid "Password: " msgstr "Lozinka:" -#: inary/cli/command.py:192 +#: inary/cli/command.py:194 msgid "Command terminated abnormally." msgstr "" -#: inary/cli/command.py:209 inary/cli/emerge.py:52 inary/cli/emergeup.py:54 +#: inary/cli/command.py:211 inary/cli/emerge.py:54 inary/cli/emergeup.py:56 #, fuzzy msgid "Bypass scom configuration agent" msgstr "Zaobiđi Scom konfiguracijski agent" -#: inary/cli/command.py:211 +#: inary/cli/command.py:213 msgid "Do not perform any action, just show what would be done" msgstr "Nemoj izvoditi nikakvee akcije, samo pokaži što će biti učinjeno" -#: inary/cli/command.py:229 +#: inary/cli/command.py:231 #, fuzzy msgid "usage: {}\n" msgstr "uporaba: {}\n" -#: inary/cli/configurepending.py:23 +#: inary/cli/configurepending.py:25 msgid "" "Configure pending packages\n" "\n" @@ -1288,11 +1313,11 @@ msgid "" "configures those packages.\n" msgstr "" -#: inary/cli/configurepending.py:37 +#: inary/cli/configurepending.py:39 msgid "configure-pending options" msgstr "" -#: inary/cli/deletecache.py:22 +#: inary/cli/deletecache.py:26 msgid "" "Delete cache files\n" "\n" @@ -1303,7 +1328,34 @@ msgid "" "consume a lot of disk space." msgstr "" -#: inary/cli/delta.py:24 +#: inary/cli/deletecache.py:40 +msgid "Select cleaning directory:\n" +msgstr "" + +#: inary/cli/deletecache.py:49 +#, fuzzy +msgid "Cleaning home-build directory {}..." +msgstr "Čistim privremeni direktorij {}..." + +#: inary/cli/deletecache.py:57 +#, fuzzy +msgid "Cleaning package cache {}..." +msgstr "Testiram paket..." + +#: inary/cli/deletecache.py:59 +msgid "Cleaning source archive cache {}..." +msgstr "" + +#: inary/cli/deletecache.py:61 +#, fuzzy +msgid "Cleaning temporary directory {}..." +msgstr "Čistim privremeni direktorij {}..." + +#: inary/cli/deletecache.py:65 +msgid "Removing cache file {}..." +msgstr "" + +#: inary/cli/delta.py:26 msgid "" "Creates delta packages\n" "\n" @@ -1323,19 +1375,19 @@ msgstr "" "paketa uspoređujući sha1sum datoteka i stvara \n" "a delta paket sa izmjenjenim datotekama.\n" -#: inary/cli/delta.py:45 +#: inary/cli/delta.py:47 msgid "delta options" msgstr "delta opcije" -#: inary/cli/delta.py:53 +#: inary/cli/delta.py:55 msgid "Use arg as the new package and treat other arguments as old packages." msgstr "" -#: inary/cli/delta.py:59 +#: inary/cli/delta.py:61 msgid "Output directory for produced packages." msgstr "Izlazbi direktorij za napravljene pakete." -#: inary/cli/disablerepo.py:22 +#: inary/cli/disablerepo.py:24 msgid "" "Disable repository\n" "\n" @@ -1346,7 +1398,7 @@ msgid "" "Disabled repositories are not taken into account in operations\n" msgstr "" -#: inary/cli/emerge.py:25 +#: inary/cli/emerge.py:27 msgid "" "Build and install INARY source packages from repository\n" "\n" @@ -1365,34 +1417,34 @@ msgstr "" "\n" "Također možete dati ime komponente.\n" -#: inary/cli/emerge.py:43 +#: inary/cli/emerge.py:45 msgid "emerge options" msgstr "" -#: inary/cli/emerge.py:46 inary/cli/emergeup.py:48 +#: inary/cli/emerge.py:48 inary/cli/emergeup.py:50 msgid "Emerge available packages under given component" msgstr "" -#: inary/cli/emerge.py:48 inary/cli/emergeup.py:50 inary/cli/install.py:52 -#: inary/cli/upgrade.py:58 +#: inary/cli/emerge.py:50 inary/cli/emergeup.py:52 inary/cli/install.py:54 +#: inary/cli/upgrade.py:60 msgid "Ignore file conflicts" msgstr "Zanemari sukobe datoteka" -#: inary/cli/emerge.py:50 inary/cli/emergeup.py:52 inary/cli/install.py:54 -#: inary/cli/upgrade.py:60 +#: inary/cli/emerge.py:52 inary/cli/emergeup.py:54 inary/cli/install.py:56 +#: inary/cli/upgrade.py:62 msgid "Ignore package conflicts" msgstr "Zanemari sukobe pakete" -#: inary/cli/emerge.py:70 inary/cli/emergeup.py:75 +#: inary/cli/emerge.py:72 inary/cli/emergeup.py:77 #, fuzzy msgid "Output directory: {}" msgstr "Izlazni direktorij: {}" -#: inary/cli/emerge.py:72 inary/cli/emergeup.py:77 +#: inary/cli/emerge.py:74 inary/cli/emergeup.py:79 msgid "Outputting binary packages in the package cache." msgstr "" -#: inary/cli/emergeup.py:27 +#: inary/cli/emergeup.py:29 #, fuzzy msgid "" "Build and upgrade INARY source packages from repository\n" @@ -1412,12 +1464,12 @@ msgstr "" "\n" "Također možete dati ime komponente.\n" -#: inary/cli/emergeup.py:45 +#: inary/cli/emergeup.py:47 #, fuzzy msgid "emergeup options" msgstr "opcije uklanjanja" -#: inary/cli/enablerepo.py:22 +#: inary/cli/enablerepo.py:24 msgid "" "Enable repository\n" "\n" @@ -1452,7 +1504,7 @@ msgstr "" msgid "Download with runtime dependencies." msgstr "Ima dodatnih paketa zbog zavisnosti" -#: inary/cli/graph.py:26 +#: inary/cli/graph.py:28 msgid "" "Graph package relations\n" "\n" @@ -1464,44 +1516,44 @@ msgid "" "the package in graphviz format to 'pgraph.dot'.\n" msgstr "" -#: inary/cli/graph.py:41 +#: inary/cli/graph.py:43 msgid "graph options" msgstr "Opcije grafikona" -#: inary/cli/graph.py:45 +#: inary/cli/graph.py:47 msgid "Specify a particular repository" msgstr "Odredite konkretan repozitorij" -#: inary/cli/graph.py:48 +#: inary/cli/graph.py:50 msgid "Graph of installed packages" msgstr "Grafikon instaliranih paketa" -#: inary/cli/graph.py:51 +#: inary/cli/graph.py:53 msgid "Do not show installed packages" msgstr "Ne pokazuj instalirane pakete" -#: inary/cli/graph.py:54 +#: inary/cli/graph.py:56 msgid "Draw reverse dependency graph" msgstr "" -#: inary/cli/graph.py:57 +#: inary/cli/graph.py:59 msgid "Dot output file" msgstr "" -#: inary/cli/graph.py:71 +#: inary/cli/graph.py:73 #, fuzzy msgid "Plotting packages in repository {}" msgstr "Paket {} je nađen u repozitoriju {}" -#: inary/cli/graph.py:74 +#: inary/cli/graph.py:76 msgid "Plotting a graph of relations among all repository packages" msgstr "" -#: inary/cli/graph.py:88 +#: inary/cli/graph.py:90 msgid "Plotting a graph of relations among all installed packages" msgstr "" -#: inary/cli/help.py:22 +#: inary/cli/help.py:24 msgid "" "Prints help for given commands\n" "\n" @@ -1510,7 +1562,7 @@ msgid "" "If run without parameters, it prints the general help." msgstr "" -#: inary/cli/help.py:47 +#: inary/cli/help.py:49 msgid "" "%prog [options] [arguments]\n" "\n" @@ -1518,41 +1570,41 @@ msgid "" "\n" msgstr "" -#: inary/cli/help.py:53 +#: inary/cli/help.py:55 msgid "" "\n" "Use \"%prog help \" for help on a specific command.\n" msgstr "" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "emerge" msgstr "" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "install" msgstr "instaliraj" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "remove" msgstr "ukloni" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "repository update" msgstr "dopuna repozitorija" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "snapshot" msgstr "snimak" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "takeback" msgstr "" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "upgrade" msgstr "nadogradi" -#: inary/cli/history.py:31 +#: inary/cli/history.py:33 msgid "" "History of inary operations\n" "\n" @@ -1566,50 +1618,49 @@ msgstr "" "\n" "Izlistava prethodne operacije." -#: inary/cli/history.py:45 +#: inary/cli/history.py:47 msgid "history options" msgstr "opcije povijesti" -#: inary/cli/history.py:51 +#: inary/cli/history.py:53 msgid "Output only the last n operations" msgstr "Izlazni ispis samo zadnjih n operacija" -#: inary/cli/history.py:53 +#: inary/cli/history.py:55 msgid "Take snapshot of the current system" msgstr "Napravite snimak trenutnog sustava" -#: inary/cli/history.py:55 +#: inary/cli/history.py:57 msgid "Takeback to the state after the given operation finished" msgstr "" -#: inary/cli/history.py:65 -#, fuzzy, python-brace-format -msgid "Operation #{0}: {1}" -msgstr "Operacija #{0}: {1}" +#: inary/cli/history.py:68 +#, fuzzy +msgid "Operation " +msgstr "Opcije" -#: inary/cli/history.py:66 -#, python-brace-format -msgid "Date: {0.date} {0.time}" -msgstr "Datum: {0.date} {0.time}" +#: inary/cli/history.py:72 +#, fuzzy +msgid "Date: " +msgstr "Datum: {} {}" -#: inary/cli/history.py:70 -#, python-format -msgid " * There are %d packages in this snapshot." +#: inary/cli/history.py:78 +msgid " * There are {} packages in this snapshot." msgstr "" -#: inary/cli/inarycli.py:89 +#: inary/cli/inarycli.py:93 msgid "Options must precede non-option arguments" msgstr "" -#: inary/cli/inarycli.py:131 +#: inary/cli/inarycli.py:135 msgid "No command given" msgstr "NIje dana nijedna naredba" -#: inary/cli/inarycli.py:134 +#: inary/cli/inarycli.py:138 msgid "Command line parsing error" msgstr "" -#: inary/cli/index.py:24 +#: inary/cli/index.py:26 msgid "" "Index INARY files in a given directory\n" "\n" @@ -1624,31 +1675,31 @@ msgid "" "everything in a single index file.\n" msgstr "" -#: inary/cli/index.py:48 +#: inary/cli/index.py:50 msgid "index options" msgstr "opcije indeksa" -#: inary/cli/index.py:53 +#: inary/cli/index.py:55 msgid "Store absolute links for indexed files." msgstr "Pohrani apsolutne veze za indeksirane datoteke." -#: inary/cli/index.py:58 +#: inary/cli/index.py:60 msgid "Index output file" msgstr "" -#: inary/cli/index.py:63 +#: inary/cli/index.py:65 msgid "Comma-separated compression types for index file" msgstr "" -#: inary/cli/index.py:69 +#: inary/cli/index.py:71 msgid "Do not index INARY spec files." msgstr "Ne indeksiraj INARY spec datoteke." -#: inary/cli/index.py:74 +#: inary/cli/index.py:76 msgid "Do not sign index." msgstr "" -#: inary/cli/info.py:26 +#: inary/cli/info.py:28 msgid "" "Display package information\n" "\n" @@ -1657,80 +1708,80 @@ msgid "" " is either a package name or a .inary file,\n" msgstr "" -#: inary/cli/info.py:44 +#: inary/cli/info.py:46 msgid "info options" msgstr "opcije informacija" -#: inary/cli/info.py:51 +#: inary/cli/info.py:53 msgid "Show a list of package files." msgstr "Pokaži listu datoteka paketa." -#: inary/cli/info.py:53 +#: inary/cli/info.py:55 msgid "Info about the given component" msgstr "Informacija o danoj komponenti" -#: inary/cli/info.py:56 +#: inary/cli/info.py:58 msgid "Show only paths." msgstr "Pokaži samo putanje." -#: inary/cli/info.py:58 +#: inary/cli/info.py:60 msgid "Do not show details" msgstr "Ne pokazuj detalje" -#: inary/cli/info.py:60 +#: inary/cli/info.py:62 msgid "Output in xml format" msgstr "Izlaz u XML formatu" -#: inary/cli/info.py:128 +#: inary/cli/info.py:130 msgid "Reverse Dependencies:" msgstr "Obrnute zavisnosti:" -#: inary/cli/info.py:139 +#: inary/cli/info.py:141 msgid "Reverse Build Dependencies:" msgstr "" -#: inary/cli/info.py:144 +#: inary/cli/info.py:146 #, fuzzy msgid "Package file: {}" msgstr "Datoteka paketa: {}" -#: inary/cli/info.py:159 +#: inary/cli/info.py:161 msgid "[inst] " msgstr "" -#: inary/cli/info.py:161 +#: inary/cli/info.py:163 msgid "Installed package:" msgstr "Instalirani paket:" -#: inary/cli/info.py:165 +#: inary/cli/info.py:167 #, fuzzy msgid "{} package is not installed" msgstr "{} paket nije instaliran" -#: inary/cli/info.py:171 +#: inary/cli/info.py:173 msgid "[binary] " msgstr "[binarni]" -#: inary/cli/info.py:173 inary/cli/info.py:185 +#: inary/cli/info.py:175 inary/cli/info.py:187 #, fuzzy msgid "Package found in {} repository:" msgstr "Paket je nađen u {} repozitoriju:" -#: inary/cli/info.py:176 +#: inary/cli/info.py:178 #, fuzzy msgid "{} package is not found in binary repositories" msgstr "{} paket nije pronađen u binarnom repozitoriju" -#: inary/cli/info.py:183 +#: inary/cli/info.py:185 msgid "[source] " msgstr "[Izvor]" -#: inary/cli/info.py:188 +#: inary/cli/info.py:190 #, fuzzy msgid "{} package is not found in source repositories" msgstr "{} paket nije nađen u repozitoriju izvora" -#: inary/cli/install.py:25 +#: inary/cli/install.py:27 msgid "" "Install INARY packages\n" "\n" @@ -1752,48 +1803,48 @@ msgstr "" "Također možete odrediti komponente umjesto imena paketa, koje će biti\n" "proširene na imena paketa.\n" -#: inary/cli/install.py:43 +#: inary/cli/install.py:45 msgid "install options" msgstr "opcije instalacije" -#: inary/cli/install.py:48 +#: inary/cli/install.py:50 msgid "Reinstall already installed packages" msgstr "Ponovno instaliraj već instalirane pakete" -#: inary/cli/install.py:50 +#: inary/cli/install.py:52 msgid "Skip distribution release and architecture check" msgstr "Preskoči provjeru izdanja distribucije i arhitekture" -#: inary/cli/install.py:56 +#: inary/cli/install.py:58 msgid "Install component's and recursive components' packages" msgstr "Instalirajte komponentu i rekurzivne pakete komponente" -#: inary/cli/install.py:58 +#: inary/cli/install.py:60 msgid "Name of the component's repository" msgstr "" -#: inary/cli/install.py:60 inary/cli/upgrade.py:66 +#: inary/cli/install.py:62 inary/cli/upgrade.py:68 msgid "Fetch upgrades but do not install." msgstr "" -#: inary/cli/install.py:62 +#: inary/cli/install.py:64 msgid "When installing packages, ignore packages and components whose basenames match pattern." msgstr "" -#: inary/cli/install.py:65 +#: inary/cli/install.py:67 msgid "When installing packages, ignore packages and components whose basenames match any pattern contained in file." msgstr "" -#: inary/cli/install.py:69 +#: inary/cli/install.py:71 msgid "Store previous libraries info when package is updating to newer version." msgstr "" -#: inary/cli/install.py:94 +#: inary/cli/install.py:96 #, fuzzy msgid "There is no component named {}" msgstr "Nema komponente po imenu{}" -#: inary/cli/listavailable.py:27 +#: inary/cli/listavailable.py:29 msgid "" "List available packages in the repositories\n" "\n" @@ -1810,36 +1861,36 @@ msgstr "" "repozitorijima. Ako nijedan repozitorij nije naveden, mi listamo pakete u\n" "svim repozitorijima.\n" -#: inary/cli/listavailable.py:45 +#: inary/cli/listavailable.py:47 msgid "list-available options" msgstr "opcije izlistaj-dostupno" -#: inary/cli/listavailable.py:47 inary/cli/listcomponents.py:41 -#: inary/cli/listinstalled.py:47 inary/cli/listsources.py:40 -#: inary/cli/listupgrades.py:43 inary/cli/searchfile.py:40 +#: inary/cli/listavailable.py:49 inary/cli/listcomponents.py:43 +#: inary/cli/listinstalled.py:49 inary/cli/listsources.py:42 +#: inary/cli/listupgrades.py:45 inary/cli/searchfile.py:41 msgid "Show in long format" msgstr "Pokaži u dugom formatu" -#: inary/cli/listavailable.py:49 +#: inary/cli/listavailable.py:51 msgid "List available packages under given component" msgstr "Lista dostupnih paketa pod danom komponentom" -#: inary/cli/listavailable.py:51 +#: inary/cli/listavailable.py:53 msgid "Show uninstalled packages only" msgstr "Pokaži samo neinstalirane pakete" -#: inary/cli/listavailable.py:59 +#: inary/cli/listavailable.py:61 msgid "Installed packages are shown in this color" msgstr "Instalirani paketi su prikazani u ovoj boji" -#: inary/cli/listavailable.py:67 +#: inary/cli/listavailable.py:69 #, fuzzy msgid "" "\n" " Repository : {}\n" msgstr "Repozitorij: {}\n" -#: inary/cli/listcomponents.py:24 +#: inary/cli/listcomponents.py:26 msgid "" "List available components\n" "\n" @@ -1849,15 +1900,15 @@ msgid "" "repositories.\n" msgstr "" -#: inary/cli/listcomponents.py:39 +#: inary/cli/listcomponents.py:41 msgid "list-components options" msgstr "" -#: inary/cli/listcomponents.py:43 inary/cli/search.py:46 +#: inary/cli/listcomponents.py:45 inary/cli/search.py:48 msgid "Name of the source or package repository" msgstr "Ime repozitorija izvora ili paketa" -#: inary/cli/listinstalled.py:25 +#: inary/cli/listinstalled.py:27 msgid "" "Print the list of all installed packages\n" "\n" @@ -1867,27 +1918,27 @@ msgstr "" "\n" "Uporaba: list-installed\n" -#: inary/cli/listinstalled.py:39 +#: inary/cli/listinstalled.py:41 msgid "list-installed options" msgstr "" -#: inary/cli/listinstalled.py:44 +#: inary/cli/listinstalled.py:46 msgid "Only list the installed packages built by the given host" msgstr "" -#: inary/cli/listinstalled.py:49 +#: inary/cli/listinstalled.py:51 msgid "List installed packages under given component" msgstr "Lista instaliranih paketa pod danom komponentom" -#: inary/cli/listinstalled.py:51 inary/cli/listupgrades.py:47 +#: inary/cli/listinstalled.py:53 inary/cli/listupgrades.py:49 msgid "Show detailed install info" msgstr "Pokaži detaljnu informaciju o instalaciji" -#: inary/cli/listinstalled.py:77 inary/cli/listupgrades.py:72 +#: inary/cli/listinstalled.py:79 inary/cli/listupgrades.py:74 msgid "Package Name |St| Version| Rel.| Distro| Date" msgstr "" -#: inary/cli/listnewest.py:25 +#: inary/cli/listnewest.py:27 msgid "" "List newest packages in the repositories\n" "\n" @@ -1898,29 +1949,29 @@ msgid "" "packages from all repositories.\n" msgstr "" -#: inary/cli/listnewest.py:43 +#: inary/cli/listnewest.py:45 msgid "list-newest options" msgstr "opcije listaj-najnovije" -#: inary/cli/listnewest.py:45 +#: inary/cli/listnewest.py:47 msgid "List new packages added to repository after this given date formatted as yyyy-mm-dd" msgstr "" -#: inary/cli/listnewest.py:47 +#: inary/cli/listnewest.py:49 msgid "List new packages added to repository after last nth previous repository update" msgstr "" -#: inary/cli/listnewest.py:75 +#: inary/cli/listnewest.py:77 #, fuzzy, python-brace-format msgid "Packages added to {0} since {1}:\n" msgstr "Paketi dodani u {0} od {1}:\n" -#: inary/cli/listnewest.py:77 +#: inary/cli/listnewest.py:79 #, fuzzy msgid "Packages added to {}:" msgstr "Paketi dodani u {}:" -#: inary/cli/listorphaned.py:25 +#: inary/cli/listorphaned.py:27 msgid "" "List orphaned packages\n" "\n" @@ -1929,31 +1980,31 @@ msgid "" "Lists packages installed as dependency, but no longer needed by any other installed package.\n" msgstr "" -#: inary/cli/listorphaned.py:40 +#: inary/cli/listorphaned.py:42 #, fuzzy msgid "list-orphaned options" msgstr "opcije listaj-najnovije" -#: inary/cli/listorphaned.py:42 +#: inary/cli/listorphaned.py:44 #, fuzzy msgid "Show all packages without reverse dependencies" msgstr "Ima dodatnih paketa zbog zavisnosti" -#: inary/cli/listorphaned.py:44 +#: inary/cli/listorphaned.py:46 msgid "Ignore packages and components whose basenames match pattern." msgstr "" -#: inary/cli/listorphaned.py:56 +#: inary/cli/listorphaned.py:58 #, fuzzy msgid "Orphaned packages:" msgstr "Grafikon instaliranih paketa" -#: inary/cli/listorphaned.py:58 +#: inary/cli/listorphaned.py:60 #, fuzzy msgid "No orphaned packages" msgstr "Ne pokazuj instalirane pakete" -#: inary/cli/listpending.py:23 +#: inary/cli/listpending.py:25 msgid "" "List pending packages\n" "\n" @@ -1961,10 +2012,14 @@ msgid "" msgstr "" #: inary/cli/listpending.py:41 +msgid "Listing pending orders:" +msgstr "" + +#: inary/cli/listpending.py:43 msgid "There are no packages waiting to be configured" msgstr "Nema paketa koji čekaju da ih se konfigurira" -#: inary/cli/listrepo.py:23 +#: inary/cli/listrepo.py:25 msgid "" "List repositories\n" "\n" @@ -1973,20 +2028,20 @@ msgid "" "Lists currently tracked repositories.\n" msgstr "" -#: inary/cli/listrepo.py:40 inary/cli/listrepo.py:41 +#: inary/cli/listrepo.py:42 inary/cli/listrepo.py:43 msgid "active" msgstr "aktivan" -#: inary/cli/listrepo.py:40 +#: inary/cli/listrepo.py:42 msgid "inactive" msgstr "neaktivan" -#: inary/cli/listrepo.py:42 inary/cli/listrepo.py:44 +#: inary/cli/listrepo.py:44 inary/cli/listrepo.py:46 #, python-brace-format msgid "{0} [{1}]" msgstr "{0} [{1}]" -#: inary/cli/listsources.py:24 +#: inary/cli/listsources.py:26 msgid "" "List available sources\n" "\n" @@ -1995,11 +2050,11 @@ msgid "" "Gives a brief list of sources published in the repositories.\n" msgstr "" -#: inary/cli/listsources.py:38 +#: inary/cli/listsources.py:40 msgid "list-sources options" msgstr "" -#: inary/cli/listupgrades.py:26 +#: inary/cli/listupgrades.py:28 msgid "" "List packages to be upgraded\n" "\n" @@ -2008,19 +2063,19 @@ msgid "" "Lists the packages that will be upgraded.\n" msgstr "" -#: inary/cli/listupgrades.py:41 +#: inary/cli/listupgrades.py:43 msgid "list-upgrades options" msgstr "" -#: inary/cli/listupgrades.py:45 +#: inary/cli/listupgrades.py:47 msgid "List upgradable packages under given component" msgstr "Popis nadogradivih paketa u datim komponentama" -#: inary/cli/listupgrades.py:63 inary/operations/upgrade.py:159 +#: inary/cli/listupgrades.py:65 inary/operations/upgrade.py:161 msgid "No packages to upgrade." msgstr "Nema paketa za nadogradnju" -#: inary/cli/rebuilddb.py:24 +#: inary/cli/rebuilddb.py:26 msgid "" "Rebuild Databases\n" "\n" @@ -2032,19 +2087,19 @@ msgid "" "dirs under /var/lib/inary\n" msgstr "" -#: inary/cli/rebuilddb.py:41 +#: inary/cli/rebuilddb.py:43 msgid "rebuild-db options" msgstr "" -#: inary/cli/rebuilddb.py:44 +#: inary/cli/rebuilddb.py:46 msgid "Rebuild files database" msgstr "Obnovi bazu podataka datoteka" -#: inary/cli/rebuilddb.py:50 +#: inary/cli/rebuilddb.py:52 msgid "Rebuild INARY databases?" msgstr "Obnovi INARY baze podataka?" -#: inary/cli/remove.py:25 +#: inary/cli/remove.py:27 msgid "" "Remove INARY packages\n" "\n" @@ -2056,19 +2111,19 @@ msgid "" "expanded to package names.\n" msgstr "" -#: inary/cli/remove.py:42 +#: inary/cli/remove.py:44 msgid "remove options" msgstr "opcije uklanjanja" -#: inary/cli/remove.py:45 +#: inary/cli/remove.py:47 msgid "Removes everything including changed config files of the package" msgstr "" -#: inary/cli/remove.py:47 +#: inary/cli/remove.py:49 msgid "Remove component's and recursive components' packages" msgstr "Uklonite komponente i rekurzivne pakete komponenata" -#: inary/cli/removeorphaned.py:25 +#: inary/cli/removeorphaned.py:27 msgid "" "Remove orphaned packages\n" "\n" @@ -2077,16 +2132,16 @@ msgid "" "Remove all orphaned packages from the system.\n" msgstr "" -#: inary/cli/removeorphaned.py:39 +#: inary/cli/removeorphaned.py:41 #, fuzzy msgid "remove-orphaned options" msgstr "opcije uklanjanja" -#: inary/cli/removeorphaned.py:43 +#: inary/cli/removeorphaned.py:45 msgid "When removing orphaned, ignore packages and components whose basenames match pattern." msgstr "" -#: inary/cli/removerepo.py:21 +#: inary/cli/removerepo.py:23 msgid "" "Remove repositories\n" "\n" @@ -2095,7 +2150,7 @@ msgid "" "Remove all repository information from the system.\n" msgstr "" -#: inary/cli/search.py:25 +#: inary/cli/search.py:27 msgid "" "Search packages\n" "\n" @@ -2108,39 +2163,39 @@ msgid "" "database.\n" msgstr "" -#: inary/cli/search.py:42 +#: inary/cli/search.py:44 msgid "search options" msgstr "opcije traženja" -#: inary/cli/search.py:44 +#: inary/cli/search.py:46 msgid "Summary and description language" msgstr "Sažetak i jezik opisa" -#: inary/cli/search.py:48 +#: inary/cli/search.py:50 msgid "Search in installdb" msgstr "" -#: inary/cli/search.py:50 +#: inary/cli/search.py:52 msgid "Search in sourcedb" msgstr "" -#: inary/cli/search.py:52 +#: inary/cli/search.py:54 msgid "Case sensitive search" msgstr "" -#: inary/cli/search.py:54 +#: inary/cli/search.py:56 msgid "Search in the package name" msgstr "Traži u imenu paketa" -#: inary/cli/search.py:56 +#: inary/cli/search.py:58 msgid "Search in the package summary" msgstr "Traži u sažetku paketa" -#: inary/cli/search.py:58 +#: inary/cli/search.py:60 msgid "Search in the package description" msgstr "Traži u opisu paketa" -#: inary/cli/searchfile.py:25 +#: inary/cli/searchfile.py:26 msgid "" "Search for a file\n" "\n" @@ -2149,30 +2204,30 @@ msgid "" "Finds the installed package which contains the specified file.\n" msgstr "" -#: inary/cli/searchfile.py:38 +#: inary/cli/searchfile.py:39 msgid "search-file options" msgstr "" -#: inary/cli/searchfile.py:42 +#: inary/cli/searchfile.py:43 msgid "Show only package name" msgstr "Pokaži samo ime paketa" -#: inary/cli/searchfile.py:49 +#: inary/cli/searchfile.py:50 #, fuzzy msgid "Path '{}' does not belong to an installed package" msgstr "Putanja {} ne pripada instaliranom paketu" -#: inary/cli/searchfile.py:53 +#: inary/cli/searchfile.py:54 #, fuzzy, python-brace-format msgid "Package {0} has file /{1}" msgstr "Paket {0} ima datoteku /{1}" -#: inary/cli/searchfile.py:66 +#: inary/cli/searchfile.py:67 #, fuzzy msgid "Searching for {}" msgstr "U potrazi za {}" -#: inary/cli/updaterepo.py:25 +#: inary/cli/updaterepo.py:27 msgid "" "Update repository databases\n" "\n" @@ -2184,15 +2239,15 @@ msgid "" "If no repository is given, all repositories are updated.\n" msgstr "" -#: inary/cli/updaterepo.py:42 +#: inary/cli/updaterepo.py:44 msgid "update-repo options" msgstr "" -#: inary/cli/updaterepo.py:46 +#: inary/cli/updaterepo.py:48 msgid "Update database in any case" msgstr "Dopuni bazu podataka u svakom slučaju" -#: inary/cli/upgrade.py:26 +#: inary/cli/upgrade.py:28 msgid "" "Upgrade INARY packages\n" "\n" @@ -2212,233 +2267,229 @@ msgid "" "expanded to package names.\n" msgstr "" -#: inary/cli/upgrade.py:50 +#: inary/cli/upgrade.py:52 msgid "upgrade options" msgstr "opcije nadogradnje" -#: inary/cli/upgrade.py:54 +#: inary/cli/upgrade.py:56 msgid "Security related package upgrades only" msgstr "Nadogradi samo pakete vezane za sigurnost " -#: inary/cli/upgrade.py:56 +#: inary/cli/upgrade.py:58 msgid "Do not update repositories" msgstr "Ne dopunjuj repozitorije" -#: inary/cli/upgrade.py:62 +#: inary/cli/upgrade.py:64 msgid "Upgrade component's and recursive components' packages" msgstr "Nadogradnja komponente i rekurzivne pakete komponente " -#: inary/cli/upgrade.py:64 +#: inary/cli/upgrade.py:66 msgid "Name of the to be upgraded packages' repository" msgstr "Ime nadograđenog repozitorija paketa" -#: inary/cli/upgrade.py:68 +#: inary/cli/upgrade.py:70 msgid "When upgrading system, ignore packages and components whose basenames match pattern." msgstr "" -#: inary/cli/upgrade.py:71 +#: inary/cli/upgrade.py:73 msgid "When upgrading system, ignore packages and components whose basenames match any pattern contained in file." msgstr "" -#: inary/cli/upgrade.py:75 +#: inary/cli/upgrade.py:77 #, fuzzy msgid "compare sha1sum repo and installed packages" msgstr "Ponovno instaliraj već instalirane pakete" -#: inary/cli/upgrade.py:87 +#: inary/cli/upgrade.py:89 msgid "Updating repositories" msgstr "Dopunjujem repozitorije" -#: inary/cli/upgrade.py:91 +#: inary/cli/upgrade.py:93 msgid "Will not update repositories" msgstr "Neće dopuniti repozitorije" -#: inary/config.py:83 +#: inary/config.py:87 #, fuzzy msgid "Destination directory {} does not exist. Creating it." msgstr "Odredišni direktorij {} ne postoji:Napravite ga." -#: inary/configfile.py:130 +#: inary/configfile.py:132 #, fuzzy msgid "No section by name '{}'" msgstr "Nema sekcije po imenu {}" -#: inary/constants.py:30 +#: inary/constants.py:41 msgid "Can't rebind constant: {}" msgstr "" -#: inary/constants.py:36 +#: inary/constants.py:47 msgid "Can't unbind constant: {}" msgstr "" -#: inary/data/history.py:45 +#: inary/data/history.py:47 #, fuzzy, python-brace-format msgid "{0} repository is updated." msgstr "{0} repozitorij je dopunjen." -#: inary/data/history.py:65 +#: inary/data/history.py:67 #, fuzzy, python-brace-format msgid "{0} is upgraded from {1} to {2} with delta." msgstr "{0} je nadograđen od {1} do {2} sa deltom." -#: inary/data/history.py:67 +#: inary/data/history.py:69 #, fuzzy, python-brace-format msgid "{0} is upgraded from {1} to {2}." msgstr "{0} je nadograđen od {1} do {2}" -#: inary/data/history.py:69 +#: inary/data/history.py:71 #, fuzzy, python-brace-format msgid "{0} {1} is removed." msgstr "{0} {1} je uklonjen" -#: inary/data/history.py:71 +#: inary/data/history.py:73 #, fuzzy, python-brace-format msgid "{0} {1} is installed." msgstr "{0} {1} je instaliran" -#: inary/data/history.py:73 +#: inary/data/history.py:75 #, fuzzy, python-brace-format msgid "{0} {1} is reinstalled." msgstr "{0} {1} je ponovno instalirani" -#: inary/data/history.py:75 +#: inary/data/history.py:77 #, fuzzy, python-brace-format msgid "{0} is downgraded from {1} to {2}." msgstr "{0} je nadograđen od {1} do {2}" -#: inary/data/history.py:100 inary/data/history.py:122 +#: inary/data/history.py:102 inary/data/history.py:124 msgid "Unknown package operation" msgstr "Nepoznata operacija paketa" -#: inary/data/index.py:95 +#: inary/data/index.py:96 #, fuzzy msgid "Sorting: {}" msgstr "Stvaram {}..." -#: inary/data/index.py:178 +#: inary/data/index.py:179 #, fuzzy msgid "Adding packages from directory {}... " msgstr "Dodajem paket u indeks: {}" -#: inary/data/index.py:187 +#: inary/data/index.py:188 #, fuzzy msgid "Adding packages from directory {}... done." msgstr "Dodajem paket u indeks: {}" -#: inary/data/index.py:198 +#: inary/data/index.py:199 #, fuzzy msgid "Adding package to index: {}" msgstr "Dodajem paket u indeks: {}" -#: inary/data/index.py:213 +#: inary/data/index.py:214 msgid "Package {}: metadata corrupt, skipping..." msgstr "" -#: inary/data/index.py:258 +#: inary/data/index.py:259 msgid "Adding groups.xml to index" msgstr "Dodajem grupe .xml u indeks" -#: inary/data/index.py:264 +#: inary/data/index.py:265 msgid "Adding components.xml to index" msgstr "Dodajem komponente .xml u indeks" -#: inary/data/index.py:274 +#: inary/data/index.py:275 msgid "Adding distribution.xml to index" msgstr "Dodajem .xml distribucije u indeks" -#: inary/data/index.py:295 +#: inary/data/index.py:296 #, fuzzy msgid "Adding source to index: {}" msgstr "Dodajem paket u indeks: {}" -#: inary/data/index.py:314 +#: inary/data/index.py:315 #, fuzzy msgid "Building index of Inary files under {}" msgstr "Izgradnja indeksa INARY datoteka pod {}" -#: inary/data/index.py:319 +#: inary/data/index.py:320 msgid "Index file written" msgstr "Napisana je index datoteka" -#: inary/data/metadata.py:73 +#: inary/data/metadata.py:75 #, fuzzy, python-brace-format msgid "Distribution: {0}, Dist. Release: {1}\n" msgstr "Distribucija: {0}, Vrijeme instalacije: {1}\n" -#: inary/data/metadata.py:75 +#: inary/data/metadata.py:77 #, fuzzy, python-brace-format msgid "Architecture: {0}, Installed Size: {1}" msgstr "Arhitektura: {0}, Instalirana veličina: {1}" -#: inary/data/metadata.py:81 +#: inary/data/metadata.py:83 #, fuzzy msgid ", Package Size: {}" msgstr ", Veličina paketa: {}" -#: inary/data/metadata.py:83 +#: inary/data/metadata.py:85 msgid ", install.tar.xz sha1sum: {}" msgstr ", install.tar.xz sha1sum: {}" -#: inary/data/pgraph.py:29 +#: inary/data/pgraph.py:31 msgid "Encountered cycle {}" msgstr "" -#: inary/data/specfile.py:169 +#: inary/data/specfile.py:166 #, python-brace-format msgid "URI: {0}, type: {1}, sha1sum: {2}" msgstr "URI: {0}, type: {1}, sha1sum: {2}" -#: inary/data/specfile.py:198 inary/data/specfile.py:201 +#: inary/data/specfile.py:195 inary/data/specfile.py:198 msgid " or " msgstr "ili" -#: inary/data/specfile.py:278 inary/operations/install.py:293 +#: inary/data/specfile.py:275 inary/operations/install.py:295 #, fuzzy, python-brace-format msgid "{0} dependency of package {1} is not satisfied" msgstr "{0} zavisnost paketa {1} nije zadovoljena" -#: inary/data/specfile.py:376 inary/data/specfile.py:487 +#: inary/data/specfile.py:373 inary/data/specfile.py:454 #, fuzzy msgid "Summary: {}\n" msgstr "Sažetak: {}\n" -#: inary/data/specfile.py:377 inary/data/specfile.py:488 +#: inary/data/specfile.py:374 inary/data/specfile.py:455 #, fuzzy msgid "Description: {}\n" msgstr "Opis: {}\n" -#: inary/data/specfile.py:378 inary/data/specfile.py:489 +#: inary/data/specfile.py:375 inary/data/specfile.py:456 #, fuzzy msgid "Licenses: {}\n" msgstr "Licence: {}\n" -#: inary/data/specfile.py:379 inary/data/specfile.py:490 +#: inary/data/specfile.py:376 inary/data/specfile.py:457 #, fuzzy msgid "Component: {}\n" msgstr "Komponenta: {}\n" -#: inary/data/specfile.py:380 +#: inary/data/specfile.py:377 msgid "Provides: " msgstr "" -#: inary/data/specfile.py:384 +#: inary/data/specfile.py:381 msgid "Dependencies: " msgstr "Zavisnosti:" -#: inary/data/specfile.py:437 inary/data/specfile.py:446 -msgid "translations.xml file is badly formed." +#: inary/data/specfile.py:433 +#, fuzzy +msgid "translations.xml {} file is badly formed." msgstr "translations.xml datoteka je loše formirana." -#: inary/data/specfile.py:470 -#, fuzzy, python-brace-format -msgid "File '{0}' has invalid XML: {1}" -msgstr "Datoteka {} ima neispravan XML" - -#: inary/data/specfile.py:491 +#: inary/data/specfile.py:458 msgid "Build Dependencies: " msgstr "" -#: inary/db/componentdb.py:114 +#: inary/db/componentdb.py:104 #, fuzzy msgid "Component {} not found" msgstr "Komponenta {} nije nađena" @@ -2450,473 +2501,470 @@ msgstr "Obnovi bazu podataka datoteka" #: inary/db/filesdb.py:48 #, fuzzy +msgid "-> Adding '{}' to db..." +msgstr "Dodajem {} u db... " + +#: inary/db/filesdb.py:49 +#, fuzzy msgid "" "\n" "Added files database..." msgstr "Obnovi bazu podataka datoteka" -#: inary/db/filesdb.py:70 +#: inary/db/filesdb.py:84 #, fuzzy -msgid "-> Adding '{}' to db..." -msgstr "Dodajem {} u db... " +msgid "Removing files from database" +msgstr "Obnovi bazu podataka datoteka" -#: inary/db/groupdb.py:89 inary/db/groupdb.py:98 +#: inary/db/groupdb.py:77 inary/db/groupdb.py:86 #, fuzzy msgid "Group {} not found" msgstr "Grupa {} nije nađena" -#: inary/db/installdb.py:43 +#: inary/db/installdb.py:39 msgid "installed" msgstr "instaliran" -#: inary/db/installdb.py:43 +#: inary/db/installdb.py:39 msgid "installed-pending" msgstr "" -#: inary/db/installdb.py:60 +#: inary/db/installdb.py:56 #, fuzzy, python-brace-format msgid "" "State: {0}\n" "Version: {1}, Release: {2}\n" msgstr "Ime:{0}, verzija{1}, izdanje:{2}\n" -#: inary/db/installdb.py:64 +#: inary/db/installdb.py:60 #, fuzzy, python-brace-format msgid "Distribution: {0}, Install Time: {1}\n" msgstr "Distribucija:{0}, Vrijeme instalacije: {1}\n" -#: inary/db/installdb.py:111 inary/db/installdb.py:135 +#: inary/db/installdb.py:106 #, fuzzy msgid "Installation info for package '{}' is broken. Reinstall it to fix this problem." msgstr "Instalacijska informacija za paket {} je slomljena.Ponovno ga instalirajte da biste riješili problem." -#: inary/db/installdb.py:431 +#: inary/db/installdb.py:385 #, fuzzy msgid "Package {} is not installed" msgstr "Paket {} nije instaliran" -#: inary/db/itembyrepo.py:40 +#: inary/db/itembyrepo.py:42 #, fuzzy msgid "{} not found in any repository." msgstr "{} nije nađen u nijednom repozitoriju." -#: inary/db/itembyrepo.py:50 +#: inary/db/itembyrepo.py:52 #, fuzzy msgid "Repo item {} not found" msgstr "Stavka repozitorija {} nije nađena" -#: inary/db/itembyrepo.py:60 inary/db/itembyrepo.py:71 -#: inary/db/itembyrepo.py:81 +#: inary/db/itembyrepo.py:62 inary/db/itembyrepo.py:73 +#: inary/db/itembyrepo.py:83 #, fuzzy msgid "Repository {} does not exist." msgstr "repozitorij {} ne postoji." -#: inary/db/packagedb.py:210 inary/db/packagedb.py:220 +#: inary/db/packagedb.py:164 inary/db/packagedb.py:172 #, fuzzy msgid "Package {} not found." msgstr "Paket {} nije nađen." -#: inary/db/repodb.py:254 +#: inary/db/repodb.py:198 #, fuzzy msgid "{} repository needs to be updated" msgstr "{} repozitorij treba nadopuniti" -#: inary/db/repodb.py:268 +#: inary/db/repodb.py:205 msgid "" "Error parsing repository index information: {} \n" " Index file does not exist or is malformed." msgstr "" -#: inary/db/repodb.py:397 +#: inary/db/repodb.py:313 #, fuzzy msgid "Repository '{}' is not compatible with your distribution. Repository is disabled." msgstr "Repozitorij {} nije kompatibilan sa vašom distribucijom.Repozitorij je onemogućen. " -#: inary/fetcher.py:151 -msgid "" -"Url Problem: \n" -" {}" +#: inary/fetcher.py:22 +msgid "Please install requests" msgstr "" -#: inary/fetcher.py:156 +#: inary/fetcher.py:154 msgid "" -"Reaised an HTTP Error: \n" +"Url Problem: \n" " {}" msgstr "" -#: inary/fetcher.py:161 +#: inary/fetcher.py:159 msgid "" "Can not avaible remote server: \n" " {}" msgstr "" -#: inary/fetcher.py:170 +#: inary/fetcher.py:169 msgid "Filename error" msgstr "Greška imena datoteke" -#: inary/fetcher.py:173 -#, fuzzy -msgid "Access denied to write to destination directory: \"{}\"" +#: inary/fetcher.py:172 +#, fuzzy, python-format +msgid "Access denied to write to destination directory: \"%s\"" msgstr "Odbijen pristup za pisanje u odredišnom direktoriju: \"{}\"" -#: inary/fetcher.py:176 -#, fuzzy -msgid "Access denied to destination file: \"{}\"" +#: inary/fetcher.py:175 +#, fuzzy, python-format +msgid "Access denied to destination file: \"%s\"" msgstr "Odbijen pristup odedišnoj datoteci: \"{}\" " -#: inary/fetcher.py:188 -msgid "Requested range not satisfiable, starting again." -msgstr "" - -#: inary/fetcher.py:196 -#, python-brace-format -msgid "" -"Could not fetch destination file: \"{0}\" \n" -"Raised Value error: \"{1}\"" -msgstr "" +#: inary/fetcher.py:212 +#, fuzzy, python-format +msgid "Could not fetch destination file \"%s\":%s" +msgstr "Odbijen pristup odedišnoj datoteci: \"{}\" " -#: inary/fetcher.py:198 inary/fetcher.py:200 inary/fetcher.py:202 -#, python-brace-format -msgid "" -"Could not fetch destination file: \"{0}\"; \n" -"\"{1}\"" +#: inary/fetcher.py:216 +msgid "Package manager not support downloding from ftp mirror" msgstr "" -#: inary/fetcher.py:204 -#, python-brace-format -msgid "Could not fetch destination file: \"{0}\"; (\"{1}\"): \"{2}\"" -msgstr "" +#: inary/fetcher.py:219 +#, fuzzy +msgid "Copying local file {}" +msgstr "Pokretanje aclocal nije uspjelo." -#: inary/fetcher.py:207 +#: inary/fetcher.py:224 #, fuzzy -msgid "A problem occurred. Please check the archive address and/or permissions again. {}" +msgid "A problem occurred. Please check the archive address and/or permissions again." msgstr "Došlo je do greške.Provjerite adresu arhiva i/ili dozvole ponovno." -#: inary/fetcher.py:270 inary/fetcher.py:302 +#: inary/fetcher.py:257 msgid "Proxy configuration has been found for '{}' protocol" msgstr "" -#: inary/fetcher.py:309 +#: inary/fetcher.py:264 #, fuzzy msgid "Bandwidth usage is limited to {} KB/s" msgstr "Držite korištenje propusne moći pod određenim KB-a" -#: inary/fetcher.py:321 -msgid "Remote file can not be reached. Previously downloaded part of the file will be removed." -msgstr "" - -#: inary/fetcher.py:330 -msgid "Server doesn't support partial downloads. Previously downloaded part of the file will be over-written." -msgstr "Poslužitelj ne podržava djelomična preuzimanja.Prethodno preuzeti dio datoteke biti će prebrisan." - -#: inary/fetcher.py:400 inary/fetcher.py:421 inary/fetcher.py:434 -msgid "ftp error" -msgstr "" - -#: inary/fetcher.py:461 +#: inary/fetcher.py:287 #, fuzzy, python-brace-format msgid "{0} package found in {1} repository" msgstr "{0} paket nađen u {1} repozitoriju" -#: inary/fetcher.py:465 +#: inary/fetcher.py:291 #, fuzzy msgid "{} package already fetched" msgstr "{} paket je već dohvaćen" -#: inary/file.py:35 +#: inary/file.py:38 #, fuzzy, python-brace-format msgid "URL {0} already downloaded as {1}" msgstr "URL {0} već preuzet kao {1}" -#: inary/file.py:41 +#: inary/file.py:44 #, fuzzy msgid "No signature found for {}" msgstr "Nije pronađen potpis za {}" -#: inary/file.py:49 +#: inary/file.py:52 #, fuzzy msgid " invalid for {}" msgstr "neispravno za {}" -#: inary/file.py:71 +#: inary/file.py:74 msgid "uri must have type either URI or string" msgstr "" -#: inary/file.py:139 +#: inary/file.py:142 msgid "Fetching {}" msgstr "" -#: inary/file.py:143 +#: inary/file.py:146 #, fuzzy msgid "Copying {} to transfer dir" msgstr "Kopiranje {} u direktorij prijenosa " -#: inary/file.py:148 +#: inary/file.py:151 #, fuzzy msgid "File '{}' not found." msgstr "Datoteka {} nije nađena." -#: inary/file.py:169 +#: inary/file.py:172 msgid "File integrity of {} compromised." msgstr "" -#: inary/file.py:193 +#: inary/file.py:196 msgid "File mode must be either File.read or File.write" msgstr "" -#: inary/file.py:198 +#: inary/file.py:201 msgid "Remote write not implemented" msgstr "" -#: inary/file.py:251 inary/file.py:254 +#: inary/file.py:254 inary/file.py:257 #, fuzzy msgid "ERROR: gpg --detach-sig {} failed" msgstr "GREŠKA: gpg --detach-sig {} nije uspjelo" -#: inary/mirrors.py:46 +#: inary/mirrors.py:49 msgid "Mirrors file {} does not exist. Could not resolve mirrors://" msgstr "" -#: inary/operations/build.py:114 +#: inary/operations/build.py:116 #, fuzzy msgid "Path {} belongs in multiple packages" msgstr "Putanja {} ne pripada instaliranom paketu" -#: inary/operations/build.py:143 +#: inary/operations/build.py:145 msgid "Removing special file skipped for: {}" msgstr "" -#: inary/operations/build.py:192 +#: inary/operations/build.py:194 #, fuzzy msgid "Source URI: {}" msgstr "Izvor URI: {}" -#: inary/operations/build.py:196 +#: inary/operations/build.py:198 #, fuzzy msgid "Source {} not found in any active repository." msgstr "Izvor {} nije pronađen u nijednom aktivnom repozitoriju." -#: inary/operations/build.py:321 +#: inary/operations/build.py:324 msgid "pspec.xml avoids this package from building for '{}'" msgstr "" -#: inary/operations/build.py:324 +#: inary/operations/build.py:327 #, fuzzy msgid "Building source package: {}" msgstr "Ne mogu naći izvorni paket: {}" -#: inary/operations/build.py:340 +#: inary/operations/build.py:343 msgid "ccache detected..." msgstr "" -#: inary/operations/build.py:342 +#: inary/operations/build.py:345 msgid "IceCream detected. Make sure your daemon is up and running..." msgstr "" -#: inary/operations/build.py:376 +#: inary/operations/build.py:379 msgid "Rebuilding for {}" msgstr "" -#: inary/operations/build.py:502 +#: inary/operations/build.py:505 msgid "Cannot find component.xml in remote directory, Source is now part of unknown component" msgstr "" -#: inary/operations/build.py:510 +#: inary/operations/build.py:513 msgid "Cannot find component.xml in upper directory, Source is now part of unknown component" msgstr "" -#: inary/operations/build.py:524 +#: inary/operations/build.py:527 msgid "Unpacking archive(s)..." msgstr "Raspakiravanje arhive(a)..." -#: inary/operations/build.py:532 +#: inary/operations/build.py:535 #, fuzzy msgid " unpacked ({})" msgstr "raspakiran {}" -#: inary/operations/build.py:537 +#: inary/operations/build.py:540 msgid "Setting up source..." msgstr "" -#: inary/operations/build.py:542 +#: inary/operations/build.py:545 msgid "Building source..." msgstr "" -#: inary/operations/build.py:547 +#: inary/operations/build.py:550 msgid "Testing package..." msgstr "Testiram paket..." -#: inary/operations/build.py:551 +#: inary/operations/build.py:554 msgid "Installing..." msgstr "Instaliram..." -#: inary/operations/build.py:630 +#: inary/operations/build.py:633 #, fuzzy, python-brace-format msgid "Unable to read Actions Script ({0}): {1}" msgstr "Nije moguće pročitati SCOM skriptu {0}: {1}" -#: inary/operations/build.py:633 +#: inary/operations/build.py:636 #, python-brace-format msgid "SyntaxError in Actions Script ({0}): {1}" msgstr "" -#: inary/operations/build.py:661 +#: inary/operations/build.py:664 #, fuzzy, python-brace-format msgid "Unable to read SCOM script ({0}): {1}" msgstr "Nije moguće pročitati SCOM skriptu {0}: {1}" -#: inary/operations/build.py:664 +#: inary/operations/build.py:667 #, python-brace-format msgid "SyntaxError in SCOM file ({0}): {1}" msgstr "" -#: inary/operations/build.py:698 +#: inary/operations/build.py:701 #, python-brace-format msgid "Sandbox violation: {0} ({1} -> {2})" msgstr "Sandbox violation: {0} ({1} -> {2})" -#: inary/operations/build.py:714 inary/util.py:525 +#: inary/operations/build.py:717 inary/util/file_utils.py:277 #, fuzzy msgid "ERROR: WorkDir ({}) does not exist\n" msgstr "repozitorij {} ne postoji." -#: inary/operations/build.py:724 +#: inary/operations/build.py:727 msgid "Sandbox enabled build..." msgstr "" -#: inary/operations/build.py:748 +#: inary/operations/build.py:751 msgid "Sandbox violation result:" msgstr "" -#: inary/operations/build.py:753 +#: inary/operations/build.py:756 msgid "Sandbox violations!" msgstr "" -#: inary/operations/build.py:759 +#: inary/operations/build.py:762 msgid "unable to call function from actions: {}" msgstr "" -#: inary/operations/build.py:772 +#: inary/operations/build.py:775 #, python-brace-format msgid "Source package '{0}' defines a relative 'Path' element: {1}" msgstr "" -#: inary/operations/build.py:776 +#: inary/operations/build.py:779 #, python-brace-format msgid "Source package '{0}' defines multiple 'Path' tags for {1}" msgstr "" -#: inary/operations/build.py:804 +#: inary/operations/build.py:807 msgid "Safety switch: following extra packages in system.devel will be installed: " msgstr "" -#: inary/operations/build.py:809 +#: inary/operations/build.py:812 msgid "Safety switch: the component system.devel cannot be found" msgstr "" -#: inary/operations/build.py:818 +#: inary/operations/build.py:821 msgid "Unsatisfied Build Dependencies:" msgstr "" -#: inary/operations/build.py:822 +#: inary/operations/build.py:825 msgid "Cannot build package due to unsatisfied build dependencies" msgstr "" -#: inary/operations/build.py:827 +#: inary/operations/build.py:830 #, fuzzy msgid "Build dependency {} cannot be satisfied" msgstr "Zavisnost {} od {} ne može biti zadovoljena" -#: inary/operations/build.py:829 +#: inary/operations/build.py:832 msgid "Do you want to install the unsatisfied build dependencies" msgstr "" -#: inary/operations/build.py:830 +#: inary/operations/build.py:833 msgid "Installing build dependencies." msgstr "" -#: inary/operations/build.py:836 +#: inary/operations/build.py:839 msgid "Ignoring build dependencies." msgstr "" -#: inary/operations/build.py:846 +#: inary/operations/build.py:849 msgid "Patch file is missing: {}\n" msgstr "" -#: inary/operations/build.py:848 +#: inary/operations/build.py:851 msgid "Patch file is empty: {}" msgstr "" -#: inary/operations/build.py:864 +#: inary/operations/build.py:867 msgid "Applying patch: {}" msgstr "" -#: inary/operations/build.py:985 +#: inary/operations/build.py:993 +#, python-format +msgid "No user named '%s' found on the system" +msgstr "" + +#: inary/operations/build.py:999 +#, python-format +msgid "No group named '%s' found on the system" +msgstr "" + +#: inary/operations/build.py:1006 +#, python-format +msgid "No group named '%s' (value guessed from owner) found on the system" +msgstr "" + +#: inary/operations/build.py:1015 msgid "/{} has suid bit set" msgstr "" -#: inary/operations/build.py:1077 +#: inary/operations/build.py:1094 msgid "There are abandoned files under the install dir ({}):" msgstr "" -#: inary/operations/build.py:1113 +#: inary/operations/build.py:1130 #, fuzzy msgid "Ignoring empty package {}" msgstr "Zanemari sukobe pakete" -#: inary/operations/build.py:1116 +#: inary/operations/build.py:1133 #, fuzzy msgid "Building package: {}" msgstr "Uklanjam paket {}" -#: inary/operations/build.py:1133 inary/operations/delta.py:56 +#: inary/operations/build.py:1150 inary/operations/delta.py:58 #, fuzzy msgid "Creating {}..." msgstr "Stvaram {}..." -#: inary/operations/build.py:1182 +#: inary/operations/build.py:1199 msgid "Cleaning build directory..." msgstr "" -#: inary/operations/build.py:1185 +#: inary/operations/build.py:1202 msgid "Keeping build directory" msgstr "" -#: inary/operations/build.py:1275 +#: inary/operations/build.py:1292 msgid "Action script error caught." msgstr "" -#: inary/operations/build.py:1279 +#: inary/operations/build.py:1296 #, python-format msgid "*** %d error(s), %d warning(s)" msgstr "" -#: inary/operations/build.py:1362 +#: inary/operations/build.py:1379 msgid "Last state was '{}'" msgstr "" -#: inary/operations/delta.py:43 +#: inary/operations/delta.py:45 #, python-brace-format msgid "The file '{0}' belongs to a different package other than '{1}'. Skipping it..." msgstr "" -#: inary/operations/delta.py:47 +#: inary/operations/delta.py:49 msgid "Package '{}' has the same release number with the new package. Skipping it..." msgstr "" -#: inary/operations/delta.py:66 +#: inary/operations/delta.py:68 msgid "All files in the package '{}' are different from the files in the new package. Skipping it..." msgstr "" -#: inary/operations/delta.py:108 +#: inary/operations/delta.py:110 msgid "New package '{}' exists in the list of old packages. Skipping it..." msgstr "" -#: inary/operations/emerge.py:35 +#: inary/operations/emerge.py:37 msgid "No packages to emerge." msgstr "" -#: inary/operations/emerge.py:50 +#: inary/operations/emerge.py:52 msgid "" "The following list of packages will be installed\n" "from repository in the respective order to satisfy dependencies:\n" @@ -2924,278 +2972,283 @@ msgstr "" "Sljedeći popis paketa biti će instaliran\n" "iz repozitorija redoslijedom koji će zadovoljiti zavisnosti:\n" -#: inary/operations/emerge.py:53 +#: inary/operations/emerge.py:55 msgid "" "The following list of packages will be built and\n" "installed in the respective order to satisfy dependencies:\n" msgstr "" -#: inary/operations/emerge.py:61 inary/operations/install.py:83 +#: inary/operations/emerge.py:63 inary/operations/install.py:85 msgid "There are extra packages due to dependencies. Do you want to continue?" msgstr "Postoje dodatni paketi zbog ovisnosti. Želite li nastaviti?" -#: inary/operations/emerge.py:95 +#: inary/operations/emerge.py:97 #, fuzzy msgid "Cannot find source package: {}" msgstr "Ne mogu naći izvorni paket: {}" -#: inary/operations/helper.py:51 +#: inary/operations/helper.py:52 #, fuzzy msgid "Selected packages [{}] are in conflict with each other." msgstr "Odabrani paketi [{}] su u sukobu jedni s drugima." -#: inary/operations/helper.py:56 +#: inary/operations/helper.py:57 #, fuzzy, python-brace-format msgid "[{0} conflicts with: {1}]\n" msgstr "[{0} u sukobu s: {1}]\n" -#: inary/operations/helper.py:58 +#: inary/operations/helper.py:59 #, fuzzy msgid "" "The following packages have conflicts:\n" "{}" msgstr "Slijedeći paketi će biti nadograđeni:" -#: inary/operations/helper.py:60 +#: inary/operations/helper.py:61 msgid "Remove the following conflicting packages?" msgstr "Uklonite sljedeće sukobljene pakete?" -#: inary/operations/helper.py:61 +#: inary/operations/helper.py:62 msgid "Conflicting packages should be removed to continue" msgstr "Sukobljene pakete treba ukloniti da bi se nastavilo" -#: inary/operations/history.py:84 inary/operations/history.py:94 +#: inary/operations/history.py:87 inary/operations/history.py:97 #, fuzzy msgid "{} could not be found" msgstr "{} nije moguće pronaći" -#: inary/operations/history.py:97 inary/package.py:106 -#: inary/sourcearchive.py:119 +#: inary/operations/history.py:100 inary/package.py:109 +#: inary/sourcearchive.py:124 msgid "{} [cached]" msgstr "" -#: inary/operations/history.py:145 +#: inary/operations/history.py:148 msgid "Following packages will be installed:\n" msgstr "Slijedeći paketi će biti instalirani:\n" -#: inary/operations/history.py:148 +#: inary/operations/history.py:151 msgid "Following packages will be removed:\n" msgstr "Slijedeći paketi će biti uklonjeni:\n" -#: inary/operations/history.py:150 inary/operations/history.py:164 -#: inary/operations/install.py:214 inary/operations/remove.py:73 -#: inary/operations/upgrade.py:194 +#: inary/operations/history.py:153 inary/operations/history.py:167 +#: inary/operations/install.py:216 inary/operations/remove.py:76 +#: inary/operations/upgrade.py:196 msgid "Do you want to continue?" msgstr "Želite li nastaviti?" -#: inary/operations/history.py:156 inary/operations/install.py:97 -#: inary/operations/upgrade.py:205 +#: inary/operations/history.py:159 inary/operations/install.py:99 +#: inary/operations/upgrade.py:207 #, python-format msgid "Downloading %d / %d" msgstr "Preuzimam %d / %d" -#: inary/operations/history.py:162 +#: inary/operations/history.py:165 msgid "" "\n" "Following packages could not be found in repositories and are not cached:\n" msgstr "" -#: inary/operations/info.py:34 +#: inary/operations/info.py:35 #, fuzzy msgid "File {} not found" msgstr "Datoteka {} nije nađena" -#: inary/operations/install.py:47 inary/operations/install.py:149 +#: inary/operations/install.py:49 inary/operations/install.py:151 msgid "The following package(s) are already installed and are not going to be installed again:" msgstr "Sljedeći paket(i) su već instalirani, i neće biti instalirani opet:" -#: inary/operations/install.py:53 inary/operations/install.py:227 +#: inary/operations/install.py:55 inary/operations/install.py:229 msgid "No packages to install." msgstr "Nema paketa za instalaciju." -#: inary/operations/install.py:71 +#: inary/operations/install.py:73 msgid "Following packages will be installed:" msgstr "Slijedeći paketi će biti instalirani:" -#: inary/operations/install.py:76 inary/operations/upgrade.py:181 +#: inary/operations/install.py:78 inary/operations/upgrade.py:183 #, python-format msgid "Total size of package(s): %.2f %s" msgstr "Ukupna veličina paketa: %.2f %s" -#: inary/operations/install.py:116 inary/operations/upgrade.py:219 +#: inary/operations/install.py:118 inary/operations/upgrade.py:221 #, python-format msgid "Installing %d / %d" msgstr "Instaliram %d / %d" -#: inary/operations/install.py:136 +#: inary/operations/install.py:138 msgid "Mixing file names and package names not supported yet." msgstr "" -#: inary/operations/install.py:180 +#: inary/operations/install.py:182 #, fuzzy, python-brace-format msgid "Package {0} is not compatible with your distribution release {1} {2}." msgstr "Paket {0} nije kompatibilan s vašim izdanjem distribucije {1} {2}." -#: inary/operations/install.py:184 +#: inary/operations/install.py:186 #, fuzzy, python-brace-format msgid "Package {0} ({1}) is not compatible with your {2} architecture." msgstr "Paket {0} ({1}) nije kompatibilan s vašom ({2}) arhitekturom." -#: inary/operations/install.py:206 +#: inary/operations/install.py:208 #, fuzzy msgid "External dependencies not satisfied: {}" msgstr "Vanjske zavisnosti nisu zadovoljene: {}" -#: inary/operations/install.py:211 +#: inary/operations/install.py:213 msgid "The following packages will be installed in order to satisfy dependencies:" msgstr "Sljedeći paketi će biti instalirani kako bi se zadovoljile zavisnosti:" -#: inary/operations/install.py:215 +#: inary/operations/install.py:217 msgid "External dependencies not satisfied" msgstr "Vanjske zavisnosti nisu zadovoljene" -#: inary/operations/install.py:258 +#: inary/operations/install.py:260 msgid "Installation order: " msgstr "Redoslijed instaliranja:" -#: inary/operations/remove.py:44 +#: inary/operations/install.py:275 +#, fuzzy +msgid "Checking dependencies for install..." +msgstr "Slijedeći paketi će biti instalirani:" + +#: inary/operations/remove.py:47 msgid "Safety switch prevents the removal of following packages:\n" msgstr "" -#: inary/operations/remove.py:49 inary/operations/upgrade.py:392 +#: inary/operations/remove.py:52 inary/operations/upgrade.py:394 msgid "Safety switch: The component system.base cannot be found." msgstr "" -#: inary/operations/remove.py:56 +#: inary/operations/remove.py:59 #, fuzzy msgid "Package {} does not exist. Cannot remove." msgstr "Paket {} ne postoji.Ne mogu okloniti." -#: inary/operations/remove.py:60 +#: inary/operations/remove.py:63 msgid "No packages to remove." msgstr "Nema paketa za uklanajnje." -#: inary/operations/remove.py:69 +#: inary/operations/remove.py:72 msgid "" "The following list of packages will be removed\n" "in the respective order to satisfy dependencies:\n" msgstr "" -#: inary/operations/remove.py:74 +#: inary/operations/remove.py:77 msgid "Package removal declined" msgstr "" -#: inary/operations/remove.py:91 +#: inary/operations/remove.py:94 #, fuzzy msgid "Package {} is not installed. Cannot remove." msgstr "Paket {} nije instaliran. Ne mogu ukloniti." -#: inary/operations/remove.py:126 +#: inary/operations/remove.py:129 msgid "Conflicts remain" msgstr "Sukobi ostaju" -#: inary/operations/remove.py:134 +#: inary/operations/remove.py:137 msgid "Obsoleted packages remaining" msgstr "" -#: inary/operations/remove.py:138 +#: inary/operations/remove.py:141 msgid "Replaced package remains" msgstr "Zamijenjeni paket ostaje" -#: inary/operations/upgrade.py:52 +#: inary/operations/upgrade.py:54 msgid "You must restart the following service(s) manually for the updated software to take effect:" msgstr "Morate ponovno pokrenuti sljedeće uslugu(e) ručno za dopunjeni software stupi na snagu:" -#: inary/operations/upgrade.py:59 +#: inary/operations/upgrade.py:61 msgid "You must restart your system for the updates in the following package(s) to take effect:" msgstr "" -#: inary/operations/upgrade.py:84 +#: inary/operations/upgrade.py:86 msgid "Warning: package *name* ends with '.inary'" msgstr "Upozorenje: *ime* paketa završava sa '.inary'" -#: inary/operations/upgrade.py:87 +#: inary/operations/upgrade.py:89 #, fuzzy msgid "Package {} is not installed." msgstr "Paket {} nije instaliran." -#: inary/operations/upgrade.py:91 +#: inary/operations/upgrade.py:93 #, fuzzy msgid "Package {} is not available in repositories." msgstr "Paket {} nije dostupan u repozitorijima." -#: inary/operations/upgrade.py:114 +#: inary/operations/upgrade.py:116 #, fuzzy, python-brace-format msgid "Package {0.name} is already at the latest release {0.release}." msgstr "Paket {0.name} je već najnovije izdanje {0.release}." -#: inary/operations/upgrade.py:118 +#: inary/operations/upgrade.py:120 #, fuzzy msgid "The following packages have different sha1sum:" msgstr "Slijedeći paketi će biti nadograđeni:" -#: inary/operations/upgrade.py:176 +#: inary/operations/upgrade.py:178 msgid "The following packages will be upgraded:" msgstr "Slijedeći paketi će biti nadograđeni:" -#: inary/operations/upgrade.py:187 +#: inary/operations/upgrade.py:189 msgid "There are extra packages due to dependencies." msgstr "Ima dodatnih paketa zbog zavisnosti" -#: inary/operations/upgrade.py:267 +#: inary/operations/upgrade.py:269 #, fuzzy, python-brace-format msgid "Dependency {0} of {1} cannot be satisfied" msgstr "Zavisnost {0} od {1} ne može biti zadovoljena" -#: inary/operations/upgrade.py:268 +#: inary/operations/upgrade.py:270 msgid "Upgrade is not possible." msgstr "Nadogradnja nije moguća." -#: inary/operations/upgrade.py:362 +#: inary/operations/upgrade.py:364 msgid "Safety switch forces the installation of following packages:" msgstr "" -#: inary/operations/upgrade.py:380 +#: inary/operations/upgrade.py:382 msgid "Safety switch forces the upgrade of following packages:" msgstr "" -#: inary/package.py:68 +#: inary/package.py:71 #, fuzzy msgid "Cannot open package file: {}" msgstr "Ne mogu otvoriti datoteku paketa: {}" -#: inary/package.py:89 +#: inary/package.py:92 #, fuzzy msgid "Unsupported package format: {}" msgstr "Nepodržani format paketa: {}" -#: inary/package.py:103 +#: inary/package.py:106 msgid "" "There was a problem while fetching '{}'.\n" "The package may have been upgraded. Please try to upgrade the package." msgstr "" -#: inary/scenarioapi/package.py:67 +#: inary/scenarioapi/package.py:69 #, fuzzy msgid "No inary package: {}* found." msgstr "Nema inary paketa: {}* nađen." -#: inary/scenarioapi/repoops.py:28 +#: inary/scenarioapi/repoops.py:30 #, fuzzy msgid "Repo already has package named {}." msgstr "Repozitorij već sadrži paket po imenu {}." -#: inary/scenarioapi/repoops.py:52 inary/scenarioapi/repoops.py:59 +#: inary/scenarioapi/repoops.py:54 inary/scenarioapi/repoops.py:61 #, fuzzy msgid "Repo does not have package named {}." msgstr "Repo ne sadrži paket po imenu {}." -#: inary/scomiface.py:32 +#: inary/scomiface.py:35 #, fuzzy msgid "scom-api package is not fully installed" msgstr "scom-api paket nije potpuno instaliran" -#: inary/scomiface.py:89 +#: inary/scomiface.py:98 #, fuzzy msgid "" "Cannot connect to SCOM: \n" @@ -3204,308 +3257,319 @@ msgstr "" "Ne mogu se spojiti na SCOM: \n" " {}\n" -#: inary/scomiface.py:97 +#: inary/scomiface.py:106 #, fuzzy msgid "Configuring {} package" msgstr "Konfiguriram{} paket" -#: inary/scomiface.py:103 +#: inary/scomiface.py:112 msgid "SCOM package updated. From now on, using new SCOM daemon." msgstr "" -#: inary/scomiface.py:110 +#: inary/scomiface.py:119 #, fuzzy msgid "Registering {} scom script" msgstr "Registriranje {} Scom skripte" -#: inary/scomiface.py:119 inary/scomiface.py:124 inary/scomiface.py:137 -#: inary/scomiface.py:153 inary/scomiface.py:172 inary/scomiface.py:183 -#: inary/scomiface.py:205 inary/scomiface.py:216 inary/scomiface.py:223 +#: inary/scomiface.py:128 inary/scomiface.py:133 inary/scomiface.py:146 +#: inary/scomiface.py:162 inary/scomiface.py:181 inary/scomiface.py:192 +#: inary/scomiface.py:214 inary/scomiface.py:225 inary/scomiface.py:232 #, fuzzy msgid "Script error: {}" msgstr "Greška skripte: {}" -#: inary/scomiface.py:126 +#: inary/scomiface.py:135 msgid "Calling post install handlers" msgstr "" -#: inary/scomiface.py:145 +#: inary/scomiface.py:154 msgid "Running package's post install script" msgstr "" -#: inary/scomiface.py:159 +#: inary/scomiface.py:168 msgid "Running pre removal operations for {}" msgstr "" -#: inary/scomiface.py:165 +#: inary/scomiface.py:174 msgid "Running package's pre remove script" msgstr "" -#: inary/scomiface.py:174 +#: inary/scomiface.py:183 msgid "Calling pre remove handlers" msgstr "" -#: inary/scomiface.py:189 +#: inary/scomiface.py:198 msgid "Running post removal operations for {}" msgstr "" -#: inary/scomiface.py:198 +#: inary/scomiface.py:207 msgid "Running package's postremove script" msgstr "" -#: inary/scomiface.py:207 +#: inary/scomiface.py:216 msgid "Calling post remove handlers" msgstr "" -#: inary/scomiface.py:218 +#: inary/scomiface.py:227 #, fuzzy msgid "Unregistering scom scripts" msgstr "Registriranje {} Scom skripte" -#: inary/sourcearchive.py:62 +#: inary/sourcearchive.py:67 msgid "Fetching source from: {}" msgstr "" -#: inary/sourcearchive.py:75 +#: inary/sourcearchive.py:80 #, fuzzy, python-brace-format msgid "" "\n" "Source archive is stored: {0}/{1}" msgstr "Izvorna arhiva je pohranjena: {0}/{1}" -#: inary/sourcearchive.py:80 +#: inary/sourcearchive.py:85 msgid "Trying fallback address: {}" msgstr "" -#: inary/sourcearchive.py:87 +#: inary/sourcearchive.py:92 msgid "No such file or no permission to read" msgstr "" -#: inary/sourcearchive.py:99 +#: inary/sourcearchive.py:104 #, fuzzy msgid "{} mirrors are not defined." msgstr "{} zrcala nisu definirana." -#: inary/sourcearchive.py:104 +#: inary/sourcearchive.py:109 msgid "Fetching source from mirror: {}" msgstr "" -#: inary/sourcearchive.py:110 +#: inary/sourcearchive.py:115 msgid "Could not fetch source from {} mirrors." msgstr "" -#: inary/sourcearchive.py:128 +#: inary/sourcearchive.py:133 msgid "unpack: check_file_hash failed" msgstr "" -#: inary/sourcearchive.py:133 +#: inary/sourcearchive.py:138 #, python-brace-format msgid "Unknown archive type '{0}' is given for '{1}'." msgstr "" -#: inary/sourcearchive.py:135 +#: inary/sourcearchive.py:140 msgid "Inary needs {} to unpack this archive but it is not installed." msgstr "" -#: inary/sxml/autoxml.py:77 +#: inary/sxml/autoxml.py:79 msgid "At least one '{}' tag should have local text" msgstr "" -#: inary/sxml/autoxml.py:83 +#: inary/sxml/autoxml.py:85 #, python-brace-format msgid "'{0}' language of tag '{1}' is empty" msgstr "" -#: inary/sxml/autoxml.py:110 +#: inary/sxml/autoxml.py:112 msgid "LocalText: unable to get either current or default locale" msgstr "" -#: inary/sxml/autoxml.py:116 inary/sxml/autoxml.py:131 +#: inary/sxml/autoxml.py:118 inary/sxml/autoxml.py:133 msgid "Tag should have at least the current locale, or failing that an English or Turkish version" msgstr "" -#: inary/sxml/autoxml.py:365 +#: inary/sxml/autoxml.py:367 msgid "autoxml.check: '{}' errors" msgstr "" -#: inary/sxml/autoxml.py:421 inary/sxml/autoxml.py:431 +#: inary/sxml/autoxml.py:423 inary/sxml/autoxml.py:433 msgid "autoxml.parse: String '{}' has errors" msgstr "" -#: inary/sxml/autoxml.py:445 inary/sxml/autoxml.py:455 +#: inary/sxml/autoxml.py:447 inary/sxml/autoxml.py:457 msgid "autoxml.read: File '{}' has errors" msgstr "" -#: inary/sxml/autoxml.py:463 +#: inary/sxml/autoxml.py:465 msgid "autoxml.write: object validation has failed" msgstr "" -#: inary/sxml/autoxml.py:471 +#: inary/sxml/autoxml.py:473 msgid "autoxml.write: File encoding '{}' has errors" msgstr "" -#: inary/sxml/autoxml.py:521 +#: inary/sxml/autoxml.py:523 msgid "gen_tag: unrecognized tag type {} in spec" msgstr "" -#: inary/sxml/autoxml.py:571 inary/sxml/autoxml.py:582 +#: inary/sxml/autoxml.py:573 inary/sxml/autoxml.py:584 msgid "Mandatory variable {} not available" msgstr "" -#: inary/sxml/autoxml.py:652 +#: inary/sxml/autoxml.py:654 msgid "Type mismatch: read text cannot be decoded" msgstr "" -#: inary/sxml/autoxml.py:656 inary/sxml/autoxml.py:665 +#: inary/sxml/autoxml.py:658 inary/sxml/autoxml.py:667 msgid "Mandatory token {} not available" msgstr "" -#: inary/sxml/autoxml.py:670 +#: inary/sxml/autoxml.py:672 #, fuzzy, python-brace-format msgid "Type mismatch. Expected {0}, got {1}" msgstr "Neslaganje tipa. Očekivani {0}, dobiveni {1} " -#: inary/sxml/autoxml.py:699 inary/sxml/autoxml.py:819 +#: inary/sxml/autoxml.py:701 inary/sxml/autoxml.py:821 msgid "Type mismatch: DOM cannot be decoded" msgstr "Neslaganje tipa: DOM se ne može dekodirati" -#: inary/sxml/autoxml.py:702 inary/sxml/autoxml.py:718 -#: inary/sxml/autoxml.py:732 inary/sxml/autoxml.py:822 -#: inary/sxml/autoxml.py:836 inary/sxml/autoxml.py:850 +#: inary/sxml/autoxml.py:704 inary/sxml/autoxml.py:720 +#: inary/sxml/autoxml.py:734 inary/sxml/autoxml.py:824 +#: inary/sxml/autoxml.py:838 inary/sxml/autoxml.py:852 msgid "Mandatory argument not available" msgstr "" -#: inary/sxml/autoxml.py:715 inary/sxml/autoxml.py:833 +#: inary/sxml/autoxml.py:717 inary/sxml/autoxml.py:835 msgid "Object cannot be encoded" msgstr "Objekt ne može biti kodiran" -#: inary/sxml/autoxml.py:729 inary/sxml/autoxml.py:847 +#: inary/sxml/autoxml.py:731 inary/sxml/autoxml.py:849 msgid "Object cannot be formatted" msgstr "Objekt ne može biti formiran" -#: inary/sxml/autoxml.py:745 +#: inary/sxml/autoxml.py:747 msgid "List type must contain only one element" msgstr "" -#: inary/sxml/autoxml.py:758 inary/sxml/autoxml.py:778 +#: inary/sxml/autoxml.py:760 inary/sxml/autoxml.py:780 #, python-brace-format msgid "Mandatory list \"{0}\" under \"{1}\" node is empty." msgstr "" -#: inary/sxml/xmlext_iks.py:81 inary/sxml/xmlext_minidom.py:96 +#: inary/sxml/xmlext_iks.py:91 inary/sxml/xmlext_minidom.py:109 msgid "getNodeText: Expected text node, got something else!" msgstr "" -#: inary/sxml/xmlext_minidom.py:45 inary/sxml/xmlfile_minidom.py:89 +#: inary/sxml/xmlext_minidom.py:49 inary/sxml/xmlext_minidom.py:56 +#: inary/sxml/xmlfile_minidom.py:92 #, fuzzy msgid "File '{}' has invalid XML: {}\n" msgstr "Datoteka {} ima neispravan XML" -#: inary/sxml/xmlfile_iks.py:62 inary/sxml/xmlfile_iks.py:87 -#: inary/sxml/xmlfile_minidom.py:64 +#: inary/sxml/xmlfile_iks.py:65 inary/sxml/xmlfile_iks.py:90 +#: inary/sxml/xmlfile_minidom.py:67 #, fuzzy msgid "File '{}' has invalid XML" msgstr "Datoteka {} ima neispravan XML" -#: inary/sxml/xmlfile_iks.py:72 inary/sxml/xmlfile_minidom.py:74 +#: inary/sxml/xmlfile_iks.py:75 inary/sxml/xmlfile_minidom.py:77 #, python-brace-format msgid "Cannot read URI {0}: {1}" msgstr "" -#: inary/uri.py:78 +#: inary/uri.py:80 msgid "setAuthInfo needs a tuple (user, pass)" msgstr "" -#: inary/util.py:189 inary/util.py:201 -msgid "Running " -msgstr "" - -#: inary/util.py:193 inary/util.py:219 -#, python-brace-format -msgid "return value for \"{0}\" is {1}" -msgstr "" - -#: inary/util.py:393 +#: inary/util/file_utils.py:145 #, fuzzy msgid "Including external link '{}'" msgstr "Uključujući vanjsku poveznicu {}" -#: inary/util.py:395 +#: inary/util/file_utils.py:147 #, fuzzy msgid "Including directory '{}'" msgstr "Uključujući direktorij {}" -#: inary/util.py:481 +#: inary/util/file_utils.py:233 msgid "You don't have necessary read permissions" msgstr "Nemate potrebne dozvole za čitanje" -#: inary/util.py:483 -msgid "Cannot calculate SHA1 hash of {}" +#: inary/util/file_utils.py:235 +msgid "Cannot calculate SHA1 hash of {}: {}" msgstr "" -#: inary/util.py:495 +#: inary/util/file_utils.py:247 msgid "Compression type is not valid: '{}'" msgstr "" -#: inary/util.py:501 +#: inary/util/file_utils.py:253 #, python-brace-format msgid "Error while decompressing {0}: {1}" msgstr "" -#: inary/util.py:579 +#: inary/util/file_utils.py:331 msgid "ERROR: patch ({}) failed" msgstr "" -#: inary/util.py:581 +#: inary/util/file_utils.py:333 #, python-brace-format msgid "ERROR: patch ({0}) failed: {1}" msgstr "" -#: inary/util.py:591 +#: inary/util/file_utils.py:343 msgid "strip command failed for file '{}'!" msgstr "" -#: inary/util.py:598 +#: inary/util/file_utils.py:350 msgid "chrpath command failed for file '{}'!" msgstr "" -#: inary/util.py:605 +#: inary/util/file_utils.py:357 msgid "objcopy (keep-debug) command failed for file '{}'!" msgstr "" -#: inary/util.py:611 +#: inary/util/file_utils.py:363 msgid "objcopy (add-debuglink) command failed for file '{}'!" msgstr "" -#: inary/util.py:616 +#: inary/util/file_utils.py:368 #, python-brace-format msgid "file command failed with return code {0} for file: {1}" msgstr "" -#: inary/util.py:617 +#: inary/util/file_utils.py:369 msgid "" "Output:\n" "{}" msgstr "" -#: inary/util.py:707 +#: inary/util/package_utils.py:92 #, fuzzy msgid "Invalid package name: {}" msgstr "Neispravno ime paketa: {}" -#: inary/util.py:752 +#: inary/util/package_utils.py:137 #, fuzzy msgid "Invalid delta package name: {}" msgstr "Neispravano ime delta paketa: {}" -#: inary/util.py:956 -msgid "Module: \"subprocess\" can not import" +#: inary/util/process_utils.py:40 inary/util/process_utils.py:52 +msgid "Running " +msgstr "" + +#: inary/util/process_utils.py:44 inary/util/process_utils.py:70 +#, python-brace-format +msgid "return value for \"{0}\" is {1}" msgstr "" -#: inary/version.py:64 +#: inary/version.py:66 msgid "Invalid version string: '{}'" msgstr "" +#, fuzzy +#~ msgid "Operation #{0}: {1}" +#~ msgstr "Operacija #{0}: {1}" + +#~ msgid "Date: {0.date} {0.time}" +#~ msgstr "Datum: {0.date} {0.time}" + +#, fuzzy +#~ msgid "File '{0}' has invalid XML: {1}" +#~ msgstr "Datoteka {} ima neispravan XML" + +#~ msgid "Server doesn't support partial downloads. Previously downloaded part of the file will be over-written." +#~ msgstr "Poslužitelj ne podržava djelomična preuzimanja.Prethodno preuzeti dio datoteke biti će prebrisan." + #, fuzzy #~ msgid "Cleaning files database folder... " #~ msgstr "Obnovi bazu podataka datoteka" @@ -3520,9 +3584,6 @@ msgstr "" #~ msgid "INARY package" #~ msgstr "INARY paket" -#~ msgid "Date: {} {}" -#~ msgstr "Datum: {} {}" - #~ msgid "{} [{}]" #~ msgstr "{} [{}]" @@ -3602,10 +3663,6 @@ msgstr "" #~ msgid " installed size {}" #~ msgstr "Instaliran {}" -#, fuzzy -#~ msgid "* Find dependencies for packages to be installed" -#~ msgstr "Slijedeći paketi će biti instalirani:" - #, fuzzy #~ msgid "* Calculating disk space installed packages are using" #~ msgstr "Provjeravam sve instalirane pakete" diff --git a/po/hu.po b/po/hu.po index 6bc96fbd1d346b8cde6180d8701f13a5b04bcfb0..288193cb30e372baad0717ca77eeae77e3cbee70 100644 --- a/po/hu.po +++ b/po/hu.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: INARY\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-04-14 14:36+0300\n" +"POT-Creation-Date: 2018-05-10 23:07+0300\n" "PO-Revision-Date: 2010-12-27 13:15+0100\n" "Last-Translator: Attila Siposs \n" "Language-Team: Hungarian \n" @@ -91,32 +91,33 @@ msgstr "a(z) %s opció nem kér értéket" msgid "Options" msgstr "Opciók" -#: inary-cli:32 -msgid "WARNING\n" +#: inary-cli:39 +msgid "WARNING:\n" msgstr "" -#: inary-cli:33 +#: inary-cli:40 msgid "" "\tCiksemel XML Parser not found!!!\n" +"\tMinidom slower but\n" "\tFalling back with minidom!!! :(\n" "\n" msgstr "" -#: inary-cli:52 +#: inary-cli:60 #, fuzzy msgid "" "\n" "Program terminated." msgstr "A program futása befejeződött." -#: inary-cli:54 +#: inary-cli:62 #, fuzzy msgid "" "\n" "Keyboard Interrupt: Exiting..." msgstr "Megszakítás a billentyűzetről: Kilépés ..." -#: inary-cli:58 +#: inary-cli:66 #, fuzzy msgid "" "\n" @@ -126,18 +127,18 @@ msgstr "" "Nem kezelt belső hiba.\n" "Küldjön hibabejelentést a címen." -#: inary-cli:67 +#: inary-cli:75 #, fuzzy msgid "" "\n" "System error. Program terminated." msgstr "Rendszerhiba. A program futása megszakadt." -#: inary-cli:76 +#: inary-cli:84 msgid "Please use 'inary help' for general help." msgstr "Kérjük, használja a \"inary help\" alkalmazást az általános súgóhoz." -#: inary-cli:79 +#: inary-cli:87 msgid "" "\n" "Traceback:" @@ -145,7 +146,7 @@ msgstr "" "\n" "Visszakövetés:" -#: inary-cli:82 +#: inary-cli:90 msgid "Use --debug to see a traceback." msgstr "Használja a --debug kapcsolót a visszakövetés megjelenítéséhez." @@ -154,7 +155,7 @@ msgstr "Használja a --debug kapcsolót a visszakövetés megjelenítéséhez." msgid "Inary package" msgstr "Telepített csomag:" -#: inary/actionsapi/autotools.py:40 inary/actionsapi/cmaketools.py:36 +#: inary/actionsapi/autotools.py:42 inary/actionsapi/cmaketools.py:38 #, fuzzy msgid "" "Please attach the config.log to your bug report:\n" @@ -163,175 +164,175 @@ msgstr "" "Kérjük, csatolja a config.log-ot a hibajelentéshez:\n" "{}/config.log" -#: inary/actionsapi/autotools.py:83 inary/actionsapi/autotools.py:93 -#: inary/actionsapi/cmaketools.py:66 inary/actionsapi/kde.py:65 -#: inary/actionsapi/perlmodules.py:55 inary/actionsapi/perlmodules.py:58 +#: inary/actionsapi/autotools.py:85 inary/actionsapi/autotools.py:95 +#: inary/actionsapi/cmaketools.py:68 inary/actionsapi/kde.py:67 +#: inary/actionsapi/perlmodules.py:57 inary/actionsapi/perlmodules.py:60 msgid "Configure failed." msgstr "A configure végrehajtása nem sikerült." -#: inary/actionsapi/autotools.py:85 inary/actionsapi/autotools.py:95 -#: inary/actionsapi/kde.py:67 +#: inary/actionsapi/autotools.py:87 inary/actionsapi/autotools.py:97 +#: inary/actionsapi/kde.py:69 msgid "No configure script found." msgstr "Nem található a configure szkript." -#: inary/actionsapi/autotools.py:103 inary/actionsapi/cmaketools.py:78 -#: inary/actionsapi/kde.py:72 inary/actionsapi/perlmodules.py:64 -#: inary/actionsapi/perlmodules.py:73 inary/actionsapi/pythonmodules.py:62 -#: inary/actionsapi/scons.py:39 +#: inary/actionsapi/autotools.py:105 inary/actionsapi/cmaketools.py:80 +#: inary/actionsapi/kde.py:74 inary/actionsapi/perlmodules.py:66 +#: inary/actionsapi/perlmodules.py:75 inary/actionsapi/pythonmodules.py:64 +#: inary/actionsapi/scons.py:41 msgid "Make failed." msgstr "A make végrehajtása nem sikerült." -#: inary/actionsapi/autotools.py:137 inary/actionsapi/autotools.py:148 -#: inary/actionsapi/cmaketools.py:96 inary/actionsapi/cmaketools.py:104 -#: inary/actionsapi/kde.py:79 inary/actionsapi/pythonmodules.py:67 -#: inary/actionsapi/rubymodules.py:92 inary/actionsapi/rubymodules.py:99 -#: inary/actionsapi/scons.py:43 +#: inary/actionsapi/autotools.py:139 inary/actionsapi/autotools.py:150 +#: inary/actionsapi/cmaketools.py:98 inary/actionsapi/cmaketools.py:106 +#: inary/actionsapi/kde.py:81 inary/actionsapi/pythonmodules.py:69 +#: inary/actionsapi/rubymodules.py:94 inary/actionsapi/rubymodules.py:101 +#: inary/actionsapi/scons.py:45 msgid "Install failed." msgstr "A telepítés nem sikerült." -#: inary/actionsapi/autotools.py:159 +#: inary/actionsapi/autotools.py:161 msgid "Running aclocal failed." msgstr "Az aclocal futtatása nem sikerült." -#: inary/actionsapi/autotools.py:164 +#: inary/actionsapi/autotools.py:166 msgid "Running autoconf failed." msgstr "Az autoconf végrehajtása nem sikerült." -#: inary/actionsapi/autotools.py:169 +#: inary/actionsapi/autotools.py:171 msgid "Running autoreconf failed." msgstr "Az autoreconf futása nem sikerült." -#: inary/actionsapi/autotools.py:174 +#: inary/actionsapi/autotools.py:176 msgid "Running automake failed." msgstr "Az automake futása nem sikerült." -#: inary/actionsapi/autotools.py:179 +#: inary/actionsapi/autotools.py:181 msgid "Running autoheader failed." msgstr "Az autoheader futása nem sikerült." -#: inary/actionsapi/cmaketools.py:68 +#: inary/actionsapi/cmaketools.py:70 msgid "No configure script found for cmake." msgstr "Nem található konfiguráló szkript a cmake-hez." -#: inary/actionsapi/cmaketools.py:108 inary/actionsapi/kde.py:81 +#: inary/actionsapi/cmaketools.py:110 inary/actionsapi/kde.py:83 msgid "No Makefile found." msgstr "Nem találok Makefile fájlt." -#: inary/actionsapi/get.py:181 +#: inary/actionsapi/get.py:183 #, fuzzy msgid "Util {} cannot be found" msgstr "A(z) {} eszköz nem található" -#: inary/actionsapi/get.py:183 +#: inary/actionsapi/get.py:185 #, fuzzy, python-brace-format msgid "Warning: {0} does not exist, using plain name {1}" msgstr "Figyelmeztetés: {0} nem létezik, kérem adja meg {1} megfelelő nevét." -#: inary/actionsapi/inarytools.py:56 inary/actionsapi/inarytools.py:74 -#: inary/actionsapi/inarytools.py:91 +#: inary/actionsapi/inarytools.py:58 inary/actionsapi/inarytools.py:76 +#: inary/actionsapi/inarytools.py:93 msgid "Insufficient arguments." msgstr "Nem elegendőek a megadott argumentumok." -#: inary/actionsapi/inarytools.py:64 +#: inary/actionsapi/inarytools.py:66 #, fuzzy msgid "No executable file matched pattern \"{}\"." msgstr "Nincs a mintára illeszkedő, futtatható fájl: \"{}\"." -#: inary/actionsapi/inarytools.py:82 inary/actionsapi/inarytools.py:314 +#: inary/actionsapi/inarytools.py:84 inary/actionsapi/inarytools.py:316 #, fuzzy msgid "No file matched pattern \"{}\"." msgstr "Nincs illeszkedő fájlnév-minta \"{}\"." -#: inary/actionsapi/inarytools.py:137 inary/actionsapi/inarytools.py:177 +#: inary/actionsapi/inarytools.py:139 inary/actionsapi/inarytools.py:179 #, fuzzy msgid "No file matched pattern \"{}\"" msgstr "Nem találtam a mintára illeszkedő fájlnevet \"{}\"" -#: inary/actionsapi/inarytools.py:187 +#: inary/actionsapi/inarytools.py:189 #, fuzzy msgid "ActionsAPI [doman]: Wrong man page file: {}" msgstr "ActionsAPI [doman]: Rossz kézikönyv oldal fájl: {}" -#: inary/actionsapi/inarytools.py:214 +#: inary/actionsapi/inarytools.py:216 #, fuzzy msgid "No file matched pattern \"{}\". 'domove' operation failed." msgstr "Nem találtam a mintára illeszkedő fájlnevet \"{}\". A 'domove' művelet nem sikerült." -#: inary/actionsapi/inarytools.py:233 +#: inary/actionsapi/inarytools.py:235 #, fuzzy, python-brace-format msgid "ActionsAPI [rename]: {0}: {1}" msgstr "ActionsAPI [átnevezés]: {0}:{1}" -#: inary/actionsapi/inarytools.py:270 +#: inary/actionsapi/inarytools.py:272 #, fuzzy msgid "No such file matching pattern: \"{}\". 'dosed' operation failed." msgstr "Nem találtam a mintára illeszkedő fájlnevet \"{}\". A 'dosed' művelet nem sikerült." -#: inary/actionsapi/inarytools.py:284 +#: inary/actionsapi/inarytools.py:286 #, fuzzy msgid "dosed method has not changed file '{}'." msgstr "a(z) {} fájl 'dosed' metódusa módja nem változott." -#: inary/actionsapi/inarytools.py:285 +#: inary/actionsapi/inarytools.py:287 msgid "{} has been changed by dosed method." msgstr "" -#: inary/actionsapi/inarytools.py:288 +#: inary/actionsapi/inarytools.py:290 #, fuzzy msgid "File does not exist or permission denied: {}" msgstr "A fájl nem létezik vagy a hozzáférés megtagadva: {}" -#: inary/actionsapi/inarytools.py:305 +#: inary/actionsapi/inarytools.py:307 #, fuzzy msgid "ActionsAPI [dosym]: File already exists: {}" msgstr "ActionsAPI [dosym]: A fájl már létezik: {}" -#: inary/actionsapi/inarytools.py:341 inary/actionsapi/shelltools.py:95 +#: inary/actionsapi/inarytools.py:343 inary/actionsapi/shelltools.py:97 #, fuzzy msgid "No file matched pattern \"{}\". Remove operation failed." msgstr "Nincs illeszkedő fájlnév-minta \"{}\". A törlés nem sikerült." -#: inary/actionsapi/inarytools.py:350 +#: inary/actionsapi/inarytools.py:352 #, fuzzy msgid "No directory matched pattern \"{}\". Remove directory operation failed." msgstr "Nincs illeszkedő könyvtárnév-minta \"{}\". A könyvtár eltávolítása nem sikerült." -#: inary/actionsapi/javamodules.py:84 inary/actionsapi/javamodules.py:193 +#: inary/actionsapi/javamodules.py:86 inary/actionsapi/javamodules.py:195 #, fuzzy msgid "No any file/directory matched to regex expression \"{}\"." msgstr "Nincs illeszkedő fájlnév-minta \"{}\"." -#: inary/actionsapi/javamodules.py:91 inary/actionsapi/javamodules.py:97 +#: inary/actionsapi/javamodules.py:93 inary/actionsapi/javamodules.py:99 #, fuzzy msgid "DoJavadoc failed." msgstr "A make végrehajtása nem sikerült." -#: inary/actionsapi/javamodules.py:147 +#: inary/actionsapi/javamodules.py:149 #, fuzzy msgid "Compile failed." msgstr "A configure végrehajtása nem sikerült." -#: inary/actionsapi/javamodules.py:175 inary/actionsapi/javamodules.py:204 +#: inary/actionsapi/javamodules.py:177 inary/actionsapi/javamodules.py:206 #, fuzzy msgid "Installing file \"{}\" failed." msgstr "A texmf fájlok telepítése nem sikerült" -#: inary/actionsapi/javamodules.py:214 +#: inary/actionsapi/javamodules.py:216 #, fuzzy msgid "Installing directory \"{}\" failed." msgstr "A dokumentáció telepítése nem sikerült" -#: inary/actionsapi/javamodules.py:243 +#: inary/actionsapi/javamodules.py:245 #, fuzzy msgid "Javadoc generation failed." msgstr "A konfigurálás nem sikerült." -#: inary/actionsapi/javamodules.py:259 +#: inary/actionsapi/javamodules.py:261 #, fuzzy msgid "Run failed." msgstr "A(z) {} futtatása nem sikerült." -#: inary/actionsapi/kde.py:34 +#: inary/actionsapi/kde.py:36 #, fuzzy msgid "" "\n" @@ -342,400 +343,405 @@ msgstr "" "!!! Kérjük, csatolja a config.log-ot a hibajelentéshez:\n" "{}/config.log" -#: inary/actionsapi/kerneltools.py:117 +#: inary/actionsapi/kerneltools.py:119 #, fuzzy msgid "Can't find kernel version information file {}." msgstr "Nem találom a kernel verzió-információs fájlt {}." -#: inary/actionsapi/libtools.py:38 +#: inary/actionsapi/libtools.py:40 msgid "Running ldconfig failed." msgstr "Az lconfig futtatása nem sikerült." -#: inary/actionsapi/libtools.py:52 +#: inary/actionsapi/libtools.py:54 msgid "Can not make GNU Config Update... Passing..." msgstr "" -#: inary/actionsapi/libtools.py:54 +#: inary/actionsapi/libtools.py:56 msgid "GNU Config Update Finished." msgstr "A GNU Config Update művelet befejezve." -#: inary/actionsapi/libtools.py:58 +#: inary/actionsapi/libtools.py:60 msgid "Running libtoolize failed." msgstr "A libtoolize futtatása nem sikerült." -#: inary/actionsapi/perlmodules.py:67 +#: inary/actionsapi/perlmodules.py:69 msgid "perl build failed." msgstr "A perl modul építése nem sikerült." -#: inary/actionsapi/perlmodules.py:76 +#: inary/actionsapi/perlmodules.py:78 msgid "perl install failed." msgstr "A perl modul telepítése nem sikerült." -#: inary/actionsapi/pkgconfig.py:40 inary/actionsapi/pkgconfig.py:59 -#: inary/actionsapi/pkgconfig.py:79 inary/actionsapi/pkgconfig.py:99 -#: inary/actionsapi/pkgconfig.py:118 +#: inary/actionsapi/pkgconfig.py:42 inary/actionsapi/pkgconfig.py:61 +#: inary/actionsapi/pkgconfig.py:81 inary/actionsapi/pkgconfig.py:101 +#: inary/actionsapi/pkgconfig.py:120 #, fuzzy msgid "pkg-config is not installed on your system." msgstr "A(z) pkgconfig csomag nincs telepítve. Nem tudom eltávolítani." -#: inary/actionsapi/pkgconfig.py:136 +#: inary/actionsapi/pkgconfig.py:138 #, fuzzy msgid "Package pkgconfig is not installed on your system." msgstr "A(z) pkgconfig csomag nincs telepítve. Nem tudom eltávolítani." -#: inary/actionsapi/pythonmodules.py:56 +#: inary/actionsapi/pythonmodules.py:58 msgid "Configuration failed." msgstr "A konfigurálás nem sikerült." -#: inary/actionsapi/pythonmodules.py:81 +#: inary/actionsapi/pythonmodules.py:83 #, fuzzy msgid "Running {} failed." msgstr "A(z) {} futtatása nem sikerült." -#: inary/actionsapi/qt4.py:52 inary/actionsapi/qt5.py:60 +#: inary/actionsapi/qt4.py:54 inary/actionsapi/qt5.py:62 #, fuzzy msgid "Project file '{}' not found." msgstr "A(z) {} projektfájl nem található." -#: inary/actionsapi/qt4.py:56 inary/actionsapi/qt5.py:64 +#: inary/actionsapi/qt4.py:58 inary/actionsapi/qt5.py:66 #, fuzzy msgid "It seems there are more than one .pro file, you must specify one. (Possible .pro files: {})" msgstr "Úgy tűnik több mint egy .pro fájl van. Válasszon ki egyet. (Lehetséges .pro fájlok: {})" -#: inary/actionsapi/rubymodules.py:108 +#: inary/actionsapi/rubymodules.py:110 #, fuzzy msgid "Running 'ruby {}' failed." msgstr "'ruby {}' futtatása nem sikerült." -#: inary/actionsapi/shelltools.py:49 +#: inary/actionsapi/shelltools.py:51 #, fuzzy msgid "Cannot create directory {}" msgstr "Nem tudom létrehozni a(z) {} könyvtárat." -#: inary/actionsapi/shelltools.py:57 +#: inary/actionsapi/shelltools.py:59 #, fuzzy msgid "ActionsAPI [echo]: Can't append to file {}." msgstr "ActionsAPI [echo]: Nem tudok a(z) {} fájlba írni." -#: inary/actionsapi/shelltools.py:63 +#: inary/actionsapi/shelltools.py:65 #, fuzzy msgid "ActionsAPI [chmod]: No file matched pattern \"{}\"." msgstr "ActionsAPI [chmod]: Nincs illeszkedő fájlnév-minta \"{}\"." -#: inary/actionsapi/shelltools.py:70 +#: inary/actionsapi/shelltools.py:72 #, fuzzy, python-brace-format msgid "ActionsAPI [chmod]: Operation not permitted: {0} (mode: 0{1})" msgstr "ActionsAPI [chmod]: A művelet nem engedélyezett: %s (mode: 0%o)" -#: inary/actionsapi/shelltools.py:72 +#: inary/actionsapi/shelltools.py:74 #, fuzzy msgid "ActionsAPI [chmod]: File {} doesn't exists." msgstr "ActionsAPI [chmod]: A(z) {} nevű fájl nem létezik." -#: inary/actionsapi/shelltools.py:80 +#: inary/actionsapi/shelltools.py:82 #, fuzzy, python-brace-format msgid "ActionsAPI [chown]: Operation not permitted: {0} (uid: {1}, gid: {2})" msgstr "ActionsAPI [chown]: A művelet nem engedélyezett: {0} (uid: {1}, gid: {2})" -#: inary/actionsapi/shelltools.py:82 +#: inary/actionsapi/shelltools.py:84 #, fuzzy msgid "ActionsAPI [chown]: File {} doesn't exists." msgstr "ActionsAPI [chown]: A(z) {} nevű fájl nem létezik." -#: inary/actionsapi/shelltools.py:89 +#: inary/actionsapi/shelltools.py:91 #, fuzzy, python-brace-format msgid "ActionsAPI [sym]: Permission denied: {0} to {1}" msgstr "ActionsAPI [sym]: Engedély megtagadva: {0} link ide: {1}" -#: inary/actionsapi/shelltools.py:103 +#: inary/actionsapi/shelltools.py:105 #, fuzzy msgid "ActionsAPI [unlink]: Permission denied: {}." msgstr "ActionsAPI [unlink]: Engedély megtagadva: {}." -#: inary/actionsapi/shelltools.py:107 +#: inary/actionsapi/shelltools.py:109 #, fuzzy msgid "ActionsAPI [unlink]: File {} doesn't exists." msgstr "ActionsAPI [unlink]: {} fájl nem létezik." -#: inary/actionsapi/shelltools.py:115 +#: inary/actionsapi/shelltools.py:117 #, fuzzy msgid "ActionsAPI [unlinkDir]: Operation not permitted: {}" msgstr "ActionsAPI [unlinkDir]: A művelet nem engedélyezett: {}" -#: inary/actionsapi/shelltools.py:119 +#: inary/actionsapi/shelltools.py:121 #, fuzzy msgid "ActionsAPI [unlinkDir]: Directory {} doesn't exists." msgstr "ActionsAPI [unlinkDir]: A(z) {} könyvtár nem létezik." -#: inary/actionsapi/shelltools.py:125 +#: inary/actionsapi/shelltools.py:127 #, fuzzy msgid "ActionsAPI [move]: No file matched pattern \"{}\"." msgstr "ActionsAPI [move]: Nincs illeszkedő fájlnév-minta \"{}\"." -#: inary/actionsapi/shelltools.py:132 +#: inary/actionsapi/shelltools.py:134 #, fuzzy, python-brace-format msgid "ActionsAPI [move]: Permission denied: {0} to {1}" msgstr "ActionsAPI [move]: Engedély megtagadva: {0} átnevezés: {1}" -#: inary/actionsapi/shelltools.py:134 +#: inary/actionsapi/shelltools.py:136 #, fuzzy msgid "ActionsAPI [move]: File {} doesn't exists." msgstr "ActionsAPI [move]: A(z) {} fájl nem létezik." -#: inary/actionsapi/shelltools.py:141 +#: inary/actionsapi/shelltools.py:143 #, fuzzy msgid "ActionsAPI [copy]: No file matched pattern \"{}\"." msgstr "ActionsAPI [copy]: Nincs illeszkedő fájlnév-minta \"{}\"." -#: inary/actionsapi/shelltools.py:148 +#: inary/actionsapi/shelltools.py:150 #, fuzzy, python-brace-format msgid "ActionsAPI [copy]: Permission denied: {0} to {1}" msgstr "ActionsAPI [copy]: Engedély megtagadva: {0} -hoz {1}" -#: inary/actionsapi/shelltools.py:164 +#: inary/actionsapi/shelltools.py:166 #, fuzzy msgid "ActionsAPI [copy]: File {} does not exist." msgstr "ActionsAPI [copy]: A(z) {} fájl nem létezik." -#: inary/actionsapi/shelltools.py:179 +#: inary/actionsapi/shelltools.py:181 #, fuzzy, python-brace-format msgid "ActionsAPI [copytree] {0} to {1}: {2}" msgstr "ActionsAPI [copytree] {0} to {1}: {2}" -#: inary/actionsapi/shelltools.py:181 +#: inary/actionsapi/shelltools.py:183 #, fuzzy msgid "ActionsAPI [copytree]: Directory {} doesn't exists." msgstr "ActionsAPI [copytree]: A(z) {} könyvtár nem létezik." -#: inary/actionsapi/shelltools.py:189 +#: inary/actionsapi/shelltools.py:191 #, fuzzy msgid "ActionsAPI [touch]: No file matched pattern \"{}\"." msgstr "ActionsAPI [touch]: Nincs illeszkedő fájlnév-minta \"{}\"." -#: inary/actionsapi/shelltools.py:198 +#: inary/actionsapi/shelltools.py:200 #, fuzzy msgid "ActionsAPI [touch]: Permission denied: {}" msgstr "ActionsAPI [touch]: Engedély megtagadva: {}" -#: inary/actionsapi/shelltools.py:257 +#: inary/actionsapi/shelltools.py:259 #, fuzzy, python-brace-format msgid "Command \"{0}\" failed, return value was {1}." msgstr "A(z) \"{0}\" parancs hibát jelzett, a visszatérési érték {1}." -#: inary/actionsapi/texlivemodules.py:56 +#: inary/actionsapi/texlivemodules.py:58 msgid "Moving source files failed" msgstr "Forrásfájlok átmozgatása sikertelen" -#: inary/actionsapi/texlivemodules.py:59 +#: inary/actionsapi/texlivemodules.py:61 msgid "Generate config files failed" msgstr "A konfigurációs fájlok létrehozása nem sikerült" -#: inary/actionsapi/texlivemodules.py:62 +#: inary/actionsapi/texlivemodules.py:64 msgid "Building format files failed" msgstr "A formátumfájlok építése nem sikerült" -#: inary/actionsapi/texlivemodules.py:69 +#: inary/actionsapi/texlivemodules.py:71 msgid "Creating symlinks from format to engines failed" msgstr "A formátumról a végrehajtó kódra mutató szimbolikus linkek létrehozása nem sikerült." -#: inary/actionsapi/texlivemodules.py:73 +#: inary/actionsapi/texlivemodules.py:75 msgid "Installing docs failed" msgstr "A dokumentáció telepítése nem sikerült" -#: inary/actionsapi/texlivemodules.py:77 +#: inary/actionsapi/texlivemodules.py:79 msgid "Installing texmf files failed" msgstr "A texmf fájlok telepítése nem sikerült" -#: inary/actionsapi/texlivemodules.py:81 +#: inary/actionsapi/texlivemodules.py:83 msgid "Installing config files failed" msgstr "A konfigurációs fájlok telepítése nem sikerült" -#: inary/actionsapi/texlivemodules.py:85 +#: inary/actionsapi/texlivemodules.py:87 msgid "Handle config files failed" msgstr "A konfigurációs fájlok karbantartása nem sikerült" -#: inary/actionsapi/texlivemodules.py:95 +#: inary/actionsapi/texlivemodules.py:97 #, fuzzy msgid "Symlink {} skipped (special case)" msgstr "Szimbolikus link {} kihagyva (speciális eset)" -#: inary/actionsapi/texlivemodules.py:97 +#: inary/actionsapi/texlivemodules.py:99 #, fuzzy, python-brace-format msgid "Symlink {0[0]} -> {0[1]} skipped (texlive-core takes care of it." msgstr "Szimbolikus link {0[0]} -> {0[1]} kihagyva (texlive-core gondoskodik róla." -#: inary/actionsapi/texlivemodules.py:100 +#: inary/actionsapi/texlivemodules.py:102 #, fuzzy, python-brace-format msgid "Symlink {0[0]} -> {0[1]} skipped." msgstr "Szimbolikus link {0[0]} -> {0[1]} kihagyva." -#: inary/actionsapi/texlivemodules.py:102 +#: inary/actionsapi/texlivemodules.py:104 #, fuzzy msgid "Symlink {} skipped (file exists.)" msgstr "Szimbolikus link {} kihagyva (fájl létezik.)" -#: inary/actionsapi/texlivemodules.py:104 +#: inary/actionsapi/texlivemodules.py:106 #, fuzzy, python-brace-format msgid "Making symlink from {0[0]} to {0[1]}" msgstr "Szimbolikus link készítése. A link {0[0]}, a cél {0[1]}." -#: inary/actionsapi/texlivemodules.py:153 +#: inary/actionsapi/texlivemodules.py:155 #, fuzzy msgid "Creating /etc/texmf/{}.d" msgstr "/etc/texmf/{}.d létrehozása" -#: inary/actionsapi/texlivemodules.py:155 +#: inary/actionsapi/texlivemodules.py:157 #, fuzzy, python-brace-format msgid "Moving (and symlinking) /usr/share/texmf/{0} to /etc/texmf/{1}.d" msgstr "/usr/share/texmf/{0} átmozgatása (és symlinkelése) nem sikerült ide: /etc/texmf/{1}.d" -#: inary/actionsapi/texlivemodules.py:206 +#: inary/actionsapi/texlivemodules.py:208 #, fuzzy msgid "Building format file {}" msgstr "A(z) {} formátumfájl építése" -#: inary/actionsapi/texlivemodules.py:263 +#: inary/actionsapi/texlivemodules.py:265 #, fuzzy, python-brace-format msgid "Map {0} is added to {1}/{2}.cfg" msgstr "A {0} mixedmap hozzáadva {1}/{2}.cfg-hez" -#: inary/actionsapi/texlivemodules.py:266 +#: inary/actionsapi/texlivemodules.py:268 #, fuzzy, python-brace-format msgid "MixedMap {0} is added to {1}/{2}.cfg" msgstr "A {0} map hozzáadva {1}/{2}.cfg-hez" -#: inary/actionsapi/texlivemodules.py:269 +#: inary/actionsapi/texlivemodules.py:271 #, fuzzy, python-brace-format msgid "p +{0} is added to {1}/{2}-config.ps" msgstr "p +{0} hozzáadva {1}/{2}-config.ps-hez" -#: inary/actionsapi/texlivemodules.py:272 +#: inary/actionsapi/texlivemodules.py:274 #, fuzzy, python-brace-format msgid "f {0} is added to {1}/{2}-config" msgstr "f {0} {1}/2}-config-hoz" -#: inary/actionsapi/texlivemodules.py:279 +#: inary/actionsapi/texlivemodules.py:281 #, fuzzy msgid "Language file {} already generated." msgstr "A(z) {} nyelvi fájl már létezik." -#: inary/actionsapi/texlivemodules.py:281 +#: inary/actionsapi/texlivemodules.py:283 #, fuzzy msgid "No rule to proccess {}. Please file a bug." msgstr "Nincs szabály a(z) {} feldolgozására. Kérjük jelentse a hibát." -#: inary/analyzer/conflict.py:26 inary/analyzer/dependency.py:26 -#: inary/data/replace.py:24 +#: inary/analyzer/conflict.py:28 inary/analyzer/dependency.py:28 +#: inary/data/replace.py:26 msgid " version >= " msgstr "verzió >=" -#: inary/analyzer/conflict.py:28 inary/analyzer/dependency.py:28 -#: inary/data/replace.py:26 +#: inary/analyzer/conflict.py:30 inary/analyzer/dependency.py:30 +#: inary/data/replace.py:28 msgid " version <= " msgstr "verzió <=" -#: inary/analyzer/conflict.py:30 inary/analyzer/dependency.py:30 -#: inary/data/replace.py:28 +#: inary/analyzer/conflict.py:32 inary/analyzer/dependency.py:32 +#: inary/data/replace.py:30 msgid " version " msgstr "verzió" -#: inary/analyzer/conflict.py:32 inary/analyzer/dependency.py:32 -#: inary/data/replace.py:30 +#: inary/analyzer/conflict.py:34 inary/analyzer/dependency.py:34 +#: inary/data/replace.py:32 msgid " release >= " msgstr "kiadás >=" -#: inary/analyzer/conflict.py:34 inary/analyzer/dependency.py:34 -#: inary/data/replace.py:32 +#: inary/analyzer/conflict.py:36 inary/analyzer/dependency.py:36 +#: inary/data/replace.py:34 msgid " release <= " msgstr "kiadás <=" -#: inary/analyzer/conflict.py:36 inary/analyzer/dependency.py:36 -#: inary/data/replace.py:34 +#: inary/analyzer/conflict.py:38 inary/analyzer/dependency.py:38 +#: inary/data/replace.py:36 msgid " release " msgstr "kiadás" -#: inary/analyzer/ctypes_analyzer.py:28 -msgid "Module \"ctypes\" can not import" -msgstr "" - -#: inary/analyzer/firmwares.py:28 +#: inary/analyzer/firmwares.py:29 #, fuzzy msgid "Extracting firmware list for {}..." msgstr "Fájlok kibontása {} csomagból" -#: inary/analyzer/firmwares.py:48 +#: inary/analyzer/firmwares.py:49 #, fuzzy msgid "The following firmwares are not installed:" msgstr "A következő csomagok lesznek telepítve:" -#: inary/analyzer/firmwares.py:63 +#: inary/analyzer/firmwares.py:64 msgid "Missing" msgstr "" -#: inary/analyzer/magic.py:151 +#: inary/analyzer/magic.py:150 #, fuzzy msgid "Can't load file or buffer {}" msgstr "A chrpath parancsot nem tudtam végrehajtani a(z) {} fájlon!" -#: inary/archive.py:307 +#: inary/archive.py:309 msgid "* Target DIR: {}" msgstr "" -#: inary/archive.py:459 +#: inary/archive.py:461 #, python-brace-format msgid "* Chowning {0} ({1}:{2})" msgstr "" -#: inary/archive.py:462 +#: inary/archive.py:464 #, python-brace-format msgid "* LChowning {0} ({1}:{2})" msgstr "" -#: inary/archive.py:526 +#: inary/archive.py:528 #, fuzzy msgid "Problem occured while uncompressing {}.Z file" msgstr "Hiba lépett fel a {}.Z kicsomagolása közben." -#: inary/atomicoperations.py:72 inary/operations/history.py:72 +#: inary/atomicoperations.py:79 inary/operations/history.py:75 #, fuzzy, python-brace-format msgid "Package {0} found in repository {1}" msgstr "A(z) {0} csomag nem található a(z) {1} tárolóban" -#: inary/atomicoperations.py:103 +#: inary/atomicoperations.py:110 #, fuzzy msgid "Package URI: {}" msgstr "Csomag URI: {}" -#: inary/atomicoperations.py:117 +#: inary/atomicoperations.py:124 msgid "Download Error: Package does not match the repository package." msgstr "Letöltési hiba: A letöltött fájl nem egyezik meg a tárolóban lévő példánnyal." -#: inary/atomicoperations.py:121 +#: inary/atomicoperations.py:128 #, fuzzy msgid "Package {} not found in any active repository." msgstr "A(z) {} csomag nem található meg az aktív tárolókban." -#: inary/atomicoperations.py:148 +#: inary/atomicoperations.py:156 #, fuzzy, python-brace-format msgid "Installing {0.name}, version {0.version}, release {0.release}" msgstr "{0.name} telepítése, verzió {0.version}, kiadás {0.release}" -#: inary/atomicoperations.py:193 inary/operations/build.py:786 +#: inary/atomicoperations.py:186 +#, python-format +msgid "Free Space: %.2f %s " +msgstr "" + +#: inary/atomicoperations.py:188 +msgid "Is there any free space in your disk." +msgstr "" + +#: inary/atomicoperations.py:206 inary/operations/build.py:789 #, fuzzy, python-brace-format msgid "{0}-{1} is not a valid INARY version format" msgstr "{0}-{1} nem érvényes INARY verzió formátum" -#: inary/atomicoperations.py:199 +#: inary/atomicoperations.py:212 #, fuzzy msgid "{} package cannot be installed unless the dependencies are satisfied" msgstr "A(z) {} csomagot nem lehet telepíteni amíg a függőségek nem teljesülnek" -#: inary/atomicoperations.py:222 +#: inary/atomicoperations.py:235 #, fuzzy, python-brace-format msgid "/{0} from {1} package\n" msgstr "/{0} a(z) {1} csomagból\n" -#: inary/atomicoperations.py:223 +#: inary/atomicoperations.py:236 #, fuzzy msgid "" "File conflicts:\n" @@ -744,209 +750,223 @@ msgstr "" "Fájl ütközés:\n" "{}" -#: inary/atomicoperations.py:241 +#: inary/atomicoperations.py:254 msgid "Re-install same version package?" msgstr "Ugyanazon verziójú csomag újratelepítése?" -#: inary/atomicoperations.py:242 +#: inary/atomicoperations.py:255 msgid "Package re-install declined" msgstr "Csomag újratelepítés visszavonva." -#: inary/atomicoperations.py:249 +#: inary/atomicoperations.py:262 msgid "Storing old paths info" msgstr "" -#: inary/atomicoperations.py:258 +#: inary/atomicoperations.py:271 msgid "Upgrading to new upstream version" msgstr "Frissítés a legújabb verzióra" -#: inary/atomicoperations.py:261 +#: inary/atomicoperations.py:274 msgid "Upgrading to new distribution release" msgstr "Frissítés a disztribúció új kiadására" -#: inary/atomicoperations.py:270 +#: inary/atomicoperations.py:283 msgid "Downgrade to old distribution release?" msgstr "Visszatér a disztribúció korábbi kiadására?" -#: inary/atomicoperations.py:274 +#: inary/atomicoperations.py:287 msgid "Package downgrade declined" msgstr "Csomagfrissítés eltávolítása visszavonva" -#: inary/atomicoperations.py:320 +#: inary/atomicoperations.py:333 #, fuzzy msgid "{} configuration failed." msgstr "{} konfigurációja nem sikerült." -#: inary/atomicoperations.py:411 +#: inary/atomicoperations.py:424 msgid "Unable to relocate following files. Reinstallation of this package is strongly recommended." msgstr "Nem sikerült áthelyezni a következő fájlokat. A csomag újratelepítése erősen ajánlott." -#: inary/atomicoperations.py:510 +#: inary/atomicoperations.py:523 #, fuzzy msgid "Storing {}" msgstr "{} kiírása" -#: inary/atomicoperations.py:578 +#: inary/atomicoperations.py:548 +#, fuzzy +msgid "Adding '{}' to db..." +msgstr "* {} hozzáadása az adatbázishoz..." + +#: inary/atomicoperations.py:592 #, fuzzy msgid "File list could not be read for package {}, continuing removal." msgstr "A {} csomag fájllistáját nem lehet olvasni, eltávolítás folytatása." -#: inary/atomicoperations.py:584 +#: inary/atomicoperations.py:598 #, fuzzy msgid "Removing package {}" msgstr "{} csomag eltávolítása" -#: inary/atomicoperations.py:587 +#: inary/atomicoperations.py:601 msgid "Trying to remove nonexistent package " msgstr "Nem létező csomag eltávolításának kísérlete" -#: inary/atomicoperations.py:626 +#: inary/atomicoperations.py:640 msgid "Not removing conflicted file : {}" msgstr "Ütköző fájl nincs eltávolítva: {} " -#: inary/atomicoperations.py:656 +#: inary/atomicoperations.py:670 #, fuzzy msgid "Installed file {} does not exist on system [Probably you manually deleted]" msgstr "A telepített {} fájl nem létezik a rendszerben [Valószínűleg a felhasználó törölte]" -#: inary/atomicoperations.py:716 inary/cli/command.py:168 +#: inary/atomicoperations.py:725 inary/cli/command.py:170 msgid "You have to be root for this operation." msgstr "Rendszergazda jogosultsággal kell rendelkeznie ehhez a művelethez." -#: inary/atomicoperations.py:724 +#: inary/atomicoperations.py:733 #, fuzzy msgid "Another instance of Inary is running. Only one instance is allowed." msgstr "Egy másik INARY már fut. Csak egy példány indítása megengedett." -#: inary/atomicoperations.py:827 -#, fuzzy -msgid "Cleaning package cache {}..." -msgstr "A(z) {} INARY csomag létrehozása." - -#: inary/atomicoperations.py:829 +#: inary/atomicoperations.py:737 #, fuzzy -msgid "Cleaning source archive cache {}..." -msgstr "A forráscsomag nem található: {}" +msgid "Invalidating database caches..." +msgstr "Adatbázis frissítése mindenképpen" -#: inary/atomicoperations.py:831 +#: inary/atomicoperations.py:739 #, fuzzy -msgid "Cleaning temporary directory {}..." -msgstr "Átmeneti könyvtár tisztítása..." +msgid "Updating database caches..." +msgstr "Adatbázis frissítése mindenképpen" -#: inary/atomicoperations.py:835 +#: inary/atomicoperations.py:822 inary/atomicoperations.py:955 +#: inary/atomicoperations.py:963 #, fuzzy -msgid "Removing cache file {}..." -msgstr "{} csomag eltávolítása" +msgid "Regenerating database caches..." +msgstr "Fájl adatbázis újraépítése" -#: inary/atomicoperations.py:875 +#: inary/atomicoperations.py:871 msgid "Taking snapshot of the system" msgstr "Pillanatfelvétel készítése a rendszerről" -#: inary/atomicoperations.py:918 +#: inary/atomicoperations.py:914 #, fuzzy msgid "scom package is not fully installed" msgstr "A scom csomag nincs teljesen telepítve" -#: inary/atomicoperations.py:925 +#: inary/atomicoperations.py:921 msgid "Not a valid repo name." msgstr "Érvénytelen tárolónév." -#: inary/atomicoperations.py:928 +#: inary/atomicoperations.py:924 #, fuzzy msgid "Repo {} already present." msgstr "A(z) {} tároló már létezik." -#: inary/atomicoperations.py:931 +#: inary/atomicoperations.py:927 #, fuzzy msgid "Repo already present with name {}." msgstr "A tároló már létezik {} név alatt." -#: inary/atomicoperations.py:936 +#: inary/atomicoperations.py:931 inary/atomicoperations.py:940 +#, fuzzy +msgid "Flushing database caches..." +msgstr "A(z) {} INARY csomag létrehozása." + +#: inary/atomicoperations.py:933 #, fuzzy msgid "Repo {} added to system." msgstr "{} tároló hozzáadva a rendszerhez." -#: inary/atomicoperations.py:944 +#: inary/atomicoperations.py:942 #, fuzzy msgid "Repo {} removed from system." msgstr "{} tároló eltávolítva a rendszerből." -#: inary/atomicoperations.py:946 +#: inary/atomicoperations.py:944 #, fuzzy msgid "Repository {} does not exist. Cannot remove." msgstr "{} tároló nem létezik. Nem tudom eltávolítani." -#: inary/atomicoperations.py:967 +#: inary/atomicoperations.py:968 #, fuzzy msgid "Updating repository: {}" msgstr "{} tároló frissítése" -#: inary/atomicoperations.py:976 +#: inary/atomicoperations.py:977 #, fuzzy msgid "{} repository information is up-to-date." msgstr "A(z) {} tároló naprakész." -#: inary/atomicoperations.py:978 +#: inary/atomicoperations.py:979 msgid "Updating database at any rate as requested" msgstr "Adatbázis frissítése mindenképpen." -#: inary/atomicoperations.py:991 +#: inary/atomicoperations.py:993 #, fuzzy msgid "Package database updated." msgstr "* A csomag adatbázis frissítve." -#: inary/atomicoperations.py:993 +#: inary/atomicoperations.py:995 #, fuzzy msgid "No repository named {} found." msgstr "{} nevű tároló nem található." -#: inary/cli/__init__.py:117 +#: inary/cli/__init__.py:110 +#, fuzzy +msgid "Verboses: " +msgstr "Szolgáltat:" + +#: inary/cli/__init__.py:122 msgid "Warning: " msgstr "Figyelmeztetés:" -#: inary/cli/__init__.py:127 +#: inary/cli/__init__.py:132 msgid "Error: " msgstr "Hiba:" -#: inary/cli/__init__.py:161 +#: inary/cli/__init__.py:168 #, fuzzy msgid " (yes" msgstr "(igen/nem)" -#: inary/cli/__init__.py:161 +#: inary/cli/__init__.py:168 msgid "no)" msgstr "" -#: inary/cli/__init__.py:185 -msgid " [complete]\n" +#: inary/cli/__init__.py:192 +#, fuzzy +msgid "" +"\n" +" [complete]\n" msgstr "[teljes]\n" -#: inary/cli/__init__.py:195 +#: inary/cli/__init__.py:202 #, fuzzy msgid "Installed {}" msgstr "{} telepítve" -#: inary/cli/__init__.py:197 +#: inary/cli/__init__.py:204 #, fuzzy msgid "Removed {}" msgstr "{} eltávolítva" -#: inary/cli/__init__.py:199 +#: inary/cli/__init__.py:206 #, fuzzy msgid "Upgraded {}" msgstr "{} frissítve" -#: inary/cli/__init__.py:201 +#: inary/cli/__init__.py:208 #, fuzzy msgid "Configured {}" msgstr "{} beállítva" -#: inary/cli/__init__.py:203 +#: inary/cli/__init__.py:210 #, fuzzy msgid "Extracting the files of {}" msgstr "Fájlok kibontása {} csomagból" -#: inary/cli/addrepo.py:25 +#: inary/cli/addrepo.py:28 #, fuzzy msgid "" "Add a repository\n" @@ -968,23 +988,23 @@ msgstr "" "\n" "Megjegyzés: jelenleg csak helyi fájlok (pl. /a/b/c) és http:// típusú címek támogatottak\n" -#: inary/cli/addrepo.py:43 +#: inary/cli/addrepo.py:46 msgid "add-repo options" msgstr "add-repo opciók" -#: inary/cli/addrepo.py:44 +#: inary/cli/addrepo.py:47 msgid "Ignore repository distribution check" msgstr "A tároló disztribúció ellenőrzésének figyelmen kívül hagyása" -#: inary/cli/addrepo.py:45 +#: inary/cli/addrepo.py:48 msgid "Does not fetch repository index and does not check distribution match" msgstr "Ne töltse le a tároló-index fájlt és ne ellenőrizze a disztribúció egyezést" -#: inary/cli/addrepo.py:48 +#: inary/cli/addrepo.py:51 msgid "Add repository at given position (0 is first)" msgstr "Tároló hozzáadása megadott paraméter pozícióban (0 az első)" -#: inary/cli/addrepo.py:62 +#: inary/cli/addrepo.py:65 #, fuzzy msgid "" "Add {} repository without updating the database?\n" @@ -995,12 +1015,12 @@ msgstr "" "Ha megerősíti, a tároló hozzáadásakor a disztribúció egyezést sem ellenőrizzük.\n" "Folytassuk?" -#: inary/cli/addrepo.py:74 +#: inary/cli/addrepo.py:77 #, fuzzy, python-brace-format msgid "{0} repository could not be reached. Removing {0} from system." msgstr "{0} tároló nem érhető el. {0} eltávolítása a rendszerből." -#: inary/cli/blame.py:24 +#: inary/cli/blame.py:26 msgid "" "Information about the package owner and release\n" "\n" @@ -1012,39 +1032,39 @@ msgstr "" "Használata: blame ... \n" "\n" -#: inary/cli/blame.py:37 +#: inary/cli/blame.py:39 msgid "blame options" msgstr "a blame opciói" -#: inary/cli/blame.py:38 +#: inary/cli/blame.py:40 msgid "Blame for the given release" msgstr "az adott verzió információi" -#: inary/cli/blame.py:40 +#: inary/cli/blame.py:42 msgid "Blame for all of the releases" msgstr "az összes verzó információi" -#: inary/cli/blame.py:66 inary/data/specfile.py:374 inary/data/specfile.py:485 +#: inary/cli/blame.py:68 inary/data/specfile.py:371 inary/data/specfile.py:452 #, fuzzy, python-brace-format msgid "Name: {0}, version: {1}, release: {2}\n" msgstr "Név: {0}, verzió: {1}, kiadás: {2}\n" -#: inary/cli/blame.py:68 +#: inary/cli/blame.py:70 #, fuzzy, python-brace-format msgid "Package Maintainer: {0} <{1}>\n" msgstr "A csomag karbantartója: {0} <{1}>\n" -#: inary/cli/blame.py:69 +#: inary/cli/blame.py:71 #, fuzzy, python-brace-format msgid "Release Updater: {0.name} <{0.email}>\n" msgstr "Kiadás frissítője: {0.name} <{0.email}>\n" -#: inary/cli/blame.py:70 +#: inary/cli/blame.py:72 #, fuzzy msgid "Update Date: {}\n" msgstr "Frissítés dátuma: {}\n" -#: inary/cli/build.py:25 +#: inary/cli/build.py:30 msgid "" "Build INARY packages\n" "\n" @@ -1066,92 +1086,96 @@ msgstr "" "Más lehetőségként megadhatod egy forráscsomag nevét,\n" "melyet egy forrásokat kínáló tárolóból lehet letölteni.\n" -#: inary/cli/build.py:49 +#: inary/cli/build.py:54 msgid "build options" msgstr "build opciók" -#: inary/cli/build.py:57 +#: inary/cli/build.py:62 msgid "Run inary build operation without printing extra debug information" msgstr "A inary build futtatása extra debug információk megjelenítése nélkül" -#: inary/cli/build.py:63 inary/cli/command.py:205 +#: inary/cli/build.py:68 inary/cli/command.py:207 msgid "Do not take dependency information into account" msgstr "Nem veszi figyelembe a függőségi információkat" -#: inary/cli/build.py:69 +#: inary/cli/build.py:74 msgid "Output directory for produced packages" msgstr "Könyvtár az elkészített csomagok számára" -#: inary/cli/build.py:73 +#: inary/cli/build.py:78 msgid "Bypass errors from ActionsAPI" msgstr "Az ActionsAPI hibák átlépése" -#: inary/cli/build.py:78 inary/cli/command.py:207 +#: inary/cli/build.py:83 inary/cli/command.py:209 msgid "Bypass safety switch" msgstr "A biztonsági kapcsoló átlépése" -#: inary/cli/build.py:83 +#: inary/cli/build.py:88 msgid "Bypass testing step" msgstr "A tesztelés kihagyása" -#: inary/cli/build.py:88 +#: inary/cli/build.py:93 msgid "Create a static package with ar files" msgstr "Statikus csomag létrehozása, ar fájllal" -#: inary/cli/build.py:92 inary/cli/delta.py:63 +#: inary/cli/build.py:97 inary/cli/delta.py:65 msgid "Create the binary package using the given format. Use '-F help' to see a list of supported formats." msgstr "Bináris csomag létrehozása a megadott formátummal. Használja a '-F help' kapcsolót a támogatott formátumok listájának kiírásához." -#: inary/cli/build.py:99 +#: inary/cli/build.py:104 msgid "Use quilt patch management system instead of GNU patch" msgstr "A quilt patch kezelő használata GNU patch helyett " -#: inary/cli/build.py:105 +#: inary/cli/build.py:110 +msgid "Do not use root user when packaging, make building under home folder" +msgstr "" + +#: inary/cli/build.py:116 msgid "Do not constrain build process inside the build folder" msgstr "Ne korlátozza a build folyamatot a build könyvtáron belülre" -#: inary/cli/build.py:109 +#: inary/cli/build.py:120 msgid "build steps" msgstr "build lépések" -#: inary/cli/build.py:115 +#: inary/cli/build.py:126 msgid "Break build after fetching the source archive" msgstr "A build megszakítása a forrás csomag letöltése után" -#: inary/cli/build.py:122 +#: inary/cli/build.py:133 msgid "Break build after unpacking the source archive, checking sha1sum and applying patches" msgstr "A build megszakítása a forrás csomag letöltése, az sh1sum ellenőrzése és a patchek alkalmazása után" -#: inary/cli/build.py:130 +#: inary/cli/build.py:141 msgid "Break build after running configure step" msgstr "A build megszakítása a configure lépés után" -#: inary/cli/build.py:136 +#: inary/cli/build.py:147 msgid "Break build after running compile step" msgstr "A build megszakítása a a compile lépés után" -#: inary/cli/build.py:142 +#: inary/cli/build.py:153 msgid "Break build after running check step" msgstr "A build megszakítása a az ellenörzés után" -#: inary/cli/build.py:148 +#: inary/cli/build.py:159 msgid "Break build after running install step" msgstr "A build megszakítása az install lépés után" -#: inary/cli/build.py:154 +#: inary/cli/build.py:165 msgid "Create INARY package" msgstr "INARY csomag létrehozása" -#: inary/cli/build.py:164 inary/cli/delta.py:71 +#: inary/cli/build.py:175 inary/cli/delta.py:73 msgid "Supported package formats:" msgstr "Támogatott csomagformátumok:" -#: inary/cli/build.py:167 inary/cli/delta.py:74 +#: inary/cli/build.py:178 inary/cli/delta.py:76 #, fuzzy msgid " {} (default)" msgstr " {} (alapértelmezett)" -#: inary/cli/check.py:28 +#: inary/cli/check.py:30 #, fuzzy msgid "" "Verify installation\n" @@ -1179,39 +1203,39 @@ msgstr "" "\n" "Ha nem adunk meg csomagot, akkor valamennyi telepített csomag ellenőrizve lesz.\n" -#: inary/cli/check.py:55 +#: inary/cli/check.py:57 msgid "check options" msgstr "ellenőrzési opciók" -#: inary/cli/check.py:60 +#: inary/cli/check.py:62 msgid "Check installed packages under given component" msgstr "A megadott komponens csomagjainak ellenőrzése" -#: inary/cli/check.py:66 +#: inary/cli/check.py:68 msgid "Checks only changed config files of the packages" msgstr "Csak a megváltozott konfigurációs fájlok ellenőrzése" -#: inary/cli/check.py:83 +#: inary/cli/check.py:85 msgid "Checking all installed packages" msgstr "Minden telepített csomag ellenőrzése" -#: inary/cli/check.py:92 +#: inary/cli/check.py:94 msgid "Checking integrity of {}" msgstr "" -#: inary/cli/check.py:104 +#: inary/cli/check.py:106 msgid "Broken" msgstr "" -#: inary/cli/check.py:109 +#: inary/cli/check.py:111 msgid "Unknown" msgstr "" -#: inary/cli/check.py:111 +#: inary/cli/check.py:113 msgid "OK" msgstr "OK" -#: inary/cli/check.py:117 +#: inary/cli/check.py:118 #, fuzzy msgid "Missing file: /{}" msgstr "" @@ -1222,30 +1246,30 @@ msgstr "" msgid "Access denied: /{}" msgstr "" -#: inary/cli/check.py:125 +#: inary/cli/check.py:124 #, fuzzy msgid "Corrupted file: /{}" msgstr "" "\n" "Sérült fájl: {}" -#: inary/cli/check.py:129 +#: inary/cli/check.py:127 #, fuzzy msgid "Modified configuration file: /{}" msgstr "{} konfigurációja nem sikerült." -#: inary/cli/check.py:134 +#: inary/cli/check.py:132 #, fuzzy msgid "Package {} not installed" msgstr "A(z) {} csomag nincs telepítve" -#: inary/cli/check.py:138 +#: inary/cli/check.py:136 msgid "" "Inary was unable to check the integrity of packages which contain files that you don't have read access.\n" "Running the check under a privileged user may help fixing this problem." msgstr "" -#: inary/cli/clean.py:20 +#: inary/cli/clean.py:22 msgid "" "Clean stale locks\n" "\n" @@ -1261,76 +1285,76 @@ msgstr "" "A INARY fájlrendszer zárolást (lock) használ az adatbázis hozzáférés kezelésére.\n" "Ez a parancs törli a nem használt zárolásokat az adatbázis könyvtárából." -#: inary/cli/command.py:31 +#: inary/cli/command.py:33 msgid "Command lacks name" msgstr "A parancsnak szüksége van egy névre" -#: inary/cli/command.py:35 +#: inary/cli/command.py:37 #, fuzzy msgid "Duplicate command {}" msgstr "Duplikált parancs: {}" -#: inary/cli/command.py:72 inary/cli/inarycli.py:138 +#: inary/cli/command.py:74 inary/cli/inarycli.py:142 #, fuzzy msgid "Unrecognized command: {}" msgstr "Ismeretlen parancs: {}" -#: inary/cli/command.py:97 +#: inary/cli/command.py:99 msgid "general options" msgstr "általános beállítások" -#: inary/cli/command.py:100 +#: inary/cli/command.py:102 msgid "Change the system root for INARY commands" msgstr "Gyökér könyvtár megváltoztatása a INARY parancsok számára" -#: inary/cli/command.py:102 +#: inary/cli/command.py:104 msgid "Assume yes in all yes/no queries" msgstr "Automatikus 'igen' válasz minden igen/nem kérdésre" -#: inary/cli/command.py:106 +#: inary/cli/command.py:108 msgid "Keep bandwidth usage under specified KB's" msgstr "Ne engedje a sávszélesség használatot a megadott KB fölé" -#: inary/cli/command.py:109 +#: inary/cli/command.py:111 msgid "Detailed output" msgstr "Részletes kimenet" -#: inary/cli/command.py:111 +#: inary/cli/command.py:113 msgid "Show debugging information" msgstr "Hibakeresési információk megjelenítése" -#: inary/cli/command.py:113 +#: inary/cli/command.py:115 msgid "Suppresses all coloring of INARY's output" msgstr "Színes kimenet letiltása" -#: inary/cli/command.py:131 +#: inary/cli/command.py:133 #, fuzzy msgid "Destination directory {} does not exist. Creating directory.\n" msgstr "A(z) {} célkönyvtár nem létezik. Létrehozom.\n" -#: inary/cli/command.py:153 +#: inary/cli/command.py:155 msgid "Password: " msgstr "Jelszó:" -#: inary/cli/command.py:192 +#: inary/cli/command.py:194 msgid "Command terminated abnormally." msgstr "A parancs váratlanul megszakadt." -#: inary/cli/command.py:209 inary/cli/emerge.py:52 inary/cli/emergeup.py:54 +#: inary/cli/command.py:211 inary/cli/emerge.py:54 inary/cli/emergeup.py:56 #, fuzzy msgid "Bypass scom configuration agent" msgstr "A scom konfigurációs automatizmus átlépése." -#: inary/cli/command.py:211 +#: inary/cli/command.py:213 msgid "Do not perform any action, just show what would be done" msgstr "Nem hajtja végre a műveleteket, csak megmutatja mi történne" -#: inary/cli/command.py:229 +#: inary/cli/command.py:231 #, fuzzy msgid "usage: {}\n" msgstr "használata: {}\n" -#: inary/cli/configurepending.py:23 +#: inary/cli/configurepending.py:25 #, fuzzy msgid "" "Configure pending packages\n" @@ -1346,11 +1370,11 @@ msgstr "" "listájába kerülnek. Ez a parancs elvégzi ezen csomagok\n" "beállítását.\n" -#: inary/cli/configurepending.py:37 +#: inary/cli/configurepending.py:39 msgid "configure-pending options" msgstr "configure-pending opciók" -#: inary/cli/deletecache.py:22 +#: inary/cli/deletecache.py:26 msgid "" "Delete cache files\n" "\n" @@ -1368,7 +1392,37 @@ msgstr "" "a /var könyvtár alatt kerülnek tárolásra. Ha ezekből sok összegyűlik,\n" "sok lemezterületet foglalhatnak el." -#: inary/cli/delta.py:24 +#: inary/cli/deletecache.py:40 +#, fuzzy +msgid "Select cleaning directory:\n" +msgstr "Átmeneti könyvtár tisztítása..." + +#: inary/cli/deletecache.py:49 +#, fuzzy +msgid "Cleaning home-build directory {}..." +msgstr "Átmeneti könyvtár tisztítása..." + +#: inary/cli/deletecache.py:57 +#, fuzzy +msgid "Cleaning package cache {}..." +msgstr "A(z) {} INARY csomag létrehozása." + +#: inary/cli/deletecache.py:59 +#, fuzzy +msgid "Cleaning source archive cache {}..." +msgstr "A forráscsomag nem található: {}" + +#: inary/cli/deletecache.py:61 +#, fuzzy +msgid "Cleaning temporary directory {}..." +msgstr "Átmeneti könyvtár tisztítása..." + +#: inary/cli/deletecache.py:65 +#, fuzzy +msgid "Removing cache file {}..." +msgstr "{} csomag eltávolítása" + +#: inary/cli/delta.py:26 msgid "" "Creates delta packages\n" "\n" @@ -1387,19 +1441,19 @@ msgstr "" "állományokat és egy ún. delta INARY csomagot hoz létre, amelyben csak ezek a megváltozott fájlok lesznek benne.\n" "\n" -#: inary/cli/delta.py:45 +#: inary/cli/delta.py:47 msgid "delta options" msgstr "delta opciók" -#: inary/cli/delta.py:53 +#: inary/cli/delta.py:55 msgid "Use arg as the new package and treat other arguments as old packages." msgstr "Az arg használata új csomagként, a többi argumentumot régi csomagként kezeli." -#: inary/cli/delta.py:59 +#: inary/cli/delta.py:61 msgid "Output directory for produced packages." msgstr "Könyvtár az elkészített csomagok számára" -#: inary/cli/disablerepo.py:22 +#: inary/cli/disablerepo.py:24 msgid "" "Disable repository\n" "\n" @@ -1417,7 +1471,7 @@ msgstr "" "\n" "A kikapcsolt tárolókat nem használjuk a különböző műveletek során.\n" -#: inary/cli/emerge.py:25 +#: inary/cli/emerge.py:27 msgid "" "Build and install INARY source packages from repository\n" "\n" @@ -1437,34 +1491,34 @@ msgstr "" "\n" "Megadható egy komponens neve is.\n" -#: inary/cli/emerge.py:43 +#: inary/cli/emerge.py:45 msgid "emerge options" msgstr "emerge opciók" -#: inary/cli/emerge.py:46 inary/cli/emergeup.py:48 +#: inary/cli/emerge.py:48 inary/cli/emergeup.py:50 msgid "Emerge available packages under given component" msgstr "Az adott komponens elérhető csomagjainak beépítése." -#: inary/cli/emerge.py:48 inary/cli/emergeup.py:50 inary/cli/install.py:52 -#: inary/cli/upgrade.py:58 +#: inary/cli/emerge.py:50 inary/cli/emergeup.py:52 inary/cli/install.py:54 +#: inary/cli/upgrade.py:60 msgid "Ignore file conflicts" msgstr "Fájl-ütközések figyelmen kívül hagyása" -#: inary/cli/emerge.py:50 inary/cli/emergeup.py:52 inary/cli/install.py:54 -#: inary/cli/upgrade.py:60 +#: inary/cli/emerge.py:52 inary/cli/emergeup.py:54 inary/cli/install.py:56 +#: inary/cli/upgrade.py:62 msgid "Ignore package conflicts" msgstr "Csomag-ütközések figyelmen kívül hagyása" -#: inary/cli/emerge.py:70 inary/cli/emergeup.py:75 +#: inary/cli/emerge.py:72 inary/cli/emergeup.py:77 #, fuzzy msgid "Output directory: {}" msgstr "Kimeneti könyvtár: {}" -#: inary/cli/emerge.py:72 inary/cli/emergeup.py:77 +#: inary/cli/emerge.py:74 inary/cli/emergeup.py:79 msgid "Outputting binary packages in the package cache." msgstr "A bináris csomagok elhelyezése a csomag-gyorsítótárban." -#: inary/cli/emergeup.py:27 +#: inary/cli/emergeup.py:29 #, fuzzy msgid "" "Build and upgrade INARY source packages from repository\n" @@ -1485,12 +1539,12 @@ msgstr "" "\n" "Megadható egy komponens neve is.\n" -#: inary/cli/emergeup.py:45 +#: inary/cli/emergeup.py:47 #, fuzzy msgid "emergeup options" msgstr "emerge opciók" -#: inary/cli/enablerepo.py:22 +#: inary/cli/enablerepo.py:24 msgid "" "Enable repository\n" "\n" @@ -1539,7 +1593,7 @@ msgstr "A letöltött csomagok helye" msgid "Download with runtime dependencies." msgstr "Build függőségek kihagyása." -#: inary/cli/graph.py:26 +#: inary/cli/graph.py:28 msgid "" "Graph package relations\n" "\n" @@ -1559,45 +1613,45 @@ msgstr "" "csomagok közötti kapcsolatokat mutatja meg, melyet graphviz\n" "formátumban a 'pgraph.dot' nevű fájlban helyez el.\n" -#: inary/cli/graph.py:41 +#: inary/cli/graph.py:43 msgid "graph options" msgstr "grafikon opciók" -#: inary/cli/graph.py:45 +#: inary/cli/graph.py:47 msgid "Specify a particular repository" msgstr "Egy bizonyos tároló megadása" -#: inary/cli/graph.py:48 +#: inary/cli/graph.py:50 msgid "Graph of installed packages" msgstr "Telepített programok grafikus ábrázolása" -#: inary/cli/graph.py:51 +#: inary/cli/graph.py:53 msgid "Do not show installed packages" msgstr "Ne mutassa a telepített csomagokat" -#: inary/cli/graph.py:54 +#: inary/cli/graph.py:56 #, fuzzy msgid "Draw reverse dependency graph" msgstr "Fordított függőségek:" -#: inary/cli/graph.py:57 +#: inary/cli/graph.py:59 msgid "Dot output file" msgstr "Dot kimeneti fájl" -#: inary/cli/graph.py:71 +#: inary/cli/graph.py:73 #, fuzzy msgid "Plotting packages in repository {}" msgstr "A(z) {} tároló csomagjait megjelenítő ábra elkészítése" -#: inary/cli/graph.py:74 +#: inary/cli/graph.py:76 msgid "Plotting a graph of relations among all repository packages" msgstr "A tároló valamennyi csomagja közötti kapcsolatokat megjelenítő ábra elkészítése" -#: inary/cli/graph.py:88 +#: inary/cli/graph.py:90 msgid "Plotting a graph of relations among all installed packages" msgstr "Az összes telepített csomag közötti kapcsolatot megjelenítő ábra elkészítése" -#: inary/cli/help.py:22 +#: inary/cli/help.py:24 msgid "" "Prints help for given commands\n" "\n" @@ -1611,7 +1665,7 @@ msgstr "" "\n" "Paraméter nélkül meghívva általános súgót ad." -#: inary/cli/help.py:47 +#: inary/cli/help.py:49 msgid "" "%prog [options] [arguments]\n" "\n" @@ -1623,7 +1677,7 @@ msgstr "" "ahol a a következők egyike:\n" "\n" -#: inary/cli/help.py:53 +#: inary/cli/help.py:55 msgid "" "\n" "Use \"%prog help \" for help on a specific command.\n" @@ -1631,35 +1685,35 @@ msgstr "" "\n" "Használja a \"%prog help \" formátumot egy adott parancs súgójának megjelenítéséhez.\n" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "emerge" msgstr "beépít" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "install" msgstr "telepít" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "remove" msgstr "eltávolít" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "repository update" msgstr "tároló frissítés" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "snapshot" msgstr "pillanatkép" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "takeback" msgstr "visszavonás" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "upgrade" msgstr "frissítés" -#: inary/cli/history.py:31 +#: inary/cli/history.py:33 msgid "" "History of inary operations\n" "\n" @@ -1673,50 +1727,50 @@ msgstr "" "\n" "Kilistázza a megelőző műveleteket." -#: inary/cli/history.py:45 +#: inary/cli/history.py:47 msgid "history options" msgstr "előzmények opciói" -#: inary/cli/history.py:51 +#: inary/cli/history.py:53 msgid "Output only the last n operations" msgstr "Csak az utolsó n művelet kimenete" -#: inary/cli/history.py:53 +#: inary/cli/history.py:55 msgid "Take snapshot of the current system" msgstr "Pillanatkép készítése az aktuális rendszer-állapotról" -#: inary/cli/history.py:55 +#: inary/cli/history.py:57 msgid "Takeback to the state after the given operation finished" msgstr "Állapot visszaállítása, miután a művelet befejeződött" -#: inary/cli/history.py:65 -#, fuzzy, python-brace-format -msgid "Operation #{0}: {1}" -msgstr "Művelet #{0}: {1}" +#: inary/cli/history.py:68 +#, fuzzy +msgid "Operation " +msgstr "Opciók" -#: inary/cli/history.py:66 -#, python-brace-format -msgid "Date: {0.date} {0.time}" -msgstr "Dátum: {0.date} {0.time}" +#: inary/cli/history.py:72 +#, fuzzy +msgid "Date: " +msgstr "Dátum: {} {}" -#: inary/cli/history.py:70 -#, python-format -msgid " * There are %d packages in this snapshot." +#: inary/cli/history.py:78 +#, fuzzy +msgid " * There are {} packages in this snapshot." msgstr " * %d csomag található a pillanatfelvételben." -#: inary/cli/inarycli.py:89 +#: inary/cli/inarycli.py:93 msgid "Options must precede non-option arguments" msgstr "Az opcióknak a nem opció jellegű argumentumok előtt kell állniuk" -#: inary/cli/inarycli.py:131 +#: inary/cli/inarycli.py:135 msgid "No command given" msgstr "Nincs parancs megadva" -#: inary/cli/inarycli.py:134 +#: inary/cli/inarycli.py:138 msgid "Command line parsing error" msgstr "Parancssor feldolgozási hiba" -#: inary/cli/index.py:24 +#: inary/cli/index.py:26 msgid "" "Index INARY files in a given directory\n" "\n" @@ -1741,31 +1795,31 @@ msgstr "" "Ha több könyvtárat ad meg a parancs akkor is működik, de minden adat\n" "egy darab index fájlba kerül.\n" -#: inary/cli/index.py:48 +#: inary/cli/index.py:50 msgid "index options" msgstr "indexelési opciók" -#: inary/cli/index.py:53 +#: inary/cli/index.py:55 msgid "Store absolute links for indexed files." msgstr "Az indexelt fájlok abszolút hivatkozásainak tárolása." -#: inary/cli/index.py:58 +#: inary/cli/index.py:60 msgid "Index output file" msgstr "Kimeneti fájl indexelése" -#: inary/cli/index.py:63 +#: inary/cli/index.py:65 msgid "Comma-separated compression types for index file" msgstr "Vesszővel elválasztott lista az index fájl tömörítési típusaihoz" -#: inary/cli/index.py:69 +#: inary/cli/index.py:71 msgid "Do not index INARY spec files." msgstr "Ne indexelje a INARY specifikus fájlokat." -#: inary/cli/index.py:74 +#: inary/cli/index.py:76 msgid "Do not sign index." msgstr "Ne jelölje az indexet." -#: inary/cli/info.py:26 +#: inary/cli/info.py:28 msgid "" "Display package information\n" "\n" @@ -1779,80 +1833,80 @@ msgstr "" "\n" " vagy egy csomagnév, vagy egy .inary fájl\n" -#: inary/cli/info.py:44 +#: inary/cli/info.py:46 msgid "info options" msgstr "információs opciók" -#: inary/cli/info.py:51 +#: inary/cli/info.py:53 msgid "Show a list of package files." msgstr "Csomag fájljainak kilistázása." -#: inary/cli/info.py:53 +#: inary/cli/info.py:55 msgid "Info about the given component" msgstr "Információ az adott összetevőről" -#: inary/cli/info.py:56 +#: inary/cli/info.py:58 msgid "Show only paths." msgstr "Csak az elérési út mutatása." -#: inary/cli/info.py:58 +#: inary/cli/info.py:60 msgid "Do not show details" msgstr "Ne mutassa a részleteket" -#: inary/cli/info.py:60 +#: inary/cli/info.py:62 msgid "Output in xml format" msgstr "Kimenet xml formátumban" -#: inary/cli/info.py:128 +#: inary/cli/info.py:130 msgid "Reverse Dependencies:" msgstr "Fordított függőségek:" -#: inary/cli/info.py:139 +#: inary/cli/info.py:141 msgid "Reverse Build Dependencies:" msgstr "Fordított build függőségek:" -#: inary/cli/info.py:144 +#: inary/cli/info.py:146 #, fuzzy msgid "Package file: {}" msgstr "Csomag fájl: {}" -#: inary/cli/info.py:159 +#: inary/cli/info.py:161 msgid "[inst] " msgstr "[inst]" -#: inary/cli/info.py:161 +#: inary/cli/info.py:163 msgid "Installed package:" msgstr "Telepített csomag:" -#: inary/cli/info.py:165 +#: inary/cli/info.py:167 #, fuzzy msgid "{} package is not installed" msgstr "{} csomag nincs telepítve" -#: inary/cli/info.py:171 +#: inary/cli/info.py:173 msgid "[binary] " msgstr "[bináris]" -#: inary/cli/info.py:173 inary/cli/info.py:185 +#: inary/cli/info.py:175 inary/cli/info.py:187 #, fuzzy msgid "Package found in {} repository:" msgstr "A csomag a(z) {} tárolóban megtalálható:" -#: inary/cli/info.py:176 +#: inary/cli/info.py:178 #, fuzzy msgid "{} package is not found in binary repositories" msgstr "A(z) {} csomag nem található meg a bináris tárolókban" -#: inary/cli/info.py:183 +#: inary/cli/info.py:185 msgid "[source] " msgstr "[forrás]" -#: inary/cli/info.py:188 +#: inary/cli/info.py:190 #, fuzzy msgid "{} package is not found in source repositories" msgstr "a(z) {} csomag nem található a forrás-tárolókban" -#: inary/cli/install.py:25 +#: inary/cli/install.py:27 msgid "" "Install INARY packages\n" "\n" @@ -1874,48 +1928,48 @@ msgstr "" "Csomagnevek helyett komponens nevet is megadhat, mely aztán\n" "csomagnevekre lesz bontva.\n" -#: inary/cli/install.py:43 +#: inary/cli/install.py:45 msgid "install options" msgstr "telepítési opciók" -#: inary/cli/install.py:48 +#: inary/cli/install.py:50 msgid "Reinstall already installed packages" msgstr "Telepített csomagok újratelepítése" -#: inary/cli/install.py:50 +#: inary/cli/install.py:52 msgid "Skip distribution release and architecture check" msgstr "Disztribúció kiadás és az arhitektúra ellenőrzés kihagyása" -#: inary/cli/install.py:56 +#: inary/cli/install.py:58 msgid "Install component's and recursive components' packages" msgstr "Telepítse a komponens és a rekurzív komponensek csomagjait" -#: inary/cli/install.py:58 +#: inary/cli/install.py:60 msgid "Name of the component's repository" msgstr "A komponens tároló neve" -#: inary/cli/install.py:60 inary/cli/upgrade.py:66 +#: inary/cli/install.py:62 inary/cli/upgrade.py:68 msgid "Fetch upgrades but do not install." msgstr "A frissítések letöltése telepítés nélkül." -#: inary/cli/install.py:62 +#: inary/cli/install.py:64 msgid "When installing packages, ignore packages and components whose basenames match pattern." msgstr "Csomagok telepítése során kihagyja azokat a csomagokat és komponenseket, melyek neve illeszkedik a mintára." -#: inary/cli/install.py:65 +#: inary/cli/install.py:67 msgid "When installing packages, ignore packages and components whose basenames match any pattern contained in file." msgstr "Csomagok telepítése során kihagyja azokat a csomagokat és komponenseket, melyek neve illeszkedik a fájlban megtalálható valamelyik mintára." -#: inary/cli/install.py:69 +#: inary/cli/install.py:71 msgid "Store previous libraries info when package is updating to newer version." msgstr "" -#: inary/cli/install.py:94 +#: inary/cli/install.py:96 #, fuzzy msgid "There is no component named {}" msgstr "Nem létezik {} nevű komponens" -#: inary/cli/listavailable.py:27 +#: inary/cli/listavailable.py:29 msgid "" "List available packages in the repositories\n" "\n" @@ -1933,36 +1987,36 @@ msgstr "" "INARY csomagokról. Ha nincs tároló megadva, akkor az összes tároló\n" "csomagjai meg lesznek jelenítve.\n" -#: inary/cli/listavailable.py:45 +#: inary/cli/listavailable.py:47 msgid "list-available options" msgstr "a list-available opciói" -#: inary/cli/listavailable.py:47 inary/cli/listcomponents.py:41 -#: inary/cli/listinstalled.py:47 inary/cli/listsources.py:40 -#: inary/cli/listupgrades.py:43 inary/cli/searchfile.py:40 +#: inary/cli/listavailable.py:49 inary/cli/listcomponents.py:43 +#: inary/cli/listinstalled.py:49 inary/cli/listsources.py:42 +#: inary/cli/listupgrades.py:45 inary/cli/searchfile.py:41 msgid "Show in long format" msgstr "Hosszú formátum használata" -#: inary/cli/listavailable.py:49 +#: inary/cli/listavailable.py:51 msgid "List available packages under given component" msgstr "Egy adott komponens csomagjainak megjelenítése" -#: inary/cli/listavailable.py:51 +#: inary/cli/listavailable.py:53 msgid "Show uninstalled packages only" msgstr "Csak a nem telepített csomagok megjelenítése" -#: inary/cli/listavailable.py:59 +#: inary/cli/listavailable.py:61 msgid "Installed packages are shown in this color" msgstr "A telepített csomagok ezzel a színnel kerülnek megjelenítésre" -#: inary/cli/listavailable.py:67 +#: inary/cli/listavailable.py:69 #, fuzzy msgid "" "\n" " Repository : {}\n" msgstr "Tároló: {}\n" -#: inary/cli/listcomponents.py:24 +#: inary/cli/listcomponents.py:26 msgid "" "List available components\n" "\n" @@ -1978,15 +2032,15 @@ msgstr "" "Összefoglaló listát ad a tárolókban elérhető\n" "INARY komponensekről\n" -#: inary/cli/listcomponents.py:39 +#: inary/cli/listcomponents.py:41 msgid "list-components options" msgstr "list-component opciók" -#: inary/cli/listcomponents.py:43 inary/cli/search.py:46 +#: inary/cli/listcomponents.py:45 inary/cli/search.py:48 msgid "Name of the source or package repository" msgstr "A forrás- vagy csomagtároló megnevezése" -#: inary/cli/listinstalled.py:25 +#: inary/cli/listinstalled.py:27 msgid "" "Print the list of all installed packages\n" "\n" @@ -1996,27 +2050,27 @@ msgstr "" "\n" "Használata: list-installed\n" -#: inary/cli/listinstalled.py:39 +#: inary/cli/listinstalled.py:41 msgid "list-installed options" msgstr "list-installed opciói" -#: inary/cli/listinstalled.py:44 +#: inary/cli/listinstalled.py:46 msgid "Only list the installed packages built by the given host" msgstr "Csak azokat a csomagokat jeleníti meg, amelyeket egy megadott gép készített" -#: inary/cli/listinstalled.py:49 +#: inary/cli/listinstalled.py:51 msgid "List installed packages under given component" msgstr "Kilistázza az adott komponenshez tartozó, telepített csomagokat" -#: inary/cli/listinstalled.py:51 inary/cli/listupgrades.py:47 +#: inary/cli/listinstalled.py:53 inary/cli/listupgrades.py:49 msgid "Show detailed install info" msgstr "Részletes telepítési információt ad" -#: inary/cli/listinstalled.py:77 inary/cli/listupgrades.py:72 +#: inary/cli/listinstalled.py:79 inary/cli/listupgrades.py:74 msgid "Package Name |St| Version| Rel.| Distro| Date" msgstr "Csomag neve |St| Verzió|Kiad.|Disztró| Dátum" -#: inary/cli/listnewest.py:25 +#: inary/cli/listnewest.py:27 msgid "" "List newest packages in the repositories\n" "\n" @@ -2034,29 +2088,29 @@ msgstr "" "jeleníti meg. Ha nincs tároló megadva, akkor valamennyi tároló\n" "új csomagjai kilistázásra kerülnek.\n" -#: inary/cli/listnewest.py:43 +#: inary/cli/listnewest.py:45 msgid "list-newest options" msgstr "list-newest opciói" -#: inary/cli/listnewest.py:45 +#: inary/cli/listnewest.py:47 msgid "List new packages added to repository after this given date formatted as yyyy-mm-dd" msgstr "A megadott dátum után a tárolóba került csomagok listája. A dátum ééé-hh-nn formátumú legyen." -#: inary/cli/listnewest.py:47 +#: inary/cli/listnewest.py:49 msgid "List new packages added to repository after last nth previous repository update" msgstr "A legutóbbi tároló frissítés óta a tárolóhoz adott új csomagok listája" -#: inary/cli/listnewest.py:75 +#: inary/cli/listnewest.py:77 #, fuzzy, python-brace-format msgid "Packages added to {0} since {1}:\n" msgstr "A(z) {0} tárolóhoz {1} óta hozzáadott csomagok:\n" -#: inary/cli/listnewest.py:77 +#: inary/cli/listnewest.py:79 #, fuzzy msgid "Packages added to {}:" msgstr "A(z) {} tárolóhoz hozzáadott csomagok:" -#: inary/cli/listorphaned.py:25 +#: inary/cli/listorphaned.py:27 msgid "" "List orphaned packages\n" "\n" @@ -2065,32 +2119,32 @@ msgid "" "Lists packages installed as dependency, but no longer needed by any other installed package.\n" msgstr "" -#: inary/cli/listorphaned.py:40 +#: inary/cli/listorphaned.py:42 #, fuzzy msgid "list-orphaned options" msgstr "list-sources opciói" -#: inary/cli/listorphaned.py:42 +#: inary/cli/listorphaned.py:44 #, fuzzy msgid "Show all packages without reverse dependencies" msgstr "A függőségek miatt további csomagok csomagok telepítése szükséges." -#: inary/cli/listorphaned.py:44 +#: inary/cli/listorphaned.py:46 #, fuzzy msgid "Ignore packages and components whose basenames match pattern." msgstr "A rendszer frissítése során lépje át azokat a csomagokat és komponenseket amelyek neve illeszkedik a mintára." -#: inary/cli/listorphaned.py:56 +#: inary/cli/listorphaned.py:58 #, fuzzy msgid "Orphaned packages:" msgstr "Telepített programok grafikus ábrázolása" -#: inary/cli/listorphaned.py:58 +#: inary/cli/listorphaned.py:60 #, fuzzy msgid "No orphaned packages" msgstr "Ne mutassa a telepített csomagokat" -#: inary/cli/listpending.py:23 +#: inary/cli/listpending.py:25 msgid "" "List pending packages\n" "\n" @@ -2101,10 +2155,14 @@ msgstr "" "Megjeleníti a még beállításra váró csomagokat.\n" #: inary/cli/listpending.py:41 +msgid "Listing pending orders:" +msgstr "" + +#: inary/cli/listpending.py:43 msgid "There are no packages waiting to be configured" msgstr "Nincsenek beállításra váró csomagok." -#: inary/cli/listrepo.py:23 +#: inary/cli/listrepo.py:25 msgid "" "List repositories\n" "\n" @@ -2118,20 +2176,20 @@ msgstr "" "\n" "Kilistázza a jelenleg használt tárolókat.\n" -#: inary/cli/listrepo.py:40 inary/cli/listrepo.py:41 +#: inary/cli/listrepo.py:42 inary/cli/listrepo.py:43 msgid "active" msgstr "aktív" -#: inary/cli/listrepo.py:40 +#: inary/cli/listrepo.py:42 msgid "inactive" msgstr "nem aktív" -#: inary/cli/listrepo.py:42 inary/cli/listrepo.py:44 +#: inary/cli/listrepo.py:44 inary/cli/listrepo.py:46 #, python-brace-format msgid "{0} [{1}]" msgstr "{0} [{1}]" -#: inary/cli/listsources.py:24 +#: inary/cli/listsources.py:26 msgid "" "List available sources\n" "\n" @@ -2145,11 +2203,11 @@ msgstr "" "\n" "Összefoglaló listát ad a tárolókban közzétett forráscsomagokról.\n" -#: inary/cli/listsources.py:38 +#: inary/cli/listsources.py:40 msgid "list-sources options" msgstr "list-sources opciói" -#: inary/cli/listupgrades.py:26 +#: inary/cli/listupgrades.py:28 msgid "" "List packages to be upgraded\n" "\n" @@ -2163,19 +2221,19 @@ msgstr "" "\n" "Megjeleníti a frissíthető csomagok listáját.\n" -#: inary/cli/listupgrades.py:41 +#: inary/cli/listupgrades.py:43 msgid "list-upgrades options" msgstr "list-upgrades opciói" -#: inary/cli/listupgrades.py:45 +#: inary/cli/listupgrades.py:47 msgid "List upgradable packages under given component" msgstr "A megadott komponens frissíthető csomagjainak kilistázása" -#: inary/cli/listupgrades.py:63 inary/operations/upgrade.py:159 +#: inary/cli/listupgrades.py:65 inary/operations/upgrade.py:161 msgid "No packages to upgrade." msgstr "Nincsenek frissíthető csomagok." -#: inary/cli/rebuilddb.py:24 +#: inary/cli/rebuilddb.py:26 msgid "" "Rebuild Databases\n" "\n" @@ -2195,19 +2253,19 @@ msgstr "" "Ha a csomag-specifikációt megadjuk, annak a /var/lib/inary\n" "alatt található csomagkönyvtárnak kell lennnie\n" -#: inary/cli/rebuilddb.py:41 +#: inary/cli/rebuilddb.py:43 msgid "rebuild-db options" msgstr "rebuild-db opciói" -#: inary/cli/rebuilddb.py:44 +#: inary/cli/rebuilddb.py:46 msgid "Rebuild files database" msgstr "Fájl adatbázis újraépítése" -#: inary/cli/rebuilddb.py:50 +#: inary/cli/rebuilddb.py:52 msgid "Rebuild INARY databases?" msgstr "Újraépítsem a INARY adatbázist?" -#: inary/cli/remove.py:25 +#: inary/cli/remove.py:27 msgid "" "Remove INARY packages\n" "\n" @@ -2227,19 +2285,19 @@ msgstr "" "Megadhat komponens nevet csomag helyett, mely automatikusan\n" "csomagnév listává lesz alakítva.\n" -#: inary/cli/remove.py:42 +#: inary/cli/remove.py:44 msgid "remove options" msgstr "eltávolítási opciók" -#: inary/cli/remove.py:45 +#: inary/cli/remove.py:47 msgid "Removes everything including changed config files of the package" msgstr "Mindent töröl, kivéve a csomaghoz tartozó, megváltozott konfigurációs állományokat." -#: inary/cli/remove.py:47 +#: inary/cli/remove.py:49 msgid "Remove component's and recursive components' packages" msgstr "Eltávolítja a komponenst és rekurzívan a komponenshez tartozó csomagokat." -#: inary/cli/removeorphaned.py:25 +#: inary/cli/removeorphaned.py:27 #, fuzzy msgid "" "Remove orphaned packages\n" @@ -2254,17 +2312,17 @@ msgstr "" "\n" "A megadott tárolóhoz tartozó minden információt eltávolít a rendszerből.\n" -#: inary/cli/removeorphaned.py:39 +#: inary/cli/removeorphaned.py:41 #, fuzzy msgid "remove-orphaned options" msgstr "eltávolítási opciók" -#: inary/cli/removeorphaned.py:43 +#: inary/cli/removeorphaned.py:45 #, fuzzy msgid "When removing orphaned, ignore packages and components whose basenames match pattern." msgstr "A rendszer frissítése során lépje át azokat a csomagokat és komponenseket amelyek neve illeszkedik a mintára." -#: inary/cli/removerepo.py:21 +#: inary/cli/removerepo.py:23 msgid "" "Remove repositories\n" "\n" @@ -2278,7 +2336,7 @@ msgstr "" "\n" "A megadott tárolóhoz tartozó minden információt eltávolít a rendszerből.\n" -#: inary/cli/search.py:25 +#: inary/cli/search.py:27 msgid "" "Search packages\n" "\n" @@ -2300,39 +2358,39 @@ msgstr "" "Opciók megadásával a források, vagy a telepített csomagok\n" "között is kereshet.\n" -#: inary/cli/search.py:42 +#: inary/cli/search.py:44 msgid "search options" msgstr "keresési opciók" -#: inary/cli/search.py:44 +#: inary/cli/search.py:46 msgid "Summary and description language" msgstr "Összefoglalás és leírás nyelve" -#: inary/cli/search.py:48 +#: inary/cli/search.py:50 msgid "Search in installdb" msgstr "Keresés a telepített csomagok adatbázisában" -#: inary/cli/search.py:50 +#: inary/cli/search.py:52 msgid "Search in sourcedb" msgstr "Keresés a forráscsomag adatbázisban." -#: inary/cli/search.py:52 +#: inary/cli/search.py:54 msgid "Case sensitive search" msgstr "" -#: inary/cli/search.py:54 +#: inary/cli/search.py:56 msgid "Search in the package name" msgstr "Keresés a csomag nevében" -#: inary/cli/search.py:56 +#: inary/cli/search.py:58 msgid "Search in the package summary" msgstr "Keresés a csomag rövid leírásában" -#: inary/cli/search.py:58 +#: inary/cli/search.py:60 msgid "Search in the package description" msgstr "Keresés a csomag leírásában" -#: inary/cli/searchfile.py:25 +#: inary/cli/searchfile.py:26 msgid "" "Search for a file\n" "\n" @@ -2346,30 +2404,30 @@ msgstr "" "\n" "Megkeresi a telepített csomagot, amely tartalmazza a megadott fájlt.\n" -#: inary/cli/searchfile.py:38 +#: inary/cli/searchfile.py:39 msgid "search-file options" msgstr "fájl-keresés opciói" -#: inary/cli/searchfile.py:42 +#: inary/cli/searchfile.py:43 msgid "Show only package name" msgstr "Csak a csomag nevének mutatása" -#: inary/cli/searchfile.py:49 +#: inary/cli/searchfile.py:50 #, fuzzy msgid "Path '{}' does not belong to an installed package" msgstr "A megadott {} útvonal nem tartozik egy csomaghoz sem." -#: inary/cli/searchfile.py:53 +#: inary/cli/searchfile.py:54 #, fuzzy, python-brace-format msgid "Package {0} has file /{1}" msgstr "A(z) {0} csomagban található a(z) /{1} nevű fájl." -#: inary/cli/searchfile.py:66 +#: inary/cli/searchfile.py:67 #, fuzzy msgid "Searching for {}" msgstr "{} keresése" -#: inary/cli/updaterepo.py:25 +#: inary/cli/updaterepo.py:27 msgid "" "Update repository databases\n" "\n" @@ -2389,15 +2447,15 @@ msgstr "" "A helyi INARY adatbázis szinkronizálása az aktuális csomagtárolókkal.\n" "Ha nincs tároló megadva, az összes tároló frissítésre kerül.\n" -#: inary/cli/updaterepo.py:42 +#: inary/cli/updaterepo.py:44 msgid "update-repo options" msgstr "tároló-frissítés (update-repo) opciói" -#: inary/cli/updaterepo.py:46 +#: inary/cli/updaterepo.py:48 msgid "Update database in any case" msgstr "Adatbázis frissítése mindenképpen" -#: inary/cli/upgrade.py:26 +#: inary/cli/upgrade.py:28 msgid "" "Upgrade INARY packages\n" "\n" @@ -2432,241 +2490,237 @@ msgstr "" "Komponens neveket is megadhat csomagok helyett, mely automatikusan\n" "csomagnevekre lesz bontva.\n" -#: inary/cli/upgrade.py:50 +#: inary/cli/upgrade.py:52 msgid "upgrade options" msgstr "upgrade opciói" -#: inary/cli/upgrade.py:54 +#: inary/cli/upgrade.py:56 msgid "Security related package upgrades only" msgstr "Csak a biztonsággal kapcsolatos csomagok frissítése" -#: inary/cli/upgrade.py:56 +#: inary/cli/upgrade.py:58 msgid "Do not update repositories" msgstr "Ne frissüljenek a tárolók" -#: inary/cli/upgrade.py:62 +#: inary/cli/upgrade.py:64 msgid "Upgrade component's and recursive components' packages" msgstr "Frissítse a komponenst és rekurzívan a komponens csomagjait." -#: inary/cli/upgrade.py:64 +#: inary/cli/upgrade.py:66 msgid "Name of the to be upgraded packages' repository" msgstr "A frissítéseket tartalmazó tároló neve." -#: inary/cli/upgrade.py:68 +#: inary/cli/upgrade.py:70 msgid "When upgrading system, ignore packages and components whose basenames match pattern." msgstr "A rendszer frissítése során lépje át azokat a csomagokat és komponenseket amelyek neve illeszkedik a mintára." -#: inary/cli/upgrade.py:71 +#: inary/cli/upgrade.py:73 msgid "When upgrading system, ignore packages and components whose basenames match any pattern contained in file." msgstr "A rendszer frissítése során lépje át azokat a csomagokat és komponenseket amelyek neve illeszkedik a megadott fájlban található valamelyik mintára." -#: inary/cli/upgrade.py:75 +#: inary/cli/upgrade.py:77 #, fuzzy msgid "compare sha1sum repo and installed packages" msgstr "Telepített csomagok újratelepítése" -#: inary/cli/upgrade.py:87 +#: inary/cli/upgrade.py:89 msgid "Updating repositories" msgstr "Tárolók frissítése" -#: inary/cli/upgrade.py:91 +#: inary/cli/upgrade.py:93 msgid "Will not update repositories" msgstr "Nem frissíti a tárolókat" -#: inary/config.py:83 +#: inary/config.py:87 #, fuzzy msgid "Destination directory {} does not exist. Creating it." msgstr "A(z) {} célkönyvtár nem létezik. Létrehozom." -#: inary/configfile.py:130 +#: inary/configfile.py:132 #, fuzzy msgid "No section by name '{}'" msgstr "Nem létezik {} nevű szakasz" -#: inary/constants.py:30 +#: inary/constants.py:41 #, fuzzy msgid "Can't rebind constant: {}" msgstr "Nem tudom bejegyezni a konstans értéket: {}" -#: inary/constants.py:36 +#: inary/constants.py:47 #, fuzzy msgid "Can't unbind constant: {}" msgstr "Nem tudom törölni a konstans értééket: {}" -#: inary/data/history.py:45 +#: inary/data/history.py:47 #, fuzzy, python-brace-format msgid "{0} repository is updated." msgstr "A(z) {0} tároló frissítve." -#: inary/data/history.py:65 +#: inary/data/history.py:67 #, fuzzy, python-brace-format msgid "{0} is upgraded from {1} to {2} with delta." msgstr "{0} frissítve {1} különbözetével {2}." -#: inary/data/history.py:67 +#: inary/data/history.py:69 #, fuzzy, python-brace-format msgid "{0} is upgraded from {1} to {2}." msgstr "{0} frissítve {1} verzióról {2} verzióra." -#: inary/data/history.py:69 +#: inary/data/history.py:71 #, fuzzy, python-brace-format msgid "{0} {1} is removed." msgstr "{0} {1} eltávolítva." -#: inary/data/history.py:71 +#: inary/data/history.py:73 #, fuzzy, python-brace-format msgid "{0} {1} is installed." msgstr "{0} {1} telepítve." -#: inary/data/history.py:73 +#: inary/data/history.py:75 #, fuzzy, python-brace-format msgid "{0} {1} is reinstalled." msgstr "{0} {1} újratelepítve." -#: inary/data/history.py:75 +#: inary/data/history.py:77 #, fuzzy, python-brace-format msgid "{0} is downgraded from {1} to {2}." msgstr "{0} visszaállítva {1} verzióról {2} verzióra." -#: inary/data/history.py:100 inary/data/history.py:122 +#: inary/data/history.py:102 inary/data/history.py:124 msgid "Unknown package operation" msgstr "" -#: inary/data/index.py:95 +#: inary/data/index.py:96 #, fuzzy msgid "Sorting: {}" msgstr "{} létrehozása..." -#: inary/data/index.py:178 +#: inary/data/index.py:179 #, fuzzy msgid "Adding packages from directory {}... " msgstr "{} hozzáadása a csomaglistához" -#: inary/data/index.py:187 +#: inary/data/index.py:188 #, fuzzy msgid "Adding packages from directory {}... done." msgstr "{} hozzáadása a csomaglistához" -#: inary/data/index.py:198 +#: inary/data/index.py:199 #, fuzzy msgid "Adding package to index: {}" msgstr "{} hozzáadása a csomaglistához" -#: inary/data/index.py:213 +#: inary/data/index.py:214 #, fuzzy msgid "Package {}: metadata corrupt, skipping..." msgstr "Csomag {}: metaadat sérült, kihagyom..." -#: inary/data/index.py:258 +#: inary/data/index.py:259 #, fuzzy msgid "Adding groups.xml to index" msgstr "{} hozzáadása a forráslistához." -#: inary/data/index.py:264 +#: inary/data/index.py:265 #, fuzzy msgid "Adding components.xml to index" msgstr "{} hozzáadása a csomaglistához" -#: inary/data/index.py:274 +#: inary/data/index.py:275 #, fuzzy msgid "Adding distribution.xml to index" msgstr "{} hozzáadása a forráslistához." -#: inary/data/index.py:295 +#: inary/data/index.py:296 #, fuzzy msgid "Adding source to index: {}" msgstr "{} hozzáadása a csomaglistához" -#: inary/data/index.py:314 +#: inary/data/index.py:315 #, fuzzy msgid "Building index of Inary files under {}" msgstr "* INARY fájl-index építése folyamatban: {}" -#: inary/data/index.py:319 +#: inary/data/index.py:320 #, fuzzy msgid "Index file written" msgstr "* Index fájl létrehozva" -#: inary/data/metadata.py:73 +#: inary/data/metadata.py:75 #, fuzzy, python-brace-format msgid "Distribution: {0}, Dist. Release: {1}\n" msgstr "Disztribúció: {0}, kiadás: {1}\n" -#: inary/data/metadata.py:75 +#: inary/data/metadata.py:77 #, fuzzy, python-brace-format msgid "Architecture: {0}, Installed Size: {1}" msgstr "Architektúra: {0}, telepített méret: {1}" -#: inary/data/metadata.py:81 +#: inary/data/metadata.py:83 #, fuzzy msgid ", Package Size: {}" msgstr ", csomag mérete: {}" -#: inary/data/metadata.py:83 +#: inary/data/metadata.py:85 msgid ", install.tar.xz sha1sum: {}" msgstr ", install.tar.xz sha1sum: {}" -#: inary/data/pgraph.py:29 +#: inary/data/pgraph.py:31 #, fuzzy msgid "Encountered cycle {}" msgstr "{} ciklusba futottam." -#: inary/data/specfile.py:169 +#: inary/data/specfile.py:166 #, fuzzy, python-brace-format msgid "URI: {0}, type: {1}, sha1sum: {2}" msgstr "URI: {0}, típus: {1}, sha1sum: {2}" -#: inary/data/specfile.py:198 inary/data/specfile.py:201 +#: inary/data/specfile.py:195 inary/data/specfile.py:198 msgid " or " msgstr "vagy" -#: inary/data/specfile.py:278 inary/operations/install.py:293 +#: inary/data/specfile.py:275 inary/operations/install.py:295 #, fuzzy, python-brace-format msgid "{0} dependency of package {1} is not satisfied" msgstr "A(z) {0} csomag függősége a(z) {1} csomagnak, de nem teljesíthető." -#: inary/data/specfile.py:376 inary/data/specfile.py:487 +#: inary/data/specfile.py:373 inary/data/specfile.py:454 #, fuzzy msgid "Summary: {}\n" msgstr "Összefoglalás: {}\n" -#: inary/data/specfile.py:377 inary/data/specfile.py:488 +#: inary/data/specfile.py:374 inary/data/specfile.py:455 #, fuzzy msgid "Description: {}\n" msgstr "Leírás: {}\n" -#: inary/data/specfile.py:378 inary/data/specfile.py:489 +#: inary/data/specfile.py:375 inary/data/specfile.py:456 #, fuzzy msgid "Licenses: {}\n" msgstr "Használat: {}\n" -#: inary/data/specfile.py:379 inary/data/specfile.py:490 +#: inary/data/specfile.py:376 inary/data/specfile.py:457 #, fuzzy msgid "Component: {}\n" msgstr "Komponens: {}\n" -#: inary/data/specfile.py:380 +#: inary/data/specfile.py:377 msgid "Provides: " msgstr "Szolgáltat:" -#: inary/data/specfile.py:384 +#: inary/data/specfile.py:381 msgid "Dependencies: " msgstr "Függőségek:" -#: inary/data/specfile.py:437 inary/data/specfile.py:446 -msgid "translations.xml file is badly formed." +#: inary/data/specfile.py:433 +#, fuzzy +msgid "translations.xml {} file is badly formed." msgstr "a translation.xml fájl hibás formátumú" -#: inary/data/specfile.py:470 -#, fuzzy, python-brace-format -msgid "File '{0}' has invalid XML: {1}" -msgstr "A(z) {} fájl hibás XML adatot tartalmaz" - -#: inary/data/specfile.py:491 +#: inary/data/specfile.py:458 msgid "Build Dependencies: " msgstr "Build függőségek:" -#: inary/db/componentdb.py:114 +#: inary/db/componentdb.py:104 #, fuzzy msgid "Component {} not found" msgstr "A(z) {} komponens nem található." @@ -2678,30 +2732,35 @@ msgstr "Fájl adatbázis újraépítése" #: inary/db/filesdb.py:48 #, fuzzy +msgid "-> Adding '{}' to db..." +msgstr "* {} hozzáadása az adatbázishoz..." + +#: inary/db/filesdb.py:49 +#, fuzzy msgid "" "\n" "Added files database..." msgstr "Fájl adatbázis újraépítése" -#: inary/db/filesdb.py:70 +#: inary/db/filesdb.py:84 #, fuzzy -msgid "-> Adding '{}' to db..." -msgstr "* {} hozzáadása az adatbázishoz..." +msgid "Removing files from database" +msgstr "Fájl adatbázis újraépítése" -#: inary/db/groupdb.py:89 inary/db/groupdb.py:98 +#: inary/db/groupdb.py:77 inary/db/groupdb.py:86 #, fuzzy msgid "Group {} not found" msgstr "A(z) {} csoport nem található." -#: inary/db/installdb.py:43 +#: inary/db/installdb.py:39 msgid "installed" msgstr "telepítve" -#: inary/db/installdb.py:43 +#: inary/db/installdb.py:39 msgid "installed-pending" msgstr "installed-pending" -#: inary/db/installdb.py:60 +#: inary/db/installdb.py:56 #, fuzzy, python-brace-format msgid "" "State: {0}\n" @@ -2710,458 +2769,450 @@ msgstr "" "Állapot: {0}\n" "Verzió: {1}, Kiadás: {2}\n" -#: inary/db/installdb.py:64 +#: inary/db/installdb.py:60 #, fuzzy, python-brace-format msgid "Distribution: {0}, Install Time: {1}\n" msgstr "Disztribúció: {0}, Telepítés ideje: {1}\n" -#: inary/db/installdb.py:111 inary/db/installdb.py:135 +#: inary/db/installdb.py:106 #, fuzzy msgid "Installation info for package '{}' is broken. Reinstall it to fix this problem." msgstr "A(z) {} csomag telepítési információi megsérültek. A hiba kijavításához telepítse újra a csomagot." -#: inary/db/installdb.py:431 +#: inary/db/installdb.py:385 #, fuzzy msgid "Package {} is not installed" msgstr "A(z) {} csomag nincs telepítve" -#: inary/db/itembyrepo.py:40 +#: inary/db/itembyrepo.py:42 #, fuzzy msgid "{} not found in any repository." msgstr "{} egyik tárolóban sem található" -#: inary/db/itembyrepo.py:50 +#: inary/db/itembyrepo.py:52 #, fuzzy msgid "Repo item {} not found" msgstr "A(z) {} tárolóbejegyzés nem található" -#: inary/db/itembyrepo.py:60 inary/db/itembyrepo.py:71 -#: inary/db/itembyrepo.py:81 +#: inary/db/itembyrepo.py:62 inary/db/itembyrepo.py:73 +#: inary/db/itembyrepo.py:83 #, fuzzy msgid "Repository {} does not exist." msgstr "A(z) {} tároló nem létezik." -#: inary/db/packagedb.py:210 inary/db/packagedb.py:220 +#: inary/db/packagedb.py:164 inary/db/packagedb.py:172 #, fuzzy msgid "Package {} not found." msgstr "A(z) {} csomag nem található." -#: inary/db/repodb.py:254 +#: inary/db/repodb.py:198 #, fuzzy msgid "{} repository needs to be updated" msgstr "A(z) {} tároló frissítésre szorul." -#: inary/db/repodb.py:268 +#: inary/db/repodb.py:205 #, fuzzy msgid "" "Error parsing repository index information: {} \n" " Index file does not exist or is malformed." msgstr "Hiba a tároló indexének feldolgozása során. Az index-fájl nem létezik, vagy nem megfelelő formátumban van." -#: inary/db/repodb.py:397 +#: inary/db/repodb.py:313 #, fuzzy msgid "Repository '{}' is not compatible with your distribution. Repository is disabled." msgstr "A(z) tároló nem kompatíbilis az ön által használt disztribúcióval. A tárolót kikapcsoltam." -#: inary/fetcher.py:151 -msgid "" -"Url Problem: \n" -" {}" +#: inary/fetcher.py:22 +msgid "Please install requests" msgstr "" -#: inary/fetcher.py:156 +#: inary/fetcher.py:154 msgid "" -"Reaised an HTTP Error: \n" +"Url Problem: \n" " {}" msgstr "" -#: inary/fetcher.py:161 +#: inary/fetcher.py:159 msgid "" "Can not avaible remote server: \n" " {}" msgstr "" -#: inary/fetcher.py:170 +#: inary/fetcher.py:169 msgid "Filename error" msgstr "Fájlnév hiba" -#: inary/fetcher.py:173 -#, fuzzy -msgid "Access denied to write to destination directory: \"{}\"" +#: inary/fetcher.py:172 +#, fuzzy, python-format +msgid "Access denied to write to destination directory: \"%s\"" msgstr "Nincs írási jogom a célkönyvtárra: \"{}\"" -#: inary/fetcher.py:176 -#, fuzzy -msgid "Access denied to destination file: \"{}\"" +#: inary/fetcher.py:175 +#, fuzzy, python-format +msgid "Access denied to destination file: \"%s\"" msgstr "Nincs hozzáférési jogom a célfájlhoz: \"{}\"" -#: inary/fetcher.py:188 -msgid "Requested range not satisfiable, starting again." -msgstr "" - -#: inary/fetcher.py:196 -#, fuzzy, python-brace-format -msgid "" -"Could not fetch destination file: \"{0}\" \n" -"Raised Value error: \"{1}\"" +#: inary/fetcher.py:212 +#, fuzzy, python-format +msgid "Could not fetch destination file \"%s\":%s" msgstr "Nem tudom letölteni a célfájlt \"{0}\": {1}" -#: inary/fetcher.py:198 inary/fetcher.py:200 inary/fetcher.py:202 -#, fuzzy, python-brace-format -msgid "" -"Could not fetch destination file: \"{0}\"; \n" -"\"{1}\"" -msgstr "Nem tudom letölteni a célfájlt \"{0}\": {1}" +#: inary/fetcher.py:216 +msgid "Package manager not support downloding from ftp mirror" +msgstr "" -#: inary/fetcher.py:204 -#, fuzzy, python-brace-format -msgid "Could not fetch destination file: \"{0}\"; (\"{1}\"): \"{2}\"" -msgstr "Nem tudom letölteni a célfájlt \"{0}\"; \"{1}\": {2}" +#: inary/fetcher.py:219 +#, fuzzy +msgid "Copying local file {}" +msgstr "{} csomag eltávolítása" -#: inary/fetcher.py:207 +#: inary/fetcher.py:224 #, fuzzy -msgid "A problem occurred. Please check the archive address and/or permissions again. {}" +msgid "A problem occurred. Please check the archive address and/or permissions again." msgstr "Hiba történt. Kérem ellenőrizze újra az archívum címét és/vagy a jogosultságokat." -#: inary/fetcher.py:270 inary/fetcher.py:302 +#: inary/fetcher.py:257 #, fuzzy msgid "Proxy configuration has been found for '{}' protocol" msgstr "Proxy beállításokat találtam a(z) \"{}\" protokoll használatához." -#: inary/fetcher.py:309 +#: inary/fetcher.py:264 #, fuzzy msgid "Bandwidth usage is limited to {} KB/s" msgstr "A sávszélesség használata korlátozva {} KB/s értékre." -#: inary/fetcher.py:321 -msgid "Remote file can not be reached. Previously downloaded part of the file will be removed." -msgstr "A távoli fájl nem érhető el. Az eddig letöltött részleges fájl törlésre kerül." - -#: inary/fetcher.py:330 -msgid "Server doesn't support partial downloads. Previously downloaded part of the file will be over-written." -msgstr "A szerver nem támogatja a részleges letöltést. A korábban letöltött fájl-részlet felülírásra kerül." - -#: inary/fetcher.py:400 inary/fetcher.py:421 inary/fetcher.py:434 -msgid "ftp error" -msgstr "" - -#: inary/fetcher.py:461 +#: inary/fetcher.py:287 #, fuzzy, python-brace-format msgid "{0} package found in {1} repository" msgstr "A(z) {0} csomag a(z) {1} tárolóban található" -#: inary/fetcher.py:465 +#: inary/fetcher.py:291 #, fuzzy msgid "{} package already fetched" msgstr "A(z) {} csomagot már letöltöttem" -#: inary/file.py:35 +#: inary/file.py:38 #, python-brace-format msgid "URL {0} already downloaded as {1}" msgstr "" -#: inary/file.py:41 +#: inary/file.py:44 #, fuzzy msgid "No signature found for {}" msgstr "Nem található konfiguráló szkript a cmake-hez." -#: inary/file.py:49 +#: inary/file.py:52 msgid " invalid for {}" msgstr "" -#: inary/file.py:71 +#: inary/file.py:74 msgid "uri must have type either URI or string" msgstr "Az URI típusa URI vagy sztring kell legyen." -#: inary/file.py:139 +#: inary/file.py:142 #, fuzzy msgid "Fetching {}" msgstr "{} letöltése" -#: inary/file.py:143 +#: inary/file.py:146 #, fuzzy msgid "Copying {} to transfer dir" msgstr "{} másolása a transzfer könyvtárba" -#: inary/file.py:148 +#: inary/file.py:151 #, fuzzy msgid "File '{}' not found." msgstr "A(z) {} nevű fájl nem található." -#: inary/file.py:169 +#: inary/file.py:172 #, fuzzy msgid "File integrity of {} compromised." msgstr "A(z) {} fájl sérült." -#: inary/file.py:193 +#: inary/file.py:196 msgid "File mode must be either File.read or File.write" msgstr "A fájl mód File.read vagy File.write lehet." -#: inary/file.py:198 +#: inary/file.py:201 msgid "Remote write not implemented" msgstr "A távoli írás nem lehetséges." -#: inary/file.py:251 inary/file.py:254 +#: inary/file.py:254 inary/file.py:257 #, fuzzy msgid "ERROR: gpg --detach-sig {} failed" msgstr "HIBA: gpg --detach-sig {} nem sikerült" -#: inary/mirrors.py:46 +#: inary/mirrors.py:49 #, fuzzy msgid "Mirrors file {} does not exist. Could not resolve mirrors://" msgstr "A tükröket leíró {} fájl nem létezik. Nem tudom feloldani a mirrors:// jellegű címet" -#: inary/operations/build.py:114 +#: inary/operations/build.py:116 #, fuzzy msgid "Path {} belongs in multiple packages" msgstr "A(z) {} útvonal több csomahoz is tartozik." -#: inary/operations/build.py:143 +#: inary/operations/build.py:145 msgid "Removing special file skipped for: {}" msgstr "" -#: inary/operations/build.py:192 +#: inary/operations/build.py:194 #, fuzzy msgid "Source URI: {}" msgstr "Forrás URI: {}" -#: inary/operations/build.py:196 +#: inary/operations/build.py:198 #, fuzzy msgid "Source {} not found in any active repository." msgstr "A(z) {} forrás egyik aktív tárolóban sem található." -#: inary/operations/build.py:321 +#: inary/operations/build.py:324 #, fuzzy msgid "pspec.xml avoids this package from building for '{}'" msgstr "A pspec.xml óva int a csomag {} számára való építésétől." -#: inary/operations/build.py:324 +#: inary/operations/build.py:327 #, fuzzy msgid "Building source package: {}" msgstr "INARY forráscsomag készítése: {}" -#: inary/operations/build.py:340 +#: inary/operations/build.py:343 msgid "ccache detected..." msgstr "ccache észlelve..." -#: inary/operations/build.py:342 +#: inary/operations/build.py:345 msgid "IceCream detected. Make sure your daemon is up and running..." msgstr "IceCream észlelve. Győződjön meg róla, hogy a démon működik." -#: inary/operations/build.py:376 +#: inary/operations/build.py:379 #, fuzzy msgid "Rebuilding for {}" msgstr "A(z) {} formátumfájl építése" -#: inary/operations/build.py:502 +#: inary/operations/build.py:505 msgid "Cannot find component.xml in remote directory, Source is now part of unknown component" msgstr "Nem található component.xml a távoli könyvtárban. A forrás mostantól ismeretlen komponens része." -#: inary/operations/build.py:510 +#: inary/operations/build.py:513 msgid "Cannot find component.xml in upper directory, Source is now part of unknown component" msgstr "Nem található component.xml a szülő könyvtárban. A forrás mostantól imseretlne komponens része." -#: inary/operations/build.py:524 +#: inary/operations/build.py:527 msgid "Unpacking archive(s)..." msgstr "Archívumok kicsomagolása..." -#: inary/operations/build.py:532 +#: inary/operations/build.py:535 #, fuzzy msgid " unpacked ({})" msgstr " kicsomagolva {}" -#: inary/operations/build.py:537 +#: inary/operations/build.py:540 msgid "Setting up source..." msgstr "Forrás beállítása..." -#: inary/operations/build.py:542 +#: inary/operations/build.py:545 msgid "Building source..." msgstr "Forrás építése..." -#: inary/operations/build.py:547 +#: inary/operations/build.py:550 msgid "Testing package..." msgstr "Csomag tesztelése..." -#: inary/operations/build.py:551 +#: inary/operations/build.py:554 msgid "Installing..." msgstr "Telepítés..." -#: inary/operations/build.py:630 +#: inary/operations/build.py:633 #, fuzzy, python-brace-format msgid "Unable to read Actions Script ({0}): {1}" msgstr "Az Action Script {0} nem olvasható: {1}" -#: inary/operations/build.py:633 +#: inary/operations/build.py:636 #, fuzzy, python-brace-format msgid "SyntaxError in Actions Script ({0}): {1}" msgstr "Szintaktikai hiba az Action Script-ben {0}: {1}" -#: inary/operations/build.py:661 +#: inary/operations/build.py:664 #, fuzzy, python-brace-format msgid "Unable to read SCOM script ({0}): {1}" msgstr "A SCOM script nem olvasható {0}: {1}" -#: inary/operations/build.py:664 +#: inary/operations/build.py:667 #, fuzzy, python-brace-format msgid "SyntaxError in SCOM file ({0}): {1}" msgstr "Szintaktikai hiba a SCOM fájlban {0}: {1}" -#: inary/operations/build.py:698 +#: inary/operations/build.py:701 #, fuzzy, python-brace-format msgid "Sandbox violation: {0} ({1} -> {2})" msgstr "Sandbox violation: {0} ({1} -> {2})" -#: inary/operations/build.py:714 inary/util.py:525 +#: inary/operations/build.py:717 inary/util/file_utils.py:277 #, fuzzy msgid "ERROR: WorkDir ({}) does not exist\n" msgstr "HIBA: A(z) {} munkakönyvtár nem létezik.\n" -#: inary/operations/build.py:724 +#: inary/operations/build.py:727 msgid "Sandbox enabled build..." msgstr "Sandbox enabled build..." -#: inary/operations/build.py:748 +#: inary/operations/build.py:751 msgid "Sandbox violation result:" msgstr "Sandbox violation result:" -#: inary/operations/build.py:753 +#: inary/operations/build.py:756 msgid "Sandbox violations!" msgstr "Sandbox violations!" -#: inary/operations/build.py:759 +#: inary/operations/build.py:762 #, fuzzy msgid "unable to call function from actions: {}" msgstr "unable to call function from actions: {}" -#: inary/operations/build.py:772 +#: inary/operations/build.py:775 #, python-brace-format msgid "Source package '{0}' defines a relative 'Path' element: {1}" msgstr "" -#: inary/operations/build.py:776 +#: inary/operations/build.py:779 #, python-brace-format msgid "Source package '{0}' defines multiple 'Path' tags for {1}" msgstr "" -#: inary/operations/build.py:804 +#: inary/operations/build.py:807 msgid "Safety switch: following extra packages in system.devel will be installed: " msgstr "Biztonsági kapcsoló: a következő extra csomagok telepítésre kerülnek a system.devel-ből: " -#: inary/operations/build.py:809 +#: inary/operations/build.py:812 msgid "Safety switch: the component system.devel cannot be found" msgstr "Biztonsági kapcsoló: a system.devel komponens nem található" -#: inary/operations/build.py:818 +#: inary/operations/build.py:821 msgid "Unsatisfied Build Dependencies:" msgstr "Teljesíthetetlen függőségek:" -#: inary/operations/build.py:822 +#: inary/operations/build.py:825 msgid "Cannot build package due to unsatisfied build dependencies" msgstr "A csomag nem készíthető el teljesítetlen függőségek miatt" -#: inary/operations/build.py:827 +#: inary/operations/build.py:830 #, fuzzy msgid "Build dependency {} cannot be satisfied" msgstr "A(z) {} build függőséget nem lehet teljesíteni" -#: inary/operations/build.py:829 +#: inary/operations/build.py:832 msgid "Do you want to install the unsatisfied build dependencies" msgstr "Akarja telepíteni a hiányzó függőségeket?" -#: inary/operations/build.py:830 +#: inary/operations/build.py:833 msgid "Installing build dependencies." msgstr "Build függőségek telepítése." -#: inary/operations/build.py:836 +#: inary/operations/build.py:839 msgid "Ignoring build dependencies." msgstr "Build függőségek kihagyása." -#: inary/operations/build.py:846 +#: inary/operations/build.py:849 #, fuzzy msgid "Patch file is missing: {}\n" msgstr "Patch fájl nincs meg: {}\n" -#: inary/operations/build.py:848 +#: inary/operations/build.py:851 #, fuzzy msgid "Patch file is empty: {}" msgstr "Patch fájl nincs meg: {}\n" -#: inary/operations/build.py:864 +#: inary/operations/build.py:867 #, fuzzy msgid "Applying patch: {}" msgstr "* Patch alkalmazása: {}" -#: inary/operations/build.py:985 +#: inary/operations/build.py:993 +#, fuzzy, python-format +msgid "No user named '%s' found on the system" +msgstr "Nincs {} nevű felhasználó a rendszerben" + +#: inary/operations/build.py:999 +#, fuzzy, python-format +msgid "No group named '%s' found on the system" +msgstr "Nincs {} nevű csoport a rendszerben" + +#: inary/operations/build.py:1006 +#, fuzzy, python-format +msgid "No group named '%s' (value guessed from owner) found on the system" +msgstr "Nincs {} nevű csoport a rendszerben" + +#: inary/operations/build.py:1015 #, fuzzy msgid "/{} has suid bit set" msgstr "/{} suid bit beállítva" -#: inary/operations/build.py:1077 +#: inary/operations/build.py:1094 #, fuzzy msgid "There are abandoned files under the install dir ({}):" msgstr "Gazdátlan fájlok vannak a telepítési könyvtár {}:" -#: inary/operations/build.py:1113 +#: inary/operations/build.py:1130 #, fuzzy msgid "Ignoring empty package {}" msgstr "% üres csomag figyelmen kívül hagyása" -#: inary/operations/build.py:1116 +#: inary/operations/build.py:1133 #, fuzzy msgid "Building package: {}" msgstr "{} csomag elkészítése" -#: inary/operations/build.py:1133 inary/operations/delta.py:56 +#: inary/operations/build.py:1150 inary/operations/delta.py:58 #, fuzzy msgid "Creating {}..." msgstr "{} létrehozása..." -#: inary/operations/build.py:1182 +#: inary/operations/build.py:1199 msgid "Cleaning build directory..." msgstr "Átmeneti könyvtár tisztítása..." -#: inary/operations/build.py:1185 +#: inary/operations/build.py:1202 msgid "Keeping build directory" msgstr "Átmeneti könyvtár megőrzése" -#: inary/operations/build.py:1275 +#: inary/operations/build.py:1292 msgid "Action script error caught." msgstr "" -#: inary/operations/build.py:1279 +#: inary/operations/build.py:1296 #, python-format msgid "*** %d error(s), %d warning(s)" msgstr "*** hibák száma %d, figyelmeztetések száma %d" -#: inary/operations/build.py:1362 +#: inary/operations/build.py:1379 msgid "Last state was '{}'" msgstr "" -#: inary/operations/delta.py:43 +#: inary/operations/delta.py:45 #, fuzzy, python-brace-format msgid "The file '{0}' belongs to a different package other than '{1}'. Skipping it..." msgstr "A {0} fájl nem tartozik a '{1}' csomagokhoz. Kihagyjuk..." -#: inary/operations/delta.py:47 +#: inary/operations/delta.py:49 #, fuzzy msgid "Package '{}' has the same release number with the new package. Skipping it..." msgstr "{} csomag kiadási száma az újjal megegyezik. Kihagyjuk..." -#: inary/operations/delta.py:66 +#: inary/operations/delta.py:68 #, fuzzy msgid "All files in the package '{}' are different from the files in the new package. Skipping it..." msgstr "{} csomag kiadási száma az újjal megegyezik. Kihagyjuk..." -#: inary/operations/delta.py:108 +#: inary/operations/delta.py:110 #, fuzzy msgid "New package '{}' exists in the list of old packages. Skipping it..." msgstr "{} új csomag található a régi csomagok listáján. Kihagyjuk..." -#: inary/operations/emerge.py:35 +#: inary/operations/emerge.py:37 msgid "No packages to emerge." msgstr "Nincsenek beépíthető csomagok." -#: inary/operations/emerge.py:50 +#: inary/operations/emerge.py:52 msgid "" "The following list of packages will be installed\n" "from repository in the respective order to satisfy dependencies:\n" @@ -3169,7 +3220,7 @@ msgstr "" "Az alábbiakban kilistázott csomagok telepítésre kerülnek\n" "a tárolóból, a függőségek teljesítése érdekében a megfelelő sorrendben:\n" -#: inary/operations/emerge.py:53 +#: inary/operations/emerge.py:55 msgid "" "The following list of packages will be built and\n" "installed in the respective order to satisfy dependencies:\n" @@ -3177,26 +3228,26 @@ msgstr "" "A következőkben kilistázott csomagok felépítésre és telepítésre kerülnek,\n" "különös tekintettel a megfelelő sorrendre, a függőségek teljesítése érdekében:\n" -#: inary/operations/emerge.py:61 inary/operations/install.py:83 +#: inary/operations/emerge.py:63 inary/operations/install.py:85 msgid "There are extra packages due to dependencies. Do you want to continue?" msgstr "További csomagok telepítése szükséges a függőségek miatt. Kívánja folytatni?" -#: inary/operations/emerge.py:95 +#: inary/operations/emerge.py:97 #, fuzzy msgid "Cannot find source package: {}" msgstr "A forráscsomag nem található: {}" -#: inary/operations/helper.py:51 +#: inary/operations/helper.py:52 #, fuzzy msgid "Selected packages [{}] are in conflict with each other." msgstr "A kiválasztott csomagok [{}] ütköznek egymással." -#: inary/operations/helper.py:56 +#: inary/operations/helper.py:57 #, fuzzy, python-brace-format msgid "[{0} conflicts with: {1}]\n" msgstr "[{0} ütközik {1} csomaggal]\n" -#: inary/operations/helper.py:58 +#: inary/operations/helper.py:59 #, fuzzy msgid "" "The following packages have conflicts:\n" @@ -3205,46 +3256,46 @@ msgstr "" "A következő csomagokban ütközések találhatók:\n" "{}" -#: inary/operations/helper.py:60 +#: inary/operations/helper.py:61 msgid "Remove the following conflicting packages?" msgstr "Eltávolítsam az alábbi ütköző csomagokat?" -#: inary/operations/helper.py:61 +#: inary/operations/helper.py:62 msgid "Conflicting packages should be removed to continue" msgstr "Az ütköző csomagokat el kell távolítani a folytatáshoz" -#: inary/operations/history.py:84 inary/operations/history.py:94 +#: inary/operations/history.py:87 inary/operations/history.py:97 #, fuzzy msgid "{} could not be found" msgstr "{} nem található" -#: inary/operations/history.py:97 inary/package.py:106 -#: inary/sourcearchive.py:119 +#: inary/operations/history.py:100 inary/package.py:109 +#: inary/sourcearchive.py:124 #, fuzzy msgid "{} [cached]" msgstr "{} [a gyorsítótárban]" -#: inary/operations/history.py:145 +#: inary/operations/history.py:148 msgid "Following packages will be installed:\n" msgstr "A következő csomagok telepítve lesznek:\n" -#: inary/operations/history.py:148 +#: inary/operations/history.py:151 msgid "Following packages will be removed:\n" msgstr "A következő csomagok eltávolításra kerülnek:\n" -#: inary/operations/history.py:150 inary/operations/history.py:164 -#: inary/operations/install.py:214 inary/operations/remove.py:73 -#: inary/operations/upgrade.py:194 +#: inary/operations/history.py:153 inary/operations/history.py:167 +#: inary/operations/install.py:216 inary/operations/remove.py:76 +#: inary/operations/upgrade.py:196 msgid "Do you want to continue?" msgstr "Kívánja folytatni?" -#: inary/operations/history.py:156 inary/operations/install.py:97 -#: inary/operations/upgrade.py:205 +#: inary/operations/history.py:159 inary/operations/install.py:99 +#: inary/operations/upgrade.py:207 #, python-format msgid "Downloading %d / %d" msgstr "Letöltés %d / %d" -#: inary/operations/history.py:162 +#: inary/operations/history.py:165 msgid "" "\n" "Following packages could not be found in repositories and are not cached:\n" @@ -3252,82 +3303,87 @@ msgstr "" "\n" "A következő csomagok nem találhatók a tárolókban sem a gyorsítótárban:\n" -#: inary/operations/info.py:34 +#: inary/operations/info.py:35 #, fuzzy msgid "File {} not found" msgstr "A(z) {} fájl nem található" -#: inary/operations/install.py:47 inary/operations/install.py:149 +#: inary/operations/install.py:49 inary/operations/install.py:151 msgid "The following package(s) are already installed and are not going to be installed again:" msgstr "A következő csomag(ok) már telepítve vannak, nem lesznek újratelepítve:" -#: inary/operations/install.py:53 inary/operations/install.py:227 +#: inary/operations/install.py:55 inary/operations/install.py:229 msgid "No packages to install." msgstr "Nincs telepítendő csomag." -#: inary/operations/install.py:71 +#: inary/operations/install.py:73 msgid "Following packages will be installed:" msgstr "A következő csomagok lesznek telepítve:" -#: inary/operations/install.py:76 inary/operations/upgrade.py:181 +#: inary/operations/install.py:78 inary/operations/upgrade.py:183 #, python-format msgid "Total size of package(s): %.2f %s" msgstr "A csomagok teljes mérete: %.2f %s" -#: inary/operations/install.py:116 inary/operations/upgrade.py:219 +#: inary/operations/install.py:118 inary/operations/upgrade.py:221 #, python-format msgid "Installing %d / %d" msgstr "Telepítés %d / %d" -#: inary/operations/install.py:136 +#: inary/operations/install.py:138 msgid "Mixing file names and package names not supported yet." msgstr "Csomagok és fájlnevek vegyes használata még nem támogatott." -#: inary/operations/install.py:180 +#: inary/operations/install.py:182 #, fuzzy, python-brace-format msgid "Package {0} is not compatible with your distribution release {1} {2}." msgstr "A(z) {0} csomag nem kompatíbilis az ön disztribúciójának kiadásával: {1} {2}." -#: inary/operations/install.py:184 +#: inary/operations/install.py:186 #, fuzzy, python-brace-format msgid "Package {0} ({1}) is not compatible with your {2} architecture." msgstr "A(z) {0} {1} csomag nem kompatíbilis az ön számítógépének kiépítésével {2}." -#: inary/operations/install.py:206 +#: inary/operations/install.py:208 #, fuzzy msgid "External dependencies not satisfied: {}" msgstr "Egy külső függőség nincs teljesítve: {}" -#: inary/operations/install.py:211 +#: inary/operations/install.py:213 msgid "The following packages will be installed in order to satisfy dependencies:" msgstr "A következő csomagok kerülnek telepítésre, a függőségeknek megfelelő sorrendben:" -#: inary/operations/install.py:215 +#: inary/operations/install.py:217 msgid "External dependencies not satisfied" msgstr "A külső föggőségek nem teljesülnek" -#: inary/operations/install.py:258 +#: inary/operations/install.py:260 msgid "Installation order: " msgstr "Telepítési sorrend: " -#: inary/operations/remove.py:44 +#: inary/operations/install.py:275 +#, fuzzy +msgid "Checking dependencies for install..." +msgstr "A következő csomagok lesznek telepítve:" + +#: inary/operations/remove.py:47 msgid "Safety switch prevents the removal of following packages:\n" msgstr "A biztonsági kapcsoló nem teszi lehetővé a következő csomagok eltávolítását:\n" -#: inary/operations/remove.py:49 inary/operations/upgrade.py:392 +#: inary/operations/remove.py:52 inary/operations/upgrade.py:394 msgid "Safety switch: The component system.base cannot be found." msgstr "Biztonsági kapcsoló: A system.base komponens nem található." -#: inary/operations/remove.py:56 +#: inary/operations/remove.py:59 #, fuzzy msgid "Package {} does not exist. Cannot remove." msgstr "A(z) {} csomag nem létezik. Nem tudom eltávolítani." -#: inary/operations/remove.py:60 +#: inary/operations/remove.py:63 msgid "No packages to remove." msgstr "Nincsenek eltávolítandó csomagok." -#: inary/operations/remove.py:69 +#: inary/operations/remove.py:72 msgid "" "The following list of packages will be removed\n" "in the respective order to satisfy dependencies:\n" @@ -3335,97 +3391,97 @@ msgstr "" "Az al ábbiakban felsorolt csomagok eltávolításra kerülnek,\n" "a függőségeknek megfelelő sorrendben:\n" -#: inary/operations/remove.py:74 +#: inary/operations/remove.py:77 msgid "Package removal declined" msgstr "Csomageltávolítás visszavonva." -#: inary/operations/remove.py:91 +#: inary/operations/remove.py:94 #, fuzzy msgid "Package {} is not installed. Cannot remove." msgstr "A(z) {} csomag nincs telepítve. Nem tudom eltávolítani." -#: inary/operations/remove.py:126 +#: inary/operations/remove.py:129 msgid "Conflicts remain" msgstr "Ütközések maradtak" -#: inary/operations/remove.py:134 +#: inary/operations/remove.py:137 msgid "Obsoleted packages remaining" msgstr "Elavult csomagok maradnak" -#: inary/operations/remove.py:138 +#: inary/operations/remove.py:141 msgid "Replaced package remains" msgstr "Lecserélt csomagok mardnak" -#: inary/operations/upgrade.py:52 +#: inary/operations/upgrade.py:54 msgid "You must restart the following service(s) manually for the updated software to take effect:" msgstr "Indítsa újra a következő szolgáltatásokat, hogy a frissítések életbe lépjenek:" -#: inary/operations/upgrade.py:59 +#: inary/operations/upgrade.py:61 msgid "You must restart your system for the updates in the following package(s) to take effect:" msgstr "Indítsa újra a rendszert, hogy az alábbi csomagok frissítései életbe lépjenek:" -#: inary/operations/upgrade.py:84 +#: inary/operations/upgrade.py:86 msgid "Warning: package *name* ends with '.inary'" msgstr "Figyelem: a csomagok *neve* '.inary'-re végződik" -#: inary/operations/upgrade.py:87 +#: inary/operations/upgrade.py:89 #, fuzzy msgid "Package {} is not installed." msgstr "A(z) {} csomag nincs telepítve." -#: inary/operations/upgrade.py:91 +#: inary/operations/upgrade.py:93 #, fuzzy msgid "Package {} is not available in repositories." msgstr "A(z) {} csomag nincs a tárolókban." -#: inary/operations/upgrade.py:114 +#: inary/operations/upgrade.py:116 #, fuzzy, python-brace-format msgid "Package {0.name} is already at the latest release {0.release}." msgstr "A(z) {0.name} csomag már a legfrissebb verziójú: {0.release}." -#: inary/operations/upgrade.py:118 +#: inary/operations/upgrade.py:120 #, fuzzy msgid "The following packages have different sha1sum:" msgstr "" "A következő csomagokban ütközések találhatók:\n" "{}" -#: inary/operations/upgrade.py:176 +#: inary/operations/upgrade.py:178 msgid "The following packages will be upgraded:" msgstr "A következő csomagok lesznek frissítve:" -#: inary/operations/upgrade.py:187 +#: inary/operations/upgrade.py:189 msgid "There are extra packages due to dependencies." msgstr "A függőségek miatt további csomagok csomagok telepítése szükséges." -#: inary/operations/upgrade.py:267 +#: inary/operations/upgrade.py:269 #, fuzzy, python-brace-format msgid "Dependency {0} of {1} cannot be satisfied" msgstr "A(z) {0}, mint a(z) {1} csomag függősége, nem teljesíthető" -#: inary/operations/upgrade.py:268 +#: inary/operations/upgrade.py:270 msgid "Upgrade is not possible." msgstr "A frissítés nem lehetséges." -#: inary/operations/upgrade.py:362 +#: inary/operations/upgrade.py:364 msgid "Safety switch forces the installation of following packages:" msgstr "A következő csomagok biztonsági kapcsolóval kényszerített telepítése:" -#: inary/operations/upgrade.py:380 +#: inary/operations/upgrade.py:382 msgid "Safety switch forces the upgrade of following packages:" msgstr "A biztonsági kapcsoló kényszeríti a következő csomagok frissítését:" -#: inary/package.py:68 +#: inary/package.py:71 #, fuzzy msgid "Cannot open package file: {}" msgstr "A csomagfájl nem található: {}" -#: inary/package.py:89 +#: inary/package.py:92 #, fuzzy msgid "Unsupported package format: {}" msgstr "Nem támogatott csomagformátum: {}" -#: inary/package.py:103 +#: inary/package.py:106 #, fuzzy msgid "" "There was a problem while fetching '{}'.\n" @@ -3434,27 +3490,27 @@ msgstr "" "Hiba történt a(z) {} letöltése során.\n" "Lehet, hogy a csomagot frissíteni kéne. Kérem, próbálja meg frissíteni a csomagot." -#: inary/scenarioapi/package.py:67 +#: inary/scenarioapi/package.py:69 #, fuzzy msgid "No inary package: {}* found." msgstr "Nem található {}* inary csomag." -#: inary/scenarioapi/repoops.py:28 +#: inary/scenarioapi/repoops.py:30 #, fuzzy msgid "Repo already has package named {}." msgstr "A tároló már tartalmaz egy {} nevű csomagot." -#: inary/scenarioapi/repoops.py:52 inary/scenarioapi/repoops.py:59 +#: inary/scenarioapi/repoops.py:54 inary/scenarioapi/repoops.py:61 #, fuzzy msgid "Repo does not have package named {}." msgstr "A tároló nem tartalmaz {} nevű csomagot." -#: inary/scomiface.py:32 +#: inary/scomiface.py:35 #, fuzzy msgid "scom-api package is not fully installed" msgstr "a scom-api csomag nincs teljesen telepítve" -#: inary/scomiface.py:89 +#: inary/scomiface.py:98 #, fuzzy msgid "" "Cannot connect to SCOM: \n" @@ -3463,331 +3519,355 @@ msgstr "" "Nem tudokkapcsolódni a SCOM-hoz:\n" " {}\n" -#: inary/scomiface.py:97 +#: inary/scomiface.py:106 #, fuzzy msgid "Configuring {} package" msgstr "A(z) {} csomag beállítása" -#: inary/scomiface.py:103 +#: inary/scomiface.py:112 #, fuzzy msgid "SCOM package updated. From now on, using new SCOM daemon." msgstr "A SCOM csomag frissítésre került. Mostantól az új SCOM démont használjuk." -#: inary/scomiface.py:110 +#: inary/scomiface.py:119 #, fuzzy msgid "Registering {} scom script" msgstr "A(z) {} scom parancsfájl regisztrálása" -#: inary/scomiface.py:119 inary/scomiface.py:124 inary/scomiface.py:137 -#: inary/scomiface.py:153 inary/scomiface.py:172 inary/scomiface.py:183 -#: inary/scomiface.py:205 inary/scomiface.py:216 inary/scomiface.py:223 +#: inary/scomiface.py:128 inary/scomiface.py:133 inary/scomiface.py:146 +#: inary/scomiface.py:162 inary/scomiface.py:181 inary/scomiface.py:192 +#: inary/scomiface.py:214 inary/scomiface.py:225 inary/scomiface.py:232 #, fuzzy msgid "Script error: {}" msgstr "Parancsfájl hiba: {}" -#: inary/scomiface.py:126 +#: inary/scomiface.py:135 msgid "Calling post install handlers" msgstr "Telepítés utáni műveletek indítása" -#: inary/scomiface.py:145 +#: inary/scomiface.py:154 msgid "Running package's post install script" msgstr "A csomag telepítés utáni parancsainak futtatása" -#: inary/scomiface.py:159 +#: inary/scomiface.py:168 #, fuzzy msgid "Running pre removal operations for {}" msgstr "{} eltávolításának előkészítése" -#: inary/scomiface.py:165 +#: inary/scomiface.py:174 msgid "Running package's pre remove script" msgstr "A csomag eltávolítás előtti parancsainak futtatása" -#: inary/scomiface.py:174 +#: inary/scomiface.py:183 msgid "Calling pre remove handlers" msgstr "Az eltávolítást előkészítő parancsok indítása" -#: inary/scomiface.py:189 +#: inary/scomiface.py:198 #, fuzzy msgid "Running post removal operations for {}" msgstr "{} eltávolítás utáni műveleteinek futtatása" -#: inary/scomiface.py:198 +#: inary/scomiface.py:207 msgid "Running package's postremove script" msgstr "A csomag eltávolítás utáni parancsainak futtatása" -#: inary/scomiface.py:207 +#: inary/scomiface.py:216 msgid "Calling post remove handlers" msgstr "Eltávolítás utáni parancsok indítása" -#: inary/scomiface.py:218 +#: inary/scomiface.py:227 #, fuzzy msgid "Unregistering scom scripts" msgstr "Scom parancsfájl bejegyzésének eltávolítása" -#: inary/sourcearchive.py:62 +#: inary/sourcearchive.py:67 #, fuzzy msgid "Fetching source from: {}" msgstr "A forrás letöltése innen: {}" -#: inary/sourcearchive.py:75 +#: inary/sourcearchive.py:80 #, fuzzy, python-brace-format msgid "" "\n" "Source archive is stored: {0}/{1}" msgstr "A forrás csomag eltárolva: {0}/{1}" -#: inary/sourcearchive.py:80 +#: inary/sourcearchive.py:85 #, fuzzy msgid "Trying fallback address: {}" msgstr "Próbálom a tartalék címet: {}" -#: inary/sourcearchive.py:87 +#: inary/sourcearchive.py:92 msgid "No such file or no permission to read" msgstr "" -#: inary/sourcearchive.py:99 +#: inary/sourcearchive.py:104 #, fuzzy msgid "{} mirrors are not defined." msgstr "{} nevű tükörkiszolgálók nincsenek definiálva." -#: inary/sourcearchive.py:104 +#: inary/sourcearchive.py:109 #, fuzzy msgid "Fetching source from mirror: {}" msgstr "Forrás letöltése egy tükörszerverről: {}" -#: inary/sourcearchive.py:110 +#: inary/sourcearchive.py:115 #, fuzzy msgid "Could not fetch source from {} mirrors." msgstr "Nem tudom letölteni a forrás a(z) {} tükörkiszolgálóról." -#: inary/sourcearchive.py:128 +#: inary/sourcearchive.py:133 msgid "unpack: check_file_hash failed" msgstr "kicsomagolás: check_file_hash művelet sikertelen" -#: inary/sourcearchive.py:133 +#: inary/sourcearchive.py:138 #, fuzzy, python-brace-format msgid "Unknown archive type '{0}' is given for '{1}'." msgstr "{0} ismeretlen arhívumtípus lett megadva ehhez: '{1}'." -#: inary/sourcearchive.py:135 +#: inary/sourcearchive.py:140 msgid "Inary needs {} to unpack this archive but it is not installed." msgstr "" -#: inary/sxml/autoxml.py:77 +#: inary/sxml/autoxml.py:79 #, fuzzy msgid "At least one '{}' tag should have local text" msgstr "Legalább az egyik {} címkének 'localtext'-et kell tartalmaznia." -#: inary/sxml/autoxml.py:83 +#: inary/sxml/autoxml.py:85 #, fuzzy, python-brace-format msgid "'{0}' language of tag '{1}' is empty" msgstr "A(z) {0} nyelvi megjelölés a(z) '{1}' címkén üres." -#: inary/sxml/autoxml.py:110 +#: inary/sxml/autoxml.py:112 msgid "LocalText: unable to get either current or default locale" msgstr "LocalText: nem állapítható meg sem az aktuális, sem az alapértelmezett területi beállítás." -#: inary/sxml/autoxml.py:116 inary/sxml/autoxml.py:131 +#: inary/sxml/autoxml.py:118 inary/sxml/autoxml.py:133 msgid "Tag should have at least the current locale, or failing that an English or Turkish version" msgstr "A címkének legalább az aktuális területi beállítást tartalmaznia kell, vagy hiba esetére egy angol, vagy török verziót" -#: inary/sxml/autoxml.py:365 +#: inary/sxml/autoxml.py:367 #, fuzzy msgid "autoxml.check: '{}' errors" msgstr "autoxml.check: {} hiba" -#: inary/sxml/autoxml.py:421 inary/sxml/autoxml.py:431 +#: inary/sxml/autoxml.py:423 inary/sxml/autoxml.py:433 #, fuzzy msgid "autoxml.parse: String '{}' has errors" msgstr "autoxml.parse: A(z) {} sztring hibákat tartalmaz" -#: inary/sxml/autoxml.py:445 inary/sxml/autoxml.py:455 +#: inary/sxml/autoxml.py:447 inary/sxml/autoxml.py:457 #, fuzzy msgid "autoxml.read: File '{}' has errors" msgstr "autoxml.read: A(z) {} fájl hibákat tartalmaz" -#: inary/sxml/autoxml.py:463 +#: inary/sxml/autoxml.py:465 msgid "autoxml.write: object validation has failed" msgstr "autoxml.write: az objektum ellenőrzés nem sikerült." -#: inary/sxml/autoxml.py:471 +#: inary/sxml/autoxml.py:473 #, fuzzy msgid "autoxml.write: File encoding '{}' has errors" msgstr "autoxml.write: A fájl-kódolás {} hibákat tartalmaz" -#: inary/sxml/autoxml.py:521 +#: inary/sxml/autoxml.py:523 #, fuzzy msgid "gen_tag: unrecognized tag type {} in spec" msgstr "gen_tag: ismeretlen a megadott {} címketípus" -#: inary/sxml/autoxml.py:571 inary/sxml/autoxml.py:582 +#: inary/sxml/autoxml.py:573 inary/sxml/autoxml.py:584 #, fuzzy msgid "Mandatory variable {} not available" msgstr "Alapvető változó {} nem található" -#: inary/sxml/autoxml.py:652 +#: inary/sxml/autoxml.py:654 msgid "Type mismatch: read text cannot be decoded" msgstr "Típushiba: a beolvasott szöveget nem lehet dekódolni" -#: inary/sxml/autoxml.py:656 inary/sxml/autoxml.py:665 +#: inary/sxml/autoxml.py:658 inary/sxml/autoxml.py:667 #, fuzzy msgid "Mandatory token {} not available" msgstr "Alapvető token {} nem taláható" -#: inary/sxml/autoxml.py:670 +#: inary/sxml/autoxml.py:672 #, fuzzy, python-brace-format msgid "Type mismatch. Expected {0}, got {1}" msgstr "Típushiba: {0}-t vártam, {1}-t kaptam" -#: inary/sxml/autoxml.py:699 inary/sxml/autoxml.py:819 +#: inary/sxml/autoxml.py:701 inary/sxml/autoxml.py:821 msgid "Type mismatch: DOM cannot be decoded" msgstr "Típushiba: a DOM nem dekódolható" -#: inary/sxml/autoxml.py:702 inary/sxml/autoxml.py:718 -#: inary/sxml/autoxml.py:732 inary/sxml/autoxml.py:822 -#: inary/sxml/autoxml.py:836 inary/sxml/autoxml.py:850 +#: inary/sxml/autoxml.py:704 inary/sxml/autoxml.py:720 +#: inary/sxml/autoxml.py:734 inary/sxml/autoxml.py:824 +#: inary/sxml/autoxml.py:838 inary/sxml/autoxml.py:852 msgid "Mandatory argument not available" msgstr "Alapvető argumentum nem található" -#: inary/sxml/autoxml.py:715 inary/sxml/autoxml.py:833 +#: inary/sxml/autoxml.py:717 inary/sxml/autoxml.py:835 msgid "Object cannot be encoded" msgstr "Az objektum nem kódolható" -#: inary/sxml/autoxml.py:729 inary/sxml/autoxml.py:847 +#: inary/sxml/autoxml.py:731 inary/sxml/autoxml.py:849 msgid "Object cannot be formatted" msgstr "Az objektum nem formázható" -#: inary/sxml/autoxml.py:745 +#: inary/sxml/autoxml.py:747 msgid "List type must contain only one element" msgstr "A lista típus csak egy elemet tartalmazhat" -#: inary/sxml/autoxml.py:758 inary/sxml/autoxml.py:778 +#: inary/sxml/autoxml.py:760 inary/sxml/autoxml.py:780 #, fuzzy, python-brace-format msgid "Mandatory list \"{0}\" under \"{1}\" node is empty." msgstr "Üres az alapvető \"{0}\" lista a(z) \"{1}\" node alatt." -#: inary/sxml/xmlext_iks.py:81 inary/sxml/xmlext_minidom.py:96 +#: inary/sxml/xmlext_iks.py:91 inary/sxml/xmlext_minidom.py:109 msgid "getNodeText: Expected text node, got something else!" msgstr "getNodeText: Szöveges node-ot vártam, de valami mást kaptam!" -#: inary/sxml/xmlext_minidom.py:45 inary/sxml/xmlfile_minidom.py:89 +#: inary/sxml/xmlext_minidom.py:49 inary/sxml/xmlext_minidom.py:56 +#: inary/sxml/xmlfile_minidom.py:92 #, fuzzy msgid "File '{}' has invalid XML: {}\n" msgstr "A(z) {} fájl hibás XML adatot tartalmaz" -#: inary/sxml/xmlfile_iks.py:62 inary/sxml/xmlfile_iks.py:87 -#: inary/sxml/xmlfile_minidom.py:64 +#: inary/sxml/xmlfile_iks.py:65 inary/sxml/xmlfile_iks.py:90 +#: inary/sxml/xmlfile_minidom.py:67 #, fuzzy msgid "File '{}' has invalid XML" msgstr "A(z) {} fájl hibás XML adatot tartalmaz" -#: inary/sxml/xmlfile_iks.py:72 inary/sxml/xmlfile_minidom.py:74 +#: inary/sxml/xmlfile_iks.py:75 inary/sxml/xmlfile_minidom.py:77 #, python-brace-format msgid "Cannot read URI {0}: {1}" msgstr "" -#: inary/uri.py:78 +#: inary/uri.py:80 msgid "setAuthInfo needs a tuple (user, pass)" msgstr "a setAuthInfo bemenete egy tuple (user, pass)" -#: inary/util.py:189 inary/util.py:201 -msgid "Running " -msgstr "Folyamatban" - -#: inary/util.py:193 inary/util.py:219 -#, fuzzy, python-brace-format -msgid "return value for \"{0}\" is {1}" -msgstr "\"{0}\" visszatéréis értéke {1}" - -#: inary/util.py:393 +#: inary/util/file_utils.py:145 #, fuzzy msgid "Including external link '{}'" msgstr "A(z) {} külső hivatkozás hozzáadva" -#: inary/util.py:395 +#: inary/util/file_utils.py:147 #, fuzzy msgid "Including directory '{}'" msgstr "A(z) {} könyvtár hozzáadva" -#: inary/util.py:481 +#: inary/util/file_utils.py:233 msgid "You don't have necessary read permissions" msgstr "" -#: inary/util.py:483 +#: inary/util/file_utils.py:235 #, fuzzy -msgid "Cannot calculate SHA1 hash of {}" +msgid "Cannot calculate SHA1 hash of {}: {}" msgstr "Nem tudom kiszámítani {} SHA1 értékét" -#: inary/util.py:495 +#: inary/util/file_utils.py:247 #, fuzzy msgid "Compression type is not valid: '{}'" msgstr "Tömörítési típus érvénytelen: {}" -#: inary/util.py:501 +#: inary/util/file_utils.py:253 #, fuzzy, python-brace-format msgid "Error while decompressing {0}: {1}" msgstr "Hiba a {0} kicsomagolása közben: {1}" -#: inary/util.py:579 +#: inary/util/file_utils.py:331 #, fuzzy msgid "ERROR: patch ({}) failed" msgstr "HIBA: a patch {} alkalmazása nem sikerült" -#: inary/util.py:581 +#: inary/util/file_utils.py:333 #, fuzzy, python-brace-format msgid "ERROR: patch ({0}) failed: {1}" msgstr "HIBA: a patch ({0}) alkalmazása nem sikerült: {1}" -#: inary/util.py:591 +#: inary/util/file_utils.py:343 #, fuzzy msgid "strip command failed for file '{}'!" msgstr "A strip parancsot nem tudtam végrehajtani a(z) {} fájlon!" -#: inary/util.py:598 +#: inary/util/file_utils.py:350 #, fuzzy msgid "chrpath command failed for file '{}'!" msgstr "A chrpath parancsot nem tudtam végrehajtani a(z) {} fájlon!" -#: inary/util.py:605 +#: inary/util/file_utils.py:357 #, fuzzy msgid "objcopy (keep-debug) command failed for file '{}'!" msgstr "Az objcopy (keep-debug) parancsot nem tudtam végrehajtani a(z) {} fájlon!" -#: inary/util.py:611 +#: inary/util/file_utils.py:363 #, fuzzy msgid "objcopy (add-debuglink) command failed for file '{}'!" msgstr "Az objcopy (add-debuglink) parancsot nem tudtam végrehajtani a(z) {} fájlon!" -#: inary/util.py:616 +#: inary/util/file_utils.py:368 #, python-brace-format msgid "file command failed with return code {0} for file: {1}" msgstr "" -#: inary/util.py:617 +#: inary/util/file_utils.py:369 msgid "" "Output:\n" "{}" msgstr "" -#: inary/util.py:707 +#: inary/util/package_utils.py:92 #, fuzzy msgid "Invalid package name: {}" msgstr "Érvénytelen csomagnév: {}" -#: inary/util.py:752 +#: inary/util/package_utils.py:137 #, fuzzy msgid "Invalid delta package name: {}" msgstr "Érvénytelen deltacsomagnév: {}" -#: inary/util.py:956 -msgid "Module: \"subprocess\" can not import" -msgstr "" +#: inary/util/process_utils.py:40 inary/util/process_utils.py:52 +msgid "Running " +msgstr "Folyamatban" + +#: inary/util/process_utils.py:44 inary/util/process_utils.py:70 +#, fuzzy, python-brace-format +msgid "return value for \"{0}\" is {1}" +msgstr "\"{0}\" visszatéréis értéke {1}" -#: inary/version.py:64 +#: inary/version.py:66 #, fuzzy msgid "Invalid version string: '{}'" msgstr "Érvénytelen verzió-sztring: {}" +#, fuzzy +#~ msgid "Operation #{0}: {1}" +#~ msgstr "Művelet #{0}: {1}" + +#~ msgid "Date: {0.date} {0.time}" +#~ msgstr "Dátum: {0.date} {0.time}" + +#, fuzzy +#~ msgid "File '{0}' has invalid XML: {1}" +#~ msgstr "A(z) {} fájl hibás XML adatot tartalmaz" + +#, fuzzy +#~ msgid "" +#~ "Could not fetch destination file: \"{0}\" \n" +#~ "Raised Value error: \"{1}\"" +#~ msgstr "Nem tudom letölteni a célfájlt \"{0}\": {1}" + +#, fuzzy +#~ msgid "Could not fetch destination file: \"{0}\"; (\"{1}\"): \"{2}\"" +#~ msgstr "Nem tudom letölteni a célfájlt \"{0}\"; \"{1}\": {2}" + +#~ msgid "Remote file can not be reached. Previously downloaded part of the file will be removed." +#~ msgstr "A távoli fájl nem érhető el. Az eddig letöltött részleges fájl törlésre kerül." + +#~ msgid "Server doesn't support partial downloads. Previously downloaded part of the file will be over-written." +#~ msgstr "A szerver nem támogatja a részleges letöltést. A korábban letöltött fájl-részlet felülírásra kerül." + #, fuzzy #~ msgid "Cleaning files database folder... " #~ msgstr "Átmeneti könyvtár tisztítása..." @@ -3802,21 +3882,12 @@ msgstr "Érvénytelen verzió-sztring: {}" #~ msgid "INARY package" #~ msgstr "INARY csomag létrehozása" -#~ msgid "Date: {} {}" -#~ msgstr "Dátum: {} {}" - #~ msgid "{} [{}]" #~ msgstr "{} [{}]" #~ msgid "Urlgrabber needs to be installed to run this command" #~ msgstr "E parancs futtatásához az urlgrabber telepítése szükséges." -#~ msgid "No user named {} found on the system" -#~ msgstr "Nincs {} nevű felhasználó a rendszerben" - -#~ msgid "No group named {} found on the system" -#~ msgstr "Nincs {} nevű csoport a rendszerben" - #~ msgid "String {} has invalid XML" #~ msgstr "A(z) {} sztring hibás XML adatot tartalmaz" @@ -4029,10 +4100,6 @@ msgstr "Érvénytelen verzió-sztring: {}" #~ msgid " installed size {}" #~ msgstr "{} telepítve" -#, fuzzy -#~ msgid "* Find dependencies for packages to be installed" -#~ msgstr "A következő csomagok lesznek telepítve:" - #, fuzzy #~ msgid "* Calculating disk space installed packages are using" #~ msgstr "Minden telepített csomag ellenőrzése" diff --git a/po/it.po b/po/it.po index ad17446057889606da4e689366f1f9cdb3ee7e98..7eb9a042a29fd7b4ff6538df20f82ab97d76cf06 100644 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: it\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-04-14 14:36+0300\n" +"POT-Creation-Date: 2018-05-10 23:07+0300\n" "PO-Revision-Date: 2010-07-01 16:01+0200\n" "Last-Translator: Davide Siciliano \n" "Language-Team: Italian \n" @@ -88,32 +88,33 @@ msgstr "l'opzione %s non richiede un parametro" msgid "Options" msgstr "Opzioni" -#: inary-cli:32 -msgid "WARNING\n" +#: inary-cli:39 +msgid "WARNING:\n" msgstr "" -#: inary-cli:33 +#: inary-cli:40 msgid "" "\tCiksemel XML Parser not found!!!\n" +"\tMinidom slower but\n" "\tFalling back with minidom!!! :(\n" "\n" msgstr "" -#: inary-cli:52 +#: inary-cli:60 #, fuzzy msgid "" "\n" "Program terminated." msgstr "Programma terminato." -#: inary-cli:54 +#: inary-cli:62 #, fuzzy msgid "" "\n" "Keyboard Interrupt: Exiting..." msgstr "Interruzione da tastiera: uscita..." -#: inary-cli:58 +#: inary-cli:66 #, fuzzy msgid "" "\n" @@ -123,18 +124,18 @@ msgstr "" "Eccezione interna non gestita.\n" "Invia per piacere una segnalazione di un bug su " -#: inary-cli:67 +#: inary-cli:75 #, fuzzy msgid "" "\n" "System error. Program terminated." msgstr "Errore di sistema. Programma terminato." -#: inary-cli:76 +#: inary-cli:84 msgid "Please use 'inary help' for general help." msgstr "Utilizza per favore 'inary help' per un aiuto generico." -#: inary-cli:79 +#: inary-cli:87 msgid "" "\n" "Traceback:" @@ -142,7 +143,7 @@ msgstr "" "\n" "Traceback:" -#: inary-cli:82 +#: inary-cli:90 msgid "Use --debug to see a traceback." msgstr "Utilizza --debug per vedere il traceback." @@ -151,7 +152,7 @@ msgstr "Utilizza --debug per vedere il traceback." msgid "Inary package" msgstr "Pacchetto installato:" -#: inary/actionsapi/autotools.py:40 inary/actionsapi/cmaketools.py:36 +#: inary/actionsapi/autotools.py:42 inary/actionsapi/cmaketools.py:38 #, fuzzy msgid "" "Please attach the config.log to your bug report:\n" @@ -160,175 +161,175 @@ msgstr "" "Includi per favore anche il file config.log nella segnalazione di bug:\n" "{}/config.log" -#: inary/actionsapi/autotools.py:83 inary/actionsapi/autotools.py:93 -#: inary/actionsapi/cmaketools.py:66 inary/actionsapi/kde.py:65 -#: inary/actionsapi/perlmodules.py:55 inary/actionsapi/perlmodules.py:58 +#: inary/actionsapi/autotools.py:85 inary/actionsapi/autotools.py:95 +#: inary/actionsapi/cmaketools.py:68 inary/actionsapi/kde.py:67 +#: inary/actionsapi/perlmodules.py:57 inary/actionsapi/perlmodules.py:60 msgid "Configure failed." msgstr "Configure fallito." -#: inary/actionsapi/autotools.py:85 inary/actionsapi/autotools.py:95 -#: inary/actionsapi/kde.py:67 +#: inary/actionsapi/autotools.py:87 inary/actionsapi/autotools.py:97 +#: inary/actionsapi/kde.py:69 msgid "No configure script found." msgstr "Nessun script configure trovato." -#: inary/actionsapi/autotools.py:103 inary/actionsapi/cmaketools.py:78 -#: inary/actionsapi/kde.py:72 inary/actionsapi/perlmodules.py:64 -#: inary/actionsapi/perlmodules.py:73 inary/actionsapi/pythonmodules.py:62 -#: inary/actionsapi/scons.py:39 +#: inary/actionsapi/autotools.py:105 inary/actionsapi/cmaketools.py:80 +#: inary/actionsapi/kde.py:74 inary/actionsapi/perlmodules.py:66 +#: inary/actionsapi/perlmodules.py:75 inary/actionsapi/pythonmodules.py:64 +#: inary/actionsapi/scons.py:41 msgid "Make failed." msgstr "Make fallito." -#: inary/actionsapi/autotools.py:137 inary/actionsapi/autotools.py:148 -#: inary/actionsapi/cmaketools.py:96 inary/actionsapi/cmaketools.py:104 -#: inary/actionsapi/kde.py:79 inary/actionsapi/pythonmodules.py:67 -#: inary/actionsapi/rubymodules.py:92 inary/actionsapi/rubymodules.py:99 -#: inary/actionsapi/scons.py:43 +#: inary/actionsapi/autotools.py:139 inary/actionsapi/autotools.py:150 +#: inary/actionsapi/cmaketools.py:98 inary/actionsapi/cmaketools.py:106 +#: inary/actionsapi/kde.py:81 inary/actionsapi/pythonmodules.py:69 +#: inary/actionsapi/rubymodules.py:94 inary/actionsapi/rubymodules.py:101 +#: inary/actionsapi/scons.py:45 msgid "Install failed." msgstr "Install fallito." -#: inary/actionsapi/autotools.py:159 +#: inary/actionsapi/autotools.py:161 msgid "Running aclocal failed." msgstr "Esecuzione di aclocal fallita." -#: inary/actionsapi/autotools.py:164 +#: inary/actionsapi/autotools.py:166 msgid "Running autoconf failed." msgstr "Esecuzione di autoconf fallita." -#: inary/actionsapi/autotools.py:169 +#: inary/actionsapi/autotools.py:171 msgid "Running autoreconf failed." msgstr "Esecuzione di autoreconf fallita." -#: inary/actionsapi/autotools.py:174 +#: inary/actionsapi/autotools.py:176 msgid "Running automake failed." msgstr "Esecuzione di automake fallita." -#: inary/actionsapi/autotools.py:179 +#: inary/actionsapi/autotools.py:181 msgid "Running autoheader failed." msgstr "Esecuzione di autoheader fallita." -#: inary/actionsapi/cmaketools.py:68 +#: inary/actionsapi/cmaketools.py:70 msgid "No configure script found for cmake." msgstr "Nessun script configure trovato per cmake." -#: inary/actionsapi/cmaketools.py:108 inary/actionsapi/kde.py:81 +#: inary/actionsapi/cmaketools.py:110 inary/actionsapi/kde.py:83 msgid "No Makefile found." msgstr "File makefile non trovato." -#: inary/actionsapi/get.py:181 +#: inary/actionsapi/get.py:183 #, fuzzy msgid "Util {} cannot be found" msgstr "Utilità {} non trovata" -#: inary/actionsapi/get.py:183 +#: inary/actionsapi/get.py:185 #, fuzzy, python-brace-format msgid "Warning: {0} does not exist, using plain name {1}" msgstr "Attenzione: {0} non esiste, utilizzo il nome semplice {1}" -#: inary/actionsapi/inarytools.py:56 inary/actionsapi/inarytools.py:74 -#: inary/actionsapi/inarytools.py:91 +#: inary/actionsapi/inarytools.py:58 inary/actionsapi/inarytools.py:76 +#: inary/actionsapi/inarytools.py:93 msgid "Insufficient arguments." msgstr "Argomenti insufficienti." -#: inary/actionsapi/inarytools.py:64 +#: inary/actionsapi/inarytools.py:66 #, fuzzy msgid "No executable file matched pattern \"{}\"." msgstr "Nessun file eseguibile con il pattern \"{}\" trovato." -#: inary/actionsapi/inarytools.py:82 inary/actionsapi/inarytools.py:314 +#: inary/actionsapi/inarytools.py:84 inary/actionsapi/inarytools.py:316 #, fuzzy msgid "No file matched pattern \"{}\"." msgstr "Nessun file con il pattern \"{}\"." -#: inary/actionsapi/inarytools.py:137 inary/actionsapi/inarytools.py:177 +#: inary/actionsapi/inarytools.py:139 inary/actionsapi/inarytools.py:179 #, fuzzy msgid "No file matched pattern \"{}\"" msgstr "Nessun file con il pattern \"{}\" trovato" -#: inary/actionsapi/inarytools.py:187 +#: inary/actionsapi/inarytools.py:189 #, fuzzy msgid "ActionsAPI [doman]: Wrong man page file: {}" msgstr "ActionsAPI [doman]: file di pagina man sbagliato: {}" -#: inary/actionsapi/inarytools.py:214 +#: inary/actionsapi/inarytools.py:216 #, fuzzy msgid "No file matched pattern \"{}\". 'domove' operation failed." msgstr "Nessun file con il pattern \"{}\" trovato. Operazione 'domove' fallita." -#: inary/actionsapi/inarytools.py:233 +#: inary/actionsapi/inarytools.py:235 #, fuzzy, python-brace-format msgid "ActionsAPI [rename]: {0}: {1}" msgstr "ActionsAPI [rename]: {0}: {1}" -#: inary/actionsapi/inarytools.py:270 +#: inary/actionsapi/inarytools.py:272 #, fuzzy msgid "No such file matching pattern: \"{}\". 'dosed' operation failed." msgstr "Nessun file con il pattern \"{}\" trovato. Operazione 'dosed' fallita." -#: inary/actionsapi/inarytools.py:284 +#: inary/actionsapi/inarytools.py:286 #, fuzzy msgid "dosed method has not changed file '{}'." msgstr "Il metodo dosed non ha modificato il file {}." -#: inary/actionsapi/inarytools.py:285 +#: inary/actionsapi/inarytools.py:287 msgid "{} has been changed by dosed method." msgstr "" -#: inary/actionsapi/inarytools.py:288 +#: inary/actionsapi/inarytools.py:290 #, fuzzy msgid "File does not exist or permission denied: {}" msgstr "Il file non esiste o non si hanno i permessi necessari: {}" -#: inary/actionsapi/inarytools.py:305 +#: inary/actionsapi/inarytools.py:307 #, fuzzy msgid "ActionsAPI [dosym]: File already exists: {}" msgstr "ActionsAPI [dosym]: Il file {} esiste già." -#: inary/actionsapi/inarytools.py:341 inary/actionsapi/shelltools.py:95 +#: inary/actionsapi/inarytools.py:343 inary/actionsapi/shelltools.py:97 #, fuzzy msgid "No file matched pattern \"{}\". Remove operation failed." msgstr "Nessun file con il pattern \"{}. Rimozione fallita." -#: inary/actionsapi/inarytools.py:350 +#: inary/actionsapi/inarytools.py:352 #, fuzzy msgid "No directory matched pattern \"{}\". Remove directory operation failed." msgstr "Nessun file con il pattern \"{}\" trovato. Rimozione directory fallita." -#: inary/actionsapi/javamodules.py:84 inary/actionsapi/javamodules.py:193 +#: inary/actionsapi/javamodules.py:86 inary/actionsapi/javamodules.py:195 #, fuzzy msgid "No any file/directory matched to regex expression \"{}\"." msgstr "Nessun file con il pattern \"{}\"." -#: inary/actionsapi/javamodules.py:91 inary/actionsapi/javamodules.py:97 +#: inary/actionsapi/javamodules.py:93 inary/actionsapi/javamodules.py:99 #, fuzzy msgid "DoJavadoc failed." msgstr "Make fallito." -#: inary/actionsapi/javamodules.py:147 +#: inary/actionsapi/javamodules.py:149 #, fuzzy msgid "Compile failed." msgstr "Configure fallito." -#: inary/actionsapi/javamodules.py:175 inary/actionsapi/javamodules.py:204 +#: inary/actionsapi/javamodules.py:177 inary/actionsapi/javamodules.py:206 #, fuzzy msgid "Installing file \"{}\" failed." msgstr "Installazione file twxmf fallita." -#: inary/actionsapi/javamodules.py:214 +#: inary/actionsapi/javamodules.py:216 #, fuzzy msgid "Installing directory \"{}\" failed." msgstr "Installazione documentazione fallita." -#: inary/actionsapi/javamodules.py:243 +#: inary/actionsapi/javamodules.py:245 #, fuzzy msgid "Javadoc generation failed." msgstr "Configurazione fallita." -#: inary/actionsapi/javamodules.py:259 +#: inary/actionsapi/javamodules.py:261 #, fuzzy msgid "Run failed." msgstr "Esecuzione di {} fallita." -#: inary/actionsapi/kde.py:34 +#: inary/actionsapi/kde.py:36 #, fuzzy msgid "" "\n" @@ -339,400 +340,405 @@ msgstr "" "!!! Allega per favore il file config.log quando segnali il bug:\n" "{}/config.log" -#: inary/actionsapi/kerneltools.py:117 +#: inary/actionsapi/kerneltools.py:119 #, fuzzy msgid "Can't find kernel version information file {}." msgstr "Impossibile trovare il file {} di informazioni della versione del kernel." -#: inary/actionsapi/libtools.py:38 +#: inary/actionsapi/libtools.py:40 msgid "Running ldconfig failed." msgstr "Esecuzione di ldconfig fallita." -#: inary/actionsapi/libtools.py:52 +#: inary/actionsapi/libtools.py:54 msgid "Can not make GNU Config Update... Passing..." msgstr "" -#: inary/actionsapi/libtools.py:54 +#: inary/actionsapi/libtools.py:56 msgid "GNU Config Update Finished." msgstr "Aggiornamento GNU Config concluso." -#: inary/actionsapi/libtools.py:58 +#: inary/actionsapi/libtools.py:60 msgid "Running libtoolize failed." msgstr "Esecuzione di libtoolize fallita." -#: inary/actionsapi/perlmodules.py:67 +#: inary/actionsapi/perlmodules.py:69 msgid "perl build failed." msgstr "build Perl fallito." -#: inary/actionsapi/perlmodules.py:76 +#: inary/actionsapi/perlmodules.py:78 msgid "perl install failed." msgstr "install Perl fallito." -#: inary/actionsapi/pkgconfig.py:40 inary/actionsapi/pkgconfig.py:59 -#: inary/actionsapi/pkgconfig.py:79 inary/actionsapi/pkgconfig.py:99 -#: inary/actionsapi/pkgconfig.py:118 +#: inary/actionsapi/pkgconfig.py:42 inary/actionsapi/pkgconfig.py:61 +#: inary/actionsapi/pkgconfig.py:81 inary/actionsapi/pkgconfig.py:101 +#: inary/actionsapi/pkgconfig.py:120 #, fuzzy msgid "pkg-config is not installed on your system." msgstr "Il pacchetto pkgconfig non è installato. Impossibile rimuovere." -#: inary/actionsapi/pkgconfig.py:136 +#: inary/actionsapi/pkgconfig.py:138 #, fuzzy msgid "Package pkgconfig is not installed on your system." msgstr "Il pacchetto pkgconfig non è installato. Impossibile rimuovere." -#: inary/actionsapi/pythonmodules.py:56 +#: inary/actionsapi/pythonmodules.py:58 msgid "Configuration failed." msgstr "Configurazione fallita." -#: inary/actionsapi/pythonmodules.py:81 +#: inary/actionsapi/pythonmodules.py:83 #, fuzzy msgid "Running {} failed." msgstr "Esecuzione di {} fallita." -#: inary/actionsapi/qt4.py:52 inary/actionsapi/qt5.py:60 +#: inary/actionsapi/qt4.py:54 inary/actionsapi/qt5.py:62 #, fuzzy msgid "Project file '{}' not found." msgstr "File di progetto {} non trovato." -#: inary/actionsapi/qt4.py:56 inary/actionsapi/qt5.py:64 +#: inary/actionsapi/qt4.py:58 inary/actionsapi/qt5.py:66 #, fuzzy msgid "It seems there are more than one .pro file, you must specify one. (Possible .pro files: {})" msgstr "Sembra che ci siano più di un file .pro, è necessario specificare uno. (Eventuali file .pro: {})" -#: inary/actionsapi/rubymodules.py:108 +#: inary/actionsapi/rubymodules.py:110 #, fuzzy msgid "Running 'ruby {}' failed." msgstr "Esecuzione 'ruby {}' fallita." -#: inary/actionsapi/shelltools.py:49 +#: inary/actionsapi/shelltools.py:51 #, fuzzy msgid "Cannot create directory {}" msgstr "Impossibile creare la cartella {}" -#: inary/actionsapi/shelltools.py:57 +#: inary/actionsapi/shelltools.py:59 #, fuzzy msgid "ActionsAPI [echo]: Can't append to file {}." msgstr "ActionsAPI [echo]: Impossibile appendere al file {}." -#: inary/actionsapi/shelltools.py:63 +#: inary/actionsapi/shelltools.py:65 #, fuzzy msgid "ActionsAPI [chmod]: No file matched pattern \"{}\"." msgstr "ActionsAPI [chmod]: nessun file con il pattern \"{}\"." -#: inary/actionsapi/shelltools.py:70 +#: inary/actionsapi/shelltools.py:72 #, fuzzy, python-brace-format msgid "ActionsAPI [chmod]: Operation not permitted: {0} (mode: 0{1})" msgstr "ActionsAPI [chmod]: Operazione non permessa: %s (modalità: 0%o)" -#: inary/actionsapi/shelltools.py:72 +#: inary/actionsapi/shelltools.py:74 #, fuzzy msgid "ActionsAPI [chmod]: File {} doesn't exists." msgstr "ActionsAPI [chmod]: Il file {} non esiste." -#: inary/actionsapi/shelltools.py:80 +#: inary/actionsapi/shelltools.py:82 #, fuzzy, python-brace-format msgid "ActionsAPI [chown]: Operation not permitted: {0} (uid: {1}, gid: {2})" msgstr "ActionsAPI [chown]: Operazione non permessa: {0} (UID: {1}, GID: {2})" -#: inary/actionsapi/shelltools.py:82 +#: inary/actionsapi/shelltools.py:84 #, fuzzy msgid "ActionsAPI [chown]: File {} doesn't exists." msgstr "ActionsAPI [chown]: Il file {} non esiste." -#: inary/actionsapi/shelltools.py:89 +#: inary/actionsapi/shelltools.py:91 #, fuzzy, python-brace-format msgid "ActionsAPI [sym]: Permission denied: {0} to {1}" msgstr "ActionsAPI [sym]: Permesso negato: {0} per {1}" -#: inary/actionsapi/shelltools.py:103 +#: inary/actionsapi/shelltools.py:105 #, fuzzy msgid "ActionsAPI [unlink]: Permission denied: {}." msgstr "ActionsAPI [unlink]: Permesso negato: {}." -#: inary/actionsapi/shelltools.py:107 +#: inary/actionsapi/shelltools.py:109 #, fuzzy msgid "ActionsAPI [unlink]: File {} doesn't exists." msgstr "ActionsAPI [unlink]: Il file {} non esiste." -#: inary/actionsapi/shelltools.py:115 +#: inary/actionsapi/shelltools.py:117 #, fuzzy msgid "ActionsAPI [unlinkDir]: Operation not permitted: {}" msgstr "ActionsAPI [unlinkDir]: Operazione non permessa: {}" -#: inary/actionsapi/shelltools.py:119 +#: inary/actionsapi/shelltools.py:121 #, fuzzy msgid "ActionsAPI [unlinkDir]: Directory {} doesn't exists." msgstr "ActionsAPI [unlinkDir]: La cartella {} non esiste." -#: inary/actionsapi/shelltools.py:125 +#: inary/actionsapi/shelltools.py:127 #, fuzzy msgid "ActionsAPI [move]: No file matched pattern \"{}\"." msgstr "ActionsAPI [move]: Nessun file con il pattern \"{}\"." -#: inary/actionsapi/shelltools.py:132 +#: inary/actionsapi/shelltools.py:134 #, fuzzy, python-brace-format msgid "ActionsAPI [move]: Permission denied: {0} to {1}" msgstr "ActionsAPI [move]: Permesso negato: da {0} a {1}" -#: inary/actionsapi/shelltools.py:134 +#: inary/actionsapi/shelltools.py:136 #, fuzzy msgid "ActionsAPI [move]: File {} doesn't exists." msgstr "ActionsAPI [move]: Il file {} non esiste." -#: inary/actionsapi/shelltools.py:141 +#: inary/actionsapi/shelltools.py:143 #, fuzzy msgid "ActionsAPI [copy]: No file matched pattern \"{}\"." msgstr "ActionsAPI [copy]: Nessun file con il pattern \"{}\"." -#: inary/actionsapi/shelltools.py:148 +#: inary/actionsapi/shelltools.py:150 #, fuzzy, python-brace-format msgid "ActionsAPI [copy]: Permission denied: {0} to {1}" msgstr "ActionsAPI [copy]: Permesso negato: {0} in {1}" -#: inary/actionsapi/shelltools.py:164 +#: inary/actionsapi/shelltools.py:166 #, fuzzy msgid "ActionsAPI [copy]: File {} does not exist." msgstr "ActionsAPI [copy]: Il file {} non esiste." -#: inary/actionsapi/shelltools.py:179 +#: inary/actionsapi/shelltools.py:181 #, fuzzy, python-brace-format msgid "ActionsAPI [copytree] {0} to {1}: {2}" msgstr "ActionsAPI [copytree] {0} in {1}: {2}" -#: inary/actionsapi/shelltools.py:181 +#: inary/actionsapi/shelltools.py:183 #, fuzzy msgid "ActionsAPI [copytree]: Directory {} doesn't exists." msgstr "ActionsAPI [copytree]: La cartella {} non esiste." -#: inary/actionsapi/shelltools.py:189 +#: inary/actionsapi/shelltools.py:191 #, fuzzy msgid "ActionsAPI [touch]: No file matched pattern \"{}\"." msgstr "ActionsAPI [touch]: Nessun file con il pattern \"{}\"." -#: inary/actionsapi/shelltools.py:198 +#: inary/actionsapi/shelltools.py:200 #, fuzzy msgid "ActionsAPI [touch]: Permission denied: {}" msgstr "ActionsAPI [touch]: Permesso negato: {}" -#: inary/actionsapi/shelltools.py:257 +#: inary/actionsapi/shelltools.py:259 #, fuzzy, python-brace-format msgid "Command \"{0}\" failed, return value was {1}." msgstr "Comando \"{0}\" fallito, il valore ritornato è stato {1}." -#: inary/actionsapi/texlivemodules.py:56 +#: inary/actionsapi/texlivemodules.py:58 msgid "Moving source files failed" msgstr "Rimozione dei sorgenti fallito" -#: inary/actionsapi/texlivemodules.py:59 +#: inary/actionsapi/texlivemodules.py:61 msgid "Generate config files failed" msgstr "Generazione file di configurazione fallita." -#: inary/actionsapi/texlivemodules.py:62 +#: inary/actionsapi/texlivemodules.py:64 msgid "Building format files failed" msgstr "Build file formato fallito." -#: inary/actionsapi/texlivemodules.py:69 +#: inary/actionsapi/texlivemodules.py:71 msgid "Creating symlinks from format to engines failed" msgstr "La creazione di link simbolici dal formato ai motori fallito" -#: inary/actionsapi/texlivemodules.py:73 +#: inary/actionsapi/texlivemodules.py:75 msgid "Installing docs failed" msgstr "Installazione documentazione fallita." -#: inary/actionsapi/texlivemodules.py:77 +#: inary/actionsapi/texlivemodules.py:79 msgid "Installing texmf files failed" msgstr "Installazione file twxmf fallita." -#: inary/actionsapi/texlivemodules.py:81 +#: inary/actionsapi/texlivemodules.py:83 msgid "Installing config files failed" msgstr "Installazione file di configurazione fallita." -#: inary/actionsapi/texlivemodules.py:85 +#: inary/actionsapi/texlivemodules.py:87 msgid "Handle config files failed" msgstr "Modifica file di configurazione fallita." -#: inary/actionsapi/texlivemodules.py:95 +#: inary/actionsapi/texlivemodules.py:97 #, fuzzy msgid "Symlink {} skipped (special case)" msgstr "Link Simbolico {} saltato." -#: inary/actionsapi/texlivemodules.py:97 +#: inary/actionsapi/texlivemodules.py:99 #, python-brace-format msgid "Symlink {0[0]} -> {0[1]} skipped (texlive-core takes care of it." msgstr "" -#: inary/actionsapi/texlivemodules.py:100 +#: inary/actionsapi/texlivemodules.py:102 #, fuzzy, python-brace-format msgid "Symlink {0[0]} -> {0[1]} skipped." msgstr "Link Simbolico {0[0]} -> {0[1]} saltato." -#: inary/actionsapi/texlivemodules.py:102 +#: inary/actionsapi/texlivemodules.py:104 #, fuzzy msgid "Symlink {} skipped (file exists.)" msgstr "Link Simbolico {} saltato(file già esistente)." -#: inary/actionsapi/texlivemodules.py:104 +#: inary/actionsapi/texlivemodules.py:106 #, fuzzy, python-brace-format msgid "Making symlink from {0[0]} to {0[1]}" msgstr "Creazione Link Simbolico da {0[0]} a {0[1]}" -#: inary/actionsapi/texlivemodules.py:153 +#: inary/actionsapi/texlivemodules.py:155 #, fuzzy msgid "Creating /etc/texmf/{}.d" msgstr "Creazione /etc/texmf/{}.d" -#: inary/actionsapi/texlivemodules.py:155 +#: inary/actionsapi/texlivemodules.py:157 #, python-brace-format msgid "Moving (and symlinking) /usr/share/texmf/{0} to /etc/texmf/{1}.d" msgstr "" -#: inary/actionsapi/texlivemodules.py:206 +#: inary/actionsapi/texlivemodules.py:208 #, fuzzy msgid "Building format file {}" msgstr "costruzione del formato file {}" -#: inary/actionsapi/texlivemodules.py:263 +#: inary/actionsapi/texlivemodules.py:265 #, fuzzy, python-brace-format msgid "Map {0} is added to {1}/{2}.cfg" msgstr "Map {0} è stato aggiunto a {1}/{2}.cfg" -#: inary/actionsapi/texlivemodules.py:266 +#: inary/actionsapi/texlivemodules.py:268 #, fuzzy, python-brace-format msgid "MixedMap {0} is added to {1}/{2}.cfg" msgstr "MixedMap {0} è stato aggiunto a {1}/{2}.cfg" -#: inary/actionsapi/texlivemodules.py:269 +#: inary/actionsapi/texlivemodules.py:271 #, fuzzy, python-brace-format msgid "p +{0} is added to {1}/{2}-config.ps" msgstr "p +{0} si aggiunge alla {1}/{2}-config.ps" -#: inary/actionsapi/texlivemodules.py:272 +#: inary/actionsapi/texlivemodules.py:274 #, fuzzy, python-brace-format msgid "f {0} is added to {1}/{2}-config" msgstr "f {0} è aggiunto {1}/{2}-config" -#: inary/actionsapi/texlivemodules.py:279 +#: inary/actionsapi/texlivemodules.py:281 #, fuzzy msgid "Language file {} already generated." msgstr "File della lingua {} già generato." -#: inary/actionsapi/texlivemodules.py:281 +#: inary/actionsapi/texlivemodules.py:283 #, fuzzy msgid "No rule to proccess {}. Please file a bug." msgstr "Nessuna regola di processo {}. Si prega di segnalare il bug." -#: inary/analyzer/conflict.py:26 inary/analyzer/dependency.py:26 -#: inary/data/replace.py:24 +#: inary/analyzer/conflict.py:28 inary/analyzer/dependency.py:28 +#: inary/data/replace.py:26 msgid " version >= " msgstr " versione >= " -#: inary/analyzer/conflict.py:28 inary/analyzer/dependency.py:28 -#: inary/data/replace.py:26 +#: inary/analyzer/conflict.py:30 inary/analyzer/dependency.py:30 +#: inary/data/replace.py:28 msgid " version <= " msgstr " versione <= " -#: inary/analyzer/conflict.py:30 inary/analyzer/dependency.py:30 -#: inary/data/replace.py:28 +#: inary/analyzer/conflict.py:32 inary/analyzer/dependency.py:32 +#: inary/data/replace.py:30 msgid " version " msgstr " versione" -#: inary/analyzer/conflict.py:32 inary/analyzer/dependency.py:32 -#: inary/data/replace.py:30 +#: inary/analyzer/conflict.py:34 inary/analyzer/dependency.py:34 +#: inary/data/replace.py:32 msgid " release >= " msgstr " release >= " -#: inary/analyzer/conflict.py:34 inary/analyzer/dependency.py:34 -#: inary/data/replace.py:32 +#: inary/analyzer/conflict.py:36 inary/analyzer/dependency.py:36 +#: inary/data/replace.py:34 msgid " release <= " msgstr " release <= " -#: inary/analyzer/conflict.py:36 inary/analyzer/dependency.py:36 -#: inary/data/replace.py:34 +#: inary/analyzer/conflict.py:38 inary/analyzer/dependency.py:38 +#: inary/data/replace.py:36 msgid " release " msgstr " release " -#: inary/analyzer/ctypes_analyzer.py:28 -msgid "Module \"ctypes\" can not import" -msgstr "" - -#: inary/analyzer/firmwares.py:28 +#: inary/analyzer/firmwares.py:29 #, fuzzy msgid "Extracting firmware list for {}..." msgstr "Estrazione dei file di {}" -#: inary/analyzer/firmwares.py:48 +#: inary/analyzer/firmwares.py:49 #, fuzzy msgid "The following firmwares are not installed:" msgstr "I seguenti pacchetti verranno aggiornati: " -#: inary/analyzer/firmwares.py:63 +#: inary/analyzer/firmwares.py:64 msgid "Missing" msgstr "" -#: inary/analyzer/magic.py:151 +#: inary/analyzer/magic.py:150 #, fuzzy msgid "Can't load file or buffer {}" msgstr "Il Comando chrpath è fallito per il file {}!" -#: inary/archive.py:307 +#: inary/archive.py:309 msgid "* Target DIR: {}" msgstr "" -#: inary/archive.py:459 +#: inary/archive.py:461 #, python-brace-format msgid "* Chowning {0} ({1}:{2})" msgstr "" -#: inary/archive.py:462 +#: inary/archive.py:464 #, python-brace-format msgid "* LChowning {0} ({1}:{2})" msgstr "" -#: inary/archive.py:526 +#: inary/archive.py:528 #, fuzzy msgid "Problem occured while uncompressing {}.Z file" msgstr "Si è verificato una Problema durante la decompressione del file {}.Z" -#: inary/atomicoperations.py:72 inary/operations/history.py:72 +#: inary/atomicoperations.py:79 inary/operations/history.py:75 #, fuzzy, python-brace-format msgid "Package {0} found in repository {1}" msgstr "Pacchetto {0} trovato nel repository {1}" -#: inary/atomicoperations.py:103 +#: inary/atomicoperations.py:110 #, fuzzy msgid "Package URI: {}" msgstr "URI pacchetto: {}" -#: inary/atomicoperations.py:117 +#: inary/atomicoperations.py:124 msgid "Download Error: Package does not match the repository package." msgstr "Errore di download: Pacchetto non corrisponde al pacchetto di repository." -#: inary/atomicoperations.py:121 +#: inary/atomicoperations.py:128 #, fuzzy msgid "Package {} not found in any active repository." msgstr "Il pacchetto {} non è stato trovato in alcun repository attivo." -#: inary/atomicoperations.py:148 +#: inary/atomicoperations.py:156 #, fuzzy, python-brace-format msgid "Installing {0.name}, version {0.version}, release {0.release}" msgstr "Installazione di {0.name}, versione {0.version}, release {0.release}" -#: inary/atomicoperations.py:193 inary/operations/build.py:786 +#: inary/atomicoperations.py:186 +#, python-format +msgid "Free Space: %.2f %s " +msgstr "" + +#: inary/atomicoperations.py:188 +msgid "Is there any free space in your disk." +msgstr "" + +#: inary/atomicoperations.py:206 inary/operations/build.py:789 #, fuzzy, python-brace-format msgid "{0}-{1} is not a valid INARY version format" msgstr "{0}-{1} Non è un valido formato di versione Inary" -#: inary/atomicoperations.py:199 +#: inary/atomicoperations.py:212 #, fuzzy msgid "{} package cannot be installed unless the dependencies are satisfied" msgstr "il pacchetto {} non può essere installato, a meno che le sue dipendenze vengano soddisfatte" -#: inary/atomicoperations.py:222 +#: inary/atomicoperations.py:235 #, fuzzy, python-brace-format msgid "/{0} from {1} package\n" msgstr "/{0} dal pacchetto {1}\n" -#: inary/atomicoperations.py:223 +#: inary/atomicoperations.py:236 #, fuzzy msgid "" "File conflicts:\n" @@ -741,208 +747,222 @@ msgstr "" "Il file va in conflitto:\n" "{}" -#: inary/atomicoperations.py:241 +#: inary/atomicoperations.py:254 msgid "Re-install same version package?" msgstr "Reinstallare la stessa versione del pacchetto?" -#: inary/atomicoperations.py:242 +#: inary/atomicoperations.py:255 msgid "Package re-install declined" msgstr "Reinstallazione del pacchetto rifiutata" -#: inary/atomicoperations.py:249 +#: inary/atomicoperations.py:262 msgid "Storing old paths info" msgstr "" -#: inary/atomicoperations.py:258 +#: inary/atomicoperations.py:271 msgid "Upgrading to new upstream version" msgstr "Aggiornamento alla nuova versione upstream" -#: inary/atomicoperations.py:261 +#: inary/atomicoperations.py:274 msgid "Upgrading to new distribution release" msgstr "Aggiornamento alla nuova versione rilasciata della distribuzione" -#: inary/atomicoperations.py:270 +#: inary/atomicoperations.py:283 msgid "Downgrade to old distribution release?" msgstr "Ritornare alla vecchia versione rilasciata della distribuzione?" -#: inary/atomicoperations.py:274 +#: inary/atomicoperations.py:287 msgid "Package downgrade declined" msgstr "Ripristino pacchetto precedente rifiutato" -#: inary/atomicoperations.py:320 +#: inary/atomicoperations.py:333 #, fuzzy msgid "{} configuration failed." msgstr "configurazione di {} fallita." -#: inary/atomicoperations.py:411 +#: inary/atomicoperations.py:424 msgid "Unable to relocate following files. Reinstallation of this package is strongly recommended." msgstr "Impossibile spostare i seguenti file. Reinstallazione di questo pacchetto è fortemente raccomandato." -#: inary/atomicoperations.py:510 +#: inary/atomicoperations.py:523 #, fuzzy msgid "Storing {}" msgstr "Salvataggio di {}" -#: inary/atomicoperations.py:578 +#: inary/atomicoperations.py:548 +#, fuzzy +msgid "Adding '{}' to db..." +msgstr "Aggiunta di {} al database... " + +#: inary/atomicoperations.py:592 #, fuzzy msgid "File list could not be read for package {}, continuing removal." msgstr "Impossibile leggere la lista dei file per il pacchetto {}, proseguo con la rimozione." -#: inary/atomicoperations.py:584 +#: inary/atomicoperations.py:598 #, fuzzy msgid "Removing package {}" msgstr "Rimozione del pacchetto {} in corso" -#: inary/atomicoperations.py:587 +#: inary/atomicoperations.py:601 msgid "Trying to remove nonexistent package " msgstr "Tentativo di rimozione di un pacchetto non esistente " -#: inary/atomicoperations.py:626 +#: inary/atomicoperations.py:640 msgid "Not removing conflicted file : {}" msgstr "File in conflitto non rimossi: {}" -#: inary/atomicoperations.py:656 +#: inary/atomicoperations.py:670 #, fuzzy msgid "Installed file {} does not exist on system [Probably you manually deleted]" msgstr "Il file installato {} non è presente nel sistema [Probabilmente è stato eliminato manualmente]" -#: inary/atomicoperations.py:716 inary/cli/command.py:168 +#: inary/atomicoperations.py:725 inary/cli/command.py:170 msgid "You have to be root for this operation." msgstr "Impossibile ottenere accesso in lettura al database INARY. Devi essere root per eseguire questa operazione." -#: inary/atomicoperations.py:724 +#: inary/atomicoperations.py:733 #, fuzzy msgid "Another instance of Inary is running. Only one instance is allowed." msgstr "Un'altra istanza di INARY è in esecuzione. La modifica del database di INARY è consentita a un'unica istanza alla volta." -#: inary/atomicoperations.py:827 -#, fuzzy -msgid "Cleaning package cache {}..." -msgstr "Pulizia della cache del pacchetto {}..." - -#: inary/atomicoperations.py:829 +#: inary/atomicoperations.py:737 #, fuzzy -msgid "Cleaning source archive cache {}..." -msgstr "Pulizia della cache di archivio sorgente {}..." +msgid "Invalidating database caches..." +msgstr "Aggiorna il database in ogni caso" -#: inary/atomicoperations.py:831 +#: inary/atomicoperations.py:739 #, fuzzy -msgid "Cleaning temporary directory {}..." -msgstr "Pulizia della cartella temporanea {}..." +msgid "Updating database caches..." +msgstr "Aggiorna il database in ogni caso" -#: inary/atomicoperations.py:835 +#: inary/atomicoperations.py:822 inary/atomicoperations.py:955 +#: inary/atomicoperations.py:963 #, fuzzy -msgid "Removing cache file {}..." -msgstr "Rimozione di file cache {}..." +msgid "Regenerating database caches..." +msgstr "Ricostruisci il database dei file" -#: inary/atomicoperations.py:875 +#: inary/atomicoperations.py:871 msgid "Taking snapshot of the system" msgstr "Prendendo snapshot del sistema" -#: inary/atomicoperations.py:918 +#: inary/atomicoperations.py:914 #, fuzzy msgid "scom package is not fully installed" msgstr "il pacchetto SCOM non è completamente installato" -#: inary/atomicoperations.py:925 +#: inary/atomicoperations.py:921 msgid "Not a valid repo name." msgstr "Nome non valide del repositorio" -#: inary/atomicoperations.py:928 +#: inary/atomicoperations.py:924 #, fuzzy msgid "Repo {} already present." msgstr "Il repository {} è già presente." -#: inary/atomicoperations.py:931 +#: inary/atomicoperations.py:927 #, fuzzy msgid "Repo already present with name {}." msgstr "Il pacchetto è già presente con il nome di {}." -#: inary/atomicoperations.py:936 +#: inary/atomicoperations.py:931 inary/atomicoperations.py:940 +#, fuzzy +msgid "Flushing database caches..." +msgstr "Pulizia della cache del pacchetto {}..." + +#: inary/atomicoperations.py:933 #, fuzzy msgid "Repo {} added to system." msgstr "Il repository {} è stato aggiunto al sistema." -#: inary/atomicoperations.py:944 +#: inary/atomicoperations.py:942 #, fuzzy msgid "Repo {} removed from system." msgstr "Il repository {} è stato rimosso dal sistema." -#: inary/atomicoperations.py:946 +#: inary/atomicoperations.py:944 #, fuzzy msgid "Repository {} does not exist. Cannot remove." msgstr "Il repository {} non esiste. Impossibile rimuovere." -#: inary/atomicoperations.py:967 +#: inary/atomicoperations.py:968 #, fuzzy msgid "Updating repository: {}" msgstr "Aggiornamento in corso del repositorio: {}" -#: inary/atomicoperations.py:976 +#: inary/atomicoperations.py:977 #, fuzzy msgid "{} repository information is up-to-date." msgstr "informazione del repositorio {} è aggiornato" -#: inary/atomicoperations.py:978 +#: inary/atomicoperations.py:979 msgid "Updating database at any rate as requested" msgstr "Aggiornamento del database alla frequenza richiesta" -#: inary/atomicoperations.py:991 +#: inary/atomicoperations.py:993 msgid "Package database updated." msgstr "Database dei pacchetti aggiornato." -#: inary/atomicoperations.py:993 +#: inary/atomicoperations.py:995 #, fuzzy msgid "No repository named {} found." msgstr "Nessun repository di nome {} trovato." -#: inary/cli/__init__.py:117 +#: inary/cli/__init__.py:110 +#, fuzzy +msgid "Verboses: " +msgstr "Fornisce: " + +#: inary/cli/__init__.py:122 msgid "Warning: " msgstr "Avviso: " -#: inary/cli/__init__.py:127 +#: inary/cli/__init__.py:132 msgid "Error: " msgstr "Errore: " -#: inary/cli/__init__.py:161 +#: inary/cli/__init__.py:168 #, fuzzy msgid " (yes" msgstr " (si/no)" -#: inary/cli/__init__.py:161 +#: inary/cli/__init__.py:168 msgid "no)" msgstr "" -#: inary/cli/__init__.py:185 -msgid " [complete]\n" +#: inary/cli/__init__.py:192 +#, fuzzy +msgid "" +"\n" +" [complete]\n" msgstr " [completato]\n" -#: inary/cli/__init__.py:195 +#: inary/cli/__init__.py:202 #, fuzzy msgid "Installed {}" msgstr "Installato {}" -#: inary/cli/__init__.py:197 +#: inary/cli/__init__.py:204 #, fuzzy msgid "Removed {}" msgstr "Rimosso {}" -#: inary/cli/__init__.py:199 +#: inary/cli/__init__.py:206 #, fuzzy msgid "Upgraded {}" msgstr "Aggiornato {}" -#: inary/cli/__init__.py:201 +#: inary/cli/__init__.py:208 #, fuzzy msgid "Configured {}" msgstr "Configurato {}" -#: inary/cli/__init__.py:203 +#: inary/cli/__init__.py:210 #, fuzzy msgid "Extracting the files of {}" msgstr "Estrazione dei file di {}" -#: inary/cli/addrepo.py:25 +#: inary/cli/addrepo.py:28 msgid "" "Add a repository\n" "\n" @@ -964,35 +984,35 @@ msgstr "" "\n" "NB: Sono supportati solo file locali (es., /a/b/c) e URI http:// per il momento.\n" -#: inary/cli/addrepo.py:43 +#: inary/cli/addrepo.py:46 msgid "add-repo options" msgstr "opzioni add-repo" -#: inary/cli/addrepo.py:44 +#: inary/cli/addrepo.py:47 msgid "Ignore repository distribution check" msgstr "Ignora il controllo del repositorio della distribuzione" -#: inary/cli/addrepo.py:45 +#: inary/cli/addrepo.py:48 msgid "Does not fetch repository index and does not check distribution match" msgstr "Non recuperare indice della repository e non verificare che la distribuzione corrisponde" -#: inary/cli/addrepo.py:48 +#: inary/cli/addrepo.py:51 msgid "Add repository at given position (0 is first)" msgstr "Aggiunge il repository a una posizione specificata (0 è la prima)" -#: inary/cli/addrepo.py:62 +#: inary/cli/addrepo.py:65 msgid "" "Add {} repository without updating the database?\n" "By confirming this you are also adding the repository to your system without checking the distribution of the repository.\n" "Do you want to continue?" msgstr "" -#: inary/cli/addrepo.py:74 +#: inary/cli/addrepo.py:77 #, fuzzy, python-brace-format msgid "{0} repository could not be reached. Removing {0} from system." msgstr "Il repository {0} non può essere raggiunto. Rimozione di {0} dal sistema in corso." -#: inary/cli/blame.py:24 +#: inary/cli/blame.py:26 msgid "" "Information about the package owner and release\n" "\n" @@ -1000,39 +1020,39 @@ msgid "" "\n" msgstr "" -#: inary/cli/blame.py:37 +#: inary/cli/blame.py:39 msgid "blame options" msgstr "Blame delle opzioni" -#: inary/cli/blame.py:38 +#: inary/cli/blame.py:40 msgid "Blame for the given release" msgstr "Blame per il rilascio dato" -#: inary/cli/blame.py:40 +#: inary/cli/blame.py:42 msgid "Blame for all of the releases" msgstr "Blame per tutte le versioni" -#: inary/cli/blame.py:66 inary/data/specfile.py:374 inary/data/specfile.py:485 +#: inary/cli/blame.py:68 inary/data/specfile.py:371 inary/data/specfile.py:452 #, fuzzy, python-brace-format msgid "Name: {0}, version: {1}, release: {2}\n" msgstr "Nome: {0}, versione: {1}, release: {2}\n" -#: inary/cli/blame.py:68 +#: inary/cli/blame.py:70 #, fuzzy, python-brace-format msgid "Package Maintainer: {0} <{1}>\n" msgstr "Mantainer pacchetto: {0} <{1}>\n" -#: inary/cli/blame.py:69 +#: inary/cli/blame.py:71 #, fuzzy, python-brace-format msgid "Release Updater: {0.name} <{0.email}>\n" msgstr "Aggiornamento del Rilascio: {0.name} <{0.email}>\n" -#: inary/cli/blame.py:70 +#: inary/cli/blame.py:72 #, fuzzy msgid "Update Date: {}\n" msgstr "Data dell'aggiornamento: {}\n" -#: inary/cli/build.py:25 +#: inary/cli/build.py:30 msgid "" "Build INARY packages\n" "\n" @@ -1054,92 +1074,96 @@ msgstr "" "In alternativa, puoi fornire il nome di un pacchetto sorgente\n" "da scaricare da un repository contenente i sorgenti.\n" -#: inary/cli/build.py:49 +#: inary/cli/build.py:54 msgid "build options" msgstr "opzioni di costruzione" -#: inary/cli/build.py:57 +#: inary/cli/build.py:62 msgid "Run inary build operation without printing extra debug information" msgstr "Esegui l'operazione INARY build senza la stampa di informazioni aggiuntivi di debug" -#: inary/cli/build.py:63 inary/cli/command.py:205 +#: inary/cli/build.py:68 inary/cli/command.py:207 msgid "Do not take dependency information into account" msgstr "Non prendere in considerazione le informazioni sulle dipendenze" -#: inary/cli/build.py:69 +#: inary/cli/build.py:74 msgid "Output directory for produced packages" msgstr "Cartella di output per i pacchetti prodotti" -#: inary/cli/build.py:73 +#: inary/cli/build.py:78 msgid "Bypass errors from ActionsAPI" msgstr "Ignora errori dalle ActionsAPI" -#: inary/cli/build.py:78 inary/cli/command.py:207 +#: inary/cli/build.py:83 inary/cli/command.py:209 msgid "Bypass safety switch" msgstr "Ignora switch di sicurezza" -#: inary/cli/build.py:83 +#: inary/cli/build.py:88 msgid "Bypass testing step" msgstr "Salta la fase di verifica" -#: inary/cli/build.py:88 +#: inary/cli/build.py:93 msgid "Create a static package with ar files" msgstr "Crea un pacchetto statico con file ar" -#: inary/cli/build.py:92 inary/cli/delta.py:63 +#: inary/cli/build.py:97 inary/cli/delta.py:65 msgid "Create the binary package using the given format. Use '-F help' to see a list of supported formats." msgstr "Creare il pacchetto binario utilizzando il formato specificato. Usa 'F-help' per vedere un elenco dei formati supportati." -#: inary/cli/build.py:99 +#: inary/cli/build.py:104 msgid "Use quilt patch management system instead of GNU patch" msgstr "Utilizza il sistema di gestione delle patch quilt anziché GNU patch" -#: inary/cli/build.py:105 +#: inary/cli/build.py:110 +msgid "Do not use root user when packaging, make building under home folder" +msgstr "" + +#: inary/cli/build.py:116 msgid "Do not constrain build process inside the build folder" msgstr "Non vincolare il processo di compilazione all'interno della cartella della build" -#: inary/cli/build.py:109 +#: inary/cli/build.py:120 msgid "build steps" msgstr "passi di costruzione" -#: inary/cli/build.py:115 +#: inary/cli/build.py:126 msgid "Break build after fetching the source archive" msgstr "Interrompi la costruzione dopo aver recuperato l'archivio dei sorgenti" -#: inary/cli/build.py:122 +#: inary/cli/build.py:133 msgid "Break build after unpacking the source archive, checking sha1sum and applying patches" msgstr "Interrompi la costruzione dopo aver scompattato l'archivio dei sorgenti, aver controllato sha1sum e applicato le patch" -#: inary/cli/build.py:130 +#: inary/cli/build.py:141 msgid "Break build after running configure step" msgstr "Interrompi la costruzione dopo l'esecuzione del passo di configure" -#: inary/cli/build.py:136 +#: inary/cli/build.py:147 msgid "Break build after running compile step" msgstr "Interrompi la costruzione dopo l'esecuzione del passo di compilazione" -#: inary/cli/build.py:142 +#: inary/cli/build.py:153 msgid "Break build after running check step" msgstr "Interrompi la costruzione dopo l'esecuzione del passo di verifica" -#: inary/cli/build.py:148 +#: inary/cli/build.py:159 msgid "Break build after running install step" msgstr "Interrompi la costruzione dopo l'esecuzione del passo di install" -#: inary/cli/build.py:154 +#: inary/cli/build.py:165 msgid "Create INARY package" msgstr "Crea pacchetto INARY" -#: inary/cli/build.py:164 inary/cli/delta.py:71 +#: inary/cli/build.py:175 inary/cli/delta.py:73 msgid "Supported package formats:" msgstr "Supportati formati di pacchetto:" -#: inary/cli/build.py:167 inary/cli/delta.py:74 +#: inary/cli/build.py:178 inary/cli/delta.py:76 #, fuzzy msgid " {} (default)" msgstr "{} (predefinito)" -#: inary/cli/check.py:28 +#: inary/cli/check.py:30 #, fuzzy msgid "" "Verify installation\n" @@ -1167,40 +1191,40 @@ msgstr "" "\n" "Se non vengono specificati dei pacchetti, vengono verificati tutti i pacchetti installati.\n" -#: inary/cli/check.py:55 +#: inary/cli/check.py:57 msgid "check options" msgstr "opzioni di verifica" -#: inary/cli/check.py:60 +#: inary/cli/check.py:62 msgid "Check installed packages under given component" msgstr "Verifica i pacchetti installati sotto il componente fornito" -#: inary/cli/check.py:66 +#: inary/cli/check.py:68 msgid "Checks only changed config files of the packages" msgstr "Verifica solo i file di configurazione dei pacchetti modificati" -#: inary/cli/check.py:83 +#: inary/cli/check.py:85 msgid "Checking all installed packages" msgstr "Controllo di tutti i pacchetti installati" -#: inary/cli/check.py:92 +#: inary/cli/check.py:94 #, fuzzy msgid "Checking integrity of {}" msgstr "Controllo dell'integrità di {}" -#: inary/cli/check.py:104 +#: inary/cli/check.py:106 msgid "Broken" msgstr "Incompleto" -#: inary/cli/check.py:109 +#: inary/cli/check.py:111 msgid "Unknown" msgstr "Sconosciuto" -#: inary/cli/check.py:111 +#: inary/cli/check.py:113 msgid "OK" msgstr "Ok" -#: inary/cli/check.py:117 +#: inary/cli/check.py:118 #, fuzzy msgid "Missing file: /{}" msgstr "File mancante: /{}" @@ -1210,22 +1234,22 @@ msgstr "File mancante: /{}" msgid "Access denied: /{}" msgstr "Accesso negato: /{}" -#: inary/cli/check.py:125 +#: inary/cli/check.py:124 #, fuzzy msgid "Corrupted file: /{}" msgstr "File corrotto: /{}" -#: inary/cli/check.py:129 +#: inary/cli/check.py:127 #, fuzzy msgid "Modified configuration file: /{}" msgstr "File di configurazione modificato: /{}" -#: inary/cli/check.py:134 +#: inary/cli/check.py:132 #, fuzzy msgid "Package {} not installed" msgstr "Il pacchetto {} non è installato" -#: inary/cli/check.py:138 +#: inary/cli/check.py:136 #, fuzzy msgid "" "Inary was unable to check the integrity of packages which contain files that you don't have read access.\n" @@ -1234,7 +1258,7 @@ msgstr "" "Inary è stato in grado di verificare l'integrità dei pacchetti che contengono i file che non hanno accesso in lettura.\n" " Eseguire il controllo sotto un utente privilegiato può aiutare a risolvere il problema." -#: inary/cli/clean.py:20 +#: inary/cli/clean.py:22 msgid "" "Clean stale locks\n" "\n" @@ -1250,76 +1274,76 @@ msgstr "" "INARY utilizza dei lock sul filesystem per gestire gli accessi al database.\n" "Questo comando elimina i lock inutilizzati dalla cartella del database." -#: inary/cli/command.py:31 +#: inary/cli/command.py:33 msgid "Command lacks name" msgstr "Manca il nome del comando" -#: inary/cli/command.py:35 +#: inary/cli/command.py:37 #, fuzzy msgid "Duplicate command {}" msgstr "Comando duplicato {}" -#: inary/cli/command.py:72 inary/cli/inarycli.py:138 +#: inary/cli/command.py:74 inary/cli/inarycli.py:142 #, fuzzy msgid "Unrecognized command: {}" msgstr "Comando non riconosciuto {}" -#: inary/cli/command.py:97 +#: inary/cli/command.py:99 msgid "general options" msgstr "opzioni generali" -#: inary/cli/command.py:100 +#: inary/cli/command.py:102 msgid "Change the system root for INARY commands" msgstr "Cambia la root di sistema per i comandi INARY" -#: inary/cli/command.py:102 +#: inary/cli/command.py:104 msgid "Assume yes in all yes/no queries" msgstr "Assumi una risposta positiva in tutte le domande sì/no" -#: inary/cli/command.py:106 +#: inary/cli/command.py:108 msgid "Keep bandwidth usage under specified KB's" msgstr "Mantenere l'utilizzo di banda in determinate KB" -#: inary/cli/command.py:109 +#: inary/cli/command.py:111 msgid "Detailed output" msgstr "Output dettagliato" -#: inary/cli/command.py:111 +#: inary/cli/command.py:113 msgid "Show debugging information" msgstr "Mostra informazioni di debug" -#: inary/cli/command.py:113 +#: inary/cli/command.py:115 msgid "Suppresses all coloring of INARY's output" msgstr "Annulla tutta la colorazione dell'output di INARY" -#: inary/cli/command.py:131 +#: inary/cli/command.py:133 #, fuzzy msgid "Destination directory {} does not exist. Creating directory.\n" msgstr "La cartella di destinazione {} non esiste. Creazione in corso...\n" -#: inary/cli/command.py:153 +#: inary/cli/command.py:155 msgid "Password: " msgstr "Password: " -#: inary/cli/command.py:192 +#: inary/cli/command.py:194 msgid "Command terminated abnormally." msgstr "Comando terminato in maniera anormale." -#: inary/cli/command.py:209 inary/cli/emerge.py:52 inary/cli/emergeup.py:54 +#: inary/cli/command.py:211 inary/cli/emerge.py:54 inary/cli/emergeup.py:56 #, fuzzy msgid "Bypass scom configuration agent" msgstr "Ignora l'agente di configurazione di SCOM" -#: inary/cli/command.py:211 +#: inary/cli/command.py:213 msgid "Do not perform any action, just show what would be done" msgstr "Non eseguire alcuna azione, mostra solo cosa verrebbe fatto" -#: inary/cli/command.py:229 +#: inary/cli/command.py:231 #, fuzzy msgid "usage: {}\n" msgstr "uso: {}\n" -#: inary/cli/configurepending.py:23 +#: inary/cli/configurepending.py:25 #, fuzzy msgid "" "Configure pending packages\n" @@ -1336,11 +1360,11 @@ msgstr "" "una lista di pacchetti in attesa di essere configurati. Questo\n" "comando configura tali pacchetti.\n" -#: inary/cli/configurepending.py:37 +#: inary/cli/configurepending.py:39 msgid "configure-pending options" msgstr "opzioni configure-pending" -#: inary/cli/deletecache.py:22 +#: inary/cli/deletecache.py:26 msgid "" "Delete cache files\n" "\n" @@ -1358,7 +1382,37 @@ msgstr "" "nella cartella /var. Dato che questi file si accumulano col tempo\n" "possono a lungo andare consumare molto spazio su disco." -#: inary/cli/delta.py:24 +#: inary/cli/deletecache.py:40 +#, fuzzy +msgid "Select cleaning directory:\n" +msgstr "Pulizia della cartella di compilazione..." + +#: inary/cli/deletecache.py:49 +#, fuzzy +msgid "Cleaning home-build directory {}..." +msgstr "Pulizia della cartella di compilazione..." + +#: inary/cli/deletecache.py:57 +#, fuzzy +msgid "Cleaning package cache {}..." +msgstr "Pulizia della cache del pacchetto {}..." + +#: inary/cli/deletecache.py:59 +#, fuzzy +msgid "Cleaning source archive cache {}..." +msgstr "Pulizia della cache di archivio sorgente {}..." + +#: inary/cli/deletecache.py:61 +#, fuzzy +msgid "Cleaning temporary directory {}..." +msgstr "Pulizia della cartella temporanea {}..." + +#: inary/cli/deletecache.py:65 +#, fuzzy +msgid "Removing cache file {}..." +msgstr "Rimozione di file cache {}..." + +#: inary/cli/delta.py:26 msgid "" "Creates delta packages\n" "\n" @@ -1375,19 +1429,19 @@ msgstr "" " delta -t nuovopacchetto vecchiopacchetto1 vecchiopacchetto2 trova i file cambiati tra due pacchetti attraverso il confronto del sha1sum dei file\n" "e crea un pacchetto inary delta con i file cambiati tra le due versioni.\n" -#: inary/cli/delta.py:45 +#: inary/cli/delta.py:47 msgid "delta options" msgstr "opzioni delta" -#: inary/cli/delta.py:53 +#: inary/cli/delta.py:55 msgid "Use arg as the new package and treat other arguments as old packages." msgstr "Utilizzare arg come il nuovo pacchetto e curare gli altri argomenti come i vecchi pacchetti." -#: inary/cli/delta.py:59 +#: inary/cli/delta.py:61 msgid "Output directory for produced packages." msgstr "Cartella di output per i pacchetti prodotti." -#: inary/cli/disablerepo.py:22 +#: inary/cli/disablerepo.py:24 msgid "" "Disable repository\n" "\n" @@ -1405,7 +1459,7 @@ msgstr "" "\n" "I repository disabilitati non vengono considerati nelle operazioni\n" -#: inary/cli/emerge.py:25 +#: inary/cli/emerge.py:27 msgid "" "Build and install INARY source packages from repository\n" "\n" @@ -1425,34 +1479,34 @@ msgstr "" "\n" "Puoi anche fornire il nome di un componente.\n" -#: inary/cli/emerge.py:43 +#: inary/cli/emerge.py:45 msgid "emerge options" msgstr "opzioni di emerge" -#: inary/cli/emerge.py:46 inary/cli/emergeup.py:48 +#: inary/cli/emerge.py:48 inary/cli/emergeup.py:50 msgid "Emerge available packages under given component" msgstr "Elenca i pacchetti disponibili sotto il componente fornito" -#: inary/cli/emerge.py:48 inary/cli/emergeup.py:50 inary/cli/install.py:52 -#: inary/cli/upgrade.py:58 +#: inary/cli/emerge.py:50 inary/cli/emergeup.py:52 inary/cli/install.py:54 +#: inary/cli/upgrade.py:60 msgid "Ignore file conflicts" msgstr "Ignora i conflitti tra i file" -#: inary/cli/emerge.py:50 inary/cli/emergeup.py:52 inary/cli/install.py:54 -#: inary/cli/upgrade.py:60 +#: inary/cli/emerge.py:52 inary/cli/emergeup.py:54 inary/cli/install.py:56 +#: inary/cli/upgrade.py:62 msgid "Ignore package conflicts" msgstr "Ignora i conflitti tra i pacchetti" -#: inary/cli/emerge.py:70 inary/cli/emergeup.py:75 +#: inary/cli/emerge.py:72 inary/cli/emergeup.py:77 #, fuzzy msgid "Output directory: {}" msgstr "Cartella di output: {}" -#: inary/cli/emerge.py:72 inary/cli/emergeup.py:77 +#: inary/cli/emerge.py:74 inary/cli/emergeup.py:79 msgid "Outputting binary packages in the package cache." msgstr "Output dei pacchetti binari nella cache dei pacchetti." -#: inary/cli/emergeup.py:27 +#: inary/cli/emergeup.py:29 #, fuzzy msgid "" "Build and upgrade INARY source packages from repository\n" @@ -1473,12 +1527,12 @@ msgstr "" "\n" "Puoi anche fornire il nome di un componente.\n" -#: inary/cli/emergeup.py:45 +#: inary/cli/emergeup.py:47 #, fuzzy msgid "emergeup options" msgstr "opzioni di emerge" -#: inary/cli/enablerepo.py:22 +#: inary/cli/enablerepo.py:24 msgid "" "Enable repository\n" "\n" @@ -1526,7 +1580,7 @@ msgstr "Cartella di output per i pacchetti prodotti" msgid "Download with runtime dependencies." msgstr "Ignoro le dipendenze di compilazione." -#: inary/cli/graph.py:26 +#: inary/cli/graph.py:28 msgid "" "Graph package relations\n" "\n" @@ -1546,44 +1600,44 @@ msgstr "" "mostra le relazioni tra i pacchetti del repository e scrive il\n" "pacchetti nel formato graphviz nel file 'pgraph.dot'.\n" -#: inary/cli/graph.py:41 +#: inary/cli/graph.py:43 msgid "graph options" msgstr "opzioni di graph" -#: inary/cli/graph.py:45 +#: inary/cli/graph.py:47 msgid "Specify a particular repository" msgstr "Specifica un repository particolare" -#: inary/cli/graph.py:48 +#: inary/cli/graph.py:50 msgid "Graph of installed packages" msgstr "Grafico dei pacchetti installati" -#: inary/cli/graph.py:51 +#: inary/cli/graph.py:53 msgid "Do not show installed packages" msgstr "Non mostrare i pacchetti installati" -#: inary/cli/graph.py:54 +#: inary/cli/graph.py:56 msgid "Draw reverse dependency graph" msgstr "" -#: inary/cli/graph.py:57 +#: inary/cli/graph.py:59 msgid "Dot output file" msgstr "File di output dot" -#: inary/cli/graph.py:71 +#: inary/cli/graph.py:73 #, fuzzy msgid "Plotting packages in repository {}" msgstr "Disegno grafico dei pacchetti nel repository {} in corso" -#: inary/cli/graph.py:74 +#: inary/cli/graph.py:76 msgid "Plotting a graph of relations among all repository packages" msgstr "Disegno di un grafico delle relazioni tra tutti i pacchetti del repository" -#: inary/cli/graph.py:88 +#: inary/cli/graph.py:90 msgid "Plotting a graph of relations among all installed packages" msgstr "Disegno di un grafico delle relazioni tra tutti i pacchetti installati" -#: inary/cli/help.py:22 +#: inary/cli/help.py:24 msgid "" "Prints help for given commands\n" "\n" @@ -1597,7 +1651,7 @@ msgstr "" "\n" "In assenza di parametri, stampa l'aiuto generale." -#: inary/cli/help.py:47 +#: inary/cli/help.py:49 msgid "" "%prog [options] [arguments]\n" "\n" @@ -1609,7 +1663,7 @@ msgstr "" "dove è uno di:\n" "\n" -#: inary/cli/help.py:53 +#: inary/cli/help.py:55 msgid "" "\n" "Use \"%prog help \" for help on a specific command.\n" @@ -1617,35 +1671,35 @@ msgstr "" "\n" "Utilizzo \"%prog help \" per aiuto su un comando specifico.\n" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "emerge" msgstr "emergere" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "install" msgstr "installa" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "remove" msgstr "rimuovi" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "repository update" msgstr "aggiornamento del repositorio" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "snapshot" msgstr "snapshot" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "takeback" msgstr "" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "upgrade" msgstr "aggiorna" -#: inary/cli/history.py:31 +#: inary/cli/history.py:33 msgid "" "History of inary operations\n" "\n" @@ -1654,50 +1708,49 @@ msgid "" "Lists previous operations." msgstr "" -#: inary/cli/history.py:45 +#: inary/cli/history.py:47 msgid "history options" msgstr "opzioni storico" -#: inary/cli/history.py:51 +#: inary/cli/history.py:53 msgid "Output only the last n operations" msgstr "" -#: inary/cli/history.py:53 +#: inary/cli/history.py:55 msgid "Take snapshot of the current system" msgstr "Prendi un'immagine del sistema attuale" -#: inary/cli/history.py:55 +#: inary/cli/history.py:57 msgid "Takeback to the state after the given operation finished" msgstr "" -#: inary/cli/history.py:65 -#, fuzzy, python-brace-format -msgid "Operation #{0}: {1}" -msgstr "Operazione #{0}: {1}" +#: inary/cli/history.py:68 +#, fuzzy +msgid "Operation " +msgstr "Opzioni" -#: inary/cli/history.py:66 -#, python-brace-format -msgid "Date: {0.date} {0.time}" -msgstr "Data: {0.date} {0.time}" +#: inary/cli/history.py:72 +#, fuzzy +msgid "Date: " +msgstr "Data: {} {}" -#: inary/cli/history.py:70 -#, python-format -msgid " * There are %d packages in this snapshot." +#: inary/cli/history.py:78 +msgid " * There are {} packages in this snapshot." msgstr "" -#: inary/cli/inarycli.py:89 +#: inary/cli/inarycli.py:93 msgid "Options must precede non-option arguments" msgstr "Le opzioni devono precedere gli argomenti non opzioni" -#: inary/cli/inarycli.py:131 +#: inary/cli/inarycli.py:135 msgid "No command given" msgstr "Nessun comando fornito" -#: inary/cli/inarycli.py:134 +#: inary/cli/inarycli.py:138 msgid "Command line parsing error" msgstr "Errore nell'analisi della linea di comando" -#: inary/cli/index.py:24 +#: inary/cli/index.py:26 msgid "" "Index INARY files in a given directory\n" "\n" @@ -1723,31 +1776,31 @@ msgstr "" "Se fornisci più cartelle, il comando funziona comunque, ma\n" "il risultato verrà scritto su un unico file di indice.\n" -#: inary/cli/index.py:48 +#: inary/cli/index.py:50 msgid "index options" msgstr "opzioni index" -#: inary/cli/index.py:53 +#: inary/cli/index.py:55 msgid "Store absolute links for indexed files." msgstr "Memorizza i collegamenti assoluti per i file indicizzati." -#: inary/cli/index.py:58 +#: inary/cli/index.py:60 msgid "Index output file" msgstr "Indicizza file di output" -#: inary/cli/index.py:63 +#: inary/cli/index.py:65 msgid "Comma-separated compression types for index file" msgstr "" -#: inary/cli/index.py:69 +#: inary/cli/index.py:71 msgid "Do not index INARY spec files." msgstr "Non indicizzare i file spec di INARY." -#: inary/cli/index.py:74 +#: inary/cli/index.py:76 msgid "Do not sign index." msgstr "Non firmare l'indice." -#: inary/cli/info.py:26 +#: inary/cli/info.py:28 msgid "" "Display package information\n" "\n" @@ -1761,80 +1814,80 @@ msgstr "" "\n" " è o il nome di un pacchetto o un file .inary,\n" -#: inary/cli/info.py:44 +#: inary/cli/info.py:46 msgid "info options" msgstr "opzioni di informazione" -#: inary/cli/info.py:51 +#: inary/cli/info.py:53 msgid "Show a list of package files." msgstr "Mostra una lista dei files dei pacchetti." -#: inary/cli/info.py:53 +#: inary/cli/info.py:55 msgid "Info about the given component" msgstr "Informazioni sul componente specificato" -#: inary/cli/info.py:56 +#: inary/cli/info.py:58 msgid "Show only paths." msgstr "Mostra solo i percorsi." -#: inary/cli/info.py:58 +#: inary/cli/info.py:60 msgid "Do not show details" msgstr "Non mostrare i dettagli" -#: inary/cli/info.py:60 +#: inary/cli/info.py:62 msgid "Output in xml format" msgstr "Output in formato xml" -#: inary/cli/info.py:128 +#: inary/cli/info.py:130 msgid "Reverse Dependencies:" msgstr "Richiesto da:" -#: inary/cli/info.py:139 +#: inary/cli/info.py:141 msgid "Reverse Build Dependencies:" msgstr "Inverti costruzione delle dipendenze:" -#: inary/cli/info.py:144 +#: inary/cli/info.py:146 #, fuzzy msgid "Package file: {}" msgstr "File pacchetto: {}" -#: inary/cli/info.py:159 +#: inary/cli/info.py:161 msgid "[inst] " msgstr "[inst] " -#: inary/cli/info.py:161 +#: inary/cli/info.py:163 msgid "Installed package:" msgstr "Pacchetto installato:" -#: inary/cli/info.py:165 +#: inary/cli/info.py:167 #, fuzzy msgid "{} package is not installed" msgstr "Il pacchetto {} non è installato" -#: inary/cli/info.py:171 +#: inary/cli/info.py:173 msgid "[binary] " msgstr "[binario] " -#: inary/cli/info.py:173 inary/cli/info.py:185 +#: inary/cli/info.py:175 inary/cli/info.py:187 #, fuzzy msgid "Package found in {} repository:" msgstr "Pacchetto trovato nel repository {}:" -#: inary/cli/info.py:176 +#: inary/cli/info.py:178 #, fuzzy msgid "{} package is not found in binary repositories" msgstr "Pacchetto {} non è stato trovato nel repositorio binario" -#: inary/cli/info.py:183 +#: inary/cli/info.py:185 msgid "[source] " msgstr "[sorgente] " -#: inary/cli/info.py:188 +#: inary/cli/info.py:190 #, fuzzy msgid "{} package is not found in source repositories" msgstr "{} non è stato trovato nei repository sorgente" -#: inary/cli/install.py:25 +#: inary/cli/install.py:27 msgid "" "Install INARY packages\n" "\n" @@ -1856,48 +1909,48 @@ msgstr "" "Puoi anche specificare i componenti invece dei nomi dei pacchetti; essi verranno\n" "poi espansi per ottenere i nomi dei pacchetti.\n" -#: inary/cli/install.py:43 +#: inary/cli/install.py:45 msgid "install options" msgstr "opzioni di installazione" -#: inary/cli/install.py:48 +#: inary/cli/install.py:50 msgid "Reinstall already installed packages" msgstr "Reinstalla i pacchetti già installati" -#: inary/cli/install.py:50 +#: inary/cli/install.py:52 msgid "Skip distribution release and architecture check" msgstr "Salta il controllo del rilascio della distribuzione e dell'architettura" -#: inary/cli/install.py:56 +#: inary/cli/install.py:58 msgid "Install component's and recursive components' packages" msgstr "Installa i pacchetti del componente e dei componenti ricorsivi" -#: inary/cli/install.py:58 +#: inary/cli/install.py:60 msgid "Name of the component's repository" msgstr "Nome del repositorio del componente" -#: inary/cli/install.py:60 inary/cli/upgrade.py:66 +#: inary/cli/install.py:62 inary/cli/upgrade.py:68 msgid "Fetch upgrades but do not install." msgstr "Recupera aggiornamenti ma non installarli." -#: inary/cli/install.py:62 +#: inary/cli/install.py:64 msgid "When installing packages, ignore packages and components whose basenames match pattern." msgstr "All'aggiornamento del sistema, ignora i pacchetti e i componenti i cui nomi base corrispondono al modello." -#: inary/cli/install.py:65 +#: inary/cli/install.py:67 msgid "When installing packages, ignore packages and components whose basenames match any pattern contained in file." msgstr "All'aggiornamento del sistema, ignora i pacchetti e i componenti i cui nomi base corrispondono a uno dei modelli contenuti nel file." -#: inary/cli/install.py:69 +#: inary/cli/install.py:71 msgid "Store previous libraries info when package is updating to newer version." msgstr "" -#: inary/cli/install.py:94 +#: inary/cli/install.py:96 #, fuzzy msgid "There is no component named {}" msgstr "Non vi è alcun componente denominato {}" -#: inary/cli/listavailable.py:27 +#: inary/cli/listavailable.py:29 msgid "" "List available packages in the repositories\n" "\n" @@ -1915,36 +1968,36 @@ msgstr "" "repository specificati. Se non ne viene specificato nessuno,\n" "verrà fornito una lista dei pacchetti di tutti i repository.\n" -#: inary/cli/listavailable.py:45 +#: inary/cli/listavailable.py:47 msgid "list-available options" msgstr "opzioni list-available" -#: inary/cli/listavailable.py:47 inary/cli/listcomponents.py:41 -#: inary/cli/listinstalled.py:47 inary/cli/listsources.py:40 -#: inary/cli/listupgrades.py:43 inary/cli/searchfile.py:40 +#: inary/cli/listavailable.py:49 inary/cli/listcomponents.py:43 +#: inary/cli/listinstalled.py:49 inary/cli/listsources.py:42 +#: inary/cli/listupgrades.py:45 inary/cli/searchfile.py:41 msgid "Show in long format" msgstr "Mostra nel formato lungo" -#: inary/cli/listavailable.py:49 +#: inary/cli/listavailable.py:51 msgid "List available packages under given component" msgstr "Elenca i pacchetti disponibili sotto il componente fornito" -#: inary/cli/listavailable.py:51 +#: inary/cli/listavailable.py:53 msgid "Show uninstalled packages only" msgstr "Mostra solo i pacchetti disinstallati" -#: inary/cli/listavailable.py:59 +#: inary/cli/listavailable.py:61 msgid "Installed packages are shown in this color" msgstr "I pacchetti installati sono mostrati in questo colore" -#: inary/cli/listavailable.py:67 +#: inary/cli/listavailable.py:69 #, fuzzy msgid "" "\n" " Repository : {}\n" msgstr "Repository : {}\n" -#: inary/cli/listcomponents.py:24 +#: inary/cli/listcomponents.py:26 msgid "" "List available components\n" "\n" @@ -1959,15 +2012,15 @@ msgstr "" "\n" "Fornisce una breve lista dei componenti INARY pubblicati nei repository.\n" -#: inary/cli/listcomponents.py:39 +#: inary/cli/listcomponents.py:41 msgid "list-components options" msgstr "opzioni list-components" -#: inary/cli/listcomponents.py:43 inary/cli/search.py:46 +#: inary/cli/listcomponents.py:45 inary/cli/search.py:48 msgid "Name of the source or package repository" msgstr "Nome della repository dei sorgenti o del pacchetto" -#: inary/cli/listinstalled.py:25 +#: inary/cli/listinstalled.py:27 msgid "" "Print the list of all installed packages\n" "\n" @@ -1977,27 +2030,27 @@ msgstr "" "\n" "Utilizzo: list-installed\n" -#: inary/cli/listinstalled.py:39 +#: inary/cli/listinstalled.py:41 msgid "list-installed options" msgstr "opzioni list-installed" -#: inary/cli/listinstalled.py:44 +#: inary/cli/listinstalled.py:46 msgid "Only list the installed packages built by the given host" msgstr "Elenca solo i pacchetti compilati dal dato host" -#: inary/cli/listinstalled.py:49 +#: inary/cli/listinstalled.py:51 msgid "List installed packages under given component" msgstr "Elenca i pacchetti installati sotto il componente fornito" -#: inary/cli/listinstalled.py:51 inary/cli/listupgrades.py:47 +#: inary/cli/listinstalled.py:53 inary/cli/listupgrades.py:49 msgid "Show detailed install info" msgstr "Mostra informazione dettagliate sull'installazione" -#: inary/cli/listinstalled.py:77 inary/cli/listupgrades.py:72 +#: inary/cli/listinstalled.py:79 inary/cli/listupgrades.py:74 msgid "Package Name |St| Version| Rel.| Distro| Date" msgstr "Nome pacchetto |St| Versione| Rel.| Distro| Data" -#: inary/cli/listnewest.py:25 +#: inary/cli/listnewest.py:27 msgid "" "List newest packages in the repositories\n" "\n" @@ -2015,29 +2068,29 @@ msgstr "" "repository specificati. Se non ne viene specificato nessuno,\n" "verrà fornito una lista dei pacchetti di tutti i repository.\n" -#: inary/cli/listnewest.py:43 +#: inary/cli/listnewest.py:45 msgid "list-newest options" msgstr "opzioni list-newest" -#: inary/cli/listnewest.py:45 +#: inary/cli/listnewest.py:47 msgid "List new packages added to repository after this given date formatted as yyyy-mm-dd" msgstr "Elenca i pacchetti aggiunte alla repository dopo questa data formattato come aaaa-mm-gg" -#: inary/cli/listnewest.py:47 +#: inary/cli/listnewest.py:49 msgid "List new packages added to repository after last nth previous repository update" msgstr "Elenca i pacchetti aggiunte alla repository dopo l'ultimo aggiornamento ennesima repository precedente" -#: inary/cli/listnewest.py:75 +#: inary/cli/listnewest.py:77 #, fuzzy, python-brace-format msgid "Packages added to {0} since {1}:\n" msgstr "Pacchetti aggiunti a {0} da {1}:\n" -#: inary/cli/listnewest.py:77 +#: inary/cli/listnewest.py:79 #, fuzzy msgid "Packages added to {}:" msgstr "Pacchetti aggiunti a {}:" -#: inary/cli/listorphaned.py:25 +#: inary/cli/listorphaned.py:27 msgid "" "List orphaned packages\n" "\n" @@ -2046,32 +2099,32 @@ msgid "" "Lists packages installed as dependency, but no longer needed by any other installed package.\n" msgstr "" -#: inary/cli/listorphaned.py:40 +#: inary/cli/listorphaned.py:42 #, fuzzy msgid "list-orphaned options" msgstr "opzioni list-sources" -#: inary/cli/listorphaned.py:42 +#: inary/cli/listorphaned.py:44 #, fuzzy msgid "Show all packages without reverse dependencies" msgstr "Sono inclusi dei pacchetti extra per via delle dipendenze. Desideri proseguire?" -#: inary/cli/listorphaned.py:44 +#: inary/cli/listorphaned.py:46 #, fuzzy msgid "Ignore packages and components whose basenames match pattern." msgstr "All'aggiornamento del sistema, ignora i pacchetti e i componenti i cui nomi base corrispondono al modello." -#: inary/cli/listorphaned.py:56 +#: inary/cli/listorphaned.py:58 #, fuzzy msgid "Orphaned packages:" msgstr "Grafico dei pacchetti installati" -#: inary/cli/listorphaned.py:58 +#: inary/cli/listorphaned.py:60 #, fuzzy msgid "No orphaned packages" msgstr "Non mostrare i pacchetti installati" -#: inary/cli/listpending.py:23 +#: inary/cli/listpending.py:25 msgid "" "List pending packages\n" "\n" @@ -2082,10 +2135,14 @@ msgstr "" "Elenca i pacchetti in attesa di essere configurati.\n" #: inary/cli/listpending.py:41 +msgid "Listing pending orders:" +msgstr "" + +#: inary/cli/listpending.py:43 msgid "There are no packages waiting to be configured" msgstr "Nessun pacchetto è in attesa di essere configurato" -#: inary/cli/listrepo.py:23 +#: inary/cli/listrepo.py:25 msgid "" "List repositories\n" "\n" @@ -2099,20 +2156,20 @@ msgstr "" "\n" "Elenca i repository tenuti al momento sotto controllo.\n" -#: inary/cli/listrepo.py:40 inary/cli/listrepo.py:41 +#: inary/cli/listrepo.py:42 inary/cli/listrepo.py:43 msgid "active" msgstr "attivo" -#: inary/cli/listrepo.py:40 +#: inary/cli/listrepo.py:42 msgid "inactive" msgstr "inattivo" -#: inary/cli/listrepo.py:42 inary/cli/listrepo.py:44 +#: inary/cli/listrepo.py:44 inary/cli/listrepo.py:46 #, python-brace-format msgid "{0} [{1}]" msgstr "{0} [{1}]" -#: inary/cli/listsources.py:24 +#: inary/cli/listsources.py:26 msgid "" "List available sources\n" "\n" @@ -2126,11 +2183,11 @@ msgstr "" "\n" "Fornisce una breve lista dei sorgenti pubblicati nei repository.\n" -#: inary/cli/listsources.py:38 +#: inary/cli/listsources.py:40 msgid "list-sources options" msgstr "opzioni list-sources" -#: inary/cli/listupgrades.py:26 +#: inary/cli/listupgrades.py:28 msgid "" "List packages to be upgraded\n" "\n" @@ -2144,19 +2201,19 @@ msgstr "" "\n" "Elenca i pacchetti che verranno aggiornati.\n" -#: inary/cli/listupgrades.py:41 +#: inary/cli/listupgrades.py:43 msgid "list-upgrades options" msgstr "opzioni list-upgrades" -#: inary/cli/listupgrades.py:45 +#: inary/cli/listupgrades.py:47 msgid "List upgradable packages under given component" msgstr "Elenca i pacchetti aggiornabili sotto il componente fornito" -#: inary/cli/listupgrades.py:63 inary/operations/upgrade.py:159 +#: inary/cli/listupgrades.py:65 inary/operations/upgrade.py:161 msgid "No packages to upgrade." msgstr "Nessun pacchetto da aggiornare." -#: inary/cli/rebuilddb.py:24 +#: inary/cli/rebuilddb.py:26 msgid "" "Rebuild Databases\n" "\n" @@ -2176,19 +2233,19 @@ msgstr "" "Se vengono forniti dei pacchetti, dovrebbero essere i nome delle cartelle dei\n" "pacchetti in /var/lib/inary\n" -#: inary/cli/rebuilddb.py:41 +#: inary/cli/rebuilddb.py:43 msgid "rebuild-db options" msgstr "opzioni rebuild-db" -#: inary/cli/rebuilddb.py:44 +#: inary/cli/rebuilddb.py:46 msgid "Rebuild files database" msgstr "Ricostruisci il database dei file" -#: inary/cli/rebuilddb.py:50 +#: inary/cli/rebuilddb.py:52 msgid "Rebuild INARY databases?" msgstr "Ricostruire il database INARY?" -#: inary/cli/remove.py:25 +#: inary/cli/remove.py:27 msgid "" "Remove INARY packages\n" "\n" @@ -2208,19 +2265,19 @@ msgstr "" "Puoi anche specificare i componenti invece dei nomi dei pacchetti; essi verranno\n" "poi espansi per ottenere i nomi dei pacchetti.\n" -#: inary/cli/remove.py:42 +#: inary/cli/remove.py:44 msgid "remove options" msgstr "opzioni di rimozione" -#: inary/cli/remove.py:45 +#: inary/cli/remove.py:47 msgid "Removes everything including changed config files of the package" msgstr "" -#: inary/cli/remove.py:47 +#: inary/cli/remove.py:49 msgid "Remove component's and recursive components' packages" msgstr "Rimuovi i pacchetti del componente e dei componenti ricorsivi" -#: inary/cli/removeorphaned.py:25 +#: inary/cli/removeorphaned.py:27 #, fuzzy msgid "" "Remove orphaned packages\n" @@ -2235,17 +2292,17 @@ msgstr "" "\n" "Rimuove tutte le informazioni dei repository dal sistema.\n" -#: inary/cli/removeorphaned.py:39 +#: inary/cli/removeorphaned.py:41 #, fuzzy msgid "remove-orphaned options" msgstr "opzioni di rimozione" -#: inary/cli/removeorphaned.py:43 +#: inary/cli/removeorphaned.py:45 #, fuzzy msgid "When removing orphaned, ignore packages and components whose basenames match pattern." msgstr "All'aggiornamento del sistema, ignora i pacchetti e i componenti i cui nomi base corrispondono al modello." -#: inary/cli/removerepo.py:21 +#: inary/cli/removerepo.py:23 msgid "" "Remove repositories\n" "\n" @@ -2259,7 +2316,7 @@ msgstr "" "\n" "Rimuove tutte le informazioni dei repository dal sistema.\n" -#: inary/cli/search.py:25 +#: inary/cli/search.py:27 msgid "" "Search packages\n" "\n" @@ -2280,39 +2337,39 @@ msgstr "" "La ricerca viene effettuata di default nel database pacchetti.\n" "Usa le opzioni per cercare nei database pacchetti o sorgente.\n" -#: inary/cli/search.py:42 +#: inary/cli/search.py:44 msgid "search options" msgstr "opzioni di ricerca" -#: inary/cli/search.py:44 +#: inary/cli/search.py:46 msgid "Summary and description language" msgstr "Linguaggio del sommario e descrizione" -#: inary/cli/search.py:48 +#: inary/cli/search.py:50 msgid "Search in installdb" msgstr "Cerca in installdb" -#: inary/cli/search.py:50 +#: inary/cli/search.py:52 msgid "Search in sourcedb" msgstr "Cerca in sourcedb" -#: inary/cli/search.py:52 +#: inary/cli/search.py:54 msgid "Case sensitive search" msgstr "" -#: inary/cli/search.py:54 +#: inary/cli/search.py:56 msgid "Search in the package name" msgstr "Cerca nel nome del pacchetto" -#: inary/cli/search.py:56 +#: inary/cli/search.py:58 msgid "Search in the package summary" msgstr "Cerca nel sommario dei pachetti" -#: inary/cli/search.py:58 +#: inary/cli/search.py:60 msgid "Search in the package description" msgstr "Cerca nel descrizione dei pachetti" -#: inary/cli/searchfile.py:25 +#: inary/cli/searchfile.py:26 msgid "" "Search for a file\n" "\n" @@ -2326,30 +2383,30 @@ msgstr "" "\n" "Trova il pacchetto installato che contiene il file specificato.\n" -#: inary/cli/searchfile.py:38 +#: inary/cli/searchfile.py:39 msgid "search-file options" msgstr "opzioni search-file" -#: inary/cli/searchfile.py:42 +#: inary/cli/searchfile.py:43 msgid "Show only package name" msgstr "Mostra solo nomi dei pacchetti" -#: inary/cli/searchfile.py:49 +#: inary/cli/searchfile.py:50 #, fuzzy msgid "Path '{}' does not belong to an installed package" msgstr "Il percorso {} non appartiene a un pacchetto installato" -#: inary/cli/searchfile.py:53 +#: inary/cli/searchfile.py:54 #, fuzzy, python-brace-format msgid "Package {0} has file /{1}" msgstr "Il pacchetto {0} contiene il file {1}" -#: inary/cli/searchfile.py:66 +#: inary/cli/searchfile.py:67 #, fuzzy msgid "Searching for {}" msgstr "Ricerca di {} in corso" -#: inary/cli/updaterepo.py:25 +#: inary/cli/updaterepo.py:27 msgid "" "Update repository databases\n" "\n" @@ -2369,15 +2426,15 @@ msgstr "" "Sincronizza i database INARY con il repository corrente.\n" "Se nessun repository viene fornito, verranno aggiornati tutti i repository.\n" -#: inary/cli/updaterepo.py:42 +#: inary/cli/updaterepo.py:44 msgid "update-repo options" msgstr "opzioni update-repo" -#: inary/cli/updaterepo.py:46 +#: inary/cli/updaterepo.py:48 msgid "Update database in any case" msgstr "Aggiorna il database in ogni caso" -#: inary/cli/upgrade.py:26 +#: inary/cli/upgrade.py:28 msgid "" "Upgrade INARY packages\n" "\n" @@ -2413,240 +2470,236 @@ msgstr "" "Puoi anche specificare i componenti invece dei nomi dei pacchetti; essi verranno\n" "poi espansi per ottenere i nomi dei pacchetti.\n" -#: inary/cli/upgrade.py:50 +#: inary/cli/upgrade.py:52 msgid "upgrade options" msgstr "opzioni di aggiornamento" -#: inary/cli/upgrade.py:54 +#: inary/cli/upgrade.py:56 msgid "Security related package upgrades only" msgstr "Solo aggiornamenti dei pacchetti relativi alla sicurezza" -#: inary/cli/upgrade.py:56 +#: inary/cli/upgrade.py:58 msgid "Do not update repositories" msgstr "Non aggiornare i repository" -#: inary/cli/upgrade.py:62 +#: inary/cli/upgrade.py:64 msgid "Upgrade component's and recursive components' packages" msgstr "Aggiorna i pacchetti del componente e dei componenti ricorsivi" -#: inary/cli/upgrade.py:64 +#: inary/cli/upgrade.py:66 msgid "Name of the to be upgraded packages' repository" msgstr "" -#: inary/cli/upgrade.py:68 +#: inary/cli/upgrade.py:70 msgid "When upgrading system, ignore packages and components whose basenames match pattern." msgstr "All'aggiornamento del sistema, ignora i pacchetti e i componenti i cui nomi base corrispondono al modello." -#: inary/cli/upgrade.py:71 +#: inary/cli/upgrade.py:73 msgid "When upgrading system, ignore packages and components whose basenames match any pattern contained in file." msgstr "All'aggiornamento del sistema, ignora i pacchetti e i componenti i cui nomi base corrispondono a uno dei modelli contenuti nel file." -#: inary/cli/upgrade.py:75 +#: inary/cli/upgrade.py:77 #, fuzzy msgid "compare sha1sum repo and installed packages" msgstr "Reinstalla i pacchetti già installati" -#: inary/cli/upgrade.py:87 +#: inary/cli/upgrade.py:89 msgid "Updating repositories" msgstr "Aggiornamento repository in corso" -#: inary/cli/upgrade.py:91 +#: inary/cli/upgrade.py:93 msgid "Will not update repositories" msgstr "Non aggiornerà i repository" -#: inary/config.py:83 +#: inary/config.py:87 #, fuzzy msgid "Destination directory {} does not exist. Creating it." msgstr "La cartella di destinazione {} non esiste. La sto creando." -#: inary/configfile.py:130 +#: inary/configfile.py:132 #, fuzzy msgid "No section by name '{}'" msgstr "Nessuna sezione di nome {}" -#: inary/constants.py:30 +#: inary/constants.py:41 #, fuzzy msgid "Can't rebind constant: {}" msgstr "Impossibile ricollegare la costante: {}" -#: inary/constants.py:36 +#: inary/constants.py:47 #, fuzzy msgid "Can't unbind constant: {}" msgstr "Impossibile scollegare la costante: {}" -#: inary/data/history.py:45 +#: inary/data/history.py:47 #, fuzzy, python-brace-format msgid "{0} repository is updated." msgstr "repositorio di nome {0} è aggiornato." -#: inary/data/history.py:65 +#: inary/data/history.py:67 #, python-brace-format msgid "{0} is upgraded from {1} to {2} with delta." msgstr "" -#: inary/data/history.py:67 +#: inary/data/history.py:69 #, python-brace-format msgid "{0} is upgraded from {1} to {2}." msgstr "" -#: inary/data/history.py:69 +#: inary/data/history.py:71 #, fuzzy, python-brace-format msgid "{0} {1} is removed." msgstr "{0} {1} è stato rimosso." -#: inary/data/history.py:71 +#: inary/data/history.py:73 #, fuzzy, python-brace-format msgid "{0} {1} is installed." msgstr "{0} {1} è installato." -#: inary/data/history.py:73 +#: inary/data/history.py:75 #, fuzzy, python-brace-format msgid "{0} {1} is reinstalled." msgstr "{0} {1} è reinstallato." -#: inary/data/history.py:75 +#: inary/data/history.py:77 #, python-brace-format msgid "{0} is downgraded from {1} to {2}." msgstr "" -#: inary/data/history.py:100 inary/data/history.py:122 +#: inary/data/history.py:102 inary/data/history.py:124 msgid "Unknown package operation" msgstr "" -#: inary/data/index.py:95 +#: inary/data/index.py:96 #, fuzzy msgid "Sorting: {}" msgstr "Creazione {}..." -#: inary/data/index.py:178 +#: inary/data/index.py:179 #, fuzzy msgid "Adding packages from directory {}... " msgstr "Aggiunta di {} all'indice dei pacchetti" -#: inary/data/index.py:187 +#: inary/data/index.py:188 #, fuzzy msgid "Adding packages from directory {}... done." msgstr "Aggiunta di {} all'indice dei pacchetti" -#: inary/data/index.py:198 +#: inary/data/index.py:199 #, fuzzy msgid "Adding package to index: {}" msgstr "Aggiunta di {} all'indice dei pacchetti" -#: inary/data/index.py:213 +#: inary/data/index.py:214 #, fuzzy msgid "Package {}: metadata corrupt, skipping..." msgstr "Pacchetto {}: metadata corrotti, lo salto..." -#: inary/data/index.py:258 +#: inary/data/index.py:259 #, fuzzy msgid "Adding groups.xml to index" msgstr "Aggiunta di {} all'indice dei sorgenti" -#: inary/data/index.py:264 +#: inary/data/index.py:265 #, fuzzy msgid "Adding components.xml to index" msgstr "Aggiunta di {} all'indice dei componenti" -#: inary/data/index.py:274 +#: inary/data/index.py:275 #, fuzzy msgid "Adding distribution.xml to index" msgstr "Aggiunta di {} all'indice dei sorgenti" -#: inary/data/index.py:295 +#: inary/data/index.py:296 #, fuzzy msgid "Adding source to index: {}" msgstr "Aggiunta di {} all'indice dei pacchetti" -#: inary/data/index.py:314 +#: inary/data/index.py:315 #, fuzzy msgid "Building index of Inary files under {}" msgstr "Costruzione dell'indice dei file INARY in {}" -#: inary/data/index.py:319 +#: inary/data/index.py:320 msgid "Index file written" msgstr "File di indice scritto" -#: inary/data/metadata.py:73 +#: inary/data/metadata.py:75 #, fuzzy, python-brace-format msgid "Distribution: {0}, Dist. Release: {1}\n" msgstr "Distribuzione: {0}, Versione: {1}\n" -#: inary/data/metadata.py:75 +#: inary/data/metadata.py:77 #, fuzzy, python-brace-format msgid "Architecture: {0}, Installed Size: {1}" msgstr "Architettura: {0}, Dimensione file installati: {1}" -#: inary/data/metadata.py:81 +#: inary/data/metadata.py:83 #, fuzzy msgid ", Package Size: {}" msgstr "File pacchetto: {}" -#: inary/data/metadata.py:83 +#: inary/data/metadata.py:85 msgid ", install.tar.xz sha1sum: {}" msgstr ", install.tar.xz sha1sum: {}" -#: inary/data/pgraph.py:29 +#: inary/data/pgraph.py:31 #, fuzzy msgid "Encountered cycle {}" msgstr "Riscontrato ciclo {}" -#: inary/data/specfile.py:169 +#: inary/data/specfile.py:166 #, fuzzy, python-brace-format msgid "URI: {0}, type: {1}, sha1sum: {2}" msgstr "URI: {0}, tipo: {1}, sha1sum: {2}" -#: inary/data/specfile.py:198 inary/data/specfile.py:201 +#: inary/data/specfile.py:195 inary/data/specfile.py:198 msgid " or " msgstr "Oppure" -#: inary/data/specfile.py:278 inary/operations/install.py:293 +#: inary/data/specfile.py:275 inary/operations/install.py:295 #, fuzzy, python-brace-format msgid "{0} dependency of package {1} is not satisfied" msgstr "La dipendenza {0} del pacchetto {1} non è soddisfatta" -#: inary/data/specfile.py:376 inary/data/specfile.py:487 +#: inary/data/specfile.py:373 inary/data/specfile.py:454 #, fuzzy msgid "Summary: {}\n" msgstr "Sommario: {}\n" -#: inary/data/specfile.py:377 inary/data/specfile.py:488 +#: inary/data/specfile.py:374 inary/data/specfile.py:455 #, fuzzy msgid "Description: {}\n" msgstr "Descrizione: {}\n" -#: inary/data/specfile.py:378 inary/data/specfile.py:489 +#: inary/data/specfile.py:375 inary/data/specfile.py:456 #, fuzzy msgid "Licenses: {}\n" msgstr "Licenze: {}\n" -#: inary/data/specfile.py:379 inary/data/specfile.py:490 +#: inary/data/specfile.py:376 inary/data/specfile.py:457 #, fuzzy msgid "Component: {}\n" msgstr "Componente: {}\n" -#: inary/data/specfile.py:380 +#: inary/data/specfile.py:377 msgid "Provides: " msgstr "Fornisce: " -#: inary/data/specfile.py:384 +#: inary/data/specfile.py:381 msgid "Dependencies: " msgstr "Dipendenze: " -#: inary/data/specfile.py:437 inary/data/specfile.py:446 -msgid "translations.xml file is badly formed." +#: inary/data/specfile.py:433 +#, fuzzy +msgid "translations.xml {} file is badly formed." msgstr "File di translations.xml è di mal formato" -#: inary/data/specfile.py:470 -#, fuzzy, python-brace-format -msgid "File '{0}' has invalid XML: {1}" -msgstr "Il file {} contiene XML non valido" - -#: inary/data/specfile.py:491 +#: inary/data/specfile.py:458 msgid "Build Dependencies: " msgstr "Dipendenze per la Costruzione: " -#: inary/db/componentdb.py:114 +#: inary/db/componentdb.py:104 #, fuzzy msgid "Component {} not found" msgstr "Componente {} non trovato" @@ -2658,30 +2711,35 @@ msgstr "Ricostruisci il database dei file" #: inary/db/filesdb.py:48 #, fuzzy +msgid "-> Adding '{}' to db..." +msgstr "Aggiunta di {} al database... " + +#: inary/db/filesdb.py:49 +#, fuzzy msgid "" "\n" "Added files database..." msgstr "Ricostruisci il database dei file" -#: inary/db/filesdb.py:70 +#: inary/db/filesdb.py:84 #, fuzzy -msgid "-> Adding '{}' to db..." -msgstr "Aggiunta di {} al database... " +msgid "Removing files from database" +msgstr "Ricostruisci il database dei file" -#: inary/db/groupdb.py:89 inary/db/groupdb.py:98 +#: inary/db/groupdb.py:77 inary/db/groupdb.py:86 #, fuzzy msgid "Group {} not found" msgstr "Gruppo {} non trovato" -#: inary/db/installdb.py:43 +#: inary/db/installdb.py:39 msgid "installed" msgstr "installato" -#: inary/db/installdb.py:43 +#: inary/db/installdb.py:39 msgid "installed-pending" msgstr "installato-in sospeso" -#: inary/db/installdb.py:60 +#: inary/db/installdb.py:56 #, fuzzy, python-brace-format msgid "" "State: {0}\n" @@ -2690,453 +2748,446 @@ msgstr "" "Stato: {0}\n" "Versione: {1}, Release: {2}\n" -#: inary/db/installdb.py:64 +#: inary/db/installdb.py:60 #, fuzzy, python-brace-format msgid "Distribution: {0}, Install Time: {1}\n" msgstr "Distribuzione: {0}, Data installazione: {1}\n" -#: inary/db/installdb.py:111 inary/db/installdb.py:135 +#: inary/db/installdb.py:106 msgid "Installation info for package '{}' is broken. Reinstall it to fix this problem." msgstr "" -#: inary/db/installdb.py:431 +#: inary/db/installdb.py:385 #, fuzzy msgid "Package {} is not installed" msgstr "Il pacchetto {} non è installato." -#: inary/db/itembyrepo.py:40 +#: inary/db/itembyrepo.py:42 #, fuzzy msgid "{} not found in any repository." msgstr "{} non è stato trovato in alcun repository." -#: inary/db/itembyrepo.py:50 +#: inary/db/itembyrepo.py:52 #, fuzzy msgid "Repo item {} not found" msgstr "Chiave {} non trovata" -#: inary/db/itembyrepo.py:60 inary/db/itembyrepo.py:71 -#: inary/db/itembyrepo.py:81 +#: inary/db/itembyrepo.py:62 inary/db/itembyrepo.py:73 +#: inary/db/itembyrepo.py:83 #, fuzzy msgid "Repository {} does not exist." msgstr "Il repository {} non esiste." -#: inary/db/packagedb.py:210 inary/db/packagedb.py:220 +#: inary/db/packagedb.py:164 inary/db/packagedb.py:172 #, fuzzy msgid "Package {} not found." msgstr "Pacchetto {} non trovato." -#: inary/db/repodb.py:254 +#: inary/db/repodb.py:198 #, fuzzy msgid "{} repository needs to be updated" msgstr "Repositorio di nome {} dev'essere aggiornato." -#: inary/db/repodb.py:268 +#: inary/db/repodb.py:205 msgid "" "Error parsing repository index information: {} \n" " Index file does not exist or is malformed." msgstr "" -#: inary/db/repodb.py:397 +#: inary/db/repodb.py:313 #, fuzzy msgid "Repository '{}' is not compatible with your distribution. Repository is disabled." msgstr "Il pacchetto {} non è disponibile nei repositorio. Repositorio è disattivato." -#: inary/fetcher.py:151 -msgid "" -"Url Problem: \n" -" {}" -msgstr "" +#: inary/fetcher.py:22 +#, fuzzy +msgid "Please install requests" +msgstr "Già installato" -#: inary/fetcher.py:156 +#: inary/fetcher.py:154 msgid "" -"Reaised an HTTP Error: \n" +"Url Problem: \n" " {}" msgstr "" -#: inary/fetcher.py:161 +#: inary/fetcher.py:159 msgid "" "Can not avaible remote server: \n" " {}" msgstr "" -#: inary/fetcher.py:170 +#: inary/fetcher.py:169 msgid "Filename error" msgstr "Errore nel nome del file" -#: inary/fetcher.py:173 -#, fuzzy -msgid "Access denied to write to destination directory: \"{}\"" +#: inary/fetcher.py:172 +#, fuzzy, python-format +msgid "Access denied to write to destination directory: \"%s\"" msgstr "Accesso negato in scrittura nella cartella di destinazione: \"{}\"" -#: inary/fetcher.py:176 -#, fuzzy -msgid "Access denied to destination file: \"{}\"" +#: inary/fetcher.py:175 +#, fuzzy, python-format +msgid "Access denied to destination file: \"%s\"" msgstr "Accesso negato al file di destinazione: \"{}\"" -#: inary/fetcher.py:188 -msgid "Requested range not satisfiable, starting again." -msgstr "Impossibile soddisfare l'intervallo richiesto, inizio di nuovo." - -#: inary/fetcher.py:196 -#, fuzzy, python-brace-format -msgid "" -"Could not fetch destination file: \"{0}\" \n" -"Raised Value error: \"{1}\"" -msgstr "Accesso negato al file di destinazione: \"{0}\" \"{1}\"" - -#: inary/fetcher.py:198 inary/fetcher.py:200 inary/fetcher.py:202 -#, fuzzy, python-brace-format -msgid "" -"Could not fetch destination file: \"{0}\"; \n" -"\"{1}\"" +#: inary/fetcher.py:212 +#, fuzzy, python-format +msgid "Could not fetch destination file \"%s\":%s" msgstr "Accesso negato al file di destinazione: \"{0}\"; \"{1}\"" -#: inary/fetcher.py:204 -#, fuzzy, python-brace-format -msgid "Could not fetch destination file: \"{0}\"; (\"{1}\"): \"{2}\"" -msgstr "Accesso negato al file di destinazione: \"{0}\"; \"{1}\": \"{2}\"" +#: inary/fetcher.py:216 +msgid "Package manager not support downloding from ftp mirror" +msgstr "" + +#: inary/fetcher.py:219 +#, fuzzy +msgid "Copying local file {}" +msgstr "Rimozione di file cache {}..." -#: inary/fetcher.py:207 +#: inary/fetcher.py:224 #, fuzzy -msgid "A problem occurred. Please check the archive address and/or permissions again. {}" +msgid "A problem occurred. Please check the archive address and/or permissions again." msgstr "C'è stato un problema. Controlla per favore di nuovo l'indirizzo dell'archivio e/o i permessi." -#: inary/fetcher.py:270 inary/fetcher.py:302 +#: inary/fetcher.py:257 #, fuzzy msgid "Proxy configuration has been found for '{}' protocol" msgstr "Trovata configurazione proxy per il protocollo {}" -#: inary/fetcher.py:309 +#: inary/fetcher.py:264 #, fuzzy msgid "Bandwidth usage is limited to {} KB/s" msgstr "Mantenere l'utilizzo di banda in determinate KB" -#: inary/fetcher.py:321 -msgid "Remote file can not be reached. Previously downloaded part of the file will be removed." -msgstr "" - -#: inary/fetcher.py:330 -msgid "Server doesn't support partial downloads. Previously downloaded part of the file will be over-written." -msgstr "" - -#: inary/fetcher.py:400 inary/fetcher.py:421 inary/fetcher.py:434 -msgid "ftp error" -msgstr "errore ftp" - -#: inary/fetcher.py:461 +#: inary/fetcher.py:287 #, fuzzy, python-brace-format msgid "{0} package found in {1} repository" msgstr "{0} Pacchetto trovato nella {1} repository " -#: inary/fetcher.py:465 +#: inary/fetcher.py:291 #, fuzzy msgid "{} package already fetched" msgstr "{} pacchetto già scaricato" -#: inary/file.py:35 +#: inary/file.py:38 #, python-brace-format msgid "URL {0} already downloaded as {1}" msgstr "" -#: inary/file.py:41 +#: inary/file.py:44 #, fuzzy msgid "No signature found for {}" msgstr "Nessun script configure trovato per cmake." -#: inary/file.py:49 +#: inary/file.py:52 #, fuzzy msgid " invalid for {}" msgstr "{} non valido" -#: inary/file.py:71 +#: inary/file.py:74 msgid "uri must have type either URI or string" msgstr "la uri deve avere come tipo o URI o stringa" -#: inary/file.py:139 +#: inary/file.py:142 #, fuzzy msgid "Fetching {}" msgstr "Recupero di {}" -#: inary/file.py:143 +#: inary/file.py:146 #, fuzzy msgid "Copying {} to transfer dir" msgstr "Copia di {} alla cartella di trasferimento" -#: inary/file.py:148 +#: inary/file.py:151 #, fuzzy msgid "File '{}' not found." msgstr "File {} non trovato." -#: inary/file.py:169 +#: inary/file.py:172 #, fuzzy msgid "File integrity of {} compromised." msgstr "Integrità del file {} compromessa." -#: inary/file.py:193 +#: inary/file.py:196 msgid "File mode must be either File.read or File.write" msgstr "Il modo del file deve essere o File.read o FIle.write" -#: inary/file.py:198 +#: inary/file.py:201 msgid "Remote write not implemented" msgstr "La scrittura remota non è ancora implementata" -#: inary/file.py:251 inary/file.py:254 +#: inary/file.py:254 inary/file.py:257 #, fuzzy msgid "ERROR: gpg --detach-sig {} failed" msgstr "ERRORE: gpg --detach-sig {} fallito" -#: inary/mirrors.py:46 +#: inary/mirrors.py:49 #, fuzzy msgid "Mirrors file {} does not exist. Could not resolve mirrors://" msgstr "Il file dei mirror {} non esiste. Impossibile trovare mirrors://" -#: inary/operations/build.py:114 +#: inary/operations/build.py:116 #, fuzzy msgid "Path {} belongs in multiple packages" msgstr "Il percorso {} si trova in più pacchetti" -#: inary/operations/build.py:143 +#: inary/operations/build.py:145 msgid "Removing special file skipped for: {}" msgstr "" -#: inary/operations/build.py:192 +#: inary/operations/build.py:194 #, fuzzy msgid "Source URI: {}" msgstr "URI di origine: {}" -#: inary/operations/build.py:196 +#: inary/operations/build.py:198 #, fuzzy msgid "Source {} not found in any active repository." msgstr "Il sorgente {} non è stato trovato in alcun repository attivo." -#: inary/operations/build.py:321 +#: inary/operations/build.py:324 msgid "pspec.xml avoids this package from building for '{}'" msgstr "" -#: inary/operations/build.py:324 +#: inary/operations/build.py:327 #, fuzzy msgid "Building source package: {}" msgstr "Costruzione del pacchetto sorgente: {}" -#: inary/operations/build.py:340 +#: inary/operations/build.py:343 msgid "ccache detected..." msgstr "Rilevato ccache..." -#: inary/operations/build.py:342 +#: inary/operations/build.py:345 msgid "IceCream detected. Make sure your daemon is up and running..." msgstr "Rilevato IceCream. Assicurati che il tuo demone sia in esecuzione e attivo..." -#: inary/operations/build.py:376 +#: inary/operations/build.py:379 #, fuzzy msgid "Rebuilding for {}" msgstr "costruzione del formato file {}" -#: inary/operations/build.py:502 +#: inary/operations/build.py:505 msgid "Cannot find component.xml in remote directory, Source is now part of unknown component" msgstr "Impossibile trovare il file component.xml nella cartella remota" -#: inary/operations/build.py:510 +#: inary/operations/build.py:513 msgid "Cannot find component.xml in upper directory, Source is now part of unknown component" msgstr "Impossibile trovare il file component.xml nella cartella superiore" -#: inary/operations/build.py:524 +#: inary/operations/build.py:527 msgid "Unpacking archive(s)..." msgstr "Scompattazione archivio..." -#: inary/operations/build.py:532 +#: inary/operations/build.py:535 #, fuzzy msgid " unpacked ({})" msgstr "scompattato {}" -#: inary/operations/build.py:537 +#: inary/operations/build.py:540 msgid "Setting up source..." msgstr "Configurazione sorgente..." -#: inary/operations/build.py:542 +#: inary/operations/build.py:545 msgid "Building source..." msgstr "Compilazione sorgente..." -#: inary/operations/build.py:547 +#: inary/operations/build.py:550 msgid "Testing package..." msgstr "Verifica del pacchetto..." -#: inary/operations/build.py:551 +#: inary/operations/build.py:554 msgid "Installing..." msgstr "Installazione in corso..." -#: inary/operations/build.py:630 +#: inary/operations/build.py:633 #, fuzzy, python-brace-format msgid "Unable to read Actions Script ({0}): {1}" msgstr "Impossibile leggere Actions Script {0}: {1}" -#: inary/operations/build.py:633 +#: inary/operations/build.py:636 #, fuzzy, python-brace-format msgid "SyntaxError in Actions Script ({0}): {1}" msgstr "Errore di sintassi in Actions Script {0}: {1}" -#: inary/operations/build.py:661 +#: inary/operations/build.py:664 #, fuzzy, python-brace-format msgid "Unable to read SCOM script ({0}): {1}" msgstr "Impossibile leggere script SCOM {0}: {1}" -#: inary/operations/build.py:664 +#: inary/operations/build.py:667 #, fuzzy, python-brace-format msgid "SyntaxError in SCOM file ({0}): {1}" msgstr "Errore di sintassi nel file SCOM {0}: {1}" -#: inary/operations/build.py:698 +#: inary/operations/build.py:701 #, fuzzy, python-brace-format msgid "Sandbox violation: {0} ({1} -> {2})" msgstr "Violazione ambiente protetto: {0} ({1} -> {2})" -#: inary/operations/build.py:714 inary/util.py:525 +#: inary/operations/build.py:717 inary/util/file_utils.py:277 #, fuzzy msgid "ERROR: WorkDir ({}) does not exist\n" msgstr "Errore: La directory di lavoro {} non esiste\n" -#: inary/operations/build.py:724 +#: inary/operations/build.py:727 msgid "Sandbox enabled build..." msgstr "" -#: inary/operations/build.py:748 +#: inary/operations/build.py:751 msgid "Sandbox violation result:" msgstr "Violazione dell'ambiente protetto (sandbox)!" -#: inary/operations/build.py:753 +#: inary/operations/build.py:756 msgid "Sandbox violations!" msgstr "Violazioni dell'ambiente protetto (sandbox)!" -#: inary/operations/build.py:759 +#: inary/operations/build.py:762 #, fuzzy msgid "unable to call function from actions: {}" msgstr "impossibile chiamare la funzione dalle azioni: {}" -#: inary/operations/build.py:772 +#: inary/operations/build.py:775 #, python-brace-format msgid "Source package '{0}' defines a relative 'Path' element: {1}" msgstr "" -#: inary/operations/build.py:776 +#: inary/operations/build.py:779 #, python-brace-format msgid "Source package '{0}' defines multiple 'Path' tags for {1}" msgstr "" -#: inary/operations/build.py:804 +#: inary/operations/build.py:807 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: " -#: inary/operations/build.py:809 +#: inary/operations/build.py:812 msgid "Safety switch: the component system.devel cannot be found" msgstr "Switch di sicurezza: il componente system.devel non è stato trovato" -#: inary/operations/build.py:818 +#: inary/operations/build.py:821 msgid "Unsatisfied Build Dependencies:" msgstr "Dipendenze di compilazione non soddisfatte:" -#: inary/operations/build.py:822 +#: inary/operations/build.py:825 msgid "Cannot build package due to unsatisfied build dependencies" msgstr "Impossibile compilare il pacchetto a casa di dipendenze non soddisfatte" -#: inary/operations/build.py:827 +#: inary/operations/build.py:830 #, fuzzy msgid "Build dependency {} cannot be satisfied" msgstr "La dipendenza di compilazione {} non può essere soddisfatta" -#: inary/operations/build.py:829 +#: inary/operations/build.py:832 msgid "Do you want to install the unsatisfied build dependencies" msgstr "Desideri installare le dipendenze di compilazione non soddisfatte" -#: inary/operations/build.py:830 +#: inary/operations/build.py:833 msgid "Installing build dependencies." msgstr "Installazione dipendenze di compilazione." -#: inary/operations/build.py:836 +#: inary/operations/build.py:839 msgid "Ignoring build dependencies." msgstr "Ignoro le dipendenze di compilazione." -#: inary/operations/build.py:846 +#: inary/operations/build.py:849 #, fuzzy msgid "Patch file is missing: {}\n" msgstr "Il file di patch è mancante: {}\n" -#: inary/operations/build.py:848 +#: inary/operations/build.py:851 #, fuzzy msgid "Patch file is empty: {}" msgstr "Il file di patch è vuoto: {}" -#: inary/operations/build.py:864 +#: inary/operations/build.py:867 #, fuzzy msgid "Applying patch: {}" msgstr "Applicazione della patch: {}" -#: inary/operations/build.py:985 +#: inary/operations/build.py:993 +#, fuzzy, python-format +msgid "No user named '%s' found on the system" +msgstr "Utente {} non trovato nel sistema" + +#: inary/operations/build.py:999 +#, fuzzy, python-format +msgid "No group named '%s' found on the system" +msgstr "Gruppo {} non trovato nel sistema" + +#: inary/operations/build.py:1006 +#, fuzzy, python-format +msgid "No group named '%s' (value guessed from owner) found on the system" +msgstr "Gruppo {} non trovato nel sistema" + +#: inary/operations/build.py:1015 msgid "/{} has suid bit set" msgstr "" -#: inary/operations/build.py:1077 +#: inary/operations/build.py:1094 #, fuzzy msgid "There are abandoned files under the install dir ({}):" msgstr "File abbandonati nella cartella di installazione {}:" -#: inary/operations/build.py:1113 +#: inary/operations/build.py:1130 #, fuzzy msgid "Ignoring empty package {}" msgstr "Ignorando pacchetto vuoto {}" -#: inary/operations/build.py:1116 +#: inary/operations/build.py:1133 #, fuzzy msgid "Building package: {}" msgstr "Costruzione del pacchetto: {}" -#: inary/operations/build.py:1133 inary/operations/delta.py:56 +#: inary/operations/build.py:1150 inary/operations/delta.py:58 #, fuzzy msgid "Creating {}..." msgstr "Creazione {}..." -#: inary/operations/build.py:1182 +#: inary/operations/build.py:1199 msgid "Cleaning build directory..." msgstr "Pulizia della cartella di compilazione..." -#: inary/operations/build.py:1185 +#: inary/operations/build.py:1202 msgid "Keeping build directory" msgstr "La cartella di compilazione verrà conservata" -#: inary/operations/build.py:1275 +#: inary/operations/build.py:1292 msgid "Action script error caught." msgstr "Errore di Actionscript catturati." -#: inary/operations/build.py:1279 +#: inary/operations/build.py:1296 #, python-format msgid "*** %d error(s), %d warning(s)" msgstr "" -#: inary/operations/build.py:1362 +#: inary/operations/build.py:1379 #, fuzzy msgid "Last state was '{}'" msgstr "L'ultimo era stato {}" -#: inary/operations/delta.py:43 +#: inary/operations/delta.py:45 #, python-brace-format msgid "The file '{0}' belongs to a different package other than '{1}'. Skipping it..." msgstr "" -#: inary/operations/delta.py:47 +#: inary/operations/delta.py:49 msgid "Package '{}' has the same release number with the new package. Skipping it..." msgstr "" -#: inary/operations/delta.py:66 +#: inary/operations/delta.py:68 msgid "All files in the package '{}' are different from the files in the new package. Skipping it..." msgstr "" -#: inary/operations/delta.py:108 +#: inary/operations/delta.py:110 msgid "New package '{}' exists in the list of old packages. Skipping it..." msgstr "" -#: inary/operations/emerge.py:35 +#: inary/operations/emerge.py:37 msgid "No packages to emerge." msgstr "Nessun pacchetto su cui effettuare emerge." -#: inary/operations/emerge.py:50 +#: inary/operations/emerge.py:52 msgid "" "The following list of packages will be installed\n" "from repository in the respective order to satisfy dependencies:\n" @@ -3144,7 +3195,7 @@ msgstr "" "La seguente lista minimale di pacchetti verrà installata\n" "dal repository nel rispettivo ordine per soddisfare le dipendenze:\n" -#: inary/operations/emerge.py:53 +#: inary/operations/emerge.py:55 msgid "" "The following list of packages will be built and\n" "installed in the respective order to satisfy dependencies:\n" @@ -3152,26 +3203,26 @@ msgstr "" "La seguente lista minimale dei pacchetti verrà costruita e\n" "installata nel rispettivo ordine per soddisfare le dipendenze:\n" -#: inary/operations/emerge.py:61 inary/operations/install.py:83 +#: inary/operations/emerge.py:63 inary/operations/install.py:85 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?" -#: inary/operations/emerge.py:95 +#: inary/operations/emerge.py:97 #, fuzzy msgid "Cannot find source package: {}" msgstr "Impossibile trovare il pacchetto di sorgenti: {}" -#: inary/operations/helper.py:51 +#: inary/operations/helper.py:52 #, fuzzy msgid "Selected packages [{}] are in conflict with each other." msgstr "I pacchetti selezionati [{}] sono in conflitto tra loro." -#: inary/operations/helper.py:56 +#: inary/operations/helper.py:57 #, fuzzy, python-brace-format msgid "[{0} conflicts with: {1}]\n" msgstr "[{0} va in conflitto con: {1}]\n" -#: inary/operations/helper.py:58 +#: inary/operations/helper.py:59 #, fuzzy msgid "" "The following packages have conflicts:\n" @@ -3180,225 +3231,230 @@ msgstr "" "I pacchetti seguenti hanno dei conflitti:\n" "{}" -#: inary/operations/helper.py:60 +#: inary/operations/helper.py:61 msgid "Remove the following conflicting packages?" msgstr "Rimuovere i seguenti pacchetti conflittanti?" -#: inary/operations/helper.py:61 +#: inary/operations/helper.py:62 msgid "Conflicting packages should be removed to continue" msgstr "Pacchetti in conflitto dovrebbero essere rimosse per continuare" -#: inary/operations/history.py:84 inary/operations/history.py:94 +#: inary/operations/history.py:87 inary/operations/history.py:97 #, fuzzy msgid "{} could not be found" msgstr "Utilità {} non trovata" -#: inary/operations/history.py:97 inary/package.py:106 -#: inary/sourcearchive.py:119 +#: inary/operations/history.py:100 inary/package.py:109 +#: inary/sourcearchive.py:124 #, fuzzy msgid "{} [cached]" msgstr "{} [nella cache]" -#: inary/operations/history.py:145 +#: inary/operations/history.py:148 msgid "Following packages will be installed:\n" msgstr "I seguenti pacchetti verranno installati:\n" -#: inary/operations/history.py:148 +#: inary/operations/history.py:151 msgid "Following packages will be removed:\n" msgstr "I seguenti pacchetti verranno rimossi:\n" -#: inary/operations/history.py:150 inary/operations/history.py:164 -#: inary/operations/install.py:214 inary/operations/remove.py:73 -#: inary/operations/upgrade.py:194 +#: inary/operations/history.py:153 inary/operations/history.py:167 +#: inary/operations/install.py:216 inary/operations/remove.py:76 +#: inary/operations/upgrade.py:196 msgid "Do you want to continue?" msgstr "Vuoi proseguire?" -#: inary/operations/history.py:156 inary/operations/install.py:97 -#: inary/operations/upgrade.py:205 +#: inary/operations/history.py:159 inary/operations/install.py:99 +#: inary/operations/upgrade.py:207 #, python-format msgid "Downloading %d / %d" msgstr "Scaricamento di %d/%d" -#: inary/operations/history.py:162 +#: inary/operations/history.py:165 msgid "" "\n" "Following packages could not be found in repositories and are not cached:\n" msgstr "" -#: inary/operations/info.py:34 +#: inary/operations/info.py:35 #, fuzzy msgid "File {} not found" msgstr "File {} non trovato" -#: inary/operations/install.py:47 inary/operations/install.py:149 +#: inary/operations/install.py:49 inary/operations/install.py:151 #, fuzzy msgid "The following package(s) are already installed and are not going to be installed again:" msgstr "I seguenti pacchetti sono già installati e non verranno installati nuovamente:\n" -#: inary/operations/install.py:53 inary/operations/install.py:227 +#: inary/operations/install.py:55 inary/operations/install.py:229 msgid "No packages to install." msgstr "Nessun pacchetto da installare." -#: inary/operations/install.py:71 +#: inary/operations/install.py:73 #, fuzzy msgid "Following packages will be installed:" msgstr "I seguenti pacchetti verranno aggiornati: " -#: inary/operations/install.py:76 inary/operations/upgrade.py:181 +#: inary/operations/install.py:78 inary/operations/upgrade.py:183 #, python-format msgid "Total size of package(s): %.2f %s" msgstr "Dimensione totale dei pacchetti: %.2f %s" -#: inary/operations/install.py:116 inary/operations/upgrade.py:219 +#: inary/operations/install.py:118 inary/operations/upgrade.py:221 #, python-format msgid "Installing %d / %d" msgstr "Installazione di %d/%d" -#: inary/operations/install.py:136 +#: inary/operations/install.py:138 msgid "Mixing file names and package names not supported yet." msgstr "Non è ancora possibile mescolare nomi dei file e nomi dei pacchetti." -#: inary/operations/install.py:180 +#: inary/operations/install.py:182 #, python-brace-format msgid "Package {0} is not compatible with your distribution release {1} {2}." msgstr "" -#: inary/operations/install.py:184 +#: inary/operations/install.py:186 #, python-brace-format msgid "Package {0} ({1}) is not compatible with your {2} architecture." msgstr "" -#: inary/operations/install.py:206 +#: inary/operations/install.py:208 #, fuzzy msgid "External dependencies not satisfied: {}" msgstr "Dipendenze esterne non soddisfatte: {}" -#: inary/operations/install.py:211 +#: inary/operations/install.py:213 msgid "The following packages will be installed in order to satisfy dependencies:" msgstr "I seguenti pacchetti verranno installati in modo di soddisfare le dipendenze:" -#: inary/operations/install.py:215 +#: inary/operations/install.py:217 msgid "External dependencies not satisfied" msgstr "Dipendenze esterne non soddisfatte" -#: inary/operations/install.py:258 +#: inary/operations/install.py:260 msgid "Installation order: " msgstr "Ordine di installazione: " -#: inary/operations/remove.py:44 +#: inary/operations/install.py:275 +#, fuzzy +msgid "Checking dependencies for install..." +msgstr "I seguenti pacchetti verranno aggiornati: " + +#: inary/operations/remove.py:47 msgid "Safety switch prevents the removal of following packages:\n" msgstr "Switch di sicurezza: impossibile rimuovere i seguenti pacchetti:\n" -#: inary/operations/remove.py:49 inary/operations/upgrade.py:392 +#: inary/operations/remove.py:52 inary/operations/upgrade.py:394 msgid "Safety switch: The component system.base cannot be found." msgstr "Interruttore di sicurezza: il componente system.base non può essere trovato." -#: inary/operations/remove.py:56 +#: inary/operations/remove.py:59 #, fuzzy msgid "Package {} does not exist. Cannot remove." msgstr "Il pacchetto {} non esiste. Impossibile rimuovere." -#: inary/operations/remove.py:60 +#: inary/operations/remove.py:63 msgid "No packages to remove." msgstr "Nessun pacchetto da rimuovere." -#: inary/operations/remove.py:69 +#: inary/operations/remove.py:72 msgid "" "The following list of packages will be removed\n" "in the respective order to satisfy dependencies:\n" msgstr "" -#: inary/operations/remove.py:74 +#: inary/operations/remove.py:77 msgid "Package removal declined" msgstr "Rimozione dei pacchetti rifiutata" -#: inary/operations/remove.py:91 +#: inary/operations/remove.py:94 #, fuzzy msgid "Package {} is not installed. Cannot remove." msgstr "Il pacchetto {} non è installato. Impossibile rimuovere." -#: inary/operations/remove.py:126 +#: inary/operations/remove.py:129 msgid "Conflicts remain" msgstr "Il conflitto rimane" -#: inary/operations/remove.py:134 +#: inary/operations/remove.py:137 msgid "Obsoleted packages remaining" msgstr "I pacchetti obsoleti rimangono" -#: inary/operations/remove.py:138 +#: inary/operations/remove.py:141 msgid "Replaced package remains" msgstr "Il pacchetto sostituito rimane" -#: inary/operations/upgrade.py:52 +#: inary/operations/upgrade.py:54 msgid "You must restart the following service(s) manually for the updated software to take effect:" msgstr "" -#: inary/operations/upgrade.py:59 +#: inary/operations/upgrade.py:61 msgid "You must restart your system for the updates in the following package(s) to take effect:" msgstr "" -#: inary/operations/upgrade.py:84 +#: inary/operations/upgrade.py:86 msgid "Warning: package *name* ends with '.inary'" msgstr "Attenzione: il *nome* del pacchetto termina con '.inary'" -#: inary/operations/upgrade.py:87 +#: inary/operations/upgrade.py:89 #, fuzzy msgid "Package {} is not installed." msgstr "Il pacchetto {} non è installato." -#: inary/operations/upgrade.py:91 +#: inary/operations/upgrade.py:93 #, fuzzy msgid "Package {} is not available in repositories." msgstr "Il pacchetto {} non è disponibile nei repository." -#: inary/operations/upgrade.py:114 +#: inary/operations/upgrade.py:116 #, fuzzy, python-brace-format msgid "Package {0.name} is already at the latest release {0.release}." msgstr "Il pacchetto {0.name} è già alla versione più recente {0.release}." -#: inary/operations/upgrade.py:118 +#: inary/operations/upgrade.py:120 #, fuzzy msgid "The following packages have different sha1sum:" msgstr "" "I pacchetti seguenti hanno dei conflitti:\n" "{}" -#: inary/operations/upgrade.py:176 +#: inary/operations/upgrade.py:178 msgid "The following packages will be upgraded:" msgstr "I seguenti pacchetti verranno aggiornati: " -#: inary/operations/upgrade.py:187 +#: inary/operations/upgrade.py:189 msgid "There are extra packages due to dependencies." msgstr "Sono inclusi dei pacchetti extra per via delle dipendenze. Desideri proseguire?" -#: inary/operations/upgrade.py:267 +#: inary/operations/upgrade.py:269 #, fuzzy, python-brace-format msgid "Dependency {0} of {1} cannot be satisfied" msgstr "Impossibile soddisfare la dipendenza {0} di {1}" -#: inary/operations/upgrade.py:268 +#: inary/operations/upgrade.py:270 msgid "Upgrade is not possible." msgstr "L'aggiornamento non è possibile." -#: inary/operations/upgrade.py:362 +#: inary/operations/upgrade.py:364 msgid "Safety switch forces the installation of following packages:" msgstr "" -#: inary/operations/upgrade.py:380 +#: inary/operations/upgrade.py:382 msgid "Safety switch forces the upgrade of following packages:" msgstr "" -#: inary/package.py:68 +#: inary/package.py:71 #, fuzzy msgid "Cannot open package file: {}" msgstr "Impossibile aprire il file del pacchetto: {}" -#: inary/package.py:89 +#: inary/package.py:92 #, fuzzy msgid "Unsupported package format: {}" msgstr "Formato del pacchetto non supportato: {}" -#: inary/package.py:103 +#: inary/package.py:106 #, fuzzy msgid "" "There was a problem while fetching '{}'.\n" @@ -3407,27 +3463,27 @@ msgstr "" "C'è stato un problema durante il recupero di {}.\n" "Il pacchetto potrebbe essere stato aggiornato. Prova per favore ad aggiornare il pacchetto." -#: inary/scenarioapi/package.py:67 +#: inary/scenarioapi/package.py:69 #, fuzzy msgid "No inary package: {}* found." msgstr "Nessun pacchetto inary: {}* trovato." -#: inary/scenarioapi/repoops.py:28 +#: inary/scenarioapi/repoops.py:30 #, fuzzy msgid "Repo already has package named {}." msgstr "Il repository ha già un pacchetto di nome {}." -#: inary/scenarioapi/repoops.py:52 inary/scenarioapi/repoops.py:59 +#: inary/scenarioapi/repoops.py:54 inary/scenarioapi/repoops.py:61 #, fuzzy msgid "Repo does not have package named {}." msgstr "Il repository non ha un pacchetto di nome {}." -#: inary/scomiface.py:32 +#: inary/scomiface.py:35 #, fuzzy msgid "scom-api package is not fully installed" msgstr "il pacchetto scom-api non è completamente installato" -#: inary/scomiface.py:89 +#: inary/scomiface.py:98 #, fuzzy msgid "" "Cannot connect to SCOM: \n" @@ -3436,329 +3492,353 @@ msgstr "" "impossibile collegarsi a scom: \n" " {}\n" -#: inary/scomiface.py:97 +#: inary/scomiface.py:106 #, fuzzy msgid "Configuring {} package" msgstr "Configurazione {} pacchetto in corso" -#: inary/scomiface.py:103 +#: inary/scomiface.py:112 msgid "SCOM package updated. From now on, using new SCOM daemon." msgstr "" -#: inary/scomiface.py:110 +#: inary/scomiface.py:119 #, fuzzy msgid "Registering {} scom script" msgstr "Registrazione script SCOM {}" -#: inary/scomiface.py:119 inary/scomiface.py:124 inary/scomiface.py:137 -#: inary/scomiface.py:153 inary/scomiface.py:172 inary/scomiface.py:183 -#: inary/scomiface.py:205 inary/scomiface.py:216 inary/scomiface.py:223 +#: inary/scomiface.py:128 inary/scomiface.py:133 inary/scomiface.py:146 +#: inary/scomiface.py:162 inary/scomiface.py:181 inary/scomiface.py:192 +#: inary/scomiface.py:214 inary/scomiface.py:225 inary/scomiface.py:232 #, fuzzy msgid "Script error: {}" msgstr "Errore nello script: {}" -#: inary/scomiface.py:126 +#: inary/scomiface.py:135 msgid "Calling post install handlers" msgstr "Chiamata dei gestori di post installazione" -#: inary/scomiface.py:145 +#: inary/scomiface.py:154 msgid "Running package's post install script" msgstr "Esecuzione dello script post installazione del pacchetto" -#: inary/scomiface.py:159 +#: inary/scomiface.py:168 msgid "Running pre removal operations for {}" msgstr "" -#: inary/scomiface.py:165 +#: inary/scomiface.py:174 msgid "Running package's pre remove script" msgstr "Esecuzione dello script pre rimozione del pacchetto" -#: inary/scomiface.py:174 +#: inary/scomiface.py:183 msgid "Calling pre remove handlers" msgstr "Chiamata dei gestori di pre rimozione" -#: inary/scomiface.py:189 +#: inary/scomiface.py:198 msgid "Running post removal operations for {}" msgstr "" -#: inary/scomiface.py:198 +#: inary/scomiface.py:207 msgid "Running package's postremove script" msgstr "Esecuzione dello script post rimozione del pacchetto" -#: inary/scomiface.py:207 +#: inary/scomiface.py:216 msgid "Calling post remove handlers" msgstr "Chiamata dei gestori di post rimozione" -#: inary/scomiface.py:218 +#: inary/scomiface.py:227 #, fuzzy msgid "Unregistering scom scripts" msgstr "Deregistrazionescript SCOM" -#: inary/sourcearchive.py:62 +#: inary/sourcearchive.py:67 #, fuzzy msgid "Fetching source from: {}" msgstr "Recupero sorgente da: {}" -#: inary/sourcearchive.py:75 +#: inary/sourcearchive.py:80 #, fuzzy, python-brace-format msgid "" "\n" "Source archive is stored: {0}/{1}" msgstr "Archivio sorgente memorizzato: {0}/{1}" -#: inary/sourcearchive.py:80 +#: inary/sourcearchive.py:85 #, fuzzy msgid "Trying fallback address: {}" msgstr "Tentativo con l'indirizzo di fallback: {}" -#: inary/sourcearchive.py:87 +#: inary/sourcearchive.py:92 msgid "No such file or no permission to read" msgstr "File non esistente o permesso di lettura negato" -#: inary/sourcearchive.py:99 +#: inary/sourcearchive.py:104 #, fuzzy msgid "{} mirrors are not defined." msgstr "Mirror di {} non definiti." -#: inary/sourcearchive.py:104 +#: inary/sourcearchive.py:109 #, fuzzy msgid "Fetching source from mirror: {}" msgstr "Prelevamento dei sorgenti dal mirror: {}" -#: inary/sourcearchive.py:110 +#: inary/sourcearchive.py:115 #, fuzzy msgid "Could not fetch source from {} mirrors." msgstr "Impossibile recuperare il sorgente dai mirror {}." -#: inary/sourcearchive.py:128 +#: inary/sourcearchive.py:133 msgid "unpack: check_file_hash failed" msgstr "unpack: check_file_hash fallito" -#: inary/sourcearchive.py:133 +#: inary/sourcearchive.py:138 #, fuzzy, python-brace-format msgid "Unknown archive type '{0}' is given for '{1}'." msgstr "Tipo di archivio sconosciuto {0} viene data per '{1}'." -#: inary/sourcearchive.py:135 +#: inary/sourcearchive.py:140 #, fuzzy msgid "Inary needs {} to unpack this archive but it is not installed." msgstr "Inary ha bisogno di scompattare l'archivio {} ma non è installato." -#: inary/sxml/autoxml.py:77 +#: inary/sxml/autoxml.py:79 #, fuzzy msgid "At least one '{}' tag should have local text" msgstr "Almeno un tag {} dovrebbe aver del testo localizzato" -#: inary/sxml/autoxml.py:83 +#: inary/sxml/autoxml.py:85 #, fuzzy, python-brace-format msgid "'{0}' language of tag '{1}' is empty" msgstr "lingua {0} del tag '{1}' è vuoto" -#: inary/sxml/autoxml.py:110 +#: inary/sxml/autoxml.py:112 msgid "LocalText: unable to get either current or default locale" msgstr "LocalText: impossibile ottenere sia il locale corrente che quello predefinito" -#: inary/sxml/autoxml.py:116 inary/sxml/autoxml.py:131 +#: inary/sxml/autoxml.py:118 inary/sxml/autoxml.py:133 msgid "Tag should have at least the current locale, or failing that an English or Turkish version" msgstr "Il tag dovrebbe avere almeno il locale corrente, o in mancanza di esso una versione inglese o turca" -#: inary/sxml/autoxml.py:365 +#: inary/sxml/autoxml.py:367 #, fuzzy msgid "autoxml.check: '{}' errors" msgstr "autoxml.check: errori {}" -#: inary/sxml/autoxml.py:421 inary/sxml/autoxml.py:431 +#: inary/sxml/autoxml.py:423 inary/sxml/autoxml.py:433 #, fuzzy msgid "autoxml.parse: String '{}' has errors" msgstr "autoxml.parse: La stringa {} contiene degli errori" -#: inary/sxml/autoxml.py:445 inary/sxml/autoxml.py:455 +#: inary/sxml/autoxml.py:447 inary/sxml/autoxml.py:457 #, fuzzy msgid "autoxml.read: File '{}' has errors" msgstr "autoxml.read: Il file {} contiene degli errori" -#: inary/sxml/autoxml.py:463 +#: inary/sxml/autoxml.py:465 msgid "autoxml.write: object validation has failed" msgstr "autoxml.write: validazione dell'oggetto fallita" -#: inary/sxml/autoxml.py:471 +#: inary/sxml/autoxml.py:473 #, fuzzy msgid "autoxml.write: File encoding '{}' has errors" msgstr "autoxml.write: La codifica del file {} contiene degli errori" -#: inary/sxml/autoxml.py:521 +#: inary/sxml/autoxml.py:523 #, fuzzy msgid "gen_tag: unrecognized tag type {} in spec" msgstr "gen_tag: tipo di tag {} non riconosciuto in spec" -#: inary/sxml/autoxml.py:571 inary/sxml/autoxml.py:582 +#: inary/sxml/autoxml.py:573 inary/sxml/autoxml.py:584 #, fuzzy msgid "Mandatory variable {} not available" msgstr "La variabile obbligatoria {} non è disponibile" -#: inary/sxml/autoxml.py:652 +#: inary/sxml/autoxml.py:654 msgid "Type mismatch: read text cannot be decoded" msgstr "Errore non corrispondenza di tipo: impossibile decodificare il testo letto" -#: inary/sxml/autoxml.py:656 inary/sxml/autoxml.py:665 +#: inary/sxml/autoxml.py:658 inary/sxml/autoxml.py:667 #, fuzzy msgid "Mandatory token {} not available" msgstr "Il token obbligatorio {} non è disponibile" -#: inary/sxml/autoxml.py:670 +#: inary/sxml/autoxml.py:672 #, fuzzy, python-brace-format msgid "Type mismatch. Expected {0}, got {1}" msgstr "Scambio di tipo. Atteso {0}, rilevato {1}" -#: inary/sxml/autoxml.py:699 inary/sxml/autoxml.py:819 +#: inary/sxml/autoxml.py:701 inary/sxml/autoxml.py:821 msgid "Type mismatch: DOM cannot be decoded" msgstr "Scambio di tipo: il DOM non può essere decodificato" -#: inary/sxml/autoxml.py:702 inary/sxml/autoxml.py:718 -#: inary/sxml/autoxml.py:732 inary/sxml/autoxml.py:822 -#: inary/sxml/autoxml.py:836 inary/sxml/autoxml.py:850 +#: inary/sxml/autoxml.py:704 inary/sxml/autoxml.py:720 +#: inary/sxml/autoxml.py:734 inary/sxml/autoxml.py:824 +#: inary/sxml/autoxml.py:838 inary/sxml/autoxml.py:852 msgid "Mandatory argument not available" msgstr "Argomento obbligatorio non disponibile" -#: inary/sxml/autoxml.py:715 inary/sxml/autoxml.py:833 +#: inary/sxml/autoxml.py:717 inary/sxml/autoxml.py:835 msgid "Object cannot be encoded" msgstr "Impossibile codificare l'oggetto" -#: inary/sxml/autoxml.py:729 inary/sxml/autoxml.py:847 +#: inary/sxml/autoxml.py:731 inary/sxml/autoxml.py:849 msgid "Object cannot be formatted" msgstr "L'oggetto non può essere formattato" -#: inary/sxml/autoxml.py:745 +#: inary/sxml/autoxml.py:747 msgid "List type must contain only one element" msgstr "Il tipo lista deve contenere solo un elemento" -#: inary/sxml/autoxml.py:758 inary/sxml/autoxml.py:778 +#: inary/sxml/autoxml.py:760 inary/sxml/autoxml.py:780 #, fuzzy, python-brace-format msgid "Mandatory list \"{0}\" under \"{1}\" node is empty." msgstr "La lista obbligatoria \"{0}\" sotto il nodo \"{1}\" è vuota." -#: inary/sxml/xmlext_iks.py:81 inary/sxml/xmlext_minidom.py:96 +#: inary/sxml/xmlext_iks.py:91 inary/sxml/xmlext_minidom.py:109 msgid "getNodeText: Expected text node, got something else!" msgstr "getNodeText: Atteso il testo del nodo, ottenuto qualcos'altro!" -#: inary/sxml/xmlext_minidom.py:45 inary/sxml/xmlfile_minidom.py:89 +#: inary/sxml/xmlext_minidom.py:49 inary/sxml/xmlext_minidom.py:56 +#: inary/sxml/xmlfile_minidom.py:92 #, fuzzy msgid "File '{}' has invalid XML: {}\n" msgstr "Il file {} contiene XML non valido" -#: inary/sxml/xmlfile_iks.py:62 inary/sxml/xmlfile_iks.py:87 -#: inary/sxml/xmlfile_minidom.py:64 +#: inary/sxml/xmlfile_iks.py:65 inary/sxml/xmlfile_iks.py:90 +#: inary/sxml/xmlfile_minidom.py:67 #, fuzzy msgid "File '{}' has invalid XML" msgstr "Il file {} contiene XML non valido" -#: inary/sxml/xmlfile_iks.py:72 inary/sxml/xmlfile_minidom.py:74 +#: inary/sxml/xmlfile_iks.py:75 inary/sxml/xmlfile_minidom.py:77 #, python-brace-format msgid "Cannot read URI {0}: {1}" msgstr "" -#: inary/uri.py:78 +#: inary/uri.py:80 msgid "setAuthInfo needs a tuple (user, pass)" msgstr "setAuthInfo vuole una tupla (utente, password)" -#: inary/util.py:189 inary/util.py:201 -msgid "Running " -msgstr "In esecuzione" - -#: inary/util.py:193 inary/util.py:219 -#, fuzzy, python-brace-format -msgid "return value for \"{0}\" is {1}" -msgstr "il valore di ritorno per \"{0}\" è {1}" - -#: inary/util.py:393 +#: inary/util/file_utils.py:145 #, fuzzy msgid "Including external link '{}'" msgstr "Includendo il collegamento esterno {}" -#: inary/util.py:395 +#: inary/util/file_utils.py:147 #, fuzzy msgid "Including directory '{}'" msgstr "Includendo la cartella {}" -#: inary/util.py:481 +#: inary/util/file_utils.py:233 msgid "You don't have necessary read permissions" msgstr "Non avete i permessi necessari per la lettura" -#: inary/util.py:483 +#: inary/util/file_utils.py:235 #, fuzzy -msgid "Cannot calculate SHA1 hash of {}" +msgid "Cannot calculate SHA1 hash of {}: {}" msgstr "Impossibile calcolare l'hash SHA1 di {}" -#: inary/util.py:495 +#: inary/util/file_utils.py:247 #, fuzzy msgid "Compression type is not valid: '{}'" msgstr "Tipo di compressione non è valido: {}" -#: inary/util.py:501 +#: inary/util/file_utils.py:253 #, fuzzy, python-brace-format msgid "Error while decompressing {0}: {1}" msgstr "Errore durante la decompressione {0}: {1}" -#: inary/util.py:579 +#: inary/util/file_utils.py:331 #, fuzzy msgid "ERROR: patch ({}) failed" msgstr "ERRORE: patch {} fallita" -#: inary/util.py:581 +#: inary/util/file_utils.py:333 #, fuzzy, python-brace-format msgid "ERROR: patch ({0}) failed: {1}" msgstr "ERRORE: patch ({0}) fallita: {1}" -#: inary/util.py:591 +#: inary/util/file_utils.py:343 #, fuzzy msgid "strip command failed for file '{}'!" msgstr "Il commando strip è fallito per il file {}!" -#: inary/util.py:598 +#: inary/util/file_utils.py:350 #, fuzzy msgid "chrpath command failed for file '{}'!" msgstr "Il Comando chrpath è fallito per il file {}!" -#: inary/util.py:605 +#: inary/util/file_utils.py:357 #, fuzzy msgid "objcopy (keep-debug) command failed for file '{}'!" msgstr "comando objcopy (keep-debug) fallito per il file {}!" -#: inary/util.py:611 +#: inary/util/file_utils.py:363 #, fuzzy msgid "objcopy (add-debuglink) command failed for file '{}'!" msgstr "comando objcopy (add-debuglink) fallito per il file {}!" -#: inary/util.py:616 +#: inary/util/file_utils.py:368 #, python-brace-format msgid "file command failed with return code {0} for file: {1}" msgstr "" -#: inary/util.py:617 +#: inary/util/file_utils.py:369 msgid "" "Output:\n" "{}" msgstr "" -#: inary/util.py:707 +#: inary/util/package_utils.py:92 #, fuzzy msgid "Invalid package name: {}" msgstr "Nome del pacchetto non valido: {}" -#: inary/util.py:752 +#: inary/util/package_utils.py:137 #, fuzzy msgid "Invalid delta package name: {}" msgstr "Nome del pacchetto delta non valido: {}." -#: inary/util.py:956 -msgid "Module: \"subprocess\" can not import" -msgstr "" +#: inary/util/process_utils.py:40 inary/util/process_utils.py:52 +msgid "Running " +msgstr "In esecuzione" + +#: inary/util/process_utils.py:44 inary/util/process_utils.py:70 +#, fuzzy, python-brace-format +msgid "return value for \"{0}\" is {1}" +msgstr "il valore di ritorno per \"{0}\" è {1}" -#: inary/version.py:64 +#: inary/version.py:66 #, fuzzy msgid "Invalid version string: '{}'" msgstr "Versione della stringa non valido: {}" +#, fuzzy +#~ msgid "Operation #{0}: {1}" +#~ msgstr "Operazione #{0}: {1}" + +#~ msgid "Date: {0.date} {0.time}" +#~ msgstr "Data: {0.date} {0.time}" + +#, fuzzy +#~ msgid "File '{0}' has invalid XML: {1}" +#~ msgstr "Il file {} contiene XML non valido" + +#~ msgid "Requested range not satisfiable, starting again." +#~ msgstr "Impossibile soddisfare l'intervallo richiesto, inizio di nuovo." + +#, fuzzy +#~ msgid "" +#~ "Could not fetch destination file: \"{0}\" \n" +#~ "Raised Value error: \"{1}\"" +#~ msgstr "Accesso negato al file di destinazione: \"{0}\" \"{1}\"" + +#, fuzzy +#~ msgid "Could not fetch destination file: \"{0}\"; (\"{1}\"): \"{2}\"" +#~ msgstr "Accesso negato al file di destinazione: \"{0}\"; \"{1}\": \"{2}\"" + +#~ msgid "ftp error" +#~ msgstr "errore ftp" + #~ msgid "Turkish" #~ msgstr "Turco" @@ -3887,18 +3967,9 @@ msgstr "Versione della stringa non valido: {}" #~ msgid "INARY package" #~ msgstr "Pacchetto INARY" -#~ msgid "Date: {} {}" -#~ msgstr "Data: {} {}" - #~ msgid "{} [{}]" #~ msgstr "{} [{}]" -#~ msgid "No user named {} found on the system" -#~ msgstr "Utente {} non trovato nel sistema" - -#~ msgid "No group named {} found on the system" -#~ msgstr "Gruppo {} non trovato nel sistema" - #~ msgid "String {} has invalid XML" #~ msgstr "La stringa {} contiene XML non valido" @@ -4373,9 +4444,6 @@ msgstr "Versione della stringa non valido: {}" #~ msgid "purged" #~ msgstr "rimosso completamente" -#~ msgid "Already installed" -#~ msgstr "Già installato" - #~ msgid "Key {} in repo {} not found" #~ msgstr "Chiave {} nel repository {} non trovata" @@ -4577,10 +4645,6 @@ msgstr "Versione della stringa non valido: {}" #~ msgid " installed size {}" #~ msgstr "Installato {}" -#, fuzzy -#~ msgid "* Find dependencies for packages to be installed" -#~ msgstr "I seguenti pacchetti verranno aggiornati: " - #, fuzzy #~ msgid "* Calculating disk space installed packages are using" #~ msgstr "Controllo di tutti i pacchetti installati" diff --git a/po/nl.po b/po/nl.po index 028b7261670ee10cd72ac32c832068993e5df559..4a2119ef7fb040eec085a1e7adc11117f08c9ad9 100644 --- a/po/nl.po +++ b/po/nl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: nl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-04-14 14:36+0300\n" +"POT-Creation-Date: 2018-05-10 23:07+0300\n" "PO-Revision-Date: 2011-06-17 15:13+0200\n" "Last-Translator: Antoon Tolboom \n" "Language-Team: Dutch \n" @@ -93,32 +93,33 @@ msgstr "optie %s neemt geen waarde" msgid "Options" msgstr "Opties" -#: inary-cli:32 -msgid "WARNING\n" +#: inary-cli:39 +msgid "WARNING:\n" msgstr "" -#: inary-cli:33 +#: inary-cli:40 msgid "" "\tCiksemel XML Parser not found!!!\n" +"\tMinidom slower but\n" "\tFalling back with minidom!!! :(\n" "\n" msgstr "" -#: inary-cli:52 +#: inary-cli:60 #, fuzzy msgid "" "\n" "Program terminated." msgstr "Programma beëindigd." -#: inary-cli:54 +#: inary-cli:62 #, fuzzy msgid "" "\n" "Keyboard Interrupt: Exiting..." msgstr "Toetsenbord-interrupt: Wordt verlaten..." -#: inary-cli:58 +#: inary-cli:66 #, fuzzy msgid "" "\n" @@ -128,18 +129,18 @@ msgstr "" "Onhandelbare interne uitzondering.\n" "Rapporteer deze fout op ." -#: inary-cli:67 +#: inary-cli:75 #, fuzzy msgid "" "\n" "System error. Program terminated." msgstr "Systeemfout. Programma beëindigd." -#: inary-cli:76 +#: inary-cli:84 msgid "Please use 'inary help' for general help." msgstr "Gebruik inary help voor algemene hulp." -#: inary-cli:79 +#: inary-cli:87 msgid "" "\n" "Traceback:" @@ -147,7 +148,7 @@ msgstr "" "\n" "Terugloop:" -#: inary-cli:82 +#: inary-cli:90 msgid "Use --debug to see a traceback." msgstr "Gebruik --debug voor een terugloop." @@ -156,7 +157,7 @@ msgstr "Gebruik --debug voor een terugloop." msgid "Inary package" msgstr "Geïnstalleerd pakket:" -#: inary/actionsapi/autotools.py:40 inary/actionsapi/cmaketools.py:36 +#: inary/actionsapi/autotools.py:42 inary/actionsapi/cmaketools.py:38 #, fuzzy msgid "" "Please attach the config.log to your bug report:\n" @@ -166,186 +167,186 @@ msgstr "" "{}/config.log" # inary/actionsapi/autotools.py:75 :85 -#: inary/actionsapi/autotools.py:83 inary/actionsapi/autotools.py:93 -#: inary/actionsapi/cmaketools.py:66 inary/actionsapi/kde.py:65 -#: inary/actionsapi/perlmodules.py:55 inary/actionsapi/perlmodules.py:58 +#: inary/actionsapi/autotools.py:85 inary/actionsapi/autotools.py:95 +#: inary/actionsapi/cmaketools.py:68 inary/actionsapi/kde.py:67 +#: inary/actionsapi/perlmodules.py:57 inary/actionsapi/perlmodules.py:60 msgid "Configure failed." msgstr "Configuratie mislukt." # inary/actionsapi/autotools.py:77 :87 -#: inary/actionsapi/autotools.py:85 inary/actionsapi/autotools.py:95 -#: inary/actionsapi/kde.py:67 +#: inary/actionsapi/autotools.py:87 inary/actionsapi/autotools.py:97 +#: inary/actionsapi/kde.py:69 msgid "No configure script found." msgstr "Geen configuratiescript gevonden." -#: inary/actionsapi/autotools.py:103 inary/actionsapi/cmaketools.py:78 -#: inary/actionsapi/kde.py:72 inary/actionsapi/perlmodules.py:64 -#: inary/actionsapi/perlmodules.py:73 inary/actionsapi/pythonmodules.py:62 -#: inary/actionsapi/scons.py:39 +#: inary/actionsapi/autotools.py:105 inary/actionsapi/cmaketools.py:80 +#: inary/actionsapi/kde.py:74 inary/actionsapi/perlmodules.py:66 +#: inary/actionsapi/perlmodules.py:75 inary/actionsapi/pythonmodules.py:64 +#: inary/actionsapi/scons.py:41 msgid "Make failed." msgstr "Make mislukt." # inary/actionsapi/autotools.py:119 :127 -#: inary/actionsapi/autotools.py:137 inary/actionsapi/autotools.py:148 -#: inary/actionsapi/cmaketools.py:96 inary/actionsapi/cmaketools.py:104 -#: inary/actionsapi/kde.py:79 inary/actionsapi/pythonmodules.py:67 -#: inary/actionsapi/rubymodules.py:92 inary/actionsapi/rubymodules.py:99 -#: inary/actionsapi/scons.py:43 +#: inary/actionsapi/autotools.py:139 inary/actionsapi/autotools.py:150 +#: inary/actionsapi/cmaketools.py:98 inary/actionsapi/cmaketools.py:106 +#: inary/actionsapi/kde.py:81 inary/actionsapi/pythonmodules.py:69 +#: inary/actionsapi/rubymodules.py:94 inary/actionsapi/rubymodules.py:101 +#: inary/actionsapi/scons.py:45 msgid "Install failed." msgstr "Install mislukt." -#: inary/actionsapi/autotools.py:159 +#: inary/actionsapi/autotools.py:161 msgid "Running aclocal failed." msgstr "Uitvoeren aclocal mislukt." # inary/actionsapi/autotools.py:139 :144 -#: inary/actionsapi/autotools.py:164 +#: inary/actionsapi/autotools.py:166 msgid "Running autoconf failed." msgstr "Uitvoeren autoconf mislukt." # inary/actionsapi/autotools.py:139 :144 -#: inary/actionsapi/autotools.py:169 +#: inary/actionsapi/autotools.py:171 msgid "Running autoreconf failed." msgstr "Uitvoeren autoreconf mislukt." -#: inary/actionsapi/autotools.py:174 +#: inary/actionsapi/autotools.py:176 msgid "Running automake failed." msgstr "Uitvoeren automake mislukt." -#: inary/actionsapi/autotools.py:179 +#: inary/actionsapi/autotools.py:181 msgid "Running autoheader failed." msgstr "Uitvoeren autoheader mislukt." # inary/actionsapi/autotools.py:77 :87 -#: inary/actionsapi/cmaketools.py:68 +#: inary/actionsapi/cmaketools.py:70 msgid "No configure script found for cmake." msgstr "Geen configuratiescript voor cmake gevonden." # inary/actionsapi/autotools.py:121 :129 -#: inary/actionsapi/cmaketools.py:108 inary/actionsapi/kde.py:81 +#: inary/actionsapi/cmaketools.py:110 inary/actionsapi/kde.py:83 msgid "No Makefile found." msgstr "Geen Makefile-bestand gevonden." -#: inary/actionsapi/get.py:181 +#: inary/actionsapi/get.py:183 #, fuzzy msgid "Util {} cannot be found" msgstr "Hulpprogramma {} niet gevonden" -#: inary/actionsapi/get.py:183 +#: inary/actionsapi/get.py:185 #, fuzzy, python-brace-format msgid "Warning: {0} does not exist, using plain name {1}" msgstr "Waarschuwing: {0} bestaat niet, {1} wordt gebruikt" # inary/actionsapi/inarytoolsfunctions.py:46 :59 -#: inary/actionsapi/inarytools.py:56 inary/actionsapi/inarytools.py:74 -#: inary/actionsapi/inarytools.py:91 +#: inary/actionsapi/inarytools.py:58 inary/actionsapi/inarytools.py:76 +#: inary/actionsapi/inarytools.py:93 msgid "Insufficient arguments." msgstr "Onvoldoende parameters." -#: inary/actionsapi/inarytools.py:64 +#: inary/actionsapi/inarytools.py:66 #, fuzzy msgid "No executable file matched pattern \"{}\"." msgstr "Geen uitvoerbare bestanden komen overeen met patroon \"{}\"." -#: inary/actionsapi/inarytools.py:82 inary/actionsapi/inarytools.py:314 +#: inary/actionsapi/inarytools.py:84 inary/actionsapi/inarytools.py:316 #, fuzzy msgid "No file matched pattern \"{}\"." msgstr "Geen bestand komt overeen met patroon \"{}\"." -#: inary/actionsapi/inarytools.py:137 inary/actionsapi/inarytools.py:177 +#: inary/actionsapi/inarytools.py:139 inary/actionsapi/inarytools.py:179 #, fuzzy msgid "No file matched pattern \"{}\"" msgstr "Geen bestand komt overeen met patroon \"{}\"" -#: inary/actionsapi/inarytools.py:187 +#: inary/actionsapi/inarytools.py:189 #, fuzzy msgid "ActionsAPI [doman]: Wrong man page file: {}" msgstr "ActionsAPI [doman]: onjuist man-pagina bestand: {}" -#: inary/actionsapi/inarytools.py:214 +#: inary/actionsapi/inarytools.py:216 #, fuzzy msgid "No file matched pattern \"{}\". 'domove' operation failed." msgstr "Geen bestand komt overeen met patroon \"{}\". 'domove' handeling mislukt." -#: inary/actionsapi/inarytools.py:233 +#: inary/actionsapi/inarytools.py:235 #, fuzzy, python-brace-format msgid "ActionsAPI [rename]: {0}: {1}" msgstr "ActionsAPI [rename] {0}: {1}" -#: inary/actionsapi/inarytools.py:270 +#: inary/actionsapi/inarytools.py:272 #, fuzzy msgid "No such file matching pattern: \"{}\". 'dosed' operation failed." msgstr "Geen bestand komt overeen met patroon: \"{}\". 'dosed' handeling misluky." -#: inary/actionsapi/inarytools.py:284 +#: inary/actionsapi/inarytools.py:286 #, fuzzy msgid "dosed method has not changed file '{}'." msgstr "desed methode heeft bestand {} niet veranderd." -#: inary/actionsapi/inarytools.py:285 +#: inary/actionsapi/inarytools.py:287 msgid "{} has been changed by dosed method." msgstr "" -#: inary/actionsapi/inarytools.py:288 +#: inary/actionsapi/inarytools.py:290 #, fuzzy msgid "File does not exist or permission denied: {}" msgstr "Bestand bestaat niet of toegang wordt geweigerd: {}" -#: inary/actionsapi/inarytools.py:305 +#: inary/actionsapi/inarytools.py:307 #, fuzzy msgid "ActionsAPI [dosym]: File already exists: {}" msgstr "ActionsAPI [dosym]: Bestand reeds aanwezig: {}" -#: inary/actionsapi/inarytools.py:341 inary/actionsapi/shelltools.py:95 +#: inary/actionsapi/inarytools.py:343 inary/actionsapi/shelltools.py:97 #, fuzzy msgid "No file matched pattern \"{}\". Remove operation failed." msgstr "Geen bestand komt overeen met patroon \"{}\". Verwijderen mislukt." -#: inary/actionsapi/inarytools.py:350 +#: inary/actionsapi/inarytools.py:352 #, fuzzy msgid "No directory matched pattern \"{}\". Remove directory operation failed." msgstr "Geen map komt overeen met patroon \"{}\". Verwijderen map misluky." -#: inary/actionsapi/javamodules.py:84 inary/actionsapi/javamodules.py:193 +#: inary/actionsapi/javamodules.py:86 inary/actionsapi/javamodules.py:195 #, fuzzy msgid "No any file/directory matched to regex expression \"{}\"." msgstr "Geen bestand komt overeen met patroon \"{}\"." -#: inary/actionsapi/javamodules.py:91 inary/actionsapi/javamodules.py:97 +#: inary/actionsapi/javamodules.py:93 inary/actionsapi/javamodules.py:99 #, fuzzy msgid "DoJavadoc failed." msgstr "Make mislukt." # inary/actionsapi/autotools.py:75 :85 -#: inary/actionsapi/javamodules.py:147 +#: inary/actionsapi/javamodules.py:149 #, fuzzy msgid "Compile failed." msgstr "Configuratie mislukt." # inary/actionsapi/autotools.py:119 :127 -#: inary/actionsapi/javamodules.py:175 inary/actionsapi/javamodules.py:204 +#: inary/actionsapi/javamodules.py:177 inary/actionsapi/javamodules.py:206 #, fuzzy msgid "Installing file \"{}\" failed." msgstr "Installeren texmf bestanden mislukt" # inary/actionsapi/autotools.py:119 :127 -#: inary/actionsapi/javamodules.py:214 +#: inary/actionsapi/javamodules.py:216 #, fuzzy msgid "Installing directory \"{}\" failed." msgstr "Installeren docs mislukt" # inary/actionsapi/autotools.py:75 :85 -#: inary/actionsapi/javamodules.py:243 +#: inary/actionsapi/javamodules.py:245 #, fuzzy msgid "Javadoc generation failed." msgstr "Configuratie mislukt." -#: inary/actionsapi/javamodules.py:259 +#: inary/actionsapi/javamodules.py:261 #, fuzzy msgid "Run failed." msgstr "Uitvoeren {} mislukt." -#: inary/actionsapi/kde.py:34 +#: inary/actionsapi/kde.py:36 #, fuzzy msgid "" "\n" @@ -356,405 +357,410 @@ msgstr "" "!!! Voeg het bestand config.log toe aan uw bugrapport:\n" "{}/config.log" -#: inary/actionsapi/kerneltools.py:117 +#: inary/actionsapi/kerneltools.py:119 #, fuzzy msgid "Can't find kernel version information file {}." msgstr "Kan informatiebestand van de kernelversie niet vinden {}." -#: inary/actionsapi/libtools.py:38 +#: inary/actionsapi/libtools.py:40 msgid "Running ldconfig failed." msgstr "Uitvoeren ldconfig mislukt." -#: inary/actionsapi/libtools.py:52 +#: inary/actionsapi/libtools.py:54 msgid "Can not make GNU Config Update... Passing..." msgstr "" -#: inary/actionsapi/libtools.py:54 +#: inary/actionsapi/libtools.py:56 msgid "GNU Config Update Finished." msgstr "GNU Config bijwerken voltooid." -#: inary/actionsapi/libtools.py:58 +#: inary/actionsapi/libtools.py:60 msgid "Running libtoolize failed." msgstr "Uitvoeren libtoolize mislukt." # inary/actionsapi/autotools.py:119 :127 -#: inary/actionsapi/perlmodules.py:67 +#: inary/actionsapi/perlmodules.py:69 msgid "perl build failed." msgstr "perl bouwen mislukt." # inary/actionsapi/autotools.py:119 :127 -#: inary/actionsapi/perlmodules.py:76 +#: inary/actionsapi/perlmodules.py:78 msgid "perl install failed." msgstr "perl installatie mislukt." -#: inary/actionsapi/pkgconfig.py:40 inary/actionsapi/pkgconfig.py:59 -#: inary/actionsapi/pkgconfig.py:79 inary/actionsapi/pkgconfig.py:99 -#: inary/actionsapi/pkgconfig.py:118 +#: inary/actionsapi/pkgconfig.py:42 inary/actionsapi/pkgconfig.py:61 +#: inary/actionsapi/pkgconfig.py:81 inary/actionsapi/pkgconfig.py:101 +#: inary/actionsapi/pkgconfig.py:120 #, fuzzy msgid "pkg-config is not installed on your system." msgstr "Pakket pkgconfig niet geïnstalleerd. Kan niet verwijderen." -#: inary/actionsapi/pkgconfig.py:136 +#: inary/actionsapi/pkgconfig.py:138 #, fuzzy msgid "Package pkgconfig is not installed on your system." msgstr "Pakket pkgconfig niet geïnstalleerd. Kan niet verwijderen." # inary/actionsapi/autotools.py:75 :85 -#: inary/actionsapi/pythonmodules.py:56 +#: inary/actionsapi/pythonmodules.py:58 msgid "Configuration failed." msgstr "Configuratie mislukt." -#: inary/actionsapi/pythonmodules.py:81 +#: inary/actionsapi/pythonmodules.py:83 #, fuzzy msgid "Running {} failed." msgstr "Uitvoeren {} mislukt." -#: inary/actionsapi/qt4.py:52 inary/actionsapi/qt5.py:60 +#: inary/actionsapi/qt4.py:54 inary/actionsapi/qt5.py:62 #, fuzzy msgid "Project file '{}' not found." msgstr "Projectbestand {} niet gevonden." -#: inary/actionsapi/qt4.py:56 inary/actionsapi/qt5.py:64 +#: inary/actionsapi/qt4.py:58 inary/actionsapi/qt5.py:66 #, fuzzy msgid "It seems there are more than one .pro file, you must specify one. (Possible .pro files: {})" msgstr "Er is meer dan een .pro-bestand, geef er een op. (Mogelijke .pro-bestand: {})" -#: inary/actionsapi/rubymodules.py:108 +#: inary/actionsapi/rubymodules.py:110 #, fuzzy msgid "Running 'ruby {}' failed." msgstr "Uitvoeren 'ruby {}' mislukt." -#: inary/actionsapi/shelltools.py:49 +#: inary/actionsapi/shelltools.py:51 #, fuzzy msgid "Cannot create directory {}" msgstr "Kan map {} niet aanmaken" -#: inary/actionsapi/shelltools.py:57 +#: inary/actionsapi/shelltools.py:59 #, fuzzy msgid "ActionsAPI [echo]: Can't append to file {}." msgstr "ActionsAPI [echo]: kan niet toevoegen aan bestand {}." -#: inary/actionsapi/shelltools.py:63 +#: inary/actionsapi/shelltools.py:65 #, fuzzy msgid "ActionsAPI [chmod]: No file matched pattern \"{}\"." msgstr "ActionsAPI [chmod]: Geen bestand komt overeen met patroon \"{}\"." -#: inary/actionsapi/shelltools.py:70 +#: inary/actionsapi/shelltools.py:72 #, fuzzy, python-brace-format msgid "ActionsAPI [chmod]: Operation not permitted: {0} (mode: 0{1})" msgstr "ActionsAPI [chmod]: Bewerking niet toegestaan: %s (mod: 0%o)" -#: inary/actionsapi/shelltools.py:72 +#: inary/actionsapi/shelltools.py:74 #, fuzzy msgid "ActionsAPI [chmod]: File {} doesn't exists." msgstr "ActionsAPI [chmod]: bestand {} bestaat niet." -#: inary/actionsapi/shelltools.py:80 +#: inary/actionsapi/shelltools.py:82 #, fuzzy, python-brace-format msgid "ActionsAPI [chown]: Operation not permitted: {0} (uid: {1}, gid: {2})" msgstr "ActionsAPI [chown]: handeling niet toegestaan: {0} (uid: {1}, gid: {2})" -#: inary/actionsapi/shelltools.py:82 +#: inary/actionsapi/shelltools.py:84 #, fuzzy msgid "ActionsAPI [chown]: File {} doesn't exists." msgstr "ActionsAPI [chown]: bestand {} bestaat niet." -#: inary/actionsapi/shelltools.py:89 +#: inary/actionsapi/shelltools.py:91 #, fuzzy, python-brace-format msgid "ActionsAPI [sym]: Permission denied: {0} to {1}" msgstr "ActionsAPI [sym]: toegang geweigerd: {0} -> {1}" -#: inary/actionsapi/shelltools.py:103 +#: inary/actionsapi/shelltools.py:105 #, fuzzy msgid "ActionsAPI [unlink]: Permission denied: {}." msgstr "ActionsAPI [unlink]: toegang geweigerd: {}." -#: inary/actionsapi/shelltools.py:107 +#: inary/actionsapi/shelltools.py:109 #, fuzzy msgid "ActionsAPI [unlink]: File {} doesn't exists." msgstr "ActionsAPI [unlink]: bestand {} bestaat niet." -#: inary/actionsapi/shelltools.py:115 +#: inary/actionsapi/shelltools.py:117 #, fuzzy msgid "ActionsAPI [unlinkDir]: Operation not permitted: {}" msgstr "ActionsAPI [unlinkDir]: handeling niet toegestaan: {}" -#: inary/actionsapi/shelltools.py:119 +#: inary/actionsapi/shelltools.py:121 #, fuzzy msgid "ActionsAPI [unlinkDir]: Directory {} doesn't exists." msgstr "ActionsAPI [unlinkDir]: map {} bestaat niet." -#: inary/actionsapi/shelltools.py:125 +#: inary/actionsapi/shelltools.py:127 #, fuzzy msgid "ActionsAPI [move]: No file matched pattern \"{}\"." msgstr "ActionsAPI [move]: Geen bestand komt overeen met patroon \"{}\"." -#: inary/actionsapi/shelltools.py:132 +#: inary/actionsapi/shelltools.py:134 #, fuzzy, python-brace-format msgid "ActionsAPI [move]: Permission denied: {0} to {1}" msgstr "ActionsAPI [move]: toegang geweigerd: {0} naar {1}" -#: inary/actionsapi/shelltools.py:134 +#: inary/actionsapi/shelltools.py:136 #, fuzzy msgid "ActionsAPI [move]: File {} doesn't exists." msgstr "ActionsAPI [move]: bestand {} bestaat niet." -#: inary/actionsapi/shelltools.py:141 +#: inary/actionsapi/shelltools.py:143 #, fuzzy msgid "ActionsAPI [copy]: No file matched pattern \"{}\"." msgstr "ActionsAPI [copy]: Geen bestand komt overeen met patroon \"{}\"." -#: inary/actionsapi/shelltools.py:148 +#: inary/actionsapi/shelltools.py:150 #, fuzzy, python-brace-format msgid "ActionsAPI [copy]: Permission denied: {0} to {1}" msgstr "ActionsAPI [copy]: toegang geweigerd: {0} naar {1}" -#: inary/actionsapi/shelltools.py:164 +#: inary/actionsapi/shelltools.py:166 #, fuzzy msgid "ActionsAPI [copy]: File {} does not exist." msgstr "ActionsAPI [copy]: bestand {} bestaat niet." -#: inary/actionsapi/shelltools.py:179 +#: inary/actionsapi/shelltools.py:181 #, fuzzy, python-brace-format msgid "ActionsAPI [copytree] {0} to {1}: {2}" msgstr "ActionsAPI [copytree] {0} naar {1}: {2}" -#: inary/actionsapi/shelltools.py:181 +#: inary/actionsapi/shelltools.py:183 #, fuzzy msgid "ActionsAPI [copytree]: Directory {} doesn't exists." msgstr "ActionsAPI [copytree]: map {} bestaat niet." -#: inary/actionsapi/shelltools.py:189 +#: inary/actionsapi/shelltools.py:191 #, fuzzy msgid "ActionsAPI [touch]: No file matched pattern \"{}\"." msgstr "ActionsAPI [touch]: Geen bestand komt overeen met patroon \"{}\"." -#: inary/actionsapi/shelltools.py:198 +#: inary/actionsapi/shelltools.py:200 #, fuzzy msgid "ActionsAPI [touch]: Permission denied: {}" msgstr "ActionsAPI [touch]: toegang geweigerd: {}" -#: inary/actionsapi/shelltools.py:257 +#: inary/actionsapi/shelltools.py:259 #, fuzzy, python-brace-format msgid "Command \"{0}\" failed, return value was {1}." msgstr "Commando \"{0}\" mislukt, waarde terug veranderd in {1}." -#: inary/actionsapi/texlivemodules.py:56 +#: inary/actionsapi/texlivemodules.py:58 msgid "Moving source files failed" msgstr "Verplaatsen bronbestanden mislukt" -#: inary/actionsapi/texlivemodules.py:59 +#: inary/actionsapi/texlivemodules.py:61 msgid "Generate config files failed" msgstr "Genereren config bestanden mislukt" -#: inary/actionsapi/texlivemodules.py:62 +#: inary/actionsapi/texlivemodules.py:64 msgid "Building format files failed" msgstr "Bouwen format bestanden mislukt" -#: inary/actionsapi/texlivemodules.py:69 +#: inary/actionsapi/texlivemodules.py:71 msgid "Creating symlinks from format to engines failed" msgstr "Creeëren symlinks van formats naar engines mislukt" # inary/actionsapi/autotools.py:119 :127 -#: inary/actionsapi/texlivemodules.py:73 +#: inary/actionsapi/texlivemodules.py:75 msgid "Installing docs failed" msgstr "Installeren docs mislukt" # inary/actionsapi/autotools.py:119 :127 -#: inary/actionsapi/texlivemodules.py:77 +#: inary/actionsapi/texlivemodules.py:79 msgid "Installing texmf files failed" msgstr "Installeren texmf bestanden mislukt" -#: inary/actionsapi/texlivemodules.py:81 +#: inary/actionsapi/texlivemodules.py:83 msgid "Installing config files failed" msgstr "Installeren config bestanden mislukt" -#: inary/actionsapi/texlivemodules.py:85 +#: inary/actionsapi/texlivemodules.py:87 msgid "Handle config files failed" msgstr "Behandelen config bestanden mislukt" -#: inary/actionsapi/texlivemodules.py:95 +#: inary/actionsapi/texlivemodules.py:97 #, fuzzy msgid "Symlink {} skipped (special case)" msgstr "Symlink {} overgeslagen (speciaal geval)" -#: inary/actionsapi/texlivemodules.py:97 +#: inary/actionsapi/texlivemodules.py:99 #, fuzzy, python-brace-format msgid "Symlink {0[0]} -> {0[1]} skipped (texlive-core takes care of it." msgstr "Symlink {0[0]} -> {0[1]} overgeslagen ( texlive-core regelt dit." -#: inary/actionsapi/texlivemodules.py:100 +#: inary/actionsapi/texlivemodules.py:102 #, fuzzy, python-brace-format msgid "Symlink {0[0]} -> {0[1]} skipped." msgstr "Symlink {0[0]} -> {0[1]} overgeslagen." -#: inary/actionsapi/texlivemodules.py:102 +#: inary/actionsapi/texlivemodules.py:104 #, fuzzy msgid "Symlink {} skipped (file exists.)" msgstr "Symlink {} overgeslagen (bestand bestaat.)" -#: inary/actionsapi/texlivemodules.py:104 +#: inary/actionsapi/texlivemodules.py:106 #, fuzzy, python-brace-format msgid "Making symlink from {0[0]} to {0[1]}" msgstr "Aanmaken symlink van {0[0]} naar {0[1]}" -#: inary/actionsapi/texlivemodules.py:153 +#: inary/actionsapi/texlivemodules.py:155 #, fuzzy msgid "Creating /etc/texmf/{}.d" msgstr "Aanmaken /etc/texmf/{}.d" -#: inary/actionsapi/texlivemodules.py:155 +#: inary/actionsapi/texlivemodules.py:157 #, fuzzy, python-brace-format msgid "Moving (and symlinking) /usr/share/texmf/{0} to /etc/texmf/{1}.d" msgstr "Verplaatsen ( en maken symbolische link) /usr/share/texmf/{0} naar /etc/texmf/{1}.d" -#: inary/actionsapi/texlivemodules.py:206 +#: inary/actionsapi/texlivemodules.py:208 #, fuzzy msgid "Building format file {}" msgstr "Bouwen format bestand {}" -#: inary/actionsapi/texlivemodules.py:263 +#: inary/actionsapi/texlivemodules.py:265 #, fuzzy, python-brace-format msgid "Map {0} is added to {1}/{2}.cfg" msgstr "Kaart {0} is toegevoegd aan {1}/{2}.cfg" -#: inary/actionsapi/texlivemodules.py:266 +#: inary/actionsapi/texlivemodules.py:268 #, fuzzy, python-brace-format msgid "MixedMap {0} is added to {1}/{2}.cfg" msgstr "Gemixte kaart {0} is toegevoegd aan {1}/{2}.cfg" -#: inary/actionsapi/texlivemodules.py:269 +#: inary/actionsapi/texlivemodules.py:271 #, fuzzy, python-brace-format msgid "p +{0} is added to {1}/{2}-config.ps" msgstr "p +{0} is toegevoegd aan {1}/{2}-config.ps" -#: inary/actionsapi/texlivemodules.py:272 +#: inary/actionsapi/texlivemodules.py:274 #, fuzzy, python-brace-format msgid "f {0} is added to {1}/{2}-config" msgstr "f {0} is toegevoegd aan {1}/{2}-config" -#: inary/actionsapi/texlivemodules.py:279 +#: inary/actionsapi/texlivemodules.py:281 #, fuzzy msgid "Language file {} already generated." msgstr "Taalbestand {} is al aangemaakt." -#: inary/actionsapi/texlivemodules.py:281 +#: inary/actionsapi/texlivemodules.py:283 #, fuzzy msgid "No rule to proccess {}. Please file a bug." msgstr "Geen regel verwerkt {}. Meld de bug alstublieft." -#: inary/analyzer/conflict.py:26 inary/analyzer/dependency.py:26 -#: inary/data/replace.py:24 +#: inary/analyzer/conflict.py:28 inary/analyzer/dependency.py:28 +#: inary/data/replace.py:26 msgid " version >= " msgstr " versie >= " -#: inary/analyzer/conflict.py:28 inary/analyzer/dependency.py:28 -#: inary/data/replace.py:26 +#: inary/analyzer/conflict.py:30 inary/analyzer/dependency.py:30 +#: inary/data/replace.py:28 msgid " version <= " msgstr " versie <= " -#: inary/analyzer/conflict.py:30 inary/analyzer/dependency.py:30 -#: inary/data/replace.py:28 +#: inary/analyzer/conflict.py:32 inary/analyzer/dependency.py:32 +#: inary/data/replace.py:30 msgid " version " msgstr " versie " -#: inary/analyzer/conflict.py:32 inary/analyzer/dependency.py:32 -#: inary/data/replace.py:30 +#: inary/analyzer/conflict.py:34 inary/analyzer/dependency.py:34 +#: inary/data/replace.py:32 msgid " release >= " msgstr " uitgave >= " -#: inary/analyzer/conflict.py:34 inary/analyzer/dependency.py:34 -#: inary/data/replace.py:32 +#: inary/analyzer/conflict.py:36 inary/analyzer/dependency.py:36 +#: inary/data/replace.py:34 msgid " release <= " msgstr " uitgave <= " -#: inary/analyzer/conflict.py:36 inary/analyzer/dependency.py:36 -#: inary/data/replace.py:34 +#: inary/analyzer/conflict.py:38 inary/analyzer/dependency.py:38 +#: inary/data/replace.py:36 msgid " release " msgstr " uitgave " -#: inary/analyzer/ctypes_analyzer.py:28 -msgid "Module \"ctypes\" can not import" -msgstr "" - -#: inary/analyzer/firmwares.py:28 +#: inary/analyzer/firmwares.py:29 #, fuzzy msgid "Extracting firmware list for {}..." msgstr "Bestanden uitpakken van {}" -#: inary/analyzer/firmwares.py:48 +#: inary/analyzer/firmwares.py:49 #, fuzzy msgid "The following firmwares are not installed:" msgstr "Volgende pakketten zullen worden geïnstalleerd:" -#: inary/analyzer/firmwares.py:63 +#: inary/analyzer/firmwares.py:64 msgid "Missing" msgstr "" -#: inary/analyzer/magic.py:151 +#: inary/analyzer/magic.py:150 #, fuzzy msgid "Can't load file or buffer {}" msgstr "chrpath commando 'mislukte voor bestand {}!" -#: inary/archive.py:307 +#: inary/archive.py:309 msgid "* Target DIR: {}" msgstr "" -#: inary/archive.py:459 +#: inary/archive.py:461 #, python-brace-format msgid "* Chowning {0} ({1}:{2})" msgstr "" -#: inary/archive.py:462 +#: inary/archive.py:464 #, python-brace-format msgid "* LChowning {0} ({1}:{2})" msgstr "" -#: inary/archive.py:526 +#: inary/archive.py:528 #, fuzzy msgid "Problem occured while uncompressing {}.Z file" msgstr "Probleem tijdens uitpakken bestand {}.Z" -#: inary/atomicoperations.py:72 inary/operations/history.py:72 +#: inary/atomicoperations.py:79 inary/operations/history.py:75 #, fuzzy, python-brace-format msgid "Package {0} found in repository {1}" msgstr "Pakket {0} gevonden in softwarebron {1} " -#: inary/atomicoperations.py:103 +#: inary/atomicoperations.py:110 #, fuzzy msgid "Package URI: {}" msgstr "Pakket-URI: {}" -#: inary/atomicoperations.py:117 +#: inary/atomicoperations.py:124 msgid "Download Error: Package does not match the repository package." msgstr "Downloadfout: Pakket komt niet overeen met het pakket in de softwarebron." -#: inary/atomicoperations.py:121 +#: inary/atomicoperations.py:128 #, fuzzy msgid "Package {} not found in any active repository." msgstr "Pakket {} niet gevonden in de actieve softwarebronnen." -#: inary/atomicoperations.py:148 +#: inary/atomicoperations.py:156 #, fuzzy, python-brace-format msgid "Installing {0.name}, version {0.version}, release {0.release}" msgstr "Installatie {0.name}, versie {0.version}, uitgave {0.release}" -#: inary/atomicoperations.py:193 inary/operations/build.py:786 +#: inary/atomicoperations.py:186 +#, python-format +msgid "Free Space: %.2f %s " +msgstr "" + +#: inary/atomicoperations.py:188 +msgid "Is there any free space in your disk." +msgstr "" + +#: inary/atomicoperations.py:206 inary/operations/build.py:789 #, fuzzy, python-brace-format msgid "{0}-{1} is not a valid INARY version format" msgstr "{0}-{1} is niet een geldig INARY-versie formaat" -#: inary/atomicoperations.py:199 +#: inary/atomicoperations.py:212 #, fuzzy msgid "{} package cannot be installed unless the dependencies are satisfied" msgstr "{} pakket kan niet geïnstalleerd worden als er niet aan de afhankelijkheden is voldaan" -#: inary/atomicoperations.py:222 +#: inary/atomicoperations.py:235 #, fuzzy, python-brace-format msgid "/{0} from {1} package\n" msgstr "/{0} van {1} pakket\n" -#: inary/atomicoperations.py:223 +#: inary/atomicoperations.py:236 #, fuzzy msgid "" "File conflicts:\n" @@ -763,210 +769,224 @@ msgstr "" "Bestandsconflicten:\n" "{}" -#: inary/atomicoperations.py:241 +#: inary/atomicoperations.py:254 msgid "Re-install same version package?" msgstr "Zelfde versie van het pakket herinstalleren?" -#: inary/atomicoperations.py:242 +#: inary/atomicoperations.py:255 msgid "Package re-install declined" msgstr "Herinstalleren van het pakket geweigerd" -#: inary/atomicoperations.py:249 +#: inary/atomicoperations.py:262 msgid "Storing old paths info" msgstr "" -#: inary/atomicoperations.py:258 +#: inary/atomicoperations.py:271 msgid "Upgrading to new upstream version" msgstr "Opwaarderen naar nieuwe upstream-versie" -#: inary/atomicoperations.py:261 +#: inary/atomicoperations.py:274 msgid "Upgrading to new distribution release" msgstr "Opwaarderen naar nieuwe distributieuitgave" -#: inary/atomicoperations.py:270 +#: inary/atomicoperations.py:283 msgid "Downgrade to old distribution release?" msgstr "Terugzetten naar oude distributieuitgave?" -#: inary/atomicoperations.py:274 +#: inary/atomicoperations.py:287 msgid "Package downgrade declined" msgstr "Pakket terugwaarderen geweigerd" # inary/actionsapi/autotools.py:75 :85 -#: inary/atomicoperations.py:320 +#: inary/atomicoperations.py:333 #, fuzzy msgid "{} configuration failed." msgstr "{} configuratie mislukt." -#: inary/atomicoperations.py:411 +#: inary/atomicoperations.py:424 msgid "Unable to relocate following files. Reinstallation of this package is strongly recommended." msgstr "Kan volgende bestanden niet terugvinden. Herinstallatie van dit pakket wordt sterk aangeraden." -#: inary/atomicoperations.py:510 +#: inary/atomicoperations.py:523 #, fuzzy msgid "Storing {}" msgstr "Opslaan {}" -#: inary/atomicoperations.py:578 +#: inary/atomicoperations.py:548 +#, fuzzy +msgid "Adding '{}' to db..." +msgstr "Toevoegen {} aan db... " + +#: inary/atomicoperations.py:592 #, fuzzy msgid "File list could not be read for package {}, continuing removal." msgstr "Bestandslijst kon niet gelezen worden voor pakket {}, voortzetten verwijderen." -#: inary/atomicoperations.py:584 +#: inary/atomicoperations.py:598 #, fuzzy msgid "Removing package {}" msgstr "Verwijderen pakket {}" -#: inary/atomicoperations.py:587 +#: inary/atomicoperations.py:601 msgid "Trying to remove nonexistent package " msgstr "Proberen niet-bestaand pakket te verwijderen " -#: inary/atomicoperations.py:626 +#: inary/atomicoperations.py:640 msgid "Not removing conflicted file : {}" msgstr "Niet verwijderen conflicterend bestand: {}" -#: inary/atomicoperations.py:656 +#: inary/atomicoperations.py:670 #, fuzzy msgid "Installed file {} does not exist on system [Probably you manually deleted]" msgstr "Geïnstalleerd bestand {} bestaat niet op systeem [waarschijnlijk handmatig verwijderd]" -#: inary/atomicoperations.py:716 inary/cli/command.py:168 +#: inary/atomicoperations.py:725 inary/cli/command.py:170 msgid "You have to be root for this operation." msgstr "U dient root te zijn voor deze handeling." -#: inary/atomicoperations.py:724 +#: inary/atomicoperations.py:733 #, fuzzy msgid "Another instance of Inary is running. Only one instance is allowed." msgstr "Er is al een kopie van INARY actief. Dit is slechts eenmaal toegestaan." -#: inary/atomicoperations.py:827 -#, fuzzy -msgid "Cleaning package cache {}..." -msgstr "Opschonen pakketcache {}..." - -#: inary/atomicoperations.py:829 +#: inary/atomicoperations.py:737 #, fuzzy -msgid "Cleaning source archive cache {}..." -msgstr "Opschonen bronarchiefcache {}..." +msgid "Invalidating database caches..." +msgstr "Altijd database bijwerken" -#: inary/atomicoperations.py:831 +#: inary/atomicoperations.py:739 #, fuzzy -msgid "Cleaning temporary directory {}..." -msgstr "Opschonen tijdelijke map {}..." +msgid "Updating database caches..." +msgstr "Altijd database bijwerken" -#: inary/atomicoperations.py:835 +#: inary/atomicoperations.py:822 inary/atomicoperations.py:955 +#: inary/atomicoperations.py:963 #, fuzzy -msgid "Removing cache file {}..." -msgstr "Verwijderen cachebestand {}..." +msgid "Regenerating database caches..." +msgstr "Herbouw bestanden database" -#: inary/atomicoperations.py:875 +#: inary/atomicoperations.py:871 msgid "Taking snapshot of the system" msgstr "Snapshot van het systeem nemen" -#: inary/atomicoperations.py:918 +#: inary/atomicoperations.py:914 #, fuzzy msgid "scom package is not fully installed" msgstr "scom-pakket is niet volledig geïnstalleerd" -#: inary/atomicoperations.py:925 +#: inary/atomicoperations.py:921 msgid "Not a valid repo name." msgstr "Geen geldige bronnaam." -#: inary/atomicoperations.py:928 +#: inary/atomicoperations.py:924 #, fuzzy msgid "Repo {} already present." msgstr "Bron {} is al aanwezig." -#: inary/atomicoperations.py:931 +#: inary/atomicoperations.py:927 #, fuzzy msgid "Repo already present with name {}." msgstr "Bron met naam {} is reeds aanwezig." -#: inary/atomicoperations.py:936 +#: inary/atomicoperations.py:931 inary/atomicoperations.py:940 +#, fuzzy +msgid "Flushing database caches..." +msgstr "Opschonen pakketcache {}..." + +#: inary/atomicoperations.py:933 #, fuzzy msgid "Repo {} added to system." msgstr "Bron {} toegevoegd aan het systeem." -#: inary/atomicoperations.py:944 +#: inary/atomicoperations.py:942 #, fuzzy msgid "Repo {} removed from system." msgstr "Bron {} verwijderd uit het systeem." -#: inary/atomicoperations.py:946 +#: inary/atomicoperations.py:944 #, fuzzy msgid "Repository {} does not exist. Cannot remove." msgstr "Softwarebron {} bestaat niet. Kan niet verwijderd worden." -#: inary/atomicoperations.py:967 +#: inary/atomicoperations.py:968 #, fuzzy msgid "Updating repository: {}" msgstr "Bijwerken softwarebron: {} " -#: inary/atomicoperations.py:976 +#: inary/atomicoperations.py:977 #, fuzzy msgid "{} repository information is up-to-date." msgstr "{} softwarebroninformatie is nog recent." -#: inary/atomicoperations.py:978 +#: inary/atomicoperations.py:979 msgid "Updating database at any rate as requested" msgstr "Database op elke snelheid zoals verzocht bijwerken" -#: inary/atomicoperations.py:991 +#: inary/atomicoperations.py:993 msgid "Package database updated." msgstr "Pakketdatabase bijgewerkt." -#: inary/atomicoperations.py:993 +#: inary/atomicoperations.py:995 #, fuzzy msgid "No repository named {} found." msgstr "Geen softwarebron met de naam {} gevonden." -#: inary/cli/__init__.py:117 +#: inary/cli/__init__.py:110 +#, fuzzy +msgid "Verboses: " +msgstr "Levert: " + +#: inary/cli/__init__.py:122 msgid "Warning: " msgstr "Waarschuwing: " -#: inary/cli/__init__.py:127 +#: inary/cli/__init__.py:132 msgid "Error: " msgstr "Fout: " -#: inary/cli/__init__.py:161 +#: inary/cli/__init__.py:168 #, fuzzy msgid " (yes" msgstr " (ja/nee)" -#: inary/cli/__init__.py:161 +#: inary/cli/__init__.py:168 msgid "no)" msgstr "" -#: inary/cli/__init__.py:185 -msgid " [complete]\n" +#: inary/cli/__init__.py:192 +#, fuzzy +msgid "" +"\n" +" [complete]\n" msgstr " [compleet]\n" -#: inary/cli/__init__.py:195 +#: inary/cli/__init__.py:202 #, fuzzy msgid "Installed {}" msgstr "Geïnstalleerd {}" -#: inary/cli/__init__.py:197 +#: inary/cli/__init__.py:204 #, fuzzy msgid "Removed {}" msgstr "Verwijderd {}" -#: inary/cli/__init__.py:199 +#: inary/cli/__init__.py:206 #, fuzzy msgid "Upgraded {}" msgstr "Opgewaardeerd {}" # inary/actionsapi/autotools.py:75 :85 -#: inary/cli/__init__.py:201 +#: inary/cli/__init__.py:208 #, fuzzy msgid "Configured {}" msgstr "Geconfigureerd {}" -#: inary/cli/__init__.py:203 +#: inary/cli/__init__.py:210 #, fuzzy msgid "Extracting the files of {}" msgstr "Bestanden uitpakken van {}" -#: inary/cli/addrepo.py:25 +#: inary/cli/addrepo.py:28 msgid "" "Add a repository\n" "\n" @@ -986,23 +1006,23 @@ msgstr "" "\n" "NB: Momenteel worden alleen lokale bestanden ondersteund (bijv. /a/b/c) en http:// URI's\n" -#: inary/cli/addrepo.py:43 +#: inary/cli/addrepo.py:46 msgid "add-repo options" msgstr "bronopties toevoegen" -#: inary/cli/addrepo.py:44 +#: inary/cli/addrepo.py:47 msgid "Ignore repository distribution check" msgstr "Controle van distributiebron en architectuur overslaan" -#: inary/cli/addrepo.py:45 +#: inary/cli/addrepo.py:48 msgid "Does not fetch repository index and does not check distribution match" msgstr "Haalt index van de bron niet op en controleert de distributie en architectuur niet" -#: inary/cli/addrepo.py:48 +#: inary/cli/addrepo.py:51 msgid "Add repository at given position (0 is first)" msgstr "Softwarebron op gegeven positie (0 is eerst) toevoegen" -#: inary/cli/addrepo.py:62 +#: inary/cli/addrepo.py:65 #, fuzzy msgid "" "Add {} repository without updating the database?\n" @@ -1013,12 +1033,12 @@ msgstr "" "Door het toestemmen wordt deze bron aan het system toegevoegd zonder deze te controleren.\n" "Doorgaan met toevoegen? " -#: inary/cli/addrepo.py:74 +#: inary/cli/addrepo.py:77 #, fuzzy, python-brace-format msgid "{0} repository could not be reached. Removing {0} from system." msgstr "{0} softwarebron is onbereikbaar. {0} van systeem verwijderen." -#: inary/cli/blame.py:24 +#: inary/cli/blame.py:26 msgid "" "Information about the package owner and release\n" "\n" @@ -1030,39 +1050,39 @@ msgstr "" "Gebruik: blame ... \n" "\n" -#: inary/cli/blame.py:37 +#: inary/cli/blame.py:39 msgid "blame options" msgstr "blame opties" -#: inary/cli/blame.py:38 +#: inary/cli/blame.py:40 msgid "Blame for the given release" msgstr "Blame voor de gegeven uitgave" -#: inary/cli/blame.py:40 +#: inary/cli/blame.py:42 msgid "Blame for all of the releases" msgstr "Blame voor alle uitgaven" -#: inary/cli/blame.py:66 inary/data/specfile.py:374 inary/data/specfile.py:485 +#: inary/cli/blame.py:68 inary/data/specfile.py:371 inary/data/specfile.py:452 #, fuzzy, python-brace-format msgid "Name: {0}, version: {1}, release: {2}\n" msgstr "Naam: {0}, versie {1}, uitgave {2}\n" -#: inary/cli/blame.py:68 +#: inary/cli/blame.py:70 #, fuzzy, python-brace-format msgid "Package Maintainer: {0} <{1}>\n" msgstr "Pakket onderhouder: {0} <{1}>\n" -#: inary/cli/blame.py:69 +#: inary/cli/blame.py:71 #, fuzzy, python-brace-format msgid "Release Updater: {0.name} <{0.email}>\n" msgstr "Uitgave updater: {0.name} <{0.email}>\n" -#: inary/cli/blame.py:70 +#: inary/cli/blame.py:72 #, fuzzy msgid "Update Date: {}\n" msgstr "Datum bijwerken: {}\n" -#: inary/cli/build.py:25 +#: inary/cli/build.py:30 msgid "" "Build INARY packages\n" "\n" @@ -1084,92 +1104,96 @@ msgstr "" "Als alternatief kunt u de naam geven van een bronpakket dat\n" "te downloaden is van een softwarebron welke het pakket bevat.\n" -#: inary/cli/build.py:49 +#: inary/cli/build.py:54 msgid "build options" msgstr "bouw opties" -#: inary/cli/build.py:57 +#: inary/cli/build.py:62 msgid "Run inary build operation without printing extra debug information" msgstr "Inary bouwoperatie uitvoeren en geen debuginformatie weergeven" -#: inary/cli/build.py:63 inary/cli/command.py:205 +#: inary/cli/build.py:68 inary/cli/command.py:207 msgid "Do not take dependency information into account" msgstr "Geen rekening houden met afhankelijkheidsinformatie" -#: inary/cli/build.py:69 +#: inary/cli/build.py:74 msgid "Output directory for produced packages" msgstr "Doelmap voor geproduceerde pakketten" -#: inary/cli/build.py:73 +#: inary/cli/build.py:78 msgid "Bypass errors from ActionsAPI" msgstr "Omzeilen fouten van ActionsAPI" -#: inary/cli/build.py:78 inary/cli/command.py:207 +#: inary/cli/build.py:83 inary/cli/command.py:209 msgid "Bypass safety switch" msgstr "Omzeilen veiligheidsprocedure" -#: inary/cli/build.py:83 +#: inary/cli/build.py:88 msgid "Bypass testing step" msgstr "Omzeilen test stap" -#: inary/cli/build.py:88 +#: inary/cli/build.py:93 msgid "Create a static package with ar files" msgstr "Maak een statisch pakket met ar-bestanden aan" -#: inary/cli/build.py:92 inary/cli/delta.py:63 +#: inary/cli/build.py:97 inary/cli/delta.py:65 msgid "Create the binary package using the given format. Use '-F help' to see a list of supported formats." msgstr "Aanmaken van binaire pakket gebruikmakend van opgegeven formaat. Gebruik '-F help' voor lijst van ondersteunde formaten." -#: inary/cli/build.py:99 +#: inary/cli/build.py:104 msgid "Use quilt patch management system instead of GNU patch" msgstr "Gebruik quilt patch systeembeheer in plaats van GNU patch" -#: inary/cli/build.py:105 +#: inary/cli/build.py:110 +msgid "Do not use root user when packaging, make building under home folder" +msgstr "" + +#: inary/cli/build.py:116 msgid "Do not constrain build process inside the build folder" msgstr "Perk bouw proces niet in tot binnen de bouw folder" -#: inary/cli/build.py:109 +#: inary/cli/build.py:120 msgid "build steps" msgstr "bouw stappen" -#: inary/cli/build.py:115 +#: inary/cli/build.py:126 msgid "Break build after fetching the source archive" msgstr "Breek bouwen af na ophalen bron archief" -#: inary/cli/build.py:122 +#: inary/cli/build.py:133 msgid "Break build after unpacking the source archive, checking sha1sum and applying patches" msgstr "Breek bouwen af na uitpakken van het bron archief, controleert sha1sum entoepassen patches" -#: inary/cli/build.py:130 +#: inary/cli/build.py:141 msgid "Break build after running configure step" msgstr "Breek bouwen af na uitvoeren van de configuratie stap" -#: inary/cli/build.py:136 +#: inary/cli/build.py:147 msgid "Break build after running compile step" msgstr "Breek bouwen af na uitvoeren van de compilatie stap" -#: inary/cli/build.py:142 +#: inary/cli/build.py:153 msgid "Break build after running check step" msgstr "Breek bouwen af na uitvoeren van de controle stap" -#: inary/cli/build.py:148 +#: inary/cli/build.py:159 msgid "Break build after running install step" msgstr "Breek bouwen af na uitvoeren van de installatie stap" -#: inary/cli/build.py:154 +#: inary/cli/build.py:165 msgid "Create INARY package" msgstr "INARY-pakket aanmaken" -#: inary/cli/build.py:164 inary/cli/delta.py:71 +#: inary/cli/build.py:175 inary/cli/delta.py:73 msgid "Supported package formats:" msgstr "Ondersteunde pakketformaten:" -#: inary/cli/build.py:167 inary/cli/delta.py:74 +#: inary/cli/build.py:178 inary/cli/delta.py:76 #, fuzzy msgid " {} (default)" msgstr " {} (standaard)" -#: inary/cli/check.py:28 +#: inary/cli/check.py:30 msgid "" "Verify installation\n" "\n" @@ -1198,40 +1222,40 @@ msgstr "" "\n" "Indien geen pakket opgegeven, worden alle pakketten gecontroleerd.\n" -#: inary/cli/check.py:55 +#: inary/cli/check.py:57 msgid "check options" msgstr "controle opties" -#: inary/cli/check.py:60 +#: inary/cli/check.py:62 msgid "Check installed packages under given component" msgstr "Controleer geïnstalleerde pakketten onder een gegeven component" -#: inary/cli/check.py:66 +#: inary/cli/check.py:68 msgid "Checks only changed config files of the packages" msgstr "Controleer alleen veranderde configuratiebestanden van de pakketten" -#: inary/cli/check.py:83 +#: inary/cli/check.py:85 msgid "Checking all installed packages" msgstr "Controleren alle geïnstalleerde pakketten" -#: inary/cli/check.py:92 +#: inary/cli/check.py:94 #, fuzzy msgid "Checking integrity of {}" msgstr "Integriteit controleren van {}" -#: inary/cli/check.py:104 +#: inary/cli/check.py:106 msgid "Broken" msgstr "Gebroken" -#: inary/cli/check.py:109 +#: inary/cli/check.py:111 msgid "Unknown" msgstr "Onbekend" -#: inary/cli/check.py:111 +#: inary/cli/check.py:113 msgid "OK" msgstr "OK" -#: inary/cli/check.py:117 +#: inary/cli/check.py:118 #, fuzzy msgid "Missing file: /{}" msgstr "Ontbrekend bestand: /{}" @@ -1241,23 +1265,23 @@ msgstr "Ontbrekend bestand: /{}" msgid "Access denied: /{}" msgstr "Toegang geweigerd: /{}" -#: inary/cli/check.py:125 +#: inary/cli/check.py:124 #, fuzzy msgid "Corrupted file: /{}" msgstr "Beschadigd bestand: /{}" # inary/actionsapi/autotools.py:75 :85 -#: inary/cli/check.py:129 +#: inary/cli/check.py:127 #, fuzzy msgid "Modified configuration file: /{}" msgstr "Gemodificeerd configuratiebestand: /{}" -#: inary/cli/check.py:134 +#: inary/cli/check.py:132 #, fuzzy msgid "Package {} not installed" msgstr "Pakket {} niet geïnstalleerd" -#: inary/cli/check.py:138 +#: inary/cli/check.py:136 #, fuzzy msgid "" "Inary was unable to check the integrity of packages which contain files that you don't have read access.\n" @@ -1266,7 +1290,7 @@ msgstr "" "Inary kan de integriteit van pakketten niet controleren wanneer er geen lees-toegang tot de bestanden is.\n" "Het uitvoeren van de controle met root-rechten kan het probleem oplossen." -#: inary/cli/clean.py:20 +#: inary/cli/clean.py:22 msgid "" "Clean stale locks\n" "\n" @@ -1282,77 +1306,77 @@ msgstr "" "INARY gebruikt bestandsysteem vergrendeling bij het beheer van databasetoegang.\n" "Deze opdracht verwijdert ongebruikte vergrendelingen op de databasemap." -#: inary/cli/command.py:31 +#: inary/cli/command.py:33 msgid "Command lacks name" msgstr "Commando is naamloos" -#: inary/cli/command.py:35 +#: inary/cli/command.py:37 #, fuzzy msgid "Duplicate command {}" msgstr "Dupliceer commando {}" -#: inary/cli/command.py:72 inary/cli/inarycli.py:138 +#: inary/cli/command.py:74 inary/cli/inarycli.py:142 #, fuzzy msgid "Unrecognized command: {}" msgstr "Niet herkend commando: {}" # inary/build.py:503 :506 -#: inary/cli/command.py:97 +#: inary/cli/command.py:99 msgid "general options" msgstr "algemene opties" -#: inary/cli/command.py:100 +#: inary/cli/command.py:102 msgid "Change the system root for INARY commands" msgstr "Wijzig de systeem root voor INARY-commando's" -#: inary/cli/command.py:102 +#: inary/cli/command.py:104 msgid "Assume yes in all yes/no queries" msgstr "Uitgaan van ja bij alle ja/nee vragen" -#: inary/cli/command.py:106 +#: inary/cli/command.py:108 msgid "Keep bandwidth usage under specified KB's" msgstr "Beperk bandbreedte gebruik tot aangegeven KB" -#: inary/cli/command.py:109 +#: inary/cli/command.py:111 msgid "Detailed output" msgstr "Gedetailleerde uitvoer" -#: inary/cli/command.py:111 +#: inary/cli/command.py:113 msgid "Show debugging information" msgstr "Toon debuginformatie" -#: inary/cli/command.py:113 +#: inary/cli/command.py:115 msgid "Suppresses all coloring of INARY's output" msgstr "Onderdrukt kleuren van INARY-uitvoer" -#: inary/cli/command.py:131 +#: inary/cli/command.py:133 #, fuzzy msgid "Destination directory {} does not exist. Creating directory.\n" msgstr "Doelmap {} bestaat niet. Aanmaken map.\n" -#: inary/cli/command.py:153 +#: inary/cli/command.py:155 msgid "Password: " msgstr "Wachtwoord: " -#: inary/cli/command.py:192 +#: inary/cli/command.py:194 msgid "Command terminated abnormally." msgstr "Commando abnormaal gestopt." -#: inary/cli/command.py:209 inary/cli/emerge.py:52 inary/cli/emergeup.py:54 +#: inary/cli/command.py:211 inary/cli/emerge.py:54 inary/cli/emergeup.py:56 #, fuzzy msgid "Bypass scom configuration agent" msgstr "Omzeil Scom-configuratieagent" -#: inary/cli/command.py:211 +#: inary/cli/command.py:213 msgid "Do not perform any action, just show what would be done" msgstr "Geen acties uitvoeren, geef alleen weer wat er zou gebeuren" -#: inary/cli/command.py:229 +#: inary/cli/command.py:231 #, fuzzy msgid "usage: {}\n" msgstr "gebruik: {}\n" -#: inary/cli/configurepending.py:23 +#: inary/cli/configurepending.py:25 #, fuzzy msgid "" "Configure pending packages\n" @@ -1369,11 +1393,11 @@ msgstr "" "een wachtlijst van pakketten toegevoegd om ze later te\n" "configuren. Dit commando configureert deze pakketten.\n" -#: inary/cli/configurepending.py:37 +#: inary/cli/configurepending.py:39 msgid "configure-pending options" msgstr "wachtende configuratie opties" -#: inary/cli/deletecache.py:22 +#: inary/cli/deletecache.py:26 msgid "" "Delete cache files\n" "\n" @@ -1391,7 +1415,37 @@ msgstr "" "in de map /var opgeslagen. Omdat ze achterblijven,\n" "kunnen ze veel schijfruimte in beslag nemen." -#: inary/cli/delta.py:24 +#: inary/cli/deletecache.py:40 +#, fuzzy +msgid "Select cleaning directory:\n" +msgstr "Opschonen bouwmap..." + +#: inary/cli/deletecache.py:49 +#, fuzzy +msgid "Cleaning home-build directory {}..." +msgstr "Opschonen bouwmap..." + +#: inary/cli/deletecache.py:57 +#, fuzzy +msgid "Cleaning package cache {}..." +msgstr "Opschonen pakketcache {}..." + +#: inary/cli/deletecache.py:59 +#, fuzzy +msgid "Cleaning source archive cache {}..." +msgstr "Opschonen bronarchiefcache {}..." + +#: inary/cli/deletecache.py:61 +#, fuzzy +msgid "Cleaning temporary directory {}..." +msgstr "Opschonen tijdelijke map {}..." + +#: inary/cli/deletecache.py:65 +#, fuzzy +msgid "Removing cache file {}..." +msgstr "Verwijderen cachebestand {}..." + +#: inary/cli/delta.py:26 msgid "" "Creates delta packages\n" "\n" @@ -1411,19 +1465,19 @@ msgstr "" "vergelijken van de sha1sum van de bestanden en maakt een\n" "delta-pakket aan met de gewijzigde bestanden.\n" -#: inary/cli/delta.py:45 +#: inary/cli/delta.py:47 msgid "delta options" msgstr "delta opties" -#: inary/cli/delta.py:53 +#: inary/cli/delta.py:55 msgid "Use arg as the new package and treat other arguments as old packages." msgstr "Gebruik arg als het nieuwe pakket en behandel andere argumenten als oude pakketten." -#: inary/cli/delta.py:59 +#: inary/cli/delta.py:61 msgid "Output directory for produced packages." msgstr "Uitvoermap voor geproduceerde pakketten." -#: inary/cli/disablerepo.py:22 +#: inary/cli/disablerepo.py:24 msgid "" "Disable repository\n" "\n" @@ -1441,7 +1495,7 @@ msgstr "" "\n" "Uitgeschakelde softwarebronnen worden in bewerkingen niet meegenomen\n" -#: inary/cli/emerge.py:25 +#: inary/cli/emerge.py:27 msgid "" "Build and install INARY source packages from repository\n" "\n" @@ -1461,34 +1515,34 @@ msgstr "" "\n" "Een componentnaam is ook mogelijk.\n" -#: inary/cli/emerge.py:43 +#: inary/cli/emerge.py:45 msgid "emerge options" msgstr "duik opties op" -#: inary/cli/emerge.py:46 inary/cli/emergeup.py:48 +#: inary/cli/emerge.py:48 inary/cli/emergeup.py:50 msgid "Emerge available packages under given component" msgstr "Geef awezige pakketten weer onder gegeven component" -#: inary/cli/emerge.py:48 inary/cli/emergeup.py:50 inary/cli/install.py:52 -#: inary/cli/upgrade.py:58 +#: inary/cli/emerge.py:50 inary/cli/emergeup.py:52 inary/cli/install.py:54 +#: inary/cli/upgrade.py:60 msgid "Ignore file conflicts" msgstr "Negeer bestandsconflicten" -#: inary/cli/emerge.py:50 inary/cli/emergeup.py:52 inary/cli/install.py:54 -#: inary/cli/upgrade.py:60 +#: inary/cli/emerge.py:52 inary/cli/emergeup.py:54 inary/cli/install.py:56 +#: inary/cli/upgrade.py:62 msgid "Ignore package conflicts" msgstr "Negeer pakketconflicten" -#: inary/cli/emerge.py:70 inary/cli/emergeup.py:75 +#: inary/cli/emerge.py:72 inary/cli/emergeup.py:77 #, fuzzy msgid "Output directory: {}" msgstr "Doelmap: {}" -#: inary/cli/emerge.py:72 inary/cli/emergeup.py:77 +#: inary/cli/emerge.py:74 inary/cli/emergeup.py:79 msgid "Outputting binary packages in the package cache." msgstr "Uitvoeren binaire pakketten naar de pakketbuffer." -#: inary/cli/emergeup.py:27 +#: inary/cli/emergeup.py:29 #, fuzzy msgid "" "Build and upgrade INARY source packages from repository\n" @@ -1509,12 +1563,12 @@ msgstr "" "\n" "Een componentnaam is ook mogelijk.\n" -#: inary/cli/emergeup.py:45 +#: inary/cli/emergeup.py:47 #, fuzzy msgid "emergeup options" msgstr "duik opties op" -#: inary/cli/enablerepo.py:22 +#: inary/cli/enablerepo.py:24 msgid "" "Enable repository\n" "\n" @@ -1563,7 +1617,7 @@ msgstr "Bestemmingmap voor de opgehaalde pakketten" msgid "Download with runtime dependencies." msgstr "Negeren bouwafhankelijkheden." -#: inary/cli/graph.py:26 +#: inary/cli/graph.py:28 msgid "" "Graph package relations\n" "\n" @@ -1583,44 +1637,44 @@ msgstr "" "standaard de pakketrelaties tussen softwarebronpakketten zien,\n" "en schrijft het pakket in graphviz-formaat naar 'pgraph.dot'.\n" -#: inary/cli/graph.py:41 +#: inary/cli/graph.py:43 msgid "graph options" msgstr "grafische opties" -#: inary/cli/graph.py:45 +#: inary/cli/graph.py:47 msgid "Specify a particular repository" msgstr "Geef een bepaalde softwarebron aan" -#: inary/cli/graph.py:48 +#: inary/cli/graph.py:50 msgid "Graph of installed packages" msgstr "Grafiek van geïnstalleerde pakketten" -#: inary/cli/graph.py:51 +#: inary/cli/graph.py:53 msgid "Do not show installed packages" msgstr "Geïnstalleerde pakketten niet weergeven" -#: inary/cli/graph.py:54 +#: inary/cli/graph.py:56 msgid "Draw reverse dependency graph" msgstr "Omgekeerde afhankelijkhedengrafiek tonen" -#: inary/cli/graph.py:57 +#: inary/cli/graph.py:59 msgid "Dot output file" msgstr "Dot uitvoerbestand" -#: inary/cli/graph.py:71 +#: inary/cli/graph.py:73 #, fuzzy msgid "Plotting packages in repository {}" msgstr "Plot pakketten in softwarebron {}" -#: inary/cli/graph.py:74 +#: inary/cli/graph.py:76 msgid "Plotting a graph of relations among all repository packages" msgstr "Plot een grafiek van de relaties tussen alle bronpakketten" -#: inary/cli/graph.py:88 +#: inary/cli/graph.py:90 msgid "Plotting a graph of relations among all installed packages" msgstr "Plot een grafiek van de relaties tussen alle geïnstalleerde pakketten" -#: inary/cli/help.py:22 +#: inary/cli/help.py:24 msgid "" "Prints help for given commands\n" "\n" @@ -1634,7 +1688,7 @@ msgstr "" "\n" "Indien uitgevoerd zonder parameter wordt de algemene help getoond." -#: inary/cli/help.py:47 +#: inary/cli/help.py:49 msgid "" "%prog [options] [arguments]\n" "\n" @@ -1646,7 +1700,7 @@ msgstr "" "waar één is van:\n" "\n" -#: inary/cli/help.py:53 +#: inary/cli/help.py:55 msgid "" "\n" "Use \"%prog help \" for help on a specific command.\n" @@ -1654,35 +1708,35 @@ msgstr "" "\n" "Gebruik \"%prog help \" voor help over een specifiek commando.\n" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "emerge" msgstr "duik op" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "install" msgstr "installeer" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "remove" msgstr "verwijderen" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "repository update" msgstr "softwarebron bijwerken" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "snapshot" msgstr "momentopname" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "takeback" msgstr "terugnemen" -#: inary/cli/history.py:28 +#: inary/cli/history.py:30 msgid "upgrade" msgstr "Opwaarderen" -#: inary/cli/history.py:31 +#: inary/cli/history.py:33 msgid "" "History of inary operations\n" "\n" @@ -1696,50 +1750,50 @@ msgstr "" "\n" "Toont eerdere handelingen." -#: inary/cli/history.py:45 +#: inary/cli/history.py:47 msgid "history options" msgstr "geschiedenis opties" -#: inary/cli/history.py:51 +#: inary/cli/history.py:53 msgid "Output only the last n operations" msgstr "Uitvoer alleen de laatste n handelingen" -#: inary/cli/history.py:53 +#: inary/cli/history.py:55 msgid "Take snapshot of the current system" msgstr "Neem een snapshot van het huidige systeem" -#: inary/cli/history.py:55 +#: inary/cli/history.py:57 msgid "Takeback to the state after the given operation finished" msgstr "Terugnemen naar de toestand na een gegeven handeling is beëindigd" -#: inary/cli/history.py:65 -#, fuzzy, python-brace-format -msgid "Operation #{0}: {1}" -msgstr "Handeling #{0}: {1}" +#: inary/cli/history.py:68 +#, fuzzy +msgid "Operation " +msgstr "Opties" -#: inary/cli/history.py:66 -#, python-brace-format -msgid "Date: {0.date} {0.time}" -msgstr "Datum: {0.date} {0.time}" +#: inary/cli/history.py:72 +#, fuzzy +msgid "Date: " +msgstr "Datum: {} {}" -#: inary/cli/history.py:70 -#, python-format -msgid " * There are %d packages in this snapshot." +#: inary/cli/history.py:78 +#, fuzzy +msgid " * There are {} packages in this snapshot." msgstr " * Er zijn %d pakketten in deze snapshot." -#: inary/cli/inarycli.py:89 +#: inary/cli/inarycli.py:93 msgid "Options must precede non-option arguments" msgstr "Opties moeten voorafgaan aan non-optie-argumenten" -#: inary/cli/inarycli.py:131 +#: inary/cli/inarycli.py:135 msgid "No command given" msgstr "Geen commando gegeven" -#: inary/cli/inarycli.py:134 +#: inary/cli/inarycli.py:138 msgid "Command line parsing error" msgstr "Fout bij ontleden van opdrachtregel" -#: inary/cli/index.py:24 +#: inary/cli/index.py:26 msgid "" "Index INARY files in a given directory\n" "\n" @@ -1764,31 +1818,31 @@ msgstr "" "\n" "\n" -#: inary/cli/index.py:48 +#: inary/cli/index.py:50 msgid "index options" msgstr "index opties" -#: inary/cli/index.py:53 +#: inary/cli/index.py:55 msgid "Store absolute links for indexed files." msgstr "Opslaan absolute koppelingen voor geïndexeerde bestanden." -#: inary/cli/index.py:58 +#: inary/cli/index.py:60 msgid "Index output file" msgstr "Index-uitvoerbestand" -#: inary/cli/index.py:63 +#: inary/cli/index.py:65 msgid "Comma-separated compression types for index file" msgstr "Komma-gescheiden compressietypen voor index-bestand" -#: inary/cli/index.py:69 +#: inary/cli/index.py:71 msgid "Do not index INARY spec files." msgstr "INARY-specifieke bestanden niet indexeren." -#: inary/cli/index.py:74 +#: inary/cli/index.py:76 msgid "Do not sign index." msgstr "Niet ondertekenen index." -#: inary/cli/info.py:26 +#: inary/cli/info.py:28 msgid "" "Display package information\n" "\n" @@ -1802,80 +1856,80 @@ msgstr "" "\n" " is ofwel een pakketnaam of een .inary pakket,\n" -#: inary/cli/info.py:44 +#: inary/cli/info.py:46 msgid "info options" msgstr "info opties" -#: inary/cli/info.py:51 +#: inary/cli/info.py:53 msgid "Show a list of package files." msgstr "Toon een lijst van pakketbestanden." -#: inary/cli/info.py:53 +#: inary/cli/info.py:55 msgid "Info about the given component" msgstr "Info van het gegeven component" -#: inary/cli/info.py:56 +#: inary/cli/info.py:58 msgid "Show only paths." msgstr "Toon alleen paden." -#: inary/cli/info.py:58 +#: inary/cli/info.py:60 msgid "Do not show details" msgstr "Geen details tonen" -#: inary/cli/info.py:60 +#: inary/cli/info.py:62 msgid "Output in xml format" msgstr "Uitvoer in xml-opmaak" -#: inary/cli/info.py:128 +#: inary/cli/info.py:130 msgid "Reverse Dependencies:" msgstr "Omgekeerde afhankelijkheden:" -#: inary/cli/info.py:139 +#: inary/cli/info.py:141 msgid "Reverse Build Dependencies:" msgstr "Omgekeerde bouw afhankelijkheden:" -#: inary/cli/info.py:144 +#: inary/cli/info.py:146 #, fuzzy msgid "Package file: {}" msgstr "Pakketbestand: {}" -#: inary/cli/info.py:159 +#: inary/cli/info.py:161 msgid "[inst] " msgstr "[inst] " -#: inary/cli/info.py:161 +#: inary/cli/info.py:163 msgid "Installed package:" msgstr "Geïnstalleerd pakket:" -#: inary/cli/info.py:165 +#: inary/cli/info.py:167 #, fuzzy msgid "{} package is not installed" msgstr " {} pakket is niet geïnstalleerd" -#: inary/cli/info.py:171 +#: inary/cli/info.py:173 msgid "[binary] " msgstr "[binair] " -#: inary/cli/info.py:173 inary/cli/info.py:185 +#: inary/cli/info.py:175 inary/cli/info.py:187 #, fuzzy msgid "Package found in {} repository:" msgstr "Pakket gevonden in {} softwarebron:" -#: inary/cli/info.py:176 +#: inary/cli/info.py:178 #, fuzzy msgid "{} package is not found in binary repositories" msgstr "{} pakket is niet gevonden in de binaire softwarebronnen" -#: inary/cli/info.py:183 +#: inary/cli/info.py:185 msgid "[source] " msgstr "[bron] " -#: inary/cli/info.py:188 +#: inary/cli/info.py:190 #, fuzzy msgid "{} package is not found in source repositories" msgstr "{} pakket is niet gevonden in de softwarebronnen" -#: inary/cli/install.py:25 +#: inary/cli/install.py:27 msgid "" "Install INARY packages\n" "\n" @@ -1897,48 +1951,48 @@ msgstr "" "\tU kunt ook onderdelen specificeren in plaats van pakketnamen, welk uitgebreid\n" "zullen worden naar pakketnamen.\n" -#: inary/cli/install.py:43 +#: inary/cli/install.py:45 msgid "install options" msgstr "installatie opties" -#: inary/cli/install.py:48 +#: inary/cli/install.py:50 msgid "Reinstall already installed packages" msgstr "Herïnstalleer reeds geïnstalleerde pakketten" -#: inary/cli/install.py:50 +#: inary/cli/install.py:52 msgid "Skip distribution release and architecture check" msgstr "Controle van distributieversie en architectuur overslaan" -#: inary/cli/install.py:56 +#: inary/cli/install.py:58 msgid "Install component's and recursive components' packages" msgstr "Installeer componenten en de pakketten van recursieve componenten" -#: inary/cli/install.py:58 +#: inary/cli/install.py:60 msgid "Name of the component's repository" msgstr "Naam van de componentbron" -#: inary/cli/install.py:60 inary/cli/upgrade.py:66 +#: inary/cli/install.py:62 inary/cli/upgrade.py:68 msgid "Fetch upgrades but do not install." msgstr "Haal bijgewerkte bestanden op maar installeer ze niet." -#: inary/cli/install.py:62 +#: inary/cli/install.py:64 msgid "When installing packages, ignore packages and components whose basenames match pattern." msgstr "Bij installeren van pakketten, negeer pakketten en componenten wiens basenames overeenkomen met patroon." -#: inary/cli/install.py:65 +#: inary/cli/install.py:67 msgid "When installing packages, ignore packages and components whose basenames match any pattern contained in file." msgstr "Als pakketten geïnstalleerd worden, negeer pakketten en componenten wiens basenames overeenkomen met elk patroon in bestand." -#: inary/cli/install.py:69 +#: inary/cli/install.py:71 msgid "Store previous libraries info when package is updating to newer version." msgstr "" -#: inary/cli/install.py:94 +#: inary/cli/install.py:96 #, fuzzy msgid "There is no component named {}" msgstr "Er is geen component met de naam {}" -#: inary/cli/listavailable.py:27 +#: inary/cli/listavailable.py:29 msgid "" "List available packages in the repositories\n" "\n" @@ -1956,36 +2010,36 @@ msgstr "" "softwarebronnen. Als geen softwarebron opgegeven is worden alle pakketten in\n" "alle softwarebronnen getoond.\n" -#: inary/cli/listavailable.py:45 +#: inary/cli/listavailable.py:47 msgid "list-available options" msgstr "list-available opties" -#: inary/cli/listavailable.py:47 inary/cli/listcomponents.py:41 -#: inary/cli/listinstalled.py:47 inary/cli/listsources.py:40 -#: inary/cli/listupgrades.py:43 inary/cli/searchfile.py:40 +#: inary/cli/listavailable.py:49 inary/cli/listcomponents.py:43 +#: inary/cli/listinstalled.py:49 inary/cli/listsources.py:42 +#: inary/cli/listupgrades.py:45 inary/cli/searchfile.py:41 msgid "Show in long format" msgstr "Toon in lang formaat" -#: inary/cli/listavailable.py:49 +#: inary/cli/listavailable.py:51 msgid "List available packages under given component" msgstr "Toon aanwezige pakketten onder gegeven component" -#: inary/cli/listavailable.py:51 +#: inary/cli/listavailable.py:53 msgid "Show uninstalled packages only" msgstr "Toon alleen niet-geïnstalleerde pakketten" -#: inary/cli/listavailable.py:59 +#: inary/cli/listavailable.py:61 msgid "Installed packages are shown in this color" msgstr "Geïnstalleerde pakketten worden in deze kleur weergegeven" -#: inary/cli/listavailable.py:67 +#: inary/cli/listavailable.py:69 #, fuzzy msgid "" "\n" " Repository : {}\n" msgstr "Softwarebron: {}\n" -#: inary/cli/listcomponents.py:24 +#: inary/cli/listcomponents.py:26 msgid "" "List available components\n" "\n" @@ -2001,15 +2055,15 @@ msgstr "" "Toont een korte lijst van INARY-componenten\n" "gepubliceerd in de softwarebronnen.\n" -#: inary/cli/listcomponents.py:39 +#: inary/cli/listcomponents.py:41 msgid "list-components options" msgstr "list-components opties" -#: inary/cli/listcomponents.py:43 inary/cli/search.py:46 +#: inary/cli/listcomponents.py:45 inary/cli/search.py:48 msgid "Name of the source or package repository" msgstr "Naam van de bron of pakketbron" -#: inary/cli/listinstalled.py:25 +#: inary/cli/listinstalled.py:27 msgid "" "Print the list of all installed packages\n" "\n" @@ -2019,28 +2073,28 @@ msgstr "" "\n" "Gebruik: list-installed\n" -#: inary/cli/listinstalled.py:39 +#: inary/cli/listinstalled.py:41 msgid "list-installed options" msgstr "list-installed opties" -#: inary/cli/listinstalled.py:44 +#: inary/cli/listinstalled.py:46 msgid "Only list the installed packages built by the given host" msgstr "Toon alleen de door de opgegeven host gebouwde en geïnstalleerde pakketten" -#: inary/cli/listinstalled.py:49 +#: inary/cli/listinstalled.py:51 msgid "List installed packages under given component" msgstr "Toon geïnstalleerde pakketten onder gegeven component" -#: inary/cli/listinstalled.py:51 inary/cli/listupgrades.py:47 +#: inary/cli/listinstalled.py:53 inary/cli/listupgrades.py:49 msgid "Show detailed install info" msgstr "Toon gedetailleerde installatie-informatie" # inary/cli/commands.py:542 :729 -#: inary/cli/listinstalled.py:77 inary/cli/listupgrades.py:72 +#: inary/cli/listinstalled.py:79 inary/cli/listupgrades.py:74 msgid "Package Name |St| Version| Rel.| Distro| Date" msgstr "Pakketnaam |St| Versie| Rel.| Distro| Datum" -#: inary/cli/listnewest.py:25 +#: inary/cli/listnewest.py:27 msgid "" "List newest packages in the repositories\n" "\n" @@ -2058,29 +2112,29 @@ msgstr "" "de opgegeven softwarebron. Indien geen softwarebron opgegeven is,\n" "worden de nieuwste pakketten uit alle softwarebronnen getoond.\n" -#: inary/cli/listnewest.py:43 +#: inary/cli/listnewest.py:45 msgid "list-newest options" msgstr "list-newest opties" -#: inary/cli/listnewest.py:45 +#: inary/cli/listnewest.py:47 msgid "List new packages added to repository after this given date formatted as yyyy-mm-dd" msgstr "Toon nieuwe pakketten die aan de softwarebron toegevoegd zijn na de opgegeven datum in het formaat jjjj-mm-dd" -#: inary/cli/listnewest.py:47 +#: inary/cli/listnewest.py:49 msgid "List new packages added to repository after last nth previous repository update" msgstr "Toon nieuwe pakketten die aan de softwarebron toegevoegd zijn na de laatste n-de opwaardering van softwarebron" -#: inary/cli/listnewest.py:75 +#: inary/cli/listnewest.py:77 #, fuzzy, python-brace-format msgid "Packages added to {0} since {1}:\n" msgstr "Pakketten toegevoegd aan {0} sinds {1}:\n" -#: inary/cli/listnewest.py:77 +#: inary/cli/listnewest.py:79 #, fuzzy msgid "Packages added to {}:" msgstr "Pakketten toegevoegd aan {}:" -#: inary/cli/listorphaned.py:25 +#: inary/cli/listorphaned.py:27 msgid "" "List orphaned packages\n" "\n" @@ -2089,32 +2143,32 @@ msgid "" "Lists packages installed as dependency, but no longer needed by any other installed package.\n" msgstr "" -#: inary/cli/listorphaned.py:40 +#: inary/cli/listorphaned.py:42 #, fuzzy msgid "list-orphaned options" msgstr "list-sources opties" -#: inary/cli/listorphaned.py:42 +#: inary/cli/listorphaned.py:44 #, fuzzy msgid "Show all packages without reverse dependencies" msgstr "Wegens afhankelijkheden zijn er extra pakketten." -#: inary/cli/listorphaned.py:44 +#: inary/cli/listorphaned.py:46 #, fuzzy msgid "Ignore packages and components whose basenames match pattern." msgstr "Bij het opwaarderen van het systeem, pakketten en componenten negeren waarbij basenames overeenkomen met patroon." -#: inary/cli/listorphaned.py:56 +#: inary/cli/listorphaned.py:58 #, fuzzy msgid "Orphaned packages:" msgstr "Grafiek van geïnstalleerde pakketten" -#: inary/cli/listorphaned.py:58 +#: inary/cli/listorphaned.py:60 #, fuzzy msgid "No orphaned packages" msgstr "Geïnstalleerde pakketten niet weergeven" -#: inary/cli/listpending.py:23 +#: inary/cli/listpending.py:25 msgid "" "List pending packages\n" "\n" @@ -2125,10 +2179,14 @@ msgstr "" "Toont pakketten die wachten op configuratie.\n" #: inary/cli/listpending.py:41 +msgid "Listing pending orders:" +msgstr "" + +#: inary/cli/listpending.py:43 msgid "There are no packages waiting to be configured" msgstr "Er zijn geen pakketten die wachten op configuratie" -#: inary/cli/listrepo.py:23 +#: inary/cli/listrepo.py:25 msgid "" "List repositories\n" "\n" @@ -2141,20 +2199,20 @@ msgstr "" "\n" "Toont huidige ingestelde softwarebronnen.\n" -#: inary/cli/listrepo.py:40 inary/cli/listrepo.py:41 +#: inary/cli/listrepo.py:42 inary/cli/listrepo.py:43 msgid "active" msgstr "actief" -#: inary/cli/listrepo.py:40 +#: inary/cli/listrepo.py:42 msgid "inactive" msgstr "inactief" -#: inary/cli/listrepo.py:42 inary/cli/listrepo.py:44 +#: inary/cli/listrepo.py:44 inary/cli/listrepo.py:46 #, python-brace-format msgid "{0} [{1}]" msgstr "{0} [{1}]" -#: inary/cli/listsources.py:24 +#: inary/cli/listsources.py:26 msgid "" "List available sources\n" "\n" @@ -2168,11 +2226,11 @@ msgstr "" "\n" "Toont een beknopte lijst van bronnen gepubliceerd in de softwarebronnen.\n" -#: inary/cli/listsources.py:38 +#: inary/cli/listsources.py:40 msgid "list-sources options" msgstr "list-sources opties" -#: inary/cli/listupgrades.py:26 +#: inary/cli/listupgrades.py:28 msgid "" "List packages to be upgraded\n" "\n" @@ -2186,19 +2244,19 @@ msgstr "" "\n" "Toont de pakketten die opgewaardeerd dienen te worden\n" -#: inary/cli/listupgrades.py:41 +#: inary/cli/listupgrades.py:43 msgid "list-upgrades options" msgstr "list-upgrades opties" -#: inary/cli/listupgrades.py:45 +#: inary/cli/listupgrades.py:47 msgid "List upgradable packages under given component" msgstr "Toon op te waarderen pakketten onder opgegeven component" -#: inary/cli/listupgrades.py:63 inary/operations/upgrade.py:159 +#: inary/cli/listupgrades.py:65 inary/operations/upgrade.py:161 msgid "No packages to upgrade." msgstr "Geen pakketten op te waarderen." -#: inary/cli/rebuilddb.py:24 +#: inary/cli/rebuilddb.py:26 msgid "" "Rebuild Databases\n" "\n" @@ -2218,19 +2276,19 @@ msgstr "" "Wanneer pakketspecificaties opgegeven zijn dienen ze gelijk te zijn\n" "aan de namen van de pakketmappen onder /var/lib/inary\n" -#: inary/cli/rebuilddb.py:41 +#: inary/cli/rebuilddb.py:43 msgid "rebuild-db options" msgstr "rebuild-db opties" -#: inary/cli/rebuilddb.py:44 +#: inary/cli/rebuilddb.py:46 msgid "Rebuild files database" msgstr "Herbouw bestanden database" -#: inary/cli/rebuilddb.py:50 +#: inary/cli/rebuilddb.py:52 msgid "Rebuild INARY databases?" msgstr "INARY databases herbouwen?" -#: inary/cli/remove.py:25 +#: inary/cli/remove.py:27 msgid "" "Remove INARY packages\n" "\n" @@ -2250,19 +2308,19 @@ msgstr "" "In plaats van pakketnamen kunt u ook componenten opgeven, die naar\n" "pakketnamen geëxpandeerd worden. \n" -#: inary/cli/remove.py:42 +#: inary/cli/remove.py:44 msgid "remove options" msgstr "verwijder opties" -#: inary/cli/remove.py:45 +#: inary/cli/remove.py:47 msgid "Removes everything including changed config files of the package" msgstr "Verwijdert alles inclusief gewijzigde configuratiebestanden van het pakket" -#: inary/cli/remove.py:47 +#: inary/cli/remove.py:49 msgid "Remove component's and recursive components' packages" msgstr "Verwijder componenten en de pakketten van recursieve componenten" -#: inary/cli/removeorphaned.py:25 +#: inary/cli/removeorphaned.py:27 #, fuzzy msgid "" "Remove orphaned packages\n" @@ -2277,17 +2335,17 @@ msgstr "" "\n" "Verwijder alle softwarebroninformatie van het systeem.\n" -#: inary/cli/removeorphaned.py:39 +#: inary/cli/removeorphaned.py:41 #, fuzzy msgid "remove-orphaned options" msgstr "verwijder opties" -#: inary/cli/removeorphaned.py:43 +#: inary/cli/removeorphaned.py:45 #, fuzzy msgid "When removing orphaned, ignore packages and components whose basenames match pattern." msgstr "Bij het opwaarderen van het systeem, pakketten en componenten negeren waarbij basenames overeenkomen met patroon." -#: inary/cli/removerepo.py:21 +#: inary/cli/removerepo.py:23 msgid "" "Remove repositories\n" "\n" @@ -2301,7 +2359,7 @@ msgstr "" "\n" "Verwijder alle softwarebroninformatie van het systeem.\n" -#: inary/cli/search.py:25 +#: inary/cli/search.py:27 msgid "" "Search packages\n" "\n" @@ -2322,39 +2380,39 @@ msgstr "" "Standaard zoeken wordt in de pakketdatabase gedaan.\n" "Gebruik opties voor het zoeken in database of bronbestand\n" -#: inary/cli/search.py:42 +#: inary/cli/search.py:44 msgid "search options" msgstr "search opties" -#: inary/cli/search.py:44 +#: inary/cli/search.py:46 msgid "Summary and description language" msgstr "Samenvatting en beschrijving taal" -#: inary/cli/search.py:48 +#: inary/cli/search.py:50 msgid "Search in installdb" msgstr "Zoek in installatie database" -#: inary/cli/search.py:50 +#: inary/cli/search.py:52 msgid "Search in sourcedb" msgstr "Zoekt in bron database" -#: inary/cli/search.py:52 +#: inary/cli/search.py:54 msgid "Case sensitive search" msgstr "" -#: inary/cli/search.py:54 +#: inary/cli/search.py:56 msgid "Search in the package name" msgstr "Zoek in pakketnaam" -#: inary/cli/search.py:56 +#: inary/cli/search.py:58 msgid "Search in the package summary" msgstr "Zoek in pakketsamenvatting" -#: inary/cli/search.py:58 +#: inary/cli/search.py:60 msgid "Search in the package description" msgstr "Zoek in pakketbeschrijving" -#: inary/cli/searchfile.py:25 +#: inary/cli/searchfile.py:26 msgid "" "Search for a file\n" "\n" @@ -2368,30 +2426,30 @@ msgstr "" "\n" "Zoekt het geïnstalleerde pakket dat het opgegeven bestand bevat.\n" -#: inary/cli/searchfile.py:38 +#: inary/cli/searchfile.py:39 msgid "search-file options" msgstr "search-file opties" -#: inary/cli/searchfile.py:42 +#: inary/cli/searchfile.py:43 msgid "Show only package name" msgstr "Toon alleen pakketnaam" -#: inary/cli/searchfile.py:49 +#: inary/cli/searchfile.py:50 #, fuzzy msgid "Path '{}' does not belong to an installed package" msgstr "Pad {} hoort niet bij een geïnstalleerd pakket" -#: inary/cli/searchfile.py:53 +#: inary/cli/searchfile.py:54 #, fuzzy, python-brace-format msgid "Package {0} has file /{1}" msgstr "Pakket {0} bevat bestand /{1}" -#: inary/cli/searchfile.py:66 +#: inary/cli/searchfile.py:67 #, fuzzy msgid "Searching for {}" msgstr "Zoekt naar {}" -#: inary/cli/updaterepo.py:25 +#: inary/cli/updaterepo.py:27 msgid "" "Update repository databases\n" "\n" @@ -2412,15 +2470,15 @@ msgstr "" "Indien geen softwarebron is opgegeven worden alle softwarebronnen\n" "opgewaardeerd.\n" -#: inary/cli/updaterepo.py:42 +#: inary/cli/updaterepo.py:44 msgid "update-repo options" msgstr "bronopties bijwerken" -#: inary/cli/updaterepo.py:46 +#: inary/cli/updaterepo.py:48 msgid "Update database in any case" msgstr "Altijd database bijwerken" -#: inary/cli/upgrade.py:26 +#: inary/cli/upgrade.py:28 msgid "" "Upgrade INARY packages\n" "\n" @@ -2456,237 +2514,233 @@ msgstr "" "U kunt ook componenten opgeven in plaats van pakketnamen, deze\n" "worden naar pakketnamen geëxpandeerd.\n" -#: inary/cli/upgrade.py:50 +#: inary/cli/upgrade.py:52 msgid "upgrade options" msgstr "opwaardeeropties" -#: inary/cli/upgrade.py:54 +#: inary/cli/upgrade.py:56 msgid "Security related package upgrades only" msgstr "Alleen beveiligingspakketten opwaarderen" -#: inary/cli/upgrade.py:56 +#: inary/cli/upgrade.py:58 msgid "Do not update repositories" msgstr "Softwarebronnen niet bijwerken" -#: inary/cli/upgrade.py:62 +#: inary/cli/upgrade.py:64 msgid "Upgrade component's and recursive components' packages" msgstr "Opwaarderen componenten en recursieve componenten pakketten" -#: inary/cli/upgrade.py:64 +#: inary/cli/upgrade.py:66 msgid "Name of the to be upgraded packages' repository" msgstr "Naam van de op te waarderen pakketbron" -#: inary/cli/upgrade.py:68 +#: inary/cli/upgrade.py:70 msgid "When upgrading system, ignore packages and components whose basenames match pattern." msgstr "Bij het opwaarderen van het systeem, pakketten en componenten negeren waarbij basenames overeenkomen met patroon." -#: inary/cli/upgrade.py:71 +#: inary/cli/upgrade.py:73 msgid "When upgrading system, ignore packages and components whose basenames match any pattern contained in file." msgstr "Als het systeem opgewaardeerd wordt, pakketten en componenten negeren waarbij basenames overeenkomen met ieder patroon in bestand." -#: inary/cli/upgrade.py:75 +#: inary/cli/upgrade.py:77 #, fuzzy msgid "compare sha1sum repo and installed packages" msgstr "Herïnstalleer reeds geïnstalleerde pakketten" -#: inary/cli/upgrade.py:87 +#: inary/cli/upgrade.py:89 msgid "Updating repositories" msgstr "Softwarebronnen worden bijgewerkt" -#: inary/cli/upgrade.py:91 +#: inary/cli/upgrade.py:93 msgid "Will not update repositories" msgstr "Zal softwarebronnen niet bijwerken" -#: inary/config.py:83 +#: inary/config.py:87 #, fuzzy msgid "Destination directory {} does not exist. Creating it." msgstr "Doelmap {} bestaat niet. Deze wordt nu aangemaakt." -#: inary/configfile.py:130 +#: inary/configfile.py:132 #, fuzzy msgid "No section by name '{}'" msgstr "Geen sectie met de naam {}" -#: inary/constants.py:30 +#: inary/constants.py:41 #, fuzzy msgid "Can't rebind constant: {}" msgstr "Kan niet opnieuw koppelen aan constante: {} " -#: inary/constants.py:36 +#: inary/constants.py:47 #, fuzzy msgid "Can't unbind constant: {}" msgstr "Kan niet ontkoppelen van contante: {}" -#: inary/data/history.py:45 +#: inary/data/history.py:47 #, fuzzy, python-brace-format msgid "{0} repository is updated." msgstr "{0} softwarebron is opgewaardeerd." -#: inary/data/history.py:65 +#: inary/data/history.py:67 #, fuzzy, python-brace-format msgid "{0} is upgraded from {1} to {2} with delta." msgstr "{0} is bijgewerkt van {1} naar {2} met delta." -#: inary/data/history.py:67 +#: inary/data/history.py:69 #, fuzzy, python-brace-format msgid "{0} is upgraded from {1} to {2}." msgstr "{0} is bijgewerkt van {1} naar {2}." -#: inary/data/history.py:69 +#: inary/data/history.py:71 #, fuzzy, python-brace-format msgid "{0} {1} is removed." msgstr "{0} {1} is verwijderd." -#: inary/data/history.py:71 +#: inary/data/history.py:73 #, fuzzy, python-brace-format msgid "{0} {1} is installed." msgstr "{0} {1} is geïnstalleerd." -#: inary/data/history.py:73 +#: inary/data/history.py:75 #, fuzzy, python-brace-format msgid "{0} {1} is reinstalled." msgstr "{0} {1} is opnieuw geïnstalleerd." -#: inary/data/history.py:75 +#: inary/data/history.py:77 #, fuzzy, python-brace-format msgid "{0} is downgraded from {1} to {2}." msgstr "{0} is teruggebracht van {1} naar {2}." -#: inary/data/history.py:100 inary/data/history.py:122 +#: inary/data/history.py:102 inary/data/history.py:124 msgid "Unknown package operation" msgstr "Onbekende pakketbewerking" -#: inary/data/index.py:95 +#: inary/data/index.py:96 #, fuzzy msgid "Sorting: {}" msgstr "Aanmaken {}... " -#: inary/data/index.py:178 +#: inary/data/index.py:179 #, fuzzy msgid "Adding packages from directory {}... " msgstr "Toevoegen van pakket aan index: {}" -#: inary/data/index.py:187 +#: inary/data/index.py:188 #, fuzzy msgid "Adding packages from directory {}... done." msgstr "Toevoegen van pakket aan index: {}" -#: inary/data/index.py:198 +#: inary/data/index.py:199 #, fuzzy msgid "Adding package to index: {}" msgstr "Toevoegen van pakket aan index: {}" -#: inary/data/index.py:213 +#: inary/data/index.py:214 #, fuzzy msgid "Package {}: metadata corrupt, skipping..." msgstr "Pakket {}: metadata is corrupt, wordt overgeslagen..." -#: inary/data/index.py:258 +#: inary/data/index.py:259 msgid "Adding groups.xml to index" msgstr "Toevoegen groups.xml aan index" -#: inary/data/index.py:264 +#: inary/data/index.py:265 msgid "Adding components.xml to index" msgstr "Toevoegen components.xml aan index" -#: inary/data/index.py:274 +#: inary/data/index.py:275 msgid "Adding distribution.xml to index" msgstr "Toevoegen distribution.xml aan index" -#: inary/data/index.py:295 +#: inary/data/index.py:296 #, fuzzy msgid "Adding source to index: {}" msgstr "Toevoegen van pakket aan index: {}" -#: inary/data/index.py:314 +#: inary/data/index.py:315 #, fuzzy msgid "Building index of Inary files under {}" msgstr "Index aanmaken van INARY-bestanden onder {}" -#: inary/data/index.py:319 +#: inary/data/index.py:320 msgid "Index file written" msgstr "Index-bestand geschreven" -#: inary/data/metadata.py:73 +#: inary/data/metadata.py:75 #, fuzzy, python-brace-format msgid "Distribution: {0}, Dist. Release: {1}\n" msgstr "Distributie: {0}, distributie-uitgave: {1}\n" -#: inary/data/metadata.py:75 +#: inary/data/metadata.py:77 #, fuzzy, python-brace-format msgid "Architecture: {0}, Installed Size: {1}" msgstr "Architectuur: {0}, installatiegrootte: {1}" -#: inary/data/metadata.py:81 +#: inary/data/metadata.py:83 #, fuzzy msgid ", Package Size: {}" msgstr ", Pakketgrootte: {}" -#: inary/data/metadata.py:83 +#: inary/data/metadata.py:85 msgid ", install.tar.xz sha1sum: {}" msgstr ", install.tar.xz sha1sum: {}" -#: inary/data/pgraph.py:29 +#: inary/data/pgraph.py:31 #, fuzzy msgid "Encountered cycle {}" msgstr "Ondekt cyclus {}" -#: inary/data/specfile.py:169 +#: inary/data/specfile.py:166 #, fuzzy, python-brace-format msgid "URI: {0}, type: {1}, sha1sum: {2}" msgstr "URI: {0}, type: {1}, sha1sum: {2}" -#: inary/data/specfile.py:198 inary/data/specfile.py:201 +#: inary/data/specfile.py:195 inary/data/specfile.py:198 msgid " or " msgstr "of" -#: inary/data/specfile.py:278 inary/operations/install.py:293 +#: inary/data/specfile.py:275 inary/operations/install.py:295 #, fuzzy, python-brace-format msgid "{0} dependency of package {1} is not satisfied" msgstr "{0} afhankelijkheid van pakket {1} is niet bevredigend" -#: inary/data/specfile.py:376 inary/data/specfile.py:487 +#: inary/data/specfile.py:373 inary/data/specfile.py:454 #, fuzzy msgid "Summary: {}\n" msgstr "Sammenvatting: {}\n" -#: inary/data/specfile.py:377 inary/data/specfile.py:488 +#: inary/data/specfile.py:374 inary/data/specfile.py:455 #, fuzzy msgid "Description: {}\n" msgstr "Beschrijving: {}\n" -#: inary/data/specfile.py:378 inary/data/specfile.py:489 +#: inary/data/specfile.py:375 inary/data/specfile.py:456 #, fuzzy msgid "Licenses: {}\n" msgstr "Licenties: {}\n" -#: inary/data/specfile.py:379 inary/data/specfile.py:490 +#: inary/data/specfile.py:376 inary/data/specfile.py:457 #, fuzzy msgid "Component: {}\n" msgstr "Component: {}\n" -#: inary/data/specfile.py:380 +#: inary/data/specfile.py:377 msgid "Provides: " msgstr "Levert: " -#: inary/data/specfile.py:384 +#: inary/data/specfile.py:381 msgid "Dependencies: " msgstr "Afhankelijkheden: " -#: inary/data/specfile.py:437 inary/data/specfile.py:446 -msgid "translations.xml file is badly formed." +#: inary/data/specfile.py:433 +#, fuzzy +msgid "translations.xml {} file is badly formed." msgstr "translations.xml bestand is niet goed. " -#: inary/data/specfile.py:470 -#, fuzzy, python-brace-format -msgid "File '{0}' has invalid XML: {1}" -msgstr "Bestand {} bevat ongeldige XML" - -#: inary/data/specfile.py:491 +#: inary/data/specfile.py:458 msgid "Build Dependencies: " msgstr "Bouw afhankelijkheden: " -#: inary/db/componentdb.py:114 +#: inary/db/componentdb.py:104 #, fuzzy msgid "Component {} not found" msgstr "Component {} niet gevonden" @@ -2698,30 +2752,35 @@ msgstr "Herbouw bestanden database" #: inary/db/filesdb.py:48 #, fuzzy +msgid "-> Adding '{}' to db..." +msgstr "Toevoegen {} aan db... " + +#: inary/db/filesdb.py:49 +#, fuzzy msgid "" "\n" "Added files database..." msgstr "Herbouw bestanden database" -#: inary/db/filesdb.py:70 +#: inary/db/filesdb.py:84 #, fuzzy -msgid "-> Adding '{}' to db..." -msgstr "Toevoegen {} aan db... " +msgid "Removing files from database" +msgstr "Herbouw bestanden database" -#: inary/db/groupdb.py:89 inary/db/groupdb.py:98 +#: inary/db/groupdb.py:77 inary/db/groupdb.py:86 #, fuzzy msgid "Group {} not found" msgstr "Groep {} niet gevonden" -#: inary/db/installdb.py:43 +#: inary/db/installdb.py:39 msgid "installed" msgstr "geïnstalleerd" -#: inary/db/installdb.py:43 +#: inary/db/installdb.py:39 msgid "installed-pending" msgstr "geïnstalleerd-wachtend" -#: inary/db/installdb.py:60 +#: inary/db/installdb.py:56 #, fuzzy, python-brace-format msgid "" "State: {0}\n" @@ -2730,461 +2789,453 @@ msgstr "" "Status: {0}\n" "Versie: {1}, Uitgave: {2}\n" -#: inary/db/installdb.py:64 +#: inary/db/installdb.py:60 #, fuzzy, python-brace-format msgid "Distribution: {0}, Install Time: {1}\n" msgstr "Distributie: {0}, installatietijd: {1}\n" -#: inary/db/installdb.py:111 inary/db/installdb.py:135 +#: inary/db/installdb.py:106 #, fuzzy msgid "Installation info for package '{}' is broken. Reinstall it to fix this problem." msgstr "Installatie-informatie voor pakket {} is niet goed. Installeer opnieuw voor het oplossen van het probleem." -#: inary/db/installdb.py:431 +#: inary/db/installdb.py:385 #, fuzzy msgid "Package {} is not installed" msgstr "Pakket {} is niet geïnstalleerd" -#: inary/db/itembyrepo.py:40 +#: inary/db/itembyrepo.py:42 #, fuzzy msgid "{} not found in any repository." msgstr "{} in geen enkele softwarebron gevonden." -#: inary/db/itembyrepo.py:50 +#: inary/db/itembyrepo.py:52 #, fuzzy msgid "Repo item {} not found" msgstr "Bronitem {} niet gevonden" -#: inary/db/itembyrepo.py:60 inary/db/itembyrepo.py:71 -#: inary/db/itembyrepo.py:81 +#: inary/db/itembyrepo.py:62 inary/db/itembyrepo.py:73 +#: inary/db/itembyrepo.py:83 #, fuzzy msgid "Repository {} does not exist." msgstr "Softwarebron {} bestaat niet." -#: inary/db/packagedb.py:210 inary/db/packagedb.py:220 +#: inary/db/packagedb.py:164 inary/db/packagedb.py:172 #, fuzzy msgid "Package {} not found." msgstr "Pakket {} niet gevonden." -#: inary/db/repodb.py:254 +#: inary/db/repodb.py:198 #, fuzzy msgid "{} repository needs to be updated" msgstr "{} softwarebron dient opgewaardeerd te worden." -#: inary/db/repodb.py:268 +#: inary/db/repodb.py:205 #, fuzzy msgid "" "Error parsing repository index information: {} \n" " Index file does not exist or is malformed." msgstr "Fout bij het ontleden van indexinformatie van softwarebron. Indexbestand bestaat niet of is van onjuiste formaat." -#: inary/db/repodb.py:397 +#: inary/db/repodb.py:313 #, fuzzy msgid "Repository '{}' is not compatible with your distribution. Repository is disabled." msgstr "Softwarebron {} is niet compatibel met de distributie. Bron is uitgeschakeld." -#: inary/fetcher.py:151 -msgid "" -"Url Problem: \n" -" {}" +#: inary/fetcher.py:22 +msgid "Please install requests" msgstr "" -#: inary/fetcher.py:156 +#: inary/fetcher.py:154 msgid "" -"Reaised an HTTP Error: \n" +"Url Problem: \n" " {}" msgstr "" -#: inary/fetcher.py:161 +#: inary/fetcher.py:159 msgid "" "Can not avaible remote server: \n" " {}" msgstr "" -#: inary/fetcher.py:170 +#: inary/fetcher.py:169 msgid "Filename error" msgstr "Bestandsnaamfout" -#: inary/fetcher.py:173 -#, fuzzy -msgid "Access denied to write to destination directory: \"{}\"" +#: inary/fetcher.py:172 +#, fuzzy, python-format +msgid "Access denied to write to destination directory: \"%s\"" msgstr "Toegang geweigerd om te schrijven naar de doelmap: \"{}\"" -#: inary/fetcher.py:176 -#, fuzzy -msgid "Access denied to destination file: \"{}\"" +#: inary/fetcher.py:175 +#, fuzzy, python-format +msgid "Access denied to destination file: \"%s\"" msgstr "Toegang geweigerd van doelbestand: \"{}\" " -#: inary/fetcher.py:188 -msgid "Requested range not satisfiable, starting again." -msgstr "" - -#: inary/fetcher.py:196 -#, fuzzy, python-brace-format -msgid "" -"Could not fetch destination file: \"{0}\" \n" -"Raised Value error: \"{1}\"" +#: inary/fetcher.py:212 +#, fuzzy, python-format +msgid "Could not fetch destination file \"%s\":%s" msgstr "Kan bestemmingbestand niet bereiken \"{0}\": {1}" -#: inary/fetcher.py:198 inary/fetcher.py:200 inary/fetcher.py:202 -#, fuzzy, python-brace-format -msgid "" -"Could not fetch destination file: \"{0}\"; \n" -"\"{1}\"" -msgstr "Kan bestemmingbestand niet bereiken \"{0}\": {1}" +#: inary/fetcher.py:216 +msgid "Package manager not support downloding from ftp mirror" +msgstr "" -#: inary/fetcher.py:204 -#, fuzzy, python-brace-format -msgid "Could not fetch destination file: \"{0}\"; (\"{1}\"): \"{2}\"" -msgstr "Kan bestemmingbestand niet bereiken \"{0}\"; \"{1}\": {2}" +#: inary/fetcher.py:219 +#, fuzzy +msgid "Copying local file {}" +msgstr "Verwijderen cachebestand {}..." -#: inary/fetcher.py:207 +#: inary/fetcher.py:224 #, fuzzy -msgid "A problem occurred. Please check the archive address and/or permissions again. {}" +msgid "A problem occurred. Please check the archive address and/or permissions again." msgstr "Er is een probleem opgetreden. Controleer het archief adres en/of de toegangsrechten opnieuw." -#: inary/fetcher.py:270 inary/fetcher.py:302 +#: inary/fetcher.py:257 #, fuzzy msgid "Proxy configuration has been found for '{}' protocol" msgstr "Proxy-configuratie gevonden voor {} protocol" -#: inary/fetcher.py:309 +#: inary/fetcher.py:264 #, fuzzy msgid "Bandwidth usage is limited to {} KB/s" msgstr "Bandbreedte gebruik is beperks tot {} KB/s" -#: inary/fetcher.py:321 -msgid "Remote file can not be reached. Previously downloaded part of the file will be removed." -msgstr "Bestand op afstand kan niet bereikt worden. Het eerder opgehaalde deel van het bestand zal verwijderd worden." - -#: inary/fetcher.py:330 -msgid "Server doesn't support partial downloads. Previously downloaded part of the file will be over-written." -msgstr "De server ondersteunt geen gedeeltelijke downloads. Het eerder gedownloade deel van het bestand zal overschreven worden." - -#: inary/fetcher.py:400 inary/fetcher.py:421 inary/fetcher.py:434 -msgid "ftp error" -msgstr "" - -#: inary/fetcher.py:461 +#: inary/fetcher.py:287 #, fuzzy, python-brace-format msgid "{0} package found in {1} repository" msgstr "{0} pakket gevonden in {1} softwarebron" -#: inary/fetcher.py:465 +#: inary/fetcher.py:291 #, fuzzy msgid "{} package already fetched" msgstr "{} pakket reeds opgehaald" -#: inary/file.py:35 +#: inary/file.py:38 #, fuzzy, python-brace-format msgid "URL {0} already downloaded as {1}" msgstr "URL {0} is reeds gedownload als {1}" # inary/actionsapi/autotools.py:77 :87 -#: inary/file.py:41 +#: inary/file.py:44 #, fuzzy msgid "No signature found for {}" msgstr "Geen ondertekening gevonden voor {}" -#: inary/file.py:49 +#: inary/file.py:52 #, fuzzy msgid " invalid for {}" msgstr "Ongeldig voor {}" -#: inary/file.py:71 +#: inary/file.py:74 msgid "uri must have type either URI or string" msgstr "uri moet van het type URI-adres of tekenreeks zijn" -#: inary/file.py:139 +#: inary/file.py:142 #, fuzzy msgid "Fetching {}" msgstr "Ophalen {}" -#: inary/file.py:143 +#: inary/file.py:146 #, fuzzy msgid "Copying {} to transfer dir" msgstr "Kopiëren {} naar overdrachtmap" -#: inary/file.py:148 +#: inary/file.py:151 #, fuzzy msgid "File '{}' not found." msgstr "Bestand {} niet gevonden." -#: inary/file.py:169 +#: inary/file.py:172 #, fuzzy msgid "File integrity of {} compromised." msgstr "Bestandsintegriteit van {} is gecompromitteerd." -#: inary/file.py:193 +#: inary/file.py:196 msgid "File mode must be either File.read or File.write" msgstr "Bestandsmodus moet ofwel File.read ofwel File.write zijn" -#: inary/file.py:198 +#: inary/file.py:201 msgid "Remote write not implemented" msgstr "Schrijven op afstand niet geïmplementeerd" -#: inary/file.py:251 inary/file.py:254 +#: inary/file.py:254 inary/file.py:257 #, fuzzy msgid "ERROR: gpg --detach-sig {} failed" msgstr "FOUT: gpg --detach-sig {} mislukt" -#: inary/mirrors.py:46 +#: inary/mirrors.py:49 #, fuzzy msgid "Mirrors file {} does not exist. Could not resolve mirrors://" msgstr "Mirror bestand {} bestaat niet. Kan mirrors niet oplossen://" -#: inary/operations/build.py:114 +#: inary/operations/build.py:116 #, fuzzy msgid "Path {} belongs in multiple packages" msgstr "Pad {} behoort bij meerdere pakketten" -#: inary/operations/build.py:143 +#: inary/operations/build.py:145 msgid "Removing special file skipped for: {}" msgstr "" -#: inary/operations/build.py:192 +#: inary/operations/build.py:194 #, fuzzy msgid "Source URI: {}" msgstr "Bron URI: {}" -#: inary/operations/build.py:196 +#: inary/operations/build.py:198 #, fuzzy msgid "Source {} not found in any active repository." msgstr "Bron {} niet gevonden in actieve softwarebronnen." -#: inary/operations/build.py:321 +#: inary/operations/build.py:324 #, fuzzy msgid "pspec.xml avoids this package from building for '{}'" msgstr "pspec.xml voorkomt het bouwen van dit pakket voor {}" -#: inary/operations/build.py:324 +#: inary/operations/build.py:327 #, fuzzy msgid "Building source package: {}" msgstr "Bouwen bronbronpakket: {} " -#: inary/operations/build.py:340 +#: inary/operations/build.py:343 msgid "ccache detected..." msgstr "Ccache gevonden..." -#: inary/operations/build.py:342 +#: inary/operations/build.py:345 msgid "IceCream detected. Make sure your daemon is up and running..." msgstr "IceCream gevonden. Zorg dat uw daemon actief is..." -#: inary/operations/build.py:376 +#: inary/operations/build.py:379 #, fuzzy msgid "Rebuilding for {}" msgstr "Opnieuw bouwen voor {}" -#: inary/operations/build.py:502 +#: inary/operations/build.py:505 msgid "Cannot find component.xml in remote directory, Source is now part of unknown component" msgstr "Kan component.xml in map op afstand niet vinden. Bron is nu onderdeel van onbekende component" -#: inary/operations/build.py:510 +#: inary/operations/build.py:513 msgid "Cannot find component.xml in upper directory, Source is now part of unknown component" msgstr "Kan component.xml in bovenliggende map niet vinden. Bron is nu onderdeel van onbekende component" -#: inary/operations/build.py:524 +#: inary/operations/build.py:527 msgid "Unpacking archive(s)..." msgstr "Bezig uitpakken archief..." -#: inary/operations/build.py:532 +#: inary/operations/build.py:535 #, fuzzy msgid " unpacked ({})" msgstr " uitgepakt {}" -#: inary/operations/build.py:537 +#: inary/operations/build.py:540 msgid "Setting up source..." msgstr "Instellen bron..." -#: inary/operations/build.py:542 +#: inary/operations/build.py:545 msgid "Building source..." msgstr "Bouwen bron..." -#: inary/operations/build.py:547 +#: inary/operations/build.py:550 msgid "Testing package..." msgstr "Testen pakket..." -#: inary/operations/build.py:551 +#: inary/operations/build.py:554 msgid "Installing..." msgstr "Installeren..." -#: inary/operations/build.py:630 +#: inary/operations/build.py:633 #, fuzzy, python-brace-format msgid "Unable to read Actions Script ({0}): {1}" msgstr "Kan Actions Script niet lezen ({0}): {1}" -#: inary/operations/build.py:633 +#: inary/operations/build.py:636 #, fuzzy, python-brace-format msgid "SyntaxError in Actions Script ({0}): {1}" msgstr "Syntaxfout in Actions Script ({0}): {1}" -#: inary/operations/build.py:661 +#: inary/operations/build.py:664 #, fuzzy, python-brace-format msgid "Unable to read SCOM script ({0}): {1}" msgstr "Kan SCOM script niet lezen ({0}): {1}" -#: inary/operations/build.py:664 +#: inary/operations/build.py:667 #, fuzzy, python-brace-format msgid "SyntaxError in SCOM file ({0}): {1}" msgstr "Syntaxfout in SCOM bestand ({0}): {1}" -#: inary/operations/build.py:698 +#: inary/operations/build.py:701 #, fuzzy, python-brace-format msgid "Sandbox violation: {0} ({1} -> {2})" msgstr "Sandbox-overtreding: {0} ({1} -> {2})" -#: inary/operations/build.py:714 inary/util.py:525 +#: inary/operations/build.py:717 inary/util/file_utils.py:277 #, fuzzy msgid "ERROR: WorkDir ({}) does not exist\n" msgstr "FOUT: Werkmap {} bestaat niet\n" -#: inary/operations/build.py:724 +#: inary/operations/build.py:727 msgid "Sandbox enabled build..." msgstr "Sanbox geactiveerde build..." -#: inary/operations/build.py:748 +#: inary/operations/build.py:751 msgid "Sandbox violation result:" msgstr "Sandbox overtreding resultaat:" -#: inary/operations/build.py:753 +#: inary/operations/build.py:756 msgid "Sandbox violations!" msgstr "Sandbox overtredingen!" -#: inary/operations/build.py:759 +#: inary/operations/build.py:762 #, fuzzy msgid "unable to call function from actions: {}" msgstr "kan functie niet aanroepen vanuit actions: {}" -#: inary/operations/build.py:772 +#: inary/operations/build.py:775 #, fuzzy, python-brace-format msgid "Source package '{0}' defines a relative 'Path' element: {1}" msgstr "Bronpakket '{0}' definieert een relatief 'Pad' element: {1}" -#: inary/operations/build.py:776 +#: inary/operations/build.py:779 #, fuzzy, python-brace-format msgid "Source package '{0}' defines multiple 'Path' tags for {1}" msgstr "Bronpakket {0} definieert meerdere 'Pad' tags voor {1}" -#: inary/operations/build.py:804 +#: inary/operations/build.py:807 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: " -#: inary/operations/build.py:809 +#: inary/operations/build.py:812 msgid "Safety switch: the component system.devel cannot be found" msgstr "Veiligheidsprocedure: het component system.devel niet gevonden" -#: inary/operations/build.py:818 +#: inary/operations/build.py:821 msgid "Unsatisfied Build Dependencies:" msgstr "Niet-opgeloste bouwafhankelijkheden:" -#: inary/operations/build.py:822 +#: inary/operations/build.py:825 msgid "Cannot build package due to unsatisfied build dependencies" msgstr "Kan pakket niet bouwen wegens niet-opgeloste compileerafhankelijkheden" -#: inary/operations/build.py:827 +#: inary/operations/build.py:830 #, fuzzy msgid "Build dependency {} cannot be satisfied" msgstr "Bouwafhankelijkheid {} niet opgelost" -#: inary/operations/build.py:829 +#: inary/operations/build.py:832 msgid "Do you want to install the unsatisfied build dependencies" msgstr "Wilt u de niet-opgeloste bouwafhankelijkheden installeren" -#: inary/operations/build.py:830 +#: inary/operations/build.py:833 msgid "Installing build dependencies." msgstr "Installeren bouwafhankelijkheden." -#: inary/operations/build.py:836 +#: inary/operations/build.py:839 msgid "Ignoring build dependencies." msgstr "Negeren bouwafhankelijkheden." -#: inary/operations/build.py:846 +#: inary/operations/build.py:849 #, fuzzy msgid "Patch file is missing: {}\n" msgstr "Patch-bestand ontbreekt: {}\n" -#: inary/operations/build.py:848 +#: inary/operations/build.py:851 #, fuzzy msgid "Patch file is empty: {}" msgstr "Patch-bestand is leeg: {}" -#: inary/operations/build.py:864 +#: inary/operations/build.py:867 #, fuzzy msgid "Applying patch: {}" msgstr "Toepassen patch: {}" -#: inary/operations/build.py:985 +#: inary/operations/build.py:993 +#, fuzzy, python-format +msgid "No user named '%s' found on the system" +msgstr "Geen gebruiker met de naam {} gevonden op het systeem" + +#: inary/operations/build.py:999 +#, fuzzy, python-format +msgid "No group named '%s' found on the system" +msgstr "Geen groep met de naam {} gevonden op het systeem" + +#: inary/operations/build.py:1006 +#, fuzzy, python-format +msgid "No group named '%s' (value guessed from owner) found on the system" +msgstr "Geen groep met de naam {} gevonden op het systeem" + +#: inary/operations/build.py:1015 #, fuzzy msgid "/{} has suid bit set" msgstr "{} heeft suid-bit gezet" -#: inary/operations/build.py:1077 +#: inary/operations/build.py:1094 #, fuzzy msgid "There are abandoned files under the install dir ({}):" msgstr "Er zijn achtergelaten bestanden in de installatiemap {}:" -#: inary/operations/build.py:1113 +#: inary/operations/build.py:1130 #, fuzzy msgid "Ignoring empty package {}" msgstr "Negeren leeg pakket {}" -#: inary/operations/build.py:1116 +#: inary/operations/build.py:1133 #, fuzzy msgid "Building package: {}" msgstr "Bouwen pakket: {}" -#: inary/operations/build.py:1133 inary/operations/delta.py:56 +#: inary/operations/build.py:1150 inary/operations/delta.py:58 #, fuzzy msgid "Creating {}..." msgstr "Aanmaken {}... " -#: inary/operations/build.py:1182 +#: inary/operations/build.py:1199 msgid "Cleaning build directory..." msgstr "Opschonen bouwmap..." -#: inary/operations/build.py:1185 +#: inary/operations/build.py:1202 msgid "Keeping build directory" msgstr "Behouden bouwmap" -#: inary/operations/build.py:1275 +#: inary/operations/build.py:1292 msgid "Action script error caught." msgstr "Fout in actiescript opgetreden." -#: inary/operations/build.py:1279 +#: inary/operations/build.py:1296 #, python-format msgid "*** %d error(s), %d warning(s)" msgstr "*** %d fout(en), %d waarschuwing(en)" -#: inary/operations/build.py:1362 +#: inary/operations/build.py:1379 #, fuzzy msgid "Last state was '{}'" msgstr "Laatste status was {}" -#: inary/operations/delta.py:43 +#: inary/operations/delta.py:45 #, fuzzy, python-brace-format msgid "The file '{0}' belongs to a different package other than '{1}'. Skipping it..." msgstr "Het bestand {0} behoort toe aan een ander pakket dan '{1}'. Overslaan..." -#: inary/operations/delta.py:47 +#: inary/operations/delta.py:49 #, fuzzy msgid "Package '{}' has the same release number with the new package. Skipping it..." msgstr "Pakket {} heeft hetzelfde vrijgavenummer met het nieuwe pakket. Overslaan..." -#: inary/operations/delta.py:66 +#: inary/operations/delta.py:68 #, fuzzy msgid "All files in the package '{}' are different from the files in the new package. Skipping it..." msgstr "Alle bestanden in het pakket {} zijn ongelijk aan de bestanden in het nieuwe pakket. Overslaan..." -#: inary/operations/delta.py:108 +#: inary/operations/delta.py:110 #, fuzzy msgid "New package '{}' exists in the list of old packages. Skipping it..." msgstr "Nieuw pakket {} bestaat in lijst van oude pakketten. Overslaan..." -#: inary/operations/emerge.py:35 +#: inary/operations/emerge.py:37 msgid "No packages to emerge." msgstr "Geen samen te voegen pakketten." -#: inary/operations/emerge.py:50 +#: inary/operations/emerge.py:52 msgid "" "The following list of packages will be installed\n" "from repository in the respective order to satisfy dependencies:\n" @@ -3192,7 +3243,7 @@ msgstr "" "De volgende lijst van pakketten worden uit de softwarebron\n" "geïnstalleerd om aan de afhankelijkheden te voldoen:\n" -#: inary/operations/emerge.py:53 +#: inary/operations/emerge.py:55 msgid "" "The following list of packages will be built and\n" "installed in the respective order to satisfy dependencies:\n" @@ -3200,26 +3251,26 @@ msgstr "" "De volgende lijst van pakketten zullen gecompileerd\n" "en geïnstalleerd worden om aan de afhankelijkheden te voldoen:\n" -#: inary/operations/emerge.py:61 inary/operations/install.py:83 +#: inary/operations/emerge.py:63 inary/operations/install.py:85 msgid "There are extra packages due to dependencies. Do you want to continue?" msgstr "Er zijn extra pakketten wegens afhankelijkheden. Wilt u doorgaan?" -#: inary/operations/emerge.py:95 +#: inary/operations/emerge.py:97 #, fuzzy msgid "Cannot find source package: {}" msgstr "Kan bronpakket {} niet vinden" -#: inary/operations/helper.py:51 +#: inary/operations/helper.py:52 #, fuzzy msgid "Selected packages [{}] are in conflict with each other." msgstr "Geselecteerde pakketten [{}] zijn in conflict met elkaar." -#: inary/operations/helper.py:56 +#: inary/operations/helper.py:57 #, fuzzy, python-brace-format msgid "[{0} conflicts with: {1}]\n" msgstr "[{0} in conflict met {1}]\n" -#: inary/operations/helper.py:58 +#: inary/operations/helper.py:59 #, fuzzy msgid "" "The following packages have conflicts:\n" @@ -3228,46 +3279,46 @@ msgstr "" "De volgende pakketten hebben conflicten:\n" "{}" -#: inary/operations/helper.py:60 +#: inary/operations/helper.py:61 msgid "Remove the following conflicting packages?" msgstr "De volgende pakketten met conflicten verwijderen?" -#: inary/operations/helper.py:61 +#: inary/operations/helper.py:62 msgid "Conflicting packages should be removed to continue" msgstr "Conflicterende pakketten dienen verwijderd te worden om door te kunnen gaan" -#: inary/operations/history.py:84 inary/operations/history.py:94 +#: inary/operations/history.py:87 inary/operations/history.py:97 #, fuzzy msgid "{} could not be found" msgstr "{} niet gevonden" -#: inary/operations/history.py:97 inary/package.py:106 -#: inary/sourcearchive.py:119 +#: inary/operations/history.py:100 inary/package.py:109 +#: inary/sourcearchive.py:124 #, fuzzy msgid "{} [cached]" msgstr "{} [gebufferd]" -#: inary/operations/history.py:145 +#: inary/operations/history.py:148 msgid "Following packages will be installed:\n" msgstr "Volgende pakketen zullen worden geïnstalleerd:\n" -#: inary/operations/history.py:148 +#: inary/operations/history.py:151 msgid "Following packages will be removed:\n" msgstr "Volgende pakketen zullen worden verwijderd:\n" -#: inary/operations/history.py:150 inary/operations/history.py:164 -#: inary/operations/install.py:214 inary/operations/remove.py:73 -#: inary/operations/upgrade.py:194 +#: inary/operations/history.py:153 inary/operations/history.py:167 +#: inary/operations/install.py:216 inary/operations/remove.py:76 +#: inary/operations/upgrade.py:196 msgid "Do you want to continue?" msgstr "Wilt u doorgaan?" -#: inary/operations/history.py:156 inary/operations/install.py:97 -#: inary/operations/upgrade.py:205 +#: inary/operations/history.py:159 inary/operations/install.py:99 +#: inary/operations/upgrade.py:207 #, python-format msgid "Downloading %d / %d" msgstr "Downloaden %d / %d" -#: inary/operations/history.py:162 +#: inary/operations/history.py:165 msgid "" "\n" "Following packages could not be found in repositories and are not cached:\n" @@ -3275,83 +3326,88 @@ msgstr "" "\n" "Volgende pakketten konden niet gevonden worden in de softwarebronnen en zijn niet in het buffer:\n" -#: inary/operations/info.py:34 +#: inary/operations/info.py:35 #, fuzzy msgid "File {} not found" msgstr "Bestand {} niet gevonden" -#: inary/operations/install.py:47 inary/operations/install.py:149 +#: inary/operations/install.py:49 inary/operations/install.py:151 msgid "The following package(s) are already installed and are not going to be installed again:" msgstr "De volgende pakket(ten) zijn al geïnstalleerd en zullen niet opnieuw worden geïnstalleerd:" # inary/api.py:168 :215 -#: inary/operations/install.py:53 inary/operations/install.py:227 +#: inary/operations/install.py:55 inary/operations/install.py:229 msgid "No packages to install." msgstr "Geen te installeren pakketten." -#: inary/operations/install.py:71 +#: inary/operations/install.py:73 msgid "Following packages will be installed:" msgstr "Volgende pakketten zullen worden geïnstalleerd:" -#: inary/operations/install.py:76 inary/operations/upgrade.py:181 +#: inary/operations/install.py:78 inary/operations/upgrade.py:183 #, python-format msgid "Total size of package(s): %.2f %s" msgstr "Totale grootte van pakket(ten): %.2f %s" -#: inary/operations/install.py:116 inary/operations/upgrade.py:219 +#: inary/operations/install.py:118 inary/operations/upgrade.py:221 #, python-format msgid "Installing %d / %d" msgstr "Installeren %d / %d" -#: inary/operations/install.py:136 +#: inary/operations/install.py:138 msgid "Mixing file names and package names not supported yet." msgstr "Combineren van bestands- en pakketnamen nog niet ondersteund." -#: inary/operations/install.py:180 +#: inary/operations/install.py:182 #, fuzzy, python-brace-format msgid "Package {0} is not compatible with your distribution release {1} {2}." msgstr "Pakket {0} is niet compatibel met de distributieversie {1} {2}." -#: inary/operations/install.py:184 +#: inary/operations/install.py:186 #, fuzzy, python-brace-format msgid "Package {0} ({1}) is not compatible with your {2} architecture." msgstr "Pakket {0} ({1}) is niet compatibel met de {} architectuur." -#: inary/operations/install.py:206 +#: inary/operations/install.py:208 #, fuzzy msgid "External dependencies not satisfied: {}" msgstr "Externe afhankelijkheden zijn niet voldaan: {}" -#: inary/operations/install.py:211 +#: inary/operations/install.py:213 msgid "The following packages will be installed in order to satisfy dependencies:" msgstr "De volgende pakketten zullen in de respectievelijke volgorde geïnstalleerd worden om aan de afhankelijkheden te voldoen:" -#: inary/operations/install.py:215 +#: inary/operations/install.py:217 msgid "External dependencies not satisfied" msgstr "Externe afhankelijkheden zijn niet voldaan" -#: inary/operations/install.py:258 +#: inary/operations/install.py:260 msgid "Installation order: " msgstr "Volgorde van installatie: " -#: inary/operations/remove.py:44 +#: inary/operations/install.py:275 +#, fuzzy +msgid "Checking dependencies for install..." +msgstr "Volgende pakketten zullen worden geïnstalleerd:" + +#: inary/operations/remove.py:47 msgid "Safety switch prevents the removal of following packages:\n" msgstr "Veiligheidsprocedure voorkomt het verwijderen van de volgende pakketten:\n" -#: inary/operations/remove.py:49 inary/operations/upgrade.py:392 +#: inary/operations/remove.py:52 inary/operations/upgrade.py:394 msgid "Safety switch: The component system.base cannot be found." msgstr "Veiligheidsprocedure: De component system.base is niet gevonden." -#: inary/operations/remove.py:56 +#: inary/operations/remove.py:59 #, fuzzy msgid "Package {} does not exist. Cannot remove." msgstr "Pakket {} bestaat niet." -#: inary/operations/remove.py:60 +#: inary/operations/remove.py:63 msgid "No packages to remove." msgstr "Geen te verwijderen pakketten." -#: inary/operations/remove.py:69 +#: inary/operations/remove.py:72 msgid "" "The following list of packages will be removed\n" "in the respective order to satisfy dependencies:\n" @@ -3359,97 +3415,97 @@ msgstr "" "De volgende lijst van pakketten zullen verwijderd worden\n" "om aan de afhankelijkheden te voldoen:\n" -#: inary/operations/remove.py:74 +#: inary/operations/remove.py:77 msgid "Package removal declined" msgstr "Verwijderen van pakket afgewezen" -#: inary/operations/remove.py:91 +#: inary/operations/remove.py:94 #, fuzzy msgid "Package {} is not installed. Cannot remove." msgstr "Pakket {} niet geïnstalleerd. Kan niet verwijderen." -#: inary/operations/remove.py:126 +#: inary/operations/remove.py:129 msgid "Conflicts remain" msgstr "Conflicten blijven bestaan" -#: inary/operations/remove.py:134 +#: inary/operations/remove.py:137 msgid "Obsoleted packages remaining" msgstr "Overbodige pakketten blijven" -#: inary/operations/remove.py:138 +#: inary/operations/remove.py:141 msgid "Replaced package remains" msgstr "Vervangen pakket blijft" -#: inary/operations/upgrade.py:52 +#: inary/operations/upgrade.py:54 msgid "You must restart the following service(s) manually for the updated software to take effect:" msgstr "Herstart de volgende dienst(en) handmatig voor het bijwerken van opgewaardeerde softwareversies:" -#: inary/operations/upgrade.py:59 +#: inary/operations/upgrade.py:61 msgid "You must restart your system for the updates in the following package(s) to take effect:" msgstr "Herstart het systeem voor het actief maken van de volgende opgewaardeerde pakket(ten)versie(s):" -#: inary/operations/upgrade.py:84 +#: inary/operations/upgrade.py:86 msgid "Warning: package *name* ends with '.inary'" msgstr "Waarschuwing: pakket *naam* eindigt met '.inary'" -#: inary/operations/upgrade.py:87 +#: inary/operations/upgrade.py:89 #, fuzzy msgid "Package {} is not installed." msgstr "Pakket {} is niet geïnstalleerd." -#: inary/operations/upgrade.py:91 +#: inary/operations/upgrade.py:93 #, fuzzy msgid "Package {} is not available in repositories." msgstr "Pakket {} is niet beschikbaar in de softwarebronnen." -#: inary/operations/upgrade.py:114 +#: inary/operations/upgrade.py:116 #, fuzzy, python-brace-format msgid "Package {0.name} is already at the latest release {0.release}." msgstr "Pakket {0.name} is al de laatste uitgave {0.release}." -#: inary/operations/upgrade.py:118 +#: inary/operations/upgrade.py:120 #, fuzzy msgid "The following packages have different sha1sum:" msgstr "" "De volgende pakketten hebben conflicten:\n" "{}" -#: inary/operations/upgrade.py:176 +#: inary/operations/upgrade.py:178 msgid "The following packages will be upgraded:" msgstr "De volgende pakketten worden opgewaardeerd:" -#: inary/operations/upgrade.py:187 +#: inary/operations/upgrade.py:189 msgid "There are extra packages due to dependencies." msgstr "Wegens afhankelijkheden zijn er extra pakketten." -#: inary/operations/upgrade.py:267 +#: inary/operations/upgrade.py:269 #, fuzzy, python-brace-format msgid "Dependency {0} of {1} cannot be satisfied" msgstr "Afhankelijkheid {0} van {1} kan niet worden voldaan" -#: inary/operations/upgrade.py:268 +#: inary/operations/upgrade.py:270 msgid "Upgrade is not possible." msgstr "Opwaarderen niet mogelijk." -#: inary/operations/upgrade.py:362 +#: inary/operations/upgrade.py:364 msgid "Safety switch forces the installation of following packages:" msgstr "Veiligheidsprocedure vereist het installeren van de volgende pakketten:" -#: inary/operations/upgrade.py:380 +#: inary/operations/upgrade.py:382 msgid "Safety switch forces the upgrade of following packages:" msgstr "Veiligheidsprocedure vereist het opwaarderen van de volgende pakketten:" -#: inary/package.py:68 +#: inary/package.py:71 #, fuzzy msgid "Cannot open package file: {}" msgstr "Kan pakketbestand niet openen: {}" -#: inary/package.py:89 +#: inary/package.py:92 #, fuzzy msgid "Unsupported package format: {}" msgstr "Niet-ondersteunde pakketformaat: {}" -#: inary/package.py:103 +#: inary/package.py:106 #, fuzzy msgid "" "There was a problem while fetching '{}'.\n" @@ -3458,27 +3514,27 @@ msgstr "" "Er was een probleem het bij ophalen van {}.\n" "Het pakket kan opgewaardeerd zijn. Probeer het pakket op te waarderen." -#: inary/scenarioapi/package.py:67 +#: inary/scenarioapi/package.py:69 #, fuzzy msgid "No inary package: {}* found." msgstr "Geen inary pakket {}* gevonden." -#: inary/scenarioapi/repoops.py:28 +#: inary/scenarioapi/repoops.py:30 #, fuzzy msgid "Repo already has package named {}." msgstr "Bron bevat al een pakket met de naam {}." -#: inary/scenarioapi/repoops.py:52 inary/scenarioapi/repoops.py:59 +#: inary/scenarioapi/repoops.py:54 inary/scenarioapi/repoops.py:61 #, fuzzy msgid "Repo does not have package named {}." msgstr "Bron bevat geen pakket met de naam {}." -#: inary/scomiface.py:32 +#: inary/scomiface.py:35 #, fuzzy msgid "scom-api package is not fully installed" msgstr "scom-api pakket is niet volledig geïnstalleerd" -#: inary/scomiface.py:89 +#: inary/scomiface.py:98 #, fuzzy msgid "" "Cannot connect to SCOM: \n" @@ -3487,337 +3543,361 @@ msgstr "" "Kan geen verbinding maken met SCOM:\n" " {}\n" -#: inary/scomiface.py:97 +#: inary/scomiface.py:106 #, fuzzy msgid "Configuring {} package" msgstr "Configureren {} pakket" -#: inary/scomiface.py:103 +#: inary/scomiface.py:112 #, fuzzy msgid "SCOM package updated. From now on, using new SCOM daemon." msgstr "SCOM-pakket opgewaardeerd. Van nu af aan, niewe SCOM-daemon gebruiken." -#: inary/scomiface.py:110 +#: inary/scomiface.py:119 #, fuzzy msgid "Registering {} scom script" msgstr "Registreren {} scom-script" -#: inary/scomiface.py:119 inary/scomiface.py:124 inary/scomiface.py:137 -#: inary/scomiface.py:153 inary/scomiface.py:172 inary/scomiface.py:183 -#: inary/scomiface.py:205 inary/scomiface.py:216 inary/scomiface.py:223 +#: inary/scomiface.py:128 inary/scomiface.py:133 inary/scomiface.py:146 +#: inary/scomiface.py:162 inary/scomiface.py:181 inary/scomiface.py:192 +#: inary/scomiface.py:214 inary/scomiface.py:225 inary/scomiface.py:232 #, fuzzy msgid "Script error: {}" msgstr "Scriptfout: {}" -#: inary/scomiface.py:126 +#: inary/scomiface.py:135 msgid "Calling post install handlers" msgstr "Aanroepen post-installatie afhandelingen" -#: inary/scomiface.py:145 +#: inary/scomiface.py:154 msgid "Running package's post install script" msgstr "UItvoeren post-installatiescript van pakket" -#: inary/scomiface.py:159 +#: inary/scomiface.py:168 #, fuzzy msgid "Running pre removal operations for {}" msgstr "Uitvoeren pre-verwijderingoperatie voor {}" -#: inary/scomiface.py:165 +#: inary/scomiface.py:174 msgid "Running package's pre remove script" msgstr "Uitvoeren pre-verwijderscript van pakket" -#: inary/scomiface.py:174 +#: inary/scomiface.py:183 msgid "Calling pre remove handlers" msgstr "Aanroepen pre-verwijder afhandelingen" -#: inary/scomiface.py:189 +#: inary/scomiface.py:198 #, fuzzy msgid "Running post removal operations for {}" msgstr "Uitvoeren post-verwijderingoperatie voor {}" -#: inary/scomiface.py:198 +#: inary/scomiface.py:207 msgid "Running package's postremove script" msgstr "Uitvoeren post-verwijderscript van pakket" -#: inary/scomiface.py:207 +#: inary/scomiface.py:216 msgid "Calling post remove handlers" msgstr "Aanroepen post-verwijder afhandelingen" -#: inary/scomiface.py:218 +#: inary/scomiface.py:227 #, fuzzy msgid "Unregistering scom scripts" msgstr "Deregistreren scom-scripts" -#: inary/sourcearchive.py:62 +#: inary/sourcearchive.py:67 #, fuzzy msgid "Fetching source from: {}" msgstr "Ophalen bron van: {} " -#: inary/sourcearchive.py:75 +#: inary/sourcearchive.py:80 #, fuzzy, python-brace-format msgid "" "\n" "Source archive is stored: {0}/{1}" msgstr "Bronarchief is opgeslagen: {0}/{1}" -#: inary/sourcearchive.py:80 +#: inary/sourcearchive.py:85 #, fuzzy msgid "Trying fallback address: {}" msgstr "Pogen terugval adres: {}" -#: inary/sourcearchive.py:87 +#: inary/sourcearchive.py:92 msgid "No such file or no permission to read" msgstr "" -#: inary/sourcearchive.py:99 +#: inary/sourcearchive.py:104 #, fuzzy msgid "{} mirrors are not defined." msgstr "{} mirrors zijn niet benoemd." -#: inary/sourcearchive.py:104 +#: inary/sourcearchive.py:109 #, fuzzy msgid "Fetching source from mirror: {}" msgstr "Bron ophalen van mirror: {} " -#: inary/sourcearchive.py:110 +#: inary/sourcearchive.py:115 #, fuzzy msgid "Could not fetch source from {} mirrors." msgstr "Kon de bron van de {} mirrors niet ophalen." -#: inary/sourcearchive.py:128 +#: inary/sourcearchive.py:133 msgid "unpack: check_file_hash failed" msgstr "uitpakken: check_file_hash mislukt" -#: inary/sourcearchive.py:133 +#: inary/sourcearchive.py:138 #, fuzzy, python-brace-format msgid "Unknown archive type '{0}' is given for '{1}'." msgstr "Onbekend archieftype {0} is opgegeven voor '{1}'." -#: inary/sourcearchive.py:135 +#: inary/sourcearchive.py:140 #, fuzzy msgid "Inary needs {} to unpack this archive but it is not installed." msgstr "Inary heeft {} nodig voor het uitpakken van dit archief maar het is niet geïnstalleerd." -#: inary/sxml/autoxml.py:77 +#: inary/sxml/autoxml.py:79 #, fuzzy msgid "At least one '{}' tag should have local text" msgstr "Minstens één {} tag moet lokale tekst bevatten" -#: inary/sxml/autoxml.py:83 +#: inary/sxml/autoxml.py:85 #, fuzzy, python-brace-format msgid "'{0}' language of tag '{1}' is empty" msgstr "{0} taal van tag {1} is leeg" -#: inary/sxml/autoxml.py:110 +#: inary/sxml/autoxml.py:112 msgid "LocalText: unable to get either current or default locale" msgstr "Localtext: huidige of standaard locale kon niet worden verkregen" -#: inary/sxml/autoxml.py:116 inary/sxml/autoxml.py:131 +#: inary/sxml/autoxml.py:118 inary/sxml/autoxml.py:133 msgid "Tag should have at least the current locale, or failing that an English or Turkish version" msgstr "De tag dient tenminste de huidige locale bevatten, of anders een Engelse, Nederlandse of Turkse versie" -#: inary/sxml/autoxml.py:365 +#: inary/sxml/autoxml.py:367 #, fuzzy msgid "autoxml.check: '{}' errors" msgstr "autoxml.check: {} fouten" -#: inary/sxml/autoxml.py:421 inary/sxml/autoxml.py:431 +#: inary/sxml/autoxml.py:423 inary/sxml/autoxml.py:433 #, fuzzy msgid "autoxml.parse: String '{}' has errors" msgstr "autoxml.parse: lijn {} bevat fouten" -#: inary/sxml/autoxml.py:445 inary/sxml/autoxml.py:455 +#: inary/sxml/autoxml.py:447 inary/sxml/autoxml.py:457 #, fuzzy msgid "autoxml.read: File '{}' has errors" msgstr "autoxml.read: bestand {} bevat fouten" -#: inary/sxml/autoxml.py:463 +#: inary/sxml/autoxml.py:465 msgid "autoxml.write: object validation has failed" msgstr "autoxml.write: objectvalidatie mislukt" -#: inary/sxml/autoxml.py:471 +#: inary/sxml/autoxml.py:473 #, fuzzy msgid "autoxml.write: File encoding '{}' has errors" msgstr "autoxml.write: bestandscodering {} bevat fouten" -#: inary/sxml/autoxml.py:521 +#: inary/sxml/autoxml.py:523 #, fuzzy msgid "gen_tag: unrecognized tag type {} in spec" msgstr "gen_tag: onherkenbare tag {} in spec" -#: inary/sxml/autoxml.py:571 inary/sxml/autoxml.py:582 +#: inary/sxml/autoxml.py:573 inary/sxml/autoxml.py:584 #, fuzzy msgid "Mandatory variable {} not available" msgstr "Verplichte variabele {} niet beschikbaar" -#: inary/sxml/autoxml.py:652 +#: inary/sxml/autoxml.py:654 msgid "Type mismatch: read text cannot be decoded" msgstr "Ongeldig type: leestekst kan niet ontcijferd worden" -#: inary/sxml/autoxml.py:656 inary/sxml/autoxml.py:665 +#: inary/sxml/autoxml.py:658 inary/sxml/autoxml.py:667 #, fuzzy msgid "Mandatory token {} not available" msgstr "Verplichte teken {} niet beschikbaar" -#: inary/sxml/autoxml.py:670 +#: inary/sxml/autoxml.py:672 #, fuzzy, python-brace-format msgid "Type mismatch. Expected {0}, got {1}" msgstr "Ongeldig type: {0} werd verwacht, {1} is gekregen" # inary/xmlfile.py:420 :521 -#: inary/sxml/autoxml.py:699 inary/sxml/autoxml.py:819 +#: inary/sxml/autoxml.py:701 inary/sxml/autoxml.py:821 msgid "Type mismatch: DOM cannot be decoded" msgstr "Ongeldig type: DOM kan niet ontcijferd worden" # inary/xmlfile.py:392 :423 :439 :446 :524 :538 :545 -#: inary/sxml/autoxml.py:702 inary/sxml/autoxml.py:718 -#: inary/sxml/autoxml.py:732 inary/sxml/autoxml.py:822 -#: inary/sxml/autoxml.py:836 inary/sxml/autoxml.py:850 +#: inary/sxml/autoxml.py:704 inary/sxml/autoxml.py:720 +#: inary/sxml/autoxml.py:734 inary/sxml/autoxml.py:824 +#: inary/sxml/autoxml.py:838 inary/sxml/autoxml.py:852 msgid "Mandatory argument not available" msgstr "Verplicht argument niet beschikbaar" # inary/xmlfile.py:436 :535 -#: inary/sxml/autoxml.py:715 inary/sxml/autoxml.py:833 +#: inary/sxml/autoxml.py:717 inary/sxml/autoxml.py:835 msgid "Object cannot be encoded" msgstr "Object kan niet gecodeerd worden" # inary/xmlfile.py:436 :535 -#: inary/sxml/autoxml.py:729 inary/sxml/autoxml.py:847 +#: inary/sxml/autoxml.py:731 inary/sxml/autoxml.py:849 msgid "Object cannot be formatted" msgstr "Object kan niet geformatteerd worden" -#: inary/sxml/autoxml.py:745 +#: inary/sxml/autoxml.py:747 msgid "List type must contain only one element" msgstr "Lijsttype mag maar één element bevatten" # inary/xmlfile.py:470 :485 -#: inary/sxml/autoxml.py:758 inary/sxml/autoxml.py:778 +#: inary/sxml/autoxml.py:760 inary/sxml/autoxml.py:780 #, fuzzy, python-brace-format msgid "Mandatory list \"{0}\" under \"{1}\" node is empty." msgstr "De verplichte lijst \"{0}\" onder de \"{1}\" nodus is leeg." -#: inary/sxml/xmlext_iks.py:81 inary/sxml/xmlext_minidom.py:96 +#: inary/sxml/xmlext_iks.py:91 inary/sxml/xmlext_minidom.py:109 msgid "getNodeText: Expected text node, got something else!" msgstr "getNodeText:verwachte tekstverbinding, iets anders gevondenı!" -#: inary/sxml/xmlext_minidom.py:45 inary/sxml/xmlfile_minidom.py:89 +#: inary/sxml/xmlext_minidom.py:49 inary/sxml/xmlext_minidom.py:56 +#: inary/sxml/xmlfile_minidom.py:92 #, fuzzy msgid "File '{}' has invalid XML: {}\n" msgstr "Bestand {} bevat ongeldige XML" -#: inary/sxml/xmlfile_iks.py:62 inary/sxml/xmlfile_iks.py:87 -#: inary/sxml/xmlfile_minidom.py:64 +#: inary/sxml/xmlfile_iks.py:65 inary/sxml/xmlfile_iks.py:90 +#: inary/sxml/xmlfile_minidom.py:67 #, fuzzy msgid "File '{}' has invalid XML" msgstr "Bestand {} bevat ongeldige XML" -#: inary/sxml/xmlfile_iks.py:72 inary/sxml/xmlfile_minidom.py:74 +#: inary/sxml/xmlfile_iks.py:75 inary/sxml/xmlfile_minidom.py:77 #, python-brace-format msgid "Cannot read URI {0}: {1}" msgstr "" -#: inary/uri.py:78 +#: inary/uri.py:80 msgid "setAuthInfo needs a tuple (user, pass)" msgstr "setAuthInfo heeft een unieke relatie nodig (gebruiker, wachtwoord)" -#: inary/util.py:189 inary/util.py:201 -msgid "Running " -msgstr "Actief " - -#: inary/util.py:193 inary/util.py:219 -#, fuzzy, python-brace-format -msgid "return value for \"{0}\" is {1}" -msgstr "return-waarde voor \"{0}\" is {1}" - -#: inary/util.py:393 +#: inary/util/file_utils.py:145 #, fuzzy msgid "Including external link '{}'" msgstr "Bijsluiten externe koppeling {}" -#: inary/util.py:395 +#: inary/util/file_utils.py:147 #, fuzzy msgid "Including directory '{}'" msgstr "Bijsluiten map {}" -#: inary/util.py:481 +#: inary/util/file_utils.py:233 msgid "You don't have necessary read permissions" msgstr "U bezit niet de benodigde leestoegangsrechten" -#: inary/util.py:483 +#: inary/util/file_utils.py:235 #, fuzzy -msgid "Cannot calculate SHA1 hash of {}" +msgid "Cannot calculate SHA1 hash of {}: {}" msgstr "Kan SHA1 hash niet berekenen uit {}" -#: inary/util.py:495 +#: inary/util/file_utils.py:247 #, fuzzy msgid "Compression type is not valid: '{}'" msgstr "Compressietype is ongeldig: {}" -#: inary/util.py:501 +#: inary/util/file_utils.py:253 #, fuzzy, python-brace-format msgid "Error while decompressing {0}: {1}" msgstr "Fout tijdens decomprimeren {0}: {1}" -#: inary/util.py:579 +#: inary/util/file_utils.py:331 #, fuzzy msgid "ERROR: patch ({}) failed" msgstr "Fout: patch {} mislukt" -#: inary/util.py:581 +#: inary/util/file_utils.py:333 #, fuzzy, python-brace-format msgid "ERROR: patch ({0}) failed: {1}" msgstr "Fout: patch ({0}) mislukt: {1}" -#: inary/util.py:591 +#: inary/util/file_utils.py:343 #, fuzzy msgid "strip command failed for file '{}'!" msgstr "Commando 'strip' mislukte voor bestand {}!" -#: inary/util.py:598 +#: inary/util/file_utils.py:350 #, fuzzy msgid "chrpath command failed for file '{}'!" msgstr "chrpath commando 'mislukte voor bestand {}!" -#: inary/util.py:605 +#: inary/util/file_utils.py:357 #, fuzzy msgid "objcopy (keep-debug) command failed for file '{}'!" msgstr "Commando 'objcopy' (keep-debug) mislukte voor bestand {}!" -#: inary/util.py:611 +#: inary/util/file_utils.py:363 #, fuzzy msgid "objcopy (add-debuglink) command failed for file '{}'!" msgstr "Commando 'objcopy' (add-debuglink) mislukte voor bestand {}!" -#: inary/util.py:616 +#: inary/util/file_utils.py:368 #, python-brace-format msgid "file command failed with return code {0} for file: {1}" msgstr "" -#: inary/util.py:617 +#: inary/util/file_utils.py:369 msgid "" "Output:\n" "{}" msgstr "" -#: inary/util.py:707 +#: inary/util/package_utils.py:92 #, fuzzy msgid "Invalid package name: {}" msgstr "Ongeldige pakketnaam: {}" -#: inary/util.py:752 +#: inary/util/package_utils.py:137 #, fuzzy msgid "Invalid delta package name: {}" msgstr "Ongeldige delta-pakketnaam: {}." -#: inary/util.py:956 -msgid "Module: \"subprocess\" can not import" -msgstr "" +#: inary/util/process_utils.py:40 inary/util/process_utils.py:52 +msgid "Running " +msgstr "Actief " + +#: inary/util/process_utils.py:44 inary/util/process_utils.py:70 +#, fuzzy, python-brace-format +msgid "return value for \"{0}\" is {1}" +msgstr "return-waarde voor \"{0}\" is {1}" -#: inary/version.py:64 +#: inary/version.py:66 #, fuzzy msgid "Invalid version string: '{}'" msgstr "Ongeldige versie tekenreeks: {}" +#, fuzzy +#~ msgid "Operation #{0}: {1}" +#~ msgstr "Handeling #{0}: {1}" + +#~ msgid "Date: {0.date} {0.time}" +#~ msgstr "Datum: {0.date} {0.time}" + +#, fuzzy +#~ msgid "File '{0}' has invalid XML: {1}" +#~ msgstr "Bestand {} bevat ongeldige XML" + +#, fuzzy +#~ msgid "" +#~ "Could not fetch destination file: \"{0}\" \n" +#~ "Raised Value error: \"{1}\"" +#~ msgstr "Kan bestemmingbestand niet bereiken \"{0}\": {1}" + +#, fuzzy +#~ msgid "Could not fetch destination file: \"{0}\"; (\"{1}\"): \"{2}\"" +#~ msgstr "Kan bestemmingbestand niet bereiken \"{0}\"; \"{1}\": {2}" + +#~ msgid "Remote file can not be reached. Previously downloaded part of the file will be removed." +#~ msgstr "Bestand op afstand kan niet bereikt worden. Het eerder opgehaalde deel van het bestand zal verwijderd worden." + +#~ msgid "Server doesn't support partial downloads. Previously downloaded part of the file will be over-written." +#~ msgstr "De server ondersteunt geen gedeeltelijke downloads. Het eerder gedownloade deel van het bestand zal overschreven worden." + #~ msgid "Turkish" #~ msgstr "Turks" @@ -3946,21 +4026,12 @@ msgstr "Ongeldige versie tekenreeks: {}" #~ msgid "INARY package" #~ msgstr "INARY-pakket" -#~ msgid "Date: {} {}" -#~ msgstr "Datum: {} {}" - #~ msgid "{} [{}]" #~ msgstr "{} [{}]" #~ msgid "Urlgrabber needs to be installed to run this command" #~ msgstr "Urlgrabber dient geïnstalleerd te zijn om dit commando uit te voeren" -#~ msgid "No user named {} found on the system" -#~ msgstr "Geen gebruiker met de naam {} gevonden op het systeem" - -#~ msgid "No group named {} found on the system" -#~ msgstr "Geen groep met de naam {} gevonden op het systeem" - #~ msgid "String {} has invalid XML" #~ msgstr "Regel {} bevat ongeldige XML" @@ -4377,10 +4448,6 @@ msgstr "Ongeldige versie tekenreeks: {}" #~ msgid " installed size {}" #~ msgstr "Geïnstalleerd {}" -#, fuzzy -#~ msgid "* Find dependencies for packages to be installed" -#~ msgstr "Volgende pakketten zullen worden geïnstalleerd:" - #, fuzzy #~ msgid "* Calculating disk space installed packages are using" #~ msgstr "Controleren alle geïnstalleerde pakketten" diff --git a/po/pl.po b/po/pl.po index b60c488289a302ee78fcce7dcb20d09941403a83..f17469fdc373383c7af9a7ed08dd88a20023c450 100644 --- a/po/pl.po +++ b/po/pl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: inary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-04-14 14:36+0300\n" +"POT-Creation-Date: 2018-05-10 23:07+0300\n" "PO-Revision-Date: 2006-04-08 12:19+0900\n" "Last-Translator: Piotr Maliński \n" "Language-Team: Polish \n" @@ -81,32 +81,33 @@ msgstr "%s opcja nie przyjmuje wartości" msgid "Options" msgstr "Opcje" -#: inary-cli:32 -msgid "WARNING\n" +#: inary-cli:39 +msgid "WARNING:\n" msgstr "" -#: inary-cli:33 +#: inary-cli:40 msgid "" "\tCiksemel XML Parser not found!!!\n" +"\tMinidom slower but\n" "\tFalling back with minidom!!! :(\n" "\n" msgstr "" -#: inary-cli:52 +#: inary-cli:60 #, fuzzy msgid "" "\n" "Program terminated." msgstr "Program Zakończony." -#: inary-cli:54 +#: inary-cli:62 #, fuzzy msgid "" "\n" "Keyboard Interrupt: Exiting..." msgstr "Przerwanie z klawiatury: Wychodzę..." -#: inary-cli:58 +#: inary-cli:66 #, fuzzy msgid "" "\n" @@ -116,18 +117,18 @@ msgstr "" "Nie obsługiwany wewnętrzny błąd.\n" " Prosimy zgłosić ten błąd. (http://bugs.sulin.org)" -#: inary-cli:67 +#: inary-cli:75 #, fuzzy msgid "" "\n" "System error. Program terminated." msgstr "Błąd Systemu. Program Zakończony." -#: inary-cli:76 +#: inary-cli:84 msgid "Please use 'inary help' for general help." msgstr "Proszę użyć 'inary help' w celu uzyskania pomocy." -#: inary-cli:79 +#: inary-cli:87 msgid "" "\n" "Traceback:" @@ -135,7 +136,7 @@ msgstr "" "\n" " Prześledź ponownie:" -#: inary-cli:82 +#: inary-cli:90 msgid "Use --debug to see a traceback." msgstr "Użyj --debug aby zobaczyć informacje traceback" @@ -144,7 +145,7 @@ msgstr "Użyj --debug aby zobaczyć informacje traceback" msgid "Inary package" msgstr "Zainstalowany pakiet:" -#: inary/actionsapi/autotools.py:40 inary/actionsapi/cmaketools.py:36 +#: inary/actionsapi/autotools.py:42 inary/actionsapi/cmaketools.py:38 #, fuzzy msgid "" "Please attach the config.log to your bug report:\n" @@ -153,175 +154,175 @@ msgstr "" "Prosimy o dołączenie do raportu o błędzie pliku config.log:\n" "{}/config.log" -#: inary/actionsapi/autotools.py:83 inary/actionsapi/autotools.py:93 -#: inary/actionsapi/cmaketools.py:66 inary/actionsapi/kde.py:65 -#: inary/actionsapi/perlmodules.py:55 inary/actionsapi/perlmodules.py:58 +#: inary/actionsapi/autotools.py:85 inary/actionsapi/autotools.py:95 +#: inary/actionsapi/cmaketools.py:68 inary/actionsapi/kde.py:67 +#: inary/actionsapi/perlmodules.py:57 inary/actionsapi/perlmodules.py:60 msgid "Configure failed." msgstr "Konfiguracja nie powiodła się." -#: inary/actionsapi/autotools.py:85 inary/actionsapi/autotools.py:95 -#: inary/actionsapi/kde.py:67 +#: inary/actionsapi/autotools.py:87 inary/actionsapi/autotools.py:97 +#: inary/actionsapi/kde.py:69 msgid "No configure script found." msgstr "Nie znaleziono skryptu konfiguracji." -#: inary/actionsapi/autotools.py:103 inary/actionsapi/cmaketools.py:78 -#: inary/actionsapi/kde.py:72 inary/actionsapi/perlmodules.py:64 -#: inary/actionsapi/perlmodules.py:73 inary/actionsapi/pythonmodules.py:62 -#: inary/actionsapi/scons.py:39 +#: inary/actionsapi/autotools.py:105 inary/actionsapi/cmaketools.py:80 +#: inary/actionsapi/kde.py:74 inary/actionsapi/perlmodules.py:66 +#: inary/actionsapi/perlmodules.py:75 inary/actionsapi/pythonmodules.py:64 +#: inary/actionsapi/scons.py:41 msgid "Make failed." msgstr "Make nie powiódł się." -#: inary/actionsapi/autotools.py:137 inary/actionsapi/autotools.py:148 -#: inary/actionsapi/cmaketools.py:96 inary/actionsapi/cmaketools.py:104 -#: inary/actionsapi/kde.py:79 inary/actionsapi/pythonmodules.py:67 -#: inary/actionsapi/rubymodules.py:92 inary/actionsapi/rubymodules.py:99 -#: inary/actionsapi/scons.py:43 +#: inary/actionsapi/autotools.py:139 inary/actionsapi/autotools.py:150 +#: inary/actionsapi/cmaketools.py:98 inary/actionsapi/cmaketools.py:106 +#: inary/actionsapi/kde.py:81 inary/actionsapi/pythonmodules.py:69 +#: inary/actionsapi/rubymodules.py:94 inary/actionsapi/rubymodules.py:101 +#: inary/actionsapi/scons.py:45 msgid "Install failed." msgstr "Instalacja nie powiodła się." -#: inary/actionsapi/autotools.py:159 +#: inary/actionsapi/autotools.py:161 msgid "Running aclocal failed." msgstr "Uruchomienie aclocal nie powiodło się." -#: inary/actionsapi/autotools.py:164 +#: inary/actionsapi/autotools.py:166 msgid "Running autoconf failed." msgstr "Uruchomienie autoconf nie powiodło się." -#: inary/actionsapi/autotools.py:169 +#: inary/actionsapi/autotools.py:171 msgid "Running autoreconf failed." msgstr "Uruchomienie autoreconf nie powiodło się." -#: inary/actionsapi/autotools.py:174 +#: inary/actionsapi/autotools.py:176 msgid "Running automake failed." msgstr "Uruchomienie automake nie powiodło się." -#: inary/actionsapi/autotools.py:179 +#: inary/actionsapi/autotools.py:181 msgid "Running autoheader failed." msgstr "Uruchomienie autoheader nie powiodło się." -#: inary/actionsapi/cmaketools.py:68 +#: inary/actionsapi/cmaketools.py:70 msgid "No configure script found for cmake." msgstr "Nie znaleziono skryptu konfiguracyjnego dla cmake." -#: inary/actionsapi/cmaketools.py:108 inary/actionsapi/kde.py:81 +#: inary/actionsapi/cmaketools.py:110 inary/actionsapi/kde.py:83 msgid "No Makefile found." msgstr "Nie znalezi