diff --git a/UI/Scheduler/English.lproj/Localizable.strings b/UI/Scheduler/English.lproj/Localizable.strings index 73a973c3f..b0a25c0ff 100644 --- a/UI/Scheduler/English.lproj/Localizable.strings +++ b/UI/Scheduler/English.lproj/Localizable.strings @@ -301,3 +301,5 @@ validate_endbeforestart = "Enddate is before startdate!"; "Next slot" = "Next slot"; "Previous hour" = "Previous hour"; "Next hour" = "Next hour"; + +"closeThisWindowMessage" = "Thank you! You may now close this window."; diff --git a/UI/Scheduler/French.lproj/Localizable.strings b/UI/Scheduler/French.lproj/Localizable.strings index a3da6c649..6f24256c0 100644 --- a/UI/Scheduler/French.lproj/Localizable.strings +++ b/UI/Scheduler/French.lproj/Localizable.strings @@ -317,3 +317,5 @@ validate_endbeforestart = "La date de fin est avant la date de début !"; "Next slot" = "Période suivante"; "Previous hour" = "Heure précédente"; "Next hour" = "Heure suivante"; + +"closeThisWindowMessage" = "Merci! Vous pouvez maintenant fermer cette fenêtre.";