~ubuntu-branches/debian/sid/pcmanfm/sid

« back to all changes in this revision

Viewing changes to data/ui/connect.glade

  • Committer: Package Import Robot
  • Author(s): Andriy Grytsenko
  • Date: 2014-02-25 04:07:51 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20140225040751-oo835klpwl58mcy4
Tags: 1.2.0-1
* Bump Standards-Version to actual one (fixes lintian warning, see QA page).
* Adding files NEWS to pcmanfm documentation.
* Bump Standards-Version to 3.9.5.
* Updating watch file to support XZ tarball format and non-numeric versions.
* Merging upstream version 1.2.0. (Closes: #656298, #731549)
* Use single docs directory for all packages.
* Raising version of libfm required to >= 1.2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.18"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkAdjustment" id="adjustment1">
 
6
    <property name="lower">1</property>
 
7
    <property name="upper">65535</property>
 
8
    <property name="step_increment">1</property>
 
9
    <property name="page_increment">10</property>
 
10
  </object>
 
11
  <object class="GtkDialog" id="dlg">
 
12
    <property name="can_focus">False</property>
 
13
    <property name="border_width">5</property>
 
14
    <property name="title" translatable="yes">Connect to remote server</property>
 
15
    <property name="type_hint">dialog</property>
 
16
    <child internal-child="vbox">
 
17
      <object class="GtkVBox" id="dialog-vbox1">
 
18
        <property name="visible">True</property>
 
19
        <property name="can_focus">False</property>
 
20
        <property name="spacing">2</property>
 
21
        <child internal-child="action_area">
 
22
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
23
            <property name="visible">True</property>
 
24
            <property name="can_focus">False</property>
 
25
            <property name="layout_style">end</property>
 
26
            <child>
 
27
              <object class="GtkButton" id="cancel">
 
28
                <property name="label">gtk-cancel</property>
 
29
                <property name="visible">True</property>
 
30
                <property name="can_focus">True</property>
 
31
                <property name="receives_default">True</property>
 
32
                <property name="use_action_appearance">False</property>
 
33
                <property name="use_stock">True</property>
 
34
              </object>
 
35
              <packing>
 
36
                <property name="expand">False</property>
 
37
                <property name="fill">False</property>
 
38
                <property name="position">0</property>
 
39
              </packing>
 
40
            </child>
 
41
            <child>
 
42
              <object class="GtkButton" id="ok">
 
43
                <property name="label">gtk-ok</property>
 
44
                <property name="visible">True</property>
 
45
                <property name="can_focus">True</property>
 
46
                <property name="can_default">True</property>
 
47
                <property name="has_default">True</property>
 
48
                <property name="receives_default">True</property>
 
49
                <property name="use_action_appearance">False</property>
 
50
                <property name="use_stock">True</property>
 
51
              </object>
 
52
              <packing>
 
53
                <property name="expand">False</property>
 
54
                <property name="fill">False</property>
 
55
                <property name="position">1</property>
 
56
              </packing>
 
57
            </child>
 
58
          </object>
 
59
          <packing>
 
60
            <property name="expand">False</property>
 
61
            <property name="fill">True</property>
 
62
            <property name="pack_type">end</property>
 
63
            <property name="position">0</property>
 
64
          </packing>
 
65
        </child>
 
66
        <child>
 
67
          <object class="GtkTable" id="table1">
 
68
            <property name="visible">True</property>
 
69
            <property name="can_focus">False</property>
 
70
            <property name="n_rows">6</property>
 
71
            <property name="n_columns">2</property>
 
72
            <property name="column_spacing">6</property>
 
73
            <child>
 
74
              <object class="GtkLabel" id="label1">
 
75
                <property name="visible">True</property>
 
76
                <property name="can_focus">False</property>
 
77
                <property name="label" translatable="yes">&lt;b&gt;Specify remote folder to connect&lt;/b&gt;</property>
 
78
                <property name="use_markup">True</property>
 
79
              </object>
 
80
              <packing>
 
81
                <property name="right_attach">2</property>
 
82
                <property name="y_options"></property>
 
83
                <property name="x_padding">8</property>
 
84
                <property name="y_padding">6</property>
 
85
              </packing>
 
86
            </child>
 
87
            <child>
 
88
              <object class="GtkLabel" id="label3">
 
89
                <property name="visible">True</property>
 
90
                <property name="can_focus">False</property>
 
91
                <property name="xalign">0</property>
 
92
                <property name="label" translatable="yes">_Type:</property>
 
93
                <property name="use_markup">True</property>
 
94
                <property name="use_underline">True</property>
 
95
                <property name="mnemonic_widget">server_type</property>
 
96
              </object>
 
97
              <packing>
 
98
                <property name="top_attach">1</property>
 
99
                <property name="bottom_attach">2</property>
 
100
                <property name="y_options"></property>
 
101
              </packing>
 
102
            </child>
 
103
            <child>
 
104
              <object class="GtkComboBox" id="server_type">
 
105
                <property name="visible">True</property>
 
106
                <property name="can_focus">False</property>
 
107
                <property name="model">liststore1</property>
 
108
                <child>
 
109
                  <object class="GtkCellRendererText" id="cellrenderertext1"/>
 
110
                  <attributes>
 
111
                    <attribute name="text">0</attribute>
 
112
                  </attributes>
 
113
                </child>
 
114
              </object>
 
115
              <packing>
 
116
                <property name="left_attach">1</property>
 
117
                <property name="right_attach">2</property>
 
118
                <property name="top_attach">1</property>
 
119
                <property name="bottom_attach">2</property>
 
120
                <property name="y_options"></property>
 
121
                <property name="y_padding">4</property>
 
122
              </packing>
 
123
            </child>
 
124
            <child>
 
125
              <object class="GtkLabel" id="label5">
 
126
                <property name="visible">True</property>
 
127
                <property name="can_focus">False</property>
 
128
                <property name="xalign">0</property>
 
129
                <property name="label" translatable="yes">_Host:</property>
 
130
                <property name="use_underline">True</property>
 
131
                <property name="mnemonic_widget">server_host</property>
 
132
              </object>
 
133
              <packing>
 
134
                <property name="top_attach">2</property>
 
135
                <property name="bottom_attach">3</property>
 
136
                <property name="y_options"></property>
 
137
              </packing>
 
138
            </child>
 
139
            <child>
 
140
              <object class="GtkHBox" id="hbox1">
 
141
                <property name="visible">True</property>
 
142
                <property name="can_focus">False</property>
 
143
                <property name="spacing">8</property>
 
144
                <child>
 
145
                  <object class="GtkEntry" id="server_host">
 
146
                    <property name="visible">True</property>
 
147
                    <property name="can_focus">True</property>
 
148
                    <property name="primary_icon_activatable">False</property>
 
149
                    <property name="secondary_icon_activatable">False</property>
 
150
                    <property name="primary_icon_sensitive">True</property>
 
151
                    <property name="secondary_icon_sensitive">True</property>
 
152
                  </object>
 
153
                  <packing>
 
154
                    <property name="expand">True</property>
 
155
                    <property name="fill">True</property>
 
156
                    <property name="position">0</property>
 
157
                  </packing>
 
158
                </child>
 
159
                <child>
 
160
                  <object class="GtkLabel" id="label4">
 
161
                    <property name="visible">True</property>
 
162
                    <property name="can_focus">False</property>
 
163
                    <property name="label" translatable="yes">_Port:</property>
 
164
                    <property name="use_underline">True</property>
 
165
                    <property name="mnemonic_widget">server_port</property>
 
166
                  </object>
 
167
                  <packing>
 
168
                    <property name="expand">False</property>
 
169
                    <property name="fill">True</property>
 
170
                    <property name="position">1</property>
 
171
                  </packing>
 
172
                </child>
 
173
                <child>
 
174
                  <object class="GtkSpinButton" id="server_port">
 
175
                    <property name="visible">True</property>
 
176
                    <property name="can_focus">True</property>
 
177
                    <property name="max_length">5</property>
 
178
                    <property name="primary_icon_activatable">False</property>
 
179
                    <property name="secondary_icon_activatable">False</property>
 
180
                    <property name="primary_icon_sensitive">True</property>
 
181
                    <property name="secondary_icon_sensitive">True</property>
 
182
                    <property name="adjustment">adjustment1</property>
 
183
                    <property name="numeric">True</property>
 
184
                  </object>
 
185
                  <packing>
 
186
                    <property name="expand">False</property>
 
187
                    <property name="fill">True</property>
 
188
                    <property name="position">2</property>
 
189
                  </packing>
 
190
                </child>
 
191
              </object>
 
192
              <packing>
 
193
                <property name="left_attach">1</property>
 
194
                <property name="right_attach">2</property>
 
195
                <property name="top_attach">2</property>
 
196
                <property name="bottom_attach">3</property>
 
197
                <property name="y_options"></property>
 
198
                <property name="y_padding">4</property>
 
199
              </packing>
 
200
            </child>
 
201
            <child>
 
202
              <object class="GtkLabel" id="server_path_label">
 
203
                <property name="visible">True</property>
 
204
                <property name="can_focus">False</property>
 
205
                <property name="xalign">0</property>
 
206
                <property name="label" translatable="yes">Pa_th:</property>
 
207
                <property name="use_underline">True</property>
 
208
                <property name="mnemonic_widget">server_path</property>
 
209
              </object>
 
210
              <packing>
 
211
                <property name="top_attach">3</property>
 
212
                <property name="bottom_attach">4</property>
 
213
                <property name="y_options"></property>
 
214
              </packing>
 
215
            </child>
 
216
            <child>
 
217
              <object class="GtkEntry" id="server_path">
 
218
                <property name="visible">True</property>
 
219
                <property name="can_focus">True</property>
 
220
                <property name="primary_icon_activatable">False</property>
 
221
                <property name="secondary_icon_activatable">False</property>
 
222
                <property name="primary_icon_sensitive">True</property>
 
223
                <property name="secondary_icon_sensitive">True</property>
 
224
              </object>
 
225
              <packing>
 
226
                <property name="left_attach">1</property>
 
227
                <property name="right_attach">2</property>
 
228
                <property name="top_attach">3</property>
 
229
                <property name="bottom_attach">4</property>
 
230
                <property name="y_options"></property>
 
231
                <property name="y_padding">4</property>
 
232
              </packing>
 
233
            </child>
 
234
            <child>
 
235
              <object class="GtkRadioButton" id="user_anonymous">
 
236
                <property name="label" translatable="yes">_Anonymous login</property>
 
237
                <property name="visible">True</property>
 
238
                <property name="can_focus">True</property>
 
239
                <property name="receives_default">False</property>
 
240
                <property name="use_action_appearance">False</property>
 
241
                <property name="use_underline">True</property>
 
242
                <property name="active">True</property>
 
243
                <property name="draw_indicator">True</property>
 
244
              </object>
 
245
              <packing>
 
246
                <property name="right_attach">2</property>
 
247
                <property name="top_attach">4</property>
 
248
                <property name="bottom_attach">5</property>
 
249
                <property name="y_options"></property>
 
250
              </packing>
 
251
            </child>
 
252
            <child>
 
253
              <object class="GtkRadioButton" id="user_user">
 
254
                <property name="label" translatable="yes">_Login as:</property>
 
255
                <property name="visible">True</property>
 
256
                <property name="can_focus">True</property>
 
257
                <property name="receives_default">False</property>
 
258
                <property name="use_action_appearance">False</property>
 
259
                <property name="use_underline">True</property>
 
260
                <property name="draw_indicator">True</property>
 
261
                <property name="group">user_anonymous</property>
 
262
              </object>
 
263
              <packing>
 
264
                <property name="top_attach">5</property>
 
265
                <property name="bottom_attach">6</property>
 
266
                <property name="y_options"></property>
 
267
              </packing>
 
268
            </child>
 
269
            <child>
 
270
              <object class="GtkEntry" id="login_entry">
 
271
                <property name="visible">True</property>
 
272
                <property name="can_focus">True</property>
 
273
                <property name="primary_icon_activatable">False</property>
 
274
                <property name="secondary_icon_activatable">False</property>
 
275
                <property name="primary_icon_sensitive">True</property>
 
276
                <property name="secondary_icon_sensitive">True</property>
 
277
              </object>
 
278
              <packing>
 
279
                <property name="left_attach">1</property>
 
280
                <property name="right_attach">2</property>
 
281
                <property name="top_attach">5</property>
 
282
                <property name="bottom_attach">6</property>
 
283
                <property name="y_options"></property>
 
284
              </packing>
 
285
            </child>
 
286
          </object>
 
287
          <packing>
 
288
            <property name="expand">True</property>
 
289
            <property name="fill">True</property>
 
290
            <property name="position">1</property>
 
291
          </packing>
 
292
        </child>
 
293
      </object>
 
294
    </child>
 
295
    <action-widgets>
 
296
      <action-widget response="-6">cancel</action-widget>
 
297
      <action-widget response="-5">ok</action-widget>
 
298
    </action-widgets>
 
299
  </object>
 
300
  <object class="GtkListStore" id="liststore1">
 
301
    <columns>
 
302
      <!-- column-name name -->
 
303
      <column type="gchararray"/>
 
304
      <!-- column-name scheme -->
 
305
      <column type="gchararray"/>
 
306
    </columns>
 
307
    <data>
 
308
      <row>
 
309
        <col id="0" translatable="yes">SSH</col>
 
310
        <col id="1">sftp</col>
 
311
      </row>
 
312
      <row>
 
313
        <col id="0" translatable="yes">FTP</col>
 
314
        <col id="1">ftp</col>
 
315
      </row>
 
316
      <row>
 
317
        <col id="0" translatable="yes">WebDAV</col>
 
318
        <col id="1">dav</col>
 
319
      </row>
 
320
    </data>
 
321
  </object>
 
322
</interface>