squeak/src/menu.ui

58 lines
1.8 KiB
Plaintext
Raw Permalink Normal View History

2020-12-17 23:51:33 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<menu id="app-menu">
<section>
2020-12-23 01:02:31 +00:00
<item>
<attribute name="action">app.top</attribute>
<attribute name="label" translatable="yes">To Top</attribute>
</item>
2020-12-17 23:51:33 +00:00
<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>
2020-12-17 23:51:33 +00:00
</menu>
</interface>