diff --git a/docs/upgrades/packages-7.6.7/root_import_calendar-templates_default-calendar-print-list-view.wgpkg b/docs/upgrades/packages-7.6.7/root_import_calendar-templates_default-calendar-print-list-view.wgpkg new file mode 100644 index 000000000..1467d15a7 Binary files /dev/null and b/docs/upgrades/packages-7.6.7/root_import_calendar-templates_default-calendar-print-list-view.wgpkg differ diff --git a/lib/WebGUI/i18n/English/Asset_Calendar.pm b/lib/WebGUI/i18n/English/Asset_Calendar.pm index 0d0f7f8ba..dd2023dce 100644 --- a/lib/WebGUI/i18n/English/Asset_Calendar.pm +++ b/lib/WebGUI/i18n/English/Asset_Calendar.pm @@ -904,6 +904,25 @@ our $I18N = { message => q{
You need to commit this calendar before you can create a new event
}, lastUpdated => 1166848379, }, + + 'New Year' => { + message => q{New Year}, + context => q{template label, In a list of events, used to indicate that the year has changed}, + lastUpdated => 1229310924, + }, + + 'New Month' => { + message => q{New Month}, + context => q{template label, In a list of events, used to indicate that the month has changed}, + lastUpdated => 1229310924, + }, + + 'New Day' => { + message => q{New Day}, + context => q{template label, In a list of events, used to indicate that the day has changed}, + lastUpdated => 1229311001, + }, + }; 1;