PWS_blocks.php missing translation(s)

line 464 :

$blck_ppp [$script][]   = array ('show' => true,      'popup' => 'soil_tmp_mst_popup.php',     'chartinfo' => 'popup',  'text' => 'Soil moist and temp info' );

change to

$blck_ppp [$script][]   = array ('show' => true,      'popup' => 'soil_tmp_mst_popup.php',     'chartinfo' => 'popup',  'text' => $Soil_moist_and_temp_info_txt );

line 77:
add

$Soil_moist_and_temp_info_txt    = lang('Soil moist and temp info');
2 Likes

Hi mem0rz,

Thanks for pointing this out.
The soil-moist block was added far later than the main blocks.

Done:
Added translation call for ‘soil-moist’ info.
Also the translations for the webcam2 and 3 blocks ‘headline’ and ‘info’
That way the three blocks get their own heading and info texts.


The download is included in PWS_Dashboard 2012_lts updates

Best regards,

Wim

2 Likes