[ 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'=>'FAQ', 25 'LBL_MODULE_TITLE'=>'FAQ: Home', 26 'LBL_SEARCH_FORM_TITLE'=>'FAQ Search', 27 'LBL_LIST_FORM_TITLE'=>'FAQ List', 28 'LBL_NEW_FORM_TITLE'=>'New Faq', 29 'LBL_MEMBER_ORG_FORM_TITLE'=>'Member Organizations', 30 31 'LBL_LIST_ACCOUNT_NAME'=>'Faq Name', 32 'LBL_LIST_CITY'=>'City', 33 'LBL_LIST_WEBSITE'=>'Website', 34 'LBL_LIST_STATE'=>'State', 35 'LBL_LIST_PHONE'=>'Phone', 36 'LBL_LIST_EMAIL_ADDRESS'=>'Email Address', 37 'LBL_LIST_CONTACT_NAME'=>'Contact Name', 38 'LBL_FAQ_INFORMATION'=>'Faq Information', 39 40 //DON'T CONVERT THESE THEY ARE MAPPINGS 41 'db_name' => 'LBL_LIST_ACCOUNT_NAME', 42 'db_website' => 'LBL_LIST_WEBSITE', 43 'db_billing_address_city' => 'LBL_LIST_CITY', 44 45 //END DON'T CONVERT 46 47 'LBL_ACCOUNT'=>'Faq:', 48 'LBL_ACCOUNT_NAME'=>'Faq Name:', 49 'LBL_PHONE'=>'Phone:', 50 'LBL_WEBSITE'=>'Website:', 51 'LBL_FAX'=>'Fax:', 52 'LBL_TICKER_SYMBOL'=>'Ticker Symbol:', 53 'LBL_OTHER_PHONE'=>'Other Phone:', 54 'LBL_ANY_PHONE'=>'Any Phone:', 55 'LBL_MEMBER_OF'=>'Member of:', 56 'LBL_EMAIL'=>'Email:', 57 'LBL_EMPLOYEES'=>'Employees:', 58 'LBL_OTHER_EMAIL_ADDRESS'=>'Other Email:', 59 'LBL_ANY_EMAIL'=>'Any Email:', 60 'LBL_OWNERSHIP'=>'Ownership:', 61 'LBL_RATING'=>'Rating:', 62 'LBL_INDUSTRY'=>'Industry:', 63 'LBL_SIC_CODE'=>'SIC Code:', 64 'LBL_TYPE'=>'Type:', 65 'LBL_ANNUAL_REVENUE'=>'Annual Revenue:', 66 'LBL_ADDRESS_INFORMATION'=>'Address Information', 67 'LBL_ACCOUNT_INFORMATION'=>'Faq Information', 68 'LBL_BILLING_ADDRESS'=>'Billing Address:', 69 'LBL_SHIPPING_ADDRESS'=>'Shipping Address:', 70 'LBL_ANY_ADDRESS'=>'Any Address:', 71 'LBL_CITY'=>'City:', 72 'LBL_STATE'=>'State:', 73 'LBL_POSTAL_CODE'=>'Postal Code:', 74 'LBL_COUNTRY'=>'Country:', 75 'LBL_DESCRIPTION_INFORMATION'=>'Description Information', 76 'LBL_DESCRIPTION'=>'Description:', 77 'NTC_COPY_BILLING_ADDRESS'=>'Copy billing address to shipping address', 78 'NTC_COPY_SHIPPING_ADDRESS'=>'Copy shipping address to billing address', 79 'NTC_REMOVE_MEMBER_ORG_CONFIRMATION'=>'Are you sure you want to remove this record as a member organization?', 80 'LBL_DUPLICATE'=>'Potential Duplicate Faq', 81 '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 Faq to continue creating a new vtiger_account with the previously entered data.', 82 83 'LBL_INVITEE'=>'Contacts', 84 'ERR_DELETE_RECORD'=>"A record number must be specified to delete the vtiger_account.", 85 86 'LBL_SELECT_ACCOUNT'=>'Select Faq', 87 'LBL_GENERAL_INFORMATION'=>'General Information', 88 89 //for v4 release added 90 'LBL_NEW_POTENTIAL'=>'New Potential', 91 'LBL_POTENTIAL_TITLE'=>'Potentials', 92 93 'LBL_NEW_TASK'=>'New Task', 94 'LBL_TASK_TITLE'=>'Tasks', 95 'LBL_NEW_CALL'=>'New Call', 96 'LBL_CALL_TITLE'=>'Calls', 97 'LBL_NEW_MEETING'=>'New Meeting', 98 'LBL_MEETING_TITLE'=>'Meetings', 99 'LBL_NEW_EMAIL'=>'New Email', 100 'LBL_EMAIL_TITLE'=>'Emails', 101 'LBL_NEW_CONTACT'=>'New Contact', 102 'LBL_CONTACT_TITLE'=>'Contacts', 103 104 //Added for 4GA Release 105 'Category'=>'Category', 106 'Related To'=>'Related To', 107 'Question'=>'Question', 108 'Answer'=>'Answer', 109 'Comments'=>'Comments', 110 'LBL_COMMENTS'=>'Comments',//give the same value given to the above string 'Comments' 111 'Created Time'=>'Created Time', 112 'Modified Time'=>'Modified Time', 113 114 //Added vtiger_fields after 4.2 alpha 115 'LBL_TICKETS'=>'Tickets', 116 'LBL_FAQ'=>'FAQ', 117 'Product Name'=>'Product Name', 118 'FAQ Id'=>'FAQ Id', 119 'Add Comment'=>'Add Comment', 120 'LBL_ADD_COMMENT'=>'Add Comment',//give the same value given to the above string 'Add Comment' 121 'LBL_COMMENT_INFORMATION'=>'Comment Information', 122 'Status'=>'Status', 123 124 //Added on 10-12-2005 125 'LBL_QUESTION'=>'Question', 126 'LBL_CATEGORY'=>'Category', 127 'LBL_MY_FAQ'=>'My Recent FAQs', 128 129 //Added for existing Picklist Entries 130 131 'General'=>'General', 132 133 'Draft'=>'Draft', 134 'Reviewed'=>'Reviewed', 135 'Published'=>'Published', 136 'Obsolete'=>'Obsolete', 137 138 ); 139 140 ?>
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 |