summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/panel_preferences_general.xml
blob: 1713086ed12ce0fab335776fd0b37f93ff3c8f3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Général" name="general_panel">
	<radio_group name="default_start_location" width="166">
		<radio_item name="MyHome" tool_tip="Par défaut, choisir mon domicile comme lieu de départ.">
			Domicile
		</radio_item>
		<radio_item name="MyLastLocation" tool_tip="Par défaut, choisir mon dernier emplacement comme lieu de départ.">
			Dernier emplacement
		</radio_item>
	</radio_group>
	<check_box label="Afficher le lieu de départ sur l&apos;écran de connexion" name="show_location_checkbox"/>
	<combo_box name="fade_out_combobox" width="166">
		<combo_item name="Never">
			Jamais
		</combo_item>
		<combo_item name="Show Temporarily">
			Afficher temporairement
		</combo_item>
		<combo_item name="Always">
			Toujours
		</combo_item>
	</combo_box>
	<check_box label="Nom des avatars en petit" name="small_avatar_names_checkbox"/>
	<check_box label="Masquer mon nom sur mon écran" name="show_my_name_checkbox"/>
	<text name="group_titles_textbox">
		Titres de groupe :
	</text>
	<check_box label="Masquer tous les titres de groupe" name="show_all_title_checkbox"/>
	<check_box label="Masquer mon titre de groupe" name="show_my_title_checkbox"/>
	<color_swatch label="" name="effect_color_swatch" tool_tip="Cliquer pour ouvrir le sélecteur de couleurs"/>
	<text name="UI Size:">
		Taille de l&apos;interface :
	</text>
	<slider name="ui_scale_slider"/>
	<check_box label="Utiliser une échelle indépendante de la résolution" name="ui_auto_scale"/>
	<spinner label="Absent(e) après :" name="afk_timeout_spinner"/>
	<check_box label="M&apos;avertir lorsque je dépense ou reçois des L$" name="notify_money_change_checkbox"/>
	<text length="1" name="start_location_textbox" type="string">
		Lieu de départ :
	</text>
	<text length="1" name="show_names_textbox" type="string">
		Afficher les noms :
	</text>
	<text bottom="-174" length="1" name="effects_color_textbox" type="string">
		Couleur du faisceau 
de sélection :
	</text>
	<text length="1" name="seconds_textbox" type="string">
		secondes
	</text>
	<text length="1" name="crash_report_textbox" type="string">
		Rapports de crash :
	</text>
	<text length="1" name="language_textbox" type="string">
		Langue :
	</text>
	<text left_delta="313" length="1" name="language_textbox2" type="string">
		(redémarrage requis)
	</text>
	<string name="region_name_prompt">
		&lt;Saisissez le nom de la région&gt;
	</string>
	<combo_box name="crash_behavior_combobox" width="166">
		<combo_item length="1" name="Askbeforesending" type="string">
			Demander avant d&apos;envoyer
		</combo_item>
		<combo_item length="1" name="Alwayssend" type="string">
			Toujours envoyer
		</combo_item>
		<combo_item length="1" name="Neversend" type="string">
			Ne jamais envoyer
		</combo_item>
	</combo_box>
	<combo_box name="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="Hungarian">
			Magyar (Hongrois) - 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="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>
	<check_box label="Partager la langue avec les objets" name="language_is_public" tool_tip="Cette option permet de faire connaître aux objets du Monde votre langue favorite."/>
</panel>