]> git.donarmstrong.com Git - dactyl.git/blob - pentadactyl/locale/en-US/gui.xml
1c4e9fbfaf0fbffe778ac98d7cac4023456569a6
[dactyl.git] / pentadactyl / locale / en-US / gui.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet type="text/xsl" href="dactyl://content/help.xsl"?>
3
4 <!DOCTYPE overlay SYSTEM "dactyl://content/dtd">
5
6 <overlay
7     xmlns="&xmlns.dactyl;"
8     xmlns:html="&xmlns.html;">
9
10 <dl tag="dialog-list" replace="dialog-list">
11     <dt>about</dt>           <dd>About Mozilla &dactyl.host;</dd>
12     <dt>addbookmark</dt>     <dd>Add bookmark for the current page</dd>
13     <dt>addons</dt>          <dd>Manage Add-ons</dd>
14     <dt>bookmarks</dt>       <dd>List your bookmarks</dd>
15     <dt>checkupdates</dt>    <dd>Check for updates</dd>
16     <dt>cookies</dt>         <dd>List your cookies</dd>
17     <dt>console</dt>         <dd>JavaScript console</dd>
18     <dt>customizetoolbar</dt><dd>Customize the Toolbar</dd>
19     <dt>dominspector</dt>    <dd>DOM Inspector</dd>
20     <dt>downloads</dt>       <dd>Manage Downloads</dd>
21     <dt>history</dt>         <dd>List your history</dd>
22     <dt>import</dt>          <dd>Import Preferences, Bookmarks, History, etc. from other browsers</dd>
23     <dt>openfile</dt>        <dd>Open the file selector dialog</dd>
24     <dt>pageinfo</dt>        <dd>Show information about the current page</dd>
25     <dt>pagesource</dt>      <dd>View page source</dd>
26     <dt>passwords</dt>       <dd>Passwords dialog</dd>
27     <dt>places</dt>          <dd>Places Organizer: Manage your bookmarks and history</dd>
28     <dt>preferences</dt>     <dd>Show &dactyl.host; preferences dialog</dd>
29     <dt>printpreview</dt>    <dd>Preview the page before printing</dd>
30     <dt>printsetup</dt>      <dd>Setup the page size and orientation before printing</dd>
31     <dt>print</dt>           <dd>Show print dialog</dd>
32     <dt>saveframe</dt>       <dd>Save frame to disk</dd>
33     <dt>savepage</dt>        <dd>Save page to disk</dd>
34     <dt>searchengines</dt>   <dd>Manage installed search engines</dd>
35     <dt>selectionsource</dt> <dd>View selection source</dd>
36     <dt>venkman</dt>         <dd>The JavaScript debugger</dd>
37 </dl>
38
39 </overlay>
40
41 <!-- vim:se sts=4 sw=4 et: -->