Add labels to languages

This commit is contained in:
Alcides Ojeda 2023-03-28 13:17:05 +02:00 committed by Clemente Raposo
parent 5b0db7b82e
commit ba4733566a
2 changed files with 4 additions and 0 deletions

View file

@ -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',

View file

@ -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',