|
4 | 4 | <Properties> |
5 | 5 | <Property name="defaultCloseOperation" type="int" value="2"/> |
6 | 6 | <Property name="title" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
7 | | - <Connection code="_("Find")" type="code"/> |
| 7 | + <Connection code="tr("Find")" type="code"/> |
8 | 8 | </Property> |
| 9 | + <Property name="resizable" type="boolean" value="false"/> |
9 | 10 | </Properties> |
10 | 11 | <SyntheticProperties> |
11 | 12 | <SyntheticProperty name="formSizePolicy" type="int" value="1"/> |
|
84 | 85 | <Component class="javax.swing.JLabel" name="findLabel"> |
85 | 86 | <Properties> |
86 | 87 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
87 | | - <Connection code="_("Find:")" type="code"/> |
| 88 | + <Connection code="tr("Find:")" type="code"/> |
88 | 89 | </Property> |
89 | 90 | </Properties> |
90 | 91 | <AuxValues> |
|
100 | 101 | <Component class="javax.swing.JLabel" name="replaceLabel"> |
101 | 102 | <Properties> |
102 | 103 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
103 | | - <Connection code="_("Replace with:")" type="code"/> |
| 104 | + <Connection code="tr("Replace with:")" type="code"/> |
104 | 105 | </Property> |
105 | 106 | </Properties> |
106 | 107 | <AuxValues> |
|
117 | 118 | <Properties> |
118 | 119 | <Property name="selected" type="boolean" value="true"/> |
119 | 120 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
120 | | - <Connection code="_("Ignore Case")" type="code"/> |
| 121 | + <Connection code="tr("Ignore Case")" type="code"/> |
121 | 122 | </Property> |
122 | 123 | </Properties> |
123 | 124 | </Component> |
124 | 125 | <Component class="javax.swing.JCheckBox" name="wrapAroundBox"> |
125 | 126 | <Properties> |
126 | 127 | <Property name="selected" type="boolean" value="true"/> |
127 | 128 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
128 | | - <Connection code="_("Wrap Around")" type="code"/> |
| 129 | + <Connection code="tr("Wrap Around")" type="code"/> |
129 | 130 | </Property> |
130 | 131 | </Properties> |
131 | 132 | </Component> |
132 | 133 | <Component class="javax.swing.JCheckBox" name="searchAllFilesBox"> |
133 | 134 | <Properties> |
134 | 135 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
135 | | - <Connection code="_("Search all Sketch Tabs")" type="code"/> |
| 136 | + <Connection code="tr("Search all Sketch Tabs")" type="code"/> |
136 | 137 | </Property> |
137 | 138 | </Properties> |
138 | 139 | </Component> |
|
143 | 144 | <Component class="javax.swing.JButton" name="findButton"> |
144 | 145 | <Properties> |
145 | 146 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
146 | | - <Connection code="_("Find")" type="code"/> |
| 147 | + <Connection code="tr("Find")" type="code"/> |
147 | 148 | </Property> |
148 | 149 | </Properties> |
149 | 150 | <Events> |
|
153 | 154 | <Component class="javax.swing.JButton" name="previousButton"> |
154 | 155 | <Properties> |
155 | 156 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
156 | | - <Connection code="_("Previous")" type="code"/> |
| 157 | + <Connection code="tr("Previous")" type="code"/> |
157 | 158 | </Property> |
158 | 159 | </Properties> |
159 | 160 | <Events> |
|
163 | 164 | <Component class="javax.swing.JButton" name="replaceFindButton"> |
164 | 165 | <Properties> |
165 | 166 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
166 | | - <Connection code="_("Replace & Find")" type="code"/> |
| 167 | + <Connection code="tr("Replace & Find")" type="code"/> |
167 | 168 | </Property> |
168 | 169 | </Properties> |
169 | 170 | <Events> |
|
173 | 174 | <Component class="javax.swing.JButton" name="replaceButton"> |
174 | 175 | <Properties> |
175 | 176 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
176 | | - <Connection code="_("Replace")" type="code"/> |
| 177 | + <Connection code="tr("Replace")" type="code"/> |
177 | 178 | </Property> |
178 | 179 | </Properties> |
179 | 180 | <Events> |
|
183 | 184 | <Component class="javax.swing.JButton" name="replaceAllButton"> |
184 | 185 | <Properties> |
185 | 186 | <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> |
186 | | - <Connection code="_("Replace All")" type="code"/> |
| 187 | + <Connection code="tr("Replace All")" type="code"/> |
187 | 188 | </Property> |
188 | 189 | </Properties> |
189 | 190 | <Events> |
|
0 commit comments