Ad Widget

Collapse

PATCH: Language support for errors and other messages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dotneft
    Senior Member
    • Nov 2008
    • 699

    #1

    PATCH: Language support for errors and other messages

    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:

    Code:
    ...
    <?php
    
    include_once('include/locales/<your locale file>');
    process_locales();
    set_zbx_locales();
    
    
    function permission2str($group_permission){
    ...
    I think in the future, the developers fix this bug. For example adding to the configuration file default locale.
    Attached Files
    Last edited by dotneft; 05-01-2009, 14:51.
  • dotneft
    Senior Member
    • Nov 2008
    • 699

    #2
    full export error, info, messages in locales!!
    with russian translate!
    new lang only for en and ru

    trunk version 6586


    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){
    ...
    Attached Files

    Comment

    Working...