mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Added one new string to explain the signed ints hunting under MySQL. MDL-11038
This commit is contained in:
parent
9c8d38fa97
commit
5a298d3ad2
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user