aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_setup_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_setup_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_setup_gtk_main_window.glade13
1 files changed, 6 insertions, 7 deletions
diff --git a/contrib/gnunet_setup_gtk_main_window.glade b/contrib/gnunet_setup_gtk_main_window.glade
index d745e45f..f0cc83d1 100644
--- a/contrib/gnunet_setup_gtk_main_window.glade
+++ b/contrib/gnunet_setup_gtk_main_window.glade
@@ -141,12 +141,12 @@
141 </packing> 141 </packing>
142 </child> 142 </child>
143 <child> 143 <child>
144 <object class="GtkCheckButton" id="GNUNET_setup_general_services_exit_checkbutton"> 144 <object class="GtkCheckButton" id="GNUNET_setup_general_services_pt_checkbutton">
145 <property name="label" translatable="yes">EXIT</property> 145 <property name="label" translatable="yes">PT/VPN</property>
146 <property name="visible">True</property> 146 <property name="visible">True</property>
147 <property name="can_focus">True</property> 147 <property name="can_focus">True</property>
148 <property name="receives_default">False</property> 148 <property name="receives_default">False</property>
149 <property name="tooltip_text" translatable="yes">By offering an EXIT service, you can allow other peers to use your Internet connection to reach the IPv4 and/or IPv6 Internet. Naturally, as your machine will be seen as the origin of the traffic, this might be risky in some jurisdictions. Enabling the exit for IPv4 and IPv6 and PT/VPN interception for IPv4 and IPv6 on the same machine will still give you 4to6 and 6to4 protocol translation, allowing you to access IPv4-only servers from IPv6-only clients and IPv6-only servers from IPv4-only clients.</property> 149 <property name="tooltip_text" translatable="yes">Using the PT/VPN subsystems you can tunnel your Internet traffic over GNUnet. This is useful if you want to access the IPv4-Internet if you only have IPv6-connectivity or vice versa. Furthermore, if you are only connected to other peers using WLAN, you could also get Internet access in the first place by routing IP traffic over GNUnet.</property>
150 <property name="use_underline">True</property> 150 <property name="use_underline">True</property>
151 <property name="xalign">0</property> 151 <property name="xalign">0</property>
152 <property name="draw_indicator">True</property> 152 <property name="draw_indicator">True</property>
@@ -158,12 +158,12 @@
158 </packing> 158 </packing>
159 </child> 159 </child>
160 <child> 160 <child>
161 <object class="GtkCheckButton" id="GNUNET_setup_general_services_pt_checkbutton"> 161 <object class="GtkCheckButton" id="GNUNET_setup_general_services_exit_checkbutton">
162 <property name="label" translatable="yes">PT/VPN</property> 162 <property name="label" translatable="yes">EXIT</property>
163 <property name="visible">True</property> 163 <property name="visible">True</property>
164 <property name="can_focus">True</property> 164 <property name="can_focus">True</property>
165 <property name="receives_default">False</property> 165 <property name="receives_default">False</property>
166 <property name="tooltip_text" translatable="yes">Using the PT/VPN subsystems you can tunnel your Internet traffic over GNUnet. This is useful if you want to access the IPv4-Internet if you only have IPv6-connectivity or vice versa. Furthermore, if you are only connected to other peers using WLAN, you could also get Internet access in the first place by routing IP traffic over GNUnet.</property> 166 <property name="tooltip_text" translatable="yes">By offering an EXIT service, you can allow other peers to use your Internet connection to reach the IPv4 and/or IPv6 Internet. Naturally, as your machine will be seen as the origin of the traffic, this might be risky in some jurisdictions. Enabling the exit for IPv4 and IPv6 and PT/VPN interception for IPv4 and IPv6 on the same machine will still give you 4to6 and 6to4 protocol translation, allowing you to access IPv4-only servers from IPv6-only clients and IPv6-only servers from IPv4-only clients.</property>
167 <property name="use_underline">True</property> 167 <property name="use_underline">True</property>
168 <property name="xalign">0</property> 168 <property name="xalign">0</property>
169 <property name="draw_indicator">True</property> 169 <property name="draw_indicator">True</property>
@@ -3632,7 +3632,6 @@
3632 </child> 3632 </child>
3633 <child> 3633 <child>
3634 <object class="GtkVBox" id="GNUNET_SETUP_gns_vbox"> 3634 <object class="GtkVBox" id="GNUNET_SETUP_gns_vbox">
3635 <property name="visible">True</property>
3636 <property name="orientation">vertical</property> 3635 <property name="orientation">vertical</property>
3637 <child> 3636 <child>
3638 <object class="GtkVBox" id="vbox1"> 3637 <object class="GtkVBox" id="vbox1">