From 0950a8417e649a7a9887638fd053edcc49034b28 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 25 Aug 2006 20:46:57 +0000 Subject: [PATCH] Monotone-Parent: 6fa26b1733ea260edb32bcddc77494ec35d87765 Monotone-Revision: e049139bc14cf93a1efb7a9566830360e92404ae Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-25T20:46:57 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/English.lproj/Localizable.strings | 2 ++ UI/Scheduler/French.lproj/Localizable.strings | 3 +++ 2 files changed, 5 insertions(+) diff --git a/UI/Scheduler/English.lproj/Localizable.strings b/UI/Scheduler/English.lproj/Localizable.strings index 6250928fd..f0842dd34 100644 --- a/UI/Scheduler/English.lproj/Localizable.strings +++ b/UI/Scheduler/English.lproj/Localizable.strings @@ -241,3 +241,5 @@ validate_endbeforestart = "Enddate is before startdate!"; "Week View" = "Week View"; "Month View" = "Month View"; +/* confirmations */ +"appointmentDeleteConfirmation" = "Erasing this event will not be reversible.\\nDo you want to confirm anyway?"; diff --git a/UI/Scheduler/French.lproj/Localizable.strings b/UI/Scheduler/French.lproj/Localizable.strings index 2775ef60d..17fc05299 100644 --- a/UI/Scheduler/French.lproj/Localizable.strings +++ b/UI/Scheduler/French.lproj/Localizable.strings @@ -246,3 +246,6 @@ validate_endbeforestart = "La date de fin est avant la date de début !"; "Day View" = "Par jour"; "Week View" = "Par semaine"; "Month View" = "Par mois"; + +/* confirmations */ +"appointmentDeleteConfirmation" = "L'effacement de cet événement sera permanent.\\nVoulez-vous continuer?";