tazpkg rev 86

tazpkgbox: improved English Help by Paul
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 12 14:32:20 2008 +0200 (2008-05-12)
parents e65093f71b4c
children 8ea97bf01b2f
files tazpkgbox
line diff
     1.1 --- a/tazpkgbox	Sun May 11 22:31:35 2008 +0000
     1.2 +++ b/tazpkgbox	Mon May 12 14:32:20 2008 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  #!/bin/sh
     1.5  #
     1.6  # GTKdialog interface to SliTaz Packages Manager aka Tazpkg. Functions
     1.7 -# path: /usr/lib/slitaz/tazpkgbox. Notes: Notebook tab are vbox, tab are 
     1.8 +# path: /usr/lib/slitaz/tazpkgbox. Notes: Notebook tab are vbox, tab are
     1.9  # used to indent.
    1.10  #
    1.11  # (C) GNU gpl v3 - SliTaz GNU/Linux 2008.
    1.12 @@ -36,31 +36,32 @@
    1.13  <b>Tazpkgbox - Packages Manager Help</b>"
    1.14  		</label>
    1.15  	</text>
    1.16 -	
    1.17 +
    1.18  	<frame English>
    1.19  		<text wrap="false">
    1.20  			<label>"
    1.21 -Tazpkgbox is a simple and easy to use interface to SliTaz
    1.22 -packages manager aka Tazpkg. You can install, remove, repack or
    1.23 -get packages by clicking on the package item. Search engine let
    1.24 -you find and install new applications in a few mouse click.
    1.25 -Downloaded and repacked are stored in: /var/cache/tazpkg"
    1.26 +Tazpkgbox is a simple and easy to use interface to the SliTaz
    1.27 +package manager - aka Tazpkg. You can install, remove, repack or
    1.28 +get packages by double-clicking on the package item. A Search engine
    1.29 +lets you find and install new applications in a few mouse clicks.
    1.30 +
    1.31 +Downloaded and repacked packages are stored in: /var/cache/tazpkg"
    1.32  			</label>
    1.33  		</text>
    1.34  	</frame>
    1.35 -	
    1.36 +
    1.37  	<frame Français>
    1.38  		<text wrap="false">
    1.39  			<label>"
    1.40  Tazpkgbox est une interface graphique au gestionnaire de paquet
    1.41 -de Slitaz aka Tazpkg. Simple et facile à utiliser, vous pouvez 
    1.42 +de Slitaz aka Tazpkg. Simple et facile à utiliser, vous pouvez
    1.43  installer, télécharger ou supprimer des paquet en double-cliquant
    1.44 -sur sa ligne. Les paquets téléchargés ou recréés sont stocké 
    1.45 +sur sa ligne. Les paquets téléchargés ou recréés sont stocké
    1.46  dans: /var/cache/tazpkg"
    1.47  			</label>
    1.48  		</text>
    1.49  	</frame>
    1.50 -	
    1.51 +
    1.52  	<hbox>
    1.53  		<button ok>
    1.54  			<action type="closewindow">HELP</action>
    1.55 @@ -174,7 +175,7 @@
    1.56  			</button>
    1.57  			<button>
    1.58  				<label>Recharge list</label>
    1.59 -				<input file icon="system-software-update"></input>         
    1.60 +				<input file icon="system-software-update"></input>
    1.61  				<action>xterm -T "Recharge" -geometry 80x16+120+120 -e "tazpkg recharge; sleep 2"</action>
    1.62  				<action>refresh:GET</action>
    1.63  				<action>refresh:PKG_STATS</action>
    1.64 @@ -229,7 +230,7 @@
    1.65  				<label>
    1.66  "The cache directory is used to store downloaded or repacked packages."
    1.67  				</label>
    1.68 -			</text>       
    1.69 +			</text>
    1.70  			<hbox>
    1.71  				<entry editable="false">
    1.72  					<input>cd /var/cache/tazpkg; echo "Packages: `ls | wc -l`, size: `du -sh $PWD`"</input>
    1.73 @@ -237,7 +238,7 @@
    1.74  				</entry>
    1.75  				<button>
    1.76  					<label>Clean cache</label>
    1.77 -					<input file icon="go-next"></input> 
    1.78 +					<input file icon="go-next"></input>
    1.79  					<action>rm -rf /var/cache/tazpkg/*</action>
    1.80  					<action>refresh:CACHE_STATS</action>
    1.81  				</button>