Index: /alternc/trunk/bureau/locales/en_US/LC_MESSAGES/manual.po
===================================================================
--- /alternc/trunk/bureau/locales/en_US/LC_MESSAGES/manual.po	(revision 1895)
+++ /alternc/trunk/bureau/locales/en_US/LC_MESSAGES/manual.po	(revision 1902)
@@ -358,11 +358,9 @@
 msgstr "The information you entered is incorrect"
 
-#, fuzzy
 msgid "err_mem_11"
-msgstr "User or password incorrect"
-
-#, fuzzy
+msgstr "You are not allowed to change your password."
+
 msgid "err_mem_12"
-msgstr "This account is locked, contact the administrator"
+msgstr "You must be a system administrator to do this"
 
 # Please do NOT translate those strings to each language. Use the country language instead
@@ -383,21 +381,15 @@
 
 msgid "es_ES"
-msgstr "Espanol"
+msgstr "Español"
 
 msgid "es_VE"
-msgstr "Espanol"
-
-#, fuzzy
-msgid "err_quota_0"
-msgstr "The user '%s' already exist for this folder"
-
-#, fuzzy
+msgstr "Español"
+
 msgid "err_quota_1"
-msgstr "An incompatible .htaccess file exists in this folder."
+msgstr "Error writing the quota entry !"
 
 msgid "quota_mysql"
 msgstr "MySQL Databases"
 
-#, fuzzy
 msgid "quota_mysql_users"
 msgstr "MySQL Databases"
@@ -437,31 +429,24 @@
 msgstr "The data base name is too long (64 chars max)"
 
-#, fuzzy
 msgid "err_mysql_13"
-msgstr "You have no database available."
-
-#, fuzzy
+msgstr "You cannot create more MySQL users"
+
 msgid "err_mysql_14"
-msgstr "You have no database available."
-
-#, fuzzy
+msgstr "MySQL users can only have a-z and 0-9 characters."
+
 msgid "err_mysql_15"
-msgstr "You have no database available."
-
-#, fuzzy
+msgstr "MySQL users must be less than 16 characters long."
+
 msgid "err_mysql_16"
-msgstr "You have no database available."
-
-#, fuzzy
+msgstr "This MySQL user already exists."
+
 msgid "err_mysql_17"
-msgstr "You have no database available."
-
-#, fuzzy
+msgstr "Passwords do not match."
+
 msgid "err_mysql_18"
-msgstr "You have no database available."
-
-#, fuzzy
+msgstr "The requested MySQL user does not exist."
+
 msgid "err_mysql_19"
-msgstr "You have no database available."
+msgstr "You have no MySQL users at the moment."
 
 msgid "hlp_sql_bck"
@@ -473,19 +458,15 @@
 "them."
 
-#, fuzzy
 msgid "quota_sta2"
 msgstr "Web Statistics"
 
-#, fuzzy
 msgid "err_sta2_1"
-msgstr "No statistic set found."
-
-#, fuzzy
+msgstr "You cannot create more raw statistic set."
+
 msgid "err_sta2_2"
-msgstr "This statistic set does not exist."
-
-#, fuzzy
+msgstr "There is currently no raw statistic set."
+
 msgid "err_sta2_3"
-msgstr "The chosen prefix is not allowed here"
+msgstr "The requested raw statistic set has not been found."
 
 #~ msgid "Description"
@@ -733,7 +714,4 @@
 #~ msgstr "Locked Account"
 
-#~ msgid "%3$d-%2$d-%1$d %4$d:%5$d"
-#~ msgstr "%3$d/%1$d/%2$d %6$d:%5$d %7$s"
-
 #~ msgid "Your file %s has been saved"
 #~ msgstr "Your file %s has been saved"
@@ -883,17 +861,17 @@
 #~ msgstr "No files in this folder"
 
-#~ msgid "help_dns_mx %s %s"
-#~ msgstr ""
-#~ "If we manage your DNS <br />You can manage your mails elsewhere if you "
-#~ "want (MX field).<br />Write <b><code>%s</code></b> in this field if your "
-#~ "mail must be managed by %s<br />or put the IP address or name of the mail "
-#~ "server used to manage your mails.<small>Warning : if you put nothing in "
-#~ "this field, your mails will be unavailable</small>"
-
-#~ msgid "help_dns_mail"
-#~ msgstr ""
-#~ "If we don't manage the DNS for this domain <br />do we manage your mails?"
-
-#~ msgid "help_domain_del %s"
+msgid "help_dns_mx"
+msgstr ""
+"If we manage your DNS <br />You can manage your mails elsewhere if you "
+"want (MX field).<br />Write <b><code>%s</code></b> in this field if your "
+"mail must be managed by %s<br />or put the IP address or name of the mail "
+"server used to manage your mails.<small>Warning : if you put nothing in "
+"this field, your mails will be unavailable</small>"
+
+msgid "help_dns_mail"
+msgstr ""
+"If we don't manage the DNS for this domain <br />do we manage your mails?"
+
+#~ msgid "help_domain_del"
 #~ msgstr ""
 #~ "If you want to delete the domain %s, click the button below.Warning : "
@@ -1212,14 +1190,14 @@
 #~ msgstr "Help"
 
-#~ msgid "help_sql_list_ok"
-#~ msgstr ""
-#~ "You can create various databases<br />Click on 'SQL Admin' in the menu to "
-#~ "manage them<br />or use the table below to backup, retrieve or delete "
-#~ "them:"
-
-#~ msgid "help_sql_list_no"
-#~ msgstr ""
-#~ "Your haven't created your main database yet, please enter a password to "
-#~ "create it."
+msgid "help_sql_list_ok"
+msgstr ""
+"You can create various databases<br />Click on 'SQL Admin' in the menu to "
+manage them<br />or use the table below to backup, retrieve or delete "
+"them:"
+
+msgid "help_sql_list_no"
+msgstr ""
+"Your haven't created your main database yet, please enter a password to "
+"create it."
 
 #~ msgid "MySQL Databases"
Index: /alternc/trunk/bureau/class/m_mysql.php
===================================================================
--- /alternc/trunk/bureau/class/m_mysql.php	(revision 1729)
+++ /alternc/trunk/bureau/class/m_mysql.php	(revision 1902)
@@ -459,5 +459,5 @@
     }
     
-    if (strlen($user) > 16 || strlen($usern) == 0 ) {
+    if (strlen($usern) > 16 || strlen($usern) == 0 ) {
       $err->raise("mysql",15);
       return false;
