summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pt/panel_region_estate.xml
blob: ac864ebb4b93c5eac5e4145b5eaa73928de19f5c (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Propriedade" name="Estate">
	<text name="estate_help_text">
		Mudar as opções desta guia afeta todas as regiões desta propriedade.
	</text>
	<text name="estate_text">
		Propriedade:
	</text>
	<text name="estate_name">
		(desconhecido)
	</text>
	<text name="owner_text">
		Proprietário do imóvel:
	</text>
	<text name="estate_owner">
		(desconhecido)
	</text>
	<radio_group name="externally_visible_radio">
		<radio_item label="Permitir somente residentes e grupos listados na aba Acesso" name="estate_restricted_access"/>
		<radio_item label="Qualquer um pode visitar" name="estate_public_access"/>
	</radio_group>
	<check_box label="Deve ser maior de 18 anos" name="limit_age_verified" tool_tip="Os residentes devem ter 18 anos ou mais para acessar esta propriedade. Consulte o [SUPPORT_SITE] para obter mais informações."/>
	<check_box label="Deve ter informação de pagamento no arquivo" name="limit_payment" tool_tip="Propriedade de acesso restrito a residentes que já cadastraram seus dados de pagamento  Consulte o [SUPPORT_SITE] para saber mais."/>
	<check_box label="Os proprietários dos lotes podem ser mais restritivos." name="parcel_access_override"/>
	<check_box label="Permitir conversa de voz" name="voice_chat_check"/>
	<check_box label="Permitir Tele-transporte direto" name="allow_direct_teleport"/>
	<button label="Aplicar" name="apply_btn"/>
	<text name="estate_manager_label">
		Gerentes da propriedade:
	</text>
	<text name="allow_resident_label">
		Sempre permitido:
	</text>
	<button label="Adicionar..." name="add_estate_manager_btn"/>
	<button label="Remover..." name="remove_estate_manager_btn"/>
	<button label="Adicionar..." name="add_allowed_avatar_btn"/>
	<button label="Remover..." name="remove_allowed_avatar_btn"/>
	<text name="allow_group_label">
		Grupos sempre permitidos:
	</text>
	<text name="ban_resident_label">
		Sempre banido:
	</text>
	<button label="Adicionar..." name="add_allowed_group_btn"/>
	<button label="Remover..." name="remove_allowed_group_btn"/>
	<button label="Adicionar..." name="add_banned_avatar_btn"/>
	<button label="Remover..." name="remove_banned_avatar_btn"/>
	<button label="Enviar mensagem à Propriedade" name="message_estate_btn"/>
	<button label="Expulsar da propriedade..." name="kick_user_from_estate_btn"/>
</panel>