slitaz-tools rev 634

tazx: finish gettextization
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jun 16 20:35:34 2011 +0200 (2011-06-16)
parents 3b1c18acf868
children 742e61fb6d3c
files po/slitaz-tools/slitaz-tools.pot tinyutils/tazx
line diff
     1.1 --- a/po/slitaz-tools/slitaz-tools.pot	Thu Jun 16 20:29:38 2011 +0200
     1.2 +++ b/po/slitaz-tools/slitaz-tools.pot	Thu Jun 16 20:35:34 2011 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4  msgstr ""
     1.5  "Project-Id-Version: SliTaz Tools\n"
     1.6  "Report-Msgid-Bugs-To: \n"
     1.7 -"POT-Creation-Date: 2011-06-16 20:28+0200\n"
     1.8 +"POT-Creation-Date: 2011-06-16 20:35+0200\n"
     1.9  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1.10  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1.11  "Language-Team: LANGUAGE <LL@li.org>\n"
    1.12 @@ -55,8 +55,16 @@
    1.13  msgid "You must be root to configure X server."
    1.14  msgstr ""
    1.15  
    1.16 +#: tinyutils/tazx:126
    1.17 +msgid "Install Xorg"
    1.18 +msgstr ""
    1.19 +
    1.20 +#: tinyutils/tazx:128
    1.21 +msgid "Tazx helps you to select your X driver."
    1.22 +msgstr ""
    1.23 +
    1.24  #: tinyutils/tazx:162
    1.25 -msgid "Tazx dialog helps you to configure your Xorg."
    1.26 +msgid "Tazx dialog helps you to configure your Xorg sever."
    1.27  msgstr ""
    1.28  
    1.29  #: tinyutils/tazx:163
     2.1 --- a/tinyutils/tazx	Thu Jun 16 20:29:38 2011 +0200
     2.2 +++ b/tinyutils/tazx	Thu Jun 16 20:35:34 2011 +0200
     2.3 @@ -123,9 +123,9 @@
     2.4  {
     2.5  	[ -f "/var/lib/tazpkg/packages.list" ] || tazpkg recharge
     2.6  	exec 3>&1
     2.7 -	value=`$DIALOG --clear --colors --title " Install Xorg " \
     2.8 -		--menu \
     2.9 -	"The 'tazx' application helps you to select your X driver." 16 70 5 \
    2.10 +	value=`$DIALOG --clear --colors --title " $(gettext "Install Xorg") " \
    2.11 +		--menu "\
    2.12 +$(gettext "Tazx helps you to select your X driver.")" 16 70 5 \
    2.13  	$(fgrep xorg-xf86-video /var/lib/tazpkg/packages.list | cut -d- -f4 | while read x; do echo $x; echo driver; done) \
    2.14  	"quit" "Quitter" \
    2.15  	2>&1 1>&3`
    2.16 @@ -159,7 +159,7 @@
    2.17  		--clear --colors \
    2.18  		--title " Configure X " \
    2.19  		--menu "\
    2.20 -$(gettext "Tazx dialog helps you to configure your Xorg.")\n\
    2.21 +$(gettext "Tazx dialog helps you to configure your Xorg sever.")\n\
    2.22  $(gettext "Window Manager:") \Z2$WM\Zn \
    2.23  $(gettext "X server:") \Z2Xorg\Zn" 16 70 5 \
    2.24  	"xorg" "$(gettext "Install or reconfigure Xorg")" \