Fix: Missing trad

This commit is contained in:
Laurent Destailleur 2010-07-14 16:41:13 +00:00
parent 8bcf39d61f
commit 347e759610
3 changed files with 3 additions and 1 deletions

View File

@ -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"

View File

@ -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)

View File

@ -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)