home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / sharewar / winbatch / winbatch.exe / wwwdlang.en_ < prev    next >
Encoding:
Text File  |  2002-01-03  |  53.6 KB  |  1,265 lines

  1. ; The English section here is not used (generally), but is included so that
  2. ; anyone wanting to translate this to another language can refer to this
  3. ; section for how we worded it.  It is also a good idea to look at the
  4. ; translations of the same string for the other languages to help add a
  5. ; little context.  If some string seems terribly strange, it probably is,
  6. ; simply don't worry about it.  Some of these strings are never displayed
  7. ; to most users.  If a string is missing from the translation, we'll just
  8. ; use the English string.    There are a few strings that cannot be
  9. ; translated.
  10.  
  11. ; This a the language file for the WIL processor DLL.  It really is
  12. ; just an  INI file.  The "Description=" entry below should tell you
  13. ; what language it is designed for.
  14. ;
  15. ; The "MAIN" section contains codes for all translatable strings in the WIL
  16. ; DLL.  This is followed by several sections for individual programs, such
  17. ; as "WinBatch", for strings specific to those programs.
  18. ;
  19. ;
  20. ; The algorithm is as follows:
  21. ; The WWWBATCH.INI file's MAIN section is checked for a "Language" keyword.
  22. ; If the "Language" keyword exists (grm for example), then a file of the name
  23. ;       WWWDLANG.grm is used to look up strings.  If the string is not defined,
  24. ;       the internal English string is used.
  25. ; If no Language keyword is specified in the WWWBATCH.INI file,
  26. ;    the program looks in WIN.INI, INTL section, "sLanguage" Keyword and grabs
  27. ;    the three letter language code found there instead.
  28. ;
  29. ;
  30. ;    The ~ character signifies a new line
  31. ;    The | character signifies a tab character
  32. ;    The Description=entry describes the language involved here.  It is used
  33. ;    by a small WBT file shipped with assorted products, making it easy for
  34. ;    users to select assorted languages.
  35.  
  36.  
  37. [Main]
  38. Description=North American English
  39. X100=&Terminate|Ctrl+Break
  40. X102=Specified menu/batch file not found
  41. X104=&Quit Now
  42. X105=Enter &License Info
  43. X107=You are on day
  44. X108=of your
  45. X109=-day evaluation period.
  46. X110=&Buy Now
  47.  
  48. X111=Execution Error
  49.  
  50. X120=&Ok
  51. X121=&Cancel
  52. X122=Warning: File is about to be overwritten
  53. X123=&Overwrite
  54. X124=Overwrite &All
  55. X125=&Skip
  56. X126=&Next
  57. X127=&Run
  58. X128=&Show Var
  59. X129=Please enter name of the licensee of this product:
  60. X130=Please enter your licensing information below:
  61. X131=Registration ID:
  62. X132=Control Number:
  63. X133=Next Statement...
  64. X134=File Overwrite Warning
  65. X135=with file:
  66. X136=Use &Newer
  67. X137=Use Ne&wer All
  68. X138=Use O&lder
  69. X139=Use Ol&der All
  70.  
  71. X150=ENGLISH
  72.  
  73. X192=Execution ended
  74. X193=Execution terminated by user request or error
  75. X194=Execution terminated by user request
  76.  
  77. X203=Unable to allocate memory for menu/batch file
  78. X204=Unable to lock memory for menu/batch file
  79. X205=Batch file >64K.  Too Large.
  80. X206=File I/O error reading batch file
  81. X207=SunMonTueWedThuFriSat
  82. X208=Runtime Error
  83.  
  84. X211=Encrypted/Encoded verification failed
  85. X212=Memory Error in verification
  86. X213=Authorization Code?
  87. X214=Line too long (>256 characters)
  88. X215=Error converting Unicode batch/menu file
  89. X216=Could not allocate (or lock) work buffer
  90. X217=Unable to access or process specified #include file
  91.  
  92. X230=Error:
  93. X231=On line:
  94. X232=Go to Tech Support &Web Page
  95. X233=&Continue
  96. X234=&Exit
  97.  
  98. X236=Incorrect Licensing Data
  99. X237=Thank you for your support.
  100. X238=Software is already licensed
  101. X239=Software has been damaged. Do not use.
  102.  
  103. X502=Unexpected menu line.  Check for proper indentation.
  104. X503=Undefined error code ->
  105. X504=Menu file file open error. Maybe it does not exist???
  106. X505=Could not allocate menu build workarea
  107. X506=Could not lock menu build workarea
  108. X507=File I/O error reading menu file
  109.  
  110. X512=Need First level menu title.  Not found.
  111. X513=Could not create menu bar
  112. X514=Need batch code or second level menu title. Not found.
  113. X515=Need batch code or top level menu title. Not found.
  114. X516=First level popup menu creation failed.
  115. X517=Second level popup menu creation failed.
  116. X518=Third level popup menu creation failed.
  117. X519=Need batch code or third level menu title. Not found.
  118. X520=Need batch code or 1st or 2nd level menu title. Not found.
  119. X521=Need batch code or fourth level menu title. Not found.
  120. X522=Menu file re-open error
  121. X523=Could not allocate menu scan workarea -- Low on menory?
  122. X524=Could not lock menu scan workarea
  123. X525=File I/O error scanning menu file
  124.  
  125. X527=WIL Processor menu error 527
  126. X528=WIL Processor menu(s) will reloaded~to reflect recent changes.~Reselect menu option when reload complete.
  127.  
  128. X530=Menu/Batch file too big  >>64K
  129.  
  130. X540=Cannot run selected file:
  131.  
  132. X556=WIL Processor Initialization Failure
  133. X557=Illegal passed parameter.
  134.  
  135. X575=Menu/Batch Terminated
  136. X576=Processing failed validity check
  137.  
  138. X579=Need batch code, 1st, 2nd or 3rd level menutitle. Not found
  139. X580=Need batch code after fourth level menutitle.  Not found
  140. X581=Need batch code or 1st, 2nd, 3rd or 4th level menutitle. Not found
  141.  
  142. X599=Too many menu items defined for current application.
  143.  
  144. X700=Resize window on screen
  145. X701=Move window on screen
  146. X702=Reduce window to an icon
  147. X703=Zoom window to maximum size
  148. X704=Switch to the next child window
  149. X705=Switch to the previous child window
  150. X706=Close down application
  151. X707=Scroll child windows vertically
  152. X708=Scroll child windows horizontally
  153. X717=Arrange Windows
  154. X718=Restore window to previous state
  155. X719=Get Task Manager
  156.  
  157. X730=popup menu
  158. X731=menu item
  159.  
  160. X801=NT DLLCall: Bad Parameter List
  161. X802=Old SP
  162. X803=New SP
  163. X804=DLL: Bad Parameter List
  164. X805=END OF JOB
  165. X806== ??? Unknown Variable
  166. X807=*** Debug Initialized ***
  167. X808=VALUE=>
  168. X809===>TRUE=>
  169. X810===>FALSE=> (skipped)
  170. X811=STATEMENT SKIPPED
  171. X812=WHILE==>TRUE
  172. X813=WHILE==>FALSE
  173. X814=END OPERATOR
  174. X815=SWITCH==>
  175. X816=BREAKING
  176. X817=BREAK IGNORED
  177. X818=CONTINUING
  178. X819=CONTINUE IGNORED
  179. X820=FOR TRUE==>
  180. X821=FOR FALSE==>
  181. X822=GOSUB
  182. X823=RETURN VALUE=>
  183. X824=IF DO==>TRUE
  184. X825=IF DO==>FALSE
  185. X826=ELSE DO==>TRUE
  186. X827=ELSE DO==>FALSE
  187. X828=CASE TRUE==>
  188. X829=CASE FALSE==>
  189. X830=TERMINAL EXTENDER ERROR=>
  190. X831=EXTENDER ERROR SUPPRESSED =>
  191. X832=TERMINAL WIL ERROR=>
  192. X833=WIL ERROR SUPPRESSED =>
  193. X834=WIL Script Processor DLL
  194. X835=DLL Load Error
  195. X836=DebugData:
  196. X837=Internal Error
  197. X838=Dialog not found in parent table
  198. X839=(File not found)
  199. X840=WIL Script Processor Demo
  200. X843=Shareware evaluation copy
  201. X844=Please call customer service at~(206) 938-1743 for information~on network licensing.~~Single-PC version not licensed~for use on a network server.~~Use optional WinBatch compiler~to use batch files from a server.
  202. X845=INTERNAL DYNALLOC ERROR
  203. X846=Tag Overwrite 1
  204. X847=Tag Overwrite 2
  205. X848=Valid but unrecognised EXE
  206. X849=WIL Version:
  207. X850=WIL Extender load error
  208. X851=Extender DLL could not be loaded.  It requires one or more dependent DLL's, which are invalid or unavailable.  If you are loading a network extender, make sure you have the appropriate network client software installed.
  209. X852=Extender DLL is invalid.  You may be trying to load a DLL designed for Windows 95 from Windows NT.
  210. X853=Extender DLL is invalid.  You may be trying to load a DLL designed for Windows 95 from Windows NT (or vice versa).  Or, you may not have the appropriate network client software installed.
  211. X854=Extender DLL is invalid.
  212. X855=Unable to initialize the extender DLL.
  213. X856=Extender DLL is invalid, or a DLL required by the extender is invalid (outdated NWCALLS.DLL?).  Or, the system is out of memory.
  214. X857=Incorrect Windows version or platform.  Or, you may be trying to load WWN3Z16I.DLL, which is not an extender DLL.
  215. X858=Incorrect operating system.  You may not have the appropriate network client software installed.
  216. X859=Extender DLL is compressed, and must be expanded (via the setup program).
  217. X860=Extender DLL is invalid, or a DLL required by the extender is missing or invalid.
  218. X861=Unable to load 32-bit DLL from a 16-bit application.
  219. X862=Error code
  220. X863=Could not access Extender Entry 0x02
  221. X864=Could not access Extender Entry 0x03
  222. X865=WIL Extender Error:
  223. X866=Extender Error: Undefined error occurred
  224. X867=Invalid shortcut (.LNK) file
  225. X868=1932: WinExec:
  226. X869=Normal termination
  227. X870=*** Error Dump Initialized ***
  228. X871=CALLING UDF
  229. X872=RETURNING FROM UDF
  230. X873=TERMINAL UDF ERROR=>
  231. X874=UDF ERROR SUPPRESSED =>
  232. X875=In UDF
  233. X876=Leaving UDF
  234. X877=TERMINAL USER-DEFINED ERROR=>
  235. X878=USER-DEFINED ERROR SUPPRESSED =>
  236. X879=User-Defined Error:
  237.  
  238.  
  239. X1900=WinExec 0: Out of Memory
  240.  
  241. X1902=WinExec 2: File Not Found
  242. X1903=WinExec 3: Path Not Found
  243.  
  244. X1905=WinExec 5: Attempt to dynlink to a task
  245. X1906=WinExec 6: Lib requires data segs for each task
  246.  
  247. X1908=WinExec 8: Insufficient contiguous memory for application
  248.  
  249. X1910=WinExec 10: Incorrect Windows Version
  250. X1911=WinExec 11: Invalid EXE file
  251. X1912=WinExec 12: Cannot run OS/2 application
  252. X1913=WinExec 13: Cannot run DOS4.0 application
  253. X1914=WinExec 14: Unknown EXE type
  254. X1915=WinExec 15: Attempt to run old EXE in protect mode
  255. X1916=WinExec 16: Attempted 2nd EXE with multiple writeable datasegs
  256. X1917=WinExec 17: Nonshareable DLLs already in use
  257. X1918=WinExec 18: App marked for protected mode only
  258. X1919=WinExec 19: EXE is is compressed.  Cannot run
  259. X1920=WinExec 20: DLL invalid or corrupt
  260. X1921=WinExec 21: EXE requires 32-bit Windows
  261.  
  262. X1932=WinExec: Undefined Error
  263. X1933=WinExec: No application defined for data file
  264.  
  265.  
  266. X1002=File List Processing - No Match
  267. X1003=FileMove: Failed
  268. X1004=FileMove: FROM file open failed
  269. X1005=FileMove: TO file open failed
  270. X1006=FileMove: I/O error
  271. X1007=FileMove: Could not delete FROM file
  272. X1008=FileCopy: Failed
  273. X1009=FileCopy: FROM file open failed
  274. X1010=FileCopy: TO file open failed
  275. X1011=FileCopy: I/O error
  276. X1012=FileAppend: FROM file open failed
  277. X1013=FileAppend: TO file open failed
  278. X1014=FileAppend: I/O error
  279. X1015=FileRename: Failed
  280. X1016=FileDelete: File not found
  281. X1017=TimeDiff: Time parameter error - bad value
  282. X1018=TimeDiff: Out of Range (over 60 years)
  283. X1019=TimeAdd: Cannot add supplied times
  284. X1020=TimeAdd: Time parameter error - bad value
  285. X1021=WaitLong: Could not properly compute time for delay
  286. X1022=WaitUntil: Passed time not in proper format
  287. X3023=BinaryData: Invalid Binary Data handle passed
  288. X3024=BinaryData: Too many open Binary Data Handles
  289. X1025=File Rename: Rename failed
  290. X3026=LogDisk: Illegal disk drive
  291. X3027=LogDisk: DOS reports no disks!!  ???
  292. X1028=LogDisk: Requested drive not online
  293. X1029=DirMake: Dir not created
  294. X1030=DirRemove: Dir not removed
  295. X1031=DirChange: Dir not found/changed
  296. X3032=GoTo unable to lock memory for batch file
  297. X3033=GoTo label not found
  298. X1034=Clipboard owned by another app.  Cannot open.
  299. X1035=Clipboard does not contain text for CLIPAPPEND.
  300. X1036=Clipboard cannot hold that much text (>64000 bytes)
  301. X1037=Unable to get memory for clipboard.  Close some apps
  302. X2038=WinCloseNot Function Syntax error
  303. X1039=WinClose: Window not found
  304. X1040=WinHide: Window not found
  305. X1041=WinIconize: Window not found
  306. X1042=WinZoom: Window not found
  307. X1043=WinShow: Window not found
  308. X1044=WinPlace: Window not found
  309. X1045=WinActivate: Window not found
  310. X3046=Internal Error 3046. Function not defined
  311. X3047=Variable name over 30 chars. Too Long
  312. X3048=Substitution %Variable% not followed by a % (Use %% for %)
  313. X3049=No variables exist??!!
  314. X3050=No IF to relate to THEN or ELSE is currently valid
  315. X3051=Undefined variable or function
  316. X3052=Uninitialized variable or undefined function
  317. X3053=Character string too long (>256 chars??)
  318. X3054=Unrecognizable item found on line
  319. X3055=Variable name over 30 chars. Too Long
  320. X3056=Variable could not be converted to string
  321. X3057=Variable could not be converted to a valid number
  322. X2058=StrCat: Function syntax error
  323. X3059=Illegal Bounds for STRSUB function
  324. X2060=AVERAGE function syntax error
  325. X3061=Illegal Syntax
  326. X3062=Attempt to divide by zero
  327. X3063=Binary operation not legal for type of number
  328. X3064=Unary operation not legal for type of number
  329. X3065=Unbalanced Parenthesis
  330. X3066=Wrong Number of Arguments in Function
  331. X3067=Function Syntax. Opening parenthesis missing.
  332. X3068=Function Syntax. Illegal delimiter found.
  333. X3069=Assignment not legal here. (Use == for equality testing)
  334. X3070=Internal error 3070.  Too many arguments defined.
  335. X3071=Missing or incomplete statement
  336. X3072=THEN not found in IF statement
  337. X3073=Goto Label not specified
  338. X3074=Expression continues past expected end.
  339. X3075=Call: Parse of file/parameter line failed
  340. X3076=FileOpen: READ or WRITE not properly specified
  341. X1077=FileOpen: Open failed
  342. X3078=FileOpen: Too many (>128) files open
  343. X3079=FileClose: Invalid file handle
  344. X3080=FileClose: File not currently open
  345. X3081=FileRead: Invalid file handle
  346. X3082=FileRead: File not currently open
  347. X1083=FileAttrGet: File not found
  348. X3084=FileWrite: Invalid file handle
  349. X3085=FileWrite: File not currently open
  350. X1086=FileAttrSet: File not found, or cannot be accessed
  351. X3087=FileRead: File not open for reading
  352. X3088=FileRead: Attempt to read past end of file
  353. X3089=FileWrite: File not open for writing
  354. X3090=Dialog Box: File open error
  355. X3091=Dialog Box: Box too large (20x60 max)
  356. X3092=Dialog Box: Non-text control used w/filebox.
  357. X2093=Dialog Box: Bad Filespec, using *.*
  358. X3094=Dialog Box: Window Registration Failed
  359. X3095=Compare: Not an integer or string compare
  360. X3096=Memory allocation failure.  Out of memory for strings
  361. X3097=Memory allocation failure.  Out of memory for variables
  362. X3098=IntErr: NULL pointer passed to xstrxxx subroutines
  363. X3099=CallExt function disabled.  Not currently available.
  364. X1100=StrIndex/StrScan 3rd parameter out of bounds
  365. X3101=Substituted line too long. (> 256 characters)
  366. X3102=Drop: Can only drop variables
  367. X3103=IsDefined: Attempting to test non-variable item
  368. X3104=Dialog Box: Window Creation Failed
  369. X3105=CALL and CALLEXT not supported in compiled versions
  370. X2106=SetDisplay: Type not NAME, DATE, SIZE, KIND or UNSORTED
  371. X3107=Run: Filetype is not COM, EXE, PIF or BAT
  372. X3108=FileItemize: Unable to lock file info segment
  373. X3109=FileItemize: Unable to unlock file info segment
  374. X3110=FileItemize: Unable to lock file index segment
  375. X3111=FileItemize: Unable to unlock file index segment
  376. X2112=FileSize: File Not Found
  377. X3113=FileSize: Filelength I/O Error
  378. X3114=FileSize: Buffer Overrun Error
  379. X3115=FileDelete: Buffer Overrun Error
  380. X3116=FileRename: Buffer Overrun Error
  381. X3117=FileCopy/Move: Buffer Overrun Error
  382. X2118=FileCopy/Move: Destination file same as source
  383. X1119=WinPosition: Window not found
  384. X2120=SetDisplay: Display type not SHORT or LONG
  385. X1121=WinTitle: Window not found
  386. X2122=FileAppend: Target cannot be wildcarded
  387. X3123=WaitForKey: Invalid key codes specified
  388. X3124=WinMetrics: Invalid code
  389. X1125=FileTimeGet: File not found
  390. X1126=BinaryAlloc: Could not allocate binary buffer
  391. X3127=BinaryEODSet: Set value beyond end of buffer
  392. X1128=FileTimeTouch: File not found, or cannot be accessed
  393. X1129=OleInitiate: Initiate Failed
  394. X3130=OleTerminate: Bad Ole Channel
  395. X3131=OleExecute: Bad Ole Channel
  396. X3132=Ole: Ole has not been initialized (or string missing quotes)
  397. X1133=OleExecute: Could not process OLE command
  398. X1134=OleExecute: Function syntax error
  399. X3135=OleExecute: Syntax Error - Needs more parameters
  400. X3136=DDEInitiate: Undefined Error
  401. X3137=DDEInitiate: Nobody Around to talk to
  402. X3138=DDEInitiate: Too many DDE conversations
  403. X3139=DDEInitiate: Bad Channel Number
  404. X3140=DDEInitiate: Create String Failure
  405.  
  406. X1141=OleExecute: Not enough format ids for all parameters
  407. X3142=DDETerminate: Channel does not exist
  408. X1143=OleExecute: Format id problem
  409. X1144=DDETerminate: Channel not open
  410. X3145=DDEExec: GlobalAlloc failed
  411. X3146=DDEExec: Global Lock failed
  412. X3147=DDEExec: Bad channel number
  413. X3148=OleInitiate: Application does not support Ole
  414. X3149=DDEExec: Internal Error 3149
  415. X1150=DDEExec: DDE Post failed
  416.  
  417. X3151=DDEReq: Undefined Error
  418. X3152=DDEReq: Bad channel number
  419. X3153=DDEReq: Null handle returned
  420. X3154=DDEReq: Create String Failed
  421. X1155=DDEReq: DDE Post failed
  422. X3156=DDEReq: GlobalLock failed
  423.  
  424. X3157=OleInitiate: Too many open channels
  425. X1158=RegOpenKey: Function Failed
  426. X1159=RegCreateKey: Function Failed
  427. X3160=DDEPoke: GlobalAlloc failed
  428. X3161=DDEPoke: GlobalAddAtom failed
  429. X3162=DDEPoke: GlobalLock failed
  430. X1163=DDEPoke: DDE Post failed
  431. X1164=DDEPoke: DDE Timeout
  432. X1165=DDEReq: DDE Timeout
  433. X1166=DDEExec: DDE Timeout
  434. X3167=DDE Recv Data: GlobalLock 1 failed
  435. X3168=DDE Recv Data: GlobalAlloc 2 failed
  436. X3169=DDE Recv Data: GlobalLock 2 failed
  437. X3170=DDEInitiate: Internal Error 3170
  438. X3171=IntControl: Invalid IntControl opcode
  439. X1172=WinExeName: Window not found
  440. X1173=Net: No network found
  441. X1174=Net: Security Violation
  442. X1175=Net: Function not supported
  443. X1176=Net: Out of Memory
  444. X1177=Net: Network Error
  445. X1178=Net: Windows function failed
  446. X1179=Net: Invalid type of request
  447. X1180=Net: Invalid Pointer
  448. X1181=Net: Cancelled at users request
  449. X1182=Net: Bad user / Not logged in
  450. X1183=Net: Buffer too small - Internal Error
  451. X1184=Net: Invalid Network name
  452. X1185=Net: Invalid Local Name
  453. X1186=Net: Invalid Password
  454. X1187=Net: Local Device already connected
  455. X1188=Net: Not a valid local device or network name
  456. X1189=Net: Not a redirected local device or current net name
  457. X1190=Net: Files were open with FORCE=FALSE
  458. X1191=Net: Function busy
  459. X1192=Net: Unknown network error
  460. X1193=Function not supported in this version of Windows
  461. X1194=PlaySounds: File not found
  462. X1195=PlayMedia: Unrecognised Error
  463. X3196=PlayMedia: Do not use WAIT or NOTIFY in MCI string
  464. X3197=WinResources: Invalid request number
  465. X3198=WinParmGet/Set: Invalid request number
  466. X3199=WinPlaceGet/Set: Invalid window-size number
  467. X1200=WinPlaceGet/Set: Window not found
  468. X1201=WinPlaceGet/Set: Function failed
  469. X3202=WinPlaceSet: Wrong number of window co-ordinates
  470. X2203=Dir Rename: 'From' file illegal
  471. X2204=Dir Rename: 'To' file illegal
  472. X3205=MouseInfo: Invalid request number
  473. X3206=SnapShot: Invalid request number
  474. X1207=SnapShot: Out of memory
  475. X1208=SnapShot: Palette Creation Error
  476. X1209=SnapShot: Cannot open clipboard
  477. X3210=Cmd Extender: Out of memory to save result
  478. X3211=Call: More than 6 levels of Calls
  479. X3212=PlayMedia: Notify Window creation failed
  480. X1213=Cmd Extender: Minor error occurred
  481. X2214=Cmd Extender: Moderate Error Occurred
  482. X3215=Cmd Extender: Severe error occurred
  483. X1216=RunWait Commands not supported in 3.0 Debug Windows
  484. X1217=WinHelp: Invalid SubCommand Requested
  485. X3218=Dialog: Dialog name too long (>16 chars)
  486. X3219=Dialog: Format variable missing
  487. X3220=Dialog: Format version not supported
  488. X3221=Dialog: x, y, width or height variables bad
  489. X3222=Dialog: Control definition variable missing
  490. X3223=Dialog: Bad Control type in definition variable
  491. X3224=Dialog: Bad or missing Value for Radio/Checkbox button
  492. X3225=Dialog: Too many items in definition variable
  493. X1226=DirExist: Invalid path specified
  494. X1227=WinIsDos: Window not found or bad window
  495. X3228=Function not available in Windows NT
  496. X1229=RegDeleteKey: Function Failed
  497. X1230=RegDeleteKey: Access Denied
  498. X1231=RegCloseKey: Function Failed
  499. X1232=RegSetValue: Function Failed
  500. X1233=RegQueryValue: Function Failed
  501. X3234=RunExit: Not EXE, COM or BAT file
  502. X3235=RunExit: EXE name too long (max 127)
  503. X3236=RunExit: Params too long (max 126)
  504. X3237=RunEnviron: Params too long (max 119)
  505. X3238=RunEnviron: EXE file NOT a Windows file
  506. X3239=RunExit: Cannot locate file to run
  507. X1240=ExeTypeInfo/RunEnviron: Cannot Locate File
  508. X1241=RunEnviron: Not a Windows EXE file
  509. X1242=EnvironSet: Not enough environment space left.
  510. X3243=Ole Object: Object Name too long
  511. X3244=Ole Object: Property name too long
  512. X3245=Ole Object: Method name too long
  513. X3246=Ole Object: Object does not exist
  514. X3247=Ole Object: Method has more parameters then WIL supports
  515. X1248=Ole:System Ole Dll's not found (not installed?)
  516. X1249=Ole Object: Could not process value returned from object
  517. X3250=Ole Object: Problem occurred when formatting parameters
  518. X1251=Ole: WIL Ole interface Dll not found (WBOxxyyy.DLL)
  519. X3252=RunExit: Not supported under Windows NT (No DOS)
  520. X1253=Function not supported on this platform.
  521. X1254=Ole: Unknown interface
  522. X1255=Ole: Member not found
  523. X1256=Ole: Param not found
  524. X1257=Ole: Type mismatch
  525. X1258=Ole: Unknown name
  526. X1259=Ole: No named args
  527. X1260=Ole: Bad variable type
  528. X1261=Ole: Exception
  529. X1262=Ole: Overflow
  530. X1263=Ole: Bad index
  531. X1264=Ole: Unknown LCID
  532. X1265=Ole: Array is locked
  533. X1266=Ole: Bad param count
  534. X1267=Ole: Param not optional
  535. X1268=Ole: Bad callee
  536. X1269=Ole: Not a collection
  537. X1270=Ole: IO error
  538. X1271=Ole: Compile error
  539. X1272=Ole: Cannot create tempfile
  540. X1273=Ole: Illegal index
  541. X1274=Ole: Id not found
  542. X1275=Ole: Buffer too small
  543. X1276=Ole: Read only
  544. X1277=Ole: Invalid data read
  545. X1278=Ole: Unsupported format
  546. X1279=Ole: Already contains name
  547. X1280=Ole: No matching arity
  548. X1281=Ole: Registry access problem
  549. X1282=Ole: Lib not registered
  550. X1283=Ole: Duplicate definition
  551. X1284=Ole: Usage
  552. X1285=Ole: Dest not known
  553. X1286=Ole: Undefined type
  554. X1287=Ole: Qualified name disallowed
  555. X1288=Ole: Invalid state
  556. X1289=Ole: Wrong type kind
  557. X1290=Ole: Element not found
  558. X1291=Ole: Ambiguous name
  559. X1292=Ole: Invoke function mismatch
  560. X1293=Ole: DLL function not found
  561. X1294=Ole: Bad module kind
  562. X1295=Ole: Wrong platform
  563. X1296=Ole: Already being laidout
  564. X1297=Ole: Cannot load library
  565. X1298=Ole: Error code not recognised
  566. X1299=Dll: DLL file not found
  567. X1300=Dll: File not loadable
  568. X1301=DllCall: Bad Entrypoint name
  569. X1302=DllCall: Bad Global Pointer returned from called DLL
  570. X1303=IconReplace: EXE file not found
  571. X1304=IconReplace: ICO file not found
  572. X1305=IconReplace: ICO file open failed
  573. X1306=IconReplace: Invalid ICO file
  574. X1307=IconReplace: Memory Alloc Error
  575. X1308=IconReplace: EXE file open failed (in use?)
  576. X1309=IconReplace: Unrecognised EXE file
  577. X1310=IconReplace: Not a Windows EXE file
  578. X1311=IconReplace: No resources in EXE file
  579. X1312=IconReplace: New Icon is larger than old icon
  580. X1313=IconReplace: Invalid EXE file
  581. X1314=IconReplace: No icons found in EXE file
  582. X1315=SendMenusTo: Window menu not accessible
  583. X1316=SendMenusTo: MenuItem name not found
  584. X1317=SendMenusTo: PostMessage Failed
  585. X1318=Ole: WBOLExxx.DLL LoadLibrary failure
  586. X1319=OS2Sound: Could not communicate with OS2
  587. X3320=EvalDisk: Disk Drive specification error
  588. X3321=EvalDisk: Internal Error 1
  589. X3322=File Name Parsing: Function does not allow wildcards
  590. X1323=FileFullName: Filename cannot be legally expanded
  591. X1324=FileMapName: Filename cannot be legally mapped to mask
  592.  
  593. X3325=BinaryPeekPoke: Offset is beyond end of binary buffer
  594. X3326=BinaryPoke: Value to poke is outside the 8 bit range
  595. X3327=BinaryCopy: Offset(s) beyond end of binary buffer(s)
  596. X3328=BinaryCopy: Data to be copied will not fit in buffer
  597. X3329=BinaryCopy: Data to copy extends beyond end of buffer
  598. X1330=BinaryRead: File size larger than binary buffer size
  599. X2331=BinaryStrGet: Data request extends beyond end of binary buffer
  600. X2332=BinaryStrSet: Data to store would overrun binary buffer
  601. X3333=BinaryIndex: Offset is beyond end of binary buffer
  602. X1334=WinItemChild: Parent Window cannot be found
  603. X1335=IniPrivate functions: Illegal to access [386Enh] Device= keywords
  604. X1336=Ask Multiple: Error retrieving selected items from listbox.
  605. X1337=AskFileName: Dialog Box creation error
  606. X3338=FP Math: Illegal floating point number.  Too many dots.
  607. X3339=FP Math: Illegal floating point number.  Too many E's.
  608. X3340=FP Math: Variable could not be converted to floating point
  609. X1341=FP Math: Argument to function outside domain of function
  610. X1342=FP Math: Result is too large to be represented
  611. X1343=FP Math: Partial loss of significance occurred
  612. X1344=FP Math: Illegal value passed to function. (Singularity)
  613. X1345=FP Math: Total loss of significance occurred
  614. X1346=FP Math: Result too small to be represented
  615. X1347=FP Math: Undocumented library error passed to matherr
  616. X1348=FP Math: Non-Integer Power of Negative Number is not defined
  617. X1349=FP Math: Square Root of a Negative Number
  618. X1350=FP Math: Cannot Take Log of Zero or a Negative Number
  619. X1351=FP Math: Fact args must be positive whole numbers <=170
  620. X3352=Internal Error: Command or Structop not defined
  621. X3353=Struct Error: Nesting of structures is too complex
  622. X3354=END Error: No matching End found
  623. X3355=STRUCT Error: 'Break' not in a Structure
  624. X3356=STRUCT Error: 'Continue' not in a Structure
  625. X3357=End Error: No match  found
  626. X3358=Else Error: No matching If found
  627. X3359=Break/Continue: Not in a While, Switch, or For structure
  628. X3360=For Error: Bad Syntax.  e.g. 'For x = 1 to 10'
  629. X3361=For Error: For counters must be numbers, not strings
  630. X3362=Misplaced 'TO' found without a DoFor
  631. X3363=Unidentified 'END': Must be followed by If, While, Switch or For
  632. X3364=SWITCH/CASE Error: Switch/Case can only accept integers
  633. X3365=CASE Error: No matching Switch found
  634. X3366=AskBox Error: Single/Multiple value incorrect
  635. X3367=AskBox Error: Sorted/Unsorted value incorrect
  636. X1368=ActivateChild: Child windows does not exist
  637. X1369=DllCall: Invalid DllName as Param1
  638. X1370=DllCall: Invalid DllEntryPoint
  639. X1371=DllCall: Bad punctuation found
  640. X1372=DllCall: Too many parameters (max 2 + 15 args)
  641. X1373=DllCall: Must have at least 3 parameters
  642. X1374=DllCall: Number of DLL parameters and type string do not agree
  643. X1375=DllCall: Parameter cannot be forced to 'SHORT'
  644.  
  645. X1376=DllCall: Parameter cannot be forced to 'LONG'
  646. X1377=DllCall: Return type invalid - WORD LONG or LPSTR
  647. X1378=DllCall: Bad parm code.  Only WORD, LONG, LPSTR, LPBINARY or LPNULL
  648. X1379=DllCall: Bad type list caused stack problems.  Check types carefully.
  649. X1380=DllCall: Missing ':' after type code
  650. X1381=DllCall: Param cannot be converted to string for LPSTR
  651. X3382=DllCall: Internal Error - cannot accept lpbinary return
  652. X3383=Execute function error: 'Wait' parameter bad
  653. X3384=Execute function error: 'Display type' parameter bad
  654. X1385=DiskExist: Invalid Disk Argument.  Try a single letter
  655. X3386=IniItemize: Operation not supported; WIN.INI is a mapped INI file
  656. X3387=ShellPrint: @WAIT not supported in NT
  657. X1388=Request Ignored: NT Security violation
  658. X1389=FileCompare: FileOpen failure - First File
  659. X1390=FileCompare: FileOpen failure - Second File
  660. X3391=DllFree: Bad Dll handle passed.  Must use handle returned by DllLoad
  661. X2392=DllLoad: Too many open DllLoads.
  662. X1393=AddExtender: Too many extenders added
  663. X1394=AddExtender: Extender dll not found
  664. X1395=AddExtender: Not a valid extender
  665. X1396=AddExtender: Extender table full
  666. X3397=List Itemization: Could not allocate global buffer
  667. X1398=List Allocation: Could not itemize all items
  668. X1399=AddExtender: Extender detects error, will not load
  669. X1400=Call: File not found
  670. X3401=RunEnviron: @NOWAIT not supported in 16 bit versions. Use @WAIT.
  671.  
  672. X1402=REG Functions: Bad Data Item [name]
  673. X1404=FileCopy: Insufficient free space on target drive
  674. X1405=FileMove: Insufficient free space on target drive
  675. X1406=FileAppend: Insufficient free space on target drive
  676. X1407=IntControl 29: Invalid delimiter character
  677. X1408=WinIdGet: Window not found
  678. X1409=Shortcut functions require Windows 95 or Windows NT 4.0+
  679. X1410=Shortcut functions: Shortcut files must have an extension of '.LNK'
  680. X1411=Shortcut functions: Shortcut file not found
  681. X1412=ShortcutMake: Shortcut file already exists
  682. X1413=Shortcut Make/Edit: Invalid show mode
  683. X1414=ShortcutExtra: Invalid hotkey
  684. X1415=Shortcut functions: CoInitialize failed
  685. X1416=Shortcut functions: CoCreateInstance failed
  686. X1417=Shortcut functions: QueryInterface failed
  687. X1418=Shortcut functions: Error loading shortcut file
  688. X1419=Shortcut functions: Error reading shortcut file
  689. X1420=Shortcut functions: Error saving shortcut file
  690. X1421=DirAttrGet: Directory not found
  691. X1422=DirAttrSet: Directory not found, or cannot be accessed
  692. X1423=FileNameLong: File not found
  693. X1424=FileNameShort: File not found
  694. X1425=WIL Internal Error
  695. X1426=IntControl 30: Source file not found
  696. X1427=IntControl 30: Error parsing target spec
  697. X1428=IntControl 30: Cannot move file to a different drive
  698. X1429=RegApp: Function not supported in 16-bit version
  699. X1430=RegApp: File not found
  700. X1431=RegApp: Error writing to registry
  701. X1432=RegDelValue: Function not supported in 16-bit version
  702. X1434=InstallFile: Source file not found (or not specified)
  703. X1435=InstallFile: Target file name cannot contain a path
  704. X1436=InstallFile: Target directory not found (or not specified)
  705. X1437=AddExtender: Extender DLL load failed
  706. X1438=WinSysInfo: Function not supported in 16-bit version
  707. X1439=Mouse Functions: Invalid click-type
  708. X1440=Mouse Functions: Unable to determine window containing mouse
  709. X1441=Mouse Functions: Child window specified with no parent
  710. X1442=Mouse Functions: Parent window not found
  711. X1443=Mouse Functions: Child window not found
  712. X1444=MouseClickBtn: Button not found
  713. X1445=IconReplace: Unable to create file mapping
  714. X1446=IconReplace: Unable to map view of file
  715. X1447=IconReplace: New icon is smaller than old icon
  716. X1448=IntControl 32: Invalid data type
  717. X1449=ShellExecute: Error launching specified file
  718. X1450=RegQueryItem: Function not supported in 16-bit version
  719. X1451=RegQueryItem: Unable to open specified subkey
  720. X1452=REG Functions: Unable to open (or create) specified subkey
  721. X1453=RegQueryValue: Registry value is binary.  Use RegQueryBin instead.
  722. X1454=RegQueryBin: Registry value is not binary
  723. X1455=REG Functions: Unable to allocate or lock memory
  724. X1456=RegQueryDword: Registry value is not a DWORD
  725. X1457=RegSetBin: Invalid binary value string
  726. X1459=RegSetDword: Invalid DWORD value
  727. X1460=REG functions: Subkey string too long
  728. X1461=TimeJulToYmd: Invalid Julian date
  729. X1462=TimeSubtract: Cannot subtract supplied times
  730. X1463=TimeSubtract: Time parameter error - bad value
  731. X1464=IntControl: Window not found
  732. X1465=IgnoreInput: Function not supported in 32-bit version
  733. X1466=IconReplace: Invalid icon index
  734. X3467=FileWrite: Write failed
  735. X1468=DiskInfo: Invalid drive letter
  736. X1469=DiskInfo: Invalid request number
  737. X1470=DiskInfo: Function failed
  738. X1471=IntControl 39/40: Invalid share mode
  739. X3472=Function not available in this product
  740. X3473=FileCopy/Move: Cannot specify warning=@TRUE in background mode
  741. X1474=BinaryHash/Sort: Invalid record size
  742. X1475=BinaryHash/Sort: Invalid key offset
  743. X1476=BinaryHash/Sort: Invalid key size
  744. X1477=BinaryHash/Sort: Specified key extends beyond end of specified record
  745. X1478=BinaryHash/Sort: Specified record size is larger than binary buffer
  746. X1479=BinaryHash/Sort: Unable to allocate (or lock) memory
  747. X1480=BinaryHash: Key value must be specified
  748. X1481=BinaryHash: Specified key value is larger than specified key size
  749. X1482=BinaryHash: No available space in binary buffer
  750. X1483=RegQueryExpSz: Registry value is not a REG_EXPAND_SZ
  751. X1484=RegQueryMulSz: Registry value is not a REG_MULTI_SZ
  752. X1485=RegQuery[..]: Function not supported in 16-bit version
  753. X1486=RegSet[..]: Function not supported in 16-bit version
  754. X1487=RegQueryMulSz/RegSetMulSz: Invalid delimiter
  755. X1488=RegQueryValue: Registry value is a REG_EXPAND_SZ.  Use RegQueryExpSz instead.
  756. X1489=RegQueryValue: Registry value is a REG_MULTI_SZ.  Use RegQueryMulSz instead.
  757. X1490=RegQueryValue: Registry value could not be converted to a string
  758. X1491=Ole: Unable to allocate (or lock) memory
  759. X1492=RegQueryEx: Invalid 'type'
  760. X1493=RegSetEx: Invalid 'type'
  761. X1494=RegEntryType: Unable to access registry value
  762. X1495=IntControl 41: Invalid parameter
  763. X1496=FileVerInfo: File not found
  764. X1497=FileVerInfo: Unable to access version information for file
  765. X1498=FileVerInfo: Unable to allocate (or lock) memory
  766. X1500=Undefined error
  767. X1501=IntControl 43: Invalid parameter
  768. X1502=RegConnect: Remote registry service not installed
  769. X1503=RegConnect: Invalid computer name
  770. X1504=RegConnect: Invalid handle
  771. X1505=RegConnect: Function failed
  772. X1506=RegConnect: Function not supported in 16-bit version
  773. X1507=FileCopyPort: Error accessing file
  774. X1508=FileCopyPort: Error accessing port
  775. X1509=FileCopyPort: Error reading file
  776. X1510=FileCopyPort: Error writing to port
  777. X1511=FileCopyPort: Function not supported in 16-bit version
  778. X1512=InstallFile: Buffer too small (WIL internal error)
  779. X1513=Ole: Out of memory / Buffer too small
  780. X1514=BinaryOleType: Invalid 'type'
  781. X1515=BinaryOleType: 'type' does not include a data type
  782. X1516=BinaryOleType: 'type' does not include a direction
  783. X1517=Ole Object: Must first use 'BinaryOleType' to identify the binary buffer
  784. X1518=Ole Object: Unsupported binary buffer type (specified using 'BinaryOleType')
  785. X1519=DiskVolInfo: Invalid root path
  786. X1520=DiskVolInfo: Invalid request number
  787. X1521=DiskVolInfo: Function not supported in 16-bit version
  788. X1522=DiskVolInfo: Function failed
  789. X1523=RegLoadHive: Specified file not found
  790. X1524=RegLoad/UnloadHive: Unable to set NT security privilege for operation
  791. X1525=RegLoad/UnloadHive: Invalid key handle
  792. X1526=RegLoad/UnloadHive: Access denied
  793. X1527=RegLoadHive: Sharing violation (specified file is in use)
  794. X1528=RegUnloadHive: Invalid subkey
  795. X1529=RegLoad/UnloadHive: Function failed
  796. X1530=RegLoad/UnloadHive: Function not supported in 16-bit version
  797. X1531=RegLoadHive: Specified file is not a valid hive
  798. X1532=RegLoadHive: Bad key, or duplicate subkey
  799. X1533=RegUnloadHive: Bad key or subkey
  800. X1534=RegExistValue: Function not supported in 16-bit version
  801. X1535=ClipGetEx: Invalid format
  802. X1536=ClipGetEx: Format not supported in this version of Windows
  803. X1538=WinItemizeEx: Invalid 'multiple' flag
  804. X1539=WinItemizeEx: Invalid 'hidden' flag
  805. X1540=Ole Object: NULL object handle
  806. X1541=ShortcutDir: 'Name' not specified
  807. X1542=ShortcutDir: Function not supported in 16-bit version
  808. X1543=Binary functions: Offset(s) beyond end of binary buffer(s)
  809. X1544=Binary functions: Specified count extends beyond end of binary buffer(s)
  810. X1545=Binary functions: Offset beyond end of file
  811. X1546=Binary functions: Specified count extends beyond end of file
  812. X1547=Binary functions: Error seeking to offset in file
  813. X1548=Binary functions: Invalid offset
  814. X1549=Binary functions: Invalid count
  815. X1550=Binary functions: Offset beyond binary EOD
  816. X1551=Binary functions: Specified count extends beyond binary EOD
  817. X1552=BinaryWriteEx: Unable to allocate (or lock) memory
  818. X1553=BinaryConvert: Invalid type
  819. X1554=BinaryConvert: Invalid flags
  820. X1555=BinaryConvert: Invalid combination of flags
  821. X1556=BinaryConvert: Insufficient free space in binary buffer
  822. X1557=BinaryConvert: Error converting buffer
  823. X1558=BinaryConvert: Unicode not supported in 16-bit version
  824. X1559=BinaryClip: Unable to open clipboard
  825. X1560=BinaryClip: Specified clipboard format is not available
  826. X1561=BinaryClip: Error retrieving clipboard data
  827. X1562=BinaryClip: Error accessing clipboard data (maybe unsupported format)
  828. X1563=BinaryClip: Insufficient space in binary buffer
  829. X1564=BinaryClip: Unable to allocate (or lock) memory
  830. X1565=BinaryClip: Error storing data in the clipboard
  831. X1566=RegDeleteKey: Subkey cannot be blank
  832. X1567=WinVersion: Invalid level
  833. X1568=FileTimeGet/SetEx: Function not supported in 16-bit version
  834. X1569=FileTimeGet/SetEx: Invalid time-field
  835. X1570=Ole: Invalid parameter(s)
  836. X1571=StrFix: Invalid 'length'
  837. X1572=Ole: Invalid YmdHms date string
  838. X1573=DirSize: Directory not found
  839. X1574=DirSize: Function not supported in 16-bit version
  840. X1575=IntControl: Invalid YmdHms date string
  841. X1576=IntControl: Unable to set NT security privilege for operation
  842. X1577=IntControl 60: Device name must be specified
  843. X1578=AskDirectory: Function requires Windows 95 or Windows NT 4.0 (or higher)
  844. X1579=AskDirectory: Function not supported in 16-bit version
  845. X1580=BinaryTagInit: Blank tag specified
  846. X1581=BinaryTag[..]: Invalid binary tag structure
  847. X1582=BinaryTag[..]: Unable to allocate (or lock) memory
  848. X1583=WinItemProcId: Invalid process ID
  849. X1584=WinItemProcId: Function not supported in 16-bit version
  850. X1585=WinItemProcId: Invalid flags
  851. X1586=WinItemProcId: Invalid return type
  852. X1587=MouseCoords: Function failed
  853. X1588=Unable to allocate or lock memory
  854. X1589=Ole: Method or property name too long
  855. X1590=FileDelete: File could not be deleted
  856. X1591=FileRead: Line too long
  857. X1592=BinaryComp: Error compressing data
  858. X1593=BinaryUncomp: Error uncompressing data
  859. X1594=OLE: Unable to access or initialize required file ACTIVEDS.DLL
  860. X1595=IntControl 32: Invalid operation
  861. X1596=IntControl 32: Unable to read from specified memory location
  862. X1597=IntControl 32: Unable to write to specified memory location
  863. X1598=IniItemizePvt: File not found; may be a mapped INI file
  864. X1599=FP Math: Function returned invalid floating point number (NAN)
  865. X1600=MousePlay: Invalid time delay
  866. X1601=MousePlay: Function failed
  867. X1602=MousePlay: Function not supported in 16-bit version
  868. X1603=MousePlay: Invalid X Y coordinates
  869.  
  870. X1611=AskFileName: Invalid flag
  871. X1612=BinaryRead: Error reading file
  872. X1613=BinaryWrite: Error writing file
  873. X1614=BinaryReplace: Data to store would overrun binary buffer
  874. X1615=IntControl 56: Invalid name type
  875. X1616=StrClean: Invalid 'match-case' flag
  876. X1617=StrClean: Invalid 'mode'
  877. X3618=Unable to call Cancel Handler: Nesting of structures is too complex
  878. X3619=Unable to call Error Handler: Nesting of structures is too complex
  879. X1620=RegOpenKeyEx: Function not supported in 16-bit version
  880. X1621=RegOpenKeyEx: Invalid mode
  881. X1622=IntControl 77: Invalid request
  882. X3623=Cannot have nested #DefineFunction (missing #EndFunction)
  883. X3624=Syntax error in #DefineFunction statement
  884. X3625=#EndFunction with no matching #DefineFunction
  885. X3626=Maximum number of user-defined functions exceeded
  886. X3627=Error processing user-defined function
  887. X1628=ArrDimension: Invalid array dimension
  888. X1629=ArrDimension: Dimension 1 cannot be 0
  889. X1630=ArrDimension: Cannot have 0 dimension followed by non-0 dimension
  890. X1631=ArrDimension: Unable to allocate or lock memory
  891. X1632=Array variable must include dimensions
  892. X1633=Array variable illegal syntax
  893. X1634=Array dimensions must be numeric
  894. X1635=Array variable with incorrect number of dimensions
  895. X1636=Array subscript out of bounds
  896. X1637=Error accessing array data
  897. X1638=Array variable assignment error
  898. X1639=Cannot reassign an array variable
  899. X1640=Uninitialized array element
  900. X1641=Array functions: Parameter is not an array
  901. X1642=ArrInfo: Invalid request
  902. X1643=Cmd Extender: Error creating array
  903. X1644=ArrDimension: Array too large
  904. X1645=RegQueryStr: Registry value is not a REG_SZ or REG_EXPAND_SZ
  905. X1646=Arrayize: List is empty
  906. X3647=Cannot create embedded arrays
  907. X1648=Invalid currency format string
  908. X1649=Invalid decimal format string
  909. X3650=Variable is not an array
  910. X1651=AddExtender: Unsupported extender version
  911. X1652=FileCreateTemp: Unable to get temporary path
  912. X1653=FileCreateTemp: Unable to create temporary file
  913. X1654=AddExtender: Extender version is lower than specified required-version
  914. X1655=BinaryTag[..]: Invalid 'mode'
  915. X1656=BinaryXlate: Invalid 'mode'
  916. X1657=BinaryXlate: Translation table for mode 0 must be 256 bytes long
  917. X1658=BinaryXlate: Translation table for mode 1 must be 512 bytes long
  918. X1659=BinaryXlate: Translation table for mode 2 must be 65536 bytes long
  919. X1660=BinaryXlate: Translation table for mode 3 must be 131072 bytes long
  920. X1661=BinaryXlate: Data buffer must contain an even number of bytes for modes 2-3
  921. X1662=BinaryXlate: Unable to allocate (or lock) memory
  922. X1663=BinaryXlate: Insufficient free space in binary buffer
  923. X1664=AddExtender: Extender version is outdated; need newer version of extender
  924. X1665=IntControl 78: Cannot use while a UDF is currently executing
  925. X1666=IntControl 79: Invalid 'severity'
  926. X1667=IntControl 79: Invalid error code
  927. X1668=Minor user-defined error
  928. X2669=Moderate user-defined error
  929. X3670=Severe user-defined error
  930. X1671=ArrInitialize: 'value' is invalid type
  931. X1672=Unable to allocate memory for user-defined function
  932. X3673=Unable to lock memory for user-defined function
  933. X1674=BinaryReadEx: Data to read cannot exceed 2147483647 bytes
  934. X1675=Ole: Unable to access SAFEARRAY information
  935. X1676=Ole: Unable to access SAFEARRAY data
  936. X1677=Ole: Error creating SAFEARRAY
  937. X1678=Ole Object: Binary buffer too small
  938. X1679=DirWindows: Invalid request
  939. X1680=IconReplace: Error accessing icon group resource in EXE
  940. X1681=RunWithLogon: Function not supported in this version of Windows
  941.  
  942. ; 5600 to 5699 reserved for wininfo.exe strings
  943. X5600=Hit Spacebar to copy to clipboard
  944. X5601=XXX Not Active XXX
  945. X5610=Co-ordinates
  946. X5611=Left
  947. X5612=Top
  948. X5613=Right
  949. X5614=Bottom
  950. X5615=Use ESC to terminate
  951. X5616=Window Title
  952.  
  953. ; 5700 - 5799 reserved for WinMacro
  954. X5700=&About / Reload ...
  955. X5701=Err: No Title or Hotkey specification
  956. X5702=Err: :Action part of line missing
  957. X5703=Err: HotKey specs and Action missing
  958. X5704=Err: Redundant backslashes found
  959. X5705=Err: No :Action found
  960. X5706=Err: Multiple backslashes found
  961. X5707=Err: No Action found following colon
  962. X5708=Err: Illegal characters found in Action
  963. X5709=Err: :Action found when HotKeys expected
  964. X5710=Err: Only A-Z and F1-F16 may be hotKeys
  965. X5711=Err: Ctrl(^) needed for HotKeys
  966. X5712=&Terminate Windows
  967.  
  968. X5720=&Begin Macro Record|CtrlShift+HOME
  969. X5721=&End Macro Record|CtrlShift+END
  970. X5722=Filename error: Wildcards (* or ?) not allowed
  971. X5723=FileName error: Filename must end in .WBT or .WBM
  972. X5724=~already exists.  OverWrite?
  973. X5725=~File Error. Recording probably incorrect.
  974. X5727=WinBatch
  975. X5728=Please register WinBatch if you like WinMacro.~Just call (800) 762-8383
  976.  
  977. X9002=Previously reported error
  978. X9999=User requested Cancel
  979.  
  980.  
  981. [WinBatch]
  982. X7001=WinBatch Beta Warning
  983. X7003=Fatal Error
  984. X7004=Window Creation Error
  985. X7005=DLL(s) not found or created
  986. X7006=not found
  987. X7007=Err num
  988. X7008=Batch DLL initialization error
  989. X7009=This is an unlicensed evaluation copy~of WinBatch~Thank you for using our software.
  990. X7010=This is an unlicensed evaluation copy~of WinBatch.~Thank you for trying WinBatch.
  991. X7011=This is an unlicensed evaluation copy~of WinBatch for Windows 32.~Thank you for trying WinBatch.
  992. X7012=Order online or check out our excellent Tech Support Database at~http://www.winbatch.com~WinBatch is US$99.95. Price includes a copy of WinBatch, WinBatch Studio,~PopMenu and FileMenu on CD-ROM along with a 500+ page manual.~Shipping is $5.00 to the USA and Canada, and $14.50 international.
  993. X7013=Price: $99.95 - Includes disk, and 400+ page manual.~~The package includes the 16-bit version for Windows 3.1x,~and the 32-bit version for Windows 95 and Windows NT.~~Shipping: $5.00 to USA and Canada, $14.50 international.
  994. X7014=This is an unlicensed evaluation copy~of the WinBatch Compiler~Thank you for using our software.
  995. X7015=WinBatch licensing error
  996. X7016=This product not currently licensed~for network server installation.~Please call customer service at~(206) 938-1743 if you need assistance.
  997. X7017=End Session
  998. X7018=OK to terminate batch file
  999. X7019=Attention
  1000. X7020=Please wait.  WinBatch processing...
  1001. X7021=OLE ERROR
  1002. X7022=OLE Init Failed
  1003. X7023=Unlicensed
  1004. X7024=Disk Space Lookup Error
  1005. X7025=Compiler Runtime Error
  1006. X7026=EXE file open failed
  1007. X7027=Winbatch Runtime Error #9999
  1008. X7028=EXE file damaged, is not usable
  1009. X7029=Older version of DLL found on path.~Update DLL from WinBatch Compiler disks,~or other source of correct DLL's.
  1010. X7030=DLL File not found in path.~Either incorrect compile option used,~or system/file server setup incorrect.
  1011. X7031=Required DLL File could not be created.~Insufficient disk space exists on drive to~write the DLL file above.
  1012. X7032=Approx
  1013. X7033=needed
  1014. X7034=DLL File could not be created.~Probable cause of error is that you cannot~write to the disk or directory shown above.
  1015. X7035=DLL File could not be created.~Probable cause of error is that the disk~containing the Windows directory is write~protected from this user.
  1016. X7036=Low memory error
  1017. X7037=Could not allocate memory for batch code
  1018. X7038=Memory error
  1019. X7039=Could not lock memory for batch code
  1020. X7040=Encode Error
  1021. X7041=Input filename not specified
  1022. X7042=Illegal/Missing encryption string
  1023. X7043=Input file not found
  1024. ;X7044=Could not allocate (or lock) work buffer
  1025. X7045=Could not lock work buffer
  1026. X7046=Error reading input file
  1027. X7047=Input file too big
  1028. X7048=Invalid Global Handle Passed
  1029. X7049=Output filename not specified
  1030. X7050=Output file open failed
  1031. X7051=Could not lock work buffer (2)
  1032. X7052=Attention:  This software is part of a~public beta test.  Even though this software~is considered safe for public use, reasonable~caution, including a backed up system, is~recommended.
  1033. X7053=Due to the powerful nature of~this new version of WinBatch we simply~cannot be at all responsible for any problems~this software may cause on your system.~~Now... be sure to have fun!~~Do you want this warning to continue to appear?
  1034. X7054=WinBatch Shutdown Notification
  1035. X7055=Please close all other open windows and then select OK,~or select Cancel to stop the shutdown process.
  1036. X7056=Unable to access or process specified #include file
  1037. X7057=WinBatch Error
  1038. X7058=Specified batch file not found
  1039. X7059=Error allocating memory to extract file
  1040. X7060=Error extracting file
  1041. X7061=Error uncompressing file
  1042. X7062=Error uncompressing script
  1043. X7063=Error converting Unicode batch/menu file
  1044.  
  1045. X10102=10102: WinBatch - Unrecognized ParentProcess request code
  1046. X10103=10103: WinBatch Compiler - CallExt not available
  1047. X10104=10104: WinBatch: EnvironSet Var and/or Value too long
  1048. X10105=10105: WinBatch: EnvironSet - Failed.  No space?
  1049. X10106=10106: WinBatch: EnvironGet - Failed.  Name too long?
  1050. X10107=10107: WinBatch: EnvironGet - Failed.  Value too long?
  1051. X10108=10108: Box functions: Box command stack full
  1052. X10109=10109: Box functions: Invalid box ID
  1053. X10110=10110: BoxButtonDraw: Invalid button ID
  1054. X10111=10111: BoxButtonDraw: Invalid 'rect' string
  1055. X10112=10112: BoxButtonStat: Invalid button ID
  1056. X10113=10113: BoxColor: Invalid color string
  1057. X10114=10114: BoxColor: Invalid 'wash' color
  1058. X10115=10115: BoxDrawRect: Invalid 'rect' string
  1059. X10116=10116: BoxDrawLine: Invalid 'rect' string
  1060. X10117=10117: BoxNew: Invalid 'rect' string
  1061. X10118=10118: BoxNew: Invalid 'style' flag
  1062. X10119=10119: BoxNew: Unable to create box
  1063. X10120=10120: BoxPen: Invalid color string
  1064. X10121=10121: BoxPen: Invalid pen width
  1065. X10122=10122: BoxTextColor: Invalid color string
  1066. X10123=10123: BoxTextFont: Invalid font size
  1067. X10124=10124: BoxTextFont: Invalid font style
  1068. X10125=10125: BoxTextFont: Invalid font family
  1069. X10126=10126: BoxDrawText: Invalid 'erase' flag
  1070. X10127=10127: BoxDrawText: Invalid 'alignment' flag
  1071. X10128=10128: BoxDrawText: Invalid 'rect' string
  1072. X10129=10129: BoxUpdates: Invalid 'update' flag
  1073. X10130=10130: BoxesUp: Invalid 'rect' string
  1074. X10131=10131: BoxesUp: Invalid 'show' mode
  1075. X10132=10132: BoxMapMode: Invalid map mode
  1076. X10133=10133: BoxDrawRect: Invalid style
  1077. X10134=10134: BoxDrawCircle: Invalid 'rect' string
  1078. X10135=10135: BoxDrawCircle: Invalid style
  1079. X10136=10136: BoxButtonDraw: Unable to create button
  1080. X10137=10137: BoxButtonKill: Invalid button ID
  1081. X10138=10138: BoxDataClear: Specified tag not found
  1082. X10139=10139: IntControl: Unrecognised Request
  1083. X10140=10140: BoxBitmap: Invalid 'stretch' mode
  1084.  
  1085.  
  1086. [WinBatch FileMenu]
  1087. X7001=FileMenu Error
  1088. X7002=Unable to load batch DLL
  1089. X7003=This is an unlicensed evaluation copy~of WinBatch~Thank you for using our software.
  1090. X7004=This is an unlicensed evaluation~copy of WinBatch.~Thank you for trying WinBatch.
  1091. X7005=Order online or check out our excellent Tech Support Database at~http://www.winbatch.com~WinBatch is US$99.95. Price includes a copy of WinBatch, WinBatch Studio,~PopMenu and FileMenu on CD-ROM along with a 500+ page manual.~Shipping is $5.00 to the USA and Canada, and $14.50 international.
  1092. X7006=WinBatch licensing error
  1093. X7007=This product not currently licensed~for network server installation.~Please call customer service at~(206) 938-1743 if you need assistance.
  1094.  
  1095. X10102=10102: Unrecognised Command
  1096. X10103=10103: IntControl: Unrecognised Request
  1097. X10104=10104: FileItemize/DirItemize: Function failed
  1098. X10105=10105: FileItemize/DirItemize: Error locking buffer
  1099.  
  1100.  
  1101. [WinBatch PopMenu]
  1102. X7002=Edit
  1103. X7003=Edit menu for
  1104. X7004=Create
  1105. X7005=Create menu for
  1106. X7006=&About
  1107. X7007=&Close
  1108. X7008=PopMenu Error
  1109. X7009=This program requires Windows 95 or Windows NT 4.0+
  1110. X7010=Unable to create window
  1111. X7011=Unable to load batch DLL
  1112. X7012=Please wait.  PopMenu processing...
  1113. X7013=Unable to load menu file
  1114. X7014=This is an unlicensed evaluation\ncopy of WinBatch.\nThank you for trying WinBatch.
  1115. X7015=\nWinBatch is US$99.95. Price includes a copy of WinBatch, WinBatch Studio, PopMenu and FileMenu on CD-ROM along with a 500+ page manual.\nShipping is $5.00 to the USA and Canada, and $14.50 international.\n\n
  1116. X7016=This is an unlicensed evaluation copy\nof WinBatch\nThank you for using our software.
  1117. X7017=WinBatch licensing error
  1118. X7018=This product not currently licensed\nfor network server installation.\nPlease call customer service at\n(206) 938-1743 if you need assistance.
  1119. X7019=Unable to create menu file
  1120. X7020=WinMacro
  1121. X7021=Unable to start WinMacro.  The version you have may be\nout of date.
  1122. X7022=Unable to find WinMacro or one of its components.
  1123. X7023=An error has occurred while loading an application's\ncomponent. You will not be able to play macros.
  1124. X1010=10102: Unrecognised Command
  1125. X1010=10103: IntControl: Unrecognised Request
  1126. X1010=Unable to open the macro archive.
  1127. X1010=Unable to play the macro
  1128. X10106=Down
  1129. X10107=Right
  1130. X10108=Up
  1131. X10109=Ins
  1132. X10110=Home
  1133. X10111=Page Up
  1134. X7024=Unable to find an application component. You will not be able\nto play macros.
  1135. X7025=Stop Macro Playback
  1136. X7026=Some menu hotkeys are duplicated or already used by other applications.\nYou can still activate the affected menu items with the mouse.
  1137. X7027=Enable Hotkeys
  1138. X7028=Disable Hotkeys
  1139. X10112=Page Down
  1140. X10113=End
  1141. X10114=Delete
  1142. X10115=Left
  1143.  
  1144.  
  1145. [WebBatch]
  1146. X10102=10102: WebBatch - Unrecognized ParentProcess request code
  1147. X10103=10103: IntControl: Unrecognised Request
  1148. X10104=10104: WebData: Section name not specified
  1149. X10105=10105: WebData: Keyword not specified
  1150. X10106=10106: WebOutFile: File name not specified
  1151. X10107=10107: WebOutFile: File not found
  1152. X10108=10108: WebOutFile: Error allocating memory
  1153. X10109=10109: WebParmData: Parameter name not specified
  1154. X10110=10110: WebParmNames: Error allocating memory
  1155. X10111=10111: WebBaseConv: Invalid base
  1156. X10112=10112: WebBaseConv: Illegal character in string
  1157. X10113=10113: WebHashCode: String not specified
  1158. X10114=10114: WebCounter: Invalid counter
  1159. X10115=10115: WebCounter: Counter is too long
  1160. X10116=10116: WebOpenLog: File name not specified
  1161. X10117=10117: WebOpenLog: Invalid format
  1162. X10118=10118: WebOpenLog: Error opening log file
  1163. X10119=10119: WebLogLine: Invalid log file handle
  1164. X10120=10120: WebLogLine: Error reading log file
  1165. X10121=10121: WebLogLine: Line > 4096 characters
  1166. X10122=10122: WebSetTimeout: Invalid timeout value
  1167. X10123=10123: WebParamBuf: Invalid binary buffer
  1168. X10124=10124: WebParam[..]: Error allocating memory
  1169. X10125=10125: WebConBuf: Invalid binary buffer
  1170. X10127=10127: WebParamFile: Output file name not specified
  1171. X10128=10128: WebParamFile: Unable to open/create output file
  1172.  
  1173.  
  1174. [WIL Dialog Editor]
  1175. X7001=Creation of CD failed on call to DialogBox()
  1176. X7002=Invalid structure size passed to CD
  1177. X7003=Failure initializing CD.  Possibly~do to insufficient memory.
  1178. X7005=Instance handle not passed to CD
  1179. X7006=Failure loading specified string
  1180. X7007=Failure finding specified resource
  1181. X7008=Failure loading specified resource
  1182. X7009=Failure locking specified resource
  1183. X7010=Failure allocating memory for internal CD structure
  1184. X7011=Failure locking memory for internal CD structure
  1185. X7013=Failure setting up resources for CD
  1186. X7026=Invalid filename passed to FileOpen or FileSave
  1187. X7027=Buffer passed to CD too small for string
  1188. X7034=Current form not saved.~Do you want a chance to save it.
  1189. X7035=Warning
  1190. X7036=Please license the application you are building the dialog for.
  1191. X7037=Attention!
  1192. X7038=Dialog boxes REQUIRE at least one~Pushbutton.  A Pushbutton must~be defined before box can be saved.
  1193. X7039=To delete a control, position the mouse~over the control and press the delete key.
  1194. X7040=Dialog Name must be defined.
  1195. X7041=Dialog Script
  1196. X7042=Dialog Name too long.  Max 17 chars
  1197. X7043=Dialog Name not a legal variable name.
  1198. X7044=WIL Dialog (*.WDL)|*.WDL|
  1199.  
  1200. X7101=not found
  1201. X7102=Err num
  1202. X7103=Batch DLL initialization error
  1203. X7104=<From Clipboard>
  1204.  
  1205. X7150=&Ok
  1206. X7151=Cancel
  1207.  
  1208. X7201=Please Type the Dialog &Caption:
  1209. X7202=Please Type the Dialog Variable &Name:
  1210. X7203=Please Indicate the type of control:
  1211. X7204=Push Button
  1212. X7205=Radio Button
  1213. X7206=Checkbox
  1214. X7207=Edit Box
  1215. X7208=Fixed Text
  1216. X7209=Varying Text
  1217. X7210=File Listbox
  1218. X7211=ItemSelect Listbox
  1219. X7212=Var:
  1220. X7213=Value:
  1221. X7214=This is the variable and/or value used in the WIL program to access the control's data.
  1222. X7215=Text:
  1223. X7216=This is the text displayed on the control.
  1224. X7217=To resize or move this control, press OK to leave
  1225. X7218=this dialog.  Then use the mouse to resize or
  1226. X7219=move the control just as you would resize
  1227. X7220=or move an ordinary window.
  1228. X7221=Dialog Box Caption
  1229. X7222=Control Attributes
  1230.  
  1231. X7301=&File
  1232. X7302=&New
  1233. X7303=&Load...
  1234. X7304=&Save
  1235. X7305=Save &As...
  1236. X7306=Load &from Clipboard
  1237. X7307=Save &to Clipboard
  1238. X7308=&Edit
  1239. X7309=&Change Caption/Name
  1240. X7310=&Add Control
  1241. X7311=&Delete Control
  1242. X7312=&Show Script
  1243. X7313=&Help
  1244. X7314=&Dialog Editor Help
  1245. X7315=&How to use Help
  1246. X7316=&About
  1247. X7317=&GUI Font
  1248. X7318=S&ystem Font
  1249.  
  1250. X7777=Button must not have a zero value
  1251. X7778=Each PushButton must have a unique Value.  Use 0 for Cancel and 1 for OK
  1252. X7779=Each radio button in a set (defined by variable name) must have a unique, non-zero value
  1253. X7780=Variable name already used for something other than Radio buttons
  1254. X7781=Variable name for CheckBox already used elsewhere
  1255. X7782=Only one FileListBox allowed in a EditBox/VaryText/FileListbox set
  1256. X7783=Only one VaryText allowed in a EditBox/VaryText/FileListbox set
  1257. X7784=Variable name for VaryText already used elsewhere
  1258. X7785=Only one EditBox allowed in a EditBox/VaryText/FileListbox set
  1259. X7786=Variable name for EditBox already used elsewhere
  1260. X7788=Variable name for FileListBox already used elsewhere
  1261. X7789=Variable name for ItemSelectBox already used elsewhere
  1262. X7790=Control must be associated with a variable name
  1263.  
  1264. X10102=Internal Error: Unrecognised ParentProcess Command
  1265.