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";