Ignore:
Timestamp:
12/07/07 10:17:09 (16 years ago)
Author:
niltonneto
Message:

Internacionalização do CC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/inc/class.ui_data.inc.php

    r118 r119  
    177177                        $GLOBALS['phpgw']->template->set_var('cc_msg_export_contacts', lang('Export Contacts')); 
    178178                        $GLOBALS['phpgw']->template->set_var('cc_msg_expresso_info_csv', lang('The Expresso supports the contacts importation in the CSV file format.')); 
    179                         $GLOBALS['phpgw']->template->set_var('cc_msg_choose_file_type', lang('Select the file type.')); 
     179                        $GLOBALS['phpgw']->template->set_var('cc_msg_choose_file_type', lang('Select the file type')); 
    180180                        $GLOBALS['phpgw']->template->set_var('cc_msg_outlook_express', lang('Outlook Express')); 
    181181                        $GLOBALS['phpgw']->template->set_var('cc_msg_outlook2k', lang('Outlook 2000')); 
     
    188188                        $GLOBALS['phpgw']->template->set_var('cc_msg_import_finished', lang('The importation has finished.')); 
    189189                        $GLOBALS['phpgw']->template->set_var('cc_msg_choose_valid_csv', lang('Select a valid CSV file to import your contacts')); 
     190                        $GLOBALS['phpgw']->template->set_var('cc_msg_export_csv', lang('Select the format type that you want to export your contacts')); 
    190191                        $GLOBALS['phpgw']->template->set_var('cc_msg_export_error', lang('An error has occurred while the exportation.')); 
    191                         $GLOBALS['phpgw']->template->set_var('cc_msg_new_email', lang('New E-Mail...')); 
     192                        $GLOBALS['phpgw']->template->set_var('cc_msg_new_email', lang('New Email')); 
    192193                        $GLOBALS['phpgw']->template->set_var('cc_msg_main', lang('Main')); 
    193194                        $GLOBALS['phpgw']->template->set_var('cc_msg_alternative', lang('Alternative')); 
     
    214215                        $GLOBALS['phpgw']->template->set_var('cc_msg_copy_to_catalog', lang('Copy to personal catalog.')); 
    215216                        $GLOBALS['phpgw']->template->set_var('cc_msg_add_contact_to_group', lang('You did not add any contact for this group.')); 
    216                         $GLOBALS['phpgw']->template->set_var('cc_msg_fill_field_name', lang('Fill the field Full Name.')); 
     217                        $GLOBALS['phpgw']->template->set_var('cc_msg_fill_field_name', lang('Fill the field Full Name')); 
    217218                         
    218219                        $GLOBALS['phpgw']->template->parse('out','index'); 
Note: See TracChangeset for help on using the changeset viewer.