22 lines
622 B
Plaintext
22 lines
622 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<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">_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>
|
||
|
</section>
|
||
|
</menu>
|
||
|
</interface>
|