mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +08:00
[Legacy] Add portal labels
This commit is contained in:
parent
48f52420c3
commit
7835f6818c
2 changed files with 10 additions and 0 deletions
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue