1 # gcalctool Portuguese translation.
2 # Copyright © 2003, 2004, 2005, 2006, 2007, 2008, 2009 gcalctool
3 # This file is distributed under the same license as the gcalctool package.
4 # Duarte Loreto <happyguy_pt@hotmail.com>, 2003, 2004, 2005, 2006, 2007, 2008, 2009.
8 "Project-Id-Version: 2.26\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2009-03-02 00:58+0000\n"
11 "PO-Revision-Date: 2009-03-02 01:10+0000\n"
12 "Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
13 "Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19 #. FIXME: Useless string
20 #: ../gcalctool/calctool.c:113 ../gcalctool/display.c:736
21 #: ../gcalctool/mp.c:826 ../gcalctool/mp-trigonometric.c:155
22 #: ../gcalctool/mp-trigonometric.c:191 ../gcalctool/mp-trigonometric.c:362
26 #. Translators: A log message displayed when an invalid accuracy
27 #. is read from the configuration
28 #: ../gcalctool/calctool.c:223
30 msgid "%s: accuracy should be in the range 0-%d\n"
31 msgstr "%s: precisão deverá ser no intervalo 0-%d\n"
33 #: ../gcalctool/display.c:390
34 msgid "No undo history"
35 msgstr "Nenhum histórico de desfazer"
37 #: ../gcalctool/display.c:405
39 msgstr "Nenhum passo a refazer"
41 #. Translators: This message is displayed in the status bar when an
42 #. invalid user-defined function is executed
43 #: ../gcalctool/functions.c:180
44 msgid "Malformed function"
45 msgstr "Função mal-formada"
47 #. Translators: This message is displayed in the status bar when a bit
48 #. shift operation is performed and the display does not contain a number
49 #: ../gcalctool/functions.c:192
50 msgid "No sane value to do bitwise shift"
51 msgstr "Nenhum valor lógico para fazer deslocamento de bits"
53 #: ../gcalctool/functions.c:211 ../gcalctool/functions.c:253
54 msgid "No sane value to convert"
55 msgstr "Nenhum valor lógico a converter"
57 #: ../gcalctool/functions.c:234 ../gcalctool/functions.c:272
58 msgid "No sane value to store"
59 msgstr "Nenhum valor lógico a armazenar"
61 #: ../gcalctool/functions.c:426
62 msgid "Invalid number for the current base"
63 msgstr "Número inválido para a base actual"
65 #: ../gcalctool/functions.c:430
66 msgid "Too long number"
67 msgstr "Número demasiado longo"
69 #: ../gcalctool/functions.c:434
70 msgid "Invalid bitwise operation parameter(s)"
71 msgstr "Parâmetro(s) de operação bitwise inválidos"
73 #: ../gcalctool/functions.c:438
74 msgid "Invalid modulus operation parameter(s)"
75 msgstr "Parâmetro(s) inválidos para a operação de resto da divisão inteira"
77 #: ../gcalctool/functions.c:442
78 msgid "Math operation error"
79 msgstr "Erro de operação matemática"
81 #: ../gcalctool/functions.c:446
82 msgid "Malformed expression"
83 msgstr "Expressão mal-formada"
85 #. Translators: The window title when in basic mode
86 #: ../gcalctool/gtk.c:61 ../gcalctool.desktop.in.h:1
90 #. Translators: The window title when in advanced mode
91 #: ../gcalctool/gtk.c:63
92 msgid "Calculator - Advanced"
93 msgstr "Calculadora - Avançada"
95 #. Translators: The window title when in financial mode
96 #: ../gcalctool/gtk.c:65
97 msgid "Calculator - Financial"
98 msgstr "Calculadora - Financeira"
100 #. Translators: The window title when in scientific mode
101 #: ../gcalctool/gtk.c:67
102 msgid "Calculator - Scientific"
103 msgstr "Calculadora - Científica"
105 #. Translators: The window title when in programming mode
106 #: ../gcalctool/gtk.c:69
107 msgid "Calculator - Programming"
108 msgstr "Calculadora - Programação"
110 #. Translators: The window title when in basic mode. %s is replaced with the hostname.
111 #: ../gcalctool/gtk.c:75
113 msgid "Calculator [%s]"
114 msgstr "Calculadora [%s]"
116 #. Translators: The window title when in advanced mode. %s is replaced with the hostname.
117 #: ../gcalctool/gtk.c:77
119 msgid "Calculator [%s] - Advanced"
120 msgstr "Calculadora [%s] - Avançada"
122 #. Translators: The window title when in financial mode. %s is replaced with the hostname.
123 #: ../gcalctool/gtk.c:79
125 msgid "Calculator [%s] - Financial"
126 msgstr "Calculadora [%s] - Financeira"
128 #. Translators: The window title when in scientific mode. %s is replaced with the hostname.
129 #: ../gcalctool/gtk.c:81
131 msgid "Calculator [%s] - Scientific"
132 msgstr "Calculadora [%s] - Científica"
134 #. Translators: The window title when in programming mode. %s is replaced with the hostname.
135 #: ../gcalctool/gtk.c:83
137 msgid "Calculator [%s] - Programming"
138 msgstr "Calculadora [%s] - Programação"
140 #. Translators: Accuracy Popup: Menu item to show the accuracy dialog. %d is replaced with the current accuracy.
141 #: ../gcalctool/gtk.c:540
143 msgid "_Other (%d) ..."
144 msgstr "_Outra (%d) ..."
146 #. Translators: Tooltip for accuracy button
147 #: ../gcalctool/gtk.c:546
149 msgid "Set accuracy from 0 to %d numeric place. [A]"
150 msgid_plural "Set accuracy from 0 to %d numeric places. [A]"
151 msgstr[0] "Definir precisão de 0 a %d casa decimal. [A]"
152 msgstr[1] "Definir precisão de 0 a %d casas decimais. [A]"
154 #. Translators: The sine button
155 #: ../gcalctool/gtk.c:571
159 #. Translators: The inverse sine button
160 #: ../gcalctool/gtk.c:573
161 msgid "Sin<sup>-1</sup>"
162 msgstr "Sen<sup>-1</sup>"
164 #. Translators: The hyperbolic sine button
165 #: ../gcalctool/gtk.c:575
169 #. Translators: The inverse hyperbolic sine button
170 #: ../gcalctool/gtk.c:577
171 msgid "Sinh<sup>-1</sup>"
172 msgstr "Senh<sup>-1</sup>"
174 #. Translators: The sine tooltip
175 #: ../gcalctool/gtk.c:580
179 #. Translators: The inverse sine tooltip
180 #: ../gcalctool/gtk.c:582
181 msgid "Inverse Sine [K]"
182 msgstr "Seno Inverso [K]"
184 #. Translators: The hyperbolic sine tooltip
185 #: ../gcalctool/gtk.c:584
186 msgid "Hyperbolic Sine [k]"
187 msgstr "Seno Hiperbólico [k]"
189 #. Translators: The hyperbolic inverse sine tooltip
190 #: ../gcalctool/gtk.c:586
191 msgid "Hyperbolic Inverse Sine [K]"
192 msgstr "Seno Hiperbólico Inverso [K]"
194 #. Translators: The cosine button
195 #: ../gcalctool/gtk.c:590
199 #. Translators: The inverse cosine button
200 #: ../gcalctool/gtk.c:592
201 msgid "Cos<sup>-1</sup>"
202 msgstr "Cos<sup>-1</sup>"
204 #. Translators: The hyperbolic cosine button
205 #: ../gcalctool/gtk.c:594
209 #. Translators: The inverse hyperbolic cosine button
210 #: ../gcalctool/gtk.c:596
211 msgid "Cosh<sup>-1</sup>"
212 msgstr "Cosh<sup>-1</sup>"
214 #. Translators: The cosine tooltip
215 #: ../gcalctool/gtk.c:599
219 #. Translators: The inverse cosine tooltip
220 #: ../gcalctool/gtk.c:601
221 msgid "Inverse Cosine [J]"
222 msgstr "Coseno Inverso [J]"
224 #. Translators: The hyperbolic cosine tooltip
225 #: ../gcalctool/gtk.c:603
226 msgid "Hyperbolic Cosine [j]"
227 msgstr "Coseno Hiperbólico [j]"
229 #. Translators: The hyperbolic inverse cosine tooltip
230 #: ../gcalctool/gtk.c:605
231 msgid "Hyperbolic Inverse Cosine [J]"
232 msgstr "Coseno Hiperbólico Inverso [J]"
234 #. Translators: The tangent button
235 #: ../gcalctool/gtk.c:609
239 #. Translators: The inverse tangent button
240 #: ../gcalctool/gtk.c:611
241 msgid "Tan<sup>-1</sup>"
242 msgstr "Tan<sup>-1</sup>"
244 #. Translators: The hyperbolic tangent button
245 #: ../gcalctool/gtk.c:613
249 #. Translators: The inverse hyperbolic tangent button
250 #: ../gcalctool/gtk.c:615
251 msgid "Tanh<sup>-1</sup>"
252 msgstr "Tanh<sup>-1</sup>"
254 #. Translators: The tangent tooltip
255 #: ../gcalctool/gtk.c:618
257 msgstr "Tangente [w]"
259 #. Translators: The inverse tangent tooltip
260 #: ../gcalctool/gtk.c:620
261 msgid "Inverse Tangent [W]"
262 msgstr "Tangente Inversa [W]"
264 #. Translators: The hyperbolic tangent tooltip
265 #: ../gcalctool/gtk.c:622
266 msgid "Hyperbolic Tangent [w]"
267 msgstr "Tangente Hiperbólica [w]"
269 #. Translators: The hyperbolic inverse tangent tooltip
270 #: ../gcalctool/gtk.c:624
271 msgid "Hyperbolic Inverse Tangent [W]"
272 msgstr "Tangente Hiperbólica Inversa [W]"
274 #. Translators: The natural logaritm button
275 #: ../gcalctool/gtk.c:629
279 #. Translators: The e to the power of x button
280 #: ../gcalctool/gtk.c:631
281 msgid "e<sup><i>x</i></sup>"
282 msgstr "e<sup><i>x</i></sup>"
284 #. Translators: Tooltip for the natural log button
285 #: ../gcalctool/gtk.c:634
286 msgid "Natural log [n]"
287 msgstr "Logarítmo natural [n]"
289 #. Translators: Tooltip for the e to the power of x button
290 #: ../gcalctool/gtk.c:636
291 msgid "e to the power of the displayed value [N]"
292 msgstr "e elevado à potência do valor apresentado [N]"
294 #. Translators: The 10-based logaritm button
295 #: ../gcalctool/gtk.c:641
299 #. Translators: The 10 to the power of x button
300 #: ../gcalctool/gtk.c:643
301 msgid "10<sup><i>x</i></sup>"
302 msgstr "10<sup><i>x</i></sup>"
304 #. Translators: Tooltip for the log base 10 button
305 #: ../gcalctool/gtk.c:646
306 msgid "Base 10 log [g]"
307 msgstr "Logarítmo de base 10 [g]"
309 #. Translators: Tooltip for the 10 to the power of x button
310 #: ../gcalctool/gtk.c:648
311 msgid "10 to the power of displayed value [G]"
312 msgstr "10 elevado à potência do valor apresentado [G]"
314 #. Translators: The 2-based logaritm button
315 #: ../gcalctool/gtk.c:653
316 msgid "Log<sub>2</sub>"
317 msgstr "Log<sub>2</sub>"
319 #. Translators: The 2 to the power of x button
320 #: ../gcalctool/gtk.c:655
321 msgid "2<sup><i>x</i></sup>"
322 msgstr "2<sup><i>x</i></sup>"
324 #. Translators: Tooltip for the log base 2 button
325 #: ../gcalctool/gtk.c:658
326 msgid "Base 2 log [h]"
327 msgstr "Logarítmo de base 2 [h]"
329 #. Translators: Tooltip for the 2 to the power of x button
330 #: ../gcalctool/gtk.c:660
331 msgid "2 to the power of the displayed value [H]"
332 msgstr "2 elevado à potência do valor apresentado [H]"
334 #. Translators: The x to the power of y button
335 #: ../gcalctool/gtk.c:665
336 msgid "x<sup><i>y</i></sup>"
337 msgstr "x<sup><i>y</i></sup>"
339 #. Translators: The x to the power of reciprocal y button
340 #: ../gcalctool/gtk.c:667
341 msgid "x<sup>1/<i>y</i></sup>"
342 msgstr "x<sup>1/<i>y</i></sup>"
344 #. Translators: Tooltip for the x to the power of y button
345 #: ../gcalctool/gtk.c:670
346 msgid "Raise displayed value to the power of y [o]"
347 msgstr "Elevar o valor apresentado à potência de y [o]"
349 #. Translators: Tooltip for the x to the power of reciprocal y button
350 #: ../gcalctool/gtk.c:672
351 msgid "Raise displayed value to the power of reciprocal y [O]"
352 msgstr "Elevar o valor apresentado à potência do inverso de y [O]"
354 #. Translators: The translator credits. Please translate this with your name(s).
355 #: ../gcalctool/gtk.c:1202
356 msgid "translator-credits"
357 msgstr "Duarte Loreto <happyguy_pt@hotmail.com>"
359 #. Translators: The license this software is under (GPL2+)
360 #: ../gcalctool/gtk.c:1206
362 "Gcalctool is free software; you can redistribute it and/or modify\n"
363 "it under the terms of the GNU General Public License as published by\n"
364 "the Free Software Foundation; either version 2 of the License, or\n"
365 "(at your option) any later version.\n"
367 "Gcalctool is distributed in the hope that it will be useful,\n"
368 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
369 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
370 "GNU General Public License for more details.\n"
372 "You should have received a copy of the GNU General Public License\n"
373 "along with Gcalctool; if not, write to the Free Software Foundation, Inc.,\n"
374 "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\n"
376 "Gcalctool é uma aplicação livre; pode redisribuí-la e/ou alterá-la sob os\n"
377 "termos da Licença Pública Geral GNU tal como publicada pela Free Software\n"
378 "Foundation; ou a versão 2 da Licença ou, (à sua discrição) qualquer versão\n"
381 "Gcalctool é distribuída na expectativa de que será útil, mas SEM QUALQUER\n"
382 "GARANTIA; nem mesmo a garantia implícita de COMERCIABILIDADE ou ADEQUAÇÃO A\n"
383 "UM PROPÓSITO ESPECÍFICO. Consulte a Licença Pública Genérica GNU para mais\n"
386 "Deverá ter recebido uma cópia da Licença Pública Genérica GNU juntamente\n"
387 "com o Gcalctool; caso contrário, escreva para Free Software Foundation,\n"
388 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA (em inglês)\n"
390 #. Translators: Program name in the about dialog
391 #: ../gcalctool/gtk.c:1223
395 #. Translators: Copyright notice in the about dialog
396 #: ../gcalctool/gtk.c:1226
397 msgid "© 1986-2008 The Gcalctool authors"
398 msgstr "© 1986-2008 Os autores do Gcalctool"
400 #. Translators: Short description in the about dialog
401 #: ../gcalctool/gtk.c:1229
402 msgid "Calculator with financial and scientific modes."
403 msgstr "Calculadora com modos financeiro e científico."
405 #: ../gcalctool/gtk.c:1380
406 msgid "Unable to open help file"
407 msgstr "Incapaz de abrir o ficheiro de ajuda"
409 #. Hexadecimal digit C button
410 #: ../gcalctool/gtk.c:1545 ../glade/gcalctool.glade.h:129
414 #. Hexadecimal digit F button
415 #: ../gcalctool/gtk.c:1568 ../glade/gcalctool.glade.h:200
419 #. Translators: R is the short form of register used inter alia in popup menus
420 #: ../gcalctool/gtk.c:1800
425 #: ../gcalctool/gtk.c:2226
429 #. Translators: Title of the error dialog when unable to load the UI files
430 #: ../gcalctool/gtk.c:2446
431 msgid "Error loading user interface"
432 msgstr "Erro ao ler o interface de utilizador"
434 #. Translators: Description in UI error dialog when unable to load the UI files. %s is replaced with the path of the missing file
435 #: ../gcalctool/gtk.c:2449
438 "The user interface file %s is missing or unable to be loaded. Please check "
441 "O ficheiro de interface de utilizador %s não existe ou é impossível lê-lo. "
442 "Verifique a sua instalação."
444 #. Translators: Edit Constants Dialog: Constant number column title
445 #. Translators: Edit Functions Dialog: Function number column title
446 #: ../gcalctool/gtk.c:2676 ../gcalctool/gtk.c:2697
450 #. Translators: Edit Constants Dialog: Constant value column title
451 #. Translators: Edit Functions Dialog: Function value column title
452 #: ../gcalctool/gtk.c:2679 ../gcalctool/gtk.c:2700
456 #. Translators: Edit Constants Dialog: Constant description column title
457 #. Translators: Edit Functions Dialog: Function description column title
458 #: ../gcalctool/gtk.c:2682 ../gcalctool/gtk.c:2703
462 #. Set default accuracy menu item
463 #. Translators: Accuracy Popup: Menu item to reset the accuracy to the default value. %d is replaced with the default value.
464 #: ../gcalctool/gtk.c:2855
466 msgid "Reset to _Default (%d)"
467 msgstr "Repor as _Omissões (%d)"
469 #: ../gcalctool/mp.c:1953
470 msgid "Negative X and non-integer Y not supported"
471 msgstr "X negativo e Y não-inteirno não é suportado"
473 #: ../gcalctool/mp-trigonometric.c:608
474 msgid "Error, cannot calculate cosine"
475 msgstr "Erro, incapaz de calcular o coseno"
477 #. Translators: This is the label for the default constant, the number of miles in one kilometer (0.621)
478 #: ../gcalctool/register.c:40
479 msgid "Kilometer-to-mile conversion factor"
480 msgstr "Factor de conversão kilómetro-para-milha"
482 #. Translators: This is the label for the default constant, the square root of 2 (1.41421)
483 #: ../gcalctool/register.c:42
484 msgid "square root of 2"
485 msgstr "raiz quadrada de 2"
487 #. Translators: This is the label for the default constant, Euler's number (2.71828)
488 #: ../gcalctool/register.c:44
489 msgid "Euler's Number (e)"
490 msgstr "Número de Euler (e)"
492 #. Translators: This is the label for the default constant, π (3.14159)
493 #: ../gcalctool/register.c:46
497 #. Translators: This is the label for the default constant, the number of inches in a centimeter (0.39370)
498 #: ../gcalctool/register.c:48
499 msgid "Centimeter-to-inch conversion factor"
500 msgstr "Factor de conversão centímetro-para-polegada"
502 #. Translators: This is the label for the default constant, the number of degrees in a radian (57.2958)
503 #: ../gcalctool/register.c:50
504 msgid "degrees in a radian"
505 msgstr "graus num radiano"
507 #. Translators: This is the label for the default constant, 2 to the power of 20 (1048576)
508 #: ../gcalctool/register.c:52
512 #. Translators: This is the label for the default constant, the number of ounces in one gram (0.0353)
513 #: ../gcalctool/register.c:54
514 msgid "Gram-to-ounce conversion factor"
515 msgstr "Factor de conversão grama-para-onça"
517 #. Translators: This is the label for the default constant, the number of British Thermal Units in one Kilojoule (0.948)
518 #: ../gcalctool/register.c:56
519 msgid "Kilojoule-to-British-thermal-unit conversion factor"
520 msgstr "Factor de conversão de kilojoules-para-unidades-térmicas-Britânicas"
522 #. Translators: This is the label for the default constant, the number of cubic inches in one cubic centimeter (0.0610)
523 #: ../gcalctool/register.c:58
524 msgid "Cubic-centimeter-to-cubic-inch conversion factor"
525 msgstr "Factor de conversão de centímetros-cúbicos-para-polegadas-cúbicas"
527 #: ../gcalctool.desktop.in.h:2
528 msgid "Perform arithmetic, scientific or financial calculations"
529 msgstr "Realize cálculos aritméticos, científicos ou financeiros"
531 #. Payment Period Dialog: Button to calculate result
532 #: ../glade/financial.glade.h:2
536 #. Gross Profit Margin Dialog: Label before cost input
537 #: ../glade/financial.glade.h:4
541 #. Periodic Payment Dialog: Description of calculation
542 #: ../glade/financial.glade.h:6
544 "Calculates the amount of the periodic payment of a loan, where payments are "
545 "made at the end of each payment period. "
547 "Calcula o montante do pagamento periódico de um empréstimo, em que os "
548 "pagamentos são realizados no final de cada período (postecipados). "
550 #. Sum-Of-The-Years'-Digits Depreciation Dialog: Description of calculation
551 #: ../glade/financial.glade.h:8
553 "Calculates the depreciation allowance on an asset for a specified period of "
554 "time, using the Sum-Of-The-Years'-Digits method. This method of depreciation "
555 "accelerates the rate of depreciation, so that more depreciation expense "
556 "occurs in earlier periods than in later ones. The useful life is the number "
557 "of periods, typically years, over which an asset is depreciated. "
559 "Calcula o valor da amortização de um activo durante um período de tempo "
560 "específico, utilizando o método de Soma dos Dígitos dos Anos. Este método de "
561 "amortização acelera a taxa de amortização, pelo que ocorre maior despesa de "
562 "amortização nos períodos iniciais do que nos finais. A vida útil é o número "
563 "de períodos, tipicamente anos, durante o qual o activo é amortizado. "
565 #. Double-Declining Depreciation Dialog: Description of calculation
566 #: ../glade/financial.glade.h:10
568 "Calculates the depreciation allowance on an asset for a specified period of "
569 "time, using the double-declining balance method."
571 "Calcula o valor da amortização de um activo durante um período de tempo "
572 "específico, utilizando o método de equilíbrio de duplo declínio."
574 #. Future Value Dialog: Description of calculation
575 #: ../glade/financial.glade.h:12
577 "Calculates the future value of an investment based on a series of equal "
578 "payments at a periodic interest rate over the number of payment periods in "
581 "Calcula o valor futuro de um investimento baseado numa série de pagamentos "
582 "iguais a uma taxa de juro periódica durante o número de períodos do prazo."
584 #. Compounding Term Dialog: Description of calculation
585 #: ../glade/financial.glade.h:14
587 "Calculates the number of compounding periods necessary to increase an "
588 "investment of present value to a future value, at a fixed interest rate per "
589 "compounding period."
591 "Calcula o número de períodos de juro composto necessários para aumentar o "
592 "investimento de um valor actual para um valor futuro, a uma taxa de juro "
593 "fixa por período de juro composto."
595 #. Payment Period Dialog: Description of calculation
596 #: ../glade/financial.glade.h:16
598 "Calculates the number of payment periods that are necessary during the term "
599 "of an ordinary annuity, to accumulate a future value, at a periodic interest "
602 "Calcula o número de períodos de pagamento que são necessários durante a "
603 "duração de uma anuidade comum, para acumular um valor futuro, a uma taxa de "
606 #. Periodic Interest Rate Dialog: Description of calculation
607 #: ../glade/financial.glade.h:18
609 "Calculates the periodic interest necessary to increase an investment to a "
610 "future value, over the number of compounding periods. "
612 "Calcula o juro periódico necessário para aumentar um investimento para um "
613 "valor futuro, durante o número de períodos de juro composto. "
615 #. Present Value Dialog: Description of calculation
616 #: ../glade/financial.glade.h:20
618 "Calculates the present value of an investment based on a series of equal "
619 "payments discounted at a periodic interest rate over the number of payment "
620 "periods in the term. "
622 "Calcula o valor actual de um investimento baseado numa série de pagamentos "
623 "iguais descontados a uma taxa de juro periódica sobre o número de períodos "
624 "de pagamento do prazo. "
626 #. Gross Profit Margin Dialog: Description of calculation
627 #: ../glade/financial.glade.h:22
629 "Calculates the resale price of a product, based on the product cost and the "
630 "wanted gross profit margin."
632 "Calcula o valor de revenda de um produto, baseado no custo do produto e a "
633 "margem de lucro bruta desejada."
635 #. Straight-Line Depreciation Dialog: Description of calculation
636 #: ../glade/financial.glade.h:24
638 "Calculates the straight-line depreciation of an asset for one period. The "
639 "straight-line method of depreciation divides the depreciable cost evenly "
640 "over the useful life of an asset. The useful life is the number of periods, "
641 "typically years, over which an asset is depreciated. "
643 "Calcula o montante da amortização constante de um activo para um período. O "
644 "método de amortização constante divide o custo da amortização de forma igual "
645 "sobre a vida útil do activo. A vida útil é o número de períodos, tipicamente "
646 "anos, durante os quais o activo é amortizado. "
648 #. Title of Compounding Term dialog
649 #: ../glade/financial.glade.h:26
650 msgid "Compounding Term"
651 msgstr "Juro Composto"
653 #. Title of Double-Declining Depreciation dialog
654 #: ../glade/financial.glade.h:28
655 msgid "Double-Declining Depreciation"
656 msgstr "Amortização de Duplo-Declínio"
658 #. Title of Future Value dialog
659 #: ../glade/financial.glade.h:30
661 msgstr "Valor Futuro"
663 #. Payment Period Dialog: Label before future value input
664 #: ../glade/financial.glade.h:32
665 msgid "Future _Value:"
666 msgstr "_Valor Futuro:"
668 #. Title of Gross Profit Margin dialog
669 #: ../glade/financial.glade.h:34 ../glade/gcalctool.glade.h:223
670 msgid "Gross Profit Margin"
671 msgstr "Margem de Lucro Bruta"
673 #. Title of Payment Period dialog
674 #: ../glade/financial.glade.h:36
675 msgid "Payment Period"
676 msgstr "Período de Pagamento"
678 #. Title of Periodic Interest Rate dialog
679 #: ../glade/financial.glade.h:38
680 msgid "Periodic Interest Rate"
681 msgstr "Taxa de Juro Periódica"
683 #. Payment Period Dialog: Label before periodic interest rate input
684 #: ../glade/financial.glade.h:40
685 msgid "Periodic Interest _Rate:"
686 msgstr "Ta_xa de Juro Periódica:"
688 #. Title of Periodic Payment dialog
689 #: ../glade/financial.glade.h:42
690 msgid "Periodic Payment"
691 msgstr "Pagamento Periódico"
693 #. Title of Present Value dialog
694 #: ../glade/financial.glade.h:44
695 msgid "Present Value"
696 msgstr "Valor Actual"
698 #. Periodic Interest Rate Dialog: Label before present value input
699 #: ../glade/financial.glade.h:46
700 msgid "Present _Value:"
701 msgstr "_Valor Actual:"
703 #. Title of Straight-Line Depreciation dialog
704 #: ../glade/financial.glade.h:48
705 msgid "Straight-Line Depreciation"
706 msgstr "Amortização Constante"
708 #. Title of Sum-Of-The-Years'-Digits Depreciation dialog
709 #: ../glade/financial.glade.h:50
710 msgid "Sum-Of-The-Years'-Digits Depreciation"
711 msgstr "Amortização por Soma dos Dígitos dos Anos"
713 #. Sum-Of-The-Years'-Digits Depreciation Dialog: Label before cost input
714 #: ../glade/financial.glade.h:52
718 #. Periodic Interest Rate Dialog: Label before future value input
719 #: ../glade/financial.glade.h:54
720 msgid "_Future Value:"
721 msgstr "Valor _Futuro:"
723 #. Sum-Of-The-Years'-Digits Depreciation Dialog: Label before life input
724 #: ../glade/financial.glade.h:56
728 #. Gross Profit Margin Dialog: Label before margin input
729 #: ../glade/financial.glade.h:58
733 #. Present Value Dialog: Label before number of periods input
734 #: ../glade/financial.glade.h:60
735 msgid "_Number Of Periods:"
736 msgstr "_Número de Períodos:"
738 #. Sum-Of-The-Years'-Digits Depreciation Dialog: Label before period input
739 #: ../glade/financial.glade.h:62
743 #. Payment Period Dialog: Label before periodic payment input
744 #: ../glade/financial.glade.h:64
745 msgid "_Periodic Payment:"
746 msgstr "_Pagamento Periódico:"
748 #. Periodic Payment Dialog: Label before principal input
749 #: ../glade/financial.glade.h:66
753 #. Sum-Of-The-Years'-Digits Depreciation Dialog: Label before salvage input
754 #: ../glade/financial.glade.h:68
756 msgstr "Valor _Residual:"
758 #. Periodic Interest Rate Dialog: Label before term input
759 #: ../glade/financial.glade.h:70
763 #. The percentage button
764 #: ../glade/gcalctool.glade.h:3
769 #. 16 bit unsigned integer
770 #: ../glade/gcalctool.glade.h:5
774 #. 32 bit unsigned integer
775 #: ../glade/gcalctool.glade.h:7
779 #. Start calculation group button
780 #: ../glade/gcalctool.glade.h:9
785 #: ../glade/gcalctool.glade.h:11
790 #: ../glade/gcalctool.glade.h:13
795 #: ../glade/gcalctool.glade.h:15
800 #: ../glade/gcalctool.glade.h:17
805 #: ../glade/gcalctool.glade.h:19
809 #: ../glade/gcalctool.glade.h:20
813 #. Right Shift Popup: Menu item to shift right by 10 bits
814 #: ../glade/gcalctool.glade.h:22
816 msgstr "10 casas decimais"
818 #. Right Shift Popup: Menu item to shift right by 11 bits
819 #: ../glade/gcalctool.glade.h:24
821 msgstr "11 casas decimais"
823 #. Right Shift Popup: Menu item to shift right by 12 bits
824 #: ../glade/gcalctool.glade.h:26
826 msgstr "12 casas decimais"
828 #. Right Shift Popup: Menu item to shift right by 13 bits
829 #: ../glade/gcalctool.glade.h:28
831 msgstr "13 casas decimais"
833 #. Right Shift Popup: Menu item to shift right by 14 bits
834 #: ../glade/gcalctool.glade.h:30
836 msgstr "14 casas decimais"
838 #. Label for bit 15 on the bit editor
839 #: ../glade/gcalctool.glade.h:32
843 #. Right Shift Popup: Menu item to shift right by 15 bits
844 #: ../glade/gcalctool.glade.h:34
846 msgstr "15 casas decimais"
848 #. Tooltip for the 16 bit mask button
849 #: ../glade/gcalctool.glade.h:36
850 msgid "16-bit unsigned integer value of display (])"
851 msgstr "Valor inteiro sem sinal 16-bit do apresentado (])"
854 #: ../glade/gcalctool.glade.h:38
859 #: ../glade/gcalctool.glade.h:40
863 #. Label for bit 31 on the bit editor
864 #: ../glade/gcalctool.glade.h:42
868 #. Label for bit 32 on the bit editor
869 #: ../glade/gcalctool.glade.h:44
873 #. Tooltip for the 32 bit mask button
874 #: ../glade/gcalctool.glade.h:46
875 msgid "32-bit unsigned integer value of display ([)"
876 msgstr "Valor inteiro sem sinal 32-bit do apresentado ([)"
879 #: ../glade/gcalctool.glade.h:48
883 #. Label for bit 47 on the bit editor
884 #: ../glade/gcalctool.glade.h:50
889 #: ../glade/gcalctool.glade.h:52
894 #: ../glade/gcalctool.glade.h:54
898 #. Label for the most significant bit (bit 63) on the bit editor
899 #: ../glade/gcalctool.glade.h:56
904 #: ../glade/gcalctool.glade.h:58
909 #: ../glade/gcalctool.glade.h:60
914 #: ../glade/gcalctool.glade.h:62
919 #: ../glade/gcalctool.glade.h:64
924 #: ../glade/gcalctool.glade.h:66
928 #. x to the power of 2 button
929 #: ../glade/gcalctool.glade.h:68
930 msgid "<i>x</i><sup>2</sup>"
931 msgstr "<i>x</i><sup>2</sup>"
933 #. Edit Function Dialog: Note about what base numbers will be entered as
934 #: ../glade/gcalctool.glade.h:70
936 "<small><i><b>Note:</b> All constant values are specified in the decimal "
937 "numeric base.</i></small>"
939 "<small><i><b>Nota:</b> Todos os valores constantes são especificados na base "
940 "numérica decimal.</i></small>"
942 #. "R0" is the abbreviation for "Register 0", used in the memory register dialog
943 #: ../glade/gcalctool.glade.h:72
944 msgid "<span weight=\"bold\">R0</span>"
945 msgstr "<span weight=\"bold\">R0</span>"
947 #. "R1" is the abbreviation for "Register 1", used in the memory register dialog
948 #: ../glade/gcalctool.glade.h:74
949 msgid "<span weight=\"bold\">R1</span>"
950 msgstr "<span weight=\"bold\">R1</span>"
952 #. "R2" is the abbreviation for "Register 2", used in the memory register dialog
953 #: ../glade/gcalctool.glade.h:76
954 msgid "<span weight=\"bold\">R2</span>"
955 msgstr "<span weight=\"bold\">R2</span>"
957 #. "R3" is the abbreviation for "Register 3", used in the memory register dialog
958 #: ../glade/gcalctool.glade.h:78
959 msgid "<span weight=\"bold\">R3</span>"
960 msgstr "<span weight=\"bold\">R3</span>"
962 #. "R4" is the abbreviation for "Register 4", used in the memory register dialog
963 #: ../glade/gcalctool.glade.h:80
964 msgid "<span weight=\"bold\">R4</span>"
965 msgstr "<span weight=\"bold\">R4</span>"
967 #. "R5" is the abbreviation for "Register 5", used in the memory register dialog
968 #: ../glade/gcalctool.glade.h:82
969 msgid "<span weight=\"bold\">R5</span>"
970 msgstr "<span weight=\"bold\">R5</span>"
972 #. "R6" is the abbreviation for "Register 6", used in the memory register dialog
973 #: ../glade/gcalctool.glade.h:84
974 msgid "<span weight=\"bold\">R6</span>"
975 msgstr "<span weight=\"bold\">R6</span>"
977 #. "R7" is the abbreviation for "Register 7", used in the memory register dialog
978 #: ../glade/gcalctool.glade.h:86
979 msgid "<span weight=\"bold\">R7</span>"
980 msgstr "<span weight=\"bold\">R7</span>"
982 #. "R8" is the abbreviation for "Register 8", used in the memory register dialog
983 #: ../glade/gcalctool.glade.h:88
984 msgid "<span weight=\"bold\">R8</span>"
985 msgstr "<span weight=\"bold\">R8</span>"
987 #. "R9" is the abbreviation for "Register 9", used in the memory register dialog
988 #: ../glade/gcalctool.glade.h:90
989 msgid "<span weight=\"bold\">R9</span>"
990 msgstr "<span weight=\"bold\">R9</span>"
992 #. Solve button (clicking this solves the displayed calculation)
993 #: ../glade/gcalctool.glade.h:92
997 #. Shift right button
998 #: ../glade/gcalctool.glade.h:94
1002 #. Hexadecimal digit A button
1003 #: ../glade/gcalctool.glade.h:96
1007 #. Boolean AND button
1008 #: ../glade/gcalctool.glade.h:98
1012 #. Absolute value button. Abs is short for Absolute
1013 #: ../glade/gcalctool.glade.h:100
1017 #: ../glade/gcalctool.glade.h:101
1018 msgid "Absolute value"
1019 msgstr "Valor absoluto"
1021 #. Tooltip for the absolute value button
1022 #: ../glade/gcalctool.glade.h:103
1023 msgid "Absolute value [u]"
1024 msgstr "Valor absoluto [u]"
1027 #: ../glade/gcalctool.glade.h:105
1031 #: ../glade/gcalctool.glade.h:106
1035 #. Tooltip for the addition button
1036 #: ../glade/gcalctool.glade.h:108
1038 msgstr "Adicionar [+]"
1040 #. Tooltip for the View|Advanced menu item
1041 #: ../glade/gcalctool.glade.h:110
1045 #. Hexadecimal digit B button
1046 #: ../glade/gcalctool.glade.h:112
1050 #: ../glade/gcalctool.glade.h:113
1054 #. Tooltip for the View|Basic menu item
1055 #: ../glade/gcalctool.glade.h:115
1059 #. Tooltip for the boolean AND button
1060 #: ../glade/gcalctool.glade.h:117
1061 msgid "Bitwise AND [&]"
1062 msgstr "AND Bitwise [&]"
1064 #. Tooltip for the boolean NOT button
1065 #: ../glade/gcalctool.glade.h:119
1066 msgid "Bitwise NOT [~]"
1067 msgstr "NOT Bitwise [~]"
1069 #. Tooltip for the boolean OR button
1070 #: ../glade/gcalctool.glade.h:121
1071 msgid "Bitwise OR [|]"
1072 msgstr "OR Bitwise [|]"
1074 #. Tooltip for the boolean exclusive NOR button
1075 #: ../glade/gcalctool.glade.h:123
1076 msgid "Bitwise XNOR [{]"
1077 msgstr "XNOR Bitwise [{]"
1079 #. Tooltip for the boolean exlcusive OR button
1080 #: ../glade/gcalctool.glade.h:125
1081 msgid "Bitwise XOR [x]"
1082 msgstr "XOR Bitwise [x]"
1084 #. Bksp is short for Backspace
1085 #: ../glade/gcalctool.glade.h:127
1089 #. Clear displayed value button
1090 #: ../glade/gcalctool.glade.h:131
1094 #: ../glade/gcalctool.glade.h:132
1095 msgid "Calculate result"
1096 msgstr "Calcular o resultado"
1098 #. Tooltip for the solve button
1099 #: ../glade/gcalctool.glade.h:134
1100 msgid "Calculate result [=]"
1101 msgstr "Calcular o resultado [=]"
1103 #. Insert ASCII dialog: Label before character entry
1104 #: ../glade/gcalctool.glade.h:136
1108 #. Tooltip for the change sign button
1109 #: ../glade/gcalctool.glade.h:138
1110 msgid "Change Sign [C]"
1111 msgstr "Alterar o Sinal [C]"
1113 #: ../glade/gcalctool.glade.h:139
1115 msgstr "Alterar o sinal [c]"
1117 #: ../glade/gcalctool.glade.h:140
1121 #. Tooltip for the clear displayed value button
1122 #: ../glade/gcalctool.glade.h:142
1123 msgid "Clear displayed value [Escape]"
1124 msgstr "Limpar o valor apresentado [Escape]"
1126 #. Tooltip for the clear display button
1127 #: ../glade/gcalctool.glade.h:144
1128 msgid "Clear displayed value and any partial calculation [Shift Delete]"
1129 msgstr "Limpar o valor apresentado e qualquer cálculo parcial [Shift Delete]"
1131 #: ../glade/gcalctool.glade.h:145
1133 msgstr "Limpar entrada"
1135 #. Edit Functions Dialog: Instructions in dialog
1136 #: ../glade/gcalctool.glade.h:147
1137 msgid "Click a _value or description to edit it:"
1138 msgstr "Clique num _valor ou descrição para o editar:"
1140 #. Clear display button. Clr is short for Clear
1141 #: ../glade/gcalctool.glade.h:149
1145 #: ../glade/gcalctool.glade.h:150
1146 msgid "Compounding term"
1147 msgstr "Termo composto"
1149 #. Tooltip for the [Ctrm] button
1150 #: ../glade/gcalctool.glade.h:152
1151 msgid "Compounding term [m]"
1152 msgstr "Termo composto [m]"
1155 #: ../glade/gcalctool.glade.h:154
1159 #. Tooltip for the [Con] button
1160 #: ../glade/gcalctool.glade.h:156
1161 msgid "Constants [#]"
1162 msgstr "Constantes [#]"
1164 #. Tooltip for the Edit|Copy menu item
1165 #: ../glade/gcalctool.glade.h:158
1166 msgid "Copy selection"
1167 msgstr "Copiar a selecção"
1169 #. Calculates the number of compounding periods necessary to increase an investment of present value pv to a future value of fv, at a fixed interest rate of int per compounding period.
1171 #. http://en.wikipedia.org/wiki/Compound_interest
1172 #: ../glade/gcalctool.glade.h:162
1176 #. Hexadecimal digit D button
1177 #: ../glade/gcalctool.glade.h:164
1181 #. Calculates the depreciation allowance on an asset for a specified period of time, using the double-declining balance method. See also:
1182 #. http://en.wikipedia.org/wiki/Depreciation
1183 #: ../glade/gcalctool.glade.h:167
1187 #. Degrees radio button
1188 #: ../glade/gcalctool.glade.h:169
1192 #: ../glade/gcalctool.glade.h:170
1196 #. Tooltip for the division button
1197 #: ../glade/gcalctool.glade.h:172
1199 msgstr "Dividir [/]"
1201 #: ../glade/gcalctool.glade.h:173
1202 msgid "Double-declining depreciation"
1203 msgstr "Amortização decrescente-dupla"
1205 #. Tooltip for the [Ddb] button
1206 #: ../glade/gcalctool.glade.h:175
1207 msgid "Double-declining depreciation [D]"
1208 msgstr "Amortização decrescente-dupla [D]"
1210 #. Hexadecimal digit E button
1211 #: ../glade/gcalctool.glade.h:177
1215 #. Engineering display radio button
1216 #: ../glade/gcalctool.glade.h:179
1220 #. Title of edit constants dialog
1221 #: ../glade/gcalctool.glade.h:181
1222 msgid "Edit Constants"
1223 msgstr "Editar Constantes"
1225 #. Menu item in the constants menu to show the Edit Constants dialog
1226 #: ../glade/gcalctool.glade.h:183
1227 msgid "Edit Constants..."
1228 msgstr "Editar Constantes..."
1230 #. Title of edit functions dialog
1231 #: ../glade/gcalctool.glade.h:185
1232 msgid "Edit Functions"
1233 msgstr "Editar Funções"
1235 #. Menu item in the constants menu to show the Edit Functions dialog
1236 #: ../glade/gcalctool.glade.h:187
1237 msgid "Edit Functions..."
1238 msgstr "Editar Funções..."
1240 #. Tooltip for the end calculation group button
1241 #: ../glade/gcalctool.glade.h:189
1242 msgid "End group of calculations [)]"
1243 msgstr "Terminar o grupo de cálculos [)]"
1245 #. Tooltip for the exponential button
1246 #: ../glade/gcalctool.glade.h:191
1247 msgid "Enter an exponential number [E]"
1248 msgstr "Introduzir um número exponencial [E]"
1250 #. Memory exchange button. Exch is short for Exchange
1251 #: ../glade/gcalctool.glade.h:193
1255 #. Tooltip for the memory exchange button
1256 #: ../glade/gcalctool.glade.h:195
1257 msgid "Exchange displayed value with memory register [X]"
1258 msgstr "Trocar o valor apresentado por um registo de memória [X]"
1260 #: ../glade/gcalctool.glade.h:196
1261 msgid "Exchange with register"
1262 msgstr "Trocar com um registo"
1265 #: ../glade/gcalctool.glade.h:198
1269 #. Tooltip for the factorial button
1270 #: ../glade/gcalctool.glade.h:202
1271 msgid "Factorial of displayed value [!]"
1272 msgstr "Factorial do valor apresentado [!]"
1274 #. Tooltip for the View|Financial menu item
1275 #: ../glade/gcalctool.glade.h:204
1279 #. Fractional portion button
1280 #: ../glade/gcalctool.glade.h:206
1284 #: ../glade/gcalctool.glade.h:207
1285 msgid "Fractional portion"
1286 msgstr "Porção fraccionária"
1288 #. Tooltip for the fractional portion button
1289 #: ../glade/gcalctool.glade.h:209
1290 msgid "Fractional portion of displayed value [:]"
1291 msgstr "Porção fraccionária do valor apresentado [:]"
1294 #: ../glade/gcalctool.glade.h:211
1298 #: ../glade/gcalctool.glade.h:212
1299 msgid "Future value"
1300 msgstr "Valor futuro"
1302 #. Tooltip for the [Fv] button
1303 #: ../glade/gcalctool.glade.h:214
1304 msgid "Future value [v]"
1305 msgstr "Valor futuro [v]"
1307 #. Calculates the future value of an investment based on a series of equal payments, each of amount pmt, at a periodic interest rate of int, over the number of payment periods in the term. See also:
1308 #. http://en.wikipedia.org/wiki/Future_value
1309 #: ../glade/gcalctool.glade.h:217
1313 #. Calculates the resale price of a product, based on the product cost and the wanted gross profit margin. See also:
1314 #. http://en.wikipedia.org/wiki/Gross_profit_margin
1315 #: ../glade/gcalctool.glade.h:220
1319 #. Gradians radio button
1320 #: ../glade/gcalctool.glade.h:222
1322 msgstr "Gr_adientes"
1324 #. Tooltip for the [Gpm] button
1325 #: ../glade/gcalctool.glade.h:225
1326 msgid "Gross Profit Margin [I]"
1327 msgstr "Margem de Lucro Bruta [I]"
1329 #: ../glade/gcalctool.glade.h:226
1330 msgid "Gross Profit Margin [g]"
1331 msgstr "Margem de Lucro Bruta [g]"
1333 #. Hyperbolic check box
1334 #: ../glade/gcalctool.glade.h:228
1338 #. Base 16 radio button
1339 #: ../glade/gcalctool.glade.h:230
1343 #. Tooltip for the hexadecimal digit A button
1344 #: ../glade/gcalctool.glade.h:232
1345 msgid "Hexadecimal digit A [a]"
1346 msgstr "Dígito hexadecimal A [a]"
1348 #. Tooltip for the hexadecimal digit B button
1349 #: ../glade/gcalctool.glade.h:234
1350 msgid "Hexadecimal digit B [b]"
1351 msgstr "Dígito hexadecimal B [b]"
1353 #. Tooltip for the hexadecimal digit C button
1354 #: ../glade/gcalctool.glade.h:236
1355 msgid "Hexadecimal digit C [c]"
1356 msgstr "Dígito hexadecimal C [c]"
1358 #. Tooltip for the hexadecimal digit D button
1359 #: ../glade/gcalctool.glade.h:238
1360 msgid "Hexadecimal digit D [d]"
1361 msgstr "Dígito hexadecimal D [d]"
1363 #. Tooltip for the hexadecimal digit E button
1364 #: ../glade/gcalctool.glade.h:240
1365 msgid "Hexadecimal digit E [e]"
1366 msgstr "Dígito hexadecimal E [e]"
1368 #. Tooltip for the hexadecimal digit F button
1369 #: ../glade/gcalctool.glade.h:242
1370 msgid "Hexadecimal digit F [f]"
1371 msgstr "Dígito hexadecimal F [f]"
1373 #. Title of insert ASCII dialog
1374 #: ../glade/gcalctool.glade.h:244
1375 msgid "Insert ASCII Value"
1376 msgstr "Inserir Valor ASCII"
1378 #. Tooltip for the Edit|Insert ASCII value menu item
1379 #: ../glade/gcalctool.glade.h:246
1380 msgid "Insert ASCII value"
1381 msgstr "Inserir Valor ASCII"
1383 #. Integer portion button
1384 #: ../glade/gcalctool.glade.h:248
1388 #: ../glade/gcalctool.glade.h:249
1389 msgid "Integer portion"
1390 msgstr "Porção inteira"
1392 #. Tooltip for the integer portion button
1393 #: ../glade/gcalctool.glade.h:251
1394 msgid "Integer portion of displayed value [i]"
1395 msgstr "Porção inteira do valor apresentado [i]"
1397 #: ../glade/gcalctool.glade.h:252
1398 msgid "Left bracket"
1399 msgstr "Parentesis recto esquerdo"
1401 #: ../glade/gcalctool.glade.h:253
1402 msgid "Memory Registers"
1403 msgstr "Registos de Memória"
1405 #. Modulus division button
1406 #: ../glade/gcalctool.glade.h:255
1410 #. Tooltip for the modulus division button
1411 #: ../glade/gcalctool.glade.h:257
1412 msgid "Modulus Division [M]"
1413 msgstr "Resto da Divisão Inteira [M]"
1415 #: ../glade/gcalctool.glade.h:258
1417 msgstr "Multiplicar"
1419 #. Tooltip for the multiplication button
1420 #: ../glade/gcalctool.glade.h:260
1421 msgid "Multiply [*]"
1422 msgstr "Multiplicar [*]"
1424 #. Boolean NOT button
1425 #: ../glade/gcalctool.glade.h:262
1429 #: ../glade/gcalctool.glade.h:263
1433 #: ../glade/gcalctool.glade.h:264
1437 #: ../glade/gcalctool.glade.h:265
1441 #: ../glade/gcalctool.glade.h:266
1445 #: ../glade/gcalctool.glade.h:267
1449 #: ../glade/gcalctool.glade.h:268
1453 #: ../glade/gcalctool.glade.h:269
1457 #: ../glade/gcalctool.glade.h:270
1461 #: ../glade/gcalctool.glade.h:271
1465 #: ../glade/gcalctool.glade.h:272
1469 #. Tooltip for the numeric point button
1470 #: ../glade/gcalctool.glade.h:274
1471 msgid "Numeric point"
1472 msgstr "Ponto numérico"
1474 #. Boolean OR button
1475 #: ../glade/gcalctool.glade.h:276
1479 #. Tooltip for the Edit|Paste menu item
1480 #: ../glade/gcalctool.glade.h:278
1481 msgid "Paste selection"
1482 msgstr "Colar a selecção"
1484 #: ../glade/gcalctool.glade.h:279
1485 msgid "Payment period"
1486 msgstr "Período de pagamento"
1488 #. Tooltip for the [Term] button
1489 #: ../glade/gcalctool.glade.h:281
1490 msgid "Payment period [t]"
1491 msgstr "Período de pagamento [t]"
1493 #: ../glade/gcalctool.glade.h:282
1495 msgstr "Percentagem"
1497 #. Tooltip for the percentage button
1498 #: ../glade/gcalctool.glade.h:285
1500 msgid "Percentage [%]"
1501 msgstr "Percentagem [%]"
1503 #: ../glade/gcalctool.glade.h:286
1504 msgid "Periodic interest rate"
1505 msgstr "Taxa de juro periódica"
1507 #. Tooltip for the [Rate] button
1508 #: ../glade/gcalctool.glade.h:288
1509 msgid "Periodic interest rate [T]"
1510 msgstr "Taxa de juro periódica [T]"
1512 #: ../glade/gcalctool.glade.h:289
1513 msgid "Periodic payment"
1514 msgstr "Pagamento periódico"
1516 #. Tooltip for the [Pmt] button
1517 #: ../glade/gcalctool.glade.h:291
1518 msgid "Periodic payment [P]"
1519 msgstr "Pagamento periódico [P]"
1521 #. Calculates the amount of the periodic payment of a loan, where payments are made at the end of each payment period. See also:
1522 #. http://en.wikipedia.org/wiki/Amortization_schedule
1523 #: ../glade/gcalctool.glade.h:294
1527 #: ../glade/gcalctool.glade.h:295
1528 msgid "Present value"
1529 msgstr "Valor actual"
1531 #. Tooltip for the [Pv] button
1532 #: ../glade/gcalctool.glade.h:297
1533 msgid "Present value [p]"
1534 msgstr "Valor actual [p]"
1536 #. Tooltip for the View|Programming menu item
1537 #: ../glade/gcalctool.glade.h:299
1539 msgstr "Programação"
1541 #. Calculates the present value of an investment based on a series of equal payments, each of amount pmt, discounted at a periodic interest rate of int, over the number of payment periods in the term. See also:
1542 #. http://en.wikipedia.org/wiki/Present_value
1543 #: ../glade/gcalctool.glade.h:302
1547 #. Tooltip for the Calculator|Quit menu item
1548 #: ../glade/gcalctool.glade.h:304
1549 msgid "Quit the calculator"
1550 msgstr "Sair da calculadora"
1553 #: ../glade/gcalctool.glade.h:306
1557 #. Tooltip for the random number button
1558 #: ../glade/gcalctool.glade.h:308
1559 msgid "Random number in the range 0.0 to 1.0 [?]"
1560 msgstr "Número aleatório no intervalo de 0,0 a 1,0 [?]"
1562 #. Calculates the periodic interest necessary to increase an investment of present value pv to a future value of fv, over the number of compounding periods in term. See also:
1563 #. http://en.wikipedia.org/wiki/Interest
1568 #: ../glade/gcalctool.glade.h:315
1572 #. Memory recall button. Rcl is short for Recall
1573 #: ../glade/gcalctool.glade.h:317
1577 #: ../glade/gcalctool.glade.h:318
1581 #. Tooltip for the reciprocal button
1582 #: ../glade/gcalctool.glade.h:320
1583 msgid "Reciprocal [r]"
1584 msgstr "Recíproco [r]"
1586 #. Tooltip for the Edit|Redo menu item
1587 #: ../glade/gcalctool.glade.h:322
1591 #. Tooltip for the backspace button
1592 #: ../glade/gcalctool.glade.h:324
1593 msgid "Remove rightmost character from displayed value [Backspace]"
1594 msgstr "Remover o caracter mais à direita do valor apresentado [Backspace]"
1596 #: ../glade/gcalctool.glade.h:325
1597 msgid "Result Region"
1598 msgstr "Região de Resultado"
1600 #: ../glade/gcalctool.glade.h:326
1601 msgid "Retrieve from register"
1602 msgstr "Recuperar de registo"
1604 #. Tooltip for the memory recall button
1605 #: ../glade/gcalctool.glade.h:328
1606 msgid "Retrieve memory register to display [R]"
1607 msgstr "Recuperar de um registo de memória para o ecrã [R]"
1609 #: ../glade/gcalctool.glade.h:329
1610 msgid "Right bracket"
1611 msgstr "Parentesis recto direito"
1613 #. Tooltip for the View|Scientific menu item
1614 #: ../glade/gcalctool.glade.h:331
1618 #. Title of set precision dialog
1619 #: ../glade/gcalctool.glade.h:333
1620 msgid "Set Precision"
1621 msgstr "Definir a Precisão"
1623 #. Tooltip for the engineering display radio button
1624 #: ../glade/gcalctool.glade.h:335
1625 msgid "Set display type to engineering format"
1626 msgstr "Definir tipo de apresentação para formato de engenharia"
1628 #. Tooltip for the fixed-point display radio button
1629 #: ../glade/gcalctool.glade.h:337
1630 msgid "Set display type to fixed-point format"
1631 msgstr "Definir tipo de apresentação para formato de ponto-fixo"
1633 #. Tooltip for the scientific display radio button
1634 #: ../glade/gcalctool.glade.h:339
1635 msgid "Set display type to scientific format"
1636 msgstr "Definir tipo de apresentação para formato científico"
1638 #. Tooltip for the hyperbolic check box
1639 #: ../glade/gcalctool.glade.h:341
1640 msgid "Set hyperbolic option for trigonometric functions"
1641 msgstr "Definir a opção hiperbólica para funções trigonométricas"
1643 #. Tooltip for the inverse check box
1644 #: ../glade/gcalctool.glade.h:343
1645 msgid "Set inverse option for trigonometric functions"
1646 msgstr "Definir a opção inversa para funções trigonométricas"
1648 #. Tooltip for the base 2 radio button
1649 #: ../glade/gcalctool.glade.h:345
1650 msgid "Set numeric base to binary (base 2)"
1651 msgstr "Definir base numérica para binário (base 2)"
1653 #. Tooltip for the base 10 radio button
1654 #: ../glade/gcalctool.glade.h:347
1655 msgid "Set numeric base to decimal (base 10)"
1656 msgstr "Definir base numérica para decimal (base 10)"
1658 #. Tooltip for the base 16 radio button
1659 #: ../glade/gcalctool.glade.h:349
1660 msgid "Set numeric base to hexadecimal (base 16)"
1661 msgstr "Definir base numérica para hexadecimal (base 16)"
1663 #. Tooltip for the base 8 radio button
1664 #: ../glade/gcalctool.glade.h:351
1665 msgid "Set numeric base to octal (base 8)"
1666 msgstr "Definir base numérica para octal (base 8)"
1668 #. Tooltip for the degrees radio button
1669 #: ../glade/gcalctool.glade.h:353
1670 msgid "Set trigonometric type to degrees"
1671 msgstr "Definir tipo trigonométrico para graus"
1673 #. Tooltip for the gradians radio button
1674 #: ../glade/gcalctool.glade.h:355
1675 msgid "Set trigonometric type to gradians"
1676 msgstr "Definir tipo trigonométrico para grados"
1678 #. Tooltip for the radian radio button
1679 #: ../glade/gcalctool.glade.h:357
1680 msgid "Set trigonometric type to radians"
1681 msgstr "Definir tipo trigonométrico para radianos"
1683 #. Tooltip for the shift left button
1684 #: ../glade/gcalctool.glade.h:359
1685 msgid "Shift displayed value 1-15 places to the left [<]"
1686 msgstr "Mover o valor apresentado 1-15 casas para a esquerda [<]"
1688 #. Tooltip for the right shift button
1689 #: ../glade/gcalctool.glade.h:361
1690 msgid "Shift displayed value 1-15 places to the right [>]"
1691 msgstr "Mover o valor apresentado 1-15 casas para a direita [>]"
1693 #. View|Show Thousands Separator menu item
1694 #: ../glade/gcalctool.glade.h:363
1695 msgid "Show T_housands Separator"
1696 msgstr "Apresentar o _Separador de Milhares"
1698 #. Accuracy Popup: Check menu item to enable trailing zeroes
1699 #: ../glade/gcalctool.glade.h:365
1700 msgid "Show _Trailing Zeroes"
1701 msgstr "Apresentar Zeros no _Final"
1703 #. Tooltip for the Help|Contents menu
1704 #: ../glade/gcalctool.glade.h:367
1705 msgid "Show help contents"
1706 msgstr "Apresentar o conteúdo da ajuda"
1708 #. Tooltip for the View|Memory Registers menu item
1709 #: ../glade/gcalctool.glade.h:369
1710 msgid "Show memory registers"
1711 msgstr "Apresentar os registos de memória"
1713 #. Tooltip for the Help|About menu
1714 #: ../glade/gcalctool.glade.h:371
1715 msgid "Show the About Gcalctool dialog"
1716 msgstr "Apresentar o diálogo Sobre o Gcalctool"
1718 #. Tooltip for the View|Show Thousands Separator menu item
1719 #: ../glade/gcalctool.glade.h:373
1720 msgid "Show thousands separator"
1721 msgstr "Apresentar o separador de milhares"
1723 #. Tooltip for the View|Show Trailing Zeroes menu item
1724 #: ../glade/gcalctool.glade.h:375
1725 msgid "Show trailing zeroes"
1726 msgstr "Apresentar zeros no final"
1728 #. Set Precision Dialog: Label before the significant places spin button
1729 #: ../glade/gcalctool.glade.h:377
1730 msgid "Significant _places:"
1731 msgstr "Casas signi_ficativas:"
1733 #. Calculates the straight-line depreciation of an asset for one period. The depreciable cost is cost - salvage. The straight-line method of depreciation divides the depreciable cost evenly over the useful life of an asset. The useful life is the number of periods, typically years, over which an asset is depreciated. See also:
1734 #. http://en.wikipedia.org/wiki/Depreciation
1735 #: ../glade/gcalctool.glade.h:380
1739 #: ../glade/gcalctool.glade.h:381
1743 #. Tooltip for the x to the power of 2 button
1744 #: ../glade/gcalctool.glade.h:383
1746 msgstr "Quadrado [@]"
1748 #: ../glade/gcalctool.glade.h:384
1750 msgstr "Raiz quadrada"
1752 #. Tooltip for the square root button
1753 #: ../glade/gcalctool.glade.h:386
1754 msgid "Square root [s]"
1755 msgstr "Raiz quadrada [s]"
1757 #. Tooltip for the start calculation group button
1758 #: ../glade/gcalctool.glade.h:388
1759 msgid "Start group of calculations [(]"
1760 msgstr "Iniciar grupo de cálculos [(]"
1762 #. Memory store button. Sto is short for Store
1763 #: ../glade/gcalctool.glade.h:390
1767 #. Tooltip for the memory store button
1768 #: ../glade/gcalctool.glade.h:392
1769 msgid "Store displayed value in memory register [S]"
1770 msgstr "Armazenar o valor apresentado num registo de memória [S]"
1772 #: ../glade/gcalctool.glade.h:393
1773 msgid "Store to register"
1774 msgstr "Armazenar em registo"
1776 #: ../glade/gcalctool.glade.h:394
1777 msgid "Straight-line depreciation"
1778 msgstr "Amortização constante"
1780 #. Tooltip for the [Sln] button
1781 #: ../glade/gcalctool.glade.h:396
1782 msgid "Straight-line depreciation [l]"
1783 msgstr "Amortização constante [l]"
1785 #: ../glade/gcalctool.glade.h:397
1789 #. Tooltip for the subtraction button
1790 #: ../glade/gcalctool.glade.h:399
1791 msgid "Subtract [-]"
1792 msgstr "Subtrair [-]"
1794 #: ../glade/gcalctool.glade.h:400
1795 msgid "Sum-of-the years'-digits depreciation"
1796 msgstr "Amortização por soma dos dígitos dos anos"
1798 #. Tooltip for the [Syd] button
1799 #: ../glade/gcalctool.glade.h:402
1800 msgid "Sum-of-the years'-digits depreciation [Y]"
1801 msgstr "Amortização por soma dos dígitos dos anos [Y]"
1803 #: ../glade/gcalctool.glade.h:403
1804 msgid "Sum-of-the years'-digits depreciation [y]"
1805 msgstr "Amortização por soma dos dígitos dos anos [y]"
1807 #. Calculates the depreciation allowance on an asset for a specified period of time, using the Sum-Of-The-Years'-Digits method. This method of depreciation accelerates the rate of depreciation, so that more depreciation expense occurs in earlier periods than in later ones.
1808 #. The depreciable cost is cost - salvage. The useful life is the number of periods, typically years, over which an asset is depreciated. See also: http://en.wikipedia.org/wiki/Depreciation
1809 #: ../glade/gcalctool.glade.h:406
1813 #. Calculates the number of payment periods that are necessary during the term of an ordinary annuity, to accumulate a future value of fv, at a periodic interest rate of int. Each payment is equal to amount pmt. See also:
1814 #. http://en.wikipedia.org/wiki/Annuity_(finance_theory)
1815 #: ../glade/gcalctool.glade.h:409
1819 #. Tooltip for the Edit|Undo menu item
1820 #: ../glade/gcalctool.glade.h:411
1824 #. Tooltip for the [Fun] button
1825 #: ../glade/gcalctool.glade.h:413
1826 msgid "User-defined functions [F]"
1827 msgstr "Funções definidas pelo utilizador [F]"
1829 #. Boolean exclusive NOR button
1830 #: ../glade/gcalctool.glade.h:415
1834 #. Boolean exlcusive OR button
1835 #: ../glade/gcalctool.glade.h:417
1839 #. Accuracy Popup: Menu item to set accuracy to 0 significant places
1840 #: ../glade/gcalctool.glade.h:419
1841 msgid "_0 significant places"
1842 msgstr "_0 casas significativas"
1844 #. Right Shift Popup: Menu item to shift right by 1 bit
1845 #: ../glade/gcalctool.glade.h:421
1847 msgstr "_1 casa decimal"
1849 #. Accuracy Popup: Menu item to set accuracy to 1 significant place
1850 #: ../glade/gcalctool.glade.h:423
1851 msgid "_1 significant place"
1852 msgstr "_1 casa significativa"
1854 #. Right Shift Popup: Menu item to shift right by 2 bits
1855 #: ../glade/gcalctool.glade.h:425
1857 msgstr "_2 casas decimais"
1859 #. Accuracy Popup: Menu item to set accuracy to 2 significant places
1860 #: ../glade/gcalctool.glade.h:427
1861 msgid "_2 significant places"
1862 msgstr "_2 casas significativas"
1864 #. Right Shift Popup: Menu item to shift right by 3 bits
1865 #: ../glade/gcalctool.glade.h:429
1867 msgstr "_3 casas decimais"
1869 #. Accuracy Popup: Menu item to set accuracy to 3 significant places
1870 #: ../glade/gcalctool.glade.h:431
1871 msgid "_3 significant places"
1872 msgstr "_3 casas significativas"
1874 #. Right Shift Popup: Menu item to shift right by 4 bits
1875 #: ../glade/gcalctool.glade.h:433
1877 msgstr "_4 casas decimais"
1879 #. Accuracy Popup: Menu item to set accuracy to 4 significant places
1880 #: ../glade/gcalctool.glade.h:435
1881 msgid "_4 significant places"
1882 msgstr "_4 casas significativas"
1884 #. Right Shift Popup: Menu item to shift right by 5 bits
1885 #: ../glade/gcalctool.glade.h:437
1887 msgstr "_5 casas decimais"
1889 #. Accuracy Popup: Menu item to set accuracy to 5 significant places
1890 #: ../glade/gcalctool.glade.h:439
1891 msgid "_5 significant places"
1892 msgstr "_5 casas significativas"
1894 #. Right Shift Popup: Menu item to shift right by 6 bits
1895 #: ../glade/gcalctool.glade.h:441
1897 msgstr "_6 casas decimais"
1899 #. Accuracy Popup: Menu item to set accuracy to 6 significant places
1900 #: ../glade/gcalctool.glade.h:443
1901 msgid "_6 significant places"
1902 msgstr "_6 casas significativas"
1904 #. Right Shift Popup: Menu item to shift right by 7 bits
1905 #: ../glade/gcalctool.glade.h:445
1907 msgstr "_7 casas decimais"
1909 #. Accuracy Popup: Menu item to set accuracy to 7 significant places
1910 #: ../glade/gcalctool.glade.h:447
1911 msgid "_7 significant places"
1912 msgstr "_7 casas significativas"
1914 #. Right Shift Popup: Menu item to shift right by 8 bits
1915 #: ../glade/gcalctool.glade.h:449
1917 msgstr "_8 casas decimais"
1919 #. Accuracy Popup: Menu item to set accuracy to 8 significant places
1920 #: ../glade/gcalctool.glade.h:451
1921 msgid "_8 significant places"
1922 msgstr "_8 casas significativas"
1924 #. Right Shift Popup: Menu item to shift right by 9 bits
1925 #: ../glade/gcalctool.glade.h:453
1927 msgstr "_9 casas decimais"
1929 #. Accuracy Popup: Menu item to set accuracy to 9 significant places
1930 #: ../glade/gcalctool.glade.h:455
1931 msgid "_9 significant places"
1932 msgstr "_9 casas significativas"
1934 #. View|Advanced menu item
1935 #: ../glade/gcalctool.glade.h:457
1939 #. View|Basic menu item
1940 #: ../glade/gcalctool.glade.h:459
1944 #. Base 2 radio button
1945 #: ../glade/gcalctool.glade.h:461
1950 #: ../glade/gcalctool.glade.h:463
1952 msgstr "_Calculadora"
1954 #. Help|Contents menu
1955 #: ../glade/gcalctool.glade.h:465
1959 #. Base 10 radio button
1960 #: ../glade/gcalctool.glade.h:467
1965 #: ../glade/gcalctool.glade.h:469
1969 #. View|Financial menu item
1970 #: ../glade/gcalctool.glade.h:471
1972 msgstr "_Financeiro"
1974 #. Fixed-point display radio button
1975 #: ../glade/gcalctool.glade.h:473
1980 #: ../glade/gcalctool.glade.h:475
1984 #. Insert ASCII dialog: Button to insert selected character
1985 #: ../glade/gcalctool.glade.h:477
1989 #. Edit|Insert ASCII value menu item
1990 #: ../glade/gcalctool.glade.h:479
1991 msgid "_Insert ASCII value..."
1992 msgstr "_Inserir valor ASCII..."
1994 #. Inverse check box
1995 #: ../glade/gcalctool.glade.h:481
1999 #. View|Memory Registers menu item
2000 #: ../glade/gcalctool.glade.h:483
2001 msgid "_Memory Registers"
2002 msgstr "Registos de _Memória"
2004 #. Base 8 radio button
2005 #: ../glade/gcalctool.glade.h:485
2009 #. View|Programming menu item
2010 #: ../glade/gcalctool.glade.h:487
2011 msgid "_Programming"
2012 msgstr "_Programação"
2014 #. Radian radio button
2015 #: ../glade/gcalctool.glade.h:489
2019 #. Edit|Redo menu item
2020 #: ../glade/gcalctool.glade.h:491
2024 #. Scientific display radio button
2025 #: ../glade/gcalctool.glade.h:493
2029 #. View|Scientific menu item
2030 #: ../glade/gcalctool.glade.h:495
2032 msgstr "_Científico"
2034 #. Set Precision Dialog: Button to apply settings
2035 #: ../glade/gcalctool.glade.h:497
2039 #. Edit|Undo menu item
2040 #: ../glade/gcalctool.glade.h:499
2045 #: ../glade/gcalctool.glade.h:501
2049 #. This is accessible name for memory register 0. It is spoken
2050 #. by screen readers such as Orca, to help people who are
2051 #. blind or have low vision.
2052 #: ../glade/gcalctool.glade.h:505
2056 #. This is accessible name for memory register 1. It is spoken
2057 #. by screen readers such as Orca, to help people who are
2058 #. blind or have low vision.
2059 #: ../glade/gcalctool.glade.h:509
2063 #. This is accessible name for memory register 2. It is spoken
2064 #. by screen readers such as Orca, to help people who are
2065 #. blind or have low vision.
2066 #: ../glade/gcalctool.glade.h:513
2070 #. This is accessible name for memory register 3. It is spoken
2071 #. by screen readers such as Orca, to help people who are
2072 #. blind or have low vision.
2073 #: ../glade/gcalctool.glade.h:517
2077 #. This is accessible name for memory register 4. It is spoken
2078 #. by screen readers such as Orca, to help people who are
2079 #. blind or have low vision.
2080 #: ../glade/gcalctool.glade.h:521
2084 #. This is accessible name for memory register 5. It is spoken
2085 #. by screen readers such as Orca, to help people who are
2086 #. blind or have low vision.
2087 #: ../glade/gcalctool.glade.h:525
2091 #. This is accessible name for memory register 6. It is spoken
2092 #. by screen readers such as Orca, to help people who are
2093 #. blind or have low vision.
2094 #: ../glade/gcalctool.glade.h:529
2098 #. This is accessible name for memory register 7. It is spoken
2099 #. by screen readers such as Orca, to help people who are
2100 #. blind or have low vision.
2101 #: ../glade/gcalctool.glade.h:533
2105 #. This is accessible name for memory register 8. It is spoken
2106 #. by screen readers such as Orca, to help people who are
2107 #. blind or have low vision.
2108 #: ../glade/gcalctool.glade.h:537
2112 #. This is accessible name for memory register 9. It is spoken
2113 #. by screen readers such as Orca, to help people who are
2114 #. blind or have low vision.
2115 #: ../glade/gcalctool.glade.h:541
2119 #: ../glade/gcalctool.glade.h:542
2123 #. Change sign button
2124 #: ../glade/gcalctool.glade.h:544
2128 #. Multiplication button
2129 #: ../glade/gcalctool.glade.h:546
2134 #: ../glade/gcalctool.glade.h:548
2138 #. Subtraction button
2139 #: ../glade/gcalctool.glade.h:550
2143 #. Square root button
2144 #: ../glade/gcalctool.glade.h:552
2151 #~ msgid "%s: %s as next argument.\n"
2152 #~ msgstr "%s: %s como argumento seguinte.\n"
2155 #~ "%s version %s\n"
2161 #~ msgid "Usage: %s: [-E] [-u] [-a accuracy] "
2162 #~ msgstr "Utilização: %s: [-E] [-u] [-a precisão] "
2164 #~ msgid "\t\t [-?] [-v] [-h]\n"
2165 #~ msgstr "\t\t [-?] [-v] [-h]\n"
2167 #~ msgid "-a needs accuracy value"
2168 #~ msgstr "-a necessita do valor de precisão"
2170 #~ msgid "%s: base should be 2, 8, 10 or 16\n"
2171 #~ msgstr "%s: base deveria ser 2, 8, 10 ou 16\n"
2173 #~ msgid "%s: invalid display mode [%s]\n"
2174 #~ msgstr "%s: modo de apresentação inválido [%s]\n"
2176 #~ msgid "%s: invalid mode [%s]\n"
2177 #~ msgstr "%s: modo inválido [%s]\n"
2179 #~ msgid "%s: invalid trigonometric mode [%s]\n"
2180 #~ msgstr "%s: modo triginométrico inválido [%s]\n"
2182 #~ msgid "Currently set to %d place."
2183 #~ msgid_plural "Currently set to %d places."
2184 #~ msgstr[0] "Actualmente definida para %d casa."
2185 #~ msgstr[1] "Actualmente definida para %d casas."
2187 #~ msgid "Bit editor activated. Click on bit values to toggle them."
2188 #~ msgstr "Editor de bits activado. Clique nos valores bit para os alternar."
2191 #~ "Gcalctool is free software; you can redistribute it and/or modify\n"
2192 #~ "it under the terms of the GNU General Public License as published by\n"
2193 #~ "the Free Software Foundation; either version 2 of the License, or\n"
2194 #~ "(at your option) any later version.\n"
2196 #~ "Gcalctool é uma aplicação livre; pode redistribuí-la e/ou alterá-la sob "
2198 #~ "condições da Licença Pública Genérica GNU tal como publicada pela Free\n"
2199 #~ "Software Foundation; ou a versão 2 da Licença ou (à sua escolha) "
2201 #~ "versão posterior.\n"
2204 #~ "Gcalctool is distributed in the hope that it will be useful,\n"
2205 #~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
2206 #~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
2207 #~ "GNU General Public License for more details.\n"
2209 #~ "Gcalctool é distribuída na expectativa de que seja útil, mas SEM\n"
2210 #~ "QUALQUER GARANTIA; sem mesmo a garantia implícita de COMERCIABILIDADE ou\n"
2211 #~ "ADEQUAÇÃO A UM DETERMINADO PROPÓSITO. Consulte a Licença Pública "
2213 #~ "GNU para mais detalhes.\n"
2216 #~ "You should have received a copy of the GNU General Public License\n"
2217 #~ "along with Gcalctool; if not, write to the Free Software Foundation, "
2219 #~ "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\n"
2221 #~ "Deverá ter recebido uma cópia da Licença Pública Genérica GNU juntamente "
2223 #~ "o Gcalctool; caso contrário, escreva para a Free Software Foundation, "
2225 #~ "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA (em inglês)\n"
2227 #~ msgid "Changing Modes Clears Calculation"
2228 #~ msgstr "Alterar os Modos Limpa os Cálculos"
2231 #~ "When you change modes, the current calculation will be cleared, and the "
2232 #~ "base will be reset to decimal."
2234 #~ "Quando altera os modos, o cálculo actual é limpo e a base é reiniciada "
2237 #~ msgid "_Do not warn me again"
2238 #~ msgstr "_Não avisar novamente"
2240 #~ msgid "C_hange Mode"
2241 #~ msgstr "Alterar _Modo"
2246 #~ msgid "10 to the x"
2247 #~ msgstr "10 elevado a x"
2252 #~ msgid "16 bit unsigned integer"
2253 #~ msgstr "Valor inteiro sem sinal 16-bit"
2255 #~ msgid "<i>x</i><sup><i>y</i></sup>"
2256 #~ msgstr "<i>x</i><sup><i>y</i></sup>"
2259 #~ msgstr "Precisão"
2261 #~ msgid "Bitwise AND"
2262 #~ msgstr "AND Bitwise"
2264 #~ msgid "Bitwise NOT"
2265 #~ msgstr "NOT Bitwise"
2267 #~ msgid "Bitwise OR"
2268 #~ msgstr "OR Bitwise"
2270 #~ msgid "Bitwise XNOR"
2271 #~ msgstr "XNOR Bitwise"
2273 #~ msgid "Bitwise XOR"
2274 #~ msgstr "XOR Bitwise"
2276 #~ msgid "Constants"
2277 #~ msgstr "Constantes"
2279 #~ msgid "E to the x"
2280 #~ msgstr "E elevado a x"
2282 #~ msgid "Factorial"
2283 #~ msgstr "Factorial"
2285 #~ msgid "Hexadecimal digit A"
2286 #~ msgstr "Dígito hexadecimal A"
2288 #~ msgid "Hexadecimal digit B"
2289 #~ msgstr "Dígito hexadecimal B"
2291 #~ msgid "Hexadecimal digit C"
2292 #~ msgstr "Dígito hexadecimal C"
2294 #~ msgid "Hexadecimal digit D"
2295 #~ msgstr "Dígito hexadecimal D"
2297 #~ msgid "Hexadecimal digit E"
2298 #~ msgstr "Dígito hexadecimal E"
2300 #~ msgid "Hexadecimal digit F"
2301 #~ msgstr "Dígito hexadecimal F"
2303 #~ msgid "Log<sub>10</sub>"
2304 #~ msgstr "Log<sub>10</sub>"
2306 #~ msgid "Random number"
2307 #~ msgstr "Número aleatório"
2309 #~ msgid "Set accuracy from 0 to 9 numeric places [A]"
2310 #~ msgstr "Definir a precisão de 0 a 9 casas decimais [A]"
2312 #~ msgid "Shift left"
2313 #~ msgstr "Mover à esquerda"
2315 #~ msgid "Shift right"
2316 #~ msgstr "Mover à direita"
2318 #~ msgid "Show Bit Editor"
2319 #~ msgstr "Apresentar o Editor de Bits"
2321 #~ msgid "Show Bit _Editor"
2322 #~ msgstr "Apresentar o _Editor de Bits"
2324 #~ msgid "Show bit editor"
2325 #~ msgstr "Apresentar o editor de bits"
2327 #~ msgid "Ten to the x"
2328 #~ msgstr "Dez elevado a x"
2330 #~ msgid "User-defined functions"
2331 #~ msgstr "Funções definidas pelo utilizador"
2333 #~ msgid "X to the y"
2334 #~ msgstr "X elevado a y"
2336 #~ msgid "e<sup>x</sup>"
2337 #~ msgstr "e<sup>x</sup>"
2345 #~ msgid "Error, operands must be integers"
2346 #~ msgstr "Erro, operandos têm de ser inteiros"
2348 #~ msgid "Cleared display, prefix without an operator is not allowed"
2349 #~ msgstr "Ecrã limpo, não é permitido um prefixo sem operador"
2351 #~ msgid "Malformed parenthesis expression"
2352 #~ msgstr "Expressão de parêntesis mal-formada"
2354 #~ msgid "%s: invalid syntax mode [%s]\n"
2355 #~ msgstr "%s: modo de sintaxe inválido [%s]\n"
2357 #~ msgid "Activated no operator precedence mode"
2358 #~ msgstr "Activado o modo sem precedência de operador"
2360 #~ msgid "Activated expression mode with operator precedence"
2361 #~ msgstr "Activado o modo de expressão com precedência de operador"
2363 #~ msgid "Clipboard contained malformed calculation"
2364 #~ msgstr "Área de transferência continha cálculo mal-formado"
2366 #~ msgid "A_rithmetic Precedence"
2367 #~ msgstr "Precedência A_ritmética"
2369 #~ msgid "Use Arithmetic Precedence"
2370 #~ msgstr "Utilizar Precedência Aritmética"
2372 #~ msgid "Use Left-right Precedence"
2373 #~ msgstr "Utilizar Precedência da Esquerda-para-direita"
2375 #~ msgid "_Left-to-right Precedence"
2376 #~ msgstr "Precedência _Esquerda-para-direita"
2387 #~ msgid "Show Bitcalculating _Extension"
2388 #~ msgstr "Apresentar _Extensão de Cálculo Bit"
2390 #~ msgid "Show bitcalculating extension"
2391 #~ msgstr "Apresentar extensão de cálculo bit"
2393 #~ msgid "Expression"
2394 #~ msgstr "Expressão"
2423 #~ msgid "32 bit unsigned integer"
2424 #~ msgstr "Valor inteiro sem sinal 32-bit"
2429 #~ msgid "Exponential"
2430 #~ msgstr "Exponencial"
2468 #~ msgid "Numeric stack error"
2469 #~ msgstr "Erro de pilha numérica"
2471 #~ msgid "Operand stack error"
2472 #~ msgstr "Erro de pilha de operador"
2474 #~ msgid "calculator"
2475 #~ msgstr "calculadora"
2477 #~ msgid "%s: invalid bitcalc choice [%s]\n"
2478 #~ msgstr "%s: escolha bitcalc inválida [%s]\n"
2481 #~ msgstr "1 casa decimal"
2484 #~ msgstr "2 casas decimais"
2487 #~ msgstr "3 casas decimais"
2490 #~ msgstr "4 casas decimais"
2493 #~ msgstr "5 casas decimais"
2496 #~ msgstr "6 casas decimais"
2499 #~ msgstr "7 casas decimais"
2502 #~ msgstr "8 casas decimais"
2505 #~ msgstr "9 casas decimais"
2507 #~ msgid "0 significant places"
2508 #~ msgstr "0 casas significativas"
2510 #~ msgid "1 significant place"
2511 #~ msgstr "1 casa significativa"
2513 #~ msgid "2 significant places"
2514 #~ msgstr "2 casas significativas"
2516 #~ msgid "3 significant places"
2517 #~ msgstr "3 casas significativas"
2519 #~ msgid "4 significant places"
2520 #~ msgstr "4 casas significativas"
2522 #~ msgid "5 significant places"
2523 #~ msgstr "5 casas significativas"
2525 #~ msgid "6 significant places"
2526 #~ msgstr "6 casas significativas"
2528 #~ msgid "7 significant places"
2529 #~ msgstr "7 casas significativas"
2531 #~ msgid "8 significant places"
2532 #~ msgstr "8 casas significativas"
2534 #~ msgid "9 significant places"
2535 #~ msgstr "9 casas significativas"
2537 #~ msgid "_Other (10) ..."
2538 #~ msgstr "_Outra (10) ..."
2540 #~ msgid "Set other precision"
2541 #~ msgstr "Definir outra precisão"
2547 #~ "Set accuracy from 0 to %d numeric places. Currently set to %d places. [a]"
2549 #~ "Definir a precisão de 0 a %d casas decimais. Actualmente definido para %d "
2552 #~ msgid "Accuracy value out of range"
2553 #~ msgstr "Valor de precisão fora dos limites"
2555 #~ msgid "Perform calculations"
2556 #~ msgstr "Efectuar os cálculos"
2558 #~ msgid "Previous expression"
2559 #~ msgstr "Expressão anterior"
2687 #~ msgid "Basic mode"
2688 #~ msgstr "Modo básico"
2690 #~ msgid "Advanced mode"
2691 #~ msgstr "Modo avançado"
2693 #~ msgid "Financial mode"
2694 #~ msgstr "Modo financeiro"
2696 #~ msgid "Scientific mode"
2697 #~ msgstr "Modo científico"
2702 #~ msgid "FINANCIAL"
2703 #~ msgstr "FINANCEIRA"
2705 #~ msgid "SCIENTIFIC"
2706 #~ msgstr "CIENTÍFICA"
2708 #~ msgid "SCIENTIFIC_EXP"
2709 #~ msgstr "EXP_CIENTÍFICA"
2711 #~ msgid "Logical OR"
2712 #~ msgstr "OR lógico"
2714 #~ msgid "Logical AND"
2715 #~ msgstr "AND lógico"
2717 #~ msgid "Logical NOT"
2718 #~ msgstr "NOT lógico"
2720 #~ msgid "Logical XOR"
2721 #~ msgstr "XOR lógico"
2723 #~ msgid "Logical XNOR"
2724 #~ msgstr "XNOR lógico"
2726 #~ msgid "kilometers per hour or miles per hour"
2727 #~ msgstr "kilómetros por hora ou milhas por hora"
2729 #~ msgid "centimeters or inches"
2730 #~ msgstr "centímetros ou polegadas"
2732 #~ msgid "grams or ounces"
2733 #~ msgstr "gramas ou onças"
2735 #~ msgid "/Calculator/_Quit"
2736 #~ msgstr "/Calculadora/_Sair"
2738 #~ msgid "/Edit/sep1"
2739 #~ msgstr "/Editar/sep1"
2741 #~ msgid "/Edit/_Insert ASCII Value..."
2742 #~ msgstr "/Editar/_Inserir Valor ASCII..."
2744 #~ msgid "/View/_Basic Mode"
2745 #~ msgstr "/Ver/Modo _Básico"
2747 #~ msgid "/View/_Financial Mode"
2748 #~ msgstr "/Ver/Modo _Financeiro"
2750 #~ msgid "/View/_Scientific Mode"
2751 #~ msgstr "/Ver/Modo _Científico"
2753 #~ msgid "/View/sep1"
2754 #~ msgstr "/Ver/sep1"
2756 #~ msgid "/View/Show _Trailing Zeroes"
2757 #~ msgstr "/Ver/Mos_trar Zeros no Final"
2759 #~ msgid "/View/sep2"
2760 #~ msgstr "/Ver/sep2"
2762 #~ msgid "/View/_Memory Registers"
2763 #~ msgstr "/Ver/Registos de _Memória"
2768 #~ msgid "y to the power of displayed value"
2769 #~ msgstr "y elevado à potência do valor apresentado"
2771 #~ msgid "Y to the x"
2772 #~ msgstr "Y elevado a x"
2774 #~ msgid "Set trigonometric type to gradients"
2775 #~ msgstr "Definir tipo trigonométrico para grados"
2778 #~ "*** SIGN NOT 0, +1 OR -1 IN MPADD2 CALL.\n"
2779 #~ "POSSIBLE OVERWRITING PROBLEM ***\n"
2781 #~ "*** SINAL NÃO 0, +1 OU -1 EM CHAMADA MPADD2.\n"
2782 #~ "POSSÍVEL PROBLEMA DE SOBREPOSIÇÃO ***\n"
2784 #~ msgid "*** N .LE. 1 IN CALL TO MPART1 ***\n"
2785 #~ msgstr "*** N .LE. 1 EM CHAMADA A MPART1 ***\n"
2787 #~ msgid "*** ABS(X) .GT. 1 IN CALL TO MPASIN ***\n"
2788 #~ msgstr "*** ABS(X) .GT. 1 EM CHAMADA A MPASIN ***\n"
2790 #~ msgid "*** ERROR OCCURRED IN MPATAN, RESULT INCORRECT ***\n"
2791 #~ msgstr "*** OCORREU UM ERRO EM MPATAN, RESULTADO INCORRECTO ***\n"
2794 #~ "*** B = %d ILLEGAL IN CALL TO MPCHK.\n"
2795 #~ "PERHAPS NOT SET BEFORE CALL TO AN MP ROUTINE ***\n"
2797 #~ "*** B = %d ILEGAL NA CHAMADA A MPCHK.\n"
2798 #~ "TALVEZ NÃO DEFINIDO ANTES DE CHAMADA A ROTINA MP ***\n"
2801 #~ "*** T = %d ILLEGAL IN CALL TO MPCHK.\n"
2802 #~ "PERHAPS NOT SET BEFORE CALL TO AN MP ROUTINE ***\n"
2804 #~ "*** T = %d ILEGAL NA CHAMADA A MPCHK.\n"
2805 #~ "TALVEZ NÃO DEFINIDO ANTES DE CHAMADA A ROTINA MP ***\n"
2808 #~ "*** M .LE. T IN CALL TO MPCHK.\n"
2809 #~ "PERHAPS NOT SET BEFORE CALL TO AN MP ROUTINE ***\n"
2811 #~ "*** M .LE. T NA CHAMADA A MPCHK.\n"
2812 #~ "TALVEZ NÃO DEFINIDO ANTES DE CHAMADA A ROTINA MP ***\n"
2814 #~ msgid "*** B TOO LARGE IN CALL TO MPCHK ***\n"
2815 #~ msgstr "*** B DEMASIADO GRANDE EM CHAMADA A MPCHK ***\n"
2818 #~ "*** MXR TOO SMALL OR NOT SET TO DIM(R) BEFORE CALL TO AN MP ROUTINE ***\n"
2820 #~ "*** MXR DEMASIADO PEQUENO OU NÃO DEFINIDO PARA DIM(R) ANTES DE CHAMADA A "
2821 #~ "ROTINA MP ***\n"
2824 #~ "*** MXR SHOULD BE AT LEAST %d*T + %d = %d ***\n"
2825 #~ "*** ACTUALLY MXR = %d, AND T = %d ***\n"
2827 #~ "*** MXR DEVERIA SER PELO MENOS %d*T + %d = %d ***\n"
2828 #~ "*** NO ENTANTO MXR = %d, E T = %d ***\n"
2830 #~ msgid "*** FLOATING-POINT OVER/UNDER-FLOW IN MPCMD ***\n"
2831 #~ msgstr "*** OVER/UNDER-FLOW DE VÍRGULA FLUTUANTE EM MPCMD ***\n"
2833 #~ msgid "*** FLOATING-POINT OVER/UNDER-FLOW IN MPCMR ***\n"
2834 #~ msgstr "*** OVER/UNDER-FLOW DE VÍRGULA FLUTUANTE EM MPCMR ***\n"
2836 #~ msgid "*** J = 0 IN CALL TO MPCQM ***\n"
2837 #~ msgstr "*** J = 0 EM CHAMADA A MPCQM ***\n"
2839 #~ msgid "*** ATTEMPTED DIVISION BY ZERO IN CALL TO MPDIV ***\n"
2840 #~ msgstr "*** TENTATIVA DE DIVISÃO POR ZERO EM CHAMADA A MPDIV ***\n"
2842 #~ msgid "*** OVERFLOW OCCURRED IN MPDIV ***\n"
2843 #~ msgstr "*** OCORREU OVERFLOW EM MPDIV ***\n"
2845 #~ msgid "*** ATTEMPTED DIVISION BY ZERO IN CALL TO MPDIVI ***\n"
2846 #~ msgstr "*** TENTATIVA DE DIVISÃO POR ZERO EM CHAMADA A MPDIVI ***\n"
2848 #~ msgid "*** INTEGER OVERFLOW IN MPDIVI, B TOO LARGE ***\n"
2849 #~ msgstr "*** OVERFLOW DE INTEIRO EM MPDIVI, B DEMASIADO GRANDE ***\n"
2851 #~ msgid "*** OVERFLOW IN SUBROUTINE MPEXP ***\n"
2852 #~ msgstr "*** OVERFLOW EM SUBROTINA MPEXP ***\n"
2854 #~ msgid "*** ERROR OCCURRED IN MPEXP, RESULT INCORRECT ***\n"
2855 #~ msgstr "*** OCORREU ERRO EM MPEXP, RESULTADO INCORRECTO ***\n"
2857 #~ msgid "*** ABS(X) NOT LESS THAN 1 IN CALL TO MPEXP1 ***\n"
2858 #~ msgstr "*** ABS(X) NÃO MENOS DO QUE 1 EM CHAMADA A MPEXP1 ***\n"
2860 #~ msgid "*** X NONPOSITIVE IN CALL TO MPLN ***\n"
2861 #~ msgstr "*** X NÃO-POSITIVO EM CHAMADA A MPLN ***\n"
2863 #~ msgid "*** ERROR IN MPLN, ITERATION NOT CONVERGING ***\n"
2864 #~ msgstr "*** ERRO EM MPLN, ITERAÇÃO A NÃO CONVERGIR ***\n"
2866 #~ msgid "*** ABS(X) .GE. 1/B IN CALL TO MPLNS ***\n"
2867 #~ msgstr "*** ABS(X) .GE. 1/B EM CHAMADA A MPLNS ***\n"
2870 #~ "*** ERROR OCCURRED IN MPLNS.\n"
2871 #~ "NEWTON ITERATION NOT CONVERGING PROPERLY ***\n"
2873 #~ "*** OCORREU ERRO EM MPLNS.\n"
2874 #~ "ITERAÇÃO NEWTON NÃO CONVERGE CORRECTAMENTE ***\n"
2876 #~ msgid "*** INTEGER OVERFLOW IN MPMUL, B TOO LARGE ***\n"
2877 #~ msgstr "*** OVERFLOW DE INTEIRO EM MPMUL, B DEMASIADO GRANDE ***\n"
2880 #~ "*** ILLEGAL BASE B DIGIT IN CALL TO MPMUL.\n"
2881 #~ "POSSIBLE OVERWRITING PROBLEM ***\n"
2883 #~ "*** DÍGITO B BASE ILEGAL EM CHAMADA A MPMUL.\n"
2884 #~ "POSSÍVEL PROBLEMA SOBREPOSIÇÃO ***\n"
2886 #~ msgid "*** OVERFLOW OCCURRED IN MPMUL2 ***\n"
2887 #~ msgstr "*** OCORREU OVERFLOW EM MPMUL2 ***\n"
2889 #~ msgid "*** INTEGER OVERFLOW IN MPMUL2, B TOO LARGE ***\n"
2890 #~ msgstr "*** OVERFLOW DE INTEIRO EM MPMUL2, B DEMASIADO GRANDE ***\n"
2892 #~ msgid "*** ATTEMPTED DIVISION BY ZERO IN MPMULQ ***\n"
2893 #~ msgstr "*** TENTATIVA DE DIVISÃO POR ZERO EM MPMULQ ***\n"
2896 #~ "*** SIGN NOT 0, +1 OR -1 IN CALL TO MPNZR.\n"
2897 #~ "POSSIBLE OVERWRITING PROBLEM ***\n"
2899 #~ "*** NÃO 0, +1 OU -1 EM CHAMADA A MPNZR.\n"
2900 #~ "POSSÍVEL PROBLEMA SOBREPOSIÇÃO ***\n"
2902 #~ msgid "*** OVERFLOW OCCURRED IN MPNZR ***\n"
2903 #~ msgstr "*** OCORREU OVERFLOW EM MPNZR ***\n"
2905 #~ msgid "*** CALL TO MPOVFL, MP OVERFLOW OCCURRED ***\n"
2906 #~ msgstr "*** CHAMADA A MPOVFL, OCRREU OVERFLO MP ***\n"
2908 #~ msgid "*** ERROR OCCURRED IN MPPI, RESULT INCORRECT ***\n"
2909 #~ msgstr "*** OCORREU ERRO EM MPPI, RESULTADO INCORRECTO ***\n"
2912 #~ "*** ATTEMPT TO RAISE ZERO TO NEGATIVE POWER IN CALL TO SUBROUTINE MPPWR "
2915 #~ "*** TENTATIVA DE ELEVAR ZERO A POTÊNCIA NEGATIVA EM CHAMADA A SUBROTINA "
2918 #~ msgid "*** X NEGATIVE IN CALL TO MPPWR2 ***\n"
2919 #~ msgstr "*** X NEGATIVO EM CHAMADA A MPPWR2 ***\n"
2921 #~ msgid "*** X ZERO AND Y NONPOSITIVE IN CALL TO MPPWR2 ***\n"
2922 #~ msgstr "*** X ZERO E Y NÃO-POSITIVO EM CHAMADA A MPPWR2 ***\n"
2924 #~ msgid "*** ATTEMPTED DIVISION BY ZERO IN CALL TO MPREC ***\n"
2925 #~ msgstr "*** TENTADA DIVISÃO POR ZERO EM CHAMADA A MPREC ***\n"
2928 #~ "*** ERROR OCCURRED IN MPREC, NEWTON ITERATION NOT CONVERGING PROPERLY "
2931 #~ "*** OCORREU ERRO EM MPREC, ITERAÇÃO NEWTON NÃO CONVERGE CORRECTAMENTE "
2934 #~ msgid "*** OVERFLOW OCCURRED IN MPREC ***\n"
2935 #~ msgstr "*** OCORREU OVERFLOW EM MPREC ***\n"
2937 #~ msgid "*** N = 0 IN CALL TO MPROOT ***\n"
2938 #~ msgstr "*** N = 0 EM CHAMADA A MPROOT ***\n"
2940 #~ msgid "*** ABS(N) TOO LARGE IN CALL TO MPROOT ***\n"
2941 #~ msgstr "*** ABS(N) DEMASIADO GRANDE EM CHAMADA A MPROOT ***\n"
2943 #~ msgid "*** X = 0 AND N NEGATIVE IN CALL TO MPROOT ***\n"
2944 #~ msgstr "*** X = 0 E N NEGATIVO EM CHAMADA A MPROOT ***\n"
2946 #~ msgid "*** X NEGATIVE AND N EVEN IN CALL TO MPROOT ***\n"
2947 #~ msgstr "*** X NEGATIVO E N PAR EM CHAMADA A MPROOT ***\n"
2950 #~ "*** ERROR OCCURRED IN MPROOT, NEWTON ITERATION NOT CONVERGING PROPERLY "
2953 #~ "*** OCORREU UM ERRO EM MPROOT, ITERAÇÃO NEWTON NÃO CONVERGE CORRECTAMENTE "
2956 #~ msgid "*** IDECPL .LE. 0 IN CALL TO MPSET ***\n"
2957 #~ msgstr "*** IDECPL .LE. 0 EM CHAMADA A MPSET ***\n"
2960 #~ "ITMAX2 TOO SMALL IN CALL TO MPSET ***\n"
2961 #~ "*** INCREASE ITMAX2 AND DIMENSIONS OF MP ARRAYS TO AT LEAST %d ***\n"
2963 #~ "ITMAX2 DEMASIADO PEQUENO EM CHAMADA A MPSET ***\n"
2964 #~ "*** AUMENTAR ITMAX2 E DIMENSÕES DOS ARRAYS MP PARA PELO MENOS %d ***\n"
2966 #~ msgid "*** ERROR OCCURRED IN MPSIN, RESULT INCORRECT ***\n"
2967 #~ msgstr "*** OCORREU UM ERRO EM MPSIN, RESULTADO INCORRECTO ***\n"
2969 #~ msgid "*** ABS(X) .GT. 1 IN CALL TO MPSIN1 ***\n"
2970 #~ msgstr "*** ABS(X) .GT. 1 EM CHAMADA A MPSIN1 ***\n"
2972 #~ msgid "*** X NEGATIVE IN CALL TO SUBROUTINE MPSQRT ***\n"
2973 #~ msgstr "*** X NEGATIVO EM CHAMADA À SUBROTINA MPSQRT ***\n"
2975 #~ msgid "/1 radix place"
2976 #~ msgstr "/1 casa decimal radiana"
2978 #~ msgid "POSSIBLE OVERWRITING PROBLEM ***\n"
2979 #~ msgstr "POSSÍVEL PROBLEMA DE SOBREPOSIÇÃO ***\n"
2981 #~ msgid "*** B = %d ILLEGAL IN CALL TO MPCHK.\n"
2982 #~ msgstr "*** B = %d ILEGAL EM CHAMADA A MPCHK.\n"
2984 #~ msgid "*** T = %d ILLEGAL IN CALL TO MPCHK.\n"
2985 #~ msgstr "*** T = %d ILEGAL EM CHAMADA A MPCHK.\n"
2987 #~ msgid "*** M .LE. T IN CALL TO MPCHK.\n"
2988 #~ msgstr "*** M .LE. T EM CHAMADA PARA MPCHK.\n"
2990 #~ msgid "*** ERROR OCCURRED IN MPLNS.\n"
2991 #~ msgstr "*** OCORREU ERRO EM MPLNS.\n"
2993 #~ msgid "NEWTON ITERATION NOT CONVERGING PROPERLY ***\n"
2994 #~ msgstr "ITERAÇÃO DE NEWTON A NÃO CONVERGIR CORRECTAMENTE ***\n"
2996 #~ msgid "TO AN MP ROUTINE ***\n"
2997 #~ msgstr "PARA UMA ROTINA MP ***\n"
2999 #~ msgid "*** ACTUALLY MXR = %d, AND T = %d ***\n"
3000 #~ msgstr "*** ACTUALMENTE MXR = %d, E T = %d ***\n"
3002 #~ msgid "CALL TO SUBROUTINE MPPWR ***\n"
3003 #~ msgstr "CHAMADA A SUBROTINA MPPWR ***\n"
3005 #~ msgid "NOT CONVERGING PROPERLY ***\n"
3006 #~ msgstr "A NÃO CONVERGIR CORRECTAMENTE ***\n"
3008 #~ msgid "ITMAX2 TOO SMALL IN CALL TO MPSET ***\n"
3009 #~ msgstr "ITMAX2 DEMASIADO PEQUENO EM CHAMADA A MPSET ***\n"
3011 #~ msgid "TO AT LEAST %d ***\n"
3012 #~ msgstr "PARA PELO MENOS %d ***\n"
3017 #~ "Keyboard equivalent: 7\n"
3019 #~ "This key is inactive in binary base."
3023 #~ "Equivalente no teclado: 7\n"
3025 #~ "Esta tecla está inactiva em base binária."
3030 #~ "Keyboard equivalent: 8\n"
3032 #~ "This key is inactive in binary or octal base."
3036 #~ "Equivalente no teclado: 8\n"
3038 #~ "Esta tecla está inactiva em base binária ou octal."
3043 #~ "Keyboard equivalent: 9\n"
3045 #~ "This key is inactive in binary or octal base."
3049 #~ "Equivalente no teclado: 9\n"
3051 #~ "Esta tecla está inactiva em base binária ou octal."
3058 #~ "Keyboard equivalent: /\n"
3060 #~ "This key takes the last number entered and divides it by the next number "
3067 #~ "Equivalente no teclado: /\n"
3069 #~ "Esta tecla utiliza o último número introduzido e divide-o pelo próximo "
3070 #~ "número introduzido."
3075 #~ "Erases characters one at a time.\n"
3077 #~ "Keyboard equivalent: Back Space\n"
3079 #~ "This removes the right-most character of the displayed value and "
3080 #~ "recalculates the value of the display.\n"
3082 #~ "Internal accuracy is lost with this operation."
3086 #~ "Apaga caracteres um de cada vez.\n"
3088 #~ "Equivalente no teclado: Back Space\n"
3090 #~ "Remove o caracter mais à direita do valor apresentado e recalcula o valor "
3093 #~ "Precisão interna é perdida com esta operação."
3098 #~ "Clears the current entry.\n"
3100 #~ "Keyboard equivalent: Control-Back Space\n"
3102 #~ "This clears the value currently displayed."
3106 #~ "Apaga a entrada actual.\n"
3108 #~ "Equivalente no teclado: Control-Back Space\n"
3110 #~ "Apaga o valor actualmente apresentado."
3115 #~ "Clears the calculator.\n"
3117 #~ "Keyboard equivalent: Delete\n"
3119 #~ "This clears the current display and any partial current calculation."
3123 #~ "Limpa a calculadora.\n"
3125 #~ "Equivalente no teclado: Delete\n"
3127 #~ "Limpa o visor actual e qualquer cálculo parcial actual."
3132 #~ "Keyboard equivalent: 4\n"
3134 #~ "This key is inactive in binary base."
3138 #~ "Equivalente no teclado: 4\n"
3140 #~ "Esta tecla está inactiva em base binária."
3145 #~ "Keyboard equivalent: 5\n"
3147 #~ "This key is inactive in binary base."
3151 #~ "Equivalente no teclado: 5\n"
3153 #~ "Esta tecla está inactiva em base binária."
3158 #~ "Keyboard equivalent: 6\n"
3160 #~ "This key is inactive in binary base."
3164 #~ "Equivalente no teclado: 6\n"
3166 #~ "Esta tecla está inactiva em base binária."
3171 #~ "Multiplication\n"
3173 #~ "Keyboard equivalent: * or x\n"
3175 #~ "This key takes the last number entered and multiplies it by the next "
3176 #~ "number entered."
3180 #~ "Multiplicação\n"
3182 #~ "Equivalente no teclado: * ou x\n"
3184 #~ "Esta tecla utiliza o último número introduzido e multiplica-o pelo "
3185 #~ "próximo número introduzido."
3192 #~ "Keyboard equivalent: A\n"
3194 #~ "Sets the accuracy of both the display and the memory registers.\n"
3196 #~ "Click on the Acc button to display a menu of levels of accuracy. Choose a "
3197 #~ "level from the menu to set the precision for the display and registers."
3203 #~ "Equivalente no teclado: A\n"
3205 #~ "Define a precisão tanto do visor como dos registos de memória.\n"
3207 #~ "Clique no botão Acc para ver um menu de níveis de precisão. Seleccione do "
3208 #~ "menu um nível para definir a precisão do visor e dos registos."
3215 #~ "Keyboard equivalent: C\n"
3217 #~ "Changes the arithmetic sign of the current displayed value or the "
3218 #~ "exponent being entered."
3222 #~ "Altera sinal.\n"
3224 #~ "Equivalente no teclado: C\n"
3226 #~ "Altera o sinal aritmético do valor actuamente apresentado ou o expoente a "
3227 #~ "ser introduzido."
3232 #~ "Integer portion\n"
3234 #~ "Keyboard equivalent: i\n"
3236 #~ "Returns the integer portion of the current displayed value."
3240 #~ "Porção Inteira\n"
3242 #~ "Equivalente no teclado: i\n"
3244 #~ "Devolve a porção inteira do valor actualmente apresentado."
3249 #~ "Retrieves a memory register.\n"
3251 #~ "Keyboard equivalent: R\n"
3253 #~ "Click on the Rcl button to display a menu of available registers. Choose "
3254 #~ "a register from the menu to retrieve its value.\n"
3256 #~ "When you know the number of the register you want, you can click SELECT "
3257 #~ "on Rcl, then on the register's number (a digit from 0 to 9)."
3261 #~ "Obtém um registo de memória.\n"
3263 #~ "Equivalente no teclado: R\n"
3265 #~ "Clique no botão Rcl para obter um menu dos registos disponíveis. "
3266 #~ "Seleccione um registo do menu para obter o seu valor.\n"
3268 #~ "Quando sabe o número do registo que deseja, pode clicar SELECCIONAR no "
3269 #~ "Rcl, depois no número do registo (um dígito de 0 a 9)."
3274 #~ "Keyboard equivalent: 1"
3278 #~ "Equivalente no teclado: 1"
3283 #~ "Keyboard equivalent: 2\n"
3285 #~ "This key is inactive in binary base."
3289 #~ "Equivalente no teclado: 2\n"
3291 #~ "Esta tecla está inactiva em base binária."
3296 #~ "Keyboard equivalent: 3\n"
3298 #~ "This key is inactive in binary base."
3302 #~ "Equivalente no teclado: 3\n"
3304 #~ "Esta tecla está inactiva em base binária."
3311 #~ "Keyboard equivalent: -\n"
3313 #~ "This operation takes the last number entered and subtracts from it the "
3314 #~ "next number entered."
3320 #~ "Equivalente no teclado: -\n"
3322 #~ "Esta tecla utiliza o último número introduzido e subtrai-o pelo próximo "
3323 #~ "número introduzido."
3330 #~ "Keyboard equivalent: %\n"
3332 #~ "Takes the last number entered and calculates a percentage using the next "
3333 #~ "number entered.\n"
3337 #~ " 200 % 20 = (returns 40)\n"
3339 #~ "The calculator is multiplying (200*20)*0.01."
3345 #~ "Equivalente no teclado: %\n"
3347 #~ "Esta tecla utiliza o último número introduzido e calcula uma percentagem "
3348 #~ "utilizando o próximo número introduzido.\n"
3351 #~ " 200 % 20 = (devolve 40)\n"
3353 #~ "A calculadora está a multiplicar (200*20)*0.01."
3360 #~ "Keyboard equivalent: s\n"
3362 #~ "Calculates the square root of the current displayed value."
3366 #~ "Raiz Quadrada\n"
3368 #~ "Equivalente no teclado: s\n"
3370 #~ "Calcula a raiz quadrada do valor actualmente apresentado."
3375 #~ "Fractional portion\n"
3377 #~ "Keyboard equivalent: :\n"
3379 #~ "Returns the fractional portion of the current displayed value."
3383 #~ "Parte não-inteira\n"
3385 #~ "Equivalente no teclado: :\n"
3387 #~ "Devolve a parte não inteira do valor actualmente apresentado."
3392 #~ "Stores a value in a memory register.\n"
3394 #~ "Keyboard equivalent: S\n"
3396 #~ "Click on the Sto button to display a menu of all registers. Choose a "
3397 #~ "register from the menu to store the displayed value.\n"
3399 #~ "Alternately, click SELECT on Sto, then on a digit in the range 0 to 9 to "
3400 #~ "indicate the memory register in which to store the displayed value."
3404 #~ "Armazena um valor num registo de memória.\n"
3406 #~ "Equivalente no teclado: S\n"
3408 #~ "Clique no botão Sto para aceder a um menu de todos os registos. "
3409 #~ "Seleccione um registo do menu para armazenar o valor apresentado.\n"
3411 #~ "Alternativamente, clique SELECCIONAR no Sto, depois um dígito no "
3412 #~ "intervalo de 0 a 9 para indicar o registo de memória em que deseja "
3413 #~ "armazenar o valor."
3418 #~ "Keyboard equivalent: 0\n"
3422 #~ "Equivalente no teclado: 0\n"
3427 #~ "Numeric point\n"
3429 #~ "Keyboard equivalent: .\n"
3431 #~ "Starts the fractional part of a numeric entry."
3435 #~ "Ponto numérico\n"
3437 #~ "Equivalente no teclado: .\n"
3439 #~ "Inicia a parte não-inteira de uma entrada numérica."
3444 #~ "Calculates a result.\n"
3446 #~ "Keyboard equivalent: = or Return\n"
3448 #~ "Displays the result of the current calculation in the current base."
3452 #~ "Calcula um resultado.\n"
3454 #~ "Equivalente no teclado: = ou Return\n"
3456 #~ "Apresenta o resultado do cálculo actual na base actual."
3463 #~ "Keyboard equivalent: +\n"
3465 #~ "Takes the last number entered and adds it to the next number entered."
3471 #~ "Equivalente no teclado: +\n"
3473 #~ "Esta tecla utiliza o último número introduzido e adiciona-o ao próximo "
3474 #~ "número introduzido."
3481 #~ "Keyboard equivalent: r\n"
3483 #~ "Returns the value 1 divided by the current displayed value."
3489 #~ "Equivalente no teclado: r\n"
3491 #~ "Devolve o valor 1 dividido pelo valor actualmente apresentado."
3496 #~ "Keyboard equivalent: @\n"
3498 #~ "Returns the square of the current displayed value."
3502 #~ "Equivalente no teclado: @\n"
3504 #~ "Devolve o quadrado do valor actualmente apresentado."
3509 #~ "Absolute value.\n"
3511 #~ "Keyboard equivalent: u\n"
3513 #~ "Returns the absolute value of the current displayed value."
3517 #~ "Valor absoluto.\n"
3519 #~ "Equivalente no teclado: u\n"
3521 #~ "Devolve o valor absoluto do valor actualmente apresentado."
3526 #~ "Register exchange\n"
3528 #~ "Keyboard equivalent: X\n"
3530 #~ "Click on the Exch button to display the menu of available registers. You "
3531 #~ "can exchange the contents of a register with the current displayed "
3534 #~ "Alternatively, click SELECT on Exch, then on a digit from 0 - 9 to "
3535 #~ "indicate which register you want to exchange with the current display.\n"
3537 #~ "Until you store a value in a register, it has the value 0.00. You can "
3538 #~ "also fill a register by editing the ~/.gcalctoolcf file."
3542 #~ "Alteração de registo\n"
3544 #~ "Equivalente no teclado: X\n"
3546 #~ "Clique no botão Exch para aceder a um menu de registos disponíveis. Pode "
3547 #~ "trocar o conteudo de um registo pelo valor actualmente apresentado.\n"
3549 #~ "Alternativamente, clique SELECCIONAR em Exch, depois num dígito de 0 - 9 "
3550 #~ "para indicar que registo deseja trocar com o valor actualmente "
3553 #~ "Até armazenar um valor num registo, tem o valor de 0.00. Pode também "
3554 #~ "preencher um registo editando o ficheiro ~/.gcalctoolcf."
3559 #~ "Compounding term\n"
3561 #~ "Keyboard equivalent: m\n"
3563 #~ "Computes the number of compounding periods it will take an investment of "
3564 #~ "present value pv to grow to a future value of fv, earning a fixed "
3565 #~ "interest rate int per compounding period.\n"
3567 #~ "Memory register usage:\n"
3569 #~ " Register 0 - int (periodic interest rate)\n"
3570 #~ " Register 1 - fv (future value)\n"
3571 #~ " Register 2 - pv (present value)\n"
3575 #~ "You have just deposited $8,000 in an account that pays an annual interest "
3576 #~ "rate of 9%, compounded monthly. You want to determine how long it will "
3577 #~ "take to double you investment.\n"
3579 #~ " Register 0 - 0.0075 (interest rate = 9% / 12)\n"
3580 #~ " Register 1 - 16000 (future value).\n"
3581 #~ " Register 2 - 8000 (present value).\n"
3583 #~ "Pressing SELECT on Ctrm returns 92.77, which tells you that it would take "
3584 #~ "92.77 months, or almost eight years, to double your $8,000."
3588 #~ "Termo composto\n"
3590 #~ "Equivalente no teclado: m\n"
3592 #~ "Calcula o número de períodos compostos que levará um investimento de "
3593 #~ "valor presente va a crescer para um valor futuro de vf, valorizando uma "
3594 #~ "taxa de juro fixa inte por período composto.\n"
3596 #~ "Utilização de registos de memória:\n"
3598 #~ " Registo 0 - int (taxa de juro periódica)\n"
3599 #~ " Registo 1 - vf (valor futuro)\n"
3600 #~ " Registo 2 - va (valor presente)\n"
3604 #~ "Acabou de depositar 8.000€ numa conta que paga uma taxa de juro anual de "
3605 #~ "9%, composta mensalmente. Deseja calcular quanto tempo demorará a "
3606 #~ "duplicar o seu investimento.\n"
3608 #~ " Registo 0 - 0,0075 (taxa de juro = 9% / 12)\n"
3609 #~ " Registo 1 - 16000 (valor futuro).\n"
3610 #~ " Registo 2 - 8000 (valor presente).\n"
3612 #~ "Premindo SELECCIONAR em Terco devolve 92,77, que lhe indica que demorará "
3613 #~ "92,77 meses, ou quase oito anos, a duplicar os seus 8.000€."
3618 #~ "Double-declining depreciation\n"
3620 #~ "Keyboard equivalent: d\n"
3622 #~ "Computes the depreciation allowance on an asset for a specified period of "
3623 #~ "time, using the double-declining balance method.\n"
3625 #~ "Memory register usage:\n"
3627 #~ " Register 0 - cost (amount paid for asset)\n"
3628 #~ " Register 1 - salvage (value of asset at end of its life)\n"
3629 #~ " Register 2 - life (useful life of the asset)\n"
3630 #~ " Register 3 - period (time period for depreciation allowance)\n"
3634 #~ "You have just purchased an office machine for $8,000. The useful life of "
3635 #~ "this machine is six years. The salvage value after six years is $900.\n"
3637 #~ "To compute the depreciate expense for the fourth year, using the double-"
3638 #~ "declining balance method.\n"
3640 #~ "Memory register usage:\n"
3642 #~ " Register 0 - 8000 (amount paid for asset)\n"
3643 #~ " Register 1 - 900 (value of asset at end of its life)\n"
3644 #~ " Register 2 - 6 (useful life of the asset)\n"
3645 #~ " Register 3 - 4 (time period for depreciation allowance)\n"
3647 #~ "Pressing SELECT on Ddb returns 790.12, which tells you that the "
3648 #~ "depreciation expense for the fourth year will be $790.12."
3652 #~ "Amortização decrescente\n"
3654 #~ "Equivalente no teclado: d\n"
3656 #~ "Calcula o montante de amortização de um activo por um período de tempo "
3657 #~ "específico, utilizando o método contabilístico das amortizações "
3658 #~ "decrescentes.\n"
3660 #~ "Utilização de registos de memória:\n"
3662 #~ " Registo 0 - custo (montante pago pelo activo)\n"
3663 #~ " Registo 1 - residual (valor residual ou de mercado do activo no final "
3664 #~ "da sua vida útil)\n"
3665 #~ " Registo 2 - vida-útil (vida útil do activo)\n"
3666 #~ " Registo 3 - período (período para o qual calcular a amortização)\n"
3670 #~ "Acabou de comprar uma máquina de escritório por 8.000€. A vida útil da "
3671 #~ "sua máquina é de seis anos. O valor residual após os seis anos é de 900"
3674 #~ "Para calcular a despesa de amortização para o quarto ano, utilizando o "
3675 #~ "método contabilístico das amortizações decrescentes.\n"
3677 #~ "Utilização de registos de memória:\n"
3679 #~ " Register 0 - 8000 (montante pago pelo activo)\n"
3680 #~ " Register 1 - 900 (valor residual ou de mercado do activo no final "
3681 #~ "da sua vida útil)\n"
3682 #~ " Register 2 - 6 (vida útil do activo)\n"
3683 #~ " Register 3 - 4 (período para o qual calcular a amortização)\n"
3685 #~ "Premindo SELECCIONAR em Ddb devolve 790,12, que lhe indica que o valor da "
3686 #~ "amortização para o quarto ano será de 790,12€."
3693 #~ "Keyboard equivalent: v\n"
3695 #~ "This calculation determines the future value of an investment. It "
3696 #~ "computes the future value based on a series of equal payments, each of "
3697 #~ "amount pmt, earning periodic interest rate int, over the number of "
3698 #~ "payment periods in term.\n"
3700 #~ "Memory register usage:\n"
3702 #~ " Register 0 - pmt (periodic payment)\n"
3703 #~ " Register 1 - int (periodic interest rate)\n"
3704 #~ " Register 2 - n (number of periods)\n"
3708 #~ "You plan to deposit $4,000 each year for the next 20 years into a bank "
3709 #~ "account. The account is paying 8% interest, compounded annually. Interest "
3710 #~ "is paid on the last day of each year.\n"
3712 #~ "You want to compute the value of your account in 20 years. You make each "
3713 #~ "year's contribution on the last day of the year.\n"
3715 #~ "Memory register usage:\n"
3717 #~ " Register 0 - 4000 (periodic payment)\n"
3718 #~ " Register 1 - 0.08 (periodic interest rate is 8%)\n"
3719 #~ " Register 2 - 20 (number of periods)\n"
3721 #~ "Clicking SELECT on Fv returns 183047.86, the value of your account in "
3722 #~ "dollars at the end of 20 years."
3728 #~ "Equivalente no teclado: v\n"
3730 #~ "Este cálculo determina o valor futuro de um investimento. Calcula o valor "
3731 #~ "futuro baseado numa série de pagamentos constantes, cada um de montante "
3732 #~ "paga, com taxa de juro periódica int, sobre o número de períodos de "
3733 #~ "pagamento no final.\n"
3735 #~ "Utilização de registos de memória:\n"
3737 #~ " Registo 0 - paga (pagamento periódico)\n"
3738 #~ " Registo 1 - int (taxa de juro periódica)\n"
3739 #~ " Registo 2 - n (número de períodos)\n"
3743 #~ "Planeia depositar 4.000€ anualmente durante os próximos 20 anos numa "
3744 #~ "conta bancária. A conta está a render um juro de 8%, composto anualmente. "
3745 #~ "O juro é pago no último dia de cada ano.\n"
3747 #~ "Deseja calcular o valor da sua conta daqui a 20 anos. Realiza o depósito "
3748 #~ "anual no último dia de cada ano.\n"
3750 #~ "Utilização de registos de memória:\n"
3752 #~ " Registo 0 - 4000 (pagamento periódico)\n"
3753 #~ " Registo 1 - 0,08 (taxa de juro periódica é 8%)\n"
3754 #~ " Registo 2 - 20 (número de períodos)\n"
3756 #~ "Premindo SELECCIONAR sobre Vf devolve 183047,86, o valor da sua conta em "
3757 #~ "Euros no final dos 20 anos."
3762 #~ "Periodic payment\n"
3764 #~ "Keyboard equivalent: P\n"
3766 #~ "Computes the amount of the periodic payment of a loan. Most installment "
3767 #~ "loans are computed like ordinary annuities, in that payments are made at "
3768 #~ "the end of each payment period.\n"
3770 #~ "Memory register usage:\n"
3772 #~ " Register 0 - prin (principal)\n"
3773 #~ " Register 1 - int (periodic interest rate)\n"
3774 #~ " Register 2 - n (term)\n"
3778 #~ "You are considering taking out a $120,000 mortgage for 30 years at an "
3779 #~ "annual interest rate of 11.0%. You want to determine your monthly "
3782 #~ "Memory register usage:\n"
3784 #~ " Register 0 - 120000 (principal).\n"
3785 #~ " Register 1 - 0.00916 (periodic interest rate is 11.0% / 12)\n"
3786 #~ " Register 2 - 360 (term - 30 x 12)\n"
3788 #~ "Clicking SELECT on Pmt returns 1142.06, the value in dollars of your "
3789 #~ "monthly repayment."
3793 #~ "Pagamento periódico\n"
3795 #~ "Equivalente no teclado: P\n"
3797 #~ "Calcula a prestação mensal de um empréstimo. A maioria das prestações de "
3798 #~ "empréstimos são calculadas como anuidades normais, em que os pagamentos "
3799 #~ "são efectuados no final de cada período (postecipados).\n"
3801 #~ "Utilização de registos de memória:\n"
3803 #~ " Registo 0 - prin (principal)\n"
3804 #~ " Registo 1 - int (taxa de juro periódica)\n"
3805 #~ " Registo 2 - n (prestações)\n"
3809 #~ "Está a considerar a hipótese de efectuar uma hipoteca de 120.000€ por 30 "
3810 #~ "anos a uma taxa de juro anual de 11,0%. Deseja determinar a sua prestação "
3813 #~ "Utilização de registos de memória:\n"
3815 #~ " Registo 0 - 120000 (principal).\n"
3816 #~ " Registo 1 - 0,00916 (taxa de juro periódica é 11,0% / 12)\n"
3817 #~ " Registo 2 - 360 (prestações - 30 x 12)\n"
3819 #~ "Premindo SELECCIONAR em Paga devolve 1142,06, o valor em Euros da sua "
3820 #~ "prestação mensal."
3825 #~ "Present value\n"
3827 #~ "Keyboard equivalent: p\n"
3829 #~ "Determines the present value of an investment. It computes the present "
3830 #~ "value based on a series of equal payments, each of amount pmt, discounted "
3831 #~ "at periodic interest rate int, over the number of periods in term.\n"
3833 #~ "Memory register usage:\n"
3835 #~ " Register 0 - pmt (periodic payment)\n"
3836 #~ " Register 1 - int (periodic interest rate)\n"
3837 #~ " Register 2 - n (term)\n"
3841 #~ "You have just won a million dollars. The prize is awarded in 20 annual "
3842 #~ "payments of $50,000 each (a total of $1,000,000 over 20 years). Annual "
3843 #~ "payments are received at the end of each year.\n"
3845 #~ "You are given the option of receiving a single lump-sum payment of "
3846 #~ "$400,000 instead of the million dollars annuity. You want to find out "
3847 #~ "which option is worth more in today's dollars.\n"
3849 #~ "If you were to accept the annual payments of $50,000, you assume that you "
3850 #~ "would invest the money at a rate of 9%, compounded annually.\n"
3852 #~ "Memory register usage:\n"
3854 #~ " Register 0 - 50000 (periodic payment).\n"
3855 #~ " Register 1 - 0.09 (periodic interest rate is 9%)\n"
3856 #~ " Register 2 - 20 (term)\n"
3858 #~ "Clicking SELECT on Pv returns a value of 456427.28, which tells you that "
3859 #~ "the $1,000,000 paid over 20 years is worth $456,427.28 in present "
3862 #~ "Based on your assumptions, the lump-sum payment of $400,000 is worth less "
3863 #~ "than the million-dollar ordinary annuity, in present dollars (before "
3868 #~ "Valor presente\n"
3870 #~ "Equivalente no teclado: p\n"
3872 #~ "Determina o valor presente de um investimento. Calcula o valor presente "
3873 #~ "baseado numa série de pagamentos periódicos, cada um de montante paga, "
3874 #~ "descontado a uma taxa de juro periódica int, sobre o número de períodos "
3877 #~ "Utilização de registos de memória:\n"
3879 #~ " Registo 0 - paga (pagamento periódico)\n"
3880 #~ " Registo 1 - int (taxa de juro periódica)\n"
3881 #~ " Registo 2 - n (períodos)\n"
3885 #~ "Acabou de ganhar um milhão de Euros. O prémio é-lhe dado em 20 pagamentos "
3886 #~ "anuais de 50.000€ cada (um total de 1.000.000€ ao longo de 20 anos). Os "
3887 #~ "pagamentos anuais são recebidos no final de cada ano.\n"
3889 #~ "É-lhe dada a opção de receber um único pagamento de 400.000€ em vez da "
3890 #~ "anuidade de 50.000€. Deseja saber qual das opções vale mais em Euros de "
3893 #~ "Caso aceite os pagamentos anuais de 50.000€, assume que investiria o "
3894 #~ "dinheiro a uma taxa de juro de 9%, composta anualmente.\n"
3896 #~ "Utilização de registos de memória:\n"
3898 #~ " Registo 0 - 50000 (pagamento periódico).\n"
3899 #~ " Registo 1 - 0.09 (taxa de juro periódica é 9%)\n"
3900 #~ " Registo 2 - 20 (períodos)\n"
3902 #~ "Premindo SELECCIONAR em Va devolve um valor de 456427,28, que significa "
3903 #~ "que o valor de 1.000.000€ pago ao longo de 20 anos vale 456.427,28 eu "
3904 #~ "Euros actuais.\n"
3906 #~ "Baseado nos seus pressupostos, o pagamento único de 400.000 vale menos do "
3907 #~ "que a anuidade normal sobre o milhão de Euros, em Euros actuais (antes de "
3913 #~ "Periodic interest rate\n"
3915 #~ "Keyboard equivalent: T\n"
3917 #~ "Returns the periodic interest necessary for a present value of pv to grow "
3918 #~ "to a future value of fv over the number of compounding periods in term.\n"
3920 #~ "Memory register usage:\n"
3922 #~ " Register 0 - fv (future value).\n"
3923 #~ " Register 1 - pv (present value).\n"
3924 #~ " Register 2 - n (term).\n"
3928 #~ "You have invested $20,000 in a bond. The bond matures in five years, and "
3929 #~ "has a maturity value of $30,000. Interest is compounded monthly. You want "
3930 #~ "to determine the periodic interest rate for this investment.\n"
3932 #~ "Memory register usage:\n"
3934 #~ " Register 0 - 30000 (future value)\n"
3935 #~ " Register 1 - 20000 (present value)\n"
3936 #~ " Register 2 - 60 (term - 5 x 12)\n"
3938 #~ "Clicking SELECT on Rate returns .00678, which tells you that the periodic "
3939 #~ "(monthly) interest rate is 0.678%, under 1% per month.\n"
3941 #~ "To determine the annual rate, multiply the above formula by 12, which "
3942 #~ "yields a result of 8.14%."
3946 #~ "Taxa de juro periódica\n"
3948 #~ "Equivalente no teclado: T\n"
3950 #~ "Devolve a taxa de juro periódica necessária para que um valor presente va "
3951 #~ "capitalize para um valor futuro de vf sobre o número de períodos "
3952 #~ "compostos em term.\n"
3954 #~ "Utilização de registos de memória:\n"
3956 #~ " Registo 0 - vf (valor futuro).\n"
3957 #~ " Registo 1 - va (valor presente).\n"
3958 #~ " Registo 2 - n (períodos).\n"
3962 #~ "Investiu 20.000€ em obrigações. A obrigação matura em cinco anos, e tem "
3963 #~ "um valor na maturidade de 30.000€. O juro é composto mensalmente. Deseja "
3964 #~ "determinar a taxa de juro periódica para este investimento.\n"
3966 #~ "Utilização de registos de memória:\n"
3968 #~ " Registo 0 - 30000 (valor futuro)\n"
3969 #~ " Registo 1 - 20000 (valor presente)\n"
3970 #~ " Registo 2 - 60 (períodos - 5 x 12)\n"
3972 #~ "Premindo SELECCIONAR em Rate devolve .00678, que significa que a taxa de "
3973 #~ "juro periódica (mensal) é 0,678%, menos de 1% por mês.\n"
3975 #~ "Para determinar a taxa anual, multiplique o valor da fórmula acima por "
3976 #~ "12, que devolve um resultado de 8.14%."
3981 #~ "Straight-line depreciation\n"
3983 #~ "Keyboard equivalent: l\n"
3985 #~ "Computes the straight-line depreciation of an asset for one period.\n"
3987 #~ "The straight-line method of depreciation divides the depreciable cost "
3988 #~ "(cost - salvage) evenly over the useful life of an asset. The useful life "
3989 #~ "is the number of periods (typically years) over which an asset is "
3992 #~ "Memory register usage:\n"
3994 #~ " Register 0 - cost (cost of the asset)\n"
3995 #~ " Register 1 - salvage (salvage value of the asset)\n"
3996 #~ " Register 2 - life (useful life of the asset)\n"
4000 #~ "You have purchased an office machine for $8,000. The useful life of this "
4001 #~ "machine is six years, and the salvage value in eight years will be $900. "
4002 #~ "You want to compute yearly depreciation expense, using the straight-line "
4005 #~ "Memory register usage:\n"
4007 #~ " Register 0 - 8000 (cost of the asset)\n"
4008 #~ " Register 1 - 900 (salvage value of the asset)\n"
4009 #~ " Register 2 - 6 (useful life of the asset)\n"
4011 #~ "Clicking SELECT on Sln returns 1183.33, the yearly dollar depreciation "
4016 #~ "Amortização constante\n"
4018 #~ "Equivalente no teclado: l\n"
4020 #~ "Calcula a amortização constante de um activo para um período.\n"
4022 #~ "O método de amortizações constantes divide o valor amortizável (custo - "
4023 #~ "residual) equitativamente ao longo da vida útil de um activo. A vida útil "
4024 #~ "é o número de períodos (tipicamente anos) ao longo dos quais um activo é "
4027 #~ "Utilização de registos de memória:\n"
4029 #~ " Registo 0 - cost (custo do activo)\n"
4030 #~ " Registo 1 - salvage (valor residual do activo)\n"
4031 #~ " Registo 2 - life (vida útil do activo)\n"
4035 #~ "Adquiriu uma máquina de escritório por 8.000€. A vida útil desta máquina "
4036 #~ "é de seis anos, e o valor residual daqui a oito anos será de 900€. Deseja "
4037 #~ "calcular os custos de amortização anuais, utilizando o método de "
4038 #~ "amortizações constantes.\n"
4040 #~ "Utilização de registos de memória:\n"
4042 #~ " Registo 0 - 8000 (custo do activo)\n"
4043 #~ " Registo 1 - 900 (valor residual do activo)\n"
4044 #~ " Registo 2 - 6 (vida útil do activo)\n"
4046 #~ "Premindo SELECCIONAR em Acon devolve 1183,33, o valor de amortização "
4047 #~ "anual em Euros."
4052 #~ "Sum-of-the years'-digits depreciation\n"
4054 #~ "Keyboard equivalent: Y\n"
4056 #~ "Returns the sum-of-the-years'-digits depreciation for a specified "
4059 #~ "The sum-of-the-years'-digits method of depreciation accelerates the rate "
4060 #~ "of depreciation, so that more depreciation expense occurs in earlier "
4061 #~ "periods than in later ones.\n"
4063 #~ "The depreciable cost is the actual cost minus salvage value. The useful "
4064 #~ "life is the number of periods (typically years) over which an asset is "
4067 #~ "Memory register usage:\n"
4069 #~ " Register 0 - cost (cost of the asset)\n"
4070 #~ " Register 1 - salvage (salvage value of the asset)\n"
4071 #~ " Register 2 - life (useful life of the asset)\n"
4072 #~ " Register 3 - period (period for which depreciation is computed)\n"
4076 #~ "You have just purchased an office machine for $8,000. The useful life of "
4077 #~ "this machine is six years, and the salvage value after eight years will "
4080 #~ "You want to compute the depreciation expense for the fourth year, using "
4081 #~ "the sum-of-the-years'- digits method.\n"
4083 #~ "Memory register usage:\n"
4085 #~ " Register 0 - 8000 (cost of the asset)\n"
4086 #~ " Register 1 - 900 (salvage value of the asset)\n"
4087 #~ " Register 2 - 6 (useful life of the asset)\n"
4088 #~ " Register 3 - 4 (period for which depreciation is computed)\n"
4090 #~ "Clicking SELECT on Syd returns 1014.29, the dollar depreciation allowance "
4091 #~ "for the fourth year."
4095 #~ "Amortização de soma dos dígitos do ano\n"
4097 #~ "Equivalente no teclado: Y\n"
4099 #~ "Devolve a amortização de soma dos dígitos do ano para um período "
4102 #~ "O método da amortização de soma dos dígitos do ano acelera a taxa de "
4103 #~ "amortização, pelo que maiores despesas de amortização ocorrem nos "
4104 #~ "primeiros períodos e não nos últimos.\n"
4106 #~ "O valor amortizável é o valor de aquisição deduzido do valor residual. A "
4107 #~ "vida útil é o número de períodos (tipicamente anos) ao longo dos quais um "
4108 #~ "activo é amortizado.\n"
4110 #~ "Utilização de registos de memória:\n"
4112 #~ " Registo 0 - cost (custo do activo)\n"
4113 #~ " Registo 1 - salvage (valor residual do activo)\n"
4114 #~ " Registo 2 - life (vida útil do activo)\n"
4115 #~ " Registo 3 - period (período para o qual a amortização é calculada)\n"
4119 #~ "Adquiriu uma máquina de escritório por 8.000€. A vida útil desta máquina "
4120 #~ "é de seis anos, e o valor residual após oito anos será de 900€.\n"
4122 #~ "Deseja calcular o custo de amortização para o quarto ano, utilizando o "
4123 #~ "método da amortização de soma dos dígitos do ano.\n"
4125 #~ "Utilização de registos de memória:\n"
4127 #~ " Registo 0 - 8000 (custo do activo)\n"
4128 #~ " Registo 1 - 900 (valor residual do activo)\n"
4129 #~ " Registo 2 - 6 (vida útil do activo)\n"
4130 #~ " Registo 3 - 4 (período para o qual a amortização é calculada)\n"
4132 #~ "Premindo SELECCIONAR em Asa devolve 1014,29, o valor da amortização em "
4133 #~ "Euros para o quarto ano."
4138 #~ "Payment period\n"
4140 #~ "Keyboard equivalent: T\n"
4142 #~ "Returns the number of payment periods in the term of an ordinary annuity "
4143 #~ "necessary to accumulate a future value of fv, earning a periodic interest "
4144 #~ "rate of int. Each payment is equal to amount pmt.\n"
4146 #~ "Memory register usage:\n"
4148 #~ " Register 0 - pmt (periodic payment)\n"
4149 #~ " Register 1 - fv (future value)\n"
4150 #~ " Register 2 - int (periodic interest rate)\n"
4154 #~ "You deposit $1,800 at the end of each year into a bank account. Your "
4155 #~ "account earns 11% a year, compounded annually. You want to determine how "
4156 #~ "long it will take to accumulate $120,000.\n"
4158 #~ "Memory register usage:\n"
4160 #~ " Register 0 - 1800 (periodic payment)\n"
4161 #~ " Register 1 - 120000 (future value)\n"
4162 #~ " Register 2 - 0.11 (periodic interest rate is 11%)\n"
4164 #~ "Clicking SELECT on Term returns 20.32, the number of years it will take "
4165 #~ "to accumulate $120,000 in your account."
4169 #~ "Período pagamento\n"
4171 #~ "Equivalente no teclado: T\n"
4173 #~ "Devolve o número de períodos de pagamento no prazo de uma anuidade normal "
4174 #~ "necessários para acumular um valor futuro de vf, vencendo uma taxa de "
4175 #~ "juro periódica de int. Cada pagamento é igual ao montante paga.\n"
4177 #~ "Utilização de registos de memória:\n"
4179 #~ " Registo 0 - paga (pagamento periódico)\n"
4180 #~ " Registo 1 - vf (valor futuro)\n"
4181 #~ " Registo 2 - int (taxa de juro periódica)\n"
4185 #~ "Deposita numa conta bancária 1.800€ no final de cada ano. A sua conta "
4186 #~ "vence 11% ao ano, composto anualmente. Deseja determinar quanto tempo "
4187 #~ "decorrerá até ter acumulado 120.000€.\n"
4189 #~ "Utilização de registos de memória:\n"
4191 #~ " Registo 0 - 1800 (pagamento periódico)\n"
4192 #~ " Registo 1 - 120000 (valor futuro)\n"
4193 #~ " Registo 2 - 0.11 (taxa de juro periódica é 11%)\n"
4195 #~ "Premir SELECCIONAR em Term devolve 20,32, o número de anos que demorará a "
4196 #~ "acumular 120.000€ na sua conta."
4203 #~ "Keyboard equivalent: <\n"
4205 #~ "Use this key to shift the displayed binary value a designated number of "
4206 #~ "places to the left. Click SELECT on the key, then on a digit in the range "
4207 #~ "0 to f to indicate how many places to shift."
4211 #~ "Shiftagem à esquerda de n\n"
4213 #~ "Equivalente no teclado: <\n"
4215 #~ "Utilize esta tecla para shiftar o valor binário apresentado um número "
4216 #~ "especificado de casas à esquerda. Prima SELECCIONAR na tecla, depois num "
4217 #~ "dígito no intervalo de 0 a f para indicar quantas casas shiftar."
4222 #~ "Right shift n\n"
4224 #~ "Keyboard equivalent: >\n"
4226 #~ "Use this key to shift the displayed binary value a designated number of "
4227 #~ "places to the right. Click SELECT on the key, then on a digit in the "
4228 #~ "range 0 to f to indicate how many places to shift."
4232 #~ "Shiftagem à direita de n\n"
4234 #~ "Equivalente no teclado: >\n"
4236 #~ "Utilize esta tecla para shiftar o valor binário apresentado um número "
4237 #~ "especificado de casas à direita. Prima SELECCIONAR na tecla, depois num "
4238 #~ "dígito no intervalo de 0 a f para indicar quantas casas shiftar."
4243 #~ "Get a 16-bit unsigned integer.\n"
4245 #~ "Keyboard equivalent: ]\n"
4247 #~ "This is a logical function that truncates the given number and returns a "
4248 #~ "16-bit unsigned integer."
4252 #~ "Obtém um inteiro sem sinal de 16-bit.\n"
4254 #~ "Equivalente no teclado: ]\n"
4256 #~ "Esta é uma função lógica que corta o valor especificado e devolve um "
4257 #~ "inteiro sem sinal de 16-bit."
4262 #~ "Get a 32-bit unsigned integer.\n"
4264 #~ "Keyboard equivalent: [\n"
4266 #~ "This is a logical function that truncates the given number and returns a "
4267 #~ "32-bit unsigned integer."
4271 #~ "Obtém um inteiro sem sinal de 32-bit.\n"
4273 #~ "Equivalente no teclado: [\n"
4275 #~ "Esta é uma função lógica que corta o valor especificado e devolve um "
4276 #~ "inteiro sem sinal de 32-bit."
4281 #~ "Left parenthesis\n"
4283 #~ "Keyboard equivalent: (\n"
4285 #~ "Allows you to group together a set of calculations. Use with the right "
4290 #~ " 2 * ( 3 + 4 ) = 14\n"
4292 #~ "contrasted with:\n"
4294 #~ " 2 * 3 + 4 = 10"
4298 #~ "Parentesis esquerdo\n"
4300 #~ "Equivalente no teclado: (\n"
4302 #~ "Permite-lhe agrupar um conjunto de cálculos. Utilizar conjugado com o "
4303 #~ "parentesis direito.\n"
4307 #~ " 2 * ( 3 + 4 ) = 14\n"
4309 #~ "por oposição a:\n"
4311 #~ " 2 * 3 + 4 = 10"
4316 #~ "Right parenthesis\n"
4318 #~ "Keyboard equivalent: )\n"
4320 #~ "Allows you to group together a set of calculations. Use with the left "
4325 #~ " 2 * ( 3 + 4 ) = 14\n"
4327 #~ "contrasted with:\n"
4329 #~ " 2 * 3 + 4 = 10"
4333 #~ "Parentesis direito\n"
4335 #~ "Equivalente no teclado: )\n"
4337 #~ "Permite-lhe agrupar um conjunto de cálculos. Utilizar conjugado com o "
4338 #~ "parentesis esquerdo.\n"
4342 #~ " 2 * ( 3 + 4 ) = 14\n"
4344 #~ "por oposição a:\n"
4346 #~ " 2 * 3 + 4 = 10"
4351 #~ "Enters an exponential number.\n"
4353 #~ "Keyboard equivalent: E\n"
4355 #~ "Starts exponential input. Any numbers typed from now on are the exponent. "
4356 #~ "If you haven't entered a mantissa, the calculator uses a mantissa of 1.0."
4360 #~ "Introduz um valor exponencial.\n"
4362 #~ "Equivalente no teclado: E\n"
4364 #~ "Inicia introdução exponencial. Quaisquer números doravante inseridos são "
4365 #~ "o expoente. Se não tiver introduzido a mantissa, a calculadora utiliza a "
4366 #~ "mantissa de 1.0."
4373 #~ "Keyboard equivalent: #\n"
4375 #~ "Click on the Con button to show the available constants. Choose a "
4376 #~ "constant from the menu to enter its value in the display.\n"
4378 #~ "Alternatively, if you know the number of a constant, you can click SELECT "
4379 #~ "on Con, then on a digit from 0 - 9 to indicate the constant you want to "
4382 #~ "To add new constants or alter existing ones, choose \"Enter Constant\" "
4383 #~ "from the menu. This displays a window in which you type the number, "
4384 #~ "description, and value of the constant.\n"
4386 #~ "Click SELECT on \"Enter Constant\" to store the new constant in the ~/."
4387 #~ "gcalctoolcf file."
4393 #~ "Equivalente no teclado: #\n"
4395 #~ "Prima o botão Con para ver as constantes disponíveis. Seleccione uma "
4396 #~ "constante do menu para introduzir o seu valor no visor.\n"
4398 #~ "Alternativamente, se souber o número de uma constante, pode premir "
4399 #~ "SELECCIONAR em Con, depois num dígito no intervalo 0 - 9 para indicar a "
4400 #~ "constante a inserir.\n"
4402 #~ "Para adicionar novas constantes ou alterar as existentes, seleccione "
4403 #~ "\"Introduzir Constante\" do menu. Será apresentada uma janela em que "
4404 #~ "insere o número, descrição, e valor da constante.\n"
4406 #~ "Prima SELECCIONAR em \"Introduzir Constante\" para armazenar a nova "
4407 #~ "constante no ficheiro ~/.gcalctoolcf."
4412 #~ "Menu of defined functions\n"
4414 #~ "Keyboard equivalent: F\n"
4416 #~ "Click on the Fun button to display a menu of functions you have defined. "
4417 #~ "Choose a function from the menu to execute it. The result will show in "
4420 #~ "To add new functions or alter existing ones, choose \"Enter Function\" "
4421 #~ "from the menu. This displays a window in which you type the number, "
4422 #~ "description, and value of the function.\n"
4424 #~ "Click SELECT on \"New Function\" to store the new function in the ~/."
4425 #~ "gcalctoolcf file.\n"
4427 #~ "For the function value, type the keyboard strokes that calculate your "
4428 #~ "function. For example, to calculate sine(90), type the Value:\n"
4432 #~ "When you type the function value, use \\ to represent the Control key "
4433 #~ "even though KEYS shows the keyboard equivalent of the Control key as the "
4434 #~ "character ^ .\n"
4436 #~ "When you know the number of the function you want, you can click SELECT "
4437 #~ "on Fun, then on the function's number."
4441 #~ "Menu de funções definidas\n"
4443 #~ "Equivalente no teclado: F\n"
4445 #~ "Prima o botão Fun para apresentar um menu de funções que tenha definido. "
4446 #~ "Seleccione uma função do menu e execute-a. O resultado será apresentado "
4449 #~ "Para adicionar novas funções ou alterar existentes, seleccione "
4450 #~ "\"Introduzir Função\" no menu. Será apresentada uma janela em que terá de "
4451 #~ "introduzir o número, descrição e valor da função.\n"
4453 #~ "Prima SELECCONAR em \"Nova Função\" para armazenar a nova função no "
4454 #~ "ficheiro ~/.gcalctoolcf.\n"
4456 #~ "Para o valor da função, introduza as pressões de teclado que calculam a "
4457 #~ "sua função. Por exemplo, para calcular seno(90), introduza o Valor:\n"
4461 #~ "Quando introduz o valor da função, utilize \\ para representar a tecla "
4462 #~ "Control mesmo que TECLAS mostre o equivalente de teclado da tecla de "
4463 #~ "Control como sendo o caractere ^ .\n"
4465 #~ "Quando sabe o número da função que deseja, pode premir SELECCIONAR em "
4466 #~ "Fun, depois no número da função."
4471 #~ "e to the x power\n"
4473 #~ "Keyboard equivalent: {\n"
4475 #~ "Returns e raised to the power of the current displayed value."
4479 #~ "e à x potência\n"
4481 #~ "Equivalente no teclado: {\n"
4483 #~ "Devolve e elevado à potência do valor actualmente apresentado."
4488 #~ "10 to the x power\n"
4490 #~ "Keyboard equivalent: }\n"
4492 #~ "Returns 10 raised to the power of the current displayed value."
4496 #~ "10 à x potência\n"
4498 #~ "Equivalente no teclado: }\n"
4500 #~ "Devolve 10 elevado à potência do valor actualmente apresentado."
4505 #~ "y to the power of x\n"
4507 #~ "Keyboard equivalent: y\n"
4509 #~ "Takes the last number entered and raises it to the power of the next "
4510 #~ "number entered.\n"
4514 #~ " 2 Y 3 = (returns 8)"
4518 #~ "y elevado a x\n"
4520 #~ "Equivalente no teclado: y\n"
4522 #~ "Eleva o último valor introduzido à potência do próximo número "
4527 #~ " 2 Y 3 = (devolve 8)"
4534 #~ "Keyboard equivalent: !\n"
4536 #~ "Returns the factorial of the current displayed value. This will only work "
4537 #~ "for positive integer values."
4543 #~ "Equivalente no teclado: !\n"
4545 #~ "Devolve o factorial do valor actualmente apresentado. Apenas funciona "
4546 #~ "para valores inteiros positivos."
4551 #~ "Random number\n"
4553 #~ "Keyboard equivalent: ?\n"
4555 #~ "Generates a random number in the range 0.0 to 1.0 and enters it into the "
4556 #~ "calculator display."
4560 #~ "Número aleatório\n"
4562 #~ "Equivalente no teclado: ?\n"
4564 #~ "Gera um número aleatório no intervalo de 0,0 a 1,0 e insere-o no visor da "
4568 #~ "Hex D (decimal 13)\n"
4570 #~ "Keyboard equivalent: d\n"
4572 #~ "Enters the hexadecimal value d in the display.\n"
4574 #~ "Available only when the current base is hexadecimal."
4576 #~ "Hex D (decimal 13)\n"
4578 #~ "Equivalente no teclado: d\n"
4580 #~ "Introduz no visor o valor d hexadecimal.\n"
4582 #~ "Apenas disponível quando a base actual é hexadecimal."
4585 #~ "Hex E (decimal 14)\n"
4587 #~ "Keyboard equivalent: e\n"
4589 #~ "Enters the hexadecimal value e in the display.\n"
4591 #~ "Available only when the current base is hexadecimal."
4593 #~ "Hex A (decimal 14)\n"
4595 #~ "Equivalente no teclado: e\n"
4597 #~ "Introduz no visor o valor e hexadecimal.\n"
4599 #~ "Apenas disponível quando a base actual é hexadecimal."
4602 #~ "Hex F (decimal 15)\n"
4604 #~ "Keyboard equivalent: f\n"
4606 #~ "Enters the hexadecimal value f in the display.\n"
4608 #~ "Available only when the current base is hexadecimal."
4610 #~ "Hex F (decimal 15)\n"
4612 #~ "Equivalente no teclado: f\n"
4614 #~ "Introduz no visor o valor f hexadecimal.\n"
4616 #~ "Apenas disponível quando a base actual é hexadecimal."
4621 #~ "Cosine function\n"
4623 #~ "Keyboard equivalent: J\n"
4625 #~ "Returns the trigonometric cosine, arc cosine, hyperbolic cosine, or "
4626 #~ "inverse hyperbolic cosine of the current displayed value, depending on "
4627 #~ "the settings of the Hyp and Inv flags.\n"
4629 #~ "The result appears in the current trigonometric unit (degrees, radians, "
4634 #~ "Função de coseno\n"
4636 #~ "Equivalente no teclado: J\n"
4638 #~ "Devolve o coseno trigonométrico, coseno de arco, coseno de hipérbole, ou "
4639 #~ "coseno inverso de hipérbole do valor actualmente apresentado, dependendo "
4640 #~ "das definições das indicações Hyp e Inv.\n"
4642 #~ "O resultado é apresentado na unidade triginométrica actual (graus, "
4643 #~ "radianos, ou grados)."
4648 #~ "Sine function\n"
4650 #~ "Keyboard equivalent: K\n"
4652 #~ "Returns the trigonometric sine, arc sine, hyperbolic sine, or inverse "
4653 #~ "hyperbolic sine of the current displayed value, depending on the settings "
4654 #~ "of the Hyp and Inv flags.\n"
4656 #~ "The result appears in the current trigonometric unit (degrees, radians, "
4661 #~ "Função de seno\n"
4663 #~ "Equivalente no teclado: K\n"
4665 #~ "Devolve o seno trigonométrico, seno de arco, seno de hipérbole, ou seno "
4666 #~ "inverso de hipérbole do valor actualmente apresentado, dependendo das "
4667 #~ "definições das indicações Hyp e Inv.\n"
4669 #~ "O resultado é apresentado na unidade triginométrica actual (graus, "
4670 #~ "radianos, ou grados)."
4675 #~ "Tangent function\n"
4677 #~ "Keyboard equivalent: L\n"
4679 #~ "Returns the trigonometric tangent, arc tangent, hyperbolic tangent, or "
4680 #~ "inverse hyperbolic tangent of the current displayed value, depending on "
4681 #~ "the settings of the Hyp and Inv flags.\n"
4683 #~ "The result appears in the current trigonometric unit (degrees, radians, "
4688 #~ "Função de tangente\n"
4690 #~ "Equivalente no teclado: L\n"
4692 #~ "Devolve a tangente trigonométrica, tangente de arco, tangente de "
4693 #~ "hipérbole, ou tangente inversa de hipérbole do valor actualmente "
4694 #~ "apresentado, dependendo das definições das indicações Hyp e Inv.\n"
4696 #~ "O resultado é apresentado na unidade triginométrica actual (graus, "
4697 #~ "radianos, ou grados)."
4704 #~ "Keyboard equivalent: N\n"
4706 #~ "Returns the natural logarithm of the current displayed value."
4712 #~ "Equivalente no teclado: N\n"
4714 #~ "Devolve o logaritmo natural do valor actualmente apresentado."
4721 #~ "Keyboard equivalent: G\n"
4723 #~ "Returns the base 10 logarithm of the current displayed value."
4729 #~ "Equivalente no teclado: G\n"
4731 #~ "Devolve o logaritmo de base 10 do valor actualmente apresentado."
4734 #~ "Hex A (decimal 10)\n"
4736 #~ "Keyboard equivalent: a\n"
4738 #~ "Enters the hexadecimal value a in the display.\n"
4740 #~ "Available only when the current base is hexadecimal."
4742 #~ "Hex A (decimal 10)\n"
4744 #~ "Equivalente no teclado: a\n"
4746 #~ "Introduz no visor o valor a hexadecimal.\n"
4748 #~ "Apenas disponível quando a base actual é hexadecimal."
4751 #~ "Hex B (decimal 11)\n"
4753 #~ "Keyboard equivalent: b\n"
4755 #~ "Enters the hexadecimal value b in the display.\n"
4757 #~ "Available only when the current base is hexadecimal."
4759 #~ "Hex C (decimal 11)\n"
4761 #~ "Equivalente no teclado: b\n"
4763 #~ "Introduz no visor o valor b hexadecimal.\n"
4765 #~ "Apenas disponível quando a base actual é hexadecimal."
4768 #~ "Hex C (decimal 12)\n"
4770 #~ "Keyboard equivalent: c\n"
4772 #~ "Enters the hexadecimal value c in the display.\n"
4774 #~ "Available only when the current base is hexadecimal."
4776 #~ "Hex C (decimal 12)\n"
4778 #~ "Equivalente no teclado: c\n"
4780 #~ "Introduz no visor o valor c hexadecimal.\n"
4782 #~ "Apenas disponível quando a base actual é hexadecimal."
4789 #~ "Keyboard equivalent: |\n"
4791 #~ "This key performs a logical OR operation on the last number entered and "
4792 #~ "the next number entered, treating both numbers as unsigned long integers."
4798 #~ "Equivalente no teclado: |\n"
4800 #~ "Esta tecla efectua uma operação OR lógica sobre o último e próximo "
4801 #~ "números introduzidos, tratando ambos os valores como inteiros longos sem "
4809 #~ "Keyboard equivalent: &\n"
4811 #~ "This key performs a logical AND operation on the last number entered and "
4812 #~ "the next number entered, treating both numbers as unsigned long integers."
4818 #~ "Equivalente no teclado: &\n"
4820 #~ "Esta tecla efectua uma operação AND lógica sobre o último e próximo "
4821 #~ "números introduzidos, tratando ambos os valores como inteiros longos sem "
4829 #~ "Keyboard equivalent: ~\n"
4831 #~ "This key performs a logical NOT operation on the current displayed value."
4837 #~ "Equivalente no teclado: ~\n"
4839 #~ "Esta tecla efectua uma operação lógica NOT sobre o valor actualmente "
4847 #~ "Keyboard equivalent: ^\n"
4849 #~ "This key takes the last number entered and the next number entered, and "
4850 #~ "performs a logical XOR operation on them, treating both numbers as "
4851 #~ "unsigned long integers."
4857 #~ "Equivalente no teclado: ^\n"
4859 #~ "Esta tecla utiliza o último e o próximo números introduzidos e efectua "
4860 #~ "uma operação lógica XOR sobre os mesmos, tratando ambos os números como "
4861 #~ "inteiros longos sem sinal."
4868 #~ "Keyboard equivalent: n\n"
4870 #~ "This key takes the last number entered and the next number entered, and "
4871 #~ "performs a logical XNOR operation on them, treating both numbers as "
4872 #~ "unsigned long integers."
4878 #~ "Equivalente no teclado: n\n"
4880 #~ "Esta tecla utiliza o último e o próximo números introduzidos e efectua "
4881 #~ "uma operação lógica XNOR sobre os mesmos, tratando ambos os números como "
4882 #~ "inteiros longos sem sinal."