Added one new string to explain the signed ints hunting under MySQL. MDL-11038

This commit is contained in:
stronk7 2007-08-31 23:43:20 +00:00
parent 9c8d38fa97
commit 5a298d3ad2

View File

@ -76,6 +76,7 @@ $string['missingvaluesinsentence'] = 'Missing values in sentence';
$string['mustselectonefield'] = 'You must select one field to see field related actions!';
$string['mustselectoneindex'] = 'You must select one index to see index related actions!';
$string['mustselectonekey'] = 'You must select one key to see key related actions!';
$string['mysqlextracheckbigints'] = 'Under MySQL it also looks for incorrectly signed bigints, generating the required SQL to be executed in order to fix all them.';
$string['new_statement'] = 'New Statement';
$string['new_table_from_mysql'] = 'New Table From MySQL';
$string['newfield'] = 'New Field';