Ignore:
Timestamp:
03/19/08 11:59:26 (16 years ago)
Author:
wmerlotto
Message:

Internacionalizacao do ExpressoAdmin

File:
1 edited

Legend:

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

    r208 r233  
    216216                                'combo_manager_org'                     => $combo_manager_org, 
    217217                                'combo_all_orgs'                        => $combo_all_orgs, 
    218                                 'defaultDomain'                         => $this->current_config['expressoAdmin_defaultDomain'] 
     218                                'defaultDomain'                         => $this->current_config['expressoAdmin_defaultDomain'], 
     219                                'combo_org'                                     => $sectors, 
     220                                'login_field_has_spaces'        => lang('Login field has spaces'), 
     221                                'list_email_field_is_empty'     => lang('List e-mail field is empty'), 
     222                                'no_user_is_part_of_the_list'   => lang('No user is part of the list'), 
     223                                'email_list_successfully_created'       => lang('E-Mail list successfully created!'), 
     224                                'email_list_successfully_saved'         => lang('E-Mail list successfully saved!'), 
     225                                'sending_control_list_successfully_saved'       => lang('Sending control list sucessfully saved!'), 
     226                                'it_is_not_possible_select_users'            => lang('It is not possible to select all the users of the organization root'), 
     227                                'email_list_successfully_deleted'               => lang('E-Mail list successfully deleted'), 
     228                                'login_field_incomplete'   => lang('The LOGIN field is incomplete.\n The list name must be in the following format:\n 
     229                                                                    list-ORGANIZATION-LIST_NAME.\n Ex: lista-celepar-rh'), 
     230                                'field_email_is_invalid'   => lang('Field E-mail is invalid'), 
     231                                'delete_list' =>('Delete list') 
    219232                        ); 
     233 
    220234                        $p->set_var($var); 
    221235                         
Note: See TracChangeset for help on using the changeset viewer.