// Create a Javascript associative array who contain all sentences from module
var LANG_JS = new Array();
function _Tr(key)
{
// will return the default value if LANG_JS[key] is not defined.
return LANG_JS[key] || key;
}
//Please USE the "builder" every javascript modify at: /script/dashboard_langjs_builder.php
// paste source code below
//START
// designer.js
LANG_JS["Changed, press to save"] = 'Changed, press to save';
// bar_render.js
LANG_JS["Colour"] = 'Colour';
LANG_JS["Colour to draw bar in"] = 'Colour to draw bar in';
LANG_JS["Feed"] = 'Feed';
LANG_JS["Feed value"] = 'Feed value';
LANG_JS["Graduations"] = 'Graduations';
LANG_JS["How many graduation lines to draw (only relevant if graduations are on)"] = 'How many graduation lines to draw (only relevant if graduations are on)';
LANG_JS["Max value"] = 'Max value';
LANG_JS["Max value to show"] = 'Max value to show';
LANG_JS["Num Graduations"] = 'Num Graduations';
LANG_JS["Offset"] = 'Offset';
LANG_JS["Scale"] = 'Scale';
LANG_JS["Should the graduations be shown"] = 'Should the graduations be shown';
LANG_JS["Static offset. Subtracted from value before computing position (default 0)"] = 'Static offset. Subtracted from value before computing position (default 0)';
LANG_JS["Units"] = 'Units';
LANG_JS["Unit type to show after value. Ex:
\"{Reading}{unit-string}\""] = 'Unit type to show after value. Ex:
\"{Reading}{unit-string}\"';
LANG_JS["Value is multiplied by scale before display. Defaults to 1"] = 'Value is multiplied by scale before display. Defaults to 1';
// button_render.js
LANG_JS["Feed"] = 'Feed';
LANG_JS["Feed to set, control with caution, make sure device being controlled can operate safely in event of emoncms failure."] = 'Feed to set, control with caution, make sure device being controlled can operate safely in event of emoncms failure.';
LANG_JS["Starting value"] = 'Starting value';
LANG_JS["Value"] = 'Value';
// cylinder_render.js
LANG_JS["Bottom feed value"] = 'Bottom feed value';
LANG_JS["Feed"] = 'Feed';
LANG_JS["Top feed value"] = 'Top feed value';
// dial_render.js
LANG_JS["Feed"] = 'Feed';
LANG_JS["Feed value"] = 'Feed value';
LANG_JS["Graduations"] = 'Graduations';
LANG_JS["Max value"] = 'Max value';
LANG_JS["Max value to show"] = 'Max value to show';
LANG_JS["Offset"] = 'Offset';
LANG_JS["Scale"] = 'Scale';
LANG_JS["Should the graduation limits be shown"] = 'Should the graduation limits be shown';
LANG_JS["Static offset. Subtracted from value before computing needle position"] = 'Static offset. Subtracted from value before computing needle position';
LANG_JS["Type"] = 'Type';
LANG_JS["Type to show"] = 'Type to show';
LANG_JS["Units"] = 'Units';
LANG_JS["Units to show"] = 'Units to show';
LANG_JS["Value is multiplied by scale before display"] = 'Value is multiplied by scale before display';
// feedvalue_render.js
LANG_JS["Decimals"] = 'Decimals';
LANG_JS["Decimals to show"] = 'Decimals to show';
LANG_JS["Feed"] = 'Feed';
LANG_JS["Feed value"] = 'Feed value';
LANG_JS["Units"] = 'Units';
LANG_JS["Units to show"] = 'Units to show';
// jgauge_render.js
LANG_JS["Feed"] = 'Feed';
LANG_JS["Max value"] = 'Max value';
LANG_JS["Max value to show"] = 'Max value to show';
LANG_JS["Units"] = 'Units';
LANG_JS["Units to show"] = 'Units to show';
// led_render.js
LANG_JS["Feed"] = 'Feed';
LANG_JS["Feed value"] = 'Feed value';
// vis_render.js
LANG_JS["0 = before value, 1 = after value"] = '0 = before value, 1 = after value';
LANG_JS["Bottom"] = 'Bottom';
LANG_JS["Bottom feed value"] = 'Bottom feed value';
LANG_JS["Colour"] = 'Colour';
LANG_JS["Consumption"] = 'Consumption';
LANG_JS["Consumption feed value"] = 'Consumption feed value';
LANG_JS["Currency"] = 'Currency';
LANG_JS["Currency position"] = 'Currency position';
LANG_JS["Currency to show"] = 'Currency to show';
LANG_JS["Decimal points"] = 'Decimal points';
LANG_JS["delta"] = 'delta';
LANG_JS["dp"] = 'dp';
LANG_JS["Feed"] = 'Feed';
LANG_JS["Feed source"] = 'Feed source';
LANG_JS["Fill"] = 'Fill';
LANG_JS["Fill value"] = 'Fill value';
LANG_JS["interval"] = 'interval';
LANG_JS["Interval (seconds)-you can set \"d\" for day, \"m\" for month, or \"y\" for year"] = 'Interval (seconds)-you can set \"d\" for day, \"m\" for month, or \"y\" for year';
LANG_JS["kwhd"] = 'kwhd';
LANG_JS["kwhd source"] = 'kwhd source';
LANG_JS["Kwh price"] = 'Kwh price';
LANG_JS["Line colour in hex. Blank is use default."] = 'Line colour in hex. Blank is use default.';
LANG_JS["Mid"] = 'Mid';
LANG_JS["Mid value"] = 'Mid value';
LANG_JS["Power"] = 'Power';
LANG_JS["Power to show"] = 'Power to show';
LANG_JS["scale"] = 'scale';
LANG_JS["Scale by"] = 'Scale by';
LANG_JS["Set kwh price"] = 'Set kwh price';
LANG_JS["Solar"] = 'Solar';
LANG_JS["Solar feed value"] = 'Solar feed value';
LANG_JS["St to \"1\" to show diff between each bar. It displays an ever-increasing Wh feed as a daily\/montly\/yeayly kWh feed (set interval to \"d\", or \"m\", or \"y\" )"] = 'St to \"1\" to show diff between each bar. It displays an ever-increasing Wh feed as a daily\\/montly\\/yeayly kWh feed (set interval to \"d\", or \"m\", or \"y\" )';
LANG_JS["Threshold A"] = 'Threshold A';
LANG_JS["Threshold A used"] = 'Threshold A used';
LANG_JS["Threshold B"] = 'Threshold B';
LANG_JS["Threshold B used"] = 'Threshold B used';
LANG_JS["Top"] = 'Top';
LANG_JS["Top feed value"] = 'Top feed value';
LANG_JS["Ufac"] = 'Ufac';
LANG_JS["Ufac value"] = 'Ufac value';
LANG_JS["Units"] = 'Units';
LANG_JS["units"] = 'units';
LANG_JS["Units to show"] = 'Units to show';
//END