0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
vtiger
/
5.0.4
/
standard
/
htdocs
/
modules
/
Notes
/
language
/
[
Home
]
File: en_us.lang.php
<?php /********************************************************************************* * The contents of this file are subject to the SugarCRM Public License Version 1.1.2 * ("License"); You may not use this file except in compliance with the * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for * the specific language governing rights and limitations under the License. * The Original Code is: SugarCRM Open Source * The Initial Developer of the Original Code is SugarCRM, Inc. * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.; * All Rights Reserved. * Contributor(s): ______________________________________. ********************************************************************************/ /********************************************************************************* * $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 $ * Description: Defines the English language pack for the Account module. * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. * All Rights Reserved. * Contributor(s): ______________________________________.. ********************************************************************************/ $mod_strings = Array( 'LBL_MODULE_NAME'=>'Notes', 'LBL_MODULE_TITLE'=>'Notes: Home', 'LBL_SEARCH_FORM_TITLE'=>'Note Search', 'LBL_LIST_FORM_TITLE'=>'Note List', 'LBL_NEW_FORM_TITLE'=>'New Note', 'LBL_LIST_SUBJECT'=>'Subject', 'LBL_LIST_CONTACT_NAME'=>'Contact Name', 'LBL_LIST_RELATED_TO'=>'Related To', 'LBL_LIST_DATE_MODIFIED'=>'Last Modified', 'LBL_NOTE'=>'Note:', 'LBL_NOTE_SUBJECT'=>'Note Subject:', 'LBL_CONTACT_NAME'=>'Contact Name:', 'LBL_PHONE'=>'Phone:', 'LBL_SUBJECT'=>'Subject:', 'LBL_CLOSE'=>'Close:', 'LBL_RELATED_TO'=>'Related To:', 'LBL_EMAIL_ADDRESS'=>'Email Address:', 'LBL_COLON'=>':', 'ERR_DELETE_RECORD'=>"A record number must be specified to delete the vtiger_account.", 'LBL_LIST_FILENAME'=>"File", // Added for Note(3.2-patch 3) 'LBL_FILENAME'=>'Attachment:', 'LBL_NOTE_INFORMATION'=>'Note Information', // Added for 4GA 'LBL_TOOL_FORM_TITLE'=>'Note Tools', // Added for 4GA 'Contact Name'=>'Contact Name', 'Related To'=>'Related to', 'Subject'=>'Subject', 'Created Time'=>'Created Time', 'Modified Time'=>'Modified Time', 'Attachment'=>'Attachment', 'Note'=>'Note', //Added for 4.2 Release -- CustomView 'Related to'=>'Related to', 'Last Modified'=>'Last Modified', 'File'=>'File', 'LBL_ALL'=>'All', 'Title'=>'Title', ); ?>