tazpanel 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 cb8779b378d4
files README boot.cgi doc/tazpanel.en.html hardware.cgi index.cgi live.cgi network.cgi pkgs.cgi po/tazpanel.pot settings.cgi tazpanel tazpanel.conf
line diff
     1.1 --- a/README	Sat Apr 09 05:45:44 2011 +0200
     1.2 +++ b/README	Sun Apr 10 11:23:06 2011 +0000
     1.3 @@ -2,26 +2,26 @@
     1.4  ================================================================================
     1.5  
     1.6  
     1.7 -Tazpanel is the SliTaz Control Panel, a web interface who let you manage the
     1.8 -full system  in a redically simple way. The output xHTML code is valid xHTML 5
     1.9 +Tazpanel is the SliTaz Control Panel, a web interface which lets you manage the
    1.10 +full system in a radically simple way. The output xHTML code is valid xHTML 5
    1.11  and all theming is done with standard CSS 3.
    1.12  
    1.13  
    1.14  Use it!
    1.15  ------
    1.16  You can clone the tazpanel repo into /var/www/tazpanel and work on this
    1.17 -copy or clone it someweher esle and 'make install'. After, add tazpanel to
    1.18 +copy or clone it somewhere else and 'make install'. After, add tazpanel to
    1.19  your /etc/hosts, type './tazpanel start' to start the server and go to the
    1.20 -URL: http://tazpanel:8090 Panel user and password is defined in httpd.conf
    1.21 +URL: http://tazpanel:8090. Panel user and password is defined in httpd.conf
    1.22  and default is root:root
    1.23  
    1.24  
    1.25  i18n
    1.26  ----
    1.27 -TazPanel have been coded from the beginning with gettext support. Please
    1.28 +TazPanel has been coded from the beginning with gettext support. Please
    1.29  forget 'echo' and use gettext, but remember that gettext "" is equivalent
    1.30 -to echo -n. All script use the same TEXTDOMAIN and the same pot files, all
    1.31 -translations goes in the po/ folder. To start a new translation please
    1.32 +to echo -n. All scripts use the same TEXTDOMAIN and the same pot files, all
    1.33 +translations go in the po/ folder. To start a new translation please
    1.34  use msginit from the pot file directory. Example for French/France
    1.35  locale (fr_FR):
    1.36  
    1.37 @@ -34,44 +34,44 @@
    1.38  
    1.39  User interface
    1.40  --------------
    1.41 -If you develope an official SliTaz GUI for TazPanel, please follow the style.
    1.42 -If you need more CSS markup and you not a coder, please ask an official
    1.43 -developer the better way to implement your idea. TazPanel is fully themable
    1.44 +If you develop an official SliTaz GUI for TazPanel, please follow the style.
    1.45 +If you need more CSS markup and you are not a coder, please ask an official
    1.46 +developer for the best way to implement your idea. TazPanel is fully themable
    1.47  and more than one theme can be installed, this will let us make packages
    1.48 -for TazPanel style! All the GUI is done with xHTML 5 and CSS 3, some
    1.49 -javascript can be used, but with precaution... one more time, it's better
    1.50 -to check with a main contributor before adding to much stuff, the goal is,
    1.51 -as for the all SliTaz project: KISS
    1.52 +in a TazPanel style! All the GUI is done with xHTML 5 and CSS 3, some
    1.53 +javascript can be used, but with precautions... one more time, it's better
    1.54 +to check with a main contributor before adding too much stuff, the goal is,
    1.55 +as for the all SliTaz projects: KISS
    1.56  
    1.57  
    1.58  CGI template and files
    1.59  ----------------------
    1.60  To start or test new function with TazPanel you will find a a file in
    1.61 -utils/template.cgi that need to be in the $PANEL root to work, all TazPanel
    1.62 +utils/template.cgi that needs to be in the $PANEL root to work, all TazPanel
    1.63  CGI scripts are in that location. If you think your code is too big to fit
    1.64 -in an other script you can eventually creat a new CGI page and update all
    1.65 +in another script you can eventually create a new CGI page and update all
    1.66  links, but please to talk to the AUTHORS before.
    1.67  
    1.68 -	* index.cgi     Main Tazpanel CGI script (some stuff may be splited
    1.69 +	* index.cgi     Main Tazpanel CGI script (some stuff may be split
    1.70  	                into users.cgi, boot.cgi, etc if too big or slow)
    1.71 -	* network.cgi   All related stuff to networking (eth, wifi, servives)
    1.72 +	* network.cgi   All related stuff to networking (eth, wifi, services)
    1.73  	* pkgs.cgi      Tazpkg packages CGI interface
    1.74  	* system.cgi    System settings and services such as time, users
    1.75  	                accounts, locales or daemons management
    1.76  	* live.cgi      All tools related to Live systems (CD, USB, Frugal)
    1.77  	* hardware.cgi  Devices drivers, firmware, printing
    1.78  
    1.79 -For common function have a look to lib/libtazpanel you may founf functions
    1.80 -yoou need already coded such as xhtml_header to get the style header.html
    1.81 -in you CGI script. For the loading message you can use loading_msg. When
    1.82 +For common functions have a look to lib/libtazpanel, you may found functions
    1.83 +you need already coded such as xhtml_header to get the style header.html
    1.84 +in your CGI script. For the loading message you can use loading_msg. When
    1.85  cat is used: `gettext "Text to translate"`
    1.86  
    1.87  
    1.88  Web server
    1.89  ----------
    1.90 -Tazpanel can run with Busybox httpd applet or LightTPD an propably Apache.
    1.91 -Start the webserver with custom config to listen only on local port for
    1.92 -security reason since we run as root to perform system actions, example:
    1.93 +Tazpanel can run with Busybox httpd applet or LightTPD and probably Apache.
    1.94 +Start the webserver with a custom config to listen only on a local port for
    1.95 +security reasons since we run as root to perform system actions, example:
    1.96  
    1.97  # httpd -p 8090 u root -c /etc/slitaz/httpd.conf
    1.98  
     2.1 --- a/boot.cgi	Sat Apr 09 05:45:44 2011 +0200
     2.2 +++ b/boot.cgi	Sun Apr 10 11:23:06 2011 +0000
     2.3 @@ -30,8 +30,8 @@
     2.4  		#
     2.5  		# Everything until user login
     2.6  		#
     2.7 -		# Start and stop a daemom. I think we dont need restart sine 2 
     2.8 -		# clicks and you done
     2.9 +		# Start and stop a daemon. I think we dont need restart since 2 
    2.10 +		# clicks and you are done
    2.11  		case "$QUERY_STRING" in
    2.12  			*=start=*)
    2.13  				daemon=${QUERY_STRING#*=start=}
    2.14 @@ -47,9 +47,9 @@
    2.15  		debug_info
    2.16  		cat << EOT
    2.17  <div id="wrapper">
    2.18 -	<h2>`gettext "Manage deamons"`</h2>
    2.19 +	<h2>`gettext "Manage daemons"`</h2>
    2.20  	<p>
    2.21 -		`gettext "Check, start and stop deamons on SliTaz"` 
    2.22 +		`gettext "Check, start and stop daemons on SliTaz"` 
    2.23  	</p>
    2.24  </div>
    2.25  EOT
    2.26 @@ -78,16 +78,16 @@
    2.27  			echo '<tr>'
    2.28  			# Name
    2.29  			echo "<td>$name</td>"
    2.30 -			# First check if deamon is started at bootime
    2.31 +			# First check if daemon is started at bootime
    2.32  			[ echo "RUN_DAEMONS" | fgrep $name ] && boot="on boot"
    2.33 -			# Standard SliTaz busybox deamons and firewall
    2.34 +			# Standard SliTaz busybox daemons and firewall
    2.35  			case "$name" in
    2.36  				firewall)
    2.37  					gettext "<td>SliTaz Firewall with iptable rules</td>" ;;
    2.38  				httpd)
    2.39  					gettext "<td>Small and fast web server with CGI support</td>" ;;
    2.40  				ntpd)
    2.41 -					gettext "<td>Network time protocol deamon</td>" ;;
    2.42 +					gettext "<td>Network time protocol daemon</td>" ;;
    2.43  				ftpd)
    2.44  					gettext "<td>Anonymous FTP server</td>" ;;
    2.45  				udhcpd)
    2.46 @@ -95,7 +95,7 @@
    2.47  				syslogd|klogd)
    2.48  					gettext "<td>Linux Kernel log daemon</td>" ;;
    2.49  				crond|dnsd|tftpd|inetd|zcip)
    2.50 -					gettext "<td>Deamon powered by BusyBox</td>" ;;
    2.51 +					gettext "<td>Daemon powered by BusyBox</td>" ;;
    2.52  				*)
    2.53  					# Descrition from receipt
    2.54  					[ -d "$LOCALSTATE/installed/$name" ] && pkg=$name
     3.1 --- a/doc/tazpanel.en.html	Sat Apr 09 05:45:44 2011 +0200
     3.2 +++ b/doc/tazpanel.en.html	Sun Apr 10 11:23:06 2011 +0000
     3.3 @@ -3,10 +3,10 @@
     3.4  
     3.5  <p>
     3.6  	TazPanel is the SliTaz administration and settings center from where
     3.7 -	you can manage your entire system such as managing packages, adding
     3.8 -	or removing users, create Live systems and much more. Navigation
     3.9 +	you can control your entire system such as package management, adding 
    3.10 +	or removing users, creating Live systems and much more. Navigation
    3.11  	is done with the toolbar at the top of the application window and
    3.12 -	is some case, with a submenu.
    3.13 +	in some cases with a submenu.
    3.14  </p>
    3.15  <p>
    3.16  	Get support on the Slitaz <a href="http://forum.slitaz.org/">forum</a>
     4.1 --- a/hardware.cgi	Sat Apr 09 05:45:44 2011 +0200
     4.2 +++ b/hardware.cgi	Sun Apr 10 11:23:06 2011 +0000
     4.3 @@ -51,7 +51,7 @@
     4.4  		case "$QUERY_STRING" in
     4.5  			modinfo=*)
     4.6  				mod=${QUERY_STRING#modinfo=}
     4.7 -				gettext "Detailled information for module:"; echo " $mod"
     4.8 +				gettext "Detailed information for module:"; echo " $mod"
     4.9  				echo '<pre>'
    4.10  				modinfo $mod
    4.11  				echo '</pre>' ;;
     5.1 --- a/index.cgi	Sat Apr 09 05:45:44 2011 +0200
     5.2 +++ b/index.cgi	Sun Apr 10 11:23:06 2011 +0000
     5.3 @@ -1,7 +1,7 @@
     5.4  #!/bin/sh
     5.5  #
     5.6 -# Main CGI interface for TazPanel. In on word: KISS. Use the main cas form
     5.7 -# command so we are faster and dont load unneeded function. If nececarry
     5.8 +# Main CGI interface for TazPanel. In on word: KISS. Use the main css form
     5.9 +# command so we are faster and do not load unneeded functions. If necessary
    5.10  # you can use the lib/ dir to handle external resources.
    5.11  #
    5.12  # Copyright (C) 2011 SliTaz GNU/Linux - GNU gpl v3
    5.13 @@ -51,7 +51,7 @@
    5.14  		cat << EOT
    5.15  <div id="wrapper">
    5.16  	<h2>`gettext "Host:"` `hostname`</h2>
    5.17 -	<p>`gettext "SliTaz administration et configuration Panel"`<p>
    5.18 +	<p>`gettext "SliTaz administration and configuration Panel"`<p>
    5.19  </div>
    5.20  
    5.21  <h3>`gettext "Summary"`</h3>
     6.1 --- a/live.cgi	Sat Apr 09 05:45:44 2011 +0200
     6.2 +++ b/live.cgi	Sun Apr 10 11:23:06 2011 +0000
     6.3 @@ -47,7 +47,7 @@
     6.4  case "$QUERY_STRING" in
     6.5  	create)
     6.6  		#
     6.7 -		# Create a flavor file and ISO in option with all settings
     6.8 +		# Create a flavor file and ISO in options with all settings
     6.9  		# Step by step interface and store files in cache.
    6.10  		#
    6.11  		gettext "TODO" ;;
    6.12 @@ -76,7 +76,7 @@
    6.13  		<option value="lzma">lzma</option>
    6.14  		<option value="none">none</option>
    6.15  	</select>
    6.16 -	<input type="submit" value="`gettext "write ISO"`" />
    6.17 +	<input type="submit" value="`gettext "Write ISO"`" />
    6.18  </form>
    6.19  
    6.20  <h3>`gettext "Live USB"`</h3>
    6.21 @@ -99,7 +99,7 @@
    6.22  		fi
    6.23  		cat << EOT
    6.24  	</select>
    6.25 -	<input type="submit" value="`gettext "generate"`" />
    6.26 +	<input type="submit" value="`gettext "Generate"`" />
    6.27  </form>
    6.28  
    6.29  EOT
     7.1 --- a/network.cgi	Sat Apr 09 05:45:44 2011 +0200
     7.2 +++ b/network.cgi	Sun Apr 10 11:23:06 2011 +0000
     7.3 @@ -65,7 +65,7 @@
     7.4  		cat << EOT
     7.5  <h2>`gettext "Networking`</h2>
     7.6  <p>
     7.7 -	`gettext "Manage network connection and services`
     7.8 +	`gettext "Manage network connections and services`
     7.9  </p>
    7.10  <div id="actions">
    7.11  	<p>
     8.1 --- a/pkgs.cgi	Sat Apr 09 05:45:44 2011 +0200
     8.2 +++ b/pkgs.cgi	Sun Apr 10 11:23:06 2011 +0000
     8.3 @@ -1,9 +1,9 @@
     8.4  #!/bin/sh
     8.5  #
     8.6 -# TazPKG CGI interface - Manage packages via the a browse
     8.7 +# TazPKG CGI interface - Manage packages via a browser
     8.8  #
     8.9 -# This CGI interface intensively use tazpkg to manage package and have
    8.10 -# it own code for some tasks. Please KISS it important and keep speed
    8.11 +# This CGI interface intensively uses tazpkg to manage packages and have
    8.12 +# its own code for some tasks. Please KISS, it is important and keep speed
    8.13  # in mind. Thanks, Pankso.
    8.14  #
    8.15  # (C) 2011 SliTaz GNU/Linux - GNU gpl v3
    8.16 @@ -191,7 +191,7 @@
    8.17  	cat*)
    8.18  		#
    8.19  		# List all available packages by category on mirror. Listing all
    8.20 -		# packages is to resource intensive and not usefull.
    8.21 +		# packages is too resource intensive and not useful.
    8.22  		#
    8.23  		cd  $LOCALSTATE
    8.24  		category=${QUERY_STRING#cat=}
    8.25 @@ -289,7 +289,7 @@
    8.26  		cat << EOT
    8.27  </pre>
    8.28  <p>
    8.29 -	`gettext "Packages lists are up-to-date. You should check for upgrade now."`
    8.30 +	`gettext "Packages lists are up-to-date. You should check for upgrades now."`
    8.31  </p>
    8.32  EOT
    8.33  		;;
    8.34 @@ -300,10 +300,10 @@
    8.35  		cd $LOCALSTATE
    8.36  		search_form
    8.37  		sidebar
    8.38 -		LOADING_MSG="Checking for upgrade..."
    8.39 +		LOADING_MSG="Checking for upgrades..."
    8.40  		loading_msg
    8.41  		cat << EOT
    8.42 -<h2>`gettext "up packages"`</h2>
    8.43 +<h2>`gettext "Up packages"`</h2>
    8.44  <form method="get" action="$SCRIPT_NAME">
    8.45  <div id="actions">
    8.46  	<div class="float-left">
    8.47 @@ -352,7 +352,7 @@
    8.48  <div id="actions">
    8.49  	<div class="float-left">
    8.50  		<p>
    8.51 -			`gettext "Performing task on packages"`
    8.52 +			`gettext "Performing tasks on packages"`
    8.53  		</p>
    8.54  	</div>
    8.55  	<div class="float-right">
     9.1 --- a/po/tazpanel.pot	Sat Apr 09 05:45:44 2011 +0200
     9.2 +++ b/po/tazpanel.pot	Sun Apr 10 11:23:06 2011 +0000
     9.3 @@ -8,307 +8,216 @@
     9.4  msgstr ""
     9.5  "Project-Id-Version: TazPanel 1.0\n"
     9.6  "Report-Msgid-Bugs-To: \n"
     9.7 -"POT-Creation-Date: 2011-04-06 20:37+0200\n"
     9.8 +"POT-Creation-Date: 2011-04-10 10:36+0100\n"
     9.9  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    9.10  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    9.11  "Language-Team: LANGUAGE <LL@li.org>\n"
    9.12 -"Language: \n"
    9.13  "MIME-Version: 1.0\n"
    9.14  "Content-Type: text/plain; charset=CHARSET\n"
    9.15  "Content-Transfer-Encoding: 8bit\n"
    9.16  
    9.17 -#: tazpanel:33
    9.18 +#: tazpanel:34
    9.19  msgid "TazPanel Authentication"
    9.20  msgstr ""
    9.21  
    9.22 -#: tazpanel:36
    9.23 +#: tazpanel:37
    9.24  msgid "Stopping TazPanel web server..."
    9.25  msgstr ""
    9.26  
    9.27 -#: tazpanel:40
    9.28 +#: tazpanel:41
    9.29  msgid "Changing password for TazPanel"
    9.30  msgstr ""
    9.31  
    9.32 -#: tazpanel:41
    9.33 +#: tazpanel:42
    9.34  msgid "New password: "
    9.35  msgstr ""
    9.36  
    9.37 -#: tazpanel:43
    9.38 -msgid "Password changed succeffuly"
    9.39 +#: tazpanel:44
    9.40 +msgid "Password changed successfully"
    9.41  msgstr ""
    9.42  
    9.43 -#: tazpanel:47
    9.44 +#: tazpanel:48
    9.45  msgid "Usage:"
    9.46  msgstr ""
    9.47  
    9.48 -#: index.cgi:43
    9.49 -msgid "Boot &amp; startup"
    9.50 +#: index.cgi:53
    9.51 +msgid "Host:"
    9.52  msgstr ""
    9.53  
    9.54 -#: index.cgi:45
    9.55 -msgid "Everything that appends before user login."
    9.56 +#: index.cgi:54
    9.57 +msgid "SliTaz administration and configuration Panel"
    9.58  msgstr ""
    9.59  
    9.60 -#: index.cgi:49
    9.61 -msgid "Kernel cmdline"
    9.62 +#: index.cgi:57 pkgs.cgi:473
    9.63 +msgid "Summary"
    9.64  msgstr ""
    9.65  
    9.66 -#: index.cgi:90
    9.67 -msgid "Manage users"
    9.68 +#: index.cgi:60
    9.69 +msgid "Uptime:"
    9.70  msgstr ""
    9.71  
    9.72 -#: index.cgi:91
    9.73 -msgid "Manage human users on your SliTaz system"
    9.74 +#: index.cgi:63
    9.75 +msgid "Memory in Mb"
    9.76  msgstr ""
    9.77  
    9.78 -#: index.cgi:98
    9.79 -msgid "Login"
    9.80 +#: index.cgi:70
    9.81 +msgid "Network status"
    9.82  msgstr ""
    9.83  
    9.84 -#: index.cgi:99
    9.85 -msgid "User ID"
    9.86 +#: index.cgi:73
    9.87 +msgid "Filesystem usage statistics"
    9.88  msgstr ""
    9.89  
    9.90 -#: index.cgi:100 pkgs.cgi:118 lib/libtazpanel:40
    9.91 +#: index.cgi:78
    9.92 +msgid "Panel settings"
    9.93 +msgstr ""
    9.94 +
    9.95 +#: index.cgi:81
    9.96 +msgid "Change Panel password"
    9.97 +msgstr ""
    9.98 +
    9.99 +#: pkgs.cgi:58
   9.100 +msgid "Last recharge        : "
   9.101 +msgstr ""
   9.102 +
   9.103 +#: pkgs.cgi:68
   9.104 +msgid "Installed packages   : "
   9.105 +msgstr ""
   9.106 +
   9.107 +#: pkgs.cgi:70
   9.108 +msgid "Mirrored packages    : "
   9.109 +msgstr ""
   9.110 +
   9.111 +#: pkgs.cgi:72
   9.112 +msgid "Upgradeable packages : "
   9.113 +msgstr ""
   9.114 +
   9.115 +#: pkgs.cgi:76
   9.116 +msgid "Blocked packages     : "
   9.117 +msgstr ""
   9.118 +
   9.119 +#: pkgs.cgi:102
   9.120 +msgid "Search"
   9.121 +msgstr ""
   9.122 +
   9.123 +#: pkgs.cgi:112 lib/libtazpanel:52
   9.124  msgid "Name"
   9.125  msgstr ""
   9.126  
   9.127 -#: index.cgi:101
   9.128 -msgid "Home"
   9.129 -msgstr ""
   9.130 -
   9.131 -#: index.cgi:102
   9.132 -msgid "SHell"
   9.133 -msgstr ""
   9.134 -
   9.135 -#: index.cgi:129
   9.136 -msgid "Delete selected user"
   9.137 -msgstr ""
   9.138 -
   9.139 -#: index.cgi:133
   9.140 -msgid "Add a new user"
   9.141 -msgstr ""
   9.142 -
   9.143 -#: index.cgi:136
   9.144 -msgid "User login:"
   9.145 -msgstr ""
   9.146 -
   9.147 -#: index.cgi:138
   9.148 -msgid "User password:"
   9.149 -msgstr ""
   9.150 -
   9.151 -#: index.cgi:140
   9.152 -msgid "Create user"
   9.153 -msgstr ""
   9.154 -
   9.155 -#: index.cgi:152
   9.156 -msgid "Drivers &amp; Devices"
   9.157 -msgstr ""
   9.158 -
   9.159 -#: index.cgi:153
   9.160 -msgid "Manage your computer hardware"
   9.161 -msgstr ""
   9.162 -
   9.163 -#: index.cgi:179
   9.164 -msgid "Host:"
   9.165 -msgstr ""
   9.166 -
   9.167 -#: index.cgi:180
   9.168 -msgid "SliTaz administration et configuration Panel"
   9.169 -msgstr ""
   9.170 -
   9.171 -#: index.cgi:183 pkgs.cgi:476
   9.172 -msgid "Summary"
   9.173 -msgstr ""
   9.174 -
   9.175 -#: index.cgi:186
   9.176 -msgid "Uptime:"
   9.177 -msgstr ""
   9.178 -
   9.179 -#: index.cgi:189
   9.180 -msgid "Memory in Mb"
   9.181 -msgstr ""
   9.182 -
   9.183 -#: index.cgi:196
   9.184 -msgid "Network status"
   9.185 -msgstr ""
   9.186 -
   9.187 -#: index.cgi:199
   9.188 -msgid "Filesystem usage statistics"
   9.189 -msgstr ""
   9.190 -
   9.191 -#: index.cgi:204
   9.192 -msgid "System language"
   9.193 -msgstr ""
   9.194 -
   9.195 -#: index.cgi:215
   9.196 -#, sh-format
   9.197 -msgid ""
   9.198 -"You must logout and login again your current\n"
   9.199 -"\t\t\t\tsession to use $new_locale language."
   9.200 -msgstr ""
   9.201 -
   9.202 -#: index.cgi:218
   9.203 -#, sh-format
   9.204 -msgid "Current system locales: "
   9.205 -msgstr ""
   9.206 -
   9.207 -#: index.cgi:224
   9.208 -msgid "Avalaible locales:"
   9.209 -msgstr ""
   9.210 -
   9.211 -#: index.cgi:229
   9.212 -msgid "Generated and use"
   9.213 -msgstr ""
   9.214 -
   9.215 -#: pkgs.cgi:64
   9.216 -msgid "Last recharge        : "
   9.217 -msgstr ""
   9.218 -
   9.219 -#: pkgs.cgi:74
   9.220 -msgid "Installed packages   : "
   9.221 -msgstr ""
   9.222 -
   9.223 -#: pkgs.cgi:76
   9.224 -msgid "Mirrored packages    : "
   9.225 -msgstr ""
   9.226 -
   9.227 -#: pkgs.cgi:78
   9.228 -msgid "Upgradeable packages : "
   9.229 -msgstr ""
   9.230 -
   9.231 -#: pkgs.cgi:80
   9.232 -msgid "Installed files      : "
   9.233 -msgstr ""
   9.234 -
   9.235 -#: pkgs.cgi:82
   9.236 -msgid "Blocked packages     : "
   9.237 -msgstr ""
   9.238 -
   9.239 -#: pkgs.cgi:108
   9.240 -msgid "Search"
   9.241 -msgstr ""
   9.242 -
   9.243 -#: pkgs.cgi:119
   9.244 +#: pkgs.cgi:113
   9.245  msgid "Version"
   9.246  msgstr ""
   9.247  
   9.248 -#: pkgs.cgi:120
   9.249 +#: pkgs.cgi:114
   9.250  msgid "Description"
   9.251  msgstr ""
   9.252  
   9.253 -#: pkgs.cgi:121
   9.254 +#: pkgs.cgi:115
   9.255  msgid "Web"
   9.256  msgstr ""
   9.257  
   9.258 -#: pkgs.cgi:152 pkgs.cgi:167 pkgs.cgi:185 pkgs.cgi:204
   9.259 +#: pkgs.cgi:158 pkgs.cgi:217 pkgs.cgi:251 pkgs.cgi:282 pkgs.cgi:319
   9.260 +#: pkgs.cgi:361 pkgs.cgi:395 pkgs.cgi:476
   9.261 +msgid "My packages"
   9.262 +msgstr ""
   9.263 +
   9.264 +#: pkgs.cgi:162 pkgs.cgi:208 pkgs.cgi:241 pkgs.cgi:310
   9.265  msgid "Selection:"
   9.266  msgstr ""
   9.267  
   9.268 -#: pkgs.cgi:156 pkgs.cgi:172 pkgs.cgi:191 pkgs.cgi:210
   9.269 +#: pkgs.cgi:166 pkgs.cgi:213 pkgs.cgi:247 pkgs.cgi:316
   9.270  msgid "List:"
   9.271  msgstr ""
   9.272  
   9.273 -#: pkgs.cgi:176 pkgs.cgi:195 pkgs.cgi:213 pkgs.cgi:230 pkgs.cgi:312
   9.274 -#: pkgs.cgi:369 pkgs.cgi:400 pkgs.cgi:484
   9.275 -msgid "My packages"
   9.276 +#: pkgs.cgi:204
   9.277 +msgid "Category:"
   9.278  msgstr ""
   9.279  
   9.280 -#: pkgs.cgi:188 pkgs.cgi:207
   9.281 +#: pkgs.cgi:237
   9.282 +msgid "Search packages"
   9.283 +msgstr ""
   9.284 +
   9.285 +#: pkgs.cgi:244 pkgs.cgi:313
   9.286  msgid "Toogle all"
   9.287  msgstr ""
   9.288  
   9.289 -#: pkgs.cgi:265
   9.290 -msgid "Category:"
   9.291 -msgstr ""
   9.292 -
   9.293 -#: pkgs.cgi:284
   9.294 -msgid "Search packages"
   9.295 -msgstr ""
   9.296 -
   9.297 -#: pkgs.cgi:300
   9.298 +#: pkgs.cgi:269
   9.299  msgid "Recharge"
   9.300  msgstr ""
   9.301  
   9.302 -#: pkgs.cgi:305
   9.303 -msgid ""
   9.304 -"Recharge will check for new or updated packages...\n"
   9.305 -"please wait"
   9.306 +#: pkgs.cgi:274
   9.307 +msgid "Recharge checks for new or updated packages"
   9.308  msgstr ""
   9.309  
   9.310 -#: pkgs.cgi:321
   9.311 -msgid "Packages lists are up-to-date"
   9.312 +#: pkgs.cgi:280 pkgs.cgi:480
   9.313 +msgid "Check upgrade"
   9.314  msgstr ""
   9.315  
   9.316 -#: pkgs.cgi:328
   9.317 -msgid "Upgradeable packages"
   9.318 +#: pkgs.cgi:292
   9.319 +msgid "Packages lists are up-to-date. You should check for upgrades now."
   9.320  msgstr ""
   9.321  
   9.322 -#: pkgs.cgi:363
   9.323 -msgid "Performing task on packages... please wait"
   9.324 +#: pkgs.cgi:306
   9.325 +msgid "Up packages"
   9.326  msgstr ""
   9.327  
   9.328 -#: pkgs.cgi:390
   9.329 +#: pkgs.cgi:355
   9.330 +msgid "Performing tasks on packages"
   9.331 +msgstr ""
   9.332 +
   9.333 +#: pkgs.cgi:385
   9.334  msgid "Package"
   9.335  msgstr ""
   9.336  
   9.337 -#: pkgs.cgi:394
   9.338 +#: pkgs.cgi:389
   9.339  msgid "Remove"
   9.340  msgstr ""
   9.341  
   9.342 -#: pkgs.cgi:416
   9.343 +#: pkgs.cgi:411
   9.344  msgid "Installed files:"
   9.345  msgstr ""
   9.346  
   9.347 -#: pkgs.cgi:440 pkgs.cgi:490
   9.348 +#: pkgs.cgi:437 pkgs.cgi:482
   9.349  msgid "Configuration"
   9.350  msgstr ""
   9.351  
   9.352 -#: pkgs.cgi:442
   9.353 +#: pkgs.cgi:439
   9.354  msgid "Tazpkg configuration and settings"
   9.355  msgstr ""
   9.356  
   9.357 -#: pkgs.cgi:447
   9.358 +#: pkgs.cgi:444
   9.359  msgid "Packages in the cache:"
   9.360  msgstr ""
   9.361  
   9.362 -#: pkgs.cgi:454
   9.363 +#: pkgs.cgi:451
   9.364  msgid "Current mirror list"
   9.365  msgstr ""
   9.366  
   9.367  #: pkgs.cgi:478
   9.368 -msgid "Overview of all installed and mirrored packages"
   9.369 -msgstr ""
   9.370 -
   9.371 -#: pkgs.cgi:486
   9.372  msgid "Recharge list"
   9.373  msgstr ""
   9.374  
   9.375  #: pkgs.cgi:488
   9.376 -msgid "Check upgrade"
   9.377 -msgstr ""
   9.378 -
   9.379 -#: pkgs.cgi:492
   9.380  msgid "Latest log entries"
   9.381  msgstr ""
   9.382  
   9.383 -#: live.cgi:50
   9.384 +#: live.cgi:53
   9.385  msgid "TODO"
   9.386  msgstr ""
   9.387  
   9.388 -#: live.cgi:58
   9.389 +#: live.cgi:61
   9.390  msgid "SliTaz Live Systems"
   9.391  msgstr ""
   9.392  
   9.393 -#: live.cgi:59
   9.394 +#: live.cgi:62
   9.395  msgid "Create and manage Live CD or USB SliTaz systems"
   9.396  msgstr ""
   9.397  
   9.398 -#: live.cgi:62
   9.399 +#: live.cgi:65
   9.400  msgid "Write a Live CD"
   9.401  msgstr ""
   9.402  
   9.403 -#: live.cgi:64
   9.404 +#: live.cgi:67
   9.405  msgid ""
   9.406  "The command writeiso will generate an ISO image of the\n"
   9.407  "\tcurrent filesystem as is, including all files in the /home directory.\n"
   9.408 @@ -316,77 +225,77 @@
   9.409  "\tto: boot, modify, writeiso."
   9.410  msgstr ""
   9.411  
   9.412 -#: live.cgi:70
   9.413 +#: live.cgi:73
   9.414  msgid "Compression type:"
   9.415  msgstr ""
   9.416  
   9.417 -#: live.cgi:76
   9.418 -msgid "write ISO"
   9.419 +#: live.cgi:79
   9.420 +msgid "Write ISO"
   9.421  msgstr ""
   9.422  
   9.423 -#: live.cgi:79
   9.424 +#: live.cgi:82
   9.425  msgid "Live USB"
   9.426  msgstr ""
   9.427  
   9.428 -#: live.cgi:81
   9.429 +#: live.cgi:84
   9.430  msgid ""
   9.431  "Generate SliTaz LiveUSB media and boot in RAM! Insert a\n"
   9.432  "\tLiveCD into the cdrom drive, select the correct device and press\n"
   9.433  "\tGenerate."
   9.434  msgstr ""
   9.435  
   9.436 -#: live.cgi:86
   9.437 +#: live.cgi:89
   9.438  msgid "USB Media to use:"
   9.439  msgstr ""
   9.440  
   9.441 -#: live.cgi:95
   9.442 +#: live.cgi:98
   9.443  msgid "Not found"
   9.444  msgstr ""
   9.445  
   9.446 -#: live.cgi:99
   9.447 -msgid "generate"
   9.448 +#: live.cgi:102
   9.449 +msgid "Generate"
   9.450  msgstr ""
   9.451  
   9.452 -#: network.cgi:41
   9.453 +#: network.cgi:44
   9.454  msgid "Ethernet connection"
   9.455  msgstr ""
   9.456  
   9.457 -#: network.cgi:51
   9.458 +#: network.cgi:55
   9.459  msgid "Wireless connection"
   9.460  msgstr ""
   9.461  
   9.462 -#: network.cgi:61
   9.463 +#: network.cgi:66
   9.464  msgid "Networking"
   9.465  msgstr ""
   9.466  
   9.467 -#: network.cgi:63
   9.468 -msgid "Manage network connection and services"
   9.469 +#: network.cgi:68
   9.470 +msgid "Manage network connections and services"
   9.471  msgstr ""
   9.472  
   9.473 -#: network.cgi:67
   9.474 +#: network.cgi:72
   9.475  msgid "Connection:"
   9.476  msgstr ""
   9.477  
   9.478 -#: network.cgi:68
   9.479 +#: network.cgi:73
   9.480  msgid "Start"
   9.481  msgstr ""
   9.482  
   9.483 -#: network.cgi:69
   9.484 +#: network.cgi:74
   9.485  msgid "Stop"
   9.486  msgstr ""
   9.487  
   9.488 -#: network.cgi:75
   9.489 +#: network.cgi:80
   9.490  msgid "Output of ifconfig"
   9.491  msgstr ""
   9.492  
   9.493 -#: lib/libtazpanel:39
   9.494 +#: lib/libtazpanel:51
   9.495  msgid "Interface"
   9.496  msgstr ""
   9.497  
   9.498 -#: lib/libtazpanel:41
   9.499 +#: lib/libtazpanel:53
   9.500  msgid "Status"
   9.501  msgstr ""
   9.502  
   9.503 -#: lib/libtazpanel:42
   9.504 +#: lib/libtazpanel:54
   9.505  msgid "IP Address"
   9.506  msgstr ""
    10.1 --- a/settings.cgi	Sat Apr 09 05:45:44 2011 +0200
    10.2 +++ b/settings.cgi	Sun Apr 10 11:23:06 2011 +0000
    10.3 @@ -1,7 +1,7 @@
    10.4  #!/bin/sh
    10.5  #
    10.6  # System settings CGI interface: user, locale, keyboard, date. Since we
    10.7 -# dont have multiple page here there is only one case used to get commands
    10.8 +# dont have multiple pages here there is only one case used to get command
    10.9  # values and the full content is following directly.
   10.10  #
   10.11  # Copyright (C) 2011 SliTaz GNU/Linux - GNU gpl v3
   10.12 @@ -92,7 +92,7 @@
   10.13  `gettext "Hardware clock :"` `hwclock -r`
   10.14  </pre>
   10.15  <a class="button" href="$SCRIPT_NAME?rdate">`gettext "Sync online"`</a>
   10.16 -<a class="button" href="$SCRIPT_NAME?hwclock">`gettext "Set harware clock"`</a>
   10.17 +<a class="button" href="$SCRIPT_NAME?hwclock">`gettext "Set hardware clock"`</a>
   10.18  EOT
   10.19  #
   10.20  # Users management
   10.21 @@ -167,7 +167,7 @@
   10.22  			# System configuration
   10.23  			echo "LANG=$new_locale" > /etc/locale.conf
   10.24  			echo "LC_ALL=$new_locale" >> /etc/locale.conf
   10.25 -			eval_gettext "You must logout and login again your current
   10.26 +			eval_gettext "You must logout and login again to your current
   10.27  				session to use \$new_locale locale."
   10.28  		else
   10.29  			eval_gettext "Current system locales: "
   10.30 @@ -176,7 +176,7 @@
   10.31  		cat << EOT
   10.32  </p>
   10.33  <form method="get" action="$SCRIPT_NAME">
   10.34 -	`gettext "Avalaible locales:"`
   10.35 +	`gettext "Available locales:"`
   10.36  	<select name="gen-locale">
   10.37  		<option value="en_US">en_US</options>
   10.38  		`list_locales`
    11.1 --- a/tazpanel	Sat Apr 09 05:45:44 2011 +0200
    11.2 +++ b/tazpanel	Sun Apr 10 11:23:06 2011 +0000
    11.3 @@ -41,7 +41,7 @@
    11.4  		gettext "Changing password for TazPanel"
    11.5  		gettext "New password: " && read pass
    11.6  		sed -i s"/\/:root:.*/\/:root:$pass/" $HTTPD_CONF
    11.7 -		gettext "Password changed succeffuly"; echo
    11.8 +		gettext "Password changed successfully"; echo
    11.9  		echo "" ;;
   11.10  	*)
   11.11  		echo ""
    12.1 --- a/tazpanel.conf	Sat Apr 09 05:45:44 2011 +0200
    12.2 +++ b/tazpanel.conf	Sun Apr 10 11:23:06 2011 +0000
    12.3 @@ -12,7 +12,7 @@
    12.4  HEADER="/styles/$STYLE/header.html"
    12.5  FOOTER="/styles/$STYLE/footer.html"
    12.6  
    12.7 -# Display some debug message
    12.8 +# Display some debug messages
    12.9  DEBUG="0"
   12.10  
   12.11  # Activity log file
   12.12 @@ -25,7 +25,7 @@
   12.13  # Generic page loading message
   12.14  LOADING_MSG="Loading..."
   12.15  
   12.16 -# Busybox HTTP deamon config
   12.17 +# Busybox HTTP daemon config
   12.18  HTTPD_CONF="/etc/slitaz/httpd.conf"
   12.19  HTTPD_PORT="8090"
   12.20