From b44fd637128aff0b134fddf741be171d79f0ab0a Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 19 Oct 2006 14:34:12 +0000 Subject: [PATCH] Monotone-Parent: 75931ec80dae04f15fd7f790b6de21b0b724e457 Monotone-Revision: faec22f8f73711d289266d30497951d66732b2cd Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-19T14:34:12 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 8fd14b2be..c83d4153a 100644 --- a/UI/Scheduler/English.lproj/Localizable.strings +++ b/UI/Scheduler/English.lproj/Localizable.strings @@ -239,6 +239,8 @@ validate_endbeforestart = "Enddate is before startdate!"; "Tasks" = "Tasks"; "Hide completed tasks" = "Hide completed tasks"; +"Calendar" = "Calendar"; + /* toolbar */ "New Event" = "New Event"; "New Task" = "New Task"; diff --git a/UI/Scheduler/French.lproj/Localizable.strings b/UI/Scheduler/French.lproj/Localizable.strings index bfabc8699..b799ba00f 100644 --- a/UI/Scheduler/French.lproj/Localizable.strings +++ b/UI/Scheduler/French.lproj/Localizable.strings @@ -245,6 +245,8 @@ validate_endbeforestart = "La date de fin est avant la date de début !"; "Tasks" = "Tâches"; "Hide completed tasks" = "Masquer les tâches accomplies"; +"Calendar" = "Calendrier"; + /* toolbar */ "New Event" = "Nouvel événement"; "New Task" = "Nouvelle tâche";