Update en-us.js

Update popup confirmation message so the end user can get different messages when delete (All Recurrrences events) or (One Recurrence event)
This commit is contained in:
mohammadamer 2021-03-27 20:53:33 +02:00 committed by GitHub
parent 85c0d59b12
commit 868056c581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ define([], function () {
EnDateValidationMessage: "start date is greater than end date",
SartDateValidationMessage: "start date is greater than end date",
eventSelectDatesLabel: "Show only the events within the following dates",
ConfirmeDeleteMessage: "Confirm delete event ? If the event is a recurrence event all entries will be deleted ",
ConfirmeDeleteAllRecurrrencesMessage: "Confirm delete event ? If the event is a recurrence event all entries will be deleted ",
ConfirmeDeleteOneRecurrenceMessage: "Confirm delete event ? Only this event will be deleted, All other recurrences will not be deleted ",
DialogConfirmDeleteTitle: "Delete Event",
SpinnerDeletingLabel: "Deleting...",
DialogCloseButtonLabel: "Cancel",