1#
2# Translators:
3# Stefano Karapetsas <stefano@karapetsas.com>, 2018
4#
5msgid ""
6msgstr ""
7"Project-Id-Version: PACKAGE VERSION\n"
8"POT-Creation-Date: 2021-01-16 15:04+0100\n"
9"PO-Revision-Date: 2018-10-01 16:45+0000\n"
10"Last-Translator: Stefano Karapetsas <stefano@karapetsas.com>, 2018\n"
11"Language-Team: Bengali (https://www.transifex.com/mate/teams/13566/bn/)\n"
12"MIME-Version: 1.0\n"
13"Content-Type: text/plain; charset=UTF-8\n"
14"Content-Transfer-Encoding: 8bit\n"
15"Language: bn\n"
16"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
19msgctxt "_"
20msgid "translator-credits"
21msgstr ""
22"অঙ্কুর প্রকল্পের পক্ষে, সায়মিন্দু দাশগুপ্ত <unmadindu@bengalinux.org>\n"
23"মাহে আলম খান <makl10n@yahoo.com>\n"
24"সামিয়া নিয়ামতুল্লাহ <mailsamia2001@yahoo.com>\n"
25"লোবা ইয়াসমীন <loba@ankur.org.bd>\n"
26"ইসরাত জাহান <israt@ankur.org.bd>"
27
28#. (itstool) path: page/title
29#: C/absolute.page:9
30msgid "Absolute Values"
31msgstr ""
32
33#. (itstool) path: page/p
34#: C/absolute.page:11
35msgid ""
36"Absolute values are calculated using the | symbol or abs <link "
37"xref=\"function\">function</link>."
38msgstr ""
39
40#. (itstool) path: example/p
41#: C/absolute.page:15
42msgid "|−1|"
43msgstr ""
44
45#. (itstool) path: example/p
46#: C/absolute.page:18
47msgid "abs (−1)"
48msgstr ""
49
50#. (itstool) path: page/title
51#: C/base.page:9 C/conv-base.page:9
52msgid "Number Bases"
53msgstr ""
54
55#. (itstool) path: page/p
56#: C/base.page:11
57msgid ""
58"To enter numbers in a particular number base use <link "
59"xref=\"superscript\">subscript numbers</link>. The following numbers are "
60"equivalent."
61msgstr ""
62
63#. (itstool) path: example/p
64#: C/base.page:16
65msgid "1001011₂"
66msgstr ""
67
68#. (itstool) path: example/p
69#: C/base.page:19
70msgid "113₈"
71msgstr ""
72
73#. (itstool) path: example/p
74#: C/base.page:22
75msgid "75"
76msgstr ""
77
78#. (itstool) path: example/p
79#: C/base.page:25
80msgid "4B₁₆"
81msgstr ""
82
83#. (itstool) path: page/p
84#: C/base.page:29
85msgid ""
86"When in <link xref=\"mouse\">programming mode</link> there are buttons for "
87"binary (<keyseq><key>Ctrl</key><key>B</key></keyseq>), octal "
88"(<keyseq><key>Ctrl</key><key>O</key></keyseq>) and hexadecimal "
89"(<keyseq><key>Ctrl</key><key>H</key></keyseq>)."
90msgstr ""
91
92#. (itstool) path: page/p
93#: C/base.page:32
94msgid ""
95"To set the base that results are shown in change the <link xref=\"number-"
96"display\">result format</link>."
97msgstr ""
98
99#. (itstool) path: page/p
100#: C/base.page:35
101msgid ""
102"To change the base of the current result use a base button or "
103"<keyseq><key>Ctrl</key><key>D</key></keyseq> to show in decimal form."
104msgstr ""
105
106#. (itstool) path: page/title
107#: C/boolean.page:9
108msgid "Boolean Algebra"
109msgstr ""
110
111#. (itstool) path: page/p
112#: C/boolean.page:11
113msgid "Boolean algebra can be calculated using the AND, OR and XOR operators."
114msgstr ""
115
116#. (itstool) path: example/p
117#: C/boolean.page:15
118msgid "010011₂ AND 110101₂"
119msgstr ""
120
121#. (itstool) path: page/p
122#: C/boolean.page:19
123msgid ""
124"Buttons for these symbols are available in <link xref=\"mouse\">programming "
125"mode</link>."
126msgstr ""
127
128#. (itstool) path: page/p
129#: C/boolean.page:22
130msgid ""
131"The NOT <link xref=\"function\">function</link> inverts the bits in a "
132"number. The word size is set from the "
133"<guiseq><gui>Calculator</gui><gui>Preferences</gui></guiseq> menu."
134msgstr ""
135
136#. (itstool) path: example/p
137#: C/boolean.page:27
138msgid "NOT 010011₂"
139msgstr ""
140
141#. (itstool) path: page/title
142#: C/complex.page:9
143msgid "Complex Numbers"
144msgstr ""
145
146#. (itstool) path: page/p
147#: C/complex.page:11
148msgid ""
149"<app>MATE Calculator</app> supports complex numbers, as well as the "
150"following functions while in <link xref=\"mouse\">Advanced mode</link>."
151msgstr ""
152
153#. (itstool) path: td/p
154#: C/complex.page:18
155msgid "Re"
156msgstr ""
157
158#. (itstool) path: td/p
159#: C/complex.page:19
160msgid "Returns the real part of a complex number. For example:"
161msgstr ""
162
163#. (itstool) path: example/p
164#: C/complex.page:21
165msgid "Re (2-5i) = 2"
166msgstr ""
167
168#. (itstool) path: td/p
169#: C/complex.page:29
170msgid "Im"
171msgstr ""
172
173#. (itstool) path: td/p
174#: C/complex.page:30
175msgid "Returns the imaginary part of a complex number. For example:"
176msgstr ""
177
178#. (itstool) path: example/p
179#: C/complex.page:32
180msgid "Im (2-5i) = -5"
181msgstr ""
182
183#. (itstool) path: td/p
184#: C/complex.page:40
185msgid "conj"
186msgstr ""
187
188#. (itstool) path: td/p
189#: C/complex.page:41
190msgid "Returns the conjugate of a complex number. For example:"
191msgstr ""
192
193#. (itstool) path: example/p
194#: C/complex.page:43
195msgid "conj (2-5i) = 2+5i"
196msgstr ""
197
198#. (itstool) path: td/p
199#: C/complex.page:51
200msgid "Arg"
201msgstr ""
202
203#. (itstool) path: td/p
204#: C/complex.page:52
205msgid "Returns the argument of a complex number. For example:"
206msgstr ""
207
208#. (itstool) path: example/p
209#: C/complex.page:54
210msgid "Arg (2-5i) = -68.1986"
211msgstr ""
212
213#. (itstool) path: page/p
214#: C/conv-base.page:11
215msgid ""
216"To convert between number bases enter a number (or solve an equation) and "
217"change the <link xref=\"number-display\">result format</link> from the "
218"<guiseq><gui>Calculator</gui><gui>Preferences</gui></guiseq> menu."
219msgstr ""
220
221#. (itstool) path: page/title
222#: C/conv-character.page:9
223msgid "Character Codes"
224msgstr ""
225
226#. (itstool) path: page/p
227#: C/conv-character.page:11
228msgid ""
229"When in <link xref=\"mouse\">programming mode</link> the <gui>á</gui> button"
230" opens a dialog to convert characters to character codes."
231msgstr ""
232
233#. (itstool) path: note/p
234#: C/conv-character.page:15
235msgid "Characters cannot be converted using the keyboard."
236msgstr ""
237
238#. (itstool) path: page/title
239#: C/conv-currency.page:9
240msgid "Currency"
241msgstr ""
242
243#. (itstool) path: page/p
244#: C/conv-currency.page:11
245msgid ""
246"To convert currencies, enter the <link xref=\"financial\">financial "
247"mode</link>, and use the currency controls."
248msgstr ""
249
250#. (itstool) path: page/p
251#: C/conv-currency.page:14
252msgid ""
253"You can also convert currencies using the keyboard and the <em>in</em> "
254"operator."
255msgstr ""
256
257#. (itstool) path: example/p
258#: C/conv-currency.page:18
259msgid "13.65 USD in GBP"
260msgstr ""
261
262#. (itstool) path: note/p
263#: C/conv-currency.page:23
264msgid ""
265"Currency information is approximate and should not be used for making "
266"financial decisions."
267msgstr ""
268
269#. (itstool) path: page/title
270#: C/conv-length.page:9
271msgid "Length/Area/Volume"
272msgstr ""
273
274#. (itstool) path: page/p
275#: C/conv-length.page:11
276msgid ""
277"To convert between length, area and volume units use the <em>in</em> "
278"operator."
279msgstr ""
280
281#. (itstool) path: example/p
282#: C/conv-length.page:15
283msgid "6 meters in inches"
284msgstr ""
285
286#. (itstool) path: example/p
287#: C/conv-length.page:18
288msgid "1 acre in cm²"
289msgstr ""
290
291#. (itstool) path: example/p
292#: C/conv-length.page:21
293msgid "1 pint in mL"
294msgstr ""
295
296#. (itstool) path: note/p
297#: C/conv-length.page:26
298msgid "Length/Area/Volume conversions must be performed using the keyboard."
299msgstr ""
300
301#. (itstool) path: page/title
302#: C/conv-time.page:9
303msgid "Time"
304msgstr "সময়"
305
306#. (itstool) path: page/p
307#: C/conv-time.page:11
308msgid "To convert between time use the <em>in</em> operator."
309msgstr ""
310
311#. (itstool) path: example/p
312#: C/conv-time.page:15
313msgid "3 years in hours"
314msgstr ""
315
316#. (itstool) path: note/p
317#: C/conv-time.page:20
318msgid "Time conversions must be performed using the keyboard."
319msgstr ""
320
321#. (itstool) path: page/title
322#: C/conv-weight.page:9
323msgid "Mass"
324msgstr ""
325
326#. (itstool) path: page/p
327#: C/conv-weight.page:11
328msgid "To convert between mass use the <em>in</em> operator."
329msgstr ""
330
331#. (itstool) path: example/p
332#: C/conv-weight.page:15
333msgid "1kg in pounds"
334msgstr ""
335
336#. (itstool) path: note/p
337#: C/conv-weight.page:20
338msgid "Mass conversions must be performed using the keyboard."
339msgstr ""
340
341#. (itstool) path: info/title
342#: C/equation.page:7
343msgctxt "sort"
344msgid "0"
345msgstr "0"
346
347#. (itstool) path: page/title
348#: C/equation.page:11
349msgid "Basic Equations"
350msgstr ""
351
352#. (itstool) path: page/p
353#: C/equation.page:13
354msgid ""
355"Equations are entered in standard mathematical form. For example to add 7 "
356"and 2 enter the following:"
357msgstr ""
358
359#. (itstool) path: example/p
360#: C/equation.page:18
361msgid "7+2"
362msgstr ""
363
364#. (itstool) path: page/p
365#: C/equation.page:22
366msgid ""
367"To solve, press the <gui>=</gui> button with your mouse or the "
368"<key>Enter</key> key on your keyboard."
369msgstr ""
370
371#. (itstool) path: page/p
372#: C/equation.page:25
373msgid ""
374"Calculations are performed in mathematical order - multiplication and "
375"division are performed before addition and subtraction. The following "
376"equation solves to 1 (3×2 = 6, 7−6 = 1)."
377msgstr ""
378
379#. (itstool) path: example/p
380#: C/equation.page:30
381msgid "7−3×2"
382msgstr ""
383
384#. (itstool) path: page/p
385#: C/equation.page:34
386msgid ""
387"To change the order of calculation use parenthesis. The following equation "
388"solves to 8 (7−3 = 4, 4×2 = 8)."
389msgstr ""
390
391#. (itstool) path: example/p
392#: C/equation.page:39
393msgid "(7−3)×2"
394msgstr ""
395
396#. (itstool) path: page/p
397#: C/equation.page:43
398msgid ""
399"To clear the display press the <gui>Clr</gui> button or <key>Escape</key>."
400msgstr ""
401
402#. (itstool) path: page/title
403#: C/factorial.page:9
404msgid "Factorials"
405msgstr ""
406
407#. (itstool) path: page/p
408#: C/factorial.page:11
409msgid ""
410"Factorials are entered using the ! symbol. To calculate the factorial of 6 "
411"enter the following."
412msgstr ""
413
414#. (itstool) path: example/p
415#: C/factorial.page:16
416msgid "6!"
417msgstr ""
418
419#. (itstool) path: page/title
420#: C/factorize.page:9
421msgid "Factorization"
422msgstr ""
423
424#. (itstool) path: page/p
425#: C/factorize.page:11
426msgid ""
427"You can factorize the number currently displayed by pressing "
428"<keyseq><key>Ctrl</key><key>F</key></keyseq> or by pressing the "
429"<gui>fact</gui> button. This button is visible in <link "
430"xref=\"mouse\">programming mode</link>."
431msgstr ""
432
433#. (itstool) path: page/p
434#: C/factorize.page:15
435msgid ""
436"To factorize integers bigger than 2^64 the Miller-Rabin primality test and "
437"Pollard's rho algorithm are used."
438msgstr ""
439
440#. (itstool) path: page/title
441#: C/financial.page:9
442msgid "Financial Functions"
443msgstr ""
444
445#. (itstool) path: page/p
446#: C/financial.page:10
447msgid "When in financial mode the following buttons are available."
448msgstr ""
449
450#. (itstool) path: td/p
451#: C/financial.page:15
452msgid "Ctrm"
453msgstr "Ctrm"
454
455#. (itstool) path: td/p
456#: C/financial.page:16
457msgid ""
458"Calculate the number of compounding periods necessary to increase an "
459"investment of present value to a future value, at a fixed interest rate per "
460"compounding period."
461msgstr ""
462
463#. (itstool) path: td/p
464#: C/financial.page:19
465msgid "Ddb"
466msgstr "Ddb"
467
468#. (itstool) path: td/p
469#: C/financial.page:20
470msgid ""
471"Calculate the depreciation allowance on an asset for a specified period of "
472"time, using the double-declining balance method."
473msgstr ""
474
475#. (itstool) path: td/p
476#: C/financial.page:23
477msgid "Fv"
478msgstr "Fv"
479
480#. (itstool) path: td/p
481#: C/financial.page:24
482msgid ""
483"Calculate the future value of an investment based on a series of equal "
484"payments at a periodic interest rate over the number of payment periods in "
485"the term."
486msgstr ""
487
488#. (itstool) path: td/p
489#: C/financial.page:27
490msgid "Gpm"
491msgstr "Gpm"
492
493#. (itstool) path: td/p
494#: C/financial.page:28
495msgid ""
496"Calculate the resale price of a product, based on the product cost and the "
497"wanted gross profit margin."
498msgstr ""
499
500#. (itstool) path: td/p
501#: C/financial.page:31
502msgid "Pmt"
503msgstr "Pmt"
504
505#. (itstool) path: td/p
506#: C/financial.page:32
507msgid ""
508"Calculate the amount of the periodic payment of a loan, where payments are "
509"made at the end of each payment period."
510msgstr ""
511
512#. (itstool) path: td/p
513#: C/financial.page:35
514msgid "Pv"
515msgstr "Pv"
516
517#. (itstool) path: td/p
518#: C/financial.page:36
519msgid ""
520"Calculate the present value of an investment based on a series of equal "
521"payments discounted at a periodic interest rate over the number of payment "
522"periods in the term."
523msgstr ""
524
525#. (itstool) path: td/p
526#: C/financial.page:39
527msgid "Rate"
528msgstr "হার"
529
530#. (itstool) path: td/p
531#: C/financial.page:40
532msgid ""
533"Calculate the periodic interest necessary to increase an investment to a "
534"future value, over the number of compounding periods."
535msgstr ""
536
537#. (itstool) path: td/p
538#: C/financial.page:43
539msgid "Sln"
540msgstr "Sln"
541
542#. (itstool) path: td/p
543#: C/financial.page:44
544msgid ""
545"Calculate the straight-line depreciation of an asset for one period. The "
546"straight-line method of depreciation divides the depreciable cost evenly "
547"over the useful life of an asset. The useful life is the number of periods, "
548"typically years, over which an asset is depreciated."
549msgstr ""
550
551#. (itstool) path: td/p
552#: C/financial.page:47
553msgid "Syd"
554msgstr "Syd"
555
556#. (itstool) path: td/p
557#: C/financial.page:48
558msgid ""
559"Calculate the depreciation allowance on an asset for a specified period of "
560"time, using the Sum-of-the-Years'-Digits method. This method of depreciation"
561" accelerates the rate of depreciation, so that more depreciation expense "
562"occurs in earlier periods than in later ones. The useful life is the number "
563"of periods, typically years, over which an asset is depreciated."
564msgstr ""
565
566#. (itstool) path: td/p
567#: C/financial.page:51
568msgid "Term"
569msgstr "সময়কাল"
570
571#. (itstool) path: td/p
572#: C/financial.page:52
573msgid ""
574"Calculate the number of payment periods that are necessary during the term "
575"of an ordinary annuity, to accumulate a future value, at a periodic interest"
576" rate."
577msgstr ""
578
579#. (itstool) path: note/p
580#: C/financial.page:56
581msgid "Financial functions cannot be performed using the keyboard."
582msgstr ""
583
584#. (itstool) path: page/title
585#: C/functions.page:9
586msgid "Functions"
587msgstr ""
588
589#. (itstool) path: page/p
590#: C/functions.page:11
591msgid ""
592"Functions can be used by inserting the name of the function followed by the "
593"function argument. If the argument is not a number or <link "
594"xref=\"variable\">variable</link> then use parenthesis around the argument."
595msgstr ""
596
597#. (itstool) path: example/p
598#: C/functions.page:16
599msgid "sin 30"
600msgstr ""
601
602#. (itstool) path: example/p
603#: C/functions.page:19
604msgid "abs (5−9)"
605msgstr ""
606
607#. (itstool) path: page/p
608#: C/functions.page:23
609msgid "The following functions are defined."
610msgstr ""
611
612#. (itstool) path: td/p
613#: C/functions.page:28
614msgid "abs"
615msgstr ""
616
617#. (itstool) path: td/p
618#: C/functions.page:29
619msgid "<link xref=\"absolute\">Absolute Value</link>"
620msgstr ""
621
622#. (itstool) path: td/p
623#: C/functions.page:32
624msgid "cos"
625msgstr ""
626
627#. (itstool) path: td/p
628#: C/functions.page:33
629msgid "<link xref=\"trigonometry\">Cosine</link>"
630msgstr ""
631
632#. (itstool) path: td/p
633#: C/functions.page:36
634msgid "cosh"
635msgstr ""
636
637#. (itstool) path: td/p
638#: C/functions.page:37
639msgid "<link xref=\"trigonometry\">Hyperbolic Cosine</link>"
640msgstr ""
641
642#. (itstool) path: td/p
643#: C/functions.page:40
644msgid "erf"
645msgstr ""
646
647#. (itstool) path: td/p
648#: C/functions.page:41
649msgid "Gauss Error function"
650msgstr ""
651
652#. (itstool) path: td/p
653#: C/functions.page:44
654msgid "frac"
655msgstr ""
656
657#. (itstool) path: td/p
658#: C/functions.page:45
659msgid "Fractional Component"
660msgstr ""
661
662#. (itstool) path: td/p
663#: C/functions.page:48
664msgid "int"
665msgstr ""
666
667#. (itstool) path: td/p
668#: C/functions.page:49
669msgid "Integer Component"
670msgstr ""
671
672#. (itstool) path: td/p
673#: C/functions.page:52
674msgid "ln"
675msgstr ""
676
677#. (itstool) path: td/p
678#: C/functions.page:53
679msgid "<link xref=\"logarithm\">Natural Logarithm</link>"
680msgstr ""
681
682#. (itstool) path: td/p
683#: C/functions.page:56
684msgid "log"
685msgstr ""
686
687#. (itstool) path: td/p
688#: C/functions.page:57
689msgid "<link xref=\"logarithm\">Logarithm</link>"
690msgstr ""
691
692#. (itstool) path: td/p
693#: C/functions.page:60
694msgid "not"
695msgstr ""
696
697#. (itstool) path: td/p
698#: C/functions.page:61
699msgid "<link xref=\"boolean\">Boolean NOT</link>"
700msgstr ""
701
702#. (itstool) path: td/p
703#: C/functions.page:64
704msgid "ones"
705msgstr ""
706
707#. (itstool) path: td/p
708#: C/functions.page:65
709msgid "Ones complement"
710msgstr ""
711
712#. (itstool) path: td/p
713#: C/functions.page:68
714msgid "sin"
715msgstr ""
716
717#. (itstool) path: td/p
718#: C/functions.page:69
719msgid "<link xref=\"trigonometry\">Sine</link>"
720msgstr ""
721
722#. (itstool) path: td/p
723#: C/functions.page:72
724msgid "sinh"
725msgstr ""
726
727#. (itstool) path: td/p
728#: C/functions.page:73
729msgid "<link xref=\"trigonometry\">Hyperbolic Sine</link>"
730msgstr ""
731
732#. (itstool) path: td/p
733#: C/functions.page:76
734msgid "sqrt"
735msgstr ""
736
737#. (itstool) path: td/p
738#: C/functions.page:77
739msgid "<link xref=\"power\">Square Root</link>"
740msgstr ""
741
742#. (itstool) path: td/p
743#: C/functions.page:80
744msgid "tan"
745msgstr ""
746
747#. (itstool) path: td/p
748#: C/functions.page:81
749msgid "<link xref=\"trigonometry\">Tangent</link>"
750msgstr ""
751
752#. (itstool) path: td/p
753#: C/functions.page:84
754msgid "tanh"
755msgstr ""
756
757#. (itstool) path: td/p
758#: C/functions.page:85
759msgid "<link xref=\"trigonometry\">Hyperbolic Tangent</link>"
760msgstr ""
761
762#. (itstool) path: td/p
763#: C/functions.page:88
764msgid "twos"
765msgstr ""
766
767#. (itstool) path: td/p
768#: C/functions.page:89
769msgid "Twos complement"
770msgstr ""
771
772#. (itstool) path: td/p
773#: C/functions.page:92
774msgid "zeta"
775msgstr ""
776
777#. (itstool) path: td/p
778#: C/functions.page:93
779msgid "Riemann zeta function"
780msgstr ""
781
782#. (itstool) path: page/p
783#: C/functions.page:96
784msgid "<app>MATE Calculator</app> does not support user-defined functions."
785msgstr ""
786
787#. (itstool) path: credit/name
788#: C/index.page:7
789msgid "Robert Ancell"
790msgstr ""
791
792#. (itstool) path: page/title
793#: C/index.page:13
794msgid "MATE Calculator Help"
795msgstr ""
796
797#. (itstool) path: section/title
798#: C/index.page:16
799msgid "User Interface"
800msgstr "ব্যবহারকারীর ইন্টারফেস"
801
802#. (itstool) path: section/title
803#: C/index.page:20
804msgid "Equations"
805msgstr ""
806
807#. (itstool) path: section/title
808#: C/index.page:24
809msgid "Numbers"
810msgstr "সংখ্যা"
811
812#. (itstool) path: section/title
813#: C/index.page:28
814msgid "Conversions"
815msgstr ""
816
817#. (itstool) path: section/title
818#: C/index.page:32
819msgid "Financial Calculations"
820msgstr ""
821
822#. (itstool) path: page/title
823#: C/keyboard.page:9
824msgid "Using the Keyboard"
825msgstr ""
826
827#. (itstool) path: page/p
828#: C/keyboard.page:11
829msgid "All mathematical equations can be entered using the keyboard."
830msgstr ""
831
832#. (itstool) path: page/p
833#: C/keyboard.page:14
834msgid ""
835"The following key combinations can be used to enter keys that may not be "
836"available on your keyboard."
837msgstr ""
838
839#. (itstool) path: td/p
840#: C/keyboard.page:19
841msgid "×"
842msgstr ""
843
844#. (itstool) path: td/p
845#: C/keyboard.page:20
846msgid "<key>*</key>"
847msgstr ""
848
849#. (itstool) path: td/p
850#: C/keyboard.page:23
851msgid "÷"
852msgstr ""
853
854#. (itstool) path: td/p
855#: C/keyboard.page:24
856msgid "<key>/</key>"
857msgstr ""
858
859#. (itstool) path: td/p
860#: C/keyboard.page:27
861msgid "^"
862msgstr ""
863
864#. (itstool) path: td/p
865#: C/keyboard.page:28
866msgid "<key>*</key> twice"
867msgstr ""
868
869#. (itstool) path: td/p
870#: C/keyboard.page:31
871msgid "√"
872msgstr ""
873
874#. (itstool) path: td/p
875#: C/keyboard.page:32
876msgid "<keyseq><key>Ctrl</key><key>R</key></keyseq>"
877msgstr ""
878
879#. (itstool) path: td/p
880#: C/keyboard.page:35 C/variables.page:48
881msgid "π"
882msgstr ""
883
884#. (itstool) path: td/p
885#: C/keyboard.page:36
886msgid "<keyseq><key>Ctrl</key><key>P</key></keyseq>"
887msgstr ""
888
889#. (itstool) path: page/p
890#: C/keyboard.page:39
891msgid ""
892"To enter <link xref=\"superscript\">superscript numbers</link> use "
893"<keyseq><key>Ctrl</key>number</keyseq>, for subscript use "
894"<keyseq><key>Alt</key>number</keyseq>."
895msgstr ""
896
897#. (itstool) path: page/p
898#: C/keyboard.page:42
899msgid ""
900"When in <link xref=\"mouse\">programming mode</link>, to cycle between base "
901"digits use:"
902msgstr ""
903
904#. (itstool) path: td/p
905#: C/keyboard.page:47 C/number-display.page:28
906msgid "Binary"
907msgstr "বাইনারি"
908
909#. (itstool) path: td/p
910#: C/keyboard.page:48
911msgid "<keyseq><key>Ctrl</key><key>B</key></keyseq>"
912msgstr ""
913
914#. (itstool) path: td/p
915#: C/keyboard.page:51 C/number-display.page:32
916msgid "Octal"
917msgstr "অক্টাল"
918
919#. (itstool) path: td/p
920#: C/keyboard.page:52
921msgid "<keyseq><key>Ctrl</key><key>O</key></keyseq>"
922msgstr ""
923
924#. (itstool) path: td/p
925#: C/keyboard.page:55 C/number-display.page:16
926msgid "Decimal"
927msgstr "দশমিক"
928
929#. (itstool) path: td/p
930#: C/keyboard.page:56
931msgid "<keyseq><key>Ctrl</key><key>D</key></keyseq>"
932msgstr ""
933
934#. (itstool) path: td/p
935#: C/keyboard.page:59 C/number-display.page:36
936msgid "Hexadecimal"
937msgstr "হেক্সা-ডেসিমেল"
938
939#. (itstool) path: td/p
940#: C/keyboard.page:60
941msgid "<keyseq><key>Ctrl</key><key>H</key></keyseq>"
942msgstr ""
943
944#. (itstool) path: page/p
945#: C/keyboard.page:63
946msgid "To cycle between history entries you may use:"
947msgstr ""
948
949#. (itstool) path: td/p
950#: C/keyboard.page:68
951msgid "Previous Entry"
952msgstr ""
953
954#. (itstool) path: td/p
955#: C/keyboard.page:69
956msgid "<keyseq><key>Alt</key><key>Up</key></keyseq>"
957msgstr ""
958
959#. (itstool) path: td/p
960#: C/keyboard.page:72
961msgid "Next Entry"
962msgstr ""
963
964#. (itstool) path: td/p
965#: C/keyboard.page:73
966msgid "<keyseq><key>Alt</key><key>Down</key></keyseq>"
967msgstr ""
968
969#. (itstool) path: p/link
970#: C/legal.xml:4
971msgid "Creative Commons Attribution-Share Alike 3.0 Unported License"
972msgstr ""
973
974#. (itstool) path: license/p
975#: C/legal.xml:3
976msgid "This work is licensed under a <_:link-1/>."
977msgstr ""
978
979#. (itstool) path: license/p
980#: C/legal.xml:6
981msgid ""
982"As a special exception, the copyright holders give you permission to copy, "
983"modify, and distribute the example code contained in this document under the"
984" terms of your choosing, without restriction."
985msgstr ""
986
987#. (itstool) path: page/title
988#: C/logarithm.page:9
989msgid "Logarithms"
990msgstr ""
991
992#. (itstool) path: page/p
993#: C/logarithm.page:11
994msgid ""
995"Logarithms can be calculated using the log <link "
996"xref=\"function\">function</link>."
997msgstr ""
998
999#. (itstool) path: example/p
1000#: C/logarithm.page:15
1001msgid "log 100"
1002msgstr ""
1003
1004#. (itstool) path: page/p
1005#: C/logarithm.page:19
1006msgid ""
1007"To calculate a logarithm in a different base use a <link "
1008"xref=\"superscript\">subscript number</link> after the function."
1009msgstr ""
1010
1011#. (itstool) path: example/p
1012#: C/logarithm.page:23
1013msgid "log₂ 32"
1014msgstr ""
1015
1016#. (itstool) path: page/p
1017#: C/logarithm.page:27
1018msgid "To calculate a natural logarithm use the ln function."
1019msgstr ""
1020
1021#. (itstool) path: example/p
1022#: C/logarithm.page:31
1023msgid "ln 1.32"
1024msgstr ""
1025
1026#. (itstool) path: page/p
1027#: C/logarithm.page:35
1028msgid ""
1029"Euler's number can be entered by using the <link "
1030"xref=\"variable\">variable</link> e."
1031msgstr ""
1032
1033#. (itstool) path: example/p
1034#: C/logarithm.page:39
1035msgid "e^1.32"
1036msgstr ""
1037
1038#. (itstool) path: page/title
1039#: C/modulus.page:9
1040msgid "Modulus Division"
1041msgstr ""
1042
1043#. (itstool) path: page/p
1044#: C/modulus.page:11
1045msgid "Modulus division is performed using the mod operator."
1046msgstr ""
1047
1048#. (itstool) path: example/p
1049#: C/modulus.page:15
1050msgid "9 mod 5"
1051msgstr ""
1052
1053#. (itstool) path: page/title
1054#: C/mouse.page:9
1055msgid "Using the Mouse"
1056msgstr ""
1057
1058#. (itstool) path: page/p
1059#: C/mouse.page:11
1060msgid ""
1061"All equations can be entered using the mouse. To access all buttons there "
1062"are a number of modes that can be selected from the <gui>Mode</gui> menu."
1063msgstr ""
1064
1065#. (itstool) path: td/p
1066#: C/mouse.page:17
1067msgid "Basic"
1068msgstr "প্রাথমিক"
1069
1070#. (itstool) path: td/p
1071#: C/mouse.page:18
1072msgid ""
1073"Provides buttons suitable for <link xref=\"equation\">basic equations</link>"
1074msgstr ""
1075
1076#. (itstool) path: td/p
1077#: C/mouse.page:21
1078msgid "Advanced"
1079msgstr "উন্নত"
1080
1081#. (itstool) path: td/p
1082#: C/mouse.page:22
1083msgid ""
1084"Provides buttons suitable for advanced mathematics such as <link "
1085"xref=\"trigonometry\"/>"
1086msgstr ""
1087
1088#. (itstool) path: td/p
1089#: C/mouse.page:25
1090msgid "Financial"
1091msgstr ""
1092
1093#. (itstool) path: td/p
1094#: C/mouse.page:26
1095msgid ""
1096"Provides buttons suitable for <link xref=\"financial\">financial "
1097"equations</link>"
1098msgstr ""
1099
1100#. (itstool) path: td/p
1101#: C/mouse.page:29
1102msgid "Programming"
1103msgstr "প্রোগ্রামিং"
1104
1105#. (itstool) path: td/p
1106#: C/mouse.page:30
1107msgid "Provides buttons suitable for computer programmers"
1108msgstr ""
1109
1110#. (itstool) path: page/title
1111#: C/number-display.page:9
1112msgid "Result Format"
1113msgstr ""
1114
1115#. (itstool) path: page/p
1116#: C/number-display.page:11
1117msgid ""
1118"The format used to display results can be changed from the "
1119"<guiseq><gui>Calculator</gui><gui>Preferences</gui></guiseq> menu."
1120msgstr ""
1121
1122#. (itstool) path: td/p
1123#: C/number-display.page:17
1124msgid "Results are displayed as decimal numbers"
1125msgstr ""
1126
1127#. (itstool) path: td/p
1128#: C/number-display.page:20
1129msgid "Scientific"
1130msgstr "বৈজ্ঞানিক"
1131
1132#. (itstool) path: td/p
1133#: C/number-display.page:21
1134msgid ""
1135"Results are displayed in <link xref=\"scientific\">scientific "
1136"notation</link>"
1137msgstr ""
1138
1139#. (itstool) path: td/p
1140#: C/number-display.page:24
1141msgid "Engineering"
1142msgstr "প্রকৌশল"
1143
1144#. (itstool) path: td/p
1145#: C/number-display.page:25
1146msgid ""
1147"Results are displayed in scientific notation except the exponent is always a"
1148" multiple of three"
1149msgstr ""
1150
1151#. (itstool) path: td/p
1152#: C/number-display.page:29
1153msgid "Results are displayed as <link xref=\"base\">binary numbers</link>"
1154msgstr ""
1155
1156#. (itstool) path: td/p
1157#: C/number-display.page:33
1158msgid "Results are displayed as <link xref=\"base\">octal numbers</link>"
1159msgstr ""
1160
1161#. (itstool) path: td/p
1162#: C/number-display.page:37
1163msgid "Results are displayed as <link xref=\"base\">hexadecimal numbers</link>"
1164msgstr ""
1165
1166#. (itstool) path: page/p
1167#: C/number-display.page:40
1168msgid ""
1169"The number of decimal places, if trailing zeroes and if thousands separators"
1170" are shown can also be configured."
1171msgstr ""
1172
1173#. (itstool) path: page/title
1174#: C/percentage.page:9
1175msgid "Percentages"
1176msgstr ""
1177
1178#. (itstool) path: page/p
1179#: C/percentage.page:11
1180msgid "Percentages are calculated using the % symbol."
1181msgstr ""
1182
1183#. (itstool) path: page/p
1184#: C/percentage.page:14
1185msgid ""
1186"When added or subtracted the percentage symbol resolves to one percent of "
1187"the value being added or subtracted from. The following equation calculates "
1188"the price of a $140 item with 15% tax (140 + (15÷100)×140)."
1189msgstr ""
1190
1191#. (itstool) path: example/p
1192#: C/percentage.page:19
1193msgid "140+15%"
1194msgstr ""
1195
1196#. (itstool) path: page/p
1197#: C/percentage.page:23
1198msgid ""
1199"In all other cases the percentage symbol resolves to a fraction out of 100. "
1200"The following equation calculates one quarter of 80 apples ((25÷100)×80)."
1201msgstr ""
1202
1203#. (itstool) path: example/p
1204#: C/percentage.page:28
1205msgid "25%×80"
1206msgstr ""
1207
1208#. (itstool) path: page/title
1209#: C/power.page:9
1210msgid "Powers and Roots"
1211msgstr ""
1212
1213#. (itstool) path: page/p
1214#: C/power.page:11
1215msgid ""
1216"Powers are entered by putting a <link xref=\"superscript\">superscript "
1217"number</link> after the value."
1218msgstr ""
1219
1220#. (itstool) path: example/p
1221#: C/power.page:15
1222msgid "5²"
1223msgstr ""
1224
1225#. (itstool) path: page/p
1226#: C/power.page:19
1227msgid ""
1228"The inverse of a number can be entered using the inverse symbol ⁻¹ "
1229"(<keyseq><key>Ctrl</key><key>I</key></keyseq>)."
1230msgstr ""
1231
1232#. (itstool) path: example/p
1233#: C/power.page:23
1234msgid "3⁻¹"
1235msgstr ""
1236
1237#. (itstool) path: page/p
1238#: C/power.page:27
1239msgid ""
1240"Powers can also be calculated using the ^ symbol. This allows the power to "
1241"be an equation."
1242msgstr ""
1243
1244#. (itstool) path: example/p
1245#: C/power.page:32
1246msgid "5^(6−2)"
1247msgstr ""
1248
1249#. (itstool) path: page/p
1250#: C/power.page:36
1251msgid ""
1252"If your keyboard does not have a <key>^</key> key you can use <key>*</key> "
1253"twice."
1254msgstr ""
1255
1256#. (itstool) path: page/p
1257#: C/power.page:39
1258msgid ""
1259"Square roots can be calculated using the symbol "
1260"(<keyseq><key>Ctrl</key><key>R</key></keyseq>)."
1261msgstr ""
1262
1263#. (itstool) path: example/p
1264#: C/power.page:43
1265msgid "√2"
1266msgstr ""
1267
1268#. (itstool) path: page/p
1269#: C/power.page:47
1270msgid ""
1271"n-th roots can be calculated by putting a <link "
1272"xref=\"superscript\">subscript number</link> before the root sign."
1273msgstr ""
1274
1275#. (itstool) path: example/p
1276#: C/power.page:51
1277msgid "₃√2"
1278msgstr ""
1279
1280#. (itstool) path: page/title
1281#: C/scientific.page:9
1282msgid "Scientific Notation"
1283msgstr ""
1284
1285#. (itstool) path: page/p
1286#: C/scientific.page:11
1287msgid ""
1288"To enter numbers in scientific format use the <gui>×10x</gui> button "
1289"(<keyseq><key>Ctrl</key><key>E</key></keyseq>). The <link "
1290"xref=\"superscript\">number mode</link> automatically changes to "
1291"superscript. To enter 2×10¹⁰⁰, start by entering the mantissa (2):"
1292msgstr ""
1293
1294#. (itstool) path: example/p
1295#: C/scientific.page:17
1296msgid "2"
1297msgstr ""
1298
1299#. (itstool) path: page/p
1300#: C/scientific.page:21
1301msgid ""
1302"Then press the scientific notation button (or press "
1303"<keyseq><key>Ctrl</key><key>E</key></keyseq>):"
1304msgstr ""
1305
1306#. (itstool) path: example/p
1307#: C/scientific.page:25
1308msgid "2×10"
1309msgstr ""
1310
1311#. (itstool) path: page/p
1312#: C/scientific.page:29
1313msgid "Then enter the exponent (100):"
1314msgstr ""
1315
1316#. (itstool) path: example/p
1317#: C/scientific.page:33
1318msgid "2×10¹⁰⁰"
1319msgstr ""
1320
1321#. (itstool) path: page/p
1322#: C/scientific.page:37
1323msgid ""
1324"To show results in scientific form change the <link xref=\"number-"
1325"display\">result format</link>."
1326msgstr ""
1327
1328#. (itstool) path: info/title
1329#: C/superscript.page:7
1330msgctxt "sort"
1331msgid "_"
1332msgstr ""
1333
1334#. (itstool) path: page/title
1335#: C/superscript.page:11
1336msgid "Superscript and Subscript"
1337msgstr ""
1338
1339#. (itstool) path: page/p
1340#: C/superscript.page:13
1341msgid ""
1342"Some equations may require numbers to be entered in superscript or subscript"
1343" form. e.g."
1344msgstr ""
1345
1346#. (itstool) path: example/p
1347#: C/superscript.page:17
1348msgid ""
1349"<math alttext=\"x³+2x²−5\"> <mrow> <msup> <mi>x</mi> <mn>3</mn> </msup> "
1350"<mo>+</mo> <mrow> <mn>2</mn> <msup> <mi>x</mi> <mn>2</mn> </msup> </mrow> "
1351"<mo>-</mo> <mn>5</mn> </mrow> </math>"
1352msgstr ""
1353
1354#. (itstool) path: page/p
1355#: C/superscript.page:38
1356msgid ""
1357"To enter superscript numbers with the mouse select the number mode using the"
1358" <gui>↑n</gui> and <gui>↓n</gui> buttons. When one of these modes is active "
1359"clicking the number buttons will enter numbers in superscript or subscript. "
1360"To return to normal number mode click the active button."
1361msgstr ""
1362
1363#. (itstool) path: page/p
1364#: C/superscript.page:43
1365msgid ""
1366"To enter superscript numbers with the keyboard hold down <key>Ctrl</key> "
1367"while entering the number. Hold <key>Alt</key> for subscript."
1368msgstr ""
1369
1370#. (itstool) path: page/p
1371#: C/superscript.page:47
1372msgid ""
1373"The number mode returns to normal when entering the next non-number "
1374"character (e.g. +)."
1375msgstr ""
1376
1377#. (itstool) path: page/title
1378#: C/trigonometry.page:9
1379msgid "Trigonometry"
1380msgstr ""
1381
1382#. (itstool) path: page/p
1383#: C/trigonometry.page:11
1384msgid ""
1385"Trigonometry can be performed using the sin, cos, and tan <link "
1386"xref=\"function\">function</link>."
1387msgstr ""
1388
1389#. (itstool) path: example/p
1390#: C/trigonometry.page:15
1391msgid "sin 45"
1392msgstr ""
1393
1394#. (itstool) path: page/p
1395#: C/trigonometry.page:19
1396msgid ""
1397"The angle units used can be changed from the "
1398"<guiseq><gui>Calculator</gui><gui>Preferences</gui></guiseq> menu. "
1399"Trigonometry buttons are visible when in <link xref=\"mouse\">Advanced "
1400"mode</link>."
1401msgstr ""
1402
1403#. (itstool) path: page/p
1404#: C/trigonometry.page:23
1405msgid ""
1406"Hyperbolic functions are available by adding \"h\" to the end of a function."
1407msgstr ""
1408
1409#. (itstool) path: example/p
1410#: C/trigonometry.page:27
1411msgid "sinh 0.34"
1412msgstr ""
1413
1414#. (itstool) path: page/p
1415#: C/trigonometry.page:31
1416msgid ""
1417"Inverse functions are entered either using the inverse symbol ⁻¹ "
1418"(<keyseq><key>Ctrl</key><key>I</key></keyseq>) or the \"a\" form of the "
1419"function. The following two equations are equivalent."
1420msgstr ""
1421
1422#. (itstool) path: example/p
1423#: C/trigonometry.page:36
1424msgid "sin⁻¹ 0.5"
1425msgstr ""
1426
1427#. (itstool) path: example/p
1428#: C/trigonometry.page:39
1429msgid "asin 0.5"
1430msgstr ""
1431
1432#. (itstool) path: page/p
1433#: C/trigonometry.page:43
1434msgid ""
1435"To enter <link xref=\"variable\">π</link> with the keyboard use "
1436"<keyseq><key>Ctrl</key><key>P</key></keyseq>."
1437msgstr ""
1438
1439#. (itstool) path: page/title
1440#: C/variables.page:9
1441msgid "Variables"
1442msgstr ""
1443
1444#. (itstool) path: page/p
1445#: C/variables.page:11
1446msgid ""
1447"To assign a value to a variable use the = symbol or choose the variable to "
1448"assign to with the <gui>x</gui> button in <link xref=\"mouse\">advanced "
1449"mode</link>. A variable name must only contain upper or lower characters."
1450msgstr ""
1451
1452#. (itstool) path: example/p
1453#: C/variables.page:16
1454msgid "x=5"
1455msgstr ""
1456
1457#. (itstool) path: example/p
1458#: C/variables.page:19
1459msgid "value=82"
1460msgstr ""
1461
1462#. (itstool) path: page/p
1463#: C/variables.page:23
1464msgid ""
1465"Variables can be used in any equation and are substituted for their assigned"
1466" value. Variables can be inserted using the <gui>x</gui> button."
1467msgstr ""
1468
1469#. (itstool) path: example/p
1470#: C/variables.page:28
1471msgid "6x+3"
1472msgstr ""
1473
1474#. (itstool) path: example/p
1475#: C/variables.page:31
1476msgid "xy−3x+7y−21"
1477msgstr ""
1478
1479#. (itstool) path: page/p
1480#: C/variables.page:35
1481msgid "The following variables are always defined."
1482msgstr ""
1483
1484#. (itstool) path: td/p
1485#: C/variables.page:40
1486msgid "ans"
1487msgstr ""
1488
1489#. (itstool) path: td/p
1490#: C/variables.page:41
1491msgid "Result of previous calculation"
1492msgstr ""
1493
1494#. (itstool) path: td/p
1495#: C/variables.page:44
1496msgid "e"
1497msgstr ""
1498
1499#. (itstool) path: td/p
1500#: C/variables.page:45
1501msgid "<link xref=\"logarithm\">Euler's Number</link>"
1502msgstr ""
1503
1504#. (itstool) path: td/p
1505#: C/variables.page:49
1506msgid "<link xref=\"trigonometry\">Pi</link>"
1507msgstr ""
1508
1509#. (itstool) path: td/p
1510#: C/variables.page:52
1511msgid "rand"
1512msgstr ""
1513
1514#. (itstool) path: td/p
1515#: C/variables.page:53
1516msgid "Random value in the range [0,1] (changes on each read)"
1517msgstr ""
1518