- Add other string to multilanguage system in monitor module
- Update italian language
| | |
| | | $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"; |
| | | |
| | | ?> |
| | |
| | | $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'; |
| | | ?> |
| | |
| | | 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) { |