[ 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/Notes/language/en_us.lang.php,v 1.10 2005/03/28 06:33:37 rank Exp $ 17 * Description: Defines the English language pack for the Account module. 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'=>'Notes', 25 'LBL_MODULE_TITLE'=>'Notes: Home', 26 'LBL_SEARCH_FORM_TITLE'=>'Note Search', 27 'LBL_LIST_FORM_TITLE'=>'Note List', 28 'LBL_NEW_FORM_TITLE'=>'New Note', 29 30 'LBL_LIST_SUBJECT'=>'Subject', 31 'LBL_LIST_CONTACT_NAME'=>'Contact Name', 32 'LBL_LIST_RELATED_TO'=>'Related To', 33 'LBL_LIST_DATE_MODIFIED'=>'Last Modified', 34 35 'LBL_NOTE'=>'Note:', 36 'LBL_NOTE_SUBJECT'=>'Note Subject:', 37 'LBL_CONTACT_NAME'=>'Contact Name:', 38 'LBL_PHONE'=>'Phone:', 39 'LBL_SUBJECT'=>'Subject:', 40 'LBL_CLOSE'=>'Close:', 41 'LBL_RELATED_TO'=>'Related To:', 42 'LBL_EMAIL_ADDRESS'=>'Email Address:', 43 'LBL_COLON'=>':', 44 45 'ERR_DELETE_RECORD'=>"A record number must be specified to delete the vtiger_account.", 46 'LBL_LIST_FILENAME'=>"File", 47 48 // Added for Note(3.2-patch 3) 49 50 'LBL_FILENAME'=>'Attachment:', 51 'LBL_NOTE_INFORMATION'=>'Note Information', 52 53 // Added for 4GA 54 'LBL_TOOL_FORM_TITLE'=>'Note Tools', 55 // Added for 4GA 56 'Contact Name'=>'Contact Name', 57 'Related To'=>'Related to', 58 'Subject'=>'Subject', 59 'Created Time'=>'Created Time', 60 'Modified Time'=>'Modified Time', 61 'Attachment'=>'Attachment', 62 'Note'=>'Note', 63 //Added for 4.2 Release -- CustomView 64 'Related to'=>'Related to', 65 'Last Modified'=>'Last Modified', 66 'File'=>'File', 67 'LBL_ALL'=>'All', 68 'Title'=>'Title', 69 70 ); 71 72 ?>
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 |