~aq4matic/simple-scan/hp_duplex_scan

« back to all changes in this revision

Viewing changes to data/simple-scan.ui

  • Committer: robert.ancell at gmail
  • Date: 2009-11-18 06:41:35 UTC
  • Revision ID: robert.ancell@gmail.com-20091118064135-ji1435rw654b30kv
Make translatable

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  <object class="GtkWindow" id="simple_scan_window">
6
6
    <property name="visible">True</property>
7
7
    <property name="border_width">18</property>
8
 
    <property name="title" translatable="yes">Scan Document</property>
 
8
    <property name="title" translatable="yes" comments="Title of scan window">Scan Document</property>
9
9
    <signal name="delete_event" handler="window_delete_event_cb"/>
10
10
    <child>
11
11
      <object class="GtkHBox" id="hbox1">
27
27
                  <object class="GtkLabel" id="device_label">
28
28
                    <property name="visible">True</property>
29
29
                    <property name="xalign">0</property>
30
 
                    <property name="label" translatable="yes">Scan Source:</property>
 
30
                    <property name="label" translatable="yes" comments="Label beside scan device combo box">Scan Source:</property>
31
31
                  </object>
32
32
                  <packing>
33
33
                    <property name="x_options">GTK_FILL</property>
38
38
                  <object class="GtkLabel" id="mode_label">
39
39
                    <property name="visible">True</property>
40
40
                    <property name="xalign">0</property>
41
 
                    <property name="label" translatable="yes">_Document Type:</property>
 
41
                    <property name="label" translatable="yes" comments="Label beside document type combo box">_Document Type:</property>
42
42
                    <property name="use_underline">True</property>
43
43
                  </object>
44
44
                  <packing>
99
99
                    <child>
100
100
                      <object class="GtkLabel" id="scan_label">
101
101
                        <property name="visible">True</property>
102
 
                        <property name="label" translatable="yes">_Scan</property>
 
102
                        <property name="label" translatable="yes" comments="Label on scan button">_Scan</property>
103
103
                        <property name="use_underline">True</property>
104
104
                      </object>
105
105
                    </child>
110
110
                </child>
111
111
                <child>
112
112
                  <object class="GtkButton" id="rotate_button">
113
 
                    <property name="label" translatable="yes">_Rotate</property>
 
113
                    <property name="label" translatable="yes" comments="Label on button that rotates image">_Rotate</property>
114
114
                    <property name="visible">True</property>
115
115
                    <property name="can_focus">True</property>
116
116
                    <property name="receives_default">True</property>
135
135
                <property name="spacing">6</property>
136
136
                <child>
137
137
                  <object class="GtkButton" id="save_file_button">
138
 
                    <property name="label" translatable="yes">_Save to Filesystem</property>
 
138
                    <property name="label" translatable="yes" comments="Label on button that saves image to file">_Save to Filesystem</property>
139
139
                    <property name="visible">True</property>
140
140
                    <property name="can_focus">True</property>
141
141
                    <property name="receives_default">True</property>
148
148
                </child>
149
149
                <child>
150
150
                  <object class="GtkButton" id="print_button">
151
 
                    <property name="label" translatable="yes">_Print</property>
 
151
                    <property name="label" translatable="yes" comments="Label on print scanned image button">_Print</property>
152
152
                    <property name="visible">True</property>
153
153
                    <property name="can_focus">True</property>
154
154
                    <property name="receives_default">True</property>
196
196
    </columns>
197
197
    <data>
198
198
      <row>
199
 
        <col id="0" translatable="yes">draft</col>
200
 
        <col id="1" translatable="yes">Draft</col>
201
 
      </row>
202
 
      <row>
203
 
        <col id="0" translatable="yes">document</col>
204
 
        <col id="1" translatable="yes">Document</col>
205
 
      </row>
206
 
      <row>
207
 
        <col id="0" translatable="yes">photo</col>
208
 
        <col id="1" translatable="yes">Photo</col>
209
 
      </row>
210
 
      <row>
211
 
        <col id="0" translatable="yes">raw</col>
212
 
        <col id="1" translatable="yes">Raw</col>
 
199
        <col id="0">draft</col>
 
200
        <col id="1" translatable="yes" comments="Combo box label for draft scan mode">Draft</col>
 
201
      </row>
 
202
      <row>
 
203
        <col id="0">document</col>
 
204
        <col id="1" translatable="yes" comments="Combo box label for document scan mode">Document</col>
 
205
      </row>
 
206
      <row>
 
207
        <col id="0">photo</col>
 
208
        <col id="1" translatable="yes" comments="Combo box label for photo scan mode">Photo</col>
 
209
      </row>
 
210
      <row>
 
211
        <col id="0">raw</col>
 
212
        <col id="1" translatable="yes" comments="Combo box label for raw scan mode">Raw</col>
213
213
      </row>
214
214
    </data>
215
215
  </object>