Add the translation for Duplicate Detected on the destination edit.
This commit is contained in:
parent
e1b27da857
commit
eb9342c83d
|
|
@ -197,4 +197,9 @@
|
|||
$text['message-required']['pt-pt'] = "Por favor forneça: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
?>
|
||||
$text['message-duplicate']['en-us'] = "Duplicate detected";
|
||||
$text['message-duplicate']['es-cl'] = "Duplicar detectado";
|
||||
$text['message-duplicate']['pt-pt'] = "Duplicar detectado";
|
||||
$text['message-duplicate']['fr-fr'] = "Dupliquer détecté";
|
||||
|
||||
?>
|
||||
|
|
@ -86,7 +86,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
|||
$prep_statement->execute();
|
||||
$row = $prep_statement->fetch(PDO::FETCH_ASSOC);
|
||||
if ($row['num_rows'] > 0) {
|
||||
$msg .= "Duplicate detected.<br>\n";
|
||||
$msg .= $text['message-duplicate']."<br>\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue