#!/bin/sh #------------------------------------------------------------------------------ # OPT_EMBEDDED /srv/www/lang/rrdtool_soekris.en __FLI4LVER__ # Creation: 2008-05-02 Joe # Last Update: $Id$ # Translator: Joe # Used by: /etc/rrdtool/soekris.params #------------------------------------------------------------------------------ RRDTOOL_LNG_LOADED_soekris="en" # 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="Temperature" RRDTOOL_LNG_TAB_LABEL_soekris_voltage="Operating voltage" # Temperature graph _TEMP_title="Temperature" _TEMP_unit="Degree Celsius" _TEMP_ds1="Central Processing Unit (1min avg)" # Voltage graph _VOLT_title="Operating voltage" _VOLT_unit="Volt" _VOLT_ds1="Operating voltage (1min avg)"