From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../en-CA/calendar/calendar-invitation-panel.ftl | 100 +++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 thunderbird-l10n/en-CA/localization/en-CA/calendar/calendar-invitation-panel.ftl (limited to 'thunderbird-l10n/en-CA/localization/en-CA/calendar/calendar-invitation-panel.ftl') diff --git a/thunderbird-l10n/en-CA/localization/en-CA/calendar/calendar-invitation-panel.ftl b/thunderbird-l10n/en-CA/localization/en-CA/calendar/calendar-invitation-panel.ftl new file mode 100644 index 0000000000..1c42d7d010 --- /dev/null +++ b/thunderbird-l10n/en-CA/localization/en-CA/calendar/calendar-invitation-panel.ftl @@ -0,0 +1,100 @@ +# 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/. + +calendar-invitation-panel-status-new = You have been invited to this event. +calendar-invitation-panel-status-processed = This event has already been added to your calendar. +calendar-invitation-panel-status-updateminor = This message contains an update for this event. +calendar-invitation-panel-status-updatemajor = This message contains an update for this event. You should re-confirm your attendance. +calendar-invitation-panel-status-cancelled = This message contains a cancellation for this event. +calendar-invitation-panel-status-cancelled-notfound = This message contains a cancellation for an event not found on your calendar. +# Variables: +# $organizer (String) - The participant that cancelled the invitation. +calendar-invitation-panel-intro-cancel = { $organizer } has cancelled: +# Variables: +# $summary (String) - A short summary or title of the event. +calendar-invitation-panel-title = { $summary } +calendar-invitation-panel-view-button = View +calendar-invitation-panel-update-button = Update +calendar-invitation-panel-delete-button = Delete +calendar-invitation-panel-accept-button = Yes +calendar-invitation-panel-decline-button = No +calendar-invitation-panel-tentative-button = Maybe +calendar-invitation-panel-more-button = More +calendar-invitation-panel-menu-item-save-copy = + .label = Save a copy +calendar-invitation-panel-menu-item-toggle-changes = + .label = Show Changes +calendar-invitation-panel-prop-title-when = When: +calendar-invitation-panel-prop-title-location = Location: +# Example: Friday, September 16, 2022 +# Variables: +# $startDate (String) - The date (without time) the event starts on. +calendar-invitation-interval-all-day = { $startDate } +# Example: September 16, 2022 – September 16, 2023 +# Variables: +# $startMonth (String) - The month the interval starts. +# $startDay (String) - The day of the month the interval starts. +# $startYear (String) - The year the interval starts. +# $endMonth (String) - The month the interval ends. +# $endDay (String) - The day of the month the interval ends. +# $endYear (String) - The year the interval ends. +calendar-invitation-interval-all-day-between-years = { $startMonth } { $startDay }, { $startYear } – { $endMonth } { $endDay }, { $endYear } +# Example: September 16 – 20, 2022 +# Variables: +# $month (String) - The month the interval is in. +# $startDay (String) - The day of the month the interval starts. +# $endDay (String) - The day of the month the interval ends. +# $year (String) - The year the interval is in. +calendar-invitation-interval-all-day-in-month = { $month } { $startDay } – { $endDay }, { $year } +# Example: September 16 – October 20, 2022 +# Variables: +# $startMonth (String) - The month the interval starts. +# $startDay (String) - The day of the month the interval starts. +# $endMonth (String) - The month the interval ends. +# $endDay (String) - The day of the month the interval ends. +# $year (String) - The year the interval is in. +calendar-invitation-interval-all-day-between-months = { $startMonth } { $startDay } – { $endMonth } { $endDay }, { $year } +# Example: Friday, September 16, 2022 15:00 America/Port of Spain +# Variables: +# $startDate (String) - The date the interval starts. +# $startTime (String) - The time the interval starts. +# $timezone (String) - The timezone the interval is in. +calendar-invitation-interval-same-date-time = { $startDate } { $startTime } { $timezone } +# Example: Friday, September 16, 2022 14:00 – 16:00 America/Port of Spain +# Variables: +# $startDate (String) - The date the interval starts. +# $startTime (String) - The time the interval starts. +# $endTime (String) - The time the interval ends. +# $timezone (String) - The timezone the interval is in. +calendar-invitation-interval-same-day = { $startDate } { $startTime }{ $endTime } { $timezone } +# Example: Friday, September 16, 2022 14:00 – Tuesday, September 20, 2022 16:00 America/Port of Spain +# Variables: +# $startDate (String) - The date the interval starts. +# $startTime (String) - The time the interval starts. +# $endDate (String) - The date the interval ends. +# $endTime (String) - The time the interval ends. +# $timezone (String) - The timezone the interval is in. +calendar-invitation-interval-several-days = { $startDate } { $startTime } – { $endDate } { $endTime } { $timezone } +calendar-invitation-panel-prop-title-recurrence = Repeats: +calendar-invitation-panel-prop-title-attendees = Attendees: +calendar-invitation-panel-prop-title-description = Description: +# Variables: +# $count (Number) - The number of attendees with the "ACCEPTED" participation status. +calendar-invitation-panel-partstat-accepted = { $count } yes +# Variables: +# $count (Number) - The number of attendees with the "DECLINED" participation status. +calendar-invitation-panel-partstat-declined = { $count } no +# Variables: +# $count (Number) - The number of attendees with the "TENTATIVE" participation status. +calendar-invitation-panel-partstat-tentative = { $count } maybe +# Variables: +# $count (Number) - The number of attendees with the "NEEDS-ACTION" participation status. +calendar-invitation-panel-partstat-needs-action = { $count } pending +# Variables: +# $count (Number) - The total number of attendees. +calendar-invitation-panel-partstat-total = { $count } participants +calendar-invitation-panel-prop-title-attachments = Attachments: +calendar-invitation-change-indicator-removed = Removed +calendar-invitation-change-indicator-added = New +calendar-invitation-change-indicator-modified = Changed -- cgit v1.2.3