This commit is contained in:
Siana Gearz
2013-05-14 10:04:31 +02:00
8 changed files with 99 additions and 379 deletions

View File

@@ -31,20 +31,6 @@
<combo_item name="month_first">MM/JJ/AAA</combo_item>
</combo_box>
<check_box label="Secondes dans les horaires de log" name="seconds_in_log"/>
<!-- Auto-responder -->
<check_box label="Activer le R&#xE9;pondeur Automatique" name="AscentInstantMessageResponseAnyone"/>
<check_box label="Auto-r&#xE9;ponse aux 'non-friends'" name="AscentInstantMessageResponseFriends"/>
<check_box label="Auto-r&#xE9;ponse aux personnes 'muted'" name="AscentInstantMessageResponseMuted"/>
<check_box label="Envoyer d&#xE8;s que l'on commence &#xE0; vous &#xE9;crire" name="AscentInstantMessageShowOnTyping"/>
<check_box label="Ne pas montrer les IMs auxquels vous avez r&#xE9;pondu" name="AscentInstantMessageShowResponded"/>
<check_box label="Auto-r&#xE9;ponse &#xE0; chaque message" name="AscentInstantMessageResponseRepeat"/>
<check_box label="Joindre un objet &#xE0; la r&#xE9;ponse" name="AscentInstantMessageResponseItem" tool_tip="Glissez l'objet dans la fen&#xEA;tre de r&#xE9;ponse."/>
<text bottom_delta="140" left_delta="280" name="text_box1">Texte de la r&#xE9;ponse :</text>
<text_editor bottom_delta="-130" height="130" name="im_response" width="190"/>
<text name="text_box2">
#f Pr&#xE9;nom,#l Nom,#t Dur&#xE9;e,#r SLURL,
#i Dur&#xE9;e de 'l'IDLE'. (ex. "5 mins")
</text>
</panel>
<panel label="Chat UI" name="ChatUI">
@@ -56,8 +42,34 @@
<check_box label="Boutons sur la ligne des noms des chats de groupe" name="group_concise_butt"/>
<check_box label="Boutons sur la ligne de titre des conférences" name="conf_concise_butt"/>
<check_box label="Désactive le raccourci ouvrant détacher la liste d'amis" name="only_comm"/>
<check_box label="Ecrit en Italiques le /me" name="italicize_actions"/>
</panel>
<panel label="Auto Réponse" name="Autoresponse">
<text name="Autoresponse Info">
Cette fonction vous permet de répondre avec des messages personnalisés.
Et aussi : #n Pour le nom classique, #d Pour le Display, #r Pour la SLURL de vôtre emplacement,
#i Pour vôtre 'Idle Time' (inoccupation) en minutes.
</text>
<check_box name="AscentInstantMessageResponseRepeat" label="Auto Répond à chaque message reçu dont vous avez activé le choix"/>
<check_box name="AutoresponseAnyone" label="Auto Réponse basique" tool_tip="Envoye à toute personne non mutée"/>
<check_box name="AutoresponseAnyoneFriendsOnly" label="Amis seulement" tool_tip=""/>
<check_box name="AutoresponseAnyoneItem" label="Envoyer un élément"/>
<check_box left_delta="120" name="AutoresponseAnyoneShow" label="Montrer l'envoi"/>
<drop_target name="AutoresponseAnyoneItemID" tool_tip=""/>
<check_box name="AutoresponseNonFriends" label="Auto Réponse aux 'non amis'" tool_tip=""/>
<check_box left_delta="200" name="AutoresponseNonFriendsItem" label="Envoyer un élément"/>
<check_box left_delta="120" name="AutoresponseNonFriendsShow" label="Montrer l'envoi"/>
<drop_target name="AutoresponseNonFriendsItemID" tool_tip=""/>
<check_box name="AutoresponseMuted" label="Auto Réponse aux mutés" tool_tip=""/>
<check_box left_delta="200" name="AutoresponseMutedItem" label="Envoyer un élément"/>
<drop_target name="AutoresponseMutedItemID" tool_tip=""/>
<text name="BusyModeResponseText" tool_tip="">Mode Busy:</text>
<check_box left_delta="200" name="BusyModeResponseItem" label="Envoyer un élément"/>
<check_box left_delta="120" name="BusyModeResponseShow" label="Montrer l'envoi"/>
<drop_target name="BusyModeResponseItemID" tool_tip=""/>
</panel>
<panel label="Spam" name="Spam">
<check_box label="Activer l'antispam" name="enable_as"/>
<check_box label="Aucun message spécifique dans la file d'attente de spam" name="spammsg_checkbox"/>

View File

@@ -1,11 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Audio et vidéo" name="Media panel">
<text name="muting_text">Volume:</text>
<text name="audio_prefs_text"></text>
<text bottom="-187" name="streaming_prefs_text">
Médias et Audio :&#10;&#10;&#10;&#10;&#10;&#10;&#10;( Filtre de Sécurité des Médias )
</text>
<panel name="Volume Panel"/>
<text bottom="-187" name="streaming_prefs_text">Médias et Audio :&#10;&#10;&#10;&#10;&#10;&#10;&#10;( Filtre de Sécurité des Médias )</text>
<check_box bottom="-200" height="32" label="Jouer la musique disponible &#10;
(Gourmand en bande passante)" name="streaming_music"/>
<check_box bottom_delta="-32" height="32" label="Jouer le média disponible &#10;

View File

@@ -1,23 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Chat écrit" name="chat">
<text length="1" name="text_box" type="string">
Taille de la police
<text name="text_box">
Taille de la police
du chat :
</text>
<radio_group name="chat_font_size">
<radio_item length="1" name="radio" type="string">
Petite
</radio_item>
<radio_item length="1" name="radio2" type="string">
Moyenne
</radio_item>
<radio_item length="1" name="radio3" type="string">
Grande
</radio_item>
<radio_item name="radio">Petite</radio_item>
<radio_item name="radio2">Moyenne</radio_item>
<radio_item name="radio3">Grande</radio_item>
</radio_group>
<text length="1" name="text_box2" type="string">
Couleur du chat :
</text>
<text name="text_box2">Couleur du chat :</text>
<color_swatch label="Vous" name="user"/>
<color_swatch label="Avatars" name="agent" width="60"/>
<color_swatch label="IM" left_delta="64" name="im"/>
@@ -27,99 +19,22 @@ du chat :
<color_swatch label="Propriétaire" name="owner" width="60"/>
<color_swatch label="Bulle" left_delta="64" name="background"/>
<color_swatch label="URL" name="links"/>
<text length="1" name="text_box3" type="string">
Console du chat :
</text>
<text name="text_box3">Console du chat :</text>
<spinner label="Effacer le texte après" label_width="112" name="fade_chat_time" width="162"/>
<text left="313" length="1" name="text_box4" type="string">
s
</text>
<text left="313" name="text_box4">s</text>
<spinner left="335" name="max_chat_count"/>
<text left="397" length="1" name="text_box5" type="string" width="74">
ligne(s)
</text>
<text left="397" name="text_box5" width="74">ligne(s)</text>
<slider label="Opacité" name="console_opacity"/>
<text length="1" name="text_box6" type="string">
Options du chat :
</text>
<check_box label="Utiliser la largeur de l&apos;écran (redémarrage requis)" name="chat_full_width_check"/>
<text name="text_box6">Options du chat :</text>
<check_box label="Utiliser la largeur de l'écran (redémarrage requis)" name="chat_full_width_check"/>
<check_box label="Fermer le chat après avoir appuyé sur Entrée" name="close_chat_on_return_check"/>
<check_box label="Faire bouger l&apos;avatar avec les touches de direction" name="arrow_keys_move_avatar_check"/>
<check_box label="Faire bouger l'avatar avec les touches de direction" name="arrow_keys_move_avatar_check"/>
<check_box label="Afficher les heures dans le chat" name="show_timestamps_check"/>
<check_box label="Jouer l&apos;animation clavier quand vous écrivez" name="play_typing_animation"/>
<text length="1" name="text_box7" type="string">
Bulles de chat  :
</text>
<check_box label="Jouer l'animation clavier quand vous écrivez" name="play_typing_animation"/>
<text name="text_box7">Bulles de chat  :</text>
<check_box label="Afficher les bulles de chat" name="bubble_text_chat"/>
<slider label="Opacité" name="bubble_chat_opacity"/>
<text length="1" name="text_box8" type="string">
Erreurs de script :
</text>
<text name="text_box8">Erreurs de script :</text>
<check_box label="Afficher les erreurs dans le chat" name="script_errors_as_chat"/>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-410" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="12"
mouse_opaque="false" name="text_translate_chat" v_pad="0" width="128">
Traduire :
</text>
<combo_box name="translate_language_combobox" width="166">
<combo_item name="System Default Language">
Choix par défaut
</combo_item>
<combo_item length="1" name="English" type="string">
English (Anglais)
</combo_item>
<combo_item length="1" name="Danish" type="string">
Dansk (Danois) - Bêta
</combo_item>
<combo_item length="1" name="Deutsch(German)" type="string">
Deutsch (Allemand) - Bêta
</combo_item>
<combo_item name="Spanish">
Español (Espagnol) - Bêta
</combo_item>
<combo_item name="French">
Français - Bêta
</combo_item>
<combo_item name="Italian">
Italiano (Italien) - Bêta
</combo_item>
<combo_item name="Hungarian">
Magyar (Hongrois) - Bêta
</combo_item>
<combo_item name="Dutch">
Nederlands (Néerlandais) - Bêta
</combo_item>
<combo_item name="Polish">
Polski (Polonais) - Bêta
</combo_item>
<combo_item name="Portugese">
Portugués (Portugais) - Bêta
</combo_item>
<combo_item name="Russian">
Русский (Russe) - Bêta
</combo_item>
<combo_item name="Turkish">
Türkçe (Turc) - Bêta
</combo_item>
<combo_item name="Ukrainian">
Українська (Ukrainien) - Bêta
</combo_item>
<combo_item length="1" name="Chinese" type="string">
中文 (简体) (Chinois) - Bêta
</combo_item>
<combo_item length="1" name="(Japanese)" type="string">
日本語 (Japonais) - Bêta
</combo_item>
<combo_item length="1" name="(Korean)" type="string">
한국어 (Coréen) - Bêta
</combo_item>
</combo_box>
<text type="string" length="1" name="text_chat_language">
Langue de chat :
</text>
<text type="string" length="1" name="translate_chat" label="Traduire le Chat Choisissez votre langage :">
</text>
</panel>

View File

@@ -1,242 +1,61 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel enabled="true" label="Grilles" name="Grids panel"
height="408" width="517" left="102"
follows="left|top|right|bottom" border="true" mouse_opaque="true">
<panel label="Grilles" name="Grids panel">
<!-- Grid Selector -->
<text type="string" length="1" enabled="true" name="grid_selector_label"
height="10" width="100" left="12" bottom="-20"
h_pad="0" v_pad="0" halign="left"
font="SansSerifSmall"
follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true"
drop_shadow_visible="true" border_drop_shadow_visible="false">
<text name="grid_selector_label">
Choisir une grille :
</text>
<combo_box max_chars="20" allow_text_entry="false" name="grid_selector"
height="18" width="200" left="120" bottom_delta="-4"
follows="left|top" mouse_opaque="true" />
<button label="Default" label_selected="Default" enabled="true" name="btn_default"
height="18" width="75" left_delta="210" bottom_delta="0"
halign="center"
follows="left|top" scale_image="true"
font="SansSerifSmall" mouse_opaque="true" />
<text type="string" length="1" enabled="true" name="default_grid"
height="10" width="200" left_delta="80" bottom_delta="5"
h_pad="0" v_pad="0" halign="left"
font="SansSerifSmall"
follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true"
drop_shadow_visible="true" border_drop_shadow_visible="false">
([DEFAULT])
</text>
<!-- Buttons -->
<button label="Supprimer" label_selected="Delete" enabled="true" name="btn_delete"
height="18" width="75" left="120" bottom_delta="-27"
halign="center"
follows="left|top" scale_image="true"
font="SansSerifSmall" mouse_opaque="true" />
<button label="Ajouter" label_selected="Add" enabled="true" name="btn_add"
height="18" width="75" left_delta="78" bottom_delta="0"
halign="center"
follows="left|top" scale_image="true"
font="SansSerifSmall" mouse_opaque="true" />
<button label="Copier" label_selected="Copy" enabled="true" name="btn_copy"
height="18" width="75" left_delta="78" bottom_delta="0"
halign="center"
follows="left|top" scale_image="true"
font="SansSerifSmall" mouse_opaque="true" />
<button label="Supprimer" name="btn_delete"/>
<button label="Ajouter" name="btn_add"/>
<button label="Copier" name="btn_copy"/>
<!-- Advanced -->
<button label="Avancé" label_selected="Advanced" enabled="true" name="btn_advanced"
height="18" width="75" left_delta="78" bottom_delta="0"
halign="center"
follows="left|top" scale_image="true"
font="SansSerifSmall" mouse_opaque="true" />
<button label="Avancé" name="btn_advanced"/>
<!-- Login URI -->
<text type="string" length="1" enabled="true" name="loginuri_label"
height="10" width="100" left="12" bottom_delta="-32"
h_pad="0" v_pad="0" halign="left"
font="SansSerifSmall"
follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true"
drop_shadow_visible="true" border_drop_shadow_visible="false">
<text name="loginuri_label">
Login URL :
</text>
<line_editor max_length="254" enabled="true" name="loginuri"
handle_edit_keys_directly="true"
height="18" left="120" right="-12" bottom_delta="-4"
halign="right"
font="SansSerifSmall"
follows="left|top|right" border_visible="false" mouse_opaque="false"
drop_shadow_visible="true" border_drop_shadow_visible="false" />
<!--<button label="Get Grid Info" label_selected="Get Grid Info" enabled="true" name="btn_gridinfo"
height="18" width="100" left="120" bottom_delta="-22"
halign="center"
follows="left|top" scale_image="true"
font="SansSerifSmall" mouse_opaque="true" />-->
<!-- Platform -->
<text type="string" length="1" enabled="true" name="platform_label"
height="10" width="100" left="12" bottom_delta="-32"
h_pad="0" v_pad="0" halign="left"
font="SansSerifSmall"
follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true"
drop_shadow_visible="true" border_drop_shadow_visible="false">
<text name="platform_label">
Plateforme :
</text>
<combo_box max_chars="20" allow_text_entry="false" name="platform"
height="18" width="200" left="120" bottom_delta="-4"
follows="left|top" mouse_opaque="true" />
<!-- Grid Name -->
<text type="string" length="1" enabled="true" name="gridname_label"
height="10" width="100" left="12" bottom_delta="-20"
h_pad="0" v_pad="0" halign="left"
font="SansSerifSmall"
follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true"
drop_shadow_visible="true" border_drop_shadow_visible="false">
<text name="gridname_label">
Nom :
</text>
<line_editor max_length="254" enabled="true" name="gridname"
handle_edit_keys_directly="true"
height="18" left="120" right="-12" bottom_delta="-4"
halign="right"
font="SansSerifSmall"
follows="left|top|right" border_visible="false" mouse_opaque="false"
drop_shadow_visible="true" border_drop_shadow_visible="false" />
<!-- Grid Message -->
<text type="string" length="1" enabled="true" name="gridmessage_label"
height="10" width="100" left="12" bottom_delta="-50"
h_pad="0" v_pad="0" halign="left"
font="SansSerifSmall"
follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true"
drop_shadow_visible="true" border_drop_shadow_visible="false">
<text name="gridmessage_label">
Infos :
</text>
<text_editor type="string" length="1" bottom="-185" embedded_items="false" enabled="true" follows="left|top|right"
handle_edit_keys_directly="true"
font="SansSerifSmall" height="50" left="120" right="-12" bottom_delta="-4" max_length="512"
mouse_opaque="true" name="gridmessage" word_wrap="true" spell_check="true" />
<!-- Advanced settings -->
<!-- Grid Splash Page -->
<text type="string" length="1" enabled="true" name="loginpage_label"
height="10" width="100" left="12" bottom_delta="-22" visible="false"
h_pad="0" v_pad="0" halign="left"
font="SansSerifSmall"
follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true"
drop_shadow_visible="true" border_drop_shadow_visible="false">
<text name="loginpage_label">
Page Splash :
</text>
<line_editor max_length="254" enabled="true" name="loginpage"
handle_edit_keys_directly="true" visible="false"
height="18" left="120" right="-12" bottom_delta="-4"
halign="right"
font="SansSerifSmall"
follows="left|top|right" border_visible="false" mouse_opaque="false"
drop_shadow_visible="true" border_drop_shadow_visible="false" />
<!-- Helper URI -->
<text type="string" length="1" enabled="true" name="helperuri_label"
height="10" width="100" left="12" bottom_delta="-20" visible="false"
h_pad="0" v_pad="0" halign="left"
font="SansSerifSmall"
follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true"
drop_shadow_visible="true" border_drop_shadow_visible="false">
<text name="helperuri_label">
Aide URL :
</text>
<line_editor max_length="254" enabled="true" name="helperuri"
handle_edit_keys_directly="true" visible="false"
height="18" left="120" right="-12" bottom_delta="-4"
halign="right"
font="SansSerifSmall"
follows="left|top|right" border_visible="false" mouse_opaque="false"
drop_shadow_visible="true" border_drop_shadow_visible="false" />
<!-- Web Site -->
<text type="string" length="1" enabled="true" name="website_label"
height="10" width="100" left="12" bottom_delta="-20" visible="false"
h_pad="0" v_pad="0" halign="left"
font="SansSerifSmall"
follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true"
drop_shadow_visible="true" border_drop_shadow_visible="false">
<text name="website_label">
Site Web :
</text>
<line_editor max_length="254" enabled="true" name="website"
handle_edit_keys_directly="true" visible="false"
height="18" left="120" right="-12" bottom_delta="-4"
halign="right"
font="SansSerifSmall"
follows="left|top|right" border_visible="false" mouse_opaque="false"
drop_shadow_visible="true" border_drop_shadow_visible="false" />
<!-- Support URL -->
<text type="string" length="1" enabled="true" name="support_label"
height="10" width="100" left="12" bottom_delta="-20" visible="false"
h_pad="0" v_pad="0" halign="left"
font="SansSerifSmall"
follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true"
drop_shadow_visible="true" border_drop_shadow_visible="false">
<text name="support_label">
Support URL :
</text>
<line_editor max_length="254" enabled="true" name="support"
handle_edit_keys_directly="true" visible="false"
height="18" left="120" right="-12" bottom_delta="-4"
halign="right"
font="SansSerifSmall"
follows="left|top|right" border_visible="false" mouse_opaque="false"
drop_shadow_visible="true" border_drop_shadow_visible="false" />
<!-- Account URL -->
<text type="string" length="1" enabled="true" name="register_label"
height="10" width="100" left="12" bottom_delta="-20" visible="false"
h_pad="0" v_pad="0" halign="left"
font="SansSerifSmall"
follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true"
drop_shadow_visible="true" border_drop_shadow_visible="false">
<text name="register_label">
Compte URL :
</text>
<line_editor max_length="254" enabled="true" name="register"
handle_edit_keys_directly="true" visible="false"
height="18" left="120" right="-12" bottom_delta="-4"
halign="right"
font="SansSerifSmall"
follows="left|top|right" border_visible="false" mouse_opaque="false"
drop_shadow_visible="true" border_drop_shadow_visible="false" />
<!-- Password URL -->
<text type="string" length="1" enabled="true" name="password_label"
height="10" width="100" left="12" bottom_delta="-20" visible="false"
h_pad="0" v_pad="0" halign="left"
font="SansSerifSmall"
follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true"
drop_shadow_visible="true" border_drop_shadow_visible="false">
<text name="password_label">
Mot de Passe URL :
</text>
<line_editor max_length="254" enabled="true" name="password"
handle_edit_keys_directly="true" visible="false"
height="18" left="120" right="-12" bottom_delta="-4"
halign="right"
font="SansSerifSmall"
follows="left|top|right" border_visible="false" mouse_opaque="false"
drop_shadow_visible="true" border_drop_shadow_visible="false" />
<!-- Search URL -->
<text type="string" length="1" enabled="true" name="search_label"
height="10" width="100" left="12" bottom_delta="-20" visible="false"
h_pad="0" v_pad="0" halign="left"
font="SansSerifSmall"
follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true"
drop_shadow_visible="true" border_drop_shadow_visible="false">
<text name="search_label">
Recherche URL :
</text>
<line_editor max_length="254" enabled="true" name="search"
handle_edit_keys_directly="true" visible="false"
height="18" left="120" right="-12" bottom_delta="-4"
halign="right"
font="SansSerifSmall"
follows="left|top|right" border_visible="false" mouse_opaque="false"
drop_shadow_visible="true" border_drop_shadow_visible="false" />
<!-- Rendering Compatibility -->
<check_box enabled="true" radio_style="false"
label="Rendu de la compatibilé" name="render_compat" visible="false"
height="18" left="115" bottom_delta="-35"
h_pad="0" v_pad="0" halign="left"
font="SansSerifSmall"
follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true"
drop_shadow_visible="true" border_drop_shadow_visible="false" />
<button label="?" label_selected="?" enabled="true" name="btn_help_render_compat"
height="18" width="18" left_delta="160" bottom_delta="1" visible="false"
halign="center" follows="left|top"
font="SansSerifSmall" mouse_opaque="true" />
<check_box label="Rendu de la compatibilé" name="render_compat"/>
</panel>

View File

@@ -1,25 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="Communication" name="im">
<text name="text_box">
Mon statut en ligne:
</text>
<text name="text_box">Mon statut en ligne:</text>
<check_box label="Seuls mes ami(e)s et groupes voient quand je suis connecté(e)" name="online_visibility"/>
<text name="text_box2">
IM:
</text>
<string name="log_in_to_change">
Se connecter pour changer
</string>
<text name="text_box2">IM:</text>
<string name="log_in_to_change">Se connecter pour changer</string>
<check_box label="Envoyer les IM à mon adresse e-mail ([EMAIL])" name="send_im_to_email"/>
<check_box label="Afficher les IM dans la console du chat" name="include_im_in_chat_console"/>
<check_box label="Afficher l'heure dans les IM" name="show_timestamps_check"/>
<check_box label="Me prévenir quand des ami(e)s se connectent" name="friends_online_notify_checkbox"/>
<text name="text_box3">
Réponse si occupé(e):
</text>
<text name="text_box4">
Enregistrements:
</text>
<text name="text_box4">Enregistrements:</text>
<check_box label="Enregistrer les IM sur mon ordinateur" name="log_instant_messages"/>
<check_box label="Inclure les heures" name="log_instant_messages_timestamp"/>
<check_box label="Enregistrer le chat local sur mon ordinateur" name="log_chat"/>
@@ -27,7 +16,7 @@
<check_box label="Inclure les heures" name="log_chat_timestamp"/>
<check_box label="Inclure les IM reçus" name="log_chat_IM"/>
<check_box label="Inclure la date avec les heures" name="log_date_timestamp"/>
<check_box bottom="-365" label="Joindre la date dans le nom du fichier de log" left="148" name="logfile_name_datestamp" width="237"/>
<check_box label="Joindre la date dans le nom du fichier de log" left="148" name="logfile_name_datestamp" width="237"/>
<button label="Changer d'emplacement" label_selected="Changer d'emplacement" name="log_path_button" width="180"/>
<line_editor left="308" name="log_path_string" right="-20"/>
<line_editor left="308" name="log_path_string"/>
</panel>

View File

@@ -4,8 +4,9 @@
<check_box label="Afficher après avoir accepté" name="show_new_inventory"/>
<check_box label="Ouvrir l'inventaire et sélectionner les objets reçus" name="show_in_inventory"/>
<text name="show_label">Toujours montrer:</text>
<button label="Tout activer" name="reset_dialogs_btn" tool_tip="Activer tous les pop ups optionnels ainsi que les notifications d'un premier usage"/>
<button label="Tout désactiver la première fois" name="skip_frst_btn" tool_tip="Désactive les notifications envoyées lors d'un premier usage."/>
<button label="Tout désactiver" name="skip_dialogs_btn" tool_tip="Désactive tous les pop-ups et les notifications envoyées lors d'un premier usage."/>
<button label="Active tous" left="20" name="reset_dialogs_btn" tool_tip="Active tous les pop-ups et les notifications envoyées lors d'un premier usage." width="100"/>
<button label="Désact. les 'premiers usages'" name="skip_frst_btn" tool_tip="Désactive les notifications envoyées lors d'un premier usage." width="180"/>
<button left_delta="185" name="disable_popup"/>
<button label="Désactive tous" name="skip_dialogs_btn" tool_tip="Désactive tous les pop-ups et les notifications envoyées lors d'un premier usage."/>
<text name="dont_show_label">Ne jamais montrer:</text>
</panel>

View File

@@ -1,30 +1,29 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel bottom="-409" height="408" label="Voice Chat" left="102" name="chat" width="517">
<text bottom_delta="-20" left_delta="12" name="voice_unavailable">Le chat vocal n'est pas disponible</text>
<check_box bottom_delta="0" label="Activer la voix" left="8" name="enable_voice_check"/>
<radio_group bottom_delta="-46" height="40" left_delta="20" name="ear_location" width="364">
<radio_item bottom="-19" left="3" name="0">Ecouter depuis la position de la caméra</radio_item>
<radio_item bottom="-35" name="1">Ecouter depuis la position de l'avatar</radio_item>
<panel name="chat">
<text name="voice_unavailable">Le chat vocal n'est pas disponible</text>
<check_box label="Activer la voix" name="enable_voice_check"/>
<radio_group name="ear_location">
<radio_item name="0">Ecouter depuis la position de la caméra</radio_item>
<radio_item name="1">Ecouter depuis la position de l'avatar</radio_item>
</radio_group>
<text bottom_delta="-20" name="push_to_talk_heading">Appuyer pour parler</text>
<text bottom_delta="-77" height="65" left_delta="20" name="voice_chat_description">
<text name="push_to_talk_heading">Appuyer pour parler</text>
<text name="voice_chat_description">
Ce mode vous permet de contrôler l'ouverture du micro en mode bascule.
Cliquez sur la touche de contrôle ou le bouton &#x22;Parler&#x22; pour ouvrir et fermer le micro.
Si vous n'êtes pas en mode bascule, le micro n'est ouvert que si vous cliquez et
maintenez enfoncés la touche de contrôle ou appuyez sur le bouton &#x22;Parler&#x22;.
</text>
<check_box bottom_delta="-20" label="Utiliser &#x22;Appuyer pour Parler&#x22; en mode bascule" name="push_to_talk_toggle_check"/>
<text bottom_delta="-20" left_delta="4" name="push_to_talk_label">Touche de contrôle:</text>
<line_editor bottom_delta="-20" name="modifier_combo" width="280"/>
<button bottom_delta="-25" label="Choisir la touche" name="set_voice_hotkey_button" width="115"/>
<button bottom_delta="0" label="Molette de la souris" left_delta="120" name="set_voice_middlemouse_button" width="160"/>
<text bottom_delta="-25" left="28" name="lip_sync_heading" width="445">Animation en mode &#x22;voice&#x22;</text>
<check_box bottom_delta="-20" label="Activer l'animation des lèvres" left_delta="20" name="enable_lip_sync_check"/>
<text bottom_delta="-25" left="28" name="privacy_heading">Options de confidentialité</text>
<check_box bottom_delta="-20" label="N'accepter que les appels des amis" left_delta="20" name="voice_call_friends_only_check"/>
<check_box bottom_delta="-18" label="Fermer le micro à la fin d'un appel privé" name="auto_disengage_mic_check"/>
<button bottom_delta="-40" height="20" label="Paramètres du matériel" left="28" mouse_opaque="true" name="device_settings_btn" width="155"/>
<text bottom_delta="-36" height="35" left_delta="6" name="device_settings_text">Remarque : Si vous cliquez sur Paramètres du matériel,
<check_box label="Utiliser &#x22;Appuyer pour Parler&#x22; en mode bascule" name="push_to_talk_toggle_check"/>
<text name="push_to_talk_label">Touche de contrôle:</text>
<button bottom_delta="-25" label="Choisir la touche" name="set_voice_hotkey_button"/>
<button label="Molette de la souris" name="set_voice_middlemouse_button"/>
<text name="lip_sync_heading">Animation en mode &#x22;voice&#x22;</text>
<check_box label="Activer l'animation des lèvres" name="enable_lip_sync_check"/>
<text name="privacy_heading">Options de confidentialité</text>
<check_box label="N'accepter que les appels des amis" name="voice_call_friends_only_check"/>
<check_box label="Fermer le micro à la fin d'un appel privé" name="auto_disengage_mic_check"/>
<button label="Paramètres du matériel" name="device_settings_btn"/>
<text name="device_settings_text">Remarque : Si vous cliquez sur Paramètres du matériel,
vous serez temporairement déconnecté(e) du Chat vocal.
Tous les changements que vous faites seront immédiatement appliqués.</text>
</panel>

View File

@@ -1,26 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Web" name="web">
<panel name="web">
<radio_group name="use_external_browser">
<radio_item name="external" tool_tip="Utilisez le navigateur web du système pour l'aide, les liens web etc. Déconseillé en mode plein écran.">
Utiliser un navigateur web externe (Firefox, Safari, Opera, Internet Explorer)
</radio_item>
<radio_item name="internal" tool_tip="Utilisez le navigateur web intégré pour l'aide, les liens etc. Ce navigateur s'ouvre dans une nouvelle fenêtre à l'intérieur de Singularity.">
Utiliser le navigateur web intégré
</radio_item>
<radio_item name="external" tool_tip="Utilisez le navigateur web du système pour l'aide, les liens web etc. Déconseillé en mode plein écran.">Utiliser un navigateur web externe (Firefox, Safari, Opera, Internet Explorer)</radio_item>
<radio_item name="internal" tool_tip="Utilisez le navigateur web intégré pour l'aide, les liens etc. Ce navigateur s'ouvre dans une nouvelle fenêtre à l'intérieur de Singularity.">Utiliser le navigateur web intégré</radio_item>
</radio_group>
<text name="cache_size_label_l">
Cache du navigateur:
</text>
<text name="cache_size_label_l">Cache du navigateur:</text>
<button label="Vider" name="clear_cache"/>
<text name="cookie_label">
Cookies:
</text>
<check_box label="Accepter les cookies" name="cookies_enabled"/>
<text name="proxy_label">
Proxy Web:
</text>
<text name="proxy_label">Proxy Web:</text>
<check_box label="Activer le Proxy Web" name="web_proxy_enabled"/>
<text bottom_delta="-25" follows="top" height="10" left="30" name="proxy_text_label">Adresse:</text>
<line_editor bottom_delta="-8" left="106" name="web_proxy_editor" tool_tip="Le nom ou adresse IP du proxy que vous souhaitez utiliser." width="300"/>
<spinner bottom_delta="-25" label="Numéro de port:" label_width="85" left="30" name="web_proxy_port" width="140"/>
<text name="proxy_text_label">Adresse:</text>
<line_editor name="web_proxy_editor" tool_tip="Le nom ou adresse IP du proxy que vous souhaitez utiliser."/>
<spinner label="Numéro de port:" label_width="85" name="web_proxy_port"/>
</panel>