diff --git a/workflow/engine/content/translations/english/processmaker.en.po b/workflow/engine/content/translations/english/processmaker.en.po index 8f9fb761b..62c78393d 100755 --- a/workflow/engine/content/translations/english/processmaker.en.po +++ b/workflow/engine/content/translations/english/processmaker.en.po @@ -2353,6 +2353,12 @@ msgstr "Body" msgid "App Uid" msgstr "App Uid" +# TRANSLATION +# LABEL/ID_ARE_YOU_SURE_CLAIM_TASK +#: LABEL/ID_ARE_YOU_SURE_CLAIM_TASK +msgid "Are you sure want to claim the task?" +msgstr "Are you sure want to claim the task?" + # TRANSLATION # LABEL/ID_ARE_YOU_SURE_RESEND #: LABEL/ID_ARE_YOU_SURE_RESEND @@ -2371,6 +2377,12 @@ msgstr "Are you sure to delete the matched attribute \"{0}\", please confirm?" msgid "Are you sure to delete the connection \"{0}\", please confirm?" msgstr "Are you sure to delete the connection \"{0}\", please confirm?" +# 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?" + # TRANSLATION # LABEL/ID_ARRAY_VARIABLES_EMPTY #: LABEL/ID_ARRAY_VARIABLES_EMPTY @@ -19400,8 +19412,8 @@ msgstr "More Info" # TRANSLATION # LABEL/ID_MORE_INFORMATION #: LABEL/ID_MORE_INFORMATION -msgid "more information" -msgstr "more information" +msgid "More Information" +msgstr "More Information" # TRANSLATION # LABEL/ID_MORE_THAN @@ -52707,21 +52719,8 @@ msgstr "Pending Tasks" msgid "Send email to participants" msgstr "Send email to participants" - # TRANSLATION # LABEL/ID_TRYING_CANCEL #: LABEL/ID_TRYING_CANCEL 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_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?" - -# TRANSLATION -# LABEL/ID_ARE_YOU_SURE_CLAIM_TASK -#: LABEL/ID_ARE_YOU_SURE_CLAIM_TASK -msgid "Are you sure want to claim the task?" -msgstr "Are you sure want to claim the task?" \ No newline at end of file +msgstr "You are tying to cancel the current case. Please be aware this action cannot be undone" \ No newline at end of file diff --git a/workflow/engine/data/mysql/insert.sql b/workflow/engine/data/mysql/insert.sql index 38f288b44..dc46dba80 100755 --- a/workflow/engine/data/mysql/insert.sql +++ b/workflow/engine/data/mysql/insert.sql @@ -57195,11 +57195,11 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ( 'LABEL','ID_APPLY_CHANGES','en','Apply changes','2014-01-15') , ( '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_CLAIM_TASK','en','Are you sure want to claim the task?','2021-01-26') , ( '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_ARE_YOU_SURE_CLAIM_TASK','en','Are you sure want to claim the task?','2020-12-01') , ( 'LABEL','ID_ARE_YOU_SURE_TO_DELETE_ATTRIBUTE_PLEASE_CONFIRM','en','Are you sure to delete the matched attribute "{0}", please confirm?','2020-12-10') , ( 'LABEL','ID_ARE_YOU_SURE_TO_DELETE_CONNECTION_PLEASE_CONFIRM','en','Are you sure to delete the connection "{0}", please confirm?','2020-12-10') , +( 'LABEL','ID_ARE_YOU_SURE_UNPAUSE_TASK','en','Are you sure want to unpause the task?','2021-01-26') , ( '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') , @@ -60121,7 +60121,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ( 'LABEL','ID_MONTH_ABB_8','en','Aug','2014-01-15') , ( 'LABEL','ID_MONTH_ABB_9','en','Sep','2014-01-15') , ( 'LABEL','ID_MORE_INFO','en','More Info','2014-01-15') , -( 'LABEL','ID_MORE_INFORMATION','en','more information','2014-01-15') , +( 'LABEL','ID_MORE_INFORMATION','en','More Information','2021-01-26') , ( 'LABEL','ID_MORE_THAN','en','more than','2015-03-23') , ( 'LABEL','ID_MOST_AT_LEAST_3_DAY','en','You must define at least 3 Working Days!','2014-01-15') , ( 'LABEL','ID_MOVE','en','Move','2015-09-17') ,