Added some words about enums and set fields
This commit is contained in:
@@ -140,7 +140,6 @@ $strKeyname = 'Nazwa klucza';
|
||||
$strKill = 'Zabicie';
|
||||
|
||||
$strLength = 'D<>ugo<67><6F>';
|
||||
$strLengthSet = 'D<>ugo<67><6F>';
|
||||
$strLimitNumRows = 'rekord<72>w na stronie';
|
||||
$strLineFeed = 'Kod wysuni<6E>cia linii: \\n';
|
||||
$strLines = 'Linie';
|
||||
@@ -286,4 +285,8 @@ $strWelcome = 'Witamy w ';
|
||||
$strWrongUser = 'B<><42>dne pola u<>ytkownik/has<61>o. Brak dost<73>pu.';
|
||||
|
||||
$strYes = 'Tak';
|
||||
|
||||
// To translate
|
||||
$strLengthSet = 'Length/Values*';
|
||||
$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\').';
|
||||
?>
|
Reference in New Issue
Block a user