]> git.donarmstrong.com Git - dactyl.git/blob - melodactyl/locale/en-US/gui.xml
fd788b60b360b9aa6bad210b81b4ee2988f896d8
[dactyl.git] / melodactyl / 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 &dactyl.host;</dd>
12     <dt>addons</dt>          <dd>Manage Add-ons</dd>
13     <dt>checkupdates</dt>    <dd>Check for updates</dd>
14     <dt>cleardata</dt>       <dd>Clear private data</dd>
15     <dt>cookies</dt>         <dd>List your cookies</dd>
16     <dt>console</dt>         <dd>JavaScript console</dd>
17     <dt>dominspector</dt>    <dd>DOM Inspector</dd>
18     <dt>downloads</dt>       <dd>Manage Downloads</dd>
19     <dt>jumpto</dt>          <dd>Jump to a media item</dd>
20     <dt>newsmartplaylist</dt><dd>Create a new smart playlist</dd>
21     <dt>openfile</dt>        <dd>Open the file selector dialog</dd>
22     <dt>pagesource</dt>      <dd>View page source</dd>
23     <dt>places</dt>          <dd>Places Organizer: Manage your bookmarks and history</dd>
24     <dt>preferences</dt>     <dd>Show &dactyl.host; preferences dialog</dd>
25     <dt>printsetup</dt>      <dd>Setup the page size and orientation before printing</dd>
26     <dt>print</dt>           <dd>Show print dialog</dd>
27     <dt>saveframe</dt>       <dd>Save frame to disk</dd>
28     <dt>savepage</dt>        <dd>Save page to disk</dd>
29     <dt>searchengines</dt>   <dd>Manage installed search engines</dd>
30     <dt>selectionsource</dt> <dd>View selection source</dd>
31     <dt>subscribe</dt>       <dd>Add a new subscription</dd>
32 </dl>
33
34 <item replace=":sbcl">
35     <tags>:dpcl :dpclose</tags>
36     <spec>:dpcl<oa>ose</oa> <a>pane</a></spec>
37     <description>
38         <p>Close the specified display pane.</p>
39     </description>
40 </item>
41
42 <item replace=":sbope">
43     <tags>:dpope :dpopen :dp :dpane :displayp :displaypane</tags>
44     <spec>:displaypane <a>pane</a></spec>
45     <description>
46         <p>
47             Open the specified display pane. <a>pane</a> is any of
48             "leftservice", "bottomservice", "bottomcontent" or "rightsidebar".
49         </p>
50     </description>
51 </item>
52
53 </overlay>
54
55 <!-- vim:se sts=4 sw=4 et: -->