mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 06:59:46 +01:00
changing french language from "French" to "Français" for *updating* installations
This commit is contained in:
parent
2e6baa6550
commit
421f14d220
@ -43,5 +43,8 @@ function phpgwapi_upgrade1_9_001()
|
|||||||
$GLOBALS['egw_setup']->oProc->CreateIndex('egw_addressbook_extra',
|
$GLOBALS['egw_setup']->oProc->CreateIndex('egw_addressbook_extra',
|
||||||
array('contact_name','contact_value(32)'));
|
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';
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.9.002';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user