~ubuntu-branches/ubuntu/lucid/dots/lucid

« back to all changes in this revision

Viewing changes to data/dots_assist.xml

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Thibault
  • Date: 2010-01-12 23:40:08 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100112234008-vh5997hs16g147or
Tags: 0.0.20100108-1
* New upstream snapshot.
* debian/copyright: Fix copyright sign.
* debian/control: Add build dependency on liblouis (>= 1.6.2) and
  liblouisxml (>= 1.9.1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
 
<!--Generated with glade3 3.4.5 on Mon Feb 16 18:59:03 2009 -->
3
2
<interface>
 
3
  <requires lib="gtk+" version="2.15"/>
 
4
  <!-- interface-naming-policy toplevel-contextual -->
4
5
  <object class="GtkAdjustment" id="adjustment1">
5
6
    <property name="upper">100</property>
6
7
    <property name="lower">0</property>
19
20
  </object>
20
21
  <object class="GtkListStore" id="model1">
21
22
    <columns>
 
23
      <!-- column-name gchararray -->
22
24
      <column type="gchararray"/>
23
25
    </columns>
24
26
    <data>
38
40
    <property name="title" translatable="yes">Dots - Braille Import Assistant</property>
39
41
    <property name="default_width">480</property>
40
42
    <property name="default_height">360</property>
41
 
    <signal handler="_onAssistantClose" name="close"/>
42
 
    <signal handler="_onAssistantCancel" name="cancel"/>
43
 
    <signal handler="_onAssistantApply" name="apply"/>
44
 
    <signal handler="_onAssistantCancel" name="delete_event"/>
45
 
    <signal handler="_onPagePrepare" name="prepare"/>
 
43
    <signal name="apply" handler="_onAssistantApply"/>
 
44
    <signal name="prepare" handler="_onPagePrepare"/>
 
45
    <signal name="cancel" handler="_onAssistantCancel"/>
 
46
    <signal name="close" handler="_onAssistantClose"/>
 
47
    <signal name="delete_event" handler="_onAssistantCancel"/>
46
48
    <child>
47
49
      <object class="GtkLabel" id="intro_page">
48
50
        <property name="visible">True</property>
49
51
        <property name="label" translatable="yes">This assistant will provide an easy process for converting rich document formats in to print-quality braille documents.</property>
50
52
        <property name="wrap">True</property>
51
53
        <property name="selectable">True</property>
52
 
        <accessibility>
53
 
          
54
 
        </accessibility>
55
54
        <child internal-child="accessible">
56
 
          <object class="AtkObject" id="a11y-intro_page1">
57
 
            <property name="AtkObject::accessible_name" translatable="yes">Braille Import Assistant</property>
 
55
          <object class="AtkObject" id="dummy">
 
56
            <property name="AtkObject::accessible-name" translatable="yes">Braille Import Assistant</property>
58
57
          </object>
59
58
        </child>
60
59
      </object>
61
60
      <packing>
62
 
        <property name="page_type">GTK_ASSISTANT_PAGE_INTRO</property>
 
61
        <property name="page_type">intro</property>
63
62
        <property name="title">Braille Import Assistant</property>
64
63
      </packing>
65
64
    </child>
68
67
        <property name="visible">True</property>
69
68
        <property name="border_width">12</property>
70
69
        <property name="spacing">6</property>
71
 
        <accessibility>
72
 
          
73
 
        </accessibility>
 
70
        <child internal-child="accessible">
 
71
          <object class="AtkObject" id="dummy">
 
72
            <property name="AtkObject::accessible-name" translatable="yes">Input File</property>
 
73
          </object>
 
74
        </child>
74
75
        <child>
75
76
          <object class="GtkHBox" id="hbox2">
76
77
            <property name="visible">True</property>
81
82
                <property name="xalign">0</property>
82
83
                <property name="label" translatable="yes">Input document</property>
83
84
                <accessibility>
84
 
                  <relation target="doc_file_choose_button" type="label-for"/>
 
85
                  <relation type="label-for" target="doc_file_choose_button"/>
85
86
                </accessibility>
86
87
              </object>
87
88
              <packing>
88
89
                <property name="expand">False</property>
89
90
                <property name="fill">False</property>
 
91
                <property name="position">0</property>
90
92
              </packing>
91
93
            </child>
92
94
            <child>
93
95
              <object class="GtkFileChooserButton" id="doc_file_choose_button">
94
96
                <property name="visible">True</property>
95
 
                <property name="tooltip-text" translatable="yes">Select document file</property>
 
97
                <property name="tooltip_text" translatable="yes">Select document file</property>
96
98
                <accessibility>
97
 
                  <relation target="doc_file_choose_label" type="labelled-by"/>
 
99
                  <relation type="labelled-by" target="doc_file_choose_label"/>
98
100
                </accessibility>
99
 
                <signal handler="_onInputFileSet" name="file_set"/>
 
101
                <signal name="file_set" handler="_onInputFileSet"/>
100
102
              </object>
101
103
              <packing>
102
104
                <property name="position">1</property>
106
108
          <packing>
107
109
            <property name="expand">False</property>
108
110
            <property name="fill">False</property>
 
111
            <property name="position">0</property>
109
112
          </packing>
110
113
        </child>
111
114
        <child>
112
115
          <object class="GtkCheckButton" id="include_nemeth_toggle">
113
 
            <property name="visible">True</property>
114
 
            <property name="can_focus">True</property>
115
116
            <property name="label" translatable="yes">Include nemeth semantics</property>
 
117
            <property name="visible">True</property>
 
118
            <property name="can_focus">True</property>
 
119
            <property name="receives_default">False</property>
116
120
            <property name="active">True</property>
117
121
            <property name="draw_indicator">True</property>
118
122
          </object>
124
128
        </child>
125
129
        <child>
126
130
          <object class="GtkCheckButton" id="internet_access_toggle">
127
 
            <property name="visible">True</property>
128
 
            <property name="can_focus">True</property>
129
131
            <property name="label" translatable="yes">Look up document definitions online</property>
 
132
            <property name="visible">True</property>
 
133
            <property name="can_focus">True</property>
 
134
            <property name="receives_default">False</property>
130
135
            <property name="active">True</property>
131
136
            <property name="draw_indicator">True</property>
132
137
          </object>
136
141
            <property name="position">2</property>
137
142
          </packing>
138
143
        </child>
139
 
        <child internal-child="accessible">
140
 
          <object class="AtkObject" id="a11y-input_file_page1">
141
 
            <property name="AtkObject::accessible_name" translatable="yes">Input File</property>
142
 
          </object>
143
 
        </child>
144
144
      </object>
145
145
      <packing>
146
146
        <property name="title">Input File</property>
150
150
      <object class="GtkVBox" id="translation_page">
151
151
        <property name="visible">True</property>
152
152
        <property name="border_width">12</property>
153
 
        <accessibility>
154
 
          
155
 
        </accessibility>
 
153
        <child internal-child="accessible">
 
154
          <object class="AtkObject" id="dummy">
 
155
            <property name="AtkObject::accessible-name" translatable="yes">Translation</property>
 
156
          </object>
 
157
        </child>
156
158
        <child>
157
159
          <object class="GtkTable" id="table2">
158
160
            <property name="visible">True</property>
166
168
                <property name="xalign">0</property>
167
169
                <property name="label" translatable="yes">Translation table:</property>
168
170
                <accessibility>
169
 
                  <relation target="trans_table_sel_combo" type="label-for"/>
 
171
                  <relation type="label-for" target="trans_table_sel_combo"/>
170
172
                </accessibility>
171
173
              </object>
172
174
              <packing>
173
175
                <property name="x_options">GTK_FILL</property>
174
 
                <property name="y_options"/>
 
176
                <property name="y_options"></property>
175
177
              </packing>
176
178
            </child>
177
179
            <child>
178
180
              <object class="GtkComboBox" id="trans_table_sel_combo">
179
181
                <property name="visible">True</property>
180
182
                <accessibility>
181
 
                  <relation target="trans_table_sel_label" type="labelled-by"/>
 
183
                  <relation type="labelled-by" target="trans_table_sel_label"/>
182
184
                </accessibility>
183
 
                <signal handler="_onTableChanged" name="changed"/>
 
185
                <signal name="changed" handler="_onTableChanged"/>
184
186
              </object>
185
187
              <packing>
186
188
                <property name="left_attach">1</property>
187
189
                <property name="right_attach">2</property>
188
 
                <property name="y_options"/>
 
190
                <property name="y_options"></property>
189
191
              </packing>
190
192
            </child>
191
193
            <child>
195
197
                <property name="xalign">0</property>
196
198
                <property name="label" translatable="yes">Table file:</property>
197
199
                <accessibility>
198
 
                  <relation target="trans_table_file_button" type="label-for"/>
 
200
                  <relation type="label-for" target="trans_table_file_button"/>
199
201
                </accessibility>
200
202
              </object>
201
203
              <packing>
202
204
                <property name="top_attach">1</property>
203
205
                <property name="bottom_attach">2</property>
204
206
                <property name="x_options">GTK_FILL</property>
205
 
                <property name="y_options"/>
 
207
                <property name="y_options"></property>
206
208
              </packing>
207
209
            </child>
208
210
            <child>
210
212
                <property name="visible">True</property>
211
213
                <property name="sensitive">False</property>
212
214
                <accessibility>
213
 
                  <relation target="trans_table_file_label" type="labelled-by"/>
 
215
                  <relation type="labelled-by" target="trans_table_file_label"/>
214
216
                </accessibility>
215
 
                <signal handler="_onTableFileSet" name="file_set"/>
 
217
                <signal name="file_set" handler="_onTableFileSet"/>
216
218
              </object>
217
219
              <packing>
218
220
                <property name="left_attach">1</property>
219
221
                <property name="right_attach">2</property>
220
222
                <property name="top_attach">1</property>
221
223
                <property name="bottom_attach">2</property>
222
 
                <property name="y_options"/>
 
224
                <property name="y_options"></property>
223
225
              </packing>
224
226
            </child>
225
227
          </object>
226
228
          <packing>
227
229
            <property name="expand">False</property>
228
230
            <property name="fill">False</property>
 
231
            <property name="position">0</property>
229
232
          </packing>
230
233
        </child>
231
 
        <child internal-child="accessible">
232
 
          <object class="AtkObject" id="a11y-translation_page1">
233
 
            <property name="AtkObject::accessible_name" translatable="yes">Translation</property>
234
 
          </object>
235
 
        </child>
236
234
      </object>
237
235
      <packing>
238
236
        <property name="title">Translation</property>
243
241
        <property name="visible">True</property>
244
242
        <property name="border_width">12</property>
245
243
        <property name="spacing">6</property>
246
 
        <accessibility>
247
 
          
248
 
        </accessibility>
 
244
        <child internal-child="accessible">
 
245
          <object class="AtkObject" id="dummy">
 
246
            <property name="AtkObject::accessible-name" translatable="yes">Output Format</property>
 
247
          </object>
 
248
        </child>
249
249
        <child>
250
250
          <object class="GtkHBox" id="hbox3">
251
251
            <property name="visible">True</property>
256
256
                <property name="can_focus">True</property>
257
257
                <property name="adjustment">adjustment1</property>
258
258
                <accessibility>
259
 
                  <relation target="cells_per_line_label" type="labelled-by"/>
 
259
                  <relation type="labelled-by" target="cells_per_line_label"/>
260
260
                </accessibility>
261
261
              </object>
262
262
              <packing>
263
263
                <property name="expand">False</property>
264
264
                <property name="fill">False</property>
 
265
                <property name="position">0</property>
265
266
              </packing>
266
267
            </child>
267
268
            <child>
269
270
                <property name="visible">True</property>
270
271
                <property name="label" translatable="yes">Cells per line</property>
271
272
                <accessibility>
272
 
                  <relation target="cells_per_line_spin" type="label-for"/>
 
273
                  <relation type="label-for" target="cells_per_line_spin"/>
273
274
                </accessibility>
274
275
              </object>
275
276
              <packing>
282
283
          <packing>
283
284
            <property name="expand">False</property>
284
285
            <property name="fill">False</property>
 
286
            <property name="position">0</property>
285
287
          </packing>
286
288
        </child>
287
289
        <child>
288
290
          <object class="GtkRadioButton" id="browser_ouput_radio">
289
 
            <property name="visible">True</property>
290
 
            <property name="can_focus">True</property>
291
291
            <property name="label" translatable="yes">Browser output</property>
 
292
            <property name="visible">True</property>
 
293
            <property name="can_focus">True</property>
 
294
            <property name="receives_default">False</property>
292
295
            <property name="active">True</property>
293
296
            <property name="draw_indicator">True</property>
294
297
            <property name="group">page_output_radio</property>
301
304
        </child>
302
305
        <child>
303
306
          <object class="GtkRadioButton" id="page_output_radio">
304
 
            <property name="visible">True</property>
305
 
            <property name="can_focus">True</property>
306
307
            <property name="label" translatable="yes">Page output</property>
 
308
            <property name="visible">True</property>
 
309
            <property name="can_focus">True</property>
 
310
            <property name="receives_default">False</property>
307
311
            <property name="active">True</property>
308
312
            <property name="draw_indicator">True</property>
309
313
            <accessibility>
310
 
              <relation target="page_output_opts_container" type="label-for"/>
 
314
              <relation type="label-for" target="page_output_opts_container"/>
311
315
            </accessibility>
312
 
            <signal handler="_onOutputTypeToggle" name="toggled"/>
 
316
            <signal name="toggled" handler="_onOutputTypeToggle"/>
313
317
          </object>
314
318
          <packing>
315
319
            <property name="expand">False</property>
326
330
                <property name="visible">True</property>
327
331
                <property name="spacing">3</property>
328
332
                <accessibility>
329
 
                  <relation target="page_output_radio" type="labelled-by"/>
 
333
                  <relation type="labelled-by" target="page_output_radio"/>
330
334
                </accessibility>
331
335
                <child>
332
336
                  <object class="GtkHBox" id="hbox4">
338
342
                        <property name="can_focus">True</property>
339
343
                        <property name="adjustment">adjustment2</property>
340
344
                        <accessibility>
341
 
                          <relation target="lines_per_page_label" type="labelled-by"/>
 
345
                          <relation type="labelled-by" target="lines_per_page_label"/>
342
346
                        </accessibility>
343
347
                      </object>
344
348
                      <packing>
345
349
                        <property name="expand">False</property>
346
350
                        <property name="fill">False</property>
 
351
                        <property name="position">0</property>
347
352
                      </packing>
348
353
                    </child>
349
354
                    <child>
352
357
                        <property name="xalign">0</property>
353
358
                        <property name="label" translatable="yes">Lines per page</property>
354
359
                        <accessibility>
355
 
                          <relation target="lines_per_page_spin" type="label-for"/>
 
360
                          <relation type="label-for" target="lines_per_page_spin"/>
356
361
                        </accessibility>
357
362
                      </object>
358
363
                      <packing>
365
370
                  <packing>
366
371
                    <property name="expand">False</property>
367
372
                    <property name="fill">False</property>
 
373
                    <property name="position">0</property>
368
374
                  </packing>
369
375
                </child>
370
376
                <child>
377
383
                        <property name="xalign">0</property>
378
384
                        <property name="label" translatable="yes">Braille number page at:</property>
379
385
                        <accessibility>
380
 
                          <relation target="braille_num_pos_combo" type="label-for"/>
 
386
                          <relation type="label-for" target="braille_num_pos_combo"/>
381
387
                        </accessibility>
382
388
                      </object>
383
389
                      <packing>
384
390
                        <property name="expand">False</property>
385
391
                        <property name="fill">False</property>
 
392
                        <property name="position">0</property>
386
393
                      </packing>
387
394
                    </child>
388
395
                    <child>
389
396
                      <object class="GtkComboBox" id="braille_num_pos_combo">
390
397
                        <property name="visible">True</property>
 
398
                        <property name="model">page_num_pos_store</property>
 
399
                        <property name="active">1</property>
391
400
                        <accessibility>
392
 
                          <relation target="braille_num_pos_comb" type="labelled-by"/>
 
401
                          <relation type="labelled-by" target="braille_num_pos_comb"/>
393
402
                        </accessibility>
394
 
                        <property name="model">model1</property>
395
403
                        <child>
396
404
                          <object class="GtkCellRendererText" id="renderer1"/>
397
405
                          <attributes>
424
432
            <property name="visible">True</property>
425
433
            <child>
426
434
              <object class="GtkButton" id="advanced_output_settings_button">
 
435
                <property name="label" translatable="yes">Advanced Settings...</property>
427
436
                <property name="visible">True</property>
428
437
                <property name="sensitive">False</property>
429
438
                <property name="can_focus">True</property>
430
439
                <property name="receives_default">True</property>
431
 
                <property name="label" translatable="yes">Advanced Settings...</property>
432
440
              </object>
433
441
              <packing>
434
442
                <property name="expand">False</property>
435
443
                <property name="fill">False</property>
436
 
                <property name="pack_type">GTK_PACK_END</property>
 
444
                <property name="pack_type">end</property>
 
445
                <property name="position">0</property>
437
446
              </packing>
438
447
            </child>
439
448
          </object>
443
452
            <property name="position">4</property>
444
453
          </packing>
445
454
        </child>
446
 
        <child internal-child="accessible">
447
 
          <object class="AtkObject" id="a11y-output_page1">
448
 
            <property name="AtkObject::accessible_name" translatable="yes">Output Format</property>
449
 
          </object>
450
 
        </child>
451
455
      </object>
452
456
      <packing>
453
457
        <property name="title">Output Format</property>
458
462
        <property name="visible">True</property>
459
463
        <property name="border_width">12</property>
460
464
        <property name="spacing">6</property>
461
 
        <accessibility>
462
 
          
463
 
        </accessibility>
 
465
        <child internal-child="accessible">
 
466
          <object class="AtkObject" id="dummy">
 
467
            <property name="AtkObject::accessible-name" translatable="yes">Configuration Summary</property>
 
468
          </object>
 
469
        </child>
464
470
        <child>
465
471
          <object class="GtkScrolledWindow" id="scrolledwindow1">
466
472
            <property name="visible">True</property>
467
473
            <property name="can_focus">True</property>
468
 
            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
469
 
            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
474
            <property name="hscrollbar_policy">automatic</property>
 
475
            <property name="vscrollbar_policy">automatic</property>
470
476
            <child>
471
477
              <object class="GtkTextView" id="config_textview">
472
478
                <property name="visible">True</property>
474
480
              </object>
475
481
            </child>
476
482
          </object>
477
 
        </child>
478
 
        <child internal-child="accessible">
479
 
          <object class="AtkObject" id="a11y-confirm_page1">
480
 
            <property name="AtkObject::accessible_name" translatable="yes">Configuration Summary</property>
481
 
          </object>
 
483
          <packing>
 
484
            <property name="position">0</property>
 
485
          </packing>
482
486
        </child>
483
487
      </object>
484
488
      <packing>
485
 
        <property name="page_type">GTK_ASSISTANT_PAGE_CONFIRM</property>
 
489
        <property name="page_type">confirm</property>
486
490
        <property name="title">Configuration Summary</property>
487
491
      </packing>
488
492
    </child>
489
493
  </object>
 
494
  <object class="GtkListStore" id="page_num_pos_store">
 
495
    <columns>
 
496
      <!-- column-name name -->
 
497
      <column type="gchararray"/>
 
498
    </columns>
 
499
    <data>
 
500
      <row>
 
501
        <col id="0" translatable="yes">Bottom</col>
 
502
      </row>
 
503
      <row>
 
504
        <col id="0" translatable="yes">Top</col>
 
505
      </row>
 
506
      <row>
 
507
        <col id="0" translatable="yes">None</col>
 
508
      </row>
 
509
    </data>
 
510
  </object>
490
511
</interface>