forked from mate-desktop/mate-calc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mg.po
1578 lines (1221 loc) · 33.9 KB
/
mg.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# MALAGASY TRANSLATION OF mate-calc.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Thierry Randrianiriana <[email protected]>, 2006.
msgid ""
msgstr ""
"Project-Id-Version: mate-calc VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-10-10 15:24+0200\n"
"PO-Revision-Date: 2006-12-09 16:47+0300\n"
"Last-Translator: Fano Rajaonarisoa <[email protected]>\n"
"Language-Team: MALAGASY <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Strings for each base value.
#: ../mate-calc/calctool.c:41
msgid "_Bin"
msgstr "_Bin"
#: ../mate-calc/calctool.c:41
msgid "_Oct"
msgstr "_Oct"
#: ../mate-calc/calctool.c:41
msgid "_Dec"
msgstr "_Dec"
#: ../mate-calc/calctool.c:41
msgid "He_x"
msgstr "He_x"
#. Tooltips for each base value.
#: ../mate-calc/calctool.c:45
msgid "Set numeric base to binary (base 2)"
msgstr "Mamaritra ny isa fototra ho roa fototra (fototra 2)"
#: ../mate-calc/calctool.c:46
msgid "Set numeric base to octal (base 8)"
msgstr "Mamaritra ny isa fototra ho octal (fototra 8)"
#: ../mate-calc/calctool.c:47
msgid "Set numeric base to decimal (base 10)"
msgstr "Mamaritra ny isa fototra ho tafolo (fototra 10)"
#: ../mate-calc/calctool.c:48
msgid "Set numeric base to hexadecimal (base 16)"
msgstr "Mamaritra ny isa fototra ho hexadecimal (16)"
#. Strings for each display mode value.
#: ../mate-calc/calctool.c:59
msgid "E_ng"
msgstr "E_ng"
#: ../mate-calc/calctool.c:59
msgid "_Fix"
msgstr "_Fix"
#: ../mate-calc/calctool.c:59
msgid "_Sci"
msgstr "_Si"
#. Tooltips for each display mode value.
#: ../mate-calc/calctool.c:63
msgid "Set display type to engineering format"
msgstr "Mamaritra ny seho araka ny lamina engineering"
#: ../mate-calc/calctool.c:64
msgid "Set display type to fixed-point format"
msgstr "Mamaritra ny seho araka ny lamina fixed-point"
#: ../mate-calc/calctool.c:65
msgid "Set display type to scientific format"
msgstr "Mamaritra ny seho araka ny lamina siantifika"
#: ../mate-calc/calctool.c:68
msgid "Set hyperbolic option for trigonometric functions"
msgstr "Mamaritra ny safidy ara-tapa-drirakitson'ny lefa trigonometrika"
#: ../mate-calc/calctool.c:69
msgid "Set inverse option for trigonometric functions"
msgstr "Mamaritra ny safidy mampifamadika amin'ny lefa trigonometrique"
#. Mode titles to be added to the titlebar.
#: ../mate-calc/calctool.c:72
#: ../mate-calc/gtk.c:369
msgid "Basic"
msgstr "Fototra"
#: ../mate-calc/calctool.c:72
#: ../mate-calc/gtk.c:371
msgid "Advanced"
msgstr "Avo lenta"
#: ../mate-calc/calctool.c:72
#: ../mate-calc/gtk.c:373
msgid "Financial"
msgstr "Ara-bola"
#: ../mate-calc/calctool.c:73
#: ../mate-calc/gtk.c:375
msgid "Scientific"
msgstr "Siantifika"
#: ../mate-calc/calctool.c:73
#, fuzzy
msgid "Expression"
msgstr "Fiteny"
#. Strings for each trig type value.
#: ../mate-calc/calctool.c:77
msgid "De_grees"
msgstr "De_grés"
#: ../mate-calc/calctool.c:77
msgid "Gr_adians"
msgstr "Gra_des"
#: ../mate-calc/calctool.c:77
msgid "_Radians"
msgstr "_Radians"
#. Tooltips for each trig type value.
#: ../mate-calc/calctool.c:81
msgid "Set trigonometric type to degrees"
msgstr "Mamaritra ny isa trigonometrika ho degrés"
#: ../mate-calc/calctool.c:82
msgid "Set trigonometric type to gradians"
msgstr "Mamaritra ny isa trigonometrika ho grades"
#: ../mate-calc/calctool.c:83
msgid "Set trigonometric type to radians"
msgstr "Mamaritra ny isa trigonometrika ho radians"
#: ../mate-calc/calctool.c:134
msgid "7"
msgstr "7"
#: ../mate-calc/calctool.c:136
msgid "Numeric 7"
msgstr "Isa 7"
#: ../mate-calc/calctool.c:146
msgid "8"
msgstr "8"
#: ../mate-calc/calctool.c:148
msgid "Numeric 8"
msgstr "Isa 8"
#: ../mate-calc/calctool.c:158
msgid "9"
msgstr "9"
#: ../mate-calc/calctool.c:160
msgid "Numeric 9"
msgstr "SIsa 9"
#. Note to translators: this is a division sign (÷)
#: ../mate-calc/calctool.c:171
msgid "÷"
msgstr "÷"
#: ../mate-calc/calctool.c:172
msgid "Divide"
msgstr "Mizara"
#: ../mate-calc/calctool.c:179
msgid "/"
msgstr "/"
#: ../mate-calc/calctool.c:183
msgid "("
msgstr "("
#: ../mate-calc/calctool.c:184
msgid "Start group of calculations"
msgstr "Manomboka andian-kajikajy"
#: ../mate-calc/calctool.c:185
msgid "Left bracket"
msgstr "Fonon-teny havia"
#. Note to translators: Bksp is short for Backspace.
#: ../mate-calc/calctool.c:196
msgid "Bksp"
msgstr "Miv"
#: ../mate-calc/calctool.c:197
msgid "Remove rightmost character from displayed value"
msgstr "Manala ny marika amin'ny farany havanana amin'ny isa miseho"
#: ../mate-calc/calctool.c:198
msgid "Backspace"
msgstr "Tsindry miverina"
#: ../mate-calc/calctool.c:208
msgid "CE"
msgstr "CE"
#: ../mate-calc/calctool.c:209
msgid "Clear displayed value"
msgstr "Manafoana ny isa miseho"
#: ../mate-calc/calctool.c:210
msgid "Clear entry"
msgstr "Mamafa izay voasoratra"
#. Note to translators: Clr is short for Clear.
#: ../mate-calc/calctool.c:221
msgid "Clr"
msgstr "Clr"
#: ../mate-calc/calctool.c:222
msgid "Clear displayed value and any partial calculation"
msgstr "Manafoana izay isa miseho sy izay kajy tsy mbola vita"
#: ../mate-calc/calctool.c:223
msgid "Clear"
msgstr "Foano"
#: ../mate-calc/calctool.c:235
msgid "4"
msgstr "4"
#: ../mate-calc/calctool.c:237
msgid "Numeric 4"
msgstr "Isa 4"
#: ../mate-calc/calctool.c:247
msgid "5"
msgstr "5"
#: ../mate-calc/calctool.c:249
msgid "Numeric 5"
msgstr "Isa 5"
#: ../mate-calc/calctool.c:259
msgid "6"
msgstr "6"
#: ../mate-calc/calctool.c:261
msgid "Numeric 6"
msgstr "Isa 6"
#. Note to translators: this is a multiplication sign (*)
#: ../mate-calc/calctool.c:272
msgid "×"
msgstr "×"
#: ../mate-calc/calctool.c:273
msgid "Multiply"
msgstr "Mampitombo"
#: ../mate-calc/calctool.c:280
msgid "*"
msgstr "*"
#: ../mate-calc/calctool.c:284
msgid ")"
msgstr ")"
#: ../mate-calc/calctool.c:285
msgid "End group of calculations"
msgstr "Mamarana adian-kajikajy"
#: ../mate-calc/calctool.c:286
msgid "Right bracket"
msgstr "Fonon-teny havanana"
#. Note to translators: this is a plus-minus sign (+/-)
#: ../mate-calc/calctool.c:297
msgid "±"
msgstr "±"
#: ../mate-calc/calctool.c:298
msgid "Change sign [c]"
msgstr "Manova ilay fango [c]"
#: ../mate-calc/calctool.c:305
msgid "Chs"
msgstr "Chs"
#: ../mate-calc/calctool.c:309
msgid "Int"
msgstr "Int"
#: ../mate-calc/calctool.c:310
msgid "Integer portion of displayed value [i]"
msgstr "Ampahan'isa fenon'ny isa miseho [i]"
#: ../mate-calc/calctool.c:311
msgid "Integer portion"
msgstr "Ampahan'isa feno"
#: ../mate-calc/calctool.c:321
msgid "Sto"
msgstr "Sto"
#: ../mate-calc/calctool.c:322
msgid "Store displayed value in memory register [S]"
msgstr "Mitahiry ny isa miseho ao anatin'ny rejisitry ny arika [S]"
#: ../mate-calc/calctool.c:323
msgid "Store to register"
msgstr "Raiketo ao anatin'ny rejisitry ny arika"
#: ../mate-calc/calctool.c:335
msgid "1"
msgstr "1"
#: ../mate-calc/calctool.c:337
msgid "Numeric 1"
msgstr "Isa 1"
#: ../mate-calc/calctool.c:347
msgid "2"
msgstr "2"
#: ../mate-calc/calctool.c:349
msgid "Numeric 2"
msgstr "Isa 2"
#: ../mate-calc/calctool.c:359
msgid "3"
msgstr "3"
#: ../mate-calc/calctool.c:361
msgid "Numeric 3"
msgstr "Isa 3"
#. Note to translators: this is a minus sign (-)
#: ../mate-calc/calctool.c:372
msgid "−"
msgstr "−"
#: ../mate-calc/calctool.c:373
msgid "Subtract"
msgstr "Manala"
#: ../mate-calc/calctool.c:380
msgid "-"
msgstr "-"
#: ../mate-calc/calctool.c:384
msgid "%"
msgstr "%"
#: ../mate-calc/calctool.c:385
msgid "Percentage"
msgstr "Isan-jato"
#. Note to translators: this is a square root sign
#: ../mate-calc/calctool.c:397
msgid "√"
msgstr "√"
#: ../mate-calc/calctool.c:398
msgid "Square root [s]"
msgstr "Faka faharoa [s]"
#: ../mate-calc/calctool.c:405
msgid "Sqrt"
msgstr "Sqrt"
#: ../mate-calc/calctool.c:409
msgid "Frac"
msgstr "Frac"
#: ../mate-calc/calctool.c:410
msgid "Fractional portion of displayed value [:]"
msgstr "Ampahan'isa tsy fenon'ny isa miseho [:]"
#: ../mate-calc/calctool.c:411
msgid "Fractional portion"
msgstr "Ampahan'isa tsy feno"
#: ../mate-calc/calctool.c:421
msgid "Rcl"
msgstr "Rcl"
#: ../mate-calc/calctool.c:422
msgid "Retrieve memory register to display [R]"
msgstr "Alaivo ny rejisitry ny arika haseho [R]"
#: ../mate-calc/calctool.c:423
msgid "Retrieve from register"
msgstr "Alaivo tanatin'ny rejisitra"
#: ../mate-calc/calctool.c:435
msgid "0"
msgstr "0"
#: ../mate-calc/calctool.c:437
msgid "Numeric 0"
msgstr "Isa 0"
#: ../mate-calc/calctool.c:447
msgid "."
msgstr "."
#: ../mate-calc/calctool.c:448
msgid "Numeric point"
msgstr "Tebok'isa"
#: ../mate-calc/calctool.c:459
msgid "="
msgstr "="
#: ../mate-calc/calctool.c:460
msgid "Calculate result"
msgstr "Valin'ny kajy"
#: ../mate-calc/calctool.c:471
msgid "+"
msgstr "+"
#: ../mate-calc/calctool.c:472
msgid "Add"
msgstr "Manampy"
#: ../mate-calc/calctool.c:483
msgid "1/<i>x</i>"
msgstr "1/<i>x</i>"
#: ../mate-calc/calctool.c:484
msgid "Reciprocal [r]"
msgstr "Fotitra [r]"
#: ../mate-calc/calctool.c:491
#, fuzzy
msgid "Recip"
msgstr "Recip"
#: ../mate-calc/calctool.c:495
msgid "<i>x</i><sup>2</sup>"
msgstr "<i>x</i><sup>2</sup>"
#: ../mate-calc/calctool.c:496
msgid "Square [@]"
msgstr "Tora-droa [@]"
#: ../mate-calc/calctool.c:503
msgid "^2"
msgstr "^2"
#. Note to translators: Abs is short for Absolute.
#: ../mate-calc/calctool.c:508
msgid "Abs"
msgstr "Abs"
#: ../mate-calc/calctool.c:509
#, fuzzy
msgid "Absolute value [u]"
msgstr "Isa feno [u]"
#: ../mate-calc/calctool.c:520
msgid "Exch"
msgstr "Exch"
#: ../mate-calc/calctool.c:521
msgid "Exchange displayed value with memory register [X]"
msgstr "Ampifanakalozy amin'ny rejisitry ny arika ny isa miseho [X]"
#: ../mate-calc/calctool.c:522
msgid "Exchange with register"
msgstr "Ampifanakalozy amin'ny rejisitra"
#: ../mate-calc/calctool.c:548
msgid "Ctrm"
msgstr "Ctrm"
#: ../mate-calc/calctool.c:549
#, fuzzy
msgid "Compounding term [m]"
msgstr "Fotoam-pitomboan'ny zanabola [m]"
#: ../mate-calc/calctool.c:560
msgid "Ddb"
msgstr "Ddb"
#: ../mate-calc/calctool.c:561
#, fuzzy
msgid "Double-declining depreciation [d]"
msgstr "Amortissement dégressif à taux double [d]"
#: ../mate-calc/calctool.c:572
msgid "Fv"
msgstr "Fv"
#: ../mate-calc/calctool.c:573
msgid "Future value [v]"
msgstr "Sanda hoazo [z]"
#: ../mate-calc/calctool.c:584
msgid "Pmt"
msgstr "Pmt"
#: ../mate-calc/calctool.c:585
msgid "Periodic payment [P]"
msgstr "Fandoavam-bola matetika [D]"
#: ../mate-calc/calctool.c:596
msgid "Pv"
msgstr "Pv"
#: ../mate-calc/calctool.c:597
msgid "Present value [p]"
msgstr "Sanda ankehitriny [p]"
#: ../mate-calc/calctool.c:608
msgid "Rate"
msgstr "Taha"
#: ../mate-calc/calctool.c:609
msgid "Periodic interest rate [T]"
msgstr "Tahan-janabola hoan'ny fandoavam-bola matetika [T]"
#: ../mate-calc/calctool.c:620
msgid "Sln"
msgstr "Sln"
#: ../mate-calc/calctool.c:621
msgid "Straight-line depreciation [l]"
msgstr "Fihenan-danja manara-tsipika [l]"
#: ../mate-calc/calctool.c:632
msgid "Syd"
msgstr "Syd"
#: ../mate-calc/calctool.c:633
msgid "Sum-of-the years'-digits depreciation [Y]"
msgstr "Fihenan-danjan'ny tontalin'isa nandritra ny taona [Y]"
#: ../mate-calc/calctool.c:646
msgid "Term"
msgstr "Fe-potoana"
#: ../mate-calc/calctool.c:647
msgid "Payment period [T]"
msgstr "Fe-potoana fandoavam-bola [T]"
#: ../mate-calc/calctool.c:758
msgid "<"
msgstr "<"
#: ../mate-calc/calctool.c:759
msgid "Shift displayed value 1-15 places to the left"
msgstr "Manisaka ny isa miseho anatin'ny toerana 1-15 miankavia"
#: ../mate-calc/calctool.c:760
msgid "Shift left"
msgstr "Ahisano miankavia"
#: ../mate-calc/calctool.c:770
msgid ">"
msgstr ">"
#: ../mate-calc/calctool.c:771
msgid "Shift displayed value 1-15 places to the right"
msgstr "Manisaka ny isa miseho anatin'ny toerana 1-15 miankavanana"
#: ../mate-calc/calctool.c:772
msgid "Shift right"
msgstr "Ahisano miankavana"
#: ../mate-calc/calctool.c:782
msgid "&16"
msgstr "&16"
#: ../mate-calc/calctool.c:783
msgid "16-bit unsigned integer value of display (])"
msgstr "Isa fenon'ny seho 16 bit tsy voasonia (])"
#: ../mate-calc/calctool.c:784
msgid "16 bit unsigned integer"
msgstr "Isa feno 16 bit tsy voasonia"
#: ../mate-calc/calctool.c:790
msgid "u16"
msgstr "u16"
#: ../mate-calc/calctool.c:794
msgid "&32"
msgstr "&32"
#: ../mate-calc/calctool.c:795
msgid "32-bit unsigned integer value of display ([)"
msgstr "Isa fenon'ny seho 32 bit tsy voasonia ([)"
#: ../mate-calc/calctool.c:796
msgid "32 bit unsigned integer"
msgstr "Isa feno 32 bit tsy voasonia"
#: ../mate-calc/calctool.c:802
msgid "u32"
msgstr "u32"
#: ../mate-calc/calctool.c:830
msgid "Mod"
msgstr "Mod"
#: ../mate-calc/calctool.c:831
msgid "Modulus Division"
msgstr "Modulus Division"
#: ../mate-calc/calctool.c:838
msgid " Mod "
msgstr " Mod "
#: ../mate-calc/calctool.c:842
msgid "Acc"
msgstr "Acc"
#: ../mate-calc/calctool.c:843
#, fuzzy
msgid "Set accuracy from 0 to 9 numeric places [a]"
msgstr "Mamaritra ny fahamarinana anatin'ny toeran'isa 0 ka hatramin'ny 9 [a]"
#: ../mate-calc/calctool.c:844
msgid "Accuracy"
msgstr "Fahamarinana"
#: ../mate-calc/calctool.c:856
msgid "Con"
msgstr "Con"
#: ../mate-calc/calctool.c:857
msgid "Constants [#]"
msgstr "Sanda tsy miova [#]"
#: ../mate-calc/calctool.c:868
msgid "Fun"
msgstr "Lef"
#: ../mate-calc/calctool.c:869
msgid "User-defined functions [f]"
msgstr "Asa faritan'ny mpampiasa [f]"
#: ../mate-calc/calctool.c:880
msgid "Exp"
msgstr "Exp"
#: ../mate-calc/calctool.c:881
msgid "Enter an exponential number [e]"
msgstr "Manisy isa fanainga iray [e]"
#: ../mate-calc/calctool.c:882
msgid "Exponential"
msgstr "Fanainga"
#: ../mate-calc/calctool.c:888
#: ../mate-calc/calctool.c:1265
msgid "e"
msgstr "e"
#: ../mate-calc/calctool.c:892
msgid "e<sup><i>x</i></sup>"
msgstr "e<sup><i>x</i></sup>"
#: ../mate-calc/calctool.c:893
msgid "e to the power of displayed value [{]"
msgstr "e manaraka ny herin'ny isa miseho [{]"
#: ../mate-calc/calctool.c:894
msgid "E to the x"
msgstr "E mibaby x"
#: ../mate-calc/calctool.c:900
msgid "e^"
msgstr "e^"
#: ../mate-calc/calctool.c:904
msgid "10<sup><i>x</i></sup>"
msgstr "10<sup><i>x</i></sup>"
#: ../mate-calc/calctool.c:905
msgid "10 to the power of displayed value [}]"
msgstr "10 manaraka ny herin'ny isa miseho [}]"
#: ../mate-calc/calctool.c:906
msgid "Ten to the x"
msgstr "Folo mibaby x"
#: ../mate-calc/calctool.c:912
msgid "10^"
msgstr "10^"
#: ../mate-calc/calctool.c:916
msgid "<i>x</i><sup><i>y</i></sup>"
msgstr "<i>x</i><sup><i>y</i></sup>"
#: ../mate-calc/calctool.c:917
msgid "Raise displayed value to the power of y [^]"
msgstr "Mampitombo ny isa miseho manaraka ny herin'ny y [^]"
#: ../mate-calc/calctool.c:918
msgid "X to the y"
msgstr "X mibaby y"
#: ../mate-calc/calctool.c:924
msgid "^"
msgstr "^"
#: ../mate-calc/calctool.c:928
msgid "<i>x</i>!"
msgstr "<i>x</i>!"
#: ../mate-calc/calctool.c:929
msgid "Factorial of displayed value [!]"
msgstr "Ny vokam-pampitomboana ny isa miseho [!]"
#: ../mate-calc/calctool.c:930
msgid "Factorial"
msgstr "Vokam-pampitomboana"
#: ../mate-calc/calctool.c:936
msgid "!"
msgstr "!"
#: ../mate-calc/calctool.c:940
msgid "Rand"
msgstr "Rand"
#: ../mate-calc/calctool.c:941
msgid "Random number in the range 0.0 to 1.0 [?]"
msgstr "Isa an-tsapaka anelanelan'ny 0.0 sy 1.0 [?]"
#: ../mate-calc/calctool.c:942
msgid "Random number"
msgstr "Isa an-tsapaka"
#: ../mate-calc/calctool.c:954
msgid "D"
msgstr "D"
#: ../mate-calc/calctool.c:955
msgid "Hexadecimal digit D"
msgstr "Isa hexadecimal D"
#: ../mate-calc/calctool.c:966
msgid "E"
msgstr "E"
#: ../mate-calc/calctool.c:967
msgid "Hexadecimal digit E"
msgstr "Isa hexadecimal E"
#: ../mate-calc/calctool.c:978
#: ../mate-calc/gtk.c:1916
msgid "F"
msgstr "F"
#: ../mate-calc/calctool.c:979
msgid "Hexadecimal digit F"
msgstr "Isa hexadecimal F"
#: ../mate-calc/calctool.c:990
msgid "Cos"
msgstr "Cos"
#: ../mate-calc/calctool.c:991
msgid "Cosine [J]"
msgstr "Cosinus [J]"
#: ../mate-calc/calctool.c:1002
msgid "Sin"
msgstr "Sin"
#: ../mate-calc/calctool.c:1003
msgid "Sine [K]"
msgstr "Sinus [K]"
#: ../mate-calc/calctool.c:1014
msgid "Tan"
msgstr "Tan"
#: ../mate-calc/calctool.c:1015
msgid "Tangent [L]"
msgstr "Tangente [L]"
#: ../mate-calc/calctool.c:1026
msgid "Ln"
msgstr "Ln"
#: ../mate-calc/calctool.c:1027
msgid "Natural log [N]"
msgstr "Logarithme naturel [N]"
#: ../mate-calc/calctool.c:1038
msgid "Log"
msgstr "Log"
#: ../mate-calc/calctool.c:1039
msgid "Base 10 log [G]"
msgstr "Logarithme décimal [G]"
#: ../mate-calc/calctool.c:1052
msgid "A"
msgstr "A"
#: ../mate-calc/calctool.c:1053
msgid "Hexadecimal digit A"
msgstr "Isa hexadecimal A"
#: ../mate-calc/calctool.c:1064
msgid "B"
msgstr "B"
#: ../mate-calc/calctool.c:1065
msgid "Hexadecimal digit B"
msgstr "Isa hexadecimal B"
#: ../mate-calc/calctool.c:1076
#: ../mate-calc/gtk.c:1908
msgid "C"
msgstr "C"
#: ../mate-calc/calctool.c:1077
msgid "Hexadecimal digit C"
msgstr "Isa hexadecimal C"
#: ../mate-calc/calctool.c:1088
msgid "Or"
msgstr "Or"
#: ../mate-calc/calctool.c:1089
msgid "Bitwise OR"
msgstr "OR mifototra amin'ny bit"
#: ../mate-calc/calctool.c:1096
msgid " Or "
msgstr " Or "
#: ../mate-calc/calctool.c:1100
msgid "And"
msgstr "And"
#: ../mate-calc/calctool.c:1101
msgid "Bitwise AND [&]"
msgstr "AND [&] mifototra amin'ny bit"
#: ../mate-calc/calctool.c:1108
msgid " And "
msgstr " And "
#: ../mate-calc/calctool.c:1112
msgid "Not"
msgstr "Not"
#: ../mate-calc/calctool.c:1113
msgid "Bitwise NOT [~]"
msgstr "NOT [~] mifototra amin'ny bit"
#: ../mate-calc/calctool.c:1120
msgid "~"
msgstr "~"
#: ../mate-calc/calctool.c:1124
msgid "Xor"
msgstr "Xor"
#: ../mate-calc/calctool.c:1125
msgid "Bitwise XOR [x]"
msgstr "XOR [x] mifototra amin'ny bit"
#: ../mate-calc/calctool.c:1132
msgid " Xor "
msgstr " Xor "
#: ../mate-calc/calctool.c:1136
msgid "Xnor"
msgstr "Xnor"
#: ../mate-calc/calctool.c:1137
msgid "Bitwise XNOR [n]"
msgstr "XNOR [n] mifototra amin'ny bit"
#: ../mate-calc/calctool.c:1144
msgid " Xnor "
msgstr " Xnor "
#: ../mate-calc/calctool.c:1263
msgid "Kilometer-to-mile conversion factor"
msgstr "Anona famadihana kilometatra ho maila"
#: ../mate-calc/calctool.c:1264
msgid "square root of 2"
msgstr "Faka faharoan'ny 2"
#: ../mate-calc/calctool.c:1266
msgid "pi"
msgstr "pi"
#: ../mate-calc/calctool.c:1267
msgid "Centimeter-to-inch conversion factor"
msgstr "Anona famadihana santimetatra ho pouce"
#: ../mate-calc/calctool.c:1268
msgid "degrees in a radian"
msgstr "Degrés anaty radian"
#: ../mate-calc/calctool.c:1269
msgid "2 ^ 20"
msgstr "2 ^ 20"
#: ../mate-calc/calctool.c:1270
msgid "Gram-to-ounce conversion factor"
msgstr "Anona famadihana grama ho once"
#: ../mate-calc/calctool.c:1272
msgid "Kilojoule-to-British-thermal-unit conversion factor"
msgstr "Anona famadihana Kilojoule ho ventin-drefin-kafanana Anglisy"
#: ../mate-calc/calctool.c:1274
msgid "Cubic-centimeter-to-cubic-inch conversion factor"
msgstr "Anona famadihana santimetatra tora-telo ho pouce tora-telo"
#. THIS ROUTINE IS CALLED WHEN AN ERROR CONDITION IS ENCOUNTERED, AND
#. * AFTER A MESSAGE HAS BEEN WRITTEN TO STDERR.
#.
#: ../mate-calc/calctool.c:1285
#: ../mate-calc/display.c:271
#: ../mate-calc/mp.c:1973
#: ../mate-calc/mpmath.c:432
#: ../mate-calc/mpmath.c:471
#: ../mate-calc/mpmath.c:526
msgid "Error"
msgstr "Tsy fetezana"
#: ../mate-calc/functions.c:521
msgid "Invalid number for the current base"
msgstr "Isa diso ho an'ity fototra ity"
#: ../mate-calc/functions.c:524
msgid "Too long number"
msgstr "Isa lava loatra"
#: ../mate-calc/functions.c:527
msgid "Invalid bitwise operation parameter(s)"
msgstr "Mpizahak'asa mifototra amin'ny bit diso"
#: ../mate-calc/functions.c:530
msgid "Malformed expression"
msgstr "Laza tsy mety"
#: ../mate-calc/functions.c:599
msgid "Error, operands must be integers"
msgstr "Tsy mety: tsy maintsy isa feno ny isa kajiana"
#: ../mate-calc/functions.c:756
#: ../mate-calc/functions.c:1137
msgid "No sane value to convert"
msgstr "Tsy misy sanda mitombina azo avadika"
#: ../mate-calc/functions.c:857
#: ../mate-calc/functions.c:1214
#: ../mate-calc/functions.c:1445
msgid "No sane value to store"
msgstr "Tsy misy sanda mitombina azo tahirizina"
#: ../mate-calc/functions.c:988
#, fuzzy
msgid "Malformed function"
msgstr "Fonction tsy mety"
#: ../mate-calc/functions.c:1167
msgid "Cleared display, prefix without an operator is not allowed"
msgstr "Nofafana izay voasoratra: tsy ekena ny tovona tsy misy mpikajy"
#: ../mate-calc/functions.c:1191
msgid "Malformed parenthesis expression"
msgstr "Laza anaty fonon-teny tsy mety"
#: ../mate-calc/functions.c:1492
msgid "Numeric stack error"
msgstr "Tsy fetezan'ny antontan'isa"
#: ../mate-calc/functions.c:1513
msgid "Operand stack error"
msgstr "Tsy fetezan'ny antontan'isa kajiana"
#: ../mate-calc/get.c:153
msgid "-a needs accuracy value"
msgstr "mila sandam-pahamarinana ny -a"
#: ../mate-calc/get.c:157
#: ../mate-calc/get.c:311
#, c-format
msgid "%s: accuracy should be in the range 0-%d\n"
msgstr "%s: tokony tafiditra anatin'ny 0-%d ilay fahamarinana\n"
#: ../mate-calc/get.c:182
#, c-format
msgid "%s: %s as next argument.\n"
msgstr "%s: %s ny tondriky manaraka.\n"
#. No calculator error initially.