From d0657536196882e19985c854d12b4c0e784fc7c1 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 3 Feb 2012 16:53:21 +0000 Subject: [PATCH] Added missing strings for Snooze dialog. Monotone-Parent: 586a0bdcc2c98c7e3366a22553c91c00478f7f6d Monotone-Revision: 7d5711d36b09624f7b8bf3747c0b7c2d743b3d00 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-03T16:53:21 --- UI/Common/English.lproj/Localizable.strings | 9 +++++++++ UI/Common/French.lproj/Localizable.strings | 9 +++++++++ 2 files changed, 18 insertions(+) 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";