2020-05-11 01:26:19 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-07-24 05:13:06 +00:00
|
|
|
<interface>
|
|
|
|
<menu id="menu">
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">_Words</attribute>
|
|
|
|
<attribute name="action">win.show-words</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">_Lines</attribute>
|
|
|
|
<attribute name="action">win.show-lines</attribute>
|
|
|
|
</item>
|
2020-05-11 01:26:19 +00:00
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">_Preferences</attribute>
|
|
|
|
<attribute name="action">app.preferences</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">_Quit</attribute>
|
|
|
|
<attribute name="action">app.quit</attribute>
|
|
|
|
</item>
|
2013-07-24 05:13:06 +00:00
|
|
|
</section>
|
|
|
|
</menu>
|
|
|
|
</interface>
|