]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/SugarObjects/templates/sale/language/en_us.lang.php
Release 6.5.0
[Github/sugarcrm.git] / include / SugarObjects / templates / sale / 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-2012 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' => 'Sale',
48   'LBL_MODULE_TITLE' => 'Sale: Home',
49   'LBL_SEARCH_FORM_TITLE' => 'Sale Search',
50   'LBL_VIEW_FORM_TITLE' => 'Sale View',
51   'LBL_LIST_FORM_TITLE' => 'Sale List',
52   'LBL_SALE_NAME' => 'Sale Name:',
53   'LBL_SALE' => 'Sale:',
54   'LBL_NAME' => 'Sale Name',
55   'LBL_LIST_SALE_NAME' => 'Name',
56   'LBL_LIST_ACCOUNT_NAME' => 'Account Name',
57   'LBL_LIST_AMOUNT' => 'Amount',
58   'LBL_LIST_DATE_CLOSED' => 'Close',
59   'LBL_LIST_SALE_STAGE' => 'Sales Stage',
60   'LBL_ACCOUNT_ID'=>'Account ID',
61    'LBL_CURRENCY_ID'=>'Currency ID',
62 //DON'T CONVERT THESE THEY ARE MAPPINGS
63   'db_sales_stage' => 'LBL_LIST_SALES_STAGE',
64   'db_name' => 'LBL_NAME',
65   'db_amount' => 'LBL_LIST_AMOUNT',
66   'db_date_closed' => 'LBL_LIST_DATE_CLOSED',
67 //END DON'T CONVERT
68   'UPDATE' => 'Sale - Currency Update',
69   'UPDATE_DOLLARAMOUNTS' => 'Update U.S. Dollar Amounts',
70   'UPDATE_VERIFY' => 'Verify Amounts',
71   'UPDATE_VERIFY_TXT' => 'Verifies that the amount values in sales are valid decimal numbers with only numeric characters(0-9) and decimals(.)',
72   'UPDATE_FIX' => 'Fix Amounts',
73   '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.',
74   'UPDATE_DOLLARAMOUNTS_TXT' => 'Update the U.S. Dollar amounts for sales based on the current set currency rates. This value is used to calculate Graphs and List View Currency Amounts.',
75   'UPDATE_CREATE_CURRENCY' => 'Creating New Currency:',
76   'UPDATE_VERIFY_FAIL' => 'Record Failed Verification:',
77   'UPDATE_VERIFY_CURAMOUNT' => 'Current Amount:',
78   'UPDATE_VERIFY_FIX' => 'Running Fix would give',
79   'UPDATE_INCLUDE_CLOSE' => 'Include Closed Records',
80   'UPDATE_VERIFY_NEWAMOUNT' => 'New Amount:',
81   'UPDATE_VERIFY_NEWCURRENCY' => 'New Currency:',
82   'UPDATE_DONE' => 'Done',
83   'UPDATE_BUG_COUNT' => 'Bugs Found and Attempted to Resolve:',
84   'UPDATE_BUGFOUND_COUNT' => 'Bugs Found:',
85   'UPDATE_COUNT' => 'Records Updated:',
86   'UPDATE_RESTORE_COUNT' => 'Record Amounts Restored:',
87   'UPDATE_RESTORE' => 'Restore Amounts',
88   'UPDATE_RESTORE_TXT' => 'Restores amount values from the backups created during fix.',
89   'UPDATE_FAIL' => 'Could not update - ',
90   'UPDATE_NULL_VALUE' => 'Amount is NULL setting it to 0 -',
91   'UPDATE_MERGE' => 'Merge Currencies',
92   '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.',
93   'LBL_ACCOUNT_NAME' => 'Account Name:',
94   'LBL_AMOUNT' => 'Amount:',
95   'LBL_AMOUNT_USDOLLAR' => 'Amount USD:',
96   'LBL_CURRENCY' => 'Currency:',
97   'LBL_DATE_CLOSED' => 'Expected Close Date:',
98   'LBL_TYPE' => 'Type:',
99   'LBL_CAMPAIGN' => 'Campaign:',
100   'LBL_LEADS_SUBPANEL_TITLE' => 'Leads',
101   'LBL_PROJECTS_SUBPANEL_TITLE' => 'Projects',  
102   'LBL_NEXT_STEP' => 'Next Step:',
103   'LBL_LEAD_SOURCE' => 'Lead Source:',
104   'LBL_SALES_STAGE' => 'Sales Stage:',
105   'LBL_PROBABILITY' => 'Probability (%):',
106   'LBL_DESCRIPTION' => 'Description:',
107   'LBL_DUPLICATE' => 'Possible Duplicate Sale',
108   'MSG_DUPLICATE' => 'The Sale record you are about to create might be a duplicate of a sale record that already exists. Sale records containing similar names are listed below.<br>Click Save to continue creating this new Sale, or click Cancel to return to the module without creating the sale.',
109   'LBL_NEW_FORM_TITLE' => 'Create Sale',
110   'LNK_NEW_SALE' => 'Create Sale',
111   'LNK_SALE_LIST' => 'Sale',
112   'ERR_DELETE_RECORD' => 'A record number must be specified to delete the sale.',
113   'LBL_TOP_SALES' => 'My Top Open Sale',
114   'NTC_REMOVE_OPP_CONFIRMATION' => 'Are you sure you want to remove this contact from the sale?',
115         'SALE_REMOVE_PROJECT_CONFIRM' => 'Are you sure you want to remove this sale from the project?',
116         'LBL_DEFAULT_SUBPANEL_TITLE' => 'Sale',
117         'LBL_ACTIVITIES_SUBPANEL_TITLE'=>'Activities',
118         'LBL_HISTORY_SUBPANEL_TITLE'=>'History',
119     'LBL_RAW_AMOUNT'=>'Raw Amount',
120
121
122     'LBL_CONTACTS_SUBPANEL_TITLE' => 'Contacts',
123         'LBL_ASSIGNED_TO_NAME' => 'User:',
124         'LBL_LIST_ASSIGNED_TO_NAME' => 'Assigned User',
125   'LBL_MY_CLOSED_SALES' => 'My Closed Sales',
126   'LBL_TOTAL_SALES' => 'Total Sales',
127   'LBL_CLOSED_WON_SALES' => 'Closed Won Sales',
128   'LBL_ASSIGNED_TO_ID' =>'Assigned to ID',
129   'LBL_CREATED_ID'=>'Created by ID',
130   'LBL_MODIFIED_ID'=>'Modified by ID',
131   'LBL_MODIFIED_NAME'=>'Modified by User Name',
132   'LBL_SALE_INFORMATION'=>'Sale Information',
133   'LBL_CURRENCY_ID'=>'Currency ID',
134   'LBL_CURRENCY_NAME'=>'Currency Name',
135   'LBL_CURRENCY_SYMBOL'=>'Currency Symbol',
136
137 );
138
139 ?>