From c922cea05bdccb7ea125b3a7343535b1375ede8a Mon Sep 17 00:00:00 2001 From: Ronald Q Date: Thu, 21 Apr 2016 12:12:48 -0400 Subject: [PATCH] MT-140 Selective Import/Export Feature: Export Process Definition --- .../engine/content/translations/english/processmaker.en.po | 6 ++++++ workflow/engine/data/mysql/insert.sql | 1 + 2 files changed, 7 insertions(+) diff --git a/workflow/engine/content/translations/english/processmaker.en.po b/workflow/engine/content/translations/english/processmaker.en.po index 01a1bca40..076bd6b5e 100644 --- a/workflow/engine/content/translations/english/processmaker.en.po +++ b/workflow/engine/content/translations/english/processmaker.en.po @@ -9541,6 +9541,12 @@ msgstr "Uploading the process file..." msgid "The process you are trying to import already exists. Please select one of the following options to continue:" msgstr "The process you are trying to import already exists. Please select one of the following options to continue:" +# TRANSLATION +# LABEL/ID_PROCESS_DEFINITION_INCOMPLETE +#: LABEL/ID_PROCESS_DEFINITION_INCOMPLETE +msgid "To create a new process all the process objects must be selected/included in the pmx2 file." +msgstr "To create a new process all the process objects must be selected/included in the pmx2 file." + # TRANSLATION # LABEL/ID_DEBUG_MESSAGE #: LABEL/ID_DEBUG_MESSAGE diff --git a/workflow/engine/data/mysql/insert.sql b/workflow/engine/data/mysql/insert.sql index 59a8b8908..66a911be3 100644 --- a/workflow/engine/data/mysql/insert.sql +++ b/workflow/engine/data/mysql/insert.sql @@ -3036,6 +3036,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ( 'LABEL','ID_IMPORT_PROCESS','en','Import Process','2014-01-15') , ( 'LABEL','ID_UPLOADING_PROCESS_FILE','en','Uploading the process file...','2014-01-15') , ( 'LABEL','ID_IMPORT_ALREADY_EXISTS','en','The process you are trying to import already exists. Please select one of the following options to continue:','2014-10-21') , +( 'LABEL','ID_PROCESS_DEFINITION_INCOMPLETE','en','To create a new process all the process objects must be selected/included in the pmx2 file.','2014-10-21') , ( 'LABEL','ID_DEBUG_MESSAGE','en','Debug Messages','2014-01-15') , ( 'LABEL','ID_FIELD_HANDLER_ACTION_DELETE','en','Are you sure you want to remove this','2015-01-16') , ( 'LABEL','ID_PROCESS_EXIST_SOME_GROUP','en','Some of the groups that you are trying to import already exist. Please select one of the following options to continue.','2014-10-21') ,