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