diff --git a/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties b/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties index 879e617..4a35f98 100644 --- a/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties +++ b/D4S_UCDs/DEV/devVRE/notifications/Notifications_Messages.properties @@ -1,8 +1,22 @@ +# REVIEW ACTION TITLE_REVIEW_REQUIRED=Review required for ${project_name} MSG_REVIEW_REQUIRED=${user} submitted the project ${project_name} (id: ${project_id}). You are kindly requested to review it and decide either to APPROVE or REJECT it. See Gis Project at ${gis_link} +# REJECTED ACTION TITLE_ITEM_REJECTED=${project_name} rejected MSG_ITEM_REJECTED=The project ${project_name} (id: ${project_id}) has just been rejected by ${user} +# REJECTED ACTION TITLE_ITEM_REJECTED_REVIEW_REQUIRED=${project_name} rejected MSG_ITEM_REJECTED_REVIEW_REQUIRED=The project ${project_name} has just been rejected. You are kindly requested to review it +# PUBLISHED ACTION MSG_ITEM_PUBLISHED=The project ${project_name} has just been published. See Gis Project at ${gis_link} +# CREATED ACTION +TITLE_ITEM_CREATED=${project_name} created +MSG_ITEM_CREATED=The project ${project_name} (id: ${project_id}) has just been created. +# DELETED ACTION +TITLE_ITEM_DELETED=${project_name} deleted +MSG_ITEM_DELETED=The project ${project_name} has just been deleted. +# UPDATED ACTION +TITLE_ITEM_UPDATED=${project_name} updated +MSG_ITEM_UPDATED=The project ${project_name} (id: ${project_id}) has just been updated. +# GO TO PDF ACTION MSG_GO_TO_PDF=Go to PDF report at ${pdf_link} \ No newline at end of file