This commit is contained in:
Paula Quispe
2019-06-03 10:04:38 -04:00
parent 0e6e38a48d
commit e4e65ccb14
3 changed files with 9 additions and 2 deletions

View File

@@ -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

View File

@@ -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') ,

View File

@@ -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") {