From 3fd3bf8cd7f1c45182551e605c0680fb0dbe6fa4 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 15 Dec 2008 03:16:11 +0000 Subject: [PATCH] i18n the calendar print list template --- ...tes_default-calendar-print-list-view.wgpkg | Bin 0 -> 1052 bytes lib/WebGUI/i18n/English/Asset_Calendar.pm | 19 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 docs/upgrades/packages-7.6.7/root_import_calendar-templates_default-calendar-print-list-view.wgpkg 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 0000000000000000000000000000000000000000..1467d15a7572b2f62c2db36f6d0aa51ee82f5bb6 GIT binary patch literal 1052 zcmV+%1mpW3iwFP!00000|Ls;$Z`(Ey_H%!Qpod}ulGsvYt9CsDUDMPqoXks{rop@g zj6~b4C6Xm6JI>Jmz9S`BitPm55CeNK0Ywh)_}$0vct;&oc0X#hnqRM1D*D~<%-iwc zZLLPF;y8}$9D5DNt5qz=0ndsBOLjjJsgM9_0gDKoJsmHRSjeZ%dUG($=FIyU*Z-5r zum-tdq<=m0+dcX!8GRw5fY{LahWEDod#+nw%fIK=y@~~D?tbhl|3|y0{t^-Xeg#En zOT`45VB2b0fBbo1rnq1n3q`Qhv&Kz(Mo6j;_nZlZ!*|9+lPEGvv^fwMf#uhwUSuEJ zD+5%SGWa%6?jj|oEj-6m$<(6SJpW-F$k>7`+%7Q^+5AZT)uRdv ziWFfKML(V6g>?h=gLit%w|TUm-yWD)s$I>HwgJbCs_ApcXWHREL5FDh9PkNRZooc4 zxSDCArBm(cai@)}slel3Ms_OW9EnuLD-m@@c4uvNNK}M7?J9x?R%cO+Dyx+zSO$V{ zt!eJS*KtnZ3|?|X0j6M-$*VJ&E?gxSatFuymJ2*5ERh4KJRWK-0aR81#Q|M-g-R&*6?idDC&pMDHcRQzD@;; z2S`8(n1U(Q9$fr5>wdPm{kGhP1)}L>@27}Pw)MFH8l*f&aa!Ql`0nFXuhlXY(`pT~ z{!)PHc6!D_GA7Uub<1>Iw|NZTKfYTyWj)}t?mODYFHB0GI5T;Yb}TC|OKYGzmeq%j zWto*lE1nU4&J@H9OlhynL8R_B=q>{;H6zpOF3Ce05lEJpXju}|ifs=k%cfqwvf`C}&l5&!`CNCEQz literal 0 HcmV?d00001 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{

Error!

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;