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.uigroups.inc.php

    r180 r233  
    256256                                'back_url'                                      => $GLOBALS['phpgw']->link('/index.php','menuaction=expressoAdmin1_2.uigroups.list_groups'), 
    257257                                'combo_manager_org'                     => $combo_manager_org, 
    258                                 'combo_all_orgs'                        => $combo_all_orgs 
     258                                'combo_all_orgs'                        => $combo_all_orgs, 
     259                                'group_name_field_is_empty'     => lang('Group name field is empty'), 
     260                                'description_field_is_empty'    => lang('Description field is empty'), 
     261                                'group_name_field_not_allowed'  => lang('Group Name field contains characters not allowed.'), 
     262                                'description_field_not_allowed' => lang('Description field containd characters not allowed.'), 
     263                                'group_successfully_created'    => lang('Group successfully created!'), 
     264                                'group_successfully_saved'      => lang('Group successfully saved!'), 
     265                                'not_possible_select_all_users' => lang('It is not possible to select all the users of the organization root.'), 
     266                                'group_successfully_deleted'    => lang('Group successfully deleted!'), 
     267                                'field_email_is_invalid'        => lang('The field E-Mail is invalid'), 
     268                                'delete_group'                  => lang('Delte group '), 
     269                                'field_name_is_incomplete'      => lang('The field NAME of the group is incomplete.\n 
     270                                                                         The group\'s name must be formated like this:\n 
     271                                                                         group-ORGANIZATION-GROUP_NAME.\n 
     272                                                                         Ex: grupo-celepar-rh') 
     273 
    259274                        ); 
    260275                        $p->set_var($var); 
Note: See TracChangeset for help on using the changeset viewer.