Updating strings from Go menu.

git-svn-id: svn://10.0.0.236/trunk@126674 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mikep%oeone.com
2002-08-07 17:36:06 +00:00
parent b812450ad0
commit 6f630bf5ee
4 changed files with 32 additions and 8 deletions

View File

@@ -130,11 +130,11 @@
</menupopup>
</menu>
<menu id="menu_Go" label="Go" accesskey="g">
<menu id="menu_Go" label="&goMenu.label;" accesskey="&goMenu.accesskey;">
<menupopup id="mppView">
<menuitem id="calendar-view-menu-today" key="go_to_today_key" label="Go To Today" accesskey="t" observes="go_today_command"/>
<menuitem id="calendar-view-menu-previous" key="go_backward_key" label="Previous" accesskey="p" observes="previous_command"/>
<menuitem id="calendar-view-menu-next" key="go_forward_key" label="Next" accesskey="n" observes="next_command"/>
<menuitem id="calendar-view-menu-today" key="go_to_today_key" label="&goTodayCmd.label;" accesskey="&goTodayCmd.accesskey;" observes="go_today_command"/>
<menuitem id="calendar-view-menu-previous" key="go_backward_key" label="&goPreviousCmd.label;" accesskey="&goPreviousCmd.accesskey;" observes="previous_command"/>
<menuitem id="calendar-view-menu-next" key="go_forward_key" label="&goNextCmd.label;" accesskey="&goNextCmd.accesskey;" observes="next_command"/>
</menupopup>
</menu>

View File

@@ -130,11 +130,11 @@
</menupopup>
</menu>
<menu id="menu_Go" label="Go" accesskey="g">
<menu id="menu_Go" label="&goMenu.label;" accesskey="&goMenu.accesskey;">
<menupopup id="mppView">
<menuitem id="calendar-view-menu-today" key="go_to_today_key" label="Go To Today" accesskey="t" observes="go_today_command"/>
<menuitem id="calendar-view-menu-previous" key="go_backward_key" label="Previous" accesskey="p" observes="previous_command"/>
<menuitem id="calendar-view-menu-next" key="go_forward_key" label="Next" accesskey="n" observes="next_command"/>
<menuitem id="calendar-view-menu-today" key="go_to_today_key" label="&goTodayCmd.label;" accesskey="&goTodayCmd.accesskey;" observes="go_today_command"/>
<menuitem id="calendar-view-menu-previous" key="go_backward_key" label="&goPreviousCmd.label;" accesskey="&goPreviousCmd.accesskey;" observes="previous_command"/>
<menuitem id="calendar-view-menu-next" key="go_forward_key" label="&goNextCmd.label;" accesskey="&goNextCmd.accesskey;" observes="next_command"/>
</menupopup>
</menu>

View File

@@ -78,3 +78,15 @@
<!ENTITY calendar.preferences.label "Preferences...">
<!ENTITY calendar.preferences.accesskey "p">
<!ENTITY goMenu.label "Go">
<!ENTITY goMenu.accesskey "g">
<!ENTITY goTodayCmd.label "Go To Today">
<!ENTITY goTodayCmd.accesskey "t">
<!ENTITY goPreviousCmd.label "Previous">
<!ENTITY goPreviousCmd.accesskey "p">
<!ENTITY goNextCmd.label "Next">
<!ENTITY goNextCmd.accesskey "n">

View File

@@ -78,3 +78,15 @@
<!ENTITY calendar.preferences.label "Preferences...">
<!ENTITY calendar.preferences.accesskey "p">
<!ENTITY goMenu.label "Go">
<!ENTITY goMenu.accesskey "g">
<!ENTITY goTodayCmd.label "Go To Today">
<!ENTITY goTodayCmd.accesskey "t">
<!ENTITY goPreviousCmd.label "Previous">
<!ENTITY goPreviousCmd.accesskey "p">
<!ENTITY goNextCmd.label "Next">
<!ENTITY goNextCmd.accesskey "n">