PMC-167
This commit is contained in:
@@ -2743,6 +2743,12 @@ msgstr "Base DN"
|
|||||||
msgid "Batch Routing"
|
msgid "Batch Routing"
|
||||||
msgstr "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
|
# TRANSLATION
|
||||||
# LABEL/ID_BATCH_ROUTING_TABLE_ALREADY_EXISTS
|
# LABEL/ID_BATCH_ROUTING_TABLE_ALREADY_EXISTS
|
||||||
#: LABEL/ID_BATCH_ROUTING_TABLE_ALREADY_EXISTS
|
#: LABEL/ID_BATCH_ROUTING_TABLE_ALREADY_EXISTS
|
||||||
|
|||||||
@@ -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_BARS','en','Bars','2015-03-09') ,
|
||||||
( 'LABEL','ID_BASE_DN','en','Base DN','2014-01-15') ,
|
( 'LABEL','ID_BASE_DN','en','Base DN','2014-01-15') ,
|
||||||
( 'LABEL','ID_BATCH_ROUTING','en','Batch Routing','2016-02-29') ,
|
( '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_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','en','Before','2014-01-15') ,
|
||||||
( 'LABEL','ID_BEFORE_ASSIGNMENT','en','Before Assignment','2014-01-15') ,
|
( 'LABEL','ID_BEFORE_ASSIGNMENT','en','Before Assignment','2014-01-15') ,
|
||||||
|
|||||||
@@ -793,7 +793,7 @@ function generateGridClassic(proUid, tasUid, dynUid) {
|
|||||||
if (Ext.getCmp("chk_allColumn").checked) {
|
if (Ext.getCmp("chk_allColumn").checked) {
|
||||||
Ext.Msg.show({
|
Ext.Msg.show({
|
||||||
title: "",
|
title: "",
|
||||||
msg: "The modification will be applied to all rows in your selection.",
|
msg: _("ID_BATCH_ROUTING_APPLY_CHANGES"),
|
||||||
buttons: Ext.Msg.YESNO,
|
buttons: Ext.Msg.YESNO,
|
||||||
fn: function (btn) {
|
fn: function (btn) {
|
||||||
if (btn == "yes") {
|
if (btn == "yes") {
|
||||||
@@ -1027,7 +1027,7 @@ function generateGrid(proUid, tasUid, dynUid) {
|
|||||||
if (Ext.getCmp("chk_allColumn").checked) {
|
if (Ext.getCmp("chk_allColumn").checked) {
|
||||||
Ext.Msg.show({
|
Ext.Msg.show({
|
||||||
title: "",
|
title: "",
|
||||||
msg: "The modification will be applied to all rows in your selection.",
|
msg: _("ID_BATCH_ROUTING_APPLY_CHANGES"),
|
||||||
buttons: Ext.Msg.YESNO,
|
buttons: Ext.Msg.YESNO,
|
||||||
fn: function (btn) {
|
fn: function (btn) {
|
||||||
if (btn == "yes") {
|
if (btn == "yes") {
|
||||||
|
|||||||
Reference in New Issue
Block a user