Ignore:
Timestamp:
01/08/09 16:35:48 (15 years ago)
Author:
niltonneto
Message:

Correção de algumas traduções.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/inc/class.ldap_functions.inc.php

    r540 r585  
    7676                */ 
    7777                 
     78                // Este if é para utilizar o master. (para replicação) 
    7879                if ( (!empty($GLOBALS['phpgw_info']['server']['ldap_master_host'])) && ($ldap_connection = ldap_connect($GLOBALS['phpgw_info']['server']['ldap_master_host'])) ) 
    7980                { 
     
    905906                        if (ldap_errno($ldapMasterConnect) == '50') 
    906907                        { 
    907                                  
    908                                 $return['msg'] = $this->functions->lang('You do not have right to create institutional accounts') . "."; 
    909  
    910                                 $result['msg'] =        $this->functions->lang('Error on the function') . ' ldap_functions->add_user2maillist' . ".\n" . 
     908                                $result['msg'] =        $this->functions->lang('Error on the function') . ' ldap_functions->remove_user2maillist' . ".\n" . 
    911909                                                                        $this->functions->lang('The user used for record on LPDA, must have write access') . ".\n"; 
    912910                                                                        $this->functions->lang('The user') . ' ' . $_SESSION['phpgw_info']['expresso']['cc_ldap_server']['acc'] . ' ' . $this->functions->lang('does not have this access') . ".\n"; 
     
    914912                        }                                         
    915913                        else 
    916                                 $result['msg'] = $this->functions->lang('Error on function') . " ldap_functions->add_user2maillist ($dn)" . ".\n" . $this->functions->lang('Server returns') . ': ' . ldap_error($ldapMasterConnect); 
     914                                $result['msg'] = $this->functions->lang('Error on function') . " ldap_functions->remove_user2maillist ($dn)" . ".\n" . $this->functions->lang('Server returns') . ': ' . ldap_error($ldapMasterConnect); 
    917915                } 
    918916                ldap_close($ldapMasterConnect); 
     
    19471945                { 
    19481946                        $result['status'] = false; 
    1949                         $result['msg']  = $this->functions->lang('Error in function') . ' ldap_functions->create_institutional_accounts'; 
     1947                        $result['msg']  = $this->functions->lang('Error on function') . ' ldap_functions->create_institutional_accounts'; 
    19501948                        $result['msg'] .= "\n" . $this->functions->lang('Server return') . ': ' . ldap_error($this->ldap); 
    19511949                } 
Note: See TracChangeset for help on using the changeset viewer.