#!/bin/sh #------------------------------------------------------------------------------ # OPT_EMBEDDED /srv/www/lang/rrdtool_aewin.en __FLI4LVER__ # Creation: 2008-05-02 Joe # Last Update: $Id$ # Translator: Joe # Used by: /etc/rrdtool/aewin.params #------------------------------------------------------------------------------ RRDTOOL_LNG_LOADED_aewin="en" # 1st level tab label for source name RRDTOOL_LNG_TAB_LABEL_aewin="aewin" # 2nd level tab label for option name of soruce RRDTOOL_LNG_TAB_LABEL_aewin_temperature="Temperatures" RRDTOOL_LNG_TAB_LABEL_aewin_voltage="Voltages" # Temperature graph _TEMP_title="Temperatures" _TEMP_unit="Degree Celsius" _TEMP_ds1="Central Processing Unit (1min avg)" _TEMP_ds2="Printed Circuit Board (1min avg)" # Voltage graph _VOLT_title="Operating voltage" _VOLT_unit="Volt" _VOLT_ds1="Core 1 (1min avg)" _VOLT_ds2="Core 2 (1min avg)" _VOLT_ds3="+3,3V (1min avg)" _VOLT_ds4="+5V (1min avg)" _VOLT_ds5="VCC (1min avg)" _VOLT_ds6="VBat (1min avg)"