[ 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/Accounts/language/en_us.lang.php,v 1.18 2005/03/19 08:59:20 rank Exp $ 17 * Description: Defines the English language pack 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'=>'Accounts', 25 'LBL_MODULE_TITLE'=>'Accounts: Home', 26 'LBL_SEARCH_FORM_TITLE'=>'Account Search', 27 'LBL_LIST_FORM_TITLE'=>'Account List', 28 'LBL_NEW_FORM_TITLE'=>'New Account', 29 'LBL_MEMBER_ORG_FORM_TITLE'=>'Member Organizations', 30 // Label for Top Accounts in Home Page, added for 4.2 GA 31 'LBL_TOP_ACCOUNTS'=>'My Top Accounts', 32 'LBL_TOP_AMOUNT'=>'Amount', 33 'LBL_LIST_ACCOUNT_NAME'=>'Account Name', 34 'LBL_LIST_CITY'=>'City', 35 'LBL_LIST_WEBSITE'=>'Website', 36 'LBL_LIST_STATE'=>'State', 37 'LBL_LIST_PHONE'=>'Phone', 38 'LBL_LIST_EMAIL_ADDRESS'=>'Email Address', 39 'LBL_LIST_CONTACT_NAME'=>'Contact Name', 40 'LBL_LIST_AMOUNT' => 'Total Opportunities', 41 42 //DON'T CONVERT THESE THEY ARE MAPPINGS 43 'db_name' => 'LBL_LIST_ACCOUNT_NAME', 44 'db_website' => 'LBL_LIST_WEBSITE', 45 'db_billing_address_city' => 'LBL_LIST_CITY', 46 47 //END DON'T CONVERT 48 49 'LBL_ACCOUNT'=>'Account:', 50 'LBL_ACCOUNT_NAME'=>'Account Name:', 51 'LBL_PHONE'=>'Phone:', 52 'LBL_WEBSITE'=>'Website:', 53 'LBL_FAX'=>'Fax:', 54 'LBL_TICKER_SYMBOL'=>'Ticker Symbol:', 55 'LBL_OTHER_PHONE'=>'Other Phone:', 56 'LBL_ANY_PHONE'=>'Any Phone:', 57 'LBL_MEMBER_OF'=>'Member of:', 58 'LBL_EMAIL'=>'Email:', 59 'LBL_EMPLOYEES'=>'Employees:', 60 'LBL_OTHER_EMAIL_ADDRESS'=>'Other Email:', 61 'LBL_ANY_EMAIL'=>'Any Email:', 62 'LBL_OWNERSHIP'=>'Ownership:', 63 'LBL_RATING'=>'Rating:', 64 'LBL_INDUSTRY'=>'Industry:', 65 'LBL_SIC_CODE'=>'SIC Code:', 66 'LBL_TYPE'=>'Type:', 67 'LBL_ANNUAL_REVENUE'=>'Annual Revenue:', 68 'LBL_ADDRESS_INFORMATION'=>'Address Information', 69 'LBL_ACCOUNT_INFORMATION'=>'Account Information', 70 'LBL_CUSTOM_INFORMATION'=>'Custom Information', 71 'LBL_BILLING_ADDRESS'=>'Billing Address:', 72 'LBL_SHIPPING_ADDRESS'=>'Shipping Address:', 73 'LBL_ANY_ADDRESS'=>'Any Address:', 74 'LBL_CITY'=>'City:', 75 'LBL_STATE'=>'State:', 76 'LBL_POSTAL_CODE'=>'Postal Code:', 77 'LBL_COUNTRY'=>'Country:', 78 'LBL_DESCRIPTION_INFORMATION'=>'Description Information', 79 'LBL_DESCRIPTION'=>'Description:', 80 'NTC_COPY_BILLING_ADDRESS'=>'Copy billing address to shipping address', 81 'NTC_COPY_SHIPPING_ADDRESS'=>'Copy shipping address to billing address', 82 'NTC_REMOVE_MEMBER_ORG_CONFIRMATION'=>'Are you sure you want to remove this record as a member organization?', 83 'LBL_DUPLICATE'=>'Potential Duplicate Accounts', 84 'MSG_DUPLICATE' => 'Creating this vtiger_account may vtiger_potentialy create a duplicate vtiger_account. You may either select an vtiger_account from the list below or you may click on Create New Account to continue creating a new vtiger_account with the previously entered data.', 85 86 'LBL_INVITEE'=>'Contacts', 87 'ERR_DELETE_RECORD'=>"A record number must be specified to delete the vtiger_account.", 88 89 'LBL_SELECT_ACCOUNT'=>'Select Account', 90 'LBL_GENERAL_INFORMATION'=>'General Information', 91 92 //for v4 release added 93 'LBL_NEW_POTENTIAL'=>'New Potential', 94 'LBL_POTENTIAL_TITLE'=>'Potentials', 95 96 'LBL_NEW_TASK'=>'New Task', 97 'LBL_TASK_TITLE'=>'Tasks', 98 'LBL_NEW_CALL'=>'New Call', 99 'LBL_CALL_TITLE'=>'Calls', 100 'LBL_NEW_MEETING'=>'New Meeting', 101 'LBL_MEETING_TITLE'=>'Meetings', 102 'LBL_NEW_EMAIL'=>'New Email', 103 'LBL_EMAIL_TITLE'=>'Emails', 104 'LBL_NEW_CONTACT'=>'New Contact', 105 'LBL_CONTACT_TITLE'=>'Contacts', 106 107 //Added vtiger_fields after RC1 - Release 108 'LBL_ALL'=>'All', 109 'LBL_PROSPECT'=>'Prospect', 110 'LBL_INVESTOR'=>'Investor', 111 'LBL_RESELLER'=>'Reseller', 112 'LBL_PARTNER'=>'Partner', 113 114 // Added for 4GA 115 'LBL_TOOL_FORM_TITLE'=>'Account Tools', 116 //Added for 4GA 117 'Account Name'=>'Account Name', 118 'Phone'=>'Phone', 119 'Website'=>'Website', 120 'Fax'=>'Fax', 121 'Ticker Symbol'=>'Ticker Symbol', 122 'Other Phone'=>'Other Phone', 123 'Member Of'=>'Member Of', 124 'Email'=>'Email', 125 'Employees'=>'Employees', 126 'Other Email'=>'Other Email', 127 'Ownership'=>'Ownership', 128 'Rating'=>'Rating', 129 'industry'=>'Industry', 130 'SIC Code'=>'SIC Code', 131 'Type'=>'Type', 132 'Annual Revenue'=>'Annual Revenue', 133 'Assigned To'=>'Assigned To', 134 'Billing Address'=>'Billing Address', 135 'Shipping Address'=>'Shipping Address', 136 'Billing City'=>'Billing City', 137 'Shipping City'=>'Shipping City', 138 'Billing State'=>'Billing State', 139 'Shipping State'=>'Shipping State', 140 'Billing Code'=>'Billing Postal Code', 141 'Shipping Code'=>'Shipping Postal Code', 142 'Billing Country'=>'Billing Country', 143 'Shipping Country'=>'Shipping Country', 144 'Created Time'=>'Created Time', 145 'Modified Time'=>'Modified Time', 146 'Description'=>'Description', 147 'Shipping Po Box'=>'Shipping PO Box', 148 'Billing Po Box'=>'Billing PO Box', 149 150 //Added after 4.2 patch 2 151 'Email Opt Out'=>'Email Opt Out', 152 'LBL_EMAIL_OPT_OUT'=>'Email Opt Out:', 153 154 //Added after 5Alpha5 155 'Notify Owner'=>'Notify Owner', 156 157 //Added for existing picklist entries 158 159 '--None--'=>'--None--', 160 161 'Acquired'=>'Acquired', 162 'Active'=>'Active', 163 'Market Failed'=>'Market Failed', 164 'Project Cancelled'=>'Project Cancelled', 165 'Shutdown'=>'Shutdown', 166 167 'Apparel'=>'Apparel', 168 'Banking'=>'Banking', 169 'Biotechnology'=>'Biotechnology', 170 'Chemicals'=>'Chemicals', 171 'Communications'=>'Communications', 172 'Construction'=>'Construction', 173 'Consulting'=>'Consulting', 174 'Education'=>'Education', 175 'Electronics'=>'Electronics', 176 'Energy'=>'Energy', 177 'Engineering'=>'Engineering', 178 'Entertainment'=>'Entertainment', 179 'Environmental'=>'Environmental', 180 'Finance'=>'Finance', 181 'Food & Beverage'=>'Food & Beverage', 182 'Government'=>'Government', 183 'Healthcare'=>'Healthcare', 184 'Hospitality'=>'Hospitality', 185 'Insurance'=>'Insurance', 186 'Machinery'=>'Machinery', 187 'Manufacturing'=>'Manufacturing', 188 'Media'=>'Media', 189 'Not For Profit'=>'Not For Profit', 190 'Recreation'=>'Recreation', 191 'Retail'=>'Retail', 192 'Shipping'=>'Shipping', 193 'Technology'=>'Technology', 194 'Telecommunications'=>'Telecommunications', 195 'Transportation'=>'Transportation', 196 'Utilities'=>'Utilities', 197 'Other'=>'Other', 198 199 'Analyst'=>'Analyst', 200 'Competitor'=>'Competitor', 201 'Customer'=>'Customer', 202 'Integrator'=>'Integrator', 203 'Investor'=>'Investor', 204 'Partner'=>'Partner', 205 'Press'=>'Press', 206 'Prospect'=>'Prospect', 207 'Reseller'=>'Reseller', 208 'LBL_START_DATE' => 'Start Date', 209 'LBL_END_DATE' => 'End Date', 210 211 212 213 214 ); 215 216 ?>
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 |