diff --git a/workflow/engine/content/translations/english/processmaker.en.po b/workflow/engine/content/translations/english/processmaker.en.po index 630166267..0a438db9d 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-20 16:08:34\n" +"PO-Revision-Date: 2014-10-20 16:34:34\n" "Last-Translator: \n" "Language-Team: Colosa Developers Team \n" "MIME-Version: 1.0\n" @@ -17455,6 +17455,12 @@ msgstr "It will be generated a file with information related to your System, thi msgid "The current browser is not supported, please use a different browser. Miminum system requirements Internet Explorer 8, Chrome 26, Firefox 20" msgstr "The current browser is not supported, please use a different browser. Miminum system requirements Internet Explorer 8, Chrome 26, Firefox 20" +# TRANSLATION +# LABEL/ID_PMTABLES_CANT_EXPORT +#: LABEL/ID_PMTABLES_CANT_EXPORT +msgid "The are no tables to export." +msgstr "The are no tables to export." + # 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 325acac92..f01335a22 100755 --- a/workflow/engine/data/mssql/insert.sql +++ b/workflow/engine/data/mssql/insert.sql @@ -7275,6 +7275,8 @@ SELECT 'LABEL','ID_MCRYPT_SUPPORT','en','Mcrypt Support','2014-10-17' SELECT 'LABEL','ID_GENERATE_INFO_SUPPORT','en','It will be generated a file with information related to your System, this will help the support team to provide a better support to those issues that may appear','2014-10-20' UNION ALL SELECT 'LABEL','ID_CURRENT_BROWSER_NOT_SUPPORTED','en','The current browser is not supported, please use a different browser. Miminum system requirements Internet Explorer 8, Chrome 26, Firefox 20','2014-10-20' + UNION ALL +SELECT 'LABEL','ID_PMTABLES_CANT_EXPORT','en','The are no tables to export.','2014-10-20' ; 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 0959ba4db..652ec4636 100755 --- a/workflow/engine/data/mysql/insert.sql +++ b/workflow/engine/data/mysql/insert.sql @@ -4368,7 +4368,8 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ( 'LABEL','ID_NAME_EXISTS','en','The name exists','2014-10-15') , ( 'LABEL','ID_MCRYPT_SUPPORT','en','Mcrypt Support','2014-10-17') , ( 'LABEL','ID_GENERATE_INFO_SUPPORT','en','It will be generated a file with information related to your System, this will help the support team to provide a better support to those issues that may appear','2014-10-20') , -( 'LABEL','ID_CURRENT_BROWSER_NOT_SUPPORTED','en','The current browser is not supported, please use a different browser. Miminum system requirements Internet Explorer 8, Chrome 26, Firefox 20','2014-10-20') ; +( 'LABEL','ID_CURRENT_BROWSER_NOT_SUPPORTED','en','The current browser is not supported, please use a different browser. Miminum system requirements Internet Explorer 8, Chrome 26, Firefox 20','2014-10-20') , +( 'LABEL','ID_PMTABLES_CANT_EXPORT','en','The are no tables to export.','2014-10-20') ; INSERT INTO ISO_LOCATION (IC_UID,IL_UID,IL_NAME,IL_NORMAL_NAME,IS_UID) VALUES ('AD','','',' ','') ,