tazpanel diff settings.cgi @ rev 52

Tiny edits and make pot
author Paul Issott <paul@slitaz.org>
date Sun Apr 10 11:23:06 2011 +0000 (2011-04-10)
parents cf15cb2ff715
children 95dc2475f4ae
line diff
     1.1 --- a/settings.cgi	Sat Apr 09 00:22:23 2011 +0200
     1.2 +++ b/settings.cgi	Sun Apr 10 11:23:06 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  #!/bin/sh
     1.5  #
     1.6  # System settings CGI interface: user, locale, keyboard, date. Since we
     1.7 -# dont have multiple page here there is only one case used to get commands
     1.8 +# dont have multiple pages here there is only one case used to get command
     1.9  # values and the full content is following directly.
    1.10  #
    1.11  # Copyright (C) 2011 SliTaz GNU/Linux - GNU gpl v3
    1.12 @@ -92,7 +92,7 @@
    1.13  `gettext "Hardware clock :"` `hwclock -r`
    1.14  </pre>
    1.15  <a class="button" href="$SCRIPT_NAME?rdate">`gettext "Sync online"`</a>
    1.16 -<a class="button" href="$SCRIPT_NAME?hwclock">`gettext "Set harware clock"`</a>
    1.17 +<a class="button" href="$SCRIPT_NAME?hwclock">`gettext "Set hardware clock"`</a>
    1.18  EOT
    1.19  #
    1.20  # Users management
    1.21 @@ -167,7 +167,7 @@
    1.22  			# System configuration
    1.23  			echo "LANG=$new_locale" > /etc/locale.conf
    1.24  			echo "LC_ALL=$new_locale" >> /etc/locale.conf
    1.25 -			eval_gettext "You must logout and login again your current
    1.26 +			eval_gettext "You must logout and login again to your current
    1.27  				session to use \$new_locale locale."
    1.28  		else
    1.29  			eval_gettext "Current system locales: "
    1.30 @@ -176,7 +176,7 @@
    1.31  		cat << EOT
    1.32  </p>
    1.33  <form method="get" action="$SCRIPT_NAME">
    1.34 -	`gettext "Avalaible locales:"`
    1.35 +	`gettext "Available locales:"`
    1.36  	<select name="gen-locale">
    1.37  		<option value="en_US">en_US</options>
    1.38  		`list_locales`