This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via b675537a691e1ffeb532b43c6fea1654b421f27b (commit) from 36d351ff3b607f2150e9cedb3e1563a2591e3bb7 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit b675537a691e1ffeb532b43c6fea1654b421f27b Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Oct 30 14:52:47 2010 +0200
lang fr: fix idle cpu was showed as used cpu time.
-----------------------------------------------------------------------
Summary of changes: langs/fr/cgi-bin/fr.pl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/langs/fr/cgi-bin/fr.pl b/langs/fr/cgi-bin/fr.pl index 0179e73..70ef214 100644 --- a/langs/fr/cgi-bin/fr.pl +++ b/langs/fr/cgi-bin/fr.pl @@ -543,13 +543,13 @@ 'could not open update information file' => 'Impossible d'ouvrir le fichier d'information de mise à jour. Le fichier est corrompu.', 'could not retrieve common name from certificate' => 'Impossible de récupérer le nom courant depuis le certificat.', 'country' => 'Pays', -'cpu idle usage' => 'Utilisation du CPU', +'cpu idle usage' => 'Pourcentage d'inactivite CPU', 'cpu interrupt usage' => 'Utilisation des interruptions CPU', 'cpu iowait usage' => 'Le COU attend des IO', 'cpu irq usage' => 'Utilisation CPU IRQ', 'cpu nice usage' => 'Utilisation CPU Nice', 'cpu steal usage' => 'Utilisation CPU Steal', -'cpu system usage' => 'Utilisation CPU Système', +'cpu system usage' => 'Utilisation CPU Systeme', 'cpu usage per' => 'Utilisation du CPU par', 'cpu user usage' => 'Utilisation du CPU par l'utilisateur', 'create' => 'Créer',
hooks/post-receive -- IPFire 2.x development tree