aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_namestore_edit_mx.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_namestore_edit_mx.glade')
-rw-r--r--contrib/gnunet_namestore_edit_mx.glade23
1 files changed, 15 insertions, 8 deletions
diff --git a/contrib/gnunet_namestore_edit_mx.glade b/contrib/gnunet_namestore_edit_mx.glade
index ec5fa98f..2ba389b0 100644
--- a/contrib/gnunet_namestore_edit_mx.glade
+++ b/contrib/gnunet_namestore_edit_mx.glade
@@ -59,7 +59,6 @@
59 <child> 59 <child>
60 <object class="GtkButton" id="edit_dialog_cancel_button"> 60 <object class="GtkButton" id="edit_dialog_cancel_button">
61 <property name="label">gtk-cancel</property> 61 <property name="label">gtk-cancel</property>
62 <property name="use_action_appearance">False</property>
63 <property name="visible">True</property> 62 <property name="visible">True</property>
64 <property name="can_focus">True</property> 63 <property name="can_focus">True</property>
65 <property name="receives_default">True</property> 64 <property name="receives_default">True</property>
@@ -74,7 +73,6 @@
74 <child> 73 <child>
75 <object class="GtkButton" id="edit_dialog_delete_button"> 74 <object class="GtkButton" id="edit_dialog_delete_button">
76 <property name="label">gtk-delete</property> 75 <property name="label">gtk-delete</property>
77 <property name="use_action_appearance">False</property>
78 <property name="visible">True</property> 76 <property name="visible">True</property>
79 <property name="can_focus">True</property> 77 <property name="can_focus">True</property>
80 <property name="receives_default">True</property> 78 <property name="receives_default">True</property>
@@ -89,7 +87,6 @@
89 <child> 87 <child>
90 <object class="GtkButton" id="edit_dialog_save_button"> 88 <object class="GtkButton" id="edit_dialog_save_button">
91 <property name="label">gtk-save</property> 89 <property name="label">gtk-save</property>
92 <property name="use_action_appearance">False</property>
93 <property name="visible">True</property> 90 <property name="visible">True</property>
94 <property name="can_focus">True</property> 91 <property name="can_focus">True</property>
95 <property name="can_default">True</property> 92 <property name="can_default">True</property>
@@ -131,6 +128,7 @@
131 <object class="GtkEntry" id="edit_dialog_name_entry"> 128 <object class="GtkEntry" id="edit_dialog_name_entry">
132 <property name="visible">True</property> 129 <property name="visible">True</property>
133 <property name="sensitive">False</property> 130 <property name="sensitive">False</property>
131 <property name="can_focus">False</property>
134 <property name="tooltip_text" translatable="yes">Name of the record in the zone.</property> 132 <property name="tooltip_text" translatable="yes">Name of the record in the zone.</property>
135 <property name="max_length">63</property> 133 <property name="max_length">63</property>
136 <property name="invisible_char">●</property> 134 <property name="invisible_char">●</property>
@@ -302,7 +300,6 @@
302 <child> 300 <child>
303 <object class="GtkCheckButton" id="edit_dialog_options_public_checkbutton"> 301 <object class="GtkCheckButton" id="edit_dialog_options_public_checkbutton">
304 <property name="label" translatable="yes">Record is public (visible to other users)</property> 302 <property name="label" translatable="yes">Record is public (visible to other users)</property>
305 <property name="use_action_appearance">False</property>
306 <property name="visible">True</property> 303 <property name="visible">True</property>
307 <property name="can_focus">True</property> 304 <property name="can_focus">True</property>
308 <property name="receives_default">False</property> 305 <property name="receives_default">False</property>
@@ -318,7 +315,6 @@
318 <child> 315 <child>
319 <object class="GtkCheckButton" id="edit_dialog_options_shadow_checkbutton"> 316 <object class="GtkCheckButton" id="edit_dialog_options_shadow_checkbutton">
320 <property name="label" translatable="yes">Record is a shadow record (valid after other records expire)</property> 317 <property name="label" translatable="yes">Record is a shadow record (valid after other records expire)</property>
321 <property name="use_action_appearance">False</property>
322 <property name="visible">True</property> 318 <property name="visible">True</property>
323 <property name="can_focus">True</property> 319 <property name="can_focus">True</property>
324 <property name="receives_default">False</property> 320 <property name="receives_default">False</property>
@@ -331,6 +327,20 @@
331 <property name="position">1</property> 327 <property name="position">1</property>
332 </packing> 328 </packing>
333 </child> 329 </child>
330 <child>
331 <object class="GtkCheckButton" id="edit_dialog_options_pending_checkbutton">
332 <property name="label" translatable="yes">Record is pending approval (not currently usable for anyone)</property>
333 <property name="visible">True</property>
334 <property name="can_focus">True</property>
335 <property name="receives_default">False</property>
336 <property name="draw_indicator">True</property>
337 </object>
338 <packing>
339 <property name="expand">True</property>
340 <property name="fill">True</property>
341 <property name="position">2</property>
342 </packing>
343 </child>
334 </object> 344 </object>
335 </child> 345 </child>
336 </object> 346 </object>
@@ -375,7 +385,6 @@
375 <child> 385 <child>
376 <object class="GtkRadioButton" id="edit_dialog_expiration_relative_radiobutton"> 386 <object class="GtkRadioButton" id="edit_dialog_expiration_relative_radiobutton">
377 <property name="label" translatable="yes">Relative</property> 387 <property name="label" translatable="yes">Relative</property>
378 <property name="use_action_appearance">False</property>
379 <property name="visible">True</property> 388 <property name="visible">True</property>
380 <property name="can_focus">True</property> 389 <property name="can_focus">True</property>
381 <property name="receives_default">False</property> 390 <property name="receives_default">False</property>
@@ -393,7 +402,6 @@
393 <child> 402 <child>
394 <object class="GtkRadioButton" id="edit_dialog_expiration_absolute_radiobutton"> 403 <object class="GtkRadioButton" id="edit_dialog_expiration_absolute_radiobutton">
395 <property name="label" translatable="yes">Absolute</property> 404 <property name="label" translatable="yes">Absolute</property>
396 <property name="use_action_appearance">False</property>
397 <property name="visible">True</property> 405 <property name="visible">True</property>
398 <property name="can_focus">True</property> 406 <property name="can_focus">True</property>
399 <property name="receives_default">False</property> 407 <property name="receives_default">False</property>
@@ -412,7 +420,6 @@
412 <child> 420 <child>
413 <object class="GtkRadioButton" id="edit_dialog_expiration_never_radiobutton"> 421 <object class="GtkRadioButton" id="edit_dialog_expiration_never_radiobutton">
414 <property name="label" translatable="yes">Never</property> 422 <property name="label" translatable="yes">Never</property>
415 <property name="use_action_appearance">False</property>
416 <property name="visible">True</property> 423 <property name="visible">True</property>
417 <property name="can_focus">True</property> 424 <property name="can_focus">True</property>
418 <property name="receives_default">False</property> 425 <property name="receives_default">False</property>