This commit is contained in:
Marc Delisle 2002-12-06 19:02:14 +00:00
parent fd3e604432
commit c6572ff01a
2 changed files with 6 additions and 6 deletions

View File

@ -199,6 +199,7 @@ $strKeepPass = 'Conserver le mot de passe';
$strKeyname = 'Nom de la clé';
$strKill = 'Supprimer';
$strLandscape = 'Paysage';
$strLength = 'Long.';
$strLengthSet = 'Taille/Valeurs*';
$strLimitNumRows = 'Nombre d\'enregistrements par page';
@ -280,6 +281,7 @@ $strPdfNoTables = 'Pas de table !';
$strPhp = 'Créer source PHP';
$strPmaDocumentation = 'Documentation de phpMyAdmin';
$strPmaUriError = 'Le paramètre <tt>$cfg[\'PmaAbsoluteUri\']</tt> DOIT être renseigné dans votre fichier de configuration !';
$strPortrait = 'Portrait';
$strPos1 = 'Début';
$strPrevious = 'Précédent';
$strPrimary = 'Primaire';
@ -365,6 +367,7 @@ $strShow = 'Afficher';
$strShowAll = 'Tout afficher';
$strShowColor = 'Couleurs';
$strShowCols = 'Afficher les colonnes';
$strShowDatadictAs = 'Orientation du dictionnaire:';
$strShowGrid = 'Grille';
$strShowPHPInfo = 'Afficher les informations relatives à PHP';
$strShowTableDimension = 'Dimension des tables';
@ -438,7 +441,4 @@ $strYes = 'Oui';
$strZip = '"zippé"';
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?>

View File

@ -200,6 +200,7 @@ $strKeepPass = 'Conserver le mot de passe';
$strKeyname = 'Nom de la clé';
$strKill = 'Supprimer';
$strLandscape = 'Paysage';
$strLength = 'Long.';
$strLengthSet = 'Taille/Valeurs*';
$strLimitNumRows = 'Nombre d\'enregistrements par page';
@ -281,6 +282,7 @@ $strPdfNoTables = 'Pas de table !';
$strPhp = 'Créer source PHP';
$strPmaDocumentation = 'Documentation de phpMyAdmin';
$strPmaUriError = 'Le paramètre <tt>$cfg[\'PmaAbsoluteUri\']</tt> DOIT être renseigné dans votre fichier de configuration !';
$strPortrait = 'Portrait';
$strPos1 = 'Début';
$strPrevious = 'Précédent';
$strPrimary = 'Primaire';
@ -366,6 +368,7 @@ $strShow = 'Afficher';
$strShowAll = 'Tout afficher';
$strShowColor = 'Couleurs';
$strShowCols = 'Afficher les colonnes';
$strShowDatadictAs = 'Orientation du dictionnaire:';
$strShowGrid = 'Grille';
$strShowPHPInfo = 'Afficher les informations relatives à PHP';
$strShowTableDimension = 'Dimension des tables';
@ -439,7 +442,4 @@ $strYes = 'Oui';
$strZip = '"zippé"';
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?>