mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +08:00
[Legacy] Add Saved filter related labels
This commit is contained in:
parent
0eeb758cf1
commit
75aaf058f8
1 changed files with 8 additions and 1 deletions
|
@ -3828,4 +3828,11 @@ $app_strings['AOS_Invoices'] = 'Invoices';
|
|||
$app_strings['LBL_PHOTO'] = 'Photo';
|
||||
$app_strings['LBL_CASE_UPDATES'] = 'Case Updates';
|
||||
$app_strings['LBL_SUMMARY_DEFAULT'] = "{{fields.name.value}}";
|
||||
$app_strings['LBL_CREATE'] = "Create";
|
||||
$app_strings['LBL_CREATE'] = 'Create';
|
||||
$app_strings['LBL_SAVED_FILTER_SAVED'] = 'Filter successfully saved';
|
||||
$app_strings['LBL_FILTER_ID_NOT_DEFINED'] = 'Filter id not defined';
|
||||
$app_strings['LBL_GENERIC_CONFIRMATION'] = 'Do you want to proceed with action?';
|
||||
|
||||
$app_list_strings['sort_order'] = [];
|
||||
$app_list_strings['sort_order']['asc'] = 'Ascending';
|
||||
$app_list_strings['sort_order']['desc'] = 'Descending';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue