зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
613b349b5b
Коммит
d8976734ee
|
@ -65,8 +65,8 @@
|
||||||
<!ENTITY newevent.location.label "Location" >
|
<!ENTITY newevent.location.label "Location" >
|
||||||
<!ENTITY newevent.start.label "Start" >
|
<!ENTITY newevent.start.label "Start" >
|
||||||
<!ENTITY newevent.date.label "Date" >
|
<!ENTITY newevent.date.label "Date" >
|
||||||
<!ENTITY newevent.startdate.label "Start Date" >
|
<!ENTITY newevent.startdate.label "Start" >
|
||||||
<!ENTITY newevent.enddate.label "End Date" >
|
<!ENTITY newevent.enddate.label "End" >
|
||||||
<!ENTITY newevent.end.label "End" >
|
<!ENTITY newevent.end.label "End" >
|
||||||
<!ENTITY newevent.alldayevent.label "This event lasts all day." >
|
<!ENTITY newevent.alldayevent.label "This event lasts all day." >
|
||||||
<!ENTITY newevent.description.label "Note" >
|
<!ENTITY newevent.description.label "Note" >
|
||||||
|
@ -208,7 +208,7 @@
|
||||||
|
|
||||||
<!ENTITY calendar.menu.options.modify "Edit" >
|
<!ENTITY calendar.menu.options.modify "Edit" >
|
||||||
<!ENTITY calendar.menu.options.remove "Delete" >
|
<!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.main.tab.label "Events" >
|
||||||
<!ENTITY calendar.search.tab.label "Search">
|
<!ENTITY calendar.search.tab.label "Search">
|
||||||
|
@ -300,7 +300,7 @@
|
||||||
<!ENTITY calendar.server.dialog.title.new "Add New Calendar">
|
<!ENTITY calendar.server.dialog.title.new "Add New Calendar">
|
||||||
<!ENTITY calendar.server.dialog.title.edit "Edit Calendar">
|
<!ENTITY calendar.server.dialog.title.edit "Edit Calendar">
|
||||||
<!ENTITY calendar.server.dialog.name.label "Name">
|
<!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.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">
|
<!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.username.label "Username">
|
||||||
<!ENTITY calendar.publish.password.label "Password">
|
<!ENTITY calendar.publish.password.label "Password">
|
||||||
|
|
||||||
|
<!ENTITY allDayEvents.label "All Day Events">
|
||||||
|
|
||||||
|
|
|
@ -59,8 +59,6 @@
|
||||||
<!ENTITY time.22 "10:00 PM" >
|
<!ENTITY time.22 "10:00 PM" >
|
||||||
<!ENTITY time.23 "11:00 PM" >
|
<!ENTITY time.23 "11:00 PM" >
|
||||||
|
|
||||||
<!ENTITY allDayEvents.label "All Day Events">
|
|
||||||
|
|
||||||
<!-- Month Names -->
|
<!-- Month Names -->
|
||||||
<!ENTITY day.1.Ddd "Sun" >
|
<!ENTITY day.1.Ddd "Sun" >
|
||||||
<!ENTITY day.2.Ddd "Mon" >
|
<!ENTITY day.2.Ddd "Mon" >
|
||||||
|
|
|
@ -45,8 +45,8 @@
|
||||||
<!ENTITY pref.playasound "Play a sound" >
|
<!ENTITY pref.playasound "Play a sound" >
|
||||||
<!ENTITY pref.showalarmbox "Show an alarm box" >
|
<!ENTITY pref.showalarmbox "Show an alarm box" >
|
||||||
<!ENTITY pref.dateformat.label "Date Text Format:" >
|
<!ENTITY pref.dateformat.label "Date Text Format:" >
|
||||||
<!ENTITY pref.dateformat.long "Long (ie. Apr 1, 2002)" >
|
<!ENTITY pref.dateformat.long "Long" >
|
||||||
<!ENTITY pref.dateformat.short "Short Format (ie. 04/01/02)" >
|
<!ENTITY pref.dateformat.short "Short" >
|
||||||
<!ENTITY pref.defaultlength.label "Default Event Length:" >
|
<!ENTITY pref.defaultlength.label "Default Event Length:" >
|
||||||
<!ENTITY pref.defaultsnoozelength.label "Default Snooze Length:" >
|
<!ENTITY pref.defaultsnoozelength.label "Default Snooze Length:" >
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче