summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/es/panel_group_general.xml
blob: ec3176575ef0f2f0e42df216e0ce7e931072d9eb (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="General" name="general_tab">
	<text name="help_text">
		La pestaña General contiene informaciones generales sobre
este grupo, una lista de propietarios y miembros visibles, 
preferencias generales de grupo y opciones de miembro.

Pase el ratón sobre las opciones para obtener más ayuda.
	</text>
	<button label="?" label_selected="?" name="help_button" />
	<line_editor name="group_name_editor">
		Teclee su nuevo nombre de grupo aquí
	</line_editor>
	<text name="group_name">
		Teclee su nuevo nombre de grupo aquí
	</text>
	<text name="prepend_founded_by">
		Fundado por
	</text>
	<text name="founder_name">
		(aguardando)
	</text>
	<text name="group_charter_label">
		Presentación del grupo
	</text>
	<texture_picker label="Insignia del grupo" name="insignia"
	     tool_tip="Haga clic para elegir una figura" />
	<text_editor name="charter">
		Presentación del grupo
	</text_editor>
	<button label="Juntar (L$0)" label_selected="Juntar (L$0)" name="join_button" />
	<button label="Visión detallada" label_selected="Visión detallada" name="info_button" />
	<text>
		Propietarios &amp; Miembros visibles
	</text>
	<text>
		(Propietarios son mostrados en negrito)
	</text>
	<name_list name="visible_members">
		<column label="Member Name" name="name" />
		<column label="Title" name="title" />
		<column label="Last Login" name="online" />
	</name_list>
	<text name="incomplete_member_data_str">
		Recuperando datos del miembro
	</text>
	<text name="confirm_group_create_str">
		Crear este grupo costará L$100. 
¿Seguro que realmente, REALMENTE quiere gastar L$100 para crear este grupo?
	</text>
	<text>
		Preferencia de grupo
	</text>
	<panel name="preferences_container">
		<check_box label="Mostrar en la lista de grupo" name="show_in_group_list"
		     tool_tip="Sets whether this group shows up in the Search Groups   window and in member profiles." />
		<check_box label="Publicar en la web" name="publish_on_web"
		     tool_tip="Defina si esta información de grupo podrá ser publicada en la internet." />
		<check_box label="Abrir registro" name="open_enrollement"
		     tool_tip="Sets whether this group allows new members to join   without being invited." />
		<check_box label="Tasa de registro: L$" name="check_enrollment_fee"
		     tool_tip="Ajuste para requerir una tasa de registro para juntarse al grupo." />
		<spinner name="spin_enrollment_fee"
		     tool_tip="New members must pay this fee to join the group when   Enrollment Fee is checked." />
		<check_box label="Adulto" name="mature"
		     tool_tip="Defina si la información de su grupo es considerada adulta." />
		<panel name="title_container">
			<text name="active_title_label">
				Mi título activo
			</text>
			<combo_box name="active_title"
			     tool_tip="Sets the title that appears in your avatar&apos;s name tag   when this group is active." />
		</panel>
		<check_box label="Recibir avisos del grupo" name="receive_notices"
		     tool_tip="Sets whether you want to receive Notices from this group.   Uncheck this box if this group is spamming you." />
	</panel>
</panel>