diff --git a/UI/MainUI/Danish.lproj/Localizable.strings b/UI/MainUI/Danish.lproj/Localizable.strings index b09827844..ed661bcf7 100644 --- a/UI/MainUI/Danish.lproj/Localizable.strings +++ b/UI/MainUI/Danish.lproj/Localizable.strings @@ -105,8 +105,11 @@ "Unhandled error response" = "fejlreaktion"; "Password change is not supported." = "Ændring af adgangskoden er ikke understøttet."; "Unhandled HTTP error code: %{0}" = "HTTP fejlkode: %{0}"; +"Current password" = "Nuværende adgangskode"; "New password" = "Ny adgangskode"; "Confirmation" = "Bekræftelse"; +"Passwords don't match" = "Adgangskoder stemmer ikke overens"; +"Change" = "Skift"; "Cancel" = "Annullér"; "Please wait..." = "Vent venligst ..."; "Close" = "Luk"; diff --git a/UI/MainUI/English.lproj/Localizable.strings b/UI/MainUI/English.lproj/Localizable.strings index 889c4a245..c1f2a7eac 100644 --- a/UI/MainUI/English.lproj/Localizable.strings +++ b/UI/MainUI/English.lproj/Localizable.strings @@ -110,6 +110,7 @@ See this page for v "Unhandled HTTP error code: %{0}" = "Unhandled HTTP error code: %{0}"; "Current password" = "Current password"; "New password" = "New password"; +"Passwords don't match" = "Passwords don't match"; "Confirmation" = "Confirmation"; "Change" = "Changer"; "Cancel" = "Cancel"; diff --git a/UI/MainUI/French.lproj/Localizable.strings b/UI/MainUI/French.lproj/Localizable.strings index 2d98e99f3..f9cfefb7f 100644 --- a/UI/MainUI/French.lproj/Localizable.strings +++ b/UI/MainUI/French.lproj/Localizable.strings @@ -108,6 +108,7 @@ "Current password" = "Mot de passe actuel"; "New password" = "Nouveau mot de passe"; "Confirmation" = "Confirmation"; +"Passwords don't match" = "Les mots de passe ne correspondent pas"; "Change" = "Changer"; "Cancel" = "Annuler"; "Please wait..." = "Veuillez patienter..."; diff --git a/UI/MainUI/NorwegianBokmal.lproj/Localizable.strings b/UI/MainUI/NorwegianBokmal.lproj/Localizable.strings index f83687c15..8d162e19a 100644 --- a/UI/MainUI/NorwegianBokmal.lproj/Localizable.strings +++ b/UI/MainUI/NorwegianBokmal.lproj/Localizable.strings @@ -105,8 +105,11 @@ "Unhandled error response" = "Uhåndtert feilmelding."; "Password change is not supported." = "Passordendring er ikke støttet."; "Unhandled HTTP error code: %{0}" = "Uhåndtert HTTP-feilkode: %{0}"; +"Current password" = "Nåværende passord"; "New password" = "Nytt passord"; "Confirmation" = "Bekreftelse"; +"Passwords don't match" = "Passordene er ikke like "; +"Change" = "Endre"; "Cancel" = "Avbryt"; "Please wait..." = "Vennligst vent..."; "Close" = "Lukk"; diff --git a/UI/WebServerResources/js/vendor/punycode.js b/UI/WebServerResources/js/vendor/punycode.js index 5b81f1763..8fdd43303 100644 --- a/UI/WebServerResources/js/vendor/punycode.js +++ b/UI/WebServerResources/js/vendor/punycode.js @@ -422,7 +422,7 @@ const punycode = { * @memberOf punycode * @type String */ - 'version': '2.3.1', + 'version': '2.1.0', /** * An object of methods to convert from JavaScript's internal character * representation (UCS-2) to Unicode code points, and back.