home *** CD-ROM | disk | FTP | other *** search
/ MACD 4 / MACD4.iso / cdity / PSCalc.lha / PSCalc_v1.44 / PSCalc.cd < prev    next >
Encoding:
Text File  |  1997-04-17  |  8.2 KB  |  672 lines

  1. ;
  2. ;  English catalog for PSCalc
  3. ;  ==========================
  4. ;
  5. ;  Errors messages
  6. ;  ---------------
  7. ;
  8. MSG_WORKBENCH (//)
  9. Please run PSCalc from the Workbench
  10. ;
  11. MSG_LOW_MEM (//)
  12. Not enough memory
  13. ;
  14. MSG_OPEN_LIBRARY (//)
  15. Couldn't open \'%s\'
  16. ;
  17. MSG_KICK_VER (//)
  18. This program needs Kickstart V%2d or more
  19. ;
  20. MSG_CREAT_CMDTY (//)
  21. Couldn't create PSCalc commodity
  22. ;
  23. MSG_OPEN_TDEVICE (//)
  24. Couldn't open 'timer.device'
  25. ;
  26. MSG_APPICON (//)
  27. Couldn't setup AppIcon
  28. ;
  29. MSG_TOOLTYPES (//)
  30. Couldn't load tooltypes
  31. ;
  32. MSG_CIAO (//)
  33. Thank you for using PSCalc\nSee you soon
  34. ;
  35. MSG_CREAT_DIR (//)
  36. Couldn't create \'%s\' directory
  37. ;
  38. MSG_CMDTY_RUNNING (//)
  39. PSCalc is already running
  40. ;
  41. MSG_SYNTAX_ERROR (//)
  42. Syntax error, col %d
  43. ;
  44. MSG_ALREADY_DEFINED (//)
  45. Function already defined
  46. ;
  47. MSG_DEFINED (//)
  48. Function defined
  49. ;
  50. MSG_CONST (//)
  51. Couldn't modify a constant
  52. ;
  53. MSG_UNDEF (//)
  54. Undefined symbol
  55. ;
  56. MSG_NBARGS (//)
  57. Incorrect number of arguments
  58. ;
  59. MSG_INIT_SCREEN (//)
  60. Couldn't init screen
  61. ;
  62. MSG_OPEN_WIN (//)
  63. Couldn't open \'%s\' window
  64. ;
  65. MSG_INIT_IDCMP (//)
  66. Couldn't init IDCMP messages in \'%s\' window
  67. ;
  68. MSG_OVERFLOW (//)
  69. Overflow error, col
  70. ;
  71. MSG_UNDERFLOW (//)
  72. Underflow error, col
  73. ;
  74. MSG_DIVBY0 (//)
  75. Division by 0 error, col
  76. ;
  77. MSG_DERIVE_IPREC (//)
  78. Precision must be between 1.0 and 10000.0
  79. ;
  80. MSG_DERIVE_IORDRE (//)
  81. Order must be between 1 and 20
  82. ;
  83. MSG_SCALE_STEP (//)
  84. Step must be between 0.00001 and 10000.0
  85. ;
  86. MSG_SOLVE_DIFF (//)
  87. XMin and XMax must be different
  88. ;
  89. MSG_SOLVE_NORANGE (//)
  90. The function must have a solution between XMin and XMax
  91. ;
  92. MSG_SOLVE_IPREC (//)
  93. Precision must be < 1.0
  94. ;
  95. MSG_INTEGR_ERR (//)
  96. The intervall number must be between 1 and 1000
  97. ;
  98. MSG_FNOTFOUND (//)
  99. Function not found
  100. ;
  101. MSG_FUNCNOTCONT (//)
  102. Error: function must be continue\non the specified interval.
  103. ;
  104. MSG_SOLVE_A (//)
  105. Error: invalid xmin value.
  106. ;
  107. MSG_SOLVE_B (//)
  108. Error: invalid xmax value.
  109. ;
  110. MSG_VALUE_NOFILE (//)
  111. You must enter a file name.
  112. ;
  113. ;  Miscellaneous strings
  114. ;  ---------------------
  115. ;
  116. MSG_SERIALNR (//)
  117. Serial number:
  118. ;
  119. MSG_REGUSER (//)
  120. Version registered to %s
  121. ;
  122. MSG_COMP_DATE (//)
  123. Compiled on
  124. ;
  125. MSG_COMP_TIME (//)
  126. at
  127. ;
  128. MSG_DEMO_VERSION (//)
  129. Demo version                  
  130. ;
  131. MSG_CALC_DESC (//)
  132. Scientific calculator
  133. ;
  134. MSG_ICON_NAME (//)
  135. Calculator
  136. ;
  137. MSG_GUIDE_FILE (//)
  138. HELP:english/PSCalc.guide
  139. ;
  140. MSG_TRACING (//)
  141. Please wait, tracing in progress...
  142. ;
  143. ;  Screens and windows titles
  144. ;  --------------------------
  145. ;
  146. MSG_FILESAVE_TITLE (//)
  147. Please choose a file to save
  148. ;
  149. MSG_FILELOAD_TITLE (//)
  150. Please choose a file to load
  151. ;
  152. MSG_ICONCHOOSE_TITLE (//)
  153. Please choose an icon
  154. ;
  155. MSG_CALC_TITLE (//)
  156. %s - HotKey = <%s>
  157. ;
  158. MSG_PSCALC_CMDTY (//)
  159. PSCalc commodity
  160. ;
  161. MSG_ABOUT_TITLE (//)
  162. About
  163. ;
  164. MSG_PREFS_TITLE (//)
  165. Prefs
  166. ;
  167. MSG_SCREENS_TITLE (//)
  168. Choose PSCalc's Screen
  169. ;
  170. MSG_GET_TITLE (//)
  171. Enter a 2D reduced function : y=f(x)
  172. ;
  173. MSG_ZOOM_TITLE (//)
  174. Zoom
  175. ;
  176. MSG_PLOTTER_TITLE (//)
  177. Viewer
  178. ;
  179. MSG_SCALE_TITLE (//)
  180. Scale
  181. ;
  182. MSG_DERIVE_TITLE (//)
  183. Derivate
  184. ;
  185. MSG_PRIM_TITLE (//)
  186. Integrate
  187. ;
  188. MSG_SOLVE_TITLE (//)
  189. Solve
  190. ;
  191. MSG_VAR_TITLE (//)
  192. Variables
  193. ;
  194. MSG_CONST_TITLE (//)
  195. Constants
  196. ;
  197. MSG_SFUNCT_TITLE (//)
  198. Scientifics functions
  199. ;
  200. MSG_PFUNCT_TITLE (//)
  201. Programmers functions
  202. ;
  203. MSG_UFUNCT_TITLE (//)
  204. Users functions
  205. ;
  206. MSG_VALUES_TITLE (//)
  207. Value table
  208. ;
  209. ; Main menu strings
  210. ; -----------------
  211. ;
  212. MSG_MMNU_PROJECT (//)
  213.  \0Project
  214. ;
  215. MSG_MMNU_ABOUT (//)
  216. A\0About...
  217. ;
  218. MSG_MMNU_SCREEN (//)
  219. S\0Screen...
  220. ;
  221. MSG_MMNU_ICONIFY (//)
  222. I\0Iconify
  223. ;
  224. MSG_MMNU_PREFS (//)
  225. P\0Prefs...
  226. ;
  227. MSG_MMNU_QUIT (//)
  228. Q\0Quit
  229. ;
  230. MSG_MMNU_HISTORY (//)
  231.  \0History
  232. ;
  233. MSG_MMNU_HISLOAD (//)
  234. L\0Load
  235. ;
  236. MSG_MMNU_HISSAVE (//)
  237. W\0Save
  238. ;
  239. MSG_MMNU_EXPR (//)
  240. E\0Expression
  241. ;
  242. MSG_MMNU_VAL (//)
  243. V\0Value
  244. ;
  245. MSG_MMNU_CLEAR (//)
  246. C\0Clear history
  247. ;
  248. MSG_MMNU_ANGLE (//)
  249.  \0Angle
  250. ;
  251. MSG_MMNU_RAD (//)
  252. R\0Radians
  253. ;
  254. MSG_MMNU_DEG (//)
  255. G\0Degrees
  256. ;
  257. MSG_MMNU_BASE (//)
  258.  \0Calcbase
  259. ;
  260. MSG_MMNU_BIN (//)
  261. B\0Binary
  262. ;
  263. MSG_MMNU_OCT (//)
  264. O\0Octal
  265. ;
  266. MSG_MMNU_DEC (//)
  267. D\0Decimal
  268. ;
  269. MSG_MMNU_HEX (//)
  270. H\0Hexadecimal
  271. ;
  272. MSG_MMNU_PRECISION (//)
  273.  \0Precision
  274. ;
  275. MSG_MMNU_8 (//)
  276. 8\000 8 Bits
  277. ;
  278. MSG_MMNU_16 (//)
  279. 1\00016 Bits
  280. ;
  281. MSG_MMNU_32 (//)
  282. 3\00032 Bits
  283. ;
  284. MSG_MMNU_WINDOWS (//)
  285.  \0Windows
  286. ;
  287. MSG_MMNU_PLOTTER (//)
  288. T\0Plotter...
  289. ;
  290. MSG_MMNU_VAR (//)
  291.  \0Variables...
  292. ;
  293. MSG_MMNU_CONST (//)
  294.  \0Constants...
  295. ;
  296. MSG_MMNU_SFUNCT (//)
  297.  \0Scientifics functions...
  298. ;
  299. MSG_MMNU_PFUNCT (//)
  300.  \0Programmers functions...
  301. ;
  302. MSG_MMNU_UFUNCT (//)
  303. U\0Users functions...
  304. ;
  305. MSG_MMNU_HELP (//)
  306.  \0Help
  307. ;
  308. MSG_MMNU_USER (//)
  309.  \0User...
  310. MSG_MMNU_DOC (//)
  311.  \0Doc...
  312. ;
  313. ;  Viewer menu strings
  314. ;  -------------------
  315. ;
  316. MSG_VMNU_PROJECT (//)
  317.  \0Project
  318. ;
  319. MSG_VMNU_GET (//)
  320. E\0Enter...
  321. ;
  322. MSG_VMNU_TRACE (//)
  323. T\0(Re)Trace
  324. ;
  325. MSG_VMNU_CLOSE (//)
  326. C\0Close
  327. ;
  328. MSG_VMNU_PARAMS (//)
  329.  \0Parameters
  330. ;
  331. MSG_VMNU_SCALE (//)
  332. S\0Scale...
  333. ;
  334. MSG_VMNU_SCALE_M (//)
  335. +\0Scale x 2
  336. ;
  337. MSG_VMNU_SCALE_D (//)
  338. -\0Scale / 2
  339. ;
  340. MSG_VMNU_LEGEND (//)
  341. L\0Legend
  342. ;
  343. MSG_VMNU_GRID (//)
  344. G\0Grid
  345. ;
  346. MSG_VMNU_CALCS (//)
  347.  \0Compute
  348. ;
  349. MSG_VMNU_SOLVE (//)
  350. O\0Solve...
  351. ;
  352. MSG_VMNU_DERIVE (//)
  353. D\0Derivate...
  354. ;
  355. MSG_VMNU_PRIM (//)
  356. I\0Integrate...
  357. ;
  358. MSG_VMNU_VALUES (//)
  359. V\0Value table...
  360. ;
  361. ;  Gadgets strings
  362. ;  ---------------
  363. ;
  364. ;  General gadgets
  365. ;  ---------------
  366. ;
  367. MSG_OK (//)
  368. _OK
  369. ;
  370. MSG_QUIT (//)
  371. Quit
  372. ;
  373. MSG_UCANCEL (//)
  374. C_ancel
  375. ;
  376. MSG_CANCEL (//)
  377. Cancel
  378. ;
  379. ;  About Window
  380. ;  ------------
  381. ;
  382. MSG_ABOUT_WRITTEN (//)
  383.  Written by %s
  384. ;
  385. MSG_ABOUT_DISTRIB (//)
  386. Programm distributed by %s
  387. ;
  388. MSG_ABOUT_CONTACT (//)
  389. To contact me, please write to
  390. ;
  391. ;  Calc Window
  392. ;  -----------
  393. ;
  394. MSG_CALC_PFUNCT (//)
  395. Programmers functions
  396. ;
  397. MSG_CALC_SFUNCT (//)
  398. Scientifics functions
  399. ;
  400. MSG_CALC_A (//)
  401. A
  402. ;
  403. MSG_CALC_B (//)
  404. B
  405. ;
  406. MSG_CALC_C (//)
  407. C
  408. ;
  409. MSG_CALC_D (//)
  410. D
  411. ;
  412. MSG_CALC_E (//)
  413. E
  414. ;
  415. MSG_CALC_F (//)
  416. F
  417. ;
  418. MSG_CALC_0B (//)
  419. 0b
  420. ;
  421. MSG_CALC_0O (//)
  422. 0o
  423. ;
  424. MSG_CALC_0D (//)
  425. 0d
  426. ;
  427. MSG_CALC_0H (//)
  428. 0x
  429. ;
  430. MSG_CALC_OR (//)
  431. Or
  432. ;
  433. MSG_CALC_XOR (//)
  434. XOr
  435. ;
  436. MSG_CALC_AND (//)
  437. And
  438. ;
  439. MSG_CALC_NOT (//)
  440. Not
  441. ;
  442. MSG_CALC_INF (//)
  443. <
  444. ;
  445. MSG_CALC_IINF (//)
  446. <<
  447. ;
  448. MSG_CALC_SUP (//)
  449. >
  450. ;
  451. MSG_CALC_SSUP (//)
  452. >>
  453. ;
  454. ;  Prefs Window
  455. ;  ------------
  456. ;
  457. MSG_PREFS_NL (//)
  458. _Line number     
  459. ;
  460. MSG_PREFS_ANGLE (//)
  461. An_gle
  462. ;
  463. MSG_PREFS_PREC (//)
  464. _Precision
  465. ;
  466. MSG_PREFS_SAVE (//)
  467. _Save
  468. ;
  469. MSG_PREFS_NAME (//)
  470. _Name   
  471. ;
  472. MSG_PREFS_FILE (//)
  473. _File   
  474. ;
  475. MSG_PREFS_USE (//)
  476. _Use
  477. ;
  478. MSG_PREFS_XPOS (//)
  479. _X Pos
  480. ;
  481. MSG_PREFS_YPOS (//)
  482. _Y Pos
  483. ;
  484. MSG_PREFS_BASE (//)
  485. _Base 
  486. ;
  487. MSG_PREFS_ICON (//)
  488. _Icon 
  489. ;
  490. MSG_PREFS_MODE (//)
  491. Default _Mode    
  492. ;
  493. MSG_PREFS_RAD (//)
  494. Radians
  495. ;
  496. MSG_PREFS_DEG (//)
  497. Degrees
  498. ;
  499. MSG_PREFS_8B (//)
  500. 8 Bits
  501. ;
  502. MSG_PREFS_16B (//)
  503. 16 Bits
  504. ;
  505. MSG_PREFS_32B (//)
  506. 32 Bits
  507. ;
  508. MSG_PREFS_BIN (//)
  509. Binary
  510. ;
  511. MSG_PREFS_OCT (//)
  512. Octal
  513. ;
  514. MSG_PREFS_DEC (//)
  515. Decimal
  516. ;
  517. MSG_PREFS_HEX (//)
  518. Hexadecimal
  519. ;
  520. MSG_PREFS_VAL (//)
  521. Value
  522. ;
  523. MSG_PREFS_EXPR (//)
  524. Expression
  525. ;
  526. MSG_PREFS_HIST (//)
  527. History
  528. ;
  529. MSG_PREFS_FORMAT (//)
  530. Output format
  531. ;
  532. MSG_PREFS_APPICON (//)
  533. Application's icon
  534. ;
  535. ;  Enter Window
  536. ;  ------------
  537. ;
  538. MSG_GET_NAME (//)
  539. _Name       
  540. ;
  541. MSG_GET_VAR (//)
  542. _Variable(s)
  543. ;
  544. MSG_GET_FUNCT (//)
  545. _Function   
  546. ;
  547. MSG_GET_FUNCTT (//)
  548. Reduced 2D function
  549. ;
  550. MSG_GET_PRECISION (//)
  551. _Precision  
  552. ;
  553. ;  Zoom Window
  554. ;  -----------
  555. ;
  556. MSG_ZOOM_ZOOM (//)
  557. Area to zoom
  558. ;
  559. MSG_ZOOM_XMIN (//)
  560. _X Min
  561. ;
  562. MSG_ZOOM_XMAX (//)
  563. X Max
  564. ;
  565. MSG_ZOOM_YMIN (//)
  566. _Y Min
  567. ;
  568. MSG_ZOOM_YMAX (//)
  569. Y Max
  570. ;
  571. ;  Scale Window
  572. ;  ------------
  573. ;
  574. MSG_SCALE_ABS (//)
  575. Absciss x
  576. ;
  577. MSG_SCALE_ORD (//)
  578. Ordinate y
  579. ;
  580. MSG_SCALE_XMIN (//)
  581. _X Min 
  582. ;
  583. MSG_SCALE_XMAX (//)
  584. X Max 
  585. ;
  586. MSG_SCALE_YMIN (//)
  587. _Y Min 
  588. ;
  589. MSG_SCALE_YMAX (//)
  590. Y Max 
  591. ;
  592. MSG_SCALE_STEPX (//)
  593. Step X
  594. ;
  595. MSG_SCALE_STEPY (//)
  596. Step Y
  597. ;
  598. ;  Integrate Window
  599. ;  ----------------
  600. ;
  601. MSG_INTEGR_XMIN (//)
  602. _X Min                  
  603. ;
  604. MSG_INTEGR_XMAX (//)
  605. X _Max                  
  606. ;
  607. MSG_INTEGR_NBI (//)
  608. Number of _intervals    
  609. ;
  610. MSG_INTEGR_TRAP (//)
  611. Rectangle's method     
  612. ;
  613. MSG_INTEGR_MP (//)
  614. Midle point's method   
  615. ;
  616. MSG_INTEGR_SIMPSON (//)
  617. Simpson's method       
  618. ;
  619. ;  Derivate Window
  620. ;  ---------------
  621. ;
  622. MSG_DERIV_PARAMS (//)
  623. Parameters
  624. ;
  625. MSG_DERIV_ORDRE (//)
  626. _Derivate order       
  627. ;
  628. MSG_DERIV_PREC (//)
  629. _Precision  
  630. ;
  631. ;  Solve Window
  632. ;  ------------
  633. ;
  634. MSG_SOLVE_XMIN (//)
  635. _X Min        
  636. ;
  637. MSG_SOLVE_XMAX (//)
  638. X _Max        
  639. ;
  640. MSG_SOLVE_PREC (//)
  641. _Precision    
  642. ;
  643. MSG_SOLVE_DICHO (//)
  644. Dichotomy    
  645. ;
  646. MSG_SOLVE_INTER (//)
  647. Interval
  648. ;
  649. MSG_SOLVE_RESULT (//)
  650. Result
  651. ;
  652. ;  Value table window
  653. ;  ------------------
  654. ;
  655. MSG_VALUES_XMIN (//)
  656. _X Min  
  657. ;
  658. MSG_VALUES_XMAX (//)
  659. X _Max  
  660. ;
  661. MSG_VALUES_STEP (//)
  662. _Step   
  663. ;
  664. MSG_VALUES_FILE (//)
  665. _File  
  666. ;
  667. MSG_VALUES_INTER (//)
  668. Interval
  669. ;
  670. MSG_VALUE_ISTEP (//)
  671. Step must be greater than 0.
  672. ;