full export error, info, messages in locales!!
with russian translate!
new lang only for en and ru
1.6.1 rev 6491
known bugs:
1) in perm.inc.php and setup.php not defined default locale. Fix thise:
I think in the future, the developers fix this bug. For example adding to the configuration file default locale.
with russian translate!
new lang only for en and ru
1.6.1 rev 6491
known bugs:
1) in perm.inc.php and setup.php not defined default locale. Fix thise:
Code:
...
<?php
include_once('include/locales/<your locale file>');
process_locales();
set_zbx_locales();
function permission2str($group_permission){
...
Comment