Fixing bug 133263: make context menu useful.

This commit is contained in:
mikep%oeone.com 2006-06-07 02:07:37 +00:00
Родитель 17b8ae1b9a
Коммит c5d4f3b473
1 изменённых файлов: 11 добавлений и 2 удалений

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

@ -61,6 +61,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.end.label "End" >
<!ENTITY newevent.alldayevent.label "This event lasts all day." >
<!ENTITY newevent.description.label "Description" >
@ -155,6 +157,13 @@
<!ENTITY window.title "Mozilla Calendar">
<!-- Context Menu -->
<!ENTITY context.menu.toggleBackground "Toggle Background">
<!ENTITY context.menu.reload "Reload">
<!ENTITY calendar.context.newevent "New Event">
<!ENTITY calendar.context.modifyevent "Edit Event">
<!ENTITY calendar.context.deleteevent "Delete Event">
<!ENTITY calendar.context.gototoday "Go To Today">
<!ENTITY calendar.context.dayview "Switch To Day View">
<!ENTITY calendar.context.weekview "Switch To Week View">
<!ENTITY calendar.context.monthview "Switch To Month View">
<!ENTITY calendar.context.toggleBackground "Toggle Background">
<!ENTITY calendar.context.reload "Reload">