Index: trunk/grails-app/i18n/messages.properties
===================================================================
--- trunk/grails-app/i18n/messages.properties	(revision 738)
+++ trunk/grails-app/i18n/messages.properties	(revision 802)
@@ -144,8 +144,17 @@
 task.delete.failure.production=Tasks may not be deleted in production mode, \
     set the trash flag instead.
+task.trash.confirm=Trash, are you sure? \
+    If authorised, recurrence will be disabled and Sub Task links will be forever removed!
 task.notFound=Could not complete operation, task not found.
 task.operationNotPermittedOnCompleteTask=This operation is not permitted on a complete task.
 task.operationNotPermittedOnTaskInTrash=This operation is not permitted on a task that is in the trash.
-task.operationNotPermittedOnRecurringTaskWithoutAuth=This operation is not permitted on a recurring task without authorisation.
+task.operationNotPermittedOnRecurringTaskWithoutAuth=This operation is not permitted \
+    on a recurring task without authorisation.
+task.operationNotPermittedOnTaskHavingSubTasksWithoutAuth=This operation is not permitted \
+    on a task that has sub tasks without authorisation.
+task.operationNotPermittedOnTaskLinkedToProcedure=This operation is not permitted \
+    on a task that is linked to a procedure.
+task.operationNotPermittedOnParentPmTask=This operation is not permitted \
+    on a Parent PM task.
 task.failedToSave=Could not complete operation, task failed to save.
 task.modifications.failedToSave=Could not complete operation, as task modification record failed to save.
