tazpkg diff tazpkg-notify @ rev 565

Fix fr translation for notify and up POT
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 06 13:24:31 2012 +0100 (2012-03-06)
parents da3bd3962a3e
children 5c6b015d6d66
line diff
     1.1 --- a/tazpkg-notify	Fri Mar 02 15:53:46 2012 +0100
     1.2 +++ b/tazpkg-notify	Tue Mar 06 13:24:31 2012 +0100
     1.3 @@ -35,7 +35,7 @@
     1.4  	exec 3<> $fifo	
     1.5  	# Notification icon
     1.6  	yad --notification --listen --image=$icon \
     1.7 -		--text="Checking packages lists - $text" <&3
     1.8 +		--text="$(gettext "Checking packages lists") - $text" <&3
     1.9  	# Clean-up
    1.10  	rm -f $fifo
    1.11  }
    1.12 @@ -44,7 +44,7 @@
    1.13  menu() {
    1.14  	cat << EOT
    1.15  menu:\
    1.16 -$(gettext "My packages")!tazweb $panel?list!tazpkg|\
    1.17 +$(gettext "My packages")!tazweb $panel?list!tazpkg-up|\
    1.18  $(gettext "Recharge lists")!tazweb $panel?recharge!tazpkg-up|\
    1.19  $(gettext "Check upgrade")!tazweb $panel?up!tazpkg-up|\
    1.20  $(gettext "TazPKG SHell")!terminal -e tazpkg shell!xterm|\