Ignore:
Timestamp:
10/01/08 16:27:52 (16 years ago)
Author:
niltonneto
Message:

Correção de tradução

File:
1 edited

Legend:

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

    r471 r493  
    125125                        else 
    126126                        { 
    127                                 echo 'Erro na escrita no LDAP, funcao add_attribute: ' . ldap_error($this->ldap_connection); 
     127                                echo lang('Error written in LDAP, function add_attribute'). ldap_error($this->ldap_connection); 
    128128                                ldap_close($this->ldap_connection); 
    129129                                return false; 
     
    140140                        else 
    141141                        { 
    142                                 echo 'Erro na escrita no LDAP, funcao remove_attribute: ' . ldap_error($this->ldap_connection); 
     142                                echo lang('Error written in LDAP, function remove_attribute'). ldap_error($this->ldap_connection); 
    143143                                ldap_close($this->ldap_connection); 
    144144                                return false; 
Note: See TracChangeset for help on using the changeset viewer.