[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/BrazilianLanguagePack_bz_bz/modules/ -> Contacts.php (source)

   1  <?php
   2  /*+**********************************************************************************
   3   * The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4   * ("License"); You may not use this file except in compliance with the License
   5   * The Original Code is:vtiger CRM Open Source
   6   * The Initial Developer of the Original Code is vtiger.
   7   * Portions created by vtiger are Copyright (C) vtiger. All Rights Reserved.
   8   * Contributor(s): Valmir C. Trindade - Translate to Brazilian Portuguese - 26/04/2014 - www.ttcasolucoes.com.br
   9   ************************************************************************************/
  10  $languageStrings = array(
  11      'Assistant'=> 'Assistente', 
  12      'Assistant Phone'=> 'Telefone Assistente' , 
  13      'Birthdate'=> 'Aniversário', 
  14      'Contact Id' => 'No. Contato',
  15      'Contact Image'=> 'Imagem Contato',
  16      'Contacts' => 'Contatos', 
  17      'Department' => 'Departamento', 
  18      'Do Not Call'=> 'Recusa Chamada', 
  19      'Email' => 'Email',
  20      'Home Phone' => 'Telefone Residencial', 
  21      'LBL_ADD_RECORD' => 'Adicionar Contato' , 
  22      'LBL_CONTACT_INFORMATION'=> 'Informação do Contato' , 
  23      'LBL_COPY_MAILING_ADDRESS' => 'Copiar Endereço Correspondência',
  24      'LBL_COPY_OTHER_ADDRESS' => 'Copiar Endereço Alterantivo',
  25      'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Informação Portal Cliente' , 
  26      'LBL_IMAGE_INFORMATION'=> 'Informação Imagem Contato:',
  27      'LBL_RECORDS_LIST' => 'Lista Contatos' , 
  28      'Mailing City' => 'Cidade Correspondência' , 
  29      'Mailing Country'=> 'País Correspondência', 
  30      'Mailing Po Box' => 'Cx Postal Correspondência', 
  31      'Mailing State'=> 'Estado Correspondência' , 
  32      'Mailing Street' => 'Endereço Correspondência', 
  33      'Mailing Zip'=> 'CEP Correspondência', 
  34      'Office Phone' => 'Telefone Escritório', 
  35      'Other City' => 'Cidade Alternativo', 
  36      'Other Country'=> 'País Alternativo' , 
  37      'Other Phone' => 'Telefone Alternativo',
  38      'Other Po Box' => 'Cx Postal Alternativo', 
  39      'Other State'=> 'Estado Alternativo', 
  40      'Other Street' => 'Endereço Alternativo' , 
  41      'Other Zip'=> 'CEP Alternativo' , 
  42      'Portal User'=> 'Portal Usuário' , 
  43      'Reference'=> 'Referência' , 
  44      'Reports To' => 'Reporta-se à' , 
  45      'Secondary Email' => 'Email Alternativo',
  46      'SINGLE_Contacts'=> 'Contato' , 
  47      'Support End Date'   => 'Data Término Suporte',
  48      'Support Start Date' => 'Data Início Suporte',
  49      'Title'=> 'Cargo' , 
  50      'User List'=> 'Lista Usuário',
  51      
  52      //Added for Picklist Values
  53      'Dr.'=>'Dr.',
  54      'Mr.'=> 'Sr.' , 
  55      'Mrs.' => 'Srta.' , 
  56      'Ms.'=> 'Sra.',
  57      'Prof.'=> 'Prof.' ,
  58  
  59      //Missing Fields | Valmir C Trindade
  60      'Sales Order'=>'Pedido Vendas',
  61      'Activities'=>'Atividades',
  62      'Service Contracts'=>'Contratos',
  63      'Projects'=>'Projetos',
  64      'Purchase Order'=>'Pedido Compras',
  65  );
  66  
  67  $jsLanguageStrings = array(
  68   );


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1