summaryrefslogtreecommitdiff
path: root/ui/events_directory.ui
blob: ad4135e46155e8e450a8212473a99530bdbfe085 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<?xml version="1.0"?>
<interface domain="shotwell">
  <menu id="MenuBar">
    <submenu>
      <attribute name="label" translatable="yes">_File</attribute>
      <section>
        <item>
          <attribute name="label" translatable="yes">_Import from Folder…</attribute>
          <attribute name="accel">&lt;Primary&gt;i</attribute>
          <attribute name="action">win.CommonFileImport</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">Import From _Application…</attribute>
          <attribute name="action">win.ExternalLibraryImport</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label" translatable="yes">Empty T_rash</attribute>
          <attribute name="action">win.CommonEmptyTrash</attribute>
        </item>
      </section>
    </submenu>
    <submenu>
      <attribute name="label" translatable="yes">_Edit</attribute>
      <section>
        <item>
          <attribute name="label" translatable="yes">_Undo</attribute>
          <attribute name="accel">&lt;Primary&gt;z</attribute>
          <attribute name="action">win.CommonUndo</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">_Redo</attribute>
          <attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;z</attribute>
          <attribute name="action">win.CommonRedo</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label" translatable="yes">_Find</attribute>
          <attribute name="action">win.CommonFind</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">Ne_w Saved Search…</attribute>
          <attribute name="accel">&lt;Primary&gt;s</attribute>
          <attribute name="action">win.CommonNewSearch</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label" translatable="yes">Select _All</attribute>
          <attribute name="accel">&lt;Primary&gt;a</attribute>
          <attribute name="action">win.CommonSelectAll</attribute>
        </item>
      </section>
    </submenu>
    <submenu>
      <attribute name="label" translatable="yes">_View</attribute>
      <section>
        <item>
          <attribute name="label" translatable="yes">_Basic Information</attribute>
          <attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;i</attribute>
          <attribute name="action">win.CommonDisplayBasicProperties</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">E_xtended Information</attribute>
          <attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;x</attribute>
          <attribute name="action">win.CommonDisplayExtendedProperties</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">_Search Bar</attribute>
          <attribute name="accel">F8</attribute>
          <attribute name="action">win.CommonDisplaySearchbar</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">S_idebar</attribute>
          <attribute name="accel">F9</attribute>
          <attribute name="action">win.CommonDisplaySidebar</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">T_oolbar</attribute>
          <attribute name="accel">&lt;Primary&gt;F9</attribute>
          <attribute name="action">win.CommonDisplayToolbar</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label" translatable="yes">_Comments</attribute>
          <attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;c</attribute>
          <attribute name="action">win.ViewComment</attribute>
        </item>
      </section>
      <section>
        <submenu>
          <attribute name="label" translatable="yes">Sort _Events</attribute>
          <section>
            <item>
              <attribute name="label" translatable="yes">_Ascending</attribute>
              <attribute name="action">win.CommonSortEvents</attribute>
              <attribute name="target">ascending</attribute>
            </item>
            <item>
              <attribute name="label" translatable="yes">D_escending</attribute>
              <attribute name="action">win.CommonSortEvents</attribute>
              <attribute name="target">descending</attribute>
            </item>
          </section>
        </submenu>
      </section>
      <section>
        <item>
          <attribute name="label" translatable="yes">Fulls_creen</attribute>
          <attribute name="accel">F11</attribute>
          <attribute name="action">win.CommonFullscreen</attribute>
        </item>
      </section>
    </submenu>
    <submenu>
      <attribute name="label" translatable="yes">Even_ts</attribute>
      <section>
        <item>
          <attribute name="label" translatable="yes">_Merge Events</attribute>
          <attribute name="action">win.Merge</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">Re_name Event…</attribute>
          <attribute name="accel">F2</attribute>
          <attribute name="action">win.Rename</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">Edit _Comment…</attribute>
          <attribute name="action">win.EditComment</attribute>
        </item>
      </section>
    </submenu>
  </menu>
  <menu id="EventsDirectoryContextMenu">
    <section>
      <item>
        <attribute name="label" translatable="yes">_Merge Events</attribute>
        <attribute name="action">win.Merge</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Re_name Event…</attribute>
        <attribute name="accel">F2</attribute>
        <attribute name="action">win.Rename</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Edit _Comment…</attribute>
        <attribute name="action">win.EditComment</attribute>
      </item>
    </section>
  </menu>
</interface>