summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/inspect_group.xml
blob: 3583976646448c308c651ad74a438d8db28a11d3 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--
  Not can_close / no title to avoid window chrome
  Single instance - only have one at a time, recycle it each spawn
-->
<floater name="inspect_group">
	<string name="PrivateGroup">
		私人社團
	</string>
	<string name="FreeToJoin">
		免費加入
	</string>
	<string name="CostToJoin">
		L$[AMOUNT] to join
	</string>
	<string name="YouAreMember">
		You are a member
	</string>
	<text name="group_subtitle">
		123 members
	</text>
	<text name="group_details">
		A group of folks charged with creating a room with a moose.
Fear the moose!  Fear it!  And the mongoose too!
	</text>
	<text name="group_cost">
		L$123 to join
	</text>
	<button label="加入" name="join_btn"/>
	<button label="退出" name="leave_btn"/>
	<button label="察看檔案" name="view_profile_btn"/>
</floater>