[fix] translation update

This commit is contained in:
Benjamin Sonntag 2017-10-07 00:05:29 +02:00
parent c652b43b13
commit 7df788a0f0
3 changed files with 4 additions and 4 deletions

View File

@ -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");
}
?>

View File

@ -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));

View File

@ -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);
}
}