Merged in bugfix/PMCORE-3018 (pull request #7932)

PMCORE-3018

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Paula Quispe
2021-06-01 22:06:02 +00:00
committed by Julio Cesar Laura Avendaño
4 changed files with 370 additions and 360 deletions

View File

@@ -4262,8 +4262,14 @@ msgstr "The Case {APP_NUMBER} was unpaused successfully!"
# TRANSLATION
# LABEL/ID_CASE_USER_INVALID_CANCEL_CASE
#: LABEL/ID_CASE_USER_INVALID_CANCEL_CASE
msgid "The user with \"{0}\" is invalid to cancel the Case."
msgstr "The user with \"{0}\" is invalid to cancel the Case."
msgid "The user with \"{0}\" is invalid to cancel the case."
msgstr "The user with \"{0}\" is invalid to cancel the case."
# TRANSLATION
# LABEL/ID_CASE_USER_INVALID_CLAIM_CASE
#: LABEL/ID_CASE_USER_INVALID_CLAIM_CASE
msgid "The user with \"{0}\" is invalid to claim the case."
msgstr "The user with \"{0}\" is invalid to claim the case."
# TRANSLATION
# LABEL/ID_CASE_USER_INVALID_PAUSED_CASE
@@ -4274,8 +4280,8 @@ msgstr "The user with \"{0}\" is invalid to pause the case."
# TRANSLATION
# LABEL/ID_CASE_USER_INVALID_UNPAUSE_CASE
#: LABEL/ID_CASE_USER_INVALID_UNPAUSE_CASE
msgid "The user with \"{0}\" is invalid to Unpause the Case."
msgstr "The user with \"{0}\" is invalid to Unpause the Case."
msgid "The user with \"{0}\" is invalid to Unpause the case."
msgstr "The user with \"{0}\" is invalid to Unpause the case."
# TRANSLATION
# LABEL/ID_CASE_USER_NOT_HAVE_PERMISSION

View File

@@ -57521,9 +57521,10 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_CASE_TRACKER_OBJECT_DOES_NOT_EXIST','en','The case tracker object with {0}: {1} does not exist.','2014-05-20') ,
( 'LABEL','ID_CASE_UNARHIVE','en','Case Unarhive','2015-09-15') ,
( 'LABEL','ID_CASE_UNPAUSED_SUCCESSFULLY','en','The Case {APP_NUMBER} was unpaused successfully!','2014-01-15') ,
( 'LABEL','ID_CASE_USER_INVALID_CANCEL_CASE','en','The user with "{0}" is invalid to cancel the Case.','2015-08-24') ,
( 'LABEL','ID_CASE_USER_INVALID_CANCEL_CASE','en','The user with "{0}" is invalid to cancel the case.','2015-08-24') ,
( 'LABEL','ID_CASE_USER_INVALID_CLAIM_CASE','en','The user with "{0}" is invalid to claim the case.','2021-05-212') ,
( 'LABEL','ID_CASE_USER_INVALID_PAUSED_CASE','en','The user with "{0}" is invalid to pause the case.','2015-08-14') ,
( 'LABEL','ID_CASE_USER_INVALID_UNPAUSE_CASE','en','The user with "{0}" is invalid to Unpause the Case.','2015-08-14') ,
( 'LABEL','ID_CASE_USER_INVALID_UNPAUSE_CASE','en','The user with "{0}" is invalid to Unpause the case.','2015-08-14') ,
( 'LABEL','ID_CASE_USER_NOT_HAVE_PERMISSION','en','The user with "{0}" did not have permission to perform this action.','2015-09-01') ,
( 'LABEL','ID_CASE_VARIABLE_ALREADY_EXISTS','en','The Variable with {0}: "{1}" already exists in Case','2016-02-23') ,
( 'LABEL','ID_CASE_VARIABLE_DOES_NOT_EXIST','en','The Variable with {0}: "{1}" does not exist in Case','2016-02-23') ,

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff