27 lines
844 B
XML
27 lines
844 B
XML
<interface>
|
|
<menu id="primary-menu">
|
|
<section>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Portrait</attribute>
|
|
<attribute name="action">win.orientation</attribute>
|
|
<attribute name="target">portrait</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Landscape</attribute>
|
|
<attribute name="action">win.orientation</attribute>
|
|
<attribute name="target">landscape</attribute>
|
|
</item>
|
|
</section>
|
|
<section>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Help</attribute>
|
|
<attribute name="action">app.help</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label" translatable="yes">About</attribute>
|
|
<attribute name="action">app.about</attribute>
|
|
</item>
|
|
</section>
|
|
</menu>
|
|
</interface>
|