16688 Copyright 2001 - 2003. Corel Corporation. All rights reserved.
16689 Copyright 2001 - 2003. Corel Corporation.
16690 All rights reserved.
16691 Registered to:
16692 Serial # :
16693 Version 11
16720 Unable to convert file
16722 Macro '^0' not found.
16723 Replace existing file?
16724 File name or path invalid
16725 Unable to retrieve macro file
16726 Selected macro does not contain any dialogs.
16727 The file selected is not a valid macro.
16728 Unable to retrieve macro editor
16729 The association for extension '^0' was changed from '^1' to '^2'
16730 ^0 bad file format.
16731 '^0' is not a valid PID DLL. PerfectScript record and compilation will not work.
16732 OLE initialization failed. Make sure that the OLE libraries are the correct version.
16733 There is no active client record to send token to
16734 Cannot activate client record '^0'; it is already active
16735 Error recording PID file name to registry for app '^0-^1'
16736 No service name specified in PerfectScript registration
16737 No app name specified in PerfectScript registration of service '^0'
16738 No app language specified in PerfectScript registration of app '^0'
16739 No client data can be found for the token being recorded
16740 Error allocating a Compile Notify struct for macro file '^0'
16741 No requestor name specified in compile request
16742 No app name specified in compile request from requestor ^0
16743 No app language specified in compile request of app '^0'
16744 No macro file name in compile request from app '^0-^1'
16745 Error starting compile of macro file '^0'
16746 Error #0 converting macro file '^1' to WP format
16747 Error allocating a Play Notify struct for macro file '^0'
16748 No requestor name specified in play request
16749 No macro file name in play request from requestor '^0'
16750 Third party token chain rejected macro play request for macro file '^0'
16751 Third party token chain rejected macro end for macro file '^0'
16752 Cannot record to file '^0'; already in Record mode
16753 No client data for the Record requestor can be found
16754 Cannot record to file '^0'; no macro clients found
16755 Unable to open file '^0' for recording
16756 Macro file '^0' has not yet been compiled for this version of PerfectScript.\nDo you want to remove the source code anyway?\n\nDoing so will make '^0' unuseable in this version of PerfectScript.
16757 Unable to remove source from macro file '^0'
16758 Are you sure you want to protect or permanently remove the source code from macro file '^0'?
16759 Third party token chain rejected macro token '^0'
16760 Play a macro
16761 Record to a new macro
16762 Compile a macro
16763 Edit a macro
16764 Play a macro in debug mode
16765 Settings
16766 Edit dialogs in a macro
16767 Help Topics
16768 Macro Command Browser
16769 Stop the highlighted macro(s)
16770 Pause the highlighted macro(s)
16771 Stop the highlighted macro in the debugger
17152 PerfectScript Compiler
17153 .WCL
17154 Compile Message
17155 Warning
17156 Syntax Error
17157 Fatal Error
17158 <* EOF *> 'End of File' on the macro source. <* EOF *>
17277 The type of the DLL call return value was expected. Valid types are: ANSISTRING, BOOL, DWORD, INTEGER, OEMSTRING, REAL, STRING and WORD.
17278 Array indexes or dimensions expected.
17279 FOR, FOREACH, FORNEXT, REPEAT, WHILE or SWITCH was expected.
17280 CASEOF or DEFAULT was expected.
17281 The most recent compound command does not match this type.
17282 There are one or more FOR commands that do not have corresponding ENDFORs.
17283 There are one or more FUNCTION commands that do not have corresponding ENDFUNCs.
17284 There are one or more PROCEDURE commands that do not have corresponding ENDPROCs.
17285 There are one or more IF commands that do not have corresponding ENDIFs.
17286 There are one or more REPEAT commands that do not have corresponding UNTILs.
17287 There are one or more SWITCH commands that do not have corresponding ENDSWITCHs.
17288 There are one or more WHILE commands that do not have corresponding ENDWHILEs.
17289 There are one or more WITH commands that do not have corresponding ENDWITHs.
17290 All elements must be simple values.
17291 All array sub-literals must have the same number of elements.
17292 '..' must be preceeded by a value to be replicated.
17293 All elements must be array sub-literals.
17294 A return value in '( )' was expected; a zero will be returned.
17295 Function '^0' does not return a value; a zero will be returned.
17296 Unexpected hexadecimal digit encountered in number.
17297 Only decimal numbers may be used in a floating point number.
17298 Unexpected end of macro file. Comment end ('*/') expected.
17299 Unexpected end of macro file. ENDFOR expected.
17300 Unexpected end of macro file. ENDFUNC or ENDPROC expected.
17301 Unexpected end of macro file. ENDIF expected.
17302 Unexpected end of macro file. ENDIFPLATFORM expected.
17303 Unexpected end of macro file. UNTIL phrase expected.
17304 Unexpected end of macro file. ENDSWITCH expected.
17305 Unexpected end of macro file. ENDWHILE expected.
17306 Unexpected end of macro file. ENDWITH expected.
17307 Enumeration '^0' was not expected as a component of an expression.
17308 There is no command to associate BREAK with.
17309 The most recent compound command is not a FOR..., WHILE, REPEAT or SWITCH command.
17310 There is no SWITCH command to associate CASEOF with.
17311 The most recent compound command is not a SWITCH command.
17312 A CASEOF cannot occur after the DEFAULT statement in SWITCH.
17313 The most recent compound command must terminate before this one can terminate.
17314 There is no SWITCH command to associate CONTINUE with.
17315 A CASEOF or DEFAULT block in a SWITCH command may contain only one CONTINUE.
17316 CONTINUE must occur last within the CASEOF or DEFAULT block in SWITCH.
17317 There is no SWITCH command to associate DEFAULT with.
17318 A SWITCH command may contain only one DEFAULT.
17319 There is no IF command to associate ELSE with.
17320 An IF command may contain only one ELSE.
17321 The most recent compound command is not an IF command.
17322 No IFPLATFORM command corresponds to this ELSEIFPLATFORM.
17323 No comment begin ('/*') corresponds to this comment end ('*/').
17324 No IFPLATFORM command corresponds to this ENDIFPLATFORM.
17325 No FOR, FOREACH or FORNEXT command corresponds to this ENDFOR.
17326 No IF command corresponds to this ENDIF.
17327 No FUNCTION command corresponds to this ENDFUNC.
17328 No PROCEDURE command corresponds to this ENDPROC.
17329 No SWITCH command corresponds to this ENDSWITCH.
17330 No WHILE command corresponds to this ENDWHILE.
17331 No WITH command corresponds to this ENDWITH.
17332 FUNCTIONS and PROCEDURES may not be defined within FUNCTIONS or PROCEDURES.
17333 There is no command to associate NEXT with.
17334 No REPEAT command corresponds to this UNTIL.
17335 The most recent compound command is not a REPEAT command.
17336 An entire array name was expected. No array indexes are allowed.
17337 An expression may only be returned from a FUNCTION.
17338 Command '^0' cannot be called as a function; it returns no value.
17339 A NEWDEFAULT statement may not occur within the body of a WITH statement.
17340 Only simple values can be replicated.
17341 An invalid command starting keyword has been encountered.
17342 An invalid command starting token has been encountered.
17343 The application name to load the product interface description for is missing.
17344 The object name to load the typelib for is missing.
17345 '^0' is an obsolete language code, and should be replaced with '^1'.
17346 The command prefix will be shortened to the first 50 characters.
17347 The product identifier will be shortened to the first 40 characters.
17348 There is currently no default prefix for which to find the function '^0'.
17349 There is currently no command prefix for '^0'.
17350 The product interface description for '^0', using language '^1' cannot be found.
17351 Object '^0' is not registered or is invalid.
17352 '^0' does not exist for '^1.^2'.
17353 '^0' does not exist for any command prefix.
17354 The parameter name '^2' is not defined for product function '^0.^1'.
17355 The parameter name '^1' is not defined for function '^0'.
17356 '^3' is not defined as an enumeration of '^0.^1.^2'.
17357 '^2' is not defined as a enumeration of '^0.^1'.
17358 Command '^0' cannot be assigned a value.
17359 Required parameter #0 was not specified.
17360 Required parameter ^0 ('^1') was not specified for command '^2'.
17361 Required parameter ^0 ('^1') in repeating group ^2 was not specified for command '^3'.
17362 This parameter has already been referenced in this function call.
17363 There were too many parameters specified for this function. It requires ^0 parameter(s).
17364 '{' and '}' may not be used in a function with no repeating parameters.
17365 This parameter is not a repeating parameter and may not occur in a repeating group.
17366 Routine name conflicts with product/object command '^0.^1'.
17367 Routine name conflicts with command or reserved keyword '^0'.
17368 Another parameter by the name '^0' has already been defined.
17369 There is already a CONSTANT with this same name.
17370 The command '^0' is obsolete or unsupported.\nThis command should continue to operate 'as is' for now, but you should consult the documentation for a possible replacement or alternative.
17371 Only '+', '-', '~', 'NOT', '(', string constant, numeric constant, variable, enumeration, programming function, or product function may start an expression.
17372 Only a label or INDIRECT may start a label name expression.
17373 Only a label may start a label name parameter.
17374 Only a variable or INDIRECT may start a variable name expression.
17375 Only a variable may start a variable name parameter.
17376 Only '(', string constant, numeric constant, variable, enumeration, programming function, or product function may start a primary expression.
17377 Only a label or INDIRECT may start a label name parameter.
17378 Only a label may start a label name.
17379 Only a variable or INDIRECT may start a variable name parameter.
17380 Only a variable may start a variable name.
17381 Include file '^0' could not be opened.
17382 Listing file '^0' could not be opened. Do you want to compile the macro without generating a listing file?
17383 Macro file '^0' could not be opened.
17384 The macro object could not be opened in '^0'.
17385 The macro source could not be opened in '^0'.
17386 An error occurred closing the macro.
17387 The macro object could not be created in '^0'.
17388 An error occurred positioning the macro object.
17389 An error occurred writing to the listing file. The generation of a listing has been canceled.
17390 An error occurred writing to the macro object.
17391 An error occurred writing to the macro object. Access Denied.
17392 '^0' already exists. Overwrite it?
17393 The macro object in '^0' is already up-to-date. Do you want to replace it?
17394 The object in '^0' is already up-to-date and will not be overwritten.
17395 The label '^0' was defined on line ^1 but was not referenced.
17396 The function or procedure '^0' was defined on line ^1 but was not referenced.
17397 The local label '^0' was defined in function or procedure '^1' on line ^2 but was not referenced in '^3'.
17398 Label '^0' was previously referenced on line ^1 as a function.
17399 Procedure '^0' was previously referenced on line ^1 as a function.
17400 Function or procedure '^0' may not be used here; only a label may be used.
17401 Label, function or procedure '^0' was already defined on line ^1.
17402 Function '^0' was previously defined or referenced on line ^1 as a label.
17403 Function '^0' was previously defined or referenced as a procedure on line ^1.
17404 The function or procedure '^0' was prototyped on line ^1 but it was not defined and there are no USE files specified.
17405 The label '^0' was referenced on line ^1 but was not defined.
17406 The function or procedure '^0' was referenced on line ^1 but was not defined.
17407 The local label '^0' was referenced in function or procedure '^1' on line ^2 but was not defined in '^3'.
17408 The function or procedure '^0' was referenced on line ^1 but was not defined. It may be defined in a USE file.
17409 Wrong parameter count for procedure or function '^0' (see line ^1).
17410 Parameter #0 in function or procedure '^1' must be passed by reference (address) (&).
17411 Parameter #0 in function or procedure '^1' must be an array.
17412 Parameter #0 in function or procedure '^1' must be a label (@@).
17413 Parameter #0 in function or procedure '^1' cannot be passed by reference (address) (&).
17414 Parameter #0 in function or procedure '^1' cannot be an array.
17415 Parameter #0 in function or procedure '^1' cannot be a label (@@).
17416 A character constant cannot span a line boundary.
17417 A string constant cannot span a line boundary.
17418 The exponent part of a floating point number (i.e., the part after the 'e' or 'E') must contain at least one digit.
17419 The fractional part of a floating point number (i.e., the part after the decimal point) must contain at least one digit.
17420 Only a single character is allowed in a character constant.
17421 The magnitude of the unit value is out of range.
17422 An unknown character for the current context has been encountered.
17423 '^0' contains an invalid character for the specified numeric radix base.
17424 The label name '^0' exceeds the maximum label length of #1.
17425 The name '^0' exceeds the maximum name length of #1.
17426 A source line read from the macro file is too long. The maximum line length is #0 characters.
17427 The macro '^0' appears to contain no macro source code.\nDo you want to compile the macro anyway?\n\nIf this macro was previously compiled with source code, and then had the source removed, re-compiling now will render this macro useless.
17428 If one variable here is an entire array, then both variables must be entire arrays.
17429 If one variable here is an array slice, then both variables must be array slices.
17430 Array slices are not permitted here.
17431 The command '^0' is now a function. The procedure call format is obsolete, but should continue to operate 'as is' for now. To call it as a function, move this first parameter outside the parameter list, and assign the return value from '^0' to it using the ':=' operator.
17432 The enumeration '^1' is obsolete or unsupported.\nThis enumeration should continue to operate 'as is' for now, but you should consult the documentation for a possible replacement or alternative.
17502 mADDRESS
17503 mAND
17504 mANSISTRING
17505 mAPPLICATION
17506 mASSIGN
17507 mBOOL
17508 mBOOLEAN
17509 mBREAK
17510 mBY
17511 mBYTE
17512 mCALL
17513 mCANCELCONDITION
17514 mCASE
17515 mCASEOF
17516 mCONSTANT
17517 mCOMPILEMESSAGE
17518 mCONTINUE
17519 mCURRENCY
17520 mDATE
17521 mDECLARE
17522 mDEFAULT
17523 mDEFINE
17524 mDIV
17525 mDLLCALL
17526 mDOUBLE
17527 mDWORD
17528 mEACH
17529 mELSE
17530 mELSEIFPLATFORM
17531 mEND
17532 mENDAPP
17533 mENDFOR
17534 mENDIF
17535 mENDFUNC
17536 mENDFUNCTION
17537 mENDIFPLATFORM
17538 mENDOBJECT
17539 mENDPROC
17540 mENDPROCEDURE
17541 mENDSWITCH
17542 mENDWHILE
17543 mENDWITH
17544 mERRORCONDITION
17545 mERRORSEVERITY
17546 aFALSE
17547 mFATALSEVERITY
17548 mFILE
17549 mFOR
17550 mFOREACH
17551 mFORNEXT
17552 mFUNCTION
17553 mGLOBAL
17554 mGO
17555 mHIWORD
17556 mIF
17557 mIFPLATFORM
17558 mIN
17559 mINCLUDE
17560 mINDIRECT
17561 mINFORMATIONALSEVERITY
17562 mINPUT
17563 mINTEGER
17564 mLABEL
17565 mLENGTH
17566 mLIKE
17567 mLOCAL
17568 mLONG
17569 mLOWORD
17570 mMOD
17571 mNAMEOF
17572 mNEXT
17573 mNEWDEFAULT
17574 aNOT
17575 mNOTFOUNDCONDITION
17576 mOBJECT
17577 mOEMSTRING
17578 mOR
17579 mPERSIST
17580 m_VERSION11
17581 m_VERSION11_0_0
17582 mWIN32
17583 mWIN95
17584 mWIN98
17585 mPOSITION
17586 mPROCEDURE
17587 mPROTOTYPE
17588 mREAL
17589 mREDECLARE
17590 mREFERENCE
17591 mREPEAT
17592 mRETURN
17593 mRETURNCANCEL
17594 mRETURNERROR
17595 mRETURNNOTFOUND
17596 mSINGLE
17597 mSTRING
17598 mSTRUCTURE
17599 mSWITCH
17600 mTO
17601 aTRUE
17602 mUNTIL
17603 mUSE
17604 mUSING
17605 mVALUE
17606 mVARIANT
17607 m_VERSION_
17608 mVOID
17609 mWARNINGSEVERITY
17610 mWHILE
17611 mWITH
17612 mWORD
17613 mWPSTRING
17614 mXOR
17648 NNNNNNNNNNNNNNNN
17649 NNNNNNNNNNNNNNNN
17650 NNNNNNNNNNNNNNNN
17651 NNNNNNNNNNNNNNNN
17652 NYYYYYYYYYYYYYYY
17653 YYYYYYYYYYYNNNNY
17654 NYYYYYYYYYYYYYYY
17655 YYYYYYYYYYYNNNNN
17656 NNNNNNNNNNNNNNNN
17657 NNNNNNNNNNNNNNNN
17658 NNNNNNNNNNNNNNNN
17659 NNNNNNNNNNNNNNNN
17660 NNNNNNNNNNNNNNNN
17661 NNNNNNNNNNNNNNNN
17662 NNNNNNNNNNNNNNNN
17663 NNNNNNNNNNNNNNNN
17664 <main>
17665 PerfectScript Interpreter
17666 Internal temporary message: '^0'
17674 Attempt to reference entire array '^0'.
17675 Undefined array element '^0' has been referenced.
18093 The value ^0 for parameter number ^1 of product call '^2' must be between ^3 and ^4.
18094 *Internal ERROR* - Zero length variable name as function call parameter variable.
18095 *Internal ERROR* - No parameter list to add parameter to.
18096 Product function parameter #0 is greater than the maximum allowed.
18097 Product function parameter #0 is less than the minimum allowed.
18098 *Internal ERROR* - 'Product Parameter Range Check' handler requires an integer operand.
18099 Array does not contain enough parameters to form complete repeating parameter groups.
18100 *Internal ERROR* - Attempt to expand a NULL parameter list.
18101 The product table contained in the macro object is corrupt.
18102 An error occurred reading the product table from the macro object.
18103 *Internal ERROR* - Expecting an integer for repeating parameter group.
18104 *Internal ERROR* - Expecting an integer for repeating parameter type.
18105 *Internal ERROR* - Parameter number greater than size of parameter list.
18106 The product command information block is too large.
18107 Product command '^0' has returned an undefined function return value.
18108 Product command '^0' has returned an undefined system variable value.
18109 *Internal ERROR* - Unknown parameter type.
18114 Macro '^0' not found.
18115 The macro name must evaluate to a string.
18116 The macro name cannot be a 0 length string.
18117 '^0' is not a compiled macro.
18119 *Internal ERROR* - An incorrect number of entries are on the stack.
18120 Illegal operation error - Stack overflow.
18121 *Internal ERROR* - Stack underflow.
18124 Composite index for array '^0' must be between 0 and ^1.
18125 The number of dimensions for array '^0' must be #1; found #2.
18126 Array index for dimension #1 of array '^0' must be between 1 and #2; found ^3.
18127 Array indices must evaluate to integers.
18128 Composite index must be between 0 and ^0.
18129 The number of array dimensions must be between 0 and #0; found #1.
18130 Array index must be between 1 and #0; found ^1.
18131 Attempt to create array '^0' with no elements.
18132 Attempt to assign array value to non-array variable '^0'.
18133 '^0' is an invalid or improperly formed variable name; only 'A'-'Z', '0'-'9' and '_' may be used in variable names.
18134 Attempt to assign non-array value to array variable '^0'.
18135 Reference array variable '^0]' addresses an array that does not exist.
18136 A variable name must be a string.
18137 Unable to allocate memory for array '^0'.
18138 Unable to access memory for array '^0'.
18139 Destination array slice '^0' must be same size as source array.
18140 Unable to allocate memory for name of variable '^0'. Use shorter variable names or fewer variables.
18144 A valid Hkey was expected in 'RegistryCloseKey'.
18145 A valid Hkey was expected in 'RegistryQueryKeyCount'.
18146 A valid Hkey was expected in 'RegistryQueryValueCount'.
18147 A valid Hkey was expected in 'RegistryCreateKey'.
18148 A valid SubKey was expected in 'RegistryCreateKey'.
18149 A valid Hkey was expected in 'RegistryOpenKey'.
18150 A valid SubKey was expected in 'RegistryOpenKey'.
18151 A valid Hkey was expected in 'RegistryDeleteKey'.
18152 A valid SubKey was expected in 'RegistryDeleteKey'.
18153 A valid Hkey was expected in 'RegistryDeleteValue'.
18154 A valid Hkey was expected in 'RegistryEnumKey'.
18155 A valid Hkey was expected in 'RegistryEnumValue'.
18156 A valid Hkey was expected in 'RegistryQueryValue'.
18157 A valid Value was expected in 'RegistryQueryValue'.
18158 A valid Hkey was expected in 'RegistrySetValue'.
18159 OK
18160 Cancel
18164 The 'GET' dialog cannot be brought up.
18165 The 'PROMPT' dialog cannot be brought up.
18166 This feature is not available on NT 3.51.
18167 Macro elapsed times:\n ^0 = Time in interpreter\n ^1 = Time in product tokens\n ^2 = Time in OLE objects\n ^3 = Time in DLL calls\n ^4 = Total elapsed time
18184 Error calling an Automation method or getting a property.
18185 Error calling the Automation method '^0' or getting the property '^0'.
18186 Error setting an Automation property.
18187 Error setting the Automation property '^0'.
18188 An object was expected.
18189 The variable '^0' was expected to contain an object.
18190 The object is not connected to an Automation server.
18191 The object '^0' is not connected to an Automation server.
18192 The object '^0' is not a collection.
18194 Open macro file
18195 Close macro file
18196 Add/Remove breakpoint
18197 Enable/Disable breakpoint
18199 Execute PerfectScript token
18200 Enable/Disable all breakpoints
18201 Find line number
18202 Find text string
18203 Find next
18204 Find previous
18205 Find next breakpoint
18206 Find previous breakpoint
18207 Show label table
18208 Show Use file table
18209 Show product table
18210 Show dialog list
18211 Show condition handlers
18212 Display macro header
18213 Command Browser
18214 Location and conditions of breakpoint
18215 Actions to be taken by breakpoint
18216 Refresh variable list
18217 Goto definition of label
18218 Sort variables by Name
18219 Sort variables by Pool
18220 Sort variables by Type
18221 Sort variables by Contents
18222 Sort variables by State
18223 Sort variables by Class
18224 Label
18225 Type
18226 Line
18227 File
18228 Offset
18229 File
18230 Loaded
18231 Find current line
18232 Display all variables in specified pools
18234 Product-Language
18235 Index
18236 PID Ver
18237 PID File
18244 Name
18245 Region Name
18246 State
18247 Type
18248 Callback
18249 (Pos)-Size
18250 Styles
18251 Caption
18252 Class
18253 Flags
18254 Focus
18255 Font
18256 Help
18257 Size
18264 Name
18265 Region Name
18266 Order
18267 Type
18268 (Pos)-Size
18269 Variable
18270 Styles
18271 Data
18272 Id
18273 Class
18274 DefBtn
18275 Type
18276 Action
18277 Data
18278 Completed
18284 Item
18285 Value
18294 NoAssertion
18295 Cancel
18296 Error
18297 NotFound
18298 Exit
18299 Pause
18300 PauseResume
18301 DDEAdvise
18302 DDEExecute
18303 DialogCallback
18304 UserCancel
18305 UserError
18306 UserNotFound
18307 Continue
18308 Abort
18309 VarErrChk
18310 NoMore
18311 UserDefined %ld
18312 Timer %ld
18313 Macro File
18314 %s = ??
18315 Opcode %s%s
18316 Opcode [%ld] %s%s
18317 %s variable = %s
18318 %s to %s variable = %s
18319 Routine defined at line %ld%cof %s
18320 Local label defined at line %ld%cof %s
18321 Label local to %s defined at line %ld%cof %s
18322 ; object offset %08ld
18323 What is...
18324 Runtime Stack
18325 Last Return Value
18326 <out of scope>
18327 <stack>[%ld]
18328 <last return value>
18329 Show MacroInfo list
18330 Show Callback queue
18331 empty
18332 Label
18333 Status
18334 [0] Params
18335 [1] Type
18336 [2]
18337 [3]
18338 [4]
18339 [5]
18340 [6]
18341 [7]
18342 [8]
18343 [9]
18344 [10]
18345 [11]
18346 Name
18347 Type
18348 Value
18349 Debugger configuration data for macro file
18350 Configuration version number
18351 BreakPoints
18352 Variable watch list
18353 Macro file list (reverse order)
18354 Version
18355 [not in scope]
18356 Debugging
18357 Viewing
18358 Source
18359 Object
18360 Always
18361 NotHandled
18362 Showing
18363 Loaded
18364 Defined
18365 In Prefix
18366 Text
18367 Binary
18368 Ignored
18369 Quit
18370 Abort
18371 Call
18372 Go
18373 NotifyOnly
18374 DiscardEvent
18375 ForwardEvent
18376 one time
18377 repeating
18378 <call stack not available>
18379 <variable pools not available>
18380 Unable to process input.\nMacro execution is currently suspended at a breakpoint in the macro debugger.
18381 Macro is running...
18382 Do you want to reset the toolbar to the last saved configuration?\nor press NO to reset to the initial default configuration.
18383 Load Debugger Configuration Data
18384 Load
18385 Save Debugger Configuration Data
18386 Save
18387 Open Macro File
18388 Open
18389 Locate the compiler listing file for macro '%s'
18390 No breakpoint found
18391 Cannot find label '^0' in the current scope
18392 Cannot find line number #0
18393 Cannot find object code at offset #0
18394 Cannot find the string '^0'
18395 Compiler listing file '^0' not found
18396 Reverting to single line mode
18397 Error reading from file '^0'
18398 Error seeking in file '^0'
18399 Error loading PID file for '^0-^1'
18400 Configuration file '^0' contains incorrect or no version - contents ignored
18401 Error loading command
18402 Error creating parameter list
18403 Required parameter '^0' is missing
18404 Error converting parameter '^0'
18405 Error adding parameter '^0' to parameter list
18409 Array contains #0 elements. It may take a while to display all elements.\nAre you sure you want to do this? Select 'NO' to expand only the first #1 elements.\n\nAll elements can be displayed later, by collapsing the array, and then expanding it again.
18410 Macro contains more than #0 variables. It may take a while to display all variables.\nAre you sure you want to do this? Select 'NO' to display only the first #0 variables. Select 'Cancel' to ask again next time.\n\nAll variables can be displayed later by choosing the 'Variables | View | All' menu item.
18411 Close all information windows
18412 Settings
18413 Setting
18414 More variables...
18415 Active
18416 Pending
18417 Are you sure you want to delete this callback?\nDeleting a callback may severly affect the behavior of the macro.
18418 Active callbacks cannot be deleted.
18432 PerfectScript Dialog Editor
18433 Dialog Name
18434 Dialog Caption
18435 MS Sans Serif
18436 Save changes to ^0?
18437 Macro Dialog
18438 Bitmap
18439 String Table
18440 Source
18441 NewDialog
18442 Name
18443 Type
18444 Size
18445 Modified
18446 PerfectScript Dialogs
18447 Delete dialog '^0' in file ^1?
18448 Delete the ^0 selected dialogs in file ^1?
18449 The Quick Brown Fox Jumps Over The Lazy Dog.
18464 Normal
18465 WP Units - w
18466 Points - p
18467 Centimeters - c
18468 Millimeters - m
18469 Inches - "
18470 Inches
18471 Inches - i
18472 Percent - %
18473 Fixed Point
18532 Bitmap
18533 ChkBx
18534 Color
18535 ComboBx
18536 Cntr
18537 Custom
18538 Date
18539 Edit
18540 Filename
18541 Frame
18542 GroupBx
18543 HLine
18544 VLine
18545 ListBx
18547 PopupBttn
18548 Progress
18549 PushBttn
18550 RadioBttn
18551 HScrollbar
18552 VScrollbar
18553 Static
18554 Viewer
18556 CancelBttn
18557 OKBttn
18558 HelpBttn
18582 Check box
18583 Custom
18585 Group box
18587 Push Button
18588 Radio button
18589 Static text
18590 Viewer
18591 Cancel
18592 Help
18593 OK
18632 Overwrite dialog '^0' in file ^1?
18633 Low on Memory. Unable to complete the operation.
18634 The file selected is not a valid macro or is read-only.
18832 Add a bitmap control
18834 Add a push button
18835 Add a radio button
18836 Add a check box
18837 Add a color wheel
18838 Add a combo box
18839 Add a counter
18840 Add a custom control
18841 Add a date control
18842 Add an edit box
18843 Add a file name control
18844 Add a frame
18845 Add a group box
18846 Add a horizontal line
18847 Add a vertical line
18848 Add a list box
18849 Add a progress indicator
18850 Add a horizontal scroll bar
18851 Add a vertical scroll bar
18852 Add a static text control
18853 Add a viewer control
18854 Align selected controls along their left borders
18855 Align selected controls along their right borders
18856 Align selected controls along their top borders
18857 Align selected controls along their bottom borders
18858 Center the selected controls vertically
18859 Center the selected controls horizontally
18860 Make the selected controls the same size vertically
18861 Make the selected controls the same size horizontally
18862 Make the selected controls the same size
18863 Evenly space the selected controls vertically
18864 Evenly space the selected controls horizontally
18865 Test the dialog
18866 Save the dialog
18867 Close the dialog editor
18868 Show/hide grid
18869 Snap to grid on/off
18870 Change properties of selected control or dialog
18871 Set dialog font
18872 Set order of controls
18873 Help topics
18944 JavaScript
18945 Couldn't initialize
18946 Couldn't create a context
18947 Couldn't create global class
18948 Couldn't initialize standard classes
18949 Couldn't initialize shell functions
18950 Couldn't create a class
18951 Couldn't create JS Interpreter window
18952 PS JavaScript Interpreter Window
18953 JSI Window Class Registration failed
18954 Couldn't compile JavaScript script
18955 Couldn't add functions for a class
18956 Couldn't load PID
18957 Couldn't find command in PID
18958 Couldn't find parameter in command in PID
18959 Not enough memory to execute a token
18960 Problem converting JavaScript parameter to PerfectScript parameter
18961 Token is too big
18962 JavaScript Alert
18963 JavaScript Confirm
18964 JavaScript Prompt
18965 Elapsed time:\n%02ld:%02ld:%02ld.%01ld
18966 Elapsed time:\n%ld-%02ld:%02ld:%02ld.%01ld
18967 Current security setting does not allow '^0' method on '^1' object in JavaScript
32768 Not enough memory to perform the requested operation
32769 Not enough global memory available to perform the requested operation
32770 Not enough local memory available to perform the requested operation
32771 Cannot load resource -- The most probable reason is insufficient memory
32772 Cannot initialize -- The most probable reason is insufficient memory
32773 An unknown error has occurred -- The most probable reason is insufficient memory
32774 No help file specified
32775 Call to Help failed
32784 Filename specified is too long: ^0
32785 The disk drive is invalid in ^0
32786 The path is invalid in ^0
32787 This file does not exist: ^0
32788 No drive or folder specified
32789 Cannot create folder ^0 -- Folder already exists or invalid folder name
32790 Out of memory
32791 The descriptive name ^0 is already found in the QuickList
32792 You cannot use an '=' (equal sign)
32793 Access denied to ^0. Insufficient rights, or file is already open in an incompatible mode.
32794 Cannot list files from multiple folders
32795 This filename is invalid: ^0
32796 Folder ^0 does not exist. Do you want to create the folder?
32797 Folder ^0 does not exist.
32798 Folder ^0 cannot be removed. Folder is probably not empty.
32799 Access denied to ^0. Insufficient rights or destination is read-only. Select another folder.
32800 Filename must be specified
32801 You must fill in the Folder/Filename field before closing the dialog
32804 WARNING! All ^0 on drive ^1 will be deleted. Continue?
32805 Cannot delete file ^0
32806 Cannot copy file ^0
32807 Cannot move file ^0
32808 Cannot print file ^0
32809 Cannot change attributes on ^0
32810 Invalid destination ^0
32811 Wildcards not supported
32812 Are you sure you want to delete all files in: ^0?
32813 Cannot copy file to ^0
32814 Destination drive is full.
32815 Cannot move file to ^0
32816 File ^0 cannot be moved or copied onto itself.
32817 You cannot use '[' or ']' (square brackets).
32818 You cannot use a ';' (semi colon).
32820 Syntax error found in string ^0
32821 Specify only one filename when you use this option.
32822 Drive ^0 is not ready (drive door may be open).
32823 No files were found that matched ^0
32824 Unable to add file ^0 to multiple file packet
32826 Application does not support a default save format
32827 Files exist on drive ^0. Do you want to delete them?
32830 Unable to display all file entries in file list. Only a partial list will be displayed.
32831 Destination drive is full -- Insert another disk to continue.
32832 Incorrect password entered.
32833 Delete item '^0' from the QuickList?
32834 Maximum number of QuickList items reached.
32835 No previously saved search result list to access
32837 Disk drive invalid or unaccessible
32838 Invalid path
32839 Invalid filename
32840 File or path did not exist
32841 PerfectFit swap file %s is full. Please save your work, and restart.
32842 Cannot launch application '^0'.
32845 Passwords do not match. Try again.
32846 Error writing to Speedup File
32847 Incorrect password entered.\n(Enhanced Password Protection\nuses case sensitive passwords)
32855 File ^0 is either not a macro or needs to be compiled.
32864 Incorrect data type or unable to read registry item:
32865 Unable to load:
32866 Third Party Handler Error
32880 This file was Password Protected with a later product version. You may need to update your software.
32881 Signature verification failed\nThis file has been changed since it was signed.
32882 File is corrupt--Password Protection can't unlock this file
32883 Cannot rename folder to ^0 -- Folder already exists or invalid folder name
33088 Memory allocation error in WCommand assignment operator.
33089 Memory allocation error in WCommand copy constructor.
33090 Memory allocation error in WProduct assignment operator.
33091 Memory allocation error in WProduct copy constructor.
33280 Out of memory
33281 Output file is same as input file
33282 Input file is not the format specified
33283 Invalid data found in input file
33284 Invalid body text structure
33285 Invalid field delimiter
33286 Invalid record delimiter
33287 Invalid strip character
33288 Invalid memory pointer
33289 No conversion DLL available for the requested file type
33290 Unknown file format
33291 Conversion initialization failed
33292 Invalid driver header
33293 Verify input file type as
33294 Invalid batch command
33295 No conversion DLL available for the requested graphic type
33296 Unknown graphics format found
33297 Unknown file format
33298 Detection driver unavailable
33299 Invalid drive/path on input file
33300 Invalid drive/path on input file name
33301 Invalid drive/path on output file
33302 Invalid drive/path on output file name
33303 Conversion cancelled by user.
33304 File appears to be corrupted.
33305 Invalid encapsulation character
33306 Invalid input file name
33307 Invalid output file name
33308 Invalid code page specified
33309 Unknown file format detected
33310 Requested file formats are incompatible.
33311 Unsupported file format detected.
33312 No convertible data was received.
33313 Several entities were not convertible.
33314 Detected file format is set to be ignored.
33315 File is not a spreadsheet.
33316 The amount of data on the clipboard is too large.\nPlease try again with a smaller amount.
33320 Unknown error in third party conversion DLL.
33321 End of file
33322 Password protected documents cannot be converted
33323 Out of disk space.
33324 Out of file handles
33325 No file names available
33326 Invalid data found in input file
33327 Out of memory
34816 Could not initialize a required PerfectFit component; you may need to install it by running the Corel Setup program
34817 Control '^0' is of an unknown control class named '^1'.\nDo you want to change this control to a generic 'button' and continue?\n\nThis control will be labeled with the text '**ERROR**', and may have inconsistent properties and should then be deleted.
34818 **ERROR**
34880 The file association for '^4' files that refers to '^2' is missing.\nYou will not be able to start a macro by double-clicking its desktop icon.\n\nYou should run setup to correct this.
34881 The file association for '^4' files is incorrect.\nDouble-clicking the desktop icon of a macro will start '^3' rather than '^2'.\n\nYou should run setup to correct this.
34882 The file association for '^4' files that refers to '^2' is missing.\nYou will not be able to start a macro by double-clicking its desktop icon.\n\nWould you like to correct this?
34883 The file association for '^4' files is incorrect.\nDouble-clicking the desktop icon of a macro will start '^3' rather than '^2'.\n\nWould you like to correct this?
34884 Some file associations for '^2' are missing.\nYou may not be able to start a macro by double-clicking its desktop icon.\n\nYou should run setup to correct this.
34885 Some file associations refer to '^3' rather than '^2'.\nYou may not be able to start a macro by double-clicking its desktop icon.\n\nYou should run setup to correct this.
34886 Some file associations for '^2' are missing.\nYou may not be able to start a macro by double-clicking its desktop icon.\n\nWould you like to correct this?
34887 Some file associations refer to '^3' rather than '^2'.\nYou may not be able to start a macro by double-clicking its desktop icon.\n\nWould you like to correct this?
34888 The desktop icon for macros should be '^2', but is missing.\nNo icon will display for macros on the desktop.\n\nYou should run setup to correct this.
34889 The desktop icon for macros should be '^2',\nbut is '^3' instead.\nThe wrong icon will display on the desktop for macros.\n\nYou should run setup to correct this.
34890 The desktop icon for macros should be '^2', but is missing.\nNo icon will display for macros on the desktop.\n\nWould you like to correct this?
34891 The desktop icon for macros should be '^2',\nbut is '^3' instead.\nThe wrong icon will display on the desktop for macros.\n\nWould you like to correct this?
34892 The desktop QuickView association for macros is missing; it should be '^2'.\nYou may not be able to use QuickView to view a macro file.\n\nYou should run setup to correct this.
34893 The desktop QuickView association for macros is '^3', rather than '^2'.\nYou may not be able to use QuickView to view a macro file.\n\nYou should run setup to correct this.
34894 The desktop QuickView association for macros is missing; it should be '^2'.\nYou may not be able to use QuickView to view a macro file.\n\nWould you like to correct this?
34895 The desktop QuickView association for macros is '^3', rather than '^2'.\nYou may not be able to use QuickView to view a macro file.\n\nWould you like to correct this?
34896 There is no default desktop action for macros; it should be '^2'.\nDouble-clicking a macro may not play the macro.\n\nYou should run setup to correct this.
34897 The default desktop action for macros is '^3', rather than '^2'.\nDouble-clicking a macro may not play the macro.\n\nYou should run setup to correct this.
34898 There is no default desktop action for macros; it should be '^2'.\nDouble-clicking a macro may not play the macro.\n\nWould you like to correct this?
34899 The default desktop action for macros is '^3', rather than '^2'.\nDouble-clicking a macro may not play the macro.\n\nWould you like to correct this?
34900 There is no desktop menu item for '^0';\nit should be '^2'.\n\nYou should run setup to correct this.
34901 The system shell menu item for '^0'\nis '^3',\nrather than '^2'.\n\nYou should run setup to correct this.
34902 There is no desktop menu item for '^0';\nit should be '^2'.\n\nWould you like to correct this?
34903 The system shell menu item for '^0'\nis '^3',\nrather than '^2'.\n\nWould you like to correct this?
34904 There is no PID file registered for '^4-^1'; it should be '^2'.\nMacros for this product will not compile properly.\n\nYou should run setup to correct this.
34905 The PID file registered for '^4-^1' should be '^2',\nrather than '^3'. Macros for this product may not compile properly.\n\nYou should run setup to correct this.
34906 There is no PID file registered for '^4-^1'; it should be '^2'.\n Macros for this product will not compile properly.\n\nWould you like to correct this?
34907 The PID file registered for '^4-^1' should be '^2',\nrather than '^3'. Macros for this product may not compile properly.\n\nWould you like to correct this?
34908 There is no command path for '^1'; it should be '^2'.\nMacros for this product may not compile or play properly.\n\nYou should run setup to correct this.
34909 The command path for '^1' is '^3';\nbut it should be '^2.\nMacros for this product may not compile/play properly.\n\nYou should run setup to correct this.
34910 There is no command path for '^1'; it should be '^2'.\nMacros for this product may not compile or play properly.\n\nWould you like to correct this?
34911 The command path for '^1' is '^3';\nbut it should be '^2.\nMacros for this product may not compile/play properly.\n\nWould you like to correct this?
34912 There is no help file path for '^1-^4' registered; it should be '^2'.\nHelp for this product will not be available.\n\nYou should run setup to correct this.
34913 The help file path for '^1-^4' is '^3'\nrather than '^2.\nHelp for this product may not be available.\n\nYou should run setup to correct this.
34914 There is no help file path for '^1-^4' registered; it should be '^2'.\nHelp for this product will not be available.\n\nWould you like to correct this?
34915 The help file path for '^1-^4' is '^3'\nrather than '^2.\nHelp for this product may not be available.\n\nWould you like to correct this?
34916 '^1' should be the app alias name for '^2', but it is missing.\nOld legacy macros for this product may not compile.\n\nYou should run setup to correct this.
34917 '^1' should have been the app alias name for '^2', not '^3'.\nOld legacy macros for this product may not compile.\n\nYou should run setup to correct this.
34918 '^1' should be the app alias name for '^2', but it is missing.\nOld legacy macros for this product may not compile.\n\nWould you like to correct this?
34919 '^1' should have been the app alias name for '^2', not '^3'.\nOld legacy macros for this product may not compile.\n\nWould you like to correct this?
34920 Some or all of the file associations for macro files are missing, and you will not be able to Play, Compile, or Debug a macro from the desktop.\n\nYou should run setup to correct this.
34921 Some of the file associations for macro files are assigned to another application, and you may not be able to Play, Compile, or Debug a macro from the desktop.\n\nYou should run setup to correct this.
34922 Some or all of the file associations for macro files are missing, and you will not be able to Play, Compile, or Debug a macro from the desktop.\n\nDo you want to restore these file associations to PerfectScript?
34923 Some of the file associations for macro files are assigned to another application, and you may not be able to Play, Compile, or Debug a macro from the desktop.\n\nDo you want to restore these file associations to PerfectScript?
43075 < &Back
43076 &Next >
43077 N&o
43078 &Yes
43079 &Finish
57345 Ready
61184 Change the window size
61185 Change the window position
61186 Reduce the window to an icon
61187 Enlarge the window to full size
61188 Switch to the next document window
61189 Switch to the previous document window
61190 Close the active window and prompts to save the documents