PMCORE-2542

This commit is contained in:
Henry Jordan
2020-12-10 19:40:17 +00:00
parent 7703557973
commit 455207fe0f
6 changed files with 124 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@@ -52126,5 +52126,14 @@ msgstr "Send email to participants"
msgid "You are tying to cancel the current case. Please be aware this action cannot be undone"
msgstr "You are tying to cancel the current case. Please be aware this action cannot be undone"
# TRANSLATION
# LABEL/ID_CONFIRMATION
#: LABEL/ID_CONFIRMATION
msgid "Confirmation"
msgstr "Confirmation"
# TRANSLATION
# LABEL/ID_ARE_YOU_SURE_UNPAUSE_TASK
#: LABEL/ID_ARE_YOU_SURE_UNPAUSE_TASK
msgid "Are you sure want to unpause the task?"
msgstr "Are you sure want to unpause the task?"

View File

@@ -56846,6 +56846,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'JAVASCRIPT','ID_CLICK_VIEW_MORE_INFO','en','Click here to view more info','2014-01-15') ,
( 'JAVASCRIPT','ID_CLOSE_SEARCH','en','Close Search','2014-01-15') ,
( 'JAVASCRIPT','ID_COLOR_LEYENDS','en','Key','2014-01-15') ,
( 'JAVASCRIPT','ID_CONFIRMATION','en','Confirmation','2020-12-01') ,
( 'JAVASCRIPT','ID_CONFIRM_ADHOCUSER_CASE','en','Are you sure you want to do it?','2014-01-15') ,
( 'JAVASCRIPT','ID_CONFIRM_CANCEL_CASE','en','Are you sure you want to cancel this case?','2014-01-15') ,
( 'JAVASCRIPT','ID_CONFIRM_DELETE_CASE','en','Are you sure you want to delete this case?','2014-01-15') ,
@@ -57194,6 +57195,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_APP_MSG_BODY','en','Body','2014-01-15') ,
( 'LABEL','ID_APP_UID','en','App Uid','2015-09-15') ,
( 'LABEL','ID_ARE_YOU_SURE_RESEND','en','Are you sure that you want to resend this message','2014-01-15') ,
( 'LABEL','ID_ARE_YOU_SURE_UNPAUSE_TASK','en','Are you sure want to unpause the task?','2020-12-01') ,
( 'LABEL','ID_ARRAY_VARIABLES_EMPTY','en','Array of variables is empty','2014-01-15') ,
( 'LABEL','ID_ASSIGN','en','Assign','2014-01-15') ,
( 'LABEL','ID_ASSIGNED_FIEDS','en','ASSIGNED FIELDS','2014-01-15') ,