From 034af2c78fb1199a84f34c628da252d738372008 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 6 Nov 2006 17:43:07 +0000 Subject: [PATCH] Monotone-Parent: 2029cab2cb29b63483793ac99783600ad5eb5c3a Monotone-Revision: 41860311e9a9d95e4e0a179f742a52d433d59d72 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-06T17:43:07 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/English.lproj/Localizable.strings | 1 + UI/Scheduler/French.lproj/Localizable.strings | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/UI/Scheduler/English.lproj/Localizable.strings b/UI/Scheduler/English.lproj/Localizable.strings index 593a39d23..99a50b8e1 100644 --- a/UI/Scheduler/English.lproj/Localizable.strings +++ b/UI/Scheduler/English.lproj/Localizable.strings @@ -270,6 +270,7 @@ validate_endbeforestart = "Enddate is before startdate!"; /* confirmations */ "appointmentDeleteConfirmation" = "Erasing this event will not be reversible.\\nDo you want to confirm anyway?"; +"taskDeleteConfirmation" = "Erasing this task will be nonreversible.\\nDo you want to confirm anyway?"; /* Legend */ "Required participant" = "Required participant"; diff --git a/UI/Scheduler/French.lproj/Localizable.strings b/UI/Scheduler/French.lproj/Localizable.strings index f858423d3..54f0637b5 100644 --- a/UI/Scheduler/French.lproj/Localizable.strings +++ b/UI/Scheduler/French.lproj/Localizable.strings @@ -276,8 +276,17 @@ validate_endbeforestart = "La date de fin est avant la date de début !"; "Week View" = "Par semaine"; "Month View" = "Par mois"; -/* confirmations */ +/* menu */ +"New Event..." = "Nouvel événement..."; +"New Task..." = "Nouvelle tâche..."; +"Edit Selected Event..." = "Modifier l'événement sélectionné..."; +"Delete Selected Event" = "Supprimer l'événement sélectionné"; +"Select All" = "Tout sélectionner"; +"Workweek days only" = "Semaine de travail seulement"; +"Tasks in View" = "Afficher les tâches"; + "appointmentDeleteConfirmation" = "L'effacement de cet événement sera permanent.\\nVoulez-vous continuer?"; +"taskDeleteConfirmation" = "L'effacement de cette tâche sera permanent.\\nVoulez-vous continuer?"; /* Legend */ "Required participant" = "Participant obligatoire";