diff --git a/ChangeLog b/ChangeLog index d46682034..1495c338c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-12-02 Loïc Chapeaux + * lang/english.inc.php3 & french.inc.php3, line 157: changed a bit the + '$strInsertTextfiles' to avoid confusion with '$strLocationTextfile'. + 2001-12-01 Loïc Chapeaux * user_details.php3, lines 83-88: fixed bug #487673 - revoke 'reference'. diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index c550d1660..314d92d65 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -154,7 +154,7 @@ $strInsert = 'Insert'; $strInsertAsNewRow = 'Insert as new row'; $strInsertedRows = 'Inserted rows:'; $strInsertNewRow = 'Insert new row'; -$strInsertTextfiles = 'Insert textfiles into table'; +$strInsertTextfiles = 'Insert data from a textfile into table'; $strInstructions = 'Instructions'; $strInUse = 'in use'; $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index c2e3f14dd..49f9e6d6b 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -154,7 +154,7 @@ $strInsert = 'Ins $strInsertAsNewRow = 'Insérer en tant que nouvel enregistrement'; $strInsertedRows = 'Nombre d\'enregistrements insérés :'; $strInsertNewRow = 'Insérer un nouvel enregistrement'; -$strInsertTextfiles = 'Insérer un fichier texte dans la table'; +$strInsertTextfiles = 'Insérer des données provenant d\'un fichier texte dans la table'; $strInstructions = 'Instructions'; $strInUse = 'utilisé'; $strInvalidName = '"%s" est un mot réservé, il ne peut être utilisé comme nom de base/table/champ.';