From aa13918cfb5f97c26c3018f090b8ee27600a053a Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 15 Nov 2006 00:05:08 +0000 Subject: [PATCH] Monotone-Parent: c6656aa775a801327ce3bc9f18ca6dbd56e6776d Monotone-Revision: 1573ea3dacf6d889750a42ad556297539f95422a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-15T00:05:08 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/English.lproj/Localizable.strings | 2 ++ UI/Scheduler/French.lproj/Localizable.strings | 2 ++ 2 files changed, 4 insertions(+) diff --git a/UI/Scheduler/English.lproj/Localizable.strings b/UI/Scheduler/English.lproj/Localizable.strings index 99a50b8e1..d602ba943 100644 --- a/UI/Scheduler/English.lproj/Localizable.strings +++ b/UI/Scheduler/English.lproj/Localizable.strings @@ -268,6 +268,8 @@ validate_endbeforestart = "Enddate is before startdate!"; "Week View" = "Week View"; "Month View" = "Month View"; +"eventPartStatModificationError" = "Your participation status at the event could not be modified."; + /* 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?"; diff --git a/UI/Scheduler/French.lproj/Localizable.strings b/UI/Scheduler/French.lproj/Localizable.strings index 54f0637b5..320ad149b 100644 --- a/UI/Scheduler/French.lproj/Localizable.strings +++ b/UI/Scheduler/French.lproj/Localizable.strings @@ -276,6 +276,8 @@ validate_endbeforestart = "La date de fin est avant la date de début !"; "Week View" = "Par semaine"; "Month View" = "Par mois"; +"eventPartStatModificationError" = "Votre état de participation à l'événement n'a pas pu être modifié."; + /* menu */ "New Event..." = "Nouvel événement..."; "New Task..." = "Nouvelle tâche...";