diff options
Diffstat (limited to 'main/data/default_encryption_dialog.ui')
| -rw-r--r-- | main/data/default_encryption_dialog.ui | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/main/data/default_encryption_dialog.ui b/main/data/default_encryption_dialog.ui new file mode 100644 index 00000000..60149e06 --- /dev/null +++ b/main/data/default_encryption_dialog.ui @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.22.2 --> +<interface> + <requires lib="gtk+" version="3.6"/> + <object class="GtkDialog" id="dialog"> + <property name="can_focus">True</property> + <property name="modal">True</property> + <property name="default_width">320</property> + <property name="default_height">260</property> + <child type="titlebar"> + <placeholder/> + </child> + <child> + <object class="GtkBox"> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkBox"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkLabel" id="default_encryption_warning_label"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">No default end-to-end encryption method has been previously selected for this conversation. XMPP defines some XEP for end-to-end encryption that Dino supports. + +It is strongly recommended that one of the following end-to-end encryption methods below is selected before sending a message. + +TAKE INTO ACCOUNT UNENCRYPTED CONVERSATIONS COULD BE READ BY THIRD PARTIES. + +These settings can be later changed from the Settings menu.</property> + <property name="wrap">True</property> + </object> + </child> + <child> + <object class="GtkCheckButton" id="omemo"> + <property name="label" translatable="yes">OMEMO (XEP-0384)</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="active">False</property> + </object> + </child> + <child> + <object class="GtkCheckButton" id="openpgp"> + <property name="label" translatable="yes">OpenPGP (XEP-0027)</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="active">False</property> + <property name="group">omemo</property> + </object> + </child> + <child> + <object class="GtkCheckButton" id="none"> + <property name="label" translatable="yes">Unencrypted (not recommended)</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="active">False</property> + <property name="group">omemo</property> + </object> + </child> + <child> + <object class="GtkButton" id="accept_button"> + <property name="label" translatable="yes">Accept</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + </object> + </child> + </object> + </child> + </object> + </child> + </object> +</interface> |
