From ba4733566a577cffe029feef3c80d47d9b309f9c Mon Sep 17 00:00:00 2001 From: Alcides Ojeda Date: Tue, 28 Mar 2023 13:17:05 +0200 Subject: [PATCH] Add labels to languages --- public/legacy/include/language/en_us.lang.php | 2 ++ public/legacy/modules/Contacts/language/en_us.lang.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/public/legacy/include/language/en_us.lang.php b/public/legacy/include/language/en_us.lang.php index 4c23181e6..843036b48 100755 --- a/public/legacy/include/language/en_us.lang.php +++ b/public/legacy/include/language/en_us.lang.php @@ -1822,6 +1822,8 @@ $app_strings = array( 'LBL_VERIFY_EMAIL_ADDRESS' => 'Checking for existing email entry...', 'LBL_VERIFY_PORTAL_NAME' => 'Checking for existing portal name...', 'LBL_VIEW_IMAGE' => 'view', + 'LBL_CREATE_PORTAL_USER_FAILED' => 'Failed to create portal user', + 'LBL_CREATE_PORTAL_USER_SUCCESS' => 'Created portal user', 'LNK_ABOUT' => 'About', 'LNK_ADVANCED_FILTER' => 'Advanced Filter', diff --git a/public/legacy/modules/Contacts/language/en_us.lang.php b/public/legacy/modules/Contacts/language/en_us.lang.php index 3f501fbe5..59e17a4a5 100755 --- a/public/legacy/modules/Contacts/language/en_us.lang.php +++ b/public/legacy/modules/Contacts/language/en_us.lang.php @@ -208,6 +208,8 @@ $mod_strings = array( 'LBL_CREATE_PORTAL_USER_SUCCESS' => 'Created portal user', 'LBL_ENABLE_PORTAL_USER_SUCCESS' => 'Enabled portal user', 'LBL_DISABLE_PORTAL_USER_SUCCESS' => 'Disabled portal user', + 'LBL_FAILED_TO_CONNECT_JOOMLA' => 'Failed to create portal user, not able to connect to Joomla', + 'LBL_ERROR_CONTACT_ID_OR_EMAIL_EMPTY' => 'Contact ID or Email is empty', 'LBL_NO_JOOMLA_URL' => 'No portal URL specified', 'LBL_PORTAL_USER_TYPE' => 'Portal User Type', 'LBL_PORTAL_ACCOUNT_DISABLED' => 'Account Disabled',