Ignore:
Timestamp:
10/06/09 10:27:46 (15 years ago)
Author:
wmerlotto
Message:

Ticket #628 - Implementada a funcionalidade de adição no catálogo compartilhado.

File:
1 edited

Legend:

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

    r1494 r1496  
    4141                        $template->set_var('cc_msg_err_timeout',lang('Operation Timed Out.')); 
    4242                        $template->set_var('cc_msg_err_serialize_data_unknown',lang('Data to be serialized is of unknown type!')); 
     43                        $template->set_var('cc_msg_err_shared',lang('No shared catalog that has permission to add.')); 
    4344                        /* End Messages */ 
    4445 
     
    229230                        $template->set_var('emails_telephones', lang("E-Mails and Telephones")); 
    230231                        $template->set_var('cc_default', lang("Default")); 
     232 
     233                        $template->set_var('cc_contact_shared',lang('Add to catalog')); 
     234                        $template->set_var('cc_contact_shared_types',lang('Choose in wich catalog you would like to add...')); 
    231235 
    232236                        /* End Contact */ 
Note: See TracChangeset for help on using the changeset viewer.