added $strInvalidName for patch #455752
This commit is contained in:
@@ -290,6 +290,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||
$strFormEmpty = 'Missing value in the form !';
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
|
@@ -290,6 +290,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||
$strFormEmpty = 'Missing value in the form !';
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
|
@@ -287,6 +287,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||
$strFormEmpty = 'Missing value in the form !';
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strLengthSet = 'Length/Values*'; //to translate
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
|
@@ -290,6 +290,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||
$strFormEmpty = 'Missing value in the form !';
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change';
|
||||
|
@@ -290,6 +290,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||
$strFormEmpty = 'Missing value in the form !';
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
|
@@ -289,6 +289,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||
$strFormEmpty = 'Missing value in the form !';
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change';
|
||||
|
@@ -289,6 +289,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||
$strFormEmpty = 'Missing value in the form !';
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change';
|
||||
|
@@ -289,6 +289,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||
$strFormEmpty = 'Missing value in the form !';
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change';
|
||||
|
@@ -301,5 +301,6 @@ $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strOffSet = 'offset';
|
||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -142,6 +142,7 @@ $strInsertNewRow = 'Insert new row';
|
||||
$strInsertTextfiles = 'Insert textfiles into table';
|
||||
$strInstructions = 'Instructions';
|
||||
$strInUse = 'in use';
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.';
|
||||
|
||||
$strKeyname = 'Keyname';
|
||||
$strKill = 'Kill';
|
||||
|
@@ -142,7 +142,7 @@ $strInsertNewRow = 'Ins
|
||||
$strInsertTextfiles = 'Ins<6E>rer un fichier texte dans la table';
|
||||
$strInstructions = 'Instructions';
|
||||
$strInUse = 'utilis<69>';
|
||||
|
||||
$strInvalidName = '"%s" est un mot r<>serv<72>, il ne peut <20>tre utilis<69> comme nom de base/table/champ.';
|
||||
$strKeyname = 'Nom de la cl<63>';
|
||||
$strKill = 'Supprimer';
|
||||
|
||||
|
@@ -282,6 +282,7 @@ $strFieldsEmpty = ' The field count is empty! '; // To translate
|
||||
$strFormEmpty = 'Missing value in the form !'; // To translate
|
||||
$strInsertedRows = 'Inserted rows:'; // To translate
|
||||
$strInstructions = 'Instructions'; // To translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strNoDatabases = 'No databases'; // To translate
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; // To translate
|
||||
$strNoModification = 'No change'; // To translate
|
||||
|
@@ -299,6 +299,8 @@ $strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.';
|
||||
|
||||
$strYes = 'Ja';
|
||||
|
||||
// To translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -289,6 +289,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||
$strFormEmpty = 'Missing value in the form !';
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change'; // To translate
|
||||
|
@@ -289,6 +289,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||
$strFormEmpty = 'Missing value in the form !';
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
|
@@ -289,6 +289,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||
$strFormEmpty = 'Missing value in the form !';
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
|
@@ -109,7 +109,7 @@ $strField = 'Felt';
|
||||
$strFields = 'Felter';
|
||||
$strFixed = 'statisk';
|
||||
$strFormat = 'Format';
|
||||
$strFormEmpty = 'Manglende verdi i skjemaet !';
|
||||
$strFormEmpty = 'Manglende verdi i skjemaet!';
|
||||
$strFullText = 'Hele strenger';
|
||||
$strFunction = 'Funksjon';
|
||||
|
||||
@@ -148,7 +148,7 @@ $strLimitNumRows = 'rader per side';
|
||||
$strLineFeed = 'Linjeskift: \\n';
|
||||
$strLines = 'Linjer';
|
||||
$strLocationTextfile = 'Plassering av filen';
|
||||
$strLogin = 'Login'; //to translate, but its not in use ...
|
||||
$strLogin = ''; //to translate, but its not in use ...
|
||||
$strLogout = 'Logg ut';
|
||||
|
||||
$strModifications = 'Endringene er lagret';
|
||||
@@ -198,6 +198,7 @@ $strPrivileges = 'Privilegier';
|
||||
$strProducedAnError = 'resulterte i en feil.';
|
||||
$strProperties = 'Egenskaper';
|
||||
|
||||
$strQBE = 'Query by Example'; //to translate
|
||||
$strQBEDel = 'Slett';
|
||||
$strQBEIns = 'Sett inn';
|
||||
$strQueryOnDb = 'SQL-sp<73>rring i database ';
|
||||
@@ -291,14 +292,15 @@ $strWrongUser = 'Ugyldig brukernavn/passord. Ingen tilgang.';
|
||||
|
||||
$strYes = 'Ja';
|
||||
|
||||
//to translate
|
||||
$strCarriage = 'Carriage return: \\r'; //to translate
|
||||
// To translate
|
||||
$strCarriage = 'Carriage return: \\r'; //to translate
|
||||
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||
$strGrants = 'Grants'; //to translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strOffSet = 'offset'; //to translate
|
||||
$strPartialText = 'Partial Texts'; //to translate
|
||||
$strQBE = 'Query by Example'; //to translate
|
||||
$strServerChoice = 'Server Choice'; //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\').'; //to translate
|
||||
$strServerChoice = 'Server Choice'; //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\').'; //to translate
|
||||
$strStatement = 'Statements'; //to translate
|
||||
?>
|
||||
|
@@ -299,4 +299,7 @@ $strWelcome = 'Witamy w ';
|
||||
$strWrongUser = 'B<><42>dne pola u<>ytkownik/has<61>o. Brak dost<73>pu.';
|
||||
|
||||
$strYes = 'Tak';
|
||||
|
||||
// To translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
?>
|
||||
|
@@ -289,6 +289,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||
$strFormEmpty = 'Missing value in the form !';
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
|
@@ -298,6 +298,9 @@ $strWelcome = 'Bun venit la ';
|
||||
$strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.';
|
||||
|
||||
$strYes = 'Da';
|
||||
|
||||
// To translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -289,6 +289,7 @@ $strExtendedInserts = 'Extended inserts';
|
||||
$strGzip = '"gzipped"'; // To translate
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strLengthSet = 'Length/Values*'; // To translate
|
||||
$strOffSet = 'offset'; // To translate
|
||||
$strNoDatabases = 'No databases';
|
||||
|
@@ -289,6 +289,7 @@ $strExtendedInserts = 'Extended inserts';
|
||||
$strGzip = '"gzipped"'; // To translate
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strLengthSet = 'Length/Values*'; // To translate
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
|
@@ -292,6 +292,7 @@ $strDropTable = 'Drop table';
|
||||
$strExtendedInserts = 'Extended inserts';
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strNoModification = 'No change'; // To translate
|
||||
|
@@ -301,5 +301,6 @@ $strGzip = '"gzipped"'; //to translate
|
||||
$strOffSet = 'offset'; //to translate
|
||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -298,6 +298,9 @@ $strWelcome = 'V
|
||||
$strWrongUser = 'Fel anv<6E>ndarnamn/l<>senord. <20>tkomst nekad.';
|
||||
|
||||
$strYes = 'Ja';
|
||||
|
||||
// To translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -290,6 +290,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
|
||||
$strFormEmpty = 'Missing value in the form !';
|
||||
$strInsertedRows = 'Inserted rows:';
|
||||
$strInstructions = 'Instructions';//to translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strNbRecords = 'no. of records';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
|
Reference in New Issue
Block a user