Added some words about enums and set fields
This commit is contained in:
@@ -137,7 +137,6 @@ $strKeyname = '
|
||||
$strKill = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
|
||||
$strLength = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strLengthSet = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strLimitNumRows = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strLineFeed = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>: \\n';
|
||||
$strLines = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||
@@ -284,8 +283,10 @@ $strYes = '
|
||||
$strAffectedRows = 'Affected rows:'; // To translate
|
||||
$strBzip = '"bzipped"'; // To translate
|
||||
$strGzip = '"gzipped"'; // To translate
|
||||
$strLengthSet = 'Length/Values*'; // To translate
|
||||
$strNoModification = 'No change'; // To translate
|
||||
$strOffSet = 'offset'; // To translate
|
||||
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
|
||||
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||
$strTables = '%s table(s)'; //to translate
|
||||
?>
|
||||
|
Reference in New Issue
Block a user