2013-01-23 17:28:19 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
2014-04-07 12:38:09 +00:00
<!-- interface-requires AnacondaWidgets 1.0 -->
2013-01-23 17:28:19 +00:00
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="passphrase_dialog">
<property name="can_focus">False</property>
2014-04-07 12:38:09 +00:00
<property name="border_width">6</property>
2013-01-23 17:28:19 +00:00
<property name="type_hint">dialog</property>
<property name="decorated">False</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox3">
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<object class="GtkLabel" id="passphrase_dialog_title_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="ypad">1</property>
<property name="label" translatable="yes">DISK ENCRYPTION PASSPHRASE</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child internal-child="action_area">
<object class="GtkButtonBox" id="dialog-action_area3">
<property name="can_focus">False</property>
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="passphrase_cancel_button">
<property name="label">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="halign">end</property>
<property name="use_stock">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton" id="passphrase_save_button">
2014-04-07 12:38:09 +00:00
<property name="label" translatable="yes">_Save Passphrase</property>
2013-01-23 17:28:19 +00:00
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
2014-04-07 12:38:09 +00:00
<property name="use_underline">True</property>
2013-01-23 17:28:19 +00:00
<signal name="clicked" handler="on_save_clicked" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">end</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="passphrase_description_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">You have chosen to encrypt some of your data. You will need to create a passphrase that you will use to access your data when you start your computer.</property>
<property name="wrap">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkGrid" id="passphrase_grid">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">center</property>
<property name="row_spacing">6</property>
<property name="column_spacing">6</property>
<child>
<object class="GtkLabel" id="passphrase_entry_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
2014-04-07 12:38:09 +00:00
<property name="xalign">0</property>
<property name="label" translatable="yes">_Passphrase:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">passphrase_entry</property>
2013-01-23 17:28:19 +00:00
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">0</property>
<property name="width">1</property>
<property name="height">1</property>
</packing>
</child>
<child>
<object class="GtkEntry" id="passphrase_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="visibility">False</property>
<property name="invisible_char">●</property>
<property name="width_chars">32</property>
<signal name="changed" handler="on_passphrase_changed" swapped="no"/>
<signal name="focus-out-event" handler="on_passphrase_editing_done" swapped="no"/>
2014-04-07 12:38:09 +00:00
<signal name="activate" handler="on_entry_activated" swapped="no"/>
2013-01-23 17:28:19 +00:00
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">0</property>
<property name="width">1</property>
<property name="height">1</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="confirm_entry_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
2014-04-07 12:38:09 +00:00
<property name="xalign">0</property>
<property name="label" translatable="yes">_Confirm:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">confirm_entry</property>
2013-01-23 17:28:19 +00:00
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">2</property>
<property name="width">1</property>
<property name="height">1</property>
</packing>
</child>
<child>
<object class="GtkEntry" id="confirm_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="visibility">False</property>
<property name="invisible_char">●</property>
<property name="width_chars">32</property>
<signal name="changed" handler="on_confirm_changed" swapped="no"/>
2014-04-07 12:38:09 +00:00
<signal name="activate" handler="on_entry_activated" swapped="no"/>
2013-01-23 17:28:19 +00:00
<signal name="focus-out-event" handler="on_confirm_editing_done" swapped="no"/>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">2</property>
<property name="width">1</property>
<property name="height">1</property>
</packing>
</child>
<child>
<object class="GtkBox" id="strength_box">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="spacing">6</property>
<child>
<placeholder/>
</child>
<child>
<object class="GtkLabel" id="strength_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Weak</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">1</property>
<property name="width">1</property>
<property name="height">1</property>
</packing>
</child>
<child>
2014-04-07 12:38:09 +00:00
<object class="AnacondaLayoutIndicator" id="AnacondaLayoutIndicator1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
<property name="halign">center</property>
<property name="label_width">4</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">1</property>
<property name="width">1</property>
<property name="height">1</property>
</packing>
2013-01-23 17:28:19 +00:00
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">3</property>
</packing>
</child>
<child>
<object class="GtkBox" id="warning_box">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="spacing">6</property>
<child>
<object class="GtkImage" id="image2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="stock">gtk-dialog-warning</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="passphrase_warning_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
2014-04-07 12:38:09 +00:00
<property name="label" translatable="yes">Warning: You won't be able to switch between keyboard layouts (from the default one) when you decrypt your disks after install.</property>
2013-01-23 17:28:19 +00:00
<property name="use_markup">True</property>
<property name="wrap">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">4</property>
</packing>
</child>
</object>
</child>
<action-widgets>
<action-widget response="0">passphrase_cancel_button</action-widget>
<action-widget response="1">passphrase_save_button</action-widget>
</action-widgets>
</object>
</interface>