mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +08:00
[Legacy] Labels definition for link entity relationship via record subpanels
This commit is contained in:
parent
f526bdc74b
commit
dbea602bac
1 changed files with 2 additions and 0 deletions
|
@ -3842,6 +3842,8 @@ $app_strings['LBL_UNLINK_RECORD'] = 'Unlink Record';
|
|||
$app_strings['LBL_UNLINK_RELATIONSHIP_CONFIRM'] = 'Are you sure you want to unlink this record? Only the relationship will be unlinked. The record will not be deleted.';
|
||||
$app_strings['LBL_UNLINK_RELATIONSHIP_SUCCESS'] = 'Record unlinked successfully.';
|
||||
$app_strings['LBL_UNLINK_RELATIONSHIP_FAILED'] = 'There was an error unlinking this record.';
|
||||
$app_strings['LBL_LINK_RELATIONSHIP_SUCCESS'] = 'Relationship linked successfully.';
|
||||
$app_strings['LBL_LINK_RELATIONSHIP_FAILED'] = 'There was an error linking this Relationship.';
|
||||
$app_strings['LBL_MODULE_NOT_FOUND'] = 'Module not found.';
|
||||
$app_strings['LBL_RECORD_NOT_FOUND'] = 'Unable to load record';
|
||||
$app_strings['LBL_RELATIONSHIP_LOAD_ERROR'] = 'Unable to load relationship';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue