1 <?php |
1 <?php |
|
2 |
2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
3 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 |
4 |
29 $mod_strings = array ( |
5 $mod_strings = array ( |
30 'LBL_FIELD_NAME' => 'Field', |
6 'LBL_FIELD_NAME' => 'Pole', |
31 'LBL_OLD_NAME' => 'Old Value', |
7 'LBL_OLD_NAME' => 'Původní hodnota', |
32 'LBL_NEW_VALUE' => 'New Value', |
8 'LBL_NEW_VALUE' => 'Nová hodnota', |
33 'LBL_CREATED_BY' => 'Changed By', |
9 'LBL_CREATED_BY' => 'Změnil', |
34 'LBL_LIST_DATE' => 'Change Date', |
10 'LBL_LIST_DATE' => 'Datum změny', |
35 'LBL_AUDITED_FIELDS' => 'Fields audited in this module: ', |
11 'LBL_AUDITED_FIELDS' => 'Auditovaná pole v modulu: ', |
36 'LBL_NO_AUDITED_FIELDS_TEXT' => 'There are no fields audited in this module', |
12 'LBL_NO_AUDITED_FIELDS_TEXT' => 'V modulu nejsou auditovaná žádná pole', |
|
13 'LBL_CHANGE_LOG' => 'Protokol o změnách', |
37 |
14 |
38 ); |
15 ); |
39 |
16 |
40 ?> |
17 ?> |