From a861c16a0c30c0be0c44acbd0b1c67d7ca0c4bf0 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 24 Aug 2006 19:14:58 +0000 Subject: [PATCH] Monotone-Parent: ed6bb8dbb9400c9327fb86fd4e43cbc306ad95d5 Monotone-Revision: d840398d742d2ea0eea33b8c9140e15c3ba2dd63 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-24T19:14:58 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/French.lproj/Localizable.strings | 1 + UI/Scheduler/GNUmakefile | 1 + UI/Scheduler/product.plist | 8 ++++++++ 3 files changed, 10 insertions(+) diff --git a/UI/Scheduler/French.lproj/Localizable.strings b/UI/Scheduler/French.lproj/Localizable.strings index 91acba6c3..2775ef60d 100644 --- a/UI/Scheduler/French.lproj/Localizable.strings +++ b/UI/Scheduler/French.lproj/Localizable.strings @@ -27,6 +27,7 @@ "Week" = "Semaine"; "this week" = "cette semaine"; +"Week %d" = "Semaine nš %d"; /* Month */ diff --git a/UI/Scheduler/GNUmakefile b/UI/Scheduler/GNUmakefile index 29fe0e440..397681108 100644 --- a/UI/Scheduler/GNUmakefile +++ b/UI/Scheduler/GNUmakefile @@ -17,6 +17,7 @@ SchedulerUI_OBJC_FILES = \ UIxCalMainView.m \ \ UIxCalFilterPanel.m \ + UIxCalDayTable.m \ \ UIxCalDateSelector.m \ \ diff --git a/UI/Scheduler/product.plist b/UI/Scheduler/product.plist index 90968186e..ad87c3cbd 100644 --- a/UI/Scheduler/product.plist +++ b/UI/Scheduler/product.plist @@ -53,6 +53,14 @@ protectedBy = "View"; pageName = "UIxCalDayView"; }; + weekview = { + protectedBy = "View"; + pageName = "UIxCalWeekView"; + }; + monthview = { + protectedBy = "View"; + pageName = "UIxCalMonthView"; + }; dayoverview = { protectedBy = "View";