summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_spellcheck_import.xml
blob: a3109a15a8c87ac82acd8181da079a24f4df8603 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
 border="true"
 can_close="true"
 can_minimize="true"
 bottom="275"
 left="300"
 can_resize="false"
 height="140"
 width="400"
 name="spellcheck_import"
 title="Import Dictionary">
  <text
   name="import_dict"
   follows="top|left"
   height="16"
   layout="topleft"
   left="25"
   top="15"
   type="string"
   width="65">
   Dictionary:
  </text>
  <line_editor
   enabled="false"
   follows="left|top"
   height="23"
   layout="topleft"
   left_pad="10"
   max_length_bytes="255"
   name="dictionary_path"
   top_delta="-5"
   width="200" />
  <button
   follows="left|top"
   height="23"
   label="Browse"
   label_selected="Browse"
   layout="topleft"
   left_pad="5"
   name="dictionary_path_browse"
   top_delta="0"
   width="75" />
  <text
   name="import_name"
   follows="top|left"
   height="16"
   layout="topleft"
   left="25"
   top_pad="8"
   type="string"
   width="65">
   Name:
  </text>
  <line_editor
   enabled="false"
   follows="left|top"
   height="23"
   layout="topleft"
   left_pad="10"
   max_length_bytes="255"
   name="dictionary_name"
   top_delta="-5"
   width="200" />
  <text
   name="import_lang"
   follows="top|left"
   height="16"
   layout="topleft"
   left="25"
   top_pad="8"
   type="string"
   width="65">
   Language:
  </text>
  <line_editor
   follows="left|top"
   height="23"
   layout="topleft"
   left_pad="10"
   max_length_bytes="255"
   name="dictionary_language"
   top_delta="-5"
   width="200" />
  <view_border
   top_pad="10"
   left="2"
   height="0"
   width="396"
   follows="left|top"
   bevel_style="none"
   border_thickness="1"
   mouse_opaque="false"
   name="divisor"/>
  <button
   top_pad="10"
   right="280"
   height="22"
   width="90"
   enabled="true"
   follows="left|top"
   mouse_opaque="true"
   halign="center"
   scale_image="true"
   name="ok_btn"
   label="Import" />
  <button
   top_delta="0"
   right="380"
   height="22"
   width="90"
   enabled="true"
   follows="left|top"
   mouse_opaque="true"
   halign="center"
   scale_image="true"
   name="cancel_btn"
   label="Cancel" />
</floater>