#!/bin/sh #------------------------------------------------------------------------------ # OPT_EMBEDDED /srv/www/lang/rrdtool_p640.en __FLI4LVER__ # Creation: 2008-05-02 Joe # Last Update: $Id$ # Translator: Joe # Used by: /etc/rrdtool/p640.params #------------------------------------------------------------------------------ RRDTOOL_LNG_LOADED_p640="en" # 1st level tab label for source name RRDTOOL_LNG_TAB_LABEL_p640="p640" # 2nd level tab label for option name of soruce RRDTOOL_LNG_TAB_LABEL_p640_temperature="Temperatures" RRDTOOL_LNG_TAB_LABEL_p640_voltage="Voltages" RRDTOOL_LNG_TAB_LABEL_p640_cpuspeed="CPU Clock" RRDTOOL_LNG_TAB_LABEL_p640_fan="Fans" # 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="+12V (1min avg)" _VOLT_ds3="+3,3V (1min avg)" _VOLT_ds4="+5V (1min avg)" _VOLT_ds5="5VSB (1min avg)" _VOLT_ds6="VBat (1min avg)" # Fan graph _FAN_title="Fans" _FAN_unit="RPM" _FAN_ds1="CPU (1min avg)" _FAN_ds2="SYS (1min avg)" # MHZ graph _MHZ_title="Clock Frequency" _MHZ_unit="MHz" _MHZ_ds1="CPU (1min avg)"