slitaz-tools diff tinyutils/tazx @ rev 334

tazx: translate help messages
author Paul Issott <paul@slitaz.org>
date Sun Apr 26 13:50:45 2009 +0000 (2009-04-26)
parents af65458ca488
children 777b680060ec
line diff
     1.1 --- a/tinyutils/tazx	Tue Mar 10 20:19:52 2009 +0000
     1.2 +++ b/tinyutils/tazx	Sun Apr 26 13:50:45 2009 +0000
     1.3 @@ -105,7 +105,7 @@
     1.4  	exec 3>&1
     1.5  	value=`$DIALOG --clear --colors --title " Install Xorg " \
     1.6  		--menu \
     1.7 -	"L'application 'tazx' permet de configurer le driver X." 16 70 5 \
     1.8 +	"The 'tazx' application helps you to select your X driver." 16 70 5 \
     1.9  	$(grep xorg-xf86-video /var/lib/tazpkg/packages.list | cut -d- -f4 | while read x; do echo $x; echo driver; done) \
    1.10  	"quit" "Quitter" \
    1.11  	2>&1 1>&3`
    1.12 @@ -147,8 +147,8 @@
    1.13  		--clear --colors \
    1.14  		--title " Configure X " \
    1.15  		--menu \
    1.16 -	"L'application 'tazx' permet de configurer une session X.\n\
    1.17 -	Gestionnaire de fenêtres : \Z2$WM\Zn" 16 70 5 \
    1.18 +	"The 'tazx' application helps you to configure your X session.\n\
    1.19 +	Window Manager : \Z2$WM\Zn" 16 70 5 \
    1.20  	$(Xvesa -listmodes 2>&1 | grep ^0x | awk '{ printf "%s %s\n",$2,$3 }' | sort -nr | grep x[1-2][4-6]) \
    1.21  	"xterm" "800x600x16" \
    1.22  	"xorg" "Installer Xorg" \
    1.23 @@ -300,8 +300,8 @@
    1.24  		if [ ! -f "$JWM_CONFIG" ]; then
    1.25  			cp /etc/jwm/system.jwmrc $JWM_CONFIG
    1.26  		fi
    1.27 -		# In Live mode default user/root JWM config dose not exist and
    1.28 -		# $HOME is ot set, this is because tazx is executed by boot 
    1.29 +		# In Live mode default user/root JWM config does not exist and
    1.30 +		# $HOME is not set, this is because tazx is executed by boot 
    1.31  		# scripts.
    1.32  		if [ ! -f "/home/$USER/.jwmrc" ]; then
    1.33  			JWM_CONFIG=/home/$USER/.jwmrc