1 <interface domain="cheese">
5 <attribute name="accel">F11</attribute>
6 <attribute name="label" translatable="yes">_Fullscreen</attribute>
7 <attribute name="action">app.fullscreen</attribute>
10 <attribute name="label" translatable="yes">P_references</attribute>
11 <attribute name="action">app.preferences</attribute>
16 <attribute name="accel">F1</attribute>
17 <attribute name="label" translatable="yes">_Help</attribute>
18 <attribute name="action">app.help</attribute>
21 <attribute name="label" translatable="yes">_About</attribute>
22 <attribute name="action">app.about</attribute>
25 <attribute name="accel"><Primary>q</attribute>
26 <attribute name="label" translatable="yes">_Quit</attribute>
27 <attribute name="action">app.quit</attribute>
31 <menu id="thumbview-menu">
34 <attribute name="accel"><Primary>o</attribute>
35 <attribute name="label" translatable="yes">Open</attribute>
36 <attribute name="action">win.file-open</attribute>
39 <attribute name="accel"><Primary>s</attribute>
40 <attribute name="label" translatable="yes">Save _As…</attribute>
41 <attribute name="action">win.file-saveas</attribute>
44 <attribute name="accel">Delete</attribute>
45 <attribute name="label" translatable="yes">Move to _Trash</attribute>
46 <attribute name="action">win.file-trash</attribute>
49 <attribute name="accel"><Shift>Delete</attribute>
50 <attribute name="label" translatable="yes">Delete</attribute>
51 <attribute name="action">win.file-delete</attribute>