Added some words about enums and set fields
This commit is contained in:
@@ -131,7 +131,7 @@ $strKeyname = 'Key̾';
|
||||
$strKill = 'Kill'; //to translate
|
||||
|
||||
$strLength = 'Length'; //to translate
|
||||
$strLengthSet = 'Ĺ<><C4B9>/<2F><><EFBFBD>å<EFBFBD>';
|
||||
$strLengthSet = 'Ĺ<><C4B9>/<2F><><EFBFBD>å<EFBFBD>*';
|
||||
$strLimitNumRows = '<27>ڡ<EFBFBD><DAA1><EFBFBD><EFBFBD>Υ쥳<CEA5><ECA5B3><EFBFBD>ɿ<EFBFBD>';
|
||||
$strLineFeed = '<27><><EFBFBD><EFBFBD>ʸ<EFBFBD><CAB8>: \\n';
|
||||
$strLines = '<27><>';
|
||||
@@ -289,6 +289,7 @@ $strNoModification = 'No change'; // To translate
|
||||
$strOffSet = 'offset';
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$strRowSize = ' Row size '; //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
|
||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||
$strTables = '%s table(s)'; //to translate
|
||||
|
Reference in New Issue
Block a user