changing french language from "French" to "Français" for *updating* installations

This commit is contained in:
Ralf Becker 2011-11-25 06:36:46 +00:00
parent 2e6baa6550
commit 421f14d220

View File

@ -43,5 +43,8 @@ function phpgwapi_upgrade1_9_001()
$GLOBALS['egw_setup']->oProc->CreateIndex('egw_addressbook_extra',
array('contact_name','contact_value(32)'));
// French language: Français
$GLOBALS['egw_setup']->db->insert($GLOBALS['egw_setup']->languages_table,array('lang_name' => 'Français'),array('lang_id' => 'fr'),__LINE__,__FILE__);
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.9.002';
}