Completed translation to EN/RU

HTML need to be fixed, configurable language need to be added to user
settings, need to change some API answers to translate RRD Graphics.
This commit is contained in:
ZonD Eighty 2013-01-16 15:36:57 +04:00
commit a2d33b72ec
23 changed files with 1631 additions and 1287 deletions

View file

@ -12,7 +12,7 @@ if ($_SESSION['user'] == 'admin') {
}
if ($return_var != 0) {
$error = implode('<br>', $output);
if (empty($error)) $error = 'Error: service '.$v_service.' start failed';
if (empty($error)) $error = _('SERVICE_ACTION_FAILED',_('start'),$v_service);;
$_SESSION['error_srv'] = $error;
}
unset($output);