Changed a bit the '$strInsertTextfiles' to avoid confusion with '$strLocationTextfile'
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2001-12-02 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* lang/english.inc.php3 & french.inc.php3, line 157: changed a bit the
|
||||
'$strInsertTextfiles' to avoid confusion with '$strLocationTextfile'.
|
||||
|
||||
2001-12-01 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* user_details.php3, lines 83-88: fixed bug #487673 - revoke 'reference'.
|
||||
|
||||
|
@@ -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.';
|
||||
|
@@ -154,7 +154,7 @@ $strInsert = 'Ins
|
||||
$strInsertAsNewRow = 'Ins<6E>rer en tant que nouvel enregistrement';
|
||||
$strInsertedRows = 'Nombre d\'enregistrements ins<6E>r<EFBFBD>s :';
|
||||
$strInsertNewRow = 'Ins<6E>rer un nouvel enregistrement';
|
||||
$strInsertTextfiles = 'Ins<6E>rer un fichier texte dans la table';
|
||||
$strInsertTextfiles = 'Ins<6E>rer des donn<6E>es provenant d\'un fichier texte dans la table';
|
||||
$strInstructions = 'Instructions';
|
||||
$strInUse = 'utilis<69>';
|
||||
$strInvalidName = '"%s" est un mot r<>serv<72>, il ne peut <20>tre utilis<69> comme nom de base/table/champ.';
|
||||
|
Reference in New Issue
Block a user