translation to french, almost done
This commit is contained in:
parent
1b0ff0c48f
commit
cea0c42c2b
|
@ -102,7 +102,7 @@ class m_mem {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (!$db->f("enabled")) {
|
if (!$db->f("enabled")) {
|
||||||
$err->raise("mem",_("This account is locked, contact the administrator"));
|
$err->raise("mem",_("This account is locked, contact the administrator."));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
$this->user=$db->Record;
|
$this->user=$db->Record;
|
||||||
|
@ -483,7 +483,7 @@ Cordially.
|
||||||
$err->log("mem","changemail1",$newmail);
|
$err->log("mem","changemail1",$newmail);
|
||||||
$db->query("SELECT * FROM membres WHERE uid='$cuid';");
|
$db->query("SELECT * FROM membres WHERE uid='$cuid';");
|
||||||
if (!$db->num_rows()) {
|
if (!$db->num_rows()) {
|
||||||
$err->raise("mem",_("This account is locked, contact the administrator"));
|
$err->raise("mem",_("This account is locked, contact the administrator."));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
$db->next_record();
|
$db->next_record();
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue