[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
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. 8 * All Rights Reserved. 9 ************************************************************************************/ 10 $languageStrings = array( 11 'Contacts' => 'Contatos' , 12 'SINGLE_Contacts' => 'Contato' , 13 'LBL_ADD_RECORD' => 'Add Contact' , 14 'LBL_RECORDS_LIST' => 'Contacts List' , 15 'LBL_CONTACT_INFORMATION' => 'Informação do Contato' , 16 'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Informação Portal Cliente' , 17 'LBL_IMAGE_INFORMATION' => 'Informação Imagem Contato:', 18 'LBL_COPY_OTHER_ADDRESS' => 'Copy Other Address' , // TODO: Review 19 'LBL_COPY_MAILING_ADDRESS' => 'Copy Mailing Address' , // TODO: Review 20 'Office Phone' => 'Telefone Escritório' , 21 'Home Phone' => 'Telefone Residencial' , 22 'Title' => 'Cargo' , 23 'Department' => 'Departamento' , 24 'Birthdate' => 'Aniversário' , 25 'Reports To' => 'Reporta-se à' , 26 'Assistant' => 'Assistente' , 27 'Assistant Phone' => 'Telefone Assistente' , 28 'Do Not Call' => 'Recusa Chamada' , 29 'Reference' => 'Referência' , 30 'Portal User' => 'Portal Usuário' , 31 'Mailing Street' => 'Endereço Correspondência' , 32 'Mailing City' => 'Cidade Correspondência' , 33 'Mailing State' => 'Estado Correspondência' , 34 'Mailing Zip' => 'CEP Correspondência' , 35 'Mailing Country' => 'País Correspondência' , 36 'Mailing Po Box' => 'Da Mailing Po Box' , 37 'Other Street' => 'Endereço Alternativo' , 38 'Other City' => 'Cidade Alternativo' , 39 'Other State' => 'Estado Alternativo' , 40 'Other Zip' => 'CEP Alternativo' , 41 'Other Country' => 'País Alternativo' , 42 'Other Po Box' => 'Other P.O. Box' , 43 'Contact Image' => 'Imagem Contato' , 44 'Mr.' => 'Sr.' , 45 'Ms.' => 'Sra.' , 46 'Mrs.' => 'Srta.' , 47 'Dr.' => 'Dr.' , 48 'Prof.' => 'Prof.' , 49 'User List' => 'Lista Usuário' , 50 'Contact Id' => 'Contato Id', 51 'Support Start Date' => 'Suporte Data de Início', 52 'Support End Date' => 'Data de Apoio Fim', 53 ); 54 $jsLanguageStrings = array( 55 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |