From 173a22650f4f27ce1c2014e62d938c4ecc964274 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 21 Feb 2019 09:08:34 -0500 Subject: [PATCH] (i18n) Update translations --- UI/Scheduler/German.lproj/Localizable.strings | 32 ++++++++++++++++++- UI/Scheduler/Polish.lproj/Localizable.strings | 32 ++++++++++++++++++- 2 files changed, 62 insertions(+), 2 deletions(-) diff --git a/UI/Scheduler/German.lproj/Localizable.strings b/UI/Scheduler/German.lproj/Localizable.strings index 345fa5a21..8e36f8f97 100644 --- a/UI/Scheduler/German.lproj/Localizable.strings +++ b/UI/Scheduler/German.lproj/Localizable.strings @@ -440,15 +440,45 @@ validate_untilbeforeend = "Die Wiederholung muss nach dem ersten Auftreten en "Are you sure you want to delete the selected components?" = "Wollen Sie wirklich die ausgewählten Komponenten löschen?"; -/* Legend */ +/* Participation role */ +"Role" = "Rolle"; + +/* Participant role: participation is required */ "Participant" = "Teilnehmer"; + +/* Participant role: participation is required */ +"req-participant" = "Teilnehmer"; + +/* Participant role: participation is optional */ "Optional Participant" = "Optionaler Teilnehmer"; + +/* Participant role: participation is optional */ +"opt-participant" = "Optionaler Teilnehmer"; + +/* Participant role: participant is copied for information purposes only */ "Non Participant" = "Kein Teilnehmer"; + +/* Participant role: participant is copied for information purposes only */ +"non-participant" = "Kein Teilnehmer"; + +/* Participant role: participant is chair of the calendar entity */ "Chair" = "Vorsitz"; + +/* Participant role: participant is chair of the calendar entity */ +"chair" = "Vorsitz"; + +/* Participant status: needs action */ "Needs action" = "Benötigt Eingriff"; + +/* Participant status: event accepted */ "Accepted" = "Akzeptiert"; + +/* Participant status: event declined */ "Declined" = "Abgelehnt"; + +/* Participant status: tentatively accepted */ "Tentative" = "Vorläufig"; + "Free" = "Verfügbar"; "Busy" = "Beschäftigt"; "Maybe busy" = "Vielleicht beschäftigt"; diff --git a/UI/Scheduler/Polish.lproj/Localizable.strings b/UI/Scheduler/Polish.lproj/Localizable.strings index 0a2d55f1f..c74423cda 100644 --- a/UI/Scheduler/Polish.lproj/Localizable.strings +++ b/UI/Scheduler/Polish.lproj/Localizable.strings @@ -440,15 +440,45 @@ validate_untilbeforeend = "Zapętlenie musi zakończyć się po pierwszym wys "Are you sure you want to delete the selected components?" = "Na pewno chcesz usunąć wybrane komponenty?"; -/* Legend */ +/* Participation role */ +"Role" = "Rola"; + +/* Participant role: participation is required */ "Participant" = "Uczestnik"; + +/* Participant role: participation is required */ +"req-participant" = "Uczestnik"; + +/* Participant role: participation is optional */ "Optional Participant" = "Uczestnik opcjonalny"; + +/* Participant role: participation is optional */ +"opt-participant" = "Uczestnik opcjonalny"; + +/* Participant role: participant is copied for information purposes only */ "Non Participant" = "Nie uczestniczy"; + +/* Participant role: participant is copied for information purposes only */ +"non-participant" = "Nie uczestniczy"; + +/* Participant role: participant is chair of the calendar entity */ "Chair" = "Prowadzący"; + +/* Participant role: participant is chair of the calendar entity */ +"chair" = "Prowadzący"; + +/* Participant status: needs action */ "Needs action" = "Wymaga akcji"; + +/* Participant status: event accepted */ "Accepted" = "Zaakceptowane"; + +/* Participant status: event declined */ "Declined" = "Odmówione"; + +/* Participant status: tentatively accepted */ "Tentative" = "Niepewne"; + "Free" = "Wolny"; "Busy" = "Zajęty"; "Maybe busy" = "Być może zajęty";