Link with C++ linker
[oweals/cde.git] / cde / programs / dtcalc / dtcalc.msg
1 $ *************************************<+>*************************************
2 $
3 $   COMPONENT_NAME: desktop
4 $
5 $   FUNCTIONS: Abs
6 $               Bsp
7 $               Calculator
8 $               Ctrm
9 $               Ddb
10 $               END
11 $               Exp
12 $               Frac
13 $               Fv
14 $               Int
15 $               Pmt
16 $               Pv
17 $               Sln
18 $               Syd
19 $               YR
20 $               character
21 $               clrgs
22 $               identification
23 $               key
24 $               sign
25 $
26 $   ORIGINS: 27,118,119,120,121
27 $
28 $   This module contains IBM CONFIDENTIAL code. -- (IBM
29 $   Confidential Restricted when combined with the aggregated
30 $   modules for this product)
31 $   OBJECT CODE ONLY SOURCE MATERIALS
32 $
33 $   (C) COPYRIGHT International Business Machines Corp. 1995
34 $   All Rights Reserved
35 $   US Government Users Restricted Rights - Use, duplication or
36 $   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
37 $
38 $ *************************************<+>*************************************
39 $ *****************************************************************************
40 $ **
41 $ **  File:        dtcalc.msg
42 $ **
43 $ **  Project:     CDE dtcalc
44 $ **
45 $ **  Description:
46 $ **  -----------
47 $ **  This file is the source for the message catalog for dtcalc
48 $ **  Any additional messages are to be added to this file by hand,
49 $ **  and the associated index number placed in the code.
50 $ **
51 $ *****************************************************************************
52 $ **
53 $ **    (c) Copyright 1993, 1994 Hewlett-Packard Company
54 $ **    (c) Copyright 1993, 1994 International Business Machines Corp.
55 $ **    (c) Copyright 1993, 1994 Sun Microsystems, Inc.
56 $ **    (c) Copyright 1993, 1994 Novell, Inc.
57 $ **
58 $ **
59 $ *****************************************************************************
60 $ *************************************<+>*************************************
61
62 $ *************************************<L>*************************************
63 $ **  -----------------GENERAL LOCALIZATION NOTES SECTION---------------------
64 $ * Comment lines begin with a $ except $set which indicates the start of a
65 $ * new set.
66 $ *
67 $ * Do not delete any comments; you may add comments for your use.
68 $ *
69 $ **  ----------------GENERAL LOCALIZATION NOTES SECTION END------------------
70 $ *************************************<L>*************************************
71
72 $ *****************************************************************************
73 $
74 $ ***** NOTE FOR MESSAGE CATALOG TRANSLATORS *****
75 $
76 $ There may be three types of messages in this file:
77 $
78 $ 1. Messages that appear in dialogs or are displayed to the user.
79 $
80 $     These messages are the default and they should ALL BE LOCALIZED.
81 $     Note that these messages do NOT have any identification (see the
82 $     comments for type 2 and 3 below).
83 $
84 $ 2. Messages that only appear in the DT error log file ($HOME?.dt/errorlog).
85 $
86 $     The localization of these messages is OPTIONAL.  These messages are
87 $     identified by the following:
88 $
89 $     MESSAGES xx-yy WILL ONLY APPEAR IN THE DT ERRORLOG FILE
90 $
91 $ 3. Messages that should not be localized.
92 $
93 $     These messages are identified by the following:
94 $
95 $     DO NOT TRANSLATE or CHANGE or LOCALIZE MESSAGES xx-yy
96 $
97 $ ***** END (NOTE FOR MESSAGE CATALOG TRANSLATORS) *****
98 $
99 $ *****************************************************************************
100
101 $set 2
102 $ ****** Module: motif.c ****(developer comment only)********
103
104 $ Messages 1 - 4 are used by the "numeric base" option button.  Bin is 
105 $  short for Binary, Oct is short for Octal, Dec is short for Decimal and 
106 $  Hex is short for Hexidecimal.  Keep these to 3 to 4 characters!
107 $
108 1 Bin
109 2 Oct
110 3 Dec
111 4 Hex
112 $
113 $ Messages 5 - 7 are used by the "display mode" option button. Eng is an
114 $  abbreviation for Engineering, Fix is an abbreviation for Fixed, and
115 $  Sci is an abbreviation for Scientific.  Keep these to 3 characters.
116 $
117 5 Eng
118 6 Fix
119 7 Sci
120 $
121 $ NOTE: no message 8
122 $
123 $ Messages 9 - 11 refer to the three modes the Calculator can operate in.
124 $  They are listed in the "Mode" option button.
125 $
126 9 Financial
127 10 Logical
128 11 Scientific
129 $
130 $ Message 12 - This is the title to the Calculator.
131 $
132 12 Calculator
133 $
134 $ Messages 13 - 30 are the labels in the menubar pulldown menus and the
135 $  mnemonic's (the letter that gets underlined for keyboard access) that 
136 $  go with them. 
137 $
138 $ Message 13 is the mnemonic for Message 14
139 $
140 13 O
141 14 Options
142 15 Memory Registers
143 16 ASCII Convert
144 $
145 $ Message 17 is the mnemonic for Message 18
146 $
147 17 H
148 18 Help
149 $
150 $ Message 19 is the mnemonic for Message 20
151 $
152 19 v
153 20 Overview
154 $
155 $ Message 21 is the mnemonic for Message 22
156 $
157 21 T
158 22 Tasks
159 $
160 $ Message 23 is the mnemonic for Message 24
161 $
162 23 R
163 24 Reference
164 $
165 $ Message 25 is the mnemonic for Message 26
166 $
167 25 O
168 26 On Item
169 $
170 $ Message 27 is the mnemonic for Message 28
171 $
172 27 U
173 28 Using Help
174 $
175 $ Message 29 is the mnemonic for Message 30
176 $
177 29 A
178 30 About Calculator
179 $
180 $ Message 31 is an simple error message.
181
182 31 Could not open display.\n
183
184 $ Messages 32 and 33 are button labels for dialog boxes.
185 $
186 32 Close
187 33 Apply
188 $
189 $ Message 34 is an simple error message.
190
191 34 Could not open the session file.
192 $
193 $ Message 35 - Gets put in the "Functions" popup when no functions have been
194 $  defined by the users.
195 $
196 35 No Functions Defined
197 $
198 $ Message 36 and 37 are titles to two types of dialogs.
199 $
200 36 Continue Notice
201 37 Confirmation Notice
202 $
203 $ Message 38 and 39 are another label for the Help pulldown menu.
204 $ Message 38 is the mnemonic for Message 39
205 $
206 38 C
207 39 Table of Contents
208 $
209 $ 40 -  This is the mnemonic for the 'Memory Registers...'  option on 
210 $  the Option menu pulldown.  (message 15 set 2)
211 $
212 40 R
213 $
214 $ 41 -  This is the mnemonic for the 'ASCII Convert...' option on the Option
215 $   menu pulldown. (message 16 set 2)
216 $
217 41 A
218 $
219 $ 42 -  This is the mnemonic for the 'Enter Function...' option on the Option
220 $   menu pulldown.  (message 143 set 3)
221 $
222 42 F
223 $
224 $ 43 -  This is the mnemonic for the 'Enter Constant...' option on the Option
225 $   menu pulldown. (message 142 set 3)
226 $
227 43 C
228 $
229 $ 44 -  This is the mnemonic for the 'Exit' option on the Option
230 $   menu pulldown. (message 403 set 3)
231 $
232 44 x
233 $
234 $ 45 -  This is the mnemonic for the 'Financial Registers' option on the Option
235 $   menu pulldown. (message 138 set 3)
236 $
237 45 g
238 $
239 $ 46 - This is the title for the popup menu.
240 $
241 46 Calculator Popup
242 $
243 $ Used as the title, In Asian languages labels need to be different
244 $  from the menu label.
245 $
246 47 Help
247 $
248 $set 3
249 $ ****** Module: text.c ****(developer comment only)********
250 $
251 $ NOTE: there is no Message 1 - 4.
252 $
253 $ Messages 5-47 are what gets displayed on each of the calculator keys.
254 $
255 5 Functions
256 6 Constants
257 7 Keys
258
259 $ Message 8 - Int is short for integer.
260 $
261 8 Int
262
263 $ Message 9 - Frac is short for fraction.
264 $
265 9 Frac
266
267 $ Message 10 - Abs is short for absolute value.
268 $
269 10 Abs
270
271 $ Message 11 - Exp is short for exponent.
272 $
273 11 Exp
274 12 Accuracy
275 13 Store
276 14 Recall
277 15 Exchange
278 16 1/x
279 17 x^2
280 18 %
281
282 $ Message 19 - Sqrt is short for square root.
283 $
284 19 Sqrt
285 20 (
286 21 )
287
288 $ Message 22 - Bsp is short for backspace.
289 $
290 22 Bsp
291
292 $ Message 23 - Clr is short for clear.
293 $
294 23 Clr
295 24 D
296 25 E
297 26 F
298 27 +/-
299 28 A
300 29 B
301 30 C
302 31 X
303 32 7
304 33 8
305 34 9
306 35 /
307 36 4
308 37 5
309 38 6
310 39 -
311 40 1
312 41 2
313 42 3
314 43 +
315 44 0
316 45 .
317 46 =
318 47 Quit
319 $
320 $ Messages 48-51 tell the user what mode they are in.
321 $
322 48 Base
323 49 Disp
324 50 Mode
325 51 Trig
326 $
327 $ Messages 52-94 are what gets put on the keys when the user presses the 'Keys'
328 $  key.  These are the keyboard keys which provide the given function. These are
329 $  also known as keyboard accelerators.  These keys directly correspond to
330 $  Messages 5-47. (i.e 5 maps to 52, 6 maps to 53, etc.).
331 $
332 52 F - Funcs
333 53 # - Cnsts
334 54 k - Keys
335 55 I - Int
336 $ Message 56 is "Control f" 
337 56 ^f - Frac
338 $ Message 57 is "Control u"
339 57 ^u Abs
340 58 E - Exp
341 59 A - Acc
342 60 S - Sto
343 61 R - Rcl
344 62 X - Xchg
345 63 r - 1/x
346 64 @ - x^2
347 65 %
348 66 s - Sqrt
349 67 (
350 68 )
351 $
352 $ Message 69 is "Control h"
353 $
354 69 ^h - Bsp
355 $
356 $ Message 70 is "Delete"
357 $
358 70 del - Clr
359 71 d
360 72 e
361 73 f
362 74 C - +/-
363 75 a
364 76 b
365 77 c
366 78 x
367 79 7
368 80 8
369 81 9
370 82 /
371 83 4
372 84 5
373 85 6
374 86 -
375 87 1
376 88 2
377 89 3
378 90 +
379 91 0
380 92 .
381 93 =
382 94 q - Quit
383 $ See COSE cmvc 7910
384 $ Messages 95-98 are keyboard acclerators for Messages 48-51 
385 95 B
386 96 D
387 97 M
388 98 T
389 $
390 $ NOTE: Messages 99 - 106 aren't used.
391 $
392 $ Messages 107-118 are dialog/popup titles.
393 $
394 107 Accuracy
395 108 Numeric base
396 109 Constants
397 110 Exchange
398 111 Functions
399 113 Mode
400 114 Display type
401 115 Retrieve
402 116 Right shift
403 117 Store
404 118 Trigonometric type
405 $
406 $ Messages 119-128 are the messages describing the Constants listed when the
407 $ Constant popup is brought up.  NOTE: don't translate <=>
408 $
409 119 kilometers per hour <=> miles per hour.
410 120 square root of 2.
411 121 e.
412 122 pi.
413 123 centimeters <=> inch.
414 124 degrees in a radian.
415 125 2 ^ 20.
416 126 grams <=> ounce.
417 127 kilojoules <=> British thermal units.
418 128 cubic centimeters <=> cubic inches.
419 $
420 $ Messages 132-143 are labels in the dialogs.
421 $
422 132 Constant no:
423 133 Function no:
424 134 calculator
425 135 New Constant
426 136 New Function
427 137 Memory Registers
428 138 Financial Registers
429 139 Calculator properties
430 140 Description:
431 141 Value:
432 142 Enter Constant
433 143 Enter Function
434 $
435 $ NOTE: Message 144 - 147 aren't used.
436 $
437 $ Messages 148 is an error message used when the command line is used 
438 $  improperly.  %s tells the user what argument should come next.
439 $
440 148 %s\n
441 $
442 $ Message 149 is an error message.  %s is either the word "Function" or the
443 $  word "Constant" and %1d is a number 0-9.  This message gets put in a 
444 $  dialog when the user defines a new Function or Constant that already 
445 $  exists and the dialog asks the user wheither to overwrite it. (Message 380)
446 $
447 149 %s %1d already exists.
448 $
449 $ Messages 153-162 are in the accuracy popup menu for the level of accuracy.
450 $
451 153 0 radix places
452 154 1 radix places
453 155 2 radix places
454 156 3 radix places
455 157 4 radix places
456 158 5 radix places
457 159 6 radix places
458 160 7 radix places
459 161 8 radix places
460 162 9 radix places
461 $
462 $ Messages 163-172 are in the Sto, Rcl, Exch popup menu's listing the registers.
463 $
464 163 Register 0
465 164 Register 1
466 165 Register 2
467 166 Register 3
468 167 Register 4
469 168 Register 5
470 169 Register 6
471 170 Register 7
472 171 Register 8
473 172 Register 9
474 $
475 $ Messages 188-191 are the numeric base types of operation.
476 $
477 188 Binary
478 189 Octal
479 190 Decimal
480 191 Hexadecimal
481 $
482 $ Messages 192-194 are the display types.
483 $
484 192 Engineering
485 193 Fixed point
486 194 Scientific
487 $
488 $ Messages 195-197 are the trig. types.
489 $
490 195 Degrees 
491 196 Gradients
492 197 Radians
493 $
494 $ Messages 198-201 are the modes of operation of the calculator.
495 $
496 198 Basic
497 199 Financial
498 200 Logical
499 201 Scientific
500 $
501 $ Messages 203-207 are the labels in the Financial Registers dialog.
502 $
503 203 Term:
504 204 i%Yr:
505 205 Present Value:
506 206 Payment:
507 207 Future Value:
508 $
509 $ Messages 208-217 are the button labels of the financial portion of the
510 $ Calculator when it is in Financial mode.
511 $
512 208 Term
513 209 i%Yr
514 $ See COSE cmvc 7910
515 $
516 $ Message 210 - Pv stands for Present Value.
517 $
518 210 Pv
519 $
520 $ Message 211 - Pmt stands for Payment
521 $
522 211 Pmt
523 $
524 $ Message 212 - Fv stands for Future Value.
525 $
526 212 Fv
527 $
528 $ Message 213 means clear financial registers
529 $
530 213 CLRfregs
531 $
532 $ Message 214 means Compounding term
533 $
534 214 Ctrm
535 $
536 $ Message 215 means double-declining depreciation
537 $
538 215 Ddb
539 $
540 $ Message 216 means Straight-line depreciation
541 $
542 216 Sln
543 $
544 $ Message 217 means Sum-of-the-years-digits depreciation
545 $
546 217 Syd
547 $
548 $ Messages 218-226 are the button labels of the logical portion of the
549 $ Calculator when it is in Logical mode.
550 $
551 $ Message 218 means shift left
552 $
553 218 <
554 $
555 $ Message 219 means shift right
556 $
557 219 >
558 $
559 $ Message 220 means trunctate to the lower 16 bits.
560 $
561 220 &16
562 $
563 $ Message 221 means trunctate to the lower 32 bits.
564 $
565 221 &32
566 $
567 $ Message 222 means perform a logical OR
568 $
569 222 Or
570 $
571 $ Message 223 means perform a logical AND
572 $
573 223 And
574 $
575 $ Message 224 means perform a logical NOT
576 $
577 224 Not
578 $
579 $ Message 225 means perform a logical XOR
580 $
581 225 Xor
582 $
583 $ Message 226 means perform a logical XNOR
584 $
585 226 Xnor
586 $
587 $ Messages 227-238 are the button labels of the Scientific portion of the
588 $ Calculator when it is in Scientific mode. This is the default mode.
589 $
590 $
591 $ Message 227 - Hyp is short for Hyperbolic
592 $
593 227 Hyp
594 $
595 $ Message 228 - Inv is short for Inverse
596 $
597 228 Inv
598 229 e^x
599 230 10^x
600 231 y^x
601 232 x!
602 233 Cos
603 234 Sin
604 235 Tan
605 236 Ln
606 237 Log
607 $
608 $ Message 238 - Rand is short for Random
609 $
610 238 Rand
611 $
612 $ Messages 239-248 are the button labels of the financial portion of the
613 $ Calculator when it is in Financial mode when in "keys" mode. (i.e. button
614 $ acclerators).
615 $
616 239 T - Term
617 $ Message 240 is 'Control r'
618 240 ^r - i%Yr
619 $ See COSE cmvc 7910
620
621 241 p - Pv
622 242 P - Pmt
623 243 v - Fv
624 244 L - Clrgs
625 $ Message 245 is 'Control t'
626 245 ^t - Ctrm
627 $ Message 246 is 'Control d'
628 246 ^d - Ddb
629 $ Message 247 is 'Control s'
630 247 ^s - Sln
631 $ Message 248 is 'Control y'
632 248 ^y - Syd
633 $
634 $ Messages 249-257 are the button labels of the logical portion of the
635 $ Calculator when it is in Logical mode when in "keys" mode. (i.e. button
636 $ acclerators).
637 $
638 249 <
639 250 >
640 251 [ - &16
641 252 ] - &32
642 253 | - Or
643 254 & - And
644 255 ~ - Not
645 256 ^ - Xor
646 257 n - Xnor
647 $
648 $ Messages 258-269 are the button labels of the scientific portion of the
649 $ Calculator when it is in Scientific mode when in "keys" mode. (i.e. button
650 $ acclerators).
651 $
652 258 h - Hyp
653 259 i - Inv
654 260 { - e^x
655 261 } - 10^x
656 262 y - y^x
657 263 ! - x!
658 $ Message 264 is 'Control c'
659 264 ^c - Cos
660 $ Message 265 is 'Control s'
661 265 ^s - Sin
662 $ Message 266 is 'Control t'
663 266 ^t - Tan
664 267 N - Ln
665 268 G - Log
666 269 ? - Rand
667 $
668 $ Messages 270-272 are capitalized versions of the calculator MODES.
669 $
670 270 FINANCIAL
671 271 LOGICAL
672 272 SCIENTIFIC
673 $
674 $ Messages 273-336 are error messages which will go into $HOME/.errorlog. They
675 $ are all math errors. Localization of these are optional.
676 $
677 273 *** SIGN NOT 0, +1 OR -1 IN MPADD2 CALL.\n
678 274 POSSIBLE OVERWRITING PROBLEM ***\n
679 275 *** N .LE. 1 IN CALL TO MPART1 ***\n
680 276 *** ABS(X) .GT. 1 IN CALL TO MPASIN ***\n
681 277 *** ERROR OCCURRED IN MPATAN, RESULT INCORRECT ***
682 278 *** B = %d ILLEGAL IN CALL TO MPCHK.\n
683 279 PERHAPS NOT SET BEFORE CALL TO AN MP ROUTINE ***\n
684 280 *** T = %d ILLEGAL IN CALL TO MPCHK.\n
685 282 *** M .LE. T IN CALL TO MPCHK.\n 
686 284 *** B TOO LARGE IN CALL TO MPCHK ***\n
687 285 *** MXR TOO SMALL OR NOT SET TO DIM(R) BEFORE CALL
688 286 TO AN MP ROUTINE ***\n
689 287 *** MXR SHOULD BE AT LEAST %d*T + %d = %d  ***\n 
690 288 *** ACTUALLY MXR = %d, AND T= %d  ***\n
691 289 *** FLOATING-POINT OVER/UNDER-FLOW IN MPCMD ***\n
692 290 *** FLOATING-POINT OVER/UNDER-FLOW IN MPCMR ***\n
693 291 *** J = 0 IN CALL TO MPCQM ***\n
694 292 *** ATTEMPTED DIVISION BY ZERO IN CALL TO MPDIV ***\n
695 293 *** OVERFLOW OCCURRED IN MPDIV ***\n
696 294 *** ATTEMPTED DIVISION BY ZERO IN CALL TO MPDIVI ***\n
697 295 *** INTEGER OVERFLOW IN MPDIVI, B TOO LARGE ***\n
698 296 *** OVERFLOW IN SUBROUTINE MPEXP ***\n
699 297 *** ERROR OCCURRED IN MPEXP, RESULT INCORRECT ***\n
700 298 *** ABS(X) NOT LESS THAN 1 IN CALL TO MPEXP1 ***\n
701 299 *** X NONPOSITIVE IN CALL TO MPLN ***\n
702 301 *** ERROR IN MPLN, ITERATION NOT CONVERGING ***\n
703 302 *** ABS(X) .GE. 1/B IN CALL TO MPLNS ***\n
704 303 *** ERROR OCCURRED IN MPLNS.\n
705 304 NEWTON ITERATION NOT CONVERGING PROPERLY ***\n
706 305 *** INTEGER OVERFLOW IN MPMUL, B TOO LARGE ***\n
707 306 *** ILLEGAL BASE B DIGIT IN CALL TO MPMUL.\n
708 307 POSSIBLE OVERWRITING PROBLEM ***\n
709 308 *** OVERFLOW OCCURRED IN MPMUL2 ***\n
710 309 *** INTEGER OVERFLOW IN MPMUL2, B TOO LARGE ***\n
711 310 *** ATTEMPTED DIVISION BY ZERO IN MPMULQ ***\n
712 311 POSSIBLE OVERWRITING PROBLEM ***\n
713 312 *** OVERFLOW OCCURRED IN MPNZR ***\n
714 313 *** CALL TO MPOVFL, MP OVERFLOW OCCURRED ***\n
715 314 *** ERROR OCCURRED IN MPPI, RESULT INCORRECT ***\n
716 315 *** ATTEMPT TO RAISE ZERO TO NEGATIVE POWER IN\n
717 316 CALL TO SUBROUTINE MPPWR ***\n
718 317 *** X NEGATIVE IN CALL TO MPPWR2 ***\n
719 318 *** X ZERO AND Y NONPOSITIVE IN CALL TO MPPWR2 ***\n
720 319 *** ATTEMPTED DIVISION BY ZERO IN CALL TO MPREC ***\n
721 320 *** ERROR OCCURRED IN MPREC, NEWTON ITERATION\n
722 321 NOT CONVERGING PROPERLY ***\n
723 322 *** OVERFLOW OCCURRED IN MPREC ***\n
724 323 *** N = 0 IN CALL TO MPROOT ***\n
725 324 *** ABS(N) TOO LARGE IN CALL TO MPROOT ***\n
726 325 *** X = 0 AND N NEGATIVE IN CALL TO MPROOT ***\n
727 326 *** X NEGATIVE AND N EVEN IN CALL TO MPROOT ***\n
728 327 *** ERROR OCCURRED IN MPROOT, NEWTON ITERATION\n
729 328 NOT CONVERGING PROPERLY ***\n
730 329 *** IDECPL .LE. 0 IN CALL TO MPSET ***\n
731 330 ITMAX2 TOO SMALL IN CALL TO MPSET ***\n
732 331 *** INCREASE ITMAX2 AND DIMENSIONS OF MP ARRAYS \n
733 332 TO AT LEAST %d ***\n
734 333 *** ERROR OCCURRED IN MPSIN, RESULT INCORRECT ***\n
735 334 *** ABS(X) .GT. 1 IN CALL TO MPSIN1 ***\n
736 335 *** X NEGATIVE IN CALL TO SUBROUTINE MPSQRT ***\n
737 336 *** TAN(X) TOO LARGE IN CALL TO MPTAN ***\n
738 $
739 $ Messages 337-343 are error messages from the command line options.
740 $ They also will only show up in the errorlog.
741 $
742 337 Calculator: -a needs accuracy value of 0-9.\n
743 $
744 $ Message 338 only goes to the errorlog file 
745 $
746 338 Calculator: accuracy should be in the range 0-9\nWill set accuracy to the default: 2.\n
747 339 Calculator: base should be binary, octal, decimal or hexadecimal.\nWill set base to the default: decimal.\n
748 $
749 $ Message 340 - %s is the invalid display mode the user supplied.
750 $   This goes to $HOME/.dt/errorlog only.
751 $
752 340 Calculator: invalid display mode [%s]\n
753 $
754 $ Message 341 - %s is the invalid mode the user supplied.
755 $   This goes to $HOME/.dt/errorlog only.
756 $
757 341 Calculator: invalid mode [%s]\nWill set mode to its default: scientific\n
758 $
759 $ Message 342 - %s is the invalid trig. mode the user supplied.
760 $   This goes to $HOME/.dt/errorlog only.
761 $
762 342 Calculator: invalid trig. mode [%s].\n
763 343 Calculator: invalid session file.\n
764 $
765 $ NOTE: no Messages 344 through 350
766 $
767 $ Message 351 is a label in the ASCII convert dialog.
768
769 351 Character:
770 $
771 $ Message 352 is the title of the ASCII convert dialog.
772
773 352 Get ASCII
774 $
775 $ Messages 353-355 are the Trigonometric types (abbreviations).
776 $
777 353 Deg
778 354 Grad
779 355 Rad
780 $
781 $ Messages 356-358 are the usage messages.
782 $    Don't translate dtcalc, -a, -m, -b, -no_menu_bar -? -notation -trig or
783 $     -session.
784 $
785 356 Calculator (dtcalc) Version 1.%1d\n\n
786 357 Usage: dtcalc [-a accuracy] [-m mode] [-b base] [-no_menu_bar] [-?]\n
787 358 \t [-notation display_notation] [-trig trignometric_type] [-session session_file]\n
788 $
789 $ Messages 359 and 360 not used
790 $
791 $ Messages 361 - 363 are button labels
792 $
793 361 Cancel
794 362 Confirm
795 363 Continue
796 364 Error
797 $
798 $ Message 365 - 369 not used
799 $
800 $ Messages 370 - 372 get put under the Calculator display when the 
801 $  corresponding calculator key is pressed, CLR is short for clear, HYP is
802 $  short for Hyperbolic, and INV is short for Inverse.
803 $
804 370 CLR
805 371 HYP
806 372 INV
807 373 Invalid constant value
808 374 Invalid constant number.
809 375 Invalid function number.
810 $
811 $ Message 376 not used.
812 $
813 377 Constant not changed.
814 378 Numeric stack error
815 379 Operand stack error
816 380 Okay to overwrite?
817 381 Must be in the range 0 - 9
818 $
819 $ Message 382 not used.
820 $
821 383 Constant
822 384 Function
823 385 Unable to save defaults.\n
824 $
825 $ NOTE: Messages 386 - 402 are not used.
826 $
827 403 Exit
828 $
829 $ Messages 452-478 are the actual characters that the keyboard accelerators
830 $  map to.  These are the keyboard keys which provide the given function. 
831 $  For example: Message 5 is the label of the Functions key, Message 52 is
832 $  the label of the Functions key when the "keys" button is pressed, and
833 $  finally Message 452 is the character (i.e. 'F') that the calculator uses
834 $  to represent the Functions key so if the user had a "function string" which
835 $  included 'F' the calculator know that the 'F' represents the Function key.
836 $
837 $ Message 452 - the Functions key.
838 $
839 452 F
840 $
841 $ Message 453 - the Constants key.
842 $
843 453 #
844 $
845 $ Message 454 - the Keys key.
846 $
847 454 k
848 $
849 $ Message 455 - the Int (integer) key.
850 $
851 455 I
852 $
853 $ Message 456 - the Frac (fraction) key.
854 $  \006 is "Control f"
855 $
856 456 \006
857 $
858 $ Message 457 - the Abs (absolute value) key.
859 $  \025 is "Control u"
860 $
861 457 \025
862 $
863 $ Message 458 - the Exp (exponent) key.
864 $
865 458 E
866 $
867 $ Message 459 - the accuracy key.
868 $
869 459 A
870 $
871 $ Message 460 - the Store key (memory register store)
872 $
873 460 S
874 $
875 $ Message 461 - the Recall key (memory register recall)
876 $
877 461 R
878 $
879 $ Message 462 - the Exchange key (memory register exchange)
880 $
881 462 X
882 $
883 $ Message 463 - the 1/x key 
884 $
885 463 r
886 $
887 $ Message 464 - the x^2 key 
888 $
889 464 @
890 $
891 $ Message 465 - the % key 
892 $
893 465 %
894 $
895 $ Message 465 - the square root key 
896 $
897 466 s
898 $
899 $ Message 467 - the Bsp (backspace) key.
900 $  \010 is "Control h"
901 $
902 467 \010
903 $
904 $ Message 468 - the clear key.
905 $ Message 468 is "Delete" (Note: Message 513 is the same)  
906 $
907 468 \177
908 $
909 $ Message 469 - hex 'd' key
910 $
911 469 d
912 $
913 $ Message 470 - hex 'e' key
914 $
915 470 e
916 $
917 $ Message 471 - hex 'f' key
918 $
919 471 f
920 $
921 $ Message 472 - Change sign (i.e. +/-) key
922 $
923 472 C
924 $
925 $ Message 473 - hex 'a' key
926 $
927 473 a
928 $
929 $ Message 474 - hex 'b' key
930 $
931 474 b
932 $
933 $ Message 475 - hex 'c' key
934 $
935 475 c
936 $
937 $ Message 476 - multiplcation key
938 $
939 476 x
940 $
941 $ Message 477 - the quit key
942 $
943 477 q
944 $
945 $ NOTE: 478 and 479 are not used.
946 $
947 $ Messages 480-489 are the actual characters that the keyboard accelerators
948 $  map to when the calculator is in Financial mode.  These are the keyboard 
949 $  keys which provide the given function. 
950 $
951 $ Message 480 - the Term key
952 $
953 480 T
954 $
955 $ Message 481 - the i%Yr (interest per year)
956 $  \022 is 'Control r'
957 $
958 481 \022
959 $
960 $ Message 482 - the Pv (present value) key
961 $
962 482 p
963 $
964 $ Message 483 - the Pmt (payment) key
965 $
966 483 P
967 $
968 $ Message 484 - the Fv (future value) key
969 $
970 484 v
971 $
972 $ Message 485 - the clrgs (clear financial registers) key
973 $
974 485 L
975 $
976 $ Message 486 - the Ctrm (Compounding term) key
977 $  \024 is 'Control t'
978 $
979 486 \024
980 $
981 $ Message 487 - the Ddb (Double-declining depreciation) key
982 $  \004 is 'Control d'
983 $
984 487 \004
985 $
986 $ Message 488 - the Sln (Straight-line depreciation) key
987 $  \023 is 'Control s'
988 $
989 488 \023
990 $
991 $ Message 489 - the Syd (Sum-of-the-years'-digits depreciation) key
992 $  \031 is 'Control y'
993 $
994 489 \031
995 $
996 $ Messages 490-496 are the actual characters that the keyboard accelerators
997 $  map to when the calculator is in Logical mode.  These are the keyboard 
998 $  keys which provide the given function. 
999 $
1000 $ Message 490 - the &16 (truncate to 16 bits) key.
1001
1002 490 [
1003 $
1004 $ Message 491 - the &32 (truncate to 32 bits) key.
1005
1006 491 ]
1007 $
1008 $ Message 492 - the OR key
1009
1010 492 |
1011 $
1012 $ Message 493 - the AND key
1013
1014 493 &
1015 $
1016 $ Message 494 - the NOT key
1017
1018 494 ~
1019 $
1020 $ Message 495 - the XOR key
1021
1022 495 ^
1023 $
1024 $ Message 496 - the XNOR key
1025
1026 496 n
1027 $
1028 $ NOTE 497 - 499 aren't used.
1029 $
1030 $ Messages 500-511 are the actual characters that the keyboard accelerators
1031 $  map to when the calculator is in Scientific mode.  These are the keyboard 
1032 $  keys which provide the given function. 
1033 $
1034 $ Message 500 - the Hyp (Hyperbolic) key
1035
1036 500 h
1037 $
1038 $ Message 501 - the Inv (Inverse) key
1039
1040 501 i
1041 $
1042 $ Message 502 - the e^x key
1043
1044 502 {
1045 $
1046 $ Message 503 - the 10^x key
1047
1048 503 }
1049 $
1050 $ Message 504 - the y^x key
1051
1052 504 y
1053 $
1054 $ Message 505 - the x! key
1055
1056 505 !
1057 $
1058 $ Message 506 - the Cos (cosine) key
1059 $  \003 is 'Control c'
1060 $
1061 506 \003
1062 $
1063 $ Message 507 - the Sin (sine) key
1064 $  \023 is 'Control s'
1065 $
1066 507 \023
1067 $
1068 $ Message 507 - the Tan (tangent) key
1069 $  \024 is 'Control t'
1070 $
1071 508 \024
1072 $
1073 $ Message 509 - the Ln key
1074
1075 509 N
1076 $
1077 $ Message 510 - the Log key
1078
1079 510 G
1080 $
1081 $ Message 510 - the Rand (random) key
1082
1083 511 ?
1084 $
1085 $ Message 512, 513 are HP's del - Clr when it finds an ITF keyboard.
1086 $
1087 512 clr disp
1088 $
1089 $ Message 513 is 'Clear Display' on HP boxes
1090 $
1091 513 \013
1092 $
1093 $ added now capability to Financial regs: change the payment per year
1094 $ The following messages (514 - 517) refect this new button.
1095 $
1096 514 Payments/Year:
1097 515 P/YR 
1098 516 y - P/YR
1099 517 y
1100 $
1101 $ Used as the title, In Asian languages the dialog title needs to be different
1102 $  from the menu label.
1103 $
1104 518 Financial Registers
1105 $
1106 $set 4
1107 $ ****** Module: help.c ****(developer comment only)********
1108 $ Message 1 is the title for the calculator help dialogs.
1109 1 Calculator - Help
1110 2 You must select an item within Calculator.
1111 3 Error
1112 4 OK
1113
1114 $set 5
1115 $ ****** Module: functions.c ****(developer comment only)********
1116 $
1117 1 ERROR: Computation Failed
1118 2 ERROR: No Solution
1119 3 ERROR: Multiple Solutions
1120 4 ERROR: Term<= 0
1121 5 ERROR:Invalid odd period values
1122 6 ERR:Num too large for operation
1123 7 Can't calculate 'Compound Term'\nwithout a non zero interest rate,\na non zero Present value, and\n a not zero Future value.\n
1124
1125 $set 99
1126 $ ****** Version Information ********
1127 $ DO NOT TRANSLATE THESE MESSAGES
1128 $ DO NOT CHANGE THESE MESSAGES
1129 $ DO NOT LOCALIZE THESE MESSAGES
1130 $ These messages are used for the version information.
1131 1 @(#)version_goes_here
1132 2 \n@(#)_DtMessage catalog source $XConsortium: dtcalc.msg /main/3 1995/11/01 12:41:03 rswiston $