]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Schedulers/language/en_us.lang.php
Release 6.1.5
[Github/sugarcrm.git] / modules / Schedulers / language / en_us.lang.php
1 <?php
2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
3 /*********************************************************************************
4  * SugarCRM 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 global $sugar_config;
46  
47 $mod_strings = array (
48 // OOTB Scheduler Job Names:
49 'LBL_OOTB_WORKFLOW'             => 'Process Workflow Tasks',
50 'LBL_OOTB_REPORTS'              => 'Run Report Generation Scheduled Tasks',
51 'LBL_OOTB_IE'                   => 'Check Inbound Mailboxes',
52 'LBL_OOTB_BOUNCE'               => 'Run Nightly Process Bounced Campaign Emails',
53 'LBL_OOTB_CAMPAIGN'             => 'Run Nightly Mass Email Campaigns',
54 'LBL_OOTB_PRUNE'                => 'Prune Database on 1st of Month',
55 'LBL_OOTB_TRACKER'              => 'Prune Tracker Tables',
56 'LBL_UPDATE_TRACKER_SESSIONS' => 'Update tracker_sessions Table',
57
58 // List Labels
59 'LBL_LIST_JOB_INTERVAL' => 'Interval:',
60 'LBL_LIST_LIST_ORDER' => 'Schedulers:',
61 'LBL_LIST_NAME' => 'Scheduler:',
62 'LBL_LIST_RANGE' => 'Range:',
63 'LBL_LIST_REMOVE' => 'Remove:',
64 'LBL_LIST_STATUS' => 'Status:',
65 'LBL_LIST_TITLE' => 'Schedule List:',
66 'LBL_LIST_EXECUTE_TIME' => 'Will Run At:',
67 // human readable:
68 'LBL_SUN'               => 'Sunday',
69 'LBL_MON'               => 'Monday',
70 'LBL_TUE'               => 'Tuesday',
71 'LBL_WED'               => 'Wednesday',
72 'LBL_THU'               => 'Thursday',
73 'LBL_FRI'               => 'Friday',
74 'LBL_SAT'               => 'Saturday',
75 'LBL_ALL'               => 'Every Day',
76 'LBL_EVERY_DAY' => 'Every day ',
77 'LBL_AT_THE'    => 'At the ',
78 'LBL_EVERY'             => 'Every ',
79 'LBL_FROM'              => 'From ',
80 'LBL_ON_THE'    => 'On the ',
81 'LBL_RANGE'             => ' to ',
82 'LBL_AT'                => ' at ',
83 'LBL_IN'                => ' in ',
84 'LBL_AND'               => ' and ',
85 'LBL_MINUTES'   => ' minutes ',
86 'LBL_HOUR'              => ' hours',
87 'LBL_HOUR_SING' => ' hour',
88 'LBL_MONTH'             => ' month',
89 'LBL_OFTEN'             => ' As often as possible.',
90 'LBL_MIN_MARK'  => ' minute mark',
91
92
93 // crontabs
94 'LBL_MINS' => 'min',
95 'LBL_HOURS' => 'hrs',
96 'LBL_DAY_OF_MONTH' => 'date',
97 'LBL_MONTHS' => 'mo',
98 'LBL_DAY_OF_WEEK' => 'day',
99 'LBL_CRONTAB_EXAMPLES' => 'The above uses standard crontab notation.',
100 'LBL_CRONTAB_SERVER_TIME_PRE' =>  'The cron specifications run based on the server timezone (',
101 'LBL_CRONTAB_SERVER_TIME_POST' => '). Please specify the scheduler execution time accordingly.',
102 // Labels
103 'LBL_ALWAYS' => 'Always',
104 'LBL_CATCH_UP' => 'Execute If Missed',
105 'LBL_CATCH_UP_WARNING' => 'Uncheck if this job may take more than a moment to run.',
106 'LBL_DATE_TIME_END' => 'Date & Time End',
107 'LBL_DATE_TIME_START' => 'Date & Time Start',
108 'LBL_INTERVAL' => 'Interval',
109 'LBL_JOB' => 'Job',
110 'LBL_LAST_RUN' => 'Last Successful Run',
111 'LBL_MODULE_NAME' => 'Sugar Scheduler',
112 'LBL_MODULE_TITLE' => 'Schedulers',
113 'LBL_NAME' => 'Job Name',
114 'LBL_NEVER' => 'Never',
115 'LBL_NEW_FORM_TITLE' => 'New Schedule',
116 'LBL_PERENNIAL' => 'perpetual',
117 'LBL_SEARCH_FORM_TITLE' => 'Scheduler Search',
118 'LBL_SCHEDULER' => 'Scheduler:',
119 'LBL_STATUS' => 'Status',
120 'LBL_TIME_FROM' => 'Active From',
121 'LBL_TIME_TO' => 'Active To',
122 'LBL_WARN_CURL_TITLE' => 'cURL Warning:',
123 'LBL_WARN_CURL' => 'Warning:',
124 '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.',
125 'LBL_BASIC_OPTIONS' => 'Basic Setup',
126 'LBL_ADV_OPTIONS'               => 'Advanced Options',
127 'LBL_TOGGLE_ADV' => 'Show Advanced Options',
128 'LBL_TOGGLE_BASIC' => 'Show Basic Options',
129 // Links
130 'LNK_LIST_SCHEDULER' => 'Schedulers',
131 'LNK_NEW_SCHEDULER' => 'Create Scheduler',
132 'LNK_LIST_SCHEDULED' => 'Scheduled Jobs',
133 // Messages
134 'SOCK_GREETING' => "\nThis is the interface for SugarCRM Schedulers Service. \n[ Available daemon commands: start|restart|shutdown|status ]\nTo quit, type 'quit'.  To shutdown the service 'shutdown'.\n",
135 'ERR_DELETE_RECORD' => 'You must specify a record number to delete the schedule.',
136 'ERR_CRON_SYNTAX' => 'Invalid Cron syntax',
137 'NTC_DELETE_CONFIRMATION' => 'Are you sure you want to delete this record?',
138 'NTC_STATUS' => 'Set status to Inactive to remove this schedule from the Scheduler dropdown lists',
139 'NTC_LIST_ORDER' => 'Set the order this schedule will appear in the Scheduler dropdown lists',
140 'LBL_CRON_INSTRUCTIONS_WINDOWS' => 'To Setup Windows Scheduler',
141 'LBL_CRON_INSTRUCTIONS_LINUX' => 'To Setup Crontab',
142 'LBL_CRON_LINUX_DESC' => 'Note: In order to run Sugar Schedulers, add the following line to the crontab file: ',
143 'LBL_CRON_WINDOWS_DESC' => 'Note: In order to run the Sugar schedulers, create a batch file to run using Windows Scheduled Tasks. The batch file should include the following commands: ',
144 'LBL_NO_PHP_CLI' => 'If your host does not have the PHP binary available, you can use wget or curl to launch your Jobs.<br>for wget: <b>*&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;wget --quiet --non-verbose '.$sugar_config['site_url'].'/cron.php > /dev/null 2>&1</b><br>for curl: <b>*&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;curl --silent '.$sugar_config['site_url'].'/cron.php > /dev/null 2>&1', 
145 // Subpanels
146 'LBL_JOBS_SUBPANEL_TITLE'       => 'Job Log',
147 'LBL_EXECUTE_TIME'                      => 'Execute Time',
148
149 //jobstrings
150 'LBL_REFRESHJOBS' => 'Refresh Jobs',
151 'LBL_POLLMONITOREDINBOXES' => 'Check Inbound Mail Accounts',
152 'LBL_RUNMASSEMAILCAMPAIGN' => 'Run Nightly Mass Email Campaigns',
153 'LBL_POLLMONITOREDINBOXESFORBOUNCEDCAMPAIGNEMAILS' => 'Run Nightly Process Bounced Campaign Emails',
154 'LBL_PRUNEDATABASE' => 'Prune Database on 1st of Month',
155 'LBL_TRIMTRACKER' => 'Prune Tracker Tables',
156 );
157 ?>