File: browser-context-menu.ui

package info (click to toggle)
gobby 0.6.0-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,872 kB
  • sloc: cpp: 19,417; ansic: 12,094; sh: 4,162; makefile: 417; xml: 42
file content (51 lines) | stat: -rw-r--r-- 1,825 bytes parent folder | download | duplicates (3)
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"?>
<interface>
  <menu id="browser-context-menu-inactive">
    <section>
      <item>
        <attribute name="label" translatable="yes">_Remove</attribute>
        <attribute name="action">browser.remove</attribute>
      </item>
    </section>
  </menu>
  <menu id="browser-context-menu-active">
    <section>
      <item>
        <attribute name="label" translatable="yes">_Disconnect From Server</attribute>
        <attribute name="action">browser.disconnect</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">_Connection Info...</attribute>
        <attribute name="action">browser.connection-info</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">_Create Account...</attribute>
        <attribute name="action">browser.create-account</attribute>
      </item>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">Create Do_cument...</attribute>
        <attribute name="action">browser.create-document</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Create Director_y...</attribute>
        <attribute name="action">browser.create-directory</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">_Open Document...</attribute>
        <attribute name="action">browser.open-document</attribute>
      </item>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">_Permissions...</attribute>
        <attribute name="action">browser.permissions</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">D_elete</attribute>
        <attribute name="action">browser.delete</attribute>
      </item>
    </section>
  </menu>
</interface>