diff --git a/framework/src/Maveriks/WebApplication.php b/framework/src/Maveriks/WebApplication.php index 05bbb847d..5654f6f6c 100644 --- a/framework/src/Maveriks/WebApplication.php +++ b/framework/src/Maveriks/WebApplication.php @@ -607,8 +607,8 @@ class WebApplication // Other definitions define('TIMEOUT_RESPONSE', 100); //web service timeout - define('APPLICATION_CODE', 'ProcessMaker'); //to login like workflow system - define('MAIN_POFILE', 'processmaker'); + define('APPLICATION_CODE', 'Lurana'); //to login like workflow system + define('MAIN_POFILE', 'lurana'); define('PO_SYSTEM_VERSION', 'PM 4.0.1'); // Environment definitions diff --git a/rbac/engine/config/defines.php b/rbac/engine/config/defines.php index ee2d11481..2fb6e3231 100644 --- a/rbac/engine/config/defines.php +++ b/rbac/engine/config/defines.php @@ -30,9 +30,9 @@ //web service timeout define( 'TIMEOUT_RESPONSE', 100 ); //to login like workflow system - define( 'APPLICATION_CODE', 'ProcessMaker' ); + define( 'APPLICATION_CODE', 'Lurana' ); - define ( 'MAIN_POFILE', 'processmaker'); + define ( 'MAIN_POFILE', 'lurana'); define ( 'PO_SYSTEM_VERSION', 'PM 4.0.1'); $G_CONTENT = NULL; diff --git a/workflow/engine/classes/model/Language.php b/workflow/engine/classes/model/Language.php index 4cb9f628d..b7e4ffb47 100644 --- a/workflow/engine/classes/model/Language.php +++ b/workflow/engine/classes/model/Language.php @@ -354,11 +354,11 @@ class Language extends BaseLanguage $sLanguage = $langRecord['LAN_NAME']; //setting headers - $poFile->addHeader( 'Project-Id-Version', 'ProcessMaker ' . System::getVersion() ); + $poFile->addHeader( 'Project-Id-Version', 'Lurana ' . System::getVersion() ); $poFile->addHeader( 'POT-Creation-Date', '' ); $poFile->addHeader( 'PO-Revision-Date', date( 'Y-m-d H:i:s' ) ); $poFile->addHeader( 'Last-Translator', '' ); - $poFile->addHeader( 'Language-Team', 'Colosa Developers Team ' ); + $poFile->addHeader( 'Language-Team', 'Lurana Developers Team ' ); $poFile->addHeader( 'MIME-Version', '1.0' ); $poFile->addHeader( 'Content-Type', 'text/plain; charset=utf-8' ); $poFile->addHeader( 'Content-Transfer_Encoding', '8bit' ); diff --git a/workflow/engine/config/paths.php b/workflow/engine/config/paths.php index 3d5e3f8df..7d9e9c18e 100644 --- a/workflow/engine/config/paths.php +++ b/workflow/engine/config/paths.php @@ -118,8 +118,8 @@ // Other definitions define('TIMEOUT_RESPONSE', 100 ); //web service timeout - define('APPLICATION_CODE', 'ProcessMaker' ); //to login like workflow system - define('MAIN_POFILE', 'processmaker'); + define('APPLICATION_CODE', 'Lurana' ); //to login like workflow system + define('MAIN_POFILE', 'lurana'); define('PO_SYSTEM_VERSION', 'PM 4.0.1'); $G_CONTENT = NULL; diff --git a/workflow/public_html/sysGeneric.php b/workflow/public_html/sysGeneric.php index 23eb99e6e..26ca2cc50 100644 --- a/workflow/public_html/sysGeneric.php +++ b/workflow/public_html/sysGeneric.php @@ -112,11 +112,10 @@ set_include_path( * Global definitions */ - // Application settings define('TIMEOUT_RESPONSE', 100); //web service timeout in seconds -define('APPLICATION_CODE', 'ProcessMaker'); //Application code for login -define('MAIN_POFILE', 'processmaker'); +define('APPLICATION_CODE', 'Lurana'); //Application code for login +define('MAIN_POFILE', 'lurana'); define('PO_SYSTEM_VERSION', 'PM 4.0.1'); // Environment definitions