This commit is contained in:
Loïc Chapeaux
2002-05-25 08:52:08 +00:00
parent fc8d4ee131
commit dffb65b3d6
2 changed files with 7 additions and 8 deletions

View File

@@ -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 <tt>$cfg[\'PmaAbsoluteUri\']</tt> 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
?>

View File

@@ -119,6 +119,7 @@ $strEmptyResultSet = 'MySQL n\'a retourn
$strEnd = 'Fin';
$strEnglishPrivileges = ' Veuillez noter que les noms de privil<69>ges sont exprim<69>s en anglais';
$strError = 'Erreur';
$strExplain = 'Expliquer SQL';
$strExport = 'Exporter';
$strExportToXML = 'Exporter en format XML';
$strExtendedInserts = 'Insertions <20>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<69>ge';
$strNoQuery = 'Aucune requ<71>te SQL !';
$strNoRights = 'Vous n\'<27>tes pas autoris<69> <20> acc<63>der <20> cette page';
@@ -236,6 +238,7 @@ $strPasswordEmpty = 'Le mot de passe est vide';
$strPasswordNotSame = 'Les mots de passe doivent <20>tre identiques';
$strPdfInvalidPageNum = 'Num<75>ro de page PDF non d<>fini !';
$strPdfInvalidTblName = 'La table "%s" n\'existe pas !';
$strPhp = 'Cr<43>er source PHP';
$strPHPVersion = 'Version de PHP';
$strPmaDocumentation = 'Documentation de phpMyAdmin';
$strPmaUriError = 'Le param<61>tre <tt>$cfg[\'PmaAbsoluteUri\']</tt> DOIT <20>tre renseign<67> dans votre fichier de configuration !';
@@ -379,8 +382,4 @@ $strYes = 'Oui';
$strZip = '"zipp<70>"';
// To translate
$strExplain = 'Expliquer SQL';
$strPhp = 'Cr<43>er source PHP';
$strNoPhp = 'Sans source PHP';
?>