]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/UpgradeWizard/language/en_us.lang.php
Release 6.4.0
[Github/sugarcrm.git] / modules / UpgradeWizard / 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:
41  * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. All Rights
42  * Reserved. Contributor(s): ______________________________________..
43  * *******************************************************************************/
44
45 $mod_strings = array(
46         'DESC_MODULES_INSTALLED'                                        => 'The following modules have been installed:',
47         'DESC_MODULES_QUEUED'                                           => 'The following modules are ready to be installed:',
48
49         'ERR_UW_CANNOT_DETERMINE_GROUP'                         => 'Cannot determine Group',
50         'ERR_UW_CANNOT_DETERMINE_USER'                          => 'Cannot determine Owner',
51         'ERR_UW_CONFIG_WRITE'                                           => 'Error updating config.php with new version information.',
52         'ERR_UW_CONFIG'                                                         => 'Please make your config.php file writable and reload this page.',
53         'ERR_UW_DIR_NOT_WRITABLE'                                       => 'Directory not writable',
54         'ERR_UW_FILE_NOT_COPIED'                                        => 'File not copied',
55         'ERR_UW_FILE_NOT_DELETED'                                       => 'Problem removing package ',
56         'ERR_UW_FILE_NOT_READABLE'                                      => 'File could not be read.',
57         'ERR_UW_FILE_NOT_WRITABLE'                                      => 'File cannot be moved or written to',
58         'ERR_UW_FLAVOR_2'                                                       => 'Upgrade Flavor: ',
59         'ERR_UW_FLAVOR'                                                         => 'SugarCRM System Flavor: ',
60         'ERR_UW_LOG_FILE_UNWRITABLE'                            => './upgradeWizard.log could not be created/written to.  Please fix permissions on your SugarCRM directory.',
61         'ERR_UW_MBSTRING_FUNC_OVERLOAD'                         => 'mbstring.func_overload set to a value higher than 1.  Please change this in your php.ini and restart the web server.',
62         'ERR_UW_MYSQL_VERSION'                                          => 'SugarCRM requires MySQL version 4.1.2 or newer.  Found: ',
63         'ERR_UW_OCI8_VERSION'                                   => 'Your version of Oracle is not supported by Sugar.  You will need to install a version that is compatible with the Sugar application.  Please consult the Compatibility Matrix in the Release Notes for supported Oracle Versions. Current version: ',
64         'ERR_UW_NO_FILE_UPLOADED'                                       => 'Please specify a file and try again!',
65         'ERR_UW_NO_FILES'                                                       => 'An error occurred, no files were found to check.',
66         'ERR_UW_NO_MANIFEST'                                            => 'The zip file is missing a manifest.php file.  Cannot proceed.',
67         'ERR_UW_NO_VIEW'                                                        => 'Invalid view specified.',
68         'ERR_UW_NO_VIEW2'                                                       => 'View not defined.  Please go to the Administration home to navigate to this page.',
69         'ERR_UW_NOT_VALID_UPLOAD'                                       => 'Not valid upload.',
70         'ERR_UW_NO_CREATE_TMP_DIR'                                      => 'Could not create the temp directory. Check file permissions.',
71         'ERR_UW_ONLY_PATCHES'                                           => 'You can only upload patches on this page.',
72         'ERR_UW_PREFLIGHT_ERRORS'                                       => 'Errors Found During Preflight Check',
73         'ERR_UW_UPLOAD_ERR'                                                     => 'There was an error uploading the file, please try again!<br>\n',
74         'ERR_UW_VERSION'                                                        => 'SugarCRM System Version: ',
75         'ERR_UW_WRONG_TYPE'                                                     => 'This page is not for running ',
76         'ERR_UW_PHP_FILE_ERRORS'                                        => array(
77                                                                                                         1 => 'The uploaded file exceeds the upload_max_filesize directive in php.ini.',
78                                                                                                         2 => 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.',
79                                                                                                         3 => 'The uploaded file was only partially uploaded.',
80                                                                                                         4 => 'No file was uploaded.',
81                                                                                                         5 => 'Unknown error.',
82                                                                                                         6 => 'Missing a temporary folder.',
83                                                                                                         7 => 'Failed to write file to disk.',
84                                                                                                         8 => 'File upload stopped by extension.',
85 ),
86         'LBL_BUTTON_BACK'                                                       => '< Back',
87         'LBL_BUTTON_CANCEL'                                                     => 'Cancel',
88         'LBL_BUTTON_DELETE'                                                     => 'Delete Package',
89         'LBL_BUTTON_DONE'                                                       => 'Done',
90         'LBL_BUTTON_EXIT'                                                       => 'Exit',
91         'LBL_BUTTON_INSTALL'                                            => 'Preflight Upgrade',
92         'LBL_BUTTON_NEXT'                                                       => 'Next >',
93         'LBL_BUTTON_RECHECK'                                            => 'Recheck',
94         'LBL_BUTTON_RESTART'                                            => 'Restart',
95
96         'LBL_UPLOAD_UPGRADE'                                            => 'Upload Upgrade Package ',
97         'LBL_UPLOAD_FILE_NOT_FOUND'                                     => 'Upload file not found',
98         'LBL_UW_BACKUP_FILES_EXIST_TITLE'                       => 'File Backup',
99         'LBL_UW_BACKUP_FILES_EXIST'                                     => 'Backed-up files from this upgrade can be found in',
100         'LBL_UW_BACKUP'                                                         => 'File BACKUP',
101         'LBL_UW_CANCEL_DESC'                                            => 'The upgrade has been cancelled. Any temporary files that were copied and any upgrade files that were uploaded have been deleted.',
102         'LBL_UW_CHARSET_SCHEMA_CHANGE'                          => 'Character Set Schema Changes',
103         'LBL_UW_CHECK_ALL'                                                      => 'Check All',
104         'LBL_UW_CHECKLIST'                                                      => 'Upgrade Steps',
105         'LBL_UW_COMMIT_ADD_TASK_DESC_1'                         => "Backups of Overwritten Files are in the following directory: \n",
106         'LBL_UW_COMMIT_ADD_TASK_DESC_2'                         => "Manually merge the following files:\n",
107         'LBL_UW_COMMIT_ADD_TASK_NAME'                           => 'Upgrade Process: Manually Merge Files',
108         'LBL_UW_COMMIT_ADD_TASK_OVERVIEW'                       => 'Please use whichever diff method is most familiar to you to merge these files.  Until this is complete, your SugarCRM installation will be in an uncertain state, and the upgrade incomplete.',
109         'LBL_UW_COMPLETE'                                                       => 'Complete',
110         'LBL_UW_CONTINUE_CONFIRMATION'              => 'This new version of Sugar contains new license agreement.  Would you like to continue?',
111         'LBL_UW_COMPLIANCE_ALL_OK'                                      => 'All System Settings Requirements Satisfied',
112         'LBL_UW_COMPLIANCE_CALLTIME'                            => 'PHP Setting: Call Time Pass By Reference',
113         'LBL_UW_COMPLIANCE_CURL'                                        => 'cURL Module',
114         'LBL_UW_COMPLIANCE_IMAP'                                        => 'IMAP Module',
115         'LBL_UW_COMPLIANCE_MBSTRING'                            => 'MBStrings Module',
116         'LBL_UW_COMPLIANCE_MBSTRING_FUNC_OVERLOAD'      => 'MBStrings mbstring.func_overload Parameter',
117         'LBL_UW_COMPLIANCE_MEMORY'                                      => 'PHP Setting: Memory Limit',
118         'LBL_UW_COMPLIANCE_MSSQL_MAGIC_QUOTES'          => 'MS SQL Server & PHP Magic Quotes GPC',
119         'LBL_UW_COMPLIANCE_MYSQL'                                       => 'Minimum MySQL Version',
120         'LBL_UW_COMPLIANCE_PHP_INI'                                     => 'Location of php.ini',
121         'LBL_UW_COMPLIANCE_PHP_VERSION'                         => 'Minimum PHP Version',
122         'LBL_UW_COMPLIANCE_SAFEMODE'                            => 'PHP Setting: Safe Mode',
123         'LBL_UW_COMPLIANCE_TITLE'                                       => 'Server Settings Check',
124         'LBL_UW_COMPLIANCE_TITLE2'                                      => 'Detected Settings',
125         'LBL_UW_COMPLIANCE_XML'                                         => 'XML Parsing',
126
127         'LBL_UW_COPIED_FILES_TITLE'                                     => 'Files Copied Successfully',
128         'LBL_UW_CUSTOM_TABLE_SCHEMA_CHANGE'                     => 'Custom Table Schema Changes',
129
130         'LBL_UW_DB_CHOICE1'                                                     => 'Upgrade Wizard Runs SQL',
131         'LBL_UW_DB_CHOICE2'                                                     => 'Manual SQL Queries',
132         'LBL_UW_DB_INSERT_FAILED'                                       => 'INSERT failed - compared results differ',
133         'LBL_UW_DB_ISSUES_PERMS'                                        => 'Database Privileges',
134         'LBL_UW_DB_ISSUES'                                                      => 'Database Issues',
135         'LBL_UW_DB_METHOD'                                                      => 'Database Update Method',
136         'LBL_UW_DB_NO_ADD_COLUMN'                                       => 'ALTER TABLE [table] ADD COLUMN [column]',
137         'LBL_UW_DB_NO_CHANGE_COLUMN'                            => 'ALTER TABLE [table] CHANGE COLUMN [column]',
138         'LBL_UW_DB_NO_CREATE'                                           => 'CREATE TABLE [table]',
139         'LBL_UW_DB_NO_DELETE'                                           => 'DELETE FROM [table]',
140         'LBL_UW_DB_NO_DROP_COLUMN'                                      => 'ALTER TABLE [table] DROP COLUMN [column]',
141         'LBL_UW_DB_NO_DROP_TABLE'                                       => 'DROP TABLE [table]',
142         'LBL_UW_DB_NO_ERRORS'                                           => 'All Privileges Available',
143         'LBL_UW_DB_NO_INSERT'                                           => 'INSERT INTO [table]',
144         'LBL_UW_DB_NO_SELECT'                                           => 'SELECT [x] FROM [table]',
145         'LBL_UW_DB_NO_UPDATE'                                           => 'UPDATE [table]',
146         'LBL_UW_DB_PERMS'                                                       => 'Necessary Privilege',
147
148         'LBL_UW_DESC_MODULES_INSTALLED'                         => 'The following upgrade packages have been installed:',
149         'LBL_UW_END_DESC'                                                       => 'The system has been upgraded.',
150         'LBL_UW_END_DESC2'                                                      => 'If you have chosen to manually run any steps such as file merges or SQL queries, please do this now.  Your system will be in an unstable state until those steps are completed.',
151         'LBL_UW_END_LOGOUT_PRE'                                         => 'The upgrade is complete.',
152         'LBL_UW_END_LOGOUT_PRE2'                                        => 'Click Done to exit the Upgrade Wizard.',
153         'LBL_UW_END_LOGOUT'                                                     => 'If you plan to apply another upgrade package using the Upgrade Wizard, log out and log back in prior to doing so.',
154         'LBL_UW_END_LOGOUT2'                                            => 'Logout',
155         'LBL_UW_REPAIR_INDEX'                                           => 'For database performance improvements, please run the <a href="index.php?module=Administration&action=RepairIndex" target="_blank">Repair Index</a> script.',
156
157         'LBL_UW_FILE_DELETED'                                           => " has been removed.<br>",
158         'LBL_UW_FILE_GROUP'                                                     => 'Group',
159         'LBL_UW_FILE_ISSUES_PERMS'                                      => 'File Permissions',
160         'LBL_UW_FILE_ISSUES'                                            => 'File Issues',
161         'LBL_UW_FILE_NEEDS_DIFF'                                        => 'File Requires Manual Diff',
162         'LBL_UW_FILE_NO_ERRORS'                                         => '<b>All Files Writable</b>',
163         'LBL_UW_FILE_OWNER'                                                     => 'Owner',
164         'LBL_UW_FILE_PERMS'                                                     => 'Permissions',
165         'LBL_UW_FILE_UPLOADED'                                          => ' has been uploaded',
166         'LBL_UW_FILE'                                                           => 'File Name',
167         'LBL_UW_FILES_QUEUED'                                           => 'The following upgrade packages are ready to be installed:',
168         'LBL_UW_FILES_REMOVED'                                          => "The following files will be removed from the system:<br>\n",
169         'LBL_UW_NEXT_TO_UPLOAD'                                         => "<b>Click Next to upload upgrade packages.</b>",
170         'LBL_UW_FROZEN'                                                         => 'Upload a package before continuing.',
171         'LBL_UW_HIDE_DETAILS'                                           => 'Hide Details',
172         'LBL_UW_IN_PROGRESS'                                            => 'In Progress',
173         'LBL_UW_INCLUDING'                                                      => 'Including',
174         'LBL_UW_INCOMPLETE'                                                     => 'Incomplete',
175         'LBL_UW_INSTALL'                                                        => 'File INSTALL',
176         'LBL_UW_MANUAL_MERGE'                                           => 'File Merge',
177         'LBL_UW_MODULE_READY_UNINSTALL'                         => "Module is ready to be uninstalled.  Click \"Commit\" to proceed with uninstallation.<br>\n",
178         'LBL_UW_MODULE_READY'                                           => "Module is ready to be installed.  Click \"Commit\" to proceed with installation.",
179         'LBL_UW_NO_INSTALLED_UPGRADES'                          => 'No recorded Upgrades detected.',
180         'LBL_UW_NONE'                                                           => 'None',
181         'LBL_UW_NOT_AVAILABLE'                                          => 'Not available',
182         'LBL_UW_OVERWRITE_DESC'                                         => "All changed files will be overwritten, including any code customizations and template changes you have made. Are you sure you want to proceed?",
183         'LBL_UW_OVERWRITE_FILES_CHOICE1'                        => 'Overwrite All Files',
184         'LBL_UW_OVERWRITE_FILES_CHOICE2'                        => 'Manual Merge - Preserve All',
185         'LBL_UW_OVERWRITE_FILES'                                        => 'Merge Method',
186         'LBL_UW_PATCH_READY'                                            => 'The patch is ready to proceed. Click the "Commit" button below to complete the upgrade process.',
187         'LBL_UW_PATCH_READY2'                                           => '<h2>Notice: Customized Layouts Found</h2><br />The following file(s) have new fields or modified screen layouts applied via the Studio. The patch you are about to install also contains changes to the file(s). For <u>each file</u> you may:<br><ul><li>[<b>Default</b>] Retain your version by leaving the checkbox blank. The patch modifications will be ignored.</li>or<li>Accept the updated files by selecting the checkbox. Your layouts will need to be re-applied via Studio.</li></ul>',
188
189         'LBL_UW_PREFLIGHT_ADD_TASK'                                     => 'Create Task Item for Manual Merge?',
190         'LBL_UW_PREFLIGHT_COMPLETE'                                     => 'Preflight Check',
191         'LBL_UW_PREFLIGHT_DIFF'                                         => 'Differentiated ',
192         'LBL_UW_PREFLIGHT_EMAIL_REMINDER'                       => 'Email Yourself a Reminder for Manual Merge?',
193         'LBL_UW_PREFLIGHT_FILES_DESC'                           => 'The files listed below have been modified.  Uncheck items that require a manual merge. <i>Any detected layout changes are automatically unchecked; checkmark any that should be overwritten.',
194         'LBL_UW_PREFLIGHT_NO_DIFFS'                                     => 'No Manual File Merge Required.',
195         'LBL_UW_PREFLIGHT_NOT_NEEDED'                           => 'Not needed.',
196         'LBL_UW_PREFLIGHT_PRESERVE_FILES'                       => 'Auto-preserved Files:',
197         'LBL_UW_PREFLIGHT_TESTS_PASSED'                         => 'All preflight tests have passed.',
198         'LBL_UW_PREFLIGHT_TESTS_PASSED2'                        => 'Click Next to copy the upgraded files to the system.',
199         'LBL_UW_PREFLIGHT_TESTS_PASSED3'                        => '<b>Note: </b> The rest of the upgrade process is mandatory, and clicking Next will require you to complete the process. If you do not wish to proceed, click the Cancel button.',
200         'LBL_UW_PREFLIGHT_TOGGLE_ALL'                           => 'Toggle All Files',
201
202         'LBL_UW_REBUILD_TITLE'                                          => 'Rebuild Result',
203         'LBL_UW_SCHEMA_CHANGE'                                          => 'Schema Changes',
204
205         'LBL_UW_SHOW_COMPLIANCE'                                        => 'Show Detected Settings',
206         'LBL_UW_SHOW_DB_PERMS'                                          => 'Show Missing Database Permissions',
207         'LBL_UW_SHOW_DETAILS'                                           => 'Show Details',
208         'LBL_UW_SHOW_DIFFS'                                                     => 'Show Files Requiring Manual Merge',
209         'LBL_UW_SHOW_NW_FILES'                                          => 'Show Files with Bad Permissions',
210         'LBL_UW_SHOW_SCHEMA'                                            => 'Show Schema Change Script',
211         'LBL_UW_SHOW_SQL_ERRORS'                                        => 'Show Bad Queries',
212         'LBL_UW_SHOW'                                                           => 'Show',
213
214         'LBL_UW_SKIPPED_FILES_TITLE'                            => 'Skipped Files',
215         'LBL_UW_SKIPPING_FILE_OVERWRITE'                        => 'Skipping File Overwrites - Manual Merge Selected.',
216         'LBL_UW_SQL_RUN'                                                        => 'Check when SQL has been manually run',
217         'LBL_UW_START_DESC'                                                     => 'This wizard will assist you in upgrading this Sugar instance.',
218         'LBL_UW_START_DESC2'                                            => 'Note: We recommend that you backup the Sugar database and the system files (all of the files in the SugarCRM folder) before upgrading your production system. We highly recommend that you perform a test upgrade on a cloned instance of your production system first.',
219         'LBL_UW_START_DESC3'                                            => 'Click Next to perform a check on your system to make sure that the system is ready for the upgrade. The check includes file permissions, database privileges and server settings.',
220         'LBL_UW_START_UPGRADED_UW_DESC'                         => 'The new Upgrade Wizard will now resume the upgrade process. Please continue your upgrade.',
221         'LBL_UW_START_UPGRADED_UW_TITLE'                        => 'Welcome to the new Upgrade Wizard',
222
223         'LBL_UW_SYSTEM_CHECK_CHECKING'                          => 'Now checking, please wait.  This could take up to 30 seconds.',
224         'LBL_UW_SYSTEM_CHECK_FILE_CHECK_START'          => 'Finding all pertinent files to check.',
225         'LBL_UW_SYSTEM_CHECK_FILES'                                     => 'Files',
226         'LBL_UW_SYSTEM_CHECK_FOUND'                                     => 'Found',
227
228         'LBL_UW_TITLE_CANCEL'                                           => 'Cancel',
229         'LBL_UW_TITLE_COMMIT'                                           => 'Commit Upgrade',
230         'LBL_UW_TITLE_END'                                                      => 'Debrief',
231         'LBL_UW_TITLE_PREFLIGHT'                                        => 'Preflight Check',
232         'LBL_UW_TITLE_START'                                            => 'Welcome',
233         'LBL_UW_TITLE_SYSTEM_CHECK'                                     => 'System Check',
234         'LBL_UW_TITLE_UPLOAD'                                           => 'Upload Package',
235         'LBL_UW_TITLE'                                                          => 'Upgrade Wizard',
236         'LBL_UW_UNINSTALL'                                                      => 'Uninstall',
237         //500 upgrade labels
238         'LBL_UW_ACCEPT_THE_LICENSE'                             => 'Accept License',
239         'LBL_UW_CONVERT_THE_LICENSE'                            => 'Convert License',
240         'LBL_UW_CUSTOMIZED_OR_UPGRADED_MODULES'     => 'Upgraded/Customized Modules',
241         'LBL_UW_FOLLOWING_MODULES_CUSTOMIZED'       => 'The following modules are detected as customized and preserved',
242         'LBL_UW_FOLLOWING_MODULES_UPGRADED'         => 'The following modules are detected as Studio-customized and have been upgraded',
243
244         'LBL_UW_SUGAR_COMMUNITY_EDITION_LICENSE'    => 'The Sugar Community Edition 5.0 uses GNU Affero General Public License version 3. This upgrade will convert your existing license to the new license displayed below.',
245
246
247         'LBL_START_UPGRADE_IN_PROGRESS'             => 'Start in progress',
248         'LBL_SYSTEM_CHECKS_IN_PROGRESS'             => 'System Check in Progress',
249         'LBL_LICENSE_CHECK_IN_PROGRESS'             => 'License Check in progress',
250         'LBL_PREFLIGHT_CHECK_IN_PROGRESS'           => 'Preflight Check in Progress',
251     'LBL_PREFLIGHT_FILE_COPYING_PROGRESS'       => 'File Copying in Progress',
252         'LBL_COMMIT_UPGRADE_IN_PROGRESS'            => 'Commit Upgrade in Progress',
253     'LBL_UW_COMMIT_DESC'                                                => 'Click Next to run additional upgrade scripts.',
254         'LBL_UPGRADE_SCRIPTS_IN_PROGRESS'                       => 'Upgrade Scripts in Progress',
255         'LBL_UPGRADE_SUMMARY_IN_PROGRESS'                       => 'Upgrade Summary in Progress',
256         'LBL_UPGRADE_IN_PROGRESS'                   => 'in progress     ',
257         'LBL_UPGRADE_TIME_ELAPSED'                  => 'Time elapsed',
258         'LBL_UPGRADE_CANCEL_IN_PROGRESS'                        => 'Upgrade Cancel and Cleanup in Progress',
259     'LBL_UPGRADE_TAKES_TIME_HAVE_PATIENCE'      => 'Upgrade may take some time',
260     'LBL_UPLOADE_UPGRADE_IN_PROGRESS'           => 'Upload Checks in Progress',
261         'LBL_UPLOADING_UPGRADE_PACKAGE'                 => 'Uploading Upgrade Package ',
262     'LBL_UW_DORP_THE_OLD_SCHMEA'                                => 'Would you like Sugar to drop the depricated 451 Schema ?',
263         'LBL_UW_DROP_SCHEMA_UPGRADE_WIZARD'                     => 'Upgrade Wizard Drops old 451 schema',
264         'LBL_UW_DROP_SCHEMA_MANUAL'                                     => 'Manual Drop Schema Post Upgrade',
265         'LBL_UW_DROP_SCHEMA_METHOD'                                     => 'Old Schema Drop Method',
266         'LBL_UW_SHOW_OLD_SCHEMA_TO_DROP'                        => 'Show Old Schema that could be dropped',
267         'LBL_UW_SKIPPED_QUERIES_ALREADY_EXIST'      => 'Skipped Queries',
268         'LBL_INCOMPATIBLE_PHP_VERSION'              => 'Php version 5 or above is required.',
269         'ERR_CHECKSYS_PHP_INVALID_VER'      => 'Your version of PHP is not supported by Sugar.  You will need to install a version that is compatible with the Sugar application.  Please consult the Compatibility Matrix in the Release Notes for supported PHP Versions. Your version is ',
270         'LBL_BACKWARD_COMPATIBILITY_ON'                         => 'Php Backward Compatibility mode is turned on. Set zend.ze1_compatibility_mode to Off for proceeding further',
271         //including some strings from moduleinstall that are used in Upgrade
272         'LBL_ML_ACTION' => 'Action',
273     'LBL_ML_CANCEL'             => 'Cancel',
274     'LBL_ML_COMMIT'=>'Commit',
275     'LBL_ML_DESCRIPTION' => 'Description',
276     'LBL_ML_INSTALLED' => 'Date Installed',
277     'LBL_ML_NAME' => 'Name',
278     'LBL_ML_PUBLISHED' => 'Date Published',
279     'LBL_ML_TYPE' => 'Type',
280     'LBL_ML_UNINSTALLABLE' => 'Uninstallable',
281     'LBL_ML_VERSION' => 'Version',
282         'LBL_ML_INSTALL'=>'Install',
283         //adding the string used in tracker. copying from homepage
284         'LBL_HOME_PAGE_4_NAME' => 'Tracker',
285         'LBL_CURRENT_PHP_VERSION' => '(Your current php version is ',
286         'LBL_RECOMMENDED_PHP_VERSION' => '. Recommended php version is 5.2.1 or above)',
287         'LBL_MODULE_NAME' => 'UpgradeWizard',
288         'LBL_UPLOAD_SUCCESS' => 'Upgrade package successfully uploaded. Click Next to perform a final check.',
289         'LBL_UW_TITLE_LAYOUTS' => 'Confirm Layouts',
290         'LBL_LAYOUT_MODULE_TITLE' => 'Layouts',
291         'LBL_LAYOUT_MERGE_DESC' => 'There are new fields available which have been added as part of this upgrade and can be automatically appended to your existing module layouts.  To learn more about the new fields, please refer to the Release Notes for the version to which you are upgrading.<br><br>If you do not wish to append the new fields, please uncheck the module, and your custom layouts will remain unchanged. The fields will be available in Studio after the upgrade. <br><br>',
292         'LBL_LAYOUT_MERGE_TITLE' => 'Click Next to confirm changes and to finish the upgrade.',
293         'LBL_LAYOUT_MERGE_TITLE2' => 'Click Next to complete the upgrade.',
294         'LBL_UW_CONFIRM_LAYOUTS' => 'Confirm Layouts',
295     'LBL_UW_CONFIRM_LAYOUT_RESULTS' => 'Confirm Layout Results',
296     'LBL_UW_CONFIRM_LAYOUT_RESULTS_DESC' => 'The following layouts were merged successfully:',
297         'LBL_SELECT_FILE' => 'Select File:',
298         'LBL_LANGPACKS' => 'Language Packs' /*for 508 compliance fix*/,
299         'LBL_MODULELOADER' => 'Module Loader' /*for 508 compliance fix*/,
300         'LBL_PATCHUPGRADES' => 'Patch Upgrades' /*for 508 compliance fix*/,
301         'LBL_THEMES' => 'Themes' /*for 508 compliance fix*/,
302         'LBL_WORKFLOW' => 'Workflow' /*for 508 compliance fix*/,
303         'LBL_UPGRADE' => 'Upgrade' /*for 508 compliance fix*/,
304         'LBL_PROCESSING' => 'Processing' /*for 508 compliance fix*/,
305 );
306 ?>