Fix: Missing trad
This commit is contained in:
parent
8bcf39d61f
commit
347e759610
@ -278,7 +278,7 @@ if ($db->label == 'MySQL')
|
|||||||
id="checkbox_dump_ignore"
|
id="checkbox_dump_ignore"
|
||||||
/>
|
/>
|
||||||
<label for="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"
|
<input type="checkbox" name="hexforbinary" value="yes"
|
||||||
id="checkbox_hexforbinary"
|
id="checkbox_hexforbinary"
|
||||||
|
|||||||
@ -159,6 +159,7 @@ NameColumn=Name columns
|
|||||||
ExtendedInsert=Extended INSERT
|
ExtendedInsert=Extended INSERT
|
||||||
DelayedInsert=Delayed insert
|
DelayedInsert=Delayed insert
|
||||||
EncodeBinariesInHexa=Encode binary data in hexadecimal
|
EncodeBinariesInHexa=Encode binary data in hexadecimal
|
||||||
|
IgnoreDuplicateRecords=Ignore errors of duplicate records (INSERT IGNORE)
|
||||||
Yes=Yes
|
Yes=Yes
|
||||||
No=No
|
No=No
|
||||||
AutoDetectLang=Autodetect (browser language)
|
AutoDetectLang=Autodetect (browser language)
|
||||||
|
|||||||
@ -159,6 +159,7 @@ NameColumn= Nomme les colonnes
|
|||||||
ExtendedInsert= Instructions INSERT étendues
|
ExtendedInsert= Instructions INSERT étendues
|
||||||
DelayedInsert= Insertion avec délai
|
DelayedInsert= Insertion avec délai
|
||||||
EncodeBinariesInHexa= Encoder les champs binaires en hexadécimal
|
EncodeBinariesInHexa= Encoder les champs binaires en hexadécimal
|
||||||
|
IgnoreDuplicateRecords=Ignorer les erreurs de doublons (INSERT IGNORE)
|
||||||
Yes= Oui
|
Yes= Oui
|
||||||
No= Non
|
No= Non
|
||||||
AutoDetectLang= Détection auto (navigateur)
|
AutoDetectLang= Détection auto (navigateur)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user