From ab2455e143c3e8b35da5e08760ecd2902593a305 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 3 Aug 2012 19:06:58 +0000 Subject: [PATCH] Added missing translation string to UI/PreferencesUI. Monotone-Parent: a6dfa4114eeabf1790dbbd7a169d81c988375c12 Monotone-Revision: 3b7d228dcc72f9e1e396acb3f0225ad61769908c Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-03T19:06:58 --- UI/PreferencesUI/English.lproj/Localizable.strings | 1 + UI/PreferencesUI/French.lproj/Localizable.strings | 1 + 2 files changed, 2 insertions(+) diff --git a/UI/PreferencesUI/English.lproj/Localizable.strings b/UI/PreferencesUI/English.lproj/Localizable.strings index ee816ede3..f65aa84f2 100644 --- a/UI/PreferencesUI/English.lproj/Localizable.strings +++ b/UI/PreferencesUI/English.lproj/Localizable.strings @@ -282,6 +282,7 @@ "Label 4" = "Label 4"; "Label 5" = "Label 5"; +"The password was changed successfully." = "The password was changed successfully."; "Password must not be empty." = "Password must not be empty."; "The passwords do not match. Please try again." = "The passwords do not match. Please try again."; "Password change failed" = "Password change failed"; diff --git a/UI/PreferencesUI/French.lproj/Localizable.strings b/UI/PreferencesUI/French.lproj/Localizable.strings index 8e0538417..750217e85 100644 --- a/UI/PreferencesUI/French.lproj/Localizable.strings +++ b/UI/PreferencesUI/French.lproj/Localizable.strings @@ -282,6 +282,7 @@ "Label 4" = "étiquette 4"; "Label 5" = "étiquette 5"; +"The password was changed successfully." = "Votre mot de passe a bien été changé."; "Password must not be empty." = "Le mot de passe ne doit pas être vide."; "The passwords do not match. Please try again." = "Les mots de passe ne sont pas identiques. Essayez de nouveau."; "Password change failed" = "Échec au changement";