blob: 9e5cd886032c4cc1f4e6ce24a2109a710c4c60c6 (
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="General" name="general_panel">
<radio_group name="default_start_location">
<radio_item name="MyHome" tool_tip="Por defecto, iniciar sesión en mi Base.">
Mi Base
</radio_item>
<radio_item name="MyLastLocation" tool_tip="Por defecto, iniciar sesión en mi última posición.">
Mi última posición
</radio_item>
</radio_group>
<check_box label="Ver mi posición inicial en la pantalla de inicio de sesión" name="show_location_checkbox"/>
<combo_box name="fade_out_combobox" width="166">
<combo_item name="Never">
Nunca
</combo_item>
<combo_item name="Show Temporarily">
Mostrarlos temporalmente
</combo_item>
<combo_item name="Always">
Siempre
</combo_item>
</combo_box>
<check_box label="Nombres de avatar en pequeño" name="small_avatar_names_checkbox"/>
<check_box label="No ver mi nombre en mi pantalla" name="show_my_name_checkbox"/>
<text name="group_titles_textbox">
Etiquetas de grupo:
</text>
<check_box label="Ocultar las etiquetas de grupo" name="show_all_title_checkbox"/>
<check_box label="Ocultar mi etiqueta de grupo" name="show_my_title_checkbox"/>
<color_swatch label="" name="effect_color_swatch" tool_tip="Pulse para abrir el selector de color"/>
<text name="UI Size:">
Tamaño de la interfaz:
</text>
<check_box label="Resolución independiente del tamaño" name="ui_auto_scale"/>
<spinner label="Ausente tras:" name="afk_timeout_spinner"/>
<check_box label="Avisar cuando gasto o recibo dólares Linden (L$)" name="notify_money_change_checkbox"/>
<text name="maturity_desired_label" bottom="-312">
Calificación:
</text>
<text name="maturity_desired_prompt" bottom="-312">
Quiero acceder a
contenido calificado:
</text>
<combo_box name="maturity_desired_combobox" bottom="-330" left="274">
<combo_item name="Desired_Adult">
'PG', 'Mature' y 'Adult'
</combo_item>
<combo_item name="Desired_Mature">
'PG' y 'Mature'
</combo_item>
<combo_item name="Desired_PG">
sólo 'PG'
</combo_item>
</combo_box>
<text name="maturity_desired_textbox" bottom="-324" left="274">
sólo 'PG'
</text>
<text length="1" name="start_location_textbox" type="string">
Posición inicial:
</text>
<text length="1" name="show_names_textbox" type="string">
Mostrar los nombres:
</text>
<text length="1" name="effects_color_textbox" type="string">
Color de mis efectos:
</text>
<text length="1" name="seconds_textbox" type="string">
segundos
</text>
<text length="1" name="crash_report_textbox" type="string">
Informes de caídas:
</text>
<text length="1" name="language_textbox" type="string">
Idioma:
</text>
<text left_delta="313" length="1" name="language_textbox2" type="string">
(Tendrá efecto tras reiniciar)
</text>
<string name="region_name_prompt">
<escriba el nombre de la región>
</string>
<combo_box name="crash_behavior_combobox" width="166">
<combo_item length="1" name="Askbeforesending" type="string">
Preguntar antes de enviar
</combo_item>
<combo_item length="1" name="Alwayssend" type="string">
Enviar siempre
</combo_item>
<combo_item length="1" name="Neversend" type="string">
No enviar nunca
</combo_item>
</combo_box>
<combo_box name="language_combobox" width="166">
<combo_item name="System Default Language">
Predeterminado del sistema
</combo_item>
<combo_item length="1" name="English" type="string">
English (Inglés)
</combo_item>
<combo_item name="Danish">
Dansk (Danés) - Beta
</combo_item>
<combo_item length="1" name="Deutsch(German)" type="string">
Deutsch (Alemán) - Beta
</combo_item>
<combo_item name="Spanish" type="string">
Español - Beta
</combo_item>
<combo_item length="1" name="French" type="string">
Français (Francés) - Beta
</combo_item>
<combo_item name="Italian">
Italiano - Beta
</combo_item>
<combo_item name="Hungarian">
Magyar (Húngaro) - Beta
</combo_item>
<combo_item name="Dutch">
Nederlands (Neerlandés) - Beta
</combo_item>
<combo_item name="Polish">
Polski (Polaco) - Beta
</combo_item>
<combo_item name="Portugese">
Portugués (Portugués) - Beta
</combo_item>
<combo_item name="Russian">
Русский (Ruso) - Beta
</combo_item>
<combo_item name="Turkish">
Türkçe (Turco) - Beta
</combo_item>
<combo_item name="Ukrainian">
Українська (Ucraniano) - Beta
</combo_item>
<combo_item length="1" name="Chinese" type="string">
中文 (简体) (Chino) - Beta
</combo_item>
<combo_item length="1" name="(Japanese)" type="string">
日本語 (Japonés) - Beta
</combo_item>
<combo_item length="1" name="(Korean)" type="string">
한국어 (Coreano) - Beta
</combo_item>
</combo_box>
<check_box label="Compartir el idioma con los objetos" name="language_is_public" tool_tip="Hace que los objetos con script del mundo sepan su idioma preferido."/>
</panel>
|