mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
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:
parent
db1a553e5b
commit
a2d33b72ec
23 changed files with 1631 additions and 1287 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue