added $strInvalidName for patch #455752

This commit is contained in:
Loïc Chapeaux
2001-08-31 18:26:49 +00:00
parent e4358a9a8d
commit 8a885dab2d
26 changed files with 40 additions and 7 deletions

View File

@@ -290,6 +290,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
$strFormEmpty = 'Missing value in the form !'; $strFormEmpty = 'Missing value in the form !';
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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
$strNbRecords = 'no. of records'; $strNbRecords = 'no. of records';
$strNoDatabases = 'No databases'; $strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';

View File

@@ -290,6 +290,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
$strFormEmpty = 'Missing value in the form !'; $strFormEmpty = 'Missing value in the form !';
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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
$strNbRecords = 'no. of records'; $strNbRecords = 'no. of records';
$strNoDatabases = 'No databases'; $strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';

View File

@@ -287,6 +287,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
$strFormEmpty = 'Missing value in the form !'; $strFormEmpty = 'Missing value in the form !';
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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
$strLengthSet = 'Length/Values*'; //to translate $strLengthSet = 'Length/Values*'; //to translate
$strNoDatabases = 'No databases'; $strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';

View File

@@ -290,6 +290,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
$strFormEmpty = 'Missing value in the form !'; $strFormEmpty = 'Missing value in the form !';
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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'; $strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strNoModification = 'No change'; $strNoModification = 'No change';

View File

@@ -290,6 +290,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
$strFormEmpty = 'Missing value in the form !'; $strFormEmpty = 'Missing value in the form !';
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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
$strNbRecords = 'no. of records'; $strNbRecords = 'no. of records';
$strNoDatabases = 'No databases'; $strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';

View File

@@ -289,6 +289,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
$strFormEmpty = 'Missing value in the form !'; $strFormEmpty = 'Missing value in the form !';
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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'; $strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strNoModification = 'No change'; $strNoModification = 'No change';

View File

@@ -289,6 +289,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
$strFormEmpty = 'Missing value in the form !'; $strFormEmpty = 'Missing value in the form !';
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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'; $strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strNoModification = 'No change'; $strNoModification = 'No change';

View File

@@ -289,6 +289,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
$strFormEmpty = 'Missing value in the form !'; $strFormEmpty = 'Missing value in the form !';
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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'; $strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strNoModification = 'No change'; $strNoModification = 'No change';

View File

@@ -301,5 +301,6 @@ $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strOffSet = 'offset'; $strOffSet = 'offset';
$strUseBackquotes = 'Use backquotes with tables and fields\' names'; $strUseBackquotes = 'Use backquotes with tables and fields\' names';
$strFullText = 'Full Texts';//to translate $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 $strPartialText = 'Partial Texts';//to translate
?> ?>

View File

@@ -142,6 +142,7 @@ $strInsertNewRow = 'Insert new row';
$strInsertTextfiles = 'Insert textfiles into table'; $strInsertTextfiles = 'Insert textfiles into table';
$strInstructions = 'Instructions'; $strInstructions = 'Instructions';
$strInUse = 'in use'; $strInUse = 'in use';
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.';
$strKeyname = 'Keyname'; $strKeyname = 'Keyname';
$strKill = 'Kill'; $strKill = 'Kill';

View File

@@ -142,7 +142,7 @@ $strInsertNewRow = 'Ins
$strInsertTextfiles = 'Ins<6E>rer un fichier texte dans la table'; $strInsertTextfiles = 'Ins<6E>rer un fichier texte dans la table';
$strInstructions = 'Instructions'; $strInstructions = 'Instructions';
$strInUse = 'utilis<69>'; $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>'; $strKeyname = 'Nom de la cl<63>';
$strKill = 'Supprimer'; $strKill = 'Supprimer';

View File

@@ -282,6 +282,7 @@ $strFieldsEmpty = ' The field count is empty! '; // To translate
$strFormEmpty = 'Missing value in the form !'; // To translate $strFormEmpty = 'Missing value in the form !'; // To translate
$strInsertedRows = 'Inserted rows:'; // To translate $strInsertedRows = 'Inserted rows:'; // To translate
$strInstructions = 'Instructions'; // 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 $strNoDatabases = 'No databases'; // To translate
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; // To translate $strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; // To translate
$strNoModification = 'No change'; // To translate $strNoModification = 'No change'; // To translate

View File

@@ -299,6 +299,8 @@ $strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.';
$strYes = 'Ja'; $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 $strFullText = 'Full Texts';//to translate
$strPartialText = 'Partial Texts';//to translate $strPartialText = 'Partial Texts';//to translate
?> ?>

View File

@@ -289,6 +289,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
$strFormEmpty = 'Missing value in the form !'; $strFormEmpty = 'Missing value in the form !';
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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'; $strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strNoModification = 'No change'; // To translate $strNoModification = 'No change'; // To translate

View File

@@ -289,6 +289,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
$strFormEmpty = 'Missing value in the form !'; $strFormEmpty = 'Missing value in the form !';
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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
$strNbRecords = 'no. of records'; $strNbRecords = 'no. of records';
$strNoDatabases = 'No databases'; $strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';

View File

@@ -289,6 +289,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
$strFormEmpty = 'Missing value in the form !'; $strFormEmpty = 'Missing value in the form !';
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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
$strNbRecords = 'no. of records'; $strNbRecords = 'no. of records';
$strNoDatabases = 'No databases'; $strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';

View File

@@ -109,7 +109,7 @@ $strField = 'Felt';
$strFields = 'Felter'; $strFields = 'Felter';
$strFixed = 'statisk'; $strFixed = 'statisk';
$strFormat = 'Format'; $strFormat = 'Format';
$strFormEmpty = 'Manglende verdi i skjemaet !'; $strFormEmpty = 'Manglende verdi i skjemaet!';
$strFullText = 'Hele strenger'; $strFullText = 'Hele strenger';
$strFunction = 'Funksjon'; $strFunction = 'Funksjon';
@@ -148,7 +148,7 @@ $strLimitNumRows = 'rader per side';
$strLineFeed = 'Linjeskift: \\n'; $strLineFeed = 'Linjeskift: \\n';
$strLines = 'Linjer'; $strLines = 'Linjer';
$strLocationTextfile = 'Plassering av filen'; $strLocationTextfile = 'Plassering av filen';
$strLogin = 'Login'; //to translate, but its not in use ... $strLogin = ''; //to translate, but its not in use ...
$strLogout = 'Logg ut'; $strLogout = 'Logg ut';
$strModifications = 'Endringene er lagret'; $strModifications = 'Endringene er lagret';
@@ -198,6 +198,7 @@ $strPrivileges = 'Privilegier';
$strProducedAnError = 'resulterte i en feil.'; $strProducedAnError = 'resulterte i en feil.';
$strProperties = 'Egenskaper'; $strProperties = 'Egenskaper';
$strQBE = 'Query by Example'; //to translate
$strQBEDel = 'Slett'; $strQBEDel = 'Slett';
$strQBEIns = 'Sett inn'; $strQBEIns = 'Sett inn';
$strQueryOnDb = 'SQL-sp<73>rring i database '; $strQueryOnDb = 'SQL-sp<73>rring i database ';
@@ -291,10 +292,11 @@ $strWrongUser = 'Ugyldig brukernavn/passord. Ingen tilgang.';
$strYes = 'Ja'; $strYes = 'Ja';
//to translate // To translate
$strCarriage = 'Carriage return: \\r'; //to translate $strCarriage = 'Carriage return: \\r'; //to translate
$strFieldsEmpty = ' The field count is empty! '; //to translate $strFieldsEmpty = ' The field count is empty! '; //to translate
$strGrants = 'Grants'; //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 $strOffSet = 'offset'; //to translate
$strPartialText = 'Partial Texts'; //to translate $strPartialText = 'Partial Texts'; //to translate
$strQBE = 'Query by Example'; //to translate $strQBE = 'Query by Example'; //to translate

View File

@@ -299,4 +299,7 @@ $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
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
?> ?>

View File

@@ -289,6 +289,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
$strFormEmpty = 'Missing value in the form !'; $strFormEmpty = 'Missing value in the form !';
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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
$strNbRecords = 'no. of records'; $strNbRecords = 'no. of records';
$strNoDatabases = 'No databases'; $strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';

View File

@@ -298,6 +298,9 @@ $strWelcome = 'Bun venit la ';
$strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.'; $strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.';
$strYes = 'Da'; $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 $strFullText = 'Full Texts';//to translate
$strPartialText = 'Partial Texts';//to translate $strPartialText = 'Partial Texts';//to translate
?> ?>

View File

@@ -289,6 +289,7 @@ $strExtendedInserts = 'Extended inserts';
$strGzip = '"gzipped"'; // To translate $strGzip = '"gzipped"'; // To translate
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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
$strLengthSet = 'Length/Values*'; // To translate $strLengthSet = 'Length/Values*'; // To translate
$strOffSet = 'offset'; // To translate $strOffSet = 'offset'; // To translate
$strNoDatabases = 'No databases'; $strNoDatabases = 'No databases';

View File

@@ -289,6 +289,7 @@ $strExtendedInserts = 'Extended inserts';
$strGzip = '"gzipped"'; // To translate $strGzip = '"gzipped"'; // To translate
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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
$strLengthSet = 'Length/Values*'; // To translate $strLengthSet = 'Length/Values*'; // To translate
$strNoDatabases = 'No databases'; $strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';

View File

@@ -292,6 +292,7 @@ $strDropTable = 'Drop table';
$strExtendedInserts = 'Extended inserts'; $strExtendedInserts = 'Extended inserts';
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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'; $strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strNoModification = 'No change'; // To translate $strNoModification = 'No change'; // To translate

View File

@@ -301,5 +301,6 @@ $strGzip = '"gzipped"'; //to translate
$strOffSet = 'offset'; //to translate $strOffSet = 'offset'; //to translate
$strStrucExcelCSV = 'CSV for Ms Excel data'; $strStrucExcelCSV = 'CSV for Ms Excel data';
$strFullText = 'Full Texts';//to translate $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 $strPartialText = 'Partial Texts';//to translate
?> ?>

View File

@@ -298,6 +298,9 @@ $strWelcome = 'V
$strWrongUser = 'Fel anv<6E>ndarnamn/l<>senord. <20>tkomst nekad.'; $strWrongUser = 'Fel anv<6E>ndarnamn/l<>senord. <20>tkomst nekad.';
$strYes = 'Ja'; $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 $strFullText = 'Full Texts';//to translate
$strPartialText = 'Partial Texts';//to translate $strPartialText = 'Partial Texts';//to translate
?> ?>

View File

@@ -290,6 +290,7 @@ $strFieldsEmpty = ' The field count is empty! '; //to translate
$strFormEmpty = 'Missing value in the form !'; $strFormEmpty = 'Missing value in the form !';
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//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
$strNbRecords = 'no. of records'; $strNbRecords = 'no. of records';
$strNoDatabases = 'No databases'; $strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';