<cfprocessingdirective suppresswhitespace="yes" pageencoding="ISO-8859-1">
|
|
<cfsilent>
|
|
<!--
|
|
L10N Resource File
|
|
Section: Scheduler
|
|
Locale: English (en)
|
|
Find the requested resource by id
|
|
-->
|
|
</cfsilent>
|
|
<cfswitch expression="#ATTRIBUTES.id#">
|
<cfcase value="statmess">Server has been updated successfully</cfcase>
|
<cfcase value="click_normal">Click the button on the right to update</cfcase>
|
<cfcase value="alert">ALERT!</cfcase>
|
<cfcase value="important_notice">Important notice about last submission</cfcase>
|
<cfcase value="click_return">Click arrow on left to return without submitting changes</cfcase>
|
<cfcase value="submit_changes">Submit Changes</cfcase>
|
|
<cfcase value="yes">Yes</cfcase>
|
|
<cfcase value="cancel">Cancel</cfcase>
|
|
<cfcase value="are_you_sure_delete_scheduledTask"><cfoutput>Are you sure you want to delete the scheduled task "#EncodeForHTML(CALLER.task)#"?</cfoutput></cfcase>
|
|
<cfcase value="scheduler_ok_new">OK</cfcase>
|
|
<cfcase value="scheduler_cancel_new">Cancel</cfcase>
|
|
<cfcase value="pagename_runprobe">Run System Probe</cfcase>
|
|
<cfcase value="proberun_ok">This probe succeeded.</cfcase>
|
|
<cfcase value="proberun_fail">The probe failed.</cfcase>
|
|
<cfcase value="proberun_disabled">The probe is disabled and cannot be run.</cfcase>
|
|
<cfcase value="proberun_unknown">The probe status is unknown.</cfcase>
|
|
<cfcase value="proberun_bad">There was a problem running the probe.</cfcase>
|
|
<cfcase value="pagename_probes">System Probes</cfcase>
|
|
<cfcase value="define_new_probe">Define New Probe</cfcase>
|
|
<cfcase value="pageHeader_systemprobes">
|
Debugging & Logging > System Probes</cfcase>
|
|
<cfcase value="probes_blurb">System probes can monitor the health of a web application by checking the contents of a URL at a regular interval. If the contents are not what is expected, probes can send a failure notification email or execute a script.</cfcase>
|
|
<cfcase value="system_probes">System Probes</cfcase>
|
|
<cfcase value="actions">Actions</cfcase>
|
|
<cfcase value="probe_name">Probe Name</cfcase>
|
|
<cfcase value="status">Status</cfcase>
|
|
<cfcase value="interval">Interval</cfcase>
|
|
<cfcase value="URL">URL</cfcase>
|
|
<cfcase value="l10n_noprobes">No probes are defined.</cfcase>
|
|
<cfcase value="delete_probe_confirmation">Are you sure you want to delete this system probe?</cfcase>
|
|
<cfcase value="run_probe">Run Probe</cfcase>
|
|
<cfcase value="edit_probe">Edit Probe</cfcase>
|
|
<cfcase value="delete_probe">Delete Probe</cfcase>
|
|
<cfcase value="disable_probe">Disable Probe</cfcase>
|
|
<cfcase value="enable_probe">Enable Probe</cfcase>
|
|
<cfcase value="status_ok">OK</cfcase>
|
|
<cfcase value="status_failed">Failed</cfcase>
|
|
<cfcase value="status_disabled">Disabled</cfcase>
|
|
<cfcase value="status_unknown">Unknown</cfcase>
|
|
<cfcase value="every">Every</cfcase>
|
|
<cfcase value="hours">hours</cfcase>
|
|
<cfcase value="mins">min(s)</cfcase>
|
|
<cfcase value="secs">second(s)</cfcase>
|
|
<cfcase value="from">from</cfcase>
|
|
<cfcase value="to">to</cfcase>
|
|
<cfcase value="probe_email_recip">Notification email Recipients</cfcase>
|
|
<cfcase value="probe_email_from">E-mail</cfcase>
|
|
<cfcase value="probecfm_url">Probe.cfm URL</cfcase>
|
|
<cfcase value="probe_username">Probe.cfm User name</cfcase>
|
|
<cfcase value="probe_password">Probe.cfm Password</cfcase>
|
|
<cfcase value="daily_title">Daily Every</cfcase>
|
|
<cfcase value="crontime">Crontime</cfcase>
|
|
<cfcase value="l10n_daily_timeformat">hh:mm AM/PM</cfcase>
|
|
<cfcase value="pagename_addeditprobe">Add/Edit System Probe</cfcase>
|
|
<cfcase value="pagename_addedit">Add/Edit Scheduled Task</cfcase>
|
|
<cfcase value="need_valid_task_name">You need to enter a valid Task Name in order to proceed.</cfcase>
|
|
<cfcase value="end_date_no_end_time">If end time is specified , end date should also be specified.</cfcase>
|
|
<cfcase value="need_valid_start_date">You need to enter a valid Start Date in order to proceed.</cfcase>
|
|
<cfcase value="need_valid_start_time">You need to enter a valid Start Time in order to proceed. Valid times should either be in 24 hour format or include AM/PM.</cfcase>
|
|
<cfcase value="need_numeric_interval">You need to enter a numeric time interval, greater than 0, in order to proceed.</cfcase>
|
|
<cfcase value="interval_60second_minimum">The task interval must be greater than 60 seconds.</cfcase>
|
|
<cfcase value="need_valid_end_date">You need to enter a valid End Date.</cfcase>
|
|
<cfcase value="need_valid_end_time">You need to enter a valid End Time in order to proceed. Valid times should either be in 24 hour format or include AM/PM.</cfcase>
|
|
<cfcase value="need_valid_request_timeout">The value specified for Request Timeout must be greater than 0.</cfcase>
|
|
<cfcase value="need_file_path">You need to specify a valid file path if you want to publish the results of this task.</cfcase>
|
|
<cfcase value="need_valid_file_path">If you want to publish the result of this task, you must use an existing, valid directory name.</cfcase>
|
|
<cfcase value="need_valid_file_extension">Invalid extension of the file name. Valid extensions are : </cfcase>
|
|
<cfcase value="need_valid_proxy_port">The value specified for Proxy Port must be between 1 and 65535.</cfcase>
|
|
<cfcase value="need_scheduled_url_eh">You must specify a URL to hit or Eventhandler.</cfcase>
|
|
<cfcase value="url_wrong_format">URL is specified in wrong format.</cfcase>
|
|
<cfcase value="end_date_after_start">The end date must be after the start date.</cfcase>
|
|
<cfcase value="end_time_after_start">The end time must be after the start time.</cfcase>
|
|
<cfcase value="end_time_repeat">The end time or repeat field should be specified.</cfcase>
|
|
<cfcase value="interval_one_day">The interval must be less than one day.</cfcase>
|
|
<cfcase value="retrycount_exceed">The retry count can not be more than 3 or less than 0.</cfcase>
|
|
<cfcase value="repeattimes_exceed">Repeat value should be greater than 0.</cfcase>
|
|
<cfcase value="proxy_server_name">Proxy server names can only contain letters, numbers and
|
periods.</cfcase>
|
|
<cfcase value="proxy_port_and_server">If a proxy port is specified, a proxy server must be
|
defined.</cfcase>
|
|
<cfcase value="l10n_nextexisting">Next existing</cfcase>
|
|
<cfcase value="l10n_nextremaining">Next remaining</cfcase>
|
|
<cfcase value="l10n_nowexisting">Now existing</cfcase>
|
|
<cfcase value="l10n_nowremaining">Now remaining</cfcase>
|
|
<cfcase value="l10n_firenow">Fire now</cfcase>
|
|
<cfcase value="l10n_misfire_ignore">Ignore</cfcase>
|
|
<cfcase value="l10n_server">SERVER</cfcase>
|
|
<cfcase value="l10n_application">APPLICATION</cfcase>
|
|
<cfcase value="l10n_exceptionunschedule">Unschedule All</cfcase>
|
|
<cfcase value="l10n_exceptionrefire">Re-Fire</cfcase>
|
|
<cfcase value="l10n_exceptioninvokehandler">Invoke handler</cfcase>
|
|
<cfcase value="l10n_invokehandler">Invoke handler</cfcase>
|
|
<cfcase value="l10n_exceptionpause">Pause</cfcase>
|
|
<cfcase value="strt_time">Start Time</cfcase>
|
|
<cfcase value="task_name">Task Name</cfcase>
|
|
<cfcase value="group_name">Group</cfcase>
|
|
<cfcase value="mode_name">Application name</cfcase>
|
|
<cfcase value="scheduleedit_pageHeader"><cfoutput>
|
Server Settings > #CALLER.pagename#</cfoutput></cfcase>
|
|
<cfcase value="l10n_grp_desc">The group to which the task belongs.</cfcase>
|
|
<cfcase value="duration">Duration</cfcase>
|
|
<cfcase value="start_date_format_label">Start Date(mm/dd/yyyy)</cfcase>
|
|
<cfcase value="end_date_format_label">End Date(mm/dd/yyyy)</cfcase>
|
|
<cfcase value="start_date">Start Date</cfcase>
|
|
<cfcase value="end_date">End Date</cfcase>
|
|
<cfcase value="optional">(optional)</cfcase>
|
|
<cfcase value="l10n_frequency">Frequency</cfcase>
|
|
<cfcase value="sche_one_time">Schedule Type-OneTime</cfcase>
|
|
<cfcase value="one_time">One-Time</cfcase>
|
|
<cfcase value="at">at</cfcase>
|
|
<cfcase value="recurring_label">Schedule type-Recurring</cfcase>
|
|
<cfcase value="recurring">Recurring</cfcase>
|
|
<cfcase value="internal_label">Interval</cfcase>
|
|
<cfcase value="daily">Daily</cfcase>
|
|
<cfcase value="weekly">Weekly</cfcase>
|
|
<cfcase value="monthly">Monthly</cfcase>
|
|
<cfcase value="daily_every">Daily every</cfcase>
|
|
<cfcase value="minutes">Minutes</cfcase>
|
|
<cfcase value="seconds">Seconds</cfcase>
|
|
<cfcase value="l10n_dailystart">Start Time</cfcase>
|
|
<cfcase value="l10n_dailystop">End Time</cfcase>
|
|
<cfcase value="l10n_repeat_tt">The number of times a task has to repeat.</cfcase>
|
|
<cfcase value="schd_repeat">Repeat</cfcase>
|
|
<cfcase value="repeatforeverlabel">Forever</cfcase>
|
|
<cfcase value="repeattimeslabel">times</cfcase>
|
|
<cfcase value="schd_isdaily">Is Daily</cfcase>
|
|
<cfcase value="chanineddesc">
|
Select to run the task every day at a specified time interval, for example between 2pm and 3pm daily. If not selected, task runs based on your schedule.
|
</cfcase>
|
|
<cfcase value="chanineddesc_cron">
|
Cron expression to schedule the task.
|
A cron expression is a string that contains six or seven space-seperated fields.</br>
|
For example, 0 0 12 * * ? implies Fire the task at 12pm daily.
|
</cfcase>
|
|
<cfcase value="chained">Chained Task</cfcase>
|
|
<cfcase value="chanineddesc_enable">
|
Enables chain execution of tasks. </br>
|
For example, if you chain the task you create with another (parent task), it executes after the parent task.
|
</cfcase>
|
|
<cfcase value="l10n_ipschedule">URL</cfcase>
|
|
<cfcase value="l10n_url_tt">URL of the page to execute</cfcase>
|
|
<cfcase value="username">User Name</cfcase>
|
|
<cfcase value="password">Password</cfcase>
|
|
<cfcase value="req_timeout_sec">Request Time Out in Seconds</cfcase>
|
|
<cfcase value="timeout_sec">Timeout (in seconds)</cfcase>
|
|
<cfcase value="proxy_sever">Proxy Server</cfcase>
|
|
<cfcase value="http_proxy_port_label">HTTP Proxy Port</cfcase>
|
|
<cfcase value="http_proxy_port"> Port</cfcase>
|
|
<cfcase value="match_sche_check">match check</cfcase>
|
|
<cfcase value="match_sche_true">True match</cfcase>
|
|
<cfcase value="match_sche_type">match type</cfcase>
|
|
<cfcase value="match_sche_value">match value</cfcase>
|
|
<cfcase value="pfailure">Probe Failure</cfcase>
|
|
<cfcase value="failIfTheResponse">Fail if the response</cfcase>
|
|
<cfcase value="contains">contains</cfcase>
|
|
<cfcase value="does_not_contain">does not contain</cfcase>
|
|
<cfcase value="the">the</cfcase>
|
|
<cfcase value="string">string</cfcase>
|
|
<cfcase value="regex">regular expression</cfcase>
|
|
<cfcase value="execute_the_program">Execute the program</cfcase>
|
|
<cfcase value="send_mail_tip">Send Email</cfcase>
|
|
<cfcase value="faction">Failure Actions</cfcase>
|
|
<cfcase value="sned_an_email_notification">Send an e-mail notification</cfcase>
|
|
<cfcase value="publish">Publish</cfcase>
|
|
<cfcase value="save_output">Save output to a file.</cfcase>
|
|
<cfcase value="file">File</cfcase>
|
|
<cfcase value="file_path_schedule">File Path</cfcase>
|
|
<cfcase value="button_browse">Browse Server</cfcase>
|
|
<cfcase value="overwrite">Overwrite</cfcase>
|
|
<cfcase value="resolve_url">Resolve URL</cfcase>
|
|
<cfcase value="resolve_url_ins">Resolve internal URLs so that links remain intact.</cfcase>
|
|
<cfcase value="l10n_schd_eventhandler">Event Handler</cfcase>
|
|
<cfcase value="l10n_eh_desc">Specify a dot-delimited CFC path under webroot, for example a.b.server (without the CFC extension). The CFC should implement CFIDE.scheduler.ITaskEventHandler.</cfcase>
|
|
<cfcase value="l10n_schd_exclude">Exclude</cfcase>
|
|
<cfcase value="scheduler_dd_mm_yyyy">mm/dd/yyyy</cfcase>
|
|
<cfcase value="l10n_exc_desc">Comma-separated list of dates or date range for exclusion in the schedule period.</cfcase>
|
|
<cfcase value="l10n_schd_onmisfire">On Misfire</cfcase>
|
|
<cfcase value="l10n_misfire_desc">Specify what the server has to do if a scheduled task misfires.</cfcase>
|
|
<cfcase value="l10n_schd_onexception">On Exception</cfcase>
|
|
<cfcase value="l10n_exception_desc">Specify what to do if a task results in error.</cfcase>
|
|
<cfcase value="l10n_schd_oncomplete">On Complete</cfcase>
|
|
<cfcase value="l10n_schd_task_group_mode">task:group:mode</cfcase>
|
|
<cfcase value="l10n_chain_desc">Comma-separated tasks to be run after the completion of current task (task1:group1,task2:group2...)</cfcase>
|
|
<cfcase value="l10n_schd_priority">Priority</cfcase>
|
|
<cfcase value="l10n_pri_desc"> An integer that indicates the priority of the task.</cfcase>
|
|
<cfcase value="l10n_schd_retrycount">Retry
|
Count</cfcase>
|
|
<cfcase value="l10n_rc_desc">The number of reattempts if the task results in an error.</cfcase>
|
|
<cfcase value="schd_cluster">Cluster</cfcase>
|
|
<cfcase value="schd_cluster1"></cfcase>
|
|
<cfcase value="l10n_cluster_desc"> If checked, the task can be executed in cluster setup.</cfcase>
|
|
<cfcase value="hideAdvancedSettings">Hide Additional Settings</cfcase>
|
|
<cfcase value="showAdvancedSettings">Show Additional Settings</cfcase>
|
|
<cfcase value="l10n_cancel">Cancel</cfcase>
|
|
<cfcase value="l10n_submit">Submit</cfcase>
|
|
<cfcase value="taskrun_ok">This scheduled task was completed successfully.</cfcase>
|
|
<cfcase value="taskrun_bad">
|
There was an error running your scheduled task. Reasons for which scheduled tasks might fail include:<br />
|
<ul>
|
<li>The scheduled task is paused</li>
|
<li>The URL is a redirection URL.</li>
|
<li>The URL is protected by IIS NT Challenge/Response or Apache .htaccess password. The Username and Password text fields for editing a scheduled task are intended to support Basic Authentication only.</li>
|
<li>The Domain Name lookup failed. Try using the IP address of the domain whenever possible.</li>
|
<li>The URL is an SSL site, but the SSL port was specified incorrectly.</li>
|
<li>The Web site is not responding.</li>
|
<li>The directory specified for published results does not exist.</li>
|
</ul>
|
</cfcase>
|
|
<cfcase value="taskpause_ok">This scheduled task was paused successfully.</cfcase>
|
|
<cfcase value="taskresume_ok">This scheduled task was resumed successfully.</cfcase>
|
|
<cfcase value="pagename_tasks">Scheduled Tasks</cfcase>
|
|
<cfcase value="schedule_new_task">Schedule New Task</cfcase>
|
|
<cfcase value="pageHeader_scheduledTasks">
|
Server Settings > Scheduled Tasks</cfcase>
|
|
<cfcase value="tasks_blurb">Scheduled tasks can create static web pages from dynamic data sources. You can also schedule tasks to update Solr searches and to create reports. </cfcase>
|
|
<cfcase value="scheduled_tasks_server">Server Level Scheduled Tasks</cfcase>
|
|
<cfcase value="l10n_notasks">No server level tasks have been scheduled.</cfcase>
|
|
<cfcase value="group">Group</cfcase>
|
|
<cfcase value="lastRun">Last Run</cfcase>
|
|
<cfcase value="nextrun">Next Run</cfcase>
|
|
<cfcase value="remainingcount">Remaining Count</cfcase>
|
|
<cfcase value="schd_cluster_label">Cluster</cfcase>
|
|
<cfcase value="delete_task_confirmation">Are you sure you want to delete this ColdFusion server task?</cfcase>
|
|
<cfcase value="run_scheduled_task">Run Scheduled Task</cfcase>
|
|
<cfcase value="edit_scheduled_task">Edit Scheduled Task</cfcase>
|
|
<cfcase value="delete_scheduled_task">Delete Scheduled
|
Task</cfcase>
|
|
<cfcase value="pause_scheduled_task">Pause Scheduled Task</cfcase>
|
|
<cfcase value="resume_scheduled_task">Resume Scheduled
|
Task</cfcase>
|
|
<cfcase value="chianedtask">Chained Task</cfcase>
|
|
<cfcase value="indefinitely">- INDEFINITELY</cfcase>
|
|
<cfcase value="chainedtask">Chained Task</cfcase>
|
|
<cfcase value="daily_at"><cfoutput> 
|
<cfif not structKeyExists(task,"crontime") or #CALLER.task.crontime# eq "">
|
<cfif structKeyExists(task,"interval")>
|
#CALLER.task.interval#
|
<cfelse>
|
#CALLER.chainedtask#
|
</cfif>
|
<cfelse>
|
#CALLER.task.crontime#
|
</cfif></cfoutput></cfcase>
|
|
<cfcase value="notrun">NOT RUN</cfcase>
|
|
<cfcase value="expired">EXPIRED</cfcase>
|
|
<cfcase value="cluster_no">NO</cfcase>
|
|
<cfcase value="cluster_yes">YES</cfcase>
|
|
<cfcase value="scheduled_tasks_app">Application Level Scheduled Tasks</cfcase>
|
|
<cfcase value="l10n_noapptasks">No application level tasks have been scheduled.</cfcase>
|
|
<cfcase value="application">Application</cfcase>
|
|
<cfcase value="repeat">Repeat</cfcase>
|
|
<cfcase value="cluster">Cluster</cfcase>
|
|
<cfcase value="daily_at1"><cfoutput><cfif not structKeyExists(task,"crontime") or #CALLER.task.crontime# eq "">
|
<cfif structKeyExists(task,"interval")>
|
#CALLER.task.interval#
|
<cfelse>
|
#CALLER.chainedtask#
|
</cfif>
|
<cfelse>
|
#CALLER.task.crontime# </cfif></cfoutput></cfcase>
|
|
<cfcase value="scheduled_tasks_cluster">Enable Cluster Setup</cfcase>
|
|
<cfcase value="schd_cluster_support">Currently supported databases for cluster setup are MySQL, Microsoft SQL Server and Oracle
|
</cfcase>
|
|
<cfcase value="schd_cluster_not">Currently cluster setup is not enabled
|
</cfcase>
|
|
<cfcase value="schd_cluster_temp"><cfoutput>Currently cluster setup is enabled and
|
Data source being used is #EncodeForHTML(CALLER.dsnvalue)#</cfoutput></cfcase>
|
|
<cfcase value="ws_enable">Disable Cluster</cfcase>
|
|
<cfcase value="schd_dsn">Select
|
Datasource</cfcase>
|
|
<cfcase value="wscreatetables">Create Tables for Cluster
|
Setup</cfcase>
|
|
<cfcase value="wscreatetables_desc">Enable this option only for one node in the cluster. Otherwise, the tables are overridden. If you have created tables from one node, in other nodes you need to only select and choose the data source. All nodes will point to the same data source and therefore will be part of the cluster.
|
</cfcase>
|
|
<cfcase value="schd_dsn_button_add">Submit</cfcase>
|
|
<cfcase value="probeSettings">Probe Settings</cfcase>
|
|
<cfcase value="pub_path">Publish file path</cfcase>
|
|
<cfcase value="pub_filename">Publish file name</cfcase>
|
|
<cfcase value="proxy_port">Proxy port</cfcase>
|
|
<cfcase value="probes">Probes</cfcase>
|
|
<cfcase value="enabled">Enabled</cfcase>
|
|
<cfcase value="probe_email_from1">Notification Sent From</cfcase>
|
|
<cfcase value="probe_username1">Probe.cfm Username</cfcase>
|
|
<cfcase value="username1">Username</cfcase>
|
|
<cfcase value="request_timeout">Request timeout</cfcase>
|
|
<cfcase value="no">No</cfcase>
|
|
<cfcase value="scheduling_error"><cfoutput>
|
An error occured scheduling the task.<br />
|
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
|
#EncodeForHTML(CALLER.CFCATCH.Detail)#<br />
|
</cfoutput></cfcase>
|
|
<cfcase value="error_schd_dsn">Enter the password for basic
|
authentication</cfcase>
|
|
|
<cfdefaultcase><cfset bSuccess="false"/></cfdefaultcase>
|
|
</cfswitch>
|
|
</cfprocessingdirective>
|