File: menus.ui

package info (click to toggle)
tuba 0.10.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,976 kB
  • sloc: xml: 248; makefile: 94; python: 14
file content (97 lines) | stat: -rw-r--r-- 3,483 bytes parent folder | download
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="UTF-8"?>
<interface>

	<menu id="profile-menu">

		<section>
			<attribute name="display-hint">circular-buttons</attribute>
			<!-- <attribute name="label" translatable="yes">Interaction</attribute> -->
			<item>
				<attribute name="label" translatable="yes">Mention</attribute>
				<attribute name="action">view.mention</attribute>
				<attribute name="target">public</attribute>
				<attribute name="verb-icon">tuba-online-symbolic</attribute>
			</item>
			<item>
				<attribute name="label" translatable="yes">Direct Message</attribute>
				<attribute name="action">view.mention</attribute>
				<attribute name="target">direct</attribute>
				<attribute name="verb-icon">tuba-mail-unread-symbolic</attribute>
			</item>
			<item>
				<attribute name="label" translatable="yes">Copy Handle</attribute>
				<attribute name="action">view.copy_handle</attribute>
				<attribute name="verb-icon">edit-copy-symbolic</attribute>
			</item>
		</section>

		<item>
			<attribute name="label" translatable="yes">Open in Browser</attribute>
			<attribute name="action">view.open_in_browser</attribute>
		</item>
		<item>
			<attribute name="label" translatable="yes">Receive Post Notifications</attribute>
			<attribute name="action">view.notify_on_post</attribute>
			<attribute name="hidden-when">action-disabled</attribute>
		</item>
		<item>
			<!-- translators: used in profile actions for endorsing a user -->
			<attribute name="label" translatable="yes">Feature on Profile</attribute>
			<attribute name="action">view.endorsed</attribute>
			<attribute name="hidden-when">action-disabled</attribute>
		</item>

		<section>
			<attribute name="label" translatable="yes">Moderation</attribute>
			<item>
				<attribute name="label" translatable="yes">Hide Boosts</attribute>
				<attribute name="action">view.hiding_reblogs</attribute>
				<attribute name="hidden-when">action-disabled</attribute>
			</item>
			<item>
				<attribute name="label" translatable="yes">Mute</attribute>
				<attribute name="action">view.muting</attribute>
			</item>
			<section>
				<item>
					<attribute name="label" translatable="yes">Block</attribute>
					<attribute name="action">view.blocking</attribute>
				</item>
				<item>
					<attribute name="label" translatable="yes">Block Domain</attribute>
					<attribute name="action">view.domain_blocking</attribute>
					<!-- <attribute name="hidden-when">action-disabled</attribute> -->
				</item>
				<item>
					<attribute name="label" translatable="yes">Report</attribute>
					<attribute name="action">view.report</attribute>
				</item>
			</section>
		</section>

		<section>
			<attribute name="label" translatable="yes">Timeline</attribute>
			<!-- <section> -->
			<!-- <submenu id="copy-menu">
        <attribute name="label" translatable="yes">Share</attribute>
        <item>
          <attribute name="label" translatable="yes">Copy Profile Handle</attribute>
          <attribute name="action">view.copy_handle</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">Copy Profile Link</attribute>
          <attribute name="action">view.copy_handle</attribute>
        </item>
      </submenu> -->
			<!-- </section> -->

			<item>
				<attribute name="label" translatable="yes">Lists</attribute>
				<attribute name="action">view.ar_list</attribute>
				<attribute name="hidden-when">action-disabled</attribute>
			</item>
		</section>

	</menu>

</interface>