aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/zh/floater_directory.xml
blob: 0850f589934984a1f9fa727796cee0d2b08083ae (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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="directory" title="搜索">
	<tab_container name="Directory Tabs">
		<panel
			 label="全部"
			 name="find_all_old_panel">
			<text name="find">
				查找:
			</text>
			<button label="搜索" label_selected="搜索" name="Search" />
			<string name="searching_text">
				查找中……
			</string>
			<string name="not_found_text">
				什么也没找到。
			</string>			<button
				 label="后退"
				 name="back_btn" />
			<button
				 label="前进"
				 name="forward_btn" />
			<line_editor
				 label="搜索"
				 name="search_editor"
				 tool_tip="搜索第二人生" />
			<check_box label="PG 内容" name="incpg"/>
			<check_box label="Mature 内容" name="incmature"/>
			<check_box label="Adult 内容" name="incadult"/>
			<scroll_list
				 fg_disable_color="1, 1, 1, 1"
				 name="results">
				<column
					 label=""
					 name="icon" />
				<column
					 label="名称"
					 name="name" />
				<column
					 label="价格"
					 name="price" />
				<column
					 label="时间 (PT)"
					 name="date" />
				<column
					 label="时间"
					 name="time" />
				<column
					 label="流量"
					 name="dwell" />
				<column
					 label="面积"
					 name="area" />
				<column
					 label="[CURRENCY]/m²"
					 name="per_meter" />
				<column
					 label="在线"
					 name="online" />
				<column
					 label="团员"
					 name="members" />
			</scroll_list>
		</panel>
		<panel label="全部 (Web)" name="find_all_panel">
			<string name="searching_text">
				查找中……
			</string>
			<string name="not_found_text">
				什么也没找到。
			</string>
			<text name="find">
				查找:
			</text>
			<line_editor label="搜索" name="search_editor" tool_tip="搜索第二人生"/>
			<button label="后退" name="back_btn"/>
			<button label="前进" name="forward_btn"/>
			<button label="搜索" name="search_btn"/>
			<combo_box name="Category">
				<combo_item name="AnyCategory">
					所有分类
				</combo_item>
				<combo_item name="Events">
					事件
				</combo_item>
				<combo_item name="Groups">
					社团
				</combo_item>
				<combo_item name="People">
					居民
				</combo_item>
				<combo_item name="Places">
					地点
				</combo_item>
				<combo_item name="Wiki">
					Wiki
				</combo_item>
			</combo_box>
			<check_box label="PG 内容" name="incpg"/>
			<check_box label="Mature 内容" name="incmature"/>
			<check_box label="Adult 内容" name="incadult"/>
			<button label="?" label_selected="?" name="?"/>
			<string name="loading_text">
				加载中...
			</string>
			<string name="done_text">
				完成
			</string>
		</panel>
		<panel label="分类广告" name="classified_panel">
			<string name="searching_text">
				查找中……
			</string>
			<string name="not_found_text">
				什么也没找到。
			</string>
			<text name="find">
				寻找:
			</text>
			<check_box label="PG 内容" name="incpg"/>
			<check_box label="Mature 内容" name="incmature"/>
			<check_box label="Adult 内容" name="incadult"/>
			<combo_box name="Category">
				<combo_item name="AnyCategory">
					任意分类
				</combo_item>
				<combo_item name="Shopping">
					购物
				</combo_item>
				<combo_item name="LandRental">
					待租土地
				</combo_item>
				<combo_item name="PropertyRental">
					财产租赁
				</combo_item>
				<combo_item name="SpecialAttraction">
					特殊吸引力
				</combo_item>
				<combo_item name="NewProducts">
					新产品
				</combo_item>
				<combo_item name="Employment">
					职业
				</combo_item>
				<combo_item name="Wanted">
					需求
				</combo_item>
				<combo_item name="Service">
					服务
				</combo_item>
				<combo_item name="Personal">
					私人的
				</combo_item>
			</combo_box>
			<button label="浏览" label_selected="浏览" name="Browse"/>
			<button label="搜索" label_selected="搜索" name="Search"/>
			<button label="投放广告..." label_selected="投放广告..." name="Place an Ad..."/>
			<button label="删除" label_selected="删除" name="Delete"/>
			<scroll_list name="results">
				<column label="" name="icon"/>
				<column label="" name="type"/>
				<column label="名称" name="name"/>
				<column label="价格" name="price"/>
			</scroll_list>
			<button label="下一页 &gt;" label_selected="下一页 &gt;" name="Next &gt;"/>
			<button label="&lt; 上一页" label_selected="&lt; 上一页" name="&lt; Prev"/>
		</panel>
		<panel label="事件" name="events_panel">
			<string name="searching_text">
				查找中……
			</string>
			<string name="not_found_text">
				什么也没找到。
			</string>
			<text name="text2">
				寻找:
			</text>
			<radio_group name="date_mode">
				<radio_item name="current">
					当前和近期事件
				</radio_item>
				<radio_item name="date">
					日期
				</radio_item>
			</radio_group>
			<button label="&lt;&lt;" label_selected="&lt;&lt;" name="&lt;&lt;" tool_tip="返回一天"/>
			<text name="date_text">
				6/6
			</text>
			<button label="&gt;&gt;" label_selected="&gt;&gt;" name="&gt;&gt;" tool_tip="前进一天"/>
			<button label="今日" label_selected="今日" name="Today" tool_tip="显示今天发生的事件"/>
			<text name="text">
				种类列表:
			</text>
			<combo_box name="category combo">
				<combo_item name="All">
					任意分类
				</combo_item>
				<combo_item name="Discussion">
					讨论
				</combo_item>
				<combo_item name="Sports">
					体育
				</combo_item>
				<combo_item name="LiveMusic">
					现场音乐
				</combo_item>
				<combo_item name="Commercial">
					商业
				</combo_item>
				<combo_item name="Nightlife/Entertainment">
					夜生活/娱乐
				</combo_item>
				<combo_item name="Games/Contests">
					游戏/竞赛
				</combo_item>
				<combo_item name="Pageants">
					游行
				</combo_item>
				<combo_item name="Education">
					教育
				</combo_item>
				<combo_item name="ArtsandCulture">
					艺术与文化
				</combo_item>
				<combo_item name="Charity/SupportGroups">
					慈善机构
				</combo_item>
				<combo_item name="Miscellaneous">
					其他
				</combo_item>
			</combo_box>
			<check_box label="PG 内容" name="incpg"/>
			<check_box label="Mature 内容" name="incmature"/>
			<check_box label="Adult 内容" name="incadult"/>
			<button label="搜索" label_selected="搜索" name="Search" tool_tip="搜索"/>
			<button label="删除" label_selected="删除" name="Delete"/>
			<scroll_list name="results">
				<column label="" name="icon"/>
				<column label="" name="type"/>
				<column label="名称" name="name"/>
				<column label="时间 (PT)" name="date"/>
				<column label="" name="event_id"/>
				<column label="时间" name="time"/>
			</scroll_list>
			<button label="下一页 &gt;" label_selected="下一页 &gt;" name="Next &gt;"/>
			<button label="&lt; 上一页" label_selected="&lt; 上一页" name="&lt; Prev"/>
		</panel>
		<panel label="特色介绍" name="showcase_panel">
			<string name="searching_text">
				查找中……
			</string>
			<string name="not_found_text">
				什么也没找到。
			</string>
			<button label="后退" name="back_btn"/>
			<button label="前进" name="forward_btn"/>
			<string name="loading_text">
				加载中...
			</string>
			<string name="done_text">
				完成
			</string>
		</panel>
		<panel label="土地出售" name="land_sales_panel">
			<string name="searching_text">
				查找中……
			</string>
			<string name="not_found_text">
				什么也没找到。
			</string>
			<string name="land_help_text">
				土地可以直接用世界中的货币购买,也可以用世界中的货币或真实货币拍卖。
要直接购买, 进入该地块,然后点击菜单栏上的地点名称。
			</string>
			<text name="find">
				寻找:
			</text>
			<check_box label="PG 内容" name="incpg"/>
			<check_box label="Mature 内容" name="incmature"/>
			<check_box label="Adult 内容" name="incadult"/>
			<combo_box bottom="-64" left="224" name="type" width="168">
				<combo_item name="AllTypes">
					所有类型
				</combo_item>
				<combo_item name="Auction">
					拍卖
				</combo_item>
				<combo_item name="MainlandSales">
					出售 - 大陆
				</combo_item>
				<combo_item name="EstateSales">
					出售 - 地产
				</combo_item>
			</combo_box>
			<check_box label="标价 &#8804; " name="pricecheck"/>
			<text name="pricecheck_symbol">
			    [CURRENCY]
			</text>
			<check_box label="地区 &#8805; " name="areacheck"/>
			<text left="190" name="areacheck_symbol" width="75"></text>
			<line_editor left="135" name="priceedit"/>
			<line_editor left="135" name="areaedit"/>
			<button bottom="-66" label="搜索" label_selected="搜索" left="140" name="Search" width="80"/>
			<scroll_list height="438" name="results">
				<column label="" name="icon"/>
				<column label="" name="type"/>
				<column label="名称" name="name"/>
				<column label="类型" name="landtype"/>
				<column label="[CURRENCY] 价格" name="price"/>
				<column label="面积" name="area"/>
				<column label="[CURRENCY]/m²" name="per_meter"/>
			</scroll_list>
			<button label="下一页&gt;" label_selected="下一页&gt;" name="Next &gt;"/>
			<button label="&lt; 之前" label_selected="&lt; 之前" name="&lt; Prev"/>
		</panel>
		<panel label="地点" name="places_panel">
			<string name="searching_text">
				查找中……
			</string>
			<string name="not_found_text">
				什么也没找到。
			</string>
			<text name="find">
				查找:
			</text>
			<check_box label="PG 内容" name="incpg"/>
			<check_box label="Mature 内容" name="incmature"/>
			<check_box label="Adult 内容" name="incadult"/>
			<combo_box name="Category">
				<combo_item name="AnyCategory">
					任意分类
				</combo_item>
				<combo_item name="LindenLocation">
					林登实验室的地点
				</combo_item>
				<combo_item name="Arts&amp;Culture">
					艺术和文化
				</combo_item>
				<combo_item name="Business">
					商业
				</combo_item>
				<combo_item name="Educational">
					教育
				</combo_item>
				<combo_item name="Gaming">
					博彩/游戏
				</combo_item>
				<combo_item name="Hangout">
					聚会
				</combo_item>
				<combo_item name="NewcomerFriendly">
					初行者友好
				</combo_item>
				<combo_item name="Parks&amp;Nature">
					公园和自然
				</combo_item>
				<combo_item name="Residential">
					居住区
				</combo_item>
				<combo_item name="Shopping">
					购物
				</combo_item>
				<combo_item name="Other">
					其他
				</combo_item>
			</combo_box>
			<combo_box name="Category_Adult">
				<combo_item name="AnyCategory">
					任意分类
				</combo_item>
				<combo_item name="LindenLocation">
					林登实验室的地点
				</combo_item>
				<combo_item name="Adult">
					Adult
				</combo_item>
				<combo_item name="Arts&amp;Culture">
					艺术与文化
				</combo_item>
				<combo_item name="Business">
					商业
				</combo_item>
				<combo_item name="Educational">
					教育
				</combo_item>
				<combo_item name="Gaming">
					游戏/竞赛
				</combo_item>
				<combo_item name="Hangout">
					聚会
				</combo_item>
				<combo_item name="NewcomerFriendly">
					易于新居民使用
				</combo_item>
				<combo_item name="Parks&amp;Nature">
					公园和大自然
				</combo_item>
				<combo_item name="Residential">
					居住区
				</combo_item>
				<combo_item name="Shopping">
					购物
				</combo_item>
				<combo_item name="Other">
					其他
				</combo_item>
			</combo_box>
			<button label="搜索" label_selected="搜索" name="Search"/>
			<scroll_list name="results">
				<column label="" name="icon"/>
				<column label="" name="type"/>
				<column label="名称" name="name"/>
				<column label="流量" name="dwell"/>
			</scroll_list>
			<button label="下一页 &gt;" label_selected="下一页 &gt;" name="Next &gt;"/>
			<button label="&lt; 上一页" label_selected="&lt; 上一页" name="&lt; Prev"/>
		</panel>
		<panel label="居民" name="people_panel">
			<string name="searching_text">
				查找中……
			</string>
			<string name="not_found_text">
				什么也没找到。
			</string>
			<text name="find">
				查找:
			</text>
			<button label="搜索" label_selected="搜索" name="Search"/>
			<scroll_list name="results">
				<column label="" name="icon"/>
				<column label="" name="type"/>
				<column label="名字" name="name"/>
			</scroll_list>
			<button label="下一页 &gt;" label_selected="下一页 &gt;" name="Next &gt;"/>
			<button label="&lt; 上一页" label_selected="&lt; 上一页" name="&lt; Prev"/>
		</panel>
		<panel label="社团" name="groups_panel">
			<string name="searching_text">
				查找中……
			</string>
			<string name="not_found_text">
				什么也没找到。
			</string>
			<text name="find">
				寻找:
			</text>
			<line_editor label="查找" name="search_editor" tool_tip="搜索第二人生"/>
			<button label="后退" name="back_btn"/>
			<button label="前进" name="forward_btn"/>
			<button label="搜索" label_selected="搜索" name="Search"/>
			<check_box label="PG 内容" name="incpg"/>
			<check_box label="Mature 内容" name="incmature"/>
			<check_box label="Adult 内容" name="incadult"/>
				 name="incadult" />
			<scroll_list
				 name="results">
				<column
					 label=""
					 name="icon"
					 sort_ascending="false" />
				<column
					 label=""
					 name="type" />
				<column
					 label="名称"
					 name="name" />
				<column
					 label="团员"
					 name="members"
					 sort_ascending="false" />
				<column
					 label=""
					 name="score" />
			</scroll_list>
			<string name="loading_text">
				加载中...
			</string>
			<string name="done_text">
				完成
			</string>

		</panel>
	</tab_container>
	<check_box
	 name="save_results_check"
	 label="保存搜索结果">
</floater>