squeak/src/menu.ui
2021-01-01 13:26:29 -08:00

58 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<menu id="app-menu">
<section>
<item>
<attribute name="action">app.top</attribute>
<attribute name="label" translatable="yes">To Top</attribute>
</item>
<item>
<attribute name="action">app.refresh</attribute>
<attribute name="label" translatable="yes">Refresh</attribute>
</item>
<item>
<attribute name="action">app.preferences</attribute>
<attribute name="label" translatable="yes">Preferences</attribute>
</item>
<item>
<attribute name="action">app.about</attribute>
<attribute name="label" translatable="yes">About</attribute>
</item>
</section>
</menu>
<menu id="post-menu">
<item>
<attribute name="action">win.reply</attribute>
<attribute name="label" translatable="yes">Reply</attribute>
</item>
<item>
<attribute name="action">win.replyall</attribute>
<attribute name="label" translatable="yes">Reply All</attribute>
</item>
<item>
<attribute name="action">win.bookmark</attribute>
<attribute name="label" translatable="yes">Bookmark</attribute>
</item>
<item>
<attribute name="action">win.repost</attribute>
<attribute name="label" translatable="yes">Repost</attribute>
</item>
<item>
<attribute name="action">win.quote</attribute>
<attribute name="label" translatable="yes">Quote</attribute>
</item>
<item>
<attribute name="action">win.copy</attribute>
<attribute name="label" translatable="yes">Copy</attribute>
</item>
<item>
<attribute name="action">win.copylink</attribute>
<attribute name="label" translatable="yes">Copy URL</attribute>
</item>
<item>
<attribute name="action">win.openlink</attribute>
<attribute name="label" translatable="yes">Open URL</attribute>
</item>
</menu>
</interface>