| 18 along with this program; if not, write to the Free Software |
18 along with this program; if not, write to the Free Software |
| 19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 |
20 |
| 21 --> |
21 --> |
| 22 <interface> |
22 <interface> |
| 23 <requires lib="gtk+" version="3.22"/> |
23 <requires lib="gtk" version="4.0"/> |
| 24 <!-- interface-license-type gplv2 --> |
24 <!-- interface-license-type gplv2 --> |
| 25 <!-- interface-name Pidgin --> |
25 <!-- interface-name Pidgin --> |
| 26 <!-- interface-description Internet Messenger --> |
26 <!-- interface-description Internet Messenger --> |
| 27 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
27 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
| 28 <!-- n-columns=3 n-rows=4 --> |
28 <!-- n-columns=3 n-rows=4 --> |
| 29 <template class="PidginKeypad" parent="GtkGrid"> |
29 <template class="PidginKeypad" parent="GtkGrid"> |
| 30 <property name="visible">True</property> |
30 <property name="row-homogeneous">1</property> |
| 31 <property name="can-focus">False</property> |
31 <property name="column-homogeneous">1</property> |
| 32 <property name="row-homogeneous">True</property> |
32 <child> |
| 33 <property name="column-homogeneous">True</property> |
33 <object class="GtkButton"> |
| 34 <child> |
34 <property name="focusable">1</property> |
| 35 <object class="GtkButton"> |
35 <property name="receives-default">1</property> |
| 36 <property name="visible">True</property> |
|
| 37 <property name="can-focus">True</property> |
|
| 38 <property name="receives-default">True</property> |
|
| 39 <property name="margin-left">2</property> |
|
| 40 <property name="margin-right">2</property> |
|
| 41 <property name="margin-start">2</property> |
36 <property name="margin-start">2</property> |
| 42 <property name="margin-end">2</property> |
37 <property name="margin-end">2</property> |
| 43 <property name="margin-top">2</property> |
38 <property name="margin-top">2</property> |
| 44 <property name="margin-bottom">2</property> |
39 <property name="margin-bottom">2</property> |
| 45 <property name="action-name">keypad.dtmf</property> |
40 <property name="action-name">keypad.dtmf</property> |
| 46 <property name="action-target">49</property> |
41 <property name="action-target">49</property> |
| 47 <child> |
42 <child> |
| 48 <object class="GtkBox"> |
43 <object class="GtkBox"> |
| 49 <property name="visible">True</property> |
44 <property name="orientation">vertical</property> |
| 50 <property name="can-focus">False</property> |
45 <property name="homogeneous">1</property> |
| 51 <property name="orientation">vertical</property> |
46 <child> |
| 52 <property name="homogeneous">True</property> |
47 <object class="GtkLabel"> |
| 53 <child> |
|
| 54 <object class="GtkLabel"> |
|
| 55 <property name="visible">True</property> |
|
| 56 <property name="can-focus">False</property> |
|
| 57 <property name="label">1</property> |
48 <property name="label">1</property> |
| 58 <attributes> |
49 <attributes> |
| 59 <attribute name="weight" value="bold"/> |
50 <attribute name="weight" value="bold"></attribute> |
| 60 <attribute name="scale" value="2"/> |
51 <attribute name="scale" value="2"></attribute> |
| 61 </attributes> |
52 </attributes> |
| 62 </object> |
53 </object> |
| 63 <packing> |
54 </child> |
| 64 <property name="expand">False</property> |
55 <child> |
| 65 <property name="fill">True</property> |
56 <object class="GtkLabel" id="secondary_labels[1]"/> |
| 66 <property name="position">0</property> |
|
| 67 </packing> |
|
| 68 </child> |
|
| 69 <child> |
|
| 70 <object class="GtkLabel" id="secondary_labels[1]"> |
|
| 71 <property name="visible">True</property> |
|
| 72 <property name="can-focus">False</property> |
|
| 73 </object> |
|
| 74 <packing> |
|
| 75 <property name="expand">False</property> |
|
| 76 <property name="fill">True</property> |
|
| 77 <property name="position">1</property> |
|
| 78 </packing> |
|
| 79 </child> |
57 </child> |
| 80 </object> |
58 </object> |
| 81 </child> |
59 </child> |
| 82 <style> |
60 <style> |
| 83 <class name="image-button"/> |
61 <class name="image-button"/> |
| 84 </style> |
62 </style> |
| 85 </object> |
63 <layout> |
| 86 <packing> |
64 <property name="column">0</property> |
| 87 <property name="left-attach">0</property> |
65 <property name="row">0</property> |
| 88 <property name="top-attach">0</property> |
66 </layout> |
| 89 </packing> |
67 </object> |
| 90 </child> |
68 </child> |
| 91 <child> |
69 <child> |
| 92 <object class="GtkButton"> |
70 <object class="GtkButton"> |
| 93 <property name="visible">True</property> |
71 <property name="focusable">1</property> |
| 94 <property name="can-focus">True</property> |
72 <property name="receives-default">1</property> |
| 95 <property name="receives-default">True</property> |
|
| 96 <property name="margin-left">2</property> |
|
| 97 <property name="margin-right">2</property> |
|
| 98 <property name="margin-start">2</property> |
73 <property name="margin-start">2</property> |
| 99 <property name="margin-end">2</property> |
74 <property name="margin-end">2</property> |
| 100 <property name="margin-top">2</property> |
75 <property name="margin-top">2</property> |
| 101 <property name="margin-bottom">2</property> |
76 <property name="margin-bottom">2</property> |
| 102 <property name="action-name">keypad.dtmf</property> |
77 <property name="action-name">keypad.dtmf</property> |
| 103 <property name="action-target">50</property> |
78 <property name="action-target">50</property> |
| 104 <child> |
79 <child> |
| 105 <object class="GtkBox"> |
80 <object class="GtkBox"> |
| 106 <property name="visible">True</property> |
81 <property name="orientation">vertical</property> |
| 107 <property name="can-focus">False</property> |
82 <property name="homogeneous">1</property> |
| 108 <property name="orientation">vertical</property> |
83 <child> |
| 109 <property name="homogeneous">True</property> |
84 <object class="GtkLabel"> |
| 110 <child> |
|
| 111 <object class="GtkLabel"> |
|
| 112 <property name="visible">True</property> |
|
| 113 <property name="can-focus">False</property> |
|
| 114 <property name="label">2</property> |
85 <property name="label">2</property> |
| 115 <attributes> |
86 <attributes> |
| 116 <attribute name="weight" value="bold"/> |
87 <attribute name="weight" value="bold"></attribute> |
| 117 <attribute name="scale" value="2"/> |
88 <attribute name="scale" value="2"></attribute> |
| 118 </attributes> |
89 </attributes> |
| 119 </object> |
90 </object> |
| 120 <packing> |
|
| 121 <property name="expand">False</property> |
|
| 122 <property name="fill">True</property> |
|
| 123 <property name="position">0</property> |
|
| 124 </packing> |
|
| 125 </child> |
91 </child> |
| 126 <child> |
92 <child> |
| 127 <object class="GtkLabel" id="secondary_labels[2]"> |
93 <object class="GtkLabel" id="secondary_labels[2]"> |
| 128 <property name="visible">True</property> |
|
| 129 <property name="can-focus">False</property> |
|
| 130 <!-- Translators: These are the letters on the '2' key of a numeric |
94 <!-- Translators: These are the letters on the '2' key of a numeric |
| 131 keypad; translate according to the tables in §7 of ETSI ES 202 130: |
95 keypad; translate according to the tables in §7 of ETSI ES 202 130: |
| 132 http://webapp.etsi.org/WorkProgram/Report_WorkItem.asp?WKI_ID=11730 |
96 http://webapp.etsi.org/WorkProgram/Report_WorkItem.asp?WKI_ID=11730 |
| 133 --> |
97 --> |
| 134 <property name="label" translatable="yes">ABC</property> |
98 <property name="label" translatable="1">ABC</property> |
| 135 <style> |
99 <style> |
| 136 <class name="dim-label"/> |
100 <class name="dim-label"/> |
| 137 </style> |
101 </style> |
| 138 </object> |
102 </object> |
| 139 <packing> |
103 </child> |
| 140 <property name="expand">False</property> |
104 </object> |
| 141 <property name="fill">True</property> |
105 </child> |
| 142 <property name="position">1</property> |
106 <layout> |
| 143 </packing> |
107 <property name="column">1</property> |
| 144 </child> |
108 <property name="row">0</property> |
| 145 </object> |
109 </layout> |
| 146 </child> |
110 </object> |
| 147 </object> |
111 </child> |
| 148 <packing> |
112 <child> |
| 149 <property name="left-attach">1</property> |
113 <object class="GtkButton"> |
| 150 <property name="top-attach">0</property> |
114 <property name="focusable">1</property> |
| 151 </packing> |
115 <property name="receives-default">1</property> |
| 152 </child> |
|
| 153 <child> |
|
| 154 <object class="GtkButton"> |
|
| 155 <property name="visible">True</property> |
|
| 156 <property name="can-focus">True</property> |
|
| 157 <property name="receives-default">True</property> |
|
| 158 <property name="margin-left">2</property> |
|
| 159 <property name="margin-right">2</property> |
|
| 160 <property name="margin-start">2</property> |
116 <property name="margin-start">2</property> |
| 161 <property name="margin-end">2</property> |
117 <property name="margin-end">2</property> |
| 162 <property name="margin-top">2</property> |
118 <property name="margin-top">2</property> |
| 163 <property name="margin-bottom">2</property> |
119 <property name="margin-bottom">2</property> |
| 164 <property name="action-name">keypad.dtmf</property> |
120 <property name="action-name">keypad.dtmf</property> |
| 165 <property name="action-target">51</property> |
121 <property name="action-target">51</property> |
| 166 <child> |
122 <child> |
| 167 <object class="GtkBox"> |
123 <object class="GtkBox"> |
| 168 <property name="visible">True</property> |
124 <property name="orientation">vertical</property> |
| 169 <property name="can-focus">False</property> |
125 <property name="homogeneous">1</property> |
| 170 <property name="orientation">vertical</property> |
126 <child> |
| 171 <property name="homogeneous">True</property> |
127 <object class="GtkLabel"> |
| 172 <child> |
|
| 173 <object class="GtkLabel"> |
|
| 174 <property name="visible">True</property> |
|
| 175 <property name="can-focus">False</property> |
|
| 176 <property name="label">3</property> |
128 <property name="label">3</property> |
| 177 <attributes> |
129 <attributes> |
| 178 <attribute name="weight" value="bold"/> |
130 <attribute name="weight" value="bold"></attribute> |
| 179 <attribute name="scale" value="2"/> |
131 <attribute name="scale" value="2"></attribute> |
| 180 </attributes> |
132 </attributes> |
| 181 </object> |
133 </object> |
| 182 <packing> |
|
| 183 <property name="expand">False</property> |
|
| 184 <property name="fill">True</property> |
|
| 185 <property name="position">0</property> |
|
| 186 </packing> |
|
| 187 </child> |
134 </child> |
| 188 <child> |
135 <child> |
| 189 <object class="GtkLabel" id="secondary_labels[3]"> |
136 <object class="GtkLabel" id="secondary_labels[3]"> |
| 190 <property name="visible">True</property> |
|
| 191 <property name="can-focus">False</property> |
|
| 192 <!-- Translators: These are the letters on the '3' key of a numeric |
137 <!-- Translators: These are the letters on the '3' key of a numeric |
| 193 keypad; translate according to the tables in §7 of ETSI ES 202 130: |
138 keypad; translate according to the tables in §7 of ETSI ES 202 130: |
| 194 http://webapp.etsi.org/WorkProgram/Report_WorkItem.asp?WKI_ID=11730 |
139 http://webapp.etsi.org/WorkProgram/Report_WorkItem.asp?WKI_ID=11730 |
| 195 --> |
140 --> |
| 196 <property name="label" translatable="yes">DEF</property> |
141 <property name="label" translatable="1">DEF</property> |
| 197 <style> |
142 <style> |
| 198 <class name="dim-label"/> |
143 <class name="dim-label"/> |
| 199 </style> |
144 </style> |
| 200 </object> |
145 </object> |
| 201 <packing> |
146 </child> |
| 202 <property name="expand">False</property> |
147 </object> |
| 203 <property name="fill">True</property> |
148 </child> |
| 204 <property name="position">1</property> |
149 <layout> |
| 205 </packing> |
150 <property name="column">2</property> |
| 206 </child> |
151 <property name="row">0</property> |
| 207 </object> |
152 </layout> |
| 208 </child> |
153 </object> |
| 209 </object> |
154 </child> |
| 210 <packing> |
155 <child> |
| 211 <property name="left-attach">2</property> |
156 <object class="GtkButton"> |
| 212 <property name="top-attach">0</property> |
157 <property name="focusable">1</property> |
| 213 </packing> |
158 <property name="receives-default">1</property> |
| 214 </child> |
|
| 215 <child> |
|
| 216 <object class="GtkButton"> |
|
| 217 <property name="visible">True</property> |
|
| 218 <property name="can-focus">True</property> |
|
| 219 <property name="receives-default">True</property> |
|
| 220 <property name="margin-left">2</property> |
|
| 221 <property name="margin-right">2</property> |
|
| 222 <property name="margin-start">2</property> |
159 <property name="margin-start">2</property> |
| 223 <property name="margin-end">2</property> |
160 <property name="margin-end">2</property> |
| 224 <property name="margin-top">2</property> |
161 <property name="margin-top">2</property> |
| 225 <property name="margin-bottom">2</property> |
162 <property name="margin-bottom">2</property> |
| 226 <property name="action-name">keypad.dtmf</property> |
163 <property name="action-name">keypad.dtmf</property> |
| 227 <property name="action-target">52</property> |
164 <property name="action-target">52</property> |
| 228 <child> |
165 <child> |
| 229 <object class="GtkBox"> |
166 <object class="GtkBox"> |
| 230 <property name="visible">True</property> |
167 <property name="orientation">vertical</property> |
| 231 <property name="can-focus">False</property> |
168 <property name="homogeneous">1</property> |
| 232 <property name="orientation">vertical</property> |
169 <child> |
| 233 <property name="homogeneous">True</property> |
170 <object class="GtkLabel"> |
| 234 <child> |
|
| 235 <object class="GtkLabel"> |
|
| 236 <property name="visible">True</property> |
|
| 237 <property name="can-focus">False</property> |
|
| 238 <property name="label">4</property> |
171 <property name="label">4</property> |
| 239 <attributes> |
172 <attributes> |
| 240 <attribute name="weight" value="bold"/> |
173 <attribute name="weight" value="bold"></attribute> |
| 241 <attribute name="scale" value="2"/> |
174 <attribute name="scale" value="2"></attribute> |
| 242 </attributes> |
175 </attributes> |
| 243 </object> |
176 </object> |
| 244 <packing> |
|
| 245 <property name="expand">False</property> |
|
| 246 <property name="fill">True</property> |
|
| 247 <property name="position">0</property> |
|
| 248 </packing> |
|
| 249 </child> |
177 </child> |
| 250 <child> |
178 <child> |
| 251 <object class="GtkLabel" id="secondary_labels[4]"> |
179 <object class="GtkLabel" id="secondary_labels[4]"> |
| 252 <property name="visible">True</property> |
|
| 253 <property name="can-focus">False</property> |
|
| 254 <!-- Translators: These are the letters on the '4' key of a numeric |
180 <!-- Translators: These are the letters on the '4' key of a numeric |
| 255 keypad; translate according to the tables in §7 of ETSI ES 202 130: |
181 keypad; translate according to the tables in §7 of ETSI ES 202 130: |
| 256 http://webapp.etsi.org/WorkProgram/Report_WorkItem.asp?WKI_ID=11730 |
182 http://webapp.etsi.org/WorkProgram/Report_WorkItem.asp?WKI_ID=11730 |
| 257 --> |
183 --> |
| 258 <property name="label" translatable="yes">GHI</property> |
184 <property name="label" translatable="1">GHI</property> |
| 259 <style> |
185 <style> |
| 260 <class name="dim-label"/> |
186 <class name="dim-label"/> |
| 261 </style> |
187 </style> |
| 262 </object> |
188 </object> |
| 263 <packing> |
189 </child> |
| 264 <property name="expand">False</property> |
190 </object> |
| 265 <property name="fill">True</property> |
191 </child> |
| 266 <property name="position">1</property> |
192 <layout> |
| 267 </packing> |
193 <property name="column">0</property> |
| 268 </child> |
194 <property name="row">1</property> |
| 269 </object> |
195 </layout> |
| 270 </child> |
196 </object> |
| 271 </object> |
197 </child> |
| 272 <packing> |
198 <child> |
| 273 <property name="left-attach">0</property> |
199 <object class="GtkButton"> |
| 274 <property name="top-attach">1</property> |
200 <property name="focusable">1</property> |
| 275 </packing> |
201 <property name="receives-default">1</property> |
| 276 </child> |
|
| 277 <child> |
|
| 278 <object class="GtkButton"> |
|
| 279 <property name="visible">True</property> |
|
| 280 <property name="can-focus">True</property> |
|
| 281 <property name="receives-default">True</property> |
|
| 282 <property name="margin-left">2</property> |
|
| 283 <property name="margin-right">2</property> |
|
| 284 <property name="margin-start">2</property> |
202 <property name="margin-start">2</property> |
| 285 <property name="margin-end">2</property> |
203 <property name="margin-end">2</property> |
| 286 <property name="margin-top">2</property> |
204 <property name="margin-top">2</property> |
| 287 <property name="margin-bottom">2</property> |
205 <property name="margin-bottom">2</property> |
| 288 <property name="action-name">keypad.dtmf</property> |
206 <property name="action-name">keypad.dtmf</property> |
| 289 <property name="action-target">53</property> |
207 <property name="action-target">53</property> |
| 290 <child> |
208 <child> |
| 291 <object class="GtkBox"> |
209 <object class="GtkBox"> |
| 292 <property name="visible">True</property> |
210 <property name="orientation">vertical</property> |
| 293 <property name="can-focus">False</property> |
211 <property name="homogeneous">1</property> |
| 294 <property name="orientation">vertical</property> |
212 <child> |
| 295 <property name="homogeneous">True</property> |
213 <object class="GtkLabel"> |
| 296 <child> |
|
| 297 <object class="GtkLabel"> |
|
| 298 <property name="visible">True</property> |
|
| 299 <property name="can-focus">False</property> |
|
| 300 <property name="label">5</property> |
214 <property name="label">5</property> |
| 301 <attributes> |
215 <attributes> |
| 302 <attribute name="weight" value="bold"/> |
216 <attribute name="weight" value="bold"></attribute> |
| 303 <attribute name="scale" value="2"/> |
217 <attribute name="scale" value="2"></attribute> |
| 304 </attributes> |
218 </attributes> |
| 305 </object> |
219 </object> |
| 306 <packing> |
|
| 307 <property name="expand">False</property> |
|
| 308 <property name="fill">True</property> |
|
| 309 <property name="position">0</property> |
|
| 310 </packing> |
|
| 311 </child> |
220 </child> |
| 312 <child> |
221 <child> |
| 313 <object class="GtkLabel" id="secondary_labels[5]"> |
222 <object class="GtkLabel" id="secondary_labels[5]"> |
| 314 <property name="visible">True</property> |
|
| 315 <property name="can-focus">False</property> |
|
| 316 <!-- Translators: These are the letters on the '5' key of a numeric |
223 <!-- Translators: These are the letters on the '5' key of a numeric |
| 317 keypad; translate according to the tables in §7 of ETSI ES 202 130: |
224 keypad; translate according to the tables in §7 of ETSI ES 202 130: |
| 318 http://webapp.etsi.org/WorkProgram/Report_WorkItem.asp?WKI_ID=11730 |
225 http://webapp.etsi.org/WorkProgram/Report_WorkItem.asp?WKI_ID=11730 |
| 319 --> |
226 --> |
| 320 <property name="label" translatable="yes">JKL</property> |
227 <property name="label" translatable="1">JKL</property> |
| 321 <style> |
228 <style> |
| 322 <class name="dim-label"/> |
229 <class name="dim-label"/> |
| 323 </style> |
230 </style> |
| 324 </object> |
231 </object> |
| 325 <packing> |
232 </child> |
| 326 <property name="expand">False</property> |
233 </object> |
| 327 <property name="fill">True</property> |
234 </child> |
| 328 <property name="position">1</property> |
235 <layout> |
| 329 </packing> |
236 <property name="column">1</property> |
| 330 </child> |
237 <property name="row">1</property> |
| 331 </object> |
238 </layout> |
| 332 </child> |
239 </object> |
| 333 </object> |
240 </child> |
| 334 <packing> |
241 <child> |
| 335 <property name="left-attach">1</property> |
242 <object class="GtkButton"> |
| 336 <property name="top-attach">1</property> |
243 <property name="focusable">1</property> |
| 337 </packing> |
244 <property name="receives-default">1</property> |
| 338 </child> |
|
| 339 <child> |
|
| 340 <object class="GtkButton"> |
|
| 341 <property name="visible">True</property> |
|
| 342 <property name="can-focus">True</property> |
|
| 343 <property name="receives-default">True</property> |
|
| 344 <property name="margin-left">2</property> |
|
| 345 <property name="margin-right">2</property> |
|
| 346 <property name="margin-start">2</property> |
245 <property name="margin-start">2</property> |
| 347 <property name="margin-end">2</property> |
246 <property name="margin-end">2</property> |
| 348 <property name="margin-top">2</property> |
247 <property name="margin-top">2</property> |
| 349 <property name="margin-bottom">2</property> |
248 <property name="margin-bottom">2</property> |
| 350 <property name="action-name">keypad.dtmf</property> |
249 <property name="action-name">keypad.dtmf</property> |
| 351 <property name="action-target">54</property> |
250 <property name="action-target">54</property> |
| 352 <child> |
251 <child> |
| 353 <object class="GtkBox"> |
252 <object class="GtkBox"> |
| 354 <property name="visible">True</property> |
253 <property name="orientation">vertical</property> |
| 355 <property name="can-focus">False</property> |
254 <property name="homogeneous">1</property> |
| 356 <property name="orientation">vertical</property> |
255 <child> |
| 357 <property name="homogeneous">True</property> |
256 <object class="GtkLabel"> |
| 358 <child> |
|
| 359 <object class="GtkLabel"> |
|
| 360 <property name="visible">True</property> |
|
| 361 <property name="can-focus">False</property> |
|
| 362 <property name="label">6</property> |
257 <property name="label">6</property> |
| 363 <attributes> |
258 <attributes> |
| 364 <attribute name="weight" value="bold"/> |
259 <attribute name="weight" value="bold"></attribute> |
| 365 <attribute name="scale" value="2"/> |
260 <attribute name="scale" value="2"></attribute> |
| 366 </attributes> |
261 </attributes> |
| 367 </object> |
262 </object> |
| 368 <packing> |
|
| 369 <property name="expand">False</property> |
|
| 370 <property name="fill">True</property> |
|
| 371 <property name="position">0</property> |
|
| 372 </packing> |
|
| 373 </child> |
263 </child> |
| 374 <child> |
264 <child> |
| 375 <object class="GtkLabel" id="secondary_labels[6]"> |
265 <object class="GtkLabel" id="secondary_labels[6]"> |
| 376 <property name="visible">True</property> |
|
| 377 <property name="can-focus">False</property> |
|
| 378 <!-- Translators: These are the letters on the '6' key of a numeric |
266 <!-- Translators: These are the letters on the '6' key of a numeric |
| 379 keypad; translate according to the tables in §7 of ETSI ES 202 130: |
267 keypad; translate according to the tables in §7 of ETSI ES 202 130: |
| 380 http://webapp.etsi.org/WorkProgram/Report_WorkItem.asp?WKI_ID=11730 |
268 http://webapp.etsi.org/WorkProgram/Report_WorkItem.asp?WKI_ID=11730 |
| 381 --> |
269 --> |
| 382 <property name="label" translatable="yes">MNO</property> |
270 <property name="label" translatable="1">MNO</property> |
| 383 <style> |
271 <style> |
| 384 <class name="dim-label"/> |
272 <class name="dim-label"/> |
| 385 </style> |
273 </style> |
| 386 </object> |
274 </object> |
| 387 <packing> |
275 </child> |
| 388 <property name="expand">False</property> |
276 </object> |
| 389 <property name="fill">True</property> |
277 </child> |
| 390 <property name="position">1</property> |
278 <layout> |
| 391 </packing> |
279 <property name="column">2</property> |
| 392 </child> |
280 <property name="row">1</property> |
| 393 </object> |
281 </layout> |
| 394 </child> |
282 </object> |
| 395 </object> |
283 </child> |
| 396 <packing> |
284 <child> |
| 397 <property name="left-attach">2</property> |
285 <object class="GtkButton"> |
| 398 <property name="top-attach">1</property> |
286 <property name="focusable">1</property> |
| 399 </packing> |
287 <property name="receives-default">1</property> |
| 400 </child> |
|
| 401 <child> |
|
| 402 <object class="GtkButton"> |
|
| 403 <property name="visible">True</property> |
|
| 404 <property name="can-focus">True</property> |
|
| 405 <property name="receives-default">True</property> |
|
| 406 <property name="margin-left">2</property> |
|
| 407 <property name="margin-right">2</property> |
|
| 408 <property name="margin-start">2</property> |
288 <property name="margin-start">2</property> |
| 409 <property name="margin-end">2</property> |
289 <property name="margin-end">2</property> |
| 410 <property name="margin-top">2</property> |
290 <property name="margin-top">2</property> |
| 411 <property name="margin-bottom">2</property> |
291 <property name="margin-bottom">2</property> |
| 412 <property name="action-name">keypad.dtmf</property> |
292 <property name="action-name">keypad.dtmf</property> |
| 413 <property name="action-target">55</property> |
293 <property name="action-target">55</property> |
| 414 <child> |
294 <child> |
| 415 <object class="GtkBox"> |
295 <object class="GtkBox"> |
| 416 <property name="visible">True</property> |
296 <property name="orientation">vertical</property> |
| 417 <property name="can-focus">False</property> |
297 <property name="homogeneous">1</property> |
| 418 <property name="orientation">vertical</property> |
298 <child> |
| 419 <property name="homogeneous">True</property> |
299 <object class="GtkLabel"> |
| 420 <child> |
|
| 421 <object class="GtkLabel"> |
|
| 422 <property name="visible">True</property> |
|
| 423 <property name="can-focus">False</property> |
|
| 424 <property name="label">7</property> |
300 <property name="label">7</property> |
| 425 <attributes> |
301 <attributes> |
| 426 <attribute name="weight" value="bold"/> |
302 <attribute name="weight" value="bold"></attribute> |
| 427 <attribute name="scale" value="2"/> |
303 <attribute name="scale" value="2"></attribute> |
| 428 </attributes> |
304 </attributes> |
| 429 </object> |
305 </object> |
| 430 <packing> |
|
| 431 <property name="expand">False</property> |
|
| 432 <property name="fill">True</property> |
|
| 433 <property name="position">0</property> |
|
| 434 </packing> |
|
| 435 </child> |
306 </child> |
| 436 <child> |
307 <child> |
| 437 <object class="GtkLabel" id="secondary_labels[7]"> |
308 <object class="GtkLabel" id="secondary_labels[7]"> |
| 438 <property name="visible">True</property> |
|
| 439 <property name="can-focus">False</property> |
|
| 440 <!-- Translators: These are the letters on the '7' key of a numeric |
309 <!-- Translators: These are the letters on the '7' key of a numeric |
| 441 keypad; translate according to the tables in §7 of ETSI ES 202 130: |
310 keypad; translate according to the tables in §7 of ETSI ES 202 130: |
| 442 http://webapp.etsi.org/WorkProgram/Report_WorkItem.asp?WKI_ID=11730 |
311 http://webapp.etsi.org/WorkProgram/Report_WorkItem.asp?WKI_ID=11730 |
| 443 --> |
312 --> |
| 444 <property name="label" translatable="yes">PQRS</property> |
313 <property name="label" translatable="1">PQRS</property> |
| 445 <style> |
314 <style> |
| 446 <class name="dim-label"/> |
315 <class name="dim-label"/> |
| 447 </style> |
316 </style> |
| 448 </object> |
317 </object> |
| 449 <packing> |
318 </child> |
| 450 <property name="expand">False</property> |
319 </object> |
| 451 <property name="fill">True</property> |
320 </child> |
| 452 <property name="position">1</property> |
321 <layout> |
| 453 </packing> |
322 <property name="column">0</property> |
| 454 </child> |
323 <property name="row">2</property> |
| 455 </object> |
324 </layout> |
| 456 </child> |
325 </object> |
| 457 </object> |
326 </child> |
| 458 <packing> |
327 <child> |
| 459 <property name="left-attach">0</property> |
328 <object class="GtkButton"> |
| 460 <property name="top-attach">2</property> |
329 <property name="focusable">1</property> |
| 461 </packing> |
330 <property name="receives-default">1</property> |
| 462 </child> |
|
| 463 <child> |
|
| 464 <object class="GtkButton"> |
|
| 465 <property name="visible">True</property> |
|
| 466 <property name="can-focus">True</property> |
|
| 467 <property name="receives-default">True</property> |
|
| 468 <property name="margin-left">2</property> |
|
| 469 <property name="margin-right">2</property> |
|
| 470 <property name="margin-start">2</property> |
331 <property name="margin-start">2</property> |
| 471 <property name="margin-end">2</property> |
332 <property name="margin-end">2</property> |
| 472 <property name="margin-top">2</property> |
333 <property name="margin-top">2</property> |
| 473 <property name="margin-bottom">2</property> |
334 <property name="margin-bottom">2</property> |
| 474 <property name="action-name">keypad.dtmf</property> |
335 <property name="action-name">keypad.dtmf</property> |
| 475 <property name="action-target">56</property> |
336 <property name="action-target">56</property> |
| 476 <child> |
337 <child> |
| 477 <object class="GtkBox"> |
338 <object class="GtkBox"> |
| 478 <property name="visible">True</property> |
339 <property name="orientation">vertical</property> |
| 479 <property name="can-focus">False</property> |
340 <property name="homogeneous">1</property> |
| 480 <property name="orientation">vertical</property> |
341 <child> |
| 481 <property name="homogeneous">True</property> |
342 <object class="GtkLabel"> |
| 482 <child> |
|
| 483 <object class="GtkLabel"> |
|
| 484 <property name="visible">True</property> |
|
| 485 <property name="can-focus">False</property> |
|
| 486 <property name="label">8</property> |
343 <property name="label">8</property> |
| 487 <attributes> |
344 <attributes> |
| 488 <attribute name="weight" value="bold"/> |
345 <attribute name="weight" value="bold"></attribute> |
| 489 <attribute name="scale" value="2"/> |
346 <attribute name="scale" value="2"></attribute> |
| 490 </attributes> |
347 </attributes> |
| 491 </object> |
348 </object> |
| 492 <packing> |
|
| 493 <property name="expand">False</property> |
|
| 494 <property name="fill">True</property> |
|
| 495 <property name="position">0</property> |
|
| 496 </packing> |
|
| 497 </child> |
349 </child> |
| 498 <child> |
350 <child> |
| 499 <object class="GtkLabel" id="secondary_labels[8]"> |
351 <object class="GtkLabel" id="secondary_labels[8]"> |
| 500 <property name="visible">True</property> |
|
| 501 <property name="can-focus">False</property> |
|
| 502 <!-- Translators: These are the letters on the '8' key of a numeric |
352 <!-- Translators: These are the letters on the '8' key of a numeric |
| 503 keypad; translate according to the tables in §7 of ETSI ES 202 130: |
353 keypad; translate according to the tables in §7 of ETSI ES 202 130: |
| 504 http://webapp.etsi.org/WorkProgram/Report_WorkItem.asp?WKI_ID=11730 |
354 http://webapp.etsi.org/WorkProgram/Report_WorkItem.asp?WKI_ID=11730 |
| 505 --> |
355 --> |
| 506 <property name="label" translatable="yes">TUV</property> |
356 <property name="label" translatable="1">TUV</property> |
| 507 <style> |
357 <style> |
| 508 <class name="dim-label"/> |
358 <class name="dim-label"/> |
| 509 </style> |
359 </style> |
| 510 </object> |
360 </object> |
| 511 <packing> |
361 </child> |
| 512 <property name="expand">False</property> |
362 </object> |
| 513 <property name="fill">True</property> |
363 </child> |
| 514 <property name="position">1</property> |
364 <layout> |
| 515 </packing> |
365 <property name="column">1</property> |
| 516 </child> |
366 <property name="row">2</property> |
| 517 </object> |
367 </layout> |
| 518 </child> |
368 </object> |
| 519 </object> |
369 </child> |
| 520 <packing> |
370 <child> |
| 521 <property name="left-attach">1</property> |
371 <object class="GtkButton"> |
| 522 <property name="top-attach">2</property> |
372 <property name="focusable">1</property> |
| 523 </packing> |
373 <property name="receives-default">1</property> |
| 524 </child> |
|
| 525 <child> |
|
| 526 <object class="GtkButton"> |
|
| 527 <property name="visible">True</property> |
|
| 528 <property name="can-focus">True</property> |
|
| 529 <property name="receives-default">True</property> |
|
| 530 <property name="margin-left">2</property> |
|
| 531 <property name="margin-right">2</property> |
|
| 532 <property name="margin-start">2</property> |
374 <property name="margin-start">2</property> |
| 533 <property name="margin-end">2</property> |
375 <property name="margin-end">2</property> |
| 534 <property name="margin-top">2</property> |
376 <property name="margin-top">2</property> |
| 535 <property name="margin-bottom">2</property> |
377 <property name="margin-bottom">2</property> |
| 536 <property name="action-name">keypad.dtmf</property> |
378 <property name="action-name">keypad.dtmf</property> |
| 537 <property name="action-target">57</property> |
379 <property name="action-target">57</property> |
| 538 <child> |
380 <child> |
| 539 <object class="GtkBox"> |
381 <object class="GtkBox"> |
| 540 <property name="visible">True</property> |
382 <property name="orientation">vertical</property> |
| 541 <property name="can-focus">False</property> |
383 <property name="homogeneous">1</property> |
| 542 <property name="orientation">vertical</property> |
384 <child> |
| 543 <property name="homogeneous">True</property> |
385 <object class="GtkLabel"> |
| 544 <child> |
|
| 545 <object class="GtkLabel"> |
|
| 546 <property name="visible">True</property> |
|
| 547 <property name="can-focus">False</property> |
|
| 548 <property name="label">9</property> |
386 <property name="label">9</property> |
| 549 <attributes> |
387 <attributes> |
| 550 <attribute name="weight" value="bold"/> |
388 <attribute name="weight" value="bold"></attribute> |
| 551 <attribute name="scale" value="2"/> |
389 <attribute name="scale" value="2"></attribute> |
| 552 </attributes> |
390 </attributes> |
| 553 </object> |
391 </object> |
| 554 <packing> |
|
| 555 <property name="expand">False</property> |
|
| 556 <property name="fill">True</property> |
|
| 557 <property name="position">0</property> |
|
| 558 </packing> |
|
| 559 </child> |
392 </child> |
| 560 <child> |
393 <child> |
| 561 <object class="GtkLabel" id="secondary_labels[9]"> |
394 <object class="GtkLabel" id="secondary_labels[9]"> |
| 562 <property name="visible">True</property> |
|
| 563 <property name="can-focus">False</property> |
|
| 564 <!-- Translators: These are the letters on the '9' key of a numeric |
395 <!-- Translators: These are the letters on the '9' key of a numeric |
| 565 keypad; translate according to the tables in §7 of ETSI ES 202 130: |
396 keypad; translate according to the tables in §7 of ETSI ES 202 130: |
| 566 http://webapp.etsi.org/WorkProgram/Report_WorkItem.asp?WKI_ID=11730 |
397 http://webapp.etsi.org/WorkProgram/Report_WorkItem.asp?WKI_ID=11730 |
| 567 --> |
398 --> |
| 568 <property name="label" translatable="yes">WXYZ</property> |
399 <property name="label" translatable="1">WXYZ</property> |
| 569 <style> |
400 <style> |
| 570 <class name="dim-label"/> |
401 <class name="dim-label"/> |
| 571 </style> |
402 </style> |
| 572 </object> |
403 </object> |
| 573 <packing> |
404 </child> |
| 574 <property name="expand">False</property> |
405 </object> |
| 575 <property name="fill">True</property> |
406 </child> |
| 576 <property name="position">1</property> |
407 <layout> |
| 577 </packing> |
408 <property name="column">2</property> |
| 578 </child> |
409 <property name="row">2</property> |
| 579 </object> |
410 </layout> |
| 580 </child> |
411 </object> |
| 581 </object> |
412 </child> |
| 582 <packing> |
413 <child> |
| 583 <property name="left-attach">2</property> |
414 <object class="GtkButton"> |
| 584 <property name="top-attach">2</property> |
415 <property name="focusable">1</property> |
| 585 </packing> |
416 <property name="receives-default">1</property> |
| 586 </child> |
|
| 587 <child> |
|
| 588 <object class="GtkButton"> |
|
| 589 <property name="visible">True</property> |
|
| 590 <property name="can-focus">True</property> |
|
| 591 <property name="receives-default">True</property> |
|
| 592 <property name="margin-left">2</property> |
|
| 593 <property name="margin-right">2</property> |
|
| 594 <property name="margin-start">2</property> |
417 <property name="margin-start">2</property> |
| 595 <property name="margin-end">2</property> |
418 <property name="margin-end">2</property> |
| 596 <property name="margin-top">2</property> |
419 <property name="margin-top">2</property> |
| 597 <property name="margin-bottom">2</property> |
420 <property name="margin-bottom">2</property> |
| 598 <property name="action-name">keypad.dtmf</property> |
421 <property name="action-name">keypad.dtmf</property> |
| 599 <property name="action-target">42</property> |
422 <property name="action-target">42</property> |
| 600 <child> |
423 <child> |
| 601 <object class="GtkBox"> |
424 <object class="GtkBox"> |
| 602 <property name="visible">True</property> |
425 <property name="orientation">vertical</property> |
| 603 <property name="can-focus">False</property> |
426 <property name="homogeneous">1</property> |
| 604 <property name="orientation">vertical</property> |
427 <child> |
| 605 <property name="homogeneous">True</property> |
428 <object class="GtkLabel"> |
| 606 <child> |
|
| 607 <object class="GtkLabel"> |
|
| 608 <property name="visible">True</property> |
|
| 609 <property name="can-focus">False</property> |
|
| 610 <property name="label">*</property> |
429 <property name="label">*</property> |
| 611 <attributes> |
430 <attributes> |
| 612 <attribute name="weight" value="bold"/> |
431 <attribute name="weight" value="bold"></attribute> |
| 613 <attribute name="scale" value="2"/> |
432 <attribute name="scale" value="2"></attribute> |
| 614 </attributes> |
433 </attributes> |
| 615 </object> |
434 </object> |
| 616 <packing> |
|
| 617 <property name="expand">False</property> |
|
| 618 <property name="fill">True</property> |
|
| 619 <property name="position">0</property> |
|
| 620 </packing> |
|
| 621 </child> |
435 </child> |
| 622 <child> |
436 <child> |
| 623 <object class="GtkLabel" id="asterisk"> |
437 <object class="GtkLabel" id="asterisk"> |
| 624 <property name="visible">True</property> |
438 <style> |
| 625 <property name="can-focus">False</property> |
439 <class name="dim-label"/> |
| 626 <style> |
440 </style> |
| 627 <class name="dim-label"/> |
441 </object> |
| 628 </style> |
442 </child> |
| 629 </object> |
443 </object> |
| 630 <packing> |
444 </child> |
| 631 <property name="expand">False</property> |
445 <layout> |
| 632 <property name="fill">True</property> |
446 <property name="column">0</property> |
| 633 <property name="position">1</property> |
447 <property name="row">3</property> |
| 634 </packing> |
448 </layout> |
| 635 </child> |
449 </object> |
| 636 </object> |
450 </child> |
| 637 </child> |
451 <child> |
| 638 </object> |
452 <object class="GtkButton"> |
| 639 <packing> |
453 <property name="focusable">1</property> |
| 640 <property name="left-attach">0</property> |
454 <property name="receives-default">1</property> |
| 641 <property name="top-attach">3</property> |
|
| 642 </packing> |
|
| 643 </child> |
|
| 644 <child> |
|
| 645 <object class="GtkButton"> |
|
| 646 <property name="visible">True</property> |
|
| 647 <property name="can-focus">True</property> |
|
| 648 <property name="receives-default">True</property> |
|
| 649 <property name="margin-left">2</property> |
|
| 650 <property name="margin-right">2</property> |
|
| 651 <property name="margin-start">2</property> |
455 <property name="margin-start">2</property> |
| 652 <property name="margin-end">2</property> |
456 <property name="margin-end">2</property> |
| 653 <property name="margin-top">2</property> |
457 <property name="margin-top">2</property> |
| 654 <property name="margin-bottom">2</property> |
458 <property name="margin-bottom">2</property> |
| 655 <property name="action-name">keypad.dtmf</property> |
459 <property name="action-name">keypad.dtmf</property> |
| 656 <property name="action-target">48</property> |
460 <property name="action-target">48</property> |
| 657 <child> |
461 <child> |
| 658 <object class="GtkBox"> |
462 <object class="GtkBox"> |
| 659 <property name="visible">True</property> |
463 <property name="orientation">vertical</property> |
| 660 <property name="can-focus">False</property> |
464 <property name="homogeneous">1</property> |
| 661 <property name="orientation">vertical</property> |
465 <child> |
| 662 <property name="homogeneous">True</property> |
466 <object class="GtkLabel"> |
| 663 <child> |
|
| 664 <object class="GtkLabel"> |
|
| 665 <property name="visible">True</property> |
|
| 666 <property name="can-focus">False</property> |
|
| 667 <property name="label">0</property> |
467 <property name="label">0</property> |
| 668 <attributes> |
468 <attributes> |
| 669 <attribute name="weight" value="bold"/> |
469 <attribute name="weight" value="bold"></attribute> |
| 670 <attribute name="scale" value="2"/> |
470 <attribute name="scale" value="2"></attribute> |
| 671 </attributes> |
471 </attributes> |
| 672 </object> |
472 </object> |
| 673 <packing> |
|
| 674 <property name="expand">False</property> |
|
| 675 <property name="fill">True</property> |
|
| 676 <property name="position">0</property> |
|
| 677 </packing> |
|
| 678 </child> |
473 </child> |
| 679 <child> |
474 <child> |
| 680 <object class="GtkLabel" id="secondary_labels[0]"> |
475 <object class="GtkLabel" id="secondary_labels[0]"> |
| 681 <property name="visible">True</property> |
476 <style> |
| 682 <property name="can-focus">False</property> |
477 <class name="dim-label"/> |
| 683 <style> |
478 </style> |
| 684 <class name="dim-label"/> |
479 </object> |
| 685 </style> |
480 </child> |
| 686 </object> |
481 </object> |
| 687 <packing> |
482 </child> |
| 688 <property name="expand">False</property> |
483 <layout> |
| 689 <property name="fill">True</property> |
484 <property name="column">1</property> |
| 690 <property name="position">1</property> |
485 <property name="row">3</property> |
| 691 </packing> |
486 </layout> |
| 692 </child> |
487 </object> |
| 693 </object> |
488 </child> |
| 694 </child> |
489 <child> |
| 695 </object> |
490 <object class="GtkButton"> |
| 696 <packing> |
491 <property name="focusable">1</property> |
| 697 <property name="left-attach">1</property> |
492 <property name="receives-default">1</property> |
| 698 <property name="top-attach">3</property> |
|
| 699 </packing> |
|
| 700 </child> |
|
| 701 <child> |
|
| 702 <object class="GtkButton"> |
|
| 703 <property name="visible">True</property> |
|
| 704 <property name="can-focus">True</property> |
|
| 705 <property name="receives-default">True</property> |
|
| 706 <property name="margin-left">2</property> |
|
| 707 <property name="margin-right">2</property> |
|
| 708 <property name="margin-start">2</property> |
493 <property name="margin-start">2</property> |
| 709 <property name="margin-end">2</property> |
494 <property name="margin-end">2</property> |
| 710 <property name="margin-top">2</property> |
495 <property name="margin-top">2</property> |
| 711 <property name="margin-bottom">2</property> |
496 <property name="margin-bottom">2</property> |
| 712 <property name="action-name">keypad.dtmf</property> |
497 <property name="action-name">keypad.dtmf</property> |
| 713 <property name="action-target">35</property> |
498 <property name="action-target">35</property> |
| 714 <child> |
499 <child> |
| 715 <object class="GtkBox"> |
500 <object class="GtkBox"> |
| 716 <property name="visible">True</property> |
501 <property name="orientation">vertical</property> |
| 717 <property name="can-focus">False</property> |
502 <property name="homogeneous">1</property> |
| 718 <property name="orientation">vertical</property> |
503 <child> |
| 719 <property name="homogeneous">True</property> |
504 <object class="GtkLabel"> |
| 720 <child> |
|
| 721 <object class="GtkLabel"> |
|
| 722 <property name="visible">True</property> |
|
| 723 <property name="can-focus">False</property> |
|
| 724 <property name="label">#</property> |
505 <property name="label">#</property> |
| 725 <attributes> |
506 <attributes> |
| 726 <attribute name="weight" value="bold"/> |
507 <attribute name="weight" value="bold"></attribute> |
| 727 <attribute name="scale" value="2"/> |
508 <attribute name="scale" value="2"></attribute> |
| 728 </attributes> |
509 </attributes> |
| 729 </object> |
510 </object> |
| 730 <packing> |
|
| 731 <property name="expand">False</property> |
|
| 732 <property name="fill">True</property> |
|
| 733 <property name="position">0</property> |
|
| 734 </packing> |
|
| 735 </child> |
511 </child> |
| 736 <child> |
512 <child> |
| 737 <object class="GtkLabel" id="octothorpe"> |
513 <object class="GtkLabel" id="octothorpe"> |
| 738 <property name="visible">True</property> |
514 <style> |
| 739 <property name="can-focus">False</property> |
515 <class name="dim-label"/> |
| 740 <style> |
516 </style> |
| 741 <class name="dim-label"/> |
517 </object> |
| 742 </style> |
518 </child> |
| 743 </object> |
519 </object> |
| 744 <packing> |
520 </child> |
| 745 <property name="expand">False</property> |
521 <layout> |
| 746 <property name="fill">True</property> |
522 <property name="column">2</property> |
| 747 <property name="position">1</property> |
523 <property name="row">3</property> |
| 748 </packing> |
524 </layout> |
| 749 </child> |
525 </object> |
| 750 </object> |
|
| 751 </child> |
|
| 752 </object> |
|
| 753 <packing> |
|
| 754 <property name="left-attach">2</property> |
|
| 755 <property name="top-attach">3</property> |
|
| 756 </packing> |
|
| 757 </child> |
526 </child> |
| 758 </template> |
527 </template> |
| 759 </interface> |
528 </interface> |