mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Add the translation for Duplicate Detected on the destination edit.
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user