annotate forum/Themes/default/languages/ManageScheduledTasks.english.php @ 84:61fb9456dc50 website

Header size
author Chris Cannam
date Mon, 20 Jan 2014 11:00:29 +0000
parents e3e11437ecea
children
rev   line source
Chris@76 1 <?php
Chris@76 2 // Version: 2.0; ManageScheduledTasks
Chris@76 3
Chris@76 4 $txt['scheduled_tasks_title'] = 'Scheduled Tasks';
Chris@76 5 $txt['scheduled_tasks_header'] = 'All Scheduled Tasks';
Chris@76 6 $txt['scheduled_tasks_name'] = 'Task Name';
Chris@76 7 $txt['scheduled_tasks_next_time'] = 'Next Due';
Chris@76 8 $txt['scheduled_tasks_regularity'] = 'Regularity';
Chris@76 9 $txt['scheduled_tasks_enabled'] = 'Enabled';
Chris@76 10 $txt['scheduled_tasks_run_now'] = 'Run Now';
Chris@76 11 $txt['scheduled_tasks_save_changes'] = 'Save Changes';
Chris@76 12 $txt['scheduled_tasks_time_offset'] = '<strong>Note:</strong> All times given below are <em>server time</em> and do not take any time offsets setup within SMF into account.';
Chris@76 13 $txt['scheduled_tasks_were_run'] = 'All selected tasks were completed';
Chris@76 14
Chris@76 15 $txt['scheduled_tasks_na'] = 'N/A';
Chris@76 16 $txt['scheduled_task_approval_notification'] = 'Approval Notifications';
Chris@76 17 $txt['scheduled_task_desc_approval_notification'] = 'Send out emails to all moderators summarizing posts awaiting approval.';
Chris@76 18 $txt['scheduled_task_auto_optimize'] = 'Optimize Database';
Chris@76 19 $txt['scheduled_task_desc_auto_optimize'] = 'Optimize the database to resolve fragmentation issues.';
Chris@76 20 $txt['scheduled_task_daily_maintenance'] = 'Daily Maintenance';
Chris@76 21 $txt['scheduled_task_desc_daily_maintenance'] = 'Runs essential daily maintenance on the forum - should not be disabled.';
Chris@76 22 $txt['scheduled_task_daily_digest'] = 'Daily Notification Summary';
Chris@76 23 $txt['scheduled_task_desc_daily_digest'] = 'Emails out the daily digest for notification subscribers.';
Chris@76 24 $txt['scheduled_task_weekly_digest'] = 'Weekly Notification Summary';
Chris@76 25 $txt['scheduled_task_desc_weekly_digest'] = 'Emails out the weekly digest for notification subscribers.';
Chris@76 26 $txt['scheduled_task_fetchSMfiles'] = 'Fetch Simple Machines Files';
Chris@76 27 $txt['scheduled_task_desc_fetchSMfiles'] = 'Retrieves javascript files containing notifications of updates and other information.';
Chris@76 28 $txt['scheduled_task_birthdayemails'] = 'Send Birthday Emails';
Chris@76 29 $txt['scheduled_task_desc_birthdayemails'] = 'Sends out emails wishing members a happy birthday.';
Chris@76 30 $txt['scheduled_task_weekly_maintenance'] = 'Weekly Maintenance';
Chris@76 31 $txt['scheduled_task_desc_weekly_maintenance'] = 'Runs essential weekly maintenance on the forum - should not be disabled.';
Chris@76 32 $txt['scheduled_task_paid_subscriptions'] = 'Paid Subscription Checks';
Chris@76 33 $txt['scheduled_task_desc_paid_subscriptions'] = 'Sends out any necessary paid subscription reminders and removes expired member subscriptions.';
Chris@76 34
Chris@76 35 $txt['scheduled_task_reg_starting'] = 'Starting at %1$s';
Chris@76 36 $txt['scheduled_task_reg_repeating'] = 'repeating every %1$d %2$s';
Chris@76 37 $txt['scheduled_task_reg_unit_m'] = 'minute(s)';
Chris@76 38 $txt['scheduled_task_reg_unit_h'] = 'hour(s)';
Chris@76 39 $txt['scheduled_task_reg_unit_d'] = 'day(s)';
Chris@76 40 $txt['scheduled_task_reg_unit_w'] = 'week(s)';
Chris@76 41
Chris@76 42 $txt['scheduled_task_edit'] = 'Edit Scheduled Task';
Chris@76 43 $txt['scheduled_task_edit_repeat'] = 'Repeat task every';
Chris@76 44 $txt['scheduled_task_edit_pick_unit'] = 'Pick Unit';
Chris@76 45 $txt['scheduled_task_edit_interval'] = 'Interval';
Chris@76 46 $txt['scheduled_task_edit_start_time'] = 'Start Time';
Chris@76 47 $txt['scheduled_task_edit_start_time_desc'] = 'Time the first instance of the day should start (hours:minutes)';
Chris@76 48 $txt['scheduled_task_time_offset'] = 'Note the start time should be the offset against the current server time. Current server time is: %1$s';
Chris@76 49
Chris@76 50 $txt['scheduled_view_log'] = 'View Log';
Chris@76 51 $txt['scheduled_log_empty'] = 'There are currently no task log entries.';
Chris@76 52 $txt['scheduled_log_time_run'] = 'Time Run';
Chris@76 53 $txt['scheduled_log_time_taken'] = 'Time taken';
Chris@76 54 $txt['scheduled_log_time_taken_seconds'] = '%1$d seconds';
Chris@76 55 $txt['scheduled_log_empty_log'] = 'Empty Log';
Chris@76 56
Chris@76 57 ?>