Single words are hard to translate in context, give some indication what they do. They're automatically extracted into the pot file. #. translators: This is a emmoji keyboard layout #: data/popover.ui:6 msgid "Emoji" msgstr "…" #. translators: This is a terminal keyboard layout #: data/popover.ui:12 msgid "Terminal" msgstr "…"
24 lines
796 B
XML
24 lines
796 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<menu id="app-menu">
|
|
<item>
|
|
<!-- translators: This is a emmoji keyboard layout -->
|
|
<attribute name="label" translatable="yes">Emoji</attribute>
|
|
<attribute name="action">layout</attribute>
|
|
<attribute name="target">emoji</attribute>
|
|
</item>
|
|
<item>
|
|
<!-- translators: This is a terminal keyboard layout -->
|
|
<attribute name="label" translatable="yes">Terminal</attribute>
|
|
<attribute name="action">layout</attribute>
|
|
<attribute name="target">terminal</attribute>
|
|
</item>
|
|
<section>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Keyboard Settings</attribute>
|
|
<attribute name="action">settings</attribute>
|
|
</item>
|
|
</section>
|
|
</menu>
|
|
</interface>
|