diff --git a/UI/MainUI/English.lproj/Localizable.strings b/UI/MainUI/English.lproj/Localizable.strings index cc4605ff4..7ee41870d 100644 --- a/UI/MainUI/English.lproj/Localizable.strings +++ b/UI/MainUI/English.lproj/Localizable.strings @@ -110,8 +110,10 @@ See this page for v "Unhandled error response" = "Unhandled error response"; "Password change is not supported." = "Password change is not supported."; "Unhandled HTTP error code: %{0}" = "Unhandled HTTP error code: %{0}"; +"Current password" = "Current password"; "New password" = "New password"; "Confirmation" = "Confirmation"; +"Change" = "Changer"; "Cancel" = "Cancel"; "Please wait..." = "Please wait..."; "Close" = "Close"; diff --git a/UI/MainUI/French.lproj/Localizable.strings b/UI/MainUI/French.lproj/Localizable.strings index b694467e0..d36a3ac49 100644 --- a/UI/MainUI/French.lproj/Localizable.strings +++ b/UI/MainUI/French.lproj/Localizable.strings @@ -107,8 +107,10 @@ "Unhandled error response" = "Erreur inconnue"; "Password change is not supported." = "Changement de mot de passe non-supporté."; "Unhandled HTTP error code: %{0}" = "Code HTTP non-géré: %{0}"; +"Current password" = "Mot de passe actuel"; "New password" = "Nouveau mot de passe"; "Confirmation" = "Confirmation"; +"Change" = "Changer"; "Cancel" = "Annuler"; "Please wait..." = "Veuillez patienter..."; "Close" = "Fermer";