#!/bin/sh #------------------------------------------------------------------------------ # OPT_EMBEDDED /srv/www/lang/rrdtool_soekris.fr __FLI4LVER__ # Creation: 2008-05-02 Joe # Last Update: $Id$ # Translator: Bernard # Used by: /etc/rrdtool/soekris.params #------------------------------------------------------------------------------ RRDTOOL_LNG_LOADED_soekris="fr" # 1st level tab label for source name RRDTOOL_LNG_TAB_LABEL_soekris="Soekris" # 2nd level tab label for option name of soruce RRDTOOL_LNG_TAB_LABEL_soekris_temperature="Température" RRDTOOL_LNG_TAB_LABEL_soekris_voltage="Tension d'alimentation" # Temperature graph _TEMP_title="Température" _TEMP_unit="Degré Celsius" _TEMP_ds1="Processeur (1min moy)" # Voltage graph _VOLT_title="Tension d'alimentation" _VOLT_unit="Volt" _VOLT_ds1="Tension d'alimentation (1min moy)"