From dffb65b3d6ef5b73c7c47ec136d5ca6a288e1939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sat, 25 May 2002 08:52:08 +0000 Subject: [PATCH] sorted --- lang/english.inc.php3 | 8 ++++---- lang/french.inc.php3 | 7 +++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index c95027d5c..79d822208 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -118,6 +118,7 @@ $strEmpty = 'Empty'; $strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).'; $strEnd = 'End'; $strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; +$strExplain = 'Explain SQL Code'; $strError = 'Error'; $strExport = 'Export'; $strExportToXML = 'Export to XML format'; @@ -209,8 +210,9 @@ $strNoIndexPartsDefined = 'No index parts defined!'; $strNoModification = 'No change'; $strNone = 'None'; $strNoPassword = 'No Password'; +$strNoPhp = 'Without PHP Code'; $strNoPrivileges = 'No Privileges'; -$strNoQuery = 'No SQL query!'; //to translate +$strNoQuery = 'No SQL query!'; $strNoRights = 'You don\'t have enough rights to be here right now!'; $strNoTablesFound = 'No tables found in database.'; $strNotNumber = 'This is not a number!'; @@ -236,6 +238,7 @@ $strPasswordEmpty = 'The password is empty!'; $strPasswordNotSame = 'The passwords aren\'t the same!'; $strPdfInvalidPageNum = 'Undefined PDF page number!'; $strPdfInvalidTblName = 'The "%s" table doesn\'t exist!'; +$strPhp = 'Create PHP Code'; $strPHPVersion = 'PHP Version'; $strPmaDocumentation = 'phpMyAdmin documentation'; $strPmaUriError = 'The $cfg[\'PmaAbsoluteUri\'] directive MUST be set in your configuration file!'; @@ -379,7 +382,4 @@ $strYes = 'Yes'; $strZip = '"zipped"'; -$strExplain = 'Explain SQL Code'; //to translate -$strPhp = 'Create PHP Code'; //to translate -$strNoPhp = 'without PHP Code'; //to translate ?> diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index f5682d12b..195c7c2ec 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -119,6 +119,7 @@ $strEmptyResultSet = 'MySQL n\'a retourn $strEnd = 'Fin'; $strEnglishPrivileges = ' Veuillez noter que les noms de privilèges sont exprimés en anglais'; $strError = 'Erreur'; +$strExplain = 'Expliquer SQL'; $strExport = 'Exporter'; $strExportToXML = 'Exporter en format XML'; $strExtendedInserts = 'Insertions étendues'; @@ -209,6 +210,7 @@ $strNoIndexPartsDefined = 'Aucune colonne n\'a $strNoModification = 'Pas de modifications'; $strNone = 'Nulle'; $strNoPassword = 'aucun mot de passe'; +$strNoPhp = 'Sans source PHP'; $strNoPrivileges = 'aucun privilège'; $strNoQuery = 'Aucune requête SQL !'; $strNoRights = 'Vous n\'êtes pas autorisé à accéder à cette page'; @@ -236,6 +238,7 @@ $strPasswordEmpty = 'Le mot de passe est vide'; $strPasswordNotSame = 'Les mots de passe doivent être identiques'; $strPdfInvalidPageNum = 'Numéro de page PDF non défini !'; $strPdfInvalidTblName = 'La table "%s" n\'existe pas !'; +$strPhp = 'Créer source PHP'; $strPHPVersion = 'Version de PHP'; $strPmaDocumentation = 'Documentation de phpMyAdmin'; $strPmaUriError = 'Le paramètre $cfg[\'PmaAbsoluteUri\'] DOIT être renseigné dans votre fichier de configuration !'; @@ -379,8 +382,4 @@ $strYes = 'Oui'; $strZip = '"zippé"'; -// To translate -$strExplain = 'Expliquer SQL'; -$strPhp = 'Créer source PHP'; -$strNoPhp = 'Sans source PHP'; ?>