|
1 <?php |
|
2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
3 /** |
|
4 * English language file for History |
|
5 * |
|
6 * The contents of this file are subject to the SugarCRM Public License Version |
|
7 * 1.1.3 ("License"); You may not use this file except in compliance with the |
|
8 * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL |
|
9 * Software distributed under the License is distributed on an "AS IS" basis, |
|
10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License |
|
11 * for the specific language governing rights and limitations under the |
|
12 * License. |
|
13 * |
|
14 * All copies of the Covered Code must include on each user interface screen: |
|
15 * (i) the "Powered by SugarCRM" logo and |
|
16 * (ii) the SugarCRM copyright notice |
|
17 * in the same form as they appear in the distribution. See full license for |
|
18 * requirements. |
|
19 * |
|
20 * The Original Code is: SugarCRM Open Source |
|
21 * The Initial Developer of the Original Code is SugarCRM, Inc. |
|
22 * Portions created by SugarCRM are Copyright (C) 2004-2006 SugarCRM, Inc.; |
|
23 * All Rights Reserved. |
|
24 * Contributor(s): ______________________________________. |
|
25 */ |
|
26 |
|
27 |
|
28 |
|
29 $mod_strings = array ( |
|
30 'LBL_FIELD_NAME' => 'Field', |
|
31 'LBL_OLD_NAME' => 'Old Value', |
|
32 'LBL_NEW_VALUE' => 'New Value', |
|
33 'LBL_CREATED_BY' => 'Changed By', |
|
34 'LBL_LIST_DATE' => 'Change Date', |
|
35 'LBL_AUDITED_FIELDS' => 'Fields audited in this module: ', |
|
36 'LBL_NO_AUDITED_FIELDS_TEXT' => 'There are no fields audited in this module', |
|
37 |
|
38 ); |
|
39 |
|
40 ?> |