159 lines
5.3 KiB
PHP
Raw Permalink Normal View History

<?php
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Public License Version 1.1.2
* ("License"); You may not use this file except in compliance with the
* License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
* the specific language governing rights and limitations under the License.
* The Original Code is: SugarCRM Open Source
* The Initial Developer of the Original Code is SugarCRM, Inc.
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.;
* All Rights Reserved.
* Contributor(s): ______________________________________.
********************************************************************************/
/*********************************************************************************
* $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 $
* Description: Defines the English language pack for the Potentials module.
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
* All Rights Reserved.
* Contributor(s): ______________________________________..
********************************************************************************/
$mod_strings = Array(
'LBL_MODULE_NAME'=>'Opportunities',
'LBL_MODULE_TITLE'=>'Potentials: Home',
'LBL_SEARCH_FORM_TITLE'=>'Opportunity Search',
'LBL_LIST_FORM_TITLE'=>'Opportunity List',
'LBL_OPPORTUNITY_NAME'=>'Opportunity Name:',
'LBL_OPPORTUNITY'=>'Opportunity:',
'LBL_NAME'=>'Opportunity Name',
'LBL_INVITEE'=>'Contacts',
'LBL_LIST_OPPORTUNITY_NAME'=>'Opportunity',
'LBL_LIST_ACCOUNT_NAME'=>'Organization Name',
'LBL_PRODUCT_NAME'=>'Product Name',
'LBL_LIST_AMOUNT'=>'Amount',
'LBL_LIST_DATE_CLOSED'=>'Expected Close',
'LBL_LIST_SALES_STAGE'=>'Sales Stage',
'LBL_OPPORTUNITY_NAME'=>'Opportunity Name:',
'LBL_ACCOUNT_NAME'=>'Organization Name:',
'LBL_AMOUNT'=>'Amount:',
'LBL_DATE_CLOSED'=>'Expected Close Date:',
'LBL_TYPE'=>'Type:',
'LBL_NEXT_STEP'=>'Next Step:',
'LBL_LEAD_SOURCE'=>'Lead Source:',
'LBL_SALES_STAGE'=>'Sales Stage:',
'LBL_PROBABILITY'=>'Probability (%):',
'LBL_DESCRIPTION'=>'Description:',
'LBL_OPPORTUNITY_INFORMATION'=>'Opportunity Information:',
'LBL_DESCRIPTION_INFORMATION'=>'Description Information:',
'LBL_CUSTOM_INFORMATION'=>'Custom Information',
'LBL_NEW_FORM_TITLE'=>'New Opportunity',
'ERR_DELETE_RECORD'=>"A record number must be specified to delete the opportunity.",
'LBL_TOP_OPPORTUNITIES'=>"My Top Open Opportunities",
'NTC_REMOVE_OPP_CONFIRMATION'=>'Are you sure you want to remove this contact from this opportunity?',
'NTC_NONE_SCHEDULED'=>'None scheduled.',
'LBL_SELECT_OPPOPTUNITY'=>'Select Opportunity',
'LBL_GENERAL_INFORMATION'=>'General Information',
//for v4 release added
'LBL_NEW_POTENTIAL'=>'New Opportunity',
'LBL_POTENTIAL_TITLE'=>'Opportunities',
'LBL_NEW_TASK'=>'New Task',
'LBL_TASK_TITLE'=>'Tasks',
'LBL_NEW_CALL'=>'New Call',
'LBL_CALL_TITLE'=>'Calls',
'LBL_NEW_MEETING'=>'New Meeting',
'LBL_MEETING_TITLE'=>'Meetings',
'LBL_NEW_EMAIL'=>'New Email',
'LBL_EMAIL_TITLE'=>'Emails',
'LBL_NEW_NOTE'=>'New Document',
'LBL_NOTE_TITLE'=>'Documents',
'LBL_NEW_ATTACHMENT'=>'New Attachment',
'LBL_ATTACHMENT_TITLE'=>'Attachments',
'LBL_NEW_CONTACT'=>'New Contact',
'LBL_CONTACT_TITLE'=>'Contacts',
//Added vtiger_fields after RC1 - Release
'LBL_ALL'=>'All',
'LBL_WON'=>'Won',
'LBL_LOST'=>'Lost',
'LBL_VALUE_PROPOSITION'=>'Value Proposition',
'LBL_PROSPECTING'=>'Prospecting',
// Added for 4GA
'LBL_TOOL_FORM_TITLE'=>'Opportunity Tools',
//Added for 4GA
'Potential Name'=>'Opportunity Name',
'Amount'=>'Amount',
'Account Name'=>'Organization Name',
'Currency'=>'Currency',
'Expected Close Date'=>'Expected Close Date',
'Opportunity Type'=>'Opportunity Type',
'Type'=>'Type',
'Next Step'=>'Next Step',
'Lead Source'=>'Lead Source',
'Sales Stage'=>'Sales Stage',
'Assigned To'=>'Assigned To',
'Probability'=>'Probability',
'Campaign Source'=>'Campaign Source',
'Description'=>'Description',
'Created Time'=>'Created Time',
'Modified Time'=>'Modified Time',
//Added for 4.2 Release -- CustomView
'Potential'=>'Opportunity',
'Expected Close'=>'Expected Close',
//Added for Existing Picklist Strings
'Prospecting'=>'Prospecting',
'Qualification'=>'Qualification',
'Needs Analysis'=>'Needs Analysis',
'Value Proposition'=>'Value Proposition',
'Id. Decision Makers'=>'Id. Decision Makers',
'Perception Analysis'=>'Perception Analysis',
'Proposal/Price Quote'=>'Proposal/Price Quote',
'Negotiation/Review'=>'Negotiation/Review',
'Closed Won'=>'Closed Won',
'Closed Lost'=>'Closed Lost',
'Cold Call'=>'Cold Call',
'Existing Customer'=>'Existing Customer',
'Self Generated'=>'Self Generated',
'Employee'=>'Employee',
'Partner'=>'Partner',
'Public Relations'=>'Public Relations',
'Direct Mail'=>'Direct Mail',
'Conference'=>'Conference',
'Trade Show'=>'Trade Show',
'Web Site'=>'Web Site',
'Word of mouth'=>'Word of mouth',
'Other'=>'Other',
'--None--'=>'--None--',
'Existing Business'=>'Existing Business',
'New Business'=>'New Business',
// Added after 5.0.4 GA
// Module Sequence Numbering
'Potential No' => 'Opportunity No',
// END
'Related To' => 'Related To',
'Potentials ID' => 'Opportunities ID',
);
?>