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 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337
|
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include "fmsearch.hrc"
#include "helpid.hrc"
ModalDialog RID_SVXDLG_SEARCHFORM
{
OutputSize = TRUE;
SVLook = TRUE;
Size = MAP_APPFONT( 300, 253 );
Text [ en-US ] = "Record Search";
Moveable = TRUE;
HelpId = HID_FM_DLG_SEARCH;
FixedLine FL_SEARCHFOR
{
Pos = MAP_APPFONT( 6, 8 );
Size = MAP_APPFONT( 232, 8 );
Text [ en-US ] = "Search for";
};
RadioButton RB_SEARCHFORTEXT
{
HelpID = "cui:RadioButton:RID_SVXDLG_SEARCHFORM:RB_SEARCHFORTEXT";
Pos = MAP_APPFONT( 12, 23 );
Size = MAP_APPFONT( 50, 10 );
Group = TRUE;
Text [ en-US ] = "~Text";
};
RadioButton RB_SEARCHFORNULL
{
HelpID = "cui:RadioButton:RID_SVXDLG_SEARCHFORM:RB_SEARCHFORNULL";
Pos = MAP_APPFONT( 12, 36 );
Size = MAP_APPFONT( 207, 10 );
Text [ en-US ] = "Field content is ~NULL";
};
RadioButton RB_SEARCHFORNOTNULL
{
HelpID = "cui:RadioButton:RID_SVXDLG_SEARCHFORM:RB_SEARCHFORNOTNULL";
Pos = MAP_APPFONT( 12, 49 );
Size = MAP_APPFONT( 207, 10 );
Text [ en-US ] = "Field content is not NU~LL";
};
ComboBox CMB_SEARCHTEXT
{
Border = TRUE;
Pos = MAP_APPFONT( 65, 20 );
Size = MAP_APPFONT( 154, 80 );
DropDown = TRUE;
TabStop = TRUE;
HelpId = HID_SEARCH_TEXT;
};
FixedLine FL_WHERE
{
Pos = MAP_APPFONT( 6, 65 );
Size = MAP_APPFONT( 232, 8 );
Text [ en-US ] = "Where to search";
};
FixedText FT_FORM
{
Pos = MAP_APPFONT( 12, 77 );
Size = MAP_APPFONT( 87, 10 );
Text [ en-US ] = "Form";
};
ListBox LB_FORM
{
HelpID = "cui:ListBox:RID_SVXDLG_SEARCHFORM:LB_FORM";
Border = TRUE;
Pos = MAP_APPFONT( 110, 76 );
Size = MAP_APPFONT( 109, 60 );
TabStop = TRUE;
DropDown = TRUE;
};
RadioButton RB_ALLFIELDS
{
Pos = MAP_APPFONT( 24, 91 );
Size = MAP_APPFONT( 75, 10 );
TabStop = TRUE;
HelpId = HID_SEARCH_ALLFIELDS;
Text [ en-US ] = "All Fields";
};
RadioButton RB_SINGLEFIELD
{
HelpID = "cui:RadioButton:RID_SVXDLG_SEARCHFORM:RB_SINGLEFIELD";
Pos = MAP_APPFONT( 24, 106 );
Size = MAP_APPFONT( 75, 10 );
Text [ en-US ] = "Single field";
};
ListBox LB_FIELD
{
Border = TRUE;
Pos = MAP_APPFONT( 110, 105 );
Size = MAP_APPFONT( 109, 60 );
TabStop = TRUE;
DropDown = TRUE;
HelpId = HID_SEARCH_FIELDSELECTION;
};
FixedLine FL_OPTIONS
{
Pos = MAP_APPFONT( 6, 126 );
Size = MAP_APPFONT( 288, 8 );
Text [ en-US ] = "Settings";
};
FixedText FT_POSITION
{
Pos = MAP_APPFONT( 12, 138 );
Size = MAP_APPFONT( 87, 8 );
Text [ en-US ] = "Position";
};
ListBox LB_POSITION
{
Border = TRUE;
Pos = MAP_APPFONT( 110, 136 );
Size = MAP_APPFONT( 109, 60 );
TabStop = TRUE;
DropDown = TRUE;
HelpId = HID_SEARCH_POSITION;
};
CheckBox CB_USEFORMATTER
{
Pos = MAP_APPFONT( 12, 158 );
Size = MAP_APPFONT( 90, 10 );
TabStop = TRUE;
HelpId = HID_SEARCH_FORMATTER;
Text [ en-US ] = "Apply field format";
};
CheckBox CB_CASE
{
Pos = MAP_APPFONT( 12, 171 );
Size = MAP_APPFONT( 90, 20 );
TabStop = TRUE;
WordBreak = TRUE;
HelpId = HID_SEARCH_CASE;
Text [ en-US ] = "Match case";
};
CheckBox CB_BACKWARD
{
Pos = MAP_APPFONT( 105, 158 );
Size = MAP_APPFONT( 85, 10 );
TabStop = TRUE;
HelpId = HID_SEARCH_BACKWARD;
Text [ en-US ] = "Search backwards";
};
CheckBox CB_STARTOVER
{
Pos = MAP_APPFONT( 105, 171 );
Size = MAP_APPFONT( 85, 10 );
TabStop = TRUE;
HelpId = HID_SEARCH_STARTOVER;
Text [ en-US ] = "From Beginning";
};
CheckBox CB_WILDCARD
{
Pos = MAP_APPFONT( 190, 158 );
Size = MAP_APPFONT( 100, 10 );
TabStop = TRUE;
HelpId = HID_SEARCH_WILDCARD;
Text [ en-US ] = "Wildcard expression";
};
CheckBox CB_REGULAR
{
Pos = MAP_APPFONT( 190, 171 );
Size = MAP_APPFONT( 100, 10 );
TabStop = TRUE;
HelpId = HID_SEARCH_REGULAR;
Text [ en-US ] = "Regular expression";
};
CheckBox CB_APPROX
{
Pos = MAP_APPFONT( 190, 184 );
Size = MAP_APPFONT( 84, 20 );
TabStop = TRUE;
WordBreak = TRUE;
HelpId = HID_SEARCH_APPROX;
Text [ en-US ] = "Similarity Search";
};
PushButton PB_APPROXSETTINGS
{
Pos = MAP_APPFONT( 275, 182 );
Size = MAP_APPFONT( 14, 14 );
TabStop = TRUE ;
HelpId = HID_SEARCH_APPROXSETTINGS;
Text [ en-US ] = "...";
};
CheckBox CB_HALFFULLFORMS
{
HelpID = "cui:CheckBox:RID_SVXDLG_SEARCHFORM:CB_HALFFULLFORMS";
Pos = MAP_APPFONT( 105, 209 );
Size = MAP_APPFONT( 85, 10 );
TabStop = TRUE ;
Text [ en-US ] = "Match character width" ;
};
CheckBox CB_SOUNDSLIKECJK
{
HelpID = "cui:CheckBox:RID_SVXDLG_SEARCHFORM:CB_SOUNDSLIKECJK";
Pos = MAP_APPFONT( 190, 209 );
Size = MAP_APPFONT( 84, 10 );
TabStop = TRUE ;
Text [ en-US ] = "Sounds like (Japanese)";
};
PushButton PB_SOUNDSLIKESETTINGS
{
HelpID = "cui:PushButton:RID_SVXDLG_SEARCHFORM:PB_SOUNDSLIKESETTINGS";
Pos = MAP_APPFONT( 275, 207 );
Size = MAP_APPFONT( 14, 14 );
TabStop = TRUE ;
Text [ en-US ] = "..." ;
};
FixedLine FL_STATE
{
Pos = MAP_APPFONT( 6, 222 );
Size = MAP_APPFONT( 288, 8 );
Text [ en-US ] = "State";
};
FixedText FT_RECORDLABEL
{
Pos = MAP_APPFONT( 12, 232 );
Size = MAP_APPFONT( 45, 10 );
Text [ en-US ] = "Record :";
};
FixedText FT_RECORD
{
Pos = MAP_APPFONT( 60, 232 );
Size = MAP_APPFONT( 30, 10 );
UniqueId = UID_SEARCH_RECORDSTATUS;
};
FixedText FT_HINT
{
Pos = MAP_APPFONT( 99, 232 );
Size = MAP_APPFONT( 190, 10 );
};
PushButton PB_SEARCH
{
Pos = MAP_APPFONT( 244, 6 );
Size = MAP_APPFONT( 50, 14 );
TabStop = TRUE;
DefButton = TRUE;
HelpId = HID_SEARCH_BTN_SEARCH;
Text [ en-US ] = "Search";
};
CancelButton 1
{
Pos = MAP_APPFONT( 244, 26 );
Size = MAP_APPFONT( 50, 14 );
HelpId = HID_SEARCH_BTN_CLOSE;
TabStop = TRUE;
Text [ en-US ] = "~Close";
};
HelpButton 1
{
Pos = MAP_APPFONT( 244, 46 );
Size = MAP_APPFONT( 50, 14 );
TabStop = TRUE;
Text [ en-US ] = "~Help";
};
};
String RID_STR_SEARCH_ANYWHERE
{
Text [ en-US ] = "anywhere in the field";
};
String RID_STR_SEARCH_BEGINNING
{
Text [ en-US ] = "beginning of field";
};
String RID_STR_SEARCH_END
{
Text [ en-US ] = "end of field";
};
String RID_STR_SEARCH_WHOLE
{
Text [ en-US ] = "entire field";
};
String RID_STR_FROM_TOP
{
Text [ en-US ] = "From top";
};
String RID_STR_FROM_BOTTOM
{
Text [ en-US ] = "From bottom";
};
ErrorBox RID_SVXERR_SEARCH_NORECORD
{
Buttons = WB_OK;
Message [ en-US ] = "No records corresponding to your data found.";
};
ErrorBox RID_SVXERR_SEARCH_GENERAL_ERROR
{
Buttons = WB_OK;
Message [ en-US ] = "An unknown error occurred. The search could not be finished.";
};
String RID_STR_OVERFLOW_FORWARD
{
Text [ en-US ] = "Overflow, search continued at the beginning";
};
String RID_STR_OVERFLOW_BACKWARD
{
Text [ en-US ] = "Overflow, search continued at the end";
};
String RID_STR_SEARCH_COUNTING
{
Text [ en-US ] = "counting records";
};
|