aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/zh/floater_tools.xml
blob: f608b78478986bded6e6917a6f3a7923eb7c9fc8 (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
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="toolbox floater" title="" short_title="建造">
	<button label="" label_selected="" name="button focus" tool_tip="聚焦"/>
	<button label="" label_selected="" name="button move" tool_tip="移动"/>
	<button label="" label_selected="" name="button edit" tool_tip="编辑"/>
	<button label="" label_selected="" name="button create" tool_tip="创造"/>
	<button label="" label_selected="" name="button land" tool_tip="土地"/>
	<check_box label="缩放" name="radio zoom"/>
	<check_box label="环绕(Ctrl)" name="radio orbit"/>
	<check_box label="平移(Ctrl-Shift)" name="radio pan"/>
	<check_box label="移动" name="radio move"/>
	<check_box label="举起 (Ctrl)" name="radio lift"/>
	<check_box label="旋转 (Ctrl-Shift)" name="radio spin"/>
	<check_box label="位置" name="radio position"/>
	<check_box label="旋转(Ctrl)" name="radio rotate"/>
	<check_box label="拉伸(Ctrl-Shift)" name="radio stretch"/>
	<check_box label="选择表面添加材质" name="radio select face"/>
	<check_box label="对齐 (按 Shift 堆砌)"
	     name="radio align"
       tool_tip="Align aligns all selected prims' edges along an axis, Pack moves all selected prims' edges so they're touching" />
  <button label="链接" label_selected="链接" name="link_btn" />
  <button label="解除链接" label_selected="解除链接" name="unlink_btn"/>
	<check_box label="编辑连接部件" name="checkbox edit linked parts"/>
	<text name="text ruler mode">
		标尺:
	</text>
	<combo_box name="combobox grid mode">
		<combo_item name="World">
			世界
		</combo_item>
		<combo_item name="Local">
			本地
		</combo_item>
		<combo_item name="Reference">
			参照物
		</combo_item>
	</combo_box>
	<check_box label="同时拉伸两边" name="checkbox uniform"/>
	<check_box label="拉伸材质" name="checkbox stretch textures"/>
	<check_box label="使用网格" name="checkbox snap to grid"/>
	<button label="建造选项..." label_selected="建造选项..." name="Options..."/>
	<text name="text status">
		拖动来移动物体, 按住 Shift 拖动来复制
	</text>
	<button label="" label_selected="" name="ToolCube" tool_tip="立方体"/>
	<button label="" label_selected="" name="ToolPrism" tool_tip="棱柱"/>
	<button label="" label_selected="" name="ToolPyramid" tool_tip="棱锥"/>
	<button label="" label_selected="" name="ToolTetrahedron" tool_tip="四面体"/>
	<button label="" label_selected="" name="ToolCylinder" tool_tip="圆柱体"/>
	<button label="" label_selected="" name="ToolHemiCylinder" tool_tip="半圆柱体"/>
	<button label="" label_selected="" name="ToolCone" tool_tip="圆锥"/>
	<button label="" label_selected="" name="ToolHemiCone" tool_tip="半圆锥"/>
	<button label="" label_selected="" name="ToolSphere" tool_tip="球体"/>
	<button label="" label_selected="" name="ToolHemiSphere" tool_tip="半球体"/>
	<button label="" label_selected="" name="ToolTorus" tool_tip="圆环"/>
	<button image_disabled="object_tube.tga" image_disabled_selected="object_tube_active.tga" label="" label_selected="" name="ToolTube" tool_tip="圆管"/>
	<button image_disabled="object_ring.tga" image_disabled_selected="object_ring_active.tga" label="" label_selected="" name="ToolRing" tool_tip="环"/>
	<button image_disabled="object_tree.tga" image_disabled_selected="object_tree_active.tga" label="" label_selected="" name="ToolTree" tool_tip="树木"/>
	<button image_disabled="object_grass.tga" image_disabled_selected="object_grass_active.tga" label="" label_selected="" name="ToolGrass" tool_tip="草地"/>
	<check_box label="保持选定" name="checkbox sticky"/>
	<check_box label="复制所选" name="checkbox copy selection"/>
	<check_box label="居中" name="checkbox copy centers"/>
	<check_box label="旋转" name="checkbox copy rotates"/>
	<check_box label="选择土地" name="radio select land"/>
	<check_box label="磨平" name="radio flatten"/>
	<check_box label="抬高" name="radio raise"/>
	<check_box label="降低" name="radio lower"/>
	<check_box label="光滑" name="radio smooth"/>
	<check_box label="粗糙" name="radio noise"/>
	<check_box label="恢复" name="radio revert"/>
	<button label="应用" label_selected="应用" name="button apply to selection" tool_tip="更改所选土地"/>
	<text name="Bulldozer:">
		推土机:
	</text>
	<text name="Dozer Size:">
		尺寸
	</text>
	<text name="Strength:" type="string">
		强度
	</text>
	<text name="obj_count">
		选择物体数:[COUNT]
	</text>
	<text name="prim_count">
		元件数:[COUNT]
	</text>
	<text name="link_num">
    	链接编号: [NUMBER]
  	</text>
	<tab_container name="Object Info Tabs">
		<panel label="一般" name="General">
			<text name="Name:">
				名称:
			</text>
			<text name="Description:">
				描述:
			</text>
			<text name="Creator:">
				创造者:
			</text>
			<text name="Creator Name">
				斯雷萨斯·林登
			</text>
			<button label="档案..." label_selected="档案..." name="button creator profile"/>
			<text name="Owner:">
				主人:
			</text>
			<text name="Owner Name">
				Kakurady Drakenar
			</text>
			<button label="档案..." label_selected="档案..." name="button owner profile"/>
			<text name="Group:">
				社团:
			</text>
			<text name="Group Name Proxy">
				The Lindens
			</text>
			<button label="设置..." label_selected="设置..." name="button set group"/>
			<text name="Permissions:">
				权利:
			</text>
			<text name="perm_modify">
				你可以修改这件物体。
			</text>
			<check_box label="与社团分享" name="checkbox share with group" tool_tip="允许社团成员来移动,改进,复制以及删除"/>
			<string name="text deed continued">
				契约...
			</string>
			<string name="text deed">
				转让
			</string>
			<button label="契约..." label_selected="契约..." name="button deed" tool_tip="社团共享的物体可被社团官员认可。"/>
			<check_box label="复制" name="checkbox allow everyone copy"/>
			<check_box label="在搜索中显示" name="search_check" tool_tip="让别人可以在搜索结果中看到这件物体。"/>
			<check_box label="出售" name="checkbox for sale"/>
			<text name="Cost">
				价格:   [CURRENCY]
			</text>
			<radio_group name="sale type">
				<radio_item name="Original">
					原件
				</radio_item>
				<radio_item name="Copy">
					附件
				</radio_item>
				<radio_item name="Contents">
					内容
				</radio_item>
			</radio_group>
      <button
				 label="复制键值"
				 label_selected="复制键值"
				 name="button copy key"
				 tool_tip="复制物体的键值到剪贴板。" />
      <text
				 name="Anyone can:">
        任何人都可以:
      </text>
      <check_box
				 label="移动"
				 name="checkbox allow everyone move" />
      <check_box
				 label="复制"
				 name="checkbox allow everyone copy" />
			<text name="Next owner can:">
				下个拥有者可以:
			</text>
			<check_box label="修改" name="checkbox next owner can modify"/>
			<check_box label="复制" name="checkbox next owner can copy"/>
			<check_box label="转卖/赠送" name="checkbox next owner can transfer"/>
			<text name="label click action">
				当点击鼠标左键时:
			</text>
			<combo_box name="clickaction">
				<combo_item name="Touch/grab(default)">
					触摸/抓取 (默认)
				</combo_item>
				<combo_item name="Sitonobject">
					坐在物体上
				</combo_item>
				<combo_item name="Buyobject">
					购买物体
				</combo_item>
				<combo_item name="Payobject">
					向物体付款
				</combo_item>
				<combo_item name="Open">
					打开
				</combo_item>
				<combo_item name="Play">
					播放地块媒体
				</combo_item>
				<combo_item name="Opemmedia">
					打开地块媒体
				</combo_item>
			</combo_box>
			<text name="B:">
				基:
			</text>
			<text name="O:">
				主:
			</text>
			<text name="G:">
				团:
			</text>
			<text name="E:">
				众:
			</text>
			<text name="N:">
				受:
			</text>
			<text name="F:">
				友:
			</text>
			<string name="text modify info 1">
				你可以修改这件物品。
			</string>
			<string name="text modify info 2">
				你可以修改这些物品。
			</string>
			<string name="text modify info 3">
				你不能修改这个物品。
			</string>
			<string name="text modify info 4">
				你不能修改这些物品。
			</string>
			<string name="text modify warning">
				必须选择一个完整的物体来设置许可。
			</string>
			<string name="Cost Default">
				价格:      [CURRENCY]
			</string>
			<string name="Cost Total">
				总价格:     [CURRENCY]
			</string>
			<string name="Cost Per Unit">
				单价:      [CURRENCY]
			</string>
			<string name="Cost Mixed">
				价格不相同
			</string>
			<string name="Sale Mixed">
				部分不出售
			</string>
		</panel>
		<panel label="物体" name="Object">
			<text name="select_single">
				不能同时编辑多个元件的参数。请选择单个元件。
			</text>
			<text name="edit_object">
				编辑物体参数:
			</text>
			<check_box label="锁定" name="checkbox locked" tool_tip="使物体避免被移动或删除。此项通常被使用在建造过程中用以避免意外的修改。"/>
			<check_box label="物理的" name="Physical Checkbox Ctrl" tool_tip="允许物体被推动以及受重力影响。"/>
			<check_box label="暂时的" name="Temporary Checkbox Ctrl" tool_tip="使物体在被创建后 1 分钟被删除"/>
			<check_box label="幻影" name="Phantom Checkbox Ctrl" tool_tip="使物体不与其它物体或化身碰撞"/>
			<text name="label position">
				位置 (米)
			</text>
			<spinner label="X" name="Pos X"/>
			<spinner label="Y" name="Pos Y"/>
			<spinner label="Z" name="Pos Z"/>
      <button
				 name="copypos"
				 tool_tip="复制位置" />
      <button
				 name="pastepos"
				 tool_tip="粘贴位置" />
      <button
				 label="p"
				 name="pasteposclip"
				 tool_tip="从剪贴板粘贴位置" />
			<text name="label size">
				尺寸 (米)
			</text>
			<spinner label="X" name="Scale X"/>
			<spinner label="Y" name="Scale Y"/>
			<spinner label="Z" name="Scale Z"/>
      <button
				 label="C"
				 name="copysize"
				 tool_tip="复制尺寸" />
      <button
				 label="P"
				 name="pastesize"
				 tool_tip="粘贴尺寸" />
      <button
				 label="p"
				 name="pastesizeclip"
				 tool_tip="从剪贴板粘贴尺寸" />
			<text name="label rotation">
				旋转 (角度)
			</text>
      <button
				 label="C"
				 name="copyrot"
				 tool_tip="复制方向" />
      <button
				 label="P"
				 name="pasterot"
				 tool_tip="粘贴方向" />
      <button
				 label="p"
				 name="pasterotclip"
				 tool_tip="从剪贴板粘贴方向" />
 
			<spinner label="X" name="Rot X"/>
			<spinner label="Y" name="Rot Y"/>
			<spinner label="Z" name="Rot Z"/>
			<text name="label material">
				材料
			</text>
			<combo_box name="material">
				<combo_item name="Stone">
					石头
				</combo_item>
				<combo_item name="Metal">
					金属
				</combo_item>
				<combo_item name="Glass">
					玻璃
				</combo_item>
				<combo_item name="Wood">
					木头
				</combo_item>
				<combo_item name="Flesh">
					肉体
				</combo_item>
				<combo_item name="Plastic">
					塑料
				</combo_item>
				<combo_item name="Rubber">
					橡胶
				</combo_item>
			</combo_box>
			<text name="label basetype">
				基础形状
			</text>
			<combo_box name="comboBaseType">
				<combo_item name="Box">
					立方体
				</combo_item>
				<combo_item name="Cylinder">
					圆柱体
				</combo_item>
				<combo_item name="Prism">
					棱柱
				</combo_item>
				<combo_item name="Sphere">
					球体
				</combo_item>
				<combo_item name="Torus">
					圆环形
				</combo_item>
				<combo_item name="Tube">
					管形
				</combo_item>
				<combo_item name="Ring">
					环形
				</combo_item>
				<combo_item name="Sculpted">
					雕刻
				</combo_item>
			</combo_box>
			<text name="text cut">
				路径截断开始和结束
			</text>
			<spinner label="B" name="cut begin"/>
			<spinner label="E" name="cut end"/>
			<text name="text hollow">
				窟窿
			</text>
			<text name="text skew">
				倾斜
			</text>
			<text name="Hollow Shape">
				窟窿的形状
			</text>
			<combo_box name="hole">
				<combo_item name="Default">
					默认
				</combo_item>
				<combo_item name="Circle"></combo_item>
				<combo_item name="Square">
					正方形
				</combo_item>
				<combo_item name="Triangle">
					三角形
				</combo_item>
			</combo_box>
			<text name="text twist">
				扭曲开始和结束
			</text>
			<spinner label="B" name="Twist Begin"/>
			<spinner label="E" name="Twist End"/>
			<text name="scale_taper">
				锥形
			</text>
			<text name="scale_hole">
				洞的尺寸
			</text>
			<spinner label="X" name="Taper Scale X"/>
			<spinner label="Y" name="Taper Scale Y"/>
			<text name="text topshear">
				顶面倾斜
			</text>
			<spinner label="X" name="Shear X"/>
			<spinner label="Y" name="Shear Y"/>
			<text name="advanced_cut">
				剖面截断开始和结束
			</text>
			<text name="advanced_dimple">
				凹陷开始和结束
			</text>
			<text name="advanced_slice">
				切片起始和终止
			</text>
			<spinner label="B" name="Path Limit Begin"/>
			<spinner label="E" name="Path Limit End"/>
			<text name="text taper2">
				锥形
			</text>
			<spinner label="X" name="Taper X"/>
			<spinner label="Y" name="Taper Y"/>
			<text name="text radius delta">
				半径变化
			</text>
			<text name="text revolutions">
				旋转次数
			</text>
			<texture_picker label="雕塑材质" name="sculpt texture control" tool_tip="点这里选择图片"/>
			<check_box label="镜像" name="sculpt mirror control" tool_tip="将雕塑元件沿着X轴翻转。"/>
			<check_box label="里朝外" name="sculpt invert control" tool_tip="反转雕塑元件的法向量,使其看上去像是从里面被翻出来了一样。"/>
			<text align="left" name="label sculpt type" visible="false">
				缝合类型
			</text>
			<combo_box allow_text_entry="false" max_chars="20" name="sculpt type control" visible="false">
				<combo_item name="None">
					(无)
				</combo_item>
				<combo_item name="Sphere">
					球体
				</combo_item>
				<combo_item name="Torus">
					圆环
				</combo_item>
				<combo_item name="Plane">
					平面
				</combo_item>
				<combo_item name="Cylinder">
					Cylinder
				</combo_item>
			</combo_box>
		</panel>
		<panel label="特征" name="Features">
			<text name="select_single">
				一次只能编辑一个元件的参数。请选择单个元件。
			</text>
			<text name="edit_object">
				编辑物体特征:
			</text>
			<check_box label="活动路径" name="Flexible1D Checkbox Ctrl" tool_tip="允许物体沿Z-轴活动(仅客户端有效)"/>
			<spinner label="柔软度" name="FlexNumSections"/>
			<spinner label="重力" name="FlexGravity"/>
			<spinner label="阻力" name="FlexFriction"/>
			<spinner label="风力" name="FlexWind"/>
			<spinner label="应力" name="FlexTension"/>
			<spinner label="X方向施力" name="FlexForceX"/>
			<spinner label="Y方向施力" name="FlexForceY"/>
			<spinner label="Z方向施力" name="FlexForceZ"/>
			<check_box label="光源" name="Light Checkbox Ctrl" tool_tip="使物体发射出光线"/>
			<text name="label color">
				颜色
			</text>
			<color_swatch label="" name="colorswatch" tool_tip="点击这里来打开色彩选择器"/>
			<spinner label="强度" name="Light Intensity"/>
			<spinner label="半径" name="Light Radius"/>
			<spinner label="衰减" name="Light Falloff"/>
		</panel>
		<panel label="材质" name="Texture">
			<texture_picker label="材质" name="texture control" tool_tip="点击这里来选择图片"/>
			<color_swatch label="颜色" name="colorswatch" tool_tip="打开色彩选择器"/>
			<text name="color trans">
				透明度 %
			</text>
			<text name="glow label">
				发光
			</text>
			<check_box label="最亮状态" name="checkbox fullbright"/>
			<text name="tex gen">
				材质映射
			</text>
			<combo_box name="combobox texgen">
				<combo_item name="Default">
					默认
				</combo_item>
				<combo_item name="Planar">
					平面
				</combo_item>
			</combo_box>
			<text name="label shininess">
				光泽
			</text>
			<combo_box name="combobox shininess">
				<combo_item name="None"></combo_item>
				<combo_item name="Low"></combo_item>
				<combo_item name="Medium"></combo_item>
				<combo_item name="High"></combo_item>
			</combo_box>
			<text name="label bumpiness">
				凹凸
			</text>
			<combo_box name="combobox bumpiness">
				<combo_item name="None"></combo_item>
				<combo_item name="Brightness">
					亮度
				</combo_item>
				<combo_item name="Darkness">
					暗度
				</combo_item>
				<combo_item name="woodgrain">
					木纹
				</combo_item>
				<combo_item name="bark">
					树皮
				</combo_item>
				<combo_item name="bricks">
					瓷砖
				</combo_item>
				<combo_item name="checker">
					方格
				</combo_item>
				<combo_item name="concrete">
					混凝土
				</combo_item>
				<combo_item name="crustytile">
					甲壳
				</combo_item>
				<combo_item name="cutstone">
					宝石
				</combo_item>
				<combo_item name="discs">
					圆盘形
				</combo_item>
				<combo_item name="gravel">
					沙砾
				</combo_item>
				<combo_item name="petridish">
					皿形
				</combo_item>
				<combo_item name="siding">
					旁边
				</combo_item>
				<combo_item name="stonetile">
					瓦片
				</combo_item>
				<combo_item name="stucco">
					石灰泥
				</combo_item>
				<combo_item name="suction">
					吸盘
				</combo_item>
				<combo_item name="weave">
					编织
				</combo_item>
			</combo_box>
			<check_box
				 label="对齐平面材质"
				 name="checkbox planar align"
				 tool_tip="所有选中面的材质与最后选中面的材质对齐。需要选择平面材质映射。" />
			<text name="tex scale">
				每面重复次数
			</text>
			<spinner label="水平(U)" name="TexScaleU"/>
			<check_box label="翻转" name="checkbox flip s"/>
			<spinner label="垂直 (V)" name="TexScaleV"/>
			<check_box label="翻转" name="checkbox flip t"/>
			<text name="tex rotate">
				旋转 (度)
			</text>
			<string name="string repeats per meter">
				每米重复次数
			</string>
			<string name="string repeats per face">
				每面重复次数
			</string>
			<text name="rpt">
				每米重复次数
			</text>
			<button label="应用" label_selected="应用" name="button apply"/>
			<text name="tex offset">
				位移
			</text>
			<spinner label="水平(U)" name="TexOffsetU"/>
			<spinner label="垂直(V)" name="TexOffsetV"/>
			<text name="textbox autofix">
				对齐媒体材质
(必须首先上传)
			</text>
			<button label="对齐" label_selected="对齐" name="button align"/>
		</panel>
		<panel label="内容" name="Contents">
			<button label="新脚本" label_selected="新脚本..." name="button new script"/>
			<button label="权限..." name="button permissions"/>
		</panel>
	</tab_container>
	<panel name="land info panel">
		<text name="label_parcel_info">
			土地信息:
		</text>
		<text name="label_area_price">
			价格: [CURRENCY][PRICE] 每 [AREA]平方米.
		</text>
		<text name="label_area">
			面积: [AREA] 平方米.
		</text>
		<button label="关于土地..." label_selected="关于土地..." name="button about land"/>
		<check_box label="显示土地拥有者" name="checkbox show owners" tool_tip="用颜色区分土地的拥有者"/>
		<button label="?" label_selected="?" name="button show owners help"/>
		<text name="label_parcel_modify">
			修改土地
		</text>
		<button label="再划分为..." label_selected="再划分为..." name="button subdivide land"/>
		<button label="加入..." label_selected="加入..." name="button join land"/>
		<text name="label_parcel_trans">
			土地转让
		</text>
		<button label="购买土地..." label_selected="购买土地..." name="button buy land"/>
		<button label="放弃土地..." label_selected="放弃土地..." name="button abandon land"/>
	</panel>
	<string name="status_rotate">
		拖动彩带来旋转物体
	</string>
	<string name="status_scale">
		点击并拖动来拉伸选中面
	</string>
	<string name="status_move">
		拖动来移动物体,按住 Shift 拖动来复制
	</string>
	<string name="status_modifyland">
		点击并拖动以修改土地
	</string>
	<string name="status_camera">
		点击并拖动来更改视角
	</string>
	<string name="status_grab">
		拖动以移动,按住 Ctrl 抬起,Ctrl+Shift 旋转
	</string>
  <string name="status_align">
    CTRL-A 以对齐到轴, CTRL-Shift-A 堆砌
  </string>
	<string name="status_place">
		在世界中点击以创建
	</string>
	<string name="status_selectland">
		点击并拖动以选择土地
	</string>
	<string name="grid_screen_text">
		屏幕
	</string>
	<string name="grid_local_text">
		本地
	</string>
	<string name="grid_world_text">
		世界
	</string>
	<string name="grid_reference_text">
		参考物
	</string>
	<string name="grid_attachment_text">
		附件
	</string>
</floater>