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