1<?php 2/** 3 * English language file for structtasks plugin 4 * 5 * @author Chris MacMackin <cmacmackin@gmail.com> 6 */ 7 8$lang['assigned_subject'] = 'You\'v been assigned task "@TITLE@"'; 9$lang['assigned_text'] = 'You have been assigned the task @TITLELINK@ on @WIKINAME@ by @EDITOR@. This task should be completed by @DUEDATE@. Be sure to mark the task as completed and edit the page to reflect the outcome once you are finished: @EDITURL@.'; 10$lang['assigned_html'] = <<<'END' 11<h1>@WIKINAME@ Task Assignment</h1> 12You have been assigned the task <strong>@TITLELINK@</strong> by @EDITOR@. 13This task should be completed by @DUEDATE@. Be sure to mark the task as 14completed and @EDITURL@ to reflect the outcome 15once you are finished. 16END; 17 18$lang['removed_subject'] = 'You are no longer assigned task "@TITLE@"'; 19$lang['removed_text'] = '@EDITOR@ has unassigned you from task @TITLELINK@. You are no longer responsible for its completion and will receive no further emails about it.'; 20$lang['removed_html'] = <<<'END' 21<h1>@WIKINAME@ Task Removal</h1> 22@EDITOR@ has unassigned you from task @TITLELINK@. You are no longer 23responsible for its completion and will receive no further emails about it. 24END; 25 26$lang['self_removal_subject'] = '@EDITOR@ has unassigned themselves from task "@TITLE@"'; 27$lang['self_removal_text'] = 'Please be aware that @EDITOR@ has removed themselves from the task @TITLELINK@, to which you are assigned on @WIKINAME@.'; 28$lang['self_removal_html'] = <<<'END' 29<h1>@WIKINAME@ Task Update </h1> 30Please be aware that @EDITOR@ has removed themselves from the task @TITLELINK@, 31to which you are assigned. 32END; 33 34$lang['date_subject'] = 'The due-date has changed for task "@TITLE@"'; 35$lang['date_text'] = '@EDITOR@ has changed the due-date for task @TITLELINK@ on @WIKINAME@. It must now be completed by @DUEDATE@. The previous due-date was @PREVDUEDATE@. Be sure to mark the task as completed and edit the page to reflect the outcome once you are finished: @EDITURL@.'; 36$lang['date_html'] = <<<'END' 37<h1>@WIKINAME@ Task Due-Date Change</h1> 38@EDITOR@ has changed the due-date for task @TITLELINK@. <strong>It must now be 39completed by @DUEDATE@.</strong> The previous due-date was @PREVDUEDATE@. Be 40sure to mark the task as completed and @EDITURL@ to 41reflect the outcome once you are finished. 42END; 43 44$lang['openstatus_subject'] = 'Task "@TITLE@" has been marked "@STATUS@"'; 45$lang['openstatus_text'] = '@EDITOR@ has changed task @TITLELINK@ on @WIKINAME@ from "@PREVSTATUS@" to "@STATUS@". It is due on @DUEDATE@. Be sure to mark the task as completed and edit the page to reflect the outcome once you are finished: @EDITURL@.'; 46$lang['openstatus_html'] = <<<'END' 47<h1>@WIKINAME@ Task @STATUS@</h1> 48@EDITOR@ has changed task @TITLELINK@ from "@PREVSTATUS@" to "@STATUS@". It is 49due on @DUEDATE@. Be sure to mark the task as completed and 50@EDITURL@ to reflect the outcome once you are 51finished. 52END; 53 54$lang['closedstatus_subject'] = 'Task "@TITLE@" has been marked "@STATUS@"'; 55$lang['closedstatus_text'] = '@EDITOR@ has changed task @TITLELINK@ on @WIKINAME@ from "@PREVSTATUS@" to "@STATUS@". It is no long considered active and you will receive no further messages about it.'; 56$lang['closedstatus_html'] = <<<'END' 57<h1>@WIKINAME@ Task @STATUS@</h1> 58@EDITOR@ has changed task @TITLELINK@ from "@PREVSTATUS@" to "@STATUS@". It is 59no longer considered active and you will receive no further emails about it. 60END; 61 62$lang['deleted_subject'] = 'Task "@TITLE@" has been deleted'; 63$lang['deleted_text'] = '@EDITOR@ has deleted the task @TITLELINK@ on @WIKINAME@. No further action is required.'; 64$lang['deleted_html'] = <<<'END' 65<h1>@WIKINAME@ Task Deleted</h1> 66@EDITOR@ has deleted task @TITLELINK@. No further action is required. 67END; 68 69$lang['reminder_subject'] = 'Reminder: task "@TITLE@" due in @DUEIN@'; 70$lang['reminder_text'] = 'Your task @TITLELINK@ on @WIKINAME@ is due in @DUEIN@, on @DUEDATE@. Be sure to mark the task as completed and edit the page to reflect the outcome once you are finished: @EDITURL@.'; 71$lang['reminder_html'] = <<<'END' 72<h1>@WIKINAME@ Task Due in @DUEIN@</h1> 73Your task @TITLELINK@ on @WIKINAME@ is due in @DUEIN@, on @DUEDATE@. Be 74sure to mark the task as completed and @EDITURL@ 75to reflect the outcome once you are finished. 76END; 77 78$lang['today_subject'] = 'Reminder: Task "@TITLE@" due today!'; 79$lang['today_text'] = 'Your task @TITLELINK@ on @WIKINAME@ is due today! Please finish it. Once done, be sure to mark the task as completed and edit the page to reflect the outcome: @EDITURL@.'; 80$lang['today_html'] = <<<'END' 81<h1>@WIKINAME@ Task Due Today</h1> 82Your task @TITLELINK@ on @WIKINAME@ is due today! Please finish it. Once done, 83be sure to mark the task as completed and @EDITURL@ 84to reflect the outcome. 85END; 86 87$lang['overdue_subject'] = 'Your task "@TITLE@" is overdue!'; 88$lang['overdue_text'] = 'Your task @TITLELINK@ on @WIKINAME@ is @DUEIN@ days overdue! Complete it right away and update the page to reflect the outcome: @EDITURL@.'; 89$lang['overdue_html'] = <<<'END' 90<h1>@WIKINAME@ Task Overdue!</h1> 91Your task @TITLELINK@ on @WIKINAME@ is due today! <strong>Complete it right 92away</strong> and @EDITURL@ to reflect the 93outcome. 94END; 95 96$lang['msg_invalid_schema'] = 'Schema "%s" is invalid for use with structtasks'; 97$lang['msg_handling_schema'] = 'Sending reminders for tasks in schema "%s"'; 98$lang['msg_processing'] = 'Processing notifications for task with ID %s'; 99$lang['msg_today_notifier'] = 'Sending notifications for tasks due today'; 100$lang['msg_reminder_notifier'] = 'Sending noticiations for tasks due in %s days'; 101$lang['msg_overdue_notifier'] = 'Sending notifications for overdue tasks'; 102$lang['msg_no_auth'] = 'Could not load authentication plugin to access user data'; 103