]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/DynamicFields/language/en_us.lang.php
Release 6.2.0
[Github/sugarcrm.git] / modules / DynamicFields / language / en_us.lang.php
1 <?php
2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
3 /*********************************************************************************
4  * SugarCRM Community Edition is a customer relationship management program developed by
5  * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
6  * 
7  * This program is free software; you can redistribute it and/or modify it under
8  * the terms of the GNU Affero General Public License version 3 as published by the
9  * Free Software Foundation with the addition of the following permission added
10  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
11  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
12  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
13  * 
14  * This program is distributed in the hope that it will be useful, but WITHOUT
15  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
17  * details.
18  * 
19  * You should have received a copy of the GNU Affero General Public License along with
20  * this program; if not, see http://www.gnu.org/licenses or write to the Free
21  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22  * 02110-1301 USA.
23  * 
24  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
25  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
26  * 
27  * The interactive user interfaces in modified source and object code versions
28  * of this program must display Appropriate Legal Notices, as required under
29  * Section 5 of the GNU Affero General Public License version 3.
30  * 
31  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
32  * these Appropriate Legal Notices must retain the display of the "Powered by
33  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
34  * technical reasons, the Appropriate Legal Notices must display the words
35  * "Powered by SugarCRM".
36  ********************************************************************************/
37
38 /*********************************************************************************
39
40  * Description:  Defines the English language pack for the base application.
41  * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
42  * All Rights Reserved.
43  * Contributor(s): ______________________________________..
44  ********************************************************************************/
45
46
47 $mod_strings = array (
48     'LNK_NEW_CALL' => 'Log Call',
49     'LNK_NEW_MEETING' => 'Schedule Meeting',
50     'LNK_NEW_TASK' => 'Create Task',
51     'LNK_NEW_NOTE' => 'Create Note or Attachment',
52     'LNK_NEW_EMAIL' => 'Archive Email',
53     'LNK_CALL_LIST' => 'Calls',
54     'LNK_MEETING_LIST' => 'Meetings',
55     'LNK_TASK_LIST' => 'Tasks',
56     'LNK_NOTE_LIST' => 'Notes',
57     'LNK_EMAIL_LIST' => 'Emails',
58     'LBL_ADD_FIELD'=> 'Add Field:',
59         'LBL_MODULE_SELECT' => 'Module to Edit',
60         'LBL_SEARCH_FORM_TITLE' => 'Module Search',
61         'COLUMN_TITLE_NAME' => 'Field Name',
62     'COLUMN_TITLE_DISPLAY_LABEL' => 'Display Label',
63     'COLUMN_TITLE_LABEL_VALUE' => 'Label Value',
64         'COLUMN_TITLE_LABEL' => 'System Label',
65         'COLUMN_TITLE_DATA_TYPE' => 'Data Type',
66         'COLUMN_TITLE_MAX_SIZE' => 'Max Size',
67         'COLUMN_TITLE_HELP_TEXT' => 'Help Text',
68     'COLUMN_TITLE_COMMENT_TEXT' => 'Comment Text',
69         'COLUMN_TITLE_REQUIRED_OPTION' => 'Required Field',
70         'COLUMN_TITLE_DEFAULT_VALUE' => 'Default Value',
71         'COLUMN_TITLE_DEFAULT_EMAIL' => 'Default Value',
72         'COLUMN_TITLE_EXT1' => 'Extra Meta Field 1',
73         'COLUMN_TITLE_EXT2' => 'Extra Meta Field 2',
74         'COLUMN_TITLE_EXT3' => 'Extra Meta Field 3',
75         'COLUMN_TITLE_FRAME_HEIGHT' => 'IFrame Height',
76         'COLUMN_TITLE_HTML_CONTENT' =>'HTML',
77         'COLUMN_TITLE_URL'=>'Default URL',
78         'COLUMN_TITLE_AUDIT' =>'Audit',
79         'COLUMN_TITLE_REPORTABLE' => 'Reportable',
80         'COLUMN_TITLE_MIN_VALUE' => 'Min Value',
81         'COLUMN_TITLE_MAX_VALUE' => 'Max Value',
82         'COLUMN_TITLE_LABEL_ROWS' => 'Rows',
83         'COLUMN_TITLE_LABEL_COLS' => 'Columns',
84         'COLUMN_TITLE_DISPLAYED_ITEM_COUNT'=>'# Items displayed',
85         'COLUMN_TITLE_AUTOINC_NEXT' => 'Auto Increment Next Value',
86     'COLUMN_DISABLE_NUMBER_FORMAT' => 'Disable Format',
87     'COLUMN_TITLE_ENABLE_RANGE_SEARCH' => 'Enable Range Search',
88         'LBL_DROP_DOWN_LIST' => 'Drop Down List',
89         'LBL_RADIO_FIELDS'=> 'Radio Fields',
90         'LBL_MULTI_SELECT_LIST'=> 'Multi Select List',
91         'COLUMN_TITLE_PRECISION'=> 'Precision',
92         'MSG_DELETE_CONFIRM' => 'Are you sure you want to delete this item?',
93         'POPUP_INSERT_HEADER_TITLE' => 'Add Custom Field',
94         'POPUP_EDIT_HEADER_TITLE' => 'Edit Custom Field',
95         'LNK_SELECT_CUSTOM_FIELD' => 'Select Custom Field',
96         'LNK_REPAIR_CUSTOM_FIELD' => 'Repair Custom Fields',
97         'LBL_MODULE' => 'Module',
98         'COLUMN_TITLE_MASS_UPDATE'=>'Mass Update',
99     'COLUMN_TITLE_IMPORTABLE'=>'Importable',
100     'COLUMN_TITLE_DUPLICATE_MERGE'=>'Duplicate Merge',
101     'LBL_LABEL'=>'Label',
102     'LBL_DATA_TYPE'=>'Data Type',
103     'LBL_DEFAULT_VALUE'=>'Default Value',
104     'LBL_AUDITED'=>'Audited',
105     'LBL_REPORTABLE'=>'Reportable',
106     'ERR_RESERVED_FIELD_NAME' => "Reserved Keyword",
107         'ERR_SELECT_FIELD_TYPE' => 'Please Select a Field Type',
108         'ERR_FIELD_NAME_ALREADY_EXISTS' => 'Field Name already exists',
109     'LBL_BTN_ADD' => 'Add',
110     'LBL_BTN_EDIT' => 'Edit',
111     'LBL_GENERATE_URL' => 'Generate URL',
112         'LBL_DEPENDENT_CHECKBOX'=>'Dependent',
113         'LBL_DEPENDENT_TRIGGER'=>'Trigger',
114     'LBL_CALCULATED'=>'Calculated Value',
115     'LBL_FORMULA'=>'Formula',
116     'LBL_DYNAMIC_VALUES_CHECKBOX' => 'Dependent',
117     'LBL_BTN_EDIT_VISIBILITY'=>'Edit Visibility',
118     'LBL_LINK_TARGET'=>'Open Link In',
119     'LBL_IMAGE_WIDTH' => 'Width',
120     'LBL_IMAGE_HEIGHT' => 'Height',
121     'LBL_IMAGE_BORDER' => 'Border',
122         'COLUMN_TITLE_VALIDATE_US_FORMAT' => 'U.S. Format',
123         'LBL_DEPENDENT'=>'Dependent',
124         'LBL_VISIBLE_IF'=>'Visible If',
125         'LBL_ENFORCED'=>'Enforced',
126
127 );
128
129
130 ?>