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