~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to GlobalDialogs.glade

  • Committer: Umang Varma
  • Date: 2015-07-02 03:04:30 UTC
  • Revision ID: git-v1:f5bb0c835fc23a3aa7565829ccb18941cdb13126
Made comment in .desktop file shorter and simpler

(hopefully this is easier to translate)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!-- Generated with glade 3.18.3 -->
 
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>
 
13
    <property name="version">0.4.6</property>
 
14
    <property name="copyright">Copyright © 2012-2015 Umang Varma</property>
 
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>
 
35
    <property name="authors">Umang Varma</property>
 
36
    <property name="translator_credits">https://launchpad.net/indicator-stickynotes/+topcontributors
 
37
 
 
38
Adem Kürşat UZUN
 
39
ViBE
 
40
Цымбарович Петр
 
41
Wang Dianjin
 
42
Nikos Gr
 
43
Adolfo Jayme
 
44
Andrea Girvasi
 
45
Andrew Chen
 
46
vasco
 
47
Yung Shen
 
48
joshg
 
49
dmm041191
 
50
RobeR
 
51
Wormhole
 
52
Itamar Carvalho
 
53
Ibai Oihanguren Sala
 
54
gogo
 
55
Olivier Girard
 
56
timbo</property>
 
57
    <property name="logo">Icons/indicator-stickynotes.png</property>
 
58
    <property name="wrap_license">True</property>
 
59
    <child internal-child="vbox">
 
60
      <object class="GtkBox" id="aboutdialog-vbox1">
 
61
        <property name="can_focus">False</property>
 
62
        <property name="orientation">vertical</property>
 
63
        <property name="spacing">2</property>
 
64
        <child internal-child="action_area">
 
65
          <object class="GtkButtonBox" id="aboutdialog-action_area1">
 
66
            <property name="can_focus">False</property>
 
67
            <property name="layout_style">end</property>
 
68
          </object>
 
69
          <packing>
 
70
            <property name="expand">False</property>
 
71
            <property name="fill">True</property>
 
72
            <property name="pack_type">end</property>
 
73
            <property name="position">0</property>
 
74
          </packing>
 
75
        </child>
 
76
        <child>
 
77
          <placeholder/>
 
78
        </child>
 
79
      </object>
 
80
    </child>
 
81
  </object>
 
82
  <object class="GtkDialog" id="wSettings">
 
83
    <property name="can_focus">False</property>
 
84
    <property name="border_width">5</property>
 
85
    <property name="title" translatable="yes">Settings</property>
 
86
    <property name="modal">True</property>
 
87
    <property name="type_hint">dialog</property>
 
88
    <child internal-child="vbox">
 
89
      <object class="GtkBox" id="dialog-vbox1">
 
90
        <property name="can_focus">False</property>
 
91
        <property name="orientation">vertical</property>
 
92
        <property name="spacing">2</property>
 
93
        <child internal-child="action_area">
 
94
          <object class="GtkButtonBox" id="dialog-action_area1">
 
95
            <property name="can_focus">False</property>
 
96
            <property name="layout_style">end</property>
 
97
            <child>
 
98
              <placeholder/>
 
99
            </child>
 
100
            <child>
 
101
              <object class="GtkButton" id="bSettingsOK">
 
102
                <property name="label">gtk-ok</property>
 
103
                <property name="visible">True</property>
 
104
                <property name="can_focus">True</property>
 
105
                <property name="receives_default">True</property>
 
106
                <property name="use_stock">True</property>
 
107
              </object>
 
108
              <packing>
 
109
                <property name="expand">False</property>
 
110
                <property name="fill">True</property>
 
111
                <property name="position">1</property>
 
112
              </packing>
 
113
            </child>
 
114
          </object>
 
115
          <packing>
 
116
            <property name="expand">False</property>
 
117
            <property name="fill">True</property>
 
118
            <property name="pack_type">end</property>
 
119
            <property name="position">0</property>
 
120
          </packing>
 
121
        </child>
 
122
        <child>
 
123
          <object class="GtkNotebook" id="nbSettings">
 
124
            <property name="visible">True</property>
 
125
            <property name="can_focus">True</property>
 
126
            <child>
 
127
              <object class="GtkBox" id="boxcategoriesOuter">
 
128
                <property name="visible">True</property>
 
129
                <property name="can_focus">False</property>
 
130
                <property name="orientation">vertical</property>
 
131
                <child>
 
132
                  <object class="GtkToolbar" id="barCategory">
 
133
                    <property name="visible">True</property>
 
134
                    <property name="can_focus">False</property>
 
135
                    <property name="toolbar_style">both-horiz</property>
 
136
                    <property name="icon_size">2</property>
 
137
                    <child>
 
138
                      <object class="GtkToolButton" id="catNew">
 
139
                        <property name="visible">True</property>
 
140
                        <property name="can_focus">False</property>
 
141
                        <property name="tooltip_text" translatable="yes">New</property>
 
142
                        <property name="is_important">True</property>
 
143
                        <property name="label" translatable="yes">New</property>
 
144
                        <property name="use_underline">True</property>
 
145
                        <property name="stock_id">gtk-add</property>
 
146
                        <signal name="clicked" handler="new_category" swapped="no"/>
 
147
                      </object>
 
148
                      <packing>
 
149
                        <property name="expand">False</property>
 
150
                        <property name="homogeneous">True</property>
 
151
                      </packing>
 
152
                    </child>
 
153
                  </object>
 
154
                  <packing>
 
155
                    <property name="expand">False</property>
 
156
                    <property name="fill">True</property>
 
157
                    <property name="position">0</property>
 
158
                  </packing>
 
159
                </child>
 
160
                <child>
 
161
                  <object class="GtkScrolledWindow" id="scrolledwindow1">
 
162
                    <property name="width_request">450</property>
 
163
                    <property name="height_request">370</property>
 
164
                    <property name="visible">True</property>
 
165
                    <property name="can_focus">True</property>
 
166
                    <property name="vexpand">True</property>
 
167
                    <property name="shadow_type">in</property>
 
168
                    <child>
 
169
                      <object class="GtkViewport" id="viewport1">
 
170
                        <property name="visible">True</property>
 
171
                        <property name="can_focus">False</property>
 
172
                        <child>
 
173
                          <object class="GtkBox" id="boxCategories">
 
174
                            <property name="visible">True</property>
 
175
                            <property name="can_focus">False</property>
 
176
                            <property name="orientation">vertical</property>
 
177
                            <child>
 
178
                              <placeholder/>
 
179
                            </child>
 
180
                          </object>
 
181
                        </child>
 
182
                      </object>
 
183
                    </child>
 
184
                  </object>
 
185
                  <packing>
 
186
                    <property name="expand">False</property>
 
187
                    <property name="fill">True</property>
 
188
                    <property name="position">1</property>
 
189
                  </packing>
 
190
                </child>
 
191
              </object>
 
192
            </child>
 
193
            <child type="tab">
 
194
              <object class="GtkLabel" id="labCatSettings">
 
195
                <property name="visible">True</property>
 
196
                <property name="can_focus">False</property>
 
197
                <property name="label" translatable="yes">_Categories</property>
 
198
                <property name="use_underline">True</property>
 
199
              </object>
 
200
              <packing>
 
201
                <property name="tab_fill">False</property>
 
202
              </packing>
 
203
            </child>
 
204
          </object>
 
205
          <packing>
 
206
            <property name="expand">False</property>
 
207
            <property name="fill">True</property>
 
208
            <property name="position">1</property>
 
209
          </packing>
 
210
        </child>
 
211
      </object>
 
212
    </child>
 
213
    <action-widgets>
 
214
      <action-widget response="0">bSettingsOK</action-widget>
 
215
    </action-widgets>
 
216
  </object>
 
217
</interface>