This commit is contained in:
Marc Delisle
2001-07-24 14:26:00 +00:00
parent 5241d5ff3f
commit 2275a38f28
2 changed files with 7 additions and 4 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2001-07-24 Marc Delisle <lem9@users.sourceforge.net>
* updates to french
2001-07-24 Steve ALberty <alberty@neptunlabs.de> 2001-07-24 Steve ALberty <alberty@neptunlabs.de>
* tbl_copy.php3: fix parameter count, thanks Marc * tbl_copy.php3: fix parameter count, thanks Marc

View File

@@ -10,8 +10,8 @@ $byteUnits = array("Octets", "Ko", "Mo", "Go");
$strAccessDenied = "Acc<EFBFBD>s refus<75>"; $strAccessDenied = "Acc<EFBFBD>s refus<75>";
$strAction = "Action"; $strAction = "Action";
$strAddDeleteColumn = "Ajouter/effacer une colonne de crit<69>res"; $strAddDeleteColumn = "Ajouter/effacer x colonne(s)";
$strAddDeleteRow = "Ajouter/effacer une ligne de crit<69>res"; $strAddDeleteRow = "Ajouter/effacer x ligne(s)";
$strAddNewField = "Ajouter un champ"; $strAddNewField = "Ajouter un champ";
$strAddPriv = "Ajouter un privil<69>ge"; $strAddPriv = "Ajouter un privil<69>ge";
$strAddPrivMessage = "Vous avez ajout<75> un privil<69>ge"; $strAddPrivMessage = "Vous avez ajout<75> un privil<69>ge";
@@ -188,8 +188,8 @@ $strProducedAnError = "a g
$strProperties = "Propri<EFBFBD>t<EFBFBD>s"; $strProperties = "Propri<EFBFBD>t<EFBFBD>s";
$strQBE = "Requ<EFBFBD>te par un exemple"; $strQBE = "Requ<EFBFBD>te par un exemple";
$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3) $strQBEDel = "Effacer";
$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3) $strQBEIns = "Ajouter";
$strReadTheDocs = "Lire la documentation"; $strReadTheDocs = "Lire la documentation";
$strRecords = "Enregistrements"; $strRecords = "Enregistrements";