[ 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$ 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'=>'Invoice', 25 'LBL_SO_MODULE_NAME'=>'Invoice', 26 'LBL_RELATED_PRODUCTS'=>'Product Details', 27 'LBL_MODULE_TITLE'=>'Invoice: Home', 28 'LBL_SEARCH_FORM_TITLE'=>'Invoice Search', 29 'LBL_LIST_FORM_TITLE'=>'Invoice List', 30 'LBL_LIST_SO_FORM_TITLE'=>'Sales Order List', 31 'LBL_NEW_FORM_TITLE'=>'New Invoice', 32 'LBL_NEW_FORM_SO_TITLE'=>'New Sales Order', 33 'LBL_MEMBER_ORG_FORM_TITLE'=>'Member Organizations', 34 35 'LBL_LIST_ACCOUNT_NAME'=>'Account Name', 36 'LBL_LIST_CITY'=>'City', 37 'LBL_LIST_WEBSITE'=>'Website', 38 'LBL_LIST_STATE'=>'State', 39 'LBL_LIST_PHONE'=>'Phone', 40 'LBL_LIST_EMAIL_ADDRESS'=>'Email Address', 41 'LBL_LIST_CONTACT_NAME'=>'Contact Name', 42 43 //DON'T CONVERT THESE THEY ARE MAPPINGS 44 'db_name' => 'LBL_LIST_ACCOUNT_NAME', 45 'db_website' => 'LBL_LIST_WEBSITE', 46 'db_billing_address_city' => 'LBL_LIST_CITY', 47 48 //END DON'T CONVERT 49 50 'LBL_ACCOUNT'=>'Account:', 51 'LBL_ACCOUNT_NAME'=>'Account Name:', 52 'LBL_PHONE'=>'Phone:', 53 'LBL_WEBSITE'=>'Website:', 54 'LBL_FAX'=>'Fax:', 55 'LBL_TICKER_SYMBOL'=>'Ticker Symbol:', 56 'LBL_OTHER_PHONE'=>'Other Phone:', 57 'LBL_ANY_PHONE'=>'Any Phone:', 58 'LBL_MEMBER_OF'=>'Member of:', 59 'LBL_EMAIL'=>'Email:', 60 'LBL_EMPLOYEES'=>'Employees:', 61 'LBL_OTHER_EMAIL_ADDRESS'=>'Other Email:', 62 'LBL_ANY_EMAIL'=>'Any Email:', 63 'LBL_OWNERSHIP'=>'Ownership:', 64 'LBL_RATING'=>'Rating:', 65 'LBL_INDUSTRY'=>'Industry:', 66 'LBL_SIC_CODE'=>'SIC Code:', 67 'LBL_TYPE'=>'Type:', 68 'LBL_ANNUAL_REVENUE'=>'Annual Revenue:', 69 'LBL_ADDRESS_INFORMATION'=>'Address Information', 70 'LBL_Quote_INFORMATION'=>'Account Information', 71 'LBL_CUSTOM_INFORMATION'=>'Custom Information', 72 'LBL_BILLING_ADDRESS'=>'Billing Address:', 73 'LBL_SHIPPING_ADDRESS'=>'Shipping Address:', 74 'LBL_ANY_ADDRESS'=>'Any Address:', 75 'LBL_CITY'=>'City:', 76 'LBL_STATE'=>'State:', 77 'LBL_POSTAL_CODE'=>'Postal Code:', 78 'LBL_COUNTRY'=>'Country:', 79 'LBL_DESCRIPTION_INFORMATION'=>'Description Information', 80 'LBL_DESCRIPTION'=>'Description:', 81 'LBL_TERMS_INFORMATION'=>'Terms & Conditions', 82 'NTC_COPY_BILLING_ADDRESS'=>'Copy billing address to shipping address', 83 'NTC_COPY_SHIPPING_ADDRESS'=>'Copy shipping address to billing address', 84 'NTC_REMOVE_MEMBER_ORG_CONFIRMATION'=>'Are you sure you want to remove this record as a member organization?', 85 'LBL_DUPLICATE'=>'Potential Duplicate Accounts', 86 '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.', 87 88 'LBL_INVITEE'=>'Contacts', 89 'ERR_DELETE_RECORD'=>"A record number must be specified to delete the vtiger_account.", 90 91 'LBL_SELECT_ACCOUNT'=>'Select Account', 92 'LBL_GENERAL_INFORMATION'=>'General Information', 93 94 //for v4 release added 95 'LBL_NEW_POTENTIAL'=>'New Potential', 96 'LBL_POTENTIAL_TITLE'=>'Potentials', 97 98 'LBL_NEW_TASK'=>'New Task', 99 'LBL_TASK_TITLE'=>'Tasks', 100 'LBL_NEW_CALL'=>'New Call', 101 'LBL_CALL_TITLE'=>'Calls', 102 'LBL_NEW_MEETING'=>'New Meeting', 103 'LBL_MEETING_TITLE'=>'Meetings', 104 'LBL_NEW_EMAIL'=>'New Email', 105 'LBL_EMAIL_TITLE'=>'Emails', 106 'LBL_NEW_CONTACT'=>'New Contact', 107 'LBL_CONTACT_TITLE'=>'Contacts', 108 109 //Added vtiger_fields after RC1 - Release 110 'LBL_ALL'=>'All', 111 'LBL_PROSPECT'=>'Prospect', 112 'LBL_INVESTOR'=>'Investor', 113 'LBL_RESELLER'=>'Reseller', 114 'LBL_PARTNER'=>'Partner', 115 116 // Added for 4GA 117 'LBL_TOOL_FORM_TITLE'=>'Account Tools', 118 //Added for 4GA 119 'Subject'=>'Subject', 120 'Quote Name'=>'Quote Name', 121 'Vendor Name'=>'Vendor Name', 122 'Invoice Terms'=>'Invoice Terms', 123 'Contact Name'=>'Contact Name',//to include contact name vtiger_field in Invoice 124 'Invoice Date'=>'Invoice Date', 125 'Sub Total'=>'Sub Total', 126 'Due Date'=>'Due Date', 127 'Carrier'=>'Carrier', 128 'Type'=>'Type', 129 'Sales Tax'=>'Sales Tax', 130 'Sales Commission'=>'Sales Commission', 131 'Excise Duty'=>'Excise Duty', 132 'Total'=>'Total', 133 'Product Name'=>'Product Name', 134 'Assigned To'=>'Assigned To', 135 'Billing Address'=>'Billing Address', 136 'Shipping Address'=>'Shipping Address', 137 'Billing City'=>'Billing City', 138 'Billing State'=>'Billing State', 139 'Billing Code'=>'Billing Postal Code', 140 'Billing Country'=>'Billing Country', 141 'Billing Po Box'=>'Billing PO Box', 142 'Shipping Po Box'=>'Shipping PO Box', 143 'Shipping City'=>'Shipping City', 144 'Shipping State'=>'Shipping State', 145 'Shipping Code'=>'Shipping Postal Code', 146 'Shipping Country'=>'Shipping Country', 147 'City'=>'City', 148 'State'=>'State', 149 'Code'=>'Code', 150 'Country'=>'Country', 151 'Created Time'=>'Created Time', 152 'Modified Time'=>'Modified Time', 153 'Description'=>'Description', 154 'Potential Name'=>'Potential Name', 155 'Customer No'=>'Customer No', 156 'Sales Order'=>'Sales Order', 157 'Notes'=>'Notes', 158 'Pending'=>'Pending', 159 'Account Name'=>'Account Name', 160 'Terms & Conditions'=>'Terms & Conditions', 161 //Quote Info 162 'LBL_INVOICE_INFORMATION'=>'Invoice Information', 163 'LBL_INVOICE'=>'Invoice:', 164 'LBL_SO_INFORMATION'=>'Sales Order Information', 165 'LBL_SO'=>'Sales Order:', 166 167 //Added in release 4.2 168 'LBL_SUBJECT'=>'Subject:', 169 'LBL_SALES_ORDER'=>'Sales order:', 170 'Invoice Id'=>'Invoice Id', 171 'LBL_MY_TOP_INVOICE'=>'My Top Open Invoice', 172 'LBL_INVOICE_NAME'=>'Invoice Name:', 173 'Purchase Order'=>'Purchase Order', 174 'Status'=>'Status', 175 'Id'=>'Invoice Id', 176 'Invoice'=>'Invoice', 177 178 //Added for existing Picklist Entries 179 180 'Created'=>'Created', 181 'Approved'=>'Approved', 182 'Sent'=>'Sent', 183 'Credit Invoice'=>'Credit Invoice', 184 'Paid'=>'Paid', 185 186 ); 187 188 ?>
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 |