Mercurial > hg > vamp-website
comparison forum/Themes/Vamp/languages/ManageScheduledTasks.english.php @ 76:e3e11437ecea website
Add forum code
author | Chris Cannam |
---|---|
date | Sun, 07 Jul 2013 11:25:48 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
75:72f59aa7e503 | 76:e3e11437ecea |
---|---|
1 <?php | |
2 // Version: 2.0; ManageScheduledTasks | |
3 | |
4 $txt['scheduled_tasks_title'] = 'Scheduled Tasks'; | |
5 $txt['scheduled_tasks_header'] = 'All Scheduled Tasks'; | |
6 $txt['scheduled_tasks_name'] = 'Task Name'; | |
7 $txt['scheduled_tasks_next_time'] = 'Next Due'; | |
8 $txt['scheduled_tasks_regularity'] = 'Regularity'; | |
9 $txt['scheduled_tasks_enabled'] = 'Enabled'; | |
10 $txt['scheduled_tasks_run_now'] = 'Run Now'; | |
11 $txt['scheduled_tasks_save_changes'] = 'Save Changes'; | |
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.'; | |
13 $txt['scheduled_tasks_were_run'] = 'All selected tasks were completed'; | |
14 | |
15 $txt['scheduled_tasks_na'] = 'N/A'; | |
16 $txt['scheduled_task_approval_notification'] = 'Approval Notifications'; | |
17 $txt['scheduled_task_desc_approval_notification'] = 'Send out emails to all moderators summarizing posts awaiting approval.'; | |
18 $txt['scheduled_task_auto_optimize'] = 'Optimize Database'; | |
19 $txt['scheduled_task_desc_auto_optimize'] = 'Optimize the database to resolve fragmentation issues.'; | |
20 $txt['scheduled_task_daily_maintenance'] = 'Daily Maintenance'; | |
21 $txt['scheduled_task_desc_daily_maintenance'] = 'Runs essential daily maintenance on the forum - should not be disabled.'; | |
22 $txt['scheduled_task_daily_digest'] = 'Daily Notification Summary'; | |
23 $txt['scheduled_task_desc_daily_digest'] = 'Emails out the daily digest for notification subscribers.'; | |
24 $txt['scheduled_task_weekly_digest'] = 'Weekly Notification Summary'; | |
25 $txt['scheduled_task_desc_weekly_digest'] = 'Emails out the weekly digest for notification subscribers.'; | |
26 $txt['scheduled_task_fetchSMfiles'] = 'Fetch Simple Machines Files'; | |
27 $txt['scheduled_task_desc_fetchSMfiles'] = 'Retrieves javascript files containing notifications of updates and other information.'; | |
28 $txt['scheduled_task_birthdayemails'] = 'Send Birthday Emails'; | |
29 $txt['scheduled_task_desc_birthdayemails'] = 'Sends out emails wishing members a happy birthday.'; | |
30 $txt['scheduled_task_weekly_maintenance'] = 'Weekly Maintenance'; | |
31 $txt['scheduled_task_desc_weekly_maintenance'] = 'Runs essential weekly maintenance on the forum - should not be disabled.'; | |
32 $txt['scheduled_task_paid_subscriptions'] = 'Paid Subscription Checks'; | |
33 $txt['scheduled_task_desc_paid_subscriptions'] = 'Sends out any necessary paid subscription reminders and removes expired member subscriptions.'; | |
34 | |
35 $txt['scheduled_task_reg_starting'] = 'Starting at %1$s'; | |
36 $txt['scheduled_task_reg_repeating'] = 'repeating every %1$d %2$s'; | |
37 $txt['scheduled_task_reg_unit_m'] = 'minute(s)'; | |
38 $txt['scheduled_task_reg_unit_h'] = 'hour(s)'; | |
39 $txt['scheduled_task_reg_unit_d'] = 'day(s)'; | |
40 $txt['scheduled_task_reg_unit_w'] = 'week(s)'; | |
41 | |
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 | |
50 $txt['scheduled_view_log'] = 'View Log'; | |
51 $txt['scheduled_log_empty'] = 'There are currently no task log entries.'; | |
52 $txt['scheduled_log_time_run'] = 'Time Run'; | |
53 $txt['scheduled_log_time_taken'] = 'Time taken'; | |
54 $txt['scheduled_log_time_taken_seconds'] = '%1$d seconds'; | |
55 $txt['scheduled_log_empty_log'] = 'Empty Log'; | |
56 | |
57 ?> |