Merged in bugfix/PMCORE-3189 (pull request #8016)
PMCORE-3189 Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
@@ -4493,6 +4493,12 @@ msgstr "City"
|
|||||||
msgid "Claim"
|
msgid "Claim"
|
||||||
msgstr "Claim"
|
msgstr "Claim"
|
||||||
|
|
||||||
|
# TRANSLATION
|
||||||
|
# LABEL/ID_CLAIM_THIS_CASE
|
||||||
|
#: LABEL/ID_CLAIM_THIS_CASE
|
||||||
|
msgid "Claim this case"
|
||||||
|
msgstr "Claim this case"
|
||||||
|
|
||||||
# TRANSLATION
|
# TRANSLATION
|
||||||
# LABEL/ID_CLASSIC_EDITOR
|
# LABEL/ID_CLASSIC_EDITOR
|
||||||
#: LABEL/ID_CLASSIC_EDITOR
|
#: LABEL/ID_CLASSIC_EDITOR
|
||||||
|
|||||||
@@ -57561,6 +57561,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
|
|||||||
( 'LABEL','ID_CITY','en','City','2020-12-15') ,
|
( 'LABEL','ID_CITY','en','City','2020-12-15') ,
|
||||||
( 'LABEL','ID_CHOOSE_TIME','en','Choose a time','2014-08-27') ,
|
( 'LABEL','ID_CHOOSE_TIME','en','Choose a time','2014-08-27') ,
|
||||||
( 'LABEL','ID_CLAIM','en','Claim','2014-01-15') ,
|
( 'LABEL','ID_CLAIM','en','Claim','2014-01-15') ,
|
||||||
|
( 'LABEL','ID_CLAIM_THIS_CASE','en','Claim this case','2021-08-03') ,
|
||||||
( 'LABEL','ID_CLASSIC_EDITOR','en','Classic Editor','2014-01-15') ,
|
( 'LABEL','ID_CLASSIC_EDITOR','en','Classic Editor','2014-01-15') ,
|
||||||
( 'LABEL','ID_CLASS_ALREADY_EXISTS','en','Class already exists','2014-01-15') ,
|
( 'LABEL','ID_CLASS_ALREADY_EXISTS','en','Class already exists','2014-01-15') ,
|
||||||
( 'LABEL','ID_CLASS_TABLE_DOESNT_EXIST','en','This Class Table doesn''t exist!','2014-01-15') ,
|
( 'LABEL','ID_CLASS_TABLE_DOESNT_EXIST','en','This Class Table doesn''t exist!','2014-01-15') ,
|
||||||
|
|||||||
@@ -416,7 +416,7 @@ Ext.onReady(function(){
|
|||||||
|
|
||||||
buttonCancel = new Ext.Button({
|
buttonCancel = new Ext.Button({
|
||||||
buttonAlign: 'center',
|
buttonAlign: 'center',
|
||||||
text: 'Cancel',
|
text: _("ID_CANCEL"),
|
||||||
handler: redirectHistory,
|
handler: redirectHistory,
|
||||||
cls: 'cancelSummary',
|
cls: 'cancelSummary',
|
||||||
width: '100px',
|
width: '100px',
|
||||||
@@ -427,7 +427,7 @@ Ext.onReady(function(){
|
|||||||
buttonClaimCase = new Ext.Button({
|
buttonClaimCase = new Ext.Button({
|
||||||
buttonAlign: 'center',
|
buttonAlign: 'center',
|
||||||
ui: 'round',
|
ui: 'round',
|
||||||
text: 'Claim this case',
|
text: _("ID_CLAIM_THIS_CASE"),
|
||||||
handler: claimCase,
|
handler: claimCase,
|
||||||
cls: 'claimCaseSummary',
|
cls: 'claimCaseSummary',
|
||||||
width: '120px',
|
width: '120px',
|
||||||
|
|||||||
Reference in New Issue
Block a user