Trad
This commit is contained in:
parent
195bebfc3e
commit
219c85f994
@ -61,9 +61,9 @@ print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("LanguageParameter","
|
|||||||
$var=!$var;
|
$var=!$var;
|
||||||
print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("LanguageParameter","PHP LC_MONETARY")."</td><td>".setlocale(LC_MONETARY,0)."</td></tr>\n";
|
print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("LanguageParameter","PHP LC_MONETARY")."</td><td>".setlocale(LC_MONETARY,0)."</td></tr>\n";
|
||||||
$var=!$var;
|
$var=!$var;
|
||||||
print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("DolibarrTZ")."</td><td>".$_ENV["TZ"]."</td></tr>\n";
|
print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("ServerTZ")."</td><td>".$_ENV["TZ"]."</td></tr>\n";
|
||||||
$var=!$var;
|
$var=!$var;
|
||||||
print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("OffsetWithGreenwich")."</td><td>".(- dolibarr_mktime(0,0,0,1,1,1970))."</td></tr>\n";
|
print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("PHPServerOffsetWithGreenwich")."</td><td>".(- dolibarr_mktime(0,0,0,1,1,1970))."</td></tr>\n";
|
||||||
print '</table>';
|
print '</table>';
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
|
|||||||
@ -71,7 +71,8 @@ LanguageBrowserParameter=Parameter %s
|
|||||||
LocalisationDolibarrParameters=Localisation parameters
|
LocalisationDolibarrParameters=Localisation parameters
|
||||||
CurrentDolibarrLanguage=Dolibarr current language
|
CurrentDolibarrLanguage=Dolibarr current language
|
||||||
DolibarrTZ=Time Zone
|
DolibarrTZ=Time Zone
|
||||||
OffsetWithGreenwich=Offset width Greenwich (secondes)
|
ServerTZ=Server Time Zone
|
||||||
|
PHPServerOffsetWithGreenwich=Server PHP Offset width Greenwich (secondes)
|
||||||
OSEnv=OS Environment
|
OSEnv=OS Environment
|
||||||
Box=Box
|
Box=Box
|
||||||
Boxes=Boxes
|
Boxes=Boxes
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -71,7 +71,8 @@ LanguageBrowserParameter=Variable %s
|
|||||||
LocalisationDolibarrParameters=Paramètres de localisation
|
LocalisationDolibarrParameters=Paramètres de localisation
|
||||||
CurrentDolibarrLanguage=Langue Dolibarr courante
|
CurrentDolibarrLanguage=Langue Dolibarr courante
|
||||||
DolibarrTZ=Time Zone
|
DolibarrTZ=Time Zone
|
||||||
OffsetWithGreenwich=Offset avec Greenwich (secondes)
|
ServerTZ=Serveur Time Zone
|
||||||
|
PHPServerOffsetWithGreenwich=Serveur PHP offset avec Greenwich (secondes)
|
||||||
OSEnv=Environnement OS
|
OSEnv=Environnement OS
|
||||||
Box=Boîte
|
Box=Boîte
|
||||||
Boxes=Boîtes
|
Boxes=Boîtes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user