A ton of fixes for the calendar. Multiple calendar info is now stored in RDF instead of prefs, there's a new datepicker and I've integrated changes from OEone into our calendar.

This commit is contained in:
mikep%oeone.com 2006-06-07 02:08:31 +00:00
Родитель 613b349b5b
Коммит d8976734ee
3 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -65,8 +65,8 @@
<!ENTITY newevent.location.label "Location" >
<!ENTITY newevent.start.label "Start" >
<!ENTITY newevent.date.label "Date" >
<!ENTITY newevent.startdate.label "Start Date" >
<!ENTITY newevent.enddate.label "End Date" >
<!ENTITY newevent.startdate.label "Start" >
<!ENTITY newevent.enddate.label "End" >
<!ENTITY newevent.end.label "End" >
<!ENTITY newevent.alldayevent.label "This event lasts all day." >
<!ENTITY newevent.description.label "Note" >
@ -208,7 +208,7 @@
<!ENTITY calendar.menu.options.modify "Edit" >
<!ENTITY calendar.menu.options.remove "Delete" >
<!ENTITY calendar.menu.options.close "Close Calendar" >
<!ENTITY calendar.menu.options.close "Close Window" >
<!ENTITY calendar.main.tab.label "Events" >
<!ENTITY calendar.search.tab.label "Search">
@ -300,7 +300,7 @@
<!ENTITY calendar.server.dialog.title.new "Add New Calendar">
<!ENTITY calendar.server.dialog.title.edit "Edit Calendar">
<!ENTITY calendar.server.dialog.name.label "Name">
<!ENTITY calendar.server.dialog.location.label "Location">
<!ENTITY calendar.server.dialog.location.label "Location (Optional)">
<!ENTITY calendar.server.dialog.browse.label "Browse For Local File...">
<!ENTITY calendar.server.dialog.help.label "You can enter a local file path, or a remote file path like http://www.mozilla.org/projects/calendar/caldata/CanadaHolidays.ics">
@ -311,3 +311,5 @@
<!ENTITY calendar.publish.username.label "Username">
<!ENTITY calendar.publish.password.label "Password">
<!ENTITY allDayEvents.label "All Day Events">

Просмотреть файл

@ -59,8 +59,6 @@
<!ENTITY time.22 "10:00 PM" >
<!ENTITY time.23 "11:00 PM" >
<!ENTITY allDayEvents.label "All Day Events">
<!-- Month Names -->
<!ENTITY day.1.Ddd "Sun" >
<!ENTITY day.2.Ddd "Mon" >

Просмотреть файл

@ -45,8 +45,8 @@
<!ENTITY pref.playasound "Play a sound" >
<!ENTITY pref.showalarmbox "Show an alarm box" >
<!ENTITY pref.dateformat.label "Date Text Format:" >
<!ENTITY pref.dateformat.long "Long (ie. Apr 1, 2002)" >
<!ENTITY pref.dateformat.short "Short Format (ie. 04/01/02)" >
<!ENTITY pref.dateformat.long "Long" >
<!ENTITY pref.dateformat.short "Short" >
<!ENTITY pref.defaultlength.label "Default Event Length:" >
<!ENTITY pref.defaultsnoozelength.label "Default Snooze Length:" >