File: edit-menu.ui

package info (click to toggle)
rhythmbox 3.4.9-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,376 kB
  • sloc: ansic: 114,861; python: 4,941; xml: 730; javascript: 350; perl: 307; sh: 84; makefile: 43
file content (63 lines) | stat: -rw-r--r-- 2,148 bytes parent folder | download | duplicates (7)
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
<?xml version="1.0"?>
<interface>
  <menu id="edit-menu">
    <section>
      <item>
	<attribute name="label" translatable="yes">Cu_t</attribute>
	<attribute name="action">app.clipboard-cut</attribute>
	<attribute name="accel">&lt;Primary&gt;x</attribute>
      </item>
      <item>
	<attribute name="label" translatable="yes">_Copy</attribute>
	<attribute name="action">app.clipboard-copy</attribute>
	<attribute name="accel">&lt;Primary&gt;c</attribute>
      </item>
      <item>
	<attribute name="label" translatable="yes">_Paste</attribute>
	<attribute name="action">app.clipboard-paste</attribute>
	<attribute name="accel">&lt;Primary&gt;v</attribute>
      </item>
    </section>
    <section>
      <item>
	<attribute name="label" translatable="yes">Select _All</attribute>
	<attribute name="action">app.clipboard-select-all</attribute>
	<attribute name="accel">&lt;Primary&gt;a</attribute>
      </item>
      <item>
	<attribute name="label" translatable="yes">D_eselect All</attribute>
	<attribute name="action">app.clipboard-select-none</attribute>
	<attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;a</attribute>
      </item>
    </section>
    <section>
      <item>
	<attribute name="label" translatable="yes">Add to Play Queue</attribute>
	<attribute name="action">app.clipboard-add-to-queue</attribute>
      </item>
      <submenu>
	<attribute name="label" translatable="yes">Add to Playlist</attribute>
	<attribute name="rb-playlist-menu-link"></attribute>
      </submenu>
    </section>
    <section>
      <item>
	<attribute name="label" translatable="yes">Pr_operties</attribute>
	<attribute name="action">app.clipboard-properties</attribute>
	<attribute name="accel">&lt;Alt&gt;Return</attribute>
      </item>
    </section>
    <section>
      <section>
	<attribute name="rb-menu-link">delete-menu</attribute>
      </section>	
      <item>
	<attribute name="label" translatable="yes">_Move to Trash</attribute>
	<attribute name="action">app.clipboard-move-to-trash</attribute>
      </item>
    </section>
    <section>
      <attribute name="rb-plugin-menu-link">edit</attribute>
    </section>
  </menu>
</interface>