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