Skip to content
Snippets Groups Projects
Commit 347e7596 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Missing trad

parent 8bcf39d6
No related branches found
No related tags found
No related merge requests found
......@@ -278,7 +278,7 @@ if ($db->label == 'MySQL')
id="checkbox_dump_ignore"
/>
<label for="checkbox_dump_ignore">
Ignorer les erreurs de doublons (INSERT IGNORE)</label><br>
<?php echo $langs->trans("IgnoreDuplicateRecords"); ?></label><br>
<input type="checkbox" name="hexforbinary" value="yes"
id="checkbox_hexforbinary"
......
......@@ -159,6 +159,7 @@ NameColumn=Name columns
ExtendedInsert=Extended INSERT
DelayedInsert=Delayed insert
EncodeBinariesInHexa=Encode binary data in hexadecimal
IgnoreDuplicateRecords=Ignore errors of duplicate records (INSERT IGNORE)
Yes=Yes
No=No
AutoDetectLang=Autodetect (browser language)
......
......@@ -159,6 +159,7 @@ NameColumn= Nomme les colonnes
ExtendedInsert= Instructions INSERT étendues
DelayedInsert= Insertion avec délai
EncodeBinariesInHexa= Encoder les champs binaires en hexadécimal
IgnoreDuplicateRecords=Ignorer les erreurs de doublons (INSERT IGNORE)
Yes= Oui
No= Non
AutoDetectLang= Détection auto (navigateur)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment