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>
|