[fix] translation update
This commit is contained in:
parent
c652b43b13
commit
7df788a0f0
|
@ -46,7 +46,7 @@ if ($password != $passwordconf) {
|
|||
if (!$hta->add_user($user, $password, $dir)) {
|
||||
include ("hta_adduser.php");
|
||||
} else {
|
||||
$msg->raise("INFO", "hta", _("The user %s was added to th protected folder %s"), array($user, $dir));
|
||||
$msg->raise("INFO", "hta", _("The user %s was added to the protected folder %s"), array($user, $dir));
|
||||
include ("hta_edit.php");
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -47,7 +47,7 @@ if($q['u'] > 0){
|
|||
}
|
||||
|
||||
if($mysql->add_db($dbname)) {
|
||||
$msg->raise("INFO", "mysql", _("La base de données '%s' a bien été créé."),$dbname);
|
||||
$msg->raise("INFO", "mysql", _("The database '%s' has been created."),$dbname);
|
||||
}
|
||||
|
||||
#header('Location: sql_getparam.php?dbname='.htmlentities($dbname));
|
||||
|
|
|
@ -42,7 +42,7 @@ if (!empty($usern)) {
|
|||
exit;
|
||||
} else {
|
||||
$username=$mem->user["login"]."_".$usern;
|
||||
$msg->raise("INFO", "mysql", _("L'utilisateur '%s' a bien été créé."),$username);
|
||||
$msg->raise("INFO", "mysql", _("The user '%s' has been successfully created."),$username);
|
||||
}
|
||||
} else {
|
||||
$usern=$mem->user["login"];
|
||||
|
@ -51,7 +51,7 @@ if (!empty($usern)) {
|
|||
exit;
|
||||
} else {
|
||||
$username=$mem->user["login"];
|
||||
$msg->raise("INFO", "mysql", _("L'utilisateur '%s' a bien été créé."),$username);
|
||||
$msg->raise("INFO", "mysql", _("The user '%s' has been successfully created."),$username);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue