[ 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' => 'Organisations' , 12 'SINGLE_Accounts' => 'Organisation' , 13 'LBL_ADD_RECORD' => 'Add Organisation' , 14 'LBL_RECORDS_LIST' => 'Organisation List' , 15 'LBL_ACCOUNT_INFORMATION' => 'Organisation Information' , 16 'LBL_SHOW_ACCOUNT_HIERARCHY' => 'Show Organisation Hierarchy' , 17 'industry' => 'Industry' , 18 'Account Name' => 'Organisation Name' , 19 'Account No' => 'Organisation No.' , 20 'Website' => 'Website' , 21 'Ticker Symbol' => 'Ticker Symbol' , 22 'Member Of' => 'Member Of' , 23 'Employees' => 'Employees' , 24 'Ownership' => 'Ownership' , 25 'SIC Code' => 'SIC Code' , 26 'Other Email' => 'Other Email' , 27 'Analyst' => 'Analyst' , 28 'Competitor' => 'Competitor' , 29 'Customer' => 'Customer' , 30 'Integrator' => 'Integrator' , 31 'Investor' => 'Investor' , 32 'Press' => 'Press' , 33 'Prospect' => 'Prospect' , 34 'Reseller' => 'Reseller' , 35 'LBL_START_DATE' => 'Start Date' , 36 'LBL_END_DATE' => 'End Date' , 37 'LBL_DUPLICATES_EXIST' => 'Organisation Name already exists', 38 'LBL_COPY_SHIPPING_ADDRESS' => 'Copy Delivery Address' , // TODO: Review 39 'LBL_COPY_BILLING_ADDRESS' => 'Copy Invoice Address' , // TODO: Review 40 ); 41 $jsLanguageStrings = array( 42 'LBL_RELATED_RECORD_DELETE_CONFIRMATION' => 'Are you sure you want to Delete?', 43 'LBL_DELETE_CONFIRMATION' => 'Deleting this Organisation will remove its related Opportunities & Quotes. Are you sure you want to delete this Organisation?', 44 'LBL_MASS_DELETE_CONFIRMATION' => 'Deleting this Organisation will remove its related Opportunities & Quotes. Are you sure you want to delete this Organisation?', 45 );
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 |