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 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566
|
{
This file is part of the Free Pascal run time library.
Copyright (c) 2003 by Florian Klaempfl
member of the Free Pascal development team
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
This program 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.
**********************************************************************}
{$mode objfpc}
unit RtlConsts;
interface
ResourceString
{ ---------------------------------------------------------------------
Various error messages.
---------------------------------------------------------------------}
HNoContext = 'No context-sensitive Help installed.';
HNoSystem = 'No Help Manager installed.';
HNoTableOfContents = 'No Table of Contents found.';
HNothingFound = 'No help found for "%s"';
HNoTopics = 'No topic-based Help installed.';
SAbortButton = 'Abort';
SAllButton = '&All';
SAllFilter = 'All files';
SAncestorNotFound = 'Ancestor class for "%s" not found.';
SAssignError = 'Cannot assign a %s to a %s.';
SAsyncSocketError = 'Asynchronous socket error: %d';
SBG = 'BG';
SBitmapEmpty = 'Bitmap is empty';
SBitsIndexError = 'Bits index out of range.';
SBoldFont = 'Bold';
SBoldItalicFont = 'Bold Italic';
SBucketListLocked = 'List is locked during an active ForEach.';
SCancelButton = 'Cancel';
SCannotCreateDir = 'Cannot create directory';
SCannotCreateName = 'Cannot use standard name for and unknown component';
SCannotCreateSocket = 'Unable to create new socket';
SCannotDragForm = 'Forms cannot be dragged';
SCannotFocus = 'A disbled or invisible Window cannot get focus';
SCannotListenOnOpen = 'Listening on an open socket is not allowed';
SCannotOpenAVI = 'AVI can not be opened';
SCannotShowModal = 'A visible Window can not be made modal';
SCantChangeWhileActive = 'Changing value on an active socket is not allowed';
SCantWriteResourceStreamError = 'Can not write to read-only ResourceStream';
SCardDLLNotLoaded = 'CARDS library could not be loaded' deprecated; { use SLibraryNotLoaded }
SLibraryAlreadyLoaded = 'Interface %s already initialized from library "%s"';
SLibraryNotLoaded = 'Can not initialize interface %s from library "%s"';
SLibraryUnknownSym = 'Can not resolve symbol "%s" of interface %s from library "%s"';
SChangeIconSize = 'Can not change icon size';
SCharExpected = '"%s" expected';
SCheckSynchronizeError = 'CheckSynchronize called from non-main thread "$%x"';
SClassMismatch = 'Resource %s has wrong class';
SClassNotFound = 'Class "%s" not found';
SClientNotSet = 'Client of TDrag was not initialized';
SCloseButton = '&Close';
SCmplxCouldNotParseImaginary = 'Failed to parse imaginary portion';
SCmplxCouldNotParsePlus = 'Failed to parse required "+" (or "-") symbol';
SCmplxCouldNotParseReal = 'Failed to parse real portion';
SCmplxCouldNotParseSymbol = 'Failed to parse required "%s" symbol';
SCmplxErrorSuffix = '%s [%s<?>%s]';
SCmplxUnexpectedChars = 'Unexpected characters';
SCmplxUnexpectedEOS = 'Unexpected end of string [%s]';
SColorPrefix = 'Color';
SColorTags = 'ABCDEFGHIJKLMNOP';
SComponentDoesntImplement = 'Component "%s" does not implement "%s"';
SComponentNameTooLong = 'Component name "%s" exceeds 64 character limit';
SConfirmCreateDir = 'The selected directory does not exist. Should it be created?';
SControlParentSetToSelf = 'A component can not have itself as parent';
SConvDuplicateFamily = 'Conversion family "%s" already registered';
SConvDuplicateType = 'Conversion type (%s) already registered in %s';
SConvFactorZero = '"%s" has a factor of zero';
SConvIllegalFamily = 'Illegal family';
SConvIllegalType = 'Illegal type';
SConvIncompatibleTypes2 = 'Incompatible conversion types (%s, %s)';
SConvIncompatibleTypes3 = 'Incompatible conversion types (%s, %s, %s)';
SConvIncompatibleTypes4 = 'Incompatible conversion types (%s - %s, %s - %s)';
SConvStrParseError = 'Could not parse %s';
SConvUnknownDescription = '[$%.8x]' ; // no longer used
SConvUnknownDescriptionWithPrefix = '[%s%.8x]';
SConvUnknownFamily = 'Unknown conversion family: "%s"';
SConvUnknownType = 'Unknown conversion type: "%s"';
SCustomColors = 'Custom colors';
SDateEncodeError = 'Invalid argument for date encode.';
SDdeConvErr = 'DDE error - conversion was not performed ($0%x)';
SDdeErr = 'An error was returned by DDE ($0%x)';
SDdeMemErr = 'An error occurred - not enough memory for DDE ($0%x)';
SDdeNoConnect = 'DDE-Conversation could not be started';
SDefault = 'Default';
SDefaultFilter = 'All files (*.*)|*.*';
SDelimiterQuoteCharError = 'Delimiter and QuoteChar properties cannot have the same value';
SDeviceOnPort = '%s on %s';
SDimsDoNotMatch = 'Image size mismatch';
SDirNameCap = 'Directory &name:';
SDirsCap = '&Directories:';
SDrivesCap = '&Drives:';
SDuplicateCardId = 'Duplicate card ID found';
SDuplicateClass = 'A class named "%s" already exists';
SDuplicateItem = 'Duplicates not allowed in this list ($0%x)';
SDuplicateMenus = 'Menu "%s" is used by another form';
SDuplicateName = 'Duplicate name: A component named "%s" already exists';
SDuplicateReference = 'WriteObject was called twice for one instance';
SDuplicateString = 'String list does not allow duplicates';
SEmptyStreamIllegalReader = 'Illegal Nil stream for TReader constructor';
SEmptyStreamIllegalWriter = 'Illegal Nil stream for TWriter constructor';
SErrindexTooLarge = 'Bit index exceeds array limit: %d';
SErrInvalidBitIndex = 'Invalid bit index : %d';
SErrNoStreaming = 'Failed to initialize component class "%s": No streaming method available.';
SErrNoVariantSupport = 'No variant support for properties. Please use the variants unit in your project and recompile';
SErrOutOfMemory = 'Out of memory';
SErrNotObserver = '"%s" is not an observer';
SErrPropertyNotFound = 'Unknown property: "%s"';
SerrInvalidPropertyType = 'Invalid property type from streamed property: %d';
SErrUnknownEnumValue = 'Unknown enumeration value: "%s"';
SFailedToCallConstructor = 'TStrings descendant "%s" failed to call inherited constructor';
SFB = 'FB';
SFCreateError = 'Unable to create file "%s"';
SFCreateErrorEx = 'Unable to create file "%s": %s';
SFG = 'FG';
SFilesCap = '&Files: (*.*)';
SFixedColTooBig = 'Fixed column count must be less than column count';
SFixedRowTooBig = 'Fixed row count must be less than row count';
SFOpenError = 'Unable to open file "%s"';
SFOpenErrorEx = 'Unable to open file "%s": %s';
SGridTooLarge = 'Grid too large for this operation';
SGroupIndexTooLow = 'GroupIndex must be greater than preceding menu groupindex';
SHelpButton = '&Help';
SIconToClipboard = 'Clipboard does not support Icons';
SIdentifierExpected = 'Identifier expected';
SIgnoreButton = '&Ignore';
SImageCanvasNeedsBitmap = 'A Canvas can only be changed if it contains a bitmap';
SImageIndexError = 'Invalid ImageList index';
SImageReadFail = 'The ImageList data could not be read from stream';
SImageWriteFail = 'The ImageList data could not be written to stream';
SIndexOutOfRange = 'Grid index out of range';
SParamIsNil = 'Parameter %s cannot be nil';
SIniFileWriteError = 'Unable to write to "%s"';
SInsertLineError = 'Line could not be inserted';
SInterfaceNoIIDStr = 'Interface "%s" does not have an IIDStr';
SInvalidActionCreation = 'Invalid action creation';
SInvalidActionEnumeration = 'Invalid action enumeration';
SInvalidActionRegistration = 'Invalid action registration';
SInvalidActionUnregistration = 'Invalid action unregistration';
SInvalidBinary = 'Invalid binary value';
SInvalidBitmap = 'Invalid Bitmap';
SInvalidClipFmt = 'Invalid clipboard format';
SInvalidCurrentItem = 'Invalid item';
SInvalidDateDay = '(%d, %d) is not a valid DateDay pair';
SInvalidDateMonthWeek = '(%d, %d, %d, %d) is not a valid DateMonthWeek quad';
SInvalidDateWeek = '(%d, %d, %d) is not a valid DateWeek triplet';
SInvalidDayOfWeekInMonth = '(%d, %d, %d, %d) is not a valid DayOfWeekInMonth quad';
SErrIllegalDateFormatString = '"%s" is not a valid date format string';
SInvalidFileName = '"%s" is not a valid file name.';
SInvalidIcon = 'Invalid Icon';
SInvalidImage = 'Invalid stream format';
SInvalidImageList = 'Invalid ImageList';
SInvalidImageSize = 'Invalid image size';
SInvalidMask = '"%s" is not a valid mask at (%d)';
SInvalidMemoSize = 'Text larger than memo capacity';
SInvalidMetafile = 'Invalid Metafile';
SInvalidName = '"%s" is not a valid component name';
SInvalidNumber = 'Invalid numerical value';
SInvalidPixelFormat = 'Invalid Pixelformat';
SInvalidPrinter = 'Selected printer is invalid';
SInvalidPrinterOp = 'Operation invalid on selected printer';
SInvalidProperty = 'Invalid property value';
SInvalidPropertyElement = 'Invalid property element: "%s"';
SInvalidPropertyPath = 'Invalid property path';
SInvalidPropertyType = 'Property type (%s) is not valid';
SInvalidPropertyValue = 'Invalid value for property';
SInvalidRegType = 'Invalid data type for "%s"';
SInvalidRomanNumeral = '%s is not a valid Roman numeral';
SInvalidString = 'Invalid string constant';
SInvalidStringGridOp = 'Unable to insert rows in or delete rows from grid';
SInvalidTabIndex = 'Registerindex out of bounds';
SItalicFont = 'Italic';
SItemNotFound = 'Item not found ($0%x)';
SLineTooLong = 'Line too long';
SListCapacityError = 'List capacity (%d) exceeded.';
SListCountError = 'List count (%d) out of bounds.';
SListIndexError = 'List index (%d) out of bounds';
SListItemSizeError = 'Incompatible item size in source list';
SMapKeyError = 'Map key (address $%x) does not exist';
SMaskEditErr = 'Invalid mask input value. Use escape key to abandon changes';
SMaskErr = 'Invalid mask input value';
SMDIChildNotVisible = 'A MDI-Child Window can not be hidden.';
SMemoryStreamError = 'Out of memory while expanding memory stream';
SMenuIndexError = 'Menu Index out of range';
SMenuNotFound = 'Menu entry not found in menu';
SMenuReinserted = 'Menu reinserted';
SMissingDateTimeField = '?';
SMPOpenFilter = 'All files (*.*)|*.*|Wave-files (*.WAV)|*.WAV|Midi-files (*.MID)|*.MID|Video for Windows (*.avi)|*.avi';
SNetworkCap = 'Ne&twork...';
sNoAddress = 'No address specified';
SNoButton = '&No';
SNoCanvasHandle = 'Canvas handle does not allow drawing';
SNoComSupport = '"%s" has not been registered as a COM class';
SNoDefaultPrinter = 'No default printer was selected';
SNoMDIForm = 'No MDI form is available, none is active';
SNoTimers = 'No timers available';
SNotOpenErr = 'No MCI-device opened';
SNotPrinting = 'Printer is not currently printing';
SNoProcGiven = 'No procedure given';
SNoVolumeLabel = ': [ - No name - ]';
SNumberExpected = 'Number expected';
SOKButton = 'OK';
SOldTShape = 'Can not load older version of TShape';
SOleGraphic = 'Invalid operation for TOleGraphic';
SOutlineBadLevel = '???';
SOutlineError = 'Invalid Node index';
SOutlineExpandError = 'Parent node must be expanded';
SOutlineFileLoad = 'Error loading file';
SOutlineIndexError = 'Node index not found';
SOutlineLongLine = 'Line too long';
SOutlineMaxLevels = 'Maximum level exceeded';
SOutlineSelection = 'Invalid selection';
SOutOfRange = 'Value must be between %d and %d';
SOutOfResources = 'Out of system resources';
SParentRequired = 'Element ''%s'' has no parent Window';
SParseError = '%s on line %d';
SParLocInfo = ' (at %d,%d, stream offset %.8x)';
SParExpected = 'Wrong token type: %s expected';
SParWrongTokenType = 'Wrong token type: %s expected but %s found';
SParWrongTokenSymbol = 'Wrong token symbol: %s expected but %s found';
SParInvalidInteger = 'Invalid integer number: %s';
SParInvalidFloat = 'Invalid floating point number: %s';
SParUnterminatedString = 'Unterminated string';
SParUnterminatedBinValue = 'Unterminated byte value';
SPictureDesc = ' (%dx%d)';
SPictureLabel = 'Image:';
SPreviewLabel = 'Preview';
SPrinterIndexError = 'Printer Index out of range';
SPrinting = 'Printing in progress';
SPropertiesVerb = 'Properties';
SPropertyException = 'Error reading %s%s%s: %s';
SPropertyOutOfRange = 'Property %s out of range';
SPutObjectError = 'PutObject on undefined object';
SRangeError = 'Range error';
SReadError = 'Stream read error';
SReadOnlyProperty = 'Property is read-only';
SRegCreateFailed = 'Failed to create key %s';
SRegGetDataFailed = 'Failed to get data for "%s"';
SRegisterError = 'Invalid component registration';
SRegSetDataFailed = 'Failed to set data for "%s"';
SRegularFont = 'Normal';
SReplaceImage = 'Image can not be replaced';
SResNotFound = 'Resource "%s" not found';
SRetryButton = '&Retry';
SRNone = '(Empty)';
SRUnknown = '(Unknown)';
SScanLine = 'Line index out of bounds';
SScrollBarRange = 'Scrollbar property out of range';
SSeekNotImplemented = '%s.Seek not implemented';
SSelectDirCap = 'Select directory';
SSocketAlreadyOpen = 'Socket is already open';
SSocketIOError = '%s error %d, %s';
SSocketMustBeBlocking = 'Socket must be in blocking mode';
SSocketRead = 'Read';
SSocketWrite = 'Write';
SSortedListError = 'Operation not allowed on sorted list';
SStreamInvalidSeek = 'Invalid stream operation %s.Seek';
SStreamNoReading = 'Reading from %s is not supported';
SStreamNoWriting = 'Writing to %s is not supported';
SStreamSetSize = 'Error setting stream size';
SStringExpected = 'String expected';
SSymbolExpected = '%s expected';
SThreadCreateError = 'Thread creation error: %s';
SThreadError = 'Thread Error: %s (%d)';
SThreadExternal = 'Thread was created from extern';
STooManyDeleted = 'Too many rows or columns deleted';
STooManyImages = 'Too many images';
STwoMDIForms = 'There is only one MDI window available';
SUnknownClipboardFormat = 'Unknown clipboard format';
SUnknownConversion = 'Unknown extension for RichEdit-conversion (.%s)';
SUnknownExtension = 'Unknown extension (.%s)';
SUnknownGroup = '%s not in a class registration group';
SUnknownProperty = 'Unknown property: "%s"';
SUnknownPropertyType = 'Unknown property type %d';
SUnsupportedPropertyVariantType = 'Unsupported property variant type %d';
SUntitled = '(Untitled)';
SVBitmaps = 'Bitmaps';
SVEnhMetafiles = 'Enhanced MetaFiles';
SVIcons = 'Icons';
SVisibleChanged = 'Visible property cannot be changed in OnShow or OnHide handlers';
SVMetafiles = 'MetaFiles';
SWindowClass = 'Error when initializing Window Class';
SWindowCreate = 'Error when creating Window';
SWindowDCError = 'Error when??';
sWindowsSocketError = 'A Windows socket error occurred: %s (%d), on API "%s"';
SWriteError = 'Stream write error';
SYesButton = '&Yes';
SStringIndexOutOfRange = 'String index %d out of range [1 - %d]';
SHighSurrogateOutOfRange = 'High surrogate $%x out of range [$D800 - $DBFF]';
SLowSurrogateOutOfRange = 'Low surrogate $%x out of range [$DC00 - $DFFF]';
SInvalidUTF32Char = 'Invalid UTF32 character $%x. Valid UTF32 character must be in range [$0 - $10FFFF] except surrogate range [$D800-$DFFF]';
SInvalidHighSurrogate = 'Invalid high surrogate at index %d. High surrogate must be followed by a low surrogate pair';
SInvalidUnicodeCodePointSequence = 'Invalid unicode code point sequence';
SClassCantBeConstructed = 'Class %s can not be constructed';
SErrStatusCallBackRequired = 'Thread status report handler cannot be empty.';
SErrFindNeedsSortedList = 'Cannot use find on unsorted list';
SParamIsNegative = 'Parameter "%s" cannot be negative.';
SErrCannotWriteToProperty = 'Cannot write to property "%s".';
SErrCannotReadProperty = 'Cannot read property "%s".';
SErrNoNameValuePairAt = 'No name=value pair at position %d.';
SErrCannotConvertNullToType = 'Cannot convert Null to type %s';
{ ---------------------------------------------------------------------
Keysim Names
---------------------------------------------------------------------}
SmkcAlt = 'Alt+';
SmkcBkSp = 'Backspace';
SmkcCtrl = 'Ctrl+';
SmkcDel = 'Delete';
SmkcDown = 'Down';
SmkcEnd = 'End';
SmkcEnter = 'Enter';
SmkcEsc = 'Esc';
SmkcHome = 'Home';
SmkcIns = 'Insert';
SmkcLeft = 'Left';
SmkcPgDn = 'Page down';
SmkcPgUp = 'Page up';
SmkcRight = 'Right';
SmkcShift = 'Shift+';
SmkcSpace = 'Space';
SmkcTab = 'Tab';
SmkcUp = 'Up';
{ ---------------------------------------------------------------------
"Distance" family type and conversion types
---------------------------------------------------------------------}
SAngstromsDescription = 'Angstroms';
SAstronomicalUnitsDescription = 'AstronomicalUnits';
SCentimetersDescription = 'Centimeters';
SChainsDescription = 'Chains';
SCubitsDescription = 'Cubits';
SDecametersDescription = 'Decameters';
SDecimetersDescription = 'Decimeters';
SDistanceDescription = 'Distance';
SFathomsDescription = 'Fathoms';
SFeetDescription = 'Feet';
SFurlongsDescription = 'Furlongs';
SGigametersDescription = 'Gigameters';
SHandsDescription = 'Hands';
SHectometersDescription = 'Hectometers';
SInchesDescription = 'Inches';
SKilometersDescription = 'Kilometers';
SLightYearsDescription = 'LightYears';
SLinksDescription = 'Links';
SMegametersDescription = 'Megameters';
SMetersDescription = 'Meters';
SMicromicronsDescription = 'Micromicrons';
SMicronsDescription = 'Microns';
SMilesDescription = 'Miles';
SMillimetersDescription = 'Millimeters';
SMillimicronsDescription = 'Millimicrons';
SNauticalMilesDescription = 'NauticalMiles';
SPacesDescription = 'Paces';
SParsecsDescription = 'Parsecs';
SPicasDescription = 'Picas';
SPointsDescription = 'Points';
SRodsDescription = 'Rods';
SYardsDescription = 'Yards';
{ ---------------------------------------------------------------------
"Area" family type and conversion types
---------------------------------------------------------------------}
SAcresDescription = 'Acres';
SAreaDescription = 'Area';
SAresDescription = 'Ares';
SCentaresDescription = 'Centares';
SHectaresDescription = 'Hectares';
SSquareCentimetersDescription = 'SquareCentimeters';
SSquareDecametersDescription = 'SquareDecameters';
SSquareDecimetersDescription = 'SquareDecimeters';
SSquareFeetDescription = 'SquareFeet';
SSquareHectometersDescription = 'SquareHectometers';
SSquareInchesDescription = 'SquareInches';
SSquareKilometersDescription = 'SquareKilometers';
SSquareMetersDescription = 'SquareMeters';
SSquareMilesDescription = 'SquareMiles';
SSquareMillimetersDescription = 'SquareMillimeters';
SSquareRodsDescription = 'SquareRods';
SSquareYardsDescription = 'SquareYards';
{ ---------------------------------------------------------------------
"Volume" family type and conversion types
---------------------------------------------------------------------}
SAcreFeetDescription = 'AcreFeet';
SAcreInchesDescription = 'AcreInches';
SCentiLitersDescription = 'CentiLiters';
SCordFeetDescription = 'CordFeet';
SCordsDescription = 'Cords';
SCubicCentimetersDescription = 'CubicCentimeters';
SCubicDecametersDescription = 'CubicDecameters';
SCubicDecimetersDescription = 'CubicDecimeters';
SCubicFeetDescription = 'CubicFeet';
SCubicHectometersDescription = 'CubicHectometers';
SCubicInchesDescription = 'CubicInches';
SCubicKilometersDescription = 'CubicKilometers';
SCubicMetersDescription = 'CubicMeters';
SCubicMilesDescription = 'CubicMiles';
SCubicMillimetersDescription = 'CubicMillimeters';
SCubicYardsDescription = 'CubicYards';
SDecaLitersDescription = 'DecaLiters';
SDecasteresDescription = 'Decasteres';
SDeciLitersDescription = 'DeciLiters';
SDecisteresDescription = 'Decisteres';
SHectoLitersDescription = 'HectoLiters';
SKiloLitersDescription = 'KiloLiters';
SLitersDescription = 'Liters';
SMilliLitersDescription = 'MilliLiters';
SSteresDescription = 'Steres';
SVolumeDescription = 'Volume';
// US Fluid Units
SFluidCupsDescription = 'FluidCups';
SFluidGallonsDescription = 'FluidGallons';
SFluidGillsDescription = 'FluidGills';
SFluidOuncesDescription = 'FluidOunces';
SFluidPintsDescription = 'FluidPints';
SFluidQuartsDescription = 'FluidQuarts';
SFluidTablespoonsDescription = 'FluidTablespoons';
SFluidTeaspoonsDescription = 'FluidTeaspoons';
// US Dry Units
SDryBucketsDescription = 'DryBuckets';
SDryBushelsDescription = 'DryBushels';
SDryGallonsDescription = 'DryGallons';
SDryPecksDescription = 'DryPecks';
SDryPintsDescription = 'DryPints';
SDryQuartsDescription = 'DryQuarts';
// UK Fluid/Dry Units
SUKBucketsDescription = 'UKBuckets';
SUKBushelsDescription = 'UKBushels';
SUKGallonsDescription = 'UKGallons';
SUKGillsDescription = 'UKGill';
SUKOuncesDescription = 'UKOunces';
SUKPecksDescription = 'UKPecks';
SUKPintsDescription = 'UKPints';
SUKPottlesDescription = 'UKPottle';
SUKQuartsDescription = 'UKQuarts';
{ ---------------------------------------------------------------------
"Mass" family type and conversion types
---------------------------------------------------------------------}
SCentigramsDescription = 'Centigrams';
SDecagramsDescription = 'Decagrams';
SDecigramsDescription = 'Decigrams';
SDramsDescription = 'Drams';
SGrainsDescription = 'Grains';
SGramsDescription = 'Grams';
SHectogramsDescription = 'Hectograms';
SKilogramsDescription = 'Kilograms';
SLongTonsDescription = 'LongTons';
SMassDescription = 'Mass';
SMetricTonsDescription = 'MetricTons';
SMicrogramsDescription = 'Micrograms';
SMilligramsDescription = 'Milligrams';
SNanogramsDescription = 'Nanograms';
SOuncesDescription = 'Ounces';
SPoundsDescription = 'Pounds';
SStonesDescription = 'Stones';
STonsDescription = 'Tons';
{ ---------------------------------------------------------------------
"Temperature" family type and conversion types
---------------------------------------------------------------------}
SCelsiusDescription = 'Celsius';
SFahrenheitDescription = 'Fahrenheit';
SKelvinDescription = 'Kelvin';
SRankineDescription = 'Rankine';
SReaumurDescription = 'Reaumur';
STemperatureDescription = 'Temperature';
{ ---------------------------------------------------------------------
"Time" family type and conversion types
---------------------------------------------------------------------}
SCenturiesDescription = 'Centuries';
SDateTimeDescription = 'DateTime';
SDaysDescription = 'Days';
SDecadesDescription = 'Decades';
SFortnightsDescription = 'Fortnights';
SHoursDescription = 'Hours';
SJulianDateDescription = 'JulianDate';
SMillenniaDescription = 'Millennia';
SMilliSecondsDescription = 'MilliSeconds';
SMinutesDescription = 'Minutes';
SModifiedJulianDateDescription = 'ModifiedJulianDate';
SMonthsDescription = 'Months';
SSecondsDescription = 'Seconds';
STimeDescription = 'Time';
SWeeksDescription = 'Weeks';
SYearsDescription = 'Years';
{ ---------------------------------------------------------------------
Strings also found in SysConsts.pas
---------------------------------------------------------------------}
SInvalidDate = '"%s" is not a valid date' ;
SInvalidDateTime = '"%s" is not a valid date and time' ;
SInvalidInteger = '"%s" is not a valid integer value' ;
SInvalidTime = '"%s" is not a valid time' ;
STimeEncodeError = 'Invalid argument to time encode' ;
{ ---------------------------------------------------------------------
MCI subsystem constants
---------------------------------------------------------------------}
SMCIAVIVideo = 'AVIVideo';
SMCICDAudio = 'CDAudio';
SMCIDAT = 'DAT';
SMCIDigitalVideo = 'DigitalVideo';
SMCIMMMovie = 'MMMovie';
SMCINil = '';
SMCIOther = 'Other';
SMCIOverlay = 'Overlay';
SMCIScanner = 'Scanner';
SMCISequencer = 'Sequencer';
SMCIUnknownError = 'Unknown error code';
SMCIVCR = 'VCR';
SMCIVideodisc = 'Videodisc';
SMCIWaveAudio = 'WaveAudio';
{ ---------------------------------------------------------------------
Message Dialog constants
---------------------------------------------------------------------}
SMsgDlgAbort = '&Abort';
SMsgDlgAll = '&All';
SMsgDlgCancel = 'Cancel';
SMsgDlgClose = '&Close';
SMsgDlgConfirm = 'Confirm';
SMsgDlgError = 'Error';
SMsgDlgHelp = '&Help';
SMsgDlgHelpHelp = 'Help';
SMsgDlgHelpNone = 'No help available';
SMsgDlgIgnore = '&Ignore';
SMsgDlgInformation = 'Information';
SMsgDlgNo = '&No';
SMsgDlgNoToAll = 'N&o to all';
SMsgDlgOK = 'OK';
SMsgDlgRetry = '&Retry';
SMsgDlgWarning = 'Warning';
SMsgDlgYes = '&Yes';
SMsgDlgYesToAll = 'Yes to a&ll';
implementation
end.
|