mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +08:00
Add labels to languages
This commit is contained in:
parent
5b0db7b82e
commit
ba4733566a
2 changed files with 4 additions and 0 deletions
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue