diff --git a/UI/Common/English.lproj/Localizable.strings b/UI/Common/English.lproj/Localizable.strings index c484f9eb3..3c09cd52e 100644 --- a/UI/Common/English.lproj/Localizable.strings +++ b/UI/Common/English.lproj/Localizable.strings @@ -73,6 +73,15 @@ "delegate is a participant" = "The delegate is already a participant."; "delegate is a group" = "The specified address corresponds to a group. You can only delegate to a unique person."; +"Snooze for " = "Snooze for "; +"5 minutes" = "5 minutes"; +"10 minutes" = "10 minutes"; +"15 minutes" = "15 minutes"; +"30 minutes" = "30 minutes"; +"45 minutes" = "45 minutes"; +"1 hour" = "1 hour"; + + /* common buttons */ "OK" = "OK"; "Cancel" = "Cancel"; diff --git a/UI/Common/French.lproj/Localizable.strings b/UI/Common/French.lproj/Localizable.strings index 81bd7c83e..9428a41e4 100644 --- a/UI/Common/French.lproj/Localizable.strings +++ b/UI/Common/French.lproj/Localizable.strings @@ -73,6 +73,15 @@ "delegate is a participant" = "Le délégué est déjà un participant."; "delegate is a group" = "L'adresse spécifiée correspond à un groupe. Vous ne pouvez déléguer qu'à une personne."; +"Snooze for " = "Rappel dans "; +"5 minutes" = "5 minutes"; +"10 minutes" = "10 minutes"; +"15 minutes" = "15 minutes"; +"30 minutes" = "30 minutes"; +"45 minutes" = "45 minutes"; +"1 hour" = "1 heure"; + + /* common buttons */ "OK" = "OK"; "Cancel" = "Annuler";