From 7835f6818c02a48c40ad7ec27154a13dd62c77bb Mon Sep 17 00:00:00 2001 From: Jack Anderson Date: Tue, 13 Aug 2024 08:38:40 +0100 Subject: [PATCH] [Legacy] Add portal labels --- public/legacy/modules/Contacts/language/en_us.lang.php | 1 + public/legacy/modules/Home/language/en_us.lang.php | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/public/legacy/modules/Contacts/language/en_us.lang.php b/public/legacy/modules/Contacts/language/en_us.lang.php index 59e17a4a5..99dda35a6 100755 --- a/public/legacy/modules/Contacts/language/en_us.lang.php +++ b/public/legacy/modules/Contacts/language/en_us.lang.php @@ -214,6 +214,7 @@ $mod_strings = array( 'LBL_PORTAL_USER_TYPE' => 'Portal User Type', 'LBL_PORTAL_ACCOUNT_DISABLED' => 'Account Disabled', 'LBL_JOOMLA_ACCOUNT_ID' => 'Joomla Account ID', + 'LBL_AOP_DISABLED' => 'AOP is disabled, please enable via settings', 'LBL_AOS_CONTRACTS' => 'Contracts', 'LBL_AOS_INVOICES' => 'Invoices', diff --git a/public/legacy/modules/Home/language/en_us.lang.php b/public/legacy/modules/Home/language/en_us.lang.php index a4a428210..cfef34ddd 100755 --- a/public/legacy/modules/Home/language/en_us.lang.php +++ b/public/legacy/modules/Home/language/en_us.lang.php @@ -251,5 +251,14 @@ $mod_strings = array( 'LBL_ELASTIC_SEARCH_DEFAULT' => 'No results matching your search criteria. Try broadening your search.', + // Portal Labels + 'LBL_AOP_DISABLED' => 'AOP is disabled, please enable via settings', + 'LBL_CREATE_PORTAL_USER_FAILED' => 'Failed to create portal user', + 'LBL_ENABLE_PORTAL_USER_FAILED' => 'Failed to enable portal user', + 'LBL_DISABLE_PORTAL_USER_FAILED' => 'Failed to disable portal user', + 'LBL_CREATE_PORTAL_USER_SUCCESS' => 'Created portal user', + 'LBL_ENABLE_PORTAL_USER_SUCCESS' => 'Enabled portal user', + 'LBL_DISABLE_PORTAL_USER_SUCCESS' => 'Disabled portal user', + 'LNK_TASK_VIEW' => 'View Task', );