mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
[Legacy] Add dismiss alert related labels
This commit is contained in:
parent
eb1f85065b
commit
a7f7f07749
1 changed files with 5 additions and 0 deletions
|
@ -1640,6 +1640,11 @@ $app_strings = array(
|
|||
'LBL_CANCEL' => 'Cancel',
|
||||
'LBL_SNOOZE' => 'Snooze',
|
||||
'LBL_DISMISS' => 'Dismiss',
|
||||
'NTC_DISMISS_CONFIRMATION' => 'Are you sure you want to dismiss this alert?',
|
||||
'NTC_DISMISS_ALL_CONFIRMATION' => 'Are you sure you want to dismiss all alerts?',
|
||||
'LBL_ALERT_DISMISS_SUCCESS' => 'Alert dismissed successfully',
|
||||
'LBL_ALERT_DISMISS_ERROR' => 'Error while trying to dismiss alert',
|
||||
'LBL_ALERT_DISMISS_ALL_SUCCESS' => 'Alerts dismissed successfully',
|
||||
'LBL_DISMISS_ALL' => 'Dismiss All',
|
||||
'LBL_VERIFY' => 'Verify',
|
||||
'LBL_RESEND' => 'Resend',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue