.

HOR-2079

HOR-2079

.

HOR-2079
This commit is contained in:
Paula V. Quispe
2016-10-20 14:05:34 -04:00
parent 53ce354041
commit c267567dcf
3 changed files with 27 additions and 0 deletions

View File

@@ -1879,6 +1879,18 @@ msgstr "General"
msgid "Reassign" msgid "Reassign"
msgstr "Reassign" msgstr "Reassign"
# TRANSLATION
# LABEL/ID_REASON
#: LABEL/ID_REASON
msgid "Reason"
msgstr "Reason"
# TRANSLATION
# LABEL/ID_NOTIFY
#: LABEL/ID_NOTIFY
msgid "Notify"
msgstr "Notify"
# TRANSLATION # TRANSLATION
# LABEL/ID_PRIORITY_VH # LABEL/ID_PRIORITY_VH
#: LABEL/ID_PRIORITY_VH #: LABEL/ID_PRIORITY_VH
@@ -2899,6 +2911,12 @@ msgstr "Process"
msgid "Reassign Cases" msgid "Reassign Cases"
msgstr "Reassign Cases" msgstr "Reassign Cases"
# TRANSLATION
# LABEL/ID_THE_REASON_REASSIGN_USER_EMPTY
#: LABEL/ID_THE_REASON_REASSIGN_USER_EMPTY
msgid "Please complete the reassign reason."
msgstr "Please complete the reassign reason."
# TRANSLATION # TRANSLATION
# LABEL/ID_ALERT_MESSAGE # LABEL/ID_ALERT_MESSAGE
#: LABEL/ID_ALERT_MESSAGE #: LABEL/ID_ALERT_MESSAGE

View File

@@ -2061,6 +2061,12 @@ SELECT 'LABEL','ID_GENERAL','en','General','2014-01-15'
UNION ALL UNION ALL
SELECT 'LABEL','ID_REASSIGN','en','Reassign','2014-01-15' SELECT 'LABEL','ID_REASSIGN','en','Reassign','2014-01-15'
UNION ALL UNION ALL
SELECT 'LABEL','ID_REASON','en','Reason','2016-10-20'
UNION ALL
SELECT 'LABEL','ID_NOTIFY','en','Notify','2016-10-20'
UNION ALL
SELECT 'JAVASCRIPT','ID_THE_REASON_REASSIGN_USER_EMPTY','en','Please complete the reassign reason.','2016-10-20'
UNION ALL
SELECT 'LABEL','ID_PRIORITY_VH','en','VERY HIGH','2014-01-15' SELECT 'LABEL','ID_PRIORITY_VH','en','VERY HIGH','2014-01-15'
UNION ALL UNION ALL
SELECT 'LABEL','ID_GROUPS','en','Groups','2014-01-15' SELECT 'LABEL','ID_GROUPS','en','Groups','2014-01-15'

View File

@@ -1752,6 +1752,9 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_PRIORITY_H','en','HIGH','2014-01-15') , ( 'LABEL','ID_PRIORITY_H','en','HIGH','2014-01-15') ,
( 'LABEL','ID_GENERAL','en','General','2014-01-15') , ( 'LABEL','ID_GENERAL','en','General','2014-01-15') ,
( 'LABEL','ID_REASSIGN','en','Reassign','2014-01-15') , ( 'LABEL','ID_REASSIGN','en','Reassign','2014-01-15') ,
( 'LABEL','ID_REASON','en','Reason','2016-10-20') ,
( 'LABEL','ID_NOTIFY','en','Notify','2016-10-20') ,
( 'JAVASCRIPT','ID_THE_REASON_REASSIGN_USER_EMPTY','en','Please complete the reassign reason.','2016-10-20') ,
( 'LABEL','ID_PRIORITY_VH','en','VERY HIGH','2014-01-15') , ( 'LABEL','ID_PRIORITY_VH','en','VERY HIGH','2014-01-15') ,
( 'LABEL','ID_GROUPS','en','Groups','2014-01-15') , ( 'LABEL','ID_GROUPS','en','Groups','2014-01-15') ,
( 'LABEL','ID_CONFIRM_DELETE_CASE','en','Are you sure you want to delete this case?','2014-01-15') , ( 'LABEL','ID_CONFIRM_DELETE_CASE','en','Are you sure you want to delete this case?','2014-01-15') ,