[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
1 <?php 2 /********************************************************************************* 3 * The contents of this file are subject to the SugarCRM Public License Version 1.1.2 4 * ("License"); You may not use this file except in compliance with the 5 * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL 6 * Software distributed under the License is distributed on an "AS IS" basis, 7 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for 8 * the specific language governing rights and limitations under the License. 9 * The Original Code is: SugarCRM Open Source 10 * The Initial Developer of the Original Code is SugarCRM, Inc. 11 * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.; 12 * All Rights Reserved. 13 * Contributor(s): ______________________________________. 14 ********************************************************************************/ 15 /********************************************************************************* 16 * $Header: /advent/projects/wesat/vtiger_crm/sugarcrm/modules/Potentials/language/en_us.lang.php,v 1.18 2005/04/28 14:05:53 ray Exp $ 17 * Description: Defines the English language pack for the Account module. 18 * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. 19 * All Rights Reserved. 20 * Contributor(s): ______________________________________.. 21 ********************************************************************************/ 22 23 $mod_strings = Array( 24 'LBL_MODULE_NAME'=>'Potentials', 25 'LBL_MODULE_TITLE'=>'Potentials: Home', 26 'LBL_SEARCH_FORM_TITLE'=>'Potential Search', 27 'LBL_LIST_FORM_TITLE'=>'Potential List', 28 'LBL_OPPORTUNITY_NAME'=>'Potential Name:', 29 'LBL_OPPORTUNITY'=>'Potential:', 30 'LBL_NAME'=>'Potential Name', 31 'LBL_INVITEE'=>'Contacts', 32 'LBL_LIST_OPPORTUNITY_NAME'=>'Potential', 33 'LBL_LIST_ACCOUNT_NAME'=>'Account Name', 34 'LBL_PRODUCT_NAME'=>'Product Name', 35 'LBL_LIST_AMOUNT'=>'Amount', 36 'LBL_LIST_DATE_CLOSED'=>'Expected Close', 37 'LBL_LIST_SALES_STAGE'=>'Sales Stage', 38 39 'LBL_OPPORTUNITY_NAME'=>'Potential Name:', 40 'LBL_ACCOUNT_NAME'=>'Account Name:', 41 'LBL_AMOUNT'=>'Amount:', 42 'LBL_DATE_CLOSED'=>'Expected Close Date:', 43 'LBL_TYPE'=>'Type:', 44 'LBL_NEXT_STEP'=>'Next Step:', 45 'LBL_LEAD_SOURCE'=>'Lead Source:', 46 'LBL_SALES_STAGE'=>'Sales Stage:', 47 'LBL_PROBABILITY'=>'Probability (%):', 48 'LBL_DESCRIPTION'=>'Description:', 49 'LBL_OPPORTUNITY_INFORMATION'=>'Potential Information:', 50 'LBL_DESCRIPTION_INFORMATION'=>'Description Information:', 51 'LBL_CUSTOM_INFORMATION'=>'Custom Information', 52 53 'LBL_NEW_FORM_TITLE'=>'New Potential', 54 55 'ERR_DELETE_RECORD'=>"A record number must be specified to delete the opportunity.", 56 'LBL_TOP_OPPORTUNITIES'=>"My Top Open Potentials", 57 58 'NTC_REMOVE_OPP_CONFIRMATION'=>'Are you sure you want to remove this contact from this opportunity?', 59 60 'NTC_NONE_SCHEDULED'=>'None scheduled.', 61 62 'LBL_SELECT_OPPOPTUNITY'=>'Select Potential', 63 'LBL_GENERAL_INFORMATION'=>'General Information', 64 65 66 67 //for v4 release added 68 'LBL_NEW_POTENTIAL'=>'New Potential', 69 'LBL_POTENTIAL_TITLE'=>'Potentials', 70 71 'LBL_NEW_TASK'=>'New Task', 72 'LBL_TASK_TITLE'=>'Tasks', 73 'LBL_NEW_CALL'=>'New Call', 74 'LBL_CALL_TITLE'=>'Calls', 75 'LBL_NEW_MEETING'=>'New Meeting', 76 'LBL_MEETING_TITLE'=>'Meetings', 77 'LBL_NEW_EMAIL'=>'New Email', 78 'LBL_EMAIL_TITLE'=>'Emails', 79 'LBL_NEW_NOTE'=>'New Note', 80 'LBL_NOTE_TITLE'=>'Notes', 81 82 'LBL_NEW_ATTACHMENT'=>'New Attachment', 83 'LBL_ATTACHMENT_TITLE'=>'Attachments', 84 85 'LBL_NEW_CONTACT'=>'New Contact', 86 'LBL_CONTACT_TITLE'=>'Contacts', 87 88 //Added vtiger_fields after RC1 - Release 89 'LBL_ALL'=>'All', 90 'LBL_WON'=>'Won', 91 'LBL_LOST'=>'Lost', 92 'LBL_VALUE_PROPOSITION'=>'Value Proposition', 93 'LBL_PROSPECTING'=>'Prospecting', 94 95 // Added for 4GA 96 'LBL_TOOL_FORM_TITLE'=>'Potential Tools', 97 //Added for 4GA 98 'Potential Name'=>'Potential Name', 99 'Amount'=>'Amount', 100 'Account Name'=>'Account Name', 101 'Currency'=>'Currency', 102 'Expected Close Date'=>'Expected Close Date', 103 'Opportunity Type'=>'Opportunity Type', 104 'Type'=>'Type', 105 'Next Step'=>'Next Step', 106 'Lead Source'=>'Lead Source', 107 'Sales Stage'=>'Sales Stage', 108 'Assigned To'=>'Assigned To', 109 'Probability'=>'Probability (%)', 110 'Campaign Source'=>'Campaign Source', 111 'Description'=>'Description', 112 'Created Time'=>'Created Time', 113 'Modified Time'=>'Modified Time', 114 //Added for 4.2 Release -- CustomView 115 'Potential'=>'Potential', 116 'Expected Close'=>'Expected Close', 117 118 //Added for Existing Picklist Strings 119 120 'Prospecting'=>'Prospecting', 121 'Qualification'=>'Qualification', 122 'Needs Analysis'=>'Needs Analysis', 123 'Value Proposition'=>'Value Proposition', 124 'Id. Decision Makers'=>'Id. Decision Makers', 125 'Perception Analysis'=>'Perception Analysis', 126 'Proposal/Price Quote'=>'Proposal/Price Quote', 127 'Negotiation/Review'=>'Negotiation/Review', 128 'Closed Won'=>'Closed Won', 129 'Closed Lost'=>'Closed Lost', 130 131 'Cold Call'=>'Cold Call', 132 'Existing Customer'=>'Existing Customer', 133 'Self Generated'=>'Self Generated', 134 'Employee'=>'Employee', 135 'Partner'=>'Partner', 136 'Public Relations'=>'Public Relations', 137 'Direct Mail'=>'Direct Mail', 138 'Conference'=>'Conference', 139 'Trade Show'=>'Trade Show', 140 'Web Site'=>'Web Site', 141 'Word of mouth'=>'Word of mouth', 142 'Other'=>'Other', 143 144 '--None--'=>'--None--', 145 'Existing Business'=>'Existing Business', 146 'New Business'=>'New Business', 147 148 149 150 ); 151 152 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |