[Legacy] Add snooze labels

- Snooze Confirmation
- Configuration label
This commit is contained in:
Jack Anderson 2023-01-12 14:23:09 +00:00 committed by Clemente Raposo
parent c307644275
commit ebc41fbb8f
9 changed files with 10 additions and 0 deletions

View file

@ -1858,6 +1858,7 @@ $app_strings = array(
'NTC_CLICK_BACK' => 'Please click the browser back button and fix the error.',
'NTC_DATE_FORMAT' => '(yyyy-mm-dd)',
'NTC_DELETE_CONFIRMATION_MULTIPLE' => 'Are you sure you want to delete selected record(s)?',
'NTC_SNOOZE_CONFIRMATION' => 'Are you sure you want to snooze?',
'NTC_TEMPLATE_IS_USED' => 'The template is used in at least one email marketing record. Are you sure you want to delete it?',
'NTC_TEMPLATES_IS_USED' => 'The following templates are used in email marketing records. Are you sure you want to delete them?' . PHP_EOL,
'NTC_DELETE_CONFIRMATION' => 'Are you sure you want to delete this record?',
@ -2187,6 +2188,7 @@ $app_strings = array(
'LBL_BULK_ACTION_MASS_UPDATE_NO_ACLS' => 'Insufficient Privilege, Save action not allowed',
'LBL_UNEXPECTED_ERROR' => 'Unexpected error. No able to perform action.',
'LBL_RECORD_DELETE_SUCCESS' => 'Record deleted successfully',
'LBL_RECORD_SNOOZE_SUCCESS' => 'Notification Snoozed',
'LBL_ERROR_SAVING' => 'Error occurred while saving record',
'LBL_SAVE_BUTTON_KEY' => 'a',
'LBL_SAVE_BUTTON_LABEL' => 'Save',

View file

@ -65,6 +65,7 @@ $mod_strings = array(
'LBL_ASSIGNED_USER' => 'Assigned to:',
'LBL_EMAIL_RECIPIENTS' => 'Email Recipients:',
'NTC_DELETE_CONFIRMATION' => 'Are you sure you want to delete this record?',
'NTC_SNOOZE_CONFIRMATION' => 'Are you sure you want to snooze?',
'LBL_LIST_FORM_TITLE' => 'Scheduled Reports List',
'LBL_MODULE_NAME' => 'Scheduled Reports',
'LBL_MODULE_TITLE' => 'Scheduled Reports',

View file

@ -121,6 +121,7 @@ $mod_strings = array(
'MSG_DUPLICATE' => 'Creating this account may potentially create a duplicate account. You may either select an account from the list below or you may click on Save to continue creating a new account with the previously entered data.',
'MSG_SHOW_DUPLICATES' => 'Creating this account may potentially create a duplicate account. You may either click on Save to continue creating this new account with the previously entered data or you may click Cancel.',
'NTC_DELETE_CONFIRMATION' => 'Are you sure you want to delete this record?',
'NTC_SNOOZE_CONFIRMATION' => 'Are you sure you want to snooze?',
'LBL_LIST_FORM_TITLE' => 'Quotes List',
'LBL_MODULE_NAME' => 'Quotes',
'LBL_MODULE_TITLE' => 'Quotes: Home',

View file

@ -87,6 +87,7 @@ $mod_strings = array(
'LBL_LIST_ACCOUNT_NAME' => 'Account Name',
'LBL_LIST_PHONE' => 'Phone',
'NTC_DELETE_CONFIRMATION' => 'Are you sure you want to remove this contact from this bug?',
'NTC_SNOOZE_CONFIRMATION' => 'Are you sure you want to snooze?',
'LBL_DEFAULT_SUBPANEL_TITLE' => 'Bug Tracker',
'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Activities',

View file

@ -335,6 +335,7 @@ $mod_strings = array(
'LBL_LEAD_FOOTER' => 'Form Footer:',
'NTC_NO_LEGENDS' => 'None',
'NTC_DELETE_CONFIRMATION' => 'Are you sure you want to delete this record?',
'NTC_SNOOZE_CONFIRMATION' => 'Are you sure you want to snooze?',
'LBL_DESCRIPTION_LEAD_FORM' => 'Form Description:',
'LBL_DESCRIPTION_TEXT_LEAD_FORM' => 'Submitting this form will create a lead and link with campaign',
'LBL_DOWNLOAD_TEXT_WEB_TO_LEAD_FORM' => 'Please download your Web To Lead form',

View file

@ -168,6 +168,7 @@ $mod_strings = array(
'LNK_NEW_TASK' => 'Create Task',
'LNK_SELECT_ACCOUNT' => "Select Account",
'NTC_DELETE_CONFIRMATION' => 'Are you sure you want to delete this record?',
'NTC_SNOOZE_CONFIRMATION' => 'Are you sure you want to snooze?',
'NTC_OPPORTUNITY_REQUIRES_ACCOUNT' => 'Creating an opportunity requires an account.\n Please either create a new account or select an existing one.',
'NTC_REMOVE_CONFIRMATION' => 'Are you sure you want to remove this contact from the case?',

View file

@ -188,6 +188,7 @@ $mod_strings = array(
'LNK_SELECT_ACCOUNTS' => ' <b>OR</b> Select Account',
'LNK_SELECT_CONTACTS' => ' <b>OR</b> Select Contact',
'NTC_DELETE_CONFIRMATION' => 'Are you sure you want to delete this record?',
'NTC_SNOOZE_CONFIRMATION' => 'Are you sure you want to snooze?',
'NTC_REMOVE_CONFIRMATION' => 'Are you sure you want to remove this lead from this case?',
'LBL_CAMPAIGN_LIST_SUBPANEL_TITLE' => 'Campaigns',
'LBL_CAMPAIGN' => 'Campaign:',

View file

@ -122,6 +122,7 @@ $mod_strings = array(
'LNK_NEW_APPOINTMENT' => 'Create Appointment',
'LNK_IMPORT_PROSPECTS' => 'Import Targets',
'NTC_DELETE_CONFIRMATION' => 'Are you sure you want to delete this record?',
'NTC_SNOOZE_CONFIRMATION' => 'Are you sure you want to snooze?',
'NTC_REMOVE_CONFIRMATION' => 'Are you sure you want to remove this contact from the case?',
'ERR_DELETE_RECORD' => 'A record number must be specified to delete the contact.',
'LBL_SALUTATION' => 'Salutation',

View file

@ -57,6 +57,7 @@ $mod_strings = array(
'LBL_STATUS' => 'Status:',
'LNK_NEW_RELEASE' => 'Release List',
'NTC_DELETE_CONFIRMATION' => 'Are you sure you want to delete this record?',
'NTC_SNOOZE_CONFIRMATION' => 'Are you sure you want to snooze?',
'ERR_DELETE_RECORD' => 'You must specify a record number to delete the release.',
'NTC_STATUS' => 'Set status to Inactive to remove this release from the Release dropdown lists',
'NTC_LIST_ORDER' => 'Set the order this release will appear in the Release dropdown lists',