diff --git a/workflow/engine/data/mssql/insert.sql b/workflow/engine/data/mssql/insert.sql index 1424383be..7d81db5ed 100755 --- a/workflow/engine/data/mssql/insert.sql +++ b/workflow/engine/data/mssql/insert.sql @@ -2554,7 +2554,7 @@ SELECT 'LABEL','ID_INFO','en','Info','2014-01-15' UNION ALL SELECT 'LABEL','ID_CONFIRM_DELETE_INPUT_AND_HISTORY','en','This action will delete the current document and all its versions','2014-01-15' UNION ALL -SELECT 'JAVASCRIPT','ID_CONFIRM_DELETE_INPUT_AND_HISTORY','en','This will delete the current document and its past versions.','2014-01-15' +SELECT 'JAVASCRIPT','ID_CONFIRM_DELETE_INPUT_AND_HISTORY','en','This action will delete the current document and its past versions.','2014-01-15' UNION ALL SELECT 'LABEL','ID_SETUP_MAILCONF_TITLE','en','Test SMTP Connection','2014-01-15' UNION ALL @@ -3154,15 +3154,15 @@ SELECT 'LABEL','ID_NO_SELECTION_WARNING','en','One item should be selected in or UNION ALL SELECT 'JAVASCRIPT','ID_REQUIRED_NAME_TRIGGERS','en','You forgot the title of the trigger','2014-01-15' UNION ALL -SELECT 'JAVASCRIPT','ID_EXIST_PROCESS','en','This process will not be saved, because another process has the same name.','2014-01-15' +SELECT 'JAVASCRIPT','ID_EXIST_PROCESS','en','This process will not be saved because there is a process with the same name.','2014-01-15' UNION ALL -SELECT 'JAVASCRIPT','ID_EXIST_DYNAFORM','en','There is a Dynaform with the same name in this process. It is not saving','2014-01-15' +SELECT 'JAVASCRIPT','ID_EXIST_DYNAFORM','en','Not saved because there is a DynaForm with the same name','2014-01-15' UNION ALL SELECT 'LABEL','ID_CLASS_TABLE_DOESNT_EXIST','en','This Class Table doesn''t exist!','2014-01-15' UNION ALL -SELECT 'JAVASCRIPT','ID_EXIST_INPUTDOCUMENT','en','Can not save, because there is an Input Document with the same name in this process.','2014-01-15' +SELECT 'JAVASCRIPT','ID_EXIST_INPUTDOCUMENT','en','Not saved because there is an Input Document with the same name in this process.','2014-01-15' UNION ALL -SELECT 'JAVASCRIPT','ID_EXIST_OUTPUTDOCUMENT','en','Can not save, because, there is an Output Document with the same name in this process.','2014-01-15' +SELECT 'JAVASCRIPT','ID_EXIST_OUTPUTDOCUMENT','en','Not saved because there is an Output Document with the same name in this process.','2014-01-15' UNION ALL SELECT 'LABEL','ID_CASE_SCHEDULER_VALIDATE_ALERT','en','User or password is empty.','2014-10-21' UNION ALL diff --git a/workflow/engine/data/mysql/insert.sql b/workflow/engine/data/mysql/insert.sql index c20f1b78e..ab37fe821 100755 --- a/workflow/engine/data/mysql/insert.sql +++ b/workflow/engine/data/mysql/insert.sql @@ -1979,7 +1979,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ( 'LABEL','ID_EXTERNAL_FILE','en','External','2014-01-15') , ( 'LABEL','ID_INFO','en','Info','2014-01-15') , ( 'LABEL','ID_CONFIRM_DELETE_INPUT_AND_HISTORY','en','This action will delete the current document and all its versions','2014-01-15') , -( 'JAVASCRIPT','ID_CONFIRM_DELETE_INPUT_AND_HISTORY','en','This will delete the current document and its past versions.','2014-01-15') , +( 'JAVASCRIPT','ID_CONFIRM_DELETE_INPUT_AND_HISTORY','en','This action will delete the current document and its past versions.','2014-01-15') , ( 'LABEL','ID_SETUP_MAILCONF_TITLE','en','Test SMTP Connection','2014-01-15') , ( 'LABEL','DBCONNECTIONS_TITLE','en','Testing database server configuration','2014-01-15') , ( 'LABEL','ID_DBCNN_TITLE','en','Checking server configuration','2014-01-15') , @@ -2282,11 +2282,11 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ( 'LABEL','ID_OFF','en','Off','2014-01-15') , ( 'LABEL','ID_NO_SELECTION_WARNING','en','One item should be selected in order to execute the action.','2014-01-15') , ( 'JAVASCRIPT','ID_REQUIRED_NAME_TRIGGERS','en','You forgot the title of the trigger','2014-01-15') , -( 'JAVASCRIPT','ID_EXIST_PROCESS','en','This process will not be saved, because another process has the same name.','2014-01-15') , -( 'JAVASCRIPT','ID_EXIST_DYNAFORM','en','There is a Dynaform with the same name in this process. It is not saving','2014-01-15') , +( 'JAVASCRIPT','ID_EXIST_PROCESS','en','This process will not be saved because there is a process with the same name.','2014-01-15') , +( 'JAVASCRIPT','ID_EXIST_DYNAFORM','en','Not saved because there is a DynaForm with the same name','2014-01-15') , ( 'LABEL','ID_CLASS_TABLE_DOESNT_EXIST','en','This Class Table doesn''t exist!','2014-01-15') , -( 'JAVASCRIPT','ID_EXIST_INPUTDOCUMENT','en','Can not save, because there is an Input Document with the same name in this process.','2014-01-15') , -( 'JAVASCRIPT','ID_EXIST_OUTPUTDOCUMENT','en','Can not save, because, there is an Output Document with the same name in this process.','2014-01-15') , +( 'JAVASCRIPT','ID_EXIST_INPUTDOCUMENT','en','Not saved because there is an Input Document with the same name in this process.','2014-01-15') , +( 'JAVASCRIPT','ID_EXIST_OUTPUTDOCUMENT','en','Not saved because there is an Output Document with the same name in this process.','2014-01-15') , ( 'LABEL','ID_CASE_SCHEDULER_VALIDATE_ALERT','en','User or password is empty.','2014-10-21') , ( 'LABEL','ID_DELEGATE_DATE_FROM','en','Delegated date from','2014-01-15') , ( 'JAVASCRIPT','ID_DUPLICATE_CATEGORY_NAME','en','Duplicate category name.','2014-01-15') ; diff --git a/workflow/engine/xmlform/cases/cases_ListAll.xml b/workflow/engine/xmlform/cases/cases_ListAll.xml index c0d5a297d..3b28eddb6 100755 --- a/workflow/engine/xmlform/cases/cases_ListAll.xml +++ b/workflow/engine/xmlform/cases/cases_ListAll.xml @@ -55,7 +55,7 @@ Data Final - + Estado Estado diff --git a/workflow/engine/xmlform/cases/cases_ListAllDelete.xml b/workflow/engine/xmlform/cases/cases_ListAllDelete.xml index ee0d46ea6..9d7eb712a 100755 --- a/workflow/engine/xmlform/cases/cases_ListAllDelete.xml +++ b/workflow/engine/xmlform/cases/cases_ListAllDelete.xml @@ -55,7 +55,7 @@ Data Final - + Estado Estado diff --git a/workflow/engine/xmlform/cases/cases_ListAll_Reassign.xml b/workflow/engine/xmlform/cases/cases_ListAll_Reassign.xml index b83e0b1e4..ceb06fa13 100755 --- a/workflow/engine/xmlform/cases/cases_ListAll_Reassign.xml +++ b/workflow/engine/xmlform/cases/cases_ListAll_Reassign.xml @@ -46,7 +46,7 @@ Finalizar fecha - + Estado diff --git a/workflow/engine/xmlform/cases/cases_ListStarted.xml b/workflow/engine/xmlform/cases/cases_ListStarted.xml index 77b959dcd..934492a35 100755 --- a/workflow/engine/xmlform/cases/cases_ListStarted.xml +++ b/workflow/engine/xmlform/cases/cases_ListStarted.xml @@ -35,7 +35,7 @@ - + diff --git a/workflow/engine/xmlform/cases/cases_ListToRevise.xml b/workflow/engine/xmlform/cases/cases_ListToRevise.xml index 0f171ea2a..4d7430344 100755 --- a/workflow/engine/xmlform/cases/cases_ListToRevise.xml +++ b/workflow/engine/xmlform/cases/cases_ListToRevise.xml @@ -35,7 +35,7 @@ - + diff --git a/workflow/engine/xmlform/cases/cases_OptionsSent.xml b/workflow/engine/xmlform/cases/cases_OptionsSent.xml index f6f576470..33d0477fb 100755 --- a/workflow/engine/xmlform/cases/cases_OptionsSent.xml +++ b/workflow/engine/xmlform/cases/cases_OptionsSent.xml @@ -12,7 +12,7 @@ - + diff --git a/workflow/engine/xmlform/cases/cases_TransferHistory.xml b/workflow/engine/xmlform/cases/cases_TransferHistory.xml index 5afcf042d..e8e5e3ae1 100755 --- a/workflow/engine/xmlform/cases/cases_TransferHistory.xml +++ b/workflow/engine/xmlform/cases/cases_TransferHistory.xml @@ -22,7 +22,7 @@ - + diff --git a/workflow/engine/xmlform/cases/cases_advancedSearch.xml b/workflow/engine/xmlform/cases/cases_advancedSearch.xml index 7e94c737f..d5f17f8f3 100755 --- a/workflow/engine/xmlform/cases/cases_advancedSearch.xml +++ b/workflow/engine/xmlform/cases/cases_advancedSearch.xml @@ -55,7 +55,7 @@ Data Final - + Estado Estado diff --git a/workflow/engine/xmlform/cases/cases_advancedSearchFilter.xml b/workflow/engine/xmlform/cases/cases_advancedSearchFilter.xml index 8c1a6682e..b66d86f74 100755 --- a/workflow/engine/xmlform/cases/cases_advancedSearchFilter.xml +++ b/workflow/engine/xmlform/cases/cases_advancedSearchFilter.xml @@ -29,7 +29,7 @@ - + diff --git a/workflow/engine/xmlform/events/eventsEdit.xml b/workflow/engine/xmlform/events/eventsEdit.xml index e4ece2acc..8060ef19b 100755 --- a/workflow/engine/xmlform/events/eventsEdit.xml +++ b/workflow/engine/xmlform/events/eventsEdit.xml @@ -7,7 +7,7 @@ - + diff --git a/workflow/engine/xmlform/events/eventsNew.xml b/workflow/engine/xmlform/events/eventsNew.xml index cc5a300d1..6778343d7 100755 --- a/workflow/engine/xmlform/events/eventsNew.xml +++ b/workflow/engine/xmlform/events/eventsNew.xml @@ -7,7 +7,7 @@ - + diff --git a/workflow/engine/xmlform/groups/groups_AvailableUsers.xml b/workflow/engine/xmlform/groups/groups_AvailableUsers.xml index b6c74c3bc..c7afdbdd5 100755 --- a/workflow/engine/xmlform/groups/groups_AvailableUsers.xml +++ b/workflow/engine/xmlform/groups/groups_AvailableUsers.xml @@ -4,10 +4,10 @@ - + - + diff --git a/workflow/engine/xmlform/patterns/patterns_GridDiscriminator.xml b/workflow/engine/xmlform/patterns/patterns_GridDiscriminator.xml index 4c9021573..3141b658a 100755 --- a/workflow/engine/xmlform/patterns/patterns_GridDiscriminator.xml +++ b/workflow/engine/xmlform/patterns/patterns_GridDiscriminator.xml @@ -4,7 +4,7 @@ SELECT TAS_UID, CON_VALUE FROM TASK LEFT JOIN CONTENT ON (TAS_UID = CON_ID AND CON_CATEGORY = 'TAS_TITLE' AND CON_LANG = '@#LANG') WHERE PRO_UID = '@#PROCESS' ]]> - + diff --git a/workflow/engine/xmlform/processes/processes_DeleteCases.xml b/workflow/engine/xmlform/processes/processes_DeleteCases.xml index e75907762..2683ff093 100755 --- a/workflow/engine/xmlform/processes/processes_DeleteCases.xml +++ b/workflow/engine/xmlform/processes/processes_DeleteCases.xml @@ -20,6 +20,6 @@ - + diff --git a/workflow/engine/xmlform/processes/processes_Edit.xml b/workflow/engine/xmlform/processes/processes_Edit.xml index 005449a84..8025323fb 100755 --- a/workflow/engine/xmlform/processes/processes_Edit.xml +++ b/workflow/engine/xmlform/processes/processes_Edit.xml @@ -40,7 +40,7 @@ WHERE - + diff --git a/workflow/engine/xmlform/processes/processes_ImportExisting.xml b/workflow/engine/xmlform/processes/processes_ImportExisting.xml index af238c966..ff4a2b08f 100755 --- a/workflow/engine/xmlform/processes/processes_ImportExisting.xml +++ b/workflow/engine/xmlform/processes/processes_ImportExisting.xml @@ -7,7 +7,7 @@ - + diff --git a/workflow/engine/xmlform/processes/processes_ImportExistingXpdl.xml b/workflow/engine/xmlform/processes/processes_ImportExistingXpdl.xml index d602f69b0..6440c78b7 100755 --- a/workflow/engine/xmlform/processes/processes_ImportExistingXpdl.xml +++ b/workflow/engine/xmlform/processes/processes_ImportExistingXpdl.xml @@ -4,10 +4,10 @@ Importing Existing Process]]> - + - + diff --git a/workflow/engine/xmlform/processes/processes_ValidatingGroups.xml b/workflow/engine/xmlform/processes/processes_ValidatingGroups.xml index f6ea9839b..42bd69b79 100755 --- a/workflow/engine/xmlform/processes/processes_ValidatingGroups.xml +++ b/workflow/engine/xmlform/processes/processes_ValidatingGroups.xml @@ -4,7 +4,7 @@ Importing Groups]]> - + @@ -15,7 +15,7 @@ - + diff --git a/workflow/engine/xmlform/setup/emails.xml b/workflow/engine/xmlform/setup/emails.xml index 611e3b703..fa2a1371a 100755 --- a/workflow/engine/xmlform/setup/emails.xml +++ b/workflow/engine/xmlform/setup/emails.xml @@ -47,7 +47,7 @@ - + diff --git a/workflow/engine/xmlform/setup/showMessage.xml b/workflow/engine/xmlform/setup/showMessage.xml index 141ef8f34..7d326e4ff 100755 --- a/workflow/engine/xmlform/setup/showMessage.xml +++ b/workflow/engine/xmlform/setup/showMessage.xml @@ -5,6 +5,6 @@ Error - + diff --git a/workflow/engine/xmlform/setup/uplogoList.xml b/workflow/engine/xmlform/setup/uplogoList.xml index 5f30b8151..6f1ca7875 100755 --- a/workflow/engine/xmlform/setup/uplogoList.xml +++ b/workflow/engine/xmlform/setup/uplogoList.xml @@ -4,7 +4,7 @@ - + diff --git a/workflow/engine/xmlform/tracker/tracker_TransferHistory.xml b/workflow/engine/xmlform/tracker/tracker_TransferHistory.xml index f82addb0d..d9c47e4c4 100755 --- a/workflow/engine/xmlform/tracker/tracker_TransferHistory.xml +++ b/workflow/engine/xmlform/tracker/tracker_TransferHistory.xml @@ -22,6 +22,6 @@ - + diff --git a/workflow/engine/xmlform/users/users_DeleteAssign.xml b/workflow/engine/xmlform/users/users_DeleteAssign.xml index 778c47518..cdeb534dd 100755 --- a/workflow/engine/xmlform/users/users_DeleteAssign.xml +++ b/workflow/engine/xmlform/users/users_DeleteAssign.xml @@ -16,6 +16,6 @@ - +