]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Studio/language/en_us.lang.php
Release 6.4.0
[Github/sugarcrm.git] / modules / Studio / 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
41
42
43 $mod_strings = array (
44 'LBL_EDIT_LAYOUT'=>'Edit Layout',
45 'LBL_EDIT_ROWS'=>'Edit Rows',
46 'LBL_EDIT_COLUMNS'=>'Edit Columns',
47 'LBL_EDIT_LABELS'=>'Edit Labels',
48 'LBL_EDIT_FIELDS'=>'Edit Custom Fields',
49 'LBL_ADD_FIELDS'=>'Add Custom Fields',
50 'LBL_DISPLAY_HTML'=>'Display HTML Code',
51 'LBL_SELECT_FILE'=> 'Select File',
52 'LBL_SAVE_LAYOUT'=> 'Save Layout',
53 'LBL_SELECT_A_SUBPANEL' => 'Select a Subpanel',
54 'LBL_SELECT_SUBPANEL' => 'Select Subpanel',
55 'LBL_MODULE_TITLE' => 'Studio',
56 'LBL_TOOLBOX' => 'Toolbox',
57 'LBL_STAGING_AREA' => 'Staging Area (drag and drop items here)',
58 'LBL_SUGAR_FIELDS_STAGE' => 'Sugar Fields (click items to add to staging area)',
59 'LBL_SUGAR_BIN_STAGE' => 'Sugar Bin (click items to add to staging area)',
60 'LBL_VIEW_SUGAR_FIELDS' => 'View Sugar Fields',
61 'LBL_VIEW_SUGAR_BIN' => 'View Sugar Bin', 
62 'LBL_FAILED_TO_SAVE' => 'Failed To Save',
63 'LBL_CONFIRM_UNSAVE' => 'Any changes will go unsaved. Are you sure you would like to continue?',
64 'LBL_PUBLISHING' => 'Publishing ...',
65 'LBL_PUBLISHED' => 'Published',
66 'LBL_FAILED_PUBLISHED' => 'Failed to Publish',
67 'LBL_DROP_HERE' => '[Drop Here]',
68
69 //CUSTOM FIELDS
70 'LBL_NAME'=>'Name',
71 'LBL_LABEL'=>'Label',
72 'LBL_MASS_UPDATE'=>'Mass Update',
73 'LBL_AUDITED'=>'Audit',
74 'LBL_CUSTOM_MODULE'=>'Module',
75 'LBL_DEFAULT_VALUE'=>'Default Value',
76 'LBL_REQUIRED'=>'Required',
77 'LBL_DATA_TYPE'=>'Type',
78
79
80 'LBL_HISTORY'=>'History',
81
82 //WIZARDS
83 //STUDIO WIZARD
84 'LBL_SW_WELCOME'=>'<h2>Welcome to Studio!</h2><br> What would you like to do today?<br><b> Please select from the options below.</b>',
85 'LBL_SW_EDIT_MODULE'=>'Edit a Module',
86 'LBL_SW_EDIT_DROPDOWNS'=>'Edit Drop Downs',
87 'LBL_SW_EDIT_TABS'=>'Configure Tabs',
88 'LBL_SW_RENAME_TABS'=>'Rename Tabs',
89 'LBL_SW_EDIT_GROUPTABS'=>'Configure Group Tabs',
90 'LBL_SW_EDIT_PORTAL'=>'Edit Portal',
91 'LBL_SW_EDIT_WORKFLOW'=>'Edit Workflow',
92 'LBL_SW_REPAIR_CUSTOMFIELDS'=>'Repair Custom Fields',
93 'LBL_SW_MIGRATE_CUSTOMFIELDS'=>'Migrate Custom Fields',
94
95
96 //SELECT MODULE WIZARD
97 'LBL_SMW_WELCOME'=>'<h2>Welcome to Studio!</h2><br><b>Please select a module from below.',
98
99 //SELECT MODULE ACTION
100 'LBL_SMA_WELCOME'=>'<h2>Edit a Module</h2>What do you want to do with that module?<br><b>Please select what action you would like to take.',
101 'LBL_SMA_EDIT_CUSTOMFIELDS'=>'Edit Custom Fields',
102 'LBL_SMA_EDIT_LAYOUT'=>'Edit Layout',
103 'LBL_SMA_EDIT_LABELS' =>'Edit Labels',
104
105 //Manager Backups History
106 'LBL_MB_PREVIEW'=>'Preview',
107 'LBL_MB_RESTORE'=>'Restore',
108 'LBL_MB_DELETE'=>'Delete',
109 'LBL_MB_COMPARE'=>'Compare',
110 'LBL_MB_WELCOME'=> '<h2>History</h2><br> History allows you to view previously deployed editions of the file you are currently working on. You can compare and restore previous versions. If you do restore a file it will become your working file. You must deploy it before it is visible by everyone else.<br> What would you like to do today?<br><b> Please select from the options below.</b>',
111
112 //EDIT DROP DOWNS
113 'LBL_ED_CREATE_DROPDOWN'=> 'Create a Drop Down',
114 'LBL_ED_WELCOME'=>'<h2>Drop Down Editor</h2><br><b>You can either edit an existing drop down or create a new drop down.',
115 'LBL_DROPDOWN_NAME' => 'Dropdown Name:',
116 'LBL_DROPDOWN_LANGUAGE' => 'Dropdown Language:',
117 'LBL_TABGROUP_LANGUAGE' => 'Language:',
118
119 //EDIT CUSTOM FIELDS
120 'LBL_EC_WELCOME'=>'<h2>Custom Field Editor</h2><br><b>You can either view and edit an existing custom field, create a new custom field or clean the custom field cache.',
121 'LBL_EC_VIEW_CUSTOMFIELDS'=> 'View Custom Fields',
122 'LBL_EC_CREATE_CUSTOMFIELD'=>'Create Custom Field',
123 'LBL_EC_CLEAR_CACHE'=>'Clear Cache',
124
125 //SELECT MODULE
126 'LBL_SM_WELCOME'=> '<h2>History</h2><br><b>Please select the file you would like to view.</b>',
127 //END WIZARDS
128
129 //DROP DOWN EDITOR
130 'LBL_DD_DISPALYVALUE'=>'Display Value',
131 'LBL_DD_DATABASEVALUE'=>'Database Value',
132 'LBL_DD_ALL'=>'All',
133
134 //BUTTONS
135 'LBL_BTN_SAVE'=>'Save',
136 'LBL_BTN_CANCEL'=>'Cancel',
137 'LBL_BTN_SAVEPUBLISH'=>'Save & Deploy',
138 'LBL_BTN_HISTORY'=>'History',
139 'LBL_BTN_NEXT'=>'Next',
140 'LBL_BTN_BACK'=>'Back',
141 'LBL_BTN_ADDCOLS'=>'Add Columns',
142 'LBL_BTN_ADDROWS'=>'Add Rows',
143 'LBL_BTN_UNDO'=>'Undo',
144 'LBL_BTN_REDO'=>'Redo',
145 'LBL_BTN_ADDCUSTOMFIELD'=>'Add Custom Field',
146 'LBL_BTN_TABINDEX'=>'Edit Tabbing Order',
147
148 //TABS
149 'LBL_TAB_SUBTABS'=>'Sub Tabs',
150 'LBL_MODULES'=>'Modules',
151 //nsingh: begin bug#15095 fix
152 'LBL_MODULE_NAME' => 'Administration',
153 'LBL_CONFIGURE_GROUP_TABS' => 'Configure Grouped Modules',
154  //end bug #15095 fix
155 'LBL_GROUP_TAB_WELCOME'=>'The groups below will be displayed in the navigation bar for users who choose to view Grouped Modules. Drag and drop modules to and from the Groups to configure which modules appear under the groups. Note: Empty groups will not be displayed in the navigation bar.',
156 'LBL_RENAME_TAB_WELCOME'=>'Click on any tab\'s Display Value in the table below to rename the tab.',
157 'LBL_DELETE_MODULE'=>'Remove&nbsp;Module<br />From&nbsp;Group',
158 'LBL_DISPLAY_OTHER_TAB_HELP' => 'Select to display the "Other" tab in the navigation bar.  By default, the "Other" tab displays any modules not already included in other groups.',
159 'LBL_TAB_GROUP_LANGUAGE_HELP' => 'Select an available language, edit the Group labels and click Save & Deploy to apply the labels in the selected language.',
160 'LBL_ADD_GROUP'=>'Add Group',
161 'LBL_NEW_GROUP'=>'New Group',
162 'LBL_RENAME_TABS'=>'Rename Modules',
163 'LBL_DISPLAY_OTHER_TAB' => 'Display \'Other\' Tab',
164
165 //LIST VIEW EDITOR
166 'LBL_DEFAULT'=>'Default',
167 'LBL_ADDITIONAL'=>'Additional',
168 'LBL_AVAILABLE'=>'Available',
169 'LBL_LISTVIEW_DESCRIPTION'=>'There are three columns displayed below. The default column contains the fields that are displayed in a list view by default, the additional column contains fields that a user may choose to use for creating a custom view, and the available columns are columns availabe for you as an admin to either add to the default or additional columns for use by users but are currently not used.', 
170 'LBL_LISTVIEW_EDIT'=>'List View Editor',
171
172 //ERRORS
173 'ERROR_ALREADY_EXISTS'=> 'Error: Field Already Exists',
174 'ERROR_INVALID_KEY_VALUE'=> "Error: Invalid Key Value: [']",
175
176 //SUGAR PORTAL
177 'LBL_SW_SUGARPORTAL'=>'Sugar Portal',
178 'LBL_SMP_WELCOME'=>' Please select a module you would like to edit from the list below',
179 'LBL_SP_WELCOME'=>'Welcome to Studio for Sugar Portal. You can either choose to edit modules here or sync to a portal instance.<br> Please choose from the list below.',
180 'LBL_SP_SYNC'=>'Portal Sync',
181 'LBL_SYNCP_WELCOME'=>'Please enter the url to the portal instance you wish to update then press the Go button.<br> This will bring up a prompt for your user name and password.<br> Please enter your Sugar user name and password and press the Begin Sync button.',
182 'LBL_LISTVIEWP_DESCRIPTION'=>'There are two columns below: Default which are the fields that will be displayed and Available which are the fields that are not displayed, but are available for displaying. Just drag the fields between the two columns. You can also reorder the items in a column by dragging and dropping them.',
183 'LBL_SP_STYLESHEET'=>'Upload a Style Sheet',
184 'LBL_SP_UPLOADSTYLE'=>'Click on the browse button and select a style sheet from your computer to upload.<br> The next time you sync down to portal it will bring down the style sheet along with it.',
185 'LBL_SP_UPLOADED'=> 'Uploaded',
186 'ERROR_SP_UPLOADED'=>'Please ensure that you are uploading a css style sheet.',
187 'LBL_SP_PREVIEW'=>'Here is a preview of what your style sheet will look like',
188
189         'LBL_SAVE' => 'Save' /*for 508 compliance fix*/,
190         'LBL_UNDO' => 'Undo' /*for 508 compliance fix*/,
191         'LBL_REDO' => 'Redo' /*for 508 compliance fix*/,
192         'LBL_INLINE' => 'Inline' /*for 508 compliance fix*/,
193         'LBL_DELETE' => 'Delete' /*for 508 compliance fix*/,
194         'LBL_ADD_FIELD' => 'Add Field' /*for 508 compliance fix*/,
195         'LBL_MAXIMIZE' => 'Maximize' /*for 508 compliance fix*/,
196         'LBL_MINIMIZE' => 'Minimize' /*for 508 compliance fix*/,
197         'LBL_PUBLISH' => 'Publish' /*for 508 compliance fix*/,
198         'LBL_ADDROWS' => 'Add Rows' /*for 508 compliance fix*/,
199         'LBL_ADDFIELD' => 'Add Field' /*for 508 compliance fix*/,
200         'LBL_EDIT' => 'Edit' /*for 508 compliance fix*/,
201
202 'LBL_LANGUAGE_TOOLTIP' => 'Select the language to edit.',
203 'LBL_SINGULAR' => 'Singular Label',
204 'LBL_PLURAL' => 'Plural Label',
205 'LBL_RENAME_MOD_SAVE_HELP' => 'Click <b>Save</b> to apply the changes.'
206
207 );
208 ?>