diff --git a/_data/comm-beta.json b/_data/comm-beta.json index 8265e05a..76b9b3f3 100644 --- a/_data/comm-beta.json +++ b/_data/comm-beta.json @@ -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", @@ -88,6 +87,7 @@ "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", @@ -95,6 +95,7 @@ "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" ], @@ -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", @@ -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", @@ -8753,7 +8753,11 @@ "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", @@ -8761,7 +8765,9 @@ ], "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", @@ -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", @@ -9735,7 +9744,8 @@ "link-preview-autoadd", "link-preview-replace-now", "link-preview-yes-replace", - "spell-add-dictionaries" + "spell-add-dictionaries", + "subject-encription-icon" ], "mail/messenger/migration.ftl": [ "migration-progress-header" diff --git a/_data/comm-release.json b/_data/comm-release.json index 4435a7fc..89a331fd 100644 --- a/_data/comm-release.json +++ b/_data/comm-release.json @@ -8810,7 +8810,15 @@ "account-hub-email-account-added-title", "account-hub-find-settings-failed", "account-hub-notification-show-more", - "account-hub-notification-show-less" + "account-hub-notification-show-less", + "account-hub-email-setup-header", + "account-hub-email-setup-incoming", + "account-hub-email-setup-outgoing", + "account-hub-email-config-found", + "account-hub-email-enter-password", + "account-hub-email-sync-accounts", + "account-hub-test-configuration", + "account-hub-add-new-email" ], "mail/messenger/accountcreation/accountSetup.ftl": [ "account-setup-tab-title", @@ -9032,7 +9040,7 @@ ], "mail/messenger/addressbook/aboutAddressBook.ftl": [ "about-addressbook-title", - "about-addressbook-toolbar-new-address-book", + "about-addressbook-toolbar-add-address-book", "about-addressbook-toolbar-add-carddav-address-book", "about-addressbook-toolbar-add-ldap-address-book", "books-pane-create-contact-button", @@ -9412,6 +9420,7 @@ "menu-help-about-product", "menu-quit", "menu-quit-mac", + "system-tray-menu-quit", "quit-app-shortcut", "toolbar-junk-button", "toolbar-not-junk-button", @@ -9726,7 +9735,8 @@ "link-preview-autoadd", "link-preview-replace-now", "link-preview-yes-replace", - "spell-add-dictionaries" + "spell-add-dictionaries", + "subject-encription-icon" ], "mail/messenger/migration.ftl": [ "migration-progress-header" diff --git a/_data/comm.json b/_data/comm.json index 08404cc8..12999d64 100644 --- a/_data/comm.json +++ b/_data/comm.json @@ -31,6 +31,10 @@ "list-calendar-context-reload-menuitem", "calendar-item-context-menu-modify-menuitem" ], + "calendar/calendar/calendar-creation.ftl": [ + "select-all-calendars", + "select-none-calendars" + ], "calendar/calendar/calendar-delete-prompt.ftl": [ "calendar-delete-event-prompt-title", "calendar-delete-event-prompt-message", @@ -87,6 +91,7 @@ "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", @@ -94,6 +99,7 @@ "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" ], diff --git a/calendar/calendar/calendar-creation.ftl b/calendar/calendar/calendar-creation.ftl new file mode 100644 index 00000000..0bd478c8 --- /dev/null +++ b/calendar/calendar/calendar-creation.ftl @@ -0,0 +1,6 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +select-all-calendars = Select all +select-none-calendars = Select none diff --git a/calendar/calendar/calendar-event-listing.ftl b/calendar/calendar/calendar-event-listing.ftl index 8b68f60c..e2c4cfb0 100644 --- a/calendar/calendar/calendar-event-listing.ftl +++ b/calendar/calendar/calendar-event-listing.ftl @@ -63,6 +63,9 @@ calendar-event-listing-column-title = ## Interval dropdown options +calendar-event-listing-interval-past = + .label = Events in the Past + calendar-event-listing-interval-calendar-month = .label = Events in this Calendar Month @@ -84,6 +87,9 @@ calendar-event-listing-interval-next-6-months = calendar-event-listing-interval-next-12-months = .label = Events in the Next 12 Months +calendar-event-listing-interval-all = + .label = All Events + calendar-event-listing-interval-selected-day = .label = Currently Selected Day