Changeset 3549


Ignore:
Timestamp:
11/29/10 13:26:13 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1401 - alterando texto a ser traduzido no ContactCenter? e no ExpressoAdmin de 'Home' para 'Home Phone'.

Location:
branches/2.2
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/contactcenter/inc/class.ui_data.inc.php

    r3476 r3549  
    235235                        $GLOBALS['phpgw']->template->set_var('cc_msg_select_email', lang('Select E-Mail')); 
    236236                        $GLOBALS['phpgw']->template->set_var('cc_msg_new_phone', lang('New Telephone')); 
    237                         $GLOBALS['phpgw']->template->set_var('cc_msg_home', lang('Home')); 
     237                        $GLOBALS['phpgw']->template->set_var('cc_msg_home', lang('Home Phone')); 
    238238                        $GLOBALS['phpgw']->template->set_var('cc_msg_cellphone', lang('Cellphone')); 
    239239                        $GLOBALS['phpgw']->template->set_var('cc_msg_corporative_cellphone', lang('Corporative Cellphone')); 
  • branches/2.2/contactcenter/setup/phpgw_es-es.lang

    r203 r3549  
    7676GPG Finger Print        contactcenter   es-es   Firma GPG 
    7777Group Add       common  es-es   Añadir Grupo 
    78 Home    contactcenter   es-es   Casa 
     78Home Phone      contactcenter   es-es   Casa 
    7979Import  contactcenter   es-es   Importar 
    8080Import Contacts contactcenter   es-es   Importar Contactos 
  • branches/2.2/expressoAdmin1_2/inc/class.functions.inc.php

    r3530 r3549  
    862862                                        array("text" => lang("%1 telephone number", lang("Commercial")) , "acl" => 1), 
    863863                                        array("text" => lang("%1 telephone number", lang("Mobile"))             , "acl" => 2), 
    864                                         array("text" => lang("%1 telephone number", lang("Home"))               , "acl" => 4), 
     864                                        array("text" => lang("%1 telephone number", lang("Home Phone"))         , "acl" => 4), 
    865865                                        array("text" => lang("Birthday")                                                                , "acl" => 8)); 
    866866                        $list_personal_data = "<tr>"; 
Note: See TracChangeset for help on using the changeset viewer.