Trad: La mécanique du programme d'installation est également multilangue maintenant. Reste à traduire les chaines.
This commit is contained in:
parent
1939a35e49
commit
d365b30588
@ -284,6 +284,12 @@ if ($_POST["action"] == "set")
|
|||||||
where name = 'SOCIETE_OUTPUTDIR';" ;
|
where name = 'SOCIETE_OUTPUTDIR';" ;
|
||||||
|
|
||||||
$sql[4] = "DELETE from llx_const where name like '%_OUTPUT_URL';";
|
$sql[4] = "DELETE from llx_const where name like '%_OUTPUT_URL';";
|
||||||
|
|
||||||
|
|
||||||
|
$sql[5] = "UPDATE llx_const SET value='".$langs->defaultlang."',
|
||||||
|
type = 'chaine',
|
||||||
|
visible = 0
|
||||||
|
where name = 'MAIN_LANG_DEFAULT';" ;
|
||||||
|
|
||||||
$result = 0;
|
$result = 0;
|
||||||
|
|
||||||
|
|||||||
@ -54,7 +54,7 @@ function pHeader($soutitre,$next)
|
|||||||
|
|
||||||
print '<html>';
|
print '<html>';
|
||||||
print '<head>';
|
print '<head>';
|
||||||
print '<meta http-equiv="content-type" content="text/html; charset=iso8859-1">';
|
print '<meta http-equiv="content-type" content="text/html; charset='.$langs->trans("charset").'"';
|
||||||
print '<link rel="stylesheet" type="text/css" href="./default.css">';
|
print '<link rel="stylesheet" type="text/css" href="./default.css">';
|
||||||
print '<title>'.$langs->trans("DolibarrSetup").'</title>';
|
print '<title>'.$langs->trans("DolibarrSetup").'</title>';
|
||||||
print '</head>';
|
print '</head>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user