summaryrefslogtreecommitdiff
path: root/ui/search_bar.ui
blob: 9d569623bd023818e736bd460e2cc63680b9984c (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
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="shotwell">
  <menu id='popup-menu'>
    <section>
      <item>
        <attribute name="label" translatable="yes">Rejected _Only</attribute>
        <attribute name="action">win.display.rating</attribute>
        <attribute name="target">8</attribute>
        <attribute name="accel">&lt;Primary&gt;8</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">All + _Rejected</attribute>
        <attribute name="action">win.display.rating</attribute>
        <attribute name="target">1</attribute>
        <attribute name="accel">&lt;Primary&gt;9</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">_All Photos</attribute>
        <attribute name="action">win.display.rating</attribute>
        <attribute name="target">2</attribute>
        <attribute name="accel">&lt;Primary&gt;0</attribute>
      </item>
      <item>
        <attribute name="label" translatable="no">★</attribute>
        <attribute name="action">win.display.rating</attribute>
        <attribute name="target">3</attribute>
        <attribute name="accel">&lt;Primary&gt;1</attribute>
      </item>
      <item>
        <attribute name="label" translatable="no">★★</attribute>
        <attribute name="action">win.display.rating</attribute>
        <attribute name="target">4</attribute>
        <attribute name="accel">&lt;Primary&gt;2</attribute>
      </item>
      <item>
        <attribute name="label" translatable="no">★★★</attribute>
        <attribute name="action">win.display.rating</attribute>
        <attribute name="target">5</attribute>
        <attribute name="accel">&lt;Primary&gt;3</attribute>
      </item>
      <item>
        <attribute name="label" translatable="no">★★★★</attribute>
        <attribute name="action">win.display.rating</attribute>
        <attribute name="target">6</attribute>
        <attribute name="accel">&lt;Primary&gt;4</attribute>
      </item>
      <item>
        <attribute name="label" translatable="no">★★★★★</attribute>
        <attribute name="action">win.display.rating</attribute>
        <attribute name="target">7</attribute>
        <attribute name="accel">&lt;Primary&gt;5</attribute>
      </item>
    </section>
  </menu>
</interface>