From e4e65ccb140c9772d60027cfbef7657c4c24da3b Mon Sep 17 00:00:00 2001 From: Paula Quispe Date: Mon, 3 Jun 2019 10:04:38 -0400 Subject: [PATCH] PMC-167 --- .../engine/content/translations/english/processmaker.en.po | 6 ++++++ workflow/engine/data/mysql/insert.sql | 1 + workflow/engine/templates/cases/casesListConsolidated.js | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/workflow/engine/content/translations/english/processmaker.en.po b/workflow/engine/content/translations/english/processmaker.en.po index 06a50eda2..05fe609f5 100644 --- a/workflow/engine/content/translations/english/processmaker.en.po +++ b/workflow/engine/content/translations/english/processmaker.en.po @@ -2743,6 +2743,12 @@ msgstr "Base DN" msgid "Batch Routing" msgstr "Batch Routing" +# TRANSLATION +# LABEL/ID_BATCH_ROUTING_APPLY_CHANGES +#: LABEL/ID_BATCH_ROUTING_APPLY_CHANGES +msgid "The modification will be applied to all rows" +msgstr "The modification will be applied to all rows" + # TRANSLATION # LABEL/ID_BATCH_ROUTING_TABLE_ALREADY_EXISTS #: LABEL/ID_BATCH_ROUTING_TABLE_ALREADY_EXISTS diff --git a/workflow/engine/data/mysql/insert.sql b/workflow/engine/data/mysql/insert.sql index e24455372..5a78ecbf5 100644 --- a/workflow/engine/data/mysql/insert.sql +++ b/workflow/engine/data/mysql/insert.sql @@ -57259,6 +57259,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ( 'LABEL','ID_BARS','en','Bars','2015-03-09') , ( 'LABEL','ID_BASE_DN','en','Base DN','2014-01-15') , ( 'LABEL','ID_BATCH_ROUTING','en','Batch Routing','2016-02-29') , +( 'LABEL','ID_BATCH_ROUTING_APPLY_CHANGES','en','The modification will be applied to all rows','2019-06-03') , ( 'LABEL','ID_BATCH_ROUTING_TABLE_ALREADY_EXISTS','en','The specified batch routing table already exists. The existing table will be used to store the batch routing information. Please be sure that the table has the correct batch routing configuration.','2017-03-27') , ( 'LABEL','ID_BEFORE','en','Before','2014-01-15') , ( 'LABEL','ID_BEFORE_ASSIGNMENT','en','Before Assignment','2014-01-15') , diff --git a/workflow/engine/templates/cases/casesListConsolidated.js b/workflow/engine/templates/cases/casesListConsolidated.js index 00bf2fdee..ee0241071 100644 --- a/workflow/engine/templates/cases/casesListConsolidated.js +++ b/workflow/engine/templates/cases/casesListConsolidated.js @@ -793,7 +793,7 @@ function generateGridClassic(proUid, tasUid, dynUid) { if (Ext.getCmp("chk_allColumn").checked) { Ext.Msg.show({ title: "", - msg: "The modification will be applied to all rows in your selection.", + msg: _("ID_BATCH_ROUTING_APPLY_CHANGES"), buttons: Ext.Msg.YESNO, fn: function (btn) { if (btn == "yes") { @@ -1027,7 +1027,7 @@ function generateGrid(proUid, tasUid, dynUid) { if (Ext.getCmp("chk_allColumn").checked) { Ext.Msg.show({ title: "", - msg: "The modification will be applied to all rows in your selection.", + msg: _("ID_BATCH_ROUTING_APPLY_CHANGES"), buttons: Ext.Msg.YESNO, fn: function (btn) { if (btn == "yes") {