blob: c1f9a2c6e3e7eb36382be492317c3a6914f9dbe4 (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<menu id="button-menu">
<item>
<attribute name="label" translatable="yes">Open in New _Window</attribute>
<attribute name="action">pathbar.open-item-new-window</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Open in New _Tab</attribute>
<attribute name="action">pathbar.open-item-new-tab</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Properties</attribute>
<attribute name="action">pathbar.properties</attribute>
</item>
</menu>
<menu id="current-view-menu">
<item>
<attribute name="label" translatable="yes">New _Folder…</attribute>
<attribute name="action">view.new-folder</attribute>
</item>
<item>
<attribute name="label" translatable="yes">New _Document</attribute>
<attribute name="nautilus-menu-item">templates-submenu</attribute>
<link name="submenu" id="templates-submenu"/>
</item>
<item>
<attribute name="label" translatable="yes">Open _With…</attribute>
<attribute name="action">view.open-current-directory-with-other-application</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Open in Consol_e</attribute>
<attribute name="action">view.current-directory-console</attribute>
<attribute name="hidden-when">action-disabled</attribute>
</item>
<section>
<item>
<attribute name="label" translatable="yes">R_eload</attribute>
<attribute name="action">win.reload</attribute>
<attribute name="hidden-when">action-disabled</attribute>
</item>
<item>
<attribute name="label" translatable="yes">St_op</attribute>
<attribute name="action">win.stop</attribute>
<attribute name="hidden-when">action-disabled</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Add to _Bookmarks</attribute>
<attribute name="action">win.bookmark-current-location</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Copy Location</attribute>
<attribute name="action">view.copy-current-location</attribute>
</item>
</section>
<section id="background-extensions-section"/>
<section>
<item>
<attribute name="label" translatable="yes">Empty _Trash</attribute>
<attribute name="action">view.empty-trash</attribute>
<attribute name="hidden-when">action-disabled</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">P_roperties</attribute>
<attribute name="action">view.current-directory-properties</attribute>
<attribute name="hidden-when">action-disabled</attribute>
</item>
</section>
</menu>
</interface>
|