Added some words about enums and set fields

This commit is contained in:
Loïc Chapeaux
2001-08-18 17:45:09 +00:00
parent f5cb3dc5e4
commit 53d59c65b4
25 changed files with 62 additions and 25 deletions

View File

@@ -136,7 +136,7 @@ $strKeyname = 'Nøgle';
$strKill = 'Kill'; //to translate
$strLength = 'Length'; //to translate
$strLengthSet = 'Længde/Værdi';
$strLengthSet = 'Længde/Værdi*';
$strLimitNumRows = 'poster pr. side';
$strLineFeed = 'Linefeed: \\n';
$strLines = 'Linier';
@@ -285,6 +285,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
$strFormEmpty = 'Missing value in the form !';
$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
$strTables = '%s table(s)'; //to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';