diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3
index c1eb14665..ecd59025f 100644
--- a/lang/brazilian_portuguese.inc.php3
+++ b/lang/brazilian_portuguese.inc.php3
@@ -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.';
diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3
index ff504fdc2..3753e7a83 100644
--- a/lang/bulgarian-win1251.inc.php3
+++ b/lang/bulgarian-win1251.inc.php3
@@ -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.';
diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3
index d6b081cd4..c7ff88d2a 100644
--- a/lang/catala.inc.php3
+++ b/lang/catala.inc.php3
@@ -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.';
diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3
index 21dc823ab..0c21d6a07 100644
--- a/lang/chinese_big5.inc.php3
+++ b/lang/chinese_big5.inc.php3
@@ -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';
diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3
index 08a86a9ed..c111f073f 100644
--- a/lang/chinese_gb.inc.php3
+++ b/lang/chinese_gb.inc.php3
@@ -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.';
diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3
index e90c26e61..b6e0ff558 100644
--- a/lang/czech-iso.inc.php3
+++ b/lang/czech-iso.inc.php3
@@ -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';
diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3
index b7b2a60f2..ef8287617 100644
--- a/lang/czech-win1250.inc.php3
+++ b/lang/czech-win1250.inc.php3
@@ -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';
diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3
index 75919ab9e..68d66a61c 100644
--- a/lang/danish.inc.php3
+++ b/lang/danish.inc.php3
@@ -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';
diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3
index 9eea04f55..cd2b7404e 100644
--- a/lang/dutch.inc.php3
+++ b/lang/dutch.inc.php3
@@ -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
?>
diff --git a/lang/english.inc.php3 b/lang/english.inc.php3
index 2f0740306..8f76c50b1 100644
--- a/lang/english.inc.php3
+++ b/lang/english.inc.php3
@@ -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';
diff --git a/lang/french.inc.php3 b/lang/french.inc.php3
index 7cf82ab6a..4a17dc5bb 100644
--- a/lang/french.inc.php3
+++ b/lang/french.inc.php3
@@ -142,7 +142,7 @@ $strInsertNewRow = 'Ins
$strInsertTextfiles = 'Insérer un fichier texte dans la table';
$strInstructions = 'Instructions';
$strInUse = 'utilisé';
-
+$strInvalidName = '"%s" est un mot réservé, il ne peut être utilisé comme nom de base/table/champ.';
$strKeyname = 'Nom de la clé';
$strKill = 'Supprimer';
diff --git a/lang/galician.inc.php3 b/lang/galician.inc.php3
index 7d567168b..9143cb705 100644
--- a/lang/galician.inc.php3
+++ b/lang/galician.inc.php3
@@ -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
diff --git a/lang/german.inc.php3 b/lang/german.inc.php3
index d6574b992..443305583 100644
--- a/lang/german.inc.php3
+++ b/lang/german.inc.php3
@@ -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
?>
diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3
index 592913c97..930593524 100644
--- a/lang/italian.inc.php3
+++ b/lang/italian.inc.php3
@@ -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
diff --git a/lang/japanese.inc.php3 b/lang/japanese.inc.php3
index fd69c9db8..db764bec9 100644
--- a/lang/japanese.inc.php3
+++ b/lang/japanese.inc.php3
@@ -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.';
diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3
index 41c0b3534..d3cc349b6 100644
--- a/lang/korean.inc.php3
+++ b/lang/korean.inc.php3
@@ -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.';
diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3
index 514cfb3ce..5e0193c2a 100644
--- a/lang/norwegian.inc.php3
+++ b/lang/norwegian.inc.php3
@@ -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ø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\'...
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\'...
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
?>
diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3
index 3d250f7bb..847f56b22 100644
--- a/lang/polish.inc.php3
+++ b/lang/polish.inc.php3
@@ -299,4 +299,7 @@ $strWelcome = 'Witamy w ';
$strWrongUser = 'B³êdne pola u¿ytkownik/has³o. Brak dostêpu.';
$strYes = 'Tak';
+
+// To translate
+$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
?>
diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3
index 910314c00..a3e963b1b 100644
--- a/lang/portuguese.inc.php3
+++ b/lang/portuguese.inc.php3
@@ -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.';
diff --git a/lang/romanian.inc.php3 b/lang/romanian.inc.php3
index 79f88f386..5708e2d1d 100644
--- a/lang/romanian.inc.php3
+++ b/lang/romanian.inc.php3
@@ -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
?>
diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3
index 17dee8e24..be0015d45 100644
--- a/lang/russian-koi8.inc.php3
+++ b/lang/russian-koi8.inc.php3
@@ -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';
diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3
index 5095d4ae8..66feceb5c 100644
--- a/lang/russian-win1251.inc.php3
+++ b/lang/russian-win1251.inc.php3
@@ -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.';
diff --git a/lang/slovak-iso.inc.php3 b/lang/slovak-iso.inc.php3
index 3b7d603fc..ed44980be 100644
--- a/lang/slovak-iso.inc.php3
+++ b/lang/slovak-iso.inc.php3
@@ -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
diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3
index cfaac395d..89249ec67 100644
--- a/lang/spanish.inc.php3
+++ b/lang/spanish.inc.php3
@@ -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
?>
diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3
index 1bceb8797..bd2e040f4 100644
--- a/lang/swedish.inc.php3
+++ b/lang/swedish.inc.php3
@@ -298,6 +298,9 @@ $strWelcome = 'V
$strWrongUser = 'Fel användarnamn/lösenord. Å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
?>
diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3
index b5f4d8466..4cf7f9ab1 100644
--- a/lang/thai.inc.php3
+++ b/lang/thai.inc.php3
@@ -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.';