Skip to content

Commit

Permalink
Merge pull request #24 from thunderbird/update
Browse files Browse the repository at this point in the history
Update messages
  • Loading branch information
jfx2006 authored Sep 25, 2024
2 parents 3286d54 + 02ac5c1 commit f22fb00
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 24 deletions.
43 changes: 26 additions & 17 deletions _data/comm-release.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"reminder-title-at-start-task",
"reminder-title-at-end-event",
"reminder-title-at-end-task",
"reminder-snooze-ok-a11y",
"reminder-custom-origin-begin-before-event",
"reminder-custom-origin-begin-after-event",
"reminder-custom-origin-end-before-event",
Expand Down Expand Up @@ -88,13 +87,15 @@
"calendar-event-listing-column-status",
"calendar-event-listing-column-time-until-due",
"calendar-event-listing-column-title",
"calendar-event-listing-interval-past",
"calendar-event-listing-interval-calendar-month",
"calendar-event-listing-interval-current-view",
"calendar-event-listing-interval-next-7-days",
"calendar-event-listing-interval-next-14-days",
"calendar-event-listing-interval-next-31-days",
"calendar-event-listing-interval-next-6-months",
"calendar-event-listing-interval-next-12-months",
"calendar-event-listing-interval-all",
"calendar-event-listing-interval-selected-day",
"calendar-event-listing-interval-today"
],
Expand Down Expand Up @@ -496,9 +497,21 @@
"extract-using",
"extract-using-region",
"unit-minutes",
"event-duration-menuitem-count-minutes",
"unit-hours",
"event-duration-menuitem-count-hours",
"unit-days",
"event-duration-menuitem-count-days",
"unit-weeks",
"event-duration-menuitem-count-weeks",
"event-duration-menuitem-minutes",
"event-duration-label-minutes",
"event-duration-menuitem-hours",
"event-duration-label-hours",
"event-duration-menuitem-days",
"event-duration-label-days",
"event-duration-menuitem-weeks",
"event-duration-label-weeks",
"show-calendar",
"hide-calendar",
"hide-calendar-title",
Expand Down Expand Up @@ -3013,20 +3026,7 @@
],
"mail/chrome/messenger/AccountManager.dtd": [
"accountManagerTitle.label",
"accountManagerCloseButton.label",
"accountActionsButton.label",
"accountActionsButton.accesskey",
"addMailAccountButton.label",
"addMailAccountButton.accesskey",
"addIMAccountButton.label",
"addIMAccountButton.accesskey",
"addFeedAccountButton.label",
"addFeedAccountButton.accesskey",
"setDefaultButton.label",
"setDefaultButton.accesskey",
"removeButton.label",
"removeButton.accesskey",
"addonsButton.label"
"accountManagerCloseButton.label"
],
"mail/chrome/messenger/AccountWizard.dtd": [
"windowTitle.label",
Expand Down Expand Up @@ -8753,15 +8753,21 @@
"mail/messenger/accountManager.ftl": [
"open-preferences-sidebar-button2",
"open-addons-sidebar-button",
"account-action-add-newsgroup-account",
"account-tree-create-account-button",
"account-tree-add-mail-account",
"account-tree-add-chat-account",
"account-tree-add-feed-account",
"account-tree-add-newsgroup-account",
"server-change-restart-required",
"edit-vcard-dialog-accept-button",
"edit-vcard-dialog-cancel-button",
"account-manager-server-default-icon"
],
"mail/messenger/accountSettings.ftl": [
"account-settings-color-label",
"account-settings-reset-color-button"
"account-settings-reset-color-button",
"delete-account-button",
"default-account-button"
],
"mail/messenger/accountcreation/accountHub.ftl": [
"account-hub-brand",
Expand Down Expand Up @@ -9397,6 +9403,9 @@
"wizardpage-failed",
"wizardpage-failed-message"
],
"mail/messenger/in-app-notifications.ftl": [
"in-app-notification-close-image"
],
"mail/messenger/mailWidgets.ftl": [
"apply-current-view-to-menu",
"threadpane-apply-changes-prompt-title",
Expand Down
1 change: 0 additions & 1 deletion _data/comm.json
Original file line number Diff line number Diff line change
Expand Up @@ -10196,7 +10196,6 @@
"wkd-message-body-process",
"converter-decrypt-body-failed",
"filter-folder-required",
"filter-decrypt-move-warn-experimental",
"filter-term-pgpencrypted-label",
"filter-key-required",
"filter-key-not-found",
Expand Down
6 changes: 0 additions & 6 deletions calendar/calendar/calendar-alarms.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ reminder-title-at-start-task = The moment the task starts
reminder-title-at-end-event = The moment the event ends
reminder-title-at-end-task = The moment the task ends
# LOCALIZATION NOTE (reminder-snooze-ok-a11y)
# This string is not seen in the UI, it is read by screen readers when the user
# focuses the "OK" button in the "Snooze for..." popup of the alarm dialog.
# $unit = any of unit*
reminder-snooze-ok-a11y =
.aria-label = Snooze reminder for { $unit }
reminder-custom-origin-begin-before-event = before the event starts
reminder-custom-origin-begin-after-event = after the event starts
Expand Down

0 comments on commit f22fb00

Please sign in to comment.