[ 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 'Account Name' => 'Organization Name', 12 'Account No' => 'Organization Number', 13 'Accounts' => 'Organizations', 14 'Analyst'=>'Analyst', 15 'Competitor'=>'Competitor', 16 'Customer'=>'Customer', 17 'Email' => 'Primary Email', 18 'Employees' => 'Employees', 19 'industry' => 'Industry', 20 'Integrator'=>'Integrator', 21 'Investor'=>'Investor', 22 'LBL_ACCOUNT_INFORMATION' => 'Organization Details', 23 'LBL_ADD_RECORD' => 'Add Organization', 24 'LBL_COPY_BILLING_ADDRESS' => 'Copy Billing Address', 25 'LBL_COPY_SHIPPING_ADDRESS' => 'Copy Shipping Address', 26 'LBL_DUPLICATES_EXIST' => 'Organization Name already exists', 27 'LBL_END_DATE' => 'End Date', 28 'LBL_RECORDS_LIST' => 'Organization List', 29 'LBL_SHOW_ACCOUNT_HIERARCHY' => 'Organization Hierarchy', 30 'LBL_START_DATE' => 'Start Date', 31 'Member Of' => 'Member Of', 32 'Other Email' => 'Secondary Email', 33 'Other Phone' => 'Secondary Phone', 34 'Ownership' => 'Ownership', 35 'Phone' => 'Primary Phone', 36 'Press'=>'Press', 37 'Prospect'=>'Prospect', 38 'Reseller'=>'Reseller', 39 'SIC Code' => 'SIC Code', 40 'SINGLE_Accounts' => 'Organization', 41 'Ticker Symbol' => 'Ticker Symbol', 42 'Website' => 'Website', 43 ); 44 45 $jsLanguageStrings = array( 46 'JS_DUPLICTAE_CREATION_CONFIRMATION' => 'Organization Name already Exists.Do you want to create a duplicate record?', 47 'LBL_DELETE_CONFIRMATION' => 'Deleting this Organization will remove its related Opportunities & Quotes. Are you sure you want to delete this Organization?', 48 'LBL_MASS_DELETE_CONFIRMATION' => 'Deleting this Organization(s) will remove its related Opportunities & Quotes. Are you sure you want to delete the selected records?', 49 'LBL_RELATED_RECORD_DELETE_CONFIRMATION' => 'Are you sure you want to delete?', 50 );
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 |