Added some words about enums and set fields
This commit is contained in:
@@ -136,7 +136,6 @@ $strKeyname = 'NomClau';
|
||||
$strKill = 'Finalitzar';
|
||||
|
||||
$strLength = 'Longitut';
|
||||
$strLengthSet = 'Longitud';
|
||||
$strLimitNumRows = 'registres per plana';
|
||||
$strLineFeed = 'Salt de línia: \\n';
|
||||
$strLines = 'Línies';
|
||||
@@ -282,8 +281,10 @@ $strAffectedRows = 'Affected rows:';
|
||||
$strDisplayOrder = 'Display order:';
|
||||
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||
$strFormEmpty = 'Missing value in the form !';
|
||||
$strLengthSet = 'Length/Values*'; //to translate
|
||||
$strNoModification = 'No change';
|
||||
$strQueryOnDb = 'SQL-query on database ';
|
||||
$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 ';
|
||||
$strTables = '%s table(s)'; //to translate
|
||||
|
Reference in New Issue
Block a user