diff options
Diffstat (limited to 'l10n-pt-PT/calendar/calendar/calendar-invitation-panel.ftl')
-rw-r--r-- | l10n-pt-PT/calendar/calendar/calendar-invitation-panel.ftl | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/l10n-pt-PT/calendar/calendar/calendar-invitation-panel.ftl b/l10n-pt-PT/calendar/calendar/calendar-invitation-panel.ftl new file mode 100644 index 0000000000..23aa969c41 --- /dev/null +++ b/l10n-pt-PT/calendar/calendar/calendar-invitation-panel.ftl @@ -0,0 +1,96 @@ +# 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/. + +# Variables: +# $organizer (String) - The participant that created the original invitation. +calendar-invitation-panel-intro = { $organizer } convidou-o para: +# Variables: +# $organizer (String) - The participant that updated the original invitation. +calendar-invitation-panel-intro-update = { $organizer } atualizou: +# Variables: +# $organizer (String) - The participant that cancelled the invitation. +calendar-invitation-panel-intro-cancel = { $organizer } cancelou: +# Variables: +# $summary (String) - A short summary or title of the event. +calendar-invitation-panel-title = { $summary } +calendar-invitation-panel-action-button = Guardar +calendar-invitation-panel-save-button = Guardar +calendar-invitation-panel-view-button = Ver +calendar-invitation-panel-update-button = Atualizar +calendar-invitation-panel-delete-button = Apagar +calendar-invitation-panel-accept-button = Sim +calendar-invitation-panel-decline-button = Não +calendar-invitation-panel-tentative-button = Talvez +calendar-invitation-panel-reply-status = * Ainda não decidiu nem respondeu +calendar-invitation-panel-prop-title-when = Quando: +calendar-invitation-panel-prop-title-location = Localização: +# Variables: +# $dayOfWeek (String) - The day of the week for a given date. +# $date (String) - The date example: Tuesday, February 24, 2022. +calendar-invitation-datetime-date = { $dayOfWeek }, { $date } +# Variables: +# $time (String) - The time part of a datetime using the "short" timeStyle. +# $timezone (String) - The timezone info for the datetime. +calendar-invitation-datetime-time = { $time } ({ $timezone }) +# 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 +# $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 = { $startDay } de { $startMonth } de { $startYear } – { $endDay } de { $endMonth } de { $endYear } +# Example: September 16 – 20, 2022 +# $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 = { $startDay } – { $endDay } de { $month } de { $year } +# Example: September 16 – October 20, 2022 +# $startMonth (String) - The month the interval starts. +# $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-between-months = { $startDay } de { $startMonth } – { $endDay } de { $endMonth } de { $year } +# Example: Friday, September 16, 2022 15:00 America/Port of Spain +# $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 } <b>{ $startTime }</b> { $timezone } +# Example: Friday, September 16, 2022 14:00 – 16:00 America/Port of Spain +# $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 } <b>{ $startTime }</b> – <b>{ $endTime }</b> { $timezone } +# Example: Friday, September 16, 2022 14:00 – Tuesday, September 20, 2022 16:00 America/Port of Spain +# $startDate (String) - The date the interval starts. +# $startTime (String) - The time the interval starts. +# $startDate (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 } <b>{ $startTime }</b> – { $endDate } <b>{ $endTime }</b> { $timezone } +calendar-invitation-panel-prop-title-recurrence = Repetições: +calendar-invitation-panel-prop-title-attendees = Participantes: +calendar-invitation-panel-prop-title-description = Descrição: +# Variables: +# $count (Number) - The number of attendees with the "ACCEPTED" participation status. +calendar-invitation-panel-partstat-accepted = { $count } sim +# Variables: +# $count (Number) - The number of attendees with the "DECLINED" participation status. +calendar-invitation-panel-partstat-declined = { $count } não +# Variables: +# $count (Number) - The number of attendees with the "TENTATIVE" participation status. +calendar-invitation-panel-partstat-tentative = { $count } talvez +# Variables: +# $count (Number) - The number of attendees with the "NEEDS-ACTION" participation status. +calendar-invitation-panel-partstat-needs-action = { $count } pendentes +# Variables: +# $count (Number) - The total number of attendees. +calendar-invitation-panel-partstat-total = { $count } participantes +calendar-invitation-panel-prop-title-attachments = Anexos: |