]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Opportunities/language/en_us.lang.php
Release 6.4.0
[Github/sugarcrm.git] / modules / Opportunities / language / en_us.lang.php
1 <?php
2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
3 /*********************************************************************************
4  * SugarCRM Community Edition is a customer relationship management program developed by
5  * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
6  * 
7  * This program is free software; you can redistribute it and/or modify it under
8  * the terms of the GNU Affero General Public License version 3 as published by the
9  * Free Software Foundation with the addition of the following permission added
10  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
11  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
12  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
13  * 
14  * This program is distributed in the hope that it will be useful, but WITHOUT
15  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
17  * details.
18  * 
19  * You should have received a copy of the GNU Affero General Public License along with
20  * this program; if not, see http://www.gnu.org/licenses or write to the Free
21  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22  * 02110-1301 USA.
23  * 
24  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
25  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
26  * 
27  * The interactive user interfaces in modified source and object code versions
28  * of this program must display Appropriate Legal Notices, as required under
29  * Section 5 of the GNU Affero General Public License version 3.
30  * 
31  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
32  * these Appropriate Legal Notices must retain the display of the "Powered by
33  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
34  * technical reasons, the Appropriate Legal Notices must display the words
35  * "Powered by SugarCRM".
36  ********************************************************************************/
37
38 /*********************************************************************************
39
40  * Description:  Defines the English language pack for the base application.
41  * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
42  * All Rights Reserved.
43  * Contributor(s): ______________________________________..
44  ********************************************************************************/
45
46 $mod_strings = array (
47   'LBL_MODULE_NAME' => 'Opportunities',
48   'LBL_MODULE_TITLE' => 'Opportunities: Home',
49   'LBL_SEARCH_FORM_TITLE' => 'Opportunity Search',
50   'LBL_VIEW_FORM_TITLE' => 'Opportunity View',
51   'LBL_LIST_FORM_TITLE' => 'Opportunity List',
52   'LBL_OPPORTUNITY_NAME' => 'Opportunity Name:',
53   'LBL_OPPORTUNITY' => 'Opportunity:',
54   'LBL_NAME' => 'Opportunity Name',
55   'LBL_INVITEE' => 'Contacts',
56   'LBL_CURRENCIES' => 'Currencies',
57   'LBL_LIST_OPPORTUNITY_NAME' => 'Name',
58   'LBL_LIST_ACCOUNT_NAME' => 'Account Name',
59   'LBL_LIST_AMOUNT' => 'Opportunity Amount',
60   'LBL_LIST_AMOUNT_USDOLLAR' => 'Amount',
61   'LBL_LIST_DATE_CLOSED' => 'Close',
62   'LBL_LIST_SALES_STAGE' => 'Sales Stage',
63   'LBL_ACCOUNT_ID'=>'Account ID',
64   'LBL_CURRENCY_ID'=>'Currency ID',
65   'LBL_CURRENCY_NAME'=>'Currency Name',
66   'LBL_CURRENCY_SYMBOL'=>'Currency Symbol',
67 //DON'T CONVERT THESE THEY ARE MAPPINGS
68   'db_sales_stage' => 'LBL_LIST_SALES_STAGE',
69   'db_name' => 'LBL_NAME',
70   'db_amount' => 'LBL_LIST_AMOUNT',
71   'db_date_closed' => 'LBL_LIST_DATE_CLOSED',
72 //END DON'T CONVERT
73   'UPDATE' => 'Opportunity - Currency Update',
74   'UPDATE_DOLLARAMOUNTS' => 'Update U.S. Dollar Amounts',
75   'UPDATE_VERIFY' => 'Verify Amounts',
76   'UPDATE_VERIFY_TXT' => 'Verifies that the amount values in opportunities are valid decimal numbers with only numeric characters(0-9) and decimals(.)',
77   'UPDATE_FIX' => 'Fix Amounts',
78   'UPDATE_FIX_TXT' => 'Attempts to fix any invalid amounts by creating a valid decimal from the current amount. Any modified amount is backed up in the amount_backup database field. If you run this and notice bugs, do not rerun it without restoring from the backup as it may overwrite the backup with new invalid data.',
79   'UPDATE_DOLLARAMOUNTS_TXT' => 'Update the U.S. Dollar amounts for opportunities based on the current set currency rates. This value is used to calculate Graphs and List View Currency Amounts.',
80   'UPDATE_CREATE_CURRENCY' => 'Creating New Currency:',
81   'UPDATE_VERIFY_FAIL' => 'Record Failed Verification:',
82   'UPDATE_VERIFY_CURAMOUNT' => 'Current Amount:',
83   'UPDATE_VERIFY_FIX' => 'Running Fix would give',
84   'UPDATE_INCLUDE_CLOSE' => 'Include Closed Records',
85   'UPDATE_VERIFY_NEWAMOUNT' => 'New Amount:',
86   'UPDATE_VERIFY_NEWCURRENCY' => 'New Currency:',
87   'UPDATE_DONE' => 'Done',
88   'UPDATE_BUG_COUNT' => 'Bugs Found and Attempted to Resolve:',
89   'UPDATE_BUGFOUND_COUNT' => 'Bugs Found:',
90   'UPDATE_COUNT' => 'Records Updated:',
91   'UPDATE_RESTORE_COUNT' => 'Record Amounts Restored:',
92   'UPDATE_RESTORE' => 'Restore Amounts',
93   'UPDATE_RESTORE_TXT' => 'Restores amount values from the backups created during fix.',
94   'UPDATE_FAIL' => 'Could not update - ',
95   'UPDATE_NULL_VALUE' => 'Amount is NULL setting it to 0 -',
96   'UPDATE_MERGE' => 'Merge Currencies',
97   'UPDATE_MERGE_TXT' => 'Merge multiple currencies into a single currency. If there are multiple currency records for the same currency, you merge them together. This will also merge the currencies for all other modules.',
98   'LBL_ACCOUNT_NAME' => 'Account Name:',
99   'LBL_AMOUNT' => 'Opportunity Amount:',
100   'LBL_AMOUNT_USDOLLAR' => 'Amount:',
101   'LBL_CURRENCY' => 'Currency:',
102   'LBL_DATE_CLOSED' => 'Expected Close Date:',
103   'LBL_TYPE' => 'Type:',
104   'LBL_CAMPAIGN' => 'Campaign:',
105   'LBL_NEXT_STEP' => 'Next Step:',
106   'LBL_LEAD_SOURCE' => 'Lead Source:',
107   'LBL_SALES_STAGE' => 'Sales Stage:',
108   'LBL_PROBABILITY' => 'Probability (%):',
109   'LBL_DESCRIPTION' => 'Description:',
110   'LBL_DUPLICATE' => 'Possible Duplicate Opportunity',
111   'MSG_DUPLICATE' => 'The opportunity record you are about to create might be a duplicate of a opportunity record that already exists. Opportunity records containing similar names are listed below.<br>Click Save to continue creating this new opportunity, or click Cancel to return to the module without creating the opportunity.',
112   'LBL_NEW_FORM_TITLE' => 'Create Opportunity',
113   'LNK_NEW_OPPORTUNITY' => 'Create Opportunity',
114   'LNK_OPPORTUNITY_LIST' => 'View Opportunities',
115   'ERR_DELETE_RECORD' => 'A record number must be specified to delete the opportunity.',
116   'LBL_TOP_OPPORTUNITIES' => 'My Top Open Opportunities',
117   'NTC_REMOVE_OPP_CONFIRMATION' => 'Are you sure you want to remove this contact from the opportunity?',
118         'OPPORTUNITY_REMOVE_PROJECT_CONFIRM' => 'Are you sure you want to remove this opportunity from the project?',
119         'LBL_DEFAULT_SUBPANEL_TITLE' => 'Opportunities',
120         'LBL_ACTIVITIES_SUBPANEL_TITLE'=>'Activities',
121         'LBL_HISTORY_SUBPANEL_TITLE'=>'History',
122     'LBL_RAW_AMOUNT'=>'Raw Amount',
123         
124     'LBL_LEADS_SUBPANEL_TITLE' => 'Leads',
125     'LBL_CONTACTS_SUBPANEL_TITLE' => 'Contacts',
126     'LBL_DOCUMENTS_SUBPANEL_TITLE' => 'Documents',
127     'LBL_PROJECTS_SUBPANEL_TITLE' => 'Projects',
128         'LBL_ASSIGNED_TO_NAME' => 'Assigned to:',
129         'LBL_LIST_ASSIGNED_TO_NAME' => 'Assigned User',
130   'LBL_LIST_SALES_STAGE' => 'Sales Stage',
131   'LBL_MY_CLOSED_OPPORTUNITIES' => 'My Closed Opportunities',
132   'LBL_TOTAL_OPPORTUNITIES' => 'Total Opportunities',
133   'LBL_CLOSED_WON_OPPORTUNITIES' => 'Closed Won Opportunities',
134   'LBL_ASSIGNED_TO_ID' =>'Assigned User:',
135   'LBL_CREATED_ID'=>'Created by ID',
136   'LBL_MODIFIED_ID'=>'Modified by ID',
137   'LBL_MODIFIED_NAME'=>'Modified by User Name',
138     'LBL_CREATED_USER' => 'Created User',
139     'LBL_MODIFIED_USER' => 'Modified User',
140   'LBL_CAMPAIGN_OPPORTUNITY' => 'Campaigns',
141   'LBL_PROJECT_SUBPANEL_TITLE' => 'Projects',
142   'LABEL_PANEL_ASSIGNMENT' => 'Assignment',
143   'LNK_IMPORT_OPPORTUNITIES' => 'Import Opportunities',
144   'LBL_EDITLAYOUT' => 'Edit Layout' /*for 508 compliance fix*/,
145   //For export labels
146     'LBL_EXPORT_CAMPAIGN_ID' => 'Campaign ID',
147     'LBL_OPPORTUNITY_TYPE' => 'Opportunity Type',
148     'LBL_EXPORT_ASSIGNED_USER_NAME' => 'Assigned User Name',
149     'LBL_EXPORT_ASSIGNED_USER_ID' => 'Assigned User ID',
150     'LBL_EXPORT_MODIFIED_USER_ID' => 'Modified By ID',
151     'LBL_EXPORT_CREATED_BY' => 'Created By ID',
152     'LBL_EXPORT_NAME'=>'Name',
153
154   // SNIP
155   'LBL_CONTACT_HISTORY_SUBPANEL_TITLE' => 'Related Contacts\' Emails',
156 );
157
158 ?>