Backend changes & some templates' translation

This commit is contained in:
ZonD Eighty 2012-12-27 17:28:16 +04:00
commit dcf849263d
24 changed files with 1136 additions and 1085 deletions

View file

@ -137,7 +137,7 @@ top_panel($user,$TAB);
}
if (empty($_SESSION['error_msg'])) {
$_SESSION['ok_msg'] = "OK: changes has been saved.";
$_SESSION['ok_msg'] = _('OK: changes has been saved.');
}
}
@ -196,7 +196,7 @@ top_panel($user,$TAB);
}
if (empty($_SESSION['error_msg'])) {
$_SESSION['ok_msg'] = "OK: changes has been saved.";
$_SESSION['ok_msg'] = _('OK: changes has been saved.');
}
}