Added some words about enums and set fields
This commit is contained in:
@@ -134,7 +134,7 @@ $strKeyname = 'Nome chave';
|
|||||||
$strKill = 'Matar';
|
$strKill = 'Matar';
|
||||||
|
|
||||||
$strLength = 'Tamanho';
|
$strLength = 'Tamanho';
|
||||||
$strLengthSet = 'Tamanho/Definir';
|
$strLengthSet = 'Tamanho/Definir*';
|
||||||
$strLimitNumRows = 'records per page';
|
$strLimitNumRows = 'records per page';
|
||||||
$strLineFeed = 'Caracter de Alimenta<74><61>o de Linha: \\n';
|
$strLineFeed = 'Caracter de Alimenta<74><61>o de Linha: \\n';
|
||||||
$strLines = 'Linhas';
|
$strLines = 'Linhas';
|
||||||
@@ -289,6 +289,7 @@ $strNoModification = 'No change';
|
|||||||
$strOffSet = 'offset';
|
$strOffSet = 'offset';
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$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
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
|
@@ -131,7 +131,7 @@ $strKeyname = '
|
|||||||
$strKill = 'Kill'; //to translate
|
$strKill = 'Kill'; //to translate
|
||||||
|
|
||||||
$strLength = 'Length'; //to translate
|
$strLength = 'Length'; //to translate
|
||||||
$strLengthSet = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
$strLengthSet = 'Length/Values*'; //to translate
|
||||||
$strLimitNumRows = 'records per page'; //to translate
|
$strLimitNumRows = 'records per page'; //to translate
|
||||||
$strLineFeed = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD>: \\n';
|
$strLineFeed = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD>: \\n';
|
||||||
$strLines = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
$strLines = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||||
@@ -289,6 +289,7 @@ $strNoModification = 'No change';
|
|||||||
$strOffSet = 'offset';
|
$strOffSet = 'offset';
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$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
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
|
@@ -136,7 +136,6 @@ $strKeyname = 'NomClau';
|
|||||||
$strKill = 'Finalitzar';
|
$strKill = 'Finalitzar';
|
||||||
|
|
||||||
$strLength = 'Longitut';
|
$strLength = 'Longitut';
|
||||||
$strLengthSet = 'Longitud';
|
|
||||||
$strLimitNumRows = 'registres per plana';
|
$strLimitNumRows = 'registres per plana';
|
||||||
$strLineFeed = 'Salt de línia: \\n';
|
$strLineFeed = 'Salt de línia: \\n';
|
||||||
$strLines = 'Línies';
|
$strLines = 'Línies';
|
||||||
@@ -282,8 +281,10 @@ $strAffectedRows = 'Affected rows:';
|
|||||||
$strDisplayOrder = 'Display order:';
|
$strDisplayOrder = 'Display order:';
|
||||||
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
|
$strLengthSet = 'Length/Values*'; //to translate
|
||||||
$strNoModification = 'No change';
|
$strNoModification = 'No change';
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$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
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again ';
|
$strShowThisQuery = ' Show this query here again ';
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
|
@@ -137,7 +137,7 @@ $strKeyname = '
|
|||||||
$strKill = 'Kill'; //<2F>t<EFBFBD>Ϋ<EFBFBD><CEAB>O<EFBFBD><4F>½
|
$strKill = 'Kill'; //<2F>t<EFBFBD>Ϋ<EFBFBD><CEAB>O<EFBFBD><4F>½
|
||||||
|
|
||||||
$strLength = '<27><><EFBFBD><EFBFBD>';
|
$strLength = '<27><><EFBFBD><EFBFBD>';
|
||||||
$strLengthSet = '<27><><EFBFBD><EFBFBD>/<2F><><EFBFBD>X';
|
$strLengthSet = '<27><><EFBFBD><EFBFBD>/<2F><><EFBFBD>X*';
|
||||||
$strLimitNumRows = '<27><><EFBFBD>O<EFBFBD><4F>/<2F>C<EFBFBD><43>';
|
$strLimitNumRows = '<27><><EFBFBD>O<EFBFBD><4F>/<2F>C<EFBFBD><43>';
|
||||||
$strLineFeed = '<27><><EFBFBD><EFBFBD>: \\n';
|
$strLineFeed = '<27><><EFBFBD><EFBFBD>: \\n';
|
||||||
$strLines = '<27><><EFBFBD><EFBFBD>';
|
$strLines = '<27><><EFBFBD><EFBFBD>';
|
||||||
@@ -286,6 +286,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
|
|||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
$strNoModification = 'No change';
|
$strNoModification = 'No change';
|
||||||
$strQueryOnDb = ' SQL-query on database '; //to translate
|
$strQueryOnDb = ' SQL-query on database '; //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
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
$strUseBackquotes = ' Use backquotes with tables and fields names '; //to translate
|
$strUseBackquotes = ' Use backquotes with tables and fields names '; //to translate
|
||||||
|
@@ -131,7 +131,7 @@ $strKeyname = '
|
|||||||
$strKill = 'Kill'; //to translate
|
$strKill = 'Kill'; //to translate
|
||||||
|
|
||||||
$strLength = 'Length'; //to translate
|
$strLength = 'Length'; //to translate
|
||||||
$strLengthSet = '<27><><EFBFBD><EFBFBD>/Set';
|
$strLengthSet = '<27><><EFBFBD><EFBFBD>/Set*';
|
||||||
$strLimitNumRows = 'records per page'; //to translate
|
$strLimitNumRows = 'records per page'; //to translate
|
||||||
$strLineFeed = '<27><><EFBFBD>У<EFBFBD>\\n';
|
$strLineFeed = '<27><><EFBFBD>У<EFBFBD>\\n';
|
||||||
$strLines = '<27><><EFBFBD><EFBFBD> ';
|
$strLines = '<27><><EFBFBD><EFBFBD> ';
|
||||||
@@ -289,6 +289,7 @@ $strNoModification = 'No change';
|
|||||||
$strOffSet = 'offset';
|
$strOffSet = 'offset';
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$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
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again ';
|
$strShowThisQuery = ' Show this query here again ';
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
|
@@ -136,7 +136,7 @@ $strKeyname = 'Kl
|
|||||||
$strKill = ' Zab<61>t ';
|
$strKill = ' Zab<61>t ';
|
||||||
|
|
||||||
$strLength = 'D<>lka';
|
$strLength = 'D<>lka';
|
||||||
$strLengthSet = 'D<>lka/Set';
|
$strLengthSet = 'D<>lka/Set*';
|
||||||
$strLimitNumRows = 'z<>znamu na str<74>nku';
|
$strLimitNumRows = 'z<>znamu na str<74>nku';
|
||||||
$strLineFeed = 'Ukon<6F>en<65> <20><>dku (Linefeed): \\n';
|
$strLineFeed = 'Ukon<6F>en<65> <20><>dku (Linefeed): \\n';
|
||||||
$strLines = '<27><>dek';
|
$strLines = '<27><>dek';
|
||||||
@@ -285,6 +285,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
|
|||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
$strNoModification = 'No change';
|
$strNoModification = 'No change';
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$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
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
|
@@ -136,7 +136,7 @@ $strKeyname = 'Kl
|
|||||||
$strKill = ' Zab<61>t ';
|
$strKill = ' Zab<61>t ';
|
||||||
|
|
||||||
$strLength = 'D<>lka';
|
$strLength = 'D<>lka';
|
||||||
$strLengthSet = 'D<>lka/Set';
|
$strLengthSet = 'D<>lka/Set*';
|
||||||
$strLimitNumRows = 'z<>znamu na str<74>nku';
|
$strLimitNumRows = 'z<>znamu na str<74>nku';
|
||||||
$strLineFeed = 'Ukon<6F>en<65> <20><>dku (Linefeed): \\n';
|
$strLineFeed = 'Ukon<6F>en<65> <20><>dku (Linefeed): \\n';
|
||||||
$strLines = '<27><>dek';
|
$strLines = '<27><>dek';
|
||||||
@@ -285,6 +285,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
|
|||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
$strNoModification = 'No change';
|
$strNoModification = 'No change';
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$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
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
|
@@ -136,7 +136,7 @@ $strKeyname = 'Nøgle';
|
|||||||
$strKill = 'Kill'; //to translate
|
$strKill = 'Kill'; //to translate
|
||||||
|
|
||||||
$strLength = 'Length'; //to translate
|
$strLength = 'Length'; //to translate
|
||||||
$strLengthSet = 'Længde/Værdi';
|
$strLengthSet = 'Længde/Værdi*';
|
||||||
$strLimitNumRows = 'poster pr. side';
|
$strLimitNumRows = 'poster pr. side';
|
||||||
$strLineFeed = 'Linefeed: \\n';
|
$strLineFeed = 'Linefeed: \\n';
|
||||||
$strLines = 'Linier';
|
$strLines = 'Linier';
|
||||||
@@ -285,6 +285,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
|
|||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
$strNoModification = 'No change';
|
$strNoModification = 'No change';
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$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
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
|
@@ -131,7 +131,7 @@ $strKeyname = 'Sleutelnaam';
|
|||||||
$strKill = 'Kill'; //to translate
|
$strKill = 'Kill'; //to translate
|
||||||
|
|
||||||
$strLength = 'Length'; //to translate
|
$strLength = 'Length'; //to translate
|
||||||
$strLengthSet = 'Lengte';
|
$strLengthSet = 'Length/Values*'; //to translate
|
||||||
$strLimitNumRows = 'records per page'; //to translate
|
$strLimitNumRows = 'records per page'; //to translate
|
||||||
$strLineFeed = 'Linefeed: \\n';
|
$strLineFeed = 'Linefeed: \\n';
|
||||||
$strLines = 'Regels';
|
$strLines = 'Regels';
|
||||||
@@ -289,6 +289,7 @@ $strNoModification = 'No change';
|
|||||||
$strOffSet = 'offset';
|
$strOffSet = 'offset';
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$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
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
|
@@ -140,7 +140,7 @@ $strKeyname = 'Keyname';
|
|||||||
$strKill = 'Kill';
|
$strKill = 'Kill';
|
||||||
|
|
||||||
$strLength = 'Length';
|
$strLength = 'Length';
|
||||||
$strLengthSet = 'Length/Set';
|
$strLengthSet = 'Length/Values*';
|
||||||
$strLimitNumRows = 'records per page';
|
$strLimitNumRows = 'records per page';
|
||||||
$strLineFeed = 'Linefeed: \\n';
|
$strLineFeed = 'Linefeed: \\n';
|
||||||
$strLines = 'Lines';
|
$strLines = 'Lines';
|
||||||
@@ -231,6 +231,7 @@ $strSelectNumRows = 'in query';
|
|||||||
$strSend = 'Send';
|
$strSend = 'Send';
|
||||||
$strSequence = 'Seq.';
|
$strSequence = 'Seq.';
|
||||||
$strServerVersion = 'Server version';
|
$strServerVersion = 'Server version';
|
||||||
|
$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\').';
|
||||||
$strShow = 'Show';
|
$strShow = 'Show';
|
||||||
$strShowingRecords = 'Showing records ';
|
$strShowingRecords = 'Showing records ';
|
||||||
$strShowPHPInfo = 'Show PHP information';
|
$strShowPHPInfo = 'Show PHP information';
|
||||||
|
@@ -140,7 +140,7 @@ $strKeyname = 'Nom de la cl
|
|||||||
$strKill = 'Supprimer';
|
$strKill = 'Supprimer';
|
||||||
|
|
||||||
$strLength = 'Long.';
|
$strLength = 'Long.';
|
||||||
$strLengthSet = 'Longueur';
|
$strLengthSet = 'Taille/Valeurs*';
|
||||||
$strLimitNumRows = 'enregistrements par page';
|
$strLimitNumRows = 'enregistrements par page';
|
||||||
$strLineFeed = 'Saut de ligne : \\n';
|
$strLineFeed = 'Saut de ligne : \\n';
|
||||||
$strLines = 'Lignes';
|
$strLines = 'Lignes';
|
||||||
@@ -231,6 +231,7 @@ $strSelectNumRows = 'dans la requ
|
|||||||
$strSend = 'Transmettre';
|
$strSend = 'Transmettre';
|
||||||
$strSequence = 'S<>q.';
|
$strSequence = 'S<>q.';
|
||||||
$strServerVersion = 'Version du serveur';
|
$strServerVersion = 'Version du serveur';
|
||||||
|
$strSetEnumVal = 'Les diff<66>rentes valeurs des champs de type enum/set sont <20> sp<73>cifier sous la forme \'a\',\'b\',\'c\'...<br />Pour utiliser un caract<63>re "\\" ou "\'" dans l\'une de ces valeurs, faites le pr<70>c<EFBFBD>der du caract<63>re d\'<27>chappement "\\" (par exemple \'\\\\xyz\' ou \'a\\\'b\').';
|
||||||
$strShow = 'Afficher';
|
$strShow = 'Afficher';
|
||||||
$strShowingRecords = 'Affichage des enregistrements';
|
$strShowingRecords = 'Affichage des enregistrements';
|
||||||
$strShowPHPInfo = 'Afficher les informations relatives <20> PHP';
|
$strShowPHPInfo = 'Afficher les informations relatives <20> PHP';
|
||||||
|
@@ -140,7 +140,7 @@ $strKeyname = 'Name';
|
|||||||
$strKill = 'Beenden';
|
$strKill = 'Beenden';
|
||||||
|
|
||||||
$strLength = ' L<>nge ';
|
$strLength = ' L<>nge ';
|
||||||
$strLengthSet = 'L<>nge/Set';
|
$strLengthSet = 'L<>nge/Set*';
|
||||||
$strLimitNumRows = 'Eintr<74>ge pro Seite';
|
$strLimitNumRows = 'Eintr<74>ge pro Seite';
|
||||||
$strLineFeed = 'Zeilenvorschub: \\n';
|
$strLineFeed = 'Zeilenvorschub: \\n';
|
||||||
$strLines = 'Zeilen';
|
$strLines = 'Zeilen';
|
||||||
@@ -286,4 +286,7 @@ $strWelcome = 'Willkommen bei ';
|
|||||||
$strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.';
|
$strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.';
|
||||||
|
|
||||||
$strYes = 'Ja';
|
$strYes = 'Ja';
|
||||||
|
|
||||||
|
// 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\').';
|
||||||
?>
|
?>
|
||||||
|
@@ -137,7 +137,7 @@ $strKeyname = 'Nome chiave';
|
|||||||
$strKill = 'Uccidi';
|
$strKill = 'Uccidi';
|
||||||
|
|
||||||
$strLength = 'Lunghezza';
|
$strLength = 'Lunghezza';
|
||||||
$strLengthSet = 'Lunghezza/Set';
|
$strLengthSet = 'Lunghezza/Set*';
|
||||||
$strLimitNumRows = 'record per pagina';
|
$strLimitNumRows = 'record per pagina';
|
||||||
$strLineFeed = 'Fine riga: \\n';
|
$strLineFeed = 'Fine riga: \\n';
|
||||||
$strLines = 'Righe';
|
$strLines = 'Righe';
|
||||||
@@ -286,6 +286,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
|
|||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // To translate
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$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
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||||
|
@@ -131,7 +131,7 @@ $strKeyname = 'Key̾';
|
|||||||
$strKill = 'Kill'; //to translate
|
$strKill = 'Kill'; //to translate
|
||||||
|
|
||||||
$strLength = 'Length'; //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>';
|
$strLimitNumRows = '<27>ڡ<EFBFBD><DAA1><EFBFBD><EFBFBD>Υ쥳<CEA5><ECA5B3><EFBFBD>ɿ<EFBFBD>';
|
||||||
$strLineFeed = '<27><><EFBFBD><EFBFBD>ʸ<EFBFBD><CAB8>: \\n';
|
$strLineFeed = '<27><><EFBFBD><EFBFBD>ʸ<EFBFBD><CAB8>: \\n';
|
||||||
$strLines = '<27><>';
|
$strLines = '<27><>';
|
||||||
@@ -289,6 +289,7 @@ $strNoModification = 'No change'; // To translate
|
|||||||
$strOffSet = 'offset';
|
$strOffSet = 'offset';
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$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
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
|
@@ -131,7 +131,7 @@ $strKeyname = 'Ű
|
|||||||
$strKill = 'Kill'; //to translate
|
$strKill = 'Kill'; //to translate
|
||||||
|
|
||||||
$strLength = 'Length'; //to translate
|
$strLength = 'Length'; //to translate
|
||||||
$strLengthSet = '<27><><EFBFBD><EFBFBD>/<2F><>Ʈ';
|
$strLengthSet = '<27><><EFBFBD><EFBFBD>/<2F><>Ʈ*';
|
||||||
$strLimitNumRows = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>ڵ<EFBFBD> <20><>';
|
$strLimitNumRows = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>ڵ<EFBFBD> <20><>';
|
||||||
$strLineFeed = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>: \\n';
|
$strLineFeed = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>: \\n';
|
||||||
$strLines = '<27><>(<28><>)';
|
$strLines = '<27><>(<28><>)';
|
||||||
@@ -289,6 +289,7 @@ $strNoModification = 'No change'; // To translate
|
|||||||
$strOffSet = 'offset';
|
$strOffSet = 'offset';
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$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
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
|
@@ -131,7 +131,7 @@ $strKeyname = 'N
|
|||||||
$strKill = 'Kill'; //to translate
|
$strKill = 'Kill'; //to translate
|
||||||
|
|
||||||
$strLength = 'Length'; //to translate
|
$strLength = 'Length'; //to translate
|
||||||
$strLengthSet = 'Lengde/Sett';
|
$strLengthSet = 'Lengde/Sett*';
|
||||||
$strLimitNumRows = 'records per page'; //to translate
|
$strLimitNumRows = 'records per page'; //to translate
|
||||||
$strLineFeed = 'Linefeed: \\n';
|
$strLineFeed = 'Linefeed: \\n';
|
||||||
$strLines = 'Linjer';
|
$strLines = 'Linjer';
|
||||||
@@ -289,6 +289,7 @@ $strNoModification = 'No change'; // To translate
|
|||||||
$strOffSet = 'offset';
|
$strOffSet = 'offset';
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$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
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
|
@@ -140,7 +140,6 @@ $strKeyname = 'Nazwa klucza';
|
|||||||
$strKill = 'Zabicie';
|
$strKill = 'Zabicie';
|
||||||
|
|
||||||
$strLength = 'D<>ugo<67><6F>';
|
$strLength = 'D<>ugo<67><6F>';
|
||||||
$strLengthSet = 'D<>ugo<67><6F>';
|
|
||||||
$strLimitNumRows = 'rekord<72>w na stronie';
|
$strLimitNumRows = 'rekord<72>w na stronie';
|
||||||
$strLineFeed = 'Kod wysuni<6E>cia linii: \\n';
|
$strLineFeed = 'Kod wysuni<6E>cia linii: \\n';
|
||||||
$strLines = 'Linie';
|
$strLines = 'Linie';
|
||||||
@@ -286,4 +285,8 @@ $strWelcome = 'Witamy w ';
|
|||||||
$strWrongUser = 'B<><42>dne pola u<>ytkownik/has<61>o. Brak dost<73>pu.';
|
$strWrongUser = 'B<><42>dne pola u<>ytkownik/has<61>o. Brak dost<73>pu.';
|
||||||
|
|
||||||
$strYes = 'Tak';
|
$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\').';
|
||||||
?>
|
?>
|
@@ -131,7 +131,7 @@ $strKeyname = 'Keyname';
|
|||||||
$strKill = 'Kill'; //to translate
|
$strKill = 'Kill'; //to translate
|
||||||
|
|
||||||
$strLength = 'Length'; //to translate
|
$strLength = 'Length'; //to translate
|
||||||
$strLengthSet = 'Tamanho/Set';
|
$strLengthSet = 'Tamanho/Set*';
|
||||||
$strLimitNumRows = 'records per page'; //to translate
|
$strLimitNumRows = 'records per page'; //to translate
|
||||||
$strLineFeed = 'Linefeed: \\n';
|
$strLineFeed = 'Linefeed: \\n';
|
||||||
$strLines = 'Linhas';
|
$strLines = 'Linhas';
|
||||||
@@ -289,6 +289,7 @@ $strNoModification = 'No change'; // To translate
|
|||||||
$strOffSet = 'offset';
|
$strOffSet = 'offset';
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$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
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
|
@@ -137,7 +137,6 @@ $strKeyname = '
|
|||||||
$strKill = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
$strKill = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||||
|
|
||||||
$strLength = '<27><><EFBFBD><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>';
|
$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';
|
$strLineFeed = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>: \\n';
|
||||||
$strLines = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
$strLines = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||||
@@ -284,8 +283,10 @@ $strYes = '
|
|||||||
$strAffectedRows = 'Affected rows:'; // To translate
|
$strAffectedRows = 'Affected rows:'; // To translate
|
||||||
$strBzip = '"bzipped"'; // To translate
|
$strBzip = '"bzipped"'; // To translate
|
||||||
$strGzip = '"gzipped"'; // To translate
|
$strGzip = '"gzipped"'; // To translate
|
||||||
|
$strLengthSet = 'Length/Values*'; // To translate
|
||||||
$strOffSet = 'offset'; // To translate
|
$strOffSet = 'offset'; // To translate
|
||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // 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
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -137,7 +137,6 @@ $strKeyname = '
|
|||||||
$strKill = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
$strKill = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||||
|
|
||||||
$strLength = '<27><><EFBFBD><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>';
|
$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';
|
$strLineFeed = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>: \\n';
|
||||||
$strLines = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
$strLines = '<27><><EFBFBD><EFBFBD><EFBFBD>';
|
||||||
@@ -284,8 +283,10 @@ $strYes = '
|
|||||||
$strAffectedRows = 'Affected rows:'; // To translate
|
$strAffectedRows = 'Affected rows:'; // To translate
|
||||||
$strBzip = '"bzipped"'; // To translate
|
$strBzip = '"bzipped"'; // To translate
|
||||||
$strGzip = '"gzipped"'; // To translate
|
$strGzip = '"gzipped"'; // To translate
|
||||||
|
$strLengthSet = 'Length/Values*'; // To translate
|
||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // To translate
|
||||||
$strOffSet = 'offset'; // 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
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -141,7 +141,7 @@ $strKeyname = 'K
|
|||||||
$strKill = 'Zabi<62>';
|
$strKill = 'Zabi<62>';
|
||||||
|
|
||||||
$strLength = 'D<><44>ka';
|
$strLength = 'D<><44>ka';
|
||||||
$strLengthSet = 'D<><44>ka/Nastavi<76>';
|
$strLengthSet = 'D<><44>ka/Nastavi<76>*';
|
||||||
$strLimitNumRows = 'z<>znamov na str<74>nku';
|
$strLimitNumRows = 'z<>znamov na str<74>nku';
|
||||||
$strLineFeed = 'Ukon<6F>enie riadku (Linefeed): \\n';
|
$strLineFeed = 'Ukon<6F>enie riadku (Linefeed): \\n';
|
||||||
$strLines = 'Riadky';
|
$strLines = 'Riadky';
|
||||||
@@ -287,6 +287,7 @@ $strYes = '
|
|||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // 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
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -134,7 +134,6 @@ $strKeyname = 'Nombre de la clave';
|
|||||||
$strKill = 'Matar proceso';
|
$strKill = 'Matar proceso';
|
||||||
|
|
||||||
$strLength = 'Longitud';
|
$strLength = 'Longitud';
|
||||||
$strLengthSet = 'Longitud de Campo';
|
|
||||||
$strLimitNumRows = 'registros por pagina';
|
$strLimitNumRows = 'registros por pagina';
|
||||||
$strLineFeed = 'Retorno de carro: \\n';
|
$strLineFeed = 'Retorno de carro: \\n';
|
||||||
$strLines = 'Lineas';
|
$strLines = 'Lineas';
|
||||||
@@ -286,8 +285,10 @@ $strAffectedRows = 'Rows affected: ';
|
|||||||
$strDisplayOrder = 'Display order:';
|
$strDisplayOrder = 'Display order:';
|
||||||
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||||
$strFormEmpty = 'Missing value in the form !';
|
$strFormEmpty = 'Missing value in the form !';
|
||||||
|
$strLengthSet = 'Length/Values*';
|
||||||
$strNoModification = 'No change'; // To translate
|
$strNoModification = 'No change'; // To translate
|
||||||
$strOffSet = 'offset';
|
$strOffSet = 'offset';
|
||||||
|
$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
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -131,7 +131,7 @@ $strKeyname = 'Nyckel namn';
|
|||||||
$strKill = 'Kill'; //to translate
|
$strKill = 'Kill'; //to translate
|
||||||
|
|
||||||
$strLength = 'Length'; //to translate
|
$strLength = 'Length'; //to translate
|
||||||
$strLengthSet = 'L<>ngd/Set';
|
$strLengthSet = 'L<>ngd/Set*';
|
||||||
$strLimitNumRows = 'Tabell inl<6E>gg per sida';
|
$strLimitNumRows = 'Tabell inl<6E>gg per sida';
|
||||||
$strLineFeed = 'Linefeed: \\n';
|
$strLineFeed = 'Linefeed: \\n';
|
||||||
$strLines = 'Linjer';
|
$strLines = 'Linjer';
|
||||||
@@ -289,6 +289,7 @@ $strNoModification = 'No change'; // To translate
|
|||||||
$strOffSet = 'offset';
|
$strOffSet = 'offset';
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$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
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
|
@@ -131,7 +131,7 @@ $strKeyname = '
|
|||||||
$strKill = 'Kill'; //to translate
|
$strKill = 'Kill'; //to translate
|
||||||
|
|
||||||
$strLength = 'Length'; //to translate
|
$strLength = 'Length'; //to translate
|
||||||
$strLengthSet = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/';
|
$strLengthSet = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/*';
|
||||||
$strLimitNumRows = '<27><><EFBFBD><EFBFBD><EFBFBD>¹ <20><><EFBFBD>˹<EFBFBD><CBB9>';
|
$strLimitNumRows = '<27><><EFBFBD><EFBFBD><EFBFBD>¹ <20><><EFBFBD>˹<EFBFBD><CBB9>';
|
||||||
$strLineFeed = 'Linefeed: \\n'; //to translate
|
$strLineFeed = 'Linefeed: \\n'; //to translate
|
||||||
$strLines = '<27><>÷Ѵ';
|
$strLines = '<27><>÷Ѵ';
|
||||||
@@ -289,6 +289,7 @@ $strNoModification = 'No change'; // To translate
|
|||||||
$strOffSet = 'offset';
|
$strOffSet = 'offset';
|
||||||
$strQueryOnDb = 'SQL-query on database ';
|
$strQueryOnDb = 'SQL-query on database ';
|
||||||
$strRowSize = ' Row size '; //to translate
|
$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
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
||||||
$strShowThisQuery = ' Show this query here again '; //to translate
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
||||||
$strTables = '%s table(s)'; //to translate
|
$strTables = '%s table(s)'; //to translate
|
||||||
|
@@ -301,7 +301,16 @@ echo "\n";
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<input type="submit" name="submit" value="<?php echo $strSave; ?>" />
|
<input type="submit" name="submit" value="<?php echo $strSave; ?>" />
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td valign="top">* </td>
|
||||||
|
<td>
|
||||||
|
<?php echo $strSetEnumVal . "\n"; ?>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<br />
|
||||||
|
|
||||||
<center><?php echo show_docu('manual_Reference.html#CREATE_TABLE'); ?></center>
|
<center><?php echo show_docu('manual_Reference.html#CREATE_TABLE'); ?></center>
|
||||||
|
Reference in New Issue
Block a user