From: Jehan-Guillaume (ioguix) de Rorthais Date: Tue, 15 Nov 2011 09:34:47 +0000 (+0100) Subject: Fix bad spelling in french translation X-Git-Tag: REL_5-1-0~101 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=dbeee21e628cdd65dacdb41db66a0732f243b37d;p=phppgadmin.git Fix bad spelling in french translation --- diff --git a/lang/french.php b/lang/french.php index cb394b95..0b1bf613 100644 --- a/lang/french.php +++ b/lang/french.php @@ -144,7 +144,7 @@ $lang['strunselectall'] = 'Desélectionner tout'; $lang['strlocale'] = 'Locale'; $lang['strcollation'] = 'Tri'; - $lang['strctype'] = 'Type de cartactère'; + $lang['strctype'] = 'Type de caractère'; $lang['strdefaultvalues'] = 'Valeurs par défaut'; $lang['strnewvalues'] = 'Nouvelles valeurs'; $lang['strstart'] = 'Démarrer'; diff --git a/lang/recoded/french.php b/lang/recoded/french.php index 12a5a088..ec0dfabb 100644 --- a/lang/recoded/french.php +++ b/lang/recoded/french.php @@ -144,7 +144,7 @@ $lang['strunselectall'] = 'Desélectionner tout'; $lang['strlocale'] = 'Locale'; $lang['strcollation'] = 'Tri'; - $lang['strctype'] = 'Type de cartactère'; + $lang['strctype'] = 'Type de caractère'; $lang['strdefaultvalues'] = 'Valeurs par défaut'; $lang['strnewvalues'] = 'Nouvelles valeurs'; $lang['strstart'] = 'Démarrer';