home *** CD-ROM | disk | FTP | other *** search
/ Red Pages of the Internet / RedPagesInternet2000.iso / Other / Scala.InfoChannel.IC200.SP6-SHOCK / SCALA / IC200 / Catalogs / dialog.msg < prev    next >
Encoding:
Text File  |  1997-09-11  |  32.3 KB  |  685 lines

  1. ; Tools/cdc 2.17 (8 Sep 1997) (OS2/TOOLS)
  2. ; CAT Catalog Emitter $Revision: 1.27 $
  3. ; Catalog definitions for module "Dialog" (Dialog.Book)
  4. ; Original Command Line: 
  5. ;    Z:\SCALA\CURRENT\OS2\TOOLS\BIN\CDC.EXE -t -q -n Z:\Scala\Names -i 
  6. ;    C:\MakeTMP\XX200.rel\dialog.rls\Locked\XX200\Include;Z:\Scala\Locked\XX200\Include 
  7. ;    dialog.cdl -o dialog.cdl.err -e NameDB -l -o 
  8. ;    C:\MakeTMP\XX200.rel\dialog.rls\out\Locked\XX200\Names.dat\dialog\dialog.ndb 
  9. ;    -e CPublicDoc -o 
  10. ;    C:\MakeTMP\XX200.rel\dialog.rls\obj\Locked\XX200\Autodoc\dialog.doc 
  11. ;    -e CPrivateDoc -o 
  12. ;    C:\MakeTMP\XX200.rel\dialog.rls\obj\Locked\XX200\Autodoc\Internal\dialog.doc 
  13. ;    -e CPublicIPF -o 
  14. ;    C:\MakeTMP\XX200.rel\dialog.rls\obj\Locked\XX200\Autodoc\dialog.ipf 
  15. ;    -e CPrivateIPF -o 
  16. ;    C:\MakeTMP\XX200.rel\dialog.rls\obj\Locked\XX200\Autodoc\Internal\dialog.ipf 
  17. ;    -e CPublicHead -v -s -o 
  18. ;    C:\MakeTMP\XX200.rel\dialog.rls\obj\Locked\XX200\Include\dialog\dialog.h 
  19. ;    -e CPrivateHead -v -s -o 
  20. ;    C:\MakeTMP\XX200.rel\dialog.rls\obj\Locked\XX200\Include\dialog\Internal\dialog.ph 
  21. ;    -e Catalog -c -o 
  22. ;    C:\MakeTMP\XX200.rel\dialog.rls\obj\Locked\XX200\Catalogs\dialog.msg 
  23. ;    -e Help -c -o 
  24. ;    C:\MakeTMP\XX200.rel\dialog.rls\obj\Locked\XX200\Catalogs\dialog.hlp 
  25. ;    -e AsmMSDOS -o 
  26. ;    C:\MakeTMP\XX200.rel\dialog.rls\obj\Locked\XX200\src\dialog\_dos.asm 
  27. ;    -e AsmWin32 -o 
  28. ;    C:\MakeTMP\XX200.rel\dialog.rls\obj\Locked\XX200\src\dialog\_win32.asm 
  29. ;    -e CModuleCode -o 
  30. ;    C:\MakeTMP\XX200.rel\dialog.rls\obj\Locked\XX200\src\dialog\book.c -e 
  31. ;    CModuleHead -o 
  32. ;    C:\MakeTMP\XX200.rel\dialog.rls\obj\Locked\XX200\Include\dialog\book.h 
  33. ; THIS FILE IS COMPUTER GENERATED, NO HUMAN GENERATED CHANGES ARE PERMITTED
  34. VERSION 3
  35. REVISION 4
  36. LANGUAGE "ENGLISH"
  37. NATURALNAME "Dialog"
  38. ; MMHANDLER_PressAnyKey
  39. ; Written to the splash screen in case of non-fatal errors
  40. MSG 0x0c81a400 "Press any key to continue..."
  41. ; InternalError
  42. ;       The InternalError text is a generic text that indicates that some       
  43. ; totally unexpected and barely explainable (to the average user) error has 
  44. ; occured.      
  45. ;       There are no parameters to this text.
  46. MSG 0x0c800400 "Internal Error"
  47. ; FileLineNum
  48. ;       The FileLineNum text should be used when the user is to be told about   
  49. ; a specific line in a file.    
  50. ;       There are three parameters to this text.
  51. ;       The first parameter is the name of file in which the error was detected.
  52. ;       The second parameter is the line where the error was detected.  
  53. ;       The third parameter is the name of the module that contains the file in 
  54. ; which the error was detected.
  55. MSG 0x0c800803 "(%3/%1,line %2)"
  56. ; OldBook
  57. ;       The OldBook text should be used when a book cannot be opened because    
  58. ; the version is older than is required.
  59. ;       There are five parameters to this text. 
  60. ;       The first parameter is the name of the book that was being opened.      
  61. ;       The second parameter is the version number of the book that was found.  
  62. ;       The third parameter is the revision number of the book that was found.  
  63. ;       The fourth parameter is the minimum version number that was being 
  64. ; requested.    
  65. ;       The fifth parameter is the minimum revision within the version that was 
  66. ; being requested.
  67. MSG 0x0c800c05 "Book %1 version is too old (%2.%3, should be %4.%5)."
  68. ; OpeningBook
  69. ;       The OpeningBook text is used to identify the scope of book opening.     
  70. ;       There is one parameter to this text.    
  71. ;       The first parameter is the name of the book being opened.
  72. MSG 0x0c801001 "Opening book %1."
  73. ; FailedFileLoad
  74. ;       The FailedBookLoad is used to cover all possible failures to load a 
  75. ; book. 
  76. ;       There is one parameter to this text.    
  77. ;       The first parameter is the name of the book that failed to load.
  78. MSG 0x0c801401 "Could not load the file \"%1\"."
  79. ; AdditionalComponentMissing
  80. ;       this identifies a failure to load a book/EX/loader that requiresa third 
  81. ; party DLL to function. Examples of this would be the Direct   Draw Loader 
  82. ; which will not load if DirectX is not installed, or   the ActiveMovie loader 
  83. ; which will not load if Microsofts Active Moviecode is not installed.  
  84. ;       Typically, this error should not be shown to the user. Instead the      
  85. ; code that requires the module should check for this specific error    and 
  86. ; replace it with one that more exactly identifies the componentthat is missing.
  87. ;       There are no parameters to this text.
  88. MSG 0x0c81bc00 "A third-party component that is required by this production is not installed."
  89. ; BooleanParameter
  90. ;       The BooleanParameter text should be used when a parameter of type       
  91. ; boolean is expected, but the token is a not a parameter of type boolean.      
  92. ;       There are no parameters to this text.
  93. MSG 0x0c801800 "A logical parameter was expected."
  94. ; CatalogError
  95. ;       this is used when there is an error parsing a catalog file. An  end 
  96. ; users is extremely unlikely to see this error. There should always    be 
  97. ; another error text displayed that describes the specific error.       
  98. ;       There are two parameters to this text.  
  99. ;       The first parameter is the name of the catalog that was being read      
  100. ; when the error was encountered. This will be a fully qualifiedfile name in 
  101. ; the native operating system format.   
  102. ;       The second parameter is the line number within the catalog which
  103. ; contained the error.
  104. MSG 0x0c81c002 "There is an error in catalog \"%1\", line %2\n"
  105. ; CannotReboot
  106. ;       this is used when the attempt to reboot the system fails to     
  107. ; actually result in a reboot.  
  108. ;       This error exist primarily for logging purposes. It should neverbe 
  109. ; shown to the user.    
  110. ;       There are no parameters to this text.
  111. MSG 0x0c81ec00 "Unable to reboot."
  112. ; ClassNotFound
  113. ;       The ClassNotFound text should be used when looking for a class by       
  114. ; identification number fails.  
  115. ;       This text has a single parameter that identifies the identification     
  116. ; number of the class for which the search failed.
  117. MSG 0x0c80cc01 "Unable to find information on a class with the id 0x%1."
  118. ; DivideByZero
  119. ;       The DivideByZero text should be used when a division by zero has been   
  120. ; detected.     
  121. ;       There are no parameters to this text.
  122. MSG 0x0c801c00 "Division by zero was attempted"
  123. ; DuplicateEvent
  124. ;       The DuplicateEvent text should be used when a name has been used for    
  125. ; two different events. 
  126. ;       There is one parameter: the event name
  127. MSG 0x0c802001 "A duplicate event name exists: \"%1\"."
  128. ; DuplicateInMerge
  129. ;       The DuplicateInMerge text should be used when a name has been used by   
  130. ; two different events in clusters being merged 
  131. ;       There is one parameter: the event name
  132. MSG 0x0c817c01 "Name conflict while merging clusters: \"%1\"."
  133. ; DuplicateVariable
  134. ;       The DuplicatVariable text should be used when there is an attempt to    
  135. ; redefined a variable within a single scope.   
  136. ;       There are no parameters to this text.
  137. MSG 0x0c802401 "A duplicate variable exists: \"%1\"."
  138. ; EmptyCatalog
  139. ;       The EmptyCatalog text should be used when a catalog file is parsed      
  140. ; without other error, however, no MSG command are found in the file.   
  141. ;       There are no parameters to this text.
  142. MSG 0x0c80bc00 "The catalog file has no strings in it."
  143. ; Error
  144. ;       The Error text should be used when no more exacting error text exists   
  145. ;       There are no parameter to this text.
  146. MSG 0x0c802800 "Error"
  147. ; ExpressionError
  148. ;       The ExpressionError text should be used when detecting an invalid token 
  149. ; in an expression.     
  150. ;       There is one parameter in this text.    
  151. ;       The parameter is the illegal token.
  152. MSG 0x0c802c01 "%1 in the expression:\n"
  153. ; BangExpressionError
  154. ;       The BangExpressionError text should be used when an error occurs in     
  155. ; evaluating a !-expression.    
  156. ;       There are no parameters to this text
  157. MSG 0x0c80d000 "Can't expand !-expression:\n"
  158. ; ExprSyntaxError
  159. ;       The ExprSyntaxError text should be used when a syntax error is detected 
  160. ; and no more appropriate text exists.  
  161. ;       There are no parameters to this text.
  162. MSG 0x0c803000 "There is a syntax error"
  163. ; ExprNotSet
  164. ;       The ExprNotSet text should be used when there is an attempt to evaluate 
  165. ; an unset expression. Expressions can become unset when they're pasted between 
  166. ; scripts.      
  167. ;       There are no parameters to this text.
  168. MSG 0x0c819800 "Expression has not been set"
  169. ; ExtraneousText
  170. ;       The ExtraneousText text should be used when command are detected in     
  171. ; a location where they would otherwise be ignored.     
  172. ;       There are no paramters to this text.
  173. MSG 0x0c803400 "There are extraneous commands after END."
  174. ; IllegalOperator
  175. ;       The IllegalOperator text should be used when an illegal operator has    
  176. ; been encountered.     
  177. ;       There are no parameters to this text.
  178. MSG 0x0c803800 "There is an illegal operator"
  179. ; InvalidCatalogEntry
  180. ;       The InvalidCatalogEntry should be used when an invalid entry is 
  181. ; encountered   in parsing a catalog.   
  182. ;       There are no parameters to this text.
  183. MSG 0x0c80c000 "There is an invalid entry in the catalog."
  184. ; InvalidFileFormat
  185. ;       The InvalidFileFormat should be used when loading a file and 
  186. ; encountering  a problem with the file that is not attributable to other 
  187. ; failures.     
  188. ;       This value can be used when the specific failing within the file is not 
  189. ; useful to the user. This would be the case for files that the user cannot 
  190. ; edit, like books and/or EXes. 
  191. ;       There are no parameters to this text.
  192. MSG 0x0c80d400 "There is an error in the internal format of the file."
  193. ; LoopingOnOpenBook
  194. ;       The LoopingOnOpenBook text should be used when there is a deadlock      
  195. ; detected while opening books. While running a book's autolist something that 
  196. ; requires the orginal book be completely opened has    been encountered. This 
  197. ; means there is a error in the books   open code.      
  198. ;       There is a single paramter to this message. This parameter is   the 
  199. ; name of the book being opened.
  200. MSG 0x0c80b402 "Recursion was detected: trying to open %1 while in %1's autolist."
  201. ; MissingComma
  202. ;       The MissingComma text should be used when expecting a comma, but some   
  203. ; other token is encountered.   
  204. ;       There are no parameters to this text.
  205. MSG 0x0c803c00 "A ',' is missing."
  206. ; MissingQuote
  207. ;       The MissingQuote text should be used when expecting a quote and some    
  208. ; other token is encountered.   
  209. ;       There are no paramters to this text.
  210. MSG 0x0c80c400 "A \" is missing."
  211. ; MissingComment
  212. ;       The MissingComment text should be used if a } is expected and some      
  213. ; other token has been detected instead.
  214. ;       There are no parameters to this text.
  215. MSG 0x0c804000 "A '*/' is missing."
  216. ; MissingEND
  217. ;       The MissingEND text should be used if an END is expected and some       
  218. ; other token is detected.      
  219. ;       There are no parameters to this text.
  220. MSG 0x0c804400 "An END command is missing."
  221. ; MissingEVENT
  222. ;       The MissingEVENT text should be used if an EVENT is required, but some  
  223. ; other token has been detected instead.
  224. ;       There are no parameters to this text.
  225. MSG 0x0c804800 "An EVENT was expected."
  226. ; MissingLParenthesis
  227. ;       The MissingLParenthesis text should be used when a left parenthesis     
  228. ; is expected but some other token is detected. 
  229. ;       There are no parameters to this text.
  230. MSG 0x0c804c00 "A '(' is missing."
  231. ; MissingRParenthesis
  232. ;       The MissingRParenthesis text should be used when a right parenthesis    
  233. ; is expected but some other token is detected. 
  234. ;       There are no parameters to this text.
  235. MSG 0x0c805000 "A ')' is missing."
  236. ; MissingSemicolon
  237. ;       The MissingSemicolon text should be used when a semicolon is expected   
  238. ; but some other token is detected.     
  239. ;       There are no parameters to this text.
  240. MSG 0x0c805400 "A ';' is missing."
  241. ; MismatchedCodePage
  242. ;       this should be used when encountering a mismatch in the requiredcode 
  243. ; page for a component against the current MMOS eight bit code page.    
  244. ;       The parameter for this text is the prefix for the catalog file that     
  245. ; has the mismatched code page. 
  246. ;       This error should be removed once we more correctly support unicode.
  247. MSG 0x0c81ac01 "Mismatch in required character set for the %1 catalog.  Corrupt installation."
  248. ; NotVariable
  249. ;       The NotVariable text should be used when the last token was expected    
  250. ; to be a variable, but is not. 
  251. ;       There are no parameter to this text.
  252. MSG 0x0c805800 "This is not a variable:"
  253. ; NumericParameter
  254. ;       The NumbericParameter text should be used when a parameter that is      
  255. ; numberic is expected, but the token is not a paramter that is numeric.
  256. ;       There are no parameters to this text.
  257. MSG 0x0c805c00 "A numeric parameter was expected."
  258. ; OutOfMem
  259. ;       The OutOfMem text should be used when there is a failure to allocate    
  260. ; memory and there is no error that specifies the type of memory that isbeing 
  261. ; allocated.    
  262. ;       There are no parameters to this text.
  263. MSG 0x0c806000 "Not enough memory is available."
  264. ; PureVirtual
  265. ;       The PureVirtual text should be used if there is an attempt to 
  266. ; instantiate   a pure virtual class without it being subclassed.       
  267. ;       The end user should never see such an error, since if all execution 
  268. ; paths are tested this will be wrung out during testing.       
  269. ;       The first parameter to this text is the name of the class that failed 
  270. ; to    instantiate. It would be best if the CLASS_NAME_xxx macro that is 
  271. ; created       by CDC is used to replace this value.
  272. MSG 0x0c80d801 "%1 is a pure virtual class.  Someone has attempted to create it without subclassing it."
  273. ; RemoveEXError
  274. ;       The RemoveEXError text should be used when there is an attempt to 
  275. ; removean EX that is currently being used.     
  276. ;       There are no parameters to this text.
  277. MSG 0x0c806401 "The %1 EX is in use and cannot be turned off."
  278. ; ScriptError
  279. ;       The ScriptError text should be used when there is an error in a script. 
  280. ;       There are two parameters to this text.  
  281. ;       The first parameter is the name of the file in which the error was      
  282. ; encountered.  
  283. ;       The second parameter is ths line number within the file, where the 
  284. ; error occured.
  285. MSG 0x0c806802 "There is an error in script file \"%1\", line %2\n"
  286. ; ScriptPageErr
  287. ;       The ScriptPageErr text should be used to report the page an error       
  288. ; occurred on during parsing. It is a sub-header after the name of the script 
  289. ; (see ScriptError).    
  290. ;       There is one parameter to this text.    
  291. ;       The first parameter is the name of the page in which the error was      
  292. ; encountered.
  293. MSG 0x0c817401 "Page \"%1\":\n"
  294. ; RuntimeErrorHeader
  295. ;       The RuntimeErrorHeader text should be used to report the script and     
  296. ; page an error occurred on during playback of a script. It is used     as a 
  297. ; header to an error report.    
  298. ;       There are two parameters to this text.  
  299. ;       The first parameter is the name of the script in which the error was    
  300. ; encountered.  
  301. ;       The second parameter is the name of the page in which the error was     
  302. ; encountered.
  303. MSG 0x0c81c402 "Script \"%1\", Page \"%2\":\n"
  304. ; ScriptCmdErr
  305. ;       The ScriptCmdErr text should be used to report name of the command      
  306. ; that had an error.    
  307. ;       There is one parameter to this text.    
  308. ;       The first parameter is the name of the page in which the error was      
  309. ; encountered.
  310. MSG 0x0c817801 "Command \"%1()\":\n"
  311. ; StringNotTerminated
  312. ;       The StringNotTerminated text should be used if it can be determined     
  313. ; that a string has been begun, but not terminated.     
  314. ;       There are no paramters to this text.
  315. MSG 0x0c806c00 "A string was not terminated."
  316. ; StringParameter
  317. ;       The StringParameter text should be used whn a parameter of type string 
  318. ; is expected, but the token is not a parameter of type string. 
  319. ;       There are no parameters to this text.
  320. MSG 0x0c807000 "A string parameter was expected."
  321. ; SyntaxError
  322. ;       The SyntaxError text should be used if there is a syntax error and      
  323. ; no more specific text can be used.    
  324. ;       There are no parameters to this text.
  325. MSG 0x0c807400 "Syntax incorrect."
  326. ; TempNotWritable
  327. ;       this is used after adding a directory to the assignment for     TEMP if 
  328. ; the new directory is not writable.    
  329. ;       There are no parameters to this text.
  330. MSG 0x0c81b800 "The temporary directory is not writeable"
  331. ; TypeMismatch
  332. ;       The TypeMismatch text should be used when a variable is being used      
  333. ; in a means that is inappropriate for its type.
  334. ;       There are no parameters to this text.
  335. MSG 0x0c807800 "There is a type mismatch"
  336. ; BadParameters
  337. ;       The BadParameters text should be used when an array or function fails 
  338. ; in its parse of its parameters
  339. ;       There is one parameter to this text.    
  340. ;       The parameter is the name of the variable/function.
  341. MSG 0x0c809801 "Incorrect parameters were given for \"%1\""
  342. ; UndefinedEvent
  343. ;       The UndefinedEvent text should be used when the last even parsed is     
  344. ; not yet defined.      
  345. ;       There are no parameters to this text.
  346. MSG 0x0c807c01 "Event \"%1\" has not been defined."
  347. ; UndefinedVariable
  348. ;       The UndefinedVariable text should be used when an undefined variable    
  349. ; is encountered.       
  350. ;       There is one parameter to this text.    
  351. ;       The parameter is the name of the variable that is not yet defined.
  352. MSG 0x0c808001 "The variable \"%1\" is undefined"
  353. ; UnknownCommand
  354. ;       The UnknownCommand text should be used when the last command parsed     
  355. ; is not recognized.    
  356. ;       There are no parameters to this text.
  357. MSG 0x0c808401 "The command \"%1\" is unknown."
  358. ; UnknownOption
  359. ;       The UnknownOption text should be used when the last option parsed is    
  360. ; not known.    
  361. ;       There are no parameters to this text.
  362. MSG 0x0c808801 "The option \"%1\" is unknown."
  363. ; UnknownEnum
  364. ;       The UnknownEnum text should be used when the last option parsed is      
  365. ; enum whose value isn't in the list.   
  366. ;       There are no parameters to this text.
  367. MSG 0x0c809c01 "The enumerated value \"%1\" is not valid."
  368. ; AtomSaveError
  369. ;       The AtomSaveError text is output by the player as part of a     scope 
  370. ; when an atom fails to save.   
  371. ;       There are 2 parameters: the event name (or "<unnamed>"), and    the 
  372. ; class name.
  373. MSG 0x0c80a002 "Event \"%1\" of class %2 failed to save."
  374. ; SaveNotAllowed
  375. ;       The SaveNotAllowed text is output by the player when someone tries to   
  376. ; save a password-protected script without the password.
  377. ;       There are no parameters.
  378. MSG 0x0c81a000 "Saving a locked script is not allowed."
  379. ; SaveGotoDisconnected
  380. ;       The SaveGotoDisconnected text is output by the player when a 
  381. ; disconnected  Goto() command cannot be saved. 
  382. ;       There are no parameters.
  383. MSG 0x0c819400 "A Goto() with no destination cannot be saved."
  384. ; WillBreakBranch
  385. ;       The WillBreakBranch text is output by the player when a Paste or Group  
  386. ; operation will require that a Goto or Use be broken.  
  387. ;       There are no parameters
  388. MSG 0x0c819c00 "Warning: this operation will make a Goto impossible.\nDo you wish to set the Goto to <None>, or do you wish to Cancel the operation?"
  389. ; ParameterRange
  390. ;       The ParameterRange error is used to indicate that a parameter   was 
  391. ; outside of its supplied range. It is only generated if the    caller uses 
  392. ; ForceIntegerParamRange(). GetIntegerParamRange()      silently clips to the 
  393. ; range.
  394. ;       There are three parameters: the out-of-range-value, the minimum value, 
  395. ; and the maximum value. It must have a newline at the end since it may be 
  396. ; followed by an expression.
  397. MSG 0x0c80a403 "Parameter value %1 is not in the range %2 to %3."
  398. ; ArrayIndexOutOfRange
  399. ;       The ArrayIndexOutOfRange error is used to indicate that an array index  
  400. ; was outside of its supplied range.    
  401. ;       There are three parameters: the variable name, the out-of-range-value,  
  402. ; and the maximum value.FIX! should include the line number somehow
  403. MSG 0x0c80b803 "Index %2 is not valid for array %1 (max index %3)."
  404. ; IllegalGotoGroup
  405. ;       The IllegalGotoGroup error is used to indicate that an illegal goto     
  406. ; command was attempted 
  407. ;       There are no parameters.FIX! should include event name/line!
  408. MSG 0x0c818000 "Illegal Goto - cannot go to Group members."
  409. ; IllegalGoto
  410. ;       The IllegalGoto error is used to indicate that an illegal goto  command 
  411. ; was attempted where the destination was not visible.  
  412. ;       There is one parameter, the name of the destination     FIX! should 
  413. ; include event name/line!
  414. MSG 0x0c818401 "Illegal Goto - destination \"%1\" not visible"
  415. ; IndexNotSpecified
  416. ;       The IndexNotSpecified error is used to indicate that an array index     
  417. ; was not specified in a variable reference.    
  418. ;       There is one parameter: the variable name.      FIX! should include the 
  419. ; line number somehow
  420. MSG 0x0c80c801 "Index not specified for array %1."
  421. ; NotAScript
  422. ;       The NotAScript error is used when a script doesn't begin with   
  423. ; !ScalaScript. 
  424. ;       There is one parameter, the filename.
  425. MSG 0x0c80a801 "\"%1\" is not a Scala script."
  426. ; ScriptNotLoaded
  427. ;       The ScriptNotLoaded error is used when a script didn't load, and no 
  428. ; other error is still outstanding.     
  429. ;       There is one parameter, the filename.
  430. MSG 0x0c818801 "Script \"%1\" could not be loaded."
  431. ; ScriptLoadAborted
  432. ;       The ScriptLoadAborted error is used when a script didn't load because   
  433. ; the user requested an abort.  
  434. ;       There are no parameters
  435. MSG 0x0c818c00 "Script load aborted."
  436. ; ScriptNotBinary
  437. ;       this is used when the user attempts to load a non-published     script 
  438. ; when only a published script is acceptable.   
  439. ;       There are no parameters
  440. MSG 0x0c819000 "This script can not be loaded because it has not been published."
  441. ; ScriptTooNew
  442. ;       The ScriptTooNew error is used when a script was written by a newer 
  443. ; version       of Scala than the current version. It will have two buttons 
  444. ; below it;     Continue and Cancel.    
  445. ;       There are no parameters
  446. MSG 0x0c81cc00 "The script you are attempting to load was produced by a version of Scala later than this one. Some features of the script may not work properly in this version.\n\nCaution: you should not save this script under the same name with this version of Scala, or some of its elements or effects could be permanently lost."
  447. ; Abort
  448. ;       The Abort text should be used to ask the user if an action should       
  449. ; be terminated.
  450. ;       There are no parameters to this text.
  451. MSG 0x0c808c00 "Abort"
  452. ; Abort_Hotkey
  453. ;       this is used as the hotkey to select the button that contains   the 
  454. ; text for Abort.       
  455. ;       This should be a single character.
  456. MSG 0x0c81d000 "a"
  457. ; Unknown
  458. ;       The Unknown text should be used when something is unknown, such as      
  459. ; the name of a page, file, etc. The "<" and ">" around the word should remain 
  460. ; in any translated version; they're meant to make it more obvious      that 
  461. ; "Unknown" is not a normal result.     
  462. ;       There are no parameters to this text.
  463. MSG 0x0c81c800 "<Unknown>"
  464. ; Continue
  465. ;       The Continue text should be used to ask the user if an action should    
  466. ; be resumed.   
  467. ;       There are no parameters to this text.
  468. MSG 0x0c809000 "Continue"
  469. ; Continue_Hotkey
  470. ;       this is used as the hotkey to select the button that contains   the 
  471. ; text for Continue.    
  472. ;       This should be a single character.
  473. MSG 0x0c81d400 "c"
  474. ; ContinueQuiet
  475. ;       The ContinueQuiet text should be used to ask the user if the action     
  476. ; should be continued and we should nolonger seek confirmations.
  477. ;       There are no parameters to this text.
  478. MSG 0x0c809400 "Continue Quietly"
  479. ; ContinueQuiet_Hotkey
  480. ;       this is used as the hotkey to select the button that contains   the 
  481. ; text for ContinueQuiet.       
  482. ;       This should be a single character.
  483. MSG 0x0c81d800 "q"
  484. ; Next
  485. ;       this is used to allow the user to step through several items    that 
  486. ; are grouped together. 
  487. ;       There are no parameters to this text.
  488. MSG 0x0c81b000 "Next"
  489. ; Next_Hotkey
  490. ;       this is used as the hotkey to select the button that contains   the 
  491. ; text for Next.
  492. ;       This should be a single character.
  493. MSG 0x0c81dc00 "n"
  494. ; Cancel
  495. ;       this is used to allow the user to stop whatever processing is   
  496. ; currently taking place.       
  497. ;       There are no parameters to this text.
  498. MSG 0x0c81b400 "Cancel"
  499. ; Cancel_Hotkey
  500. ;       this is used as the hotkey to select the button that contains   the 
  501. ; text for Cancel.      
  502. ;       This should be a single character.
  503. MSG 0x0c81e000 "c"
  504. ; FauxError
  505. ;       The FauxError text should be used if there is a need to provide an      
  506. ; error to keep an alert from happening, but no real error condition    exists
  507. MSG 0x0c80ac00 "No real error, just trying to prevent alerts.\nYou should not be seeing this."
  508. ; OOMElaboration
  509. ;       The OOMElaboration test should be used to provide more infomation about 
  510. ; the out of memory condition.  
  511. ;       The first parameter is the name of the task on which the allocation is  
  512. ; taking place. 
  513. ;       The second parameters is the final size of the memory being allocated. 
  514. ; This  includes all entity headers, inter-entity alignment, pool ganularity 
  515. ; and   added bytes for detection of memory overruns.   
  516. ;       The third parameters is the pointer to the pool from which the 
  517. ; allocation is being made.     
  518. ;       The fourth parameter is the value of the pool's Size attribute. 
  519. ;       The fifth parameter is the value of the pool's Free attribute.
  520. MSG 0x0c81a805 "The %1 task requested %2 bytes.\nThe pool at %3 currently manages %4 bytes,\n%5 of which are free"
  521. ; MMHANDLER_ScalaError
  522. ; Scala Error message
  523. MSG 0x0c80b000 "Scala Error"
  524. ; LONG_Sunday
  525. ;       The Sunday text is used for the 'first' day of the week,also known as 
  526. ; the Christian day of rest.
  527. MSG 0x0c80dc00 "Sunday"
  528. ; LONG_Monday
  529. ;       The Monday text is used for the 'second' day of the week.       In the 
  530. ; Western world this is generally refered to as the     start of the work week.
  531. MSG 0x0c80e000 "Monday"
  532. ; LONG_Tuesday
  533. ;       The Tuesday text is used for the 'third' day of the week.
  534. MSG 0x0c80e400 "Tuesday"
  535. ; LONG_Wednesday
  536. ;       The Wednesday text is used for the 'fourth' day of the week.    
  537. ; Sometimes this is refered to as 'hump' day as this day is     generally 
  538. ; regarded as the middle of a 'typical Western' work week. The name comes from 
  539. ; the fact that by the end      of the day you are passed the mid-point, or 
  540. ; hump of the   work week.
  541. MSG 0x0c80e800 "Wednesday"
  542. ; LONG_Thursday
  543. ;       The Thursday text is used for the 'fifth' day of the week.
  544. MSG 0x0c80ec00 "Thursday"
  545. ; LONG_Friday
  546. ;       The Friday text is used for the 'sixth' day of the week.This is the 
  547. ; typical end of the work week in the Western   world. Sundown also marks the 
  548. ; start of the Jewish   sabbeth for the orthodox members of this religion.
  549. MSG 0x0c80f000 "Friday"
  550. ; LONG_Saturday
  551. ;       The Saturday text is used for the 'seventh' day of the week.    In the 
  552. ; Western world this is view as the start of the weekend.
  553. MSG 0x0c80f400 "Saturday"
  554. ; LONG_January
  555. ;       The January text is used for the first month of the year of     the 
  556. ; Julian calendar.
  557. MSG 0x0c80f800 "January"
  558. ; LONG_February
  559. ;       The February text is used for the second month of the year of   the 
  560. ; Julian calendar.
  561. MSG 0x0c80fc00 "February"
  562. ; LONG_March
  563. ;       The March text is used for the third month of the year of       the 
  564. ; Julian calendar. This is the month of the vernal      equinox.
  565. MSG 0x0c810000 "March"
  566. ; LONG_April
  567. ;       The April text is used for the fourth month of the year of      the 
  568. ; Julian calendar.
  569. MSG 0x0c810400 "April"
  570. ; LONG_May
  571. ;       The May text is used for the fifth month of the year of the Julian 
  572. ; calendar.
  573. MSG 0x0c810800 "May"
  574. ; LONG_June
  575. ;       The June text is used for the sixth month of the year ofthe Julian 
  576. ; calendar. This is the month of the summer     solstice.
  577. MSG 0x0c810c00 "June"
  578. ; LONG_July
  579. ;       The July text is used for the seventh month of the year of      the 
  580. ; Julian calendar.
  581. MSG 0x0c811000 "July"
  582. ; LONG_August
  583. ;       The August text is used for the eighth month of the year of     the 
  584. ; Julian calendar.
  585. MSG 0x0c811400 "August"
  586. ; LONG_September
  587. ;       The September text is used for the ninth month of the year of   the 
  588. ; Julian calendar. This is the month of the atumnal equinox.
  589. MSG 0x0c811800 "September"
  590. ; LONG_October
  591. ;       The October text is used for the tenth month of the year of     the 
  592. ; Julian calendar.
  593. MSG 0x0c811c00 "October"
  594. ; LONG_November
  595. ;       The November text is used for the eleventh month of the year of the 
  596. ; Julian calendar.
  597. MSG 0x0c812000 "November"
  598. ; LONG_December
  599. ;       The December text is used in the twelveth month of the year of  the 
  600. ; Julian calendar. This is the month of the winter solstice.
  601. MSG 0x0c812400 "December"
  602. ; SHORT_Sunday
  603. ;       The Sunday text is used for the 'first' day of the week,also known as 
  604. ; the Christian day of rest.
  605. MSG 0x0c812800 "Sun"
  606. ; SHORT_Monday
  607. ;       The Monday text is used for the 'second' day of the week.       In the 
  608. ; Western world this is generally refered to as the     start of the work week.
  609. MSG 0x0c812c00 "Mon"
  610. ; SHORT_Tuesday
  611. ;       The Tuesday text is used for the 'third' day of the week.
  612. MSG 0x0c813000 "Tue"
  613. ; SHORT_Wednesday
  614. ;       The Wednesday text is used for the 'fourth' day of the week.    
  615. ; Sometimes this is refered to as 'hump' day as this day is     generally 
  616. ; regarded as the middle of a 'typical Western' work week. The name comes from 
  617. ; the fact that by the end      of the day you are passed the mid-point, or 
  618. ; hump of the   work week.
  619. MSG 0x0c813400 "Wed"
  620. ; SHORT_Thursday
  621. ;       The Thursday text is used for the 'fifth' day of the week.
  622. MSG 0x0c813800 "Thu"
  623. ; SHORT_Friday
  624. ;       The Friday text is used for the 'sixth' day of the week.This is the 
  625. ; typical end of the work week in the Western   world. Sundown also marks the 
  626. ; start of the Jewish   sabbeth for the orthodox members of this religion.
  627. MSG 0x0c813c00 "Fri"
  628. ; SHORT_Saturday
  629. ;       The Saturday text is used for the 'seventh' day of the week.    In the 
  630. ; Western world this is view as the start of the weekend.
  631. MSG 0x0c814000 "Sat"
  632. ; SHORT_January
  633. ;       The January text is used for the first month of the year of     the 
  634. ; Julian calendar.
  635. MSG 0x0c814400 "Jan"
  636. ; SHORT_February
  637. ;       The February text is used for the second month of the year of   the 
  638. ; Julian calendar.
  639. MSG 0x0c814800 "Feb"
  640. ; SHORT_March
  641. ;       The March text is used for the third month of the year of       the 
  642. ; Julian calendar. This is the month of the vernal      equinox.
  643. MSG 0x0c814c00 "Mar"
  644. ; SHORT_April
  645. ;       The April text is used for the fourth month of the year of      the 
  646. ; Julian calendar.
  647. MSG 0x0c815000 "Apr"
  648. ; SHORT_May
  649. ;       The May text is used for the fifth month of the year of the Julian 
  650. ; calendar.
  651. MSG 0x0c815400 "May"
  652. ; SHORT_June
  653. ;       The June text is used for the sixth month of the year ofthe Julian 
  654. ; calendar. This is the month of the summer     solstice.
  655. MSG 0x0c815800 "Jun"
  656. ; SHORT_July
  657. ;       The July text is used for the seventh month of the year of      the 
  658. ; Julian calendar.
  659. MSG 0x0c815c00 "Jul"
  660. ; SHORT_August
  661. ;       The August text is used for the eighth month of the year of     the 
  662. ; Julian calendar.
  663. MSG 0x0c816000 "Aug"
  664. ; SHORT_September
  665. ;       The September text is used for the ninth month of the year of   the 
  666. ; Julian calendar. This is the month of the atumnal equinox.
  667. MSG 0x0c816400 "Sep"
  668. ; SHORT_October
  669. ;       The October text is used for the tenth month of the year of     the 
  670. ; Julian calendar.
  671. MSG 0x0c816800 "Oct"
  672. ; SHORT_November
  673. ;       The November text is used for the eleventh month of the year of the 
  674. ; Julian calendar.
  675. MSG 0x0c816c00 "Nov"
  676. ; SHORT_December
  677. ;       The December text is used in the twelveth month of the year of  the 
  678. ; Julian calendar. This is the month of the winter solstice.
  679. MSG 0x0c817000 "Dec"
  680.