~umang/indicator-stickynotes/trunk

150 by Umang Varma
Workaround bug in gettext: renaming .glade -> .ui
1
<?xml version="1.0" encoding="UTF-8"?>
159 by Umang Varma
Credits
2
<!-- Generated with glade 3.22.1 -->
150 by Umang Varma
Workaround bug in gettext: renaming .glade -> .ui
3
<interface>
4
  <requires lib="gtk+" version="3.0"/>
5
  <object class="GtkAboutDialog" id="AboutWindow">
6
    <property name="can_focus">False</property>
7
    <property name="border_width">5</property>
8
    <property name="title" translatable="yes">About Indicator Stickynotes</property>
9
    <property name="modal">True</property>
10
    <property name="icon">Icons/indicator-stickynotes.png</property>
11
    <property name="type_hint">dialog</property>
12
    <property name="program_name">Indicator Stickynotes</property>
165 by Umang Varma
Bump version 0.5.9 -> 0.5.10
13
    <property name="version">0.5.10</property>
14
    <property name="copyright">Copyright © 2012-2022 Umang Varma</property>
150 by Umang Varma
Workaround bug in gettext: renaming .glade -> .ui
15
    <property name="comments" translatable="yes">Please report bugs, contribute translations, and make suggestions on the Launchpad homepage below.
16
17
Keyboard shortcuts:
18
Ctrl + W:  Delete note
19
Ctrl + L:  Lock note
20
Ctrl + N:  New note</property>
21
    <property name="website">https://launchpad.net/indicator-stickynotes</property>
22
    <property name="website_label">https://launchpad.net/indicator-stickynotes</property>
23
    <property name="license">indicator-stickynotes is free software: you can redistribute it and/or
24
modify it under the terms of the GNU General Public License as published by
25
the Free Software Foundation, either version 3 of the License, or (at your
26
option) any later version.
27
 
28
indicator-stickynotes is distributed in the hope that it will be useful, but
29
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
30
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
31
more details.
32
 
33
You should have received a copy of the GNU General Public License along with
34
indicator-stickynotes.  If not, see &lt;http://www.gnu.org/licenses/&gt;.</property>
159 by Umang Varma
Credits
35
    <property name="authors">Umang Varma
36
37
Contributions from:
162 by Umang Varma
Add @justengel to credits
38
Zheng-Ling Lai (GitHub: @jamesljlster)
39
Justin Engel (Github: @ justengel)</property>
150 by Umang Varma
Workaround bug in gettext: renaming .glade -> .ui
40
    <property name="translator_credits">https://launchpad.net/indicator-stickynotes/+topcontributors
41
166 by Umang Varma
Translation credits
42
Anton Hryb
43
Syaifur Rizal
44
tankjb
157 by Umang Varma
Updated copyright year and translations, bumped version
45
Virusyoon
46
Fiorenza Francesco
47
Przemyslaw Kujawski
48
vasco
49
sitmex
50
Yung Shen
51
joshg
150 by Umang Varma
Workaround bug in gettext: renaming .glade -> .ui
52
Fcmam5
155 by Umang Varma
Updated translations; release 0.5.8
53
Thiagomohrs
150 by Umang Varma
Workaround bug in gettext: renaming .glade -> .ui
54
Jean-Marc
55
Rednilec
56
Dahaka
57
Микола Ткач
58
Grzegorz Kowalewski
59
ZhNazarM
60
Adem Kürşat UZUN
61
ViBE
62
Цымбарович Петр
63
Wang Dianjin
64
Nikos Gr
65
Adolfo Jayme
66
Andrea Girvasi
67
Andrew Chen
68
dmm041191
69
RobeR
70
Wormhole
71
Itamar Carvalho
72
Ibai Oihanguren Sala
73
gogo
74
Olivier Girard
75
timbo</property>
76
    <property name="logo">Icons/indicator-stickynotes.png</property>
77
    <property name="wrap_license">True</property>
159 by Umang Varma
Credits
78
    <child>
79
      <placeholder/>
80
    </child>
150 by Umang Varma
Workaround bug in gettext: renaming .glade -> .ui
81
    <child internal-child="vbox">
82
      <object class="GtkBox" id="aboutdialog-vbox1">
83
        <property name="can_focus">False</property>
84
        <property name="orientation">vertical</property>
85
        <property name="spacing">2</property>
86
        <child internal-child="action_area">
87
          <object class="GtkButtonBox" id="aboutdialog-action_area1">
88
            <property name="can_focus">False</property>
89
            <property name="layout_style">end</property>
90
          </object>
91
          <packing>
92
            <property name="expand">False</property>
93
            <property name="fill">True</property>
94
            <property name="pack_type">end</property>
95
            <property name="position">0</property>
96
          </packing>
97
        </child>
98
        <child>
99
          <placeholder/>
100
        </child>
101
      </object>
102
    </child>
103
  </object>
104
  <object class="GtkDialog" id="wSettings">
105
    <property name="can_focus">False</property>
106
    <property name="border_width">5</property>
107
    <property name="title" translatable="yes">Settings</property>
108
    <property name="modal">True</property>
109
    <property name="type_hint">normal</property>
159 by Umang Varma
Credits
110
    <child>
111
      <placeholder/>
112
    </child>
150 by Umang Varma
Workaround bug in gettext: renaming .glade -> .ui
113
    <child internal-child="vbox">
114
      <object class="GtkBox" id="dialog-vbox1">
115
        <property name="can_focus">False</property>
116
        <property name="orientation">vertical</property>
117
        <property name="spacing">2</property>
118
        <child internal-child="action_area">
119
          <object class="GtkButtonBox" id="dialog-action_area1">
120
            <property name="can_focus">False</property>
121
            <property name="layout_style">end</property>
122
            <child>
123
              <placeholder/>
124
            </child>
125
            <child>
126
              <object class="GtkButton" id="bSettingsOK">
127
                <property name="label">gtk-ok</property>
128
                <property name="visible">True</property>
129
                <property name="can_focus">True</property>
130
                <property name="receives_default">True</property>
131
                <property name="use_stock">True</property>
132
              </object>
133
              <packing>
134
                <property name="expand">False</property>
135
                <property name="fill">True</property>
136
                <property name="position">1</property>
137
              </packing>
138
            </child>
139
          </object>
140
          <packing>
141
            <property name="expand">False</property>
142
            <property name="fill">True</property>
143
            <property name="pack_type">end</property>
144
            <property name="position">0</property>
145
          </packing>
146
        </child>
147
        <child>
148
          <object class="GtkNotebook" id="nbSettings">
149
            <property name="visible">True</property>
150
            <property name="can_focus">True</property>
151
            <child>
152
              <object class="GtkBox" id="boxcategoriesOuter">
153
                <property name="visible">True</property>
154
                <property name="can_focus">False</property>
155
                <property name="orientation">vertical</property>
156
                <child>
157
                  <object class="GtkToolbar" id="barCategory">
158
                    <property name="visible">True</property>
159
                    <property name="can_focus">False</property>
160
                    <property name="toolbar_style">both-horiz</property>
161
                    <property name="icon_size">2</property>
162
                    <child>
163
                      <object class="GtkToolButton" id="catNew">
164
                        <property name="visible">True</property>
165
                        <property name="can_focus">False</property>
166
                        <property name="tooltip_text" translatable="yes">New</property>
167
                        <property name="is_important">True</property>
168
                        <property name="label" translatable="yes">New</property>
169
                        <property name="use_underline">True</property>
170
                        <property name="stock_id">gtk-add</property>
171
                        <signal name="clicked" handler="new_category" swapped="no"/>
172
                      </object>
173
                      <packing>
174
                        <property name="expand">False</property>
175
                        <property name="homogeneous">True</property>
176
                      </packing>
177
                    </child>
178
                  </object>
179
                  <packing>
180
                    <property name="expand">False</property>
181
                    <property name="fill">True</property>
182
                    <property name="position">0</property>
183
                  </packing>
184
                </child>
185
                <child>
186
                  <object class="GtkScrolledWindow" id="scrolledwindow1">
187
                    <property name="width_request">450</property>
188
                    <property name="height_request">370</property>
189
                    <property name="visible">True</property>
190
                    <property name="can_focus">True</property>
191
                    <property name="vexpand">True</property>
192
                    <property name="shadow_type">in</property>
193
                    <child>
194
                      <object class="GtkViewport" id="viewport1">
195
                        <property name="visible">True</property>
196
                        <property name="can_focus">False</property>
197
                        <child>
198
                          <object class="GtkBox" id="boxCategories">
199
                            <property name="visible">True</property>
200
                            <property name="can_focus">False</property>
201
                            <property name="orientation">vertical</property>
202
                            <child>
203
                              <placeholder/>
204
                            </child>
205
                          </object>
206
                        </child>
207
                      </object>
208
                    </child>
209
                  </object>
210
                  <packing>
211
                    <property name="expand">False</property>
212
                    <property name="fill">True</property>
213
                    <property name="position">1</property>
214
                  </packing>
215
                </child>
216
              </object>
217
            </child>
218
            <child type="tab">
219
              <object class="GtkLabel" id="labCatSettings">
220
                <property name="visible">True</property>
221
                <property name="can_focus">False</property>
222
                <property name="label" translatable="yes">_Categories</property>
223
                <property name="use_underline">True</property>
224
              </object>
225
              <packing>
226
                <property name="tab_fill">False</property>
227
              </packing>
228
            </child>
229
          </object>
230
          <packing>
231
            <property name="expand">False</property>
232
            <property name="fill">True</property>
233
            <property name="position">1</property>
234
          </packing>
235
        </child>
236
      </object>
237
    </child>
238
    <action-widgets>
239
      <action-widget response="0">bSettingsOK</action-widget>
240
    </action-widgets>
241
  </object>
242
</interface>