diff options
author | Alessio Treglia <alessio@debian.org> | 2014-04-10 15:37:13 +0100 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2014-04-10 15:37:13 +0100 |
commit | 0e3875acae9028d1abc1b23a13afa6d6d6a55232 (patch) | |
tree | a549b87482145f061c06ffd510a977bda7bcc3ac /data/simple-scan-menu.ui | |
parent | 168e62c2d48659ddf1250524614272c08b935b4a (diff) | |
parent | e9ca3b0060facd753744602a3baca5a1effdbd83 (diff) |
Merge tag 'upstream/3.12.0'
Upstream version 3.12.0
Diffstat (limited to 'data/simple-scan-menu.ui')
-rw-r--r-- | data/simple-scan-menu.ui | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/data/simple-scan-menu.ui b/data/simple-scan-menu.ui new file mode 100644 index 0000000..ee5e7ea --- /dev/null +++ b/data/simple-scan-menu.ui @@ -0,0 +1,62 @@ +<?xml version="1.0"?> +<interface> + <!-- interface-requires gtk+ 3.8 --> + <menu id="appmenu"> + <section> + <item> + <attribute name="label" translatable="yes">New Document</attribute> + <attribute name="action">app.new_document</attribute> + <attribute name="accel"><![CDATA[<Ctrl>N]]></attribute> + </item> + </section> + <section> + <submenu> + <attribute name="label" translatable="yes">Document</attribute> + <section> + <item> + <attribute name="label" translatable="yes">Save</attribute> + <attribute name="action">app.save</attribute> + <attribute name="accel"><![CDATA[<Ctrl>S]]></attribute> + </item> + <item> + <attribute name="label" translatable="yes">Save As...</attribute> + <attribute name="action">app.save_as</attribute> + <attribute name="accel"><![CDATA[<Shift><Ctrl>S]]></attribute> + </item> + <item> + <attribute name="label" translatable="yes">Email...</attribute> + <attribute name="action">app.email</attribute> + <attribute name="accel"><![CDATA[<Ctrl>E]]></attribute> + </item> + <item> + <attribute name="label" translatable="yes">Print...</attribute> + <attribute name="action">app.print</attribute> + <attribute name="accel"><![CDATA[<Ctrl>P]]></attribute> + </item> + </section> + </submenu> + </section> + <section> + <item> + <attribute name="label" translatable="yes">Preferences</attribute> + <attribute name="action">app.preferences</attribute> + </item> + </section> + <section> + <item> + <attribute name="label" translatable="yes">Help</attribute> + <attribute name="action">app.help</attribute> + <attribute name="accel"><![CDATA[F1]]></attribute> + </item> + <item> + <attribute name="label" translatable="yes">About</attribute> + <attribute name="action">app.about</attribute> + </item> + <item> + <attribute name="label" translatable="yes">Quit</attribute> + <attribute name="action">app.quit</attribute> + <attribute name="accel"><![CDATA[<Ctrl>Q]]></attribute> + </item> + </section> + </menu> +</interface> |