French network preferences update

This commit is contained in:
Lirusaito
2013-02-21 04:42:27 -05:00
parent 489f17b6b2
commit c6aa1bb3ea
2 changed files with 29 additions and 35 deletions

View File

@@ -3,7 +3,7 @@
<text bottom="-20" follows="top" height="10" left="12" name="text_box">Maximum Bandwidth:</text>
<slider bottom_delta="-4" left_delta="110" can_edit_text="true" decimal_digits="0" follows="top" height="15" increment="10" initial_val="50" max_val="5000" min_val="50" name="max_bandwidth" show_text="true" value="500" width="180"/>
<text bottom_delta="4" follows="top" height="10" left_delta="186" name="text_box2">kbps (kilobits per second)</text>
<text bottom_delta="-20" follows="top" height="10" left="12" name="text_box">Texture Bandwidth:</text>
<text bottom_delta="-20" follows="top" height="10" left="12" name="text_box3">Texture Bandwidth:</text>
<slider bottom_delta="-4" left_delta="110" can_edit_text="true" decimal_digits="0" follows="top" height="15" increment="10" initial_val="50" max_val="5000" min_val="50" name="tex_bandwidth" show_text="true" value="500" width="180"/>
<text bottom_delta="4" follows="top" height="10" left_delta="186" name="text_box2">kbps (kilobits per second)</text>
<text bottom_delta="-25" follows="top" height="10" left="12" name="use_http_for">Use HTTP for:</text>

View File

@@ -1,44 +1,38 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Réseau" name="network">
<text name="text_box">
Bande passante maximale:
</text>
<text name="text_box2">
kbps (kilobits par seconde)
</text>
<text name="cache_size_label_l">
Taille de la mémoire cache:
</text>
<text name="text_box5">
Mo
</text>
<text name="text_box">Bande passante max:</text>
<text name="text_box2">kbps (kilobits par seconde)</text>
<text name="text_box3">Bande passante de la texture:</text>
<slider left_delta="150" name="tex_bandwidth" width="140"/>
<text left_delta="146" name="text_box2">kbps (kilobits par seconde)</text>
<text name="use_http_for">Utiliser HTTP pour:</text>
<check_box left_delta="100" label="Textures" name="http_textures"/>
<check_box label="Inventaire" name="http_inventory"/>
<text name="cache_size_label_l">Taille du cache:</text>
<text name="text_box5">Mo</text>
<button label="Vider la mémoire cache" label_selected="Vider le cache" name="clear_cache" width="150"/>
<text name="cache_location_label">
Emplacement du cache:
</text>
<text name="cache_location_label">Emplacement du cache:</text>
<button label="Modifier" label_selected="Modifier" name="set_cache"/>
<button label="Réinitialiser" label_selected="Réinitialiser" name="reset_cache"/>
<check_box label="Port de connexion personnalisé" name="connection_port_enabled"/>
<spinner label="Numéro de port:" label_width="95" name="connection_port" width="170"/>
<text bottom_delta="-24" height="10" left="12" name="socks5_auth_label">Proxy Http:</text>
<radio_group bottom_delta="-8" height="20" left="12" name="socks5_http_proxy_type" width="380" >
<radio_item left="100" name="None" width="50">aucun</radio_item>
<radio_item left="170" name="Socks" width="50">Socks</radio_item>
<radio_item left="250" name="Web" width="50">Web</radio_item>
<text name="socks5_auth_label">Proxy Http:</text>
<radio_group name="socks5_http_proxy_type">
<radio_item name="None">aucun</radio_item>
<radio_item name="Socks">Socks</radio_item>
<radio_item name="Web">Web</radio_item>
</radio_group>
<check_box bottom_delta="-24" height="16" label="Activer SOCKS 5 Proxy" left="6" name="socks5_proxy_enabled" width="256"/>
<text bottom_delta="-26" height="10" left="12" name="socks5_host_label">H&#xF4;te Socks 5:</text>
<line_editor bottom_delta="-6" left="90" name="socks5_proxy_host" tool_tip="" width="311"/>
<spinner bottom_delta="-30" height="16" label="Numéro de port:" label_width="80" name="socks5_proxy_port" width="140"/>
<text bottom_delta="-20" height="10" left="12" name="socks5_auth_label2">Authentification:</text>
<radio_group bottom_delta="-6" name="socks5_auth" width="420">
<radio_item left_delta="80" name="None" tool_tip="">aucune</radio_item>
<radio_item left_delta="50" name="UserPass" tool_tip="">Nom/Mot de passe</radio_item>
<check_box label="Activer SOCKS 5 Proxy" name="socks5_proxy_enabled"/>
<text name="socks5_host_label">H&#xF4;te Socks 5:</text>
<line_editor name="socks5_proxy_host" tool_tip=""/>
<spinner label="Numéro de port:" label_width="80" name="socks5_proxy_port"/>
<text name="socks5_auth_label2">Authentification:</text>
<radio_group name="socks5_auth">
<radio_item name="None" tool_tip="">aucune</radio_item>
<radio_item name="UserPass" tool_tip="">Nom/Mot de passe</radio_item>
</radio_group>
<text bottom_delta="-22" height="10" left="12" name="socks5_username_label">Nom:</text>
<line_editor bottom_delta="-8" left="90" name="socks5_proxy_username" width="311"/>
<text bottom_delta="-20" left="12" name="socks5_password_label">Mot de Passe:</text>
<line_editor bottom_delta="-8" left="90" name="socks5_proxy_password" width="311"/>
<text name="socks5_username_label">Nom:</text>
<line_editor name="socks5_proxy_username"/>
<text name="socks5_password_label">Mot de Passe:</text>
<line_editor name="socks5_proxy_password"/>
</panel>