From 312b9fa3e87d03eeb31e4d68eaf2ca5a77207fd8 Mon Sep 17 00:00:00 2001 From: Julio Cesar Laura Date: Wed, 1 Aug 2012 11:04:15 -0400 Subject: [PATCH] =?UTF-8?q?Last=20update=20to=20.po=20and=20.sq=C3=B1files?= =?UTF-8?q?=20for=20version=202.0.43=20of=20PorcessMaker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../translations/english/processmaker.en.po | 38 +++++++++++++++++-- workflow/engine/data/mssql/insert.sql | 10 +++++ workflow/engine/data/mysql/insert.sql | 7 +++- 3 files changed, 50 insertions(+), 5 deletions(-) diff --git a/workflow/engine/content/translations/english/processmaker.en.po b/workflow/engine/content/translations/english/processmaker.en.po index 40bd94f24..09b5836c2 100755 --- 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.0.41-testing.4-635-g3a1ca52\n" +"Project-Id-Version: ProcessMaker (Branch 2.0-testing) 2.0.43-testing.4-10-gb493668\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2012-07-31 18:31:54\n" +"PO-Revision-Date: 2012-08-01 10:50:13\n" "Last-Translator: \n" "Language-Team: Colosa Developers Team \n" "MIME-Version: 1.0\n" @@ -12691,6 +12691,36 @@ msgstr "Timing Control" msgid "Case {0} does not exist" msgstr "Case {0} does not exist" +# TRANSLATION +# LABEL/ID_CASE_PAUSE_REASON +#: LABEL/ID_CASE_PAUSE_REASON +msgid "Reason of the pause of case" +msgstr "Reason of the pause of case" + +# TRANSLATION +# LABEL/ID_NOTIFY_USERS_CASE +#: LABEL/ID_NOTIFY_USERS_CASE +msgid "Notify users of case" +msgstr "Notify users of case" + +# TRANSLATION +# LABEL/ID_CASE_PAUSE_LABEL_NOTE +#: LABEL/ID_CASE_PAUSE_LABEL_NOTE +msgid "The Case paused. By the reason:" +msgstr "The Case paused. By the reason:" + +# TRANSLATION +# LABEL/ID_CASE_CANCEL_REASON +#: LABEL/ID_CASE_CANCEL_REASON +msgid "Reason of the cancel of case" +msgstr "Reason of the cancel of case" + +# TRANSLATION +# LABEL/ID_CASE_CANCEL_LABEL_NOTE +#: LABEL/ID_CASE_CANCEL_LABEL_NOTE +msgid "The Case canceled. By the reason:" +msgstr "The Case canceled. By the reason:" + # additionalTables/additionalTablesData.xml?ADD_TAB_NAME # additionalTables/additionalTablesData.xml #: text - ADD_TAB_NAME @@ -21854,7 +21884,7 @@ msgstr "Report Database:" # login/newSite.xml?AO_DB_DROP # login/newSite.xml #: checkbox - AO_DB_DROP -msgid "[login/newSite.xml?AO_DB_DROP] Drop database if exist" +msgid "Drop database if exist" msgstr "Drop database if exist" # login/newSite.xml?WS @@ -23846,7 +23876,7 @@ msgstr "
Importing Existing Process
" # processes/processes_ImportExisting.xml?TITLE1 # processes/processes_ImportExisting.xml #: subtitle - TITLE1 -msgid "[processes/processes_ImportExisting.xml?TITLE1] The process you are trying to import already exist. Please select one of the following options to continue:" +msgid "The process you are trying to import already exist. Please select one of the following options to continue:" msgstr "The process you are trying to import already exist. Please select one of the following options to continue:" # processes/processes_ImportExisting.xml?IMPORT_OPTION diff --git a/workflow/engine/data/mssql/insert.sql b/workflow/engine/data/mssql/insert.sql index 3a1502fe4..aa37a9f53 100755 --- a/workflow/engine/data/mssql/insert.sql +++ b/workflow/engine/data/mssql/insert.sql @@ -5665,6 +5665,16 @@ SELECT 'LABEL','ID_DOCUMENT_TYPE','en','PM Type','2012-07-12' SELECT 'LABEL','ID_TIMING_CONTROL','en','Timing Control','2012-07-17' UNION ALL SELECT 'LABEL','ID_CASE_DOES_NOT_EXIST_JS','en','Case {0} does not exist','2012-07-19' + UNION ALL +SELECT 'LABEL','ID_CASE_PAUSE_REASON','en','Reason of the pause of case','2012-08-01' + UNION ALL +SELECT 'LABEL','ID_NOTIFY_USERS_CASE','en','Notify users of case','2012-08-01' + UNION ALL +SELECT 'LABEL','ID_CASE_PAUSE_LABEL_NOTE','en','The Case paused. By the reason:','2012-08-01' + UNION ALL +SELECT 'LABEL','ID_CASE_CANCEL_REASON','en','Reason of the cancel of case','2012-08-01' + UNION ALL +SELECT 'LABEL','ID_CASE_CANCEL_LABEL_NOTE','en','The Case canceled. By the reason:','2012-08-01' ; 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 783ef9208..598429dc3 100755 --- a/workflow/engine/data/mysql/insert.sql +++ b/workflow/engine/data/mysql/insert.sql @@ -3552,7 +3552,12 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ( 'LABEL','ID_FILTER','en','Filter','2012-07-12') , ( 'LABEL','ID_DOCUMENT_TYPE','en','PM Type','2012-07-12') , ( 'LABEL','ID_TIMING_CONTROL','en','Timing Control','2012-07-17') , -( 'LABEL','ID_CASE_DOES_NOT_EXIST_JS','en','Case {0} does not exist','2012-07-19') ; +( 'LABEL','ID_CASE_DOES_NOT_EXIST_JS','en','Case {0} does not exist','2012-07-19') , +( 'LABEL','ID_CASE_PAUSE_REASON','en','Reason of the pause of case','2012-08-01') , +( 'LABEL','ID_NOTIFY_USERS_CASE','en','Notify users of case','2012-08-01') , +( 'LABEL','ID_CASE_PAUSE_LABEL_NOTE','en','The Case paused. By the reason:','2012-08-01') , +( 'LABEL','ID_CASE_CANCEL_REASON','en','Reason of the cancel of case','2012-08-01') , +( 'LABEL','ID_CASE_CANCEL_LABEL_NOTE','en','The Case canceled. By the reason:','2012-08-01') ; INSERT INTO ISO_LOCATION (IC_UID,IL_UID,IL_NAME,IL_NORMAL_NAME,IS_UID) VALUES ('AD','','',' ','') ,