diff --git a/workflow/engine/content/translations/english/processmaker.en.po b/workflow/engine/content/translations/english/processmaker.en.po index d0d718698..8523443a6 100755 --- a/workflow/engine/content/translations/english/processmaker.en.po +++ b/workflow/engine/content/translations/english/processmaker.en.po @@ -4643,6 +4643,12 @@ msgstr "Config Directory" msgid "Confirm" msgstr "Confirm" +# TRANSLATION +# LABEL/ID_CONFIRMATION +#: LABEL/ID_CONFIRMATION +msgid "Confirmation" +msgstr "Confirmation" + # TRANSLATION # LABEL/ID_CONFIRM_ADHOCUSER_CASE #: LABEL/ID_CONFIRM_ADHOCUSER_CASE diff --git a/workflow/engine/data/mysql/insert.sql b/workflow/engine/data/mysql/insert.sql index 07d0adafd..6d8132404 100755 --- a/workflow/engine/data/mysql/insert.sql +++ b/workflow/engine/data/mysql/insert.sql @@ -57593,6 +57593,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ( 'LABEL','ID_CONFIGURE','en','Configure','2014-01-15') , ( 'LABEL','ID_CONFIG_DIRECTORY','en','Config Directory','2014-01-15') , ( 'LABEL','ID_CONFIRM','en','Confirm','2014-01-15') , +( 'LABEL','ID_CONFIRMATION','en','Confirmation','2020-01-15') , ( 'LABEL','ID_CONFIRM_ADHOCUSER_CASE','en','Are you sure you want to do it?','2014-01-15') , ( 'LABEL','ID_CONFIRM_ASSIGNED_GRID','en','Do you want to delete the data in the row you just created?','2015-01-16') , ( 'LABEL','ID_CONFIRM_CANCEL_CASE','en','Are you sure you want to cancel this case?','2014-01-15') ,