diff --git a/UI/Common/Polish.lproj/Localizable.strings b/UI/Common/Polish.lproj/Localizable.strings index eef7e7191..3cf225cb1 100644 --- a/UI/Common/Polish.lproj/Localizable.strings +++ b/UI/Common/Polish.lproj/Localizable.strings @@ -233,3 +233,10 @@ "passwordRecovery_SecretQuestion2" = "Jaki miałeś pierwszy samochód?"; "passwordRecovery_SecretQuestion3" = "Jaki jest twój ulubiony film?"; "passwordRecovery_SecondaryEmail" = "Dodatkowy e-mail"; + +/* Password */ +"POLICY_MIN_LOWERCASE_LETTER" = "Minimum of %{0} lowercase letter"; +"POLICY_MIN_UPPERCASE_LETTER" = "Minimum of %{0} uppercase letter"; +"POLICY_MIN_DIGIT" = "Minimum of %{0} digit"; +"POLICY_MIN_SPECIAL_SYMBOLS" = "Minimum of %{0} special symbols"; +"POLICY_MIN_LENGTH" = "Minimum length of %{0} characters"; \ No newline at end of file diff --git a/UI/MailerUI/Polish.lproj/Localizable.strings b/UI/MailerUI/Polish.lproj/Localizable.strings index f1a8d3c47..4caeb2310 100644 --- a/UI/MailerUI/Polish.lproj/Localizable.strings +++ b/UI/MailerUI/Polish.lproj/Localizable.strings @@ -171,6 +171,7 @@ /* MailListView */ "Sender" = "Nadawca"; "Subject or Sender" = "Temat lub nadawca"; +"Subject or Recipient" = "Subject or Recipient"; "To or Cc" = "Do lub DW"; "Entire Message" = "Cała wiadomość"; "Date" = "Data"; @@ -514,3 +515,18 @@ /* Hotkey to forward to a message */ "hotkey_forward" = "f"; + +/* Email deletion */ +"Clean folder" = "Clean folder"; +"Clean mailbox" = "Clean mailbox"; +"Delete permanently (do not use trash)" = "Delete permanently (do not use trash)"; +"Apply to subfolders" = "Apply to subfolders"; +"Delete e-mails older than" = "Delete e-mails older than"; +"3 months" = "3 months"; +"6 months" = "6 months"; +"9 months" = "9 months"; +"1 year" = "1 year"; +"Custom" = "Custom"; +"You are about to permanently delete some messages. Are you sure you want to proceed with this action?" = "You are about to permanently delete some messages. Are you sure you want to proceed with this action?"; +"Apply" = "Apply"; +"%{0} message(s) deleted" = "%{0} message(s) deleted"; \ No newline at end of file diff --git a/UI/MainUI/Polish.lproj/Localizable.strings b/UI/MainUI/Polish.lproj/Localizable.strings index cca3514f0..ceb19ccf8 100644 --- a/UI/MainUI/Polish.lproj/Localizable.strings +++ b/UI/MainUI/Polish.lproj/Localizable.strings @@ -84,6 +84,7 @@ "Change your Password" = "Zmień swoje hasło"; "The password was changed successfully." = "Hasło zostało zmienione."; "Your password has expired, please enter a new one below" = "Ważność twojego hasła wygasła, wprowadź niżej nowe hasło"; +"Your password is too weak. Please choose a stronger password to enhance your security" = "Your password is too weak. Please choose a stronger password to enhance your security"; "Password must not be empty." = "Hasło nie może być puste."; "The passwords do not match. Please try again." = "Hasła nie są zgodne. Spróbuj jeszcze raz."; "Password Grace Period" = "Okres pobłażliwości hasła"; @@ -126,4 +127,4 @@ "Invalid configuration for email password recovery" = "Nieprawidłowa konfiguracja odzyskiwania hasła e-mail"; "Password recovery email in error" = "E-mail służący do odzyskiwania hasła zawiera błąd"; "Password reset" = "Reset hasła"; -"Hi %{0},\nThere was a request to change your password!\n\nIf you did not make this request then please ignore this email.\n\nOtherwise, please click this link to change your password: %{1}" = "Cześć %{0},\nThere was a request to change your password!\n\nJeśli to nie Ty złożyłeś tę prośbę, zignoruj tę wiadomość e-mail.\n\nW przeciwnym razie kliknij ten link, aby zmienić hasło: %{1}"; \ No newline at end of file +"Hi %{0},\nThere was a request to change your password!\n\nIf you did not make this request then please ignore this email.\n\nOtherwise, please click this link to change your password: %{1}" = "Cześć %{0},\nThere was a request to change your password!\n\nJeśli to nie Ty złożyłeś tę prośbę, zignoruj tę wiadomość e-mail.\n\nW przeciwnym razie kliknij ten link, aby zmienić hasło: %{1}"; diff --git a/UI/PreferencesUI/Polish.lproj/Localizable.strings b/UI/PreferencesUI/Polish.lproj/Localizable.strings index 740ff8839..8a2a16973 100644 --- a/UI/PreferencesUI/Polish.lproj/Localizable.strings +++ b/UI/PreferencesUI/Polish.lproj/Localizable.strings @@ -274,11 +274,6 @@ "Confirmation" = "Potwierdzenie"; "Change" = "Zmiana"; "Passwords don't match" = "Hasła nie są takie same"; -"POLICY_MIN_LOWERCASE_LETTER" = "Co najmniej %{0} małych liter"; -"POLICY_MIN_UPPERCASE_LETTER" = "Co najmniej %{0} dużych liter"; -"POLICY_MIN_DIGIT" = "Co najmniej %{0} cyfr"; -"POLICY_MIN_SPECIAL_SYMBOLS" = "Co najmniej %{0} znaków specjalnych"; -"POLICY_MIN_LENGTH" = "Długość co najmniej %{0} znaków"; /* Event+task classifications */ diff --git a/UI/Scheduler/Polish.lproj/Localizable.strings b/UI/Scheduler/Polish.lproj/Localizable.strings index f945faa53..7bdaf6059 100644 --- a/UI/Scheduler/Polish.lproj/Localizable.strings +++ b/UI/Scheduler/Polish.lproj/Localizable.strings @@ -117,6 +117,7 @@ "Save and Close" = "Zapisz i zamknij"; "Close" = "Zamknij"; "Invite Attendees" = "Zaproś uczestników"; +"Create Jitsi Meeting" = "Create Jitsi Meeting"; "Attach" = "Załącz"; "Update" = "Zaktualizuj"; "Cancel" = "Anuluj";