tazpanel diff boot.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 a7f0d1a1ed2e
children 769f91a0718d
line diff
     1.1 --- a/boot.cgi	Sat Apr 09 05:45:44 2011 +0200
     1.2 +++ b/boot.cgi	Sun Apr 10 11:23:06 2011 +0000
     1.3 @@ -30,8 +30,8 @@
     1.4  		#
     1.5  		# Everything until user login
     1.6  		#
     1.7 -		# Start and stop a daemom. I think we dont need restart sine 2 
     1.8 -		# clicks and you done
     1.9 +		# Start and stop a daemon. I think we dont need restart since 2 
    1.10 +		# clicks and you are done
    1.11  		case "$QUERY_STRING" in
    1.12  			*=start=*)
    1.13  				daemon=${QUERY_STRING#*=start=}
    1.14 @@ -47,9 +47,9 @@
    1.15  		debug_info
    1.16  		cat << EOT
    1.17  <div id="wrapper">
    1.18 -	<h2>`gettext "Manage deamons"`</h2>
    1.19 +	<h2>`gettext "Manage daemons"`</h2>
    1.20  	<p>
    1.21 -		`gettext "Check, start and stop deamons on SliTaz"` 
    1.22 +		`gettext "Check, start and stop daemons on SliTaz"` 
    1.23  	</p>
    1.24  </div>
    1.25  EOT
    1.26 @@ -78,16 +78,16 @@
    1.27  			echo '<tr>'
    1.28  			# Name
    1.29  			echo "<td>$name</td>"
    1.30 -			# First check if deamon is started at bootime
    1.31 +			# First check if daemon is started at bootime
    1.32  			[ echo "RUN_DAEMONS" | fgrep $name ] && boot="on boot"
    1.33 -			# Standard SliTaz busybox deamons and firewall
    1.34 +			# Standard SliTaz busybox daemons and firewall
    1.35  			case "$name" in
    1.36  				firewall)
    1.37  					gettext "<td>SliTaz Firewall with iptable rules</td>" ;;
    1.38  				httpd)
    1.39  					gettext "<td>Small and fast web server with CGI support</td>" ;;
    1.40  				ntpd)
    1.41 -					gettext "<td>Network time protocol deamon</td>" ;;
    1.42 +					gettext "<td>Network time protocol daemon</td>" ;;
    1.43  				ftpd)
    1.44  					gettext "<td>Anonymous FTP server</td>" ;;
    1.45  				udhcpd)
    1.46 @@ -95,7 +95,7 @@
    1.47  				syslogd|klogd)
    1.48  					gettext "<td>Linux Kernel log daemon</td>" ;;
    1.49  				crond|dnsd|tftpd|inetd|zcip)
    1.50 -					gettext "<td>Deamon powered by BusyBox</td>" ;;
    1.51 +					gettext "<td>Daemon powered by BusyBox</td>" ;;
    1.52  				*)
    1.53  					# Descrition from receipt
    1.54  					[ -d "$LOCALSTATE/installed/$name" ] && pkg=$name