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