Skip to content
Snippets Groups Projects
Commit cea3d096 authored by fantu's avatar fantu
Browse files

- Add other string to multilanguage system in monitor module

- Update italian language
parent d76ee961
No related branches found
No related tags found
No related merge requests found
......@@ -31,5 +31,7 @@ $wb['Logfiles'] = 'Logfiles';
$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";
?>
\ No newline at end of file
......@@ -30,4 +30,6 @@ $wb['Logfiles'] = 'File dei log';
$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';
?>
......@@ -88,7 +88,7 @@ switch($logParam) {
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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment