| Gestionnaire du menu du haut | ';
@@ -157,7 +154,7 @@ else
print '';
}
diff --git a/htdocs/admin/system/constall.php b/htdocs/admin/system/constall.php
index 0061f3872f0..68621dbd6cd 100644
--- a/htdocs/admin/system/constall.php
+++ b/htdocs/admin/system/constall.php
@@ -32,8 +32,8 @@ print_titre("Liste de tous les param
print ' ';
print '';
print '';
-print '| Paramètre | ';
-print 'Valeur | ';
+print ''.$langs->trans("Parameter").' | ';
+print ''.$langs->trans("Value").' | ';
print " \n";
$sql = "SELECT rowid, name, value, type, note FROM ".MAIN_DB_PREFIX."const ORDER BY name ASC";
diff --git a/htdocs/admin/system/os.php b/htdocs/admin/system/os.php
index 484de7cc28b..a8ba4617abd 100644
--- a/htdocs/admin/system/os.php
+++ b/htdocs/admin/system/os.php
@@ -31,7 +31,8 @@ print_titre("OS");
print " \n";
print '';
-print "| Paramètre | Valeur | \n";
+print '| '.$langs->trans("Parameter").' | '.$langs->trans("Value").' | ';
+print "\n";
// Récupère la version de l'OS
ob_start();
phpinfo();
diff --git a/htdocs/admin/system/web.php b/htdocs/admin/system/web.php
index 2b4cdcba40a..25f12f9b6f0 100644
--- a/htdocs/admin/system/web.php
+++ b/htdocs/admin/system/web.php
@@ -31,7 +31,7 @@ print_titre("Serveur Web");
print " \n";
print '';
-print "| Paramètre | Valeur | \n";
+print "| ".$langs->trans("Parameter")." | ".$langs->trans("Value")." | \n";
print "| Version | ".$_SERVER["SERVER_SOFTWARE"]." | \n";
print "| Nom du serveur virtuel | " . $_SERVER["SERVER_NAME"] . " | \n";
print "| IP | ".$_SERVER["SERVER_ADDR"]." | \n";
diff --git a/htdocs/admin/webcalendar.php b/htdocs/admin/webcalendar.php
index ddb9bd34d52..19f028a0c9f 100644
--- a/htdocs/admin/webcalendar.php
+++ b/htdocs/admin/webcalendar.php
@@ -2,7 +2,7 @@
/* Copyright (C) 2003 Rodolphe Quiedeville
* Copyright (C) 2003 Éric Seigne
* Copyright (C) 2004 Laurent Destailleur
- * Copyright (C) 2004 Benoit Mortier
+ * Copyright (C) 2004 Benoit Mortier
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -81,8 +81,8 @@ if ($actionsave)
print ' |