Merged in bugfix/PMCORE-2833 (pull request #7805)

PMCORE-2833

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Andrea Adamczyk
2021-02-08 15:14:27 +00:00
committed by Julio Cesar Laura Avendaño
2 changed files with 7 additions and 0 deletions

View File

@@ -26441,6 +26441,12 @@ msgstr "To do"
msgid "Replace the value converted to float" msgid "Replace the value converted to float"
msgstr "Replace the value converted to float" msgstr "Replace the value converted to float"
# TRANSLATION
# LABEL/ID_TO_FINISH_DATE
#: LABEL/ID_TO_FINISH_DATE
msgid "To Finish Date"
msgstr "To Finish Date"
# TRANSLATION # TRANSLATION
# LABEL/ID_TO_INTEGER # LABEL/ID_TO_INTEGER
#: LABEL/ID_TO_INTEGER #: LABEL/ID_TO_INTEGER

View File

@@ -61361,6 +61361,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_TOTAL_CASES_REASSIGNED','en','Total Cases Reassigned','2014-01-15') , ( 'LABEL','ID_TOTAL_CASES_REASSIGNED','en','Total Cases Reassigned','2014-01-15') ,
( 'LABEL','ID_TO_DO','en','To do','2014-01-15') , ( 'LABEL','ID_TO_DO','en','To do','2014-01-15') ,
( 'LABEL','ID_TO_FLOAT','en','Replace the value converted to float','2014-01-15') , ( 'LABEL','ID_TO_FLOAT','en','Replace the value converted to float','2014-01-15') ,
( 'LABEL','ID_TO_FINISH_DATE','en','To Finish Date','2021-02-08') ,
( 'LABEL','ID_TO_INTEGER','en','Replace the value converted to integer','2014-01-15') , ( 'LABEL','ID_TO_INTEGER','en','Replace the value converted to integer','2014-01-15') ,
( 'LABEL','ID_TO_REASSIGN','en','Reassign','2014-01-15') , ( 'LABEL','ID_TO_REASSIGN','en','Reassign','2014-01-15') ,
( 'LABEL','ID_TO_REVISE','en','Review','2014-01-15') , ( 'LABEL','ID_TO_REVISE','en','Review','2014-01-15') ,