diff --git a/lang/english.inc.php3 b/lang/english.inc.php3
index 9f7de029b..670540303 100644
--- a/lang/english.inc.php3
+++ b/lang/english.inc.php3
@@ -71,6 +71,7 @@ $strCheckTable = 'Check table';
$strColumn = 'Column';
$strColumnNames = 'Column names';
$strCompleteInserts = 'Complete inserts';
+$strConfigureTableCoord = 'Please configure the coordinates for table %s';
$strConfirm = 'Do you really want to do it?';
$strCookiesRequired = 'Cookies must be enabled past this point.';
$strCopyTable = 'Copy table to (database.table):';
@@ -98,6 +99,7 @@ $strDeleteUserMessage = 'You have deleted the user %s.';
$strDescending = 'Descending';
$strDisplay = 'Display';
$strDisplayOrder = 'Display order:';
+$strDisplayPDF = 'Display PDF schema';
$strDoAQuery = 'Do a "query by example" (wildcard: "%")';
$strDocu = 'Documentation';
$strDoYouReally = 'Do you really want to ';
@@ -224,6 +226,7 @@ $strOptions = 'Options';
$strOr = 'Or';
$strOverhead = 'Overhead';
+$strPageNumber = 'Page number:';
$strPartialText = 'Partial Texts';
$strPassword = 'Password';
$strPasswordEmpty = 'The password is empty!';
@@ -278,6 +281,7 @@ $strRunQuery = 'Submit Query';
$strRunSQLQuery = 'Run SQL query/queries on database %s';
$strSave = 'Save';
+$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
$strSelect = 'Select';
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All';
@@ -289,9 +293,12 @@ $strServerVersion = 'Server version';
$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\').';
$strShow = 'Show';
$strShowAll = 'Show all';
+$strShowColor = 'Show color';
$strShowCols = 'Show columns';
+$strShowGrid = 'Show grid';
$strShowingRecords = 'Showing rows';
$strShowPHPInfo = 'Show PHP information';
+$strShowTableDimension = 'Show dimension of tables';
$strShowTables = 'Show tables';
$strShowThisQuery = ' Show this query here again ';
$strSingly = '(singly)';
@@ -354,11 +361,5 @@ $strWrongUser = 'Wrong username/password. Access denied.';
$strYes = 'Yes';
$strZip = '"zipped"';
-$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
-$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
-$strDisplayPDF = 'Display PDF schema'; //to translate
-$strPageNumber = 'Page number:'; //to translate
-$strShowGrid = 'Show grid'; //to translate
-$strShowColor = 'Show color'; //to translate
-$strShowTableDimension = 'Show dimension of tables'; //to translate
+
?>
diff --git a/lang/french.inc.php3 b/lang/french.inc.php3
index 849e7212a..d87a40a8d 100644
--- a/lang/french.inc.php3
+++ b/lang/french.inc.php3
@@ -71,6 +71,7 @@ $strCheckTable = 'V
$strColumn = 'Colonne';
$strColumnNames = 'Nom des colonnes';
$strCompleteInserts = 'Insertions complètes';
+$strConfigureTableCoord = 'Les coordonnées de la table %s n\'ont pas été configurées';
$strConfirm = 'Veuillez confirmer';
$strCookiesRequired = 'Vous devez accepter les cookies pour poursuivre.';
$strCopyTable = 'Copier la table vers (base.table) :';
@@ -98,6 +99,7 @@ $strDeleteUserMessage = 'Vous avez effac
$strDescending = 'Décroissant';
$strDisplay = 'Montrer';
$strDisplayOrder = 'Ordre d\'affichage :';
+$strDisplayPDF = 'Afficher le schéma en PDF';
$strDoAQuery = 'Recherche par valeur (passepartout: "%")';
$strDocu = 'Documentation';
$strDoYouReally = 'Voulez-vous vraiment effectuer ';
@@ -224,6 +226,7 @@ $strOptions = 'Options';
$strOr = 'Ou';
$strOverhead = 'Perte';
+$strPageNumber = 'Page n°:';
$strPartialText = 'Textes réduits';
$strPassword = 'Mot de passe';
$strPasswordEmpty = 'Le mot de passe est vide';
@@ -278,6 +281,7 @@ $strRunQuery = 'Ex
$strRunSQLQuery = 'Exécuter une ou des requêtes sur la base %s';
$strSave = 'Sauvegarder';
+$strScaleFactorSmall = 'Veuillez augmenter l\'échelle car le schéma déborde la page';
$strSelect = 'Sélectionner';
$strSelectADb = 'Choisissez une base de données';
$strSelectAll = 'Tout sélectionner';
@@ -289,9 +293,12 @@ $strServerVersion = 'Version du serveur';
$strSetEnumVal = 'Les différentes valeurs des champs de type enum/set sont à spécifier sous la forme \'a\',\'b\',\'c\'...
Pour utiliser un caractère "\\" ou "\'" dans l\'une de ces valeurs, faites le précéder du caractère d\'échappement "\\" (par exemple \'\\\\xyz\' ou \'a\\\'b\').';
$strShow = 'Afficher';
$strShowAll = 'Tout afficher';
+$strShowColor = 'Couleurs';
$strShowCols = 'Afficher les colonnes';
+$strShowGrid = 'Grille';
$strShowingRecords = 'Affichage des enregistrements';
$strShowPHPInfo = 'Afficher les informations relatives à PHP';
+$strShowTableDimension = 'Dimension des tables';
$strShowTables = 'Afficher les tables';
$strShowThisQuery = 'Réafficher la requête après exécution';
$strSingly = '(à refaire après insertions/destructions)';
@@ -356,11 +363,4 @@ $strYes = 'Oui';
$strZip = '"zippé"';
// To translate
-$strConfigureTableCoord = 'Les coordonnées de la table %s n\'ont pas été configurées';
-$strScaleFactorSmall = 'Veuillez augmenter l\'échelle car le schéma déborde la page ';
-$strDisplayPDF = 'Afficher le schéma en PDF';
-$strPageNumber = 'Page n°:';
-$strShowGrid = 'Grille';
-$strShowColor = 'Couleurs';
-$strShowTableDimension = 'Dimension des tables';
?>