diff --git a/workflow/engine/content/translations/english/processmaker.en.po b/workflow/engine/content/translations/english/processmaker.en.po index ad492f4a8..b583a8d52 100644 --- a/workflow/engine/content/translations/english/processmaker.en.po +++ b/workflow/engine/content/translations/english/processmaker.en.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: ProcessMaker 2.8.0\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2014-10-27 16:00:00\n" +"PO-Revision-Date: 2014-11-04 14:21:16\n" "Last-Translator: \n" "Language-Team: Colosa Developers Team \n" "MIME-Version: 1.0\n" @@ -10132,8 +10132,8 @@ msgstr "Do you want open the new site?" # TRANSLATION # LABEL/NEW_SITE_NOT_AVAILABLE #: LABEL/NEW_SITE_NOT_AVAILABLE -msgid "This site is not available" -msgstr "This site is not available" +msgid "Workspace already exists, please choose a different name." +msgstr "Workspace already exists, please choose a different name." # TRANSLATION # LABEL/NEW_SITE_CONFIRM_TO_CREATE @@ -17527,6 +17527,24 @@ msgstr "Please, enter a description." msgid "Please, configure the estimated duration of the task." msgstr "Please, configure the estimated duration of the task." +# TRANSLATION +# LABEL/ID_FORMAT_24_HOURS +#: LABEL/ID_FORMAT_24_HOURS +msgid "Format 24 hrs. (HH:MM)" +msgstr "Format 24 hrs. (HH:MM)" + +# TRANSLATION +# LABEL/ID_HOUR_HOURS +#: LABEL/ID_HOUR_HOURS +msgid "Hour(s)" +msgstr "Hour(s)" + +# TRANSLATION +# LABEL/ID_SEARCH_ALSO_APP_UID +#: LABEL/ID_SEARCH_ALSO_APP_UID +msgid "Search also in the APP_UID field" +msgstr "Search also in the APP_UID field" + # additionalTables/additionalTablesData.xml?ADD_TAB_NAME # additionalTables/additionalTablesData.xml #: text - ADD_TAB_NAME diff --git a/workflow/engine/data/mssql/insert.sql b/workflow/engine/data/mssql/insert.sql index ab731c858..3a11484ae 100755 --- a/workflow/engine/data/mssql/insert.sql +++ b/workflow/engine/data/mssql/insert.sql @@ -4804,7 +4804,7 @@ SELECT 'LABEL','NEW_SITE_SUCCESS_CONFIRMNOTE','en','Note.- If you open the new s UNION ALL SELECT 'LABEL','NEW_SITE_SUCCESS_CONFIRM','en','Do you want open the new site?','2014-01-15' UNION ALL -SELECT 'LABEL','NEW_SITE_NOT_AVAILABLE','en','This site is not available','2014-01-15' +SELECT 'LABEL','NEW_SITE_NOT_AVAILABLE','en','Workspace already exists, please choose a different name.','2014-10-30' UNION ALL SELECT 'LABEL','NEW_SITE_CONFIRM_TO_CREATE','en','Are you sure to create this site?','2014-01-15' UNION ALL @@ -7299,6 +7299,12 @@ SELECT 'LABEL','ID_PMTABLE_REQUIRED','en','It is required to select a PM table', SELECT 'LABEL','ID_PLEASE_ENTER_DESCRIPTION','en','Please, enter a description.','2014-10-23' UNION ALL SELECT 'LABEL','ID_PLEASE_CONFIGURE_ESTIMATED_DURATION_TASK','en','Please, configure the estimated duration of the task.','2014-10-23' + UNION ALL +SELECT 'LABEL','ID_FORMAT_24_HOURS','en','Format 24 hrs. (HH:MM)','2014-10-30' + UNION ALL +SELECT 'LABEL','ID_HOUR_HOURS','en','Hour(s)','2014-10-30' + UNION ALL +SELECT 'LABEL','ID_SEARCH_ALSO_APP_UID','en','Search also in the APP_UID field','2014-10-30' ; INSERT INTO ISO_LOCATION ([IC_UID],[IL_UID],[IL_NAME],[IL_NORMAL_NAME],[IS_UID]) diff --git a/workflow/engine/data/mysql/insert.sql b/workflow/engine/data/mysql/insert.sql index 029aaac02..e9432ef0b 100755 --- a/workflow/engine/data/mysql/insert.sql +++ b/workflow/engine/data/mysql/insert.sql @@ -3118,7 +3118,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ( 'LABEL','NEW_SITE_SUCCESS','en','Your new site was successfully created with name:','2014-01-15') , ( 'LABEL','NEW_SITE_SUCCESS_CONFIRMNOTE','en','Note.- If you open the new site your current session will be closed.','2014-01-15') , ( 'LABEL','NEW_SITE_SUCCESS_CONFIRM','en','Do you want open the new site?','2014-01-15') , -( 'LABEL','NEW_SITE_NOT_AVAILABLE','en','This site is not available','2014-01-15') , +( 'LABEL','NEW_SITE_NOT_AVAILABLE','en','Workspace already exists, please choose a different name.','2014-10-30') , ( 'LABEL','NEW_SITE_CONFIRM_TO_CREATE','en','Are you sure to create this site?','2014-01-15') , ( 'LABEL','ID_SAVING','en','Saving...','2014-01-15') , ( 'LABEL','ID_SET_A_TABLE_NAME','en','Set a Table Name','2014-01-15') , @@ -4380,7 +4380,10 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ( 'LABEL','ID_DASHLET_TITLE_EXISTS','en','Dashlet title already exists.','2014-10-23') , ( 'LABEL','ID_PMTABLE_REQUIRED','en','It is required to select a PM table','2014-10-27') , ( 'LABEL','ID_PLEASE_ENTER_DESCRIPTION','en','Please, enter a description.','2014-10-23') , -( 'LABEL','ID_PLEASE_CONFIGURE_ESTIMATED_DURATION_TASK','en','Please, configure the estimated duration of the task.','2014-10-23') ; +( 'LABEL','ID_PLEASE_CONFIGURE_ESTIMATED_DURATION_TASK','en','Please, configure the estimated duration of the task.','2014-10-23') , +( 'LABEL','ID_FORMAT_24_HOURS','en','Format 24 hrs. (HH:MM)','2014-10-30') , +( 'LABEL','ID_HOUR_HOURS','en','Hour(s)','2014-10-30') , +( 'LABEL','ID_SEARCH_ALSO_APP_UID','en','Search also in the APP_UID field','2014-10-30') ; INSERT INTO ISO_LOCATION (IC_UID,IL_UID,IL_NAME,IL_NORMAL_NAME,IS_UID) VALUES ('AD','','',' ','') ,