fantu
2008-11-16 cea3d0962ab62e95d63f86366ea65b52fedd1534
- Add other string to multilanguage system in monitor module
- Update italian language
3 files modified
6 ■■■■ changed files
interface/web/monitor/lib/lang/en.lng 2 ●●●●● patch | view | raw | blame | history
interface/web/monitor/lib/lang/it.lng 2 ●●●●● patch | view | raw | blame | history
interface/web/monitor/show_log.php 2 ●●● patch | view | raw | blame | history
interface/web/monitor/lib/lang/en.lng
@@ -31,5 +31,7 @@
$wb['CPU info'] = 'CPU info';
$wb['Status of services'] = 'Status of services';
$wb['System Monitor'] = 'System Monitor';
$wb['No Refresh'] = 'No Refresh';
$wb["minutes"] = "minutes";
?>
interface/web/monitor/lib/lang/it.lng
@@ -30,4 +30,6 @@
$wb['CPU info'] = 'Informazioni CPU';
$wb['Status of services'] = 'Stato dei servizi';
$wb['System Monitor'] = 'Monitoraggio del sistema';
$wb['No Refresh'] = 'No Aggiornamento';
$wb['minutes'] = 'minuti';
?>
interface/web/monitor/show_log.php
@@ -88,7 +88,7 @@
 Attention: the core-moule ist triggered every 5 minutes, 
            so reload every 2 minutes is impossible!
*/
$refresh_values = array('0' => '- No Refresh -','5' => '5','10' => '10','15' => '15','30' => '30','60' => '60');
$refresh_values = array('0' => '- '.$app->lng("No Refresh").' -','5' => '5 '.$app->lng("minutes"),'10' => '10 '.$app->lng("minutes"),'15' => '15 '.$app->lng("minutes"),'30' => '30 '.$app->lng("minutes"),'60 ' => '60'.$app->lng("minutes"));
$tmp = '';
foreach($refresh_values as $key => $val) {
    if($key == $refresh) {