2013-09-23 19:30:44 +00:00
< ? php
2017-05-08 14:02:14 +00:00
/**
*
2013-09-23 19:30:44 +00:00
* SugarCRM Community Edition is a customer relationship management program developed by
* SugarCRM , Inc . Copyright ( C ) 2004 - 2013 SugarCRM Inc .
2016-01-18 12:31:09 +00:00
*
2017-05-08 14:02:14 +00:00
* SuiteCRM is an extension to SugarCRM Community Edition developed by SalesAgility Ltd .
2018-12-31 14:25:24 +00:00
* Copyright ( C ) 2011 - 2019 SalesAgility Ltd .
2014-07-07 15:33:23 +00:00
*
2013-09-23 19:30:44 +00:00
* This program is free software ; you can redistribute it and / or modify it under
* the terms of the GNU Affero General Public License version 3 as published by the
* Free Software Foundation with the addition of the following permission added
* to Section 15 as permitted in Section 7 ( a ) : FOR ANY PART OF THE COVERED WORK
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM , SUGARCRM DISCLAIMS THE WARRANTY
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS .
2014-07-07 15:33:23 +00:00
*
2013-09-23 19:30:44 +00:00
* This program is distributed in the hope that it will be useful , but WITHOUT
* ANY WARRANTY ; without even the implied warranty of MERCHANTABILITY or FITNESS
2017-05-08 14:02:14 +00:00
* FOR A PARTICULAR PURPOSE . See the GNU Affero General Public License for more
2013-09-23 19:30:44 +00:00
* details .
2014-07-07 15:33:23 +00:00
*
2013-09-23 19:30:44 +00:00
* You should have received a copy of the GNU Affero General Public License along with
* this program ; if not , see http :// www . gnu . org / licenses or write to the Free
* Software Foundation , Inc . , 51 Franklin Street , Fifth Floor , Boston , MA
* 02110 - 1301 USA .
2014-07-07 15:33:23 +00:00
*
2013-09-23 19:30:44 +00:00
* You can contact SugarCRM , Inc . headquarters at 10050 North Wolfe Road ,
* SW2 - 130 , Cupertino , CA 95014 , USA . or at email address contact @ sugarcrm . com .
2014-07-07 15:33:23 +00:00
*
2013-09-23 19:30:44 +00:00
* The interactive user interfaces in modified source and object code versions
* of this program must display Appropriate Legal Notices , as required under
* Section 5 of the GNU Affero General Public License version 3.
2014-07-07 15:33:23 +00:00
*
2013-09-23 19:30:44 +00:00
* In accordance with Section 7 ( b ) of the GNU Affero General Public License version 3 ,
* these Appropriate Legal Notices must retain the display of the " Powered by
2014-07-07 15:33:23 +00:00
* SugarCRM " logo and " Supercharged by SuiteCRM " logo. If the display of the logos is not
2017-05-08 14:02:14 +00:00
* reasonably feasible for technical reasons , the Appropriate Legal Notices must
* display the words " Powered by SugarCRM " and " Supercharged by SuiteCRM " .
*/
2015-12-16 14:01:53 +00:00
2017-03-11 18:24:05 +00:00
if ( ! defined ( 'sugarEntry' ) || ! sugarEntry ) {
die ( 'Not A Valid Entry Point' );
}
2013-09-23 19:30:44 +00:00
2016-01-18 12:31:09 +00:00
$mod_strings = array (
2013-09-23 19:30:44 +00:00
// OOTB Scheduler Job Names:
2016-01-18 12:31:09 +00:00
'LBL_OOTB_WORKFLOW' => 'Process Workflow Tasks' ,
'LBL_OOTB_REPORTS' => 'Run Report Generation Scheduled Tasks' ,
'LBL_OOTB_IE' => 'Check Inbound Mailboxes' ,
'LBL_OOTB_BOUNCE' => 'Run Nightly Process Bounced Campaign Emails' ,
'LBL_OOTB_CAMPAIGN' => 'Run Nightly Mass Email Campaigns' ,
'LBL_OOTB_PRUNE' => 'Prune Database on 1st of Month' ,
'LBL_OOTB_TRACKER' => 'Prune Tracker Tables' ,
2018-03-22 10:55:09 +00:00
'LBL_OOTB_SUITEFEEDS' => 'Prune SuiteCRM Feed Tables' ,
2016-01-18 12:31:09 +00:00
'LBL_OOTB_LUCENE_INDEX' => 'Perform Lucene Index' ,
'LBL_OOTB_OPTIMISE_INDEX' => 'Optimise AOD Index' ,
'LBL_OOTB_SEND_EMAIL_REMINDERS' => 'Run Email Reminder Notifications' ,
'LBL_OOTB_CLEANUP_QUEUE' => 'Clean Jobs Queue' ,
'LBL_OOTB_REMOVE_DOCUMENTS_FROM_FS' => 'Removal of documents from filesystem' ,
2018-07-10 21:32:26 +00:00
'LBL_OOTB_GOOGLE_CAL_SYNC' => 'Google Calendar Sync' ,
2024-01-18 11:44:37 +00:00
'LBL_OOTB_ELASTIC_INDEX' => 'Perform Elasticsearch Index' ,
2013-09-23 19:30:44 +00:00
// List Labels
2016-01-18 12:31:09 +00:00
'LBL_LIST_JOB_INTERVAL' => 'Interval:' ,
'LBL_LIST_LIST_ORDER' => 'Schedulers:' ,
'LBL_LIST_NAME' => 'Scheduler:' ,
'LBL_LIST_RANGE' => 'Range:' ,
'LBL_LIST_STATUS' => 'Status:' ,
'LBL_LIST_TITLE' => 'Schedule List:' ,
2013-09-23 19:30:44 +00:00
// human readable:
2016-01-18 12:31:09 +00:00
'LBL_SUN' => 'Sunday' ,
'LBL_MON' => 'Monday' ,
'LBL_TUE' => 'Tuesday' ,
'LBL_WED' => 'Wednesday' ,
'LBL_THU' => 'Thursday' ,
'LBL_FRI' => 'Friday' ,
'LBL_SAT' => 'Saturday' ,
'LBL_ALL' => 'Every Day' ,
2019-09-23 15:50:49 +00:00
'LBL_EVERY' => 'Every' ,
'LBL_FROM' => 'From' ,
'LBL_ON_THE' => 'On the' ,
'LBL_RANGE' => 'to' ,
'LBL_AND' => 'and' ,
'LBL_MINUTES' => 'minutes' ,
'LBL_HOUR' => 'hours' ,
'LBL_HOUR_SING' => 'hour' ,
'LBL_OFTEN' => 'As often as possible.' ,
'LBL_MIN_MARK' => 'minute mark' ,
2013-09-23 19:30:44 +00:00
// crontabs
2016-01-18 12:31:09 +00:00
'LBL_MINS' => 'min' ,
'LBL_HOURS' => 'hrs' ,
'LBL_DAY_OF_MONTH' => 'date' ,
'LBL_MONTHS' => 'mo' ,
'LBL_DAY_OF_WEEK' => 'day' ,
'LBL_CRONTAB_EXAMPLES' => 'The above uses standard crontab notation.' ,
2013-09-23 19:30:44 +00:00
// Labels
2016-01-18 12:31:09 +00:00
'LBL_ALWAYS' => 'Always' ,
'LBL_CATCH_UP' => 'Execute If Missed' ,
'LBL_CATCH_UP_WARNING' => 'Uncheck if this job may take more than a moment to run.' ,
'LBL_DATE_TIME_END' => 'Date & Time End' ,
'LBL_DATE_TIME_START' => 'Date & Time Start' ,
'LBL_INTERVAL' => 'Interval' ,
'LBL_JOB' => 'Job' ,
'LBL_JOB_URL' => 'Job URL' ,
'LBL_LAST_RUN' => 'Last Successful Run' ,
'LBL_MODULE_NAME' => 'SuiteCRM Scheduler' ,
'LBL_MODULE_TITLE' => 'Schedulers' ,
'LBL_NAME' => 'Job Name' ,
'LBL_NEVER' => 'Never' ,
'LBL_NEW_FORM_TITLE' => 'New Schedule' ,
'LBL_PERENNIAL' => 'perpetual' ,
'LBL_SEARCH_FORM_TITLE' => 'Scheduler Search' ,
'LBL_SCHEDULER' => 'Scheduler:' ,
'LBL_STATUS' => 'Status' ,
'LBL_TIME_FROM' => 'Active From' ,
'LBL_TIME_TO' => 'Active To' ,
'LBL_WARN_CURL_TITLE' => 'cURL Warning:' ,
'LBL_WARN_CURL' => 'Warning:' ,
2017-04-20 14:47:12 +00:00
'LBL_WARN_NO_CURL' => 'This system does not have the cURL libraries enabled/compiled into the PHP module (--with-curl=/path/to/curl_library). Please contact your administrator to resolve this issue. Without the cURL functionality, the Scheduler cannot thread its jobs.' ,
2016-01-18 12:31:09 +00:00
'LBL_BASIC_OPTIONS' => 'Basic Setup' ,
'LBL_ADV_OPTIONS' => 'Advanced Options' ,
'LBL_TOGGLE_ADV' => 'Show Advanced Options' ,
'LBL_TOGGLE_BASIC' => 'Show Basic Options' ,
2013-09-23 19:30:44 +00:00
// Links
2016-01-18 12:31:09 +00:00
'LNK_LIST_SCHEDULER' => 'Schedulers' ,
'LNK_NEW_SCHEDULER' => 'Create Scheduler' ,
2013-09-23 19:30:44 +00:00
// Messages
2016-01-18 12:31:09 +00:00
'ERR_CRON_SYNTAX' => 'Invalid Cron syntax' ,
'NTC_LIST_ORDER' => 'Set the order this schedule will appear in the Scheduler dropdown lists' ,
'LBL_CRON_INSTRUCTIONS_WINDOWS' => 'To Setup Windows Scheduler' ,
'LBL_CRON_INSTRUCTIONS_LINUX' => 'To Setup Crontab' ,
2019-09-23 15:50:49 +00:00
'LBL_CRON_LINUX_DESC1' => 'In order to run SuiteCRM Schedulers, edit your web server user\'s crontab file with this command:' ,
'LBL_CRON_LINUX_DESC2' => '... and add the following line to the crontab file:' ,
2017-05-15 15:06:30 +00:00
'LBL_CRON_LINUX_DESC3' => 'You should do this only after the installation is concluded.' ,
2019-09-23 15:50:49 +00:00
'LBL_CRON_WINDOWS_DESC' => 'In order to run the SuiteCRM schedulers, create a batch file to run using Windows Scheduled Tasks. The batch file should include the following commands:' ,
2013-09-23 19:30:44 +00:00
// Subpanels
2016-01-18 12:31:09 +00:00
'LBL_JOBS_SUBPANEL_TITLE' => 'Job Log' ,
'LBL_EXECUTE_TIME' => 'Execute Time' ,
2013-09-23 19:30:44 +00:00
//jobstrings
2018-02-10 11:42:33 +00:00
'LBL_REFRESHJOBS' => 'Refresh Jobs' ,
'LBL_POLLMONITOREDINBOXES' => 'Check Inbound Mail Accounts' ,
'LBL_PERFORMFULLFTSINDEX' => 'Full-text Search Index System' ,
'LBL_RUNMASSEMAILCAMPAIGN' => 'Run Nightly Mass Email Campaigns' ,
'LBL_POLLMONITOREDINBOXESFORBOUNCEDCAMPAIGNEMAILS' => 'Run Nightly Process Bounced Campaign Emails' ,
'LBL_PRUNEDATABASE' => 'Prune Database on 1st of Month' ,
'LBL_TRIMTRACKER' => 'Prune Tracker Tables' ,
2021-03-05 13:20:35 +00:00
'LBL_TRIMSUGARFEEDS' => 'Prune SuiteCRM Feed Tables' ,
2018-02-10 11:42:33 +00:00
'LBL_SENDEMAILREMINDERS' => 'Run Email Reminders Sending' ,
'LBL_CLEANJOBQUEUE' => 'Cleanup Job Queue' ,
'LBL_REMOVEDOCUMENTSFROMFS' => 'Removal of documents from filesystem' ,
'LBL_AODOPTIMISEINDEX' => 'Optimise Advanced OpenDiscovery Index' ,
'LBL_AODINDEXUNINDEXED' => 'Index unindexed documents' ,
'LBL_POLLMONITOREDINBOXESAOP' => 'AOP Poll Monitored Inboxes' ,
'LBL_AORRUNSCHEDULEDREPORTS' => 'Run scheduled reports' ,
'LBL_PROCESSAOW_WORKFLOW' => 'Process AOW Workflow' ,
2018-07-19 15:38:38 +00:00
'LBL_RUNELASTICSEARCHINDEXERSCHEDULER' => 'Elasticsearch indexer' ,
2017-04-27 14:29:31 +00:00
'LBL_SCHEDULER_TIMES' => 'Scheduler Times' ,
2018-07-10 21:32:26 +00:00
'LBL_SYNCGOOGLECALENDAR' => 'Sync Google Calendars' ,
2013-09-23 19:30:44 +00:00
);
2015-12-16 14:01:53 +00:00
global $sugar_config ;