[ 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 'Accounts' => 'Organizações' , 12 'SINGLE_Accounts' => 'Organização' , 13 'LBL_ADD_RECORD' => 'Add Organization' , 14 'LBL_RECORDS_LIST' => 'Listar Organizações' , 15 'LBL_ACCOUNT_INFORMATION' => 'Informação Organização' , 16 'LBL_SHOW_ACCOUNT_HIERARCHY' => 'Mostrar Hierarquia da Organização', 17 'industry' => 'Atividade' , 18 'Account Name' => 'Nome Organização' , 19 'Account No' => 'Cód. Organização' , 20 'Website' => 'Website' , 21 'Ticker Symbol' => 'Cod. Bolsa' , 22 'Member Of' => 'Membro de' , 23 'Employees' => 'Empregados' , 24 'Ownership' => 'Propriedade' , 25 'SIC Code' => 'Cod CNAE' , 26 'Other Email' => 'Email Alternativo' , 27 'Analyst' => 'Analista' , 28 'Competitor' => 'Concorrente' , 29 'Customer' => 'Cliente' , 30 'Integrator' => 'Integrador' , 31 'Investor' => 'Investidor' , 32 'Press' => 'Imprensa' , 33 'Prospect' => 'Prospect' , 34 'Prospect Accounts' => 'Contas Prospect', 35 'Reseller' => 'Revendedor' , 36 'LBL_START_DATE' => 'Data Inicial' , 37 'LBL_END_DATE' => 'Data Final' , 38 'LBL_DUPLICATES_EXIST' => 'Organization Name already exists', 39 'LBL_COPY_SHIPPING_ADDRESS' => 'Copy Shipping Address' , // TODO: Review 40 'LBL_COPY_BILLING_ADDRESS' => 'Copy Billing Address' , // TODO: Review 41 ); 42 $jsLanguageStrings = array( 43 'LBL_RELATED_RECORD_DELETE_CONFIRMATION' => 'Are you sure you want to Delete?', 44 'LBL_DELETE_CONFIRMATION' => 'Deleting this Organization will remove its related Opportunities & Quotes. Are you sure you want to delete this Organization?', 45 'LBL_MASS_DELETE_CONFIRMATION' => 'Deleting this Organization will remove its related Opportunities & Quotes. Are you sure you want to delete this Organization?', 46 );
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 |