diff --git a/UI/Common/Hungarian.lproj/Localizable.strings b/UI/Common/Hungarian.lproj/Localizable.strings index b546601ae..ffc0aeaaf 100644 --- a/UI/Common/Hungarian.lproj/Localizable.strings +++ b/UI/Common/Hungarian.lproj/Localizable.strings @@ -233,3 +233,10 @@ "passwordRecovery_SecretQuestion2" = "Mi volt az első autód típusa?"; "passwordRecovery_SecretQuestion3" = "Mi a kedvenc filmed?"; "passwordRecovery_SecondaryEmail" = "Másodlagos email cím"; + +/* 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/Hungarian.lproj/Localizable.strings b/UI/MailerUI/Hungarian.lproj/Localizable.strings index dd5f95c62..2be57b8fe 100644 --- a/UI/MailerUI/Hungarian.lproj/Localizable.strings +++ b/UI/MailerUI/Hungarian.lproj/Localizable.strings @@ -171,6 +171,7 @@ /* MailListView */ "Sender" = "Feladó"; "Subject or Sender" = "Tárgy vagy feladó"; +"Subject or Recipient" = "Subject or Recipient"; "To or Cc" = "Címzett vagy másolat"; "Entire Message" = "A teljes üzenet"; "Date" = "Dátum"; @@ -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/Hungarian.lproj/Localizable.strings b/UI/MainUI/Hungarian.lproj/Localizable.strings index e5c1b3b63..d5d605562 100644 --- a/UI/MainUI/Hungarian.lproj/Localizable.strings +++ b/UI/MainUI/Hungarian.lproj/Localizable.strings @@ -84,6 +84,7 @@ "Change your Password" = "Változtassa meg jelszavát"; "The password was changed successfully." = "A jelszó megváltoztatása sikeres."; "Your password has expired, please enter a new one below" = "A jelszava lejárt, kérem adjon meg egy újat"; +"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." = "A jelszó nem lehet üres."; "The passwords do not match. Please try again." = "Jelszavak nem egyeznek meg, kérem próbálja meg újra."; "Password Grace Period" = "Jelszóváltoztatás türelmi időszak"; @@ -126,4 +127,4 @@ "Invalid configuration for email password recovery" = "Érvénytelen beállítás az email jelszó helyreállításnál"; "Password recovery email in error" = "Jelszó helyreállító email hiba"; "Password reset" = "Jelszó helyreállítás"; -"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}" = "Üdvözlöm %{0}!\nKérést kaptunk jelszavának megváltoztatásáról\n\nHa nem ön kezdeményezte a kérést, akkor tekintse tárgytalannak ezt az üzenetet.\n\nEllenkező esetben kérem kattintson erre a hivatkozásra jelszavának módosításához: %{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}" = "Üdvözlöm %{0}!\nKérést kaptunk jelszavának megváltoztatásáról\n\nHa nem ön kezdeményezte a kérést, akkor tekintse tárgytalannak ezt az üzenetet.\n\nEllenkező esetben kérem kattintson erre a hivatkozásra jelszavának módosításához: %{1}"; diff --git a/UI/PreferencesUI/Hungarian.lproj/Localizable.strings b/UI/PreferencesUI/Hungarian.lproj/Localizable.strings index 18ac2162a..8075eb790 100644 --- a/UI/PreferencesUI/Hungarian.lproj/Localizable.strings +++ b/UI/PreferencesUI/Hungarian.lproj/Localizable.strings @@ -274,11 +274,6 @@ "Confirmation" = "Megerősítés"; "Change" = "Módosítás"; "Passwords don't match" = "Jelszavak nem egyeznek meg"; -"POLICY_MIN_LOWERCASE_LETTER" = "Legalább %{0} kisbetű"; -"POLICY_MIN_UPPERCASE_LETTER" = "Legalább %{0} nagybetű"; -"POLICY_MIN_DIGIT" = "Legalább %{0} szám"; -"POLICY_MIN_SPECIAL_SYMBOLS" = "Legalább %{0} különleges karakter"; -"POLICY_MIN_LENGTH" = "Legalább %{0} karakter"; /* Event+task classifications */ diff --git a/UI/Scheduler/Hungarian.lproj/Localizable.strings b/UI/Scheduler/Hungarian.lproj/Localizable.strings index a495e3691..df0b7ba86 100644 --- a/UI/Scheduler/Hungarian.lproj/Localizable.strings +++ b/UI/Scheduler/Hungarian.lproj/Localizable.strings @@ -117,6 +117,7 @@ "Save and Close" = "Mentés és bezárás"; "Close" = "Bezárás"; "Invite Attendees" = "Résztvevők meghívása"; +"Create Jitsi Meeting" = "Create Jitsi Meeting"; "Attach" = "Csatolás"; "Update" = "Mentés"; "Cancel" = "Mégsem";