# HG changeset patch # User Christophe Lincoln # Date 1302279986 -7200 # Node ID d76a68a31de0e68f619e13f3fd8d76d49dc65368 # Parent 7e0df4f72628cb16561fa96ce46acc6bb51aa6ce Some fix to POT file but get an error. diff -r 7e0df4f72628 -r d76a68a31de0 Makefile --- a/Makefile Fri Apr 08 17:58:27 2011 +0200 +++ b/Makefile Fri Apr 08 18:26:26 2011 +0200 @@ -23,10 +23,12 @@ msgmerge: @for l in $(LINGUAS); do \ - echo -n "Updating $$l po file."; \ - msgmerge -U po/tazpkg/$$l.po po/tazpkg/tazpkg.pot ; \ - echo -n "Updating $$l po file."; \ + if [ -f "po/tazpkg/$$l.po" ]; then; \ + echo -n "Updating $$l po file."; \ + msgmerge -U po/tazpkg/$$l.po po/tazpkg/tazpkg.pot ; \ + fi; \ if [ -f "po/tazpkg-notify/$$l.po" ]; then; \ + echo -n "Updating $$l po file."; \ msgmerge -U po/tazpkg-notify/$$l.po \ po/tazpkg-notify/tazpkg-notify.pot; \ fi; \ @@ -34,9 +36,19 @@ msgfmt: @for l in $(LINGUAS); do \ - echo "Compiling $$l mo file..."; \ - mkdir -p po/mo/$$l/LC_MESSAGES; \ - msgfmt -o po/mo/$$l/LC_MESSAGES/tazpkg.mo po/tazpkg/$$l.po ; \ + if [ -f "po/tazpkg/$$l.po" ]; then; \ + echo "Compiling $$l mo file..."; \ + mkdir -p po/mo/$$l/LC_MESSAGES; \ + msgfmt -o po/mo/$$l/LC_MESSAGES/tazpkg.mo \ + po/tazpkg/$$l.po ; \ + fi; \ + if [ -f "po/tazpkg-notify/$$l.po" ]; then; \ + echo "Compiling $$l mo file..."; \ + mkdir -p po/mo/$$l/LC_MESSAGES; \ + msgfmt -o po/mo/$$l/LC_MESSAGES/tazpkg-notify.mo \ + po/tazpkg-notify/$$l.po ; \ + fi; \ + done; # Installation. @@ -46,6 +58,7 @@ install -m 0755 -d $(DESTDIR)$(PREFIX)/bin install -m 0777 tazpkg $(DESTDIR)$(PREFIX)/bin # Tazpkgbox GUI + install -m 0777 tazpk-notify $(DESTDIR)$(PREFIX)/bin install -m 0777 tazpkgbox $(DESTDIR)$(PREFIX)/bin install -m 0777 tazpkgbox-install $(DESTDIR)$(PREFIX)/bin install -m 0755 -d $(DESTDIR)$(LIBDIR) @@ -80,4 +93,5 @@ rm -rf _pkg rm -rf po/mo rm -f po/*/*~ + rm -f po/*/*.mo diff -r 7e0df4f72628 -r d76a68a31de0 po/tazpkg-notify/pt.po --- a/po/tazpkg-notify/pt.po Fri Apr 08 17:58:27 2011 +0200 +++ b/po/tazpkg-notify/pt.po Fri Apr 08 18:26:26 2011 +0200 @@ -3,13 +3,12 @@ # This file is distributed under the same license as the TazPKG package. # Claudinei Pereira , 2011. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Tazpkg-notify\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-04-07 05:36+0000\n" -"PO-Revision-Date: 2011-04-07 06:00+0000\n" +"PO-Revision-Date: 2011-04-08 18:07+0100\n" "Last-Translator: Claudinei Pereira \n" "Language-Team: Portuguese \n" "Language: pt\n" @@ -49,11 +48,12 @@ "Você deverá recarregar a lista de pacotes no mirror\n" "se quiser instalar pacotes ou atualizar o sistema" - #: tazpkg-notify:68 msgid "Upgrade:2" msgstr "Atualizar:2" -#: tazpkg-notify:107 tazpkg-notify:147 +#: tazpkg-notify:107 +#: tazpkg-notify:147 msgid "Recharge now:2" msgstr "Recarregar agora:2" + diff -r 7e0df4f72628 -r d76a68a31de0 po/tazpkg-notify/tazpkg-notify.pot --- a/po/tazpkg-notify/tazpkg-notify.pot Fri Apr 08 17:58:27 2011 +0200 +++ b/po/tazpkg-notify/tazpkg-notify.pot Fri Apr 08 18:26:26 2011 +0200 @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Tazpkg Notification 4.3\n" +"Project-Id-Version: Tazpkg Notification 4.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-04-06 01:31+0200\n" +"POT-Creation-Date: 2011-04-08 18:25+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -20,7 +20,7 @@ #: tazpkg-notify:38 #, sh-format msgid "" -"There is $up upgradeable packages for your SliTaz $ver\n" +"There is $up upgradeable packages for your SliTaz $rel\n" "You should upgrade your system to get all latest fixes\n" "and improvments from SliTaz contributors" msgstr "" @@ -28,7 +28,7 @@ #: tazpkg-notify:45 #, sh-format msgid "" -"Your SliTaz $ver packages list is older than 10 days.\n" +"Your SliTaz $rel packages list is older than 10 days.\n" "You should recharge the list to check for updates" msgstr "" diff -r 7e0df4f72628 -r d76a68a31de0 po/tazpkg/fr.po --- a/po/tazpkg/fr.po Fri Apr 08 17:58:27 2011 +0200 +++ b/po/tazpkg/fr.po Fri Apr 08 18:26:26 2011 +0200 @@ -1,16 +1,16 @@ -# French translations for PACKAGE package -# Traductions françaises du paquet PACKAGE. -# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Christophe Lincoln , 2010. -# +# French translations for PACKAGE package +# Traductions françaises du paquet PACKAGE. +# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Christophe Lincoln , 2010. +# msgid "" msgstr "" "Project-Id-Version: Tazpkg\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-04-06 01:20+0200\n" -"PO-Revision-Date: 2010-12-09 00:49+0100\n" -"Last-Translator: GoKhlaYeh \n" +"PO-Revision-Date: 2011-04-08 18:12+0100\n" +"Last-Translator: Christophe Lincoln \n" "Language-Team: French\n" "Language: \n" "MIME-Version: 1.0\n" @@ -116,7 +116,6 @@ msgstr "Créé un paquet avec les fichiers de configuration système." #: tazpkg:110 -#, fuzzy msgid "Rebuild a package with a better compression ratio." msgstr "Reconstruit un paquet avec le meilleur ratio de compression." @@ -237,8 +236,7 @@ "You must probably run 'tazpkg recharge' as root to get the latest list of\n" "packages available on the mirror." msgstr "" -"Vous devez probablement lancer 'tazpkg recharge' en tant que root afin " -"d'obtenir\n" +"Vous devez probablement lancer 'tazpkg recharge' en tant que root afin d'obtenir\n" "la dernière liste des paquets disponibles sur le miroir." #: tazpkg:347 @@ -251,7 +249,8 @@ msgid "Extracting $PACKAGE... " msgstr "Extraction de $PACKAGE... " -#: tazpkg:405 tazpkg:410 +#: tazpkg:405 +#: tazpkg:410 msgid "Extracting the pseudo fs... " msgstr "Extraction du pseudo fs..." @@ -326,12 +325,12 @@ msgstr "Vérification de l'existance de $pkg dans la liste locale... " #: tazpkg:734 -#, fuzzy, sh-format +#, sh-format msgid "" "Leaving dependencies for $PACKAGE unresolved. The package is installed but\n" "will probably not work." msgstr "" -"Dépendances pour $PACKAGE irésolue. Le paquet est installé mais\n" +"Dépendances pour $PACKAGE irésolues. Le paquet est installé mais\n" "ne va probablement pas fonctionner." #: tazpkg:811 @@ -357,16 +356,17 @@ "No 'packages.list' found to check for mirrored packages. For more results,\n" "please run 'tazpkg recharge' once as root before searching." msgstr "" -"Pas de 'packages.list' trouvée afin de vérifier les paquets du miroir. Pour " -"plus de résulats,\n" +"Pas de 'packages.list' trouvée afin de vérifier les paquets du miroir. Pour plus de résulats,\n" "veuillez lancer 'tazpkg recharge' en tant que root avant de rechercher." -#: tazpkg:853 tazpkg:881 +#: tazpkg:853 +#: tazpkg:881 #, sh-format msgid "0 available packages found for : $PATTERN" msgstr "0 paquet trouvé pour: $PATTERN" -#: tazpkg:857 tazpkg:885 +#: tazpkg:857 +#: tazpkg:885 #, sh-format msgid "$packages available package(s) found for : $PATTERN" msgstr "$packages paquets(s) trouvé pour: $PATTERN" @@ -380,12 +380,11 @@ "No 'packages.txt' found to check for mirrored packages. For more results,\n" "please run 'tazpkg recharge' once as root before searching." msgstr "" -"Pas de 'packages.txt' pour vérifier les paquets du miroir. Pour plus de " -"résultats,\n" +"Pas de 'packages.txt' pour vérifier les paquets du miroir. Pour plus de résultats,\n" "veuillez lancer 'tazpkg recharge' en tant que root avant de rechercher." #: tazpkg:932 -#, fuzzy, sh-format +#, sh-format msgid "Can't find flavor $FLAVOR. Abort." msgstr "Ne peut trouver la saveur $FLAVOR. Abandon." @@ -395,12 +394,10 @@ #: tazpkg:950 msgid "" -"Please enter URL of the new mirror (http, ftp or local path). You must " -"specify\n" +"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 "" -"Veuillez entrer l'URL du nouveau miroir (http, ftp ou chemin local). Vous " -"devez spécifier\n" +"Veuillez entrer l'URL du nouveau miroir (http, ftp ou chemin local). Vous devez spécifier\n" "l'adresse complète vers le répertoire des paquets et liste de paquets." #: tazpkg:953 @@ -421,68 +418,82 @@ msgstr "ATTENTION: dépendance inconnue pour $lib" #: tazpkg:1190 -#, fuzzy, sh-format +#, sh-format msgid "$PACKAGE_FILE does not look like a Archlinux/Alpine package !" -msgstr "$PACKAGE_FILE ne semble pas être un paquet Archlinux !" +msgstr "$PACKAGE_FILE ne semble pas être un paquet Archlinux ou Alpine !" #: tazpkg:1241 #, sh-format msgid "$PACKAGE_FILE does not look like a Slackware package !" msgstr "$PACKAGE_FILE ne semble pas être un paquet Slackware !" -#: tazpkg:1364 tazpkg:1388 +#: tazpkg:1364 +#: tazpkg:1388 msgid "base-system" msgstr "base-système" -#: tazpkg:1365 tazpkg:1389 +#: tazpkg:1365 +#: tazpkg:1389 msgid "x-window" msgstr "fenêtre-x" -#: tazpkg:1366 tazpkg:1390 +#: tazpkg:1366 +#: tazpkg:1390 msgid "utilities" msgstr "utilitaires" -#: tazpkg:1367 tazpkg:1391 +#: tazpkg:1367 +#: tazpkg:1391 msgid "network" msgstr "réseau" -#: tazpkg:1368 tazpkg:1392 +#: tazpkg:1368 +#: tazpkg:1392 msgid "graphics" msgstr "graphisme" -#: tazpkg:1369 tazpkg:1393 +#: tazpkg:1369 +#: tazpkg:1393 msgid "multimedia" msgstr "multimédia" -#: tazpkg:1370 tazpkg:1394 +#: tazpkg:1370 +#: tazpkg:1394 msgid "office" msgstr "bureautique" -#: tazpkg:1371 tazpkg:1395 +#: tazpkg:1371 +#: tazpkg:1395 msgid "development" msgstr "développement" -#: tazpkg:1372 tazpkg:1396 +#: tazpkg:1372 +#: tazpkg:1396 msgid "system-tools" msgstr "outils-système" -#: tazpkg:1373 tazpkg:1397 +#: tazpkg:1373 +#: tazpkg:1397 msgid "security" msgstr "sécurité" -#: tazpkg:1374 tazpkg:1398 +#: tazpkg:1374 +#: tazpkg:1398 msgid "games" msgstr "jeux" -#: tazpkg:1375 tazpkg:1399 +#: tazpkg:1375 +#: tazpkg:1399 msgid "misc" msgstr "divers" -#: tazpkg:1376 tazpkg:1400 +#: tazpkg:1376 +#: tazpkg:1400 msgid "meta" msgstr "méta" -#: tazpkg:1377 tazpkg:1401 +#: tazpkg:1377 +#: tazpkg:1401 msgid "non-free" msgstr "non-libre" @@ -553,7 +564,8 @@ msgid "Generating xHTML footer..." msgstr "Génération du pied XHTML..." -#: tazpkg:1541 tazpkg:2256 +#: tazpkg:1541 +#: tazpkg:2256 msgid "Mirrored packages diff" msgstr "Diff des paquets du miroir" @@ -570,7 +582,8 @@ msgid "Recharge your current list to create a first diff." msgstr "Rechargez votre liste actuelle pour créer un premier diff." -#: tazpkg:1556 tazpkg:1561 +#: tazpkg:1556 +#: tazpkg:1561 msgid "List of available packages on the mirror" msgstr "Liste des paquets disponibles sur le miroir." @@ -652,7 +665,8 @@ msgid "Search result for:" msgstr "Résulat de recherche pour:" -#: tazpkg:1659 tazpkg:1719 +#: tazpkg:1659 +#: tazpkg:1719 msgid "Please specify a pattern or file name to search for." msgstr "Veuillez spécifier un modèle ou un fichier à rechercher." @@ -660,7 +674,8 @@ msgid "Example : 'tazpkg search-file libnss'" msgstr "Exemple : 'tazpkg search-file libnss'" -#: tazpkg:1665 tazpkg:1725 +#: tazpkg:1665 +#: tazpkg:1725 msgid "Search result for file" msgstr "Résultat de recherche pour un fichier" @@ -692,8 +707,7 @@ "Please change directory (cd) to the packages repository and specify the\n" "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" +"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:1805 @@ -769,7 +783,8 @@ msgid "Extracting:" msgstr "Extraction de:" -#: tazpkg:1987 tazpkg:2004 +#: tazpkg:1987 +#: tazpkg:2004 msgid "Copying original package..." msgstr "Copie du paquet original..." @@ -825,7 +840,8 @@ msgid "Package $PACKAGE repacked successfully." msgstr "Paquet $PACKAGE réempaqueter avec succès." -#: tazpkg:2158 tazpkg:2213 +#: tazpkg:2158 +#: tazpkg:2213 msgid "Size" msgstr "Taille" @@ -885,10 +901,8 @@ "list, a list of differences will be displayed to show new and upgradeable\n" "packages." msgstr "" -"La dernière liste des paquets est prête à être utilisée. Notez qu'à la " -"prochaine\n" -"recharge, une liste des différences sera affichée pour vous montrer les " -"nouveaux\n" +"La dernière liste des paquets est prête à être utilisée. Notez qu'à la prochaine\n" +"recharge, une liste des différences sera affichée pour vous montrer les nouveaux\n" "paquets et les mises à jour disponibles." #: tazpkg:2308 @@ -897,13 +911,14 @@ #: tazpkg:2352 msgid "build" -msgstr "" +msgstr "build" #: tazpkg:2363 msgid "minor" msgstr "mineur" -#: tazpkg:2366 tazpkg:2375 +#: tazpkg:2366 +#: tazpkg:2375 msgid "WARNING" msgstr "ATTENTION" @@ -917,11 +932,8 @@ #: tazpkg:2406 #, sh-format -msgid "" -"$packages installed and listed packages to consider, $up to upgrade, " -"$blocked blocked." -msgstr "" -"$packages paquets installés et listés, $up à mettre à jour, $blocked bloqués." +msgid "$packages installed and listed packages to consider, $up to upgrade, $blocked blocked." +msgstr "$packages paquets installés et listés, $up à mettre à jour, $blocked bloqués." #: tazpkg:2409 msgid "System is up-to-date." @@ -929,21 +941,16 @@ #: tazpkg:2412 #, sh-format -msgid "" -"$packages installed and listed packages to consider, 0 to upgrade, $blocked " -"blocked." -msgstr "" -"$packages paquets installés et listés, 0 à mettre à jour, $blocked bloqués." +msgid "$packages installed and listed packages to consider, 0 to upgrade, $blocked blocked." +msgstr "$packages paquets installés et listés, 0 à mettre à jour, $blocked bloqués." #: tazpkg:2419 -#, fuzzy msgid "" "WARNING ---> Installed package(s) seem(s) more recent than the mirrored\n" "one. You can block packages using the command : 'tazpkg block package'.\n" "Or upgrade packages at your own risk." msgstr "" -"ATTENTION ---> Le paquet installé semble être plus récent que celui du " -"miroir.\n" +"ATTENTION ---> Le paquet installé semble être plus récent que celui du miroir.\n" "Vous pouvez bloquer la paquet avec la commande: 'tazpkg block package'.\n" "Ou mettre à jour à vos risques." @@ -1136,7 +1143,7 @@ msgstr "Lier toutes les dépendance manquantes" #: tazpkg:2878 -#, fuzzy, sh-format +#, sh-format msgid "Leaving dependencies for $PACKAGE unresolved." msgstr "Les dépendance pour $PACKAGE ne seront pas résolue." diff -r 7e0df4f72628 -r d76a68a31de0 po/tazpkg/tazpkg.pot --- a/po/tazpkg/tazpkg.pot Fri Apr 08 17:58:27 2011 +0200 +++ b/po/tazpkg/tazpkg.pot Fri Apr 08 18:26:26 2011 +0200 @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Tazpkg 4.3\n" +"Project-Id-Version: Tazpkg 4.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-04-06 01:31+0200\n" +"POT-Creation-Date: 2011-04-08 18:25+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,1095 +17,1172 @@ "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: tazpkg:86 +#: tazpkg:87 msgid "SliTaz package manager - Version" msgstr "" -#: tazpkg:87 +#: tazpkg:88 msgid "Usage" msgstr "" -#: tazpkg:87 +#: tazpkg:88 msgid "tazpkg [command] [package|dir|pattern|list|cat|--opt] [dir|--opt]" msgstr "" -#: tazpkg:89 +#: tazpkg:90 msgid "Commands" msgstr "" -#: tazpkg:90 +#: tazpkg:91 msgid "Print this short usage." msgstr "" -#: tazpkg:91 +#: tazpkg:92 msgid "Show known bugs in packages." msgstr "" -#: tazpkg:92 +#: tazpkg:93 msgid "List installed packages on the system by category or all." msgstr "" -#: tazpkg:93 +#: tazpkg:94 msgid "Create a xHTML list of installed packages." msgstr "" -#: tazpkg:94 +#: tazpkg:95 msgid "List all available packages on the mirror (--diff for new)." msgstr "" -#: tazpkg:95 +#: tazpkg:96 msgid "Print information about a package." msgstr "" -#: tazpkg:96 +#: tazpkg:97 msgid "Print description of a package (if it exists)." msgstr "" -#: tazpkg:97 +#: tazpkg:98 msgid "List the files installed with a package." msgstr "" -#: tazpkg:98 +#: tazpkg:99 msgid "List the configuration files." msgstr "" -#: tazpkg:99 +#: tazpkg:100 msgid "Search for a package by pattern or name (options: -i|-l|-m)." msgstr "" -#: tazpkg:100 +#: tazpkg:101 msgid "Search on mirror for package having a particular file." msgstr "" -#: tazpkg:101 +#: tazpkg:102 msgid "Search for file(s) in all installed packages files." msgstr "" -#: tazpkg:102 +#: tazpkg:103 msgid "Install a local (*.tazpkg) package (--forced to force)." msgstr "" -#: tazpkg:103 +#: tazpkg:104 msgid "Install all packages from a list of packages." msgstr "" -#: tazpkg:104 +#: tazpkg:105 msgid "Remove the specified package and all installed files." msgstr "" -#: tazpkg:105 +#: tazpkg:106 msgid "Extract a (*.tazpkg) package into a directory." msgstr "" -#: tazpkg:106 +#: tazpkg:107 msgid "Pack an unpacked or prepared package tree." msgstr "" -#: tazpkg:107 +#: tazpkg:108 msgid "Recharge your packages.list from the mirror." msgstr "" -#: tazpkg:108 +#: tazpkg:109 +msgid "Check packges md5sum to list and install latest upgrade." +msgstr "" + +#: tazpkg:110 msgid "Create a package archive from an installed package." msgstr "" -#: tazpkg:109 +#: tazpkg:111 msgid "Create a package archive with configuration files." msgstr "" -#: tazpkg:110 +#: tazpkg:112 msgid "Rebuild a package with a better compression ratio." msgstr "" -#: tazpkg:111 -msgid "Upgrade one or all installed/listed package(s) on the mirror." +#: tazpkg:113 +msgid "Upgrade one or all installed package(s) (obsolete)." msgstr "" -#: tazpkg:112 -msgid "Build upgradeable packages list quickly." +#: tazpkg:114 +msgid "Build upgradeable packages list quickly. (buggy)" msgstr "" -#: tazpkg:113 +#: tazpkg:115 msgid "Block an installed package version or unblock it for upgrade." msgstr "" -#: tazpkg:114 +#: tazpkg:116 msgid "Download a package into the current directory." msgstr "" -#: tazpkg:115 +#: tazpkg:117 msgid "Download and install a package from the mirror." msgstr "" -#: tazpkg:116 +#: tazpkg:118 msgid "Download and install a list of packages from the mirror." msgstr "" -#: tazpkg:117 +#: tazpkg:119 msgid "Verify consistency of installed packages." msgstr "" -#: tazpkg:118 +#: tazpkg:120 msgid "Install the flavor list of packages." msgstr "" -#: tazpkg:119 +#: tazpkg:121 msgid "Install the flavor list of packages and remove other ones." msgstr "" -#: tazpkg:120 +#: tazpkg:122 msgid "Change release and update packages." msgstr "" -#: tazpkg:121 +#: tazpkg:123 msgid "Clean all packages downloaded in cache directory." msgstr "" -#: tazpkg:122 +#: tazpkg:124 msgid "Display dependencies tree." msgstr "" -#: tazpkg:123 +#: tazpkg:125 msgid "Display reverse dependencies tree." msgstr "" -#: tazpkg:124 +#: tazpkg:126 msgid "Convert a deb/rpm/tgz/arch package to a slitaz (.tazpkg)." msgstr "" -#: tazpkg:125 +#: tazpkg:127 msgid "Link a package from another slitaz installation." msgstr "" -#: tazpkg:126 +#: tazpkg:128 msgid "Change the mirror url configuration." msgstr "" -#: tazpkg:127 +#: tazpkg:129 msgid "List undigest mirrors." msgstr "" -#: tazpkg:128 +#: tazpkg:130 msgid "Remove an undigest mirror." msgstr "" -#: tazpkg:129 +#: tazpkg:131 msgid "Add an undigest mirror." msgstr "" -#: tazpkg:130 +#: tazpkg:132 msgid "Update an undigest mirror." msgstr "" -#: tazpkg:131 +#: tazpkg:133 msgid "Replay post install script from package." msgstr "" +#: tazpkg:138 +msgid "Tazpkg usage for command up" +msgstr "" + +#: tazpkg:138 +msgid "tazpkg up [--option]" +msgstr "" + #: tazpkg:139 +msgid "Without options run in interactive mode and ask before install" +msgstr "" + +#: tazpkg:141 +msgid "Where options are" +msgstr "" + +#: tazpkg:142 +msgid "Check only for avalaible upgrade" +msgstr "" + +#: tazpkg:143 +msgid "Force recharge of packages list and check" +msgstr "" + +#: tazpkg:144 +msgid "Check for upgrade and install them all" +msgstr "" + +#: tazpkg:146 +msgid "Example" +msgstr "" + +#: tazpkg:161 msgid "Please specify a package name on the command line." msgstr "" -#: tazpkg:150 +#: tazpkg:172 #, sh-format msgid "Unable to find: $PACKAGE_FILE" msgstr "" -#: tazpkg:161 +#: tazpkg:183 #, sh-format msgid "Unable to find the receipt: $FS$INSTALLED/$PACKAGE/receipt" msgstr "" -#: tazpkg:214 +#: tazpkg:236 #, 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:228 +#: tazpkg:250 #, sh-format msgid "Unable to find the list: $LOCALSTATE/packages.list" msgstr "" -#: tazpkg:230 +#: tazpkg:252 msgid "" "You must probably run 'tazpkg recharge' as root to get the latest list of\n" "packages available on the mirror." msgstr "" -#: tazpkg:347 +#: tazpkg:369 #, sh-format msgid "Unable to find: $PACKAGE in the mirrored packages list." msgstr "" -#: tazpkg:401 +#: tazpkg:423 #, sh-format msgid "Extracting $PACKAGE... " msgstr "" -#: tazpkg:405 tazpkg:410 +#: tazpkg:427 tazpkg:432 msgid "Extracting the pseudo fs... " msgstr "" -#: tazpkg:474 +#: tazpkg:496 msgid "Installation of :" msgstr "" -#: tazpkg:476 +#: tazpkg:498 #, sh-format msgid "Copying $PACKAGE... " msgstr "" -#: tazpkg:488 +#: tazpkg:510 msgid "Checking post install dependencies... " msgstr "" -#: tazpkg:491 +#: tazpkg:513 #, sh-format msgid "Please run 'tazpkg install $PACKAGE_FILE' in / and retry." msgstr "" -#: tazpkg:565 +#: tazpkg:587 #, sh-format msgid "Saving configuration files for $PACKAGE... " msgstr "" -#: tazpkg:579 +#: tazpkg:601 #, sh-format msgid "Installing $PACKAGE... " msgstr "" -#: tazpkg:583 +#: tazpkg:605 #, sh-format msgid "Removing old $PACKAGE... " msgstr "" -#: tazpkg:591 +#: tazpkg:613 msgid "Removing all tmp files... " msgstr "" -#: tazpkg:608 +#: tazpkg:630 #, sh-format msgid "$PACKAGE ($VERSION$EXTRAVERSION) is installed." msgstr "" -#: tazpkg:659 +#: tazpkg:681 #, sh-format msgid "WARNING Dependency loop between $PACKAGE and $i." msgstr "" -#: tazpkg:663 +#: tazpkg:685 msgid "Tracking dependencies for :" msgstr "" -#: tazpkg:670 +#: tazpkg:692 #, sh-format msgid "Missing: $MISSING_PACKAGE" msgstr "" -#: tazpkg:674 +#: tazpkg:696 #, sh-format msgid "$deps missing package(s) to install." msgstr "" -#: tazpkg:690 +#: tazpkg:712 msgid "Install all missing dependencies" msgstr "" -#: tazpkg:707 +#: tazpkg:729 #, sh-format msgid "Checking if $pkg exists in local list... " msgstr "" -#: tazpkg:734 +#: tazpkg:756 #, sh-format msgid "" "Leaving dependencies for $PACKAGE unresolved. The package is installed but\n" "will probably not work." msgstr "" -#: tazpkg:811 +#: tazpkg:832 msgid "Installed packages" msgstr "" -#: tazpkg:826 +#: tazpkg:847 #, sh-format msgid "0 installed packages found for : $PATTERN" msgstr "" -#: tazpkg:830 +#: tazpkg:851 #, sh-format msgid "$packages installed package(s) found for : $PATTERN" msgstr "" -#: tazpkg:838 +#: tazpkg:859 msgid "Available packages name-version" msgstr "" -#: tazpkg:848 +#: tazpkg:869 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:853 tazpkg:881 +#: tazpkg:874 tazpkg:902 #, sh-format msgid "0 available packages found for : $PATTERN" msgstr "" -#: tazpkg:857 tazpkg:885 +#: tazpkg:878 tazpkg:906 #, sh-format msgid "$packages available package(s) found for : $PATTERN" msgstr "" -#: tazpkg:866 +#: tazpkg:887 msgid "Matching packages name with version and desc" msgstr "" -#: tazpkg:876 +#: tazpkg:897 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:932 +#: tazpkg:953 #, sh-format msgid "Can't find flavor $FLAVOR. Abort." msgstr "" -#: tazpkg:946 +#: tazpkg:967 msgid "Current mirror(s)" msgstr "" -#: tazpkg:950 +#: tazpkg:971 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:953 +#: tazpkg:974 msgid "New mirror(s) URL : " msgstr "" -#: tazpkg:961 +#: tazpkg:982 msgid "Nothing has been changed." msgstr "" -#: tazpkg:1084 +#: tazpkg:1105 msgid "No dependency for" msgstr "" -#: tazpkg:1086 +#: tazpkg:1107 #, sh-format msgid "WARNING: unknown dependency for $lib" msgstr "" -#: tazpkg:1190 +#: tazpkg:1211 #, sh-format msgid "$PACKAGE_FILE does not look like a Archlinux/Alpine package !" msgstr "" -#: tazpkg:1241 +#: tazpkg:1262 #, sh-format msgid "$PACKAGE_FILE does not look like a Slackware package !" msgstr "" -#: tazpkg:1364 tazpkg:1388 +#: tazpkg:1385 tazpkg:1409 msgid "base-system" msgstr "" -#: tazpkg:1365 tazpkg:1389 +#: tazpkg:1386 tazpkg:1410 msgid "x-window" msgstr "" -#: tazpkg:1366 tazpkg:1390 +#: tazpkg:1387 tazpkg:1411 msgid "utilities" msgstr "" -#: tazpkg:1367 tazpkg:1391 +#: tazpkg:1388 tazpkg:1412 msgid "network" msgstr "" -#: tazpkg:1368 tazpkg:1392 +#: tazpkg:1389 tazpkg:1413 msgid "graphics" msgstr "" -#: tazpkg:1369 tazpkg:1393 +#: tazpkg:1390 tazpkg:1414 msgid "multimedia" msgstr "" -#: tazpkg:1370 tazpkg:1394 +#: tazpkg:1391 tazpkg:1415 msgid "office" msgstr "" -#: tazpkg:1371 tazpkg:1395 +#: tazpkg:1392 tazpkg:1416 msgid "development" msgstr "" -#: tazpkg:1372 tazpkg:1396 +#: tazpkg:1393 tazpkg:1417 msgid "system-tools" msgstr "" -#: tazpkg:1373 tazpkg:1397 +#: tazpkg:1394 tazpkg:1418 msgid "security" msgstr "" -#: tazpkg:1374 tazpkg:1398 +#: tazpkg:1395 tazpkg:1419 msgid "games" msgstr "" -#: tazpkg:1375 tazpkg:1399 +#: tazpkg:1396 tazpkg:1420 msgid "misc" msgstr "" -#: tazpkg:1376 tazpkg:1400 +#: tazpkg:1397 tazpkg:1421 msgid "meta" msgstr "" -#: tazpkg:1377 tazpkg:1401 +#: tazpkg:1398 tazpkg:1422 msgid "non-free" msgstr "" -#: tazpkg:1414 +#: tazpkg:1435 msgid "y" msgstr "" -#: tazpkg:1415 +#: tazpkg:1436 msgid "Y" msgstr "" -#: tazpkg:1416 +#: tazpkg:1437 msgid "n" msgstr "" -#: tazpkg:1417 +#: tazpkg:1438 msgid "N" msgstr "" -#: tazpkg:1436 +#: tazpkg:1457 msgid "Blocked packages" msgstr "" -#: tazpkg:1441 +#: tazpkg:1462 msgid "No blocked packages found." msgstr "" -#: tazpkg:1448 +#: tazpkg:1469 msgid "Packages categories" msgstr "" -#: tazpkg:1456 +#: tazpkg:1477 #, sh-format msgid "$categories categories" msgstr "" -#: tazpkg:1465 +#: tazpkg:1486 msgid "Installed packages of category:" msgstr "" -#: tazpkg:1479 +#: tazpkg:1500 #, sh-format msgid "$packages packages installed of category $ASKED_CATEGORY_I18N." msgstr "" -#: tazpkg:1484 +#: tazpkg:1505 msgid "List of all installed packages" msgstr "" -#: tazpkg:1497 +#: tazpkg:1518 #, sh-format msgid "$packages packages installed." msgstr "" -#: tazpkg:1509 +#: tazpkg:1530 msgid "Creating xHTML list of installed packages" msgstr "" -#: tazpkg:1511 +#: tazpkg:1532 msgid "Generating xHTML header..." msgstr "" -#: tazpkg:1515 +#: tazpkg:1536 msgid "Creating packages information..." msgstr "" -#: tazpkg:1525 +#: tazpkg:1546 msgid "Generating xHTML footer..." msgstr "" -#: tazpkg:1541 tazpkg:2256 +#: tazpkg:1562 tazpkg:2327 msgid "Mirrored packages diff" msgstr "" -#: tazpkg:1546 +#: tazpkg:1567 #, sh-format msgid "$pkgs new packages listed on the mirror." msgstr "" -#: tazpkg:1550 +#: tazpkg:1571 msgid "Unable to list anything, no packages.diff found." msgstr "" -#: tazpkg:1551 +#: tazpkg:1572 msgid "Recharge your current list to create a first diff." msgstr "" -#: tazpkg:1556 tazpkg:1561 +#: tazpkg:1577 tazpkg:1582 msgid "List of available packages on the mirror" msgstr "" -#: tazpkg:1567 +#: tazpkg:1588 #, sh-format msgid "$pkgs packages in the last recharged list." msgstr "" -#: tazpkg:1575 +#: tazpkg:1596 msgid "Installed files with:" msgstr "" -#: tazpkg:1580 +#: tazpkg:1601 #, sh-format msgid "$files files installed with $PACKAGE." msgstr "" -#: tazpkg:1590 +#: tazpkg:1611 msgid "Tazpkg information" msgstr "" -#: tazpkg:1592 +#: tazpkg:1613 msgid "Package :" msgstr "" -#: tazpkg:1593 +#: tazpkg:1614 msgid "Version :" msgstr "" -#: tazpkg:1594 +#: tazpkg:1615 msgid "Category :" msgstr "" -#: tazpkg:1595 +#: tazpkg:1616 msgid "Short desc :" msgstr "" -#: tazpkg:1596 +#: tazpkg:1617 msgid "Maintainer :" msgstr "" -#: tazpkg:1598 +#: tazpkg:1619 msgid "Depends :" msgstr "" -#: tazpkg:1601 +#: tazpkg:1622 msgid "Suggested :" msgstr "" -#: tazpkg:1604 +#: tazpkg:1625 msgid "Build deps :" msgstr "" -#: tazpkg:1607 +#: tazpkg:1628 msgid "Wanted src :" msgstr "" -#: tazpkg:1610 +#: tazpkg:1631 msgid "Web site :" msgstr "" -#: tazpkg:1618 +#: tazpkg:1639 msgid "Description of:" msgstr "" -#: tazpkg:1625 +#: tazpkg:1646 msgid "Sorry, no description available for this package." msgstr "" -#: tazpkg:1634 +#: tazpkg:1655 msgid "Please specify a pattern or package name to search for." msgstr "" -#: tazpkg:1635 +#: tazpkg:1656 msgid "Example : 'tazpkg search paint'" msgstr "" -#: tazpkg:1640 +#: tazpkg:1661 msgid "Search result for:" msgstr "" -#: tazpkg:1659 tazpkg:1719 +#: tazpkg:1680 tazpkg:1740 msgid "Please specify a pattern or file name to search for." msgstr "" -#: tazpkg:1660 +#: tazpkg:1681 msgid "Example : 'tazpkg search-file libnss'" msgstr "" -#: tazpkg:1665 tazpkg:1725 +#: tazpkg:1686 tazpkg:1746 msgid "Search result for file" msgstr "" -#: tazpkg:1697 +#: tazpkg:1718 tazpkg:2374 msgid "Package" msgstr "" -#: tazpkg:1707 +#: tazpkg:1728 #, sh-format msgid "0 file found for: $pkg" msgstr "" -#: tazpkg:1712 +#: tazpkg:1733 #, sh-format msgid "$match file(s) found for: $pkg" msgstr "" -#: tazpkg:1720 +#: tazpkg:1741 msgid "Example : 'tazpkg search-pkgname libnss'" msgstr "" -#: tazpkg:1738 +#: tazpkg:1759 #, sh-format msgid "0 file found for : $file" msgstr "" -#: tazpkg:1775 +#: tazpkg:1798 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 "" -#: tazpkg:1805 +#: tazpkg:1828 #, sh-format msgid "Adding implicit depends $pkg ..." msgstr "" -#: tazpkg:1830 +#: tazpkg:1853 msgid "Please specify the release you want on the command line." msgstr "" -#: tazpkg:1831 +#: tazpkg:1854 msgid "Example: tazpkg set-release cooking" msgstr "" -#: tazpkg:1858 +#: tazpkg:1881 #, sh-format msgid "$PACKAGE is not installed." msgstr "" -#: tazpkg:1876 +#: tazpkg:1899 #, sh-format msgid "The following packages depend on $PACKAGE:" msgstr "" -#: tazpkg:1883 +#: tazpkg:1906 #, sh-format msgid "The following packages have been modified by $PACKAGE:" msgstr "" -#: tazpkg:1891 +#: tazpkg:1914 #, sh-format msgid "Remove $PACKAGE ($VERSION$EXTRAVERSION) ?" msgstr "" -#: tazpkg:1892 +#: tazpkg:1915 msgid "Please confirm uninstallation" msgstr "" -#: tazpkg:1897 +#: tazpkg:1920 msgid "Removing:" msgstr "" -#: tazpkg:1903 +#: tazpkg:1926 msgid "Removing all files installed..." msgstr "" -#: tazpkg:1924 +#: tazpkg:1947 msgid "Removing package receipt..." msgstr "" -#: tazpkg:1935 +#: tazpkg:1958 #, sh-format msgid "Remove packages depending on $PACKAGE" msgstr "" -#: tazpkg:1951 +#: tazpkg:1974 #, sh-format msgid "Reinstall packages modified by $PACKAGE" msgstr "" -#: tazpkg:1958 +#: tazpkg:1981 #, sh-format msgid "Check $INSTALLED/$i for reinstallation" msgstr "" -#: tazpkg:1968 +#: tazpkg:1991 #, sh-format msgid "Uninstallation of $PACKAGE cancelled." msgstr "" -#: tazpkg:1977 +#: tazpkg:2000 msgid "Extracting:" msgstr "" -#: tazpkg:1987 tazpkg:2004 +#: tazpkg:2010 tazpkg:2027 msgid "Copying original package..." msgstr "" -#: tazpkg:1993 +#: tazpkg:2016 #, sh-format msgid "$PACKAGE is extracted to: $DESTDIR" msgstr "" -#: tazpkg:2001 +#: tazpkg:2024 msgid "Recompressing:" msgstr "" -#: tazpkg:2009 +#: tazpkg:2032 msgid "Recompressing the fs... " msgstr "" -#: tazpkg:2013 +#: tazpkg:2036 msgid "Creating new package... " msgstr "" -#: tazpkg:2032 +#: tazpkg:2055 msgid "File lost" msgstr "" -#: tazpkg:2046 +#: tazpkg:2069 msgid "Configuration files" msgstr "" -#: tazpkg:2083 +#: tazpkg:2106 msgid "User configuration backup on " msgstr "" -#: tazpkg:2103 +#: tazpkg:2126 #, sh-format msgid "Can't repack $PACKAGE" msgstr "" -#: tazpkg:2107 +#: tazpkg:2130 #, sh-format msgid "Can't repack, $PACKAGE files have been modified by:" msgstr "" -#: tazpkg:2119 +#: tazpkg:2142 msgid "Can't repack, the following files are lost:" msgstr "" -#: tazpkg:2146 +#: tazpkg:2169 msgid "Can't repack, md5sum error." msgstr "" -#: tazpkg:2157 +#: tazpkg:2180 #, sh-format msgid "Package $PACKAGE repacked successfully." msgstr "" -#: tazpkg:2158 tazpkg:2213 +#: tazpkg:2181 tazpkg:2236 msgid "Size" msgstr "" -#: tazpkg:2166 +#: tazpkg:2189 msgid "Receipt is missing. Please read the documentation." msgstr "" -#: tazpkg:2173 +#: tazpkg:2196 msgid "Creating the list of files..." msgstr "" -#: tazpkg:2178 +#: tazpkg:2201 msgid "Creating md5sum of files..." msgstr "" -#: tazpkg:2192 +#: tazpkg:2215 msgid "Compressing the fs... " msgstr "" -#: tazpkg:2199 +#: tazpkg:2222 msgid "Updating receipt sizes..." msgstr "" -#: tazpkg:2204 +#: tazpkg:2227 msgid "Creating full cpio archive... " msgstr "" -#: tazpkg:2207 +#: tazpkg:2230 msgid "Restoring original package tree... " msgstr "" -#: tazpkg:2212 +#: tazpkg:2235 #, sh-format msgid "Package $PACKAGE compressed successfully." msgstr "" -#: tazpkg:2225 +#: tazpkg:2256 +msgid "doesn't exists." +msgstr "" + +#: tazpkg:2273 +msgid "Undigest" +msgstr "" + +#: tazpkg:2275 +msgid "is up to date." +msgstr "" + +#: tazpkg:2289 msgid "Recharging undigest" msgstr "" -#: tazpkg:2229 +#: tazpkg:2293 msgid "Creating backup of the last packages list..." msgstr "" -#: tazpkg:2262 +#: tazpkg:2333 #, sh-format msgid "$new_pkgs new packages on the mirror." msgstr "" -#: tazpkg:2265 +#: tazpkg:2336 msgid "No new packages on the mirror." msgstr "" -#: tazpkg:2272 +#: tazpkg:2343 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:2308 +#: tazpkg:2370 +msgid "Your packages list is older than one week... recharging" +msgstr "" + +#: tazpkg:2375 +msgid "Update type" +msgstr "" + +#: tazpkg:2393 +msgid "New build :" +msgstr "" + +#: tazpkg:2396 +msgid "New version :" +msgstr "" + +#: tazpkg:2404 tazpkg:2425 +msgid "-e" +msgstr "" + +#: tazpkg:2407 +#, sh-format +msgid "You have $upnb avalaible uppgrade on $pkgs installed packages" +msgstr "" + +#: tazpkg:2415 +msgid "Do you wish to install them now: y=yes n=no ? " +msgstr "" + +#: tazpkg:2460 msgid "Available upgrades" msgstr "" -#: tazpkg:2352 +#: tazpkg:2504 msgid "build" msgstr "" -#: tazpkg:2363 +#: tazpkg:2515 msgid "minor" msgstr "" -#: tazpkg:2366 tazpkg:2375 +#: tazpkg:2518 tazpkg:2527 msgid "WARNING" msgstr "" -#: tazpkg:2371 +#: tazpkg:2523 msgid "major" msgstr "" -#: tazpkg:2380 +#: tazpkg:2532 msgid "revision" msgstr "" -#: tazpkg:2406 +#: tazpkg:2558 #, sh-format msgid "" "$packages installed and listed packages to consider, $up to upgrade, " "$blocked blocked." msgstr "" -#: tazpkg:2409 +#: tazpkg:2561 msgid "System is up-to-date." msgstr "" -#: tazpkg:2412 +#: tazpkg:2564 #, sh-format msgid "" "$packages installed and listed packages to consider, 0 to upgrade, $blocked " "blocked." msgstr "" -#: tazpkg:2419 +#: tazpkg:2571 msgid "" "WARNING ---> Installed package(s) seem(s) more recent than the mirrored\n" "one. You can block packages using the command : 'tazpkg block package'.\n" "Or upgrade packages at your own risk." msgstr "" -#: tazpkg:2425 +#: tazpkg:2577 msgid "Upgrade now" msgstr "" -#: tazpkg:2430 +#: tazpkg:2582 msgid "Exiting. No package upgraded." msgstr "" -#: tazpkg:2447 +#: tazpkg:2599 msgid "No known bugs." msgstr "" -#: tazpkg:2453 +#: tazpkg:2605 msgid "Bug list completed" msgstr "" -#: tazpkg:2455 +#: tazpkg:2607 #, sh-format msgid "Bugs in package $PACKAGE version $VERSION$EXTRAVERSION:" msgstr "" -#: tazpkg:2473 +#: tazpkg:2625 #, sh-format msgid "The package $PACKAGE installation has not completed" msgstr "" -#: tazpkg:2481 +#: tazpkg:2633 #, sh-format msgid "The package $PACKAGE $VERSION$EXTRAVERSION has been modified by:" msgstr "" -#: tazpkg:2486 +#: tazpkg:2638 #, sh-format msgid "Files lost from $PACKAGE $VERSION$EXTRAVERSION :" msgstr "" -#: tazpkg:2490 +#: tazpkg:2642 msgid "target of symlink" msgstr "" -#: tazpkg:2495 +#: tazpkg:2647 msgid "Missing dependencies for" msgstr "" -#: tazpkg:2502 +#: tazpkg:2654 msgid "Dependencies loop between" msgstr "" -#: tazpkg:2506 +#: tazpkg:2658 msgid "Looking for known bugs... " msgstr "" -#: tazpkg:2531 +#: tazpkg:2683 #, sh-format msgid "The following packages provide $file :" msgstr "" -#: tazpkg:2537 +#: tazpkg:2689 msgid "overridden by" msgstr "" -#: tazpkg:2542 +#: tazpkg:2694 msgid "No package has installed the following files" msgstr "" -#: tazpkg:2551 +#: tazpkg:2703 msgid "Check completed." msgstr "" -#: tazpkg:2559 +#: tazpkg:2711 #, sh-format msgid "$PACKAGE is already in the blocked packages list." msgstr "" -#: tazpkg:2563 +#: tazpkg:2715 #, sh-format msgid "Add $PACKAGE to : $BLOCKED..." msgstr "" -#: tazpkg:2578 +#: tazpkg:2730 #, sh-format msgid "Removing $PACKAGE from : $BLOCKED..." msgstr "" -#: tazpkg:2586 +#: tazpkg:2738 #, sh-format msgid "$PACKAGE is not in the blocked packages list." msgstr "" -#: tazpkg:2645 +#: tazpkg:2809 #, sh-format msgid "$PACKAGE already in the cache : $CACHE_DIR" msgstr "" -#: tazpkg:2648 +#: tazpkg:2812 #, sh-format msgid "Continuing $PACKAGE download" msgstr "" -#: tazpkg:2670 +#: tazpkg:2835 msgid "Clean cache:" msgstr "" -#: tazpkg:2672 +#: tazpkg:2837 msgid "Cleaning cache directory..." msgstr "" -#: tazpkg:2676 +#: tazpkg:2841 #, sh-format msgid "$files file(s) removed from cache." msgstr "" -#: tazpkg:2688 +#: tazpkg:2853 msgid "Current undigest(s)" msgstr "" -#: tazpkg:2692 +#: tazpkg:2857 msgid "No undigest mirror found." msgstr "" -#: tazpkg:2705 +#: tazpkg:2870 #, sh-format msgid "Remove $undigest undigest" msgstr "" -#: tazpkg:2709 +#: tazpkg:2874 #, sh-format msgid "Removing $undigest undigest..." msgstr "" -#: tazpkg:2715 +#: tazpkg:2880 #, sh-format msgid "Undigest $undigest not found" msgstr "" -#: tazpkg:2731 +#: tazpkg:2896 #, sh-format msgid "Creating new undigest $undigest." msgstr "" -#: tazpkg:2751 +#: tazpkg:2916 msgid "Unknow option" msgstr "" -#: tazpkg:2766 +#: tazpkg:2931 #, sh-format msgid "Nothing to do for $PACKAGE." msgstr "" -#: tazpkg:2770 +#: tazpkg:2935 #, sh-format msgid "Package $PACKAGE is not installed." msgstr "" -#: tazpkg:2771 +#: tazpkg:2936 msgid "Install package with 'tazpkg install' or 'tazpkg get-install'" msgstr "" -#: tazpkg:2785 +#: tazpkg:2950 msgid "Tazpkg SHell" msgstr "" -#: tazpkg:2787 +#: tazpkg:2952 msgid "Type 'usage' to list all available commands or 'quit' or 'q' to exit." msgstr "" -#: tazpkg:2797 +#: tazpkg:2962 msgid "You are already running a Tazpkg SHell." msgstr "" -#: tazpkg:2839 +#: tazpkg:3004 msgid "Unsupported format" msgstr "" -#: tazpkg:2855 +#: tazpkg:3020 #, sh-format msgid "$PACKAGE is already installed." msgstr "" -#: tazpkg:2864 +#: tazpkg:3029 #, sh-format msgid "Missing : $i" msgstr "" -#: tazpkg:2868 +#: tazpkg:3033 msgid "Link all missing dependencies" msgstr "" -#: tazpkg:2878 +#: tazpkg:3043 #, sh-format msgid "Leaving dependencies for $PACKAGE unresolved." msgstr "" -#: tazpkg:2879 +#: tazpkg:3044 msgid "The package is installed but will probably not work." msgstr "" diff -r 7e0df4f72628 -r d76a68a31de0 tazpkg --- a/tazpkg Fri Apr 08 17:58:27 2011 +0200 +++ b/tazpkg Fri Apr 08 18:26:26 2011 +0200 @@ -134,7 +134,7 @@ } usage_up() { - echo -e "`gettext ""` + 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\"`