File: appmenu.ui

package info (click to toggle)
gimagereader 3.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,148 kB
  • sloc: cpp: 29,313; xml: 376; sh: 282; python: 70; makefile: 42
file content (34 lines) | stat: -rw-r--r-- 1,033 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<interface>
	<!-- interface-requires gtk+ 3.0 -->
	<menu id="appmenu">
		<section>
			<item>
				<attribute name="label" translatable="yes">Redetect Languages</attribute>
				<attribute name="action">app.redetectLangs</attribute>
			</item>
			<item>
				<attribute name="label" translatable="yes">Manage Languages</attribute>
				<attribute name="action">app.manageLangs</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">Help</attribute>
				<attribute name="action">app.help</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>
			</item>
		</section>
	</menu>
</interface>