From 1641235163f0db287ce498d4bfe7ba3b35f33fc0 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 5 Sep 2019 10:20:41 -0400 Subject: [PATCH] (i18n) Add missing localizable strings --- UI/Scheduler/English.lproj/Localizable.strings | 2 ++ UI/Templates/SchedulerUI/UIxCalMainView.wox | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/UI/Scheduler/English.lproj/Localizable.strings b/UI/Scheduler/English.lproj/Localizable.strings index b3c304290..f20be5a07 100644 --- a/UI/Scheduler/English.lproj/Localizable.strings +++ b/UI/Scheduler/English.lproj/Localizable.strings @@ -107,6 +107,7 @@ "Name of the Calendar" = "Name of the Calendar"; "new" = "New"; "Print view" = "Print view"; +"Print" = "Print"; "edit" = "Edit"; "delete" = "Delete"; "proposal" = "Proposal"; @@ -147,6 +148,7 @@ "Display events and tasks colors" = "Display events and tasks colors"; "Borders" = "Borders"; "Backgrounds" = "Backgrounds"; +"Page Format" = "Page Format"; /* Appointments */ "Appointment viewer" = "Appointment Viewer"; diff --git a/UI/Templates/SchedulerUI/UIxCalMainView.wox b/UI/Templates/SchedulerUI/UIxCalMainView.wox index a7c2fc244..7ddd00230 100644 --- a/UI/Templates/SchedulerUI/UIxCalMainView.wox +++ b/UI/Templates/SchedulerUI/UIxCalMainView.wox @@ -692,7 +692,7 @@ - +
@@ -702,7 +702,7 @@
-
{{:: $PrintDialogController.calendarView | loc }}
+
{{:: $PrintDialogController.calendarView.capitalize() | loc }}