ManageScheduledTasks.english.php 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?php
  2. // Version: 2.1 Alpha 1; ManageScheduledTasks
  3. $txt['scheduled_tasks_title'] = 'Scheduled Tasks';
  4. $txt['scheduled_tasks_header'] = 'All Scheduled Tasks';
  5. $txt['scheduled_tasks_name'] = 'Task Name';
  6. $txt['scheduled_tasks_next_time'] = 'Next Due';
  7. $txt['scheduled_tasks_regularity'] = 'Regularity';
  8. $txt['scheduled_tasks_enabled'] = 'Enabled';
  9. $txt['scheduled_tasks_run_now'] = 'Run Now';
  10. $txt['scheduled_tasks_save_changes'] = 'Save Changes';
  11. $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.';
  12. $txt['scheduled_tasks_were_run'] = 'All selected tasks were completed';
  13. $txt['scheduled_tasks_na'] = 'N/A';
  14. $txt['scheduled_task_approval_notification'] = 'Approval Notifications';
  15. $txt['scheduled_task_desc_approval_notification'] = 'Send out emails to all moderators summarizing posts awaiting approval.';
  16. $txt['scheduled_task_auto_optimize'] = 'Optimize Database';
  17. $txt['scheduled_task_desc_auto_optimize'] = 'Optimize the database to resolve fragmentation issues.';
  18. $txt['scheduled_task_daily_maintenance'] = 'Daily Maintenance';
  19. $txt['scheduled_task_desc_daily_maintenance'] = 'Runs essential daily maintenance on the forum - should not be disabled.';
  20. $txt['scheduled_task_daily_digest'] = 'Daily Notification Summary';
  21. $txt['scheduled_task_desc_daily_digest'] = 'Emails out the daily digest for notification subscribers.';
  22. $txt['scheduled_task_weekly_digest'] = 'Weekly Notification Summary';
  23. $txt['scheduled_task_desc_weekly_digest'] = 'Emails out the weekly digest for notification subscribers.';
  24. $txt['scheduled_task_fetchSMfiles'] = 'Fetch Simple Machines Files';
  25. $txt['scheduled_task_desc_fetchSMfiles'] = 'Retrieves javascript files containing notifications of updates and other information.';
  26. $txt['scheduled_task_birthdayemails'] = 'Send Birthday Emails';
  27. $txt['scheduled_task_desc_birthdayemails'] = 'Sends out emails wishing members a happy birthday.';
  28. $txt['scheduled_task_weekly_maintenance'] = 'Weekly Maintenance';
  29. $txt['scheduled_task_desc_weekly_maintenance'] = 'Runs essential weekly maintenance on the forum - should not be disabled.';
  30. $txt['scheduled_task_paid_subscriptions'] = 'Paid Subscription Checks';
  31. $txt['scheduled_task_desc_paid_subscriptions'] = 'Sends out any necessary paid subscription reminders and removes expired member subscriptions.';
  32. $txt['scheduled_task_remove_topic_redirect'] = 'Remove MOVED: redirection topics';
  33. $txt['scheduled_task_desc_remove_topic_redirect'] = 'Deletes "MOVED:" topic notifications as specified when the moved notice was created.';
  34. $txt['scheduled_task_remove_temp_attachments'] = 'Remove temporary attachment files';
  35. $txt['scheduled_task_desc_remove_temp_attachments'] = 'Deletes temporary files created while attaching a file to a post that for any reason weren\'t renamed or deleted before.';
  36. $txt['scheduled_task_reg_starting'] = 'Starting at %1$s';
  37. $txt['scheduled_task_reg_repeating'] = 'repeating every %1$d %2$s';
  38. $txt['scheduled_task_reg_unit_m'] = 'minute(s)';
  39. $txt['scheduled_task_reg_unit_h'] = 'hour(s)';
  40. $txt['scheduled_task_reg_unit_d'] = 'day(s)';
  41. $txt['scheduled_task_reg_unit_w'] = 'week(s)';
  42. $txt['scheduled_task_edit'] = 'Edit Scheduled Task';
  43. $txt['scheduled_task_edit_repeat'] = 'Repeat task every';
  44. $txt['scheduled_task_edit_pick_unit'] = 'Pick Unit';
  45. $txt['scheduled_task_edit_interval'] = 'Interval';
  46. $txt['scheduled_task_edit_start_time'] = 'Start Time';
  47. $txt['scheduled_task_edit_start_time_desc'] = 'Time the first instance of the day should start (hours:minutes)';
  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';
  49. $txt['scheduled_view_log'] = 'View Log';
  50. $txt['scheduled_log_empty'] = 'There are currently no task log entries.';
  51. $txt['scheduled_log_time_run'] = 'Time Run';
  52. $txt['scheduled_log_time_taken'] = 'Time taken';
  53. $txt['scheduled_log_time_taken_seconds'] = '%1$d seconds';
  54. $txt['scheduled_log_empty_log'] = 'Clear Log';
  55. $txt['scheduled_log_empty_log_confirm'] = 'Are you sure you want to completely clear the log?';
  56. $txt['scheduled_task_remove_old_drafts'] = 'Remove old drafts';
  57. $txt['scheduled_task_desc_remove_old_drafts'] = 'Deletes drafts older than the number of days defined in the draft settings in the admin panel.';
  58. ?>