# HG changeset patch # User Aleksej Bobylev # Date 1340412717 0 # Node ID de952705379e733c188f32edd1b79d3518420529 # Parent 4df916f2af5b8364a3d57252c0d84461d29dfe02 **tazpkg**: add common output functions: action, title, footer; change the way category translate, localized categories can include spaces; implement boldify, emsg & confirm functions from new libtaz; rename log function to log_pkg; fix check_root invocation; fix convert_rpm function; implement plural i18n messages; list-mirror: --text|--txt|--raw|* produces same output; extract: check for errors in final message; list-config --box: do we need it?; repack-config: date/time in receipt in local format; '--help-up' changed to 'help-up' due to error with new libtaz. **tazpkg-box**: add i18n preamble; fix actions. **tazpkg-notify**: implement plural. **Makefile**: support new functions & tazpkg-box. **po/**: Make pot & msgmerge. Add Russian translation. Add Spanish translation for tazpkg-notify (thanks Kevin Fabian Quintero). diff -r 4df916f2af5b -r de952705379e Makefile --- a/Makefile Thu May 24 14:20:14 2012 +0200 +++ b/Makefile Sat Jun 23 00:51:57 2012 +0000 @@ -4,7 +4,7 @@ DOCDIR?=$(PREFIX)/share/doc SYSCONFDIR?=/etc/slitaz DESTDIR?= -LINGUAS?=fr pt_BR es +LINGUAS?=fr pt_BR es ru VERSION:=$(shell grep ^VERSION=[0-9] tazpkg | cut -d '=' -f 2) @@ -18,7 +18,7 @@ pot: xgettext -o po/tazpkg/tazpkg.pot -L Shell \ --package-name=Tazpkg \ - --package-version="$(VERSION)" ./tazpkg + --package-version="$(VERSION)" -kaction -ktitle ./tazpkg ./tazpkg-box xgettext -o po/tazpkg-notify/tazpkg-notify.pot -L Shell \ --package-name="Tazpkg Notification" \ --package-version="$(VERSION)" ./tazpkg-notify diff -r 4df916f2af5b -r de952705379e po/tazpkg-notify/es.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/po/tazpkg-notify/es.po Sat Jun 23 00:51:57 2012 +0000 @@ -0,0 +1,78 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: Tazpkg Notification 5.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-17 09:24+0000\n" +"PO-Revision-Date: 2012-06-12 14:28-0500\n" +"Last-Translator: kevin Fabian Quintero \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: tazpkg-notify:26 +#, fuzzy, sh-format +msgid "$installed installed package" +msgid_plural "$installed installed packages" +msgstr[0] "Paquetes instalados" +msgstr[1] "Paquetes instalados" + +#: tazpkg-notify:40 +#, fuzzy, sh-format +msgid "Checking packages lists - $text" +msgstr "Verificando la lista de paquetes" + +#: tazpkg-notify:49 +msgid "My packages" +msgstr "Mis paquetes" + +#: tazpkg-notify:50 +msgid "Recharge lists" +msgstr "Regarcar Listas" + +#: tazpkg-notify:51 +msgid "Check upgrade" +msgstr "Comprobar Actualización" + +#: tazpkg-notify:52 +msgid "TazPKG SHell" +msgstr "TazPKG SHell" + +#: tazpkg-notify:53 +msgid "TazPKG manual" +msgstr "Manual deTazPKG " + +#: tazpkg-notify:54 +msgid "Close notification" +msgstr "Cerrar notificación" + +#: tazpkg-notify:60 +msgid "Usage:" +msgstr "Uso:" + +#: tazpkg-notify:71 +#, sh-format +msgid "No packages list found - $text" +msgstr "No se encontró la lista de paquetes - $text" + +#: tazpkg-notify:78 +msgid "Your packages list is older than 10 days" +msgstr "Su lista de paquetes lleva mas de 10 dias sin comprobar" + +#: tazpkg-notify:86 +#, fuzzy, sh-format +msgid "There is $up upgradeable package" +msgid_plural "There are $up upgradeable packages" +msgstr[0] "Hay paquetes actualizables $up " +msgstr[1] "Hay paquetes actualizables $up " + +#: tazpkg-notify:93 +#, sh-format +msgid "System is up to date - $text" +msgstr "El sistema está actualizado - $text" diff -r 4df916f2af5b -r de952705379e po/tazpkg-notify/fr.po --- a/po/tazpkg-notify/fr.po Thu May 24 14:20:14 2012 +0200 +++ b/po/tazpkg-notify/fr.po Sat Jun 23 00:51:57 2012 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Tazpkg Notification 4.8.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-06 13:22+0100\n" +"POT-Creation-Date: 2012-06-09 23:46+0000\n" "PO-Revision-Date: 2012-03-06 13:23+0100\n" "Last-Translator: Christophe Lincoln \n" "Language-Team: French \n" @@ -17,58 +17,63 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: tazpkg-notify:25 -msgid "Installed packages" -msgstr "Paquets installés" +#: tazpkg-notify:26 +#, fuzzy, sh-format +msgid "$installed installed package" +msgid_plural "$installed installed packages" +msgstr[0] "Paquets installés" +msgstr[1] "Paquets installés" -#: tazpkg-notify:38 -msgid "Checking packages lists" +#: tazpkg-notify:40 +#, fuzzy, sh-format +msgid "Checking packages lists - $text" msgstr "Vérification des listes de paquets" -#: tazpkg-notify:47 +#: tazpkg-notify:49 msgid "My packages" msgstr "Mes paquets" -#: tazpkg-notify:48 +#: tazpkg-notify:50 msgid "Recharge lists" msgstr "Recharger les listes" -#: tazpkg-notify:49 +#: tazpkg-notify:51 msgid "Check upgrade" msgstr "Vérifier les mises à jours" -#: tazpkg-notify:50 +#: tazpkg-notify:52 msgid "TazPKG SHell" msgstr "SHell de TazPKG" -#: tazpkg-notify:51 +#: tazpkg-notify:53 msgid "TazPKG manual" msgstr "Manuel de TazPKG" -#: tazpkg-notify:52 +#: tazpkg-notify:54 msgid "Close notification" msgstr "Fermer la notification" -#: tazpkg-notify:58 +#: tazpkg-notify:60 msgid "Usage:" msgstr "Utilisation:" -#: tazpkg-notify:70 +#: tazpkg-notify:71 #, sh-format msgid "No packages list found - $text" msgstr "Aucune liste de paquets trouvées - $text" -#: tazpkg-notify:77 +#: tazpkg-notify:78 msgid "Your packages list is older than 10 days" msgstr "Liste des paquets plus ancienne que 10 jours" -#: tazpkg-notify:85 -#, sh-format -msgid "There are $up upgradeable packages" -msgstr "Il y a $up mises à jours disponnibles" +#: tazpkg-notify:86 +#, fuzzy, sh-format +msgid "There is $up upgradeable package" +msgid_plural "There are $up upgradeable packages" +msgstr[0] "Il y a $up mises à jours disponnibles" +msgstr[1] "Il y a $up mises à jours disponnibles" -#: tazpkg-notify:91 +#: tazpkg-notify:93 #, sh-format msgid "System is up to date - $text" msgstr "Le system est à jour - $text" - diff -r 4df916f2af5b -r de952705379e po/tazpkg-notify/pt_BR.po --- a/po/tazpkg-notify/pt_BR.po Thu May 24 14:20:14 2012 +0200 +++ b/po/tazpkg-notify/pt_BR.po Sat Jun 23 00:51:57 2012 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Tazpkg Notification 4.9.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-06 13:22+0100\n" +"POT-Creation-Date: 2012-06-09 23:46+0000\n" "PO-Revision-Date: 2012-03-14 03:05+0100\n" "Last-Translator: Claudinei Pereira \n" "Language-Team: Portuguese \n" @@ -18,57 +18,63 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: tazpkg-notify:25 -msgid "Installed packages" -msgstr "Pacotes instalados" +#: tazpkg-notify:26 +#, fuzzy, sh-format +msgid "$installed installed package" +msgid_plural "$installed installed packages" +msgstr[0] "Pacotes instalados" +msgstr[1] "Pacotes instalados" -#: tazpkg-notify:38 -msgid "Checking packages lists" +#: tazpkg-notify:40 +#, fuzzy, sh-format +msgid "Checking packages lists - $text" msgstr "Checando lista de pacotes" -#: tazpkg-notify:47 +#: tazpkg-notify:49 msgid "My packages" msgstr "Meus pacotes" -#: tazpkg-notify:48 +#: tazpkg-notify:50 msgid "Recharge lists" msgstr "Recarregar listas" -#: tazpkg-notify:49 +#: tazpkg-notify:51 msgid "Check upgrade" msgstr "Checar atualizações" -#: tazpkg-notify:50 +#: tazpkg-notify:52 msgid "TazPKG SHell" msgstr "TazPKG SHell" -#: tazpkg-notify:51 +#: tazpkg-notify:53 msgid "TazPKG manual" msgstr "Manual do TazPKG" -#: tazpkg-notify:52 +#: tazpkg-notify:54 msgid "Close notification" msgstr "Fechar notificação" -#: tazpkg-notify:58 +#: tazpkg-notify:60 msgid "Usage:" msgstr "Utilização:" -#: tazpkg-notify:70 +#: tazpkg-notify:71 #, sh-format msgid "No packages list found - $text" msgstr "Nenhuma lista de pacotes encontrada - $text" -#: tazpkg-notify:77 +#: tazpkg-notify:78 msgid "Your packages list is older than 10 days" msgstr "Sua lista de pacotes possui mais de 10 dias" -#: tazpkg-notify:85 -#, sh-format -msgid "There are $up upgradeable packages" -msgstr "Há $up pacotes atualizáveis" +#: tazpkg-notify:86 +#, fuzzy, sh-format +msgid "There is $up upgradeable package" +msgid_plural "There are $up upgradeable packages" +msgstr[0] "Há $up pacotes atualizáveis" +msgstr[1] "Há $up pacotes atualizáveis" -#: tazpkg-notify:91 +#: tazpkg-notify:93 #, sh-format msgid "System is up to date - $text" msgstr "Sistema está atualizado - $text" diff -r 4df916f2af5b -r de952705379e po/tazpkg-notify/ru.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/po/tazpkg-notify/ru.po Sat Jun 23 00:51:57 2012 +0000 @@ -0,0 +1,91 @@ +# Russian translations for TazPkg package +# Copyright © 2012 www.slitaz.org +# This file is distributed under the same license as the TazPkg package. +# Aleksej Bobylev , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: Tazpkg Notification 4.9.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-09 23:46+0000\n" +"PO-Revision-Date: 2012-06-17 16:19-0000\n" +"Last-Translator: Aleksej Bobylev \n" +"Language-Team: Russian\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Poedit-Language: Russian\n" +"X-Poedit-Basepath: ../../\n" +"X-Poedit-SearchPath-0: .\n" + +#: tazpkg-notify:26 +#, sh-format +msgid "$installed installed package" +msgid_plural "$installed installed packages" +msgstr[0] "$installed установленный пакет" +msgstr[1] "$installed установленных пакета" +msgstr[2] "$installed установленных пакетов" + +#: tazpkg-notify:40 +#, sh-format +msgid "Checking packages lists - $text" +msgstr "Проверка списка пакетов — $text" + +#: tazpkg-notify:49 +msgid "My packages" +msgstr "Мои пакеты" + +#: tazpkg-notify:50 +msgid "Recharge lists" +msgstr "Обновить списки" + +#: tazpkg-notify:51 +msgid "Check upgrade" +msgstr "Проверить обновления" + +#: tazpkg-notify:52 +msgid "TazPKG SHell" +msgstr "Оболочка TazPKG" + +#: tazpkg-notify:53 +msgid "TazPKG manual" +msgstr "Руководство TazPKG" + +#: tazpkg-notify:54 +msgid "Close notification" +msgstr "Закрыть уведомление" + +#: tazpkg-notify:60 +msgid "Usage:" +msgstr "Использование:" + +#: tazpkg-notify:71 +#, sh-format +msgid "No packages list found - $text" +msgstr "Список пакетов не обнаружен — $text" + +#: tazpkg-notify:78 +msgid "Your packages list is older than 10 days" +msgstr "Ваш список пакетов старше 10 дней" + +#: tazpkg-notify:86 +#, sh-format +msgid "There is $up upgradeable package" +msgid_plural "There are $up upgradeable packages" +msgstr[0] "Можно обновить $up пакет" +msgstr[1] "Можно обновить $up пакета" +msgstr[2] "Можно обновить $up пакетов" + +#: tazpkg-notify:93 +#, sh-format +msgid "System is up to date - $text" +msgstr "Система в актуальном состоянии — $text" + +#, fuzzy +#~ msgid "Installed packages" +#~ msgstr "Мои пакеты" + +#~ msgid "Usage: $progname" +#~ msgstr "Использование: $progname" diff -r 4df916f2af5b -r de952705379e po/tazpkg-notify/tazpkg-notify.pot --- a/po/tazpkg-notify/tazpkg-notify.pot Thu May 24 14:20:14 2012 +0200 +++ b/po/tazpkg-notify/tazpkg-notify.pot Sat Jun 23 00:51:57 2012 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Tazpkg Notification 5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 14:15+0200\n" +"POT-Creation-Date: 2012-06-23 00:48+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,58 +16,65 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: tazpkg-notify:25 -msgid "Installed packages" +#: tazpkg-notify:26 +#, sh-format +msgid "$installed installed package" +msgid_plural "$installed installed packages" +msgstr[0] "" +msgstr[1] "" + +#: tazpkg-notify:40 +#, sh-format +msgid "Checking packages lists - $text" msgstr "" -#: tazpkg-notify:38 -msgid "Checking packages lists" -msgstr "" - -#: tazpkg-notify:47 +#: tazpkg-notify:49 msgid "My packages" msgstr "" -#: tazpkg-notify:48 +#: tazpkg-notify:50 msgid "Recharge lists" msgstr "" -#: tazpkg-notify:49 +#: tazpkg-notify:51 msgid "Check upgrade" msgstr "" -#: tazpkg-notify:50 +#: tazpkg-notify:52 msgid "TazPKG SHell" msgstr "" -#: tazpkg-notify:51 +#: tazpkg-notify:53 msgid "TazPKG manual" msgstr "" -#: tazpkg-notify:52 +#: tazpkg-notify:54 msgid "Close notification" msgstr "" -#: tazpkg-notify:58 +#: tazpkg-notify:60 msgid "Usage:" msgstr "" -#: tazpkg-notify:70 +#: tazpkg-notify:71 #, sh-format msgid "No packages list found - $text" msgstr "" -#: tazpkg-notify:77 +#: tazpkg-notify:78 msgid "Your packages list is older than 10 days" msgstr "" -#: tazpkg-notify:85 +#: tazpkg-notify:86 #, sh-format -msgid "There are $up upgradeable packages" -msgstr "" +msgid "There is $up upgradeable package" +msgid_plural "There are $up upgradeable packages" +msgstr[0] "" +msgstr[1] "" -#: tazpkg-notify:91 +#: tazpkg-notify:93 #, sh-format msgid "System is up to date - $text" msgstr "" diff -r 4df916f2af5b -r de952705379e po/tazpkg/es.po --- a/po/tazpkg/es.po Thu May 24 14:20:14 2012 +0200 +++ b/po/tazpkg/es.po Sat Jun 23 00:51:57 2012 +0000 @@ -1,15 +1,15 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. +# Lucas Gioia , 2011. # msgid "" msgstr "" "Project-Id-Version: Tazpkg 4.7\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 14:15+0200\n" -"PO-Revision-Date: 2011-08-01 22:34-0300\n" -"Last-Translator: Lucas Gioia \n" +"POT-Creation-Date: 2012-06-23 00:48+0000\n" +"PO-Revision-Date: 2012-06-11 18:31-0000\n" +"Last-Translator: kevin Fabian Quintero \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" @@ -18,1119 +18,1324 @@ "X-Poedit-Language: Spanish\n" "X-Poedit-Country: ARGENTINA\n" -#: tazpkg:69 -msgid "SliTaz package manager - Version" -msgstr "SliTaz gestor de paquetes - Version" +# ¿es un comando? si así es, descarte esta traducción. +#: tazpkg:37 +msgid "base-system" +msgstr "sistema base" -#: tazpkg:71 -msgid "Usage" -msgstr "Uso" +#: tazpkg:37 +msgid "x-window" +msgstr "x-window" -#: tazpkg:71 +#: tazpkg:37 +msgid "utilities" +msgstr "Utilidades" + +#: tazpkg:38 +msgid "network" +msgstr "Red" + +#: tazpkg:38 +msgid "graphics" +msgstr "gráficos" + +#: tazpkg:38 +msgid "multimedia" +msgstr "multimedia" + +#: tazpkg:39 +msgid "office" +msgstr "Office" + +#: tazpkg:39 +msgid "development" +msgstr "desarrollo" + +#: tazpkg:39 +msgid "system-tools" +msgstr "Herramientas del sistema" + +#: tazpkg:40 +msgid "security" +msgstr "seguridad" + +#: tazpkg:40 +msgid "games" +msgstr "Juegos" + +#: tazpkg:40 +msgid "misc" +msgstr "misceláneos" + +#: tazpkg:40 +msgid "meta" +msgstr "meta" + +#: tazpkg:41 +msgid "non-free" +msgstr "no libre" + +#: tazpkg:110 +#, sh-format +msgid "SliTaz package manager - Version: $VERSION" +msgstr "SliTaz gestor de paquetes - Version: $VERSION" + +#: tazpkg:112 +msgid "Usage:" +msgstr "Uso:" + +#: tazpkg:113 msgid "tazpkg [command] [package|dir|pattern|list|cat|--opt] [dir|--opt]" msgstr "tazpkg [comando] [paquete|dir|pattern|list|cat|--opc] [dir|--opc]" -#: tazpkg:73 -msgid "Commands" -msgstr "comandos" +#: tazpkg:114 +msgid "SHell:" +msgstr "" -#: tazpkg:74 +#: tazpkg:116 +msgid "Commands:" +msgstr "Comandos:" + +#: tazpkg:117 msgid "Print this short usage." msgstr "Imprime este uso corto." -#: tazpkg:75 +#: tazpkg:118 msgid "Show known bugs in packages." msgstr "Muestra conocidos bugs en paquetes." -#: tazpkg:76 +#: tazpkg:119 msgid "List installed packages on the system by category or all." msgstr "Lista de paquetes instalados en el sistema por categoría o todo." -#: tazpkg:77 +#: tazpkg:120 msgid "List all available packages on the mirror (--diff for new)." msgstr "" "Lista de todos los paquetes disponibles en el espejo (--diff para nuevo)." # Tengo dudas con print. Si es imprimir en papel (con impresora) o imprimir en pantalla. # Revisen las lineas que tengan "print". -#: tazpkg:78 +#: tazpkg:121 msgid "Print information about a package." msgstr "Imprima información sobre el paquete." -#: tazpkg:79 +#: tazpkg:122 msgid "Print description of a package (if it exists)." msgstr "Imprima la descripción del paquete (si existe)." -#: tazpkg:80 +#: tazpkg:123 msgid "List the files installed with a package." msgstr "Lista de archivos instalados con un paquete." -#: tazpkg:81 +#: tazpkg:124 msgid "List the configuration files." msgstr "Lista de archivos de configuración." -#: tazpkg:82 +#: tazpkg:125 msgid "Search for a package by pattern or name (options: -i|-l|-m)." msgstr "Búsqueda de paquetes por patrón o nombre (opciónes: -i| -l| -m)." -#: tazpkg:83 +#: tazpkg:126 msgid "Search on mirror for package having a particular file." msgstr "Buscar en el espejo un paquete que tenga un archivo particular." -#: tazpkg:84 +#: tazpkg:127 msgid "Search for file(s) in all installed packages files." msgstr "" "Búsqueda de archivos(s) en los archivos de todos los paquetes instalados." -#: tazpkg:85 +#: tazpkg:128 msgid "Install a local (*.tazpkg) package (--forced to force)." msgstr "Instala un local (*.tazpkg) paquete (--forced to force)." -#: tazpkg:86 +#: tazpkg:129 msgid "Install all packages from a list of packages." msgstr "Instala todos los paquetes de una lista de paquetes." -#: tazpkg:87 +#: tazpkg:130 msgid "Remove the specified package and all installed files." msgstr "Remover los paquetes especificados y todos los archivos instalados." -#: tazpkg:88 +#: tazpkg:131 msgid "Extract a (*.tazpkg) package into a directory." msgstr "Extrae un (*.tazpkg) paquete en el directorio." -#: tazpkg:89 +#: tazpkg:132 msgid "Pack an unpacked or prepared package tree." msgstr "Empaquetar una desempaquetado o preparar un árbol de paquetes." -#: tazpkg:90 +#: tazpkg:133 msgid "Recharge your packages.list from the mirror." msgstr "Recarga tu lista de paquetes desde el espejo." -#: tazpkg:92 +#: tazpkg:134 +#, sh-format +msgid "Check packages $CHECKSUM to list and install latest upgrades." +msgstr "" +"Comprobar paquetes $CHECKSUM para listar e instalar las últimas mejoras." + +#: tazpkg:135 msgid "Create a package archive from an installed package." msgstr "Crear un archivo paquete desde un paquete instalado" -#: tazpkg:93 +#: tazpkg:136 msgid "Create a package archive with configuration files." msgstr "Crear un archivo paquete con archivos de configuración" -#: tazpkg:94 +#: tazpkg:137 msgid "Rebuild a package with a better compression ratio." msgstr "Reconstruye un paquete con un mejor radio de compresión." -#: tazpkg:95 +#: tazpkg:138 msgid "Block an installed package version or unblock it for upgrade." msgstr "" "Bloquear una versión del paquete instalado o desbloquear para actualizarlo." -#: tazpkg:96 +#: tazpkg:139 msgid "Download a package into the current directory." msgstr "Descarga un paquete en el actual directorio." -#: tazpkg:97 +#: tazpkg:140 msgid "Download and install a package from the mirror." msgstr "Descarga e instala un paquete desde un espejo." -#: tazpkg:98 +#: tazpkg:141 msgid "Download and install a list of packages from the mirror." msgstr "Descarga e instala una lista de paquetes desde el espejo," -#: tazpkg:99 +#: tazpkg:142 msgid "Verify consistency of installed packages." msgstr "Verifica la consistencia de paquetes instalados." -#: tazpkg:100 +#: tazpkg:143 msgid "Install the flavor list of packages." -msgstr "" +msgstr "Instale la lista de los paquetes de sabor." -#: tazpkg:101 +#: tazpkg:144 msgid "Install the flavor list of packages and remove other ones." -msgstr "" +msgstr "Instale la lista de los paquetes de sabor y elimine otras." -#: tazpkg:102 +#: tazpkg:145 msgid "Change release and update packages." msgstr "Cambiar lanzamiento y actualización de paquetes." -#: tazpkg:103 +#: tazpkg:146 msgid "Clean all packages downloaded in cache directory." msgstr "Limpiar todos los paquetes descargados en el directorio caché." -#: tazpkg:104 +#: tazpkg:147 msgid "Display dependencies tree." msgstr "Mostrar el árbol de dependencias." -#: tazpkg:105 +#: tazpkg:148 msgid "Display reverse dependencies tree." msgstr "Mostrar en reverso el árbol de dependencias." -#: tazpkg:106 +#: tazpkg:149 msgid "Convert a deb/rpm/tgz/arch package to a slitaz (.tazpkg)." msgstr "Convertir paquetes deb/rpm/tgz/arch al de slitaz (.tazpkg)." -#: tazpkg:107 +#: tazpkg:150 msgid "Link a package from another slitaz installation." msgstr "Enlazar un paquete desde otra instalación del slitaz." -#: tazpkg:108 +#: tazpkg:151 msgid "Change the mirror url configuration." msgstr "Cambia la configuración del url espejo -" -#: tazpkg:109 +#: tazpkg:152 msgid "List undigest mirrors." -msgstr "" +msgstr "Listar espejos undigest." -#: tazpkg:110 +#: tazpkg:153 msgid "Remove an undigest mirror." -msgstr "" +msgstr "Remover espejo undigest." -#: tazpkg:111 +#: tazpkg:154 msgid "Add an undigest mirror." -msgstr "" +msgstr "Añadir espejo undigest." -#: tazpkg:112 +#: tazpkg:155 msgid "Update an undigest mirror." msgstr "Actualiza " -#: tazpkg:113 +#: tazpkg:156 msgid "Replay post install script from package." +msgstr "Repetir script post instalacion del paquete." + +#: tazpkg:163 +msgid "Tazpkg usage for command up: tazpkg up [--option]" msgstr "" -#: tazpkg:119 -msgid "Tazpkg usage for command up" -msgstr "" - -#: tazpkg:119 -msgid "tazpkg up [--option]" -msgstr "tazpkg up [--option]" - -#: tazpkg:120 +#: tazpkg:164 msgid "Without options run in interactive mode and ask before install" msgstr "Sin opciones, corre en modo interactivo y pregunta antes de instalar" -#: tazpkg:122 -msgid "Where options are" -msgstr "Cuando las opciónes son" +#: tazpkg:166 +msgid "Where options are:" +msgstr "Cuando las opciónes son:" -#: tazpkg:123 +#: tazpkg:167 msgid "Check only for available upgrades" msgstr "Averiguar solo por actualizaciones disponibles" -#: tazpkg:124 +#: tazpkg:168 msgid "Force recharge of packages list and check" msgstr "Forzar recarga de lista de paquetes y controlar." -#: tazpkg:125 +#: tazpkg:169 msgid "Check for upgrades and install them all" msgstr "Comprobando mejoras e instalarlas todas" -#: tazpkg:127 -msgid "Example" -msgstr "Ejemplo" +#: tazpkg:171 +msgid "Example:" +msgstr "Ejemplo:" -#: tazpkg:165 +#: tazpkg:182 +#, fuzzy, sh-format +msgid "Creating $FOLDER..." +msgstr "Creando $1..." + +#: tazpkg:210 msgid "Please specify a package name on the command line." msgstr "Por favor, especifique un nombre de paquete en la línea de comandos." -#: tazpkg:176 +#: tazpkg:221 #, sh-format msgid "Unable to find: $PACKAGE_FILE" msgstr "No se puede encontrar: $PACKAGE_FILE" -#: tazpkg:187 +#: tazpkg:233 #, sh-format msgid "Unable to find the receipt: $FS$INSTALLED/$PACKAGE/receipt" -msgstr "" +msgstr "No se encuentra el paquete recibido: $FS$INSTALLED/$PACKAGE/receipt" -#: tazpkg:240 +#: tazpkg:287 #, sh-format msgid "" "$PACKAGE package is already installed. You can\n" "use the --forced option to force installation or remove it and reinstall." msgstr "" +"El paquete $PACKAGE ya esta instalado. Usted puede\n" +"utilizar la opción --force para forzar la instalación o quitarlo y volver\n" +"a instalar." -#: tazpkg:254 +#: tazpkg:302 #, sh-format msgid "Unable to find the list: $LOCALSTATE/packages.list" -msgstr "" +msgstr "No se pudo encontrar la lista: $LOCALSTATE/packages.list" -#: tazpkg:256 +#: tazpkg:304 msgid "" "You must probably run 'tazpkg recharge' as root to get the latest list of\n" "packages available on the mirror." msgstr "" -"Probablemente debas correr 'tazpkg recharge' desde root para tener la última " -"lista de\n" -"packages disponibles desde el espejo." +"Probablemente debas correr 'tazpkg recharge' desde root para tener la " +"última\n" +"lista de packages disponibles desde el espejo." -#: tazpkg:373 +#: tazpkg:422 #, sh-format msgid "Unable to find: $PACKAGE in the mirrored packages list." msgstr "incapaz de encontrar: $PACKAGE en la lista de paquetes del espejo." -#: tazpkg:428 +#: tazpkg:478 #, sh-format -msgid "Extracting $PACKAGE... " +msgid "Extracting $PACKAGE..." msgstr "Extrayendo $PACKAGE..." -#: tazpkg:432 tazpkg:436 -msgid "Extracting the pseudo fs... " +#: tazpkg:482 tazpkg:486 +msgid "Extracting the pseudo fs..." msgstr "Extrayendo el pseudo fs..." -#: tazpkg:500 -msgid "Installation of :" -msgstr "Instalación de :" +#: tazpkg:549 +#, sh-format +msgid "Installation of: $PACKAGE" +msgstr "Instalación de: $PACKAGE" -#: tazpkg:502 +#: tazpkg:550 #, sh-format -msgid "Copying $PACKAGE... " -msgstr "Copiando $PACKAGE" +msgid "Copying $PACKAGE..." +msgstr "Copiando $PACKAGE..." -#: tazpkg:514 -msgid "Checking post install dependencies... " +#: tazpkg:562 +msgid "Checking post install dependencies..." msgstr "Averiguando dependencias post instalación..." -#: tazpkg:517 +#: tazpkg:565 #, sh-format msgid "Please run 'tazpkg install $PACKAGE_FILE' in / and retry." msgstr "Por favor corre 'tazpkg install $PACKAGE_FILE' en / y reintenta." -#: tazpkg:591 +#: tazpkg:639 #, sh-format -msgid "Saving configuration files for $PACKAGE... " +msgid "Saving configuration files for $PACKAGE..." msgstr "Guardando archivos de configuración para $PACKAGE..." -#: tazpkg:605 +#: tazpkg:653 #, sh-format -msgid "Installing $PACKAGE... " +msgid "Installing $PACKAGE..." msgstr "Instalando $PACKAGE..." -#: tazpkg:609 +#: tazpkg:657 #, sh-format -msgid "Removing old $PACKAGE... " +msgid "Removing old $PACKAGE..." msgstr "Removiendo viejos $PACKAGE..." -#: tazpkg:617 -msgid "Removing all tmp files... " +#: tazpkg:665 +msgid "Removing all tmp files..." msgstr "Removiendo todos los archivos tmp..." -#: tazpkg:646 +#: tazpkg:693 #, sh-format msgid "$PACKAGE ($VERSION$EXTRAVERSION) is installed." msgstr "$PACKAGE ($VERSION$EXTRAVERSION) está instalado." -#: tazpkg:697 +#: tazpkg:743 #, sh-format msgid "WARNING Dependency loop between $PACKAGE and $i." -msgstr "" +msgstr "ADVERTENCIA lazo de dependencia entre los$PACKAGE y $i." -#: tazpkg:701 -msgid "Tracking dependencies for :" -msgstr "Rastreando dependencias para :" +#: tazpkg:747 +#, sh-format +msgid "Tracking dependencies for: $PACKAGE" +msgstr "Rastreando dependencias para: $PACKAGE" -#: tazpkg:708 +#: tazpkg:754 #, sh-format msgid "Missing: $MISSING_PACKAGE" msgstr "Faltante: $MISSING_PACKAGE" -#: tazpkg:712 +#: tazpkg:759 #, sh-format -msgid "$deps missing package(s) to install." -msgstr "Paquete(s) $deps faltante(s) para instalar." +msgid "$deps missing package to install." +msgid_plural "$deps missing packages to install." +msgstr[0] "Paquete $deps faltante para instalar." +msgstr[1] "Paquetes $deps faltantes para instalar." -#: tazpkg:728 +#: tazpkg:776 msgid "Install all missing dependencies" msgstr "Instalando todas las dependencias faltantes" -#: tazpkg:745 +#: tazpkg:792 #, sh-format -msgid "Checking if $pkg exists in local list... " +msgid "Checking if $pkg exists in local list..." msgstr "Comprobando si $pkg existe en la lista local..." -#: tazpkg:772 +#: tazpkg:819 #, sh-format msgid "" -"Leaving dependencies for $PACKAGE unresolved. The package is installed but\n" -"will probably not work." +"Leaving dependencies for $PACKAGE unresolved.\n" +"The package is installed but will probably not work." msgstr "" -"Dejando dependencias de $PACKAGE sin resolver. El paquete está instalado " -"pero probablemente no trabaje." +"Dejando dependencias de $PACKAGE sin resolver.\n" +"El paquete está instalado pero probablemente no trabaje." -#: tazpkg:781 +#: tazpkg:828 msgid "Installed packages" msgstr "Paquetes instalados" -#: tazpkg:796 +#: tazpkg:841 #, sh-format -msgid "0 installed packages found for : $PATTERN" +msgid "0 installed packages found for: $PATTERN" msgstr "0 paquetes instalados para : $PATTERN" -#: tazpkg:800 +#: tazpkg:845 #, sh-format -msgid "$packages installed package(s) found for : $PATTERN" -msgstr "" +msgid "$packages installed package found for: $PATTERN" +msgid_plural "$packages installed packages found for: $PATTERN" +msgstr[0] "$packages paquete instalados encontrador por : $PATTERN" +msgstr[1] "$packages paquetes instalados encontrador por : $PATTERN" -#: tazpkg:808 +#: tazpkg:853 msgid "Available packages name-version" msgstr "Paquetes avalables name-version" -#: tazpkg:818 +#: tazpkg:863 msgid "" "No 'packages.list' found to check for mirrored packages. For more results,\n" "please run 'tazpkg recharge' once as root before searching." msgstr "" +"No se encontro \"packages.list\" para comprobar si hay paquetes de espejo.\n" +"Para más resultados, enpor favor, ejecute 'recarga Tazpkg' una vez como " +"root\n" +"antes de buscar." -#: tazpkg:823 tazpkg:851 +#: tazpkg:868 tazpkg:896 #, sh-format -msgid "0 available packages found for : $PATTERN" +msgid "0 available packages found for: $PATTERN" msgstr "0 paquetes disponibles encontrados para : $PATTERN" -#: tazpkg:827 tazpkg:855 +#: tazpkg:872 tazpkg:900 #, sh-format -msgid "$packages available package(s) found for : $PATTERN" -msgstr "" +msgid "$packages available package found for: $PATTERN" +msgid_plural "$packages available packages found for: $PATTERN" +msgstr[0] "$packages paquete disponibles encontrados por : $PATTERN" +msgstr[1] "$packages paquetes disponibles encontrados por : $PATTERN" -#: tazpkg:836 +#: tazpkg:881 msgid "Matching packages name with version and desc" msgstr "Uniendo nombres de paquetes con su versión y descripción" -#: tazpkg:846 +#: tazpkg:891 msgid "" "No 'packages.txt' found to check for mirrored packages. For more results,\n" "please run 'tazpkg recharge' once as root before searching." msgstr "" +"No se encontro \"packages.txt\" para comprobar si hay paquetes de espejo. " +"Para\n" +"más resultados, enpor favor, ejecute 'recarga Tazpkg' una vez como root " +"antes\n" +"de buscar." -#: tazpkg:902 +#: tazpkg:947 #, sh-format msgid "Can't find flavor $FLAVOR. Abort." -msgstr "" +msgstr "No se puede encontrar el sabor $FLAVOR. Abortar." -#: tazpkg:916 +#: tazpkg:960 msgid "Current mirror(s)" msgstr "Actual espejo(s)" -#: tazpkg:920 +#: tazpkg:963 msgid "" "Please enter URL of the new mirror (http, ftp or local path). You must " "specify\n" "the complete address to the directory of the packages and packages.list file." msgstr "" -"Por favor, ingrese el URL del nuevo espejo (http, ftp o dirección local). " +"Por favor, ingrese el URL del nuevo espejo (http, ftp o dirección local).\n" "Debes especificar la dirección completa de th" -#: tazpkg:923 -msgid "New mirror(s) URL : " -msgstr "Nuevo(s) espejo(s) URL :" +#: tazpkg:966 +msgid "New mirror(s) URL: " +msgstr "Nuevo(s) espejo(s) URL:" -#: tazpkg:931 +#: tazpkg:974 msgid "Nothing has been changed." -msgstr "Nada ha sido cambiado," +msgstr "Nada ha sido cambiado." -#: tazpkg:1055 +#: tazpkg:976 +#, sh-format +msgid "Setting mirror(s) to: $NEW_MIRROR_URL" +msgstr "" + +#: tazpkg:1098 msgid "No dependency for" msgstr "Sin dependencias para" -#: tazpkg:1057 +#: tazpkg:1100 #, sh-format msgid "WARNING: unknown dependency for $lib" msgstr "ADVERTENCIA: dependencias desconocidas para $lib" -#: tazpkg:1161 +#: tazpkg:1167 tazpkg:1306 #, sh-format -msgid "$PACKAGE_FILE does not look like an Archlinux/Alpine package !" +msgid "Invalid target: $target (expected i386)" +msgstr "" + +#: tazpkg:1204 +#, sh-format +msgid "$PACKAGE_FILE does not look like an Archlinux/Alpine package!" msgstr "$PACKAGE_FILE no se parece a un paquete Archlinux/Alpine !" -#: tazpkg:1212 +#: tazpkg:1255 #, sh-format -msgid "$PACKAGE_FILE does not look like a Slackware package !" +msgid "$PACKAGE_FILE does not look like a Slackware package!" msgstr "$PACKAGE_FILE no se parece alpaquete Slackware !" -# ¿es un comando? si así es, descarte esta traducción. -#: tazpkg:1356 tazpkg:1380 -msgid "base-system" -msgstr "sistema base" - -#: tazpkg:1357 tazpkg:1381 -msgid "x-window" -msgstr "x-window" - -#: tazpkg:1358 tazpkg:1382 -msgid "utilities" -msgstr "Utilidades" - -#: tazpkg:1359 tazpkg:1383 -msgid "network" -msgstr "Red" - -#: tazpkg:1360 tazpkg:1384 -msgid "graphics" -msgstr "gráficos" - -#: tazpkg:1361 tazpkg:1385 -msgid "multimedia" -msgstr "multimedia" - -#: tazpkg:1362 tazpkg:1386 -msgid "office" -msgstr "Office" - -#: tazpkg:1363 tazpkg:1387 -msgid "development" -msgstr "desarrollo" - -#: tazpkg:1364 tazpkg:1388 -msgid "system-tools" -msgstr "Herramientas del sistema" - -#: tazpkg:1365 tazpkg:1389 -msgid "security" -msgstr "seguridad" - -#: tazpkg:1366 tazpkg:1390 -msgid "games" -msgstr "Juegos" - -#: tazpkg:1367 tazpkg:1391 -msgid "misc" -msgstr "misceláneos" - -#: tazpkg:1368 tazpkg:1392 -msgid "meta" -msgstr "meta" - -#: tazpkg:1369 tazpkg:1393 -msgid "non-free" -msgstr "no libre" - -#: tazpkg:1406 -msgid "y" -msgstr "y" - -#: tazpkg:1407 -msgid "Y" -msgstr "Y" - -#: tazpkg:1408 -msgid "n" -msgstr "n" - -#: tazpkg:1409 -msgid "N" -msgstr "N" - -#: tazpkg:1424 +#: tazpkg:1405 msgid "Blocked packages" msgstr "Páginas bloqueadas" -#: tazpkg:1429 +#: tazpkg:1409 msgid "No blocked packages found." msgstr "No se encontró paquetes bloqueados." -#: tazpkg:1436 +#: tazpkg:1415 msgid "Packages categories" msgstr "Categoría de paquetes" -#: tazpkg:1444 -#, sh-format -msgid "$categories categories" -msgstr "$categories categorías" +#: tazpkg:1422 +#, fuzzy, sh-format +msgid "$categories category" +msgid_plural "$categories categories" +msgstr[0] "$categories categorías" +msgstr[1] "$categories categorías" -#: tazpkg:1453 -msgid "Installed packages of category:" -msgstr "Paquetes instalados de categoría." +#: tazpkg:1430 +#, fuzzy, sh-format +msgid "Installed packages of category: $ASKED_CATEGORY_I18N" +msgstr "Paquetes $packages instalados por categoría $ASKED_CATEGORY_l18N" -#: tazpkg:1468 -#, fuzzy -msgid "packages installed of category:" -msgstr "Paquetes instalados de categoría." +#: tazpkg:1442 +#, fuzzy, sh-format +msgid "" +"$packages package installed of category " +"$ASKED_CATEGORY_I18N." +msgid_plural "" +"$packages packages installed of category " +"$ASKED_CATEGORY_I18N." +msgstr[0] "Paquetes $packages instalados por categoría $ASKED_CATEGORY_l18N" +msgstr[1] "Paquetes $packages instalados por categoría $ASKED_CATEGORY_l18N" -#: tazpkg:1472 +#: tazpkg:1447 msgid "List of all installed packages" msgstr "Lista de paquetes instalados" -#: tazpkg:1486 -#, fuzzy -msgid "packages installed" -msgstr "$packages paquetes instalados." +#: tazpkg:1457 +#, fuzzy, sh-format +msgid "$packages package installed." +msgid_plural "$packages packages installed." +msgstr[0] "$packages paquetes instalados." +msgstr[1] "$packages paquetes instalados." -#: tazpkg:1496 tazpkg:2245 +#: tazpkg:1467 tazpkg:2176 msgid "Mirrored packages diff" -msgstr "" +msgstr "Paquetes diff en otros espejos" -#: tazpkg:1501 -#, sh-format -msgid "$pkgs new packages listed on the mirror." -msgstr "$pkgs nuevos paquetes enlistados en el espejo." +#: tazpkg:1471 +#, fuzzy, sh-format +msgid "$pkgs new package listed on the mirror." +msgid_plural "$pkgs new packages listed on the mirror." +msgstr[0] "$pkgs nuevos paquetes enlistados en el espejo." +msgstr[1] "$pkgs nuevos paquetes enlistados en el espejo." -#: tazpkg:1505 +#: tazpkg:1475 msgid "Unable to list anything, no packages.diff found." -msgstr "" +msgstr "No se puede listar nada, no se encontraron paquetes.diff." -#: tazpkg:1506 +#: tazpkg:1476 msgid "Recharge your current list to create a first diff." msgstr "Recarga su actual lista para crear una primera diferencia." -#: tazpkg:1511 tazpkg:1516 +#: tazpkg:1480 msgid "List of available packages on the mirror" msgstr "Lista de paquetes disponibles en el espejo" -#: tazpkg:1523 -msgid "packages in the last recharged list" -msgstr "" +#: tazpkg:1485 +#, fuzzy, sh-format +msgid "$pkgs package in the last recharged list." +msgid_plural "$pkgs packages in the last recharged list." +msgstr[0] "Creando respaldo de la última lista de paquetes..." +msgstr[1] "Creando respaldo de la última lista de paquetes..." -#: tazpkg:1530 -#, fuzzy -msgid "Installed files by:" +#: tazpkg:1492 +#, fuzzy, sh-format +msgid "Installed files by: $PACKAGE" msgstr "Archivos instalados con:" -#: tazpkg:1537 +#: tazpkg:1496 #, fuzzy, sh-format -msgid "files installed with $PACKAGE" -msgstr "Archivos $files instalados con $PACKAGE." +msgid "$files file installed with $PACKAGE" +msgid_plural "$files files installed with $PACKAGE" +msgstr[0] "archivos instalados con $PACKAGE" +msgstr[1] "archivos instalados con $PACKAGE" -#: tazpkg:1546 +#: tazpkg:1505 msgid "Tazpkg information" msgstr "Información Tazpkg" -#: tazpkg:1548 +#: tazpkg:1507 msgid "Package :" msgstr "Paquete :" -#: tazpkg:1549 +#: tazpkg:1508 msgid "Version :" msgstr "Versión :" -#: tazpkg:1550 +#: tazpkg:1509 msgid "Category :" msgstr "Categoria :" -#: tazpkg:1551 +#: tazpkg:1510 msgid "Short desc :" msgstr "Descripción corta :" -#: tazpkg:1552 +#: tazpkg:1511 msgid "Maintainer :" msgstr "Mantenedor :" -#: tazpkg:1554 +#: tazpkg:1512 msgid "Depends :" msgstr "Dependencias :" -#: tazpkg:1557 +#: tazpkg:1513 msgid "Suggested :" msgstr "Sugerido :" -#: tazpkg:1560 +#: tazpkg:1514 msgid "Build deps :" msgstr "Construyendo dependencias :" -#: tazpkg:1563 +#: tazpkg:1515 msgid "Wanted src :" msgstr "Fuente buscado :" -#: tazpkg:1566 +#: tazpkg:1516 msgid "Web site :" msgstr "Sitio Web " -#: tazpkg:1574 -msgid "Description of:" -msgstr "Descripción de:" +#: tazpkg:1522 +#, sh-format +msgid "Description of: $PACKAGE" +msgstr "Descripción de: $PACKAGE" -#: tazpkg:1581 +#: tazpkg:1527 msgid "Sorry, no description available for this package." msgstr "Perdón, no hay descripción para este paquete." -#: tazpkg:1589 +#: tazpkg:1535 msgid "Please specify a pattern or package name to search for." msgstr "" -#: tazpkg:1590 +#: tazpkg:1536 msgid "Example : 'tazpkg search paint'" msgstr "Ejemplo : 'tazpkg search paint'" -#: tazpkg:1595 -msgid "Search result for:" -msgstr "Busca resultados para:" +#: tazpkg:1540 +#, sh-format +msgid "Search result for: $PATTERN" +msgstr "Busca resultados para: $PATTERN" -#: tazpkg:1613 tazpkg:1673 +#: tazpkg:1557 tazpkg:1615 msgid "Please specify a pattern or file name to search for." msgstr "" +"Por favor, especifique un nombre de patrón o el paquete que desea buscar." -#: tazpkg:1614 +#: tazpkg:1558 msgid "Example : 'tazpkg search-file libnss'" msgstr "Ejemplo : 'tazpkg search-file libnss'" -#: tazpkg:1619 tazpkg:1679 -msgid "Search result for file" -msgstr "Resultado de búsqueda para archivo" +#: tazpkg:1563 +#, sh-format +msgid "Search result for file $s_file" +msgstr "Resultado de búsqueda para archivo $s_file" -#: tazpkg:1651 tazpkg:2307 -msgid "Package" -msgstr "Paquete" +#: tazpkg:1594 +#, sh-format +msgid "Package $PACKAGE:" +msgstr "Paquete $PACKAGE:" -#: tazpkg:1661 +#: tazpkg:1604 #, sh-format msgid "0 file found for: $pkg" msgstr "0 filas encontradas para: $pkg" -#: tazpkg:1666 -#, sh-format -msgid "$match file(s) found for: $pkg" -msgstr "" +#: tazpkg:1607 +#, fuzzy, sh-format +msgid "$match file found for: $pkg" +msgid_plural "$match files found for: $pkg" +msgstr[0] "$match archivos(s) Encontrados por: $pkg" +msgstr[1] "$match archivos(s) Encontrados por: $pkg" -#: tazpkg:1674 +#: tazpkg:1616 msgid "Example : 'tazpkg search-pkgname libnss'" msgstr "Ejemplo : 'tazpkg search-pkgname libnss'" -#: tazpkg:1692 +#: tazpkg:1621 #, sh-format -msgid "0 file found for : $file" -msgstr "0 archivos encontrados para : $file" +msgid "Search result for package $s_pkg" +msgstr "Resultado de búsqueda para archivo $s_pkg" -#: tazpkg:1738 +#: tazpkg:1633 +#, sh-format +msgid "0 file found for: $file" +msgstr "0 archivos encontrados para: $file" + +#: tazpkg:1637 +#, sh-format +msgid "$match package found with file: $file" +msgid_plural "$match packages found with file: $file" +msgstr[0] "" +msgstr[1] "" + +#: tazpkg:1678 msgid "" "Please change directory (cd) to the packages repository and specify the\n" -"list of packages to install. Example : tazpkg install-list packages.list" +"list of packages to install. Example: tazpkg install-list packages.list" msgstr "" +"Por favor, cambie el directorio (cd) en el repositorio de paquetes\n" +"y especificar la lista de los paquetes a instalar.\n" +"Ejemplo: Tazpkg install-list packages.list" -#: tazpkg:1768 +#: tazpkg:1685 +#, fuzzy, sh-format +msgid "Unable to find: $list_file" +msgstr "No se puede encontrar: $PACKAGE_FILE" + +#: tazpkg:1708 #, sh-format -msgid "Adding implicit depends $pkg ..." +msgid "Adding implicit depends $pkg..." msgstr "Agregando dependencias implícitas $pkg ..." -#: tazpkg:1790 +#: tazpkg:1730 msgid "Please specify the release you want on the command line." msgstr "Por favor, especifica la versión que buscas en la línea de comandos." -#: tazpkg:1791 +#: tazpkg:1731 msgid "Example: tazpkg set-release cooking" msgstr "Ejemplo: tazpkg set-release cooking" -#: tazpkg:1816 +#: tazpkg:1756 #, sh-format msgid "$PACKAGE is not installed." msgstr "$PACKAGE no está instalado." -#: tazpkg:1834 +#: tazpkg:1774 #, sh-format msgid "The following packages depend on $PACKAGE:" msgstr "Los siguientes paquetes dependen de $PACKAGE:" -#: tazpkg:1841 +#: tazpkg:1781 #, sh-format msgid "The following packages have been modified by $PACKAGE:" msgstr "Los siguentes paquetes se han modificado para $PACKAGE:" -#: tazpkg:1849 -#, sh-format -msgid "Remove $PACKAGE ($VERSION$EXTRAVERSION) ?" +#: tazpkg:1789 +#, fuzzy, sh-format +msgid "Remove $PACKAGE ($VERSION$EXTRAVERSION)" msgstr "Removiendo $PACKAGE ($VERSION$EXTRAVERSION) ?" -#: tazpkg:1850 -msgid "Please confirm uninstallation" -msgstr "Por favor, confirme desinstalación" +#: tazpkg:1793 +#, sh-format +msgid "Removing: $PACKAGE" +msgstr "Removiendo: $PACKAGE" -#: tazpkg:1855 -msgid "Removing:" -msgstr "Removiendo:" +#: tazpkg:1798 +msgid "Removing all files installed..." +msgstr "Removiendo todos los archivos instalados..." -#: tazpkg:1861 -msgid "Removing all files installed..." -msgstr "Removiendo todos los archivos instalados,,," +#: tazpkg:1819 +msgid "Removing package receipt..." +msgstr "Removiendo paquete recibido..." -#: tazpkg:1882 -msgid "Removing package receipt..." -msgstr "" - -#: tazpkg:1893 +#: tazpkg:1830 #, sh-format msgid "Remove packages depending on $PACKAGE" msgstr "Removiendo los paquetes dependientes en $PACKAGE" -#: tazpkg:1909 +#: tazpkg:1845 #, sh-format msgid "Reinstall packages modified by $PACKAGE" msgstr "Reinstala paquetes modificados por $PACKAGE" -#: tazpkg:1916 +#: tazpkg:1851 #, sh-format msgid "Check $INSTALLED/$i for reinstallation" msgstr "Comprobando $INSTALLED/$i para reinstalación" -#: tazpkg:1926 +#: tazpkg:1861 #, sh-format msgid "Uninstallation of $PACKAGE cancelled." msgstr "Desinstalación de $PACKAGE cancelado." -#: tazpkg:1934 -msgid "Extracting:" -msgstr "Extrayendo:" +#: tazpkg:1868 +#, sh-format +msgid "Extracting: $PACKAGE" +msgstr "Extrayendo: $PACKAGE" -#: tazpkg:1944 tazpkg:1960 +#: tazpkg:1877 tazpkg:1890 msgid "Copying original package..." msgstr "Copiando paquete original..." -#: tazpkg:1950 +#: tazpkg:1882 #, sh-format msgid "$PACKAGE is extracted to: $DESTDIR" msgstr "$PACKAGE está extrayéndose a: $DESTIR" -#: tazpkg:1957 -msgid "Recompressing:" -msgstr "Recomprimiendo:" +#: tazpkg:1888 +#, sh-format +msgid "Recompressing: $PACKAGE" +msgstr "Recomprimiendo: $PACKAGE" -#: tazpkg:1965 -msgid "Recompressing the fs... " +#: tazpkg:1895 +msgid "Recompressing the fs..." msgstr "Recomprimiendo el fs..." -#: tazpkg:1969 -msgid "Creating new package... " +#: tazpkg:1899 +msgid "Creating new package..." msgstr "Creando nuevo paquete..." -#: tazpkg:1987 +#: tazpkg:1918 msgid "File lost" msgstr "Archivo perdido" -#: tazpkg:2001 +#: tazpkg:1931 msgid "Configuration files" msgstr "Archivos de configuración" -#: tazpkg:2037 -msgid "User configuration backup on " -msgstr "Respado de configuraciónes de usuario activado" +#: tazpkg:1967 +#, sh-format +msgid "User configuration backup on $pkg_date" +msgstr "Respado de configuraciónes de usuario activado $pkg_date" -#: tazpkg:2056 +#: tazpkg:1982 +#, fuzzy, sh-format +msgid "Repacking: $PACKAGE-$VERSION$EXTRAVERSION.tazpkg" +msgstr "Removiendo $PACKAGE ($VERSION$EXTRAVERSION) ?" + +#: tazpkg:1984 #, sh-format msgid "Can't repack $PACKAGE" msgstr "No se puede re-empaquetar $PACKAGE" -#: tazpkg:2060 +#: tazpkg:1988 #, sh-format msgid "Can't repack, $PACKAGE files have been modified by:" msgstr "No se puede reempaquetar, Archivos de $PACKAGE se han modificado por" -#: tazpkg:2072 +#: tazpkg:2000 msgid "Can't repack, the following files are lost:" msgstr "No se puede re-empaquetar, los siguentes archivos están perdidos:" -#: tazpkg:2110 +#: tazpkg:2027 +#, fuzzy, sh-format +msgid "Can't repack, $CHECKSUM error." +msgstr "No se puede re-empaquetar, error $CHECKSUM." + +#: tazpkg:2038 #, sh-format msgid "Package $PACKAGE repacked successfully." msgstr "Paquete $PACKAGE re-empaquetado satisfactoriamente." -#: tazpkg:2111 tazpkg:2166 -msgid "Size" -msgstr "Tamaño" +#: tazpkg:2040 tazpkg:2094 +#, sh-format +msgid "Size: $pkg_size" +msgstr "Tamaño: $pkg_size" -#: tazpkg:2119 +#: tazpkg:2048 msgid "Receipt is missing. Please read the documentation." -msgstr "" +msgstr "No se encuentra el receptor.Por favor lea la documentación" -#: tazpkg:2126 +#: tazpkg:2051 +#, fuzzy, sh-format +msgid "Packing: $PACKAGE" +msgstr "Extrayendo $PACKAGE..." + +#: tazpkg:2053 msgid "Creating the list of files..." msgstr "Creando la lista de archivos..." -#: tazpkg:2145 -msgid "Compressing the fs... " +#: tazpkg:2059 +#, sh-format +msgid "Creating $CHECKSUM of files..." +msgstr "Creando $CHECKSUM de archivos..." + +#: tazpkg:2073 +msgid "Compressing the fs..." msgstr "Comprimiendo el fs..." -#: tazpkg:2152 +#: tazpkg:2080 msgid "Updating receipt sizes..." -msgstr "" +msgstr "Actualizando tamaños de recepcion..." -#: tazpkg:2157 -msgid "Creating full cpio archive... " -msgstr "" +#: tazpkg:2085 +msgid "Creating full cpio archive..." +msgstr "Creando archivo cpio..." -#: tazpkg:2160 -msgid "Restoring original package tree... " -msgstr "Restaurando el árbol de paquetes original... " +#: tazpkg:2088 +msgid "Restoring original package tree..." +msgstr "Restaurando el árbol de paquetes original..." -#: tazpkg:2165 +#: tazpkg:2092 #, sh-format msgid "Package $PACKAGE compressed successfully." msgstr "Paquete $PACKAGE comprimido satisfactoriamente." -#: tazpkg:2188 -msgid "doesn't exist." -msgstr "No existe." +#: tazpkg:2117 +#, sh-format +msgid "$repo doesn't exist." +msgstr "$repo no existe." -#: tazpkg:2205 -msgid "Undigest" +#: tazpkg:2136 +#, sh-format +msgid "Undigest $base_path" msgstr "" -#: tazpkg:2207 -msgid "is up to date." -msgstr "está al día." +#: tazpkg:2138 +#, sh-format +msgid "$repository_name is up to date." +msgstr "$repository_name está al día." -#: tazpkg:2221 -msgid "Recharging undigest" +#: tazpkg:2153 +#, sh-format +msgid "Recharging undigest $base_path:" msgstr "" -#: tazpkg:2225 +#: tazpkg:2157 msgid "Creating backup of the last packages list..." msgstr "Creando respaldo de la última lista de paquetes..." -#: tazpkg:2251 -#, sh-format -msgid "$new_pkgs new packages on the mirror." -msgstr "paqutes $new_pkgs nuevos en el espejo." +#: tazpkg:2181 +#, fuzzy, sh-format +msgid "$new_pkgs new package on the mirror." +msgid_plural "$new_pkgs new packages on the mirror." +msgstr[0] "paqutes $new_pkgs nuevos en el espejo." +msgstr[1] "paqutes $new_pkgs nuevos en el espejo." -#: tazpkg:2254 +#: tazpkg:2184 msgid "No new packages on the mirror." msgstr "Sin nuevos paquetes en el espejo." -#: tazpkg:2261 +#: tazpkg:2189 msgid "" "Last packages.list is ready to use. Note that next time you recharge the\n" "list, a list of differences will be displayed to show new and upgradeable\n" "packages." msgstr "" -#: tazpkg:2302 +#: tazpkg:2229 #, sh-format msgid "$pkg_list is older than one week... recharging" msgstr "$pkg_list está desactualizada por más de una semana... recargando" -#: tazpkg:2308 +#: tazpkg:2233 +msgid "Package" +msgstr "Paquete" + +#: tazpkg:2233 #, fuzzy msgid "Version" msgstr "Versión :" -#: tazpkg:2309 +#: tazpkg:2233 msgid "Status" msgstr "" -#: tazpkg:2336 +#: tazpkg:2258 #, fuzzy msgid "Blocked" msgstr "Páginas bloqueadas" -#: tazpkg:2343 +#: tazpkg:2265 #, fuzzy msgid "New build" msgstr "Nueva construcción :" -#: tazpkg:2345 -#, fuzzy -msgid "New version" +#: tazpkg:2267 +#, fuzzy, sh-format +msgid "New version $new" msgstr "Nueva versión :" -#: tazpkg:2358 tazpkg:2390 -msgid "-e" -msgstr "-e" +#: tazpkg:2280 +#, fuzzy +msgid "System is up-to-date..." +msgstr "está al día." -#: tazpkg:2361 -#, fuzzy -msgid "installed packages scanned in" -msgstr "Paquetes instalados" +#: tazpkg:2284 +#, fuzzy, sh-format +msgid "$pkgs installed package scanned in ${time}s" +msgid_plural "$pkgs installed packages scanned in ${time}s" +msgstr[0] "Paquetes instalados" +msgstr[1] "Paquetes instalados" -#: tazpkg:2368 +#: tazpkg:2288 +#, sh-format +msgid "$blocked_count blocked" +msgid_plural "$blocked_count blocked" +msgstr[0] "" +msgstr[1] "" + +#: tazpkg:2292 #, fuzzy, sh-format -msgid "You have $upnb available upgrades$blocks" -msgstr "Averiguar solo por actualizaciones disponibles" +msgid "You have $upnb available upgrade $blocks" +msgid_plural "You have $upnb available upgrades $blocks" +msgstr[0] "Averiguar solo por actualizaciones disponibles" +msgstr[1] "Averiguar solo por actualizaciones disponibles" -#: tazpkg:2377 +#: tazpkg:2302 msgid "Do you wish to install them now: y/n ? " msgstr "Desea instalar ésto ahora: y/n ?" -#: tazpkg:2401 +#: tazpkg:2315 +#, fuzzy +msgid "Leaving without any upgrades installed." +msgstr "Removiendo todos los archivos instalados,,," + +#: tazpkg:2327 msgid "No known bugs." msgstr "Sin bugs conocidos." -#: tazpkg:2407 +#: tazpkg:2333 msgid "Bug list completed" msgstr "Lista de bugs completa" -#: tazpkg:2409 +#: tazpkg:2335 #, sh-format msgid "Bugs in package $PACKAGE version $VERSION$EXTRAVERSION:" msgstr "Bugs en el paquete $PACKAGE versión $VERSION$EXTRAVERSION:" -#: tazpkg:2426 +#: tazpkg:2352 #, sh-format msgid "The package $PACKAGE installation has not completed" msgstr "La instalación del paquete $PACKAGE no fue completada" -#: tazpkg:2434 -#, sh-format -msgid "The package $PACKAGE $VERSION$EXTRAVERSION has been modified by:" +#: tazpkg:2360 +#, fuzzy, sh-format +msgid "The package $PACKAGE-$VERSION$EXTRAVERSION has been modified by:" msgstr "El paquete $PACKAGE $VERSION$EXTRAVERSION ha sido modificado por." -#: tazpkg:2439 -#, sh-format -msgid "Files lost from $PACKAGE $VERSION$EXTRAVERSION :" +#: tazpkg:2365 +#, fuzzy, sh-format +msgid "Files lost from $PACKAGE-$VERSION$EXTRAVERSION:" msgstr "Archivos perdidos de $PACKAGE $VERSION$EXTRAVERSION :" -#: tazpkg:2443 +#: tazpkg:2369 msgid "target of symlink" msgstr "objetivo de symlink" -#: tazpkg:2448 -msgid "Missing dependencies for" -msgstr "Dependencias faltantes para" +#: tazpkg:2374 +#, fuzzy, sh-format +msgid "Missing dependencies for $PACKAGE-$VERSION$EXTRAVERSION:" +msgstr "Archivos perdidos de $PACKAGE $VERSION$EXTRAVERSION :" -#: tazpkg:2455 -msgid "Dependencies loop between" +#: tazpkg:2381 +#, sh-format +msgid "Dependencies loop between $PACKAGE and:" msgstr "" # Bug es más conocido que su misma traducción al español. -#: tazpkg:2459 -msgid "Looking for known bugs... " +#: tazpkg:2385 +#, fuzzy +msgid "Looking for known bugs..." msgstr "Buscando bugs conocidos..." -#: tazpkg:2484 +#: tazpkg:2410 +#, fuzzy, sh-format +msgid "The following packages provide $file:" +msgstr "Los siguientes paquetes dependen de $PACKAGE:" + +#: tazpkg:2416 #, sh-format -msgid "The following packages provide $file :" +msgid " $pkg (overridden by $overriders)" msgstr "" -#: tazpkg:2490 -msgid "overridden by" -msgstr "anulado por" +#: tazpkg:2423 +#, fuzzy +msgid "No package has installed the following files:" +msgstr "Paquetes instalados de categoría." -#: tazpkg:2495 -msgid "No package has installed the following files" -msgstr "" - -#: tazpkg:2504 +#: tazpkg:2432 msgid "Check completed." msgstr "Comprobación completa." -#: tazpkg:2511 +#: tazpkg:2439 #, sh-format msgid "$PACKAGE is already in the blocked packages list." msgstr "$PACKAGE está actualmente en la lista de paquetes bloqueados." -#: tazpkg:2515 -#, sh-format -msgid "Add $PACKAGE to : $BLOCKED..." +#: tazpkg:2443 +#, fuzzy, sh-format +msgid "Add $PACKAGE to: $BLOCKED..." msgstr "Agregar $PACKAGE a : $BLOCKED..." -#: tazpkg:2529 -#, sh-format -msgid "Removing $PACKAGE from : $BLOCKED..." +#: tazpkg:2457 +#, fuzzy, sh-format +msgid "Removing $PACKAGE from: $BLOCKED..." msgstr "Removiendo $PACKAGE de : $BLOCKED..." -#: tazpkg:2537 +#: tazpkg:2465 #, sh-format msgid "$PACKAGE is not in the blocked packages list." msgstr "$PACKAGE no está en la lista de paquetes bloqueados." -#: tazpkg:2567 tazpkg:2625 -#, sh-format -msgid "$PACKAGE already in the cache : $CACHE_DIR" +#: tazpkg:2483 tazpkg:2528 +msgid "rootconfig needs --root= option used." +msgstr "" + +#: tazpkg:2496 tazpkg:2555 +#, fuzzy, sh-format +msgid "$PACKAGE already in the cache: $CACHE_DIR" msgstr "$PACKAGE se encuentra ya en el caché : $CACHE_DIR" -#: tazpkg:2570 tazpkg:2628 +#: tazpkg:2499 tazpkg:2558 #, sh-format msgid "Continuing $PACKAGE download" msgstr "Continuando la descarga de $PACKAGE" -#: tazpkg:2650 -msgid "Clean cache:" -msgstr "Borra cache:" +#: tazpkg:2579 +#, fuzzy, sh-format +msgid "Clean cache: $CACHE_DIR" +msgstr "$PACKAGE se encuentra ya en el caché : $CACHE_DIR" -#: tazpkg:2652 +#: tazpkg:2580 msgid "Cleaning cache directory..." msgstr "Borrando directorio caché..." -#: tazpkg:2655 -#, sh-format -msgid "$files file(s) removed from cache." -msgstr "$files archivo(s) removidos de la caché." +#: tazpkg:2584 +#, fuzzy, sh-format +msgid "$files file removed from cache." +msgid_plural "$files files removed from cache." +msgstr[0] "$files archivo(s) removidos de la caché." +msgstr[1] "$files archivo(s) removidos de la caché." -#: tazpkg:2665 +#: tazpkg:2595 msgid "Current undigest(s)" msgstr "" -#: tazpkg:2669 +#: tazpkg:2598 msgid "No undigest mirror found." msgstr "" -#: tazpkg:2681 +#: tazpkg:2610 #, sh-format msgid "Remove $undigest undigest" msgstr "" -#: tazpkg:2685 -#, sh-format +#: tazpkg:2612 +#, fuzzy, sh-format msgid "Removing $undigest undigest..." -msgstr "" +msgstr "Remover espejo undigest." -#: tazpkg:2691 +#: tazpkg:2618 #, sh-format msgid "Undigest $undigest not found" msgstr "" -#: tazpkg:2706 +#: tazpkg:2633 #, sh-format msgid "Creating new undigest $undigest." msgstr "" -#: tazpkg:2724 -msgid "Unknow option" +#: tazpkg:2652 +#, fuzzy, sh-format +msgid "Unknown option $u_opt." msgstr "Opción desconocida" -#: tazpkg:2739 +#: tazpkg:2667 #, sh-format msgid "Nothing to do for $PACKAGE." msgstr "Nada que hacer para $PACKAGE." -#: tazpkg:2743 +#: tazpkg:2671 #, sh-format msgid "Package $PACKAGE is not installed." msgstr "Paquete $PACKAGE no está instalado." -#: tazpkg:2744 +#: tazpkg:2672 msgid "Install package with 'tazpkg install' or 'tazpkg get-install'" msgstr "Instala paquete con 'tazpkg install' o 'tazpkg get-install'" -#: tazpkg:2757 -msgid "Tazpkg SHell" +#: tazpkg:2684 +#, fuzzy +msgid "Tazpkg SHell." msgstr "Tazpkg SHell" -#: tazpkg:2759 +#: tazpkg:2685 msgid "Type 'usage' to list all available commands or 'quit' or 'q' to exit." msgstr "" "Escriba 'usage' para enlistar los comandos disponibles o 'quit' o 'q' para " "salir." -#: tazpkg:2769 +#: tazpkg:2695 msgid "You are already running a Tazpkg SHell." msgstr "Estás corriendo actualmente un Tazpkg SHell" -#: tazpkg:2813 +#: tazpkg:2739 msgid "Unsupported format" msgstr "Formato no soportado" -#: tazpkg:2829 +#: tazpkg:2747 +msgid "" +"\n" +"usage: tazpkg link package_name slitaz_root\n" +"example: 'tazpkg link openoffice /mnt' will use less than 100k in\n" +" your running system ram.\n" +msgstr "" + +#: tazpkg:2755 #, sh-format msgid "$PACKAGE is already installed." msgstr "$PACKAGE está actualmente instalado." -#: tazpkg:2838 -#, sh-format -msgid "Missing : $i" +#: tazpkg:2764 +#, fuzzy, sh-format +msgid "Missing: $i" msgstr "Faltante : $i" -#: tazpkg:2842 +#: tazpkg:2768 msgid "Link all missing dependencies" msgstr "Enlazando todas las dependencias faltantes" -#: tazpkg:2852 -#, fuzzy -msgid "Leaving dependencies unresolved for:" +#: tazpkg:2777 +#, fuzzy, sh-format +msgid "Leaving dependencies unresolved for: $PACKAGE" msgstr "Dejando sin resolver las dependencias para $PACKAGE" -#: tazpkg:2853 +#: tazpkg:2778 msgid "The package is installed but probably will not work." msgstr "El paquete está instalado, pero probablemente no trabaje." +#: tazpkg-box:17 +msgid "TazPKG Action" +msgstr "" + +#: tazpkg-box:31 +#, sh-format +msgid "Package name: $pkgname" +msgstr "" + +#: tazpkg-box:35 +msgid "Install" +msgstr "" + +#: tazpkg-box:35 +#, fuzzy +msgid "Extract" +msgstr "Extrayendo:" + +#: tazpkg-box:55 +#, sh-format +msgid "Downloading: $pkg" +msgstr "" + +#: tazpkg-box:68 +#, sh-format +msgid "Usage: $progname [actions|url] [pkg]" +msgstr "" + +#~ msgid "y" +#~ msgstr "y" + +#~ msgid "Y" +#~ msgstr "Y" + +#~ msgid "n" +#~ msgstr "n" + +#~ msgid "N" +#~ msgstr "N" + +#~ msgid "Please confirm uninstallation" +#~ msgstr "Por favor, confirme desinstalación" + +#~ msgid "Installed packages of category:" +#~ msgstr "Paquetes instalados de categoría." + +#~ msgid "tazpkg up [--option]" +#~ msgstr "tazpkg up [--option]" + +#~ msgid "Removing:" +#~ msgstr "Removiendo:" + +#~ msgid "Size" +#~ msgstr "Tamaño" + +#~ msgid "-e" +#~ msgstr "-e" + +#~ msgid "Missing dependencies for" +#~ msgstr "Dependencias faltantes para" + +#~ msgid "overridden by" +#~ msgstr "anulado por" + +#~ msgid "Clean cache:" +#~ msgstr "Borra cache:" + #~ msgid "Create a xHTML list of installed packages." #~ msgstr "Crear una lista xHTML de paquetes instalados" -#~ msgid "$packages packages installed of category $ASKED_CATEGORY_I18N." -#~ msgstr "Paquetes $packages instalados por categoría $ASKED_CATEGORY_l18N" - #~ msgid "Creating xHTML list of installed packages" #~ msgstr "Creando lista xHTML de paquetes instalados" @@ -1145,13 +1350,3 @@ #~ msgid "Update type" #~ msgstr "Tipo de actualización" - -#~ msgid "Check packages md5sum to list and install latest upgrades." -#~ msgstr "" -#~ "Comprobar paquetes md5sum para listar e instalar las últimas mejoras." - -#~ msgid "Can't repack, md5sum error." -#~ msgstr "No se puede re-empaquetar, error md5sum." - -#~ msgid "Creating md5sum of files..." -#~ msgstr "Creando md5sum de archivos..." diff -r 4df916f2af5b -r de952705379e po/tazpkg/fr.po --- a/po/tazpkg/fr.po Thu May 24 14:20:14 2012 +0200 +++ b/po/tazpkg/fr.po Sat Jun 23 00:51:57 2012 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Tazpkg\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 14:15+0200\n" +"POT-Creation-Date: 2012-06-23 00:48+0000\n" "PO-Revision-Date: 2011-06-02 03:08+0100\n" "Last-Translator: Christophe Lincoln \n" "Language-Team: French\n" @@ -19,225 +19,294 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Poedit-Language: French\n" -#: tazpkg:69 -msgid "SliTaz package manager - Version" -msgstr "Gestionnaire de paquets SliTaz - Version" +#: tazpkg:37 +msgid "base-system" +msgstr "base-système" -#: tazpkg:71 -msgid "Usage" -msgstr "Utilisation" +#: tazpkg:37 +msgid "x-window" +msgstr "fenêtre-x" -#: tazpkg:71 +#: tazpkg:37 +msgid "utilities" +msgstr "utilitaires" + +#: tazpkg:38 +msgid "network" +msgstr "réseau" + +#: tazpkg:38 +msgid "graphics" +msgstr "graphisme" + +#: tazpkg:38 +msgid "multimedia" +msgstr "multimédia" + +#: tazpkg:39 +msgid "office" +msgstr "bureautique" + +#: tazpkg:39 +msgid "development" +msgstr "développement" + +#: tazpkg:39 +msgid "system-tools" +msgstr "outils-système" + +#: tazpkg:40 +msgid "security" +msgstr "sécurité" + +#: tazpkg:40 +msgid "games" +msgstr "jeux" + +#: tazpkg:40 +msgid "misc" +msgstr "divers" + +#: tazpkg:40 +msgid "meta" +msgstr "méta" + +#: tazpkg:41 +msgid "non-free" +msgstr "non-libre" + +#: tazpkg:110 +#, sh-format +msgid "SliTaz package manager - Version: $VERSION" +msgstr "Gestionnaire de paquets SliTaz - Version: $VERSION" + +#: tazpkg:112 +msgid "Usage:" +msgstr "Utilisation:" + +#: tazpkg:113 msgid "tazpkg [command] [package|dir|pattern|list|cat|--opt] [dir|--opt]" msgstr "tazpkg [commande] [paquet|rép|motif|liste|cat|--opt] [rép|--opt]" -#: tazpkg:73 -msgid "Commands" -msgstr "Commandes" +#: tazpkg:114 +msgid "SHell:" +msgstr "" -#: tazpkg:74 +#: tazpkg:116 +msgid "Commands:" +msgstr "Commandes:" + +#: tazpkg:117 msgid "Print this short usage." msgstr "Affiche cette notice d'utilisation." -#: tazpkg:75 +#: tazpkg:118 msgid "Show known bugs in packages." msgstr "Affiche les bugs connus des paquets." -#: tazpkg:76 +#: tazpkg:119 msgid "List installed packages on the system by category or all." msgstr "Liste les paquets installés par catégorie, ou tous" -#: tazpkg:77 +#: tazpkg:120 msgid "List all available packages on the mirror (--diff for new)." msgstr "Liste les paquets disponibles (--diff pour les nouveaux)." -#: tazpkg:78 +#: tazpkg:121 msgid "Print information about a package." msgstr "Affiche les informations à propos d'un paquet." -#: tazpkg:79 +#: tazpkg:122 msgid "Print description of a package (if it exists)." msgstr "Affiche la description d'un paquet (si disponible)." -#: tazpkg:80 +#: tazpkg:123 msgid "List the files installed with a package." msgstr "liste les fichiers installés par un paquet." -#: tazpkg:81 +#: tazpkg:124 msgid "List the configuration files." msgstr "Liste les fichiers de configuration." -#: tazpkg:82 +#: tazpkg:125 msgid "Search for a package by pattern or name (options: -i|-l|-m)." msgstr "Cherche un paquet avec un motif/nom (options: -i|-l|-m)." -#: tazpkg:83 +#: tazpkg:126 msgid "Search on mirror for package having a particular file." msgstr "Cherche un paquet contenant un fichier particulier." -#: tazpkg:84 +#: tazpkg:127 msgid "Search for file(s) in all installed packages files." msgstr "Cherche le(s) fichier(s) parmis les paquets installés." -#: tazpkg:85 +#: tazpkg:128 msgid "Install a local (*.tazpkg) package (--forced to force)." msgstr "Installe un paquet local (*.tazpkg; --forced pour forcer)." -#: tazpkg:86 +#: tazpkg:129 msgid "Install all packages from a list of packages." msgstr "Installe tous les paquets d'une liste." -#: tazpkg:87 +#: tazpkg:130 msgid "Remove the specified package and all installed files." msgstr "Retire le paquet spécifié et tous ses fichiers." -#: tazpkg:88 +#: tazpkg:131 msgid "Extract a (*.tazpkg) package into a directory." msgstr "Extrait un paquet (*.tazpkg) dans un répertoire." -#: tazpkg:89 +#: tazpkg:132 msgid "Pack an unpacked or prepared package tree." msgstr "Empaquète le dossier d'un paquet décompressé." -#: tazpkg:90 +#: tazpkg:133 msgid "Recharge your packages.list from the mirror." msgstr "Recharge votre packages.list depuis un miroir." -#: tazpkg:92 +#: tazpkg:134 +#, sh-format +msgid "Check packages $CHECKSUM to list and install latest upgrades." +msgstr "" +"Vérifiez le $CHECKSUM du paquet à la liste et installer la dernière mise à " +"jour." + +#: tazpkg:135 msgid "Create a package archive from an installed package." msgstr "Re-créé un paquet avec un paquet installé." -#: tazpkg:93 +#: tazpkg:136 msgid "Create a package archive with configuration files." msgstr "Créé un paquet avec les fichiers de configuration système." -#: tazpkg:94 +#: tazpkg:137 msgid "Rebuild a package with a better compression ratio." msgstr "Reconstruit un paquet avec le meilleur ratio de compression." -#: tazpkg:95 +#: tazpkg:138 msgid "Block an installed package version or unblock it for upgrade." msgstr "Bloque/débloque un paquet installé pour la mise à jour." -#: tazpkg:96 +#: tazpkg:139 msgid "Download a package into the current directory." msgstr "Télécharge un paquet dans le répertoire courrant." -#: tazpkg:97 +#: tazpkg:140 msgid "Download and install a package from the mirror." msgstr "Télécharge et installe un paquet depuis le miroir." -#: tazpkg:98 +#: tazpkg:141 msgid "Download and install a list of packages from the mirror." msgstr "Télécharge et installe une liste de paquets." -#: tazpkg:99 +#: tazpkg:142 msgid "Verify consistency of installed packages." msgstr "Vérifie la consistance des paquets installés." -#: tazpkg:100 +#: tazpkg:143 msgid "Install the flavor list of packages." msgstr "Installe les paquets d'une saveur." -#: tazpkg:101 +#: tazpkg:144 msgid "Install the flavor list of packages and remove other ones." msgstr "Installe les paquets d'une saveur et retire les autres." -#: tazpkg:102 +#: tazpkg:145 msgid "Change release and update packages." msgstr "Change de version et met à jour les paquets." -#: tazpkg:103 +#: tazpkg:146 msgid "Clean all packages downloaded in cache directory." msgstr "Efface tous les paquets téléchargés dans le répertoire cache." -#: tazpkg:104 +#: tazpkg:147 msgid "Display dependencies tree." msgstr "Affiche l'arbre des dépendances." -#: tazpkg:105 +#: tazpkg:148 msgid "Display reverse dependencies tree." msgstr "Affiche l'arbre des dépendances inverses." -#: tazpkg:106 +#: tazpkg:149 msgid "Convert a deb/rpm/tgz/arch package to a slitaz (.tazpkg)." msgstr "Convertit un paquet deb/rpm/tgz/arch en paquet SliTaz." -#: tazpkg:107 +#: tazpkg:150 msgid "Link a package from another slitaz installation." msgstr "Lie un paquet depuis une autre installation SliTaz." -#: tazpkg:108 +#: tazpkg:151 msgid "Change the mirror url configuration." msgstr "Change l'URL du miroir." -#: tazpkg:109 +#: tazpkg:152 msgid "List undigest mirrors." msgstr "Liste les miroirs indigestes." -#: tazpkg:110 +#: tazpkg:153 msgid "Remove an undigest mirror." msgstr "Retire un miroir indigeste." -#: tazpkg:111 +#: tazpkg:154 msgid "Add an undigest mirror." msgstr "Ajoute un miroir indigeste." -#: tazpkg:112 +#: tazpkg:155 msgid "Update an undigest mirror." msgstr "Met à jour un miroir indigeste." -#: tazpkg:113 +#: tazpkg:156 msgid "Replay post install script from package." msgstr "Ré-execute le script post-installation d'un paquet." -#: tazpkg:119 -msgid "Tazpkg usage for command up" -msgstr "Usage Tazpkg pour commande up" +#: tazpkg:163 +msgid "Tazpkg usage for command up: tazpkg up [--option]" +msgstr "Usage Tazpkg pour commande up: tazpkg up [--option]" -#: tazpkg:119 -msgid "tazpkg up [--option]" -msgstr "tazpkg up [--option]" - -#: tazpkg:120 +#: tazpkg:164 msgid "Without options run in interactive mode and ask before install" msgstr "Sans options d'execution en mode interactif et poser avant d'installer" -#: tazpkg:122 -msgid "Where options are" -msgstr "Lorsque les options sont" +#: tazpkg:166 +msgid "Where options are:" +msgstr "Lorsque les options sont:" -#: tazpkg:123 +#: tazpkg:167 msgid "Check only for available upgrades" msgstr "Mises à jour disponibles" -#: tazpkg:124 +#: tazpkg:168 msgid "Force recharge of packages list and check" msgstr "Recharge votre liste packages depuis un miroir." -#: tazpkg:125 +#: tazpkg:169 msgid "Check for upgrades and install them all" msgstr "Vérifier la mise à jour et installer tous" -#: tazpkg:127 -msgid "Example" -msgstr "Exemple" +#: tazpkg:171 +msgid "Example:" +msgstr "Exemple:" -#: tazpkg:165 +#: tazpkg:182 +#, sh-format +msgid "Creating $FOLDER..." +msgstr "Création $FOLDER..." + +#: tazpkg:210 msgid "Please specify a package name on the command line." msgstr "Veuillez spécifier un nom de paquet sur la ligne de commandes." -#: tazpkg:176 +#: tazpkg:221 #, sh-format msgid "Unable to find: $PACKAGE_FILE" msgstr "Ne peut trouver: $PACKAGE_FILE" -#: tazpkg:187 +#: tazpkg:233 #, sh-format msgid "Unable to find the receipt: $FS$INSTALLED/$PACKAGE/receipt" msgstr "Ne peut trouver la recette: $FS$INSTALLED/$PACKAGE/receipt" -#: tazpkg:240 +#: tazpkg:287 #, sh-format msgid "" "$PACKAGE package is already installed. You can\n" @@ -246,12 +315,12 @@ "Le paquet $PACKAGE est déjà installé. Vous pouvez utiliser l'option \n" "--forced pour forcer son installation ou le supprimer puis le réinstaller." -#: tazpkg:254 +#: tazpkg:302 #, sh-format msgid "Unable to find the list: $LOCALSTATE/packages.list" msgstr "Ne peut trouver la liste: $LOCALSTATE/packages.list" -#: tazpkg:256 +#: tazpkg:304 msgid "" "You must probably run 'tazpkg recharge' as root to get the latest list of\n" "packages available on the mirror." @@ -260,118 +329,124 @@ "d'obtenir\n" "la dernière liste des paquets disponibles sur le miroir." -#: tazpkg:373 +#: tazpkg:422 #, sh-format msgid "Unable to find: $PACKAGE in the mirrored packages list." msgstr "Ne peut trouver: $PACKAGE dans la liste des paquets du miroir." -#: tazpkg:428 +#: tazpkg:478 #, sh-format -msgid "Extracting $PACKAGE... " -msgstr "Extraction de $PACKAGE... " +msgid "Extracting $PACKAGE..." +msgstr "Extraction de $PACKAGE..." -#: tazpkg:432 tazpkg:436 -msgid "Extracting the pseudo fs... " +#: tazpkg:482 tazpkg:486 +msgid "Extracting the pseudo fs..." msgstr "Extraction du pseudo fs..." -#: tazpkg:500 -msgid "Installation of :" -msgstr "Installation de:" +#: tazpkg:549 +#, sh-format +msgid "Installation of: $PACKAGE" +msgstr "Installation de: $PACKAGE" -#: tazpkg:502 +#: tazpkg:550 #, sh-format -msgid "Copying $PACKAGE... " -msgstr "Copie de $PACKAGE... " +msgid "Copying $PACKAGE..." +msgstr "Copie de $PACKAGE..." -#: tazpkg:514 -msgid "Checking post install dependencies... " +#: tazpkg:562 +msgid "Checking post install dependencies..." msgstr "Vérification des dépendances avant installation..." -#: tazpkg:517 +#: tazpkg:565 #, sh-format msgid "Please run 'tazpkg install $PACKAGE_FILE' in / and retry." msgstr "Veuillez lancer 'tazpkg install $PACKAGE_FILE' dans / et réessayer." -#: tazpkg:591 +#: tazpkg:639 #, sh-format -msgid "Saving configuration files for $PACKAGE... " -msgstr "Sauvegarde des fichiers de configuration pour $PACKAGE" +msgid "Saving configuration files for $PACKAGE..." +msgstr "Sauvegarde des fichiers de configuration pour $PACKAGE..." -#: tazpkg:605 +#: tazpkg:653 #, sh-format -msgid "Installing $PACKAGE... " -msgstr "Installation de $PACKAGE... " +msgid "Installing $PACKAGE..." +msgstr "Installation de $PACKAGE..." -#: tazpkg:609 +#: tazpkg:657 #, sh-format -msgid "Removing old $PACKAGE... " -msgstr "Suppression de l'ancien $PACKAGE" +msgid "Removing old $PACKAGE..." +msgstr "Suppression de l'ancien $PACKAGE..." -#: tazpkg:617 -msgid "Removing all tmp files... " +#: tazpkg:665 +msgid "Removing all tmp files..." msgstr "Suppression des fichiers temporaires..." -#: tazpkg:646 +#: tazpkg:693 #, sh-format msgid "$PACKAGE ($VERSION$EXTRAVERSION) is installed." msgstr "$PACKAGE ($VERSION$EXTRAVERSION) est installé." -#: tazpkg:697 +#: tazpkg:743 #, sh-format msgid "WARNING Dependency loop between $PACKAGE and $i." msgstr "ATTENTION Boucle de dépendance entre $PACKAGE et $i." -#: tazpkg:701 -msgid "Tracking dependencies for :" -msgstr "Rechercher des dépendances pour:" +#: tazpkg:747 +#, sh-format +msgid "Tracking dependencies for: $PACKAGE" +msgstr "Rechercher des dépendances pour: $PACKAGE" -#: tazpkg:708 +#: tazpkg:754 #, sh-format msgid "Missing: $MISSING_PACKAGE" msgstr "Manque: $MISSING_PACKAGE" -#: tazpkg:712 -#, sh-format -msgid "$deps missing package(s) to install." -msgstr "$deps paquets(s) manquant(s) à installer." +#: tazpkg:759 +#, fuzzy, sh-format +msgid "$deps missing package to install." +msgid_plural "$deps missing packages to install." +msgstr[0] "$deps paquet manquant à installer." +msgstr[1] "$deps paquets manquants à installer." -#: tazpkg:728 +#: tazpkg:776 msgid "Install all missing dependencies" msgstr "Installer toutes les dépendances manquantes" -#: tazpkg:745 +#: tazpkg:792 #, sh-format -msgid "Checking if $pkg exists in local list... " -msgstr "Vérification de l'existance de $pkg dans la liste locale... " +msgid "Checking if $pkg exists in local list..." +msgstr "Vérification de l'existance de $pkg dans la liste locale..." -#: tazpkg:772 +#: tazpkg:819 #, sh-format msgid "" -"Leaving dependencies for $PACKAGE unresolved. The package is installed but\n" -"will probably not work." +"Leaving dependencies for $PACKAGE unresolved.\n" +"The package is installed but will probably not work." msgstr "" -"Dépendances pour $PACKAGE irésolues. Le paquet est installé mais\n" -"ne va probablement pas fonctionner." +"Dépendances pour $PACKAGE irésolues.\n" +"Le paquet est installé mais ne va probablement pas fonctionner." -#: tazpkg:781 +#: tazpkg:828 msgid "Installed packages" msgstr "Paquets installés" -#: tazpkg:796 +#: tazpkg:841 #, sh-format -msgid "0 installed packages found for : $PATTERN" +msgid "0 installed packages found for: $PATTERN" msgstr "0 paquets installés pour: $PATTERN" -#: tazpkg:800 -#, sh-format -msgid "$packages installed package(s) found for : $PATTERN" -msgstr "$packages paquet(s) installé(s) pour : $PATTERN" +#: tazpkg:845 +#, fuzzy, sh-format +msgid "$packages installed package found for: $PATTERN" +msgid_plural "$packages installed packages found for: $PATTERN" +msgstr[0] "$packages paquet installé pour : $PATTERN" +msgstr[1] "$packages paquets installés pour : $PATTERN" -#: tazpkg:808 +#: tazpkg:853 msgid "Available packages name-version" msgstr "Paquets disponibles nom-version" -#: tazpkg:818 +#: tazpkg:863 msgid "" "No 'packages.list' found to check for mirrored packages. For more results,\n" "please run 'tazpkg recharge' once as root before searching." @@ -380,21 +455,23 @@ "plus de résulats,\n" "veuillez lancer 'tazpkg recharge' en tant que root avant de rechercher." -#: tazpkg:823 tazpkg:851 +#: tazpkg:868 tazpkg:896 #, sh-format -msgid "0 available packages found for : $PATTERN" +msgid "0 available packages found for: $PATTERN" msgstr "0 paquet trouvé pour: $PATTERN" -#: tazpkg:827 tazpkg:855 -#, sh-format -msgid "$packages available package(s) found for : $PATTERN" -msgstr "$packages paquets(s) trouvé pour: $PATTERN" +#: tazpkg:872 tazpkg:900 +#, fuzzy, sh-format +msgid "$packages available package found for: $PATTERN" +msgid_plural "$packages available packages found for: $PATTERN" +msgstr[0] "$packages paquet trouvé pour: $PATTERN" +msgstr[1] "$packages paquets trouvé pour: $PATTERN" -#: tazpkg:836 +#: tazpkg:881 msgid "Matching packages name with version and desc" msgstr "Nom de paquets correspondants avec version et desc" -#: tazpkg:846 +#: tazpkg:891 msgid "" "No 'packages.txt' found to check for mirrored packages. For more results,\n" "please run 'tazpkg recharge' once as root before searching." @@ -403,16 +480,16 @@ "résultats,\n" "veuillez lancer 'tazpkg recharge' en tant que root avant de rechercher." -#: tazpkg:902 +#: tazpkg:947 #, sh-format msgid "Can't find flavor $FLAVOR. Abort." msgstr "Ne peut trouver la saveur $FLAVOR. Abandon." -#: tazpkg:916 +#: tazpkg:960 msgid "Current mirror(s)" msgstr "Miroir(s) actuel(s)" -#: tazpkg:920 +#: tazpkg:963 msgid "" "Please enter URL of the new mirror (http, ftp or local path). You must " "specify\n" @@ -422,472 +499,482 @@ "devez spécifier\n" "l'adresse complète vers le répertoire des paquets et liste de paquets." -#: tazpkg:923 -msgid "New mirror(s) URL : " -msgstr "URL du nouveau miroir:" +#: tazpkg:966 +msgid "New mirror(s) URL: " +msgstr "URL du nouveau miroir: " -#: tazpkg:931 +#: tazpkg:974 msgid "Nothing has been changed." msgstr "Rien n'a été changé" -#: tazpkg:1055 +#: tazpkg:976 +#, sh-format +msgid "Setting mirror(s) to: $NEW_MIRROR_URL" +msgstr "" + +#: tazpkg:1098 msgid "No dependency for" msgstr "Pas de dépendance pour" -#: tazpkg:1057 +#: tazpkg:1100 #, sh-format msgid "WARNING: unknown dependency for $lib" msgstr "ATTENTION: dépendance inconnue pour $lib" -#: tazpkg:1161 +#: tazpkg:1167 tazpkg:1306 #, sh-format -msgid "$PACKAGE_FILE does not look like an Archlinux/Alpine package !" +msgid "Invalid target: $target (expected i386)" +msgstr "" + +#: tazpkg:1204 +#, sh-format +msgid "$PACKAGE_FILE does not look like an Archlinux/Alpine package!" msgstr "$PACKAGE_FILE ne semble pas être un paquet Archlinux ou Alpine !" -#: tazpkg:1212 +#: tazpkg:1255 #, sh-format -msgid "$PACKAGE_FILE does not look like a Slackware package !" +msgid "$PACKAGE_FILE does not look like a Slackware package!" msgstr "$PACKAGE_FILE ne semble pas être un paquet Slackware !" -#: tazpkg:1356 tazpkg:1380 -msgid "base-system" -msgstr "base-système" - -#: tazpkg:1357 tazpkg:1381 -msgid "x-window" -msgstr "fenêtre-x" - -#: tazpkg:1358 tazpkg:1382 -msgid "utilities" -msgstr "utilitaires" - -#: tazpkg:1359 tazpkg:1383 -msgid "network" -msgstr "réseau" - -#: tazpkg:1360 tazpkg:1384 -msgid "graphics" -msgstr "graphisme" - -#: tazpkg:1361 tazpkg:1385 -msgid "multimedia" -msgstr "multimédia" - -#: tazpkg:1362 tazpkg:1386 -msgid "office" -msgstr "bureautique" - -#: tazpkg:1363 tazpkg:1387 -msgid "development" -msgstr "développement" - -#: tazpkg:1364 tazpkg:1388 -msgid "system-tools" -msgstr "outils-système" - -#: tazpkg:1365 tazpkg:1389 -msgid "security" -msgstr "sécurité" - -#: tazpkg:1366 tazpkg:1390 -msgid "games" -msgstr "jeux" - -#: tazpkg:1367 tazpkg:1391 -msgid "misc" -msgstr "divers" - -#: tazpkg:1368 tazpkg:1392 -msgid "meta" -msgstr "méta" - -#: tazpkg:1369 tazpkg:1393 -msgid "non-free" -msgstr "non-libre" - -#: tazpkg:1406 -msgid "y" -msgstr "o" - -#: tazpkg:1407 -msgid "Y" -msgstr "O" - -#: tazpkg:1408 -msgid "n" -msgstr "n" - -#: tazpkg:1409 -msgid "N" -msgstr "N" - -#: tazpkg:1424 +#: tazpkg:1405 msgid "Blocked packages" msgstr "Paquets bloqués" -#: tazpkg:1429 +#: tazpkg:1409 msgid "No blocked packages found." msgstr "Aucun paquet bloqué n'a été trouvé." -#: tazpkg:1436 +#: tazpkg:1415 msgid "Packages categories" msgstr "Catégories des paquets" -#: tazpkg:1444 -#, sh-format -msgid "$categories categories" -msgstr "$categories catégories" +#: tazpkg:1422 +#, fuzzy, sh-format +msgid "$categories category" +msgid_plural "$categories categories" +msgstr[0] "$categories catégories" +msgstr[1] "$categories catégories" -#: tazpkg:1453 -msgid "Installed packages of category:" -msgstr "Paquets installés de la catégorie:" +#: tazpkg:1430 +#, fuzzy, sh-format +msgid "Installed packages of category: $ASKED_CATEGORY_I18N" +msgstr "Paquets installés de la catégorie $ASKED_CATEGORY_I18N." -#: tazpkg:1468 -#, fuzzy -msgid "packages installed of category:" -msgstr "Paquets installés de la catégorie:" +#: tazpkg:1442 +#, fuzzy, sh-format +msgid "" +"$packages package installed of category " +"$ASKED_CATEGORY_I18N." +msgid_plural "" +"$packages packages installed of category " +"$ASKED_CATEGORY_I18N." +msgstr[0] "" +"$packages paquets installés de la catégorie " +"$ASKED_CATEGORY_I18N." +msgstr[1] "" +"$packages paquets installés de la catégorie " +"$ASKED_CATEGORY_I18N." -#: tazpkg:1472 +#: tazpkg:1447 msgid "List of all installed packages" msgstr "Liste des paquets installés" -#: tazpkg:1486 -#, fuzzy -msgid "packages installed" -msgstr "$packages paquets installés." +#: tazpkg:1457 +#, fuzzy, sh-format +msgid "$packages package installed." +msgid_plural "$packages packages installed." +msgstr[0] "$packages paquets installés." +msgstr[1] "$packages paquets installés." -#: tazpkg:1496 tazpkg:2245 +#: tazpkg:1467 tazpkg:2176 msgid "Mirrored packages diff" msgstr "Diff des paquets du miroir" -#: tazpkg:1501 -#, sh-format -msgid "$pkgs new packages listed on the mirror." -msgstr "$pkgs nouveaux paquets listés sur le miroir." +#: tazpkg:1471 +#, fuzzy, sh-format +msgid "$pkgs new package listed on the mirror." +msgid_plural "$pkgs new packages listed on the mirror." +msgstr[0] "$pkgs nouveaux paquets listés sur le miroir." +msgstr[1] "$pkgs nouveaux paquets listés sur le miroir." -#: tazpkg:1505 +#: tazpkg:1475 msgid "Unable to list anything, no packages.diff found." msgstr "Impossible lister quoi que ce soit, pas de packages.diff trouvé." -#: tazpkg:1506 +#: tazpkg:1476 msgid "Recharge your current list to create a first diff." msgstr "Rechargez votre liste actuelle pour créer un premier diff." -#: tazpkg:1511 tazpkg:1516 +#: tazpkg:1480 msgid "List of available packages on the mirror" msgstr "Liste des paquets disponibles sur le miroir." -#: tazpkg:1523 -#, fuzzy -msgid "packages in the last recharged list" -msgstr "$pkgs paquets dans la dernière liste rechargée." +#: tazpkg:1485 +#, fuzzy, sh-format +msgid "$pkgs package in the last recharged list." +msgid_plural "$pkgs packages in the last recharged list." +msgstr[0] "$pkgs paquets dans la dernière liste rechargée." +msgstr[1] "$pkgs paquets dans la dernière liste rechargée." -#: tazpkg:1530 -#, fuzzy -msgid "Installed files by:" -msgstr "Fichiers installés avec:" +#: tazpkg:1492 +#, sh-format +msgid "Installed files by: $PACKAGE" +msgstr "Fichiers installés avec: $PACKAGE" -#: tazpkg:1537 +#: tazpkg:1496 #, fuzzy, sh-format -msgid "files installed with $PACKAGE" -msgstr "$files fichiers installés avec $PACKAGE" +msgid "$files file installed with $PACKAGE" +msgid_plural "$files files installed with $PACKAGE" +msgstr[0] "$files fichiers installés avec $PACKAGE" +msgstr[1] "$files fichiers installés avec $PACKAGE" -#: tazpkg:1546 +#: tazpkg:1505 msgid "Tazpkg information" msgstr "Tazpkg information" -#: tazpkg:1548 +#: tazpkg:1507 msgid "Package :" msgstr "Paquet :" -#: tazpkg:1549 +#: tazpkg:1508 msgid "Version :" msgstr "Version :" -#: tazpkg:1550 +#: tazpkg:1509 msgid "Category :" msgstr "Catégorie :" -#: tazpkg:1551 +#: tazpkg:1510 msgid "Short desc :" msgstr "Description :" -#: tazpkg:1552 +#: tazpkg:1511 msgid "Maintainer :" msgstr "Mainteneur :" -#: tazpkg:1554 +#: tazpkg:1512 msgid "Depends :" msgstr "Dépendances :" -#: tazpkg:1557 +#: tazpkg:1513 msgid "Suggested :" msgstr "Suggérés :" -#: tazpkg:1560 +#: tazpkg:1514 msgid "Build deps :" msgstr "Dép. de compilation :" -#: tazpkg:1563 +#: tazpkg:1515 msgid "Wanted src :" msgstr "Paquet source :" -#: tazpkg:1566 +#: tazpkg:1516 msgid "Web site :" msgstr "Site web :" -#: tazpkg:1574 -msgid "Description of:" -msgstr "Description de:" +#: tazpkg:1522 +#, sh-format +msgid "Description of: $PACKAGE" +msgstr "Description de: $PACKAGE" -#: tazpkg:1581 +#: tazpkg:1527 msgid "Sorry, no description available for this package." msgstr "Désolé, pas description disponible pour ce paquet." -#: tazpkg:1589 +#: tazpkg:1535 msgid "Please specify a pattern or package name to search for." msgstr "Veuillez spécifier un modèle ou un nom de paquet à rechercher." -#: tazpkg:1590 +#: tazpkg:1536 msgid "Example : 'tazpkg search paint'" msgstr "Exemple: 'tazpkg search paint'" -#: tazpkg:1595 -msgid "Search result for:" -msgstr "Résulat de recherche pour:" +#: tazpkg:1540 +#, sh-format +msgid "Search result for: $PATTERN" +msgstr "Résulat de recherche pour: $PATTERN" -#: tazpkg:1613 tazpkg:1673 +#: tazpkg:1557 tazpkg:1615 msgid "Please specify a pattern or file name to search for." msgstr "Veuillez spécifier un modèle ou un fichier à rechercher." -#: tazpkg:1614 +#: tazpkg:1558 msgid "Example : 'tazpkg search-file libnss'" msgstr "Exemple : 'tazpkg search-file libnss'" -#: tazpkg:1619 tazpkg:1679 -msgid "Search result for file" -msgstr "Résultat de recherche pour un fichier" +#: tazpkg:1563 +#, sh-format +msgid "Search result for file $s_file" +msgstr "Résultat de recherche pour un fichier $s_file" -#: tazpkg:1651 tazpkg:2307 -msgid "Package" -msgstr "Paquet" +#: tazpkg:1594 +#, fuzzy, sh-format +msgid "Package $PACKAGE:" +msgstr "Paquet $PACKAGE:" -#: tazpkg:1661 +#: tazpkg:1604 #, sh-format msgid "0 file found for: $pkg" msgstr "0 fichiers trouvés pour: $pkg" -#: tazpkg:1666 -#, sh-format -msgid "$match file(s) found for: $pkg" -msgstr "$match fichiers(s) trouvé pour: $pkg" +#: tazpkg:1607 +#, fuzzy, sh-format +msgid "$match file found for: $pkg" +msgid_plural "$match files found for: $pkg" +msgstr[0] "$match fichiers(s) trouvé pour: $pkg" +msgstr[1] "$match fichiers(s) trouvé pour: $pkg" -#: tazpkg:1674 +#: tazpkg:1616 msgid "Example : 'tazpkg search-pkgname libnss'" msgstr "Exemple : 'tazpkg search-pkgname libnss'" -#: tazpkg:1692 +#: tazpkg:1621 +#, fuzzy, sh-format +msgid "Search result for package $s_pkg" +msgstr "Résultat de recherche pour un fichier" + +#: tazpkg:1633 #, sh-format -msgid "0 file found for : $file" +msgid "0 file found for: $file" msgstr "0 fichiers trouvés pour : $file" -#: tazpkg:1738 +#: tazpkg:1637 +#, sh-format +msgid "$match package found with file: $file" +msgid_plural "$match packages found with file: $file" +msgstr[0] "" +msgstr[1] "" + +#: tazpkg:1678 +#, fuzzy msgid "" "Please change directory (cd) to the packages repository and specify the\n" -"list of packages to install. Example : tazpkg install-list packages.list" +"list of packages to install. Example: tazpkg install-list packages.list" msgstr "" "Veuillez changer de répertoire (cd) vers le dépôt de paquets et spécifier " "la\n" "liste des paquets à installer. Exemple : tazpkg install-list packages.list" -#: tazpkg:1768 +#: tazpkg:1685 +#, fuzzy, sh-format +msgid "Unable to find: $list_file" +msgstr "Ne peut trouver: $list_file" + +#: tazpkg:1708 #, sh-format -msgid "Adding implicit depends $pkg ..." +msgid "Adding implicit depends $pkg..." msgstr "Ajoute la dépendance implicite $pkg ..." -#: tazpkg:1790 +#: tazpkg:1730 msgid "Please specify the release you want on the command line." msgstr "Veuillez spécifier la version que vous désirez utiliser." -#: tazpkg:1791 +#: tazpkg:1731 msgid "Example: tazpkg set-release cooking" msgstr "Exemple: tazpkg set-release cooking" -#: tazpkg:1816 +#: tazpkg:1756 #, sh-format msgid "$PACKAGE is not installed." msgstr "$PACKAGE n'est pas installé." -#: tazpkg:1834 +#: tazpkg:1774 #, sh-format msgid "The following packages depend on $PACKAGE:" msgstr "Les paquets suivant dépendent de $PACKAGE:" -#: tazpkg:1841 +#: tazpkg:1781 #, sh-format msgid "The following packages have been modified by $PACKAGE:" msgstr "Les paquets suivant on été modifié par $PACKAGE:" -#: tazpkg:1849 +#: tazpkg:1789 #, sh-format -msgid "Remove $PACKAGE ($VERSION$EXTRAVERSION) ?" -msgstr "Supprimer $PACKAGE ($VERSION$EXTRAVERSION) ?" +msgid "Remove $PACKAGE ($VERSION$EXTRAVERSION)" +msgstr "Supprimer $PACKAGE ($VERSION$EXTRAVERSION)" -#: tazpkg:1850 -msgid "Please confirm uninstallation" -msgstr "Veuillez confirmer la désinstallation" +#: tazpkg:1793 +#, fuzzy, sh-format +msgid "Removing: $PACKAGE" +msgstr "Suppression de l'ancien $PACKAGE" -#: tazpkg:1855 -msgid "Removing:" -msgstr "Suppression de:" - -#: tazpkg:1861 +#: tazpkg:1798 msgid "Removing all files installed..." msgstr "Suppression de tous les fichiers installés..." -#: tazpkg:1882 +#: tazpkg:1819 msgid "Removing package receipt..." msgstr "Suppression de la recette du paquet..." -#: tazpkg:1893 +#: tazpkg:1830 #, sh-format msgid "Remove packages depending on $PACKAGE" msgstr "Suppression des paquets dépendant de $PACKAGE" -#: tazpkg:1909 +#: tazpkg:1845 #, sh-format msgid "Reinstall packages modified by $PACKAGE" msgstr "Réinstaller les paquets modifiés par $PACKAGE" -#: tazpkg:1916 +#: tazpkg:1851 #, sh-format msgid "Check $INSTALLED/$i for reinstallation" msgstr "Voir $INSTALLED/$i pour réinstallation" -#: tazpkg:1926 +#: tazpkg:1861 #, sh-format msgid "Uninstallation of $PACKAGE cancelled." msgstr "Désinstallation de $PACKAGE annulée." -#: tazpkg:1934 -msgid "Extracting:" -msgstr "Extraction de:" +#: tazpkg:1868 +#, fuzzy, sh-format +msgid "Extracting: $PACKAGE" +msgstr "Extraction: $PACKAGE" -#: tazpkg:1944 tazpkg:1960 +#: tazpkg:1877 tazpkg:1890 msgid "Copying original package..." msgstr "Copie du paquet original..." -#: tazpkg:1950 +#: tazpkg:1882 #, sh-format msgid "$PACKAGE is extracted to: $DESTDIR" msgstr "$PACKAGE est extrait vers: $DESTDIR" -#: tazpkg:1957 -msgid "Recompressing:" -msgstr "Recompression:" +#: tazpkg:1888 +#, sh-format +msgid "Recompressing: $PACKAGE" +msgstr "Recompression: $PACKAGE" -#: tazpkg:1965 -msgid "Recompressing the fs... " +#: tazpkg:1895 +msgid "Recompressing the fs..." msgstr "Recompression du système de fichiers..." -#: tazpkg:1969 -msgid "Creating new package... " +#: tazpkg:1899 +msgid "Creating new package..." msgstr "Création d'un nouveau paquet..." -#: tazpkg:1987 +#: tazpkg:1918 msgid "File lost" msgstr "Fichier perdu" -#: tazpkg:2001 +#: tazpkg:1931 msgid "Configuration files" msgstr "Fichiers de configurations" -#: tazpkg:2037 -msgid "User configuration backup on " -msgstr "Configuration utilisateur sauvegardée le" +#: tazpkg:1967 +#, sh-format +msgid "User configuration backup on $pkg_date" +msgstr "Configuration utilisateur sauvegardée le $pkg_date" -#: tazpkg:2056 +#: tazpkg:1982 +#, fuzzy, sh-format +msgid "Repacking: $PACKAGE-$VERSION$EXTRAVERSION.tazpkg" +msgstr "Supprimer $PACKAGE ($VERSION$EXTRAVERSION) ?" + +#: tazpkg:1984 #, sh-format msgid "Can't repack $PACKAGE" msgstr "Impossible d'empaqueter $PACKAGE" -#: tazpkg:2060 +#: tazpkg:1988 #, sh-format msgid "Can't repack, $PACKAGE files have been modified by:" msgstr "Ne peut réempaqueter, les fichiers de $PACKAGE on été modifiés par:" -#: tazpkg:2072 +#: tazpkg:2000 msgid "Can't repack, the following files are lost:" msgstr "Ne réempaqueter, les fichiers suivants sont perdu:" -#: tazpkg:2110 +#: tazpkg:2027 +#, sh-format +msgid "Can't repack, $CHECKSUM error." +msgstr "Impossible d'empaqueter, erreur $CHECKSUM." + +#: tazpkg:2038 #, sh-format msgid "Package $PACKAGE repacked successfully." msgstr "Paquet $PACKAGE réempaqueter avec succès." -#: tazpkg:2111 tazpkg:2166 -msgid "Size" -msgstr "Taille" +#: tazpkg:2040 tazpkg:2094 +#, sh-format +msgid "Size: $pkg_size" +msgstr "" -#: tazpkg:2119 +#: tazpkg:2048 msgid "Receipt is missing. Please read the documentation." msgstr "La recette manque. Veuillez lire la documentation." -#: tazpkg:2126 +#: tazpkg:2051 +#, fuzzy, sh-format +msgid "Packing: $PACKAGE" +msgstr "Extraction de $PACKAGE... " + +#: tazpkg:2053 msgid "Creating the list of files..." msgstr "Création de la liste des fichiers..." -#: tazpkg:2145 -msgid "Compressing the fs... " +#: tazpkg:2059 +#, fuzzy, sh-format +msgid "Creating $CHECKSUM of files..." +msgstr "Création de la somme md5 des fichiers..." + +#: tazpkg:2073 +msgid "Compressing the fs..." msgstr "Compression du système de fichiers..." -#: tazpkg:2152 +#: tazpkg:2080 msgid "Updating receipt sizes..." msgstr "Mise à jour des tailles dans la recette..." -#: tazpkg:2157 -msgid "Creating full cpio archive... " +#: tazpkg:2085 +msgid "Creating full cpio archive..." msgstr "Création de l'archive cpio complète..." -#: tazpkg:2160 -msgid "Restoring original package tree... " +#: tazpkg:2088 +msgid "Restoring original package tree..." msgstr "Restoration de l'arbre original du paquet..." -#: tazpkg:2165 +#: tazpkg:2092 #, sh-format msgid "Package $PACKAGE compressed successfully." msgstr "Paquet $PACKAGE compressé avec succès." -#: tazpkg:2188 -msgid "doesn't exist." -msgstr "n'existe pas" +#: tazpkg:2117 +#, sh-format +msgid "$repo doesn't exist." +msgstr "$repo n'existe pas." -#: tazpkg:2205 -msgid "Undigest" -msgstr "Indigeste" +#: tazpkg:2136 +#, sh-format +msgid "Undigest $base_path" +msgstr "" -#: tazpkg:2207 -msgid "is up to date." -msgstr "est à jour." +#: tazpkg:2138 +#, sh-format +msgid "$repository_name is up to date." +msgstr "$repository_name est à jour." -#: tazpkg:2221 -msgid "Recharging undigest" -msgstr "Recharge indigeste" +#: tazpkg:2153 +#, sh-format +msgid "Recharging undigest $base_path:" +msgstr "Recharge indigeste $base_path:" -#: tazpkg:2225 +#: tazpkg:2157 msgid "Creating backup of the last packages list..." msgstr "Création des sauvegardes des listes de paquets..." -#: tazpkg:2251 -#, sh-format -msgid "$new_pkgs new packages on the mirror." -msgstr "$new_pkgs nouveaux paquets sur le miroir." +#: tazpkg:2181 +#, fuzzy, sh-format +msgid "$new_pkgs new package on the mirror." +msgid_plural "$new_pkgs new packages on the mirror." +msgstr[0] "$new_pkgs nouveaux paquets sur le miroir." +msgstr[1] "$new_pkgs nouveaux paquets sur le miroir." -#: tazpkg:2254 +#: tazpkg:2184 msgid "No new packages on the mirror." msgstr "Aucun nouveau paquets sur le miroir." -#: tazpkg:2261 +#: tazpkg:2189 msgid "" "Last packages.list is ready to use. Note that next time you recharge the\n" "list, a list of differences will be displayed to show new and upgradeable\n" @@ -899,250 +986,369 @@ "nouveaux\n" "paquets et les mises à jour disponibles." -#: tazpkg:2302 -#, fuzzy, sh-format +#: tazpkg:2229 +#, sh-format msgid "$pkg_list is older than one week... recharging" msgstr "$pkg_list est vieux de plus d'une semaine... rechargement" -#: tazpkg:2308 -#, fuzzy +#: tazpkg:2233 +msgid "Package" +msgstr "Paquet" + +#: tazpkg:2233 msgid "Version" -msgstr "Version :" +msgstr "Version" -#: tazpkg:2309 +#: tazpkg:2233 msgid "Status" msgstr "" -#: tazpkg:2336 +#: tazpkg:2258 #, fuzzy msgid "Blocked" msgstr "Paquets bloqués" -#: tazpkg:2343 +#: tazpkg:2265 #, fuzzy msgid "New build" msgstr "Reconstruit:" -#: tazpkg:2345 -#, fuzzy -msgid "New version" +#: tazpkg:2267 +#, fuzzy, sh-format +msgid "New version $new" msgstr "Nouvelle Version :" -#: tazpkg:2358 tazpkg:2390 -msgid "-e" -msgstr "-e" +#: tazpkg:2280 +#, fuzzy +msgid "System is up-to-date..." +msgstr "Le système est à jour." -#: tazpkg:2361 -#, fuzzy -msgid "installed packages scanned in" -msgstr "Paquets installés" +#: tazpkg:2284 +#, fuzzy, sh-format +msgid "$pkgs installed package scanned in ${time}s" +msgid_plural "$pkgs installed packages scanned in ${time}s" +msgstr[0] "Paquets installés" +msgstr[1] "Paquets installés" -#: tazpkg:2368 +#: tazpkg:2288 #, fuzzy, sh-format -msgid "You have $upnb available upgrades$blocks" -msgstr "" +msgid "$blocked_count blocked" +msgid_plural "$blocked_count blocked" +msgstr[0] "($blocked_count bloqué)" +msgstr[1] "($blocked_count bloqué)" + +#: tazpkg:2292 +#, fuzzy, sh-format +msgid "You have $upnb available upgrade $blocks" +msgid_plural "You have $upnb available upgrades $blocks" +msgstr[0] "" +"Vous avez $upnb mises à jour disponibles$blocks sur $pkgs paquets installés" +msgstr[1] "" "Vous avez $upnb mises à jour disponibles$blocks sur $pkgs paquets installés" -#: tazpkg:2377 +#: tazpkg:2302 #, fuzzy msgid "Do you wish to install them now: y/n ? " msgstr "Voulez-vous les installer maintenant: o=oui n=non ? " -#: tazpkg:2401 +#: tazpkg:2315 +#, fuzzy +msgid "Leaving without any upgrades installed." +msgstr "" +"Sortie sans avoir à installer des mises à niveau.\n" +"\n" + +#: tazpkg:2327 msgid "No known bugs." msgstr "Aucun bug connu." -#: tazpkg:2407 +#: tazpkg:2333 msgid "Bug list completed" msgstr "Liste des bugs complètée" -#: tazpkg:2409 +#: tazpkg:2335 #, sh-format msgid "Bugs in package $PACKAGE version $VERSION$EXTRAVERSION:" msgstr "Bugs dans le paquet $PACKAGE version $VERSION$EXTRAVERSION:" -#: tazpkg:2426 +#: tazpkg:2352 #, sh-format msgid "The package $PACKAGE installation has not completed" msgstr "L'installation du paquet $PACKAGE n'est pas complète" -#: tazpkg:2434 -#, sh-format -msgid "The package $PACKAGE $VERSION$EXTRAVERSION has been modified by:" +#: tazpkg:2360 +#, fuzzy, sh-format +msgid "The package $PACKAGE-$VERSION$EXTRAVERSION has been modified by:" msgstr "Le paquet $PACKAGE $VERSION$EXTRAVERSION a été modifié par:" -#: tazpkg:2439 -#, sh-format -msgid "Files lost from $PACKAGE $VERSION$EXTRAVERSION :" +#: tazpkg:2365 +#, fuzzy, sh-format +msgid "Files lost from $PACKAGE-$VERSION$EXTRAVERSION:" msgstr "Fichiers perdus de $PACKAGE $VERSION$EXTRAVERSION :" -#: tazpkg:2443 +#: tazpkg:2369 msgid "target of symlink" msgstr "cible du lien symbolique" -#: tazpkg:2448 -msgid "Missing dependencies for" -msgstr "Dépendances manquantes pour" +#: tazpkg:2374 +#, fuzzy, sh-format +msgid "Missing dependencies for $PACKAGE-$VERSION$EXTRAVERSION:" +msgstr "Fichiers perdus de $PACKAGE $VERSION$EXTRAVERSION :" -#: tazpkg:2455 -msgid "Dependencies loop between" -msgstr "Boucle de dépendances entre" +#: tazpkg:2381 +#, fuzzy, sh-format +msgid "Dependencies loop between $PACKAGE and:" +msgstr "ATTENTION Boucle de dépendance entre $PACKAGE et $i." -#: tazpkg:2459 -msgid "Looking for known bugs... " +#: tazpkg:2385 +#, fuzzy +msgid "Looking for known bugs..." msgstr "Recherche de bugs connus..." -#: tazpkg:2484 -#, sh-format -msgid "The following packages provide $file :" +#: tazpkg:2410 +#, fuzzy, sh-format +msgid "The following packages provide $file:" msgstr "Les paquets suivants contiennent $file :" -#: tazpkg:2490 -msgid "overridden by" -msgstr "remplacé par" +#: tazpkg:2416 +#, sh-format +msgid " $pkg (overridden by $overriders)" +msgstr "" -#: tazpkg:2495 -msgid "No package has installed the following files" +#: tazpkg:2423 +#, fuzzy +msgid "No package has installed the following files:" msgstr "Aucun paquet n'a installé les fichiers suivants" -#: tazpkg:2504 +#: tazpkg:2432 msgid "Check completed." msgstr "Vérification complétée." -#: tazpkg:2511 +#: tazpkg:2439 #, sh-format msgid "$PACKAGE is already in the blocked packages list." msgstr "$PACKAGE est déjà dans la liste des paquets bloqués." -#: tazpkg:2515 -#, sh-format -msgid "Add $PACKAGE to : $BLOCKED..." +#: tazpkg:2443 +#, fuzzy, sh-format +msgid "Add $PACKAGE to: $BLOCKED..." msgstr "Ajout de $PACKAGE à : $BLOCKED..." -#: tazpkg:2529 -#, sh-format -msgid "Removing $PACKAGE from : $BLOCKED..." +#: tazpkg:2457 +#, fuzzy, sh-format +msgid "Removing $PACKAGE from: $BLOCKED..." msgstr "Suppression de $PACKAGE dans: $BLOCKED..." -#: tazpkg:2537 +#: tazpkg:2465 #, sh-format msgid "$PACKAGE is not in the blocked packages list." msgstr "$PACKAGE n'est pas dans la liste des paquets bloqués." -#: tazpkg:2567 tazpkg:2625 -#, sh-format -msgid "$PACKAGE already in the cache : $CACHE_DIR" +#: tazpkg:2483 tazpkg:2528 +msgid "rootconfig needs --root= option used." +msgstr "" + +#: tazpkg:2496 tazpkg:2555 +#, fuzzy, sh-format +msgid "$PACKAGE already in the cache: $CACHE_DIR" msgstr "$PACKAGE est déjà dans le cache : $CACHE_DIR" -#: tazpkg:2570 tazpkg:2628 +#: tazpkg:2499 tazpkg:2558 #, sh-format msgid "Continuing $PACKAGE download" msgstr "Continue le téléchargement de $PACKAGE" -#: tazpkg:2650 -msgid "Clean cache:" -msgstr "Nettoyage du cache:" +#: tazpkg:2579 +#, fuzzy, sh-format +msgid "Clean cache: $CACHE_DIR" +msgstr "$PACKAGE est déjà dans le cache : $CACHE_DIR" -#: tazpkg:2652 +#: tazpkg:2580 msgid "Cleaning cache directory..." msgstr "Nettoyage du répertoire cache..." -#: tazpkg:2655 -#, sh-format -msgid "$files file(s) removed from cache." -msgstr "$files fichiers(s) supprimé(s) du cache." +#: tazpkg:2584 +#, fuzzy, sh-format +msgid "$files file removed from cache." +msgid_plural "$files files removed from cache." +msgstr[0] "$files fichiers(s) supprimé(s) du cache." +msgstr[1] "$files fichiers(s) supprimé(s) du cache." -#: tazpkg:2665 +#: tazpkg:2595 msgid "Current undigest(s)" msgstr "Indigestes actuel(s)" -#: tazpkg:2669 +#: tazpkg:2598 msgid "No undigest mirror found." msgstr "Aucun miroir indigeste trouvé." -#: tazpkg:2681 +#: tazpkg:2610 #, sh-format msgid "Remove $undigest undigest" msgstr "Enlève le miroir $undigest" -#: tazpkg:2685 +#: tazpkg:2612 #, sh-format msgid "Removing $undigest undigest..." msgstr "Enlève le miroir $undigest..." -#: tazpkg:2691 +#: tazpkg:2618 #, sh-format msgid "Undigest $undigest not found" msgstr "Miroir $undigest manquant." -#: tazpkg:2706 +#: tazpkg:2633 #, sh-format msgid "Creating new undigest $undigest." msgstr "Création d'un nouveau dépôt indigeste $undigest." -#: tazpkg:2724 -msgid "Unknow option" +#: tazpkg:2652 +#, fuzzy, sh-format +msgid "Unknown option $u_opt." msgstr "Option inconnue" -#: tazpkg:2739 +#: tazpkg:2667 #, sh-format msgid "Nothing to do for $PACKAGE." msgstr "Rien à faire pour $PACKAGE." -#: tazpkg:2743 +#: tazpkg:2671 #, sh-format msgid "Package $PACKAGE is not installed." msgstr "Le paquet $PACKAGE n'est pas installé." -#: tazpkg:2744 +#: tazpkg:2672 msgid "Install package with 'tazpkg install' or 'tazpkg get-install'" msgstr "Installez un paquet avec 'tazpkg install' ou 'tazpkg get-install'" -#: tazpkg:2757 -msgid "Tazpkg SHell" +#: tazpkg:2684 +#, fuzzy +msgid "Tazpkg SHell." msgstr "SHell Tazpkg" -#: tazpkg:2759 +#: tazpkg:2685 msgid "Type 'usage' to list all available commands or 'quit' or 'q' to exit." msgstr "Tapez 'usage' pour lister toutes les commandes ou 'quit' pour sortir." -#: tazpkg:2769 +#: tazpkg:2695 msgid "You are already running a Tazpkg SHell." msgstr "Vous êtes déjà dans un SHell Tazpkg." -#: tazpkg:2813 +#: tazpkg:2739 msgid "Unsupported format" msgstr "Format pas supporté" -#: tazpkg:2829 +#: tazpkg:2747 +msgid "" +"\n" +"usage: tazpkg link package_name slitaz_root\n" +"example: 'tazpkg link openoffice /mnt' will use less than 100k in\n" +" your running system ram.\n" +msgstr "" + +#: tazpkg:2755 #, sh-format msgid "$PACKAGE is already installed." msgstr "$PACKAGE est déjà installé." -#: tazpkg:2838 -#, sh-format -msgid "Missing : $i" +#: tazpkg:2764 +#, fuzzy, sh-format +msgid "Missing: $i" msgstr "Manque : $i" -#: tazpkg:2842 +#: tazpkg:2768 msgid "Link all missing dependencies" msgstr "Lier toutes les dépendance manquantes" -#: tazpkg:2852 -#, fuzzy -msgid "Leaving dependencies unresolved for:" +#: tazpkg:2777 +#, fuzzy, sh-format +msgid "Leaving dependencies unresolved for: $PACKAGE" msgstr "Les dépendance pour $PACKAGE ne seront pas résolue." -#: tazpkg:2853 +#: tazpkg:2778 msgid "The package is installed but probably will not work." msgstr "Le paquet est installé mais ne fonctionnera probablement pas." +#: tazpkg-box:17 +msgid "TazPKG Action" +msgstr "" + +#: tazpkg-box:31 +#, sh-format +msgid "Package name: $pkgname" +msgstr "" + +#: tazpkg-box:35 +msgid "Install" +msgstr "" + +#: tazpkg-box:35 +#, fuzzy +msgid "Extract" +msgstr "Extraction de:" + +#: tazpkg-box:55 +#, sh-format +msgid "Downloading: $pkg" +msgstr "" + +#: tazpkg-box:68 +#, sh-format +msgid "Usage: $progname [actions|url] [pkg]" +msgstr "" + +#~ msgid "y" +#~ msgstr "o" + +#~ msgid "Y" +#~ msgstr "O" + +#~ msgid "n" +#~ msgstr "n" + +#~ msgid "N" +#~ msgstr "N" + +#~ msgid "Please confirm uninstallation" +#~ msgstr "Veuillez confirmer la désinstallation" + +#~ msgid "Installed packages of category:" +#~ msgstr "Paquets installés de la catégorie:" + +#~ msgid "tazpkg up [--option]" +#~ msgstr "tazpkg up [--option]" + +#, fuzzy +#~ msgid "packages installed of category:" +#~ msgstr "Paquets installés de la catégorie:" + +#~ msgid "Removing:" +#~ msgstr "Suppression de:" + +#~ msgid "Size" +#~ msgstr "Taille" + +#~ msgid "Undigest" +#~ msgstr "Indigeste" + +#~ msgid "-e" +#~ msgstr "-e" + +#~ msgid "Missing dependencies for" +#~ msgstr "Dépendances manquantes pour" + +#~ msgid "Dependencies loop between" +#~ msgstr "Boucle de dépendances entre" + +#~ msgid "overridden by" +#~ msgstr "remplacé par" + +#~ msgid "Clean cache:" +#~ msgstr "Nettoyage du cache:" + #~ msgid "Create a xHTML list of installed packages." #~ msgstr "Créé une liste xHTML des paquets installés" -#~ msgid "$packages packages installed of category $ASKED_CATEGORY_I18N." -#~ msgstr "$packages paquets installés de la catégorie $ASKED_CATEGORY_I18N." - #~ msgid "Creating xHTML list of installed packages" #~ msgstr "Création de la liste xHTML des paquets installés" @@ -1158,17 +1364,6 @@ #~ msgid "Update type" #~ msgstr "Type de mise à jour" -#~ msgid "Check packages md5sum to list and install latest upgrades." -#~ msgstr "" -#~ "Vérifiez le md5sum du paquet à la liste et installer la dernière mise à " -#~ "jour." - -#~ msgid "Can't repack, md5sum error." -#~ msgstr "Impossible d'empaqueter, erreur md5sum." - -#~ msgid "Creating md5sum of files..." -#~ msgstr "Création de la somme md5 des fichiers..." - #~ msgid "Upgrade one or all installed package(s) (obsolete)." #~ msgstr "Met à jour un ou tous les paquets installés. (obsolètes)" @@ -1200,9 +1395,6 @@ #~ "$packages paquets installés et listés, $up à mettre à jour, $blocked " #~ "bloqués." -#~ msgid "System is up-to-date." -#~ msgstr "Le système est à jour." - #~ msgid "" #~ "$packages installed and listed packages to consider, 0 to upgrade, " #~ "$blocked blocked." @@ -1226,16 +1418,6 @@ #~ msgid "Exiting. No package upgraded." #~ msgstr "Abandon. Aucun paquet mis à jour." -#~ msgid " ($blocked_count blocked)" -#~ msgstr "($blocked_count bloqué)" - -#~ msgid "" -#~ "Leaving without and upgrades installed.\n" -#~ "\n" -#~ msgstr "" -#~ "Sortie sans avoir à installer des mises à niveau.\n" -#~ "\n" - #~ msgid "OK" #~ msgstr "OK" diff -r 4df916f2af5b -r de952705379e po/tazpkg/pt_BR.po --- a/po/tazpkg/pt_BR.po Thu May 24 14:20:14 2012 +0200 +++ b/po/tazpkg/pt_BR.po Sat Jun 23 00:51:57 2012 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: TazPKG\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 14:15+0200\n" +"POT-Creation-Date: 2012-06-23 00:48+0000\n" "PO-Revision-Date: 2011-05-01 19:59+0100\n" "Last-Translator: Ben Arnold \n" "Language-Team: Portuguese \n" @@ -17,228 +17,300 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: tazpkg:69 -msgid "SliTaz package manager - Version" +#: tazpkg:37 +msgid "base-system" +msgstr "base-system" + +#: tazpkg:37 +msgid "x-window" +msgstr "x-window" + +#: tazpkg:37 +msgid "utilities" +msgstr "utilities" + +#: tazpkg:38 +msgid "network" +msgstr "network" + +#: tazpkg:38 +msgid "graphics" +msgstr "graphics" + +#: tazpkg:38 +msgid "multimedia" +msgstr "multimedia" + +#: tazpkg:39 +msgid "office" +msgstr "office" + +#: tazpkg:39 +msgid "development" +msgstr "development" + +#: tazpkg:39 +msgid "system-tools" +msgstr "system-tools" + +#: tazpkg:40 +msgid "security" +msgstr "security" + +#: tazpkg:40 +msgid "games" +msgstr "games" + +#: tazpkg:40 +msgid "misc" +msgstr "misc" + +#: tazpkg:40 +msgid "meta" +msgstr "meta" + +#: tazpkg:41 +msgid "non-free" +msgstr "non-free" + +#: tazpkg:110 +#, fuzzy, sh-format +msgid "SliTaz package manager - Version: $VERSION" msgstr "Gerenciador de Pacotes Tazpkg - Versão" -#: tazpkg:71 -msgid "Usage" +#: tazpkg:112 +#, fuzzy +msgid "Usage:" msgstr "Uso" -#: tazpkg:71 +#: tazpkg:113 msgid "tazpkg [command] [package|dir|pattern|list|cat|--opt] [dir|--opt]" msgstr "tazpkg [comando] [pacote|dir|padrão|lista|cat|--opt] [dir|--opt]" -#: tazpkg:73 -msgid "Commands" +#: tazpkg:114 +msgid "SHell:" +msgstr "" + +#: tazpkg:116 +#, fuzzy +msgid "Commands:" msgstr "Comandos" -#: tazpkg:74 +#: tazpkg:117 msgid "Print this short usage." msgstr "Mostra esta utilização." -#: tazpkg:75 +#: tazpkg:118 msgid "Show known bugs in packages." msgstr "Mostra bugs conhecidos do pacote." -#: tazpkg:76 +#: tazpkg:119 msgid "List installed packages on the system by category or all." msgstr "Lista pacotes instalados no sistema por categoria ou todos." -#: tazpkg:77 +#: tazpkg:120 msgid "List all available packages on the mirror (--diff for new)." msgstr "Lista os pacotes disponíveis no mirror (--diff para novos)." -#: tazpkg:78 +#: tazpkg:121 msgid "Print information about a package." msgstr "Mostra informação sobre o pacote." -#: tazpkg:79 +#: tazpkg:122 msgid "Print description of a package (if it exists)." msgstr "Mostra a descrição do pacote (se existir)." -#: tazpkg:80 +#: tazpkg:123 msgid "List the files installed with a package." msgstr "Lista arquivos instalados pelo pacote." -#: tazpkg:81 +#: tazpkg:124 msgid "List the configuration files." msgstr "Lista arquivos de configuração." -#: tazpkg:82 +#: tazpkg:125 msgid "Search for a package by pattern or name (options: -i|-l|-m)." msgstr "Busca pacote por padrão ou nome (opções: -i|-l|-m)." -#: tazpkg:83 +#: tazpkg:126 msgid "Search on mirror for package having a particular file." msgstr "Busca no mirror pacote que possui um arquivo em particular." -#: tazpkg:84 +#: tazpkg:127 msgid "Search for file(s) in all installed packages files." msgstr "Busca por arquivo(s) em todos os pacotes instalados." -#: tazpkg:85 +#: tazpkg:128 msgid "Install a local (*.tazpkg) package (--forced to force)." msgstr "Instala um pacote (*.tazpkg) local (--forced para forçar)." -#: tazpkg:86 +#: tazpkg:129 msgid "Install all packages from a list of packages." msgstr "Instala todos os pacotes de uma lista de pacotes." -#: tazpkg:87 +#: tazpkg:130 msgid "Remove the specified package and all installed files." msgstr "Remove o pacote especificado e todos os arquivos instalados." -#: tazpkg:88 +#: tazpkg:131 msgid "Extract a (*.tazpkg) package into a directory." msgstr "Extrai um pacote (*.tazpkg) em um diretório." -#: tazpkg:89 +#: tazpkg:132 msgid "Pack an unpacked or prepared package tree." msgstr "Empacota ou prerara uma árvore de diretórios para pacote." -#: tazpkg:90 +#: tazpkg:133 msgid "Recharge your packages.list from the mirror." msgstr "Recarrega o arquivo packages.list a partir do mirror." -#: tazpkg:92 +#: tazpkg:134 +#, fuzzy, sh-format +msgid "Check packages $CHECKSUM to list and install latest upgrades." +msgstr "Verifica o md5sum dos pacotes listados e instala a última atualização" + +#: tazpkg:135 msgid "Create a package archive from an installed package." msgstr "Cria um arquivo de pacote instalado." -#: tazpkg:93 +#: tazpkg:136 msgid "Create a package archive with configuration files." msgstr "Cria um pacote dos arquivos de configuração." -#: tazpkg:94 +#: tazpkg:137 #, fuzzy msgid "Rebuild a package with a better compression ratio." msgstr "Reconstrói um pacote com melhor compressão." -#: tazpkg:95 +#: tazpkg:138 msgid "Block an installed package version or unblock it for upgrade." msgstr "Bloqueia pacote instalado ou desbloqueia para atualização." -#: tazpkg:96 +#: tazpkg:139 msgid "Download a package into the current directory." msgstr "Baixa um pacote para o diretório atual." -#: tazpkg:97 +#: tazpkg:140 msgid "Download and install a package from the mirror." msgstr "Baixa e instala um pacote a partir mirror." -#: tazpkg:98 +#: tazpkg:141 msgid "Download and install a list of packages from the mirror." msgstr "Baixa e instala uma lista de pacotes a partir mirror." -#: tazpkg:99 +#: tazpkg:142 msgid "Verify consistency of installed packages." msgstr "Verifica a consistência de pacotes instalados." -#: tazpkg:100 +#: tazpkg:143 msgid "Install the flavor list of packages." msgstr "Instala uma lista de pacotes de variantes." -#: tazpkg:101 +#: tazpkg:144 msgid "Install the flavor list of packages and remove other ones." msgstr "Instala uma lista de pacotes de variantes e remove outros." -#: tazpkg:102 +#: tazpkg:145 msgid "Change release and update packages." msgstr "Muda a versão de lançamento e atualiza pacotes." -#: tazpkg:103 +#: tazpkg:146 msgid "Clean all packages downloaded in cache directory." msgstr "Limpa todos os pacotes baixados do diretório de cache." -#: tazpkg:104 +#: tazpkg:147 msgid "Display dependencies tree." msgstr "Mostra árvore de dependências." -#: tazpkg:105 +#: tazpkg:148 msgid "Display reverse dependencies tree." msgstr "Mostra árvore de dependências reversa." -#: tazpkg:106 +#: tazpkg:149 msgid "Convert a deb/rpm/tgz/arch package to a slitaz (.tazpkg)." msgstr "Converte um pacote deb/rpm/tgz/arch para .tazpkg." -#: tazpkg:107 +#: tazpkg:150 msgid "Link a package from another slitaz installation." msgstr "Liga um pacote a partir de outra instalação do SliTaz." -#: tazpkg:108 +#: tazpkg:151 msgid "Change the mirror url configuration." msgstr "Muda a configuração de url do mirror." -#: tazpkg:109 +#: tazpkg:152 msgid "List undigest mirrors." msgstr "Lista mirrors undigest." -#: tazpkg:110 +#: tazpkg:153 msgid "Remove an undigest mirror." msgstr "Remove um mirror undigest." -#: tazpkg:111 +#: tazpkg:154 msgid "Add an undigest mirror." msgstr "Adiciona um mirror undigest." -#: tazpkg:112 +#: tazpkg:155 msgid "Update an undigest mirror." msgstr "Atualiza um mirror undigest." -#: tazpkg:113 +#: tazpkg:156 msgid "Replay post install script from package." msgstr "Executa novamente funções de pós instalação do pacote." -#: tazpkg:119 -msgid "Tazpkg usage for command up" +#: tazpkg:163 +#, fuzzy +msgid "Tazpkg usage for command up: tazpkg up [--option]" msgstr "Utilização para o commando up" -#: tazpkg:119 -msgid "tazpkg up [--option]" -msgstr "tazpkg up [--opção]" - -#: tazpkg:120 +#: tazpkg:164 msgid "Without options run in interactive mode and ask before install" msgstr "Execução em modo interativo e com confirmação antes da instalação" -#: tazpkg:122 -msgid "Where options are" +#: tazpkg:166 +#, fuzzy +msgid "Where options are:" msgstr "Quando as opções são" -#: tazpkg:123 +#: tazpkg:167 #, fuzzy msgid "Check only for available upgrades" msgstr "Checa somente atualizações disponíveis" -#: tazpkg:124 +#: tazpkg:168 #, fuzzy msgid "Force recharge of packages list and check" msgstr "Recarrega o arquivo packages.list a partir do mirror." -#: tazpkg:125 +#: tazpkg:169 msgid "Check for upgrades and install them all" msgstr "Verifica se há atualizações e as instala" -#: tazpkg:127 -msgid "Example" +#: tazpkg:171 +#, fuzzy +msgid "Example:" msgstr "Exemplo" -#: tazpkg:165 +#: tazpkg:182 +#, fuzzy, sh-format +msgid "Creating $FOLDER..." +msgstr "Criando novo pacote... " + +#: tazpkg:210 msgid "Please specify a package name on the command line." msgstr "Por favor especifique o nome de um pacote na linha de comando." -#: tazpkg:176 +#: tazpkg:221 #, sh-format msgid "Unable to find: $PACKAGE_FILE" msgstr "Não encontrado: $PACKAGE_FILE" -#: tazpkg:187 +#: tazpkg:233 #, sh-format msgid "Unable to find the receipt: $FS$INSTALLED/$PACKAGE/receipt" msgstr "Arquivo receipt não encontrado: $FS$INSTALLED/$PACKAGE/receipt" -#: tazpkg:240 +#: tazpkg:287 #, sh-format msgid "" "$PACKAGE package is already installed. You can\n" @@ -247,12 +319,12 @@ "O pacote $PACKAGE já está instalado. Você pode\n" "usar a opção --forced para forçar a instalação ou removê-lo e reinstalá-lo." -#: tazpkg:254 +#: tazpkg:302 #, sh-format msgid "Unable to find the list: $LOCALSTATE/packages.list" msgstr "Lista não encontrada: $LOCALSTATE/packages.list" -#: tazpkg:256 +#: tazpkg:304 msgid "" "You must probably run 'tazpkg recharge' as root to get the latest list of\n" "packages available on the mirror." @@ -260,118 +332,127 @@ "Você provavelmente deve executar 'tazpkg recharge' como root para obter uma\n" "lista de pacotes atualizada a partir do mirror." -#: tazpkg:373 +#: tazpkg:422 #, sh-format msgid "Unable to find: $PACKAGE in the mirrored packages list." msgstr "Não encontrado: $PACKAGE na lista de pacotes do mirror." -#: tazpkg:428 -#, sh-format -msgid "Extracting $PACKAGE... " +#: tazpkg:478 +#, fuzzy, sh-format +msgid "Extracting $PACKAGE..." msgstr "Extraindo $PACKAGE... " -#: tazpkg:432 tazpkg:436 -msgid "Extracting the pseudo fs... " +#: tazpkg:482 tazpkg:486 +#, fuzzy +msgid "Extracting the pseudo fs..." msgstr "Extraindo sistema de arquivos... " -#: tazpkg:500 -msgid "Installation of :" +#: tazpkg:549 +#, fuzzy, sh-format +msgid "Installation of: $PACKAGE" msgstr "Instalação de :" -#: tazpkg:502 -#, sh-format -msgid "Copying $PACKAGE... " +#: tazpkg:550 +#, fuzzy, sh-format +msgid "Copying $PACKAGE..." msgstr "Copiando $PACKAGE... " -#: tazpkg:514 -msgid "Checking post install dependencies... " +#: tazpkg:562 +#, fuzzy +msgid "Checking post install dependencies..." msgstr "Checando dependências de pós instalação... " -#: tazpkg:517 +#: tazpkg:565 #, sh-format msgid "Please run 'tazpkg install $PACKAGE_FILE' in / and retry." msgstr "Execute 'tazpkg install $PACKAGE_FILE' em / e tente novamente." -#: tazpkg:591 -#, sh-format -msgid "Saving configuration files for $PACKAGE... " +#: tazpkg:639 +#, fuzzy, sh-format +msgid "Saving configuration files for $PACKAGE..." msgstr "Salvando arquivos de configuração para $PACKAGE... " -#: tazpkg:605 -#, sh-format -msgid "Installing $PACKAGE... " +#: tazpkg:653 +#, fuzzy, sh-format +msgid "Installing $PACKAGE..." msgstr "Instalando $PACKAGE... " -#: tazpkg:609 -#, sh-format -msgid "Removing old $PACKAGE... " +#: tazpkg:657 +#, fuzzy, sh-format +msgid "Removing old $PACKAGE..." msgstr "Removendo $PACKAGE antigo... " -#: tazpkg:617 -msgid "Removing all tmp files... " +#: tazpkg:665 +#, fuzzy +msgid "Removing all tmp files..." msgstr "Removendo todos os arquivos temporários... " -#: tazpkg:646 +#: tazpkg:693 #, sh-format msgid "$PACKAGE ($VERSION$EXTRAVERSION) is installed." msgstr "$PACKAGE ($VERSION$EXTRAVERSION) instalado." -#: tazpkg:697 +#: tazpkg:743 #, sh-format msgid "WARNING Dependency loop between $PACKAGE and $i." msgstr "AVISO Loop de dependências entre $PACKAGE e $i." -#: tazpkg:701 -msgid "Tracking dependencies for :" +#: tazpkg:747 +#, fuzzy, sh-format +msgid "Tracking dependencies for: $PACKAGE" msgstr "Checando dependências para :" -#: tazpkg:708 +#: tazpkg:754 #, sh-format msgid "Missing: $MISSING_PACKAGE" msgstr "Falta: $MISSING_PACKAGE" -#: tazpkg:712 -#, sh-format -msgid "$deps missing package(s) to install." -msgstr "$deps faltante(s) para instalar." +#: tazpkg:759 +#, fuzzy, sh-format +msgid "$deps missing package to install." +msgid_plural "$deps missing packages to install." +msgstr[0] "$deps faltante(s) para instalar." +msgstr[1] "$deps faltante(s) para instalar." -#: tazpkg:728 +#: tazpkg:776 msgid "Install all missing dependencies" msgstr "Instalando todas as dependências faltantes" -#: tazpkg:745 -#, sh-format -msgid "Checking if $pkg exists in local list... " +#: tazpkg:792 +#, fuzzy, sh-format +msgid "Checking if $pkg exists in local list..." msgstr "Checando se $pkg existe na lista local... " -#: tazpkg:772 +#: tazpkg:819 #, fuzzy, sh-format msgid "" -"Leaving dependencies for $PACKAGE unresolved. The package is installed but\n" -"will probably not work." +"Leaving dependencies for $PACKAGE unresolved.\n" +"The package is installed but will probably not work." msgstr "" "Deixando dependências para $PACKAGE não resolvidas. O pacote está instalado\n" "mas provavelmente não funcionará." -#: tazpkg:781 +#: tazpkg:828 msgid "Installed packages" msgstr "Pacotes instalados" -#: tazpkg:796 -#, sh-format -msgid "0 installed packages found for : $PATTERN" +#: tazpkg:841 +#, fuzzy, sh-format +msgid "0 installed packages found for: $PATTERN" msgstr "0 pacotes instalados encontrados para : $PATTERN" -#: tazpkg:800 -#, sh-format -msgid "$packages installed package(s) found for : $PATTERN" -msgstr "$packages pacotes instalados encontrados para : $PATTERN" +#: tazpkg:845 +#, fuzzy, sh-format +msgid "$packages installed package found for: $PATTERN" +msgid_plural "$packages installed packages found for: $PATTERN" +msgstr[0] "$packages pacotes instalados encontrados para : $PATTERN" +msgstr[1] "$packages pacotes instalados encontrados para : $PATTERN" -#: tazpkg:808 +#: tazpkg:853 msgid "Available packages name-version" msgstr "Pacotes disponíveis nome-versão" -#: tazpkg:818 +#: tazpkg:863 msgid "" "No 'packages.list' found to check for mirrored packages. For more results,\n" "please run 'tazpkg recharge' once as root before searching." @@ -379,21 +460,23 @@ "Arquivo 'packages.list' não encontrado para checagem de pacotes no mirror.\n" "Para mais resultados execute 'tazpkg recharge' como root antes de procurar." -#: tazpkg:823 tazpkg:851 -#, sh-format -msgid "0 available packages found for : $PATTERN" +#: tazpkg:868 tazpkg:896 +#, fuzzy, sh-format +msgid "0 available packages found for: $PATTERN" msgstr "0 pacotes disponíveis para : $PATTERN" -#: tazpkg:827 tazpkg:855 -#, sh-format -msgid "$packages available package(s) found for : $PATTERN" -msgstr "$packages pacotes disponíveis encontrados para : $PATTERN" +#: tazpkg:872 tazpkg:900 +#, fuzzy, sh-format +msgid "$packages available package found for: $PATTERN" +msgid_plural "$packages available packages found for: $PATTERN" +msgstr[0] "$packages pacotes disponíveis encontrados para : $PATTERN" +msgstr[1] "$packages pacotes disponíveis encontrados para : $PATTERN" -#: tazpkg:836 +#: tazpkg:881 msgid "Matching packages name with version and desc" msgstr "Identificando nomes de pacote com versão e descrição" -#: tazpkg:846 +#: tazpkg:891 msgid "" "No 'packages.txt' found to check for mirrored packages. For more results,\n" "please run 'tazpkg recharge' once as root before searching." @@ -401,16 +484,16 @@ "Arquivo 'packages.txt' não encontrado para checagem de pacotes no mirror.\n" "Para mais resultados execute 'tazpkg recharge' como root antes de procurar." -#: tazpkg:902 +#: tazpkg:947 #, fuzzy, sh-format msgid "Can't find flavor $FLAVOR. Abort." msgstr "Variante $FLAVOR não encontrada. Abortando." -#: tazpkg:916 +#: tazpkg:960 msgid "Current mirror(s)" msgstr "Mirrors atuais" -#: tazpkg:920 +#: tazpkg:963 msgid "" "Please enter URL of the new mirror (http, ftp or local path). You must " "specify\n" @@ -420,473 +503,483 @@ "deve especificar\n" "o endereço completo para o diretório dos pacotes e arquivo packages.list." -#: tazpkg:923 -msgid "New mirror(s) URL : " +#: tazpkg:966 +#, fuzzy +msgid "New mirror(s) URL: " msgstr "Nova URL de mirror : " -#: tazpkg:931 +#: tazpkg:974 msgid "Nothing has been changed." msgstr "Nada mudado." -#: tazpkg:1055 +#: tazpkg:976 +#, sh-format +msgid "Setting mirror(s) to: $NEW_MIRROR_URL" +msgstr "" + +#: tazpkg:1098 msgid "No dependency for" msgstr "Nenhuma dependência para" -#: tazpkg:1057 +#: tazpkg:1100 #, sh-format msgid "WARNING: unknown dependency for $lib" msgstr "AVISO: dependência desconhecida para $lib" -#: tazpkg:1161 +#: tazpkg:1167 tazpkg:1306 +#, sh-format +msgid "Invalid target: $target (expected i386)" +msgstr "" + +#: tazpkg:1204 #, fuzzy, sh-format -msgid "$PACKAGE_FILE does not look like an Archlinux/Alpine package !" +msgid "$PACKAGE_FILE does not look like an Archlinux/Alpine package!" msgstr "$PACKAGE_FILE não se parece com um pacote Archlinux/Alpine !" -#: tazpkg:1212 -#, sh-format -msgid "$PACKAGE_FILE does not look like a Slackware package !" +#: tazpkg:1255 +#, fuzzy, sh-format +msgid "$PACKAGE_FILE does not look like a Slackware package!" msgstr "$PACKAGE_FILE não se parece com um pacote Slackware !" -#: tazpkg:1356 tazpkg:1380 -msgid "base-system" -msgstr "base-system" - -#: tazpkg:1357 tazpkg:1381 -msgid "x-window" -msgstr "x-window" - -#: tazpkg:1358 tazpkg:1382 -msgid "utilities" -msgstr "utilities" - -#: tazpkg:1359 tazpkg:1383 -msgid "network" -msgstr "network" - -#: tazpkg:1360 tazpkg:1384 -msgid "graphics" -msgstr "graphics" - -#: tazpkg:1361 tazpkg:1385 -msgid "multimedia" -msgstr "multimedia" - -#: tazpkg:1362 tazpkg:1386 -msgid "office" -msgstr "office" - -#: tazpkg:1363 tazpkg:1387 -msgid "development" -msgstr "development" - -#: tazpkg:1364 tazpkg:1388 -msgid "system-tools" -msgstr "system-tools" - -#: tazpkg:1365 tazpkg:1389 -msgid "security" -msgstr "security" - -#: tazpkg:1366 tazpkg:1390 -msgid "games" -msgstr "games" - -#: tazpkg:1367 tazpkg:1391 -msgid "misc" -msgstr "misc" - -#: tazpkg:1368 tazpkg:1392 -msgid "meta" -msgstr "meta" - -#: tazpkg:1369 tazpkg:1393 -msgid "non-free" -msgstr "non-free" - -#: tazpkg:1406 -msgid "y" -msgstr "y" - -#: tazpkg:1407 -msgid "Y" -msgstr "Y" - -#: tazpkg:1408 -msgid "n" -msgstr "n" - -#: tazpkg:1409 -msgid "N" -msgstr "N" - -#: tazpkg:1424 +#: tazpkg:1405 msgid "Blocked packages" msgstr "Pacotes bloqueados" -#: tazpkg:1429 +#: tazpkg:1409 msgid "No blocked packages found." msgstr "Nenhum pacote bloqueado foi encontrado." -#: tazpkg:1436 +#: tazpkg:1415 msgid "Packages categories" msgstr "Categorias de Pacotes" -#: tazpkg:1444 -#, sh-format -msgid "$categories categories" -msgstr "$categories categorias" +#: tazpkg:1422 +#, fuzzy, sh-format +msgid "$categories category" +msgid_plural "$categories categories" +msgstr[0] "$categories categorias" +msgstr[1] "$categories categorias" -#: tazpkg:1453 -msgid "Installed packages of category:" -msgstr "Pacotes instalados da categoria:" +#: tazpkg:1430 +#, fuzzy, sh-format +msgid "Installed packages of category: $ASKED_CATEGORY_I18N" +msgstr "$packages pacotes instalados da categoria $ASKED_CATEGORY_I18N." -#: tazpkg:1468 -#, fuzzy -msgid "packages installed of category:" -msgstr "Pacotes instalados da categoria:" +#: tazpkg:1442 +#, fuzzy, sh-format +msgid "" +"$packages package installed of category " +"$ASKED_CATEGORY_I18N." +msgid_plural "" +"$packages packages installed of category " +"$ASKED_CATEGORY_I18N." +msgstr[0] "$packages pacotes instalados da categoria $ASKED_CATEGORY_I18N." +msgstr[1] "$packages pacotes instalados da categoria $ASKED_CATEGORY_I18N." -#: tazpkg:1472 +#: tazpkg:1447 msgid "List of all installed packages" msgstr "Lista de todos os pacotes instalados" -#: tazpkg:1486 -#, fuzzy -msgid "packages installed" -msgstr "$packages pacotes instalados." +#: tazpkg:1457 +#, fuzzy, sh-format +msgid "$packages package installed." +msgid_plural "$packages packages installed." +msgstr[0] "$packages pacotes instalados." +msgstr[1] "$packages pacotes instalados." -#: tazpkg:1496 tazpkg:2245 +#: tazpkg:1467 tazpkg:2176 msgid "Mirrored packages diff" msgstr "Diferença dos pacotes no mirror" -#: tazpkg:1501 -#, sh-format -msgid "$pkgs new packages listed on the mirror." -msgstr "$pkgs novos pacotes listados no mirror." +#: tazpkg:1471 +#, fuzzy, sh-format +msgid "$pkgs new package listed on the mirror." +msgid_plural "$pkgs new packages listed on the mirror." +msgstr[0] "$pkgs novos pacotes listados no mirror." +msgstr[1] "$pkgs novos pacotes listados no mirror." -#: tazpkg:1505 +#: tazpkg:1475 msgid "Unable to list anything, no packages.diff found." msgstr "Não foi possível listar, arquivo packages.diff não encontrado." -#: tazpkg:1506 +#: tazpkg:1476 msgid "Recharge your current list to create a first diff." msgstr "Recarregue sua lista atual para obter a primeira diferença." -#: tazpkg:1511 tazpkg:1516 +#: tazpkg:1480 msgid "List of available packages on the mirror" msgstr "Lista de pacotes disponíveis no mirror" -#: tazpkg:1523 -#, fuzzy -msgid "packages in the last recharged list" -msgstr "$pkgs pacotes na última lista recarregada." +#: tazpkg:1485 +#, fuzzy, sh-format +msgid "$pkgs package in the last recharged list." +msgid_plural "$pkgs packages in the last recharged list." +msgstr[0] "$pkgs pacotes na última lista recarregada." +msgstr[1] "$pkgs pacotes na última lista recarregada." -#: tazpkg:1530 -#, fuzzy -msgid "Installed files by:" +#: tazpkg:1492 +#, fuzzy, sh-format +msgid "Installed files by: $PACKAGE" msgstr "Arquivos instalados com:" -#: tazpkg:1537 +#: tazpkg:1496 #, fuzzy, sh-format -msgid "files installed with $PACKAGE" -msgstr "$files instalados com $PACKAGE." +msgid "$files file installed with $PACKAGE" +msgid_plural "$files files installed with $PACKAGE" +msgstr[0] "$files instalados com $PACKAGE." +msgstr[1] "$files instalados com $PACKAGE." -#: tazpkg:1546 +#: tazpkg:1505 msgid "Tazpkg information" msgstr "Informação do Tazpkg" -#: tazpkg:1548 +#: tazpkg:1507 msgid "Package :" msgstr "Pacote :" -#: tazpkg:1549 +#: tazpkg:1508 msgid "Version :" msgstr "Versão :" -#: tazpkg:1550 +#: tazpkg:1509 msgid "Category :" msgstr "Categoria :" -#: tazpkg:1551 +#: tazpkg:1510 msgid "Short desc :" msgstr "Descrição :" -#: tazpkg:1552 +#: tazpkg:1511 msgid "Maintainer :" msgstr "Mantenedor :" -#: tazpkg:1554 +#: tazpkg:1512 msgid "Depends :" msgstr "Depende de :" -#: tazpkg:1557 +#: tazpkg:1513 msgid "Suggested :" msgstr "Sugeridos :" -#: tazpkg:1560 +#: tazpkg:1514 msgid "Build deps :" msgstr "Depedências de compilação :" -#: tazpkg:1563 +#: tazpkg:1515 msgid "Wanted src :" msgstr "Fontes requeridos :" -#: tazpkg:1566 +#: tazpkg:1516 msgid "Web site :" msgstr "Web site :" -#: tazpkg:1574 -msgid "Description of:" +#: tazpkg:1522 +#, fuzzy, sh-format +msgid "Description of: $PACKAGE" msgstr "Descrição de:" -#: tazpkg:1581 +#: tazpkg:1527 msgid "Sorry, no description available for this package." msgstr "Desculpe, nenhuma descrição disponível para esse pacote." -#: tazpkg:1589 +#: tazpkg:1535 msgid "Please specify a pattern or package name to search for." msgstr "Por favor especifique um padrão ou nome de pacote para buscar." -#: tazpkg:1590 +#: tazpkg:1536 msgid "Example : 'tazpkg search paint'" msgstr "Exemplo : 'tazpkg search paint'" -#: tazpkg:1595 -msgid "Search result for:" +#: tazpkg:1540 +#, fuzzy, sh-format +msgid "Search result for: $PATTERN" msgstr "Resultados da busca para:" -#: tazpkg:1613 tazpkg:1673 +#: tazpkg:1557 tazpkg:1615 msgid "Please specify a pattern or file name to search for." msgstr "Por favor especifique um padrão ou nome de arquivo para buscar." -#: tazpkg:1614 +#: tazpkg:1558 msgid "Example : 'tazpkg search-file libnss'" msgstr "Exemplo : 'tazpkg search-file libnss'" -#: tazpkg:1619 tazpkg:1679 -msgid "Search result for file" +#: tazpkg:1563 +#, fuzzy, sh-format +msgid "Search result for file $s_file" msgstr "Resultados da busca para arquivo" -#: tazpkg:1651 tazpkg:2307 -msgid "Package" -msgstr "Pacote" +#: tazpkg:1594 +#, fuzzy, sh-format +msgid "Package $PACKAGE:" +msgstr "Impossível reempacotar $PACKAGE" -#: tazpkg:1661 +#: tazpkg:1604 #, sh-format msgid "0 file found for: $pkg" msgstr "0 arquivo encontrado para: $pkg" -#: tazpkg:1666 -#, sh-format -msgid "$match file(s) found for: $pkg" -msgstr "$match arquivo(s) encontrado(s) para: $pkg" +#: tazpkg:1607 +#, fuzzy, sh-format +msgid "$match file found for: $pkg" +msgid_plural "$match files found for: $pkg" +msgstr[0] "$match arquivo(s) encontrado(s) para: $pkg" +msgstr[1] "$match arquivo(s) encontrado(s) para: $pkg" -#: tazpkg:1674 +#: tazpkg:1616 msgid "Example : 'tazpkg search-pkgname libnss'" msgstr "Exemplo : 'tazpkg search-pkgname libnss'" -#: tazpkg:1692 -#, sh-format -msgid "0 file found for : $file" +#: tazpkg:1621 +#, fuzzy, sh-format +msgid "Search result for package $s_pkg" +msgstr "Resultados da busca para arquivo" + +#: tazpkg:1633 +#, fuzzy, sh-format +msgid "0 file found for: $file" msgstr "0 arquivo encontrado para: $file" -#: tazpkg:1738 +#: tazpkg:1637 +#, sh-format +msgid "$match package found with file: $file" +msgid_plural "$match packages found with file: $file" +msgstr[0] "" +msgstr[1] "" + +#: tazpkg:1678 +#, fuzzy msgid "" "Please change directory (cd) to the packages repository and specify the\n" -"list of packages to install. Example : tazpkg install-list packages.list" +"list of packages to install. Example: tazpkg install-list packages.list" msgstr "" "Por favor mude de diretório (cd) para o repositório de pacotes e indique\n" "a lista de pacotes para instalar. Exemplo: tazpkg install-list packages.list" -#: tazpkg:1768 -#, sh-format -msgid "Adding implicit depends $pkg ..." +#: tazpkg:1685 +#, fuzzy, sh-format +msgid "Unable to find: $list_file" +msgstr "Não encontrado: $PACKAGE_FILE" + +#: tazpkg:1708 +#, fuzzy, sh-format +msgid "Adding implicit depends $pkg..." msgstr "Adicionando dependências implicitas $pkg ..." -#: tazpkg:1790 +#: tazpkg:1730 msgid "Please specify the release you want on the command line." msgstr "Por favor indique o lançamento desejado na linha de comando." -#: tazpkg:1791 +#: tazpkg:1731 msgid "Example: tazpkg set-release cooking" msgstr "Exemplo: tazpkg set-release cooking" -#: tazpkg:1816 +#: tazpkg:1756 #, sh-format msgid "$PACKAGE is not installed." msgstr "$PACKAGE não está instalado." -#: tazpkg:1834 +#: tazpkg:1774 #, sh-format msgid "The following packages depend on $PACKAGE:" msgstr "Os seguintes pacotes dependem de $PACKAGE:" -#: tazpkg:1841 +#: tazpkg:1781 #, sh-format msgid "The following packages have been modified by $PACKAGE:" msgstr "Os seguintes pacotes foram modificados por $PACKAGE:" -#: tazpkg:1849 -#, sh-format -msgid "Remove $PACKAGE ($VERSION$EXTRAVERSION) ?" +#: tazpkg:1789 +#, fuzzy, sh-format +msgid "Remove $PACKAGE ($VERSION$EXTRAVERSION)" msgstr "Remover $PACKAGE ($VERSION$EXTRAVERSION) ?" -#: tazpkg:1850 -msgid "Please confirm uninstallation" -msgstr "Por favor confirmar a desinstalação" +#: tazpkg:1793 +#, fuzzy, sh-format +msgid "Removing: $PACKAGE" +msgstr "Removendo $PACKAGE antigo... " -#: tazpkg:1855 -msgid "Removing:" -msgstr "Removendo:" - -#: tazpkg:1861 +#: tazpkg:1798 msgid "Removing all files installed..." msgstr "Removendo todos os arquivos instalados..." -#: tazpkg:1882 +#: tazpkg:1819 msgid "Removing package receipt..." msgstr "Removendo arquivos receipt..." -#: tazpkg:1893 +#: tazpkg:1830 #, sh-format msgid "Remove packages depending on $PACKAGE" msgstr "Removendo pacotes que dependem de $PACKAGE" -#: tazpkg:1909 +#: tazpkg:1845 #, sh-format msgid "Reinstall packages modified by $PACKAGE" msgstr "Reinstala pacotes modificados por $PACKAGE" -#: tazpkg:1916 +#: tazpkg:1851 #, sh-format msgid "Check $INSTALLED/$i for reinstallation" msgstr "Verifica $INSTALLED/$i para reinstalação" -#: tazpkg:1926 +#: tazpkg:1861 #, sh-format msgid "Uninstallation of $PACKAGE cancelled." msgstr "Desinstalação de $PACKAGE cancelada." -#: tazpkg:1934 -msgid "Extracting:" -msgstr "Extraindo:" +#: tazpkg:1868 +#, fuzzy, sh-format +msgid "Extracting: $PACKAGE" +msgstr "Extraindo $PACKAGE... " -#: tazpkg:1944 tazpkg:1960 +#: tazpkg:1877 tazpkg:1890 msgid "Copying original package..." msgstr "Copiando pacote original..." -#: tazpkg:1950 +#: tazpkg:1882 #, sh-format msgid "$PACKAGE is extracted to: $DESTDIR" msgstr "$PACKAGE extraído para: $DESTDIR" -#: tazpkg:1957 -msgid "Recompressing:" +#: tazpkg:1888 +#, fuzzy, sh-format +msgid "Recompressing: $PACKAGE" msgstr "Recomprimindo:" -#: tazpkg:1965 -msgid "Recompressing the fs... " +#: tazpkg:1895 +#, fuzzy +msgid "Recompressing the fs..." msgstr "Recomprimindo o sistema de arquivos... " -#: tazpkg:1969 -msgid "Creating new package... " +#: tazpkg:1899 +#, fuzzy +msgid "Creating new package..." msgstr "Criando novo pacote... " -#: tazpkg:1987 +#: tazpkg:1918 msgid "File lost" msgstr "Arquivo perdido" -#: tazpkg:2001 +#: tazpkg:1931 msgid "Configuration files" msgstr "Arquivos de configuração" -#: tazpkg:2037 -msgid "User configuration backup on " +#: tazpkg:1967 +#, fuzzy, sh-format +msgid "User configuration backup on $pkg_date" msgstr "Backup das configurações de usuário em" -#: tazpkg:2056 +#: tazpkg:1982 +#, fuzzy, sh-format +msgid "Repacking: $PACKAGE-$VERSION$EXTRAVERSION.tazpkg" +msgstr "Remover $PACKAGE ($VERSION$EXTRAVERSION) ?" + +#: tazpkg:1984 #, sh-format msgid "Can't repack $PACKAGE" msgstr "Impossível reempacotar $PACKAGE" -#: tazpkg:2060 +#: tazpkg:1988 #, sh-format msgid "Can't repack, $PACKAGE files have been modified by:" msgstr "Impossível reempacotar, os arquivos do $PACKAGE foram modificados por:" -#: tazpkg:2072 +#: tazpkg:2000 msgid "Can't repack, the following files are lost:" msgstr "Impossível reempacotar, os seguintes arquivos foram perdidos:" -#: tazpkg:2110 +#: tazpkg:2027 +#, fuzzy, sh-format +msgid "Can't repack, $CHECKSUM error." +msgstr "Impossível reempacotar, erro de md5sum." + +#: tazpkg:2038 #, sh-format msgid "Package $PACKAGE repacked successfully." msgstr "Pacote $PACKAGE reempacotado com sucesso." -#: tazpkg:2111 tazpkg:2166 -msgid "Size" -msgstr "Tamanho" +#: tazpkg:2040 tazpkg:2094 +#, sh-format +msgid "Size: $pkg_size" +msgstr "" -#: tazpkg:2119 +#: tazpkg:2048 msgid "Receipt is missing. Please read the documentation." msgstr "Arquivo receipt não encontrado. Por favor leia a documentação." -#: tazpkg:2126 +#: tazpkg:2051 +#, fuzzy, sh-format +msgid "Packing: $PACKAGE" +msgstr "Extraindo $PACKAGE... " + +#: tazpkg:2053 msgid "Creating the list of files..." msgstr "Criando lista de arquivos..." -#: tazpkg:2145 -msgid "Compressing the fs... " +#: tazpkg:2059 +#, fuzzy, sh-format +msgid "Creating $CHECKSUM of files..." +msgstr "Criando md5sum dos arquivos..." + +#: tazpkg:2073 +#, fuzzy +msgid "Compressing the fs..." msgstr "Comprimindo o sistema de arquivos... " -#: tazpkg:2152 +#: tazpkg:2080 msgid "Updating receipt sizes..." msgstr "Atualizando tamanhos no arquivo receipt... " -#: tazpkg:2157 -msgid "Creating full cpio archive... " +#: tazpkg:2085 +#, fuzzy +msgid "Creating full cpio archive..." msgstr "Criando arquivo cpio... " -#: tazpkg:2160 -msgid "Restoring original package tree... " +#: tazpkg:2088 +#, fuzzy +msgid "Restoring original package tree..." msgstr "Restaurando a árvore de arquivos original... " -#: tazpkg:2165 +#: tazpkg:2092 #, sh-format msgid "Package $PACKAGE compressed successfully." msgstr "Pacote $PACKAGE comprimido com sucesso" -#: tazpkg:2188 -#, fuzzy -msgid "doesn't exist." +#: tazpkg:2117 +#, fuzzy, sh-format +msgid "$repo doesn't exist." msgstr "não existe." -#: tazpkg:2205 -msgid "Undigest" -msgstr "Undigest" +#: tazpkg:2136 +#, sh-format +msgid "Undigest $base_path" +msgstr "" -#: tazpkg:2207 -#, fuzzy -msgid "is up to date." +#: tazpkg:2138 +#, fuzzy, sh-format +msgid "$repository_name is up to date." msgstr "Sistema atualizado." -#: tazpkg:2221 -msgid "Recharging undigest" +#: tazpkg:2153 +#, fuzzy, sh-format +msgid "Recharging undigest $base_path:" msgstr "Recarregando mirror undigest" -#: tazpkg:2225 +#: tazpkg:2157 msgid "Creating backup of the last packages list..." msgstr "Criando backup da lista de pacotes mais recente..." -#: tazpkg:2251 -#, sh-format -msgid "$new_pkgs new packages on the mirror." -msgstr "$new_pkgs novos pacotes no mirror." +#: tazpkg:2181 +#, fuzzy, sh-format +msgid "$new_pkgs new package on the mirror." +msgid_plural "$new_pkgs new packages on the mirror." +msgstr[0] "$new_pkgs novos pacotes no mirror." +msgstr[1] "$new_pkgs novos pacotes no mirror." -#: tazpkg:2254 +#: tazpkg:2184 msgid "No new packages on the mirror." msgstr "Nenhum pacote novo no mirror." -#: tazpkg:2261 +#: tazpkg:2189 msgid "" "Last packages.list is ready to use. Note that next time you recharge the\n" "list, a list of differences will be displayed to show new and upgradeable\n" @@ -896,250 +989,369 @@ "que a lista for recarregada, serão listadas diferenças referentes aos\n" "pacotes novos e os que necessitam de atualização." -#: tazpkg:2302 +#: tazpkg:2229 #, fuzzy, sh-format msgid "$pkg_list is older than one week... recharging" msgstr "$pkg_list é possui mais de uma semana... aualizando" -#: tazpkg:2308 +#: tazpkg:2233 +msgid "Package" +msgstr "Pacote" + +#: tazpkg:2233 #, fuzzy msgid "Version" msgstr "Versão :" -#: tazpkg:2309 +#: tazpkg:2233 msgid "Status" msgstr "" -#: tazpkg:2336 +#: tazpkg:2258 #, fuzzy msgid "Blocked" msgstr "Pacotes bloqueados" -#: tazpkg:2343 +#: tazpkg:2265 #, fuzzy msgid "New build" msgstr "Nova compilação:" -#: tazpkg:2345 -#, fuzzy -msgid "New version" +#: tazpkg:2267 +#, fuzzy, sh-format +msgid "New version $new" msgstr "Nova Versão :" -#: tazpkg:2358 tazpkg:2390 -msgid "-e" -msgstr "-e" +#: tazpkg:2280 +#, fuzzy +msgid "System is up-to-date..." +msgstr "Sistema atualizado." -#: tazpkg:2361 -#, fuzzy -msgid "installed packages scanned in" -msgstr "Pacotes instalados" +#: tazpkg:2284 +#, fuzzy, sh-format +msgid "$pkgs installed package scanned in ${time}s" +msgid_plural "$pkgs installed packages scanned in ${time}s" +msgstr[0] "Pacotes instalados" +msgstr[1] "Pacotes instalados" -#: tazpkg:2368 +#: tazpkg:2288 +#, sh-format +msgid "$blocked_count blocked" +msgid_plural "$blocked_count blocked" +msgstr[0] "" +msgstr[1] "" + +#: tazpkg:2292 #, fuzzy, sh-format -msgid "You have $upnb available upgrades$blocks" -msgstr "Há $upnb atualizações disponíveis$blocks em $pkgs pacotes instalados" +msgid "You have $upnb available upgrade $blocks" +msgid_plural "You have $upnb available upgrades $blocks" +msgstr[0] "" +"Há $upnb atualizações disponíveis$blocks em $pkgs pacotes instalados" +msgstr[1] "" +"Há $upnb atualizações disponíveis$blocks em $pkgs pacotes instalados" -#: tazpkg:2377 +#: tazpkg:2302 #, fuzzy msgid "Do you wish to install them now: y/n ? " msgstr "Você gostaria de instalá-los agora: y=sim n=não?" -#: tazpkg:2401 +#: tazpkg:2315 +#, fuzzy +msgid "Leaving without any upgrades installed." +msgstr "Removendo todos os arquivos instalados..." + +#: tazpkg:2327 msgid "No known bugs." msgstr "Sem bugs conhecidos." -#: tazpkg:2407 +#: tazpkg:2333 msgid "Bug list completed" msgstr "Lista de Bugs completa." -#: tazpkg:2409 +#: tazpkg:2335 #, sh-format msgid "Bugs in package $PACKAGE version $VERSION$EXTRAVERSION:" msgstr "Bugs no pacote $PACKAGE versão $VERSION$EXTRAVERSION:" -#: tazpkg:2426 +#: tazpkg:2352 #, sh-format msgid "The package $PACKAGE installation has not completed" msgstr "A instalação do pacote $PACKAGE não se completou" -#: tazpkg:2434 -#, sh-format -msgid "The package $PACKAGE $VERSION$EXTRAVERSION has been modified by:" +#: tazpkg:2360 +#, fuzzy, sh-format +msgid "The package $PACKAGE-$VERSION$EXTRAVERSION has been modified by:" msgstr "O pacote $PACKAGE $VERSION$EXTRAVERSION foi modificado por:" -#: tazpkg:2439 -#, sh-format -msgid "Files lost from $PACKAGE $VERSION$EXTRAVERSION :" +#: tazpkg:2365 +#, fuzzy, sh-format +msgid "Files lost from $PACKAGE-$VERSION$EXTRAVERSION:" msgstr "Arquivos perdidos para $PACKAGE $VERSION$EXTRAVERSION:" -#: tazpkg:2443 +#: tazpkg:2369 msgid "target of symlink" msgstr "alvo do link simbólico" -#: tazpkg:2448 -msgid "Missing dependencies for" -msgstr "Dependências requeridas por" +#: tazpkg:2374 +#, fuzzy, sh-format +msgid "Missing dependencies for $PACKAGE-$VERSION$EXTRAVERSION:" +msgstr "Arquivos perdidos para $PACKAGE $VERSION$EXTRAVERSION:" -#: tazpkg:2455 -msgid "Dependencies loop between" -msgstr "Loop de dependências entre" +#: tazpkg:2381 +#, fuzzy, sh-format +msgid "Dependencies loop between $PACKAGE and:" +msgstr "AVISO Loop de dependências entre $PACKAGE e $i." -#: tazpkg:2459 -msgid "Looking for known bugs... " +#: tazpkg:2385 +#, fuzzy +msgid "Looking for known bugs..." msgstr "Procurando por bugs conhecidos..." -#: tazpkg:2484 -#, sh-format -msgid "The following packages provide $file :" +#: tazpkg:2410 +#, fuzzy, sh-format +msgid "The following packages provide $file:" msgstr "Os seguintes pacotes fornecem $file :" -#: tazpkg:2490 -msgid "overridden by" -msgstr "Sobrescrito por" +#: tazpkg:2416 +#, sh-format +msgid " $pkg (overridden by $overriders)" +msgstr "" -#: tazpkg:2495 -msgid "No package has installed the following files" +#: tazpkg:2423 +#, fuzzy +msgid "No package has installed the following files:" msgstr "Nenhum pacote instalou os seguintes arquivos" -#: tazpkg:2504 +#: tazpkg:2432 msgid "Check completed." msgstr "Checagem completa." -#: tazpkg:2511 +#: tazpkg:2439 #, sh-format msgid "$PACKAGE is already in the blocked packages list." msgstr "$PACKAGE já está na lista de pacotes bloqueados." -#: tazpkg:2515 -#, sh-format -msgid "Add $PACKAGE to : $BLOCKED..." +#: tazpkg:2443 +#, fuzzy, sh-format +msgid "Add $PACKAGE to: $BLOCKED..." msgstr "Adicionando $PACKAGE para : $BLOCKED..." -#: tazpkg:2529 -#, sh-format -msgid "Removing $PACKAGE from : $BLOCKED..." +#: tazpkg:2457 +#, fuzzy, sh-format +msgid "Removing $PACKAGE from: $BLOCKED..." msgstr "Removendo $PACKAGE de : $BLOCKED..." -#: tazpkg:2537 +#: tazpkg:2465 #, sh-format msgid "$PACKAGE is not in the blocked packages list." msgstr "$PACKAGE não está na lista de pacotes bloqueados." -#: tazpkg:2567 tazpkg:2625 -#, sh-format -msgid "$PACKAGE already in the cache : $CACHE_DIR" +#: tazpkg:2483 tazpkg:2528 +msgid "rootconfig needs --root= option used." +msgstr "" + +#: tazpkg:2496 tazpkg:2555 +#, fuzzy, sh-format +msgid "$PACKAGE already in the cache: $CACHE_DIR" msgstr "$PACKAGE já está no cache: $CACHE_DIR" -#: tazpkg:2570 tazpkg:2628 +#: tazpkg:2499 tazpkg:2558 #, sh-format msgid "Continuing $PACKAGE download" msgstr "Continuando o download de $PACKAGE" -#: tazpkg:2650 -msgid "Clean cache:" -msgstr "Limpa o cache:" +#: tazpkg:2579 +#, fuzzy, sh-format +msgid "Clean cache: $CACHE_DIR" +msgstr "$PACKAGE já está no cache: $CACHE_DIR" -#: tazpkg:2652 +#: tazpkg:2580 msgid "Cleaning cache directory..." msgstr "Limpando o diretório de cache..." -#: tazpkg:2655 -#, sh-format -msgid "$files file(s) removed from cache." -msgstr "$files arquivo(s) removido(s) do cache." +#: tazpkg:2584 +#, fuzzy, sh-format +msgid "$files file removed from cache." +msgid_plural "$files files removed from cache." +msgstr[0] "$files arquivo(s) removido(s) do cache." +msgstr[1] "$files arquivo(s) removido(s) do cache." -#: tazpkg:2665 +#: tazpkg:2595 msgid "Current undigest(s)" msgstr "Undigest(s) atuais" -#: tazpkg:2669 +#: tazpkg:2598 msgid "No undigest mirror found." msgstr "Nenhum mirror undigest encontrado." -#: tazpkg:2681 +#: tazpkg:2610 #, sh-format msgid "Remove $undigest undigest" msgstr "Remove undigest $undigest" -#: tazpkg:2685 +#: tazpkg:2612 #, sh-format msgid "Removing $undigest undigest..." msgstr "Removendo undigest $undigest..." -#: tazpkg:2691 +#: tazpkg:2618 #, sh-format msgid "Undigest $undigest not found" msgstr "Undigest $undigest não encontrado" -#: tazpkg:2706 +#: tazpkg:2633 #, sh-format msgid "Creating new undigest $undigest." msgstr "Criando novo undigest $undigest." -#: tazpkg:2724 -msgid "Unknow option" +#: tazpkg:2652 +#, fuzzy, sh-format +msgid "Unknown option $u_opt." msgstr "Opção desconhecida" -#: tazpkg:2739 +#: tazpkg:2667 #, sh-format msgid "Nothing to do for $PACKAGE." msgstr "Nada a se fazer para $PACKAGE." -#: tazpkg:2743 +#: tazpkg:2671 #, sh-format msgid "Package $PACKAGE is not installed." msgstr "Pacote $PACKAGE não está instalado." -#: tazpkg:2744 +#: tazpkg:2672 msgid "Install package with 'tazpkg install' or 'tazpkg get-install'" msgstr "Instale o pacote com 'tazpkg install' ou 'tazpkg get-install'" -#: tazpkg:2757 -msgid "Tazpkg SHell" +#: tazpkg:2684 +#, fuzzy +msgid "Tazpkg SHell." msgstr "Tazpkg SHell" -#: tazpkg:2759 +#: tazpkg:2685 msgid "Type 'usage' to list all available commands or 'quit' or 'q' to exit." msgstr "Digite 'usage' para comandos disponíveis ou 'quit' ou 'q' para sair." -#: tazpkg:2769 +#: tazpkg:2695 msgid "You are already running a Tazpkg SHell." msgstr "Você já está usando o Tazpkg SHell." -#: tazpkg:2813 +#: tazpkg:2739 msgid "Unsupported format" msgstr "Formato não suportado" -#: tazpkg:2829 +#: tazpkg:2747 +msgid "" +"\n" +"usage: tazpkg link package_name slitaz_root\n" +"example: 'tazpkg link openoffice /mnt' will use less than 100k in\n" +" your running system ram.\n" +msgstr "" + +#: tazpkg:2755 #, sh-format msgid "$PACKAGE is already installed." msgstr "$PACKAGE já está instalado." -#: tazpkg:2838 -#, sh-format -msgid "Missing : $i" +#: tazpkg:2764 +#, fuzzy, sh-format +msgid "Missing: $i" msgstr "Falta: $i" -#: tazpkg:2842 +#: tazpkg:2768 msgid "Link all missing dependencies" msgstr "Liga todas as dependências perdidas" -#: tazpkg:2852 -#, fuzzy -msgid "Leaving dependencies unresolved for:" +#: tazpkg:2777 +#, fuzzy, sh-format +msgid "Leaving dependencies unresolved for: $PACKAGE" msgstr "Deixando dependências para $PACKAGE não resolvidas." -#: tazpkg:2853 +#: tazpkg:2778 #, fuzzy msgid "The package is installed but probably will not work." msgstr "O pacote está instalado mas provavelmente não funcionará." +#: tazpkg-box:17 +msgid "TazPKG Action" +msgstr "" + +#: tazpkg-box:31 +#, sh-format +msgid "Package name: $pkgname" +msgstr "" + +#: tazpkg-box:35 +msgid "Install" +msgstr "" + +#: tazpkg-box:35 +#, fuzzy +msgid "Extract" +msgstr "Extraindo:" + +#: tazpkg-box:55 +#, sh-format +msgid "Downloading: $pkg" +msgstr "" + +#: tazpkg-box:68 +#, sh-format +msgid "Usage: $progname [actions|url] [pkg]" +msgstr "" + +#~ msgid "y" +#~ msgstr "y" + +#~ msgid "Y" +#~ msgstr "Y" + +#~ msgid "n" +#~ msgstr "n" + +#~ msgid "N" +#~ msgstr "N" + +#~ msgid "Please confirm uninstallation" +#~ msgstr "Por favor confirmar a desinstalação" + +#~ msgid "Installed packages of category:" +#~ msgstr "Pacotes instalados da categoria:" + +#~ msgid "tazpkg up [--option]" +#~ msgstr "tazpkg up [--opção]" + +#, fuzzy +#~ msgid "packages installed of category:" +#~ msgstr "Pacotes instalados da categoria:" + +#~ msgid "Removing:" +#~ msgstr "Removendo:" + +#~ msgid "Size" +#~ msgstr "Tamanho" + +#~ msgid "Undigest" +#~ msgstr "Undigest" + +#~ msgid "-e" +#~ msgstr "-e" + +#~ msgid "Missing dependencies for" +#~ msgstr "Dependências requeridas por" + +#~ msgid "Dependencies loop between" +#~ msgstr "Loop de dependências entre" + +#~ msgid "overridden by" +#~ msgstr "Sobrescrito por" + +#~ msgid "Clean cache:" +#~ msgstr "Limpa o cache:" + #~ msgid "Create a xHTML list of installed packages." #~ msgstr "Cria uma lista dos pacotes instalados em formato xHTML." -#~ msgid "$packages packages installed of category $ASKED_CATEGORY_I18N." -#~ msgstr "$packages pacotes instalados da categoria $ASKED_CATEGORY_I18N." - #~ msgid "Creating xHTML list of installed packages" #~ msgstr "Criando lista xHTML dos pacotes instalados" @@ -1155,16 +1367,6 @@ #~ msgid "Update type" #~ msgstr "Tipo de atualização" -#~ msgid "Check packages md5sum to list and install latest upgrades." -#~ msgstr "" -#~ "Verifica o md5sum dos pacotes listados e instala a última atualização" - -#~ msgid "Can't repack, md5sum error." -#~ msgstr "Impossível reempacotar, erro de md5sum." - -#~ msgid "Creating md5sum of files..." -#~ msgstr "Criando md5sum dos arquivos..." - #, fuzzy #~ msgid "Upgrade one or all installed package(s) (obsolete)." #~ msgstr "Atualiza um ou todos os pacotes instalados/listados no mirror." @@ -1198,9 +1400,6 @@ #~ "$packages pacotes instalados e listados a se considerar, $up para " #~ "atualizar, $blocked bloqueados." -#~ msgid "System is up-to-date." -#~ msgstr "Sistema atualizado." - #~ msgid "" #~ "$packages installed and listed packages to consider, 0 to upgrade, " #~ "$blocked blocked." diff -r 4df916f2af5b -r de952705379e po/tazpkg/ru.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/po/tazpkg/ru.po Sat Jun 23 00:51:57 2012 +0000 @@ -0,0 +1,1410 @@ +# Russian translations for TazPkg package +# Copyright (C) 2011-12 www.slitaz.org +# This file is distributed under the same license as the TazPkg package. +# Aleksej Bobylev , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: Tazpkg 4.9.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-23 00:48+0000\n" +"PO-Revision-Date: 2012-06-23 00:49-0000\n" +"Last-Translator: Aleksej Bobylev \n" +"Language-Team: Russian\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Poedit-Language: Russian\n" +"X-Poedit-Basepath: ../../\n" +"X-Poedit-SearchPath-0: .\n" + +#: tazpkg:37 +msgid "base-system" +msgstr "базовая система" + +#: tazpkg:37 +msgid "x-window" +msgstr "иксы" + +#: tazpkg:37 +msgid "utilities" +msgstr "утилиты" + +#: tazpkg:38 +msgid "network" +msgstr "сеть" + +#: tazpkg:38 +msgid "graphics" +msgstr "графика" + +#: tazpkg:38 +msgid "multimedia" +msgstr "мультимедиа" + +#: tazpkg:39 +msgid "office" +msgstr "офис" + +#: tazpkg:39 +msgid "development" +msgstr "разработка" + +#: tazpkg:39 +msgid "system-tools" +msgstr "системные утилиты" + +#: tazpkg:40 +msgid "security" +msgstr "безопасность" + +#: tazpkg:40 +msgid "games" +msgstr "игры" + +#: tazpkg:40 +msgid "misc" +msgstr "прочее" + +#: tazpkg:40 +msgid "meta" +msgstr "мета" + +#: tazpkg:41 +msgid "non-free" +msgstr "несвободные" + +#: tazpkg:110 +#, sh-format +msgid "SliTaz package manager - Version: $VERSION" +msgstr "Менеджер пакетов SliTaz, версия $VERSION" + +#: tazpkg:112 +msgid "Usage:" +msgstr "Использование:" + +#: tazpkg:113 +msgid "tazpkg [command] [package|dir|pattern|list|cat|--opt] [dir|--opt]" +msgstr "tazpkg [команда] [пакет|папка|шаблон|список|категория|--опции] [папка|--опции]" + +#: tazpkg:114 +msgid "SHell:" +msgstr "Оболочка:" + +#: tazpkg:116 +msgid "Commands:" +msgstr "Команды:" + +#: tazpkg:117 +msgid "Print this short usage." +msgstr "Эта короткая справка" + +#: tazpkg:118 +msgid "Show known bugs in packages." +msgstr "Известные ошибки в пакетах" + +#: tazpkg:119 +msgid "List installed packages on the system by category or all." +msgstr "Список установленных пакетов, всех или по категориям" + +#: tazpkg:120 +msgid "List all available packages on the mirror (--diff for new)." +msgstr "Список всех доступных на зеркале пакетов (--diff для новых)" + +#: tazpkg:121 +msgid "Print information about a package." +msgstr "Информация о пакете" + +#: tazpkg:122 +msgid "Print description of a package (if it exists)." +msgstr "Описание пакета (если существует)" + +#: tazpkg:123 +msgid "List the files installed with a package." +msgstr "Список файлов пакета" + +#: tazpkg:124 +msgid "List the configuration files." +msgstr "Список всех конфигурационных файлов" + +#: tazpkg:125 +msgid "Search for a package by pattern or name (options: -i|-l|-m)." +msgstr "Поиск пакета по шаблону или названию (опции: -i|-l|-m)" + +#: tazpkg:126 +msgid "Search on mirror for package having a particular file." +msgstr "Поиск на зеркале пакета, имеющего указанный файл" + +#: tazpkg:127 +msgid "Search for file(s) in all installed packages files." +msgstr "Поиск файла(ов) среди файлов всех установленных пакетов" + +#: tazpkg:128 +msgid "Install a local (*.tazpkg) package (--forced to force)." +msgstr "Установить локальный пакет *.tazpkg (--forced принудительно)" + +#: tazpkg:129 +msgid "Install all packages from a list of packages." +msgstr "Установить все пакеты из списка пакетов" + +#: tazpkg:130 +msgid "Remove the specified package and all installed files." +msgstr "Удалить указанный пакет и все установленные им файлы" + +#: tazpkg:131 +msgid "Extract a (*.tazpkg) package into a directory." +msgstr "Распаковать пакет (*.tazpkg) в папку" + +#: tazpkg:132 +msgid "Pack an unpacked or prepared package tree." +msgstr "Упаковать распакованное или подготовленное дерево пакета" + +#: tazpkg:133 +msgid "Recharge your packages.list from the mirror." +msgstr "Получить свежий список пакетов (packages.list) с зеркала" + +#: tazpkg:134 +#, sh-format +msgid "Check packages $CHECKSUM to list and install latest upgrades." +msgstr "Проверить $CHECKSUM пакетов, показать и установить обновления" + +#: tazpkg:135 +msgid "Create a package archive from an installed package." +msgstr "Создать пакет из файлов установленного пакета" + +#: tazpkg:136 +msgid "Create a package archive with configuration files." +msgstr "Создать пакет со всеми конфигурационными файлами" + +#: tazpkg:137 +msgid "Rebuild a package with a better compression ratio." +msgstr "Перепаковать пакет с лучшей степенью сжатия" + +#: tazpkg:138 +msgid "Block an installed package version or unblock it for upgrade." +msgstr "Блокировать|разблокировать установленный пакет для обновлений" + +#: tazpkg:139 +msgid "Download a package into the current directory." +msgstr "Загрузить пакет в текущую папку" + +#: tazpkg:140 +msgid "Download and install a package from the mirror." +msgstr "Загрузить пакет с зеркала и установить его" + +#: tazpkg:141 +msgid "Download and install a list of packages from the mirror." +msgstr "Загрузить с зеркала список пакетов и установить их" + +#: tazpkg:142 +msgid "Verify consistency of installed packages." +msgstr "Проверить целостность установленных пакетов" + +#: tazpkg:143 +msgid "Install the flavor list of packages." +msgstr "Установить список пакетов flavor" + +#: tazpkg:144 +msgid "Install the flavor list of packages and remove other ones." +msgstr "Установить список пакетов flavor и удалить прочие" + +#: tazpkg:145 +msgid "Change release and update packages." +msgstr "Изменить релиз и обновить пакеты" + +#: tazpkg:146 +msgid "Clean all packages downloaded in cache directory." +msgstr "Очистить кэш загруженных пакетов" + +#: tazpkg:147 +msgid "Display dependencies tree." +msgstr "Показать дерево зависимостей" + +#: tazpkg:148 +msgid "Display reverse dependencies tree." +msgstr "Показать дерево обратных зависимостей" + +#: tazpkg:149 +msgid "Convert a deb/rpm/tgz/arch package to a slitaz (.tazpkg)." +msgstr "Конвертировать пакеты deb|rpm|tgz|arch в формат tazpkg" + +#: tazpkg:150 +msgid "Link a package from another slitaz installation." +msgstr "Присоединить пакет из другого установленного SliTaz" + +#: tazpkg:151 +msgid "Change the mirror url configuration." +msgstr "Изменить настройки URL зеркала" + +#: tazpkg:152 +msgid "List undigest mirrors." +msgstr "Список неофициальных зеркал" + +#: tazpkg:153 +msgid "Remove an undigest mirror." +msgstr "Удалить неофициальное зеркало" + +#: tazpkg:154 +msgid "Add an undigest mirror." +msgstr "Добавить неофициальное зеркало" + +#: tazpkg:155 +msgid "Update an undigest mirror." +msgstr "Обновить неофициальное зеркало" + +#: tazpkg:156 +msgid "Replay post install script from package." +msgstr "Повторно выполнить пост-установочный скрипт из пакета" + +#: tazpkg:163 +msgid "Tazpkg usage for command up: tazpkg up [--option]" +msgstr "Использование команды up в TazPKG: tazpkg up [--параметр]" + +#: tazpkg:164 +msgid "Without options run in interactive mode and ask before install" +msgstr "Без параметров запускается в интерактивном режиме с подтверждением установки" + +#: tazpkg:166 +msgid "Where options are:" +msgstr "Список параметров:" + +#: tazpkg:167 +msgid "Check only for available upgrades" +msgstr "Только проверить наличие обновлений" + +#: tazpkg:168 +msgid "Force recharge of packages list and check" +msgstr "Принудительно перезагрузить список пакетов и проверить" + +#: tazpkg:169 +msgid "Check for upgrades and install them all" +msgstr "Проверить обновления и установить их все" + +#: tazpkg:171 +msgid "Example:" +msgstr "Пример:" + +#: tazpkg:182 +#, sh-format +msgid "Creating $FOLDER..." +msgstr "Создание папки $FOLDER…" + +#: tazpkg:210 +msgid "Please specify a package name on the command line." +msgstr "Укажите название пакета в командной строке." + +#: tazpkg:221 +#, sh-format +msgid "Unable to find: $PACKAGE_FILE" +msgstr "Не удалось найти $PACKAGE_FILE" + +#: tazpkg:233 +#, sh-format +msgid "Unable to find the receipt: $FS$INSTALLED/$PACKAGE/receipt" +msgstr "Не удалось найти рецепт $FS$INSTALLED/$PACKAGE/receipt" + +#: tazpkg:287 +#, sh-format +msgid "" +"$PACKAGE package is already installed. You can\n" +"use the --forced option to force installation or remove it and reinstall." +msgstr "" +"Пакет $PACKAGE уже был установлен.\n" +"Используйте опцию --forced, чтобы принудительно установить пакет, либо удалите\n" +"и установите заново этот пакет." + +#: tazpkg:302 +#, sh-format +msgid "Unable to find the list: $LOCALSTATE/packages.list" +msgstr "Не удалось найти список $LOCALSTATE/packages.list" + +#: tazpkg:304 +msgid "" +"You must probably run 'tazpkg recharge' as root to get the latest list of\n" +"packages available on the mirror." +msgstr "" +"Вы должны запустить «tazpkg recharge» от имени root, чтобы получить свежий\n" +"список пакетов, доступных на зеркале." + +#: tazpkg:422 +#, sh-format +msgid "Unable to find: $PACKAGE in the mirrored packages list." +msgstr "Не удалось найти $PACKAGE в списке пакетов зеркала." + +#: tazpkg:478 +#, sh-format +msgid "Extracting $PACKAGE..." +msgstr "Распаковка пакета $PACKAGE…" + +#: tazpkg:482 +#: tazpkg:486 +msgid "Extracting the pseudo fs..." +msgstr "Распаковка псевдо-файловой системы…" + +#: tazpkg:549 +#, sh-format +msgid "Installation of: $PACKAGE" +msgstr "Установка пакета $PACKAGE" + +#: tazpkg:550 +#, sh-format +msgid "Copying $PACKAGE..." +msgstr "Копирование пакета $PACKAGE… " + +#: tazpkg:562 +msgid "Checking post install dependencies..." +msgstr "Проверка пост-установочных зависимостей..." + +#: tazpkg:565 +#, sh-format +msgid "Please run 'tazpkg install $PACKAGE_FILE' in / and retry." +msgstr "Выполните «tazpkg install $PACKAGE_FILE» в «/» и повторите." + +#: tazpkg:639 +#, sh-format +msgid "Saving configuration files for $PACKAGE..." +msgstr "Сохранение конфигурационных файлов в пакете $PACKAGE…" + +#: tazpkg:653 +#, sh-format +msgid "Installing $PACKAGE..." +msgstr "Установка пакета $PACKAGE…" + +#: tazpkg:657 +#, sh-format +msgid "Removing old $PACKAGE..." +msgstr "Удаление старого пакета $PACKAGE…" + +#: tazpkg:665 +msgid "Removing all tmp files..." +msgstr "Удаление всех временных файлов…" + +#: tazpkg:693 +#, sh-format +msgid "$PACKAGE ($VERSION$EXTRAVERSION) is installed." +msgstr "Пакет $PACKAGE ($VERSION$EXTRAVERSION) установлен." + +#: tazpkg:743 +#, sh-format +msgid "WARNING Dependency loop between $PACKAGE and $i." +msgstr "ВНИМАНИЕ! Циклическая зависимость между $PACKAGE и $i." + +#: tazpkg:747 +#, sh-format +msgid "Tracking dependencies for: $PACKAGE" +msgstr "Отслеживание зависимостей пакета $PACKAGE" + +#: tazpkg:754 +#, sh-format +msgid "Missing: $MISSING_PACKAGE" +msgstr "Отсутствует: $MISSING_PACKAGE" + +#: tazpkg:759 +#, sh-format +msgid "$deps missing package to install." +msgid_plural "$deps missing packages to install." +msgstr[0] "Отсутствует $deps пакет для установки." +msgstr[1] "Отсутствуют $deps пакета для установки." +msgstr[2] "Отсутствуют $deps пакетов для установки." + +#: tazpkg:776 +msgid "Install all missing dependencies" +msgstr "Установить все отсутствующие зависимости" + +#: tazpkg:792 +#, sh-format +msgid "Checking if $pkg exists in local list..." +msgstr "Проверка наличия пакета $pkg в локальном списке…" + +#: tazpkg:819 +#, sh-format +msgid "" +"Leaving dependencies for $PACKAGE unresolved.\n" +"The package is installed but will probably not work." +msgstr "" +"Зависимости пакета $PACKAGE оставлены нерешенными.\n" +"Пакет установлен, но, возможно, не будет работать." + +#: tazpkg:828 +msgid "Installed packages" +msgstr "Установленные пакеты" + +#: tazpkg:841 +#, sh-format +msgid "0 installed packages found for: $PATTERN" +msgstr "По шаблону «$PATTERN» не найдено ни одного установленного пакета." + +#: tazpkg:845 +#, sh-format +msgid "$packages installed package found for: $PATTERN" +msgid_plural "$packages installed packages found for: $PATTERN" +msgstr[0] "По шаблону «$PATTERN» найден $packages установленный пакет" +msgstr[1] "По шаблону «$PATTERN» найдены $packages установленных пакета" +msgstr[2] "По шаблону «$PATTERN» найдены $packages установленных пакетов" + +#: tazpkg:853 +msgid "Available packages name-version" +msgstr "Название-версия доступных пакетов" + +#: tazpkg:863 +msgid "" +"No 'packages.list' found to check for mirrored packages. For more results,\n" +"please run 'tazpkg recharge' once as root before searching." +msgstr "" +"Не обнаружен «packages.list», поэтому невозможно проверить пакеты на зеркале.\n" +"Чтобы получить больше информации, запустите «tazpkg recharge» от имени root\n" +"перед тем, как искать." + +#: tazpkg:868 +#: tazpkg:896 +#, sh-format +msgid "0 available packages found for: $PATTERN" +msgstr "По шаблону «$PATTERN» не найдено ни одного доступного пакета." + +#: tazpkg:872 +#: tazpkg:900 +#, sh-format +msgid "$packages available package found for: $PATTERN" +msgid_plural "$packages available packages found for: $PATTERN" +msgstr[0] "По шаблону «$PATTERN» найден $packages доступный пакет" +msgstr[1] "По шаблону «$PATTERN» найдены $packages доступных пакета" +msgstr[2] "По шаблону «$PATTERN» найдены $packages доступных пакетов" + +#: tazpkg:881 +msgid "Matching packages name with version and desc" +msgstr "Соответствие имени пакета, версии и описания" + +#: tazpkg:891 +msgid "" +"No 'packages.txt' found to check for mirrored packages. For more results,\n" +"please run 'tazpkg recharge' once as root before searching." +msgstr "" +"Не найден «packages.txt» для проверки пакетов, доступных на зеркале.\n" +"Для получения результатов, перед поиском выполните «tazpkg recharge»\n" +"с правами root." + +#: tazpkg:947 +#, sh-format +msgid "Can't find flavor $FLAVOR. Abort." +msgstr "Не удалось найти редакцию $FLAVOR. Остановлено." + +#: tazpkg:960 +msgid "Current mirror(s)" +msgstr "Текущие зеркала" + +#: tazpkg:963 +msgid "" +"Please enter URL of the new mirror (http, ftp or local path). You must specify\n" +"the complete address to the directory of the packages and packages.list file." +msgstr "" +"Укажите адрес нового зеркала (http, ftp или локальный путь). Вы должны указать\n" +"полный адрес к папке, содержащей пакеты и файл «packages.list»." + +#: tazpkg:966 +msgid "New mirror(s) URL: " +msgstr "Адреса новых зеркал:" + +#: tazpkg:974 +msgid "Nothing has been changed." +msgstr "Ничего не было изменено." + +#: tazpkg:976 +#, sh-format +msgid "Setting mirror(s) to: $NEW_MIRROR_URL" +msgstr "Новый адрес зеркала: $NEW_MIRROR_URL" + +#: tazpkg:1098 +msgid "No dependency for" +msgstr "Нет зависимостей для" + +#: tazpkg:1100 +#, sh-format +msgid "WARNING: unknown dependency for $lib" +msgstr "ВНИМАНИЕ: неизвестная зависимость $lib" + +#: tazpkg:1167 +#: tazpkg:1306 +#, sh-format +msgid "Invalid target: $target (expected i386)" +msgstr "Неверная цель: $target (ожидалась i386)" + +#: tazpkg:1204 +#, sh-format +msgid "$PACKAGE_FILE does not look like an Archlinux/Alpine package!" +msgstr "Не похоже, чтобы $PACKAGE_FILE являлся пакетом Archlinux/Alpine!" + +#: tazpkg:1255 +#, sh-format +msgid "$PACKAGE_FILE does not look like a Slackware package!" +msgstr "Не похоже, чтобы $PACKAGE_FILE являлся пакетом Slackware!" + +#: tazpkg:1405 +msgid "Blocked packages" +msgstr "Заблокированные пакеты" + +#: tazpkg:1409 +msgid "No blocked packages found." +msgstr "Заблокированные пакеты отсутствуют." + +#: tazpkg:1415 +msgid "Packages categories" +msgstr "Категории пакетов" + +#: tazpkg:1422 +#, sh-format +msgid "$categories category" +msgid_plural "$categories categories" +msgstr[0] "$categories категория" +msgstr[1] "$categories категории" +msgstr[2] "$categories категорий" + +#: tazpkg:1430 +#, sh-format +msgid "Installed packages of category: $ASKED_CATEGORY_I18N" +msgstr "Установленные пакеты категории «$ASKED_CATEGORY_I18N»" + +#: tazpkg:1442 +#, sh-format +msgid "$packages package installed of category $ASKED_CATEGORY_I18N." +msgid_plural "$packages packages installed of category $ASKED_CATEGORY_I18N." +msgstr[0] "В категории $ASKED_CATEGORY_I18N установлен $packages пакет." +msgstr[1] "В категории $ASKED_CATEGORY_I18N установлены $packages пакета." +msgstr[2] "В категории $ASKED_CATEGORY_I18N установлены $packages пакетов." + +#: tazpkg:1447 +msgid "List of all installed packages" +msgstr "Список всех установленных пакетов" + +#: tazpkg:1457 +#, sh-format +msgid "$packages package installed." +msgid_plural "$packages packages installed." +msgstr[0] "Установлен $packages пакет." +msgstr[1] "Установлены $packages пакета." +msgstr[2] "Установлены $packages пакетов." + +#: tazpkg:1467 +#: tazpkg:2176 +msgid "Mirrored packages diff" +msgstr "Обновления в пакетах зеркала" + +#: tazpkg:1471 +#, sh-format +msgid "$pkgs new package listed on the mirror." +msgid_plural "$pkgs new packages listed on the mirror." +msgstr[0] "На зеркале появился $pkgs новый пакет." +msgstr[1] "На зеркале появились $pkgs новых пакета." +msgstr[2] "На зеркале появились $pkgs новых пакетов." + +#: tazpkg:1475 +msgid "Unable to list anything, no packages.diff found." +msgstr "Невозможно вывести список, packages.diff не обнаружен." + +#: tazpkg:1476 +msgid "Recharge your current list to create a first diff." +msgstr "Перезагрузите ваш текущий список для создания первой разницы." + +#: tazpkg:1480 +msgid "List of available packages on the mirror" +msgstr "Список пакетов, доступных на зеркале" + +#: tazpkg:1485 +#, sh-format +msgid "$pkgs package in the last recharged list." +msgid_plural "$pkgs packages in the last recharged list." +msgstr[0] "Последний обновленный список содержит $pkgs пакет." +msgstr[1] "Последний обновленный список содержит $pkgs пакета." +msgstr[2] "Последний обновленный список содержит $pkgs пакетов." + +#: tazpkg:1492 +#, sh-format +msgid "Installed files by: $PACKAGE" +msgstr "Файлы, устанавливаемые с $PACKAGE:" + +#: tazpkg:1496 +#, sh-format +msgid "$files file installed with $PACKAGE" +msgid_plural "$files files installed with $PACKAGE" +msgstr[0] "$files файл, устанавливаемый с $PACKAGE." +msgstr[1] "$files файла, устанавливаемых с $PACKAGE." +msgstr[2] "$files файлов, устанавливаемых с $PACKAGE." + +#: tazpkg:1505 +msgid "Tazpkg information" +msgstr "Информация TazPKG" + +#: tazpkg:1507 +msgid "Package :" +msgstr "Пакет :" + +#: tazpkg:1508 +msgid "Version :" +msgstr "Версия :" + +#: tazpkg:1509 +msgid "Category :" +msgstr "Категория :" + +#: tazpkg:1510 +msgid "Short desc :" +msgstr "Описание :" + +#: tazpkg:1511 +msgid "Maintainer :" +msgstr "Мэйнтейнер :" + +#: tazpkg:1512 +msgid "Depends :" +msgstr "Зависимости:" + +#: tazpkg:1513 +msgid "Suggested :" +msgstr "Предложен :" + +#: tazpkg:1514 +msgid "Build deps :" +msgstr "Зав.компил.:" + +#: tazpkg:1515 +msgid "Wanted src :" +msgstr "Требуемые исходники:" + +#: tazpkg:1516 +msgid "Web site :" +msgstr "Веб-сайт :" + +#: tazpkg:1522 +#, sh-format +msgid "Description of: $PACKAGE" +msgstr "Описание пакета $PACKAGE" + +#: tazpkg:1527 +msgid "Sorry, no description available for this package." +msgstr "Описание для этого пакета недоступно." + +#: tazpkg:1535 +msgid "Please specify a pattern or package name to search for." +msgstr "Укажите шаблон или название пакета, который вы хотите найти." + +#: tazpkg:1536 +msgid "Example : 'tazpkg search paint'" +msgstr "Пример: tazpkg search paint" + +#: tazpkg:1540 +#, sh-format +msgid "Search result for: $PATTERN" +msgstr "Результаты поиска $PATTERN" + +#: tazpkg:1557 +#: tazpkg:1615 +msgid "Please specify a pattern or file name to search for." +msgstr "Укажите шаблон или название файла, который вы хотите найти." + +#: tazpkg:1558 +msgid "Example : 'tazpkg search-file libnss'" +msgstr "Пример: tazpkg search-file libnss" + +#: tazpkg:1563 +#, sh-format +msgid "Search result for file $s_file" +msgstr "Результаты поиска файла $s_file" + +#: tazpkg:1594 +#, sh-format +msgid "Package $PACKAGE:" +msgstr "Пакет $PACKAGE:" + +#: tazpkg:1604 +#, sh-format +msgid "0 file found for: $pkg" +msgstr "По запросу «$pkg» ничего не найдено" + +#: tazpkg:1607 +#, sh-format +msgid "$match file found for: $pkg" +msgid_plural "$match files found for: $pkg" +msgstr[0] "$match файл найден для «$pkg»" +msgstr[1] "$match файла найдены для «$pkg»" +msgstr[2] "$match файлов найдены для «$pkg»" + +#: tazpkg:1616 +msgid "Example : 'tazpkg search-pkgname libnss'" +msgstr "Пример: tazpkg search-pkgname libnss" + +#: tazpkg:1621 +#, sh-format +msgid "Search result for package $s_pkg" +msgstr "Результаты поиска пакета $s_pkg" + +#: tazpkg:1633 +#, sh-format +msgid "0 file found for: $file" +msgstr "По запросу «$file» не найден ни один файл" + +#: tazpkg:1637 +#, sh-format +msgid "$match package found with file: $file" +msgid_plural "$match packages found with file: $file" +msgstr[0] "Найден $match пакет с файлом «$file»" +msgstr[1] "Найдены $match пакета с файлом «$file»" +msgstr[2] "Найдены $match пакетов с файлом «$file»" + +#: tazpkg:1678 +msgid "" +"Please change directory (cd) to the packages repository and specify the\n" +"list of packages to install. Example: tazpkg install-list packages.list" +msgstr "" +"Перейдите (cd) в репозиторий пакетов и укажите список пакетов, которые\n" +"требуется установить. Пример: tazpkg install-list packages.list" + +#: tazpkg:1685 +#, sh-format +msgid "Unable to find: $list_file" +msgstr "Не удалось найти «$list_file»" + +#: tazpkg:1708 +#, sh-format +msgid "Adding implicit depends $pkg..." +msgstr "Добавление неявных зависимостей $pkg..." + +#: tazpkg:1730 +msgid "Please specify the release you want on the command line." +msgstr "Укажите требуемый релиз в командной строке." + +#: tazpkg:1731 +msgid "Example: tazpkg set-release cooking" +msgstr "Пример: tazpkg set-release cooking" + +#: tazpkg:1756 +#, sh-format +msgid "$PACKAGE is not installed." +msgstr "$PACKAGE не установлен." + +#: tazpkg:1774 +#, sh-format +msgid "The following packages depend on $PACKAGE:" +msgstr "Следующие пакеты зависят от $PACKAGE:" + +#: tazpkg:1781 +#, sh-format +msgid "The following packages have been modified by $PACKAGE:" +msgstr "Следующие пакеты были изменены пакетом $PACKAGE:" + +#: tazpkg:1789 +#, sh-format +msgid "Remove $PACKAGE ($VERSION$EXTRAVERSION)" +msgstr "Удалить пакет $PACKAGE ($VERSION$EXTRAVERSION)" + +#: tazpkg:1793 +#, sh-format +msgid "Removing: $PACKAGE" +msgstr "Удаление пакета $PACKAGE" + +#: tazpkg:1798 +msgid "Removing all files installed..." +msgstr "Удаление всех установленных файлов…" + +#: tazpkg:1819 +msgid "Removing package receipt..." +msgstr "Удаление рецепта пакета…" + +#: tazpkg:1830 +#, sh-format +msgid "Remove packages depending on $PACKAGE" +msgstr "Удаление пакетов, зависящих от $PACKAGE" + +#: tazpkg:1845 +#, sh-format +msgid "Reinstall packages modified by $PACKAGE" +msgstr "Переустановка пакетов, измененных $PACKAGE" + +#: tazpkg:1851 +#, sh-format +msgid "Check $INSTALLED/$i for reinstallation" +msgstr "Проверка $INSTALLED/$i для переустановки" + +#: tazpkg:1861 +#, sh-format +msgid "Uninstallation of $PACKAGE cancelled." +msgstr "Деинсталляция $PACKAGE отменена." + +#: tazpkg:1868 +#, sh-format +msgid "Extracting: $PACKAGE" +msgstr "Распаковка пакета $PACKAGE" + +#: tazpkg:1877 +#: tazpkg:1890 +msgid "Copying original package..." +msgstr "Копирование исходного пакета…" + +#: tazpkg:1882 +#, sh-format +msgid "$PACKAGE is extracted to: $DESTDIR" +msgstr "Пакет $PACKAGE распакован в папку $DESTDIR" + +#: tazpkg:1888 +#, sh-format +msgid "Recompressing: $PACKAGE" +msgstr "Перепаковка пакета $PACKAGE" + +#: tazpkg:1895 +msgid "Recompressing the fs..." +msgstr "Перепаковка файловой системы…" + +#: tazpkg:1899 +msgid "Creating new package..." +msgstr "Создание нового пакета…" + +#: tazpkg:1918 +msgid "File lost" +msgstr "Нет файла" + +#: tazpkg:1931 +msgid "Configuration files" +msgstr "Конфигурационные файлы" + +#: tazpkg:1967 +#, sh-format +msgid "User configuration backup on $pkg_date" +msgstr "Настройки пользователя, сохранённые $pkg_date" + +#: tazpkg:1982 +#, sh-format +msgid "Repacking: $PACKAGE-$VERSION$EXTRAVERSION.tazpkg" +msgstr "Перепаковка пакета $PACKAGE-$VERSION$EXTRAVERSION.tazpkg" + +#: tazpkg:1984 +#, sh-format +msgid "Can't repack $PACKAGE" +msgstr "Не удалось переупаковать $PACKAGE" + +#: tazpkg:1988 +#, sh-format +msgid "Can't repack, $PACKAGE files have been modified by:" +msgstr "Не удалось переупаковать, файлы $PACKAGE были изменены пакетами:" + +#: tazpkg:2000 +msgid "Can't repack, the following files are lost:" +msgstr "Не удалось переупаковать, следующие файлы отсутствуют:" + +#: tazpkg:2027 +#, sh-format +msgid "Can't repack, $CHECKSUM error." +msgstr "Не удалось переупаковать, ошибка $CHECKSUM." + +#: tazpkg:2038 +#, sh-format +msgid "Package $PACKAGE repacked successfully." +msgstr "Пакет $PACKAGE успешно переупакован." + +#: tazpkg:2040 +#: tazpkg:2094 +#, sh-format +msgid "Size: $pkg_size" +msgstr "Размер: $pkg_size" + +#: tazpkg:2048 +msgid "Receipt is missing. Please read the documentation." +msgstr "Отсутствует рецепт. Обратитесь к документации." + +#: tazpkg:2051 +#, sh-format +msgid "Packing: $PACKAGE" +msgstr "Упаковка пакета $PACKAGE" + +#: tazpkg:2053 +msgid "Creating the list of files..." +msgstr "Создание списка файлов…" + +#: tazpkg:2059 +#, sh-format +msgid "Creating $CHECKSUM of files..." +msgstr "Создание $CHECKSUM файлов…" + +#: tazpkg:2073 +msgid "Compressing the fs..." +msgstr "Сжатие файловой системы…" + +#: tazpkg:2080 +msgid "Updating receipt sizes..." +msgstr "Обновление размеров в рецепте…" + +#: tazpkg:2085 +msgid "Creating full cpio archive..." +msgstr "Создание полного архива cpio…" + +#: tazpkg:2088 +msgid "Restoring original package tree..." +msgstr "Восстановление исходного дерева пакета…" + +#: tazpkg:2092 +#, sh-format +msgid "Package $PACKAGE compressed successfully." +msgstr "Пакет $PACKAGE успешно сжат." + +#: tazpkg:2117 +#, sh-format +msgid "$repo doesn't exist." +msgstr "$repo не существует." + +#: tazpkg:2136 +#, sh-format +msgid "Undigest $base_path" +msgstr "Неофициальное зеркало $base_path" + +#: tazpkg:2138 +#, sh-format +msgid "$repository_name is up to date." +msgstr "$repository_name в актуальном состоянии." + +#: tazpkg:2153 +#, sh-format +msgid "Recharging undigest $base_path:" +msgstr "Обновление с неофициального зеркала $base_path" + +#: tazpkg:2157 +msgid "Creating backup of the last packages list..." +msgstr "Создание резервной копии последнего списка пакетов…" + +#: tazpkg:2181 +#, sh-format +msgid "$new_pkgs new package on the mirror." +msgid_plural "$new_pkgs new packages on the mirror." +msgstr[0] "На зеркале имеется $new_pkgs новый пакет." +msgstr[1] "На зеркале имеются $new_pkgs новых пакета." +msgstr[2] "На зеркале имеются $new_pkgs новых пакетов." + +#: tazpkg:2184 +msgid "No new packages on the mirror." +msgstr "На зеркале нет новых пакетов." + +#: tazpkg:2189 +msgid "" +"Last packages.list is ready to use. Note that next time you recharge the\n" +"list, a list of differences will be displayed to show new and upgradeable\n" +"packages." +msgstr "" +"Самый новый packages.list готов к использованию. Обратите внимание, что при\n" +"следующем обновлении списка будет отображен список различий, содержащий\n" +"новые и обновленные пакеты." + +#: tazpkg:2229 +#, sh-format +msgid "$pkg_list is older than one week... recharging" +msgstr "Список $pkg_list старше одной недели… Обновление" + +#: tazpkg:2233 +msgid "Package" +msgstr "Пакет" + +#: tazpkg:2233 +msgid "Version" +msgstr "Версия" + +#: tazpkg:2233 +msgid "Status" +msgstr "Состояние" + +#: tazpkg:2258 +msgid "Blocked" +msgstr "заблокирован" + +#: tazpkg:2265 +msgid "New build" +msgstr "Новая сборка" + +#: tazpkg:2267 +#, sh-format +msgid "New version $new" +msgstr "Новая версия $new" + +#: tazpkg:2280 +msgid "System is up-to-date..." +msgstr "Система в актуальном состоянии…" + +#: tazpkg:2284 +#, sh-format +msgid "$pkgs installed package scanned in ${time}s" +msgid_plural "$pkgs installed packages scanned in ${time}s" +msgstr[0] "$pkgs установленный пакет просканирован за $time с" +msgstr[1] "$pkgs установленных пакета просканированы за $time с" +msgstr[2] "$pkgs установленных пакетов просканированы за $time с" + +#: tazpkg:2288 +#, sh-format +msgid "$blocked_count blocked" +msgid_plural "$blocked_count blocked" +msgstr[0] "($blocked_count заблокирован)" +msgstr[1] "($blocked_count заблокированы)" +msgstr[2] "($blocked_count заблокированы)" + +#: tazpkg:2292 +#, sh-format +msgid "You have $upnb available upgrade $blocks" +msgid_plural "You have $upnb available upgrades $blocks" +msgstr[0] "Доступно обновление $upnb пакета $blocks" +msgstr[1] "Доступно обновление $upnb пакетов $blocks" +msgstr[2] "Доступно обновление $upnb пакетов $blocks" + +#: tazpkg:2302 +msgid "Do you wish to install them now: y/n ? " +msgstr "Хотите установить их сейчас? (y/n)" + +#: tazpkg:2315 +msgid "Leaving without any upgrades installed." +msgstr "Ничего не было обновлено." + +#: tazpkg:2327 +msgid "No known bugs." +msgstr "Нет известных ошибок." + +#: tazpkg:2333 +msgid "Bug list completed" +msgstr "Список ошибок завершен" + +#: tazpkg:2335 +#, sh-format +msgid "Bugs in package $PACKAGE version $VERSION$EXTRAVERSION:" +msgstr "Ошибки в пакете $PACKAGE версии $VERSION$EXTRAVERSION:" + +#: tazpkg:2352 +#, sh-format +msgid "The package $PACKAGE installation has not completed" +msgstr "Установка пакета $PACKAGE не была завершена" + +#: tazpkg:2360 +#, sh-format +msgid "The package $PACKAGE-$VERSION$EXTRAVERSION has been modified by:" +msgstr "Пакет $PACKAGE-$VERSION$EXTRAVERSION был изменен пакетами:" + +#: tazpkg:2365 +#, sh-format +msgid "Files lost from $PACKAGE-$VERSION$EXTRAVERSION:" +msgstr "Отсутствуют файлы, установленные пакетом $PACKAGE-$VERSION$EXTRAVERSION:" + +#: tazpkg:2369 +msgid "target of symlink" +msgstr "цель ссылки" + +#: tazpkg:2374 +#, sh-format +msgid "Missing dependencies for $PACKAGE-$VERSION$EXTRAVERSION:" +msgstr "Отсутствующие зависимости для $PACKAGE-$VERSION$EXTRAVERSION:" + +#: tazpkg:2381 +#, sh-format +msgid "Dependencies loop between $PACKAGE and:" +msgstr "Циклическая зависимость между пакетами $PACKAGE и:" + +#: tazpkg:2385 +msgid "Looking for known bugs..." +msgstr "Просмотр известных ошибок…" + +#: tazpkg:2410 +#, sh-format +msgid "The following packages provide $file:" +msgstr "Следующие пакеты содержат $file:" + +#: tazpkg:2416 +#, sh-format +msgid " $pkg (overridden by $overriders)" +msgstr " $pkg (изменен пакетами $overriders)" + +#: tazpkg:2423 +msgid "No package has installed the following files:" +msgstr "Следующие файлы не были установлены ни одним из пакетов:" + +#: tazpkg:2432 +msgid "Check completed." +msgstr "Проверка завершена." + +#: tazpkg:2439 +#, sh-format +msgid "$PACKAGE is already in the blocked packages list." +msgstr "Пакет $PACKAGE уже содержится в списке заблокированных пакетов." + +#: tazpkg:2443 +#, sh-format +msgid "Add $PACKAGE to: $BLOCKED..." +msgstr "Добавление пакета $PACKAGE к $BLOCKED…" + +#: tazpkg:2457 +#, sh-format +msgid "Removing $PACKAGE from: $BLOCKED..." +msgstr "Удаление пакета $PACKAGE из $BLOCKED…" + +#: tazpkg:2465 +#, sh-format +msgid "$PACKAGE is not in the blocked packages list." +msgstr "Пакет $PACKAGE отсутствует в списке заблокированных пакетов." + +#: tazpkg:2483 +#: tazpkg:2528 +msgid "rootconfig needs --root= option used." +msgstr "Для rootconfig обязателен параметр --root=" + +#: tazpkg:2496 +#: tazpkg:2555 +#, sh-format +msgid "$PACKAGE already in the cache: $CACHE_DIR" +msgstr "Пакет $PACKAGE уже находится в кеше: $CACHE_DIR" + +#: tazpkg:2499 +#: tazpkg:2558 +#, sh-format +msgid "Continuing $PACKAGE download" +msgstr "Продолжение загрузки пакета $PACKAGE" + +#: tazpkg:2579 +#, sh-format +msgid "Clean cache: $CACHE_DIR" +msgstr "Очистка кэша $CACHE_DIR" + +#: tazpkg:2580 +msgid "Cleaning cache directory..." +msgstr "Очищается папка кэша…" + +#: tazpkg:2584 +#, sh-format +msgid "$files file removed from cache." +msgid_plural "$files files removed from cache." +msgstr[0] "Из кэша удалён $files файл." +msgstr[1] "Из кэша удалены $files файла." +msgstr[2] "Из кэша удалены $files файлов." + +#: tazpkg:2595 +msgid "Current undigest(s)" +msgstr "Текущие неофициальные зеркала" + +#: tazpkg:2598 +msgid "No undigest mirror found." +msgstr "Неофициальные зеркала не обнаружены." + +#: tazpkg:2610 +#, sh-format +msgid "Remove $undigest undigest" +msgstr "Удалить неофициальное зеркало $undigest" + +#: tazpkg:2612 +#, sh-format +msgid "Removing $undigest undigest..." +msgstr "Удаление неофициального зеркала $undigest…" + +#: tazpkg:2618 +#, sh-format +msgid "Undigest $undigest not found" +msgstr "Неофициальное зеркало $undigest не обнаружено" + +#: tazpkg:2633 +#, sh-format +msgid "Creating new undigest $undigest." +msgstr "Создание нового неофициального зеркала $undigest." + +#: tazpkg:2652 +#, sh-format +msgid "Unknown option $u_opt." +msgstr "Неизвестный параметр «$u_opt»." + +#: tazpkg:2667 +#, sh-format +msgid "Nothing to do for $PACKAGE." +msgstr "Пакет $PACKAGE не имеет пост-инсталляционных действий." + +#: tazpkg:2671 +#, sh-format +msgid "Package $PACKAGE is not installed." +msgstr "Пакет $PACKAGE не установлен." + +#: tazpkg:2672 +msgid "Install package with 'tazpkg install' or 'tazpkg get-install'" +msgstr "Установите пакет командой «tazpkg install» или «tazpkg get-install»" + +#: tazpkg:2684 +msgid "Tazpkg SHell." +msgstr "Оболочка TazPKG." + +#: tazpkg:2685 +msgid "Type 'usage' to list all available commands or 'quit' or 'q' to exit." +msgstr "Введите «usage», чтобы выдать список всех доступных команд; «quit», «q» — выход." + +#: tazpkg:2695 +msgid "You are already running a Tazpkg SHell." +msgstr "Вы уже работаете в оболочке Tazpkg." + +#: tazpkg:2739 +msgid "Unsupported format" +msgstr "Неподдерживаемый формат" + +#: tazpkg:2747 +msgid "" +"\n" +"usage: tazpkg link package_name slitaz_root\n" +"example: 'tazpkg link openoffice /mnt' will use less than 100k in\n" +" your running system ram.\n" +msgstr "" +"\n" +"Использование: tazpkg link имя_пакета корень_slitaz\n" +"Пример: tazpkg link openoffice /mnt\n" +" будет использовать менее 100 КБ ОЗУ на работающей системе.\n" + +#: tazpkg:2755 +#, sh-format +msgid "$PACKAGE is already installed." +msgstr "Пакет $PACKAGE уже установлен." + +#: tazpkg:2764 +#, sh-format +msgid "Missing: $i" +msgstr "Отсутствует: $i" + +#: tazpkg:2768 +msgid "Link all missing dependencies" +msgstr "Создать ссылки на все отсутствующие зависимости" + +#: tazpkg:2777 +#, sh-format +msgid "Leaving dependencies unresolved for: $PACKAGE" +msgstr "Зависимости для пакета $PACKAGE не решены." + +#: tazpkg:2778 +msgid "The package is installed but probably will not work." +msgstr "Пакет установлен, но, возможно, не будет работать." + +#: tazpkg-box:17 +msgid "TazPKG Action" +msgstr "Действие TazPKG" + +#: tazpkg-box:31 +#, sh-format +msgid "Package name: $pkgname" +msgstr "Пакет: $pkgname" + +#: tazpkg-box:35 +msgid "Install" +msgstr "Установить" + +#: tazpkg-box:35 +msgid "Extract" +msgstr "Распаковать" + +#: tazpkg-box:55 +#, sh-format +msgid "Downloading: $pkg" +msgstr "Загружается: $pkg" + +#: tazpkg-box:68 +#, sh-format +msgid "Usage: $progname [actions|url] [pkg]" +msgstr "Использование: $progname [actions|адрес] [пакет]" + +#~ msgid "y" +#~ msgstr "y" + +#~ msgid "Y" +#~ msgstr "Y" + +#~ msgid "n" +#~ msgstr "n" + +#~ msgid "N" +#~ msgstr "N" + +#~ msgid "Please confirm uninstallation" +#~ msgstr "Подтвердите деинсталляцию" + +#~ msgid "Installed packages of category:" +#~ msgstr "Установленные пакеты в категории" + +#, fuzzy +#~ msgid "Installed files by:" +#~ msgstr "Установленные пакеты" + +#~ msgid "tazpkg up [--option]" +#~ msgstr "tazpkg up [--параметр]" + +#, fuzzy +#~ msgid "packages installed of category:" +#~ msgstr "Установленные пакеты в категории" + +#, fuzzy +#~ msgid "packages installed" +#~ msgstr "Установлен $packages пакет." + +#~ msgid "Removing:" +#~ msgstr "Удаление" + +#~ msgid "Extracting:" +#~ msgstr "Распаковка:" + +#, fuzzy +#~ msgid "Recompressing:" +#~ msgstr "Переупаковка файловой системы…" + +#~ msgid "Size" +#~ msgstr "Размер" + +#~ msgid "Undigest" +#~ msgstr "Неофициальный" + +#~ msgid "-e" +#~ msgstr "-e" + +#~ msgid "Missing dependencies for" +#~ msgstr "Отсутствуют зависимости для" + +#~ msgid "Dependencies loop between" +#~ msgstr "Циклическая зависимость между" + +#~ msgid "overridden by" +#~ msgstr "переписан" + +#~ msgid "Clean cache:" +#~ msgstr "Очистка кэша:" + +#~ msgid "Create a xHTML list of installed packages." +#~ msgstr "Список установленных пакетов в формате xHTML" + +#~ msgid "Installed packages on: $HOSTNAME" +#~ msgstr "Пакеты, установленные на $HOSTNAME" + +#~ msgid "Creating xHTML list of installed packages" +#~ msgstr "Создание списка установленных пакетов в формате xHTML" + +#~ msgid "Generating xHTML header..." +#~ msgstr "Создание заголовка xHTML…" + +#~ msgid "Creating packages information..." +#~ msgstr "Добавление информации о пакетах…" + +#~ msgid "Generating xHTML footer..." +#~ msgstr "Завершение создания xHTML…" + +#~ msgid "List generated on : $DATE" +#~ msgstr "Дата создания списка: $DATE" + +#~ msgid "Extracting: $PACKAGE" +#~ msgstr "Распаковка: $PACKAGE" + +#~ msgid "$LOCALSTATE/undigest/$ARG doesn't exist." +#~ msgstr "Репозиторий $LOCALSTATE/undigest/$ARG не существует." + +#~ msgid "Recharging undigest $undigest_name:" +#~ msgstr "Обновление неофициального зеркала $undigest_name:" + +#~ msgid "Update type" +#~ msgstr "Тип обновления" + +#~ msgid "on $pkgs installed packages" + +#~ msgid_plural "on $pkgs installed packages" +#~ msgstr[0] "для $pkgs установленного пакета" +#~ msgstr[1] "для $pkgs установленных пакетов" +#~ msgstr[2] "для $pkgs установленных пакетов" + +#~ msgid "You have $upnb available upgrades$blocks on $pkgs installed packages" +#~ msgstr "" +#~ "У вас имеется $upnb доступных обновлений$blocks для $pkgs установленных " +#~ "пакетов" diff -r 4df916f2af5b -r de952705379e po/tazpkg/tazpkg.pot --- a/po/tazpkg/tazpkg.pot Thu May 24 14:20:14 2012 +0200 +++ b/po/tazpkg/tazpkg.pot Sat Jun 23 00:51:57 2012 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Tazpkg 5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-24 14:15+0200\n" +"POT-Creation-Date: 2012-06-23 00:48+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,1085 +16,1238 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: tazpkg:69 -msgid "SliTaz package manager - Version" +#: tazpkg:37 +msgid "base-system" msgstr "" -#: tazpkg:71 -msgid "Usage" +#: tazpkg:37 +msgid "x-window" msgstr "" -#: tazpkg:71 +#: tazpkg:37 +msgid "utilities" +msgstr "" + +#: tazpkg:38 +msgid "network" +msgstr "" + +#: tazpkg:38 +msgid "graphics" +msgstr "" + +#: tazpkg:38 +msgid "multimedia" +msgstr "" + +#: tazpkg:39 +msgid "office" +msgstr "" + +#: tazpkg:39 +msgid "development" +msgstr "" + +#: tazpkg:39 +msgid "system-tools" +msgstr "" + +#: tazpkg:40 +msgid "security" +msgstr "" + +#: tazpkg:40 +msgid "games" +msgstr "" + +#: tazpkg:40 +msgid "misc" +msgstr "" + +#: tazpkg:40 +msgid "meta" +msgstr "" + +#: tazpkg:41 +msgid "non-free" +msgstr "" + +#: tazpkg:110 +#, sh-format +msgid "SliTaz package manager - Version: $VERSION" +msgstr "" + +#: tazpkg:112 +msgid "Usage:" +msgstr "" + +#: tazpkg:113 msgid "tazpkg [command] [package|dir|pattern|list|cat|--opt] [dir|--opt]" msgstr "" -#: tazpkg:73 -msgid "Commands" +#: tazpkg:114 +msgid "SHell:" msgstr "" -#: tazpkg:74 +#: tazpkg:116 +msgid "Commands:" +msgstr "" + +#: tazpkg:117 msgid "Print this short usage." msgstr "" -#: tazpkg:75 +#: tazpkg:118 msgid "Show known bugs in packages." msgstr "" -#: tazpkg:76 +#: tazpkg:119 msgid "List installed packages on the system by category or all." msgstr "" -#: tazpkg:77 +#: tazpkg:120 msgid "List all available packages on the mirror (--diff for new)." msgstr "" -#: tazpkg:78 +#: tazpkg:121 msgid "Print information about a package." msgstr "" -#: tazpkg:79 +#: tazpkg:122 msgid "Print description of a package (if it exists)." msgstr "" -#: tazpkg:80 +#: tazpkg:123 msgid "List the files installed with a package." msgstr "" -#: tazpkg:81 +#: tazpkg:124 msgid "List the configuration files." msgstr "" -#: tazpkg:82 +#: tazpkg:125 msgid "Search for a package by pattern or name (options: -i|-l|-m)." msgstr "" -#: tazpkg:83 +#: tazpkg:126 msgid "Search on mirror for package having a particular file." msgstr "" -#: tazpkg:84 +#: tazpkg:127 msgid "Search for file(s) in all installed packages files." msgstr "" -#: tazpkg:85 +#: tazpkg:128 msgid "Install a local (*.tazpkg) package (--forced to force)." msgstr "" -#: tazpkg:86 +#: tazpkg:129 msgid "Install all packages from a list of packages." msgstr "" -#: tazpkg:87 +#: tazpkg:130 msgid "Remove the specified package and all installed files." msgstr "" -#: tazpkg:88 +#: tazpkg:131 msgid "Extract a (*.tazpkg) package into a directory." msgstr "" -#: tazpkg:89 +#: tazpkg:132 msgid "Pack an unpacked or prepared package tree." msgstr "" -#: tazpkg:90 +#: tazpkg:133 msgid "Recharge your packages.list from the mirror." msgstr "" -#: tazpkg:92 +#: tazpkg:134 +#, sh-format +msgid "Check packages $CHECKSUM to list and install latest upgrades." +msgstr "" + +#: tazpkg:135 msgid "Create a package archive from an installed package." msgstr "" -#: tazpkg:93 +#: tazpkg:136 msgid "Create a package archive with configuration files." msgstr "" -#: tazpkg:94 +#: tazpkg:137 msgid "Rebuild a package with a better compression ratio." msgstr "" -#: tazpkg:95 +#: tazpkg:138 msgid "Block an installed package version or unblock it for upgrade." msgstr "" -#: tazpkg:96 +#: tazpkg:139 msgid "Download a package into the current directory." msgstr "" -#: tazpkg:97 +#: tazpkg:140 msgid "Download and install a package from the mirror." msgstr "" -#: tazpkg:98 +#: tazpkg:141 msgid "Download and install a list of packages from the mirror." msgstr "" -#: tazpkg:99 +#: tazpkg:142 msgid "Verify consistency of installed packages." msgstr "" -#: tazpkg:100 +#: tazpkg:143 msgid "Install the flavor list of packages." msgstr "" -#: tazpkg:101 +#: tazpkg:144 msgid "Install the flavor list of packages and remove other ones." msgstr "" -#: tazpkg:102 +#: tazpkg:145 msgid "Change release and update packages." msgstr "" -#: tazpkg:103 +#: tazpkg:146 msgid "Clean all packages downloaded in cache directory." msgstr "" -#: tazpkg:104 +#: tazpkg:147 msgid "Display dependencies tree." msgstr "" -#: tazpkg:105 +#: tazpkg:148 msgid "Display reverse dependencies tree." msgstr "" -#: tazpkg:106 +#: tazpkg:149 msgid "Convert a deb/rpm/tgz/arch package to a slitaz (.tazpkg)." msgstr "" -#: tazpkg:107 +#: tazpkg:150 msgid "Link a package from another slitaz installation." msgstr "" -#: tazpkg:108 +#: tazpkg:151 msgid "Change the mirror url configuration." msgstr "" -#: tazpkg:109 +#: tazpkg:152 msgid "List undigest mirrors." msgstr "" -#: tazpkg:110 +#: tazpkg:153 msgid "Remove an undigest mirror." msgstr "" -#: tazpkg:111 +#: tazpkg:154 msgid "Add an undigest mirror." msgstr "" -#: tazpkg:112 +#: tazpkg:155 msgid "Update an undigest mirror." msgstr "" -#: tazpkg:113 +#: tazpkg:156 msgid "Replay post install script from package." msgstr "" -#: tazpkg:119 -msgid "Tazpkg usage for command up" +#: tazpkg:163 +msgid "Tazpkg usage for command up: tazpkg up [--option]" msgstr "" -#: tazpkg:119 -msgid "tazpkg up [--option]" -msgstr "" - -#: tazpkg:120 +#: tazpkg:164 msgid "Without options run in interactive mode and ask before install" msgstr "" -#: tazpkg:122 -msgid "Where options are" +#: tazpkg:166 +msgid "Where options are:" msgstr "" -#: tazpkg:123 +#: tazpkg:167 msgid "Check only for available upgrades" msgstr "" -#: tazpkg:124 +#: tazpkg:168 msgid "Force recharge of packages list and check" msgstr "" -#: tazpkg:125 +#: tazpkg:169 msgid "Check for upgrades and install them all" msgstr "" -#: tazpkg:127 -msgid "Example" +#: tazpkg:171 +msgid "Example:" msgstr "" -#: tazpkg:165 +#: tazpkg:182 +#, sh-format +msgid "Creating $FOLDER..." +msgstr "" + +#: tazpkg:210 msgid "Please specify a package name on the command line." msgstr "" -#: tazpkg:176 +#: tazpkg:221 #, sh-format msgid "Unable to find: $PACKAGE_FILE" msgstr "" -#: tazpkg:187 +#: tazpkg:233 #, sh-format msgid "Unable to find the receipt: $FS$INSTALLED/$PACKAGE/receipt" msgstr "" -#: tazpkg:240 +#: tazpkg:287 #, sh-format msgid "" "$PACKAGE package is already installed. You can\n" "use the --forced option to force installation or remove it and reinstall." msgstr "" -#: tazpkg:254 +#: tazpkg:302 #, sh-format msgid "Unable to find the list: $LOCALSTATE/packages.list" msgstr "" -#: tazpkg:256 +#: tazpkg:304 msgid "" "You must probably run 'tazpkg recharge' as root to get the latest list of\n" "packages available on the mirror." msgstr "" -#: tazpkg:373 +#: tazpkg:422 #, sh-format msgid "Unable to find: $PACKAGE in the mirrored packages list." msgstr "" -#: tazpkg:428 +#: tazpkg:478 #, sh-format -msgid "Extracting $PACKAGE... " +msgid "Extracting $PACKAGE..." msgstr "" -#: tazpkg:432 tazpkg:436 -msgid "Extracting the pseudo fs... " +#: tazpkg:482 tazpkg:486 +msgid "Extracting the pseudo fs..." msgstr "" -#: tazpkg:500 -msgid "Installation of :" +#: tazpkg:549 +#, sh-format +msgid "Installation of: $PACKAGE" msgstr "" -#: tazpkg:502 +#: tazpkg:550 #, sh-format -msgid "Copying $PACKAGE... " +msgid "Copying $PACKAGE..." msgstr "" -#: tazpkg:514 -msgid "Checking post install dependencies... " +#: tazpkg:562 +msgid "Checking post install dependencies..." msgstr "" -#: tazpkg:517 +#: tazpkg:565 #, sh-format msgid "Please run 'tazpkg install $PACKAGE_FILE' in / and retry." msgstr "" -#: tazpkg:591 +#: tazpkg:639 #, sh-format -msgid "Saving configuration files for $PACKAGE... " +msgid "Saving configuration files for $PACKAGE..." msgstr "" -#: tazpkg:605 +#: tazpkg:653 #, sh-format -msgid "Installing $PACKAGE... " +msgid "Installing $PACKAGE..." msgstr "" -#: tazpkg:609 +#: tazpkg:657 #, sh-format -msgid "Removing old $PACKAGE... " +msgid "Removing old $PACKAGE..." msgstr "" -#: tazpkg:617 -msgid "Removing all tmp files... " +#: tazpkg:665 +msgid "Removing all tmp files..." msgstr "" -#: tazpkg:646 +#: tazpkg:693 #, sh-format msgid "$PACKAGE ($VERSION$EXTRAVERSION) is installed." msgstr "" -#: tazpkg:697 +#: tazpkg:743 #, sh-format msgid "WARNING Dependency loop between $PACKAGE and $i." msgstr "" -#: tazpkg:701 -msgid "Tracking dependencies for :" +#: tazpkg:747 +#, sh-format +msgid "Tracking dependencies for: $PACKAGE" msgstr "" -#: tazpkg:708 +#: tazpkg:754 #, sh-format msgid "Missing: $MISSING_PACKAGE" msgstr "" -#: tazpkg:712 +#: tazpkg:759 #, sh-format -msgid "$deps missing package(s) to install." -msgstr "" +msgid "$deps missing package to install." +msgid_plural "$deps missing packages to install." +msgstr[0] "" +msgstr[1] "" -#: tazpkg:728 +#: tazpkg:776 msgid "Install all missing dependencies" msgstr "" -#: tazpkg:745 +#: tazpkg:792 #, sh-format -msgid "Checking if $pkg exists in local list... " +msgid "Checking if $pkg exists in local list..." msgstr "" -#: tazpkg:772 +#: tazpkg:819 #, sh-format msgid "" -"Leaving dependencies for $PACKAGE unresolved. The package is installed but\n" -"will probably not work." +"Leaving dependencies for $PACKAGE unresolved.\n" +"The package is installed but will probably not work." msgstr "" -#: tazpkg:781 +#: tazpkg:828 msgid "Installed packages" msgstr "" -#: tazpkg:796 +#: tazpkg:841 #, sh-format -msgid "0 installed packages found for : $PATTERN" +msgid "0 installed packages found for: $PATTERN" msgstr "" -#: tazpkg:800 +#: tazpkg:845 #, sh-format -msgid "$packages installed package(s) found for : $PATTERN" -msgstr "" +msgid "$packages installed package found for: $PATTERN" +msgid_plural "$packages installed packages found for: $PATTERN" +msgstr[0] "" +msgstr[1] "" -#: tazpkg:808 +#: tazpkg:853 msgid "Available packages name-version" msgstr "" -#: tazpkg:818 +#: tazpkg:863 msgid "" "No 'packages.list' found to check for mirrored packages. For more results,\n" "please run 'tazpkg recharge' once as root before searching." msgstr "" -#: tazpkg:823 tazpkg:851 +#: tazpkg:868 tazpkg:896 #, sh-format -msgid "0 available packages found for : $PATTERN" +msgid "0 available packages found for: $PATTERN" msgstr "" -#: tazpkg:827 tazpkg:855 +#: tazpkg:872 tazpkg:900 #, sh-format -msgid "$packages available package(s) found for : $PATTERN" -msgstr "" +msgid "$packages available package found for: $PATTERN" +msgid_plural "$packages available packages found for: $PATTERN" +msgstr[0] "" +msgstr[1] "" -#: tazpkg:836 +#: tazpkg:881 msgid "Matching packages name with version and desc" msgstr "" -#: tazpkg:846 +#: tazpkg:891 msgid "" "No 'packages.txt' found to check for mirrored packages. For more results,\n" "please run 'tazpkg recharge' once as root before searching." msgstr "" -#: tazpkg:902 +#: tazpkg:947 #, sh-format msgid "Can't find flavor $FLAVOR. Abort." msgstr "" -#: tazpkg:916 +#: tazpkg:960 msgid "Current mirror(s)" msgstr "" -#: tazpkg:920 +#: tazpkg:963 msgid "" "Please enter URL of the new mirror (http, ftp or local path). You must " "specify\n" "the complete address to the directory of the packages and packages.list file." msgstr "" -#: tazpkg:923 -msgid "New mirror(s) URL : " +#: tazpkg:966 +msgid "New mirror(s) URL: " msgstr "" -#: tazpkg:931 +#: tazpkg:974 msgid "Nothing has been changed." msgstr "" -#: tazpkg:1055 +#: tazpkg:976 +#, sh-format +msgid "Setting mirror(s) to: $NEW_MIRROR_URL" +msgstr "" + +#: tazpkg:1098 msgid "No dependency for" msgstr "" -#: tazpkg:1057 +#: tazpkg:1100 #, sh-format msgid "WARNING: unknown dependency for $lib" msgstr "" -#: tazpkg:1161 +#: tazpkg:1167 tazpkg:1306 #, sh-format -msgid "$PACKAGE_FILE does not look like an Archlinux/Alpine package !" +msgid "Invalid target: $target (expected i386)" msgstr "" -#: tazpkg:1212 +#: tazpkg:1204 #, sh-format -msgid "$PACKAGE_FILE does not look like a Slackware package !" +msgid "$PACKAGE_FILE does not look like an Archlinux/Alpine package!" msgstr "" -#: tazpkg:1356 tazpkg:1380 -msgid "base-system" +#: tazpkg:1255 +#, sh-format +msgid "$PACKAGE_FILE does not look like a Slackware package!" msgstr "" -#: tazpkg:1357 tazpkg:1381 -msgid "x-window" -msgstr "" - -#: tazpkg:1358 tazpkg:1382 -msgid "utilities" -msgstr "" - -#: tazpkg:1359 tazpkg:1383 -msgid "network" -msgstr "" - -#: tazpkg:1360 tazpkg:1384 -msgid "graphics" -msgstr "" - -#: tazpkg:1361 tazpkg:1385 -msgid "multimedia" -msgstr "" - -#: tazpkg:1362 tazpkg:1386 -msgid "office" -msgstr "" - -#: tazpkg:1363 tazpkg:1387 -msgid "development" -msgstr "" - -#: tazpkg:1364 tazpkg:1388 -msgid "system-tools" -msgstr "" - -#: tazpkg:1365 tazpkg:1389 -msgid "security" -msgstr "" - -#: tazpkg:1366 tazpkg:1390 -msgid "games" -msgstr "" - -#: tazpkg:1367 tazpkg:1391 -msgid "misc" -msgstr "" - -#: tazpkg:1368 tazpkg:1392 -msgid "meta" -msgstr "" - -#: tazpkg:1369 tazpkg:1393 -msgid "non-free" -msgstr "" - -#: tazpkg:1406 -msgid "y" -msgstr "" - -#: tazpkg:1407 -msgid "Y" -msgstr "" - -#: tazpkg:1408 -msgid "n" +#: tazpkg:1405 +msgid "Blocked packages" msgstr "" #: tazpkg:1409 -msgid "N" -msgstr "" - -#: tazpkg:1424 -msgid "Blocked packages" -msgstr "" - -#: tazpkg:1429 msgid "No blocked packages found." msgstr "" -#: tazpkg:1436 +#: tazpkg:1415 msgid "Packages categories" msgstr "" -#: tazpkg:1444 +#: tazpkg:1422 #, sh-format -msgid "$categories categories" +msgid "$categories category" +msgid_plural "$categories categories" +msgstr[0] "" +msgstr[1] "" + +#: tazpkg:1430 +#, sh-format +msgid "Installed packages of category: $ASKED_CATEGORY_I18N" msgstr "" -#: tazpkg:1453 -msgid "Installed packages of category:" -msgstr "" +#: tazpkg:1442 +#, sh-format +msgid "" +"$packages package installed of category " +"$ASKED_CATEGORY_I18N." +msgid_plural "" +"$packages packages installed of category " +"$ASKED_CATEGORY_I18N." +msgstr[0] "" +msgstr[1] "" -#: tazpkg:1468 -msgid "packages installed of category:" -msgstr "" - -#: tazpkg:1472 +#: tazpkg:1447 msgid "List of all installed packages" msgstr "" -#: tazpkg:1486 -msgid "packages installed" -msgstr "" +#: tazpkg:1457 +#, sh-format +msgid "$packages package installed." +msgid_plural "$packages packages installed." +msgstr[0] "" +msgstr[1] "" -#: tazpkg:1496 tazpkg:2245 +#: tazpkg:1467 tazpkg:2176 msgid "Mirrored packages diff" msgstr "" -#: tazpkg:1501 +#: tazpkg:1471 #, sh-format -msgid "$pkgs new packages listed on the mirror." -msgstr "" +msgid "$pkgs new package listed on the mirror." +msgid_plural "$pkgs new packages listed on the mirror." +msgstr[0] "" +msgstr[1] "" -#: tazpkg:1505 +#: tazpkg:1475 msgid "Unable to list anything, no packages.diff found." msgstr "" -#: tazpkg:1506 +#: tazpkg:1476 msgid "Recharge your current list to create a first diff." msgstr "" -#: tazpkg:1511 tazpkg:1516 +#: tazpkg:1480 msgid "List of available packages on the mirror" msgstr "" -#: tazpkg:1523 -msgid "packages in the last recharged list" +#: tazpkg:1485 +#, sh-format +msgid "$pkgs package in the last recharged list." +msgid_plural "$pkgs packages in the last recharged list." +msgstr[0] "" +msgstr[1] "" + +#: tazpkg:1492 +#, sh-format +msgid "Installed files by: $PACKAGE" msgstr "" -#: tazpkg:1530 -msgid "Installed files by:" -msgstr "" +#: tazpkg:1496 +#, sh-format +msgid "$files file installed with $PACKAGE" +msgid_plural "$files files installed with $PACKAGE" +msgstr[0] "" +msgstr[1] "" -#: tazpkg:1537 -#, sh-format -msgid "files installed with $PACKAGE" -msgstr "" - -#: tazpkg:1546 +#: tazpkg:1505 msgid "Tazpkg information" msgstr "" -#: tazpkg:1548 +#: tazpkg:1507 msgid "Package :" msgstr "" -#: tazpkg:1549 +#: tazpkg:1508 msgid "Version :" msgstr "" -#: tazpkg:1550 +#: tazpkg:1509 msgid "Category :" msgstr "" -#: tazpkg:1551 +#: tazpkg:1510 msgid "Short desc :" msgstr "" -#: tazpkg:1552 +#: tazpkg:1511 msgid "Maintainer :" msgstr "" -#: tazpkg:1554 +#: tazpkg:1512 msgid "Depends :" msgstr "" -#: tazpkg:1557 +#: tazpkg:1513 msgid "Suggested :" msgstr "" -#: tazpkg:1560 +#: tazpkg:1514 msgid "Build deps :" msgstr "" -#: tazpkg:1563 +#: tazpkg:1515 msgid "Wanted src :" msgstr "" -#: tazpkg:1566 +#: tazpkg:1516 msgid "Web site :" msgstr "" -#: tazpkg:1574 -msgid "Description of:" +#: tazpkg:1522 +#, sh-format +msgid "Description of: $PACKAGE" msgstr "" -#: tazpkg:1581 +#: tazpkg:1527 msgid "Sorry, no description available for this package." msgstr "" -#: tazpkg:1589 +#: tazpkg:1535 msgid "Please specify a pattern or package name to search for." msgstr "" -#: tazpkg:1590 +#: tazpkg:1536 msgid "Example : 'tazpkg search paint'" msgstr "" -#: tazpkg:1595 -msgid "Search result for:" +#: tazpkg:1540 +#, sh-format +msgid "Search result for: $PATTERN" msgstr "" -#: tazpkg:1613 tazpkg:1673 +#: tazpkg:1557 tazpkg:1615 msgid "Please specify a pattern or file name to search for." msgstr "" -#: tazpkg:1614 +#: tazpkg:1558 msgid "Example : 'tazpkg search-file libnss'" msgstr "" -#: tazpkg:1619 tazpkg:1679 -msgid "Search result for file" +#: tazpkg:1563 +#, sh-format +msgid "Search result for file $s_file" msgstr "" -#: tazpkg:1651 tazpkg:2307 -msgid "Package" +#: tazpkg:1594 +#, sh-format +msgid "Package $PACKAGE:" msgstr "" -#: tazpkg:1661 +#: tazpkg:1604 #, sh-format msgid "0 file found for: $pkg" msgstr "" -#: tazpkg:1666 +#: tazpkg:1607 #, sh-format -msgid "$match file(s) found for: $pkg" -msgstr "" +msgid "$match file found for: $pkg" +msgid_plural "$match files found for: $pkg" +msgstr[0] "" +msgstr[1] "" -#: tazpkg:1674 +#: tazpkg:1616 msgid "Example : 'tazpkg search-pkgname libnss'" msgstr "" -#: tazpkg:1692 +#: tazpkg:1621 #, sh-format -msgid "0 file found for : $file" +msgid "Search result for package $s_pkg" msgstr "" -#: tazpkg:1738 +#: tazpkg:1633 +#, sh-format +msgid "0 file found for: $file" +msgstr "" + +#: tazpkg:1637 +#, sh-format +msgid "$match package found with file: $file" +msgid_plural "$match packages found with file: $file" +msgstr[0] "" +msgstr[1] "" + +#: tazpkg:1678 msgid "" "Please change directory (cd) to the packages repository and specify the\n" -"list of packages to install. Example : tazpkg install-list packages.list" +"list of packages to install. Example: tazpkg install-list packages.list" msgstr "" -#: tazpkg:1768 +#: tazpkg:1685 #, sh-format -msgid "Adding implicit depends $pkg ..." +msgid "Unable to find: $list_file" msgstr "" -#: tazpkg:1790 +#: tazpkg:1708 +#, sh-format +msgid "Adding implicit depends $pkg..." +msgstr "" + +#: tazpkg:1730 msgid "Please specify the release you want on the command line." msgstr "" -#: tazpkg:1791 +#: tazpkg:1731 msgid "Example: tazpkg set-release cooking" msgstr "" -#: tazpkg:1816 +#: tazpkg:1756 #, sh-format msgid "$PACKAGE is not installed." msgstr "" -#: tazpkg:1834 +#: tazpkg:1774 #, sh-format msgid "The following packages depend on $PACKAGE:" msgstr "" -#: tazpkg:1841 +#: tazpkg:1781 #, sh-format msgid "The following packages have been modified by $PACKAGE:" msgstr "" -#: tazpkg:1849 +#: tazpkg:1789 #, sh-format -msgid "Remove $PACKAGE ($VERSION$EXTRAVERSION) ?" +msgid "Remove $PACKAGE ($VERSION$EXTRAVERSION)" msgstr "" -#: tazpkg:1850 -msgid "Please confirm uninstallation" +#: tazpkg:1793 +#, sh-format +msgid "Removing: $PACKAGE" msgstr "" -#: tazpkg:1855 -msgid "Removing:" -msgstr "" - -#: tazpkg:1861 +#: tazpkg:1798 msgid "Removing all files installed..." msgstr "" -#: tazpkg:1882 +#: tazpkg:1819 msgid "Removing package receipt..." msgstr "" -#: tazpkg:1893 +#: tazpkg:1830 #, sh-format msgid "Remove packages depending on $PACKAGE" msgstr "" -#: tazpkg:1909 +#: tazpkg:1845 #, sh-format msgid "Reinstall packages modified by $PACKAGE" msgstr "" -#: tazpkg:1916 +#: tazpkg:1851 #, sh-format msgid "Check $INSTALLED/$i for reinstallation" msgstr "" -#: tazpkg:1926 +#: tazpkg:1861 #, sh-format msgid "Uninstallation of $PACKAGE cancelled." msgstr "" -#: tazpkg:1934 -msgid "Extracting:" +#: tazpkg:1868 +#, sh-format +msgid "Extracting: $PACKAGE" msgstr "" -#: tazpkg:1944 tazpkg:1960 +#: tazpkg:1877 tazpkg:1890 msgid "Copying original package..." msgstr "" -#: tazpkg:1950 +#: tazpkg:1882 #, sh-format msgid "$PACKAGE is extracted to: $DESTDIR" msgstr "" -#: tazpkg:1957 -msgid "Recompressing:" +#: tazpkg:1888 +#, sh-format +msgid "Recompressing: $PACKAGE" msgstr "" -#: tazpkg:1965 -msgid "Recompressing the fs... " +#: tazpkg:1895 +msgid "Recompressing the fs..." msgstr "" -#: tazpkg:1969 -msgid "Creating new package... " +#: tazpkg:1899 +msgid "Creating new package..." msgstr "" -#: tazpkg:1987 +#: tazpkg:1918 msgid "File lost" msgstr "" -#: tazpkg:2001 +#: tazpkg:1931 msgid "Configuration files" msgstr "" -#: tazpkg:2037 -msgid "User configuration backup on " +#: tazpkg:1967 +#, sh-format +msgid "User configuration backup on $pkg_date" msgstr "" -#: tazpkg:2056 +#: tazpkg:1982 +#, sh-format +msgid "Repacking: $PACKAGE-$VERSION$EXTRAVERSION.tazpkg" +msgstr "" + +#: tazpkg:1984 #, sh-format msgid "Can't repack $PACKAGE" msgstr "" -#: tazpkg:2060 +#: tazpkg:1988 #, sh-format msgid "Can't repack, $PACKAGE files have been modified by:" msgstr "" -#: tazpkg:2072 +#: tazpkg:2000 msgid "Can't repack, the following files are lost:" msgstr "" -#: tazpkg:2110 +#: tazpkg:2027 +#, sh-format +msgid "Can't repack, $CHECKSUM error." +msgstr "" + +#: tazpkg:2038 #, sh-format msgid "Package $PACKAGE repacked successfully." msgstr "" -#: tazpkg:2111 tazpkg:2166 -msgid "Size" +#: tazpkg:2040 tazpkg:2094 +#, sh-format +msgid "Size: $pkg_size" msgstr "" -#: tazpkg:2119 +#: tazpkg:2048 msgid "Receipt is missing. Please read the documentation." msgstr "" -#: tazpkg:2126 +#: tazpkg:2051 +#, sh-format +msgid "Packing: $PACKAGE" +msgstr "" + +#: tazpkg:2053 msgid "Creating the list of files..." msgstr "" -#: tazpkg:2145 -msgid "Compressing the fs... " +#: tazpkg:2059 +#, sh-format +msgid "Creating $CHECKSUM of files..." msgstr "" -#: tazpkg:2152 +#: tazpkg:2073 +msgid "Compressing the fs..." +msgstr "" + +#: tazpkg:2080 msgid "Updating receipt sizes..." msgstr "" -#: tazpkg:2157 -msgid "Creating full cpio archive... " +#: tazpkg:2085 +msgid "Creating full cpio archive..." msgstr "" -#: tazpkg:2160 -msgid "Restoring original package tree... " +#: tazpkg:2088 +msgid "Restoring original package tree..." msgstr "" -#: tazpkg:2165 +#: tazpkg:2092 #, sh-format msgid "Package $PACKAGE compressed successfully." msgstr "" -#: tazpkg:2188 -msgid "doesn't exist." +#: tazpkg:2117 +#, sh-format +msgid "$repo doesn't exist." msgstr "" -#: tazpkg:2205 -msgid "Undigest" +#: tazpkg:2136 +#, sh-format +msgid "Undigest $base_path" msgstr "" -#: tazpkg:2207 -msgid "is up to date." +#: tazpkg:2138 +#, sh-format +msgid "$repository_name is up to date." msgstr "" -#: tazpkg:2221 -msgid "Recharging undigest" +#: tazpkg:2153 +#, sh-format +msgid "Recharging undigest $base_path:" msgstr "" -#: tazpkg:2225 +#: tazpkg:2157 msgid "Creating backup of the last packages list..." msgstr "" -#: tazpkg:2251 +#: tazpkg:2181 #, sh-format -msgid "$new_pkgs new packages on the mirror." -msgstr "" +msgid "$new_pkgs new package on the mirror." +msgid_plural "$new_pkgs new packages on the mirror." +msgstr[0] "" +msgstr[1] "" -#: tazpkg:2254 +#: tazpkg:2184 msgid "No new packages on the mirror." msgstr "" -#: tazpkg:2261 +#: tazpkg:2189 msgid "" "Last packages.list is ready to use. Note that next time you recharge the\n" "list, a list of differences will be displayed to show new and upgradeable\n" "packages." msgstr "" -#: tazpkg:2302 +#: tazpkg:2229 #, sh-format msgid "$pkg_list is older than one week... recharging" msgstr "" -#: tazpkg:2308 +#: tazpkg:2233 +msgid "Package" +msgstr "" + +#: tazpkg:2233 msgid "Version" msgstr "" -#: tazpkg:2309 +#: tazpkg:2233 msgid "Status" msgstr "" -#: tazpkg:2336 +#: tazpkg:2258 msgid "Blocked" msgstr "" -#: tazpkg:2343 +#: tazpkg:2265 msgid "New build" msgstr "" -#: tazpkg:2345 -msgid "New version" +#: tazpkg:2267 +#, sh-format +msgid "New version $new" msgstr "" -#: tazpkg:2358 tazpkg:2390 -msgid "-e" +#: tazpkg:2280 +msgid "System is up-to-date..." msgstr "" -#: tazpkg:2361 -msgid "installed packages scanned in" -msgstr "" +#: tazpkg:2284 +#, sh-format +msgid "$pkgs installed package scanned in ${time}s" +msgid_plural "$pkgs installed packages scanned in ${time}s" +msgstr[0] "" +msgstr[1] "" -#: tazpkg:2368 +#: tazpkg:2288 #, sh-format -msgid "You have $upnb available upgrades$blocks" -msgstr "" +msgid "$blocked_count blocked" +msgid_plural "$blocked_count blocked" +msgstr[0] "" +msgstr[1] "" -#: tazpkg:2377 +#: tazpkg:2292 +#, sh-format +msgid "You have $upnb available upgrade $blocks" +msgid_plural "You have $upnb available upgrades $blocks" +msgstr[0] "" +msgstr[1] "" + +#: tazpkg:2302 msgid "Do you wish to install them now: y/n ? " msgstr "" -#: tazpkg:2401 +#: tazpkg:2315 +msgid "Leaving without any upgrades installed." +msgstr "" + +#: tazpkg:2327 msgid "No known bugs." msgstr "" -#: tazpkg:2407 +#: tazpkg:2333 msgid "Bug list completed" msgstr "" -#: tazpkg:2409 +#: tazpkg:2335 #, sh-format msgid "Bugs in package $PACKAGE version $VERSION$EXTRAVERSION:" msgstr "" -#: tazpkg:2426 +#: tazpkg:2352 #, sh-format msgid "The package $PACKAGE installation has not completed" msgstr "" -#: tazpkg:2434 +#: tazpkg:2360 #, sh-format -msgid "The package $PACKAGE $VERSION$EXTRAVERSION has been modified by:" +msgid "The package $PACKAGE-$VERSION$EXTRAVERSION has been modified by:" +msgstr "" + +#: tazpkg:2365 +#, sh-format +msgid "Files lost from $PACKAGE-$VERSION$EXTRAVERSION:" +msgstr "" + +#: tazpkg:2369 +msgid "target of symlink" +msgstr "" + +#: tazpkg:2374 +#, sh-format +msgid "Missing dependencies for $PACKAGE-$VERSION$EXTRAVERSION:" +msgstr "" + +#: tazpkg:2381 +#, sh-format +msgid "Dependencies loop between $PACKAGE and:" +msgstr "" + +#: tazpkg:2385 +msgid "Looking for known bugs..." +msgstr "" + +#: tazpkg:2410 +#, sh-format +msgid "The following packages provide $file:" +msgstr "" + +#: tazpkg:2416 +#, sh-format +msgid " $pkg (overridden by $overriders)" +msgstr "" + +#: tazpkg:2423 +msgid "No package has installed the following files:" +msgstr "" + +#: tazpkg:2432 +msgid "Check completed." msgstr "" #: tazpkg:2439 #, sh-format -msgid "Files lost from $PACKAGE $VERSION$EXTRAVERSION :" +msgid "$PACKAGE is already in the blocked packages list." msgstr "" #: tazpkg:2443 -msgid "target of symlink" +#, sh-format +msgid "Add $PACKAGE to: $BLOCKED..." msgstr "" -#: tazpkg:2448 -msgid "Missing dependencies for" +#: tazpkg:2457 +#, sh-format +msgid "Removing $PACKAGE from: $BLOCKED..." msgstr "" -#: tazpkg:2455 -msgid "Dependencies loop between" -msgstr "" - -#: tazpkg:2459 -msgid "Looking for known bugs... " -msgstr "" - -#: tazpkg:2484 -#, sh-format -msgid "The following packages provide $file :" -msgstr "" - -#: tazpkg:2490 -msgid "overridden by" -msgstr "" - -#: tazpkg:2495 -msgid "No package has installed the following files" -msgstr "" - -#: tazpkg:2504 -msgid "Check completed." -msgstr "" - -#: tazpkg:2511 -#, sh-format -msgid "$PACKAGE is already in the blocked packages list." -msgstr "" - -#: tazpkg:2515 -#, sh-format -msgid "Add $PACKAGE to : $BLOCKED..." -msgstr "" - -#: tazpkg:2529 -#, sh-format -msgid "Removing $PACKAGE from : $BLOCKED..." -msgstr "" - -#: tazpkg:2537 +#: tazpkg:2465 #, sh-format msgid "$PACKAGE is not in the blocked packages list." msgstr "" -#: tazpkg:2567 tazpkg:2625 -#, sh-format -msgid "$PACKAGE already in the cache : $CACHE_DIR" +#: tazpkg:2483 tazpkg:2528 +msgid "rootconfig needs --root= option used." msgstr "" -#: tazpkg:2570 tazpkg:2628 +#: tazpkg:2496 tazpkg:2555 +#, sh-format +msgid "$PACKAGE already in the cache: $CACHE_DIR" +msgstr "" + +#: tazpkg:2499 tazpkg:2558 #, sh-format msgid "Continuing $PACKAGE download" msgstr "" -#: tazpkg:2650 -msgid "Clean cache:" +#: tazpkg:2579 +#, sh-format +msgid "Clean cache: $CACHE_DIR" msgstr "" -#: tazpkg:2652 +#: tazpkg:2580 msgid "Cleaning cache directory..." msgstr "" -#: tazpkg:2655 +#: tazpkg:2584 #, sh-format -msgid "$files file(s) removed from cache." -msgstr "" +msgid "$files file removed from cache." +msgid_plural "$files files removed from cache." +msgstr[0] "" +msgstr[1] "" -#: tazpkg:2665 +#: tazpkg:2595 msgid "Current undigest(s)" msgstr "" -#: tazpkg:2669 +#: tazpkg:2598 msgid "No undigest mirror found." msgstr "" -#: tazpkg:2681 +#: tazpkg:2610 #, sh-format msgid "Remove $undigest undigest" msgstr "" -#: tazpkg:2685 +#: tazpkg:2612 #, sh-format msgid "Removing $undigest undigest..." msgstr "" -#: tazpkg:2691 +#: tazpkg:2618 #, sh-format msgid "Undigest $undigest not found" msgstr "" -#: tazpkg:2706 +#: tazpkg:2633 #, sh-format msgid "Creating new undigest $undigest." msgstr "" -#: tazpkg:2724 -msgid "Unknow option" +#: tazpkg:2652 +#, sh-format +msgid "Unknown option $u_opt." msgstr "" -#: tazpkg:2739 +#: tazpkg:2667 #, sh-format msgid "Nothing to do for $PACKAGE." msgstr "" -#: tazpkg:2743 +#: tazpkg:2671 #, sh-format msgid "Package $PACKAGE is not installed." msgstr "" -#: tazpkg:2744 +#: tazpkg:2672 msgid "Install package with 'tazpkg install' or 'tazpkg get-install'" msgstr "" -#: tazpkg:2757 -msgid "Tazpkg SHell" +#: tazpkg:2684 +msgid "Tazpkg SHell." msgstr "" -#: tazpkg:2759 +#: tazpkg:2685 msgid "Type 'usage' to list all available commands or 'quit' or 'q' to exit." msgstr "" -#: tazpkg:2769 +#: tazpkg:2695 msgid "You are already running a Tazpkg SHell." msgstr "" -#: tazpkg:2813 +#: tazpkg:2739 msgid "Unsupported format" msgstr "" -#: tazpkg:2829 +#: tazpkg:2747 +msgid "" +"\n" +"usage: tazpkg link package_name slitaz_root\n" +"example: 'tazpkg link openoffice /mnt' will use less than 100k in\n" +" your running system ram.\n" +msgstr "" + +#: tazpkg:2755 #, sh-format msgid "$PACKAGE is already installed." msgstr "" -#: tazpkg:2838 +#: tazpkg:2764 #, sh-format -msgid "Missing : $i" +msgid "Missing: $i" msgstr "" -#: tazpkg:2842 +#: tazpkg:2768 msgid "Link all missing dependencies" msgstr "" -#: tazpkg:2852 -msgid "Leaving dependencies unresolved for:" +#: tazpkg:2777 +#, sh-format +msgid "Leaving dependencies unresolved for: $PACKAGE" msgstr "" -#: tazpkg:2853 +#: tazpkg:2778 msgid "The package is installed but probably will not work." msgstr "" + +#: tazpkg-box:17 +msgid "TazPKG Action" +msgstr "" + +#: tazpkg-box:31 +#, sh-format +msgid "Package name: $pkgname" +msgstr "" + +#: tazpkg-box:35 +msgid "Install" +msgstr "" + +#: tazpkg-box:35 +msgid "Extract" +msgstr "" + +#: tazpkg-box:55 +#, sh-format +msgid "Downloading: $pkg" +msgstr "" + +#: tazpkg-box:68 +#, sh-format +msgid "Usage: $progname [actions|url] [pkg]" +msgstr "" diff -r 4df916f2af5b -r de952705379e tazpkg --- a/tazpkg Thu May 24 14:20:14 2012 +0200 +++ b/tazpkg Sat Jun 23 00:51:57 2012 +0000 @@ -29,6 +29,47 @@ TEXTDOMAIN='tazpkg' export TEXTDOMAIN +# +# Functions set for translate categories +# +# No operations, only for xgettext collect +gettext_noop() { + gettext "base-system"; gettext "x-window"; gettext "utilities"; + gettext "network"; gettext "graphics"; gettext "multimedia"; + gettext "office"; gettext "development"; gettext "system-tools"; + gettext "security"; gettext "games"; gettext "misc"; gettext "meta"; + gettext "non-free" +} +# Make array of pre-translated categories +cat_i18n="" +for c in "base-system" "x-window" "utilities" "network" "graphics" "multimedia" "office" "development" "system-tools" "security" "games" "misc" "meta" "non-free"; do + cat_i18n="$cat_i18n +$(gettext "$c") $c" +done +# If category is not one of those translated in native language, keep it +# untranslated. This allows both native and english language support. +# This also supports custom categories. +# And now we support spaces in translated categories +reverse_translate_category() +{ + echo "$cat_i18n" | awk "BEGIN{FS=\" \"}{if (/^$@ /) a=\$2}END{if (a==\"\") a=\"$@\"; print a}" +} + +# +# Tazpkg output functions +# +# Print localized title +title() { newline; boldify "$(eval_gettext "$1")"; separator; } +# Print footer +footer() { separator; echo "$1"; newline; } +# Print current action in brown color (separate from any other msgs) +action() { + case $output in + raw|gtk|html) eval_gettext "$@" ;; + *) echo -ne "\033[0;33m"$(eval_gettext "$@")"\033[0m" ;; + esac +} + # Initialize some variables to use words rather than numbers for functions # and actions. COMMAND=$1 @@ -63,79 +104,83 @@ #################### # Print the usage. -usage () -{ - newline - echo -e "`gettext \"SliTaz package manager - Version\"`: $VERSION +usage () { + cat << EOT -\033[1m`gettext \"Usage\"`:\033[0m `gettext \"tazpkg [command] [package|dir|pattern|list|cat|--opt] [dir|--opt]\"` -$(boldify SHell:) tazpkg shell\n -\033[1m`gettext \"Commands\"`: \033[0m - usage `gettext \"Print this short usage.\"` - bugs `gettext \"Show known bugs in packages.\"` - list|-l `gettext \"List installed packages on the system by category or all.\"` - list-mirror|-lm `gettext \"List all available packages on the mirror (--diff for new).\"` - info `gettext \"Print information about a package.\"` - desc `gettext \"Print description of a package (if it exists).\"` - list-files|-lf `gettext \"List the files installed with a package.\"` - list-config `gettext \"List the configuration files.\"` - search|-s `gettext \"Search for a package by pattern or name (options: -i|-l|-m).\"` - search-pkgname `gettext \"Search on mirror for package having a particular file.\"` - search-file|-sf `gettext \"Search for file(s) in all installed packages files.\"` - install|-i `gettext \"Install a local (*.tazpkg) package (--forced to force).\"` - install-list `gettext \"Install all packages from a list of packages.\"` - remove|-r `gettext \"Remove the specified package and all installed files.\"` - extract|-e `gettext \"Extract a (*.tazpkg) package into a directory.\"` - pack `gettext \"Pack an unpacked or prepared package tree.\"` - recharge `gettext \"Recharge your packages.list from the mirror.\"` - up|--help-up `gettext \"Check packages $CHECKSUM to list and install latest upgrades.\"` - repack `gettext \"Create a package archive from an installed package.\"` - repack-config `gettext \"Create a package archive with configuration files.\"` - recompress `gettext \"Rebuild a package with a better compression ratio.\"` - block|unblock `gettext \"Block an installed package version or unblock it for upgrade.\"` - get `gettext \"Download a package into the current directory.\"` - get-install|-gi `gettext \"Download and install a package from the mirror.\"` - get-install-list `gettext \"Download and install a list of packages from the mirror.\"` - check `gettext \"Verify consistency of installed packages.\"` - add-flavor `gettext \"Install the flavor list of packages.\"` - install-flavor `gettext \"Install the flavor list of packages and remove other ones.\"` - set-release `gettext \"Change release and update packages.\"` - clean-cache|-cc `gettext \"Clean all packages downloaded in cache directory.\"` - depends `gettext \"Display dependencies tree.\"` - rdepends `gettext \"Display reverse dependencies tree.\"` - convert `gettext \"Convert a deb/rpm/tgz/arch package to a slitaz (.tazpkg).\"` - link `gettext \"Link a package from another slitaz installation.\"` - setup-mirror|-sm `gettext \"Change the mirror url configuration.\"` - list-undigest `gettext \"List undigest mirrors.\"` - remove-undigest `gettext \"Remove an undigest mirror.\"` - add-undigest `gettext \"Add an undigest mirror.\"` - setup-undigest `gettext \"Update an undigest mirror.\"` - reconfigure `gettext \"Replay post install script from package.\"`" - newline +$(eval_gettext 'SliTaz package manager - Version: $VERSION') + +$(boldify "$(gettext 'Usage:')") + $(gettext 'tazpkg [command] [package|dir|pattern|list|cat|--opt] [dir|--opt]') +$(boldify "$(gettext 'SHell:')") tazpkg shell + +$(boldify "$(gettext 'Commands:')") + usage $(gettext 'Print this short usage.') + bugs $(gettext 'Show known bugs in packages.') + list|-l $(gettext 'List installed packages on the system by category or all.') + list-mirror|-lm $(gettext 'List all available packages on the mirror (--diff for new).') + info $(gettext 'Print information about a package.') + desc $(gettext 'Print description of a package (if it exists).') + list-files|-lf $(gettext 'List the files installed with a package.') + list-config $(gettext 'List the configuration files.') + search|-s $(gettext 'Search for a package by pattern or name (options: -i|-l|-m).') + search-pkgname $(gettext 'Search on mirror for package having a particular file.') + search-file|-sf $(gettext 'Search for file(s) in all installed packages files.') + install|-i $(gettext 'Install a local (*.tazpkg) package (--forced to force).') + install-list $(gettext 'Install all packages from a list of packages.') + remove|-r $(gettext 'Remove the specified package and all installed files.') + extract|-e $(gettext 'Extract a (*.tazpkg) package into a directory.') + pack $(gettext 'Pack an unpacked or prepared package tree.') + recharge $(gettext 'Recharge your packages.list from the mirror.') + up|help-up $(eval_gettext 'Check packages $CHECKSUM to list and install latest upgrades.') + repack $(gettext 'Create a package archive from an installed package.') + repack-config $(gettext 'Create a package archive with configuration files.') + recompress $(gettext 'Rebuild a package with a better compression ratio.') + block|unblock $(gettext 'Block an installed package version or unblock it for upgrade.') + get $(gettext 'Download a package into the current directory.') + get-install|-gi $(gettext 'Download and install a package from the mirror.') + get-install-list $(gettext 'Download and install a list of packages from the mirror.') + check $(gettext 'Verify consistency of installed packages.') + add-flavor $(gettext 'Install the flavor list of packages.') + install-flavor $(gettext 'Install the flavor list of packages and remove other ones.') + set-release $(gettext 'Change release and update packages.') + clean-cache|-cc $(gettext 'Clean all packages downloaded in cache directory.') + depends $(gettext 'Display dependencies tree.') + rdepends $(gettext 'Display reverse dependencies tree.') + convert $(gettext 'Convert a deb/rpm/tgz/arch package to a slitaz (.tazpkg).') + link $(gettext 'Link a package from another slitaz installation.') + setup-mirror|-sm $(gettext 'Change the mirror url configuration.') + list-undigest $(gettext 'List undigest mirrors.') + remove-undigest $(gettext 'Remove an undigest mirror.') + add-undigest $(gettext 'Add an undigest mirror.') + setup-undigest $(gettext 'Update an undigest mirror.') + reconfigure $(gettext 'Replay post install script from package.') + +EOT } usage_up() { - echo -e " -\033[1m`gettext \"Tazpkg usage for command up\"`:\033[0m `gettext \"tazpkg up [--option]`\n -* `gettext \"Without options run in interactive mode and ask before install\"` + cat << EOT +$(emsg "$(gettext 'Tazpkg usage for command up: tazpkg up [--option]')") +* $(gettext 'Without options run in interactive mode and ask before install') -\033[1m`gettext \"Where options are\"`: \033[0m - --check |-c `gettext \"Check only for available upgrades\"` - --recharge |-r `gettext \"Force recharge of packages list and check\"` - --install |-i `gettext \"Check for upgrades and install them all\"` +$(boldify "$(gettext 'Where options are:')") + --check |-c $(gettext 'Check only for available upgrades') + --recharge |-r $(gettext 'Force recharge of packages list and check') + --install |-i $(gettext 'Check for upgrades and install them all') -\033[1m`gettext \"Example\"`: \033[0m +$(boldify "$(gettext 'Example:')") tazpkg up --recharge --install tazpkg up -c -r -" +EOT } # Check if dir exist check_dir() { if ! [ -d "$1" ]; then - echo -n "Creating $1..." - mkdir -p "$1" + FOLDER=$1 + action 'Creating $FOLDER...' + mkdir -p "$FOLDER" status return 1 fi @@ -145,7 +190,7 @@ # exist. If not and user is root we create them. check_base_dir() { - if test $(id -u) = 0 ; then + if [ "$(id -u)" = "0" ]; then check_dir $1$CACHE_DIR check_dir $1$INSTALLED check_dir $1$SLITAZ_LOGS @@ -174,7 +219,8 @@ if [ ! -f "$PACKAGE_FILE" ]; then newline eval_gettext "Unable to find: \$PACKAGE_FILE"; echo - newline && exit 0 + newline + exit 0 fi } @@ -185,7 +231,8 @@ FS=$1 newline eval_gettext "Unable to find the receipt: \$FS\$INSTALLED/\$PACKAGE/receipt"; echo - newline && exit 0 + newline + exit 0 fi } @@ -239,7 +286,8 @@ newline eval_gettext "\$PACKAGE package is already installed. You can use the --forced option to force installation or remove it and reinstall."; echo - newline && exit 0 + newline + exit 0 fi } @@ -254,8 +302,9 @@ eval_gettext "Unable to find the list: \$LOCALSTATE/packages.list"; echo gettext \ "You must probably run 'tazpkg recharge' as root to get the latest list of -packages available on the mirror."; newline - newline && exit 0 +packages available on the mirror."; echo + newline + exit 0 fi fi } @@ -378,7 +427,8 @@ } # Log this activity -log() +# (there log_pkg because we have log() in libtaz.sh) +log_pkg() { local extra [ "$1" = "Installed" ] && \ @@ -425,15 +475,15 @@ # Extract a package with cpio and gzip/lzma. extract_package() { - eval_gettext "Extracting \$PACKAGE... " + action "Extracting \$PACKAGE..." cpio -idm --quiet < ${PACKAGE_FILE##*/} && rm -f ${PACKAGE_FILE##*/} status if [ -f fs.cpio.lzma ]; then - gettext "Extracting the pseudo fs... " + action "Extracting the pseudo fs..." unlzma -c fs.cpio.lzma | cpio -idm --quiet && rm fs.cpio.lzma status elif [ -f fs.cpio.gz ]; then - gettext "Extracting the pseudo fs... " + action "Extracting the pseudo fs..." zcat fs.cpio.gz | cpio -idm --quiet && rm fs.cpio.gz status fi @@ -496,10 +546,8 @@ fi mkdir -p $TMP_DIR [ -n "$INSTALL_LIST" ] && echo "$PACKAGE_FILE" >> $ROOT$LOCALSTATE/$INSTALL_LIST-processed - newline - boldify "$(gettext "Installation of :") $PACKAGE" - separator - eval_gettext "Copying \$PACKAGE... " + title 'Installation of: $PACKAGE' + action "Copying \$PACKAGE..." cp $PACKAGE_FILE $TMP_DIR status cd $TMP_DIR @@ -511,7 +559,7 @@ . $PWD/receipt cd $ROOT$INSTALLED if [ $SELF_INSTALL -ne 0 -a -n "$ROOT" ]; then - gettext "Checking post install dependencies... " + action "Checking post install dependencies..." [ -f $INSTALLED/$PACKAGE/receipt ] if ! status; then eval_gettext "Please run 'tazpkg install \$PACKAGE_FILE' in / and retry."; echo @@ -588,7 +636,7 @@ fi if [ -n "$CONFIG_FILES" ]; then # save 'official' configuration files - eval_gettext "Saving configuration files for \$PACKAGE... " + action "Saving configuration files for \$PACKAGE..." for i in $CONFIG_FILES; do { cd fs ; find ${i#/} -type f 2> /dev/null; cd ..; } done | { cd fs ; cpio -o -H newc --quiet | gzip -9; cd ..; } > \ @@ -602,11 +650,11 @@ done status fi - eval_gettext "Installing \$PACKAGE... " + action "Installing \$PACKAGE..." cp -a fs/* $ROOT/ status if [ -s files2remove.list ]; then - eval_gettext "Removing old \$PACKAGE... " + action "Removing old \$PACKAGE..." while read file; do remove_with_path $ROOT$file done < files2remove.list @@ -614,7 +662,7 @@ status fi # Remove the temporary random directory. - gettext "Removing all tmp files... " + action "Removing all tmp files..." cd .. && rm -rf $TMP_DIR status # Post install commands. @@ -642,11 +690,9 @@ updatedepmod=yes fi cd $TOP_DIR - separator - eval_gettext "\$PACKAGE (\$VERSION\$EXTRAVERSION) is installed."; echo - newline + footer "$(eval_gettext '$PACKAGE ($VERSION$EXTRAVERSION) is installed.')" # Log this activity - [ -n "$ROOT" ] || log Installed + [ -n "$ROOT" ] || log_pkg Installed } # Check for loop in deps tree. @@ -698,7 +744,7 @@ fi done if [ ! "$MISSING_PACKAGE" = "" ]; then - echo -e "\033[1m`gettext \"Tracking dependencies for :\"`\033[0m $PACKAGE" + emsg "$(eval_gettext 'Tracking dependencies for: $PACKAGE')" separator for pkgorg in $DEPENDS do @@ -709,7 +755,9 @@ fi done separator - eval_gettext "\$deps missing package(s) to install."; echo + eval_ngettext \ + "\$deps missing package to install." \ + "\$deps missing packages to install." $deps; echo fi } @@ -722,15 +770,14 @@ root="" [ -n "$1" ] && root="--root=$1" if [ "$AUTO_INSTALL_DEPS" == "yes" ]; then - answer=`translate_querry y` + answer=0 else newline - gettext "Install all missing dependencies" - echo -n " (`translate_querry y`/`translate_querry N`) ? " - read answer + gettext "Install all missing dependencies" && confirm + answer=$? newline fi - if [ "$answer" == "$(translate_querry y)" ]; then + if [ $answer = 0 ]; then for pkgorg in $DEPENDS do pkg=$(equivalent_pkg $pkgorg $1) @@ -742,7 +789,7 @@ # the TAZPKG_BASENAME in the local packages.list. found=0 if [ -f "$list" ]; then - eval_gettext "Checking if \$pkg exists in local list... "; echo + eval_gettext "Checking if \$pkg exists in local list..."; echo mkdir $TMP_DIR for i in $pkg-*.tazpkg; do [ -f $i ] || continue @@ -769,8 +816,8 @@ else newline eval_gettext \ -"Leaving dependencies for \$PACKAGE unresolved. The package is installed but -will probably not work."; echo +"Leaving dependencies for \$PACKAGE unresolved. +The package is installed but will probably not work."; echo newline fi } @@ -786,19 +833,17 @@ EXTRAVERSION="" [ -f $INSTALLED/$pkg/receipt ] || continue . $INSTALLED/$pkg/receipt - echo -n "$PACKAGE " - echo -en "\033[24G $VERSION$EXTRAVERSION" - echo -e "\033[42G `translate_category $CATEGORY`." + emsg "$PACKAGE $VERSION$EXTRAVERSION $(gettext $CATEGORY)" packages=$(($packages+1)) done # Set correct ending messages. if [ "$packages" = "" ]; then - eval_gettext "0 installed packages found for : \$PATTERN"; echo + eval_gettext "0 installed packages found for: \$PATTERN"; echo newline else - separator - eval_gettext "\$packages installed package(s) found for : \$PATTERN"; echo - newline + footer "$(eval_ngettext \ + '$packages installed package found for: $PATTERN' \ + '$packages installed packages found for: $PATTERN' $packages)" fi } @@ -820,12 +865,12 @@ newline fi if [ "$packages" = "0" ]; then - eval_gettext "0 available packages found for : \$PATTERN"; echo + eval_gettext "0 available packages found for: \$PATTERN"; echo newline else - separator - eval_gettext "\$packages available package(s) found for : \$PATTERN"; echo - newline + footer "$(eval_ngettext \ + '$packages available package found for: $PATTERN' \ + '$packages available packages found for: $PATTERN' $packages)" fi } @@ -848,19 +893,19 @@ newline fi if [ "$packages" = "0" ]; then - eval_gettext "0 available packages found for : \$PATTERN"; echo + eval_gettext "0 available packages found for: \$PATTERN"; echo newline else - separator - eval_gettext "\$packages available package(s) found for : \$PATTERN"; echo - newline + footer "$(eval_ngettext \ + '$packages available package found for: $PATTERN' \ + '$packages available packages found for: $PATTERN' $packages)" fi } # Install package-list from a flavor install_flavor() { - check_root + check_root $@ # Get repositories priority list. look_for_priority @@ -912,15 +957,13 @@ if [ -f "$1/mirror" ]; then cp -f $1/mirror $1/mirror.bak fi - newline - boldify "$(gettext "Current mirror(s)")" - separator + title 'Current mirror(s)' echo " `cat $1/mirror 2> /dev/null`" gettext \ "Please enter URL of the new mirror (http, ftp or local path). You must specify the complete address to the directory of the packages and packages.list file."; echo newline - gettext "New mirror(s) URL : " + gettext "New mirror(s) URL: " NEW_MIRROR_URL=$2 if [ -n "$NEW_MIRROR_URL" ]; then echo $NEW_MIRROR_URL @@ -930,7 +973,7 @@ if [ "$NEW_MIRROR_URL" = "" ]; then gettext "Nothing has been changed."; echo else - eval_gettext "Setting mirror(s) to : $NEW_MIRROR_URL"; echo + eval_gettext "Setting mirror(s) to: \$NEW_MIRROR_URL"; echo rm -f $1/mirror for i in $NEW_MIRROR_URL; do echo "$i" >> $1/mirror @@ -1121,7 +1164,7 @@ mv $TMP_DIR/$file.tazpkg . ;; *) - gettext "Invalid target: $target (expected i386)"; echo + eval_gettext "Invalid target: \$target (expected i386)"; echo ;; esac rm -rf $TMP_DIR @@ -1158,7 +1201,7 @@ tazpkg pack $file mv $file.tazpkg $TOP_DIR else - eval_gettext "\$PACKAGE_FILE does not look like an Archlinux/Alpine package !"; echo + eval_gettext "\$PACKAGE_FILE does not look like an Archlinux/Alpine package!"; echo fi cd $TOP_DIR rm -rf $TMP_DIR @@ -1209,7 +1252,7 @@ tazpkg pack $file mv $file.tazpkg $TOP_DIR else - eval_gettext "\$PACKAGE_FILE does not look like a Slackware package !"; echo + eval_gettext "\$PACKAGE_FILE does not look like a Slackware package!"; echo fi cd $TOP_DIR rm -rf $TMP_DIR @@ -1260,7 +1303,7 @@ mv $file.tazpkg $TOP_DIR ;; *) - gettext "Invalid target: $target (expected i386)"; echo + eval_gettext "Invalid target: \$target (expected i386)"; echo ;; esac cd $TOP_DIR @@ -1276,8 +1319,8 @@ rpm -qip $PACKAGE_FILE | awk -v pkg=$(basename $PACKAGE_FILE) ' BEGIN { goturl=0; - printf "# Taz package receipt.\n"; - printf "# Generated by tazpkg from rpm package %s\n",pkg; + printf "# SliTaz package receipt.\n"; + printf "# generated by tazpkg from rpm package %s\n",pkg; } { if (/^Name/) { name=$3; printf "PACKAGE=\"%s\"\n",$3; } @@ -1298,7 +1341,7 @@ mkdir -p $TMP_DIR/$file/fs/ mv $TMP_DIR/receipt $TMP_DIR/$file rpm -qip $PACKAGE_FILE | awk ' -DEGIN { show=0 } +BEGIN { show=0 } { if (show) print; if (/^Description/) show=1; @@ -1350,79 +1393,16 @@ fi } -translate_category() -{ - case $1 in - base-system) gettext "base-system" ;; - x-window) gettext "x-window" ;; - utilities) gettext "utilities" ;; - network) gettext "network" ;; - graphics) gettext "graphics" ;; - multimedia) gettext "multimedia" ;; - office) gettext "office" ;; - development) gettext "development" ;; - system-tools) gettext "system-tools" ;; - security) gettext "security" ;; - games) gettext "games" ;; - misc) gettext "misc" ;; - meta) gettext "meta" ;; - non-free) gettext "non-free" ;; - - # Support custom categories by keeping them untranslated. - *) echo "$1" ;; - - esac -} - -reverse_translate_category() -{ - case $1 in - `gettext "base-system"`) echo "base-system" ;; - `gettext "x-window"`) echo "x-window" ;; - `gettext "utilities"`) echo "utilities" ;; - `gettext "network"`) echo "network" ;; - `gettext "graphics"`) echo "graphics" ;; - `gettext "multimedia"`) echo "multimedia" ;; - `gettext "office"`) echo "office" ;; - `gettext "development"`) echo "development" ;; - `gettext "system-tools"`) echo "system-tools" ;; - `gettext "security"`) echo "security" ;; - `gettext "games"`) echo "games" ;; - `gettext "misc"`) echo "misc" ;; - `gettext "meta"`) echo "meta" ;; - `gettext "non-free"`) echo "non-free" ;; - - # If category is not one of those translated in native language, - # keep it untranslated. This allows both native and english - # language support. This also supports custom categories. - *) echo "$1" ;; - - esac -} - -translate_querry() -{ - case $1 in - y) gettext "y" ;; - Y) gettext "Y" ;; - n) gettext "n" ;; - N) gettext "N" ;; - # Support other cases but keep them untranslated. - *) echo "$1" ;; - esac -} - ################### # Tazpkg commands # ################### case "$COMMAND" in list|-l) + shift # List all installed packages or a specific category. - if [ "$2" = "blocked" ]; then - newline - echo -e "\033[1m`gettext \"Blocked packages\"`\033[0m" - separator + if [ "$1" = "blocked" ]; then + title 'Blocked packages' if [ -s "$BLOCKED" ];then cat $BLOCKED else @@ -1431,60 +1411,52 @@ newline && exit 0 fi # Display the list of categories. - if [ "$2" = "cat" -o "$2" = "categories" ]; then - newline - echo -e "\033[1m`gettext \"Packages categories\"`\033[0m" - separator - for i in $CATEGORIES + if [ "$1" = "cat" -o "$1" = "categories" ]; then + title 'Packages categories' + for i in $PKGS_CATEGORIES do - translate_category $i; echo + gettext $i; echo categories=$(($categories+1)) done - separator - eval_gettext "\$categories categories"; echo - newline + footer "$(eval_ngettext \ + '$categories category' \ + '$categories categories' $categories)"; echo exit 0 fi - newline # Check for an asked category. - if [ -n "$2" ]; then - ASKED_CATEGORY_I18N=$2 - ASKED_CATEGORY=$(reverse_translate_category $2) - echo -e "\033[1m`gettext \"Installed packages of category:\"`\033[0m $ASKED_CATEGORY_I18N" - separator + ASKED_CATEGORY_I18N="$@" + if [ -n "$ASKED_CATEGORY_I18N" ]; then + ASKED_CATEGORY=$(reverse_translate_category "$ASKED_CATEGORY_I18N") + title 'Installed packages of category: $ASKED_CATEGORY_I18N' for pkg in $INSTALLED/* do [ -f $pkg/receipt ] || continue EXTRAVERSION="" . $pkg/receipt if [ "$CATEGORY" == "$ASKED_CATEGORY" ]; then - echo -n "$PACKAGE" - echo -e "\033[24G $VERSION$EXTRAVERSION" + echo -e "$PACKAGE\033[24G $VERSION$EXTRAVERSION" packages=$(($packages+1)) fi done - separator - echo -n $(colorize 32 "$packages ") - echo -n $(boldify $(gettext "packages installed of category:")) - colorize 34 " $ASKED_CATEGORY_I18N" + footer "$(emsg $(eval_ngettext \ + '$packages package installed of category $ASKED_CATEGORY_I18N.' \ + '$packages packages installed of category $ASKED_CATEGORY_I18N.' \ + $packages))"; echo else # By default list all packages and versions. - echo -e "\033[1m`gettext \"List of all installed packages\"`\033[0m" - separator + title 'List of all installed packages' for pkg in $INSTALLED/* do [ -f $pkg/receipt ] || continue EXTRAVERSION="" . $pkg/receipt - echo -n "$PACKAGE" - echo -en "\033[24G $VERSION$EXTRAVERSION" - echo -e "\033[42G `translate_category $CATEGORY`" + echo -e "$PACKAGE\033[24G $VERSION$EXTRAVERSION\033[42G $(gettext $CATEGORY)" packages=$(($packages+1)) done - separator - echo -n $(colorize 32 "$packages ") - boldify $(gettext "packages installed") - fi && newline ;; + footer "$(emsg $(eval_ngettext \ + '$packages package installed.' \ + '$packages packages installed.' $packages))" + fi ;; list-mirror|-lm) # List all available packages on the mirror. Option --diff displays # last mirrored packages diff (see recharge). @@ -1492,90 +1464,64 @@ case $2 in --diff) if [ -f "$LOCALSTATE/packages.diff" ]; then - newline - echo -e "\033[1m`gettext \"Mirrored packages diff\"`\033[0m" - separator + title 'Mirrored packages diff' cat $LOCALSTATE/packages.diff - separator pkgs=`cat $LOCALSTATE/packages.diff | wc -l` - eval_gettext "\$pkgs new packages listed on the mirror."; echo - newline + footer "$(eval_ngettext \ + '$pkgs new package listed on the mirror.' \ + '$pkgs new packages listed on the mirror.' $pkgs)" else newline gettext "Unable to list anything, no packages.diff found."; echo gettext "Recharge your current list to create a first diff."; echo newline fi && exit 0 ;; - --text|--txt) - newline - echo -e "\033[1m`gettext \"List of available packages on the mirror\"`\033[0m" - separator + --text|--txt|--raw|*) + title 'List of available packages on the mirror' cat $LOCALSTATE/packages.txt ;; - --raw|*) - newline - echo -e "\033[1m`gettext \"List of available packages on the mirror\"`\033[0m" - separator - cat $LOCALSTATE/packages.list ;; esac - separator pkgs=$(cat $LOCALSTATE/packages.list | wc -l) - echo -n $(colorize 32 "$pkgs ") - boldify $(gettext "packages in the last recharged list") - newline ;; + footer "$(emsg $(eval_ngettext \ + '$pkgs package in the last recharged list.' \ + '$pkgs packages in the last recharged list.' $pkgs))" + ;; list-files|-lf) # List files installed with the package. check_for_package_on_cmdline check_for_receipt - newline - echo -n $(boldify $(gettext "Installed files by:")) - colorize 32 " $PACKAGE" - separator + title 'Installed files by: $PACKAGE' cat $INSTALLED/$PACKAGE/files.list | sort - separator files=$(cat $INSTALLED/$PACKAGE/files.list | wc -l) - echo -n $(colorize 32 "$files ") - eval_gettext "files installed with \$PACKAGE"; newline - newline ;; + footer "$(emsg $(eval_ngettext \ + '$files file installed with $PACKAGE' \ + '$files files installed with $PACKAGE' $files))" + ;; info) # Information about package. check_for_package_on_cmdline check_for_receipt EXTRAVERSION="" . $INSTALLED/$PACKAGE/receipt - newline - echo -e "\033[1m`gettext \"Tazpkg information\"`\033[0m -================================================================================ -`gettext \"Package :\"` $PACKAGE -`gettext \"Version :\"` $VERSION$EXTRAVERSION -`gettext \"Category :\"` `translate_category $CATEGORY` -`gettext \"Short desc :\"` $SHORT_DESC -`gettext \"Maintainer :\"` $MAINTAINER" - if [ "$DEPENDS" ]; then - echo -e "`gettext \"Depends :\"` $DEPENDS" - fi - if [ "$SUGGESTED" ]; then - echo -e "`gettext \"Suggested :\"` $SUGGESTED" - fi - if [ "$BUILD_DEPENDS" ]; then - echo -e "`gettext \"Build deps :\"` $BUILD_DEPENDS" - fi - if [ "$WANTED" ]; then - echo -e "`gettext \"Wanted src :\"` $WANTED" - fi - if [ "$WEB_SITE" ]; then - echo -e "`gettext \"Web site :\"` $WEB_SITE" - fi - separator - newline ;; + title 'Tazpkg information' + emsg "\ +$(gettext 'Package :') $PACKAGE +$(gettext 'Version :') $VERSION$EXTRAVERSION +$(gettext 'Category :') $(gettext $CATEGORY) +$(gettext 'Short desc :') $SHORT_DESC +$(gettext 'Maintainer :') $MAINTAINER" + [ "$DEPENDS" ] && emsg "$(gettext 'Depends :') $DEPENDS" + [ "$SUGGESTED" ] && emsg "$(gettext 'Suggested :') $SUGGESTED" + [ "$BUILD_DEPENDS" ] && emsg "$(gettext 'Build deps :') $BUILD_DEPENDS" + [ "$WANTED" ] && emsg "$(gettext 'Wanted src :') $WANTED" + [ "$WEB_SITE" ] && emsg "$(gettext 'Web site :') $WEB_SITE" + footer + ;; desc) # Display package description.txt if available. if [ -f "$INSTALLED/$PACKAGE/description.txt" ]; then - newline - echo -e "\033[1m`gettext \"Description of:\"`\033[0m $PACKAGE" - separator + title 'Description of: $PACKAGE' cat $INSTALLED/$PACKAGE/description.txt - separator - newline + footer else newline gettext "Sorry, no description available for this package."; echo @@ -1591,9 +1537,7 @@ newline exit 0 fi - newline - echo -e "\033[1m`gettext \"Search result for:\"`\033[0m $PATTERN" - newline + title 'Search result for: $PATTERN' # Default is to search in installed pkgs and the raw list. case $3 in -i|--installed) @@ -1615,9 +1559,8 @@ newline exit 0 fi - newline - echo -e "\033[1m`gettext \"Search result for file\"`\033[0m $2" - separator + s_file="$2" + title 'Search result for file $s_file' if [ "$3" == "--mirror" ]; then @@ -1626,46 +1569,45 @@ $LOCALSTATE/undigest/*/files.list.lzma; do [ -f $i ] || continue unlzma -c $i | grep -- ".*:.*$2" | awk ' - BEGIN { last="" } - { - pkg=substr($0,0,index($0,":")-1); - file=substr($0,index($0,":")+2); - if (last != pkg) { - last = pkg; - printf("\n%c[1mPackage %s :%c[0m\n",27,pkg,27); - } - printf("%s\n",file); - }' + BEGIN { last="" } + { + pkg=substr($0,0,index($0,":")-1); + file=substr($0,index($0,":")+2); + if (last != pkg) { + last = pkg; + printf("\n%c[1mPackage %s:%c[0m\n",27,pkg,27); + } + printf("%s\n",file); + }' match=$(($match + `unlzma -c $i | grep -- ".*:.*$2" | wc -l`)) done else - # Check all pkg files.list in search match which specify the package - # name and the full path to the file(s). - for pkg in $INSTALLED/* - do - if grep -qs "$2" $pkg/files.list; then - . $pkg/receipt - newline - echo -e "\033[1m`gettext \"Package\"` $PACKAGE:\033[0m" - grep "$2" $pkg/files.list - files=`grep $2 $pkg/files.list | wc -l` - match=$(($match+$files)) - fi - done + # Check all pkg files.list in search match which specify the package + # name and the full path to the file(s). + for pkg in $INSTALLED/* + do + if grep -qs "$2" $pkg/files.list; then + . $pkg/receipt + newline + boldify "$(eval_gettext 'Package $PACKAGE:')" + grep "$2" $pkg/files.list + files=`grep $2 $pkg/files.list | wc -l` + match=$(($match+$files)) + fi + done fi pkg=$2 if [ "$match" = "" ]; then eval_gettext "0 file found for: \$pkg"; echo - newline else - newline - separator - eval_gettext "\$match file(s) found for: \$pkg"; echo - newline - fi ;; + footer "$(eval_ngettext \ + '$match file found for: $pkg' \ + '$match files found for: $pkg' $match)" + fi + ;; search-pkgname) # Search for a package name if [ -z "$2" ]; then @@ -1675,9 +1617,8 @@ newline exit 0 fi - newline - echo -e "\033[1m`gettext \"Search result for file\"`\033[0m $2" - separator + s_pkg="$2" + title 'Search result for package $s_pkg' # Search for a file on mirror and output only the package name match=0 @@ -1688,19 +1629,18 @@ match=$(($match + `unlzma -c $i | grep -- ".*:.*$2" | cut -d: -f1 | uniq | wc -l`)) done file=$2 - if [ "$match" = "" ]; then - eval_gettext "0 file found for : \$file"; echo + if [ "$match" = "0" ]; then + eval_gettext "0 file found for: \$file"; echo newline else - newline - separator - eval_gettext "$match pkg(s) found with file: \$file"; echo - newline + footer "$(eval_ngettext \ + '$match package found with file: $file' \ + '$match packages found with file: $file' $match)" fi ;; install|-i) # Install .tazpkg packages. - check_root + check_root $@ check_for_package_on_cmdline check_for_package_file @@ -1731,18 +1671,18 @@ compile_glib_schemas $ROOT ;; install-list|get-install-list) # Install a set of packages from a list. - check_root + check_root $@ if [ -z "$2" ]; then newline gettext \ "Please change directory (cd) to the packages repository and specify the -list of packages to install. Example : tazpkg install-list packages.list" +list of packages to install. Example: tazpkg install-list packages.list" newline && exit 0 fi # Check if the packages list exist. list_file=$2 if [ ! -f "$list_file" ]; then - gettext "Unable to find : $list_file"; echo + eval_gettext "Unable to find: \$list_file"; echo exit 0 else LIST=`cat $2` @@ -1765,7 +1705,7 @@ slitaz-base-files tazpkg ; do pkg=$(egrep $pkg-[0-9] $INSTALL_LIST) [ -n "$pkg" ] || continue - eval_gettext "Adding implicit depends \$pkg ..."; echo + eval_gettext "Adding implicit depends \$pkg..."; echo LIST="$pkg $LIST" done @@ -1807,7 +1747,7 @@ done ;; remove|-r) # Remove packages. - check_root + check_root $@ check_for_package_on_cmdline [ "$root" ] && ROOT="$root" @@ -1844,30 +1784,27 @@ done fi if [ "$auto" ]; then - answer=`translate_querry y` + answer=0 else - eval_gettext "Remove \$PACKAGE (\$VERSION\$EXTRAVERSION) ?"; echo - gettext "Please confirm uninstallation" - echo -n " (`translate_querry y`/`translate_querry N`) : "; read answer + eval_gettext "Remove \$PACKAGE (\$VERSION\$EXTRAVERSION)" && confirm + answer=$? fi - if [ "$answer" = "$(translate_querry y)" ]; then - newline - echo -e "\033[1m`gettext \"Removing:\"`\033[0m $PACKAGE" - separator + if [ $answer = 0 ]; then + title 'Removing: $PACKAGE' # Pre remove commands. if grep -q ^pre_remove $ROOT$INSTALLED/$PACKAGE/receipt; then pre_remove $ROOT fi - gettext "Removing all files installed..." + action "Removing all files installed..." if [ -f $ROOT$INSTALLED/$PACKAGE/modifiers ]; then - for file in `cat $ROOT$INSTALLED/$PACKAGE/files.list` - do - for mod in `cat $ROOT$INSTALLED/$PACKAGE/modifiers` + for file in `cat $ROOT$INSTALLED/$PACKAGE/files.list` do - [ -f $ROOT$INSTALLED/$mod/files.list ] && [ $(grep "^$(echo $file | grepesc)$" $ROOT$INSTALLED/$mod/files.list | wc -l) -gt 1 ] && continue 2 + for mod in `cat $ROOT$INSTALLED/$PACKAGE/modifiers` + do + [ -f $ROOT$INSTALLED/$mod/files.list ] && [ $(grep "^$(echo $file | grepesc)$" $ROOT$INSTALLED/$mod/files.list | wc -l) -gt 1 ] && continue 2 + done + remove_with_path $ROOT$file done - remove_with_path $ROOT$file - done else for file in `cat $ROOT$INSTALLED/$PACKAGE/files.list` do @@ -1879,22 +1816,21 @@ post_remove $ROOT fi # Remove package receipt. - gettext "Removing package receipt..." + action "Removing package receipt..." rm -rf $ROOT$INSTALLED/$PACKAGE status sed -i "/ $PACKAGE-$VERSION$EXTRAVERSION$/d" \ $LOCALSTATE/installed.$SUM 2> /dev/null # Log this activity - log Removed + log_pkg Removed if [ "$ALTERED" ]; then if [ "$auto" ]; then - answer=`translate_querry y` + answer=0 else - eval_gettext "Remove packages depending on \$PACKAGE" - echo -n " (`translate_querry y`/`translate_querry N`) ? " - read answer + eval_gettext "Remove packages depending on \$PACKAGE" && confirm + answer=$? fi - if [ "$answer" = "$(translate_querry y)" ]; then + if [ $answer = 0 ]; then for i in $ALTERED; do if [ -d "$ROOT$INSTALLED/$i" ]; then tazpkg remove $i $ROOTOPTS @@ -1904,13 +1840,12 @@ fi if [ "$REFRESH" ]; then if [ "$auto" ]; then - answer=`translate_querry y` + answer=0 else - eval_gettext "Reinstall packages modified by \$PACKAGE" - echo -n " (`translate_querry y`/`translate_querry N`) ? " - read answer + eval_gettext "Reinstall packages modified by \$PACKAGE" && confirm + answer=$? fi - if [ "$answer" = "$(translate_querry y)" ]; then + if [ $answer = 0 ]; then for i in $REFRESH; do if [ $(wc -l < $ROOT$INSTALLED/$i) -gt 1 ]; then eval_gettext "Check \$INSTALLED/\$i for reinstallation"; echo @@ -1930,9 +1865,7 @@ # Extract .tazpkg cpio archive into a directory. check_for_package_on_cmdline check_for_package_file - newline - echo -e "\033[1m`gettext \"Extracting:\"`\033[0m $PACKAGE" - separator + title 'Extracting: $PACKAGE' # If no directory destination is found on the cmdline # we create one in the current dir using the package name. if [ -n "$TARGET_DIR" ]; then @@ -1941,39 +1874,37 @@ DESTDIR=$PACKAGE fi mkdir -p $DESTDIR - gettext "Copying original package..." + action "Copying original package..." cp $PACKAGE_FILE $DESTDIR status cd $DESTDIR extract_package - separator - eval_gettext "\$PACKAGE is extracted to: \$DESTDIR"; echo - newline ;; + [ -e "receipt" ] && footer "$(eval_gettext '$PACKAGE is extracted to: $DESTDIR')" + ;; recompress) # Recompress .tazpkg cpio archive with lzma. check_for_package_on_cmdline check_for_package_file - newline - echo -e "\033[1m`gettext \"Recompressing:\"`\033[0m $PACKAGE" - separator + title 'Recompressing: $PACKAGE' mkdir -p $TMP_DIR - gettext "Copying original package..." + action "Copying original package..." cp $PACKAGE_FILE $TMP_DIR status cd $TMP_DIR extract_package - gettext "Recompressing the fs... " + action "Recompressing the fs..." find fs | cpio -o -H newc --quiet | lzma e fs.cpio.lzma -si rm -rf fs status - gettext "Creating new package... " + action "Creating new package..." find . -print | cpio -o -H newc --quiet > \ $TOP_DIR/$(basename $PACKAGE_FILE).$$ && mv -f \ $TOP_DIR/$(basename $PACKAGE_FILE).$$ \ $TOP_DIR/$(basename $PACKAGE_FILE) status cd $TOP_DIR - rm -rf $TMP_DIR ;; + rm -rf $TMP_DIR + separator; newline ;; list-config) # List configuration files installed. if [ "$2" = "--box" ]; then @@ -1984,7 +1915,7 @@ zcat $i | cpio -idm --quiet > /dev/null find * -type f 2>/dev/null | while read file; do if [ ! -e /$file ]; then - echo -en "|--|--|--|`gettext \"File lost\"`" + echo -en "----------|----|----|`gettext \"File lost\"`" else echo -n "$(stat -c "%A|%U|%G|%s|" /$file)" cmp $file /$file > /dev/null 2>&1 || \ @@ -1997,9 +1928,7 @@ cd $TOP_DIR rm -rf $TMP_DIR else - newline - echo -e "\033[1m`gettext \"Configuration files\"`\033[0m" - separator + title 'Configuration files' for i in $INSTALLED/*/volatile.cpio.gz; do [ -n "$2" -a "$i" != "$INSTALLED/$2/volatile.cpio.gz" ] && continue [ -f "$i" ] || continue @@ -2028,13 +1957,14 @@ done > etc/tazlito/config-packages.list cd .. echo "etc/tazlito/config-packages.list" >> files.list + pkg_date=$(date +"%x %X") cat > receipt < ../files.list find . -type l -print >> ../files.list cd .. && sed -i s/'^.'/''/ files.list status - gettext "Creating $CHECKSUM of files..." + action "Creating \$CHECKSUM of files..." while read file; do [ -L "fs$file" ] && continue [ -f "fs$file" ] || continue @@ -2142,28 +2070,28 @@ description.txt 2> /dev/null | awk \ '{ sz=$1 } END { print sz }') # Build cpio archives. - gettext "Compressing the fs... " + action "Compressing the fs..." find fs | cpio -o -H newc --quiet | lzma e fs.cpio.lzma -si rm -rf fs status PACKED_SIZE=$(du -chs fs.cpio.lzma receipt files.list \ $CHECKSUM description.txt 2> /dev/null | awk \ '{ sz=$1 } END { print sz }') - gettext "Updating receipt sizes..." + action "Updating receipt sizes..." sed -i s/^PACKED_SIZE.*$// receipt sed -i s/^UNPACKED_SIZE.*$// receipt sed -i "s/^PACKAGE=/PACKED_SIZE=\"$PACKED_SIZE\"\nUNPACKED_SIZE=\"$UNPACKED_SIZE\"\nPACKAGE=/" receipt status - gettext "Creating full cpio archive... " + action "Creating full cpio archive..." find . -print | cpio -o -H newc --quiet > ../$PACKAGE.tazpkg status - gettext "Restoring original package tree... " + action "Restoring original package tree..." unlzma -c fs.cpio.lzma | cpio -idm --quiet status rm fs.cpio.lzma && cd .. - separator - eval_gettext "Package \$PACKAGE compressed successfully."; echo - echo "`gettext \"Size\"` : `du -sh $PACKAGE.tazpkg`" + footer "$(eval_gettext 'Package $PACKAGE compressed successfully.')" + pkg_size=$(du -sh $PACKAGE.tazpkg) + eval_gettext "Size: \$pkg_size"; echo newline fi ;; recharge) @@ -2172,7 +2100,7 @@ # WARRNING: The mirrors file have all SliTaz mirrors but mirror # must have only the choosen main mirror. # - check_root + check_root $@ ARG=$2 if [ "$root" ]; then @@ -2185,7 +2113,9 @@ if [ -d "$LOCALSTATE/undigest/$ARG" ]; then repository_to_recharge=$LOCALSTATE/undigest/$ARG else - echo "\$LOCALSTATE/undigest/$ARG `gettext \"doesn't exist.\"`" >&2 + repo="$LOCALSTATE/undigest/$ARG" + eval_gettext "\$repo doesn't exist." >&2 + echo >&2 exit 1 fi else @@ -2202,9 +2132,10 @@ if [ "$path" = "$LOCALSTATE" ]; then repository_name=Main else - repository_name="`gettext \"Undigest\"` $(basename $path)" + base_path="$(basename $path)" + repository_name="$(eval_gettext 'Undigest $base_path')" fi - echo "$repository_name `gettext \"is up to date.\"`" + eval_gettext "\$repository_name is up to date."; echo rm ID.bak continue fi @@ -2218,11 +2149,12 @@ newline if [ "$path" != "$LOCALSTATE" ]; then - echo -e "`gettext \"Recharging undigest\"` $(basename $path):" + base_path="$(basename $path)" + eval_gettext "Recharging undigest \$base_path:"; echo fi if [ -f "packages.list" ]; then - gettext "Creating backup of the last packages list..." + action "Creating backup of the last packages list..." for i in packages.desc packages.$SUM packages.txt \ packages.list packages.equiv files.list.lzma \ mirrors @@ -2241,41 +2173,36 @@ if [ -f "packages.list.bak" ]; then diff -u packages.list.bak packages.list | grep ^+[a-z] > packages.diff sed -i s/+// packages.diff - newline - echo -e "\033[1m`gettext \"Mirrored packages diff\"`\033[0m" - separator + title 'Mirrored packages diff' cat packages.diff new_pkgs=`cat packages.diff | wc -l` if [ "$new_pkgs" != 0 ]; then - separator - eval_gettext "\$new_pkgs new packages on the mirror."; echo - newline + footer "$(eval_ngettext \ + '$new_pkgs new package on the mirror.' \ + '$new_pkgs new packages on the mirror.' $new_pkgs)" else gettext "No new packages on the mirror."; echo newline fi else - echo -e " -================================================================================" - gettext \ -"Last packages.list is ready to use. Note that next time you recharge the + footer "$(gettext \ +'Last packages.list is ready to use. Note that next time you recharge the list, a list of differences will be displayed to show new and upgradeable -packages." - newline +packages.')" fi done ;; - up|upgrade|--help-up) + help-up) + # Options available for the command: up + newline; usage_up; newline + exit 1 + ;; + up|upgrade) # # This is the new way to upgrade packages making 'upgrade' and # upgradeable out-of-date. This new way is much, much more faster! # Look into installed packages and get data from receipt, it is fast # and easy to handle vars after using only md5sum to compare packages # - # Options available for the command: up - if [ "$COMMAND" == "--help-up" ]; then - usage_up - exit 1 - fi for opt in $@ do case "$opt" in @@ -2303,11 +2230,7 @@ tazpkg recharge $repo_name fi done - newline - boldify $(gettext "Package") \ - $(echo -n $(indent 28 $(gettext "Version"))) \ - $(echo -n $(indent 48 $(gettext "Status"))) - separator + emsg "$(gettext 'Package') $(gettext 'Version') $(gettext 'Status')<->" cd $INSTALLED newline > $UP_LIST blocked_count=0 @@ -2327,22 +2250,21 @@ # in this one. grep -q ^$PACKAGE- $pkg_list || continue - echo -n "$PACKAGE" - echo -n $(indent 28 "$VERSION") + emsg -n "$PACKAGE $VERSION" # Skip pkgs listed in $LOCALSTATE/blocked-packages.list if $(grep -qs "^$PACKAGE" $BLOCKED); then blocked_count=$(($blocked_count + 1)) - colorize 31 $(indent 48 $(gettext "Blocked")) + emsg " $(gettext 'Blocked')" break fi new=$(grep "^$PACKAGE |" $pkg_desc | awk '{print $3}') if [ "$VERSION" == "$new" ]; then - colorize 34 $(indent 48 $(gettext "New build")) + emsg " $(gettext 'New build')" else - colorize 32 $(indent 48 $(gettext "New version") $new) + emsg " $(eval_gettext 'New version $new')" fi echo "$PACKAGE" >> $UP_LIST break @@ -2355,18 +2277,21 @@ time=$(($(date +%s) - $time)) if [ "$upnb" = 0 ]; then install="n" - gettext -e "System is up-to-date...\n\n" + gettext "System is up-to-date..."; echo + newline fi - separator - echo -n "$pkgs "; gettext "installed packages scanned in"; echo " ${time}s" - newline + footer "$(eval_ngettext \ + '$pkgs installed package scanned in ${time}s' \ + '$pkgs installed packages scanned in ${time}s' $pkgs)" if [ "$upnb" != 0 ]; then - echo -en "\033[1m" if [ "$blocked_count" -gt 0 ]; then - blocks=`eval_gettext " (\$blocked_count blocked)"` + blocks="("$(eval_ngettext '$blocked_count blocked' \ + '$blocked_count blocked' $blocked_count)")" fi - eval_gettext "You have \$upnb available upgrades\$blocks" - echo -e "\033[0m\n" + boldify "$(eval_ngettext \ + 'You have $upnb available upgrade $blocks' \ + 'You have $upnb available upgrades $blocks' $upnb)" + newline fi # Pkgs to upgrade ? Skip, let install them all or ask user [ "$install" == "n" ] && exit 0 @@ -2387,7 +2312,8 @@ # tazpkg-notify dont find upgrade anymore. rm $UP_LIST && touch $UP_LIST ;; *) - gettext -e "Leaving without any upgrades installed.\n\n" + gettext "Leaving without any upgrades installed."; echo + newline exit 0 ;; esac fi @@ -2415,7 +2341,7 @@ echo "$MSG" ;; check) # Check installed packages set. - check_root + check_root $@ # Get repositories priority list. look_for_priority @@ -2431,32 +2357,32 @@ . $PACKAGE/receipt if [ -s $PACKAGE/modifiers ]; then eval_gettext \ - "The package \$PACKAGE \$VERSION\$EXTRAVERSION has been modified by:"; echo + "The package \$PACKAGE-\$VERSION\$EXTRAVERSION has been modified by:"; echo for i in $(cat $PACKAGE/modifiers); do echo " $i" done fi - MSG="$(eval_gettext "Files lost from \$PACKAGE \$VERSION\$EXTRAVERSION :")\n" + MSG="$(eval_gettext 'Files lost from $PACKAGE-$VERSION$EXTRAVERSION:')\n" while read file; do [ -e "$file" ] && continue if [ -L "$file" ]; then - MSG="$MSG $(gettext "target of symlink")" + MSG="$MSG $(gettext 'target of symlink')" fi echo -e "$MSG $file" MSG="" done < $PACKAGE/files.list - MSG="$(gettext "Missing dependencies for") $PACKAGE $VERSION$EXTRAVERSION :\n" + MSG="$(eval_gettext 'Missing dependencies for $PACKAGE-$VERSION$EXTRAVERSION:')\n" for i in $DEPENDS; do [ -d $i ] && continue [ -d $(equivalent_pkg $i) ] && continue echo -e "$MSG $i" MSG="" done - MSG="$(gettext "Dependencies loop between") $PACKAGE and :\n" + MSG="$(eval_gettext 'Dependencies loop between $PACKAGE and:')\n" ALL_DEPS="" check_for_deps_loop $PACKAGE $DEPENDS done - gettext "Looking for known bugs... "; echo + gettext "Looking for known bugs..."; echo tazpkg bugs if [ "$PACKAGE_FILE" = "--full" ]; then for file in */$CHECKSUM; do @@ -2481,18 +2407,20 @@ [ $(grep "^$(echo $file | grepesc)$" */files.list 2> /dev/null | \ wc -l) -gt 1 ] || continue FILES="$FILES$file " - eval_gettext "The following packages provide \$file :"; echo + eval_gettext "The following packages provide \$file:"; echo grep -l "^$(echo $file | grepesc)$" */files.list | while read f do pkg=${f%/files.list} - echo -n " $pkg" if [ -f $pkg/modifiers ]; then - echo -en " (`gettext \"overridden by\"`) $(echo "$(cat $pkg/modifiers)"))" + overriders="$(cat $pkg/modifiers)" + eval_gettext ' $pkg (overridden by $overriders)' + else + echo -n " $pkg" fi newline done done - MSG="$(gettext "No package has installed the following files"):\n" + MSG="$(gettext 'No package has installed the following files:')\n" find /etc /bin /sbin /lib /usr /var/www \ -not -type d 2> /dev/null | while read file; do case "$file" in *\[*) continue;; esac @@ -2504,7 +2432,7 @@ gettext "Check completed."; echo ;; block) # Add a pkg name to the list of blocked packages. - check_root + check_root $@ check_for_package_on_cmdline newline if grep -qs "^$PACKAGE" $BLOCKED; then @@ -2512,27 +2440,27 @@ newline exit 0 else - eval_gettext "Add \$PACKAGE to : \$BLOCKED..." + action "Add \$PACKAGE to: \$BLOCKED..." echo $PACKAGE >> $BLOCKED status # Log this activity . $INSTALLED/$PACKAGE/receipt - log Blocked + log_pkg Blocked fi newline ;; unblock) # Remove a pkg name from the list of blocked packages. - check_root + check_root $@ check_for_package_on_cmdline newline if grep -qs "^$PACKAGE" $BLOCKED; then - eval_gettext "Removing \$PACKAGE from : \$BLOCKED..." + action "Removing \$PACKAGE from: \$BLOCKED..." sed -i s/$PACKAGE/''/ $BLOCKED sed -i '/^$/d' $BLOCKED status # Log this activity . $INSTALLED/$PACKAGE/receipt - log Unblocked + log_pkg Unblocked else eval_gettext "\$PACKAGE is not in the blocked packages list."; echo newline @@ -2540,8 +2468,8 @@ fi newline ;; get) - # Downlowd a package with wget. - check_root + # Download a package with wget. + check_root $@ check_for_package_on_cmdline check_for_packages_list @@ -2552,7 +2480,8 @@ SAVE_CACHE_DIR=$CACHE_DIR LOCALSTATE=$root/$LOCALSTATE else - echo "rootconfig needs --root= option used." >&2 + gettext "rootconfig needs --root= option used." >&2 + echo >&2 exit 1 fi fi @@ -2564,7 +2493,7 @@ check_for_package_in_list cd $CACHE_DIR if [ -f "$PACKAGE.tazpkg" ]; then - eval_gettext "\$PACKAGE already in the cache : \$CACHE_DIR"; echo + eval_gettext "\$PACKAGE already in the cache: \$CACHE_DIR"; echo # Check package download was finished tail -c 2k $PACKAGE.tazpkg | fgrep -q 00000000TRAILER || { eval_gettext "Continuing \$PACKAGE download"; echo @@ -2582,7 +2511,7 @@ ;; get-install|-gi) # Download and install a package. - check_root + check_root $@ check_for_package_on_cmdline check_for_packages_list @@ -2596,7 +2525,8 @@ SAVE_CACHE_DIR=$CACHE_DIR LOCALSTATE=$root/$LOCALSTATE else - echo "rootconfig needs --root= option used." >&2 + gettext "rootconfig needs --root= option used." >&2 + echo >&2 exit 1 fi fi @@ -2622,7 +2552,7 @@ fi cd $CACHE_DIR if [ -f "$PACKAGE.tazpkg" ]; then - eval_gettext "\$PACKAGE already in the cache : \$CACHE_DIR"; echo + eval_gettext "\$PACKAGE already in the cache: \$CACHE_DIR"; echo # Check package download was finished tail -c 2k $PACKAGE.tazpkg | fgrep -q 00000000TRAILER || { eval_gettext "Continuing \$PACKAGE download"; echo @@ -2644,15 +2574,16 @@ update_mime_database $ROOT ;; clean-cache|-cc) # Remove all downloaded packages. - check_root + check_root $@ files=$(find $CACHE_DIR -name *.tazpkg | wc -l) - newline - boldify "$(gettext "Clean cache:") $CACHE_DIR" - separator - gettext "Cleaning cache directory..." + title 'Clean cache: $CACHE_DIR' + action "Cleaning cache directory..." rm -rf $CACHE_DIR/* - status && separator - eval_gettext "\$files file(s) removed from cache."; echo -e "\n" ;; + status + footer "$(eval_ngettext \ + '$files file removed from cache.' \ + '$files files removed from cache.' $files)" + ;; list-undigest) # list undigest URLs. if [ "$2" = "--box" ]; then @@ -2661,9 +2592,7 @@ echo "$(basename $(dirname $i))|$(cat $i)" done else - newline - boldify "$(gettext "Current undigest(s)")" - separator + title 'Current undigest(s)' for i in $LOCALSTATE/undigest/*/mirror; do if [ ! -f $i ]; then gettext "No undigest mirror found."; echo @@ -2675,14 +2604,12 @@ fi ;; remove-undigest) # remove undigest URL. - check_root + check_root $@ undigest="$2" if [ -d $LOCALSTATE/undigest/$2 ]; then - eval_gettext "Remove \$undigest undigest" - echo -n " (`translate_querry y`/`translate_querry N`) ? " - read answer - if [ "$answer" = "$(translate_querry y)" ]; then - eval_gettext "Removing \$undigest undigest..." + eval_gettext "Remove \$undigest undigest" && confirm + if [ $? = 0 ]; then + action "Removing \$undigest undigest..." rm -rf $LOCALSTATE/undigest/$2 status rmdir $LOCALSTATE/undigest 2> /dev/null @@ -2692,7 +2619,7 @@ fi ;; add-undigest|setup-undigest) # Add undigest URL. - check_root + check_root $@ undigest=$2 [ -d $LOCALSTATE/undigest ] || mkdir $LOCALSTATE/undigest if [ -z "$undigest" ]; then @@ -2709,19 +2636,20 @@ setup_mirror $LOCALSTATE/undigest/$undigest $3 ;; setup-mirror|-sm) # Change mirror URL. - check_root + check_root $@ setup_mirror $LOCALSTATE $2 ;; reconfigure) # Replay post_install from receipt check_for_package_on_cmdline - check_root + check_root $@ ROOT="" while [ -n "$3" ]; do case "$3" in --root=*) ROOT="${3#--root=}/" ;; *) shift 2 - echo -e "\n`gettext \"Unknow option\"` $*.\n" >&2 + u_opt="$*" + echo -e "\n$(gettext 'Unknown option $u_opt.')\n" >&2 exit 1 ;; esac shift @@ -2733,7 +2661,7 @@ . $ROOT$INSTALLED/$PACKAGE/receipt post_install $ROOT # Log this activity - [ -n "$ROOT" ] || log Reconfigured + [ -n "$ROOT" ] || log_pkg Reconfigured else newline eval_gettext "Nothing to do for \$PACKAGE."; echo @@ -2753,9 +2681,7 @@ fi if [ ! "$2" = "--noheader" ]; then clear - newline - echo -e "\033[1m`gettext \"Tazpkg SHell\"`.\033[0m" - separator + title 'Tazpkg SHell.' gettext "Type 'usage' to list all available commands or 'quit' or 'q' to exit."; echo newline fi @@ -2818,11 +2744,11 @@ PACKAGE=$2 if [ ! -d "$TARGET_DIR" -o \ ! -d "$TARGET_DIR$INSTALLED/$PACKAGE" ]; then - cat < # +# Internationalization. +. /usr/bin/gettext.sh +TEXTDOMAIN='tazpkg' +export TEXTDOMAIN + title=$(gettext "TazPKG Action") icon="/usr/share/pixmaps/tazpkg.png" opts="--image=tazpkg --image-on-top --width=520 --center --on-top" @@ -22,11 +27,12 @@ # Main GUI box function with pure Yad spec actions_main() { - text=$(gettext "Package name:") - yad --text="$text ${pkg%.tazpkg}" $opts \ + pkgname=${pkg%.tazpkg} + text=$(eval_gettext 'Package name: $pkgname') + yad --text="$text" $opts \ --title="$title" --height=100 \ --window-icon=$icon --image-on-top \ - --button="Install:3" --button="Extract:2" \ + --button="$(gettext 'Install'):3" --button="$(gettext 'Extract'):2" \ --button="gtk-close:1" } @@ -38,15 +44,15 @@ # Deal with --button values case $ret in 1) exit 0 ;; - 2) tazpkg extract $pkg --output="raw" | output ;; - 3) tazpkg -i $pkg --forced --output="raw" | output ;; + 2) tazpkg extract $pkg . --output="raw" | output ;; + 3) tazpkg -i $pkg . --forced --output="raw" | output ;; esac } # TazPKG URL Handler. dl_inst() { pkg=$(basename $url) - gettext "Downloading: $pkg"; echo -e "\n" + eval_gettext "Downloading: \$pkg"; echo -e "\n" cd /tmp && wget $url 2>&1 tazpkg -i $pkg --forced --output="raw" 2>&1 rm -f $pkg @@ -58,7 +64,8 @@ case "$1" in usage|help|-u|-h) - echo "Usage: $(basename $0) [actions|url] [pkg]" ;; + progname=$(basename $0) + eval_gettext "Usage: \$progname [actions|url] [pkg]" ;; tazpkg://*) # TazPKG URL's handler. url="http://${1#tazpkg://}" diff -r 4df916f2af5b -r de952705379e tazpkg-notify --- a/tazpkg-notify Thu May 24 14:20:14 2012 +0200 +++ b/tazpkg-notify Sat Jun 23 00:51:57 2012 +0000 @@ -22,7 +22,9 @@ db="/var/lib/tazpkg" doc="file:///usr/share/doc/tazpkg/tazpkg.html" installed=$(ls $db/installed | wc -l) -text="$(gettext "Installed packages") $installed" +text="$(eval_ngettext \ + '$installed installed package' \ + '$installed installed packages' $installed)" icon="/usr/share/pixmaps/tazpkg.png" [ -f "$db/packages.list" ] && mtime=$(find $db/packages.list -mtime +10;) [ -f "$db/packages.up" ] && up=$(cat $db/packages.up | wc -l) @@ -30,12 +32,12 @@ # Notification icon listen() { # Manage the I/O redirection from SHell - rm -f $fifo && mkfifo $fifo + rm -f $fifo && mkfifo $fifo # Attach a file descriptor - exec 3<> $fifo + exec 3<> $fifo # Notification icon yad --notification --listen --image=$icon \ - --text="$(gettext "Checking packages lists") - $text" <&3 + --text="$(eval_gettext 'Checking packages lists - $text')" <&3 # Clean-up rm -f $fifo } @@ -66,8 +68,7 @@ sleep 6 # Missing packages list if [ ! -f $db/packages.list ]; then - tooltip=$(eval_gettext \ - "No packages list found - \$text") + tooltip=$(eval_gettext 'No packages list found - $text') echo "action:tazweb $panel?recharge" > $fifo echo "tooltip:$tooltip" > $fifo echo "icon:tazpkg-up" > $fifo && exit 0 @@ -81,14 +82,15 @@ fi # Available upgrades if [ "$up" -gt 0 ]; then - tooltip=$(eval_gettext \ - "There are \$up upgradeable packages") + tooltip=$(eval_ngettext \ + 'There is $up upgradeable package' \ + 'There are $up upgradeable packages' $up) echo "action:tazweb $panel?up" > $fifo echo "tooltip:$tooltip" > $fifo echo "icon:tazpkg-up" > $fifo && exit 0 fi # Nothing to do, close notification - tooltip=$(eval_gettext "System is up to date - \$text") + tooltip=$(eval_gettext 'System is up to date - $text') echo "tooltip:$tooltip" > $fifo sleep 10 echo "quit" > $fifo ;;