summaryrefslogtreecommitdiff
path: root/src/nautilus-app-menu.ui
blob: 494c3c0c7d11f8e43d402cd4c6a62de18cbcbfe7 (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
<interface>
  <menu id="app-menu">
    <section>
      <item>
	<attribute name="action">app.new-window</attribute>
	<attribute name="label" translatable="yes">New _Window</attribute>
      </item>
    </section>
    <section>
      <item>
	<attribute name="action">app.connect-to-server</attribute>
	<attribute name="label" translatable="yes">Connect to _Server</attribute>
      </item>
      <item>
	<attribute name="action">app.enter-location</attribute>
	<attribute name="label" translatable="yes">Enter _Location</attribute>
      </item>
    </section>
    <section>
      <item>
	<attribute name="action">app.bookmarks</attribute>
	<attribute name="label" translatable="yes">_Bookmarks</attribute>
      </item>
    </section>
    <section>
      <item>
	<attribute name="action">app.preferences</attribute>
	<attribute name="label" translatable="yes">Prefere_nces</attribute>
      </item>
    </section>
    <section>
      <item>
	<attribute name="action">app.about</attribute>
	<attribute name="label" translatable="yes">_About Files</attribute>
      </item>
      <item>
	<attribute name="action">app.help</attribute>
	<attribute name="label" translatable="yes">_Help</attribute>
      </item>
      <item>
	<attribute name="action">app.quit</attribute>
	<attribute name="label" translatable="yes">_Quit</attribute>
      </item>
    </section>
  </menu>
</interface>