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 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<interface domain="shotwell">
<requires lib="gtk+" version="3.18"/>
<menu id="CollectionContextMenu">
<section>
<item>
<attribute name="label" translatable="yes">_Enhance</attribute>
<attribute name="accel"><Primary>e</attribute>
<attribute name="action">win.Enhance</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Re_vert to Original</attribute>
<attribute name="action">win.Revert</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Add _Tags…</attribute>
<attribute name="accel"><Primary>t</attribute>
<attribute name="action">win.AddTags</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Modif_y Tags…</attribute>
<attribute name="accel"><Primary>m</attribute>
<attribute name="action">win.ModifyTags</attribute>
</item>
<attribute name="id">ContextTagsPlaceholder</attribute>
</section>
<section>
<attribute name="id">ContextFacesPlaceholder</attribute>
<item>
<attribute name="label" translatable="yes">Toggle _Flag</attribute>
<attribute name="accel"><Primary>g</attribute>
<attribute name="action">win.Flag</attribute>
</item>
</section>
<submenu>
<attribute name="label" translatable="yes">_Set Rating</attribute>
<section>
<item>
<attribute name="label" translatable="no">★★★★★</attribute>
<attribute name="action">win.RateFive</attribute>
</item>
<item>
<attribute name="label" translatable="no">★★★★</attribute>
<attribute name="action">win.RateFour</attribute>
</item>
<item>
<attribute name="label" translatable="no">★★★</attribute>
<attribute name="action">win.RateThree</attribute>
</item>
<item>
<attribute name="label" translatable="no">★★</attribute>
<attribute name="action">win.RateTwo</attribute>
</item>
<item>
<attribute name="label" translatable="no">★</attribute>
<attribute name="action">win.RateOne</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Unrated</attribute>
<attribute name="action">win.RateUnrated</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Rejected</attribute>
<attribute name="action">win.RateRejected</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Increase</attribute>
<attribute name="action">win.IncreaseRating</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Decrease</attribute>
<attribute name="action">win.DecreaseRating</attribute>
</item>
</section>
</submenu>
<submenu>
<attribute name="label" translatable="yes">_Developer</attribute>
<section>
<item>
<attribute name="label" translatable="yes">Shotwell</attribute>
<attribute name="action">win.RawDeveloper</attribute>
<attribute name="target">Shotwell</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Camera</attribute>
<attribute name="action">win.RawDeveloper</attribute>
<attribute name="target">Camera</attribute>
</item>
</section>
</submenu>
<section>
<item>
<attribute name="label" translatable="yes">Edit _Title…</attribute>
<attribute name="action">win.EditTitle</attribute>
<attribute name="accel">F2</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Edit _Comment…</attribute>
<attribute name="action">win.EditComment</attribute>
<attribute name="accel">F3</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Open With E_xternal Editor</attribute>
<attribute name="accel"><Primary>Return</attribute>
<attribute name="action">win.ExternalEdit</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Open With RA_W Editor</attribute>
<attribute name="action">win.ExternalEditRAW</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">View Eve_nt for Photo</attribute>
<attribute name="action">win.CommonJumpToEvent</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Show in File Mana_ger</attribute>
<attribute name="accel"><Primary><Shift>m</attribute>
<attribute name="action">win.CommonJumpToFile</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Send _To…</attribute>
<attribute name="action">win.SendTo</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Move to Trash</attribute>
<attribute name="accel">Delete</attribute>
<attribute name="action">win.MoveToTrash</attribute>
</item>
</section>
</menu>
<object class="GtkToolbar" id="CollectionToolbar">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="toolbar_style">both-horiz</property>
<child>
<object class="GtkToolButton" id="ToolRotate">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Rotate the photos right (press Ctrl to rotate left)</property>
<property name="is_important">True</property>
<property name="action_name">win.RotateClockwise</property>
<property name="label" translatable="yes">Rotate</property>
<property name="use_underline">True</property>
<property name="icon_name">object-rotate-right-symbolic</property>
</object>
<packing>
<property name="expand">False</property>
<property name="homogeneous">True</property>
</packing>
</child>
<child>
<object class="GtkToolButton" id="ToolEnhance">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Automatically improve the photo’s appearance</property>
<property name="is_important">True</property>
<property name="action_name">win.Enhance</property>
<property name="label" translatable="yes">Enhance</property>
<property name="use_underline">True</property>
<property name="icon_name">image-auto-adjust-symbolic</property>
</object>
<packing>
<property name="expand">False</property>
<property name="homogeneous">True</property>
</packing>
</child>
<child>
<object class="GtkSeparatorToolItem">
<property name="can_focus">False</property>
</object>
<packing>
<property name="expand">False</property>
<property name="homogeneous">False</property>
</packing>
</child>
<child>
<object class="GtkToolButton" id="ToolPublish">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Publish to various websites</property>
<property name="is_important">True</property>
<property name="action_name">win.Publish</property>
<property name="label" translatable="yes">Publish</property>
<property name="use_underline">True</property>
<property name="icon_name">send-to-symbolic</property>
</object>
<packing>
<property name="expand">False</property>
<property name="homogeneous">True</property>
</packing>
</child>
<child>
<object class="GtkSeparatorToolItem">
<property name="can_focus">False</property>
</object>
<packing>
<property name="expand">False</property>
<property name="homogeneous">False</property>
</packing>
</child>
<child>
<object class="GtkToggleToolButton" id="ToolFind">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Find an image by typing text that appears in its name or tags</property>
<property name="is_important">True</property>
<property name="action_name">win.CommonDisplaySearchbar</property>
<property name="label" translatable="yes">Find</property>
<property name="use_underline">True</property>
<property name="icon_name">edit-find-symbolic</property>
</object>
<packing>
<property name="expand">False</property>
<property name="homogeneous">True</property>
</packing>
</child>
</object>
</interface>
|