diff --git a/workflow/engine/content/translations/english/processmaker.en.po b/workflow/engine/content/translations/english/processmaker.en.po index c7d63d0a6..faad85ca8 100644 --- a/workflow/engine/content/translations/english/processmaker.en.po +++ b/workflow/engine/content/translations/english/processmaker.en.po @@ -1,8 +1,8 @@ msgid "" msgstr "" -"Project-Id-Version: ProcessMaker (Branch master) 2.5.1-testing.2\n" +"Project-Id-Version: ProcessMaker (Branch master) 2.5.1-testing.3\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2013-06-05 13:33:25\n" +"PO-Revision-Date: 2013-06-26 12:29:31\n" "Last-Translator: \n" "Language-Team: Colosa Developers Team \n" "MIME-Version: 1.0\n" @@ -5236,8 +5236,8 @@ msgstr "Off" # TRANSLATION # LABEL/ID_NO_SELECTION_WARNING #: LABEL/ID_NO_SELECTION_WARNING -msgid "Select a item from the list please." -msgstr "Select a item from the list please." +msgid "One item should be selected in order to execute the action." +msgstr "One item should be selected in order to execute the action." # TRANSLATION # JAVASCRIPT/ID_REQUIRED_NAME_TRIGGERS @@ -12940,8 +12940,8 @@ msgstr "Could not create the installation log" # TRANSLATION # LABEL/ID_PREVIUS #: LABEL/ID_PREVIUS -msgid "Previus" -msgstr "Previus" +msgid "[LABEL/ID_PREVIUS] Previous" +msgstr "Previous" # TRANSLATION # LABEL/ID_UPLOAD_COMPLETE @@ -14905,6 +14905,30 @@ msgstr "You forgot the name of the Case Scheduler" msgid "Duplicate Case Scheduler name." msgstr "Duplicate Case Scheduler name." +# TRANSLATION +# LABEL/ID_MSG_CLEAR_GRID_FIRST_ITEM +#: LABEL/ID_MSG_CLEAR_GRID_FIRST_ITEM +msgid "Do you want to clear the information from the first row?" +msgstr "Do you want to clear the information from the first row?" + +# TRANSLATION +# LABEL/ID_FROM_NAME +#: LABEL/ID_FROM_NAME +msgid "From name" +msgstr "From name" + +# TRANSLATION +# LABEL/ID_ACCEPT +#: LABEL/ID_ACCEPT +msgid "[LABEL/ID_ACCEPT] Accept" +msgstr "Accept" + +# TRANSLATION +# LABEL/ID_ERROR_SEND_NOTIFICATIONS +#: LABEL/ID_ERROR_SEND_NOTIFICATIONS +msgid "The following error has occurred when trying to send the notifications:" +msgstr "The following error has occurred when trying to send the notifications:" + # 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 f054d42a5..6d02409da 100755 --- a/workflow/engine/data/mssql/insert.sql +++ b/workflow/engine/data/mssql/insert.sql @@ -3150,7 +3150,7 @@ SELECT 'LABEL','ID_ON','en','On','2013-05-15' UNION ALL SELECT 'LABEL','ID_OFF','en','Off','2013-05-15' UNION ALL -SELECT 'LABEL','ID_NO_SELECTION_WARNING','en','Select a item from the list please.','2013-05-15' +SELECT 'LABEL','ID_NO_SELECTION_WARNING','en','One item should be selected in order to execute the action.','2013-06-14' UNION ALL SELECT 'JAVASCRIPT','ID_REQUIRED_NAME_TRIGGERS','en','You forgot the title of the trigger','2013-05-15' UNION ALL @@ -5750,7 +5750,7 @@ SELECT 'LABEL','ID_DOES_NOT_EXIST','en','does not exist','2013-03-07' UNION ALL SELECT 'LABEL','ID_CREATE_LOG_INSTALLATION','en','Could not create the installation log','2013-03-07' UNION ALL -SELECT 'LABEL','ID_PREVIUS','en','Previus','2013-03-07' +SELECT 'LABEL','ID_PREVIUS','en','Previous','2013-06-13' UNION ALL SELECT 'LABEL','ID_UPLOAD_COMPLETE','en','Upload complete','2013-03-07' UNION ALL @@ -6415,6 +6415,14 @@ INSERT INTO [TRANSLATION] ([TRN_CATEGORY],[TRN_ID],[TRN_LANG],[TRN_VALUE],[TRN_U SELECT 'LABEL','ID_REQUIRED_NAME_CASE_SCHEDULER','en','You forgot the name of the Case Scheduler','2013-05-28' UNION ALL SELECT 'LABEL','ID_DUPLICATE_CASE_SCHEDULER_NAME','en','Duplicate Case Scheduler name.','2013-05-28' + UNION ALL +SELECT 'LABEL','ID_MSG_CLEAR_GRID_FIRST_ITEM','en','Do you want to clear the information from the first row?','2013-06-13' + UNION ALL +SELECT 'LABEL','ID_FROM_NAME','en','From name','2013-06-14' + UNION ALL +SELECT 'LABEL','ID_ACCEPT','en','Accept','2013-06-17' + UNION ALL +SELECT 'LABEL','ID_ERROR_SEND_NOTIFICATIONS','en','The following error has occurred when trying to send the notifications:','2013-06-19' ; 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 d70610dfc..f5c78e688 100755 --- a/workflow/engine/data/mysql/insert.sql +++ b/workflow/engine/data/mysql/insert.sql @@ -2280,7 +2280,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ( 'LABEL','ID_PRO_CREATE_DATE','en','Create Date','2013-05-15') , ( 'LABEL','ID_ON','en','On','2013-05-15') , ( 'LABEL','ID_OFF','en','Off','2013-05-15') , -( 'LABEL','ID_NO_SELECTION_WARNING','en','Select a item from the list please.','2013-05-15') , +( 'LABEL','ID_NO_SELECTION_WARNING','en','One item should be selected in order to execute the action.','2013-06-14') , ( 'JAVASCRIPT','ID_REQUIRED_NAME_TRIGGERS','en','You forgot the title of the trigger','2013-05-15') , ( 'JAVASCRIPT','ID_EXIST_PROCESS','en','There is a process with the same name. this process will not save','2013-05-15') , ( 'JAVASCRIPT','ID_EXIST_DYNAFORM','en','There is a Dynaform with the same name in this process. It is not saving','2013-05-15') , @@ -3596,7 +3596,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ( 'LABEL','ID_DIRECTORIES_NOT_WRITABLE','en','Some directories and/or files inside it are not writable','2013-03-07') , ( 'LABEL','ID_DOES_NOT_EXIST','en','does not exist','2013-03-07') , ( 'LABEL','ID_CREATE_LOG_INSTALLATION','en','Could not create the installation log','2013-03-07') , -( 'LABEL','ID_PREVIUS','en','Previus','2013-03-07') , +( 'LABEL','ID_PREVIUS','en','Previous','2013-06-13') , ( 'LABEL','ID_UPLOAD_COMPLETE','en','Upload complete','2013-03-07') , ( 'LABEL','ID_CREATE_FOLDER','en','Create New Folder','2013-03-07') , ( 'LABEL','ID_UPLOAD_LEAST_FILE','en','You may upload at least one file','2013-03-07') , @@ -3933,7 +3933,11 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ) VALUES ( 'LABEL','ID_REQUIRED_NAME_CASE_SCHEDULER','en','You forgot the name of the Case Scheduler','2013-05-28') , -( 'LABEL','ID_DUPLICATE_CASE_SCHEDULER_NAME','en','Duplicate Case Scheduler name.','2013-05-28') ; +( 'LABEL','ID_DUPLICATE_CASE_SCHEDULER_NAME','en','Duplicate Case Scheduler name.','2013-05-28') , +( 'LABEL','ID_MSG_CLEAR_GRID_FIRST_ITEM','en','Do you want to clear the information from the first row?','2013-06-13') , +( 'LABEL','ID_FROM_NAME','en','From name','2013-06-14') , +( 'LABEL','ID_ACCEPT','en','Accept','2013-06-17') , +( 'LABEL','ID_ERROR_SEND_NOTIFICATIONS','en','The following error has occurred when trying to send the notifications:','2013-06-19') ; INSERT INTO ISO_LOCATION (IC_UID,IL_UID,IL_NAME,IL_NORMAL_NAME,IS_UID) VALUES ('AD','','',' ','') ,