blob: 409024808308ccbcb962a167bb2d6a944f82d75d (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Snapshot" title="快照">
<floater.string name="unknown">
未知
</floater.string>
<string name="postcard_progress_str">
正在發送電郵
</string>
<string name="profile_progress_str">
發佈
</string>
<string name="inventory_progress_str">
儲存到收納區
</string>
<string name="local_progress_str">
正在存到電腦
</string>
<string name="profile_succeeded_str">
圖像已上傳
</string>
<string name="postcard_succeeded_str">
電郵發送成功!
</string>
<string name="inventory_succeeded_str">
成功存入收納區!
</string>
<string name="local_succeeded_str">
成功存入電腦!
</string>
<string name="profile_failed_str">
上傳圖像到你的檔案訊息發佈時出錯。
</string>
<string name="postcard_failed_str">
電郵傳送失敗。
</string>
<string name="inventory_failed_str">
無法存入收納區。
</string>
<string name="local_failed_str">
無法儲入電腦。
</string>
<button label="刷新" name="new_snapshot_btn"/>
<panel name="advanced_options_panel">
<text name="layer_type_label">
擷取快照:
</text>
<combo_box label="圖層" name="layer_types">
<combo_box.item label="顏色" name="Colors"/>
<combo_box.item label="深度" name="Depth"/>
</combo_box>
<check_box label="介面" name="ui_check"/>
<check_box label="擡頭顯示" name="hud_check"/>
<check_box label="將幀凍結(全螢幕)" name="freeze_frame_check"/>
<check_box label="自動刷新" name="auto_snapshot_check"/>
<text name="filter_list_label">
濾鏡:
</text>
<combo_box name="filters_combobox" tool_tip="圖像濾鏡">
<combo_box.item label="不用濾鏡" name="NoFilter"/>
</combo_box>
</panel>
<text name="image_res_text">
[WIDTH] 像素(寬) x [HEIGHT] 像素(高)
</text>
<text name="file_size_label">
[SIZE] KB
</text>
</floater>
|