summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/floater_script_ed_prefs.xml
blob: 3a90e673aea07e65ba24c408a21d9af094afdf63 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="floater_script_colors" title="スクリプトの色">
	<text name="color_pickers_label">
		希望の色を選択:
	</text>
	<text name="text_label">
		テキスト
	</text>
	<text name="cursor_label">
		カーソル
	</text>
	<text name="background_label">
		背景
	</text>
	<text name="datatype_label">
		データ型
	</text>
	<text name="event_label">
		イベント
	</text>
	<text name="string_literal_label">
		文字列リテラル
	</text>
	<text name="constant_label">
		定数
	</text>
	<text name="flow_control_label">
		フロー制御
	</text>
	<text name="function_label">
		関数
	</text>
	<text name="comment_label">
		コメント
	</text>
	<script_editor name="Script Preview">
		/* サンプル スクリプト */
default
{
state_entry()
    {
// コメント
string greeting = &quot;こんにちは&quot;;
llSay(PUBLIC_CHANNEL, greeting);
    }
}
	</script_editor>
</floater>