Ignore:
Timestamp:
12/06/07 14:25:18 (16 years ago)
Author:
wmerlotto
Message:

ContactCenter? internacionalizado. Corrigido falhas de tradução do ExpressoMail?.

File:
1 edited

Legend:

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

    r89 r118  
    107107                        $GLOBALS['phpgw']->template->set_var('cc_qa_save',lang('Save')); 
    108108                        $GLOBALS['phpgw']->template->set_var('cc_qa_clear',lang('Clear')); 
     109                        $GLOBALS['phpgw']->template->set_var('cc_qa_close',lang('Close')); 
    109110                        /* End Quick Add */ 
    110111                         
     
    162163                        $GLOBALS['phpgw']->template->set_var('cc_results',lang('Results')); 
    163164                        $GLOBALS['phpgw']->template->set_var('cc_is_my',lang('Is My')); 
     165                        $GLOBALS['phpgw']->template->set_var('cc_ie_personal',lang('Import/Export pesonal contacts')); 
    164166                        $GLOBALS['phpgw']->template->set_var('cc_btn_search',lang('Search')); 
    165167                        $GLOBALS['phpgw']->template->set_var('cc_add_relation',lang('Add Relation')); 
     
    171173                        $GLOBALS['phpgw']->template->set_var('cc_window_views_title',lang('Contact Center').' - '.lang('Views')); 
    172174                        $GLOBALS['phpgw']->template->set_var('phpgw_img_dir', $GLOBALS['phpgw_info']['server']['webserver_url'] . '/phpgwapi/images'); 
     175 
     176                        $GLOBALS['phpgw']->template->set_var('cc_msg_import_contacts', lang('Import Contacts')); 
     177                        $GLOBALS['phpgw']->template->set_var('cc_msg_export_contacts', lang('Export Contacts')); 
     178                        $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.')); 
     180                        $GLOBALS['phpgw']->template->set_var('cc_msg_outlook_express', lang('Outlook Express')); 
     181                        $GLOBALS['phpgw']->template->set_var('cc_msg_outlook2k', lang('Outlook 2000')); 
     182                        $GLOBALS['phpgw']->template->set_var('cc_msg_expresso_default', lang('Expresso (default)')); 
     183                        $GLOBALS['phpgw']->template->set_var('cc_msg_choose_contacts_file', lang('Select the file that contains the contacts to be imported:')); 
     184                        $GLOBALS['phpgw']->template->set_var('cc_msg_close', lang('Close')); 
     185                        $GLOBALS['phpgw']->template->set_var('cc_msg_ie_personal', lang('Import / Export personal Contacts')); 
     186                        $GLOBALS['phpgw']->template->set_var('cc_msg_import_fail', lang('The importation has failed. Verify the file format.')); 
     187                        $GLOBALS['phpgw']->template->set_var('cc_msg_importing_contacts', lang('Importing Contacts...')); 
     188                        $GLOBALS['phpgw']->template->set_var('cc_msg_import_finished', lang('The importation has finished.')); 
     189                        $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_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_main', lang('Main')); 
     193                        $GLOBALS['phpgw']->template->set_var('cc_msg_alternative', lang('Alternative')); 
     194                        $GLOBALS['phpgw']->template->set_var('cc_msg_select_email', lang('Select E-Mail')); 
     195                        $GLOBALS['phpgw']->template->set_var('cc_msg_new_phone', lang('New Telephone')); 
     196                        $GLOBALS['phpgw']->template->set_var('cc_msg_home', lang('Home')); 
     197                        $GLOBALS['phpgw']->template->set_var('cc_msg_cellphone', lang('Cellphone')); 
     198                        $GLOBALS['phpgw']->template->set_var('cc_msg_work', lang('Work')); 
     199                        $GLOBALS['phpgw']->template->set_var('cc_msg_fax', lang('Fax')); 
     200                        $GLOBALS['phpgw']->template->set_var('cc_msg_pager', lang('Pager')); 
     201                        $GLOBALS['phpgw']->template->set_var('cc_msg_choose_phone', lang('Select the telephone')); 
     202                        $GLOBALS['phpgw']->template->set_var('cc_msg_warn_firefox', lang('Warning: Too old version of Firefox')); 
     203                        $GLOBALS['phpgw']->template->set_var('cc_msg_firefox_half1', lang('For this application work correctly</u>')); 
     204                        $GLOBALS['phpgw']->template->set_var('cc_msg_firefox_half2', lang('it\'s necessary to update your Firefox Browser for a new version (version > 1.5) Install now clicking in the link bellow, or if you want to update it later')); 
     205                        $GLOBALS['phpgw']->template->set_var('cc_msg_click_close', lang('click Close')); 
     206                        $GLOBALS['phpgw']->template->set_var('cc_msg_install_now', lang('Install Now')); 
     207                        $GLOBALS['phpgw']->template->set_var('cc_msg_install_new_firefox', lang('Install a new Firefox version')); 
     208                        $GLOBALS['phpgw']->template->set_var('cc_msg_moz_thunderbird', lang('Export as Mozilla Thunderbird CSV.')); 
     209                        $GLOBALS['phpgw']->template->set_var('cc_msg_outlook_express_pt', lang('Export as Outlook Express (Portuguese) CSV.')); 
     210                        $GLOBALS['phpgw']->template->set_var('cc_msg_outlook_express_en', lang('Export as Outlook Express (English) CSV.')); 
     211                        $GLOBALS['phpgw']->template->set_var('cc_msg_outlook_2k_pt', lang('Export as Outlook 2000 (Portuguese) CSV.')); 
     212                        $GLOBALS['phpgw']->template->set_var('cc_msg_outlook_2k_en', lang('Export as Outlook 2000 (English) CSV.')); 
     213                        $GLOBALS['phpgw']->template->set_var('cc_msg_expresso_default_csv', lang('Export as Expresso (Default) CSV.')); 
     214                        $GLOBALS['phpgw']->template->set_var('cc_msg_copy_to_catalog', lang('Copy to personal catalog.')); 
     215                        $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.')); 
    173217                         
    174218                        $GLOBALS['phpgw']->template->parse('out','index'); 
Note: See TracChangeset for help on using the changeset viewer.