tazpanel diff boot.cgi @ rev 292

translatable header, footer & titles; make pot
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 11 20:12:41 2012 +0300 (2012-04-11)
parents d86789453cb7
children fdfc6b494539
line diff
     1.1 --- a/boot.cgi	Wed Feb 22 22:30:32 2012 +0000
     1.2 +++ b/boot.cgi	Wed Apr 11 20:12:41 2012 +0300
     1.3 @@ -11,7 +11,7 @@
     1.4  header
     1.5  get_config
     1.6  
     1.7 -TITLE="- Boot"
     1.8 +TITLE=$(gettext 'TazPanel - Boot')
     1.9  
    1.10  #
    1.11  # Commands
    1.12 @@ -51,16 +51,16 @@
    1.13  		#
    1.14  		# Everything until user login
    1.15  		#
    1.16 -		# Start and stop a daemon. I think we don't need a restart since 2 
    1.17 +		# Start and stop a daemon. I think we don't need a restart since 2
    1.18  		# clicks and you are done
    1.19  		. /etc/rcS.conf
    1.20  		xhtml_header
    1.21 -		
    1.22 +
    1.23  		cat << EOT
    1.24  <div id="wrapper">
    1.25  	<h2>`gettext "Manage daemons"`</h2>
    1.26  	<p>
    1.27 -		`gettext "Check, start and stop daemons on SliTaz"` 
    1.28 +		`gettext "Check, start and stop daemons on SliTaz"`
    1.29  	</p>
    1.30  </div>
    1.31  EOT