diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index b8a0cab16..98d437973 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -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 $cfg[\'PmaAbsoluteUri\'] 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 ?> diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index 8ab2da951..e0f384bfb 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -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 $cfg[\'PmaAbsoluteUri\'] 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 ?>