This commit is contained in:
Laurent Destailleur 2008-06-17 01:39:44 +00:00
parent 195bebfc3e
commit 219c85f994
4 changed files with 1102 additions and 1099 deletions

View File

@ -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>';

View File

@ -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

View File

@ -73,7 +73,8 @@ LanguageBrowserParameter=Variable %s
LocalisationDolibarrParameters=Parámetros de localización LocalisationDolibarrParameters=Parámetros de localización
CurrentDolibarrLanguage=Idioma actual Dolibarr CurrentDolibarrLanguage=Idioma actual Dolibarr
DolibarrTZ=Zona hoaria DolibarrTZ=Zona hoaria
OffsetWithGreenwich=Offset con Greenwich (segundos) ServerTZ=Zona hoaria
PHPServerOffsetWithGreenwich=Offset con Greenwich (segundos)
OSEnv=Entorno SO OSEnv=Entorno SO
Box=Caja Box=Caja
Boxes=Cajas Boxes=Cajas

View File

@ -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