Update pt-pt.js

Update popup confirmation message so the end user can get different messages when delete (All Recurrences events) or (One Recurrence event)
This commit is contained in:
mohammadamer 2021-03-27 20:56:18 +02:00 committed by GitHub
parent 16d4af58ee
commit 1ce43186bf
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 ?",
ConfirmeDeleteAllRecurrrencesMessage: "Confirm delete event ?",
ConfirmeDeleteOneRecurrenceMessage: "Confirm delete event ?",
DialogConfirmDeleteTitle: " 'Delete Event'",
SpinnerDeletingLabel: "Deleting...",
DialogCloseButtonLabel: "Cancel",