Fix: Missing trad
This commit is contained in:
parent
8bcf39d61f
commit
347e759610
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user