translation to french, almost done

This commit is contained in:
Benjamin Sonntag 2015-04-26 23:52:31 +02:00
parent 1b0ff0c48f
commit cea0c42c2b
2 changed files with 284 additions and 260 deletions

View File

@ -102,7 +102,7 @@ class m_mem {
return false;
}
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;
}
$this->user=$db->Record;
@ -483,7 +483,7 @@ Cordially.
$err->log("mem","changemail1",$newmail);
$db->query("SELECT * FROM membres WHERE uid='$cuid';");
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;
}
$db->next_record();

File diff suppressed because it is too large Load Diff