1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: fmsearch.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #include "fmresids.hrc"
32 #include "fmsearch.hrc"
35 ModalDialog RID_SVXDLG_SEARCHFORM
39 Size = MAP_APPFONT( 300, 253 );
40 Text [ en-US ] = "Record Search";
42 HelpId = HID_FM_DLG_SEARCH;
44 FixedLine FL_SEARCHFOR
46 Pos = MAP_APPFONT( 6, 8 );
47 Size = MAP_APPFONT( 232, 8 );
48 Text [ en-US ] = "Search for";
50 RadioButton RB_SEARCHFORTEXT
52 Pos = MAP_APPFONT( 12, 23 );
53 Size = MAP_APPFONT( 50, 10 );
55 Text [ en-US ] = "~Text";
57 RadioButton RB_SEARCHFORNULL
59 Pos = MAP_APPFONT( 12, 36 );
60 Size = MAP_APPFONT( 207, 10 );
61 Text [ en-US ] = "Field content is ~NULL";
63 RadioButton RB_SEARCHFORNOTNULL
65 Pos = MAP_APPFONT( 12, 49 );
66 Size = MAP_APPFONT( 207, 10 );
67 Text [ en-US ] = "Field content is not NU~LL";
69 ComboBox CMB_SEARCHTEXT
72 Pos = MAP_APPFONT( 65, 20 );
73 Size = MAP_APPFONT( 154, 80 );
76 HelpId = HID_SEARCH_TEXT;
81 Pos = MAP_APPFONT( 6, 65 );
82 Size = MAP_APPFONT( 232, 8 );
83 Text [ en-US ] = "Where to search";
87 Pos = MAP_APPFONT( 12, 77 );
88 Size = MAP_APPFONT( 87, 10 );
89 Text [ en-US ] = "Form";
94 Pos = MAP_APPFONT( 110, 76 );
95 Size = MAP_APPFONT( 109, 60 );
99 RadioButton RB_ALLFIELDS
101 Pos = MAP_APPFONT( 24, 91 );
102 Size = MAP_APPFONT( 75, 10 );
104 HelpId = HID_SEARCH_ALLFIELDS;
105 Text [ en-US ] = "All Fields";
107 RadioButton RB_SINGLEFIELD
109 Pos = MAP_APPFONT( 24, 106 );
110 Size = MAP_APPFONT( 75, 10 );
111 Text [ en-US ] = "Single field";
116 Pos = MAP_APPFONT( 110, 105 );
117 Size = MAP_APPFONT( 109, 60 );
120 HelpId = HID_SEARCH_FIELDSELECTION;
124 Pos = MAP_APPFONT( 6, 126 );
125 Size = MAP_APPFONT( 288, 8 );
126 Text [ en-US ] = "Settings";
128 FixedText FT_POSITION
130 Pos = MAP_APPFONT( 12, 138 );
131 Size = MAP_APPFONT( 87, 8 );
132 Text [ en-US ] = "Position";
137 Pos = MAP_APPFONT( 110, 136 );
138 Size = MAP_APPFONT( 109, 60 );
141 HelpId = HID_SEARCH_POSITION;
143 CheckBox CB_USEFORMATTER
145 Pos = MAP_APPFONT( 12, 158 );
146 Size = MAP_APPFONT( 90, 10 );
148 HelpId = HID_SEARCH_FORMATTER;
149 Text [ en-US ] = "Apply field format";
153 Pos = MAP_APPFONT( 12, 171 );
154 Size = MAP_APPFONT( 90, 20 );
157 HelpId = HID_SEARCH_CASE;
158 Text [ en-US ] = "Match case";
162 Pos = MAP_APPFONT( 105, 158 );
163 Size = MAP_APPFONT( 85, 10 );
165 HelpId = HID_SEARCH_BACKWARD;
166 Text [ en-US ] = "Search backwards";
168 CheckBox CB_STARTOVER
170 Pos = MAP_APPFONT( 105, 171 );
171 Size = MAP_APPFONT( 85, 10 );
173 HelpId = HID_SEARCH_STARTOVER;
174 Text [ en-US ] = "From Beginning";
178 Pos = MAP_APPFONT( 190, 158 );
179 Size = MAP_APPFONT( 100, 10 );
181 HelpId = HID_SEARCH_WILDCARD;
182 Text [ en-US ] = "Wildcard expression";
186 Pos = MAP_APPFONT( 190, 171 );
187 Size = MAP_APPFONT( 100, 10 );
189 HelpId = HID_SEARCH_REGULAR;
190 Text [ en-US ] = "Regular expression";
194 Pos = MAP_APPFONT( 190, 184 );
195 Size = MAP_APPFONT( 84, 20 );
198 HelpId = HID_SEARCH_APPROX;
199 Text [ en-US ] = "Similarity Search";
201 PushButton PB_APPROXSETTINGS
203 Pos = MAP_APPFONT( 275, 182 );
204 Size = MAP_APPFONT( 14, 14 );
206 HelpId = HID_SEARCH_APPROXSETTINGS;
207 Text [ en-US ] = "...";
209 CheckBox CB_HALFFULLFORMS
211 Pos = MAP_APPFONT( 105, 209 );
212 Size = MAP_APPFONT( 85, 10 );
214 Text [ en-US ] = "Match character width" ;
216 CheckBox CB_SOUNDSLIKECJK
218 Pos = MAP_APPFONT( 190, 209 );
219 Size = MAP_APPFONT( 84, 10 );
221 Text [ en-US ] = "Sounds like (Japanese)";
223 PushButton PB_SOUNDSLIKESETTINGS
225 Pos = MAP_APPFONT( 275, 207 );
226 Size = MAP_APPFONT( 14, 14 );
228 Text [ en-US ] = "..." ;
232 Pos = MAP_APPFONT( 6, 222 );
233 Size = MAP_APPFONT( 288, 8 );
234 Text [ en-US ] = "State";
236 FixedText FT_RECORDLABEL
238 Pos = MAP_APPFONT( 12, 232 );
239 Size = MAP_APPFONT( 45, 10 );
240 Text [ en-US ] = "Record :";
244 Pos = MAP_APPFONT( 60, 232 );
245 Size = MAP_APPFONT( 30, 10 );
246 UniqueId = UID_SEARCH_RECORDSTATUS;
250 Pos = MAP_APPFONT( 99, 232 );
251 Size = MAP_APPFONT( 190, 10 );
255 Pos = MAP_APPFONT( 244, 6 );
256 Size = MAP_APPFONT( 50, 14 );
259 HelpId = HID_SEARCH_BTN_SEARCH;
260 Text [ en-US ] = "Search";
264 Pos = MAP_APPFONT( 244, 26 );
265 Size = MAP_APPFONT( 50, 14 );
266 HelpId = HID_SEARCH_BTN_CLOSE;
268 Text [ en-US ] = "~Close";
272 Pos = MAP_APPFONT( 244, 46 );
273 Size = MAP_APPFONT( 50, 14 );
275 Text [ en-US ] = "~Help";
279 String RID_STR_SEARCH_ANYWHERE
281 Text [ en-US ] = "anywhere in the field";
284 String RID_STR_SEARCH_BEGINNING
286 Text [ en-US ] = "beginning of field";
289 String RID_STR_SEARCH_END
291 Text [ en-US ] = "end of field";
294 String RID_STR_SEARCH_WHOLE
296 Text [ en-US ] = "entire field";
299 String RID_STR_FROM_TOP
301 Text [ en-US ] = "From top";
303 String RID_STR_FROM_BOTTOM
305 Text [ en-US ] = "From bottom";
308 ErrorBox RID_SVXERR_SEARCH_NORECORD
311 Message [ en-US ] = "No records corresponding to your data found.";
314 ErrorBox RID_SVXERR_SEARCH_GENERAL_ERROR
317 Message [ en-US ] = "An unknown error occurred. The search could not be finished.";
320 String RID_STR_OVERFLOW_FORWARD
322 Text [ en-US ] = "Overflow, search continued at the beginning";
325 String RID_STR_OVERFLOW_BACKWARD
327 Text [ en-US ] = "Overflow, search continued at the end";
330 String RID_STR_SEARCH_COUNTING
332 Text [ en-US ] = "counting records";