]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Users/language/en_us.lang.php
Release 6.4.0
[Github/sugarcrm.git] / modules / Users / 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 $mod_strings = array (
47     'LBL_DELETE_USER_CONFIRM'           => 'When the User record is deleted, the corresponding Employee record will also be deleted. After the user is deleted, any workflow definitions and reports involving the user might need to be updated.<br/><br/>'.
48                                                 'Deleting a User record cannot be undone.',
49         'LBL_DELETE_GROUP_CONFIRM'          => 'Are you sure you want to delete this Group User? Click OK to delete the User record.<br/>After clicking OK, you will be given the ability to reassign records assigned to the Group User to another user.',
50         'LBL_DELETE_PORTAL_CONFIRM'         => 'Are you sure you want to delete this Portal API User? Click OK to delete the User record.',
51     'LBL_DELETE_USER_CONFIRM'           => 'When the User record is deleted, the corresponding Employee record will also be deleted.<br/><br/>'.
52                                                   'Click OK to delete the User record.',
53
54         'LNK_IMPORT_USERS'                 => 'Import Users',
55         'ERR_DELETE_RECORD'                                     => 'A record number must be specified to delete the account.',
56         'ERR_EMAIL_INCORRECT'                           => 'Provide a valid email address in order to create and send the password.',
57         'ERR_EMAIL_NO_OPTS'                                     => 'Could not find optimum settings for Inbound Email.',
58         'ERR_ENTER_CONFIRMATION_PASSWORD'       => 'Please enter your password confirmation.',
59         'ERR_ENTER_NEW_PASSWORD'                        => 'Please enter your new password.',
60         'ERR_ENTER_OLD_PASSWORD'                        => 'Please enter your current password.',
61         'ERR_IE_FAILURE1'                                       => '[Click here to return]',
62         'ERR_IE_FAILURE2'                                       => 'There was a problem connecting to the Email Account.  Please check your settings and try again.',
63         'ERR_IE_MISSING_REQUIRED'                       => "Inbound Email settings are missing required information.\n  Please check your settings and try again.\n\nIf you are not setting up Inbound Email, please clear all fields in that section.",
64         'ERR_INVALID_PASSWORD'                          => 'You must specify a valid username and password.',
65         'ERR_NO_LOGIN_MOBILE'                           => 'Your first login to this application must be completed with a non-mobile browser or in normal mode. Please return with a full browser or click on the normal link below. We apologize for any inconvenience.',
66         'ERR_LAST_ADMIN_1'                                      => 'The user name "',
67         'ERR_LAST_ADMIN_2'                                      => '" is the last user with administrator access.       At least one user must be an administrator.',
68         'ERR_PASSWORD_CHANGE_FAILED_1'          => 'User password change failed for ',
69         'ERR_PASSWORD_CHANGE_FAILED_2'          => ' failed.    The new password must be set.',
70         'ERR_PASSWORD_INCORRECT_OLD_1'          => 'Incorrect current password for user ',
71         'ERR_PASSWORD_INCORRECT_OLD_2'          => '. Re-enter password information.',
72         'ERR_PASSWORD_MISMATCH'                         => 'The passwords do not match.',
73         'ERR_PASSWORD_USERNAME_MISSMATCH'   => 'You must specify a valid User Name and Email Address.',
74         'ERR_PASSWORD_LINK_EXPIRED'         => 'Your link has expired, please generate a new one',
75         'ERR_REENTER_PASSWORDS'                         => 'The New Password and Confirm Password values do not match.',
76         'ERR_REPORT_LOOP'                                       => 'The system detected a reporting loop. A user cannot report to themselves, nor can any of their managers report to them.',
77         'ERR_RULES_NOT_MET'                 => 'The password you entered did not meet the password requirements.  Please try again.',
78         'ERR_USER_INFO_NOT_FOUND'                       => 'User Information not found',
79         'ERR_USER_NAME_EXISTS_1'                        => 'The user name ',
80         'ERR_USER_NAME_EXISTS_2'                        => ' already exists.    Duplicate user names are not allowed.   Change the user name to be unique.',
81         'ERR_USER_IS_LOCKED_OUT'                        => 'This user is locked out of the Sugar application and cannot log in using his/her existing password.',
82
83         'LBL_PASSWORD_SENT'                => 'Password Updated',
84         'LBL_CANNOT_SEND_PASSWORD'         => 'Cannot send password',
85         'ERR_EMAIL_NOT_SENT_ADMIN'                      => 'System is unable to process your request. Please check:',
86         'ERR_SMTP_URL_SMTP_PORT'                        => 'SMTP Server URL and Port',
87         'ERR_SMTP_USERNAME_SMTP_PASSWORD'       => 'SMTP Username and  SMTP Password',
88         'ERR_RECIPIENT_EMAIL'                           => 'Recipient Email Address',
89         'ERR_SERVER_STATUS'                                     => 'Your server status',
90         'ERR_SERVER_SMTP_EMPTY'                         => 'The system is unable to send an email to the user. Please check the Outgoing Mail Configuration in <a href="index.php?module=EmailMan&action=config">Email Settings</a>.',
91
92         'LBL_ADDRESS_CITY'                                      => 'Address City',
93         'LBL_ADDRESS_COUNTRY'                           => 'Address Country',
94         'LBL_ADDRESS_INFORMATION'                       => 'Address Information',
95         'LBL_ADDRESS_POSTALCODE'                        => 'Address Postal Code',
96         'LBL_ADDRESS_STATE'                                     => 'Address State',
97         'LBL_ADDRESS_STREET'                            => 'Address Street',
98         'LBL_ADDRESS'                                           => 'Address',
99         'LBL_ADMIN_USER'                                        => 'System Administrator User',
100
101
102         'LBL_ADMIN_DESC'                                        => 'User can access the Administration page all records.',
103         'LBL_REGULAR_DESC'                                      => 'User can access modules and records based on roles.',
104
105
106
107         'LBL_ADMIN'                                                     => 'System Administrator',
108         'LBL_ADVANCED'                     => 'Advanced',
109     'LBL_ANY_ADDRESS'                  => 'Any Address:',
110         'LBL_ANY_EMAIL'                                         => 'Any Email',
111         'LBL_ANY_PHONE'                                         => 'Any Phone',
112         'LBL_BUTTON_CREATE'                                     => 'Create',
113         'LBL_BUTTON_EDIT'                                       => 'Edit',
114         'LBL_CALENDAR_OPTIONS'                          => 'Calendar Options',
115         'LBL_CHANGE_PASSWORD'               => 'Change Generated Password',
116         'LBL_CHANGE_SYSTEM_PASSWORD'            => 'Please provide a new password.',
117         'LBL_CHANGE_PASSWORD_TITLE'         => 'Password',
118     'LBL_CHOOSE_A_KEY'                                  => 'Choose a key to prevent unauthorized publishing of your calendar',
119         'LBL_CHOOSE_WHICH'                                      => 'Choose which tabs are displayed',
120         'LBL_CITY'                                                      => 'City',
121
122         'LBL_CLEAR_BUTTON_TITLE'                        => 'Clear',
123
124
125         'LBL_CONFIRM_PASSWORD'                          => 'Confirm Password',
126         'LBL_CONFIRM_REGULAR_USER'                      => 'You have changed the user type from System Administrator User to Regular User.  After saving this change, the user will no longer have system administrator privileges.\n\nClick OK to proceed.\nClick Cancel to return to the record.',
127         'LBL_COUNTRY'                                           => 'Country',
128         'LBL_CURRENCY_TEXT'                                     => 'Select the currency that will be displayed by default when you create new records. This is also the currency that will be displayed in the Amount columns in the Opportunities ListView.',
129         'LBL_CURRENCY'                                          => 'Currency',
130         'LBL_CURRENCY_EXAMPLE'                          => 'Currency Display Example',
131         'LBL_CURRENCY_SIG_DIGITS'                       => 'Currency Significant Digits',
132         'LBL_CURRENCY_SIG_DIGITS_DESC'          => 'Number of decimal places to show for currency',
133         'LBL_NUMBER_GROUPING_SEP'                       => '1000s separator',
134         'LBL_NUMBER_GROUPING_SEP_TEXT'          => 'Character used to separate thousands',
135         'LBL_DECIMAL_SEP'                                       => 'Decimal Symbol',
136         'LBL_DECIMAL_SEP_TEXT'                          => 'Character used to separate decimal portion',
137         'LBL_FDOW'                                      => 'First Day of Week',
138         'LBL_FDOW_TEXT'                         => 'First Day displayed in Week, Month, and Year Views',
139         'LBL_DATE_FORMAT_TEXT'                          => 'Set the display format for date stamps',
140         'LBL_DATE_FORMAT'                                       => 'Date Format',
141         'LBL_DEFAULT_SUBPANEL_TITLE'            => 'Users',
142         'LBL_DEPARTMENT'                                        => 'Department',
143         'LBL_DESCRIPTION'                                       => 'Description',
144         'LBL_DISPLAY_TABS'                                      => 'Display Tabs',
145         'LBL_DOWNLOADS'                    => 'Downloads',
146         'LBL_DST_INSTRUCTIONS'                          => '(+DST) indicates the observance of Daylight Savings Time',
147         'LBL_EDIT_TABS'                                         => 'Edit Tabs',
148         'LBL_EDIT'                                                      => 'Edit',
149         'LBL_USER_HASH'                                         => 'Password',
150         'LBL_AUTHENTICATE_ID'                           => 'Authentication Id',
151         'LBL_ACCOUNT_NAME'                                      => 'Account Name',
152         'LBL_USER_PREFERENCES'                          => 'User Preferences',
153         'LBL_EXT_AUTHENTICATE'                          => 'External Authentication',
154         'LBL_EMAIL_OTHER'                                       => 'Email 2',
155         'LBL_EMAIL'                                                     => 'Email Address',
156         'LBL_EMAIL_CHARSET'                                     => 'Outbound Character Set',
157         'LBL_EMAIL_EDITOR_OPTION'                       => 'Compose format',
158         'LBL_EMAIL_GMAIL_DEFAULTS'                      => 'Prefill Gmail&#153; Defaults',
159         'LBL_EMAIL_LINK_TYPE'                           => 'Email Client',
160
161     'LBL_EMAIL_LINK_TYPE_HELP'                  => '<b>Sugar Mail Client:</b> Send emails using the email client in the Sugar application.<br><b>External Mail Client:</b> Send email using an email client outside of the Sugar application, such as Microsoft Outlook.',
162
163     'LBL_EMAIL_NOT_SENT'                => 'System is unable to process your request. Please contact the system administrator.',
164     'LBL_EMAIL_PROVIDER'               => 'Email Provider',
165         'LBL_EMAIL_SHOW_COUNTS'                         => 'Show email counts?',
166         'LBL_EMAIL_SIGNATURE_ERROR1'            => 'This signature requires a name.',
167     'LBL_EMAIL_SMTP_SSL'                                => 'Enable SMTP over SSL',
168     'LBL_EMAIL_TEMPLATE_MISSING'            => 'No email template is selected for the email containing the password that will be sent to the user.  Please select an email template in the Password Management page.',
169     'LBL_EMPLOYEE_STATUS'                               => 'Employee Status',
170     'LBL_EMPLOYEE_INFORMATION'         => 'Employee Information',
171         'LBL_ERROR'                                                     => 'Error',
172         'LBL_EXPORT_CHARSET'                            => 'Import/Export Character Set',
173         'LBL_EXPORT_CHARSET_DESC'                       => 'Choose the character set used in your locale.  This property will be used for data imports, .csv exports and for vCard generation.',
174         'LBL_EXPORT_DELIMITER'                          => 'Export Delimiter',
175         'LBL_EXPORT_DELIMITER_DESC'                     => 'Specify the character(s) used to delimit exported data.',
176         'LBL_FAX_PHONE'                                         => 'Fax',
177         'LBL_FAX'                                                       => 'Fax',
178         'LBL_FIRST_NAME'                                        => 'First Name',
179     'LBL_GENERATE_PASSWORD_BUTTON_KEY'  => 'G',
180     'LBL_SYSTEM_GENERATED_PASSWORD'     =>'System Generated Password',
181     'LBL_GENERATE_PASSWORD_BUTTON_LABEL'   => 'Reset Password',
182     'LBL_GENERATE_PASSWORD_BUTTON_TITLE'   => 'Reset Password [Alt+G]',
183     'LBL_GENERATE_PASSWORD'             => 'Reset Password',
184         'LBL_GROUP_DESC'                                        => 'Use for assigning items to a group (example: for Inbound Email).  This type cannot login through the Sugar web interface.',
185         'LBL_GROUP_USER_STATUS'                         => 'Group User',
186         'LBL_GROUP_USER'                                        => 'Group User',
187         'LBL_HIDE_TABS'                                         => 'Hide Tabs',
188         'LBL_HOME_PHONE'                                        => 'Home Phone',
189         'LBL_INBOUND_TITLE'                                     => 'Account Information',
190         'LBL_IS_ADMIN'                                          => 'Is Administrator',
191         'LBL_LANGUAGE'                                          => 'Language',
192         'LBL_LAST_NAME'                                         => 'Last Name',
193     'LBL_LAST_NAME_SLASH_NAME'                  => 'Last Name/Name',
194     'LBL_LAYOUT_OPTIONS'                => 'Layout Options',
195         'LBL_LDAP'                                                      => 'LDAP',
196         'LBL_LDAP_AUTHENTICATION'                       => 'LDAP Authentication',
197         'LBL_LIST_ACCEPT_STATUS'                        => 'Accept Status',
198         'LBL_LIST_ADMIN'                                        => 'Admin',
199         'LBL_LIST_DEPARTMENT'                           => 'Department',
200         'LBL_LIST_EMAIL'                                        => 'Email',
201         'LBL_LIST_FORM_TITLE'                           => 'Users',
202         'LBL_LIST_GROUP'                                        => 'Group',
203         'LBL_LIST_LAST_NAME'                            => 'Last Name',
204         'LBL_LIST_MEMBERSHIP'                           => 'Membership',
205         'LBL_LIST_NAME'                                         => 'Name',
206         'LBL_LIST_PRIMARY_PHONE'                        => 'Primary Phone',
207         'LBL_LIST_PASSWORD'                                     => 'Password',
208         'LBL_LIST_STATUS'                                       => 'Status',
209         'LBL_LIST_TITLE'                                        => 'Title',
210         'LBL_LIST_USER_NAME'                            => 'User Name',
211         'LBL_LOCALE_DEFAULT_NAME_FORMAT'        => 'Name Display Format',
212         'LBL_LOCALE_DESC_FIRST'                         => '[First]',
213         'LBL_LOCALE_DESC_LAST'                          => '[Last]',
214         'LBL_LOCALE_DESC_SALUTATION'            => '[Salutation]',
215         'LBL_LOCALE_DESC_TITLE'                         => '[Title]',
216         'LBL_LOCALE_EXAMPLE_NAME_FORMAT'        => 'Example',
217         'LBL_LOCALE_NAME_FORMAT_DESC'           => 'Set how names will be displayed.',
218         'LBL_LOCALE_NAME_FORMAT_DESC_2' => '<i>"s" Salutation<br>"f" First Name<br>"l" Last Name</i>',
219     'LBL_SAVED_SEARCH'                  => 'Saved Search & Layout',
220         // LOGIN PAGE STRINGS
221         'LBL_LOGIN_BUTTON_KEY'                          => 'L',
222         'LBL_LOGIN_BUTTON_LABEL'                        => 'Log In',
223         'LBL_LOGIN_BUTTON_TITLE'                        => 'Log In [Alt+L]',
224         'LBL_LOGIN_WELCOME_TO'                          => 'Welcome to',
225         'LBL_LOGIN_OPTIONS'                                     => 'Options',
226     'LBL_LOGIN_FORGOT_PASSWORD'         => 'Forgot Password?',
227     'LBL_LOGIN_SUBMIT'                      => 'Submit',
228     'LBL_LOGIN_ATTEMPTS_OVERRUN'        => 'Too many failed login attempts.',
229     'LBL_LOGIN_LOGIN_TIME_ALLOWED'      => 'You can try logging in again in ',
230     'LBL_LOGIN_LOGIN_TIME_DAYS'         => 'days.',
231     'LBL_LOGIN_LOGIN_TIME_HOURS'        => 'h.',
232     'LBL_LOGIN_LOGIN_TIME_MINUTES'      => 'min.',
233         'LBL_LOGIN_LOGIN_TIME_SECONDS'      => 'sec.',
234     'LBL_LOGIN_ADMIN_CALL'              => 'Please contact the system administrator.',
235         // END LOGIN PAGE STRINGS
236         'LBL_MAIL_FROMADDRESS'                          => 'Reply-to address',
237         'LBL_MAIL_FROMNAME'                                     => 'Reply-to name',
238         'LBL_MAIL_OPTIONS_TITLE'                        => 'Email Settings',
239         'LBL_MAIL_SENDTYPE'                                     => 'Mail transfer agent',
240         'LBL_MAIL_SMTPAUTH_REQ'                         => 'Use SMTP Authentication?',
241         'LBL_MAIL_SMTPPORT'                                     => 'SMTP Port',
242         'LBL_MAILMERGE_TEXT'                            => 'Enable Mail Merge (Mail Merge must also be enabled by the system administrator in Configure Settings)',
243         'LBL_MAILMERGE'                                         => 'Mail Merge',
244         'LBL_MAX_TAB'                                           => 'Number of Tabs',
245     'LBL_MAX_TAB_DESCRIPTION'           => 'Number of tabs shown at the top of the page before an overflow menu appears.',
246     'LBL_MAX_SUBTAB'                    => 'Number of subtabs',
247     'LBL_MAX_SUBTAB_DESCRIPTION'        => 'Number of subtabs shown per tab before an overflow menu appears.',
248         'LBL_MESSENGER_ID'                                      => 'IM Name',
249         'LBL_MESSENGER_TYPE'                            => 'IM Type',
250         'LBL_MOBILE_PHONE'                                      => 'Mobile',
251         'LBL_MODIFIED_BY'                  =>'Modified By',
252         'LBL_CREATED_BY_NAME' => 'Created By', //bug 48978
253     'LBL_MODIFIED_BY_ID'               =>'Modified By ID',
254     'LBL_MODULE_NAME'                                   => 'Users',
255         'LBL_MODULE_TITLE'                                      => 'Users: Home',
256     'LBL_NAME'                                                  => 'Full Name',
257     'LBL_SIGNATURE_NAME'                                        =>  'Name',
258     'LBL_NAVIGATION_PARADIGM'           => 'Navigation',
259     'LBL_NAVIGATION_PARADIGM_DESCRIPTION'   => 'Select to view modules tabs in the navigation bar based on pre-defined groups. If this feature is not selected, all modules will appear within the navigation bar.',
260     'LBL_USE_GROUP_TABS'                => 'Grouped Modules',
261         'LBL_NEW_FORM_TITLE'                            => 'New User',
262         'LBL_NEW_PASSWORD'                                      => 'New Password',
263         'LBL_NEW_PASSWORD1'                                     => 'Password',
264         'LBL_NEW_PASSWORD2'                                     => 'Confirm Password',
265         'LBL_NEW_USER_PASSWORD_1'                       => 'Password was changed successfully.',
266         'LBL_NEW_USER_PASSWORD_2'                       => 'An email was sent to the user containing a system-generated password.',
267         'LBL_NEW_USER_PASSWORD_3'                       => 'Password was created successfully.',
268         'LBL_NEW_USER_BUTTON_KEY'                       => 'N',
269         'LBL_NEW_USER_BUTTON_LABEL'                     => 'New User',
270         'LBL_NEW_USER_BUTTON_TITLE'                     => 'New User [Alt+N]',
271         'LBL_NORMAL_LOGIN'                                      => 'Switch to Normal View',
272         'LBL_NOTES'                                                     => 'Notes',
273         'LBL_OFFICE_PHONE'                                      => 'Office Phone',
274         'LBL_OLD_PASSWORD'                                      => 'Current Password',
275         'LBL_OTHER_EMAIL'                                       => 'Other email address',
276         'LBL_OTHER_PHONE'                                       => 'Other Phone',
277         'LBL_OTHER'                                                     => 'Other',
278         'LBL_PASSWORD'                                          => 'Password',
279     'LBL_PASSWORD_GENERATED'            => 'New password generated',
280     'LBL_PASSWORD_EXPIRATION_LOGIN'     => 'Your password has expired. Please provide a new password.',
281     'LBL_PASSWORD_EXPIRATION_GENERATED' => 'Your password is system-generated',
282     'LBL_PASSWORD_EXPIRATION_TIME'      => 'Your password has expired. Please provide a new password.',
283
284         'LBL_PSW_MODIFIED'                  => 'Password Last Changed',
285     'LBL_PHONE'                                                 => 'Phone',
286         'LBL_PICK_TZ_WELCOME'                           => 'Welcome to Sugar.',
287         'LBL_PICK_TZ_DESCRIPTION'           => 'Before continuing, please confirm your time zone.  Select the appropriate time zone from the list below, and click Save to continue. The time zone can be changed at any time in your user settings.',
288         'LBL_PORTAL_ONLY_DESC'                          => 'Use for the Portal API. This type cannot login through the Sugar web interface.',
289         'LBL_PORTAL_ONLY_USER'                                  => 'Portal API User',
290         'LBL_POSTAL_CODE'                                       => 'Postal Code',
291         'LBL_PRIMARY_ADDRESS'                           => 'Primary Address',
292         'LBL_PROMPT_TIMEZONE_TEXT'                      => 'Select to have new users go through the New User Wizard upon first login.',
293         'LBL_PROMPT_TIMEZONE'                           => 'User Wizard Prompt',
294         'LBL_PROVIDE_USERNAME_AND_EMAIL'        => 'Provide both a User Name and an Email Address.',
295         'LBL_PUBLISH_KEY'                                       => 'Publish Key',
296
297         'LBL_RECAPTCHA_NEW_CAPTCHA'         => 'Get another CAPTCHA',
298         'LBL_RECAPTCHA_SOUND'                           => 'Switch to Sound',
299         'LBL_RECAPTCHA_IMAGE'                           => 'Switch to Image',
300         'LBL_RECAPTCHA_INSTRUCTION'         => 'Enter the Two Words Below',
301         'LBL_RECAPTCHA_INSTRUCTION_OPPOSITE'=> 'Enter the Two Words to the Right',
302         'LBL_RECAPTCHA_FILL_FIELD'                      => 'Enter the text that appears in the image.',
303         'LBL_RECAPTCHA_INVALID_PRIVATE_KEY'     => 'Invalid Recaptcha Private Key',
304         'LBL_RECAPTCHA_INVALID_REQUEST_COOKIE'=> 'The challenge parameter of the verify Recaptcha script was incorrect.',
305         'LBL_RECAPTCHA_UNKNOWN'                         => 'Unknown Recaptcha Error',
306
307         'LBL_RECEIVE_NOTIFICATIONS_TEXT'        => 'Receive an email notification when a record is assigned to you.',
308         'LBL_RECEIVE_NOTIFICATIONS'                     => 'Notify on Assignment',
309         'LBL_REGISTER'                      => 'New user? Please register',
310         'LBL_REGULAR_USER'                  => 'Regular User',
311         'LBL_REMINDER_TEXT'                                     => 'Set a default for reminders for calls and meetings.',
312         'LBL_REMINDER'                                          => 'Reminders',
313         'LBL_REMOVED_TABS'                                      => 'Admin Remove Tabs',
314         'LBL_REPORTS_TO_NAME'                           => 'Reports to',
315         'LBL_REPORTS_TO'                                        => 'Reports to',
316     'LBL_REPORTS_TO_ID'                => 'Reports to ID:',
317         'LBL_REQUEST_SUBMIT'                            => 'Your request has been submitted.',
318         'LBL_RESET_TO_DEFAULT'                          => 'Reset to Default',
319         'LBL_RESET_PREFERENCES'                         => 'Reset User Preferences',
320     'LBL_RESET_PREFERENCES_WARNING'     => 'Are you sure you want reset all of your user preferences? Warning: This will also log you out of the application.',
321     'LBL_RESET_PREFERENCES_WARNING_USER' => 'Are you sure you want reset all of the preferences for this user?',
322     'LBL_RESET_HOMEPAGE'                => 'Reset Homepage',
323     'LBL_RESET_DASHBOARD'               => 'Reset Dashboard',
324     'LBL_RESET_HOMEPAGE_WARNING'        => 'Are you sure you want reset your Homepage?',
325     'LBL_RESET_HOMEPAGE_WARNING_USER'   => 'Are you sure you want reset the Homepage for this user?',
326         'LBL_SALUTATION'                    => 'Salutation',
327     'LBL_ROLES_SUBPANEL_TITLE'                  => 'Roles',
328         'LBL_SEARCH_FORM_TITLE'                         => 'User Search',
329         'LBL_SEARCH_URL'                                        => 'Search location',
330         'LBL_SELECT_CHECKED_BUTTON_LABEL'       => 'Select Checked Users',
331         'LBL_SELECT_CHECKED_BUTTON_TITLE'       => 'Select Checked Users',
332         'LBL_SETTINGS_URL_DESC'                         => 'Use this URL when establishing login settings for the Sugar Plug-in for Microsoft&reg; Outlook&reg; and the Sugar Plug-in for Microsoft&reg; Word&reg;.',
333         'LBL_SETTINGS_URL'                                      => 'URL',
334         'LBL_SIGNATURE'                                         => 'Signature',
335         'LBL_SIGNATURE_HTML'                            => 'HTML signature',
336         'LBL_SIGNATURE_DEFAULT'                         => 'Use signature?',
337         'LBL_SIGNATURE_PREPEND'                         => 'Signature above reply?',
338         'LBL_SIGNATURES'                                        => 'Signatures',
339         'LBL_STATE'                                                     => 'State',
340         'LBL_STATUS'                                            => 'Status',
341     'LBL_SUBPANEL_LINKS'                => 'Subpanel Links',
342     'LBL_SUBPANEL_LINKS_DESCRIPTION'    => 'In Detail Views, display a row of Subpanel shortcut links.',
343     'LBL_SUBPANEL_TABS'                 => 'Subpanel Tabs',
344     'LBL_SUBPANEL_TABS_DESCRIPTION'     => 'In Detail Views, group Subpanels into tabs and display one tab at a time.',
345     'LBL_SUGAR_LOGIN'                                   => 'Is Sugar User',
346     'LBL_SUPPORTED_THEME_ONLY'          => 'Only affects themes that support this option.',
347     'LBL_SWAP_LAST_VIEWED_DESCRIPTION'  => 'Display the Last Viewed bar on the side if checked.  Otherwise it goes on top.',
348     'LBL_SWAP_SHORTCUT_DESCRIPTION'     => 'Display the Shortcuts bar on top if checked.  Otherwise it goes on the side.',
349     'LBL_SWAP_LAST_VIEWED_POSITION'     => 'Last Viewed on side',
350     'LBL_SWAP_SHORTCUT_POSITION'        => 'Shortcuts on top',
351         'LBL_TAB_TITLE_EMAIL'                           => 'Email Settings',
352         'LBL_TAB_TITLE_USER'                            => 'User Settings',
353         'LBL_THEME'                                                     => 'Themes',
354         'LBL_THEME_COLOR'                                       => 'Color',
355         'LBL_THEME_FONT'                                        => 'Font',
356         'LBL_TIME_FORMAT_TEXT'                          => 'Set the display format for time stamps',
357         'LBL_TIME_FORMAT'                                       => 'Time Format',
358         'LBL_TIMEZONE_DST_TEXT'                         => 'Observe Daylight Savings',
359         'LBL_TIMEZONE_DST'                                      => 'Daylight Savings',
360         'LBL_TIMEZONE_TEXT'                                     => 'Set the current time zone',
361         'LBL_TIMEZONE'                                          => 'Time Zone',
362         'LBL_TITLE'                                                     => 'Title',
363         'LBL_USE_REAL_NAMES'                            => 'Show Full Names',
364         'LBL_USE_REAL_NAMES_DESC'                       => 'Display users\' full names instead of their User Names in assignment fields.',
365         'LBL_USER_INFORMATION'                          => 'User Profile',
366         'LBL_USER_LOCALE'                                       => 'Locale Settings',
367         'LBL_USER_NAME'                                         => 'User Name',
368         'LBL_USER_SETTINGS'                                     => 'User Settings',
369         'LBL_USER_TYPE'                                     => 'User Type',
370         'LBL_USER_ACCESS'                  => 'Access',
371         'LBL_USER'                                                      => 'Users',
372         'LBL_WORK_PHONE'                                        => 'Work Phone',
373         'LBL_YOUR_PUBLISH_URL'                          => 'Publish at my location',
374         'LBL_YOUR_QUERY_URL'                            => 'Your Query URL',
375         'LNK_NEW_USER'                                          => 'Create New User',
376         'LNK_NEW_PORTAL_USER'                           => 'Create Portal API User',
377         'LNK_NEW_GROUP_USER'                            => 'Create Group User',
378         'LNK_USER_LIST'                                         => 'View Users',
379         'LNK_REASSIGN_RECORDS'                          => 'Reassign Records',
380     'LBL_PROSPECT_LIST'                 => 'Prospect List',
381     'LBL_EMAILS'                        => 'Emails',
382     'LBL_PROCESSING'                    => 'Processing',
383     'LBL_UPDATE_FINISH'                 => 'Update complete',
384     'LBL_AFFECTED'                      => 'affected',
385
386     'LBL_USER_NAME_FOR_ROLE'            =>'Users/Teams/Roles',
387     'LBL_SESSION_EXPIRED'               => 'You have been logged out because your session has expired.',
388
389 // INBOUND EMAIL STRINGS
390         'LBL_APPLY_OPTIMUMS'                            => 'Apply Optimums',
391         'LBL_ASSIGN_TO_USER'                            => 'Assign To User',
392         'LBL_BASIC'                                                     => 'Inbound Setup',
393         'LBL_CERT_DESC'                                         => 'Force validation of the mail server\'s Security Certificate - do not use if self-signing.',
394         'LBL_CERT'                                                      => 'Validate Certificate',
395         'LBL_FIND_OPTIMUM_KEY'                          => 'f',
396         'LBL_FIND_OPTIMUM_MSG'                          => '<br>Finding optimum connection variables.',
397         'LBL_FIND_OPTIMUM_TITLE'                        => 'Find Optimum Configuration',
398         'LBL_FORCE'                                                     => 'Force Negative',
399         'LBL_FORCE_DESC'                                        => 'Some IMAP/POP3 servers require special switches. Check to force a negative switch when connecting (i.e., /notls)',
400         'LBL_FOUND_OPTIMUM_MSG'                         => '<br>Found optimum settings. Press the button below to apply them to your Mailbox.',
401         'LBL_EMAIL_INBOUND_TITLE'                       => 'Inbound Email Settings',
402         'LBL_EMAIL_OUTBOUND_TITLE'                      => 'Outbound Email Settings',
403         'LBL_LOGIN'                                                     => 'User Name',
404         'LBL_MAILBOX_DEFAULT'                           => 'INBOX',
405         'LBL_MAILBOX_SSL_DESC'                          => 'Use SSL when connecting. If this does not work, check that your PHP installation included "--with-imap-ssl" in the configuration.',
406         'LBL_MAILBOX'                                           => 'Monitored Folder',
407         'LBL_MAILBOX_TYPE'                                      => 'Possible Actions',
408         'LBL_MARK_READ_NO'                                      => 'Email marked deleted after import',
409         'LBL_MARK_READ_YES'                                     => 'Email left on server after import',
410         'LBL_MARK_READ_DESC'                            => 'Import and mark messages read on mail server; do not delete.',
411         'LBL_MARK_READ'                                         => 'Leave messages on server',
412         'LBL_ONLY_SINCE_NO'                                     => 'No. Check against all emails on mail server.',
413         'LBL_ONLY_SINCE_YES'                            => 'Yes.',
414         'LBL_ONLY_SINCE_DESC'                           => 'PHP cannot discern New from Unread messages when using POP3.        Check this flag to scan for messages since the last time the mail account was polled.   This will significantly improve performance if your mail server cannot support IMAP.',
415         'LBL_ONLY_SINCE'                                        => 'Import only since last check',
416         'LBL_PORT'                                                      => 'Mail server port',
417         'LBL_SERVER_OPTIONS'                            => 'Advanced Setup',
418         'LBL_SERVER_TYPE'                                       => 'Mail server protocol',
419         'LBL_SERVER_URL'                                        => 'Mail server address',
420         'LBL_SSL'                                                       => 'Use SSL',
421         'LBL_SSL_DESC'                                          => 'Use Secure Socket Layer when connecting to your mail server.',
422         'LBL_TEST_BUTTON_KEY'                           => 't',
423         'LBL_TEST_BUTTON_TITLE'                         => 'Test [Alt+T]',
424         'LBL_TEST_SETTINGS'                                     => 'Test Settings',
425         'LBL_TEST_SUCCESSFUL'                           => 'Connection completed successfully.',
426         'LBL_TLS_DESC'                                          => 'Use Transport Layer Security when connecting to the mail server - only use this if your mail server supports this protocol.',
427         'LBL_TLS'                                                       => 'Use TLS',
428         'LBL_TOGGLE_ADV'                                        => 'Show Advanced',
429     'LBL_OWN_OPPS'                      => 'No Opportunities',
430         'LBL_EXTERNAL_AUTH_ONLY'                        => 'Authenticate this user only through',
431         'LBL_ONLY'                                                      => 'Only',
432     'LBL_OWN_OPPS_DESC'                 => 'Select if user will not be assigned opportunities. Use this setting for users who are managers that are not involved in sales activities. The setting is used for the forecasting module.',
433 // END INBOUND EMAIL STRINGS
434         'LBL_LDAP_ERROR' => 'LDAP Error: Please contact an Admin',
435         'LBL_LDAP_EXTENSION_ERROR' => 'LDAP Error: Extensions not loaded',
436
437 // PROJECT RESOURCES STRINGS
438         'LBL_USER_HOLIDAY_SUBPANEL_TITLE' => 'User Holidays',
439         'LBL_RESOURCE_NAME' => 'Name',
440         'LBL_RESOURCE_TYPE' => 'Type',
441
442         'LBL_PDF_SETTINGS'  =>  'PDF Settings',
443         'LBL_PDF_PAGE_FORMAT'  =>  'Page Format',
444         'LBL_PDF_PAGE_FORMAT_TEXT'  =>  'The format used for pages',
445         'LBL_PDF_PAGE_ORIENTATION'  =>  'Page Orientation',
446         'LBL_PDF_PAGE_ORIENTATION_TEXT'  =>  '',
447         'LBL_PDF_PAGE_ORIENTATION_P'  =>  'Portrait',
448         'LBL_PDF_PAGE_ORIENTATION_L'  =>  'Landscape',
449         'LBL_PDF_MARGIN_HEADER'  =>  'Header Margin',
450         'LBL_PDF_MARGIN_HEADER_TEXT'  =>  '',
451         'LBL_PDF_MARGIN_FOOTER'  =>  'Footer Margin',
452         'LBL_PDF_MARGIN_FOOTER_TEXT'  =>  '',
453         'LBL_PDF_MARGIN_TOP'  =>  'Top Margin',
454         'LBL_PDF_MARGIN_TOP_TEXT'  =>  '',
455         'LBL_PDF_MARGIN_BOTTOM'  =>  'Bottom Margin',
456         'LBL_PDF_MARGIN_BOTTOM_TEXT'  =>  '',
457         'LBL_PDF_MARGIN_LEFT'  =>  'Left Margin',
458         'LBL_PDF_MARGIN_LEFT_TEXT'  =>  '',
459         'LBL_PDF_MARGIN_RIGHT'  =>  'Right Margin',
460         'LBL_PDF_MARGIN_RIGHT_TEXT'  =>  '',
461         'LBL_PDF_FONT_NAME_MAIN'  =>  'Font for Header and Body',
462         'LBL_PDF_FONT_NAME_MAIN_TEXT'  =>  'The selected font will be applied to the text in the header and the body of the PDF Document',
463         'LBL_PDF_FONT_SIZE_MAIN'  =>  'Main Font Size',
464         'LBL_PDF_FONT_SIZE_MAIN_TEXT'  =>  '',
465         'LBL_PDF_FONT_NAME_DATA'  =>  'Font for Footer',
466         'LBL_PDF_FONT_NAME_DATA_TEXT'  =>  'The selected font will be applied to the text in the footer of the PDF Document',
467         'LBL_PDF_FONT_SIZE_DATA'  =>  'Data Font Size',
468         'LBL_PDF_FONT_SIZE_DATA_TEXT'  =>  '',
469         'LBL_LAST_ADMIN_NOTICE' => 'You have selected yourself. You cannot change the User Type or Status of yourself.',
470         'LBL_MAIL_SMTPUSER'     => 'Username',
471         'LBL_MAIL_SMTPPASS'     => 'Password',
472         'LBL_MAIL_SMTPSERVER' => 'SMTP Mail Server',
473         'LBL_SMTP_SERVER_HELP' => 'This SMTP Mail Server can be used for outgoing mail. Provide a username and password for your email account in order to use the mail server.',
474     'LBL_MISSING_DEFAULT_OUTBOUND_SMTP_SETTINGS' => 'The administator has not yet configured the default outbound account.  Unable to send test email.',
475     'LBL_MAIL_SMTPAUTH_REQ'                             => 'Use SMTP Authentication?',
476         'LBL_MAIL_SMTPPASS'                                     => 'SMTP Password:',
477         'LBL_MAIL_SMTPPORT'                                     => 'SMTP Port:',
478         'LBL_MAIL_SMTPSERVER'                           => 'SMTP Server:',
479         'LBL_MAIL_SMTPUSER'                                     => 'SMTP Username:',
480         'LBL_MAIL_SMTPTYPE'                => 'SMTP Server Type:',
481         'LBL_MAIL_SMTP_SETTINGS'           => 'SMTP Server Specification',
482         'LBL_CHOOSE_EMAIL_PROVIDER'        => 'Choose your Email provider:',
483         'LBL_YAHOOMAIL_SMTPPASS'                                        => 'Yahoo! Mail Password:',
484         'LBL_YAHOOMAIL_SMTPUSER'                                        => 'Yahoo! Mail ID:',
485         'LBL_GMAIL_SMTPPASS'                                    => 'Gmail Password:',
486         'LBL_GMAIL_SMTPUSER'                                    => 'Gmail Email Address:',
487         'LBL_EXCHANGE_SMTPPASS'                                 => 'Exchange Password:',
488         'LBL_EXCHANGE_SMTPUSER'                                 => 'Exchange Username:',
489         'LBL_EXCHANGE_SMTPPORT'                                 => 'Exchange Server Port:',
490         'LBL_EXCHANGE_SMTPSERVER'                               => 'Exchange Server:',
491         'LBL_OK'   =>'OK',
492         'LBL_CANCEL'    => 'Cancel',
493         'LBL_DELETE_USER' => 'Delete User',
494         // Wizard
495         'LBL_WIZARD_TITLE' => 'User Wizard',
496     'LBL_WIZARD_WELCOME_TAB' => 'Welcome',
497     'LBL_WIZARD_WELCOME_TITLE' => 'Welcome to Sugar!',
498     'LBL_WIZARD_WELCOME' => 'Click <b>Next</b> to configure a few basic settings for using Sugar.',
499     'LBL_WIZARD_WELCOME_NOSMTP' => 'Click <b>Next</b> to configure a few basic settings for using Sugar.',
500     'LBL_WIZARD_NEXT_BUTTON' => 'Next >',
501     'LBL_WIZARD_BACK_BUTTON' => '< Back',
502     'LBL_WIZARD_SKIP_BUTTON' => 'Skip',
503     'LBL_WIZARD_FINISH_BUTTON' => 'Finish',
504     'LBL_WIZARD_FINISH_TAB' => 'Finish',
505     'LBL_WIZARD_FINISH_TITLE' => 'You are ready to use Sugar!',
506
507     'LBL_WIZARD_FINISH' => 'Click <b>Finish</b> below to save your settings and to begin using Sugar. For more information on using Sugar:<br /><br />
508 <table cellpadding=0 cellspacing=0>
509 <tr><td><!--not_in_theme!--><img src=include/images/university.png style="margin-right: 5px;"></td><td><a href="http://www.sugarcrm.com/university" target="_blank"><b>Sugar University</b></a><br>End-user and System Administrator Training and Resources</td></tr>
510 <tr><td colspan=2><hr style="margin: 5px 0px;"></td></tr>
511 <tr><td><!--not_in_theme!--><img src=include/images/docs.png style="margin-right: 5px;"></td><td><a href="http://docs.sugarcrm.com/" target="_blank"><b>Documentation</b></a><br>Product Guides and Release Notes</td></tr>
512 <tr><td colspan=2><hr style="margin: 5px 0px;"></td></tr>
513 <tr><td><!--not_in_theme!--><img src=include/images/kb.png style="margin-right: 5px;"></td><td><a href="http://kb.sugarcrm.com/" target="_blank"><b>Knowledge Base</b></a><br>Tips from SugarCRM Support for performing common tasks and processes in Sugar</td></tr>
514 <tr><td colspan=2><hr style="margin: 5px 0px;"></td></tr>
515 <tr><td><!--not_in_theme!--><img src=include/images/forums.png style="margin-right: 5px;"></td><td><a href="http://www.sugarcrm.com/forums" target="_blank"><b>Forums</b></a><br>Forums dedicated to the Sugar Community to discuss topics of interest with each other and with SugarCRM Developers</td></tr>
516 </table>',
517
518     'LBL_WIZARD_FINISH1' => 'What would you like to do next?',
519     'LBL_WIZARD_FINISH2' => 'Start Using Sugar',
520     'LBL_WIZARD_FINISH3' => 'Import Data ',
521     'LBL_WIZARD_FINISH4' => 'Import data from external sources into the application.',
522     'LBL_WIZARD_FINISH5' => 'Create Users',
523     'LBL_WIZARD_FINISH6' => 'Create new user accounts for people to use to access the application.',
524     'LBL_WIZARD_FINISH7' => 'View and Manage Application Settings',
525     'LBL_WIZARD_FINISH8' => 'Manage advanced settings, including default application settings.',
526     'LBL_WIZARD_FINISH9' => 'Configure the Application ',
527     'LBL_WIZARD_FINISH10' => 'Use Studio to create and manage application fields and layouts.',
528     'LBL_WIZARD_FINISH11' => 'Visit Sugar University ',
529     'LBL_WIZARD_FINISH12' => 'Find training materials and classes that will help you get started as a system administrator or end user of the application.',
530     'LBL_WIZARD_FINISH14' => 'Documentation ',
531     'LBL_WIZARD_FINISH15' => 'Product Guides and Release Notes ',
532     'LBL_WIZARD_FINISH16' => 'Knowledge Base ',
533     'LBL_WIZARD_FINISH17' => 'Tips from SugarCRM Support for performing common tasks and processes in Sugar ',
534     'LBL_WIZARD_FINISH18' => 'Forums ',
535     'LBL_WIZARD_FINISH19' => 'Forums dedicated to the Sugar Community to discuss topics of interest with each other and with SugarCRM Developers ',
536     'LBL_WIZARD_FINISH2DESC' => 'Go directly to the application Home page.',
537     'LBL_WIZARD_PERSONALINFO' => 'Your Information',
538     'LBL_WIZARD_LOCALE' => 'Your Locale',
539     'LBL_WIZARD_SMTP' => 'Your Email Account',
540     'LBL_WIZARD_PERSONALINFO_DESC' => 'Provide information about yourself. The information you provide about yourself will be visible to other Sugar users.<br />Fields marked with <span class="required">*</span> are required.',
541     'LBL_WIZARD_LOCALE_DESC' => 'Specify your time zone and how you would like dates, currencies and names to appear in Sugar.',
542     'LBL_WIZARD_SMTP_DESC' => 'Provide your email account username and password for the default outbound email server.',
543         'LBL_EAPM_SUBPANEL_TITLE' => 'External Accounts',
544
545         'LBL_EDITLAYOUT' => 'Edit Layout' /*for 508 compliance fix*/,
546         'LBL_HELP' => 'Help' /*for 508 compliance fix*/,
547         'LBL_CHECKMARK' => 'Checkmark' /*for 508 compliance fix*/,
548         'LBL_THEMEPREVIEW' => 'Preview' /*for 508 compliance fix*/,
549
550     'LBL_OAUTH_TOKENS' => 'OAuth Tokens',
551     'LBL_OAUTH_TOKENS_SUBPANEL_TITLE' => "OAuth Access Tokens",
552
553     //For export labels
554     'LBL_MODIFIED_USER_ID' => 'Modified User ID',
555     'LBL_PHONE_HOME' => 'Phone Home',
556     'LBL_PHONE_MOBILE' => 'Phone Mobile',
557     'LBL_PHONE_WORK' => 'Phone Work',
558     'LBL_PHONE_OTHER' => 'Phone Other',
559     'LBL_PHONE_FAX' => 'Phone Fax',
560     'LBL_PORTAL_ONLY' => 'Portal Only',
561     'LBL_SHOW_ON_EMPLOYEES' => 'Display Employee Record',
562     'LBL_IS_GROUP' => 'Is Group',
563     'LBL_EXPORT_CREATED_BY' => 'Created By ID',
564     
565     'LBL_DATE_MODIFIED' => 'Date Modified',
566     'LBL_DATE_ENTERED' => 'Date Entered',
567     'LBL_DELETED' => 'Deleted',
568     'LBL_HIDEOPTIONS' => 'Hide Options',
569     'LBL_SHOWOPTIONS' => 'Show Options',
570
571 ); // END STRINGS DEFS
572
573 ?>