pushing notifications message files

This commit is contained in:
Francesco Mangiacrapa 2024-03-21 09:33:21 +01:00
parent c44421fc32
commit c5b031f6c8
2 changed files with 9 additions and 1 deletions

View File

@ -315,7 +315,7 @@
"type": "replaceAll",
"regex": "(\\s)?\\([\\s\\S]*",
"replacement": ""
}
}
},
{
"name": "specifiche_cronologia",

View File

@ -0,0 +1,8 @@
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}
TITLE_ITEM_REJECTED=${project_name} rejected
MSG_ITEM_REJECTED=The project ${project_name} (id: ${project_id}) has just been rejected by ${user}
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
MSG_ITEM_PUBLISHED=The project ${project_name} has just been published. See Gis Project at ${gis_link}
MSG_GO_TO_PDF=Go to PDF report at ${pdf_link}