summaryrefslogtreecommitdiff
path: root/src/resources/ui/nautilus-pathbar-context-menu.ui
blob: 2a253ba06be55d41f1b0a53ae3ab40b952bea9f6 (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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<interface>
  <menu id="current-view-menu">
    <item>
      <attribute name="label" translatable="yes">New _Folder…</attribute>
      <attribute name="action">view.new-folder</attribute>
    </item>
    <submenu id="templates-submenu">
      <attribute name="label" translatable="yes">New _Document</attribute>
      <attribute name="action">view.new-document</attribute>
      <attribute name="hidden-when">action-disabled</attribute>
    </submenu>
    <item>
      <attribute name="label" translatable="yes">Add to _Bookmarks</attribute>
      <attribute name="action">win.bookmark-current-location</attribute>
    </item>
    <section>
      <item>
        <attribute name="label" translatable="yes">_Paste</attribute>
        <attribute name="action">view.paste</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Select _All</attribute>
        <attribute name="action">view.select-all</attribute>
      </item>
      <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>
    <section id="extensions-section">
    </section>
  </menu>
  <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>
</interface>