#!/bin/sh #------------------------------------------------------------------------------ # OPT_EMBEDDED /srv/www/lang/rrdtool_fscpc.fr __FLI4LVER__ # Creation: 2008-05-02 Joe # Last Update: $Id$ # Translator: Bernard # Used by: /etc/rrdtool/fscpc.params #------------------------------------------------------------------------------ RRDTOOL_LNG_LOADED_fscpc="fr" # 1st level tab label for source name RRDTOOL_LNG_TAB_LABEL_fscpc="fscpc" # 2nd level tab label for option name of soruce RRDTOOL_LNG_TAB_LABEL_fscpc_temperature="Températures" RRDTOOL_LNG_TAB_LABEL_fscpc_voltage="Tensions d'alimentation" # Temperature graph _TEMP_title="Températures" _TEMP_unit="Degré Celsius" _TEMP_ds1="Processeur (1min moy)" _TEMP_ds2="Carte mère (1min moy)" # Voltage graph _VOLT_title="Tensions d'alimentation" _VOLT_unit="Volt" _VOLT_ds1="12V (1min moy)" _VOLT_ds2="5V (1min moy)" _VOLT_ds3="VBat (1min moy)"