Update Belarusian translation
[cheese.git] / data / menus.ui
blob1ff54c031ba81570dfcc25f9b891132945d11693
1 <interface domain="cheese">
2     <menu id="app-menu">
3         <section>
4             <item>
5                 <attribute name="accel">F11</attribute>
6                 <attribute name="label" translatable="yes">_Fullscreen</attribute>
7                 <attribute name="action">app.fullscreen</attribute>
8             </item>
9             <item>
10                 <attribute name="label" translatable="yes">P_references</attribute>
11                 <attribute name="action">app.preferences</attribute>
12             </item>
13         </section>
14         <section>
15             <item>
16                 <attribute name="accel">F1</attribute>
17                 <attribute name="label" translatable="yes">_Help</attribute>
18                 <attribute name="action">app.help</attribute>
19             </item>
20             <item>
21                 <attribute name="label" translatable="yes">_About</attribute>
22                 <attribute name="action">app.about</attribute>
23             </item>
24             <item>
25                 <attribute name="accel">&lt;Primary&gt;q</attribute>
26                 <attribute name="label" translatable="yes">_Quit</attribute>
27                 <attribute name="action">app.quit</attribute>
28             </item>
29         </section>
30     </menu>
31     <menu id="thumbview-menu">
32         <section>
33             <item>
34                 <attribute name="accel">&lt;Primary&gt;o</attribute>
35                 <attribute name="label" translatable="yes">Open</attribute>
36                 <attribute name="action">win.file-open</attribute>
37             </item>
38             <item>
39                 <attribute name="accel">&lt;Primary&gt;s</attribute>
40                 <attribute name="label" translatable="yes">Save _As…</attribute>
41                 <attribute name="action">win.file-saveas</attribute>
42             </item>
43             <item>
44                 <attribute name="accel">Delete</attribute>
45                 <attribute name="label" translatable="yes">Move to _Trash</attribute>
46                 <attribute name="action">win.file-trash</attribute>
47             </item>
48             <item>
49                 <attribute name="accel">&lt;Shift&gt;Delete</attribute>
50                 <attribute name="label" translatable="yes">Delete</attribute>
51                 <attribute name="action">win.file-delete</attribute>
52             </item>
53         </section>
54     </menu>
55 </interface>