en.php 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. <?php
  2. /**
  3. * Tasks languages
  4. *
  5. * @package ElggTasks
  6. */
  7. $english = array(
  8. /**
  9. * Menu items and titles
  10. */
  11. 'tasks' => "Tasks",
  12. 'tasks:owner' => "%s's tasks",
  13. 'tasks:friends' => "Friends' tasks",
  14. 'tasks:all' => "All site tasks",
  15. 'tasks:add' => "Add task",
  16. 'tasks:addlist' => "Add list",
  17. 'tasks:lists' => "Task lists",
  18. 'tasks:lists:owner' => "%s's task lists",
  19. 'tasks:lists:friends' => "Friends' task lists",
  20. 'tasks:lists:all' => "All site task lists",
  21. 'tasks:group' => "Group tasks",
  22. 'groups:enabletasks' => 'Enable group tasks',
  23. 'tasks:edit' => "Edit this task",
  24. 'tasks:delete' => "Delete this task",
  25. 'tasks:view' => "View task",
  26. 'tasks:lists:add' => "Add a task list",
  27. 'tasks:lists:edit' => "Edit this task list",
  28. 'tasks:lists:delete' => "Delete this task list",
  29. 'tasks:lists:view' => "View task list",
  30. 'tasks:via' => "via tasks",
  31. 'item:object:tasklist_top' => 'Task lists top',
  32. 'item:object:tasklist' => 'Task lists ',
  33. 'item:object:task' => 'Tasks',
  34. 'tasks:nogroup' => 'This group does not have any tasks yet',
  35. 'tasks:more' => 'More tasks',
  36. 'tasks:none' => 'No tasks created yet',
  37. 'tasks:lists:none' => 'No task list created yet',
  38. 'tasks:this' => 'Task this',
  39. 'tasks:this:moreinfo' => 'You can find more info %s.',
  40. 'tasks:this:moreinfo:here' => 'here',
  41. 'tasks:this:referer:comment' => 'Created new task: %s.',
  42. 'tasks:priority:low' => 'Low priority',
  43. 'tasks:priority:normal' => 'Normal priority',
  44. 'tasks:priority:high' => 'High prioritiy',
  45. 'tasks:participant' => '%s participant',
  46. 'tasks:participants' => '%s participants',
  47. 'tasks:participants:see' => 'See who is participating in it',
  48. /**
  49. * River
  50. **/
  51. 'river:create:object:task' => '%s created a task %s',
  52. 'river:create:object:tasklist' => '%s created a task list %s',
  53. 'river:create:object:tasklist_top' => '%s created a task list %s',
  54. 'river:update:object:task' => '%s updated a task %s',
  55. 'river:update:object:tasklist' => '%s updated a task list %s',
  56. 'river:update:object:tasklist_top' => '%s updated a task list %s',
  57. 'river:comment:object:task' => '%s commented on a task titled %s',
  58. 'river:comment:object:tasklist' => '%s commented on a task list titled %s',
  59. 'river:comment:object:tasklist_top' => '%s commented on a task list titled %s',
  60. 'river:assign:object:task' => "%s assigned herself the task titled %s",
  61. 'river:activate:object:task' => "%s set as active the task titled %s",
  62. 'river:assign_and_activate:object:task' => "%s assigned herself and set as active the task titled %s",
  63. 'river:deactivate:object:task' => "%s unset as active the task titled %s",
  64. 'river:mark_as_done:object:task' => "%s set as done the task titled %s",
  65. 'river:reopen:object:task' => "%s reopened the task titled %s",
  66. 'river:leave:object:task' => "%s left to do the task titled %s",
  67. 'river:close:object:task' => "%s closed the task titled %s",
  68. /**
  69. * Form fields
  70. */
  71. 'tasks:title' => 'Name',
  72. 'tasks:description' => 'Description',
  73. 'tasks:list_guid' => 'List',
  74. 'tasks:priority' => 'Priority',
  75. 'tasks:tags' => 'Tags',
  76. 'tasks:elapsed_time' => 'Elapsed time',
  77. 'tasks:remaining_time' => 'Remaining time (time to finish the task)',
  78. 'tasks:access_id' => 'Who can see this task?',
  79. 'tasks:changehistory' => 'Change history',
  80. 'tasks:comments:post' => 'Save changes',
  81. 'tasks:add:gofull' => 'View full form',
  82. 'tasks:state:actions' => 'Actions',
  83. 'tasks:state:action:noaction' => 'Leave as <em>%s</em>',
  84. 'tasks:state:action:assign' => 'Accept this task',
  85. 'tasks:state:action:leave' => 'Leave this task',
  86. 'tasks:state:action:activate' => 'Set as your active task',
  87. 'tasks:state:action:deactivate' => 'Unset as your active task',
  88. 'tasks:state:action:assign_and_activate' => 'Accept this task and set as your active one',
  89. 'tasks:state:action:mark_as_done' => 'Mark this task as done',
  90. 'tasks:state:action:close' => 'Close this task',
  91. 'tasks:state:action:reopen' => 'Reopen this task',
  92. 'tasks:assigned' => 'Assigned tasks',
  93. 'tasks:unassigned' => 'Unassigned tasks',
  94. 'tasks:closed' => 'Closed tasks',
  95. 'tasks:lists:title' => 'Name',
  96. 'tasks:lists:description' => 'Description',
  97. 'tasks:lists:startdate' => 'Start date',
  98. 'tasks:enddate' => 'End date (deadline)',
  99. 'tasks:lists:tags' => 'Tags',
  100. 'tasks:lists:access_id' => 'Who can see this task list?',
  101. /**
  102. * Status and error messages
  103. */
  104. 'tasks:noaccess' => 'No access to task',
  105. 'tasks:cantedit' => 'You cannot edit this task',
  106. 'tasks:saved' => 'Task saved',
  107. 'tasks:notsaved' => 'Task could not be saved',
  108. 'tasks:error:no_title' => 'You must specify a title for this task.',
  109. 'tasks:delete:success' => 'The task was successfully deleted.',
  110. 'tasks:delete:failure' => 'The task could not be deleted.',
  111. 'tasks:status:changed' => 'The state of the task has been changed successfully',
  112. 'tasks:lists:noaccess' => 'No access to task list',
  113. 'tasks:lists:cantedit' => 'You cannot edit this task list',
  114. 'tasks:lists:saved' => 'Task list saved',
  115. 'tasks:lists:notsaved' => 'Task list could not be saved',
  116. 'tasks:lists:error:no_title' => 'You must specify a title for this task list.',
  117. 'tasks:lists:delete:success' => 'The task list was successfully deleted.',
  118. 'tasks:lists:delete:failure' => 'The task list could not be deleted.',
  119. /**
  120. * Task
  121. */
  122. 'tasks:strapline:new' => 'Reported %s by %s',
  123. 'tasks:strapline:assigned' => 'Assigned %s to %s',
  124. 'tasks:strapline:unassigned' => 'Unassigned %s to %s',
  125. 'tasks:strapline:active' => 'Assigned %s to %s',
  126. 'tasks:strapline:done' => 'Done %s by %s',
  127. 'tasks:strapline:closed' => 'Closed %s by %s',
  128. 'tasks:strapline:reopened' => 'Reopened %s by %s',
  129. /**
  130. * Task list
  131. */
  132. 'tasks:lists:strapline' => 'Created %s by %s. ',
  133. 'tasks:lists:deadline' => 'Deadline %s',
  134. 'tasks:lists:graph:total' => '%s tasks',
  135. 'tasks:lists:graph:remaining' => '%s remaining',
  136. 'tasks:lists:graph:assigned' => '%s assigned',
  137. 'tasks:lists:graph:active' => '%s active',
  138. /**
  139. * Change history
  140. */
  141. 'tasks:history:assign' => "assgined herself this task",
  142. 'tasks:history:activate' => "set this as her active task",
  143. 'tasks:history:deactivate' => "unset this as her active task",
  144. 'tasks:history:assign_and_activate' => "assigned and set this as her active task",
  145. 'tasks:history:mark_as_done' => "set this task as done",
  146. 'tasks:history:reopen' => "reopened this task",
  147. 'tasks:history:leave' => "left to do this task",
  148. 'tasks:history:close' => "closed this task (won't do)",
  149. /**
  150. * Widget
  151. **/
  152. 'tasks:active' => "Active tasks",
  153. 'tasks:num' => 'Number of tasks to display',
  154. 'tasks:widget:description' => "This is a list of your tasks.",
  155. /**
  156. * Submenu items
  157. */
  158. 'tasks:label:view' => "View task",
  159. 'tasks:label:edit' => "Edit task",
  160. 'tasks:lists:label:view' => "View task list",
  161. 'tasks:lists:label:edit' => "Edit task list",
  162. /**
  163. * Sidebar items
  164. */
  165. 'tasks:sidebar:this' => "This list",
  166. 'tasks:sidebar:children' => "List tasks",
  167. 'tasks:sidebar:list' => "List",
  168. 'tasks:navigation' => 'Tasks',
  169. 'tasks:newchild' => "Create a subtask",
  170. 'tasks:backtolist' => "Back to '%s'",
  171. /**
  172. * Times
  173. */
  174. 'friendlytime:future:minutes' => "in %s minutes",
  175. 'friendlytime:future:minutes:singular' => "in a minute",
  176. 'friendlytime:future:hours' => "in %s hours",
  177. 'friendlytime:future:hours:singular' => "in an hour",
  178. 'friendlytime:future:days' => "in %s days",
  179. 'friendlytime:future:days:singular' => "tomorrow",
  180. /**
  181. * Comments
  182. */
  183. 'tasks:email:subject' => 'Task changed state',
  184. 'tasks:email:body' => "%s changed your task \"%s\" state to %s.
  185. %s
  186. To reply or view the original item, click here:
  187. %s
  188. To view %s's profile, click here:
  189. %s
  190. You cannot reply to this email.",
  191. );
  192. add_translation("en", $english);